@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: 0 0 calc(150 / var(--break) * 100vw);
}
.main_page {
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(500 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg3 {
	border-bottom: 1px solid #000000;
}
.ttl_common02 {
	height: calc( 80 / var(--break) * 100vw );
	font-weight: 400;
}
.ttl_common03 {
	font-weight: 400;
}
.ttl_common03:before,
.ttl_common03:after {
	content: '';
	position: relative;
	background: #57c33f;
	flex: 1;
	height: 1px;
	display: block;
	margin-right: calc( 20 / var(--break) * 100vw );
}
.ttl_common03:after {
	margin-left: calc( 20 / var(--break) * 100vw );
	margin-right: 0;
}
.ttl_common04 {
	
}
.row_common01 {
	gap: calc( 30 / var(--break) * 100vw ) 2.3%;
	justify-content: flex-start!important;
}
.row_common01 .col {
	max-width: 394px;
	width: 31.8%;
}
.row_common02 {
	gap: calc( 30 / var(--break) * 100vw ) 1.55%;
}
.row_common02 .col {
	max-width: 400px;
	width: 32.3%;
}
.row_common02 .col a {
	background-color: #eeeeee!important;
	border-radius: calc( 60 / var(--break) * 100vw );
	border: 1px solid #000;
	padding-right: calc( 40 / var(--break) * 100vw );
	font-weight: 400;
	height: calc( 120 / var(--break) * 100vw );
	align-items: flex-end!important;
}
.row_common02 .col a:after {
	content: "";
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	width: calc(10 / var(--break) * 100vw);
	height: calc(10 / var(--break) * 100vw);
	position: absolute;
	transform: rotate(135deg);
	right: 0;
	left: 0;
	bottom: calc( 14 / var(--break) * 100vw );
	margin: auto;
}
.row_common02 .col:nth-child(1) a {
	background: url("images/store/img_store01.png")no-repeat left center / calc( 200 / var(--break) * 100vw ) auto;
}
.row_common02 .col:nth-child(2) a {
	background: url("images/store/img_store02.png")no-repeat left center / calc( 200 / var(--break) * 100vw ) auto;
}
.row_common02 .col:nth-child(3) a {
	background: url("images/store/img_store03.png")no-repeat left center / calc( 200 / var(--break) * 100vw ) auto;
}
.row_common02 .col:nth-child(4) a {
	background: url("images/store/img_store04.png")no-repeat left center / calc( 200 / var(--break) * 100vw ) auto;
}
.row_common02 .col:nth-child(5) a {
	background: url("images/store/img_store05.png")no-repeat left center / calc( 200 / var(--break) * 100vw ) auto;
}
.row_common03 {
	gap: calc( 30 / var(--break) * 100vw ) 2.3%;
	justify-content: flex-start!important;
}
.row_common03 .col {
	max-width: 394px;
	width: 31.8%;
}
.row_common03 .ttl {
	border: 1px solid #000;
	height: calc( 70 / var(--break) * 100vw );
	font-weight: 400;
}
.row_common03 .box {
	border: 1px solid #000;
	border-top: none!important;
	padding: calc( 20 / var(--break) * 100vw ) calc( 30 / var(--break) * 100vw ) calc( 30 / var(--break) * 100vw );
}
.row_common04 {
	
}
.row_common05 {
	gap: calc( 20 / var(--break) * 100vw ) 1.55%;
	margin-bottom: calc( 60 / var(--break) * 100vw );
}
.row_common05 .col {
	width: 32.3%;
}
.row_common05 .col a {
	height: calc( 120 / var(--break) * 100vw );
	border: 1px solid #000000;
	border-radius: calc( 60 / var(--break) * 100vw );
	position: relative;
}
.row_common05 .col a:after {
	content: "";
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	width: calc(12 / var(--break) * 100vw);
	height: calc(12 / var(--break) * 100vw);
	position: absolute;
	transform: rotate(135deg);
	right: 0;
	left: 0;
	bottom: calc(20 / var(--break) * 100vw);
	margin: auto;
}
.row_common06 .col_img:after {
	content: "";
	background: #c2c5bc;
	width: 100%;
	height: calc( 100% - calc( 10 / var(--break) * 100vw ) );
	position: absolute;
	left: calc( -10 / var(--break) * 100vw );
	bottom: 0;
	z-index: -1;
}
.row_common06.r_reverse .col_img:after {
	left: auto!important;
	right: calc( -10 / var(--break) * 100vw );
}
.wrap_common01 {
	gap: calc( 40 / var(--break) * 100vw ) calc( 40 / var(--break) * 100vw );
}
.wrap_common01 .ccl {
	width: calc( 250 / var(--break) * 100vw );
	height: calc( 250 / var(--break) * 100vw );
}
.bg_common01:before {
	content: "";
	background: #f0f8ee;
	width: 100%;
	height: calc( 100% - calc( 130 / var(--break) * 100vw ) );
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.bg_common01 .icn {
	width: calc( 8 / var(--break) * 100vw );
	margin-left: auto;
	margin-right: auto;
}
.bg_common02 {
	position: relative;
}
.bg_common02:after {
	content: "";
	background: #f0f8ee;
	width: 100%;
	height: calc( 100% - calc( 200 / var(--break) * 100vw ) );
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.img_common02 {
	height: calc( 400 / var(--break) * 100vw );
	background: url("images/store/img_store06.jpg")no-repeat left center / cover;
}
.img_common02.img02 {
	background: url("images/store/img_store07.jpg")no-repeat left center / cover;
}
.img_common02.img03 {
	background: url("images/store/img_store08.jpg")no-repeat left center / cover;
}
.img_common02.img04 {
	background: url("images/store/img_store09.jpg")no-repeat left center / cover;
}
.img_common02.img05 {
	background: url("images/store/img_store10.jpg")no-repeat left center / cover;
}
.box_common01 {
	margin-right: calc( 60 / var(--break) * 100vw );
	margin-top: calc( -200 / var(--break) * 100vw );
	z-index: 1;
	position: relative;
}
.box_common01 .box01 {
	width: calc( 140 / var(--break) * 100vw );
	background-color: #999999cc;
}
.box_common01 .box01 .en {
	width: calc( 40 / var(--break) * 100vw );
}
.box_common01 .box02 {
	width: calc( 560 / var(--break) * 100vw );
	background-color: #00000099;
}
.box_flow01 {
	border: 1px solid #57c33f;
}
.list_default01 li {
	max-width: calc( 424 / var(--break) * 100vw );
}
.list_default01 li:nth-child(2) {
	margin-top: 0!important;
}
.list_common02 li {
	font-weight: 400;
	border-bottom: 1px dotted #000;
	padding-bottom: calc( 6 / var(--break) * 100vw );
	padding-left: calc( 40 / var(--break) * 100vw );
}
.list_common02 li:before {
	background-color: #57c33f;
	top: .65rem;
	left: calc( 10 / var(--break) * 100vw );
}
.list_common02.icn_check li:before {
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	border-radius: none;
	background: url("images/page/icn_check01.svg")no-repeat center / contain;
	top: .25rem;
	left: calc( 8 / var(--break) * 100vw );
}
.list_common02 li:nth-child(n+2),
.list_common02.list_default01 li:nth-child(n+3) {
	margin-top: calc(6 / var(--break) * 100vw);
}
.list_common02 li.txt_etc01 {
	font-weight: 300;
}
.list_common02 li.txt_etc01:before {
	display: none;
}
.box_qa02 .box_q {
	cursor: unset;
}
.box_qa02 .box_q .box,
.box_qa02 .box_q .txt {
	font-weight: 400;
}
.box_qa02 .box_q .txt {
	border-bottom: 1px solid #000;
}
.box_privacy {
	border-color: #000;
}
.list_common01 li {
	height: calc( 60 / var(--break) * 100vw );
	font-weight: 400;
}
.tbl_contact01 {
	background: #fff;
	border-bottom: none;
	width: 100%;
	table-layout: auto;
	margin-bottom: 105px;
}
.tbl_contact01 table {
	border: 1px solid #57C33F;
}
.tbl_contact01 th {
	background: #57C33F;
	border-bottom: 1px solid #57C33F;
	border-right: 1px solid #57C33F;
	width: 20%;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.tbl_contact01 td {
	border-bottom: 1px solid #57C33F;
	width: 80%;
}
.tbl_contact01 tr:not(:last-child) td {
    border-bottom: 1px solid #57C33F;
}
.tbl_contact01 tr:nth-last-child(-n+3) td.short {
	border-right: 1px solid #57C33F;
}
@media(min-width: 768px) {
	.row_common05 .col a:hover {
		background-color: #eeeeee;
		opacity: 1;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 0 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		background-image: url("images/page/bg_ttl_page_sp.jpg");
	}
	.hdg2 {
		text-align: center;
	}
	.hdg2 .ja {
		font-size: calc( 30 / var(--break) * 100vw );
		letter-spacing: 0;
	}
	.hdg2 .en {
		font-size: calc( 50 / var(--break) * 100vw );
		letter-spacing: 0;
		line-height: 1.6;
	}
	.col_img {
		text-align: center;
	}
	.hdg3 {
		font-size: calc( 46 / var(--break) * 100vw );
		letter-spacing: 0;
	}
	.ttl_common01 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.ttl_common02 {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: auto;
		font-weight: 400;
		padding: 1.5vw 2vw 2vw;
	}
	.ttl_common03 {
		font-size: 1.125rem;
		letter-spacing: 0;
		font-weight: 400;
	}
	.ttl_common03:before,
	.ttl_common03:after {
		content: '';
		position: relative;
		background: #57c33f;
		flex: 1;
		height: 1px;
		display: block;
		margin-right: calc( 20 / var(--break) * 100vw );
	}
	.ttl_common03:after {
		margin-left: calc( 20 / var(--break) * 100vw );
		margin-right: 0;
	}
	.ttl_common04 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.copy_common01 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_common01 {
		gap: calc( 30 / var(--break) * 100vw ) 2.3%;
		justify-content: flex-start!important;
	}
	.row_common01 .col {
		max-width: calc( 646 / var(--break) * 100vw );
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 5vw;
		padding-bottom: 5vw;
	}
	.row_common01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_common02 {
		gap: calc( 30 / var(--break) * 100vw ) 1.55%;
	}
	.row_common02 .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_common02 .col {
		max-width: calc( 600 / var(--break) * 100vw );
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.row_common02 .col a {
		background-color: #eeeeee!important;
		border-radius: calc( 60 / var(--break) * 100vw );
		border: 1px solid #000;
		padding-right: calc( 60 / var(--break) * 100vw );
		font-weight: 400;
		height: calc( 120 / var(--break) * 100vw );
		align-items: flex-end!important;
	}
	.row_common02 .col a:after {
		width: calc(14 / var(--break) * 100vw);
		height: calc(14 / var(--break) * 100vw);
		bottom: calc( 18 / var(--break) * 100vw );
	}
	.row_common02 .col:nth-child(1) a {
		background: url("images/store/img_store01.png")no-repeat left center / calc( 200 / var(--break) * 100vw ) auto;
	}
	.row_common02 .col:nth-child(2) a {
		background: url("images/store/img_store02.png")no-repeat left center / calc( 200 / var(--break) * 100vw ) auto;
	}
	.row_common02 .col:nth-child(3) a {
		background: url("images/store/img_store03.png")no-repeat left center / calc( 200 / var(--break) * 100vw ) auto;
	}
	.row_common02 .col:nth-child(4) a {
		background: url("images/store/img_store04.png")no-repeat left center / calc( 200 / var(--break) * 100vw ) auto;
	}
	.row_common02 .col:nth-child(5) a {
		background: url("images/store/img_store05.png")no-repeat left center / calc( 200 / var(--break) * 100vw ) auto;
	}
	.row_common03 {
		gap: calc( 30 / var(--break) * 100vw ) 2.3%;
		justify-content: flex-start!important;
	}
	.row_common03 .col {
		width: 100%;
		max-width: calc( 646 / var(--break) * 100vw );
		margin-left: auto;
		margin-right: auto;
	}
	.row_common03 .ttl {
		font-size: 1.125rem;
		letter-spacing: .0em;
		height: calc( 100 / var(--break) * 100vw );
	}
	.row_common03 .box {
		border: 1px solid #000;
		border-top: none!important;
		padding: calc( 20 / var(--break) * 100vw ) calc( 30 / var(--break) * 100vw ) calc( 30 / var(--break) * 100vw );
	}
	.row_common04 {

	}
	.row_common05 {
		gap: calc( 20 / var(--break) * 100vw ) 0;
		margin-bottom: calc( 60 / var(--break) * 100vw );
	}
	.row_common05 .col {
		width: calc( 600 / var(--break) * 100vw );
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_common05 .col a {
		height: calc( 140 / var(--break) * 100vw );
		border-radius: calc( 70 / var(--break) * 100vw );
		position: relative;
	}
	.row_common05 .col a:after {
		content: "";
		border-right: 1px solid #000;
		border-top: 1px solid #000;
		width: calc(12 / var(--break) * 100vw);
		height: calc(12 / var(--break) * 100vw);
		position: absolute;
		transform: rotate(135deg);
		right: 0;
		left: 0;
		bottom: calc(20 / var(--break) * 100vw);
		margin: auto;
	}
	.row_common06 .col_img:after {
		content: "";
		background: #c2c5bc;
		width: 100%;
		height: calc( 100% - calc( 10 / var(--break) * 100vw ) );
		position: absolute;
		left: calc( -10 / var(--break) * 100vw );
		bottom: 0;
		z-index: -1;
	}
	.row_common06.r_reverse .col_img:after {
		left: auto!important;
		right: calc( -10 / var(--break) * 100vw );
	}
	.wrap_common01 {
		font-size: 1rem;
		letter-spacing: 0;
		gap: calc(40 / var(--break) * 100vw);
	}
	.wrap_common01 .ccl {
		width: calc(300 / var(--break) * 100vw);
		height: calc(300 / var(--break) * 100vw);
	}
	.box_common01 {
		margin-left: calc( 60 / var(--break) * 100vw );
		margin-right: 0;
		margin-top: calc( -150 / var(--break) * 100vw );
	}
	.box_common01 .box01 {
		width: calc( 100 / var(--break) * 100vw );
		background-color: #999999cc;
	}
	.box_common01 .box01 .en {
		width: calc( 40 / var(--break) * 100vw );
	}
	.box_common01 .box02 {
		width: calc( 100% - calc( 100 / var(--break) * 100vw )) ;
		background-color: #00000099;
		padding: 5vw;
	}
	.box_common01 .box02 .ttl {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.box_common02 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_qa02 > .txt {
		max-width: calc( 646 / var(--break) * 100vw );
		margin-left: auto;
		margin-right: auto;
	}
	.box_flow01 {
		border: 1px solid #57c33f;
	}
	.list_default01 li {
		max-width: 100%;
	}
	.list_default01 li:nth-child(2) {
		margin-top: calc( 6 / var(--break) * 100vw )!important;
	}
	.list_common02 li {
		font-weight: 400;
		border-bottom: 1px dotted #000;
		padding-bottom: calc( 6 / var(--break) * 100vw );
		padding-left: calc( 60 / var(--break) * 100vw );
	}
	.list_common02 li:before {
		background-color: #57c33f;
		top: .65rem;
	}
	.list_common02.icn_check li:before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		border-radius: none;
		background: url("images/page/icn_check01.svg")no-repeat center / contain;
		top: .25rem;
		left: calc( 8 / var(--break) * 100vw );
	}
	.list_common02 li:nth-child(n+2),
	.list_common02.list_default01 li:nth-child(n+3) {
		margin-top: calc(6 / var(--break) * 100vw);
	}
	.list_common02 li.txt_etc01 {
		font-weight: 300;
	}
	.list_common02 li.txt_etc01:before {
		display: none;
	}
	.box_qa02 .box_q {
		cursor: unset;
	}
	.box_qa02 .box_q .box,
	.box_qa02 .box_q .txt {
		font-weight: 400;
	}
	.box_qa02 .box_q .txt {
		border-bottom: 1px solid #000;
	}
	.box_privacy {
		border-color: #000;
	}
	.list_common01 li {
		height: auto;
		font-size: 1rem;
		letter-spacing: 0;
		padding: 1.5vw 2vw 2vw;
	}
	.bg_common01 .wrap .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.tbl_contact01 {
		margin-bottom: 20vw;
	}
	.tbl_contact01, .tbl_recruit tbody, .tbl_contact01 tr, .tbl_contact01 th, .tbl_contact01 td {
		display: block;
	}
	.tbl_contact01 th {
		border-right: none;
	}
	.tbl_contact01 td {
		border-bottom: none;
	}
	.tbl_contact01 th, .tbl_contact01 td {
		width: 100%;
		padding: 2vw 3.2vw 3vw;
	}
	.tbl_contact01 tr:nth-last-child(-n+3) td.short {
		width: 100%;
		border-bottom: 1px dashed #57C33F;
		border-right: none;
	}
	.tbl_contact01 tr:nth-last-child(-n+3) td.long {
		width: 100%;
	}
}


/* ポトス薬局について about
------------------------------------------------------------------*/
.bg_about01 {
	background: url("images/about/bg_about01.jpg")no-repeat center / cover;
}
.row_about01 .col {
	width: 48%;
	max-width: 595px;
}
.row_about02 .col_img {
	width: 37.1%;
	max-width: 460px;
}
.row_about02 .col_txt {
	width: 58%;
}
.ttl_about01 {
	height: calc( 64 / var(--break) * 100vw );
}
.ttl_about02 .icn {
	width: calc( 10 / var(--break) * 100vw );
	display: inline-block;
	margin-bottom: calc( 8 / var(--break) * 100vw );
}
.ttl_about02 .txt01 {
	width: calc( 100% - calc( 26 / var(--break) * 100vw ) );
}
.list_about01 {
	max-width: 850px;
}
.list_about01:before {
	content: "";
	background: #000000;
	width: 1px;
	height: calc( 100% - calc( 32 / var(--break) * 100vw ) );
	position: absolute;
	left: calc( 100 / var(--break) * 100vw );
	top: calc( 18 / var(--break) * 100vw );
}
.list_about01 li:nth-child(n+2) {
	margin-top: calc( 13 / var(--break) * 100vw );
}
.list_about01 .year {
	width: calc( 70 / var(--break) * 100vw );
}
.list_about01 .txt {
	width: calc( 100% - calc( 140 / var(--break) * 100vw ) );
	position: relative;
}
.list_about01 .txt:before {
	content: "";
	background: #000000;
	width: calc( 7 / var(--break) * 100vw );
	height: calc( 7 / var(--break) * 100vw );
	position: absolute;
	border-radius: 50%;
	left: calc( -43 / var(--break) * 100vw );
	top: calc( 11 / var(--break) * 100vw );
}
.ttl_about03 {
	border-bottom: 1px solid #57c33f;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_about01 {
		background: url("images/about/bg_about01.jpg")no-repeat center / cover;
	}
	.copy_about01 {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.row_about01 .col {
		width: 100%;
		max-width: 100%;
	}
	.row_about02 .col_img {
		width: 100%;
		max-width: calc( 600 / var(--break) * 100vw );
		margin: 0 auto 5vw;
	}
	.row_about02 .col_txt {
		width: 100%;
		max-width: calc( 646 / var(--break) * 100vw );
		margin-left: auto;
		margin-right: auto;
	}
	.row_about02 .col_txt .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
		text-align: center;
	}
	.name_about01 .txt01 {
		font-size: .875rem;
	}
	.name_about01 .ja {
		font-size: 1.5rem;
	}
	.name_about01 .en {
		font-size: 1.125rem;
	}
	.ttl_about01 {
		height: calc( 100 / var(--break) * 100vw );
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.ttl_about02 .icn {
		width: calc( 20 / var(--break) * 100vw );
		display: inline-block;
		margin-bottom: calc( 12 / var(--break) * 100vw );
	}
	.ttl_about02 .txt01 {
		width: calc( 100% - calc( 40 / var(--break) * 100vw ) );
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_about01 {
		max-width: 850px;
	}
	.list_about01:before {
		height: calc(100% - calc(34 / var(--break) * 100vw));
		position: absolute;
		left: calc(130 / var(--break) * 100vw);
		top: calc(18 / var(--break) * 100vw);
	}
	.list_about01 li:nth-child(n+2) {
		margin-top: calc( 13 / var(--break) * 100vw );
	}
	.list_about01 .year {
		width: calc( 120 / var(--break) * 100vw );
	}
	.list_about01 .txt {
		width: calc( 100% - calc( 160 / var(--break) * 100vw ) );
		position: relative;
	}
	.list_about01 .txt:before {
		width: calc( 14 / var(--break) * 100vw );
		height: calc( 14 / var(--break) * 100vw );
		left: calc( -36 / var(--break) * 100vw );
		top: calc( 18 / var(--break) * 100vw );
	}
	.ttl_about03 {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
}


/* データで見るポトス薬局 data
------------------------------------------------------------------*/
.box_data01 {
	border: 1px solid #57c33f;
	border-radius: calc( 10 / var(--break) * 100vw );
}
.row_data01 {
	gap: calc( 10 / var(--break) * 100vw ) .8%;
}
.row_data01 .box {
	width: 32.8%;
	text-align: center;
}
.row_data01.row02 .box {
	width: 49.2%;
	text-align: center;
	height: calc( 280 / var(--break) * 100vw );
}
.row_data01.row03 .col {
	width: 49.2%;
}
.row_data01.row03 .col_l .box {
	height: calc( 280 / var(--break) * 100vw );
}
.row_data01.row03 .col_l .box:nth-child(1) {
	margin-bottom: calc( 10 / var(--break) * 100vw );
}
.row_data01.row03 .box {
	width: 100%;
}
.row_data01.row03 .img {
	width: calc( 352 / var(--break) * 100vw );
}
.row_data01.row03 .txt02 {
	text-align: left;
	width: 60%;
	max-width: calc( 350 / var(--break) * 100vw );
	left: calc( 50 / var(--break) * 100vw );
	bottom: calc( 50 / var(--break) * 100vw );
	text-shadow: 0 0 calc(5 / var(--break) * 100vw) #FFFDD8, 0 0 calc(5 / var(--break) * 100vw) #FFFDD8, 0 0 calc(10 / var(--break) * 100vw) #FFFDD8, 0 0 calc(10 / var(--break) * 100vw) #FFFDD8, 0 0 calc(15 / var(--break) * 100vw) #FFFDD8, 0 0 calc(15 / var(--break) * 100vw) #FFFDD8;
}
.row_data01.row04 .box:nth-child(n+4) {
	min-height: calc( 300 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_data01.row04 .box:nth-child(n+4) {
		min-height: calc( 350 / var(--break) * 100vw );
	}
}
@media(max-width: 767px) {
	.box_data01 {
		border: 1px solid #57c33f;
		border-radius: calc( 10 / var(--break) * 100vw );
	}
	.row_data01 {
		gap: calc( 40 / var(--break) * 100vw ) .8%;
	}
	.row_data01 .box {
		width: 32.8%;
		text-align: center;
		padding-top: 4vw!important;
		padding-bottom: 4vw!important;
		padding-left: 2vw;
		padding-right: 2vw;
	}
	.row_data01 .box .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_data01 .box .num {
		font-size: 2rem;
	}
	.box_data01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_data01 .ttl .num {
		letter-spacing: 0;
		font-size: 1.5rem;
	}
	.row_data01.row02 .box {
		width: 49.2%;
		text-align: center;
		height: auto;
	}
	.row_data01.row03 {
		gap: 0;
	}
	.row_data01.row03 .col {
		width: 100%;
	}
	.row_data01.row03 .col_l {
		gap: calc( 20 / var(--break) * 100vw ) .8%;
		display: flex;
	}
	.row_data01.row03 .col_l .box {
		width: 49.2%;
		height: calc( 280 / var(--break) * 100vw );
	}
	.row_data01.row03 .col_l .box:nth-child(1) {
		margin-bottom: calc( 10 / var(--break) * 100vw );
	}
	.row_data01.row03 .box {
		width: 100%;
	}
	.row_data01.row03 .img {
		width: calc( 352 / var(--break) * 100vw );
	}
	.row_data01.row04 {
		gap: calc( 10 / var(--break) * 100vw ) .8%;
	}
	.row_data01.row04 .box {
		width: 49.6%;
	}
	.row_data01.row04 .box .fz26 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_data01.row04 .box .txt02 {
		font-size: .875rem;
		letter-spacing: 0;
		text-align: left;
		min-height: calc( 270 / var(--break) * 100vw );
	}
	.row_data01.row04 .box:nth-child(n+4) {
		min-height: auto;
	}
	.row_data01.row03 .txt02 {
		width: 90%;
		max-width: calc(650 / var(--break) * 100vw);
		left: 5vw;
	}
	.row_data01.row03 .col_r .box {
		padding-bottom: 24vw!important;
	}
}


/* ポトス診断 matcher
------------------------------------------------------------------*/
.wrap_matcher01 {
	align-items: center!important;
}
.wrap_matcher01 .num {
	width: calc( 80 / var(--break) * 100vw );
	height: calc( 80 / var(--break) * 100vw );
}
.wrap_matcher01 .txt {
	width: calc( 100% - calc( 80 / var(--break) * 100vw ) );
	text-align: left;
	padding-left: calc( 20 / var(--break) * 100vw );
}
.row_matcher01 {
	gap: calc( 20 / var(--break) * 100vw ) 1.625%;
	margin: calc( 40 / var(--break) * 100vw ) 0 calc( 60 / var(--break) * 100vw );
}
.btn_matcher01 {
	width: 18.7%;
	height: calc( 100 / var(--break) * 100vw );
	border: 1px solid #000;
	border-radius: calc( 50 / var(--break) * 100vw )
}
.btn_matcher02 {
	width: calc( 600 / var(--break) * 100vw );
	height: calc( 100 / var(--break) * 100vw );
	background: url("images/page/arw02.svg")no-repeat right calc( 40 / var(--break) * 100vw ) center / calc( 30 / var(--break) * 100vw );
}
#graphContainer {
	max-width: calc( 500 / var(--break) * 100vw );
	margin-left: auto;
	margin-right: auto;
	display: none;
}
.list_matcher01 {
	gap: calc( 20 / var(--break) * 100vw ) 2%;
}
.list_matcher01 li {
	width: 23.5%;
	border: 1px solid #000000;
	border-radius: calc( 10 / var(--break) * 100vw );
	padding: calc( 20 / var(--break) * 100vw ) calc( 20 / var(--break) * 100vw ) calc( 25 / var(--break) * 100vw );
}
.list_matcher01 small {
	display: block;
}
.list_matcher02 li {
	width: 49.5%;
	max-width: 615px;
}
.list_matcher02 .arw {
	right: calc(40 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap_matcher01 {
		align-items: start!important;
	}
	.wrap_matcher01 .num {
		width: calc( 80 / var(--break) * 100vw );
		height: calc( 80 / var(--break) * 100vw );
		font-size: calc( 40 / var(--break) * 100vw );
	}
	.wrap_matcher01 .txt {
		font-size: calc( 34 / var(--break) * 100vw );
		letter-spacing: 0;
		width: calc( 100% - calc( 80 / var(--break) * 100vw ) );
		text-align: left;
		padding-left: calc( 20 / var(--break) * 100vw );
		padding-top: 1.5vw;
		padding-bottom: 1.5vw;
	}
	.row_matcher01 {
		gap: calc( 20 / var(--break) * 100vw ) 3%;
		margin: calc( 40 / var(--break) * 100vw ) 0 calc( 60 / var(--break) * 100vw );
	}
	.btn_matcher01 {
		width: 48.5%;
		height: calc( 100 / var(--break) * 100vw );
		border: 1px solid #000;
		border-radius: calc( 50 / var(--break) * 100vw );
		font-size: .875rem;
		letter-spacing: 0;
	}
	.btn_matcher02 {
		width: calc( 600 / var(--break) * 100vw );
		height: calc( 100 / var(--break) * 100vw );
		background: url("images/page/arw02.svg")no-repeat right calc( 40 / var(--break) * 100vw ) center / calc( 40 / var(--break) * 100vw );
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	#graphContainer {
		max-width: calc( 646 / var(--break) * 100vw );
		margin-left: auto;
		margin-right: auto;
		display: none;
	}
	.list_matcher01 {
		gap: calc( 20 / var(--break) * 100vw ) 2%;
	}
	.list_matcher01 li {
		width: 49%;
		border-radius: calc( 10 / var(--break) * 100vw );
		padding: calc( 20 / var(--break) * 100vw ) calc( 20 / var(--break) * 100vw ) calc( 25 / var(--break) * 100vw );
	}
	.list_matcher01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_matcher01 .txt {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_matcher01 .txt .num {
		font-size: 2.5rem;
	}
	.list_matcher01 small {
		display: block;
	}
	.list_matcher02 li {
		width: 100%;
		max-width: calc( 646 / var(--break) * 100vw );
		margin-left: auto;
		margin-right: auto;
	}
	.list_matcher02 .arw {
		right: calc(40 / var(--break) * 100vw);
		width: calc( 40 / var(--break) * 100vw );
		bottom: 2vw;
	}
	.list__work01 li a .ja {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list__work01 li a .en {
		font-size: .875rem;
		letter-spacing: 0;
	}
}


/* 人材開発部 human
------------------------------------------------------------------*/
.row_human01 .txt {
	min-height: calc( 216 / var(--break) * 100vw );
}
.row_human02 .col:nth-child(1) a {
	background-image: url("images/human/img_human01.png");
}
.row_human02 .col:nth-child(2) a {
	background-image: url("images/human/img_human02.png");
}
.row_human02 .col:nth-child(3) a {
	background-image: url("images/human/img_human03.png");
}
.row_human02 .col:nth-child(4) a {
	background-image: url("images/human/img_human04.png");
}
.row_human02 .col:nth-child(5) a {
	background-image: url("images/human/img_human05.png");
}
.bg_human01 .img_common02 {
	height: calc( 400 / var(--break) * 100vw );
	background: url("images/human/img_human06.jpg")no-repeat right center / cover;
}
.bg_human01 .img_common02.img02 {
	background: url("images/human/img_human07.jpg")no-repeat left center / cover;
}
.bg_human01 .img_common02.img03 {
	background: url("images/human/img_human08.jpg")no-repeat right center / cover;
}
.bg_human01 .img_common02.img04 {
	background: url("images/human/img_human09.jpg")no-repeat left center / cover;
}
.bg_human01 .img_common02.img05 {
	background: url("images/human/img_human10.jpg")no-repeat right center / cover;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_human01 .img_common02,
	.bg_human01 .img_common02.img03,
	.bg_human01 .img_common02.img05 {
		background-position: left center;
	}
}


/* 店舗運営部 operations
------------------------------------------------------------------*/
.row_operations01 .txt {
	min-height: calc( 180 / var(--break) * 100vw );
}
.row_operations01 {
	justify-content: center!important;
}
.row_operations02 .col:nth-child(1) a {
	background-image: url("images/operations/img_operations01.png");
}
.row_operations02 .col:nth-child(2) a {
	background-image: url("images/operations/img_operations02.png");
}
.row_operations02 .col:nth-child(3) a {
	background-image: url("images/operations/img_operations03.png");
}
.row_operations02 .col:nth-child(4) a {
	background-image: url("images/operations/img_operations04.png");
}
.row_operations02 .col:nth-child(5) a {
	background-image: url("images/operations/img_operations05.png");
}
.bg_operations01 .img_common02 {
	height: calc( 400 / var(--break) * 100vw );
	background: url("images/operations/img_operations06.jpg")no-repeat right center / cover;
}
.bg_operations01 .img_common02.img02 {
	background: url("images/operations/img_operations07.jpg")no-repeat right center / cover;
}
.bg_operations01 .img_common02.img03 {
	background: url("images/operations/img_operations08.jpg")no-repeat left center / cover;
}
.bg_operations01 .img_common02.img04 {
	background: url("images/operations/img_operations09.jpg")no-repeat right center / cover;
}
.bg_operations01 .img_common02.img05 {
	background: url("images/operations/img_operations10.jpg")no-repeat left center / cover;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_operations01 .img_common02,
	.bg_operations01 .img_common02.img02,
	.bg_operations01 .img_common02.img04 {
		background-position: left center;
	}
}


/* 調剤企画部 pharmaceutical
------------------------------------------------------------------*/
.row_pharmaceutical01 .txt {
	min-height: calc( 110 / var(--break) * 100vw );
}
.row_pharmaceutical02 .col:nth-child(1) a {
	background-image: url("images/pharmaceutical/img_pharmaceutical01.png");
}
.row_pharmaceutical02 .col:nth-child(2) a {
	background-image: url("images/pharmaceutical/img_pharmaceutical02.png");
}
.row_pharmaceutical02 .col:nth-child(3) a {
	background-image: url("images/pharmaceutical/img_pharmaceutical03.png");
}
.row_pharmaceutical02 .col:nth-child(4) a {
	background-image: url("images/pharmaceutical/img_pharmaceutical04.png");
}
.row_pharmaceutical02 .col:nth-child(5) a {
	background-image: url("images/pharmaceutical/img_pharmaceutical05.png");
}
.bg_pharmaceutical01 .img_common02 {
	height: calc( 400 / var(--break) * 100vw );
	background: url("images/pharmaceutical/img_pharmaceutical06.jpg")no-repeat left center / cover;
}
.bg_pharmaceutical01 .img_common02.img02 {
	background: url("images/pharmaceutical/img_pharmaceutical07.jpg")no-repeat right center / cover;
}
.bg_pharmaceutical01 .img_common02.img03 {
	background: url("images/pharmaceutical/img_pharmaceutical08.jpg")no-repeat left center / cover;
}
.bg_pharmaceutical01 .img_common02.img04 {
	background: url("images/pharmaceutical/img_pharmaceutical09.jpg")no-repeat left center / cover;
}
.bg_pharmaceutical01 .img_common02.img05 {
	background: url("images/pharmaceutical/img_pharmaceutical10.jpg")no-repeat left center / cover;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_pharmaceutical02 {
		font-size: .875rem;
	}
	.bg_pharmaceutical01 .img_common02.img02 {
		background-position: left center;
	}
}


/* 教育・研修 edu
------------------------------------------------------------------*/
.row_edu01 {
	gap: calc( 30 / var(--break) * 100vw ) 2.3%;
}
.row_edu01 .col {
	max-width: 394px;
	width: 31.8%;
}
.row_edu01 .col:nth-child(n+2):before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: calc(15 / var(--break) * 100vw) solid #57c33f;
	border-top: calc(23 / var(--break) * 100vw) solid transparent;
	border-bottom: calc(23 / var(--break) * 100vw) solid transparent;
	top: 0;
	bottom: 0;
	left: calc( -20 / var(--break) * 100vw );
	margin: auto;
}
.row_edu02 {
	gap: calc( 20 / var(--break) * 100vw ) 5%;
}
.row_edu02 .col {
	max-width: 475px;
	width: 47.5%;
}
.row_edu03 .col_img {
	max-width: 345px;
	width: 31%;
}
.row_edu03 .col_txt {
	width: 64%;
}
.box_flow01.arw_flow:before {
	border-top: calc(22 / var(--break) * 100vw) solid #c2c5bc;
	border-right: calc(28 / var(--break) * 100vw) solid transparent;
	border-left: calc(28 / var(--break) * 100vw) solid transparent;
	bottom: calc(-45 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_edu01 .txt {
		font-size: 1rem;
		letter-spacing: 0;
		padding: 5vw;
	}
	.row_edu01 {
		gap: calc( 60 / var(--break) * 100vw ) 2.3%;
	}
	.row_edu01 .col {
		max-width: calc( 600 / var(--break) * 100vw );
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.row_edu01 .col:nth-child(n+2):before {
		border-left: calc(20 / var(--break) * 100vw) solid #57c33f;
		border-top: calc(30 / var(--break) * 100vw) solid transparent;
		border-bottom: calc(30 / var(--break) * 100vw) solid transparent;
		bottom: auto!important;
		top: calc( -60 / var(--break) * 100vw );
		left: 0;
		right: 0;
		margin: auto;
		transform: rotate(90deg);
	}
	.row_edu02 {
		gap: calc( 40 / var(--break) * 100vw ) 5%;
	}
	.row_edu02 .col {
		max-width: calc( 600 / var(--break) * 100vw );
		width: 100%;
	}
	.row_edu03 .col_img {
		max-width: 100%;
		width: 100%;
		margin-bottom: 5vw;
	}
	.row_edu03 .col_txt {
		width: 100%;
	}
	.row_edu03 .col_txt .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_flow01.arw_flow:before {
		border-top: calc(22 / var(--break) * 100vw) solid #c2c5bc;
		border-right: calc(28 / var(--break) * 100vw) solid transparent;
		border-left: calc(28 / var(--break) * 100vw) solid transparent;
		bottom: calc(-45 / var(--break) * 100vw);
	}
}

/* 症例紹介 case
------------------------------------------------------------------*/
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.box_case01 {
	position: relative;
	padding: calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.row_case01 {
	max-width: calc(1000 / var(--break) * 100vw);
	width: 100%
}
.row_case01 .en {
	height: calc(50 / var(--break) * 100vw);
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #ccc;
	border-top: calc(23 / var(--break) * 100vw) solid transparent;
    border-bottom: calc(23 / var(--break) * 100vw) solid transparent;
	top: calc(55 / var(--break) * 100vw);
}
.slide_case01 .slick-prev:before,.slide_case01 .slick-next:before {
	display: none;
}
.slide_case01 .slick-prev, .slide_case01 .slick-next {
    width: calc(30 / var(--break) * 100vw);
    height: calc(54 / var(--break) * 100vw);
    background: url(images/page/arw_slide.svg)no-repeat center / cover;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: -7.2%;
}
.slide_case01 .slick-next {
    right: -7.2%;
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	margin-top: var(--size30px);
	position: relative !important;
	bottom: auto;
	line-height: 1;
}
.slide_case01 .slick-dots li {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	margin: 0 calc( 8 / var(--break) * 100vw);
}
.slide_case01 .slick-dots li button {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	padding: 0;
}
.slide_case01 .slick-dots li button:before {
	content: "";
	background: #ccc;
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_case01 .slick-dots li.slick-active button:before {
	background: #333;
	opacity: 1;
}
.slide_case01 .slick-dots li:only-child {
	display: none;
}
.row_case_common01 .col .case_img{
	height: calc(300 / var(--break) * 100vw);
}
.slide_case01 .tbl_case {
	max-width: calc(1000 / var(--break) * 100vw);
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.row_case01 {
		margin-bottom: 7.5vw;
		max-width: calc(646 / var(--break) * 100vw);
		/*opacity: .5;
		transition: .3s;*/
	}
	.row_case01.slick-active {
		opacity: 1;
	}
	.row_case01 .col {
		max-width: calc(480 / var(--break) * 100vw);
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.row_case01 .col:first-child {
		margin-bottom: 12vw;
	}
	.row_case01:after {
		border-left: calc(40 / var(--break) * 100vw) solid transparent;
		border-right: calc(40 / var(--break) * 100vw) solid transparent;
		border-top: calc(30 / var(--break) * 100vw) solid #ccc;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.row_case01 .en {
		font-size: .75rem;
	}
	.slide_case01 {
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / var(--break) * 100vw);*/
		margin: 0 2vw;
	}
	.slide_case01 .slick-slide.slick-center {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-slide.slick-active {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(50 / var(--break) * 100vw);
		height: calc(90 / var(--break) * 100vw);
		bottom: auto;
		top: 64vw;
	}
	.slide_case01 .slick-prev {
		left: 6vw;
	}
	.slide_case01 .slick-next {
		right: 6vw;
	}
	.slide_case01.slick-dotted.slick-slider {
		margin-bottom: 15vw;
	}
	.slide_case01 .slick-dots li {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
		margin: 0 calc( 14 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #eee;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_invisalign {
	max-width: 1000px;
	border: ;
}
.box_invisalign .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / var(--break) * 100vw);
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y, .box_invisalign .ps__thumb-y {
	background: #333333 !important;
	right: 0px !important;
	width: 4px !important;
}
.risk .ps--active-x > .ps__rail-x,
.risk .ps--active-y > .ps__rail-y, .box_invisalign .ps--active-x > .ps__rail-x,
.box_invisalign .ps--active-y > .ps__rail-y {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1!important;
}
.risk .ps .ps__rail-x.ps--clicking, .risk .ps .ps__rail-x:focus, .risk .ps .ps__rail-x:hover, .risk .ps .ps__rail-y.ps--clicking, .risk .ps .ps__rail-y:focus, .risk .ps .ps__rail-y:hover, .box_invisalign .ps .ps__rail-x.ps--clicking, .box_invisalign .ps .ps__rail-x:focus, .box_invisalign .ps .ps__rail-x:hover, .box_invisalign .ps .ps__rail-y.ps--clicking, .box_invisalign .ps .ps__rail-y:focus, .box_invisalign .ps .ps__rail-y:hoverr {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 751px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.box_risk01 .box {
		padding-right: 4vw;
		max-height: calc(420 / var(--break) * 100vw);
	}
	.box_risk01 .ttl, .box_invisalign .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_risk01 .txt {
		letter-spacing: 0;
	}
	.sp.risk .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .sp.risk .ps-container > .ps-scrollbar-y-rail, .box_invisalign .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .box_invisalign .ps-container > .ps-scrollbar-y-rail {
		right: 0!important;
		width: 2px!important;
	}
}


/* 採用情報 recruit
------------------------------------------------------------------*/
.bg_recruit01 {
	background: url("images/recruit/bg_recruit01.jpg")no-repeat center / cover;
}
.bg_recruit01 .wrap {
	gap: 0 calc( 25 / var(--break) * 100vw );
}
.bg_recruit01 .ccl__recruit01 {
	margin-top: 0;
	margin-left: 0;
}
.bg_recruit01 .ccl01 {
	background-image: url("images/recruit/ccl_recruit01.png");
}
.bg_recruit01 .ccl02 {
	background-image: url("images/recruit/ccl_recruit02.png");
}
.bg_recruit01 .icn {
	width: calc( 38 / var(--break) * 100vw );
	line-height: 1;
	display: block;
}
.bg_recruit01 .txt {
	max-width: calc( 1000 / var(--break) * 100vw );
}
.list_recruit01 li {
	width: 49.5%;
}
.list_recruit01 li a {
	padding-left: calc( 60 / var(--break) * 100vw );
	padding-right: calc( 60 / var(--break) * 100vw );
}
.list_recruit01 li .arw {
	right: calc( 40 / var(--break) * 100vw );
}
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border-color: ;
}
.tbl_guideline01 th {
	background: ;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: ;
}
.tbl_form01 th {
	color: #333333;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #eee;
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #57c33f;
}
.btn_submit input {
	border: none;
	background: #c3d94e;
	border-radius: calc( 50 / var(--break) * 100vw )
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.box_recruit01 ul li:nth-child(odd) {
		order: 1;
	}
	.box_recruit01 ul li:nth-child(even) {
		order: 2;
	}
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.bg_recruit01 {
		background: url("images/recruit/bg_recruit01.jpg")no-repeat center / cover;
	}
	.bg_recruit01 .wrap {
		gap: 0 calc( 25 / var(--break) * 100vw );
	}
	.bg_recruit01 .ccl__recruit01 {
		margin-top: 0;
		margin-left: 0;
	}
	.bg_recruit01 .ccl01 {
		background-image: url("images/recruit/ccl_recruit01.png");
	}
	.bg_recruit01 .ccl02 {
		background-image: url("images/recruit/ccl_recruit02.png");
	}
	.bg_recruit01 .icn {
		width: calc( 38 / var(--break) * 100vw );
		line-height: 1;
		display: block;
	}
	.bg_recruit01 .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.bg_recruit01 .txt {
		max-width: calc( 1000 / var(--break) * 100vw );
	}
	.list_recruit01 li {
		width: 100%;
		max-width: calc( 646 / var(--break) * 100vw );
		margin-left: auto;
		margin-right: auto;
	}
	.list_recruit01 li a {
		padding-left: 0;
		padding-right: calc( 60 / var(--break) * 100vw );
	}
	.list_recruit01 li .arw {
		right: calc( 40 / var(--break) * 100vw );
		width: calc( 40 / var(--break) * 100vw );
	}
	.list_recruit01 li .num {
		font-size: 1.25rem;
		margin-top: 1vw;
	}
	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / var(--break) * 100vw);
	}
	.tbl_guideline01 table {
		border-color: ;
	}
	.tbl_guideline01 th {
		background: ;
	}
	.tbl_guideline01 tr:not(:last-child) td {
		border-bottom-color: ;
	}
	.tbl_form01 th {
		color: #333333;
	}
	.tbl_form01 td input,
	.tbl_form01 td textarea {
		background-color: #eee;
	}
	.tbl_form01 .require span:after {
		color: #fff;
		background-color: #57c33f;
	}
	.btn_submit input {
		border: none;
		background: #c3d94e;
		border-radius: calc( 50 / var(--break) * 100vw )
	}
}

/* お問い合わせ contact
------------------------------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_contact01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}

/* ブログ blog
------------------------------------------------------------------*/
#sidebar,
#sidebar_recipe_blog,
#sidebar_news {
	width: 24%;
}
#sidebar h4,
#sidebar_recipe_blog h4,
#sidebar_news h4 {
	background: #959595;
	color: #fff;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: calc(40 / var(--break) * 100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
}
#sidebar caption,
#sidebar_recipe_blog caption,
#sidebar_news caption {
	margin-bottom: calc(5 / var(--break) * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / var(--break) * 100vw);
}
#wp-calendar thead th {
	background: #eee;
	border: 1px solid #000000;
	border-right-color: #000000;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #000000;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #57c33f;
	text-decoration: underline;
}
.wp-calendar-nav{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: calc(60 / var(--break) * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev{padding-left: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav-next{padding-right: calc(10 / var(--break) * 100vw);}
#sidebar_news #wp-calendar {
	margin-bottom: calc( 60 / var(--break) * 100vw );
}
#sidebar_news #wp-calendar #next {
	text-align: right;
}
#wp-calendar tfoot a {
	padding-bottom: calc(3 / var(--break) * 100vw);
	border-bottom: 1px solid #57c33f;
	color: #57c33f;
}
.wp-calendar-nav a{
	padding-bottom: calc(3 / var(--break) * 100vw);
	border-bottom: 1px solid #57c33f;
	color: #57c33f;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
#sidebar ul li,
#sidebar_recipe_blog ul li,
#sidebar_news ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a,
#sidebar_recipe_blog ul li a,
#sidebar_news ul li a {
	border-bottom: 1px solid #57c33f;
	color: #57c33f;
	padding-bottom: calc(4 / var(--break) * 100vw);
	line-height: 2.1;
}
.post_main {
	width: 71%;
}
.navigation {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.navigation li {
	width: calc(170 / var(--break) * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: .8125rem;
	margin-top: calc(-30 / var(--break) * 100vw);
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.post_content {
	line-height: 1.75;
}
.thmb {
	width: calc(120 / var(--break) * 100vw);
}
.thmb img {
	height: calc(120 / var(--break) * 100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / var(--break) * 100vw);
	border-bottom: 1px solid #000000;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.txt_post a {
	color: inherit;
}
.txt_post a:hover {
	text-decoration: underline;
}
.txt_post h4 {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
	font-size: 1.25rem;
	letter-spacing: .1em;
	font-weight: 400;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .date {
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
	color: #000!important;
}
.txt_post .txt_excerpt .more {
	color: #57c33f;
	text-decoration: underline;
}
.page_main .wp-pagenavi {
	margin-top: calc(60 / var(--break) * 100vw);
	text-align: center;
	font-size: .875rem;
}
.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #000000;
	color: #000;
	padding: 0 calc(10 / var(--break) * 100vw);
	margin: calc(2 / var(--break) * 100vw);
	display: inline-block;
}
.page_main .wp-pagenavi span.pages {
	padding: 0 calc(11 / var(--break) * 100vw);
}
.page_main .wp-pagenavi a:hover, .page_main .wp-pagenavi span.current {
	border-color: #000000;
	background: #c2c5bc;
	color: #000000;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.post_content > h4,.post_content > h5{
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(35 / var(--break) * 100vw );
}
#sidebar .category h4,
#sidebar_recipe_blog .category h4,
#sidebar_news .category h4{
	margin-bottom: calc(20 / var(--break) * 100vw );
}
#sidebar .category ul,
#sidebar_recipe_blog .category ul,
#sidebar_news .category ul{
	gap:calc(10 / var(--break) * 100vw ) 3%;
}
#sidebar .category ul li,
#sidebar_recipe_blog .category ul li,
#sidebar_news .category ul li{
	font-size: 1rem;
	width: auto;
	overflow: visible;
	white-space:normal;
}
#sidebar .category ul li a,
#sidebar_recipe_blog .category ul li a,
#sidebar_news .category ul li a{
	border: 1px solid #c2c5bc;
	background: #c2c5bc;
	color: #fff;
	padding: calc(4 / var(--break) * 100vw ) calc(8 / var(--break) * 100vw );
	line-height: 1.6;
}
#sidebar .category ul li a.is-active,
#sidebar_recipe_blog .category ul li a.is-active,
#sidebar_news .category ul li a.is-active{
	border: 1px solid #000;
	background: #fff;
	color: #000;
}
.single_post h3 {
	background-color: #f0f8ee;
	font-size: calc( 26 / var(--break) * 100vw );
	padding: calc( 20 / var(--break) * 100vw );
	font-weight: 400;
}
.single_post h4 {
	border: 1px solid #57c33f;
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
	padding: calc( 15 / var(--break) * 100vw ) calc( 30 / var(--break) * 100vw );
}
.single_post h5 {
	border-bottom: 1px solid #000;
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
	padding: calc( 15 / var(--break) * 100vw ) 0;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.page_main {
		display: block!important;
	}
	#sidebar,
	#sidebar_recipe_blog,
	#sidebar_news {
		width: 100%;
	}
	#sidebar h4,
	#sidebar_recipe_blog h4,
	#sidebar_news h4 {
		line-height: calc(80 / var(--break) * 100vw);
	}
	.post_main {
		width: 100%;
		margin-bottom: 20vw;
	}
	.thmb {
		width: calc(210 / var(--break) * 100vw);
	}
	.thmb img {
		height: calc(210 / var(--break) * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(240 / var(--break) * 100vw));
	}
	.txt_post h4 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.navigation li {
		width: calc(200 / 750 * 100vw);
	}
	.page_main .wp-pagenavi span.pages,.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: .5vw 2vw;
		margin: calc(4 / 750 * 100vw);
	}
	.page_main section.blog_archive {
		padding-bottom: 6vw;
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: 6vw;
	}
	.post_main .wp-pagenavi {
		margin-top: 12vw;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
	}
	.single_post > h3 {
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
	.post_content > h4,.post_content > h5{
		letter-spacing: 0;
		font-size: 1.125rem;
	}
	#sidebar .category ul li a,
	#sidebar_recipe_blog.category ul li a,
	#sidebar_news .category ul li a{
		border-radius: calc(8 / var(--break)* 100vw);
		padding: calc(4 / var(--break)* 100vw) calc(14 / var(--break)* 100vw);
	}
	#sidebar_recipe_blog #wp-calendar,
	#sidebar_news #wp-calendar {
		margin-bottom: 5vw;
	}
}


/* フォーマット format
------------------------------------------------------------------*/
.format {
	padding-bottom: calc(140 / var(--break) * 100vw);
}
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.img_format01 {
	max-width: 1000px;
}
.row_format01 .col_img {
	width: 46%;
	max-width: 570px;
}
.row_format01 .col_txt {
	width: 50%;
}
.list_format01 li {
	max-width: 425px;
}
.row_format03 .col_img {
	width: 29%;
	max-width: 350px;
}
.row_format03 .col_txt {
	width: 67%;
}
.row_format03 .copy {
	border-bottom: 1px solid #333;
}
.row_format03 .copy:before {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	left: 0;
	top: .4em;
	background: #333;
}
.txt_format01 {
	max-width: 1000px;
}
.tbl_fee {
	max-width: 1000px;
}
.tbl_fee table {
	border-color: #;
}
.tbl_fee th {
	background: #;
}
.tbl_fee thead th {
	background: #;
	text-align: center;
}
.tbl_fee thead tr th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.tbl_fee tr:not(:last-child) td {
	border-bottom-color: #;
}
.tbl_fee tbody tr td:not(:last-of-type) {
	border-right: 1px solid #;
}
.tbl_fee01 tbody th {
	text-align: center;
}
.wrap_format01 .box_flow:last-of-type:before {
	display: none;
}
.box_format03 .col_img {
	width: 31%;
	max-width: 345px;
}
.box_format03 .col_txt {
	width: 65%;
}
.row_format04 .col {
	width: 31.8%;
	max-width: 394px;
	margin-right: 2.3%;
}
.row_format04 .col:nth-child(3n), .row_format04 .col:last-child {
	margin-right: 0;
}
.row_format04 .col:not(:nth-child(-n+3)) {
	margin-top: calc(60 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 {
	border: none;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 .box_a .box {
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	left: 0;
	top: 0;
}
.wrap_format01 .box_qa03 .box_a {
	padding-top: calc(30 / var(--break) * 100vw);
	padding-left: calc(100 / var(--break) * 100vw);
}
.box_format04 .ttl {
	font-weight: 300;
	height: calc(50 / var(--break) * 100vw);
}
.list_format02 li:not(:first-child) {
	margin-top: calc(14 / var(--break) * 100vw);
}
.list_format02 .year {
	width: calc(140 / var(--break) * 100vw);
}
.list_format02 .txt {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.risk_format {
	border: 1px solid #333;
}
.risk_format .box{
	overflow-y: scroll;
	max-height: 280px;
	scrollbar-color: #333 #fff;
    scrollbar-width: thin;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.format {
		padding-bottom: 17vw;
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: 20vw;
	}
	.img_format01 {
		max-width: 100%;
	}
	.box_format01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_format01 li {
		max-width: 100%;
	}
	.row_format03 .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_format03 .copy:before {
		top: .55em;
	}
	.txt_format01 {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.tbl_fee {
		max-width: 100%;
	}
	.tbl_fee01 tbody th {
		text-align: left;
	}
	.box_format03 {
		display: block;
	}
	.box_format03 .copy {
		font-size: 1.125rem;
	}
	.row_format04 {
		display: block;
	}
	.row_format04 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin: 0 auto!important;
	}
	.row_format04 .col:not(:first-child) {
		margin-top: calc(60 / var(--break) * 100vw);!important;
	}
	.row_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(80 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		font-size: 1.5625rem;
	}
	.tbl_format01.js-scrollable table {
		width: calc(1200 / var(--break) * 100vw);
		font-size: .875rem;
	}
	.img_format02 {
		max-width: calc(500 / var(--break) * 100vw);
	}
	.name_format .job {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.name_format .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.box_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(80 / var(--break) * 100vw);
	}
	.list_format02 li:not(:first-child) {
		margin-top: 2vw;
	}
	.list_format02 .year {
		width: calc(200 / var(--break) * 100vw);
	}
	.list_format02 .txt {
		width: calc(100% - calc(200 / var(--break) * 100vw));
	}
}