@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・mixin
・base
====================================================================== */
/* ======================================================================
 reset
====================================================================== */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* SPメニュー開閉時にページスクロールを固定 */
body.is-menu-open {
  overflow: hidden;
}

/* html5doctor.com Reset Stylesheet v1.6.1
  Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details,
dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section,
small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: #fff;
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

html, body {
  width: 100%;
  height: 100%;
}

.page {
  width: 100%;
  margin: 0 auto;
}

/* border-box */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/* a */
a:link {
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

/* button */
button {
  display: block;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-image: none;
  background: transparent;
  font-family: inherit;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
}

img {
  max-width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.u_num {
  font-family: "Roboto",sans-serif;
}

.u_bold {
  font-weight: bold;
}

.u_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u_pc {
    display: none;
  }
}
.u_pc_i {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u_pc_i {
    display: none;
  }
}

.u_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u_sp {
    display: block;
  }
}
.u_sp_i {
  display: none;
}
@media screen and (max-width: 768px) {
  .u_sp_i {
    display: inline;
  }
}

.em {
  font-weight: bold;
}
.em_color {
  color: #F1762F;
}
.em_ttl {
  background: linear-gradient(to right, #193760, #3471c6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.line {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, #ffde5b 60%);
}

.normal {
  font-size: 16px;
  line-height: 2;
}

.normal2 {
  font-size: 14px;
  line-height: 2;
}

.c_btn_1 {
  background: linear-gradient(to left, #ed5d35, #ffd816);
  padding: 20px 60px 20px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  position: relative;
}
.c_btn_1 img {
  margin: 0 5px 0 0;
}
.c_btn_1:before {
  content: url(../img/lp/cv-btn-ico.svg);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.c_btn_1 .fukidashi {
  padding: 3px 15px 5px;
  background: #333;
  border-radius: 999px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  white-space: nowrap;
}
.c_btn_1 .fukidashi:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #555555;
  border-bottom: 0;
}

.c_btn_2 {
  background: linear-gradient(to left, #193760, #3770bd);
  padding: 20px 60px 20px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c_btn_2 {
    padding: 20px 48px 20px;
  }
}
.c_btn_1,
.c_btn_2,
.c_btn_3 {
  transition: all .2s linear;
}
.c_btn_1:hover {
  opacity: 0.7;
}
.c_btn_2:hover {
  opacity: 0.7;
}
.c_btn_3:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .c_btn_1:hover {
    opacity: 1;
  }
  .c_btn_2:hover {
    opacity: 1;
  }
  .c_btn_3:hover {
    opacity: 1;
  }
}
.c_btn_2 img {
  margin: 0 5px 0 0;
}
.c_btn_2 .fukidashi {
  padding: 3px 15px 5px;
  background: #333;
  border-radius: 999px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  white-space: nowrap;
}
.c_btn_2 .fukidashi:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #333;
  border-bottom: 0;
}

.c_btn_3 {
  padding: 20px 60px 20px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #fff;
  display: inline-flex;
  position: relative;
}
.c_btn_3 img {
  margin: 0 5px 0 0;
  transform: translateY(3px);
}
.c_btn_3 .fukidashi {
  padding: 3px 15px 5px;
  background: #fff;
  border-radius: 999px;
  color: #333;
  font-weight: bold;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  white-space: nowrap;
}
.c_btn_3 .fukidashi:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.c_ttl_1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.c_ttl_1__subttl {
  font-size: 20px;
  color: #333;
  position: relative;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .c_ttl_1__subttl {
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
  }
}
.c_ttl_1__subttl:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #3E3E3E;
  transform: rotate(60deg);
  transform-origin: center;
  position: absolute;
  top: 10px;
  left: -31px;
}
@media screen and (max-width: 768px) {
  .c_ttl_1__subttl:before {
    top: initial;
    bottom: 11px;
    left: -21px;
  }
}
.c_ttl_1__subttl:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #3E3E3E;
  transform: rotate(-65deg);
  transform-origin: center;
  position: absolute;
  top: 10px;
  right: -31px;
}
@media screen and (max-width: 768px) {
  .c_ttl_1__subttl:after {
    top: initial;
    bottom: 11px;
    right: -21px;
  }
}
.c_ttl_1__subttl span {
  color: #F6850A;
}
.c_ttl_1__ttl {
  width: 100%;
  text-align: center;
  padding: 0 0 20px;
  position: relative;
  font-size: 56px;
  margin: 10px 0 0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c_ttl_1__ttl {
    font-size: 36px;
    line-height: 1;
    padding: 0 0 30px;
  }
}
.c_ttl_1__ttl:before {
  content: "";
  width: 80px;
  height: 5px;
  background: linear-gradient(to right, #3770bd 0%, #3770bd 50%, #193760 50%, #193760 100%);
  border-radius: 999px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c_ttl_1__ttl > .sml {
  font-size: 46px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c_ttl_1__ttl > .sml {
    font-size: 28px;
  }
}
.c_ttl_1__ttl .em_ttl {
  line-height: 1.5;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c_ttl_1__ttl .em_ttl {
    line-height: 1.2;
  }
}
.c_ttl_1__ttl .em_ttl .sml {
  font-size: 46px;
}
@media screen and (max-width: 768px) {
  .c_ttl_1__ttl .em_ttl .sml {
    font-size: 28px;
  }
}

.c_ttl_2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c_ttl_2_ttl {
  width: 100%;
  text-align: center;
  padding: 0 0 25px;
  position: relative;
  font-size: 28px;
  margin: 10px 0 0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c_ttl_2_ttl {
    font-size: 24px;
    line-height: 1.2;
    padding: 0 0 15px;
  }
}
.c_ttl_2_ttl:before {
  content: "";
  width: 40px;
  height: 3px;
  background: #193760;
  border-radius: 999px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c_ttl_2_ttl:before {
    width: 40px;
    border-radius: 999px;
  }
}

.c_ttl_3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: bold;
}
.c_ttl_3__subttl {
  font-size: 20px;
  color: #193760;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c_ttl_3__subttl {
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
  }
}
.c_ttl_3__subttl:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #193760;
  transform: rotate(60deg);
  transform-origin: center;
  position: absolute;
  top: 10px;
  left: -25px;
}
@media screen and (max-width: 768px) {
  .c_ttl_3__subttl:before {
    top: initial;
    bottom: 9px;
    left: -20px;
  }
}
.c_ttl_3__subttl:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #193760;
  transform: rotate(-65deg);
  transform-origin: center;
  position: absolute;
  top: 10px;
  right: -16px;
}
@media screen and (max-width: 768px) {
  .c_ttl_3__subttl:after {
    top: initial;
    bottom: 9px;
  }
}
.c_ttl_3__ttl {
  width: 100%;
  text-align: center;
  padding: 0;
  position: relative;
  font-size: 32px;
  margin: 10px 0 0;
  display: inline-block;
  color: #193760;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c_ttl_3__ttl {
    font-size: 20px;
    line-height: 1.6;
  }
}
.c_ttl_3__ttl > .sml {
  font-size: 46px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c_ttl_3__ttl > .sml {
    font-size: 20px;
  }
}
.c_ttl_3__ttl .em_ttl {
  line-height: 1.5;
  display: inline-block;
}
.c_ttl_3__ttl .em_ttl .sml {
  font-size: 46px;
}

.l_header {
  top: 0;
  left: 0;
  position: fixed;
  width: 100vw;
  z-index: 100;
  background: #fff;
}
.l_header__inner {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l_header__inner {
    width: auto;
    padding: 21px 15px;
    align-items: center;
    background: #fff;
  }
}
.l_header__box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l_header__box:not(:first-of-type) {
    display: none;
  }
}
.l_header__box._another {
  display: block;
}
.l_header__menus {
  display: flex;
  gap: 0 23px;
  margin: 12px 0 0;
}
@media screen and (max-width: 768px) {
  .l_header__menus {
    display: none;
  }
}
.l_header__menu {
  display: flex;
  align-items: center;
  align-self: center;
}
.l_header__link {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  display: inline-block;
  padding: 0 15px 0 0;
  position: relative;
  transition: all .2s linear;
}
.l_header__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .l_header__link:hover {
    opacity: 1;
  } 
}
.l_header__link:after {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  transform: rotate(45deg);
  transform-origin: center;
  top: 16%;
  right: 0;
  position: absolute;
}
.l_header .tel {
  margin: 0 20px;
  font-size: 32px;
  font-weight: 600;
  align-self: center;
}
.l_header .tel img {
  display: inline-block;
  margin: 0 5px 0 0;
}
.l_header .tel .normal {
  text-align: right;
  font-size: 14px;
  font-weight: normal;
}
.l_header .cv__btn {
  background: linear-gradient(to left, #ed5d35, #ffd816);
  padding: 20px 60px 20px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: flex;
  position: relative;
}
.l_header .cv__btn:before {
  content: url(../img/lp/cv-btn-ico.svg);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.l_header .cv__btn img {
  margin: 0 5px 0 0;
}
.l_header .border {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 13px;
  right: 4.6875vw;
  transition: all .2s linear;
}

.l_header .border.is-open .border1 {
  transform: rotate(45deg);
  top: 20px;
} 
.l_header .border.is-open .border2 {
  display: none;
}
.l_header .border.is-open .border3 {
  transform: rotate(-45deg);
  top: 20px;
}

.l_header .border-line {
  width: 30px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 5px;
}
.l_header .border-line.border1 {
  top: 10px;
}
.l_header .border-line.border2 {
  top: 20px;
}
.l_header .border-line.border3 {
  top: 30px;
}

.l_header__spmenu {
  background: #193760;
  padding: 70px 0 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: scroll;
  display: none;
}

.l_header__spmenu__wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 55.8% 0 0;
  background: url(../img/lp/spmenu.svg);
  background-size: cover;
}

.l_header__spmenu__wrap {
  padding: 30px 4.6875vw 45vw;
  position: relative;
  min-height: calc(100vh - 70px);
}

.l_header__spmenu__lists {
  display: flex;
  gap: 16px;
  flex-direction: column;
  padding: 0 0 30px;
  border-bottom: 1px dotted #fff;
}

.l_header__spmenu__list {
  display: flex;
  justify-content: center;
}

.l_header__spmenu__link {
  font-size: 16px;
  color: #fff;
  padding: 0 20px 0 0;
  position: relative;
  line-height: 1.5;
}

.l_header__spmenu__link::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 6px;
  right: 0;
  transform: rotate(45deg);
}

.l_header__spmenu__ttl {
  padding: 32px 0;
  display: flex;
  justify-content: center;
}
.l_header__spmenu__ttlwrap {
  text-align: center;
  line-height: 1.4;
  position: relative;
  
}

.l_header__spmenu__ttlwrap::before {
  content: "";
  width: 2px;
  height: 30px;
  background: #fff;
  transform: rotate(-25deg);
  position: absolute;
  bottom: 0;
  left: -20px;
}

.l_header__spmenu__ttlwrap::after {
  content: "";
  width: 2px;
  height: 30px;
  background: #fff;
  transform: rotate(25deg);
  position: absolute;
  bottom: 0;
  right: -20px;
}

.l_header__spmenu__ttl1 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.l_header__spmenu__color {
  color: #FFDE5B;
}
.l_header__spmenu__ttl2 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.l_header .cv__btns {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-direction: column;
}
.l_header .cv__btns .c_btn_3 {
  width: 275px;
  justify-content: center;
}
.l_header .tel-info {
  text-align: center;
  color: #fff;
  margin: 8px 0 0;
  font-size: 12px;
}

.l_header .cv__btns .c_btn_1 .fukidashi {
  background: #fff;
  color: #333;
}

.l_header .cv__btns .c_btn_1 .fukidashi::before {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

@media screen and (max-width: 768px) {
  main {
    overflow: hidden;
  }
}

.l_mainvis {
  margin: 112px auto 0;
  width: calc(100vw - 48px);
  height: 520px;
  background: url(../img/lp/kv.png);
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .l_mainvis {
    height: auto;
    background: none;
    margin: 70px 4.6875vw 52px;
    width: calc( 100vw - (4.6875vw * 2 ) );
  }
}
.l_mainvis__inner {
  padding: 80px 0 0 30px;
}
@media screen and (max-width: 768px) {
  .l_mainvis__inner {
    padding: 0;
    position: relative;
  }
}
.l_mainvis__ttl {
  font-size: 35px;
  color: #fff;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l_mainvis__ttl {
    margin: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 27px;
    line-height: 1.5;
  }
  .l_mainvis__ttl:before {
    content: url(../img/lp/sp/mv-ico.svg);
    position: absolute;
    top: 44px;
    right: -110px;
  }
}
.l_mainvis__ttl .bg {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  padding: 20px 20px 25px 20px;
  border-radius: 0 10px 10px 10px;
}
@media screen and (max-width: 768px) {
  .l_mainvis__ttl .bg {
    padding: 0 0 10px 0;
    border-radius: 0 10px 10px 10px;
  }
}
.l_mainvis__ttl .bg._another {
  border-radius: 10px 10px 0 0;
  padding: 20px 20px 10px 20px;
}
@media screen and (max-width: 768px) {
  .l_mainvis__ttl .bg._another {
    border-radius: 10px 10px 0 0;
    padding: 0;
  }
}
.l_mainvis__ttl .big {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .l_mainvis__ttl .big {
    color: #fff;
    font-size: 38px;
    overflow: hidden;
    display: inline-flex;
    padding: 0 0 0 10px;
  }
}
.l_mainvis__ttl .big.ico_1 {
  position: relative;
}
.l_mainvis__ttl .big.ico_1:before {
  content: url(../img/lp/mv-ttl-ico1.svg);
  position: absolute;
  bottom: -12px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l_mainvis__ttl .big.ico_1:before {
    left: 10px;
  } 
}

.l_mainvis__ttl .big.ico_2 {
  position: relative;
}
.l_mainvis__ttl .big.ico_2:before {
  content: url(../img/lp/mv-ttl-ico2.svg);
  position: absolute;
  bottom: -12px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l_mainvis__ttl .big.ico_2:before {
    left: 10px;
  } 
}
.l_mainvis__ttl .big.ico_3 {
  position: relative;
}
.l_mainvis__ttl .big.ico_3:before {
  content: url(../img/lp/mv-ttl-ico3.svg);
  position: absolute;
  bottom: -15px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l_mainvis__ttl .big.ico_3:before {
    left: 10px;
  } 
}
.l_mainvis__lead {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  margin: 30px 0 0 20px;
}
@media screen and (max-width: 768px) {
  .l_mainvis__lead {
    margin: 20px 0 0;
    color: #333;
    line-height: 2;
  }
}

.l_mainvis__lead .bg {
  display: inline-block;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
  .l_mainvis__lead .bg {
    display: inline;
    padding: 0;
    background: none;
    border-radius: 0;
  } 
  .l_mainvis__lead .bg .u_bold {
    color: #3770BD;
  }
}
.l_mainvis__btnwrap {
  margin: 50px 0 0 20px;
}
@media screen and (max-width: 768px) {
  .l_mainvis__btnwrap {
    display: none;
  }
}

.leadbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  position: relative;
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .leadbox {
    padding: 0 4.6875vw 50px;
  }
}
.leadbox__ttl {
  border-radius: 999px;
  padding: 16px 50px;
  background: #fff;
  margin: -30px 0 0;
}
.leadbox__txt1 {
  font-size: 16px;
  text-align: center;
}
.leadbox__txt2 {
  font-size: 22px;
  text-align: center;
  margin: 8px 0 0;
}
.leadbox .icowrap {
  position: relative;
}
.leadbox .icowrap:before {
  content: "";
  width: 16px;
  height: 2px;
  background: #3E3E3E;
  transform: rotate(60deg);
  transform-origin: center;
  position: absolute;
  top: 12px;
  left: -20px;
}
.leadbox .icowrap:after {
  content: "";
  width: 16px;
  height: 2px;
  background: #3E3E3E;
  transform: rotate(-65deg);
  transform-origin: center;
  position: absolute;
  top: 12px;
  right: -20px;
}
.leadbox__items {
  margin: 12px 0 0;
  display: flex;
  gap: 0 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .leadbox__items {
    gap: 0 17px;
  }
}
.leadbox__items:before {
  content: url(../img/lp/lead-ico1.svg);
  position: absolute;
  top: -135px;
  right: -300px;
}
@media screen and (max-width: 768px) {
  .leadbox__items:before {
    display: none;
  }
}
.leadbox__item {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .leadbox__item {
    gap: 10px;
    flex-direction: column;
    width: calc( (100% - 34px) / 3);
  }
}
.leadbox__imgbox {
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .leadbox__imgbox {
    width: 100%;
    height: auto;
  }
}
.leadbox__txtbox {
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .leadbox__txtbox {
    padding: 0;
  }
}
.leadbox__txtbox__ttl {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .leadbox__txtbox__ttl {
    margin: 0 0 5px;
    font-size: 14px;
    text-align: center;
  }
}
.leadbox__txtbox__desc {
  position: relative;
  padding: 0 0 0 15px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .leadbox__txtbox__desc {
    font-size: 12px;
  }
}
.leadbox__txtbox__desc:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 6px;
}
@media screen and (max-width: 768px) {
  .leadbox__txtbox__desc:before {
    width: 3px;
    height: 3px;
  }
}

.sec1 {
  width: 100%;
  margin: 0 auto;
  padding: 120px 80px;
  background: #F4F4ED;
}
@media screen and (max-width: 768px) {
  .sec1 {
    width: 100%;
    padding: 50px 4.6875vw;
  }
}
.sec1__imglay {
  margin: 50px 0 0;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec1__imglay {
    margin: 30px 0 0;
  }
}
.sec1__imglay__item {
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec1__imglay__item {
    flex-direction: column;
  }
}
.sec1__imglay__item._reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .sec1__imglay__item._reverse {
    margin: 16px 0;
    flex-direction: column;
  }
}
.sec1__imglay__imgbox {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .sec1__imglay__imgbox {
    width: 100%;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
  }
}
.sec1__imglay__txtbox {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 0 100px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sec1__imglay__txtbox {
    width: 100%;
    padding: 24px;
    position: relative;
    border-radius: 0 0 8px 8px;
  }
}
.sec1__imglay__ttl {
  margin: 10px 0 0;
  color: #193760;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec1__imglay__ttl {
    margin: 0;
    line-height: 1.5;
    text-align: center;
  }
}
.sec1__imglay .normal {
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .sec1__imglay .normal {
    margin: 20px 0 0;
  }
}
.sec1__double {
  margin: 24px 0 0;
  display: flex;
  gap: 0 24px;
}
@media screen and (max-width: 768px) {
  .sec1__double {
    margin: 16px 0 0;
    gap: 16px;
    flex-wrap: wrap;
  }
}
.sec1__double__item {
  width: calc(50% - 12px);
  padding: 24px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec1__double__item {
    width: 100%;
    border-radius: 8px;
    flex-wrap: wrap;
  }
}
.sec1__double__imgbox {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .sec1__double__imgbox {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
  }
  .sec1__double__imgbox img {
    width: 120px;
  }
  .sec1__double__imgbox .u_sp {
    width: calc(100% - 120px);
  }
  .sec1__double__imgbox .u_sp .point {
    position: initial;
    transform: none;
  }
}
.sec1__double__txtbox {
  width: calc(100% - 220px);
}
@media screen and (max-width: 768px) {
  .sec1__double__txtbox {
    padding: 10px 0 0;
    width: 100%;
  }
}
.sec1__double__ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 15px;
}
@media screen and (max-width: 768px) {
  .sec1__double__ttl {
    line-height: 1.4;
    margin: 10px 0 0;
  }
}
.sec1 .point {
  background: #193760;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 999px;
  font-family: "Roboto",serif;
}
@media screen and (max-width: 768px) {
  .sec1 .point {
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
}

.sec2 {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .sec2 {
    padding: 50px 0;
  }
}
.sec2__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec2__inner {
    width: 100%;
    padding: 0 12px;
  }
}
.sec2 .c_ttl_1__ttl {
  margin: 0;
}
.sec2 .normal {
  text-align: center;
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  .sec2 .normal {
    text-align: left;
  }
}
.sec2 .c_ttl_2 {
  margin: 60px 0 30px;
}
@media screen and (max-width: 768px) {
  .sec2 .c_ttl_2 {
    margin: 30px 0;
  }
}
.sec2 .c_ttl_2_ttl {
  margin: 0;
}
.sec2 .table {
  margin: 30px 0 0;
  border: 1px solid #ddd;
}
.sec2 .table__row {
  display: flex;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .sec2 .table__row {
    flex-wrap: wrap;
    height: auto;
  }
}
.sec2 .table__row:not(:first-of-type) {
  border-top: 1px solid #ddd;
}
.sec2 .table__ttl {
  font-size: 16px;
  font-weight: bold;
  width: 200px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  color: #193760;
  background: rgba(65, 143, 249, 0.1);
}
@media screen and (max-width: 768px) {
  .sec2 .table__ttl {
    width: 100%;
    justify-content: center;
    padding: 20px 16px;
  }
}
.sec2 .table__desc {
  width: calc( 100% - 200px);
  font-size: 16px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .sec2 .table__desc {
    width: 100%;
    text-align: center;
    padding: 20px 16px;
    border-left: none;
    border-top: 1px solid #ddd;
  }
}
.sec2 .bg {
  background: #F4F4ED;
  padding: 50px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec2 .bg {
    padding: 32px 12px 150px;
    width: 100vw;
    transform: translateX(-12px);
  }
}
.sec2 .bg:before {
  content: url(../img/lp/bg-ico1.svg);
  position: absolute;
  bottom: 0;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .sec2 .bg:before {
    content: url(../img/lp/sp/bg-ico1.svg);
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec2 .bg:after {
  content: url(../img/lp/bg-ico2.svg);
  position: absolute;
  bottom: 0;
  right: 50px;
}
@media screen and (max-width: 768px) {
  .sec2 .bg:after {
    display: none;
  }
}
.sec2 .bg__flex {
  display: flex;
  gap: 0 16px;
}
@media screen and (max-width: 768px) {
  .sec2 .bg__flex {
    gap: 16px;
    flex-direction: column;
  }
}
.sec2 .bg__item {
  width: calc(50% - 8px);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec2 .bg__item {
    width: 100%;
  }
}
.sec2 .bg__item__ttl {
  padding: 20px;
  background: #3770BD;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .sec2 .bg__item__ttl {
    padding: 12px;
  }
}
.sec2 .bg__item__ttl._another {
  background: #193760;
}
.sec2 .bg__item__sml {
  font-size: 14px;
}
.sec2 .bg__item__box {
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .sec2 .bg__item__box {
    padding: 24px 16px;
  }
}
.sec2 .bg__item__box__txt1 {
  margin: 20px 0 10px;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}
.sec2 .bg__item__box__txt2 {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}
.sec2 .bg__item__box__txt2 .big {
  font-size: 20px;
}
.sec2 .bg__item .iconbox {
  display: flex;
  border-radius: 10px;
}
.sec2 .bg__item .iconbox + .iconbox {
  margin: 8px 0 0;
}
.sec2 .bg__item .iconbox:not(:first-of-type) {
  position: relative;
}
.sec2 .bg__item .iconbox:not(:first-of-type):before {
  content: url(../img/lp/plus1.svg);
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec2 .bg__item .iconbox:not(:first-of-type):before {
    top: -18px;
    content: url(../img/lp/sp/plus1.svg);
  }
}
.sec2 .bg__item .iconbox._another:not(:first-of-type):before {
  content: url(../img/lp/plus2.svg);
}
@media screen and (max-width: 768px) {
  .sec2 .bg__item .iconbox._another:not(:first-of-type):before {
    content: url(../img/lp/sp/plus2.svg);
  }
}
.sec2 .bg__item .iconbox__imgbox {
  width: 64px;
  aspect-ratio: 1 / 1;
  background: #3770BD;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 768px) {
  .sec2 .bg__item .iconbox__imgbox {
    width: 56px;
  }
}
.sec2 .bg__item .iconbox__imgbox._another {
  background: #193760;
}
.sec2 .bg__item .iconbox__txtbox {
  width: calc(100% - 64px);
  display: flex;
  align-items: center;
  padding: 0 16px;
  color: #3770BD;
  font-size: 18px;
  font-weight: bold;
  background: rgba(65, 143, 249, 0.1);
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
  .sec2 .bg__item .iconbox__txtbox {
    font-size: 16px;
    padding: 0 0 0 10px;
    width: calc(100% - 56px);
  }
}
.sec2 .bg__item .iconbox__txtbox._another {
  color: #193760;
  background: rgba(25, 55, 96, 0.1);
}
.sec2 .bg__item .iconbox__txtbox .sml {
  font-size: 14px;
}
.sec2 .bg .c_ttl_3 {
  margin: 30px 0 0;
}
.sec2__lists {
  display: flex;
  gap: 0 16px;
}
@media screen and (max-width: 768px) {
  .sec2__lists {
    gap: 16px;
    flex-wrap: wrap;
  }
}
.sec2__list {
  padding: 0 24px 32px 24px;
  position: relative;
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 768px) {
  .sec2__list {
    width: 100%;
    padding: 24px;
    background: #F3F8FF;
    border-radius: 8px;
  }
}
.sec2__list:before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  border-radius: 10px;
  background: #F3F8FF;
}
@media screen and (max-width: 768px) {
  .sec2__list:before {
    display: none;
  }
}
.sec2__list__imgbox {
  margin: 0 auto;
  width: 200px;
  aspect-ratio: 1 / 1;
}
@media screen and (max-width: 768px) {
  .sec2__list__imgbox {
    width: 100%;
    display: flex;
    aspect-ratio: initial;
    align-items: center;
  }
  .sec2__list__imgbox img {
    width: 80px;
    height: 80px;
  }
  .sec2__list__imgbox .u_sp {
    width: calc(100% - 80px);
    padding: 0 0 0 15px;
  }
}
.sec2__list__txtbox {
  margin: 20px 0 0;
}
.sec2__list__ttl {
  margin: 0 0 15px;
  font-size: 20px;
  color: #193760;
  line-height: 1.7;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec2__list__ttl {
    font-size: 18px;
    margin: 0;
    text-align: left;
  }
}
.sec2__list__ttl .sml {
  font-size: 10px;
  display: inline-block;
  transform: translateY(-8px);
}
.sec2__list__txt {
  font-size: 16px;
  line-height: 1.5;
}
.sec2__list__indent {
  margin: 10px 0 0;
  color: #666;
  font-size: 12px;
  padding: 0 0 0 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.sec2__indent {
  margin: 10px 0 0;
  color: #666;
  font-size: 12px;
  padding: 0 0 0 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.sec2__btnwrap {
  margin: 50px 0 0;
  display: flex;
  justify-content: center;
}
.sec2__txt1 {
  margin: 15px 0 0;
  font-size: 12px;
  text-align: center;
  color: #666;
}

.sec3 {
  padding: 120px 0;
  background: #F4F4ED;
}
@media screen and (max-width: 768px) {
  .sec3 {
    padding: 50px 0;
  }
}
.sec3__inner {
  width: 1230px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec3__inner {
    width: 100%;
  }
}
.sec3 .c_ttl_1__ttl {
  margin: 0;
}
.sec3 .normal {
  text-align: center;
  margin: 25px 0 0;
}
.sec3 .c_ttl_2 {
  margin: 60px 0 30px;
}
.sec3 .c_ttl_2_ttl {
  margin: 0;
}
.sec3__lead {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  margin: 30px 0 50px;
}
@media screen and (max-width: 768px) {
  .sec3__lead {
    margin: 30px 0;
    text-align: left;
    padding: 0 4.6875vw;
  }
}
.sec3__lists {
  display: flex;
  gap: 0 16px;
}
@media screen and (max-width: 768px) {
  .sec3__lists {
    padding: 0 0 72px;
    margin: 0 !important;
  }
}
.sec3__list {
  position: relative;
  width: calc((100% - 32px) / 3);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.sec3__list:before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  border-radius: 10px;
  background: #F3F8FF;
}
.sec3__list__imgbox {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.sec3__list__txtbox {
  padding: 30px 40px 15px;
}
@media screen and (max-width: 768px) {
  .sec3__list__txtbox {
    padding: 30px 16px 18px;
  }
}
.sec3__list__ttl {
  margin: 0 0 15px;
  font-size: 20px;
  color: #193760;
  line-height: 1.7;
  font-weight: bold;
}
.sec3__list__ttl .sml {
  font-size: 10px;
  display: inline-block;
  transform: translateY(-8px);
}
.sec3__list .point {
  background: #193760;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 5px 12px 4px;
  border-radius: 999px;
  font-family: "Roboto", serif;
}
.sec3__list__name {
  font-size: 16px;
  color: #193760;
  font-weight: bold;
  margin: 10px 0 0;
}
.sec3__row {
  display: flex;
  padding: 12px 0;
  border-top: 1px dotted #999;
}
.sec3__row__ttl {
  font-size: 14px;
  font-weight: bold;
  color: #193760;
  width: 70px;
  line-height: 1.5;
}
.sec3__row__center {
  font-size: 14px;
  line-height: 1.5;
}
.sec3__row__desc {
  font-size: 14px;
  padding: 0 0 0 15px;
  line-height: 1.5;
}
.sec3 .slick-slide {
  margin: 0 7.5px;
}
.sec3 .slick-track {
  margin: 0 0 0 7.5px;
}
.sec3 .slick-dots {
  margin: 0 0 0 15px;
  width: calc(100% - 158px);
  border-radius: 999px;
  background: #ddd;
  display: flex;
  bottom: 20px;
}
.sec3 .slick-dots li {
  height: 5px;
  margin: 0;
  padding: 0;
  width: calc(100% / 3);
}
.sec3 .slick-dots li.slick-active {
  background: #193760;
  border-radius: 999px;
}
.sec3 .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 5px;
}
.sec3 .slick-dots li button:before {
  display: none;
}
.sec3 .slick-arrow.slick-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  bottom: 0;
  right: 71px;
  top: initial;
  left: initial;
  transform: none;
  background: url(../img/lp/sp/slick-prev.png);
  background-size: cover;
}
.sec3 .slick-arrow.slick-prev:before {
  display: none;
}
.sec3 .slick-arrow.slick-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  bottom: 0;
  right: 15px;
  top: initial;
  left: initial;
  transform: none;
  background: url(../img/lp/sp/slick-next.png);
  background-size: cover;
}
.sec3 .slick-arrow.slick-next:before {
  display: none;
}

.sec4 {
  display: flex;
  background: #E8F1F4;
}
@media screen and (max-width: 768px) {
  .sec4 {
    flex-direction: column;
  }
}
.sec4__imgbox {
  width: 50%;
}

@media screen and (max-width: 1400px) {
  .sec4__imgbox {
    background: url(../img/lp/sec4-img1.png);
    background-size: cover;
    background-position: center;
  }
  .sec4__imgbox img {
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .sec4__imgbox {
    width: 100%;
    background: none;
  }
  .sec4__imgbox img {
    opacity: 1;
  }
}
.sec4__txtbox {
  width: 50%;
  padding: 96px 0;
}
@media screen and (max-width: 768px) {
  .sec4__txtbox {
    width: 100%;
    padding: 64px 4.6875vw;
  }
}
.sec4 .labels {
  margin: 50px 0;
  display: flex;
  gap: 0 23px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec4 .labels {
    gap: 0 12px;
    margin: 30px 0 20px;
  }
}
.sec4 .label {
  width: 160px;
  height: 168px;
  background: url(../img/lp/label.png);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 22px;
}
@media screen and (max-width: 768px) {
  .sec4 .label {
    width: 110px;
    height: 114px;
    background: url(../img/lp/sp/label.png);
    background-size: cover;
  }
}
.sec4 .label__txt {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  font-family: "Noto Serif JP",serif;
}
@media screen and (max-width: 768px) {
  .sec4 .label__txt {
    font-size: 11px;
  }
}
.sec4 .label__txt .sml {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .sec4 .label__txt .sml {
    font-size: 8px;
  }
}
.sec4__txtarea {
  width: 520px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec4__txtarea {
    width: 100%;
  }
}
.sec4__txt1 {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 15px;
}
.sec4__txt1 .sml {
  font-size: 12px;
}
.sec4__indent {
  padding: 0 0 0 1em;
  text-indent: -1em;
  font-size: 12px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .sec4__indent {
    line-height: 1.9;
  }
}
.sec4__indent + .sec4__indent {
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .sec4__indent + .sec4__indent {
    margin: 5px 0 0;
  }
}

.sec__buy {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .sec__buy {
    padding: 60px 4.6875%;
  }
}
.sec__buy__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec__buy__inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec__buy__inner .sec1__ttl {
    margin: 0;
    white-space: nowrap;
  }
}
.sec__buy__inner .sec1__ttl span {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .sec__buy__inner .sec1__ttl span {
    font-size: 20px;
  }
}
.sec__buy__steps {
  margin: 45px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec__buy__steps {
    margin: 30px 0 0;
  }
}
.sec__buy__steps:before {
  content: "";
  width: 10px;
  height: 90%;
  background: url(../img/lp/dots.png);
  background-color: #fff;
  background-position: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec__buy__steps:before {
    top: 47%;
    left: 36px;
  }
}
.sec__buy__step {
  width: 100%;
  margin: 0 auto;
  padding: 32px 30px 32px 25px;
  border: 1px solid #CCC;
  border-radius: 10px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec__buy__step {
    width: 100%;
    padding: 6px 16px 16px 6px;
  }
}
.sec__buy__step:not(:last-of-type) {
  margin: 16px auto 0;
  position: relative;
}
.sec__buy__step:nth-child(2):before {
  bottom: -60px;
}
.sec__buy__step:last-of-type {
  margin: 40px auto 0;
}
.sec__buy__num {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  background: #193760;
  border-radius: 50%;
  border: 10px solid #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec__buy__num {
    width: 70px;
    height: 70px;
    align-self: baseline;
  }
}
.sec__buy__num._another {
  background: #3770BD;
}
.sec__buy__numtxt1 {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 5px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec__buy__numtxt1 {
    font-size: 10px;
    margin: 0;
  }
}
.sec__buy__numtxt2 {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec__buy__numtxt2 {
    font-size: 20px;
  }
}
.sec__buy__txtbox {
  width: calc( 100% - 80px);
  padding: 0 0 0 30px;
  position: relative;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .sec__buy__txtbox {
    width: calc( 100% - 70px);
    padding: 24px 0 0 5px;
  }
}
.sec__buy__stepttl {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec__buy__stepttl {
    font-size: 20px;
    color: #193760;
  }
}
.sec__buy__steptxt {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 2;
}
.sec__buy__steptxt a {
  color: #F1762F;
  text-decoration: underline;
}
.sec__buy__steptxt a:hover {
  text-decoration: none;
}
.sec__buy__box {
  margin: 50px 0 0;
  background: #F4F4ED;
  border-radius: 10px;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .sec__buy__box {
    padding: 32px 16px 16px;
  }
}
.sec__buy__box__ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.sec__buy__box__ttl img {
  display: inline-block;
  margin: 0 5px 0 0;
  transform: translateY(3px);
}
.sec__buy__box__txt1 {
  color: #7D7D5B;
}
.sec__buy__box__lists {
  margin: 16px 0 0;
  display: flex;
  gap: 0 16px;
}
@media screen and (max-width: 768px) {
  .sec__buy__box__lists {
    margin: 30px 0 0;
    flex-direction: column;
  }
}
.sec__buy__box__list {
  width: calc((100% - 48px) / 4);
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sec__buy__box__list {
    width: 100%;
    display: flex;
  }
}
.sec__buy__box__list:nth-child(2) .sec__buy__box__list__ttl {
  background: rgba(125, 125, 91, 0.85);
}
.sec__buy__box__list:nth-child(3) .sec__buy__box__list__ttl {
  background: #7d7d5b;
}
.sec__buy__box__list:nth-child(4) .sec__buy__box__list__ttl {
  background: #676740;
}
.sec__buy__box__list:not(:first-of-type) {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec__buy__box__list:not(:first-of-type) {
    margin: 16px 0 0;
  }
}
.sec__buy__box__list:not(:first-of-type):before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../img/lp/next-ico.svg);
  background-color: #fff;
  background-position: center center;
  position: absolute;
  bottom: 41px;
  left: -30px;
}
@media screen and (max-width: 768px) {
  .sec__buy__box__list:not(:first-of-type):before {
    bottom: initial;
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    transform: rotate(90deg);
  }
}
.sec__buy__box__list__ttl {
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: rgba(125, 125, 91, 0.65);
  padding: 10px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .sec__buy__box__list__ttl {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px 0 0 8px;
  }
}
.sec__buy__box__list__lists {
  padding: 16px 24px 16px 30px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .sec__buy__box__list__lists {
    border-radius: 0 8px 8px 0;
    padding: 16px 16px 16px 20px;
    width: calc(100% - 100px);
  }
}
.sec__buy__box__list__list {
  font-size: 15px;
  position: relative;
  padding: 0 0 0 12px;
  line-height: 2;
}
.sec__buy__box__list__list:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  top: 13px;
  left: 0;
}
.sec__buy__box__list__list .sml {
  font-size: 12px;
  display: inline-block;
  transform: translateY(-5px);
}
.sec__faq {
  padding: 100px 0;
  background: #E8EDF4;
}
@media screen and (max-width: 768px) {
  .sec__faq {
    padding: 60px 4.6875vw;
  }
}
.sec__faq__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec__faq__inner {
    width: 100%;
    margin: 0 auto;
  }
}
.sec__faq .c_ttl_1 .c_ttl_1__ttl {
  margin: 0;
}
.sec__faq__item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 24px 24px 0;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .sec__faq__item {
    padding: 16px 16px;
  }
}
.sec__faq__item:not(:first-of-type) {
  margin: 10px 0 0;
}
.sec__faq__item:first-of-type {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .sec__faq__item:first-of-type {
    margin: 40px 0 0;
  }
}
/* .sec__faq__item._active .sec__faq__answer {
  display: block;
} */
@media screen and (max-width: 768px) {
  .sec__faq__item._active .sec__faq__question {
    padding: 0 28px 16px 0;
  }
}
.sec__faq__item._active .sec__faq__question:before {
  top: 18px;
}
@media screen and (max-width: 768px) {
  .sec__faq__item._active .sec__faq__question:before {
    top: calc(50% - 8px);
    transform: translateY(-50%);
  }
}
.sec__faq__item._active .sec__faq__question:after {
  transform: rotate(90deg);
  opacity: 0;
}
.sec__faq__question {
  display: flex;
  position: relative;
  padding: 0 40px 24px 0;
}
@media screen and (max-width: 768px) {
  .sec__faq__question {
    align-items: center;
    padding: 0 28px 0 0;
  }
}
.sec__faq__question:before {
  content: "";
  width: 22.5px;
  height: 2.5px;
  position: absolute;
  top: 18px;
  right: 9px;
  background: #333;
}
@media screen and (max-width: 768px) {
  .sec__faq__question:before {
    top: 50%;
    right: 0;
    width: 16px;
    height: 2px;
    transform: translateY(-50%);
  }
}
.sec__faq__question:after {
  content: "";
  width: 2.5px;
  height: 22.5px;
  background: #333;
  position: absolute;
  top: 8px;
  right: 19px;
  opacity: 1;
  transition: all .2s linear;
}
@media screen and (max-width: 768px) {
  .sec__faq__question:after {
    width: 2px;
    height: 16px;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.sec__faq__question > span:first-of-type {
  font-family: "Roboto",serif;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  color: #fff;
  background: #193760;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .sec__faq__question > span:first-of-type {
    width: 32px;
    height: 32px;
  }
}
.sec__faq__question > span:not(:first-of-type) {
  font-weight: 600;
  padding: 5px 16px;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec__faq__question > span:not(:first-of-type) {
    width: calc(100% - 32px);
    padding: 0 0 0 10px;
    font-size: 16px;
  }
}
.sec__faq__answer {
  font-size: 16px;
  padding: 20px 0 15px 56px;
  display: none;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec__faq__answer {
    padding: 20px 0 0 42px;
    line-height: 1.7;
  }
}
.sec__faq__answer:before {
  content: "";
  width: 100%;
  border-top: 1px dotted #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
.sec__faq__answer > span {
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  background: #3770BD;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec__faq__answer > span {
    width: 32px;
    height: 32px;
  }
}

.l-footer {
  text-align: center;
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    overflow: hidden;
  }
}
.l-footer .cv {
  padding: 80px;
}
@media screen and (max-width: 768px) {
  .l-footer .cv {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .cv_sp {
    font-size: 38px;
    color: #fff;
  }
}
.l-footer .cv_ttl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.l-footer .cv_ttl__subttl {
  font-size: 48px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer .cv_ttl__subttl {
    text-align: center;
    line-height: 1.3;
    font-size: 30px;
  }
}
.l-footer .cv_ttl__subttl:before {
  content: "";
  width: 55px;
  height: 2px;
  background: #fff;
  transform: rotate(60deg);
  transform-origin: center;
  position: absolute;
  top: 32px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  .l-footer .cv_ttl__subttl:before {
    top: initial;
    bottom: 15px;
    width: 45px;
    left: -38px;
  }
}
.l-footer .cv_ttl__subttl:after {
  content: "";
  width: 55px;
  height: 2px;
  background: #fff;
  transform: rotate(-65deg);
  transform-origin: center;
  position: absolute;
  top: 32px;
  right: -50px;
}
@media screen and (max-width: 768px) {
  .l-footer .cv_ttl__subttl:after {
    top: initial;
    bottom: 15px;
    width: 45px;
    right: -38px;
  }
}
.l-footer .cv_ttl__subttl span {
  color: #FFDE5B;
}
@media screen and (max-width: 768px) {
  .l-footer .cv_ttl__subttl span {
    color: #fff;
  }
  .l-footer .cv_ttl__subttl span.em_color {
    color: #FFDE5B;
  }
}
.l-footer .cv__inner {
  border-radius: 15px;
  padding: 50px;
  width: 100%;
  background: linear-gradient(177deg, #508ddf, #193760);
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer .cv__inner {
    padding: 32px 16px 170px;
  }
}
.l-footer .cv__inner:before {
  position: absolute;
  content: url(../img/lp/cv-ico1.svg);
  bottom: -1px;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer .cv__inner:before {
    content: url(../img/lp/sp/cv-ico1.svg);
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-footer .cv__inner:after {
  position: absolute;
  content: url(../img/lp/cv-ico2.svg);
  bottom: -1px;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer .cv__inner:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .cv .c_btn_1 {
    padding: 20px 78px 20px;
  }
}
.l-footer .cv .c_btn_1 .fukidashi {
  background: #fff;
  color: #333;
}
.l-footer .cv .c_btn_1 .fukidashi:before {
  border-top: 6px solid #fff;
}
@media screen and (max-width: 768px) {
  .l-footer .cv .c_btn_3 {
    padding: 20px 84px 20px;
  }
}
.l-footer .cv .tel-info {
  margin: 8px 0 0;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.l-footer .cv__btns {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-footer .cv__btns {
    flex-direction: column;
    gap: 25px;
  }
}
.l-footer .cv .normal {
  color: #fff;
  margin: 40px 0 30px;
}
@media screen and (max-width: 768px) {
  .l-footer .cv .normal {
    margin: 30px 0;
  }
}
.l-footer__flex {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-footer__flex {
    width: 100%;
    padding: 0 4.6875vw;
    flex-direction: column;
  }
}
.l-footer__logo {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    text-align: center;
  }
}
.l-footer__logo .logo {
  display: inline-block;
}
.l-footer__item {
  margin: 24px 0 0;
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 768px) {
  .l-footer__item {
    margin: 15px 0 0;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.l-footer__item .link {
  width: 232px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .l-footer__item .link {
    margin: 15px 0 0;
  }
}
.l-footer__item .link a {
  align-self: baseline;
  color: #333;
  text-decoration: none;
  padding: 0 18px 0 0;
  position: relative;
  font-size: 14px;
  transition: all .2s linear;
}
.l-footer__item .link a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .l-footer__item .link a:hover {
    opacity: 1;
  } 
}

.l-footer__item .link a:before {
  content: url(../img/lp/footer-blank.svg);
  position: absolute;
  top: 0;
  right: 0;
}
.l-footer__item .link .copy {
  margin: 20px 0 0;
  align-self: baseline;
  width: 100%;
  font-size: 14px;
}
.l-footer__item img {
  width: 72px;
  height: 88px;
  transform: translateY(-15px);
}
@media screen and (max-width: 768px) {
  .l-footer__item img {
    transform: translateY(0);
  }
}
.l-footer__info {
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .l-footer__info {
    text-align: center;
  }
}

.l-fixed {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-fixed {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
  }
}
.l-fixed__flex {
  display: flex;
}
.l-fixed .c_btn_3 {
  background: #fff;
  flex-direction: column;
  padding: 10px;
  width: 50%;
  border-radius: 0;
}
.l-fixed .c_btn_3 span {
  display: block;
  color: #333;
}
.l-fixed .c_btn_3 img {
  width: 20px;
}
.l-fixed .c_btn_3 .tel {
  text-align: center;
  font-family: "Roboto",serif;
}
.l-fixed .c_btn_3 .time {
  margin: 5px 0 0;
  font-size: 10px;
  text-align: center;
}
.l-fixed .c_btn_1 {
  padding: 10px;
  width: 50%;
  border-radius: 0 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-fixed .c_btn_1:before {
  display: none;
}
.l-fixed .c_btn_1 img {
  width: 24px;
}
.l-fixed .c_btn_1 span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-fixed .c_btn_1 .fukidashi {
  font-size: 11px;
}

/*# sourceMappingURL=lp-style.css.map */
