@charset "utf-8";
/* CSS Document */
html {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #000;
	font-size: 62.5%;
}
body {
	color: #0d1c26;
	letter-spacing: 1px;
	font-size: 1.6rem;
	line-height: 2.0;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
	;
	font-feature-settings: 'palt'1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	scroll-behavior: smooth;
}

@media screen and (max-width: 780px) { /*---------------------------SP----- */
	body {
		font-size: 1.5rem;
		line-height: 1.875em;
		letter-spacing: 0.1em;
	}
}

@media only screen and (min-width: 781px) {
    .sp { display: none!important; }
    .pc { display: block; }
}
@media only screen and (max-width: 780px) {
    .pc { display: none!important; }
    .sp { display: block!important; }
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/* header
--------------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 77px;
	padding: 16px 30px;
	transition: background 0.3s;
	z-index: 100;
	transition: transform 0.3s ease;
}
header .logo {
	display: flex;
	align-items: center;
}
header .logo a {
	width: 230px;
	margin-right: 20px;
}
header .logo span {
	font-size: 1.2rem;
	font-weight: bold;
}
.hidden {
	transform: translateY(-100%);
}
.menu-toggle {
	display: none;
}

@media screen and (max-width: 1120px) { /*---------------------------SP----- */
	header .logo span {
		display: none;
	}
}
header .head_btn {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
header .head_btn a {
	color: #0d1c26;
	text-decoration: none;
}
header .head_btn a:hover {
	text-decoration: underline;
	opacity: 0.7;
	transition: all 0.3s;
}
header .head_btn li {
	font-size: 1.5rem;
	font-weight: bold;
	margin-left: 30px;
}
@media screen and (max-width: 960px) { /*---------------------------SP----- */
	header {
		padding: 12px 20px;
	}
	header .logo a {
		width: 180px;
		margin-right: 0;
	}
	header .head_btn li {
		font-size: 1.3rem;
		margin-left: 20px;
	}
}
@media screen and (max-width: 780px) {
  header {
    width: 100%;
    padding: 0 0 0 14px;
    height: 50px;
  }
  header .logo {
    width: 140px;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1100;
  }
  .menu-toggle img {
    width: 54px;
    height: 50px;
    transition: opacity 0.3s ease;
  }
  header .head_btn {
    position: fixed;
    top: 50px;
    right: -100%; /* 初期状態は画面外 */
    width: 70%;
    height: calc(100% - 50px); /* ヘッダーの高さを除外 */
    background-color: rgba(51, 51, 51, 0.93);
    display: flex;
    flex-direction: column;
	  justify-content: flex-start;
    text-align: center;
    padding: 0 0 10px;
    box-shadow: -4px 0 6px rgba(0, 0, 0, 0.1);
    transition: right 0.2s ease-in-out; /* スライドアニメーション */
    z-index: 1000;
  }
  header .head_btn.show {
    right: 0; /* 表示時 */
  }
  header .head_btn li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }
  header .head_btn li a {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    padding: 16px;
    text-align: center;
  }
	body.no-scroll {
  overflow: hidden;
  width: 100%;
}
}






/* mv
--------------------------------------------------------*/
.mv {
	background: url("image/mv_bg.png") center bottom 100px no-repeat;
	background-size: cover;
	z-index: 500;
	padding: 100px 20px 0;
}
h1 {
	max-width: 1500px;
	margin: 0 auto -90px;
}
h1 a {
	line-height: 0;
	display: block;
}
.hover-image {
	position: relative;
	display: inline-block;
}
.mv_bnr {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 80px;
}
@media screen and (max-width: 1500px) { /*---------------------------SP----- */
	h1 {
		margin: 0 auto -6%;
	}
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.mv {
		background: url("image/mv_bg_sp.png") center bottom 120px no-repeat;
		background-size: cover;
		padding: 80px 0 0;
	}
	h1 {
		max-width: 100%;
		margin: 0 auto;
	}
	.mv_bnr {
		max-width: 100%;
		margin: -16px auto 0;
		padding: 0 8px;
	}
}


/* sec1
--------------------------------------------------------*/
.sec1 {
	background: url("image/sec01_ttl.png") center top no-repeat, url("image/sec01_bg.png") center bottom no-repeat;
	padding: 120px 30px 100px;
}
.sec1 h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	color: #333333;
}
.sec1 h2 span {
	font-size: 4.0rem;
}
.sec1_rank {
	background-color: rgba(255,255,255,0.8);
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 0 40px;
}
.sec1_rank1 li {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px dashed #C1C7D0;
	padding: 20px 40px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.4;
}
.sec1_rank1 li img {
	width: 80px;
	margin-right: 20px;
}
.sec1_rank1 li p {
	width: 770px;
}
.sec1_rank1 li p strong {
	color: #D90412;
	font-weight: 900;
	background: linear-gradient(transparent  70%, #DDD 30%);
}
.sec1_rank .kome {
	color: #636363;
	font-size: 1.4rem;
	text-align: center;
	margin: 20px 0;
}
.btn_rank {
	background-color: #D90412;
	color: #fff;
	font-weight: bold;
	display: table;
	margin: 0 auto;
	padding: 20px 54px 20px 44px;
	line-height: 1;
	cursor: pointer;
	border: none;
	outline: none;
	appearance: none;
}
.area_rank2 {
	max-width: 960px;
	margin: 0 auto;
	padding: 30px 40px 0;
	display: flex;
	justify-content: space-between;
}
.area_rank2 {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.5s ease, opacity 0.5s ease;
}
.area_rank2.show {
  opacity: 1;
  height: auto; /* 自動で高さを調整 */
}
.btn_rank {
  position: relative;
}
.btn_rank::after {
	content: url("image/sec01_arrow1.png"); /* 下矢印 */
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	transition: transform 0.3s ease;
}
.btn_rank.open::after {
	content: url("image/sec01_arrow2.png"); /* 上矢印 */
}

.sec1_rank2, .sec1_rank3 {
	width: 48%;
}
.sec1_rank2 li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}
.sec1_rank2 li img {
	width: 60px;
	margin-right: 14px;
}
.sec1_rank2 li p {
	width: 600px;
}
.sec1_rank2 li p strong {
	color: #D90412;
	font-weight: 900;
	background: linear-gradient(transparent 70%, #DDD 30%);
}
.sec1_fuman {
	background-color: rgba(255,255,255,0.8);
	max-width: 1100px;
	margin: 60px auto 0;
	padding: 0 40px 0 20px;
	display: flex;
	align-items: center;
}
.sec1_fuman_img {
	width: 40%;
	margin-right: 30px;
}
.sec1_fuman_txt {
	width: 58%;
	padding: 30px 0;
}
.sec1_fuman h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.0rem;
	font-weight: 900;
	line-height: 1.6;
	margin-bottom: 20px;
}
.sec1_fuman h3 strong {
	font-size: 2.8rem;
	color: #D90412;
}
.sec1_fuman p {
	margin-bottom: 1em;
}
.sec1_fuman p:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 900px) { /*---------------------------SP----- */
	.sec1_fuman .pc { display: none!important; }
    .sec1_fuman .sp { display: block!important; }
	.sec1_fuman {
		max-width: 100%;
		margin: 30px auto 0;
		padding: 0;
		display: block;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}
	.sec1_fuman_img {
		width: 100%;
		margin-right: 0;
	}
	.sec1_fuman_txt {
		width: 100%;
		padding: 20px 20px;
	}
	.sec1_fuman h3 {
		font-size: 1.5rem;
		line-height: 1.7;
		margin-bottom: 20px;
		text-align: center;
		letter-spacing: 0;
	}
	.sec1_fuman h3 strong {
		font-size: 2.4rem;
	}
	.sec1_fuman p {
		margin-bottom: 0.6em;
	}
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.sec1 {
		background: url("image/sec01_ttl.png") center top 30px no-repeat, url("image/sec01_bg.png") center bottom no-repeat;
		background-size: 320px, auto;
		padding: 80px 20px 60px;
	}
	.sec1 h2 {
		font-size: 2.4rem;
		margin-bottom: 20px;
		line-height: 1.4;
	}
	.sec1 h2 span {
		font-size: 3.6rem;
		display: block;
	}
	.sec1_rank {
		max-width: 100%;
		padding: 0 0 20px;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}
	.sec1_rank1 li {
		align-items: flex-start;
		padding: 20px 20px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.sec1_rank1 li img {
		width: 40px;
		margin-right: 10px;
	}
	.sec1_rank1 li p {
		width: 100%;
	}
	.sec1_rank .kome {
		font-size: 1.1rem;
		margin: 20px 0;
		line-height: 1.3;
	}
	.btn_rank {
		padding: 16px 44px 16px 34px;
		font-size: 1.4rem;
	}
	.area_rank2 {
		max-width: 100%;
		padding: 10px 20px 0;
		display: block;
	}
	.btn_rank::after {
		font-size: 14px;
	}
	.sec1_rank2, .sec1_rank3 {
		width: 100%;
	}
	.sec1_rank2 li {
		padding: 10px 0;
		font-size: 1.4rem;
	}
	.sec1_rank2 li:last-child {
		padding: 10px 0 0;
	}
	.sec1_rank2 li img {
		width: 40px;
		margin-right: 10px;
	}
	.sec1_rank2 li p {
		width: 100%;
	}
}


/* matome1
--------------------------------------------------------*/
.matome {
	background: url("image/matome_bg.png") center top;
	background-size: contain;
	padding: 40px 40px;
}
.matome1_wrap {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.matome1_wrap h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.8rem;
	color: #fff;
	line-height: 1.6;
}
.matome1_wrap h2 strong {
	font-size: 3.6rem;
	font-weight: bold;
	display: block;
}
.matome1_wrap p {
	width: 142px;
	margin: 0;
}
.matome1_wrap h2 {
	width: calc( 100% - 182px );
	margin: 0;
}
@media screen and (max-width: 1100px) { /*---------------------------SP----- */
	.matome1_wrap h2 {
		font-size: 2.0rem;
	}
	.matome1_wrap h2 strong {
		font-size: 2.8rem;
	}
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.matome {
		background: url("image/matome_bg.png") center top;
		background-size: contain;
		padding: 20px 20px;
	}
	.matome1_wrap {
		background: url("image/matome_img1.png") center center no-repeat;
		background-size: 140px auto;
		max-width: 100%;
		display: block;
	}
	.matome1_wrap h2 {
		font-size: 1.8rem;
		line-height: 1.6;
		letter-spacing: 0;
		text-align: center;
	}
	.matome1_wrap h2 strong {
		font-size: 2.4rem;
	}
	.matome1_wrap p {
		width: 142px;
		margin: 0;
	}
	.matome1_wrap h2 {
		width: 100%;
	}
}



/* sec2
--------------------------------------------------------*/
.sec2 {
	background: url("image/sec02_ttl.png") center top 50px no-repeat, url("image/sec02_bg1.png") left top no-repeat, url("image/sec02_bg2.png") right bottom no-repeat;
	background-color: #F3F5FB;
	padding: 170px 30px 100px;
}
.sec2_wrap {
	max-width: 1100px;
	margin: 0 auto;
}
.sec2 h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
.sec2 h2 span {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec2 h2 img {
	width: 66px;
}
.sec2_point {
	margin-bottom: 80px;
}
.sec2_point p {
	text-align: center;
	font-size: 2.0rem;
}
.sec2_point p strong {
	font-size: 2.4rem;
	font-weight: bold;
	color: #D90412;
}
.sec2_point_txt {
	max-width: 920px;
	margin: 10px auto;
	background-color: #fff;
	padding: 20px 36px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.sec2_ttl1 {
	margin-left: 100px;
	padding-left: 46%;
	padding-bottom: 4px;
	background: url("image/sec02_img2.png") left 47% center no-repeat;
}
.sec2_dl1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.sec2_dl1 dt {
	width: 48%;
	margin-top: -90px;
}
.sec2_dl1 dd {
	width: 52%;
	padding-left: 30px;
}
.sec2_dl1 dd p {
	margin-bottom: 1.0em;
}
.sec2_dl1 dd p:last-child {
	margin-bottom: 0;
}
.sec2_ttl2 {
	margin-right: 100px;
	padding-left: 70px;
	padding-bottom: 4px;
	background: url("image/sec02_img3.png") left 10px center no-repeat;
}
.sec2_dl2 {
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
}
.sec2_dl2 dt {
	width: 48%;
	margin-top: -90px;
}
.sec2_dl2 dd {
	width: 52%;
	padding-right: 30px;
}
.sec2_dl2 dd p {
	margin-bottom: 1.0em;
}
.sec2_dl2 dd p:last-child {
	margin-bottom: 0;
}
.sec2_ttl1, .sec2_ttl2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 20px;
	border-bottom: 2px solid #D90412;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.sec2 {
		background: url("image/sec02_ttl.png") center top 30px no-repeat, url("image/sec02_bg1.png") left top no-repeat, url("image/sec02_bg2.png") right bottom no-repeat;
		background-size: 90% auto, 30%, 30%;
		background-color: #F3F5FB;
		padding: 80px 20px 60px;
	}
	.sec2_wrap {
		max-width: 100%;
	}
	.sec2 h2 {
		font-size: 2.4rem;
		display: block;
		margin-bottom: 30px;
	}
	.sec2 h2 span {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 10px;
	}
	.sec2 h2 img {
		width: 50px;
	}
	.sec2_point {
		margin-bottom: 30px;
	}
	.sec2_point p {
		font-size: 1.5rem;
	}
	.sec2_point p strong {
		font-size: 2.4rem;
		display: block;
	}
	.sec2_point_txt {
		max-width: 100%;
		padding: 14px 16px;
	}
	.sec2_ttl1 {
		margin-left: 0;
		padding-left: 60px;
		padding-bottom: 4px;
		background: url("image/sec02_img2.png") left 10px center no-repeat;
	}
	.sec2_dl1 {
		display: block;
		margin-bottom: 30px;
	}
	.sec2_dl1 dt {
		width: 100%;
		margin: 0 0 20px;
	}
	.sec2_dl1 dd {
		width: 100%;
		padding-left: 0;
	}
	.sec2_ttl2 {
		margin-right: 0;
		padding-left: 60px;
		padding-bottom: 4px;
		background: url("image/sec02_img3.png") left 10px center no-repeat;
	}
	.sec2_dl2 {
		display: block;
	}
	.sec2_dl2 dt {
		width: 100%;
		margin: 0 0 20px;
	}
	.sec2_dl2 dd {
		width: 100%;
		padding-right: 0;
	}
	.sec2_ttl1, .sec2_ttl2 {
		font-size: 2.4rem;
		line-height: 1.6;
		margin-bottom: 20px;
	}
}


/* matome2
--------------------------------------------------------*/
.matome2_wrap {
	max-width: 1100px;
	margin: 0 auto;
}
.matome2_wrap h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.0rem;
	color: #fff;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 20px;
}
.matome2_wrap h2 br {
	display: none;
}
.matome2_wrap h2 strong {
	font-size: 4.0rem;
	font-weight: bold;
}
.matome2_wrap div {
	display: flex;
	justify-content: center;
}
.matome2_wrap .img {
	margin-right: 20px;
	padding-top: 20px;
	width: 40%;
}
.matome2_wrap .txt {
	background-color: rgba(255,255,255,0.2);
	color: #fff;
	padding: 20px;
	width: 55%;
}
@media screen and (max-width: 1010px) { /*---------------------------SP----- */
	.matome2_wrap h2 br {
		display: block;
	}
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.matome2_wrap {
		max-width: 100%;
	}
	.matome2_wrap h2 {
		font-size: 1.8rem;
		line-height: 1.6;
	}
	.matome2_wrap h2 br {
		display: none;
	}
	.matome2_wrap h2 strong {
		font-size: 2.4rem;
		display: block;
	}
	.matome2_wrap div {
		display: block;
	}
	.matome2_wrap .img {
		margin-right: 0;
		padding-top: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	.matome2_wrap .txt {
		background-color: rgba(255,255,255,0.2);
		padding: 14px 20px;
		width: 100%;
	}
}



/* sec3
--------------------------------------------------------*/
.sec3 {
	background: url("image/sec03_ttl.png") center top 100px no-repeat, url("image/sec03_bg.png") center top no-repeat;
	background-size: auto, cover;
	padding: 80px 30px 100px;
}
.sec3 h2 {
	text-align: center;
	max-width: 900px;
	margin: 0 auto 60px;
}
.sec03_area {
	background-color: rgba(255,255,255,0.8);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.sec03_area:last-child {
	margin-top: 30px;
}
.sec03_area .ttl {
	background-color: #D90412;
	padding: 16px 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.sec03_area .ttl h3 {
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	font-size: 2.6rem;
	line-height: 1;
	letter-spacing: 0.1em;
}
.sec03_area .ttl h3 strong {
	font-size: 4.0rem;
}
.sec03_area .ttl p {
	margin: 0 0 0 20px;
	width: 150px;
}
.sec03_area h4 {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	padding-left: 76px;
	display: table;
	margin: 30px auto;
}
.sec03_area h4.icon1 {
	background: url("image/sec03_img1.png") left center no-repeat;
	background-size: 56px 56px;
}
.sec03_area h4.icon2 {
	background: url("image/sec03_img2.png") left center no-repeat;
	background-size: 56px 56px;
}
.sec03_note {
	background: url("image/sec03_area.png") #fff;
	display: table;
	margin: 0 auto;
	padding: 0 50px 30px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.sec03_note h5 {
	background-color: #D90412;
	display: table;
	margin: 0 auto 20px;
	padding: 10px 40px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}
.sec03_note ul {
}
.sec03_note li {
	background: url("image/sec03_img3.png") left center no-repeat;
	background-size: 21px 20px;
	padding-left: 30px;
	font-size: 2.0rem;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.sec3 {
		background: url("image/sec03_ttl.png") center top 110px no-repeat, url("image/sec03_bg_sp.png") center top no-repeat;
		background-size: 90% auto, cover;
		background-color: #333333;
		padding: 40px 20px 60px;
	}
	.sec3 h2 {
		max-width: 262px;
		margin: 0 auto 30px;
	}
	.sec03_area {
		max-width: 100%;
		padding-bottom: 10px;
	}
	.sec03_area:last-child {
		margin-top: 20px;
	}
	.sec03_area .ttl {
		padding: 10px 0 12px;
		display: flex;
	}
	.sec03_area .ttl h3 {
		font-size: 2.4rem;
	}
	.sec03_area .ttl h3 strong {
		font-size: 3.0rem;
	}
	.sec03_area .ttl p {
		margin: 0 0 0 10px;
		width: 120px;
	}
	.sec03_area h4 {
		font-size: 1.5rem;
		line-height: 1.6;
		padding-left: 56px;
		display: table;
		margin: 20px 20px;
	}
	.sec03_area h4 br {
		display: none;
	}
	.sec03_area h4.icon1 {
		background: url("image/sec03_img1.png") left center no-repeat;
		background-size: 44px 44px;
	}
	.sec03_area h4.icon2 {
		background: url("image/sec03_img2.png") left center no-repeat;
		background-size: 44px 44px;
	}
	.sec03_note {
		margin: 0 10px;
		padding: 0 16px 16px;
	}
	.sec03_note h5 {
		padding: 8px 40px 10px;
		font-size: 1.6rem;
	}
	.sec03_note li {
		background: url("image/sec03_img3.png") left center no-repeat;
		background-size: 18px 17px;
		padding-left: 24px;
		font-size: 1.5rem;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	.sec03_note li:last-child {
		margin-bottom: 0;
	}
}

/* matome3
--------------------------------------------------------*/
.matome3_wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
}
.matome3_right {
	width: 55%;
	margin: 0 0 0 auto;
}
@media screen and (max-width: 970px) { /*---------------------------SP----- */
	.matome3_right {
		width: 40%;
	}
}
.matome3_wrap h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.0rem;
	color: #fff;
	line-height: 1.6;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.matome3_wrap p {
	color: #fff;
}
.matome3_wrap p.kome {
	font-size: 1.4rem;
}
.matome3img {
		min-width: 380px;
	width: 40%;
	position: absolute;
	bottom: -40px;
	left: 0;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.matome3 {
		padding-bottom: 0!important;
	}
	.matome3_wrap {
		max-width: 100%;
		padding: 0;
	}
	.matome3_right {
		width: 100%;
	}
	.matome3_wrap h2 {
		font-size: 2.0rem;
		line-height: 1.4;
		margin: 10px 0 10px;
		text-align: center;
	}
	.matome3_wrap p.kome {
		display: none;
	}
	.matome3img {
		min-width: auto;
	width: 100%;
		position: static;
		margin-top: 20px;
	}
}


/* sec4
--------------------------------------------------------*/
.sec4 {
	background: url("image/sec04_ttl.png") center top 170px no-repeat, url("image/sec04_bg1.png") top right no-repeat, url("image/sec04_bg2.png") bottom left no-repeat;
	background-color: #F3F5FB;
	padding: 100px 30px 100px;
}
.sec4_wrap {
	max-width: 1100px;
	margin: 0 auto;
}
.sec4 h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 4.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.7;
}
.sec4 h2 img {
	width: 338px;
	margin: 0 auto;
}
.sec4 h2 span {
	font-size: 3.3rem;
}
.sec4_exp {
	text-align: center;
	display: table;
    margin: 0 auto 30px;
	padding: 0 1em;
	font-size: 1.4rem;
}
.sec4 ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.sec4 li {
	width: calc( 100% / 3 - 20px );
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.7);
	padding: 14px;
	cursor: pointer;
}
.sec4 li:hover {
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid #D90412;
}
.sec4 li h3 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 10px 0 0;
	text-align: center;
	line-height: 1.4;
}
.modal { /* モーダルの基本デザイン */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0; /* 初期状態は透明 */
    visibility: hidden; /* 非表示 */
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.modal.active { /* モーダルがアクティブなとき（フェードイン） */
    opacity: 1;
    visibility: visible;
}
.modal-content { /* モーダルの中身 */
	background: url("image/sec04_ttl.png") -60px 30px no-repeat #fff;
	background-size: 280px auto;
	padding: 50px;
    border-radius: 2px;
    width: 50%;
    max-width: 600px;
    text-align: center;
    position: relative;
    transform: scale(0.9); /* 初期状態で少し縮小 */
    transition: transform 0.3s ease-in-out;
}
.modal.active .modal-content { /* モーダルがアクティブなとき（拡大アニメーション） */
    transform: scale(1);
}
.close { /* 閉じるボタン */
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
}
.modal-content h3 {
	font-size: 1.6rem;
	margin-bottom: 1.4em;
	padding-bottom: 10px;
	border-bottom: 1px solid #D90412;
	line-height: 1.4;
}
.modal-content p {
	text-align: justify;
}


/* Google口コミ */
.reviews-container {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 400px; /* 高さを固定 */
  overflow-y: auto; /* 内部スクロール可能に */
}
.reviews-container h3 {
	text-align: center;
	background-color: #F1F1F1;
	font-size: 1.6rem;
}
.review {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.review:last-child {
  border-bottom: none;
}
.reviewer-name {
  font-weight: bold;
}
.rating {
  color: #FFD700; /* 星の色 */
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0;
}
.review-text {
  color: #555;
}
.review_link {
  max-width: 700px;
  margin: 0 auto;
	text-align: right;
}
.review_link a {
	font-size: 1.5rem;
	margin-top: 10px;
	color: #000;
}
.from {
	font-size: 0.8em;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.sec4 {
		background: url("image/sec04_ttl.png") center top 90px no-repeat, url("image/sec04_bg1.png") top right no-repeat, url("image/sec04_bg2.png") bottom left no-repeat;
		background-size: 90% auto, 30%, 30%;
		background-color: #F3F5FB;
		padding: 60px 20px 60px;
	}
	.sec4_wrap {
		max-width: 100%;
	}
	.sec4 h2 {
		font-size: 3.6rem;
		margin-bottom: 0;
		line-height: 1.5;
	}
	.sec4 h2 img {
		width: 180px;
	}
	.sec4 ul {
		display: block;
	}
	.sec4 li {
		width: 100%;
		border: 1px solid #D90412;
		margin-bottom: 20px;
	}
	.sec4 li:last-child {
		margin-bottom: 0;
	}
	.sec4 li h3 {
		font-size: 1.5rem;
	}
	.modal-content { /* モーダルの中身 */
		padding: 30px;
		width: 100%;
		max-width: 94%;
		text-align: center;
		position: relative;
		transform: scale(0.9); /* 初期状態で少し縮小 */
		transition: transform 0.3s ease-in-out;
	}
	.modal.active .modal-content { /* モーダルがアクティブなとき（拡大アニメーション） */
		transform: scale(1);
	}
	.close { /* 閉じるボタン */
		position: absolute;
		top: 10px;
		right: 20px;
		font-size: 30px;
		cursor: pointer;
	}
	.modal-content h3 {
		font-size: 1.6rem;
		margin-bottom: 1.4em;
		padding-bottom: 10px;
		border-bottom: 1px solid #D90412;
		line-height: 1.4;
	}
	.modal-content p {
		text-align: justify;
	}
}


/* sec5
--------------------------------------------------------*/
.sec5 {
	background: url("image/sec05_ttl.png") center top 120px no-repeat, url("image/sec05_bg.png") top center no-repeat;
	background-size: auto, cover;
	padding: 100px 30px 100px;
}
.sec5_wrap {
	max-width: 1100px;
	margin: 0 auto;
}
.sec5 h2 {
	max-width: 544px;
	margin: 0 auto 100px;
}
.sec5_area {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	margin-bottom: 30px;
}
.sec5_area:last-child {
	margin-bottom: 0;
}
.sec5_area h3 {
	font-size: 2.8rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	padding: 20px 20px 20px 120px;
}
.sec5_area h3.no1 {
	background: url("image/sec05_no1.png") left 10px center no-repeat;
	background-color: #D90412;
}
.sec5_area h3.no2 {
	background: url("image/sec05_no2.png") left 10px center no-repeat;
	background-color: #D90412;
}
.sec5_area h3.no3 {
	background: url("image/sec05_no3.png") left 10px center no-repeat;
	background-color: #D90412;
}
.sec5_area h3 strong {
	font-family: "Roboto", serif;
	font-size: 4.0rem;
}
.sec5_area .img1 {
	max-width: 875px;
	margin: 0 auto 20px;
	padding: 40px 20px 0;
}
.sec5_area .img2 {
	max-width: 940px;
	margin: 0 auto;
	padding: 40px 20px 0;
}
.sec5_area .img3 {
	max-width: 760px;
	margin: 0 auto;
	padding: 40px 20px 0;
}
.sec5_area .kome {
	color: #636363;
	text-align: center;
	font-size: 1.4rem;
	margin: 0;
}
.sec5_area .txt {
	max-width: 890px;
	margin: 40px auto 0;
	padding: 0 20px 40px;
}
.sec5_area .txt a {
	word-break: break-all;
}
.sec5_aco { /* アコーディオンの内容を初期状態で非表示（高さ0） */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out, opacity 0.3s ease-in-out;
    padding: 0 15px;
    opacity: 0;
}
.sec5_aco.active { /* アコーディオンを開いたとき */
    opacity: 1;
}
.sec5_area h3 { /* アコーディオンのタイトル（h3） */
    cursor: pointer;
    position: relative;
    padding-right: 80px; /* 矢印スペース確保 */
}
.sec5_area h3::after { /* 矢印アイコン（デフォルトは下向き） */
    content: "▼";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    transition: transform 0.3s ease-in-out;
}
.sec5_area h3.active::after { /* アクティブ時の矢印（上向き） */
    content: "▲";
    transform: translateY(-50%);
}



@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.sec5 {
		background: url("image/sec05_ttl.png") center top 10px no-repeat, url("image/sec05_bg.png") top center no-repeat;
		background-size: 90% auto, cover;
		padding: 60px 20px 60px;
	}
	.sec5_wrap {
		max-width: 100%;
	}
	.sec5 h2 {
		max-width: 310px;
		margin: 0 auto 40px;
	}
	.sec5_area {
		margin-bottom: 20px;
	}
	.sec5_area h3 {
		font-size: 1.6rem;
		line-height: 1.4;
		padding: 10px 20px 12px 66px;
	}
	.sec5_area h3.no1 {
		background: url("image/sec05_no1.png") left 10px center no-repeat;
		background-color: #D90412;
		background-size: 50px auto;
	}
	.sec5_area h3.no2 {
		background: url("image/sec05_no2.png") left 10px center no-repeat;
		background-color: #D90412;
		background-size: 50px auto;
	}
	.sec5_area h3.no3 {
		background: url("image/sec05_no3.png") left 10px center no-repeat;
		background-color: #D90412;
		background-size: 50px auto;
	}
	.sec5_area h3 strong {
		font-size: 2.0rem;
	}
	.sec5_area .img1 {
		max-width: 100%;
		margin: 0 20px 20px;
		padding: 20px 0 0;
	}
	.sec5_area .img2 {
		max-width: 100%;
		margin: 0 20px;
		padding: 20px 0 0;
	}
	.sec5_area .img3 {
		max-width: 100%;
		margin: 0 20px;
		padding: 20px 0 0;
	}
	.sec5_area .kome {
		font-size: 1.2rem;
		line-height: 1.4;
		margin: 0 20px;
	}
	.sec5_area .txt {
		max-width: 100%;
		margin: 20px 20px 0;
		padding: 0 0 20px;
	}
	.sec5_area h3 { /* アコーディオンのタイトル（h3） */
		padding-right: 40px; /* 矢印スペース確保 */
	}
	.sec5_area h3::after { /* 矢印アイコン（デフォルトは下向き） */
		right: 12px;
		font-size: 16px;
	}
}


/* sec6
--------------------------------------------------------*/
.sec6 {
	background: url("image/sec06_bg.png") left top no-repeat;
	padding: 140px 30px;
}
.sec6_wrap {
	max-width: 900px;
	margin: 0 auto;
	border: 1px solid #ccc;
	padding: 50px;
	background-color: #fff;
}
.sec6 h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 20px;
}
.sec6 table {
	width: 100%;
	margin: 0 auto 30px;
}
.sec6 th {
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #D90313;
	padding: 20px 20px 10px;
}
.sec6 td {
	border-bottom: 1px solid #ddd;
	padding: 20px 20px 10px;
}
.sec6 h3 {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #F2F5FA;
}
.sec6 p.img {
	max-width: 400px;
	margin: 0 auto 30px;
}
.sec6 p {
	text-align: justify;
}
.sec6 h4 {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 30px;
	background-color: #F2F5FA;
}
.sec6 li {
	list-style: disc;
	margin-left: 1.8em;
}
.sec6_aco { /* アコーディオンの内容を初期状態で非表示（高さ0） */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out, opacity 0.3s ease-in-out;
    padding: 0;
    opacity: 0;
}
.sec6_aco.active { /* アコーディオンを開いたとき */
    opacity: 1;
}
.btn_sec6_aco {
	background-color: #D90412;
	color: #fff;
	font-weight: bold;
	display: table;
	margin: 0 auto;
	padding: 15px 54px 15px 44px;
	line-height: 1;
	cursor: pointer;
	border: none;
	outline: none;
	appearance: none;
}
.btn_sec6_aco {
  position: relative;
}
.btn_sec6_aco::after {
	content: url("image/sec01_arrow1.png"); /* 下矢印 */
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	transition: transform 0.3s ease;
}
.btn_sec6_aco.open::after {
	content: url("image/sec01_arrow2.png"); /* 上矢印 */
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.sec6 {
		background: url("image/sec06_bg.png") left top no-repeat;
		background-size: contain;
		max-width: 100%;
		padding: 60px 20px;
	}
	.sec6_wrap {
		padding: 20px;
	}
	.sec6 h2 {
		font-size: 2.6rem;
	}
	.sec6 table {
		margin: 0 auto 10px;
	}
	.sec6 th, .sec6 td {
		display: block
	}
	.sec6 th {
		padding: 0 20px 4px;
	}
	.sec6 td {
		border-bottom: none;
		padding: 10px 20px 30px;
	}
	.sec6 h3 {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	.sec6 p.img {
		max-width: 100%;
		margin: 0 auto 10px;
	}
	.sec6 h4 {
		font-size: 1.6rem;
		margin-bottom: 10px;
		margin-top: 30px;
	}
	.sec6 li {
		list-style: disc;
		margin-left: 1.8em;
	}
	.btn_sec6_aco {
		padding: 16px 44px 16px 34px;
		font-size: 1.4rem;
	}
	.btn_sec6_aco::after {
		font-size: 14px;
	}
}


/* matome4
--------------------------------------------------------*/
.matome4 {
	background: url("image/matome_bg3.png") center center no-repeat, url("image/matome_bg2.png") center top;
	background-size: 192px 156px, contain;
	padding: 40px 40px;
}
.matome4 h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.0rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 30px;
}
.matome4 h2 strong {
	font-size: 4.0rem;
	border-bottom: 2px solid #fff;
	margin: 0 10px;
}
.matome4 h2 span {
	font-size: 5.0rem;
}
.matome4 h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4rem;
	color: #fff;
	line-height: 1.6;
	text-align: center;
}
@media screen and (max-width: 940px) { /*---------------------------SP----- */
	.matome4 h2 {
		font-size: 2.2rem;
	}
	.matome4 h2 strong {
		font-size: 2.5rem;
	}
	.matome4 h3 {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.matome4 {
		background: url("image/matome_bg3.png") center center no-repeat, url("image/matome_bg2.png") center top;
		background-size: 140px auto, contain;
		padding: 30px 20px;
	}
	.matome4 h2 {
		font-size: 1.6rem;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	.matome4 h2 strong {
		font-size: 2.4rem;
		margin: 0 10px 10px;
		display: block;
	}
	.matome4 h2 span {
		font-size: 3.0rem;
	}
	.matome4 h3 {
		font-size: 1.5rem;
		line-height: 1.4;
	}
}

/* sec7
--------------------------------------------------------*/
.sec7 {
	background: url("image/sec07_ttl.png") center  top 54px no-repeat, url("image/sec07_bg.png") center bottom no-repeat;
	background-color: #F3F5FB;
	padding: 160px 30px 80px;
}
.sec7_wrap {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
.sec7 .ttl {
	width: 232px;
	margin: 0 auto 10px;
}
.sec7 h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 4.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin-bottom: 50px;
}
.sec7 h2 strong {
	font-size: 6.0rem;
}
.sec7 .txt {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.sec7 .txt img {
	width: 310px;
	margin: 10px auto;
}
.sec7 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec7 li {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	width: 49%;
	margin-bottom: 20px;
	padding: 18px 24px;
}
.sec7 li h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.0rem;
	font-weight: bold;
	min-height: 64px;
	display: flex;
	align-items: center;
	padding-left: 70px;
	margin-bottom: 10px;
	line-height: 1.4;
}
.sec7 li.no1 {
	background: url("image/sec07_no1.png") left 24px top 12px no-repeat;
	background-color: #fff;
}
.sec7 li.no2 {
	background: url("image/sec07_no2.png") left 24px top 12px no-repeat;
	background-color: #fff;
}
.sec7 li.no3 {
	background: url("image/sec07_no3.png") left 24px top 12px no-repeat;
	background-color: #fff;
}
.sec7 li.no4 {
	background: url("image/sec07_no4.png") left 24px top 12px no-repeat;
	background-color: #fff;
}
.sec7 li.no5 {
	background: url("image/sec07_no5.png") left 24px top 12px no-repeat;
	background-color: #fff;
}
.sec7 li.no6 {
	background: url("image/sec07_no6.png") left 24px top 12px no-repeat;
	background-color: #fff;
}
.arrow {
	width: 60px;
	margin: 30px auto 40px;
}
.sec07_txt {
	width: 64%;
	margin: 0 0 0 auto;
}
.sec07_txt strong {
	color: #004577;
	border-bottom: 1px solid #004577;
}
.sec07_txt .kome {
	font-size: 1.4rem;
	margin-top: 1em;
}
.sec07img {
	position: absolute;
	bottom: -80px;
	left: -30px;
	width: 36%;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.sec7 {
		background: url("image/sec07_ttl.png") center  top 20px no-repeat, url("image/sec07_bg.png") center bottom no-repeat;
		background-size: 90% auto, contain;
		background-color: #F3F5FB;
		padding: 80px 20px 0;
	}
	.sec7_wrap {
		max-width: 100%;
	}
	.sec7 .ttl {
		width: 150px;
		margin: 0 auto 0;
	}
	.sec7 h2 {
		font-size: 2.8rem;
		margin-bottom: 40px;
	}
	.sec7 h2 strong {
		font-size: 5.0rem;
	}
	.sec7 .txt {
		font-size: 1.5rem;
		text-align: justify;
		margin-bottom: 1em;
	}
	.sec7 .txt br {
		display: none;
	}
	.sec7 .txt img {
		width: 240px;
	}
	.sec7 ul {
		display: block;
	}
	.sec7 li {
		width: 100%;
		margin-bottom: 10px;
		padding: 18px 20px;
	}
	.sec7 li h3 {
		font-size: 1.8rem;
	}
	.arrow {
		width: 60px;
		margin: 20px auto 20px;
	}
	.sec07_txt {
		width: 100%;
		margin: 0 0 0 auto;
	}
	.sec07_txt .kome {
		font-size: 1.4rem;
		margin-top: 1em;
	}
	.sec07img {
		position: static;
		width: 60%;
		margin: 20px auto 0;
	}
}


/* form
--------------------------------------------------------*/
.form {
	background: url("image/sec08_ttl.png") center  top 54px no-repeat, url("image/sec08_bg.png") right bottom no-repeat;
		padding: 160px 30px 140px;
}
.form h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 4.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 100px;
}
.form .img {
	max-width: 652px;
	margin: 0 auto 10px;
}
.form .txt {
	background: url("image/sec08_img2.png") center bottom no-repeat;
	text-align: center;
	padding-bottom: 40px;
}
.form .tel {
	max-width: 700px;
	margin: 0 auto 20px;
}
.form .txt2 {
	max-width: 700px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.form .txt2L {
	line-height: 1.5;
	margin-right: 20px;
}
.form .txt2L span {
	font-size: 1.04em;
	font-weight: bold;
}
.form .txt2R {
	position: relative;
    background-color: #D90412; /* 吹き出しの背景色 */
    color: #fff; /* 文字色 */
    padding: 10px 15px;
    border-radius: 4px; /* 角を少し丸める */
    font-weight: bold;
	line-height: 1;
}
/* 吹き出しのヒゲ（三角形） */
.txt2R::before {
    content: "";
    position: absolute;
    left: -10px; /* 吹き出しの左側に配置 */
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #D90412 transparent transparent; /* 背景色と合わせる */
}
.txt_map {
	max-width: 700px;
	margin: 0 auto 2px;
	background-color: #F3F5FB;
	padding: 10px 30px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}
/* マップのレスポンシブ対応 */
.map-container {
    position: relative;
    width: 100%;
	max-width: 700px;
    height: 400px; /* PCの高さ */
    overflow: hidden;
	margin: 0 auto 60px;
}
.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* スマホ（SP）では高さを260pxに */
@media screen and (max-width: 768px) {
    .map-container {
        height: 260px; /* SPの高さ */
    }
}

form#mailformpro {
    max-width: 680px;
    margin: 0 auto;
}
form#mailformpro input, form#mailformpro select {
	width: 100%;
	padding: 10px 14px;
	background-color: #F2F5FA;
	border: none;
}
form#mailformpro textarea {
	width: 100%;
	padding: 10px 14px;
	background-color: #F2F5FA;
	border: none;
}
form#mailformpro .agree {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 30px;
}
form#mailformpro .agree a {
	color: #D90313;
}
form#mailformpro button {
	width: 240px;
	margin: 0 auto;
	padding: 0;
	border: none;
	background-color: transparent;
	display: block;
	cursor: pointer;
}
form#mailformpro button img:hover {
	opacity: 0.7;
	transition: all 0.3s;
}
form#mailformpro input::placeholder, form#mailformpro textarea::placeholder {
	color: #C1C7D0;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.form {
		background: url("image/sec08_ttl.png") center  top 20px no-repeat, url("image/sec08_bg.png") right bottom no-repeat;
		background-size: 60% auto, contain;
			padding: 80px 20px 60px;
	}
	.form h2 {
		font-size: 2.8rem;
		margin-bottom: 50px;
	}
	.form .img {
		max-width: 100%;
		margin: 0 auto 20px;
	}
	.form .txt {
		background: url("image/sec08_img2.png") center bottom no-repeat;
		background-size: 90% auto;
		text-align: justify;
		padding-bottom: 30px;
	}
	.form .txt br {
		display: none;
	}
	.form .tel {
		max-width: 100%;
		margin: 0 auto 20px;
	}
	.form .txt2 {
		display: block;
	}
	.form .txt2L {
		margin-right: 0;
		font-size: 1.4rem;
		text-align: center;
	}
	.form .txt2R {
		padding: 6px 10px;
		font-size: 1.2rem;
		text-align: center;
		margin-top: 10px;
	}
	.txt2R::before {
		content: none;
	}
	.txt_map {
		padding: 6px 10px;
		line-height: 1.4;
		font-size: 1.4rem;
	}
	.map-container {
		margin-bottom: 30px
	}


	form#mailformpro {
		max-width: 100%;
	}
	form#mailformpro .agree {
		margin-bottom: 20px;
		text-align: justify;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	form#mailformpro button {
		max-width: 100%;
		width: 70%;
	}
	form#mailformpro dl {
		margin-bottom: 24px!important;
	}
}




/* footer
--------------------------------------------------------*/
footer {
	background-color: #303030;
	color: #fff;
}
.foot_flex {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
}
.footL {
	width: 50%;
	padding-right: 20px;
}
.footL h2 {
	width: 230px;
	margin-bottom: 35px;
}
.footL p {
	color: #fff;
	line-height: 1.5;
}
.footR {
	width: 50%;
	display: flex;
	justify-content: space-between;
}
.footR h3 {
	font-size: 1.6rem;
	font-weight: normal;
	margin-bottom: 8px;
}
.footR dl {
	width: calc( 100% / 2 - 12px );
}
.footR dt {
    border-bottom: 1px solid #fff;
    padding: 15px 0;
    margin-bottom: 20px;
}
.footR dd {
	margin-bottom: 20px;
	line-height: 1;
}
.footR dd a {
	font-size: 1.4rem;
	color: #fff;
	text-decoration: none;
}
.footR li a:hover {
	text-decoration: underline;
}
.copyright {
    text-align: center;
	color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    padding: 10px 0;
    letter-spacing: 0.1em;
	background-color: #000;
}
.pagetop {
	position: fixed;
	z-index: 99;
	right: 20px;
	bottom: 20px;
	width: 60px;
}
.bnr_right {
	position: fixed;
	z-index: 99;
	right: 0;
	bottom: 160px;
	width: 20%;
	max-width: 250px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.bnr_right02 {
	position: fixed;
	z-index: 99;
	right: 0;
	bottom: 90px;
	width: 20%;
	max-width: 250px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.foot_btn {
	display: none;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	footer {
		padding-bottom: 80px;
	}
	.foot_flex {
		max-width: 100%;
		padding: 40px 30px 20px;
		display: block;
	}
	.footL {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.footL h2 {
		width: 230px;
		margin: 0 auto 30px;
	}
	.footL p {
		text-align: center;
		font-size: 1.2rem;
	}
	.footR {
		width: 100%;
		display: block;
	}
	.footR h3 {
		font-size: 1.4rem;
		margin-bottom: 0;
	}
	.footR dl {
		width: 100%;
		margin-bottom: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footR dt {
		padding: 0 0 4px;
		margin-bottom: 10px;
		width: 100%;
		text-align: center;
	}
	.footR dd {
		margin-right: 30px;
		margin-bottom: 0;
	}
	.footR dd:last-child {
		margin-right: 0;
	}
	.footR dd a {
		font-size: 1.4rem;
	}
	.copyright {
		font-size: 1.0rem;
		padding: 0;
		letter-spacing: 0;
		background-color: transparent;
	}
	.pagetop {
		right: 10px;
		bottom: 80px;
		width: 40px;
	}
	.bnr_right,
	.bnr_right02 {
		display: none;
	}
	.foot_btn {
		background-color: #303030;
		padding: 5px;
		display: flex;
		justify-content: space-between;
		position: fixed;
		z-index: 99;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	/* .foot_btn a {
		width: 32%;
	} */
	.fb1,
	.fb2,
	.fb3 {
		margin: 0 2px;
	}
}


/* サンクスページ
--------------------------------------------------------*/
.thanks {
	max-width: 800px;
	margin: 0 auto 160px;
	padding-top: 140px;
}
.thanks h1 {
	text-align: center;
	border-bottom: 2px solid #D90313;
	font-size: 3.0rem;
	margin-bottom: 60px;
	padding-bottom: 20px;
}
.thanks p {
	text-align: center;
	line-height: 2.0;
	margin-bottom: 1.4em;
}
.thanks_btn a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 320px;
	margin: 60px auto 20px;
	padding: 1rem 1rem;
	font-weight: bold;
	border: 2px solid #D90313;
	color: #D90313;
	transition: 0.5s;
}
.thanks_btn a:hover {
	color: #fff;
	background: #D90313;
}
.thanks_btn2 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 320px;
	margin: auto;
	padding: 1rem 1rem;
	font-weight: bold;
	border: 2px solid #D90313;
	background: #D90313;
	color: #fff;
	transition: 0.5s;
}
.thanks_btn2 a:hover {
	color: #D90313;
	background: #fff;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.thanks {
		max-width: 100%;
		margin: 0 auto 5em;
		padding: 8em 20px 0;
	}
	.thanks h1 {
		font-size: 1.8rem;
		margin-bottom: 40px;
		padding-bottom: 14px;
	}
	.thanks p {
		text-align: justify;
		line-height: 2.0;
		margin-bottom: 1.4em;
	}
	.thanks p br {
		display: none;
	}
	.thanks_btn a {
		width: 84%;
	}
	.thanks_btn2 a {
		width: 84%;
	}
}




/* プライバシーポリシー
--------------------------------------------------------*/
.privacy {
	max-width: 800px;
	margin: 0 auto 160px;
	padding-top: 140px;
}
.privacy h1 {
	text-align: center;
	border-bottom: 2px solid #D90313;
	font-size: 3.0rem;
	margin-bottom: 60px;
	padding-bottom: 20px;
}
.privacy h2 {
	border-bottom: 1px dotted #D90313;
	font-size: 2.0rem;
	line-height: 1;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.privacy p {
	text-align: justify;
	line-height: 2.0;
	margin-bottom: 1.4em;
}
.privacy li {
    padding-left: 1.7rem;
    text-indent: -1.7rem;
	line-height: 1.6;
	margin-bottom: 10px;
	text-align: justify;
}
.link_privacy {
	text-align: center;
	font-size: 15px;
	margin-top: 40px;
}
.link_privacy a {
	font-weight: bold;
	color: #0064AC;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.privacy {
		max-width: 100%;
		margin: 0 auto 5em;
		padding: 8em 20px 0;
	}
	.privacy h1 {
		font-size: 1.8rem;
		margin-bottom: 40px;
		padding-bottom: 14px;
	}
	.privacy h2 {
		font-size: 1.8rem;
		line-height: 1.4;
		margin-top: 50px;
		margin-bottom: 10px;
		padding-bottom: 6px;
	}
	.privacy p {
		line-height: 2.0;
		margin-bottom: 1.4em;
	}
	.link_privacy {
		text-align: center;
		font-size: 14px;
		line-height: 1.6;
	}
}

.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
  }
  .youtube iframe {
	width: 100%;
	height: 100%;
  }

.sec4 .youtubettl {
font-size: 3.5rem;
margin-top: 100px;
}

@media screen and (max-width: 780px) {
	.sec4 .youtubettl {
		font-size: 2.5rem;
		margin-top: 60px;
		}
}

/*------------- 5/3新規追加「オンライン無料説明会」------------- */
.muryo_sodan {
	padding: 100px 0;
	padding-top: 0px;
}

.inner {
	width: 80%;
	margin: 0 auto;
}

.muryo_sodan_txt {
	text-align: center;
	font-size: 25px;
	font-weight: 900;
}
.muryo_sodan_txt_02 {
	font-weight: normal;
}

.txt_color {
	font-weight: 800;
	color: #D90412;
	font-size: 3vw;
}

.muryo_btn {
	margin: 0 auto;
	width: 100%;
	max-width: 700px;
	margin-top: 40px;
	line-height: 1.2;
}

.muryo_btn a {
	/* border-radius: 10px;
	display: block;
	text-decoration: none;
	color: #fff; */
	/* background-color: #D90412; */
	/* padding: 20px;
	padding-top: 10px; */
	/* font-weight: bold;
	font-size: 30px; */
	/* background: linear-gradient(to bottom, #D30311, #8F010A); */
}

.muryo_btn_txt {
	font-size: 18px;
}

.sp_muryo_btn {
	display: none;
}

.muryo_btn a:hover,
.bnr_right a:hover,
.bnr_right02 a:hover{
	opacity: 0.7;
	transition: 0.3s;
}

.tac {
	text-align: center;
}

.br_sp {
	display: block;
}

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

.muryo_sodan {
		padding: 60px 0;
	}

	.muryo_sodan_txt,
	.txt_color {
		font-size: 16px;
	}

	.br_sp {
		display: none;
	}

	.inner {
		width: 100%;
	}

	.muryo_btn_txt {
		font-size: 15px;
	}
	.muryo_btn a {
		line-height: 1.2;
	}

	.muryo_btn {
		display: none;
	}
	.sp_muryo_btn {
		margin-top: 20px;
		display: block;
	}
}

/* ------------- ------------- ------------- ------------- -------------*/
