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

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

footer {
  padding: 75px 0;
}

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

.bg_cl2 {
  background-color: #e5f7ff;
}

.cl_base {
  color: #2658bf;
}

.cl_main {
  color: #ef3300;
}

.cl_accent {
  color: #4265a1;
}

.cl_other1 {
  color: #4265a1;
}

.cl_other2 {
  color: #4265a1;
}

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

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

a:hover {
  text-decoration: underline;
}


/*Page Top----------------------------------------------------------- */
.pagetop a {
  background-color: #2658bf;
}



/*MV----------------------------------------------------------- */
.mv{
  background: url(../img/pc_mv_bg.png) no-repeat center/cover;
  padding: 50px 0 0;
  overflow: hidden;
}
.mv_txt{
  position: relative;
  z-index: 1;
}
.mv_txt img{
  max-width: none;
}
.mv_img{
  position: relative;
  margin-top: -10px;
}
.mv_img img{
  max-width: none;
}
.mv .mv_bottom{
  background-color: #2659bf;
  padding: 45px 0;
}
.mv_bottom .img01{
  position: absolute;
  left: -70px;
  top: -190px;
}
/*CTA----------------------------------------------------------- */
.cta{
  background: url(../img/pc_cta_bg.png) no-repeat center/cover;
  padding: 30px 0;
}
.link_btn{
  text-align: center;
}
.link_btn a{
  display: inline-block;
}
/*CTA2----------------------------------------------------------- */
.cta02{
  padding: 0 0 150px 0;
}
.cta02 h2{
  padding: 30px 0;
  background-color: #2658bf;
}

/*sec01----------------------------------------------------------- */
.sec01{
  background: url(../img/pc_sec01_bg.png) no-repeat center/cover;
}
.sec01 .white_box .inner:not(:last-child){
  margin-bottom: 30px;
}
.sec01 .white_box{
  border: solid #2658bf 3px;
  padding: 45px;
}
.sec01 .white_box h3{
  margin-bottom: 30px;
}
.sec01 .white_box h4{
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .sec01 .fx-col-60-s {
    flex-basis: 67%;
    max-width: 67%;
  }
  .sec01 .fx-col-40-s {
    flex-basis: 33%;
    max-width: 33%;
  }
}
/*sec02----------------------------------------------------------- */
.sec02 {
  padding-top: 0;
  position: relative;
}
.sec02 h2{
  padding: 60px 0;
  background: url(../img/pc_sec02_bg.png) no-repeat #2658bf center/cover;
}
.arrow{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #2659bf transparent transparent transparent;
  margin: 0 auto;
}
.sec02 .arrow{
  margin-bottom: 30px;
}
.sec02 .white_box{
  padding: 24px;
  border-radius: 0 0 5px 5px;
}
.sec02 .txt{
  font-size: 14px;
  margin-top: 15px;
}
.sec02 .fx-row{
  margin-left: -7px;
  margin-right: -7px;
}
.sec02 .f_item{
  padding-left: 7px;
  padding-right: 7px;
}
/*sec03----------------------------------------------------------- */
.sec03{
  background: url(../img/pc_sec03_bg.png) no-repeat center/cover;
}
@media (min-width: 960px) {
.sec03 .container.ph0{
  padding-left: 0;
  padding-right: 0;
}
}
/*sec04----------------------------------------------------------- */
@media (min-width: 960px) {
  .sec04 .fx-col-40-s{
    padding-left: 0;
  }
}
.sec04 h3{
  position: relative;
  margin-top: -65px;
  margin-bottom: 30px;
}
.sec04 .white_box:not(:nth-of-type(3)){
  margin-bottom: 65px;
}
.tri {
  width: 100%;
  padding-top: 170px;
  position: relative;
}
.tri::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  border-top: 170px solid #e5f7ff;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  transform: translateX(-50%);
}
.sec04 .bt_img{
  padding-bottom: 60px;
}
.sec04 .bt_img img{
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
}
/*sec05----------------------------------------------------------- */
.sec05{
  padding-top: 260px;
  margin-top: -210px;
  background: url(../img/pc_sec05_bg.png);
}

/*sec06----------------------------------------------------------- */
.sec06 {
  background-color: #f5f7fa;
}
.sec06 .inner {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.sec06 .inner{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}
@media (min-width: 2300px) {
  .sec06 .inner{
    width: 2300px;
    max-width: 2300px;
  }
}
.swiper-container {
  position: relative;
  width: 930px;
  margin: 0 auto;
}

.swiper-button-next {
  right: -20px;
}
.swiper-button-prev {
  left: -20px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  position: absolute;
  content: "";
  position: absolute;
  width: 76px;
  height: 76px;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-button-next::after {
  background: transparent url(../img/next.png) no-repeat center / contain;
}
.swiper-button-prev::after {
  background: transparent url(../img/prev.png) no-repeat center / contain;
}
/*sec07----------------------------------------------------------- */
.sec07 {
  padding-top: 0;
  position: relative;
}
.sec07 .h202{
  padding: 60px 0;
  background: url(../img/pc_sec07_h202_bg.png) no-repeat center #17191b;
}
.sec07 h2{
  padding: 60px 0;
  background: url(../img/pc_sec02_bg.png) no-repeat #2658bf center/cover;
}
.sec07 h3{
  position: relative;
  margin-top: -60px;
  margin-bottom: 30px;
}
.sec07 .white_box{
  border: solid #2658bf 3px;
  padding: 45px;
}
@media (min-width: 960px) {
  .sec07 .fx-col-40-s{
    flex-basis: 41%;
    max-width: 41%;
  }
  .sec07 .fx-col-60-s{
    flex-basis: 59%;
    max-width: 59%;
  }
}
/*sec08----------------------------------------------------------- */
.sec08 {
  background-color: #ebf7fc;
}
.brett ul li {
  padding-bottom: 30px;
  padding: 0;
  text-indent: 0;
  margin: 0;
  font-size: 24px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: dotted 2px #000;
  display: flex;
  align-items: baseline;
}
.brett ul li:last-child{
  margin-bottom: 0;
}
.brett ul li img {
  margin-right: 10px;
}
@media (min-width: 960px) {
.sec08 .brett {
  width: 750px;
  margin: 0 auto;
}
}
.sec08 .brett ul li {
  text-indent: 0;
  margin: 0;
  font-size: 28px;
  margin-bottom: 15px;
  padding: 22px 30px 38px;
  font-weight: bold;
  border: none;
  display: flex;
  align-items: baseline;
  color: #2658bf;
  background: url(../img/pc_sec08_bg01.png) no-repeat center;
}
.sec08 .brett ul li:last-child{
  margin-bottom: 0;
}

/*sec09----------------------------------------------------------- */
.sec09{
  background: url(../img/pc_sec09_bg.png) no-repeat #2658bf center/cover;
  padding-bottom: 45px;
}
.sec09 h2{
  padding-bottom: 30px;
}
.sec09 .fx-row{
  justify-content: center;
  margin-left: -8px;
  margin-right: -8px;
}
.sec09 .f_item{
  padding-left: 8px;
  padding-right: 8px;
}
.link_btn a:hover img{
  opacity: 1;
}
/*sec10----------------------------------------------------------- */
.sec10 h3{
  padding-bottom: 30px;
}
.sec10 .white_box{
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .sec10 .fx-col-40-s{
    flex-basis: 41%;
    max-width: 41%;
  }
  .sec10 .fx-col-60-s{
    flex-basis: 59%;
    max-width: 59%;
  }
}
.sec10 .inner{
  background-color: #f2fbff;
  padding: 30px;
  margin-top: 30px;
}
.sec10 .inner ul li{
  font-weight: bold;
}
.sec10 .inner ul li i{
  color: #2658bf;
}
.sec10 .box:not(:last-child){
  margin-bottom: 30px;
}
/*sec11----------------------------------------------------------- */
.sec11 {
  background: url(../img/pc_sec11_bg.png) no-repeat center bottom/cover;
  padding-bottom: 45px;
}
.sec11 .box{
  background-color: #f7f1d2;
  padding: 30px;
}
.sec11 .box h3{
  position: relative;
  margin-left: -49px;
}
@media (min-width: 960px) {
.sec11 .box .fx-col-30-s{
  padding-left: 0;
}
}
.sec11 .box_inner{
  background-color: #fcfbeb;
  padding: 30px;
  margin-top: 35px;
}
.sec11 .white_box{
  padding: 36px 36px 45px;
}


/*sec12----------------------------------------------------------- */
.sec12 .top_box{
  background: url(../img/pc_sec12_img01.png) no-repeat center right #FFF;
  padding: 35px;
}
.sec12 .top_box .txt{
  width: 490px;
}
.sec12 .arrow{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 60px 0 60px;
  border-color: #2659bf transparent transparent transparent;
  margin: 0 auto;
}
.sec12 .box{
  background-color: #f7f1d2;
  padding: 30px;
}
.sec12 .box h3{
  position: relative;
  margin-left: -49px;
}
@media (min-width: 960px) {
.sec12 .box .fx-col-30-s{
  padding-left: 0;
}
}
.sec12 .box_inner{
  background-color: #fcfbeb;
  padding: 30px;
}
.sec12 .white_box h3{
  margin-bottom: 30px;
}
.sec12 .white_box .inner:not(:last-child){
  margin-bottom: 30px;
}
/*sec13----------------------------------------------------------- */
.sec13 {
  background: url(../img/pc_sec13_bg.png) no-repeat center bottom/cover;
}
.sec13 .white_box {
  padding: 60px;
  background-color: rgba(255, 255, 255, .9);
}
.sec13 h2 {
  margin-bottom: -65px;
  position: relative;
  z-index: 1;
}
/*sec14----------------------------------------------------------- */
.sec14 .white_box{
  background-color: #f5f7fa;
  padding: 45px;
}
table{
  border-collapse: separate;
  border-spacing: 3px;
  width: 100%;
}
table th{
  background-color: #2658bf;
  color: #fff;
  width: 170px;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.3;
}
table th span{
  background-color: #FFF;
  border-radius: 50px;
  color: #2658bf;
  font-size: 14px;
  padding: 0px 20px;
}
table td{
  background-color: #FFF;
}
table th,
table td{
  padding: 30px;
}
/*sec15----------------------------------------------------------- */
.sec15{
  background: url(../img/pc_sec15_bg.png);
  padding-bottom: 45px;
}
.qa .q .box_item{
  background-color: #2658bf;
  color: #FFF;
  font-weight: bold;
  padding: 20px 30px;
  border-radius: 5px 5px 0 0;
  align-items: center;
}
.qa .a .box_item{
  background-color: #fff;
  padding: 30px;
  border-radius: 0 0 5px 5px;
}
.qa .q .txt {
  margin-left: 15px;
  font-size: 24px;
}
.qa .a {
  margin-bottom: 30px;
}
.qa .a:last-of-type {
  margin-bottom: 0;
}
.qa .txt {
  margin-left: 15px;
}
.qa .box:not(:last-child){
  margin-bottom: 30px;
}
.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;
}
.sec15 .inner{
  background-color: #fafafa;
  padding: 30px;
  border-radius: 10px;
  margin-left: 15px;
}
.sec15 h4{
  font-weight: bold;
}
.sec15 h4 span{
  color: #2658bf;
  font-size: 22px;
}
/*sec16----------------------------------------------------------- */


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


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


/*sec19----------------------------------------------------------- */
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: #ff0000;
  color: #fff;
  padding: 3px 8px;
  font-weight: bold;
  font-size: 0.8em;
}

.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;
}

.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 {
  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;
}

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

@media screen and (min-width: 767px){
  .fv{text-align: center;background: #FFF;padding: 53px 20px 46px;}
  .fv_c3{
    background:url(../img/pc_fv_h2_c3_bg.png) no-repeat #2658bf  center/cover;
    padding: 40px 0;
  }
}
.pdb0{padding-bottom: 0 !important;}
.mv_first{padding: 15px 0 0;}