@charset "utf-8";
/* CSS Document 
font-family: "Mochiy Pop One", sans-serif;　POP体ひらがな用
font-family: "M PLUS 2", sans-serif;　基本ゴシック
font-family: "Lobster", sans-serif;　かわいい英文字
font-family: "Roboto", sans-serif; 電話番号用
font-family: "Noto Serif JP", serif;　基本明朝体
*/
#top_img_container {
	width: 100%;
	height: 64vh;
	min-height: 492px;
	display: block;
	overflow: hidden;
	background-image: url('../images/top_main01.png');
	background-size: cover;
	background-position: bottom;
	background-color: #CCC;
	display: flex;
	align-items: flex-end;
	padding-bottom: 10vh;
	box-sizing: border-box;
}
.head_chach {
	width: 80%;
	max-width: 1480px;
	min-width: 1024px;
	margin: 0 auto;
}
/****/
#top_banner_nav {
	width: 100%;
	height: auto;
	padding: 8px 0;
}
#top_banner_nav ul {
	max-width: 1480px;
	width: 92%;
	min-width: 1024px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
#top_banner_nav ul li {
	width: 23%;
	height: auto;
	display: block;
	cursor: pointer;
	margin-left: 1%;	
	margin-right: 1%;
}
#top_banner_nav ul li a img{
	width: 100%;
	height: auto;
}
/*********************/
#main_container {	
	max-width: 1480px;
	width: 92%;
	min-width: 1024px;
	margin: 0 auto;
}
/****************スライダー*********************************************
#xo-slider-188{
	width: 100% !important;
	height: 48.5vw !important;
	overflow: hidden;
}
.xo-slider .swiper-container {	
	width:100%;
	height: 48.5vw;
	object-fit: cover;
	overflow: hidden;
}
#xo-slider-188 .swiper-slide {	
	width:100%;
	height: 48.5vw;
	object-fit: cover;
	overflow: hidden;
}
#xo-slider-188 .swiper-slide img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/***********************************
.cacth_area {
	display: block;
	width: 30%;
	height: 35vh;
	padding: 0 5%;
	position: absolute;
	left: 6%;
	top: 4%;
	z-index: 20;
	background-image: url('../images/chach_copy_pc.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.cacth_copy {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 4vw;
	font-weight: 700;
	line-height: 1.5em;
	padding-top: 1em;
	color: #fff;
	text-shadow: 2px 2px 3px rgb(0 0 0 / 80%);
}
/***********************************
.phrase_area {
	display: block;
	position: absolute;
	height: 15vh;
	width: auto;
	right: 5%;
	top: 5vh;
	z-index: 22;
}
.phrase_area img{
	display: block;
	width: auto;
	height: 100%;
}
/***********************************
.applicant {
	position: absolute;
	bottom: 0;
	left: 5%;
	z-index: 24;
}
.applicant img {
	height: 20vw;
	width: auto;
}
/***********************************
.top_under {
	text-align: center;
	margin-bottom: 80px;
}
.subcatch_box {
	text-align: center;
	margin: 64px auto;
	display: inline-block;
	background-color: #ff6900;
	vertical-align: middle;
	border-radius: 8px;
}
.catch_copy02 {
	font-size: 3vw;
	font-weight: 900;
	padding: 0.8em 2em;
	color: #fff;
}

/************************************
#page_container {
	width: 100%;
	display: block;
}
section {
	width: 100%;
	margin: 50px 0;
}
.title_txt {
	text-align: center;
	padding: 1rem;
	margin-bottom: 50px;
}
.title_txt .title {
	font-size:2rem;
	font-weight: 700;
	color: #999;
}
/**************************************
#message {	
	padding: 0px;
	max-width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
	background-image: url('../images/test_img01.png');
	background-repeat: no-repeat;
	background-position: right 0% top 60%;
	background-size: 15vw;
}
#message h2{
	text-align: center;	
	font-size: 3rem;
	font-weight: 700;
	color: #999;
	display: block;
	margin-bottom: 0.5rem;
	line-height: 1em;
}
.message_box {
	display: block;
	margin: 60px auto 2em auto;
	width: 60%;
	line-height:1.8em;
	font-size: 1.1rem;
}
.message_list {
	display: block;
	margin: 60px auto 2em auto;
	width: 60%;
	line-height:1.8em;
	font-size: 1.3rem;
}
.determination {
	text-align: center;
}
.determination h5 {
	font-weight: bold;
	display: inline-block;
	padding: 0.5em 2.5em;
	margin: 0 auto;
	background: #ff9600;
	border-radius: 0.5em;
}
.borderbox {
	padding: 1em 2em;
	/*border: solid 6px rgba(255,144,0,0.1);
	background: rgba(255,144,0,0.5);
	border-radius: 16px;
	width: 96%;
	margin: -6px auto 0 auto;
}
.expression li {
	padding-bottom: 1em;
}
.expression {
	font-size: 1.5em;
	line-height: 2em;
}
/****************************************
#profile {	
	margin: 80px 0;
	padding: 2.5rem 10%;
	box-sizing: border-box;	
	background-image: url('../images/prof_img01.png');
	background-repeat: no-repeat;
	background-position: left 10% top 60%;
	background-size: 32vw;
}
.prof_container {
	width: 100%;
	padding-left: 45%;
	box-sizing: border-box;
}
.prof_txt {
	line-height:2rem;
	font-size: 1.2rem;
	padding-bottom: 1rem;
	border-bottom: solid 1px #ff9600;
	margin-bottom: 2em;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #fff;
}
/**************************************
#policy {	
	margin: 80px auto;
	padding: 2.5rem 10%;
	box-sizing: border-box;
	background-image: url('../images/bg_img02.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	/*padding-bottom: 12vw;
}
.policy_container {
	max-width: 1024px;
	margin: 0 auto;
}
.policy_img {
	margin: 50px auto;
}
.policy_copy {
	margin: 50px auto;
}
.policy_index {
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.2em;
	padding: 0.3em 0;
	border-bottom: dotted 2px #ff9600;
	margin-bottom: 0.5em;
}
.policy_txt {
	padding: 0.5em 0em 1em 1.5em;
	font-size: 1.2rem;
	line-height: 1.6em;
}
/***************************************
#office {	
	margin: 80px 0;
	padding: 2.5rem 10%;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 0;
}
.accessmap {
	width: 60%;
	min-width: 800px;
	margin-bottom: 2rem;
}
.office_name {
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	padding: 0.5em 0;
	margin-bottom: 1em;
}
.office_add {
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	padding: 0.5em 0;
	border-bottom: solid 1px #ccc;
	margin-bottom: 1em;
	width: 50%;
	text-align: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.office_tel {	
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	padding: 0.5em 0;
	border-bottom: solid 1px #ccc;
	margin-bottom: 1em;
	width: 50%;
	text-align: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.terms {
	display: none;
}







