@charset "utf-8";

/*
/*    CSS MENU
/*
*/


/*******************************************************************************
/*******************************************************************************
header */

header {
	position: relative;
	z-index: 100;
}

header.on {
	z-index: 1000;
}

header .h_inner {
	height: 60px;
	padding: 0 5vw;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	z-index: 10;
	background: #fff;
}

header.on .h_inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

/*header nav {
	display: none;
}
*/
header .logo {
	width: 112px;
	margin-left: 40px;
	margin-right: auto;
}

header .logo a {
	display: block;
}

header .logo_jcr {
	width: 65px;
}

header .logo_jcr a {
	display: block;
}

header .hamburger {
	width: 24px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 5vw;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

header .hamburger:before,
header .hamburger:after,
header .hamburger span:before {
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	background: #22AEAA;
	transition: 0.3s;
}

header .hamburger:before {
	top: 0;
}

header .hamburger:after {
	top: 8px;
}

header .hamburger span:before {
	bottom: 0;
}

header.on .hamburger:before {
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

header.on .hamburger span:before {
	bottom: auto;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

header.on .hamburger:after {
	opacity: 0;
}

header .h_btn {
	margin-right: 4vw;
}

header .h_btn .contact {
	display: none;
}

header .h_btn a {
	border: 1px solid #22AEAA;
	text-decoration: none;
	display: block;
	font-size: 11px;
	padding: 6px 11px 4px 13px;
	border-radius: 50px;
	font-weight: 500;
}

header .h_lead {
	background: #7AC0C0;
	color: #fff;
	padding: 2vw 5vw;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.4;
	position: relative;
	z-index: 1;
}

header .nav_fixed {
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	background: #F3F9F9;
}

header .nav_fixed_inner {
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-top: 60px;
	padding-bottom: 10vw;
}

header .nav_fixed_list {
	background: #F3F9F9;
}

header .nav_fixed_list li {
	border-bottom: 2px solid #fff;
}

header .nav_fixed_list li a {
	font-size: 1.6rem;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 4vw 10vw 4vw 5vw;
	position: relative;
	line-height: 1.7;
}

header .nav_fixed_list li a:after {
	position: absolute;
	content: "";
	background: url(/assets/images/common/arrow.svg) no-repeat center center / contain;
	width: 3vw;
	height: 2.6vw;
	top: 50%;
	right: 5vw;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.nav_fixed_btn {
	margin: 8vw 5vw;
}

header .nav_fixed_btn a {
	background: #22AEAA;
	display: block;
	color: #fff;
	font-size: 1.6rem;
	text-decoration: none;
	text-align: center;
	font-weight: 500;
	padding: 2vw;
	border-radius: 6vw;
}

.nav_fixed_bnr {
	margin: 0 5vw;
	text-align: center;
}


/*******************************************************************************
/*******************************************************************************
bread_wrap*/

.bread_wrap {
	display: none;
}


/*******************************************************************************
/*******************************************************************************
footer */

footer {
	padding: 20vw 0 10vw 0;
}

footer .f_logo {
	width: 49.6vw;
	margin-bottom: 8.5vw;
}

footer .f_logo a {
	display: block;
}

footer .f_nav_wrap nav {
	margin: 0 -5vw 8vw -5vw;
	background: #F3F9F9;
}

footer .f_nav_wrap li + li {
	border-top: 2px solid #fff;
}

footer .f_nav_wrap li a {
	font-size: 1.6rem;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 4vw 10vw 4vw 5vw;
	position: relative;
}

footer .f_nav_wrap li a:after {
	position: absolute;
	content: "";
	background: url(/assets/images/common/arrow.svg) no-repeat center center / contain;
	width: 3vw;
	height: 2.6vw;
	top: 50%;
	right: 5vw;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

footer .f_btn a {
	background: #22AEAA;
	display: block;
	color: #fff;
	font-size: 1.6rem;
	text-decoration: none;
	text-align: center;
	font-weight: 500;
	padding: 2vw;
	border-radius: 6vw;
}

footer .f_jcr_wrap {
	margin-top: 6vw;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	flex-direction: column-reverse;
	position: relative;
	padding-bottom: 12vw;
}

footer .f_jcr_nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

footer .f_jcr_nav li {
	position: relative;
	margin-top: 3vw;
}

footer .f_jcr_nav li:nth-child(1) {
	order: 1;
}

footer .f_jcr_nav li:nth-child(2) {
	order: 2;
}

footer .f_jcr_nav li:nth-child(3) {
	order: 4;
}

footer .f_jcr_nav li:nth-child(4) {
	order: 3;
}

footer .f_jcr_nav a {
	color: #000;
	text-decoration: none;
}

footer .f_jcr_nav li:nth-child(2),
footer .f_jcr_nav li:nth-child(3),
footer .f_jcr_nav li:nth-child(4) {
	padding-left: 1.5em;
	margin-left: 0.5em;
}

footer .f_jcr_nav li:nth-child(2):before,
footer .f_jcr_nav li:nth-child(3):before,
footer .f_jcr_nav li:nth-child(4):before {
	position: absolute;
	content: "｜";
	color: #CECECE;
	left: 0;
}

@media screen and (max-width:600px) {
	footer .f_jcr_nav li:nth-child(4) {
		padding-left: 0;
		margin-left: 0;
	}
	footer .f_jcr_nav li:nth-child(4):before{
		content:none;
	}
}

footer .bnr {
	margin-top: 8vw;
}

footer small {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: 1.2rem;
	width: 100%;
}


/*******************************************************************************
/*******************************************************************************
モジュール */


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
テキスト */

.txt400 {
	font-weight: 400;
}

.txt_hudou {
	font-size: 1rem;
	text-align: right;
	margin-top: 5vw;
}

.page_hosoku {
	margin-top: 10vw;
	font-size: 1.5rem;
}

.txt_i {
	font-style: italic;
}

.url_link {
	word-break: break-all;
	display: inline;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
画像 */

.border {
	border: 1px solid #E2E2E2;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
タイトル */

.level_01 {
	color: #22AEAA;
	text-align: center;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 12vw;
	padding-top: 13vw;
	font-size: 3.3rem;
}

.level_01 span {
	display: block;
	color: #1C81CC;
	letter-spacing: 0.05em;
	font-size: 1.2rem;
	font-weight: 400;
}

.level_02 {
	font-weight: 600;
	padding-bottom: 3vw;
	padding-top: 10vw;
}

.level_03 {
	background: #F3F9F9;
	border-radius: 10px;
	text-align: center;
	color: #22AEAA;
	font-size: 1.8rem;
	font-weight: 500;
	padding: 3vw;
	margin-bottom: 7vw;
	margin-top: 12vw;
}

.level_03_u {
	margin-top: -4vw;
	margin-bottom: 5vw;
	font-size: 1.4rem;
}

.level_04 {
	color: #22AEAA;
	font-weight: 600;
	font-size: 1.7rem;
	margin-bottom: 8vw;
	padding-top: 15vw;
}

.level_05 {
	color: #22AEAA;
	font-weight: 600;
	font-size: 1.7rem;
	margin-bottom: 2vw;
}

.level_06 {
	color: #22AEAA;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 2vw;
	margin-top: 7vw;
}

.level_simple_l {
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 1.4;
	padding-top: 5vw;
	margin-bottom: 5vw;
}

.level_simple {
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 1.4;
	padding-top: 10vw;
	margin-bottom: 10vw;
}

.level_simple .cat {
	color: #22AEAA;
	font-size: 1.2rem;
	border: 1px solid #22AEAA;
	text-align: center;
	width: 32vw;
	border-radius: 5vw;
	display: block;
	margin-bottom: 3vw;
	font-weight: 400;
}

.level_simple + .name {
	font-weight: 500;
	line-height: 1.7;
	margin-top: -7vw;
}

.level_simple + .name + .time_block {
	margin-top: 3vw;
}

.level_side {
	background: #F3F9F9;
	border-radius: 10px;
	text-align: center;
	color: #22AEAA;
	font-size: 1.8rem;
	font-weight: 500;
	padding: 3vw;
	margin-bottom: 7vw;
	margin-top: 12vw;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
リスト */

.li_border {
	line-height: 1.6;
	font-size: 1.4rem;
}

.li_border .sub {
	font-size: 1.2rem;
	padding-top: 0.4em;
	display: block;
}

.li_border a {
	text-decoration: none;
	color: inherit;
}

.li_border li + li {
	border-top: 1px solid #E5E5E5;
	padding-top: 3vw;
	margin-top: 3vw;
}

.li_dot {
	counter-reset: li_num;
	list-style: none;
	padding-left: 0;
}

.li_dot > li {
	position: relative;
	padding-left: 2.5em;
	line-height: 1.7;
}

.li_dot > li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}

.li_num {
	counter-reset: li_num;
	list-style: none;
	padding-left: 0;
}

.li_num > li {
	position: relative;
	padding-left: 2.5em;
	line-height: 1.7;
}

.li_num > li:before {
	content: counter(li_num) ".";
	counter-increment: li_num;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 2.5em;
}

.li_numkakko {
	counter-reset: li_numkakko;
	list-style: none;
	padding-left: 0;
}

.li_numkakko > li {
	position: relative;
	padding-left: 3em;
	line-height: 1.7;
}

.li_numkakko > li:before {
	content: counter(li_numkakko) "）";
	counter-increment: li_numkakko;
	position: absolute;
	left: 0;
	top: 0;
	width: 3em;
	text-align: center;
}

.li_nummaru {
	counter-reset: li_nummaru;
	list-style: none;
	padding-left: 0;
}

.li_nummaru > li {
	position: relative;
	padding-left: 1.7em;
	line-height: 1.7;
}

.li_nummaru > li:before {
	content: counter(li_nummaru) "";
	counter-increment: li_nummaru;
	position: absolute;
	left: 0;
	top: 1vw;
	text-align: center;
	border: 1px solid #707070;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	line-height: 1.5;
	font-size: 1.2rem;
}


/*______________________________________________________________________________
li_並び */

.li_narabi_both_withsp li {
	display: inline-block;
	margin-right: 1em;
}

.li_mt00 li + li {
	margin-top: 0;
}

.table_style dl>* {
	border: 1px solid #C4C4C4;
	font-size: 1.3rem;
	padding: 2vw 3vw;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
table */

.table_style dl + dl {
	margin-top: -1px;
}

.table_style dl>*+* {
	margin-top: -1px;
}

.table_style dt {
	text-align: center;
	background: #F3F9F9;
	font-weight: 500;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ボタン */

.btn a {
	background: #22AEAA;
	color: #fff;
	font-weight: 500;
	font-size: 2rem;
	width: 70vw;
	padding: 3.9vw;
	border-radius: 9vw;
	text-decoration: none;
	text-align: center;
}

.btn02 a {
	background: #F3982A;
}

.btn03 a {
	border: 2px solid #22AEAA;
	background: no-repeat;
	color: #22AEAA;
	position: relative;
	padding: 3.7vw 9.5vw;
	font-size: 1.7rem;
}

.btn03 a:before {
	position: absolute;
	content: "";
	background: url(/assets/images/common/arrow.svg) no-repeat center center / contain;
	width: 3vw;
	height: 3vw;
	top: 50%;
	right: 5vw;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.btn04 a {
	width: 100%;
	border: 1px solid #22AEAA;
	background: no-repeat;
	color: inherit;
	position: relative;
	padding: 0 10vw 0 7vw;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.7;
	text-align: left;
	height: 18.6vw;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	border-radius: 10vw;
}

.btn04 a:before {
	position: absolute;
	content: "";
	background: url(/assets/images/common/arrow.svg) no-repeat center center / contain;
	width: 3vw;
	height: 3vw;
	top: 50%;
	right: 5vw;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.btn_mini a {
	width: 100%;
	border: 1px solid #22AEAA;
	background: no-repeat;
	color: #22AEAA;
	position: relative;
	padding: 2vw 10vw;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.7;
	border-radius: 10vw;
}

.btn_mini a:before {
	position: absolute;
	content: "";
	background: url(/assets/images/common/arrow.svg) no-repeat center center / contain;
	width: 3vw;
	height: 3vw;
	top: 50%;
	right: 5vw;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.detail_linku {
	margin-top: 13vw;
}

.detail_linku li + li {
	margin-top: 5vw;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
フォーム
<dl class="form_layout"><dt><p><span class="tl"></span><span class="required">必須</span></p></dt><dd></dd></dl>
 */

input[type=text],
input[type=password],
input[type=email],
select,
textarea {
	background: #fff;
	border: 1px solid #D6D6D6;
	width: 100%;
	font-size: 16px;
	padding: 2.5vw;
	border-radius: 3px;
}

input:disabled {
	background: #f7f7f7;
	border: 1px solid #cccccc;
	color: #bbb;
	white-space: normal;
}

input.minitxt {
	width: 9em;
}

.form_hosoku {
	text-align: right;
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 4vw;
}

.form_hosoku sup,
.form_layout .required {
	font-size: 100%;
	top: 0;
}

.form_error {
	color: #FF0000;
	font-size: 1.4rem;
	padding-top: 0.5em;
}

.form_pp {
	margin-top: 8vw;
}

.form_submit_hosoku {
	font-size: 1.4rem;
	font-weight: 400;
}

.form_placeholder {
	color: #b2b2b2;
}

.form_placeholder option {
	color: #000;
}


/*______________________________________________________________________________
セレクトボックス
<div class="selectblock"><select name="pref" id="pref" class="select_style" required=""><option value="">選択してください</option><option value="A">A</option></select></div>
 */

.selectblock {
	position: relative;
}

.selectblock + .selectblock {
	margin-top: 3vw;
}

select::-ms-expand {
	display: none;
}

.selectblock:before {
	position: absolute;
	top: 50%;
	right: 2px;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	content: '';
	pointer-events: none;
	content: "";
	background: #fff;
	width: 30px;
	border-radius: 0 3px 3px 0;
	pointer-events: none;
	height: 80%;
}

.selectblock:after {
	position: absolute;
	content: "";
	position: absolute;
	top: 46%;
	right: 14px;
	-webkit-transform: translate(0, -50%) rotate(-45deg);
	transform: translate(0, -50%) rotate(-45deg);
	width: 7px;
	height: 7px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	pointer-events: none;
}

.js_is_checked select {
	border-color: #000;
}


/*______________________________________________________________________________
テキストエリア
<textarea name="message"></textarea>
 */

textarea {
	height: 40vw;
	resize: vertical;
}


/*______________________________________________________________________________
チェックボックス
<ul><li class="checkbox_style"><label><input type="checkbox" name="pass" value="A"><span class="checkbox_txt">A</span></label></li></ul>
 */

.checkbox_style label {
	display: inline-block;
	margin: 0 5px 0 0;
}

.checkbox_style input[type="checkbox"] {
	box-sizing: border-box;
	max-width: 100%;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	width: auto;
	margin: 0 5px 0 0;
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.checkbox_style span {
	padding-left: 6.5vw;
	position: relative;
	display: block;
	cursor: pointer;
	padding-right: 4vw;
	display: block;
	width: 101%;
	width: -webkit-calc(100% + 2px);
	width: calc(100% + 2px);
}

.checkbox_style span:before {
	content: "";
	display: block;
	background: #fff;
	width: 3.7vw;
	height: 3.7vw;
	position: absolute;
	top: 1.3vw;
	left: 0%;
	border-radius: 3px;
	border: 1px solid #BBBBBB;
}

.checkbox_style input:checked + .checkbox_txt:before {
	background: #1E7FF9;
	border: none;
}

.checkbox_style input:checked + .checkbox_txt:after {
	content: "";
	display: block;
	position: absolute;
	top: 1.5vw;
	left: 1.3vw;
	width: 1.3vw;
	height: 2.4vw;
	transform: rotate(40deg);
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}


/*______________________________________________________________________________
ボタン
 */

input[type="submit"],
input[type="button"] {
	background: #22AEAA;
	color: #fff;
	font-weight: 500;
	font-size: 2rem;
	width: 70vw;
	padding: 4.4vw;
	border-radius: 8vw;
}

.form_submit_btn_block {
	text-align: center;
	margin-top: 12vw;
}

.form_submit_btn_block li + li {
	margin-top: 4vw;
}

.form_submit_btn_block .form_submit_hosoku + ul {
	margin-top: 4vw;
}

.btn_style {
	color: #22AEAA;
	border: 1px solid #22AEAA;
	text-align: center;
	width: 38vw;
	border-radius: 6vw;
	padding: 2vw 8vw 2vw 8vw;
	position: relative;
	font-size: 1.3rem;
	margin: 4vw auto 0;
}

.btn_style:before {
	position: absolute;
	content: "";
	background: url(/assets/images/common/arrow.svg) no-repeat center center / contain;
	width: 3vw;
	height: 3vw;
	top: 50%;
	right: 4vw;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}


/*______________________________________________________________________________
フォームレイアウト */

.form_layout_wrap {
	border-top: 1px solid #DCDCDC;
}

.form_layout_wrap + .form_layout_wrap {
	border-top: none;
}

.form_wrap {
	margin-top: 5vw;
}

.form_layout {
	border-bottom: 1px solid #DCDCDC;
	padding: 4vw 0 5vw;
}

.form_layout > dt {
	margin-bottom: 3vw;
	font-weight: 400;
}

.form_layout > dt p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.form_confirm .form_layout > dt {
	margin-bottom: 1vw;
}

.form_confirm .form_layout {
	padding: 4vw 0;
}

.form_confirm .form_layout_dtw .form_layout_ddin p,
.form_confirm .form_layout_dtw2 .form_layout_ddin p {
	font-size: 1.6rem;
}

.form_confirm .form_layout_dtw2 {
	position: relative;
	padding-bottom: 12vw;
}

.form_confirm .form_layout_dtw2 dt {
	display: inline-block;
	margin-bottom: 0;
}

.form_confirm .form_layout_dtw2 dd {
	display: inline-block;
}

.form_confirm .form_layout_dtw2 dd p:last-child {
	position: absolute;
	left: 0;
	bottom: 4vw;
}


/*:: 必須 ::::::::::::::::*/

.form_layout .required {
	color: #FF0000;
}


/*______________________________________________________________________________
form_confirm
 */

.form_confirm .form_layout_ddin p {
	font-size: 1.8rem;
}

input[type="button"].submit_btn_reverse {
	background: #F3982A;
}

.form_submit_btn_block li + li {
	margin-top: 5vw;
}

.form_confirm .form_layout .txt_tuika input + p,
.form_confirm .form_layout .txt_tuika p + input {
	margin-left: 0;
}

.form_confirm .form_layout > dd {
	padding: 1px 0;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
contact_area */

.contact_area {
	margin-top: 16vw;
	background: #fff;
	border-radius: 10px;
	padding: 6vw;
	text-align: center;
}

.contact_area .lead {
	font-size: 2rem;
	line-height: 1.5;
}

.contact_area .contact_name .time {
	font-size: 1.2rem;
	margin-top: 3vw;
}

.contact_area .contact_name .tel_box {
	color: #22AEAA;
	font-family: 'Roboto';
	font-size: 3.8rem;
	position: relative;
	padding-left: 9vw;
	line-height: 1;
	font-weight: 700;
	margin-top: 3vw;
	display: inline-block;
}

.contact_area .contact_name .tel_box:before {
	position: absolute;
	content: "";
	background: url(/assets/images/common/tel.svg) no-repeat center center / contain;
	width: 7vw;
	height: 7vw;
	left: 0;
	top: 0.7vw;
}

.contact_area .contact_name .tel_box a {
	color: #22AEAA;
	text-decoration: none;
}

.contact_area .contact_name {
	margin-top: 6vw;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ブロック */

.green_page .main_wrap {
	background: #EAF5F4;
	padding-bottom: 10vw;
}

.green_bg {
	background: #EAF5F4;
	padding-bottom: 10vw;
	margin-top: 13vw;
}

.main_wrap.main_wrap_green {
	background: #EAF5F4;
	padding-bottom: 10vw;
}

.beta {
	background: #F3F9F9;
	padding: 5vw;
	border-radius: 10px;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
description_area */

.description_area {
	background: #F5F5F5;
	padding: 5vw 0;
}

.description_block {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.description_block figure {
	width: 24vw;
}

.description_block dl {
	width: 61vw;
}

.description_block dt {
	font-weight: 500;
	font-size: 1.5rem;
}

.description_block dt + dd {
	margin-top: 1vw;
}

.description_block dd {
	font-size: 1.3rem;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
list_layout */

.list_layout li + li {
	margin-top: 5vw;
}

.list_layout a {
	background: #fff;
	padding: 5vw 4vw;
	border-radius: 10px;
	color: #000;
	text-decoration: none;
	display: block;
	width: 100%;
}

.list_layout .time_block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 2vw;
	line-height: 1.7;
}

.list_layout time {
	font-size: 1.3rem;
	margin-right: 4vw;
	font-weight: 400;
}

.list_layout .cat {
	color: #22AEAA;
	font-size: 1.2rem;
	border: 1px solid #22AEAA;
	text-align: center;
	width: 32vw;
	border-radius: 5vw;
}

.list_layout figure {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 3vw;
	width: 100%;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.list_layout figure:before {
	content: '';
	display: block;
	padding-top: 40vw;
	width: 100%;
	position: relative;
}

.list_layout figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.list_layout dt {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.7;
}

.list_layout dd {
	font-size: 1.3rem;
	line-height: 1.7;
}

.list_layout dd:last-child {
	margin-top: 3vw;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
article_page */

.article_page .level_simple + .time_block {
	margin-top: -6vw;
	margin-bottom: 10vw;
}

.article_page .time_block {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.article_page .time_block time {
	font-size: 1.3rem;
	font-weight: 400;
	width: 7em;
}

.article_page .time_block .daytxt {
	font-size: 1.3rem;
	font-weight: 400;
	-webkit-flex: 1;
	flex: 1;
}

.article_page .beta,
.article_page .sent,
.article_page figure,
.article_page .table_style {
	margin-top: 8vw;
}

.article_page figure {
	width: 45vw;
	margin-left: auto;
	margin-right: auto;
}

.article_page figure.ori {
	width: 100%;
}

.article_page figure.wide {
	width: 100%;
}

.article_page figcaption {
	font-size: 1.3rem;
	line-height: 1.7;
	margin-top: 2vw;
}

.article_page .page_mv {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.article_page .page_mv:before {
	content: '';
	display: block;
	padding-top: 26.6vw;
	width: 100%;
	position: relative;
}

.article_page .page_mv img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
face_list */

.face_list {
	margin-top: 10vw;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
}

.face_list li {
	width: 31.6%;
	margin-top: 4vw;
	position: relative;
}

.face_list li:not(:nth-child(3n+1)) {
	margin-left: 2.6%;
}

.face_list .name {
	font-size: 1.4rem;
	margin-top: 1.5vw;
}

.face_list .position {
	font-size: 1rem;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
profile_block */

.profile_block .img_block {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 5vw;
}

.profile_block .img_block .img {
	width: 26.6vw;
	border-radius: 5px;
	overflow: hidden;
}

.profile_block .img_block .name {
	width: 49vw;
	font-weight: 500;
	font-size: 1.7rem;
}

.profile_block .img_block .kana {
	font-size: 1.1rem;
	font-weight: 400;
}

.profile_block .txt {
	line-height: 1.7;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tab_link_tl */

.tab_link_tl {
	border-bottom: 2px solid #22AEAA;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.tab_link_tl li {
	background: #22AEAA;
	color: #fff;
	width: 49%;
	border-radius: 5px 5px 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}

.tab_link_tl li.current,
.tab_link_tl li.no_c a {
	line-height: 1.3;
	text-align: center;
	font-size: 2.8vw;
	padding: 4vw 1vw;
}

.tab_link_tl li a {
	text-decoration: none;
	color: #22AEAA;
	display: block;
	width: 100%;
}

.tab_link_tl .no_c {
	background: #E8F4F3;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
p_con */

.p_con {
	margin-top: 10vw;
}

.p_con .con_head .con_tl {
	width: 54.5vw;
	margin-bottom: 5vw;
}

.p_con .con_head .txt_block {
	line-height: 1.7;
}

.p_con .con_head .con_tl.logo_grow_sc6mg {
	width: 57.6vw;
}

.p_con .con_head .con_tl.logo_growjectorl {
	width: 50.9vw;
}

.p_con .con_head .con_tl.logo_growjectorduo {
	width: 65.3vw;
}

.p_con .con_head .con_tl.logo_melonnikki {
	width: 46.9vw;
}

.p_con .con_head .good_design {
	width: 36.5vw;
	margin-top: 3vw;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
products_links */

.products_links {
	border: 1px solid #DEDEDE;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.products_links a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 3vw 3vw;
	font-size: 1.4rem;
	width: 100%;
	display: block;
}

.products_links li + li {
	border-top: 1px solid #DEDEDE;
}


.products_links li {
	width: 100%;
}

.products_links a[href$=".pdf"],
.products_links a[href$=".pdf"],
.products_links a[href$=".rtf"]{
	position: relative;
	overflow: hidden;
	padding-left: 14vw;
}

.products_links a[href$=".pdf"]:before,
.products_links a[href$=".rtf"]:before {
	position: absolute;
	content: "";
	background: url(/assets/images/common/icon_pdf.svg) no-repeat center center / contain;
	width: 8vw;
	height: 8vw;
	left: 3vw;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.products_links a[href$=".rtf"]:before {
	background-image: url(/assets/images/common/icon_doc.svg);
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
p_other */

.p_other {
	margin-top: 15vw;
}

.p_other li + li {
	margin-top: 5vw;
}

.p_other a {
	border: 1px solid #E2E2E2;
	padding: 4vw;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	color: #000;
	text-decoration: none;
	width: 100%;
}

.p_other .img {
	width: 29vw;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.p_other .img:before {
	content: '';
	display: block;
	padding-top: 100%;
	width: 100%;
	position: relative;
}

.p_other .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.p_other dl {
	width: 47vw;
}

.p_other dt {
	font-weight: 600;
	margin-bottom: 2vw;
	font-size: 1.7rem;
}

.p_other dd {
	font-size: 1.4rem;
	line-height: 1.7;
}

/*******************************************************************************
/*******************************************************************************
ページ固有 */


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TOP */

.mv_slider_wrap .slick-arrow {
	display: none !important;
}

.mv_slider_wrap .slick-dots {
	margin-top: 5vw;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 1;
}

.mv_slider_wrap .slick-dots li {
	position: relative;
	display: inline-block;
	width: 2.7vw;
	height: 2.7vw;
}

.mv_slider_wrap .slick-dots li + li {
	margin-left: 3vw;
}

.mv_slider_wrap .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.mv_slider_wrap .slick-dots li button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	border: 0;
	opacity: 0.15;
	background: #22AEAA;
}

.mv_slider_wrap li.slick-active button:before {
	opacity: 1;
}

.front_new .con {
	line-height: 1.7;
}

.front_new .con li + li {
	border-top: 1px solid #E5E5E5;
	padding-top: 3vw;
	margin-top: 3vw;
}

.front_new .con a {
	text-decoration: none;
	color: #000;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.front_new .con a[href^="javascript"] {
	cursor: inherit;
	opacity: 1;
}

.front_new .con time {
	font-size: 1.3rem;
	margin-right: 4vw;
}

.front_new .con .cat {
	color: #22AEAA;
	font-size: 1.2rem;
	border: 1px solid #22AEAA;
	text-align: center;
	width: 32vw;
	border-radius: 5vw;
}

.front_new .con .txt {
	font-size: 1.55rem;
	padding-top: 2vw;
	width: 100%;
}

.front_product .con li {
	position: relative;
}

.front_product .con li + li {
	margin-top: 5vw;
}

.front_product .con a {
	border: 1px solid #E2E2E2;
	padding: 4vw;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	color: #000;
	text-decoration: none;
	width: 100%;
}

.front_product .con .img {
	width: 29vw;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.front_product .con .img:before {
	content: '';
	display: block;
	padding-top: 100%;
	width: 100%;
	position: relative;
}

.front_product .con .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.front_product .con dl {
	width: 47vw;
}

.front_product .con dt {
	font-weight: 600;
	margin-bottom: 2vw;
	font-size: 1.7rem;
	line-height: 1.7;
}

.front_product .con dd {
	font-size: 1.4rem;
	line-height: 1.7;
}

.front_support .con li + li {
	margin-top: 5vw;
}

.front_support .con a {
	background: #fff;
	padding: 5vw 4vw;
	border-radius: 10px;
	color: #000;
	text-decoration: none;
	display: block;
	width: 100%;
}

.front_support .con .time_block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 2vw;
}

.front_support .con time {
	font-size: 1.3rem;
	margin-right: 4vw;
	font-weight: 400;
}

.front_support .con .cat {
	color: #22AEAA;
	font-size: 1.2rem;
	border: 1px solid #22AEAA;
	text-align: center;
	width: 32vw;
	border-radius: 5vw;
}

.front_support .con dt {
	font-weight: 600;
	margin-bottom: 2vw;
	line-height: 1.7;
}

.front_support .con dd {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.front_support .con dd.sub {
	font-size: 1.3rem;
	line-height: 1.7;
	margin-top: -1vw;
	margin-bottom: 2vw;
	font-weight: 500;
}

.front_support .con figure {
	width: 29vw;
	overflow: hidden;
	position: relative;
	border: 1px solid #E2E2E2;
	border-radius: 5px;
}

.front_support .con figure:before {
	content: '';
	display: block;
	padding-top: 100%;
	width: 100%;
	position: relative;
}

.front_support .con figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	object-position: center top;
}

.front_support .con .txt {
	width: 47vw;
	font-size: 1.5rem;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 5;
}

.front_report .report_item {
	margin: 0 2vw;
}

.report_slider_wrap .slick-track {
	  display: flex;
}

.report_slider_wrap .slick-slide {
	height: auto !important;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}

.front_report .slick-arrow {
	display: none !important;
}

.front_report .slick-dots {
	margin-top: 5vw;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 1;
}

.front_report .slick-dots li {
	position: relative;
	display: inline-block;
	width: 2.7vw;
	height: 2.7vw;
}

.front_report .slick-dots li + li {
	margin-left: 3vw;
}

.front_report .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.front_report .slick-dots li button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	border: 0;
	opacity: 0.15;
	background: #22AEAA;
}

.front_report li.slick-active button:before {
	opacity: 1;
}

.front_textinfo .con li + li {
	border-top: 1px solid #E5E5E5;
	padding-top: 3vw;
	margin-top: 3vw;
}

.front_textinfo .con a {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	color: #000;
	text-decoration: none;
}

.front_textinfo .con figure {
	width: 18.5vw;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.front_textinfo .con figure:before {
	content: '';
	display: block;
	padding-top: 13vw;
	width: 100%;
	position: relative;
}

.front_textinfo .con figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.front_textinfo .con .txt_block {
	width: 67vw;
	line-height: 1.7;
}

.front_textinfo .con .txt_block br {
	display: none;
}

.front_textinfo .con time {
	font-size: 1.3rem;
	margin-right: 4vw;
	line-height: 1;
	display: block;
	margin-bottom: 3vw;
}

.front_report .report_item a {
	flex-direction: column;
	border: 1px solid #E2E2E2;
	padding: 4vw 4vw 19vw;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	color: #000;
	text-decoration: none;
	position: relative;	
}

.front_report .report_item a .btn_style {
	position: absolute;
	bottom: 5vw;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.front_report .time_block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 3vw;
}

.front_report time {
	font-size: 1.3rem;
	margin-right: 4vw;
	font-weight: 400;
}

.front_report .cat {
	color: #22AEAA;
	font-size: 1.2rem;
	border: 1px solid #22AEAA;
	text-align: center;
	width: 32vw;
	border-radius: 5vw;
}

.front_report .img {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 3vw;
	aspect-ratio: 4/2;
}

.front_report dt {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.7;
}

.front_report dd {
	font-size: 1.3rem;
	line-height: 1.7;
}

.front_report dd:last-child {
	margin-top: 3vw;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 4;
}

.front_materials a {
	background: #F3F9F9;
	border-radius: 10px;
	padding: 9vw 7vw 10vw;
	text-decoration: none;
	color: inherit;
	display: block;
	line-height: 1.7;
}

.front_materials .level_01 {
	padding-top: 0;
	margin-bottom: 5vw;
}

.front_materials figure {
	width: 67vw;
	margin: 5vw auto 7vw;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dir_login */

.login_new_txt {
	font-size: 3.4vw;
	font-weight: 400;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
materials */

.materials_li {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: -6%;
}

.materials_li li {
	width: 47%;
	margin-top: 6%;
}

.materials_li li.li_w {
	width: 100%;
}

.materials_li a {
	font-size: 3.5vw;
	text-decoration: none;
	color: #000;
	line-height: 1.4;
}

.materials_li img {
	border: 1px solid #E0E0E0;
	margin-bottom: 2vw;
}

.materials_li img.no_border {
	border: none;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
products */

.products_slider .slick-arrow {
	position: absolute;
	top: 50%;
	display: block !important;
	width: 2.7vw;
	height: 4.8vw;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/top/slide_prev.svg) center center no-repeat;
	background-size: 100% auto;
	z-index: 100;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.products_slider .slick-prev {
	left: 3.5vw;
}

.products_slider .slick-next {
	background-image: url(../images/top/slide_next.svg);
	right: 3.5vw;
}

/*2022/07/11　top　新着情報　文章内リンク*/
.front_new .con .txt_link{ display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: flex-start;}
.front_new .con .txt_link a{display: inline;color: #22AEAA;text-decoration: underline;}
/*2022-07-22　materials*/
.materials_li.movie_content{border-top: 1px solid #E1E1E1; margin-top: 7vw;}
.materials_li.movie_content li{width: 100%; margin-top: 7vw;}
/*2022-07-22　melonnikki.php*/
.videolink{cursor: pointer;}
/*2022-08-12　melonnikki.php banner追加*/
.banner_area {max-width: 100%; margin: 8vw auto 16vw;}
.banner_area a{ margin: 2.66vw auto 0;}
.banner_area small{font-size: 2.4vw; margin-top: 2.66vw; line-height: 1.8; display: block; text-align: left;}

@media screen and (max-width:600px) {
	.seminar small{font-size:2.9vw;text-align:right; margin-bottom:2.6vw; display: block;}
	.seminar .parent{display:grid;grid-template-rows:max-content max-content 1fr auto;grid-template-columns:repeat(1,16vw 1fr);grid-auto-flow:column; margin-bottom: 5.3vw;}
	.seminar_title{display:grid;place-items:center; display: flex;justify-content: center;flex-wrap: nowrap; background-color:#1EA3A0;color:#FFF;font-size:3.7vw;text-align:center;line-height: 1; border-bottom: 1px #DDD solid; }
	.seminar_title.subject { border-top: 1px #DDD solid;}
	.seminar_item{display: flex;flex-wrap: nowrap; align-items: center;border-bottom: 1px #DDD solid;}
	.seminar_item .txt{font-size:1.4rem; line-height: 1.5;}
	.seminar_item.subject { background-color:#F3F9F9;color:#1EA3A0; padding:5.3vw; border-right: 1px #DDD solid; border-left: 1px #DDD solid; border-top: 1px #DDD solid;}
	.seminar_item.subject .txt h2{font-size:4.2vw;font-weight:bold;padding:0;}
	.seminar_item.subject .txt ul{padding-left: 1em;padding-top: 4vw;}
	.seminar_item.subject .txt li{list-style: disc;}
	.seminar_item.date { font-size:1.4rem; border-right: 1px #DDD solid; padding:4vw 5.3vw; }
	.seminar_item.date span{font-size:1.8rem;vertical-align:baseline;}
	.seminar_item.place { font-size:1.4rem;border-right: 1px #DDD solid; padding:4vw 5.3vw; }
	.seminar_item.pdf { border-right: 1px #DDD solid; padding:4vw 5.3vw; }
	.seminar_item.pdf a{border:1px solid #1EA3A0;width:39.2vw;text-decoration:none;text-align:center;border-radius:50px;font-size:1.4rem;line-height:1;padding:10px 0;padding-left:20px;position:relative;overflow:hidden;}
	.seminar_item.pdf a:before{position:absolute;content:"";background:url(/assets/images/common/icon_pdf.svg) no-repeat center center / contain;width:26px;height:26px;left:15%;top:50%;-webkit-transform:translate(0%,-50%);transform:translate(0%,-50%);}
}

/*2022-09-20　取材レポート5*/
.dir_report .li_border.link .url_link{text-decoration: underline; color: #22AEAA; opacity: 1;transition: 0.5s ease;}
.dir_report .li_border.link .url_link:hover{opacity: .5;}
.dir_report figure.pdf{width: 100%;}

/*2023-01-27 SPのみ画像幅100%*/
@media screen and (max-width:600px) {
	.article_page figure.sp_wide{width: 100%;}
}
/*2023-10-27　引用文献のスペース追加*/
.beta .level_05:nth-child(n+2){ margin-top: 2vw;}
.article_page .page_mv .textinfo_09_cover{ left: 50%; transform: translate(-50%,0); height: 250px; width: 1440px;}
@media screen and (max-width: 1240px){
	.article_page .page_mv .textinfo_09_cover{ left: 0; transform: none; height: 100%; width: 100%;}
}
/*2024-05-24　取材レポート10*/
.report_column_box{margin:8vw auto 0; border:1px solid #CDCDCD; border-radius:10px; padding: 5vw;}
.report_column_box .level_04{color: #000000;padding-top: 0; margin-bottom: 4vw;}
.report_column_box .sent{margin-top: 0;}
.report_column_box_small{background: #F7F7F7; margin: 5vw auto 0; border-radius:10px; padding: 5vw;}
.report_column_box .report_column_box_small .level_04{ margin-top:5vw;}
.report_column_box .report_column_box_small small{ font-size: 1.3rem; line-height: 1.7; margin-top: 2vw; display: block;}
/*2024-09-01 診療サポート　学会・ガイドライン情報追加*/
.btn_guideline{display:block;width: 72vw; margin:0 auto;background:#22AEAA;color:#fff;font-size:1.4rem;padding:2.666vw 5.333vw 2.666vw 8.333vw;border-radius:13.333vw;text-decoration:none;margin-bottom:5.333vw;position: relative;}
.btn_guideline:before{width: 4vw; right: 5.333vw; height: 4vw;position: absolute; content: "";background: url(/assets/images/common/arrow_w.svg) no-repeat center center / contain;top: 50%; -webkit-transform: translate(0%, -50%); transform: translate(0%, -50%);}
.btn_style.blank:before{position:absolute;content:"";background:url(/assets/images/common/arrow_blank.svg) no-repeat center center / contain;width:3vw;height:3vw;top:50%;right:4vw;-webkit-transform:translate(0%,-50%);transform:translate(0%,-50%);}
#guideline{margin: 0 auto 5vw;}
#guideline a{text-decoration:none;color: #000000;position: relative;width: 100%;display: block;}
#guideline .sub_title{font-size: 1.8rem; text-align:center;background:#22AEAA;color:#fff;border-radius:10px 10px 0 0; padding: 2.666vw 0;}
#guideline dt{font-weight: bold;font-size:1.6rem; }
#guideline dd{font-size: 1.5rem;margin-top: 2vw;}
#guideline ul{background: #FFF;border-radius: 0 0 10px 10px; padding:0 4vw;}
#guideline ul li{border-top:1px solid #E5E5E5;padding: 5.333vw 0;}
#guideline ul li:first-child{border-top:none;}
#guideline ol li{padding: 0;border-top:none;}
#guideline .li_dot > li { position: relative; padding-left: 1.5em; line-height: 1.7;}
#guideline .li_dot > li + li{ margin:2.666vw 0 0 0;}
#guideline .li_dot > li:before { content: "・"; position: absolute; left: 0; top: 0; text-align: center;}
#guideline .li_dot > li.li_dot_none:before { content: ""; }
/*2024-12-03　取材レポート11*/
.report_column_box.report11{background: #F7F7F7; border: none;}
.report_column_box.report11 .li_dot > li { padding-left: 1.5em;}
.report_column_box.report11 .li_dot > li{margin: 0 auto 5.333vw;}
.report_column_box.report11 .li_dot li:last-child{margin: 0;}

/* 2025-08-26 診療サポートページ改修　 一覧ページ */
.medical_support.front_support ul{display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px;}
.medical_support.front_support li{display: flex ;flex-direction: column;position:relative;}
.medical_support.front_support .con li + li { margin-top: 0 !important;}
.medical_support.front_support .con a{flex-grow: 1;}
.medical_support.front_support .con .con_block{display: grid;grid-template-columns:105px 1fr;grid-template-rows: repeat(4, 1fr);grid-template-rows: subgrid;}
.medical_support.front_support .support_title{grid-area: 1 / 1 / 2 / 3;  color: #22AEAA; font-size: 1.6rem; font-weight: bold; border-bottom: 1px solid #22AEAA; padding-bottom: 5px; text-align: center;}
.medical_support.front_support .title_date{grid-area: 2 / 1 / 3 / 3;    height: 120px}
.medical_support.front_support .medical_support_title{ font-size: 1.8rem; font-weight: bold; margin: 18px 0 0 0; line-height: 1.5;}
.medical_support.front_support .con .time_block{margin-bottom: 30px;}
.medical_support.front_support .con time{ font-size: 1.2rem;}	
.medical_support.front_support .con figure,
.medical_support.front_support .con figure img{position: inherit;border-radius: 0;}
.medical_support.front_support .con figure{ grid-area:  3 / 1 / 4 / 2;width: 90px; height: 127px;}
.medical_support.front_support .con figure:before{content: none;}
.medical_support.front_support .con dl{ grid-area: 3 / 2 / 4 / 3; }
.medical_support.front_support .con dt {font-size:1.2rem; font-weight: normal;}
.medical_support.front_support .con dd {font-size:1.2rem; line-height: 1.8;text-align: justify;}
.medical_support.front_support .con dd span{color: #22AEAA; font-weight: bold;display: block;width: 100%;}
.medical_support.front_support .btn_box{ height:60px; }
.medical_support.front_support a .btn_style{transform: inherit;position: absolute; margin: 0 auto; right: 0; left: 0;  top: auto; bottom: 30px;}
.medical_support.front_support .pc_sp_only{display: block;}

@media screen and ( max-width:1240px) {
	.medical_support.front_support ul {display: flex; flex-direction: column; }
	.medical_support.front_support .con a { padding:20px 30px 30px 30px;}
	.medical_support.front_support .con .con_block{grid-template-columns: 170px 1fr;}
	.medical_support.front_support .title_date{height: auto;}
	.medical_support.front_support .con .time_block{margin-bottom: 10px;}
	.medical_support.front_support .con figure { width: 150px; height: 210px;}
	.medical_support.front_support .con dt {font-size:1.6rem;margin-bottom: 10px;}
	.medical_support.front_support .con dd {font-size:1.4rem;}
	.medical_support.front_support .btn_box{height: auto;}
	.medical_support.front_support a .btn_style{left: auto; right: 30px;}
	.medical_support.front_support .pc_sp_only{display: none;}
}
@media screen and (max-width:600px) {
	.medical_support.front_support .con a { padding:5vw 4vw 8vw 4vw;}
	.medical_support.front_support .support_title{ font-size: 1.8rem;padding-bottom: 2vw;}
	.medical_support.front_support .con .con_block{grid-template-columns: 28vw 1fr;}
	.medical_support.front_support .medical_support_title{ font-size: 1.8rem;margin: 4vw 0 0 0;}
	.medical_support.front_support .con .time_block{ margin:0 0 5vw;}
	.medical_support.front_support .con time{ font-size: 1.4rem;}
	.medical_support.front_support .con figure { width: 24vw; height: 33.8vw;}
	.medical_support.front_support .con dt {font-size:1.4rem;margin-bottom: 3vw;}
	.medical_support.front_support .con dd {font-size:1.4rem;line-height: 1.7;}
	.medical_support.front_support .btn_box{height: auto;}
	.medical_support.front_support a .btn_style{position: relative;bottom: 0;margin: 6vw auto 0;right: 0;}
	.medical_support.front_support .pc_sp_only{display: block;}
}

/* 2025-08-26 診療サポートページ改修　　記事ページ */
.dir_support h1.level_simple{font-size: 3rem;}
.dir_support h1.level_simple + .name{font-size: 1.4rem;}
.dir_support h1.level_simple.sub_title{margin-top: 80px; padding-top: 0;font-size: 2.6rem;margin-bottom: 45px;}
.dir_support .level_simple + .name + .time_block { margin-bottom: 20px;}
.dir_support .article_page .sent{margin-top: 0;}
.dir_support .face_list_wrap{margin-top: 20px;}
.dir_support .face_list_wrap .face_list{margin-top: 0;}
.dir_support .face_list_wrap .face_list li{margin-top: 0;}
.dir_support .registration_required{margin: 0 auto 20px;}
.agenda{margin-top: 0;}
.agenda li{border: 1px solid #22AEAA; background: #FFF; border-radius: 60px;}
.agenda li.active{background: #F3F9F9;}
.agenda li + li{margin: 10px 0 0 0;}
.agenda li a{text-decoration: none; color: #000;font-size: 1.4rem;padding: 15px 0 15px 0;width: 100%; display: block;border: none;}
.agenda li:before{top: 25%; left: 5px; color: #22AEAA;}
.pagination { display: flex; align-items: center; justify-content: center; margin: 30px auto 80px;}
.pagination a { border: 1px solid #22AEAA; text-align: center; width: 40px; height: 40px; font-size: 1.6rem; text-decoration: none; color: #22AEAA; padding: 3px 0; margin: 0 5px; border-radius: 100%;  }
.pagination .active { background-color: #22AEAA; color: white; }
.pagination .arrow.opacity , .pagination .active{cursor: auto;}
.pagination .prev, .pagination .next { border: none; }
.pagination .arrow{width: 12px; height: 11px;}
.pagination .arrow.opacity{opacity: 0.5;}
.pagination .prev{transform: scaleX(-1);}
@media screen and (max-width:600px) {
	.dir_support h1.level_simple{font-size: 2.2rem;}
	.dir_support h1.level_simple + .name{font-size: 1.6rem;line-height: 1.5;}
	.dir_support h1.level_simple.sub_title{margin-top: 18vw;font-size: 2.2rem;margin-bottom: 7vw;}
	.dir_support .level_simple + .name + .time_block { margin-top: 0vw;margin-bottom: 10vw;}
	.dir_support .article_page .sent{margin-top: 0;text-align: justify;}
	.dir_support .time_block time { font-size: 1.4rem;}
	.dir_support .face_list_wrap{margin-top: 8vw;}
	.dir_support .face_list_wrap .face_list{margin-top: 0;}
	.dir_support .face_list_wrap .face_list li:nth-child(n+4){margin-top: 4vw;}
	.agenda{margin-top: 2vw;}
	.agenda li{ border-radius: 15vw;}
	.agenda li + li{margin: 10px 0 0 0;}
	.agenda li a{font-size: 100%;padding: 1.5vw 10vw 1.5vw 1.5vw;line-height: 1.5;}
	.agenda li:before{top:50%;left: 3%;transform: translateY(-50%);}
	.pagination { margin: 30px auto 80px;}
	.pagination a { width: 10vw; height: 10vw; font-size: 4.2vw; padding: 1vw 0; margin: 0 1.333vw;}
	.pagination .arrow{width: 3.2vw; height: 2.9vw;}
	.dir_support .registration_required{margin: 0 auto 5vw; }
}

/* 2025-09-04 TOP改修 */
.mv_bnr {position: fixed;bottom: 20px; margin: 0; padding: 0;z-index: 100; right: 4vw; width: 335px;}
header .h_lead.pctb_only {text-align: left !important; background:none !important; color: #000 !important; font-size: 1.2rem !important;}
header .h_lead.pctb_only{display: block; padding: 14px 30px;}
header .h_lead.sptb_only{display: none;}
header .main_nav ul li + li:before {content: none;}
header .main_nav { background-color: #1ca5a5;}
header .main_nav ul { display: flex; list-style: none; padding: 0; max-width: 1200px; margin: 0 auto;}
header .main_nav ul li {height: 50px; padding-left: 0; margin-right: 0; width: 14.16%; border-right: 1px solid #ffffff;display: flex;justify-content: center; align-items: center;}
header .main_nav ul li.contact {background-color: #2E8CD1;}
header .main_nav ul li a { padding: 10px 20px; text-decoration: none; color: white; font-weight: bold; text-align: center; width: 100%; line-height: 1;}
header .main_nav ul li:first-child { border-left: 1px solid #ffffff; }
header .h_inner .h_btn{margin-left: auto ;margin-right: 0;}
@media screen and (max-width:1240px){
	header .h_inner .h_lead.pctb_only{display: block ;}
}
@media screen and (max-width:1023px){
	header .h_inner .h_lead.pctb_only{display: none ;}
	header .h_lead.sptb_only{display: block;}
	header .h_inner .h_btn{margin-right: 4vw;}
}

/* ===== 下部メニュー　大きい横並びボックス ===== */
.front_page .thum_info_list{display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 10px; align-items: stretch; margin: 50px auto 0;}
.large_thum_info {border-radius: 10px;}
.large_thum_info a{display: block; height: 100%; text-decoration: none; display: flex; flex-direction: column; justify-content: space-between;}
.large_thum_info h2 {background-color: #3ca8a3; color: white; font-size: 1rem; margin-bottom: 12px;}
.large_thum_info .img {width: 100%; flex-grow: 1; display: flex; align-items: center; justify-content: center;}
.large_thum_info picture, .large_thum_info img {width: 100%; height: 175px; border-radius: 0 0 10px 10px; object-fit: cover; object-position: center top; background-color: #FFF;}

/* ===== 下部メニュー　小さい縦並びボックス ===== */
.small_thum_info {display: flex; flex-direction: column; gap: 10px;}
.small_thum_info .item {background-color: #1EA3A0; color: white; border-radius: 10px; padding: 10px; flex: 1; display: flex; flex-direction: column; justify-content: center;}
.small_thum_info .item img{width: 80px; height: 49px; object-fit: cover; border-radius: 5px;}
.small_thum_info .item.small{height: 100%;}
.small_thum_info .item.small a{ height: 100%; display: flex; justify-content: space-between;text-decoration: none;align-items: center;}
.small_thum_info .item.small a .level_01{height: 100%;}
.front_page .thum_info_list .level_01{font-size: 2rem; color: #FFF; background: #1EA3A0; border-radius: 10px 10px 0 0;margin-bottom:0;text-align: left;padding-top:0;}
.front_page .thum_info_list .level_01 span{font-size: 1.1rem; color: #FFF;}
.front_page .thum_info_list .large_thum_info .level_01{padding: 12px 20px;display: flex; align-items: center;}
.front_page .thum_info_list .large_thum_info .level_01 span{margin-left: 15px;}
.news-section .inner{display: grid; grid-template-columns: 2fr 1fr; gap: 0; padding: 0; align-items: start; margin: 30px auto 0;}

/* ===== 新着情報（右） ===== */
.news-sidebar {width: 415px;}
.news-sidebar h4 {font-size: 1.8rem; margin-bottom: 20px; color: #22AEAA; background-color: #EAF5F4; border-radius: 5px; padding: 0 20px ;}
.news-item {margin-bottom: 20px;}
.news-item a{display: flex; gap: 15px;}
.news-item img {width: 180px; height: 100px; object-fit: cover; object-position: center top; border-radius: 5px; flex-shrink: 0;}
.news-item .text {flex: 1;}
.news-item .title {font-size: 1.4rem; margin: 0 0 15px; line-height: 1.4; color: #000; text-align: justify;}
.meta {display: flex; gap: 10px; align-items: center;}
.meta time{font-size: 1.4rem;}

/* ===== メインビジュアル（左） ===== */
.mv_slider_wrap {position: relative; width: 100%;}
.mv_slider_item picture, .mv_slider_item img {display: block; width: 100%; height: auto; object-fit: cover; border-radius: 10px;}
.slide-pagination-wrapper{display: flex;align-items: center;justify-content: center;}
.mv_slider_wrap .slide-pagination-wrapper .slick-arrow { position: inherit; top: 50%; display: block !important; width: 60px; height: 60px; text-indent: 100%; white-space: nowrap; overflow: hidden; background-size: 100% auto; z-index: 100; -webkit-transform:none; transform:none; cursor: pointer;}
.mv_slider_wrap .slide-pagination-wrapper .slick-arrow.prev-arrow {background: url(../images/top/slide_cprev.svg) center center no-repeat;}
.mv_slider_wrap .slide-pagination-wrapper .slick-arrow.next-arrow {background: url(../images/top/slide_cnext.svg) center center no-repeat;}
.mv_slider_wrap .slide-pagination-wrapper .slick-dots{width: auto;margin-top: -6px;}
.news-section .mv {margin-top: 0; max-width: 775px; border-radius: 10px;}
.news-section a{text-decoration: none;color: #000; }
.news-section .cat{color: #22AEAA; border: 1px solid #22AEAA; text-align: center; width: 120px; border-radius: 5vw; font-size: 1rem; color: #00a6a6; line-height: 1.7;}
.news-section .slider_txt .title{font-size: 2rem;font-weight: bold; line-height: 1.5;text-align: justify; margin: 10px 0 10px;}
.news-section .slider_txt .name{font-size: 1.4rem;line-height: 1.5;margin: 0 0 10px;}

@media screen and (max-width:1240px) {
	.news-section .inner{display: block;}
	.news-section .inner .mv_slider_wrap .mv_slider_item{margin: 0 auto;}
	.news-section .mv{max-width: 100%;}
	.news-sidebar{width: 100%;}
	.news-item img{width: 250px; height: 160px;}
	.front_page .thum_info_list{grid-template-columns: 1fr 1fr ; flex-wrap: wrap;}
}

@media screen and (max-width:640px) {
	.front_page .thum_info_list .large_thum_info .level_01{height: 100%;padding: 12px 15px; justify-content: space-between;}
}

@media screen and (max-width:600px) {
	.mv_bnr { margin: 5vw auto 8vw auto; padding: 0 5vw; position: inherit; width: 100%;}
	.mv_bnr a{display: block;}
	header .h_lead.sptb_only{font-size: 1.1rem;}
	.slick-slider .slick-track, .slick-slider .slick-list{border-radius: 0;}
	.news-section .inner{width: 100%; margin: 0 auto;}
	.mv_slider_item picture, .mv_slider_item img{border-radius: 0;}
	.news-sidebar{width: 90vw; margin: 0 auto;}
	.news-sidebar h4{padding:1.33vw 5.333vw ;}
	.meta{justify-content: space-between;}
	.news-item .title{font-size: 1.6rem;}
	.news-sidebar .cat{ margin: 0 0;}
	.news-item img{width: 29.33vw; height:16vw;}
	.news-section .slider_txt{width: 90vw;margin: 4vw auto 0;}
	.news-section .slider_txt .title{font-size: 1.8rem;}
	.news-section .slider_txt .name{font-size: 1.4rem; margin: 2.666vw 0 0;}
	.news-section .slider_txt .cat{width: 32vw;font-size: 1.2rem;margin: 2.666vw 0 0;}
	.mv_slider_wrap .slick-dots{margin-top: 0;}
	.mv_slider_wrap .slide-pagination-wrapper .slick-arrow {width: 16vw; height: 12vw;}
	.front_page .thum_info_list{display: block;}
	.large_thum_info{margin-bottom: 2.66vw;}
	.large_thum_info picture, .large_thum_info img{ height: 53.33vw;}
	.front_page .thum_info_list .large_thum_info .level_01{padding: 2.666vw 5.333vw;}
	.small_thum_info .item{padding: 2.666vw;}
	.small_thum_info .item img{width: 21.33vw; height: 13.333vw;}
}