@charset "UTF-8";
/*--------------------------------------
　under mv
---------------------------------------*/

/*----- under -----*/
.under .mv {
	width: 100%;
	min-width: 1194px;
	height: 420px;
	background: #1C317F;
	margin-top: 100px;
	position: relative;
}
.under.trim_area .mv {
	/*background: #2acbe8;*/
	background: #30c2ec;
}
.under.recruit_mv .mv {
	height: 680px;
}
.under .mv::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/pages/under/under_mv_ptn01.png") center bottom no-repeat;
	background-size: 100% auto;
	bottom: 0;
	left: 0;
}
.under.trim_area .mv::before {
	background: url("../images/pages/under/under_mv_ptn02.png") center bottom no-repeat;
	background-size: 100% auto;
}
.under .mv .mv_inner {
	width: 1194px;
	height: 420px;
	margin: auto;
	position: relative;
}
.under.recruit_mv .mv .mv_inner {
	height: 680px;
}
.under .mv .mv_txt {
	position: absolute;
	width: 100%;
	bottom: 140px;
	left: 0;	
}
.under.recruit_mv .mv .mv_txt {
	bottom: 230px;	
}
.under .mv .mv_txt h2 {
	color: #EFC03A;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
}
.under.trim_area .mv .mv_txt h2 {
	color: #fff118;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}
.under.trim_area .mv .mv_txt h2::before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 22px;
	background: url("../images/pages/trimming/mv_icon_01.png") left center no-repeat;
	background-size: 100% auto;
	top: 0;
	left: 0;
}
.under .mv .mv_txt p {
	color: #FFF;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.8em;
}
.under .mv .mv_txt p span {
	font-size: 40px;
	font-weight: bold;
}
.under.recruit_mv .mv .mv_txt h2 {
	color: #D51419;
	font-size: 30px;
	font-weight: bold;
	font-family: "Roboto", serif;
	margin: 0 0 10px;
	padding: 0 45px 0 0;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}
.under.recruit_mv .mv .mv_txt h2::before {
	content: "";
	display: block;
	position: absolute;
	width: 58px;
	height: 41px;
	background: url("../images/foot_04.png") center center no-repeat;
	background-size: 100% auto;
	top: -45px;
	right: 0;
}
.under.recruit_mv .mv .mv_txt .txt01 {
	color: #FFF;
	font-size: 46px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 30px;
}
.under.recruit_mv .mv .mv_txt .txt02 {
	font-size: 20px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	
/*----- under -----*/
.under .mv {
	min-width: 100%;
	height: 350px;
	margin-top: 0;
	padding: 0 20px;
	box-sizing: border-box;
}
.under.recruit_mv .mv {
	height: 440px;
}	
.under .mv .mv_inner {
	width: 100%;
	height: 350px;
}
.under.recruit_mv .mv .mv_inner {
	height: 440px;
}	
.under .mv .mv_txt {
	bottom: 100px;	
}
.under.recruit_mv .mv .mv_txt {
	bottom: 100px;	
}	
.under .mv .mv_txt h2 {
	font-size: 14px;
	margin: 0 0 20px;
}
.under.trim_area .mv .mv_txt h2 {
	padding: 0 0 0 22px;
}
.under.trim_area .mv .mv_txt h2::before {
	width: 14px;
	height: 16px;
	background: url("../images/pages/trimming/mv_icon_01.png") left center no-repeat;
	background-size: 100% auto;
	top: 0;
	left: 0;
}	
.under .mv .mv_txt p {
	font-size: 18px;
	line-height: 1.8em;
}
.under .mv .mv_txt p span {
	font-size: 26px;
}
.under.recruit_mv .mv .mv_txt h2 {
	font-size: 20px;
	margin: 0 0 10px;
	padding: 0 45px 0 0;
}
.under.recruit_mv .mv .mv_txt h2::before {
	width: 40px;
	height: 28px;
	background: url("../images/foot_04.png") center center no-repeat;
	background-size: 100% auto;
	top: -25px;
	right: 0;
}
.under.recruit_mv .mv .mv_txt .txt01 {
	font-size: 26px;
	margin: 0 0 15px;
}
.under.recruit_mv .mv .mv_txt .txt02 {
	font-size: 16px;
}	
}



/*--------------------------------------
　Pankuzu
---------------------------------------*/
.bc-list {
	max-width: 1190px;
	font-size: 13px;
	text-align: right;
  margin: 0 auto 100px; 
	box-sizing: border-box;
}
.bc-list span {
  margin: 0 0 0 20px !important;
}
.bc-list a {
	color: #2A4195;
	text-decoration: none;
	display: inline-block;
	position: relative;
}
.bc-list a::before {
	content: "";
	display: block;
	position: absolute;
	width: 19px;
	height: 18px;
	background: url("../images/common/bone.png") center center no-repeat;
	background-size: 100% auto;
	top: 0;
	right: -30px;
}
.bc-list a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
.bc-list {
  max-width: 100%;
	font-size: 12px;
  margin: 20px auto 80px;
}
.bc-list span {
  margin: 0 0 0 14px !important;
}
.bc-list a::before {
	width: 17px;
	height: 16px;
	top: 0;
	right: -22px;
}	
}



/*--------------------------------------
  under 共通
---------------------------------------*/
.fs_18 {
	font-size: 18px;
}
.under .t_deco {
	text-decoration: underline;
}
.under a.inline_b {
	display: inline-block;
}
.under .sec {
	margin: 0 auto 130px;
}
.under .sec:last-child {
	margin: 0 auto 130px;
}
.under .block {
	margin: 0 auto 70px;
}
.under .block:last-child {
	margin: 0 auto 0;
}
.under .box {
	margin: 0 auto 50px;
}
.under .box:last-child {
	margin: 0 auto 0;
}

@media screen and (max-width: 768px) {
.fs_18 {
	font-size: 15px;
}	
.under .sec {
	margin: 0 auto 70px;
}	
.under .sec:last-child {
	margin: 0 auto 100px;
}
.under .block {
	margin: 0 auto 40px;
}	
.under .box {
	margin: 0 auto 40px;
}		
}



/*--------------------------------------
　ttl_box
---------------------------------------*/

/*----- ttl_box01 -----*/
.under .ttl_box01_a {
	text-align: center;
	margin: 0 auto 65px;
}
.under.information .sec02 .ttl_box01_a,
.under.trimming .sec05 .ttl_box01_a {
	margin: 0 auto 30px;
}
.under .ttl_box01_b {
	color: #fff;
	margin: 0 auto 40px;
	position: relative;
}
.under .ttl_box01 p {
	font-size: 30px;
	font-weight: bold;
	font-family: "Roboto", serif;
	position: relative;
}
.under .ttl_box01_a p {
	color: #D51419;
	padding: 0 20px;
	box-sizing: border-box;
	display: inline-block;
}
.under.trim_area .ttl_box01_a p {
	color: #0097de;
	/*color: #2A4195;*/
}
.under .ttl_box01_a p::before,
.under .ttl_box01_a p::after {
	content: "";
	display: block;
	position: absolute;
}
.under .ttl_box01_a p::before {
	width: 56.5px;
	height: 35.5px;
	background: url("../images/foot_01.png") center center no-repeat;
	background-size: 100% auto;
	top: -5px;
	left: -60px;
}
.under .ttl_box01_a p::after {
	width: 61px;
	height: 46px;
	background: url("../images/foot_02.png") center center no-repeat;
	background-size: 100% auto;
	top: -13px;
	right: -60px;
}
.under .ttl_box01_b p {
	padding: 0 45px 0 0;
	box-sizing: border-box;
	display: inline-block;
}
.under .ttl_box01_b p::before {
	content: "";
	display: block;
	position: absolute;
	width: 58px;
	height: 41px;
	background: url("../images/foot_03.png") center center no-repeat;
	background-size: 100% auto;
	top: -45px;
	right: 0;
}
.under .ttl_box01 h3 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 20px 0 0;
}
.under .ttl_box01 h3 span {
	font-size: 26px;
	font-weight: bold;
}

/*---------- ttl_box02 ----------*/

/* ttl_box02_a,ttl_box02_b */
.under .ttl_box02_a {
	text-align: center;
	margin: 0 0 65px;
}
.under .ttl_box02_b {
	margin: 0 0 30px;
}
.under .ttl_box02 h4 {
	font-size: 24px;
	font-weight: bold;
}
.under .ttl_box02_a h4 {
	padding: 0 20px;
	display: inline-block;
	position: relative;
}
.under .ttl_box02_a-1 h4::before,
.under .ttl_box02_a-2 h4::before {
	content: "";
	display: block;
	position: absolute;
}
.under .ttl_box02_a-1 h4::before {
	width: 123.5px;
	height: 66.5px;
	background: url("../images/animal_01.png") left center no-repeat;
	background-size: 100% auto;
	top: 50%;
	right: 100%;
	transform: translate(0,-50%);
}
.under .ttl_box02_a-2 h4::before {
	width: 121px;
	height: 81px;
	background: url("../images/animal_05.png") left center no-repeat;
	background-size: 100% auto;
	top: 50%;
	left: 100%;
	transform: translate(0,-50%);
}

/* ttl_box02_c */
.under .ttl_box02_c {
	margin: 0 0 40px;
}
.under .ttl_box02_c h4 {
	color: #2A4195;
	font-size: 26px;
	font-weight: bold;
	background: #D5E6F6;
	border-radius: 100px;
	text-align: justify;
	line-height: 1.5em;
	padding: 17px 10px 17px 70px;
	box-sizing: border-box;
	position: relative;
}
.under.trim_area .ttl_box02_c h4 {
	/*color: #00abe3;
	background: #cbe6f2;*/
	color: #fff;
	background: #30c2ec;
}
.under .ttl_box02_c h4::before {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	background: url("../images/icon_04.png") left center no-repeat;
	background-size: 100% auto;
	border: 2px solid #fff;
	border-radius: 100px;
	box-sizing: border-box;
	top: 50%;
	left: 20px;
	transform: translate(0,-50%);
}
.under.trim_area .ttl_box02_c h4::before {
	background: url("../images/icon_06.png") left center no-repeat;
	background-size: 100% auto;
}

/*---------- ttl_box03 ----------*/
.under .ttl_box03 {
	margin: 0 0 25px;
}
.under .ttl_box03 h5 {
	color: #2A4195;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #2A4195;
	text-align: justify;
	line-height: 1.3em;
	padding: 0 0 5px;
	box-sizing: border-box;
}
.under.trim_area .ttl_box03 h5 {
	/*color: #00abe3;*/
	color: #0ba4d6;
	border-bottom: 1px solid #0ba4d6;
}

@media screen and (max-width: 768px) {
	
/*----- ttl_box01 -----*/
.under .ttl_box01_a {
	margin: 0 auto 30px;
}
.under .ttl_box01_b {
	margin: 0 auto 30px;
}
.under .ttl_box01 p {
	font-size: 20px;
}
.under .ttl_box01_a p {
	padding: 0 10px;
}
.under .ttl_box01_a p::before {
	width: 38px;
	height: 24px;
	background: url("../images/foot_01.png") center center no-repeat;
	background-size: 100% auto;
	top: -5px;
	left: -40px;
}
.under .ttl_box01_a p::after {
	width: 35px;
	height: 25px;
	background: url("../images/foot_02.png") center center no-repeat;
	background-size: 100% auto;
	top: -5px;
	right: -35px;
}
	
.under .ttl_box01_b p {
	padding: 0 25px 0 0;
}
.under .ttl_box01_b p::before {
	width: 40px;
	height: 28px;
	background: url("../images/foot_03.png") center center no-repeat;
	background-size: 100% auto;
	top: -25px;
	right: 0;
}	
.under .ttl_box01 h3 {
	font-size: 6.5vw;
	margin: 10px 0 0;
}
.under .ttl_box01 h3 span {
	font-size: 4.8vw;
}	

/*---------- ttl_box02 ----------*/
	
/* ttl_box02_a,ttl_box02_b */	
.under .ttl_box02_a {
	margin: 0 0 30px;
}
.under .ttl_box02_b {
	margin: 0 0 20px;
}
.under .ttl_box02 h4 {
	font-size: 5vw;
	line-height: 1.5em;
}
.under .ttl_box02_a h4::before {
	content: "";
	display: block;
	position: absolute;
	width: 123.5px;
	height: 66.5px;
	background: url("../images/animal_01.png") left center no-repeat;
	background-size: 55% auto;
	top: 50%;
	left: -25%;
	right: inherit;
	transform: translate(0,-50%);
}
	
/* ttl_box02_c */
.under .ttl_box02_c {
	margin: 0 0 20px;
}
.under .ttl_box02_c h4 {
	font-size: 22px;
	padding: 10px 10px 10px 55px;
}
.under .ttl_box02_c h4::before {
	width: 36px;
	height: 36px;
	top: 50%;
	left: 10px;
}
	
/*---------- ttl_box03 ----------*/
.under .ttl_box03 {
	margin: 0 0 15px;
}
.under .ttl_box03 h5 {
	font-size: 18px;
	padding: 0 0 5px;
}	
}



/*--------------------------------------------------
  fx_box
--------------------------------------------------*/
.under .rev {
	flex-direction: row-reverse;
}

/*------ fx_box01 -----*/
.fx_box01 .img_box {
	width: 45%;
}
.fx_box01 .img_box img {
	border-radius: 10px;
}
.fx_box01 .txt_box {
	width: 50%;
}

@media screen and (max-width: 768px) {

/*------ fx_box01 -----*/	
.fx_box01 .img_box {
	width: 100%;
	margin: 0 0 20px;
}
.fx_box01 .txt_box {
	width: 100%;
}	
}



/*--------------------------------------
　btn
---------------------------------------*/

/*------ btn01 -----*/
.under .btn01.m_auto a {
	margin: auto;
}
.under .btn01 a {
	width: 240px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 100px;
	background: #EFC03A;
	padding: 15px 0 15px 30px;
	box-sizing: border-box;
	position: relative;
	display: block;
	z-index: 99;
}
.under .btn01 a::before,
.under .btn01.red a::before {
	content: "";
	display: block;
	position: absolute;
}
.under .btn01 a::before {
	width: 22px;
	height: 22px;
	background: url("../images/common/arrow_01.png") center center no-repeat;
	background-size: 100% auto;
	top: 50%;
	right: 10px;
	transform: translate(0,-50%);
}
.under .btn01.red a {
	background: #D4161C;
}
.under .btn01.red a::before {
	width: 22px;
	height: 22px;
	background: url("../images/common/arrow_03.png") center center no-repeat;
	background-size: 100% auto;
	top: 50%;
	right: 10px;
	transform: translate(0,-50%);
}
.under .btn01.wd_320 a {
	width: 320px;
}
.under .btn01.wd_430 a {
	width: 430px;
}

@media screen and (max-width: 768px) {

/*------ btn01 -----*/
.under .btn01 a {
	width: 80%;
	font-size: 14px;
	margin: auto;
	padding: 15px 0 15px 30px;
}	
.under .btn01.wd_320 a {
	width: 80%;
}
.under .btn01.wd_430 a {
	width: 80%;
}	
}



/*--------------------------------------
　btn_list
---------------------------------------*/

/*------ btn_list01 -----*/
.under .btn_list01 ul {
	display: flex;
}
.under .btn_list03 ul {
	display: flex;
	justify-content: center;
}
.under .btn_list li {
	margin: 0 30px 0 0;
}
.under .btn_list li:last-child {
	margin: 0 0 0;
}
.under .btn_list a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 100px;
	background: #EFC03A;
	padding: 15px 0 15px 30px;
	box-sizing: border-box;
	position: relative;
	display: block;
}
.under .btn_list01 a {
	width: 240px;
}
.under .btn_list03 a {
	width: 320px;
	padding: 17px 0 17px 30px;
}
.under .btn_list a::before {
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	background: url("../images/common/arrow_01.png") center center no-repeat;
	background-size: 100% auto;
	top: 50%;
	right: 10px;
	transform: translate(0,-50%);
}

/*------ btn_list02 -----*/
.under .btn_list02 ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.under .btn_list02 li {
	margin: 0 40px 0 0;
}
.under .btn_list02 li:last-child {
	margin: 0 0 0;
}
.under .btn_list02 a {
	color: #2A4195;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #2A4195;
	padding: 0 15px 5px 0;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}
.under .btn_list02 a::before {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-top: solid 2px #2A4195;
	border-right: solid 2px #2A4195;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 768px) {

/*------ btn_list01 -----*/
.under .btn_list01 ul {
	display: block;
}
.under .btn_list03 ul {
	display: block;
}
.under .btn_list li {
	margin: 0 0 20px;
}
.under .btn_list a {
	width: 80%;
	font-size: 14px;
	margin: auto;
	padding: 15px 0 15px 30px;
}
.under .btn_list01 a,
.under .btn_list03 a {
	width: 80%;
	padding: 15px 0 15px 30px;
}

/*------ btn_list02 -----*/
.under .btn_list02 ul {
	display: block;
}
.under .btn_list02 li {
	margin: 0 0 20px;
}
.under .btn_list02 a {
	font-size: 16px;
	border-bottom: 1px solid #2A4195;
	padding: 0 15px 5px 5px;
}
.under .btn_list02 a::before {
	width: 6px;
	height: 6px;
	margin-top: -5px;
}	
}



/*--------------------------------------
　table_box01
---------------------------------------*/

/*------ table_box01 -----*/
.table_box {
	box-sizing: border-box;
}
.table_box table {
	width: 100%;
	box-sizing: border-box;
}
.table_box tr {
	width: 100%;
	border-bottom: 2px solid #DEDEDE;
	box-sizing: border-box;
}
.table_box01 thead th:first-child {
	width: 33.333%;
}
.table_box02 thead th:first-child {
	width: 50%;
}
.table_box thead th {
	color: #fff;
	background: #2A4195;
}
.trim_area .table_box thead th {
	background: #00abe3;
	/*background: #30c2ec;*/
}
.table_box thead th:first-child {
	border-radius: 40px 0 0 0;
}
.table_box thead th:last-child {
	border-radius: 0 40px 0 0;
}
.table_box02 tr:nth-child(odd) {
	background: #FFF;
}
.table_box02 tr:nth-child(even) {
	background: #F2F6FA;
}
.table_box th {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
	padding: 18px 0;
	box-sizing: border-box;
}
.table_box01 td {
	width: 33.333%;
}
.table_box02 td {
	width: 50%;
}
.table_box td {
	font-size: 16px;
	font-weight: bold;
	border-right: 2px solid #DEDEDE;
	text-align: center;
	padding: 18px 20px;
	box-sizing: border-box;
}
.table_box td:last-child {
	border-right: none;
}
.table_box tbody th {
	font-size: 16px;
	background: #F2F2F2;
	padding: 18px 20px;
	box-sizing: border-box;
}
.table_box02 tbody td:first-child {
	font-weight: bold;
}

/*------ table_box03 -----*/
.table_box03 table {
	width: 100%;
	box-sizing: border-box;
}
.table_box03 tr {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 2px solid #fff;
}
.table_box03 th {
	width: 20%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6em;
	vertical-align: middle;
	padding: 25px 5px;
	box-sizing: border-box;
}
.table_box03 td {
	font-size: 16px;
	text-align: justify;
	line-height: 1.6em;
	vertical-align: middle;
	padding: 25px 40px 25px 0;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	
/*------ table_box01 -----*/
.table_box01 thead th:first-child {
	width: 15%;
}	
.table_box02 thead th:first-child {
	width: 70%;
}
.table_box thead th:first-child {
	border-radius: 20px 0 0 0;
}
.table_box thead th:last-child {
	border-radius: 0 20px 0 0;
}
.table_box th {
	font-size: 3vw;
	line-height: 1.5em;
	padding: 12px 10px;
}
.table_box01 td {
	width: 42.5%;
}
.table_box02 td {
	width: 30%;
}
.table_box td {
	font-size: 12px;
	padding: 12px 0;
}
.table_box td:last-child {
	border-right: none;
}
.table_box tbody th {
	font-size: 12px;
	padding: 12px 10px;
}
.table_box02 tbody td:first-child {
	text-align: left;
	line-height: 1.3em;
	padding: 12px 10px;
}

/*------ table_box03 -----*/
.table_box03 th {
	width: 24%;
	font-size: 3vw;
	line-height: 1.5em;
	padding: 15px 5px;
}
.table_box03 td {
	font-size: 12px;
	line-height: 1.5em;
	padding: 15px 0 15px 10px;
}		
}



/*--------------------------------------
　img_list
---------------------------------------*/
.under .img_list {
	display: flex;
	flex-wrap: wrap;
}
.under .img_list .wrap {
	width: 31%;
	margin: 0 3.5% 40px 0;
}
.under .img_list .wrap:nth-of-type(3n) {
	margin: 0 0 40px 0;
}
.under .img_list .wrap img {
	border-radius: 24px;
}

/* img_list01 */
.under .img_list01 .wrap {
	position: relative;
}
.under .img_list01 .wrap p {
	width: 100%;
	color: #fff;
	font-weight: bold;
	background: rgba(42,65,149,0.85);
	border-radius: 0 0 24px 24px;
	text-align: center;
	padding: 15px 0;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
}
.under .img_list01 .wrap p img {
	width: 12.4375px;
	height: 12.1875px;
	margin: 3px 10px 0;
}

/* img_list02 */
.under .img_list02 .wrap h4 {
	font-size: 20px;
	line-height: 1.5em;
	margin: 20px 0 15px;
}

@media screen and (max-width: 768px) {
.under .img_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}	
.under .img_list .wrap {
	/*width: calc(50% - 10px);*/
	width: 100%;
	margin: 0 0 20px;
}
.under .img_list .wrap:nth-of-type(3n) {
	margin: 0 0 20px 0;
}
.under .img_list .wrap img {
	border-radius: 10px;
}	
	
/* img_list01 */	
.under .img_list01 .wrap p {
	font-size: 13px;
	border-radius: 0 0 10px 10px;
	padding: 11px 0;
}
.under .img_list01 .wrap p img {
	width: 9.95px;
	height: 9.75px;
	margin: 2px 8px 0;
}	
	
/* img_list02 */
.under .img_list02 .wrap h4 {
	font-size: 18px;
	margin: 18px 0 5px;
}
.under .img_list02 .wrap p {
  line-height: 1.5em;
}	
}



/*--------------------------------------
　u_list
---------------------------------------*/

/*------ u_list01 -----*/
.under .u_list01 li {
	color: #fff;
	text-align: justify;
	line-height: 1.8em;
	margin: 0 0 10px;
	padding: 0 0 0 18px;
	box-sizing: border-box;
	position: relative;
}
.under .u_list01 li:last-child {
	margin: 0 0 0;
}
.under .u_list01 li::before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 100px;
	box-sizing: border-box;
	top: 11px;
	left: 0;
}

/*------ u_list02 -----*/
.under .u_list02 li {
	text-align: justify;
	line-height: 1.8em;
	margin: 0 0 10px;
	padding: 0 0 0 18px;
	box-sizing: border-box;
	position: relative;
}
.under .u_list02 li:last-child {
	margin: 0 0 0;
}
.under .u_list02 li::before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	background: #2A4195;
	border-radius: 100px;
	box-sizing: border-box;
	top: 11px;
	left: 0;
}

/*------ u_list03 -----*/
.under .u_list03 li {
	font-size: 20px;
	font-weight: bold;
	text-align: justify;
	margin: 0 0 10px;
	padding: 0 0 0 23px;
	box-sizing: border-box;
	position: relative;
}
.under .u_list03 li:last-child {
	margin: 0 0 0;
}
.under .u_list03 li::before {
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 100px;
	box-sizing: border-box;
	top: 3px;
	left: 0;
}
.under .u_list03.red li::before {
	border: 4px solid #D51419;
}
.under .u_list03.blue li::before {
	border: 4px solid #2A4195;
}

/*------ u_list04 -----*/
.under .u_list04 li {
	text-align: justify;
	border-bottom: 1px solid #D51419;
	line-height: 1.8em;
	margin: 0 0 20px;
	padding: 0 0 20px 23px;
	box-sizing: border-box;
	position: relative;
}
.under .u_list04 li:last-child {
	margin: 0 0 0;
}
.under .u_list04 li::before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	background: #D51419;
	border-radius: 100px;
	box-sizing: border-box;
	top: 11px;
	left: 3px;
}

@media screen and (max-width: 768px) {
.under .u_list01 li,
.under .u_list02 li {
	margin: 0 0 8px;
	padding: 0 0 0 15px;
}
.under .u_list01 li::before,
.under .u_list02 li::before {
	width: 7px;
	height: 7px;
	top: 8px;
}	

/*------ u_list03 -----*/
.under .u_list03 li {
	font-size: 16px;
	margin: 0 0 8px;
	padding: 0 0 0 20px;
}
.under .u_list03 li::before {
	width: 12px;
	height: 12px;
	top: 9px;
	left: 0;
}
.under .u_list03.red li::before {
	border: 3px solid #D51419;
}
.under .u_list03.blue li::before {
	border: 3px solid #2A4195;
}
	
/*------ u_list04 -----*/
.under .u_list04 li {
	margin: 0 0 15px;
	padding: 0 0 15px 18px;
}
.under .u_list04 li::before {
	width: 7px;
	height: 7px;
	top: 8px;
	left: 0;
}	
}



/*--------------------------------------
　top_txt
---------------------------------------*/

/*---------- top_txt01 ----------*/
.under .top_txt01 p {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 35px;
}
.under .top_txt01 p span {
	color: #EEC03A;
	font-weight: bold;
	position: relative;
}
.under .top_txt01 p span::before {
	content: "";
	display: block;
	position: absolute;
	width: 104.16px;
	height: 9.16px;
	background: url("../images/common/line_01.png") center bottom no-repeat;
	background-size: 100% auto;
	bottom: -3px;
	left: -13px;
}

/*---------- top_txt02 ----------*/
.under .top_txt02 p {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8em;
	margin: 0 0 30px;
}
.under .top_txt02 p span {
	color: #2A4195;
	font-size: 29px;
	font-weight: bold;
}
.under .top_txt02 p.wh,
.under .top_txt02 p span.wh {
	color: #fff;
}

@media screen and (max-width: 768px) {
	
/*---------- top_txt01 ----------*/
.under .top_txt01 p {
	font-size: 24px;
	text-align: center;
	margin: 0 0 25px;
}
.under .top_txt01 p span::before {
	width: 77px;
	height: 6.333px;
	background: url("../images/common/line_01.png") left bottom no-repeat;
	background-size: 80% auto;
	bottom: -3px;
	left: -5px;
}

/*---------- top_txt02 ----------*/
.under .top_txt02 p {
	font-size: 20px;
}
.under .top_txt02 p span {
	font-size: 24px;
}	
}



/*--------------------------------------
　main_txt
---------------------------------------*/
.under .main_txt {
	margin: 0 0 30px;
}
.under .main_txt p {
	text-align: center;
	line-height: 2.3em;
}

@media screen and (max-width: 768px) {
.under .main_txt p {
	text-align: justify;
	line-height: 1.8em;
}	
}



/*--------------------------------------
　contents-box
---------------------------------------*/
.contents-box {
	background: #F2F2F2;
	border-radius: 5px;
	padding: 25px;
	box-sizing: border-box;
}
.contents-box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contents-box li {
	width: calc(16.666% - 10px);
}
.contents-box li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #2A4195;
	border-radius: 100px;
	padding: 15px 0 15px 30px;
	box-sizing: border-box;
	position: relative;
}
.contents-box li a::before {
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	background: url("../images/common/arrow_04.png") center center no-repeat;
	background-size: 100% auto;
	top: 50%;
	right: 10px;
	transform: translate(0,-50%);
}

@media screen and (max-width: 768px) {
.contents-box {
	padding: 20px 15px;
}	
.contents-box li {
	width: calc(50% - 5px);
	margin: 0 0 15px;
}
.contents-box li:nth-last-child(-n + 2) {
  margin: 0 0 0;
}	
.contents-box li a {
	font-size: 13px;
	padding: 18px 0 18px 15px;
}
.contents-box li a::before {
	width: 20px;
	height: 20px;
	background: url("../images/common/arrow_04.png") center center no-repeat;
	background-size: 100% auto;
	top: 50%;
	right: 10px;
	transform: translate(0,-50%);
}	
}



/*--------------------------------------
　schedule
---------------------------------------*/
.under .schedule table {
	width: 100%;
	margin: 0 0 20px;
	box-sizing: border-box;
}
.under .schedule tr {
	width: 100%;
	border-bottom: 2px solid #DEDEDE;
	box-sizing: border-box;
}
.under .schedule thead th {
	width: 11%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 16px 0;
	box-sizing: border-box;
}
.under .schedule thead th:first-child {
	width: 23%;
}
.under .schedule tbody th {
	font-size: 15px;
	font-weight: bold;
	background: #F2F2F2;
	text-align: center;
}
.under .schedule tbody td {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 30px 0;
	box-sizing: border-box;
}
.under .schedule .note {
	line-height: 1.3em !important;
	margin: 0 0 30px;
}
.under .schedule .note span {
	font-size: 13px;
}

@media screen and (max-width: 768px) {
.under .schedule thead th {
	width: 11.714%;
	font-size: 2.8vw;
	line-height: 1.5em;
	padding: 14px 0;
}
.under .schedule thead th:first-child {
	width: 18%;
}
.under .schedule tbody th {
	font-size: 3vw;
	letter-spacing: -0.02em;
	padding: 0 5px;
	box-sizing: border-box;
}
.under .schedule tbody td {
	font-size: 3vw;
	padding: 20px 0;
}
.under .schedule .note {
	margin: 0 0 20px;
}	
.under .schedule .note span {
	font-size: 12px;
}	
}



/*--------------------------------------
　service_area
---------------------------------------*/
.under .service_area {
	display: flex;
	justify-content: center;
}
.under .service_area .wrap {
	width: 450px;
	border: 1px solid #2A4195;
	border-radius: 24px;
	margin: 0 15px;
	padding: 30px;
	box-sizing: border-box;
}
.under .service_area .wrap .img_box {
	margin: 0 0 30px;
}
.under .service_area .wrap .img_box img {
	border-radius: 10px;
}
.under .service_area .wrap h4 {
	font-size: 28px;
	margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
.under .service_area {
	display: block;
}
.under .service_area .wrap {
	width: 100%;
	border-radius: 10px;
	margin: 0 0 20px;
	padding: 20px;
}
.under .service_area .wrap .img_box {
	margin: 0 0 25px;
}
.under .service_area .wrap .img_box img {
	border-radius: 8px;
}
.under .service_area .wrap h4 {
	font-size: 20px;
	margin: 0 0 15px;
}	
}


/*--------------------------------------
　sns_info
---------------------------------------*/
.under .sns_info {
	width: 900px;
	margin: auto;
  padding: 0 0 170px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
.under .sns_info::before,
.under .sns_info::after {
	content: "";
	display: block;
	position: absolute;
}
.under .sns_info::before {
	width: 900px;
	height: 393.5px;
	background: url("../images/common/sec05_ptn01.png") center center no-repeat;
	background-size: 100% auto;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -10;
}
.under .sns_info::after {
	width: 155px;
	height: 114px;
	background: url("../images/common/sec05_illust01.png") center center no-repeat;
	background-size: 100% auto;
	top: -65px;
	right: 240px;
}
.under .sns_info .top_txt {
	margin: 0 0 20px;
	position: relative;
}
.under .sns_info h4 {
	font-size: 22px;
	text-align: center;
	line-height: 1.7em;
	position: absolute;
	top: 0;
	left: 20px;
}

/*----- sns_area -----*/
.under .sns_area {
	display: flex;
	justify-content: center;
	padding: 100px 0 0;
	box-sizing: border-box;
}
.under .sns_area .insta,
.under .sns_area .line {
	text-align: center;
	margin: 0 55px;
}
.under .sns_area .img_box {
	width: 90px;
	margin: auto;
}
.under .sns_area .txt_box .eng {
	font-size: 24px;
	margin: 15px 0 15px;
}
.under .sns_area .txt_box .info_txt {
	line-height: 2.5em;
}
.under .sns_area .txt_box .info_txt span {
	color: #2A4195;
	font-size: 14px;
	font-weight: bold;
	background: #fff;
	border-radius: 100px;
	padding: 5px 15px;
	box-sizing: border-box;
}
.under .sns_area .btn02 {
	position: relative;
	display: block;
}
.under .sns_area .btn02::before {
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	background: url("../images/common/arrow_03.png") center center no-repeat;
	background-size: 100% auto;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: auto;
}

@media screen and (max-width: 768px) {
.under .sns_info {
	width: 100%;
	background: #D51419;
  padding: 0 0 100px;
}
.under .sns_info::before {
	width: 100%;
	height: 320px;
	background: url("../images/common/sec05_ptn01_sp.png") center top no-repeat;
	background-size: 100% auto;
}
.under .sns_info::after {
	width: 100%;
	height: 35px;
	background: url("../images/common/sec05_ptn02_sp.png") center bottom no-repeat;
	background-size: 100% auto;
	top: inherit;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.under .sns_info .sns_info_inner {
	position: relative;
}	
.under .sns_info .sns_info_inner::before {
	content: "";
	display: block;
	position: absolute;
	width: 128px;
	height: 94px;
	background: url("../images/common/sec05_illust01.png") center center no-repeat;
	background-size: 100% auto;
	top: 80px;
	left: -10px;
}	
.under .sns_info .top_txt {
	margin: 0 0 10px;
	position: relative;
}
.under .sns_info h4 {
	font-size: 18px;
	line-height: 1.7em;
	position: inherit;
	top: inherit;
	left: inherit;
}

/*----- sns_area -----*/
.under .sns_info .sns_area {
	display: block;
	padding: 0 0 0;
}
.under .sns_info .sns_area .insta {
  margin: 0 0;
}	
.under .sns_info .sns_area .line {
	margin: 80px 0 0;
}	
.under .sns_info .sns_area .img_box {
	width: 80px;
}
.under .sns_info .sns_area .txt_box .eng {
	font-size: 17px;
	margin: 15px 0 15px;
}
.under .sns_info .sns_area .txt_box .info_txt {
	line-height: 2.5em;
}
.under .sns_info .sns_area .txt_box .info_txt span {
	color: #2A4195;
	font-size: 14px;
	font-weight: bold;
	background: #fff;
	border-radius: 100px;
	padding: 5px 15px;
	box-sizing: border-box;
}
.under .sns_info .sns_area .btn02 {
	position: relative;
	display: block;
}
.under .sns_info .sns_area .btn02::before {
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	background: url("../images/common/arrow_03.png") center center no-repeat;
	background-size: 100% auto;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: auto;
}	
}


/*--------------------------------------
　step_area
---------------------------------------*/
.under .step {
	width: calc(25% - 30px);
	background: #fff;
	border-radius: 24px;
	padding: 45px 30px 30px;
	box-sizing: border-box;
	position: relative;
}
.under .step::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -35px;
  border: 35px solid transparent;
  border-left: 15px solid #fff;
}
.under .step:last-child::before {
  display: none;
  position: inherit;
}
.under .step_ttl h5 {
	width: 50%;
	color: #fff;
	font-family: "Roboto", serif;
	font-weight: bold;
	background: #EFC03A;
	border-radius: 100px;
	text-align: center;
	padding: 15px 30px 13px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: translate(0,-50%);
}
.under .step h4 {
	font-size: 22px;
	text-align: center;
	line-height: 1.3em;
	margin: 0 0 15px;
}
.under .step .tel_box {
	text-align: center;
	margin: 50px auto 0;
}
.under .step .tel_box a {
	color: #D51419;
	font-size: 28px;
	font-weight: bold;
	display: inline-block;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
.under .step {
	width: 100%;
	border-radius: 10px;
	margin: 0 0 50px;
	padding: 40px 20px 20px;
}
.under .step:last-child {
  margin: 0 0 0;
}	
.under .step::before {
  top: 100%;
  left: 50%;
	margin-top: 0;
  margin-left: -35px;
  border: 35px solid transparent;
  border-top: 15px solid #fff;
}
.under .step_ttl h5 {
	width: 50%;
	font-size: 15px;
	padding: 13px 10px 10px;
}
.under .step h4 {
	font-size: 18px;
	line-height: 1.3em;
	margin: 0 0 15px;
}
.under .step .tel_box {
	margin: 0 auto 0;
}
.under .step .tel_box a {
	font-size: 10vw;
  pointer-events: inherit;
}	
}



/*--------------------------------------
　wave_bg
---------------------------------------*/

/*---------- wave_bg ----------*/
.under .wave_bg {
	position: relative;
}
.under .wave_bg::before,
.under .wave_bg::after {
	content: "";
	display: block;
	position: absolute;
}
.under .wave_bg::before,
.under.trim_area .wave_bg::before {
	width: 100%;
	height: 465px;
	top: 0;
	left: 0;
}
.under .wave_bg::after,
.under.trim_area .wave_bg::after {
	width: 100%;
	height: 313px;
	bottom: -1px;
	left: 0;
}
.under .wave_bg::before {
	background: url("../images/common/sec03_ptn01.png") center top no-repeat;
	background-size: 100% auto;
}
.under .wave_bg::after {
	background: url("../images/common/sec03_ptn02.png") center bottom no-repeat;
	background-size: 100% auto;
}
.under.trim_area .wave_bg::before {
	background: url("../images/pages/trimming/trimming_ptn01.png") center top no-repeat;
	background-size: 100% auto;
}
.under.trim_area .wave_bg::after {
	background: url("../images/pages/trimming/trimming_ptn02.png") center bottom no-repeat;
	background-size: 100% auto;
}

.under .wave_bg .inner {
	padding: 140px 0 280px;
	box-sizing: border-box;
	position: relative;
}
.under.recruit .wave_bg .inner {
	padding: 220px 0 280px;
}

/*---------- wave_bg02 ----------*/
.under .wave_bg02 {
	position: relative;
}
.under .wave_bg02::before,
.under .wave_bg02::after {
	content: "";
	display: block;
	position: absolute;
}
.under .wave_bg02::before {
	width: 100%;
	height: 465px;
	background: url("../images/pages/under/under_ptn08.png") center top no-repeat;
	background-size: 100% auto;
	top: 0;
	left: 0;
}
.under .wave_bg02::after {
	width: 100%;
	height: 313px;
	background: url("../images/pages/under/under_ptn09.png") center bottom no-repeat;
	background-size: 100% auto;
	bottom: 0;
	left: 0;
}
.under .wave_bg02 .inner {
	padding: 280px 0 280px;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width: 768px) {
.under .wave_bg::before {
	width: 100%;
	height: 87px;
	background: url("../images/common/sec03_ptn01_sp.png") center top no-repeat;
	background-size: 100% auto;
	top: 0;
	left: 0;
}
.under .wave_bg::after {
	width: 100%;
	height: 60px;
	background: url("../images/common/sec03_ptn02_sp.png") center bottom no-repeat;
	background-size: 100% auto;
	bottom: -3px;
	left: 0;
}	
.under .wave_bg .inner {
	padding: 70px 20px 100px;
}
.under.recruit .wave_bg .inner {
	padding: 70px 20px 100px;
}
	
/*---------- wave_bg02 ----------*/
.under .wave_bg02::before {
	width: 100%;
	height: 87px;
	background: url("../images/pages/under/under_ptn08_sp.png") center top no-repeat;
	background-size: 100% auto;
}
.under .wave_bg02::after {
	width: 100%;
	height: 60px;
	background: url("../images/pages/under/under_ptn09_sp.png") center bottom no-repeat;
	background-size: 100% auto;
}
.under .wave_bg02 .inner {
	padding: 70px 20px 100px;
}	
}


/*--------------------------------------
　about
---------------------------------------*/

/*---------- sec02 ----------*/
.about .sec02 .taste {
	margin: 0 0 50px;
}
.about .sec02 .taste:last-child {
	margin: 0 0 0;
}
.about .sec02 .taste_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about .sec02 .taste .left,
.about .sec02 .taste .right {
	width: 250px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 20px;
	text-align: center;
	line-height: 1.3em;
	padding: 20px 0;
}
.about .sec02 .taste_01 .left,
.about .sec02 .taste_01 .right {
	border: 2px solid #2A4195;
	box-sizing: border-box;
}
.about .sec02 .taste_02 .left,
.about .sec02 .taste_02 .right {
	border: 2px solid #EEC03A;
	box-sizing: border-box;
}
.about .sec02 .taste_03 .left,
.about .sec02 .taste_03 .right {
	border: 2px solid #D51318;
	box-sizing: border-box;
}
.about .sec02 .taste .line {
	width: 630px;
	height: 10px;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
}
.about .sec02 .taste .txt01 {
	font-size: 18px;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
}
.about .sec02 .taste .line::before {
	content: "";
	display: block;
	position: absolute;
	width: 33px;
	height: 34px;
	top: 0;
	left: 20px;
	transform: translate(0,-55%);
}
.about .sec02 .taste_01 .line::before {
	background: url("../images/foot_lu.png") left center no-repeat;
	background-size: 100% auto;
}
.about .sec02 .taste_02 .line::before {
	background: url("../images/foot_yl.png") left center no-repeat;
	background-size: 100% auto;
}
.about .sec02 .taste_03 .line::before {
	background: url("../images/foot_rd.png") left center no-repeat;
	background-size: 100% auto;
}
.about .sec02 .taste_01 .line {
	background: #D5E6F6;
}
.about .sec02 .taste_02 .line {
	background: #F7F1DD;
}
.about .sec02 .taste_03 .line {
	background: #FFD4D1;
}

/*---------- sec03 ----------*/

/* greeting_area */
.about .sec03 .greeting_area {
	margin: 0 0 70px;
}
.about .sec03 .img_box {
	width: 35%;
}
.about .sec03 .img_box img {
	border-radius: 24px;
	object-fit: cover;
  font-family: 'object-fit: cover';
}
.about .sec03 .txt_box {
	width: 60%;
}
.about .sec03 .name {
	font-weight: bold;
	text-align: right;
	margin: 50px 0 0;
}
.about .sec03 .name span {
	color: #1C317F;
	font-size: 26px;
	font-weight: bold;
}

/* prof_area */
.about .sec03 .prof_area {
	width: 930px;
	background: #D5E6F6;
	border: 1px solid #2A4195;
	border-radius: 24px;
	margin: auto;
	padding: 40px;
	box-sizing: border-box;
}
.about .sec03 .prof_area h4 {
	font-size: 18px;
	margin: 0 0 25px;
}
.about .sec03 .prof_box dl {
	font-size: 0;
}
.about .sec03 .prof_box dt {
  width: 8%;
	color: #2A4195;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 6px 0 0;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	float: left;
}
.about .sec03 .prof_box dd {
	width: 92%;
	font-size: 16px;
	text-align: justify;
	line-height: 2em;
	padding: 0 0 10px 20px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
.about .sec03 .prof_box dd:last-child {
	padding: 0 0 0 20px;
}

/*---------- sec04 ----------*/
.about .sec04 .inner {
	position: relative;
}
.about .sec04 .inner::before {
	content: "";
	display: block;
	position: absolute;
	width: 245.5px;
	height: 209.5px;
	background: url("../images/animal_02.png") center center no-repeat;
	background-size: 100% auto;
	top: -20px;
	right: 0;
}
.about .sec04 .wrap {
	display: flex;
}
.about .sec04 .wrap:nth-child(2) {
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	margin: 40px 0;
	padding: 40px 0;
	box-sizing: border-box;
}
.about .sec04 .wrap .left {
	width: 33%;
}
.about .sec04 .wrap .right {
	width: 67%;
}
.about .sec04 .left h4 {
	font-size: 28px;
	line-height: 1.5em;
}

/*---------- sec05 ----------*/
.about .sec05 {
	background: #2A4195;
}
.about .sec05 .inner {
	position: relative;
}
.about .sec05 .inner::before {
	content: "";
	display: block;
	position: absolute;
	width: 143.5px;
	height: 292px;
	background: url("../images/animal_03.png") center center no-repeat;
	background-size: 100% auto;
	top: 30px;
	right: 0;
}
.about .sec05 .wrap {
	width: calc(50% - 20px);
	background: #fff;
	border-radius: 24px;
	margin: 0 0 30px;
	padding: 30px;
	box-sizing: border-box;
}
.about .sec05 .wrap .num {
	width: 62px;
	height: 62px;
	font-size: 33px;
	font-weight: bold;
	font-family: "Roboto", serif;
	border-radius: 100px;
	text-align: center;
	line-height: 62px;
	margin: 0 auto 15px;
}
.about .sec05 .wrap .txt01 {
	font-size: 24px;
	line-height: 1.8em;
}

/*---------- sec06 ----------*/
.about .sec06 .wrap {
	width: calc(50% - 20px);
	border-radius: 24px;
	padding: 30px;
	box-sizing: border-box;
}
.about .sec06 .wrap_01 {
	border: 1px solid #EFC03A;
}
.about .sec06 .wrap_02 {
	border: 1px solid #D5151B;
}
.about .sec06 .wrap .img_box {
	width: 38%;
}
.about .sec06 .wrap .img_box img {
	border-radius: 10px;
}
.about .sec06 .wrap .txt_box {
	width: 57%;
}
.about .sec06 .wrap .txt_box p {
	line-height: 1.5em;
	margin: 0 0 20px;
}

/*---------- sec07 ----------*/
.about .sec07 {
	padding: 40px 0 0;
	position: relative;
}
.about .sec07::before {
	content: "";
	display: block;
	position: absolute;
	width: 275px;
	height: 218px;
	background: url("../images/animal_04.png") center center no-repeat;
	background-size: 100% auto;
	top: -90px;
	left: -20px;
}
.about .sec07 .box01 {
	margin: 0 0 100px;
}
.about .sec07 .box02 {
	margin: 0 0 100px;
}
.about .sec07 h4 {
	margin: 0 0 15px;
}
.about .sec07 .box01 .img_box {
	position: relative;
}
.about .sec07 .box01 .img_box::before {
	content: "";
	display: block;
	position: absolute;
	width: 121px;
	height: 81px;
	background: url("../images/animal_05.png") right bottom no-repeat;
	background-size: 100% auto;
	bottom: -20px;
	right: 0;
}
.about .sec07 .box .txt_box p {
	margin: 0 0 20px;
}

/* sec07_bg */
.about .sec07 .sec07_bg {
	width: 100%;
	height: 525px;
	background: url("../images/pages/about/about_07.jpg") center 30% no-repeat;
	background-size: cover;
	position: relative;
}
.about .sec07 .sec07_bg::before,
.about .sec07 .sec07_bg::after,
.about .sec07 .sec07_bg_inner::before,
.about .sec07 .sec07_bg_inner::after {
	content: "";
	display: block;
	position: absolute;
}
.about .sec07 .sec07_bg::before {
	width: 100%;
	height: 164px;
	background: url("../images/pages/under/under_ptn03.png") center top no-repeat;
	background-size: 100% auto;
	top: 0;
	left: 0;
}
.about .sec07 .sec07_bg::after {
	width: 100%;
	height: 327px;
	background: url("../images/pages/under/under_ptn04.png") center bottom no-repeat;
	background-size: 100% auto;
	bottom: 0;
	left: 0;
}
.about .sec07 .sec07_bg_inner {
	height: 524px;
	position: relative;
}
.about .sec07 .sec07_bg_inner::before {
	width: 575px;
	height: 324.5px;
	background: url("../images/pages/under/under_ptn05.png") left top no-repeat;
	background-size: 100% auto;
	top: -65px;
	left: -200px;
}
.about .sec07 .sec07_bg_inner::after {
	width: 355px;
	height: 200px;
	background: url("../images/animal_06.png") right bottom no-repeat;
	background-size: 100% auto;
	bottom: 50px;
	right: 0;
	z-index: 10;
}

@media screen and (max-width: 768px) {
	
/*---------- sec02 ----------*/
.about .sec02 .taste {
	margin: 0 0 30px;
}
.about .sec02 .taste .left,
.about .sec02 .taste .right {
	width: 25%;
	font-size: 3vw;
	border-radius: 10px;
	line-height: 1.3em;
	padding: 15px 0;
}
.about .sec02 .taste .line {
	width: 50%;
	height: 8px;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
}
.about .sec02 .taste .txt01 {
	font-size: 4vw;
	text-align: left;
	margin: 0 0 15px;
	position: inherit;
	bottom: inherit;
	left: inherit;
	right: inherit;
}
.about .sec02 .taste_01 .line::before {
	background: url("../images/foot_lu.png") left center no-repeat;
	background-size: 70% auto;
}
.about .sec02 .taste_02 .line::before {
	background: url("../images/foot_yl.png") left center no-repeat;
	background-size: 70% auto;
}
.about .sec02 .taste_03 .line::before {
	background: url("../images/foot_rd.png") left center no-repeat;
	background-size: 70% auto;
}

/*---------- sec03 ----------*/

/* greeting_area */
.about .sec03 .greeting_area {
	margin: 0 0 70px;
}
.about .sec03 .img_box {
	width: 100%;
	margin: 0 0 20px;
}
.about .sec03 .img_box img {
	border-radius: 10px;
}
.about .sec03 .txt_box {
	width: 100%;
}
.about .sec03 .name {
	margin: 30px 0 0;
}
.about .sec03 .name span {
	font-size: 22px;
}

/* prof_area */
.about .sec03 .prof_area {
	width: 100%;
	border-radius: 10px;
	padding: 20px;
}
.about .sec03 .prof_area h4 {
	font-size: 20px;
	margin: 0 0 25px;
}
.about .sec03 .prof_box dt {
  width: 100%;
	font-size: 18px;
	margin: 0 0 10px;
	padding: 0 0 0;
	vertical-align: inherit;
	float: none;
}
.about .sec03 .prof_box dd {
	width: 100%;
	font-size: 14px;
	line-height: 1.8em;
	padding: 0 0 20px 0;
	vertical-align: inherit;
}
.about .sec03 .prof_box dd:last-child {
	padding: 0 0 0 0;
}	
	
/*---------- sec04 ----------*/
.about .sec04 .inner {
	position: inherit;
}
.about .sec04 .inner::before {
	content: "";
	display: none;
	position: inherit;
	width: inherit;
	height: inherit;
	background: none;
	background-size: 100% auto;
	top: inherit;
	right: inherit;
}
.about .sec04 .wrap {
	display: block;
}
.about .sec04 .wrap:nth-child(2) {
	margin: 20px 0;
	padding: 20px 0;
}
.about .sec04 .wrap .left {
	width: 100%;
}
.about .sec04 .wrap .right {
	width: 100%;
}
.about .sec04 .left h4 {
	font-size: 20px;
	margin: 0 0 15px;
}

/*---------- sec05 ----------*/
.about .sec05 {
	margin: 0 0 40px;
}
.about .sec05 .inner::before {
	content: "";
	display: block;
	position: absolute;
	width: 143.5px;
	height: 292px;
	background: url("../images/animal_03.png") right top no-repeat;
	background-size: 55% auto;
	top: 0;
	right: 10px;
}
.about .sec05 .wrap {
	width: 100%;
	border-radius: 10px;
	margin: 0 0 20px;
	padding: 20px 0;
}
.about .sec05 .wrap .num {
	width: 50px;
	height: 50px;
	font-size: 22px;
	line-height: 50px;
	margin: 0 auto 10px;
}
.about .sec05 .wrap .txt01 {
	font-size: 4.3vw;
}

/*---------- sec06 ----------*/
.about .sec06 .wrap {
	width: 100%;
	border-radius: 10px;
	padding: 20px;
}
.about .sec06 .wrap_01 {
	margin: 0 0 20px;
}
.about .sec06 .wrap .img_box {
	width: 100%;
	margin: 0 0 20px;
}
.about .sec06 .wrap .img_box img {
	border-radius: 8px;
}
.about .sec06 .wrap .txt_box {
	width: 100%;
}
.about .sec06 .wrap .txt_box p {
	font-size: 3.8vw;
	text-align: center;
	margin: 0 0 20px;
}

/*---------- sec07 ----------*/
.about .sec07 {
	padding: 0 0 0;
}
.about .sec07::before {
	width: 475px;
	height: 324.5px;
	background: url("../images/common/sec01_ptn04.png") right bottom no-repeat;
	background-size: 30% auto;
	top: inherit;
	left: inherit;
	bottom: 10px;
	right: 0;
	z-index: 10;
}
.about .sec07 .box01 {
	margin: 0 0 60px;
}
.about .sec07 .box02 {
	margin: 0 0 50px;
}
.about .sec07 h4 {
	margin: 0 0 15px;
}
.about .sec07 .box01 .img_box {
	position: inherit;
}
.about .sec07 .box01 .img_box::before {
	content: "";
	display: none;
	position: inherit;
	width: inherit;
	height: inherit;
	background: none;
	background-size: 100% auto;
	bottom: inherit;
	right: inherit;
}
.about .sec07 .txt_box {
  margin: 40px 0 0;
}
.about .sec07 .box02 .txt_box p.txt {
	margin: 0 0 20px;
}	

/* sec07_bg */
.about .sec07 .sec07_bg {
	width: 100%;
	height: 0;
	background: url("../images/pages/about/about_07_sp.png") center center no-repeat;
	background-size: cover;
	padding-top: 61.066%;
	position: inherit;
}
.about .sec07 .sec07_bg::before,
.about .sec07 .sec07_bg::after,
.about .sec07 .sec07_bg_inner::before,
.about .sec07 .sec07_bg_inner::after {
	content: "";
	display: none;
	position: inherit;
}
.about .sec07 .sec07_bg::before {
	width: inherit;
	height: inherit;
	background: none;
	background-size: 100% auto;
	top: inherit;
	left: inherit;
}		
.about .sec07 .sec07_bg::after {
	width: inherit;
	height: inherit;
	background: none;
	background-size: 100% auto;
	bottom: inherit;
	left: inherit;
	z-index: 10;
}
.about .sec07 .sec07_bg_inner {
	height: auto;
	position: inherit;
}
.about .sec07 .sec07_bg_inner::before {
	width: inherit;
	height: inherit;
	background: none;
	background-size: 100% auto;
	top: inherit;
	left: inherit;
}
.about .sec07 .sec07_bg_inner::after {
	width: inherit;
	height: inherit;
	background: none;
	background-size: 100% auto;
	bottom: inherit;
	right: inherit;
	z-index: 10;
}
}



/*--------------------------------------
　access
---------------------------------------*/

/*---------- sec01 ----------*/
.access .sec01 .block_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.access .sec01 .txt_box {
	width: 45%;
}
.access .sec01 .txt_box span {
	font-size: 18px;
}
.access .sec01 .map {
	width: 50%;
}
.access .sec01 .map .map_block {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 70%;
}
.access .sec01 .map iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px) {
	
/*---------- sec01 ----------*/
.access .sec01 .block_inner {
	display: block;
}
.access .sec01 .txt_box {
	width: 100%;
}
.access .sec01 .txt_box span {
	font-size: 18px;
}
.access .sec01 .map {
	width: 100%;
	margin: 0 0 30px;
}
.access .sec01 .map .map_block {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 70%;
}	
}



/*--------------------------------------
　staff
---------------------------------------*/
.staff .staff_img {
	width: 70%;
	margin: 0 auto 100px;
}
.staff .staff_img img {
	border-radius: 24px;
}
.staff .name_area {
	margin: 0 0 80px;
}
.staff .name_area .img_box {
	width: 30%;
}
.staff .name_area .img_box img {
	border-radius: 24px;
}
.staff .name_area .txt_box {
	width: 65%;
}
.staff .name_area .name01 {
	color: #2A4195;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 1px solid #2A4195;
	line-height: 1em;
	margin: 0 0 20px;
	padding: 0 0 8px;
	box-sizing: border-box;
}
.staff .name_area .name01 .line {
	color: #ccc;
}
.staff .name_area .name01 .sub {
	color: #D51419;
	font-size: 18px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
.staff .staff_img {
	width: 100%;
	margin: 0 auto 40px;
}
.staff .staff_img img {
	border-radius: 10px;
}	
.staff .name_area {
	margin: 0 0 40px;
}
.staff .name_area .img_box {
	width: 100%;
	margin: 0 0 20px;
}
.staff .name_area .img_box img {
	border-radius: 10px;
}
.staff .name_area .txt_box {
	width: 100%;
}	
.staff .name_area .name01 {
	font-size: 22px;
	margin: 0 0 20px;
	padding: 0 0 5px;
}
.staff .name_area .name01 .sub {
	font-size: 15px;
}	
}



/*--------------------------------------
　information
---------------------------------------*/

/*---------- sec01 ----------*/
.information .sec01 .block_area01 {
	margin: 0 0 75px;
}
.information .sec01 .block_area .left {
	width: 45%;
}
.information .sec01 .block_area .right {
	width: 50%;
}
.information .sec01 .block_area .left .img_box {
	width: 60%;
}
.information .sec01 .block_area02 .insurance_list {
	display: flex;
	align-items: center;
}
.information .sec01 .block_area02 .insurance_list li {
	margin: 0 15px 0 0;
}
.information .sec01 .block_area02 .insurance_list li:last-child {
	margin: 0 0 0 0;
}
.information .sec01 .block_area02 .right .img_box {
	margin: 0 0 20px;
}

/*---------- sec02 ----------*/
.information .sec02 .reservation_area {
	border: 1px solid #D51419;
	border-radius: 24px;
	padding: 60px 20px;
	box-sizing: border-box;
	position: relative;
}
.information .sec02 .reservation_area::before {
	content: "";
	display: block;
	position: absolute;
	width: 217.5px;
	height: 179px;
	background: url("../images/animal_07.png") left top no-repeat;
	background-size: 100% auto;
	top: -130px;
	left: 95px;
}
.information .sec02 p {
	text-align: center;
}
.information .sec02 .tel_box {
	text-align: center;
	margin: 30px auto 40px;
}
.information .sec02 .tel_box a {
	color: #2A4195;
	font-size: 60px;
	font-weight: bold;
	display: inline-block;
  pointer-events: none;
}

/*---------- sec03 ----------*/
.information .sec03 {
	position: relative;
}
.information .sec03::before {
	content: "";
	display: block;
	position: absolute;
	width: 405px;
	height: 263px;
	background: url("../images/animal_08.png") right bottom no-repeat;
	background-size: 100% auto;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.information .sec03 .sec03_bg {
	width: 100%;
	height: 530px;
	background: url("../images/pages/information/info_mv.jpg") center 20% no-repeat;
	background-size: cover;
	position: relative;
}
.information .sec03 .sec03_bg::before,
.information .sec03 .sec03_bg::after {
	content: "";
	display: block;
	position: absolute;
}
.information .sec03 .sec03_bg::before {
	width: 100%;
	height: 164px;
	background: url("../images/pages/under/under_ptn03.png") center top no-repeat;
	background-size: 100% auto;
	top: 0;
	left: 0;
}
.information .sec03 .sec03_bg::after {
	width: 100%;
	height: 327px;
	background: url("../images/pages/under/under_ptn04.png") center bottom no-repeat;
	background-size: 100% auto;
	bottom: 0;
	left: 0;
}

/*---------- sec04 ----------*/
.information .sec04 .inner {
	position: relative;
}
.information .sec04 .inner::before {
	content: "";
	display: block;
	position: absolute;
	width: 166.5px;
	height: 141.5px;
	background: url("../images/animal_09.png") left top no-repeat;
	background-size: 100% auto;
	top: 40px;
	left: 20px;
	z-index: 10;
}
.information .sec04 .wrap {
	width: calc(50% - 15px);
	border-radius: 20px;
	margin: 0 0 30px;
	padding: 40px 40px 30px;
	box-sizing: border-box;
}
.information .sec04 .wrap .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 30px;
}
.information .sec04 .wrap .top .img_box {
	width: 35%;
}
.information .sec04 .wrap .top .img_box img {
	border-radius: 10px;
}
.information .sec04 .wrap .top .txt_box {
	width: 60%;
}
.information .sec04 .wrap .top .txt_box h4 {
	font-size: 28px;
	margin: 0 0 15px;
}
.information .sec04 .wrap .under h5 {
	font-size: 18px;
	margin: 0 0 15px;
}
.information .sec04 .wrap .under h5 img {
	width: 20px;
	height: 20px;
}

/*---------- sec05 ----------*/
.information .sec05 {
	background: #2A4195;
}
.information .sec05 .sec_inner {
	position: relative;
}
.information .sec05 .sec_inner::before {
	content: "";
	display: block;
	position: absolute;
	width: 298px;
	height: 124px;
	background: url("../images/animal_10.png") right top no-repeat;
	background-size: 100% auto;
	top: 105px;
	right: 0;
}
.information .sec05 .fx_box01 {
	margin: 0 0 80px;
}
.information .sec05 h5.name {
	font-size: 22px;
	border-bottom: 1px solid #fff;
	text-align: justify;
	line-height: 1.3em;
	margin: 0 0 20px;
	padding: 0 0 5px;
	box-sizing: border-box;
}

/*---------- sec06 ----------*/
.information .sec06 .inner {
	position: relative;
}
.information .sec06 .inner::before {
	content: "";
	display: block;
	position: absolute;
	width: 223px;
	height: 92.5px;
	background: url("../images/animal_11.png") left top no-repeat;
	background-size: 100% auto;
	top: 95px;
	left: 30px;
}
.information .sec06 .wrap {
	width: calc(50% - 15px);
	border-radius: 24px;
	text-align: center;
	margin: 0 0 30px;
	padding: 30px 0;
	box-sizing: border-box;
}
.information .sec06 .wrap_01 {
	border: 2px solid #2A4195;
}
.information .sec06 .wrap_02 {
	border: 2px solid #EFC03A;
}
.information .sec06 .wrap_03 {
	border: 2px solid #D5151B;
}
.information .sec06 .wrap_04 {
	border: 2px solid #fff;
}
.information .sec06 .wrap h4 {
	font-size: 24px;
	margin: 0 0 25px;
}
.information .sec06 .wrap .txt01,
.information .sec06 .wrap .txt02 {
	font-size: 26px;
}
.information .sec06 .wrap .txt03 {
	line-height: 2.2em;
}
.information .sec06 .wrap .txt03 .span01 {
	font-size: 32px;
}
.information .sec06 .wrap .txt03 .span02 {
	font-size: 18px;
}
.information .sec06 .wrap .tel_box {
	text-align: center;
	margin: 20px auto 0;
}
.information .sec06 .wrap .tel_box a {
	color: #2A4195;
	font-size: 58px;
	font-weight: bold;
	display: inline-block;
  pointer-events: none;
}

/*---------- sec07 ----------*/
.information .sec07 {
	background: #D51419;
	margin: 50px 0 0;
}
.information .sec07 .inner::before {
	content: "";
	display: block;
	position: absolute;
	width: 177px;
	height: 114.5px;
	background: url("../images/animal_12.png") right top no-repeat;
	background-size: 100% auto;
	top: 50px;
	right: 50px;
}
.under .note_area .note_ttl {
	text-align: center;
	margin: auto;
}
.under .note_area .note_ttl h5 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 30px;
	padding: 0 15px;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}
.under .note_area .note_ttl h5::before,
.under .note_area .note_ttl h5::after {
	content: "";
	display: block;
	position: absolute;
	width: 28px;
	height: 28.5px;
	background: url("../images/foot_wh.png") center center no-repeat;
	background-size: 100% auto;
}
.under .note_area .note_ttl h5::before {
	top: 50%;
	left: 100%;
	transform: translate(0,-50%);
}
.under .note_area .note_ttl h5::after {
	top: 50%;
	right: 100%;
	transform: translate(0,-50%);
}

@media screen and (max-width: 768px) {
	
/*---------- sec01 ----------*/
.information .sec01 .block_area01 {
	margin: 0 0 75px;
}
.information .sec01 .block_area .left {
	width: 100%;
	margin: 0 0 50px;
}
.information .sec01 .block_area .right {
	width: 100%;
	margin: 0 0 50px;
}
.information .sec01 .block_area01 .left .img_box {
	width: 60%;
}
.information .sec01 .block_area02 .left .img_box {
	width: 100%;
}
.information .sec01 .block_area02 .insurance_list {
	display: flex;
	align-items: center;
}
.information .sec01 .block_area02 .insurance_list li {
	margin: 0 10px 0 0;
}
.information .sec01 .block_area02 .right .img_box {
	margin: 0 0 20px;
}

/*---------- sec02 ----------*/
.information .sec02 .reservation_area {
	border-radius: 10px;
	padding: 30px 20px;
	position: inherit;
}
.information .sec02 .reservation_area::before {
	content: "";
	display: none;
	position: inherit;
	width: inherit;
	height: inherit;
	background: none;
	background-size: 100% auto;
	top: inherit;
	left: inherit;
}
.information .sec02 .tel_box {
	margin: 20px auto 30px;
}
.information .sec02 .tel_box a {
	font-size: 8vw;
}

/*---------- sec03 ----------*/
.information .sec03 {
	position: relative;
}
.information .sec03::before {
	content: "";
	display: block;
	position: absolute;
	width: 405px;
	height: 263px;
	background: url("../images/animal_08.png") right bottom no-repeat;
	background-size: 35% auto;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.information .sec03 .sec03_bg {
	width: 100%;
	height: 0;
	background: url("../images/pages/information/info_mv_sp.png") center 70% no-repeat;
	background-size: cover;
	padding-top: 61.066%;
	position: inherit;
	margin: 30px 0 0;
}
.information .sec03 .sec03_bg::before,
.information .sec03 .sec03_bg::after {
	content: "";
	display: none;
	position: inherit;
}
.information .sec03 .sec03_bg::before {
	width: inherit;
	height: inherit;
	background: url("../images/pages/under/under_ptn03.png") center top no-repeat;
	background-size: 100% auto;
	top: inherit;
	left: inherit;
}
.information .sec03 .sec03_bg::after {
	width: inherit;
	height: inherit;
	background: url("../images/pages/under/under_ptn04.png") center bottom no-repeat;
	background-size: 100% auto;
	bottom: inherit;
	left: inherit;
}	

/*---------- sec04 ----------*/
.information .sec04 .inner {
	position: inherit;
}
.information .sec04 .inner::before {
	content: "";
	display: none;
	position: inherit;
	width: inherit;
	height: inherit;
	background: none;
	background-size: 100% auto;
	top: inherit;
	left: inherit;
}
.information .sec04 .wrap {
	width: 100%;
	border-radius: 10px;
	margin: 0 0 20px;
	padding: 30px 30px 25px;
}
.information .sec04 .wrap .top {
	display: block;
	margin: 0 0 30px;
}
.information .sec04 .wrap .top .img_box {
	width: 100%;
	margin: 0 auto 20px;
}
.information .sec04 .wrap .top .img_box img {
	border-radius: 10px;
}
.information .sec04 .wrap .top .txt_box {
	width: 100%;
}
.information .sec04 .wrap .top .txt_box h4 {
	font-size: 24px;
	margin: 0 0 15px;
}
.information .sec04 .wrap .under h5 {
	font-size: 16px;
	margin: 0 0 10px;
}
.information .sec04 .wrap .under h5 img {
	width: 16px;
	height: 16px;
}

/*---------- sec05 ----------*/
.information .sec05 {
	margin: 0 0 70px;
}	
.information .sec05 .sec_inner::before {
	width: 202px;
	height: 84px;
	background: url("../images/common/sec03_illust01.png") center top no-repeat;
	background-size: 100% auto;
	top: 25px;
	right: -70px;
}
.information .sec05 .fx_box01 {
	margin: 0 0 70px;
}
.information .sec05 h5.name {
	font-size: 18px;
	padding: 0 0 5px;
}		

/*---------- sec06 ----------*/
.information .sec06 .inner {
	position: inherit;
}
.information .sec06 .inner::before {
	display: none;
	position: inherit;
}
.information .sec06 .wrap {
	width: 100%;
	border-radius: 10px;
	margin: 0 0 20px;
	padding: 20px 0;
}
.information .sec06 .wrap h4 {
	font-size: 18px;
	margin: 0 0 20px;
}
.information .sec06 .wrap .txt01,
.information .sec06 .wrap .txt02 {
	font-size: 22px;
}
.information .sec06 .wrap .txt03 {
	line-height: 2.0em;
}
.information .sec06 .wrap .txt03 .span01 {
	font-size: 7vw;
}
.information .sec06 .wrap .txt03 .span02 {
	font-size: 16px;
}
.information .sec06 .wrap .tel_box {
	margin: 10px auto 0;
}
.information .sec06 .wrap .tel_box a {
	font-size: 10vw;
  pointer-events: inherit;
}

/*---------- sec07 ----------*/
.information .sec07 {
	margin: 50px 0 70px;
}
.information .sec07 .inner::before {
	width: 177px;
	height: 114.5px;
	background: url("../images/animal_12.png") right top no-repeat;
	background-size: 60% auto;
	top: -50px;
	right: 10px;
}
.under .note_area .note_ttl h5 {
	font-size: 16px;
	margin: 0 0 30px;
	padding: 0 15px;
}
.under .note_area .note_ttl h5::before,
.under .note_area .note_ttl h5::after {
	width: 18px;
	height: 18.5px;
	background: url("../images/foot_wh.png") center center no-repeat;
	background-size: 100% auto;
}	
}



/*--------------------------------------
　calendar
---------------------------------------*/

/*----- calendar_box -----*/
.calendar_box {
	/*border: 1px solid #5ea8df;*/
	box-sizing: border-box;
}
.calendar_box table {
	width: 100%;
	box-sizing: border-box;
}
.calendar_box tr {
	width: 100%;
	box-sizing: border-box;
}
.calendar_box th {
	width: 14.285%;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #2A4195;
	text-align: center;
	padding: 25px 0;
	box-sizing: border-box;
}
.calendar_box th:first-child {
	border-radius: 40px 0 0 0;
}
.calendar_box th:last-child {
	border-radius: 0 40px 0 0;
}
.calendar_box tbody tr {
	border-bottom: 2px solid #DEDEDE;
}
.calendar_box td {
	font-size: 15px;
	font-weight: bold;
	border-right: 2px solid #DEDEDE;
	text-align: center;
	line-height: 2em;
	padding: 15px 0;
	box-sizing: border-box;
}
.calendar_box td:last-child {
	border-right: none;
}
.calendar_box td span {
	font-size: 20px;
	font-weight: bold;
}
.calendar_box td.none {
	border-right: none;
}
.calendar_box td.sun,
.calendar_box td.holiday {
	color: #D51419;
}
.calendar_box td.sat {
	color: #2A4195;
}

@media screen and (max-width: 768px) {
	
/*----- calendar_box -----*/
.calendar_box th {
	font-size: 3.5vw;
	padding: 20px 0;
}
.calendar_box th:first-child {
	border-radius: 20px 0 0 0;
}
.calendar_box th:last-child {
	border-radius: 0 20px 0 0;
}
.calendar_box tbody tr {
	border-bottom: 1px solid #DEDEDE;
}	
.calendar_box td {
	font-size: 2.5vw;
	border-right: 1px solid #DEDEDE;
	line-height: 2em;
	padding: 10px 0;
}
.calendar_box td span {
	font-size: 3.5vw;
}	
}



/*--------------------------------------
　trimming
---------------------------------------*/

/*---------- sec01 ----------*/
.trimming .sec01 .inner {
	position: relative;
}
.trimming .sec01 .inner::before {
	content: "";
	display: block;
	position: absolute;
	width: 166.5px;
	height: 141.5px;
	background: url("../images/animal_09.png") left top no-repeat;
	background-size: 100% auto;
	top: 40px;
	left: 20px;
	z-index: 10;
}
.trimming .sec01 .wrap_area .wrap {
	width: calc(50% - 15px);
	border-radius: 24px;
	padding: 30px;
	box-sizing: border-box;
}
.trimming .sec01 .wrap_area .wrap h4 {
	font-size: 28px;
	margin: 0 0 20px;
}
.trimming .sec01 .wrap_area .wrap .img_box img {
	border-radius: 10px;
}

/*---------- sec03 ----------*/
.trimming .sec03 {
	background: #2acbe8;
}
.trimming .sec03 .wrap {
	width: calc(50% - 20px);
	background: #fff;
	border-radius: 24px;
	margin: 0 0 30px;
	padding: 30px;
	box-sizing: border-box;
}
.trimming .sec03 .wrap .num {
	width: 62px;
	height: 62px;
	font-size: 33px;
	font-weight: bold;
	font-family: "Roboto", serif;
	border-radius: 100px;
	text-align: center;
	line-height: 62px;
	margin: 0 auto 25px;
}
.trimming .sec03 .wrap .txt01 {
	font-size: 24px;
	margin: 0 0 15px;
}

/*---------- sec04 ----------*/
.trimming .sec04 .img_list img {
	margin: 0 0 25px;
}
.trimming .sec04 .txt_box {
	text-align: center;
}
.trimming .sec04 .txt_box h4 {
	font-size: 22px;
	margin: 0 0 20px;
}

/*---------- sec05 ----------*/
.trimming .sec05 .info_area {
	border: 1px solid #f15500;
	border-radius: 24px;
	padding: 60px 100px;
	box-sizing: border-box;
	position: relative;
}
.trimming .sec05 .info_area::before {
	content: "";
	display: block;
	position: absolute;
	width: 245.5px;
	height: 209.5px;
	background: url("../images/animal_02.png") right top no-repeat;
	background-size: 100% auto;
	top: -110px;
	right: 50px;
}
/*.trimming .sec05 .info_area {
	border: 1px solid #D51419;
	border-radius: 24px;
	padding: 60px 100px;
	box-sizing: border-box;
	position: relative;
}
.trimming .sec05 .info_area::before {
	content: "";
	display: block;
	position: absolute;
	width: 245.5px;
	height: 209.5px;
	background: url("../images/animal_02.png") right top no-repeat;
	background-size: 100% auto;
	top: -110px;
	right: 50px;
}*/

@media screen and (max-width: 768px) {
	
/*---------- sec01 ----------*/
.trimming .sec01 .inner {
	position: inherit;
}
.trimming .sec01 .inner::before {
	content: "";
	display: none;
	position: inherit;
	width: inherit;
	height: inherit;
	background: none;
	background-size: 100% auto;
	top: inherit;
	left: inherit;
}	
.trimming .sec01 .wrap_area .wrap {
	width: 100%;
	border-radius: 10px;
	margin: 0 0 20px;
	padding: 20px;
}
.trimming .sec01 .wrap_area .wrap h4 {
	font-size: 20px;
	line-height: 1.3em;
	margin: 0 0 15px;
}		
.trimming .sec01 .wrap_area .wrap .img_box img {
	border-radius: 8px;
}

/*---------- sec03 ----------*/
.trimming .sec03 {
  margin: 0 0 70px;
}		
.trimming .sec03 .wrap {
	width: 100%;
	border-radius: 10px;
	margin: 0 0 20px;
	padding: 20px 20px;
}
.trimming .sec03 .wrap .num {
	width: 50px;
	height: 50px;
	font-size: 22px;
	line-height: 50px;
	margin: 0 auto 15px;
}
.trimming .sec03 .wrap .txt01 {
	font-size: 4.3vw;
}	
		
/*---------- sec04 ----------*/
.trimming .sec04 .img_list img {
	margin: 0 0 10px;
}
.trimming .sec04 .txt_box h4 {
	font-size: 18px;
	margin: 0 0 10px;
}
	
/*---------- sec05 ----------*/
.trimming .sec05 .info_area {
	border-radius: 10px;
	padding: 30px 20px;
	position: inherit;
}
.trimming .sec05 .info_area::before {
	content: "";
	display: none;
	position: inherit;
	width: inherit;
	height: inherit;
	background: none;
	background-size: 100% auto;
	top: inherit;
	right: inherit;
}	
}



/*--------------------------------------
　gallery_list
---------------------------------------*/
.under .gallery_list ul {
	display: flex;
	flex-wrap: wrap;
}
.under .gallery_list li {
	width: 23%;
	margin: 0 2.666% 40px 0;
}
.under .gallery_list li:nth-of-type(4n) {
	margin: 0 0 40px 0;
}
.under .gallery_list li:nth-last-child(-n+4) {
	margin: 0 2.666% 0 0;
}
.under .gallery_list li:last-child {
	margin: 0 0 0 0;
}
/*.under .gallery_list li .img_catch img {
	height: 205px;
	object-fit: cover;
  font-family: 'object-fit: cover';
}*/
.under .gallery_list li img {
	border-radius: 24px;
	margin: 0 0 10px;
	object-fit: cover;
  font-family: 'object-fit: cover';
}
.under.trimming .gallery_list li img {
	height: 275px;
}
.under.gallery .gallery_list li img {
	height: 205px;
}
.under .gallery_list li p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6em;
}
.under .gallery_list li p span {
	font-size: 16px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
.under .gallery_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.under .gallery_list li {
	width: calc(50% - 10px);
	margin: 0 0 30px 0;
}
.under .gallery_list li:nth-of-type(4n) {
	margin: 0 0 30px 0;
}
.under .gallery_list li:nth-last-child(-n + 4) {
	margin: 0 0 30px 0;
}
.under .gallery_list li:last-child {
	margin: 0 0 0 0;
}
.under .gallery_list li img {
	border-radius: 10px;
	margin: 0 0 7px;
}
.under.trimming .gallery_list li img {
	height: 170px;
}
.under.gallery .gallery_list li img {
	height: 170px;
}	
.under .gallery_list li p {
	font-size: 18px;
	line-height: 1.3em;
}
.under .gallery_list li p span {
	font-size: 14px;
}	
}



/*--------------------------------------
　POP UP
---------------------------------------*/
.sl-wrapper {
	z-index: 9999!important;
}
.sl-overlay {
  background-color: rgba(255, 255, 255, 0.95)!important;
	z-index: 9990!important;
}

/* 矢印のサイズや色をカスタマイズ */
.sl-prev,
.sl-next {
  width: 80px!important;
  height: 80px!important;
  background: none !important;
  border: none!important;  /* 枠線の太さと色 */
  border-radius: 50%;
  color: #2A4195!important;              /* 矢印の色 */
  font-size: 90px!important;             /* 矢印の大きさ */
  font-weight: bold;           /* 太字 */
  line-height: 20%!important;           /* 矢印の垂直位置調整 */
  text-align: center;
  opacity: 1 !important;
}

/* 矢印の位置を微調整したいとき */
.sl-prev {
  left: 20% !important;
}
.sl-next {
  right: 20% !important;
}

/* 閉じるボタン */
.sl-close {
  font-size: 32px !important;
  color: #fff !important;
  background: rgba(0,0,0,0.5) !important;
  border-radius: 50%;
  padding: 10px;
	top: 40px !important;
  right: 40px !important;
}

/* カウント表示 */
.sl-counter {
  display: none !important;
}



/* 矢印ボタンの共通スタイルをリセット */
.sl-prev, .sl-next {
  /*background: none !important;
  border: none;
  width: 100px;
  height: 100px;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;*/ /* 表示を上に */
}

/* 矢印の位置を微調整したいとき */
/*.sl-prev {
  left: 10% !important;
}
.sl-next {
  right: 10% !important;
}*/

/* 擬似要素でカスタムアイコンを表示 */
/*.sl-prev::before,
.sl-next::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}*/

/* 左矢印 */
.sl-prev::before {
	/*background: url("https://humo6.sakura.ne.jp/sano_inuneko_test/wp/wp-content/themes/sano_inuneko/images/common/arrow_left.png") left top no-repeat;*//* パスを後で確認してね */
	/*background: url("../images/common/arrow_right.png") left top no-repeat;*//* パスを後で確認してね */
}

/* 右矢印 */
/*.sl-next::before {
	background: url("../images/common/arrow_right.png") right top no-repeat;
}*/

/*.sl-prev,
.sl-next {
	position: absolute;
	top: 50%;
	background: rgba(2,58,116,0.80);
	width: 48px;
	height: 48px;
	color: inherit;
	border: none;
	border-radius: 50%;
	margin-top: -24px;
}
.sl-prev {
	left: 70px;
}
.sl-next {
	right: 70px;
}
.sl-prev:after,
.sl-next:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 14px;
	height: 14px;
	border: 0px;
	border-top: solid 4px #fff;
	border-right: solid 4px #fff;
	margin-top: -9px;
}
.sl-prev:after {
	left: 17px;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.sl-next:after {
	right: 17px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}*/

@media screen and (max-width: 768px) {
/* 矢印のサイズや色をカスタマイズ */
.sl-prev,
.sl-next {
  width: 80px !important;
  height: 80px !important;
  background: none !important;
  border: none !important;  /* 枠線の太さと色 */
  border-radius: 50%;
  color: #2A4195 !important;              /* 矢印の色 */
  font-size: 70px !important;             /* 矢印の大きさ */
  font-weight: bold;           /* 太字 */
  line-height: 10% !important;           /* 矢印の垂直位置調整 */
  text-align: center;
  opacity: 1 !important;
}

/* 矢印の位置を微調整したいとき */
.sl-prev {
  left: -20px !important;
}
.sl-next {
  right: -20px !important;
}

/* 閉じるボタン */
.sl-close {
  font-size: 32px !important;
  color: #fff !important;
  background: rgba(0,0,0,0.5) !important;
  border-radius: 50%;
  padding: 10px;
	top: 30px !important;
  right: 30px !important;
}
}



/*--------------------------------------
　recruit
---------------------------------------*/

/*---------- r_ttl_box01 ----------*/
.r_ttl_box01 {
	text-align: center;
	margin: 0 0 185px;
}
.r_ttl_box01 p {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
}
.r_ttl_box01 h3 {
	font-size: 36px;
	font-weight: bold;
	display: inline-block;
	position: relative;
}
.r_ttl_box01 h3::before {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	background: url("../images/icon_01.png") center center no-repeat;
	background-size: 100% auto;
	top: -20px;
	left: 99%;
}
.r_ttl_box01 h3 .span01 {
	color: #2A4195;
	font-weight: bold;
}
.r_ttl_box01 h3 .span02 {
	color: #F0B20B;
	font-weight: bold;
}

/*---------- r_ttl_box02 ----------*/
.r_ttl_box02 {
	margin: 0 0 40px;
}
.r_ttl_box02 p {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
	display: inline-block;
	position: relative;
}
.r_ttl_box02 p::before {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	background: url("../images/icon_02.png") center center no-repeat;
	background-size: 100% auto;
	top: -30px;
	left: 96%;
}
.r_ttl_box02 p span {
	color: #D51419;
	font-weight: bold;
}
.r_ttl_box02 h3 {
	font-size: 36px;
	font-weight: bold;
}

/*---------- r_ttl_box03 ----------*/
.r_ttl_box03 {
	text-align: center;
	margin: 0 0 50px;
}
.r_ttl_box03 h3 {
	font-size: 36px;
	font-weight: bold;
	text-align: justify;
}
.r_ttl_box03 h3 span {
	font-weight: bold;
}
.r_ttl_box03 h3 .span01 {
	font-size: 56px;
}
.sec04 .r_ttl_box03 h3 {
	position: relative;
}
.sec04 .r_ttl_box03 h3::before {
	content: "";
	display: block;
	position: absolute;
	width: 44px;
	height: 34.5px;
	background: url("../images/icon_03.png") center center no-repeat;
	background-size: 100% auto;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
}

/*---------- r_ttl_box04 ----------*/
.r_ttl_box04 {
	position: absolute;
	width: 300px;
	height: 150px;
	background: #F2F2F2;
	border-radius: 50% / 100% 100% 0 0;
	text-align: center;
	padding: 60px 0 0;
	box-sizing: border-box;
	top: -150px;
	left: 0;
	right: 0;
	margin: auto;
}
.r_ttl_box04 p {
	color: #EFC03A;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}
.r_ttl_box04 h3 {
	color: #2A4195;
	font-size: 28px;
	font-weight: bold;
}

/*---------- sec01 ----------*/
.recruit .sec01 .block_area {
	display: flex;
	justify-content: space-between;
	margin: 0 0 170px;
}
.recruit .sec01 .block_area:last-child {
	margin: 0 0 0;
}
.recruit .sec01 .img_box {
	width: 510px;
	box-sizing: border-box;
	position: relative;
}
.recruit .sec01 .pdg_left {
	padding: 0 0 0 30px;
}
.recruit .sec01 .pdg_right {
	padding: 0 30px 0 0;
}
.recruit .sec01 .img_box01 .ttl {
	position: absolute;
	width: 394px;
	height: 205.5px;
	background: url("../images/pages/recruit/recruit_ptn01.png") center center no-repeat;
	background-size: 100% auto;
	top: -125px;
	left: 0;
}
.recruit .sec01 .img_box02 .ttl {
	position: absolute;
	width: 394px;
	height: 179.5px;
	background: url("../images/pages/recruit/recruit_ptn02.png") center center no-repeat;
	background-size: 100% auto;
	top: -106px;
	right: 0;
}
.recruit .sec01 .img_box03 .ttl {
	position: absolute;
	width: 394px;
	height: 195.5px;
	background: url("../images/pages/recruit/recruit_ptn03.png") center center no-repeat;
	background-size: 100% auto;
	top: -135px;
	left: 0;
}
.recruit .sec01 .img_box04 .ttl {
	position: absolute;
	width: 394px;
	height: 189.5px;
	background: url("../images/pages/recruit/recruit_ptn04.png") center center no-repeat;
	background-size: 100% auto;
	top: -140px;
	right: 0;
}
.recruit .sec01 .img_box h4 {
	position: absolute;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	bottom: 45px;
}
.recruit .sec01 .img_box01 h4 {
	left: 85px;
}
.recruit .sec01 .img_box02 h4 {
	right: 85px;
}
.recruit .sec01 .img_box03 h4 {
	left: 110px;
}
.recruit .sec01 .img_box04 h4 {
	right: 105px;
}
.recruit .sec01 .txt_box {
	width: 600px;
}
.recruit .sec01 .img_box img {
	border-radius: 24px;
}

/*---------- sec02 ----------*/
.recruit .sec02 {
	background: #F7F1DD;
}
.recruit .sec02 .img_box {
	width: 25%;
	height: 400px;
}
.recruit .sec02 .img_box img {
	height: 400px;
	border-radius: 40px 0 0 40px;
	object-fit: cover;
  font-family: 'object-fit: cover';
}
.recruit .sec02 .txt_box {
	width: 75%;
	height: 400px;
	background: #fff;
	border-radius: 0 40px 40px 0;
	padding: 50px;
	box-sizing: border-box;
	display: table;
}
.recruit .sec02 .txt_box_inner {
	display: table-cell;
	vertical-align: middle;
}
.recruit .sec02 .txt_box h4 {
	color: #2A4195;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 25px;
}

/*---------- sec03 ----------*/
.recruit .sec03 {
	margin: 0 0 180px;
}
.recruit .sec03 .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 55px;
}
.recruit .sec03 .r_ttl h3 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.8em;
}
.recruit .sec03 .r_ttl h3 span {
	color: #EFC03A;
	font-weight: bold;
}
.recruit .sec03 .txt02 {
	color: #848484;
	font-size: 13px;
}
.recruit .sec03 .under {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.recruit .sec03 .under:before {
	content: "";
	display: block;
	position: absolute;
	width: 548.5px;
	height: 240px;
	background: url("../images/pages/recruit/recruit_ptn05.png") center bottom no-repeat;
	background-size: 100% auto;
	bottom: -60px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -10;
}
.recruit .sec03 .under .good,
.recruit .sec03 .under .bad {
	width: 460px;
	background: rgba(255,255,255,0.50);
	border-radius: 30px;
	padding: 30px;
	box-sizing: border-box;
}
.recruit .sec03 .under .good {
	border: 3px solid #D51419;
}
.recruit .sec03 .under .bad {
	border: 3px solid #2A4195;
}
.recruit .sec03 .under .txt_box h4 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 100px;
	text-align: center;
	margin: 0 0 20px;
	padding: 10px 0;
	box-sizing: border-box;
}
.recruit .sec03 .under .good h4 {
	background: #D51419;
}
.recruit .sec03 .under .bad h4 {
	background: #2A4195;
}
.recruit .sec03 .under .pc_mbti {
	width: 140px;
}
.recruit .sec03 .under .pc_mbti .txt01 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px;
}
.recruit .sec03 .under .pc_mbti .txt02 {
	color: #3BA80A;
	font-size: 47px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 25px;
}

/*---------- sec04 ----------*/
.recruit .sec04 {
	background: #2A4195;
}
.recruit .sec04 .key {
	width: calc(33.333% - 6px);
	background: #fff;
	border-radius: 24px;
	margin: 0 0 10px;
	padding: 30px 30px 30px;
	box-sizing: border-box;
}
.recruit .sec04 .key h4 {
	font-size: 82px;
	text-align: center;
	margin: 0 0 15px;
}
.recruit .sec04 .key .eng {
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px;
}

/*---------- sec05 ----------*/
.recruit .sec05 {
	margin: 0 0 280px;
}
.recruit .sec05 .ideal_list {
	margin: 0 auto 150px;
	position: relative;
}
.recruit .sec05 .ideal_list::before,
.recruit .sec05 .ideal_list::after {
	content: "";
	display: block;
	position: absolute;
}
.recruit .sec05 .ideal_list::before {
	width: 209.5px;
	height: 256.5px;
	background: url("../images/pages/recruit/recruit_illust01.png") left center no-repeat;
	background-size: 100% auto;
	bottom: 20px;
	left: 0;
}
.recruit .sec05 .ideal_list::after {
	width: 238.5px;
	height: 240px;
	background: url("../images/pages/recruit/recruit_illust02.png") right center no-repeat;
	background-size: 100% auto;
	bottom: 20px;
	right: -20px;
}
.recruit .sec05 .ideal_list ul {
	width: 650px;
	margin: auto;
}
.recruit .sec05 .ideal_list li {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: #D51419;
	border-radius: 100px;
	margin: 0 0 30px;
	padding: 18px 15px 18px 110px;
	box-sizing: border-box;
	position: relative;
}
.recruit .sec05 .ideal_list li:last-child {
	margin: 0 0 0;
}
.recruit .sec05 .ideal_list li::before {
	content: "";
	display: block;
	position: absolute;
	width: 63px;
	height: 63px;
	top: -15px;
	left: 20px;
}
.recruit .sec05 .ideal_list .list01::before {
	background: url("../images/pages/recruit/recruit_icon01.png") left center no-repeat;
	background-size: 100% auto;
}
.recruit .sec05 .ideal_list .list02::before {
	background: url("../images/pages/recruit/recruit_icon02.png") left center no-repeat;
	background-size: 100% auto;
}
.recruit .sec05 .ideal_list .list03::before {
	background: url("../images/pages/recruit/recruit_icon03.png") left center no-repeat;
	background-size: 100% auto;
}
.recruit .sec05 .ideal_list .list04::before {
	background: url("../images/pages/recruit/recruit_icon04.png") left center no-repeat;
	background-size: 100% auto;
}
.recruit .sec05 .r_img_list li {
	width: calc(33.333% - 20px);
}
.recruit .sec05 .r_img_list li img {
	border-radius: 24px;
}
.recruit .sec06 .table_area {
	background: #F2F2F2;
	border-radius: 40px;
	padding: 50px 60px;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width: 768px) {
	
/*---------- r_ttl_box01 ----------*/
.r_ttl_box01 {
	margin: 0 0 100px;
}
.r_ttl_box01 p {
	font-size: 16px;
	margin: 0 0 20px;
}
.r_ttl_box01 h3 {
	font-size: 24px;
	line-height: 1.3em;
}
.r_ttl_box01 h3::before {
	width: 30px;
	height: 30px;
	background: url("../images/icon_01.png") center center no-repeat;
	background-size: 100% auto;
	top: -10px;
	left: 98%;
}
.r_ttl_box01 h3 .span01 {
	color: #2A4195;
	font-weight: bold;
}
.r_ttl_box01 h3 .span02 {
	color: #F0B20B;
	font-weight: bold;
}

/*---------- r_ttl_box02 ----------*/
.r_ttl_box02 {
	margin: 0 0 30px;
}
.r_ttl_box02 p {
	font-size: 16px;
	margin: 0 0 20px;
}
.r_ttl_box02 p::before {
	width: 30px;
	height: 30px;
	background: url("../images/icon_02.png") center center no-repeat;
	background-size: 100% auto;
	top: -20px;
	left: 96%;
}
.r_ttl_box02 h3 {
	font-size: 24px;
}

/*---------- r_ttl_box03 ----------*/
.r_ttl_box03 {
	margin: 0 0 30px;
}
.r_ttl_box03 h3 {
	font-size: 24px;
	line-height: 1.3em;
}
.r_ttl_box03 h3 .span01 {
	font-size: 30px;
}
.sec04 .r_ttl_box03 h3 {
	display: inline-block;
}
.sec04 .r_ttl_box03 h3::before {
	width: 30px;
	height: 30px;
	background: url("../images/icon_01.png") center center no-repeat;
	background-size: 100% auto;
	top: -10px;
	left: 72%;
	right: inherit;
	margin: auto;
}	

/*---------- r_ttl_box04 ----------*/
.r_ttl_box04 {
	width: 210px;
	height: 100px;
	padding: 50px 0 0;
	top: -100px;
}
.r_ttl_box04 p {
	font-size: 13px;
	margin: 0 0 10px;
}
.r_ttl_box04 h3 {
	font-size: 22px;
}

/*---------- sec01 ----------*/
.recruit .sec01 .block_area {
	display: block;
	margin: 0 0 130px;
}
/*.recruit .sec01 .block_area:last-child {
	margin: 0 0 0;
}*/
.recruit .sec01 .img_box {
	width: 100%;
	margin: 0 0 20px;
	/*box-sizing: border-box;*/
	/*position: relative;*/
}
.recruit .sec01 .pdg_left {
	padding: 0 0 0 0;
}
.recruit .sec01 .pdg_right {
	padding: 0 0 0 0;
}
.recruit .sec01 .img_box01 .ttl {
	width: 394px;
	height: 205.5px;
	background: url("../images/pages/recruit/recruit_ptn01.png") left center no-repeat;
	background-size: 65% auto;
	top: -100px;
	left: -10px;
}
.recruit .sec01 .img_box02 .ttl {
	position: absolute;
	width: 394px;
	height: 179.5px;
	background: url("../images/pages/recruit/recruit_ptn02.png") right center no-repeat;
	background-size: 65% auto;
	top: -100px;
	right: -10px;
}
.recruit .sec01 .img_box03 .ttl {
	position: absolute;
	width: 394px;
	height: 195.5px;
	background: url("../images/pages/recruit/recruit_ptn03.png") left center no-repeat;
	background-size: 65% auto;
	top: -110px;
	left: -10px;
}
.recruit .sec01 .img_box04 .ttl {
	position: absolute;
	width: 394px;
	height: 189.5px;
	background: url("../images/pages/recruit/recruit_ptn04.png") right center no-repeat;
	background-size: 65% auto;
	top: -110px;
	right: -10px;
}
.recruit .sec01 .img_box h4 {
	/*position: absolute;
	color: #fff;*/
	font-size: 18px;
	/*font-weight: bold;*/
	bottom: 65px;
}
.recruit .sec01 .img_box01 h4 {
	left: 10%;
}
.recruit .sec01 .img_box02 h4 {
	right: 10%;
}
.recruit .sec01 .img_box03 h4 {
	left: 16%;
}
.recruit .sec01 .img_box04 h4 {
	right: 17%;
}
.recruit .sec01 .txt_box {
	width: 100%;
}
.recruit .sec01 .img_box img {
	border-radius: 10px;
}

/*---------- sec02 ----------*/
.recruit .sec02 .img_box {
	width: 100%;
	height: auto;
}
.recruit .sec02 .img_box img {
	height: auto;
	border-radius: 10px;
	margin: 0 0 20px;
}
.recruit .sec02 .txt_box {
	width: 100%;
	height: auto;
	border-radius: 10px;
	padding: 25px 20px 20px;
	display: table;
}
.recruit .sec02 .txt_box_inner {
	display: table-cell;
	vertical-align: middle;
}
.recruit .sec02 .txt_box h4 {
	font-size: 20px;
	margin: 0 0 20px;
}

/*---------- sec03 ----------*/
.recruit .sec03 {
	margin: 0 0 70px;
}
.recruit .sec03 .top {
	display: block;
	margin: 0 0 40px;
}
.recruit .sec03 .r_ttl h3 {
	font-size: 24px;
	line-height: 1.5em;
	margin: 0 0 15px;
}
.recruit .sec03 .txt02 {
	font-size: 11px;
}
.recruit .sec03 .under {
	display: block;
	position: inherit;
}
.recruit .sec03 .under:before {
	content: "";
	display: none;
	position: inherit;
	width: inherit;
	height: inherit;
	background: none;
	background-size: 100% auto;
	bottom: inherit;
	left: inherit;
	right: inherit;
	margin: auto;
}
.recruit .sec03 .under .good,
.recruit .sec03 .under .bad {
	width: 100%;
	border-radius: 10px;
	padding: 20px;
}
.recruit .sec03 .under .good {
	border: 2px solid #D51419;
	margin: 0 0 30px;
}
.recruit .sec03 .under .bad {
	border: 2px solid #2A4195;
}
.recruit .sec03 .under .txt_box h4 {
	font-size: 16px;
	margin: 0 0 15px;
	padding: 10px 0;
}
.recruit .sec03 .sp_mbti {
	width: 100%;
	margin: 0 0 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.recruit .sec03 .sp_mbti .txt_box {
  width: 50%;
}
.recruit .sec03 .sp_mbti .img_box {
  width: 50%;
}	
.recruit .sec03 .sp_mbti .txt01 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px;
}
.recruit .sec03 .sp_mbti .txt02 {
	color: #3BA80A;
	font-size: 14vw;
	font-weight: bold;
	text-align: center;
}

/*---------- sec04 ----------*/
.recruit .sec04 .key {
	width: 100%;
	border-radius: 10px;
	margin: 0 0 10px;
	padding: 20px 20px 20px;
}
.recruit .sec04 .key h4 {
	font-size: 50px;
	margin: 0 0 15px;
}
.recruit .sec04 .key .eng {
	margin: 0 0 20px;
}

/*---------- sec05 ----------*/
.recruit .sec05 {
	margin: 20px 0 140px;
}
.recruit .sec05 .ideal_list {
	margin: 0 auto 70px;
	position: inherit;
}
.recruit .sec05 .ideal_list::before,
.recruit .sec05 .ideal_list::after {
	content: "";
	display: none;
	position: inherit;
}
.recruit .sec05 .ideal_list::before {
	width: inherit;
	height: inherit;
	background: none;
	background-size: 100% auto;
	bottom: inherit;
	left: inherit;
}
.recruit .sec05 .ideal_list::after {
	width: inherit;
	height: inherit;
	background: none;
	background-size: 100% auto;
	bottom: inherit;
	right: inherit;
}
.recruit .sec05 .ideal_list ul {
	width: 100%;
}
.recruit .sec05 .ideal_list li {
	font-size: 5vw;
	margin: 0 0 25px;
	padding: 15px 15px 15px 80px;
}
.recruit .sec05 .ideal_list li::before {
	width: 46px;
	height: 46px;
	top: -10px;
	left: 15px;
}	
.recruit .sec05 .recruit_slider {
	height: auto;
}
.recruit .sec05 .recruit_slider .photo {
	width: 100%;
	height: auto;
	margin: 0 10px;
}
.recruit .sec05 .recruit_slider .photo img {
  border-radius: 10px;
}	
	
/*---------- sec06 ----------*/
.recruit .sec06 .table_area {
	border-radius: 10px;
	padding: 50px 20px 20px;
}	
}



/*--------------------------------------
　acc_area
---------------------------------------*/
.acc_area dl {
	margin: 0 0 10px;
}
.acc_area .dt_q {
	border-radius: 100px;
  padding: 20px 70px 20px 30px;
	box-sizing: border-box;
  cursor: pointer;
	position: relative;
}
.acc_area.acc_01 .dt_q {
	background: #2A4195;
}
.acc_area.acc_02 .dt_q {
	background: #D51419;
}
.acc_area.acc_03 .dt_q {
	background: #EFC03A;
}
.acc_area .dt_q:before {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	background: #fff;
	border-radius: 100px;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%);
	transition: all 0.4s;
}
.acc_area .dt_q:after {
	content: "";
	position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(45deg) translateY(-50%);
	right: 30px;
  top: 46%;
  transition: all 0.3s;
}
.acc_area.acc_01 .dt_q:after {
  border-bottom: 2px solid #2A4195;
  border-right: 2px solid #2A4195;
}
.acc_area.acc_02 .dt_q:after {
  border-bottom: 2px solid #D51419;
  border-right: 2px solid #D51419;
}
.acc_area.acc_03 .dt_q:after {
  border-bottom: 2px solid #EFC03A;
  border-right: 2px solid #EFC03A;
}
.acc_area .dt_q.open::after {
	top: 50%;
	transform: rotate(45deg) translateY(-50%) scale(-1, -1);
}
.acc_area .dd_a {
  display: none;
	border-radius: 100px;
	margin: 10px 0 30px 0;
  padding: 20px 30px 20px 30px;
	box-sizing: border-box;
}
.acc_area.acc_01 .dd_a {
	background: #D5E6F6;
}
.acc_area.acc_02 .dd_a {
	background: #ffe9e7;
}
.acc_area.acc_03 .dd_a {
	background: #F7F1DD;
}
.acc_area .dd_a.bdr_50 {
	border-radius: 50px;
}
.acc_area .dd_a.show {
	display: block;
}

/*----- txt -----*/
.acc_area .txt_q p {
	color: #FFF;
}
.acc_area .txt_q p,
.acc_area .txt_a p {
	font-weight: bold;
	text-align: justify;
	line-height: 1.8em;
}

@media screen and (max-width: 768px) {
.acc_area dl {
	margin: 0 0 10px;
}
.acc_area .dt_q {
	border-radius: 10px;
  padding: 15px 60px 15px 20px;
}
.acc_area .dt_q:before {
	top: 50%;
	right: 15px;
}
.acc_area .dt_q:after {
	right: 25px;
}	
.acc_area .dd_a {
	border-radius: 10px;
  padding: 20px 20px 20px 20px;
}
.acc_area .dd_a.bdr_50 {
	border-radius: 10px;
}	

/*----- txt -----*/	
.faq .acc_area .txt_q p {
  font-size: 14px;
}
.faq .acc_area .txt_a p {
  font-size: 12px;
}	
}



/*--------------------------------------
　tab_area
---------------------------------------*/
.tab_area {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}
.tab_area li {
	width: 200px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background: #C3C3C3;
	border-radius: 10px;
	text-align: center;
	margin: 0 10px 0 0;
	padding: 15px 0;
	box-sizing: border-box;
	cursor: pointer;
}
.tab_area li:last-child {
	margin: 0 0 0;
}
.tab_area li.active {
	background: #2A4195;
}
.tab_area li.active:last-child {
	background: #00abe3;
}

/* tabContents */
.tabContents01 {
	display: none;
}
.tabContents01.show {
	display: block;
}

@media screen and (max-width: 768px) {
.tab_area {
	justify-content: space-between;
	margin: 0 0 20px;
}
.tab_area li {
	width: 48%;
	font-size: 4vw;
	border-radius: 5px;
	padding: 10px 0;
}	
}



/*--------------------------------------
　post
---------------------------------------*/
.post .sec_block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.post .news_area {
	width: 75%;
	box-sizing: border-box;
}
.post .news_area .news_list li {
	/*padding: 30px 0;
	border-bottom: 1px solid #e7e7e7;*/
	margin: 0 0 20px;
}
.post .news_area .news_list li:last-child {
	margin: 0 0 0;
}
.post .news_area .news_list li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background: #F7F1DD;
	border-radius: 100px;
	padding: 20px 70px 20px 20px;
	box-sizing: border-box;
	position: relative;
}
.post .news_area .news_list li a::before {
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	background: url("../images/common/arrow_02.png") center center no-repeat;
	background-size: 100% auto;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%);
}
.post .deta_box {	
	width: 30%;
	display: flex;
	align-items: center;
}
.post .deta_box .day {
	color: #929085;
	font-size: 15px;
	font-weight: bold;
	font-family: "Roboto", serif;
	line-height: 1em;
	margin: 0 20px 0 0;
}
.post .deta_box .cate span {
	width: 105px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #D51419;
	border-radius: 100px;
	text-align: center;
	padding: 5px 0;
	box-sizing: border-box;
	display: inline-block;
}
.post .news_area .news_ttl {
	width: 70%;
}
.post .news_area .news_ttl p {
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
	line-height: 1.5em;
}

/*----- info-area -----*/
.single .info-area p {
	text-align: justify;
	line-height: 1.8em;
	margin: 0 0 30px;
}
.info-txt img {
	width: inherit;
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	margin: 0 0 30px;
}
.info-txt h1,.info-txt h2,.info-txt h3,.info-txt h4,.info-txt h5,.info-txt h6 {
	font-weight: bold;
}
.info-txt h1 {
	color: #fff;
	font-size: 36px;
	background: #2A4195;
	border-radius: 5px;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 30px;
	padding: 5px 20px 8px;
	display: inline-block;
}
.info-txt h2 {
	font-size: 30px;
	background: #D5E6F6;
	border-left: 5px solid #2A4195;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 30px;
	padding: 10px 10px 10px 20px;
	box-sizing: border-box;
}
.info-txt h3 {
	font-size: 26px;
	border-bottom: 2px solid #2A4195;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 30px;
	padding: 0 10px;
	box-sizing: border-box;
}
.info-txt h4 {
	color: #fff;
	font-size: 20px;
	background: #2A4195;
	line-height: 1.5em;
	margin: 0 0 20px;
	padding: 5px 15px 5px;
	box-sizing: border-box;
	display: inline-block;
}
.info-txt h5 {
	font-size: 18px;
	line-height: 1.5em;
	margin: 0 0 20px;
}
.info-txt h6 {
	font-size: 16px;
	line-height: 1.3em;
	margin: 0 0 20px;
}
.info-txt a {
	text-decoration: underline;
	display: inline-block;
}
.info-txt strong {
	font-weight: bold;
	text-align: justify;
	margin: 0 0 30px;
}

/* list */
.info-txt ul {
	margin: 0 0 40px;
}
.info-txt li {
	text-align: justify;
	line-height: 1.8em;
	margin: 0 0 10px;
	padding: 0 0 0 18px;
	box-sizing: border-box;
	position: relative;
}
.info-txt li:last-child {
	margin: 0 0 0;
}
.info-txt li::before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	background: #2A4195;
	border-radius: 100px;
	box-sizing: border-box;
	top: 10px;
	left: 0;
}

/* info-top */
.single .info-top {
	margin: 0 0 60px;
	position: relative;
}
.single .info-top::before {
  content: "";
	display: block;
  position: absolute;
  width: 100%;
  height: 2px;
	background: #ccc;
	bottom: -25px;
  left: 0;
}
.single .deta_box {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}
.single .deta_box .day {
	color: #929085;
	font-size: 18px;
	font-weight: bold;
	font-family: "Roboto", serif;
	line-height: 1em;
	margin: 0 20px 0 0;
}
.single .deta_box .cate {
	margin: 0 1.5% 0 0;
}
.single .deta_box .cate:last-child {
	margin: 0 0 0 0;
}
.single .deta_box .cate span {
	width: 150px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #D51419;
	border-radius: 100px;
	text-align: center;
	margin: 0 10px 0 0;
	padding: 5px 0;
	box-sizing: border-box;
	display: inline-block;
}
.single h4.n_ttl {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
}

/*----- btn -----*/
.single .btn01 {
  margin: 70px auto 0;
}

/*----- pagination -----*/
.post .pagination {
	text-align: center;
	margin: 80px auto 0;
}
.post .pagination ul {
	position: relative;     
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.post .pagination li {
	display: inline-block;
}
.post .pagination a {
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	text-decoration: none;
	margin: 0 5px;
}
.post .pagination span {
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	padding: 0 15px;
}
.post .pagination span.current {
	background: #2A4195;
	color: #fff;
}
.trim_area.post .pagination span.current {
	background: #00abe3;
	color: #fff;
}

/*----- side -----*/
.post .side {
	width: 20%;
	box-sizing: border-box;
}
.post .side .side_box {
	margin: 0 0 50px;
}
.post .side .side_box:last-child {
	margin: 0 0 0;
}
.post .side .side_ttl {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #2A4195;
	border-radius: 8px;
	text-align: center;
	padding: 15px 15px;
	box-sizing: border-box;
}
.trim_area.post .side .side_ttl {
	background: #00abe3;
}
.post .side ul {
	margin: 10px 0 0;
}
.post .side ul li {
	font-size: 15px;
	border-bottom: 2px solid #e7e7e7;
	padding: 20px 0;
	box-sizing: border-box;
}
.trim_area.post .side ul li {
	border-bottom: 2px solid #fff;
}
.post .side ul li a {
	display: inline;
}

@media screen and (max-width: 768px) {
.post .sec_block {
	display: block;
}
.post .news_area {
	width: 100%;
}
.post .news_area .news_list li {
	margin: 0 0 20px;
}
.post .news_area .news_list li a {
	display: block;
	border-radius: 10px;
	padding: 15px 45px 15px 20px;
}
.post .news_area .news_list li a::before {
	width: 22px;
	height: 22px;
	background: url("../images/common/arrow_02.png") center center no-repeat;
	background-size: 100% auto;
	top: inherit;
	bottom: 15px;
	right: 15px;
	transform: translate(0,0);
}	
.post .deta_box {
	width: 100%;
	margin: 0 0 13px;
}
.post .deta_box .day {
	width: 100px;
	font-size: 12px;
	margin: 0 0 0 0;
}
.post .deta_box .cate span {
	width: 95px;
	font-size: 11px;
	padding: 5px 0;
}
.post .news_area .news_ttl {
	width: 100%;
}
.post .news_area .news_ttl p {
	font-size: 15px;
}	
	
/*----- info-area -----*/
.single .info-area p {
	text-align: justify;
	line-height: 1.8em;
	margin: 0 0 20px;
}
.info-txt img {
	width: inherit;
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	margin: 0 0 30px;
}
.info-txt h1 {
	font-size: 30px;
	margin: 0 0 25px;
	padding: 5px 15px 7px;
}	
.info-txt h2 {
	font-size: 26px;
	border-left: 3px solid #2A4195;
	margin: 0 0 25px;
	padding: 5px 10px 5px 15px;
}	
.info-txt h3 {
	font-size: 20px;
	border-bottom: 1px solid #2A4195;
	margin: 0 0 25px;
	padding: 0 5px;
}	
.info-txt h4 {
	font-size: 6px;
	padding: 3px 10px 5px;
}
.info-txt h5 {
	font-size: 16px;
}
.info-txt h6 {
	font-size: 14px;
}
	
/* list */
.info-txt ul {
	margin: 0 0 30px;
}
.info-txt li {
	margin: 0 0 8px;
	padding: 0 0 0 15px;
}
.info-txt li::before {
	width: 7px;
	height: 7px;
	top: 8px;
}	

/* info-top */
.single .info-top {
	margin: 0 0 40px;
}
.single .info-top::before {
  height: 2px;
	bottom: -20px;
}
.single .deta_box {
	margin: 0 0 10px;
}
.single .deta_box .day {
	font-size: 16px;
	margin: 0 20px 0 0;
}
.single .deta_box .cate span {
	width: 120px;
	font-size: 12px;
	margin: 0 5px 0 0;
	padding: 5px 0;
}
.single h4.n_ttl {
	font-size: 16px;
	line-height: 1.5em;
}

/*----- btn -----*/
.single .btn01 {
  margin: 30px auto 0;
}

/*----- pagination -----*/
.post .pagination {
	margin: 30px auto 0;
}
.post .pagination a {
	line-height: 30px;
	font-size: 13px;
}
.post .pagination span {
	line-height: 30px;
	font-size: 13px;
	padding: 0 10px;
}	

/*----- side -----*/
.post .side {
	width: 100%;
	margin: 80px 0 0;
}
.post .side .side_box {
	margin: 0 0 30px;
}
.post .side .side_ttl {
	font-size: 15px;
	padding: 15px 10px;
}
.post .side ul {
	margin: 5px 0 0;
}
.post .side ul li {
	font-size: 14px;
	padding: 15px 0;
}
}



/*--------------------------------------
　form
---------------------------------------*/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="reset"],
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
	box-sizing: border-box;
	background: transparent;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
	border-radius: 0;
}

/*----- table -----*/
.form_area table {
	width: 100%;
	box-sizing: border-box;
}
.form_area tr {
	width: 100%;
	box-sizing: border-box;
	border-bottom: solid 1px #ccc;
}
.form_area tr:first-child {
	border-top: solid 1px #ccc;
}
.form_area th {
	width: 35%;
	height: 100px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
	vertical-align: middle;
	padding: 25px 0 25px 20px;
	box-sizing: border-box;
}
.form_area td {
	font-size: 14px;
	padding: 25px 0 25px 50px;
	box-sizing: border-box;
}

/*----- 必須 -----*/
.form_area th span {
	height: 25px;
	color: #fff;
	font-size: 11px;
	background: #D51419;
	line-height: 25px;
	margin: 0 40px 0 0;
	padding: 0 10px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	float: right;
}

/*----- input -----*/
.form_area td input {
	width: 100%;
	height: 40px;
	font-size: 15px;
	background: #fff;
	border: solid 1px #ddd;
	padding: 0 10px;
	box-sizing: border-box;
}
/* input WP編集するとき変更部分 */
/*.form_area .td01 input {
	width: 50%;
	margin: 5px 0 10px;
}
.form_area .td01 input:last-child {
	margin: 5px 0 0;
}
.form_area .td02 input {
	width: 30%;
	margin: 5px 10px 0 0;
}*/
/* 変更内容ここまで */
/*.form_area .td02 {
	display: flex;
	align-items: center;
}
.form_area .td01 p {
	margin: 20px 0 0;
}
.form_area .td01 p:first-child {
	margin: 0 0 0;
}*/

/* input WP編集するとき追加 */
/*.form_area .td01 span.wpcf7-form-control-wrap {
	display: block;
}
.form_area .td01 span.wpcf7-form-control-wrap input {
	width: 50%;
	margin: 5px 0 10px;
}
.form_area .td02 span.wpcf7-form-control-wrap {
	width: 30%;
	margin: 5px 10px 0 0;
}*/
/* 追加内容ここまで */


/*----- radio box -----*/
.form_area .radio {
	display: flex;
	width: 100%;
	box-sizing: border-box;
}
.form_area .radio01 li {
	width: 33.333%;
	margin: 0 0 0 0;
	box-sizing: border-box;
}
.form_area .radio li:last-child {
	margin: 0 0 0 0;
}
.form_area .radio li input {
	display: none;
}

/* 1番 */
.form_area .radio01-parts {
	padding: 0 0 0 25px;
	box-sizing: border-box;
	position: relative;
}
.form_area .radio01-parts::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid #cecece;
	top: 2px;
	left: 0;
}
.form_area .radio li input:checked + .radio01-parts {
	color: #D51419;
}

/* 2番 */
.form_area .radio li input:checked + .radio01-parts::after {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 12px;
	border-bottom: 2px solid #D51419;
	border-right: 2px solid #D51419;
	transform: rotate(45deg);
	top: 2px;
	left: 5px;
}

/* radio box WP編集するとき追加 */
span.wpcf7-form-control {
	width: 100%;
	box-sizing: border-box;
	font-size: 0;
}
span.wpcf7-list-item {
	display: inline-block;
	width: 33.333%;
	box-sizing: border-box;
	font-size: 14px;
	margin: 0 0 0 0 !important;
	padding: 0 !important;
}
span.wpcf7-list-item:last-child {
	margin-right: 0;
}
span.wpcf7-list-item input {
	display: none;
}
span.wpcf7-list-item-label {
  padding-left: 25px;
	box-sizing: border-box;
  position: relative;
}

/* 1番ここに入れる */
span.wpcf7-list-item-label::before {
  content: "";
	display: inline-block;
	position: absolute;
	width: 14px;
	height: 14px;
	border: 1px solid #cecece;
	top: 2px;
	left: 0;
}
span.wpcf7-list-item input:checked + span.wpcf7-list-item-label {
  color: #D51419;
}

/* 2番ここに入れる */
span.wpcf7-list-item input:checked + span.wpcf7-list-item-label::after {
  content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 12px;
	border-bottom: 2px solid #D51419;
	border-right: 2px solid #D51419;
	transform: rotate(45deg);
	top: 1px;
	left: 5px;
}
/* 追加内容ここまで */


/*----- textarea -----*/
.form_area td textarea {
	width: 100%;
	font-size: 15px;
	background: #fff;
	border: solid 1px #d3d3d3;
	padding: 10px 10px;
	box-sizing: border-box;
	resize: vertical;
}

/*----- error -----*/
.wpcf7-not-valid-tip {
	margin: 5px 0 0;
}

/*----- btn -----*/
.form_area .form_btn {
	width: 400px;
	margin: auto;
	position: relative;
}
.form_area .form_btn::before {	
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	background: url("../images/common/arrow_01.png") center center no-repeat;
	background-size: 100% auto;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%);
}
.form_area .send_btn {
	display: block;
	width: 400px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background: #EFC03A;
	border: none;
	border-radius: 100px;
	text-align: center;
	margin: 80px auto 0;
	padding: 25px 20px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.3s;
}
.form_area .send_btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
span.wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 768px) {
	
/*----- table -----*/	
.form_area th {
	display: block;
	width: 100%;
	height: auto;
	font-size: 13px;
	padding: 15px 0 13px;
}	
.form_area td {
	display: block;
	font-size: 13px;
	padding: 0 0 15px 0;
}
	
/*----- 必須 -----*/
.form_area th span {
	height: 20px;
	font-size: 10px;
	line-height: 20px;
	margin: -5px 0 0 10px;
	padding: 0 10px;
	float: none;
}
	
/*----- input -----*/
.form_area td input {
	width: 100%;
	height: 40px;
	font-size: 14px;
}	
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  font-size: 14px;
	padding: 0 0 0;
	box-sizing: border-box;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 14px;
	padding: 0 0 0;
	box-sizing: border-box;
}
::placeholder{ /* Others */
  font-size: 14px;
	padding: 0 0 0;
	box-sizing: border-box;
}
/* input WP編集するとき変更部分 */	
/*.form_area .td01 input {
	width: 100%;
}
.form_area .td02 input {
	width: 50%;
}*/
/* 変更内容ここまで */	
/*.form_area .td02 {
	display: flex;
	align-items: center;
}	
.form_area .td01 p {
	margin: 25px 0 0;
}*/	
/* input WP編集するとき追加 */
/*.form_area .td01 span.wpcf7-form-control-wrap input {
	width: 100%;
	margin: 5px 0 10px;
}
.form_area .td02 span.wpcf7-form-control-wrap {
	width: 50%;
	margin: 5px 10px 0 0;
}*/
/* 追加内容ここまで */	
	
/*----- radio box -----*/
.form_area .radio {
	display: block;
}
.form_area .radio01 li {
	width: 100%;
	margin: 0 0 15px 0;
}
	
/* 1番 */	
.form_area .radio01-parts::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 14px;
	height: 14px;
	border: 1px solid #cecece;
	top: 2px;
	left: 0;
}
.form_area .radio li input:checked + .radio01-parts {
	color: #D51419;
}
	
/* 2番 */	
.form_area .radio li input:checked + .radio01-parts::after {
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 16px;
	border-bottom: 2px solid #D51419;
	border-right: 2px solid #D51419;
	transform: rotate(45deg);
	top: 0;
	left: 5px;
}	

/* radio box WP編集するとき追加 */
span.wpcf7-form-control {
	width: 100%;
	box-sizing: border-box;
	font-size: 0;
}
span.wpcf7-list-item {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	margin: 0 0 15px;
	padding: 0;
}
span.wpcf7-list-item:nth-of-type(3n) {
	margin: 0 0 15px 0;
}
span.wpcf7-list-item input {
	display: none;
}
span.wpcf7-list-item-label {
  padding-left: 22px;
  position: relative;
}

/* 1番ここに入れる */
span.wpcf7-list-item-label::before {
  content: "";
	display: inline-block;
	position: absolute;
	width: 14px;
	height: 14px;
	border: 1px solid #cecece;
	top: -1px;
	left: 0;
}
span.wpcf7-list-item input:checked + span.wpcf7-list-item-label {
  color: #008CBA;
}

/* 2番ここに入れる */
span.wpcf7-list-item input:checked + span.wpcf7-list-item-label::after {
  content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 12px;
	border-bottom: 2px solid #008CBA;
	border-right: 2px solid #008CBA;
	transform: rotate(45deg);
	top: -1px;
	left: 5px;
}
/* 追加内容ここまで */
	
	
/*----- textarea -----*/
.form_area td textarea {
	height: 180px;
}	

/*----- btn -----*/
.form_area .form_btn {
	width: 100%;
}
.form_area .send_btn {
	width: 100%;
	color: #fff;
	font-size: 18px;
	margin: 50px auto 0;
  padding: 20px 15px;
}	
}

/*------------------------------------------------------------
  thanks
------------------------------------------------------------*/
.thanks .txt_box p {
	font-size: 18px;
	text-align: center;
	line-height: 2.0em;
}

@media screen and (max-width: 768px) {
.thanks .txt_box p {
	font-size: 14px;
	text-align: justify;
	line-height: 1.8em;
}	
}



