

/*==================================================
  header
==================================================*/
header .h-inner {
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
}
header .logo {
	width: 100px;
}
header .h_txt {
	font-weight: bold;
	font-size: 11px;
}




@media only screen and (min-width: 768px){
header {
    max-width: 768px;
	margin: 0 auto;
  }
header .h-inner {
	padding: 20px;
}
header .logo {
	width: 180px;
}
header .h_txt {
	font-size: 18px;
}
}





/*==================================================
  color
==================================================*/
.wh {
  color: #fff;
}

.c01 {
  color: #e95226;
}


/*==================================================
  contents
==================================================*/
.contents_wrap {
  overflow: hidden;
  position: relative;
	
}

.contents {
  max-width: 100%;
  margin: auto;
	line-height: 1.6;
	background: #fff;
}

.contents .inner {
  padding: 0 15px;
  box-sizing: border-box;
}

.contents img {
  display: block;
  width: 100%;
  margin: auto;
}

.sp_br {
  display: block;
}
.pc_br {
  display: none;
}

.sp_only {
  display: block;
}
.pc_only {
  display: none;
}
.sub {
	font-size: 2.8vw;
}
ol, ul {
    list-style: none;
    margin:0;
    padding:0;
    border:0;
    outline:0;
}
@media only screen and (min-width: 768px){
body {
	background:#fffdf1;
	background-size: cover;
	background-attachment: fixed;
	}
  .contents {
    max-width: 768px;
	  font-size: 18px;
  }
  
  .contents .inner {
    padding: 0 30px;
  }

  .sp_br {
    display: none;
  }
  .pc_br {
    display: block;
  }

  .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
.sub {
	font-size: 14px;
}
}





/*==================================================
  mv
==================================================*/

@media only screen and (min-width: 768px){

}






/*==================================================
  Text
==================================================*/
.contents .txt {
  font-size: 14px;
  line-height: 1.6;
}

.contents .note {
  margin: 10px 0 0;
  font-size: 10px;
  line-height: 1.6;
}

sup {
  font-size: 10px;
  vertical-align: middle;
}

.fb {
  font-weight: bold;
}
.fb span {
  font-weight: bold;
}

.tc {
  text-align: center;
}

.txtlink {
  display: inline-block;
  text-decoration: underline;
}

@media only screen and (min-width: 768px){
  .contents .txt {
    margin: 30px 0 0;
    font-size: 24px;
  }

  .contents .note {
    margin: 20px 0 0;
    font-size: 20px;
  }

  sup {
    font-size: 20px;
  }
}




/*==================================================
  CTA
==================================================*/
.cta {
	background:#fffaee;
	padding: 30px 0;
}
.cta .ttl {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}
.cta .wrap_01 {
	background: #fff;
	padding: 20px 20px;
	box-sizing: border-box;
	border: 2px solid #e95226;
}
.cta .midashi01 {
	background: #e95226;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
	padding: 5px 0;
}
.cta .wrap_01 .sub{
	margin-top: 10px;
	color: #6a6a6a;
}
.cta .wrap_01 .txt_01 {
	text-align: center;
	margin: 10px 0;
}
.cta .wrap_01 .txt_01 a{
	font-size: 16px;
	color: #0000ff;
}
.cta .wrap_01 .txt_02 {
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
}
.cta .wrap_01 .txt_02 span{
	font-size: 10px;
}
.cta .upper{
	margin-bottom: 20px;
}
.cta .wrap_02 {
	margin-top: 20px;
}
.cta_03 {
	background: #fff;
}

@media only screen and (min-width: 768px){
.cta {
	padding: 60px 0;
}
.cta .ttl {
	font-size: 40px;
	margin-bottom:30px;
}
.cta .wrap_01 {
	padding: 40px 40px;
	border: 4px solid #e95226;
}
.cta .midashi01 {
	font-size: 38px;
	margin-top: 40px;
	padding: 10px 0;
}
.cta .wrap_01 .sub{
	margin-top: 10px;
}
.cta .upper{
	margin-bottom: 20px;
}
.cta .wrap_01 .txt_01 {
	margin: 20px 0;
}
.cta .wrap_01 .txt_01 a{
	font-size: 28px;
}
.cta .wrap_01 .txt_02 {
	font-size: 20px;
}
.cta .wrap_01 .txt_02 span{
	font-size: 12px;
}
.cta .upper{
	margin-bottom: 40px;
}
.cta .wrap_02 {
	margin-top: 40px;
}
	
}
/*==================================================
  sec01
==================================================*/
.sec01 {
	padding: 30px 0 0;
}
.sec01 .ttl {
	font-size: 22px;
	text-align: center;
}
.sec01 ul li{
	background: #fff;
	border: 2px solid #e95226;
	border-radius: 2px;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 60px;
}
.sec01 ul li img {
	display: block;
	margin-top: -70px;
}
.marker {
	 background:linear-gradient(transparent 60%, #ffebb9 60%);
}
.sec01 .wrap_01 {
	background: #f7f7f7 ;
	margin-top: 20px;
}
.sec01 .wrap_01 .txt_01 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0;
}
.sec01 .wrap_01 .txt_01 span{
	background:linear-gradient(transparent 60%, #e7e7e7 60%);
}
@media only screen and (min-width: 768px){
.sec01 {
	padding: 60px 0 0;
}
.sec01 .ttl {
	font-size: 40px;
}
.sec01 ul li{
	padding: 40px;
	margin-top: 100px;
}
.sec01 ul li img {
	display: block;
	margin-top: -130px;
}
.sec01 .wrap_01 {
	margin-top: 60px;
}
.sec01 .wrap_01 .txt_01 {
	font-size: 32px;
	padding: 40px 0;
}
	
}

/*==================================================
  sec02
==================================================*/
.sec02 {
	padding: 0;
	background: #ffeec5;
}
.sec02 .ttl {
	font-size: 20px;
	text-align: center;
	margin: 30px 0 15px;
}
.sec02 .txt_01 {
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.sec02 .txt_01 span {
	font-size: 20px;
	font-weight: bold;
}
@media only screen and (min-width: 768px){
.sec02 {
	padding: 0;
}
.sec02 .ttl {
	font-size: 40px;
	margin: 60px 0 30px;
}
.sec02 .txt_01 {
	margin-top: 40px;
	font-size: 32px;
}
.sec02 .txt_01 span {
	font-size: 40px;
}
}

/*==================================================
  sec03
==================================================*/
.sec03 {
	padding: 30px 0;
	background: #ffd46b;
}

@media only screen and (min-width: 768px){
.sec03 {
	padding: 60px 0;
}


}
/*==================================================
  sec04
==================================================*/
.sec04{
	padding: 30px 0;
}
.sec04 .ttl{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 30px;
	text-align: center;
}
.sec04 .ttl .c01{
	font-size: 23px;
	font-weight: bold;
	padding-bottom: 30px;
}
.sec04 .ttl .small{
	font-size: 18px;
}
.sec04 .img_01{
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px){
.sec04{
	padding: 60px 0;
}
.sec04 .ttl{
	font-size: 32px;
	padding-bottom: 60px;
}
.sec04 .ttl .c01{
	font-size: 42px;
	padding-bottom: 60px;
}
.sec04 .ttl .small{
	font-size: 32px;
}
.sec04 .img_01{
	margin-bottom: 40px;
}
}
/*==================================================
  sec05
==================================================*/
.sec05 {
	background: #ffd46b;
	padding:30px 0;
}
.sec05 .ttl {
	text-align: center;
	font-size: 24px;
}
.sec05 .ttl span {
	text-align: center;
	font-size: 16px;
}
.scroll {
  overflow: hidden;
  margin: 20px 0;
}

.scroll .slick-track {
  display: flex !important;
}

.scroll .slick-slide {
  width: 1000px !important; /* ←ここで明示的に幅指定 */
  flex-shrink: 0;           /* 横並び強制 */
}

.scroll img {
  width: 1000px;
  height: auto;
  display: block;
}
.sec05 ul li  {
	background: url("../images/sec05_bg01.jpg") center top repeat-y;
	background-size: 100% auto;
	padding:20px;
	margin-bottom: 40px;
	
}
.sec05 ul li .midashi {
	background: #fff6f3;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}
.sec05 ul li .txt_01  {
	color: #e95226;
	font-weight: bold;
	display: flex;
	margin-bottom: 10px;
}
.sec05 ul li .txt_01 .q {
	padding-right: 5px;
}
.sec05 ul li .uline {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #503f2f;
}
.sec05 ul li .under {
    display: none;
	padding-bottom: 20px;
}
.sec05 ul li .under.open{
    display: block;
}
.acc_btn {
  background: #fff;
  max-width: 300px;
  margin: auto;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid #503f2f;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.acc_btn::before,
.acc_btn::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #010101;
  border-bottom: 0;
  transition: all 0.3s ease;
}

/* is-openのとき、180度回転（山型を逆向きに） */
.acc_btn.is-open::before,
.acc_btn.is-open::after {
  transform: rotate(-180deg);
	top: 40%;
}
.acc_btn.is-open::before {
  display: none;
}
.acc_btn span::before {
	content: "詳しく見る";
	font-weight: bold;
}
.acc_btn.is-open span::before {
	content: "閉じる";
}
.acc_btn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

@media only screen and (min-width: 768px){
.sec05 {
	padding:60px 0;
}
.sec05 .ttl {
	font-size: 48px;
}
.sec05 .ttl span {
	font-size: 32px;
}
.scroll {
  margin: 40px 0;
}

.scroll .slick-slide {
  width: 2000px !important; /* ←ここで明示的に幅指定 */
}

.scroll img {
  width: 2000px;
}
.sec05 ul li  {
	padding:40px 60px;
	margin-bottom: 40px;
	
}
	.sec05 ul li .midashi {
	padding:30px 40px;
	font-size: 32px;
	margin-bottom: 40px;
}
.sec05 ul li .txt_01  {
	margin-bottom: 10px;
}
.sec05 ul li .txt_01 .q {
	padding-right:10px;
}
.sec05 ul li .uline {
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.sec05 ul li .under {
    display: none;
	padding-bottom: 20px;
}
.sec05 ul li .under.open{
    display: block;
}
}
/*==================================================
  スライダー
==================================================*/
.slider_01 .slick-slide  {
	padding: 0 30px;
}
.slider_01 .slick-list,.slider_02 .slick-list,
.slider_01 .slick-track,.slider_02 .slick-track {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 0; /* 行間消し用 */
}
.slider_01 .slide-arrow,.slider_02 .slide-arrow {
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
	z-index: 999;
	background: none;
	border: none
}
.slider_01 .prev-arrow,.slider_02 .prev-arrow {
	vertical-align: middle;
	background: url("../images/arrow01_l.png") center top no-repeat;
	background-size:contain;
	width: 34px;
	height: 34px;
	left:6px;
}
.slider_01 .next-arrow,.slider_02 .next-arrow {
  vertical-align: middle;
	background: url("../images/arrow01_r.png") center top no-repeat;
	background-size:contain;
	width: 34px;
	height: 34px;
	right:6px;
}
.slide-dots {
    display: flex;
    justify-content: center;
	margin-top: 10px;
}

.slide-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #d1d1d1;
    border-radius: 50%;
    cursor: pointer;
}

.slide-dots li:hover,
.slide-dots li.slick-active {
    background: #000000;
}
.slide-dots li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
.slider_02 .slick-slide {
  margin: 0 10px;
}
.slider_02 .prev-arrow {
	left:10%;
}
.slider_02 .next-arrow {
	right:10%;
}
@media only screen and (min-width: 768px){
	.slider_01 .slick-slide  {
	padding: 0 60px;
}

.slider_01 .prev-arrow,.slider_02 .prev-arrow {
	width: 80px;
	height: 80px;
	left:12px;
}
.slider_01 .next-arrow,.slider_02 .next-arrow {
  width: 80px;
	height: 80px;
	right:12px;
}
.slide-dots {
	margin-top: 20px;
}

.slide-dots li {
    width: 16px;
    height: 16px;
    margin: 0 10px;
}
.slider_02 .slick-slide {
  margin: 0 20px;
}
.slider_02 .prev-arrow {
	left:10%;
}
.slider_02 .next-arrow {
	right:10%;
}
}
/*==================================================
  sec06
==================================================*/
.sec06 .wrap_01  {
	padding: 30px 0;
}
.sec06 .wrap_01 .txt_01 {
	width: 80%;
	margin: 0 auto;
}
.sec06 .wrap_01 .txt_02 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}
.sec06 .wrap_02  {
	padding: 30px 0;
	background: #fff3e2;
}
.sec06 .wrap_02 .txt_01 {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.sec06 .wrap_02 .txt_01 .c01 {
	font-size: 24px;
	font-weight: bold;
}
@media only screen and (min-width: 768px){
.sec06 .wrap_01  {
	padding: 60px 0;
}
.sec06 .wrap_01 .txt_01 {
	width: 80%;
}
.sec06 .wrap_01 .txt_02 {
	font-size: 32px;
	margin: 40px 0;
}
.sec06 .wrap_02  {
	padding: 60px 0;
}
.sec06 .wrap_02 .txt_01 {
	font-size: 40px;
	margin-bottom: 40px;
}
.sec06 .wrap_02 .txt_01 .c01 {
	font-size: 48px;
	font-weight: bold;
}
}
/*==================================================
  sec07
==================================================*/
.sec07{
	padding: 30px 0;
}
.sec07 .ttl {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}
.sec07 .ttl span {
	font-size: 20px;
}
@media only screen and (min-width: 768px){
.sec07{
	padding: 60px 0;
}
.sec07 .ttl {
	font-size: 32px;
	margin-bottom: 40px;
}
.sec07 .ttl span {
	font-size: 40px;
}

}
/*--------------------------------------
　アコーディオン
---------------------------------------*/
.QAsubject   {
	padding: 30px 0;
}
.QAsubject .ttl  {
	text-align: center;
	font-size: 24px;
}
.accordion-header {
  background-color: #ffd774;
  padding: 12px 45px 10px 20px;
  margin: 20px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
	display: flex;
	font-weight: bold;
	border-radius: 4px;
	font-size: 15px;
}
.accordion-header .q {
	padding-right: 10px;
}

.accordion-header::before,
.accordion-header::after{
	position:absolute;
	content:'';
	top:1px;
	right:20px;
	bottom:0;
	width:12px;
	height:2px;
	margin:auto;
	background:#e95529;
}
.accordion-header::after{
	transform:rotate(-90deg);
	transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
  background-color: #FFF;
  padding: 12px 20px 10px;
	display: none;
}

.accordion-content span::before{
    position: absolute;
  content:"A";
  top: 3px;
  left: 0;
  color: #151E2F;
  font-size: 17px;
}

/* hover */
.accordion-header:hover {
  background-color: #ffe9b3;
}
@media only screen and (min-width: 768px){
	.QAsubject   {
	padding: 60px 0;
}
.QAsubject .ttl  {
	font-size: 44px;
}
.accordion-header {
  background-color: #ffd774;
  padding: 24px 80px 20px 40px;
  margin: 40px 0 0;
	border-radius: 4px;
	font-size: 30px;
}
.accordion-header .q {
	padding-right: 10px;
}

.accordion-header::before,
.accordion-header::after{
	position:absolute;
	content:'';
	top:1px;
	right:20px;
	bottom:0;
	width:24px;
	height:2px;
	margin:auto;
	background:#e95529;
}
.accordion-header::after{
	transform:rotate(-90deg);
	transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
  background-color: #FFF;
  padding: 12px 20px 10px;
	display: none;
}	

/* hover */
.accordion-header:hover {
  background-color: #ffe9b3;
}
	}
/*--------------------------------------
　フロートボタン
---------------------------------------*/
.floating {
	position: fixed;
	bottom: 5px;
	left:0;
	right: 0;
	margin: auto;
	display: none;
	max-width: 91%;
	z-index: 999;
}
.floating a {
	margin: auto;
	width: 100%;
}
.floating a img {
	width: 100%;
}
.floating a:hover {
	opacity:0.8;
}
/*フッターまでスクロールしたら消す*/
.is-hidden {
	transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 768px){
.floating {
	max-width: 460px;
	bottom: 10px;
}
}
/* footer rewrite */
.p-footer img{
	width: 120px;
	margin: 10px auto;
	display: block;
}
@media only screen and (min-width: 768px){
	.p-footer img{
	width: 240px;
	margin: 20px auto;
	display: block;
}

}
/*--------------------------------------
　モーダル
---------------------------------------*/
  .Spp-box {
	  transition: 0.4s;
      opacity: 0;
      visibility: hidden;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 9999;
      background: rgba(0, 0, 0, 0.6); /* 背景を半透明に */
    }
    
    .Spp-box.active {
      opacity: 1;
      visibility: visible;
    }
    
    .Spp-box .Spp-overlay {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
    }
    
    .Spp-box .Spp-contents {
      margin:0 auto;
      width:95%;
      background: #fff;
      max-width: initial; /* モバイルに適した幅 */
      max-height: 95vh;
      height: 95vh;
      overflow-y: auto;
      padding: 70px 10px 15px;
      position: relative;
      box-sizing: border-box;
      font-size:14px;
    }
    
    .Spp-scroll{
      max-width:initial;
      padding: 0 10px;
      overflow: auto;
      width:100%;
      height: 100%;
      margin:0 auto;
      box-sizing: border-box;
    }

    .Spp-scroll::-webkit-scrollbar {
      width: 5px;
    }

    .Spp-scroll::-webkit-scrollbar-thumb {
    background-color: #472d26;
    }

    .Spp-scroll::-webkit-scrollbar-track {
      background-color: #ccc;
    }
    
    .Spp-box .Spp-close {
      position: absolute; /* モーダル内での固定表示 */
      top: 10px; /* モーダルの上部からの距離 */
      right: 10px; /* モーダルの右側からの距離 */
      font-size: 24px;
      color: #000;
      cursor: pointer;
      z-index: 10000; /* モーダルの上に表示するために高いz-indexを設定 */
    }

    .red {
      color: #ff0000;
    }
    .txt-bold {
      font-weight: 700;
    }

    .Spp-box {
      font-size: inherit;
      margin: 0;
      padding: 0;
      color:#472d26;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 1.75;
    }
    .Spp-contents ol.benefit1,.Spp-contents ol.benefit2  {
		padding-left: 20px;
    }
    .Spp-contents .condition  {
		padding-left: 40px;
    }
    .Spp-contents ol.benefit1 li {
      list-style-type: decimal;
      margin-left: 0.5em;
      margin-top: 0.5em;
    }

    .Spp-contents ol.benefit1 li ul li {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
        display: flex;
    }

    .Spp-contents ol.benefit1 li ol {
        margin-top: 0.1rem;
    }

    .Spp-contents ol.benefit1 li ol li {
        list-style-type: upper-alpha;
        margin-left: -1em;
        margin-top: .5em;
    }

    .Spp-contents ol.benefit1 li ul.comment li:before {
        content: "※";
        margin-right: 0.3em;
    }

    .Spp-contents ol.benefit1 li ul.others li:before {
        content: "・";
        margin-right: 0.3em;
    }

    .Spp-contents ul.remark {
        margin-top: 0.4rem;
    }

    .Spp-contents ul.remark:has(+p) {
        margin-bottom: .20rem;
    }

    .Spp-contents ul.remark li {
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
        display: flex;
    }

    .Spp-contents ul.remark li:before {
        content: "※";
        margin-right: 0.3em;
    }

    .Spp-contents ol.benefit2 li {
        list-style-type: upper-alpha;
        margin-left: 0.5em;
        margin-top: 0.5em;
    }

    .Spp-contents ol.benefit2 li ul li {
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
        display: flex;
    }
      
    .Spp-contents ol.benefit2 li ul li:before {
        content: "※";
        margin-right: 0.3em;
    }

    .Spp-contents h3 {
    margin-top: .60rem;
    font-size: 140%;
    margin-block-end: 0em;
    }
@media only screen and (min-width: 768px){

    .Spp-box .Spp-contents {
      width:95%;
      max-width: 650px;
      max-height: 95vh;
      height: 95vh;
      padding: 70px 20px 30px;
      font-size:14px;
    }
  
}