@charset "UTF-8";
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: initial !important;
  border-bottom: solid 2px #F2F2F2;
  -webkit-animation: slideDown 0.3s ease;
  animation: slideDown 0.3s ease;
}

main {
  padding-top: 9.0625vw;
}

body {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 60px;
  }
}
/*==========================================================================
section#navi_area
========================================================================== */
section#navi_area {
  position: fixed;
  top: 5.4166666667vw;
  width: 100%;
  z-index: 998;
  box-shadow: 0px 2px 4px 0 #F2F2F2;
  -webkit-animation: slideDown 0.3s ease;
  animation: slideDown 0.3s ease;
}

section#navi_area .list-box {
  justify-content: center;
  align-items: center;
  background: #ffffff;
  padding: 0 3.6458333333vw;
  height: 3.6458333333vw;
  box-sizing: border-box;
}

section#navi_area .list-box li {
  border-right: solid 0.1041666667vw #2B2E33;
}

section#navi_area .list-box li a {
  color: #2B2E33;
  display: flex;
  padding: 0 3.6458333333vw;
  box-sizing: border-box;
}

section#navi_area .list-box li:last-child {
  border: none;
}

@media screen and (max-width: 767px) {
  section#navi_area {
    top: 60px;
    width: 100%;
    box-shadow: 0px 2px 4px 0 #F2F2F2;
    -webkit-animation: slideDown 0.3s ease;
    animation: slideDown 0.3s ease;
  }
  section#navi_area .list-box {
    display: flex;
    padding: 10px 0;
    padding-left: 20px;
    height: initial;
    box-sizing: border-box;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0px;
    overflow-x: scroll;
  }
  section#navi_area .list-box li {
    width: 100%;
    white-space: pre;
    border-width: 1px;
    padding: 5px 0;
    padding-right: 20px;
    margin-right: 20px;
    box-sizing: border-box;
  }
  /* section#navi_area .list-box li:nth-child(2n) {
    border: none;
  } */
  section#navi_area .list-box li a {
    font-size: 13px;
    padding: 0 2px;
    box-sizing: border-box;
  }
}



/*==========================================================================
section#service_area
========================================================================== */
section#service_area {
  padding-top: 5vw;
  margin-top: -5vw;
}
section#service_area .inner {
  padding-top: 10.4166666667vw;
  padding-bottom: 7.8125vw;
}
section#service_area .ttl-box {
  position: relative;
  margin-bottom: 2.6041666667vw;
}
section#service_area .ttl-box .bg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  color: #CEF2EE;
  line-height: 1;
}
section#service_area .ttl-box .txt-h2 .txt-e {
  display: block;
  color: #35B5AC;
}
section#service_area .top-box {
  justify-content: space-between;
}
section#service_area .top-box .items {
  width: 32%;
  position: relative;
  padding-top: 7.03125vw;
}
section#service_area .top-box .items .txt-n {
  width: 90%;
  margin: 0 auto;
}
section#service_area .top-box .items .txt-n span {
  display: block;
  color: #35B5AC;
}
section#service_area .top-box .items .img-box {
  position: absolute;
  bottom: auto;
  top: 3vw;
  right: 5%;
  width: 50%;
  z-index: 2;
}
section#service_area .top-box .items .txt-h3 {
  width: 90%;
  height: 4.6875vw;
  display: flex;
  align-items: center;
  margin: 0 auto;
  background: #2ca29b;
  color: #ffffff;
  padding: 1.31vw;
  box-sizing: border-box;
  margin-bottom: -2.34375vw;
  position: relative;
  z-index: 1;
  border-radius: 0.5729166667vw;
}
section#service_area .top-box .items .txt-p {
  background: #D9D9D9;
  padding: 4.4270833333vw 1.31vw 3.6458333333vw;
  box-sizing: border-box;
  border-radius: 1.40625vw;
  height: 14vw;
}
section#service_area .sub-ttl {
  padding-top: 6.875vw;
  margin-bottom: 3.3854166667vw;
}
section#service_area .sub-ttl .txt-s2 span {
  color: #35B5AC;
}
section#service_area .box {
  justify-content: space-between;
}
section#service_area .box .items {
  width: 47.3%;
}
section#service_area .box .items .img-box {
  width: 100%;
  height: 20.8333333333vw;
  margin-bottom: 1.5625vw;
  border-radius: 0.5208333333vw;
  overflow: clip;
}
section#service_area .box .items .txt-box .txt-h3 {
  color: #356CB4;
  border-bottom: solid 1px #2B2E33;
  margin-bottom: 1vw;
  padding-bottom: 1vw;
}
section#service_area .box .items:nth-child(2) .txt-box .txt-h3 {
  color: #35B5AC;
}

@media screen and (max-width: 767px) {
  section#service_area {
    padding-top: 120px;
    margin-top: -120px;
  }
  section#service_area .inner {
    padding-top: 160px;
    padding-bottom: 50px;
  }
  section#service_area .ttl-box {
    position: relative;
    margin-bottom: 30px;
  }
  section#service_area .ttl-box .bg {
    font-size: 125px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  section#service_area .ttl-box .txt-h2 {
    font-size: 32px;
    margin: 0 auto;
    text-align: center;
  }
  section#service_area .ttl-box .txt-h2 .txt-e {
    font-size: 14px;
  }
  section#service_area .top-box .items {
    width: 100%;
    position: relative;
    padding-top: 70px;
    margin-bottom: 20px;
  }
  section#service_area .top-box .items .txt-n {
    width: 90%;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 10px;
  }
  section#service_area .top-box .items .txt-n span {
    font-size: 14px;
  }
  section#service_area .top-box .items .img-box {
    position: absolute;
    bottom: auto;
    top: 0;
    right: 5%;
    width: 50%;
    z-index: 2;
  }
  section#service_area .top-box .items .txt-h3 {
    width: 90%;
    margin-bottom: -2.34375vw;
    border-radius: 5px;
    font-size: 16px;
    height: 50px;
    padding: 5px 15px;
    margin-bottom: -25px;
  }
  section#service_area .top-box .items .txt-p {
    padding: 40px 15px 30px;
    border-radius: 10px;
    height: initial;
    font-size: 14px;
  }
  section#service_area .sub-ttl {
    padding-top: 40px;
    margin-bottom: 30px;
  }
  section#service_area .sub-ttl .txt-s {
    font-size: 12px;
    text-align: center;
  }
  section#service_area .sub-ttl .txt-s2 {
    font-size: 14px;
    text-align: center;
  }
  section#service_area .sub-ttl .txt-s2 span {
    font-size: 22px;
  }
  section#service_area .box {
    justify-content: space-between;
  }
  section#service_area .box .items {
    width: 100%;
  }
  section#service_area .box .items .img-box {
    width: 100%;
    height: 52vw;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  section#service_area .box .items .txt-box .txt-h3 {
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  section#service_area .box .items .txt-box .txt-h3 span {
    font-size: 20px;
  }
  section#service_area .box .items .txt-box .txt-p {
    font-size: 14px;
  }
  section#service_area .box .items:nth-child(2) {
    margin-top: 30px;
  }
}
/*==========================================================================
section#price_area
========================================================================== */
section#price_area {
  padding-top: 7vw;
  margin-top: -7vw;
}
section#price_area .inner {
  background: #F2F2F2;
}
section#price_area .in {
  padding: 7.8125vw 0;
}
section#price_area .ttl-box {
  position: relative;
  margin-bottom: 1.5625vw;
}
section#price_area .ttl-box .txt-h2 {
  margin-bottom: 2.6041666667vw;
}
section#price_area .ttl-box .txt-h2 .txt-e {
  display: block;
  color: #356CB4;
}
section#price_area .ttl-box .txt-p {
  text-align: end;
}
section#price_area .box {
  justify-content: space-between;
}
section#price_area .items {
  width: 31.5%;
  background: #ffffff;
  padding: 2.6041666667vw 2.5vw;
  box-sizing: border-box;
  border: solid 2px #8E8E8D;
  border-radius: 0.5208333333vw;
  position: relative;
}
section#price_area .items::before {
  content: "";
  width: calc(100% + 4px);
  height: 0.7291666667vw;
  background: #356CB4;
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -2px;
  border-top-left-radius: 0.6vw;
  border-top-right-radius: 0.6vw;
}
section#price_area .items .txt-h3 {
  text-align: center;
  margin-bottom: 1vw;
}
section#price_area .items .txt-h3 .txt-e {
  display: block;
  color: #356CB4;
}
section#price_area .items .txt-p {
  text-align: center;
  margin-bottom: 1.5vw;
  color: #8E8E8D;
}
section#price_area .items .txt-m {
  text-align: center;
  border-bottom: solid 1px #2B2E33;
  margin-bottom: 1vw;
  padding-bottom: 1vw;
}
section#price_area .items .txt-h4 {
  color: #356CB4;
  margin-bottom: 1.5vw;
}
section#price_area .items .page {
  background: #D7E2F0;
  text-align: center;
  margin-bottom: 1.05vw;
  padding: 0.8vw 0;
  border-radius: 0.5208333333vw;
}
section#price_area .items .page .txt-o span {
  color: #356CB4;
}
section#price_area .items .list-box {
  list-style: disc;
  padding-left: 1.05vw;
}
section#price_area .items .list-box li {
  line-height: 1.8em;
  color: #2B2E33;
}
section#price_area .items .list-box li::marker {
  color: #356CB4;
}
section#price_area .items .txt-h5 {
  color: #D83721;
  margin-top: 0.85vw;
  margin-bottom: 0.2vw;
}
section#price_area .items .txt-for{
  position: absolute;
  bottom: 1vw;
  right: 1vw;
  text-align: end;    
}
section#price_area .items .txt-a {
  width: 100%;
  height: 3.6458333333vw;
  color: #ffffff;
  background: #D83721;
}
section#price_area .items.high::before {
  background: #35B5AC;
}
section#price_area .items.high .txt-h3 .txt-e {
  color: #35B5AC;
}
section#price_area .items.high .txt-h4 {
  color: #35B5AC;
}
section#price_area .items.high .page {
  background: #CEF2EE;
}
section#price_area .items.high .page .txt-o span {
  color: #35B5AC;
}
section#price_area .items.high .list-box li::marker {
  color: #35B5AC;
}
section#price_area .items.select {
  padding-bottom: calc(6.7708333334vw + 20px);
}
section#price_area .items.select::before {
  background: #D83721;
}
section#price_area .items.select .txt-h3 .txt-e {
  color: #D83721;
}
section#price_area .items.select .txt-h4 {
  color: #D83721;
}
section#price_area .items.select .page {
  background: #F3C3BC;
}
section#price_area .items.select .page .txt-o {
  line-height: 2.5vw;
}
section#price_area .items.select .page .txt-o span {
  color: #D83721;
}
section#price_area .items.select .txt-a {
  margin: 0;
  width: calc(100% - 2.6041666667vw - 2.6041666667vw);
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
section#price_area .items.select .list-box li::marker {
  color: #D83721;
}
section#price_area .txt-a {
  width: 100%;
  height: 4.1666666667vw;
  border-radius: 4.1666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, #356cb4, #00a29a);
  color: #ffffff;
  margin-top: 5.2083333333vw;
}

@media screen and (max-width: 767px) {
  section#price_area {
    padding-top: 150px;
    margin-top: -150px;
  }
  section#price_area .in {
    padding: 50px 0;
  }
  section#price_area .ttl-box {
    margin-bottom: 30px;
  }
  section#price_area .ttl-box .txt-h2 {
    text-align: center;
    font-size: 32px;
    margin: 0 auto;
    margin-bottom: 2.6041666667vw;
  }
  section#price_area .ttl-box .txt-h2 .txt-e {
    font-size: 14px;
  }
  section#price_area .ttl-box .txt-p {
    font-size: 14px;
    text-align: center;
    display: none;
  }
  section#price_area .box {
    justify-content: space-between;
  }
  section#price_area .items {
    width: 100%;
    padding: 40px 20px 60px;
    border-radius: 5px;
  }
  section#price_area .items::before {
    height: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  section#price_area .items .txt-for {
    bottom: 10px;
    right: 10px;
    font-size: 13px;
  }
  section#price_area .items .txt-for span{
    font-size: 10px;
  }
  section#price_area .items .txt-h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  section#price_area .items .txt-h3 span {
    font-size: 24px;
  }


  section#price_area .items .txt-h3 .txt-e {
    font-size: 14px;
  }
  section#price_area .items .txt-p {
    margin-bottom: 15px;
    font-size: 14px;
  }
  section#price_area .items .txt-m {
    font-size: 36px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  section#price_area .items .txt-m span {
    font-size: 14px;
  }
  section#price_area .items .txt-h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  section#price_area .items .page {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
  }
  section#price_area .items .page .txt-o {
    font-size: 16px;
  }
  section#price_area .items .page .txt-o span {
    font-size: 16px;
  }
  section#price_area .items .page .txt-os {
    font-size: 14px;
  }
  section#price_area .items .list-box {
    padding-left: 25px;
  }
  section#price_area .items .list-box li {
    font-size: 14px;
  }
  section#price_area .items .plus {
    margin: 20px 0;
  }
  section#price_area .items .plus svg {
    width: 40px;
    height: 40px;
  }
  section#price_area .items .txt-h5 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  section#price_area .items.basic {
    padding-bottom: 60px;
  }
  section#price_area .items.select {
    padding-bottom: 60px;
  }


  
  section#price_area .items.select .page .txt-o {
    line-height: 40px;


  }
  section#price_area .items.select .txt-a {
    position: initial;
    transform: initial;
    width: 100%;
    height: 45px;
    border-radius: 45px;
    font-size: 14px;
    margin-top: 40px;
  }
  section#price_area .items:nth-child(n+2) {
    margin-top: 40px;
  }
  section#price_area .txt-a {
    width: 100%;
    height: 60px;
    font-size: 14px;
    position: fixed;
    bottom: 0;
    margin: 0;
    left: 0;
    border-radius: 0;
    z-index: 10;
  }
}
/*==========================================================================
section#structure_area
========================================================================== */
section#structure_area {
  padding-top: 7vw;
  margin-top: -7vw;
  position: relative;
  z-index: 1;
}
section#structure_area::before {
  content: "";
  background: url(../img/bg_29A_003.webp) top no-repeat;
  background-size: cover;
  position: absolute;
  top: 45vw;
  left: 0;
  width: 100%;
  height: 141.371875vw;
  z-index: -1;
}
section#structure_area .inner {
  padding-top: 7.2916666667vw;
  padding-bottom: 7.8125vw;
  position: relative;
  z-index: 1;
}
section#structure_area .ttl-box {
  position: relative;
  margin-bottom: 5.2083333333vw;
}
section#structure_area .ttl-box .txt-h2 {
  text-align: center;
  margin: 0 auto;
}
section#structure_area .ttl-box .txt-h2 .txt-e {
  display: block;
  color: #356CB4;
}
section#structure_area .items {
  justify-content: space-between;
}
section#structure_area .items .img-box {
  width: 43%;
  position: relative;
}
section#structure_area .items .img-box .bg {
  width: 100%;
  height: 26vw;
}
section#structure_area .items .img-box .video-box {
  position: absolute;
  width: 94%;
  height: 68%;
  left: 2.2%;
  top: 40.8%;
  transform: translateY(-50%);
  border-radius: 0.2vw;
  overflow: clip;
}
section#structure_area .items .img-box .video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#structure_area .items .txt-box {
  width: 47.5%;
}
section#structure_area .items .txt-box .txt-h3 {
  color: #35B5AC;
  position: relative;
  margin-bottom: 3vw;
}
section#structure_area .items .txt-box .txt-h3 span {
  color: rgba(92, 213, 197, 0.3);
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
section#structure_area .items .txt-box .txt-p {
  line-height: 1.8em;
}
section#structure_area .items .txt-box .txt-t {
  margin-bottom: 2vw;
  line-height: 1.8em;
}
section#structure_area .items .txt-box .in {
  justify-content: space-between;
}
section#structure_area .items .txt-box .in .in-box {
  width: 48%;
  border: solid 2px #D9D9D9;
  box-sizing: border-box;
  border-radius: 0.5208333333vw;
  padding-bottom: 1.5625vw;
  background: #ffffff;
}
section#structure_area .items .txt-box .in .in-box .txt-h4 {
  background: #D9D9D9;
  line-height: 2.6041666667vw;
  text-align: center;
  margin-bottom: 1.5625vw;
  border-top-left-radius: 0.38vw;
  border-top-right-radius: 0.38vw;
}
section#structure_area .items .txt-box .in .in-box .txt-b {
  text-align: center;
  margin-bottom: 1.05vw;
}
section#structure_area .items .txt-box .in .in-box .txt-p {
  text-align: center;
}
section#structure_area .items.i2 {
  padding-top: 11.4583333333vw;
}
section#structure_area .items.i2 .txt-box {
  width: 100%;
}
section#structure_area .items.i2 .txt-box .txt-h3 span {
  color: #ffffff;
}
section#structure_area .items.i2 .txt-box .txt-t {
  margin: 0;
}
section#structure_area .items.i2 .txt-box .plan-box {
  width: 95%;
  margin: 0 auto;
  padding: 3vw 5.9895833333vw 5.9895833333vw;
  box-sizing: border-box;
  background: #ffffff;
  position: relative;
  border-radius: 0.5208333333vw;
}
section#structure_area .items.i2 .txt-box .plan-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.5208333333vw;
  padding: 0.3125vw;
  background: linear-gradient(to right, #356cb4, #35b5ac);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
section#structure_area .items.i2 .txt-box .plan-box .txt-h4 {
  background: transparent;
  text-align: center;
  margin-bottom: 2.0833333333vw;
  background: linear-gradient(90deg, #356cb4, #35b5ac);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section#structure_area .items.i2 .txt-box .plan-box .txt-h4 .txt-e {
  display: block;
}
section#structure_area .items.i2 .txt-box .plan-box .txt-b {
  text-align: center;
}
section#structure_area .items.i2 .txt-box .plan-box .txt-m {
  text-align: center;
  margin: 1.5625vw 0;
}
section#structure_area .items.i2 .txt-box .plan-box .in {
  width: 100%;
  margin: 0 auto;
}
section#structure_area .items.i2 .txt-box .plan-box .in .in-box {
  width: 48.5%;
  border-color: #356CB4;
  border-width: 0.15625vw;
  padding: 0;
  background: #D7E2F0;
}
section#structure_area .items.i2 .txt-box .plan-box .in .in-box .txt-h5 {
  background: #356CB4;
  color: #ffffff;
  height: 5.5208333333vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
section#structure_area .items.i2 .txt-box .plan-box .in .in-box .txt-h5 span {
  display: block;
}
section#structure_area .items.i2 .txt-box .plan-box .in .in-box .list-box {
  padding: 1.7vw 3.3854166667vw;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3vw 1vw;
}
section#structure_area .items.i2 .txt-box .plan-box .in .in-box .list-box li {
  line-height: 1.8em;
  position: relative;
  padding-left: 1vw;
  width: 100%;
}
section#structure_area .items.i2 .txt-box .plan-box .in .in-box .list-box li::before {
  content: "";
  position: absolute;
  background: #356CB4;
  width: 0.5vw;
  height: 0.5vw;
  border-radius: 0.5vw;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
section#structure_area .items.i2 .txt-box .plan-box .in .in-box.in2 {
  width: 48.5%;
  border-color: #35B5AC;
  background: #B2E3E1;
}
section#structure_area .items.i2 .txt-box .plan-box .in .in-box.in2 .txt-h5 {
  background: #35B5AC;
}
section#structure_area .items.i2 .txt-box .plan-box .in .in-box.in2 .list-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3vw 1vw;
}
section#structure_area .items.i2 .txt-box .plan-box .in .in-box.in2 .list-box li::before {
  background: #35B5AC;
}
section#structure_area .items.i2 .txt-box .plan-box .plan-item.p2 {
  margin-top: 4.4270833333vw;
}
section#structure_area .items.i2 .txt-box .plan-box .plan-item.p2 .borders {
  background: #ffffff;
  padding: 2.34375vw 3.90625vw;
  box-sizing: border-box;
  border-radius: 0.8333333333vw;
  position: relative;
}
section#structure_area .items.i2 .txt-box .plan-box .plan-item.p2 .borders::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.8333333333vw;
  padding: 0.15625vw;
  background: linear-gradient(to right, #356cb4, #35b5ac);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
section#structure_area .items.i2 .txt-box .plan-box .plan-item.p2 table {
  width: 100%;
}
section#structure_area .items.i2 .txt-box .plan-box .plan-item.p2 table tr {
  display: flex;
  padding: 1.05vw 0;
  border-bottom: solid 1px #D9D9D9;
  box-sizing: border-box;
}
section#structure_area .items.i2 .txt-box .plan-box .plan-item.p2 table tr th, section#structure_area .items.i2 .txt-box .plan-box .plan-item.p2 table tr td {
  width: 33.333%;
  text-align: start;
  padding: 0;
  margin: 0;
}
section#structure_area .items.i2 .txt-box .plan-box .plan-item.p2 table tr th {
  padding-left: 3.90625vw;
  box-sizing: border-box;
}
section#structure_area .items.i2 .txt-box .sub-ttl {
  margin-top: 3.6458333333vw;
  margin-bottom: 3.3854166667vw;
}
section#structure_area .items.i2 .txt-box .sub-ttl .txt-s2 span {
  color: #35B5AC;
}
section#structure_area .items.i2 .txt-box .box {
  justify-content: space-between;
}
section#structure_area .items.i2 .txt-box .box .items {
  width: 47.3%;
}
section#structure_area .items.i2 .txt-box .box .items .img-box {
  width: 100%;
  height: 20.8333333333vw;
  margin-bottom: 1.5625vw;
  border-radius: 0.5208333333vw;
  overflow: clip;
}
section#structure_area .items.i2 .txt-box .box .items .txt-inbox .txt-h4 {
  color: #356CB4;
  border-bottom: solid 1px #2B2E33;
  margin-bottom: 1vw;
  padding-bottom: 1vw;
}
section#structure_area .items.i2 .txt-box .box .items:nth-child(2) .txt-inbox .txt-h4 {
  color: #35B5AC;
}
section#structure_area .items.i3 {
  padding-top: 11.4583333333vw;
}
section#structure_area .items.i3 .txt-box {
  width: 100%;
}
section#structure_area .items.i3 .txt-box .txt-h3 span {
  color: #ffffff;
}
section#structure_area .items.i3 .option-box {
  margin-top: 3.6458333333vw;
}
section#structure_area .items.i3 .option-box .txt-h4 {
  margin-bottom: 2.6041666667vw;
}
section#structure_area .items.i3 .option-box .txt-h5 {
  margin-bottom: 1.5625vw;
}
section#structure_area .items.i3 .option-box .space {
  margin-top: 2.6041666667vw;
}
section#structure_area .items.i3 .option-box .list-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3vw 1.7%;
}
section#structure_area .items.i3 .option-box .list-box li {
  width: 32.2%;
  background: #ffffff;
  border-radius: 0.5208333333vw;
}
section#structure_area .items.i3 .option-box .list-box li a {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  border: solid 2px #D83721;
  box-sizing: border-box;
  padding: 1.5625vw;
  border-radius: 0.5208333333vw;
  color: #2B2E33;
}
section#structure_area .items.i3 .option-box .list-box li a .txt-h6 {
  margin-bottom: 0.5208333333vw;
  color: #2B2E33;
}
section#structure_area .items.i3 .option-box .list-box li a .txt-m {
  text-align: end;
  margin-bottom: 1.05vw;
  line-height: 1;
  color: #2B2E33;
}
section#structure_area .items.i3 .option-box .list-box li a .txt-m span {
  font-size: 1.05vw;
}
section#structure_area .items.i3 .option-box .list-box li a .txt-n {
  color: #8E8E8D;
}
section#structure_area .items.i3 .option-box .list-box li a .txt-n span {
  color: #D83721;
  margin-top: 0.5208333333vw;
  display: block;
}
section#structure_area .items.i3 .option-box .list-box li a .txt-a {
  text-align: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.5208333333vw;
  gap: 0.3vw;
  color: #2B2E33;
}
section#structure_area .items.i3 .option-box .list-box li a .txt-a svg {
  width: 1vw;
  height: 1vw;
  display: flex;
}
section#structure_area .items.i3 .option-note {
  padding-top: 2.0833333333vw;
  justify-content: space-between;
}
section#structure_area .items.i3 .option-note .caption {
  padding-top: 7vw;
  margin-top: -7vw;
  width: 48%;
}
section#structure_area .items.i3 .option-note .caption .txt-h4 {
  margin-bottom: 1.05vw;
  line-height: 1;
  padding-top: 6.7708333333vw;
}
section#structure_area .items.i3 .option-note .caption .txt-h4::before {
  content: "";
  width: 1.05vw;
  height: 1.05vw;
  background: #D83721;
  display: inline-block;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 1vw;
}
section#structure_area .items.i3 .option-note .caption .txt-t {
  margin-bottom: 1.5625vw;
}
section#structure_area .items.i3 .option-note .caption .txt-p {
  margin: 1.5625vw 0;
}
section#structure_area .items.i3 .option-note .caption .txt-p span {
  color: #D83721;
}
section#structure_area .items.i3 .option-note .caption .txt-p.p2 {
  margin-bottom: 0;
}
section#structure_area .items.i3 .option-note .caption .txt-h5 {
  margin-top: 1.5625vw;
}
section#structure_area .items.i3 .option-note .caption .list-box {
  list-style: circle;
}
section#structure_area .items.i3 .option-note .caption .list-box li {
  line-height: 1.8em;
  display: flex;
  align-items: center;
  gap: 0.5vw;
}
section#structure_area .items.i3 .option-note .caption .list-box li::before {
  content: "";
  background: #35B5AC;
  width: 0.6vw;
  height: 0.6vw;
  border-radius: 0.6vw;
}
section#structure_area .items.i3 .option-note .caption .list-box.l2 li::before {
  content: none;
}

@media screen and (max-width: 767px) {
  section#structure_area {
    padding-top: 150px;
    margin-top: -150px;
  }
  section#structure_area::before {
    top: 18%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 248.958333vw;
  }
  section#structure_area::after {
    content: "";
    background: url(../img/bg_29A_003.webp) top no-repeat;
    background-size: cover;
    position: absolute;
    top: 62%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 248.958333vw;
  }
  section#structure_area .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section#structure_area .ttl-box {
    margin-bottom: 30px;
  }
  section#structure_area .ttl-box .txt-h2 {
    text-align: center;
    font-size: 24px;
  }
  section#structure_area .ttl-box .txt-h2 .txt-e {
    font-size: 14px;
  }
  section#structure_area .ttl-box .txt-p {
    font-size: 14px;
    text-align: center;
  }
  section#structure_area .items {
    display: flex;
    flex-wrap: wrap;
  }
  section#structure_area .items .img-box {
    width: 100%;
    order: 1;
    margin-bottom: 50px;
  }
  section#structure_area .items .img-box .bg {
    width: 100%;
    height: 70vw;
  }
  section#structure_area .items .img-box .video-box {
    position: absolute;
    width: 93%;
    height: 70%;
    left: 2.7%;
    top: 40.5%;
    transform: translateY(-50%);
    border-radius: 0.2vw;
    overflow: clip;
  }
  section#structure_area .items .img-box .video-box video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section#structure_area .items .txt-box {
    width: 100%;
    order: 2;
  }
  section#structure_area .items .txt-box .txt-h3 {
    margin-bottom: 35px;
    font-size: 16px;
  }
  section#structure_area .items .txt-box .txt-h3 span {
    font-size: 100px;
    color: #ffffff;
    color: #f0f0f0;
  }
  section#structure_area .items .txt-box .txt-p {
    font-size: 14px;
  }
  section#structure_area .items .txt-box .txt-t {
    margin-bottom: 20px;
    font-size: 14px;
  }
  section#structure_area .items .txt-box .in {
    margin-top: 30px;
  }
  section#structure_area .items .txt-box .in .in-box {
    width: 100%;
    border-radius: 10px;
    padding-bottom: 20px;
  }
  section#structure_area .items .txt-box .in .in-box .txt-h4 {
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  section#structure_area .items .txt-box .in .in-box .txt-b {
    font-size: 14px;
    margin-bottom: 20px;
  }
  section#structure_area .items .txt-box .in .in-box .txt-p {
    text-align: center;
  }
  section#structure_area .items .txt-box .in .in-box:nth-child(n+2) {
    margin-top: 30px;
  }
  section#structure_area .items.i2 {
    padding-top: 100px;
  }
  section#structure_area .items.i2 .txt-box {
    width: 100%;
  }
  section#structure_area .items.i2 .txt-box .txt-h3 span {
    color: #CEF2EE;
  }
  section#structure_area .items.i2 .txt-box .plan-box {
    width: calc(100% - 0.625vw);
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    background: #ffffff;
    position: relative;
    border-radius: 10px;
    position: relative;
  }
  section#structure_area .items.i2 .txt-box .plan-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    padding: 4px;
  }
  section#structure_area .items.i2 .txt-box .plan-box .txt-h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  section#structure_area .items.i2 .txt-box .plan-box .txt-h4 .txt-e {
    font-size: 14px;
  }
  section#structure_area .items.i2 .txt-box .plan-box .txt-b {
    text-align: center;
    font-size: 14px;
  }
  section#structure_area .items.i2 .txt-box .plan-box .txt-m {
    text-align: center;
    margin: 20px 0;
    font-size: 26px;
  }
  section#structure_area .items.i2 .txt-box .plan-box .txt-m span {
    font-size: 14px;
  }
  section#structure_area .items.i2 .txt-box .plan-box .in {
    width: 100%;
    margin: 0 auto;
  }
  section#structure_area .items.i2 .txt-box .plan-box .in .plus {
    width: 40px;
    height: 40px;
    margin: 30px auto;
  }
  section#structure_area .items.i2 .txt-box .plan-box .in .in-box {
    width: 100%;
    border-width: 2px;
    padding: 0;
    overflow: clip;
  }
  section#structure_area .items.i2 .txt-box .plan-box .in .in-box .txt-h5 {
    font-size: 10px;
    height: 70px;
  }
  section#structure_area .items.i2 .txt-box .plan-box .in .in-box .txt-h5 span {
    font-size: 18px;
  }
  section#structure_area .items.i2 .txt-box .plan-box .in .in-box .list-box {
    padding: 20px;
  }
  section#structure_area .items.i2 .txt-box .plan-box .in .in-box .list-box li {
    font-size: 14px;
    padding-left: 20px;
  }
  section#structure_area .items.i2 .txt-box .plan-box .in .in-box .list-box li::before {
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  section#structure_area .items.i2 .txt-box .plan-box .in .in-box.in2 {
    width: 100%;
    margin: 0;
    margin-top: 30px;
  }
  section#structure_area .items.i2 .txt-box .plan-box .in .in-box.in2 .txt-h5 {
    background: #35B5AC;
  }
  section#structure_area .items.i2 .txt-box .plan-box .in .in-box.in2 .list-box {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
  }
  section#structure_area .items.i2 .txt-box .plan-box .in .in-box.in2 .list-box li::before {
    background: #35B5AC;
  }
  section#structure_area .items.i2 .txt-box .plan-box .plan-item.p2 {
    margin-top: 50px;
  }
  section#structure_area .items.i2 .txt-box .plan-box .plan-item.p2 .borders {
    padding: 30px 15px;
    border-radius: 10px;
  }
  section#structure_area .items.i2 .txt-box .plan-box .plan-item.p2 .borders::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    padding: 2px;
  }
  section#structure_area .items.i2 .txt-box .plan-box .plan-item.p2 table {
    width: 100%;
  }
  section#structure_area .items.i2 .txt-box .plan-box .plan-item.p2 table tr {
    padding: 15px 0;
  }
  section#structure_area .items.i2 .txt-box .plan-box .plan-item.p2 table tr th, section#structure_area .items.i2 .txt-box .plan-box .plan-item.p2 table tr td {
    width: 33.333%;
    text-align: start;
    padding: 0;
    margin: 0;
    font-size: 10px;
  }
  section#structure_area .items.i2 .txt-box .plan-box .plan-item.p2 table tr th {
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 10px;
  }
  section#structure_area .items.i2 .txt-box .sub-ttl {
    padding-top: 40px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  section#structure_area .items.i2 .txt-box .sub-ttl .txt-s {
    font-size: 12px;
    text-align: center;
  }
  section#structure_area .items.i2 .txt-box .sub-ttl .txt-s2 {
    font-size: 14px;
    text-align: center;
  }
  section#structure_area .items.i2 .txt-box .sub-ttl .txt-s2 span {
    font-size: 22px;
  }
  section#structure_area .items.i2 .txt-box .box {
    justify-content: space-between;
  }
  section#structure_area .items.i2 .txt-box .box .items {
    width: 100%;
  }
  section#structure_area .items.i2 .txt-box .box .items .img-box {
    width: 100%;
    height: 52vw;
    margin-bottom: 20px;
    border-radius: 5px;
    order: 1;
  }
  section#structure_area .items.i2 .txt-box .box .items .txt-inbox {
    order: 2;
  }
  section#structure_area .items.i2 .txt-box .box .items .txt-inbox .txt-h4 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  section#structure_area .items.i2 .txt-box .box .items .txt-inbox .txt-h4 span {
    font-size: 20px;
  }
  section#structure_area .items.i2 .txt-box .box .items .txt-inbox .txt-p {
    font-size: 14px;
  }
  section#structure_area .items.i2 .txt-box .box .items:nth-child(2) {
    margin-top: 30px;
  }
  section#structure_area .items.i3 {
    padding-top: 80px;
  }
  section#structure_area .items.i3 .txt-box {
    width: 100%;
  }
  section#structure_area .items.i3 .txt-box .txt-h3 span {
    color: #f0f0f0;
  }
  section#structure_area .items.i3 .option-box {
    margin-top: 30px;
  }
  section#structure_area .items.i3 .option-box .txt-h4 {
    margin-bottom: 30px;
    font-size: 18px;
  }
  section#structure_area .items.i3 .option-box .txt-h5 {
    margin-bottom: 20px;
    font-size: 16px;


  }
  section#structure_area .items.i3 .option-box .space {
    margin-top: 40px;
  }
  section#structure_area .items.i3 .option-box .list-box {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 2%;
    justify-content: center;
  }
  section#structure_area .items.i3 .option-box .list-box li {
    width: 100%;
    border-radius: 10px;
  }
  section#structure_area .items.i3 .option-box .list-box li.recom::before {
    font-size: 12px;
    padding: 7px 20px;
    line-height: 1;
    top: -13px;
    left: 15px;
    border-radius: 3px;
  }
  section#structure_area .items.i3 .option-box .list-box li a {
    padding: 30px 15px;
    border-radius: 10px;
  }
  section#structure_area .items.i3 .option-box .list-box li a .txt-h6 {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
  }
  section#structure_area .items.i3 .option-box .list-box li a .txt-m {
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
  }
  section#structure_area .items.i3 .option-box .list-box li a .txt-m span {
    font-size: 12px;
  }
  section#structure_area .items.i3 .option-box .list-box li a .txt-n {
    font-size: 14px;
  }
  section#structure_area .items.i3 .option-box .list-box li a .txt-n span {
    margin-top: 5px;
    font-size: 12px;
  }
  section#structure_area .items.i3 .option-box .list-box li a .txt-a {
    text-align: end;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
    color: #2B2E33;
    font-size: 14px;
  }
  section#structure_area .items.i3 .option-box .list-box li a .txt-a svg {
    width: 14px;
    height: 14px;
    display: flex;
  }
  section#structure_area .items.i3 .option-note {
    padding-top: 20px;
  }
  section#structure_area .items.i3 .option-note .caption {
    padding-top: 150px;
    margin-top: -150px;
    width: 100%;
  }
  
  section#structure_area .items.i3 .option-note .caption .txt-h4 {
    margin-bottom: 15px;
    padding-top: 50px;
    font-size: 16px;
  }
  section#structure_area .items.i3 .option-note .caption .txt-h4::before {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  section#structure_area .items.i3 .option-note .caption .txt-t {
    margin-bottom: 20px;
    font-size: 14px;
  }
  section#structure_area .items.i3 .option-note .caption .txt-p {
    margin: 20px 0;
    font-size: 14px;
  }
  section#structure_area .items.i3 .option-note .caption .txt-p span {
    color: #D83721;
  }
  section#structure_area .items.i3 .option-note .caption .txt-p.p2 {
    margin-bottom: 0;
  }
  section#structure_area .items.i3 .option-note .caption .txt-h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  section#structure_area .items.i3 .option-note .caption .list-box li {
    font-size: 14px;
    gap: 7px;

    
  }
  section#structure_area .items.i3 .option-note .caption .list-box li::before {
    content: "";
    background: #35B5AC;
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  section#structure_area .items.i3 .option-note .caption.c2 .txt-t {
    margin-bottom: 40px;
  }
  section#structure_area .items.i3 .option-note .caption.c2 .citem {
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #D83721;
    border-radius: 5px;
  }
  section#structure_area .items.i3 .option-note .caption.c2 .citem .txt-h5 {
    font-size: 16px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section#structure_area .items.i3 .option-note .caption.c2 .citem .list-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
  }
  section#structure_area .items.i3 .option-note .caption.c2 .caption-top {
    justify-content: space-between;
  }
  section#structure_area .items.i3 .option-note .caption.c2 .caption-top .citem:nth-child(2) {
    margin-top: 30px;
  }
  section#structure_area .items.i3 .option-note .caption.c2 .caption-top .citem:nth-child(2) .txt-h5 {
    background: #D97621;
  }
  section#structure_area .items.i3 .option-note .caption.c2 .caption-bot {
    margin-top: 40px;
    padding-top: 1.3020833333vw;
    justify-content: space-between;
  }
  section#structure_area .items.i3 .option-note .caption.c2 .caption-bot .citem {
    padding: 5px;
    padding-top: 20px;
  }
  section#structure_area .items.i3 .option-note .caption.c2 .caption-bot .citem .in {
    padding: 20px;
    padding-top: 50px;
    margin: 0;
  }
  section#structure_area .items.i3 .option-note .caption.c2 .caption-bot .citem .txt-h5 {
    width: 200px;
    height: 40px;
    border-radius: 40px;
    top: 0;
    left: calc(50% - 100px);
    font-size: 14px;
  }
  section#structure_area .items.i3 .option-note .caption.c2 .caption-bot .citem .txt-n {
    margin-bottom: 20px;
    font-size: 14px;
  }
  section#structure_area .items.i3 .option-note .caption.c2 .caption-bot .citem .img-box {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
  }
  section#structure_area .items.i3 .option-note .caption.c2 .caption-bot .arrow {
    position: initial;
    transform: initial;
    height: 40px;
    margin: 40px 0;
    transform: rotate(90deg);
  }
  section#structure_area .items.i3 .option-note .caption.c2 .caption-bot .arrow svg {
    display: flex;
    width: 100%;
    height: 100%;
  }
}
/*==========================================================================
section#flow_area
========================================================================== */
section#flow_area {
  padding-top: 8vw;
  margin-top: -8vw;
}
section#flow_area .inner {
  background: #F2F2F2;
}
section#flow_area .in {
  padding-top: 7.2916666667vw;
  padding-bottom: 7.8125vw;
}
section#flow_area .ttl-box {
  position: relative;
  margin-bottom: 5.2083333333vw;
}
section#flow_area .ttl-box .txt-h2 {
  text-align: start;
}
section#flow_area .ttl-box .txt-h2 .txt-e {
  display: block;
  color: #356CB4;
}
section#flow_area .list-box {
  flex-wrap: wrap;
  gap: 2.6041666667vw;
}
section#flow_area .list-box li {
  box-sizing: border-box;
  padding: 1.8229166667vw 5.2083333333vw;
  background: #ffffff;
  width: 100%;
  display: flex;
}
section#flow_area .list-box li .txt-h3 {
  line-height: 1;
  padding-right: 5.2083333333vw;
  border-right: solid 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  flex: none;
}
section#flow_area .list-box li .txt-h3 span {
  display: block;
  line-height: 1;
}
section#flow_area .list-box li .icon {
  width: 7.8125vw;
  height: 7.8125vw;
  border-radius: 7.8125vw;
  margin: 0 4.1666666667vw;
  flex: none;
}
section#flow_area .list-box li .txt-box .txt-h4 {
  margin-bottom: 1.5625vw;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  section#flow_area {
    padding-top: 150px;
    margin-top: -150px;
  }
  section#flow_area .in {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section#flow_area .ttl-box {
    position: relative;
    margin-bottom: 30px;
  }
  section#flow_area .ttl-box .txt-h2 {
    text-align: center;
    font-size: 32px;
    margin: 0 auto;
  }
  section#flow_area .ttl-box .txt-h2 .txt-e {
    font-size: 14px;
  }
  section#flow_area .list-box {
    flex-wrap: wrap;
    gap: 10px;
    flex-flow: column;
  }
  section#flow_area .list-box li {
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;


    border-radius: 10px;
    padding-top: 20px;
  }
  section#flow_area .list-box li .txt-h3 {
    order: 1;
    padding-right: 0;
    width: 100%;
    font-size: 18px;
    border: none;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row;
  }
  section#flow_area .list-box li .txt-h3 span {
    font-size: 32px;
  }
  section#flow_area .list-box li .icon {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    margin: 0 auto;
    flex: none;
    margin-bottom: 30px;
    order: 2;
  }
  section#flow_area .list-box li .txt-box {
    width: 100%;
    order: 3;
  }
  section#flow_area .list-box li .txt-box .txt-h4 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  section#flow_area .list-box li .txt-box .txt-p {
    font-size: 14px;
  }
  section#flow_area .list-box li:nth-child(n+2) {
    margin-top: 40px;
  }
}
/*==========================================================================
section#qa_area
========================================================================== */
section#qa_area {
  padding-top: 7vw;
  margin-top: -7vw;
}
section#qa_area .inner {
  padding-top: 7.2916666667vw;
  padding-bottom: 7.8125vw;
}
section#qa_area .ttl-box {
  position: relative;
  margin-bottom: 5.2083333333vw;
}
section#qa_area .ttl-box .txt-h2 {
  text-align: center;
}
section#qa_area .ttl-box .txt-h2 .txt-e {
  display: block;
  color: #356CB4;
}

@media screen and (max-width: 767px) {
  section#qa_area {
    padding-top: 150px;
    margin-top: -150px;
  }
  section#qa_area .inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  section#qa_area .ttl-box {
    position: relative;
    margin-bottom: 30px;
  }
  section#qa_area .ttl-box .txt-h2 {
    text-align: center;
    font-size: 32px;
    margin: 0 auto;
  }
  section#qa_area .ttl-box .txt-h2 .txt-e {
    font-size: 14px;
  }
}


/*====================================================
　アコーディオン
====================================================*/
.s_02 {
  background: #FFFFFF;
  width: 100%;
  margin: 0 auto;
}

.s_02 .accordion_one {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #1E2F40;
}

.s_02 .accordion_one .accordion_header {
  padding: 2vw 3vw;
  padding-right: 3.5vw;
  text-align: start;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  letter-spacing: 1px;
}

.s_02 .accordion_one .accordion_header span {
  position: absolute;
  top: 2vw;
  left: 0;
  width: 2vw;
  height: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05vw;
  font-weight: 700;
  line-height: 1.3em;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  color: #ffffff;
  background: #2B2E33;
}

.s_02 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2vw;
  margin: 0;
  right: 1vw;
  width: 2vw;
  height: 2vw;
  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.5vw;
  height: 1.5vw;
  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.5vw;
  top: 0;
  left: calc(0.75vw - 1.5px);
}

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

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

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

.s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
  transform: rotate(-45deg);
}

.s_02 .accordion_one .accordion_inner {
  display: none;
  font-size: 1.05vw;
  padding: 2vw 3vw;
  padding-right: 3.5vw;
  padding-top: 0;
  box-sizing: border-box;
  position: relative;
}

.s_02 .accordion_one .accordion_inner .box_one p.txt_a_ac {
  padding-top: 0.3vw;

  
  margin: 0;
  font-size: 1.05vw;
  font-weight: 500;
  line-height: 1.3em;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 1px;
  color: #2B2E33;
}

.s_02 .accordion_one .accordion_inner .box_one p.txt_a_ac span {
  position: absolute;
  top: 0;
  left: 0;
  width: 2vw;
  height: 2vw;
  font-size: 1.05vw;
  font-weight: 700;
  line-height: 1.3em;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, #356cb4, #00a29a);
}

.s_02 .accordion_one .accordion_inner .box_one a {
  font-size: 1.05vw;
  font-weight: 500;
  line-height: 1.3em;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 1px;
  margin-top: 0.3em;
}

@media screen and (max-width: 767px) {
  .s_02 .accordion_one .accordion_header {
    padding: 15px 30px;
    padding-right: 35px;
    text-align: start;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition-duration: 0.2s;
    letter-spacing: 1px;
    font-size: 14px;
  }
  .s_02 .accordion_one .accordion_header span {
    width: 25px;
    height: 25px;
    font-size: 14px;
    top: 12.5px;
  }
  .s_02 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    top: 12.5px;
    right: 10px;
    width: 20px;
    height: 20px;
    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: 20px;
    height: 20px;
  }
  .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: 2px;
    height: 100%;
    top: 0;
    left: 9px;
  }
  .s_02 .accordion_one .accordion_header .i_box .one_i:after {
    width: 100%;
    height: 2px;
    top: 9px;
    left: 0;
  }
  .s_02 .accordion_one .accordion_inner {
    font-size: 14px;
    padding: 15px 30px;
    padding-right: 35px;
    padding-top: 0;
  }
  .s_02 .accordion_one .accordion_inner .box_one p.txt_a_ac {
    margin: 0;
    font-size: 14px;
    line-height: 1.5em;
  }
  .s_02 .accordion_one .accordion_inner .box_one p.txt_a_ac span {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .s_02 .accordion_one .accordion_inner .box_one a {
    font-size: 1.05vw;
    font-weight: 500;
    line-height: 1.5em;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 1px;
    margin-top: 0.3em;
  }
}
/*# sourceMappingURL=video2.css.map */