@charset "utf-8";
/*
Template: twentysixteen
Theme Name: FN_Narashino
*/

/*-------------------------------------------*/
/*  Disable parent css
/*-------------------------------------------*/
.site {
	margin: 0;
	background-color: #FFF;
}
.site-inner {
	max-width: 100%;
}
.site-header {
	padding: 0;
}
.site-content {
	padding: 0;
}
.site-main {
	margin-bottom: 0;
}
.site-footer {
	padding: 0;
}
.content-area {
	float: none;
	width: 100%;
	margin-right: 0;
}
.sidebar {
	margin-left: 0;
}
body:not(.custom-background-image)::before,
body:not(.custom-background-image)::after {
	content: none;
}
body.home #primary {
	float: none;
	margin-right: 0;
	width: 100%;
}
body:not(.search-results) article:not(.type-page) .entry-content {
	float: none;
	width: 100%;
}
body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
	float: none;
	width: 100%;
	margin: 0;
}
ul {
	list-style: none;
}
ul, ol {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	font-family: inherit;
}
.site-footer .site-title:after {
	content: none;
}
.site-header-menu.toggled-on, .no-js .site-header-menu {
	display: none;
}

/*-------------------------------------------*/
/*	Display Control
/*-------------------------------------------*/
.display-lg, .pc {
	display: block;
}
.display-md, .display-sm, .display-xs, .sp {
	display: none;
}
.hidden-lg {
	display: none;
}
.hidden-md, .hidden-sm, .hidden-xs {
	display: block;
}
@media screen and (max-width: 1536px) {
	.display-md {
		display: block;
	}
	.hidden-md {
		display: none;
	}
}
@media screen and (max-width: 1023px) {
	.display-sm {
		display: block;
	}
	.hidden-sm {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.display-xs, .sp {
		display: block;
	}
	.hidden-xs, .pc {
		display: none;
	}
}

/*-------------------------------------------*/
/*	Base width
/*-------------------------------------------*/
.wrap {
	width: 100%;
	margin: 0 auto;
}
.inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 45px;
}
@media screen and (max-width: 1536px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1023px) {
	.inner {
		padding: 0 15px;
	}
}
@media screen and (max-width: 767px) {
}

/*-------------------------------------------*/
/*	Font setting
/*-------------------------------------------*/
/*html body, html button, html input, html select, html textarea {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 1.75;
	color: #555;
}*/
* {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.055em;
	line-height: 1.75;
	color: #555;
}
p {
	line-height: 1.75em;
	margin-bottom: 1.5em;
}
@media screen and (max-width: 1536px) {
	/*html body, html button, html input, html select, html textarea {
		font-size: 17px;
	}*/
	* {
		font-size: 17px;
	}
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1023px) {
}
/*-------------------------------------------*/
/*	Base width
/*-------------------------------------------*/
.wrap {
	width: 100%;
	margin: 0 auto;
}
.inner {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
.inner.w1080 {
	max-width: 1080px;
}
@media screen and (max-width: 1536px) {
}
@media screen and (max-width: 1023px) {
	.inner {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 767px) {
}

/*-------------------------------------------*/
/*	Common
/*-------------------------------------------*/
html { scroll-behavior: smooth;}
body {
	position: relative;
	background: #fff;
}
a {
	display: inline-block;
	cursor: pointer;
}
img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
ol {
	padding-left: 1.5em;
}
.site {
	overflow-x: hidden;
}
.site-main {
	position: relative;
}
.site-content {
	margin-top: 150px;
}
.section .wrap {
	margin: 0 auto;
}
.flex {
	display: flex;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.br {
	display: inline-block;
}
@media screen and (max-width: 1536px) {
	.site-content {
		margin-top: 100px;
	}
}
@media screen and (max-width: 1023px) {
	.site-content {
		margin-top: 65px;
	}
}
@media screen and (max-width: 767px) {
}
/*-------------------------------------------*/
/*	Button
/*-------------------------------------------*/
.btn_wrap {
	margin-top: 50px;
}
.btn {
	display: block;
	text-align: center;
}
.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	height: 56px;
	margin: 0 auto;
	font-size: 23px;
	color: #fff;
	background: #e982af;
	border-radius: 28px;
	position: relative;
}
.btn a:hover {
	opacity: 0.8;
}
.btn_float {
	width: 110px;
	height: 270px;
	position: fixed;
	top: 18%;
	right: 0;
	z-index: 3;
}
.btn_float a {
	width: 110px;
	height: 270px;
	background-image: url(./images/btn_float.svg);
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
}
.btn_pagetop {
	display: none;
	width: 130px;
	height: 80px;
	z-index: 3;
}
.btn_pagetop.absolute {
	position: absolute;
	right: 0;
}
.btn_pagetop.fixed {
	position: fixed;
	right: 0 !important;
	bottom: 10px !important;
}
.btn_pagetop a {
	width: 130px;
	height: 80px;
	background-image: url(./images/btn_pagetop.svg);
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1536px) {
	.btn_float {
		width: 80px;
		height: 196.36px;
		position: fixed;
		top: 18%;
	}
	.btn_float a {
		width: 80px;
		height: 196.36px;
	}
	.btn_pagetop {
		width: 100px;
		height: 61.53px;
	}
	.btn_pagetop.fixed {
		right: 0 !important;
	}
	.btn_pagetop a {
		width: 100px;
		height: 61.53px;
	}
}
@media screen and (max-width: 1023px) {
	.btn a {
		height: 48px;
		border-radius: 24px;
	}
	.btn a::after {
		width: 36px;
		height: 36px;
		top: 6px;
		right: 6px;
	}
	.btn_float {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.btn_pagetop {
		width: 50px;
		height: 50px;
	}
	.btn_pagetop.fixed,
	.btn_pagetop.absolute {
		right: 0 !important;
	}
	.btn_pagetop a {
		width: 50px;
    height: 50px;
		background-image: url(./images/btn_pagetop_sp.svg);
		background-size: 90%;
	}
}

/*-------------------------------------------*/
/*	Animation
/*-------------------------------------------*/
.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-delay: 0.4s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
		transform: translateY(50px);
  }

  to {
    opacity: 1;
		transform: translateY(0);
  }
}

/*-------------------------------------------*/
/*	Header
/*-------------------------------------------*/
.site-header {
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0px 7px 3px rgba(0, 0, 0, 0.1);
	background: #fff;
	z-index: 999;
}
.site-header .header_bar {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 50px;
	color: #fff;
	background: #029ada;
}
.site-header .header_bar p,
.site-header .header_bar a {
	color: #fff;
	margin: 0;
}
.site-header .header_bar p {
	margin: 0;
	font-size: 15px;
}
.site-header .header_bar a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	transition: ease .2s;
}
.site-header .header_bar a.header_tel {
	padding: 0 30px;
	font-size: 25px;
	background: #029ada;
}
.site-header .header_bar a.header_tel:hover {
	background: #07afea;
}
.site-header .header_bar a.header_contact {
	padding: 0 65px;
	font-size: 18px;
	background: #e982af;
}
.site-header .header_bar a.header_contact:hover {
	background: #f78fc1;
}
.header_main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}
.header_logo {
	max-width: 478px;
	margin-left: 76px;
}
.header_logo h1,
.header_logo p {
	margin: 0;
}
.header_menu,
.header_menu .main_menu,
.header_menu .main_menu > ul,
.header_menu .main_menu > ul > li,
.header_menu .main_menu > ul > li > a {
	height: 100%;
}
.header_menu .sp_menu {
	display: none;
}
.header_menu .main_menu > ul > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.header_menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header_menu .main_menu ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header_menu .main_menu ul li {
	padding: 0 25px;
}
.header_menu .main_menu ul li a {
	color: #555;
}
.header_menu .main_menu ul li a:hover {
	color: #555;
}
.header_menu .main_menu .has_child {
	position: relative;
}
.header_menu .main_menu .has_child::after {
	display: block;
	content: "";
	width: 18px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(./images/icon_triangle2.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .35s;
}
.header_menu .main_menu .has_child:hover::after,
.header_menu .main_menu .has_child:focus::after {
	transform: rotate(180deg);
}
.header_menu .main_menu .has_child ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 180%;
	padding: 20px 0;
	background: rgba(2, 154, 218, 0.8);
	transition: all .2s;
}
.header_menu .main_menu .has_child ul li a {
	color: #fff !important;
}
.header_menu .main_menu .has_child:hover ul,
.header_menu .main_menu .has_child:focus ul {
	display: block;
}
.menu-toggle {
	display: block;
	width: 38px;
	height: 30px;
	margin: 0 50px 0 25px;
	border: none;
	background: none;
	position: relative;
}
.menu-toggle::before,
.menu-toggle::after {
	display: block;
	content: '';
	width: 100%;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
	background: #029ada;
	transition: transform .3s ease, top .3s linear;
	transform: scaleY(0.5) translateY(1px);
}
.menu-toggle::before {
	margin: 0 auto;
	box-shadow: 0 23px 0 0 #029ada;
}
.menu-toggle::after {
	margin: 0 auto;
	top: auto;
	bottom: 0;
}
.menu-toggle:hover,
.menu-toggle:focus {
	border: none;
	color: #fff;
}
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background: none;
}
.menu-toggle.toggled-on::before,
.menu-toggle.toggled-on::after {
	height: 3px;
	transition: transform .2s ease, top .2s linear .1s, box-shadow .2s linear;
	background: #029ada !important;
}
.menu-toggle.toggled-on::before {
	transform: rotate(45deg);
	top: 12px;
	box-shadow: 0 0 0 0 #029ada !important;
}
.menu-toggle.toggled-on::after {
	transform: rotate(-45deg);
	top: 12px;
}

.toggle_menu {
	display: none;
	position: absolute;
	top: 150px;
	right: 0;
	padding: 60px 100px;
	background: rgba(2, 154, 218, 0.8);
}
.toggle_menu ul li {
	margin-bottom: 0.5em;
}
.toggle_menu ul li a {
	color: #fff;
}
.toggle_menu ul > li > a {
	position: relative;
	padding-left: 1.3em;
}
.toggle_menu ul > li > a::before {
	display: block;
	content: "";
	width: 8px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(./images/icon_arrow.svg);
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
}
.toggle_menu .sub {
	margin-left: 1em;
}
.toggle_menu .sub > li > a::before {
	display: block;
	content: "・";
	width: 8px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: none;
}
@media screen and (max-width: 1536px) {
	.site-header .header_bar {
		height: 35px;
	}
	.site-header .header_bar p {
		font-size: 13px;
	}
	.site-header .header_bar a.header_tel {
		font-size: 21px;
	}
	.site-header .header_bar a.header_contact {
		font-size: 15px;
	}
	.header_logo img {
		max-height: 50px;
	}
	.header_main {
		height: 65px;
	}
	.header_menu .main_menu .has_child::after {
		width: 12px;
		right: 8;
	}
	.toggle_menu {
		top: 100px;
		padding: 40px 80px;
	}
}
@media screen and (max-width: 1366px) {
	.header_logo {
		margin: 0 20px;
	}
	.header_logo img {
		max-width: 240px;
	}
}
@media screen and (max-width: 1023px) {
	.site-header .header_bar {
		display: none;
	}
	.header_logo {
		max-width: 60%;
    margin: 0;
    padding: 0 15px 0 10px;
	}
	.header_menu .main_menu {
		display: none;
	}
	.header_menu .sp_menu {
		display: block;
	}
	.header_menu .sp_menu ul {
		display: flex;
		column-gap: 10px;
    margin-right: 10px;
	}
	.header_menu .sp_menu ul li {
		width: 40px;
		height: 40px;
	}
	.menu-toggle {
		width: 40px;
		height: 40px;
		margin: 0 10px 0 0;
		background: #029ada;
		border-radius: 50%;
	}
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle.toggled-on,
	.menu-toggle.toggled-on:hover,
	.menu-toggle.toggled-on:focus {
		outline: none;
		background: #029ada;
	}
	.menu-toggle::before,
	.menu-toggle::after {
		width: 50%;
    left: calc(50% - 10px);
		background: #fff;
	}
	.menu-toggle::before {
		top: 10px;
		box-shadow: 0 15px 0 0 #fff;
	}
	.menu-toggle::after {
		bottom: 10px;
	}
	.menu-toggle.toggled-on::before,
	.menu-toggle.toggled-on::after {
		top: 18px;
		background: #fff !important;
	}
	.menu-toggle.toggled-on::before {
		box-shadow: none;
	}
}
@media screen and (max-width: 767px) {
	.toggle_menu {
		top: 65px;
    width: 100%;
    background: rgb(2, 154, 218);
	}
}

/*-------------------------------------------*/
/*	Footer
/*-------------------------------------------*/
.site-footer {
	padding: 80px 0 30px;
	background: #029ada;
	text-align: center;
}
body:not(.home) .site-footer {
	margin-top: 100px;
}
.site-footer .wrap {
}
.site-info {
	width: 100%;
	margin: 0;
}
.footer_menu {
	margin-bottom: 60px;
}
.footer_menu ul.sp {
	display: none;
}
.footer_menu ul {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.footer_menu ul li {
	padding: 0 1em;
}
.footer_menu ul li a {
	color: #fff !important;
}
.footer_menu ul li.has_child {
	position: relative;
}
.footer_menu ul li.has_child::after {
	display: block;
	content: "";
	width: 1px;
	height: 1em;
	position: absolute;
	top: calc(50% - 0.5em);
	right: 0;
	background: #fff;
}
.footer_menu ul li.sub a {
	padding-left: 1em;
	background-image: url(./images/icon_triangle.svg);
	background-size: 7.5px;
	background-position: left center;
	background-repeat: no-repeat;
}

.site-title {
	margin-bottom: 20px;
}
#copyright p {
	font-size: 13px;
	color: #fff;
}
@media screen and (max-width: 1536px) {
	.site-footer {
		padding: 60px 0 20px;
	}
	.footer_menu {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
	.site-footer .wrap {
		display: flex;
		flex-direction: column-reverse;
		padding: 0 40px;
	}
	.footer_menu ul.pc {
		display: none;
	}
	.footer_menu ul.sp {
		display: block;
	}
}

/*-------------------------------------------*/
/*	Page common
/*-------------------------------------------*/
h2 {
	font-size: 70px;
	line-height: 0;
	margin-bottom: 0.56em;
}
h2 span {
	display: inline-block;
}
h2 .main {
	height: 63px;
}
h2 .sub {
	font-size: 1.3rem;
}
h2 span img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.sec_head {
	text-align: center;
}
.bold {
	font-weight: 700;
}
@media screen and (max-width: 1536px) {
	h2 {
		font-size: 50px;
	}
	h2 .main {
		height: 40px;
	}
	h2 .sub {
		font-size: 1rem;
	}
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
	h2 .main {
		height: 28px;
	}
}

/*-------------------------------------------*/
/*	Front page
/*-------------------------------------------*/
body.home #fv {
	position: relative;
	padding-bottom: 5%;
}
body.home #fv::before {
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(./images/top_fv_bg1-min.png);
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 0;
}
body.home #fv::after {
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(./images/top_fv_bg2-min.png);
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 0;
}
body.home #fv .wrap {
	width: 100%;
	height: calc(100vh - 150px);
	position: relative;
	z-index: 1;
}
body.home #fv .slider {
	height: 100%;
  position:relative;
	z-index: 1;
}
body.home #fv .slider.sp {
	display: none;
}
body.home #fv .slick-list,
body.home #fv .slick-track {
	height: 100%;
}
body.home #fv .slider-item {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
body.home #fv .slider-item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 40px 0;
}
body.home #message {
	margin-top: -40px;
}
body.home #message .wrap {
	text-align: center;
}
body.home #message #message_ttl {
	padding-top: 150px;
}
body.home #message p {
	line-height: 1.95em;
}
body.home #message p span {
	font-weight: bold;
}
@media screen and (max-width: 1536px) {
	body.home #fv .wrap {
		height: calc(100vh - 100px);
	}
	body.home #fv .slider-item img {
		padding: 20px 0;
	}
	body.home #message {
		margin-top: -30px;
	}
	body.home #message #message_ttl {
		padding-top: 80px;
	}
}
@media screen and (max-width: 1023px) {
	body.home #message .wrap {
		padding: 0 20px;
	}
}
@media screen and (max-width: 768px) {
	body.home #fv .slider-item img {
		object-fit: cover;
	}
}
@media screen and (max-width: 767px) {
	body.home #fv::before {
		background-image: url(./images/top_fv_bg1_sp.svg);
	}
	body.home #fv::after {
		background-image: url(./images/top_fv_bg2_sp.svg);
		background-position: bottom right;
	}
	body.home #fv .slider-item img {
		object-fit: contain;
	}
	body.home #message .wrap {
		padding: 0 20px;
	}
	body.home #message p span {
		display: inline-block;
		margin-bottom: 1em;
	}
}

body.home #service {
	padding-top: 100px;
}
body.home #service_ttl {
	padding-top: 150px;
}
body.home #service .wrap {
	padding: 130px 0 150px;
	background-image: url(./images/top_service_bg-min.png);
	background-size: 100% 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
body.home #service .sec_head {
	width: 72.91%;
  margin: 0 auto;
}
body.home #service .sec_head h2,
body.home #service .sec_head p {
	width: 45%;
	color: #fff;
}
body.home #service ul.sp {
	display: none;
}
body.home #service ul {
	width: 72.91%;
	margin: 0 auto;
}
body.home #service ul li {
	display: inline-block;
}
body.home #service ul li img {
	width: auto;
}
body.home #service ul li:nth-child(odd) {
	float: right;
}
body.home #service ul li:nth-child(even) {
	float: left;
}
body.home #service ul li:nth-child(1) {
	width: 53.33%;
	margin-top: -15%;
}
body.home #service ul li:nth-child(2) {
	width: 50%;
	margin-top: -7.5%;
}
body.home #service ul li:nth-child(3) {
	width: 62.26%;
	margin-top: -7%;
}
body.home #service ul li:nth-child(4) {
	width: 58.53%;
	margin-top: -5%;
}
body.home #service ul li:nth-child(5) {
	width: 55.13%;
	margin-top: -17%;
}
body.home #service ul li:nth-child(6) {
	width: 55.33%;
	margin-top: -15%;
}
body.home #service ul li:nth-child(7) {
	width: 67%;
	margin-top: -7%;
}
body.home #service ul li:nth-child(8) {
	width: 59.13%;
	margin-top: -10%;
}
body.home #fv .slider.tab {
	display: none;
}
@media screen and (max-width: 1920px) {
	body.home #service .sec_head p {
		font-size: 1.1vw;
	}
}
@media screen and (max-width: 1536px) {
	body.home #service {
		padding-top: 50px;
	}
	body.home #service_ttl {
		padding-top: 100px;
	}
	body.home #service .wrap {
		padding: 150px 0 150px;
	}
	body.home #service .sec_head p {
		font-size: 1.2vw;
	}
}
@media screen and (max-width: 1023px) {
	body.home #service .sec_head p {
		font-size: 1.5vw;
	}
}
@media screen and (max-width: 768px) {
	body.home #fv .slider.pc {
		display: none;
	}
	body.home #fv .slider.tab {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	body.home #fv .wrap {
		height: calc(100vh - 65px);
	}
	/*body.home #fv .slider.pc {
		display: none;
	}
	body.home #fv .slider.sp {
		display: block;
	}*/
	body.home #service .wrap {
		position: relative;
		padding: 30px 15px 80px;
		margin-top: 60px;
		background-image: url(./images/top_service_bg_sp-min.png);
	}
	body.home #service .wrap::before {
		display: block;
		content: "";
		width: 100%;
		height: 100px;
		position: absolute;
		top: -40px;
		background-image: url(./images/top_service_asset_sp.svg);
		background-size: contain;
		background-position: top center;
		background-repeat: no-repeat;
	}
	body.home #service .sec_head {
		width: 100%;
		padding: 80px 0 0;
	}
	body.home #service .sec_head h2,
	body.home #service .sec_head p {
		width: 100%;
	}
	body.home #service .sec_head p {
		font-size: 1rem;
		padding: 0 15px;
	}
	body.home #service ul.pc {
		display: none;
	}
	body.home #service ul.sp {
		display: block;
		width: 100%;
		max-width: 345px;
	}
	body.home #service ul li {
		width: 100% !important;
		margin: 20px auto !important;
		padding: 0 !important;
	}
}

body.home #area .wrap {
	position: relative;
	margin-top: -200px;
	/*padding: 5% 0;*/
	padding: 0 0 150px;
}
body.home #area .wrap::before {
	display: block;
	content: "";
	width: 20%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(./images/top_area_bg1-min.png);
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index: 0;
}
body.home #area .wrap::after {
	display: block;
	content: "";
	width: 11%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(./images/top_area_bg2-min.png);
	background-size: contain;
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 0;
}
body.home #area .flex,
body.home #area .w1550 {
	position: relative;
	z-index: 1;
}
body.home #area .flex {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
body.home #area .sec_head {
	width: 44.94%;
	padding-right: 11.45%;
	position: relative;
	z-index: 1;
	padding-top: 300px;
}
body.home #area .sec_head::after {
	display: block;
	content: "";
	width: 100%;
	height: 150px;
	position: absolute;
	top: 150px;
	right: 0;
	background-image: url(./images/top_area_bg3-min.png);
	background-size: contain;
	background-position: bottom left 15%;
	background-repeat: no-repeat;
	z-index: 0;
}
body.home #area .sec_head h2 {
	margin-top: 15px;
}
body.home #area .sec_body {
	width: 54.79%;
	padding-left: 7.03%;
	position: relative;
	padding-top: 300px;
}
body.home #area ul {
	max-width: 70%;
	margin: 2.25em auto 0;
	text-align: left;
	border-top: 1px solid #029ada;
}
body.home #area ul li {
	border-bottom: 1px solid #029ada;
	line-height: 2.5em;
	padding-left: 1.2em;
	position: relative;
}
body.home #area ul li::before {
	display: block;
	content: "";
	width: 0.7em;
	height: 0.7em;
	position: absolute;
	top: calc(50% - 0.35em);
	left: 0;
	background: #029ada;
	border-radius: 50%;
}
body.home #area .w1550 {
	display: flex;
	justify-content: space-between;
	width: 80.72%;
	max-width: 1500px;
	margin: 0 auto;
	column-gap: 4%;
}
body.home #area .w1550 div {
	width: 50%;
}
body.home #area .w1550 h3 {
	font-size: 36px;
	margin-bottom: 0.5em;
	text-align: center;
	color: #029ada;
}
/*body.home #area .w1550 p {
	font-size: 18px;
}*/
body.home #area #price,
body.home #area #howto {
	padding-top: 150px;
}
@media screen and (max-width: 1536px) {
	body.home #area .wrap {
		padding: 0 0 100px;
	}
	body.home #area .sec_head,
	body.home #area .sec_body {
		padding-top: 250px;
	}
	body.home #area .sec_head::after {
		top: 100px;
	}
	body.home #area ul {
		max-width: 80%;
	}
	body.home #area .w1550 h3 {
		font-size: 26px;
	}
	body.home #area .w1550 p {
		font-size: 15px;
	}
	body.home #area #price,
	body.home #area #howto {
		padding-top: 100px;
	}
}
@media screen and (max-width: 1023px) {
	body.home #area ul li {
		line-height: 1.75;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}
@media screen and (max-width: 767px) {
	body.home #area .wrap {
		margin-top: 0;
    padding: 0 15px 80px;
	}
	body.home #area .wrap::before {
		display: none;
		content: none;
	}
	body.home #area .flex {
		display: block;
	}
	body.home #area .sec_head,
	body.home #area .sec_body {
		width: 100%;
	}
	body.home #area .sec_head {
		padding: 220px 0 0;
	}
	body.home #area .sec_head::after {
		top: 70px;
	}
	body.home #area ul {
		max-width: 100%;
	}
	body.home #area ul li {
		font-size: 15px;
	}
	body.home #area .sec_body {
		padding: 40px 0 0;
	}
	body.home #area .sec_body > p {
		margin: 0;
	}
	body.home #area .w1550 {
		display: block;
		width: 100%;
	}
	body.home #area #price,
	body.home #area #howto {
		width: 100%;
		padding: 70px 0 0;
	}
	body.home #area #price p,
	body.home #area #howto p {
		margin: 0;
		font-size: 16px;
	}
	body.home #area #price p span,
	body.home #area #howto p span {
		font-size: 16px;
	}
}
body.home #staff {
	background-image: url(./images/top_staff_bg-min.png);
	background-size: 100% 100%;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 30px 0;
}
body.home #staff .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 72%;
	margin: 0 auto;
}
body.home #staff .wrap .sec_head {
	width: 30%;
}
body.home #staff .wrap .sec_head .sub {
	color: #0299d9;
}
body.home #staff .wrap .sec_head a {
	width: 277px;
	margin: 0 auto;
	transition: all .2s;
}
body.home #staff .wrap .sec_head a:hover {
	opacity: 0.8;
}
body.home #staff .wrap .sec_body {
	width: 70%;
}
body.home #staff .wrap .sec_body a {
	transition: all .2s;
}
body.home #staff .wrap .sec_body a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 1536px) {
	body.home #staff .wrap .sec_head a {
		width: 180px;
	}
}
@media screen and (max-width: 1023px) {
	body.home #staff .wrap {
		max-width: 95%;
	}
}
@media screen and (max-width: 767px) {
	body.home #staff {
		padding: 40px 0;
		background-size: 130% 100%;
	}
	body.home #staff .wrap {
		display: block;
		max-width: 100%;
	}
	body.home #staff .wrap .sec_head {
		width: 100%;
		margin-bottom: 30px;
	}
	body.home #staff .wrap .sec_body {
		width: 150%;
    margin-left: -25%;
	}
}
body.home #blog .wrap {
	position: relative;
	padding: 18% 0 7.5%;
	margin-top: -7.5%;
}
body.home #blog .wrap::before {
	display: block;
	content: "";
	width: 50%;
	height: 90%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(./images/top_blog_bg1-min.png);
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 0;
}
body.home #blog .wrap::after {
	display: block;
	content: "";
	width: 50%;
	height: 90%;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(./images/top_blog_bg2-min.png);
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 0;
}
body.home #blog .sec_body {
	position: relative;
	z-index: 1;
}
body.home #blog .sec_body ul {
	display: flex;
	justify-content: space-between;
	width: 89.58%;
	max-width: 1500px;
	margin: 0 auto;
}
body.home #blog .sec_body ul li {
	width: 30%;
	padding: 80px 40px;
	background: rgba(255,194,207,0.17);
	border-radius: 20px;
}
body.home #blog .sec_body ul li .thumb {
	margin-bottom: 1.3em;
	border-radius: 30px;
	overflow: hidden;
	aspect-ratio: 400 / 370;
}
body.home #blog .sec_body ul li .thumb:hover {
	opacity: 0.8;
}
body.home #blog .sec_body ul li .thumb img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
body.home #blog .sec_body ul li .date {
	font-size: 17px;
	margin-bottom: 0;
}
body.home #blog .sec_body ul li .title {
	margin-bottom: 0;
}
body.home #blog .sec_body ul li .title a {
	color: #555;
}
body.home #blog .sec_body ul li .title a:hover {
	opacity: 0.8;
}
body.home #blog .btn {
	margin: 100px 0 0;
}
@media screen and (max-width: 1536px) {
	body.home #blog .sec_body ul {
		max-width: 1200px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1023px) {
	body.home #blog .sec_body ul li {
		padding: 40px 15px;
	}
}
@media screen and (max-width: 767px) {
	body.home #blog .wrap {
		margin: 0;
		padding: 30px 0 100px;
	}
	body.home #blog .sec_head {
		padding: 60px 0 30px;
    position: relative;
	}
	body.home #blog .sec_body ul {
		position: relative;
	}
	body.home #blog .sec_body ul li {
		padding: 0 20px;
		background: none;
	}
	body.home #blog .sec_body ul li .thumb {
		margin-bottom: 5px;
	}
	body.home #blog .sec_body ul li .title a {
		line-height: 1.5;
	}
	body.home #blog .slick-prev,
	body.home #blog .slick-next {
		top: auto;
		bottom: -90px;
		left: 32.5%;
		width: 40px;
		height: 40px;
		z-index: 1;
	}
	body.home #blog .slick-next {
		right: 32.5%;
		left: auto;
	}
	body.home #blog .slick-prev::before,
	body.home #blog .slick-next::before {
		display: block;
		content: "";
		width: 98%;
		height: 98%;
		background-image: url(./images/btn_blogslider.svg);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		opacity: 1 !important;
	}
	body.home #blog .slick-prev::before {
		transform: rotate(-180deg);
	}
	body.home #blog {
		position: relative;
	}
	body.home #blog .wave {
		position: absolute;
		width: 100%;
		height: 65%;
		background-image: url(./images/blog_wave-min.png);
		background-size: 100% 100%;
		background-position: top center;
		background-repeat: no-repeat;
		bottom: 0;
	}
}

body.home #recruit {
	background-image: url(./images/top_recruit_bg-min.png);
	background-size: 100% 100%;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 30px 0;
}
body.home #recruit .wrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	max-width: 72%;
	margin: 0 auto;
}
body.home #recruit .wrap .sec_head {
	width: 30%;
}
body.home #recruit .wrap .sec_head .sub {
	color: #6eb544;
}
body.home #recruit .wrap .sec_head a {
	width: 277px;
	margin: 0 auto;
	transition: all .2s;
}
body.home #recruit .wrap .sec_head a:hover {
	opacity: 0.8;
}
body.home #recruit .wrap .sec_body {
	width: 70%;
}
body.home #recruit .wrap .sec_body a {
	transition: all .2s;
}
body.home #recruit .wrap .sec_body a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 1536px) {
	body.home #recruit .wrap .sec_head a {
		width: 180px;
	}
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
	body.home #recruit {
		margin-top: 40px;
		padding: 40px 0;
		background-size: 130% 100%;
	}
	body.home #recruit .wrap {
		display: block;
		max-width: 100%;
	}
	body.home #recruit .wrap .sec_head {
		width: 100%;
		margin-bottom: 30px;
	}
	body.home #recruit .wrap .sec_body {
		width: 120%;
    margin-left: -10%;
	}
}

body.home #access_ttl {
	padding-top: 150px;
}
body.home #access .wrap {
	position: relative;
	margin-top: -5%;
	padding: 150px 0;
}
body.home #access .wrap::before {
	display: block;
	content: "";
	width: 50%;
	height: 95%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(./images/top_access_bg1-min.png);
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 0;
}
body.home #access .wrap::after {
	display: block;
	content: "";
	width: 50%;
	height: 90%;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(./images/top_access_bg2-min.png);
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 0;
}
body.home #access .sec_body {
	position: relative;
	z-index: 1;
}
body.home #access .flex {
	display: flex;
	justify-content: center;
	width: 78.125%;
	max-width: 1300px;
	margin: 0 auto;
}
body.home #access .flex_item {
	width: 80%;
}
body.home #access .flex_item .map {
	margin-bottom: 1.3em;
	border-radius: 30px;
	overflow: hidden;
	aspect-ratio: 2 / 1;
}
body.home #access .flex_item .map iframe {
	width: 100%;
	height: 100%;
}
body.home #access .flex_item p {
	font-size: 17px;
	margin-bottom: 0;
}
body.home #access .flex_item p.name {
	font-size: 36px;
	color: #0299d9;
	margin-bottom: 0.5em;
}
body.home #access .flex_item p a {
	color: #555;
	font-size: 28px;
}
@media screen and (max-width: 1536px) {
	body.home #access_ttl {
		padding-top: 150px;
	}
	body.home #access .wrap {
		padding: 100px 0;
	}
	body.home #access .flex_item p {
		font-size: 15px;
	}
	body.home #access .flex_item p.name {
		font-size: 26px;
	}
	body.home #access .flex_item p a {
		font-size: 22px;
	}
}
@media screen and (max-width: 1023px) {
	body.home #recruit .wrap {
		max-width: 95%;
	}
}
@media screen and (max-width: 767px) {
	body.home #access .wrap {
		padding: 0 15px;
		margin-top: 0;
	}
	body.home #access .wrap::before,
	body.home #access .wrap::after {
		height: 75%;
	}
	body.home #access_ttl {
		padding: 70px 0 20px;
	}
	body.home #access .flex {
		display: block;
		width: 90%;
	}
	body.home #access .flex_item {
		width: 100%;
		margin-bottom: 30px;
	}
	body.home #access .flex_item .map {
		aspect-ratio: 4 / 3;
	}
	body.home #access .flex_item p.name {
		margin: 0;
		font-size: 22px;
	}
	body.home #access .flex_item p a {
		font-size: 20px;
	}
}

body.home #contact {
	margin-top: -5%;
}
body.home #contact .wrap {
	padding: 150px 0;
}
.section#contact .sec_body {
	width: 67.7%;
	max-width: 1300px;
	margin: 100px auto 0;
	padding: 80px 8%;
	background: rgba(233,130,175,0.25);
	border-radius: 40px;
}
body.recruit .section#contact .sec_body,
body.recruit_confirm .section#contact .sec_body,
body.recruit_complete .section#contact .sec_body {
	background: rgba(110,166,68,0.25);
}
body.recruit .btn a,
body.recruit_confirm .btn a {
	background: #6ea644;
}
body.recruit .section#contact .wrap {
	padding-top: 50px;
}

.form_wrap .table .tr {
	display: flex;
	padding: 20px;
	border-bottom: 1px solid #e982af;
}
body.recruit .form_wrap .table .tr,
body.recruit_confirm .form_wrap .table .tr {
	border-bottom: 1px solid #6ea644;
}
.form_wrap .table .th {
	display: flex;
	align-items: center;
	width: 260px;
	min-width: 260px;
	padding-right: 20px;
}
.form_wrap .table .td {
	width: 100%;
	background: #fff;
}
.form_wrap .table .tr p {
	margin: 0;
}
.form_wrap .table .tr.message .th {
	align-items: flex-start;
}
.form_wrap .check_privacy {
	padding: 40px 0 20px;
}
.form_wrap .check_privacy p:not(:first-child) {
	text-align: center;
}
.form_wrap input {
	padding: 8px 10px;
}
.form_wrap input[type=checkbox] {
	transform: scale(2);
}
.form_wrap input[type=submit] {
	background: none;
	width: 100%;
	height: 100%;
}
.form_wrap textarea {
	max-height: 250px;
	overflow-y: scroll;
}
.form_wrap .btn_wrap {
	margin-top: 0;
}
.wpcf7-spinner {
	display: none;
}
.wpcf7-response-output {
	border: none !important;
	color: #dc3232;
	text-align: center;
}
.form_wrap input[type=checkbox] {
	transform: scale(1.5);
}
.form_wrap .gender,
.form_wrap .job,
.form_wrap .license {
	padding: 1em;
}
.form_wrap .job,
.form_wrap .license {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
}
.form_wrap .job > span {
	width: 100%;
	margin: 0 !important;
}
.form_wrap .license > span {
	width: 45%;
	margin: 0 !important;
}

/* 確認画面、完了画面 */
/*.confirm .section {
	margin-top: 130px;
}*/
.confirm .section .wrap,
.complete .section .wrap {
	padding: 100px 0;
}
.complete .sec_body {
	text-align: center;
}
.complete .sec_body .big {
	font-size: 2em !important;
}
@media screen and (max-width: 1536px) {
	body.home #contact .wrap {
		padding: 100px 0;
	}
	.section#contact .sec_body * {
		font-size: 15px !important;
	}
	.section#contact .sec_body {
		margin-top: 70px;
		padding: 60px 8%;
		border-radius: 30px;
	}
	.form_wrap .table .tr {
		padding: 18px;
	}
	.form_wrap .table .th {
		width: 200px;
		min-width: 200px;
	}
	.form_wrap .table .td {
	}
	/*.confirm .section {
		margin-top: 100px;
	}*/
	.confirm .section .wrap,
	.complete .section .wrap {
		padding: 100px 0;
	}
	.section#contact .sec_body p.big {
		font-size: 1.5em !important;
	}
}
@media screen and (max-width: 1023px) {
	.form_wrap .table .tr {
		display: block;
		padding: 10px 0 15px;
	}
	.form_wrap .table .th,
	.form_wrap .table .td {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	body.home #contact {
		margin-top: 0;
		padding-top: 80px;
	}
	body.home #contact .wrap {
		padding: 0 15px 100px;
	}
	.section#contact .sec_body {
		width: 100%;
		margin: 0 auto;
		padding: 15px;
		border-radius: 0;
	}
	/*.form_wrap .table .tr {
		display: block;
		padding: 10px 0 15px;
	}
	.form_wrap .table .th,
	.form_wrap .table .td {
		width: 100%;
	}*/
	.form_wrap .table .th {
		margin-bottom: 5px;
		padding: 0;
	}
	.form_wrap .check_privacy {
		padding-top: 0;
	}
	body.recruit_complete .section#contact .sec_body {
		padding: 40px 20px;
	}
	.section#contact .sec_body p.big {
		font-size: 1em !important;
	}
	.confirm .section .wrap,
	.complete .section .wrap {
		padding: 60px 15px;
	}
}

/*-------------------------------------------*/
/*	下層ページ共通
/*-------------------------------------------*/
.breadcrumbs,
.w1500 {
	max-width: 1500px;
	padding: 0 20px;
	margin: 0 auto;
}
.w1200 {
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
.common_bg {
	background-image: url("./images/common_bg-min.png");
	background-size: 100% auto;
	background-position: center top;
	background-repeat: repeat-y;
}
main.common .sec_head {
	margin-top: 100px;
}
main.common #fv {
	position: relative;
}
main.common #fv .wrap {
	height: calc(100vh - 150px);
	padding: 40px 0;
	background-image: url("./images/staff_fv_bg-min.png");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
main.common #fv .flex {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
main.common #fv h1 {
	position: absolute;
	left: 0;
	max-width: 28.64%;
}
main.common #fv img {
	max-width: 83%;
	margin: 0 auto;
}
main.common #fv::before {
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(./images/fv_common_bg01.png);
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 0;
}
main.common #fv::after {
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(./images/fv_common_bg02.png);
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 0;
}
@media screen and (max-width: 1536px) {
	.breadcrumbs,
	.w1500 {
		max-width: 1000px;
		padding: 0 20px;
		margin: 0 auto;
	}
	main.common #fv .wrap {
		height: calc(100vh - 100px);
		padding: 30px 0;
	}
}
@media screen and (max-width: 1023px) {
	main.common #fv .wrap {
		height: auto !important;
    padding: 60px 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.breadcrumbs {
		padding: 10px 15px;
	}
	.breadcrumbs span,
	.breadcrumbs a {
		font-size: 15px;
	}
	main.common .sec_head {
		margin: 40px 0 35px;
	}
	main.common #fv .wrap {
		padding: 15px 0 24px !important;
		background-image: none !important;
		background: rgba(110, 166, 68, 0.17);
	}
	main.common #fv h1 {
		max-width: 40%;
	}
	main.common #fv h1 img {
		max-width: 100%;
	}
	main.common #fv .flex > img {
		max-width: 90%;
	}
}

/*-------------------------------------------*/
/*	Page staff
/*-------------------------------------------*/
body.staff #cont01 .sec_body > div > p {
	text-align: center;
}
body.staff #cont01 .member_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 130px;
}
body.staff #cont01 .member {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48%;
	margin-bottom: 130px;
	background-image: url("./images/staff_member_bg01.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
body.staff #cont01 .member:nth-child(2n) {
	margin-top: 100px;
	background-image: url("./images/staff_member_bg02.png");
}
body.staff #cont01 .member:nth-child(3n) {
	background-image: url("./images/staff_member_bg03.png");
}
body.staff #cont01 .member:nth-child(4n) {
	background-image: url("./images/staff_member_bg01.png");
}
body.staff #cont01 .member .text {
	width: 55%;
	padding: 30px 20px 0 50px; 
}
body.staff #cont01 .member .text p {
	margin-bottom: 0;
}
body.staff #cont01 .member .text p.name {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}
body.staff #cont01 .member .photo {
	width: 45%;
}
@media screen and (max-width: 1536px) {
	body.staff #cont01 .member_list {
		padding-top: 20px;
	}
	body.staff #cont01 .member {
		margin-bottom: 80px;
	}
	body.staff #cont01 .member:nth-child(2n) {
		margin-top: 80px;
	}
	body.staff #cont01 .member .text p {
		font-size: 0.85em;
	}
	body.staff #cont01 .member .text p.name {
		font-size: 1.2em;
	}
	body.staff #cont01 .member .text {
		padding: 30px 15px 0 30px; 
	}
}
@media screen and (max-width: 1023px) {
	body.staff #cont01 .member_list {
		display: block;
	}
	body.staff #cont01 .member {
		width: 100%;
		max-width: 480px;
		margin: 0 auto 50px;
	}
}
@media screen and (max-width: 767px) {
	body.staff #fv .wrap {
		background: rgba(156,191,255,0.17);
	}
	body.staff #cont01 .w1500 {
		padding: 0 15px;
	}
	body.staff #cont01 .member_list {
		margin-top: 60px;
	}
	body.staff #cont01 .member .text {
		padding: 0 15px 0 0;
	}
	body.staff #cont01 .member:not(:first-child) {
		margin-top: 50px;
	}
	body.staff #cont01 .member:nth-child(even) {
		flex-direction: row-reverse;
	}
	body.staff #cont01 .member:nth-child(even) .text {
		padding-left: 15px;
		padding-right: 0;
	}
}

/*-------------------------------------------*/
/*	Page recruit
/*-------------------------------------------*/
body.recruit #fv .wrap {
	background-image: url("./images/recruit_fv_bg-min.png");
}
body.recruit #info {
	margin-bottom: 80px;
}
body.recruit #info .sec_head {
	margin-bottom: 	80px;
}
body.recruit #info .sec_head p {
	margin: 0;
}
body.recruit #info .sec_head p img {
	width: 46%;
	max-width: 700px;
	max-height: 96px;
	margin: 0 auto;
}
body.recruit #info .flex {
	justify-content: space-between;
}
body.recruit #info .flex > div {
	width: 48%;
}
body.recruit #info .flex h3 {
	font-size: 2em;
	margin-bottom: 0.5em;
}
body.recruit #info .flex p {
	margin-bottom: 0;
}
body.recruit #environment {
	margin-bottom: 150px;
}
body.recruit #environment ul li {
	justify-content: space-between;
}
body.recruit #environment ul li:nth-child(even) {
	flex-direction: row-reverse;
}
body.recruit #environment ul li .text {
	width: 55%;
}
body.recruit #environment ul li .img {
	width: 43%;
}
body.recruit #environment ul li:first-child .text {
	padding-top: 20px;
}
body.recruit #environment ul li:last-child {
	align-items: flex-end;
	margin-top: -120px;
}
body.recruit #environment ul li:last-child p {
	padding-bottom: 100px;
}
body.recruit #environment .text {
	padding-top: 20px;
}
body.recruit #culture {
	margin-bottom: 150px;
}
body.recruit #culture .sec_head {
	margin-bottom: 120px;
}
body.recruit #culture ul {
	flex-wrap: wrap;
	justify-content: space-between;
}
body.recruit #culture li {
	width: 46%;
	margin-bottom: 70px;
}
body.recruit #culture li .img {
	margin-bottom: 20px;
	border-radius: 40px;
	overflow: hidden;
}
body.recruit #culture li p {
	margin-bottom: 0;
}
body.recruit #culture li p.big {
	font-size: 1.5em;
	color: #6ea644;
	line-height: 1.5;
	margin-bottom: 15px;
}
body.recruit #video {
	margin-bottom: 130px;
	padding: 40px 0 120px;
	background-image: url("./images/top_recruit_bg-min.png");
	background-size: 100% 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
body.recruit #video .sec_head {
	margin-top: 40px;
}
body.recruit #video .sec_body {
	width: 50%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
  aspect-ratio: 16 / 9;
}
body.recruit #video .sec_body iframe {
	width: 100%;
	height: 100%;
}
body.recruit #boshu a {
	color: inherit !important;
}
body.recruit #boshu .w1200 > div {
	margin-bottom: 2em;
}
body.recruit #boshu ul li {
	margin-bottom: 0.5em;
}
body.recruit #boshu h3 {
	font-size: 1.35em;
	padding: 8px 0 8px 0.8em;
	margin-bottom: 0.85em;
	background: rgba(110,166,68,0.15);
	border-left: 5px solid #6ea644;
}
body.recruit #boshu .toggle_btn {
	width: 100%;
	text-decoration: none;
	position: relative;
	padding: 0.5em 3em;
	background: #dddddd;
	transition: all .2s;
}
body.recruit #boshu .toggle_btn span {
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: calc(50% - 0.5em);
	left: 1.25em;
}
body.recruit #boshu .toggle_btn span::before {
	display: block;
	content: "";
	width: 100%;
	height: 1.5px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #6ea644;
}
body.recruit #boshu .toggle_btn span::after {
	display: block;
	content: "";
	width: 1.5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	background: #6ea644;
	transition: all .2s;
}
body.recruit #boshu .toggle_btn.open {
	margin-bottom: 0.8em;
}
body.recruit #boshu .toggle_btn.open span::after {
	transform: rotate(90deg);
}
body.recruit #boshu .toggle_container {
	display: none;
}
body.recruit #boshu table {
	background: #fff;
	border-top: 1px solid #969696;
}
body.recruit #boshu th {
	width: 290px;
	padding: 0.5em 0.8em;
	background: #dddddd;
	border-bottom: 1px solid #969696;
}
body.recruit #boshu td {
	padding: 0.5em 1.5em;
	border-bottom: 1px solid #969696;
}

@media screen and (max-width: 1536px) {
	body.recruit #environment ul li:last-child {
		align-items: flex-end;
		margin-top: -80px;
	}
	body.recruit #environment ul li:last-child p {
		padding-bottom: 50px;
	}
	body.recruit #culture .sec_head {
		margin-bottom: 80px;
	}
	body.recruit #culture li .img {
		margin-bottom: 15px;
		border-radius: 30px;
	}
	body.recruit #culture li p.big {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 1023px) {
	/*body.recruit #fv .wrap {
		height: auto;
		padding: 60px 0;
	}*/
	body.recruit #environment ul li {
		flex-direction: column-reverse !important;
		margin-top: 0 !important;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
		max-width: 400px;
	}
	body.recruit #environment ul li .text,
	body.recruit #environment ul li .img {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	body.recruit #fv .wrap {
		padding: 30px 0;
		background-image: none;
		background: rgba(110, 166, 68, 0.17);
	}
	body.recruit #info .sec_head {
		margin-bottom: 50px;
	}
	body.recruit #info .sec_head p img {
		width: 70%;
	}
	body.recruit .w1500 {
		padding: 0 15px;
	}
	body.recruit #info .flex {
		display: block;
	}
	body.recruit #info .flex > div {
		width: 100%;
	}
	body.recruit #info .flex .photo {
		margin-bottom: 20px;
	}
	body.recruit #info .flex h3 {
		font-size: 1.5;
		text-align: center;
		margin-bottom: 1em;
	}
	body.recruit #environment {
		margin-bottom: 0;
	}
	/*body.recruit #environment ul li {
		flex-direction: column-reverse !important;
		margin-top: 0 !important;
		margin-bottom: 30px;
	}
	body.recruit #environment ul li .text,
	body.recruit #environment ul li .img {
		width: 100%;
	}*/
	body.recruit #environment ul li:last-child p {
		padding: 0;
	}
	body.recruit #culture {
		margin-bottom: 80px;
	}
	body.recruit #culture .sec_head {
		margin-bottom: 50px;
	}
	body.recruit #culture ul {
		display: block;
	}
	body.recruit #culture ul li {
		width: 100%;
		margin-bottom: 30px;
	}
	body.recruit #culture li p.big {
		font-size: 1.25em;
		text-align: center;
	}
	body.recruit #video {
		padding: 20px 0 80px;
		margin-bottom: 80px;
		background-size: 150% 100%;
	}
	body.recruit #video .wrap {
		padding: 0 15px;
	}
	body.recruit #video .sec_body {
		width: 100%;
	}
	body.recruit #boshu h3 {
		font-size: 1.15em;
	}
	body.recruit #boshu .toggle_btn {
		font-size: 15px;
    padding: 0.5em 1em 0.5em 2em;
	}
	body.recruit #boshu .toggle_btn span {
    width: 0.8em;
    height: 0.8em;
    top: calc(50% - 0.4em);
		left: 0.5em;
	}
	body.recruit #boshu tr {
		display: flex;
		flex-wrap: wrap;
	}
	body.recruit #boshu th,
	body.recruit #boshu td {
		display: block;
		width: 100%;
		font-size: 13px;
		padding: 0.5em 1em;
	}
	body.recruit .section#contact .wrap {
		padding: 20px 15px 0;
	}
}

/*-------------------------------------------*/
/*	Blog
/*-------------------------------------------*/
body.blog .blog_wrap {
	display: flex;
	justify-content: space-between;
	column-gap: 5%;
	margin-top: 100px;
}
body.blog #main_cont {
	width: 70%;
}
body.blog #fv .wrap {
	background-image: url("./images/blog_fv_bg-min.png");
}
body.blog .post_recent li {
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
	border-bottom: 2px solid #e9eaea;
}
body.blog .post_recent li:first-child {
	padding-top: 0;
}
body.blog .post_recent li .thumb {
	width: 40%;
	aspect-ratio: 400 / 300;
	overflow: hidden;
}
body.blog .post_recent li .thumb a {
	aspect-ratio: 400 / 300;
	overflow: hidden;
}
body.blog .post_recent li .thumb a img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
body.blog .post_recent li .detail {
	width: 60%;
	padding-left: 15px;
}
body.blog .post_recent li .detail p {
	margin-bottom: 0;
}
body.blog .post_recent li .detail p.title a {
	font-size: 1.5em;
	color: #ed86b3;
}
@media screen and (max-width: 1536px) {
	body.blog .blog_wrap {
		margin-top: 60px;
	}
}
@media screen and (max-width: 1023px) {
	body.blog .blog_wrap {
		display: block;
	}
	body.blog #main_cont {
		width: 100%;
		margin-bottom: 60px;
	}
	body.blog #main_cont .wrap {
		padding: 0 15px;
	}
	body.blog .post_recent {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0;
	}
	body.blog .post_recent li {
		display: block;
		width: 50%;
		padding: 10px !important;
		margin-bottom: 30px;
		border: none;
	}
	body.blog .post_recent li .thumb {
		width: 100%;
	}
	body.blog .post_recent li .detail {
		width: 100%;
		padding: 0;
	}
	body.blog .post_recent li .detail p.title a {
		font-size: 1.25em;
	}
	.single.blog p.category,
	.single.blog p.date {
		font-size: 0.85em;
	}
	.single.blog p.title {
		font-size: 1.25em !important;
	}
	.single.blog .article {
		margin-top: 30px;
	}
}
@media screen and (max-width: 767px) {
	body.blog #fv .wrap {
		background: rgba(255,198,211,0.17);
	}
	body.blog .blog_wrap {
		margin-top: 30px;
		padding: 0;
	}
	body.blog #main_cont {
		margin-bottom: 30px;
	}
	body.blog .post_recent li {
		padding: 5px !important;
		margin-bottom: 20px;
	}
	body.blog .post_recent li .detail p {
		font-size: 10px;
	}	
}

/* sidebar */
body.blog #sidebar {
	width: 25%;
}
body.blog #sidebar section {
	padding: 0;
	margin-bottom: 2em;
	border: none;
}
.widget .widget-title {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.5em;
	letter-spacing: 0.075em;
	line-height: 1.75;
	color: #ed86b3;
	border-bottom: 2px solid #ed86b3;
}
.calendar_wrap {
	padding: 1.35em;
	background: rgba(255,198,211,0.17);
}
.wp-calendar caption {
	font-size: 0.8em;
	margin-bottom: 1em;
}
.wp-calendar {
	border: none;
}
.wp-calendar thead tr th {
	border-bottom: 1px solid #555;
}
.widget_calendar th,
.widget_calendar td {
	border: none;
	font-weight: normal;
}
.widget_calendar tbody a {
	border-radius: 50%;
	background-color: #ed86b3 !important;
	color: #fff !important;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
#custom-post-type-categories-2 h2 {
	margin-bottom: 0;
	padding-bottom: 0.2em;
}
#custom-post-type-categories-2 ul li {
	padding: 0.5em 1em;
	border-bottom: 1px solid #ed86b3;
}
#custom-post-type-categories-2 ul li a {
	color: #ed86b3;
}
.single.blog p.category,
.single.blog p.date {
	margin-bottom: 0;
}
.single.blog p.title {
	font-size: 2em;
	margin-bottom: 0;
	color: #ed86b3;
}
.single.blog .article {
	margin-top: 40px;
}
.single.blog div.btn {
	margin-top: 80px;
}
.single.blog div.btn a {
	width: 100%;
	border-radius: 0;
}
.wp-calendar-nav-prev {
	text-align: left !important;
}
.wp-calendar-nav-next {
	text-align: right !important;
}
.wp-calendar-nav-prev a,
.wp-calendar-nav-next a {
	color: inherit !important;
	font-size: 0.9em !important;
}
@media screen and (max-width: 1023px) {
	body.blog #sidebar {
		width: 100% !important;
		max-width: 375px;
    margin: 0 auto;
    padding: 0;
	}
}
@media screen and (max-width: 767px) {
	body.blog #sidebar {
		padding: 0 15px;
	}
	.widget .widget-title {
		font-size: 1.25em;
		margin-bottom: 0.75em;
	}
	.widget_calendar tbody a {
		width: 80%;
		height: 80%;
	}
}

/* ページネーション */
.wp-pagenavi {
	display: flex;
	justify-content: center;
	column-gap: 1em;
	margin-top: 50px;
}
.wp-pagenavi > span,
.wp-pagenavi > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	font-size: 28px;
}
.wp-pagenavi > span {
	color: #fff;
	background: #ed86b3;
	border: none;
}
.wp-pagenavi > a {
	color: #ed86b3;
	background: none;
	border: 1px solid;
	border-color: #ed86b3 !important;
}
@media screen and (max-width: 767px) {
	.wp-pagenavi {
		column-gap: 0.5em;
		margin-top: 0;
	}
	.wp-pagenavi > span,
	.wp-pagenavi > a {
		width: 30px;
		height: 30px;
		font-size: 1em;
	}
}

/*-------------------------------------------*/
/*	Mail form
/*-------------------------------------------*/
input::placeholder {
  color: #aaa;
}
::placeholder{
  color: #aaa;
}
/* IE */
input:-ms-input-placeholder {
    color: #aaa;
}
:-ms-input-placeholder{
    color: #aaa;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
	border: none;
	background: none !important;
}
html[lang="ja"] select {
	width: 100%;
	background: none;
	border: none;
	appearance: none;
	outline: none;
}