@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / 1920 * 100vw) 0 calc(200 / 1920 * 100vw);
}
.main_page {
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(500 / 1920 * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / 1920 * 100vw);
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
	.content_low {
		padding: calc(100 / 1599 * 100vw) 0 calc(200 / 1599 * 100vw);
	}
	.main_page {
		height: calc(500 / 1599 * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: calc(100 / 1599 * 100vw);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.content_low {
		padding: calc(100 / 1299 * 100vw) 0 calc(200 / 1299 * 100vw);
	}
	.main_page {
		height: calc(500 / 1299 * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: calc(100 / 1299 * 100vw);
	}
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / 750 * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		background-image: url("images/page/bg_ttl_page_sp.jpg");
		height: calc(500 / 750 * 100vw);
		padding: 0;
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
	}
	.hdg2 .en {
		font-size: 1.0625rem;
	}
	.col_img {
		text-align: center;
	}
}


/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

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

}

/* logo_common
------------------------------------------------------------------*/
.logo_common{
	max-width: 392px;
	width: calc(392 / var(--break));
}
@media(max-width: 767px) {

}

/* row_contact
------------------------------------------------------------------*/
.row_contact{
	width: 1000px;
}
.row_contact .btn_common{
	width: 480px;
	height: 160px;
	color: #fff;
	background: #cca42f;
	position: relative;
	z-index: 1;
}
.row_contact .btn_common::after{
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	background: rgba(255, 255, 255, .1);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	position: absolute;
	inset: 0;
	z-index: -2;
}
.btn_tel_common .s01{
	line-height: 1;
	letter-spacing: 0;
	padding-left: 40px;
	font-size: 49px;
	position: relative;
	z-index: 1;
}
.btn_tel_common .s01::before{
	content: "";
	width: 35px;
	height: 35px;
	margin: auto;
	background: url(images/page/icn_tel.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.btn_tel_common .s02{
	display: block;
	margin-top: 10px;
	line-height: 1;
	letter-spacing: 0;
	font-size: 18px;
}
.btn_web_common{
	background: #638d5c !important;
}
.btn_web_common::before{
	content: "";
	width: 30px;
	height: 30px;
	margin: auto;
	background: #cca42f;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.btn_web_common .s01{
	display: block;
	margin-bottom: 15px;
	line-height: 1;
	letter-spacing: 0;
	font-size: 24px;
}
.btn_web_common .s02{
	line-height: 1;
	letter-spacing: 0;
	padding-left: 47px;
	font-size: 44px;
	position: relative;
	z-index: 1;
}
.btn_web_common .s02::before{
	content: "";
	width: 38px;
	height: 38px;
	margin: auto;
	background: url(images/page/icn_web01.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.row_contact{
		width: calc(1000 / 1300 * 100vw);
	}
	.row_contact .btn_common{
		width: calc(480 / 1300 * 100vw);
		height: calc(160 / 1300 * 100vw);
	}

	.btn_tel_common .s01{
		padding-left: calc(40 / 1300 * 100vw);
		font-size: calc(49 / 1300 * 100vw);
	}
	.btn_tel_common .s01::before{
		width: calc(35 / 1300 * 100vw);
		height: calc(35 / 1300 * 100vw);
	}
	.btn_tel_common .s02{
		margin-top: calc(10 / 1300 * 100vw);
		font-size:calc(18 / 1300 * 100vw);
	}

	.btn_web_common::before{
		width: calc(30 / 1300 * 100vw);
		height: calc(30 / 1300 * 100vw);
	}
	.btn_web_common .s01{
		margin-bottom: calc(15 / 1300 * 100vw);
		font-size: calc(24 / 1300 * 100vw);
	}
	.btn_web_common .s02{
		padding-left: calc(47 / 1300 * 100vw);
		font-size: calc(44 / 1300 * 100vw);
	}
	.btn_web_common .s02::before{
		width: calc(38 / 1300 * 100vw);
		height: calc(38 / 1300 * 100vw);
	}
}
@media(max-width: 767px) {
	.row_contact{
		width: calc(600 / 750 * 100vw);
	}
	.row_contact .btn_common{
		width: 100%;
		height: var(--size160px);
	}
	.btn_tel_common{margin-bottom: var(--size30px);}
	.btn_tel_common .s01{
		padding-left: calc(40 / var(--break));
		font-size: calc(49 / var(--break));
	}
	.btn_tel_common .s01::before{
		width: calc(33 / var(--break));
		height: calc(33 / var(--break));
	}
	.btn_tel_common .s02{
		margin-top: 0;
		font-size: calc(24 / var(--break));
	}
	.btn_web_common{padding-top: 3.5vw;}
	.btn_web_common::before{
		width: var(--size30px);
		height: var(--size30px);
	}
	.btn_web_common .s01{
		margin-bottom: calc(15 / var(--break));
		font-size: calc(28 / var(--break));
	}
	.btn_web_common .s02{
		padding-left: calc(47 / var(--break));
		font-size: calc(44 / var(--break));
	}
	.btn_web_common .s02::before{
		width: calc(38 / var(--break));
		height: calc(38 / var(--break));
	}
}



/* row_contact02
------------------------------------------------------------------*/
.row_contact02{
	width: 630px;
}
.row_contact02 .btn_common{
	width: 420px;
	height: 110px;
	color: #fff;
	background: #cca42f;
	position: relative;
	z-index: 1;
}
.row_contact02 .btn_common::after{
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	background: rgba(255, 255, 255, .1);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	position: absolute;
	inset: 0;
	z-index: -2;
}
.btn_tel_common02 .s01{
	line-height: 1;
	letter-spacing: 0;
	padding-left: 40px;
	font-size: 38px;
	position: relative;
	z-index: 1;
}
.btn_tel_common02 .s01::before{
	content: "";
	width: 26px;
	height: 26px;
	margin: auto;
	background: url(images/page/icn_tel.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
}
.btn_tel_common02 .s02{
	display: block;
	margin-top: 7.5px;
	line-height: 1;
	letter-spacing: 0;
	font-size: 16px;
}
.btn_web_common02{
	width: 200px !important;
	padding-top: 10px;
	background: #638d5c !important;
}
.btn_web_common02::before{
	content: "";
	width: 20px;
	height: 20px;
	margin: auto;
	background: #cca42f;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.btn_web_common02 .s01{
	display: block;
	margin-bottom: 10px;
	line-height: 1;
	letter-spacing: 0;
	font-size: 18px;
}
.btn_web_common02 .s02{
	line-height: 1;
	letter-spacing: 0;
	padding-left: 32.5px;
	font-size: 24px;
	position: relative;
	z-index: 1;
}
.btn_web_common02 .s02::before{
	content: "";
	width: 26px;
	height: 26px;
	margin: auto;
	background: url(images/page/icn_web01.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2.5px;
}

@media(min-width: 768px) and (max-width:1399px) {
	.row_contact02{
		width: calc(630 / 1400 * 100vw);
	}
	.row_contact02 .btn_common{
		width: calc(420 / 1400 * 100vw);
		height: calc(110 / 1400 * 100vw);
	}
	.btn_tel_common02 .s01{
		padding-left: calc(40 / 1400 * 100vw);
		font-size: calc(38 / 1400 * 100vw);
	}
	.btn_tel_common02 .s01::before{
		width: calc(26 / 1400 * 100vw);
		height: calc(26 / 1400 * 100vw);
		left: calc(5 / 1400 * 100vw);
	}
	.btn_tel_common02 .s02{
		margin-top: calc(7.5 / 1400 * 100vw);
		font-size: calc(16 / 1400 * 100vw);
	}
	.btn_web_common02{
		width: calc(200 / 1400 * 100vw) !important;
		padding-top: calc(10 / 1400 * 100vw);
	}
	.btn_web_common02::before{
		width: calc(20 / 1400 * 100vw);
		height: calc(20 / 1400 * 100vw);
	}
	.btn_web_common02 .s01{
		margin-bottom: calc(10 / 1400 * 100vw);
		font-size: calc(18 / 1400 * 100vw);
	}
	.btn_web_common02 .s02{
		padding-left: calc(32.5 / 1400 * 100vw);
		font-size: calc(24 / 1400 * 100vw);
	}
	.btn_web_common02 .s02::before{
		width: calc(26 / 1400 * 100vw);
		height: calc(26 / 1400 * 100vw);
		left: calc(-2 / 1400 * 100vw);
	}
}
@media(max-width: 767px) {

}


/* tbl_common01
------------------------------------------------------------------*/
.tbl_common01 table {
    border-color: #9b8c6c;
}

.tbl_common01 th {
    background: #9b8c6c;
}
.tbl_common01 th.th01 {
	text-align: center;
    border-right: 1px solid #fff;
	vertical-align: middle;
}
.tbl_common01 th.n_line {
    border-bottom: 0 !important;
}
.tbl_common01 td {
    width: 40% ;
    background: #fff;
}
.tbl_common01 tr:not(:last-child) th {
    border-bottom-color: #fff;
}

.tbl_common02 table {
    border-color: #9b8c6c;
}

.tbl_common02 th {
    color: #fff;
    background: #9b8c6c;
}

.tbl_common02 td {
    background: #fff;
}

.tbl_common02 tr:not(:last-child) th {
    border-bottom-color: #fff;
}

.tbl_common02 tr:not(:last-child) td {
    border-bottom-color: #9b8c6c;
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 {
	color: #fff;
	background: #6d7d9c;
}
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #6d7d9c;
	padding-right: calc(50 / 1920 * 100vw);
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y {
	background: #00215b !important;
	right: 0px !important;
	width: 4px !important;
}
.risk .ps--active-x > .ps__rail-x,
.risk .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 {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_risk01 .box {
		padding-right: calc(50 / 1599 * 100vw);
	}
}
@media(min-width: 751px) and (max-width:1299px) {
	.box_risk01 .box {
		padding-right: calc(50 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.box_risk01 .box {
		padding-right: 4vw;
		max-height: calc(525 / 750 * 100vw);
	}
	.box_risk01 .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 {
		right: 0!important;
		width: 2px!important;
	}
}


/* 採用情報 recruit
------------------------------------------------------------------*/
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / 1920 * 100vw);
}
.tbl_recruit .require span:after {
	color: ;
}
.tbl_guideline01 table {
	border-color: ;
}
.tbl_guideline01 th {
	background: ;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: ;
}
.btn_submit input {
	border: none;
	background: #;
}
@media(min-width: 768px) and (max-width:1599px) {
	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / 750 * 100vw);
	}
}

/* お問い合わせ contact
------------------------------------------------------------------*/
.inv-recaptcha-holder {
	display: none!important;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

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

}

/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
}
#sidebar h4 {
	background: #959595;
	color: #fff;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: calc(40 / 1920 * 100vw);
	margin-bottom: calc(4 / 1920 * 100vw);
	text-align: center;
}
#sidebar caption {
	margin-bottom: calc(5 / 1920 * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / 1920 * 100vw);
}
#wp-calendar thead th {
	background: #eee;
	border: 1px solid #eee;
	border-right-color: #eee;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #eee;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #959595;
	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 / 1920 * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev{padding-left: calc(10 / 1920 * 100vw);}
.wp-calendar-nav-next{padding-right: calc(10 / 1920 * 100vw);}
.wp-calendar-nav a{
	padding-bottom: calc(3 / 1920 * 100vw);
	border-bottom: 1px solid #333;
	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 {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #333;
	padding-bottom: calc(4 / 1920 * 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 / 1920 * 100vw);
}
.navigation li {
	width: calc(170 / 1920 * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / 1920 * 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 / 1920 * 100vw);
	margin-bottom: calc(40 / 1920 * 100vw);
}
.post_content {
	line-height: 1.75;
}
.thmb {
	width: calc(120 / 1920 * 100vw);
}
.thmb img {
	height: calc(120 / 1920*100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / 1920 * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / 1920 * 100vw);
	border-bottom: 1px solid #959595;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(40 / 1920 * 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;
}
.blog_archive .txt_post .date {
	color: #959595;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / 1920 * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #aaa;
	text-decoration: underline;
}
.page_main .wp-pagenavi {
	margin-top: calc(60 / 1920 * 100vw);
	text-align: center;
	font-size: .875rem;
}
.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #959595;
	color: #959595;
	padding: 0 calc(10 / 1920 * 100vw);
	margin: calc(2 / 1920 * 100vw);
	display: inline-block;
}
.page_main .wp-pagenavi span.pages {
	padding: 0 calc(11 / 1920 * 100vw);
}
.page_main .wp-pagenavi a:hover, .page_main .wp-pagenavi span.current {
	border-color: #959595;
	background: #959595;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.single_post > h3 {
	font-size: 1.875rem;
	line-height: 1.6;
}
@media(min-width: 768px) and (max-width:1599px) {
	#sidebar h4 {
		line-height: calc(40 / 1599 * 100vw);
		margin-bottom: calc(4 / 1599 * 100vw);
	}
	#sidebar caption {
		margin-bottom: calc(5 / 1599 * 100vw);
	}
	#wp-calendar {
		margin-bottom: calc(10 / 1599 * 100vw);
	}
	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 1599 * 100vw);
		padding-left: calc(10 / 1599 * 100vw);
	}
	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 1599 * 100vw);
		padding-right: calc(10 / 1599 * 100vw);
	}
	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 1599 * 100vw);
	}
	.wp-calendar-nav{
		margin-bottom: calc(60 / 1599 * 100vw);
	}
	.wp-calendar-nav-prev{padding-left: calc(10 / 1599 * 100vw);}
	.wp-calendar-nav-next{padding-right: calc(10 / 1599 * 100vw);}
	.wp-calendar-nav a{
		padding-bottom: calc(3 / 1599 * 100vw);
	}
	#sidebar ul li a {
		padding-bottom: calc(4 / 1599 * 100vw);
	}
	.navigation {
		margin-bottom: calc(60 / 1599 * 100vw);
	}
	.navigation li {
		width: calc(170 / 1599 * 100vw);
	}
	.navigation li a {
		padding-bottom: calc(4 / 1599 * 100vw);
	}
	.date_single {
		margin-top: calc(-30 / 1599 * 100vw);
		margin-bottom: calc(40 / 1599 * 100vw);
	}
	.thmb img {
		height: calc(120 / 1599*100vw);
	}
	.thmb {
		width: calc(120 / 1599 * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(140 / 1599 * 100vw));
	}
	.page_main section.blog_archive {
		padding-bottom: calc(35 / 1599 * 100vw);
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: calc(40 / 1599 * 100vw);
	}
	.txt_post .txt_excerpt {
		margin-top: calc(8 / 1599 * 100vw);
	}
	.page_main .wp-pagenavi {
		margin-top: calc(60 / 1599 * 100vw);
	}
	.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: 0 calc(10 / 1599 * 100vw);
		margin: calc(2 / 1599 * 100vw);
	}
	.page_main .wp-pagenavi span.pages {
		padding: 0 calc(11 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	#sidebar h4 {
		line-height: calc(40 / 1299 * 100vw);
		margin-bottom: calc(4 / 1299 * 100vw);
	}
	#sidebar caption {
		margin-bottom: calc(5 / 1299 * 100vw);
	}
	#wp-calendar {
		margin-bottom: calc(10 / 1299 * 100vw);
	}
	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 1299 * 100vw);
		padding-left: calc(10 / 1299 * 100vw);
	}
	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 1299 * 100vw);
		padding-right: calc(10 / 1299 * 100vw);
	}
	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 1299 * 100vw);
	}
	.wp-calendar-nav{
		margin-bottom: calc(60 / 1299 * 100vw);
	}
	.wp-calendar-nav-prev{padding-left: calc(10 / 1299 * 100vw);}
	.wp-calendar-nav-next{padding-right: calc(10 / 1299 * 100vw);}
	.wp-calendar-nav a{
		padding-bottom: calc(3 / 1299 * 100vw);
	}
	#sidebar ul li a {
		padding-bottom: calc(4 / 1299 * 100vw);
	}
	.navigation {
		margin-bottom: calc(60 / 1299 * 100vw);
	}
	.navigation li {
		width: calc(170 / 1299 * 100vw);
	}
	.navigation li a {
		padding-bottom: calc(4 / 1299 * 100vw);
	}
	.date_single {
		margin-top: calc(-30 / 1299 * 100vw);
		margin-bottom: calc(40 / 1299 * 100vw);
	}
	.thmb img {
		height: calc(120 / 1299*100vw);
	}
	.thmb {
		width: calc(120 / 1299 * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(140 / 1299 * 100vw));
	}
	.page_main section.blog_archive {
		padding-bottom: calc(35 / 1299 * 100vw);
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: calc(40 / 1299 * 100vw);
	}
	.txt_post .txt_excerpt {
		margin-top: calc(8 / 1299 * 100vw);
	}
	.page_main .wp-pagenavi {
		margin-top: calc(60 / 1299 * 100vw);
	}
	.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: 0 calc(10 / 1299 * 100vw);
		margin: calc(2 / 1299 * 100vw);
	}
	.page_main .wp-pagenavi span.pages {
		padding: 0 calc(11 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.page_main {
		display: block!important;
	}
	#sidebar {
		width: 100%;
	}
	#sidebar h4 {
		line-height: calc(80 / 750 * 100vw);
		margin: calc(4 / 750 * 100vw);
	}
	#sidebar caption {
		margin-bottom: calc(5 / 750 * 100vw);
	}
	#wp-calendar {
		margin-bottom: calc(10 / 750 * 100vw);
	}
	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 750 * 100vw);
		padding-left: calc(10 / 750 * 100vw);
	}
	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 750 * 100vw);
		padding-right: calc(10 / 750 * 100vw);
	}
	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 750 * 100vw);
	}
	.wp-calendar-nav{
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.wp-calendar-nav-prev{padding-left: calc(10 / 750 * 100vw);}
	.wp-calendar-nav-next{padding-right: calc(10 / 750 * 100vw);}
	.wp-calendar-nav a{
		padding-bottom: calc(3 / 750 * 100vw);
	}
	#sidebar ul li a {
		padding-bottom: calc(4 / 750 * 100vw);
	}
	.navigation li a {
		padding-bottom: calc(4 / 750 * 100vw);
	}
	.post_main {
		width: 100%;
		margin-bottom: 20vw;
	}
	.date_single {
		margin-top: calc(-30 / 750 * 100vw);
		margin-bottom: calc(40 / 750 * 100vw);
	}
	.thmb {
		width: calc(210 / 750 * 100vw);
	}
	.thmb img {
		height: calc(210 / 750 * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(240 / 750 * 100vw));
	}
	.txt_post h4 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.txt_post .txt_excerpt {
		margin-top: calc(8 / 750 * 100vw);
	}
	.navigation {
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.navigation li {
		width: calc(200 / 750 * 100vw);
	}
	.page_main .wp-pagenavi {
		margin-top: calc(60 / 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;
	}
}


/* フォーマット format
------------------------------------------------------------------*/
.format {
	padding-bottom: calc(140 / 1920 * 100vw);
}
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / 1920 * 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 / 1920 * 100vw);
	height: calc(20 / 1920 * 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 / 1920 * 100vw);
}
.wrap_format01 .box_qa03 {
	border: none;
	margin-bottom: calc(60 / 1920 * 100vw);
}
.wrap_format01 .box_qa03 .box_a .box {
	width: calc(60 / 1920 * 100vw);
	height: calc(60 / 1920 * 100vw);
	left: 0;
	top: 0;
}
.wrap_format01 .box_qa03 .box_a {
	padding-top: calc(30 / 1920 * 100vw);
	padding-left: calc(100 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.format {
		padding-bottom: calc(140 / 1599 * 100vw);
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: calc(100 / 1599 * 100vw);
	}
	.row_format03 .copy:before {
		width: calc(20 / 1599 * 100vw);
		height: calc(20 / 1599 * 100vw);
	}
	.row_format04 .col:not(:nth-child(-n+3)) {
		margin-top: calc(60 / 1599 * 100vw);
	}
	.wrap_format01 .box_qa03 {
		margin-bottom: calc(60 / 1599 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(60 / 1599 * 100vw);
		height: calc(60 / 1599 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a {
		padding-top: calc(30 / 1599 * 100vw);
		padding-left: calc(100 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.format {
		padding-bottom: calc(140 / 1299 * 100vw);
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: calc(100 / 1299 * 100vw);
	}
	.row_format03 .copy:before {
		width: calc(20 / 1299 * 100vw);
		height: calc(20 / 1299 * 100vw);
	}
	.row_format04 .col:not(:nth-child(-n+3)) {
		margin-top: calc(60 / 1299 * 100vw);
	}
	.wrap_format01 .box_qa03 {
		margin-bottom: calc(60 / 1299 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(60 / 1299 * 100vw);
		height: calc(60 / 1299 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a {
		padding-top: calc(30 / 1299 * 100vw);
		padding-left: calc(100 / 1299 * 100vw);
	}
}
@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 {
		width: calc(20 / 750 * 100vw);
		height: calc(20 / 750 * 100vw);
		top: .55em;
	}
	.txt_format01 {
		max-width: calc(646 / 750 * 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 / 750 * 100vw);
		margin: 0 auto!important;
	}
	.row_format04 .col:not(:first-child) {
		margin-top: calc(60 / 750 * 100vw)!important;
	}
	.row_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.wrap_format01 .box_qa03 {
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		font-size: 1.5625rem;
	}
	.wrap_format01 .box_qa03 .box_a {
		padding-top: calc(30 / 750 * 100vw);
		padding-left: calc(100 / 750 * 100vw);
	}
	.tbl_format01.js-scrollable table {
		width: calc(1200 / 750 * 100vw);
		font-size: .875rem;
	}
}


.grecaptcha-badge { visibility: hidden; }
