@charset "UTF-8";
/*-----------------------------------
	COMMON
-----------------------------------*/
#sub section {
  position: relative;
}
#sub .c-flex-sp-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  #sub .c-flex-sp-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sub .c-bdr-rad250 {
  border-radius: 250px;
}
@media (max-width: 1023px) {
  #sub .c-bdr-rad250 {
    border-radius: 16vw;
  }
}
#sub .c-bg-blue {
  background-color: #043460;
  margin-top: 210px;
  padding-top: 20px;
  padding-bottom: 305px;
  border-top-right-radius: 250px;
  border-bottom-left-radius: 250px;
}
@media (max-width: 1023px) {
  #sub .c-bg-blue {
    padding-top: 20vw;
    padding-bottom: 10.6666666667vw;
    margin-top: 21.3333333333vw;
    border-top-right-radius: 16vw;
    border-bottom-left-radius: 16vw;
  }
}
#sub .c-bg-blue .lgtitle-en {
  text-align: center;
  color: #002d57;
}
#sub .c-bg-blue .title-en {
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: -105px;
}
@media (max-width: 1023px) {
  #sub .c-bg-blue .title-en {
    margin-top: -18.9333333333vw;
  }
}
#sub .c-bg-blue .sec-title {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  padding-top: 15px;
  padding-top: 22px;
}
@media (max-width: 1023px) {
  #sub .c-bg-blue .sec-title {
    font-size: 5.8666666667vw;
    padding-top: 4vw;
  }
}
#sub .c-bg-blue .lead {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 70px;
}
@media (max-width: 1023px) {
  #sub .c-bg-blue .lead {
    margin-top: 4vw;
  }
}
#sub .c-pics-set {
  padding-bottom: 880px;
}
@media (max-width: 1023px) {
  #sub .c-pics-set {
    padding-bottom: 60.2666666667vw;
  }
}
#sub .c-pics-set .bg01 {
  background: url(../images/top/message_img01.jpg) center top/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 880px;
  margin-left: 100px;
  border-radius: 250px;
}
@media (max-width: 1023px) {
  #sub .c-pics-set .bg01 {
    width: 82.1333333333vw;
    height: 60.2666666667vw;
    border-radius: 0 16vw 16vw 0;
    margin: 0;
  }
}
#sub .c-pics-set .bg02 {
  background: url(../images/top/message_img02.jpg) center top/cover no-repeat;
  position: absolute;
  width: 30%;
  height: 580px;
  top: 0;
  right: 0;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
}
@media (max-width: 1023px) {
  #sub .c-pics-set .bg02 {
    display: none;
  }
}

/*-----------------------------------
	メニュー価格表
-----------------------------------*/
#sub .c-service-cta {
  background: #2ab3c6;
  color: #f1f5f6;
  border-radius: 30px;
  text-align: center;
  margin: 45px auto 0;
  padding: 30px 60px 22px;
  max-width: 1200px;
}
@media (max-width: 1023px) {
  #sub .c-service-cta {
    padding: 5.3333333333vw;
  }
}
#sub .c-service-cta:has(.box) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  #sub .c-service-cta:has(.box) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
}
#sub .c-service-cta .title {
  font-size: 2.2rem;
}
@media (max-width: 1023px) {
  #sub .c-service-cta .title {
    font-size: 5.3333333333vw;
  }
}
#sub .c-service-cta .btn01 {
  margin: 20px auto;
  color: #097d8d;
  width: 500px;
}
@media (max-width: 1023px) {
  #sub .c-service-cta .btn01 {
    font-size: 3.7333333333vw;
    width: 100%;
  }
}
#sub .service-stance .c-pics-set .bg01 {
  background: url(../images/service/service-img01.jpg) center top/cover no-repeat;
}
#sub .service-stance .c-pics-set .bg02 {
  background: url(../images/service/service-img02.jpg) center top/cover no-repeat;
}
#sub .service-stance .box {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-top: 115px;
}
@media (max-width: 1023px) {
  #sub .service-stance .box {
    margin: 10vw 0;
  }
}
#sub .service-stance .box .lgtitle-en {
  position: absolute;
  top: -333px;
  margin-left: -70px;
  letter-spacing: 0.08em;
}
@media (max-width: 1023px) {
  #sub .service-stance .box .lgtitle-en {
    top: -40vw;
  }
}
#sub .service-stance .box .sec-title {
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 1.9;
}
#sub {
  /* pricelist */
}
#sub .service-pricelist .box {
  padding: 11rem 20rem;
  background: #f1f5f6;
}
@media (max-width: 1440px) {
  #sub .service-pricelist .box {
    padding: 11rem 50px;
  }
}
@media (max-width: 1023px) {
  #sub .service-pricelist .box {
    padding: 13.3333333333vw 6.6666666667vw;
  }
}
#sub .service-pricelist .box .pricelist__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 41px 33px;
  padding: 30px 0 62px;
  list-style: none;
}
@media (max-width: 1023px) {
  #sub .service-pricelist .box .pricelist__tabs {
    padding: 5.3333333333vw 0;
    gap: 1.3333333333vw 2%;
  }
}
#sub .service-pricelist .box .pricelist__tabs li {
  width: calc((100% - 99px) / 4);
}
@media (max-width: 1023px) {
  #sub .service-pricelist .box .pricelist__tabs li {
    width: 32%;
  }
}
#sub .service-pricelist .box .pricelist__tabs button {
  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;
  position: relative;
  width: 100%;
  min-height: 140px;
  padding: 10px 20px;
  border: 1px solid #043460;
  border-radius: 30px;
  background: #fff;
  color: #141517;
  font-family: inherit;
  font-size: 3.4rem;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 1023px) {
  #sub .service-pricelist .box .pricelist__tabs button {
    padding: 2.6666666667vw;
    font-size: 4.2666666667vw;
    min-height: unset;
  }
}
#sub .service-pricelist .box .pricelist__tabs button span {
  font-size: 1.8rem;
  margin-top: 0.2em;
  margin-left: 7px;
  margin-right: -6px;
}
@media (max-width: 1023px) {
  #sub .service-pricelist .box .pricelist__tabs button span {
    font-size: 3.2vw;
    margin-left: 2px;
  }
}
#sub .service-pricelist .box .pricelist__tabs li.is-active button {
  background: #043460;
  color: #fff;
}
#sub .service-pricelist .box .pricelist__panel {
  padding: 54px 100px 70px;
  border-radius: 30px;
  background: #043460;
  color: #f1f5f6;
  font-size: 1.6rem;
}
@media (max-width: 1440px) {
  #sub .service-pricelist .box .pricelist__panel {
    padding: 54px 50px 70px;
  }
}
@media (max-width: 1023px) {
  #sub .service-pricelist .box .pricelist__panel {
    padding: 5.3333333333vw;
    font-size: 4vw;
  }
}
#sub .service-pricelist .box .pricelist__panel:not(:first-of-type) {
  display: none;
}
#sub .service-pricelist .box .pricelist__panel .panel-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  #sub .service-pricelist .box .pricelist__panel .panel-box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
  }
}
#sub .service-pricelist .box .pricelist__panel .panel-box {
  background-color: #064b81;
  border-radius: 30px;
  padding: 38px 20px 44px 57px;
  width: calc((100% - 30px) / 2);
}
@media (max-width: 1023px) {
  #sub .service-pricelist .box .pricelist__panel .panel-box {
    padding: 5.3333333333vw;
    width: 100%;
  }
}
#sub .service-pricelist .box .pricelist__panel .panel-box .price {
  line-height: 1;
  padding-bottom: 32px;
}
@media (max-width: 1023px) {
  #sub .service-pricelist .box .pricelist__panel .panel-box .price {
    padding-bottom: 8vw;
    text-align: right;
  }
}
#sub .service-pricelist .box .pricelist__panel .panel-box .num {
  font-size: 4.8rem;
}
@media (max-width: 1023px) {
  #sub .service-pricelist .box .pricelist__panel .panel-box .num {
    font-size: 10.6666666667vw;
    padding-bottom: 2.6666666667vw;
    display: block;
    text-align: left;
  }
}
#sub .service-pricelist .box .pricelist__panel .panel-box .list {
  line-height: 2;
  padding-left: 5px;
}
#sub .service-pricelist .box .pricelist__panel .panel-box.panel-box-l {
  width: 100%;
  padding: 38px 58px 29px 57px;
}
@media (max-width: 1023px) {
  #sub .service-pricelist .box .pricelist__panel .panel-box.panel-box-l {
    padding: 5.3333333333vw;
  }
}
#sub .service-pricelist .box .pricelist__panel .panel-box.panel-box-l .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 10px;
  padding: 12px 6px 18px;
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  #sub .service-pricelist .box .pricelist__panel .panel-box.panel-box-l .options {
    padding: 5.3333333333vw 0;
    gap: 2.6666666667vw 0;
  }
}
#sub .service-pricelist .box .pricelist__panel .panel-box.panel-box-l .options li {
  background: #7db6be;
  border: 1px solid #515151;
  border-radius: 100px;
  font-size: 1.4rem;
  padding: 8px 13px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
@media (max-width: 1023px) {
  #sub .service-pricelist .box .pricelist__panel .panel-box.panel-box-l .options li {
    padding: 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 1.2;
    width: 100%;
  }
}
#sub .service-pricelist .box .pricelist__panel .panel-box.panel-box-l .options li span {
  display: inline-block;
  background: #307f8a;
  border-radius: 11.5px;
  font-size: 1.2rem;
  margin-left: 10px;
  padding: 0px 15px;
}
@media (max-width: 1023px) {
  #sub .service-pricelist .box .pricelist__panel .panel-box.panel-box-l .options li span {
    padding: 1.3333333333vw 4vw;
    font-size: 2.6666666667vw;
    margin-top: 4vw;
  }
}
#sub .service-pricelist .box .pricelist__panel .panel-box.panel-box-l .note {
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  #sub .service-pricelist .box .pricelist__panel .panel-box.panel-box-l .note {
    font-size: 3.7333333333vw;
  }
}
@media (max-width: 1023px) {
  #sub .service-pricelist .box .pricelist__panel .panel-box.panel-box-l .btn01 {
    width: 100%;
  }
}
#sub {
  /* comparison */
}
#sub .service-comparison {
  margin-top: 278px;
}
@media (max-width: 1023px) {
  #sub .service-comparison {
    margin-top: 40vw;
  }
}
@media (min-width: 1024px) {
  #sub .service-comparison .lgtitle-en {
    font-size: 18rem;
    margin-left: calc(50% - 52vw);
    margin-right: calc(50% - 52vw);
  }
}
#sub .service-comparison .box {
  padding: 96px 200px 80px;
  background: #f1f5f6;
  margin-top: 110px;
}
@media (max-width: 1440px) {
  #sub .service-comparison .box {
   padding: 96px 100px 80px;
  }
}
@media (max-width: 1023px) {
  #sub .service-comparison .box {
    padding: 5.3333333333vw;
    margin-top: 21.3333333333vw;
  }
}
#sub .service-comparison .comparison-table-wrap {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 50px 45px;
}
@media (max-width: 1023px) {
  #sub .service-comparison .comparison-table-wrap {
    overflow: hidden;
    white-space: nowrap;
    overflow-x: auto;
    padding: 50px 25px;
  }
}
#sub .service-comparison .comparison-table {
  color: #141517;
  width: 100%;
  max-width: 1100px;
}
@media (max-width: 1023px) {
  #sub .service-comparison .comparison-table {
    max-width: 600px;
  }
}
#sub .service-comparison .comparison-table .has-bg {
  background: #f5f7f8;
}
#sub .service-comparison .comparison-table th {
  padding: 20px 30px;
}
@media (max-width: 1023px) {
  #sub .service-comparison .comparison-table th {
    padding: 15px;
  }
}
#sub .service-comparison .comparison-table td {
  text-align: center;
  padding: 20px 30px;
  line-height: 1;
  font-size: 2.2rem;
}
@media (max-width: 1023px) {
  #sub .service-comparison .comparison-table td {
    padding: 15px;
    font-size: 18px;
  }
}
#sub .service-comparison .comparison-table td.has-txt {
  position: relative;
}
#sub .service-comparison .comparison-table td.has-txt span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#sub .service-comparison .comparison-table td.has-txt small {
  display: block;
  padding-top: 0.7em;
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  #sub .service-comparison .comparison-table td.has-txt small {
    font-size: 12px;
  }
}
#sub .service-comparison .comparison-table td.num {
  font-size: 2.2rem;
}
@media (max-width: 1023px) {
  #sub .service-comparison .comparison-table td.num {
    font-size: 18px;
  }
}
#sub .service-comparison .comparison-table thead {
  font-size: 2.2rem;
}
@media (max-width: 1023px) {
  #sub .service-comparison .comparison-table thead {
    font-size: 16px;
  }
}
#sub .service-comparison .comparison-table thead th {
  padding: 27px 30px 31px;
}
@media (max-width: 1023px) {
  #sub .service-comparison .comparison-table thead th {
    padding: 15px;
  }
}
#sub .service-comparison .comparison-table thead th:not(:first-child) {
  text-align: center;
}
#sub .service-comparison .comparison-table tbody {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 1023px) {
  #sub .service-comparison .comparison-table tbody {
    font-size: 14px;
  }
}
#sub .service-comparison .comparison-table tbody tr {
  border-top: 1px solid #dbe3e5;
}
#sub .service-comparison .has-frame {
  position: relative;
}
#sub .service-comparison .frame {
  position: absolute;
  border: 1px solid #043460;
  border-radius: 15px;
  height: 695px;
  width: 100%;
  max-width: 318px;
  top: -55px;
  left: 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #sub .service-comparison .frame {
    height: 535px;
    width: 135px;
    top: -25px;
  }
}
#sub .service-comparison .frame span {
  background: #043460;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
}
@media (max-width: 1023px) {
  #sub .service-comparison .frame span {
    font-size: 16px;
  }
}
#sub {
  /* modelcase */
}
#sub .service-modelcase {
  margin-top: 235px;
}
@media (max-width: 1023px) {
  #sub .service-modelcase {
    margin-top: 40vw;
  }
}
#sub .service-modelcase .box {
  padding: 104px 0 100px;
  background: #f1f5f6;
  margin-top: 110px;
}
@media (max-width: 1023px) {
  #sub .service-modelcase .box {
    padding: 10.6666666667vw 5.3333333333vw;
    margin-top: 13.3333333333vw;
  }
}
@media (min-width: 1024px) {
  #sub .service-modelcase .box .title {
    font-size: 2.4rem;
    margin: 0 auto;
    margin-bottom: 27px;
    width: 1000px;
  }
}
@media (min-width: 1440px) {
  #sub .service-modelcase .box .title {
    width: 1200px;
  }
}
#sub .service-modelcase .modelcase-panel {
  background-color: #043460;
  border-radius: 30px;
  padding: 60px 25px 60px 36px;
  color: #fff;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  #sub .service-modelcase .modelcase-panel {
    width: 1000px;
  }
}
@media (max-width: 1023px) {
  #sub .service-modelcase .modelcase-panel {
    padding: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    width: 100%;
  }
}
#sub .service-modelcase .s-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}
@media (max-width: 1023px) {
  #sub .service-modelcase .s-box-wrap {
    margin-top: 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sub .service-modelcase .s-box-wrap .s-box {
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 35px 10px 25px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  height: 174px;
  width: 100%;
}
@media (max-width: 1023px) {
  #sub .service-modelcase .s-box-wrap .s-box {
    height: auto;
  }
}
@media (min-width: 1024px) {
  #sub .service-modelcase .s-box-wrap .s-box:first-of-type {
    width: 390px;
  }
}
@media (min-width: 1440px) {
  #sub .service-modelcase .s-box-wrap .s-box:first-of-type {
    width: 442px;
  }
}
@media (min-width: 1024px) {
  #sub .service-modelcase .s-box-wrap .s-box:nth-of-type(3) {
    width: 270px;
  }
}
#sub .service-modelcase .s-box-wrap .s-box:not(:last-of-type) {
  color: #043460;
}
#sub .service-modelcase .s-box-wrap .s-box:last-of-type {
  background: #2ab3c6;
}
@media (min-width: 1024px) {
  #sub .service-modelcase .s-box-wrap .s-box:last-of-type {
    width: 275px;
  }
}
#sub .service-modelcase .s-box-wrap .s-box .num {
  font-size: 4.2rem;
  line-height: 1.2;
  margin-bottom: 12px;
  display: inline-block;
}
#sub .service-modelcase .s-box-wrap .s-box .num small {
  font-size: 3rem;
}
#sub .service-modelcase .s-box-wrap .s-box .note {
  font-size: 1.4rem;
}
#sub .service-modelcase .s-box-wrap .s-box .note-s {
  font-size: 1.2rem;
  display: inline-block;
}
#sub .service-modelcase .s-box-wrap .mark {
  font-size: 3.6rem;
  color: #fff;
}
@media (max-width: 1023px) {
  #sub .service-modelcase .s-box-wrap .mark {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
#sub {
  /* support */
}
#sub .service-support {
  margin-top: 225px;
  text-align: center;
}
@media (max-width: 1023px) {
  #sub .service-support {
    margin-top: 30vw;
  }
}
#sub .service-support .sec-title {
  margin-top: 18px;
  margin-bottom: 25px;
  color: #043460;
}
#sub .service-support .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 60px auto 50px;
  row-gap: 43px;
}
@media (max-width: 1023px) {
  #sub .service-support .box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sub .service-support .box-wrap .box {
  width: 49%;
  max-width: 570px;
  border-radius: 30px;
  border: 1px solid #043460;
  background: #fff;
  color: #043460;
  padding: 30px 40px 45px;
  font-size: 1.6rem;
  text-align: left;
}
@media (max-width: 1023px) {
  #sub .service-support .box-wrap .box {
    width: 100%;
    max-width: unset;
    padding: 5.3333333333vw;
    font-size: 4vw;
  }
}
#sub .service-support .box-wrap .box .ttl {
  font-size: 2.2rem;
  margin-bottom: 4px;
}
@media (max-width: 1023px) {
  #sub .service-support .box-wrap .box .ttl {
    font-size: 5.3333333333vw;
  }
}
#sub .service-support .box-wrap .box .price {
  background: #043460;
  border-radius: 25.5px;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  display: inline-block;
  margin-top: 30px;
  width: 285px;
}
@media (max-width: 1023px) {
  #sub .service-support .box-wrap .box .price {
    font-size: 5.8666666667vw;
    margin-top: 5.3333333333vw;
    width: 100%;
  }
}
#sub .service-support .box-wrap .box .price small {
  font-size: 2rem;
}
#sub .service-support .note {
  color: #666667;
  font-size: 1.6rem;
  text-align: left;
  padding-top: 5px;
}
@media (max-width: 1023px) {
  #sub .service-support .note {
    font-size: 4vw;
  }
}
#sub .service-support .c-service-cta {
  padding: 50px 60px 40px;
}
@media (max-width: 1023px) {
  #sub .service-support .c-service-cta {
    padding: 8vw;
  }
}
#sub {
  /* onetime */
}
#sub .c-bg-blue:has(.service-onetime) {
  padding-bottom: 150px;
}
@media (max-width: 1023px) {
  #sub .c-bg-blue:has(.service-onetime) {
    padding-bottom: 10vw;
  }
}
#sub .service-onetime {
  margin-top: 230px;
  text-align: center;
}
@media (max-width: 1023px) {
  #sub .service-onetime {
    margin-top: 20vw;
  }
}
#sub .service-onetime .sec-title {
  margin-top: 18px;
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  #sub .service-onetime .sec-title {
    margin-top: 4.8vw auto;
    margin-bottom: 9.3333333333vw auto;
  }
}
#sub .service-onetime .inner {
  max-width: 1200px;
  margin: 70px auto;
}
@media (max-width: 1023px) {
  #sub .service-onetime .inner {
    margin: 13.3333333333vw auto;
  }
}
#sub .service-onetime .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 45px;
}
@media (max-width: 1023px) {
  #sub .service-onetime .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2vw 2%;
    margin-bottom: 2vw;
  }
}
#sub .service-onetime .list:last-of-type {
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  #sub .service-onetime .list:last-of-type {
    margin-bottom: 6.6666666667vw;
  }
}
#sub .service-onetime .list li {
  background: #fff;
  color: #043460;
  text-align: center;
  line-height: 80px;
  width: 270px;
  border-radius: 40px;
  display: inline-block;
}
@media (max-width: 1023px) {
  #sub .service-onetime .list li {
    line-height: 2.4;
    width: 49%;
    font-size: 3.4666666667vw;
  }
}
#sub .service-onetime .note {
  color: #ccc;
  text-align: left;
}
#sub {
  /* guideline */
}
@media (min-width: 1024px) {
  #sub .c-guideline .b-desc {
    margin-bottom: -40px;
  }
}
#sub .c-guideline .area-top {
  margin-top: 412px;
  padding-bottom: 1180px;
}
@media (max-width: 1023px) {
  #sub .c-guideline .area-top {
    margin-top: 40vw;
    padding-bottom: 93.3333333333vw;
  }
}
@media (max-width: 1023px) {
  #sub .c-guideline .area-top:before {
    top: -13.3333333333vw;
    width: 96%;
  }
}
#sub .c-guideline .area-top .container .txt {
  max-width: 100%;
}
#sub .c-guideline .area-bottom {
  padding-bottom: 175px;
}
@media (max-width: 1023px) {
  #sub .c-guideline .area-bottom {
    padding-bottom: 13.3333333333vw;
  }
}
#sub .c-guideline .area-bottom .list {
  margin-top: 45px;
}
@media (max-width: 1023px) {
  #sub .c-guideline .area-bottom .list {
    margin-top: 8vw;
  }
}
#sub {
  /* policy */
}
#sub .service-policy {
  margin-top: 320px;
  margin-bottom: 200px;
}
@media (max-width: 1023px) {
  #sub .service-policy {
    margin-top: 40vw;
    margin-bottom: 20vw;
  }
}
#sub .service-policy .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 1023px) {
  #sub .service-policy .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sub .service-policy .box {
  padding: 54px 0 370px;
  position: relative;
}
@media (min-width: 1024px) {
  #sub .service-policy .box {
    width: 550px;
    flex: 0 0 auto;
  }
}
@media (max-width: 1023px) {
  #sub .service-policy .box {
    padding: 13.3333333333vw 0 5vw;
  }
}
#sub .service-policy .box .lgtitle-en {
  position: absolute;
  bottom: 30px;
  left: -10px;
  z-index: 10;
}
@media (max-width: 1023px) {
  #sub .service-policy .box .lgtitle-en {
    bottom: unset;
    top: 0;
    left: 0;
  }
}
#sub .service-policy .box .sec-title {
  margin-top: 20px;
}
@media (max-width: 1023px) {
  #sub .service-policy .box .sec-title {
    margin-top: 5.3333333333vw;
  }
}
#sub .service-policy .pics-set__sm {
  width: 100%;
  max-width: 1020px;
  position: relative;
}
#sub .service-policy .pics-set__sm .bg01 {
  background: url(../images/service/service-img04.jpg) center top/cover no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 700px;
  border-radius: 250px;
}
@media (max-width: 1440px) {
  #sub .service-policy .pics-set__sm .bg01 {
    width: 500px;
  }
}
@media (max-width: 1300px) {
  #sub .service-policy .pics-set__sm .bg01 {
    width: 390px;
  }
}
@media (max-width: 1023px) {
  #sub .service-policy .pics-set__sm .bg01 {
    position: relative;
    width: 72vw;
    height: 84vw;
    border-radius: 32vw;
    margin-left: auto;
  }
}
#sub .service-policy .pics-set__sm .bg02 {
  background: url(../images/service/service-img03.jpg) center top/cover no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 550px;
  height: 650px;
  border-radius: 250px;
}
@media (max-width: 1440px) {
  #sub .service-policy .pics-set__sm .bg02 {
    width: 480px;
  }
}
@media (max-width: 1300px) {
  #sub .service-policy .pics-set__sm .bg02 {
    width: 380px;
  }
}
@media (max-width: 1023px) {
  #sub .service-policy .pics-set__sm .bg02 {
    position: relative;
    width: 66.1333333333vw;
    height: 78.1333333333vw;
    border-radius: 32vw;
    margin-top: -26.6666666667vw;
  }
}

/*-----------------------------------
	選ばれる理由
-----------------------------------*/
#sub .phil-message .c-pics-set .bg01 {
  background: url(../images/philosophy/philosophy-img01.jpg) center top/cover no-repeat;
}
#sub .phil-message .c-pics-set .bg02 {
  background: url(../images/philosophy/philosophy-img02.jpg) center top/cover no-repeat;
}
#sub .phil-message .box {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-top: 115px;
}
@media (max-width: 1023px) {
  #sub .phil-message .box {
    margin: 15vw 0;
  }
}
#sub .phil-message .box .lgtitle-en {
  position: absolute;
  letter-spacing: 0.08em;
  top: -333px;
  margin-left: -220px;
}
@media (max-width: 1023px) {
  #sub .phil-message .box .lgtitle-en {
    top: -0.2em;
    margin-left: -5vw;
  }
}
#sub .phil-message .box .sec-title {
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 1.9;
}
@media (max-width: 1023px) {
  #sub .phil-message .box .sec-title {
    margin-top: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
#sub .phil-features {
  padding-top: 160px;
  margin-top: 200px;
  padding-bottom: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 1023px) {
  #sub .phil-features {
    padding-top: 25vw;
    margin-top: 25vw;
  }
}
#sub .phil-features .sec-title {
  margin-bottom: 140px;
}
@media (max-width: 1023px) {
  #sub .phil-features .sec-title {
    margin-bottom: 10vw;
  }
}
#sub .phil-features .row {
  color: #fff;
  position: relative;
  margin-bottom: 230px;
}
@media (max-width: 1023px) {
  #sub .phil-features .row {
    margin-bottom: 10vw;
  }
}
#sub .phil-features .row .ttl-en {
  font-size: 2.4rem;
  padding: 64px 0 14px 20px;
  position: relative;
}
@media (max-width: 1023px) {
  #sub .phil-features .row .ttl-en {
    font-size: 6.4vw;
    padding: 10vw 0 4vw 0;
  }
}
@media (min-width: 1024px) {
  #sub .phil-features .row .ttl-en span {
    position: absolute;
    font-size: 6rem;
    top: 0.4em;
    left: 2.3em;
  }
}
@media (max-width: 1023px) {
  #sub .phil-features .row .ttl-en span {
    font-size: 10.6666666667vw;
  }
}
#sub .phil-features .row .ttl-en:after {
  content: "";
  display: inline-block;
  width: 280px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 33px;
}
@media (max-width: 1023px) {
  #sub .phil-features .row .ttl-en:after {
    width: calc(100% - 48vw);
    bottom: 13vw;
  }
}
#sub .phil-features .row .txt-box {
  width: 100%;
}
@media (min-width: 1024px) {
  #sub .phil-features .row .txt-box {
    max-width: 500px;
  }
}
#sub .phil-features .row .ttl {
  font-size: 3.8rem;
  line-height: 1.5;
  font-weight: 400;
  padding-left: 20px;
}
@media (max-width: 1023px) {
  #sub .phil-features .row .ttl {
    font-size: 5.3333333333vw;
    padding-left: 0;
  }
}
#sub .phil-features .row .label {
  display: inline-block;
  background-color: #7db6be;
  font-size: 2rem;
  padding: 0.2em 2.3em;
  text-align: center;
  margin: 33px 0 23px;
}
@media (max-width: 1023px) {
  #sub .phil-features .row .label {
    font-size: 4vw;
    margin: 5vw 0 10vw;
    padding: 0.2em 1em;
    min-width: 230px;
  }
}
#sub .phil-features .row .txt {
  padding-left: 1em;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  #sub .phil-features .row .txt {
    margin-bottom: 8vw;
    padding-left: 0;
  }
}
#sub .phil-features .row .btn01 {
  width: 500px;
  padding: 13px 0;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  #sub .phil-features .row .btn01 {
    width: 90%;
  }
}
#sub .phil-features .row .bg {
  background: url(../images/philosophy/philosophy-img03.jpg) center top/cover no-repeat;
}
@media (min-width: 1024px) {
  #sub .phil-features .row .bg {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 1100px;
    width: 55vw;
    height: 800px;
    border-radius: 250px 0 0 250px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
@media (max-width: 1023px) {
  #sub .phil-features .row .bg {
    width: 89.3333333333vw;
    height: 66.6666666667vw;
    border-radius: 16vw;
    margin: 0 auto 10vw;
  }
}
#sub .phil-features .row .bg02 {
  background: url(../images/philosophy/philosophy-img04.jpg) center top/cover no-repeat;
  border-radius: 0 250px 250px 0;
  right: unset;
  left: 0;
}
@media (max-width: 1023px) {
  #sub .phil-features .row .bg02 {
    border-radius: 16vw;
  }
}
#sub .phil-features .row .bg03 {
  background: url(../images/philosophy/philosophy-img05.jpg) center top/cover no-repeat;
}
@media (min-width: 1024px) {
  #sub .phil-features .row:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 197px;
  }
}
#sub .phil-features .row:last-of-type {
  margin-bottom: 175px;
}
@media (max-width: 1023px) {
  #sub .phil-features .row:last-of-type {
    margin-bottom: 10vw;
  }
}
@media (min-width: 1024px) {
  #sub .phil-features .row:last-of-type .txt-box {
    margin-top: -55px;
  }
}
#sub .phil-features .row:last-of-type .label {
  padding: 0.2em 1em;
}
#sub .phil-features .bg-under {
  background: url(../images/philosophy/philosophy-img06.jpg) center top/cover no-repeat;
  width: 100%;
  height: 900px;
}
@media (max-width: 1023px) {
  #sub .phil-features .bg-under {
    height: 45vw;
    margin: 0;
  }
}
#sub .phil-credo {
  padding-top: 150px;
  padding-bottom: 193px;
}
@media (max-width: 1023px) {
  #sub .phil-credo {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}
#sub .phil-credo .title-en {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  #sub .phil-credo .title-en {
    margin-bottom: 4vw;
  }
}
#sub .phil-credo .lgtitle-en {
  font-size: 22rem;
  color: #7db6be;
  margin-top: 100px;
  margin-bottom: 30px;
}
@media (max-width: 1320px) {
  #sub .phil-credo .lgtitle-en {
    font-size: 20rem;
  }
}
@media (max-width: 1023px) {
  #sub .phil-credo .lgtitle-en {
    font-size: 19.2vw;
    margin-top: 15vw;
    margin-bottom: 5vw;
  }
}

#sub .phil-credo .lgtitle-en span {
  font-size: 4rem;
  display: inline-block;
  padding-left: 0.7em;
}
@media (max-width: 1023px) {
  #sub .phil-credo .lgtitle-en span {
    font-size: 5.3333333333vw;
    display: block;
    padding-left: 0;
    padding-top: 0.5em;
  }
}
#sub .phil-credo .sec-title {
  line-height: 1.8;
  margin-bottom: 95px;
}
@media (max-width: 1023px) {
  #sub .phil-credo .sec-title {
    margin-bottom: 15vw;
  }
}
#sub .phil-credo .row {
  gap: 95px;
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  #sub .phil-credo .row {
    gap: 2vw;
    margin-bottom: 14vw;
  }
}
#sub .phil-credo .row .ttl-area {
  line-height: 1;
}
@media (min-width: 1024px) {
  #sub .phil-credo .row .ttl-area {
    min-width: 380px;
  }
}
#sub .phil-credo .row .ttl-area .ttl-en {
  color: #7db6be;
  font-size: 10rem;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  #sub .phil-credo .row .ttl-area .ttl-en {
    font-size: 13.3333333333vw;
  }
}
#sub .phil-credo .row .ttl-area .lable {
  display: block;
  color: #fff;
  background-color: #7db6be;
  font-size: 2.5rem;
  text-align: right;
  padding: 0.2em 1em 0.5em;
  margin-top: 0.4em;
}
@media (max-width: 1023px) {
  #sub .phil-credo .row .ttl-area .lable {
    font-size: 3.2vw;
  }
}
#sub .phil-credo .row .txt {
  font-size: 3.8rem;
  font-weight: 400;
  max-width: 1120px;
  padding-top: 20px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  #sub .phil-credo .row .txt {
    font-size: 4.2666666667vw;
    padding-top: 5vw;
  }
}
#sub .phil-credo .row ul.txt {
  padding-top: 0;
  padding-left: 30px;
  margin-top: -10px;
}
@media (max-width: 1023px) {
  #sub .phil-credo .row ul.txt {
    padding-left: 5vw;
    margin-top: 0;
    padding-top: 5vw;
  }
}
#sub .phil-credo .row ul.txt li {
  position: relative;
}
#sub .phil-credo .row ul.txt li:before {
  content: "";
  display: block;
  background-color: #7db6be;
  border-radius: 10px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0.7em;
  left: -24px;
}
@media (max-width: 1023px) {
  #sub .phil-credo .row ul.txt li:before {
    top: 0.5em;
    left: -5vw;
  }
}
#sub .phil-credo .bg-under {
  background: url(../images/philosophy/philosophy-img07.jpg) center top/cover no-repeat;
  width: 100%;
  height: 900px;
  margin-top: 240px;
}
@media (max-width: 1023px) {
  #sub .phil-credo .bg-under {
    height: 45vw;
    margin-top: 4vw;
  }
}

/*-----------------------------------
	事務所紹介
-----------------------------------*/
#sub .aboutus-message .lgtitle-en {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023px) {
  #sub .aboutus-message .lgtitle-en {
    top: -0.2em;
  }
}
#sub .aboutus-message .box {
  gap: 57px;
  margin-bottom: 110px;
}
@media (max-width: 1023px) {
  #sub .aboutus-message .box {
    gap: 4vw;
    margin-bottom: 10vw;
  }
}
@media (min-width: 1024px) {
  #sub .aboutus-message .ttl-area {
    position: relative;
    padding-left: 200px;
    padding-top: 90px;
  }
}
#sub .aboutus-message .ttl-area .sec-title {
  margin-top: 20px;
  line-height: 1.85;
}
#sub .aboutus-message .txt {
  padding-top: 97px;
}
@media (max-width: 1023px) {
  #sub .aboutus-message .txt {
    padding-top: 13.3333333333vw;
  }
}
#sub .aboutus-message .bg01 {
  background: url(../images/aboutus/aboutus-img06.jpg) center top/cover no-repeat;
  width: 1800px;
  height: 750px;
  border-radius: 250px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  #sub .aboutus-message .bg01 {
    width: 90%;
    height: 60.2666666667vw;
    border-radius: 16vw;
  }
}
#sub .aboutus-why {
  margin-top: 204px;
}
@media (max-width: 1023px) {
  #sub .aboutus-why {
    margin-top: 30vw;
  }
}
#sub .aboutus-why .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1024px) {
  #sub .aboutus-why .box {
    margin-top: 239px;
  }
}
#sub .aboutus-why .box .lgtitle-en {
  position: absolute;
}
@media (min-width: 1024px) {
  #sub .aboutus-why .box .lgtitle-en {
    top: 125px;
    left: 90px;
  }
}
@media (max-width: 1023px) {
  #sub .aboutus-why .box .lgtitle-en {
    top: -0.4em;
    left: -1vw;
  }
}
#sub .aboutus-why .box .title-en {
  line-height: 1.2;
  margin-bottom: 25px;
}
#sub .aboutus-why .box .sec-title {
  line-height: 1.8;
  margin-bottom: 45px;
}
@media (min-width: 1024px) {
  #sub .aboutus-why .box .txt {
    max-width: 550px;
  }
}
#sub .aboutus-why .pics-set__sm {
  position: relative;
}
@media (min-width: 1024px) {
  #sub .aboutus-why .pics-set__sm {
    max-width: 950px;
    width: 47.5vw;
    height: 1090px;
  }
}
@media (max-width: 1023px) {
  #sub .aboutus-why .pics-set__sm {
    margin-top: 15vw;
  }
}
#sub .aboutus-why .pics-set__sm .bg01 {
  background: url(../images/aboutus/aboutus-img07.jpg) center top/cover no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 650px;
  width: 32.5vw;
  height: 700px;
  border-radius: 250px;
}
@media (max-width: 1023px) {
  #sub .aboutus-why .pics-set__sm .bg01 {
    position: relative;
    width: 57.6vw;
    height: 62.1333333333vw;
    border-radius: 16vw;
    margin-left: auto;
  }
}
#sub .aboutus-why .pics-set__sm .bg02 {
  background: url(../images/aboutus/aboutus-img08.jpg) center top/cover no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 600px;
  width: 30vw;
  height: 650px;
  border-radius: 250px;
}
@media (max-width: 1023px) {
  #sub .aboutus-why .pics-set__sm .bg02 {
    position: relative;
    width: 53.3333333333vw;
    height: 57.6vw;
    border-radius: 16vw;
    margin-top: -26.6666666667vw;
  }
}
#sub .aboutus-policy {
  border-bottom-left-radius: 0;
}
@media (min-width: 1024px) {
  #sub .aboutus-policy {
    padding-top: 180px;
    margin-top: 200px;
    padding-bottom: 140px;
  }
}
@media (max-width: 1023px) {
  #sub .aboutus-policy {
    padding-top: 25vw;
  }
}
@media (min-width: 1024px) {
  #sub .aboutus-policy .title-en {
    margin-top: -125px;
  }
}
#sub .aboutus-ceo {
  background: #f1f5f6;
}
@media (min-width: 1024px) {
  #sub .aboutus-ceo {
    padding-top: 150px;
  }
}
#sub .aboutus-ceo .container {
  margin: 160px auto 103px;
  position: relative;
}
@media (max-width: 1023px) {
  #sub .aboutus-ceo .container {
    margin: 25vw auto;
  }
}
#sub .aboutus-ceo .container .sec-title {
  line-height: 1.8;
}
@media (min-width: 1024px) {
  #sub .aboutus-ceo .container .sec-title {
    font-size: 3.6rem;
    margin-top: 38px;
    margin-bottom: 55px;
  }
}
@media (min-width: 1440px) {
  #sub .aboutus-ceo .container .sec-title {
    font-size: 4rem;
  }
}
@media (max-width: 1023px) {
  #sub .aboutus-ceo .container .sec-title {
    margin: 5vw 0 10vw;
  }
}
#sub .aboutus-ceo .bg01 {
  background: url(../images/aboutus/aboutus-img04.jpg) center top/cover no-repeat;
}
@media (min-width: 1024px) {
  #sub .aboutus-ceo .bg01 {
    max-width: 800px;
    width: 450px;
    height: 800px;
    border-radius: 250px;
    position: absolute;
    top: -160px;
    right: 100px;
    z-index: 3;
  }
}
@media (min-width: 1440px) {
  #sub .aboutus-ceo .bg01 {
    width: 40vw;
  }
}
@media (max-width: 1023px) {
  #sub .aboutus-ceo .bg01 {
    width: 88vw;
    height: 88vw;
    border-radius: 16vw;
    margin: 20vw auto;
  }
}
#sub .aboutus-profile {
  background: #fff;
  padding-top: 290px;
}
@media (max-width: 1023px) {
  #sub .aboutus-profile {
    padding-top: 25vw;
  }
}
#sub .aboutus-profile .lgtitle-en {
  color: #f1f5f6;
}
@media (min-width: 1024px) {
  #sub .aboutus-profile .lgtitle-en {
    position: absolute;
    right: 0;
    top: 170px;
  }
}
#sub .aboutus-profile .inner {
  width: 90%;
  max-width: 1230px;
  margin: 0 auto 180px;
}
@media (max-width: 1023px) {
  #sub .aboutus-profile .inner {
    margin: 15vw auto;
  }
}
#sub .aboutus-profile .list {
  padding-left: 30px;
}
@media (max-width: 1023px) {
  #sub .aboutus-profile .list {
    padding-left: 5vw;
  }
}
#sub .aboutus-profile .list li {
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1023px) {
  #sub .aboutus-profile .list li {
    margin-bottom: 10vw;
  }
}
#sub .aboutus-profile .list li:before {
  content: "";
  display: block;
  background-color: #7db6be;
  border-radius: 10px;
  width: 8px;
  height: 8px;
  position: absolute;
  left: -13px;
  top: 1.5em;
}
@media (max-width: 1023px) {
  #sub .aboutus-profile .list li:before {
    top: 1.3em;
    left: -5vw;
  }
}
#sub .aboutus-profile .list p {
  padding-bottom: 20px;
  line-height: 2.2;
}
@media (max-width: 1023px) {
  #sub .aboutus-profile .list p {
    padding-bottom: 5vw;
  }
}
#sub .aboutus-profile .list .ttl {
  font-size: 2.6rem;
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  #sub .aboutus-profile .list .ttl {
    font-size: 5.3333333333vw;
    padding-bottom: 5vw;
  }
}
#sub .aboutus-profile .bg {
  background: url(../images/aboutus/aboutus-img05.jpg) center top/cover no-repeat;
  width: 100%;
  height: 900px;
}
@media (max-width: 1023px) {
  #sub .aboutus-profile .bg {
    height: 45vw;
  }
}
#sub {
  /* aboutus-company */
}
#sub .aboutus-company {
  padding-top: 282px;
  padding-bottom: 110px;
}
@media (max-width: 1023px) {
  #sub .aboutus-company {
    padding-top: 45vw;
    padding-bottom: 35vw;
  }
}
#sub .aboutus-company .lgtitle-en {
  position: absolute;
  top: -90px;
  left: 100px;
}
@media (max-width: 1023px) {
  #sub .aboutus-company .lgtitle-en {
    top: -0.5em;
    left: 0;
  }
}
#sub .aboutus-company .title-en {
  line-height: 1.2;
}
#sub .aboutus-company .sec-title {
  margin-top: 10px;
}
@media (max-width: 1023px) {
  #sub .aboutus-company .sec-title {
    margin-top: 5vw;
    margin-bottom: 15vw;
  }
}
#sub .aboutus-company .table-wrap {
  width: 100%;
}
@media (min-width: 1024px) {
  #sub .aboutus-company .table-wrap {
    max-width: 1000px;
    margin-left: auto;
    margin-top: 117px;
  }
}
#sub .aboutus-company .table-wrap table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
#sub .aboutus-company .table-wrap th, #sub .aboutus-company .table-wrap td {
  border-bottom: 1px solid #cfdcdf;
  padding: 30px 45px 36px;
  position: relative;
}
@media (max-width: 1023px) {
  #sub .aboutus-company .table-wrap th, #sub .aboutus-company .table-wrap td {
    padding: 4vw;
    display: block;
  }
}
#sub .aboutus-company .table-wrap th {
  text-align: center;
  width: 200px;
  vertical-align: middle;
  font-weight: 500;
}
@media (max-width: 1023px) {
  #sub .aboutus-company .table-wrap th {
    width: 100%;
  }
}
#sub .aboutus-company .table-wrap th:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #7db6be;
  width: 100%;
  height: 3px;
}
#sub .aboutus-company .table-wrap td {
  width: 800px;
}
@media (max-width: 1023px) {
  #sub .aboutus-company .table-wrap td {
    width: 100%;
    margin-bottom: 3vw;
  }
}
#sub .aboutus-company .map-wrap {
  margin: 110px auto 65px;
  position: relative;
  width: 100%;
  padding-top: 700px;
  height: 0;
  border-radius: 250px;
  max-width: 1800px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #sub .aboutus-company .map-wrap {
    margin: 17vw auto;
    padding-top: 106.6666666667vw;
    border-radius: 0;
  }
}
#sub .aboutus-company .map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sub .aboutus-company .access {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  #sub .aboutus-company .access {
    width: 90%;
  }
}
#sub .aboutus-company .access .ttl-area {
  padding-right: 110px;
}
#sub .aboutus-company .access .title-en {
  font-size: 2.2rem;
}
@media (max-width: 1023px) {
  #sub .aboutus-company .access .title-en {
    font-size: 3.7333333333vw;
  }
}
#sub .aboutus-company .access .sec-title {
  font-size: 3rem;
  margin-top: -6px;
}
@media (max-width: 1023px) {
  #sub .aboutus-company .access .sec-title {
    font-size: 4.8vw;
  }
}

/*-----------------------------------
	よくあるご質問
-----------------------------------*/
#sub .faq-list {
  max-width: 1400px;
  margin: 0 auto 230px;
}
@media (max-width: 1023px) {
  #sub .faq-list {
    margin-bottom: 30vw;
  }
}
#sub .faq-list dl {
  background: #fff;
  border-radius: 60px;
  padding: 40px 100px 0;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  #sub .faq-list dl {
    border-radius: 16vw;
    padding: 3vw;
    margin-bottom: 5vw;
    font-size: 4vw;
  }
}
#sub .faq-list dt, #sub .faq-list dd {
  position: relative;
}
#sub .faq-list dt:before, #sub .faq-list dd:before {
  font-family: "Cinzel", serif;
  font-style: normal;
  font-weight: 400;
  color: #7db6be;
  font-size: 4.2rem;
  display: block;
  position: absolute;
  top: -20px;
  left: 20px;
}
@media (max-width: 1023px) {
  #sub .faq-list dt:before, #sub .faq-list dd:before {
    font-size: 5.3333333333vw;
    top: 2.6666666667vw;
    left: 2.4vw;
  }
}
#sub .faq-list dt {
  padding: 0 100px 45px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  #sub .faq-list dt {
    padding: 2.6666666667vw 13.3333333333vw;
  }
}
#sub .faq-list dt:before {
  content: "Q";
}
#sub .faq-list dt:after {
  content: "";
  background: url("../images/common_img/circle-btn-open.svg") no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  margin: auto;
  top: -12px;
  right: 0;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
@media (max-width: 1023px) {
  #sub .faq-list dt:after {
    width: 8vw;
    height: 8vw;
    top: 2.6666666667vw;
    right: 2.4vw;
  }
}
#sub .faq-list dt.active {
  margin-bottom: 0;
}
#sub .faq-list dt.active:after {
  background: url("../images/common_img/circle-btn-close.svg") no-repeat;
  background-size: contain;
}
#sub .faq-list dd {
  padding: 44px 98px 63px;
  border-top: 1px solid #d8e3e6;
}
@media (max-width: 1023px) {
  #sub .faq-list dd {
    padding: 2.6666666667vw 13.3333333333vw;
  }
}
#sub .faq-list dd:before {
  content: "A";
  top: 25px;
}
@media (max-width: 1023px) {
  #sub .faq-list dd:before {
    top: 2.6666666667vw;
  }
}

/*-----------------------------------
	インフォメーション・ブログ
-----------------------------------*/
#sub .info {
  padding-bottom: 165px;
}
@media (max-width: 1023px) {
  #sub .info {
    padding-bottom: 22vw;
  }
}
#sub .info .box {
  margin: 0 auto 100px;
  background-color: #fff;
  width: 90%;
  max-width: 1800px;
  padding: 50px 0 40px;
  border-radius: 250px;
}
@media (max-width: 1023px) {
  #sub .info .box {
    padding: 10vw 5vw 3vw;
    border-radius: 16vw;
    margin: 0 auto 10vw;
  }
}
#sub .info .list {
  margin-bottom: 10px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1440px) {
  #sub .info .list {
    max-width: 1000px;
  }
}
@media (max-width: 1023px) {
  #sub .info .list {
    margin-bottom: 4vw;
  }
}
#sub .info .list article + article {
  border-top: 1px solid #d8e3e6;
}
#sub .info .list article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  #sub .info .list article a {
    padding: 7vw 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sub .info .list article a:hover {
  opacity: 0.7;
}
#sub .info .list img {
  border-radius: 110px;
}
@media (max-width: 1023px) {
  #sub .info .list img {
    border-radius: 10.6666666667vw;
  }
}
#sub .info .list .txtarea {
  width: 100%;
}
@media (min-width: 1024px) {
  #sub .info .list .txtarea {
    width: calc(100% - 400px);
    margin-left: 50px;
  }
}
@media (min-width: 1440px) {
  #sub .info .list .txtarea {
    width: auto;
  }
}
#sub .info .list .t-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 55px;
}
@media (max-width: 1023px) {
  #sub .info .list .t-top {
    margin-top: 7vw;
  }
}
#sub .info .list .date {
  border-right: 1px solid #7db6be;
  color: #7db6be;
  padding-right: 12px;
  line-height: 20px;
}
@media (max-width: 1023px) {
  #sub .info .list .date {
    padding-right: 0.7em;
    line-height: 1;
  }
}
#sub .info .list .cat {
  color: #7db6be;
  padding-left: 12px;
  line-height: 20px;
}
@media (max-width: 1023px) {
  #sub .info .list .cat {
    padding-left: 0.7em;
    line-height: 1;
  }
}
#sub .info .list .title {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 4vw;
  font-size: 4.8vw;
  font-weight: 600;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 1024px) {
  #sub .info .list .title {
    margin-top: 14px;
    font-size: 2rem;
  }
}
#sub .info .list .txt {
  overflow: hidden;
  margin-top: 3.2vw;
  color: #8e9197;
  font-size: 4vw;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  #sub .info .list .txt {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}
#sub .info .pager-wrap .pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (max-width: 1023px) {
  #sub .info .pager-wrap .pager-list {
    gap: 2vw;
  }
}
#sub .info .pager-wrap .pager-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
#sub .info .pager-wrap .pager-list .pagination-link {
  display: block;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  font-weight: bold;
  border-radius: 30px;
}
@media (max-width: 1023px) {
  #sub .info .pager-wrap .pager-list .pagination-link {
    width: 8vw;
    height: 8vw;
  }
}
#sub .info .pager-wrap .pager-list .pagination-link:hover, #sub .info .pager-wrap .pager-list .pagination-link.current {
  background: #7db6be;
  color: #fff;
}
#sub .info .pager-wrap .pager-list .pagination-link.current {
  cursor: default;
}
#sub .info .pager-wrap .pager-list .pagination-link.prev, #sub .info .pager-wrap .pager-list .pagination-link.next {
  background: url(../images/common_img/arrow_circle03.svg) center center/cover no-repeat;
  margin: 0 10px;
}
@media (max-width: 1023px) {
  #sub .info .pager-wrap .pager-list .pagination-link.prev, #sub .info .pager-wrap .pager-list .pagination-link.next {
    margin: 0 3vw;
  }
}
#sub .info .pager-wrap .pager-list .pagination-link.prev:hover, #sub .info .pager-wrap .pager-list .pagination-link.next:hover {
  opacity: 0.6;
}
#sub .info .pager-wrap .pager-list .pagination-link.next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#sub .info-detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1024px) {
  #sub .info-detail-wrap {
    margin-bottom: 103px;
    padding-right: 0;
    gap: 60px;
  }
}
@media (max-width: 1023px) {
  #sub .info-detail-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sub .info-detail-wrap .info-detail {
  width: 100%;
  max-width: 1000px;
  margin-top: 65px;
}
@media (max-width: 1023px) {
  #sub .info-detail-wrap .info-detail {
    margin-top: 5vw;
  }
}
#sub .info-detail-wrap .info-detail h2 {
  line-height: 1.8;
  margin-bottom: 35px;
  font-size: 4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (max-width: 1023px) {
  #sub .info-detail-wrap .info-detail h2 {
    margin-bottom: 10vw;
    font-size: 5.3333333333vw;
  }
}
#sub .info-detail-wrap .info-detail p {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  #sub .info-detail-wrap .info-detail p {
    margin-bottom: 10vw;
  }
}
#sub .info-detail-wrap .info-detail figure {
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  #sub .info-detail-wrap .info-detail figure {
    margin-bottom: 10vw;
  }
}
#sub .info-detail-wrap .info-detail ul {
  padding: 53px 50px 50px 64px;
  background: #fff;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  #sub .info-detail-wrap .info-detail ul {
    padding-left: 7vw 7vw 7vw 12vw;
    margin-bottom: 10vw;
  }
}
#sub .info-detail-wrap .info-detail ul li {
  position: relative;
  margin-bottom: 0.7em;
}
#sub .info-detail-wrap .info-detail ul li:before {
  content: "";
  display: block;
  background-color: #7db6be;
  border-radius: 10px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0.7em;
  left: -14px;
}
@media (max-width: 1023px) {
  #sub .info-detail-wrap .info-detail ul li:before {
    top: 0.5em;
    left: -5vw;
  }
}
#sub .info-detail-wrap .info.sidebar {
  width: 500px;
}
@media (max-width: 1023px) {
  #sub .info-detail-wrap .info.sidebar {
    width: 100%;
  }
}
#sub .info-detail-wrap .info.sidebar .box {
  width: 100%;
  padding: 70px 100px 100px;
  border-radius: 200px;
}
@media (max-width: 1023px) {
  #sub .info-detail-wrap .info.sidebar .box {
    padding: 10vw;
    border-radius: 26.6666666667vw;
  }
}
#sub .info-detail-wrap .info.sidebar .title-en {
  font-size: 3.4rem;
  line-height: 1.3;
  margin-bottom: -10px;
}
@media (max-width: 1023px) {
  #sub .info-detail-wrap .info.sidebar .title-en {
    font-size: 4.8vw;
    margin-bottom: 0;
  }
}
#sub .info-detail-wrap .info.sidebar .list {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  #sub .info-detail-wrap .info.sidebar .list {
    margin-bottom: 5vw;
  }
}
#sub .info-detail-wrap .info.sidebar .list article a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
  padding-bottom: 25px;
}
@media (max-width: 1023px) {
  #sub .info-detail-wrap .info.sidebar .list article a {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
#sub .info-detail-wrap .info.sidebar .txtarea {
  margin: 0;
}
#sub .info-detail-wrap .info.sidebar .t-top {
  margin-top: 15px;
}
@media (max-width: 1023px) {
  #sub .info-detail-wrap .info.sidebar .t-top {
    margin-top: 5vw;
  }
}
#sub .info-detail-wrap .info.sidebar .title {
  font-size: 1.7rem;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  #sub .info-detail-wrap .info.sidebar .title {
    font-size: 4.2666666667vw;
  }
}
#sub .info-detail-wrap .info.sidebar .txt {
  margin-top: 0;
}
#sub .info-detail-wrap .info.sidebar .btn01 {
  width: 300px;
}
@media (max-width: 1023px) {
  #sub .info-detail-wrap .info.sidebar .btn01 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}