/*
Theme Name: matsuda_sekkotsuin
Theme URI:
Description:
Author:atGunGun
Author URI:https://at-gungun.com/
Version:7.7
*/
@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
	width: 100% !important;
	color: #493333;
	line-height: 2.2222;
	overflow: hidden;
	font-size: clamp(1.5rem,1.8vw,1.8rem);
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", sans-serif!important;
	background: #F7F4ED;
	font-weight:400;
}

.maru{
	font-family: "Zen Maru Gothic", sans-serif!important;
}

.en{
	font-family: "Open Sans", sans-serif!important;
}

/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: blue;
}
.red{
	color: #A02A20;
}
.green{
	color: green;
}
.yellow{
	color: #FDC34E;
}
.black{
	color: #493333;
}
.orange{
	color: #EA8721!important;
}
.brown{
	color: #431C06;
}
.pink{
	color: #F0B2B2;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: linear-gradient(to right, #165888 , #172D6B);
}
.bgbla{
	background:#493333;
}
.bgred{
	background: #A02A20;
}
.bggre{
	background: green;
}
.bgyel{
	background: #FDC34E;
}
.bgora{
	background: #EA8721;
}
.bgbro{
	background: #431C06;
}

/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #493333;
}

a:visited {
	color: #493333;
}

a:active {
	color: #493333;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

:has( > .lista){
	position: relative;
}

.lista{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
}

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc,.pc2 {
	display: block;
}

.sp,.sp2, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
	padding: 0 2.625%;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: .4s;
	background: #431C06;
	height: 130px;
}

header.headerScroll{height: 100px;}

.hLogo{
	max-width: 273px;
	width: 20%;
}


.logo a:hover img {
	opacity: 1;
}

.headerTel {
	margin: 0 0 0 0;
	padding: 0px 0 0;
	font-weight: 900;
}

.off_img{
	display:block;
}

.on_img{
	display:none;
}

.headerScroll .off_img{
	display:none;
}

.headerScroll .on_img{
	display:block;
}

/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
	border-collapse: separate;
}



/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/

.pc_nav{
	width: 78%;
	display: flex;
	max-width: 1238px;
	align-items: center;
	justify-content: flex-end;
}

.nav_list1{
	display: flex;
	justify-content: flex-end;
	max-width: 798px;
	width: 65%;
}

.nav_list1 li {
	margin-left:auto;
}

.nav_list1 li:first-child{
	margin:0;
}

.nav_list1 a {
	display: block;
	text-decoration: none;
	font-size: 2rem;
	line-height: 1.45;
	color:#fff;
	font-weight: 600;
}


.sns_list{
	display:flex;
	justify-content:space-between;
	max-width:76px;
	width: 9%;
	margin-left: auto;
}

.sns_list li{
	width: 45%;
}

.hd_link{
	display:flex;
	max-width: 400px;
	width: 33%;
	margin-left: auto;
}

.hd_link_btn1{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:100%;
	height: 90px;
	font-size:1.4rem;
	font-weight: 500;
	line-height:2;
	transition: .4s;
	background: #fff;
	padding: 0 10%;
	border-radius: 20px;
}

.hd_link_btn1.bgwh:hover{
	background: #dadada;
	opacity:1;
}


/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	width: 100%;
	margin: 130px auto 0;
	background: url(./img/top/bg_mv.jpg)no-repeat;
	background-size: cover;
	position:relative;
	height: 49.4799vw;
}

#cover .img{
	position:absolute;
	bottom:0;
	right:0;
	width: 52.709%;
}

#cover .img img{
	width:100%;
	height:100%;
}

.cov-div{
	max-width:881px;
	width: 46%;
	padding: 2.448% 2.6048% 3.125%;
	position: absolute;
	top: 0;
	left: 6.25%;
}

.ami{
	background:url(./img/common/ami.png) #fff;
}

.cov-div .top .title1{
	font-size: 5.9rem;
	line-height: 1.455;
	font-weight:700;
	font-size: clamp(2.4rem,3.1vw,5.9rem);
	white-space: nowrap;
	position: relative;
	z-index:1;
	margin-bottom: 3.458%;
	text-align:center;
}

.cov-div .top .title1:before{
	position:absolute;
	content:"";
	height: 21.76%;
	width:100%;
	background:#FFE4AF;
	left:0;
	bottom:0;
	z-index:-1;
}

.cov-div .top .title1 .mid{
	font-size: 7.2rem;
	font-size: clamp(2.6rem,3.8vw,7.2rem);
}

.cov-div .top .title1 .big{
	font-size: 7.9rem;
	font-size: clamp(3rem,4.2vw,7.9rem);
}

.cov-div .top .text1{
	font-size: 5.1rem;
	line-height: 1.45;
	font-weight:700;
	font-size: clamp(2.4rem,2.7vw,5.1rem);
	text-align:center;
	border-bottom: 2px dashed #493333;
	margin-bottom: 3.458%;
}

.cov-div .bot{
	max-width:722px;
	margin:0 auto 0;
	width: 93%;
}

.cov-div .bot .text1{
	font-size: 4.5rem;
	line-height: 1.4444;
	font-weight:700;
	font-size: clamp(2.4rem,2.4vw,4.5rem);
	margin-bottom:8px;
}

.cov-div .bot .text2{
	font-size: 3.8rem;
	line-height: 1.44;
	font-weight:700;
	font-size: clamp(2rem,2vw,3.8rem);
	padding:8px;
	max-width:618px;
	background:#F0EDE2;
	border-radius:36px;
	margin: 4.156% auto 0;
	text-align: center;
}

/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
	margin: 0px auto 0;
}

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

.inner{
	width: 95%;
	max-width: 1440px;
	margin: 0 auto;
}

.mainTit{
	font-size: 4rem;
	line-height: 1.45;
	font-weight:900;
	font-size: clamp(3rem,4vw,4rem);
}

.mainTit .big{
	font-size: 6rem;
	font-size: clamp(4rem,5vw,6rem);
}

.mainTit .en_tit{
	font-size: 1.8rem;
	line-height: 1.333;
	font-weight:700;
	font-size: clamp(1.6rem,2vw,1.8rem);
	display:block;
	margin-top:4px;
}

.mainTit2{
	font-size: 1.8rem;
	line-height: 1;
	font-weight:500;
	font-size: clamp(1.6rem,4vw,1.8rem);
}

.mainTit2 span{

}

.subTit{
	font-size: 2.4rem;
	line-height:1.2;
	font-weight:700;
	font-size: clamp(2rem,4vw,2.4rem);
}

.content01{
	padding: 7.813% 0 2.6048%;
}


.content01 .flex{
	align-items:center;
}

.content01 .flex .img{
	max-width:680px;
	width:48%;
}

.content01 .flex .img img{
	border-radius: 1.041vw 8.334vw 1.041vw 1.041vw;
}

.content01 .flex .text_area{
	max-width:680px;
	width:48%;
}

.content01 .flex .text_area .text1{
	margin-top: 5.884%;
}


.content01 a.btn1{
	margin-top: 11.03%;
}

a.btn1{
	display:flex;
	align-items:center;
	position:relative;
	color:#EA8721;
	line-height:1.45;
	font-weight:700;
	font-size: clamp(1.6rem,2vw,2rem);
	max-width: max-content;
	width: 100%;
	transition:.4s;
}

.btn1:before{
	content:"";
	width:69px;
	height:69px;
	margin-right:30px;
	background:url(./img/common/arrow1_ora.svg)no-repeat;
	background-size:contain;
	transition:.4s;
}

.btn1:hover:before{
	margin-right:20px;
	margin-left:10px;
}

.content02{
	padding: 4.167% 0 3.646%;
}

.mainTit.cen{
	text-align:center;
}

.co2_div{
	background:#fff;
	margin: 2.778% auto 24px;
	padding: 4.862% 2%;
	border-radius:20px;
	border:1px solid #B7B7B7;
	margin: 40px auto 24px;
}

.day_tb{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

.day_tb tr{
}

.day_tb th{
	font-size: 2.8rem;
	line-height:1.428;
	font-weight:500;
	font-size: clamp(1.4rem,2.1vw,2.8rem);
}

.day_tb th img{padding-bottom: 6px;padding-right: 6px;}

.day_tb td{
	
}


.day_tb th,
.day_tb td{
	width: 11%;
	border-top:1px solid #B7B7B7;
	padding:35px 0;
	text-align:center;
}

.day_tb th:first-child,
.day_tb td:first-child{
	width: 13%;
}

.day_tb tr:first-child th{
	border-top:none;
	padding-top: 0;
	font-weight: 700;
}

.day_tb tr:last-child th,
.day_tb tr:last-child td{
	padding-bottom:0;
}

.content03{
	padding: 80px 0;
}

.content03 .inner{
	max-width:1680px;
}

.co3_div{
	padding:80px 0 90px;
	border-radius: 40px;
}

.co3_list1{
	display:flex;
	max-width:1440px;
	margin: 5.953% auto 0;
	justify-content: space-between;
	width: 95%;
}

.co3_list1 li{
	max-width:430px;
	width:32%;
	position:relative;
}

.co3_list1 li .num{
	position:absolute;
	font-size: clamp(4rem,6vw,9rem);
	font-weight:700;
	line-height: 122px;
	top: -9.476%;
	left: -5.35%;
}

.co3_list1 li .title1{
	margin: 9.305% 0 5.585%;
	font-size: 2.8rem;
	line-height:1.428;
	font-weight:700;
	font-size: clamp(2.2rem,2.8vw,2.8rem);
}

.content04{
	padding:80px 0;
}

.content04 .text{
	margin:40px 0 60px;
	font-size: 2.8rem;
	line-height:1.428;
	font-weight:700;
	font-size: clamp(1.8rem,2.5vw,2.6rem);
}

.menu_list1{
	display:flex;
	flex-wrap:wrap;
	margin-top: -7%;
}

.menu_list1 li{
	width: 22.362%;
	margin-top: 7%;
	margin-right: 3.5173333%;
}

.menu_list1 li:nth-child(4n+4){
	margin-right:0;
}

.menu_list1 li .img{
	width:100%;
	height: 16vw;
	max-height:225px;
	margin-bottom: 13.5%;
}

.menu_list1 li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius: 2.0839vw;
}

.menu_list1 li .btn2{
	margin:0 auto;
	padding: 0 15%;
	min-height: 69px;
	height: initial;
}

.btn2{
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:281px;
	height:69px;
	width:100%;
	border-radius: 80px;
	font-size: 2rem;
	line-height:1.45;
	font-weight:700;
	font-size: clamp(1.5rem,1.6vw,2rem);
	position:relative;
	transition:.4s;
}

.btn2:before{
	position:absolute;
	content:"";
	width: 28px;
	height: 7px;
	background:url(./img/common/arrow2_bla.svg)no-repeat;
	background-size:contain;
	right: 8%;
	top:0;
	bottom:0;
	margin:auto;
	transition:.4s;
}

.btn2:hover:before{
	right: 4%;
}

.content04 .btn1{
	margin: 7% auto 0;
}

.content05{
	padding: 80px 0 8.3334%;
}


.content05 .flex{
	align-items:center;
}

.content05 .flex .img{
	max-width:680px;
	width:48%;
}


.content05 .flex .img img{
	border-radius: 8.334vw 1.041vw 1.041vw 1.041vw;
}

.content05 .flex .text_area{
	max-width:680px;
	width:48%;
}

.content05 .flex .text_area .text1{
	margin-top: 5.884%;
}

.content05 a.btn1{
	margin-top: 11.03%;
}

.top_flex_area{
	padding: 5.2088% 0;
}

.top_flex_area .inner{
	display:flex;
	justify-content:space-between;
}

.content06{
	max-width:630px;
	width: 46%;
}

.content06 .news_list1{
	margin: 20px 0 12.7%;
}

.news_list1 li{
	display:flex;
	align-items:center;
	padding: 35px 0;
	border-bottom:1px dashed #B7B7B7;
	padding-right: 30px;
	position: relative;
	transition:.4s;
}

.news_list1 li:before{
    position: absolute;
    content: "";
    width: 28px;
    height: 7px;
    background: url(./img/common/arrow2_gray.svg) no-repeat;
    background-size: contain;
    right: 0%;
    top: 0;
    bottom: 0;
    margin: auto;
	transition:.4s;
}

.news_list1 li:hover{
	opacity:0.7;
}

.news_list1 li:hover:before{
	right:-2%;
}



.news_list1 li .date{
	font-size:1.6rem;
	margin-right: 15.756%;
	flex-shrink:0;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-weight: 400;
}

.news_list1 li .title{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width:100%;
  letter-spacing: 0.05em;
  line-height: 1.444;
}

.content07{
	max-width:720px;
	width: 52%;
}

.content07 .btn1{
	margin: 7% 0 0 auto;
}

.voice_list li{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:40px;
	transition:.4s;
}

.voice_list li:hover{
	opacity:0.7;
}

.voice_list li .img{
	max-width:322px;
	width: 48%;
	height:20vw;
	max-height:225px;
}

.voice_list li .img img{
	border-radius:40px;
	width:100%;
	height:100%;
	border:1px solid #707070;
	object-fit:cover;
}

.voice_list li .text_area{
	max-width:357px;
	width: 50%;
}


.voice_list li .text_area .title{
	font-size: 2.8rem;
	line-height:1.428;
	font-weight:700;
	font-size: clamp(1.8rem,3vw,2.8rem);
}

.voice_list li .text_area .text1{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin: 5.606% 0;
}

.voice_list li .text_area .text2{
	font-size:1.6rem;
	letter-spacing:0.05em;
	text-align:right;
}

.map{
	width:100%;
	max-height:563px;
	height:50vw;
}

.map iframe{
	width:100%;
	height:100%;
}

.content08{
	padding:80px 0;
}

.content08 .mainTit{
	margin:0 auto 40px;
}

.content08 .btn1{
	margin:40px auto 0;
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
	margin: 0px auto 0;
	padding: 90px 0 0;
	background: #431D06;
	color: #fff;
}

footer .flex .left{
	max-width:436px;
	width: 42%;
}

footer .flex .right{
	max-width:720px;
	width: 55%;
	display:flex;
	justify-content:space-between;
	align-items: flex-end;
}

footer .logo {
	max-width:216px;
	width:100%;
	margin-bottom:27px;
}

.addp1{
	line-height:1.8333;
	font-weight:500;
}

a.tel_btn1{
	display:flex;
	align-items: center;
	color:#ffff;
	font-size: 3.6rem;
	line-height:1.4444;
	font-weight:700;
	font-size: clamp(1.8rem,3vw,3.6rem);
	margin:16px 0 26px;
}

a.tel_btn1 span.orange{
	font-size: 2rem;
	line-height:1.45;
	font-weight:700;
	font-size: clamp(1.4rem,2vw,2rem);
	margin-left:9px;
}

a.tel_btn1 img{
	margin-right:12px;
}

.ft_tel li{
	margin-bottom: 28px;
}

.ft_tel li:last-child{
	margin-bottom:0px;
}

.ft_tel a{
	color:#fff;
	font-size: 2rem;
	line-height:1.45;
	font-weight:700;
	font-size: clamp(1.5rem,2vw,2rem);
}

.ft_div{
	max-width:375px;
	width: 65%;
}

.ft_div .img{
	display:flex;
	margin-left:auto;
	max-width:147px;
	width:100%;
	margin-bottom: 35px;
}

.btn3{
	display:flex;
	align-items:center;
	justify-content:center;
	height:69px;
	width:100%;
	border-radius:20px;
	font-size: 2rem;
	line-height:1.45;
	font-weight:700;
	font-size: clamp(1.6rem,2vw,2rem);
	margin-top: 17px;
	transition:.4s;
}

.btn3 img{
	margin-right:8px;
}

.copyright {
	color: #fff;
	text-align: center;
	padding: 16px 0;
	margin: 80px auto 0;
	font-size: 1.2rem;
	border-top: 1px solid #fff;
}



/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- パンくず ---*/

.pankuzu {
    width: 95%;
    margin: 0 auto;
    font-size: 18px;
    padding: 30px 0 0;
    max-width: 1440px;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    margin: 0 10px 0 0;
}

/*--- ページトップ ---*/
#pageTop {
	position: fixed;
	bottom: 200px;
	right: 25px;
	z-index: 9999;
}


/* -- お問い合わせ -- */

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 200px;
	margin: 0 0 0 10px;
	float: left;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 410px;
	margin: 20px auto;
}

.contact_tb td span {
	margin: 9px 0 0;
	display: block;
}

.clearForm,
.clearForm2,
.toHome {
	width: 200px;
	padding: 15px 5px;
	cursor: pointer;
	outline: 0;
	background: #555;
	color: #fff !important;
	font-size: 100%;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

.clearForm:hover,
.clearForm2:hover,
.toHome:hover {
	background: #777;
	color: #FFF;
}

.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}


#zip1, #zip2 {
	width: 150px;
}

#city, #pref, #add {
	width: 580px;
	margin: 2px 0 0 10px;
}

#add {
    margin: 2px 0 0 40px;
}

textarea {
	padding: 10px 5px;
	height: 250px;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select{
	height: 60px;
	padding: 5px;
	width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select,
option {
	border: 1px solid #CCC;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}

.contact_tb {
	width: 1000px;
	margin: 0 auto;
}

.contact_tb th {
	width: 250px;
	text-align: left;
	position: relative;
	line-height: 1.4;
}

.contact_tb th, .contact_tb td {
	padding: 13px 10px 10px 20px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.contact_tb th em {
	background: #F00;
	color: #FFFFFF;
	padding: 2px 5px;
	margin-left: 5px;
	right: 10px;
	font-size: 85.714%;
}


/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 40px !important;
}

.zip2formError {
	left: 220px !important;
}

.prefformError, .cityformError, .addformError {
	top: 0 !important;
	left: 80px !important;
}

.zip1 label {
	position: relative;
}




/* wordpress 記事 */
.detail_area img{
	margin-bottom:24px;
	width: revert-layer;
}

.detail_area p:has(img){
	margin:0;
}


.alignright{
	margin-left:auto;
	display:block;
}


.aligncenter{
	margin-left: auto;
	margin-right: auto;
	display:block;
}


.detail_area{
	margin-bottom:40px;
}


.detail_area p{
	margin-bottom:24px;
}

.detail_area h2{
	margin-bottom:24px;
	font-size: clamp(2.4rem,3vw,3.2rem);
	padding-left: 1rem;
}

.detail_area h3{
	margin-bottom:24px;
	font-size: clamp(1.8rem,2.3vw,2.4rem);	
	padding-left: 1rem;
}

.detail_area h4{
	margin-bottom:24px;
	font-size: clamp(1.6rem,2.3vw,1.8rem);
	padding-left: 1rem;
}

/* article */
#cover2{
	margin-top: 130px;
	width: 100%;
	height: 475px;
	background: url(./img/common/art_mv.jpg)no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cov2-div{
	height:290px;
	max-width:881px;
	width: 90%;
	margin:0 auto;
	text-align:center;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.cov2-div .title{
	font-size: clamp(3rem,5vw,5rem);
	line-height:1.44;
	font-weight:700;
}


.cov2-div .text{
	margin-top:12px;
	font-size: clamp(1.8rem,2.4vw,2rem);
	line-height:1.45;
	font-weight:700;
}

.first01{
	padding:100px 0 0;
}

.first01 .flex{
	align-items: flex-start;
}

.first01 .flex .text_area{
	max-width:666px;
	width: 48%;
	padding-bottom: 20px;
}

.first01 .flex .img_area{
	max-width:720px;
	width: 50%;
	position:relative;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.ft35{
	font-size: clamp(2rem,2.6vw,3.5rem);
	line-height:1.45;
	font-weight:700;
}

.first01 .flex .text_area .title1{
	margin: 8% 0 0px;
}

.first01 .flex .text_area .text1{
	margin:17px auto 0;
}


.first01 .flex .img_area .img1{
	position:absolute;
	top: 0;
	left: 0;
	max-width: 316px;
	width: 44%;
}

.first01 .flex .img_area .img1 img{
	filter: drop-shadow(3px 3px 10px #00000021);
}

.first01 .flex .img_area .img2{width: 60%;}

.first01 .mainTit .en_tit{
	margin-top:20px;
}

.first02{
	padding: 8.334% 0 6.771%;
}

.first02 .flex{
	align-items:center;
	max-width:1320px;
	width:100%;
}

.first02 .flex .img img {
    border-radius: 1.041vw 8.334vw 1.041vw 1.041vw;
}

.first02 .flex .img {
	max-width:680px;
	width: 52%;
}

.first02 .flex .text_area{
	max-width:560px;
	position:relative;
	width: 46%;
}

.first02 .mainTit .en_tit{
	margin-top:20px;
}

.first02 .flex .text_area .text1{
	margin-top: 7.145%;
}

.first03{
	padding: 5.2085% 0 10.417%;
}

.first03_list{
	max-width:1920px;
	width:100%;
	margin: 8.8549% auto 0;
}

.first03_list li{
	display:flex;
	max-width:1680px;
	width:97.5%;
	justify-content: space-between;
	margin-top: 5.209%;
}

.first03_list li:nth-child(2n){
	margin-left:auto;
	flex-direction:row-reverse;
}


.first03_list li:nth-child(2n) .img img{
    border-radius: 2.09vw  0 0 2.09vw;
}

.first03_list li .img{
	max-width:873px;
	width: 52%;
}

.first03_list li .img img {
    border-radius: 0 2.09vw 2.09vw 0;
}


.first03_list li .text_area{
	max-width:666px;
	width: 46%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index:1;
}

.first03_list li .text_area .title1{
	font-size: clamp(2.4rem,2.8vw,4rem);
	line-height:1.45;
	font-weight:700;
}

.first03_list li .text_area .text1{
	margin-top: 5.708%;
}


.first03_list li .text_area .btn1{
	margin-top: 9.46%;
}

.first03_list li .text_area .num{
	position:absolute;
	bottom: 0;
	right: 0;
	font-size: clamp(5rem, 10vw, 17.8rem);
	line-height: 1.45;
	font-weight: 700;
	color:#E3E0D8;
	z-index:-1;
}

.first04{
	background:#fff;
	padding: 8.8548% 0;
}

.flow_list1{
	margin-top: 6.25%;
}

.flow_list1 li{
	display:flex;
	align-items:center;
	background:#F7F4ED;
	margin-bottom:55px;
	padding: 3.125%;
	position:relative;
}

.flow_list1 li:last-child{
	margin:0;
}

.flow_list1 li:before{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	border-top: 22px solid #493333;
	border-bottom: 0;
	left:0;
	right:0;
	bottom:-40px;
	margin:auto;
}

.flow_list1 li:last-child:before{
	display:none;
}

.flow_list1 li .step{
	background:#493333;
	color:#fff;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	border-radius:35px;
	width:155px;
	height:155px;
	margin-right: 3.186%;
	flex-shrink: 0;
}

.flow_list1 li .step .text1{
	font-size: clamp(1.6rem,2.4vw,2rem);
	line-height:1.45;
	font-weight:700;
}

.flow_list1 li .step .text2{
	font-size: clamp(3rem,4vw,6rem);
	line-height:1.2;
	font-weight:700;
}

.flow_list1 li .text_area{
	width: 100%;
}

.flow_list1 li .text_area .title1{
	font-size: clamp(2.4rem,3vw,4rem);
	line-height:1.45;
	font-weight:700;
}

.flow_list1 li .text_area .text1{
	margin-top:15px;
}

.about01{
	padding: 7.032% 0 4.4278%;
}

.about01_list1{
	margin-top: 5%;
}

.about01_list1 li{
	display:flex;
	padding:34px 0;
	border-bottom:1px solid #B7B7B7;
	justify-content:space-between;
	font-size: clamp(1.6rem,2.4vw,2rem);
	line-height:1.45;
	font-weight:700;
	letter-spacing:0.05em;
}

.about01_list1 li:first-child{
	border-top:1px solid #B7B7B7
}


.about01_list1 li a{
	text-decoration:underline;
}

.about01_list1 li .left{
	width: 13%;
}

.about01_list1 li .right{
	width: 87%;
}


.about01_list2{
	display:flex;
	justify-content:space-between;
	margin-top: 5.834%;
}

.about01_list2 li{
	width:32%;
	max-width:442px;
}

.content02.about02{
	padding-bottom: 8.594%;
}

.about03{
	background:#FFFFFF;
	padding: 6.511% 0 7.292%;
}

.about03 .top{
	margin: 3.681% auto 9.028%;
}


.about03 .top .about03_div1{
	background:#F7F4ED;
	padding: 3.125% 3.125% 2.778%;
	margin-bottom: 25px;
}

.about03 .top .about03_div1 .about03_div11{
	display:flex;
	align-items:center;
	margin-bottom:25px;
}

.about03 .top .about03_div1 .about03_div11 .text1{
	background:#493333;
	color:#fff;
	font-size: clamp(1.6rem,2.4vw,2rem);
	line-height:1.45;
	font-weight:700;
	padding:9px 28px;
	margin-right:30px;
}

.about03 .top .about03_div1 .about03_div11 .text2{
	font-size: clamp(2.2rem,3vw,3.3rem);
	line-height:1.4545;
	font-weight:900;
}

.about03 .top .text3{
	font-size: clamp(1.5rem,2.4vw,2rem);
	line-height:1.45;
	font-weight:700;
}

.about03 .top .text3.matop{
	margin-top:17px;
}

.about03 .flex {
	max-width:1320px;
	width:100%;
	align-items: center;
}

.about03 .flex .img{
	max-width:680px;
	width: 52%;
}

.about03 .flex .img img{
    border-radius: 1.041vw 8.334vw 1.041vw 1.041vw;
}

.about03 .flex .text_area{
	max-width:560px;
	width: 46%;
}

.ft40{
	font-size: clamp(2.4rem,2.8vw,4rem);
	line-height:1.45;
	font-weight:700;
}

.about03 .flex .text_area .price1{
	margin:16px 0 30px;
	display:flex;
	align-items:center;
	font-size: clamp(2.4rem,2.8vw,4rem);
	line-height:1.45;
	font-weight:700;
}

.about03 .flex .text_area .price1 span{
	background:#493333;
	color:#fff;
	margin-right:22px;
	font-size: clamp(2rem,2.4vw,3rem);
	line-height:1.46667;
	font-weight:700;
	padding:0 32px;
	border-radius:24px;
}

.about04{
	padding: 100px 0 8.8548%;
}

.staff_list1{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.staff_list1 li{
	width:48%;
	margin-top:65px;
	max-width:676px;
}

.staff_list1 li .img{
	width:100%;
	height: 27vw;
	max-height:402px;
}

.staff_list1 li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:20px;
}

.staff_list1 li .text_area{
	margin: 5.03% auto 0;
}

.staff_list1 li .text_area .name{
	text-align:center;
	font-size: clamp(2.2rem,3vw,3.3rem);
	line-height:1.4545;
	font-weight:900;
}

.staff_list1 li .text_area .text{
	margin-top: 3.256%;
}

.about05{
	background:#fff;
}

.about05 .flex{
	max-width:1680px;
	width:97.5%;
	margin-left:auto;
}

.about05 .flex .text_area{
	width: 39.643%;
	padding: 7.024% 0 9.167%;
}

.about05 .flex .img{
	width: 57.143%;
	position: relative;
}

.about05 .flex .img:before{
	position:absolute;
	content:"";
	width: 33%;
	height:100%;
	left:-1px;
	top:0;
	background: linear-gradient(90deg, #FFFFFF, transparent);
}


.about05 .flex .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:bottom;
}


.about05 .flex .text_area .text1{
	margin-top:35px;
}

.news01{
	padding: 50px 0 8.073%;
}



.news01 .news_list1 li .date{
	margin-right: 4.256%;
}


.pagination-list{
	display:flex;
	margin: 70px auto 0;
	justify-content: center;
	width: 100%;
}

.pagination-list .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	width: 50px;
	height: 50px;
	background: #fff;
	margin: 0 0.6%;
	transition:.4s;
	font-weight: 500;
	text-decoration: none;
	color: #493333;
	border-radius:50%;
	border: 1px solid #D9D9D7;
}


.pagination-list .page-numbers.prev,
.pagination-list .page-numbers.next{
	display:none;
}

.pagination-list .page-numbers.current,
.pagination-list .page-numbers:hover{
	background: #EA8721;
	color:#fff;
	opacity:1;
}

.news02{
	padding: 90px 0 8.8548%;
}

.news02 .cate1 {
    color: #fff;
    font-size: clamp(1.3rem, 1.5vw, 2rem);
    line-height: 1.45;
    font-weight: 900;
    padding: 2px 17px;
    background: #493333;
    border-radius: 18px;
    margin-right: 12px;
    margin-bottom: 4px;
	max-width:max-content;
}

.news02 .title1{
	padding-bottom: 1.528%;
	border-bottom:1px solid #B7B7B7;
	margin-bottom: 5%;
	font-weight:900;
}

.news02 .btn2{
	margin:0 auto;
}

.menu02{
	background:#fff;
	padding: 7.813% 0 6.771%;
}

.voice_list2{
	display:flex;
	flex-wrap:wrap;
}

.voice_list2 li{
	 width: 29.167%;
	 margin-right: 6.2495%;
	margin-bottom:58px;
}

.voice_list2 li:nth-child(3n+3){
	 margin-right:0;
}

.voice_list2 li .img{
	width:100%;
	height:20vw;
	max-height:300px;
}


.voice_list2 li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:20px;
}

.voice_list2 li .title_area{
	display:flex;
	align-items:center;
	margin-top: 10%;
	flex-wrap:wrap;
}

.voice_list2 li .title_area .cate1{
	color:#fff;
	font-size: clamp(1.3rem,1.5vw,2rem);
	line-height:1.45;
	font-weight:900;
	padding:2px 17px;
	background:#493333;
	border-radius:18px;
	margin-right:12px;
	margin-bottom: 4px;
}

.voice_list2 li .title_area .title1{
	font-size: clamp(1.8rem,2.4vw,2rem);
	line-height:1.45;
	font-weight:900;
	margin-bottom: 4px;
}

.voice_list2 li .text1{
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
	margin-top: 2.62%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.detail_area .flex .img{
	max-width: 700px;
	width: 49%;
}

.detail_area .flex .text_area{
	max-width:700px;
	width: 49%;
}


.return{
	margin-top:40px;
}

.return h2{
	border-bottom: 1px solid #B7B7B7;
}
/* Gutenberg列ブロック共通設定 */
.wp-block-columns {
  display: flex ;
  flex-wrap: wrap ;
}

/* 子カラム共通 */
.wp-block-columns > .wp-block-column {
  flex: 1 1 100% ;
  max-width: 100% ;
  box-sizing: border-box;
}
/* 各カラムの基本設定 */
.wp-block-column {
  box-sizing: border-box;
  overflow: hidden; /* はみ出し防止 */
}

/* 画像がカラム内に収まるように */
.wp-block-column img {
  max-width: 100%;
  height: auto;
  display: block;	
    margin: 0 auto;
}

/* ===== 2カラム用 ===== */
.wp-block-columns > .wp-block-column:nth-child(1):nth-last-child(1),
.wp-block-columns > .wp-block-column:nth-child(2):nth-last-child(0) {
  /* 何もしない：単一要素ブロック対策 */
}

.wp-block-columns > .wp-block-column:nth-child(2):nth-last-child(1),
.wp-block-columns > .wp-block-column:nth-child(1):nth-last-child(2),
.wp-block-columns:has(> .wp-block-column:nth-child(2):nth-last-child(1)) > .wp-block-column {
  flex: 1 1 50% ;
/*   max-width: 50% ; */
}

/* ===== 3カラム用 ===== */
.wp-block-columns > .wp-block-column:nth-child(3):nth-last-child(1),
.wp-block-columns:has(> .wp-block-column:nth-child(3):nth-last-child(1)) > .wp-block-column {
  flex: 1 1 33.3333% ;
/*   max-width: 33.3333% ; */
}

/* ===== 4カラム用（念のため） ===== */
.wp-block-columns > .wp-block-column:nth-child(4):nth-last-child(1),
.wp-block-columns:has(> .wp-block-column:nth-child(4):nth-last-child(1)) > .wp-block-column {
  flex: 1 1 25% ;
/*   max-width: 25% ; */
}


/*-- 固定ここまで --*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.about05 .flex{
	max-width:initial;
	width: 87.5%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1921px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


	

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.nav_list1 a{
	font-size:1.8rem;
}

.first01 .flex {
    align-items: flex-end;
}

.first01 .flex .text_area {
    padding-bottom: 60px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1420px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	
	
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
	
.nav_list1 a{
	font-size:1.5rem;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1300px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


	
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.hd_link_btn1{
	height:70px;
}

header{
	height:100px;
}

#cover{
	margin:100px auto 0;
}

#cover2 {
    margin-top: 100px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
		
		


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

img {
	width: auto;
	max-width: 100%;
	height: auto;
}



/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {padding: 0 1%;}

.nav_list1 a{
	font-size: 1.3rem;
}

.hd_link_btn1{
	padding:0 8px;
}

.nav_list1{
	width:71%;
}

.hd_link{
	width:28%;
}

.content01 .flex{
	align-items:flex-start;
}

.content01 .flex .img{
	width:48%;
}

.content01 .flex .text_area{
	width:50%;
}

.btn1:before{
	width:40px;
	height:40px;
	margin-right:20px;
}

.btn1:hover:before {
    margin-right: 10px;
}



.content02{
	padding: 80px 0 0px;
}

.day_tb th img{
	padding-bottom: 0;
}

.btn2{
	height:60px;
}

.menu_list1 li .btn2 {
    min-height: 60px;
    height: initial;
    padding: 6px 12%;
}
	
.btn2:before{
	width: 20px;
	height: 6px;
	right: 5%;
}

.content05 .flex{
	align-items:flex-start;
}

.content04 {
    padding: 80px 0 50px;
}

.news_list1 li .date{
	margin-right: 7%;
	font-size: 1.4rem;
}


	#cover2{
	height: 400px;
}

.cov2-div{
	height:200px;
}

.pankuzu {
    font-size: 14px;
    padding: 15px 0 0;
}


.first01 .flex .img_area .img1{
	width: 46%;
	top: -13%;
	left: -6%;
}


.first01 .flex .img_area .img2{width: 75%;}


.first02 .flex .img {
	width: 48%;
}

.first02 .flex .text_area{
	width: 48%;
}

.first02 {
    padding: 80px 0;
}
	
.first03_list li .img{
	width: 48%;
}

.first03_list li .text_area{
	width: 50%;
}

.flow_list1 li .step {
    width: 100px;
    height: 100px;
	border-radius:15px;
}

	
.cov2-div .text{
	margin-top:8px;
}

.about03 {
    padding: 80px 0;
}


.about03 .top .about03_div1 .about03_div11{
	margin-bottom:15px;
	flex-direction:column;
	align-items:flex-start;
}

.about03 .top .about03_div1 .about03_div11 .text1{
	font-size: clamp(1.6rem,2.4vw,2rem);
	padding:4px 20px;
	margin-right:0px;
	margin-bottom:8px;
}

.about03 .top .about03_div1 .about03_div11 .text2{
	font-size: clamp(2.2rem,3vw,3.3rem);
}

.news02 {
    padding: 80px 0;
}


.voice_list2 li{
	 width: 32%;
	 margin-right: 2%;
	margin-bottom:30px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc {
	display: none;
}

.sp {
	display: block;
}

nav li a {
	font-size: 1.5rem;
}


a[href*="tel:"] {
	pointer-events: initial;
	cursor: pointer;
	text-decoration: none;
	}

/* ヘッダー
----------------------------------------------------------- */


.headerUl{
	display: flex;
	width: 30%;
	justify-content: flex-end;
}

.menuBtn {
	/* width: 35%; */
	display: flex;
	align-items: center;
	justify-content: center;
}


/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 36px;
  height: 24px;
  z-index: 9999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span{
	background: #493333;
}



	
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

/*gnav*/
.gnav{
    background: #F7F4ED;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 1s;
    left: 0;
    top: 0;
}

.gnav.active{
	display: block;
}

.gnav__menu{
    display: block;
    width: 100%;
    height: 100%;
    padding: 60px 0 60px;
    margin-bottom: 10px;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
	top: 0px;
    overflow: scroll;
}

nav .gnav__menu__item{
    margin: 10px auto 0;
    width: 95%;
    border-bottom: 1px solid #ccc;
}

	
nav .gnav__menu__item2{
    margin: 10px auto 0;
    width: 95%;
}

.gnav__menu__item a{
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    padding: 0 0 10px 0;
    display: block;
}

nav .gnav__menu__item a.btn03{
    padding: 0 5%;
    font-size: 2rem;
}

.pc_nav{
	display:none;
}

header{
	height:70px;
	padding:0 20px;
}

.hLogo{
	width:150px;
}

header.headerScroll{
	height:70px;
}

    #cover {
        margin: 70px auto 0;
        height: 136vw;
        background-position-x: 69%;
		
    }

.cov-div{
	width:89.334%;
	left:0;
	right:0;
	margin:auto;
}

#cover .img{
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:89.334%;
}


.cov-div .top .title1{
	font-size: 5.9rem;
	font-size: clamp(2.4rem,5.9vw,5.9rem);
}

.cov-div .top .title1 .mid{
	font-size: 7.2rem;
	font-size: clamp(2.6rem,6.6vw,7.2rem);
}

.cov-div .top .title1 .big{
	font-size: 7.9rem;
	font-size: clamp(3rem,7vw,7.9rem);
}

.cov-div .top .text1{
	font-size: 5.1rem;
	font-size: clamp(2.4rem,5.5vw,5.1rem);
}

.cov-div .bot .text1{
	font-size: 4.5rem;
	font-size: clamp(2.4rem,5.2vw,4.5rem);
}

.cov-div .bot .text2{
	font-size: 3.8rem;
	font-size: clamp(2rem,3.5vw,3.8rem);
}

.content01{
	padding:80px 0 0;
}

.content01 .flex{
	flex-direction:column-reverse;
}

.content01 .flex .img{
	width:100%;
	margin: 40px auto 0;
}

.content01 .flex .text_area{
	width:100%;
}

.inner{
	width:89.334%;
}

.content01 a.btn1 {
    margin-top: 30px;
}

.day_tb th, .day_tb td{
	padding:20px 0;
}

.co2_div{
	padding:30px 20px;
}

.day_tb td img{
	width:70%;
}

.day_tb th img{
	width:20px;
	padding:0;
}


.day_tb th:first-child{
	width:20%;
}

.co3_div{
	padding:50px 20px;
	border-radius: 20px;
}

.co3_list1{
	margin: -20px auto 0;
	width: 100%;
	flex-direction:column;
}

.co3_list1 li{
	width:100%;
	margin: 60px auto 0;
}

.co3_list1 li .num{
	font-size: clamp(5rem,10vw,9rem);
}

.content03 .mainTit{
	line-height:1.2;
}

.content03 {
    padding: 80px 0 0;
}

.content04 {
    padding: 80px 0 0;
}

.content04 .text{
	margin:40px 0;
}

.menu_list1 li .img{
	margin: 0 auto 20px;
	height: 40vw;
}

.menu_list1{
    margin-top: -50px;
    justify-content: space-between;
}

.menu_list1 li {
    width: 48%;
    margin-top: 50px;
    margin-right: 0;
}

.btn2{
	height:50px;
}

    .menu_list1 li .btn2 {
        min-height: 50px;
        height: initial;
        padding: 6px 21%;
        font-size: clamp(1.3rem, 1.6vw, 2rem);
    }

.content04 .btn1{
	margin:40px auto 0;
}


.content05{
	padding:80px 0;
}

.content05 .flex{
	flex-direction:column;
}

.content05 .flex .img{
	width:100%;
	margin: 40px auto 0;
	max-width:initial;
}

.content05 .flex .text_area{
	width:100%;
	max-width:initial;
}

.content05 a.btn1 {
    margin-top: 30px;
}

.top_flex_area {
	padding:80px 0;
}
	
.top_flex_area .inner{
	flex-direction:column;
}

.content06 {
    max-width: initial;
    width: 100%;
}

.content07 {
    max-width: initial;
    width: 100%;
	margin:80px auto 0;
}

.news_list1 li{
	flex-direction:column;
	align-items:flex-start;
	padding:20px 0;
	padding-right: 30px;
}

body{
	line-height:1.8;
}

.voice_list li .img{
	height: 35vw;
}


footer {
	padding: 50px 0 0;
}

footer .flex{
	flex-direction:column;
}
	
footer .flex .left{
	max-width:initial;
	width: 100%;
	margin:0 auto 30px;
}

footer .flex .right{
	max-width:initial;
	width: 100%;
}

a.tel_btn1{
	font-size: clamp(2.4rem, 3vw, 3.6rem);
}

.copyright{
	margin:40px auto 0;
}

a.tel_btn1 img{
	width:30px;
	margin-right:8px;
}

.content01 .flex .img img{
	border-radius:20px;
}

.content05 .flex .img img{
	border-radius:20px;
}

.hd_link_btn1{
max-width: 400px;
height: initial;
padding: 10px 20px;
width: 100%;
margin: 20px auto 0;
}


.first01{
	padding:80px 0 0;
}

.first01 .flex{
	flex-direction:column;
	align-items:flex-start;
}

.first01 .flex .text_area{
	max-width:initial;
	width: 100%;
	padding-bottom: 40px;
}

.first01 .flex .img_area{
	width: 100%;
	margin:0 auto;
}

.ft35{
	font-size: clamp(2.4rem,4vw,3.5rem);
}



.first01 .flex .img_area .img1{
	top: 0;
	left: 0;
	width: 44%;
}

.first01 .mainTit .en_tit {
    margin-top: 10px;
}

    .first01 .flex .img_area .img2 {
        width: 60%;
    }


.first02 .flex{
	flex-direction:column-reverse;
}
	
.first02 .flex .img {
	width: 100%;
	margin:40px auto 0;
}

.first02 .flex .text_area{
	width: 100%;
	margin:0 auto;
	max-width:initial;
}

.first02 .flex .img img {
    border-radius: 20px;
}



.first03{
	padding: 80px 0;
}

.first03_list{
	margin: 30px auto 0;
}

.first03_list li{
	width:89.334%;
	margin: 60px auto 0;
	flex-direction: column-reverse!important;
}

.first03_list li .img{
	width: 100%;
	margin:0 auto;
	max-width: 500px;
}


.first03_list li .text_area{
	max-width: initial;
	width: 100%;
	display: block;
	padding-bottom: 50px;
}

.first03_list li .text_area .btn1{
	margin-top:20px;
}

.first03_list li .img img {
    border-radius: 20px!important;
}

.flow_list1 li{
	padding: 8px 20px 20px;
	flex-direction:column;
}

.flow_list1 li .step{
	width:100%;
	height:initial;
	padding: 8px;
	flex-direction:initial;
	margin-bottom: 20px;
	margin-right: 0;
}

.flow_list1 li .step .text1{
	font-size: clamp(1.6rem,4vw,2rem);
	margin-right: 8px;
}

.flow_list1 li .step .text2{
	font-size: clamp(3rem,6vw,4rem);
	line-height: 1.45;
}

.flow_list1 li .text_area .text1 {
    margin-top: 8px;
}

.flow_list1 {
    margin-top: 40px;
}

.first04 {
    padding: 80px 0;
}


	#cover2{
	height: 300px;
	margin-top: 70px;
}

.cov2-div{
	height:150px;
}



.about01{
	padding: 80px 0 0;
}

.about01_list1{
	margin-top: 40px;
}

.about01_list1 li{
	padding:20px 0;
	flex-direction:column;
}


.about01_list1 li .left{
	width: 100%;
}

.about01_list1 li .right{
	width: 100%;
	margin-top:8px;
}


.about01_list2{
	margin-top: 0px;
	flex-direction:column;
}

.about01_list2 li{
	width:100%;
	margin:40px auto 0;
}

.content02.about02 {
    padding-bottom: 80px;
}

.about03 .top {
    margin: 40px auto 40px;
}

.about03 .top .about03_div1 {
    padding: 10px;
    margin-bottom: 15px;
}

.about03 .flex {
	flex-direction:column-reverse;
}

.about03 .flex .img{
	width: 100%;
	margin:40px auto 0;
}

.about03 .flex .img img{
    border-radius: 20px;
}

.about03 .flex .text_area{
	max-width:initial;
	width: 100%;
}

.about03 .flex .text_area .price1 {
    margin: 10px 0 20px;
}


.about04{
	padding: 80px 0;
}

.staff_list1 li{
	width:100%;
	max-width:initial;
	margin:40px auto 0;
}

.about05 .flex{
	width:89.334%;
	flex-direction:column;
	margin: 0 auto;
}

.about05 .flex .text_area{
	width: 100%;
	padding: 0 0 40px;
}

.about05 .flex .img{
	width: 100%;
}
	
.about05{
	padding:80px 0 0;
}
	
.pagination-list{
	margin: 40px auto 0;
}

.pagination-list .page-numbers{
	font-size: 1.8rem;
	width: 40px;
	height: 40px;
}

.news01 {
    padding: 50px 0 80px;
}

.menu02 {
    padding: 80px 0;
}
	

.voice_list2{
	justify-content:space-between;
}


.voice_list2 li{
	 width: 48%;
	 margin-right: 0%;
	 margin-bottom:40px;
}


.voice_list2 li .img{
	height:30vw;
}
	

.staff_list1 li .img{
	height: 50vw;
}

.detail_area .flex{
	flex-direction:column;
}

.detail_area .flex .img{
	max-width: initial;
	width: 100%;
}

.detail_area .flex .text_area{
	max-width:initial;
	width: 100%;
}
/* スマホ時のFlex */
.detail_area .wp-block-columns {
    flex-direction: column;
  }
.detail_area .wp-block-column {
    flex: 0 0 100%;
  }
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


/*-- テーブル --*/

table {
	width: 100%;
}




/*-- ページトップ --*/

#pageTop {
	display: none !important;
}


/* フッター
----------------------------------------------------------- */

.sp nav {
	margin: 0 auto;
}


.day_tb th, .day_tb td {
	padding: 14px 0;
}

.ft_div{
	width:64%;
}

.co3_list1 li .num{
	line-height: 90px;
}

    .first03_list li .text_area {
        padding-bottom: 30px;
    }

    .voice_list2 li {
        width: 100%;
        margin-bottom: 40px;
    }
	
    .voice_list2 li .img{
		height:50vw;
    }

.voice_list2 li .title_area {
    margin-top: 5%;
}

.voice_list2 li .text1{
	margin-top:1%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */