@charset "UTF-8";
/*==========================================================================
section.scroll-section
========================================================================== */
.scroll-section {
  position: relative;
  padding-top: 5.2083333333vw;
  padding-bottom: 0;
}
.scroll-section .navber {
  position: -webkit-sticky;
  position: sticky;
  top: 5.2083333333vw;
  left: 17.7083333333%;
  z-index: 5;
  width: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-flow: column;
  gap: 1.5625vw;
  padding-top: 5.2083333333vw;
}
.scroll-section .navber.hidden {
  opacity: 0;
  pointer-events: none;
}
.scroll-section .navber a {
  color: #A5A5A5; /* デフォルトの色 */
  text-decoration: none;
  padding: 0;
  transition: color 0.3s ease;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.scroll-section .navber a.active {
  color: #253E54; /* アクティブ時の色(お好みで変更してください) */
  font-weight: bold;
}
.scroll-section .contens {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .scroll-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 0;
    display: block;
  }
  .scroll-section .navber {
    top: 85px;
    left: 5%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    width: 90%;
    gap: 20px;
    padding-top: 0;
  }
  .scroll-section .navber.hidden {
    opacity: 0;
    pointer-events: none;
  }
  .scroll-section .navber a {
    color: #A5A5A5; /* デフォルトの色 */
    text-decoration: none;
    padding: 0;
    transition: color 0.3s ease;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 12px;
  }
  .scroll-section .navber a.active {
    color: #253E54; /* アクティブ時の色(お好みで変更してください) */
    font-weight: bold;
  }
  .scroll-section .contens {
    width: 100%;
    padding-top: 50px;
  }
}
/*====================================================
　アコーディオン
====================================================*/
.s_02 {
  width: 100%;
  margin: 0 auto;
}

.s_02 .accordion_one {
  width: 100%;
  margin: 0 auto;
  border-top: solid 1px rgba(37, 62, 84, 0.35);
  position: relative;
}
.s_02 .accordion_one::before {
  content: "";
  background: #253E54;
  width: 7.2916666667vw;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
}
.s_02 .accordion_one:last-child {
  border-bottom: solid 1px rgba(37, 62, 84, 0.35);
}
.s_02 .accordion_one:last-child::after {
  content: "";
  background: #253E54;
  width: 7.2916666667vw;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.s_02 .accordion_one .accordion_header {
  padding: 1.71875vw 1.5625vw;
  padding-right: 4.175vw;
  text-align: start;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  color: #253E54;
  display: flex;
  align-items: baseline;
}
.s_02 .accordion_one .accordion_header .icon {
  background: #1A6271;
  color: #ffffff;
  margin-right: 4.1666666667vw;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  display: inline-block;
  text-align: center;
  border-radius: 2.0833333333vw;
  flex: none;
}

.s_02 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  right: 1.5625vw;
  width: 1.05vw;
  height: 1.05vw;
  box-sizing: border-box;
  transform-origin: center center;
  transition-duration: 0.2s;
}

.s_02 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 1.05vw;
  height: 1.05vw;
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #1E2F40;
  border-radius: 0;
  position: absolute;
  transform: rotate(0deg);
  transform-origin: center center;
}

.s_02 .accordion_one .accordion_header .i_box .one_i:before {
  width: 3px;
  height: 1.05vw;
  top: 0;
  left: calc(50% - 1.5px);
  border-radius: 1.05vw;
}

.s_02 .accordion_one .accordion_header .i_box .one_i:after {
  width: 1.05vw;
  height: 3px;
  top: calc(50% - 1.5px);
  left: 0;
  border-radius: 1.05vw;
}

.s_02 .accordion_one .accordion_header.open .i_box {
  transform: translateY(-50%) rotate(-360deg);
}

.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
  transform: rotate(135deg);
  display: none;
}

.s_02 .accordion_one .accordion_inner {
  display: none;
  padding: 1.71875vw 1.5625vw;
  padding-right: 4.175vw;
  box-sizing: border-box;
  position: relative;
  border-top: dashed 1px rgba(37, 62, 84, 0.35);
}
.s_02 .accordion_one .accordion_inner .box_one .txt_a_ac {
  margin: 0;
  color: #253E54;
  display: flex;
  align-items: baseline;
}
.s_02 .accordion_one .accordion_inner .box_one .txt_a_ac span {
  background: #F2EF33;
  color: #ffffff;
  margin-right: 4.1666666667vw;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  display: inline-block;
  text-align: center;
  border-radius: 2.0833333333vw;
  flex: none;
}

@media screen and (max-width: 767px) {
  .s_02 .accordion_one::before {
    width: 140px;
  }
  .s_02 .accordion_one:last-child::after {
    width: 140px;
    height: 1px;
  }
  .s_02 .accordion_one .accordion_header {
    padding: 20px 10px;
    padding-right: 30px;
    font-size: 14px;
  }
  .s_02 .accordion_one .accordion_header .icon {
    margin-right: 12px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 28px;
  }
  .s_02 .accordion_one .accordion_header .txt {
    font-size: 14px;
    line-height: 1.35em;
  }
  .s_02 .accordion_one .accordion_header .i_box {
    right: 5px;
    width: 18px;
    height: 18px;
  }
  .s_02 .accordion_one .accordion_header .i_box .one_i {
    width: 18px;
    height: 18px;
  }
  .s_02 .accordion_one .accordion_header .i_box .one_i:before {
    width: 2px;
    height: 18px;
    top: 0;
    left: calc(50% - 1px);
    border-radius: 2px;
  }
  .s_02 .accordion_one .accordion_header .i_box .one_i:after {
    width: 18px;
    height: 2px;
    top: calc(50% - 1px);
    left: 0;
    border-radius: 2px;
  }
  .s_02 .accordion_one .accordion_inner {
    display: none;
    padding: 20px 10px;
    padding-right: 30px;
  }
  .s_02 .accordion_one .accordion_inner .box_one .txt_a_ac {
    font-size: 14px;
    line-height: 1.35em;
  }
  .s_02 .accordion_one .accordion_inner .box_one .txt_a_ac span {
    margin-right: 12px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 27px;
  }
}
/*==========================================================================
section#apply_area
========================================================================== */
section#apply_area {
  position: relative;
  padding-top: 8vw;
  margin-top: -8vw;
}
section#apply_area .inner {
  padding-bottom: 2.6041666667vw;
}
section#apply_area .in {
  width: 77.74%;
  margin-left: auto;
}
section#apply_area .txt-h3 {
  color: #1A6271;
  text-decoration: underline;
  -webkit-text-decoration-color: #F2EF33;
          text-decoration-color: #F2EF33;
  text-decoration-thickness: 0.2604166667vw;
  text-underline-offset: 0;
  margin-bottom: 2.6041666667vw;
}
section#apply_area .items {
  border-top: solid 1px rgba(37, 62, 84, 0.35);
  padding: 1.71875vw 0;
  padding-left: 0.5208333333vw;
  padding-right: 1.05vw;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}
section#apply_area .items::before {
  content: "";
  background: #253E54;
  width: 10.4166666667vw;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
}
section#apply_area .items dt, section#apply_area .items dd {
  margin: 0;
  padding: 0;
}
section#apply_area .items dt {
  color: #1A6271;
  width: 10.4166666667vw;
  line-height: 1.8em;
}
section#apply_area .items dd {
  color: #000000;
  width: calc(100% - 10.4166666667vw);
  line-height: 1.8em;
}
section#apply_area .items table {
  border-collapse: collapse;
  width: 100%;
  margin: 2vw 0;
}
section#apply_area .items table th, section#apply_area .items table td {
  border: solid 1px rgba(37, 62, 84, 0.35);
  text-align: center;
  padding: 0.9375vw;
  box-sizing: border-box;
  line-height: 1.5em;
  height: 5.21vw;
}
section#apply_area .items table th {
  background: rgba(26, 98, 113, 0.35);
}
section#apply_area .items table th:first-child {
  width: 9.1666666667vw;
}
section#apply_area .items table td {
  background: #ffffff;
}
section#apply_area .items:last-child {
  border-bottom: solid 1px rgba(37, 62, 84, 0.35);
}
section#apply_area .items:last-child::after {
  content: "";
  background: #253E54;
  width: 10.4166666667vw;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

@media screen and (max-width: 767px) {
  section#apply_area {
    padding-top: 140px;
    margin-top: -140px;
  }
  section#apply_area .in {
    padding-bottom: 60px;
    margin: 0;
    margin-left: auto;
    width: 100%;
  }
  section#apply_area .txt-h3 {
    font-size: 22px;
    text-decoration-thickness: 3px;
    text-underline-offset: 0;
    margin-bottom: 20px;
  }
  section#apply_area .items {
    padding: 20px 10px;
    box-sizing: border-box;
  }
  section#apply_area .items dt, section#apply_area .items dd {
    margin: 0;
    padding: 0;
  }
  section#apply_area .items dt {
    width: 100%;
    font-size: 16px;
    margin-bottom: 8px;
  }
  section#apply_area .items dd {
    width: 100%;
    font-size: 14px;
  }
  section#apply_area .items dd .note {
    display: block;
  }
  section#apply_area .items table {
    border-collapse: collapse;
    width: 100%;
    margin: 30px 0;
  }
  section#apply_area .items table th, section#apply_area .items table td {
    padding: 10px;
    height: 60px;
    font-size: 14px;
  }
  section#apply_area .items table th {
    font-size: 12px;
  }
  section#apply_area .items table th:first-child {
    width: 80px;
  }
}
/*==========================================================================
section#selection_area
========================================================================== */
section#selection_area {
  position: relative;
  padding-top: 4vw;
  margin-top: -4vw;
}
section#selection_area::after {
  content: "";
  background: url(../img/page_bg_icon01.svg) center no-repeat;
  background-size: cover;
  width: 15.1041666667vw;
  height: 15.625vw;
  position: absolute;
  left: -3.28125vw;
  top: 25vw;
}
section#selection_area::before {
  content: "";
  background: #F5F5F5;
  width: 100%;
  height: calc(100% - 4vw);
  position: absolute;
  z-index: -1;
  top: 5.2083333333vw;
}
section#selection_area .inner {
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
}
section#selection_area .in {
  width: 77.74%;
  margin-left: auto;
}
section#selection_area .txt-h3 {
  color: #1A6271;
  text-decoration: underline;
  -webkit-text-decoration-color: #F2EF33;
          text-decoration-color: #F2EF33;
  text-decoration-thickness: 0.2604166667vw;
  text-underline-offset: 0;
  margin-bottom: 2.6041666667vw;
}
section#selection_area .items {
  border-top: solid 1px rgba(37, 62, 84, 0.35);
  padding: 1.71875vw 0;
  padding-left: 0.5208333333vw;
  padding-right: 1.05vw;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}
section#selection_area .items::before {
  content: "";
  background: #253E54;
  width: 10.4166666667vw;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
}
section#selection_area .items dt, section#selection_area .items dd {
  margin: 0;
  padding: 0;
}
section#selection_area .items dt {
  color: #1A6271;
  width: 10.4166666667vw;
  line-height: 1.8em;
}
section#selection_area .items dt a {
  display: block;
  color: #1A6271;
  margin-top: 0.78125vw;
  font-weight: 600;
  transition: 1s;
}
section#selection_area .items dt a:hover {
  color: #253E54;
  font-weight: 700;
}
section#selection_area .items dd {
  color: #000000;
  width: calc(100% - 10.4166666667vw);
  line-height: 1.8em;
}
section#selection_area .items dd .txt-a {
  width: 11.9791666667vw;
  height: 2.8645833333vw;
  max-width: 230px;
  max-height: 55px;
  border-radius: 55px;
  margin-top: 0.5208333333vw;
  transition: 1s;
}
section#selection_area .items:last-child {
  border-bottom: solid 1px rgba(37, 62, 84, 0.35);
}
section#selection_area .items:last-child::after {
  content: "";
  background: #253E54;
  width: 10.4166666667vw;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

@media screen and (max-width: 767px) {
  section#selection_area {
    padding-top: 80px;
    margin-top: -80px;
  }
  section#selection_area::before {
    height: calc(100% - 80px);
    top: 80px;
  }
  section#selection_area::after {
    width: 110px;
    height: 115px;
    left: -40px;
    top: 15px;
  }
  section#selection_area .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section#selection_area .in {
    width: 100%;
    margin-left: auto;
  }
  section#selection_area .txt-h3 {
    font-size: 22px;
    text-decoration-thickness: 3px;
    text-underline-offset: 0;
    margin-bottom: 20px;
  }
  section#selection_area .items {
    padding: 20px 10px;
    box-sizing: border-box;
  }
  section#selection_area .items dt, section#selection_area .items dd {
    margin: 0;
    padding: 0;
  }
  section#selection_area .items dt {
    width: 100%;
    font-size: 16px;
    margin-bottom: 8px;
  }
  section#selection_area .items dt a {
    margin-top: 10px;
    font-size: 12px;
  }
  section#selection_area .items dt a br {
    display: none;
  }
  section#selection_area .items dd {
    width: 100%;
    font-size: 14px;
  }
  section#selection_area .items dd .note {
    display: block;
  }
  section#selection_area .items dd .txt-a {
    width: 240px;
    height: 60px;
    border-radius: 10px;
    gap: 10px;
    margin: 0;
    font-size: 16px;
    border-radius: 100px;
    margin-top: 20px;
  }
  section#selection_area .items table {
    border-collapse: collapse;
    width: 100%;
    margin: 30px 0;
  }
  section#selection_area .items table th, section#selection_area .items table td {
    padding: 10px;
    height: 60px;
    font-size: 14px;
  }
  section#selection_area .items table th {
    font-size: 12px;
  }
  section#selection_area .items table th:first-child {
    width: 80px;
  }
}
/*==========================================================================
section#document_area
========================================================================== */
section#document_area {
  position: relative;
  padding-top: 3.5vw;
  margin-top: -3.5vw;
}
section#document_area::after {
  content: "";
  background: url(../img/page_bg_icon02.svg) center no-repeat;
  background-size: cover;
  width: 9.96875vw;
  height: 11.9052083333vw;
  position: absolute;
  right: -2.015625vw;
  bottom: 10vw;
}
section#document_area .inner {
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
}
section#document_area .in {
  width: 77.74%;
  margin-left: auto;
}
section#document_area .txt-h3 {
  color: #1A6271;
  text-decoration: underline;
  -webkit-text-decoration-color: #F2EF33;
          text-decoration-color: #F2EF33;
  text-decoration-thickness: 0.2604166667vw;
  text-underline-offset: 0;
  margin-bottom: 2.6041666667vw;
}
section#document_area .items {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  border-bottom: solid 1px #ffffff;
}
section#document_area .items dt, section#document_area .items dd {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
section#document_area .items dt {
  color: #000000;
  width: 10.4166666667vw;
  line-height: 1.8em;
  background: #ECEADC;
  padding: 1.71875vw 1.05vw;
  border-right: solid 1px #ffffff;
}
section#document_area .items dd {
  color: #000000;
  width: calc(100% - 10.4166666667vw);
  line-height: 1.8em;
  background: #F9F8F2;
}
section#document_area .items dd a {
  color: #1A6271;
  text-decoration: underline;
  display: block;
  padding: 1.8229166667vw 1.05vw;
  box-sizing: border-box;
  transition: 1s;
}
section#document_area .items dd a:hover {
  color: #253E54;
  font-weight: 700;
}
section#document_area .items dd a:nth-child(n+2) {
  border-top: solid 1px #ffffff;
}
section#document_area .items:last-child {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  section#document_area {
    position: relative;
    padding-top: 60px;
    margin-top: -60px;
  }
  section#document_area::after {
    width: 100px;
    height: 120px;
    right: -40px;
    bottom: -50px;
  }
  section#document_area .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section#document_area .in {
    width: 100%;
    margin-left: auto;
  }
  section#document_area .txt-h3 {
    font-size: 22px;
    text-decoration-thickness: 3px;
    text-underline-offset: 0;
    margin-bottom: 20px;
  }
  section#document_area .items {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    border-bottom: solid 1px #ffffff;
  }
  section#document_area .items dt, section#document_area .items dd {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  section#document_area .items dt {
    width: 100%;
    padding: 10px;
    font-size: 16px;
  }
  section#document_area .items dd {
    width: 100%;
  }
  section#document_area .items dd a {
    padding: 15px 10px;
    font-size: 14px;
  }
  section#document_area .items dd a:hover {
    color: #253E54;
    font-weight: 700;
  }
  section#document_area .items dd a:nth-child(n+2) {
    border-top: solid 1px #ffffff;
  }
  section#document_area .items:last-child {
    border-bottom: none;
  }
}
/*==========================================================================
section#publish_area
========================================================================== */
section#publish_area {
  position: relative;
  padding-top: 4vw;
  margin-top: -4vw;
}
section#publish_area::before {
  content: "";
  background: #F5F5F5;
  width: 100%;
  height: calc(100% - 4vw);
  position: absolute;
  z-index: -1;
  top: 5.2083333333vw;
}
section#publish_area .inner {
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
}
section#publish_area .in {
  width: 77.74%;
  margin-left: auto;
}
section#publish_area .txt-h3 {
  color: #1A6271;
  text-decoration: underline;
  -webkit-text-decoration-color: #F2EF33;
          text-decoration-color: #F2EF33;
  text-decoration-thickness: 0.2604166667vw;
  text-underline-offset: 0;
  margin-bottom: 2.6041666667vw;
}
section#publish_area .items {
  border-top: solid 1px rgba(37, 62, 84, 0.35);
  padding: 1.71875vw 0;
  padding-left: 0.5208333333vw;
  padding-right: 1.05vw;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}
section#publish_area .items::before {
  content: "";
  background: #253E54;
  width: 10.4166666667vw;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
}
section#publish_area .items dt, section#publish_area .items dd {
  margin: 0;
  padding: 0;
}
section#publish_area .items dt {
  color: #1A6271;
  width: 10.4166666667vw;
  line-height: 1.8em;
}
section#publish_area .items dt a {
  display: block;
  color: #1A6271;
  margin-top: 0.78125vw;
  font-weight: 600;
  transition: 1s;
}
section#publish_area .items dt a:hover {
  color: #253E54;
  font-weight: 700;
}
section#publish_area .items dd {
  color: #000000;
  width: calc(100% - 10.4166666667vw);
  line-height: 1.8em;
}
section#publish_area .items dd .txt-a {
  width: 11.9791666667vw;
  height: 2.8645833333vw;
  max-width: 230px;
  max-height: 55px;
  border-radius: 55px;
  margin-top: 0.5208333333vw;
  transition: 1s;
}
section#publish_area .items:last-child {
  border-bottom: solid 1px rgba(37, 62, 84, 0.35);
}
section#publish_area .items:last-child::after {
  content: "";
  background: #253E54;
  width: 10.4166666667vw;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

@media screen and (max-width: 767px) {
  section#publish_area {
    padding-top: 80px;
    margin-top: -80px;
  }
  section#publish_area::before {
    height: calc(100% - 80px);
    top: 80px;
  }
  section#publish_area .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section#publish_area .in {
    width: 100%;
    margin-left: auto;
  }
  section#publish_area .txt-h3 {
    font-size: 22px;
    text-decoration-thickness: 3px;
    text-underline-offset: 0;
    margin-bottom: 20px;
  }
  section#publish_area .items {
    padding: 20px 10px;
    box-sizing: border-box;
  }
  section#publish_area .items dt, section#publish_area .items dd {
    margin: 0;
    padding: 0;
  }
  section#publish_area .items dt {
    width: 100%;
    font-size: 16px;
    margin-bottom: 8px;
  }
  section#publish_area .items dt a {
    margin-top: 10px;
    font-size: 12px;
  }
  section#publish_area .items dt a br {
    display: none;
  }
  section#publish_area .items dd {
    width: 100%;
    font-size: 14px;
  }
  section#publish_area .items dd .note {
    display: block;
  }
  section#publish_area .items dd .txt-a {
    width: 240px;
    height: 60px;
    border-radius: 10px;
    gap: 10px;
    margin: 0;
    font-size: 16px;
    border-radius: 100px;
    margin-top: 20px;
  }
  section#publish_area .items table {
    border-collapse: collapse;
    width: 100%;
    margin: 30px 0;
  }
  section#publish_area .items table th, section#publish_area .items table td {
    padding: 10px;
    height: 60px;
    font-size: 14px;
  }
  section#publish_area .items table th {
    font-size: 12px;
  }
  section#publish_area .items table th:first-child {
    width: 80px;
  }
}
/*# sourceMappingURL=question-answer.css.map */