@charset "UTF-8";
/* CSS Document */
/*===共通部分==============
====================================================================*/
html {
		font-size: 100%;
}
body {
		position: relative;
		line-height: 1.7;
		color: #111;
		font-size: 16px;
		background: #fff;
		-webkit-font-smoothing: antialiased; /*アンチエイリアスを滑らかに*/
		-moz-osx-font-smoothing: grayscale;
		letter-spacing: 0.1em;
		line-height: 1.9;
		font-family: a-otf-ud-shin-go-pr6n, sans-serif;
		font-weight: 300;
		font-style: normal;
}
a {
		text-decoration: none;
		color: #00b575;
		transition: .4s;
}
a:hover {
		color: #00e092;
}
ul, ol {
		list-style: none;
		padding: 0;
}
main {
		display: block;
		position: relative;
}
main section {
		padding: 100px 0;
		position: relative;
}
@media (max-width: 750px) {
		main section {
				padding: 80px 0;
		}
}
@media (max-width: 550px) {
		main section {
				padding: 50px 0;
		}
}
/* 画像 */
img {
		line-height: 1;
		vertical-align: top;
		max-width: 100%;
		transition: .4s;
}
.img {
		min-height: 0%;
}
.img img {
		display: block;
		width: 100%;
}
.img a {
		display: block;
		width: 100%;
}
.img a:hover img {
		opacity: .8;
}
/* テキスト */
p {
		font-size: 1.05rem;
		margin-bottom: 10px;
}
/*英語見出し中央*/
.center_title {
		text-align: center;
		font-size: 2.7rem;
		margin-bottom: 60px;
		font-family: 'Noto Serif JP', serif;
		line-height: 0.9;
}
.center_title:first-letter {
		color: #00b575;
}
.center_title span {
		font-size: 1.4rem;
}
@media (max-width: 750px) {
		.center_title {
				font-size: 2.5rem;
		}
}
@media (max-width: 450px) {
		.center_title {
				font-size: 2rem;
				line-height: 1;
				margin-bottom: 37px;
		}
		.center_title span {
				font-size: 1.2rem;
		}
}
/*中見出し*/
.mtitle {
		position: relative;
		margin-left: 10px;
		font-size: 1.8rem;
		font-weight: 600;
		margin-bottom: 40px;
		letter-spacing: 0.2em;
	font-family: 'Noto Serif JP', serif;
}
@media (max-width: 750px) {
		.mtitle {
				font-size: 1.4rem;
		}
}
/*中見出し02*/
.mtitle02 {
		border-left: 10px solid #00e092;
		font-size: 1.2rem;
		font-weight: 600;
		padding: 8px;
		margin-bottom: 20px;
		background: #edfcf2;
}
@media(max-width:450px) {
		.mtitle02 {
				font-size: 1.1rem;
		}
}
/*小見出し*/
.stitle {
		position: relative;
		font-weight: 500;
		font-size: 1.4rem;
		border-bottom: 1px solid #ccc;
		margin-bottom: 20px;
}
/*ボタン*/
.mainbtn a {
		position: relative;
		vertical-align: middle;
		margin: 0 auto;
		padding: 5px 15px;
		border-radius: 50px;
		color: #fff;
		background: #04dbc9;
		border: 2px solid #04dbc9;
		transition: .4s;
		display: inline-block;
		font-weight: 600;
}
.mainbtn a:hover {
		background: #fff;
		color: #04dbc9;
		border: 2px solid #04dbc9;
		transition: .2s;
}
/*幅*/
.inner {
		width: 90%;
		max-width: 1400px;
		margin: 0 auto;
}
@media (max-width: 1100px) {
		.inner {
				width: 85% !important;
		}
}
@media (max-width: 750px) {
		.inner {
				width: 92% !important;
		}
}
/*flex要素*/
.flexbox {
		display: flex;
		justify-content: space-between;
}
@media (max-width: 1100px) {
		.flexbox {
				display: block;
		}
		.flexbox img {
				width: 100%;
		}
		.flexbox div {
				width: 100%;
		}
}
.flexbox02 {
		display: flex;
		justify-content: space-between;
}
@media (max-width: 750px) {
		.flexbox02 {
				display: block;
		}
		.flexbox02 img {
				width: 100%;
		}
		.flexbox02 div {
				width: 100%;
		}
}
.w80 {
		width: 80%;
}
.w70 {
		width: 70%;
}
.w60 {
		width: 60%;
}
.w50 {
		width: 50%;
}
.w48 {
		width: 48%;
}
.w40 {
		width: 40%;
}
.w49 {
		width: 49%;
}
.w33 {
		width: 33%;
}
.w25 {
		width: 25%;
}
.calc3 {
		width: calc(100% / 3);
}
/*===// 共通部分ここまで ===========*/
/*===ヘッダー==============================*/
/* header */
.header.change_color {
		background-color: #fff;
		box-shadow: 0px 4px 4px -5px rgb(0 0 0 / 40%);
}
.header {
		position: fixed;
		background: transparent;
		padding: 10px 25px;
		transition: all .3s;
		width: 100%;
		z-index: 100;
}
.header .mainbtn a {
		padding: 0 15px;
		font-size: 0.95rem;
		background: #00e092;
		border: 2px solid transparent;
}
.header .mainbtn a:hover {
		background: #fff;
		color: #00e092;
		border: 2px solid #00e092;
}
.header_inner {
		max-width: 1500px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
}
.header h1 {
		font-family: 'Noto Serif JP', serif;
		transform: scale(0.73, 1);
		font-weight: 600;
		font-size: 2rem;
		margin-left: -37px;
		pointer-events: none;
}
.header h1 a {
		pointer-events: auto;
		color: #111;
}
.header_nav ul {
		display: flex;
		margin-top: 15px;
		font-size: 1.05rem;
		font-weight: 600;
}
.header_nav ul li {
		margin-left: 30px;
}
.header_nav ul li a {
		color: #111;
}
.header h1 a:hover, .header_nav ul li a:hover {
		opacity: 0.35;
}
.header_item {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin-bottom: 15px;
		white-space: nowrap;
}
.header_item div {
		margin-right: 10px;
}
.header_item div:last-child {
		margin-right: 0;
}
.hamburger_menu {
		display: none;
}
/* ハンバーガーメニュー */
/* ハンバーガーメニューボタン */
.menu_btn {
		position: fixed;
		top: 20px;
		right: 27px;
		cursor: pointer;
		display: flex;
		height: 25px;
		width: 25px;
		justify-content: center;
		align-items: center;
		z-index: 100;
}
.menu_btn span, .menu_btn span:before, .menu_btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 30px;
		border-radius: 3px;
		background: #00e092;
		position: absolute;
		transition: all 0.4s;
}
.menu_btn span:before {
		bottom: 8px;
}
.menu_btn span:after {
		top: 8px;
}
#menu_btn_check:checked ~ .menu_btn span {
		background-color: rgba(255, 255, 255, 0);
		transition: all 0.4s;
}
#menu_btn_check:checked ~ .menu_btn span::before {
		bottom: 0;
		transform: rotate(45deg);
		transition: all 0.4s;
}
#menu_btn_check:checked ~ .menu_btn span::after {
		top: 0;
		transform: rotate(-45deg);
		transition: all 0.4s;
}
#menu_btn_check {
		display: none;
}
/* ハンバーガー内メニュー */
.menu_content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 80;
		overflow-y: auto;
}
.menu_content a {
		color: #00e092;
}
.menu_content .mainbtn {
		text-align: center;
		margin: 13px auto;
}
.menu_content .mainbtn a {
		width: 15rem;
		background: #00e092;
		border: none;
		color: #fff;
	transition: .3s;
}
.menu_content .mainbtn a:hover {
		color: #fff;
		opacity: 0.5;
	transition: .3s;
}
.menu_content .menu_list {
		position: relative;
		height: calc(100% / 2);
}
.menu_content .menu_list > div {
		position: absolute;
		top: 31%;
		left: 50%;
		transform: translateX(-50%);
}
.menu_content ul {
		text-align: center;
		margin-bottom: 20px;
}
.menu_content ul li {
		list-style: none;
}
.menu_content ul li a {
		display: block;
		width: 100%;
		font-size: 15px;
		box-sizing: border-box;
		text-decoration: none;
		font-size: 1.1rem;
		position: relative;
		padding: 13px 0;
		font-weight: 600;
}
.menu_content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 80;
		background-color: rgba(255, 255, 255, 0.97);
		transition: all 0.6s;
}
#menu_btn_check:checked ~ .menu_content {
		left: 0;
}
/* ヘッダー sp表示 */
@media (max-width: 1170px) {
		.header {
				padding: 5px 15px;
				display: block;
				box-sizing: border-box;
				position: fixed;
				top: 0;
				transition: all .2s;
		}
		.header h1 {
				font-size: 28px;
				margin-left: -44px;
		}
		.hamburger_menu {
				display: block;
		}
		.header_nav {
				display: none;
		}
}
@media (max-width: 600px) {
		.header h1 {
				font-size: 23px;
		}
		.menu_btn {
				top: 15px;
				right: 27px;
		}
}
@media (max-width: 450px) {
		.header h1 {
				font-size: 20px;
		}
		.menu_btn {
				top: 12px;
				right: 25px;
		}
}
/*===スライダー==============================*/
/* スライド */
.bgslide {
		position: relative;
		background: linear-gradient(270deg, #fff 0% 45%, #D9F4E1 45% 100%);
}
/*
.bgslide:before {
		content: "";
		background: url(../img/top_bg.png);
		background-size: cover;
		background-position: bottom;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;

}
*/
.topslide {
		position: relative;
		height: 830px;
		max-width: 1680px;
		margin: auto;
		overflow: hidden;
}
.slide_items {
		position: absolute;
		top: 52%;
		left: 7%;
		transform: translateY(-50%);
		width: 100%;
		max-width: 1100px;
		overflow: hidden;
}
.slide_items img {
		width: 100%;
		object-fit: cover;
}
@media (max-width: 1300px) {
		.topslide {
				height: 650px;
		}
		.slide_items {
				position: absolute;
				top: 17%;
				left: 50%;
				transform: translateX(-50%);
				width: 95%;
				max-width: 850px;
		}
}
@media (max-width: 900px) {
		.topslide {
				height: 76vw;
		}
}
@media (max-width: 645px) {
		.slide_items {
				position: absolute;
				top: 17%;
		}
}
@media (max-width: 450px) {
		.slide_items {
				position: absolute;
				top: 19%;
		}
}
/*スライドイラスト*/
.top_illust01 {
		position: absolute;
		top: 155px;
		right: 6%;
		max-width: 300px;
		animation: fadeIn01 1s ease 0.7s 1 normal backwards;
}
@keyframes fadeIn01 {
		from {
				opacity: 0;
				transform: translateX(10px);
		}
		to {
				opacity: 1;
				transform: translateX(0);
		}
}
/*
.top_illust02 {
		position: absolute;
		bottom: 0;
		left: 20px;
		max-width: 270px;
	animation: fadeIn02 1s ease 0.7s 1 normal backwards;
}

@keyframes fadeIn02 {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
*/
@media (max-width: 1400px) {
		.top_illust01 {
				position: absolute;
				right: 2%;
		}
}
@media (max-width: 1300px) {
		.top_illust01 {
				position: absolute;
				top: 15%;
				right: 20px;
				max-width: 270px;
		}
}
@media (max-width: 850px) {
		.top_illust01 {
				position: absolute;
				top: 16%;
				max-width: 30vw;
		}
		/*
		.top_illust02 {
				position: absolute;
				left: 10px;
				max-width: 27vw;
		}
	*/
}
@media (max-width: 450px) {
		.top_illust01 {
				position: absolute;
				top: 20%;
		}
}
/*スライド文字*/
.slide_text {
		position: absolute;
		top: 56%;
		right: 7%;
		font-size: 2.9rem;
		color: #000;
		background: #fff;
		padding: 2%;
		font-weight: 700;
		font-family: 'Noto Serif JP', serif;
		z-index: 3;
		line-height: 1;
		/* box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 9px; */
}
.slide_text span {
		font-size: 50%;
		color: #00b575;
		padding-left: 3px;
}
@media (max-width: 1400px) {
		.slide_text {
				position: absolute;
				right: 2%;
		}
}
@media (max-width: 1300px) {
		.slide_text {
				position: absolute;
				top: 57%;
				right: 25px;
		}
}
@media (max-width: 850px) {
		.slide_text {
				font-size: 2.3rem;
		}
}
@media (max-width: 700px) {
		.slide_text {
				position: absolute;
				top: 58%;
				font-size: 1.7rem;
		}
}
@media (max-width: 450px) {
		.slide_text {
				position: absolute;
				top: 60%;
				right: 1.5%;
				font-size: 1.4rem;
				line-height: 0.95;
		}
}
/*==各セクションのイラスト==============================*/
.illust {
		max-width: 900px;
		margin: 0 auto 50px;
}
.illust img {
		height: auto !important;
}
.news_illust {
		position: absolute;
		top: -2.7%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: 30vw;
		max-width: 330px;
}
@media (max-width: 1050px) {
		.news_illust {
				position: absolute;
				top: -1%;
		}
}
@media (max-width: 550px) {
		.news_illust {
				position: absolute;
				top: -19px;
				min-width: 152px;
		}
}
@media (max-width: 450px) {
		.illust {
				margin-bottom: 30px;
		}
		.news_illust {
				position: absolute;
				top: -7px;
		}
}
/*==ご挨拶==============================*/
.welcome_text {
		margin-bottom: 50px;
		font-size: 1.45rem !important;
		text-align: center;
		font-family: 'Noto Serif JP', serif;
		font-weight: 600;
}
.welcome {
		background-image: linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
}
.welcome:before {
		content: "";
		background-image: url(../img/bg_welcome.jpg);
		background-color: rgba(255, 255, 255, 0.55);
		background-blend-mode: lighten;
		background-size: cover;
		background-position: 80% 10%;
		background-attachment: fixed;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		filter: grayscale(80%);
		z-index: -1;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .welcome:before {
		background-attachment: scroll;
}

.aboutpage:before {
		content: "";
		background-image: url(../img/bg_aboutpage.jpg);
		background-color: rgba(255, 255, 255, 0.55);
		background-blend-mode: lighten;
		background-size: cover;
		background-position: top;
		background-attachment: fixed;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		filter: grayscale(80%);
		z-index: -1;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .aboutpage:before {
		background-attachment: scroll;
}



.welcome_box {
		margin-left: 20px;
		padding: 40px 50px;
		box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
		background: rgba(255, 255, 255, 0.5);
		border-radius: 20px;
}
.welcome_box p {
		font-size: 1.1rem;
}
.welcome_img img {
		border-radius: 30px 0 30px 0;
}
@media (max-width: 1100px) {
		.welcome:before {
				background-color: rgba(255, 255, 255, 0.7);
		}
		.welcome_img img {
				object-fit: cover;
				width: 100%;
				height: 350px;
				object-position: 50% 65%;
		}
		.welcome_box {
				margin: 30px 0 0;
				padding: 40px 50px;
		}
}
@media (max-width: 985px) {
		.welcome .flexbox {
				display: block;
		}
		.welcome img {
				height: 350px;
		}
		.welcome .flexbox div {
				width: 100%;
		}
}
@media (max-width: 670px) {
		.welcome_img img {
				height: 210px;
				object-position: 50% 65%;
		}
		.welcome_box {
				margin: 30px 0 0;
				padding: 40px 30px;
		}
		.welcome_text {
				margin-bottom: 30px;
				font-size: 1.2rem;
		}
		.welcome_box {
				font-size: 1.05rem;
		}
}
/*===業務内容==============================*/
.service_bg {
		background-color: #fff;
}
.service_bg:before {
		display: block;
		content: '';
		position: absolute;
		top: 65%;
		left: 0;
		width: 100%;
		height: 36%;
		background-color: #D9F4E1;
}
.service .box {
		position: relative;
		overflow: hidden;
}
.service .box a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1;
		padding: 120px 20px;
}
.service .box a::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.4);
		pointer-events: none;
		z-index: -1;
		transition: .3s;
}
.service .box a img {
		display: block;
		object-fit: cover;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 0.3s ease;
		z-index: -2;
}
.service .box a .text {
		color: #fff;
}
.service .box a .text .wrap {
		margin-bottom: 60px;
}
.service .box a .text h3 {
		margin-bottom: 30px;
		font-weight: 600;
		font-size: 1.5rem;
		text-align: center;
}
.service .box a .text .btn {
		text-align: center;
		width: 155px;
		margin: 0 auto;
		border: 1.5px solid #fff;
		padding: 8px 0;
		border-radius: 30px;
		transition: .3s;
		background: rgba(255, 255, 255, 0.2);
		font-weight: 600;
}
.service .box a:hover .btn {
		border: 1.5px solid #04dbc9;
		color: #04dbc9;
		background: #fff;
		transition: .3s;
}
.service .box a:hover img {
		transform: scale(1.05, 1.05);
		transition: .3s;
}
.service .box a:hover::after {
		background: rgba(0, 0, 0, 0.25);
		transition: .3s;
}
@media (max-width: 1100px) {
		.service_bg:before {
				top: 30%;
				height: 71%;
		}
		.service .box {
				margin-bottom: 10px;
		}
		.service .box a .text h3 {
				font-size: 1.6rem;
		}
}
@media (max-width: 450px) {
		.service .box a .text h3 {
				font-size: 1.4rem;
		}
}
/*===新着情報 背景==============================*/
.news_bg {
		background-image: linear-gradient(to top, rgba(217, 244, 225, 0.7), rgba(217, 244, 225, 1));
}
.news_bg:before {
		content: "";
		background-image: url(../img/bg_news.jpg);
		background-color: rgba(217, 244, 225, 0.75);
		background-blend-mode: lighten;
		background-attachment: fixed;
		background-position: bottom;
		background-size: cover;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		filter: grayscale(80%);
		z-index: -1;
}

.servicespage:before {
		content: "";
		background-image: url(../img/bg_service.jpg);
		background-color: rgba(217, 244, 225, 0.65);
		background-blend-mode: lighten;
		background-attachment: fixed;
		background-position: top left;
		background-size: cover;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		filter: grayscale(80%);
		z-index: -1;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .servicespage:before {
		background-attachment: scroll;
}


/*Safariのみ*/
::-webkit-full-page-media, :future, :root .news_bg:before {
		background-attachment: scroll;
}
/*===サイトメニュー==============================*/
.internal_bg {
		background-image: linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 1));
}
.internal_bg:before {
		content: "";
		background-image: url(../img/bg_internal.jpg);
		background-color: rgba(255, 255, 255, 0.6);
		background-blend-mode: lighten;
		background-size: cover;
		background-position: top;
		background-attachment: fixed;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		z-index: -1;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .internal_bg:before {
		background-attachment: scroll;
}
.internal_bg .flexbox {
		max-width: 1200px;
		margin: auto auto 20px;
}
.internal_box {
		padding: 20px;
		border-radius: 20px;
		box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
		background: #fff;
}
.internal_box img {
		margin-bottom: 30px;
		border-radius: 10px;
		height: 250px;
		width: 100%;
		object-fit: cover;
}
.internal_text {
		padding: 0 20px 20px;
}
.internal_text h3 {
		position: relative;
		text-align: center;
		margin-bottom: 20px;
		font-size: 1.25rem;
		font-weight: 600;
}
.internal_text h3::before {
		position: absolute;
		bottom: -2px;
		left: calc(50% - 30px);
		width: 60px;
		height: 3px;
		content: '';
		background: #00b575;
		border-radius: 30px;
		opacity: 0.6;
}
.internal_text .mainbtn {
		text-align: center;
		margin-top: 30px;
}
.internal_text .mainbtn a {
		padding-left: 25px;
}
@media (max-width: 1100px) {
		.internal_bg .flexbox {
				max-width: 750px;
				margin: auto auto 0;
		}
		.internal_bg .flexbox > div {
				margin-bottom: 30px;
		}
		.internal_text h3 {
				margin-bottom: 30px;
		}
}
@media (max-width: 450px) {
		.internal_text {
				padding: 0 20px 10px;
		}
		.internal_box img {
				height: 150px;
		}
}
/*===フッター==============================*/
/* フッターお問い合わせ */
.footer_contact .welcome_text {
		font-size: 1.2rem;
}
.fax {
		pointer-events: none;
		border-left: 2px solid #fff;
		border-right: 2px solid #fff;
}
.fax a {
		background: #00b575 !important;
}
.footer_contact {
		position: relative;
		padding: 60px 0;
		text-align: center;
		background: #fff;
}
.footer_contact:before {
		content: "";
		background: url(../img/bg_footer.svg) repeat-x;
		background-position: left;
		background-size: auto;
		width: 100%;
		height: 270px;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0.1;
}
.footer_contact .btn_wrap {
		display: flex;
		justify-content: space-around;
		margin: 40px auto 0;
		max-width: 850px;
}
.footer_contact .btn_wrap i {
		font-size: 2rem;
}
.footer_contact .btn_wrap .btn {
		width: 320px;
		margin: 0 auto;
		margin-bottom: 30px;
}
.footer_contact .btn_wrap .btn a {
		display: block;
		width: 100%;
		background: #00e092;
		border: 1px solid rgba(0, 224, 146, 0.5);
		color: #fff;
		padding: 20px 0;
		font-size: 1.3rem;
		font-weight: 600;
}
.footer_contact .btn_wrap .btn a:hover {
		color: #00e092;
		background-color: #fff;
}
@media (max-width: 1050px) {
		.footer_contact .btn_wrap {
				display: block;
		}
		.footer_contact .btn_wrap .btn {
				width: 65%;
		}
		.fax {
				border-left: none;
				border-right: none;
		}
}
@media (max-width: 450px) {
		.footer_contact:before {
				height: 320px;
				opacity: 0.1;
		}
		.footer_contact .btn_wrap .btn a {
				font-size: 1.1rem;
		}
		.footer_contact .btn_wrap .btn {
				width: 85%;
		}
}
.footer_bg {
		background: #edfcf2;
}
/* フッターリンク */
.footer_link {
		text-align: center;
}
.footer_link a {
		color: #333;
		text-decoration: none;
		font-weight: 600;
}
.footer_link a:hover {
		opacity: 0.4;
}
.footer_link .menu {
		margin: 0;
		padding: 30px 30px 0;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
}
.footer_link .menu li {
		margin: 0;
		padding: 5px 35px;
}
.footer_link .menu li:last-child {
		border: none;
}
@media only screen and (max-width: 599px) {
		.footer_link .menu {
				display: none;
		}
}
/* ロゴとアドレス */
.pc_none {
		display: none;
}
.footer_address {
		text-align: center;
		padding: 25px 0 45px;
}
.footer_address h2 {
		font-family: 'Noto Serif JP', serif;
		transform: scale(0.73, 1);
		font-size: 2.5rem;
		font-weight: 700;
		margin: 0 auto 20px;
		white-space: nowrap;
}
.footer_address h2 a {
		color: #111 !important;
}
.footer_address h2 a:hover {
		opacity: 0.5;
}
.footer_address p {
		font-weight: 600;
		font-size: 0.9rem;
		margin-bottom: 3px;
}
@media only screen and (max-width: 599px) {
		.footer_address h2 {
				font-size: 6.2vw;
		}
		.sp {
				display: none;
		}
		.pc_none {
				display: block;
		}
}
@media only screen and (max-width: 450px) {
		.footer_address h2 {
				font-size: 1.45rem;
		}
		.footer_bg {
				padding: 0 7px;
		}
		.footer_address p {
				font-size: 0.8rem;
		}
}
/* コピーライト */
.copyright {
		margin: 0;
		text-align: center;
		padding: 15px 0;
		background: #BADECF;
		color: #414141;
}
/*ページ上に戻るボタン*/
.go_top {
		display: block;
		width: 65px;
		height: 65px;
		border-radius: 50%;
		box-sizing: border-box;
		box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
		background: #00e092;
		padding-top: 30px;
		text-align: center;
		letter-spacing: -1px;
		font-size: 85%;
		text-decoration: none;
		position: fixed;
		bottom: 10px;
		right: 20px;
		z-index: 79;
		opacity: 0.45;
}
.go_top::before {
		content: "";
		display: block;
		border-top: 5px solid #fff;
		border-right: 5px solid #fff;
		width: 37%;
		height: 37%;
		top: 24px;
		left: 0;
		right: 0;
		margin: auto;
		position: absolute;
		transform: rotate(-45deg);
}
.go_top:hover {
		opacity: 1;
}
@media(max-width:450px) {
		.go_top {
				width: 55px;
				height: 55px;
				text-indent: -9999px;
				bottom: 10px;
				right: 10px;
				opacity: 1;
		}
		.go_top::before {
				bottom: 19px;
		}
		/*spのみ表示ボタン*/
		.spbtn {
				display: flex;
				flex-direction: column;
				justify-content: center;
				position: fixed;
				bottom: 0;
				left: 0;
				box-sizing: border-box;
				border: 3px solid #00b575;
				background: #ffff00;
				text-align: center;
				letter-spacing: -1px;
				font-size: 85%;
				text-decoration: none;
				z-index: 100;
		}
		.spbtn .symbol {
				font-size: 25px;
				transition: all .3s;
		}
		.spbtn a {
				border-bottom: 3px solid #00b575;
				box-sizing: border-box;
				padding: 7px 5px 5px;
				text-align: center;
				letter-spacing: -1px;
				font-size: 85%;
				text-decoration: none;
		}
		.spbtn span {
				color: #025940;
		}
		.spbtn a:last-child {
				border-bottom: 0;
		}
}
/*===下層ページ==============================*/
.kasou .header{
	background: #fff;
position: relative;
box-shadow: 0px 4px 4px -5px rgb(0 0 0 / 40%);
}
.sticky{
	position: sticky;
	top: 0;
	left:0;
	right:0;
	z-index: 4;
}
.kasou_top {
		height: 430px;
		width: 100%;
		display: flex;
		align-items: center;
		background-image: url(../img/kasou.jpg);
		background-size: cover;
		background-position: 50% 40%;
	
}
.kasou_top .inner {
		max-width: 1435px;
	
}
.kasou_top .maintitle {
		font-size: 2rem;
		margin-bottom: 0;
		background: rgba(255, 255, 255, 0.9);
		padding: 2.3%;
		width: 40%;
		max-width: 400px;
	min-width: 290px;
		line-height: 1.2;
		animation: fadeIn02 1s ease 0.1s 1 normal backwards;
}
@media(max-width:700px) {
		.kasou_top .maintitle {
		padding: 10px 15px 10px 8px;
}
		}

@media(max-width:450px) {
		.kasou_top .maintitle {
		min-width: 200px;
}
		}

@keyframes fadeIn02 {
		from {
				opacity: 0;
				transform: translateX(-20px);
		}
		to {
				opacity: 1;
				transform: translateX(0);
		}
}
/*
.top_illust02 {
position: absolute;
bottom: 0;
left: 20px;
max-width: 270px;
animation: fadeIn01 1s ease 0.1s 1 normal backwards;
}

@keyframes fadeIn01 {
from {
		opacity: 0;
		transform: translateX(20px);
}
to {
		opacity: 1;
		transform: translateX(0);
}
}
*/
.kasou_top .maintitle span {
		font-size: 63%;
		color: #00b575;
		padding-left: 3px;
}
@media (max-width: 1150px) {
		.kasou_top {
				height: 330px;
		}
}
@media (max-width: 750px) {
		.kasou_top {
				height: 280px;
		}
		.kasou_top .maintitle {
				font-size: 1.7rem;
		}
}
@media (max-width: 450px) {
		.kasou_top {
				height: 230px;
		}
		.kasou_top .maintitle {
				font-size: 1.4rem;
		}
}
/*大見出し左*/
.maintitle {
		font-size: 2.35rem;
		margin-bottom: 60px;
		font-family: 'Noto Serif JP', serif;
}
/*大見出し中央*/
.maintitle_c {
		text-align: center;
		font-size: 2.35rem;
		margin-bottom: 60px;
		font-family: 'Noto Serif JP', serif;
}
@media (max-width: 750px) {
		.maintitle, .maintitle_c {
				font-size: 2rem;
				margin-bottom: 40px;
		}
}
@media (max-width: 450px) {
		.maintitle, .maintitle_c {
				font-size: 1.75rem;
				margin-bottom: 30px;
		}
}
/*===業務内容ページ==============================*/
.welcome_box_s {
		background: #fff;
}
@media (max-width: 550px) {
		.welcome_box_s p {
				font-size: 1.05rem;
		}
}
/* こんな時はお任せください！ */
.scene {
		margin-top: 90px;
}
.scene_box {
		padding: 20px 30px;
		border-radius: 20px;
		background: #fff;
		margin-bottom: 15px;
		box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px, rgba(0, 0, 0, 0.04) 0px 1px 2px;
}
.scene_box p {
		font-size: 1.13rem;
		font-weight: 600;
		margin-bottom: 0;
}
@media (max-width: 750px) {
		.scene_box p {
				font-size: 1.05rem;
		}
}
.scene_box .fa-check {
		color: #00b575;
}
/*蛍光マーカー*/
span.marker {
		background: linear-gradient(transparent 70%, #00ffa6 30%);
}

/* 業務内容画像 */
.wide_img img {
    object-fit: cover;
  width: 100%;
		height: 320px;
	/*object-position: 50% 40%;*/
	border-radius: 30px;

}

@media (max-width: 750px) {
	.wide_img img {
		height: 220px;

}
}
/* アコーディオン */
.accordion_wrap {
		margin: 60px auto 20px;
		background: #fff;
		border-bottom: 1px solid #00b575;
}
@media(max-width:450px) {
		.accordion_wrap {
				font-size: 1.05rem;
		}
}
.accordion_item {
		position: relative;
		width: 100%;
		margin: 0 auto;
		cursor: pointer;
		padding: 10px 30px 5px 10px;
}
.accordion_header {
		transition: ease-in-out 100ms;
		color: #00b575;
		font-size: 1.4rem;
		font-weight: 600;
}
@media(max-width:450px) {
		.accordion_header {
				font-size: 1.1rem;
		}
}
.accordion_text {
		width: 100%;
		display: none;
		padding: 20px 35px 30px;
		line-height: 1.7;
		font-size: 0.95rem;
}
.accordion_text p {
		margin-bottom: 17px;
}
.arrow {
		transition: ease-in-out 300ms;
}
.rotate-fa {
		transform: rotate(180deg);
}
.accordion_header span {
		position: absolute;
		top: 53%;
		right: 3%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
}
.accordion_cl {
		color: #00e092;
}

/* 業務内容アコーディオン */
.accordion_s{
	font-size: 1.5rem;
}
.mgt{
	margin-top: 20px;
}
@media(max-width:550px) {
		.accordion_s{
	font-size: 1.3rem;
}
	.accordion_text {
		padding: 20px;
}
	
}

/*===Q&Aページ==============================*/
.faqpage .flexbox{
	margin-bottom: 60px;
}
.question {
		position: relative;
		font-size: 1.3rem;
		border-bottom: 2px solid #00b575;
		margin-top: 30px;
		padding-left: 75px;
		margin-bottom: 30px;
	font-family: 'Noto Serif JP', serif;

}
.question:first-child {
		margin-top: 0;
}
.question span {
		color: #00b575;
		position: absolute;
		top: -7px;
		left: 5px;
		margin-right: 20px;
		font-size: 1.6rem;
}
.answer {
		padding: 20px 20px 20px 75px;
		position: relative;
}
.answer span {
		color: #00b575;
		font-weight: 700;
		font-size: 1.6rem;
		position: absolute;
		top: 13px;
		left: 9px;
	font-family: 'Noto Serif JP', serif;
}
@media(max-width:450px) {
		.question {
				font-size: 1.05rem;
			margin-top: 20px;
		}
	.faqpage .flexbox{
	margin-bottom: 0;
}
}
/*===求人情報ページ==============================*/
/* テーブル */
.info_table {
		width: 100%;
		table-layout: fixed;
		border-collapse: collapse;
}
.info_table tr {
		border: 2px solid #e9f2ec;
}
.info_table th, .info_table td {
		padding: 15px 0;
}
.info_table th {
		background: #00b575;
		color: #fff;
		width: 30%;
		border-right: 2px solid #e9f2ec;
		font-weight: 600;
		font-size: 1.09rem;
}
.info_table td {
		padding-left: 10px;
		background: #fff;
		width: 70%;
		border-right: 2px solid #e9f2ec;
		border-left: 2px solid #e9f2ec;
}
/* 求人情報フィルター */
.disabled_wrap {
		position: relative;
}
.disabled_wrap::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
		pointer-events: none;
		z-index: 1;
}
_:lang(x)::-moz-placeholder, .disabled_wrap::after {
		background: rgba(255, 255, 255, 0.9);
}
.disabled_wrap .disabled_text {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 100%;
		text-align: center;
		z-index: 2;
		font-family: 'Noto Serif JP', serif;
		font-weight: 600;
		font-size: 1.8rem;
}
@media (max-width: 750px) {
		.disabled_wrap .disabled_text {
				font-size: 1.2rem;
		}
}
/*===お問い合わせページ==============================*/
/* お問い合わせ番号 */
.contact_number {
		font-size: 2rem !important;
		text-align: center;
		margin-bottom: 30px;
		font-family: 'Noto Serif JP', serif;
}
.contact_number span {
		border-bottom: 3px solid #00ffa6;
}
.contact_number a {
		color: #111;
}
.contact_number a:hover {
		opacity: 0.4;
}
@media (max-width: 550px) {
		.contact_number {
				font-size: 1.8rem !important;
		}
}
@media (max-width: 450px) {
		.contact_number {
				font-size: 6.8vw !important;
		}
}
/* TEL番号の注釈 */
.tel_e {
		font-weight: 600;
		font-size: 1.4rem !important;
		text-align: center;
}
@media (max-width: 750px) {
		.tel_e {
				font-size: 1.3rem !important;
		}
}
@media (max-width: 450px) {
		.tel_e {
				font-size: 1.1rem !important;
		}
}
/* fax番号の注釈 */
.mgl {
		margin-left: 50px;
}
@media (max-width: 750px) {
		.mgl {
				margin-left: 0;
		}
}
@media (max-width: 450px) {
		.mgl p {
				font-size: 1rem !important;
		}
}
/* メールフォーム */
.mailform {
		margin: 0 auto;
}
.mailform .row {
		padding: 20px 0;
		display: flex;
		justify-content: space-between;
}
.mailform .row:not(.last) {
		border-bottom: 0.5px dashed #00b575;
}
.mailform .row div {
		text-align: left;
}
.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: #00b575;
		padding: 5px;
		margin-right: 5px;
		font-size: 13px;
		border-radius: 2px;
		font-weight: 600;
}
.mailform .row small {
		display: block;
		margin-top: 3px;
}
.mailform label {
		color: #333;
		font-weight: 700;
}
.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 button {
		display: block;
		text-align: center;
		font-size: 1.1rem;
		font-weight: 600;
		padding: 8px 5px;
		margin: 0 auto;
}
.mailform button {
		white-space: nowrap;
		border: 2px solid transparent;
		color: #fff;
		background: #00e092;
		font-weight: 600;
		padding: 2% 8%;
		border-radius: 5px;
		transition: .4s;
}
.mailform button:hover {
		background-color: #fff;
		color: #00e092;
		border: 2px solid #00e092;
		opacity: 1;
}
.mailform button::before {
		font-family: "Font Awesome 5 Free";
		content: "\f0e0";
		font-weight: 700;
		margin-right: 10px;
}
@media (max-width: 800px) {
		.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%;
		}
}