@charset "UTF-8";
/* CSS Document */

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	position: relative;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: normal;
	line-height: 1.7;
	color: #000;
	font-size: 15px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	letter-spacing: 0.1em;
}
a{
	text-decoration: none;
	color: #000;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
	font-size: 0;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	display: block;
	width: 100%;
}
.img a:hover img{
	opacity: .8;
}

.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg5{
	margin-bottom: 5px !important;
}

.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}

span.red{
	color: #f05742;
}
span.green{
	color: #009066;
	font-weight: bold;
}

/*蛍光マーカー*/
.marker{
	text-decoration: underline;
  	text-decoration-thickness: 0.5em;
  	text-decoration-color: rgba(255, 228, 0, 0.4);
  	text-underline-offset: -0.2em;
  	text-decoration-skip-ink: none;
}

/*Title*/
h2.title{
	margin-bottom: 60px;
}
h2.title span.en{
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 3.2rem;
	text-transform: uppercase;
	color: #009066;
	text-shadow: 2px 2px rgb(8 166 166 / 20%);
	line-height: 1.8;
}
h2.title span.ja{
	display: block;
	font-size: 1rem;
	line-height: 1;
	font-weight: bold;
}
h2.title.white span.en,
h2.title.white span.ja{
	color: #fff;
	text-shadow: none;
}
@media (max-width: 750px){
	h2.title{
		margin-bottom: 50px;
	}
	h2.title.m_center{
		text-align: center;
	}
}



/*mtitle*/
.mtitle{
    position: relative;
    border-radius: 0 5px 5px 0;
    padding: 5px 10px;
	padding-right: 0;
    font-size: 1.4rem;
    margin-top: 15px;
	font-weight: bold;
    margin-bottom: 35px;
	color: #009066;
	letter-spacing: 0.15em;
}
.mtitle::before,
.mtitle::after{
	position: absolute;
    content: "";
    left: 0;
    height: 6px;
}
.mtitle::before{
    width: 25%;
    top: -6px;
    background: #009066;
	opacity: 0.6;
    border-radius: 5px 5px 0 0;
}
.mtitle::after{
	width: 40%;
    bottom: -6px;
    background: #009066;
    border-radius: 0 0 5px 5px;
}
@media (max-width: 750px){
	.mtitle::before{
		width: 65%;
	}
	.mtitle::after{
		width: 80%;
	}
}

/*mtitle02*/
.mtitle02{
	border-left: 10px solid #009066;
	font-size: 1.5rem;
	padding: 10px;
	margin-bottom: 40px;
	color: #000;
	font-weight: bold;
}

/*stitle*/
.stitle{
	position: relative;
	font-weight: bold;
	font-size: 1.2rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100px;
	height: 1px;
	background: #009066;
}

/*dtitle*/
.dtitle{
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
	color: #009066;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #000;
	margin: 20px auto 40px;
}
@media (max-width: 750px){
	.dtitle{
		font-size: 1.2rem;
	}
}

/*wtitle*/
.wtitle{
	position: relative;
	z-index: 1;
    font-size: 1.3rem;
    margin-bottom: 20px;
	background-color: #92B600;
	color: #fff;
	padding: 10px;
	border-left: 7px solid #c4ac42;
	font-weight: 500;
}
.wtitle::after{
	content: '';
	width: 20px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #fff;
	pointer-events: none;
	z-index:-1;
}

/*ctitle*/
.ctitle{
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.6rem;
}
.ctitle::before{
	content: '';
	display: block;
	width: 52px;
	height: 23px;
	background: url(../img/ctitle_deco.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
}
.ctitle.white{
	color: #fff;
}
.ctitle.white::before{
	background-image: url(../img/ctitle_deco_w.png);
}


.ntitle{
	font-size: 1.1rem;
	margin-bottom: 5px;
	border-bottom: 1px solid #eee;
	font-weight: normal;
}
.ntitle::before{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	display: inline-block;
	font-weight: bold;
	margin-right: 10px;
	color: #08A6A6;
	font-size: 0.8rem;
	transform: translateY(-2px);
}

.sstitle{
	font-size: 0.95rem;
	color: #08A6A6;
	font-weight: bold;
	margin-bottom: 3px;
}


.btitle{
	display: flex;
  	align-items: center;
	font-size: 1rem;
	font-weight: normal;
	margin-bottom: 5px;
}
.btitle::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}

.etitle{
	font-size: 1.1rem;
	padding-left: 15px;
	border-left: 4px solid #009066;
	font-weight: bold;
	margin-bottom: 20px;
}


.center{
	text-align: center;
}
.pc_center{
	text-align: center;
}
@media (max-width: 750px){
	.pc_center{
		text-align: left;
	}
}

/*ボタン*/
.sbtn{
}
.sbtn a{
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 300px;
	padding: 15px 0;
	border-radius: 40px;
	font-size: 0.9rem;
    color: #fff;
	border:1px solid transparent;
    background: linear-gradient(270deg, #009066 0%, #08A6A6 50%, #fff 100%);
    background-size: 200% auto;
    background-position: right -2px center;
    outline: none;
	transition: all 0.4s ease-out;
	font-weight: bold;
}
.sbtn a:hover{
	border:1px solid #009066;
    color: #009066;
    background: #fff;
    box-shadow: 0 5px 10px rgb(8, 166, 166,0.4);
}

.sbtn.left a{
	margin: 0 auto 0 0;
}
.sbtn.long a{
	width: 100%;
}
.m_contact a{
	min-width: 280px;
}

.sbtn2{
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn3{
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
@media (max-width: 960px){
	.sbtn3{
		display: block;
	}
	.sbtn3 .sbtn:not(:last-child) a{
		margin-bottom: 10px;
	}
}
@media (max-width: 750px){
	.sbtn.left a{
		margin: 0 auto;
	}
	.sbtn2{
		display: block;
	}
	.sbtn2 .sbtn:first-child a{
		margin-bottom: 10px;
	}
}

/*テキストリンク*/
a.t_link{
	color: #d17baa;
	background-image: linear-gradient(to right, #d17baa, #d17baa);
	background-position: 0 100%;
	background-position: bottom left;
	background-size: 100% 1px;
    background-repeat: no-repeat;
	transition: 0.4s;
}
a.t_link:hover{
	opacity: 0.6;
    background-size: 0% 1px;
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr{
	border: 1px solid #ccc;
}
.info_table th,
.info_table td{
	padding: 15px 0;
}
.info_table th{
	background: #08A6A6;
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: bold;
	color: #fff;
}
.info_table td{
	padding-left: 10px;
	background: #fff;
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

/*スタイリッシュver*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table02 tr{
	border-bottom: 1px solid #f5f5f5;
}
.info_table02 th,
.info_table02 td{
	padding: 20px 0;
}
.info_table02 th{
	width: 30%;
	border-bottom: 1px solid #009066;
	font-weight: bold;
	color: #009066;
}
.info_table02 td{
	padding-left: 10px;
	width: 70%;
}

@media (max-width: 450px){
	.info_table, .info_table02{
		font-size: 0.9rem;
	}
}

.info_table03{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-bottom: 1px solid rgba(196,196,196,.43);
}
.info_table03 tr{
	border-top: 1px solid rgba(196,196,196,.43);
}
.info_table03 th,
.info_table03 td{
	padding: 40px 0;
	text-align: left;
	vertical-align: top;
}
.info_table03 th{
	width: 20%;
	padding-left: 40px;
	font-weight: 500;
}
.info_table03 td{
	width: 80%;
	padding-left: 20px;
}
@media (max-width: 750px){
	.info_table03 th,
	.info_table03 td{
		padding: 40px 0;
	}
	.info_table03 th{
		width: 25%;
		padding-left: 20px;
	}
	.info_table03 td{
		width: 75%;
		padding-left: 20px;
	}
}
@media (max-width: 450px){
	.info_table03{
		font-size: 0.9rem;
		padding: 30px 0;
	}
	.info_table03 th{
		width: 30%;
		padding-left: 10px;
	}
	.info_table03 td{
		width: 70%;
		padding-left: 10px;
	}
}


/*改行*/
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block;
}


/*list*/
ul.check_list li{
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-left: 2px;
}
ul.check_list li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #08A6A6;
	margin-right: .5em;
	font-size: 0.6rem;
	transform: translateY(-2px);
}
ul.check_list02 li{
	margin-bottom: 5px;
}
ul.check_list02 li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #08A6A6;
	margin-right: .5em;
	font-size: .9em;
}
ul.check_list li:last-child,
ul.check_list02 li:last-child{
	margin-bottom: 0;
}
ul.check_list02.row{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list02.row li{
	margin-right: 40px;
	margin-bottom: 10px;
}
@media (max-width: 750px){
	ul.check_list02.row{
		display: block;
	}
	ul.check_list02.row li{
		margin-right: 0;
	}
}

ul.dot_list li{
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #08A6A6;
	margin-right: 5px;
}

ul.care_list li{
	margin-bottom: 5px;
	font-size: 0.8rem;
}
ul.care_list li::before{
	content: '※';
	color: #f05742;
	font-weight: bold;
}

ul.text_list li{
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-left: 2px;
}

/*===info_flexbox======*/
/*画像 + テキスト 通常のflex*/
.info_flexbox{
	display: flex;
	justify-content: space-between;
}
.info_flexbox .img{
	width: 48%;
}
.info_flexbox .text{
	width: 48%;
}
@media (max-width: 750px){
	.info_flexbox{
		display: block;
	}
	.info_flexbox .img{
		width: 100%;
	}
	.info_flexbox .text{
		width: 100%;
	}
}

/*画像 + テキスト 上下逆転のflex*/
.info_flexbox_reverse{
	display: flex;
	justify-content: space-between;
}
.info_flexbox_reverse .text{
	width: 48%;
}
.info_flexbox_reverse .img{
	width: 48%;
}
@media (max-width: 750px){
	.info_flexbox_reverse{
		flex-direction: column-reverse;
	}
	.info_flexbox_reverse .text{
		width: 100%;
	}
	.info_flexbox_reverse .img{
		width: 100%;
	}
}

/*画像 + テキスト 画像小さめのflex*/
.mini_flex{
	display: flex;
	justify-content: space-between;
}
.mini_flex .img{
	width: 300px;
}
.mini_flex .text{
	width: calc(100% - 340px);
}
@media (max-width: 750px){
	.mini_flex{
		display: block;
	}
	.mini_flex .img{
		width: 100%;
	}
	.mini_flex .text{
		width: 100%;
	}
}

.t_flex{
	display: flex;
	justify-content: space-between;
}
.t_flex .text{
	width: 48%;
}
@media (max-width: 750px){
	.t_flex{
		display: block;
	}
	.t_flex .text{
		width: 100%;
	}
}


.img_wrap3{
	display: flex;
	justify-content: space-between;
}
.img_wrap3 .img{
	width: 32%;
}

.img_wrap2{
	display: flex;
	justify-content: space-between;
}
.img_wrap2 .img{
	width: 48%;
}

/*階段型*/
.stairs_img2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.stairs_img2 .img{
	width: 48%;
}
.stairs_img2 .img:nth-child(1){
	margin-top: 20px;
}

.stairs_img3{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.stairs_img3 .img{
	width: 32%;
}
.stairs_img3 .img:nth-child(2){
	margin-top: 20px;
}
.stairs_img3 .img:nth-child(3){
	margin-top: 40px;
}
@media (max-width: 750px){
	.stairs_img3 .img{
		width: 90%;
		margin-bottom: 20px;
	}
	.stairs_img3 .img:nth-child(2){
		margin: 0 auto 20px auto;
	}
	.stairs_img3 .img:nth-child(3){
		margin: 0 0 0 auto;
	}
}

.map iframe{
	vertical-align: top;
}

/*===// 共通部分ここまで ===========*/

.copy{
	color: grey;
    font-size: 11px;
    height: 20px;
    letter-spacing: .1em;
    line-height: 20px;
    mix-blend-mode: difference;
    pointer-events: none;
    position: fixed;
    text-align: center;
    width: 100vh;
    z-index: 99;
	bottom: 0;
    right: 30px;
    transform: rotate(90deg);
    transform-origin: right center;
}
@media (max-width: 960px){
	.copy{
		font-size: 8px;
		right: 10px;
	}
}



/*===ヘッダー==============================*/
.site_header{
	position: relative;
	z-index: 100;
	transition: 0.6s;
	padding: 20px 0;
}

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

.site_header h1{
	width: 300px;
	width: 140px;
	transition: 0.6s;
}
.site_header h1 a{
	display: block;
	width: 100%;
}
.site_header h1 a img{
	display: block;
	width: 100%;
	transition: .4s;
}
.site_header h1 a:hover img{
	opacity: .6;
}

.site_header .tr{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 0 0 auto;
}
.site_header .tr .tel_btn a{
	display: inline-block;
	color: #009066;
	font-size: 1.3rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-right: 20px;
}
.site_header .tr .tel_btn a i{
	font-size: 1.3em;
}
.site_header .tr .tel_btn a:hover{
	opacity: 0.6;
}
.site_header .tr .sbtn a{
	margin-right: 20px;
	width: 180px;
	padding: 10px 0;
}
.site_header .tr .h_sns a{
	display: block;
	font-size: 1.5rem;
}
.site_header .tr .h_sns a:hover{
	color: #009066;
}
@media (max-width: 1100px){
	.site_header .tr .tel_btn a{
		font-size: 1.2rem;
		margin-right: 10px;
	}
	.site_header .tr .sbtn a{
		margin-right: 10px;
	}
}
@media (max-width: 960px){
	.site_header .info{
		display: none;
	}
}

/*===スライダー==============================*/
.top_slider{
	position: relative;
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.top_slider::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	pointer-events: none;
	z-index: 10;
	animation: apper 2s ease-in-out;
	opacity: 0;
}
@keyframes apper {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.top_slider .slider{
}
.top_slider .slider li{
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top01{
	background-image: url(../img/top01.jpg);
}
.top_slider .slider li.top02{
	background-image: url(../img/top02.jpg);
}
.top_slider .slider li.top03{
	background-image: url(../img/top03.jpg);
}

/*キャッチ*/
.top_slider .catch{
	position: absolute;
	bottom: 8%;
	left: 0;
	text-align: center;
	pointer-events: none;
	width: 100%;
	z-index: 2;
}
.top_slider .catch p{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	line-height: 1.7;
	color: #fff;
	text-shadow: 0 0 40px #000;
}
/*Windowsのみ*/
.win .top_slider .catch p{
	font-weight: 500;
	font-size: 2.2rem;
}
.top_slider .catch p span{
	color: #009066;
	text-shadow: #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px;
}
.top_slider .catch p:first-child{
	animation: apper02 2s ease-in-out;
	letter-spacing: 3px;
}
.top_slider .catch p:nth-child(2){
	animation: apper02 3.5s ease-in-out;
}
@keyframes apper02 {
	0% {
		opacity: 0;
		transform: translateY(10px);
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/*ドットテクスチャ*/
.top_slider::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pattern-01.png);
	background-repeat: repeat;
	background-size: 1px 1px;
	opacity: 0.5;
	z-index: 1;
}

@media (max-width: 960px){
	.top_slider .slider li{
		height: 400px;
	}
	.top_slider .catch p{
		font-size: 1.6rem;
	}
}
@media (max-width: 460px){
	.top_slider .catch p{
		font-size: 1.4rem;
	}
}

/*===global_nav==============================*/
.global_nav{
	width: 100%;
	background-color: #fff;
	padding: 20px 0;
}
.sticky{
	position: sticky;
	top: -1px;
	left:0;
	right:0;
	z-index: 50;
}
.global_nav ul{
	display: flex;
	justify-content: space-between;
	border-right: 1px dashed #ccc;
}
.global_nav ul li{
	width: calc(100% / 5);
	transition: .4s;
	border-left: 1px dashed #ccc;
}
.global_nav ul li a{
	display: block;
	font-size: 0.9rem;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 5px 0;
}
.global_nav ul li a span{
	display: block;
	text-transform: capitalize;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	color: #009066;
	margin-top: 5px;
	font-size: 0.8rem;
}
.global_nav ul li a::before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #009066;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translate(-50%, 0);
	opacity: 0;
	transition: 0.4s;
}
.global_nav ul li a:hover{
	transform: translateY(5px);
}
.global_nav ul li a:hover::before{
	opacity: 0.6;
}
@media (max-width: 960px){
	.global_nav{
		display: none;
	}
}

/*モバイルのみ*/
.mb_menu{
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 60;
	justify-content: space-around;
	padding-bottom: 10px;
}
.mb_menu a{
	display: block;
	width: 24%;
	text-align: center;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 10px 0;
	font-size: 0.8rem;
	line-height: 1;
}
.mb_menu a i{
	display: block;
	font-size: 1rem;
	margin-bottom: 5px;
}
@media (max-width: 960px){
	.mb_menu{
		display: flex;
	}
}


/*===メイン==============================*/
main{
	display: block;
	position: relative;
}
main section{
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
@media (max-width: 750px){
	main section{
		padding: 60px 0;
	}
}

.inner.white{
	background-color: #fff;
	padding: 40px;
}
@media (max-width: 750px){
	.inner.white{
		padding: 40px 20px;
	}
}

.info_wrap{
	background-color: #fff;
	padding: 40px 30px;
}
@media (max-width: 750px){
	.info_wrap{
		padding: 30px 15px;
	}
}

.stripe{
	background: url(../img/stripe01.png);
}
.bg01{
	background-color: #f7f7f7;
}


/*===news==============================*/
.news::after{
	content: '';
	width: 65%;
	height: 50%;
	position: absolute;
	bottom: 10%;
	right: 0;
	background: linear-gradient(to top right, #009066 0%, #08A6A6 50%, #fff 100%);
	pointer-events: none;
	z-index:-1;
	opacity: 0.4;
}
@media (max-width: 750px){
	.news::after{
		width: 85%;
	}
}
@media (max-width: 450px){
	.news::after{
		height: 70%;
	}
}


/*===link==============================*/
.t_recruit{
	margin-bottom: 60px;
}
.t_recruit .flex{
	display: flex;
	justify-content: space-between;
}
.t_recruit .flex .text{
	width: 50%;
	padding: 40px;
	max-width: 750px;
}
.t_recruit .flex .img{
	position: relative;
	background: url(../img/t_recruit01.jpg);
	background-size: cover;
	background-position: center;
	width: 50%;
}
.t_recruit .flex .img::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 60px;
	left: -60px;
	background: inherit;
	pointer-events: none;
	z-index: -1;
	opacity: 0.3;
}
@media (max-width: 960px){
	.t_recruit .flex .text{
		padding: 30px;
	}
}
@media (max-width: 750px){
	.t_recruit{
		margin-bottom: 0;
	}
	.t_recruit .flex{
		flex-direction: column-reverse;
	}
	.t_recruit .flex .text{
		width: 100%;
		padding: 30px 15px;
	}
	.t_recruit .flex .img{
		width: 90%;
		height: 300px;
	}
	.t_recruit .flex .img::before{
		top: 55px;
		left: 10%;
	}
}


/*==welcome==============================*/
.welcome{
}
.welcome .logomark{
	width: 150px;
	margin: 0 auto;
}
.welcome .text{
	margin: 0 auto;
	max-width: 750px;
}
.welcome .text p{
	line-height: 2.2;
}

/*===サービス内容==============================*/
.t_service .flex{
	display: flex;
	justify-content: space-around;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.t_service .flex .box{
	width: 20%;
	max-width: 200px;
}
.t_service .flex .box a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background-color: #f7f7f7;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
}
.t_service .flex .box a img{
	display: block;
	width: 70%;
	max-width: 100px;
}
.t_service .flex .box a p{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 1;
	color: #009066;
	text-shadow: 2px 2px rgb(8 166 166 / 20%);
}
.t_service .flex .box a:hover img{
	transform: scale(1.06);
}
@media (max-width: 960px){
	.t_service .flex{
		flex-wrap: wrap;
		max-width: 540px;
		margin-bottom: 20px;
	}
	.t_service .flex .box{
		width: 48%;
		max-width: 200px;
		margin-bottom: 40px;
	}
}
@media (max-width: 750px){
	.t_service .flex .box a p{
		top: 10px;
		left: 10px;
		font-size: 2rem;
	}
}


/*===link==============================*/
.link .flex{
	display: flex;
	justify-content: space-between;
}
.link .flex .box{
	width: calc(100% / 3);
}
.link .flex .box a{
	display: block;
	width: 100%;
	position: relative;
	/*aspect-ratio: 3 / 2;*/
	overflow: hidden;
	text-align: center;
}
.link .flex .box a::before{
	content: '';
    display: block;
    padding-top: 66.7%;
}
/*ドットテクスチャ*/
.link .flex .box a::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/pattern-01.png);
	background-color: rgba(0, 0, 0, 0.3);
	background-repeat: repeat;
	background-size: 1px 1px;
	z-index: 3;
}
.link .flex .box a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.4s ease-in;
	z-index: 1;
}
.link .flex .box a h3{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	z-index: 4;
	color: #fff;
	font-weight: bold;
	font-size: 1.3rem;
}
.link .flex .box a h3 span{
	display: block;
	text-transform: capitalize;
	font-weight: normal;
}
.link .flex .box a:hover img{
	transform: scale(1.1);
}
@media (max-width: 750px){
	.link .flex{
		display: block;
	}
	.link .flex .box{
		width: 100%;
	}
}


/*===フッター==============================*/
footer{
	display: flex;
	justify-content: space-between;
}
footer .left,
footer .right{
	text-align: center;
	padding: 60px;
}
footer .left{
	width: 45%;
	background-color: #009066;
	color: #fff;
}
footer .right{
	width: 55%;
	background-color: #f7f7f7;
}
footer .left p{
	font-weight: bold;
}
footer .btn_wrap .btn{
	margin: 0 auto;
	margin-bottom: 10px;
}
footer .btn_wrap .btn a{
	display: block;
	width: 100%;
	border: 1px solid #fff;
	color: #fff;
	padding: 20px 0;
	font-size: 1.4rem;
	text-align: center;
}
footer .btn_wrap .btn a:hover{
	background-color: rgba(255, 255, 255, 0.2);
}
footer h3{
	max-width: 280px;
	margin: 0 auto 40px;
}
footer h3 a{
	display: block;
	width: 100%;
}
footer h3 a img{
	display: block;
	width: 100%;
}
footer h3 a:hover img{
	opacity: 0.6;
}
footer .f_sns a{
	display: inline-block;
	font-size: 1.6rem;
}
footer .f_sns a:hover{
	color: #009066;
}

.footer_nav{
	margin-bottom: 30px;
}
.footer_nav ul{
	display: flex;
	flex-wrap: wrap;
}
.footer_nav ul li{
	width: 48%;
	margin: 0 1%;
	text-align: left;
	border-bottom: 1px solid #eee;
	padding: 10px 5px;
	margin-bottom: 10px;
	font-size: 0.9rem;
}
.footer_nav ul li a{
	display: block;
	width: 100%;
}
.footer_nav ul li a::before{
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 15px;
	transform: rotate(-45deg) translateY(-3px);
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}
.footer_nav ul li a:hover{
	opacity: 0.7;
}

@media (max-width: 960px){
	footer{
		display: block;
	}
	footer .left,
	footer .right{
		width: 100% !important;
		padding: 60px 20px;
	}
	footer .right{
		padding-bottom: 80px;/*下固定メニューとの重なり回避*/
	}
	.footer_nav ul{
		display: block;
	}
	.footer_nav ul li{
		width: 100%;
		text-align: left;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.footer_nav ul li a{
		display: block;
		width: 100%;
	}
	.footer_nav ul li a::before{
		content: '';
		display: inline-block;
		width: 8px;
		height: 8px;
		margin-right: 15px;
		transform: rotate(-45deg) translateY(-3px);
		border-right: 1px solid #888;
		border-bottom: 1px solid #888;
	}
	.footer_nav ul li a:hover{
		opacity: 0.7;
	}
}


/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 60px;
  	height: 60px;
  	position: fixed;
  	right: 3%;
  	bottom: 4%;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  	background: #111;
  	z-index: 50;
}
.page_top a{
	display: block;
	position: relative;
	z-index: 10;
  	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.page_top a i{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
  	font-weight: 900;
  	font-size: 10px;
  	color: #fff;
}
.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}
.page_top.is_animation:hover{
	transform: translateY(-5px);
}
@media (max-width: 960px){
	.page_top{
		bottom: 70px;
	}
}
@media (max-width: 750px){
	.page_top{
		width: 45px;
		height: 45px;
		right: 10px;
	}
}

/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	position: relative;
	z-index: 1;
	background: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 120px 0;
}
.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
    opacity: 0.3;
	pointer-events: none;
	z-index:-1;
}
/*ドットテクスチャ*/
.kasou_top::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pattern-01.png);
	background-repeat: repeat;
	background-size: 2px 2px;
	opacity: 0.5;
	z-index: 1;
}
@media (max-width: 450px){
	.kasou_top::after{
		background-size: 1px 1px;
		opacity: 0.5;
	}
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 2rem;
	color: #fff;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
}
@media (max-width: 750px){
	.kasou_top{
		padding: 100px 0;
	}
	.kasou_top h2{
		font-size: 1.9rem;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 11px;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
	font-weight: 500;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}


/*===事業紹介ページ==============================*/
.service_box{
	background-color: rgb(251, 251, 251);
	padding: 20px;
}
.service_box .flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.service_box .flex .img{
	width: 200px;
	background-color: rgb(245, 245, 245);
	border-radius: 50%;
}
.service_box .flex .text{
	width: calc(100% - 300px);
}
.service_box .flex .text p{
	line-height: 2.2;
}
@media (max-width: 750px){
	.service_box{
		background-color: rgb(252, 252, 252);
		padding: 20px;
	}
	.service_box .flex{
		display: block;
	}
	.service_box .flex .img{
		width: 200px;
		margin: 0 auto 30px;
	}
	.service_box .flex .text{
		width: 100%;
	}
}

.area .inner{
	background-image: url(../img/area.png);
	background-position: right bottom;
	background-size: contain;
	padding: 60px 40px;
}
@media (max-width: 750px){
	.area .inner{
		background-size: 100%;
		padding: 30px 20px;
		padding-bottom: 200px;
	}
}

.starting_flow{
	position: relative;
}
.starting_flow::after{
	content: '';
	position: absolute;
	top: 0;
	left: 100px;
	width: 10px;
	transform: translateX(-50%);
	height: 100%;
	background-color: #08A6A6;
	z-index: -1;
	opacity: 0.1;
}
.starting_flow .box{
	background-color: #f5f5f5;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.starting_flow .box .num{
	text-transform: uppercase;
	text-align: center;
	width: 200px;
	color: #009066;
	font-weight: bold;
	font-size: 0.8rem;
}
.starting_flow .box .num span{
	display: block;
	font-size: 1.4rem;
}
.starting_flow .box .info{
	width: calc(100% - 200px);
	padding: 20px;
}
.starting_flow .box h3{
	color: #009066;
	font-weight: bold;
	margin-bottom: 5px;
}

@media (max-width: 750px){
	.starting_flow::after{
		left: 50px;
	}
	.starting_flow .box{
		margin-bottom: 20px;
	}
	.starting_flow .box .num{
		width: 100px;
	}
	.starting_flow .box .info{
		width: calc(100% - 100px);
		padding: 20px 10px;
	}
}



/*===スタッフ紹介・1日の流れページ==============================*/
.staff .box .btitle{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 0.15em;
	font-style: italic;
}
.staff .box.reverse .btitle{
	justify-content: right;
}
.staff .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}
.staff .box:last-child{
	margin-bottom: 0;
}
.staff .box .img{
	width: 400px;
}
.staff .box .text{
	width: calc(100% - 440px);
}
@media (max-width: 960px){
	.staff .box{
		flex-direction: column;
	}
	.staff .box.reverse{
		flex-direction: column-reverse;
	}
	.staff .box.reverse .btitle{
		justify-content: left;
	}
	.staff .box .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.staff .box .img img{
		margin: 0 auto;
		max-width: 400px;
	}
	.staff .box .text{
		width: 100%;
	}
}


.care_worker .box{
	margin-bottom: 80px;
}
.care_worker .box:last-child{
	margin-bottom: 0;
}
.care_worker .box h3{
	color: #009066;
	font-weight: bold;
	border-left: 5px solid #009066;
	padding: 10px 0;
	padding-left: 10px;
	margin-bottom: 15px;
	background-color: rgb(248, 248, 248);
}
.care_worker .box .text h3 span{
}
.care_worker .box .flex{
	display: flex;
	justify-content: space-between;
}
.care_worker .box .text{
	width: 48%;
}
.care_worker .box .flow{
	width: 48%;
}
.care_worker .box .text ul li{
	border-bottom: 1px dashed #ddd;
	padding: 15px 0;
	line-height: 2.2;
}
.care_worker .box .text ul li span{
	display: inline-block;
	background-color: #08A6A6;
	color: #fff;
	padding: 0 10px;
	font-weight: bold;
	margin-right: 10px;
}
.history_table{
	border-left: 1px solid #08A6A6;
}
.history_table .item{
	padding-bottom: 20px;
}
.history_table .item p{
	padding-left: 20px;
}
.history_table .item p.sub{
	position: relative;
	font-weight: bold;
	margin-bottom: 5px;
}
.history_table .item p.sub::before{
	content: '';
	background: #08A6A6;
	display: block;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate( -0.5em, -50%);
}

@media (max-width: 960px){
	.care_worker .box h3{
		margin-bottom: 25px;
	}
	.care_worker .box .flex{
		flex-direction: column-reverse;
	}
	.care_worker .box .text{
		width: 100%;
	}
	.care_worker .box .flow{
		width: 96%;
		margin: 0 auto;
		margin-bottom: 15px;
	}
}

/*===採用情報ページ==============================*/
.environment .flex{
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
	background-color: rgba(8, 166, 166, 0.1);
	padding: 20px;
}
.environment .flex:last-child{
	margin-bottom: 0 !important;
}
.environment .text{
	width: calc(100% - 400px);
	padding-top: 40px;
}
.environment .img{
	width: 380px;
}

.environment h3{
	margin-bottom: 20px;
}
.environment .num{
	display: block;
	font-size: 5rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 1;
	font-style: italic;
	color: #08A6A6;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%);
}
.environment h3 .ja{
	font-size: 1.6rem;
	font-weight: bold;
	color: #08A6A6;
}
.environment h3::before{
	border-color: #08A6A6;
}
@media (max-width: 960px){
	.environment .flex{
		flex-direction: column-reverse;
		margin-bottom: 60px;
	}
	.environment .text{
		padding-top: 0;
		width: 100%;
	}
	.environment .img{
		width: 90%;
		margin: 0 auto;
		margin-bottom: 30px;
		padding-top: 40px;
	}
	.environment .num{
		font-size: 5rem;
	}
	.environment h3 .ja{
		font-size: 1.5rem;
	}
}

.culture .flex{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.culture .flex .box{
	position: relative;
	background-color: rgba(8, 166, 166, 0.1);
	padding: 25px 15px 15px;
	width: 48%;
	margin-bottom: 30px;
	text-align: center;
}
.culture .flex .box:last-child{
	margin-bottom: 0;
}
.culture .flex .box .num{
	position: absolute;
	top: 0;
	left: -3px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #08A6A6;
	line-height: 1;
	font-size: 1.4rem;
	text-shadow: 2px 2px rgb(8 166 166 / 20%);
	transform: translateY(-50%);
}
.culture .flex .box h3{
	color: #009066;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.culture .flex .box .info p{

}
@media (max-width: 750px){
	.culture .flex{
		display: block;
	}
	.culture .flex .box{
		width: 100%;
	}
}


/*===事業所概要ページ==============================*/


/*===お問い合わせページ==============================*/
.contact .tel_contact{
	text-align: center;
	padding: 20px 0;
	margin: 0 auto;
	max-width: 960px;
}
.contact .tel_contact a{
	display: inline-block;
	font-size: 2.1rem;
	white-space: nowrap;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #08A6A6;
}
.contact .tel_contact a:hover{
	opacity: 0.6;
}
.contact .tel_contact p{
	font-size: .8rem;
}
@media (max-width: 750px){
	.contact .tel_contact a{
		font-size: 2rem;
	}
}


/*メールフォーム*/
.mailform{
	margin: 0 auto;
	max-width: 960px;
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1){
	width: 28%;
	font-weight: 500;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
  	color: #fff;
  	background: #009066;
  	padding: 5px;
  	margin-right: 5px;
  	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
	font-weight: 500;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform .postal_btn{
	padding: 2px 10px;
	background: #009066;
	color: #fff;
	border-radius: 2px;
	margin-top: 5px;
	border: 1px solid #009066;
}
.mailform .postal_btn:hover{
	background: #009066;
	opacity: 0.9;
}
.mailform button{
	display: block;
	color: #111;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	font-weight: 500;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #009066;
	border: 1px solid #009066;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #009066;
}
.mailform button::before{
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: 700;
	margin-right: 10px;
}

@media (max-width: 750px){
	.mailform .row{
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2){
		width: 100%;
	}
}

/*チェックボックス*/
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=checkbox] + label::before{
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
	position: absolute;
	top: 49%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after{
    border-right: 3px solid #009066;
    border-bottom: 3px solid #009066;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 36%;
    width: 5px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}
@media (max-width: 750px){
	input[type=checkbox] + label{
		display: block;
	}
}

/*ラジオボタン*/
input[type=radio]{
	display: none;
}
input[type=radio] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=radio] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type=radio]:checked + label::before {
	background-color: #009066;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #009066;
}
input[type=radio]:disabled + label::before {
	box-shadow: inset 0 0 0 2px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type=radio] + label:empty::before{
	margin-right: 0;
}
@media (max-width: 750px){
	input[type=radio] + label{
		display: block;
	}
}


.contact_info ul li{
	margin-bottom: 5px;
	text-align: center;
	font-size: 0.9rem;
}

/*プライバシーポリシー*/
/*アコーディオン*/
.privacy{
}
.privacy li{
}
.privacy li .privacy_wrap{
	border: 1px solid #ccc;
}
.privacy li .privacy_wrap .privacy_subject{
	cursor: pointer;
	transition: all .5s ease;
	padding: 15px 20px;
	padding-right: 30px;
	position: relative;
	background-color: #f9f9f9;
}
.privacy li .privacy_wrap .privacy_subject.area_close{
}
.privacy li .privacy_wrap .privacy_subject h3{
	font-size: 1.1rem;
}
/*アイコンの＋と×*/
.privacy li .privacy_wrap .privacy_subject::before,
.privacy li .privacy_wrap .privacy_subject::after{
	position: absolute;
	top:48%;
	right: 15px;
	content:'';
	width: 15px;
	height: 2px;
	background-color: #333;
}
.privacy li .privacy_wrap .privacy_subject::before{
	transform: rotate(0deg);
}
.privacy li .privacy_wrap .privacy_subject::after{
	transform: rotate(90deg);
}
/*area_closeクラスがついたら形状変化*/
.privacy li .privacy_wrap .privacy_subject.area_close::before{
transform: rotate(45deg);
}
.privacy li .privacy_wrap .privacy_subject.area_close::after{
transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.privacy li .privacy_wrap .privacy_box{
	position: relative;
	display: none;/*はじめは非表示*/
	padding: 20px;
}

.privacy_flame{
	height: 250px;
	overflow-y: scroll;
}
.privacy_flame p{
	padding: 10px;
}
.privacy_flame p span{
	display: block;
	color: #009066;
}
.privacy_flame p span::before{
	content: "■";
	display: inline-block;
	font-size: 0.6rem;
	margin-right: 0.5em;
	transform: translateY(-2.5px);
}
.privacy_flame ul li{
	font-size: 0.8rem;
}

/*スクロールバー*/
.privacy_flame::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #fafafa;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #333;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #333;
}

/*===サンクスページ===*/
.thanks .inner .small p{
	font-size: 0.8rem;
}
.thanks .sbtn a{
	margin-bottom: 20px;
}

/*===倉庫==============================*/
@media (max-width: 960px){
}
@media (max-width: 750px){
}
@media (max-width: 450px){
}

/*Safariのみ*/
::-webkit-full-page-media, :future, :root .class{
	background-attachment: scroll;
}








/* 251205更新分 ロゴ追加 ========================================================*/
/* ヘッダー */
.site_header h1.logoflex251205 {
  width: fit-content !important;
  height: 52px;
  overflow: hidden;
}
.site_header .logoflex251205 a {
  display: flex !important;
  align-items: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site_header .logoflex251205 a img:nth-child(1) {
  width: 140px;
}
.site_header .logoflex251205 a img:nth-child(2) {
  width: 75px;
}
.site_header .logoflex251205 a img:not(:last-of-type) {
  margin-right: 5px;
}
/* フッター */
footer .logoflex251205 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .logoflex251205 a img:nth-child(1) {
  width: 65% !important;
}
footer .logoflex251205 a img:nth-child(2) {
  width: 32.5% !important;
  mix-blend-mode: multiply;/*画像の白部分を透過*/
}