@charset "utf-8";
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:200,300,400,500,600,700,800,900&display=swap');
@import url("https://use.typekit.net/hfi3ylg.css");

/* リセットCSS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	color: inherit;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6{
	height: auto;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* /リセットCSS */


/****************************************
		clearfix
*****************************************/
.cf::before,
.cf::after {
	content: " ";
	display: table;
}
.cf::after {
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.cf {
	display: inline-block;
	*zoom: 1;
}

* html .cf {
	height: 1%;
}
/* /clearfix */

/****************************************
		base
*****************************************/

*{
	box-sizing: border-box;
}
body{
	width: 100%;
	max-width: 100%;
	position: relative;
	font-family: 'YakuHanJP','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 18px;
  font-weight: 500;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	color: #323232;
}
.en,
.din{
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
}


p{
	font-size: 1em;
	line-height: 2.08em;
	letter-spacing: 0.1em;
	word-break: break-word;
	overflow-wrap : break-word;
	font-weight: 500;
}

h1,h2,h3,h4,h5,h6{
	line-height: 1.4em;
	letter-spacing: 0.05em;
	word-break: break-word;
	overflow-wrap : break-word;
}

img{
	margin: 0 auto;
	line-height: 0;
	padding: 0;
	vertical-align: bottom;
	max-width: 100%;
}
a{
	transition: 0.3s;
	display: inline-block;
	text-decoration: none;
	color: inherit;
}
a:hover{
	transition: 0.3s;
	color: inherit;
	opacity: 0.7;
}

button{
	font-size: 100%;
	border: 0;
	padding: 0;
	font-family: inherit;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

body ::-webkit-scrollbar {
	height: 10px;
	width: 10px;
	display: inline-block;
}
body ::-webkit-scrollbar-track {
	background: #D1D1D1;
}

body ::-webkit-scrollbar-thumb {
	background: #00a8a4;
}


/****************************************
		共通
*****************************************/

.wrapper{
	position: relative;
}

.inner{
	margin: 0 auto;
	width: 85%;
	box-sizing: border-box;
	display: block;
    max-width: 1190px;
}

.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex.col2 li{
	width: 48%;
	margin-bottom: 4%;
}
.flex.col3 li{
	width: 30%;
	margin-bottom: 4%;
}
.flex.col4 li{
	width: 24%;
	margin-bottom: 1.5%;
}

.section_tit{
	margin: 0 0 2.3em;
}
.indent{
	padding-left: 1em;
	text-indent: -1em;
}
.indent-half{
	text-indent: -0.5em;
	padding-left: 0.5em;
	display: inline-block;
}
.indent1em{
	text-indent: 1em;
	display: inline-block;
}
.indent-1em{
	text-indent: -1.2em;
	padding-left: 1.2em;
}
.indent-list{
	line-height: 1.4;
	margin: 2em 0 1em;
}
.indent-list li{
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-bottom: 1em;
}
.kerning{
	margin-left: -0.09em;
}

.txt_left{
	text-align: left;
}
.txt_center{
	text-align: center;
}
.txt_right{
	text-align: right;
}

.f_weight600{
	font-weight: 600;
}
.f_weight700{
	font-weight: 700;
}
.f_weight800{
	font-weight: 800;
}
.f_weight900{
	font-weight: 900;
}
.bold,
b{
	font-weight: bold;
}
sup{
	font-size: 0.8em;
	vertical-align: top;
}
.big{
	font-size: 1.2em;
}

.txt_link{
	display: inline-block;
	border-bottom: solid 1px #000;
	padding-bottom: 0.4em;
	position: relative;
    font-weight: 700;
}
.txt_link:after{
	content: "＞";
	position: absolute;
	right: -1em;
	font-size: 0.65em;
	margin: auto 0;
	display: block;
	top: 50%;
	transform: translateY(-50%);
    font-weight: 800;
}

.map iframe{
	width: 100%;
}
.movie_wrap iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.btn_more{
	position: relative;
	color: #00a8a4;
	text-align: left;
	width: 90%;
	box-sizing: border-box;
	border-radius: 10em;
	padding: 1.2em 1.8em;
	max-width: 13.6em;
	font-size: 0.9em;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.1em;
	display: flex;
  align-items: center;
	background: #00a8a4;
}
.btn_more:after{
	content: "";
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1em;
	transition: all 1s;
	height: 1em;
	background: url(../img/teaser/ico_arrow.svg) center center/contain no-repeat;
}
.btn_more:hover:after{
	background: url(../img/teaser/ico_arrow_wh.svg) center center/contain no-repeat;
}


.btn_more.back:after{
	left: 1em;
	right: auto;
	transform: rotate(180deg);
}


/****************************************
		アニメーション
*****************************************/
/* 画像ズーム */
.ov_zoom{
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.ov_zoom .bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
	height: 100%;
	width: 100%;
}
.ov_zoom .bg img{
	transition:1s all;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.ov_zoom:hover .bg img{
	transition:1s all;
	transform:scale(1.1,1.1);
}
.ov_zoom a:hover{
	opacity: 1;
}


/* fade */
.fadein {
  transition: all 2s;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 20px);
}

.fadein.scrollin {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}
/* .fadein + .fadein{
	transition-delay: 0.2s;
}
.fadein + .fadein + .fadein{
	transition-delay: 0.4s;
}
.fadein + .fadein + .fadein + .fadein{
	transition-delay: 0.6s;
}
.fadein + .fadein + .fadein + .fadein + .fadein{
	transition-delay: 0.8s;
}
.fadein + .fadein + .fadein + .fadein + .fadein + .fadein{
	transition-delay: 1s;
} */


/****************************************
		header
*****************************************/
header{
	top: 0;
	z-index: 100;
	margin: 0 auto;
    /* padding: 2.8em 0 2em; */
    padding: 2em 0 2em;
	width: 100%;
	/* position: absolute; */
	transition: .3s;
	/* position: fixed; */
	/* background: rgba(255, 255, 255, 0.8); */
}
header .inner{
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
    max-width: 1305px;
    width: 93%;
		gap: 1em;
}
header .head_left{
	/* flex: 1; */
    margin-left: 4%;
    width: 20%;
}
header .head_right{
	/* width: 67%; */
	width: 820px;
    margin-top: 0.5em;
}
header .ham_menu .menu{
	color: #00a8a4;
}
header .menu .menu_inner{
	display: flex;
    align-items: center;
    justify-content: flex-end;
    /* flex-wrap: wrap; */
    gap: 1em;
}
header .menu .menu_list {
	display: flex;
	justify-content: space-between;
	text-align: center;
	position: relative;
	/* margin-right: 1em; */
}

header .menu .menu_list li {
	position: relative;
	border-right: solid 1px #00a8a4;
}
header .menu .menu_list li.border-no {
	border-right: none;
}

header .menu .menu_list li a{
	display: block;
	padding: 0 1.2em;
	font-size: 0.9em;
	letter-spacing: 0.05em;
	font-weight: 800;
}
header .menu .sns_list{
	display: flex;
	gap: 1.2em;
}
header .menu .sns_list img{
	/* height: 35px; */
	height: 2em;
	width: auto;
	max-width: none;
}

/****************************************
		footer
*****************************************/
footer{
	background: #00a8a4;
	color: #fff;
    padding: 2.5em 0 2.2em;
	position: relative;
}
footer .foot_copy{
	clear: both;
	float: none;
	display: block;
	text-align: center;
	margin-top: 3.8em;
	font-size: 0.8em;
    letter-spacing: 0.05em;
	font-weight: 500;
}

footer .inner{
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
    max-width: 1100px;
}
footer .footer_left{
	margin-right: 3%;
	flex: 1;
}
footer .footer_right{
    margin-top: 1.5em;
}

footer .menu{
		text-align: right;
		margin: 0 0 0 auto;
}
footer .menu .menu_list {
	position: relative;
	display: block;
    max-width: 500px;
    margin-right: -0.8em;
    font-size: 0.9em;
    letter-spacing: 0.09em;
		display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
		text-align: center;
}

footer .menu .menu_list li {
	position: relative;
	display: inline-block;
	border-right: solid 1px #fff;
	margin-bottom: 1.3em;
	flex-grow: 1;
}
footer .menu .menu_list li.border-no {
	border-right: none;
}

footer .menu .menu_list li a{
	display: block;
	padding: 0 1em;
  font-size: 0.9em;
}
footer .menu .sns_list{
	display: flex;
    justify-content: flex-end;
	gap: 0.8em;
		text-align: center;
    margin-right: 0.8em;
}
footer .menu .sns_list img{
    height: 1.4em;
	width: auto;
    max-width: none;
}

.float_nav{
	/* pointer-events: none;
	opacity: 0;
	transition: .3s; */
	position: fixed;
	display: block;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	margin: auto;
	left: auto;
	right: 0;
	z-index: 10;
}
.float_nav li + li{
	margin-top: 0.5em;
}
/* .scroll .float_nav{
	pointer-events: auto;
	opacity: 1;
	transition: .3s;
} */


/****************************************
		totop
*****************************************/
/* .totop{
	margin: 0 auto;
	box-sizing: border-box;
	left: auto;
	right: 3.5em;
	top: 36.5em;
	pointer-events: none;
	position: absolute;
	z-index: 10;
	transition: .3s;
	opacity: 0;
  visibility: hidden;
	font-size: 0.9em;
	color: #00a8a4;
	opacity: 1;
  visibility: visible;
	transition: .3s;
}
.totop a{
	text-decoration: none;
	pointer-events: all;
}
.totop a img{
	width: 1.8em;
	height: auto;
	margin-bottom: 0.5em;
} */



/****************************************
		@top
*****************************************/
.sec_tit{
	font-size: 1.8em;
	font-weight: 800;
}
.sec_tit .en{
	display: block;
	font-size: 2.3em;
	color: #00a8a4;
}
.sec_tit .ja{
	display: block;
}

.top_fv{
	position: relative;
	width: 100%;
	/* padding-top: 9em; */
}
.top_fv .oc_btn{
	position: absolute;
    right: 12.5%;
    bottom: -4.5%;
    width: 19%;
}
.top_news{
	position: relative;
	padding: 3.5em 0 6.5em;
}
.top_news .inner{
	max-width: ;
}
.top_news .flex{
    justify-content: flex-start;
}
.top_news .head{
	margin-right: 3em;
}
.top_news .head .tit{
	margin-bottom: 2em;
}
.top_news .more{
	margin-top: -1.7em;
}
.top-page .news_list{
    flex: 1;
}
.sub-page .news_list{
	max-width: 900px;
	margin: 0 auto;
}

.news_list{
	position: relative;
    padding-left: 4em;
    margin-top: -0.4em;
}
.news_list li{
	position: relative;
	margin-bottom: 0.5em;
}
.news_list li a{
	padding: 0.5em;
}
.news_list li.new:before{
	content: "";
	top: 0.5em;
	left: 0;
	position: absolute;
	display: inline-block;
    margin-left: -3.5em;
	width: 56px;
	height: 21px;
	z-index: 1;
	background: url(../img/teaser/ico_new.png) center center / contain no-repeat;
}
.news_list li .date{
	font-size: 0.9em;
	font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 0.2em;
	display: block;
}
.news_list li .tit{
	font-size: 1.1em;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.4;
	display: block;
}

.top_about{
	background: #edf8f8;
	padding: 6em 0 6.8em;
	text-align: center;
}
.top_about .tit{
	text-align: center;
	margin-bottom: 6.1em;
}
.top_about .about01{
	display: flex;
    flex-wrap: wrap;
    max-width: 1275px;
    margin: 0 auto;
	text-align: left;
}
.top_about .about01 .img{
    width: 36%;
    margin-right: 5%;
}
.top_about .about01 .txt{
	width: 59%;
}
.top_about .about02{
	display: flex;
    justify-content: space-between;
    /* gap: 5%; */
	margin-top: 5.5em;
}
.top_about .about02 .list{
	position: relative;
	/* flex-grow: 1; */
	/* width: 50%; */
	width: 48%;
}
.top_about .about02 .list + .list:before{
	content: "";
	position: absolute;
	height: 100%;
	width: 2px;
    margin-left: -4%;
	display: block;
	background: url(../img/teaser/top_about02_list_line.png) left top/contain no-repeat;
}
.top_about .about03{
	margin-top: 7em;
}
.top_about .about03 .tit{
	padding-left: 2em;
    margin-bottom: 1.8em;
}
.top_about .about03 p{
	text-align: center;
	font-weight: 600;
    font-size: 1.1em;
    letter-spacing: 0.07em;
}
.top_about .about03 .movie_wrap{
	margin-bottom: 0.6em;
}

.top_about .pamphlet_btn{
	margin-top: 4em;
}

.top_department{
	padding: 8.5em 0 8em;
	text-align: center;
}
.top_department .tit{
    margin-bottom: 4.5em;
}
.top_department .department01{
	display: flex;
    max-width: 1064px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}
.top_department .department01 .img{
	width: 40%;
}
.top_department .department01 .txt{
    width: 38%;
    margin-top: 1.7em;
    margin-right: 4%;
}

.top_department .department02{
	margin-top: 4em;
    margin-bottom: 4.4em;
}
.top_department .department02 .tit{
	margin-bottom: 1.8em;
}
.top_department .pamphlet_btn{
	margin-top: 3em;
}
.top_faq{
	background: #E4F6F6;
	padding: 6.5em 0 7.8em;
	text-align: center;
}
.top_faq .tit{
    margin-bottom: 3.5em;
}

.faq_list {
	border-top: solid 1px #00a8a4;
	line-height: 1.7;
	text-align: left;
    max-width: 1100px;
		margin: 0 auto;
	width: 100%;
    font-size: 1.2em;
}
.faq_list > div {
	border-bottom: solid 1px #00a8a4;
}
.faq_list dt,
.faq_list dd {
    padding: 0.9em 2.2em 0.9em 3.8em;
	position: relative;
    letter-spacing: 0.02em;
    line-height: 1.4;
}
.faq_list dt {
	cursor: pointer;
	color: #00a8a4;
}
.faq_list dd {
    padding: 0.9em 2.2em 1.1em 3.8em;
	background-image: linear-gradient(to right, #00a8a4 1px, transparent 1px);
	background-size: 2px 1px;
	background-repeat: repeat-x;
	background-position: left top;
    font-size: 0.95em;
}
.faq_list dt::after {
	content: "";
	position: absolute;
	right: 0.6em;
	top: 0;
	bottom: 0;
    width: 0.9em;
	height: 100%;
	background: url(../img/teaser/ico_plus.png) center/contain no-repeat;
}
.faq_list dt.open::after {
	background: url(../img/teaser/ico_minus.png) center/contain no-repeat;
}
.faq_list dt::before,
.faq_list dd::before {
	content: "";
	position: absolute;
	left: 0;
    top: 0.5em;
    bottom: 0;
    width: 2.2em;
    height: 3em;
    background: url(../img/teaser/ico_faq_q.png) top center / contain no-repeat;
}
.faq_list dd::before {
	background: url(../img/teaser/ico_faq_a.png) top center/contain no-repeat;
}

.top_access{
	padding: 7.5em 0 8em;
	text-align: center;
}
.top_access .tit{
	margin-bottom: 3.3em;
}
.top_access p{
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 0.06em;
}
.top_access .map{
	margin: 0.8em auto 0;
	max-width: 800px;
}

.top_access .map iframe{
    height: 23em;
}
.top_access .img_list{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* gap: 2.6%; */
    margin: 4.8em auto 0;
    max-width: 800px;
}
.top_access .img_list li{
	width: 31.6%;
	margin-bottom: 2.6%;
}

/****************************************
		@sub
*****************************************/

.sub-page .main_content{
	/* padding-top: 9em; */
	min-height: 80vh;
}
.breadcrumb{
	font-size: 0.86em;
	line-height: 1.2;
	margin: 1em auto 5em;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 2;
}
.breadcrumb li{
	display: inline;
}
.breadcrumb li,
.breadcrumb li a{
	padding: 0;
	margin: 0;
	position: relative;
}
.breadcrumb li:after {
	content: "";
	width: 0.5em;
	height: 0.7em;
	margin: 0 0.7em 0;
	display: inline-block;
	background: url(../img/teaser/ico_arrow.svg) center center/contain no-repeat;
}
.breadcrumb li:last-of-type:after {
	display: none;
}
.breadcrumb li a:hover{
	opacity: 1;
	color: #00a8a4;
}
/* .breadcrumb li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #00a8a4;
	bottom: -0.3em;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}
.breadcrumb li a:hover::after {
	transform: scale(1, 1);
} */

.sub_fv{
	position: relative;
    background: #edf8f8;
		padding: 4em 0 4em;
}
.sub_main{
	padding: 0 0 6em;
}

.page_tit{
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding-top: 0.5em;
	text-align: center;
	background: #edf8f8;
}
.page_tit .en{
	display: block;
	font-weight: bold;
	line-height: 1.2;
	font-size: 4.2em;
	letter-spacing: -0.02em;
	margin-bottom: 0.2em;
	color: #00a8a4;
}
.page_tit .ja{
	text-align: center;
	transition: .3s;
	font-weight: 800;
	font-size: 1.4em;
	letter-spacing: 0.1em;
}


.table_default{
	width: 100%;
	table-layout: fixed;
	margin: 1.2em auto 0.5em;
}
.table_default th,
.table_default td{
	padding: 0.1em 0;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.01em;
	height: 3.8em;
	line-height: 1.4;
	vertical-align: middle;
	box-sizing: border-box;
}
.table_default th{
	background: #00a8a4;
	color: #fff;
}
.table_default td{
	background: #f6f6f6;
	border-bottom: solid 1px #D3D4E4;
}
.table_default tr:nth-of-type(odd) td{
	background: #fff;
}


/* .link_list li + li{
	margin-top: 0.6em;
}
.link_list li a{
	position: relative;
	display: inline-block;
	color: #00a8a4;
	border-bottom: #00a8a4 solid 1px;
}
.link_list li a:hover{
	opacity: 1;
}
.link_list li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #00a8a4;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}
.link_list li a:hover::after {
	transform: scale(1, 1);
} */


/****************************************
		news
*****************************************/
/* .news_detail_wrap .news_detail_inner.new:before{
	content: "";
	top: -1em;
	left: 0;
	position: absolute;
	display: inline-block;
	margin-left: -1em;
	width: 3.8em;
	height: 3.8em;
	z-index: 1;
	background: url(../img/ico_new.svg) center center / contain no-repeat;
} */
.news_detail_wrap .news_detail_inner{
	max-width: 900px;
	margin: 0 auto;
}
.news_detail_wrap .news_date{
	font-size: 0.9em;
}
.news_detail_wrap .news_tit{
	font-size: 1.9em;
	font-weight: 800;
	margin: 0.1em auto 1em;
	border-bottom: solid 1px #00a8a4;
	padding-bottom: 0.5em;
	color: #00a8a4;
}
.news_content p{
	letter-spacing: 0.03em;
}
/* .news_content img, */
.news_content figure{
	margin: 3.8em 0 2em;
}
.news_content img{
	vertical-align: baseline;
}

.news_content h1{
	font-size: 1.5em;
	font-weight: 800;
	margin: 1.3em 0 0.5em;
	color: #00a8a4;
}
.news_content h2{
	font-size: 1.4em;
	font-weight: 800;
	margin: 1.3em 0 0.5em;
	/* margin: 2.8em 0 1.9em;
	margin: 1em 0 0.5em;
	background: linear-gradient(transparent 65%, #00a8a4 0%);
	display: inline-block;
	padding: 0 0.1em 0; */
	color: #00a8a4;
}
.news_content h3{
	margin: 1.3em 0 0.5em;
	font-size: 1.3em;
	font-weight: 800;
	color: #00a8a4;
}
.news_content h4{
	margin: 1.3em 0 0.5em;
	font-size: 1.2em;
	font-weight: 800;
	color: #00a8a4;
}
.news_content h5{
	margin: 1.3em 0 0.5em;
	font-size: 1.1em;
	font-weight: 800;
	color: #00a8a4;
}
.news_content h6{
	margin: 1.3em 0 0.5em;
	font-size: 1em;
	font-weight: 800;
	color: #00a8a4;
}


.pagination{
	margin: 5em auto 0;
	text-align: center;
	font-weight: 500;
	display: flex;
	justify-content: center;
}
.pagination .page-numbers{
	width: 2em;
	height: 2em;
	text-align: center;
	box-sizing: border-box;
	border-radius: 50%;
	margin: 0.6em;
	/* padding-top: 0.1em; */
	font-size: 1.1em;
	font-weight: 500;
	letter-spacing: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	background-color: #fff;
}
.pagination a:hover{
	background: #00a8a4;
	color: #fff;
	opacity: 1;
}
.pagination .page-numbers.current{
	background: #00a8a4;
	color: #fff;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next,
.pagination .page-numbers.first,
.pagination .page-numbers.last{
	/* width: 3em;
	height: 3em;
	margin: 0; */
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next{
  background: #fff url(../img/teaser/pager_arrow.png) center center/1em no-repeat;
}

.pagination .page-numbers.prev{
  /* margin: 0 2.5em 0 1em; */
  margin: 0.6em 2.5em 0.6em 1em;
}
.pagination .page-numbers.next{
  /* margin: 0 1em 0 2.5em; */
  margin: 0.6em 1em 0.6em 2.5em;
}

.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover{
  background-image: url(../img/teaser/pager_arrow_wh.png);
	background-color: #00a8a4;
}
.pagination .page-numbers.first,
.pagination .page-numbers.last{
    background: #fff url(../img/teaser/pager_arrow2.png) center center/1em no-repeat;
}
.pagination .page-numbers.first:hover,
.pagination .page-numbers.last:hover{
  background-image: url(../img/teaser/pager_arrow2_wh.png);
	background-color: #00a8a4;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.first{
	transform: rotate(180deg);
}
.pagination .page-numbers.dots{
	margin: 0.6em 0;
	width: 2em;
}

.pagination .page-numbers.dots:hover{
  background: none;
}

.news_detail_nav{
	/* width: 69%; */
	margin: 7em auto 4em;
	max-width: 900px;
}
.news_detail_nav ul{
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	margin: 0;
	letter-spacing: 0.01em;
}
.news_detail_nav li.prev,
.news_detail_nav li.next{
	width: 34%;
    line-height: 1.4;
}
.news_detail_nav li.next{
	text-align: right;
}
.news_detail_nav li.prev a,
.news_detail_nav li.next a{
	display: inline-flex;
	align-items: center;
	position: relative;
}
.news_detail_nav li.next a{
	justify-content: flex-end;
	text-align: right;
}
.news_detail_nav li.prev a:hover,
.news_detail_nav li.next a:hover{
	/* opacity: 1;
	color: #00a8a4; */
}
/* .news_detail_nav li a span{
	position: relative;
	line-height: 1.4;
	flex: 1;
}
.news_detail_nav li.prev a span:before,
.news_detail_nav li.next a span:before {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #00a8a4;
	bottom: -0.3em;
	display: block;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}
.news_detail_nav li a:hover span:before {
	transform: scale(1, 1);
} */
.news_detail_nav li.prev a:before,
.news_detail_nav li.next a:after{
	content: "";
	display: inline-block;
	margin: 0 0 0 1em;
	width: 0.9em;
	height: 0.9em;
	transition: .3s;
	background: url(../img/teaser/ico_arrow.svg) center/contain no-repeat;
}
.news_detail_nav li.prev a:before{
	transform: rotate(180deg);
	/* left: -1em;
	right: auto; */
	margin: 0 1em 0 0;
}

.back_btn{
	display: flex;
	justify-content: center;
	font-weight: 600;
	font-size: 1.1em;
	letter-spacing: 0.01em;
	text-align: center;
}
.back_btn a{
	display: flex;
	justify-content: center;
	padding: 1.5em 2em;
	border-radius: 10em;
	pointer-events: auto;
	width: 13.5em;
	background: #00a8a4;
	color: #fff !important;
}


/****************************************
		contact
*****************************************/
.form_wrap{
	max-width: 900px;
	margin: 0 auto;
}

#autozip{
	display: none !important;
}
.custom-error-message {
	margin-top: 0.5em;
	color: #cc3033;
}

/* フォーム項目のカスタマイズ */
form .smf-form,
form .smf-form .smf-item{
	padding: 0;
	/* border: none; */
}
form .smf-form .smf-item__col--label{
	padding: 1em;
	/* background: none;
	border: none;
	border-bottom: solid 1px #333333; */
	flex: none;
	min-width: 16em;
}
form .smf-form .smf-item__col--controls{
	padding: 1em;
	flex: 1;
	/* border: none;
	border-bottom: solid 1px #00a8a4; */
}
form .smf-form .smf-item:first-of-type .smf-item__col--label{
	/* border-top: solid 1px #333333; */
}
form .smf-form .smf-item:first-of-type .smf-item__col--controls{
	/* border-top: solid 1px #00a8a4; */
}
form .smf-form .smf-item__col--controls .full{
	width: 100%;
}
form .smf-form .smf-radio-button-control,
form .smf-form .smf-checkbox-control{
    align-items: center;
}
form .smf-form .smf-radio-button-control__control:checked,
form .smf-form .smf-checkbox-control__control:checked{
	border-color:#00a8a4;
	background-color:#00a8a4;
}
/* form .smf-form .smf-radio-button-control__control,
form .smf-form .smf-checkbox-control__control{
	width: 1em;
	height: 1em;
}
form .smf-form .smf-radio-button-control__control:before{
	height: 0.5em;
	width: 0.5em;
}
form .smf-form .smf-checkbox-control__control:before{
	height: 0.5em;
	width: 0.4em;
} */

/* プログレストラッカーのカスタマイズ */
.form_wrap .smf-progress-tracker {
	list-style-type: none;
	display: flex;
	width: 100%;
	padding: 0;
	margin: 2em auto 2em;
	overflow: hidden;
}
.form_wrap .smf-progress-tracker li {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 33.33%;
	padding: 1em 0 1em 1em;
	text-align: center;
	color: #323232;
	background: #f3f3f3;
}
.form_wrap .smf-progress-tracker li:last-child {
	padding-right: 1em;
}
.form_wrap .smf-progress-tracker li:before{
	display: none;
}
.form_wrap .smf-progress-tracker li:after{
	content: "";
	position: absolute;
	z-index: 2;
	width: 0;
	height: 100%;
	top: 0;
	bottom: 0;
	right: -0.95em;
	left: auto;
	margin: auto;
	background: none;
	border-style: solid;
	border-width: 2.5em 0 2.5em 1.2em;
	border-color: transparent transparent transparent #f3f3f3;
}
.form_wrap .smf-progress-tracker li:last-child:after{
	display: none;
}
.form_wrap .smf-progress-tracker li .smf-progress-tracker__item__number{
	margin: 0 0.5em 0 0;
	width: 1.5em;
	height: 1.5em;
}
.form_wrap .smf-progress-tracker li .smf-progress-tracker__item__text{
	margin: 0 0 0 0;
}
/* form[data-screen="input"] .smf-progress-tracker__item--input,
form[data-screen="invalid"] .smf-progress-tracker__item--input,
form[data-screen="back"] .smf-progress-tracker__item--input,
form[data-screen="confirm"] .smf-progress-tracker__item--confirm,
form[data-screen="complete"] .smf-progress-tracker__item--complete, */
.form_wrap .smf-progress-tracker li[aria-current="true"]{
	color: #fff;
	background: #00a8a4;
}
/* form[data-screen="input"] .smf-progress-tracker__item--input:after,
form[data-screen="invalid"] .smf-progress-tracker__item--input:after,
form[data-screen="back"] .smf-progress-tracker__item--input:after,
form[data-screen="confirm"] .smf-progress-tracker__item--confirm:after,
form[data-screen="complete"] .smf-progress-tracker__item--complete:after, */
.form_wrap .smf-progress-tracker li[aria-current="true"]:after{
	right: -1em;
	border-color: transparent transparent transparent #00a8a4;
}
/* form[data-screen="input"] .smf-progress-tracker__item--input .smf-progress-tracker__item__number,
form[data-screen="invalid"] .smf-progress-tracker__item--input .smf-progress-tracker__item__number,
form[data-screen="back"] .smf-progress-tracker__item--input .smf-progress-tracker__item__number,
form[data-screen="confirm"] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__number,
form[data-screen="complete"] .smf-progress-tracker__item--complete .smf-progress-tracker__item__number, */
.form_wrap .smf-progress-tracker li[aria-current="true"] .smf-progress-tracker__item__number{
    background-color: #fff;
	color: #00a8a4;
}
/* form[data-screen="input"] .smf-progress-tracker__item--input .smf-progress-tracker__item__text,
form[data-screen="invalid"] .smf-progress-tracker__item--input .smf-progress-tracker__item__text,
form[data-screen="back"] .smf-progress-tracker__item--input .smf-progress-tracker__item__text,
form[data-screen="confirm"] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__text,
form[data-screen="complete"] .smf-progress-tracker__item--complete .smf-progress-tracker__item__text, */
.form_wrap .smf-progress-tracker li[aria-current="true"] .smf-progress-tracker__item__text{
	color: #fff;
}



/* 送信ボタン等のカスタマイズ */
form .smf-action{
	display: flex;
	justify-content: space-between;
}
form .smf-action .smf-button-control{
	margin: 0 auto;
}
form .smf-action .smf-button-control button{
	position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
	box-sizing: border-box;
    border-radius: 10em;
    padding: 1.5em 2em;
	font-size: 1em;
	font-weight: 600;
	display: flex;
	align-items: center;
	color: #fff;
	background: #00a8a4;
	border: none;
	transition: .3s;
	width: 13.5em;
}
form .smf-action .smf-button-control button:hover {
	transition: .3s;
	opacity: .7;
}
form .smf-action .smf-button-control button[data-action="back"]{
	background: #e3e3e3;
}

/* form外のコンテンツを指定 */
.input-content,
.confirm-content {
    display: none;
}
body:has(form[data-screen="input"]) .input-content,
body:has(form[data-screen="invalid"]) .input-content,
body:has(form[data-screen="back"]) .input-content,
body:has(form[data-screen="confirm"]) .confirm-content {
    display: block;
}


/* 確認画面へボタン */
button[data-action="confirm"]{

}
/* 戻るボタン */
button[data-action="back"]{

}
/* 送信するボタン */
button[data-action="complete"]{

}

/* 入力時の指定 */
form[data-screen="input"] {

}
/* 入力エラー時の指定 */
form[data-screen="invalid"] {

}
/* 戻るボタンを押した時の指定 */
form[data-screen="back"] {

}
/* 確認画面時の指定 */
form[data-screen="confirm"] {

}
/* 送信エラー時の指定 */
form[data-screen="systemerror"] {

}

@media (max-width: 768px) {
	form .smf-progress-tracker {
		font-size: 0.7em;
	}
	form .smf-action .smf-button-control button{
					width: 36vw;
					padding: 3.8vw 2vw;
	}
	form .smf-form .smf-item{
		display: block;
	}
	form .smf-form .smf-item__col--label,
	form .smf-form .smf-item__col--controls{
		width: 100%;
        max-width: none;
	}
}



/****************************************
		ハンバーガーメニュー
*****************************************/
header .ham_menu .nav_toggle{
	display: none;
}
@media (max-width: 768px) {
	header .ham_menu .nav_toggle{
		display: block;
	}
	header .ham_menu {
		top: 0;
		left: 0;
		right: 0;
		pointer-events: none;
		/* position: static; */
	}

	header .ham_menu .menu {
		/* position: absolute; */
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		box-sizing: border-box;
		letter-spacing: 0.1em;
		transition: 0.3s;
        z-index: -1;
		/* color: #fff;
		background: #00a8a4; */
        background: #E4F6F6;
		opacity: 0;
		pointer-events: none;
		padding: 24vw 10vw 6vw;
	}
	header .ham_menu.active .menu {
		opacity: 1;
		transition: 0.3s;
		pointer-events: auto;
	}

	header .menu .menu_inner{
    flex-direction: column;
    justify-content: center;
        max-height: 100%;
        overflow: auto;
    padding-top: 23vw;
	}

	header .menu .menu_list {
		flex-wrap: wrap;
		text-align: center;
		margin-bottom: 2em;
	}

	header .menu .menu_list > li:first-of-type{
		border-top: none;
	}
	header .menu .menu_list li {
		width: 100%;
		border-right: none;
		border-top: solid 1px #fff;
		border-top: solid 1px #00a8a4;
	}
	header .menu .menu_list li a{
		position: relative;
		padding: 4vw 5vw;
		font-size: 3.4vw;
	}

	header .menu .menu_list li + li {
		margin-left: 0;
	}

	header .menu .menu_list .menu_list_child {
		position: static;
		width: 100%;
		background: none;
		transform: none;
		top: 0;
		font-size: 2.6vw;
		margin-bottom: 0;
		margin-left: 0;
	}

	header .menu .menu_list .menu_list_child li a{
		padding: 3.8vw 3vw 3.8vw 10vw;
	}
	header .menu .menu_list .menu_list_child li a:before{
    top: 5.5vw;
    left: 6vw;
	}

	/* .nav_toggle */
	header .ham_menu .nav_toggle {
		position: fixed;
		top: 3vw;
		right: 3vw;
		z-index: 1000;
		appearance: none;
		cursor: pointer;
		pointer-events: auto;
		border: none;
		box-sizing: border-box;
		width: 10vw;
		height: 10vw;
		background: #00a8a4;
		color: #fff;
		padding: 0.8em;
		border-radius: 50%;
		transition: .3s;
		
		pointer-events: none;
		opacity: 0;
	}
	.scroll header .ham_menu .nav_toggle {
		transition: .3s;
		pointer-events: auto;
		opacity: 1;
	}

	header .ham_menu .nav_toggle .line {
		position: relative;
		width: 100%;
		margin: 0 0 0 auto;
		text-align: right;
		box-sizing: border-box;
	}

	header .ham_menu .nav_toggle .line:before,
	header .ham_menu .nav_toggle .line:after {
		content: "";
		position: absolute;
		width: 100%;
		right: 0;
	}

	header .ham_menu .nav_toggle .line,
	header .ham_menu .nav_toggle .line:before,
	header .ham_menu .nav_toggle .line:after {
		height: 0.5vw;
		background-color: #fff;
		display: block;
		transition: all .4s;
	}

	header .ham_menu .nav_toggle .line:before {
		top: -2vw;
	}

	header .ham_menu .nav_toggle .line:after {
		top: 2vw;
	}

	body.ham_active{
		overflow: hidden;
	}
	body.ham_active header{
		position: fixed;
        z-index: 9999;
	}
	/* body.ham_active header .head_left{
		background: url(../img/teaser/logo_wh.png) left top/contain no-repeat;
	}
	body.ham_active header .head_left img{
		opacity: 0;
	} */

	header .ham_menu.active .nav_toggle{
		/* background: transparent !important; */
	}
	header .ham_menu.active .nav_toggle .line{
		visibility: hidden;
		/* background-color: transparent !important;
		background-color: #00a8a4; */
	}
	header .ham_menu.active .nav_toggle .line:before,
	header .ham_menu.active .nav_toggle .line:after{
		height: 0.5vw;
		top: 0;
		visibility: visible;
        width: 100%;
		/* background-color: #00a8a4; */
	}
	header .ham_menu.active .nav_toggle .line:before{
		transform: rotate(45deg);
	}
	header .ham_menu.active .nav_toggle .line:after{
		transform: rotate(-45deg);
	}

}


/****************************************
		レスポンシブ
*****************************************/
.pc{
	display: block;
}
.sp{
	display: none;
}
.tablet{
	display: none;
}

img.pc{
	display: inline-block !important;
}
img.sp{
	display: none !important;
}

/****************************************
		タブレット
*****************************************/
@media (min-width: 769px) and (max-width: 1200px) {
	header .head_left{
		margin-left: 0;
    width: 28%;
	}
	header .head_right{
		width: 600px;
	}
	header .menu .menu_inner{
    flex-wrap: wrap;
	}
	header .menu .menu_list{
    margin-right: -1em;
	}
}


/****************************************
		SP
*****************************************/
@media (max-width: 768px) {
	.pc{
		display: none !important;
	}
	.sp{
		display: block;
	}
	img.pc{
		display: none !important;
	}
	img.sp{
		display: inline-block !important;
	}
	.sp-scroll-x{
		overflow-x: auto !important;
	}
	.sp-scroll-x table{
		margin-bottom: 0 !important;
	}
	.sp-scroll-x + p{
		margin-top: 1em;
	}
	.br:before {
		content: "\A";
		white-space: pre;
	}
	body{
		font-size: 3.4vw;
		min-width: 0;
		-webkit-text-size-adjust: 100%;
	}
	p{
    font-size: 2.93vw;
	}
	.inner{
		width: 89%;
	}

	header{
    padding: 5vw 0;
	}

	header .inner{
		height: auto;
	}
	header .head_logo img{
		width: 51vw;
	}
	header .head_left{
    width: auto;
    margin-left: 5%;
	}
	header .head_right{
		width: auto;
	}

	footer{
		padding: 14vw 0 24vw;
	}
	footer .inner{
    flex-direction: column;
        gap: 6vw;
				width: 100%;
	}
	footer .footer_left{
		width: 90%;
        text-align: center;
		margin: 0 auto;
	}
	footer .footer_left .footer_logo img{
		width: 60vw;
	}
	footer .menu{
		text-align: center;
		margin: 0 auto;
	}
	footer .menu .menu_list{
		margin: 5vw auto 9vw;
		max-width: none;
	}
	footer .menu .menu_list li,
	footer .menu .menu_list li.border-no{
		width: 50%;
		border: none;
		margin: 0;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
	}
	footer .menu .menu_list li:nth-of-type(2n){
		border-right: none;
	}
	footer .menu .menu_list li:nth-of-type(-n+2){
		border-top: none;
	}
	
	footer .menu .menu_list li a{
		padding: 1em 0.5em;
		display: block;
    font-size: 3.6vw;
	}
	footer .menu .sns_list{
    justify-content: center;
		width: 70%;
		margin: 0 auto;
	}
	footer .menu .sns_list img{
		height: 6vw;
	}

	footer .foot_copy{
    font-size: 2.2vw;
    margin-top: 4vw;
	}
	
	.float_nav{
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		transform: none;
		display: flex;
		justify-content: space-between;
		width: 94%;
		margin: 0 auto;
		gap: 1vw;
	}
	.float_nav li + li{
		margin-top: 0;
	}

	.btn_more{
		font-size: 3vw;
    max-width: 39vw;
		letter-spacing: 0.01em;
    padding: 3.4vw 5vw;
	}
	.btn_more:after{
    right: 2.6vw;
    width: 3vw;
    height: 3vw;
	}

	/* top */
	.top_fv{
		/* padding-top: 23vw; */
	}

	.oc_btn{

	}
	.top_news{
    padding: 5.5em 0 5.5em;
	}
	.top_news .head{
		text-align: center;
		margin-right: 0;
	}
	.top_news .head .tit img{
        width: 28vw;
	}
	.top_news .more{
		margin-top: 4vw;
	}
	.top-page .news_list{
        margin-top: 8vw;
	}
	.news_list{
		padding: 0;
		flex: none;
		margin-top: 3vw;
        margin-left: -0.5em;
	}
	.news_list li.new:before{
        width: 15.5vw;
        height: 6vw;
        margin-left: 0.5em;
		display: block;
		position: static;
	}
	.news_list li a{
		flex-wrap: wrap;
	}
	.news_list li .date{
    font-size: 3vw;
	}
	.news_list li .tit{
		display: block;
		width: 100%;
    flex: auto;
		font-size: 3.6vw;
        letter-spacing: 0.05em;
	}

	.top_about {
    padding: 5.5em 0 5.5em;
	}
	.top_about .about01{
    display: flex;
    flex-direction: column-reverse;
		gap: 8vw;
	}
	.top_about .about01 .img{
		width: 100%;
        text-align: center;
	}
	.top_about .about01 .txt{
		width: 100%;
	}

	.top_about .about02{
    flex-direction: column;
		gap: 12vw;
	}
	.top_about .about02 .list{
		width: 100%;
	}
	.top_about .about02 .list + .list:before{
		display: none;
	}

	.top_about .about03 .tit{
			padding-left: 2vw;
	}
	.top_about .about03 .tit img{
		width: 81vw;
	}
	.top_about .about03 p{
		font-size: 1em;
	}
	.top_department{
    padding: 5.5em 0 5.5em;
	}
	.top_department h2.tit img{
    width: 61vw;
	}
	.top_department .department01{
    flex-wrap: wrap;
		gap: 8vw;
	}
	.top_department .department01 .txt{
		width: 70%;
		margin-right: 0;
	}
	.top_department .department01 .img{
		width: 100%;
	}
	.top_department .department02{
    margin-bottom: 2em;
	}
	.top_department .department02 .tit img{
		width: 80vw;
	}

	.top_faq{
    padding: 5.5em 0 5.5em;
	}
	.top_faq .tit img{
    width: 29vw;
	}
	.faq_list{
    font-size: 1em;
	}
	.faq_list dt,
	.faq_list dd{
		padding-left: 2.5em;
	}
	.faq_list dt::before,
	.faq_list dd::before{
		top: 0.9em;
    width: 1.5em;
    height: 1.5em;
	}

	.top_access {
    padding: 5.5em 0 5.5em;
	}
	.top_access .tit img{
    width: 60vw;
	}
	.top_access .img_list{
    flex-direction: column;
		gap: 6vw;
		max-width: none;
		width: 80%;
		margin: 12vw auto 0;
	}
	.top_access .img_list li{
		width: 100%;
	}
	.top_access .img_list img{
    width: 100%;
	}

	.sub-page .main_content{
		/* padding-top: 23vw; */
    min-height: 50vh;
	}
	.sub_fv{
        padding: 6vw 0 10vw;
	}
	.page_tit{

	}
	.page_tit .en{
    font-size: 3em;
	}

	.breadcrumb{
		font-size: 2.8vw;
	}
	.breadcrumb li{
		margin-bottom: 0.5vw;
		line-height: 1.5;
	}
	.breadcrumb li:after{
    width: 1.2vw;
    height: 2vw;
    margin: 0 1em 0;
	}

	.sp-scroll-x {
		overflow-x: scroll !important;
	}
	.table_default{
		width: 140vw;
	}
	.table_default th,
	.table_default td{
		font-size: 2.6vw;
	}

	.news_wrap .pickup_list{
		gap: 0;
		justify-content: space-between;
	}
	.news_wrap .pickup_list .item{
    width: 48%;
    margin: 0 0 8vw;
	}
	.pagination {
		margin: 10vw auto 0;
	}
	.pagination .page-numbers{
    width: 5.2vw;
    height: 5.2vw;
    font-size: 0.9em;
    margin: 2vw;
		/* padding-top: 0.5vw; */
	}
	.pagination .page-numbers.dots{
    width: 5vw;
	}
	.pagination .page-numbers.prev,
	.pagination .page-numbers.next,
	.pagination .page-numbers.first,
	.pagination .page-numbers.last{
    background-size: 3vw;
    /* width: 8vw;
    height: 8vw; */
    width: 5.2vw;
    height: 5.2vw;
    /* margin: 0.4vw 1.1vw; */
    margin: 2vw 1.1vw;
	}
	.pagination .page-numbers.prev{
    /* margin: 0.4vw 2.8vw 0.4vw 1.1vw; */
    margin: 2vw 2.8vw 2vw 1.1vw;
	}
	.pagination .page-numbers.next{
    /* margin: 0.4vw 2.8vw 0.4vw 1.1vw; */
    margin: 2vw 2.8vw 2vw 1.1vw;
	}

	.pagination .page-numbers.dots{
    margin: 2.1vw 0;
	}

	/* .news_detail_wrap .news_detail_inner.new:before{
    width: 9.8vw;
    height: 9.8vw;
    top: -5vw;
    margin-left: -3vw;
	} */

	.news_detail_wrap .news_tit{
    font-size: 1.7em;
    margin-bottom: 10.6vw;
	}
	/* .news_content img, */
	.news_content figure{
    margin: 5.8vw 0 2vw;
	}
	/* .news_content h2{
    font-size: 4vw;
		margin: 1.6em 0 1.5em;
	}
	.news_content h3{
    font-size: 3.2vw;
    margin: 1.2em 0 0.5em;
	}
	.news_content h4{
    font-size: 3.1vw;
    margin: 1.2em 0 0.5em;
	}
	.news_content h5{
    font-size: 3vw;
    margin: 1.2em 0 0.5em;
	} */
	.news_detail_nav{
    margin: 16vw auto 10vw;
		position: relative;
	}
	.news_detail_nav li.prev,
	.news_detail_nav li.next{
		width: 45%;
		margin-top: 20vw;
    font-size: 3vw;
	}
	.news_detail_nav li.prev a:before,
	.news_detail_nav li.next a:after{
    width: 3vw;
    height: 3vw;
    margin: 0 0 0 0.5em;
	}
	.news_detail_nav li.prev a:before{
		margin: 0 0.5em 0 0;
	}
	
	.back_btn{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
    font-size: 3.4vw;
	}
	.back_btn a{
		width: 36vw;
    padding: 3.8vw 2vw;
	}

	/* contact */
}