@charset "UTF-8";


.site-bg {
	position: absolute;
	background: linear-gradient(to bottom, transparent, var(--color_bei) 400px);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
}

/* ========================================================
  
  FV

======================================================== */
.m_img_area {
    position: relative;
	height: min(30vw,400px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: min(5.4%,80px) 6.6% 0;
	background: radial-gradient();
}
.m_img {
    position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.m_img::before {
	position: absolute;
	content: "";
	background: url(../images/common/fv-gradation@2x.png) no-repeat left top;
	background-size: auto 100%;
	left: 0;
	bottom: 0;
	width: 34%;
	height: 100%;
}

.m_path {
	position: absolute;
	width: 68vw;
	/* max-width: 1013px; */
	left: 34%;
	top: 100%;
	pointer-events: none;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.m_img {
	height: 132%;
}
.m_img img {
	width: auto;
	height: 100%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_img_area {
	justify-content: flex-end;
    height: 48vw;
	padding: 0 6% 3%;
}
.m_img {
	width: 100%;
}
.m_img::before {
	background-image: url(../images/common/fv-gradation-sp.svg);
	width: 73%;
	bottom: -1px;
}

.m_path {
	width: 86vw;
	left: 20%;
	translate: 0 -30%;
} 
}

/*---------------------------------------------------------
 m_title
---------------------------------------------------------*/
.m_title {
	position: relative;
	font-size: min(312%,4vw);
	letter-spacing: .15em;
	white-space: nowrap;
}
.m_title .ft_min {
	line-height: 1.1;
}
.m_title .ft_min small {
	font-size: 62%;
	font-feature-settings: "palt";
}
.m_title [lang="en"] {
	color: rgba(161, 145, 43, 0.1);
    font: var(--font_eng);
	font-size: min(254%);
}
.m_title [lang="en"]::first-letter {
	text-transform: uppercase;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_title {
	font-size: 6.2vw;
}
.m_title [lang="en"] {
	font-size: 210%;
}
}


/* ========================================================
  
  parts

======================================================== */
.com_inbox {
	max-width: 1300px;
	margin-inline: auto;
}
.txt_bld {
    font-size: 112%;
    font-weight: var(--fw_bold);
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_inbox.in__pdg,
.com_flt.in__pdg {
	padding-left: 3.8%;
	padding-right: 3.8%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_inbox {
	padding-left: 0 2%;
	padding-right: 0 2%;
}
.txt_bld {
    font-size: 105%;
}
}

/*---------------------------------------------------------
 pankuzu
---------------------------------------------------------*/
.pankuzu {
	position: relative;
	display: flex;
	gap: .2em .5em;
	font-size: 82%;
	letter-spacing: .1em;
    margin: 3em auto min(7vw,90px) 6%;
}
.pankuzu li::after {
	content: "＞";
}
.pankuzu li:last-child::after {
	display: none;
}
.pankuzu li:last-child {
	color: #B8B4A6;
}
.pankuzu a {
	text-decoration: underline;
}
.pankuzu a:hover {
	color: var(--color_dgrn);
	text-decoration: none;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pankuzu {
	font-size: 60%;
	letter-spacing: .02em;
    margin: 1em auto 3em 4%;
}
}

/*---------------------------------------------------------
 com_lead_box
---------------------------------------------------------*/
.com_lead_box {
	position: relative;
    text-align: center;
}
.com_lead_box .lead_copy {
	color: var(--color_dgrn);
	font-size: min(3.2vw,237%);
	line-height: 1.8;
}
.com_lead_box .lead_txt {
	line-height: 2.5;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_lead_box .lead_copy {
	font-size: 140%;
	line-height: 1.6;
}
.com_lead_box .lead_txt {
	text-align: left;
	line-height: 2;
	padding: 0 3%;
}
}


/*---------------------------------------------------------
 title
---------------------------------------------------------*/
/* com_title1: 25px + 英字72px */
.com_title1 {
	position: relative;
	text-align: center;
	font-size: min(2.2vw,156%);
	letter-spacing: .15em;
	line-height: 1.5;
	margin-bottom: min(6vw,80px);
}
.com_title1 .ft_eng {
	color: rgba(161,145,43,0.15);
	font-size: 288%;
	letter-spacing: .06em;
	line-height: 1;
    margin-bottom: .1em;
}
/* com_title2: 英字17px + 38px */
.com_title2 {
	text-align: center;
	font-size: min(3.5vw,237%);
	letter-spacing: .15em;
	line-height: 1.5;
	margin-bottom: .8em;
}
.com_title2 .ft_eng {
	font-size: 45%;
	letter-spacing: .06em;
	line-height: 1;
    margin-bottom: .5em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_title1 {
	font-size: 105%;
	margin-bottom: 10%;
}
.com_title2 {
	font-size: 135%;
	letter-spacing: .08em;
}
.com_title2 .ft_eng {
	font-size: 60%;
}
}


/*---------------------------------------------------------
 heading
---------------------------------------------------------*/
/* com_h__bg */
.com_h__bg {
	position: relative;
	text-align: center;
	color: #FFF;
	font: var(--font_min);
	font-size: min(3vw,218%);
	letter-spacing: .15em;
	line-height: 1.3;
	background-color: var(--color_base);
	padding: 1.2em;
	margin-bottom: 1.6em;
}
.com_h__bg::before,
.com_h__bg::after {
	position: absolute;
	content: "";
	background-color: currentColor;
	width: 1px;
	height: calc(100% - .6em);
	top: .3em;
}
.com_h__bg::before {
	left: .4em;
}
.com_h__bg::after {
	right: .4em;
}
.com_h__bg .com_h__en {
	display: block;
	font-size: 51%;
}
/* com_h__radi */
.com_h__radi {
	position: relative;
	text-align: center;
	font-size: min(2vw,125%);
    font-weight: var(--fw_bold);
	letter-spacing: .15em;
	line-height: 1.3;
	background-color: var(--color_bei);
	border-radius: 2em;
	padding: .4em 1em;
	margin-bottom: 1.6em;
}

/*com_h__bdr*/
.com_h__bdr {
	position: relative;
	text-align: center;
	font: var(--font_min);
	font-size: min(2.8vw,187%);
	line-height: 1.4;
	letter-spacing: .15em;
	padding: .7em 1%;
	margin-bottom: 1.5em;
	border-top: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_h__bg {
	font-size: 130%;
	letter-spacing: .08em;
	padding: .8em 1em;
	margin-bottom: 1.4em;
}
.com_h__bg {
	background-size: 12% auto;
}
/* com_h__radi */
.com_h__radi {
	font-size: 110%;
	letter-spacing: .1em;
	margin-bottom: 1em;
}
/*com_h__bdr*/
.com_h__bdr {
	font-size: 125%;
	letter-spacing: .08em;
}
}


/*---------------------------------------------------------
 text
---------------------------------------------------------*/
.com_txt_center {
	text-align: center;
	font: var(--font_min);
	font-size: min(118%,1.8vw);
	line-height: 1.7;
	letter-spacing: .12em;
	font-feature-settings: "halt";
	margin-top: 2em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_txt_center {
	font-size: 105%;
	letter-spacing: .08em;
	margin-top: 1.4em;
}
}


/*---------------------------------------------------------
 box
---------------------------------------------------------*/

/* com_box__bg
---------------------------------------------------------*/
.com_box__bg {
	position: relative;
	background-color: #fff;
	padding: min(6vw,60px) 3.8%;
	margin-inline: auto;
}
.com_box__bg .com_h__en {
	font-size: 1.12rem;
}
.com_box__bg > .com_h__min {
	text-align: center;
	font-size: min(3vw,206%);
	font-feature-settings: "halt";
	margin-bottom: 1em;
}
.com_box__bg .com_flt {
	margin-inline: auto;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_box__bg .com_flt .img_l,
.com_box__bg .com_flt .img_r {
	max-width: 445px;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_box__bg {
	padding: 10% 6%;
}
.com_box__bg .com_h__en {
	font-size: 3.5vw;
}
.com_box__bg > .com_h__min {
	font-size: 130%;
}
}

/* com_box__s
---------------------------------------------------------*/
.com_box__s {
	position: relative;
	background-color: #fff;
	padding: 50px 6%;
	margin-inline: auto;
}
.com_box__s > .com_h__min {
    text-align: center;
    margin-bottom: 1em;
}
.com_box__s > .com_h__min.icon::before {
    display: inline-block;
    content: "";
    background: url(../images/common/icon-caution.svg) no-repeat center center;
    background-size: contain;
    width: 1.3em;
    height: 1.1em;
    vertical-align: -0.15em;
    margin-right: .6em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_box__s {
	padding: 10% 6%;
}
.com_box__s > .com_h__min.icon::before {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto .5em;
}
}


/*---------------------------------------------------------
 com_col_list
---------------------------------------------------------*/
.com_col_list {
	position: relative;
	display: grid;
}
.com_col_list .box_img {
	position: relative;
	max-width: max-content;
	margin: 0 auto 6%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_col_list {
	justify-content: space-between;
	row-gap: 5em;
}
.com_col_list.col__2 {
	grid-template-columns: repeat(2,47%);
}
.com_col_list.col__3 {
	grid-template-columns: repeat(3,min(31%,380px));
}
.com_col_list.col__4 {
	grid-template-columns: repeat(4,23.4%);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_col_list {
	row-gap: 3em;
}
.com_col_list.col__2 .box_img {
	width: 90%;
}
.com_col_list.col__3 {
	row-gap: 2em;
}
.com_col_list.col__3 > *:not(:last-child) {
	padding-bottom: 8%;
	border-bottom: 1px solid #E6E6E6;
}
.com_col_list.col__3 .box_img {
	width: 85%;
}
}


/*---------------------------------------------------------
 com_ank_list
---------------------------------------------------------*/
.com_ank_list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: .8em;
	margin-bottom: min(8.5vw,130px);
}
.com_ank_list a {
	position: relative;
	display: block;
	min-width: 15em;
	max-width: 100%;
	text-align: center;
	font-size: min(2vw,125%);
	letter-spacing: .15em;
	line-height: 1.3;
	background-color: #edeeef;
	box-sizing: border-box;
	padding: 1.2em .5em 1.4em;
	border-radius: 100vmax;
}
.com_ank_list .com_icon {
	position: absolute;
	font-size: 60%;
	rotate: 90deg;
	left: 50%;
	bottom: 0;
	translate: -50% 50%;
}
.com_ank_list a:hover {
	background-color: #dfeded;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_ank_list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2,49%);
	column-gap: 2%;
	row-gap: 1em;
	margin-bottom: 15%;
}
.com_ank_list a {
	min-width: max-content;
	width: 100%;
	font-size: 90%;
}
}


/*---------------------------------------------------------
 
---------------------------------------------------------*/

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {


}




/* ========================================================
  
  med_footer

======================================================== */
.med_footer {
	padding: min(8vw,120px) 0;
}
.med_footer .com_h__en {
	color: var(--color_base);
}
.med_footer .com_menu1 > li:not(.bg__bei) > a {
	justify-content: flex-start;
	height: 5em;
	padding-right: 1.8em;
}
.med_footer .com_menu1 > li:not(.bg__bei) .com_icon {
	font-size: 70%;
	inset: auto 1em 1em auto;
	translate: none;
}

.med_footer .com_menu1 > li.bg__bei {
	margin-top: 1.5em;
}
/* PC
------------------------------------------*/
@media only screen and (min-width: 960px) {
.med_footer .com_menu1 {
	grid-template-columns: repeat(6,16%);
}
.med_footer .com_menu1 > li > a {
	font-size: min(1.5vw,1.37rem);
}

.med_footer .com_menu1 > li.bg__bei {
	grid-column: 3/5;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_footer .com_menu1 > li > a {
	font-size: 1.8vw;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_footer {
	padding: 12% 0;
}
.med_footer .com_menu1 > li > a {
	font-size: 95%;
}

.med_footer .com_menu1 > li.bg__bei {
	grid-column: 1/3;
	margin-top: 1em;
}
.med_footer .com_menu1 > li.bg__bei a {
	width: 80%;
	margin-inline: auto;
}
} 




/* ========================================================
  
  f_bnr

======================================================== */
.f_bnr {
	position: relative;
	padding: min(8vw,90px) 0;
}
.f_bnr_wrap {
    display: grid;
	justify-content: space-between;
	font: var(--font_min);
    font-size: min(1.15vw,100%);
    letter-spacing: .14em;
    line-height: 1.25;
}
.f_bnr a {
    position: relative;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    height: 100%;
	font-size: 143%;
}
.f_bnr [lang="en"] {
    display: block;
    font: var(--font_eng);
    font-size: 78%;
    letter-spacing: .08em;
    margin-top: .4em;
}
.f_bnr_wrap > ul {
	display: grid;
}
/* bnr_wp */
.f_bnr .bnr_wp a {
	font-size: 156%;
	padding: .5em 33% .5em 0;
}
.f_bnr .bnr_wp [lang="en"] {
	font-size: 64%;
}
/* .f_bnr .bnr_wp .com_arw {
	position: absolute;
	font-size: 65%;
	right: 11%;
	top: 50%;
	translate: 0 -50%;
} */
.f_bnr .bnr_wp .com_icon {
	position: absolute;
	font-size: 65%;
	right: 11%;
	top: 50%;
	translate: 0 -50%;
}
/* bnr_icon */
.f_bnr .bnr_icon {
    border-left: 1px solid #ede6e6;
}
.f_bnr .bnr_icon a {
    text-align: center;
    padding: .5em;
}
.f_bnr .bnr_icon a::before {
	display: block;
	content: "";
	background: url(../images/common/icon-calendar@2x.png) no-repeat center center;
	background-size: contain;
	width: 2.4em;
	height: 2em;
	margin: 0 auto .5em;
}
.f_bnr .bnr_icon.btn__inst > a::before {
	background-image: url(../images/common/icon-instagram@2x.png);
	background-size: 66% auto;
}
.f_bnr .bnr_icon .com_icon {
	font-size: 58%;
	margin: 1em auto 0;
}
.f_bnr_list .btn__inst [lang="en"] {
	font-size: 108%;
	margin: .3em 0 .5em;
}
/* bnr_rec */
.f_bnr .bnr_rec a {
	height: 112%;
	justify-content: flex-end;
	font-size: 168%;
	background-color: #FFF3E6;
    padding: 1em .8em;
	border-radius: 1em;
	translate: 0 -6%;
	overflow: hidden;
}
.f_bnr .bnr_rec a::before {
	position: absolute;
	content: "";
	background: url(../images/common/bnr-recruit-deco.svg) no-repeat left 20% center;
	background-size: auto 92%;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: scale .6s, filter 1s;
}
.f_bnr .bnr_rec [lang="en"] {
	font-size: 66%;
}
.f_bnr .bnr_rec .com_icon {
	display: inline-block;
	background-color: #fff;
	font-size: 55%;
	vertical-align: -0.3em;
	margin-left: .5em;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.f_bnr .bnr_rec img {
	position: absolute;
	width: 62%;
	right: 5%;
	top: 50%;
	translate: 0 -50%;

	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 40%);
	mask-image: linear-gradient(to right, transparent 0%, black 40%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: auto;
    mask-size: auto;
}
.f_bnr .bnr_rec > a > div {
	position: relative;
}
.f_bnr .bnr_rec a:hover::before {
	scale: 1.1;
	filter: blur(3px);
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.f_bnr_wrap {
    grid-template-columns: 23% 18.5% 18.5% 40%;
}

.f_bnr .bnr_icon.btn__inst {
    border-right: 1px solid #ede6e6;
}
/* bnr_rec */
.f_bnr .bnr_rec {
	padding-left: 4.6%;
}

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.f_bnr {
	padding: 10% 0;
}
.f_bnr_wrap {
	width: 96%;
    /* grid-template-columns: 52% 26% 22%; */
    grid-template-columns: 44% 34% 22%;
	row-gap: 3em;
    font-size: 60%;
    letter-spacing: .05em;
	padding: 0;
}
.f_bnr [lang="en"] {
    font-size: 85%;
}

.f_bnr .bnr_wp a {
	/* padding: 0 33% 0 8%; */
	padding: 0 22% 0 8%;
}
.f_bnr .bnr_wp [lang="en"] {
    font-size: 75%;
}
.f_bnr .bnr_wp .com_icon {
	right: 6%;
}

.f_bnr .bnr_rec {
	grid-column: 1/4;
}
.f_bnr .bnr_rec > a {
	width: 85vw;
	font-size: 5.5vw;
    padding: 14% 6% 1em;
	margin-inline: auto;
}
}


/*---------------------------------------------------------

---------------------------------------------------------*/

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {


} 