@charset "utf-8";
body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#333;
	text-align: justify;
	overflow-x: hidden;
	letter-spacing: 0.05em;
}
body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block !important; }

  @media screen and (max-width: 640px) {
    body {
      min-width: inherit;
	  height:100%;
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; }
	  body .sp-item img {
		width:100%;}
}

@media screen and (max-width: 640px) {
	.sp img{
		max-width:90%;
}
	.sp02 img{
		max-width:100%;
}
.sp03 img{
		max-width:70%;
}
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
.rollover:hover {
	filter: brightness(1.05);
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}
/* ----------------------------------------------------

    ここから書く

---------------------------------------------------- */
/*共通*/
.sec {
	padding-top: 60px;
	padding-bottom: 60px;
}
.sec-wrap {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.sec-wrap-inner {
	padding: 0;
}
.wrap-inner {
	padding:0 2%;
}
img {
	width: 100%;
}
.pink {
	color: #E73645;
}
.yellow-line {
	background: linear-gradient(transparent 0%,#FFFFDD 0%);
}
.bold {
	font-weight: bold;
}
@media screen and (max-width: 640px) {
	.sec {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.sec-wrap {
		width: 100%;
	}
	.sec-wrap-inner {
		padding: 0 2%;
	}
	.autoimg img {
		width: 100%;
	}
}
/* ----------------------------------------------------
ヘッダー
---------------------------------------------------- */
.header {
  height: 70px;
  width: 100%;
	background-color: #1F201E;
	opacity: .95;
	box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
	z-index: 200;
}
.no-scroll {
  overflow: hidden;
}
.logo img{
	max-width: 280px;
	vertical-align: middle;
}
.header__inner {
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
	padding:0 2%;
	box-sizing: border-box;
  height: inherit;
  position: relative;
	display: flex;
	align-items: center;
  justify-content: space-between;
}
.header__list {
  display: none;
  height: inherit;
  padding: 0 20px;
}
.header__list a {
	text-decoration: none;
	color: #fff;
	transition : all 0.3s ease 0s;
}
.header__list a:hover {
	color: #B3B3B3;
}
@media screen and (min-width: 1025px) {
  .header__list {
    display: block;
  }
}
.header__list.active {
  background-color: #1F201E;
	opacity: .95;
  display: block;
  width: 85%;
  height: 100vh;
  padding: 0;
  position: fixed;
	right: 0;
	top: 0;
}
@media screen and (max-width: 1024px) {
	.header {
		height: 50px;
	}
	.logo img{
		max-width: 200px;
	}
	.header__inner {
		width: 100%;
	}
  .header__list.active ul {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
		padding-top: 90px;
  }
}
.header__list ul {
  font-size: 15px;
  font-weight: normal;
  height: inherit;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.hamburger {
  display: none;
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 25px;
}
@media screen and (max-width: 1024px) {
  .hamburger {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
}
.hamburger span {
  display: block;
  position: absolute;
  width: inherit;
  transition: 0.4s ease;
  background-color: #fff;
}
.hamburger span:nth-child(1) {
  top: 0;
  right: 0;
  height: 2px;
}
.hamburger span:nth-child(2) {
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.hamburger span:nth-child(3) {
  height: 2px;
  bottom: 0;
}
.hamburger.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 11px;
  right: -5px;
  width: 30px;
}
.hamburger.open span:nth-child(2) {
  display: none;
}
.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 12px;
  width: 30px;
  right: -5px;
}
/* ----------------------------------------------------
sec1 メインビジュアル
---------------------------------------------------- */
.sec1 {
	background:url(../images/mv-bg.webp) top center no-repeat;
	background-size: cover;
}
.sec1-wrap {
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
}
.sec1 h1 img {
	padding-top: 70px;
}
.cta_bg {
	width: 100%;
	max-width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
}
.btn-box {
	width: 45%;
	position: absolute;
	left: 0;
	bottom: 10%;
}
.m-copy {
	font-size: 15px;
	line-height: 1.7;
	font-weight: normal;
	text-align: center;
}
.button-wrap {
	display: flex;
	gap: 0.5em;
}
@media screen and (max-width: 640px) {
	.sec1 {
		background:url(../images/s-mv-bg.webp) top center no-repeat;
		background-size: cover;
	}
	.sec1-wrap {
		width: 100%;
	}
	.sec1 h1 img {
		padding-top: 50px;
		padding-bottom: 130px;
	}
	.btn-box {
		width: 94%;
		position: absolute;
		left: 3%;
		bottom: 5%;
	}
	.button-wrap {
	display: flex;
	gap: 0.2em;
}
}
/* ----------------------------------------------------
sec2
---------------------------------------------------- */
.sec2 {
	background: url(../images/sec2-bg.webp)center center no-repeat;
	background-size: cover;
}
.sec2 h2 {
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
	.sec2 {
	background: url(../images/s-sec2-bg.webp)center center no-repeat;
	background-size: cover;
}
.sec2 h2 {
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 30px;
}
}
/* ----------------------------------------------------
キャンペーンスライダー
---------------------------------------------------- */
/*------ スライダーの横幅 ------*/
.slider{
	width: 100%;
  margin:0 auto;
}
.slider-wrap {
	padding: 0 7%;
	box-sizing: border-box;
}
.slider-img {
	margin: 0 auto;
	margin-bottom: 0px;
	border: #E6E6E6 2px solid;
}
/*-------- 高さ調整 ----------*/
.slider .slick-slide{
	height:auto!important;
}
/*---------- 矢印 ----------*/
.slider .slick-next{
    right:9%!important;
}
.slider .slick-prev{
    left:9%!important;
}
.slider .slick-arrow{
    width: initial!important;
    height: initial!important;
    z-index:2!important;
}
.slider .slick-arrow:before{
    font-size: 30px!important;
		color:#CCC;
}
/*---------- 下部ドット ----------*/
.slick-dots{
	bottom: -40px!important;
}
.slick-dots li button:before {
	color: #B3B3B3!important;
	opacity: 10!important;
}
.slick-dots li.slick-active button:before {
	color: #fff!important;
	opacity: 10!important;
}

@media screen and (max-width: 640px) {
/*------ スライダーの横幅 ------*/
.slider{
  max-width: 640px;
  margin:0 auto;
}
/*---------- 矢印 ----------*/
.slider .slick-next{
    right:11%!important;
}
.slider .slick-prev{
    left:11%!important;
}
/*---------- 下部ドット ----------*/
.slick-dots{
	bottom: -30px!important;
}
}
/* ----------------------------------------------------
sec3
---------------------------------------------------- */
.sec3 {
	background: url(../images/sec3-bg.webp)center top no-repeat;
	background-size: contain;
}
.list {
	padding: 1% 2%;
	color: #fff;
	background-color: #1F201E;
	margin-bottom: 10px;
}
.list h3 {
	font-size: 17px;
	font-weight: bold;
}
.info-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.info-left {
	width: 35%;
}
.info-right {
	width: 60%;
}
.info-wrap p {
	font-size: 16px;
	line-height: 1.46;
	margin-bottom: 15px;
}
iframe {
	width: 100%;
	aspect-ratio: 16/9;
	border: #E6E6E6 2px solid;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.sec3 {
	background: url(../images/s-sec3-bg.webp)center top no-repeat;
	background-size: contain;
}
.list {
	padding: 1% 2%;
	color: #fff;
	background-color: #1F201E;
	margin-bottom: 10px;
}
.list h3 {
	font-size: 15px;
	font-weight: bold;
}
.info-box {
	display: block;
	justify-content: space-between;
	margin-bottom: 30px;
}
.info-left {
	width: 100%;
}
.info-right {
	width: 100%;
}
.info-wrap p {
	font-size: 14px;
	line-height: 1.46;
	margin-bottom: 15px;
}
iframe {
	width: 100%;
	aspect-ratio: 16/9;
	border: #E6E6E6 2px solid;
	box-sizing: border-box;
}
}
/* ----------------------------------------------------
sec4
---------------------------------------------------- */
.sec4 {
	background: url(../images/sec4-bg.webp)center top no-repeat;
	background-size: contain;
	background-color: #ECF0F4;
}
.plan-wrap {
	background-color: #fff;
	padding: 30px;
	margin-bottom: 1em;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.plan-box {
	background-color: #fff;
	border: #E6E6E6 2px solid;
	padding: 2%;
	margin-bottom: 20px;
}
.plan-box:last-child {
	margin-bottom: 0px;
}
.plan-box h3 {
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 0.8em;
}
.plan-name {
	color: #F7CF00;
	padding: 1% 2%;
	background-color: #1F201E;
	margin-right: 2%;
}
.p-small {
	font-size: 0.8em;
}
.plan-box p {
	font-size: 16px;
	line-height: 1.46;
	padding:0 0 0 20px;
	background: url(../images/plan-icon.webp) no-repeat top 4px left;
	background-size: 17px;
}
.detailed-plan {
	display: inline;
	font-size: 14px;
	padding:0 26px 0 0;
	background: url(../images/Detailed-icon.webp) no-repeat top -3px right;
	background-size: 30px;
} 
a {
	color: #1F201E;
	text-decoration: underline;
}
a:hover {
	color: #4D4D4D;
}
@media screen and (max-width: 640px) {
	.sec4 {
	background: url(../images/s-sec4-bg.webp)center top no-repeat;
	background-size: contain;
	background-color: #ECF0F4;
}
.plan-wrap {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 1em;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.plan-box {
	background-color: #fff;
	border: #E6E6E6 2px solid;
	padding: 2%;
	margin-bottom: 20px;
}
.plan-box h3 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 0.8em;
}
.plan-name {
	color: #F7CF00;
	padding: 1.5% 2%;
	background-color: #1F201E;
	margin-right: 2%;
}
.p-small {
	font-size: 0.8em;
}
.plan-box p {
	font-size: 14px;
	line-height: 1.46;
	padding:0 0 0 20px;
	background: url(../images/plan-icon.webp) no-repeat top 4px left;
	background-size: 17px;
}
.detailed-plan {
	display: inline;
	font-size: 14px;
	padding:0 26px 0 0;
	background: url(../images/Detailed-icon.webp) no-repeat top -3px right;
	background-size: 30px;
} 
}
/* ----------------------------------------------------
sec5
---------------------------------------------------- */
.sec5 {
	background: url(../images/sec5-bg-1.webp)center top no-repeat;
	background-size: cover;
	padding: 30px 0;
}
@media screen and (max-width: 640px) {
	.sec5 {
	background: url(../images/s-sec5-bg-1.webp)center top no-repeat;
	background-size: cover;
	padding: 30px 0;
}
}
/* ----------------------------------------------------
sec5-1
---------------------------------------------------- */
.sec5-1 {
	background-image: url(../images/sec5-bg-2.webp),url(../images/sec5-bg-3.webp);
	background-repeat: no-repeat,no-repeat;
	background-size: contain,contain;
	background-position: top center,bottom center;
}
.support-wrap {
	background-color: #F7CF00;
	padding: 3%;
}
@media screen and (max-width: 640px) {
	.sec5-1 {
	background-image: url(../images/s-sec5-bg-2.webp),url(../images/s-sec5-bg-3.webp);
	background-repeat: no-repeat,no-repeat;
	background-size: contain,contain;
	background-position: top center,bottom center;
}
.support-wrap {
	background-color: #F7CF00;
	padding: 3% 0 0 0;
}
}
	/* ----------------------------------------------------
sec6
---------------------------------------------------- */
.sec6{
	background-color: #F7CF00;
}
/*アコーディオン*/
.accordion-box {
	max-width: 850px;
	padding: 2%;
  margin:0 auto;
}
summary {
	padding:0 0 0 25px;
	background: url(../images/faq-icon1.webp) no-repeat top 18px left 10px;
	background-size: 20px;
}
.details-summary {
	position: relative;
	display: block;
	padding: 20px 10% 20px 38px; 
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	background-color: #414D53;
	margin-bottom: 5px;
	&:hover {
		cursor: pointer;
		opacity: 0.9;
	}
	.btn {
		position: absolute;
		top: 37%;
		right: 4%;
		width: 18px;
		height: 18px;
		transform-origin: center center;
		transition-duration: 0.2s;

		&:before,
		&:after {
			content: "";
			background-color: #CCCCCC;
			border-radius: 10px;
			width: 17px;
			height: 3px;
			position: absolute;
			top: 7px;
			left: 0;
			transform-origin: center center;
		}
		&:before {
			width: 3px;
			height: 17px;
			top: 0;
			left: 7px;
		}
	}
	&.is-active {
		.btn {
			-webkit-transform: rotate(-180deg);
			transform: rotate(-180deg);
			&:before {
				content: none;
			}
		}
	}
}
.details-summary::-webkit-details-marker {
	display: none;
}

.details-content {
	padding: 20px 20px 20px 12px; 
	background-color:#f2f2f2;
	p {
		padding:0 0 0 25px;
	background: url(../images/faq-icon2.webp) no-repeat top -3px left 0px;
	background-size: 18px;
		margin: 0 0 20px;
		color: #000;
		font-size: 15px;
		text-align: left;
		&:last-of-type {
			margin: 0 0 0;
		}
	}
}
@media screen and (max-width: 640px) {
	.details-summary {
		font-size: 15px;
		padding: 20px 12% 20px 38px; 
	}
	.details-content p {
		font-size: 14px;
	}
}
/* ----------------------------------------------------
sec7
---------------------------------------------------- */
.sec7 {
	background: url(../images/sec7-bg.webp)center top no-repeat;
	background-size: contain;
	background-color: #ECF0F4;
}
@media screen and (max-width: 640px) {
	.sec7 {
	background: url(../images/s-sec7-bg.webp)center top no-repeat;
	background-size: contain;
	background-color: #ECF0F4;
}
}
/* ----------------------------------------------------
ボイススライダー
---------------------------------------------------- */
/*---------- 矢印 ----------*/
.voice-slider .slick-next{
    right:3%!important;
}
.voice-slider .slick-prev{
    left:3%!important;
}
.voice-slider .slick-arrow{
    width: initial!important;
    height: initial!important;
    z-index:2!important;
}
.voice-slider .slick-arrow:before{
    font-size: 30px!important;
		color:#CCC;
}
/* ----------------------------------------------------
フッター
---------------------------------------------------- */
footer {
	text-align: center;
	background-color: #1F201E;
}
.footer {
	max-width: 800px;
	padding: 1% 0 6.5%;
	margin: 0 auto;
}
.small {
	font-size: 14px;
	color: #fff;
}
@media screen and (max-width: 640px) {
	.footer {
		width: 100%;
		padding: 2% 0 25%;
		margin: 0 auto;
	}
	.small {
		font-size: 10px;
	}
}
/* ----------------------------------------------------
下部固定ボタン
---------------------------------------------------- */
.fix-m-copy {
	font-size: 14px;
	line-height: 1;
	padding-bottom: 5px;
	font-weight: normal;
	text-align: center;
}
.bottom-btn {
	width: 100%;
}
.fix-btn {
	width: 100%;
	background-color: #fff;
}
.fix-btn-inner {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0.5% 0;
}
.fixbutton-wrap {
	display: flex;
	gap: 0.5em;
}
#floating {
	position: fixed;
	bottom: 0;
	max-width: 100%;
	z-index: 100;
	visibility: hidden;
	transition: .5s;
	opacity: 0;
	box-sizing: border-box;
}
#floating.on {
	visibility: inherit;
	opacity: 1;
}


.a-button {
	position: relative;
	overflow:hidden;
	border-radius: 5px;
}
.a-button::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #b5e7ff;
	transition: 300ms;
	animation: shinyshiny 2.5s ease-in-out infinite;
}
@keyframes shinyshiny {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


@media screen and (max-width: 640px) {
	.fix-btn-inner {
		padding: 2% 0;
	}
	#floating {
		position: fixed;
		padding: 0 2%;
		bottom: 0;
		right: 0;
		z-index: 100;
		width: 100%;
	}
	.fixbutton-wrap {
	gap: 0.2em;
}
}