@charset "utf-8";
body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","メイリオ",Meiryo,Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	text-align: justify;
	overflow-x: hidden;
}

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

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.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 )";
	}


/* ----------------------------------------------------
 
    text
 
---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------
 
    float
 
---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

img {
	width: 100%;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.08em;
}

header {
	height: 100px;
	width: 100%;
	position: fixed;
	background-color: #fff;
	top:0;
	left: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.h-wrap {
	width: 100%;
}

@media screen and (max-width: 640px) {
	header {
		display: flex;
		align-items: center;
		height: 60px;
		z-index: 100;
	}
}

.h-width {
	width: 90%;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.h-width {
		width: 92%;
	}
}

.h-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.h-left {
	display: flex;
	align-items: center;
	gap: 20px;
}

.logo {
	width: 230px;
}

@media screen and (max-width: 640px) {
	.logo {
		width: 56%;
		line-height: 1;
	}
}

.h-share-p {
	line-height: 1;
}

.h-share-btn {
	display: flex;
	gap:10px;
	justify-content: center;
	margin-top: 5px;
}

.h-share-btn a {
	width: 44px;
}

.h-btn-smart {
	/* background-color: #77BDDC; */
	background-color: #E27BC3;
}

.h-btn-smart span {
	display: none;
}

@media screen and (max-width: 640px) {
	.h-share {
		display: none;
	}

	.h-btn-smart span {
		display: inline;
	}
}

.h-nav-list {
	display: flex;
	align-items: center;
	/* gap: 25px; */
}

@media screen and (max-width: 640px) {
	.h-nav-list {
		flex-direction: column;
		position: fixed;
		left: 0;
		top: 0;
		background-color: rgba(223, 237, 244, 0.9);
		width: 100%;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		transition: .3s all linear;
		padding-top: 8%;
		margin-top: 60px;
	}

	.h-nav-list.show {
		visibility: visible;
		opacity: 1;
	}
}

.h-nav-item {
	margin-right: 25px;
}

@media screen and (max-width: 640px) {
	.h-nav-item {
		width: 90%;
		margin: 0 auto;
		border-bottom: solid 1px #fff;
		padding: 3.5% 0;
	}
}

.h-nav-item a {
	color: #4D4948;
	text-decoration: none;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	/* font-size: 25px; */
	font-size: 14px;
	text-align: center;
	line-height: 1;
}

@media screen and (max-width: 640px) {
	.h-nav-item a {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
}

/* .h-nav-item a span {
	font-family: 'Noto Sans JP', sans-serif !important;
	display: block;
	font-size: 60%;
	font-weight: 500;
} */

@media screen and (max-width: 640px) {
	/* .h-nav-item a span {
		margin-bottom: 1%;
		font-size: 50%;
		padding-right: 7%;
	} */

	.border-none {
		border-bottom: none;
		padding: 0;
		margin: 2% auto;
	}
}

a.h-btn {
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	width: 160px;
	display: block;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50vh;
}

@media screen and (max-width: 640px) {
	a.h-btn {
		width: 100%;
	}
}

.h-btn-form {
	background-color: #2B3EC1;
}

.h-btn-brue {
	background-color: #2B3EC1;
}

.h-btn-site {
	background-color: #E27BC3;
}

.h-nav-btn {
	margin-right: 15px;
}

@media screen and (max-width: 640px) {
	.h-nav-btn {
		margin-right: auto;
		margin-top: 10%;
	}

	.nav-arrow-sp {
		width: 2%;
	}

	.h-nav-item > a{
		position: relative;
		font-size: 5.5vw;
	}

	.h-nav-item > a.h-btn {
		font-size: 4vw;
	}

	/* 右端の ▶ */
	.h-nav-item > a::after{
		/* content: "▶";
		position: absolute;
		right: 0;
		top: 64%;
		transform: translateY(-50%);
		font-size: 2.8vw;
		color: #4D4948; */


		content: "";
  position: absolute;
  right: 0;
  top: 64%;
  transform: translateY(-50%);
  
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px; /* サイズは調整 */
  border-color: transparent transparent transparent #4D4948;
	}

	/* ボタン類には付けない */
	.h-nav-item.h-nav-btn > a::after,
	.h-nav-item.border-none > a::after{
		content: none;
	}
}


.btn-menu {
	display: none;
}

.btn-menu__line {
	position: relative;
	left: 0;
	display: block;
	width: 70%;
	height: 1px;
	transition: all .4s;
	border-radius: 4px;
	background-color: #01A491;
}

.btn-menu__line::before, .btn-menu__line::after {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	transition: inherit;
	border-radius: 4px;
	background-color: inherit;
}

.btn-menu__line::before {
	top: -6px;
}

.btn-menu__line::after {
	top: 6px;
}

.btn-menu.active .btn-menu__line {
	background-color: transparent !important;
}

.btn-menu.active .btn-menu__line::before {
	transform: rotate(45deg);
}

.btn-menu.active .btn-menu__line::after {
	transform: rotate(-45deg);
}

.btn-menu.active .btn-menu__line::before, .btn-menu.active .btn-menu__line::after {
	top: 0;
	background-color: #01A491;
}

/* ボタン本体（グレー背景） */
.btn-menu {
  display: block;
  background: #4D4D4D !important;
  position: relative;
  border: none;
  padding: 0;
}

/* 線は白（強制上書き） */
.btn-menu__line,
.btn-menu__line::before,
.btn-menu__line::after {
  background-color: #FFFFFF !important;
}

@media screen and (max-width: 640px) {
	.btn-menu {
		position: fixed;
		z-index: 100;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 8%;
		aspect-ratio: 1/1;
		padding: 0;
		box-sizing: border-box;
		cursor: pointer;
		text-align: center;
		border: none;
		outline: none;
		background: none;
		top: 2%;
		right: 3%;
	}
}


.fv {
	text-align: center;
	padding-top: 100px;
}

@media screen and (max-width: 640px) {
	.fv {
		padding-top: 60px;
	}
}

.fv img {
	/* width: 1366px; */
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.fv img {
		width: 100%;
	}
}

.l-container {
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.l-container {
		width: 90%;
	}
}

.sec {
	padding: 100px 0;
}

.br-pc {
	display: block;
}

.br-sp {
	display: none;
}

@media screen and (max-width: 640px) {
	.sec {
		padding: 13% 0;
	}

	.br-pc {
		display: none;
	}

	.br-sp {
		display: block;
	}
}

.sec1 {
	position: relative;
}

.webp .sec1 {
	background: url(../images/webp/sec1_bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.no-webp .sec1 {
	background: url(../images/sec1_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.sec1_h1 {
	width: 95%;
	margin: 0 auto;
	/* margin-top: 100px; */
}

@media screen and (max-width: 640px) {
	.sec1.sec {
		padding: 8% 0;
	}

	.sec1_h1 {
		width: 80%;
	}
}

.GET_A_LIFE {
	position: absolute;
	top:6%;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
}

@media screen and (max-width: 640px) {
	.GET_A_LIFE {
		top:8%;
		width: 100%;
	}
}

.sec1 iframe {
	width: 50%;
	margin: 0 auto;
	margin-top: 50px;
	aspect-ratio: 16/9;
	display: block;
}

@media screen and (max-width: 640px) {
	.sec1 iframe {
		width: 100%;
		margin-top: 8%;
	}
}

.sec1_txt {
	text-align: center;
	font-size: 20px;
	margin-top: 50px;
	line-height: 1.8;
	color: #4D4948;
}

@media screen and (max-width: 640px) {
	.sec1_txt {
		font-size: 3.5vw;
		text-align: left;
		margin-top: 7%;
		font-weight: 500;
	}
}

.sec1_txt span {
	font-weight: bold;
}

.sec1_btn {
	background: linear-gradient(to bottom, #3750FC, #2B3EC1);
	color: #fff;
	font-size: 32px;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	width: 600px;
	margin: 0 auto;
	display: block;
	padding: 20px 0;
	border-radius: 50vh;
	margin-top: 70px;
	position: relative;
}

@media screen and (max-width: 640px) {
	.sec1_btn {
		width: 100%;
		font-size: 4.7vw;
		letter-spacing: 0.05em;
		margin-top: 15%;
		margin-bottom: 5%;
		padding: 5% 0;
	}
}

.btn-arrow {
	width: 3%;
	display: block;
	position: absolute;
	right: 20px;
	top:50%;
	transform: translateY(-50%);
	line-height: 0;
}

@media screen and (max-width: 640px) {
	.btn-arrow {
		width: 4%;
		right: 4%;
	}
}

.btn-campaign {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #86CFEF;
	width: 70%;
	font-size: 73%;
	border-radius: 50vh;
	top: -25%;
}

@media screen and (max-width: 640px) {
	.btn-campaign {
		width: 75%;
		font-size: 75%;
		padding: 2px 0;
	}
}

.sec2 {
	background: url(../images/sec2_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.hikari1 {
	position: absolute;
    top: -70px;
    left: -84px;
    width: 118%;
    mix-blend-mode: overlay;
}

.arc-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
	gap:1%;
}

@media screen and (max-width: 640px) {
	.arc-list {
		display: block;
		margin-top: 10%;
	}
}

.arc-item {
	width: 24%;
	margin-bottom: 2%;
}

@media screen and (max-width: 640px) {
	.arc-item {
		width: 100%;
		display: flex;
		margin-bottom: 4%;
	}
}

.arc-thum {
	aspect-ratio: 12/7;
}

@media screen and (max-width: 640px) {
	.arc-thum {
		width: 35%;
		aspect-ratio: unset;
	}
}

/* .arc-thum1 {
	background: url(../images/arc-thum1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
} */

.webp .arc-thum1 {
	background: url(../images/webp/arc-thum1.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.no-webp .arc-thum1 {
	background: url(../images/arc-thum1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

/* .arc-thum2 {
	background: url(../images/arc-thum2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
} */

.webp .arc-thum2 {
	background: url(../images/webp/arc-thum2.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.no-webp .arc-thum2 {
	background: url(../images/arc-thum2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

/* .arc-thum3 {
	background: url(../images/arc-thum3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
} */

.webp .arc-thum3 {
	background: url(../images/webp/arc-thum3.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.no-webp .arc-thum3 {
	background: url(../images/arc-thum3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

/* .arc-thum4 {
	background: url(../images/arc-thum4.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
} */

.webp .arc-thum4 {
	background: url(../images/webp/arc-thum4.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.no-webp .arc-thum4 {
	background: url(../images/arc-thum4.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

/* .arc-thum5 {
	background: url(../images/arc-thum5.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
} */

.webp .arc-thum5 {
	background: url(../images/webp/arc-thum5.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.no-webp .arc-thum5 {
	background: url(../images/arc-thum5.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

/* .arc-thum6 {
	background: url(../images/arc-thum6.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
} */

.webp .arc-thum6 {
	background: url(../images/webp/arc-thum6.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.no-webp .arc-thum6 {
	background: url(../images/arc-thum6.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.webp .arc-thum7 {
	background: url(../images/webp/arc-thum7.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.no-webp .arc-thum7 {
	background: url(../images/arc-thum7.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.arc-bottom {
	background: linear-gradient(to right, #3750FC, #86CFEF);
	color: #fff;
	font-size: 20px;
	padding: 20px;
}

@media screen and (max-width: 640px) {
	.arc-bottom {
		width: 65%;
		font-size: 3.5vw;
		padding: 3.5% 5%;
	}
}

.arc-date {
	border-bottom: solid 1px #fff;
	padding-bottom: 5px;
}

.arc-place {
	padding-top: 5px;
}

/* .sec3 {
	background: url(../images/sec3_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
} */

.webp .sec3 {
	background: url(../images/webp/sec3_bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.no-webp .sec3 {
	background: url(../images/sec3_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.sec-h1 {
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	/* font-size: 70px; */
	font-size: 60px;
	color: #4D4948;
	letter-spacing: 0.08em;
	text-align: center;
	line-height: 1.2;
	position: relative;
	font-feature-settings: "palt";
}

@media screen and (max-width: 640px) {
	.sec-h1 {
		font-size: 8vw;
	}
}

.sec-h1-eng {
	display: block;
	font-size: 50%;
	font-weight: 500;
}

@media screen and (max-width: 640px) {
	.sec-h1-eng {
		font-size: 4.5vw;
		margin-top: 2%;
	}
}

.sec3-h1 {
	font-size: 50px;
}

@media screen and (max-width: 640px) {
	.sec3-h1 {
		font-size: 5.5vw;
	}
}

.sec3-h1-l {
	font-size: 140%;
}

/* .sec-h1 span {
	display: block;
	font-size: 40%;
	font-family: 'Noto Sans JP', sans-serif !important;
	font-weight: 500;
	letter-spacing: 0.06em;
} */

.sec3-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

@media screen and (max-width: 640px) {
	.sec3-list {
		margin-top: 10%;
	}
}

.sec3-item {
	background: linear-gradient(
		to left,
		rgba(255, 255, 255, 0.6),
		rgba(255, 255, 255, 0.4)
	);
	width: 49%;
	margin-bottom: 2%;
	padding: 30px;
	box-sizing: border-box;
	box-shadow: 0 18px 40px rgba(0, 0, 0, .10), 0 6px 12px rgba(0, 0, 0, .06);
}

@media screen and (max-width: 640px) {
	.sec3-item {
		padding: 5% 5%;
	}
}

.sec3-flex {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap:20px;
}

@media screen and (max-width: 640px) {
	.sec3-flex {
		display: block;
	}
}

.sec3-left {
	width: 10%;
	color: #2B3EC1;
	font-family: "din-2014", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 40px;
	line-height: 1;
	border-right: 2px solid #2B3EC1;
	padding-right: 10px;
}

@media screen and (max-width: 640px) {
	.sec3-left {
		width: 100%;
		border-right: 0;
		position: relative;
		font-size: 7vw;
		text-align: center;
		padding-right: 0;
		padding-bottom: 5px;
	}

	.sec3-left::after {
		border-bottom: 1px solid #2B3EC1;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 10%;
		position: absolute;
		content: '';
	}
}

.sec3-right {
	width: 88%;
	font-size: 24px;
	line-height: 1.5;
	color: #4D4948;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}

@media screen and (max-width: 640px) {
	.sec3-right {
		font-size: 3.5vw;
		width: 100%;
		font-weight: 500;
		margin-top: 5%;
		text-align: left;
	}
}

.sec3-right span {
	font-weight: bold;
}

/* .sec4 {
	background: url(../images/sec4_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
} */

.webp .sec4 {
	background: url(../images/webp/sec4_bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.no-webp .sec4 {
	background: url(../images/sec4_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.sec4_txt {
	font-size: 27px;
	color: #4D4948;
	text-align: center;
	margin-top: 50px;
}

@media screen and (max-width: 640px) {
	.sec4_txt {
		font-size: 3.5vw;
		letter-spacing: 0.05em;
		font-weight: 500;
		margin-top: 9%;
	}
}

.sec4-box {
	margin-top: 60px;
}

@media screen and (max-width: 640px) {
	.sec4-box {
		margin-top: 10%;
	}
}

.sec4-box-top {
	background-color: #2B3EC1;
	color: #ffffff;
	padding: 20px 0 30px;
}

@media screen and (max-width: 640px) {
	.sec4-box-top {
		padding: 5% 0 6%;
	}
}

.sec4-h2 {
	font-size: 40px;
	text-align: center;
	font-weight: 500;
}

@media screen and (max-width: 640px) {
	.sec4-h2 {
		font-size: 6vw;
		line-height: 1.3;
	}
}

.sec4-h2 span {
	font-size: 20px;
	display: block;
	font-weight: 400;
}

@media screen and (max-width: 640px) {
	.sec4-h2 span {
		font-size: 3.5vw;
		letter-spacing: 0.08em;
		margin-top: 3%;
	}
}

.sec4-box-bottom {
	/* background: url(../images/sec4-pic.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top; */
	aspect-ratio: 12/7.5;
	border: 5px solid #2B3EC1;
  	/* border-top: none; */
}

.webp .sec4-box-bottom {
	background: url(../images/webp/sec4-pic.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.no-webp .sec4-box-bottom {
	background: url(../images/sec4-pic.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

@media screen and (max-width: 640px) {
	.sec4-box-bottom {
		/* background: url(../images/sec4-pic-sp.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top; */
		aspect-ratio: 1/1.12;
		border: 4px solid #2B3EC1;
	}

	.webp .sec4-box-bottom {
		background: url(../images/webp/sec4-pic-sp.webp);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
	}

	.no-webp .sec4-box-bottom {
		background: url(../images/sec4-pic-sp.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
	}
}

.sec5 {
	padding-bottom: 0;
}

.sec5_txt {
	font-size: 35px;
	text-align: center;
	color: #4D4948;
	margin-top: 50px;
	margin-bottom: 100px;
}

@media screen and (max-width: 640px) {
	.sec5_txt {
		font-size: 4.8vw;
		font-weight: 500;
		margin-top: 10%;
		margin-bottom: 19%;
	}
}

.sec5_main {
	background: url(../images/sec5_main_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 100px 0;
	position: relative;
}

@media screen and (max-width: 640px) {
	.sec5_main {
		padding: 15% 0;
	}
}

.sec5_flex {
	display: flex;
	gap: 40px;
}

@media screen and (max-width: 640px) {
	.sec5_flex {
		display: block;
	}
}

.sec5-pic {
	width: 50%;
}

@media screen and (max-width: 640px) {
	.sec5-pic {
		width: 100%;
	}
}

.sec5_right {
	width: 50%;
}

@media screen and (max-width: 640px) {
	.sec5_right {
		width: 100%;
	}
}

.sec5-h3 {
	font-size: 37px;
	color: #2B3EC1;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
	.sec5-h3 {
		font-size: 5.5vw;
		margin-top: 6%;
		margin-bottom: 3%;
	}
}

.sec5_r_txt {
	font-size: 24px;
	letter-spacing: 0.05em;
	color: #4D4948;
}

@media screen and (max-width: 640px) {
	.sec5_r_txt {
		font-size: 3.5vw;
		font-weight: 500;
	}
}

.sec5-arrow {
	width: 15%;
	margin: 50px auto;
	display: block;
}

@media screen and (max-width: 640px) {
	.sec5-arrow {
		width: 26%;
		margin: 8% auto;
	}
}

.sec5_flex_re {
	flex-direction: row-reverse;
}

.sec5-day {
	background: url(../images/sec5_h2_bg_l.png);
	background-repeat: no-repeat;
	color: #fff;
	position: absolute;
	font-size: 45px;
	font-weight: 400;
	width: 600px;
	padding-left: 8.5%;
	box-sizing: border-box;
	left: 15%;
	top:-40px;
}

@media screen and (max-width: 640px) {
	.sec5-day {
		/* background: url(../images/sec5_h2_bg_l_sp.png); */
		background-position: right;
		background-repeat: no-repeat;
		width: 55%;
		font-size: 5vw;
		left: 0;
		padding: 2% 3%;
		padding-left: 15%;
		font-size: 6vw;
	}
}

.sec5-day2 {
	left: auto;
	right: 15%;
	background: url(../images/sec5_h2_bg_r.png);
	background-repeat: no-repeat;
	padding-left: auto;
	padding-right: 8.5%;
	text-align: right;
}

@media screen and (max-width: 640px) {
	.sec5-day2 {
		right: 0;
	}
}

/* 初期状態（非表示 & オフセット） */
.anim-left,
.anim-right {
  opacity: 0;
  transition: opacity .9s ease, transform .9s ease;
}

/* 1日目 → 左から */
.anim-left {
  transform: translateX(-120px);
}

/* 2日目 → 右から */
.anim-right {
  transform: translateX(120px);
}

/* 画面内に入ったら発火 */
.inview {
  opacity: 1;
  transform: translateX(0);
}

.webp .sec6 {
	background: url(../images/webp/sec6_bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.no-webp .sec6 {
	background: url(../images/sec6_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.shape-wrap {
  display: inline-block;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
  transform: skewX(-20deg); /* 角度調整 */
  width: 100%;
  overflow: hidden;
  /* height: 210px; */
}

@media screen and (max-width: 640px) {
	.shape-wrap {
		width: 100%;
		transform: none;
		margin: 0 calc(50% - 50vw);
		padding: 0 calc(50vw - 50%);
	}
}

.shape-inner {
  transform: skewX(10deg);  /* 中身を打ち消して水平に */
  display: flex;
  align-items: center;
  padding: 25px 0;
}

@media screen and (max-width: 640px) {
	.shape-inner {
		transform: translateX(0);
		padding: 5% 0;
	}
}

.sec6-list {
	margin-top: 80px;
	margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
	.sec6-list {
		margin-top: 13%;
	}
}

.sec6-item {
	margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
	.sec6-item {
		margin-bottom: 4%;
	}
}

.voice-pic {
	width: 350px;
	transform: skewX(10deg) translateX(-40px);
}

.shape-right {
	transform: skewX(10deg);
	width: 80%;
	margin: 0 auto;
	padding-bottom: 10px;
}

@media screen and (max-width: 640px) {
	.voice-pic {
		transform: translateX(0);
		width: 40%;
		margin-left: -6%;
	}

	.shape-right {
		transform: translateX(0);
		width: 95%;
	}
}

.shape-h2 {
	color: #86CFEF;
	font-size: 40px;
	line-height: 1.5;
	margin-bottom: 5px;
	font-weight: 600;
}

@media screen and (max-width: 640px) {
	.shape-h2 {
		font-size: 5vw;
		font-weight: 500;
		margin-bottom: 2%;
		margin-top: 2%;
	}
}

.shape-txt {
	font-size: 24px;
	color: #4D4948;
	line-height: 1.5;
}

@media screen and (max-width: 640px) {
	.shape-txt {
		font-size: 3.5vw;
	}
}

.shape-txt span {
	text-decoration: underline;
	font-weight: 600;
}

.sec6-list2 {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

@media screen and (max-width: 640px) {
	.sec6-list2 {
		display: block;
		margin-top: 10%;
		margin-bottom: 15%;
	}
}

.sec6-item2 {
	width: 30%;
	/* box-shadow: 0 18px 40px rgba(0, 0, 0, .10), 0 6px 12px rgba(0, 0, 0, .06); */
}

@media screen and (max-width: 640px) {
	.sec6-item2 {
		width: 100%;
		margin-bottom: 5%;
	}
}

.sec6-item2 h2 {
	background-color: #fff;
	font-size: 28px;
	color: #2B3EC1;
	text-align: center;
	font-weight: 500;
	padding: 10px 0;
}

@media screen and (max-width: 640px) {
	.sec6-item2 h2 {
		font-size: 5.5vw;
		padding: 2% 0;
	}
}

.sec6-item2 iframe {
	aspect-ratio: 16/9;
	width: 100%;
}

.sec7 {
	background: linear-gradient(to bottom, #3750FC, #86CFEF);
}

.sec7 .sec-h1 {
	color: #fff;
}

.sec7-list.pc-item {
	display: flex !important;
	gap:15px;
	margin-top: 50px;
}

.sec7-item {
	background-color: #fff;
	aspect-ratio: 1/1;
	width: 20%;
	box-shadow: 4px 4px 15px rgba(0, 0, 0, .25);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

@media screen and (max-width: 640px) {
	.sec7-list.pc-item {
		display: none !important;
	}

	.sec7-list {
		margin-top: 10%;
		margin-bottom: 5%;
	}

	.sec7-list-flex {
		display: flex;
		justify-content: space-between;
	}

	.sec7-item {
		width: 47%;
	}

	.sec7-list-flex2 {
		justify-content: center;
		margin: 8% 0;
	}
}


.sec7-item-p {
	font-size: 19px;
	color: #4D4948;
	text-align: center;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.03em;
}

@media screen and (max-width: 640px) {
	.sec7-item-p {
		font-size: 4vw;
	}

	.sec7-item-p4 {
		padding-top: 3%;
	}
}

.sec7-item-p span {
	color: #2B3EC1;
	font-size: 150%;
	font-weight: 600;
	line-height: 1.2;
	display: block;
	margin: 3px 0;
	letter-spacing: 0.03em;
}

.sec7-item-p span.sec7_span5 {
	font-size: 125%;
}

@media screen and (max-width: 640px) {
	.sec7-item-p span.sec7_span5 {
		font-size: 133%;
	}
}

.sec7-num {
	position: absolute;
	top:0;
	left: 0;
}

/* .sec8 {
	background: url(../images/sec8_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 60%;
} */

.webp .sec8 {
	background: url(../images/webp/sec8_bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 60%;
}

.no-webp .sec8 {
	background: url(../images/sec8_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 60%;
}

@media screen and (max-width: 640px) {
	/* .sec8 {
		background: url(../images/sec8_bg_sp.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
	} */

	.webp .sec8 {
		background: url(../images/webp/sec8_bg_sp.webp);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
	}

	.no-webp .sec8 {
		background: url(../images/sec8_bg_sp.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
	}
}

.sec8_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1000px;
    margin: 0 auto;
	margin-top: 50px;
}

@media screen and (max-width: 640px) {
	.sec8_flex {
		width: 100%;
		flex-direction: column-reverse;
		margin-top: 10%;
	}
}

.teacher-name {
	font-size: 60px;
	color: #4D4948;
	letter-spacing: 0.05em;
	width: 30%;
	padding-bottom: 50px;
}

@media screen and (max-width: 640px) {
	.teacher-name {
		width: 100%;
		text-align: center;
		font-size: 7vw;
		font-weight: 500;
		letter-spacing: 0.07em;
		margin-top: 7%;
		padding-bottom: 0;
	}
}

.teacher-pic {
	width: 78%;
}

@media screen and (max-width: 640px) {
	.teacher-pic {
		width: 100%;
	}
}

.teacher-txt {
	color: #4D4948;
	font-size: 24px;
	margin-top: 40px;
	letter-spacing: 0.02em;
}

@media screen and (max-width: 640px) {
	.teacher-txt {
		font-size: 4vw;
		margin-top: 6%;
	}
}

.teacher-txt span {
	font-weight: 600;
}

.teacher-h2 {
	width: 75%;
	margin: 0 auto;
	margin-top: 50px;
}

@media screen and (max-width: 640px) {
	.teacher-h2 {
		width: 105%;
		margin-right: -5%;
		margin-top: 8%;
	}
}

.teacher-message-box {
	background-color: rgba(255, 255, 255, 0.6);
	box-shadow:
    0 18px 40px rgba(0, 0, 0, .10),
    0 6px 12px rgba(0, 0, 0, .06);
	padding: 50px 60px;
}

@media screen and (max-width: 640px) {
	.teacher-message-box {
		padding: 9% 8%;
	}
}

.teacher-message {
	font-size: 24px;
	color: #4D4948;
	letter-spacing: 0.03em;
	line-height: 1.8;
}

@media screen and (max-width: 640px) {
	.teacher-message {
		font-size: 4vw;
		font-weight: 500;
		line-height: 1.7;
	}
}

.teacher-message span {
	color: #2B3EC1;
	display: block;
	margin: 25px 0;
	font-weight: 600;
	font-size: 155%;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 640px) {
	.teacher-message span {
		text-align: center;
		font-feature-settings: "palt";
		font-size: 144%;
		line-height: 1.5;
	}
}

.sec9 {
	background-color: #2B3EC1;
}

.sec9 .sec-h1 {
	color: #fff;
}

/* .sec9_campaign {
	background-color: #fff;
	margin-top: 50px;
	padding: 25px 0;
}

@media screen and (max-width: 640px) {
	.sec9_campaign {
		padding: 4% 0;
		margin-top: 7%;
	}
}

.sec9_campaign_txt {
	color: #2B3EC1;
	text-align: center;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.5;
}

@media screen and (max-width: 640px) {
	.sec9_campaign_txt {
		font-size: 6vw;
		line-height: 1.4;
	}
} */

.app-box {
	margin-top: 60px;
}

@media screen and (max-width: 640px) {
	.app-box {
		margin-top: 10%;
	}
}

.app-box-top {
	/* background: url(../images/app-box-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top; */
	padding: 40px 0 25px;
}

.webp .app-box-top {
	background: url(../images/webp/app-box-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.no-webp .app-box-top {
	background: url(../images/app-box-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}


@media screen and (max-width: 640px) {
	.app-box-top {
		padding: 5% 0 3%;
	}
}

.app-txt-wrap {
	text-align: center;
}

.app-txt1 {
	font-size: 36px;
	text-align: center;
	color: #4D4948;
	font-weight: 600;
	letter-spacing: 0.08em;
	width: fit-content;
	margin: 0 auto;
	line-height: 1.6;
	padding: 0 10px;
	display: inline;
}

@media screen and (max-width: 640px) {
	.app-txt1 {
		font-size: 5vw;
	}
}

.white-marker {
	background:linear-gradient(transparent 55%, #fff 55%);
}

.app-price-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
	gap:10px;
}

@media screen and (max-width: 640px) {
	.app-price-flex {
		width: 90%;
		margin: 0 auto;
		gap:2%;
		padding: 2% 0;
	}

	.app-price-left {
		width: 35%;
	}
}

.app-price {
	font-family: "din-2014", sans-serif;
  	font-weight: 600;
}

.app-price span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 50%;
	font-weight: 500;
}

.app-price-befo {
	font-size: 40px;
	color: #4D4948;
	background-image: linear-gradient(#FA3636, #FA3636);
	background-position: 0 50%;
	background-size: 100% 3px;
	background-repeat: repeat-x;
	text-decoration: none;
	padding: 0 2px;
	line-height: 1.2;
	width: fit-content;
}

@media screen and (max-width: 640px) {
	.app-price-befo {
		font-size: 6vw;
	}
}

.app-price-aft {
	color: #FA3636;
	font-size: 90px;
	line-height: 1;
}

@media screen and (max-width: 640px) {
	.app-price-aft {
		font-size: 14vw;
	}
}

.app-top-under {
	color: #FA3636;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	font-feature-settings: "palt";
}

@media screen and (max-width: 640px) {
	.app-top-under {
		font-size: 3vw;
		width: 90%;
		margin: 0 auto;
		line-height: 1.5;
	}
}

.arrow-badge{
	background: url(../images/arrow-badge.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

@media screen and (max-width: 640px) {
	.arrow-badge{
		font-size: 3.8vw;
	}
}

.app-box-bottom {
	background-color: #fff;
	padding: 20px 0;
}

@media screen and (max-width: 640px) {
	.app-box-bottom {
		padding: 4% 0;
	}
}

.app-txt2 {
	color: #F20000;
	font-size: 20px;
	width: 55%;
	margin: 0 auto;
	line-height: 1.6;
}

.app-btn-area {
	width: 60%;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.app-txt2 {
		font-size: 3.6vw;
		width: 80%;
	}

	.app-btn-area {
		width: 85%;
	}
}

.app-btn-area .tbl-btn {
	width: 100%;
}

.app-btn-area .btn-meet {
	margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
	.app-btn-area .btn-meet {
		margin-bottom: 3.5%;
	}
}

.sec9-btn-area {
	margin-top: 50px;
}

@media screen and (max-width: 640px) {
	.sec9-btn-area {
		margin-top: 10%;
	}
}

.sec9-btn {
	border: solid 2px #ffffff;
	display: flex;
	width: 70%;
	margin: 0 auto;
	color: #ffffff;
	font-size: 40px;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	border-radius: 5px;
	padding: 10px 0;
	margin-bottom: 20px;
	position: relative;
}

@media screen and (max-width: 640px) {
	.sec9-btn {
		width: 100%;
		font-size: 5vw;
		margin-bottom: 4%;
	}
}


.sec9-main {
	padding-top: 50px;
	display: none;
}

@media screen and (max-width: 640px) {
	.sec9-main {
		padding-top: 8%;
	}
}

.sec9_box_area {
	background-color: #fff;
	padding: 50px 40px 60px;
}

@media screen and (max-width: 640px) {
	.sec9_box_area {
		padding: 6% 5%;
	}
}

.sec9_h2 {
	text-align: center;
	font-size: 45px;
	color: #4D4948;
	font-weight: 600;
	margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
	.sec9_h2 {
		font-size: 6.5vw;
		margin-bottom: 5%;
	}
}


/* テーブル(一般の方) */
.price-table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  font-size: 14px;
  table-layout: fixed;
}

.price-table th,
.price-table td {
  border: 1px solid #4D4948;
  padding: 8px 4px;
  font-size: 28px;
  color: #4D4948;
}

@media (max-width: 640px){
	.price-table th,
	.price-table td {
		font-size: 4.5vw;
	}
}

/* 上部カテゴリ見出し */
.price-table .cat {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  border-color: #4D4948;
}

@media (max-width: 640px){
	.price-table .cat {
		font-size: 4.5vw;
	}
}

/* 左：対面受講（ピンク） */
.price-table .face-to-face {
  background: #E27BC3;
}

/* 右：オンライン受講（ブルー） */
.price-table .online {
  background: #2B3EC1;
}

/* 2行目の見出し */
.price-table thead tr:nth-child(2) th {
  background-color: rgba(141, 241, 253, 0.2);
  font-weight: 700;
}

/* 旧価格 */
.price-table .old {
  color: #666;
  /* text-decoration: line-through; */
}

/* 新価格（赤太字） */
.price-table .new {
  color: #FA3636;
  font-weight: 700;
  font-size: 110%;
  line-height: 1.3;
}

.price-table td {
	padding: 20px 0;
}



@media (max-width: 640px){

  .price-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* 慣性スクロール */
    width: 100%;
  }

  /* テーブル幅を超えたら横スクロール */
  .price-table {
    min-width: 550px; /* ここは必要に応じて調整 */
  }
}


@media (max-width: 640px){
  .price-table-hint{
    margin-top:6px;
    font-size:12px;
    color:#666;
    text-align: center;
  }
}




.tbl-btn-flex {
	display: flex;
	justify-content: space-between;
	width: 95%;
	margin: 0 auto;
	margin-top: 35px;
}

@media (max-width: 640px){
	.tbl-btn-flex {
		display: block;
	}
}

.tbl-btn {
	display: block;
	cursor: pointer;
	width: 48%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	border-radius: 50vh;
	aspect-ratio: 2/0.3;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	position: relative;
}

@media (max-width: 640px) {
	.tbl-btn {
		width: 100%;
		font-size: 4.5vw;
		letter-spacing: 0.05em;
		aspect-ratio: 2/0.32;
		margin-bottom: 4%;
	}
}

.btn-meet {
	background-color: #E27BC3;
}

.btn-online {
	background-color: #2B3EC1;
}

.tbl-btn .btn-arrow {
	width: 3.5%;
}

@media (max-width: 640px) {
	.tbl-btn .btn-arrow {
		width: 5%;
		right: 5%;
	}

	.btn-online {
		margin-bottom: 0;
	}
}



/* タブ切り替え */
.tab-nav {
  display: flex;
  gap: 4px;
  list-style: none;
  padding: 0;
}

.tab-nav li {
  padding: 10px 18px;
  border-radius: 10px 10px 0 0;
  background: #D9D9D9;
  color: #2B3EC1;
  font-weight: 500;
  cursor: pointer;
  width: 33%;
  text-align: center;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 640px) {
	.tab-nav li {
		font-size: 3.2vw;
		padding: 3% 0;
		line-height: 1.5;
		border-radius: 8px 8px 0 0;
	}
}

.tab-nav li.active {
  background: #2B3EC1;
  color: #ffffff;
}

/* コンテンツ切替 */
.tab-content { display: none; }
.tab-content.active { display: block; }

.tbl-wrap {
	padding: 20px;
	border: 2px solid #233A88;
	/* border-top: none; */
}



/* プランラベル */
.price-table .plan-tag {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 50vh;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
  width: 70%;
}

@media (max-width: 640px) {
	.price-table .plan-tag {
		font-size: 3.2vw;
		width: 55%;
	}
}

.price-table .plan-tag.gray {
  background: #4D4948;  /* 黒グレー */
}

.sec9_box_area2 td {
	padding-top: 10px;
}

.price-table .dummy {
  visibility: hidden;
}

.price-table td {
  line-height: 1.6;
}

.tbl-arrow {
	font-size: 110%;
	line-height: 1;
}

.price-table .free {
  color: #FA3636;
  font-weight: 700;
  font-size: 110%;
  line-height: 1;
}

.coupon_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	width: 98%;
	margin: 0 auto;
	margin-top: 40px;
}

@media (max-width: 640px) {
	.coupon_flex {
		display: block;
		width: 100%;
		margin-top: 8%;
	}
}

.coupon-img {
	width: 50%;
	height: auto;
}

.coupon_right {
	width: 50%;
}

@media (max-width: 640px) {
	.coupon-img {
		width: 100%;
	}

	.coupon_right {
		width: 100%;
	}
}

.coupon_h3 {
	font-size: 28px;
	color: #4D4948;
	font-weight: 600;
	line-height: 1.3;
}

@media (max-width: 640px) {
	.coupon_h3 {
		font-size: 4.5vw;
		margin-top: 10%;
	}
}

.coupon_txt {
	color: #4D4948;
	font-size: 20px;
	letter-spacing: 0.03em;
	line-height: 1.6;
	margin-top: 15px;
}

@media (max-width: 640px) {
	.coupon_txt {
		font-size: 3.5vw;
	}
}

.coupon_btn {
	background-color: #E27BC3;
	border-radius: 50vh;
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	text-decoration: none;
	display: block;
	width: 420px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 25px;
	aspect-ratio: 2/0.3;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

@media screen and (max-width: 640px) {
	.coupon_btn {
		width: 100%;
		font-size: 4.5vw;
		margin-top: 10%;
	}
}

.coupon_btn .btn-arrow {
	width: 4%;
}

.sec10 .sec-h1 {
	color: #2B3EC1;
}



/* シミュレーション */
.simu-wrap {
	margin-top: 70px;
}

.sim-form {
	max-width: 70%;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 640px) {
	.sim-form {
		max-width: 100%;
	}
}

.sim-step {
	margin-bottom: 40px;
}

.sim-step h3 {
	/* font-size: 14px; */
	font-size: 28px;
	letter-spacing: .06em;
	text-align: center;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #4D4948;
	line-height: 1.5;
}

@media screen and (max-width: 640px) {
	.sim-step h3 {
		font-size: 6.5vw;
		margin-bottom: 1%;
	}
}

.sim-step p {
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 640px) {
	.sim-step p {
		font-size: 4.5vw;
	}
}

.sim-step select {
	width: 100%;
	padding: 10px;
	/* background: #eee; */
	background: #E9EBEE;
	border: none;
	/* font-size: 14px; */
	font-size: 22px;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.sim-step select {
		font-size: 4vw;
	}
}

.result-wrap {
	margin-top: 60px;
}

.sim-result-block {
	border: 1px solid #BFBFBF;
	padding: 18px 12px;
	text-align: center;
	background: #fff;
	width: 80%;
	margin: 0 auto;
	margin-top: 16px;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.sim-result-block {
		width: 100%;
	}
}

.sim-result-block .label {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: .05em;
	color: #4D4948;
	margin-bottom: 6px;
}

@media screen and (max-width: 640px) {
	.sim-result-block .label {
		font-size: 5.5vw;
		margin-bottom: 1%;
	}
}

/* 金額 */
.sim-result-block .value {
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .03em;
	margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
	.sim-result-block .value {
		font-size: 12vw;
	}
}

/* あなたの料金だけ赤 */
.sim-result-block .value.red {
	color: #FA3636;
}


.sim-deadline {
	color: #2B3EC1;
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	margin-top: 40px;
}

@media screen and (max-width: 640px) {
	.sim-deadline {
		font-size: 4vw;
		letter-spacing: 0.05em;
	}
}

.sim-submit {
	width: 420px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	padding: 12px;
	background: #2B3EC1;
	color: #fff;
	border-radius: 50vh;
	border: none;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 0.05em;
	position: relative;
	cursor: pointer;
}

@media screen and (max-width: 640px) {
	.sim-submit {
		width: 100%;
		font-size: 4.5vw;
		margin-top: 5%;
	}
}

.sim-submit .btn-arrow {
	width: 4%;
}

/* .sec11 {
	background: url(../images/sec11_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
} */

.webp .sec11 {
	background: url(../images/webp/sec11_bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.no-webp .sec11 {
	background: url(../images/sec11_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.sec11_flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 50px;
}

@media screen and (max-width: 640px) {
	.sec11_flex {
		display: block;
		margin-top: 8%;
	}
}

.sec11_h2 {
	color: #4D4948;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.4;
	width: fit-content;
}

@media screen and (max-width: 640px) {
	.sec11_h2 {
		font-size: 5.7vw;
		text-align: center;
		margin: 0 auto;
		margin-top: 6%;
	}

	.sec11_h2-2 {
		margin-top: 0;
	}
}

.sec11_right {
	width: 48%;
}

@media screen and (max-width: 640px) {
	.sec11_right {
		width: 100%;
	}
}

.sec11_p {
	margin-top: 20px;
	color: #4D4948;
}

@media screen and (max-width: 640px) {
	.sec11_p {
		font-size: 3.5vw;
		font-weight: 500;
	}
}

.sec11_btn {
	width: 420px;
	margin: 0 auto;
	display: block;
	background-color: #2B3EC1;
	color: #fff;
	border-radius: 50vh;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 2/0.3;
	margin-top: 50px;
	position: relative;
}

@media screen and (max-width: 640px) {
	.sec11_btn {
		width: 100%;
		margin-top: 8%;
	}
}

.sec11_btn .btn-arrow {
	width: 4%;
}

/* .sec12 {
	background: url(../images/sec12_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
} */

/* .webp .sec12 {
	background: url(../images/webp/sec12_bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.no-webp .sec12 {
	background: url(../images/sec12_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
} */

.sec13 .sec-h1 {
	color: #2B3EC1;
}

.sec13_flex {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	color: #4D4948;
}

@media screen and (max-width: 640px) {
	.sec13_flex {
		display: block;
		margin-top: 10%;
	}
}

.sec13_left {
	width: 48%;
}

.sec13_right {
	width: 48%;
}

@media screen and (max-width: 640px) {
	.sec13_left {
		width: 100%;
	}

	.sec13_right {
		width: 100%;
		margin-top: 13%;
	}
}

.sec13_h2 {
	background-color: rgba(141, 241, 253, 0.2);
	width: 100%;
	font-size: 27px;
	text-align: center;
	padding: 10px 0;
	font-weight: 500;
}

@media screen and (max-width: 640px) {
	.sec13_h2 {
		font-size: 5.5vw;
	}
}

.gaiyou-item {
	display: flex;
	font-size: 18px;
	align-items: center;
	padding: 30px 0;
	border-bottom: solid 2px #86CFEF;
}

@media screen and (max-width: 640px) {
	.gaiyou-item {
		font-size: 3.5vw;
		padding: 8% 0;
		border-bottom: solid 1px #86CFEF;
	}
}

.gaiyou-ttl {
	width: 30%;
	font-weight: 500;
	line-height: 1.5;
}

.gaiyou-txt {
	width: 65%;
	line-height: 1.6;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}

@media screen and (max-width: 640px) {
	.gaiyou-txt {
		width: 80%;
	}
}

.gaiyou-txt span {
	display: block;
	font-size: 65%;
}

.gaiyou-txt-right {
	text-align: right;
}

.access_txt {
	font-size: 18px;
	padding: 30px 0 20px;
}

@media screen and (max-width: 640px) {
	.access_txt {
		font-size: 3.6vw;
	}
}

.access_txt span {
	display: block;
	font-size: 170%;
	font-weight: 600;
	color: #2B3EC1;
	line-height: 1.3;
}

.map-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 6.85; /* ← 好みで変更OK */
  overflow: hidden;
}

@media screen and (max-width: 640px) {
	.map-wrap {
		aspect-ratio: 2/1.5;
	}
}

.map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* .sec14 {
	background: url(../images/sec14-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
} */

.webp .sec14 {
	background: url(../images/webp/sec14-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.no-webp .sec14 {
	background: url(../images/sec14-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

@media screen and (max-width: 640px) {
	/* .sec14 {
		background: url(../images/sec14-bg-sp.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
	} */

	.webp .sec14 {
		background: url(../images/webp/sec14-bg-sp.webp);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
	}

	.no-webp .sec14 {
		background: url(../images/sec14-bg-sp.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
	}
}

.sec14 .sec-h1 {
	color: #2B3EC1;
}

.sec14_txt {
	text-align: center;
	font-size: 25px;
	color: #4D4948;
	margin-top: 50px;
}

@media screen and (max-width: 640px) {
	.sec14_txt {
		font-size: 4vw;
		font-weight: 500;
		margin-top: 8%;
	}
}

.sec14-btn {
	background-color: #00B900;
	color: #fff;
	font-size: 25px;
	justify-content: center;
	align-items: center;
	display: flex;
	text-decoration: none;
	width: 420px;
	margin: 0 auto;
	margin-top: 50px;
	aspect-ratio: 2/0.3;
	border-radius: 50vh;
	position: relative;
}

@media screen and (max-width: 640px) {
	.sec14-btn {
		width: 100%;
		font-size: 4.5vw;
		margin-top: 8%;
	}
}

.line-arrow {
	position: absolute;
	display: block;
	width: 4%;
	right: 5%;
	top:50%;
	transform: translateY(-50%);
}

.sec15 {
	background-color: #2B3EC1;
}

.sec15 .sec-h1 {
	color: #fff;
}

.qa-h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 500;
	margin-top: 50px;
}

@media screen and (max-width: 640px) {
	.qa-h2 {
		font-size: 5vw;
		margin-top: 10%;
	}
}

/* .qa_area {
	margin-top: 50px;
} */


.faq {
  margin: 20px auto;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 640px) {
	.faq {
		margin: 5% 0;
	}
}

/* 1件枠 */
.faq-item {
  background: #2B3EC1;
  color: #fff;
  margin-bottom: 14px;
  border-radius: 6px;
  position: relative;
}

/* Q 行 */
.faq-head {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 30px;
  padding-left: 100px;
  font-size: 28px;
  font-weight: 600;
  background: #DBF4FF;
  border: solid 5px #FFFFFF;
  color: #233A88;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
	.faq-head {
		font-size: 4.5vw;
		padding: 5%;
		padding-left: 17%;
		padding-right: 4%;
		border: solid 4px #FFFFFF;
	}
}

.faq-q {
	font-size: 50px;
	font-weight: 700;
	font-family: "din-2014", sans-serif;
	font-style: normal;
	margin-right: 10px;
	position: absolute;
	left: 30px;
}

@media screen and (max-width: 640px) {
	.faq-q {
		font-size: 10vw;
		top: 10px;
		left: 5%;
	}
}

.faq-title {
  flex: 1;
  text-align: left;
}

.faq-icon {
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
	.faq-icon {
		font-size: 4.5vw;
	}
}

/* A 部分 */
.faq-body {
  display: none;
  padding: 30px;
  background: #2B3EC1;
  border: solid 5px #FFFFFF;
  border-radius: 0 0 6px 6px;
  font-size: 23px;
  position: relative;
}

@media screen and (max-width: 640px) {
	.faq-body {
		border: solid 4px #FFFFFF;
	}
}

.faq-a {
  	font-size: 50px;
	font-weight: 700;
	font-family: "din-2014", sans-serif;
	font-style: normal;
	position: absolute;
	left: 30px;
	top: 10px;
}

@media screen and (max-width: 640px) {
	.faq-a {
		font-size: 10vw;
		top: 10px;
		left: 5%;
	}
}

.faq-link {
  color: #fff;
  text-decoration: underline;
  display: block;
  margin-top: 40px;
}

/* 開いているとき */
.faq-item.open .faq-icon {
  content: "－";
}

.faq-a-txt {
	width: 92.5%;
	margin: 0 0 0 auto;
	font-size: 23px;
	font-weight: 400;
}

@media screen and (max-width: 640px) {
	.faq-a-txt {
		font-size: 4vw;
		padding-left: 12%;
        padding-right: 4%;
	}
}

.sec16_flex {
	display: flex;
	align-items: flex-start;
}

@media screen and (max-width: 640px) {
	.sec16_flex {
		display: block;
	}
}

.sec16 .sec-h1 {
	text-align: left;
	color: #2B3EC1;
	width: 50%;
	margin-top: -10px;
}

@media screen and (max-width: 640px) {
	.sec16 .sec-h1 {
		text-align: center;
		margin-top: 0;
		width: 100%;
		margin-bottom: 8%;
	}
}

.sec16_right {
	width: 50%;
}

@media screen and (max-width: 640px) {
	.sec16_right {
		width: 100%;
	}
}

.company-list {
	font-size: 20px;
	color: #4D4948;
}

@media screen and (max-width: 640px) {
	.company-list {
		font-size: 4vw;
	}
}

.company-item {
	display: flex;
	padding: 20px 0;
	border-bottom: solid 2px #86CFEF;
}

.company-item a {
	text-decoration: none;
	color: #4D4948;
}

.company-left {
	width: 50%;
	font-weight: 500;
}

@media screen and (max-width: 640px) {
	.company-left {
		width: 33%;
	}
}

.company-right {
	width: 50%;
}

@media screen and (max-width: 640px) {
	.company-right {
		width: 67%;
	}
}

.sec16_btn {
	background-color: #2B3EC1;
	color: #fff;
	width: 420px;
	margin: 0 auto;
	position: relative;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50vh;
	aspect-ratio: 2/0.3;
	margin-top: 50px;
}

@media screen and (max-width: 640px) {
	.sec16_btn {
		width: 100%;
		font-size: 4.5vw;
		margin-top: 12%;
	}
}

.sec16_btn .btn-arrow {
	width: 4%;
}

footer {
	background-color: #DBF4FF;
	padding: 40px 0;
	margin-bottom: 100px;
}

@media screen and (max-width: 640px) {
	footer {
		padding: 8% 0;
		margin-bottom: 21%;
	}
}

.copyright {
	font-size: 18px;
	text-align: center;
	color: #4D4948;
}

@media screen and (max-width: 640px) {
	.copyright {
		font-size: 3vw;
	}
}

.float-cta {
	background: linear-gradient(
		to right,
		#D9D9D9 0%,
		#FFFFFF 50%,
		#D9D9D9 100%
	);
	padding: 15px 0;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	display: none;
}

.float_flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap:2%;
}

.float_txt {
	font-size: 30px;
	color: #4D4948;
	font-weight: 600;
}

@media screen and (max-width: 640px) {
	.float_txt {
		font-size: 4vw;
		text-align: center;
	}
}

.float_btn {
	background: linear-gradient(
		to right,
		#2B3EC1 0%,
		#3750FC 100%
	);
	position: relative;
	width: 45%;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	letter-spacing: 0.05em;
	font-weight: 500;
	border-radius: 50vh;
	padding: 5px 0;
}

@media screen and (max-width: 640px) {
	.float_btn {
		width: 80%;
		font-size: 5.5vw;
		aspect-ratio: 2/0.2;
	}
}

.simu-btn {
	width: 7%;
	/* display: block; */
}

@media screen and (max-width: 640px) {
	.simu-btn {
		width: 15%;
	}
}


.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}





/* =============================
   モーダル全体
============================= */
.price-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.price-modal.is-open {
  display: block;
}

.price-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
}

.price-modal__content {
  position: relative;
  width: min(92vw, 420px);
  max-height: 90vh;
  margin: 5vh auto 0;
  background: #fff;
  border-radius: 14px;
  padding: 16px 14px 120px;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
  overflow: auto;
}

/* close */
.price-modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: none;
  background: #f3f4f6;
  color: #111;
  font-size: 18px;
  cursor: pointer;
}

/* =============================
   見出し
============================= */
.pm-head {
  text-align: center;
  padding-top: 8px;
  margin-bottom: 12px;
}

.pm-title {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 6px;
  letter-spacing: .04em;
}

.pm-sub {
  font-size: 12px;
  line-height: 1.55;
  color: #444;
}

/* =============================
   ブロック
============================= */
.pm-block {
  margin-top: 14px;
}

.pm-q {
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 8px;
  color: #111;
}

.pm-note {
  font-size: 11px;
  line-height: 1.55;
  color: #666;
  margin: -2px 0 10px;
}

.pm-footnote {
  text-align: center;
  font-size: 11px;
  line-height: 1.6;
  color: #777;
  margin-top: 16px;
  margin-bottom: 0;
}

/* =============================
   ボタングリッド
============================= */
.pm-btn-grid {
  display: grid;
  gap: 10px;
}

.pm-btn-grid.is-2 {
  grid-template-columns: 1fr 1fr;
}

.pm-btn-grid.is-1 {
  grid-template-columns: 1fr;
}

/* =============================
   ボタン（画像の青枠）
============================= */
/* 選択色を完全に指定 */
.pm-btn {
  border: 2px solid #2B3EC1;
  background: #fff;
  color: #2B3EC1;
  border-radius: 10px;
  padding: 11px 10px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  line-height: 1;
}

.pm-btn.is-active {
  background: #2B3EC1;
  border-color: #2B3EC1;
  color: #fff;
}

.pm-btn:hover {
  filter: brightness(0.98);
}


/* =============================
   下部固定（画像のブルーバー）
============================= */
.pm-sticky {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 140px;
  align-items: stretch;
  gap: 10px;
  padding: 12px 12px 12px;
  background: #1b2ea6;
  border-radius: 0 0 14px 14px;
}

.pm-price {
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}

.pm-price__row {
  display: flex;
  justify-content: space-between;
  opacity: .92;
  margin-bottom: 4px;
}

.pm-price__main {
  margin-top: 6px;
  font-weight: 900;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}

.pm-price__main strong {
  font-size: 16px;
}

/* 申込みボタン（画像寄せ：クリーム色） */
.pm-submit {
  border: none;
  border-radius: 12px;
  background: #FFFED1;
  color: #2B3EC1;       /* 文字色を青にすると映える */
  font-weight: 900;
  font-size: 15px;
  cursor: pointer;
  height: 100%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pm-submit:disabled {
  opacity: .5;
  cursor: not-allowed;
}


/* スクロールバー綺麗に */
.price-modal__content::-webkit-scrollbar {
  width: 6px;
}
.price-modal__content::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.2);
  border-radius: 999px;
}


/* -------------------------
   割引部分（適用なしを左下に）
------------------------- */
.pm-btn-grid--discount {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* 適用なしだけ左下へ */
/* .pm-btn-grid--discount .pm-btn--none {
  grid-column: 1 / 2;
} */


.smart-daikou {
	color: #2B3EC1;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	display: block;
}

.form-under {
	font-size: 10px;
}




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

  /* ✅ モーダルコンテンツの高さを確定（ここが重要） */
  #priceModal .price-modal__content {
    max-height: 92vh;
    height: 92vh;
    overflow: hidden;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  /* ✅ formもflexにしてスクロール領域を成立させる */
  #priceModal .price-form--modal {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  /* ✅ この中だけスクロールする */
  #priceModal .pm-scroll--modal {
    flex: 1;
    min-height: 0;                 /* ←これ無いとPCでスクロール効かないこと多い */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;

    padding: 16px 14px 24px;

    /* ✅ 下部固定バーに隠れないよう余白 */
    padding-bottom: 190px;
  }

  /* ✅ 下部固定バー（常に表示） */
  #priceModal .pm-sticky--modal {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}




@media screen and (max-width: 640px) {

  /* ✅ モーダル本体を画面内に固定（重要） */
  .price-modal__content {
    width: calc(100vw - 20px);
    margin: 10px auto;

    height: calc(95dvh - 20px); /* iPhone Safari対応 */
    height: calc(95vh - 20px);
    max-height: calc(95dvh - 20px);
    max-height: calc(95vh - 20px);

    overflow: hidden;     /* ✅ スクロールは中に任せる */
    padding: 0;
    position: relative;

	z-index: 2;
  }

  /* ✅ フォームを縦構造に */
  #priceModal .price-form {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  /* ✅ スクロール領域（ここが動く） */
  #priceModal .pm-scroll {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;

    padding: 16px 14px;
    padding-bottom: 160px; /* ✅ 下部固定バーに隠れない分 */

	position: relative;
    z-index: 1;
  }

  /* ✅ 下部固定バー */
  #priceModal .pm-sticky {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 900;
  }

  /* ✅ iPhoneのタップしやすさ */
  #priceModal .pm-btn {
    padding: 12px 10px;
  }

  /* ✅ closeボタン押しやすく */
  .price-modal__close {
    top: 8px;
    right: 8px;
	z-index: 9999; 
    pointer-events: auto;
  }
}



.sec17 .price-tabs {
	margin-top: 50px;
}

@media screen and (max-width: 640px) {
	.sec17 .price-tabs {
		margin-top: 8%;
	}
}

.webp .sec17 {
	background: url(../images/webp/sec4_bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.no-webp .sec17 {
	background: url(../images/sec4_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}








/* 押せない状態 */
#priceModal .price-submit.is-disabled{
  background:#bdbdbd !important;
  border-color:#bdbdbd !important;
  color:#fff !important;
  cursor:not-allowed !important;
  opacity:1 !important;
  pointer-events:auto; /* hoverが効くため */
  position:relative;
}

/* 押せないhover */
#priceModal .price-submit.is-disabled:hover{
  filter:brightness(0.95);
}

/* ツールチップ */
#priceModal .price-submit.is-disabled:hover::after{
  content:attr(data-disabled-text);
  position:absolute;
  left:45%;
  bottom:calc(100% + 10px);
  transform:translateX(-50%);
  white-space:nowrap;
  font-size:12px;
  /* padding:8px 10px; */
  padding:0;
  border-radius:8px;
  background:rgba(0,0,0,0.85);
  color:#fff;
  z-index:9999;
}

/* 三角 */
#priceModal .price-submit.is-disabled:hover::before{
  content:"";
  position:absolute;
  left:45%;
  bottom:calc(100% + 2px);
  transform:translateX(-50%);
  /* border:6px solid transparent; */
  border:0;
  border-top-color:rgba(0,0,0,0.85);
  z-index:9999;
}





#priceModal .price-submit.is-disabled {
  background: #bdbdbd !important;
  color: rgba(255,255,255,0.85) !important;
  border-color: transparent !important;
  cursor: not-allowed !important;
  opacity: 0.85;
}

#priceModal .price-submit.is-disabled:hover {
  filter: grayscale(1);
  opacity: 1;
  transform: none;
}
