@charset "utf-8";


/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "Zen Maru Gothic", serif;
	background: #EEA267;
	color: #000;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	-webkit-text-size-adjust: none;
}
@media (max-width: 767px) {
body {
	font-size: 14px;
}
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td,input,a,textarea,select,span,nav,section,header
{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
input,
textarea {
	margin: 0;
	font-size: 100%;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	outline: none;
}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: 500;}
q:after, q:before
{ content:'';}
a, input
{ /* outline: none; */ }
abbr, acronym
{ border: 0;}




/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { }
@media print {
	html,
	html body { *zoom: 0.65;}
}



/* link
------------------------------------------------ */
a {
	color: #000;
	text-decoration:none;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}

a:hover {
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}

.op,
.op a,
.op img,
.op input {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
.op:hover,
.op a:hover,
.op:hover img,
.op:hover input {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
@media (max-width: 767px) {
.op:hover,
.op a:hover,
.op:hover img,
.op:hover input {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
}
}



/* !fs
------------------------------------------------ */
.visible-pc {
	display: block !important;
}
.visible-tab {
	display: none !important;
}
.visible-ts {
	display: none !important;
}
.visible-pc-only {
	display: block !important;
}


@media (max-width: 1024px) {
.visible-tab {
	display: block !important;
}
.visible-pc-only {
	display: none!important;
}
}
@media (max-width: 767px) {
.visible-pc {
	display: none !important;
}
.visible-ts {
	display: block !important;
}
}


/* !fonts
------------------------------------------------ */
.fwb {
	font-weight: 700;
}

.vat {
	vertical-align: top !important;
}
.vam {
	vertical-align: middle !important;
}
.tal {
	text-align: left !important;
}
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}


/* !ff
------------------------------------------------ */
.ff_barlow {
	font-family: "Barlow", serif;
}


/* !fc
------------------------------------------------ */
.fc_red {
	color: #dc000c;
}
.fc_orange {
	color: #D24628;
}


/* html
----------------------------------------------- */
html.html-lock {
	overflow: hidden;
	touch-action: none;
}




/* header
----------------------------------------------- */
#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
#header .header_logo {
	background: #fff;
	font-weight: 700;
	width: 318px;
	height: 240px;
	padding: 5px 10px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	-webkit-border-radius: 0 0 50px 0;
	-moz-border-radius: 0 0 50px 0;
	-ms-border-radius: 0 0 50px 0;
	-o-border-radius: 0 0 50px 0;
	border-radius: 0 0 50px 0;
	position: relative;
	z-index: 90;
}
#header .header_logo .logo_cap {
	font-size: 14px;
	color: #D24628;
	letter-spacing: 0.1em;
	line-height: 1.36;
}
#header .header_logo .logo_txt {
	font-size: 26px;
	letter-spacing: 0.1em;
	color: #D24628;
}
#header .header_logo .logo_img {
	width: 228px;
}

@media (max-width: 1024px) {
#header .header_logo {
	width: 190px;
	height: 130px;
}
#header .header_logo .logo_cap {
	font-size: min(11px,2.82vw);
	letter-spacing: 0.1em;
	line-height: 1.18;
}
#header .header_logo .logo_txt {
	font-size: min(12px,3.07vw);
	letter-spacing: 0.1em;
	margin: 3px 0 2px;
}
#header .header_logo .logo_img {
	width: min(126px,32.3vw);
}
}
@media (max-width: 640px) {
#header .header_logo {
	width: 49vw;
}
}

#header .header_navi {
	position: fixed;
	height: calc(100vh - 240px);
	left: 0;
	bottom: 0;
}
@media (min-width: 1025px) {
#header .header_navi {
	transform: translateX(0) !important;
	display: block !important;
}
}
#header .navi_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 100%;
	position: relative;
}
#header .navi_list {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-around;
	padding: 7vh 0;
}
#header .navi_list li {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
#header .navi_list li a {
	display: block;
	color: #F8D9C1;
	position: relative;
}
#header .navi_list li.on a {
	color: #fff;
}
#header .navi_list li.on a:before {
	position: absolute;
	content: "";
	right: calc(100% + 6px);
	top: 50%;
	transform: translateY(-40%);
	font-size: 0;
	width: 16px;
	height: 12px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("../img/current_wh.png");
	z-index: 0;
}
#header .navi_list.cor_orange li.on a {
	color: #D24628;
}
#header .navi_list.cor_orange li.on a:before {
	background-image: url("../img/current_or.png");
}
#header .header_navi .navi_close {
	display: none;
}


.navbar-toggle {
	display: none;
}


@media (max-width: 1024px) {
#header .header_navi {
	bottom: auto;
	top: 0;
	height: 100vh;
	background: #EEA267;
	transform: translateX(-100%);
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}
#header .header_navi.expand:before {
	position: absolute;
	content: "";
	background: rgba(0,0,0,0.3);
	left: 100%;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 0;
}
#header .header_navi.expand {
	transform: translateX(0);
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}
#header .navi_inner {
	width: 190px;
	height: auto;
	margin: 130px 0 0;
	align-items: flex-start;
	position: relative;
	z-index: 80;
}
#header .navi_list {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-start;
	gap: 6vh 0;
	padding: 8vh 0;
}
#header .navi_list li {
	font-size: min(17px,4.36vw);
}
#header .navi_list li a {
	color: #fff;
}
#header .navi_list li.on a {
	color: #fff;
}
#header .navi_list li.on a:before {
	background-image: url("../img/current_wh.png");
}
#header .navi_list.cor_orange li.on a {
	color: #fff;
}
#header .navi_list.cor_orange li.on a:before {
	background-image: url("../img/current_wh.png");
}
#header .header_navi .navi_close {
	display: block;
	width: 19px;
	position: absolute;
	right: 15px;
	font-size: 0;
	top: 15px;
	z-index: 9;
}
	
	
.navbar-toggle {
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	z-index: 99;
}
.navbar-toggle .toggle_menu {
	background: #EEA267;
	padding: 10px 5px 10px 0;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	letter-spacing: 0.1em;
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	-ms-border-radius: 0 20px 20px 0;
	-o-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
}
}

@media (max-width: 640px) {
#header .navi_inner {
	width: 49vw;
}
}


#header .header_cta {
	position: fixed;
	right: 35px;
	top: 30px;
	width: 174px;
	z-index: 90;
}
#header .header_cta a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
	background: #3A4E76;
	color: #fff;
	padding: 5px 0 0;
	width: 100%;
	height: 174px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
#header .header_cta a:hover {
	transform: translateY(4px);
}
#header .header_cta .cta_eng {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.43;
}
#header .header_cta .cta_jps {
	font-size: 23px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	margin: 7px 0 12px;
}
#header .header_cta .cta_arrow {
	width: 70px;
	font-size: 0;
}
@media (max-width: 1024px) {
#header .header_cta {
	right: 0;
	top: 0;
	width: 200px;
}
#header .header_cta a {
	padding: 0;
	height: 74px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
#header .header_cta a:hover {
	transform: translateY(0);
}
#header .header_cta .cta_eng {
	font-size: min(12px,3.08vw);
}
#header .header_cta .cta_jps {
	font-size: min(15px,3.84vw);
	margin: 3px 0 7px;
}
#header .header_cta .cta_arrow {
	width: 46px;
}
}
@media (max-width: 640px) {
#header .header_cta {
	width: 51vw;
}
}


/* footer
----------------------------------------------- */
#footer {
	background: #D24628;
	border-top: 1px #EEA267 solid;
	color: #fff;
	padding: 45px 30px 40px;
}
#footer .footer_mess {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 0 0 15px;
}
#footer .footer_mess .mess_cap {
	border: 1px #fff solid;
	width: 46px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	line-height: 1.2;
}
#footer .footer_mess .mess_txt {
	line-height: 1.4;
}
#footer .copyright {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}
#footer .pagetop {
	display: none;
}

@media (max-width: 767px) {
#footer {
	padding: 30px 20px;
}
#footer .footer_mess .mess_cap {
	font-size: 14px;
}
#footer .copyright {
	font-size: 12px;
}
#footer .pagetop {
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9;
}
#footer .pagetop a {
	display: block;
	width: 33px;
	font-size: 0;
}
}


/* wrapper
----------------------------------------------- */
#wrapper {
	overflow: hidden;
}
@media (max-width: 1024px) {

}

.inner {
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
	z-index: 1;
}
@media (max-width: 767px) {
.inner {
	padding: 0 20px;
}
}



/* anchor
----------------------------------------------- */
.anchor {
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 240px;
	margin-top: -240px;
	z-index: 0;
}
@media (max-width: 1024px) {
.anchor {
	padding-top: 130px;
	margin-top: -130px;
}
}



/* H
----------------------------------------------- */
.hdl {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-weight: 700;
}
.hdl .hdl_eng {
	padding: 0 0 0 82px;
	font-size: 18px;
	letter-spacing: 0.1em;
	background-position: left center;
	background-repeat: no-repeat;
}
.hdl .hdl_jps {
	font-size: 45px;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
.hdl.hdl_wh {
	color: #fff;
}
.hdl.hdl_wh .hdl_eng {
	background-image: url("../img/line_wh.png");
}
.hdl.hdl_or {
	color: #D24628;
}
.hdl.hdl_or .hdl_eng {
	background-image: url("../img/line_or.png");
}
.hdl.hdl_or .hdl_jps {
	color: #fff;
	-webkit-text-stroke: 1.5px #D24628;
	text-stroke: 1.5px #D24628;
}
.hdl.hdl_bl .hdl_jps {
	-webkit-text-stroke: 1.5px #3A4E76;
	text-stroke: 1.5px #3A4E76;
}

@media (max-width: 767px) {
.hdl .hdl_eng {
	padding: 0 0 0 40px;
	font-size: 14px;
	background-size: 35px 10px;
}
.hdl .hdl_jps {
	font-size: 30px;
}
}





/* animate
----------------------------------------------- */
@keyframes fadeInLeftLit {
	from {
		opacity: 0;
		transform: translate3d(-30px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInLeftLit {
	animation-name: fadeInLeftLit;
}

@keyframes fadeInRightLit {
	from {
		opacity: 0;
		transform: translate3d(30px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInRightLit {
	animation-name: fadeInRightLit;
}

@keyframes fadeInUpLit {
	from {
		opacity: 0;
		transform: translate3d(0, 30px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInUpLit {
	animation-name: fadeInUpLit;
}



/* com
----------------------------------------------- */


@media (max-width: 1024px) {

}
@media (max-width: 767px) {
	
}


/* recruit
----------------------------------------------- */
.recruit {
	background: #EDEAE7;
	margin: -100px 0;
	padding: 285px 0 300px;
	position: relative;
}
.recruit .hdl {
	margin: 0 0 100px;
}
.recruit .recruit_box {
	background: #fff;
	padding: 80px 30px 90px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}
.recruit .recruit_box+.recruit_box {
	margin: 90px 0 0;
}
.recruit .recruit_tit {
	text-align: center;
	margin: 0 0 25px;
	color: #D24628;
	font-size: 35px;
	letter-spacing: 0.1em;
	font-weight: 700;
}
.recruit .recruit_inner {
	max-width: 850px;
	margin: 0 auto;
}
.recruit .recruit_mess+.recruit_mess {
	margin: 70px 0 0;
}
.recruit .recruit_cap {
	width: 134px;
	height: 38px;
	border: 1px #D24628 solid;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 20px;
	color: #D24628;
	margin: 0 0 -5px;
}
.recruit .recruit_item {
	display: flex;
	align-items: stretch;
	gap: 3.5%;
}
.recruit .recruit_item .item_name {
	width: 28.5%;
	display: flex;
	align-items: center;
	font-size: 25px;
	color: #D24628;
	padding: 30px 20px;
	border-bottom: 2px #D24628 solid;
}
.recruit .recruit_item .item_cont {
	width: 68%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 35px 0;
	border-bottom: 1px #EEA267 solid;
}
.recruit .item_gray .item_cont {
	border-bottom: 1px #A8A8A8 solid;
}
.recruit .recruit_item .item_txt {
	line-height: 1.4;
}
.recruit .recruit_item .item_list li {
	line-height: 1.4;
	padding: 0 0 0 30px;
	position: relative;
}
.recruit .recruit_item .item_list li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #383838;
	border: 1px #000 solid;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 0;
}
.recruit .recruit_other {
	margin: 70px 0 0;
	display: flex;
	flex-direction: column;
	gap: 35px;
}
.recruit .recruit_other .other_box {
	background: #EDEAE7;
	padding: 35px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.recruit .recruit_other .other_name {
	text-align: center;
	font-size: 25px;
	line-height: 1.4;
	flex-shrink: 0;
	color: #D24628;
}
.recruit .recruit_other .other_list {
	padding: 0 40px 0 0;
}
.recruit .recruit_other .other_list li {
	line-height: 2;
	text-indent: -1em;
	padding-left: 1em;
}
.recruit .recruit_other .other_01 .other_name {
	width: 53%;
}
.recruit .recruit_other .other_02 .other_name,
.recruit .recruit_other .other_03 .other_name {
	width: 42%;
}
.recruit .recruit_btn {
	display: flex;
	justify-content: center;
	margin: 40px 0 0;
}
.recruit .recruit_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #3A4E76;
	padding: 15px 35px;
	color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.recruit .recruit_btn a:hover {
	transform: translateY(4px);
}
.recruit .recruit_btn .btn_in {
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url("../img/arrow_wh.png");
	background-size: 70px 12px;
	padding: 0 95px 0 0;
	font-size: 23px;
	line-height: 1.3;
	letter-spacing: 0.1em;
}

@media (max-width: 767px) {
.recruit {
	margin: -50px 0;
	padding: 140px 0 150px;
}
.recruit .hdl {
	margin: 0 0 50px;
}
.recruit .recruit_box {
	padding: 40px 30px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}
.recruit .recruit_box+.recruit_box {
	margin: 50px 0 0;
}
.recruit .recruit_tit {
	font-size: 24px;
}
.recruit .recruit_mess+.recruit_mess {
	margin: 40px 0 0;
}
.recruit .recruit_cap {
	width: 100px;
	height: 30px;
	font-size: 14px;
	margin: 0;
}
.recruit .recruit_item {
	flex-direction: column;
	gap: 0;
}
.recruit .recruit_item .item_name {
	width: 100%;
	font-size: 18px;
	padding: 15px 10px;
}
.recruit .recruit_item .item_cont {
	width: 100%;
	padding: 20px 10px;
}
.recruit .recruit_item .item_list li {
	padding: 0 0 0 22px;
}
.recruit .recruit_item .item_list li:before {
	top: 2px;
	width: 14px;
	height: 14px;
}
.recruit .recruit_other {
	margin: 40px 0 0;
}
.recruit .recruit_other .other_box {
	padding: 30px 20px;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.recruit .recruit_other .other_name {
	font-size: min(18px,4.8vw);
}
.recruit .recruit_other .other_list {
	padding: 0;
	width: 100%;
}
.recruit .recruit_other .other_01 .other_name {
	width: auto;
}
.recruit .recruit_other .other_02 .other_name,
.recruit .recruit_other .other_03 .other_name {
	width: auto;
}
.recruit .recruit_btn a {
	max-width: 100%;
	padding: 20px min(30px, 8vw);
}
.recruit .recruit_btn .btn_in {
	background-size: 35px 6px;
	padding: 0 40px 0 0;
	font-size: min(16px,4.26vw);
}
}



/* contact
----------------------------------------------- */
.contact {
	background: #D24628;
	color: #fff;
	padding: 190px 30px 135px;
	-webkit-border-radius: 100px 100px 0 0;
	-moz-border-radius: 100px 100px 0 0;
	-ms-border-radius: 100px 100px 0 0;
	-o-border-radius: 100px 100px 0 0;
	border-radius: 100px 100px 0 0;
	position: relative;
}
.contact .kaede01 {
	position: absolute;
	right: 36.46vw;
	top: -38px;
	z-index: 1;
}
.contact .kaede02 {
	position: absolute;
	right: 13.8vw;
	top: 10px;
	z-index: 1;
}
.contact .kaede03 {
	position: absolute;
	right: 6.51vw;
	bottom: calc(100% + 28px);
	z-index: 1;
}
.contact .hdl {
	margin: 0 0 65px;
}
.contact .contact_tit {
	text-align: center;
	font-size: 25px;
	margin: 0 0 50px;
}
.contact .contact_box {
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.contact .contact_box li {
	padding: 0 45px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.contact .contact_box li+li {
	border-left: 1px #EEA267 solid;
}
.contact .contact_box .box_name {
	font-size: 25px;
	line-height: 1;
}
.contact .contact_box .box_tel {
	margin: 20px 0 10px;
}
.contact .contact_box .box_tel a {
	border: 1px #fff solid;
	padding: 8px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	line-height: 1.45;
	color: #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
.contact .contact_box .box_tel a:hover {
	opacity: 0.5;
}
.contact .contact_box .box_tel img {
	width: 16px;
}
.contact .contact_box .box_work {
	font-size: 14px;
	line-height: 1;
}
.contact .contact_btn {
	margin: 95px 0 0;
	display: flex;
	justify-content: center;
}
.contact .contact_btn a {
	display: flex;
	padding: 25px 65px;
	background: #3A4E76;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	-ms-border-radius: 26px;
	-o-border-radius: 26px;
	border-radius: 26px;
}
.contact .contact_btn a:hover {
	transform: translateY(4px);
}
.contact .contact_btn .btn_in {
	background: url("../img/arrow_wh.png") right center no-repeat;
	background-size: 70px 12px;
	font-size: 25px;
	color: #fff;
	padding: 0 85px 0 0;
}

@media (max-width: 1024px) {
.contact .contact_box {
	gap: 40px 0;
	flex-wrap: wrap;
}
.contact .contact_box li {
	width: 50%;
	padding: 0 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.contact .contact_box li:nth-child(odd) {
	border: none;
}
}
@media (max-width: 767px) {
.contact {
	padding: 100px 20px 70px;
	-webkit-border-radius: 50px 50px 0 0;
	-moz-border-radius: 50px 50px 0 0;
	-ms-border-radius: 50px 50px 0 0;
	-o-border-radius: 50px 50px 0 0;
	border-radius: 50px 50px 0 0;
	position: relative;
}
.contact .kaede01 {
	width: 40px;
	top: -20px;
}
.contact .kaede02 {
	top: 5px;
	width: 60px;
}
.contact .kaede03 {
	width: 55px;
	bottom: calc(100% + 14px);
}
.contact .hdl {
	margin: 0 0 35px;
}
.contact .contact_tit {
	font-size: 18px;
	margin: 0 0 20px;
}
.contact .contact_box {
	flex-direction: column;
	gap: 0;
}
.contact .contact_box li {
	width: 100%;
	padding: 30px 0;
}
.contact .contact_box li+li {
	border-left: none;
	border-top: 1px #EEA267 solid !important;
}
.contact .contact_box .box_name {
	font-size: 18px;
}
.contact .contact_btn {
	margin: 40px 0 0;
}
.contact .contact_btn a {
	padding: 20px min(30px,8vw);
}
.contact .contact_btn .btn_in {
	background-size: 35px 6px;
	font-size: min(18px,4.8vw);
	padding: 0 40px 0 0;
}
}


/* movie
----------------------------------------------- */
.movie {
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 125px 0 135px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}
.movie .kaede01 {
	position: absolute;
	left: 2.92vw;
	top: 175px;
	z-index: 1;
}
.movie .kaede02 {
	position: absolute;
	bottom: calc(100% + 30px);
	left: 18.75vw;
	z-index: 1;
}
.movie .kaede03 {
	position: absolute;
	left: 39.0625vw;
	top: -56px;
	z-index: 1;
}
.movie .kaede04 {
	position: absolute;
	left: 47.13vw;
	bottom: calc(100% + 92px);
	z-index: 1;
}
.movie .hdl {
	margin: 0 0 35px;
}
.movie .movie_box {
	height: 570px;
	background: #BABABA;
}
.movie .movie_link {
	display: flex;
	justify-content: flex-end;
	margin: 20px 0 0;
}
.movie .movie_link a {
	display: block;
	padding: 0 85px 0 0;
	color: #D24628;
	letter-spacing: 0.1em;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url("../img/arrow_or.png");
	background-size: 70px 12px;
}
.movie .movie_link a:hover {
	opacity: 0.5;
}

@media (max-width: 767px) {
.movie {
	padding: 60px 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}
.movie .kaede01 {
	top: 90px;
	width: 71px;
}
.movie .kaede02 {
	bottom: calc(100% + 15px);
	width: 40px;
}
.movie .kaede03 {
	top: -28px;
	width: 60px;
}
.movie .kaede04 {
	bottom: calc(100% + 46px);
	width: 55px;
}
.movie .movie_box {
	height: 300px;
}
.movie .movie_link a {
	padding: 0 40px 0 0;
	background-size: 35px 6px;
}
}


/* voice
----------------------------------------------- */
.voice {
	padding: 80px 0 190px;
	background: #EEA267;
	position: relative;
	z-index: 1;
}
.voice .hdl {
	margin: 0 0 40px;
}

.voice .voice_box+.voice_box {
	margin: 260px 0 0;
}
.voice .voice_box {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.voice .voice_box.reverse {
	flex-direction: row-reverse;
}
.voice .voice_box .box_img {
	width: 61.875%;
	position: relative;
}
.voice .voice_box .box_img .img_in {
	width: 100%;
}
.voice .voice_box .box_img .img_in img {
	width: 100%;
	-webkit-border-radius: 0 100px 100px 0;
	-moz-border-radius: 0 100px 100px 0;
	-ms-border-radius: 0 100px 100px 0;
	-o-border-radius: 0 100px 100px 0;
	border-radius: 0 100px 100px 0;
}
.voice .voice_box.reverse .box_img .img_in img {
	-webkit-border-radius: 100px 0 0 100px;
	-moz-border-radius: 100px 0 0 100px;
	-ms-border-radius: 100px 0 0 100px;
	-o-border-radius: 100px 0 0 100px;
	border-radius: 100px 0 0 100px;
}
.voice .voice_box .box_in {
	width: 386px;
	margin: 0 0 0 -6.25%;
	padding: 17.7vw 0 0;
	position: relative;
}
.voice .voice_box .box_cont {
	background: #fff;
	padding: 35px 20px 40px 40px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}
.voice .voice_box.reverse .box_in {
	margin: 0 -6.25% 0 0;
}
.voice .voice_box .box_tit {
	text-align: center;
	color: #EEA267;
	margin: 0 0 15px;
	letter-spacing: 0.1em;
}
.voice .voice_box .box_txt {
	line-height: 2;
	letter-spacing: 0.1em;
}
.voice .voice_box .box_ico {
	position: absolute;
	right: -30px;
	top: 0;
	width: 113px;
	z-index: 1;
}
.voice .voice_box.reverse .box_ico {
	right: auto;
	left: -30px;
}
.voice .voice_box .box_tags {
	position: absolute;
	right: 16%;
	top: -25px;
	width: 149px;
	z-index: 1;
}
.voice .voice_box.reverse .box_tags {
	right: auto;
	left: 48.8%;
	top: -25px;
}


@media (max-width: 1920px) {
.voice .voice_box .box_img .img_in img {
	height: 629px;
	object-fit: cover;
}
.voice .voice_box .box_in {
	padding: 340px 0 0;
}
}
@media (max-width: 1024px) {
.voice .voice_box {
	padding: 0 20px 0 0;
}
.voice .voice_box.reverse {
	padding: 0 0 0 20px;
}
.voice .voice_box .box_in {
	padding: 200px 0 0;
}
.voice .voice_box .box_img .img_in img {
	height: 500px;
}
.voice .voice_box .box_tags {
	right: 30%;
}
}
@media (max-width: 767px) {
.voice {
	padding: 40px 0 100px;
}
.voice .voice_box+.voice_box {
	margin: 100px 0 0;
}
.voice .voice_box {
	flex-direction: column;
	padding: 0 20px;
}
.voice .voice_box.reverse {
	flex-direction: column;
	padding: 0 20px;
}
.voice .voice_box .box_img {
	width: auto;
}
.voice .voice_box .box_img .img_in img {
	height: auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.voice .voice_box.reverse .box_img .img_in img {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.voice .voice_box .box_in {
	width: 100%;
	margin: 30px 0 0;
	padding: 0;
}
.voice .voice_box.reverse .box_in {
	margin: 30px 0 0;
}
.voice .voice_box .box_cont {
	padding: 30px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.voice .voice_box .box_ico {
	right: -10px;
	width: 57px;
}
.voice .voice_box.reverse .box_ico {
	left: auto;
	right: -10px;
}
.voice .voice_box .box_tags {
	right: 30%;
	top: -25px;
	width: 50px;
}
.voice .voice_box.reverse .box_tags {
	right: auto;
	left: 48.8%;
	top: -25px;
}
}


/* exhibition
----------------------------------------------- */
.exhibition {
	position: relative;
}
.exhibition .kaede01 {
	position: absolute;
	left: 11.15vw;
	top: 10px;
	z-index: 1;
}
.exhibition .kaede02 {
	position: absolute;
	left: 20.73vw;
	top: 125px;
	z-index: 1;
}
.exhibition .exh_slider img {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}
.exhibition .exh_slider .slick-slide {
	outline: none;
	padding: 0 21px;
}
.exhibition .exh_slider .exh_img01 {
	padding: min(145px,7.55vw) 0 0;
}
.exhibition .exh_slider .exh_img03 {
	padding: min(110px,5.73vw) 0 0;
}
.exhibition .exh_slider .exh_img04 {
	padding: min(145px,7.55vw) 0 0;
}
.exhibition .exh_slider .exh_img06 {
	padding: min(110px,5.73vw) 0 0;
}

@media (max-width: 767px) {
.exhibition .kaede01 {
	top: 5px;
	width: 71px;
}
.exhibition .kaede02 {
	top: 60px;
	width: 40px;
}
.exhibition .exh_slider img {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}
.exhibition .exh_slider .slick-slide {
	padding: 0 10px;
}
.exhibition .exh_slider .exh_img01 {
	padding: min(145px,7.55vw) 0 0;
}
.exhibition .exh_slider .exh_img03 {
	padding: min(110px,5.73vw) 0 0;
}
.exhibition .exh_slider .exh_img04 {
	padding: min(145px,7.55vw) 0 0;
}
.exhibition .exh_slider .exh_img06 {
	padding: min(110px,5.73vw) 0 0;
}
	
.exhibition .exh_slider .exh_img01 img {
	width: 237px;
}
.exhibition .exh_slider .exh_img02 img {
	width: 214px;
}
.exhibition .exh_slider .exh_img03 img {
	width: 303px;
}
.exhibition .exh_slider .exh_img04 img {
	width: 237px;
}
.exhibition .exh_slider .exh_img05 img {
	width: 214px;
}
.exhibition .exh_slider .exh_img06 img {
	width: 303px;
}
}


/* main
----------------------------------------------- */
.main {
	padding: 80px 0 0 260px;
	margin: 0 0 305px;
	position: relative;
}
.main .kaede01 {
	position: absolute;
	left: 26vw;
	top: 88px;
	z-index: 1;
}
.main .kaede02 {
	position: absolute;
	left: 33.85vw;
	top: 215px;
	z-index: 1;
}
.main .kaede03 {
	position: absolute;
	left: 47.65vw;
	top: calc(100% + 85px);
	z-index: 1;
}
.main .kaede04 {
	position: absolute;
	left: 59.16vw;
	top: calc(100% + 35px);
	z-index: 1;
}
.main .main_img img {
	width: 100%;
	height: 900px;
	object-fit: cover;
	-webkit-border-radius: 150px 0 0 150px;
	-moz-border-radius: 150px 0 0 150px;
	-ms-border-radius: 150px 0 0 150px;
	-o-border-radius: 150px 0 0 150px;
	border-radius: 150px 0 0 150px;
}
.main .main_hd {
	position: absolute;
	left: 0;
	top: calc(50% + 40px);
	width: 100%;
	padding: 0 0 30px;
	transform: translateY(-50%);
	text-align: center;
	font-size: 64px;
	letter-spacing: 0.3em;
	line-height: 1;
	color: #D24628;
	z-index: 2;
}
.main .main_cont {
	position: absolute;
	right: min(220px,11.46vw);
	bottom: -30px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 1;
}
.main .main_ico {
	position: relative;
}
.main .main_ico .ico_eng {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	animation: rota 5s linear infinite;
	z-index: 1;
}
.main .main_ico .ico_in {
	display: block;
}
.main .main_txt {
	width: 578px;
	margin: 0 82px 0 0;
}
@keyframes rota {
	from {
			transform: rotate(0deg);
	}
	to {
			transform: rotate(360deg);
	}
}

@media (max-width: 1024px) {
.main {
	padding:74px 0 0;
}
.main .main_img img {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
}
@media (max-width: 767px) {
.main {
	margin: 0 0 25.64vw;
}
.main .kaede01 {
	left: 8.2vw;
	top: 38.46vw;
	width: 16.9vw;
}
.main .kaede02 {
	left: auto;
	width: 19vw;
	right: 10.25vw;
	top: 114.8vw;
}
.main .kaede03 {
	display: none;
}
.main .kaede04 {
	left: 13.85vw;
	top: auto;
	bottom: 5.13vw;
	width: 18vw;
}
.main .main_img img {
	height: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.main .main_hd {
	top: calc(50% + 37px);
	padding: 0 0 10.25vw;
	font-size: 40px;
	letter-spacing: 0.3em;
}
.main .main_cont {
	right: 0;
	padding: 0 20px;
	bottom: -20.5vw;
}
.main .main_ico {
	margin: 0 0 2.56vw;
	position: relative;
}
.main .main_ico .ico_eng {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	animation: rota 5s linear infinite;
	z-index: 1;
}
.main .main_ico .ico_eng img {
	width: 100%;
}
.main .main_ico .ico_in {
	width: 28.2vw;
}
.main .main_ico .ico_in img {
	width: 100%;
}
.main .main_txt {
	width: 85.13vw;
	margin: 0;
	padding: 0 5px 0 10px;
}
}


.fade-in {
	opacity: 0;
	animation: fade-In 1.5s ease-in-out forwards;
}
@keyframes fade-In {
	from { opacity: 0; }
	to { opacity: 1; }
}



/* XXXXXXXXXXX
----------------------------------------------- */


@media (max-width: 1024px) {

}
@media (max-width: 767px) {
	
}


















