@charset "UTF-8";



/*メインイメージ
---------------------------------------------------------*/
header {
	padding: 0 4%;
	position: absolute;
	left: 0;
	top: 0;
}
header .h_contact,
header .h_contact a,
header .h_contact .red {
	color: #fff;
}
header .h_contact {
	right: 4%;
}
.m_nav_area .m_nav > li > a {
	color: #fff;
}
.m_nav_area .m_nav > li > a::before {
	background: #fff;
}
.m_nav_area .m_nav > li > a.select,
.m_nav_area .m_nav > li > a:hover {
	color: #ffd599;
}
.m_nav_area .m_nav > li > a.select::before,
.m_nav_area .m_nav > li > a:hover::before {
	background: #ffd599;
}
.m_nav_area .m_nav > li > a::after {
	background: #fff;
	opacity: 0.7;
}
.m_img_area {
	width: 100%;
	position: relative;
	z-index: 0;
	margin-bottom: 170px;
}
.m_img_area .m_img {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 0;
}
.m_img_area .m_copy {
	width: 50%;
	max-width: 800px;
	position: absolute;
	z-index: 1;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-35%);
}
.m_img_area .m_news {
	width: 50%;
	max-width: 550px;
	height: 120px;
	box-sizing: border-box;
	background: rgba(41,31,34,0.6);
	position: absolute;
	z-index: 2;
	margin: auto;
	left: 0;
	bottom: 0;
}

.m_img_area .m_slider .swiper-slide {
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.m_img_area .m_slider .slide1 {background-image: url("../images/top/m_img1@2x.jpg");}
.m_img_area .m_slider .slide2 {background-image: url("../images/top/m_img2@2x.jpg");}
.m_img_area .m_slider .slide3 {background-image: url("../images/top/m_img3@2x.jpg");}
.m_img_area .m_slider .swiper-slide::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 28%;
	background: linear-gradient(0deg, rgba(42,31,34,0) 0%, rgba(42,31,34,0.5) 70%);
	left: 0;
	top: 0;
}

.m_img_area .m_news {
	font-size: 100%;
	font-size: min(100%,1.6vw);
	text-align: left;
}
.m_img_area .m_news,
.m_img_area .m_news a {
	color: #fff;
}
.m_img_area .m_news .news_style {
	width: calc(100% - 40px);
	box-sizing: border-box;
	padding-right: 5%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.m_img_area .m_news p.ft_brandon {
	color: #e88274;
	font-size: 105%;
	letter-spacing: .16em;
	line-height: 1.2em;
	position: absolute;
	left: -.3em;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
}
.m_img_area .m_news .news_style dt {
	border-color: #fff;
}
.m_img_area .m_news:hover .news_style,
.m_img_area .m_news:hover .news_style a {
	color: #fce886;
}
.m_img_area .m_news:hover .news_style dt {
	border-color: #fce886;
}

/*お知らせ共通*/
.news_style {
	display: flex;
    justify-content: space-between;
    align-items: center;
	font-size: 100%;
}
.news_style dt {
	width: 5.0em;
	box-sizing: border-box;
	text-align: center;
	border-right: solid 1px #2a1f22;
}
.news_style dd {
	width: calc(97% - 5.0em);
	box-sizing: border-box;
	padding-left: 4%;
}
.news_style dt {
	font-size: 110%;
	letter-spacing: .04em;
	line-height: 1.2em;
}
.news_style dt span {
	display: block;
	font-size: 80%;
	letter-spacing: .04em;
	line-height: 1.2em;
}
.news_style dd p.fw_bold {
	line-height: 1.5em;
}
.news_style dd p.fs15 {
	line-height: 1.5em;
	margin-top: .8em;
}
.news_style,
.news_style a {
	transition: all 0.8s;
}
:hover .news_style,
:hover .news_style a {
	transition: all 0.4s;
}

/* 縦向きの場合
------------------------------------------*/
@media only screen and (max-width: 960px) and (orientation: portrait) {
.m_img_area .m_slider .slide1 {background-image: url("../images/top/m_img1_sp.jpg");}
.m_img_area .m_slider .slide2 {background-image: url("../images/top/m_img2_sp.jpg");}
.m_img_area .m_slider .slide3 {background-image: url("../images/top/m_img3_sp.jpg");}
}

/* 画面高さ：900px以下
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-height: 1000px) {
.m_img_area .m_copy {
	width: 90vh;
	max-width: 600px;
	top: 50%;
	transform: translateY(-35%);
}
.m_img_area .m_news {
	height: 16vh;
	max-height: 120px;
	font-size: 90%;
	font-size: min(90%,2.5vh);
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_img_area {
	margin-bottom: 14%;
}
.m_img_area .m_news {
	height: 13vw;
	max-height: 120px;
	font-size: 1.8vw;
}
.m_img_area .m_news .news_style {
	width: calc(100% - 30px);
}

/*お知らせ共通*/
.news_style dd p.fs15 {
	font-size: 90%;
	line-height: 1.6em;
	margin-top: .5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_img_area {
	margin-bottom: 0;
}
.m_img_area .m_copy {
	width: 106%;
	left: -3%;
	transform: translateY(-42%);
}
.m_img_area .m_news {
	width: 100%;
	max-width: 100%;
	height: 21vw;
	background: #e88274;
}

.m_img_area .m_news {
	font-size: 100%;
}
.m_img_area .m_news .news_style {
	width: 87%;
	padding-left: 5%;
	padding-right: 5%;
}
.m_img_area .m_news .news_style::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 3.0em;
	background: #fff;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.m_img_area .m_news p.ft_brandon {
	color: #fff;
	font-size: 90%;
	left: .3em;
}

/*お知らせ共通*/
.news_style {
	display: block;
}
.news_style dt {
	width: 90%;
	text-align: left;
	border-right: none;
	margin-bottom: .3em;
}
.news_style dd {
	width: 100%;
	padding-left: 0;
}
.news_style dt {
	font-size: 100%;
}
.news_style dt span {
	display: inline;
	font-size: 100%;
}
.news_style dd p.fw_bold {
	letter-spacing: .1em;
	line-height: 1.4em;
}
.news_style dd p.fs15 {
	line-height: 1.4em;
	margin-top: .8em;
}
.news_style,
.news_style a {
	transition: all 0.8s;
}
:hover .news_style,
:hover .news_style a {
	transition: all 0.4s;
}
}



/*スマホメニュー
---------------------------------------------------------*/
.sp_menu_area .sp_menu_btn {
	width: 100%;
	padding: 6% 0;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	text-align: left;
	position: relative;
	margin-bottom: 12%;
}
.sp_menu_area .sp_menu_btn::before {
	content: "";
	position: absolute;
	width: 90%;
	height: 1px;
	background: #2a1f22;
	opacity: 0.5;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
}
.sp_menu_area .sp_menu_btn > li {
	width: 48%;
	box-sizing: border-box;
}
.sp_menu_area .sp_menu_btn li.col_left {
	padding-left: 8%;
}
.sp_menu_area .sp_menu_btn li.col_right {
	padding-right: 8%;
}
.sp_menu_area .sp_menu_btn li.sp_inmenu {
	display: none;
	width: 100%;
	background: #ffd599;
	padding: 5% 5%;
}
.sp_menu_area .sp_menu_btn li.ord_3 {order: 3;}
.sp_menu_area .sp_menu_btn li.ord_4 {order: 4;}
.sp_menu_area .sp_menu_btn li.ord_5 {order: 5;}
.sp_menu_area .sp_menu_btn li.ord_6 {order: 6;}
.sp_menu_area .sp_menu_btn li.ord_7 {order: 7;}
.sp_menu_area .sp_menu_btn li.ord_8 {order: 8;}
.sp_menu_area .sp_menu_btn li.ord_9 {order: 9;}
.sp_menu_area .sp_menu_btn > li > a,
.sp_menu_area .sp_menu_btn > li > span {
	display: block;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: .6em 0;
	padding-left: 1.8em;
	position: relative;
}
.sp_menu_area .sp_menu_btn > li:nth-child(-n+2) > a {
	border-top: none;
}
.sp_menu_area .sp_menu_btn > li > a::before,
.sp_menu_area .sp_menu_btn > li > span::before {
	font-family: 'fontello';
	content: '\e809';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-52%);
}



/*concept
---------------------------------------------------------*/
.concept {
	margin-bottom: 110px;
}
.concept .box_l {
	float: left;
	width: 47%;
	max-width: 640px;
	position: relative;
	z-index: 1;
}
.concept .box_r {
	float: right;
	width: 48%;
	max-width: 640px;
	position: relative;
	z-index: 2;
}
.concept .box_l div {
	position: relative;
	z-index: 0;
}
.concept .box_l .abs1,
.concept .box_l .abs2,
.concept .box_l .abs3 {
	position: absolute;
}
.concept .box_l .abs1 {
	z-index: 1;
	width: 21%;
	max-width: 132px;
	left: 46%;
	top: 0;
	transform: translate(0%,-25%);
}
.concept .box_l .abs2 {
	z-index: -1;
	width: 74.5%;
	max-width: 475px;
	right: 0;
	top: 0;
	transform: translate(74%,-10%);
}
.concept .box_l .abs3 {
	z-index: 1;
	width: 36%;
	max-width: 230px;
	left: 30%;
	bottom: 0;
	transform: translate(0%,35%);
}
.concept .box_r dt {
	padding-top: .4em;
	font-size: 435%;
	font-size: min(435%,5.6vw);
	letter-spacing: -.04em;
	line-height: 1.2em;
	margin-bottom: .6em;
}
.concept .box_r dt span {
	position: relative;
}
.concept .box_r dt span::before {
	content: "";
	position: absolute;
	width: 1.2em;
	height: 1.0em;
	left: 50%;
	top: -.5em;
	transform: translateX(-50%);
	background: url("../images/top/conc_abs4@2x.png") no-repeat center top;
	background-size: contain;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.concept {
	margin-bottom: 10%;
}
.concept .box_l {
	margin-right: 5%;
	margin-bottom: 6%;
}
.concept .box_r {
	float: none;
	width: 100%;
	max-width: 100%;
}
.concept .box_r dt {
	padding-top: 10%;
	font-size: 5.6vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.concept {
	margin-bottom: 12%;
}
.concept .box_l {
	float: none;
	width: 96%;
	margin: 0 auto 12%;
}
.concept .box_r {
	float: none;
	width: 100%;
	max-width: 100%;
}
.concept .box_l .abs1 {
	width: 18%;
	left: auto;
	right: 0;
	top: 55%;
	transform: translate(28%,0%);
}
.concept .box_l .abs2 {
	width: 60%;
	right: 0;
	top: 0;
	transform: translate(0%,0%);
}
.concept .box_l .abs3 {
	width: 25%;
	left: 0;
	bottom: 0;
	transform: translate(-50%,40%);
}
.concept .box_r dt {
	padding-top: 0;
	text-align: center;
	font-size: 270%;
	margin-bottom: .4em;
}
}



/*kodawari
---------------------------------------------------------*/
.kodawari {
	background: #fff9f0;
	margin-bottom: 90px;
}
.kodawari .w1220 {
	padding-top: 130px;
	padding-bottom: 80px;
}
.kodawari .title_box {
	width: 85%;
	max-width: 900px;
	position: relative;
	margin: 0 auto;
}
.kodawari .title_box h2 {
	width: 48%;
	max-width: 426px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.kodawari .title_box .abs1,
.kodawari .title_box .abs2 {
	position: absolute;
	z-index: 0;
}
.kodawari .title_box .abs1 {
	width: 19%;
	max-width: 155px;
	left: 3%;
	bottom: 0;
	transform: translateY(7%);
}
.kodawari .title_box .abs2 {
	width: 22%;
	max-width: 192px;
	right: 2%;
	bottom: 5%;
}
.kodawari .lead {
	margin: 40px auto 120px;
}

.kodawari .box_list {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.kodawari .box_list > li {
	margin-bottom: 70px;
	position: relative;
}
.kodawari .box_list .box_width {
	width: 100%;
	margin-bottom: 90px;
}
.kodawari .box_list .box_half {
	width: 46%;
	max-width: 550px;
}

.kodawari .box_list .box_width .flex_box {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
	flex-direction: row-reverse;
}
.kodawari .box_list .box_width .flex_box .box_r {
	width: 64%;
	max-width: 770px;
}
.kodawari .box_list .box_width .flex_box .txt_box {
	width: 32%;
	max-width: 390px;
}

.kodawari .box_list .img_box {
	position: relative;
	z-index: 0;
}
.kodawari .box_list .txt_box h3,
.kodawari .box_list .txt_box .txt {
	position: relative;
	z-index: 1;
}

.kodawari .box_list .img_box div {
	position: relative;
	z-index: 0;
}
.kodawari .box_list .img_box .abs {
	position: absolute;
	z-index: 1;
}

.kodawari .box_list .no {
	width: 22vw;
	max-width: 260px;
	position: absolute;
	left: 0;
	mix-blend-mode: multiply;
	opacity: 1;
}
.kodawari .box_list .no {
	width: 22vw;
	max-width: 260px;
	position: absolute;
	left: 0;
	mix-blend-mode: multiply;
}
.kodawari .box_list .box_width .no {
	z-index: 0;
	left: 0;
	top: 0;
	transform: translate(-31%,-55%);
}
.kodawari .box_list .box_half .no {
	z-index: 1;
	left: 0;
	bottom: 0;
	transform: translate(-31%,38%);
}
.kodawari .box_list .no img {
	opacity: 1;
	transition: opacity 1.5s 1.2s;
}
.kodawari .box_list .no.anime_on img {
	opacity: 0.4;
}

.kodawari .box_list .txt_box h3 {
	font-size: 210%;
	font-size: min(210%,2.9vw);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5em;
}
.kodawari .box_list .box_width .txt_box h3 {
	margin-bottom: .6em;
}
.kodawari .box_list .box_half .txt_box h3 {
	margin-top: .8em;
	margin-bottom: .4em;
}

.kodawari .box_list .com_btn1 a:hover {
	background: #21a876;
	border-color: #21a876;
}

.kodawari .box_list .box1 .accessibility {
	width: 100%;
	max-width: 290px;
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	transform: translate(13%,8%);
	background: #e88274;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.kodawari .box_list .box1 .accessibility::before {
	content: "";
	display: block;
	padding-top: 100%;	/*高さ*/
}
.kodawari .box_list .box1 .accessibility dl {
	position: absolute;
	z-index: 1;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-55%);
	line-height: 1.5em;
}
.kodawari .box_list .box1 .accessibility dl dt {
	font-size: 145%;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding-top: 2.8em;
	background: url("../images/top/koda1_icon@2x.png") no-repeat center top;
	background-size: auto 2.4em;
	margin-bottom: .5em;
}
.kodawari .box_list .box1 .accessibility .abs1,
.kodawari .box_list .box1 .accessibility .abs2 {
	position: absolute;
	z-index: 0;
}
.kodawari .box_list .box1 .accessibility .abs1 {
	width: 56%;
	max-width: 160px;
	left: 0;
	bottom: 6%;
	transform: translateX(-78%);
	background: url("../images/top/koda1_abs2_bg@2x.png") no-repeat center center;
	background-size: contain;
}
.kodawari .box_list .box1 .accessibility .abs2 {
	width: 21%;
	max-width: 59px;
	right: 10%;
	top: 2%;
}
.kodawari .box_list .box1 .img_box .abs {
	width: 17%;
	max-width: 125px;
	left: 0;
	top: 0;
	transform: translate(-25%,-35%);
}
.kodawari .box_list .box1 .img_box .dotto {
	position: absolute;
	z-index: 2;
	left: 4%;
	bottom: 5%;
	display: flex;
    align-items: center;
}
.kodawari .box_list .box1 .img_box .dotto .swiper-pagination-bullet {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #21a876;
	cursor: pointer;
	opacity: 0.3;
	transition: all 0.4s;
	margin-right: 20px;
}
.kodawari .box_list .box1 .img_box .dotto .swiper-pagination-bullet:last-child {
	margin-right: 0;
}
.kodawari .box_list .box1 .img_box .dotto .swiper-pagination-bullet-active {
	opacity: 1.0;
}
.kodawari .box_list .box1 .txt_box .img_list {
	margin: 1.0em 0 2.0em;
	display: flex;
    justify-content: space-between;
	text-align: center;
	font-size: 120%;
	font-size: min(120%,1.8vw);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.kodawari .box_list .box1 .txt_box .img_list li {
	width: 49%;
	max-width: 180px;
}
.kodawari .box_list .box1 .txt_box .img_list p {
	margin-top: .2em;
}

.kodawari .box_list .box4 .img_box .abs {
	width: 35%;
	max-width: 170px;
	right: 0;
	top: 0;
	transform: translate(25%,-25%);
}

.kodawari .nintei {
	width: 92%;
	max-width: 1100px;
	margin: 20px auto 0;
	box-sizing: border-box;
	border: solid 1px #e88274;
	padding: 4.5% 4% 5.5%;
	position: relative;
	text-align: center;
}
.kodawari .nintei .in_box {
	position: relative;
	z-index: 1;
}
.kodawari .nintei h3 {
	font-size: 210%;
	font-size: min(210%,3.2vw);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .6em;
}
.kodawari .nintei h3 .ft_min {
	display: block;
	font-size: 55%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .5em;
}
.kodawari .nintei .com_arrow1 {
	margin: 1.0em auto 0;
}
.kodawari .nintei.com_hov:hover .com_arrow1 {
	background: #e88274;
	border-color: #e88274;
}
.kodawari .nintei.com_hov:hover .com_arrow1 a {
	color: #fff;
}
.kodawari .nintei .corner li {
	width: 14.7%;
	max-width: 161px;
	background: #fff9f0;
	position: absolute;
	z-index: 0;
}
.kodawari .nintei .corner li:nth-child(even) {
	width: 13.3%;
	max-width: 146px;
}
.kodawari .nintei .corner li:nth-child(1) {
	left: -2px;
	top: -2px;
}
.kodawari .nintei .corner li:nth-child(2) {
	right: -2px;
	top: -2px;
}
.kodawari .nintei .corner li:nth-child(3) {
	right: -2px;
	bottom: -2px;
	transform: rotate(180deg);
}
.kodawari .nintei .corner li:nth-child(4) {
	left: -2px;
	bottom: -2px;
	transform: rotate(180deg);
}

.kodawari .swip_ticker .swiper-slide {
	width: 40vw;
	max-width: 510px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.kodawari {
	margin-bottom: 10%;
}
.kodawari .w1220 {
	padding-top: 12%;
	padding-bottom: 8%;
}
.kodawari .title_box {
	width: 85%;
}
.kodawari .lead {
	margin: 4% auto 10%;
}

.kodawari .box_list > li {
	margin-bottom: 8%;
}
.kodawari .box_list .box_width {
	margin-bottom: 9%;
}
.kodawari .box_list .box_half {
	width: 47%;
}

.kodawari .box_list .box_width .flex_box .box_r {
	width: 60%;
}
.kodawari .box_list .box_width .flex_box .txt_box {
	width: 36%;
}

.kodawari .box_list .no {
	width: 25vw;
}
.kodawari .box_list .box_width .no {
	transform: translate(-20%,-55%);
}
.kodawari .box_list .box_half .no {
	transform: translate(-20%,38%);
}

.kodawari .box_list .txt_box h3 {
	font-size: 3.3vw;
	letter-spacing: .1em;
}

.kodawari .box_list .box1 .accessibility {
	max-width: 240px;
	font-size: 90%;
}
.kodawari .box_list .box1 .img_box .dotto .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.kodawari .box_list .box1 .txt_box .img_list {
	font-size: 2.2vw;
	letter-spacing: .05em;
	line-height: 1.4em;
}

.kodawari .box_list .box4 .img_box .abs {
	width: 40%;
	transform: translate(15%,-25%);
}

.kodawari .nintei {
	margin-top: 2%;
	width: 100%;
	padding: 4.5% 4% 4%;
}
.kodawari .nintei h3 {
	font-size: 3.5vw;
	letter-spacing: .1em;
}
.kodawari .nintei h3 .ft_min {
	font-size: 65%;
}
.kodawari .nintei .com_arrow1 {
	margin-top: .5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.kodawari {
	margin-bottom: 12%;
}
.kodawari .w1220 {
	padding-top: 14%;
	padding-bottom: 12%;
}
.kodawari .title_box {
	width: 97%;
	margin-right: 0;
}
.kodawari .title_box h2 {
	width: 67%;
	margin-left: 0;
}
.kodawari .title_box .abs1 {
	z-index: 1;
	width: 17%;
	left: auto;
	right: 0;
	bottom: 0;
	transform: translateY(25%);
}
.kodawari .title_box .abs2 {
	width: 28%;
	right: 1%;
	bottom: 5%;
}
.kodawari .lead {
	margin: 8% auto 12%;
}

.kodawari .box_list {
	display: block;
}
.kodawari .box_list > li {
	margin-bottom: 12%;
}
.kodawari .box_list .box_width {
	margin-bottom: 12%;
}
.kodawari .box_list .box_half {
	width: 100%;
	max-width: 100%;
}

.kodawari .box_list .box_width .flex_box {
	display: block;
}
.kodawari .box_list .box_width .flex_box .box_r {
	width: 100%;
	max-width: 100%;
	position: relative;
}
.kodawari .box_list .box_width .flex_box .txt_box {
	width: 100%;
	max-width: 100%;
}
	
.kodawari .box_list .no {
	width: 35vw;
}
.kodawari .box_list .box_width .no {
	left: 0;
	top: auto;
	bottom: 0;
	transform: translate(0%,90%);
}
.kodawari .box_list .box_half .no {
	left: 0;
	bottom: 0;
	transform: translate(0%,90%);
}

.kodawari .box_list .txt_box h3 {
	text-align: center;
	font-size: 160%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-top: .8em !important;
	margin-bottom: .4em !important;
}

.kodawari .box_list .box1 {
	padding-bottom: 17vw;	/*ボタンの高さ分あける*/
}
.kodawari .box_list .box1 .accessibility {
	max-width: 100%;
	box-sizing: border-box;
	position: relative;
	right: auto;
	bottom: auto;
	transform: none;
	border-radius: 0;
	padding: 3% 6% 5%;
}
.kodawari .box_list .box1 .accessibility::before {
	display: none;
}
.kodawari .box_list .box1 .accessibility dl {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	transform: none;
	width: 78%;
	margin-left: 0;
	text-align: left;
	line-height: 1.8em;
}
.kodawari .box_list .box1 .accessibility dl dt {
	font-size: 140%;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: .5em 0;
	padding-left: 2.5em;
	background-position: left center;
	background-size: 2.0em auto;
	margin-bottom: .2em;
}
.kodawari .box_list .box1 .accessibility dl dd br {
	display: none;
}
.kodawari .box_list .box1 .accessibility .abs1,
.kodawari .box_list .box1 .accessibility .abs2 {
	position: absolute;
	z-index: 0;
}
.kodawari .box_list .box1 .accessibility .abs1 {
	width: 28%;
	left: auto;
	right: 0;
	bottom: 50%;
	transform: translateY(50%);
	background: none;
}
.kodawari .box_list .box1 .accessibility .abs2 {
	display: none;
}
.kodawari .box_list .box1 .img_box .abs {
	width: 18%;
	left: 3%;
	top: 0;
	transform: translate(0%,-35%);
}
.kodawari .box_list .box1 .img_box .dotto {
	left: auto;
	right: 4%;
}
.kodawari .box_list .box1 .img_box .dotto .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.kodawari .box_list .box1 .txt_box .img_list {
	width: 90%;
	margin: .8em auto 1.0em;
	font-size: 120%;
}
.kodawari .box_list .box1 .txt_box .img_list li {
	width: 45%;
	max-width: 100%;
}
.kodawari .box_list .box1 .txt_box .img_list p {
	margin-top: .2em;
}
.kodawari .box_list .box1 .com_btn1 {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 0;
}

.kodawari .box_list .box4 .img_box .abs {
	width: 38%;
	max-width: 100%;
	right: 2%;
	top: 0;
	transform: translate(0%,-15%);
}

.kodawari .nintei {
	width: 100%;
	margin-top: 4%;
	padding: 10% 6% 8%;
}
.kodawari .nintei h3 {
	font-size: 170%;
	margin-bottom: .4em;
}
.kodawari .nintei h3 .ft_min {
	font-size: 70%;
	margin-bottom: .2em;
}
.kodawari .nintei .txt {
	text-align: left;
}
.kodawari .nintei .com_arrow1 {
	margin-top: .8em;
}
.kodawari .nintei .corner li {
	width: 22.05%;
}
.kodawari .nintei .corner li:nth-child(even) {
	width: 19.95%;
}

.kodawari .swip_ticker .swiper-slide {
	width: 68vw;
}
}



/*medical
---------------------------------------------------------*/
.medical {
	margin-bottom: 130px;
}
.medical .title_box {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
	margin-bottom: 90px;
}
.medical .title_box .box_l {
	width: 52%;
	max-width: 620px;
	position: relative;
}
.medical .title_box .box_r {
	width: 44%;
	max-width: 480px;
}
.medical .title_box .box_l div {
	position: absolute;
	left: 0;
	top: 0;
}
.medical .title_box .box_r dt {
	font-size: 210%;
	font-size: min(210%,3.2vw);
	letter-spacing: -.04em;
	line-height: 1.4em;
	margin-bottom: .6em;
}

.medical .yobo_box {
	background: #f2bb66;
	padding: 7.8% 4%;
	color: #fff;
	position: relative;
	margin-bottom: 90px;
}
.medical .yobo_box .img_box {
	position: absolute;
	width: 45%;
	max-width: 543px;
	left: 6%;
	bottom: 8%;
}
.medical .yobo_box .img_box div {
	width: 82%;
	max-width: 440px;
	margin-left: auto;
	margin-right: 0;
}
.medical .yobo_box .img_box p {
	position: absolute;
	z-index: 1;
	width: 41%;
	max-width: 220px;
	left: 0;
	bottom: 3%;
}
.medical .yobo_box .txt_box {
	width: 46%;
	max-width: 510px;
	margin-left: auto;
	margin-right: 0;
	position: relative;
}
.medical .yobo_box .txt_box dl {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 490px;
}
.medical .yobo_box .txt_box dt {
	font-size: 100%;
	font-size: min(100%,1.4vw);
}
.medical .yobo_box .txt_box dt p.ft_min {
	font-size: 190%;
	letter-spacing: -.04em;
	line-height: 1.4em;
	margin-bottom: .4em;
}
.medical .yobo_box .txt_box dt p:not(.ft_min) {
	font-size: 350%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-bottom: .4em;
}
.medical .yobo_box .txt_box dt .com_arrow1 {
	font-size: 45%;
	margin-left: .5em;
	transform: translateY(-.2em);
}
.medical .yobo_box .txt_box .com_hov:hover .com_arrow1 {
	background: #f5d782;
	border-color: #f5d782;
}
.medical .yobo_box .txt_box .com_hov:hover .com_arrow1 a {
	color: #fff;
}
.medical .yobo_box .txt_box .abs {
	position: absolute;
	z-index: 0;
	width: 35%;
	max-width: 171px;
	right: 0;
	top: 0;
	transform: translate(40%,-65%);
}

.medical .item_list {
	display: flex;
    flex-wrap: wrap;
	text-align: center;
	font-size: 100%;
	font-size: min(100%,1.6vw);
}
.medical .item_list > li {
	width: 25%;
	margin-top: 60px;
}
.medical .item_list > li:nth-child(-n+4) {
	margin-top: 0;
}
.medical .item_list .img_item {
	width: 70%;
	max-width: 180px;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	/*box-shadow: 5px 5px 15px 0px rgba(0,0,0,0);*/
	/*transition: all 0.4s ease-out;*/
}
.medical .item_list .img_item::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 90%;
	height: 90%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	border: solid 1px #ffb263;
	transition: all 0.8s ease-out;
}
.medical .item_list li .com_hov:hover .img_item::before {
	transition: all 0.4s ease-out;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
}
.medical .item_list li .com_hov:hover .img_item {
	/*transform: translateY(-5%);*/
	/*box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25);*/
}
.medical .item_list li .com_hov:hover,
.medical .item_list li .com_hov:hover .com_arrow2 {
	color: #ffb263;
}
.medical .item_list li:not(.btn_list) dt {
	letter-spacing: .1em;
	line-height: 1.4em;
	margin: 1.0em 0 .5em;
}
.medical .item_list li:not(.btn_list) dd {
	font-size: 125%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.medical .item_list .txt_site {
	font-size: 75%;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-top: .5em;
}
.medical .item_list .txt_site .icon-site {
	display: inline-block;
	vertical-align: middle;
	font-size: 180%;
}

.medical .item_list li.btn_list li {
	width: 90%;
	max-width: 250px;
	border: solid 1px #e88274;
	border-radius: 3.0em;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin: 2.0em auto 0;
	position: relative;
}
.medical .item_list li.btn_list li::before {
	content: "";
	position: absolute;
	width: 76%;
	height: calc(100% + 2px);
	background: #fff;
	margin: auto;
	left: 0;
	right: 0;
	top: -1px;
}
.medical .item_list .btn_list li a {
	display: block;
	padding: 1.5em 16%;
	position: relative;
	z-index: 1;
}
.medical .item_list .btn_list li .com_arrow2 {
	position: absolute;
	right: 12%;
	top: 50%;
	transform: translateY(-50%);
}
.medical .item_list .btn_list li .com_hov:hover,
.medical .item_list .btn_list li .com_hov:hover .com_arrow2 {
	color: #e88274;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.medical {
	margin-bottom: 8%;
}
.medical .title_box {
	margin-bottom: 10%;
}
.medical .title_box .box_l {
	width: 46%;
	margin-top: 1%;
}
.medical .title_box .box_r {
	width: 50%;
}
.medical .title_box .box_r dt {
	font-size: 3.6vw;
	margin-bottom: .5em;
}

.medical .yobo_box {
	padding: 4% 4% 4%;
	margin-bottom: 8%;
}
.medical .yobo_box .img_box {
	width: 46%;
	left: 4%;
	bottom: 15%;
}
.medical .yobo_box .img_box p {
	bottom: 0;
	transform: translateY(10%);
}
.medical .yobo_box .txt_box dt {
	font-size: 1.6vw;
}

.medical .item_list {
	font-size: 2.1vw;
}
.medical .item_list > li {
	width: 33%;
	margin-top: 4% !important;
}
.medical .item_list > li:nth-child(-n+3) {
	margin-top: 0 !important;
}
.medical .item_list li:not(.btn_list) dt {
	margin: .8em 0 .3em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.medical {
	margin-bottom: 14%;
}
.medical .title_box {
	display: block;
	margin-bottom: 14%;
}
.medical .title_box .box_l {
	width: 80%;
	margin-bottom: 8%;
}
.medical .title_box .box_r {
	width: 100%;
	max-width: 100%;
}
.medical .title_box .box_l div {
	width: 130%;
	left: 0;
	top: 0;
	transform: translate(-10%,-20%);
}
.medical .title_box .box_r dt {
	font-size: 180%;
	margin-bottom: .4em;
}

.medical .yobo_box {
	padding: 14% 8% 6%;
	margin-bottom: 8%;
}
.medical .yobo_box .img_box {
	position: relative;
	width: 100%;
	max-width: 100%;
	left: auto;
	bottom: auto;
	margin: 0 auto 10%;
}
.medical .yobo_box .img_box div {
	width: 80%;
	position: absolute;
	margin: 0;
	right: 0;
	bottom: 0;
	transform: translate(0%,10%);
}
.medical .yobo_box .img_box p {
	width: 41%;
	position: relative;
	left: auto;
	bottom: auto;
}
.medical .yobo_box .txt_box {
	width: 100%;
	max-width: 100%;
}
.medical .yobo_box .txt_box dl {
	max-width: 100%;
}
.medical .yobo_box .txt_box dt {
	font-size: 80%;
}
.medical .yobo_box .txt_box dt p.ft_min {
	margin-bottom: .2em;
}
.medical .yobo_box .txt_box dt p:not(.ft_min) {
	font-size: 300%;
	margin-bottom: .2em;
}
.medical .yobo_box .txt_box dt .com_arrow1 {
	font-size: 55%;
	transform: translateY(-.1em);
}
.medical .yobo_box .txt_box .abs {
	width: 25%;
	right: 0;
	top: 0;
	transform: translate(70%,-35%);
}

.medical .item_list {
    justify-content: space-between;
	font-size: 100%;
}
.medical .item_list > li {
	width: 50%;
	margin-top: 6% !important;
}
.medical .item_list > li:nth-child(-n+2) {
	margin-top: 0 !important;
}
.medical .item_list li:not(.btn_list) dt {
	letter-spacing: normal;
	margin: .5em 0 .2em;
}
.medical .item_list li:not(.btn_list) dd {
	font-size: 130%;
}

.medical .item_list li.btn_list li {
	font-size: 100%;
	letter-spacing: .05em;
}
.medical .item_list .btn_list li a {
	padding-left: 10%;
	padding-right: 10%;
}
.medical .item_list .btn_list li .com_arrow2 {
	right: 8%;
}
}



/*greeting
---------------------------------------------------------*/
.greeting {
	background: #fff9f0;
	padding: 130px 0;
	margin-bottom: 140px;
}
.greeting .w1200 {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.greeting .box_l {
	width: 52%;
	max-width: 620px;
	position: relative;
}
.greeting .box_r {
	width: 44%;
	max-width: 500px;
	position: relative;
	z-index: 1;
}

.greeting .box_l .abs1,
.greeting .box_l .abs2 {
	position: absolute;
	z-index: 1;
}
.greeting .box_l .abs1 {
	width: 28%;
	max-width: 171px;
	left: 0;
	top: 0;
	transform: translate(-45%,-45%);
	mix-blend-mode: multiply;
}
.greeting .box_l .abs2 {
	width: 38%;
	max-width: 235px;
	left: 7%;
	bottom: 0;
	transform: translate(0%,42%);
}

.greeting .box_r h2 {
	font-size: 145%;
	letter-spacing: .04em;
	line-height: 1.2em;
}
.greeting .box_r dt {
	font-size: 230%;
	font-size: min(230%,3.5vw);
	letter-spacing: -.04em;
	line-height: 1.3em;
	margin-top: .5em;
	margin-bottom: .6em;
}
.greeting .box_r .com_btn1 {
	margin-top: 1.5em;
}
.greeting .box_r .abs3 {
	width: 83%;
	max-width: 415px;
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0;
	transform: translate(18%,-55%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.greeting {
	padding: 10% 0;
	margin-bottom: 8%;
}
.greeting .w1200 {
    align-items: center;
}
.greeting .box_l {
	width: 48%;
	margin-left: -3%;
}
.greeting .box_r {
	width: 50%;
}

.greeting .box_l .abs1 {
	left: 6%;
	transform: translate(0%,-60%);
}
.greeting .box_l .abs2 {
	left: 55%;
	transform: translate(0%,70%);
}

.greeting .box_r dt {
	font-size: 4.0vw;
}
.greeting .box_r .abs3 {
	transform: translate(18%,-40%);
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.greeting {
	padding: 10% 5% 12%;
	margin-bottom: 10%;
}
.greeting .w1200 {
	display: block;
}
.greeting .box_l {
	width: 100%;
	max-width: 100%;
	margin-bottom: 6%;
}
.greeting .box_r {
	width: 100%;
	max-width: 100%;
	position: relative;
	z-index: 1;
}

.greeting .box_l .abs1 {
	width: 23%;
	left: 0;
	top: 6%;
	transform: translate(-25%,0%);
}
.greeting .box_l .abs2 {
	width: 32%;
	left: auto;
	right: 0;
	bottom: 0;
	transform: translate(25%,42%);
}

.greeting .box_r h2 {
	font-size: 130%;
}
.greeting .box_r dt {
	font-size: 170%;
	margin-top: .5em;
	margin-bottom: .4em;
}
.greeting .box_r .abs3 {
	width: 45%;
	right: auto;
	left: 0;
	top: 55%;
	transform: translate(-15%,0%);
}
}



/*information
---------------------------------------------------------*/
.information {
	margin-bottom: 100px;
}
.information .title_box {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 10px;
}
.information .title_box p {
	font-size: 75%;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.information .title_box p a {
	display: block;
	padding-left: 2.2em;
	position: relative;
}
.information .title_box p a::before {
	font-family: 'fontello';
	content: '\e805';
	font-size: 160%;
	position: absolute;
	left: 0;
	top: 0;
}
.information .title_box p a:hover {
	color: #e8966f;
}

.information .flex_box {
	display: flex;
    justify-content: space-between;
	margin-bottom: 90px;
}
.information .flex_box .news_box {
	width: 60%;
	max-width: 800px;
}
.information .flex_box .com_calendar {
	width: 37%;
	max-width: 490px;
}

.information .news_box .title_box {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.information .news_box li {
	border: solid 1px #c9c8c7;
	border-radius: 100px;
	margin-bottom: 20px;
	position: relative;
	height: 200px;
}
.information .news_box li:last-child {
	margin-bottom: 0;
}
.information .news_box li .news_style {
	width: 85%;
	max-width: 610px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(-5%,-50%);
}
.information .news_box li .com_arrow2 {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
.information .news_box .com_hov:hover .news_style,
.information .news_box .com_hov:hover .news_style a,
.information .news_box .com_hov:hover .com_arrow2 {
	color: #e8966f;
}
.information .news_box .com_hov:hover .news_style dt {
	border-color: #e8966f;
}

.information .blog_box {
	width: 91%;
	max-width: 1220px;
	margin: 0 auto 120px;
}
.information .blog_box ul {
	display: flex;
}
.information .blog_box ul > li {
	width: 28%;
	margin-right: 8%;
}
.information .blog_box ul > li:nth-child(3n) {
	margin-right: 0;
}
.information .blog_box ul dt.ft_brandon {
	letter-spacing: .04em;
	line-height: 1.2em;
	margin: 1.2em 0 .3em;
}
.information .blog_box ul dd {
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
}
.information .blog_box ul > li {
	transition: all 0.8s;
}
.information .blog_box ul > li:hover {
	transition: all 0.4s;
	color: #e8966f;
}

.information .bnr_recruit {
	width: 100%;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	background: #6bcccc;
	box-sizing: border-box;
	padding: 50px 3%;
	position: relative;
}
.information .bnr_recruit .in_box {
	width: 100%;
	max-width: 996px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.information .bnr_recruit .box_l {
	width: 45%;
}
.information .bnr_recruit .box_r {
	width: 51%;
	max-width: 502px;
	position: absolute;
	z-index: -1;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.information .bnr_recruit .box_l dt {
	color: #fff;
	font-size: 190%;
	font-size: min(190%,3.0vw);
	letter-spacing: -.04em;
	line-height: 1.4em;
	white-space: nowrap;
	margin-bottom: .2em;
}
.information .bnr_recruit .box_l dd {
	line-height: 1.7em;
}
.information .bnr_recruit .box_l .ft_brandon {
	color: #4dbda5;
	font-size: 320%;
	font-size: min(320%,5.0vw);
	letter-spacing: .04em;
	line-height: 1.2em;
	margin-top: .2em;
}
.information .bnr_recruit .box_r ul {
	display: flex;
    justify-content: space-between;
}
.information .bnr_recruit .box_r ul li {
	width: 33%;
	max-width: 164px;
}
.information .bnr_recruit .abs {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	transform: translate(12%,12%);
	width: 8.5em;
	text-align: center;
	font-size: 110%;
	font-size: min(110%,1.7vw);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2em;
	background: #4dbda5;
	border-radius: 50%;
}
.information .bnr_recruit .abs::before {
	content: "";
	display: block;
	padding-top: 100%;	/*高さ*/
}
.information .bnr_recruit .abs a {
	display: block;
	color: #fff;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-35%);
}
.information .bnr_recruit .com_arrow2 {
	color: #fff;
	font-size: 140%;
}
.information .bnr_recruit,
.information .bnr_recruit .abs {
	transition: all 0.8s;
}
.information .bnr_recruit:hover,
.information .bnr_recruit:hover .abs {
	transition: all 0.4s;
}
.information .bnr_recruit:hover {
	background: #81e3e3;
}
.information .bnr_recruit:hover .abs {
	background: #00a17e;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1350px) {
.information .flex_box .news_box {
	width: 48.5%;
}
.information .flex_box .com_calendar {
	width: 48.5%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.information {
	margin-bottom: 8%;
}
.information .title_box p {
	font-size: 80%;
}

.information .flex_box {
	margin-bottom: 6%;
}
.information .flex_box .news_box {
	width: 48.5%;
}
.information .flex_box .com_calendar {
	width: 48.5%;
}
    
.information .news_box li {
	margin-bottom: 10px;
	height: 23vw;
	max-height: 200px;
}
.information .news_box li .news_style {
	width: 85%;
	transform: translate(-8%,-50%);
}
.news_style dd p.fw_bold {
	letter-spacing: normal;
}
.news_style dd p.fs15 {
	letter-spacing: normal;
}

.information .blog_box {
	margin-bottom: 8%;
}
.information .blog_box ul > li {
	width: 30%;
	margin-right: 5%;
}
.information .blog_box ul dt.ft_brandon {
	margin: 1.0em 0 .3em;
}
.information .blog_box ul dd {
	letter-spacing: normal;
}

.information .bnr_recruit {
	padding: 4% 4%;
}
.information .bnr_recruit .box_l dt {
	font-size: 3.4vw;
	margin-bottom: .5em;
}
.information .bnr_recruit .box_l dd {
	line-height: 1.6em;
}
.information .bnr_recruit .box_l .ft_brandon {
	font-size: 5.0vw;
}
.information .bnr_recruit .abs {
	right: 0;
	bottom: 0;
	transform: translate(12%,25%);
	width: 7.5em;
	font-size: 2.0vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.information {
	margin-bottom: 12%;
}
.information .title_box {
	margin-bottom: .5em;
}
.information .title_box p {
	font-size: 90%;
}

.information .flex_box {
	display: block;
	margin-bottom: 0;
}
.information .flex_box .news_box,
.information .flex_box .com_calendar {
	width: 100%;
	max-width: 100%;
	margin-bottom: 8%;
}

.information .news_box .title_box {
	width: 100%;
}
.information .news_box li {
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	margin-bottom: 0;
	padding: 4% 3%;
	height: auto;
}
.information .news_box li:last-child {
	border-bottom: solid 1px #c9c8c7 !important;
}
.information .news_box li .news_style {
	width: 100%;
	max-width: 100%;
	position: static;
	transform: none;
}
.information .news_box li .com_arrow2 {
	right: 3%;
	top: auto;
	bottom: 0;
	transform: none;
}

.information .blog_box {
	width: 100%;
	max-width: 100%;
	margin-bottom: 8%;
}
.information .blog_box .scl_area {
	position: relative;
}
.information .blog_box ul {
	width: 180%;
	padding-bottom: 1.5em;
	display: flex;
}
.information .blog_box ul > li {
	width: 30%;
	margin-right: 5%;
}
.information .blog_box ul dt.ft_brandon {
	margin: .8em 0 .3em;
}

.information .bnr_recruit {
	padding: 8% 8% 6%;
}
.information .bnr_recruit .box_l {
	width: 100%;
}
.information .bnr_recruit .box_r {
	width: 100%;
	position: static;
	right: auto;
	top: auto;
	transform: none;
	margin: 1.0em auto;
}
.information .bnr_recruit .box_l dt {
	font-size: 160%;
	margin-bottom: .4em;
}
.information .bnr_recruit .box_l dd {
	line-height: 1.7em;
}
.information .bnr_recruit .box_l .ft_brandon {
	font-size: 200%;
	margin-top: 0;
	margin-left: -.5em;
}
.information .bnr_recruit .abs {
	right: 0;
	bottom: 0;
	transform: translate(8%,8%);
	width: 7.5em;
	font-size: 100%;
}
}



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

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

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