@charset "UTF-8";

/*
Theme Name: Theme
Author: none
Version: none
*/

/*
■■■■■ about container ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
Container	               width: 1000px
Basic Font              text: Noto
	
■■■■■ about license ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
Font-Awesome			free
	
■■■■■ comment ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
-
*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
@import
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/*---------  Web Font ---------*/

/* Noto */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

/* Noto Serif */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
body
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

body {
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 115px;
    -webkit-font-smoothing: antialiased;

}

b, strong, .bold {
	font-weight: bold;
}

/*---------  ~ 1419px ---------*/
@media (max-width: 1419px) {

body {
    margin-top: 88px;
}
} /*end of @media*/

/*---------  ~ 1199px ---------*/
@media (max-width: 1199px) {

body {
    margin-top: 70px;
}
} /*end of @media*/

/*---------  ~ 575px ---------*/
@media (max-width: 575px) {

body {
    margin-top: 60px;
}
} /*end of @media*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
common
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/*■■■■■■■■■■■■ newline ■■■■■■■■■■■■*/

/* br_sp */
.br_sp {
	display: none;
}

/* br_pc */
.br_pc {
	display: inline;
}

/*---------  ~ 991px ---------*/
@media (max-width: 991px) {

/* br_sp */
.br_sp {
	display: block;
}

/* br_pc */
.br_pc {
	display: none;
}
} /*end of @media*/

/*■■■■■■■■■■■■ slider bug fixed ■■■■■■■■■■■■*/

.slider .slide {
  display: none;
}
.bx-viewport .slider .slide {
  display: block !important;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
header
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* header */

.header {
	width: 100%;
	height: auto;
	background-color: #ffffff;
	padding: 30px;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.header::before, .header::after {
	display: block;
	content: "";
	clear: both;
}

/*---------  ~ 1419px ---------*/
@media (max-width: 1419px) {

.header {
	width: 100%;
	height: auto;
	background-color: #ffffff;
	padding: 20px;
}
} /*end of @media*/

/*---------  ~ 1199px ---------*/
@media (max-width: 1199px) {

.header {
	display: none;
}
} /*end of @media*/

/* header logo */

.header_logo_wrap {
	display: inline-block;
	padding-top: 5px;
}

.header_logo_img {
	max-width: 385px;
	width: 100%;
	height: auto;
}

/*---------  ~ 1419px ---------*/
@media (max-width: 1419px) {

.header_logo_img {
	max-width: 320px;
	width: 100%;
	height: auto;
}

} /*end of @media*/

/* global nav & contact btn */

.header_gbNav-contactBtn_wrap {
	display: inline-block;
	float: right;
	font-size: 0px;
	letter-spacing: -1em;
}

/* global nav */

.header_gbNav_wrap {
	display: inline-block;
	vertical-align: top;
	padding-top: 5px;
	margin-right: 15px;
}

.header_gbNav_list {
	font-size: 0;
	letter-spacing: -1em;
	margin-bottom: 4px;
}

.header_gbNav_Item {
	display: inline-block;
	margin: 0 10px;
}

.header_gbNav_link {
	font-size: 15px;
	color: #000000;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: normal;
}

/*---------  ~ 1419px ---------*/
@media (max-width: 1419px) {

.header_gbNav_wrap {
	padding-top: 0;
	margin-right: 5px;
}

.header_gbNav_Item {
	display: inline-block;
	margin: 0 8px;
}

.header_gbNav_link {
	font-size: 14px;
}

} /*end of @media*/

/* contact button */

.header_contactBtn_wrap {
	display: inline-block;
	vertical-align: top;
}

.header_contactBtn_lilnk {
	display: block;
	width: 220px;
	height: auto;
	background: #ff9ead;
	background: linear-gradient(to right,  #ff9ead 0%,#ffc650 100%);
	font-size: 20px;
	color: #ffffff;
	line-height: 35px;
	font-weight: 500;
	text-align: center;
	border-radius: 50px;
	padding: 10px 10px;
	letter-spacing: normal;
}

/*---------  ~ 1419px ---------*/
@media (max-width: 1419px) {

.header_contactBtn_lilnk {
	display: block;
	width: 140px;
	height: auto;
	background-color: #ff3787;
	font-size: 17px;
	color: #ffffff;
	line-height: 32px;
	font-weight: 500;
	text-align: center;
	border-radius: 50px;
	padding: 8px 8px;
	letter-spacing: normal;
}

} /*end of @media*/


/*■■■■■■■■■■■■ header sp ■■■■■■■■■■■■*/

.headerSp_wrap {
	width: 100%;
	height: auto;
	background-color: #ffffff;
	padding: 20px 20px;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

/* logo */

.headerSp_logo_wrap {
	max-width: 320px;
	width: 100%;
	height: auto;
}

.headerSp_logo_wrap img {
	width: 100%;
	height: auto;
}

/* global menu */

.headerSp_gbNav_wrap {
	display: none;
	margin-top: 15px;
}

.headerSp_gbNav_wrap::before, .headerSp_gbNav_wrap::after {
	content: "";
	display: block;
	clear: both;
}

.headerSp_gbNav_wrap.open {
	display: block;
}

.headerSp_gbNav_list {
	font-size: 0;
	letter-spacing: -1em;
	margin-bottom: 4px;
}

.headerSp_gbNav_Item {
	display: inline-block;
	margin-right: 15px;
}

.headerSp_gbNav_link {
	font-size: 15px;
	color: #000000;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: normal;
}

/* contact btn */

.headerSp_contactBtn_wrap {
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
}

.headerSp_contactBtn_lilnk {
	display: inline-block;
	width: 140px;
	height: auto;
	background: #ff9ead;
	background: linear-gradient(to right,  #ff9ead 0%,#ffc650 100%);
	font-size: 17px;
	color: #ffffff;
	line-height: 32px;
	font-weight: 500;
	text-align: center;
	border-radius: 50px;
	padding: 8px 8px;
	letter-spacing: normal;
}

/* toggle */

.headerSp_toggle {
	position: fixed;
	top: 20px;
	right: 20px;
	display: none;
	width: 30px;
	height: 30px;
    background-image: url(assets/images/common/header_toggleSp_open.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    z-index: 9999;
}

.headerSp_toggle.close {
    background-image: url(assets/images/common/header_toggleSp_close.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/*---------  ~ 1199px ---------*/
@media (max-width: 1199px) {

.headerSp_wrap {
	display: block;
}

.headerSp_toggle {
	display: block;
}
} /*end of @media*/

/*---------  ~ 575px ---------*/
@media (max-width: 575px) {

/* logo */

.headerSp_logo_wrap {
	max-width: 200px;
}

/* toggle */

.headerSp_toggle {
	position: fixed;
	top:15px;
}

/* global nav */

.headerSp_gbNav_list {
	width: 50%;
	float: left;
}

.headerSp_gbNav_Item {
	margin: 5px 0;
	display: block;
}

.headerSp_gbNav_link {
	font-size: 14px;
	line-height: 21px;
}

.headerSp_contactBtn_wrap {
	width: 100%;
	text-align: center;
}
} /*end of @media*/

/*■■■■■■■■■■■■ footer ■■■■■■■■■■■■*/

.footer {
	padding: 40px 60px;
}

.footer::before, .footer::after {
	display: block;
	content: "";
	clear: both;
}

.footer_logo-address_wrap {
	display: inline-block;
	font-size: 0px;
	letter-spacing: -1em;
	float: left;
}

.footer_logo_wrap {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

.footer_logo_img {
	max-width: 280px;
	width: 100%;
	height: auto;
}

.footer_address_wrap {
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
}

.footer_address_text {
	font-size: 14px;
	color: #000000;
	line-height: 21px;
	font-weight: 400;
	letter-spacing: normal;
}

.footer_right_wrap {
	display: inline-block;
	float: right;
	padding-top: 10px;
}

.footer_right_text {
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: normal;
}

/*---------  ~ 991px ---------*/
@media (max-width: 991px) {

.footer {
	padding: 30px 50px;
}

.footer_logo-address_wrap {
	width: 100%;
}

.footer_logo_wrap {
	width: 100%;
	text-align: center;
	margin-right: 0;
}

.footer_logo_img {
	max-width: 280px;
	width: 100%;
	height: auto;
}

.footer_address_wrap {
	width: 100%;
	text-align: center;
}

.footer_right_wrap {
	width: 100%;
	text-align: center;
}
} /*end of @media*/

/*■■■■■■■■■■■■ top visual ■■■■■■■■■■■■*/

.topVisual_wrap {
	position: relative;
}

.topVisual_wrap .bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: none;
    border: none;
    background-color: #ffffff;
   	padding-left: 100px;
   	margin-bottom: 50px;
}

/* pager */

.topVisual_wrap .bx-controls {
    width: 15px;
    height: auto;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%) translateX(-50%);
}

.topVisual_wrap .bx-wrapper .bx-pager {
    padding: 0;
}

.topVisual_wrap .bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: block;
    margin: 20px 0;
}

.topVisual_wrap .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #ffffff;
    display: block;
    width: 15px;
    height: 15px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
	margin: 0;
}

.topVisual_slide img {
	width: 100%;
	height: 900px;
	object-fit: cover;
}

.topVisual_overlay_wrap {
	max-width: 100px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
}

.topVisual_overlay_rightImg {
	max-width: 10px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.topVisual_wrap .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background-color: #ff9ead !important;
}

/* heading */

.topVisual_heading_wrap {
	max-width: 1100px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 40%;
	left: 170px;
	transform: translateY(-50%) translateX(0);
	z-index: 9980;
}

.topVisual_heading {
	font-size: 55px;
	color: #ffffff;
	line-height: 75px;
	font-weight: 600;
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}

.topVisual_text {
	font-size: 25px;
	color: #ffffff;
	line-height: 35px;
	font-weight: 600;
}

/* topVisual_heading_typeImg */

.topVisual_heading_typeImg {
	max-width: 480px;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	margin-left: -120px;
}

/*---------  ~ 1419px ---------*/
@media (max-width: 1419px) {

/* heading */

.topVisual_wrap .bx-wrapper {
   	padding-left: 70px;
}

/* pager */

.topVisual_wrap .bx-controls {
    width: 15px;
	right: 20px;
}

.topVisual_slide img {
	height: 800px;
}

.topVisual_overlay_wrap {
	max-width: 70px;
}

.topVisual_overlay_rightImg {
	max-width: 8px;
}

/* heading */

.topVisual_heading_wrap {
	left: 120px;
}

.topVisual_heading {
	font-size: 45px;
	line-height: 70px;
	margin-bottom: 15px;
}

.topVisual_text {
	font-size: 20px;
	line-height: 30px;
}

/* topVisual_heading_typeImg */

.topVisual_heading_typeImg {
	max-width: 380px;
	margin-bottom: 0;
	margin-left: -80px;
}
} /*end of @media*/

/*---------  ~ 1249px ---------*/
@media (max-width: 1249px) {

/* heading */

.topVisual_heading_wrap {
	max-width: 1000px;
}
} /*end of @media*/

/*---------  ~ 1199px ---------*/
@media (max-width: 1199px) {

/*■■■■■■■■■■■■ top visual ■■■■■■■■■■■■*/

.topVisual_wrap .bx-wrapper {
   	padding-left: 0;
}

/* pager */

.topVisual_wrap .bx-controls {
    width: 13px;
	right: 15px;
}

.topVisual_wrap .bx-wrapper .bx-pager.bx-default-pager a {
    width: 13px;
    height: 13px;
}

.topVisual_slide img {
	height: 600px;
}

.topVisual_overlay_wrap {
	display: none;
}

/* heading */

.topVisual_heading_wrap {
	max-width: 700px;
	top: 40%;
	left: 30px;
}

.topVisual_heading {
	font-size: 35px;
	line-height: 55px;
}

.topVisual_text {
	font-size: 18px;
	line-height: 28px;
}

/* topVisual_heading_typeImg */

.topVisual_heading_typeImg {
	max-width: 330px;
	margin-left: 0;
}

} /*end of @media*/

/*---------  ~ 991px ---------*/
@media (max-width: 991px) {

.topVisual_wrap .bx-wrapper {
   	margin-bottom: 20px;
}
} /*end of @media*/

/*---------  ~ 767px ---------*/
@media (max-width: 767px) {

/*■■■■■■■■■■■■ top visual ■■■■■■■■■■■■*/

.topVisual_wrap .bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    margin: 15px 0;
}

.topVisual_slide img {
	height: 450px;
}

/* heading */

.topVisual_heading_wrap {
	max-width: 550px;
	top: 45%;
	left: 15px;
}

.topVisual_heading {
	font-size: 25px;
	line-height: 40px;
	margin-bottom: 10px;
}

.topVisual_text {
	font-size: 16px;
	line-height: 26px;
}

/* topVisual_heading_typeImg */

.topVisual_heading_typeImg {
	max-width: 250px;
	margin-left: 0;
}

} /*end of @media*/

/*---------  ~ 575px ---------*/
@media (max-width: 575px) {

/*■■■■■■■■■■■■ top visual ■■■■■■■■■■■■*/

.topVisual_slide img {
	height: 450px;
}

/* heading */

.topVisual_heading_wrap {
	max-width: 260px;
	top: 50%;
	left: 15px;
}

.topVisual_heading {
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 10px;
}

.topVisual_text {
	font-size: 16px;
	line-height: 26px;
}

/* topVisual_heading_typeImg */

.topVisual_heading_typeImg {
	max-width: 200px;
}

} /*end of @media*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
top page
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/*■■■■■■■■■■■■ staff visual ■■■■■■■■■■■■*/

/*--
.staffVisual_wrap {
	width: 100%;
	height: auto;
	padding: 0 20px;
}

.staffVisual_img {
	width: 100%;
	height: auto;
}
--*/

.staffVisual_wrap {
	width: 100%;
	height: 250px;
}

.staffVisual_visual_wrap {
	width: 100%;
	height: 250px;
	background:url(assets/images/index/staffVisual_imgPc.png);
	background-size: cover;
	background-repeat: repeat-x;
	animation: staffMove 40s linear infinite;
}

@keyframes staffMove {
	0% {background-position: 0 0;}
	25% {background-position: 400px 0;}
	50% {background-position: 800px 0;}
	75% {background-position: 1200px 0;}
	100% {background-position: 1600px 0;}
}

@-webkit-keyframes staffMove {
	0% {background-position: 0 0;}
	25% {background-position: 400px 0;}
	50% {background-position: 800px 0;}
	75% {background-position: 1200px 0;}
	100% {background-position: 1600px 0;}
}
@-moz-keyframes staffMove {
	0% {background-position: 0 0;}
	25% {background-position: 400px 0;}
	50% {background-position: 800px 0;}
	75% {background-position: 1200px 0;}
	100% {background-position: 1600px 0;}
}

/*---------  ~ 991px ---------*/
@media (max-width: 991px) {

.staffVisual_wrap {
	width: 100%;
	height: 150px;
}

.staffVisual_visual_wrap {
	width: 100%;
	height: 150px;
}

} /*end of @media*/

/*---------  ~ 575px ---------*/
@media (max-width: 575px) {

.staffVisual_wrap {
	width: 100%;
	height: 120px;
}

.staffVisual_visual_wrap {
	width: 100%;
	height: 120px;
}
} /*end of @media*/

/*■■■■■■■■■■■■ policy ■■■■■■■■■■■■*/

.policy_wrap {
	background: #ff9ead;
	background: linear-gradient(to right,  #ff9ead 0%,#ffc650 100%);
	padding: 100px 0;
}

.policy_cont_wrap {
	margin-bottom: 100px;
}

h2.policy_heading {
	font-size: 36px;
	color: #ffffff;
	line-height: 1.6;
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 30px;
}

h2.policy_heading::before {
  content: '';
  width: 90px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 45px);
}

.policy_heading_en {
	display: block;
	font-size: 20px;
	color: #ffffff;
	line-height: 1.6;
	font-weight: 400;
}

.policy_text {
	font-size: 20px;
	color: #ffffff;
	line-height: 35px;
	font-weight: 400;
	text-align: center;
}

.policy_text.big {
	font-size: 60px;
	color: #ffffff;
	line-height: 1.6;
	font-weight: 300;
	text-align: center;
}

/*---------  ~ 991px ---------*/
@media (max-width: 991px) {

/*■■■■■■■■■■■■ policy ■■■■■■■■■■■■*/

.policy_wrap {
	padding: 50px 0 10px 0;
}

.policy_cont_wrap {
	margin-bottom: 50px;
}

h2.policy_heading {
	font-size: 25px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

h2.policy_heading::before {
  bottom: -5px;
  width: 60px;
  left: calc(50% - 30px);
}

.policy_heading_en {
	font-size: 16px;
}

.policy_text {
	font-size: 16px;
	line-height: 28px;
}

.policy_text.big {
	font-size: 30px;
}

} /*end of @media*/

/*■■■■■■■■■■■■ prevent ■■■■■■■■■■■■*/

.prevent_wrap {
	padding: 0 60px;
}

.prevent_inner {
	padding: 100px;
	background-image: url(assets/images/index/prevent_back_imgPc.jpg); 
}

.prevent_cont_wrap {
	padding: 60px;
	background-color: #ffffff;
}

h2.prevent_heading {
	font-size: 32px;
	color: #000000;
	line-height: 1.6;
	font-weight: 300;
	text-align: center;
	margin-bottom: 40px;
}

p.prevent_text {
	font-size: 18px;
	color: #000000;
	line-height: 35px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 80px;
}

.prevent_point_wrap {
	text-align: center;
}

.prevent_point_img {
	max-width: 1100px;
	width: 100%;
	height: auto;
}

/* btn */

.inductBtn_wrap {
	text-align: center;
	padding: 100px 0;
}

.inductBtn_dr_link, .inductBtn_dh_link {
	display: inline-block;
	max-width: 560px;
	width: 100%;
	height: auto;
	margin: 0 15px;
}

.inductBtn_dr_img, .inductBtn_dh_img {
	width: 100%;
	height: auto;
}

/*---------  ~ 1199px ---------*/
@media (max-width: 1199px) {

/*■■■■■■■■■■■■ prevent ■■■■■■■■■■■■*/

.prevent_point_img {
	max-width: 400px;
	width: 100%;
	height: auto;
}

/* btn */

.inductBtn_wrap {
	padding: 40px 40px 25px 40px;
}

.inductBtn_dr_link, .inductBtn_dh_link {
	max-width: 350px;
	margin: 0 10px 15px 10px;
}
} /*end of @media*/

/*---------  ~ 991px ---------*/
@media (max-width: 991px) {

/*■■■■■■■■■■■■ prevent ■■■■■■■■■■■■*/

.prevent_wrap {
	padding: 0;
}

.prevent_inner {
	padding: 40px 0;
}

.prevent_cont_wrap {
	padding: 40px 20px;
}

h2.prevent_heading {
	font-size: 20px;
	margin-bottom: 20px;
}

p.prevent_text {
	font-size: 16px;
	line-height: 33px;
	margin-bottom: 30px;
}

.prevent_point_wrap {
	text-align: center;
}
} /*end of @media*/

/*■■■■■■■■■■■■ infographic ■■■■■■■■■■■■*/

.infographic_wrap {
	padding: 100px 0;
}

h2.infographic_heading {
	font-size: 56px;
	color: #000000;
	line-height: 1.6;
	font-weight: 300;
	text-align: center;
	margin-bottom: 10px;
}

h2.infographic_heading .color_pink {
	color: #ff9ead;
}

p.infographic_text {
	font-size: 20px;
	color: #000000;
	line-height: 35px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 50px;
}

.infographic_cont_img {
	width: 100%;
	height: auto;
}

.infographic_cont_wrap {
	margin-bottom: 30px;
}

/*---------  ~ 991px ---------*/
@media (max-width: 991px) {

/*■■■■■■■■■■■■ infographic ■■■■■■■■■■■■*/

.infographic_wrap {
	padding: 50px 0 20px 0;
}

h2.infographic_heading {
	font-size: 30px;
}

p.infographic_text {
	font-size:16px;
	line-height: 30px;
	margin-bottom: 30px;
}

.infographic_cont_img {
	width: 100%;
	height: auto;
}

.infographic_cont_wrap {
	margin-bottom: 0;
}

.infographic_cont_inner {
	margin-bottom: 20px;
}

} /*end of @media*/

/*■■■■■■■■■■■■ about welfare ■■■■■■■■■■■■*/

.aboutWelfare_wrap {
	background-color: #fff8ea;
	margin-bottom: 80px;
}

.aboutWelfare_wrap {
	padding: 70px 0;
}

.aboutWelfare_heading_wrap {
	margin-bottom: 60px;
}

h2.aboutWelfare_heading {
	font-size: 56px;
	color: #000000;
	line-height: 1.6;
	font-weight: 300;
	text-align: center;
	margin-bottom: 10px;
}

h2.aboutWelfare_heading .color_pink {
	color: #ff9ead;
}

h3.aboutWelfare_heading {
	font-size: 30px;
	color: #000000;
	line-height: 38px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
}

p.aboutWelfare_heading_text {
	font-size: 16px;
	color: #000000;
	line-height: 26px;
	font-weight: 400;
	text-align: center;
}

p.aboutWelfare_text {
	font-size: 16px;
	color: #000000;
	line-height: 26px;
	font-weight: 400;
	text-align: justify;
}

.aboutWelfare_cont_wrap {
	position: relative;
}


.aboutWelfare_icon_wrap {
	margin-bottom: 40px;
}

.aboutWelfare_icon {
	display: block;
	width: 90px;
	height: 90px;
	background: #ff9ead;
	transform: rotate(45deg);
	position: relative;
	margin: 0 auto;
}

.aboutWelfare_icon_text {
	font-size: 40px;
	color: #ffffff;
	line-height: 1.6;
	font-weight: 400;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.aboutWelfare_cont_item {
	background-color: #ffffff;
	padding: 0 30px 60px 35px;
}

.aboutWelfare_woman_img {
	width: 200px;
	height: auto;
	position: absolute;
	top: -270px;
	right: 70px;
}

.aboutWelfare_star_img {
	width: 257px;
	height: auto;
	position: absolute;
	top: -180px;
	left: 70px;
}

/*---------  ~ 1199px ---------*/
@media (max-width: 1199px) {

.aboutWelfare_woman_img {
	width: 180px;
	position: absolute;
	top: -250px;
	right: 40px;
}

.aboutWelfare_star_img {
	width: 180px;
	position: absolute;
	top: -160px;
	left: 40px;
}
} /*end of @media*/

/*---------  ~ 991px ---------*/
@media (max-width: 991px) {

/*■■■■■■■■■■■■ about welfare ■■■■■■■■■■■■*/

.aboutWelfare_wrap {
	margin-bottom: 40px;
}

.aboutWelfare_wrap {
	padding: 50px 0 0 0;
}

.aboutWelfare_cont_wrap {
	position: relative;
}

.aboutWelfare_heading_wrap {
	margin-bottom: 40px;
}

h2.aboutWelfare_heading {
	font-size: 30px;
}

h3.aboutWelfare_heading {
	font-size: 25px;
	line-height: 33px;
	margin-bottom: 15px;
}

.aboutWelfare_heading_text {
	text-align: center;
}

p.aboutWelfare_text {
	text-align: center;
}

.aboutWelfare_icon_wrap {
	margin-bottom: 30px;
}

.aboutWelfare_icon {
	width: 60px;
	height: 60px;
}

.aboutWelfare_icon_text {
	font-size: 30px;
}

.aboutWelfare_cont_item {
	padding: 0 20px 40px 20px;
	margin-bottom: 40px;
}

.aboutWelfare_woman_img {
	display: none;
}

.aboutWelfare_star_img {
	display: none;
}

} /*end of @media*/

/*■■■■■■■■■■■■ about service ■■■■■■■■■■■■*/

.aboutService_wrap {
	background-image: url(assets/images/index/aboutService_back_imgPc.jpg); 
	background-size: cover;
	padding: 60px 0;
}

.aboutService_cont_item {
	margin-bottom: 20px;
}

.aboutService_catch_wrap {
	padding-right: 70px;
}

.aboutService_catch_img {
	width: 100%;
	height: auto;
}

.aboutService_thumb_wrap {
	//padding-left: 40px;
}

.aboutService_thumb_img {
	width: 100%;
	height: auto;
	margin-top: 60px;
}

.aboutService_grid_img {
	width: 100%;
	height: auto;
}

/*---------  ~ 991px ---------*/
@media (max-width: 1199px) {

/*■■■■■■■■■■■■ about service ■■■■■■■■■■■■*/

.aboutService_catch_wrap {
	padding-right: 40px;
}

.aboutService_thumb_wrap {
	padding-left: 40px;
}

} /*end of @media*/

/*---------  ~ 991px ---------*/
@media (max-width: 991px) {

/*■■■■■■■■■■■■ about service ■■■■■■■■■■■■*/

.aboutService_wrap {
	padding: 50px 0 50px 0;
	margin-bottom: 70px;
}

.aboutService_catch_wrap {
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
}

.aboutService_catch_img {
	max-width: 500px;
	width: 100%;
	height: auto;
}

.aboutService_thumb_wrap {
	text-align: center;
	padding: 0;
}

.aboutService_thumb_img {
	max-width: 430px;
	height: auto;
	margin-top: 0;
}

.aboutService_grid_wrap {
	text-align: center;
}

.aboutService_grid_img {
	max-width: 500px;
	width: 100%;
	height: auto;
}

} /*end of @media*/

/*■■■■■■■■■■■■ about director ■■■■■■■■■■■■*/

.aboutDirector_wrap {
	padding: 60px;
	margin-bottom: 90px;
}

.aboutDirector_inner {
	background-image: url(assets/images/index/aboutDirector_back_imgPc.jpg); 
	background-size: cover;
	padding: 120px 0 70px 0;
	position: relative;
}

.aboutDirector_heading_wrap {
	margin-bottom: 50px;
}

h2.aboutDirector_heading {
	font-size: 56px;
	color: #000000;
	line-height: 1.6;
	font-weight: 300;
	text-align: center;
	margin-bottom: 10px;
}

p.aboutDirector_text {
	font-size: 16px;
	color: #000000;
	line-height: 26px;
	font-weight: 400;
	text-align: center;
}

.aboutDirector_catch_img {
	width: 100%;
	height: auto;
}

.aboutDirector_thumb_wrap {
	margin: 0 0 20px 0;
}

.aboutDirector_thumb_img {
	width: 100%;
	height: auto;
}

.aboutDirector_grid_img {
	width: 100%;
	height: auto;
}

.aboutDirector_interview_img {
	width: 100%;
	height: auto;
}

.aboutDirector_typo_img {
	max-width: 500px;
	width: 100%;
	height: auto;
	position: absolute;
	top: -20px;
	left: -20px;
}

/*---------  ~ 991px ---------*/
@media (max-width: 991px) {

/*■■■■■■■■■■■■ about director ■■■■■■■■■■■■*/

.aboutDirector_wrap {
	padding: 0;
	margin-bottom: 0;
}

.aboutDirector_inner {
	padding: 70px 0 50px 0;
}

.aboutDirector_cont_item {
	margin-bottom: 20px;
}

.aboutDirector_heading_wrap {
	margin-bottom: 40px;
}

h2.aboutDirector_heading {
	font-size: 30px;
}

.aboutDirector_thumb_wrap {
	margin: 0 0 40px 0;
	text-align: center;
}

.aboutDirector_thumb_img {
	max-width: 500px;
	width: 100%;
	height: auto;
}

.aboutDirector_interview_wrap {
	text-align: center;
}

.aboutDirector_interview_img {
	max-width: 400px;
	width: 100%;
	height: auto;
}

.aboutDirector_typo_img {
	max-width: 280px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
} /*end of @media*/

/*■■■■■■■■■■■■ interview ■■■■■■■■■■■■*/

.interview_wrap {
	padding: 100px 0 90px 0;
	background-color: #f7f7f7;
	margin-bottom: 50px;
}

.interview_typo_img {
	max-width: 220px;
	width: 100%;
	height: auto;
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

h2.interview_heading {
	font-size: 56px;
	color: #000000;
	line-height: 75px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 40px;
}

p.interview_text {
	font-size: 18px;
	color: #000000;
	line-height:  34px;
	font-weight: 400;
	text-align: justify;
	margin-bottom: 50px;
}

.interview_thumb_img {
	width: 100%;
	height: auto;
}

.interview_bigThumb_img {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	position: absolute;
	top: -170px;
	left: 35px;
}

.interview_cont_item.first {
	padding-right: 35px;
	position: relative;
} 

.interview_cont_item.second {
	padding-left: 35px;
	position: relative;
	padding-top: 590px;
}

.interview_btn_wrap {
	position: relative;
}

.interview_btn_link {
	font-size: 28px;
	color: #ffffff;
	line-height:  1.6;
	font-weight: 400;
	text-align: center;
	display: block;
	max-width: 620px;
	width: 100%;
	height: auto;
	padding: 25px 15px;
	background-color: #ff9ead;
	position: absolute;
	top: 90px;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	border-radius: 10px;
}

/*---------  ~ 1239px ---------*/
@media (max-width: 1239px) {

.interview_cont_item.second {
	padding-top: 0 !important;
}

.interview_bigThumb_img {
	margin-bottom: 40px;
	position: static;
}
} /*end of @media*/

/*---------  ~ 1199px ---------*/
@media (max-width: 1199px) {

.interview_cont_item.second {
	padding-top: 430px;
}
} /*end of @media*/

/*---------  ~ 991px ---------*/
@media (max-width: 991px) {

/*■■■■■■■■■■■■ interview ■■■■■■■■■■■■*/

.interview_wrap {
	padding: 50px 0;
	background-color: #ffffff;
	margin-bottom: 0;
}

.interview_typo_img {
	max-width: 200px;
	position: absolute;
	top: -50px;
	left: 0;
	transform: translateY(-50%) translateX(0);
}

h2.interview_heading {
	font-size: 30px;
	line-height: 42px;
	margin-bottom: 30px;
}

p.interview_text {
	font-size: 16px;
	line-height:  32px;
	margin-bottom: 30px;
}

.interview_bigThumb_img {
	margin-bottom: 20px;
	position: static;
}

.interview_thumb_img {
	margin-bottom: 20px;
}

.interview_cont_item.first {
	padding-right: 0;
} 

.interview_cont_item.second {
	padding: 0;
}

.interview_btn_link {
	font-size: 18px;
	max-width: 100%;
	padding: 15px 15px;
	position: static;
	transform: translateY(0) translateX(0);
}

} /*end of @media*/

/*■■■■■■■■■■■■ staff Interview ■■■■■■■■■■■■*/

.staffInterview_wrap {
	padding: 100px 0;
}

h2.staffInterview_heading {
	font-size: 56px;
	color: #000000;
	line-height: 1.6;
	font-weight: 300;
	text-align: center;
	margin-bottom: 60px;
}

.staffInterview_slide_img {
	width: 100%;
	height: 760px;
	object-fit: cover;
}

.staffInterview_heading_img {
	max-width: 660px;
	width: 100%;
	height: auto;
}

.staffInterview_visual_wrap {
	margin-bottom: 80px;
	text-align: center;
}

.staffInterview_visual_img {
	max-width: 1380px;
	width: 100%;
	height: auto;
}

.staffInterview_cont_wrap .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}

.staffInterview_sliderThumb_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

.staffInterview_sliderThumb_wrap > .staffInterview_sliderThumb_slide {
    width: calc(100% / 4);
}

.staffInterview_sliderThumb_wrap > .staffInterview_sliderThumb_slide > .staffInterview_sliderThumb_link {
    display: block;
    position: relative;
    padding-top: 75%;
}

.staffInterview_sliderThumb_wrap > .staffInterview_sliderThumb_slide > .staffInterview_sliderThumb_link > .staffInterview_slide_img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}

/*---------  ~ 1199px ---------*/
@media (max-width: 1199px) {

.staffInterview_slide_img {
	height: 650px;
}
} /*end of @media*/

/*---------  ~ 991px ---------*/
@media (max-width: 991px) {

/*■■■■■■■■■■■■ staff Interview ■■■■■■■■■■■■*/

.staffInterview_wrap {
	padding: 0;
	margin-bottom: 40px;
}

h2.staffInterview_heading {
	font-size: 30px;
	margin-bottom: 30px;
}

.staffInterview_visual_wrap {
	margin-bottom: 40px;
}

.staffInterview_slide_img {
	height: auto;
}
} /*end of @media*/

/*---------  ~ 575px ---------*/
@media (max-width: 575px) {

.staffInterview_visual_wrap {
	margin-bottom: 0;
}
} /*end of @media*/


/*■■■■■■■■■■■■ staff recom ■■■■■■■■■■■■*/

.newline {
	display: inline-block;
}

.staffRecom_wrap {
	background-color: #fff8ea;
	padding: 80px 0;
}

.staffRecom_heading_wrap {
	text-align: center;
	margin-bottom: 60px;
}

h2.staffRecom_heading {
	display: inline;
	font-size: 56px;
	color: #000000;
	line-height: 1.6;
	font-weight: 300;
	text-align: center;
	border-bottom: #ffe790 solid 12px;
}

.staffRecom_heading_icon img {
	max-width: 240px;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.staffRecom_cont_img {
	width: 100%;
	height: auto;
}

.staffRecom_cont_item {
	margin-bottom: 50px;
}

/*---------  ~ 991px ---------*/
@media (max-width: 991px) {

/*■■■■■■■■■■■■ staff recom ■■■■■■■■■■■■*/

.staffRecom_wrap {
	padding: 50px 0 20px 0;
}

.staffRecom_heading_wrap {
	margin-bottom: 40px;
}

h2.staffRecom_heading {
	font-size: 30px;
	border-bottom: #ffe790 solid 8px;
}

.staffRecom_heading_icon img {
	max-width: 160px;
}

.staffRecom_cont_item {
	margin-bottom: 40px;
	text-align: center;
}

.staffRecom_cont_img {
	max-width: 400px;
	width: 100%;
	height: auto;
}
} /*end of @media*/

/*■■■■■■■■■■■■ schedule ■■■■■■■■■■■■*/

.schedule_wrap {
	padding: 80px 0 20px 0;
}

.difference_heading_img {
    max-width: 240px;
    width: 100%;
    height: auto;
}

h2.schedule_heading {
	font-size: 42px;
	color: #000000;
	line-height: 1.6;
	font-weight: 300;
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}

h2.schedule_heading .color_yellow {
	font-size: 65px;
	color: #ffcf20;
	font-style: italic;
}

.schedule_timeSchedule_wrap {
	margin-bottom: 30px;
}

.schedule_timeSchedule_img {
	width: 100%;
	height: auto;
}

.schedule_timeTable_wrap {
	position: relative;
}

.schedule_timeTable_img {
	width: 100%;
	height: auto;
}

.schedule_woman_img.first {
    max-width: 180px;
    width: 100%;
    height: auto;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.schedule_woman_img.second {
    max-width: 180px;
    width: 100%;
    height: auto;
	position: absolute;
	right: 0;
	bottom: -20px;
}

/*---------  ~ 1199px ---------*/
@media (max-width: 1199px) {

.schedule_woman_img.first {
    max-width: 140px;
}

.schedule_woman_img.second {
    max-width: 140px;
}
} /*end of @media*/

/*---------  ~ 991px ---------*/
@media (max-width: 991px) {

/*■■■■■■■■■■■■ schedule ■■■■■■■■■■■■*/

.schedule_wrap {
	padding: 50px 0 50px 0;
}

h2.schedule_heading {
	font-size: 30px;
	margin-bottom: 30px;
}

h2.schedule_heading .color_yellow {
	font-size: 45px;
}

.schedule_timeSchedule_wrap {
	text-align: center;
	margin-bottom: 40px;
}

.schedule_timeSchedule_img {
	max-width: 400px;
	width: 100%;
	height: auto;
}

.schedule_timeTable_wrap {
	text-align: center;
}

.schedule_timeTable_img {
	max-width: 400px;
	width: 100%;
	height: auto;
}

.schedule_woman_img.first {
    display: none;
}

.schedule_woman_img.second {
    display: none;
}
} /*end of @media*/

/*■■■■■■■■■■■■ difference ■■■■■■■■■■■■*/

.difference_wrap {
	padding: 80px 0 20px 0;
	background-color: #effbfd;
}

.difference_heading_wrap {
	text-align: center;
	margin-bottom: 60px;
}

h2.difference_heading {
	display: inline;
	font-size: 56px;
	color: #000000;
	line-height: 1.6;
	font-weight: 300;
	text-align: center;
	border-bottom: #99e1ef solid 12px;
}

.difference_heading_icon img {
	max-width: 240px;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.difference_cont_item {
	margin-bottom: 20px;
}

.difference_cont_img {
	width: 100%;
	height: auto;
}

/*---------  ~ 991px ---------*/
@media (max-width: 991px) {

.difference_wrap {
	padding: 40px 0 10px 0;
}

.difference_heading_wrap {
	margin-bottom: 40px;
}


h2.difference_heading {
	font-size: 30px;
	border-bottom: #99e1ef solid 8px;
}

.difference_heading_icon img {
	max-width: 160px;
}

.difference_cont_item {
	margin-bottom: 40px;
	text-align: center;
}

.difference_cont_img {
	max-width: 400px;
	width: 100%;
	height: auto;
}

} /*end of @media*/

/*■■■■■■■■■■■■ gallery ■■■■■■■■■■■■*/

.gallery_wrap {
	padding: 100px 0;
}

.gallery_heading_wrap {
	position: relative;
}

h2.gallery_heading {
	font-size: 56px;
	color: #000000;
	line-height: 1.6;
	font-weight: 300;
	text-align: center;
	padding-bottom: 60px;
}

.gallery_woman_img {
	max-width: 200px;
	width: 100%;
	height: auto;
	position: absolute;
	right: 0;
	bottom: 0;
}

.gallery_book_img {
	max-width: 250px;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
}

.gallery_slider_wrap {
	position: relative;
}

.gallery_slide_img {
	width: 100%;
	height: 760px;
	object-fit: cover;
}

.gallery_heading_img {
	max-width: 660px;
	width: 100%;
	height: auto;
}

.gallery_visual_wrap {
	margin-bottom: 80px;
	text-align: center;
}

.gallery_visual_img {
	max-width: 1380px;
	width: 100%;
	height: auto;
}

.gallery_cont_wrap .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}

.gallery_sliderThumb_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

.gallery_sliderThumb_wrap > .gallery_sliderThumb_slide {
    width: calc(100% / 9);
}

.gallery_sliderThumb_wrap > .gallery_sliderThumb_slide > .gallery_sliderThumb_link {
    display: block;
    position: relative;
    padding-top: 70%;
}

.gallery_sliderThumb_wrap > .gallery_sliderThumb_slide > .gallery_sliderThumb_link > .gallery_slide_img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}

.gallery_description_wrap {
	background-color: #ffffff;
	max-width: 340px;
	width: 100%;
	height: auto;
	border-radius: 10px;
	padding: 25px;
	position: absolute;
	left: 65px;
	bottom: 45px;
}

.gallery_description_heading {
	font-size: 23px;
	color: #000000;
	line-height: 1.6;
	font-weight: 400;
	margin-bottom: 5px;
}

.gallery_description_text {
	font-size: 15px;
	color: #000000;
	line-height: 1.6;
	font-weight: 400;
}

/*---------  ~ 991px ---------*/
@media (max-width: 991px) {

/*■■■■■■■■■■■■ gallery ■■■■■■■■■■■■*/

.gallery_wrap {
	padding: 50px 0;
}

h2.gallery_heading {
	font-size: 30px;
	padding-bottom: 40px;
}

.gallery_woman_img {
	max-width: 120px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.gallery_book_img {
	display: none;
}

.gallery_slide_img {
	height: auto;
}

.gallery_sliderThumb_wrap > .gallery_sliderThumb_slide {
    width: calc(100% / 3);
}

.gallery_sliderThumb_wrap > .gallery_sliderThumb_slide > .gallery_sliderThumb_link {
    padding-top: 65%;
}

.gallery_description_wrap {
	max-width: 100%;
	border-radius: 0;
	padding: 25px 0;
	position: static;
	text-align: center;
}

.gallery_description_text {
	display: inline-block;
	max-width: 270px;
	width: 100%;
	height: auto;
	text-align: justify;
}

} /*end of @media*/

/*---------  ~ 575px ---------*/
@media (max-width: 575px) {

h2.gallery_heading {
	padding-bottom: 50px;
}

.gallery_woman_img {
	max-width: 100px;
	position: absolute;
	right: 0;
	bottom: 0;
}
} /*end of @media*/

/*---------  ~ 575px ---------*/
@media (max-width: 320px) {

.gallery_woman_img {
	max-width: 100px;
	position: absolute;
	right: -30px;
	bottom: 0;
}
} /*end of @media*/

/*---------  ~ 320px ---------*/
@media (max-width: 320px) {

.gallery_woman_img {
	display: none;
}
} /*end of @media*/

/*■■■■■■■■■■■■ insta ■■■■■■■■■■■■*/

.insta_wrap {
	margin-bottom: 170px;
}

.insta_logo_wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

.insta_logo_img {
	max-width: 220px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.insta_panel_img {
	width: 100%;
	height: auto;
}

/*---------  ~ 991px ---------*/
@media (max-width: 991px) {

/*■■■■■■■■■■■■ insta ■■■■■■■■■■■■*/

.insta_wrap {
	margin-bottom: 50px;
}

.insta_logo_wrap {
	text-align: center;
	margin-bottom: 30px;
}

.insta_logo_img {
	max-width: 180px;
	position: static;
	transform: translateY(0) translateX(0);
}

} /*end of @media*/

/*---------  ~ 575px ---------*/
@media (max-width: 575px) {

.insta_panel_wrap {
	text-align: center;
}

.insta_panel_img {
	max-width: 400px;
	width: 100%;
	height: auto;
}
} /*end of @media*/

/*■■■■■■■■■■■■ recruit ■■■■■■■■■■■■*/

h2.recruit_heading {
	font-size: 56px;
	color: #000000;
	line-height: 1.6;
	font-weight: 300;
	text-align: center;
	margin-bottom: 40px;
}

h3.recruit_heading {
	font-size: 36px;
	color: #000000;
	line-height: 1.6;
	font-weight: 300;
	text-align: center;
	margin-bottom: 40px;
}

.recruit_wrap {
	padding: 0 60px;
	margin-bottom: 100px;
}

.recruit_inner {
	background-image: url(assets/images/index/recruit_back_imgPc.jpg); 
	background-size: cover;
	background-position: top center; 
	padding: 50px 0 20px 0;
}

.recruit_cont_wrap {
    background-color: #ffffff;
    padding: 50px;
    position: relative;
    margin-bottom: 100px;
}

.recruit_table_wrap {
	width: 100%;
	height: auto;
	margin-top: 30px;
}

.recruit_table_wrap tbody {
	width: 100%;
	height: auto;
	display: block;	
}

.recruit_table_wrap tr {
	border-top: 1px dotted #000000;
	width: 100%;
	height: auto;
	display: block;	
}

.recruit_table_wrap tr:last-child {
	border-bottom: 1px dotted #000000;
}

.recruit_table_heading {
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	font-weight: 400;
	padding: 20px 30px;
	width: 170px;
	text-align: left;
}

.recruit_table_text {
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	font-weight: 400;
	padding: 20px 30px;
	text-align: left;
}

.recruit_btn_wrap {
	text-align: center;
	margin-bottom: 30px;
	font-size: 0;
	letter-spacing: -1em;
}

.recruit_cont_inner {
	text-align: center;
}

.recruit_btn_link {
	display: inline-block;
	font-size: 28px;
	color: #ffffff;
	line-height: 1.6;
	font-weight: 400;
	padding: 10px;
	background-color: #80d8ff;
	max-width: 450px;
	width: 100%;
	height: auto;
	margin: 0 25px 15px 0;
	border-radius: 5px;
	text-align: center;
}

.recruit_btn_link.bg_pink {
	background-color: #ff9fae;
}

.recruit_typo_img.first {
    max-width: 180px;
    width: 100%;
    height: auto;
    position: absolute;
    top: -20px;
    left: -20px;
}

.recruit_typo_img.second {
    max-width: 400px;
    width: 100%;
    height: auto;
    position: absolute;
    top: -40px;
    left: -80px;
}

.tab_switch {
	display: none;
}

.tab_content {
	display: none;
}

.tab_label {
    opacity: 0.4;
}


#tab_1:checked ~ #tab_content_1 {
	display: block;
}

#tab_1:checked ~ #tab_label_1 {
    opacity: 1;
}

#tab_2:checked ~ #tab_content_2 {
	display: block;
}

#tab_2:checked ~ #tab_label_2 {
    opacity: 1;
}

#tab_3:checked ~ #tab_content_3 {
	display: block;
}

#tab_3:checked ~ #tab_label_3 {
    opacity: 1;
}

#tab_4:checked ~ #tab_content_4 {
	display: block;
}

#tab_4:checked ~ #tab_label_4 {
    opacity: 1;
}

/*---------  ~ 991px ---------*/
@media (max-width: 991px) {

/*■■■■■■■■■■■■ recruit ■■■■■■■■■■■■*/

.recruit_wrap {
	padding: 0;
	margin-bottom: 50px;
}

.recruit_inner {
	padding: 50px 0 0 0;
}

h2.recruit_heading {
	font-size: 30px;
	margin-bottom: 40px;
}

h3.recruit_heading {
	font-size: 25px;
	margin-bottom: 30px;
}

.recruit_cont_wrap {
    padding: 30px;
    margin-bottom: 50px;
}

.recruit_table_heading {
	padding: 15px 0 0 0;
	width: 100%;
	display: block;
}

.recruit_table_text {
	font-size: 16px;
	line-height: 28px;
	padding: 5px 0 15px 0;
	display: block;
}

.recruit_btn_link {
	font-size: 20px;
	padding: 10px;
	margin: 0 0 10px 0;
}

.recruit_typo_img.first {
    max-width: 150px;
    position: absolute;
    top: -20px;
    left: 0;
}

.recruit_typo_img.second {
    max-width: 280px;
    position: absolute;
    top: -70px;
    left: 0;
}
} /*end of @media*/

/*■■■■■■■■■■■■ aboutCasual ■■■■■■■■■■■■*/

.aboutCasual_wrap {
	background: #ff9ead;
	background: linear-gradient(to right,  #ff9ead 0%,#ffc650 100%);
	position: relative;
	padding: 90px 0 0 0;
}

h2.aboutCasual_heading {
	font-size: 56px;
	color: #ffffff;
	line-height: 1.6;
	font-weight: 300;
	text-align: center;
	margin-bottom: 40px;
}

p.aboutCasual_cont_text {
	font-size: 20px;
	color: #ffffff;
	line-height:  36px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}

.aboutCasual_woman_wrap {
	text-align: center;
}

.aboutCasual_woman_img {
    max-width: 800px;
    width: 100%;
    height: auto;
}

/*---------  ~ 991px ---------*/
@media (max-width: 991px) {

/*■■■■■■■■■■■■ aboutCasual ■■■■■■■■■■■■*/

.aboutCasual_wrap {
	padding: 50px 15px 0 15px;
}

h2.aboutCasual_heading {
	font-size: 30px;
	margin-bottom: 30px;
}

p.aboutCasual_cont_text {
	font-size: 16px;
	line-height:  32px;
	margin-bottom: 20px;
}

.aboutCasual_woman_img {
	position: static;
    transform: translateX(0);
    max-width: 420px;
    
}
} /*end of @media*/

/*■■■■■■■■■■■■ contact ■■■■■■■■■■■■*/

.contact_wrap {
	padding: 100px 0;
}

h2.contact_heading {
	font-size: 56px;
	color: #000000;
	line-height: 1.6;
	font-weight: 300;
	text-align: center;
	margin-bottom: 40px;
}

p.contact_cont_text {
	font-size: 20px;
	color: #000000;
	line-height:  36px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 60px;
}

.contact_description_wrap {
	margin-bottom: 20px;
}

.contact_description_img {
    width: 100%;
    height: auto;
}

/*---------  ~ 991px ---------*/
@media (max-width: 991px) {

/*■■■■■■■■■■■■ contact ■■■■■■■■■■■■*/

.contact_wrap {
	padding: 50px 0;
}

h2.contact_heading {
	font-size: 30px;
	margin-bottom: 20px;
}

p.contact_cont_text {
	font-size: 16px;
	line-height:  32px;
	margin-bottom: 30px;
}

.contact_description_wrap {
	margin-bottom: 20px;
}
} /*end of @media*/


/*■■■■■■■■■■■■ entry form ■■■■■■■■■■■■*/

.entryForm_wrap {
	padding: 0 50px;
	margin-bottom: 50px;
}

.entryForm_inner {
	padding: 100px 0 70px 0;
	background-image: url(assets/images/index/entryForm_back_imgPc.jpg); 
	background-size: cover;
	background-position: top center; 
	position: relative;
}

.entryForm_headingType_img {
	max-width: 140px;
	width: 100%;
	height: auto;
	position: absolute;
	top: -20px;
	left: -170px;
}

.entryForm_heading_wrap {
	text-align: center;
}

h2.entryForm_heading {
	display: inline-block;
	font-size: 56px;
	color: #000000;
	line-height: 1.6;
	font-weight: 300;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}

p.entryForm_text {
	font-size: 20px;
	color: #000000;
	line-height:  36px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 60px;
}

.entryForm_btn_wrap {
	margin-bottom: 50px;
}

.entryForm_btn_link {
	display: inline-block;
	width: 100%;
	height: auto;
}

.entryForm_table_wrap {
	padding: 20px 120px  50px 120px;
	background-color: #ffffff;
}

.entryForm_table {
	width: 100%;
	height: auto;
}

.entryForm_table tr {
	border-bottom: 1px dotted #000000;
}

.entryForm_table tr:last-child {
	border-bottom: none;
}

.entryForm_table_heading {
	font-size: 23px;
	color: #000000;
	line-height: 1.6;
	font-weight: 400;
	padding: 20px 20px;
	width: 260px;
	vertical-align: middle;
}

.entryForm_table_text {
	padding: 20px 30px;
}

.entryForm_input {
	background-color: transparent;
	background-image: none;
	border: 1px solid #dbdbdb;
	border-radius: 0;
	font-size: 16px;
	padding: 15px 15px;
	width: 100%;
}

.entryForm_textarea {
	background-color: transparent;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	font-size: 16px;
	padding: 15px 15px;
	width: 100%;
	height: 300px;
}

.entryForm_table_text label {
	display: inline-block;
	margin: 8px 0 0 0;
}

.entryForm_table_text span {
	padding-left: 27px;
}

.entryForm_radio + span {
    cursor: pointer;
    display: inline-block;
    margin: 0 20px 0 0;
    position: relative;
}

.entryForm_radio + span::before {
    content: "";
	display: block;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.entryForm_radio + span::after {
    content: "";
    background-color: #80d8ff;
    border: 1px solid transparent;
    border-radius: 50%;
    opacity: 0;
    padding: 2px;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
}

.entryForm_radio:checked + span::after {
    opacity: 1;
}

.entryForm_radio {
    display: none;
}

.entryForm_submit_wrap {
	margin-top: 30px;
}

.entryForm_submit_btn {
	max-width: 700px;
	width: 100%;
	height: auto;
	border: #80d8ff;
	border-radius: 50px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	padding: 25px 30px;
	text-decoration: none;
	background-color: #80d8ff;
	text-align: center;
}

.entryForm_submit_btn:disabled {
	opacity: 0.5;
}

/*---------  ~ 991px ---------*/
@media (max-width: 991px) {

/*■■■■■■■■■■■■ entry form ■■■■■■■■■■■■*/

.entryForm_wrap {
	padding: 0;
	margin-bottom: 50px;
}

.entryForm_inner {
	padding: 50px 0;
}

.entryForm_headingType_img {
	max-width: 90px;
	width: 100%;
	height: auto;
	position: absolute;
	top: -10px;
	left: -110px;
}

h2.entryForm_heading {
	font-size: 30px;
	margin-bottom: 20px;
}

p.entryForm_text {
	font-size: 16px;
	line-height:  32px;
	margin-bottom: 30px;
}

.entryForm_btn_item {
	display: block;
	margin-bottom: 20px;
}

.entryForm_table_wrap {
	padding: 10px 20px 40px 20px;
	background-color: #ffffff;
}

.entryForm_table_heading {
	font-size: 18px;
	padding: 15px 0 10px 0;
	width: 100%;
	display: block;
}

.entryForm_table_text {
	padding: 0 0 15px 0;
	width: 100%;
	display: block;
}

.entryForm_input {
	font-size: 16px;
	padding: 10px 10px;
}

.entryForm_submit_wrap {
	margin-top: 20px;
}

.entryForm_submit_btn {
	font-size: 16px;
	padding: 20px 20px;
}
} /*end of @media*/

/*---------  ~ 575px ---------*/
@media (max-width: 575px) {

.entryForm_inner {
	padding: 100px 0 50px 0;
}

.entryForm_headingType_img {
	position: absolute;
	top: -60px;
	left: -60px;
}
} /*end of @media*/

/*---------  ~ 375px ---------*/
@media (max-width: 375px) {

.entryForm_headingType_img {
	position: absolute;
	top: -50px;
	left: -40px;
}
} /*end of @media*/

/*---------  ~ 320px ---------*/
@media (max-width: 320px) {

.entryForm_headingType_img {
	position: absolute;
	top: -50px;
	left: -15px;
}
} /*end of @media*/

/*■■■■■■■■■■■■ inquiry entry ■■■■■■■■■■■■*/

.inquiry-entry_cont_item {
	width: 100%;
	height: 260px;
	padding: 15px;
	position: relative;
}

.bg_gray {
	background-color: #f9f9f9;
}

.bg_gradation {
	background: #ff9ead;
	background: linear-gradient(to right,  #ff9ead 0%,#ffc650 100%);
}

.inquiry_heading_wrap {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.entry_heading_wrap {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.inquiry_cont_text {
	font-size: 18px;
	color: #000000;
	line-height:  1.6;
	font-weight: 400;
}

.inquiry_cont_tel {
	font-size: 50px;
	color: #000000;
	line-height:  1.6;
	font-weight: 400;
	font-style: italic;
}

.inquiry_cont_tel .small {
	font-size: 35px;
}

.entry_cont_text {
	font-size: 50px;
	color: #ffffff;
	line-height:  1.6;
	font-weight: 400;
	font-style: italic;
}

.entry_cont_text .small {
	font-size: 18px;
	color: #ffffff;
	line-height:  1.6;
	font-weight: 400;
	display: block;
	font-style: normal;
}

.entryForm_submit_wrap {
	text-align: center;
}

.error_msg {
	font-size: 14px;
	color: red;
	line-height:  1.6;
	font-weight: 400;
	display: block;
	margin-top: 5px;
}

/*---------  ~ 991px ---------*/
@media (max-width: 991px) {

/*■■■■■■■■■■■■ inquiry entry ■■■■■■■■■■■■*/

.inquiry-entry_cont_item {
	height: 150px;
}

.inquiry_cont_text {
	font-size: 16px;
	margin-bottom: 10px;
}

.inquiry_cont_tel {
	font-size: 30px;
	line-height: 1.4;
}

.entry_cont_text {
	font-size: 30px;
}

.entry_cont_text .small {
	font-size: 16px;
}

} /*end of @media*/

.submit_wrap {
	margin: 300px 0;
}

h2.submit_heading {
	font-size: 35px;
	color: #000000;
	line-height:  1.6;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
}

p.submit_text {
	font-size: 18px;
	color: #000000;
	line-height:  1.6;
	font-weight: 400;
	text-align: center;
}

/*---------  ~ 991px ---------*/
@media (max-width: 991px) {

.submit_wrap {
	margin: 150px 0;
}

h2.submit_heading {
	font-size: 30px;
}

p.submit_text {
	font-size: 16px;
	color: #000000;
	line-height:  1.6;
	font-weight: 400;
	text-align: center;
}
} /*end of @media*/



/* add-0613 */
/* staff colum */

.c-staff {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
}
.staff-col2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.staff-col2 > div{
	width: 50%;
}
.staff-col2 > div img {
  max-width: 100%;
  width: 100%;
  }
@media screen and (max-width: 480px) {
	.staff-col2 > div{
		width: 100%;
	}
}
