@charset "UTF-8";
/* CSS Document */

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 100px 0;
}

footer {
  padding: 40px 0;
}

/*色関連----------------------------------------------------------- */
.bg_cl1 {
  background-color: #faf5df;
}

.bg_cl2 {
  background-color: #0064b3;
}

.cl_base {
  color: #0064b3;
}

.cl_main {
  color: #ef3300;
}

.cl_accent {
  color: #4265a1;
}

.cl_other1 {
  color: #4265a1;
}

.cl_other2 {
  color: #4265a1;
}

/*テキスト関連----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(transparent 60%, #ffd200 50%);
  background: -o-linear-gradient(transparent 60%, #ffd200 50%);
  background: linear-gradient(transparent 60%, #ffd200 50%);
  font-weight: bold;
}

/*リンク色----------------------------------------------------------- */
a:link,
a:visited {
  color: #0064b3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*はみ出し画像中央----------------------------------------------------------- */
.wic_wrap {
  overflow-x: hidden;
}

/* wicを使ったセクションのsectionタグに対して.wic_wrapのクラスをつける事 */
.wic img {
  width: auto;
  max-width: unset;
}

/* 中央に表示したいものにwicとwic1をつける */
.wic1 {
  margin-left: calc(50% - 1000px);
}

/*pxの部分を画像の半分の幅に変えてね！*/
.wic1 img {
  width: 2000px;
  max-width: 2000px;
}

.wic2 {
  margin-left: calc(50% - 600px);
}

.wic2 img {
  width: 1200px;
  max-width: 1200px;
}

.wic3 {
  margin-left: calc(50% - 800px);
}

.wic3 img {
  width: 1600px;
  max-width: 1600px;
}

/*Page Top----------------------------------------------------------- */
.pagetop a {
  background-color: #0064b3;
}

/*Header----------------------------------------------------------- */
header {
  background-color: #0064b3;
}

header .logo {
  height: 60px;
  display: flex;
  align-items: center;
  padding-right: 15px;
}

header .container {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}

header .contact {
  display: flex;
  align-items: center;
  text-align: right;
}

header .tel {
  padding-right: 15px;
  line-height: 1.1;
}

header .contact_tel {
  font-size: 3.2rem;
}


/*MV----------------------------------------------------------- */
.mv{
  padding: 0;
  padding-bottom: 50px;
}
.mv .bg{
  background: url(../../images/lp01lp02/pc_mv_bg.png) no-repeat center/cover;
}
.mv .img01 {
  position: absolute;
  bottom: -45px;
  right: 20px;
}
.mv .img02 {
  position: absolute;
  bottom: -35px;
  left: 30px;
}
.mv .txt{
  padding-left: 150px;
}
/*CTA----------------------------------------------------------- */
.cta{
  background: rgb(222,233,245);
  background: linear-gradient(231deg, rgba(222,233,245,1) 0%, rgba(204,234,246,1) 100%);
}

/*CTA2----------------------------------------------------------- */
.cta2{
  padding: 30px 0 45px;
}

/*sec01----------------------------------------------------------- */
@media (min-width: 960px) {
.sec01 .fx-col-30-s {
  flex-basis: 34%;
  max-width: 34%;
  padding-left: 0;
}
.sec01 .fx-col-70-s {
  flex-basis: 66%;
  max-width: 66%;
}
}
.sec01 h2{
  padding-bottom: 40px;
}
.sec01 h3{
  margin-bottom: 20px;
}
.sec01 .img01{
  margin-right: -30px;
}
/*sec02----------------------------------------------------------- */
.link_btn a{
  display: inline-block;
}
.link_btn a:hover img{
  opacity: 1;
}
.sec02{
  position: relative;
}
.sec02 .arrow{
  position: absolute;
  right: 0;
  left: 0;
  top: -25px;
}
/*sec03----------------------------------------------------------- */
.sec03 {
  background-color: #efefef;
  padding-bottom: 0;
}

/*sec04----------------------------------------------------------- */
.sec04 {
  padding-bottom: 80px;
}
.sec04 .gr_box{
  background-color: #efefef;
  padding: 45px;
  position: relative;
}
.sec04 .img01{
  position: absolute;
  right: 60px;
  bottom: -40px;
}
.sec04 .img01 {
  position: absolute;
  right: 50px;
  bottom: 40px;
}
/*sec05----------------------------------------------------------- */
.sec05{
  position: relative;
  padding-bottom: 0;
}
.sec05 .arrow{
  position: absolute;
  right: 0;
  left: 0;
  top: -25px;
}

/*sec06----------------------------------------------------------- */
.sec06 {
  background: url(../../images/lp01lp02/pc_sec06_bg.png) no-repeat center bottom/cover;
}
.sec06 .box{
  position: relative;
}
.sec06 .icon{
  position: absolute;
  top: 238px;
  right: 0;
  left: 0;
  z-index: 1;
}
.sec06 .txt{
  padding: 60px 40px;
}
.sec06 .white_box{
  margin-bottom: 0;
  padding: 30px;
}
.sec06 .gr_box{
  background-color: #fafafa;
  padding: 30px;
}
/*sec07----------------------------------------------------------- */
.sec07{
  position: relative;
}
.sec07 .arrow{
  position: absolute;
  right: 0;
  left: 0;
  top: -25px;
}
.sec07 .white_box{
  border: solid 5px #0064b3;
  border-radius: 10px;
}
.sec07 .box{
  padding: 30px;
  border-radius: 10px;
}
.sec07 .font_ll{
  font-size: 40px;
}
.sec07 .font_l {
  font-size: 1.25em;
}
@media (min-width: 960px) {
  .sec07 .fx-col-30-s {
    flex-basis: 33%;
    max-width: 33%;
  }
  .sec07 .fx-col-70-s {
    flex-basis: 67%;
    max-width: 67%;
    padding-right: 0;
  }
  }
  .sec07 h3{
    margin-bottom: 30px;
  }
/*sec08----------------------------------------------------------- */
.sec08{
  background-color: #ecfafb;
}

/*sec09----------------------------------------------------------- */
.sec09 {
  padding-bottom: 0;
}

.sec09 .img01{
  margin-top: -100px;
}
.sec09 .img01 img{
  margin-left: auto;
}
.sec09 .img01 {
  margin-top: -35px;
}
/*sec11----------------------------------------------------------- */
.sec10{
  background-color: #d6e9f8;
}
.sec10 h2{
  padding-bottom: 0;
}
.sec10 .txt{
  width: 70%;
}
.sec10 .white_box{
  background: url(../../images/lp01lp02/pc_sec10_img01.png) no-repeat #FFF;
  background-position: right 50px bottom;
}
.sec10 h3{
  background-color: #0064b3;
  padding: 30px;
}
.sec10 .white_box .txt{
  line-height: 1.9;
}
/*sec11----------------------------------------------------------- */
.sec11{
  background-color: #efefef;
}
.sec11 h2{
  padding-bottom: 0;
}
.sec11 .txt{
  width: 70%;
}
.sec11 .white_box{
  background: url(../../images/lp01lp02/pc_sec11_img01.png) no-repeat #FFF;
  background-position: right 50px bottom;
}
.sec11 h3{
  background-color: #0064b3;
  padding: 30px;
}
.sec11 .white_box .txt{
  line-height: 1.9;
}
/*sec12----------------------------------------------------------- */
@media (min-width: 960px) {
  .sec12 .container.ph0{
    padding-right: 0;
    padding-left: 0;
  }
}
.sec12 h3{
  background-color: #0064b3;
  padding: 30px;
}
/*sec13----------------------------------------------------------- */
.sec13{
  position: relative;
  padding-bottom: 0;
}
.sec13 .arrow{
  position: absolute;
  right: 0;
  left: 0;
  top: -25px;
}

/*sec14----------------------------------------------------------- */
.sec14 {
  background-color: #28b2e6;
}
.sec14 .inner{
  background-color: #FFF;
  padding: 10px;
}
.sec14 .white_box{
  border: solid 2px #28b2e6;
  padding: 30px 50px 20px 20px;
}
@media (min-width: 960px) {
  .sec14 .fx-col-30-s {
    flex-basis: 28%;
    max-width: 28%;
  }
  .sec14 .fx-col-70-s {
    flex-basis: 72%;
    max-width: 72%;
    padding-right: 0;
  }
  }
/*sec15----------------------------------------------------------- */
.sec15 {
  background: url(../../images/lp01lp02/pc_sec06_bg.png) no-repeat center bottom/cover;
}
.sec15 .box{
  position: relative;
}
.sec15 .icon{
  position: absolute;
  top: 238px;
  right: 0;
  left: 0;
  z-index: 1;
}
.sec15 .txt{
  padding: 60px 40px;
}
.sec15 .white_box{
  margin-bottom: 0;
  padding: 30px;
}
.sec15 .gr_box{
  background-color: #fafafa;
  padding: 30px;
}
.sec15 .inner_box{
  background-color: #d6e9f8;
  padding: 45px;
}
.sec15 .inner_box02{
  position: relative;
}
/*sec16----------------------------------------------------------- */
.sec16 {
  background-color: #d6e9f8;
}
.sec16 .white_box{
  display: flex;
  padding: 20px 45px;
  align-items: center;
  background: url(../../images/lp01lp02/pc_sec16_img01.png) no-repeat right 45px top 20px #FFF;
  min-height: 137px;
}
.sec16 .white_box:nth-of-type(2){
  background: url(../../images/lp01lp02/pc_sec16_img02.png) no-repeat right 45px top 20px #FFF;
}
.sec16 .white_box:nth-of-type(3){
  background: url(../../images/lp01lp02/pc_sec16_img03.png) no-repeat right 45px top 20px #FFF;
}
.sec16 .white_box:nth-of-type(4){
  background: url(../../images/lp01lp02/pc_sec16_img04.png) no-repeat right 40px top 20px #FFF;
}
.sec16 h3{
  width: 150px;
  margin-right: 45px;
}
.sec16 .txt{
  width: calc(100% - 45px - 150px);
}
.sec16 .img{
  width: 150px;
}
.sec16 h3{
  position: relative;
}
.sec16 .arrow{
  position: absolute;
  right: 0;
  left: 0;
  bottom: -100px;
  z-index: 1;
}
/*sec17----------------------------------------------------------- */
.sec17{
  background-color: #efefef;
}
.sec17 .box{
  border: solid 2px #0064b3;
}
.qa .q {
  background-color: #0064b3;
  color: #FFF;
  padding: 30px 45px;
}
 .qa .q .txt {
  margin-left: 15px;
  font-size: 30px;
  font-weight: bold;
}
.qa .a {
  margin-bottom: 30px;
  font-weight: bold;
  background-color: #FFF;
  padding: 30px 45px;
  font-size: 24px;
}
.qa .a:last-of-type {
  margin-bottom: 0;
}
.qa .txt {
  margin-left: 15px;
}
.qa .box:not(:last-child){
  margin-bottom: 55px;
}
.qa .box_item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0;
}
.qa .qq .txt {
  margin: 0 auto;
}
.qa .icon {
  width: 50px;
  flex-shrink: 0;
}
/*sec18----------------------------------------------------------- */
.sec18 .inner{
  background-color: #FFF;
  padding: 10px;
}
.sec18 .white_box{
  border: solid 2px #28b2e6;
  padding: 45px;
}
.sec18 .inner:nth-of-type(2) .white_box{
  background: url(../../images/lp01lp02/pc_sec18_img02.png) no-repeat right 50px top 55px;
}
/*sec19----------------------------------------------------------- */
.sec19{
  background-color: #d6e9f8;
}
form > ul > li:first-child {
  border-top: 1px solid #ccc;
}

form > ul > li {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

form > ul > li.bb_none {
  border-bottom: none;
}

form > ul > li:nth-child(odd) {
  background-color: #f2f2f2;
}

form > ul > li .fx-row > *:first-child {
  padding-top: 12px;
}

.form_head {
  text-align: right;
}

.form_head span {
  display: inline-block;
  font-weight: bold;
}

.haveto {
  background-color: #0064b3;
  color: #fff;
  padding: 3px 8px;
  font-weight: bold;
  font-size: 0.8em;
}

.any {
  background-color: #8a8b8d;
  color: #fff;
  padding: 3px 8px;
  font-weight: bold;
  font-size: 0.8em;
}

.input_adjust {
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.input_2col {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
  width: 100%;
}

.input_2col input {
  width: calc(50% - 15px);
}

.input_1col {
  padding-right: 30px;
}

.input_1col input {
  width: 100%;
}

.input_zip_2col input {
  width: 30%;
}

.input_pref {
  width: 50%;
}

.input_select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 16px;
}

.input_select select::-ms-expand {
  display: none;
}

.input_select {
  position: relative;
  border-radius: 2px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #ffffff;
}

.input_select::before {
  position: absolute;
  top: calc(50% - 3px);
  right: 1em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .fx-col-16-s {
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    max-width: 16%;
    padding-top: 12px;
  }
  .fx-col-54-s {
    -ms-flex-preferred-size: 54%;
    flex-basis: 54%;
    max-width: 54%;
  }
}

.input_tel_3col input {
  width: 30%;
}

.input_tel_3col input:first-child {
  width: 20%;
}

.radio_2col {
  display: flex;
}

.radio_2col label {
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.radio_2col label:first-child {
  padding-right: 30px;
}

.radio_2col span {
  padding-left: 10px;
}

.radio_1col > label {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.radio_1col span {
  padding-left: 10px;
}

.date_2col {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
}

.date_2col > * {
  display: block;
  width: calc(50% - 15px);
}

.input_date {
  position: relative;
}

.input_date:before {
  position: absolute;
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  right: 15px;
}

input[type="date"] {
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}

.check_1col > label {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.check_1col span {
  padding-left: 10px;
}

.select_1col {
  padding-right: 30px;
}

.textarea {
  padding-right: 30px;
}

.textarea textarea {
  width: 100%;
}

.check_agree input {
  height: 20px;
  width: 20px;
}

.check_agree span {
  padding-top: 5px;
}

.sbm_wrap {
  padding: 30px 15px 0;
}
.sbm_wrap button{
  display: inline-block;
}
.sbm {
  position: relative;
  width: 80%;
  margin: 0 auto;
  border-radius: 40px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 15px;
  background: #45ba55;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
  border: 2px solid #45ba55;
}

.sbm:before {
  position: absolute;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 1.2em;
  top: calc(50% - 0.5em);
  right: 15px;
  color: #fff;
}

.sbm_btn {
  border: 0;
  background-color: transparent;
}

.sbm_btn:focus {
  outline: none;
}

.sbm:hover {
  color: #45ba55;
  background: #ffffff;
}

.sbm:hover:before {
  color: #45ba55;
}

/*sec20----------------------------------------------------------- */

/*Footer----------------------------------------------------------- */
.footer_nav1 {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items:center;
  align-items:center;
  margin-top: -15px;
}

.footer_nav1 > * {
  padding-top: 15px;
}

footer .copy {
  text-align: center;
}

footer a:link, footer a:visited {
  color: #000;
  transition: all .3s;
}

footer a:hover, footer a:focus {
  color: #000;
  opacity: .7;
}

footer ul li {
  display: inline-block;
  margin: 0 5px;
  white-space: nowrap;
}

footer .copy {
  font-size: 14px;
}

.thanks .btn{
  border-radius: 50px;
}
.thanks .btn:link, .btn:visited{
  color: #FFF;
}

.btm_fix {
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
}
.btm_fix ul{
  display: flex;
  justify-content: space-between;
}
.pagetop {
  bottom: 130px;
}