@charset "utf-8";
.eiji {
	font-family: "rama-gothic-m", sans-serif;
font-weight: 400;
font-style: normal;
	letter-spacing:0.14rem;
}
.eijib {
	font-family: "rama-gothic-m", sans-serif;
font-weight: 700;
font-style: normal;
	letter-spacing:0.14rem;
}

/* Base
----------------------------------------------------*/
strong {
	font-weight:bold !important;
}
#next {
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
    margin-top: 1.5em;
    display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-style: normal;
    font-family: Noto Sans JP,sans-serif;
}

h1, h2, h3, h4, h5, h6{
line-height:2;

}

p,
li,
dt, dd,
th, td{
}

ul, ol{
list-style-type:none;
list-style-position:outside;
}

img{
	vertical-align: bottom;
}

a img{
	border: 0;
}

/*　　*/

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

.floatright {
	float: right;
}

.floatleft {
	float:left;
}

.clearboth {
	clear:both;
}

.margin_b5 {
	margin-bottom:5px;
}

.margin_b10 {
	margin-bottom:10px;
}

.margin_b12 {
	margin-bottom:12px;
}

.margin_b15 {
	margin-bottom:15px;
}

.margin_b17 {
	margin-bottom:17px;
}

.margin_b20{
	margin-bottom:20px;
}

.margin_b25{
	margin-bottom: 25px;
}

.margin_b30{
	margin-bottom:30px;
}

.margin_b40{
	margin-bottom:40px;
}

.margin_b50{
	margin-bottom:50px;
}

.margin_b70{
	margin-bottom:70px;
}

.in_cont {
	clear: both;
	overflow: hidden;
}

.in_cont5 {
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
}

.in_cont10 {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

.in_cont20 {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

.in_cont30 {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}

.in_cont40 {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

.in_cont50 {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}

img.icon:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}


/*　見出し・画像　*/

.pic-left {
	float: left;
}

.pic-left {
	float: right;
	background-color: #FFF;
	padding-bottom: 15px;
	padding-left: 15px;
}

.clearfix:before, .clearfix:after {
 display: table;
 content: " ";
}

.clearfix:after {
 clear: both;
}

.txt_indent {
    padding-left: 1em;
    text-indent: -1em;
}

.img100 img{
	width:100%;
	height:auto;
}

.font_b {
	font-weight: bold;
}


/*　共通　*/





/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 769px){

body {
	font-family: Noto Sans JP,ヒラギノ角ゴシック,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,游ゴシック,Yu Gothic,游ゴシック体,YuGothic,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
	color: #111;
	font-size: 16px;
}

.spDisp {
	display: none;
}

.spHide {
	display:block;
}


.midashi1 {
	position: relative;
	display: inline-block;
	margin-bottom: 2.5em;
	font-size: 35px;
	color: #111;
}


.midashi1:before {
  content: '';
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #028001;
   border-radius: 3px;
}

.midashi2 {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 20px;
}

.midashi3 {
	position: relative;
	color: #028001;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 2.4em;
	margin-top: 30px;
	
}
.midashi3:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, #CCCCCC, #028001);
  background: linear-gradient(to right, #CCCCCC, #028001);
}

.midashi4 {
	color: #339933;
	font-weight: bold;
	font-size: 18px;
	margin-top:20px;
}





/*　ヘッダー　*/




.toph1 {
	font-size: 14px;
	color: #FFF;
	background-color: #349939;
	padding-left: 5%;
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
}

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

.header_logo {
	width: 20%;
	margin-left: 3%;
	float: left;
}

.header_logo img{
	width:100%;
	height:auto;
}

.header_nav {
	width: 885px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	float: right;
}

.header_nav nav{
	width: 736px;
}

.header_nav nav ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.header_nav nav ul li {
	padding-right: 25px;
	padding-left: 25px;
}

.header_nav nav ul li+ li {
  border-left: 1px solid #333;
}


.header_nav nav ul li a{
	font-size: 15px;
	color: #111111;
	text-decoration: none;
}

.header_nav nav ul li a:hover{
	color: #E7380D;
	text-decoration: none;
}

.head_mail {
	text-decoration: none;
	background-color: #008000;
	width: 120px;
	text-align: center;
	padding-top: 44px;
	padding-bottom: 36px;
}

.head_mail p{
	font-size: 14px;
	color: #FFFFFF;
}

.head_mail:hover {
	background-color: #00AA00;
}

.head_mail img {
	width:28%;
	height:auto;
	margin-bottom:5px;
}

.main_image {
	width: 100%;
	clear: both;
	margin-bottom: 80px;
	position:relative;
}
.main_image img {
	width: 100%;
	height:auto;
}
.slit {
	position:absolute;
	top: 20%;
    left: 10%;
}
.slit img {
	width:inherit !important;
	
}
.main_news {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}

.main_newsc {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom:50px;
}

.main_nt {
	width: 200px;
	padding-top: 30px;
}

.main_nt h2{
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 35px;
	color: #008000;
	line-height: 0.9em;
}

.main_nt h2 span{
	font-size: 20px;
	color: #666666;
}

.main_nc {
	flex: 1;
}

.main_np {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #555555;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(../img/news_arr.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:10px;
}

.main_np p{
}

.main_np p span{
	color: #028001;
	padding-right: 30px;
}

.main1 {
	background-color: #9BB5EE;
	background-image: url(../img/main1_back.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	padding-top: 90px;
	padding-bottom: 60px;
}

.main1_c {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.main1_midashi {
	width: 350px;
}

.main1_midashi h2 {
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	font-style: normal;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 54px;
	line-height: 1.5em;
}

.main1_txt {
	flex: 1;
}

.main1_txt p {
	font-size: 18px;
	line-height: 1.8em;
	color: #343434;
	margin-bottom: 40px;
}

.main1_txt img{
	width:100%;
	height:auto;
}

.main2 {
	background-image: url(../img/main2_back.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	padding-top: 80px;
	padding-bottom: 145px;
	margin-bottom: 85px;
}

.main2 h2{
	font-size: 37px;
	text-align: center;
	margin-bottom: 70px;
	line-height: 1em;
}

.main2 h2 span{
	font-size: 16px;
	color: #007F00;
}

.main2_c {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.main2_1 {
	background-image: url(../img/main2_1back.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 32%;
	text-align: center;
	padding-bottom: 45px;
}

.main2_2 {
	background-image: url(../img/main2_2back.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 32%;
	text-align: center;
	padding-bottom: 45px;
}

.main2_3 {
	background-image: url(../img/main2_3back.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	width:32%;
	text-align: center;
	padding-bottom: 45px;
}

.main2_m1 {
	background-color: #FFF;
	height: 168px;
	width: 100px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 25px;
	color: #007F00;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.main2_m2 {
	color: #CCCCCC;
	font-size: 30px;
	margin-bottom:20px;
}

.main2_line {
  margin-left: 50%;
  width: 1px;
  height: 57px;
  background-color: #E7380D;
}

.main2_m3 {
	color: #CCCCCC;
	font-size: 18px;
	padding-top: 20px;
}

.main3_1 {
	z-index: 31;
	position: relative;
	height: 415px;
	margin-bottom: 75px;
}

.main3_1txt {
  z-index: 31;
  position: absolute; 
  width: 60%;
  height: 340px;
  top: 55px;
  left: 35%;
  background-color: #EEEEEE;
}

.main3_1pic {
	z-index: 32;
	position: absolute;
	width: 60%;
	height: 350px;
	background-image: url(../img/main3_1pic.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.main3_1in {
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 47%;
}

.main3_1m {
	width: 72px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7380D;
	margin-bottom: 10px;
}

.main3_1m p{
	color: #E7380D;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	padding-top: 25px;
}

.main3_1c h3{
	font-size: 28px;
	margin-bottom: 30px;
}

.main3_2 {
	z-index: 33;
	position: relative;
	height: 415px;
	margin-bottom: 95px;
}

.main3_2txt {
  z-index: 34;
  position: absolute; 
  width: 60%;
  height: 340px;
  top: 55px;
  left: 5%;
  background-color: #EEEEEE;
}

.main3_2pic {
	z-index: 35;
	position: absolute;
	width: 60%;
	left: 40%;
	height: 350px;
	background-image: url(../img/main3_2pic.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.main3_2in {
	padding-top: 5%;
	padding-right: 47%;
	padding-bottom: 5%;
	padding-left: 5%;
}

.main3_2m {
	width: 72px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7380D;
	margin-bottom: 45px;
	text-align: right;
	float: right;
}

.main3_2m p{
	color: #E7380D;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	padding-top: 25px;
}

.main3_2c {
	float: right;
	clear: both;
}

.main3_2c h3{
	font-size: 28px;
	margin-bottom: 30px;
	text-align: right;
}

.main3_btn {
	float: right;
}

.main4_back {
	background-image: url(../img/main4_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	height: 670px;
}

.main4 {
	margin-bottom: 67px;
	min-width:1200px;
}

.main4_c {
	background-image: url(../img/main4_cback.png);
	background-repeat: repeat;
	width: 40%;
	margin-right: 10%;
	margin-top: -330px;
	margin-left: 40%;
	color: #FFF;
	padding-top: 4%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
}

.main4_p {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	margin-bottom: 55px;
}

.main4_m {
	font-size: 35px;
	line-height: 1.2em;
	margin-bottom: 55px;
}

.main4_m span{
	font-size: 18px;
}


.main4_btn {
	display: flex;
	justify-content: center;
	width: 100%;
	text-align: center;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 13px;
	border: 1px solid #FFF;
}

.main4_btn p{
	color: #FFF;
}

.main4_btn:hover {
	background-color: #00AA00;
}

.main5 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-bottom: 90px;
	padding-top: 70px;
}

.main5 h3{
	font-size: 35px;
	text-align: center;
	margin-bottom: 50px;
}

.main5 h3 span{
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	color: #007F00;
}

.main5_c {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.main5_in {
	width: 30%;
}

.main5_in img {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}

.main5_btn {
	display: flex;
	justify-content: center;
	width: 70%;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 9px;
	padding-bottom: 10px;
	background-color: #008000;
}

.main5_btn p{
	color: #FFFFFF;
	letter-spacing: 0.2em;
}

.main5_btn:hover {
	background-color: #00AA00;
}

.jmp_btn1 {
	display: flex;
	justify-content: center;
	width: 210px;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 9px;
	padding-bottom: 10px;
	background-color: #008000;
}

.jmp_btn1 p{
	color: #FFF;
}

.jmp_btn1:hover {
	background-color: #BF2F0B;
}

.jmp_btn2 {
	display: flex;
	justify-content: center;
	width: 210px;
	text-align: center;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 8px;
	background-color: #E7380D;
}

.jmp_btn2 p{
	color: #FFF;
}

.jmp_btn2:hover {
	background-color: #BF2F0B;
}

.soc_cont {
	min-width: 1200px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 72px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
}

.soc_cont img{
	width: 193px;
	height: auto;
	margin-right: 20px;
	-webkit-backface-visibility: hidden;
}

.page_top {
	text-align: right;
	clear: both;
	min-width: 1200px;
	margin-top:-72px;
}

.page_top img{
	width:auto;
	height:72px;
}

footer {
	background-color: #EEEEEE;

}






.footli_main {
	margin-bottom:5px;
}

.footli_main a{
	font-weight: bold;
	text-decoration: none;
	color: #111111;
}

.footli_sub {
	margin-bottom:3px;
	text-indent:-1em;
	padding-left:1em;
	font-size:12px;
}

.footli_sub a{
	text-decoration: none;
	color: #111111;
	font-size: 14px;
}

.footli_main a:hover{
	color: #028001;
	text-decoration: none;
}

.footli_sub a:hover{
	color: #999999;
	text-decoration: none;
}

.copyright {
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	clear: both;
	color: #FFF;
	background-color: #008000;
	padding-bottom: 10px;
}

/*　中ページ　*/

.page_cont {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
}

.page_title {
	min-width: 1200px;
	margin-bottom: 70px;
	margin-top: 40px;
}

.title_cont {
	background-image: url(../img/main4_cback.png);
	background-repeat: repeat;
	width: 400px;
	margin-left: 5%;
	margin-top: -130px;
	padding-top: 65px;
	padding-right: 3%;
	padding-bottom: 43px;
	padding-left: 3%;
}

.title_cont h3 {
	font-size: 35px;
	line-height: 1.2em;
	color: #FFF;
}

.title_cont p {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	color: #FFF;
	margin-bottom: 15px;
}

.title_cont2 {
	background-image: url(../img/main4_cback.png);
	background-repeat: repeat;
	width: 500px;
	margin-left: 5%;
	margin-top: -130px;
	padding-top: 65px;
	padding-right: 3%;
	padding-bottom: 43px;
	padding-left: 3%;
}

.title_cont2 h3 {
	font-size: 35px;
	line-height: 1.2em;
	color: #FFF;
}

.title_cont2 p {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	color: #FFF;
	margin-bottom: 15px;
}

.title_about {
	background-image: url(../img/title_about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 300px;
	width: 100%;
}

.title_vehi {
	background-image: url(../img/title_vehi.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 300px;
	width: 100%;
}

.title_csr {
	background-image: url(../img/title_csr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 300px;
	width: 100%;
}

.title_busi {
	background-image: url(../img/title_busi.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 300px;
	width: 100%;
}
.title_busi-1 {
	background-image: url(../img/title_busi-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 300px;
	width: 100%;
}
.title_busi-2 {
	background-image: url(../img/title_busi-2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 300px;
	width: 100%;
}
.title_busi-3 {
	background-image: url(../img/title_busi-3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 300px;
	width: 100%;
}

.title_rec {
	background-image: url(../img/title_rec.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 300px;
	width: 100%;
}

.title_contact {
	background-image: url(../img/title_cont.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 300px;
	width: 100%;
}

.about1 {
	margin-bottom: 100px;
}

.about1 dl{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

.about1 dl:last-child{
    border-bottom: 1px solid #CCC;
}

.about1 dl dt{
	background-color: #F6F6F6;
	width: 150px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.about1 dl dd{
	flex: 1;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.about2 {
	margin-bottom:70px;
	display: flex;
	justify-content:center;
	align-items: stretch;
	margin-bottom:100px;
}

.about2_in {
	width: 340px;
	text-align: center;
	margin-right: 1%;
	margin-left: 1%;
	background-color: #DBE4F9;
	padding-top: 30px;
	padding-bottom: 30px;
}

.about2_li {
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about2_li p{
	line-height: 1.8em;
}

.about3_p {
	text-align: center;
	margin-bottom: 50px;
}

.about3_c {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 100px;
}

.about3_in {
	width: 31%;
}

.about3_in img{
	width:100%;
	height:auto;
	margin-bottom: 20px;
}

.about3_in h5{
	color: #339933;
	font-size: 20px;
	margin-bottom: 20px;
}

.about3_in p {
}

.about4 {
	text-align: center;
}

.about4 img{
	border: 1px solid #CCC;
	padding: 10px;
}

.veh_list {
	margin-bottom: 100px;
}

.veh_list dl{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap; 
}

.veh_list dl:first-child{
    border-top: 1px solid #CCC;
}

.veh_list dl dt{
	background-color: #F6F6F6;
	width: 36%;
	padding-top: 15px;
	padding-right: 2%;
	padding-bottom: 15px;
	padding-left: 2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.veh_list dl dd{
	width: 6%;
	padding-top: 15px;
	padding-right: 2%;
	padding-bottom: 15px;
	padding-left: 2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.veh_total {
	text-align: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 30px;
	padding-bottom: 15px;
}

.veh_total p {
	font-weight: bold;
	font-size: 18px;
	padding-right: 5%;
}

.veh_pic {
	display: flex;
	justify-content: space-between;
	margin-bottom:40px;
}

.veh_pic img{
	width: 24%;
	height: auto;
}

.busim_c {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.busim_txt {
	width: 62%;
}

.busim_pic {
	width: 35%;
	margin-top: 78px;
}

.busim_pic img{
	width:100%;
	height:auto;
}

.busim_btn {
	display: flex;
	justify-content: center;
	width: 210px;
	text-align: center;
	text-decoration: none;
	padding-top: 9px;
	padding-bottom: 10px;
	background-color: #028001;
}

.busim_btn p{
	color: #FFF;
}

.busim_btn:hover {
	background-color: #BF2F0B;
}


.busi1_c1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}

.busi1_pic1 {
	width:60%;
}

.busi1_pic1 img{
	width:100%;
	height:auto;
}

.busi1_txt1 {
	width:35%;
}

.busi1_c2 {
	display: flex;
	justify-content:flex-start;
	align-items: center;
	margin-bottom: 100px;
	margin-bottom:50px;
	flex-wrap: wrap; 
}
.busi1_in2 {
	width: 18%;
	margin-right: 2%;
}
.w30 .busi1_in2 {
	width: 30%;
	margin-right: 2%;
}
.w0 {
		width: 30%;
}
.busi1_c2 img {
	width:100%;
	height:auto;
	margin-bottom:5px;
}

.busi1_c2 p {
	text-align: center;
	margin-bottom:20px;
}

.busi1_c3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}

.busi1_pic3 {
	width: 25%;
}

.busi1_pic3 img{
	width:100%;
	height:auto;
}

.busi1_txt3 {
width: 70%;
vertical-align:top;
}

.csr1_list {
	margin-bottom: 50px;
}

.csr1_list li{
	text-indent:-1.2em;
	padding-left:1.2em;
	margin-bottom:5px;
}

.csr1_table {
	margin-bottom: 50px;
}

.csr1_table table {
	width:500px;
	border-collapse: collapse;
}

.csr1_table table th {
	border: 1px double #666;
	padding: 10px;
}

.csr1_table table td {
	border: 1px double #666;
	text-align: center;
	padding: 10px;
}

.csr1_p {
	margin-bottom:100px;
}

.csr2_icon {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.csr2_icon img{
	width:16%;
	height:auto;
	image-rendering: -webkit-optimize-contrast;
}

.csr2_list {
	margin-bottom: 50px;
}

.csr2_list li{
	text-indent:-1.2em;
	padding-left:1.2em;
	margin-bottom:15px;
}

.csr2_list li span{
	font-weight: bold;
}

.cont_c {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
}

.cont_name {
	padding: 20px;
	width: 150px;
	background-color: #283B7F;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
}

.cont_add {
	flex: 1;
	padding-top: 20px;
	padding-left: 20px;
}

.cont_map {
	height: 200px;
	width: 100%;
	border: 1px solid #F6F6F6;
}

.rec1_p {
	text-align: center;
	margin-bottom: 50px;
}

.rec1_c1 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 50px;
}

.rec1_c2 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 100px;
}

.rec1_pic1 {
	width: 40%;
	background-image: url(../img/rec_p1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.rec1_pic2 {
	width: 40%;
	background-image: url(../img/rec_p2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.rec1_pic3 {
	width: 40%;
	background-image: url(../img/rec_p3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.rec1_txt1 {
	width: 57%;
}

.rec2_p {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}

.rec2_p img{
	width:100%;
	height:auto;
}

.rec3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

.rec3 dl{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap; 
	width: 100%;
}

.rec3 dt{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 200px;
	font-weight: bold;
	color: #339933;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rec3 dd{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	flex: 1;
	padding-top: 20px;
	padding-bottom: 20px;
}

.csr_pic1 {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}

.csr_pic1 img{
	width: 100%;
	height: auto;
	border: 1px solid #CCC;
}



}



/* お問い合わせ */

#formWrap {
	width: 100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}

#formWrap {
	font-size:18px;
	line-height:2;
	margin:0 auto;
}

table.formTable{
	width: 100%;
	border-collapse: collapse;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
}
table.formTable td,table.formTable th{
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 12px;
}
table.formTable th{
	width: 30%;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #CCC;
}

table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	border-bottom:0;
}


.sub0 .main3 {
    width: 890px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 44px;
    padding-bottom: 44px;
    overflow: hidden;
}
.sub0 .main3_1 {
	width: 230px;
	text-align: center;
	float: left;
}

.sub0 .main3_1 img{
	margin-bottom: 20px;
}

.sub0 .main3_2 {
	width: 230px;
	text-align: center;
	float: left;
	margin-right: 100px;
	margin-left: 100px;
}

.sub0 .main3_2 img{
	margin-bottom: 20px;
}
.sub0 .main3_t {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 10px;
}

.sub0 .main3_t2 {
	font-size: 18px;
	font-weight: bold;
	color: #160677;
}

.main2_c a {
	text-decoration:none;
}
.footer_logo a {
	text-decoration:none;
}
a {
	color:#111;
}
.topb {
	display:inline-block;
	margin:0 20px 60px;
}
.topb img {
	width:100%;
	height:auto;
}
.about1 ul {
	font-weight:bold !important;
}
.about1 ul li {
	margin-left:1em;
	font-weight:bold;
}
.his ul li {
    margin-left:inherit !important;
    font-weight:normal !important;
}
.about1 ul ul li {
	margin-left:1em;
	font-weight:normal;
}
.linkb {
	display:inline-block;
	width:48%;
	padding:0.5%;
	border-bottom:1px dotted #ccc;
	vertical-align:top;
	margin-bottom:30px;
}
.page_cont {
	font-size:16px;
	line-height:2;
}
.text_right {
	text-align:right;
	margin-bottom:30px;
}
.min {
	    font-family: 'Noto Serif JP', serif;
    margin-bottom: 30px;
    font-weight: bold;
	font-size:22px;
	line-height:2.4;
}
.link {
	font-size:14px;
	line-height:1.7;
}
.link img {
	width:auto;
	height:40px;
	margin:0 auto 20px;
}
.link h2 {
	font-weight:bold;
	font-size:16px;
	margin:0 0 20px;
	border-bottom:2px solid #ddd;
	line-height:2;
}
.link h2 a {
	color:#111;
	text-decoration:none;
}
.media {
	margin-bottom:30px;
}
.mediab {
	display:inline-block;
	width:auto;
	padding:0 20px 0;
	margin:0 30px 30px;
	vertical-align:top;
	font-size:14px;
	line-height:1.2;
}
.mediab img {
	width:185px;
	height:auto;
	margin:0 auto 20px;
	text-align:center;
}
.busi1_txt4 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 2em;
	clear: both;
	background: #efefef;
    padding: 5px 10px;
}
.footm {
	margin:0 0 30px 40px;
	vertical-align:top;

}
.footm li {
	text-align:left;
}
.footm li:before {
  font-family: 'Material Icons';
  content: "\e315";
}
.footm li a {
	text-decoration:none;
}
.table6{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
margin-bottom:15px;
}
.table6 th{
width:35%;
padding:10px;
text-align: left;
vertical-align: top;
color: #444;
background-color: #fafafa;
border-left: 3px double #999;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.table6 td{
width:65%;
padding:10px;
background-color: #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
text-align:left;
}

.kakaku {
	font-size:24px;
	font-weight:bold;
	line-height:2;
}
.red {
	color:#f00;
	font-weight:bold !important;
}
.box {
	    padding: 1rem 2rem;
    border: 3px solid #ddd;
    margin-bottom: 20px;
	margin:30px 0;
}
.mida6 {
	font-size:20px;
	font-weight:bold;
	color:#699;
	margin-bottom:20px;
	border-bottom:1px solid #ddd;
	line-height:2;
}
.mida7 {
	margin-bottom:30px;
}
.mida7 dt {
	margin-bottom:10px;
	background:#eee;
	padding:5px;
}
.mida7 dd {
	margin-bottom:10px;
	padding:5px;
}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	overflow-x: hidden;
	margin: 0 auto;
	color: #333333;
}
.cp_qa .cp_actab {
	padding: 20px 0;
	border-bottom: 1px dotted #cccccc;
}
.cp_qa label {
	font-size: 1.2em;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 10px 0 48px;
	cursor: pointer;
}
.cp_qa .cp_actab-content {
	font-size: 1em;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 40px;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
.cp_qa .cp_plus {
	font-size: 2.4em;
	line-height: 100%;
	position: absolute;
	z-index: 5;
	margin: 3px 0 0 10px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}
.uer2 li {

	 position: relative;
  padding-left: 10px;
}
.uer2 li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/min_tel.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
}
ol.sample1{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:0;
}
ol.sample1 li{
  position:relative;
  padding: 0 10px 0 20px;
  margin: 7px 10px 17px 0px;
  font-size:14px;
  line-height: 30px;
  border-bottom: dashed 1px #ddd;
}
ol.sample1 li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #0e61c1;
  top: 16px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.design01 {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.design01 th {
 padding: 10px;
 background: #e9faf9;
 border: solid 1px #778ca3;
}
.design01 td {
 padding: 10px;
 border: solid 1px #778ca3;
}
.mida10 {
	font-size: 24px;
	text-align: center;
	margin: 0 auto 30px;
	font-weight: bold;
	line-height: 2em;
}
ol.sample1{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:0;
  margin-left:20px;
  margin-bottom:30px;
  margin-top:20px;
}
ol.sample1 li{
  position:relative;
  padding: 0 0 0 20px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size:14px;
  line-height: 30px;
  border-bottom: dashed 1px #F6A38B;
  font-weight:normal;
}
ol.sample1 li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #F6A38B;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.danraku {
	margin-left:1em;
}
.w100 {
	width:100% !important;
}
.date {
	font-size:12px;
}
.wrap_form {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
}
.wrap_form dl {
	font-size: 14px;
	display: table;
	width: 100%;
	padding: 10px 0;
	border-top: solid 1px #ddd;
    padding: 25px 0;
}
.wrap_form dl dt {
	display: table-cell;
	width: 220px;
	position: relative;
	padding-left: 34px;
	vertical-align: top;
	padding-top: 6px;
}
.wrap_form dl dd {
	display: table-cell;
	vertical-align: middle;
}
.wrap_form dl dd span.item {
	display: inline-block;
	width: 50px;
}
.wrap_form dl dd span.second {
	padding-left: 30px;
}
.wrap_form dl dd ul {
}
.wrap_form dl dd ul li {
	margin-bottom: 10px;
}
.wrap_form dl dd ul li:last-child {
	margin-bottom: 0;
}
.wrap_form dl dd ol {
}
.wrap_form dl dd ol li {
	display: inline-block;
	padding-right: 15px;
}
.wrap_form dl textarea, .wrap_form dl select, .wrap_form dl input[type="text"], .wrap_form dl input[type="email"], .wrap_form dl input[type="number"], .wrap_form dl input[type="tel"] {
	border: 1px solid #ccc;
	padding: 6px;
	box-sizing: border-box;

}
.wrap_form dl textarea {
	width: 100%;
}
.wrap_form p.submit {
	margin-top: 70px;
	text-align:center;
	margin-bottom:50px;
}
.wrap_form input[type="submit"] {
	width: 320px;
	height: 42px;
	line-height: 38px;
	border: 2px solid #0e61c1;
	color: #fff;
	background: #0e61c1 url(../img/arrow.png) no-repeat right 12px center;
	background-size: 6px 13px;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 6px;
}
.wrap_form input[type="submit"]:hover {
	background: #fff url(../img/arrow-pi.png) no-repeat right 12px center;
	background-size: 6px 13px;
	color: #0e61c1
}
.wrap_form dl.name01 input, .wrap_form dl.name02 input {
	width: 100%;
}
.wrap_form dl.birth dd span, .wrap_form dl.schedule dd span, .wrap_form dl.adress dd span {
	display: inline-block;
	padding-right: 10px;
}
.form_list {

}
	 .sub_text {
		 margin-bottom: 62px;
	 }	
span.must {
    top: 6px;
    color: #FF3737;
    margin-left: 5px;
}

    .copyright {
        font-size: 20px;
        text-align: center;
        padding-top: 10px;
        clear: both;
        color: #FFF;
        background-color: #15171B;
        padding-bottom: 10px;
		min-width: 1190px;

    }
 .copyright_box {
		border-top:1px solid #707070;
		width:90%;
		margin:auto;
	 padding:26px 0;
    }

    footer {
        background-color: #0D0D0E;

		color:#fff;
    }
.footer_list {
        display:flex;
	flex-wrap:wrap;
	font-weight:bold;
    }
.footer_list li {
	padding:0px 28px;

    }
.footer_list a {
        color: #fff;
	text-decoration:none;
	font-weight: 600;
    }
.sns {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	background:#15171B;
	padding: 40px;
}
.sns li {
	padding:0 15px;
}
.sns_end {
  border: 1px solid #707070;
	width:90%;
	margin:0 auto;
}
.footer_list {
        display: flex;
        justify-content: center;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: auto;
        margin-right: auto;
        margin-left: auto;
        padding-top: 70px;
        padding-bottom: 70px;
	max-width: 1500px;
    }

.footer_logo {
        width: 195px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 64px;
        padding-bottom: 64px;
    }
.footer_logo img{
	width:100%;
	height:auto;
}
.min1200 {
	        position: relative;
min-width: 1190px;
        margin: 0 auto;
}
.ctbox {
	    background-image: url(../img/cont_back.jpg);
    padding: 80px 0;
	background-position: center;
}
.ct_text {
	font-size:30px;
	font-weight:600;
	text-align:center;
	margin-bottom:20px;
}
.ct_midashi {
	    font-family: "rama-gothic-m", sans-serif;
    font-weight: 700;
    font-style: normal;
	letter-spacing: 0.07em;
	font-size:80px;
	text-align:center;
	margin-bottom:60px;
}
.ctbox2_box {
	border:1px solid #E2E2E2;
	padding:40px;
	border-radius: 16px;
}
.ctbox2 {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.ctp1 {
	font-size:30px;
	font-weight:700;
	letter-spacing: 0.07em;
	margin-bottom:16px;
	line-height:1.25;
}
.ctp1 span {
	font-size:20px;
}
.ctp3{
	font-size:16px;
	font-weight:400;
	margin-bottom:18px;
}
.ctp4{
	font-size:16px;
	font-weight:600;
	margin-bottom:22px;
}
.ctp5 {
	font-size:30px;
	font-weight:700;
	letter-spacing: 0.07em;
}
.mae {
	width:30px;
	padding-right:20px;
	    vertical-align: middle;
}
.maenashi {
	padding-left:50px;
}
.ct_text2 {
font-size: 22px;
    font-weight: 600;
    margin-bottom: 36px;
}
.ctbox2_left {
	padding-right:20px;
}
.ctbox2_right {
	padding-left:20px;
}


:root {
  --header-h: 94px; /* ← 64px から +30px */
  --bg: #ffffff;
  --ink: #111;
  --ink-weak: #666;
  --accent: #0ea5e9;
}

/* ========== ヘッダー全体 ========== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-h);
  width: 100%;
  background: var(--bg);
  border-bottom: 1px solid #eee;
}

.site-header__inner {
  width: 100%;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px;
}

/* ===== ハンバーガー / 閉じる ===== */
#nav-toggle { display: none; }

.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;         /* タップしやすい大きさ */
  height: 60px;
  cursor: pointer;
  position: relative;
  z-index: 100;
  background: transparent; /* 枠なし */
  border: none;
}

/* ハンバーガー3本線 */
.menu-toggle__icon,
.menu-toggle__icon::before,
.menu-toggle__icon::after {
  display: block;
  position: absolute;
  width: 46px;           /* 棒の長さ */
  height: 4px;           /* 棒を少し太く */
  background: var(--ink);
  border-radius: 2px;     /* 丸みを追加 */
  transition: 0.3s ease;
  content: "";
  left: 50%;
  transform: translateX(-50%); /* 中央揃え */
}

/* 間隔を広めに設定（上と下の距離） */
.menu-toggle__icon::before { top: -12px; } /* 少し広め */
.menu-toggle__icon::after  { top:  12px; }

/* ===== 開いたとき → Xマークに変化 ===== */
#nav-toggle:checked + .menu-toggle .menu-toggle__icon {
  background: transparent; /* 中央の線を消す */
}

#nav-toggle:checked + .menu-toggle .menu-toggle__icon::before {
  top: 0;
  transform: translateX(-50%) rotate(45deg);
}

#nav-toggle:checked + .menu-toggle .menu-toggle__icon::after {
  top: 0;
  transform: translateX(-50%) rotate(-45deg);
}
/* ===== Reset small ===== */
.site-nav__list, .site-nav__list ul { margin:0; padding:0; list-style:none; }

/* ===== Header 100% & 高さ +30px（=94px） ===== */
:root { --header-h: 94px; }
.site-header { position: sticky; top:0; z-index: 1000; height: var(--header-h); width:100%; background:#fff; border-bottom:1px solid #eee; }
.site-header__inner { display:flex; align-items:center; justify-content:space-between; gap:16px; height:100%; padding:0 16px; width:100%; }

/* ===== ハンバーガー（枠なし・棒46px・太め・丸角・間隔広め） ===== */
#nav-toggle { display:none; }

.menu-toggle {
  position: relative; z-index: 1100;
  display:flex; align-items:center; justify-content:center;
  width:60px; height:60px; cursor:pointer; background:transparent; border:none;
}

.menu-toggle__icon,
.menu-toggle__icon::before,
.menu-toggle__icon::after{
  position:absolute; left:50%; transform:translateX(-50%);
  width:46px; height:4px; background:#111; border-radius:2px; content:"";
  transition:.3s ease;
}
.menu-toggle__icon::before { top:-12px; }
.menu-toggle__icon::after  { top: 12px; }

#nav-toggle:checked + .menu-toggle .menu-toggle__icon{
  background:transparent;
}
#nav-toggle:checked + .menu-toggle .menu-toggle__icon::before{
  top:0; transform:translateX(-50%) rotate(45deg);
}
#nav-toggle:checked + .menu-toggle .menu-toggle__icon::after{
  top:0; transform:translateX(-50%) rotate(-45deg);
}

/* ===== メニューは全画面スライド ===== */
.site-nav{
  position: fixed !important; /* ← 既存CSSを無効化 */
  top:0; right:0; width:100%; height:100%;
  background:#fff; transform:translateX(100%); transition:transform .28s ease;
  padding-top: calc(var(--header-h) + 12px); padding-bottom:24px;
  overflow-y:auto; z-index: 1050;
}
#nav-toggle:checked ~ .site-nav{ transform:translateX(0); }

/* ===== オーバーレイ ===== */
.scrim{
  position: fixed; inset:0; background:rgba(0,0,0,.28);
  opacity:0; visibility:hidden; transition:opacity .28s ease, visibility .28s step-end;
  z-index: 1040;
}
#nav-toggle:checked ~ .scrim{ opacity:1; visibility:visible; transition:opacity .28s ease, visibility 0s; }

/* ===== PCでもハンバーガー（水平メニューを無効） ===== */
@media (min-width: 960px){
  .site-nav{ position: fixed !important; width:100%; height:100%; transform:translateX(100%); background:#fff; padding-top: calc(var(--header-h) + 12px); }
  .site-nav__list{ display:block; }
}

/* ===== メニュー項目の見た目 ===== */
.site-nav__list > li > a{
  display:block; padding:16px 20px; font-size:18px; color:#111; border-bottom:1px solid #f2f2f2;
}
.site-nav__list a:hover{ background:#f8f9fb; }
/* ====== Header / Global ====== */
:root { --header-h: 94px; } /* 64px + 30px */
.site-header{
  position: sticky; top:0; z-index: 1000;
  height: var(--header-h); width:100%;
  background:#fff; border-bottom:1px solid #eee;
}
.site-header__inner{
  width:100%; height:100%;
  display:flex; align-items:center; justify-content:space-between;
  gap:16px; padding:0 16px; margin:0;
}

/* ====== Hamburger (PCでも表示) ====== */
#nav-toggle{ display:none; }

.menu-toggle{
  position: relative; z-index:1100;
  display:flex; align-items:center; justify-content:center;
  width:60px; height:60px; cursor:pointer;
  background:transparent; border:none; /* 枠線なし */
}

/* 3本線：長さ46px／太さ4px／丸角／間隔広め */
.menu-toggle__icon,
.menu-toggle__icon::before,
.menu-toggle__icon::after{
  position:absolute; left:50%; transform:translateX(-50%);
  width:46px; height:4px;
  background:#111; border-radius:2px;
  content:""; transition:.3s ease;
}
.menu-toggle__icon::before{ top:-12px; } /* 間隔広め */
.menu-toggle__icon::after { top: 12px; }

#nav-toggle:checked + .menu-toggle .menu-toggle__icon{
  background:transparent; /* 中央線を消す */
}
#nav-toggle:checked + .menu-toggle .menu-toggle__icon::before{
  top:0; transform:translateX(-50%) rotate(45deg);
}
#nav-toggle:checked + .menu-toggle .menu-toggle__icon::after{
  top:0; transform:translateX(-50%) rotate(-45deg);
}

/* ====== Drawer menu (全画面スライド) ====== */
.site-nav{
  position: fixed !important; /* 既存CSSのposition/staticを無効化 */
  top:0; right:0; width:100%; height:100%;
  background:#fff;
  transform: translateX(100%);
  transition: transform .28s ease;
  padding-top: calc(var(--header-h) + 12px);
  padding-bottom:24px;
  overflow-y:auto; z-index:1050; text-align:center;
}
#nav-toggle:checked ~ .site-nav{ transform: translateX(0); }

/* オーバーレイ（タップで閉じる） */
.scrim{
  position: fixed; inset:0; z-index:1040;
  background: rgba(0,0,0,.28);
  opacity:0; visibility:hidden;
  transition: opacity .28s ease, visibility .28s step-end;
}
#nav-toggle:checked ~ .scrim{
  opacity:1; visibility:visible;
  transition: opacity .28s ease, visibility 0s;
}

/* メニュー項目 */
.site-nav__list, .site-nav__list ul{ margin:0; padding:0; list-style:none; }
.site-nav__list > li > a{
  display:block; padding:16px 20px; font-size:18px; color:#111;
  border-bottom:1px solid #f2f2f2;
}
.site-nav__list a:hover{ background:#f8f9fb; }
/* ========== ヘッダー右側の並び（お問い合わせ + ハンバーガー） ========== */
.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* ====== お問い合わせボタン ====== */
.contact-btn {
  display: flex;
  align-items: center;
  gap: 8px; /* アイコンと文字の間隔 */
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  background: #0ea5e9; /* お好きなブランドカラー */
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
  white-space: nowrap; /* 改行防止 */
}

.contact-btn i {
  font-size: 16px; /* 紙飛行機アイコンサイズ */
}

.contact-btn:hover {
  background: #0284c7; /* ホバー時 */
}

/* ====== レスポンシブ調整 ====== */
@media (max-width: 768px) {
  .contact-btn {
    font-size: 13px;
    padding: 8px 14px;
  }
}
/* ハンバーガーの≡→×切り替え（一般兄弟セレクタに変更） */
#nav-toggle:checked ~ .header-actions .menu-toggle .menu-toggle__icon {
  background: transparent;
}
#nav-toggle:checked ~ .header-actions .menu-toggle .menu-toggle__icon::before {
  top: 0;
  transform: translateX(-50%) rotate(45deg);
}
#nav-toggle:checked ~ .header-actions .menu-toggle .menu-toggle__icon::after {
  top: 0;
  transform: translateX(-50%) rotate(-45deg);
}

/* メニューの開閉（これはそのままでOK：同親の兄弟） */
#nav-toggle:checked ~ .site-nav { transform: translateX(0); }
#nav-toggle:checked ~ .scrim   { opacity:1; visibility:visible; transition: opacity .28s ease, visibility 0s; }
/* ====== お問い合わせボタン（白背景 + 線付き） ====== */
.contact-btn {
  display: flex;
  align-items: center;
  gap: 8px;                  /* アイコンと文字の間隔 */
  padding: 12px 22px;        /* ← 高さアップ（上下12px） */
  font-size: 18px;           /* ← 文字サイズアップ */
  font-weight: 600;
  background: #fff;           /* 白背景 */
  color: #3D3F58;             /* 文字色 */
  border: 2px solid #3D3F58; /* 枠線 */
  border-radius: 6px;         /* 角丸 */
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;        /* 改行防止 */
}

.contact-btn i {
  font-size: 18px;            /* 紙飛行機アイコンサイズ */
  color: #3D3F58;
}

.contact-btn:hover {
  background: #3D3F58;       /* ホバー時は背景を濃紺 */
  color: #fff;                /* 文字を白に */
}

.contact-btn:hover i {
  color: #fff;                /* アイコンも白に */
}
/* ====== お問い合わせボタン（白背景 + 線 + 丸型） ====== */
.contact-btn {
  display: flex;
  align-items: center;
  gap: 10px;                 /* アイコンと文字の間隔 */
  padding: 12px 28px;        /* ← 高さを少し高め＆左右もゆったり */
  font-size: 18px;           /* 文字サイズ */
  font-weight: 600;
  background: #fff;          /* 白背景 */
  color: #3D3F58;            /* 文字色 */
  border: 2px solid #3D3F58; /* 枠線 */
  border-radius: 9999px;     /* 完全な丸型 */
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;       /* 改行防止 */
}

.contact-btn-icon {
  width: 22px;               /* アイコンサイズ */
  height: auto;
  display: block;
}

.contact-btn:hover {
  background: #3D3F58;       /* ホバー時は背景を濃紺 */
  color: #fff;                /* 文字を白に */
}

.contact-btn:hover .contact-btn-icon {
  filter: brightness(0) invert(1); /* ホバー時アイコンを白に反転 */
}
/* ====== お問い合わせボタン（40px 正円） ====== */
.contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;   /* アイコンを中央揃え */
  width: 40px;
  height: 40px;
  font-size: 0;              /* テキストを一旦非表示 */
  background: #fff;
  color: #3D3F58;
  border: 2px solid #3D3F58;
  border-radius: 50%;        /* 完全な円形 */
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* アイコン画像 */
.contact-btn-icon {
  width: 18px;
  height: auto;
  display: block;
}

.contact-btn:hover {
  background: #3D3F58; /* ホバー時は背景を濃紺 */
}

.contact-btn:hover .contact-btn-icon {
  filter: brightness(0) invert(1); /* ホバー時はアイコンを白に反転 */
}

/* ====== ハンバーガーボタン（40px） ====== */
.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;        /* 幅を40pxに */
  height: 40px;       /* 高さも40pxに */
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1100;
  margin-right: 70px; /* ← ハンバーガーの右に70px余白 */
}

/* ハンバーガーの線 */
.menu-toggle__icon,
.menu-toggle__icon::before,
.menu-toggle__icon::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;         /* 線の長さも少し調整 */
  height: 3px;         /* 太さ */
  background: #111;
  border-radius: 2px;
  content: "";
  transition: 0.3s ease;
}

.menu-toggle__icon::before { top: -8px; }
.menu-toggle__icon::after  { top:  8px; }

/* ハンバーガー → X */
#nav-toggle:checked ~ .header-actions .menu-toggle .menu-toggle__icon {
  background: transparent;
}
#nav-toggle:checked ~ .header-actions .menu-toggle .menu-toggle__icon::before {
  top: 0;
  transform: translateX(-50%) rotate(45deg);
}
#nav-toggle:checked ~ .header-actions .menu-toggle .menu-toggle__icon::after {
  top: 0;
  transform: translateX(-50%) rotate(-45deg);
}
/* ====== お問い合わせボタン（左右が丸いカプセル型） ====== */
.contact-btn {
  display: flex;
  align-items: center;
  gap: 8px;                  /* アイコンと文字の間隔 */
  height: 40px;              /* ボタン高さ */
  padding: 0 20px;           /* 左右の余白（幅を確保） */
  font-size: 18px;           /* 文字サイズ */
  font-weight: 600;
  background: #fff;          /* 白背景 */
  color: #3D3F58;            /* 文字色 */
  border: 2px solid #3D3F58; /* 枠線 */
  border-radius: 9999px;     /* 両端を完全に丸く */
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;       /* 改行防止 */
}

/* アイコン画像 */
.contact-btn-icon {
  width: 18px;
  height: auto;
  display: block;
}

/* ホバー時 */
.contact-btn:hover {
  background: #3D3F58;       /* ホバー時は背景を濃紺 */
  color: #fff;                /* 文字を白に */
}

.contact-btn:hover .contact-btn-icon {
  filter: brightness(0) invert(1); /* アイコンを白に反転 */
}
/* ==== お問い合わせボタンをカプセル型に復元（文字が隠れない用の最終上書き） ==== */
.header-actions .contact-btn{
  display:flex; align-items:center; gap:8px;
  height:40px !important;
  padding: 4px 28px !important;      /* ← 幅はpaddingで確保 */
  width:auto !important;           /* ← 固定幅を解除 */
  font-size:18px !important;       /* ← font-size:0 を上書き */
  line-height:1;                   /* バランス調整 */
  white-space:nowrap;
  overflow:visible !important;     /* ← はみ出し隠しを解除 */
  background:#fff;
  color:#3D3F58;
  border:2px solid #3D3F58;
  border-radius:9999px;            /* ← 両端まる */
  text-decoration:none;
  transition:all .3s ease;
}

.header-actions .contact-btn .contact-btn-icon{
  width:18px; height:auto; display:block;
  flex:0 0 auto;                   /* アイコンの潰れ防止 */
}

/* ホバー時 */
.header-actions .contact-btn:hover{
  background:#3D3F58; color:#fff;
}
.header-actions .contact-btn:hover .contact-btn-icon{
  filter:brightness(0) invert(1);
}

/* ハンバーガー右 70px 余白（念のため維持） */
.header-actions .menu-toggle{
  margin-right:70px !important;
  width:40px; height:40px;
}
.site-nav {
  background-color: rgb(230, 230, 227) !important;
}
/* ===============================
   ハンバーガーメニュー左右分割レイアウト
   =============================== */

/* 全体の背景 */
.site-nav {
  position: fixed !important;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex; /* 左右2カラム */
  transform: translateX(100%);
  transition: transform .28s ease;
  z-index: 1050;
  background: rgb(230, 230, 227); /* 背景色 */
  overflow: hidden;
}

/* 開いた時 */
#nav-toggle:checked ~ .site-nav {
  transform: translateX(0);
}

/* 左右50%ずつ */
.menu-left, .menu-right {
  width: 50%;
  height: 100%;
}

/* ===== 左側（ロゴ表示） ===== */
.menu-left {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(230, 230, 227); /* 背景色は統一 */
  padding: 20px;
}
.menu-logo {
  max-width: 80%;
  height: auto;
}

/* ===== 右側（メニュー） ===== */
.menu-right {
  display: flex;
  align-items: flex-start;  /* 上寄せ */
  justify-content: flex-start; /* 左寄せ */
  padding: 40px 30px;       /* 余白 */
  overflow-y: auto;         /* 縦スクロール可能に */
  background: rgb(230, 230, 227);
}

/* メニューリスト */
.site-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

/* 各メニュー項目 */
.site-nav__list li a {
  display: block;
  font-size: 20px;
  padding: 12px 0;
  color: #3D3F58;
  text-decoration: none; /* 装飾なし */
  border-bottom: 1px solid rgba(61, 63, 88, 0.1); /* 薄い仕切り線 */
  transition: color 0.3s ease;
}

.site-nav__list li a:hover {
  color: #000; /* ホバー時に少し濃く */
}

/* ===== スマホ用（1カラムに戻す） ===== */
@media (max-width: 768px) {
  .site-nav {
    flex-direction: column; /* 縦並び */
  }
  .menu-left,
  .menu-right {
    width: 100%;
  }
  .menu-left {
    height: 120px;
    justify-content: center;
  }
  .menu-right {
    padding: 20px;
  }
}
/* ===============================
   ハンバーガーメニュー左右分割レイアウト
   =============================== */

/* 全体の背景とスライド動作 */
.site-nav {
  position: fixed !important;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex; /* 左右2カラム */
  transform: translateX(100%);
  transition: transform 0.28s ease;
  z-index: 1050;
  background: rgb(230, 230, 227); /* 背景色 */
  overflow: hidden;
}

/* 開いた時に表示 */
#nav-toggle:checked ~ .site-nav {
  transform: translateX(0);
}

/* 左右50%ずつ */
.menu-left,
.menu-right {
  width: 50%;
  height: 100%;
  background: rgb(230, 230, 227);
  display: flex;
  flex-direction: column; /* 上下方向に配置 */
}

/* ===== 左側（ロゴ） ===== */
.menu-left {
  align-items: center;      /* 中央寄せ */
  justify-content: flex-start; /* 上寄せ */
  padding-top: 50px;        /* 上に50px余白 */
}

.menu-logo {
  max-width: 80%;
  height: auto;
}

/* ===== 右側（メニュー） ===== */
.menu-right {
  align-items: flex-start;  /* 左寄せ */
  justify-content: flex-start; /* 上寄せ */
  padding-top: 50px;        /* 上に50px余白 */
  padding-left: 30px;       /* 左にも余白 */
  overflow-y: auto;         /* 縦スクロール可能 */
}

/* メニューリスト */
.site-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

/* 各メニュー項目 */
.site-nav__list li a {
  display: block;
  font-size: 20px;
  padding: 12px 0;
  color: #3D3F58;
  text-decoration: none; /* 下線なし */
  border-bottom: 1px solid rgba(61, 63, 88, 0.1); /* 薄い仕切り線 */
  transition: color 0.3s ease;
  text-align: left; /* 文字を左揃え */
	padding-left: 1em;
}

.site-nav__list li a:hover {
  color: #000; /* ホバー時に少し濃く */
}

/* ===== スマホ用（1カラムに戻す） ===== */
@media (max-width: 768px) {
	
	.site-nav__list {
    width: -webkit-fill-available;
}
    .site-nav__list li {
        display: block;
        width: 48%;
        display: inline-flex;
    }
	.site-nav__list li a {
    display: block;
    font-size: 18px;
    padding: 12px 0;
    color: #3D3F58;
    text-decoration: none;
    border-bottom: 1px solid rgba(61, 63, 88, 0.1);
    transition: color 0.3s 
ease;
    text-align: left;
    width: 90%;
}
	
  .site-nav {
    flex-direction: column; /* 縦並びに */
  }

  .menu-left,
  .menu-right {
    width: 100%;
    padding-top: 30px; /* スマホ時は余白少し縮小 */
	  height:auto;
  }

  .menu-left {
    align-items: center;
    justify-content: center;
  }

  .menu-right {
    padding-left: 20px;
  }
}
/* 左右レイアウトはそのまま。左を上寄せ＋左寄せ */
.menu-left{
  display:flex;
  flex-direction:column;
  align-items:flex-start;     /* 左寄せ */
  justify-content:flex-start; /* 上寄せ */
  padding-top:50px;
  padding-left:30px;
}

/* ロゴの下に余白 */
.menu-logo{
  max-width: 80%;
  height:auto;
  margin-bottom: 18px;
}

/* 住所・電話ブロック */
.menu-contact{
  color:#3D3F58;
  font-size:16px;
  line-height:1.8;
  word-break: break-word;     /* 日本語の折返し */
}

.contact-block{
  margin-bottom: 18px;
}

.contact-block h3{
  margin:0 0 6px;
  font-size:18px;
  font-weight:700;
  color:#3D3F58;
}

.contact-block address{
  font-style: normal;
  margin:0 0 6px;
}

.tel-row{
  margin:0;
  display:flex;
  flex-wrap: wrap;
  align-items:center;
  gap: 6px 10px;              /* 行内余白 */
}

.tel-row .label{
  white-space:nowrap;
}

.tel-row a{
  color:#3D3F58;
  text-decoration:none;       /* 装飾なし */
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease;
}
.tel-row a:hover{
  border-bottom-color:#3D3F58;
}

/* 右側メニューは既存通り左寄せ・上余白 */
.menu-right{
  align-items:flex-start;
  justify-content:flex-start;
  padding-top:50px;
  padding-left:30px;
  overflow-y:auto;
}

/* スマホ時は文字少し小さめ＆行間詰め気味で溢れ防止 */
@media (max-width: 768px){
  .menu-left, .menu-right{
    width:100%;
    padding-top:30px;
    padding-left:20px;
  }
  .menu-logo{
    max-width:70%;
    margin-bottom:14px;
  }
  .menu-contact{
    font-size:14px;     /* ← スマホで少し小さく */
    line-height:1.7;
  }
  .contact-block h3{
    font-size:16px;
    margin-bottom:4px;
  }
}


/* コンテナ */
.hero { position: relative; width: 100%; }

/* 16:9 を基準に高さ可変。必要ならmin-height指定 */
.hero .hero-swiper { width: 100%; aspect-ratio: 16 / 9; }
@media (max-width: 768px) {
  .hero .hero-swiper { aspect-ratio: 9 / 16; } /* 縦長スマホ向け */
}

/* 画像 */
.hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* オーバーレイ（上のレイヤー） */
.hero__overlay {
  position: absolute;
  inset: 0; /* top/right/bottom/left: 0 */
  display: grid;
  place-items: center; /* 中央寄せ */
  z-index: 2;
  pointer-events: none; /* テキスト以外のクリックを下に通す */
}

/* 文字ボックス */
.hero__inner {
  max-width: min(1100px, 92%);
  padding: clamp(12px, 2vw, 24px);
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,.45);
  background: linear-gradient(to bottom, rgba(0,0,0,.38), rgba(0,0,0,.22));
  border-radius: 16px;
  pointer-events: auto; /* ボタンはクリック可に戻す */
}

.hero__inner.-left {
  margin-left: clamp(12px, 4vw, 48px);
  margin-right: auto;
  text-align: left;
  background: linear-gradient(90deg, rgba(0,0,0,.5), rgba(0,0,0,.1));
}

/* タイポ */
.hero__title {
  font-size: clamp(22px, 4vw, 48px);
  line-height: 1.2;
  margin: 0 0 .4em;
  font-weight: 700;
}
.hero__text {
  font-size: clamp(14px, 2.4vw, 18px);
  line-height: 1.8;
  margin: 0 0 1em;
}

/* ボタン */
.hero__btn {
  display: inline-block;
  padding: .75em 1.25em;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #111;
  font-weight: 700;
  text-decoration: none;
  transition: transform .15s ease, filter .15s ease;
}
.hero__btn:hover { transform: translateY(-1px); filter: brightness(1.05); }

/* Swiper UIの位置 */
.hero__pagination { position: absolute; bottom: 10px; left: 0; right: 0; z-index: 3; }
.hero__nav { color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,.45); z-index: 3; }

/* ヘッダーがかぶる場合の対策例 */
.site-header { position: relative; z-index: 10; }
.hero { z-index: 1; }
/* 通常ヘッダー左上のロゴ */
.logo .custom-logo {
  max-height: 56px;   /* ヘッダー高に合わせて */
  height: auto;
  width: auto;
}

/* メニュー左カラムの大きいロゴ */
.menu-left .custom-logo {
  max-width: 80%;
  height: auto;
}
.custom-logo {
  max-height: 60px;
  height: auto;
  width: auto;
}

.custom-logo-link {
  display: inline-block;
}
/* スライド画像だけ左に余白 */
.hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

  /* ここを追加 */
  margin-left: 220px; /* 左にpx余白 */
}
@media (max-width: 768px) {
  .hero__img {
    margin-left: 0; /* スマホでは余白なし */
  }
}
/* オーバーレイ全体：左寄せ用 */
.hero__overlay {
  position: absolute;
  inset: 0; /* top, right, bottom, left 全て0 */
  display: flex;
  align-items: center;      /* 垂直方向：中央 */
  justify-content: flex-start; /* 水平方向：左寄せ */
  z-index: 2;
  pointer-events: none; /* テキスト以外のクリックを下に通す */
  padding-left: 40px; /* 画面端から40px離す */
}

/* 文字ボックス */
.hero__inner {
  max-width: 600px; /* テキスト領域の幅を制限 */
  pointer-events: auto; /* ボタンをクリック可能に */
  color: #fff;
  text-align: left; /* 左揃え */
  background: rgba(0, 0, 0, 0.4); /* 文字の視認性を確保する半透明背景 */
  padding: 20px 24px;
  border-radius: 12px;
}

/* タイトル */
.hero__title {
  font-size: clamp(22px, 4vw, 48px);
  line-height: 1.2;
  margin: 0 0 .4em;
  font-weight: 700;
}

/* サブテキスト */
.hero__text {
  font-size: clamp(14px, 2.4vw, 18px);
  line-height: 1.6;
  margin: 0 0 1em;
}

/* ボタン */
.hero__btn {
  display: inline-block;
  padding: 0.7em 1.4em;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #111;
  text-decoration: none;
  font-weight: bold;
  transition: transform .2s ease, background .2s ease;
}
.hero__btn:hover {
  transform: translateY(-2px);
  background: #fff;
}
/* オーバーレイ：左寄せ用 */
.hero__overlay {
  position: absolute;
  inset: 0; /* top, right, bottom, left を全部0に */
  display: flex;
  align-items: center;          /* 縦方向は中央 */
  justify-content: flex-start;  /* 横方向は左寄せ */
  padding-left: 0px;           /* 左から40px余白 */
  z-index: 2;
  pointer-events: none;         /* 背景クリックは下のスライドに通す */
}

/* テキストボックス */
.hero__inner {
  max-width: 600px;
  pointer-events: auto; /* ボタンなどはクリック可能に */
  text-align: left;
  color: #fff;

  /* 背景を半透明にして文字を見やすく */
  background: rgba(232, 232, 232, 0.6);
  padding: 20px 24px;
  border-radius: 12px;
}

/* タイトル */
.hero__title {
  font-size: clamp(22px, 4vw, 48px);
  line-height: 1.2;
  margin: 0 0 .4em;
  font-weight: 700;
}

/* サブテキスト */
.hero__text {
  font-size: clamp(14px, 2.4vw, 18px);
  line-height: 1.6;
  margin: 0 0 1em;
}

/* ボタン */
.hero__btn {
  display: inline-block;
  padding: 0.7em 1.4em;
  border-radius: 999px;
  background: rgba(255,255,255,0.9);
  color: #111;
  font-weight: bold;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.hero__btn:hover {
  transform: translateY(-2px);
  background: #fff;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .hero__overlay {
    padding-left: 16px; /* 左の余白を縮小 */
    align-items: flex-end; /* 縦位置を下に寄せたい場合 */
  }
  .hero__inner {
    max-width: 90%;
    padding: 16px;
  }
}
/* --- レイヤーを左端にくっつける --- */
.hero__overlay {
  position: absolute;
  inset: 0; /* top, right, bottom, left を全部0に */
  display: flex;
  align-items: center;          /* 縦方向：中央寄せ */
  justify-content: flex-start;  /* 横方向：左寄せ */
  z-index: 20;                  /* スライド画像より前面に */
  pointer-events: none;         /* 背景クリックをスライドに通す */
}

.hero__inner {
  pointer-events: auto; /* ボタンやリンクはクリック可能に戻す */
  text-align: left;
  max-width: 600px;

  /* ★背景を半透明グレーに変更 */
  background: rgba(232, 232, 232, 0.6);

  /* ★文字色を濃いグレーに変更 */
  color: #191919;

  padding: 20px 24px;

  /* 左端は角丸なし、右だけ角丸 */
  border-radius: 0 12px 12px 0;
}

/* タイトル */
.hero__title {
  font-size: clamp(22px, 4vw, 48px);
  margin: 0 0 .4em;
  font-weight: 700;
  color: #191919; /* タイトルも濃いグレー */
}

/* サブコピー */
.hero__text {
  font-size: clamp(14px, 2.4vw, 18px);
  line-height: 1.6;
  margin: 0 0 1em;
  color: #191919;
}

/* ボタン */
.hero__btn {
  display: inline-block;
  padding: 0.7em 1.4em;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #191919; /* ボタン文字色も統一 */
  font-weight: bold;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.hero__btn:hover {
  transform: translateY(-2px);
  background: #fff;
}

/* --- スマホ時の調整 --- */
@media (max-width: 768px) {
  .hero__inner {
    max-width: 90%;
    padding: 16px;
    border-radius: 0 8px 8px 0; /* 右だけ角丸 */
  }
}
/* --- ① スライダーのレイヤーを左端にくっつける --- */
.hero__overlay {
  position: absolute;
  inset: 0; /* top, right, bottom, left 全て0 */
  display: flex;
  align-items: center;          /* 縦方向：中央 */
  justify-content: flex-start;  /* 横方向：左寄せ */
  z-index: 20;                  /* 画像より前面に表示 */
  pointer-events: none;         /* 背景クリックをスライドに通す */
}

.hero__inner {
  pointer-events: auto; /* ボタンなどはクリック可 */
  text-align: left;
  max-width: fit-content;

  /* レイヤー背景（半透明グレー） */
  background: rgba(232, 232, 232, 0.6);

  /* 左側は角丸なし、右側のみ角丸 */
  border-radius: 0 12px 12px 0;

  padding: 20px 50px;
	

  /* ② 全体の文字色 */
  color: #191919;
}

/* --- ③ 文字影をなくす --- */
.hero__inner,
.hero__inner * {
  text-shadow: none !important;
}

/* タイトル */
.hero__title {
  font-size: clamp(22px, 4vw, 46px);
  margin: 0 0 .6em;
  font-weight: 700;
  color: #191919; /* 明示的に指定 */
	line-height:1.4;
	letter-spacing:0.15rem;
}

/* サブコピー */
.hero__text {
  font-size: clamp(14px, 2.4vw, 18px);
  line-height: 1.6;
  margin: 0 0 1em;
  color: #191919;
}

/* ボタン */
.hero__btn {
  display: inline-block;
  padding: 0.7em 1.4em;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #191919; /* ボタン文字色も統一 */
  font-weight: bold;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.hero__btn:hover {
  transform: translateY(-2px);
  background: #fff;
}

/* --- スマホ時の調整 --- */
@media (max-width: 768px) {
  .hero__inner {
    max-width: 90%;
    padding: 16px;
    border-radius: 0 8px 8px 0; /* スマホでは少し小さめに */
  }
}
/* 固定比率をやめて高さを自動に */
.hero .hero-swiper { aspect-ratio: auto !important; height: auto !important; }

/* Swiper系の高さも自動に */
.swiper,
.swiper-wrapper,
.swiper-slide { height: auto !important; }

/* 画像が高さを決める：トリミング停止 */
.hero__img {
  display: block;
  width: 100%;
  height: auto !important;   /* ←ここが効く */
  object-fit: contain;       /* 余白が出ても全体表示 */
  background: #0000;         /* レターボックスの背景色を変えたければここ */
}
/* スライダー画像の左に220pxの余白を作る */
.hero__img {
  display: block;
  width: calc(100% - 220px); /* 左に220px分の余白を確保 */
  height: auto;
  object-fit: cover;          /* 画面いっぱいに表示（切り取りあり） */
  object-position: center center;
  margin-left: 220px;         /* ★左にスペースを空ける */
}

.con_box {
	padding:30px 100px;
}
.news_box {
	padding:0px 20px 80px;
	width:1000px;
	margin:auto;
}
/* --- fontset --- */
.midashiue {
	font-size:30px;
	font-weight:bold;
	
}
.midashinaka {
	font-size:80px;
}

.cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cat-list__item {
  border-bottom: 1px solid #CCCCCC;
}
.cat-item {
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 28px 8px;
  text-decoration: none;
  color: inherit;
	font-size: 18px;
}
.cat-item:hover {
  background: rgba(0,0,0,0.03);
}
.cat-item__date {
  min-width: 88px; /* 左に日付を固定幅で */
  font-variant-numeric: tabular-nums;
}
.cat-item__title {
  flex: 1; /* 中央のタイトルを可変幅に */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cat-item__arrow {
  margin-left: 12px; /* 一番右にアイコン */
  display: flex;
  align-items: center;
}
.cat-item__arrow img {
  width: 32px;
  height: 32px;
  display: block;
}
.section-footer {
  margin-top: 16px; /* お知らせ一覧との余白 */
  text-align: right; /* 右寄せ。中央にしたい場合は center に */
}

/* ピル型ボタンのベース */
.pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 9999px;            /* ← 横が完全な角丸（ピル型） */
  text-decoration: none;
  line-height: 1;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform .06s ease, opacity .2s ease;
  user-select: none;
}

/* カラーバリエーション（必要に応じて色変更） */
.pill-btn--primary {
  background: #111;                 /* 背景色 */
  color: #fff;                      /* 文字色 */
  border-color: #111;
}
.pill-btn--primary:hover {
  opacity: 0.92;
}
.pill-btn--primary:active {
  transform: translateY(1px);
}

/* スマホで横幅いっぱいにしたい場合は有効化 */
@media (max-width: 768px) {
  .section-footer { text-align: center; }
  .pill-btn { width: 100%; }
}
/* お知らせ一覧下の余白と配置 */
.section-footer {
  margin-top: 50px;       /* 上に余白 */
  text-align: right;       /* 右寄せ。中央にしたい場合は center */
}

/* ピル型ボタンのベース */
.pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 80px;
  border-radius: 9999px;           /* 完全な角丸（横長ピル型） */
  text-decoration: none;
  line-height: 1;
  font-weight: 800;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.06s ease;
  user-select: none;
  font-size: 18px;
}

/* 背景白 + 文字と線が #343A40 */
.pill-btn--outline {
  background: #fff;                 /* 背景白 */
  color: #343A40;                    /* 文字色 */
  border: 2px solid #343A40;         /* 枠線 */
}

.pill-btn--outline:hover {
  background: #f8f9fa;               /* ホバー時にうっすらグレー背景 */
  color: #343A40;
}

.pill-btn--outline:active {
  transform: translateY(1px);        /* クリック時に少し沈む */
}

/* スマホで中央寄せしたい場合 */
@media (max-width: 768px) {
  .section-footer {
    text-align: center;
  }
  .pill-btn {
    width: 100%;
    max-width: 320px; /* 横幅制限 */
  }
}
.pill-btn {
  font-weight: 600 !important;
}
/* ヘッダー構成調整 */
.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ロゴ部分 */
.site-header__inner .site-logo {
  margin-left: 0 !important;
  text-align: left !important;
}

/* ロゴ画像 */
.site-header__inner .site-logo img {
  display: block;
  margin: 0 !important;
}
/* ヘッダーをフレックスで左右配置に矯正 */
.site-header__inner {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important; /* 中央寄せを解除 */
  text-align: left !important;            /* text-align:center対策 */
}

/* ロゴを先頭・左側に固定 */
.site-header__inner .site-logo,
.site-logo {
  margin: 0 !important;
  margin-right: auto !important; /* 右側を押し広げてメニューを右へ */
}

/* 画像自体にautoセンターが入ってる場合に備える */
.site-logo img {
  display: block !important;
  margin: 0 !important; /* margin:0 auto; の打ち消し */
}

/* メニューがロゴの横で右側に寄るように */
.site-header__inner nav,
.site-header__inner .global-nav,
.site-header__inner .gnav,
.site-header__inner .menu {
  margin-left: auto !important;
}

/* “ラッパーが中央寄せ”されているテーマ対策 */
.header-area,
.site-header,
.header,
.header .wrap {
  text-align: left !important; /* center指定を上書き */
}

/* 古いテーマ/非flex対策（必要なら有効化）
.site-logo { float: left !important; }
.site-nav  { float: right !important; }
*/
/* ヘッダー全体をflex */
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between; /* 左右に分散配置 */
  padding: 0 20px;
}

/* 左：ロゴ */
.site-logo img {
  display: block;
  height: 50px;
  margin: 0;
}

/* 右：お問い合わせボタン＋ハンバーガー */
.header-right {
  display: flex;
  align-items: center;
  gap: 16px; /* ボタンとハンバーガーの間隔 */
}

/* お問い合わせボタン（背景白で枠線） */
.contact-btn {
  padding: 8px 20px;
  border: 1px solid #343A40;
  border-radius: 9999px; /* 完全な角丸 */
  background: #fff;
  color: #343A40;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease;
}

.contact-btn:hover {
  background: #f8f9fa; /* ホバー時に薄いグレー */
}

/* ハンバーガーボタン */
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 3px;
  background: #343A40;
  border-radius: 2px;
}
/* ヘッダー左右配置の基本 */
.site-header__inner{
  display:flex;
  align-items:center;
  justify-content:flex-start; /* まず左寄せスタート */
  gap:16px;
}

/* ロゴは左端に固定 */
.site-logo,
.site-logo .custom-logo-link{
  display:block;
  margin:0 !important;
  text-align:left;
}
.site-logo img,
.custom-logo{
  display:block;
  max-height:56px;
  height:auto;
}

/* 右側：お問い合わせ + ハンバーガーを右端へ */
.header-actions{
  margin-left:auto;              /* これで右端へ押し出す */
  display:flex;
  align-items:center;
  gap:16px;
}

/* お問い合わせボタン（指定色でピル型） */
.contact-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 18px;
  border-radius:9999px;
  background:#fff;
  color:#343A40;
  border:1px solid #343A40;
  text-decoration:none;
  font-weight:600;
  line-height:1;
}
.contact-btn:hover{ background:#f8f9fa; }
.contact-btn-icon{ width:18px; height:18px; display:block; }

/* ハンバーガー */
.menu-toggle{
  display:inline-flex;
  width:32px; height:28px;
  align-items:center; justify-content:center;
  cursor:pointer; user-select:none;
}
.menu-toggle__icon{
  position:relative; width:24px; height:2px; background:#343A40; border-radius:2px;
}
.menu-toggle__icon::before,
.menu-toggle__icon::after{
  content:""; position:absolute; left:0; width:24px; height:2px; background:#343A40; border-radius:2px;
}
.menu-toggle__icon::before{ top:-7px; }
.menu-toggle__icon::after { top: 7px; }

/* チェックボックスは非表示（アクセシビリティのため視覚的にのみ） */
#nav-toggle{ position:absolute; left:-9999px; }

/* もし上位に center 指定があるテーマの場合の保険 */
.site-header, .header, .header .wrap{ text-align:left !important; }

/* レスポンシブ微調整 */
@media (max-width:768px){
  .site-header__inner{ gap:12px; }
  .contact-btn{ padding:8px 14px; font-size:14px; }
}
/* ハンバーガーのベース */
.menu-toggle.hb3 {
  position: relative;
  display: inline-block;
width: 44px;
    height: 47px;
  cursor: pointer;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
  font-size: 0;
  z-index: 1500;
}

/* 3本バー：絶対配置 */
.menu-toggle.hb3 span {
  position: absolute;
    left: 4px;
    right: 4px;
    height: 6px;
    background: #202020;
    border-radius: 10px;
  transition: all 0.25s ease; /* アニメーション */
}

/* 上・中・下 */
.menu-toggle.hb3 span:nth-child(1) {
  top: 5px;
}
.menu-toggle.hb3 span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu-toggle.hb3 span:nth-child(3) {
  bottom: 6px;
}

/* ===== 開いた時の変形 ===== */

/* 1) 中央線はフェードアウト */
#nav-toggle:checked + .header-actions .menu-toggle.hb3 span:nth-child(2),
#nav-toggle:checked ~ .header-actions .menu-toggle.hb3 span:nth-child(2) {
  opacity: 0;
}

/* 2) 上下の線を×に変形 */
#nav-toggle:checked + .header-actions .menu-toggle.hb3 span:nth-child(1),
#nav-toggle:checked ~ .header-actions .menu-toggle.hb3 span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

#nav-toggle:checked + .header-actions .menu-toggle.hb3 span:nth-child(3),
#nav-toggle:checked ~ .header-actions .menu-toggle.hb3 span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.flex {
	display:flex;
	flex-wrap:wrap;
}
.about_left {
	    width: 65%;
}
.about_right {
	    width: 35%;
}
.about {
	position: relative;
    padding: 150px 0px;
    height: 592px;
    background-color: #F3F3F3;
    overflow: hidden;
}
.about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/about_back2.webp);
    opacity: 1;
    background-repeat: no-repeat;
    z-index: 0;
    background-position-x: -300px;
}
.about > * {
  position: relative;
  z-index: 1;
}
.about_b {
	
}
.about .con_box {
	padding:0px 100px 60px;
}
.sec_midashi {
	font-size:50px;
	color:##191919;
	line-height:1.48;
	font-weight:700;
	margin-bottom:30px;
	padding-left:100px;
}
.sec_midashi2 {
	font-size:30px;
	color:#191919;
	line-height:1.48;
	font-weight:700;
	padding-left:100px;
}
.sec_text {
	font-size: 20px;
    line-height: 2;
    color: #191919;
    margin-bottom: 115px;
    margin-top: 80px;
	padding-right:100px;
}
.about_right .section-footer {
	padding-right:100px;
}
.about_pic {
	display:flex;
	flex-wrap:wrap;
}
.about_pic li {
	width:20%;
	padding-right:16px;
}
.about_pic li img {
	width:100%;
	height:auto;
	padding-right:16px;
}
.about_staff {
	margin-top: -80px;
    margin-bottom: 80px;
    z-index: 1;
    position: relative;
}
.sec_text2 {
	font-size: 20px;
    line-height: 2;
    color: #191919;
    margin-bottom: 85px;
    margin-top: 50px;
	padding-left:100px;
}
.service_right {
	    width: 55%;
	padding-left:5%;
}
.service_right img {
    max-width: 100%;
}
.service_left {
	    width: 40%;
	
}
.service_left .section-footer {
    margin-top: 50px;
    text-align: left;
	padding-left:100px;
}
.service {
	padding:100px 0;
}

/*--access--*/
.access {
	padding:50px 0;
}
.accessp01 {
	font-size:35px;
	text-align:left;
	color:#191919;
	margin-bottom:90px;
	margin-top:44px;
}
.accessp02 {
	font-size:22px;
	text-align:center;
	color:#191919;
	margin-bottom:50px;
	margin-top:40px;
}
/* =====================================
   Google Map 2カラム（左右1/2）
   左右100px余白・幅可変・中央線
===================================== */
.wrap{
  box-sizing: border-box;

  /* ✅ 親のmax-width制限を突破しフル幅へ */
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);

  /* ✅ 左右100pxの余白 */
  padding-left: 100px;
  padding-right: 100px;

  /* ✅ 2カラム */
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(24px, 5vw, 64px);
  align-items: start;

  /* ✅ 仕切り線用 */
  position: relative;
}

/* ✅ 中央縦線 */
.wrap::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  width:1px;
  transform: translateX(-0.5px);
  background:#707070;
}

/* box 各カラム */
.wrap .box-a,
.wrap .box-b{
  min-width:0;
  margin: 0;
}

/* 旧CSSの縦線を消す */
.wrap .box-a::after{
  content: none;
}

/* マップ */
.wrap iframe{
  width:100%;
  height:450px;
  border:0;
  display:block;
}

/* Google Map ボタン位置 */
.wrap .section-footer{
  text-align:center;
  margin:50px 0 40px;
}

/* =====================================
   スマホは1カラム
===================================== */
@media (max-width: 900px){
  .wrap{
    grid-template-columns: 1fr;
    row-gap: 48px;

    /* SPは左右余白を狭く */
    padding-left: 20px;
    padding-right: 20px;
  }
  .wrap::after{
    display:none;
  }
}

.access .midashinaka {
  position: relative;
}
.access .midashinaka::after {
  position: absolute;
  content: "";
  top: 50%;
  width: -webkit-fill-available;
  height: 1px;
  background-color: #707070;
}

/* ===== リセット：Recruitセクション ===== */
.recruit {
  position: relative;
  padding: 70px 0 100px 0;         /* ← 左paddingは0に戻す */
  height: 825px;
  background-image: url(../img/rec_back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100px center; /* ← 背景画像だけ左から100px空ける */
}

/* ===== ボックス（中身） ===== */
.rec01 {
  position: relative;
  width: 560px;
  height: 828px;
  background: rgba(232, 232, 232, 0.9);
  overflow: visible;
  margin: 0;
  padding: 260px 20px 40px 20px;   /* 上は見出し分のスペース、左右20px、下40px */
  box-sizing: border-box;
  border-radius: 8px;
}

/* ===== 見出し1：上から90px、中央基準（少し左寄せして右切れ防止） ===== */
.rec_midashi1 {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-55%);     /* -50%より少し左に寄せる */
  white-space: nowrap;             /* 折り返し禁止 */
  overflow: visible;
  z-index: 10;
  margin: 0;
  color: #191919;
  line-height: 1.2;

  font-size: 115px;
  letter-spacing: 0.86rem;
}

/* ===== 見出し2：通常フロー・中央寄せ ===== */
.rec_midashi2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 40px 0;
}

/* ===== 説明文：左寄せ ===== */
.rec_midashi3 {
  font-size: 20px;
  line-height: 1.8;
  text-align: left;
  margin: 0;
	padding: 36px;
}

/* ===== ボタン ===== */
.recruit .section-footer {
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}

/* （任意）狭い画面での文字サイズ調整 */
@media (max-width: 768px) {
  .rec_midashi1 { font-size: 88px; letter-spacing: 0.6rem; }
}
.recruit {
  position: relative;
  padding: 70px 0 100px 0;
  height: 625px;
  background-image: url(../img/rec_back.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100px center;

  display: flex;
  justify-content: flex-end; /* ← rec01を右端に寄せる */
  align-items: flex-start;
}

/* 中のボックス */
.rec01 {
  position: relative;
  width: 560px;
  height: 828px;
  background: rgba(232, 232, 232, 0.9);
  overflow: visible;
  padding: 260px 20px 40px 20px;
  box-sizing: border-box;
  border-radius: 8px;
  margin-right: 160px; /* 右端から100px離す場合は追加 */
}
/* 見出し：中央ど真ん中。サイズは画面に合わせて縮む */
.rec_midashi1{
  left: 50%;
  transform: translateX(-50%);     /* ← -55% から戻す */
  white-space: nowrap;
  /* 画面幅に応じて自動縮小（必要なら数値は微調整） */
  font-size: clamp(72px, 10vw, 115px);
  letter-spacing: clamp(0.3rem, 1.2vw, 0.86rem);
  max-width: 100vw;                /* 安全策：理論上の最大幅 */
}

/* どうしても横スクロが出る場合の保険（できれば最後に） */
html, body { overflow-x: clip; }   /* 古いブラウザなら hidden でも可 */

/* PCは従来どおり（flex等そのまま） */

/* ====== スマホ幅だけ：ロゴ中央 / 右上ハンバーガー / 下にボタン ====== */
@media (max-width: 768px){
  .site-header__inner{
    display: grid;                 /* 安定する2行グリッド */
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "logo burger"
      "cta  cta";
    align-items: center;
    padding: 10px 16px 16px;
    row-gap: 8px;
    position: relative;
    z-index: 100;
    background: inherit;           /* 背景は既存を踏襲 */
  }

  /* ロゴ：中央 */
  .site-header .site-logo{ 
    grid-area: logo; 
    justify-self: center; 
  }
  .site-header .custom-logo-link img{
    max-width: clamp(140px, 40vw, 220px);
    height: auto;
    display: block;
  }

  /* ハンバーガー：右上固定 */
  .site-header .hamburger{
    grid-area: burger;
    justify-self: end;
    z-index: 101;
  }

  /* お問い合わせ：ロゴの下に中央配置（見た目は既存のまま） */
  .site-header .contact-btn,
  .site-header .pill-btn{
    grid-area: cta;
    justify-self: center;
    display: inline-block;   /* 位置だけ指定。色や枠は上書きしない */
    margin-top: 6px;
  }
}
@media only screen and (max-width: 768px){
	.header-actions .contact-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 19px !important;
    padding: 4px 28px !important;
    width: auto !important;
    font-size: 15px !important;
    line-height: 1;
    white-space: nowrap;
    overflow: visible !important;
    background: #fff;
    color: #3D3F58;
    border: 2px solid #3D3F58;
    border-radius: 9999px;
    text-decoration: none;
    transition: all .3s ease;

}
}
.data {
    padding: 20px 0;
    background: #F3F3F3;
    margin-bottom: 70px;
}
@media (max-width: 768px) {
	
	main {
	padding-top:95px;
}
  /* お問い合わせボタンを中央に */
  .site-header .section-footer,
  .site-header .section-footer .pill-btn,
  .site-header .section-footer a {
    display: flex !important;       /* flexで中央寄せ */
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    margin: 8px auto 0 !important;
    width: 100%;
  }

  /* もしボタン自体にfloatやpositionがあったら解除 */
  .site-header .section-footer .pill-btn,
  .site-header .section-footer a {
    float: none !important;
    position: static !important;
  }
	.header-actions .menu-toggle {
    margin-right: 20px !important;
}
}
@media (max-width: 768px) {
	.hero__overlay {
    top: -220px;
}
  /* heroを基準に配置を管理 */
  .hero {
    position: relative;
  }

	.hero__img {
    display: block;
		width:auto;
    height: auto;
    object-fit: cover;
    object-position: center center;
    margin-left: 0px;
}
	.con_box {
    padding: 30px 20px 30px 20px;
}
	.midashiue {
    font-size: 18px;
}
	.midashinaka {
    font-size: 50px;
}
	.wrap {
    display: block;
}
	.wrap .box-a {
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
}
	.wrap .box-a::after {
    position: relative;
    display:none;
}
	.wrap .box-b {
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
}
	.footer_list {
    display: none;
}
	.about {
    position: relative;
    padding: 50px 0px;
    height: auto;
    background-color: #F3F3F3;
    overflow: hidden;
}
.about_b .flex {
    display: block;
}	
	.about_left {
    width: auto;
}
	.about_right {
    width: auto;
}
	.about .con_box {
    padding: 0px 20px 32px;
}
	.sec_midashi {
    font-size: 22px;
    color: ##191919;
    line-height: 1.48;
    font-weight: 700;
    margin-bottom: 30px;
    padding-left: 20px;
		padding-right: 20px;
}
.sec_midashi2 {
    font-size: 18px;
    color: #191919;
    line-height: 1.48;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
}	
	.about_right {
    width: auto;
}
.sec_text {
            font-size: 16px;
        line-height: 2;
        color: #191919;
        margin-bottom: 0px;
        margin-top: 40px;
        padding-right: 20px;
        padding-left: 20px;
}	
	.about_right .section-footer {
    padding-right: 0px;
}
	.about_staff {
    margin-top: -30px;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
}
	.service {
    padding: 50px 0;
}
	.service .flex {
    display: block;
}
	.service_left {
    width: auto;
}
	.sec_text2 {
    font-size: 16px;
    line-height: 2;
    color: #191919;
    margin-bottom: 40px;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
	footer {
    margin-top: 0px;
    text-align: center;
    padding-left: 0px;
    margin-bottom: 0px;
}
	.service_right {
    width: auto;
    padding: 20px;
}
	.tel-row {
    margin: 0;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 2px;
}
	    .menu-left, .menu-right {
        width: 100%;
        padding-top: 0px;
        padding-left: 20px;
    }
.cat-item {
    display: flex
;
    align-items: center;
    gap: 10px;
    padding: 28px 8px;
    text-decoration: none;
    color: inherit;
    font-size: 16px;
}
	.recruit {
    min-height: auto;
}
	.accessp02 {
    font-size: 14px;
    text-align: center;
    color: #191919;
    margin-bottom: 30px;
    margin-top: 30px;
}
		/* ========== Base: Mobile first (〜767px) ========== */
.recruit{
  position: relative;
  display: flex;
  justify-content: center;        /* 中身ボックスを中央寄せ */
  align-items: flex-start;
  padding: 40px 16px 56px;
  min-height: 620px;              /* 固定heightをやめて可変に */
  background: url(../img/rec_back.png) center/cover no-repeat;
  overflow-x: clip;               /* 横スクロ防止（古い環境なら hidden） */
}

.rec01{
  position: relative;
  width: min(560px, 100%);
  background: rgba(232,232,232,.9);
  border-radius: 8px;
  box-sizing: border-box;

  /* 見出しが絶対配置なのでその分の上余白を確保 */
  padding: 200px 16px 32px;       /* (上/左右/下) 小さめから開始 */
  overflow: visible;
}

/* 見出し1（中央基準・自動縮小） */
.rec_midashi1{
  position: absolute;
  top: 64px;                      /* モバイルでは上めに */
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  line-height: 1.1;
  margin: 0;
  z-index: 10;
  color: #191919;

  /* 画面幅に応じて自動縮小（上限はPCサイズに到達） */
  font-size: clamp(56px, 12vw, 115px);
  letter-spacing: clamp(.2rem, 1.2vw, .86rem);
}

.rec_midashi2{
  margin: 0 0 24px;
  font-size: clamp(20px, 4.2vw, 30px);
  font-weight: 600;
  text-align: center;
  color:#191919;
}

.rec_midashi3{
  margin: 0;
  font-size: clamp(15px, 3.6vw, 20px);
  line-height: 1.8;
  text-align: left;               /* 左寄せのまま */
  color:#333;
}

.recruit .section-footer{
  margin-top: 28px;
  margin-bottom: 24px;
  text-align: center;
}
	
	
	
	
}

/* ========== Tablet: 768px〜1023px ========== */
@media (min-width: 768px){
  .recruit{
    padding: 56px 24px 80px;
    min-height: 700px;
    background-position: 40px center;   /* 背景を少し右へシフト（左に余白40px） */
  }

  .rec01{
    padding: 230px 20px 36px;          /* 見出し分の余白を少し増やす */
  }

  .rec_midashi1{ top: 80px; }
}

/* ========== Desktop: 1024px〜 ========== */
@media (min-width: 1024px){
  .recruit{
    padding: 70px 32px 100px;
    min-height: 825px;
    background-position: 100px center;  /* ← 左に100pxの余白（画像を右へ） */
  }

  .rec01{
    width: 560px;
    padding: 260px 20px 40px;           /* 既定値に到達 */
  }

  .rec_midashi1{ top: 90px; }
}

/* ========== さらに広い画面で余白をリッチに（任意） ========== */
@media (min-width: 1440px){
  .recruit{         padding-left: 48px;
        padding-right: 170px; }
}
/* 親は高さを固定しない：必要なら最小高さだけ与える */
.recruit{
  /* height: 825px; ←削除 */
  min-height: 825px;          /* 必要なら残す。いらなければこれも削除OK */
}

/* 子ボックスも高さは自動に */
.rec01{
  /* height: 828px; ←削除 */
  height: auto;
}
.accessp01 {
    font-size: 24px;
    text-align: left;
    color: #191919;
    margin-bottom: 30px;
    margin-top: 0px;
}
	.ct_midashi {
        font-size: 54px;
        text-align: center;
        margin-bottom: 20px;
    }
    .ct_text {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 12px;
    }	
	    .ct_text2 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
    }
	    .ctbox {
        background-image: url(../img/cont_back.jpg);
        padding: 30px 0;
        min-width: auto;
        min-width: auto;
    }
	.service_left .section-footer {
    margin-top: 50px;
    text-align: center;
    padding-left: 0;
}
.recruit {
    min-height: auto;
}	
.js-swiper { width: 100%; }
.js-swiper .swiper-slide { height: auto; }

.p-slideFigure img { width: 100%; height: 100%; object-fit: cover; display: block; }

.p-slideMeta {
  padding: 12px 14px 16px;
  background: #fff;
  border-radius: 12px;
  margin-top: 8px;
  box-shadow: 0 6px 16px rgba(0,0,0,.08);
}
.p-slideTitle { font-size: 1.05rem; margin: 0 0 .4em; line-height: 1.4; }
.p-slideDesc  { font-size: .95rem; color: #333; }
.p-slideAction{ margin-top: .6em; }
.p-slideLink  { text-decoration: underline; }
/* コンテナ（任意で横幅を絞る） */
.s-gallery { max-width: 1100px; margin: 0 auto; }

/* 画像の比率だけ確保しておけばOK */
.s-gallery__figure { aspect-ratio: 16/9; border-radius: 12px; overflow: hidden; background: #eee; }
.s-gallery__figure img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* 矢印を丸ボタン・エメラルド系に（画像のイメージに近づけてます） */
.swiper-button-prev, .swiper-button-next {
  width: 44px; height: 44px;
  border-radius: 9999px;
  border: 4px solid #20cbb7;
  background: #fff;
  color: #20cbb7;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
}
.swiper-button-prev:after, .swiper-button-next:after { font-size: 18px; }

/* ドット（小さめ＆アクティブだけ濃く） */
.swiper-pagination-bullet { width: 8px; height: 8px; opacity: .4; }
.swiper-pagination-bullet-active { opacity: 1; }
.s-gallery { width: 100%; }
.s-gallery .swiper-slide { display:flex; align-items:center; justify-content:center; }
.s-gallery img { width: 100%; height: auto; display:block; }
/* --- result/new_info のスライダー共通 --- */
.s-gallery { /* .js-swiper と同じ要素 */
  --nav-size: 44px;           /* 矢印ボタンの直径 */
  --nav-bg: rgba(255,255,255,.95);
  --nav-color: #111;
  --nav-shadow: 0 2px 10px rgba(0,0,0,.18);
}

/* 矢印：縦長対策＆中央寄せ */
.s-gallery .swiper-button-next,
.s-gallery .swiper-button-prev{
  width: var(--nav-size);
  height: var(--nav-size);
  border-radius: 9999px;
  background: var(--nav-bg);
  color: var(--nav-color);
  box-shadow: var(--nav-shadow);
  display: flex; align-items: center; justify-content: center;
  padding: 0; line-height: 1; box-sizing: content-box;
  top: 50%; transform: translateY(-50%);
}
.s-gallery .swiper-button-next:after,
.s-gallery .swiper-button-prev:after{
  font-size: 18px; /* 矢印アイコンの大きさ */
}

/* スマホは少し小さめ */
@media (max-width: 767px) {
  .s-gallery { --nav-size: 38px; }
}

/* ページ送りの点：画像に被らないように“下に出す” */
.s-gallery .swiper { overflow: visible; } /* 念のため */
.s-gallery .swiper-pagination{
  position: static;         /* 絶対配置を解除して下に配置 */
  margin-top: 10px;
  text-align: center;
}

/* 点の色・コントラスト（お好みで） */
.s-gallery .swiper-pagination-bullet{ background: #888; opacity: .4; }
.s-gallery .swiper-pagination-bullet-active{ background: #111; opacity: 1; }
/* スライドの縦横比は維持 */
.s-gallery__figure{
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
}

/* 画像を枠いっぱいに中央トリミング */
.s-gallery__figure > img{
  display:block;
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: center center !important; /* ← 上寄せを打ち消す */
}
/* 中央カバー（前提） */
.s-gallery__figure{
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 2 !important;      /* ← 16:9 より少し背を高く */
}
.s-gallery__figure > img{
  display:block;
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: center center !important;
}

/* スマホはさらに少し高めに（任意） */
@media (max-width: 640px){
  .s-gallery__figure{
    aspect-ratio: 4 / 3 !important;    /* もっと背を高く */
  }
}
/* --- メイン画像 --- */
.prop-mainimage{
  max-width: 1100px;      /* 適宜変更 */
  margin: 24px auto;      /* 中央寄せ */
  aspect-ratio: 16 / 9;   /* 比率固定 */
  overflow: hidden;
  border-radius: 12px;
}
.prop-mainimage__img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;      /* 中央カバー */
  object-position: center;
}
/* --- 物件情報テーブル --- */
.prop-specs{
  width: 100%;
  max-width: 1100px;
  margin: 32px auto;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  overflow: hidden;
}

.prop-specs th,
.prop-specs td{
  padding: 14px 16px;
  border-bottom: 1px solid #eef2f7;
}

.prop-specs th{
  width: 28%;
  background: #f8fafc;
  font-weight: 600;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  color: #334155;
}

.prop-specs tr:nth-child(even) td{

}

.prop-specs tr:last-child th,
.prop-specs tr:last-child td{
  border-bottom: 0;
}

/* スマホ：縦積み */
@media (max-width: 680px){
  .prop-specs{
    border-radius: 10px;
  }
  .prop-specs tr{
    display: block;
    border-bottom: 1px solid #eef2f7;
  }
  .prop-specs th{
    display: block;
    width: auto;
    background: transparent;
    border-bottom: 0;
    padding-bottom: 6px;
    color: #475569;
  }
  .prop-specs td{
    display: block;
    padding-top: 0;
  }
  .prop-specs tr:last-child{
    border-bottom: 0;
  }
}
/* ===== 物件情報テーブル（横線のみ／縦線なし／背景なし） ===== */
.prop-specs{
  width: 100%;
  max-width: 1100px;
  margin: 32px auto;
  border-collapse: collapse;     /* 線を1本化 */
  background: transparent;       /* 表自体の背景なし */
	
}

/* 横線のみ：行ごとに下線。縦線は付けない */
.prop-specs tr{
  border-bottom: 1px solid #2D2D2D;
}
/* 先頭にも線を入れたい場合は有効化
.prop-specs tr:first-child{ border-top: 1px solid #2D2D2D; }
*/

.prop-specs th,
.prop-specs td{
  border: 0;                     /* 縦線なし */
  padding: 16px;                 /* 基本パディング */
  vertical-align: top;
}

/* thだけ薄グレー背景＋上下広め */
.prop-specs th{
  width: 28%;
  background: #F9F9F9;
  font-weight: 600;
  white-space: nowrap;
  color: #333;
  padding-top: 20px;             /* ← 上下を少し広めに */
  padding-bottom: 20px;
}

/* スマホ：縦積み（横線はそのまま） */
@media (max-width: 680px){
  .prop-specs tr{ display: block; }
  .prop-specs th{
    display: block;
    width: auto;
    border: 0;
    padding-bottom: 8px;         /* ラベルと値の間を少し詰める */
  }
  .prop-specs td{
    display: block;
    border: 0;
    padding-top: 0;
  }
}
.prop-specs{
  width: 100%;
  max-width: 1100px;
  margin: 32px auto;
  border-collapse: collapse;
  background: transparent;
  /* ここを追加 */
  border-top: 1px solid #2D2D2D;
  border-bottom: 1px solid #2D2D2D;
}
.prop-specs{
  position: relative;
}
.prop-specs::before,
.prop-specs::after{
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 1px;
  background: #2D2D2D;
  pointer-events: none;
}
.prop-specs::before{ top: 0; }
.prop-specs::after{ bottom: 0; }
/* 親ラッパー：背景・余白・角丸など */
.prop-specs-wrap{
  max-width: auto;
  margin: 32px auto;
  background: #f3f3f3;        /* 好きな色に変更OK */
  padding: 100px 20px;
  border-radius: 10px;
}

/* テーブルは幅100%＆背景なしのまま */
.prop-specs{
      width: 100%;
    margin: 0;
    border-collapse: collapse;
    background: transparent;
    max-width: 1100px;
    margin: auto;
}

/* 行の横線（実線 #2D2D2D 1px） */
.prop-specs tr{
  border-bottom: 1px solid #2D2D2D;
}
/* 上下にも線 */
.prop-specs tr:first-child{ border-top: 1px solid #2D2D2D; }
.prop-specs tr:last-child { border-bottom: 1px solid #2D2D2D; }

/* 見出しセル（左） */
.prop-specs th{
  width: 26%;
  padding: 32px 20px;          /* 広め */
  background: #F9F9F9;         /* thのみ薄灰 */
  text-align: left;
  font-weight: 700;
  vertical-align: top;
}

/* 値セル（右） */
.prop-specs td{
  padding: 32px 20px;
  vertical-align: top;
}

/* スマホ微調整（任意） */
@media (max-width: 640px){
  .prop-specs-wrap{ padding: 12px 14px; border-radius: 8px; }
  .prop-specs th{ width: 38%; }
}
.bukken .midashiue.ft20 {
    font-size: 20px;
}
.con_box.cent {
    padding: 0px 100px;
    text-align: center;
	margin-bottom:80px;
}
.under_page .service_right {
    width: calc(58% - 70px);
    padding-left: 3%;
}
.under_page .service {
    padding: 100px 0 0;
    min-width: 1405px;
}
.under_page .service2 {
    padding: 0px 100px 50px 100px;
}
.messe2 {
	font-size:36px;
	font-weight:500;
	}
.under_page .service_right img {
    margin-bottom: 100px;
}
.under_page .midashiue {
    font-size: 30px;
    font-weight: bold;
	margin-bottom:20px;
}
.sec_midashi2-2 {
	font-size:65px;
	margin-bottom:70px;
	padding-left:100px;
}
.under_page .about {
    position: relative;
    padding: 75px 0px;
    height: 455px;
    background-color: #F3F3F3;
    overflow: hidden;
	    min-width: 1280px;
}
.under_page .about_left {
    width: 43%;
}
.under_page .about_right {
    width:56%;
}
.sec_midashi2-3 {
    font-size: 65px;
    margin-bottom: 30px;
    padding-left: 0px;
}
.sec_text-2 {
    font-size: 20px;
    line-height: 2;
    color: #191919;
    margin-bottom: 80px;
    margin-top: 30px;
    padding-right: 50px;
	line-height:2.4;
}
.sec_text2-5 {
    font-size: 24px;
    line-height: 2;
    color: #191919;
    margin-bottom: 85px;
    margin-top: 50px;
    padding-left: 100px;
}
.under_page .service3 .about_left {
    width: 34%;
	padding-right: 70px;
}
.under_page .service3 .about_left img {
    width: 100%;
}

.flex.sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec_text2-6 {
    font-size: 24px;
    line-height: 2;
    color: #191919;
    margin-bottom: 85px;
    margin-top: 0px;
    padding-left: 100px;
}
.sec_text2-7 {
	font-size: 30px;
    line-height: 2;
    color: #191919;
    margin-bottom:40px;
    margin-top: 0px;
    padding-left: 100px;
	font-weight:600;
}
.service3 {
	margin-bottom:100px;
}

.under_page .over {
    position: relative;
    padding: 75px 0px;

    background-color: #F3F3F3;
}
.prop-specs.info {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    background: transparent;
    max-width: 1100px;
    margin: 0 50px 70px auto;
}
.con_box.info {
    padding: 30px 100px 100px;
}
.about_add {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.about_add_left {
	width:50%;
	margin-bottom:70px;
}
.about_add_right {
	width:50%;
	margin-bottom:70px;
}
.add0 {
	display:flex;
	flex-wrap:wrap;
}
.add0 li {
	display:flex;
	flex-wrap:wrap;
	height:70px;
	margin-right:20px;
}
.add0 li img {
	width:auto;
	height:70px;
}
.kakudai {
	line-height:2.4;
	text-align:right;
}
.ad11 {
	font-size:20px;
	margin-bottom:20px;
}
.ad12 {
	font-size:18px;
	margin-bottom:30px;
	line-height:1.74;
}
.ad13 {
	font-size:36px;
	font-weight:bold;
}
.ad14 {
	font-size:22px;
}
.addsub {
	margin-bottom:30px;
}


.sub_midashi {
      position: relative;
    background: #fff;
    padding-top: 60px;
    margin-bottom: 190px;

}

.sub_midashi::after {
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 104px;
    background-color: #F3F3F3;
    top: 150px;
}
.con_box.sub {
    padding: 0px 0px 0px 100px;
}
.sub_midashi .midashiue {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.sub_midashi .midashinaka {
    font-size: 80px;
	position: relative;
    z-index: 1;
}
.cont_title {
		font-size:58px;
	text-align:center;
}
.cont_title2 {
	font-size:30px;
	text-align:center;
	font-weight:600;
	margin-bottom:110px;
}
.cont_cou {
	text-align:center;
	font-size:25px;
	line-height:1.84;
	margin-bottom:55px;
}
.form01 {
	background:#F3F3F3;
	padding:60px 0;
}
.form01 .inner {
	width:1200px;
	margin:auto;
}
.koumoku {
	margin-bottom:30px;
	font-size:25px;
}
.hissu {
background-color: #6C757D;
    border-radius: 20px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    padding: 5px 3em;
    margin-left: 1em;
    vertical-align: 4px;
}




form {
  font-size: 25px; /* フォーム内の文字をまとめて25pxに */
}

form input:not([type="checkbox"]),
form textarea,
form select,
form input, form textarea, form select, form button, form checkbox {
    font-size: 25px;
    border: 1px solid #707070;
    border-radius: 14px;
    padding: 20px;
    box-sizing: border-box;
}

/* チェックボックス以外のinput、textarea、selectを100%幅に */
form input:not([type="checkbox"]),
form textarea,
form select {
  width: 100%;
  box-sizing: border-box; /* padding分を含めて幅を計算 */
  border: 1px solid #707070;
    border-radius: 14px;
    padding: 20px;
  font-size: 25px;
}


input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}
.wpcf7-list-item {
    display: block !important;
    margin: 0 0 0 1em;
	line-height:1.7;
}
.form_koumoku {
	margin-bottom:50px;
}
.section-footer.cont {
    margin-top: 50px;
    text-align: center;
	margin-bottom:30px;
}
.pri {
	margin-bottom:80px;
}
.bukken_tile {
    font-size: 50px;
    text-align: center;
}
.bukken_title2 {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
	text-align:center;
}
.bukken_title3 {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}
.prop-mainimage {
	margin-bottom:100px;
}
.prop-specs-wrap {
    margin: 32px auto 0;
    background: #f3f3f3;
    padding: 100px 20px;
    border-radius: 10px;
}
@media (max-width: 640px) {
    .prop-specs th {
        width: 100%;
    }
}
.bukkenListWrap {
	padding:0 100px;
}
.list_pic img {
	width:100%;
	height:auto;
}
.bukken_main {
	font-size:18px;
}
.bukken_main2 {
	font-size:25px;
	font-weight:bold;
	margin-bottom:20px;
}
.bukken_main3 {
	font-size:20px;
}
.bukken_main4 {
	font-size:18px;
}
.bukken_list {
	display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: auto;
	
}
.bukken_box {
	    margin-bottom: 150px;
    padding: 0;
    padding: 20px;
    width: calc(50% - 40px);
}
.list_pic {
	margin-bottom:30px;
}
.navi {
	padding:100px;
}
.navilist {
	display: flex;
    flex-wrap: wrap;
    width: 800px;
    margin: auto;
	justify-content:center;
}
.navilist li {
	margin:0 20px;
}
.news_inner {
	width:1200px;
	margin:0 auto 100px;
}
.news_inner p {
	font-size:25px;
	line-height:1.8;
}
.news_inner.pri p {
   font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
	padding-left: 1em;
}
.news_inner.pri li {
    font-size: 18px;
    line-height: 1.7;
	padding-left:2em;
	list-style-type: disc;
}
.news_inner.pri li {
        padding: .1em .3em .1em 0;
}

.news_inner.pri li::marker {
    color: #8f8f8f;
    font-size: 1.1em;
}
.news_inner.pri ul {
	margin-bottom: 20px;
    padding-left: 4em;
}
.news_inner.pri h2 {
    font-size: 25px;
    line-height: 2.0;
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 30px;
    border-bottom: 3px dotted #949494;
    background-color: #ffffff;
    color: #333333;
}
.news_inner.pri h3 {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 10px;
    margin-top: 30px;
}
.news_inner.pri h4 {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 10px;
    margin-top: 30px;
}
.mb60 {
	margin-bottom:60px;
}
.top .bukken_box {
       width: 31%;
    margin-bottom: 0px;
    padding: 1%;
}
.top .bukken_box img {
	height:auto;
}
.con_top {
	padding-bottom:110px;
}
/* =======================================
   全体背景は白
======================================= */
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

/* =======================================
   セクション全体
======================================= */
.services-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0 100px;
  background: #fff;
}

/* =======================================
   事業内容の背景帯 (#F3F3F3)
   - 上から200px下げる
   - 高さは300px固定
======================================= */
.services-bg {
  position: absolute;
  top: 200px;           /* 背景帯を下に200px下げる */
  left: 0;
  width: 100%;
  height: 200px;         /* 高さを300px固定 */
  background-color: #F3F3F3;
  z-index: 1;
}

/* =======================================
   コンテンツ部分（テキスト＋画像）
======================================= */
.container {
  position: relative;
  z-index: 2; /* 背景帯より上に表示 */
  display: flex;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  padding: 0 20px;
}

/* 左側テキスト */
.services-text {
  flex: 1;
  max-width: 300px;
}

.services-title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  background: transparent;
}

.services-title span {
  font-size: 32px;
  display: block;
  margin-top: 8px;
  font-weight: normal;
}

/* 右側画像 */
.services-image {
  flex: 2;
  position: relative;
  z-index: 2;
}

.services-image img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

/* =======================================
   overlay-text（写真の下から90px上に配置）
======================================= */
.overlay-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 19%;
    z-index: 3;
    max-width: 1000px;
    width: 80%;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    text-align: left;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* =======================================
   レスポンシブ対応
======================================= */
@media (max-width: 768px) {
	.s-gallery {
    width: 90%;
}
	.prop-mainimage {
    margin: 0 20px 50px;
}
	.bukkenListWrap {
    padding: 0 10px;
}
	.under_page .about {
    position: relative;
    padding: 45px 6px;
    height: auto;
    background-color: #F3F3F3;
    overflow: hidden;
    min-width: auto;
}
	    .under_page .about_right {
        width: auto;
			padding:0 15px;
    }
	    .under_page .about_right {
        width: auto;
			padding:0 15px;
    }
	.sec_midashi2-3 {
    font-size: 45px;
    margin-bottom: 30px;
    padding-left: 0px;
}
	.under_page .service {
    padding: 60px 0 0;
    min-width: auto;
}
.sec_midashi2-2 {
    font-size: 45px;
    margin-bottom: 30px;
    padding-left: 20px;
}	
.sec_text2-5 {
    font-size: 20px;
    line-height: 2;
    color: #191919;
    margin-bottom: 85px;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
	.under_page .service_right {
    width: auto;
    padding-left: 20px;
}
.under_page .service2 {
    padding: 0px 20px 50px 20px;
}	
.messe2 {
    font-size: 28px;
    font-weight: 500;
}	
.sec_text2-6 {
    font-size: 20px;
    line-height: 2;
    color: #191919;
    margin-bottom: 55px;
    margin-top: 0px;
    padding-left: 0px;
}	
.sec_text2-7 {
    font-size: 22px;
    line-height: 2;
    color: #191919;
    margin-bottom: 40px;
    margin-top: 0px;
    padding-left: 0;
    font-weight: 600;
    text-align: right;
}	
.under_page .service3 .about_left {
    width: auto;
    padding: 20px;
}	
.prop-specs th {
    padding: 20px 20px;
    background: #F9F9F9;
    text-align: left;
    font-weight: 700;
    vertical-align: top;
}	
.about_add_left {
    width: auto;
    margin-bottom: 30px;
}	
.add0 li {
    display: block;
    flex-wrap: wrap;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
}	
.about_add_right {
    width: -webkit-fill-available;
    margin-bottom: 70px;
}	
.services-section {
    position: relative;
    overflow: hidden;
    padding: 0px 0 100px;
    background: #fff;
}	
	
	
	
	
	
	
	
	
	
	.services-text {
    margin-top: 0;
}
  .container {
    flex-direction: column;
    gap: 20px;
  }

  .services-text {
    max-width: 100%;
    text-align: center;
  }

  .overlay-text {
    max-width: 90%;
    bottom: 40px; /* スマホでは少し余白を減らす */
    padding: 15px 20px;
  }
}
/* コンテナは中央寄せ前提（例） */
.container {
  max-width: 1200px;   /* ←あなたのサイトの実値に合わせて */
  margin: 0 auto;
  overflow: visible;   /* はみ出し許可 */
}

/* 画像ブロックを右端に吸い寄せ + 70px内側 */
.services-image{
  margin-left: auto; /* まずは右寄せ */
  /* 画面右端までの“コンテナ外余白”だけ右へ移動し、70px戻す */
  transform: translateX(calc((100vw - min(100vw, 1200px)) / 2 - 70px));
}

/* 画像はそのまま可変でOK */
.services-image img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* 狭い幅では通常の縦並びに戻す（70px固定は無理が出やすいので解除） */
@media (max-width: 1024px){
  .services-image{
    transform: none;
  }
	
}

/* ==============================
   背景帯（高さ300px・上から200px下げる）
============================== */
.services-bg {
  position: absolute;
  top: 200px;         /* 背景帯の開始位置 */
  left: 0;
  width: 100%;
  height: 200px;       /* 背景帯の高さ */
  background-color: #F3F3F3;
  z-index: 1;
}

/* ==============================
   コンテナの中で見出しを中央揃え
============================== */
.container {
  position: relative;
  z-index: 2; /* 背景帯より上 */
  display: flex;
  align-items: center; /* ←ここで縦中央揃え */
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  padding: 0 20px;
  min-height: 300px; /* 背景帯と同じ高さを確保 */
}

/* 左側テキストエリア */
.services-text {
  flex: 1;
  max-width: 300px;
  display: flex;
  align-items: center;  /* h2を上下中央揃え */
  justify-content: center; /* 横も中央揃えしたい場合 */
	margin-top:-150px;
}

/* 見出し */
.services-title {
font-size: 38px;
    line-height: 1.1;
    font-weight: bold;
    background: transparent;
}

.services-title span {
  font-size: 32px;
  display: block;
  margin-top: 8px;
  font-weight: normal;
}
/* 帯を200px固定＆中身を縦横センター */
.services-bg{
  height: 200px;              /* 帯の高さ */
  background: #F3F3F3;
  display: grid;              /* Gridで中央寄せが一番安定 */
  place-items: center;        /* 縦横ど真ん中 */
  padding: 0;                 /* 余白でズレないように */
}

/* 見出し側のデフォルト余白を消して中央ズレ防止 */
.services-bg .services-title,
.services-bg h2{
  margin: 0;
  padding: 0;
  line-height: 1.2;
  text-align: center;
}

.services-bg .services-title span{
  display: block;
  margin-top: 8px;            /* 上下の間隔だけ適度に */
  font-weight: normal;
}
.ft120 {
	font-size:100px !important;
}
@media (max-width: 768px) {
	.services-text {
    margin-top: 0;
}
	}

.serbox {
	margin-bottom:160px;
	display:flex;
	flex-wrap:wrap;
	padding:0 70px 0 100px;
}
img {
	max-width:100%;
	
}
.serbox1 {
	width: calc(50% - 60px);
	padding-right:60px;
}
.serbox2 {
	width:50%;
}
.serbox01 {
	width:50%;
}
.serbox02 {
	width:50%;
	width: calc(50% - 60px);
	padding-right:60px;
}

/* 行全体（2カラム：番号 + テキスト） */
.feat-row{
  display: grid;
  grid-template-columns: auto 1fr; /* 左は内容幅、右は残り全部 */
  column-gap: 24px;
  align-items: start;              /* 上揃え（中央にしたいなら center） */
	margin-bottom:70px;
}

/* 左の番号 */
.feat-no{
  font-weight: 700;
  font-size: clamp(48px, 8vw, 96px); /* 画面に応じて伸縮 */
  line-height: 1;                    /* 余白でズレないように */
  color: #6F6CE5;                    /* お好みの紫 */
  letter-spacing: .06em;
	font-family: "rama-gothic-m", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.14rem;
}

/* 右の見出し＋説明 */
.feat-text h3{
  margin: 0 0 8px;
  font-weight: 700;
  font-size: clamp(20px, 2.2vw, 36px);
  line-height: 1.4;
  color: #222;
}
.feat-text p{
  margin: 0;
  font-size: clamp(14px, 1.4vw, 18px);
  color: #333;
}

/* スマホ時は縦積み（必要なら） */
@media (max-width: 600px){
  .feat-row{
    grid-template-columns: 1fr;   /* 1カラム */
    row-gap: 8px;
  }
  .feat-no{ line-height: 1; }     /* そのまま大きく表示 */
}
/* セクション全体 */
.service-list {
  display: flex;
  flex-direction: column;
  gap: 20px; /* 各カード間の余白 */
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

/* 各サービスカード */
.service-item {
  background: #fff;
  padding: 20px 24px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  position: relative;
}

/* 見出し（左にライン） */
.service-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  padding-left: 12px;
  position: relative;
}

.service-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #000; /* ラインの色 */
}

/* 説明文 */
.service-desc {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  color: #333;
}

/* レスポンシブ（スマホ調整） */
@media (max-width: 480px) {
  .service-item {
    padding: 16px;
  }

  .service-title {
    font-size: 16px;
  }

  .service-desc {
    font-size: 14px;
  }
}
	.flowbox {
		background:#F3F3F3;
		padding:100px 0;
	}

/* フロー全体 */
.flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px; /* 各ステップ間の余白 */
  background: #f2f2f4;
  padding: 40px 20px;
}

/* 各ステップ */
.flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* カード部分 */
.flow-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px 30px;
  width: 300px;
  max-width: 90%;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* 番号 */
.flow-number {
  font-size: 20px;
  color: #7a6bdc; /* 紫系 */
  font-weight: bold;
  margin-bottom: 8px;
}

/* タイトル */
.flow-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #222;
}

/* 説明文 */
.flow-text {
  font-size: 14px;
  color: #333;
  margin: 0;
  line-height: 1.6;
}

/* 矢印部分 */
.flow-arrow {
  font-size: 24px;
  color: #000;
  margin-top: 16px;
  user-select: none;
}



/* スマホ対応 */
@media (max-width: 480px) {
  .flow-card {
    width: 100%;
    padding: 20px;
  }

  .flow-number {
    font-size: 18px;
  }

  .flow-title {
    font-size: 18px;
  }

  .flow-text {
    font-size: 13px;
  }
}
/* V字型の矢印 */
.flow-arrow {
  width: 20px;                 /* 全体の横幅 */
  height: 20px;                /* 全体の高さ */
  border-left: 4px solid #000; /* 左の線 */
  border-bottom: 4px solid #000; /* 下の線 */
  transform: rotate(-45deg);   /* 45度回転させてV字型に */
  margin: 20px auto;
}
/* フロー全体 */
.flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f2f2f4; /* 背景色 */
  padding: 40px 0;
  width: 100%;
}

/* 各ステップ */
.flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; /* 横幅いっぱい */
}

/* カード部分 */
.flow-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px 30px;
  width: 100%; /* 横幅100% */
  max-width: 1200px; /* 最大幅を指定してレイアウトを崩さない */
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-align: center;
  box-sizing: border-box; /* paddingを含めて100%幅に計算 */
}

/* 番号 */
.flow-number {
  font-size: 20px;
  color: #7a6bdc;
  font-weight: bold;
  margin-bottom: 8px;
}

/* タイトル */
.flow-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #222;
}

/* 説明文 */
.flow-text {
  font-size: 14px;
  color: #333;
  margin: 0;
  line-height: 1.6;
}

/* V字型の矢印 */
.flow-arrow {
  width: 24px;
  height: 24px;
  border-left: 4px solid #000;
  border-bottom: 4px solid #000;
  transform: rotate(-45deg);
  margin: 20px auto;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .flow-card {
    padding: 20px;
    max-width: 90%; /* スマホは少し余白 */
  }
}
@media screen and (max-width: 767px) {
  .serbox.rev {
    flex-direction: column-reverse; /* 子要素の並び順を逆にする */
  }
}
/* セクションの横幅管理（必要に応じて変更） */
.kv-wrap{
      margin: 0 auto;
    padding: 0 70px 50px 100px;
}

/* 画像コンテナ */
.kv{
  position: relative;
  margin: 0;
  border-radius: 16px;

  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

/* 画像 */
.kv > img{
  display: block;
  width: 100%;
  height: auto;
}

/* 被せるテキストボックス */
.kv-overlay{
  position: absolute;
  left: 24px;
  right: 24px;                      /* 横いっぱいにしつつ左右余白 */
  bottom: 24px;                     /* 画像の下から少し浮かせる */
  background: rgba(255,255,255,.92);
  padding: 16px 20px;
  border-radius: 8px;
  color: #222;
  font-size: 14px;
  line-height: 1.9;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
  /* モダン環境なら軽くぼかし：対応環境のみ効く */
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

/* レスポンシブ（スマホ） */
@media (max-width: 640px){
  .kv-wrap{ padding: 0 12px; }
  .kv{ border-radius: 12px; }
  .kv-overlay{
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 12px 14px;
    font-size: 13px;
    line-height: 1.8;
  }
}
/* 被せるテキストボックス */
.kv-overlay {
    position: absolute;
    left: -60px;
    right: 150px;
    bottom: 50px;
    background: rgba(255, 255, 255, .92);
    padding: 16px 20px;
    border-radius: 8px;
    color: #222;
    font-size: 14px;
    line-height: 1.9;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    transition: all 0.3s 
ease;
}

/* スマホ時ははみ出しを解除して安全に表示 */
@media (max-width: 640px){
  .kv-overlay{
    left: 12px;
    right: 12px;
    bottom: -57px;
    padding: 12px 14px;
    font-size: 13px;
    line-height: 1.8;
  }
}
.sub_midashi.rec {
    position: relative;
    background: #fff;
    padding-top: 60px;
    margin-bottom: 0px;
}	
.sub_midashi2 {
    position: relative;
    background: #fff;
    padding-top: 60px;
    margin-bottom: 50px;
}
.sub_midashi2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 204px;
    background-color: #F3F3F3;
    top: 150px;
}
.con_box.sub {
    padding: 0px 0px 0px 100px;
    z-index: 1;
    position: relative;
}

.flowbox.rec {
    background: #fff;
    padding: 100px 0;
}
.rec .flow-card {
    background: #F3F3F3;
    border-radius: 12px;
    padding: 24px 30px;
    width: 100%;
     max-width: 1200px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    box-sizing: border-box;
}
.rec .flow {
    display: flex
;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 40px 0;
    width: 100%;
}
.flow-number {
	font-size:80px;
	font-family: "rama-gothic-m", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.14rem;
}
.flow-title {
	    font-size: 44px;
    font-weight: bold;
    margin-bottom: 14px;
}
.flow-text {
	font-size:24px;
	font-weight:bold;
	 margin-bottom: 30px;
}
.serbox.rec {
    margin-bottom: 160px;
    display: flex
;
    flex-wrap: wrap;
    padding: 100px 0px 0 0px;
}
/* グリッド（PC:3列 / タブ:2列 / SP:1列） */
.jobs{
  display: grid
;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    max-width: none;
    margin: 0 auto;
    padding: 0 70px 0 100px;
}

/* カード */
.job-card{ display:block; }

/* 画像ブロック */
.job-media{
  margin: 0 0 30px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
    position: relative;
}
.job-media::after{              /* うっすら枠風（任意） */
  content:"";
  position:absolute; inset:0;
  border:2px solid rgba(76,110,245,.25);
  border-radius:16px;
  pointer-events:none;
}
.job-media img{
  width:100%; height:220px;     /* 固定高 → 必要なら aspect-ratio: 16/9; に変更可 */
  object-fit:cover; display:block;
}

/* 英語見出し */
.job-ey{
  margin:0 0 6px;
  font-weight:700;
  font-size:50px;
  color:#5c63d8;               /* ブルー/パープル系 */
  letter-spacing:.02em;
	font-family: "rama-gothic-m", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.14rem;
	line-height:1;
}

/* 日本語見出し */
.job-ja{
  margin:0 0 8px;
  font-size:25px;
  font-weight:700;
  color:#222;
}

/* 説明文 */
.job-txt{
  margin:0;
  font-size:14px;
  line-height:1.9;
  color:#333;
}

/* レスポンシブ */
@media (max-width: 1024px){
  .jobs{ grid-template-columns: repeat(2, 1fr); gap:28px; }
  .job-media img{ height:200px; }
}
@media (max-width: 640px){
  .jobs{ grid-template-columns: 1fr; gap:22px; padding:0 12px; }
  .job-media{ border-radius:12px; }
  .job-media::after{ border-radius:12px; }
  .job-media img{ height:190px; }
  .job-ey{ font-size:18px; }
  .job-ja{ font-size:15px; }
  .job-txt{ font-size:13px; }
}
.con_box.rec2 {
    padding: 30px 70px 100px;
}
.appeal {
	background:#F3F3F3;
	padding:100px 70px 100px 0px;
}
.under_page .midashiue5 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
	padding-top:30px;
}
:root{
  --brand:#6F6CE5;
  --card-bg:#f5f6f8;
}

/* セクション全体 */
.points{
  display:flex;
  flex-direction:column;
  gap:28px;
  max-width:1100px;
  margin:0 auto;
  padding:0 16px 32px;
}

/* 1カード（PC：3カラム） */
.point-card{
  display:grid;
  grid-template-columns: 110px 1fr 360px; /* 左 / 中央 / 右画像 */
  gap:28px;
  align-items:center;
  background:#fff;
  border-radius:14px;
  padding:22px 24px;
  box-shadow:0 4px 18px rgba(0,0,0,.06);
}

/* 左：POINT＋番号 */
.point-left{ display:flex; flex-direction:column; gap:10px; align-items:flex-start; }
.point-label{
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight:700;
  letter-spacing:.12em;
  color:#222;
	font-family: "rama-gothic-m", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.14rem;
	    font-size: 60px;
}
.point-num{
  width:56px; height:96px;

  border-radius:10px;
  color:var(--brand);
  font-weight:700;
  font-size:34px;
  line-height:1;
  display:flex; align-items:center; justify-content:center;
	font-family: "rama-gothic-m", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.14rem;
	    font-size: 60px;
}

/* 中央：タイトル＋本文 */
.point-title{
  margin:0 0 10px;
  font-weight:700;
  font-size:20px;
  color:#222;
}
.point-text{
  margin:0;
  font-size:14px;
  line-height:1.9;
  color:#333;
}

/* 右：画像 */
.point-media{
  margin:0;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 6px 16px rgba(0,0,0,.08);
}
.point-media img{
  width:100%; height:220px; object-fit:cover; display:block;
}

/* タブレット：画像幅を少し縮める */
@media (max-width: 1024px){
  .point-card{
    grid-template-columns: 100px 1fr 300px;
    gap:22px;
  }
  .point-media img{ height:200px; }
}

/* スマホ：縦積み（画像は最後） */
@media (max-width: 680px){
  .point-card{
    grid-template-columns: 1fr;
    grid-template-areas:
      "left"
      "body"
      "image";
    padding:18px 16px;
    gap:14px;
  }
  .point-left{ grid-area:left; flex-direction:row; gap:14px; align-items:center; }
  .point-label{ font-size:14px; }
  .point-num{ width:48px; height:78px; font-size:28px; }
  .point-body{ grid-area:body; }
  .point-media{ grid-area:image; }
  .point-media img{ height:190px; }
}
/* ラッパー（背景グレーにしたい場合はここで） */
.faq{ background:#f2f2f2; padding:24px 0; }

/* リスト全体 */
.faq-list{
 max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  list-style: none;
}

/* 各アイテムの上下余白＆区切り線 */
.faq-item{ padding:14px 0; }
.faq-item + .faq-item{ border-top:1px solid #d9d9d9; }

/* Q行 / A行 共通レイアウト */
.faq-row{
  display:grid;
  grid-template-columns: 32px 1fr; /* 丸バッジ / テキスト */
  column-gap: 12px;
  align-items: start;
}

/* 行間 */
.faq-row + .faq-row{ margin-top:8px; }

/* 丸バッジ */
.badge{
  width: 26px; height: 26px;
  display:grid; place-items:center;
  border-radius:50%;
  font-weight:700; font-size:12px;
  line-height:1; user-select:none;
}

/* Qはグレー塗り、Aは白＋枠 */
.faq-row.q .badge{     background: #bdbdbd;
    color: #fff;
    border: none;
    font-family: "rama-gothic-m", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.14rem;
    font-size: 24px; }
.faq-row.a .badge{ background:#fff; color:#333; border:1px solid #bdbdbd;font-family: "rama-gothic-m", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.14rem;
    font-size: 24px; }

/* テキスト */
.q-text{ font-weight:700; margin:0; color:#222; }
.faq-row p{ margin:0; color:#333; line-height:1.9; font-size:14px; }

/* スマホ微調整 */
@media (max-width: 520px){
  .faq-row{ grid-template-columns: 28px 1fr; column-gap:10px; }
  .badge{ width:24px; height:24px; font-size:11px; }
  .faq-row p{ font-size:13px; line-height:1.8; }
}
/* 文字を24pxに（Q行/A行どちらも） */
.faq-row .q-text,
.faq-row p{
  font-size: 24px;
  line-height: 1.75;
}

/* バッジとレイアウトも少し拡大 */
.faq-row{
  grid-template-columns: 40px 1fr; /* 丸/テキスト */
  column-gap: 16px;
}

.badge{
  width: 34px;
  height: 34px;
  font-size: 13px;   /* バッジ中の “Q/A” */
}

/* 必要ならスマホで少しだけ調整（任意） */
@media (max-width: 520px){
  .faq-row{
    grid-template-columns: 34px 1fr;
    column-gap: 12px;
  }
  .badge{
    width: 30px;
    height: 30px;
  }
}
/* 文字を24pxに（Q行/A行どちらも） */
.faq-row .q-text,
.faq-row p{
  font-size: 24px;
  line-height: 1.75;
}

/* バッジとレイアウトも少し拡大 */
.faq-row{
  grid-template-columns: 40px 1fr; /* 丸/テキスト */
  column-gap: 16px;
}

.badge{
  width: 34px;
  height: 34px;
  font-size: 13px;   /* バッジ中の “Q/A” */
}

/* 必要ならスマホで少しだけ調整（任意） */
@media (max-width: 520px){
  .faq-row{
    grid-template-columns: 34px 1fr;
    column-gap: 12px;
  }
  .badge{
    width: 30px;
    height: 30px;
  }
}
/* ===== recruit の FAQを24pxに ===== */
.faq .faq-row .q-text,
.faq .faq-row p{
  font-size: 24px;
  line-height: 1.75;
}

/* バッジとレイアウトも少し拡大（バランス調整） */
.faq .faq-row{
  grid-template-columns: 42px 1fr;
  column-gap: 16px;
}
.faq .badge{
  width: 36px;
  height: 36px;
  font-size: 13px; /* Q/A の文字 */
}

/* アイテム間の余白・罫線（任意） */
.faq .faq-item{ padding: 18px 0; }
.faq .faq-item + .faq-item{ border-top: 1px solid #ddd; }




/* ▼▼▼ 追加 ▼▼▼ */

/* 初期状態：左にずらして非表示 */
.about_pic li {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

/* 表示時 */
.about_pic li.show {
  opacity: 1;
  transform: translateX(0);
}

/* 遅延 */
.about_pic li:nth-child(1) { transition-delay: 0.00s; }
.about_pic li:nth-child(2) { transition-delay: 0.15s; }
.about_pic li:nth-child(3) { transition-delay: 0.30s; }
.about_pic li:nth-child(4) { transition-delay: 0.45s; }
/* ▼▼ 初期状態 ▼▼ */
.service_left,
.service_right {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 上から表示 */
.service_left.show {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

/* 下から表示 */
.service_right {
  transform: translateY(40px);
}
.service_right.show {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.25s;
}
/* ▼▼ 初期状態 ▼▼ */
.recruit {
  opacity: 0;
  transform: translateX(-40px); /* 左から */
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.rec01 {
  opacity: 0;
  transform: translateX(40px); /* 右から */
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 表示時 */
.recruit.show {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.1s;
}

.rec01.show {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.25s;
}
/* ▼ 初期状態 ▼ */
.box-a,
.box-b {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 左から */
.box-a {
  transform: translateX(-40px);
}

/* 右から */
.box-b {
  transform: translateX(40px);
}

/* ▼ 表示時 ▼ */
.box-a.show,
.box-b.show {
  opacity: 1;
  transform: translateX(0);
}
/* ▼ 初期状態 ▼ */
.ctbox2_left,
.ctbox2_right {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 上から表示（＝初期位置は上にズラす） */
.ctbox2_left {
  transform: translateY(-40px);
}

/* 下から表示（＝初期位置は下にズラす） */
.ctbox2_right {
  transform: translateY(40px);
}

/* ▼ 表示時 ▼ */
.ctbox2_left.show,
.ctbox2_right.show {
  opacity: 1;
  transform: translateY(0);
}
.sec_midashi {
  display: inline-block;
  line-height: 1.5;
}

/* span（1文字ごと）初期状態 */
.sec_midashi span {
  opacity: 0;
  transform: translateX(-12px);
  display: inline-block;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* 表示時 */
.sec_midashi.show span {
  opacity: 1;
  transform: translateX(0);
}
.sec_midashi {
  opacity: 0; /* ← 追加 */
  display: inline-block;
  line-height: 1.5;
}

.sec_midashi.show span {
  opacity: 1;
  transform: translateX(0);
}
.rec_midashi1 {
  opacity: 0; 
  display: inline-block;
  line-height: 1.5;
}
.rec_midashi1 span {
  opacity: 0;
  transform: translateX(-12px);
  display: inline-block;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.rec_midashi1.show span {
  opacity: 1;
  transform: translateX(0);
	font-family: "rama-gothic-m", sans-serif !important;
}
.eijib {
    font-family: "rama-gothic-m", sans-serif !important;
}
.hero__text01 {
	font-family: "rama-gothic-m", sans-serif;
    font-size: 41px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.14rem;
    margin-bottom: 0.4em;
	margin-top:0.4em;
}
.midashiue,
.midashinaka.eiji {
  opacity: 0;
  transform: translateX(0);
  transition: all 0.9s ease;
}

/* 左から（midashiue） */
.midashiue {
  transform: translateX(-40px);
}
.midashiue.is-show {
  opacity: 1;
  transform: translateX(0);
}

/* 右から（midashinaka.eiji） */
.midashinaka.eiji {
  transform: translateX(40px);
}
.midashinaka.eiji.is-show {
  opacity: 1;
  transform: translateX(0);
}
/* 初期状態（非表示 & スライド） */
.midashi-left,
.midashi-right {
  opacity: 0;
  transition: all .9s ease;
}

/* 左から */
.midashi-left {
  transform: translateX(-40px);
}
.midashi-left.is-show {
  opacity: 1;
  transform: translateX(0);
	font-size: 38px;
    font-weight: 900;
}

/* 右から */
.midashi-right {
  transform: translateX(40px);
}
.midashi-right.is-show {
  opacity: 1;
  transform: translateX(0);
}
.overlay-text.is-show {
  animation: overlay-slide-left .9s ease forwards;
}

@keyframes overlay-slide-left {
  from { opacity:0; translate: -30px 0; } /* ← transform ではなく translate */
  to   { opacity:1; translate: 0 0; }
}
.services-image.is-show {
  animation: slide-down .9s ease;
  will-change: opacity, translate;
}

@keyframes slide-down {
  from {
    opacity: 0;
    translate: 0 -30px;   /* ← transform ではなく translate */
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
.services-image.is-show {
  animation: slideDown .9s ease both;
  animation-delay: .6s;
}
.sec_midashi2-3 .char{
  opacity: 0;
  display: inline-block;
  transform: translateY(10px);
  transition: opacity .4s ease, transform .4s ease;
}
.sec_midashi2-3 .char.show{
  opacity: 1;
  transform: translateY(0);
}
.sec_midashi2-2 .char{
  opacity: 0;
  display: inline-block;
  transform: translateY(10px);
  transition: opacity .4s ease, transform .4s ease;
}
.sec_midashi2-2 .char.show{
  opacity: 1;
  transform: translateY(0);
}
.service-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s ease, transform .7s ease;
  will-change: opacity, transform;
}

.service-item.show {
  opacity: 1;
  transform: translateY(0);
}
.flow-step {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s ease, transform .7s ease;
  will-change: opacity, transform;
}

.flow-step.show {
  opacity: 1;
  transform: translateY(0);
}
.serbox1,
.serbox2 {
  opacity: 0;
  will-change: opacity, transform;
  transition: opacity .7s ease, transform .7s ease;
}

/* 右から */
.serbox1 {
  transform: translateX(40px);
}
.serbox1.show {
  opacity: 1;
  transform: translateX(0);
}

/* 左から */
.serbox2 {
  transform: translateX(-40px);
}
.serbox2.show {
  opacity: 1;
  transform: translateX(0);
}
/* 初期状態 */
.serbox01,
.serbox02 {
  opacity: 0;
  transition: opacity .7s ease, transform .7s ease;
  will-change: opacity, transform;
}

/* serbox01 = 右から */
.serbox01 {
  transform: translateX(40px);
}
.serbox01.show {
  opacity: 1;
  transform: translateX(0);
}

/* serbox02 = 左から */
.serbox02 {
  transform: translateX(-40px);
}
.serbox02.show {
  opacity: 1;
  transform: translateX(0);
}
.point-card {
  opacity: 0;
  will-change: opacity, transform;
  transition: opacity .7s ease, transform .7s ease;
}

/* 偶数：左 → 右（左から） */
.point-card.left {
  transform: translateX(-40px);
}
.point-card.left.show {
  opacity: 1;
  transform: translateX(0);
}

/* 奇数：右 → 左（右から） */
.point-card.right {
  transform: translateX(40px);
}
.point-card.right.show {
  opacity: 1;
  transform: translateX(0);
}
.job-card {
  opacity: 0;
  transform: translateY(40px);   /* 下 → 上 */
  transition: opacity .7s ease, transform .7s ease;
  will-change: opacity, transform;
}

.job-card.show {
  opacity: 1;
  transform: translateY(0);
}
.faq-item {
  opacity: 0;
  transform: translateY(30px);   /* 上 → 下 */
  transition: opacity .7s ease, transform .7s ease;
  will-change: opacity, transform;
}

.faq-item.show {
  opacity: 1;
  transform: translateY(0);
}
/* 初期は透明にしておく */
.services-image {
  opacity: 0;
}

/* .show が付いたらふわっと表示 */
.services-image.show {
  opacity: 1;
  transition: opacity .8s ease;   /* ← 好きな速度に調整 */
}
/* 初期状態：非表示 */
.kv {
  opacity: 0;
}

/* show が付いたらフェードイン */
.kv.show {
  opacity: 1;
  transition: opacity .8s ease;   /* ← 好きな速度に調整 */
}
/* 初期：下に少しズラしておく */
.kv-overlay {
  opacity: 0;
  transform: translateY(30px);   /* ← 下から */
}

/* show が付いたら元の位置へ */
.kv-overlay.show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .8s ease, transform .8s ease;
}









/* 初期は通常表示（JSで毎回“開始状態→表示”に切替） */
.hero__img { opacity: 1; transform: none; }

.hero__img.from-top    { opacity: 0; transform: translateY(-40px); }
.hero__img.from-bottom { opacity: 0; transform: translateY( 40px); }

.hero__img.is-show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .8s ease, transform .8s ease;
  will-change: opacity, transform;
}
/* 初期状態：非表示＆少し上に */
.bukken_box {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.6s ease-out;
}

/* 表示時：元の位置へ */
.bukken_box.show {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
.hero__text01 {
    font-family: "rama-gothic-m", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.14rem;
    margin-bottom: 0.4em;
    margin-top: 0.4em;
}
	main.bukken {
        padding-top: 0px;
    }
	}

.pager { display:flex; justify-content:center; margin:28px 0 60px; }
.pager__list { display:flex; gap:14px; list-style:none; padding:0; margin:0; align-items:center; }

/* 左右の角丸ボタン */
.pager__btn {
  display:inline-flex; align-items:center; justify-content:center;
  width:42px; height:42px; border:1px solid #1f2937; border-radius:10px;
  text-decoration:none; color:#1f2937; background:#fff;
}
.pager__item.is-disabled .pager__btn { opacity:.35; pointer-events:none; }

/* 数字（WPの既定classを利用） */
.page-numbers { 
  display:inline-flex; align-items:center; justify-content:center;
  width:34px; height:34px; border-radius:9999px; text-decoration:none;
  color:#6b7280; /* 薄いグレー */
}
.page-numbers:hover { color:#111; }
.page-numbers.current {
  background:#fff; color:#111; box-shadow:0 6px 24px rgba(0,0,0,.08);
  border:1px solid rgba(0,0,0,.08);
}
.page-numbers.dots { width:auto; padding:0 8px; letter-spacing:.25em; }

/* 数字と左右の距離を少し空ける */
.pager__prev, .pager__next { margin:0 6px; }



/* 三分割レイアウト */
.post-pager{
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  align-items:center;
  gap:24px;
  padding:32px 0 56px;
}
.post-pager__col.-prev{ justify-self:start; }
.post-pager__col.-list{ justify-self:center; }
.post-pager__col.-next{ justify-self:end; }

/* 左右リンク（アイコン角丸＋テキスト） */
.post-pager__link,
.post-pager__link.is-disabled{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#111;
  text-decoration:none;
  font-size:14px;
}
.post-pager__link.is-disabled{ opacity:.35; pointer-events:none; }

/* 右側はテキスト→アイコンの順（左右で並び替え） */
.post-pager__link--next{ flex-direction:row; }

/* 角丸ボタン（アイコン容器） */
.post-pager__btn{
  width:40px; height:40px;
  border:1px solid #1f2937;
  border-radius:10px;
  display:inline-flex; align-items:center; justify-content:center;
  background:#fff;
}

/* 一覧へ戻る（中央のピル） */
.post-pager__pill{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:160px; height:40px; padding:0 20px;
  border:1px solid #1f2937; border-radius:9999px;
  color:#111; text-decoration:none; font-size:14px;
  background:#fff;
}

/* ちょっとしたホバー */
.post-pager__link:hover .post-pager__btn,
.post-pager__pill:hover{
  box-shadow:0 2px 10px rgba(0,0,0,.08);
}
/* PC時のみ 1200px 幅・中央寄せ */
@media (min-width: 1024px) {
  .post-pager {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

.news_inner img {
	padding:30px 0;
}
/* ナビ背景・余白 */
.post-pager.-whitebg {
  background: #fff;
  padding: 100px 0;
}

/* 三分割レイアウト */
.post-pager{
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  align-items:center;
  gap:24px;
}
.post-pager__col.-prev{ justify-self:start; }
.post-pager__col.-list{ justify-self:center; }
.post-pager__col.-next{ justify-self:end; }

/* 左右リンク */
.post-pager__link,
.post-pager__link.is-disabled{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#111;
  text-decoration:none;
  font-size:14px;
}
.post-pager__link.is-disabled{ opacity:.35; pointer-events:none; }

/* 右側はテキスト→アイコンの順 */
.post-pager__link--next{ flex-direction:row; }

/* 角丸ボタン（アイコン容器） */
.post-pager__btn{
  width:40px; height:40px;
  border:1px solid #1f2937;
  border-radius:10px;
  display:inline-flex; align-items:center; justify-content:center;
  background:#fff;
}

/* 一覧へ戻る（中央のピル） */
.post-pager__pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:160px;
  height:40px;
  padding:0 20px;
  border:1px solid #1f2937;
  border-radius:9999px;
  color:#111;
  text-decoration:none;
  font-size:14px;
  background:#fff;
}

/* PC時 1200pxへ */
@media (min-width:1024px){
  .post-pager{
    max-width:1100px;
    margin-left:auto;
    margin-right:auto;
  }
}

/* hover影 */
.post-pager__link:hover .post-pager__btn,
.post-pager__pill:hover{
  box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em auto 2em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    width: 80%;
}
/* Contact Form 7 送信ボタン */
.wpcf7 form .wpcf7-submit {
  width: 300px;
  height: 70px;
  display: block;
  margin: 0 auto; /* 真ん中寄せ */
  border: 2px solid #343A40;
  border-radius: 999px; /* 完全な丸型 */
  background: #fff;
  color: #343A40;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: all .3s;
}

/* hover 時（任意・不要なら削除OK） */
.wpcf7 form .wpcf7-submit:hover {
  background: #343A40;
  color: #fff;
}


