@charset "utf-8";

/***** BASE *****/
* { margin: 0; padding: 0; -webkit-text-size-adjust: 100%; /* ブラウザ側での自動調整をなしにする */ }
*, *:before, *:after { box-sizing: inherit; }
html {
	box-sizing: border-box;
	color: #333;
	background: #fff;
	line-height: 1.5;
	font-size: 62.5%;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: normal;
}
body{
	padding:0;
	margin:0;
	width:100%;
	overflow:auto;
	overflow:-moz-scrollbars-vertical;
    font-size: 1.6rem;
}
a{
	color: #00c8e6;
	-webkit-tap-highlight-color: transparent;
	background-color: transparent;
}
a, a:visited, a:active, a:hover{
	text-decoration: none;
}
a:active, a:hover{
	outline: 0;
}
body, td, button, textarea, input, p, .c1 {
	color:inherit;
}
input{ font-size:16px; }
a, img { border:0; }
i { line-height:inherit; font-style:normal; }
img{ width:100%; vertical-align: middle; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
ul, ol { list-style:none; }
h1, h2, h3, h4, h5, h6 {
    margin: 5px auto;
    font-size: inherit;
	font-weight: 500;
	line-height: 1.3;
}
nav {
    background: none;
	width: auto;
    height: auto;
    line-height: initial;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
nav, .card-panel, .card, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav,
.bx_shadow {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}

.left-align { text-align: left; }
.right-align { text-align: right; }
.center-align { text-align: center; }

/*
.card {
	margin: 0;
	border-radius: 5px;
	position: relative;
	background-color: #fff;
	transition: box-shadow .25s;
}
.card .card-image {
	position: relative;
	overflow: hidden;
}
.card .card-image img {
	display: block;
	border-radius: 5px 5px 0 0;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	transition: .3s;
}
.card a {
	display: block;
    position: relative;
}
.card a:hover {
	opacity: 0.7;
}
.card .card-content {
	position: relative;
	padding: 15px;
	border-radius: 0 0 2px 2px;
	transition: .3s;
}
.card .card-content .card-title {
	font-weight: 900;
	font-size: 1.8em;
	line-height: 1.2;
}
.card .card-content .card-txt {
	font-size: 0.9em;
	padding-top: 0.3em;
	line-height: 1.4;
}
.card .card-content .card-title + .card-txt {
	padding-top: 1em;
}

a:hover .card .card-image img {
	transform: scale(1.1);
}
a:hover .card .card-content {
	opacity: 0.7;
}
*/

.row {
    margin-left: 0;
    margin-right: 0;
	margin-bottom: 20px;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
.row .col {
	margin: 5px auto;
    padding: 0 5px;
	position: relative;
	float: left;
    box-sizing: border-box;
    min-height: 1px;
	left: auto;
	right: auto;
}
.row .col a {
	display: block;
    position: relative;
}
.row .col a:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 1;
}

.row .col.s1 { width: 8.3333333333%; }
.row .col.s2 { width: 16.6666666667%; }
.row .col.s3 { width: 25%; }
.row .col.s4 { width: 33.3333333333%; }
.row .col.s5 { width: 41.6666666667%; }
.row .col.s6 { width: 50%; }
.row .col.s7 { width: 58.3333333333%; }
.row .col.s8 { width: 66.6666666667%; }
.row .col.s9 { width: 75%; }
.row .col.s10 { width: 83.3333333333%; }
.row .col.s11 { width: 91.6666666667%; }
.row .col.s12 { width: 100%; }

@media only screen and (max-width: 600px){
	.row .col.s6:nth-of-type(2n+1) { clear: both; }
}
@media only screen and (min-width: 601px) {
	.row .col.m1 { width: 8.3333333333%; }
	.row .col.m2 { width: 16.6666666667%; }
	.row .col.m3 { width: 25%; }
	.row .col.m4 { width: 33.3333333333%; }
	.row .col.m5 { width: 41.6666666667%; }
	.row .col.m6 { width: 50%; }
	.row .col.m7 { width: 58.3333333333%; }
	.row .col.m8 { width: 66.6666666667%; }
	.row .col.m9 { width: 75%; }
	.row .col.m10 { width: 83.3333333333%; }
	.row .col.m11 { width: 91.6666666667%; }
	.row .col.m12 { width: 100%; }
	
	.row .col.m3:nth-of-type(4n+1) { clear: both; }
	.row .col.m4:nth-of-type(3n+1) { clear: both; }
	.row .col.m6:nth-of-type(2n+1) { clear: both; }
}
@media only screen and (min-width: 993px) {
	.row .col.l1 { width: 8.3333333333%; }
	.row .col.l2 { width: 16.6666666667%; }
	.row .col.l3 { width: 25%; }
	.row .col.l4 { width: 33.3333333333%; }
	.row .col.l5 { width: 41.6666666667%; }
	.row .col.l6 { width: 50%; }
	.row .col.l7 { width: 58.3333333333%; }
	.row .col.l8 { width: 66.6666666667%; }
	.row .col.l9 { width: 75%; }
	.row .col.l10 { width: 83.3333333333%; }
	.row .col.l11 { width: 91.6666666667%; }
	.row .col.l12 { width: 100%; }
	
	.row .col.l3:nth-of-type(4n+1) { clear: both; }
	.row .col.l4:nth-of-type(3n+1) { clear: both; }
	.row .col.l6:nth-of-type(2n+1) { clear: both; }
}
@media only screen and (min-width: 1201px) {
	.row .col.xl1 { width: 8.3333333333%; }
	.row .col.xl2 { width: 16.6666666667%; }
	.row .col.xl3 { width: 25%; }
	.row .col.xl4 { width: 33.3333333333%; }
	.row .col.xl5 { width: 41.6666666667%; }
	.row .col.xl6 { width: 50%; }
	.row .col.xl7 { width: 58.3333333333%; }
	.row .col.xl8 { width: 66.6666666667%; }
	.row .col.xl9 { width: 75%; }
	.row .col.xl10 { width: 83.3333333333%; }
	.row .col.xl11 { width: 91.6666666667%; }
	.row .col.xl12 { width: 100%; }
	
	.row .col.xl3:nth-of-type(4n+1) { clear: both; }
	.row .col.xl4:nth-of-type(3n+1) { clear: both; }
	.row .col.xl6:nth-of-type(2n+1) { clear: both; }
}


/***** common *****/
body {
	font-family: 'Noto Sans JP', 'Noto Sans KR', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	background: #e9fbf7;
	color: #808080;
}
/*body::before {
	content: "";
	z-index: 1504;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: #21dbb0;
}*/

body.no_scroll {
	overflow-y: scroll;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */
}
body.no_scroll::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display: none;
}

a{ color:inherit; transition:.3s; }
main { position:relative; margin:0 auto; /*max-width:1400px;*/ }
figure { position:relative; margin:0 auto; overflow:hidden; }
img{ -webkit-touch-callout:none; -webkit-user-select:none; -moz-touch-callout:none; -moz-user-select:none; touch-callout:none; user-select:none; }/* imgに対する 長押しアクション を禁止(スマホ) */

.view_pc { display: none!important; }
.view_sp { display: block!important; }
.view_w1400 { display: none!important; }
.dsp_n { display: none!important; }
.dsp_ib { display: inline-block!important; }
.dsp_b { display: block!important; }
.cf:after { content:""; display:table; clear:both; }

/* copyguard on img */
.ig::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
    height: 100%;
    z-index: 10;
}

.row .col {
	margin: 7px auto;
    padding: 0 7px;
}

/* カラー */
.c_key { color: #21dbb0!important; }
.c_sub { color: #ffcc52!important; }
.bgc_key { background: #21dbb0!important; color: #fff!important; }

#sec_main {
    margin: 0 auto;
}
#sec_main section {
	margin: 40px auto;
	padding: 20px 8vw 0;
	max-width: 1400px;
}
/*#sec_main .container {
	margin: 0 auto;
}*/

.gallery a { color: inherit; }
.gallery a:hover { /*opacity: 0.7;*/ }
.gallery a img { transition: .3s; }
.gallery a:hover img { transform: scale(1.1); }

/*.bx_border {
	padding: 10px;
	background: #fff;
	border-radius: 5px;
}*/
/***** /common *****/


/***** icomoon custom *****/
[class^="icon-"], [class*=" icon-"] {
	font-size: 0.9em;
	vertical-align: -1px;
}
/*
.icon-txt-share, .icon-txt-sns, .icon-txt-more {
	display: flex;
	justify-content: center;
	font-size: 10.2vw;
	margin-left: -0.5em;
	margin-right: -0.5em;
}
@media only screen and (min-width: 601px){
	.icon-txt-share, .icon-txt-sns, .icon-txt-more {
		font-size: 0.9em;
		margin-left: 0;
		margin-right: 0;
	}
}
@media only screen and (max-width: 500px){
	.icon-txt-share, .icon-txt-sns, .icon-txt-more {
		font-size: 9.5vw;
	}
}
*/
/***** icomoon custom *****/


/***** photoswipe custom *****/
.pswp {
	z-index: 1510;
}
.pswp__container {
	padding-bottom: 100px;
}
.pswp__bg {
	background: #21dbb0;
	opacity: 0.95!important;
}
.pswp__scroll-wrap {
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1200px;
}
.pswp__scroll-wrap. .pswp__item {
	overflow: visible;
}
.pswp__top-bar {
	background: none;
	top: 1%;
    height: 40px;
	width: 95vw;
	max-width: 600px;
	margin: auto;
	right: 0;
	background-color: inherit;
}
.pswp__ui--idle .pswp__top-bar {
	opacity: 1;
}
.pswp__ui--idle .pswp__top-bar .pswp__button--close {
	opacity: 0;
}
.ps_title {
	font-family: broadacre-regular-0, 'Noto Sans JP', 'Noto Sans KR', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	height: 100%;
	text-align: center;
}
.pswp .ps_title div {
	font-size: 1.5em;
	padding: 0 0.7em;
	color: #fff;
	letter-spacing: 2px;
}
.pswp .ps_title .ps_title_sub {
	display: block;
	font-size: 0.6em;
}

.pswp__counter {
    top: auto;
    right: 0;
    bottom: 1%;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
	width: 50%;
	margin: auto;
	font-weight: 700;
}
.pswp__footer {
	position: absolute;
	left: 0;
	bottom: 1%;
	height: 40px;
	width: 100%;
}
.pswp__button--close {
	position: absolute;
	animation: auto;
	top: -8px;
	right: 0;
	background: none!important;
	opacity: 1;
	color: #fff;
}
.pswp__button--close::before {
	content: '×';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 45px;
	line-height: 1;
	width: 45px;
	height: 45px;
}
.pswp__button--close::after {
	content: '閉じる';
	position: absolute;
	font-size: 0.8em;
	bottom: -8px;
	left: 0;
	width: 45px;
}
.pswp__button--close:hover {
    opacity: 0.8;
}
.pswp__button--arrow--left::before {
	content: none;
}
.pswp__button--arrow--right::before {
	content: none;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
	display: block;
	position: absolute;
	margin-top: 0;
	top: auto;
	bottom: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.pswp__button--arrow--left {
	left: 25%;
	border-right: 17px solid #ffffff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.pswp__button--arrow--right {
	right: 25%;
	border-left: 17px solid #ffffff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
    visibility: visible;
	margin: auto;
	top: 0;
	bottom: 0;
}
.pswp .ps_view_inner {
	margin: auto;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}


/* img type */
.ps_type_img {
	overflow: hidden;
}
.pswp .ps_type_img img {
	width: 95vw;
	max-width: 600px;
}

/* html type */
.pswp .ps_type_html .ps_view_txt {
	line-height: 1.5;
    width: 90%;
    margin-top: 0.5em;
}

.pswp .card .card-image img {
    border-radius: 0;
}
.pswp .card .card-content {
    border-radius: 0;
}

/*
///// メディアクエリ /////
(min-width: 601px) ... 601px 以上の時に適用
(max-width: 601px) ... 601px 以下の時に適用
(orientation:landscape) ... 画面サイズが 横長 の時に適用
(orientation:portrait) ... 画面サイズが 縦長 の時に適用
*/
@media only screen and (min-width: 601px){
	.nav_btn {
		display: none;
	}
	.pswp__counter {
		bottom: 0;
	}
	.pswp__footer {
		bottom: 0;
	}
}
@media only screen and (max-width: 500px){
	.pswp__top-bar {
		width: 95vw;
	}
	.pswp .ps_title::before {
		top: 0.7em;
		width: 230px;
	}
	.pswp__button--close {
		top: -10px;
	}
	.pswp .ps_type_img img {
		max-width: 450px;
	}
}
@media only screen and (orientation:landscape) {
	.pswp .ps_type_img img {
		width: auto;
		height: 65vh;
		max-width: inherit;
	}
}
/***** /photoswipe custom *****/


/***** inview *****/
.inview {
	opacity: 0;
}
.inview.visible {
	opacity: 1;
}
.delay_inview {
	animation-delay: .5s;
}
/***** animation *****/
.inview.visible{ animation-duration:1.5s; }

	@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.fadeIn { animation-name:fadeIn; }

	@keyframes fadeInUp { from{opacity:0;transform:translate3d(0, 20%, 0);} to{opacity:1;transform:none;} }
.fadeInUp { animation-name:fadeInUp; }

	@keyframes fadeInDown { from{opacity:0;transform:translate3d(0, -20%, 0);} to{opacity:1;transform:none;} }
.fadeInDown { animation-name:fadeInDown; }

	@keyframes fadeInLeft { from{opacity:0;transform:translate3d(-20%, 0, 0);} to{opacity:1;transform:none;} }
.fadeInLeft { animation-name:fadeInLeft; }

	@keyframes fadeInRight { from{opacity:0;transform:translate3d(20%, 0, 0);} to{opacity:1;transform:none;} }
.fadeInRight { animation-name:fadeInRight; }

	@keyframes zoomIn { from{opacity:0;transform:scale3d(.3, .3, .3);} 50%{opacity:1;} }
.zoomIn { animation-name:zoomIn; }

	@keyframes extend_horizontal { from{ height: 0; } }
.extend_horizontal { animation-name:extend_horizontal; }
/***** /animation *****/
/***** /inview *****/


/***** YouTube 埋め込み *****/
/*.mov {
	position: relative;
	margin: 0 auto;
	padding-top: 56.25%;
	width: calc( 100% - 14px );
}
.mov iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}*/
/***** /YouTube 埋め込み *****/


/***** original modal *****/
/*.modal_open {
	cursor: pointer;
}
.modal_box {
	display: none;
	overflow: hidden;
	z-index: 7777;
	position: fixed;
	margin: 0;
	bottom: 30px;
	width: 90%;
	max-width: 700px;
	background: #fff;
}
 
.modal_header {
	height: 55px;
	width: 94%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.modal_close {
	cursor: pointer;
	display: inline-block;
	margin-top: 1em;
    padding: 0.5em 2.5em 0.6em;
    font-size: 1.2em;
}
.modal_content {
	position: absolute;
    width: 100%;
    padding: 0 5%;
    top: 5%;
    bottom: 5%;
    overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.modal_content .modal_inner_block {
	overflow: hidden;
}
.modal_content .modal_inner_block:nth-of-type(n+2) {
	margin-top: 1.5em;
}

.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(229,34,133,0.1);
}
.modal_switch {
	display: block;
	position: absolute;
	bottom: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.modal_switch.disabled {
	opacity: 0.2!important;
	cursor: inherit;
}
.modal_switch.arrow-left {
	left: 0;
	border-right: 17px solid #000000;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.modal_switch.arrow-right {
	right: 0;
	border-left: 17px solid #000000;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
*/
/***** /original modal *****/


/***** header *****/
header {
    text-align: center;
	position: relative;
    width: 100%;
    height: 50px;
	position: relative;
	transition: .3s;
}
header.fixed {
	position: fixed;
    top: 0;
    z-index: 1505;
}
.header_body {
	position: relative;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}
/*
.logo_header {
	position: absolute;
    left: 10px;
    top: 10px;
	transition: .3s;
}
.logo_header:hover {
	opacity: 0.7;
}
.logo_header a {
	display: block;
}
.logo_header img {
	width: auto;
	height: 36px;
	vertical-align: baseline;
}
header.active {
	background: #fff;
}
header.active .logo_header {
    left: 10px;
    top: 4px;
}

header.active + main {
	padding-top: 50px;
}
*/


/*header.fixed + main {
	padding-top: 40px;
}*/

/*** nav ***/
/*
body.fixed { position: fixed; }
*/

/* メニュー｜縦並び リスト型 */
.nav_list {
	display: none;
	box-shadow: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(33,219,176,0.9);
	padding: 2em 1em 8em;
	overflow: auto;
}
.nav_list.active {
	display: block;
}

.nav_list ul li {
	position: relative;
	line-height: 1.5;
    font-size: 1.1em;
	margin: 15px auto;
}
.nav_list ul li a {
	font-family: broadacre-regular-0, 'Noto Sans JP', 'Noto Sans KR', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #fff;
	width: 96%;
	max-width: 500px;
	margin: 10px auto;
	position: relative;
	text-align: center;
	font-size: 1.2em;
	line-height: 1;
	display: block;
}
.nav_list ul li a:hover {
	opacity: 0.7;
}
.nav_list ul li a:before {
	content: "－";
    width: 100%;
    display: block;
	margin-bottom: 15px;
}
.nav_list ul li:nth-of-type(1) {
	margin-bottom: 50px;
}
.nav_list ul li:nth-of-type(1) img {
	width: 80%;
	max-width: 200px;
}
.nav_list ul li:nth-of-type(2) a:before {
	content: "";
}
.nav_list ul li a img {
	width: auto;
	height: 1.2em;
}
.nav_list ul li a img.line_2 {
	height: 2em;
}
.nav_list ul li .nav_txt_sub {
    margin-top: 0.5em;
    font-size: 0.6em;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

/* メニュー｜横並び タブ型 */
#nav_tab {
	z-index: 1503;
	position: relative;
	background: #fff;
	color: #21dbb0;
	width: 100%;
}
#nav_tab.fixed {
	position: fixed;
    top: 0;
    z-index: 1503;
}
#nav_tab ul {
	display: flex;
	justify-content: center;
    align-items: center;
	margin: 0 auto;
	padding: 5px 0;
	max-width: 1400px;
	font-size: 1.9vw;
}
#nav_tab ul li {
	flex-basis: 25%;
	font-family: broadacre-regular-0, 'Noto Sans JP', 'Noto Sans KR', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	line-height: 1.2;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-left: 1px solid #21dbb0;
	letter-spacing: 0.1em;
	height: 40px;
	padding: 0 0.2em;
}
#nav_tab.fixed + #sec_main {
	padding-top: calc( 40px + 10px );
}
#nav_tab ul li:last-of-type {
	border-right: 1px solid #21dbb0;
}
#nav_tab ul li .nav_txt {
	font-size: 1.1em;
	font-weight: 700;
}
#nav_tab ul li .nav_txt_sub {
	margin-bottom: 0.5em;
	font-size: 0.8em;
}
#nav_tab ul li .nav_txt_sub span {
	font-weight: 700;
}

/*
.nav_menu {
    position: relative;
	display: block;
	vertical-align: middle;
	line-height: 1;
	transition: .3s;
	cursor: pointer;
	font-size: 1.5em;
	color: #fff;
	margin: 0 auto;
	padding: 20px 0 10px;
	border-top: 2px solid #fff;
}
.nav_menu:first-of-type {
	padding-top: 0;
	border-top: none;
}
.nav_menu ul.nav_cat {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	background: none;
    transition: .3s;
	overflow: auto;
	visibility: visible;
	opacity: 1;
	z-index: -1;
	font-size: 0.6em;
}
.nav_menu:hover ul.nav_cat {
	z-index: 1;
    visibility: visible;
    opacity: 1;
	height: auto;
	cursor: auto;
}
ul.nav_cat li {
	position: relative;
	line-height: 1.5;
    font-size: 1.1em;
	cursor: default;
}
ul.nav_cat li a {
	color: #fff;
	display: table;
	width: 96%;
	max-width: 500px;
	margin: 10px auto;
	position: relative;
}
ul.nav_cat li a:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 1;
}
ul.nav_cat li:last-of-type a {
    border-bottom: none;
	padding-bottom: 0;
}
ul.nav_cat li .nav_img {
	display: table-cell;
	vertical-align: middle;
	width: 25%;
	overflow: hidden;
}
ul.nav_cat li .nav_img img {
	transition: .3s;
}
ul.nav_cat li .nav_txt {
	display: table-cell;
	vertical-align: middle;
	width: 75%;
    text-align: left;
    padding-left: 1em;
	transition: .3s;
	font-size: 4vw;
}
ul.nav_cat li a:hover .nav_img img {
	transform: scale(1.2);
}
ul.nav_cat li .nav_txt_sub {
    margin-bottom: 0.5em;
    font-size: 0.8em;
	font-weight: 600;
}
ul.nav_cat li .nav_txt_sub:last-of-type {
    margin-bottom: 0;
}
ul.nav_cat li span {
    display: inline-block;
}
ul.nav_cat li .f_op {
    font-size: 1.1em;
}
*/

/* ハンバーガーメニュー */
.nav_btn,
.nav_btn span {
	display: inline-block;
	transition: all .4s;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav_btn {
	position: absolute;
	background: #fff;
	width: 60px;
	height: 60px;
	top: -10px;
	right: -10px;
	cursor: pointer;
	border-radius: 10px;
}
.nav_btn span {
	position: absolute;
	left: 10px;
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background-color: #21dbb0;
}

.nav_btn span:nth-of-type(1) {
  top: 26px;
}
.nav_btn span:nth-of-type(2) {
  bottom: 16px;
}
/*
.nav_btn span:nth-of-type(1) {
  top: 0;
}
.nav_btn span:nth-of-type(2) {
  top: 13px;
}
.nav_btn span:nth-of-type(3) {
  bottom: 0;
}
*/

/* メニューを開いた時 */
.nav_btn.active span:nth-of-type(1) {
  animation: active-menu-bar01 .25s forwards;
}
.nav_btn.active span:nth-of-type(2) {
  animation: active-menu-bar02 .25s forwards;
}
/*
.nav_btn.active span:nth-of-type(2) {
  opacity: 0;
}
.nav_btn.active span:nth-of-type(3) {
  animation: active-menu-bar02 .25s forwards;
}
*/
@keyframes active-menu-bar01 {
  0% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(7px) rotate(0); }
  100% { transform: translateY(7px) rotate(45deg); }
}
@keyframes active-menu-bar02 {
  0% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-7px) rotate(0); }
  100% { transform: translateY(-7px) rotate(-45deg); }
}

/* メニューを閉じた時 */
.nav_btn.not_active span:nth-of-type(1) {
  animation: menu-bar01 .25s forwards;
}
.nav_btn.not_active span:nth-of-type(2) {
  animation: menu-bar02 .25s forwards;
}
/*
.nav_btn.not_active span:nth-of-type(2) {
  transition: all .1s .1s;
  opacity: 1;
}
.nav_btn.not_active span:nth-of-type(3) {
  animation: menu-bar02 .25s forwards;
}
*/
@keyframes menu-bar01 {
  0% { transform: translateY(7px) rotate(45deg); }
  50% { transform: translateY(7px) rotate(0); }
  100% { transform: translateY(0) rotate(0); }
}
@keyframes menu-bar02 {
  0% { transform: translateY(-7px) rotate(-45deg); }
  50% { transform: translateY(-7px) rotate(0); }
  100% { transform: translateY(0) rotate(0); }
}
/*** /nav ***/
/***** /header *****/


/***** section｜main_visual *****/
/*
.main_visual {
	position: relative;
}
.main_visual::before {
	content: "";
	z-index: 1;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	width: 100%;
	height: 10%;
	background-image: url(../img/top/slider_curves.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left bottom;
}
*/
/***** /section｜main_visual *****/


/***** section｜title *****/
#title {
	z-index: 1;
    position: relative;
	margin: 0 auto;
	text-align: center;
	background-image: url(../img/top/title_bg_sp.png);
    background-size: cover;
	background-position: center;
    background-repeat: repeat;
}
#title h1 {
	margin: 0 auto;
}
#title h1 img {
	max-width: 1200px;
}
/***** /section｜title *****/


/***** section｜sec_main 共通部分 *****/
.sec_title {
    margin: 0.5em auto 1em;
	max-width: 1400px;
	position: relative;
	text-align: center;
	font-weight: 700;
	font-size: 3.8vw;
	color: #21dbb0;
	letter-spacing: 2px;
}
.sec_title:first-of-type {
	margin-top: 0;
}
.sec_title.fs_s {
	font-size: 1.4em;
}

.sec_title_img + .sec_title_txt {
	margin-top: 0.8em;
}
.sec_title_txt {
	margin-left: -1em;
	margin-right: -1em;
}
.sec_title img {
	background: #21dbb0;
	padding: 13px 30px;
	border-radius: 40px;
}

.contents_block {
	padding: 0 7px;
    margin: 10% auto;
	position: relative;
}
.contents_block.fullwidth {
	padding-left: 0!important;
	padding-right: 0!important;
}
.sec_title + .contents_block {
    margin: 0 auto;
	padding-top: 0;
}
.contents_block:first-of-type {
    margin-top: 0;
}
.contents_block:last-of-type {
    margin-bottom: 0;
}

.contents_img,
.contents_catch,
.contents_txt,
.contents_table {
    margin: 0 auto;
	position: relative;
	width: 100%;
}
.contents_catch {
	text-align: left;
	font-size: 1.2em;
}
.contents_txt {
	text-align: left;
	font-weight: 300;
	line-height: 1.8;
}
.contents_table {
	display: table;
}
.contents_cell {
	display: table-cell;
}
.contents_cell:first-of-type {
	padding-right: 5px;
	text-align: left;
}
.contents_cell:last-of-type {
	padding-left: 5px;
	text-align: right;
}

.back_to_top {
	margin: 20px auto 80px;
	width: 200px;
}
.back_to_top * {
	vertical-align: middle;
}
.back_to_top a {
	display: block;
}

.more_btn {
	text-align: center;
	margin-top: 30px;
	padding: 1em 0;
	background: #fff;
	line-height: 1;
    font-size: 4vw;
	letter-spacing: 2px;
	transition: .3s;
}
.more_btn:hover {
    cursor: pointer;
	background: #21dbb0;
	color: #fff!important;
}

.load_pre {
	margin-bottom: 0;
}
.more_area {
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
	height: 0;
	transition: .3s;
	margin-bottom: 0;
}
.more_area.load_more {
	visibility: visible;
	opacity: 1;
	height: auto;
}

.link_btn {
	margin: 5% auto;
	position: relative;
	text-align: center;
	width: 85%;
	max-width: 300px;
	transition: .3s;
}
.link_btn:hover {
	opacity: 0.7;
}
.link_btn img {
	vertical-align: middle;
	background: #21dbb0;
	padding: 13px 0;
	border-radius: 40px;
}
/***** /section｜sec_main 共通部分 *****/


/***** pagetop btn *****/
#pagetop {
	z-index: 100;
    right: 10px;
	width: 30%;
    max-width: 50px;
}
#pagetop:hover {
	opacity: 0.8;
	cursor: pointer;
}
/***** /pagetop btn *****/


/***** footer / ページ下部リンク *****/
.foot_link_block {
	display: flex;
	flex-direction: column;
	margin: 10px auto 0;
	max-width: 1400px;
}
.foot_link_block .foot_link {
	width: 100%;
}
.foot_link {
	font-family: broadacre-regular-0, 'Noto Sans JP', 'Noto Sans KR', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	margin: 20px auto 0;
	padding: 0 8vw;
	width: 100%;
	max-width: 600px;
}
.foot_link * {
	vertical-align: middle;
}
.foot_link a:hover {
	opacity: 0.7;
}
.foot_link .link_title {
	font-size: 3.5em;
	padding-bottom: 0.1em;
	color: #21dbb0;
}
.foot_link .col_2 a {
	float: left;
	text-align: center;
	width: calc(50% - 5px);
	margin-right: 5px;
	margin: 0 5px 3vw 0;
	padding: 0.5em 0;
	background: #fff;
	border-radius: 10px;
	font-size: 3.5vw;
}
.foot_link .col_2 a:last-of-type {
	margin-right: 0;
	margin-left: 5px;
}
.foot_link .col_1 a + a {
	margin-top: 0.5em;
}
.foot_link .link_bn_txt {
	position: relative;
}
.foot_link .link_bn_txt a {
	background: #21dbb0;
	color: #fff;
	padding: 10px 0;
	display: block;
	border-radius: 10px;
	font-size: 3.5vw;
}
.foot_link .link_bn_txt img {
	vertical-align: middle;
	width: auto;
	height: 1em;
}
.foot_link .link_bn_txt span {
	vertical-align: middle;
	margin-left: 0.5em;
}
.link_inners {
	position: relative;
}
.link_inners::before {
	content: "";
	position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.foot_link .after_arrow {
	position: relative;
}
.foot_link .after_arrow::after {
	content: "＞";
	line-height: 1;
	z-index: 1;
	position: absolute;
	margin-top: -0.5em;
	top: 50%;
	right: 5px;
	font-weight: 600;
	transform: scale(0.6, 1);
	font-size: 1.2em;
}
.app_dl {
	display: table;
	max-width: 450px;
}
.app_dl .app_dl_l {
	display: table-cell;
	width: 30%;
}
.app_dl .app_dl_r {
	display: table-cell;
	width: 70%;
}
.app_dl .app_dl_logo {
	margin: 0 auto;
	width: 85%;
}
.app_dl .app_dl_btn {
	margin-bottom: 0;
	vertical-align: middle;
	background: #21dbb0;
	border-radius: 40px;
	width: 85%;
	color: #fff;
    font-size: 3.5vw;
	line-height: 1;
}
.app_dl .app_dl_btn a {
	display: block;
	padding: 13px 0 15px;
}

.foot_link .link_title.line_1 {
	margin-top: calc(0.9em * -0.2);
}
.app_dl + .foot_link .link_title.line_1 {
	margin-top: 0;
}

footer {
	position: relative;
	margin-top: 50px;
	padding: 20px 0;
	text-align: center;
}
.copyrights {
    font-size: 0.9em;
}
footer a:hover {
	opacity: 0.7;
}
.foot_logo {
	margin: 0 auto;
}
.foot_logo img {
	width: auto;
	height: 20px;
}
.foot_logo i {
	color: #333;
	font-size: 20px;
}
.foot_logo .icon-campus {
	margin-right: 0.2em;
	color: #ffaa00;
}
.foot_logo + .copyrights {
	margin-top: 15px;
}
/***** /footer *****/


/***** 共通部分｜メディアクエリ *****/
@media only screen and (min-width: 601px){
	.view_pc { display: block!important; }
	.view_sp { display: none!important; }
	#title {
		background-image: url(../img/top/title_bg.png);
	}
	#title .dsp_min_1200 {
		padding: 0 11%;
	}
	#nav_tab ul {
		font-size: 1.7vw;
	}
	#nav_tab ul li {
		height: 60px;
	}
	#nav_tab.fixed + #sec_main {
		padding-top: calc( 60px + 10px );
	}
	#sec_main section {
		margin: 60px auto;
	}
	.contents_block {
		padding: 0 7px;
		margin: 50px auto;
		position: relative;
	}
	.sec_title {
		font-size: 1.7em;
	}
	.sec_title img {
		width: auto;
		height: calc(1.2em + 13px*2);
		border-radius: calc(0.6em + 13px);
	}
	.sec_title .line_2 img {
		height: calc(1.8em + 13px*2);
		border-radius: calc(0.9em + 13px);
	}
	.more_btn {
		font-size: 1.2em;
	}
	.foot_link {
		margin-top: 50px;
		padding: 0;
	}
	.app_dl {
		margin-top: 60px;
	}
	.app_dl .app_dl_btn {
		font-size: 1.2em;
	}
	.foot_link .link_bn_txt a {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 1.0em;
	}
	.foot_link_block {
		padding: 0 8vw;
		flex-direction: row;
		align-items: flex-end;
	}
	.foot_link_block + .foot_link_block {
		margin-top: 20px;
	}
	.foot_link_block.flex_ai_fs {
		align-items: flex-start;
	}
	.foot_link_block .foot_link {
		width: 50%;
		margin-top: 0;
	}
	.foot_link_block .foot_link:first-of-type {
		padding-right: 3%;
	}
	.foot_link_block .foot_link:last-of-type {
		padding-left: 3%;
	}
	.foot_link_block:first-of-type {
		margin-top: 0;
	}
	.foot_link .link_title {
		padding-bottom: 0;
	}
	.foot_link_block .foot_link .link_title {
		font-size: 5.5vw;
	}
	.foot_link_block .foot_link .link_title.line_1 {
		margin-top: 0;
	}
	.foot_link_block .foot_link .link_bn_txt a {
		margin-top: 10px;
		margin-bottom: 0;
		font-size: 2vw;
	}
	.foot_link_block .foot_link:first-of-type.app_dl {
		max-width: none;
		padding: 0 3%;
	}
	.foot_link_block.flex_ai_fs .foot_link:first-of-type.app_dl {
		padding-top: 2%;
	}
	.foot_link_block .app_dl .app_dl_l {
		text-align: right;
		width: 28%;
	}
	.foot_link_block .app_dl .app_dl_l img {
		max-width: 110px;
	}
	.foot_link_block .app_dl .app_dl_r {
		width: 72%;
	}
	.foot_link_block .app_dl .app_dl_logo {
		max-width: 300px;
	}
	.foot_link_block .app_dl .app_dl_btn {
		font-size: 1.8vw;
	}
/*	.foot_link_block .app_dl + .foot_link .link_title.line_1 {
		margin-top: 0;
	}*/
	.foot_link_block .icon-txt-share, .foot_link_block .icon-txt-sns, .foot_link_block .icon-txt-more {
		margin-left: -1.5em;
		margin-right: -1.5em;
	}
}

@media only screen and (min-width: 601px) and (max-width: 800px){
	.sec_title {
		font-size: 3.4vw;
	}
/*
	.interview_body .contents_block:not(.pickup_block) .contents_catch {
		font-size: 3vw;
	}
	.interview_body .contents_block .contents_question {
		font-size: 2.8vw;
	}
*/
}
@media only screen and (min-width: 601px) and (max-width: 991px){
	#nav_tab ul {
		padding-left: 0;
		padding-right: 0;
	}
/*	#nav_tab ul li {
		height: 8vw;
	}
	#nav_tab.fixed + #sec_main {
		padding-top: calc( 8vw + 10px );
	}*/
	#nav_tab ul li:first-of-type {
		border-left: none;
	}
	#nav_tab ul li:last-of-type {
		border-right: none;
	}
}
@media only screen and (min-width: 801px){
	#nav_tab ul {
		font-size: 1.5vw;
	}
}
@media only screen and (min-width: 992px){
	#nav_tab ul {
		padding: 5px 4vw;
		font-size: 0.9em;
	}
	.foot_link_block .foot_link .link_bn_txt a {
		font-size: 1.8vw;
	}
	.foot_link_block .foot_link:first-of-type.app_dl {
		padding: 0 5%;
	}
	.foot_link_block .app_dl .app_dl_l {
		width: 30%;
	}
	.foot_link_block .app_dl .app_dl_r {
		width: 70%;
	}
	.foot_link_block .app_dl .app_dl_btn {
		font-size: 1.6vw;
	}
}
@media only screen and (min-width: 1200px){
	#title {
		background-size: contain;
	}
	#title .dsp_max_1201 {
		display: block;
	}
	#title .dsp_min_1200 {
		display: none;
	}
	#title .dsp_min_1200 img {
		width: 90%;
		max-width: 600px;
	}
	
	#nav_tab ul {
		padding: 5px 8vw;
	}
	.foot_link_block .foot_link .link_title {
		font-size: 5vw;
	}
	.foot_link_block .icon-txt-share, .foot_link_block .icon-txt-sns, .foot_link_block .icon-txt-more {
		margin-left: -1.0em;
		margin-right: -1.0em;
	}
	.foot_link_block .foot_link .link_bn_txt a {
		font-size: 1.0em;
	}
	.foot_link_block .app_dl .app_dl_btn {
		font-size: 1.0em;
	}
}
@media only screen and (min-width: 1400px){
	.view_w1400 { display: block!important; }
	#nav_tab ul {
		padding: 5px 100px;
	}
	#sec_main section {
		margin: 80px auto;
		padding: 20px 100px 0;
	}
	.foot_link_block {
		padding: 0 100px;
	}
	.foot_link_block .foot_link .link_title {
		font-size: 3.5em;
	}
}

@media only screen and (max-width: 600px){
	.row .col { margin: 4px auto; padding: 0 4px; }
	.more_btn {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 500px){
	html { font-size: 50%; }
	.bx_border {
		padding: 6px;
	}
	#sec_main section {
		margin: 30px auto;
		padding: 20px 35px 0;
	}
	.contents_txt {
		font-size: 3vw;
	}
	.foot_link {
		padding: 0 45px;
	}
}
@media only screen and (max-width: 400px){
	#nav_tab ul {
		font-size: 1vw;
	}
	#nav_tab ul li {
		height: 55px;
	}
	#nav_tab.fixed + #sec_main {
		padding-top: calc( 55px + 10px );
	}
	#nav_tab ul li .nav_txt_sub {
		margin-bottom: 5px;
	}
	.title_lead {
		font-size: 1.3em;
	}
	.contents_txt {
		font-size: 3.5vw;
	}
}
/***** /共通部分｜メディアクエリ *****/


/***** コンテンツ｜about *****/
#about .contents_block {
	background: #fff;
/*	padding: 15px;*/
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	color: #333;
	border-radius: 10px;
}
#about .txt_block {
	position: relative;
	flex-basis: 50%;
	max-width: 350px;
}
#about .contents_catch {
	margin-bottom: 0.5em;
	font-size: 1.2em;
	font-weight: 500;
}
#about .img_block {
	margin-bottom: 10px;
	flex-basis: 50%;
	max-width: 350px;
	text-align: center;
}
#about .img_block img {
	max-width: 300px;
}
#about .link_btn {
	font-family: broadacre-regular-0, 'Noto Sans JP', 'Noto Sans KR', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	margin: 20px auto 0;
	width: 100%;
	max-width: 600px;
}
#about .link_btn a {
	background: #21dbb0;
	color: #fff;
	display: inline-block;
	font-size: 3.5vw;
	padding: 13px 0 15px;
	border-radius: 40px;
	width: 90%;
	max-width: 300px;
}
@media only screen and (min-width: 601px){
	#about .contents_block {
		flex-direction: row-reverse;
		padding: 30px 0 30px 30px;
	}
	#about .img_block {
		margin-bottom: 0;
	}
	#about .img_block img {
		max-width: none;
	}
	#about .link_btn {
		position: absolute;
		bottom: 4%;
		padding: 0;
	}
	#about .link_btn a {
		font-size: 1.2em;
	}
	#about .link_btn img {
		max-width: 250px;
	}
}
@media only screen and (min-width: 601px) and (max-width: 700px){
	#about .contents_catch {
		font-size: 2.8vw;
	}
	#about .contents_txt {
		font-size: 2.2vw;
	}
}
/***** /コンテンツ｜about *****/


/***** コンテンツ｜voice *****/
.pswp.ps_voice .ps_type_img img {
	border: 10px solid #fff;
    border-radius: 10px;
}
/***** /コンテンツ｜voice *****/


/***** コンテンツ｜snap *****/
.snap_img {
	overflow: hidden;
}
.snap_txt {
	font-size: 0.8em;
}
.pswp.ps_snap .ps_view_inner {
    flex-direction: column;
}
.pswp.ps_snap .ps_view_inner .snap_img {
	border: 10px solid #fff;
    border-radius: 10px;
	width: 95vw;
}
.pswp.ps_snap .ps_view_inner .snap_img img {
    width: 90vw;
}
.pswp.ps_snap .ps_view_inner .snap_txt {
	margin-top: 1em;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
}
@media only screen and (min-width: 601px){
	.pswp.ps_snap .ps_view_inner .snap_img {
		width: auto;
	}
	.pswp.ps_snap .ps_view_inner .snap_img img {
		width: auto;
	}
}
@media only screen and (max-width: 500px){
	.snap_txt {
		font-size: 0.7em;
	}
}
/***** /コンテンツ｜snap *****/


/***** コンテンツ｜research *****/
#contents_research {
	padding: 20px;
	background: #fff;
	border-radius: 20px;
}
#contents_research .col {
	margin: 15px auto;
	padding: 15px;
}
#contents_research .col:first-of-type {
	margin-top: 0;
}
#contents_research .col:last-of-type {
	margin-bottom: 0;
}
.rq_title {
	display: flex;
	align-items: baseline;
	color: #333;
	font-size: 4vw;
}
.rq_title::before {
	content: "\e90b";
	font-family: 'icomoon' !important;
	color: #21dbb0;
	font-size: 1em;
	vertical-align: -1px;
}
.rq_title i {
	flex-basis: 1.5em;
	color: #21dbb0;
	font-size: 1em;
}
.rq_title .rq_title_txt {
	flex-basis: calc(100% - 1.5em);
	font-weight: 400;
    line-height: 1.5;
    margin: 0 auto;
}
.rq_img_block {
	margin: 10px auto;
	width: 100%;
}
.rq_img_block .rq_img {
	margin: 30px auto;
	max-width: 350px;
}
#contents_research .col:nth-of-type(7) .rq_img_block .rq_img:first-of-type {
	margin-bottom: -30px;
}
#contents_research .col:nth-of-type(7) .rq_img_block .rq_img:last-of-type {
	margin-bottom: -10px;
}
#contents_research .col:nth-of-type(9) .rq_img_block .rq_img:first-of-type {
	margin-bottom: -70px;
}
#contents_research .col:nth-of-type(9) .rq_img_block .rq_img:last-of-type {
	margin-bottom: -50px;
}

@media only screen and (min-width: 601px){
	#contents_research {
		padding: 1rem;
	}
	#contents_research .col {
		margin: 0 auto;
		padding: 1rem;
	}
/*	#contents_research .col:nth-of-type(2) {
		padding-top: 0;
	}
	#contents_research .col:nth-last-of-type(2) {
		padding-bottom: 0;
	}*/
/*	#contents_research .col:nth-of-type(2n+1) {
		padding: 2rem 1rem;
	}
	#contents_research .col:nth-last-of-type(2n) {
		padding: 1rem 1rem 2rem 1rem;
	}*/
	.rq_title {
/*		font-size: 1.2em;*/
		font-size: 1.8vw;
		height: calc(2em * 1.5 + 0.5em);
	}
	.rq_txt {
		font-size: 1.6vw;
	}
	.rq_img_block {
		display: table;
	}
	.rq_img_block .rq_img {
		display: table-cell;
		width: 50%;
		padding: 0 10px;
	}
	#contents_research .col:nth-of-type(7) .rq_img_block .rq_img:first-of-type,
	#contents_research .col:nth-of-type(7) .rq_img_block .rq_img:last-of-type,
	#contents_research .col:nth-of-type(9) .rq_img_block .rq_img:first-of-type,
	#contents_research .col:nth-of-type(9) .rq_img_block .rq_img:last-of-type {
		margin-bottom: 0;
	}
	#contents_research .col:nth-of-type(9) .rq_img_block {
		margin-bottom: -20px;
	}
}
@media only screen and (min-width: 801px){
	#contents_research {
		padding: 2rem;
	}
	#contents_research .col {
		margin: 0 auto;
		padding: 2rem;
	}
	.rq_title {
		font-size: 1.8vw;
	}
}
@media only screen and (min-width: 801px) and (max-width: 1050px){
	.rq_title {
		font-size: 1.8vw;
	}
}
@media only screen and (min-width: 1051px){
	.rq_title {
		font-size: 1.2em;
	}
	.rq_txt {
		font-size: 1em;
	}
}
@media only screen and (max-width: 500px){
	.rq_title {
		font-size: 5vw;
	}
}
/***** /コンテンツ｜research *****/


/***** コンテンツ｜discussion *****/
#contents_discussion {
	padding: 15px;
	background: #fff;
	border-radius: 20px;
}
#contents_discussion .contents_block {
	padding: 0;
}
#contents_discussion .contents_block .contents_img img {
	border-radius: 20px;
}

.discussion_member {
	display: table;
}


.discussion_member {
	display: table;
}
.discussion_member .col {
	margin: 0 auto;
}
.discussion_member .col .member {
	display: table;
	margin-top: 10px;
}
.discussion_member .col .member .mem_img {
	display: table-cell;
	vertical-align: top;
	width: 20%;
}
.discussion_member .col .member .mem_img img {
	border-radius: 50%;
/*	border: 2px solid #21dbb0;*/
}
.discussion_member .col .member .mem_prof {
	display: table-cell;
	vertical-align: top;
	width: 75%;
	font-size: 0.9em;
	padding: 0 1em 0 0;
}
.discussion_member .col .member .mem_prof .prof_name {
	font-size: 1.1em;
	font-weight: 700;
	text-align: right;
}
.discussion_member .col .member .mem_prof .prof_txt {
}
.discussion_member .col:first-of-type .member {
	margin-top: 0;
	margin-bottom: 10px;
}
.discussion_member .col:first-of-type .member .mem_img {
	width: 30%;
}
.discussion_member .col:first-of-type .member .mem_prof {
	width: 70%;
	font-size: 1em;
	padding: 0 0 0 1em;
}
.discussion_member .col:first-of-type .member .mem_prof .prof_name {
	text-align: left;
}
.discussion_member .col:first-of-type .member .mem_prof .prof_txt {
	font-size: 0.95em;
}
.discussion_member .col:last-of-type .member .mem_prof .prof_txt {
	text-align: right;
}
.discussion_member .discussion_member_br {
	display: block;
}

.discussion_q {
	font-size: 1.5em;
	font-weight: 500;
	padding-left: 2em;
    text-indent: -2em;
}
.discussion_q::before {
	content: "\e90b";
	font-family: 'icomoon' !important;
	color: #21dbb0;
	font-size: 0.9em;
	vertical-align: -1px;
	margin-right: 0.5em;
}

.discussion_balloon {
	margin: 20px auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.discussion_balloon .balloon_img {
	flex-basis: 75px;
	padding-right: 10px;
}
.discussion_balloon .balloon_img img {
	border-radius: 50%;
}
.discussion_balloon .balloon_txt {
	flex-basis: calc(100% - 75px);
	font-weight: 500;
	position: relative;
	margin: 0 0 0 15px;
	padding: 1em 1em;
	color: #21dbb0;
	background: #e9fbf7;
	border-radius: 10px;
}
.discussion_balloon .balloon_txt:before {
	content: "";
	position: absolute;
/*	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #e9fbf7;
	z-index: 2;*/
/*	top: 50%;
    left: -10px;
    margin-top: -20px;*/
	top: 20px;
    left: -10px;
    border: 15px solid transparent;
    border-right: 15px solid #e9fbf7;
    z-index: 2;
    transform: rotate(225deg);
}

.discussion_talk .contents_img,
.discussion_talk .contents_txt {
	margin: 10px auto;
}
.discussion_talk .contents_catch {
	color: #333;
	margin: 7rem auto 20px;
	line-height: 1.5;
}
.discussion_txt .txt_person {
	margin: 1.2em auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.discussion_txt .txt_person .person_name {
	flex-basis: 8em;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	padding: 0.6em 0;
	border-radius: 1em;
	font-size: 0.7em;
	margin-top: 0.3em;
}
.discussion_txt .txt_person .person_name::after {
	content: "さん";
	margin-left: 0.2em;
}
.discussion_txt .txt_person.type_1 .person_name {
	background: #21dbb0;
	color: #fff;
}
.discussion_txt .txt_person.type_2 .person_name {
	background: #ffcc52;
	color: #fff;
}
.discussion_txt .txt_person .person_txt {
	flex-basis: calc(100% - 4em);
	padding-left: 0.7em;
}
.discussion_txt .txt_person .person_txt span {
	background: linear-gradient(transparent 80%, #ffcc52 80%);
	font-weight: 700;
}
.discussion_txt .txt_person.type_r {
	flex-direction: row-reverse;
}
.discussion_talk .discussion_img {
	margin: 7rem auto;
}
.discussion_talk .discussion_img:last-of-type {
	margin-bottom: 20px;
}

@media only screen and (min-width: 601px){
	#contents_discussion {
		padding: 20px;

		}
	.discussion_balloon {
		align-items: center;
	}
/*	.discussion_balloon .balloon_txt {
		margin: 0.5em 0 0.5em 15px;
	}*/
	.discussion_balloon .balloon_txt:before {
		top: 50%;
		margin-top: -10px;
	}
	.discussion_talk .contents_img,
	.discussion_talk .contents_catch,
	.discussion_talk .contents_txt {
		margin: 0.8em auto;
	}
	.discussion_talk .discussion_img + .discussion_q,
	.discussion_talk .discussion_txt + .discussion_q {
		margin-top: 5rem;
	}
	.discussion_talk .discussion_img {
		margin: 5rem auto;
	}
}
@media only screen and (min-width: 601px) and (max-width: 800px){
	.discussion_member .col.m6 {
		width: 100%;
	}
}
@media only screen and (min-width: 801px){
	.discussion_member .col:first-of-type .member {
		margin-bottom: 0;
	}
	.discussion_member .col .member:first-of-type {
		margin-top: 0;
	}
	.discussion_member .col .member .mem_prof {
		padding: 0 1em;
	}
	.discussion_member .col .member .mem_prof .prof_name {
		margin-bottom: 0.3em;
	}
	.discussion_member .col:last-of-type .member .mem_prof .prof_txt {
		text-align: left;
	}
	.discussion_member .discussion_member_br {
		display: none;
	}
}
@media only screen and (min-width: 992px){
	#contents_discussion .contents_block {
		padding: 0 5%;
	}
	.discussion_member .col:first-of-type {
		padding-right: 2%;
	}
	.discussion_member .col:last-of-type {
		padding-left: 2%;
	}
	.discussion_balloon .balloon_img {
		flex-basis: 10%;
	}
	.discussion_balloon .balloon_txt {
		flex-basis: 90%;
	}
}
@media only screen and (max-width: 400px){
	.discussion_member .col:last-of-type .member .mem_prof .prof_txt {
		text-align: left;
	}
	.discussion_member .discussion_member_br {
		display: none;
	}
}
/***** /コンテンツ｜discussion *****/


/***** /コンテンツ｜present *****/
#present {
	margin: 40px auto;
	padding: 0 8vw 0;
	max-width: 1400px;
}
#present .contents_block {
	background: #fff;
	padding: 30px;
	max-width: 700px;
	color: #333;
	border: 2px solid #21dbb0;
	border-radius: 10px;
}
#present .img_block {
	float: right;
	padding: 0 0 0.5em 0.5em;
	width: 40%;
	text-align: center;
}
#present .img_block img {
	max-width: 200px;
}
#present .txt_block {
}
#present .contents_catch {
	margin-bottom: 0.5em;
	font-size: 1.2em;
	font-weight: 500;
}
#present .contents_txt + .contents_txt {
	margin-top: 1em;
}
#present .link_btn {
	margin-bottom: 0;
}
@media only screen and (min-width: 601px){
	#present {
		margin: 60px auto;
	}
	#present .contents_block {
		padding-bottom: 100px;
	}
	#present .link_btn {
		text-align: center;
		position: absolute;
		bottom: 30px;
		left: 30px;
/*		width: calc(50% - 30px);*/
		width: 50%;
		max-width: none;
		margin: 0;
	}
	#present .link_btn img {
		max-width: 300px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#foot_links + #present {
		margin-top: 4%;
	}
}
@media only screen and (min-width: 992px){
	#present .contents_block {
		padding-bottom: 50px;
		max-width: 800px;
	}
}
@media only screen and (min-width: 1400px){
	#present {
		margin: 70px auto;
		padding: 0 100px 0;
	}
	#foot_links + #present {
		margin-top: 50px;
	}
	#foot_links + #present .contents_block {
		max-width: 900px;
		padding-bottom: 30px;
	}
	#foot_links + #present .img_block {
		width: 30%;
	}
	#foot_links + #present .img_block img {
		max-width: 220px;
	}
}
@media only screen and (max-width: 500px){
	#present {
		margin: 30px auto;
		padding: 0 35px 0;
	}
}
/***** /コンテンツ｜present *****/


/***** コンテンツ｜try_cocome *****/
#try_block {
	z-index: 1504;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
/*	left: -4px;
	width: 4px;
	border-left: 4px solid #21dbb0;*/
}

.side_btn {
	z-index: 1;
	position: absolute;
	width: 30px;
	height: 240px;
	transition: .3s;
	cursor: pointer;
}
.side_btn.mode_open {
	left: 0;
/*	bottom: 0;*/
}
.side_btn.mode_close {
	z-index: 3;
	position: fixed;
	right: -30px;
	bottom: 0;
}

#try_cocome {
	z-index: 2;
	transition: .3s;
	position: absolute;
	top: 0;
	left: -100vw;
	background: rgba(33,219,176,0.9);
	width: 100vw;
	height: 100vh;
	color: #fff;
/*	overflow-y: auto;*/
	padding-bottom: 8em;
}
#try_cocome,
#try_cocome .container {
	overflow-y: scroll;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */
}
#try_cocome::-webkit-scrollbar,
#try_cocome .container::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display: none;
}
.try_title {
	margin: 30px auto;
    width: 80%;
	max-width: 250px;
}
.try_lead {
	font-family: broadacre-regular-0, 'Noto Sans JP', 'Noto Sans KR', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.4em;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	width: 96%;
	max-width: 700px;
}
#try_cocome article {
	position: relative;
	margin: 60px auto;
	padding: 0;
	width: calc(100% - 30px*2);
	max-width: 500px;
}
#try_cocome article::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 0;
	width: 30px;
	height: 2px;
	background: #fff;
}
#try_cocome article:first-of-type::before,
#try_cocome article:last-of-type::before {
	content: none;
}
#try_cocome article .row .col {
	padding: 0;
}
#try_cocome article .contents_catch {
	margin: 0 auto 15px;
	padding-right: 0.3em;
	position: relative;
	max-width: 700px;
	font-weight: 700;
	display: flex;
	align-items: flex-start;
}
#try_cocome article .contents_catch .step_num {
	padding: 0.1em 0.5em 0.2em;
	width: 5em;
	border-radius: 1.5em;
	background: #fff;
	color: #21dbb0;
	text-align: center;
	font-size: 0.8em;
	letter-spacing: 2px;
}
#try_cocome article .contents_catch .step_title {
/*	margin-top: 15px;*/
	padding-left: 1em;
	flex-basis: calc(100% - 5em*0.8);
}
#try_cocome article .contents_txt {
	padding-right: 0.3em;
	font-size: 1.1em;
	font-weight: 400;
}
#try_cocome article .contents_txt .remark {
	margin: 0.5em auto;
	font-size: 0.8em;
}
#try_cocome article .contents_txt .remark.idt {
	padding-left: 1em;
	text-indent: -1em;
}
#try_cocome article .contents_img {
	text-align: center;
}
#try_cocome article .contents_img .badge {
	width: 96%;
	margin-top: 10px;
}
.type_sp {
/*	border-radius: 10px;
	border: 2px solid #fff;*/
	max-width: 120px;
}
.type_sp.add_border {
	border-radius: 10px;
	border: 2px solid #fff;
}
#try_cocome article:first-of-type .type_sp {
	margin-top: 1em;
	width: 80%;
	max-width: 300px;
}

.try_recommend .recommend_title {
	margin: 0 auto 15px;
	padding: 0.1em 0.5em 0.2em;
	max-width: 300px;
	border-radius: 1.5em;
	background: #fff;
	color: #21dbb0;
	text-align: center;
	font-size: 0.9em;
}
#try_cocome article.try_recommend {
	margin-top: 80px;
}
#try_cocome article.try_recommend .contents_catch,
#try_cocome article.try_recommend .contents_txt {
	padding-right: 0;
	padding-left: 0.3em;
}
#try_cocome article.try_recommend .contents_catch {
	display: block;
	text-align: center;
}
.try_recommend .contents_img {
	width: 120%;
	margin-left: -20%;
}

#try_cocome .foot_link {
/*	width: calc(100% - 30px*2);*/
	max-width: 500px;
}
#try_cocome .foot_link .link_title {
	color: #fff!important;
}
#try_cocome .foot_link .link_bn_txt a {
	background: #fff!important;
	color: #21dbb0!important;
}
#try_cocome .app_dl {
/*	margin-bottom: 60px;*/
}
#try_cocome .app_dl .app_dl_btn {
	margin-bottom: 0;
	background: #fff;
	color: #21dbb0;
}

#try_block.active {
	border-left: none;
	width: 100vw;
}
#try_block.active #try_cocome {
	left: 0;
	border-right: 4px solid #fff;
}
#try_block.active .side_btn.mode_open {
	left: -30px;
}
#try_block.active .side_btn.mode_close {
	right: 0;
}

/*@media only screen and (min-width: 501px){
	#try_cocome .icon-txt-share, #try_cocome .icon-txt-sns, #try_cocome .icon-txt-more {
		font-size: 9.5vw;
		margin-left: -0.5em;
		margin-right: -0.5em;
	}
}*/
@media only screen and (min-width: 601px){
	.side_btn {
		width: 45px;
		height: 360px;
	}
	.side_btn.mode_close {
		right: -45px;
	}
	#try_block.active .side_btn.mode_open {
		left: -45px;
	}
	#try_cocome {
		padding-bottom: 3em;
	}
	.try_lead {
		font-size: 1.2em;
	}
	.try_recommend .contents_img {
		width: 136%;
		margin-left: -36%;
	}
}
@media only screen and (max-width: 500px){
	#try_cocome .foot_link {
		padding: 0 35px;
	}
/*	#try_cocome .icon-txt-share, #try_cocome .icon-txt-sns {
		font-size: 9.5vw;
	}*/
}
@media only screen and (max-height: 500px){
	.side_btn {
		width: 30px;
		height: 240px;
	}
}
/***** /コンテンツ｜try_cocome *****/
