@charset "UTF-8";
.sec__inner {
  padding: 60px 0;
  width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec__inner {
    width: 100%;
    padding: 50px 4.6875%;
  }
}
.sec__inner .c-ttl__1 {
  -moz-text-align-last: left;
  text-align-last: left;
  border-bottom: 1px solid #222;
  padding: 0 0 10px 10px;
}
.sec__inner .c-ttl__1 span {
  padding: 0;
}
.sec .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #678AAE;
}
.sec .flex:first-of-type {
  margin: 30px 0 0;
}
.sec .flex__txt {
  width: calc(100% - 200px);
  padding: 25px 0 25px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec .flex__txt {
    width: calc(100% - 75px);
    padding: 20px;
    display: block;
  }
}
.sec .flex__txt_big {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec .flex__txt_big {
    font-size: 16px;
    display: block;
  }
}
.sec .flex__txt_sml {
  padding: 0 0 0 40px;
  font-size: 14px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec .flex__txt_sml {
    font-size: 12px;
    padding: 0;
    display: block;
    line-height: 1.5;
    margin: 5px 0 0;
  }
}
.sec .flex__txt_sml:before {
  content: "";
  width: 24px;
  height: 1px;
  background: #043D78;
  position: absolute;
  top: 5px;
  left: 9px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
@media screen and (max-width: 768px) {
  .sec .flex__txt_sml:before {
    display: none;
  }
}
.sec .flex__btn {
  width: 200px;
  background: #043D78;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sec .flex__btn:hover {
  background: -webkit-radial-gradient(50% 50%, 59.3% 59.3%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #FFF;
  background: radial-gradient(59.3% 59.3% at 50% 50%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #FFF;
}
.sec .flex__btn:hover > span {
  color: #043D78;
  font-weight: bold;
}
.sec .flex__btn:hover > span:before {
  border-color: #043D78;
}
@media screen and (max-width: 768px) {
  .sec .flex__btn {
    width: 75px;
  }
}
.sec .flex__btn > span {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 15px 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sec .flex__btn > span:before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  right: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .sec .flex__btn > span:before {
    top: -6px;
    right: 4px;
  }
}
.sec .flex__btn > span > span {
  font-weight: 500;
}
.sec .bnr {
  margin: 30px 0 0;
  display: block;
  padding: 24px;
  background: #F2F8F9;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media screen and (max-width: 768px) {
  .sec .bnr {
    display: none;
    padding: 24px 0 24px 24px;
  }
}
.sec .bnr:hover {
  background: var(--Green---100, #CAE2E4);
}
.sec .bnr span {
  display: block;
}
.sec .bnr__txtwrap {
  display: block;
  padding: 0 0 0 84px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec .bnr__txtwrap {
    padding: 0 60px 0 0;
  }
}
.sec .bnr__txtwrap:before {
  content: url(../../img/common/tour.svg);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec .bnr__txtwrap:before {
    display: none;
  }
}
.sec .bnr__txtwrap:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 24px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #00727E;
  border-right: 3px solid #00727E;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec .bnr__txtwrap:after {
    right: 35px;
  }
}
.sec .bnr__txt1 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec .bnr__txt1 {
    font-size: 16px;
  }
}
.sec .bnr__txt2 {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec .bnr__txt2 {
    line-height: 1.5;
    font-size: 12px;
  }
}
.sec.sec_2 {
  background: #FBF2ED;
}
.sec__info {
  margin: 60px auto 0;
  width: 640px;
  padding: 14px 24px 24px;
  border: 1px solid #D28146;
}
.sec__info_ttl {
  position: absolute;
  background: #fff;
  border: 1px solid #222;
  border-radius: 999px;
  font-size: 12px;
  font-weight: bold;
  top: 10px;
  left: 0px;
  padding: 12px 15px 10px;
}
.sec__info_lists {
  padding: 0 0 0 140px;
  position: relative;
}
.sec__info_list:not(:last-of-type) {
  border-bottom: 1px dashed #D28146;
}
.sec__info_list a {
  display: -webkit-box;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.1; /* 適切な行の高さを設定 */
  padding: 10px 40px 10px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 3.2em;
  position: relative;
}
.sec__info_list a:before {
  content: "";
  position: absolute;
  top: 45%;
  right: 10px;
  border-top: 1px solid #D28146;
  border-right: 1px solid #D28146;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 7px;
  height: 7px;
}
.sec__info_list a:hover span {
  text-decoration: underline;
}
.sec__formbox {
  background: #fff;
  border: 1px solid #222;
}
.sec_form__ttl {
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #222;
  padding: 30px 70px;
  position: relative;
}
.sec_form__ttl:before {
  content: url(../../img/common/filter-ico.svg);
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_form {
  position: relative;
  z-index: 1;
}
.sec_form__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec_form__col:first-of-type {
  border-bottom: 1px dashed #222;
}
.sec_form__col:not(:first-of-type) {
  border-bottom: 1px solid #222;
}
.sec_form__ttlbox {
  font-size: 18px;
  font-weight: 500;
  width: 190px;
}
.sec_form__radiobox {
  width: calc(100% - 190px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.sec_form__radiobox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sec_form__radiobox label {
  font-size: 12px;
  font-weight: 600;
  padding: 12px 16px 10px;
  border-radius: 999px;
  border: 1px solid #222;
}
.sec_form__radiobox label._active {
  background: #043D78;
  color: #fff;
}
.sec_form__btnwrap {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec_form__btn {
  margin: 40px 0 0;
  width: 200px;
  height: 60px;
  background: #043D78;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sec_form__btn:hover {
  background: -webkit-radial-gradient(50% 50%, 59.3% 59.3%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #FFF;
  background: radial-gradient(59.3% 59.3% at 50% 50%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #FFF;
}
.sec_form__btn:hover span {
  color: #043D78;
}
.sec_form__btn:hover span:before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #043D78;
  border-right: 2px solid #043D78;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 4px;
  right: -15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sec_form__btn span {
  font-size: 16px;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  font-weight: 500;
}
.sec_form__btn span:before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 4px;
  right: -15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nopost {
  display: none;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.sec_1 ul {
  margin: 50px 0 0;
}
.post-item {
  position: relative;
  background: #F2F5F8;
  padding: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 310px;
  overflow: hidden;
}
.post-item:not(:last-of-type) {
  margin: 0 0 24px;
}
.post-item__imgwrap {
  width: 200px;
}
.post-item__imgwrap img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-item__imgwrap .name {
  font-size: 14px;
  font-weight: 500;
  margin: 16px 0 0;
  text-align: center;
}
.post-item__txtwrap {
  width: calc(100% - 250px);
}
.post-item__txtwrap .title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
}
.post-item__txtwrap .attribute {
  margin: 10px 0 0;
  font-size: 14px;
  color: #7A7A7A;
  padding: 0 0 10px;
  border-bottom: 1px solid #222;
}
.post-item__txtwrap .row {
  padding: 24px 0;
  border-bottom: 1px dashed #222;
}
.post-item__txtwrap .row:last-of-type {
  border-bottom: none;
}
.post-item__txtwrap .row .question {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  color: #00727E;
  padding: 0 0 0 25px;
  font-weight: 600;
}
.post-item__txtwrap .row .question:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #00727E;
  top: 10px;
  left: 0;
}
.post-item__txtwrap .row .answer {
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0 0;
}
.post-item__txtwrap .day {
  font-size: 16px;
  color: #7A7A7A;
  font-weight: 500;
}

.btn {
  position: absolute;
  width: calc(100% - 322px);
  height: 140px;
  background: -webkit-gradient(linear, left bottom, left top, from(#F2F5F8), color-stop(75%, #F2F5F8), to(rgba(242, 245, 248, 0)));
  background: -webkit-linear-gradient(bottom, #F2F5F8 0%, #F2F5F8 75%, rgba(242, 245, 248, 0) 100%);
  background: linear-gradient(to top, #F2F5F8 0%, #F2F5F8 75%, rgba(242, 245, 248, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  bottom: 0;
  right: 36px;
}
.btn.close {
  margin: 20px 0 0;
  width: 100%;
  height: 60px;
  position: initial;
  bottom: initial;
  right: initial;
  background: #CBD7E3;
}
.btn.close span:before {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn span {
  position: relative;
  padding: 0 15px 0 0;
  color: #043D78;
  font-weight: 600;
}
.btn span:before {
  content: "";
  border-top: 1px solid #043D78;
  border-right: 1px solid #043D78;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 3px;
  right: 0;
  width: 7px;
  height: 7px;
}

.sec_2 {
  background: #FBF2ED;
}
.sec_2 .sec__inner {
  padding-bottom: 70px;
}
.sec_2__ttl {
  font-size: 36px;
  font-weight: 500;
  color: #D28146;
  text-align: center;
  position: relative;
}
.sec_2__flex {
  margin: 64px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #222;
}
.sec_2__item {
  width: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec_2__item:nth-child(2) {
  border-right: 1px dashed #222;
  border-left: 1px dashed #222;
}
.sec_2__item_wrap {
  padding: 36px 0;
  text-align: center;
}
.sec_2__item_ttl {
  font-size: 24px;
  font-weight: 600;
  margin: 30px 0 15px;
}
.sec_2__item_txt {
  font-size: 14px;
  font-weight: 600;
}
.sec_2__item_btn {
  margin: 40px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 35px;
  height: 60px;
  background: #D28146;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sec_2__item_btn:hover {
  background: -webkit-radial-gradient(50% 50%, 59.3% 59.3%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #FFF;
  background: radial-gradient(59.3% 59.3% at 50% 50%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #FFF;
}
.sec_2__item_btn:hover span {
  color: #D28146;
}
.sec_2__item_btn:hover span:before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #D28146;
  border-right: 2px solid #D28146;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 4px;
  right: -15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sec_2__item_btn span {
  font-size: 16px;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  font-weight: 500;
}
.sec_2__item_btn span:before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 4px;
  right: -15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sec_2 .c-btn__2__wrap {
  margin: 60px auto 0;
}

.hidden {
  display: none;
}

.topbtn {
  display: none;
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 80px;
  right: 80px;
  background: #043D78;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .topbtn {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }
}
.topbtn:hover {
  background: -webkit-radial-gradient(50% 50%, 59.3% 59.3%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #FFF;
  background: radial-gradient(59.3% 59.3% at 50% 50%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #FFF;
}
.topbtn:hover .topbtn__wrap {
  border-top: 2px solid #043D78;
  border-left: 2px solid #043D78;
}
.topbtn:hover .topbtn__wrap:before {
  background: #043D78;
}
.topbtn__wrap {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 48%;
  left: 47%;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.topbtn__wrap:before {
  position: absolute;
  content: "";
  top: -4px;
  left: 3px;
  width: 2px;
  height: 15px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(-45deg) translateX(-0.5px);
  transform: rotate(-45deg) translateX(-0.5px);
}

.btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
/*# sourceMappingURL=p-archive-voice.css.map */
