.lead-form{
  text-align: center;
  font-size:20px;
}

.ll-form{
  text-align: center;
  font-size:10px;
}

form{
  width:900px;
  margin:0 auto;
}
.item{
  overflow: hidden;
  margin-bottom: 20px;
  width:400px;
}
.label{
  float: left;
  margin-right: 20px;
  width:200px;
  border-left: solid 3px #e0505d;
  padding-left: 10px;
}
.inputs{
  float: left;
  width:300px;
}
input[type="text"],input[type="email"],input[type="tel"]{
  border: solid 1px #aaa;
  border-radius:5px;
  padding:10px;
  font-size: 15px;
}
textarea{
  border: solid 1px #aaa;
  border-radius:5px;
  padding: 10px;
  height: 160px;
  font-size: 15px;
}
.btn-area{
  text-align: center;
}
input[type="submit"]{
  background: #e0505c;
  border: none;
  color: white;
  font-size:17px;
  font-weight:bold;
  padding: 10px 20px;
  margin: 0 5px;
}
input[type="reset"],[type="button"]{
  background: #aaa;
  border: none;
  color: white;
  font-size:17px;
  font-weight:bold;
  padding: 10px 20px;
  margin: 0 5px;
}

button[type="submit"]{
  background: #e0505c;
  border: none;
  color: white;
  font-size:17px;
  font-weight:bold;
  padding: 10px 20px;
  margin: 0 5px;
}

.c-form_row {
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
  display: table;
  table-layout: fixed
}

@media screen and (max-width: 768px) {
  .c-form_row {
    width: 100%;
    display: block
  }
}

.c-form_row:first-child {
  border-top: 1px solid #dcdcdc
}

.c-form_lbl, .c-form_cont {
  vertical-align: top;
  display: table-cell
}

@media screen and (max-width: 768px) {
  .c-form_lbl, .c-form_cont {
    display: block
  }
}

.c-form_lbl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  background: #f5f5f5;
  border-right: 1px solid #dcdcdc;
  width: 31%;
  padding: 41px 60px 20px 15px;
  position: relative
}

@media screen and (max-width: 768px) {
  .c-form_lbl {
    background: #fff;
    border-right: none;
    width: 100%;
    padding: 14px 38px 0 0
  }
}

.c-form_cont {
  background: #fff;
  width: 69%;
  padding: 25px 35px
}

@media screen and (max-width: 768px) {
  .c-form_cont {
    width: 100%;
    padding: 15px 0
  }
}

.c-form_btn {
  margin: 50px 0 0;
  display: flex;
  justify-content: center
}

@media screen and (max-width: 768px) {
  .c-form_btn {
    margin: 40px 0 0
  }
}

.c-form_btn_submit {
  color: #fff;
  text-align: center;
  background-color: #ef6144;
  border-radius: 99px;
  box-shadow: 0 .4rem 1.5rem rgba(0, 0, 0, .2);
  min-width: 300px;
  padding: 26px 10px 24px;
  display: inline-block;
  position: relative;
  overflow: hidden
}

@media screen and (max-width: 768px) {
  .c-form_btn_submit {
    min-width: inherit;
    padding: 21px 10px 20px;
    flex: 1
  }
}

.c-form_btn_submit::before {
  content: "";
  background: #ec411e;
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: width .5s cubic-bezier(0.77, 0, 0.175, 1)
}

.c-form_btn_submit_txt {
  font-size: 20px;
  position: relative;
  z-index: 2
}

@media screen and (max-width: 768px) {
  .c-form_btn_submit_txt {
    font-size: 18px
  }
}

@media screen and (min-width: 769px) {
  .c-form_btn_submit:hover::before {
    content: "";
    width: 100%;
    right: auto;
    left: 0
  }
}

.c-form_btn_prev {
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: #acacac;
  border-radius: 99px;
  min-width: 190px;
  margin-right: 30px;
  padding: 26px 10px;
  display: inline-block
}

@media screen and (max-width: 768px) {
  .c-form_btn_prev {
    font-size: 16px;
    width: 100%;
    min-width: inherit;
    flex: 0 0 100px;
    max-width: 100%;
    margin-right: 10px;
    padding: 22px 0
  }
}

@media screen and (min-width: 769px) {
  .c-form_btn_prev {
    transition: background .5s cubic-bezier(0.77, 0, 0.175, 1)
  }
  .c-form_btn_prev:hover {
    background: #939393
  }
}

.c-form_btn_rgnr {
  font-size: 14px;
  text-align: center;
  background: #fff;
  border: 1px solid #dcdcdc;
  min-width: 120px;
  padding: 12px 8px;
  display: inline-block;
  transition: background .5s cubic-bezier(0.77, 0, 0.175, 1)
}

@media screen and (max-width: 768px) {
  .c-form_btn_rgnr {
    font-size: 14px;
    width: 100%;
    max-width: 140px;
    min-width: inherit
  }
}

@media screen and (min-width: 769px) {
  .c-form_btn_rgnr:hover {
    background: #eee
  }
}

.c-form_caption {
  width: 350px;
  margin: 20px auto 0
}

@media screen and (max-width: 768px) {
  .c-form_caption {
    width: 100%
  }
}

.c-form_caption_fig {
  text-align: center
}

.c-form_caption_fig_img {
  border: 1px solid #dcdcdc
}

@media screen and (max-width: 768px) {
  .c-form_caption_fig_img {
    max-width: 250px
  }
}

.c-form_caption_input {
  margin: 10px 0 0
}

.c-form_caption_rgnr {
  text-align: center;
  margin: 10px 0 0
}

.c-form_caption_error {
  color: #ed1818;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin: 15px 0 0
}

@media screen and (max-width: 768px) {
  .c-form_caption_error {
    font-size: 14px
  }
}

.c-form_reqired {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  background: #ed1818;
  padding: 4px 6px 3px;
  display: inline-block;
  position: absolute;
  top: 38px;
  right: 15px
}

@media screen and (max-width: 768px) {
  .c-form_reqired {
    font-size: 11px;
    padding: 3px 6px;
    top: 14px;
    right: 0
  }
}

@media screen and (min-width: 769px) {
  .c-form._conf .c-form_lbl {
    padding: 26px 60px 24px 15px
  }
}

@media screen and (min-width: 769px) {
  .c-form._conf .c-form_cont {
    padding: 22px 35px
  }
}

.c-form_conf_txt {
  font-size: 16px;
  line-height: 1.6
}

@media screen and (max-width: 768px) {
  .c-form_conf_txt {
    font-size: 14px
  }
}

.c-form_conf_txt:not(:first-child) {
  margin: 5px 0 0
}

@media screen and (max-width: 768px) {
  .c-form_conf_txt:not(:first-child) {
    margin: 3px 0 0
  }
}

.c-form_input {
  background: #f5f5f5;
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
  padding: 13px 15px;
  display: block
}

.c-form_textarea {
  background: #f5f5f5;
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
  height: 130px;
  padding: 13px 15px;
  display: block
}

.c-form [type=checkbox]:checked+.c-form_checkbox_lbl, .c-form [type=checkbox]:not(:checked)+.c-form_checkbox_lbl {
  position: relative;
  padding: 0 0 0 40px;
  cursor: pointer;
  line-height: 30px;
  display: block
}

.c-form [type=checkbox]:checked+.c-form_checkbox_lbl:before, .c-form [type=checkbox]:not(:checked)+.c-form_checkbox_lbl:before {
  content: "";
  background: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px
}

.c-form [type=checkbox]:checked+.c-form_checkbox_lbl:after, .c-form [type=checkbox]:not(:checked)+.c-form_checkbox_lbl:after {
  content: "";
  color: #27aca9;
  font-family: "icomoon" !important;
  speak-as: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .2s ease
}

.c-form [type=checkbox]:not(:checked)+.c-form_checkbox_lbl:after {
  opacity: 0;
  transform: scale(0)
}

.c-form [type=checkbox]:checked+.c-form_checkbox_lbl:after {
  transform: scale(1)
}

.c-form_checkbox_lbl {
  font-size: 14px
}

.c-form_error {
  color: #ed1818;
  font-size: 15px;
  font-weight: 700;
  margin: 10px 0 0
}

@media screen and (max-width: 768px) {
  .c-form_error {
    font-size: 14px
  }
}

.c-form_pp {
  margin: 50px 0 0;
}

@media screen and (max-width: 768px) {
  .c-form_pp {
    margin: 30px 0 0
  }
}

.c-form_pp_ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2
}

@media screen and (max-width: 768px) {
  .c-form_pp_ttl {
    font-size: 15px
  }
}

.c-form_pp_in {
  border: 1px solid #dcdcdc;
  overflow-y: auto;
  height: 200px;
  padding: 30px;
  margin: 20px 0 0;
  -webkit-overflow-scrolling: touch
}

@media screen and (max-width: 768px) {
  .c-form_pp_in {
    height: 120px;
    margin: 15px 0 0;
    padding: 20px;
  }
}

.c-form_pp_txt {
  font-size: 14px;
  line-height: 1.7;
  height:100px;
}

@media screen and (max-width: 768px) {
  .c-form_pp_txt {
    font-size: 12px
  }
}

.c-form_pp_check {
  margin: 20px 0 0
}

@media screen and (max-width: 768px) {
  .c-form_pp_check {
    margin: 15px 0 0
  }
}

.c-form_pp_check_hld {
  display: inline-block
}

.boxco{
  width:150px;
  height:100px;
  padding:30px;
  margin:10px;
  background:#ddd;
}

.scrolly{
  overflow:hidden;
  overflow-y:scroll;
  height: 100vh;
}

.l-header_nav {
  /* background-color: #d2c250; */
  background: rgba(253, 253, 253, 1.0);
  /* box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, .1); */
  width: 300px;
  padding: 30px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  transform: translate(110%, 0);
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: transform .5s cubic-bezier(0.77, 0, 0.175, 1);
}

.l-container {
  max-width: 1080px;
  margin: 0 auto
}

/* ----------------------------------------------*/
@media screen and (max-width: 768px) {
  .l-container {
    max-width: inherit;
    padding: 0 20px
  }
}

.l-content {
  overflow: hidden
}

.contact-sec {
  margin: 180px 0 100px
}

@media screen and (max-width: 768px) {
  .contact-sec {
    margin: 50px 0 60px
  }
}

.contact-sec_ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 40px
}

@media screen and (max-width: 768px) {
  .contact-sec_ttl {
    font-size: 22px;
    margin: 0 0 20px
  }
}

.contact-sec_lead {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin: 0 0 30px
}

@media screen and (max-width: 768px) {
  .contact-sec_lead {
    font-size: 14px;
    margin: 0 0 20px
  }
}

.contact-sec_thanks {
  margin: 50px 0 0
}

.contact-sec_thanks_ttl {
  font-size: 26px;
  line-height: 1.4;
  text-align: center
}

@media screen and (max-width: 768px) {
  .contact-sec_thanks_ttl {
    font-size: 19px
  }
}

.contact-sec_thanks_txt {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin: 40px 0 0
}

@media screen and (max-width: 768px) {
  .contact-sec_thanks_txt {
    font-size: 14px;
    margin: 20px 0 0
  }
}

.contact-sec_thanks_ft {
  text-align: center;
  margin: 50px 0 0
}

@media screen and (max-width: 768px) {
  .contact-sec_thanks_ft {
    margin: 25px 0 0
  }
}
picture {
  display: block
}

.visible-sp {
  display: none !important
}

/* ----------------------------------------------*/
@media screen and (max-width: 768px) {
  .visible-sp {
    display: block !important
  }
}

input[type=checkbox], input[type=radio] {
  display: none
}

.icon-checked:before {
    content: ""
}

@font-face {
  font-family: "Eleanor";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Eleanor/Eleanor.woff2") format("woff2"), url("../fonts/Eleanor/Eleanor.woff") format("woff")
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/YakuHanJP/YakuHanJP-Light.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-Light.woff") format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/YakuHanJP/YakuHanJP-Medium.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-Medium.woff") format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icons/icomoon.eot?rhxhqc");
  src: url("../fonts/icons/icomoon.eot?rhxhqc#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?rhxhqc") format("truetype"), url("../fonts/icons/icomoon.woff?rhxhqc") format("woff"), url("../fonts/icons/icomoon.svg?rhxhqc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block
}

[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak-as: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}