@charset "UTF-8";
/* CSS Document */

/*セクション間余白----------------------------------------------------------- */

body {
  max-width: 750px;
  margin: 0 auto;
}

/*色関連----------------------------------------------------------- */
.bg_cl1 {
  background-color: #59b1b3;
}

.bg_cl2 {
  background-color: #e3f1f2;
}

.cl_base {
  color: #59b1b3;
}

.cl_main {
  color: #ef3300;
}

.cl_accent {
  color: #4265a1;
}

.cl_other1 {
  color: #4265a1;
}

.cl_other2 {
  color: #4265a1;
}
.cl_white {
  color: #fff;
}
/*テキスト関連----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(transparent 50%, #fff993 50%);
  background: -o-linear-gradient(transparent 50%, #fff993 50%);
  background: linear-gradient(transparent 50%, #fff993 50%);
  font-weight: bold;
}

/*リンク色----------------------------------------------------------- */
a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*Page Top----------------------------------------------------------- */
.pagetop a {
  background-color: #59b1b3;
}



/*MV----------------------------------------------------------- */


/*CTA----------------------------------------------------------- */
.cta {
  padding: 30px 0;
}
.cta .white_box{
  border-radius: 5px;
}
.cta .img01{
  margin-right: -10px;
}
.cta .box{
  background-color: #e3f1f2;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 10px;
  line-height: 15px;
}
.cta .box h3{
  font-size: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dotted 2px #59b1b3;
}
.cta .img02{
  margin-top: -10px;
}
/*CTA2----------------------------------------------------------- */
.cta2{
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bfd9da;
}
.cta2 h2{
  padding-bottom: 0;
}
.cta2 .box{
  box-shadow: 0px 0px 12px -5px #777777;
  border-radius: 0px;
}
.cta2 .box .inner{
  background-color: #FFF;
  padding: 15px;
}
.cta2 .fx{
  display: flex;
  align-items: center;
}
.cta2 .pr15{
  padding-right: 15px;
}
/*sec01----------------------------------------------------------- */
/*tokuten----------------------------------------------------------- */
.tokuten h2{
  padding-bottom: 0;
  margin-bottom: -6px;
  position: relative;
  z-index: 1;
}
.tokuten_box{
  position: relative;
}
.tokuten_box .link_btn{
  position: absolute;
  top: 105vw;
  left: 5vw;
  width: 40%;
}
/*sec02----------------------------------------------------------- */
.sec02{
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../img/sec02_bg.png) no-repeat bottom/cover;
}
.sec02 h2{
  padding-bottom: 10px;
}
.sec02 .indent{
  display: flex;
  text-indent: 0;
  padding-left:0;
}
.sec02 .indent span{
  min-width: 2.5em;
}
/*sec03----------------------------------------------------------- */
.sec03{
  padding-top: 30px;
  padding-bottom: 30px;
}
.sec03 h2{
  padding-bottom: 10px;
}
.sec03 .indent{
  display: flex;
  text-indent: 0;
  padding-left:0;
}
.sec03 .indent span{
  min-width: 2.5em;
}
/*sec04----------------------------------------------------------- */


/*sec05----------------------------------------------------------- */


/*sec06----------------------------------------------------------- */


/*sec07----------------------------------------------------------- */
.sec07 h2{
  padding-bottom: 20px;
}
.sec07{
  padding-top: 30px;
  padding-bottom: 10px;
}
.sec07 .box{
  border: solid #0b4a59 2px;
}
.sec07 .white_box{
  padding: 15px;
}

/*sec08----------------------------------------------------------- */


/*sec09----------------------------------------------------------- */


/*sec10----------------------------------------------------------- */
.sec10 .bg{
  padding: 20px 15px;
  background: url(../img/sec10_bg.png) no-repeat center/cover;
}

/*sec11----------------------------------------------------------- */


/*sec12----------------------------------------------------------- */


/*sec13----------------------------------------------------------- */
.sec13{
  padding-top: 30px;
  padding-bottom: 30px;
}

/*sec14----------------------------------------------------------- */


/*sec15----------------------------------------------------------- */
.sec15{
  padding-top: 30px;
  padding-bottom: 60px;
}
.sec15 .white_box{
  border: solid 2px #59b1b3;
  border-radius: 0 0 10px 10px;
}
.sec15 .img01{
  margin-top: 15px;
  margin-bottom: 15px;
}
.sec15 .img01 img{
  width: 30px;
}
/*sec16----------------------------------------------------------- */
.sec16{
  padding-bottom: 30px;
}
.sec16 .img01{
  margin-top: -30px;
}

/*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----------------------------------------------------------- */
.sec20{
  padding-top: 10px;
}
.sec20 .bg{
  padding-top: 15px;
  padding-bottom: 15px;
}
.sec20 .white_box:nth-of-type(3){
  background: url(../img/sec20_img03.png) no-repeat center bottom/100% #FFF;
  padding-bottom: 250px;
}
/*sec21----------------------------------------------------------- */
.sec21 .bg{
  padding: 30px 15px;
}
.sec21 .white_box{
  padding: 30px;
}
.sec21 .white_box{
  background: url(../img/sec21_bg.png) no-repeat center bottom/100% #FFF;
  padding-bottom: 150px;
}
.tel_box{
  padding-left: 15px;
  padding-right: 15px;
}
.tel_box .line_top{
  border-top: solid 3px #59b1b3;
}
.tel_box .line_top:after{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #59b1b3;
  display: block;
  margin-top: 3px;
}
.tel_box h3{
  width: 70%;
  margin: 15px auto;
}
.tel_box .wd90{
  width: 96%;
}
.tel_box .line_bottom{
  border-bottom: solid 3px #59b1b3;
}
.tel_box .line_bottom:before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #59b1b3;
  display: block;
  margin-bottom: 3px;
}
/*sec23----------------------------------------------------------- */
.sec23 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.qa .q .txt {
  margin-left: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #59b1b3;
  padding-top: 5px;
  line-height: 1.3;
}
.qa .a {
  margin-bottom: 30px;
}
.qa .a:last-of-type {
  margin-bottom: 0;
}
.qa .txt {
  margin-left: 15px;
}
.qa .a .txt{
  font-size: 10px;
}
.qa .box:not(:last-child){
  margin-bottom: 20px;
}
.qa .box .a{
  border-bottom:dotted 1px #59b1b3;
}
.qa .box_item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0;
}
.qa .qq .txt {
  margin: 0 auto;
}
.qa .icon {
  width: 30px;
  flex-shrink: 0;
}

/* ========== footer ========== */
nav ul {
  background: #e3f1f2;
  font-size: 13px;
  border-top: solid 4px #59b1b3;
  text-align: center;
  padding: 10px 0;
}
nav ul li {
  display: inline-block;
}
/* ========== アコーディオン ========== */
/*ボックス全体*/
.accbox , .accbox-henkin{
	margin-top:0;
	margin-bottom:2em;
    padding: 0;
	text-align:left;
}
/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    color: #fff;
    font-weight: bold;
    background: #5c96df;
    cursor :pointer;
	font-size:20px;
}
.accbox-henkin label {
    display: block;
    padding: 14px 0 10px;
    color: #fff;
    font-weight: bold;
    background: #ff6666;
    cursor: pointer;
	text-align: center;
	font-size: 20px !important;
}
/*アイコンを表示*/
.accbox label:before {
    content: '＋';
    padding-right: 8px;
}
.accbox-henkin label:after {
	font-family: "Font Awesome 5 Free";
    content: '\f150';
	font-weight: 900;
	padding-left: 10px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#55c6ff;
}
.accbox-henkin label:hover {
    background :#ff8a8a;
}

/*チェックは隠す*/
.accbox input , .accbox-henkin input {
    display: none;
}

/*中身を非表示にしておく*/
@media screen and (min-width: 640px){
.accbox .accshow_first{
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
}
}
.accbox .accshow ,.accbox-henkin .accshow-henkin {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
}
/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #efefef;
    opacity: 1;
	font-size:18px;
}
.cssacc-henkin:checked + label + .accshow-henkin {
    height: auto;
    padding: 0 15px;
    background: #fff;
    opacity: 1;
    border: 2px solid #ff6666;
}

@media screen and (min-width: 640px){
.cssacc_first:checked + label + .accshow_first {
    height: auto;
    padding: 5px;
    background: #efefef;
    opacity: 1;
	font-size:18px;
}
}

/*アイコンを入れ替える*/
.cssacc:checked + label:before
{
    content: '－';
}
.cssacc-henkin:checked + label:after {
	font-family: "Font Awesome 5 Free";
    content: '\f151';
	padding-left: 10px;
	font-weight: 400;
}
.accbox .accshow p {
    margin: 15px 10px
}

@media screen and (min-width: 640px){
	.cssacc_first:checked + label:before
	{
	    content: '－';
	}
	.accbox .accshow_first p {
	    margin: 15px 10px
	}
}

/*　アコーディオン_sp 一番上のラベルを表示　*/
@media screen and (max-width: 639px){
	.accshow_first{
	font-size: 15px;
	height: auto;
    padding: 5px;
    background: #efefef;
    opacity: 1;
	}

	.accshow_first p{
		margin: 15px 10px;
	}

	.lavel_open{
		background: #55c6ff !important;
	}

	.accbox .lavel_open:before {
    content: '－';
		padding-right: 8px;
	}
}

/* ========== 返金 ========== */
.accbox-henkin .accshow-henkin {font-size:1.4rem; }
.accbox-henkin .accshow-henkin h3 {
	margin-top: 30px;
	font-weight: bold;
	color:#ff8a8a;
	font-size: 1.4rem;
	border-bottom: 1px solid;
	border-top: 1px solid;
	padding: 10px 0;
}
.accbox-henkin .accshow-henkin ol {
	margin: 10px 0 40px 0;
}
.accbox-henkin .accshow-henkin ol li.line-first {
	text-decoration: underline;
	margin: 0;
}
.accbox-henkin .accshow-henkin ol li.line {
	text-decoration: underline;
	margin: 20px 0 10px 0;
}
.accbox-henkin .accshow-henkin ul {
  padding-left: 40px;
  margin-top: 1em;
}
.accbox-henkin .accshow-henkin ul li {margin-bottom: 5px;
list-style: disc;}
.accbox-henkin .accshow-henkin p {margin: 0 20px;}
.accbox-henkin .accshow-henkin div {padding: 20px; background-color: #eeeeee}
.kome {font-size: 0.8rem;}
hr {border: 1px dashed #cccccc; margin: 20px 10px;}

address {
  font-size: 12px;
  text-align: center;
  padding: 10px;
}


.offerflex{display: flex;justify-content: center;width: 100%;}
.center{text-align: center;}

/* swiper */
.bg_swiper{
  background-color: #fcfae7;
  overflow: hidden;
  padding-bottom: 45px;
}
.bg_swiper .box{
  background-color: #FFF;
}
.bg_swiper .box .txt{
  padding: 20px;
}
.bg_swiper .container{
  padding-left: 30px;
  padding-right: 30px;
}
.swiper-container {
  position: relative;
}
.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #0b4a59;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 22px;
  color: #fff;
}
.swiper-button-next {
  margin-right: -35px;
}
.swiper-button-prev {
  margin-left: -35px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -28px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,2px);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,6px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,6px));
  display: inline-block;
}
.swiper-pagination-bullet-active {
  background: #0b4a59;
}




/*-----------------------------------------------------------
20240509追記
----------------------------------------------------------- */

/*MV-----------------------------------------------------------*/
.mv_da{
  position: relative;
}

.mv_da .kasaneru{
  position: absolute;/*重ねたい子要素にabsolute*/
  bottom:1%;
  left: 50%;
  transform: translate(-50%,-50%);/*センター寄せの修正*/
  max-width: 90%;
}

@media screen and (min-width: 640px){
.mv_da .kasaneru .imgr{
    max-width: 90%!important;
 }
}

/*sec06_da-----------------------------------------------------------*/
.sec06_da{
  position: relative;
}
.sec06_da .kasaneru{
  position: absolute;/*重ねたい子要素にabsolute*/
  bottom:1%;
  left: 14%;
  transform: translate(-8%, -18%);
}

/*sec07_da-----------------------------------------------------------*/
.sec07_da .shita{
  position: relative;
}
.sec07_da .kasaneru{
    position: absolute;
    bottom: 1%;
    left: 22%;
    transform: translate(-14%, -18%);
}