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

html{
  scroll-behavior: smooth;
}

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

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

.bg_cl2 {
  background-color: #f7f7f7;
}

.cl_base {
  color: #272727;
}

.cl_main {
  color: #009fe8;
}

.cl_accent {
  color: #f9ee76;
}

.cl_other1 {
  color: #fff;
}

.cl_other2 {
  color: #4265a1;
}

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

/*リンク色----------------------------------------------------------- */
a:link,
a:visited {
  color: #272727;
  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: #009fe8;
} */

/*Header----------------------------------------------------------- */
.header_container {
  position: fixed;
  width: 100%;
  z-index: 100;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border-bottom: 1px solid; */
  padding: 15px 30px;
  background: #fff;
}
@media (min-width: 960px) and (max-width: 1169px) {
  header {
    padding: 15px;
  }
}

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

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

header .tel {
  line-height: 1.1;
}

header .contact_tel {
  font-size: 3rem;
  font-family: 'Lato', sans-serif;
  padding-bottom: 5px;
}

header .contact_tel i {
  color: #009fe8;
  padding-right: 5px;
}

header .tel .time {
  font-size: 1.4rem;
}

header .box_right {
  display: flex;
  align-items: center;
}
@media (min-width: 1025px) and (max-width: 1160px) {
  header .contact_tel {
    font-size: 2rem;
  }
}

/*Navi----------------------------------------------------------- */
nav {
  padding-right: 15px;
  /* background-color: #63a4e0; */
}
.sp_head_nav {
  display: none;
}
nav ul {
  display: flex;
  color: #fff;
}

nav li {
  /* width: 20%; */
  /* border-left: 1px solid #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1em;
}
nav li:last-child {
  border-right: 1px solid #fff;
}
nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  margin: 0 15px;
  padding-bottom: 10px;
  /* background-color: #63a4e0; */
  text-align: center;
}
nav li a:link, nav li a:visited {
  color: #171b1d;
}
nav li a:hover {
  opacity: 1;
  color: #171b1d;
  border-bottom:solid;
  border-color:#009fe8;
  border-width:3px;
  text-decoration: none;
}

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

.nav_jp {
  font-size: 1.4rem;
  /* padding-bottom: 5px; */
}
.nav_en {
  font-size: 14px;
  color: #99daff;
}

/*MV----------------------------------------------------------- */
.mv {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  line-height: 1.5;
  background: url(../img/pc_mv_bg01.png);
  background-repeat: no-repeat;
  background-position-x: calc(50% + 220px);
  background-position-y: calc(50% + 40px);
}
.mv .font_l {
  font-size: 2.25em;
}
.mv .check {
  display: flex;
  font-size: 2.4rem;
}
.mv .check li {
  padding-right: 15px;
}
.mv .bg02 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1170px) {
  .mv .container {
    width: 1170px;
  }
}
@media (min-width: 960px) and (max-width: 1169px) {
  .mv {
    background-position-x: calc(50% + 300px);
  }
  .mv .container {
    width: 960px;
  }
}

/*sec01----------------------------------------------------------- */
.sec01 {
  position: relative;
  padding-top: 120px;
  background: url(../img/pc_sec01_bg01.png) no-repeat top/contain;
}
.sec01 .white_box {
  position: relative;
}
.sec01 .img01 {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.sec01 .btn01 {
  position: absolute;
  top: -80px;
  right: 0;
  left: 0;
}
.sec01 .btn01 img:hover {
  opacity: 1;
  filter: brightness(130%);
}
.sec01 .btn01 a:hover {
  opacity: 1;
}


/*sec02----------------------------------------------------------- */
.sec02 {
  padding-top: 0;
}

/*sec03----------------------------------------------------------- */
.sec03 .f_box01 {
  display: flex;
  justify-content: space-between;
  padding: 0 45px;
}
.sec03 .f_box01 .box_inner {
  width: 48%;
}
.sec03 .f_box01 li p:after {
  content: "";
  background-image: url("../img/pc_sec03_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-left: 15px;
}
.sec03 .f_box01 li {
  padding: 0 0 5px 30px;
  margin-bottom: 15px;
}
.sec03 .f_box01 li:last-child {
  margin-bottom: 0;
}

/*sec04----------------------------------------------------------- */
.sec04 {
  background: url(../img/pc_sec04_bg01.png) #edf9ff;
  background-repeat: no-repeat;
  background-position: top right;
}
.sec04 .img01 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}

/*sec05----------------------------------------------------------- */


/*sec06----------------------------------------------------------- */
.sec06 .txt_rbn {
  display: inline-block;
  font-weight: bold;
  background-color: #009fe8;
  color: #FFF;
  padding: 3px 15px;
}

/*sec07----------------------------------------------------------- */
.sec07 {
  background: url(../img/pc_sec07_bg01.png) bottom center/cover;
}
.sec07 .white_box {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}
.sec07 .img01 {
  position: absolute;
  bottom: 0;
  right: 15px;
}

/*sec08----------------------------------------------------------- */
.sec08 {
  overflow-x: hidden;
}
.sec08 .inner {
  position: relative;
  margin-bottom: 45px;
}
.sec08 .inner:last-child {
  margin-bottom: 0;
}
.sec08 .inner:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #edf9ff;
  position: absolute;
  left: -50%;
  top: 0;
}
.sec08 .inner:nth-of-type(even):after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  position: absolute;
  left: 50%;
  top: 0;
}
.sec08 .inner:nth-of-type(even) .box {
  background-color: #f7f7f7;
}
.sec08 .inner .box {
  background-color: #edf9ff;
  position: relative;
  z-index: 1;
}
.sec08 .box_wrapper {
  display: flex;
}
.sec08 .img_box {
  width: 43%;
  padding: 45px;
  padding-left: 0;
  display: flex;
  align-items: center;
}
.sec08 .txt_box {
  width: 57%;
  padding: 45px;
}
.sec08 .num {
  font-family: 'Lato', sans-serif;
  font-size: 4.8rem;
  line-height: 1;
  margin-bottom: 15px;
}
.sec08 h3 {
  margin-bottom: 45px;
  font-weight: bold;
  position: relative;
}


/*sec09----------------------------------------------------------- */
.sec09 .box01 {
  border-width: 2px;
  border-color: rgb(0, 159, 232);
  border-style: solid;
  border-radius: 15px;
  background: #fff;
  padding: 30px 15px;
  margin-bottom: 15px;
}
.sec09 h3 {
  font-weight: bold;
  text-align: center;
}
.sec09 .h3_outer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec09 .box02 {
  border-width: 2px;
  border-color: rgb(0, 159, 232);
  border-style: solid;
  border-radius: 15px;
  background: #fff;
  padding: 60px;
}
.sec09 a:hover {
  text-decoration: none;
}

/*sec10----------------------------------------------------------- */
.sec10 .white_box {
  padding: 45px;
}
.sec10 .label {
  letter-spacing: .2em;
  display: inline-block;
  background-color: #009fe8;
  color: #FFF;
  font-size: 12.5px;
  line-height: 1;
  padding: 5px 15px;
  position: relative;
  left: 15px;
}
.sec10 .label span:first-child {
  font-weight: bold;
}
.sec10 .label:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 0 10px;
  border-color: transparent transparent transparent #009fe8;
  position: absolute;
  right: -10px;
  top: 0;
}
.sec10 .label .num {
  font-family: 'Lato', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}

.sec10 .txt_rbn1 {
  font-weight: bold;
  font-size: 2rem;
  padding-left: 15px;
  border-left: 5px solid #009fe8;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
.sec10 h3 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.sec10 h3 .num {
  font-family: 'Lato', sans-serif;
  font-size: 4.8rem;
  line-height: 1;
}

.sec10 .txt_rbn2 {
  display: block;
  text-align: center;
  font-weight: bold;
  background-color: #009fe8;
  color: #FFF;
  padding: 3px 15px;
}
.sec10 .txt_rbn3 {
  display: block;
  text-align: center;
  font-weight: bold;
  background-color: #daf3ff;
  color: #009fe8;
  padding: 3px 15px;
}

/* slick01 */
.slick01 .slick-list {
  padding-bottom: 30px!important;
}
.slick01 .slick-slide {
  margin-right: 45px;
  width: 430px!important;
}
.slick01 .slick-dots li button:before {
  font-size: 16px;
  content: '◯';
  opacity: 1;
  color: #b2b2b2;
}
.slick01 .slick-dots li.slick-active button:before {
  content: '●';
  font-size: 16px;
}

/*sec11----------------------------------------------------------- */
.sec11 {
  background: url(../img/pc_sec11_bg01.png) bottom center/cover;
}
.sec11 .white_box {
  background-color: rgba(255, 255, 255, 0.8);
}
.sec11 .ribbon {
  display: inline-block;
  position: relative;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 1.8rem;/*文字の大きさ*/
  background: #f9ee76;/*塗りつぶし色*/
  color: #009fe8;
  box-sizing: border-box;
}

.sec11 .ribbon:before, .sec11 .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.sec11 .ribbon:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.sec11 .ribbon:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

/*sec12----------------------------------------------------------- */
.sec12 .qa_list .q,
.sec12 .qa_list .a {
    position: relative;
    min-height: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.sec12 .qa_list .q {
    border-bottom: 3px solid #009fe8;
    font-size: 20px;
    line-height: 1.6;
    padding: 30px 90px 30px 100px;
}
.sec12 .qa_list li:not(:last-child) .q {
    margin-bottom: 30px;
}
.sec12 .qa_list .a {
    overflow: hidden;
    max-height: 0;
    transition: all .3s linear;
    line-height: 0;
    opacity: 0;
    padding: 0 0 0 90px;
    margin-top: 0;
    min-height: 0;
    width: 100%;
}
.sec12 .qa_list .a.slide {
    max-height: 100%;
    transition: all .3s linear;
    line-height: 1.666;
    opacity: 1;
    padding: 30px 45px 30px 100px;
    min-height: 80px;
    margin-top: -30px;
}
.sec12 .qa_list li:last-child .a.slide {
    margin-top: 0;
}
.sec12 .qa_list .a.slide.last {
    margin-top: 0;
}
.sec12 .qa_list .q:before,
.sec12 .qa_list .a:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 45px;
    font-family: 'Lato', sans-serif;
    font-size: 40px
}
.sec12 .qa_list .q:before {;
    color: #999;
    content: "Q.";
}
.sec12 .qa_list .a:before {
  color: #009fe8;
  content: "A.";
}
.sec12 .qa_list .q:after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 45px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #009fe8;
    color: #fff;
    text-align: center;
    transition: all .3s;
    transform: rotate(-180deg);
}
.sec12 .qa_list .q.arrow:after {
    transform: rotate(0deg);
}
.sec12 .qa_list:last-of-type li:last-child .a {
    padding-bottom: 0;
}

/* qa_list2 */
.sec12 .qa_list2 {
    margin-bottom: 30px;
}
.sec12 .qa_list2:last-of-type {
    margin-bottom: 0;
}
.sec12 .qa_list2 > dt {
    background: #d9dee2;
    height: 100%;
    padding: 0 20px;
    display: inline-block;
    margin-bottom: 10px;
}

/*sec13----------------------------------------------------------- */
.sec13 {
  background: url(../img/pc_sec13_bg01.png) #009fe8;
  background-repeat: no-repeat;
  background-position: top right;
}

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

.any {
  background-color: #009fe8;
  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;
}
.sec13 .btn03 input:hover {
  opacity: 0.7;
}
.sec13 a:link,
.sec13 a:visited {
  color: #009fe8;
  text-decoration: none;
}
.sec13 a:hover {
  text-decoration: underline;
}

/*sec14----------------------------------------------------------- */
.sec14 .list01 {
  display: flex;
  margin-bottom: 30px;
}
.sec14 .list01 > dt {
  width: 23%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  color: #009fe8;
  font-weight: bold;
  padding-left: 45px;
}
.sec14 .list01 > dd {
  width: 77%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  padding-right: 45px;
}
.sec14 .list01 i {
  color: #87b4bf;
  padding-right: 15px;
}
.sec14 .list01 .tit {
  font-weight: bold;
}
.sec14 .list01 .line_through {
  text-decoration: line-through;
}
.sec14 .list01:last-of-type {
  margin-bottom: 0;
}

@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: baseline;
  padding: 3px 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: #fc563e;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
  border: 2px solid #fc563e;
}

.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: #fc563e;
  background: #ffffff;
}

.sbm:hover:before {
  color: #fc563e;
}

/*sec20----------------------------------------------------------- */
.fx-row li p {
  background-color: skyblue;
}

.fx-row-gutter-s {
  margin-left: -8px;
  margin-right: -8px;
}

.fx-row-gutter-s li {
  padding-left: 8px;
  padding-right: 8px;
}

.fx-row-gutter-xs {
  margin-left: -5px;
  margin-right: -5px;
}

.fx-row-gutter-xs li {
  padding-left: 5px;
  padding-right: 5px;
}

/*Footer----------------------------------------------------------- */
footer {
  background: #009fe8;
  color: #fff;
}
.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%;
}


/*thanks----------------------------------------------------------- */
.thanks #nav_toggle {
  display: none;
}
.thanks nav {
  display: none;
}
.thanks_btn {
  background: #009fe8;
  display: inline-block;
  padding: 10px 30px;
  font-weight: bold;
  color: #fff;
  border: none;
}