@charset "UTF-8";
/*
Theme Name: AGENT TAG エージェントタッグ.
Theme URI: https://
Description: AGENT TAG エージェントタッグLPオリジナルテーマ
Author: Arase
Author URI:
Version: 1.0.0

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

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: #161616;
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-animation: fadeIn 1.2s ease-out normal;
          animation: fadeIn 1.2s ease-out normal;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
html body {
  overflow-x: hidden;
}

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

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

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

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

.upper {
  text-transform: uppercase;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

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

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

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

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

p {
  line-height: 1.6;
}

.description {
  line-height: 1.9375;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.9px) {
  .description {
    line-height: 1.6;
  }
}

.wrapper {
  width: 100%;
}

.cont {
  width: 87%;
  max-width: 1200px;
  margin: 0 auto;
}

li {
  list-style: none;
}

.header {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 1300px) {
  .ham_block {
    display: none;
  }
  .header {
    position: fixed;
    width: 100%;
    height: 95px;
    top: 0;
    left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 11;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header h1 {
    width: 323px;
  }
  .header h1 a {
    display: block;
  }
  .header h1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
  .header .header__inner {
    padding: 25px 32px 0 35px;
    width: 100%;
    height: 100%;
  }
  .header .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .gnav ul {
    gap: 25px;
    margin-right: 23px;
  }
  .header .gnav li a {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
  }
}
.header.active {
  background: rgba(255, 255, 255, 0.9);
}

.header_tel {
  margin-right: 12px;
}
.header_tel a img {
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 5px;
}
.header_tel a .bah {
  display: block;
  font-size: 2.3rem;
  font-weight: 700;
  color: #003759;
  font-stretch: semi-condensed;
  letter-spacing: 0.01em;
  line-height: 1;
}
.header_tel a .noto {
  font-size: 0.9rem;
  display: block;
  text-align: center;
  line-height: 1;
}

.header_btn a {
  font-size: 1.8rem;
  padding: 12px 60px 13px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  position: relative;
  letter-spacing: 0.03em;
}
.header_btn a::after {
  content: "";
  width: 6px;
  height: 11px;
  background-image: url(assets/img/fill.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 34px;
}

.btn a {
  color: #fff;
  background: #c93120;
  font-weight: 700;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-animation: none;
          animation: none;
}

.btn2 a {
  font-size: 2.5rem;
  height: 81px;
  padding: 20px 97px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 40px;
  position: relative;
  letter-spacing: 0;
  -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;
}
@media screen and (max-width: 767.9px) {
  .btn2 a {
    font-size: 1.8rem;
    padding: 12px 40px;
    height: auto;
  }
}
.btn2 a span {
  display: grid;
  place-content: center;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 26px;
  top: -10px;
  left: 50%;
  color: #161616;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fcff0e;
  border-radius: 100px;
  font-size: 1.6rem;
  line-height: 1.4666666667;
  text-align: center;
  padding: 0 25px;
}
.btn2 a span:first-letter {
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .btn2 a span {
    font-size: 1rem;
    height: 18px;
    top: -9px;
  }
}
.btn2 a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

@media screen and (max-width: 1299.9px) {
  .header {
    height: 80px;
    top: 0;
    display: block;
    width: 100%;
    z-index: 11;
    position: fixed;
  }
}
@media screen and (max-width: 1299.9px) and (max-width: 767.9px) {
  .header {
    height: 60px;
  }
}
@media screen and (max-width: 1299.9px) {
  .header h1 {
    width: 200px;
  }
}
@media screen and (max-width: 1299.9px) and (max-width: 767.9px) {
  .header h1 {
    width: 180px;
  }
}
@media screen and (max-width: 1299.9px) {
  .header h1 img {
    display: block;
  }
  .header .ham_block.btn {
    position: absolute;
    top: 13px;
    right: 48px;
  }
}
@media screen and (max-width: 1299.9px) and (max-width: 767.9px) {
  .header .ham_block.btn {
    top: 18px;
  }
}
@media screen and (max-width: 1299.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: 1299.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: 1299.9px) {
  .header .header__inner {
    padding: 0 18px;
    height: 100%;
  }
  .header .header-wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    overflow: auto;
    display: block;
    margin: 0;
    width: 100%;
    height: 100dvh;
    background: #fff;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }
  .header .header-wrap .wrap {
    background: #003759;
    background-image: linear-gradient(129deg, #003759, #012237);
    padding-right: 0;
    padding-top: 15px;
    padding-left: 18px;
    padding-bottom: 24px;
  }
  .header .gnav {
    padding-left: 26px;
  }
  .header .gnav ul {
    display: block;
    margin-bottom: 58px;
  }
  .header .gnav ul li {
    margin-bottom: 28px;
  }
  .header .gnav ul li a {
    color: #fff;
    display: block;
    font-size: 1.6rem;
    line-height: 2;
  }
  .header .header_tel {
    padding-top: 40px;
  }
  .header .header_tel a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto 36px;
  }
  .header .header_tel a span.bah {
    font-size: 3.5rem;
  }
  .header .header_tel a img {
    height: 29px;
  }
  .header .header_tel a .noto {
    font-size: 1.5rem;
  }
  .header .header_btn {
    padding-bottom: 40px;
  }
  .header .header_btn a {
    margin: 0 auto;
    padding: 20px 100px;
  }
  .header .sp_logo {
    margin-bottom: 54px;
  }
  .header .sp_logo a {
    width: 200px;
    display: block;
  }
}
@media screen and (max-width: 1299.9px) and (max-width: 767.9px) {
  .header .sp_logo a {
    width: 150px;
  }
}
.hamburger {
  display: none;
}

@media screen and (max-width: 1299.9px) {
  .hamburger {
    display: block;
    cursor: pointer;
    width: 48px;
    height: 48px;
    position: fixed;
    top: 16px;
    right: 0;
    z-index: 99;
    border-radius: 50%;
    border: none;
    background: transparent;
  }
  /*activeクラスが付与されると線が回転して×になる*/
}
@media screen and (max-width: 1299.9px) and (max-width: 767.9px) {
  .hamburger {
    top: 8px;
  }
}
@media screen and (max-width: 1299.9px) {
  .hamburger__line,
  .hamburger__line::before {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    width: 24px;
    height: 1px;
    background: #283337;
  }
  .hamburger__line {
    top: 18px;
    left: 11px;
  }
  .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: 24px;
    background: #fff;
  }
  .hamburger.active span::before {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 24px;
    background: #fff;
  }
  .header-wrap.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
}
.red {
  color: #c93120;
}

.yellow {
  color: #fcff0e;
}

.line {
  position: relative;
  z-index: 2;
}
.line::before {
  content: "";
  background: #fcff0e;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
}

.top_mv {
  background-image: url(assets/img/mv_bg.webp);
  background-size: cover;
  background-position: bottom center;
  position: relative;
  padding-top: 146px;
}
@media screen and (max-width: 1299.9px) {
  .top_mv {
    min-height: unset;
  }
}
@media screen and (max-width: 767.9px) {
  .top_mv {
    padding-top: 100px;
  }
}
.top_mv .cont {
  max-width: 1228px;
  gap: 56px;
  width: 88%;
}
.top_mv .left {
  margin-top: 22px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  position: relative;
}
@media (max-width: 1200px) {
  .top_mv .left {
    width: 47%;
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top_mv .left {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.9px) {
  .top_mv .left {
    margin-top: 0;
  }
}
.top_mv .left .top_lead-top {
  margin-bottom: 27px;
  padding-left: 46px;
}
@media screen and (max-width: 1024px) {
  .top_mv .left .top_lead-top {
    padding-left: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .top_mv .left .top_lead-top {
    margin-bottom: 25px;
  }
}
.top_mv .left .top_lead-top .flex {
  margin-bottom: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*gap: 18px;*/
}
@media screen and (max-width: 767.9px) {
  .top_mv .left .top_lead-top .flex {
    gap: 12px;
  }
}
.top_mv .left .top_lead-top .top_lead-box {
  font-size: 4rem;
  letter-spacing: 0.05em;
  color: #c93120;
  border: solid 5px #c93120;
  font-weight: 800;
  line-height: 1.6;
  padding: 3px 17px 7px 20px;
}
@media screen and (max-width: 1024px) {
  .top_mv .left .top_lead-top .top_lead-box {
    text-align: center;
  }
}
@media screen and (max-width: 767.9px) {
  .top_mv .left .top_lead-top .top_lead-box {
    font-size: 1.9rem;
    border-width: 2px;
    padding: 2px 17px 4px;
  }
}
.top_mv .left .top_lead-top h2 {
  font-size: 5.1rem;
  font-weight: 800;
  /*letter-spacing: 0.1em;*/
  line-height: 1.5714285714;
}
@media screen and (max-width: 767.9px) {
  .top_mv .left .top_lead-top h2 {
    font-size: 1.9rem;
    text-align: center;
  }
}
.top_mv .left .top_lead-top h2 span {
  font-weight: 700;
}
.top_mv .left .top_lead-top h2 span::before {
  background: #fff;
  height: 9px;
}
.top_mv .left .top_lead-top .img {
  width: 100%;
  max-width: 418px;
  position: relative;
  padding-bottom: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .top_mv .left .top_lead-top .img {
    max-width: 280px;
  }
}
.top_mv .left .top_lead-top .img img {
  display: block;
}
.top_mv .left .top_lead-top .img p {
  font-size: 1.3rem;
  position: absolute;
  bottom: -2px;
  right: 64px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.5em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1024px) {
  .top_mv .left .top_lead-top .img p {
    right: 74px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_mv .left .top_lead-top .img p {
    font-size: 1rem;
    right: 40px;
  }
}
@media (max-width: 1200px) {
  .top_mv .left .btn {
    z-index: 3;
    position: relative;
  }
  .top_mv .left .btn a {
    font-size: 1.8rem;
    padding: 0 40px 0 45px;
    height: 63px;
    line-height: 6.3rem;
    min-width: 292px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1024px) {
  .top_mv .left .btn {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .top_mv .left .btn a {
    margin-left: 27px;
  }
}
.top_mv .left .main_img {
  margin-bottom: -5px;
}
@media screen and (max-width: 1024px) {
  .top_mv .left .main_img {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .top_mv .left .main_img {
    padding: 0;
  }
}
.top_mv .left .main_img img {
  display: block;
}
.top_mv .right {
  background: #fff;
  border-radius: 10px;
  padding: 24px 24px 20px 26px;
  width: 370px;
  margin-right: 64px;
  -webkit-box-shadow: rgba(211, 211, 211, 0.32) 6px 29px 19px;
          box-shadow: rgba(211, 211, 211, 0.32) 6px 29px 19px;
}
@media (max-width: 1200px) {
  .top_mv .right {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top_mv .right {
    display: none;
  }
}
.top_mv .right .contact_top_text {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 14px;
  text-align: center;
}

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

.top_cta {
  padding: 32px 0 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#003759), to(#012237));
  background-image: linear-gradient(90deg, #003759, #012237);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .top_cta {
    padding: 30px 0;
  }
}
.top_cta .cont {
  gap: 20px 51px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 37px;
}
@media screen and (max-width: 1024px) {
  .top_cta .cont {
    padding: 0;
  }
}
.top_cta .btn {
  margin-top: 6px;
}
.top_cta .top_cta_text div {
  border-right: 1px solid #fff;
}
.top_cta .top_cta_text div:last-child {
  border-right: none;
}
.top_cta .top_cta_text div:nth-child(1) {
  padding-right: 40px;
}
@media screen and (max-width: 767.9px) {
  .top_cta .top_cta_text div:nth-child(1) {
    padding-right: 20px;
  }
}
.top_cta .top_cta_text div:nth-child(2) {
  padding-inline: 52px;
}
@media screen and (max-width: 767.9px) {
  .top_cta .top_cta_text div:nth-child(2) {
    padding-inline: 20px;
  }
}
.top_cta .top_cta_text div:nth-child(3) {
  padding-left: 45px;
}
@media screen and (max-width: 767.9px) {
  .top_cta .top_cta_text div:nth-child(3) {
    padding-left: 20px;
  }
}
.top_cta .top_cta_text p {
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.9px) {
  .top_cta .top_cta_text p {
    font-size: 1.2rem;
  }
}
.top_cta .top_cta_text .price {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
  letter-spacing: 0;
}
@media screen and (max-width: 767.9px) {
  .top_cta .top_cta_text .price {
    font-size: 2.8rem;
  }
}
.top_cta .top_cta_text .price span {
  font-size: 2.2rem;
  margin-left: 3px;
  display: inline-block;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 767.9px) {
  .top_cta .top_cta_text .price span {
    font-size: 1.4rem;
  }
}

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

.logo_slider1 {
  margin-top: 18px;
  margin-bottom: 7px;
}
.logo_slider1 .p-logo-slide__wrap:first-child {
  -webkit-animation: slide1 120s -60s linear infinite;
          animation: slide1 120s -60s linear infinite;
}
.logo_slider1 .p-logo-slide__wrap:last-child {
  -webkit-animation: slide2 120s linear infinite;
          animation: slide2 120s linear infinite;
}

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

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

.p-logo-slide__wrap {
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-logo-slide__item {
  list-style: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  height: 100%;
  display: grid;
  place-content: center;
  margin-right: 30px;
}
.p-logo-slide__item img {
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
}

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

@keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes slide3 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slide3 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes slide4 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slide4 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.slash,
.heading1 .slash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.9px) {
  .slash,
  .heading1 .slash {
    font-size: 1.8rem;
  }
}
.slash::before, .slash::after,
.heading1 .slash::before,
.heading1 .slash::after {
  content: "";
  width: 13px;
  height: auto;
  aspect-ratio: 13/26;
  background-image: url(assets/img/slash.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .slash::before, .slash::after,
  .heading1 .slash::before,
  .heading1 .slash::after {
    width: 10px;
  }
}
.slash::after,
.heading1 .slash::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.top_price {
  margin-bottom: 90px;
}
@media screen and (max-width: 767.9px) {
  .top_price {
    margin-bottom: 60px;
  }
}
.top_price .cont {
  padding: 50px 42px 40px;
  border: solid 5px #c93120;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .top_price .cont {
    padding: 40px 20px 20px;
    border-width: 3px;
  }
}
.top_price .cont::before {
  content: "";
  background: #c93120;
  width: 35px;
  height: 35px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  position: absolute;
  top: 5px;
  left: 5px;
}
@media screen and (max-width: 767.9px) {
  .top_price .cont::before {
    width: 25px;
    height: 25px;
    top: 3px;
    left: 3px;
  }
}
.top_price .cont::after {
  content: "";
  background: #c93120;
  width: 35px;
  height: 35px;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
  position: absolute;
  right: 5px;
  bottom: 5px;
}
@media screen and (max-width: 767.9px) {
  .top_price .cont::after {
    width: 25px;
    height: 25px;
    right: 3px;
    bottom: 3px;
  }
}
.top_price .cont h2 {
  background: #fff;
  padding: 0 30px;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.top_price .cont h3 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5714285714;
  letter-spacing: 0.03em;
  margin-bottom: 44px;
}
@media screen and (max-width: 767.9px) {
  .top_price .cont h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.top_price .cont ul {
  gap: 26px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 22px;
}
@media screen and (max-width: 1024px) {
  .top_price .cont ul {
    -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;
  }
}
.top_price .cont ul li {
  height: auto;
  background: #f8f8f8;
  width: calc((100% - 60px) / 3);
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top_price .cont ul li {
    width: 100%;
    max-width: 500px;
  }
}
.top_price .cont ul .main_text {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 14px 10px;
  text-align: center;
  letter-spacing: 0.03em;
  background: #c93120;
}
@media screen and (max-width: 767.9px) {
  .top_price .cont ul .main_text {
    padding: 6px;
    font-size: 1.4rem;
  }
}
.top_price .cont ul .detail {
  padding: 23px 20px 40px;
}
@media screen and (max-width: 767.9px) {
  .top_price .cont ul .detail {
    padding: 15px;
  }
}
.top_price .cont ul .detail p {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  .top_price .cont ul .detail p {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.top_price .cont ul .detail .price {
  font-size: 7.2rem;
  color: #c93120;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767.9px) {
  .top_price .cont ul .detail .price {
    font-size: 5.6rem;
  }
}
.top_price .cont ul .detail .price span {
  font-size: 3.2rem;
  margin-left: 2px;
}
@media screen and (max-width: 767.9px) {
  .top_price .cont ul .detail .price span {
    font-size: 2.4rem;
  }
}
.top_price .cont ul li:last-child .detail .price {
  font-size: 6.5rem;
  margin-top: 28px;
  padding-left: 10px;
}
@media screen and (max-width: 1024px) {
  .top_price .cont ul li:last-child .detail .price {
    padding-left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .top_price .cont ul li:last-child .detail .price {
    font-size: 4.8rem;
  }
}
.top_price .cont .top_price_lead {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.0952380952;
  letter-spacing: 0.03em;
  -webkit-font-feature-settings: unset;
          font-feature-settings: unset;
}
@media screen and (max-width: 767.9px) {
  .top_price .cont .top_price_lead {
    font-size: 1.6rem;
  }
}
.top_price .cont .top_price_lead span {
  color: #003759;
  font-size: 2.6rem;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 767.9px) {
  .top_price .cont .top_price_lead span {
    font-size: 2rem;
  }
}
.top_price .cont .top_price_lead span::before {
  content: "";
  width: 100%;
  height: 11px;
  position: absolute;
  bottom: -2px;
}
@media screen and (max-width: 767.9px) {
  .top_price .cont .top_price_lead span::before {
    height: 8px;
  }
}

.heading1 {
  letter-spacing: 0.08em;
  font-size: 4.6rem;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .heading1 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.heading1 span {
  font-size: 2.4rem;
  display: block;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767.9px) {
  .heading1 span {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.heading1 .red,
.heading1 .yellow {
  font-size: 4.6rem;
  display: inline;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .heading1 .red,
  .heading1 .yellow {
    font-size: 2.4rem;
  }
}

.worries {
  background-image: url(assets/img/worries_bg.webp);
  background-size: cover;
  padding: 80px 0 130px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .worries {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.worries ul {
  gap: 35px 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767.9px) {
  .worries ul {
    gap: 24px 4%;
  }
}
.worries ul li {
  background: #fff;
  width: 350px;
  border-radius: 5px;
  display: grid;
  height: auto;
  place-content: center;
  justify-items: center;
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5909090909;
  letter-spacing: 0.08em;
  padding: 37px 20px 30px;
  text-align: center;
  min-width: 350px;
}
@media screen and (max-width: 767.9px) {
  .worries ul li {
    width: 100%;
    font-size: 1.6rem;
    padding: 20px 10px;
    line-height: 1.6;
    min-height: 112px;
    max-width: 300px;
    min-width: unset;
  }
}
.worries ul li img {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .worries ul li img {
    zoom: 0.8;
  }
}
.worries ul li:nth-child(1) img {
  width: 94px;
  margin-bottom: 22px;
}
.worries ul li:nth-child(2) img {
  width: 96px;
  margin-top: 4px;
  margin-bottom: 25px;
}
.worries ul li:nth-child(3) img {
  width: 94px;
  margin-bottom: 15px;
}
.worries ul li:nth-child(4) img {
  width: 101px;
  margin-top: 12px;
  margin-bottom: 25px;
}
.worries ul li:nth-child(5) img {
  width: 72px;
  margin-top: 12px;
  margin-right: 7px;
  margin-bottom: 25px;
}

.strong_point {
  padding: 100px 0 180px;
  position: relative;
  overflow: hidden;
  background-image: url(assets/img/strong_point_bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 767.9px) {
  .strong_point {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.strong_point .cont {
  max-width: 1110px;
}
.strong_point h2 {
  color: #fff;
  font-size: 5.8rem;
  text-align: center;
  font-weight: 800;
  margin-bottom: 166px;
}
@media screen and (max-width: 767.9px) {
  .strong_point h2 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.strong_point h2 .yellow {
  font-size: 5.8rem;
}
@media screen and (max-width: 767.9px) {
  .strong_point h2 .yellow {
    font-size: 2.4rem;
  }
}
.strong_point h2 .slash {
  font-size: 2.6rem;
  margin-bottom: 5px;
}
.strong_point h2 .slash::before, .strong_point h2 .slash::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 767.9px) {
  .strong_point h2 .slash {
    font-size: 1.8rem;
  }
}
.strong_point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 85px;
}
@media screen and (max-width: 767.9px) {
  .strong_point ul {
    gap: 40px;
  }
}
.strong_point li {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  padding: 38px 0 0px 65px;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .strong_point li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .strong_point li {
    padding: 30px 20px;
  }
}
.strong_point li img {
  -webkit-transform: translateY(-84px) translateX(35px);
          transform: translateY(-84px) translateX(35px);
  width: 51.4%;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .strong_point li img {
    width: 100%;
    -webkit-transform: unset;
            transform: unset;
  }
}
.strong_point li .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .strong_point li .detail {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.strong_point li .detail .no {
  border-radius: 100px;
  padding: 3px 22px;
  color: #fff;
  background: #c93120;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767.9px) {
  .strong_point li .detail .no {
    font-size: 1.4rem;
  }
}
.strong_point li .detail h3 {
  font-size: 3rem;
  margin-bottom: 30px;
  line-height: 1.5333333333;
  letter-spacing: 0.03em;
  margin-left: 8px;
}
@media screen and (max-width: 767.9px) {
  .strong_point li .detail h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.strong_point li .detail .description {
  margin-left: 8px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .strong_point li .detail .description {
    margin-bottom: 20px;
  }
}

.cta {
  background-image: -webkit-gradient(linear, left top, right top, from(#003759), to(#012237));
  background-image: linear-gradient(90deg, #003759, #012237);
  background-size: cover;
  padding: 56px 0 70px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .cta {
    padding: 60px 0;
  }
}
.cta h2 {
  color: #fff;
  letter-spacing: 0.08em;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 38px;
  line-height: 1.71875;
}
@media screen and (max-width: 767.9px) {
  .cta h2 {
    font-size: 1.9rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
.cta .btn a {
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .cta .btn a {
    font-size: 1.8rem;
    padding: 0 40px 0 45px;
    height: 63px;
    line-height: 6.3rem;
    min-width: 292px;
  }
}
.cta .btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.case {
  background-image: url(assets/img/case_bg.webp);
  background-size: cover;
  overflow: hidden;
  padding: 96px 0 160px;
  background-position: top center;
}
@media screen and (max-width: 767.9px) {
  .case {
    padding: 80px 0 100px;
    background-size: 210%;
  }
}
.case .cont {
  max-width: 1210px;
}
.case .heading1 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767.9px) {
  .case .heading1 {
    margin-bottom: 40px;
  }
}
.case ul {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 34px;
  max-width: 1100px;
  margin: 0 auto;
}
.case ul li {
  border-top: solid 8px #c93120;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  padding: 30px 35px;
  gap: 16px 20px;
  width: calc((100% - 34px) / 2);
}
@media (max-width: 1200px) {
  .case ul li {
    width: 100%;
    margin: 0 auto;
    max-width: 650px;
  }
}
@media screen and (max-width: 767.9px) {
  .case ul li {
    width: 100%;
    padding: 20px 15px;
    gap: 20px 10px;
  }
}
.case ul .left {
  width: 116px;
}
@media screen and (max-width: 767.9px) {
  .case ul .left {
    width: 85px;
  }
}
.case ul .left img {
  border-radius: 50%;
  display: block;
  margin-bottom: 2px;
}
.case ul .left p {
  font-size: 0.9rem;
  text-align: center;
}
.case ul .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.case ul .right .type {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 10px;
  border: solid 1px #aeaeae;
}
.case ul .right .type p:first-child {
  background: #00253c;
  color: #fff;
  padding: 6px 15px;
  font-size: 1.1rem;
}
@media screen and (max-width: 767.9px) {
  .case ul .right .type p:first-child {
    padding: 4px 10px;
    display: grid;
    place-content: center;
  }
}
.case ul .right .type p:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 5px 11px;
  font-size: 1.3rem;
  color: #4c4c4c;
}
@media screen and (max-width: 767.9px) {
  .case ul .right .type p:nth-child(2) {
    padding: 3px 10px;
    font-size: 1.2rem;
  }
}
.case ul .right .comment {
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media screen and (max-width: 767.9px) {
  .case ul .right .comment {
    font-size: 1.3rem;
  }
}
.case ul .right .comment span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.case ul .right .comment .red {
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 767.9px) {
  .case ul .right .comment .red {
    font-size: 1.4rem;
  }
}
.case ul .right .comment .line {
  font-size: 2.4rem;
  line-height: 1.4166666667;
  line-height: 1.4;
}
@media screen and (max-width: 767.9px) {
  .case ul .right .comment .line {
    font-size: 1.7rem;
  }
}
.case ul .before_after {
  width: 100%;
}
.case ul .before_after .flex {
  padding: 10px 13px 10px 27px;
  border-radius: 3px 0 0 0;
  min-height: 103px;
}
@media screen and (max-width: 767.9px) {
  .case ul .before_after .flex {
    padding: 10px 10px 10px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.case ul .before_after .upper {
  font-weight: 700;
  letter-spacing: 0.08em;
  width: 113px;
}
.case ul .before_after .description {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .case ul .before_after .description {
    line-height: 1.6;
  }
}
.case ul .before_after .before_wrap {
  background: #e9edf0;
  margin-bottom: 30px;
  color: #00253c;
  position: relative;
}
.case ul .before_after .before_wrap::before {
  content: "";
  width: 18px;
  height: 10px;
  background: #4c4c4c;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.case ul .before_after .before_wrap p {
  color: #00253c;
}
.case ul .before_after .after_wrap {
  background: #ffe9e6;
}
.case ul .before_after .after_wrap .upper {
  padding-left: 2px;
}
.case ul .before_after .after_wrap p {
  color: #c93120;
}
.case ul .before_after .after_wrap .description {
  font-weight: 700;
}

.hikaku {
  margin-top: -60px;
  padding-bottom: 90px;
  position: relative;
  z-index: 2;
}
.hikaku .cont {
  background: #fff;
  border-radius: 5px;
  border-top: solid 13px #c93120;
  padding: 50px;
  -webkit-box-shadow: 5px 6px 20px 13px rgba(115, 115, 115, 0.06);
          box-shadow: 5px 6px 20px 13px rgba(115, 115, 115, 0.06);
}
@media screen and (max-width: 767.9px) {
  .hikaku .cont {
    padding: 30px 20px;
    border-width: 8px;
  }
}
.hikaku .heading1 {
  margin-bottom: 55px;
}
@media screen and (max-width: 767.9px) {
  .hikaku .heading1 {
    margin-bottom: 40px;
  }
}
.hikaku .heading1 .slash {
  color: #c93120;
  gap: 16px;
}
.hikaku .heading1 .slash::before, .hikaku .heading1 .slash::after {
  -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(100%) saturate(1584%) hue-rotate(345deg) brightness(100%) contrast(97%);
          filter: brightness(0) saturate(100%) invert(22%) sepia(100%) saturate(1584%) hue-rotate(345deg) brightness(100%) contrast(97%);
}
.hikaku .comparison table {
  margin-bottom: 10px;
}
.hikaku .comparison table td,
.hikaku .comparison table th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.08em;
}
.hikaku .comparison table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hikaku .comparison table .head td {
  width: 241px;
}
@media screen and (max-width: 767.9px) {
  .hikaku .comparison table .head td {
    width: 160px;
  }
}
.hikaku .comparison table .head th {
  height: 77px;
  display: grid;
  place-content: center;
  background: #fbf2f1;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: 286px;
  border-top: solid 2px #e2e5e7;
  border-right: solid 2px #e2e5e7;
}
@media screen and (max-width: 767.9px) {
  .hikaku .comparison table .head th {
    font-size: 1.8rem;
    width: 250px;
  }
}
.hikaku .comparison table .head .main {
  padding: 21px 31px;
  background: #c93120;
  border: none;
}
.hikaku .comparison table .head .main img {
  width: 100%;
}
.hikaku .comparison table .detail {
  border-bottom: solid 2px #e2e5e7;
}
.hikaku .comparison table .detail th,
.hikaku .comparison table .detail td {
  padding: 0 35px;
  height: 95px;
  display: grid;
  place-content: center;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .hikaku .comparison table .detail th,
  .hikaku .comparison table .detail td {
    font-size: 1.5rem;
    padding: 0 20px;
  }
}
.hikaku .comparison table .detail th {
  width: 241px;
  background: #f8f8f8;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 767.9px) {
  .hikaku .comparison table .detail th {
    width: 160px;
  }
}
.hikaku .comparison table .detail td {
  width: 286px;
}
@media screen and (max-width: 767.9px) {
  .hikaku .comparison table .detail td {
    width: 250px;
  }
}
.hikaku .comparison table .detail td:nth-child(n+3) {
  border-right: solid 2px #e2e5e7;
}
.hikaku .comparison table .detail .main {
  position: relative;
  padding: 14px 18px;
  color: #c93120;
}
.hikaku .comparison table .detail .main::before, .hikaku .comparison table .detail .main::after {
  content: "";
  height: calc(100% + 2px);
  width: 4px;
  background: #c93120;
  position: absolute;
  top: 0;
  z-index: 2;
}
.hikaku .comparison table .detail .main::before {
  left: 0;
}
.hikaku .comparison table .detail .main::after {
  right: 0;
}
.hikaku .comparison table .detail .main .top {
  width: 100%;
  background: #00253c;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  padding: 1px 0 2px;
  font-weight: 600;
}
@media screen and (max-width: 767.9px) {
  .hikaku .comparison table .detail .main .top {
    font-size: 1.2rem;
  }
}
.hikaku .comparison table .detail .main .top span.arial {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.hikaku .comparison table .detail .main .price {
  font-size: 1.8rem;
  text-align: center;
}
.hikaku .comparison table .detail .main .price span {
  margin-left: 10px;
  padding-right: 2px;
  font-size: 4.6rem;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .hikaku .comparison table .detail .main .price span {
    font-size: 4rem;
    margin-left: 2px;
  }
}
.hikaku .comparison table .r1 .main,
.hikaku .comparison table .r2 .main {
  place-content: unset;
}
.hikaku .comparison table .r3 .main {
  font-size: 2.2rem;
}
@media screen and (max-width: 767.9px) {
  .hikaku .comparison table .r3 .main {
    font-size: 1.8rem;
  }
}
.hikaku .comparison table .r5 .main span {
  position: absolute;
  width: 284px;
  height: 100%;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .hikaku .comparison table .r5 .main span {
    width: 248px;
  }
}
.hikaku .comparison table .r5 .main span::before {
  content: "";
  width: 100%;
  height: 4px;
  background: #c93120;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.hikaku .comparison .note {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.plan {
  padding-top: 90px;
  margin-top: -90px;
  padding-bottom: 100px;
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .plan {
    padding-top: 80px;
    margin-top: -80px;
    padding-bottom: 60px;
  }
}
.plan h2 {
  margin-bottom: 20px;
  font-size: 3.6rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .plan h2 {
    font-size: 2.4rem;
  }
}
.plan .plan_wrap {
  max-width: 1000px;
  margin: 0 auto 7px;
  background: #f8f8f8;
  padding: 75px 30px 50px;
  margin-bottom: 3px;
  border-radius: 5px;
}
@media screen and (max-width: 767.9px) {
  .plan .plan_wrap {
    padding: 30px 20px 20px;
  }
}
.plan .plan_top,
.plan .plan_detail {
  max-width: 857px;
  margin: 0 auto;
}
.plan .plan_top {
  background: #fff;
  padding: 54px 20px;
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .plan .plan_top {
    padding: 40px 0 30px;
    margin-bottom: 20px;
  }
}
.plan .plan_top h3 {
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
  border-radius: 100px;
  padding: 1px 72px 2px;
  letter-spacing: 0.03em;
  background: #00253c;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767.9px) {
  .plan .plan_top h3 {
    font-size: 1.4rem;
    padding: 2px 30px 3px;
    top: -12px;
    max-width: calc(100% - 40px);
  }
}
.plan .plan_top .flex {
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .plan .plan_top .flex {
    gap: 15px;
  }
}
.plan .plan_top .flex .circle {
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  color: #fff;
  background: #c93120;
  display: grid;
  place-content: center;
  line-height: 1.4375;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .plan .plan_top .flex .circle {
    width: 74px;
    font-size: 1.4rem;
  }
}
.plan .plan_top .flex .price {
  font-size: 10rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #c93120;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .plan .plan_top .flex .price {
    font-size: 5.2rem;
  }
}
.plan .plan_top .flex .price span {
  font-size: 3.2rem;
}
@media screen and (max-width: 767.9px) {
  .plan .plan_top .flex .price span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.9px) {
  .plan .plan_detail {
    max-width: 500px;
    margin: 0 auto;
  }
}
.plan .plan_detail .flex-top {
  gap: 0 57px;
}
@media screen and (max-width: 1024px) {
  .plan .plan_detail .flex-top {
    gap: 0 35px;
  }
}
.plan .plan_detail .flex-top div {
  width: calc((100% - 57px) / 2);
}
@media screen and (max-width: 1024px) {
  .plan .plan_detail .flex-top div {
    width: calc((100% - 35px) / 2);
  }
}
@media screen and (max-width: 767.9px) {
  .plan .plan_detail .flex-top div {
    width: 100%;
  }
}
.plan .plan_detail .flex-top .item {
  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;
  padding: 22px 0;
  width: 100%;
  border-bottom: solid 2px #e2e5e7;
}
@media screen and (max-width: 767.9px) {
  .plan .plan_detail .flex-top .item {
    padding: 18px 0;
  }
}
.plan .plan_detail .flex-top .item p {
  color: #283337;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.plan .plan_detail .flex-top .item p:first-child {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.9px) {
  .plan .plan_detail .flex-top .item p:first-child {
    font-size: 1.6rem;
  }
}
.plan .plan_detail .flex-top .item .price {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 8px;
}
@media screen and (max-width: 767.9px) {
  .plan .plan_detail .flex-top .item .price {
    font-size: 3.2rem;
  }
}
.plan .plan_detail .flex-top .item .price span {
  font-size: 2.4rem;
  margin-left: 3px;
}
@media screen and (max-width: 767.9px) {
  .plan .plan_detail .flex-top .item .price span {
    font-size: 2rem;
  }
}
.plan .note {
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.reward-flow {
  padding: 90px 0 115px;
}
@media screen and (max-width: 767.9px) {
  .reward-flow {
    padding: 80px 0;
  }
}
.reward-flow .cont {
  max-width: 1100px;
}
.reward-flow .heading1 {
  margin-bottom: 74px;
}
@media screen and (max-width: 767.9px) {
  .reward-flow .heading1 {
    margin-bottom: 40px;
  }
}
.reward-flow img {
  width: 100%;
  display: block;
}

.reasons .reasons1 {
  padding: 130px 0;
  overflow: hidden;
  background-color: #c93120;
  background-image: url(assets/img/bg_box.svg);
  background-repeat: repeat;
  background-size: 85px 86px;
  background-blend-mode: overlay;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons1 {
    padding: 80px 0;
    background-size: 50px 50px;
  }
}
.reasons .reasons1 .bg_text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 33px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons1 .bg_text {
    gap: 25px;
  }
}
.reasons .reasons1 .bg_text img {
  height: 98px;
  width: auto;
  -webkit-filter: brightness(0) saturate(100%) invert(9%) sepia(59%) saturate(7011%) hue-rotate(359deg) brightness(92%) contrast(113%);
          filter: brightness(0) saturate(100%) invert(9%) sepia(59%) saturate(7011%) hue-rotate(359deg) brightness(92%) contrast(113%);
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons1 .bg_text img {
    height: 55px;
  }
}
.reasons .reasons1 .bg_top {
  top: -5px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons1 .bg_top {
    top: 0;
  }
}
.reasons .reasons1 .bg_bottom {
  bottom: -5px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons1 .bg_bottom {
    bottom: 0;
  }
}
.reasons .reasons1 .heading1 {
  color: #fff;
  font-size: 5.8rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons1 .heading1 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
.reasons .reasons1 .heading1 .yellow {
  font-size: 5.8rem;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons1 .heading1 .yellow {
    font-size: 3rem;
  }
}
.reasons .reasons1 .heading1 .slash {
  font-size: 2.6rem;
  gap: 33px;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons1 .heading1 .slash {
    font-size: 1.8rem;
    gap: 24px;
  }
}
.reasons .reasons1 .heading1 .slash::before, .reasons .reasons1 .heading1 .slash::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.reasons .reasons1 .reasons_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
.reasons .reasons1 .reasons_lead.sp-block {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons1 .reasons_lead.sp-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons1 .reasons_lead.sp-none {
    display: none;
  }
}
.reasons .reasons1 .reasons_lead span {
  position: relative;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .reasons .reasons1 .reasons_lead span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons1 .reasons_lead span {
    font-size: 1.6rem;
  }
}
.reasons .reasons1 .reasons_lead span::before {
  content: "";
  width: 100%;
  height: 2px;
  background-image: url(assets/img/line.webp);
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
.reasons .reasons1 .reasons1_list {
  background: #f3f3f3;
  position: relative;
  padding: 68px 0 90px 62px;
  border-radius: 5px;
  margin-bottom: 55px;
  -webkit-box-shadow: -6.4px 2.8px 29px 2px rgba(115, 115, 115, 0.31);
          box-shadow: -6.4px 2.8px 29px 2px rgba(115, 115, 115, 0.31);
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons1 .reasons1_list {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}
.reasons .reasons1 .reasons1_list::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  width: 205px;
  height: 32px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #f3f3f3;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons1 .reasons1_list::before {
    width: 150px;
  }
}
.reasons .reasons1 .reasons1_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons1 .reasons1_list ul {
    gap: 40px;
  }
}
.reasons .reasons1 .reasons1_list ul li {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.reasons .reasons1 .reasons1_list ul li img {
  width: 43.3%;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons1 .reasons1_list ul li img {
    width: 100%;
  }
}
.reasons .reasons1 .reasons1_list ul li .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons1 .reasons1_list ul li .detail {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.reasons .reasons1 .reasons1_list ul li .detail .no {
  margin-top: 24px;
  background: #c93120;
  border-radius: 100px 0 0 100px;
  padding: 11px 0 11px 96px;
  margin-left: -45px;
  width: calc(100% + 45px);
  height: 39px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons1 .reasons1_list ul li .detail .no {
    margin-left: 0;
    height: 30px;
    padding: 8px 0 8px 30px;
    width: calc(100% + 20px);
  }
}
.reasons .reasons1 .reasons1_list ul li .detail .no img {
  width: auto;
  height: 17px;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons1 .reasons1_list ul li .detail .no img {
    height: 14px;
  }
}
.reasons .reasons1 .reasons1_list ul li .detail h3 {
  padding-left: 55px;
  color: #c93120;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 10px 0;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons1 .reasons1_list ul li .detail h3 {
    font-size: 2rem;
    margin: 8px 0;
    padding-left: 30px;
  }
}
.reasons .reasons1 .reasons1_list ul li .detail .description {
  background: #fff;
  padding: 20px 46px 24px 55px;
  margin-right: 50px;
  border-radius: 0 100px 100px 0;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons1 .reasons1_list ul li .detail .description {
    font-size: 1.5rem;
    padding: 15px;
    width: calc(100% + 20px);
    border-radius: 0 30px 30px 0;
    margin-left: -20px;
    padding-left: 35px;
    margin-right: 0;
  }
}
.reasons .reasons1 .reasons1_list ul li:nth-child(3) .detail .no img {
  height: 22px;
}
.reasons .reasons1 .reasons_bottom p {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.9230769231;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons1 .reasons_bottom p {
    font-size: 1.8rem;
  }
}
.reasons .reasons1 .reasons_bottom p span {
  font-weight: 700;
  color: #fcff0e;
}
.reasons .reasons2 {
  position: relative;
  padding: 110px 0 135px;
  background-image: url("assets/img/bg_box.svg"), url("assets/img/reasons_bg2.webp");
  background-repeat: repeat, no-repeat;
  background-size: 85px 86px, cover;
  background-position: top left, center;
  background-blend-mode: overlay;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons2 {
    padding: 80px 0;
    background-size: 50px 50px, cover;
  }
}
.reasons .reasons2::before {
  content: "";
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(assets/img/plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons2::before {
    width: 80px;
    top: -40px;
  }
}
.reasons .reasons2 .cont {
  max-width: 1100px;
}
.reasons .reasons2 .heading1 {
  margin-bottom: 75px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons2 .heading1 {
    margin-bottom: 40px;
  }
}
.reasons .reasons2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons2 ul {
    gap: 40px;
  }
}
.reasons .reasons2 ul li {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  border: solid 4px #00253c;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons2 ul li {
    border-width: 3px;
  }
}
.reasons .reasons2 ul li::before {
  content: "";
  width: 60px;
  height: 60px;
  background: #c93120;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
  position: absolute;
  bottom: 11px;
  right: 11px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons2 ul li::before {
    width: 40px;
    height: 40px;
    bottom: 6px;
    right: 6px;
  }
}
.reasons .reasons2 ul h4 {
  background: #00253c;
  color: #fff;
  position: relative;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding: 14px 30px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons2 ul h4 {
    font-size: 1.8rem;
  }
}
.reasons .reasons2 ul h4 span {
  font-size: 6.3rem;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 33px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons2 ul h4 span {
    font-size: 4rem;
  }
}
.reasons .reasons2 ul h4::before {
  content: "";
  width: 60px;
  height: 60px;
  background: #c93120;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  position: absolute;
  top: 11px;
  left: 11px;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons2 ul h4::before {
    width: 40px;
    height: 40px;
    top: 6px;
    left: 6px;
  }
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons2 ul li .img_wrap {
    padding: 30px 20px 0;
  }
}
.reasons .reasons2 ul li .img_wrap img {
  width: 100%;
}
.reasons .reasons2 ul .description {
  background: #f8f8f8;
  padding: 30px 40px;
  margin-bottom: 30px;
  margin-inline: 30px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons2 ul .description {
    margin-inline: 20px;
    padding: 20px 15px;
  }
}
.reasons .reasons2 ul .description p {
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  line-height: 1.9090909091;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons2 ul .description p {
    font-size: 1.6rem;
    text-align: left;
  }
}
.reasons .reasons2 ul .description p span {
  color: #c93120;
  font-weight: 700;
}
.reasons .reasons2 ul .description p:nth-child(n+2) {
  margin-top: 20px;
}

.reasons .reasons2 ul li:nth-child(1) .img_wrap {
  padding-top: 41px;
  margin-bottom: 37px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons2 ul li:nth-child(1) .img_wrap {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
.reasons .reasons2 ul li:nth-child(1) .img_wrap img {
  max-width: 855px;
  margin: 0 auto;
  display: block;
}
.reasons .reasons2 ul li:nth-child(2) .img_wrap {
  padding-top: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  margin-bottom: 44px;
  margin-left: 20px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons2 ul li:nth-child(2) .img_wrap {
    margin-left: 0;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
.reasons .reasons2 ul li:nth-child(2) .img1 {
  width: 372px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons2 ul li:nth-child(2) .img1 {
    width: 80%;
  }
}
.reasons .reasons2 ul li:nth-child(2) .img2 {
  width: 516px;
}
@media screen and (max-width: 767.9px) {
  .reasons .reasons2 ul li:nth-child(2) .img2 {
    width: 100%;
  }
}

.flow {
  padding: 100px 0 150px;
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .flow {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.flow .cont {
  max-width: 1100px;
}
.flow h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .flow h2 {
    margin-bottom: 40px;
  }
}
.flow ol {
  background: #fcf2f1;
  padding: 50px 50px 63px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767.9px) {
  .flow ol {
    padding: 30px 20px;
  }
}
.flow ol li {
  background: #fff;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  width: 100%;
  min-height: 183px;
}
@media screen and (max-width: 767.9px) {
  .flow ol li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow ol li::after {
  content: "";
  width: 80px;
  height: 23px;
  background: #c93120;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.9px) {
  .flow ol li::after {
    width: 70px;
  }
}
.flow ol li:last-child::after {
  display: none;
}
.flow ol li .no {
  background: #c93120;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 15px;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  line-height: 1.2;
  width: 83px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .flow ol li .no {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.8rem;
    padding: 7px 20px;
  }
}
.flow ol li .no span {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .flow ol li .no span {
    font-size: 1.4rem;
  }
}
.flow ol li .detail {
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 30px 53px;
}
@media screen and (max-width: 767.9px) {
  .flow ol li .detail {
    padding: 15px 20px 20px;
  }
}
.flow ol li .detail h3 {
  color: #c93120;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .flow ol li .detail h3 {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
.flow ol li .detail p {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.9px) {
  .flow ol li .detail p {
    font-size: 1.6rem;
  }
}
.flow ol li .detail p span {
  font-size: 1.4rem;
}

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

.top_price.bottom {
  padding: 112px 0 0;
  background: #fff;
  margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .top_price.bottom {
    padding-top: 80px;
    margin-bottom: 80px;
  }
}

.contact {
  background-image: linear-gradient(129deg, #003759, #012237);
  padding: 150px 0 130px;
}
@media screen and (max-width: 767.9px) {
  .contact {
    padding: 70px 0 80px;
  }
}
.contact .cont {
  max-width: 1000px;
}
.contact h2 {
  color: #fff;
  font-size: 6rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 767.9px) {
  .contact h2 {
    font-size: 3rem;
    line-height: 1.4;
  }
}
.contact .contact_description {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 54px;
}
@media screen and (max-width: 767.9px) {
  .contact .contact_description {
    font-size: 1.6rem;
    margin-bottom: 40px;
    text-align: left;
  }
}
.contact .form_wrap {
  background: #fff;
  max-width: 930px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 44px 7.5%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 6px 5px 10px;
          box-shadow: rgba(0, 0, 0, 0.15) 6px 5px 10px;
}
@media screen and (max-width: 767.9px) {
  .contact .form_wrap {
    padding: 30px 20px;
  }
}
.contact .form table tr {
  margin-bottom: 5px;
}
@media screen and (max-width: 767.9px) {
  .contact .form table tr {
    margin-bottom: 20px;
  }
}
.contact .form table th {
  font-size: 2.8rem;
  margin-bottom: 6px;
}
@media screen and (max-width: 767.9px) {
  .contact .form table th {
    font-size: 1.8rem;
    margin-bottom: 4px;
  }
}
.contact .form table th .check {
  font-size: 2rem;
  background: #c93120;
  line-height: 1;
  padding: 4px 10px 6px;
  color: #fff;
  margin-left: 10px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 767.9px) {
  .contact .form table th .check {
    font-size: 1.4rem;
  }
}
.contact .form table input,
.contact .form table select {
  height: 75px;
  font-size: 1.8rem;
  padding: 10px 20px;
}
@media screen and (max-width: 767.9px) {
  .contact .form table input,
  .contact .form table select {
    font-size: 1.6rem;
    height: 50px;
  }
}
.contact .form table select {
  background-size: 26px 24px;
  background-position: right 30px center;
}
@media screen and (max-width: 767.9px) {
  .contact .form table select {
    background-size: 18px 20px;
    background-position: right 20px center;
  }
}
.contact .form .privacy_policy_check {
  margin-top: 18px;
}
.contact .form .privacy_policy_check input {
  width: 22px;
  height: 22px;
  margin-top: 6px;
  margin-right: 30px;
}
@media screen and (max-width: 767.9px) {
  .contact .form .privacy_policy_check input {
    width: 15px;
    height: 15px;
    margin-top: 5px;
    margin-right: 10px;
  }
}
.contact .form .privacy_policy_check label p {
  font-size: 2.8rem;
}
@media screen and (max-width: 767.9px) {
  .contact .form .privacy_policy_check label p {
    font-size: 1.5rem;
  }
}
.contact .form .privacy_policy_check label p a {
  color: #c93120;
}
.contact .form .privacy_policy_check label p a::after {
  background: #16a9d6;
}
.contact .form .privacy_policy_check .pp_text {
  font-size: 1.9rem;
  margin-top: 11px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .contact .form .privacy_policy_check .pp_text {
    font-size: 1.2rem;
  }
}
.contact .form .privacy_policy_check .pp_text span {
  color: #c93120;
}
.contact .form .submit {
  margin-top: 38px;
}
@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;
  padding-bottom: 5px;
  text-align: center;
  border-radius: 53px;
}
@media screen and (max-width: 767.9px) {
  .contact .form .submit input {
    font-size: 1.8rem;
    height: 70px;
    border-radius: 35px;
  }
}

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

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

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

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

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

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.page-id-51 header {
  background: #fff;
  position: sticky;
  top: 0;
}

.page_top {
  background-image: linear-gradient(129deg, #003759, #012237);
  padding: 100px 0;
}
@media screen and (max-width: 767.9px) {
  .page_top {
    padding: 80px 0;
  }
}
.page_top .cont {
  max-width: 1000px;
}
.page_top h2 {
  font-size: 4.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .page_top h2 {
    font-size: 2.4rem;
  }
}

.page_content {
  background: #f8f8f8;
  padding: 120px 0 160px;
  border-bottom: solid 4px #003759;
}
@media screen and (max-width: 767.9px) {
  .page_content {
    padding: 80px 0 100px;
  }
}
.page_content h2 {
  font-size: 2.8rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .page_content h2 {
    font-size: 1.9rem;
    margin-bottom: 30px;
  }
}
.page_content p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .page_content p {
    font-size: 1.6rem;
    text-align: left;
  }
}

/* 10秒タイマーバナー */
.timer-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.timer-banner.show {
  opacity: 1;
}
.timer-banner .timer-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767.9px) {
  .timer-banner .timer-banner-content {
    padding: 30px 20px;
    max-width: 90%;
  }
}
.timer-banner .timer-banner-close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  padding-bottom: 2px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  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;
  font-size: 2.4rem;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.timer-banner .timer-banner-close:hover {
  background: #333;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.timer-banner .timer-banner-image {
  position: relative;
}
.timer-banner .timer-banner-image a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.timer-banner .timer-banner-image a:hover {
  opacity: 0.9;
}
.timer-banner .timer-banner-image img {
  max-width: 100%;
  height: auto;
  display: block;
}/*# sourceMappingURL=style.css.map */