<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 共通 */
body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  overflow: hidden;
}

.sp-view {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-view {
    display: block;
  }
}

a {
  -webkit-transition: 0.3;
  transition: 0.3;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.pageTop {
  bottom: 300px;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .pageTop {
    bottom: 200px;
  }
}

/* section */
.section__inner {
  width: 940px;
  max-width: 95%;
  margin: 0 auto;
  margin-top: 100px;
}

.section__title {
  text-align: center;
  color: #70c5d2;
  line-height: 1.5;
}
.section__title--en {
  font-size: 20px;
  font-family: "Prompt", serif;
  font-weight: 300;
  letter-spacing: 0.15em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section__title--en {
    font-size: clamp(16px, 2.6vw, 2.6vw);
  }
}
.section__title--en::before {
  content: "";
  background: url(../../custom/image/title-leaf.png) center center/contain no-repeat;
  display: block;
  position: absolute;
  top: -52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 55px;
  height: 55px;
}
.section__title--jp {
  font-size: 30px;
  margin: 5px auto 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .section__title--jp {
    font-size: clamp(20px, 3.9vw, 3.9vw);
  }
}
.section__title--jp::before, .section__title--jp::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  top: 50%;
  background: #70c5d2;
}
.section__title--jp::before {
  left: -44px;
}
.section__title--jp::after {
  right: -44px;
}

/* mv */
.mv {
  background: url(../../custom/image/mv.png) bottom center/cover no-repeat !important;
  text-align: initial;
  width: 1280px;
  max-width: 100%;
  aspect-ratio: 2559/1218;
  height: auto;
  margin: -30px auto;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mv {
    margin-top: 45px !important;
    padding: 0 !important;
  }
}
.mv__text {
  width: 50.5vw;
  max-width: 646px;
  position: absolute;
  top: 20%;
  left: 10.5%;
}
@media screen and (max-width: 767px) {
  .mv__text {
    top: 33%;
    left: 7.5%;
    width: 70vw;
    min-width: 300px;
  }
}
.mv__scroll-down {
  position: absolute;
  bottom: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .mv__scroll-down {
    bottom: -8vw;
  }
}
.mv__scroll-down div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 175px;
  width: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv__scroll-down div {
    width: 8vw;
    height: 14vw;
  }
}
.mv__scroll-down div img {
  position: absolute;
}
.mv__scroll-down div img.arrow {
  top: 0;
  left: 50%;
  height: 0;
  opacity: 0;
  -webkit-animation: drawArrow 1.5s infinite ease-in-out;
          animation: drawArrow 1.5s infinite ease-in-out;
}
@-webkit-keyframes drawArrow {
  0% {
    height: 0;
    opacity: 1;
  }
  50% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
@keyframes drawArrow {
  0% {
    height: 0;
    opacity: 1;
  }
  50% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
.mv__scroll-down div img.scroll-text {
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  background: #fff;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .mv__scroll-down div img.scroll-text {
    bottom: 2vw;
  }
}

/* to-form */
.to-form {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 280px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .to-form {
    width: 36%;
    min-width: 170px;
    right: 3vw;
    bottom: 3vw;
  }
}

/* merit */
.merit {
  margin: 200px auto 0;
  background: url(../../custom/image/merit-bg.png) top center/cover no-repeat;
  padding: 50px 0 115px;
  width: 1280px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .merit {
    margin-top: 20vw;
    padding: 3.9vw 0 15vw;
  }
}
.merit__inner {
  max-width: 90%;
}
.merit__content {
  margin-top: 63px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .merit__content {
    margin-top: 8.2vw;
  }
}
.merit__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 46px;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .merit__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2vw;
    margin-top: 8vw;
  }
}
.merit__flex:first-child {
  margin-top: 0;
}
.merit__left {
  background: #70c5d2;
  color: #fff;
  width: 160px;
  height: 40px;
  text-align: center;
  border-radius: 100px;
  position: relative;
  line-height: 1;
  padding-top: 3px;
}
.merit__left::after {
  position: absolute;
  content: "";
  background: #fff;
  height: 2px;
  width: 16px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.merit__left p {
  font-size: 20px;
  letter-spacing: 0.15em;
}
.merit__left p span {
  font-size: 30px;
}
.merit__right {
  padding-top: 5px;
  width: calc(100% - 160px - 25px);
}
@media screen and (max-width: 767px) {
  .merit__right {
    width: 100%;
  }
}
.merit__right p {
  font-size: 18px;
  line-height: 1.5;
}
.merit__right p.attention {
  font-size: 14px;
  line-height: 1.5;
  color: #555555;
  text-indent: -1em;
  padding-left: 1em;
}
.merit__right p.attention a {
  text-decoration: underline;
  position: relative;
}
.merit__right p.attention a::after {
  content: "";
  background: url(../../custom/image/link-mark.png) center center/cover no-repeat;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
}
.merit__right p span.orange {
  color: #ffaa00;
}
.merit__right p span.fz14 {
  font-size: 14px;
}

/* compensation */
.compensation {
  padding: 155px 0 110px;
}
@media screen and (max-width: 767px) {
  .compensation {
    padding: 20vw 0 14.3vw;
  }
}
.compensation__inner {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}
.compensation__text1 {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .compensation__text1 {
    margin-top: 6.5vw;
  }
}
.compensation__text2 {
  font-size: 14px;
  line-height: 1.8;
}
.compensation__logo {
  margin-top: 30px;
}
.compensation__logo.tokyokaijo {
  width: 267px;
}
.compensation__logo.mitsuisumitomo {
  width: 248px;
  margin-bottom: 10px;
}
.compensation__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .compensation__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
}
.compensation__links--btn {
  width: 140px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  border-radius: 100px;
  position: relative;
}
.compensation__links--btn.tokyokaijo {
  color: #005bac;
  border: 2px solid #005bac;
}
.compensation__links--btn.tokyokaijo::after {
  background: url(../../custom/image/right-arrow-blue.png) center center/contain no-repeat;
}
.compensation__links--btn.mitsuisumitomo {
  color: #00665a;
  border: 2px solid #00665a;
}
.compensation__links--btn.mitsuisumitomo::after {
  background: url(../../custom/image/right-arrow-green.png) center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .compensation__links--btn {
    width: 300px;
    max-width: 90%;
  }
}
.compensation__links--btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* qa */
.qa {
  margin: 0 auto;
  background: url(../../custom/image/qa-bg.png) top center/cover no-repeat;
  padding: 50px 0 115px;
  width: 1280px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .qa {
    padding: 3.9vw 0 15vw;
  }
}
.qa__inner {
  width: 1000px;
  max-width: 95%;
  margin: 100px auto 0;
}
.qa__accordion {
  border-top: 1px solid #cccccc;
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  .qa__accordion {
    margin-top: 7.5vw;
  }
}
.qa__accordion--question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding: 30px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
@media screen and (max-width: 800px) {
  .qa__accordion--question {
    padding: 15px;
  }
}
.qa__accordion--question p {
  font-size: 30px;
  color: #70c5d2;
}
@media screen and (max-width: 800px) {
  .qa__accordion--question p {
    font-size: clamp(22px, 3.5vw, 3.5vw);
  }
}
.qa__accordion--question p:nth-child(2) {
  font-size: 24px;
  font-weight: bold;
  color: #555;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 5px;
  padding-right: 35px;
}
@media screen and (max-width: 800px) {
  .qa__accordion--question p:nth-child(2) {
    font-size: clamp(18px, 2.8vw, 2.8vw);
    margin-top: 0.7vw;
  }
}
.qa__accordion--question::after {
  content: "";
  background: url(../../custom/image/plus.png) center center/cover no-repeat;
  position: absolute;
  display: block;
  width: 23px;
  height: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}
@media screen and (max-width: 800px) {
  .qa__accordion--question::after {
    right: 15px;
    width: 18px;
    height: 18px;
  }
}
.qa__accordion--question.open::after {
  background: url(../../custom/image/minus.png) center center/cover no-repeat;
  height: 4px;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  .qa__accordion--question.open::after {
    height: 2.5px;
  }
}
.qa__accordion--answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-bottom: 1px solid #cccccc;
  gap: 10px;
}
@media screen and (max-width: 800px) {
  .qa__accordion--answer {
    padding: 15px;
  }
}
.qa__accordion--answer p {
  font-size: 30px;
  color: #70c5d2;
}
@media screen and (max-width: 800px) {
  .qa__accordion--answer p {
    font-size: clamp(22px, 3.5vw, 3.5vw);
  }
}
.qa__accordion--answer p:nth-child(2) {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 5px;
}

/* flow2 */
.flow2__inner {
  margin-top: 150px;
}
.flow2__content {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .flow2__content {
    margin-top: 3.9vw;
  }
}
.flow2__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .flow2__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
}
.flow2__left {
  min-width: 131px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .flow2__left {
    padding: 15px;
  }
}
.flow2__left::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 131px;
  height: 35px;
  display: block;
}
.flow2__left::after {
  position: absolute;
  content: "";
  top: initial;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -35px;
  display: none;
  width: 131px;
  height: 35px;
}
@media screen and (max-width: 1000px) {
  .flow2__left::after {
    display: block;
  }
}
.flow2__left.first {
  background: url(../../custom/image/step1-center.png) center center/cover no-repeat;
  margin-top: 57px;
}
@media screen and (max-width: 767px) {
  .flow2__left.first {
    margin-top: 7.4vw;
  }
}
.flow2__left.first::before {
  background: url(../../custom/image/step1-top.png) top center/cover no-repeat;
  top: -57px;
  height: 57px;
}
@media screen and (max-width: 1000px) {
  .flow2__left.first::before {
    display: none;
  }
}
.flow2__left.first::after {
  background: url(../../custom/image/step1-bottom.png) center center/cover no-repeat;
}
.flow2__left.second {
  background: url(../../custom/image/step2-center.png) center center/cover no-repeat;
}
.flow2__left.second::before {
  background: url(../../custom/image/step1-bottom.png) top center/cover no-repeat;
}
@media screen and (max-width: 1000px) {
  .flow2__left.second::before {
    display: none;
  }
}
.flow2__left.second::after {
  background: url(../../custom/image/step2-bottom.png) center center/cover no-repeat;
}
.flow2__left.third {
  background: url(../../custom/image/step3-center.png) center center/cover no-repeat;
}
.flow2__left.third::before {
  background: url(../../custom/image/step2-bottom.png) top center/cover no-repeat;
}
@media screen and (max-width: 1000px) {
  .flow2__left.third::before {
    display: none;
  }
}
.flow2__left.third::after {
  background: url(../../custom/image/step3-bottom.png) center center/cover no-repeat;
}
.flow2__left.four {
  background: url(../../custom/image/step4-center.png) center center/cover no-repeat;
}
.flow2__left.four::before {
  background: url(../../custom/image/step3-bottom.png) top center/cover no-repeat;
}
@media screen and (max-width: 1000px) {
  .flow2__left.four::before {
    display: none;
  }
}
.flow2__left.four::after {
  background: url(../../custom/image/step4-bottom.png) center center/cover no-repeat;
}
.flow2__left p {
  color: #fff;
  font-size: 16px;
}
.flow2__left p.blue {
  color: #70c5d2;
}
.flow2__left p:nth-child(2) {
  font-size: 36px;
  line-height: 1;
}
.flow2__left p.mt65 {
  margin-top: 65px;
}
@media screen and (max-width: 1000px) {
  .flow2__left p.mt65 {
    margin-top: 0;
  }
}
.flow2__left p.period {
  margin-top: 5px;
  font-size: 12px;
}
.flow2__left--title {
  font-weight: bold;
  margin-top: 10px;
}
.flow2__left--title.mt50 {
  margin-top: 50px;
}
.flow2__right {
  width: 100%;
  padding-bottom: 30px;
}
.flow2__right.pb0 {
  padding-bottom: 0;
}
.flow2__right.first {
  margin-top: 15px;
}
@media screen and (max-width: 1000px) {
  .flow2__right.first {
    margin-top: 50px;
  }
}
.flow2__right--title {
  font-size: 24px;
  color: #70c5d2;
  line-height: 2;
  padding-left: 54px;
  border-bottom: 4px solid #f0f9fa;
}
@media screen and (max-width: 1000px) {
  .flow2__right--title {
    padding-left: 0;
    font-size: clamp(18px, 3.2vw, 3.2vw);
  }
}
.flow2__right--title.light-green {
  border-color: #b3dee1;
}
.flow2__right--title.green {
  border-color: #8bd2d4;
}
.flow2__right--title.deep-green {
  border-color: #70c5d2;
}
.flow2__right--content {
  margin-left: 54px;
}
@media screen and (max-width: 1000px) {
  .flow2__right--content {
    margin-left: 0;
  }
}
.flow2__right--text1 {
  font-size: 18px;
  margin-top: 12px;
}
@media screen and (max-width: 1000px) {
  .flow2__right--text1 {
    font-size: clamp(14px, 2.4vw, 2.4vw);
  }
}
.flow2__right--text1.bar {
  position: relative;
  padding-left: 22px;
  margin-top: 10px;
}
.flow2__right--text1.bar::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  background: #70c5d2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.flow2__right--text1 span {
  color: #70c5d2;
}
.flow2__right--orange {
  font-size: 18px;
  color: #fff;
  background: #ffaa00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 15px;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .flow2__right--orange {
    font-size: clamp(14px, 2.4vw, 2.4vw);
  }
}
.flow2__right--text2 {
  color: #555;
  line-height: 1.5;
  padding-left: 22px;
  font-size: 14px;
  margin-top: 6px;
}
@media screen and (max-width: 1000px) {
  .flow2__right--text2 {
    font-size: clamp(12px, 1.83vw, 1.83vw);
  }
}
.flow2__right--text2.mt0 {
  margin-top: 0;
}
.flow2__right--text2.mt24 {
  margin-top: 20px;
}
.flow2__right--text2.attention {
  text-indent: -1em;
  padding-left: 36px;
}
.flow2__right--text2.pl0 {
  padding-left: 0;
}
.flow2__right--flex {
  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: 55px;
  height: 57px;
}
@media screen and (max-width: 1000px) {
  .flow2__right--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 7.1vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.flow2__right--flex2 {
  position: relative;
}
.flow2__right--flex2-annotation {
  position: absolute;
  top: 50%;
  left: 222px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .flow2__right--flex2-annotation {
    left: 26%;
  }
}
@media screen and (max-width: 550px) {
  .flow2__right--flex2-annotation {
    left: 120px;
    font-size: 8px;
  }
}
.flow2__right--flex2-annotation.left {
  left: 270px;
}
@media screen and (max-width: 767px) {
  .flow2__right--flex2-annotation.left {
    left: 33%;
  }
}
@media screen and (max-width: 550px) {
  .flow2__right--flex2-annotation.left {
    left: 156px;
  }
}
.flow2__right--btn {
  background: #70c5d2;
  color: #fff;
  width: 306px;
  max-width: 95%;
  height: 100%;
  line-height: 57px;
  text-align: center;
  font-size: 19px;
  border-radius: 100px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .flow2__right--btn {
    font-size: clamp(16px, 2.5vw, 2.5vw);
  }
}
.flow2__right--btn::after {
  content: "";
  background: url(../../custom/image/right-arrow-white.png) center center/cover no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flow2__right--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .flow2__right--tel {
    margin-top: 7.1vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.flow2__right--tel img {
  width: 18%;
  aspect-ratio: 55/36;
}
@media screen and (max-width: 1000px) {
  .flow2__right--tel img {
    width: 10%;
  }
}
.flow2__right--tel p {
  width: 81%;
  font-size: 50px;
  color: #70c5d2;
  text-align: center;
}
.flow2__right--tel p:nth-child(3) {
  width: 100%;
  font-size: 14px;
  color: #555;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  .flow2__right--tel p:nth-child(3) {
    line-height: 1.5;
  }
}
.flow2__right--tel p:nth-child(3) br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .flow2__right--tel p:nth-child(3) br {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .flow2__right--tel p {
    font-size: 6.5vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.flow2__right--tel.center {
  margin: 53px auto;
}
@media screen and (max-width: 1000px) {
  .flow2__right--tel.center {
    margin: 6.9vw auto;
  }
}
.flow2__right--box {
  border: 6px solid #f0f9fa;
  padding: 35px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .flow2__right--box {
    padding: 3.9vw;
  }
}
.flow2__right--box .text1 {
  font-size: 18px;
  font-weight: bold;
  color: #70c5d2;
}
.flow2__right--box .text2 {
  font-size: 14px;
  font-weight: bold;
  color: #555;
  margin-top: 12px;
}
.flow2__right--box .text3 {
  font-size: 14px;
  color: #555;
  margin-top: 24px;
}
.flow2__partition {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #ccc;
  margin: 55px 0 50px;
}
.flow2__partition.mb0 {
  margin-bottom: 0;
}
.flow2__partition.sp-none {
  display: none;
}
@media screen and (max-width: 1000px) {
  .flow2__partition {
    margin: 7.1vw 0 6.5vw;
  }
}

/* navi */
.navi {
  margin: 100px auto 0;
  background: url(../../custom/image/navi-bg.png) top center/cover no-repeat;
  padding: 50px 0 115px;
  width: 1280px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .navi {
    padding: 3.9vw 0 15vw;
    margin-bottom: 10vw;
  }
}
.navi__inner {
  margin: 100px auto 0;
}
.navi__content {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .navi__content {
    margin-top: 7.3vw;
  }
}
.navi__qa {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .navi__qa {
    margin-top: 6.5vw;
  }
}
.navi__qa:first-child {
  margin-top: 0;
}
.navi__qa--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 940px;
  max-width: 90%;
  margin: 0 auto;
}
.navi__qa--inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 940px;
  max-width: 90%;
}
.navi__qa--question {
  background: #70c5d2;
  border-radius: 0 100px 100px 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  min-height: 131px;
  width: 86%;
}
@media screen and (max-width: 767px) {
  .navi__qa--question {
    min-height: 10vw;
  }
}
.navi__qa--answer {
  background: #fff;
  border: 3px solid #70c5d2;
  border-right: none;
  border-radius: 100px 0 0 100px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 60px;
  margin-top: -20px;
  min-height: 131px;
  width: 81.1%;
}
@media screen and (max-width: 767px) {
  .navi__qa--answer {
    min-height: 14vw;
    margin-top: -2.6vw;
  }
}
.navi__qa--left {
  font-size: 30px;
  font-family: "Prompt", serif;
}
@media screen and (max-width: 767px) {
  .navi__qa--left {
    font-size: clamp(3.9vw, 24px, 24px);
  }
}
.navi__qa--left span {
  color: #70c5d2;
}
.navi__qa--right {
  font-size: 24px;
  line-height: 1.6;
  color: #fff;
  padding: 34px 0;
}
@media screen and (max-width: 767px) {
  .navi__qa--right {
    font-size: clamp(3.12vw, 18px, 18px);
    padding: 4.43vw 0;
  }
}
.navi__qa--right.gray {
  color: #555;
}
.navi__qa--right.fz14 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .navi__qa--right.fz14 {
    font-size: clamp(1.82vw, 12px, 12px);
  }
}
.navi__qa--right a {
  color: #ffaa00;
  font-weight: bold;
  text-decoration: underline;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .navi__qa--right a {
    font-size: clamp(2.6vw, 15px, 15px);
  }
}
.navi__qa--right a.koujoshoumei {
  font-size: 14px;
  color: #555;
  font-weight: normal;
}
.navi__qa--right span {
  display: inline-block;
}
.navi__qa--right span.indent1 {
  margin-left: 1em;
  text-indent: -1em;
}
.navi__qa--right span.indent3 {
  margin-left: 3em;
  text-indent: -1em;
}

/* attention */
.attention2 {
  margin-top: 100px;
  margin-bottom: 100px;
  color: #555;
}
.attention2__inner {
  width: 700px;
  max-width: 95%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
}
.attention2__inner p:nth-child(2) {
  text-align: right;
}</pre></body></html>