@charset "UTF-8";
/*
Theme Name: 求職者送迎ナビ.
Theme URI: https://
Description: 求職者送迎ナビLPオリジナルテーマ
Author: Arase
Author URI:
Version: 1.0.0

*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  text-align: left;
  font-weight: 500;
  color: #283337;
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-animation: fadeIn 1.2s ease-out normal;
          animation: fadeIn 1.2s ease-out normal;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
html body {
  overflow-x: hidden;
}

@-webkit-keyframes fadeIn {
  /*フェードインの詳細な動き*/
  from {
    /*フェードインの始まりの項目*/
    opacity: 0; /*始まりの透明度*/
    -webkit-transform: translateY(1px);
            transform: translateY(1px); /*縦軸の始まりの位置*/
  }
  to {
    /*フェードインの終わりの項目*/
    opacity: 1; /*終わりの透明度*/
    -webkit-transform: translateY(0%);
            transform: translateY(0%); /*縦軸の終わりの位置*/
  }
}

@keyframes fadeIn {
  /*フェードインの詳細な動き*/
  from {
    /*フェードインの始まりの項目*/
    opacity: 0; /*始まりの透明度*/
    -webkit-transform: translateY(1px);
            transform: translateY(1px); /*縦軸の始まりの位置*/
  }
  to {
    /*フェードインの終わりの項目*/
    opacity: 1; /*終わりの透明度*/
    -webkit-transform: translateY(0%);
            transform: translateY(0%); /*縦軸の終わりの位置*/
  }
}
.arial {
  font-family: "Arial", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.noto {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.bah {
  font-family: "Bahnschrift", "DIN Condensed", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.upper {
  text-transform: uppercase;
}

.flex {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-top {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

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

.pc-none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pc-none {
    display: block;
  }
}

.pc-block {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc-block {
    display: none;
  }
}

a {
  color: #283337;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

p {
  line-height: 1.6;
}

.wrapper {
  width: 100%;
}

.cont {
  width: 86.3%;
  max-width: 1100px;
  margin: 0 auto;
}

li {
  list-style: none;
}

@media screen and (min-width: 1250px) {
  .ham_block {
    display: none;
  }
  .header {
    position: fixed;
    width: 100%;
    height: 95px;
    top: 0;
    left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 11;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
  }
  .header h1 {
    width: 250px;
    height: 63px;
  }
  .header h1 a {
    display: block;
  }
  .header h1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header .header__inner {
    padding: 0 36px;
    width: 100%;
    height: 100%;
  }
  .header .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .gnav ul {
    gap: 25px;
    margin-right: 23px;
  }
  .header .gnav li a {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
  }
}
.header_tel {
  margin-right: 15px;
  margin-top: 8px;
}
.header_tel a img {
  height: 29px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 2px;
}
.header_tel a .bah {
  display: block;
  margin-bottom: 2px;
  font-size: 3.5rem;
  font-weight: 700;
  color: #16a9d6;
  font-stretch: semi-condensed;
  letter-spacing: 0.02em;
}
.header_tel a .noto {
  font-weight: 400;
  font-size: 1.1rem;
  display: block;
  text-align: right;
  margin-right: 5px;
}

.header_btn a {
  font-size: 1.8rem;
  height: 54px;
  padding: 0 54px 0 47px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 5.4rem;
  border-radius: 27px;
  position: relative;
}
.header_btn a::after {
  content: "";
  width: 6px;
  height: 11px;
  background-image: url(assets/img/fill.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 22px;
  right: 26px;
}

.btn a {
  color: #fff;
  background: #f6b800;
  font-weight: 700;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn a span {
  -webkit-animation: pico 2s ease-out infinite;
          animation: pico 2s ease-out infinite;
}

@-webkit-keyframes pico {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes pico {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
.btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  -webkit-transform: scale(0.99, 0.99) translateY(2px);
          transform: scale(0.99, 0.99) translateY(2px);
  -webkit-animation: none;
          animation: none;
}

.btn2 a {
  font-size: 2.4rem;
  height: 81px;
  padding: 0 51px 0 59px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 8.1rem;
  border-radius: 40px;
  position: relative;
  letter-spacing: 0.08em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.btn2 a span {
  display: grid;
  place-content: center;
  position: absolute;
  width: 70px;
  height: 70px;
  top: -36px;
  left: -30px;
  background: #02b3ea;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .btn2 a span {
    font-size: 1.1rem;
    width: 55px;
    height: 55px;
    top: -30px;
    left: -26px;
  }
}
.btn2 a span::after {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 65%, 60% 0, 100% 100%);
          clip-path: polygon(0 65%, 60% 0, 100% 100%);
  background: #02b3ea;
  position: absolute;
  right: 7px;
  bottom: 4px;
}
@media screen and (max-width: 767.9px) {
  .btn2 a span::after {
    right: 7px;
    bottom: 2px;
  }
}
.btn2 a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 1249.9px) {
  .header {
    height: 80px;
    top: 0;
    display: block;
    width: 100%;
    z-index: 11;
    position: fixed;
    background: #fff;
  }
}
@media screen and (max-width: 1249.9px) and (max-width: 767.9px) {
  .header {
    height: 60px;
  }
}
@media screen and (max-width: 1249.9px) {
  .header h1 {
    width: 200px;
  }
}
@media screen and (max-width: 1249.9px) and (max-width: 767.9px) {
  .header h1 {
    width: 150px;
  }
}
@media screen and (max-width: 1249.9px) {
  .header .ham_block.btn {
    position: absolute;
    top: 13px;
    right: 48px;
  }
}
@media screen and (max-width: 1249.9px) and (max-width: 767.9px) {
  .header .ham_block.btn {
    top: 18px;
  }
}
@media screen and (max-width: 1249.9px) {
  .header .ham_block.btn a {
    font-size: 1.8rem;
    height: 54px;
    padding: 0 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 5.4rem;
    border-radius: 27px;
  }
}
@media screen and (max-width: 1249.9px) and (max-width: 767.9px) {
  .header .ham_block.btn a {
    font-size: 1.2rem;
    border-radius: 13px;
    height: 26px;
    line-height: 2.6rem;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1249.9px) {
  .header .header__inner {
    padding: 0 18px;
    height: 100%;
  }
  .header .header-wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    overflow: auto;
    display: block;
    margin: 0;
    width: 100%;
    height: 100dvh;
    background: #fff;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }
  .header .header-wrap .wrap {
    background: rgb(11, 186, 251);
    background: linear-gradient(150deg, rgb(11, 186, 251) 0%, rgb(66, 133, 236) 100%);
    padding-right: 0;
    padding-top: 15px;
    padding-left: 18px;
    padding-bottom: 24px;
  }
  .header .gnav {
    padding-left: 26px;
  }
  .header .gnav ul {
    display: block;
    margin-bottom: 58px;
  }
  .header .gnav ul li {
    margin-bottom: 28px;
  }
  .header .gnav ul li a {
    color: #fff;
    display: block;
    font-size: 1.6rem;
    line-height: 2;
  }
  .header .header_tel {
    padding-top: 40px;
  }
  .header .header_tel a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto 36px;
  }
  .header .header_btn {
    padding-bottom: 40px;
  }
  .header .header_btn a {
    margin: 0 auto;
    padding: 0 100px;
  }
  .header .sp_logo {
    margin-bottom: 54px;
  }
  .header .sp_logo a {
    width: 200px;
    display: block;
  }
}
@media screen and (max-width: 1249.9px) and (max-width: 767.9px) {
  .header .sp_logo a {
    width: 150px;
  }
}
.hamburger {
  display: none;
}

@media screen and (max-width: 1249.9px) {
  .hamburger {
    display: block;
    cursor: pointer;
    width: 48px;
    height: 48px;
    position: fixed;
    top: 16px;
    right: 0;
    z-index: 99;
    border-radius: 50%;
    border: none;
    background: transparent;
  }
  /*activeクラスが付与されると線が回転して×になる*/
}
@media screen and (max-width: 1249.9px) and (max-width: 767.9px) {
  .hamburger {
    top: 8px;
  }
}
@media screen and (max-width: 1249.9px) {
  .hamburger__line,
  .hamburger__line::before {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    width: 15px;
    height: 1px;
    background: #283337;
  }
  .hamburger__line {
    top: 18px;
    left: 16px;
  }
  .hamburger__line::before {
    content: "";
    top: 8px;
    left: 0;
  }
  .hamburger.active span {
    top: 16px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 18px;
    background: #fff;
  }
  .hamburger.active span::before {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 18px;
    background: #fff;
  }
  .header-wrap.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
}
.top_mv {
  margin-top: 95px;
  min-height: 700px;
  background-image: url(assets/img/mv_bg.webp);
  background-size: cover;
  background-position: bottom center;
  position: relative;
  padding-top: 56px;
}
@media screen and (max-width: 1249.9px) {
  .top_mv {
    margin-top: 80px;
    min-height: unset;
  }
}
@media screen and (max-width: 767.9px) {
  .top_mv {
    margin-top: 60px;
    padding-top: 32px;
    background-image: url(assets/img/mv_bg-sp.webp);
  }
}
.top_mv::after {
  content: "";
  width: 418px;
  max-width: 90%;
  height: auto;
  aspect-ratio: 418/466;
  background-image: url(assets/img/mv-catheimage.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  position: absolute;
  bottom: -4px;
  left: 50.7%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1200px) {
  .top_mv::after {
    width: 32%;
  }
}
@media screen and (max-width: 1024px) {
  .top_mv::after {
    width: auto;
    height: 340px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_mv::after {
    bottom: 0;
  }
}
.top_mv .cont {
  max-width: 1140px;
}
.top_mv .left {
  margin-top: 26px;
  padding-left: 28px;
  width: 50.9%;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .top_mv .left {
    width: 47%;
    padding-left: 0;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .top_mv .left {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_mv .left {
    margin-top: 0;
  }
}
.top_mv .left .top_lead {
  margin-bottom: 20px;
}
.top_mv .left .top_lead p {
  font-size: 2rem;
  letter-spacing: 0.08em;
  margin-bottom: 26px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .top_mv .left .top_lead p {
    text-align: center;
  }
}
@media screen and (max-width: 767.9px) {
  .top_mv .left .top_lead p {
    font-size: 1.2rem;
  }
}
.top_mv .left .top_lead img {
  width: 100%;
  display: block;
}
.top_mv .left .top_lead img:nth-child(1) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767.9px) {
  .top_mv .left .top_lead img:nth-child(1) {
    margin-bottom: 12px;
  }
}
@media (max-width: 1200px) {
  .top_mv .left .btn {
    z-index: 3;
    position: relative;
  }
  .top_mv .left .btn a {
    font-size: 1.8rem;
    padding: 0 40px 0 45px;
    height: 63px;
    line-height: 6.3rem;
    min-width: 292px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1024px) {
  .top_mv .left .btn {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .top_mv .left .btn a {
    margin-left: 27px;
  }
}
.top_mv .left ul {
  gap: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
  margin-left: -8px;
}
@media (max-width: 1200px) {
  .top_mv .left ul {
    gap: 0px 8px;
  }
}
@media screen and (max-width: 1024px) {
  .top_mv .left ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 200px;
  }
}
.top_mv .left ul li {
  width: 134px;
  aspect-ratio: 1/1;
  height: auto;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  display: grid;
  place-content: center;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (max-width: 767.9px) {
  .top_mv .left ul li {
    width: 101px;
  }
}
.top_mv .left ul li p {
  text-align: center;
  position: relative;
  z-index: 2;
}
.top_mv .left ul li .small {
  font-size: 1.1rem;
  margin-bottom: 6px;
}
@media screen and (max-width: 767.9px) {
  .top_mv .left ul li .small {
    font-size: 1rem;
  }
}
.top_mv .left ul li .main_text {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .top_mv .left ul li .main_text {
    font-size: 1.1rem;
    margin-bottom: 13px;
  }
}
.top_mv .left ul li .price {
  /*font-size: 4.5rem;*/
  font-size: 3.2rem;
  font-weight: bold;
  color: #f6b800;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .top_mv .left ul li .price {
    /*font-size: 3.2rem;*/
    font-size: 2.4rem;
}
}
.top_mv .left ul li .price span {
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .top_mv .left ul li .price span {
    font-size: 1rem;
  }
}
.top_mv .left ul li:nth-child(1) .main_text {
  margin-bottom: 9px;
}
@media screen and (max-width: 767.9px) {
  .top_mv .left ul li:nth-child(1) .main_text {
    margin-bottom: 5px;
  }
}
.top_mv .left ul li:nth-child(1) .price {
  font-size: 3.5rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 767.9px) {
  .top_mv .left ul li:nth-child(1) .price {
    /*font-size: 2.4rem;*/
    font-size: 3.5rem;
	margin-top:5px;
  }
}

.top_mv .left ul li:nth-child(2) .price {
  /*font-size: 3.5rem;*/
  font-size: 3.0rem;
　margin-bottom: 8px;
}
@media screen and (max-width: 767.9px) {
  .top_mv .left ul li:nth-child(2) .price {
    font-size: 2.4rem;
  }
}
.top_mv .left ul li:nth-child(1) .price span {
	/*display: block;*/
	margin-top: 3px;
	/*margin-left: 9px;*/
}
.top_mv .right {
  background: #fff;
  border-radius: 10px;
  padding: 19px 24px 24px 26px;
  width: 32.6%;
  margin-right: 20px;
  margin-bottom: 70px;
}
@media (max-width: 1200px) {
  .top_mv .right {
    margin-right: 0;
    width: 36%;
  }
}
@media screen and (max-width: 1024px) {
  .top_mv .right {
    display: none;
  }
}
.top_mv .right .contact_top_text {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 14px;
  text-align: center;
}

.form table {
  width: 100%;
  display: block;
}
.form table tbody,
.form table tr,
.form table th,
.form table td {
  width: 100%;
  display: block;
  line-height: 1.6;
}
.form table th {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 3px;
}
.form table th span {
  color: #02b3ea;
}
.form table tr {
  margin-bottom: 4px;
}
.form table input,
.form table select {
  background: #eaeaea;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 5px 10px;
  border: none;
  width: 100%;
}
.form table select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /* デフォルトの矢印を無効 */
}
.form table select::-ms-expand {
  display: none; /* デフォルトの矢印を無効(IE用) */
}
.form table select {
  background-image: url(assets/img/Shape_down.svg);
  background-position: right 13px center;
  background-repeat: no-repeat;
  background-size: 13px 11px;
  padding-right: 35px;
}
.form table tr.half {
  width: 48%;
  display: inline-block;
}
.form table tr.half1 {
  margin-right: 3%;
}
.form .privacy_policy_check {
  text-align: center;
  margin-top: 7px;
}
.form .privacy_policy_check .wpcf7-list-item {
  margin-left: 0 !important;
}
.form .privacy_policy_check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.form .privacy_policy_check label input {
  margin-right: 14px;
}
.form .privacy_policy_check label p {
  font-size: 1.3rem;
}
.form .privacy_policy_check label p a {
  font-weight: 700;
  color: #02b3ea;
  position: relative;
}
.form .privacy_policy_check label p a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #02b3ea;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.form .pp_text {
  text-align: center;
  font-size: 1rem;
  margin-top: 7px;
  margin-bottom: 3px;
  font-weight: 500;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  line-height: 1;
}
.form .pp_text span {
  color: #02b3ea;
  font-weight: 700;
}
.form .submit {
  text-align: center;
  margin-top: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.form .submit br {
  display: none;
}
.form .submit input {
  cursor: pointer;
  font-size: 1.8rem;
  height: 50px;
  padding: 0 40px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 5rem;
  border-radius: 25px;
  background: #f6b800;
  border: none;
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
.form .submit:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  -webkit-transform: scale(0.99, 0.99) translateY(2px);
          transform: scale(0.99, 0.99) translateY(2px);
  -webkit-animation: none;
          animation: none;
}
.form .wpcf7-spinner {
  display: none;
}

.p-logo-frame {
  display: block;
  overflow: hidden;
}

.logo_slider1 {
  margin-top: 65px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .logo_slider1 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.logo_slider1 .p-logo-slide__wrap:first-child {
  -webkit-animation: slide1 50s -25s linear infinite;
          animation: slide1 50s -25s linear infinite;
}
.logo_slider1 .p-logo-slide__wrap:last-child {
  -webkit-animation: slide2 50s linear infinite;
          animation: slide2 50s linear infinite;
}

.logo_slider2 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .logo_slider2 {
    margin-bottom: 80px;
  }
}
.logo_slider2 .p-logo-slide__wrap:first-child {
  -webkit-animation: slide3 50s -25s linear infinite;
          animation: slide3 50s -25s linear infinite;
}
.logo_slider2 .p-logo-slide__wrap:last-child {
  -webkit-animation: slide4 50s linear infinite;
          animation: slide4 50s linear infinite;
}

.p-logo-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
  height: 78px;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .p-logo-slide {
    height: 45px;
  }
}

.p-logo-slide__wrap {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .p-logo-slide__wrap {
    width: 150%;
  }
}
@media screen and (max-width: 430px) {
  .p-logo-slide__wrap {
    width: 240%;
  }
}

.p-logo-slide__item {
  display: inline-block;
  width: 100%;
  height: 100%;
  list-style: none;
  text-align: center;
}
.p-logo-slide__item img {
  max-width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes slide3 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slide3 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes slide4 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slide4 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.swiper {
  width: 100%;
}
.swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.swiper .swiper-slide {
  width: 217px;
}
@media screen and (max-width: 767.9px) {
  .swiper .swiper-slide {
    width: 125px;
  }
}
.swiper .swiper-slide img {
  width: 100%;
  height: auto;
}

.offer h2 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  font-size: 3.5rem;
  font-weight: 700;
  color: #02b3ea;
  margin-bottom: 4px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .offer h2 {
    font-size: 2rem;
  }
}
.offer h2::before, .offer h2::after {
  content: "";
  width: 18px;
  height: auto;
  aspect-ratio: 18/43;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .offer h2::before, .offer h2::after {
    width: 12px;
  }
}
.offer h2::before {
  background-image: url(assets/img/slash1.webp);
}
.offer h2::after {
  background-image: url(assets/img/slash2.webp);
}
.offer .bg {
  background-image: url(assets/img/bg_offer.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 83px 0 73px;
  background-position: top center;
}
@media screen and (max-width: 767.9px) {
  .offer .bg {
    padding: 60px 0 30px;
  }
}
@media (max-width: 590px) {
  .offer .bg {
    background-image: url(assets/img/bg_offer-sp.webp);
  }
}
.offer .offer_lead {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.68;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .offer .offer_lead {
    font-size: 1.6rem;
    line-height: 2.1875;
  }
}
.offer .offer_lead span {
  background: #f6b800;
  /*font-size: 3.1rem;*/
  font-size: 2.3rem;
  line-height: 5rem;
  display: inline-block;
  padding: 0 14px;
  margin-right: 17px;
  margin-top: 0px;
}
@media screen and (max-width: 767.9px) {
  .offer .offer_lead span {
    display: block;
    font-size: 2.3rem;
    margin: 5px auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 30px;
    line-height: 4.3rem;
  }
}
.offer ul {
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767.9px) {
  .offer ul {
    gap: 0 10px;
  }
}
.offer ul li {
  width: 271px;
  aspect-ratio: 1/1;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  display: grid;
  place-content: center;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .offer ul li {
    width: 154px;
  }
}
.offer ul li p {
  text-align: center;
  position: relative;
  z-index: 2;
}
.offer ul li .small {
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .offer ul li .small {
    font-size: 1.2rem;
    margin-bottom: 8px;
    padding-top: 5px;
  }
}
.offer ul li .main_text {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .offer ul li .main_text {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.offer ul li .price {
  /*font-size: 7rem;*/
  font-size: 3.7rem;
  font-weight: bold;
  color: #f6b800;
  line-height: 1;
	margin-bottom: 8px;
  /*margin-bottom: 17px;*/
  /*margin-left: 13px;*/
}
@media screen and (max-width: 1024px) {
  .offer ul li .price {
    font-size: 4.8rem;
    margin-bottom: 0;
  }
}
.offer ul li .price span {
  font-size: 2.3rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-left: 3px;
}
@media screen and (max-width: 1024px) {
  .offer ul li .price span {
    font-size: 1.4rem;
  }
}
@media (max-width: 590px) {
  .offer ul li:nth-child(1) {
    margin-bottom: -10px;
    margin: 0 20% -10px;
  }
}
.offer ul li:nth-child(1) .main_text {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .offer ul li:nth-child(1) .main_text {
    margin-bottom: 10px;
  }
}
.offer ul li:nth-child(1) .price {
  margin-bottom: 16px;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .offer ul li:nth-child(1) .price {
    font-size: 3.7rem;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 1024px) {
  .offer ul li:nth-child(2) .price {
    font-size: 3.7rem;
    margin-bottom: 8px;
  }
}

.offer ul li:nth-child(1) .price span {
  /*display: block;*/
  margin-top: 8px;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .offer ul li:nth-child(1) .price span {
    margin-top: 4px;
  }
}

.circle_area li {
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 3px 3px 15px;
          box-shadow: rgba(0, 0, 0, 0.08) 3px 3px 15px;
}
.circle_area li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(-45deg, #f2f2f0 50%, white 60%, #f2f2f0 70%);
  background-size: 600% 100%;
  -webkit-animation: shine 20s infinite;
          animation: shine 20s infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.circle_area li:nth-child(2)::before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.circle_area li:nth-child(3)::before {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

@-webkit-keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}

@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
.worries {
  padding: 110px 0 80px;
  margin-bottom: 100px;
  position: relative;
  background: #fff;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .worries {
    padding-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}
.worries::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  bottom: -100px;
  left: 0;
}
@media screen and (max-width: 767.9px) {
  .worries::after {
    height: 50px;
    bottom: -50px;
  }
}
.worries::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  bottom: -99px;
  left: 0;
}
@media screen and (max-width: 767.9px) {
  .worries::before {
    height: 50px;
    bottom: -49px;
  }
}
.worries h2 {
  letter-spacing: 0.08em;
  font-size: 4.5rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 86px;
}
@media screen and (max-width: 767.9px) {
  .worries h2 {
    font-size: 2.4rem;
    margin-bottom: 60px;
  }
}
.worries h2 span {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .worries h2 span {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}
.worries ul {
  gap: 50px 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767.9px) {
  .worries ul {
    gap: 32px 4%;
  }
}
.worries ul li {
  width: 350px;
  background-image: url(assets/img/box.webp);
  background-position: center;
  background-size: cover;
  display: grid;
  place-content: center;
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6538461538;
  letter-spacing: 0.08em;
  padding: 42px 20px 50px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .worries ul li {
    width: 48%;
    font-size: 1.5rem;
    padding: 20px 10px;
    line-height: 1.6;
    min-height: 112px;
  }
}
.worries ul li::after {
  content: "";
  background-image: url(assets/img/check.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 57px;
  height: 60px;
  position: absolute;
  top: -26px;
  right: 10px;
}
@media screen and (max-width: 767.9px) {
  .worries ul li::after {
    width: 36px;
    height: 40px;
    top: -20px;
    right: 0px;
  }
}

.strong_point {
  margin-top: -100px;
  background: #02b3ea;
  padding: 200px 0 160px;
}
@media screen and (max-width: 767.9px) {
  .strong_point {
    margin-top: -50px;
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.strong_point .cont {
  max-width: 1110px;
}
.strong_point h2 {
  text-align: center;
  color: #fff;
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 122px;
  line-height: 1.3;
}
@media screen and (max-width: 767.9px) {
  .strong_point h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 40px;
  }
}
.strong_point h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 4.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 20px;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767.9px) {
  .strong_point h2 span {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.strong_point h2 span::before, .strong_point h2 span::after {
  content: "";
  max-width: 153px;
  width: 13%;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .strong_point h2 span::before, .strong_point h2 span::after {
    width: 11%;
  }
}
@media screen and (max-width: 767.9px) {
  .strong_point h2 span::before, .strong_point h2 span::after {
    width: 40px;
  }
}
.strong_point ul {
  gap: 70px 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .strong_point ul {
    row-gap: 30px;
  }
}
.strong_point ul li {
  width: 350px;
  max-width: 90%;
  background: #fff;
  border-radius: 60px 0 0 0;
  padding: 35px 20px 30px;
}
.strong_point ul li .no {
  color: #fff;
  background: #f6b800;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 0 30px;
  line-height: 3.5rem;
  border-radius: 17px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .strong_point ul li .no {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
.strong_point ul li img {
  display: block;
  margin: -10px auto 16px;
  width: 88%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .strong_point ul li img {
    width: 60%;
  }
}
.strong_point ul li .description {
  min-height: 130px;
  display: grid;
  place-content: center;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.6538461538;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .strong_point ul li .description {
    font-size: 1.6rem;
    min-height: unset;
  }
}
.strong_point ul li:nth-child(2) img {
  margin-left: 30px;
  margin-right: 0;
  margin-top: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 767.9px) {
  .strong_point ul li:nth-child(2) img {
    margin-left: auto;
    margin-right: auto;
  }
}

.cv {
  background-image: url(assets/img/bg_cv.webp);
  background-size: cover;
  padding: 130px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .cv {
    padding: 80px 0;
  }
}
.cv h2 {
  color: #fff;
  letter-spacing: 0.08em;
  font-size: 4rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 68px;
  line-height: 1.3;
}
@media screen and (max-width: 767.9px) {
  .cv h2 {
    font-size: 2.6rem;
    line-height: 1.5;
    margin-bottom: 50px;
  }
}
.cv h2 span {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 28px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .cv h2 span {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
}
.cv .btn {
  margin-left: 34px;
}
@media screen and (max-width: 767.9px) {
  .cv .btn {
    margin-left: 27px;
  }
}
.cv .btn a {
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .cv .btn a {
    font-size: 1.8rem;
    padding: 0 40px 0 45px;
    height: 63px;
    line-height: 6.3rem;
    min-width: 292px;
  }
}
.cv .btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.case {
  background-image: url(assets/img/bg_case.webp);
  background-size: cover;
}
.case .cont {
  max-width: 1210px;
  padding: 160px 0 300px;
}
@media screen and (max-width: 767.9px) {
  .case .cont {
    padding-top: 80px;
    padding-bottom: 200px;
  }
}
.case h2 {
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 117px;
}
@media screen and (max-width: 767.9px) {
  .case h2 {
    font-size: 2.4rem;
    margin-bottom: 60px;
  }
}
.case h2 span {
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 17px;
}
@media screen and (max-width: 767.9px) {
  .case h2 span {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}
.case h2.hikaku {
  margin-bottom: 62px;
}
@media screen and (max-width: 767.9px) {
  .case h2.hikaku {
    margin-bottom: 40px;
  }
}
.case ul {
  gap: 65px;
  margin-bottom: 257px;
}
@media screen and (max-width: 767.9px) {
  .case ul {
    gap: 40px;
    margin-bottom: 150px;
  }
}
.case ul li {
  margin-right: 9%;
  width: 100%;
  padding: 35px 45px 42px 15px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 6px 5px 10px;
          box-shadow: rgba(0, 0, 0, 0.08) 6px 5px 10px;
}
@media screen and (max-width: 767.9px) {
  .case ul li {
    padding: 30px 20px;
    margin-right: 0;
  }
}
.case ul .left {
  width: 273px;
}
@media screen and (max-width: 767.9px) {
  .case ul .left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
.case ul .left img {
  display: block;
  width: 74.3%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767.9px) {
  .case ul .left img {
    width: 127px;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .case ul .left div {
    width: 50%;
  }
}
.case ul .left p {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .case ul .left p {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.case ul .left .name {
  margin-left: 40px;
  margin-bottom: 20px;
}
.case ul .left .name span {
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  .case ul .left .name {
    margin-left: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .case ul .left .name span {
    display: none;
  }
}
.case ul .left .ideal {
  text-align: center;
}
.case ul .left .ideal span {
  color: #fff;
  font-size: 1.4rem;
  padding: 0 16px;
  border-radius: 14px;
  line-height: 2.6rem;
  padding-bottom: 2px;
  display: inline-block;
  margin-right: 10px;
  background: #656565;
}
@media screen and (max-width: 767.9px) {
  .case ul .left .ideal span {
    font-size: 1.2rem;
    line-height: 2rem;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 5px;
  }
}
.case ul .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 14px;
}
@media screen and (max-width: 767.9px) {
  .case ul .right {
    width: 100%;
    padding: 0;
  }
}
.case ul .right .comment {
  margin-top: 10px;
  background: #02b3ea;
  border-radius: 15px;
  padding: 21px 20px 18px 44px;
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .case ul .right .comment {
    font-size: 2rem;
    padding: 12px 20px;
    margin-top: 0;
  }
}
.case ul .right .comment span {
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  display: block;
  margin-bottom: -3px;
}
@media screen and (max-width: 767.9px) {
  .case ul .right .comment span {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.case ul .right .comment::before {
  content: "";
  background: #02b3ea;
  width: 14px;
  height: 22px;
  -webkit-clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
          clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -13px;
}
@media screen and (max-width: 767.9px) {
  .case ul .right .comment::before {
    width: 14px;
    height: 10px;
    left: 18%;
    top: -4px;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
}
.case ul .right .before_after {
  margin-left: 7px;
  gap: 5%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .case ul .right .before_after {
    row-gap: 50px;
    margin-left: 0;
  }
}
.case ul .right .before_after .wrap {
  width: 47%;
  position: relative;
  padding: 35px 10px 30px 25px;
  background: #f8f8f8;
}
@media screen and (max-width: 1024px) {
  .case ul .right .before_after .wrap {
    width: 100%;
    padding: 20px;
    padding-top: 25px;
  }
}
.case ul .right .before_after .wrap p.upper {
  position: absolute;
  top: -16px;
  left: 25px;
  font-size: 2.7rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #02b3ea;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .case ul .right .before_after .wrap p.upper {
    font-size: 2rem;
    top: -10px;
  }
}
.case ul .right .before_after .wrap .description {
  color: #787979;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media screen and (max-width: 767.9px) {
  .case ul .right .before_after .wrap .description {
    font-size: 1.5rem;
  }
}
.case ul .right .before_after .after {
  background: #fffbf2;
}
.case ul .right .before_after .after p.upper {
  color: #f6b800;
}
.case ul .right .before_after .before {
  position: relative;
}
.case ul .right .before_after .before::after {
  content: "";
  width: 10px;
  height: 20px;
  background: #797a7a;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  right: -27px;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .case ul .right .before_after .before::after {
    width: 20px;
    height: 10px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
            clip-path: polygon(0 0, 100% 0%, 50% 100%);
    right: 48%;
    top: auto;
    bottom: -25px;
  }
}
.case ul li:nth-child(2n) {
  margin-left: 9%;
  margin-right: 0;
}
@media screen and (max-width: 767.9px) {
  .case ul li:nth-child(2n) {
    margin-left: 0;
  }
}
.case .comparison {
  background: #fff;
  border-radius: 60px 0 0 0;
  padding: 45px 50px 56px;
}
@media screen and (max-width: 767.9px) {
  .case .comparison {
    padding: 30px;
  }
}
.case .comparison table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.case .comparison table tr th {
  width: 250px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .case .comparison table tr th {
    width: 180px;
  }
}
.case .comparison table .head td {
  width: 250px;
}
@media screen and (max-width: 767.9px) {
  .case .comparison table .head td {
    width: 180px;
  }
}
.case .comparison table .head th {
  display: inline-block;
  border-radius: 15px 15px 0 0;
  background: #afbfc8;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 23px 20px 20px;
  width: 250px;
  height: 60px;
  margin-right: 9px;
}
@media screen and (max-width: 767.9px) {
  .case .comparison table .head th {
    font-size: 1.6rem;
    width: 200px;
    height: 50px;
    padding: 17px 20px;
  }
}
.case .comparison table .head .main {
  background: #02b3ea;
  padding: 30px 34px;
  width: 330px;
  height: 120px;
}
@media screen and (max-width: 767.9px) {
  .case .comparison table .head .main {
    width: 260px;
    padding: 15px 30px;
    height: 90px;
  }
}
.case .comparison table .head .main img {
  width: 100%;
}
.case .comparison table .detail {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.case .comparison table .detail th {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 40px 23px 39px;
  text-align: left;
}
@media screen and (max-width: 767.9px) {
  .case .comparison table .detail th {
    font-size: 1.5rem;
    padding: 30px 20px;
  }
}
.case .comparison table .detail th,
.case .comparison table .detail td {
  height: auto;
}
.case .comparison table .detail td {
  width: 250px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-right: 9px;
  text-align: center;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767.9px) {
  .case .comparison table .detail td {
    font-size: 2rem;
    font-size: 1.5rem;
    width: 200px;
  }
}
.case .comparison table .detail .main {
  width: 330px;
  font-size: 2.5rem;
  color: #02b3ea;
  border-left: solid 4px #02b3ea;
  border-right: solid 4px #02b3ea;
}
@media screen and (max-width: 767.9px) {
  .case .comparison table .detail .main {
    width: 260px;
    font-size: 1.6rem;
  }
}
.case .comparison table .r1 .main,
.case .comparison table .r3 .main,
.case .comparison table .r5 .main {
  background: #e0f3fb;
}
.case .comparison table .r1 th,
.case .comparison table .r1 td,
.case .comparison table .r3 th,
.case .comparison table .r3 td,
.case .comparison table .r5 th,
.case .comparison table .r5 td {
  background: #f4f6f9;
  line-height: 1;
}
.case .comparison table .r1 p,
.case .comparison table .r3 p,
.case .comparison table .r5 p {
  line-height: 1;
}
.case .comparison table .r4 img {
  width: 23px;
}
.case .comparison table .r4 .main img {
  width: 25px;
}
.case .comparison table .r4 td:nth-child(2) img {
  width: 27px;
}
.case .comparison table .r5 img {
  width: 18px;
}
.case .comparison table .r5 .main {
  border-bottom: solid 4px #02b3ea;
}
.case .comparison table .r5 .main img {
  width: 29px;
}
.case .comparison table .r1 th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case .comparison table .r1 .main {
  padding: 15px 20px 18px;
}
.case .comparison table .r1 .main .balloon {
  color: #fff;
  background: #f6b800;
  position: relative;
  border-radius: 17px;
  line-height: 3.5rem;
  width: 180px;
  text-align: center;
  margin: 0 auto 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.9px) {
  .case .comparison table .r1 .main .balloon {
    line-height: 3rem;
    border-radius: 15px;
  }
}
.case .comparison table .r1 .main .balloon::after {
  content: "";
  width: 10px;
  height: 7px;
  background: #f6b800;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0%);
          clip-path: polygon(0 0, 50% 100%, 100% 0%);
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.case .comparison table .r1 .main .top {
  margin-left: 33px;
}
@media screen and (max-width: 767.9px) {
  .case .comparison table .r1 .main .top {
    margin-left: 0px;
  }
}
.case .comparison table .r1 .main .arial {
  font-size: 4.2rem;
}
@media screen and (max-width: 767.9px) {
  .case .comparison table .r1 .main .arial {
    font-size: 2.8rem;
  }
}
.case .comparison table .r1 .main .plus {
  font-size: 1.8rem;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: -5px;
}
@media screen and (max-width: 767.9px) {
  .case .comparison table .r1 .main .plus {
    font-size: 1.5rem;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.case .comparison table .r1 .main .bottom {
  margin-left: 10px;
}
@media screen and (max-width: 767.9px) {
  .case .comparison table .r1 .main .bottom {
    margin-left: 0;
  }
}

.plan {
  margin-top: -130px;
  position: relative;
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .plan {
    margin-top: -100px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.plan::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  padding-top: 130px;
  margin-left: -34.6%;
  margin-right: -34.6%;
  padding-left: 34.6%;
  padding-right: 34.6%;
  background: rgb(1, 94, 234);
  background: linear-gradient(287deg, rgb(1, 94, 234) 0%, rgb(0, 192, 250) 100%);
}
@media screen and (max-width: 767.9px) {
  .plan::after {
    margin-left: -100%;
    margin-right: -100%;
    padding-left: 100%;
    padding-right: 100%;
    padding-top: 10px;
  }
}
.plan .cont {
  max-width: 1030px;
  position: relative;
  z-index: 2;
}
.plan .gentei {
  position: absolute;
  color: #fff;
  width: 164px;
  height: 162px;
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  top: -97px;
  right: -54px;
  padding-top: 50px;
  z-index: 2;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .plan .gentei {
    width: 100px;
    height: 100px;
    font-size: 2rem;
    padding-top: 30px;
    top: -60px;
    right: -20px;
  }
}
.plan .gentei span {
  font-size: 3.4rem;
}
@media screen and (max-width: 767.9px) {
  .plan .gentei span {
    font-size: 2.2rem;
  }
}
.plan .gentei::before {
  content: "";
  background-image: url(assets/img/gentei.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: 10s linear infinite rotation1;
          animation: 10s linear infinite rotation1;
}
@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.plan h2 {
  font-size: 4.5rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 105px;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .plan h2 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.plan ul {
  margin-bottom: 20px;
}
.plan ul li {
  /*width: 48.8%;*/
  width: 100%;
  position: relative;
  padding: 60px 5% 55px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 6px 5px 10px;
          box-shadow: rgba(0, 0, 0, 0.1) 6px 5px 10px;
}
@media screen and (max-width: 767.9px) {
  .plan ul li {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.plan ul li h3 {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.08em;
  margin-bottom: 45px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .plan ul li h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.plan ul li .touroku {
  color: #fff;
  width: 160px;
  margin: 0 auto 16px;
  border-radius: 17px;
  line-height: 3.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .plan ul li .touroku {
    font-size: 1.4rem;
    line-height: 2.6rem;
    border-radius: 13px;
    padding: 0 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.plan ul li .price {
  text-align: center;
  letter-spacing: 0.03em;
  font-size: 7.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  margin-left: 26px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .plan ul li .price {
    font-size: 5rem;
    margin-bottom: 30px;
  }
}
.plan ul li .price span {
  font-size: 2.5rem;
  margin-left: 4px;
}
@media screen and (max-width: 1024px) {
  .plan ul li .price span {
    font-size: 1.8rem;
  }
}
.plan ul li table {
  border-top: 1px solid #f1f1f1;
  width: 100%;
}
.plan ul li table tr {
  border-bottom: 1px solid #f1f1f1;
  padding: 27px 18px 22px 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .plan ul li table tr {
    padding: 20px 10px;
  }
}
.plan ul li table th,
.plan ul li table td {
  width: 50%;
}
.plan ul li table th {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .plan ul li table th {
    font-size: 1.4rem;
  }
}
.plan ul li table td {
  text-align: right;
  font-size: 3.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .plan ul li table td {
    font-size: 2rem;
  }
}
.plan ul li table td span {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .plan ul li table td span {
    font-size: 1.4rem;
  }
}
.plan ul li table tr:nth-child(2) {
  padding-right: 0;
}
.plan ul li::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  height: 18px;
  border-radius: 0 0 10px 10px;
}
.plan ul li:nth-child(1) {
  margin-top: 29px;
}
@media screen and (max-width: 767.9px) {
  .plan ul li:nth-child(1) {
    margin-top: 0;
    margin-bottom: 80px;
  }
}
.plan ul li:nth-child(1)::before,
.plan ul li:nth-child(1) .touroku {
  background: #02b3ea;
}
.plan ul li:nth-child(1) .price span {
  margin-left: 2px;
}
.plan ul li:nth-child(1) .price {
  margin-left: 20px;
}
.plan ul li:nth-child(2)::before,
.plan ul li:nth-child(2) .touroku {
  background: #f6b800;
}
.plan .note {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  margin-left: 15px;
}
@media screen and (max-width: 767.9px) {
  .plan .note {
    font-size: 1.4rem;
  }
}

.reasons {
  overflow: hidden;
}
.reasons .cont {
  max-width: 1110px;
}
.reasons .reasons_top {
  background: #f4f6f9;
  padding-top: 115px;
  padding-bottom: 290px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  margin-left: -40%;
  margin-right: -40%;
  padding-left: 40%;
  padding-right: 40%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 6px 5px 20px;
          box-shadow: rgba(0, 0, 0, 0.08) 6px 5px 20px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_top {
    padding-top: 80px;
    padding-bottom: 150px;
    margin-left: -150%;
    margin-right: -150%;
    padding-left: 150%;
    padding-right: 150%;
  }
}
.reasons .reasons_top h2 {
  font-size: 6rem;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: 900;
  margin-bottom: 55px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_top h2 {
    font-size: 4rem;
    margin-bottom: 40px;
  }
}
.reasons .reasons_top h2 img {
  display: block;
  margin: 0 auto 14px;
  width: 317px;
  padding-left: 28px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_top h2 img {
    padding-left: 0;
    width: 220px;
  }
}
.reasons .reasons_top .reasons_lead {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.7857142857;
  letter-spacing: 0.08em;
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_top .reasons_lead {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 60px;
  }
}
.reasons .reasons_top .reasons_lead span {
  font-size: 2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_top .reasons_lead span {
    font-size: 1.4rem;
  }
}
.reasons .reasons_top .mock {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 33px;
  margin-bottom: 110px;
}
.reasons .reasons_top .mock img {
  width: 42%;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_top .mock img {
    width: 100%;
    max-width: 300px;
  }
}
.reasons .reasons_top .user {
  background: #fff;
  position: relative;
  padding: 85px 50px 50px 42px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.02) 6px 5px 10px;
          box-shadow: rgba(0, 0, 0, 0.02) 6px 5px 10px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_top .user {
    padding: 70px 20px 30px;
  }
}
.reasons .reasons_top .user h3 {
  position: absolute;
  background: #e0f3fb;
  width: 90%;
  text-align: center;
  height: 70px;
  line-height: 7rem;
  border-radius: 35px;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_top .user h3 {
    font-size: 2rem;
    line-height: 5rem;
    border-radius: 25px;
    top: -25px;
    height: 50px;
  }
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_top .user .flex-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
  }
}
.reasons .reasons_top .user .flex-top h4 {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_top .user .flex-top h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.reasons .reasons_top .user .flex-top .item1 {
  width: 34%;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_top .user .flex-top .item1 {
    width: 100%;
    max-width: 300px;
  }
}
.reasons .reasons_top .user .flex-top .item1 img {
  width: 88%;
  margin-top: 21px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_top .user .flex-top .item1 img {
    margin-top: 0;
  }
}
.reasons .reasons_top .user .flex-top .item2 {
  width: 37%;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_top .user .flex-top .item2 {
    width: 100%;
    max-width: 300px;
  }
}
.reasons .reasons_top .user .flex-top .item2 img {
  display: block;
  padding: 0 29px 0 4px;
  border-right: solid 1px #eeeeee;
  border-left: solid 1px #eeeeee;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_top .user .flex-top .item2 img {
    border: none;
  }
}
.reasons .reasons_top .user .flex-top .item3 {
  width: 29%;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_top .user .flex-top .item3 {
    width: 100%;
    max-width: 300px;
  }
}
.reasons .reasons_top .user .flex-top .item3 h4 {
  margin-bottom: 75px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_top .user .flex-top .item3 h4 {
    margin-bottom: 20px;
  }
}
.reasons .reasons_top .user .flex-top .item3 img {
  width: 90%;
  margin-top: 21px;
  display: block;
  margin-left: 28px;
  margin-right: 28px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_top .user .flex-top .item3 img {
    width: 75%;
  }
}
.reasons .reasons_bottom {
  margin-top: -220px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_bottom {
    margin-top: -60px;
    padding-bottom: 80px;
  }
}
.reasons .reasons_bottom .bg {
  background-image: url(assets/img/bg_reasons.webp);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.reasons .reasons_bottom img {
  position: absolute;
  z-index: 2;
}
.reasons .reasons_bottom .img1 {
  width: 189px;
  right: -84px;
  top: 15px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_bottom .img1 {
    width: 100px;
    right: -60px;
  }
}
.reasons .reasons_bottom .img2 {
  width: 302px;
  right: -101px;
  top: -175px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_bottom .img2 {
    width: 120px;
    left: -50px;
    top: -20px;
  }
}
.reasons .reasons_bottom .img3 {
  width: 317px;
  left: -79px;
  top: 515px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_bottom .img3 {
    display: none;
  }
}
.reasons .reasons_bottom .img4 {
  width: 212px;
  right: -50px;
  top: 982px;
}
@media screen and (max-width: 1024px) {
  .reasons .reasons_bottom .img4 {
    top: 1000px;
    right: -80px;
  }
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_bottom .img4 {
    display: none;
  }
}
.reasons .reasons_bottom .img5 {
  width: 312px;
  right: 16.4%;
  top: 1175px;
}
@media screen and (max-width: 1024px) {
  .reasons .reasons_bottom .img5 {
    width: 200px;
    right: 5%;
    top: auto;
    bottom: 600px;
  }
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_bottom .img5 {
    display: none;
  }
}
.reasons .reasons_bottom .img6 {
  width: 189px;
  left: -95px;
  bottom: 12px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_bottom .img6 {
    width: 100px;
    left: auto;
    right: -40px;
    bottom: -20px;
  }
}
.reasons .reasons_bottom .cont {
  max-width: 1100px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_bottom .cont {
    width: 100%;
  }
}
.reasons .reasons_bottom .reason_content {
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 620px;
  height: auto;
  max-width: 90%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .reasons .reasons_bottom .reason_content {
    display: grid;
    place-content: center;
  }
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_bottom .reason_content {
    width: 58%;
    min-width: 320px;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.reasons .reasons_bottom .reason_content * {
  text-align: center;
  color: #fff;
}
.reasons .reasons_bottom .reason_content .no {
  font-size: 6rem;
  font-weight: bold;
  padding-top: 93px;
  line-height: 1;
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .reasons .reasons_bottom .reason_content .no {
    padding-top: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_bottom .reason_content .no {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
.reasons .reasons_bottom .reason_content .no span {
  font-weight: 400;
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_bottom .reason_content .no span {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.reasons .reasons_bottom .reason_content h3 {
  font-size: 4.5rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 38px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_bottom .reason_content h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.reasons .reasons_bottom .reason_content .description {
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  line-height: 2.0454545455;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_bottom .reason_content .description {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .reasons .reasons_bottom .reason_content .description br {
    display: none;
  }
}
.reasons .reasons_bottom .reason1 {
  background: #02b3ea;
}
.reasons .reasons_bottom .reason2 {
  background: #50c2f9;
  margin-left: auto;
  margin-right: 0;
  margin-top: -153px;
}
@media (max-width: 1100px) {
  .reasons .reasons_bottom .reason2 {
    margin-top: 0px;
  }
}
.reasons .reasons_bottom .reason3 {
  background: #93d9f8;
  margin-top: -168px;
}
@media (max-width: 1100px) {
  .reasons .reasons_bottom .reason3 {
    margin-top: 0px;
  }
}
.reasons .reasons_bottom .reasons_conclusion {
  margin-top: 96px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.8928571429;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons_bottom .reasons_conclusion {
    font-size: 1.6rem;
    width: 86.3%;
    margin: 60px auto 0;
    text-align: left;
  }
}
.reasons .reasons_bottom .reasons_conclusion span {
  color: #02b3ea;
  font-weight: 900;
}

.flow {
  padding: 88px 0 120px;
  background: rgb(11, 186, 251);
  background: linear-gradient(150deg, rgb(11, 186, 251) 0%, rgb(66, 133, 236) 100%);
}
@media screen and (max-width: 767.9px) {
  .flow {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.flow h2 {
  color: #fff;
  font-size: 4.5rem;
  letter-spacing: 0.08em;
  margin-bottom: 76px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .flow h2 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.flow ol {
  margin-right: calc(50% - 50vw);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 31px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .flow ol {
    gap: 25px;
  }
}
.flow ol::before {
  content: "";
  height: calc(100% - 200px);
  width: 1px;
  background: rgb(13, 170, 250);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(13, 170, 250)), to(rgb(181, 229, 247)));
  background: linear-gradient(0deg, rgb(13, 170, 250) 0%, rgb(181, 229, 247) 100%);
  position: absolute;
  top: 100px;
  left: 90px;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .flow ol::before {
    left: 50px;
  }
}
.flow ol li {
  background: #fff;
  border-radius: 60px 0 0 0;
  padding: 20px 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .flow ol li {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px 0 0 0;
  }
}
.flow ol li .no {
  color: #fff;
  border-radius: 50%;
  font-size: 3.5rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  display: grid;
  place-content: center;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .flow ol li .no {
    font-size: 2.8rem;
    width: 60px;
    height: 60px;
  }
}
.flow ol li .no span {
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .flow ol li .no span {
    font-size: 1.1rem;
  }
}
.flow ol li h3 {
  padding-left: 57px;
  width: 295px;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .flow ol li h3 {
    font-size: 1.8rem;
    padding-left: 20px;
    width: auto;
  }
}
.flow ol li .description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  color: #595959;
  line-height: 1.9444444444;
  letter-spacing: 0.02em;
  max-width: 630px;
}
@media screen and (max-width: 767.9px) {
  .flow ol li .description {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-top: 10px;
    line-height: 1.8;
    font-size: 1.5rem;
  }
}
.flow ol li:nth-child(1) .no {
  background: #b5e5f7;
}
.flow ol li:nth-child(2) .no {
  background: #93d9f8;
}
.flow ol li:nth-child(3) .no {
  background: #50c2f9;
}
.flow ol li:nth-child(4) .no {
  background: #0daafa;
}

.faq {
  padding-top: 120px;
  padding-bottom: 180px;
}
@media screen and (max-width: 767.9px) {
  .faq {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.faq .cont {
  max-width: 1000px;
}
.faq h2 {
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 80px;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .faq h2 {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
}
.faq ul {
  gap: 27px;
}
.faq ul li {
  width: 100%;
  background: #edf7fc;
  border-radius: 10px;
  padding: 40px 80px 40px 55px;
}
@media screen and (max-width: 767.9px) {
  .faq ul li {
    padding: 25px 50px 25px 30px;
  }
}
.faq ul .arial {
  width: 70px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .faq ul .arial {
    font-size: 2.2rem;
    width: 40px;
    margin-top: 3px;
  }
}
.faq ul p {
  letter-spacing: 0.08em;
}
.faq ul .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq ul .title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  cursor: pointer;
}
.faq ul .title::after {
  content: "";
  width: 20px;
  height: 12px;
  background-image: url(assets/img/fill_b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: -47px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767.9px) {
  .faq ul .title::after {
    width: 12px;
    height: 8px;
    right: -28px;
  }
}
.faq ul .title .arial {
  color: #02b3ea;
}
.faq ul .title .detail {
  color: #02b3ea;
  font-size: 2.3rem;
  line-height: 1.5652173913;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .faq ul .title .detail {
    font-size: 1.6rem;
  }
}
.faq ul .title.close::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq ul .box {
  padding-top: 36px;
}
@media screen and (max-width: 767.9px) {
  .faq ul .box {
    padding-top: 20px;
  }
}
.faq ul .box .detail {
  color: #595959;
  font-size: 2rem;
  line-height: 1.85;
}
@media screen and (max-width: 767.9px) {
  .faq ul .box .detail {
    font-size: 1.5rem;
  }
}
.faq ul li:nth-child(n+2) .box {
  display: none;
}

.contact {
  background: #02b3ea;
  padding: 170px 0 130px;
}
@media screen and (max-width: 767.9px) {
  .contact {
    padding: 80px 0;
  }
}
.contact .cont {
  max-width: 1000px;
}
.contact h2 {
  color: #fff;
  font-size: 6rem;
  letter-spacing: 0.08em;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .contact h2 {
    font-size: 3rem;
    line-height: 1.4;
  }
}
.contact .contact_description {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 54px;
}
@media screen and (max-width: 767.9px) {
  .contact .contact_description {
    font-size: 1.6rem;
    margin-bottom: 40px;
    text-align: left;
  }
}
.contact .form_wrap {
  background: #fff;
  border-radius: 10px;
  padding: 44px 11%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 6px 5px 10px;
          box-shadow: rgba(0, 0, 0, 0.15) 6px 5px 10px;
}
@media screen and (max-width: 767.9px) {
  .contact .form_wrap {
    padding: 30px 20px;
  }
}
.contact .form table tr {
  margin-bottom: 8px;
}
@media screen and (max-width: 767.9px) {
  .contact .form table tr {
    margin-bottom: 20px;
  }
}
.contact .form table th {
  font-size: 2.8rem;
  margin-bottom: 6px;
}
@media screen and (max-width: 767.9px) {
  .contact .form table th {
    font-size: 1.8rem;
    margin-bottom: 4px;
  }
}
.contact .form table th .check {
  font-size: 2rem;
  background: #02b3ea;
  line-height: 1;
  padding: 4px 10px 6px;
  color: #fff;
  margin-left: 10px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 767.9px) {
  .contact .form table th .check {
    font-size: 1.4rem;
  }
}
.contact .form table input,
.contact .form table select {
  height: 75px;
  font-size: 1.8rem;
  padding: 10px 20px;
}
@media screen and (max-width: 767.9px) {
  .contact .form table input,
  .contact .form table select {
    font-size: 1.6rem;
    height: 50px;
  }
}
.contact .form table select {
  background-size: 26px 24px;
  background-position: right 30px center;
}
@media screen and (max-width: 767.9px) {
  .contact .form table select {
    background-size: 18px 20px;
    background-position: right 20px center;
  }
}
.contact .form .privacy_policy_check {
  margin-top: 18px;
}
.contact .form .privacy_policy_check input {
  width: 22px;
  height: 22px;
  margin-top: 6px;
  margin-right: 30px;
}
@media screen and (max-width: 767.9px) {
  .contact .form .privacy_policy_check input {
    width: 15px;
    height: 15px;
    margin-top: 5px;
    margin-right: 10px;
  }
}
.contact .form .privacy_policy_check label p {
  font-size: 2.8rem;
}
@media screen and (max-width: 767.9px) {
  .contact .form .privacy_policy_check label p {
    font-size: 1.5rem;
  }
}
.contact .form .privacy_policy_check .pp_text {
  font-size: 1.9rem;
  margin-top: 14px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .contact .form .privacy_policy_check .pp_text {
    font-size: 1.2rem;
  }
}
.contact .form .submit {
  margin-top: 46px;
}
@media screen and (max-width: 767.9px) {
  .contact .form .submit {
    margin-top: 30px;
  }
}
.contact .form .submit input {
  font-size: 3rem;
  height: 106px;
  width: 598px;
  max-width: 100%;
  padding: 0;
  text-align: center;
  border-radius: 53px;
}
@media screen and (max-width: 767.9px) {
  .contact .form .submit input {
    font-size: 1.8rem;
    height: 70px;
    border-radius: 35px;
  }
}

#pp {
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  #pp {
    padding-top: 80px;
  }
}

.privacypolicy_cont {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 6px 5px 10px;
          box-shadow: rgba(0, 0, 0, 0.15) 6px 5px 10px;
  background: #fff;
  width: 100%;
  -webkit-font-feature-settings: unset;
          font-feature-settings: unset;
}
.privacypolicy_cont div {
  height: 360px;
  width: 100%;
  padding: 40px 35px;
  padding-right: 20px;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 12px solid #fff;
}
@media screen and (max-width: 767.9px) {
  .privacypolicy_cont div {
    padding: 30px 6px 30px 20px;
  }
}
.privacypolicy_cont div::-webkit-scrollbar {
  width: 15px;
}
@media screen and (max-width: 767.9px) {
  .privacypolicy_cont div::-webkit-scrollbar {
    width: 7px;
  }
}
.privacypolicy_cont div::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #d1d1d1;
}
.privacypolicy_cont div::-webkit-scrollbar-track {
  margin: 17px;
}
@media screen and (max-width: 767.9px) {
  .privacypolicy_cont div::-webkit-scrollbar-track {
    margin: 10px;
  }
}
.privacypolicy_cont div p,
.privacypolicy_cont div li {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 400;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767.9px) {
  .privacypolicy_cont div p,
  .privacypolicy_cont div li {
    font-size: 1.5rem;
  }
}
.privacypolicy_cont div h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #02b3ea;
  font-weight: 700;
  text-align: left;
  margin-bottom: 5px;
}
@media screen and (max-width: 767.9px) {
  .privacypolicy_cont div h2 {
    font-size: 1.8rem;
  }
}
.privacypolicy_cont div h3 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767.9px) {
  .privacypolicy_cont div h3 {
    font-size: 1.5rem;
  }
}
.privacypolicy_cont div ol li {
  list-style: decimal;
  margin-left: 34px;
}
@media screen and (max-width: 767.9px) {
  .privacypolicy_cont div ol li {
    margin-left: 20px;
  }
}

.footer {
  padding: 40px 0 30px;
}
.footer .cont {
  max-width: 1200px;
}
.footer .left {
  padding-left: 49px;
  width: 351px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .footer .left {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.footer .left .f_logo {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .footer .left .f_logo {
    max-width: 350px;
    width: 70%;
    margin: 0 auto;
  }
}
.footer .left a {
  display: block;
}
.footer .left a img {
  width: 100%;
}
.footer .left small {
  font-size: 1.3rem;
  font-weight: 400;
  color: #565758;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .footer .left small {
    text-align: center;
    display: block;
  }
}
.footer .right {
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .footer .right {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.9px) {
  .footer .right .flex-top {
    -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;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .right .header_tel {
  margin-top: 6px;
}
.footer .right .right_bottom {
  margin-top: 12px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .footer .right .right_bottom {
    text-align: center;
  }
}
.footer .right .right_bottom a {
  display: inline-block;
  margin-left: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .footer .right .right_bottom a {
    font-size: 1.4rem;
  }
}
.footer .right .right_bottom a:nth-child(1) {
  margin-left: 0;
}

/* fadeUp */
.fade {
  opacity: 0;
}

.fade.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */