@charset "UTF-8";

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

======================================================== */
.m_img {
    background-image: url(../images/front/m_img@2x.jpg);
}



/* ========================================================
  
  content

======================================================== */


/*---------------------------------------------------------
 pickup
---------------------------------------------------------*/
.pick_list {
	width: 96%;
	max-width: 1220px;
	margin: 0 auto;
}
.pick_list a {
	display: block;
	text-align: center;
	font-size: min(105%);
}
.pick_list .img_wrap {
	width: 93%;
	border-radius: 10px;
	margin-left: auto;
}
.pick_list .img_wrap img {
	height: auto;
}
.pick_list .bgbox {
	position: relative;
	width: 88%;
	color: #FFF;
	background-color: rgba(100,107,113,0.95);
	box-sizing: border-box;
	padding: 2.8em 3%;
	margin-top: -28%;
}
.pick_list .bgbox .title {
	font-size: min(156%,2.4vw);
	font-weight: var(--fw_bold);
	line-height: 1.6;
	letter-spacing: .15em;
	margin-top: .2em;
}
.pick_list .bgbox .title span {
	display: block;
	font-size: 160%;
	letter-spacing: .15em;
}
.pick_list .com_arw-r {
	position: absolute;
	font-size: 135%;
	background-color: #92979c;
	rotate: -45deg;
	right: 2em;
	bottom: -0.5em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.pick_list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2,min(48%,565px));
	row-gap: min(7vw,100px);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pick_list > li {
	margin-top: 8%;
}
.pick_list a {
	font-size: min(100%);
}
.pick_list .bgbox {
	padding: 1.6em 3%;
	margin-top: -30%;
}
.pick_list .bgbox .title {
	font-size: 105%;
}
}


/*---------------------------------------------------------
 medical
---------------------------------------------------------*/
#medical {
	background-color: var(--color_och);
	padding-top: 0;
}
#medical .com_title1 {
	color: #FFF;
	margin-bottom: 1em;
}
#medical .com_title1 .com_h__en {
	color: #b8ac88;
}
#medical .com_title1 + p {
	color: #FFF;
	margin-bottom: 5%;
}
/*medical: med_list
---------------------------------------------------------*/
.med_list {
	display: grid;
	row-gap: 1em;
    grid-auto-rows: 1fr;
}
.med_list > li {
	background-color: #fff;
	border-radius: 5px;
}
.med_list > li > * {
	position: relative;
	height: 100%;
	display: grid;
	align-items: center;
	grid-template-columns: 47% 53%;
	box-sizing: border-box;
	padding: 2.4em 7%;
}
.med_list .title {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 1em;
	font-size: min(156%,2vw);
	font-weight: var(--fw_bold);
	line-height: 1.5;
	letter-spacing: .15em;
}
.med_list .title .icon {
	width: 2.4em;
	height: 2.4em;
}
.med_list .list__chk > li::before {
	color: var(--color_och);
}
.med_list .com_arw-r {
	position: absolute;
	background-color: #7a6420;
	right: 1.2em;
	bottom: -0.5em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.med_list {
	justify-content: space-between;
	grid-template-columns: repeat(2,49.3%);
}
.med_list > li > * {
	display: grid;
	align-items: center;
	grid-template-columns: 47% 53%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

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

.med_list {
	row-gap: .8em;
}
.med_list > li > * {
	justify-content: space-between;
	grid-template-columns: 32% 65%;
	padding: 1.5em 5% 1.5em 4%;
}
.med_list .title {
	display: block;
	text-align: center;
	font-size: 105%;
}
.med_list .title .icon {
	margin: 0 auto .5em;
}
.med_list .list__chk > li {
	font-size: 88%;
}
}


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

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

/* 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) {


}