@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

body {
  font-size: 16px;
  color: #556564;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  background: #fff;
}

.inner {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "Noto Sans JP", sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

body {
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 48px;
  }
}

.section {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
}

.mv .left .section-btn a {
  padding: 23px 0px;
}

@media screen and (max-width: 767px) {
  .mv .left .section-btn a {
    padding: 14.3px 0;
  }
}

.section-btn {
  padding: 4px;
}

.section-btn a {
  font-size: 18px;
  border-radius: 34px;
  padding: 22px 0px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  background: #33b8b0;
  border: 2px solid #ebf8f7;
  -webkit-box-shadow: 0px 4px 8px #b1ebe7cc, 0px 4px 8px 0px #65e5dd inset;
  box-shadow: 0px 4px 8px #b1ebe7cc, 0px 4px 8px 0px #65e5dd inset;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  gap: 4px;
}

@media screen and (max-width: 767px) {
  .section-btn a {
    font-size: 16px;
    padding: 14.3px 0;
    line-height: 1.4;
    border-radius: 27px;
  }
}

.section-btn a:hover {
  background: #fff;
  color: #33b8b0;
  border: 2px solid #33b8b0;
  -webkit-box-shadow: 0px 4px 8px 0px #b1ebe7cc;
  box-shadow: 0px 4px 8px 0px #b1ebe7cc;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 14px 0 10px;
  min-height: 70px;
  background: #fff;
  z-index: 200;
}

@media screen and (max-width: 767px) {
  .header {
    min-height: 48px;
    padding: 4px 0;
  }
}

.header .header-nav .headerPc-ul {
  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;
  max-width: 1000px;
  margin: 0 auto;
}

.header .header-nav .headerPc-ul li a {
  padding: 0 10px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #556564;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

.header .header-nav .headerPc-ul li a:hover {
  color: #33b8b0;
}

@media screen and (max-width: 1100px) {
  .header .header-nav .headerPc-ul li a {
    font-size: 1.4vw;
  }
}

.header-btn {
  padding: 0 10px;
}

.header-btn a {
  font-weight: bold;
  color: #fff;
  background: #33b8b0;
  border: 2px solid #33b8b0;
  padding: 10px 28px;
  border-radius: 40px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

@media screen and (max-width: 1100px) {
  .header-btn a {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 767px) {
  .header-btn a {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }
}

.header-btn a:hover {
  background: #fff;
  color: #33b8b0;
}

.mv {
  max-width: 1600px;
  margin: 0 auto;
}

.mv .btn {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .mv .btn {
    margin-top: 20px;
  }
}
.mv .inner p.t-annotation {
  margin-top: 15px;
  font-size: 9px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .mv .inner p.t-annotation {
    margin-top: 15px;
    font-size: 9px;
    text-align: right;
  }
}

.mv .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mv .left {
  width: 500px;
}

@media screen and (max-width: 1300px) {
  .mv .left {
    width: 400px;
  }
}

.mv .left .left-wrap {
  max-width: 360px;
  margin: 0 auto;
}

.mv .left .headerLogo {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 284px;
}

.mv .left .lead {
  margin-bottom: 30px;
}

.mv .right {
  width: calc(100% - 500px);
  position: relative;
}

.mv .right .text {
  max-width: 621px;
  position: absolute;
  left: 40px;
  bottom: 80px;
}

@media screen and (max-width: 1100px) {
  .mv .right .text {
    padding-left: 10px;
    padding-right: 10px;
    left: 0;
  }
}

@media screen and (max-width: 1300px) {
  .mv .right {
    width: calc(100% - 400px);
  }
}

.mv .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta-box {
  /* padding: 20px 0; */
  background: #ebf8f7;
  position: relative;
  max-width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cta-box {
    /* padding: 20px 0; */
    /* background: #ebf8f7; */
    padding: none;
    background: none;
    position: relative;
    max-width: 340px;
    margin: 0 auto;
  }
}

.cta-box .now {
  position: absolute;
  top: -20px;
  left: -15px;
  width: 60px;
}

.cta-box .cta-row1 {
  font-size: 24px;
  text-align: center;
  color: #33b8b0;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 360px) {
  .cta-box .cta-row1 {
    font-size: 22px;
  }
}

.cta-box .cta-row2 {
  /* text-align: center; */
  font-size: 20px;
  font-weight: 500;
  margin-left: 20px;
  margin-bottom: 7px;
  letter-spacing: 1px;
}

.cta-box .cta-row__text {
  margin-bottom: 7px;
}

@media screen and (max-width: 360px) {
  .cta-box .cta-row2 {
    font-size: 16px;
  }
}

.cta-box .cta-row2 .small {
  font-size: 80%;
}

.cta-box .cta-row2 .yellow {
  font-size: 180%;
  color: #e9cb7b;
}

.cta-box .cta-row3 {
  font-size: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.cta-box .cta-row4 {
  border: 1px solid #33b8b0;
  padding: 5px 0;
  color: #33b8b0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  margin: 0 10px;
  margin-bottom: 5px;
}

.cta-box .cta-row5 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #33b8b0;
}

@media screen and (max-width: 360px) {
  .cta-box .cta-row5 {
    font-size: 14px;
  }
}

.cta-box .cta-row5 .big1 {
  font-size: 125%;
}

.cta-box .cta-row5 .big2 {
  font-size: 140%;
}

.sec1 {
  background: #faf9f7;
}

.sec1 h2 {
  font-size: 40px;
  margin-bottom: 80px;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .sec1 h2 {
    font-size: 24px;
    margin-bottom: 35px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 360px) {
  .sec1 h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    max-width: 450px;
    margin: 0 auto;
  }
  .header-logo {
    max-width: 88px;
    margin: 0 auto;
  }
  .mv {
    padding-bottom: 60px;
  }
  .mv .usp {
    margin: 20px 0;
  }
}

body.is-active {
  overflow-y: hidden;
}

section {
  overflow-x: hidden;
}

.drawer-icon {
  position: fixed;
  top: 18px;
  right: 16px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

@media screen and (min-width: 768px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon.is-active .drawer-icon-bar1 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
  height: 1.5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
}

.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  height: 1.5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bars {
  width: 22px;
  height: 20px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 22px;
  height: 1.5px;
  background: #556564;
  top: 0;
  left: 0;
  border-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar1 {
  top: 0;
}

.drawer-icon-bar2 {
  top: 8px;
}

.drawer-icon-bar3 {
  top: 11px;
}

.drawer-content {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #ebf8f7;
  z-index: 250;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.7s ease 0s;
  transition: -webkit-transform 0.7s ease 0s;
  transition: transform 0.7s ease 0s;
  transition: transform 0.7s ease 0s, -webkit-transform 0.7s ease 0s;
  padding: 80px 30px;
}

.drawer-content.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.drawer-icon-nav ul {
  margin-bottom: 40px;
}

.drawer-icon-nav ul li {
  padding: 0 20px;
}

.drawer-icon-nav ul li a {
  display: block;
  color: #556564;
  padding: 20px 0px;
  border-bottom: 2px dotted #c5c5c5;
  text-align: center;
  font-weight: 500;
}

.drawer-icon-nav ul li:last-child a {
  border-bottom: none;
}

.drawer-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 220;
  display: none;
}

.drawer-mask.is-active {
  display: block;
}

.sec1 span {
  color: #33b8b0;
}
.sec1 span.color-text {
  color: #b03b24;
}

.sec1 li {
  margin-bottom: 60px;
  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;
}

.sec1 li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sec1 li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .sec1 li {
    margin-bottom: 30px;
    display: block;
  }
}

.sec1 li .img {
  width: 33%;
}

@media screen and (max-width: 767px) {
  .sec1 li .img {
    width: 100%;
    max-width: 180px;
    margin: 0 auto 20px;
  }
}

.sec1 li .contents {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .sec1 li .contents {
    width: 100%;
  }
}

.sec1 li .title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 40px;
}

@media screen and (max-width: 767px) {
  .sec1 li .title {
    font-size: 16px;
    line-height: 1.5;
    white-space: nowrap;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.sec1 li .box {
  background: #fff;
  padding: 40px 80px;
  border-radius: 12px;
  font-weight: 500;
  -webkit-box-shadow: 0px 2px 24px 0px #0000000a;
  box-shadow: 0px 2px 24px 0px #0000000a;
}

@media screen and (max-width: 1100px) {
  .sec1 li .box {
    padding: 40px 40px;
  }
}

@media screen and (max-width: 767px) {
  .sec1 li .box {
    border-radius: 8px;
    padding: 20px;
  }
}

.sec1 li .box .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .sec1 li .box .row {
    margin-bottom: 20px;
  }
}

.sec1 li .box .row:last-child {
  margin-bottom: 0;
}

.sec1 li .box .row .icon {
  width: 32px;
  min-width: 32px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .sec1 li .box .row .icon {
    width: 24px;
    min-width: 24px;
  }
}

.sec1 li .box .row .text {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 1100px) {
  .sec1 li .box .row .text {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sec1 li .box .row .text {
    font-size: 14px;
  }
}

.sec2 {
  background: #ebf8f7;
}

.sec2 .title {
  margin-bottom: 80px;
  text-align: center;
}

.sec2 .title .text1 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .sec2 .title .text1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.sec2 .title .text2 {
  font-size: 36px;
  font-weight: bold;
  color: #33b8b0;
}

@media screen and (max-width: 767px) {
  .sec2 .title .text2 {
    font-size: 24px;
    line-height: 1.5;
  }
}

.sec2 .title .text2 .wrap {
  display: inline-block;
  position: relative;
}

.sec2 .title .text2 .wrap .span-left {
  position: absolute;
  top: -20px;
  left: -20px;
}

@media screen and (max-width: 767px) {
  .sec2 .title .text2 .wrap .span-left {
    font-size: 40px;
  }
}

.sec2 .title .text2 .wrap .span-right {
  position: absolute;
  top: -20px;
  right: -20px;
}

@media screen and (max-width: 767px) {
  .sec2 .title .text2 .wrap .span-right {
    font-size: 40px;
  }
}

.sec2 .title .text2 span {
  color: #b1ebe7;
}

@media screen and (max-width: 767px) {
  .sec2 .title {
    margin-bottom: 35px;
  }
}

.sec2 .img {
  max-width: 480px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .sec2 .img {
    margin-bottom: 30px;
  }
}

.sec2 .lead {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .sec2 .lead {
    text-align: left;
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.sec2 .lead .inner {
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .sec2 .lead .inner {
    max-width: 800px;
  }
}
.sec2 .lead P.t-annotation {
  margin-top: 15px;
  font-size: 9px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec2 .lead P.t-annotation {
    margin-top: 15px;
    font-size: 9px;
    text-align: right;
  }
}

.sec2 .box {
  border-radius: 16px;
  background: #fff;
  padding: 48px 0;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec2 .box {
    padding: 20px;
  }
}

.sec2 .box .text {
  max-width: 510px;
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

#id1,
#id2,
#id3,
#id4,
#id5,
#id6 {
  position: relative;
  top: -70px;
}

@media screen and (max-width: 767px) {
  #id1,
  #id2,
  #id3,
  #id4,
  #id5,
  #id6 {
    top: -48px;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 35px;
  }
}

.section-title .ring {
  max-width: 64px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .section-title .ring {
    max-width: 56px;
    margin-bottom: 5px;
    margin-top: -4px;
  }
}

.section-title .text {
  font-size: 40px;
  color: #33b8b0;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .section-title .text {
    font-size: 24px;
  }
}

.sec3 .img {
  max-width: 1104px;
  margin: 0 auto;
}

.voice {
  background: #ebf8f7;
}

.voice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .voice ul {
    display: block;
  }
}

.voice ul li {
  width: 32%;
  border-radius: 12px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .voice ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .voice ul li:last-child {
    margin-bottom: 0;
  }
}

.voice ul .contents {
  border-radius: 0 0 12px 12px;
  padding: 25px;
}

@media screen and (max-width: 767px) {
  .voice ul .contents {
    padding: 20px;
  }
}

.voice ul .img {
  border-radius: 12px 12px 0 0;
}

.voice ul .img img {
  border-radius: 12px 12px 0 0;
}

.voice ul .category {
  background: #33b8b0;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

.voice ul .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .voice ul .title {
    font-size: 17px;
  }
}

.voice ul .text {
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .voice ul .text {
    font-size: 13px;
  }
}

.voice ul .text span {
  color: #33b8b0;
}

.reason ul li {
  background: #ebf8f7;
  margin-bottom: 50px;
  padding: 60px;
  border-radius: 40px;
}

.reason ul li .bottom-wrap1 {
  max-width: 600px;
  margin: 0 auto;
}

.reason ul li .bottom-wrap3 {
  max-width: 700px;
  margin: 0 auto;
}

.reason ul li .bottom-wrap4 {
  max-width: 750px;
  margin: 0 auto;
}

.reason ul li .attention {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .reason ul li .attention {
    font-size: 14px;
    text-align: left;
    margin-top: 20px;
    letter-spacing: 1px;
    line-height: 1.5;
  }
}

.reason ul li .bottom {
  background: #fff;
  margin-top: 40px;
  border-radius: 8px;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .reason ul li .bottom {
    padding: 20px 8px;
  }
}

@media screen and (max-width: 767px) {
  .reason ul li {
    border-radius: 16px;
    padding: 40px 20px;
  }
}

.reason ul li:last-child {
  margin-bottom: 0;
}

.reason ul li .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .reason ul li .heading {
    display: block;
  }
}

.reason ul li .heading.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.reason ul li .heading .img {
  width: 43%;
}

@media screen and (max-width: 767px) {
  .reason ul li .heading .img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.reason ul li .heading .contents {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .reason ul li .heading .contents {
    width: 100%;
  }
}

.reason ul li .heading .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .reason ul li .heading .title {
    margin-bottom: 20px;
  }
}

.reason ul li .heading .num {
  font-size: 64px;
  color: #33b8b0;
  font-weight: 600;
  border-bottom: 4px solid #33b8b0;
  display: inline-block;
  padding-bottom: 0px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .reason ul li .heading .num {
    border-bottom: 2px solid #33b8b0;
    font-size: 40px;
  }
}

.reason ul li .heading .title-text {
  font-size: 36px;
  font-weight: 500;
}

@media screen and (max-width: 1100px) {
  .reason ul li .heading .title-text {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .reason ul li .heading .title-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 360px) {
  .reason ul li .heading .title-text {
    font-size: 20px;
  }
}

@media screen and (max-width: 350px) {
  .reason ul li .heading .title-text {
    font-size: 18px;
  }
}

.reason ul li .heading .title-text span {
  color: #33b8b0;
}

.reason ul li .heading .title-text span.t-annotation {
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .reason ul li .heading .title-text span.t-annotation {
    font-size: 9px;
  }
}

.reason ul li .heading .text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .reason ul li .heading .text {
    font-size: 14px;
  }
}

.reason ul li .heading .text span {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(30%, #e9cb7b)
  );
  background: linear-gradient(transparent 70%, #e9cb7b 30%);
}
@media screen and (max-width: 767px) {
  .reason ul li .heading .text span.t-annotation {
    background: none;
    font-size: 9px;
  }
}
.reason .inner p.t-annotation {
  margin-top: 15px;
  font-size: 9px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .reason .inner p.t-annotation {
    margin-top: 15px;
    font-size: 9px;
    text-align: right;
  }
}
.cta-section {
  border-top: 12px solid #33b8b0;
  border-bottom: 12px solid #33b8b0;
}

.cta-section .cta-box {
  max-width: initial;
}

.cta-section .btn {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .cta-section {
    border-top: 8px solid #33b8b0;
    border-bottom: 8px solid #33b8b0;
  }
}

.cta-section .cta-section-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1100px) {
  .cta-section .cta-section-wrap {
    -webkit-box-align: initial !important;
    -ms-flex-align: initial !important;
    align-items: initial !important;
  }
}

@media screen and (max-width: 767px) {
  .cta-section .cta-section-wrap {
    display: block;
  }
}

.cta-section .img {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .cta-section .img {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .cta-section .img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.cta-section .contents {
  /* width: 50%; */
  margin: 0 auto;
  /* padding: 30px 0px 30px 0px; */
}

@media screen and (max-width: 1100px) {
  .cta-section .contents {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .cta-section .contents {
    width: 100%;
    padding: 0 20px 30px;
    margin: 0;
    min-width: initial;
  }
}

@media screen and (min-width: 768px) {
  .cta-section .section-btn a {
    font-size: 20px;
  }
  .cta-section .cta-box .cta-row1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .cta-section .cta-box .cta-row2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .cta-section .cta-box .now {
    width: 124px;
    top: -60px;
    left: -45px;
  }
  .cta-section .cta-box {
    min-width: 510px;
    /* max-width: 510px; */
    padding: 50px 20px;
    border-radius: 14px;
  }
  .cta-section .cta-box .cta-row3 {
    font-size: 15px;
  }
  .cta-section .cta-box .cta-row4 {
    font-size: 18px;
  }
  .cta-section .cta-box .cta-row5 {
    font-size: 24px;
  }
  .cta-section .btn {
    min-width: 510px;
    max-width: 510px;
    margin: 0 auto;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .cta-section .btn {
    margin-top: 20px;
  }
}

.plan {
  background: #ebf8f7;
}

.plan .inner {
  padding: 0 5px;
}

.plan .lead {
  max-width: 900px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .plan .lead {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.plan .section-title {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .plan .section-title {
    margin-bottom: 20px;
  }
}

.plan .lead P.t-annotation {
  margin-top: 15px;
  font-size: 9px;
  text-align: right;
  color: #d6d6d6;
}
@media screen and (max-width: 767px) {
  .plan .lead P.t-annotation {
    margin-top: 15px;
    font-size: 9px;
    text-align: right;
  }
}

.footer {
  padding: 40px 0;
  background: #ebf8f7;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 60px 0 40px;
  }
}

.footer .footerLogo {
  max-width: 180px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .footer .footerLogo {
    margin-bottom: 40px;
  }
}

.footer .footerLogo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .footerLogo a:hover {
  opacity: 0.6;
}

.footer ul {
  max-width: 540px;
  margin: 0 auto 60px;
  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;
}

@media screen and (max-width: 767px) {
  .footer ul {
    display: block;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .footer ul li {
    margin-bottom: 20px;
    text-align: center;
  }
}

.footer ul a {
  color: #556564;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .footer ul a {
    text-align: center;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .footer ul a:hover {
    color: #33b8b0;
  }
}

.copyright {
  font-size: 14px;
  text-align: center;
  color: #c5c5c5;
}

@media screen and (max-width: 767px) {
  .copyright {
    font-size: 10px;
  }
}

.last .title {
  text-align: center;
  line-height: 1.5;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .last .title {
    font-size: 16px;
    margin-bottom: 35px;
  }
}

.last .title span {
  max-width: 135px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .last .title span {
    max-width: 90px;
  }
}

.last .img {
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .last .img {
    margin-bottom: 20px;
  }
}

.last .lead {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .last .lead {
    font-size: 16px;
  }
}

.last .lead span {
  color: #33b8b0;
}

.flow ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .flow ul li {
    display: block;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .flow ul li .line {
    position: absolute;
    top: 102%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 7px;
  }
}

.flow ul li .img {
  width: 288px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .flow ul li .img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flow ul li .img .line {
  position: absolute;
  top: 108%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 7px;
}

.flow ul li .contents {
  width: calc(100% - 320px);
}

@media screen and (max-width: 767px) {
  .flow ul li .contents {
    width: 100%;
  }
}

.flow ul .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.flow ul .heading .icon {
  width: 91px;
  height: 91px;
  background: #33b8b0;
  color: #fff;
  border-radius: 50%;
  position: relative;
  font-family: "Inter", sans-serif;
  text-align: center;
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .flow ul .heading .icon {
    width: 54px;
    height: 54px;
    margin-right: 10px;
  }
}

.flow ul .heading .icon .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flow ul .heading .icon .step {
  font-size: 21px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .flow ul .heading .icon .step {
    font-size: 10.5px;
  }
}

.flow ul .heading .icon .num {
  font-size: 43px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .flow ul .heading .icon .num {
    font-size: 24px;
  }
}

.flow ul .heading .title {
  font-size: 36px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .flow ul .heading .title {
    font-size: 24px;
  }
}

.flow ul .bottom {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .flow ul .bottom {
    font-size: 16px;
  }
}

.flow .bottom1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .flow .bottom1 {
    font-size: 14px;
  }
}

.flow ul .btn a {
  border-radius: 40px;
  display: inline-block;
  color: #33b8b0;
  background: #fff;
  border: 2px solid #33b8b0;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .flow ul .btn a {
    display: block;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}

.flow ul .btn a:hover {
  background: #33b8b0;
  color: #fff;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-animation: fadeOut 1.5s 2.5s forwards;
  animation: fadeOut 1.5s 2.5s forwards;
  z-index: 1000;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loading__logo {
  opacity: 0;
  -webkit-animation: logo_fade 2s 0.5s forwards;
  animation: logo_fade 2s 0.5s forwards;
  width: 300px;
}

@media screen and (max-width: 767px) {
  .loading__logo {
    width: 175px;
  }
}

@-webkit-keyframes logo_fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    display: none;
  }
}

.pricing-table {
  max-width: 900px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  background-color: #fff;
  font-size: 1.5em;
}

.tabs {
  display: flex;
  gap: 10px;
  background-color: #ebf8f7;
  align-items: flex-end;
}

.tab {
  flex: 1;
  padding: 15px;
  border: none;
  cursor: pointer;
  font-size: 24px;
  border-radius: 8px 8px 0 0;
  color: white;
  transition: all 0.3s ease;
}

.tab[data-plan="premium"] {
  background-color: #c7b073;
}

.tab[data-plan="standard"] {
  background-color: #70bcb0;
}

.tab[data-plan="commit"] {
  background-color: #006d5b;
}

.tab.active[data-plan="standard"] {
  background-color: #33b8b0;
  color: white;
}
.tab.active[data-plan="premium"] {
  background-color: #e9cb7b;
  color: white;
}
.tab.active[data-plan="commit"] {
  background-color: #006d5b;
  color: white;
}

.tab:not(.active) {
  padding-top: 8px;
  padding-bottom: 10px;
}

.plan-details {
  padding: 30px;
  position: relative;
  border: 6px solid;
  border-radius: 0 0 12px 12px;
  background-color: #fff;
}

.plan-details.premium {
  border-color: #e9cb7b;
}

.plan-details.standard {
  border-color: #33b8b0;
}

.plan-details.commit {
  border-color: #006d5b;
}
.quadrant {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

.cell {
  display: flex;
  align-items: center; /* 縦方向中央揃え */
  justify-content: space-between; /* 左右に広げる */
  height: 100%; /* セルの高さを100%に */
  padding: 30px; /* パディングを追加 */
}

h3 {
  margin: 0;
  font-size: 24px;
  color: #4a5568;
  font-weight: bold;
  flex: 0 0 auto; /* 自然な幅を保つ */
}

.cta-row__text {
  margin-bottom: 7px;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* 右揃え */
  text-align: right;
}

.price {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
}

.plan-details.premium .price {
  color: #e9cb7b;
}

.plan-details.standard .price {
  color: #33b8b0;
}

.plan-details.commit .price {
  color: #006d5b;
}

.tax {
  font-size: 18px;
}

.tax-included {
  font-size: 18px;
  color: #718096;
  margin: 5px 0 0 0;
}

.note {
  font-size: 10px;
  color: #718096;
  margin-top: 5px;
}

/* 十字の破線 */
.plan-details::before,
.plan-details::after {
  content: "";
  position: absolute;
  background-color: transparent;
  /* border: 1px dashed #e2e8f0; */
}

.plan-details::before {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0;
}

.plan-details::after {
  left: 0;
  right: 0;
  top: 50%;
  height: 0;
}

.note-cell {
  grid-column: 1 / -1;
  padding-top: 0;
  justify-content: center;
}

/* スマホビュー用のメディアクエリ */
@media (max-width: 767px) {
  .tab {
    flex: 1;
    padding: 15px;
    border: none;
    cursor: pointer;
    font-size: 13px;
    border-radius: 8px 8px 0 0;
    color: white;
  }

  .quadrant {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .cell {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dashed #e2e8f0; /* 行間に破線を追加 */
  }

  .cell:last-child {
    border-bottom: none; /* 最後の行の下線を削除 */
  }

  h3 {
    flex: 0 0 50%;
    font-size: 20px;
  }

  .content {
    flex: 0 0 50%;
    align-items: flex-end; /* スマホビューでは右揃えに */
  }

  .price {
    font-size: 24px;
  }

  .tax,
  .tax-included {
    font-size: 14px;
  }

  .note {
    font-size: 10px;
  }

  /* スマホビューでは十字の破線を非表示に */
  .plan-details::before,
  .plan-details::after {
    display: none;
  }

  /* .tabs > button {
    font-size: ;
  } */
}
