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

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

footer {
  padding: 30px 0;
}

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

.bg_cl2 {
  background-color: #eef5fc;
}

.bg_cl3 {
  background-color: #ffffe1;
}

.cl_base {
  color: #268ff0;
}

.cl_main {
  color: #ffff21;
}

.cl_accent {
  color: #4265a1;
}

.cl_other1 {
  color: #4265a1;
}

.cl_other2 {
  color: #4265a1;
}
.cl_white{
  color: #FFF;
}

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

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

a:hover {
  text-decoration: underline;
}
a:hover img{
  opacity: 1;
}

/*Page Top----------------------------------------------------------- */
.pagetop a {
  background-color: #268ff0;
}

/*Header----------------------------------------------------------- */
header {
  background: #fff;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
  z-index: 100;
}
header .logo {
  height: 60px;
  display: flex;
  align-items: center;
  padding-right: 15px;
}

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

header .contact {
  display: flex;
  align-items: center;
  text-align: right;
  margin-left: 20px;
}

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

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

/*Navi----------------------------------------------------------- */
nav {
  padding-left: 0;
  padding-right: 0;
}

nav ul {
  display: flex;
  color: #fff;
  align-items: center;
}

nav li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1em;
  font-size: 14px;
  margin: 0 7px;
}


nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

nav li a:hover {
  text-decoration: none;
}

nav li a p {
  -ms-word-break: break-all;
  word-break: break-all;
}

/*MV----------------------------------------------------------- */
.mv{
  background: url(../../images/page-lp/pc_mv_bg.png)no-repeat center top;
  padding-top: 75px;
  padding-bottom: 40px;
}
.mv .mv_txt{
  position: relative;
  margin-left: -30px;
  margin-bottom: 15px;
}
.mv .link_btn a{
  display: inline-block;
}
.mv .link_btn a:hover img{
  opacity: 1;
}
.mv .cta {
  margin-top: 70px;
}
@media (max-width: 1200px) {
  .mv .mv_txt {
    margin-left: 0;
  }
}
/*CTA----------------------------------------------------------- */
.cta{
  padding: 45px 0;
  background: url(../../images/page-lp/pc_cta_bg.png)no-repeat center/cover;
}
.mv .cta {
  background: none;
  padding: 0;
}
.cta .white_box{
  position: relative;
  border-radius: 10px;
  padding: 25px 35px;
}
.cta .white_box .medal{
  position: absolute;
  top: -13px;
  left: 40px;
}
.cta ul{
  display: flex;
  justify-content: space-between;
  margin-left: 120px;
}
/*CTA2----------------------------------------------------------- */


/*sec01----------------------------------------------------------- */
.sec01{
  background: url(../../images/page-lp/pc_sec01_bg.png)no-repeat center top;

}
.brett{
  background: url(../../images/page-lp/pc_sec01_img01.png)no-repeat center/cover #FFF;
  padding: 60px;
}
.brett ul li {
  padding-bottom: 30px;
  padding: 0;
  text-indent: 0;
  margin: 0;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.brett ul li:last-child{
  margin-bottom: 0;
}
.brett ul li img {
  margin-right: 10px;
}

/*sec02----------------------------------------------------------- */
.sec02{
  position: relative;
}
.sec02 .arrow{
  position: absolute;
  right: 0;
  left: 0;
  top: -40px;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 73px 115px 0 115px;
  border-color: #268ff0 transparent transparent transparent;
}
.sec02 .white_box{
  background-color: #eef5fc;
}
@media (min-width: 960px) {
  .sec02 .fx-col-60-s{
    flex-basis: 69%;
    max-width: 69%;
  }
  .sec02 .fx-col-40-s{
    flex-basis: 31%;
    max-width: 31%;
  }
}
/*sec03----------------------------------------------------------- */
.sec03 .white_box_l{
  padding-bottom: 30px;
}
.sec03 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec03 ul li{
  width: 25%;
  margin-bottom: 30px;
  line-height: 1.3;
}

/*sec04----------------------------------------------------------- */
.sec04 h3{
  margin-top: -90px;
}

/*sec05----------------------------------------------------------- */
.sec05 ul{
  display: flex;
  justify-content: space-between;
}
.sec05 ul li{
  background-color: #eef5fc;
  width: 380px;
}
.sec05 .txt{
  padding: 45px;
}
.shadow {
  box-shadow: 0px 0px 12px -5px #a39393;}
/*sec06----------------------------------------------------------- */
.sec06{
  overflow: hidden;
}
.sec06 .label{
  line-height: 1em;
  font-size: 20px;
}
.sec06 .label span{
  color: #FFF;
  font-size: 18px;
  background-color: #268ff0;
  border-radius: 50px;
  padding: 5px 10px;
  margin-right: 10px;
  top: -2px;
  position: relative;
}
@media (min-width: 960px) {
  .sec06 .fx-col-80-s{
    flex-basis: 78%;
    max-width: 78%;
  }
  .sec06 .fx-col-20-s{
    flex-basis: 22%;
    max-width: 22%;
  }
}
.white_box.bg_over_r:before,
.white_box.bg_over_l:before{
  background-color: #268ff0;
}
/*sec07----------------------------------------------------------- */
.sec07 .white_box_l{
  margin-bottom: 0;
}

/*sec08----------------------------------------------------------- */


/*sec09----------------------------------------------------------- */
.sec09 {
  background: url(../../images/page-lp/pc_sec09_bg.png);
}
.sec09 .white_box_l{
  border: solid 3px #cccccc;
  border-radius: 1px;
  background-color: #FFF;
  position: relative;
}
.sec09 .fx-row{
  justify-content: space-between;
}
@media (min-width: 960px) {
  .sec09 .fx-col-60-s{
    flex-basis: 69%;
    max-width: 69%;
  }
  .sec09 .fx-col-40-s{
    flex-basis: 30%;
    max-width: 30%;
  }
}
.sec09 .arrow{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px 0 40px;
  border-color: #268ff0 transparent transparent transparent;
  margin: 30px auto;
}
.sec09 .white_box_l.mb0{
  margin-bottom: 0;
}

/*sec10----------------------------------------------------------- */
.accordion {
  margin-bottom: 30px;
}
.accordion:last-child{
  margin-bottom: 0;
}
dl.accordion dt {
  cursor: pointer;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  padding: 10px 10px 10px 30px;
  background-color: #268ff0;
  color: #fff;
}
dl.accordion dd {
  background: #fff;
  padding: 30px;
  display: none;
}
.accordion dt p {
  background: url(../../images/page-lp/qa_q.png) no-repeat left top 5px;
  padding-left: 75px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 60px;
  background-size: 55px;
}
dl.accordion dt .icon {
  position: absolute;
  display: block;
  transition: .25s all ease;
  right: 25px;
  top: 0;
  bottom: 0;
  background-color: #fff;
  color: #000;
  margin: auto;
  height: 55px;
  text-align: center;
  line-height: 55px;
  width: 55px;
  font-weight: 900;
  font-size: 12px;
  transform: rotate(90deg);
  border-radius: 3px;
}
.accordion dd p {
  background: url(../../images/page-lp/qa_a.png) no-repeat left top;
  padding-left: 75px;
  background-size: 55px;
  padding-right: 25px;
}
.accordion .arrow{
  position: absolute;
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #268ff0;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-58%) rotate(90deg);
}
dl.accordion dt.open .icon .arrow {
  transform: translateX(50%) translateY(-58%) rotate(270deg);
}

/*sec11----------------------------------------------------------- */
.sec11 .table li{
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec11 .table p {
  padding: 25px;
  border-bottom: 1px solid #999999;
}
.sec11 .table .table_head {
  width: 215px;
  border-bottom: 2px solid #268ff0;
  font-weight: bold;
  color: #268ff0;
}
.sec11 .table .table_head.bt{
  border-top: 2px solid #268ff0;
}
.sec11 .table .table_body {
  width: calc(100% - 235px);
  border-top: 0;
}
.sec11 .table .table_body.bt{
  border-top: 1px solid #999999;
}
/*sec12----------------------------------------------------------- */
.sec12{
  background: url(../../images/page-lp/pc_contact_bg.png) no-repeat center bottom/cover;
}

/*sec13----------------------------------------------------------- */


/*sec14----------------------------------------------------------- */


/*sec15----------------------------------------------------------- */


/*sec16----------------------------------------------------------- */


/*sec17----------------------------------------------------------- */


/*sec18----------------------------------------------------------- */


/*sec19----------------------------------------------------------- */
form > ul > li {
  padding: 15px 0;
}

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

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: #f65922;
  color: #fff;
  padding: 3px 8px;
  font-weight: bold;
  font-size: 0.8em;
  margin-left: 10px;
}

.any {
  background-color: #0000ff;
  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;
  padding-right: 30px;
}

.radio_2col label:last-child {
  padding-right: 0;
}

.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 a:link, .check_agree a:visited {
  color: #268ff0;
  text-decoration: underline;
}

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

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

.sbm_wrap {
  padding: 30px 15px 0;
}

.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.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin-top: -15px;
  justify-content: center;
  align-items: center;
}

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

footer .copy {
  text-align: center;
}

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

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: 90%;
}

.thanks .btn_next{
  width: 270px;
  margin: 0 auto;
}
.thanks .btn_next a:link, .thanks .btn_next a:visited{
  color: #fff;
  font-size: 120%;
}