@charset "UTF-8";
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.sp {
  display: inherit;
}
@media (min-width: 769px) {
  .sp {
    display: none;
  }
}
.pc {
  display: none;
}
@media (min-width: 769px) {
  .pc {
    display: inherit;
  }
}


h2 {
  border-bottom: none;
}
.sec_ttl {
  position: relative;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #1c234d;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1rem;
}
@media (min-width: 769px) {
  .sec_ttl {
    font-size: 36px;
  }
}
.sec_ttl .en {
  font-family: "Overpass", serif;
  color: #b3ced9;
  display: block;
  font-size: 20px;
}
@media (min-width: 769px) {
  .sec_ttl .en {
    font-size: 120px;
    position: absolute;
    top: -36px;
    right: 0;
    left: 0;
    opacity: 0.2;
    z-index: -1;
  }
}

.btn {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-image: linear-gradient(270deg, #ffd02f 0%, #ffba00 50%, #ec6941 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  background-clip: padding-box;
  border-radius: 100vh;
  padding: 18px 42px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-out;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: auto;
  left: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -4px;
}
.btn:link, .btn:visited, .btn:active {
  color: #fff;
}
.btn:hover {
  background-position: 99% 50%;
  opacity: 1;
}
.btn span {
  /*color: #f25944;*/
  color: #D0351A;
  font-weight: 700;
  font-size: 14px;
  background: #fff;
  padding: 2px 6px;
  border-radius: 2px;
  margin-right: 8px;
}
@media (min-width: 769px) {
  .btn {
    width: 360px;
    font-size: 20px;
    padding: 24px 40px;
  }
}
/*============================================================
cta & contact
==============================================================*/
.cta {
  background-color: #1c234d;
  padding: 60px 0;
}
.cta .sec_ttl {
  color: #fff;
  z-index: 0;
}
.cta .sec_ttl .en {
  color: #fff;
  opacity: 0.1;
}

.cta_box, #lp-form {
  text-align: center;
  color: #1c234d;
}
.cta_box .tel, #lp-form .tel {
  margin-top: 20px;
}
.cta_box .tel_btn, #lp-form .tel_btn {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.cta_box .icon, #lp-form .icon {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  background: #b3ced9;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-right: 10px;
}
.cta_box .icon span, #lp-form .icon span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  text-align: center;
  line-height: 1.2;
}
.cta_box .telnum, #lp-form .telnum {
  text-align: left;
  color: #1c234d;
  font-family: "Overpass", serif;
  font-size: 30px;
  line-height: 0.9;
}
.cta_box .telnum span, #lp-form .telnum span {
  display: block;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.cta_box {
  max-width: 700px;
  background: #f3f3f3;
  border-radius: 10px;
  padding: 30px 10px;
  margin: 30px auto 0;
}
.cta_box h3 {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center; /* Safari */
  flex-wrap: wrap;
  font-weight: 700;
  margin-bottom: 10px;
}
.cta_box h3 img {
  margin: 0 10px;
}
.cta_box .tel {
  border-top: solid 1px #e5e5e5;
  padding-top: 20px;
}

#lp-form {
  padding: 40px 0;
}
#lp-form .inner {
  max-width: 800px;
}
#lp-form .sec_ttl {
  margin-bottom: 30px;
}
#lp-form .telnum {
  font-size: 24px;
}
#lp-form .telnum span {
  font-size: 13px;
}
#lp-form .btn_wrap {
  margin-top: 30px;
}
#lp-form .btn {
  font-size: 16px;
  background: #1c234d;
  border: solid 2px #1c234d;
  padding: 18px 60px;
}
#lp-form .btn:hover {
  background: #fff;
  color: #1c234d;
  /*border: solid 2px $color_navy;*/
  box-shadow: none;
}
#lp-form .btn:hover::after {
  border-top: 2px solid #1c234d;
  border-right: 2px solid #1c234d;
}

.contact_box {
  background: #e8f0f4;
  border-radius: 10px;
  padding: 30px 20px;
  margin: 20px 0 40px;
}

.contact_list {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center; /* Safari */
  flex-wrap: wrap;
}
.contact_list li {
  margin: 5px 10px;
}
.contact_list a {
  display: block;
  font-weight: 700;
  background: #fff;
  border: solid 3px #fff;
  border-radius: 10px;
  padding: 0 40px 10px;
  box-shadow: 0 0 20px 0 #c6dce5;
}
.contact_list a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 0 #c6dce5;
}
.contact_list a span {
  display: block;
  font-size: 15px;
  line-height: 1.3;
  margin-top: -8px;
}

.list_item_cw a:hover {
  color: #f03748;
  border: solid 3px #f03748;
}

.list_item_mail a:hover {
  color: #012f89;
  border: solid 3px #012f89;
}

.list_item_fb a:hover {
  color: #c241d5;
  border: solid 3px #c241d5;
}

#mail {
  text-align: left;
}

@media (min-width: 769px) {
  #lp-form {
    padding: 60px 0;
  }
  #lp-form .sec_ttl {
    margin-bottom: 60px;
  }
  .cta {
    background: url(../img/cta_bg.jpg) no-repeat center/cover;
  }
  @supports (background-image: url("data:image/webp;base64,UklGRiIAAABXRUJQVlA4IBYAAAAwAQCdASoEAAIAAAwAQAACWYAA")) {
    .cta {
      background-image: url(../webp/cta_bg.webp);
    }
  }
  .cta_box {
    padding: 30px 100px;
    margin: 60px auto 0;
  }
  .contact_list li {
    width: 30%;
    margin: 0 10px;
  }
  .contact_list a {
    padding: 10px 20px 20px;
  }
  .contact_list a span {
    margin-top: 0;
  }
}

/*============================================================
kv
==============================================================*/
#kv {
  position: relative;
  padding: 60px 0 40px;
}
#kv h1 img {
  zoom: 0.8;
}

.kv_sp_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 550px;
  z-index: -1;
}

.kv_wrap {
  text-align: center;
}

.sub {
  text-align: center;
  color: #1c234d;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 20px;
}

.kv_list {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.kv_list li {
  margin: 30px 4px;
}
.kv_list li img {
  zoom: 0.8;
}

/*============================================================
footer
==============================================================*/
footer {
  text-align: center;
  background-color: #fff;
  border-top: solid 1px #1c234d;
}

.footer_copy {
  font-family: "Overpass", serif;
  font-size: 10px;
  color: #1c234d;
  padding: 30px 0;
}

/*============================================================
responsive
==============================================================*/
@media (min-width: 769px) {
  #kv {
    background: url(../img/kv_bg.jpg) no-repeat center/cover;
  }
  #kv .inner {
    display: flex;
    display: -ms-flexbox;
    justify-content: normal;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    align-items: baseline;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    flex-direction: column;
    max-width: 1100px;
  }
  #kv h1 img {
    zoom: 1;
  }
  @supports (background-image: url("data:image/webp;base64,UklGRiIAAABXRUJQVlA4IBYAAAAwAQCdASoEAAIAAAwAQAACWYAA")) {
    #kv {
      background-image: url(../webp/kv_bg.webp);
    }
  }
  .sub {
    font-weight: 900;
  }
  .kv_list li {
    margin: 30px 10px;
  }
  .kv_list li img {
    zoom: 1;
  }
}