@charset "UTF-8";
/*
Theme Name:MEO対策代行サービス
Theme URI: https://
Description: MEO対策代行サービスオリジナルテーマ
Author: Arase
Author URI:
Version: 1.0.0

*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.6;
}

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: #151b1e;
  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;
}

.thank-you h2{
	padding-top:20%;
	font-size:5rem;
}

.thank-you .cont p{
	padding-top:5%;
	padding-bottom:20%;
	font-size:2rem;
}

@media screen and (max-width: 767.9px) {
.thank-you h2{
	padding-top:28%;
	font-size:2.5rem;
}

.thank-you .cont p{
	padding-top:5%;
	padding-bottom:20%;
	font-size:1.5rem;
}
.thank-you .cont p span{
	font-size:1.8rem;
}
  }
}


@-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%); /*縦軸の終わりの位置*/
  }
}
main {
  background: #fafafa;
}

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

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

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

.work_suns {
  font-family: "Work Sans", "Arial", "ヒラギノ角ゴシック", "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: #151b1e;
  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: 115px;
    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: 186px;
    height: 100%;
    display: grid;
    place-content: center;
  }
  .header h1 a {
    display: block;
  }
  .header h1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header .header__inner {
    padding: 0 42px;
    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: 28px;
    margin-right: 29px;
  }
  .header .gnav li a {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2;
  }
}
.header_btn a {
  font-size: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 27px;
  padding: 19px 37px 20px;
  line-height: 1;
}

.btn a {
  color: #fff;
  background: #0071fd;
  font-weight: 700;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
}
.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;
  background: #ff6676;
  -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: #0071fd;
  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;
  }
}

@media screen and (max-width: 1249.9px) {
  .header {
    height: 80px;
    top: 0;
    display: block;
    width: 100%;
    z-index: 11;
    position: fixed;
    background: #fff;
  }
  .header h1 {
    width: 120px;
  }
  .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: 12px 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: 100vh;
    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 {
    padding-right: 0;
    padding-top: 80px;
    padding-left: 40px;
    padding-bottom: 24px;
    padding-right: 40px;
  }
  .header .gnav ul {
    display: block;
    margin-bottom: 50px;
  }
  .header .gnav ul li {
    margin-bottom: 30px;
    border-bottom: solid 1px #151b1e;
    padding-bottom: 5px;
  }
  .header .gnav ul li a {
    display: block;
    font-size: 1.8rem;
    line-height: 2;
  }
  .header .header_btn {
    padding-bottom: 40px;
  }
  .header .header_btn a {
    margin: 0 auto;
    width: 300px;
    padding: 20px 20px;
    font-size: 2rem;
    border-radius: 45px;
    text-align: center;
  }
  .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: 20px;
    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: 18px;
  }
}
@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: 30px;
    height: 2px;
    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: 32px;
  }
  .hamburger.active span::before {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 32px;
  }
  .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: 115px;
  height: calc(80vh - 115px);
  background: #fff;
  position: relative;
  min-height: 600px;
}
  /*宮本　height: calc(100vh - 115px);→height: calc(80vh - 115px);に変更*/

@media screen and (max-width: 767.9px) {
  .top_mv {
    height: calc(100dvh - 210px);
    margin-top: 80px;
    min-height: 446px;
  }
}
.top_mv .main_visual {
  width: 100%;
  height: 100%;
  -o-object-position: center top;
     object-position: center top;
  position: absolute;
  top: 60px;
  left: 0;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 767.9px) {
  .top_mv .main_visual {
    top: 0;
    -o-object-position: right bottom;
       object-position: right bottom;
    max-width: 375px;
    -o-object-fit: contain;
       object-fit: contain;
    right: 0;
    left: auto;
  }
}
.top_mv .cont {
  max-width: 1130px;
  padding-top: 67px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .top_mv .cont {
    padding-top: 30px;
  }
}
.top_mv .top_lead p {
  color: #0071fd;
  font-size: 3rem;
  padding: 6px 22px 0px;
  letter-spacing: 0.12em;
  border: solid 3px #0071fd;
  margin-bottom: 16px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.9px) {
  .top_mv .top_lead p {
    font-size: 1.6rem;
    padding: 3px 15px;
    border-width: 2px;
  }
}
.top_mv .top_lead h2 {
  font-size: 5.5rem;
  line-height: 1.3636363636;
  font-weight: bold;
  margin-bottom: 85px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.9px) {
  .top_mv .top_lead h2 {
    font-size: 2.6rem;
    margin-bottom: 25px;
    line-height: 1.6;
  }
}
.top_mv .top_lead img {
  width: 483px;
  margin-left: 14px;
}
@media screen and (max-width: 767.9px) {
  .top_mv .top_lead img {
    display: none;
  }
}

.shadow {
  -webkit-box-shadow: rgba(0, 113, 253, 0.08) 0px 4px 54px;
          box-shadow: rgba(0, 113, 253, 0.08) 0px 4px 54px;
}

.bg_clip {
  margin-bottom: 100px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .bg_clip {
    padding-bottom: 30px;
  }
}
.bg_clip::after {
  content: "";
  position: absolute;
  background: #fafafa;
  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) {
  .bg_clip::after {
    height: 50px;
    bottom: -50px;
  }
}
.bg_clip::before {
  content: "";
  position: absolute;
  background: #fafafa;
  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) {
  .bg_clip::before {
    height: 50px;
    bottom: -49px;
  }
}

.pink {
  background: #ff6676;
  color: #fff;
}

.cv {
  background-image: url(assets/img/cv_bg.webp);
  background-size: cover;
  padding: 80px 0 108px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .cv {
    padding: 70px 0;
  }
}
.cv h2 {
  color: #fff;
  letter-spacing: 0.08em;
  font-size: 3.6rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 57px;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .cv h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767.9px) {
  .cv h2 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 50px;
    font-weight: 600;
  }
}
.cv h2 span {
  font-size: 2rem;
  display: block;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.9px) {
  .cv h2 span {
    font-size: 1.4rem;
  }
}
.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 30px 0 30px;
    height: 63px;
    line-height: 6.3rem;
    min-width: 292px;
  }
}
.cv .btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn2 a {
  font-size: 2rem;
  height: 68px;
  padding: 0 75px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 6.9rem;
  border-radius: 40px;
  position: relative;
  letter-spacing: 0.05em;
  -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: -43px;
  left: -37px;
  background: #0071fd;
  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: #0071fd;
  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;
}

.updown {
  -webkit-animation-name: updown1;
          animation-name: updown1;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  65% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  65% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.service_detail {
  position: relative;
  background: rgb(41, 49, 53);
  background: linear-gradient(37deg, rgb(41, 49, 53) 0%, rgb(21, 27, 30) 100%);
  padding: 55px 0 50px;
}
@media screen and (max-width: 767.9px) {
  .service_detail {
    padding-bottom: 30px;
  }
}
.service_detail .service_detail_lead {
  position: absolute;
  background: #fff;
  border: solid 5px #151b1e;
  border-radius: 30px;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding: 4px 40px 7px;
  white-space: nowrap;
}
@media screen and (max-width: 767.9px) {
  .service_detail .service_detail_lead {
    font-size: 1.6rem;
    text-align: center;
    border-width: 3px;
    width: 90%;
    max-width: 400px;
  }
}
.service_detail .service_detail_lead span {
  color: #ff6676;
}
.service_detail .service_detail_wrapper {
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1200px) {
  .service_detail .service_detail_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.service_detail .service_detail_wrapper .left {
  height: auto;
}
@media (max-width: 1200px) {
  .service_detail .service_detail_wrapper .left {
    width: 330px;
  }
}
@media screen and (max-width: 767.9px) {
  .service_detail .service_detail_wrapper .left {
    margin: 0 auto;
  }
}
@media screen and (max-width: 430px) {
  .service_detail .service_detail_wrapper .left {
    width: 100%;
  }
}
.service_detail .service_detail_wrapper .left p {
  letter-spacing: 0.05em;
  padding: 15px 30px 20px;
  border-radius: 10px;
  font-size: 2.4rem;
  height: 100%;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .service_detail .service_detail_wrapper .left p {
    font-size: 1.8rem;
    padding: 10px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
.service_detail .service_detail_wrapper .left p span:first-child {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  margin-right: 10px;
}
@media screen and (max-width: 767.9px) {
  .service_detail .service_detail_wrapper .left p span:first-child {
    margin-right: 0;
  }
}
.service_detail .service_detail_wrapper .left p span {
  display: inline-block;
}
.service_detail .service_detail_wrapper .left p .f-l {
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
}
@media screen and (max-width: 767.9px) {
  .service_detail .service_detail_wrapper .left p .f-l {
    font-size: 5rem;
  }
}
.service_detail .service_detail_wrapper .left p .f-s {
  vertical-align: bottom;
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
  margin-top: auto;
}
.service_detail .service_detail_wrapper .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  background: #fff;
  padding: 20px 50px;
  gap: 20px;
}
@media screen and (max-width: 767.9px) {
  .service_detail .service_detail_wrapper .right {
    padding: 20px 20px;
    gap: 2px;
  }
}
.service_detail .service_detail_wrapper .right p.yugo {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0071fd;
  letter-spacing: 0.05em;
  line-height: 1.5909090909;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 408px;
}
@media screen and (max-width: 767.9px) {
  .service_detail .service_detail_wrapper .right p.yugo {
    font-size: 1.6rem;
    text-align: center;
    width: 100%;
    max-width: unset;
  }
}
.service_detail .service_detail_wrapper .right .service_detail-price {
  gap: 10px;
}
@media screen and (max-width: 767.9px) {
  .service_detail .service_detail_wrapper .right .service_detail-price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.service_detail .service_detail_wrapper .right .service_detail-price p {
  font-size: 2.4rem;
  color: #0071fd;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media screen and (max-width: 767.9px) {
  .service_detail .service_detail_wrapper .right .service_detail-price p {
    font-size: 1.6rem;
    font-weight: 600;
  }
}
.service_detail .service_detail_wrapper .right .service_detail-price .pink {
  font-size: 1.4rem;
  border-radius: 12px;
  line-height: 1.7142857143;
  display: inline-block;
  padding: 0 8px;
  margin-bottom: -3px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.9px) {
  .service_detail .service_detail_wrapper .right .service_detail-price .pink {
    font-size: 1.2rem;
    font-weight: 600;
  }
}
.service_detail .service_detail_wrapper .right .service_detail-price div p {
  -webkit-transform: unset;
          transform: unset;
  text-align: center;
}
.service_detail .service_detail_wrapper .right .service_detail-price .f-l {
  font-size: 8rem;
  font-weight: bold;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .service_detail .service_detail_wrapper .right .service_detail-price .f-l {
    font-size: 6rem;
  }
}

.heading1 {
  width: 100%;
}
.heading1 .arial {
  color: #0071fd;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: -4px;
}
@media screen and (max-width: 767.9px) {
  .heading1 .arial {
    margin-bottom: 0;
  }
}
.heading1 h2 {
  text-align: center;
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .heading1 h2 {
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.heading1 .sub_heading {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .heading1 .sub_heading {
    font-size: 1.5rem;
    font-weight: 600;
  }
}

.white_box {
  background: #fff;
  position: relative;
  border-radius: 10px;
  padding-top: 68px;
}
.white_box .heading1 {
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.9px) {
  .white_box .heading1 {
    top: -65px;
  }
}

.worries {
  padding-top: 155px;
}
@media screen and (max-width: 767.9px) {
  .worries {
    padding-top: 140px;
  }
}
.worries img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
}
.worries .heading1 h2 {
  font-size: 3.6rem;
  margin-top: 3px;
}
@media screen and (max-width: 1024px) {
  .worries .heading1 h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767.9px) {
  .worries .heading1 h2 {
    font-size: 2.4rem;
  }
}
.worries div.flex-top {
  background: #f9f9f9;
  padding: 45px 4% 54px 6%;
}
@media screen and (max-width: 767.9px) {
  .worries div.flex-top {
    padding-top: 60px;
    padding-bottom: 40px;
    padding-top: 30px;
    row-gap: 15px;
  }
}
.worries div.flex-top ul {
  row-gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.9px) {
  .worries div.flex-top ul {
    row-gap: 15px;
  }
}
.worries div.flex-top li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .worries div.flex-top li {
    font-size: 1.6rem;
    gap: 10px;
    font-weight: 600;
  }
}
.worries div.flex-top li::before {
  content: "";
  background-image: url(assets/img/check-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  min-width: 26px;
  height: auto;
  aspect-ratio: 1/1;
  margin-top: 5px;
}
@media screen and (max-width: 767.9px) {
  .worries div.flex-top li::before {
    width: 20px;
    min-width: 20px;
  }
}
.worries div.flex-top ul:nth-child(1) {
  width: 51%;
}
@media screen and (max-width: 767.9px) {
  .worries div.flex-top ul:nth-child(1) {
    width: 100%;
  }
}
.worries div.flex-top ul:nth-child(2) {
  width: 48.4%;
}
@media screen and (max-width: 767.9px) {
  .worries div.flex-top ul:nth-child(2) {
    width: 100%;
  }
}

.worries_solution {
  background-image: url(assets/img/bg1.webp);
  background-size: cover;
  background-position: center;
  margin-top: -100px;
  padding-top: 167px;
  padding-bottom: 145px;
}
@media screen and (max-width: 767.9px) {
  .worries_solution {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.worries_solution h2 {
  font-size: 5.2rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-left: 45px;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .worries_solution h2 {
    font-size: 2.2rem;
    margin-left: 0;
    text-align: center;
  }
}
.worries_solution h2 img {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  .worries_solution h2 img {
    display: block;
    -webkit-transform: unset;
            transform: unset;
    margin-bottom: 5px;
    width: 70%;
    max-width: 400px;
  }
}
.worries_solution .illust {
  width: 70%;
  max-width: 440px;
  display: block;
  margin: 0 auto -120px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .worries_solution .illust {
    max-width: 300px;
  }
}
@media screen and (max-width: 767.9px) {
  .worries_solution .illust {
    margin-bottom: 0;
  }
}
.worries_solution ul {
  gap: 48px 3.5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.worries_solution ul li {
  width: 31%;
  background: #fff;
  position: relative;
  border-radius: 10px;
  padding: 19px 20px 30px;
}
@media screen and (max-width: 767.9px) {
  .worries_solution ul li {
    width: 100%;
    padding: 5px 20px 20px;
    max-width: 400px;
  }
}
.worries_solution ul li .pink {
  position: absolute;
  top: -15px;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.8rem;
  padding: 5px 40px 8px;
  min-width: 66%;
  white-space: nowrap;
  text-align: center;
  border-radius: 18px;
}
@media screen and (max-width: 767.9px) {
  .worries_solution ul li .pink {
    font-size: 1.4rem;
    padding: 4px 20px 5px;
    font-weight: 600;
  }
}
.worries_solution ul li img {
  width: 100%;
  max-width: unset;
}
@media screen and (max-width: 767.9px) {
  .worries_solution ul li img {
    width: 66%;
    margin-bottom: -10px;
  }
}
.worries_solution ul li p {
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .worries_solution ul li p {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767.9px) {
  .worries_solution ul li p {
    font-size: 2.2rem;
  }
}
.worries_solution ul li span {
  text-align: center;
  display: block;
  color: #757575;
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 4px;
  margin-bottom: -7px;
}
@media screen and (max-width: 767.9px) {
  .worries_solution ul li span {
    font-size: 1.2rem;
  }
}
.worries_solution ul li:nth-child(2) {
  margin-top: 100px;
}
@media screen and (max-width: 767.9px) {
  .worries_solution ul li:nth-child(2) {
    margin-top: 0;
  }
}

.balloon {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .balloon {
    margin-bottom: 30px;
  }
}
.balloon::after {
  content: "";
  width: 200px;
  height: 60px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
}
@media screen and (max-width: 767.9px) {
  .balloon::after {
    width: 100px;
    height: 30px;
    bottom: -30px;
  }
}

.about {
  padding-top: 180px;
}
@media screen and (max-width: 767.9px) {
  .about {
    padding-top: 140px;
  }
}
.about .white_box {
  max-width: 1200px;
  padding: 115px 60px 80px;
  margin-bottom: 180px;
}
@media screen and (max-width: 767.9px) {
  .about .white_box {
    padding: 80px 22px 40px;
    margin-bottom: 140px;
  }
}
.about .about_whats .flex {
  gap: 20px 83px;
}
@media screen and (max-width: 767.9px) {
  .about .about_whats .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about .about_whats .flex img {
  width: 36%;
  padding-left: 6%;
}
@media screen and (max-width: 767.9px) {
  .about .about_whats .flex img {
    width: 50%;
    max-width: 300px;
  }
}
.about .about_whats .flex p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  line-height: 2.2222222222;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .about .about_whats .flex p {
    font-size: 1.5rem;
    font-weight: 400;
  }
}
.about .about_why {
  padding-top: 140px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767.9px) {
  .about .about_why {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
.about .about_why .flex-top {
  gap: 44px;
}
@media screen and (max-width: 767.9px) {
  .about .about_why .flex-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.about .about_why .flex-top .img {
  width: 39.5%;
}
@media screen and (max-width: 767.9px) {
  .about .about_why .flex-top .img {
    width: 100%;
  }
}
.about .about_why .flex-top .img img {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .about .about_why .flex-top .img img {
    width: 60%;
    margin: 0 auto 10px;
  }
}
.about .about_why .flex-top .img p {
  color: #757575;
  font-weight: 300;
  margin-left: 30px;
}
@media screen and (max-width: 767.9px) {
  .about .about_why .flex-top .img p {
    text-align: center;
    font-size: 1.2rem;
    margin-left: 0;
  }
}
.about .about_why .flex-top .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 20px;
}
.about .about_why .flex-top .detail h3 {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  color: #fff;
  background: #0071fd;
  padding: 5px 26px;
  border-radius: 26px;
  font-weight: 500;
  margin-bottom: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.9px) {
  .about .about_why .flex-top .detail h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.about .about_why .flex-top .detail h3 span {
  font-size: 1.7rem;
}
@media screen and (max-width: 767.9px) {
  .about .about_why .flex-top .detail h3 span {
    font-size: 1.4rem;
  }
}
.about .about_why .flex-top .detail ul {
  margin-left: 25px;
  margin-bottom: 57px;
}
@media screen and (max-width: 767.9px) {
  .about .about_why .flex-top .detail ul {
    margin-left: 5px;
    margin-bottom: 30px;
  }
}
.about .about_why .flex-top .detail ul li {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .about .about_why .flex-top .detail ul li {
    margin-bottom: 20px;
  }
}
.about .about_why .flex-top .detail ul li .detail_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #0071fd;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
}
@media screen and (max-width: 767.9px) {
  .about .about_why .flex-top .detail ul li .detail_heading {
    gap: 5px;
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}
.about .about_why .flex-top .detail ul li .detail_heading::before {
  content: "";
  width: 22px;
  min-width: 22px;
  height: 30px;
  background-image: url(assets/img/pin.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 6px;
}
@media screen and (max-width: 767.9px) {
  .about .about_why .flex-top .detail ul li .detail_heading::before {
    width: 16px;
    min-width: 16px;
    margin-top: 3px;
  }
}
.about .about_why .flex-top .detail ul li .detail_description {
  color: #646d79;
  letter-spacing: 0.08em;
  line-height: 1.625;
  font-weight: 400;
  margin-left: 38px;
}
@media screen and (max-width: 767.9px) {
  .about .about_why .flex-top .detail ul li .detail_description {
    margin-left: 20px;
    font-size: 1.5rem;
  }
}
.about .about_why .flex-top .detail .description {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 2.2222222222;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .about .about_why .flex-top .detail .description {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
  }
}
.about .about_reason {
  margin-bottom: 80px;
}
.about .about_reason .heading1 br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .about .about_reason .heading1 {
    top: -110px;
  }
  .about .about_reason .heading1 br {
    display: block;
  }
}
@media screen and (max-width: 767.9px) {
  .about .about_reason .heading1 {
    top: -65px;
  }
  .about .about_reason .heading1 br {
    display: none;
  }
}
.about .about_reason .img {
  max-width: 1013px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .about .about_reason .img {
    margin-top: 50px;
  }
}
.about .about_reason .img p {
  position: absolute;
  background: #0071fd;
  color: #fff;
  width: 185px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: -1px;
  left: 56px;
  display: grid;
  place-content: center;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .about .about_reason .img p {
    width: 85px;
    font-size: 1rem;
    left: 0;
    top: -5px;
  }
}
.about .about_reason .img p span {
  font-size: 2.9rem;
  margin-bottom: -6px;
  margin-top: -20px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .about .about_reason .img p span {
    font-size: 1.6rem;
    margin-top: -10px;
    margin-bottom: -2px;
  }
}
.about .about_reason .img img {
  display: block;
  width: 100%;
}
.about .about_closing h3 {
  color: #0071fd;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 43px;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .about .about_closing h3 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767.9px) {
  .about .about_closing h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.about .about_closing h3 span {
  display: block;
  color: #151b1e;
}
.about .about_closing ul li {
  background: #fff;
  border-radius: 10px;
  border: solid 3px #0071fd;
  margin-bottom: 35px;
  padding: 37px 40px 40px 57px;
}
@media screen and (max-width: 767.9px) {
  .about .about_closing ul li {
    padding: 25px 20px 30px 30px;
    margin-bottom: 20px;
  }
}
.about .about_closing ul li h4 {
  color: #0071fd;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 27px;
}
@media screen and (max-width: 767.9px) {
  .about .about_closing ul li h4 {
    font-size: 1.9rem;
    gap: 15px;
  }
}
.about .about_closing ul li h4::before {
  content: "";
  width: 43px;
  min-width: 43px;
  height: auto;
  aspect-ratio: 43/64;
  background-image: url(assets/img/flag.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 5px;
}
@media screen and (max-width: 767.9px) {
  .about .about_closing ul li h4::before {
    width: 25px;
    min-width: 25px;
  }
}
.about .about_closing ul li p {
  margin-left: 68px;
  margin-top: -10px;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 2.2222222222;
}
@media screen and (max-width: 767.9px) {
  .about .about_closing ul li p {
    margin-left: 0;
    font-size: 1.5rem;
    margin-top: 0;
  }
}
.about .about_closing ul li p span {
  background: #ffe866;
  display: inline;
}

.strong_point {
  background-image: url(assets/img/bg2.webp);
  background-size: cover;
  background-position: center;
  margin-top: -100px;
  padding-top: 175px;
  padding-bottom: 124px;
}
@media screen and (max-width: 767.9px) {
  .strong_point {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
.strong_point .cont {
  max-width: 1200px;
}
.strong_point h2 {
  font-size: 5.2rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #fff;
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .strong_point h2 {
    font-size: 2.2rem;
    margin-left: 0;
    text-align: center;
    margin-bottom: 40px;
  }
}
.strong_point h2 img {
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 767.9px) {
  .strong_point h2 img {
    display: block;
    -webkit-transform: unset;
            transform: unset;
    margin-bottom: 5px;
    width: 70%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.strong_point .ol_wrap {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .strong_point .ol_wrap {
    margin-bottom: 50px;
  }
}
.strong_point .ol_wrap .circle_img {
  position: absolute;
  z-index: 2;
  width: 34%;
  top: 49%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 767.9px) {
  .strong_point .ol_wrap .circle_img {
    display: none;
  }
}
.strong_point .ol_wrap ol {
  gap: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767.9px) {
  .strong_point .ol_wrap ol {
    gap: 20px;
  }
}
.strong_point .ol_wrap li {
  width: calc((100% - 40px) / 2);
  border-radius: 30px;
  background: #fff;
  padding: 14px 60px 45px 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1240px) {
  .strong_point .ol_wrap li {
    padding: 14px 10px 45px 32px;
  }
}
@media screen and (max-width: 1024px) {
  .strong_point .ol_wrap li {
    padding-top: 30px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .strong_point .ol_wrap li {
    padding: 14px 5px 5px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }
}
.strong_point .ol_wrap li .flex {
  gap: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .strong_point .ol_wrap li .flex {
    margin-right: -40%;
  }
}
.strong_point .ol_wrap li .no {
  font-size: 7.5rem;
  font-weight: 600;
  font-style: italic;
}
@media screen and (max-width: 1024px) {
  .strong_point .ol_wrap li .no {
    font-size: 4rem;
  }
}
.strong_point .ol_wrap li h3 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-right: -20px;
}
@media screen and (max-width: 1024px) {
  .strong_point .ol_wrap li h3 {
    font-size: 1.6rem;
  }
}
.strong_point .ol_wrap li .description {
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 1.4333333333;
}
@media screen and (max-width: 1024px) {
  .strong_point .ol_wrap li .description {
    font-size: 2rem;
    margin-left: 20px;
    font-weight: 600;
  }
}
.strong_point .ol_wrap li .detail {
  width: 60%;
  min-width: 285px;
}
@media screen and (max-width: 1024px) {
  .strong_point .ol_wrap li .detail {
    width: 60%;
    min-width: unset;
  }
}
@media screen and (max-width: 767.9px) {
  .strong_point .ol_wrap li .detail {
    min-width: unset;
  }
}
.strong_point .ol_wrap li .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 20px;
  margin-left: -9px;
}
@media (max-width: 1240px) {
  .strong_point .ol_wrap li .img {
    padding-top: 70px;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .strong_point .ol_wrap li .img {
    padding-top: 10px;
    width: 40%;
  }
}
@media screen and (max-width: 767.9px) {
  .strong_point .ol_wrap li .img {
    width: 38%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-left: 0px;
    padding-top: 30px;
    min-width: unset;
  }
}
.strong_point .ol_wrap li:nth-child(1) .no {
  color: #0071fc;
}
.strong_point .ol_wrap li:nth-child(2) .no {
  color: #4396e3;
}
.strong_point .ol_wrap li:nth-child(3) .no {
  color: #74abdf;
}
.strong_point .ol_wrap li:nth-child(4) .no {
  color: #b5d7f0;
}
@media (min-width: 768px) {
  .strong_point .ol_wrap li:nth-child(1),
  .strong_point .ol_wrap li:nth-child(2) {
    padding: 14px 32px 45px 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1240px) {
  .strong_point .ol_wrap li:nth-child(1),
  .strong_point .ol_wrap li:nth-child(2) {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .strong_point .ol_wrap li:nth-child(1),
  .strong_point .ol_wrap li:nth-child(2) {
    padding-top: 30px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .strong_point .ol_wrap li:nth-child(1) .description,
  .strong_point .ol_wrap li:nth-child(2) .description {
    margin-left: 13px;
  }
  .strong_point .ol_wrap li:nth-child(1) .img,
  .strong_point .ol_wrap li:nth-child(2) .img {
    margin-left: 0;
  }
  .strong_point .ol_wrap li:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .strong_point .ol_wrap li:nth-child(1) .no {
    color: #0071fc;
  }
  .strong_point .ol_wrap li:nth-child(2) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .strong_point .ol_wrap li:nth-child(2) .no {
    color: #4396e3;
  }
  .strong_point .ol_wrap li:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .strong_point .ol_wrap li:nth-child(3) .no {
    color: #74abdf;
  }
  .strong_point .ol_wrap li:nth-child(4) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .strong_point .ol_wrap li:nth-child(4) .no {
    color: #b5d7f0;
  }
}
.strong_point .strong_point_comment {
  text-align: center;
  color: #fff;
  font-size: 2.3rem;
  letter-spacing: 0.08em;
  line-height: 2.2608695652;
}
@media screen and (max-width: 767.9px) {
  .strong_point .strong_point_comment {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
    font-weight: 600;
  }
}

.reasons {
  padding-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .reasons {
    padding-top: 80px;
  }
}
.reasons h2 {
  font-size: 5.2rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-bottom: 110px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .reasons h2 {
    font-size: 2.2rem;
    margin-left: 0;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 600;
  }
}
.reasons h2 img {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 767.9px) {
  .reasons h2 img {
    display: block;
    -webkit-transform: unset;
            transform: unset;
    margin-bottom: 5px;
    width: 70%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.reasons ol li {
  margin-bottom: 95px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 767.9px) {
  .reasons ol li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
}
.reasons ol li .detail {
  width: 500px;
  max-width: 100%;
  margin-bottom: 20px;
  position: relative;
  padding: 30px 50px 58px 0px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .reasons ol li .detail {
    width: 400px;
  }
}
@media screen and (max-width: 767.9px) {
  .reasons ol li .detail {
    padding: 35px 20px 20px;
    margin-bottom: 0;
  }
}
.reasons ol li .detail::before {
  content: "";
  width: 50vw;
  position: absolute;
  height: 100%;
  background: #fff;
  margin-left: calc(50% - 50vw);
  z-index: -1;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767.9px) {
  .reasons ol li .detail::before {
    width: 100%;
    margin: 0;
  }
}
.reasons ol li .detail .no {
  position: absolute;
  top: -66px;
  left: 0;
  color: #0071fd;
  font-size: 2.9rem;
  font-style: italic;
}
@media screen and (max-width: 767.9px) {
  .reasons ol li .detail .no {
    font-size: 2.2rem;
    top: -25px;
  }
}
.reasons ol li .detail .no span {
  font-size: 4.6rem;
}
@media screen and (max-width: 767.9px) {
  .reasons ol li .detail .no span {
    font-size: 3.2rem;
  }
}
.reasons ol li .detail h3 {
  padding-top: 30px;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 32px;
}
@media screen and (max-width: 767.9px) {
  .reasons ol li .detail h3 {
    font-size: 2rem;
    margin-bottom: 15px;
    padding-top: 10px;
    font-weight: 600;
  }
}
.reasons ol li .detail .description {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .reasons ol li .detail .description {
    font-size: 1.5rem;
  }
}
.reasons ol li .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .reasons ol li .img {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    max-width: 400px;
  }
}
.reasons ol li .img img {
  border-radius: 20px;
}
.reasons ol li:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767.9px) {
  .reasons ol li:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reasons ol li:nth-child(2) .detail {
  padding: 30px 2px 38px 74px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767.9px) {
  .reasons ol li:nth-child(2) .detail {
    padding: 35px 20px 20px;
    margin-bottom: 0;
  }
}
.reasons ol li:nth-child(2) .detail .no {
  right: 0;
  left: auto;
  top: -75px;
}
@media screen and (max-width: 767.9px) {
  .reasons ol li:nth-child(2) .detail .no {
    top: -25px;
  }
}
.reasons ol li:nth-child(2) .detail::before {
  right: auto;
  left: 0;
  margin-right: calc(50% - 50vw);
  margin-left: 0;
}
.reasons ol li:nth-child(2) .detail h3 {
  padding-top: 0;
  margin-bottom: 23px;
}
@media screen and (max-width: 767.9px) {
  .reasons ol li:nth-child(2) .detail h3 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767.9px) {
  .reasons ol li:last-child {
    margin-bottom: 0;
  }
}

.price {
  position: relative;
  padding-top: 115px;
}
@media screen and (max-width: 767.9px) {
  .price {
    padding-top: 80px;
    overflow: hidden;
  }
}
.price .heading1 .arial {
  margin-bottom: 3px;
}
.price::before {
  content: "";
  width: 100%;
  height: calc(100% - 60px);
  background-image: url(assets/img/bg3.webp);
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.price .cont {
  max-width: 1200px;
  position: relative;
}
.price .hikaku {
  padding: 60px 70px 40px;
  margin-top: 50px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .price .hikaku {
    padding: 50px 20px 40px;
    margin-bottom: 65px;
    margin-top: 30px;
  }
}
.price table {
  display: block;
  padding-bottom: 4px;
  position: relative;
  z-index: -1;
}
.price table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.price table .head {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.price table .head td {
  width: 172px;
}
@media screen and (max-width: 767.9px) {
  .price table .head td {
    width: 130px;
  }
}
.price table .head th {
  color: #fff;
  background: #c2cddb;
  width: 162px;
  display: grid;
  place-content: center;
  text-align: center;
  font-size: 2.3rem;
  letter-spacing: 0.03em;
  height: 75px;
  border-right: solid 1px #f1f1f1;
  border-bottom: solid 2px #cad1d7;
}
@media screen and (max-width: 767.9px) {
  .price table .head th {
    width: 115px;
    height: 50px;
    font-size: 1.8rem;
    padding-top: 2px;
  }
}
.price table .head th.main {
  background: #fff;
  border-right: none;
  height: 100px;
  width: 240px;
  position: relative;
  border-radius: 10px 10px 0 0;
  border-top: solid 4px #0071fd;
  -webkit-box-shadow: 4px 0 0 0 #0071fd, -4px 0 0 0 #0071fd;
          box-shadow: 4px 0 0 0 #0071fd, -4px 0 0 0 #0071fd; /* 縦線を表すボックスシャドウ */
}
@media screen and (max-width: 767.9px) {
  .price table .head th.main {
    width: 140px;
    height: 75px;
    border-radius: 6px 6px 0 0;
  }
}
.price table .head th.main img {
  width: 62%;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767.9px) {
  .price table .head th.main img {
    width: 75%;
  }
}
.price table .head th:last-child {
  border-radius: 0 10px 0 0;
  border-right: none;
}
@media screen and (max-width: 767.9px) {
  .price table .head th:last-child {
    border-radius: 0 6px 0 0;
  }
}
.price table .detail th {
  width: 172px;
  padding-left: 24px;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  background: #b0cff6;
  height: 60px;
  display: grid;
  border-bottom: solid 1px #f1f1f1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .price table .detail th {
    width: 130px;
    padding-left: 12px;
    height: 40px;
    font-size: 1.4rem;
  }
}
.price table .detail td {
  width: 162px;
  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;
  border: solid 1px #f1f1f1;
}
@media screen and (max-width: 767.9px) {
  .price table .detail td {
    width: 115px;
  }
}
@media screen and (max-width: 767.9px) {
  .price table .detail td img {
    height: 50%;
  }
}
.price table .detail td:last-child {
  border-right: none;
}
.price table .detail .main {
  position: relative;
  width: 240px;
  z-index: 2;
  -webkit-box-shadow: 4px 0 0 0 #0071fd, -4px 0 0 0 #0071fd;
          box-shadow: 4px 0 0 0 #0071fd, -4px 0 0 0 #0071fd; /* 縦線を表すボックスシャドウ */
  color: #0071fd;
}
@media screen and (max-width: 767.9px) {
  .price table .detail .main {
    width: 140px;
  }
}
.price table .detail .main::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f2f8ff;
  z-index: -1;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767.9px) {
  .price table .detail .main::before {
    border-radius: 0 0 6px 6px;
  }
}
.price table .detail .main img {
  -webkit-filter: brightness(0) saturate(100%) invert(29%) sepia(86%) saturate(3326%) hue-rotate(204deg) brightness(101%) contrast(105%);
          filter: brightness(0) saturate(100%) invert(29%) sepia(86%) saturate(3326%) hue-rotate(204deg) brightness(101%) contrast(105%);
}
.price table tr:last-child {
  border: none;
}
.price table tr:last-child th {
  border-radius: 0 0 0 10px;
  border-bottom: none;
}
@media screen and (max-width: 767.9px) {
  .price table tr:last-child th {
    border-radius: 0 0 0 6px;
  }
}
.price table tr:last-child td {
  border-bottom: none;
}
.price table tr:last-child .main {
  -webkit-box-shadow: 4px 0 0 0 #0071fd, -4px 0 0 0 #0071fd;
          box-shadow: 4px 0 0 0 #0071fd, -4px 0 0 0 #0071fd;
  border-radius: 0 0 10px 10px;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .price table tr:last-child .main {
    border-radius: 0 0 6px 6px;
  }
}
.price table tr:last-child .main::after {
  content: "";
  width: 104%;
  height: 97%;
  border-radius: 0 0 10px 10px;
  border-bottom: solid 4px #0071fd;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.9px) {
  .price table tr:last-child .main::after {
    border-radius: 0 0 6px 6px;
    height: 93%;
  }
}
.price table .r1 th {
  border-radius: 10px 0 0 0;
}
@media screen and (max-width: 767.9px) {
  .price table .r1 th {
    border-radius: 6px 0 0 0;
  }
}
.price table .r1 th,
.price table .r2 th {
  background: #0071fd;
  height: 82px;
  font-size: 2.3rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  border-bottom: solid 2px #cad1d7;
}
@media screen and (max-width: 767.9px) {
  .price table .r1 th,
  .price table .r2 th {
    height: 60px;
    font-size: 1.6rem;
  }
}
.price table .r1 td,
.price table .r2 td {
  border-bottom: solid 2px #cad1d7;
  color: #676767;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  padding-top: 5px;
}
.price table .r1 td span,
.price table .r2 td span {
  font-size: 3.8rem;
  font-weight: 600;
  margin-right: 5px;
  line-height: 1;
  margin-top: -8px;
}
@media screen and (max-width: 767.9px) {
  .price table .r1 td span,
  .price table .r2 td span {
    margin-top: -3px;
    font-size: 2.4rem;
    margin-right: 2px;
  }
}
.price table .r1 .main,
.price table .r2 .main {
  font-size: 2rem;
}
@media screen and (max-width: 767.9px) {
  .price table .r1 .main,
  .price table .r2 .main {
    font-size: 1.6rem;
  }
}
.price table .r1 .main span,
.price table .r2 .main span {
  font-size: 4.8rem;
  margin-right: 2px;
  margin-top: -10px;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .price table .r1 .main span,
  .price table .r2 .main span {
    font-size: 2.8rem;
    margin-top: -3px;
  }
}
.price table .r1 td:last-child {
  padding-top: 0;
  text-align: center;
  line-height: 1.4;
}
.price table .r2 td,
.price table .r4 td,
.price table .r6 td,
.price table .r8 td,
.price table .r10 td {
  background: #fafbfd;
}
.price .note {
  margin-top: 15px;
  margin-left: 6px;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .price .note {
    font-size: 1.4rem;
  }
}
.price .note span {
  color: #ff6676;
  font-weight: 700;
}

.price_down {
  position: relative;
  padding-bottom: 90px;
}
@media screen and (max-width: 767.9px) {
  .price_down {
    padding-bottom: 80px;
  }
}
.price_down h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 45px;
  background: #fff;
  font-size: 4.3rem;
  font-weight: 700;
  margin: 0 auto -45px;
}
@media screen and (max-width: 1024px) {
  .price_down h3 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767.9px) {
  .price_down h3 {
    font-size: 2.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.price_down h3 span {
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .price_down h3 span {
    width: 100%;
    max-width: 350px;
    text-align: center;
  }
}
.price_down h3 span:first-child {
  display: inline-block;
  background: #ff6676;
  color: #fff;
  border-radius: 45px 0 0 45px;
  padding: 0 25px 6px 33px;
  border: solid 6px #ff6676;
}
@media screen and (max-width: 767.9px) {
  .price_down h3 span:first-child {
    padding: 1px 20px;
    border-radius: 30px 30px 0 0;
    border-width: 3px;
  }
}
.price_down h3 span:last-child {
  display: inline-block;
  color: #ff6676;
  border-radius: 0 45px 45px 0;
  padding: 0 23px 6px 23px;
  border: solid 6px #ff6676;
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .price_down h3 span:last-child {
    padding: 5px 20px 8px;
    border-radius: 0 0 30px 30px;
    border-width: 3px;
  }
}
.price_down .price_down_top {
  padding: 100px 76px 34px;
  max-width: 1100px;
  margin: 0 auto;
  background: #0071fd;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 1024px) {
  .price_down .price_down_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 120px 20px 1px;
  }
}
@media screen and (max-width: 767.9px) {
  .price_down .price_down_top {
    display: block;
    padding-top: 90px;
  }
}
.price_down .price_down_top .inner {
  position: relative;
  padding: 35px 6.3% 36px 11.8%;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 26px;
}
@media screen and (max-width: 1024px) {
  .price_down .price_down_top .inner {
    padding: 20px 10px 20px 10px;
    margin-bottom: 60px;
    width: 49%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767.9px) {
  .price_down .price_down_top .inner {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 60px;
  }
}
.price_down .price_down_top .inner .circle {
  position: absolute;
  top: 30px;
  left: -35px;
  background: #151b1e;
  color: #fff;
  border-radius: 50%;
  font-size: 2.3rem;
  letter-spacing: 0.08em;
  line-height: 1.1304347826;
  display: grid;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 109px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1024px) {
  .price_down .price_down_top .inner .circle {
    top: -40px;
    left: -10px;
    font-size: 1.8rem;
    width: 80px;
    font-weight: 600;
  }
}
@media screen and (max-width: 1024px) {
  .price_down .price_down_top .inner .normal,
  .price_down .price_down_top .inner .special {
    width: 100%;
  }
}
.price_down .price_down_top .inner .normal p:first-child,
.price_down .price_down_top .inner .special p:first-child {
  font-size: 1.9rem;
  letter-spacing: 0.08em;
  padding: 0px 18px 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .price_down .price_down_top .inner .normal p:first-child,
  .price_down .price_down_top .inner .special p:first-child {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 767.9px) {
  .price_down .price_down_top .inner .normal p:first-child,
  .price_down .price_down_top .inner .special p:first-child {
    font-weight: 600;
  }
}
.price_down .price_down_top .inner .normal p:last-child,
.price_down .price_down_top .inner .special p:last-child {
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .price_down .price_down_top .inner .normal p:last-child,
  .price_down .price_down_top .inner .special p:last-child {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767.9px) {
  .price_down .price_down_top .inner .normal p:last-child,
  .price_down .price_down_top .inner .special p:last-child {
    font-weight: 600;
  }
}
.price_down .price_down_top .inner .normal p:last-child span,
.price_down .price_down_top .inner .special p:last-child span {
  line-height: 1;
}
.price_down .price_down_top .inner .normal {
  min-width: 174px;
}
.price_down .price_down_top .inner .normal p:first-child {
  border: solid 2px #676767;
  color: #676767;
  margin-bottom: 11px;
}
@media screen and (max-width: 1024px) {
  .price_down .price_down_top .inner .normal p:first-child {
    border-width: 1px;
    margin-bottom: 2px;
  }
}
.price_down .price_down_top .inner .normal p:last-child {
  font-size: 3rem;
  color: #676767;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .price_down .price_down_top .inner .normal p:last-child {
    font-size: 2.4rem;
  }
}
.price_down .price_down_top .inner .normal p:last-child span {
  font-size: 7.3rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .price_down .price_down_top .inner .normal p:last-child span {
    font-size: 5.6rem;
    letter-spacing: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}
.price_down .price_down_top .inner .special {
  min-width: 207px;
}
.price_down .price_down_top .inner .special p:first-child {
  border: solid 2px #ff6676;
  color: #ff6676;
  margin-bottom: 2px;
}
@media screen and (max-width: 1024px) {
  .price_down .price_down_top .inner .special p:first-child {
    border-width: 1px;
    margin-bottom: -2px;
  }
}
.price_down .price_down_top .inner .special p:last-child {
  font-size: 3rem;
  color: #ff6676;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .price_down .price_down_top .inner .special p:last-child {
    font-size: 2.4rem;
  }
}
.price_down .price_down_top .inner .special p:last-child span {
  font-size: 9.2rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #ff6676;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .price_down .price_down_top .inner .special p:last-child span {
    font-size: 8rem;
    letter-spacing: 0;
  }
}
.price_down .price_down_top .inner .off {
  background-image: url(assets/img/price_down_arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 285px;
  max-width: 100%;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0071fd;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-top: 25px;
}
@media (max-width: 1130px) {
  .price_down .price_down_top .inner .off {
    width: 210px;
    height: 54px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .price_down .price_down_top .inner .off {
    background-image: url(assets/img/price_down_arrow2.webp);
    height: 80px;
    width: 100%;
    background-position: center bottom;
    font-size: 2rem;
    text-align: center;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .price_down .price_down_top .inner .off p {
    width: 100%;
    margin-bottom: 10px;
  }
}
.price_down .price_down_bottom {
  background: #e9edf3;
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 30px 47px 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 0 0 20px 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .price_down .price_down_bottom {
    padding: 30px 20px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.price_down .price_down_bottom .left {
  padding-left: 77px;
  padding-right: 50px;
  display: grid;
  place-content: center;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .price_down .price_down_bottom .left {
    font-size: 2.2rem;
    padding: 0;
    margin-bottom: 20px;
    display: block;
  }
}
.price_down .price_down_bottom ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 13px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .price_down .price_down_bottom ul {
    gap: 8px;
  }
}
.price_down .price_down_bottom ul li {
  font-size: 2.4rem;
  border: solid 3px #5d9deb;
  color: #5d9deb;
  background: #fff;
  padding: 13px 27px 15px;
  border-radius: 28px;
  line-height: 1;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .price_down .price_down_bottom ul li {
    font-size: 1.6rem;
    padding: 5px 20px 6px;
    border-width: 2px;
    font-weight: 600;
  }
}
.price_down .price_down_bottom ul li:nth-child(5) {
  margin-right: 50px;
}
@media screen and (max-width: 1024px) {
  .price_down .price_down_bottom ul li:nth-child(5) {
    margin: 0;
  }
}
.price_down .note {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 24px;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .price_down .note {
    font-size: 1.4rem;
  }
}

.case {
  padding-top: 100px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767.9px) {
  .case {
    padding-top: 60px;
    margin-bottom: 80px;
  }
}
.case .heading1 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767.9px) {
  .case .heading1 {
    margin-bottom: 50px;
  }
}
.case .case_wrap {
  margin-bottom: 80px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767.9px) {
  .case .case_wrap {
    margin-bottom: 60px;
  }
}
.case .case_wrap .detail {
  margin-top: 34px;
  width: 263px;
  margin-right: -30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .case .case_wrap .detail {
    width: 210px;
  }
}
@media screen and (max-width: 767.9px) {
  .case .case_wrap .detail {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
    position: relative;
  }
}
.case .case_wrap .detail img {
  width: 100%;
  border-radius: 50%;
  height: auto;
  aspect-ratio: 1/1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 17px;
}
@media screen and (max-width: 767.9px) {
  .case .case_wrap .detail img {
    max-width: 140px;
    margin-bottom: 15px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.case .case_wrap .detail .name {
  margin-left: 28px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .case .case_wrap .detail .name {
    margin-left: 0;
    padding-left: 160px;
    margin-top: 30px;
    font-size: 1.4rem;
  }
}
.case .case_wrap .detail .kikan {
  margin-left: 28px;
  color: #0071fd;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .case .case_wrap .detail .kikan {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .case .case_wrap .detail .kikan {
    font-size: 2rem;
    margin-bottom: 90px;
    margin-left: 0;
    padding-left: 160px;
  }
}
.case .case_wrap .detail .flex {
  margin-left: 35px;
  gap: 32px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .case .case_wrap .detail .flex {
    gap: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .case .case_wrap .detail .flex {
    margin-left: 0;
  }
}
.case .case_wrap .detail .flex p {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .case .case_wrap .detail .flex p {
    font-size: 1.2rem;
    font-weight: 500;
  }
}
.case .case_wrap .detail .flex p::before {
  content: "";
  display: inline-block;
  margin-right: 9px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .case .case_wrap .detail .flex p::before {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }
}
.case .case_wrap .detail .flex p:first-child::before {
  background: #dadada;
}
.case .case_wrap .detail .flex p:last-child::before {
  background: #0071fd;
}
.case .case_wrap .graph {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: -35px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .case .case_wrap .graph {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: 600px;
  }
}
.case .case_wrap .graph .graph_img {
  width: 100%;
  border-radius: 20px;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .case .case_wrap .graph .graph_img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.case .case_wrap .graph .comment {
  position: absolute;
  top: 42px;
  right: 75px;
}
@media screen and (max-width: 1024px) {
  .case .case_wrap .graph .comment {
    top: -8px;
    right: -5px;
  }
}
@media screen and (max-width: 767.9px) {
  .case .case_wrap .graph .comment {
    z-index: 2;
    top: -35px;
    right: -20px;
  }
}
.case .case_wrap .graph .comment p {
  background: #ff6676;
  color: #fff;
  width: 110px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding: 30px 2px 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .case .case_wrap .graph .comment p {
    width: 85px;
    padding-top: 20px;
    font-size: 1.2rem;
  }
}
.case .case_wrap .graph .comment p strong {
  font-weight: 600;
  font-size: 3rem;
}
@media screen and (max-width: 767.9px) {
  .case .case_wrap .graph .comment p strong {
    font-size: 1.6rem;
  }
}
.case .case_wrap .graph .comment p span {
  display: block;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: -20px;
  padding-right: 13px;
}
@media screen and (max-width: 767.9px) {
  .case .case_wrap .graph .comment p span {
    font-size: 1.1rem;
    margin-bottom: -4px;
  }
}
.case .case_wrap .graph .comment img {
  width: 172px;
  display: block;
  margin-left: 44px;
  margin-top: -67px;
}
@media screen and (max-width: 767.9px) {
  .case .case_wrap .graph .comment img {
    width: 80px;
    margin-left: 55px;
    margin-top: -58px;
  }
}

.faq {
  margin-bottom: 140px;
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 767.9px) {
  .faq {
    padding-top: 80px;
    margin-top: -80px;
    margin-bottom: 60px;
  }
}
.faq .cont {
  border-radius: 20px;
  max-width: 1200px;
  background: #fff;
  padding: 65px 5.3% 30px;
}
@media screen and (max-width: 767.9px) {
  .faq .cont {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    width: 100%;
  }
}
.faq .heading1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .faq .heading1 {
    margin-bottom: 40px;
  }
}
.faq li {
  margin-bottom: 84px;
}
@media screen and (max-width: 767.9px) {
  .faq li {
    margin-bottom: 20px;
  }
}
.faq li .arial {
  display: grid;
  place-content: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  font-size: 2.3rem;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .faq li .arial {
    width: 35px;
    height: 35px;
    font-size: 1.8rem;
  }
}
.faq li .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.08em;
}
.faq .title {
  background: #e9edf3;
  border-radius: 10px;
  padding: 23px 29px 24px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 25px;
  margin-bottom: 26px;
}
@media screen and (max-width: 767.9px) {
  .faq .title {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
    margin-bottom: 10px;
  }
}
.faq .title .arial {
  background: #0071fd;
}
.faq .title .detail {
  color: #0071fd;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 767.9px) {
  .faq .title .detail {
    font-size: 1.7rem;
  }
}
.faq .box .flex-top {
  padding: 0 20px 0 29px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 33px;
}
@media screen and (max-width: 767.9px) {
  .faq .box .flex-top {
    gap: 10px;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.faq .box .flex-top .arial {
  background: #ff6676;
}
.faq .box .flex-top .detail {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.8695652174;
}
@media screen and (max-width: 767.9px) {
  .faq .box .flex-top .detail {
    font-size: 1.5rem;
  }
}

.last_message {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.last_message h2 {
  text-align: center;
  position: relative;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.652173913;
  letter-spacing: 0.08em;
  margin-bottom: -70px;
  z-index: 3;
}
@media (max-width: 1200px) {
  .last_message h2 {
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 1024px) {
  .last_message h2 {
    font-size: 3rem;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 767.9px) {
  .last_message h2 {
    font-size: 2.2rem;
    margin-bottom: -10px;
  }
}
.last_message h2 span {
  color: #ff6676;
}
.last_message .top .img {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .last_message .top .img {
    overflow: hidden;
  }
}
.last_message .top .img img {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .last_message .top .img img {
    width: 120%;
    max-width: unset;
    display: block;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}
.last_message .middle .flex_wrap {
  padding: 35px 0 40px;
}
.last_message .middle .flex_wrap .flex {
  gap: 37px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .last_message .middle .flex_wrap .flex {
    gap: 10px 20px;
  }
}
.last_message .middle .flex_wrap p {
  background: #e9edf3;
  border-radius: 10px;
  padding: 40px 20px;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.5769230769;
  letter-spacing: 0.05em;
  width: calc((100% - 74px) / 3);
  display: grid;
  place-content: center;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .last_message .middle .flex_wrap p {
    font-size: 2rem;
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767.9px) {
  .last_message .middle .flex_wrap p {
    width: 100%;
    padding: 15px 20px;
    font-size: 1.8rem;
    margin: 0 auto;
  }
}
.last_message .middle .h3_wrap {
  background: #ff6676;
  padding-top: 30px;
}
@media screen and (max-width: 767.9px) {
  .last_message .middle .h3_wrap {
    padding-top: 20px;
  }
}
.last_message .middle .h3_wrap .bg_clip {
  padding-bottom: 0;
  margin-bottom: 72px;
  z-index: 2;
}
.last_message .middle .h3_wrap .bg_clip::before, .last_message .middle .h3_wrap .bg_clip::after {
  height: 72px;
  background: #ff6676;
  bottom: -71px;
}
@media screen and (max-width: 767.9px) {
  .last_message .middle .h3_wrap .bg_clip::before, .last_message .middle .h3_wrap .bg_clip::after {
    height: 40px;
    bottom: -39px;
  }
}
.last_message .middle .h3_wrap h3 {
  text-align: center;
  color: #fff;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: -7px;
}
@media screen and (max-width: 767.9px) {
  .last_message .middle .h3_wrap h3 {
    font-size: 2.6rem;
    padding-bottom: 10px;
  }
}
.last_message .middle .description_wrap {
  background: #e9edf3;
  margin-top: -72px;
  padding-top: 100px;
  padding-bottom: 1px;
}
@media screen and (max-width: 767.9px) {
  .last_message .middle .description_wrap {
    padding-top: 60px;
  }
}
.last_message .middle .description_wrap .description {
  text-align: center;
  font-size: 2.6rem;
  line-height: 2.7692307692;
  margin-bottom: 40px;
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-color: #727375;
  text-decoration-thickness: 3px;
  text-underline-offset: 13px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .last_message .middle .description_wrap .description {
    font-size: 2rem;
    text-underline-offset: 8px;
    line-height: 2.2;
    text-decoration-thickness: 2px;
  }
}
.last_message .middle .description_wrap .description span {
  color: #ff6676;
}
.last_message .middle .description_wrap .waku {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 39px;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 7px 16px 18px 18px;
  border: solid 3px #151b1e;
}
@media screen and (max-width: 767.9px) {
  .last_message .middle .description_wrap .waku {
    font-size: 2.6rem;
    padding: 5px 15px 6px;
    margin-bottom: 30px;
    border-width: 2px;
  }
}
.last_message .middle .description_wrap .description2 {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 2.5;
  margin-bottom: 50px;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .last_message .middle .description_wrap .description2 {
    font-size: 1.7rem;
    line-height: 2;
    margin-bottom: 30px;
    font-weight: 600;
  }
}
.last_message .middle .description_wrap::before, .last_message .middle .description_wrap::after {
  background: #e9edf3;
}
.last_message .bottom {
  position: relative;
  z-index: 2;
  padding-top: 155px;
  padding-bottom: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 767.9px) {
  .last_message .bottom {
    padding-top: 100px;
    margin-bottom: 50px;
    padding-bottom: 30px;
  }
}
.last_message .bottom h3 {
  font-size: 5.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5384615385;
  letter-spacing: 0.08em;
  margin-bottom: 32px;
}
@media screen and (max-width: 767.9px) {
  .last_message .bottom h3 {
    font-size: 2.8rem;
  }
}
.last_message .bottom h3 .color1 {
  color: #ff6676;
}
.last_message .bottom h3 .color2 {
  color: #0071fd;
}
.last_message .bottom .illust {
  max-width: 984px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.last_message .bottom .bottom_box {
  background-image: url(assets/img/bg5.webp);
  background-size: cover;
  border-radius: 20px;
  border: solid 5px #0071fd;
  padding: 40px 20px 50px;
}
@media screen and (max-width: 767.9px) {
  .last_message .bottom .bottom_box {
    padding: 30px 20px;
    border-width: 3px;
  }
}
.last_message .bottom .bottom_box p:nth-child(1) {
  font-size: 3.6rem;
  margin-bottom: 36px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .last_message .bottom .bottom_box p:nth-child(1) {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767.9px) {
  .last_message .bottom .bottom_box p:nth-child(1) {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}
.last_message .bottom .bottom_box p:nth-child(1) img {
  width: 461px;
  max-width: 100%;
  display: inline-block;
  margin-bottom: -5px;
}
@media screen and (max-width: 767.9px) {
  .last_message .bottom .bottom_box p:nth-child(1) img {
    width: 220px;
  }
}
.last_message .bottom .bottom_box p:nth-child(2) {
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  line-height: 2.48;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .last_message .bottom .bottom_box p:nth-child(2) {
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: left;
    font-weight: 600;
  }
}

.contact {
  background: #0071fd;
  padding-top: 164px;
  margin-top: -100px;
}
@media screen and (max-width: 767.9px) {
  .contact {
    padding-top: 100px;
    margin-top: -50px;
  }
}
.contact .cont {
  max-width: 1000px;
}
.contact h2 {
  color: #fff;
  font-size: 5.2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 11px;
}
@media screen and (max-width: 767.9px) {
  .contact h2 {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
.contact .contact_description {
  color: #fff;
  text-align: center;
  font-size: 2.1rem;
  margin-bottom: 80px;
  font-weight: 600;
}
@media screen and (max-width: 767.9px) {
  .contact .contact_description {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: left;
  }
}
.contact .form_wrap {
  background: #e2e2e2;
  border-radius: 20px;
  padding: 56px 8.5% 72px;
}
@media screen and (max-width: 767.9px) {
  .contact .form_wrap {
    padding: 30px 20px;
  }
}
.contact .form table {
  display: block;
}
.contact .form table tbody {
  display: block;
}
.contact .form table tr {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 33px;
}
@media screen and (max-width: 767.9px) {
  .contact .form table tr {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.contact .form table th {
  width: 252px;
  display: grid;
}
@media screen and (max-width: 767.9px) {
  .contact .form table th {
    width: 100%;
  }
}
.contact .form table th p {
  font-size: 2.1rem;
  line-height: 1.3333333333;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 27px;
}
@media screen and (max-width: 767.9px) {
  .contact .form table th p {
    font-size: 1.6rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-weight: 600;
  }
  .contact .form table th p br {
    display: none;
  }
}
.contact .form table th .check {
  background: #ff6676;
  line-height: 1;
  padding: 4px 20px 6px;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  font-size: 1.6rem;
  border-radius: 3px;
}
@media screen and (max-width: 767.9px) {
  .contact .form table th .check {
    font-size: 1.4rem;
    margin-bottom: 0;
    padding: 3px 10px 3px;
    font-weight: 400;
  }
}
.contact .form table th .ninni {
  background: #acacac;
}
.contact .form table td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .contact .form table td {
    width: 100%;
  }
}
.contact .form table input,
.contact .form table select {
  width: 100%;
  font-size: 1.8rem;
  border-radius: 4px;
  background: #fff;
  padding: 12px 20px;
  border: solid 2px #acacac;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .contact .form table input,
  .contact .form table select {
    font-size: 1.6rem;
    padding: 8px 16px;
    border-width: 1px;
  }
}
.contact .form table input::-webkit-input-placeholder, .contact .form table select::-webkit-input-placeholder {
  color: #c6c6c6;
}
.contact .form table input::-moz-placeholder, .contact .form table select::-moz-placeholder {
  color: #c6c6c6;
}
.contact .form table input:-ms-input-placeholder, .contact .form table select:-ms-input-placeholder {
  color: #c6c6c6;
}
.contact .form table input::-ms-input-placeholder, .contact .form table select::-ms-input-placeholder {
  color: #c6c6c6;
}
.contact .form table input::placeholder,
.contact .form table select::placeholder {
  color: #c6c6c6;
}
.contact .form table select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /* デフォルトの矢印を無効 */
}
.contact .form table select::-ms-expand {
  display: none; /* デフォルトの矢印を無効(IE用) */
}
.contact .form table select {
  background-image: url(assets/img/shape_down.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  padding-right: 20px;
}
.contact .form table .bg_pink select {
  background: #e9edf3;
  border-color: #0071fd;
  background-image: url(assets/img/shape_down3.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 14px 12px;
  padding-right: 20px;
  color: #0071fd;
  font-weight: 700;
}
.contact .form .privacy_policy_check {
  text-align: center;
  margin-top: 7px;
}
.contact .form .privacy_policy_check .wpcf7-list-item {
  margin-left: 0 !important;
}
.contact .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;
}
.contact .form .privacy_policy_check label input {
  margin-right: 28px;
}
@media screen and (max-width: 767.9px) {
  .contact .form .privacy_policy_check label input {
    margin-right: 10px;
  }
}
.contact .form .privacy_policy_check label p {
  font-size: 1.3rem;
}
.contact .form .privacy_policy_check label p a {
  font-weight: 700;
  color: #0071fd;
  position: relative;
}
.contact .form .privacy_policy_check label p a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #0071fd;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.contact .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;
}
.contact .form .pp_text span {
  color: #0071fd;
  font-weight: 700;
}
.contact .form .submit {
  text-align: center;
  margin-top: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contact .form .submit br {
  display: none;
}
.contact .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: #ff6676;
  border: none;
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
.contact .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;
}
.contact .form .wpcf7-spinner {
  display: none;
}
.contact .form .privacy_policy_check {
  margin-top: 87px;
}
@media screen and (max-width: 767.9px) {
  .contact .form .privacy_policy_check {
    margin-top: 40px;
  }
}
.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: 70px;
  position: relative;
  padding-bottom: 90px;
}
@media screen and (max-width: 767.9px) {
  #pp {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.privacypolicy_cont {
  background: #fff;
  width: 100%;
  -webkit-font-feature-settings: unset;
          font-feature-settings: unset;
}
.privacypolicy_cont div {
  height: 360px;
  width: 100%;
  padding: 35px 36px;
  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 {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  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.4rem;
    font-weight: 300;
    line-height: 1.6;
  }
}
.privacypolicy_cont div h2 {
  font-size: 2.3rem;
  line-height: 1.5;
  color: #151b1e;
  font-weight: 700;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 50px;
}
@media screen and (max-width: 767.9px) {
  .privacypolicy_cont div h2 {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
.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 {
  background: #151b1e;
  padding: 30px 0;
}
.footer .cont {
  max-width: 1000px;
  gap: 20px;
}
@media screen and (max-width: 767.9px) {
  .footer .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .left {
  width: 150px;
}
@media screen and (max-width: 767.9px) {
  .footer .left {
    width: 120px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer .right {
    width: 100%;
  }
}
.footer .right p {
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: 100;
  margin-bottom: 30px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.9px) {
  .footer .right p {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
}
.footer .right p span {
  font-weight: 400;
}
.footer .right small {
  color: #787878;
  font-weight: 400;
  font-size: 1.1rem;
  display: block;
  text-align: right;
}
/* fadeUp */
.fade {
  opacity: 0;
}

.fade.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -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 */