@charset "utf-8";

body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block; }

  @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;
	width: 100%;
}
.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;
---------------------------------------------------- */

/* ここから書いていきましょう */

/* ----------------------------------------------------
    共通
---------------------------------------------------- */

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;
	max-width: 1440px;
	margin: 0 auto;
}

video {
	width: 100%;
}

p {
	font-feature-settings: "palt";
}

.sentence {
	margin-top: 40px;
}

.sentence p {
	margin-top: 40px;
}

.sentence p:first-of-type {
	margin-top: 0;
}

.inner {
	width: 724px;
	margin: 0 auto;
}

text_red {
	color: #C1272D;
	font-weight: bold;
}

.marker {
	color: #000;
	background: rgb(255,255,100);
	background: linear-gradient(0deg, rgba(255,255,100,1) 70%, rgba(255,255,255,0) 70%);
	padding-bottom: 3px;
	font-weight: bold;
}

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

	body {
		width: 100%;
	}

	.inner {
		width: 94%;
	}
}

/* ----------------------------------------------------
    cta
---------------------------------------------------- */
.cta {
	padding: 40px 0 80px;
}

.cta_box {
	width: 724px;
	height: 508px;
	background: url(../images/cta_pc.webp) no-repeat center center / cover;
	position: relative;
}

.cta_btn {
	position: absolute;
	width: 666px;
	height: 138px;
	bottom: 6.5%;
	left: 50%;
	transform: translateX(-50%);
}

.btn {
	display: inline-block;
	transition: 0.2s all;
}

.btn:hover {
  transform: scale(1.02);
}

@media screen and (max-width: 640px) {
	.cta {
		padding: 5% 0 13%;
	}
	
	.cta_box {
		width: 100%;
		height: 0;
		padding-top: 83.54%;
		position: relative;
	}

	.cta_box01 {
		background: url(../images/cta01_sp.webp) no-repeat center center / contain;
	}
	
	.cta_btn {
		position: absolute;
		width: 92%;
		height: auto;
		bottom: 3%;
		left: 50%;
		transform: translateX(-50%);
	}

	.cta_btn02 {
		bottom: 6%;
	}
}

/* ----------------------------------------------------
    sec01
---------------------------------------------------- */
.sec01 {
	padding: 100px 0;
	background-image: linear-gradient(0deg, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%),url(../images/sec01_bg01_pc.webp);
	background-repeat: no-repeat,no-repeat;
	background-position: center top,center top;
	background-size: contain,contain;

}

.sec01_img01_pc {
	margin-top: 60px;
}

.sec01 .sentence {
	text-align: center;
	padding: 40px;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.9);
}

@media screen and (max-width: 640px) {
	.sec01 {
		padding: 42px 0;
		background-image: linear-gradient(0deg, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%),url(../images/sec01_bg01_sp.webp);
		background-repeat: no-repeat,no-repeat;
		background-position: center top,center top;
		background-size: contain,contain;
	
	}
	
	.sec01_img01_pc {
		margin-top: 24px;
	}
	
	.sec01 .sentence {
		padding: 20px;
		border-radius: 14px;
	}
}

/* ----------------------------------------------------
    sec02
---------------------------------------------------- */
.sec02 {
padding-top: 80px;
text-align: center;
background: url(../images/sec02_bg_pc.webp) no-repeat center top / contain;
}

.sec02-ttl-pc.png {
	margin-top: -2px;
  width: 100%;
  height: auto;
}

.sec02-img01-pc {
	margin-top: 33px;
}

.FFFFF0 {
	padding: 80px 0;
	margin-top: 130px;
	background: #FFFFF0;
	position: relative;
}

.sec02-img03-pc {
	width: 724px;
}

.FFFFF0::after {
	position: absolute;
	content: "";
	background: url(../images/sec02-img02-pc.png) no-repeat center center / contain;
	width: 264px;
	height: 100px;
	left: 50%;
	transform: translateX(-50%);
	top: -50px;
}

.sec02 p {
	font-size: 32px;
	margin-top: 30px;
}

@media screen and (max-width: 640px) {
	.sec02 {
		margin-bottom: 0px;
		background: none;
		padding-top: 0;
		}
		
		.sec01_bg03_pc {
			margin-top: -1px;
			width: 100%;
			height: auto;
		}
		
		.sec02_img01_pc {
			margin-top: 20px;
		}

		.sec02_img01_sp {
			margin-top: -9%;
			z-index: -1;
			position: relative;
		}

		.FFFFF0 {
			padding: 60px 0;
			margin-top: 23%;
		}

		.FFFFF0::after {
			width: 50%;
			height: 100px;
		}

		.sec02 p {
			font-size: 20px;
			text-align: justify;
		}

		.sec02-img03-pc {
			width: 94%;
		}
}


/* ----------------------------------------------------
    sec03
---------------------------------------------------- */
.sec03 {
	padding: 80px;
	margin-top: -1px;
	background-color: #efe9e2;
}

.sec03-triangle {
	width: 100%;
	height: 93.5178px;
}

@media screen and (max-width: 640px) {
	.sec03 {
		padding: 30px 4% 60px;
	}

	.sec03-triangle {
		height: 50px;
	}
}


/* ----------------------------------------------------
    sec04
---------------------------------------------------- */
.sec04 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 100px;
}

.sec04 h2 {
	padding: 24px 0;
	width: 100%;
	background-color: #c1272d;
	text-align: center;
}

.triangle {
	width: 0;
  height: 0;
  border-style: solid;
  border-right: 67px solid transparent;
  border-left: 67px solid transparent;
  border-top: 34px solid #c1272d;
  border-bottom: 0;
	margin: -1px auto 0;
}

.sec04 p {
	margin-top: 24px;
}

.sec04_img01_pc {
	margin-top: 60px;
}

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

	.triangle{
		border-right: 37px solid transparent;
		border-left: 37px solid transparent;
		border-top: 24px solid #c1272d;
	}

	.sec04 p {
		line-height: 1.3;
		font-size: 22px;
	}

	.sec04_img01_pc {
		margin-top: 20px;
	}
}


/* ----------------------------------------------------
    sec05
---------------------------------------------------- */
.sec05 {
	text-align: center;
}

.sec05 h2 {
	width: 100%;
	height: 358px;
	background: url(../images/sec05_ttl02_pc.webp) no-repeat center top / cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sec05_ttl01_pc {
	width: 467px;
}

.sec05_ttl03_pc {
	position: relative;
	width: 610px;
	z-index: -1;
	margin-top: -40px;
}

.sec05_text {
	padding: 53px 0;
	margin: -40px;
	background: url(../images/sec05_text02_pc.webp) no-repeat center center / cover;
	position: relative;
	z-index: -2;
}

.sec05_items {
	margin-top: 40px;
}

.sec05_item {
	text-align: justify;
	padding: 60px 0;
}

.sec05_subttl {
	margin-top: 12px;
}

.sec05_item p {
	margin-top: 24px;
}

.pink {
	background-color: #fee2e7;
}

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

	.sec05 h2 {
		width: 100%;
		height: auto;
		padding: 26px 0;
	}

	.sec05_ttl03_pc {
		margin-top: -6%;
	}

	.sec05_text01_sp {
		margin-top: -5%;
		z-index: -1;
		position: relative;
	}

	.sec05_items {
		margin-top: -2%;
	}

	.sec05_item {
		padding: 40px 0;
	}

	.sec05_item p {
		margin-top: 18px;
	}
}


/* ----------------------------------------------------
    sec06
---------------------------------------------------- */
.sec06 {
	margin-bottom: 100px;
}

.sec06 h2 {
	padding: 24px 0;
	background-color: #c1272d;
	text-align: center;
}

.sec06 .first {
	font-size: 24px;
	font-weight: bold;
	margin-top: 60px;
}

.sec06_img01_pc {
	margin-top: 40px;
}

.sec06 p {
	text-align: center;
}

.sec06 .btn {
	margin-top: 60px;
}

@media screen and (max-width: 640px) {
	.sec06 {
		margin-bottom: 60px;
	}

	.sec06 .first {
		margin-top: 20px;
		font-size: 22px;
		text-align: center;
		line-height: 1.3;
	}

	.sec06_img01_sp {
		margin-top: 32px;
	}

	.sec06 p {
		text-align: justify;
	}

	.cta_box02 {
		background: url(../images/cta02_sp.webp) no-repeat center center / contain;
		margin-top: 32px;
	}
}

/* ----------------------------------------------------
    sec07
---------------------------------------------------- */
.sec07 {
	padding: 100px 0;
	background-color: #efe9e2;
}

.sec07 h2 {
	text-align: center;
}

.sec07_ttl01_pc {
	width: 524px;
}

.faq_items {
	margin-top: 60px;
}

/* アコーディオン */
.accordion-content {
  display: none;
}

.accordion-header {
  background-color: #e15962;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
  padding: 12px 45px 12px 65px;
  margin-top: 20px;
  cursor: pointer;
  position: relative;
	line-height: 1.3;
}

.accordion:first-of-type .accordion-header {
	margin-top: 0;
}

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

.accordion-content {
  background-color: #FFF;
	color: #333;
  padding: 16px 16px 16px 20px;
	font-size: 16px;
}

.accordion-header span::before{
  position: absolute;
  content:"";
  background:url(../images/icon_q.webp) no-repeat center center / contain;
	width: 37px;
	height: 37px;
  top: 8px;
  left: 20px;
  color: #151E2F;
  font-size: 17px;
}
/* アコーディオン終わり */


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

	.faq_items {
		margin-top: 40px;
	}

	.accordion-header {
		font-size: 18px;
		font-weight: normal;
		padding-left: 56px;
		padding-right: 40px;
		margin-top: 10px;
	}

	.accordion-header span::before {
		left: 10px;
	}

	.accordion-header::before,
	.accordion-header::after {
		right: 10px;
	}
}


/* ----------------------------------------------------
    sec08
---------------------------------------------------- */
.sec08 {
	padding: 100px 0;
	background: url(../images/sec07_bg01_pc.webp) no-repeat center top / contain;
}

.sec08 .sentence {
	text-align: center;
}

.sec08 .btn {
	margin-top: 60px;
}

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


	.sec08 .sentence {
		margin-top: 20px;
		text-align: justify;
	}

	.cta_box03 {
		background: url(../images/cta03_sp.webp) no-repeat center center / contain;
		margin-top: 32px;
	}
}

/* ----------------------------------------------------
    sec09
---------------------------------------------------- */
.sec09 {
	padding: 100px 0;
	background-color: #efe9e2;
	margin-bottom: 150px;
}

.sec09 h2 {
	margin: 0 auto;
	width: 300px;
}

.company-info {
	width: 80%;
	max-width: 600px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	margin: 40px auto 0;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th, td {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

th {
	background-color: #f8f8f8;
	font-weight: bold;
}

td {
	background-color: #fff;
}

tr:last-child td {
	border-bottom: none;
}

@media screen and (max-width: 640px) {
	.sec09 {
		padding: 60px 0;
		margin-bottom: 18%;
	}

	.sec09 h2 {
		width: 60%;
	}

	.company-info {
		width: 100%;
		margin-top: 32px;
	}
}

/* ----------------------------------------------------
    固定ボタン
---------------------------------------------------- */
.fixed-bottom-link {
	position: fixed;
	bottom: 0;
	padding: 20px 0;
	background-color: #000000da;
	z-index: 100;
	width: 100%;
	display: none; /* 初期状態では非表示 */
	left: 0;
}

.fixed-bottom-link.show {
	display: block; /* クラスが付与されたら表示 */
}

.fixed_btn {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin: 0 auto;
}

.fixed_btn a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 640px) {
	.fixed-bottom-link {
		padding: 8px 0;
	}

	.fixed_btn {
		gap: 4px;
	}
}