@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
html {
	font-size: 62.5%;
}

body {
	margin: 0 auto;
	padding: 0;
	font-size: 3.6vw;
	background: #fff;
	position: relative;
	font-weight: 400;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.8;
	font-weight: normal;
	max-width: 100%;
	font-family: "Overpass", "Roboto", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
	max-width: 100%;
}

body.en {
	font-family: "Overpass", "Roboto", sans-serif;
}

body.jp {
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", sans-serif;
}

object {
	pointer-events: none;
}

.pc {
	display: none !important;
}

.sp {
	/* display: block !important; */
}

a {
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.inner {
	max-width: 1550px;
	position: relative;
	width: 96%;
	margin: 0 auto;
}

.inner_960 {
	max-width: 960px;
	position: relative;
	width: 96%;
	margin: 0 auto;
}

.inner_1260 {
	max-width: 1260px;
	position: relative;
	width: 96%;
	margin: 0 auto;
}

.max-wid300 {
	max-width: 300px;
}

.max-wid350 {
	max-width: 350px;
}

.max-wid400 {
	max-width: 400px;
}

.max-wid450 {
	max-width: 450px;
}

.max-wid500 {
	max-width: 500px;
}

.max-wid550 {
	max-width: 550px;
}

.max-wid600 {
	max-width: 600px;
}

.max-wid1260 {
	max-width: 1260px;
	margin: 0 auto;
	width: 90%;
}

.max-wid1330 {
	max-width: 1330px;
}

.color_bk22 {
	color: #222222;
}

.white_box {
	background-color: #fff;
}

.white_box .boxin {
	padding: 5%;
}

.white_box2 {
	background-color: #fff;
}

.white_box2 .boxin {
	padding: 3%;
}

.border_b {
	border-bottom: solid 1px #dddddd;
}

/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */
.Df_mincho {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

.Df_YuGothic {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

.Df_Hiragino {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.Df_Roboto {
	font-family: Roboto, sans-serif;
}

.Df_Helvetica {
	font-family: "Helvetica Neue", Helvetica, serif;
}

.Gf_NSaJ {
	font-family: "Noto Sans JP", sans-serif;
}

.Gf_Overpass {
	font-family: "Overpass", sans-serif;
}

/* ---------------------------------------------------------------------------
  ★背景
--------------------------------------------------------------------------- */
.bk_gry {
	background-color: #f5f5f5;
}

.bk_gry2 {
	background-color: #f9f8f8;
}

.bk_white {
	background-color: #fff;
}

.bk_black_op {
	background-color: rgba(0, 0, 0, 0.5);
}

.bk_red {
	background-color: #df3030;
}

/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */
.disc {
	margin-left: 20px;
	list-style-type: disc;
}

.disc>li {
	list-style-type: disc;
}

.disc>li:not(:last-child) {
	padding-bottom: 5px;
}

.decimal {
	margin-left: 20px;
	list-style-type: decimal;
}

.decimal>li {
	list-style-type: decimal;
}

.decimal>li:not(:last-child) {
	padding-bottom: 5px;
}

.note {
	font-size: 1.4rem;
}

.note>li {
	padding-left: 20px;
	position: relative;
}

.note>li:not(:last-child) {
	margin-bottom: 5px;
}

.note>li::before {
	display: block;
	content: "※";
	position: absolute;
	left: 0px;
	top: 0;
}

.ulbar>li {
	padding-left: 20px;
	position: relative;
}

.ulbar>li:not(:last-child) {
	margin-bottom: 5px;
}

.ulbar>li::before {
	display: block;
	content: "－";
	position: absolute;
	left: 0px;
	top: 0;
}

/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */
.small {
	font-size: 85%;
}

main {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#wb_wrap {
	overflow: hidden;
	position: relative;
}

.parallax {
	width: 100%;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no_repeat;
	background-color: #e6e6e6;
}

.text-shadow {
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.movie_wrap {
	padding: 0 0 56.6%;
	width: 100%;
}

.movie_wrap video {
	position: absolute;
	width: 100%;
	height: 100%;
}

.yt_wrap {
	padding: 0 0 66.6%;
	width: 100%;
}

.gmap_wrap {
	padding: 0 0 55%;
	width: 100%;
}

.iframe_wrap {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.iframe_wrap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.sToggle dl>dd {
	display: none;
}

.plus_wrap {
	position: absolute;
	right: 30px;
	width: 20px;
	content: "";
	display: block;
	height: 20px;
	top: -5px;
	bottom: 0;
	margin: auto;
}

.plus_wrap span {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #1b1d25;
	top: 50%;
	bottom: 0;
	position: absolute;
	margin: 0;
}

.pl02 {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

.togg .pl02 {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}

.pAtb10 {
	padding: 10px 0;
}

.pAtb20 {
	padding: 20px 0;
}

.pAtb30 {
	padding: 30px 0;
}

.pAtb40 {
	padding: 5% 0;
}

.pAtb50 {
	padding: 50px 0;
}

.pAtb60 {
	padding: 8% 0;
}

.pAtb70 {
	padding: 70px 0;
}

.pAtb80 {
	padding: 80px 0;
}

.pAtb90 {
	padding: 10% 0;
}

.pAtb100 {
	padding: 11% 0;
}

.pAtb110 {
	padding: 110px 0;
}

.pAtb120 {
	padding: 120px 0;
}

.pAtb130 {
	padding: 130px 0;
}

.pAtb140 {
	padding: 140px 0;
}

.pAtb150 {
	padding: 150px 0;
}

.pAtb160 {
	padding: 160px 0;
}

.pAtb170 {
	padding: 170px 0;
}

.pAtb180 {
	padding: 180px 0;
}

.pAtb190 {
	padding: 190px 0;
}

.pAtb200 {
	padding: 200px 0;
}

.pAtb210 {
	padding: 210px 0;
}

.pAtb220 {
	padding: 220px 0;
}

.pAtb230 {
	padding: 230px 0;
}

.pAtb240 {
	padding: 240px 0;
}

.pAtb250 {
	padding: 250px 0;
}

.pAtb260 {
	padding: 260px 0;
}

.pAtb270 {
	padding: 270px 0;
}

.pAtb280 {
	padding: 280px 0;
}

.pAtb290 {
	padding: 290px 0;
}

.pAtb300 {
	padding: 300px 0;
}

.pAtb310 {
	padding: 310px 0;
}

.pAtb320 {
	padding: 320px 0;
}

.pAtb330 {
	padding: 330px 0;
}

.pAtb340 {
	padding: 340px 0;
}

.pAtb350 {
	padding: 350px 0;
}

/* ---------------------------------------------------------------------------
  ★タイトル
--------------------------------------------------------------------------- */
.tit01 b {
	font-size: 3rem;
	line-height: 1.5;
	letter-spacing: 0.3rem;
	display: inline-block;
	position: relative;
	font-weight: 900;
}

.tit02 {
	margin: 0 auto 25px;
}

.tit02 b {
	font-size: 3.2rem;
	line-height: 1.1;
	display: inline-block;
	position: relative;
	font-weight: 900;
}

.tit03 {
	margin-bottom: 7%;
	line-height: 1.1;
}

.tit03 b {
	font-size: 2.5rem;
	position: relative;
	display: block;
	font-weight: 800;
	padding-bottom: 15px;
}

.tit03 b::after {
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	background-color: #df3030;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
}

.tit03 small {
	font-size: 80%;
	color: #a5a5a5;
	padding-top: 27px;
	display: inline-block;
}

.tit03_2 {
	margin-bottom: 20px;
}

.tit03_2 b {
	font-size: 3.1rem;
	line-height: 1.1;
	display: inline-block;
	position: relative;
	font-weight: bold;
	font-family: Roboto, sans-serif;
}

.tit03_3 {
	margin-bottom: 10px;
	line-height: 1.1;
}

.tit03_3 b {
	font-size: 2.6rem;
	position: relative;
	display: block;
	font-weight: 800;
}

.en .hcover_wp .hcover .h_txt_box .hh1 {
	font-family: "Overpass", sans-serif;
	font-weight: 800;
	font-size: 9vw !important;
}

.jp .hcover_wp .hcover .h_txt_box .hh1 {
	font-weight: bold;
	font-size: 5vw;
	line-height: 1.25em;
}

.jp .hcover_wp .hcover .h_txt_box .hh1 span {
	font-size: 4.5vw;
}

.jp h1 b {
	font-weight: bold;
}

.jp h2 b {
	font-weight: bold;
}

.jp .tit02 {
	margin: 0 auto 7%;
}

.jp .tit02 b {
	font-size: 7.5vw;
}

.jp h3 b {
	font-weight: bold;
}

.jp .tit03 {
	margin: 0 auto 7%;
}

.jp .tit03 b {
	font-size: 6.5vw;
	padding-bottom: 7%;
}

.jp .hnav .hnav_inner nav dl dt a {
	font-weight: bold;
}

.jp .f20b {
	font-weight: bold;
}

.jp .mega .mega_inner ul li a {
	font-weight: bold;
}

.jp .hdll>dd .lang_chenge_wp li a {
	font-family: "Overpass", sans-serif;
	font-weight: 800;
}

/* ---------------------------------------------------------------------------
  ★テキスト
--------------------------------------------------------------------------- */
.color_red {
	color: #df3030;
}

.color_white {
	color: white;
}

.color_black {
	color: black !important;
}

.f20b {
	font-size: 2rem;
	position: relative;
	display: block;
	font-weight: 800;
}

/* ---------------------------------------------------------------------------
  ★ボタン
--------------------------------------------------------------------------- */
.c_btn01 {
	color: #fff;
	position: relative;
	font-size: 0;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	background-color: #ffffff;
	border: solid 1px #df3030;
	border-radius: 30px;
	margin: 0 10px 5% 5px;
	min-width: 280px;
}

.c_btn01.min_bre01 {
	min-width: 220px;
}

.c_btn01.clcg {
	background-color: #ffdf00;
}

.c_btn01 span {
	position: relative;
	display: block;
	padding: 1.2rem 6rem 1.2rem 3.8rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #df3030;
	border-radius: inherit;
	background: #df3030;
	z-index: 1;
	font-size: 1.6rem;
	left: -5px;
	top: -5px;
	font-family: "Noto Sans JP", sans-serif;
}

.c_btn01 span::after {
	content: "";
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #e55959;
	background-image: url(../img/icon_y.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	position: absolute;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}

.btn_center {
	padding: auto;
}

.c_btn02 {
	color: #ffffff;
	position: relative;
	font-size: 4vw;
	display: inline-block;
	padding: 10px 45px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	min-width: 120px;
	margin-bottom: 15px;
	background: #df3030;
	border-radius: 40px;
}

.c_btn03 {
	color: #df3030;
	position: relative;
	font-size: 3.5vw;
	display: block;
	font-weight: bold;
	background-color: #fff;
	border-radius: 35px;
	margin: 0 0 7%;
	padding: 15px 40px;
	text-align: left;
}

.c_btn03::after {
	content: "";
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #df3030;
	background-image: url(../img/icon_y.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	position: absolute;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}

.c_btn04 {
	display: inline-block;
	position: relative;
	font-size: 2vw;
	padding: 2px 8% 2px 2px;
	line-height: 1.2;
	color: #000;
	font-weight: 500;
}

.c_btn04::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid #df3030;
	border-right: 2px solid #df3030;
	position: absolute;
	top: 40%;
	right: 5px;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateY(-50%) translateX(0%) rotate(45deg);
	transform: translateY(-50%) translateX(0%) rotate(45deg);
}

.pdf_btn {
	display: block;
	background-color: #ffd8d8;
	text-align: center;
	color: #df3030;
	padding: 11px 10px;
	position: relative;
}

.pdf_btn span {
	display: block;
	font-weight: bold;
	font-family: "Overpass", ssans-serif;
}

.pdf_btn::after {
	content: "";
	width: 21px;
	height: 21px;
	background-image: url(../img/pdf_btn_bk.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	position: absolute;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}

.jp .c_btn04::after {
	top: 50%;
}

/* ---------------------------------------------------------------------------
  ★アニメーション
--------------------------------------------------------------------------- */
.whi_sli {
	overflow: hidden;
	position: relative;
}

.whi_sli::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #fff;
	-webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	z-index: 2;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.whi_sli.isShow::before {
	right: -100%;
}

@-webkit-keyframes fadeInUp2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 20%, 0);
		transform: translate3d(0, 20%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 20%, 0);
		transform: translate3d(0, 20%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp2 {
	-webkit-animation-name: fadeInUp2;
	animation-name: fadeInUp2;
}

@-webkit-keyframes fadeInyoko {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-20%, 0, 0);
		transform: translate3d(-20%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInyoko {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-20%, 0, 0);
		transform: translate3d(-20%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInyoko {
	-webkit-animation-name: fadeInyoko;
	animation-name: fadeInyoko;
}

@-webkit-keyframes fadesin {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes fadesin {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

.fadein {
	visibility: hidden;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	position: relative;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

.fadein.on {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.fade {
	visibility: hidden;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
	position: relative;
}

.fade.on {
	visibility: visible;
	opacity: 1;
}

.delay_03 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.delay_05 {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.delay_07 {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.delay_1 {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.delay_13 {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

.delay_2 {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.bounceIn2 {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: bounceIn2;
	animation-name: bounceIn2;
}

@-webkit-keyframes bounceIn2 {

	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn2 {

	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes fadeIns {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIns {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIns {
	-webkit-animation-name: fadeIns;
	animation-name: fadeIns;
}

@-webkit-keyframes fadeInLeft2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeft2 {
	-webkit-animation-name: fadeInLeft2;
	animation-name: fadeInLeft2;
}

@-webkit-keyframes fadeInRight2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRight2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInRight2 {
	-webkit-animation-name: fadeInRight2;
	animation-name: fadeInRight2;
}

/* ---------------------------------------------------------------------------
  ★ヘッダー
--------------------------------------------------------------------------- */
header {
	width: 100%;
	z-index: 5;
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	max-width: 2120px;
	position: absolute;
	top: 0px;
	left: 0;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	position: fixed;
}

header .menu_txt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: europa, sans-serif;
	letter-spacing: 2px;
}

header .menu_txt em {
	padding: 0 10px;
	color: #f3f3f3;
}

/* header.changed {
	position: fixed;
	-webkit-animation: slideInDown 0.3s forwards ease-in-out;
	animation: slideInDown 0.3s forwards ease-in-out;
} */

.harea01 {
	padding: 6px 0;
}

.hdll {
	display: flex;
	align-items: center;
}

.hdll>dt {
	/*float: left;*/
	font-size: 0;
	line-height: 1;
	width: 65%;
	display: flex;
	align-items: center;
}

.hdll>dt>a {
	margin-right: 5%;
}

.en .hdll>dt>a {
	margin-right: 1%;
}

.hdll>dd {
	float: right;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-end;
	width: 35%;
}

.hdll>dd .in_wp {
	max-width: 23px;
}

.hdll>dd .lang_chenge_wp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.3;
	font-size: 4vw;
}

.hdll>dd .lang_chenge_wp li {
	padding: 0px 8px;
}

.hdll>dd .lang_chenge_wp li a {
	color: #949494;
	font-weight: 900;
}

.hdll>dd .lang_chenge_wp li a.current {
	color: #000;
}

.hdll>dd .lang_chenge_wp li:first-child {
	border-right: solid 1px #949494;
}

.hnav_area {
	position: relative;
}

.h_logo_wp {
	width: 200px;
	position: relative;
}

.h_logo_wp a {
	display: block;
}

.harea02 {
	overflow: hidden;
	padding: 10px 0;
}

.harea02 .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.hnav {
	width: 80%;
	display: none;
}

.hnav .hnav_inner nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.hnav .hnav_inner nav dl dt a {
	font-size: 1.8rem;
	font-weight: 900;
}

.hnav .hnav_inner nav>dl:not(.h_inq_btn) {
	position: relative;
	margin: 0 3%;
}

.hnav .hnav_inner nav>dl:not(.h_inq_btn)>dt a {
	display: inline-block;
	padding: 0;
	position: relative;
	word-break: keep-all;
	text-align: center;
	color: #000;
	line-height: 1.2;
}

.spnaviwrap dl.h_inq_btn {
	text-align: center;
}

.spnaviwrap dl.h_inq_btn dt a {
	position: relative;
	color: #fff;
	background: #df3030;
	padding: 10px 3px;
	width: 80%;
	max-width: 250px;
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: 5vw;
}

.spnaviwrap dl.h_inq_btn dt a span {
	position: relative;
	display: inline-block;
	padding-left: 40px;
}

.spnaviwrap dl.h_inq_btn dt a span::before {
	position: absolute;
	display: block;
	content: "";
	width: 25px;
	height: 19px;
	background: url(../img/icon_mail.png) no-repeat;
	background-position: center center;
	background-size: 100%;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}

.mbtn_wp {
	position: fixed;
	top: 60px;
	right: 5%;
	opacity: 1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
	transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
	overflow: hidden;
	/* width: 55px; */
	/* height: 55px; */
	/* padding: 12px 12px 10px; */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 7;
}

.mbtn_wp.active {
	/* background: #d61518; */
}

/* .mbtn_wp.changed {
	right: 10px;
	position: fixed;
} */

@-webkit-keyframes slideInDown {
	0% {
		visibility: visible;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInDown {
	0% {
		visibility: visible;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.mega {
	opacity: 0;
	z-index: -2;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 10px 0;
	display: none;
}

.mega.on {
	opacity: 1;
	z-index: 2;
}

.mega .mega_inner>div {
	display: none;
}

.mega .mega_inner>div.on {
	display: block;
}

.mega .mega_inner ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mega .mega_inner ul li {
	padding: 20px 0;
	width: calc(100% / 4);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.mega .mega_inner ul li a {
	position: relative;
	display: block;
	width: 75%;
	margin: auto;
	font-size: 2rem;
	font-weight: 800;
	color: #000;
	line-height: 1.2;
}

.mega .mega_inner ul li a::after {
	content: "";
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #df3030;
	background-image: url(../img/icon_y.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	position: absolute;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}

.close {
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.close::before {
	content: "";
	display: block;
	width: 26px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
	z-index: 10;
}

.close::after {
	content: "";
	display: block;
	width: 26px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
	transform: translateY(-50%) translateX(-50%) rotate(135deg);
}

/* ---------------------------------------------------------------------------
  ★フッター
--------------------------------------------------------------------------- */
.contact_btn {
	padding: 12px 10px;
	border: solid 1px #fff;
	display: block;
	max-width: 300px;
	margin: 0 auto;
	font-size: 2rem;
	color: #fff;
	border-radius: 10px;
}

.contact_btn span {
	position: relative;
	padding-left: 40px;
	display: inline-block;
}

.contact_btn span::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
	background: url(../img/icon_mail.png) no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 26px;
	height: 18px;
}

footer .f_contact {
	background-image: url(../img/f_contact_bk.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

footer .f_contact .gaps {
	padding: 15% 0;
}

footer .f_contact .btn_wp {
	max-width: 90%;
	margin: 0 auto;
}

footer .f_contact .btn_wp a:last-child {
	margin-bottom: 0;
}

footer .f_front {
	padding: 10% 0;
	background: #363636;
}

footer .f_front_box_left {
	width: 100%;
	max-width: 100%;
	text-align: center;
}

footer .f_front_box_left .f_logo_wp {
	max-width: 300px;
	width: 80%;
	margin: 0 auto 5%;
}

footer .f_front_box_left .ptxt01 {
	font-size: 3.6vw;
	line-height: 1.7;
	margin-bottom: 3%;
}

footer .f_front_box_right {
	float: right;
	width: 72%;
	max-width: 830px;
	display: none;
}

footer .fnav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

footer .fnav .fnav_cont {
	margin-bottom: 15px;
	width: calc(100% / 3.2);
}

footer .fnav dl {
	margin-bottom: 25px;
}

footer .fnav dl em {
	display: block;
}

footer .fnav dl dt {
	margin-bottom: 5px;
	font-size: 1.8rem;
	font-weight: 800;
}

footer .fnav dl dt a {
	position: relative;
	color: #fff;
	display: inline-block;
}

footer .fnav dl dd em {
	margin-bottom: 10px;
}

footer .fnav dl dd a {
	display: inline-block;
	font-size: 1.5rem;
	padding-left: 10px;
	color: #fff;
	line-height: 1.2;
	color: #fff;
}

footer .fnav dl dd a::before {
	display: inline-block;
	content: "-";
	margin-right: 3px;
}

.footer_logo_wrap {
	width: 80%;
	margin: 10px auto;
}

.footer_logo_inner {
	display: flex;

}

.footer_logo_wrap a {
	width: 45%;
	display: block;
	margin: 0 5px;
}

.copyright {
	text-align: center;
	color: #fff;
	background-color: #000000;
	font-size: 1.2rem;
	padding: 10px 0;
}

/* ---------------------------------------------------------------------------
  ★ハンバーガーメニーュ
--------------------------------------------------------------------------- */
.menu-trigger span {
	display: inline-block;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 25px;
	height: 21px;
}

.menu-trigger em {
	opacity: 0.6;
	color: #fff;
	margin: 0 auto;
	font-weight: bold;
	left: 0;
	top: 19px;
	position: relative;
	font-size: 1.1rem;
	text-align: center;
	display: none;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #df3030;
	border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 9px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
	width: 100%;
}

.active .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
	top: -2px;
}

.active .menu-trigger span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 0.8s forwards;
	animation: active-menu-bar02 0.8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}

@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}

.active .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
	width: 100%;
}

/* ---------------------------------------------------------------------------
  ★グローバルナビゲーション
--------------------------------------------------------------------------- */
.spnaviwrap {
	display: none;
	position: fixed;
	left: 0;
	/* top: -100%; */
	top: 0;
	padding-top: 130px;
	z-index: 4;
	width: 100%;
	height: 100%;
	padding-bottom: 30px;
	background: #fff;
	overflow-y: auto;
}

.spnaviwrap.active {
	padding-top: 130px;
	top: 0;
}

.spnaviwrap .nav_site .hnav_inner {
	color: #000;
	margin-bottom: 40px;
}

.spnaviwrap .nav_site .hnav_inner>dl {
	width: 100%;
	border-bottom: solid 1px #dddddd;
}

.spnaviwrap .nav_site .hnav_inner>dl a {
	font-size: 4.5vw;
}

.spnaviwrap .nav_site .hnav_inner>dl a,
.spnaviwrap .nav_site .hnav_inner>dl b {
	/* overflow: hidden; */
	display: inline-block;
	color: #000;
}

.spnaviwrap .nav_site .hnav_inner>dl dt {
	border-bottom: solid 2px #fff;
	line-height: 1.5;
}

.spnaviwrap .nav_site .hnav_inner>dl dd {
	display: none;
	background: #f9f8f8;
}

.spnaviwrap .nav_site .hnav_inner>dl dd a {
	display: block;
	position: relative;
	font-size: 4.5vw;
	padding: 15px 35px 15px 15px;
}

.spnaviwrap .nav_site .hnav_inner>dl dd a::after {
	content: "";
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #df3030;
	background-image: url(../img/icon_y.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	position: absolute;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}

.spnaviwrap .nav_site .hnav_inner>dl dd a:not(:last-child) {
	border-bottom: solid 1px #dddddd;
}

.spnaviwrap .nav_site .hnav_inner>dl dd a:first-child {
	border-top: solid 1px #dddddd;
}

.spnaviwrap .nav_site .hnav_inner>dl dt a {
	font-size: 5vw;
	letter-spacing: 3px;
	font-weight: bold;
	padding: 15px 35px 15px 15px;
	display: block;
	position: relative;
}

.spnaviwrap .nav_site .hnav_inner>dl.sToggle2 dt a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #C6C6C6;
	border-right: 2px solid #C6C6C6;
	position: absolute;
	top: 50%;
	right: 27px;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateY(-50%) translateX(0%) rotate(45deg);
	transform: translateY(-50%) translateX(0%) rotate(45deg);
}
}

/* .spnaviwrap.active.changed {
	display: block;
	right: 0;
	opacity: 1;
}

.spnaviwrap.active.changed .nav_site .hnav_inner > dl a,
.spnaviwrap.active.changed .nav_site .hnav_inner > dl b {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.spnaviwrap.active.changed .nav_site .hnav_inner > dl a span,
.spnaviwrap.active.changed .nav_site .hnav_inner > dl b span {
	top: 0;
} */

.nav_site {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.h_logo_wp_nv {
	max-width: 170px;
	margin-bottom: 50px;
	display: none;
}

/* ---------------------------------------------------------------------------
  ★TOTOP
--------------------------------------------------------------------------- */
#totop {
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.6);
	display: block;
	border-radius: 50%;
}

.totop_wrap {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 4;
	display: none;
}

.totop_wrap .icon-totop {
	display: block;
	width: 100%;
	text-align: center;
}

.totop_wrap .icon-totop::before {
	font-size: 5rem;
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	top: 54%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
	transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

#totop span {
	font-size: 1.2rem;
	text-align: center;
	display: inline-block;
	color: #fff;
	position: absolute;
	top: 29px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	width: 100%;
	display: none;
}

/* =======================================
  ★パンくず
========================================== */
.pankuzu_wrap {
	max-width: 100%;
	margin: 10px auto;
	padding: 10px 0;
	border-bottom: solid 1px #eeeeee;
}

.pankuzu {
	font-family: "Noto Sans JP", sans-serif;
	margin: 0px auto;
	font-size: 3.4vw;
}

.pankuzu>li {
	display: inline-block;
	position: relative;
	word-break: break-all;
}

.pankuzu>li::after {
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #949494;
	border-right: 1px solid #949494;
	position: relative;
	top: 3px;
	margin: 0 10px 0 14px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.pankuzu>li:last-child:after {
	display: none;
}

.pankuzu span {
	color: #df3030;
}

.pankuzu a {
	color: #949494;
}

/* =======================================
	★ページャー
========================================== */
.pager {
	width: auto;
	margin: 0 auto;
	padding-bottom: 30px;
}

.wp-pagenavi {
	clear: both;
	font-size: 14px;
	/* text-align: center; */
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 2.6;
	border: 1px solid #949494;
	-webkit-transition: ease-out 0.5s;
	transition: ease-out 0.5s;
	color: #616161;
	font-size: 14px;
	margin: 5px;
	vertical-align: top;
	padding: 0px;
	background-color: #fff;
	text-align: center;
}

.wp-pagenavi span.extend {
	border: 1px solid rgba(245, 245, 245, 0);
}

.wp-pagenavi span.current {
	color: #fff;
	background-color: #949494;
	font-size: 14px;
	vertical-align: top;
	text-decoration: none;
	text-align: center;
}

/* =======================================
	★TOP
========================================== */
.maincont .inner {
	width: 90%;
}

.home_w .maincont {
	position: relative;
	z-index: 2;
}

.hcover_wp {
	padding-top: 100px;
	position: relative;
	z-index: 1;
}

.hcover_wp .hcover .hcover_inner {
	position: relative;
	padding-bottom: 200px;
	overflow: hidden;
}

.hcover_wp .hcover .slider_h_wp {
	position: absolute;
	/* top: 50%; */
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	min-width: 400px;
	display: block;
}

.hcover_wp .hcover .slider_h_wp .slider_h,
.hcover_wp .hcover .slider_h_wp .slider_h .img_box,
.hcover_wp .hcover .slider_h_wp .slider_h .img_box img,
.hcover_wp .hcover .slider_h_wp .slider_h .slick-list,
.hcover_wp .hcover .slider_h_wp .slider_h .slick-list .slick-track {
	height: 100%;
}



.hcover_wp .hcover .slider_h_wp .slider_h .img_box img {
	/* object-fit: none; */
	/* object-position: 65% 165%; */
	object-fit: cover;
}

.hcover_wp .hcover .h_txt_box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	color: #fff;
	max-width: 1200px;
	width: 96%;
	margin: 0 auto;
}

.hcover_wp .hcover .h_txt_box .hh1 {
	font-weight: normal;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

.hcover_wp .hcover .h_txt_box p {
	font-weight: normal;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

.hcover_wp .hcover .h_txt_box .hh1 strong {
	font-size: 4.2rem;
	display: block;
	font-weight: 800;
	line-height: 1;
}

.hcover_wp .hcover .h_txt_box .hh1 span {
	font-size: 2.8rem;
	display: inline-block;
	font-weight: 700;
	margin-bottom: 15px;
}

.home_w .sec01_area {
	background: url(../img/top_sec01_bk.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}

.home_w .sec01_area .gaps {
	padding: 5% 0 0;
}

.home_w .sec01_area .img_wp_box {
	padding-left: 0;
}

.home_w .sec01_area .img_wp_boxin {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.home_w .sec01_area .white_box {
	position: relative;
	top: 0;
	left: 0;
	max-width: 1050px;
	width: 100%;
	z-index: 3;
	background: no-repeat;
	box-shadow: none;
}

.home_w .sec01_area .white_box .btn_wp {
	text-align: center;
}

.home_w .sec01_area .white_box .btn_wp a {}

.home_w .sec01_area .white_box .boxin {
	width: 96%;
	margin: 0 auto;
}

.home_w .sec01_area .white_box .boxin h2 {
	text-align: center;
}

.home_w .sec01_area .white_box .boxin .txt_box {
	margin-bottom: 10%;
}

.home_w .sec01_area .white_box .boxin .btn_wp a {
	margin: 0 0px 7% 0;
}

.home_w .sec02_area .img_wp_box {
	width: 100%;
}

.home_w .sec02_area .img_wp_boxin {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.home_w .sec02_area .white_box {
	position: relative;
	width: 100%;
	z-index: 3;
	padding-top: 10%;
}

.home_w article h2 {
	text-align: center;
}

.home_w .sec02_area .white_box .boxin {
	max-width: 800px;
	width: 100%;
}

.home_w .sec02_area .white_box .boxin .txt_box {
	margin-bottom: 5%;
}

.home_w .sec03_area .gaps {
	padding: 5% 0;
}

.home_w .sec03_area .movie_wp_wp {
	margin: 0 auto;
}

.home_w .sec03_area .movie_wp {
	display: block;
	width: 100%;
	padding-bottom: 48.6%;
}

.home_w .sec04_area {
	background: url(../img/top_sec04_bk.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}

.home_w .sec04_area .gaps {
	padding: 10% 0;
}

.home_w .sec04_area .img_wp_box {
	padding-left: 0;
}

.home_w .sec04_area .img_wp_boxin {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.home_w .sec04_area .white_box {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	background: none;
}

.home_w .sec04_area .white_box .boxin {
	width: 96%;
	margin: 0 auto;
}

.home_w .sec04_area .white_box .boxin .txt_box {
	margin-bottom: 10%;
}

.home_w .sec04_area .white_box .boxin .btn_wp {
	text-align: center;
}

.home_w .sec04_area .white_box .boxin .btn_wp a {}

.home_w .sec04_area .white_box .boxin .btn_wp a {
	margin: 0 0 7% 0;
}

.home_w .sec05_area .gaps {
	padding: 30px 0 10px;
}

.home_w .sec05_area .ctb_wp {
	-webkit-box-shadow: 7px 10px 36px rgba(0, 0, 0, 0.2);
	box-shadow: 7px 10px 36px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
}

.home_w .sec05_area .boxcg_btn_Box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.home_w .sec05_area .boxcg_btn_Box>a {
	text-align: center;
	display: block;
	width: 50%;
	background-color: #eeeeee;
	color: #000;
	padding: 10px 0;
}

.home_w .sec05_area .boxcg_btn_Box>a.on {
	background-color: #fff;
}

.home_w .sec05_area .boxcg_Box {
	max-width: 1200px;
	padding: 5% 0 7%;
	width: 96%;
	margin: 0 auto;
}

.news_list_box>li {
	padding: 3% 3%;
}

.news_list_box>li>a {
	display: block;
	position: relative;
	color: #000;
}

.news_list_box>li>a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid #c6c6c6;
	border-right: 2px solid #c6c6c6;
	position: absolute;
	top: 50%;
	right: 5px;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateY(-50%) translateX(0%) rotate(45deg);
	transform: translateY(-50%) translateX(0%) rotate(45deg);
}

.news_list_box>li>a dl {
	display: block;
}

.news_list_box>li>a dl dt {
	width: 100%;
	margin-bottom: 1%;
}

.news_list_box>li>a dl dt .tags {
	margin-left: 15px;
}

.news_list_box>li>a dl dd {
	width: 80%;
}

.news_list_box>li:not(:last-child) {
	border-bottom: solid 1px #eeeeee;
}

.date {
	color: #a5a5a5;
}

.tags {
	display: inline-block;
	background-color: #eeeeee;
	color: #a5a5a5;
	text-align: center;
	padding: 0px 20px;
}

.boxcg_Box_in>div {
	display: none;
}

.boxcg_Box_in>div.on {
	display: block;
}

.jp .home_w .sec05_area .ctb_wp {
	margin: -15.7% auto 5%;
	background: #fff;
}

/* =======================================
	★UNDER 共通
========================================== */
.under_l .u_cover {
	padding-top: 148px;
}

.under_l .u_cover_inner {}

.under_l .hh1 {
	position: relative;
	/* top: 50%; */
	/* left: 50%; */
	/* -webkit-transform: translateY(-50%) translateX(-50%); */
	/* transform: translateY(-50%) translateX(-50%); */
	width: 100%;
	line-height: 1.1;
}

.under_l .hh1 b {
	font-family: "Overpass", sans-serif;
	font-size: 8vw;
	font-weight: 600;
}

.under_l .hh1 b.b2 {
	/* font-size: 6rem; */
}

/* =======================================
	★
========================================== */
/* =======================================
	★Contact
========================================== */
.zenbun0_area .gaps {
	padding-top: 50px;
	margin-bottom: 70px;
}

.zenbun0_area .txtBox {
	border: solid 1px #80ccff;
	padding: 30px;
	max-width: 680px;
	margin: 0 auto;
}

.zenbun_area .gaps {
	padding-top: 70px;
	margin-bottom: 0px;
}

.zenbun_area .txtBox {
	margin-bottom: 30px;
}

.zenbun_area .tlei_box {
	margin-bottom: 20px;
}

.zenbun_area .tlei_box .tel_link {
	font-size: 3.6rem;
	font-family: century-gothic, sans-serif;
	color: #000;
}

.form_area {
	margin-bottom: 70px;
}

/* =======================================
	★フォーム
========================================== */
.c_form01 {
	margin-bottom: 50px;
}

.c_form01 table {
	margin-bottom: 30px;
	width: 100%;
}

.c_form01 table tbody tr td {
	padding: 0 0 10px 10px;
}

.c_form01 table tbody tr th {
	vertical-align: top;
	font-weight: bold;
	width: 100%;
	display: block;
	position: relative;
	font-size: 1.5rem;
	/* font-family: Roboto; */
	padding: 0 0 5px 10px;
}

.c_form01 table tbody tr td {
	vertical-align: top;
	width: 100%;
	display: block;
	padding: 0 0 10px 10px;
}

.c_form01 table tbody tr td select {
	padding: 0;
	width: 100%;
	padding: 11px;
}

.c_form01 table tbody tr td label {
	margin-right: 10px;
}

.c_form01 table .inp01,
.c_form01 table .inp02 {
	padding: 15px 10px;
	background-color: #f5f5f5;
	border-radius: 5px;
	border: 0px solid #afafaf;
}

.c_form01 table .inp_txtarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	width: 100% !important;
	height: 200px !important;
	background-color: #f5f5f5;
	border: 0px solid #afafaf;
}

.c_form01 table input:-ms-input-placeholder {
	color: #a9a9a9;
}

.c_form01 table input::-ms-input-placeholder {
	color: #a9a9a9;
}

.c_form01 .kojin_wrap {
	padding: 35px 30px;
	margin-bottom: 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
}

.c_form01 .kojin_wrap strong {
	margin-bottom: 5px;
	display: block;
}

.c_form01 .kojin_wrap>p {
	margin-bottom: 20px;
}

.c_form01 .kojin_wrap .txt_link {
	color: #df3030;
	text-decoration: underline;
}

.c_form01 .submit_wrap {
	margin-bottom: 5%;
	text-align: center;
}

.submit_btn {
	cursor: pointer;
}

input::-webkit-input-placeholder {
	color: #a9a9a9;
}

input:-ms-input-placeholder {
	color: #a9a9a9;
}

input::-ms-input-placeholder {
	color: #a9a9a9;
}

input::placeholder {
	color: #a9a9a9;
}

input.short {
	width: 25%;
}

input.middle {
	width: 50%;
}

input.long {
	width: 90%;
}

.hissu {
	display: inline-block;
	text-align: center;
	margin-left: 10px;
	font-weight: bold;
	line-height: 1;
	font-size: 1.4rem;
	word-break: keep-all;
	color: #df3030;
}

.c_form01 .yubin_wp {
	margin-bottom: 10px;
}

.c_form01 .yubin_wp>em {
	display: inline-block;
	margin-right: 5px;
}

.c_form01 .adre_wp>input {
	margin-bottom: 5px;
}

.formInfo_wrap {
	padding: 35px 30px;
	margin-bottom: 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
}
.formInfo_wrap p:not(:last-child) {
  margin-bottom: 20px;
}

/* =======================================
	★個人情報保護方針
========================================== */
.privacy h2 {
	margin-bottom: 40px;
}

.privacy .inner_cont {
	padding-bottom: 10px;
}

.privacy .inner_cont .pp_txt {
	margin-bottom: 40px;
}

.privacy .vacy_box {
	margin: 0 0 70px;
}

.privacy .vacy_box b {
	font-weight: bold;
	margin: 0 0 10px;
	display: block;
	font-size: 1.8rem;
}

.privacy .vacy_box p {
	margin: 0 0 30px;
}

/* =======================================
	★beginners
========================================== */
.beginners .sec01_area .gaps {
	padding: 10% 0 15%;
}

.beginners .sec02_area h2 {
	margin-bottom: 7%;
}

.beginners .sec02_area>.gaps>dl {
	margin-bottom: 10%;
}

.beginners .sec02_area>.gaps>dl:nth-child(odd)>dd {
	right: 0;
}

.beginners .sec02_area>.gaps>dl:nth-child(even)>dt div {
	/* float: right; */
}

.beginners .sec02_area>.gaps>dl:nth-child(even)>dd {
	left: 0;
}

.beginners .sec03_area .gaps {
	padding: 10% 3% 4%;
}

.beginners .sec03_area h3 {
	margin-bottom: 7%;
}

.beginners .sec03_area .cl50 li {
	padding-right: 0;
	padding-bottom: 5%;
}

.beginners .sec03_area .cl50 li:last-child dl:first-child {
	margin-bottom: 10%;
}

.beginners .sec03_area .bar_dl {
	margin-bottom: 5%;
}

.beginners .sec03_area .bar_dl dt {
	position: relative;
	margin-bottom: 1%;
}

.beginners .sec03_area .bar_dl dt strong {
	font-size: 6vw;
	font-weight: bold;
	display: block;
}

.beginners .sec03_area .bar_dl dt small {
	position: absolute;
	top: -18px;
}

.beginners .sec03_area .bar_dl .bar_box {
	color: #fff;
	text-align: right;
	padding: 0 5%;
	border-radius: 5px;
}

.beginners .sec03_area .bar_dl .bar_box>em {
	font-size: 7vw;
	font-weight: bold;
	font-family: Roboto;
}

body.en .beginners .sec03_area .bar_dl .bar_box>em {
	font-family: sans-serif;
}

.beginners .sec03_area .bar_dl .bar_box.red01_bar {
	background-color: #df3030;
}

.beginners .sec03_area .bar_dl .bar_box.red02_bar {
	background-color: #ef9797;
}

.beginners .sec03_area .bar_dl .bar_box.bar02 {
	width: 75%;
}

.beginners .sec03_area .bar_dl .bar_box.bar03 {
	width: 50%;
}

.beginners .sec04_area .cl50_max li:first-child {
	border-bottom: solid 1px #dddddd;
	padding-right: 0;
	margin-bottom: 10%;
	padding-bottom: 10%;
}

li {}

.beginners .sec04_area .cl50_max li:first-child .img_box img {
	margin: 0 auto;
}

.beginners .sec04_area .cl50_max li:last-child {
	padding-left: 0;
}

.beginners .sec04_area .cl50_max li {
	padding: 0;
}

.beginners .fuki_box {
	max-width: 1000px;
	width: 96%;
	margin: 5% auto 0;
	padding-top: 30px;
}

.beginners .fuki_box::before {
	content: "";
	display: block;
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 30px 30px 30px;
	border-color: transparent transparent #f5f5f5 transparent;
}

.beginners .fuki_box b {
	font-size: 6vw;
	font-weight: bold;
	font-family: Roboto;
	display: block;
	line-height: 1.3;
	margin-bottom: 1%;
}

.beginners .fuki_box .fuki_boxin {
	background-color: #f5f5f5;
	border-radius: 10px;
	position: relative;
	padding: 7%;
}

.beginners .sec05_area .disc li {
	margin-bottom: 5%;
}

.beginners .sec06_area .cl50 .img_box {
	margin-bottom: 10px;
}

.beginners .sec06_area .disc li {
	margin-bottom: 5%;
}

.smtxt {
	color: #a5a5a5;
	line-height: 1.6;
	display: inline-block;
}

.bedls {
	position: relative;
}

.bedls>dd {
	position: relative;
	top: 0;
	margin-bottom: 5%;
}

.bedls>dt {
	padding-top: 0;
}

.bedls>dt>div {
	/* max-width: 710px; */
	width: 100%;
}

/* =======================================
	★events_destination
========================================== */
.events_destination .sec02_area h2 {
	margin-bottom: 40px;
}

.events_destination .sec05_area h2 {
	margin-bottom: 40px;
}

.events_destination .sec05_area .cl50 li .txt_box {
	margin-bottom: 50px;
}

.events_destination .sec06_area h2 {
	margin-bottom: 13%;
}

.wxbox {
	background: #fff;
	border-radius: 10px;
	padding: 25px 5%;
}

.wxbox:not(:last-child) {
	margin-bottom: 15%;
}

.wxbox .inbox {
	position: relative;
}

.wxbox .inbox::before {
	position: absolute;
	left: 0px;
	top: -57px;
	width: 46px;
	height: 60px;
	display: block;
	content: "";
	background: url(../img/cyoncyon.png) no-repeat;
	background-size: 100%;
	background-position: center center;
}

.wxbox .inbox .tlt_wp {
	font-family: Roboto;
	margin-bottom: 40px;
}

.wxbox .inbox .tlt_wp dt {
	border-bottom: solid 1px #dddddd;
	margin-bottom: 12px;
	padding-bottom: 7px;
}

.wxbox .inbox .tlt_wp dt h3 {
	color: #df3030;
	line-height: 1;
}

.wxbox .inbox .tlt_wp dt h3 b {
	font-size: 2.4rem;
	display: inline-block;
	border-right: solid 2px;
	padding: 0 10px 0 0;
	margin-right: 10px;
}

.wxbox .inbox .tlt_wp dt h3 small {
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: text-top;
}

.wxbox .inbox .tlt_wp dt p {
	font-size: 1.4rem;
}

.wxbox .inbox .tlt_wp dt p span {
	color: #949494;
	display: inline-block;
	margin-right: 5px;
}

.wxbox .inbox .tlt_wp dt p strong {
	color: #000;
	display: inline-block;
}

.wxbox .inbox .tlt_wp dd {
	color: #949494;
	line-height: 1;
}

.wxbox .inbox .tlt_wp dd p {
	font-size: 1.2rem;
}

.wxbox .inbox .tlt_wp dd small {
	font-size: 1rem;
}

.wxbox .inbox .txt_wp {
	margin-bottom: 5%;
}

/* =======================================
	★TABLE
========================================== */


.t_table_01 table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	width: 100%;
}

.t_table_01 table thead {
	display: none;
}

.t_table_01 table tbody tr th,
.t_table_01 table tbody tr td {
	display: block;
}

.t_table_01 table tbody tr th {
	background-color: #666;
	color: #fff;
	text-align: center;
	clear: both;
	width: 100%;
	font-size: 3.8vw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}

.t_table_01 table tbody tr td {
	padding: 10px;
	font-size: 3.8vw;
	word-break: break-word;
	width: 100%;
	/* float: left; */
	line-height: 1.8;
	text-align: left;
	border-bottom: 1px solid #c6c6c6;
}

.t_table_01 table tbody tr td.nens {
	padding: 5px 15px;
	border-bottom: 0px;
	background: #df3030;
	color: #fff;
	font-size: 5vw;
	font-weight: bold;
}

.t_table_01 table tbody tr td.nenone {
	display: none;
}

.t_table_01 table tbody tr td.nens::after {
	width: auto;
	content: attr(data-th);
	font-weight: bold;
	display: inline-block;
	/* margin-right: 0.25em; */
	margin-bottom: 1%;
}

.t_table_01 table tbody tr td.nens::before {
	display: none !important;
}

.t_table_01 table tbody tr td:nth-last-child(-n + 2) {}

.t_table_01 table tbody tr:nth-child(even) {
	background-color: #e4e4e4;
}

.t_table_01 table tbody tr td[data-th]:before {
	width: 100%;
	content: attr(data-th);
	font-weight: bold;
	display: block;
	/* margin-right: 0.25em; */
	margin-bottom: 1%;
}

.c_table_01 table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	width: 100%;
}

.c_table_01 table tbody tr th {
	border: 1px solid;
	background: #f7f7f7;
	vertical-align: top;
	padding: 3%;
	color: #000000;
	font-weight: bold;
	width: 100% !important;
	height: auto !important;
	word-break: break-word;
	display: block;
	border-bottom: 0;
}

.c_table_01 table tbody tr td {
	border: 1px solid;
	vertical-align: top;
	padding: 3%;
	background: #fff;
	word-break: break-word;
	display: block;
	width: 100% !important;
	height: auto !important;
	white-space: pre-wrap;
}

.c_table_01 table tbody tr:not(:last-child) td {
	border-bottom: 0;
}


.c_table_03 table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	width: 100%;
}

.c_table_03 table tbody tr th {
	vertical-align: middle;
	padding: 10px;
	font-size: 4vw;
	font-weight: bold;
	width: 100%;
	word-break: break-word;
	display: block;
}

.c_table_03 table tbody tr td {
	vertical-align: middle;
	padding: 10px;
	word-break: break-word;
	display: block;
}

.c_table_04 table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	width: 100%;
}

.c_table_04 table tbody tr th {
	vertical-align: middle;
	padding: 15px;
	font-size: 4vw;
	font-weight: bold;
	width: 24.5%;
	/* word-break: break-word; */
	background: #606060;
	color: #fff;
	border: solid 1px #f5f5f5;
}

.c_table_04 table tbody tr td {
	vertical-align: middle;
	padding: 15px;
	word-break: break-word;
	border: solid 1px #f5f5f5;
	font-size: 1.4rem;
}

.c_table_04 table tbody tr:nth-child(even) td {
	background-color: #f5f5f5;
}

/* =======================================
	★past_events
========================================== */
.past_events .sec01_area .txt_wp {
	margin-bottom: 40px;
}

/* =======================================
	★news
========================================== */
.lr_xBox .aside_xBox {
	width: 100%;
}

.lr_xBox {
	display: flex;
	flex-flow: column-reverse;
}

.lr_xBox .main_xBox {
	width: 100%;
}

.news_bpx {
	margin-bottom: 50px;
}

.news_bpx .news_list_box>li>a dl {
	display: block;
}

.news_bpx .news_list_box>li>a dl dt {
	display: block;
	margin-bottom: 5px;
}

.news_bpx .news_list_box>li:last-child {
	border-bottom: solid 1px #eeeeee;
}

.year_box {
	margin-bottom: 20px;
}

.year_box .year_list {
	border-top: dashed 1.5px #dddddd;
}

.year_box .year_list li {
	border-bottom: dashed 1.5px #dddddd;
}

.year_box .year_list li a {
	display: block;
	position: relative;
	font-weight: bold;
	padding: 15px 25px 13.5px;
	color: #000;
}

.year_box .year_list li a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid #c6c6c6;
	border-right: 2px solid #c6c6c6;
	position: absolute;
	top: 50%;
	right: 15px;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateY(-50%) translateX(0%) rotate(45deg);
	transform: translateY(-50%) translateX(0%) rotate(45deg);
}

.yu_btn_wp a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border: solid 1px #dddddd;
	padding: 10px 20px;
	font-family: Roboto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.yu_btn_wp a b {
	font-weight: bold;
	font-size: 2.1rem;
	display: inline-block;
	color: #000;
}

.yu_btn_wp a span {
	font-weight: bold;
	font-size: 1.3rem;
	color: #df3030;
	display: inline-block;
	text-decoration: underline;
	position: relative;
	padding-right: 25px;
}

.yu_btn_wp a span::after {
	display: block;
	content: "";
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background-color: #df3030;
	background-image: url(../img/icon_y.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	position: absolute;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	top: 52%;
	right: 0;
	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}

/* =======================================
	★detail
========================================== */
.news_detail .date_wp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.news_detail .date_wp .date {
	display: inline-block;
	margin-right: 15px;
	font-size: 1.4rem;
}

.news_detail .date_wp .tags {
	display: inline-block;
	font-size: 1.2rem;
}

.news_detail .ntit_wp {
	/* font-family: Roboto; */
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.news_detail .ntit_wp h1,
.news_detail .ntit_wp h3 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
}

.news_detail .ntit_wp p {
	font-weight: bold;
}

.news_detail .txt01 {
	font-size: 1.4rem;
	margin-bottom: 30px;
}

.news_detail .btn_wp {
	margin-bottom: 30px;
}

.news_detail .btn_wp>li {
	margin-bottom: 10px;
}

.detail_box {
	margin-bottom: 20px;
}

.detail_box .one_box {
	margin-bottom: 40px;
}

.detail_box .one_box .img_box {
	margin-bottom: 20px;
}

.detail_box .mbox {
	margin-bottom: 30px;
	font-family: Roboto;
}

.detail_box .mbox .img_box {
	margin-bottom: 10px;
}

.detail_box .mbox b {
	font-weight: bold;
}

.detail_box .txt_wp {
	margin-bottom: 15px;
}

.detail_box .txt_wp strong {
	font-family: Roboto;
	font-size: 2rem;
	font-weight: bold;
}

/* =======================================
	★Facility Search
========================================== */
.rs_btn_wp>label {
	display: inline-block;
	margin: 0 auto 20px;
	position: relative;
	cursor: pointer;
}

.rs_btn_wp>label span {
	cursor: pointer;
}

.rs_btn_wp>label span input {
	cursor: pointer;
}

.facility_search .c_table_03 table {
	margin-bottom: 10%;
}

.facility_search .sec02_area .gaps {
	padding: 0 0 100px;
}

.facility_search .sec02_area .d_number p {
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.reset_btn input {
	font-family: sans-serif;
	font-size: 1.6rem;
	color: #949494;
	font-weight: bold;
	border: solid 0px;
	background: none;
}

.reset_btn span {
	position: relative;
	display: inline-block;
	padding-left: 25px;
}

.reset_btn span::before {
	content: "";
	display: block;
	background: url(../img/readfree.png) no-repeat;
	background-position: center center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0%;
	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
	width: 20px;
	height: 20px;
}

.submit_btn input {
	border: solid 0px;
	background: none;
	color: #fff;
	font-family: sans-serif;
}

.sele_wp {
	border: solid 1px #e8e8e8;
	border-radius: 5px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.sele_wp::after {
	content: "";
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #c6c6c6;
	border-right: 2px solid #c6c6c6;
	position: absolute;
	top: 47%;
	right: 18px;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateY(-50%) translateX(0%) rotate(45deg);
	transform: translateY(-50%) translateX(0%) rotate(45deg);
	z-index: 1;
}

.sele_wp select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	font-size: 100%;
	font-family: Roboto, sans-serif;
	padding: 14px 20px;
	border: solid 0px #e8e8e8;
	border-radius: 0px;
	width: 100%;
	color: #949494;
	position: relative;
	z-index: 2;
	background: none;
}

.check_wp>label {
	cursor: pointer;
	display: inline-block;
	margin: 0 2px 20px 0;
}

.check_wp>label input {
	display: none;
}

.check_wp>label input:checked+span::after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 9px;
	width: 7px;
	height: 11px;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	border-bottom: 4px solid #fff;
	border-right: 4px solid #fff;
	z-index: 2;
}

.check_wp>label input:checked+span::before {
	background-color: #df3030;
}

.check_wp>label>span {
	padding-left: 40px;
	position: relative;
	margin-right: 30px;
	display: inline-block;
}

.check_wp>label>span::before {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	width: 27px;
	height: 27px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	z-index: 1;
}

/* =======================================
	★Facility Search 詳細
========================================== */
/* slide */
.slide {
	position: relative;
	margin: 0;
	padding: 0;
}

.slide .item {
	position: relative;
	height: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.slide .item::before {
	display: block;
	padding-top: 66%;
	content: "";
	position: relative;
	overflow: hidden;
}

.slide .item img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
}

.slide>.slick-list,
.slide>.slick-list>.slick-track,
.slide>.slick-list>.slick-track>.slick-slide>div {
	position: relative;
	height: 100%;
}

/* slide-navigation */
.slide-navigation {
	position: relative;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.slide-navigation .item {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	width: 48%;
	height: 100%;
	padding: 0;
	margin-bottom: 4%;
}

.slide-navigation .item::before {
	display: block;
	padding-top: 69%;
	content: "";
}

.slide-navigation .item img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
}

.slide-navigation .item::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0.5;
	background: #000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.slide-navigation .item.current::after {
	opacity: 0;
}

.icon_list_wp {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.icon_list_wp .icon_wp {
	display: inline-block;
	margin: 0 15px 0 0;
}

.icon_list_wp.white_ul {
	border-radius: 5px;
	padding: 30px;
	margin-bottom: 30px;
}

.icon_list_wp.white_ul ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.3;
}

.icon_list_wp.white_ul ul li:not(:last-child) {
	margin-bottom: 15px;
}

.pein_area .pein_wp .boxcg_btn_Box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px;
}

.pein_area .pein_wp .boxcg_btn_Box a {
	width: 32.5%;
	text-align: center;
	background-color: #f5f5f5;
	font-family: 2.8rem;
	font-weight: bold;
	color: #000;
	padding: 10px 0;
	position: relative;
	border-radius: 3px;
}

.pein_area .pein_wp .boxcg_btn_Box a.on {
	background-color: #df3030;
	color: #fff;
}

.pein_area .pein_wp .boxcg_btn_Box a.on::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 12.5px 0 12.5px;
	border-color: #df3030 transparent transparent transparent;
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
}

.details .txt_wp01 {
	margin-bottom: 70px;
}

.details .cheimg_wp {
	margin-bottom: 40px;
}

.details .cheimg_wp dt {
	float: left;
	width: 75%;
	max-width: 940px;
}

.details .cheimg_wp dd {
	float: right;
	width: 23%;
	max-width: 300px;
}

.details .c_table_01 {
	margin-bottom: 60px;
}

.details .gmap_box .gmap_wrap {
	padding-bottom: 42%;
}

.pein_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pein_box a {
	display: block;
	width: 32.5%;
	border: solid 1px #bbbbbb;
	color: #000;
}

.pein_box a .img_wp {
	overflow: hidden;
	width: 100%;
	padding-bottom: 63%;
	position: relative;
}

.pein_box a .img_wp img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.pein_box a .txt_box {
	padding: 15px;
}

.pein_box a .txt_box dl dt {
	border-bottom: dotted 1px #bbbbbb;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.pein_box a .txt_box dl dt .tags {
	margin-bottom: 5px;
}

.pein_box a .txt_box dl dt b {
	font-size: 1.8rem;
	font-weight: bold;
}

.pein_box a .txt_box dl dd>span {
	display: inline-block;
	padding-left: 25px;
	position: relative;
	line-height: 1.3;
}

.pein_box a .txt_box dl dd>span.icon_pi01::before {
	content: "";
	display: block;
	background: url(../img/icon_pi01.png) no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 15px;
	height: 20px;
	position: absolute;
	top: 10%;
	left: 0%;
}

.pein_box a .txt_box dl dd>span.icon_pi02::before {
	content: "";
	display: block;
	background: url(../img/icon_pi02.png) no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 10%;
	left: 0%;
}

.vm_bn {
	font-weight: bold;
	font-size: 1.3rem;
	color: #df3030;
	display: inline-block;
	text-decoration: underline;
	position: relative;
	padding-right: 25px;
}

.vm_bn:after {
	display: block;
	content: "";
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background-color: #df3030;
	background-image: url(../img/icon_y02.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	position: absolute;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	top: 52%;
	right: 0;
	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}

/* =======================================
	★Uniquevenues
========================================== */
.Uniquevenues .txt_wp01 {
	margin-bottom: 30px;
}

.Uniquevenues .sec01_area .c_table_03 table {
	margin-bottom: 30px;
}

.Uniquevenues .sec02_area .gaps {
	padding: 0 0 90px;
}

.Uniquevenues .uxbox {
	margin-bottom: 20px;
}

.Uniquevenues .uxbox .pein_box>a {
	margin-bottom: 1.5%;
}

.Uniquevenues .uxbox .pein_box>a .txt_box dl dt {
	border-bottom: solid 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/* =======================================
	★Uniquevenues 詳細
========================================== */
.pdf_btn_wp {
	max-width: 442px;
	width: 96%;
	margin: 0 auto;
}

.und_detail .pdf_btn_wp {
	margin: 35px auto;
}

/* =======================================
	★Accommodations, Dining, And Events
========================================== */
.parties .maincont section .btn_wp {
	margin-bottom: 40px;
}

.txt_bbxx {
	margin-bottom: 60px;
}

/* =======================================
	★After-Event Experiences And Sightseeing
========================================== */
.after .maincont section .btn_wp {
	margin-bottom: 40px;
}

.txt_bbxx {
	margin-bottom: 5%;
}

.pdf_btn_wp2 {
	max-width: 289px;
	width: 96%;
	margin-bottom: 20px;
}

.cl33x {}

.cl33x>li {
	width: 100%;
	margin-bottom: 2%;
}

.white_box3 {
	background-color: #fff;
	padding: 5%;
	border-radius: 5px;
}

/* =======================================
	★Guidelines For MICE Events
========================================== */
.guidelines .tttx {
	margin-bottom: 40px;
}

.guidelines .tttx>span {
	display: inline-block;
	margin-right: 15px;
}

.guidelines .tttx .emails>a {
	color: #df3030;
	text-decoration: underline;
}

.guidelines .sec03_area .white_box3 p {
	font-size: 4.5vw;
	font-weight: bold;
	float: left;
	line-height: 1.5;
}

.guidelines .sec03_area .white_box3>a {
	margin-top: 20px;
	display: block;
	float: right;
}

.in_dl {
	display: inline-block;
}

.pdf_btn_wp3 {
	text-align: center;
}

.pdf_btn_wp3 li {
	display: block;
	max-width: 100%;
	margin: 0 auto 3%;
	width: 90%;
}

.pdf_btn_wp3 li small {
	color: #a5a5a5;
}

.smvbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.smvbox>a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #000;
	font-size: 4vw;
	border: solid 1px #dddddd;
	padding: 3%;
	width: 49%;
	margin-bottom: 2%;
	line-height: 1.5;
}

.smvbox>a>p {
	margin-bottom: 3px;
}

.smvbox>a .btn_wp {
	margin-top: auto;
}

.smvbox>a:not(:nth-child(2n)) {
	margin-right: 2%;
}

/* =======================================
	★Meeting & Event Support For Organizers
========================================== */
.organizers .ulls>li {
	margin-bottom: 40px;
}

/* =======================================
	★Our Business Partners
========================================== */
/* =======================================
	★大阪MICE推進委員会
========================================== */
/* =======================================
	★Osaka’s MICE Areas
========================================== */
.numbers_ul>li {
	padding: 40px 0;
}

.numbers_ul>li:not(:last-child) {
	border-bottom: solid 1px #dddddd;
}

.numbers_ul>li .txt_wp b {
	font-weight: bold;
}

.cl50cl {}

.cl50cl>li {
	width: 100%;
	margin-bottom: 2%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.movie_wp2 {
	padding-bottom: 58%;
}

/* =======================================
	★Resources For Event Planners
========================================== */
.pdf_btn_wp4 {
	width: 96%;
	margin: 0 auto;
	margin-bottom: 20px;
}

/* =======================================
	★Contact Form
========================================== */
.conrs>label {
	margin: 0 30px 15px;
}

/* =======================================
	★Privacy
========================================== */
.privacy .sec01_area article p {
	margin: 1em 0;
}

.privacy .sec01_area article .col-md-12 {
	padding-left: 15px;
	padding-right: 15px;
}

/* ---------------------------------------------------------------------------
  ★media Screen
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★IE
--------------------------------------------------------------------------- */
/* IE11 にのみ適用される */

/* ---------------------------------------------------------------------------
  ★中田追加
--------------------------------------------------------------------------- */
.column2_box .c_table_01 {
	width: 100%;
}

.column2_box.img_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.syuuhenn {
	display: flex;
	margin-bottom: 20px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.syuuhenn li {
	width: 48%;
	margin-bottom: 2%;
}

.syuuhenn a {
	color: #000;
}

.column2_box.img_flex.txt_long figure {
	width: 100%;
}

.movie_box iframe {
	height: 250px !important;
}

/* ---------------------------------------------------------------------------
  ★西嶋追加
--------------------------------------------------------------------------- */
.radius_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 40px;
}

.radius_list div {
	width: 30%;
}

.radius_list div img {
	width: 170px;
	border-radius: 50%;
}

.column2_box .mov {
	margin: auto;
	position: relative;
	padding-top: 22.32%;
	margin-bottom: 30px;
}

.column2_box .mov iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.column2_box li .mov {
	margin: auto;
	position: relative;
	padding-top: 56.32%;
	margin-bottom: 30px;
	width: 100%;
}

.column2_box li .mov iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.slider_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.slider_list li {
	width: 48%;
	margin-bottom: 15px;
}

.raijou {
	text-align: center;
}

.border_top_gray {
	padding-top: 10%;
	border-top: 1px solid #ccc;
}

.theme_zone {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
}

.theme_zone li {
	width: 48%;
}

.theme_zone li:nth-child(1) div {
	border: 7px solid rgb(73, 131, 195);
}

.theme_zone li:nth-child(2) div {
	border: 7px solid rgb(243, 152, 1);
}

.theme_zone li:nth-child(3) div {
	border: 7px solid rgb(234, 80, 152);
}

.theme_zone li:nth-child(4) div {
	border: 7px solid rgb(18, 160, 110);
}

.theme_zone li p {
	font-size: 13px;
}

.theme_zone li p strong {
	font-size: 16px;
}

.member_li {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: auto;
}

.member_li li {
	width: 48%;
}

.member_li li:nth-child(1) {
	margin-right: 10px;
}

/* 211002追加分 */
.news_detail .youTube {
	text-align: center;
	margin: 15px 0;
	position: relative;
	padding-bottom: 56.25%;
}

.news_detail .youTube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.detail_box .edit table {
	width: 100%;
	border: 1px solid #ddd;
}

.detail_box .edit table th {
	background: #f7f7f7;
	font-weight: bold;
	border: 1px solid #ddd;
	padding: .5em;
	line-height: 1.4;
}

.detail_box .edit table td {
	background: #fff;
	border: 1px solid #ddd;
	padding: .5em;
}

/*211012*/
.t_table_02 table {
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	max-width: 600px;
	width: 95%;
	margin: auto;
}

.t_table_02 table thead {
	background-color: #666;
	color: #fff;
	margin: 0;
	border: 0;
}

.t_table_02 table thead tr th {
	padding: 10px;
	border: solid 1px #e8e8e8;
	vertical-align: middle;
	line-height: 1.3;
}

.t_table_02 table thead tr th:first-of-type {
	width: 10%;
}

.t_table_02 table tbody:nth-child(odd) tr {
	background-color: #f5f5f5;
}

.t_table_02 table tbody:nth-child(even) tr {
	background-color: #fff;
}

.t_table_02 table tbody tr th,
.t_table_02 table tbody tr td {
	padding: 10px;
	word-break: break-word;
	border: solid 1px #e8e8e8;
	vertical-align: middle;
	line-height: 1.5;
}

/*211104*/
.ave_caption {
	display: block;
	font-size: 18px;
	padding-top: 10px;
	font-weight: 400;
}

.bg_gray_ttl {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	border-left: 3px solid #BBB;
	background: #F8F7F6;
	display: block;
	width: 100%;
	font-family: fot-tsukuardgothic-std, sans-serif;
	margin-bottom: 5%;
	line-height: 1.5;
}

.news_detail .detail_box img {
	height: auto;
}

/*211116*/
.scroll-hide {
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
	transition: .5s;
}

.scroll-hide+.mbtn_wp {
	top: 20px;
	transition: .5s;
}

/*施設検索一覧*/
.fs_archive_item {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-bottom: 20px;
	/* align-items: center; */
	border-bottom: solid 1px #ddd;
	padding-bottom: 20px;
}

.fs_archive_img {
	width: 37%;
}

.fs_archive_img img {
	height: 135px;
	width: 100%;
	object-fit: cover;
}

.fs_archive_txt {
	width: 58%;
	color: #000;
}

.fs_archive_ttl {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.fs_archive_label {
	display: inline-block;
	background-color: #eeeeee;
	color: #a5a5a5;
	text-align: center;
	padding: 0px 5px;
}

/*ユニークベニュー*/
.Uniquevenues .pein_box a {
	width: 49%;
	position: relative;
	padding-bottom: 30px;
}

.Uniquevenues .pein_box a .txt_right.btn_wp {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.Uniquevenues .pein_box a .txt_box dl dt b {
	font-size: 1.5rem;
	line-height: 1.5em;
}

.Uniquevenues .icon_pi01 {
	padding: 5px 7px !important;
	font-size: 12px;
	background-color: #999;
	color: #fff;
	border-radius: 3px;
	letter-spacing: 0.05em;
	line-height: 1em !important;
}

.Uniquevenues .icon_pi01::before {
	display: none !important;
}

.Uniquevenues .pein_box a .txt_box {
	padding: 10px;
}

/*ユニークベニュー詳細*/
.und_detail .c_table_01 {
	white-space: nowrap;
	overflow: auto;
}

.und_detail .c_table_01 table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	width: 100%;
}

.und_detail .c_table_01 table tbody tr th {
	border: 1px solid #f5f5f5;
	background: #606060;
	vertical-align: middle;
	padding: 15px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	width: 24.5%;
	word-break: break-word;
	line-height: 1.3;
	display: revert;
}

.und_detail .c_table_01 table tbody tr td {
	border: 1px solid #e8e8e8;
	vertical-align: middle;
	padding: 15px;
	background: #fff;
	word-break: break-word;
	line-height: 1.3;
	display: revert;
	white-space: revert;
}

.und_detail .txt_wp01 {
	margin-bottom: 35px;
}

.und_detail .icon_list_wp.white_ul {
	padding: 15px;
	margin-bottom: 0;
}

.und_detail .icon_list_wp.white_ul ul li em {
	white-space: pre-wrap;
}

.und_detail .txt_wp02 {
	white-space: pre-wrap;
}

.c_table_02 {
	margin-bottom: 30px;
	padding: 10px 20px;
}

.c_table_02 table {}

.c_table_02 table tr {
	border-bottom: solid 1px #dddddd;
	padding: 10px 0;
	display: block;
}

.c_table_02 table tr th {
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 1.6rem;
}

.c_table_02 table tr td {
	white-space: pre-wrap;
	display: block;
	width: 100%;
}

.c_table_02 table tr td .txt {}

.c_table_02 table tr td a {}

/* 2204421 */
.policy_box {
	display: flex;
	width: 80%;
	margin: 10% auto 0;
	justify-content: space-between;
	font-size: 4.5vw;
}

.policy_box.en {
	width: 60%;
}

.policy_box a {
	color: #000;
}

.home_w .sec03_area .movie_wp_wp h2 {
	margin: 30px 0 0 0;
}

.home_w .sec03_area .movie_wp_wp .tit02 b {
	font-size: 2.2rem;
}


/*広告*/
.ad_ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ad_ttl>a {
	color: #666;
	font-weight: bold;
	font-size: 3vw;
	display: block;
	white-space: pre;
}

.adheading {
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	font-size: 3.5vw;
	font-weight: bold;
}

.adheading::before {
	content: '';
	width: 1.5em;
	height: 1.5em;
	background: url(../img/ico_speaker.svg) no-repeat center/contain;
	margin-right: 5px;
}

.en .ad_ttl {
	display: block;
	margin-bottom: 10px;
}

.en .adheading {
	padding: 0;
}

.en .ad_ttl>a {
	text-align: right;
}

.f_ad {
	padding: 15px 0 30px;
}

.ad_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ad_wrap a {
	width: 49%;
	margin-bottom: 15px;
}

.ad_wrap a img {
	width: 100%;
	height: auto;
	border: solid 1px rgba(0, 0, 0, 0.25);
}

.ad_banner_txt {
	text-align: center;
	font-weight: bold;
	color: #333;
	font-size: 2.5vw;
}

/*資料ダウンロード*/
.resources_wrap {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}

.resources_contents {
	width: 90%;
	margin: 0 auto 20px;
	box-shadow: 3px 3px 8px rgb(0 0 0 / 16%);
	position: relative;
}

.resources_contents:not(:nth-of-type(2n)) {
	/* margin-right: 2%; */
}

.resources_contents a {}

.resources_img {
	max-height: 215px;
	overflow: hidden;
}

.resources_img img {
	width: auto;
	margin: auto;
}

.resources_txt {
	color: #000;
	padding: 15px 15px 85px;
}

.resources_ttl {
	font-size: 18px;
	border-bottom: solid 1px #DDDDDD;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.resources_caption {}

.resources_btn {
	border: solid 1px #df3030;
	color: #df3030;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	width: 80%;
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 20px;
	transition: .3s;
}

.resources_contents:hover .resources_btn {
	background-color: #df3030;
	color: #fff;
}

.resources_btn.btn_arrow_btm {}

.resources_btn.btn_arrow_right {}

.resources .sec01_area .txt_bbxx b {
	font-size: 18px;
}

.resources .sec01_area .txt_bbxx b a {
	text-decoration: underline;
}

.home_w .sec03_area .movie_wp_wp h2 {
	margin: 30px 0 0 0;
}

/*SDGs for MICE*/
.inter_tab_wrap {
	display: flex;
	cursor: pointer;
	font-weight: bold;
	border-bottom: solid 1px rgb(34, 54, 67, 0.25);
	margin-top: 50px;
}

.inter_tab {
	cursor: pointer;
	width: 50%;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #2d4655;
}

.inter_tab.current {
	background-color: #2d4655;
	color: #fff;
}

.inter_tab_content {
	display: none;
	margin-top: -3px;
}

.inter_tab_content.show {
	display: block;
}

.inter_tab_content.highlight_show {
	display: block;
}

.sdgs_logo {
	margin: 20px auto;
}

.sdgs_about_txt {
	margin-bottom: 30px;
}

.sdgs_iconlist img {
	width: 100%;
	margin: 0 auto 10px;
}

.sdgs_iconlist p {
	text-align: center;
}

.sdgs_advisor_sec h2.tit03 {
	margin-bottom: 60px;
}

.faq_item {
	position: relative;
}

.faq_item:not(:last-of-type) {
	border-bottom: solid 1px #DDDDDD;
}

.faq_item dt {
	border-radius: 5px;
	padding: 10px 30px 10px 35px;
	position: relative;
	cursor: pointer;
}

.faq_item dt::before,
.faq_item dd::before {
	position: absolute;
	left: 0;
	line-height: 0;
	width: 25px;
	height: 25px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faq_item dt::before {
	content: 'Q';
	color: #fff;
	top: 14px;
	background-color: #E13803;
}

.faq_item.new dt {}

.faq_item.new dt::before {}

.faq_item.new dt::after {
	content: 'NEW';
	position: absolute;
	top: 17px;
	left: 0;
	line-height: 1;
	font-size: 1.2rem;
	color: #E13803;
}

.faq_item dd {
	padding: 0px 10px 15px 35px;
	position: relative;
	display: none;
}

.faq_item dd::before {
	content: 'A';
	top: 0;
	color: #E13803;
	background-color: #FAF2EF;
}

.faq_item+span {
	font-size: 1.2rem;
	display: block;
	text-align: right;
}

.faq_item::before {
	content: '';
	background-color: #9C9C9C;
	width: 20px;
	height: 20px;
	border-radius: 100px;
	position: absolute;
	right: 2px;
	top: 16px;
}

.faq_item::after {
	content: '＋';
	position: absolute;
	font-size: 1.6rem;
	color: #fff;
	z-index: 1;
	top: 12px;
	right: 4px;
}

.faq_item.active::after {
	content: '－';
}

/* .navi_middle {
	border-bottom: none !important;
}

.navi_middle + ol {
  border-bottom: solid 1px #dddddd;
	padding-left: 10%;
}

.navi_middle + ol li a {
	border: none !important;
} */


.sdgs_schedule_wrap li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.sdgs_schedule_wrap li span {
	width: 100px;
	background-color: #df3030;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
	line-height: 1.2em;
	padding: 3px 0;
}

.sdgs_schedule_wrap li:not(:last-of-type) span::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #df3030 transparent transparent transparent;
	position: absolute;
	bottom: -21px;
	left: 0;
	right: 0;
	margin: auto;
}

.sdgs_schedule_wrap li p {
	width: calc(95% - 100px);
	display: flex;
	align-items: center;
}

/*220610 イタリック修正*/
.news_detail em {
	font-style: italic;
}

/* 220816 */
.sec01_area .title {
	text-align: center;
}

.sec01_area .title figure {
	width: 40%;
	margin: 0 auto 5%;
}

.sec01_area .title h3 {
	font-size: 4.4vw;
	margin: 0 auto 7%;
	width: 90%;
}

.team_mice_link_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	max-width: 1100px;
	margin: auto;
	width: 100%
}

.team_mice_link_list li {
	width: 23%;
	margin: 0 1% 30px 0;
}

.team_mice_link_list li:nth-child(5n) {
	margin-right: 0;
}

.team_mice_link_list li a {
	width: 95%;
	height: 100%;
	position: relative;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.team_mice_link_list li a img {
	width: 100%;
	max-height: 70px;
	transition: .5s;
	opacity: 1;
	object-fit: contain;
}

.team_title {
	font-size: 18px;
	margin-bottom: 30px;
	text-align: center;
}

.contact_box {
	margin-bottom: 50px;
	text-align: center;
}

.txt_wp.team_txt {
	width: 90%;
	margin: auto;
}

/* 230214 */
.footer_logo_wrap a.bsi {
	width: 82%;
}

/* 240603 */
.sec02_area>article>.table_box {
	overflow-x: scroll;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	margin: 40px 0;
}

.sec02_area>article>.table_box>table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.sec02_area>article>.table_box>table>tbody>tr>th {
	vertical-align: middle;
	padding: 20px;
	border: 1px solid #d8d8d8;
	color: #000;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
}

.table_box>table>tbody>tr>th>td {
	vertical-align: middle;
	padding: 20px;
	border: 1px solid #d8d8d8;
	color: #000;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
}

.sec02_area>article>.table_box>table>tbody>tr>th {
	background: #000;
}

.sec02_area>article>.table_box>table>tbody>tr>td {
	background: #fff;
	font-size: 13px;
	padding: 8px 20px;
	min-width: 100px;
}

.sec02_area>article>.table_box>table>tbody>tr>.sticky,
.venue_search_contents.sec02_area>article>.table_box>table>tbody>tr>th {
	position: sticky;
	top: 0;
	left: 0;
	background: none;
	border-left: none;
	border-right: none;
	font-weight: bold;
	margin-bottom: 1px;
	color: white;
}

.sec02_area>article>.table_box>table>tbody>tr>.sticky::before,
.venue_search_contents.sec02_area>article>.table_box>table>tbody>tr>th::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	background: #EF8E81;
	z-index: -1;
}

/* 250124_資料ダウンロード */
.no-sp {
	display: none;
}

.explanation_txt {
	margin-bottom: 25px;
}

.form_resources_contents {
	width: 90%;
	margin: 0 auto 20px;
	box-shadow: 3px 3px 8px rgb(0 0 0 / 16%);
	position: relative;
	background-color: #FFF8F8;
	align-items: center;
	transition: background-color 0.3s ease;
	padding: 15px;
}

.form_resources_container {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-direction: column;
}

.form_resources_img {
	flex-shrink: 0;
	margin-bottom: 15px;
	order: 1;
}

.form_resources_img img {
	height: 213px;
	width: auto;
	margin: auto;
	object-fit: contain;
}

.form_resources_txt {
	flex-grow: 1;
	order: 2;
}

.form_resources_subtitle {
	font-size: 16px;
	color: #DF3030;
	margin: 0;
	font-weight: bold;
}

.form_resources_list {
	list-style-type: decimal;
	padding-left: 10px;
}

.form_resources_list li {
	font-size: 14px;
	margin-bottom: 5px;
}

.form_resources_ttl {
	border-bottom: 2px solid #DF3030;
	margin-bottom: 20px;
	width: 90%;
}

.form_resources_ttl p {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
}

.form_resources_caption {
	font-size: 14px;
	margin: 0;
}

.checkbox_area {
	order: 3;
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.checkbox_area label {
	color: #DF3030;
	font-weight: bold;
	margin-left: 15px;
}

.form_resources_checkbox {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 3px solid #DF3030;
	border-radius: 4px;
	appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
	position: relative;
	cursor: pointer;
}

.form_resources_checkbox:checked {
	background-color: #FFAAAA;
	border: 3px solid #DF3030;
}

.form_resources_checkbox:checked::before {
	content: "";
	position: absolute;
	top: 13px;
	left: 0px;
	width: 13px;
	height: 3px;
	background-color: #DF3030;
	transform: rotate(45deg);
	visibility: visible;
	transform-origin: center;

}

.form_resources_checkbox:checked::after {
	content: "";
	position: absolute;
	top: 11px;
	left: 8px;
	width: 16px;
	height: 3px;
	background-color: #DF3030;
	transform: rotate(-45deg);
	transform-origin: center;
}

.form_resources_checkbox::before {
	visibility: hidden;
}

.form_resources_contents.checked {
	background-color: #FFAAAA;
}

.other_link_ttl {
	width: 100%;
	margin-bottom: 25px;
}

.fixed_footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #DF3030;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	cursor: pointer;
}

.fixed_footer span {
	flex: 1;
	text-align: center;
}

.count_circle {
	background: #fff;
	color: #DF3030;
	font-weight: bold;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.fixed_footer::after {
	content: '›';
	/* 矢印記号 */
	font-size: 18px;
	margin-left: 10px;
}

.download_form table tbody tr td {
	border: none;
	text-align: center;
}

.download_form table tbody tr td input,
textarea {
	box-shadow: 0px 0px 5px #CCC inset;
	border-radius: 3px;
}

.download_form table tbody tr td ul {
	text-align: left;
}

.download_form .c_btn01 {
	border-radius: 0
}

.download_form .c_btn01 span {
	border-radius: 0
}

body.underp .totop_wrap {
	bottom: 70px;
}

/* 250324　修正 */
.row_th_tbl {
	border: solid 1px #DCDCDC;
}

.row_th_tbl tr:not(:last-of-type) {
	border-bottom: solid 1px #DCDCDC;
}

.row_th_tbl tr th {
	width: 30%;
	background: #EEE;
	padding: 10px;
	vertical-align: middle;
}

.row_th_tbl tr td {
	padding: 10px;
}

/*250324_コラム用*/
ul.column_list_txt {
	/*	display: flex;
	flex-wrap: wrap;*/
	margin-bottom: 30px 0;
	/*	font-size: 14px;*/
}

ul.column_list_txt li {
	/*	width: 48%;
	margin: 1%;
	text-align: center;
	background-color: #e55959;
	border-radius: 12px;
	color: #fff;*/
}

ul.column_expo_guidelist {
	background-color: #fff8f8;
	padding: 2%;
	border: 1px solid #ffa7a7;
	margin: 10px 0px 30px;
}

ul.column_doc_listtxt li {
	margin-bottom: 20px;
	text-decoration: underline;
	text-underline-offset: -0.2em;
	text-decoration-thickness: 0.5em;
	text-decoration-color: rgba(255, 228, 0, 0.4);
	text-decoration-skip-ink: none;
}

p.column_expo_character_img img {
	/*	width: 50%;*/
	margin: 0 auto;
}

ul.column_list_txt li::before {
	content: "・";
}

ul.column_doc_listtxt li::before {
	content: "・";
}

ul.column_expo_guidelist li::before {
	content: "・";
}

/* 250328 スタッフ紹介 */
.staff-content p {
	margin: 15px 0;
}

.staff-name-bold {
	font-weight: bold;
	font-size: 18px;
}

.staff-box:nth-child(n+2):nth-child(-n+8) {
	margin-top: 40px;
}

.staff-box img {
	display: block;
	margin: 20px auto 0;
}

.staff-buttons {
	margin: 0 10%;
}

.staff-features {
	text-align: center;
}

.staff-feature-box {
	border: 1px solid gray;
	background-color: #e3e3e3;
	border-radius: 18px;
	margin: 0px 50px 30px;
	padding: 10px;
}

.staff-feature-box {
	color: #000;
}

.staff-inner {
	width: 90%;
	margin-bottom: 30px;
}

.staff-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.staff-contents {
	box-shadow: 3px 3px 20px rgb(0 0 0 / 16%);
	position: relative;
	padding-bottom: 50px;
}

.staff-contents-img {
	height: 300px;
	width: 100%;
	background-color: #A1A1A1;
}

.staff-contents-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.staff-contents-txt {
	padding: 20px 20px 0;
}

.staff-contents-ttl {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #000;
}

.staff-contents-caption {
	color: #000;
}

.staff-detail-btn {
	display: flex;
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	border: solid 1px #df3030;
	color: #df3030;
	align-items: center;
	justify-content: center;
	position: relative;
	left: auto;
	bottom: auto;
	width: 100%;
	margin: 15px auto 0;
}

.staff-btn span {
	font-size: 1.4rem;
}

/*251118 追記 inokuchi*/
.sec02_area .c_table_01 thead, .sec02_area .c_table_01 tbody, .sec02_area .c_table_01 tr, .sec02_area .c_table_01 th, .sec02_area .c_table_01 td {
	display: block!important;
	max-width: 100%!important;
	width: 100%!important;
	height: auto!important;
}
.details .sec02_area .gmap_box .gmap_wrap{
padding-bottom: 75%;
}
.pein_area .pein_wp .boxcg_btn_Box a{
font-size: 12px;
}
.boxcg_Box .pein_box{
	gap: 10px 2%;
}
.pein_box a .txt_box dl dt .tags{
	font-size: 1.2rem;
	text-align: left;
	padding-inline: 10px;
}
.pein_box a .txt_box dl dt b{
	font-size: 1.4rem;
	text-align: left;
}
.boxcg_Box .pein_box a{
width: 49%;
}
.boxcg_Box .pein_box .btn_wp{
	width: 100%;
	padding:5px;
}



/******************************
	★20260220追記分(ミドロ＆ニシナガ)
*******************************/

.sdgs-page .hcover_wp {
    padding-top: 75px;
}

.sdgs-page .sdgspage_mv_pc {
	display: none;
}
.sdgs-page .sdgspage_mv_sp {
	display: block;
}

.sdgs-page .slider_h .img_box img{
width: 100%;
height: auto !important;
object-fit: contain; /* 念のため */
display: block;
}

.sdgs-page .hcover_wp .hcover .hcover_inner {
	overflow: inherit;
}

.sdgs-page .sgdspage_subtxt_area {
	padding: 40px 0;
}

.sdgs-page .sgdspage_subtxt {
	background-color: #FFF9EA;
}

.sdgs-page .sgdspage_subtxt p {
	text-align: center;
	line-height: 2.8rem;
	padding: 20px 0;
	width: 90%;
	margin: 0 auto;
}

.sdgs-page .home_w .sec01_area {
	background: none;
}

.sdgs-page .sdgspage_title {
	text-align: left;
}

.sdgs-page .sdgspage_title b {
	font-weight: bold;
}

.sdgs-page .sdgspage_title b::after {
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	background-color: #E49C00;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
}

.sdgs-page .sdgspage_title p {
	padding-top: 15px;
}

.sdgs-page .sdgspage_maintitle b {
	font-size: 6.3vw;
	font-weight: bold;
	padding-bottom: 3%;
}

.sdgs-page .sdgspage_maintitle b::after {
	display: none;
}

.sdgs-page .sdgspage_maintitle {
	background-color: #3188B3;
	color: #fff;
	text-align: center;
	padding: 40px 0;
}

.sdgs-page .sdgspage_maintitle p {
	line-height: 20px;
}

.sdgs-page .sdgspage_maintitle_area {
	position: relative;
}

.sdgs-page .sdgspage_maintitle_area::after {
	position: absolute;
	content: "";
	background-image: url(../img/sdgs_maintitle_after.png);
	background-position: center;
	background-repeat: no-repeat;
	top: 110px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: block;
	width: 30%;
}

/* .sdgs-page .home_w .sec01_area .gaps {
	padding: 0 0 100px;
} */

.sdgs-page .home_w .sec01_area .img_wp_boxin {
	display: flex;
	flex-wrap: nowrap;
}

.sdgs-page .home_w .sec01_area .white_box {
	position: relative;
	width: 100%;
	z-index: 3;
	/* padding-top: 10%; */
}

/* .sdgs-page .white_box .boxin {
	padding: 45px 60px 45px;
} */

.sdgs-page .green_box {
	border: 3px solid #43B029;
}

/* .sdgs-page .home_w .sec01_area .white_box .boxin {
	max-width: 900px;
	width: 90%;
} */

.sdgs-page .white_box .boxin {
	padding: 4%;
}

.sdgs-page .sdgs_two_menu .color_green {
	display: block;
	color: #43B029;
}

.sdgs-page .tit02_flex {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-top: 15px;
}

.sdgs-page .sdgs_check_area li {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}

.sdgs-page .sdgs_check_area li:last-child {
	padding-bottom: 0;
}

.sdgs-page .sdgs_check_gr::before {
	content: "";
	background-image: url(../img/sdgs_check_gr.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.sdgs-page .sdgs_check_bl::before{
	content: "";
	background-image: url(../img/sdgs_check_bl.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.sdgs-page .green_box .green_box_btn .vm_bn {
	color: #43B029;
	text-decoration: none;
	font-size: 3.6vw;
}

.sdgs-page .green_box .green_box_btn .vm_bn:after {
	display: block;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #43B029;
}

.sdgs-page .blue_box .blue_box_btn .vm_bn {
	color: #3188B3;
	text-decoration: none;
	font-size: 3.6vw;
}

.sdgs-page .blue_box .blue_box_btn .vm_bn:after {
	display: block;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #3188B3;
}

.sdgs-page .home_w .sec01_area .white_box .boxin .txt_box {
  margin-bottom: 25px;
}

/* .sdgs-page .home_w .sec01_area .rela .img_wp_box {
	height: 500px;
	overflow: hidden;
} */

.sdgs-page .home_w .sec02_area .img_wp_box {
	max-width: 1210px;
	width: 100%;
	overflow: hidden;
}

.sdgs-page .home_w .sec02_area .img_wp_box img {
	object-fit: cover;
}

.sdgs-page .home_w .sec02_area .img_wp_boxin {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.sdgs-page .home_w .sec02_area .white_box {
	max-width: 900px;
	width: 100%;
}

.sdgs-page .blue_box {
	border: 3px solid #3188B3;
}

.sdgs-page .home_w .sec02_area .white_box .boxin {
	max-width: 800px;
	width: 100%;
}

.sdgs-page .sdgs_two_menu .color_blue {
  display: block;
  color: #3188B3;
}

.sdgs-page .home_w .sec02_area .white_box .boxin .txt_box {
  margin-bottom: 30px;
}

.sdgs-page .home_w .sec03_area .gaps {
  padding: 60px 0 50px;
}

.sdgs-page .home_w .sec03_area .movie_wp_wp {
  margin: 0 auto;
  width: 48%;
}

.sdgs-page .home_w .sec03_area .movie_wp {
  display: block;
  width: 100%;
  padding-bottom: 48.6%;
}

.sdgs-page .home_w .sec04_area {
  background: url(../img/top_sec04_bk.jpg) no-repeat;
  background-size: 100%;
  background-position: top center;
}

.sdgs-page .home_w .sec04_area .gaps {
  padding: 80px 0 20px;
}

.sdgs-page .home_w .sec04_area .img_wp_box {
  padding-left: 10%;
}

.sdgs-page .home_w .sec04_area .img_wp_boxin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.sdgs-page .home_w .sec04_area .white_box {
  position: absolute;
  top: -30px;
  left: 0;
  max-width: 1050px;
  width: 80%;
  z-index: 3;
}

.sdgs-page .home_w .sec04_area .white_box .boxin {
  float: right;
  max-width: 900px;
  width: 90%;
}

.sdgs-page .home_w .sec04_area .white_box .boxin .txt_box {
  margin-bottom: 30px;
}

.sdgs-page .home_w .sec04_area .white_box .boxin .btn_wp a {
  margin: 0 40px 30px 0;
}

.sdgs-page .home_w .sec05_area .gaps {
  padding: 30px 0 0;
}

.sdgs-page .home_w .sec05_area .ctb_wp {
  -webkit-box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  margin: 0 auto;
}

.sdgs-page .home_w .sec05_area .boxcg_btn_Box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.sdgs-page .home_w .sec05_area .boxcg_btn_Box>a {
  text-align: center;
  display: block;
  width: 50%;
  font-size: 1.8rem;
  background-color: #eeeeee;
  color: #000;
  padding: 15px 0;
}

.sdgs-page .home_w .sec05_area .boxcg_btn_Box>a.on {
  background-color: #fff;
}

.sdgs-page .home_w .sec05_area .boxcg_Box {
  max-width: 1040px;
  margin: auto;
  padding: 25px 20px 20px;
  background: #fff;
}

/* .sdgs-page .sgdspage_section01 {
	padding-top: 80px;
	padding-bottom: 0;
} */

.sdgs-page .pAtb40 {
	padding: 16px 0;
}

.sdgs-page .sdgspage_qa {
	position: relative;
	padding-top: 5%;
}

.sdgs-page .sdgspage_qa_listarea {
	display: flex;
	flex-direction: column;
	gap: 30px;
	/* margin-top: 40px; */
	margin-bottom: 64px;
}

.sdgs-page .sdgspage_qa_list {
	background-color: #efefef;
	border-radius: 10px;
	padding: 20px;
}

.sdgs-page .sdgspage_qa_title {
	font-size: 16px;
	font-weight: bold;
	color: #E49C00;
	padding-bottom: 10px;
}

.sdgs-page .sdgspage_qa_title span {
	font-family: "Noto Sans JP", sans-serif;
}

.sdgs-page .sdgs_human_img {
	width: 85px;
	position: absolute;
	right: 0;
	bottom: -13%;
}

.sdgs-page .sdgs_human2_img {
	width: 130px;
	position: absolute;
	left: 0;
	bottom: -13%;
}

.sdgs-page .pein_box2 {
	padding-top: 10px;
}

.sdgs-page .pein_box {
	flex-wrap: nowrap;
	overflow: scroll;
	gap: 10px;
	padding-bottom: 10px;
}

.sdgs-page .pein_box a {
    border: none;
    box-shadow: 2px 2px 6px #c4c4c4;
	min-width: 300px;
}

.sdgs-page .pein_box a:hover {
	background: #fbfbfb;
	color: #000;
}

.sdgs-page .pein_box a .txt_box dl dt {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.sdgs-page .pein_box a .txt_box dl dt b {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
}

.sdgs-page .pein_box a .txt_box dl dt >span {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  line-height: 1.3;
}

.sdgs-page .pein_box a .txt_box dl dt >span.icon_pi01::before {
  content: "";
  display: block;
  background: url(../img/icon_pi01.png) no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 15px;
  height: 20px;
  position: absolute;
  top: 10%;
  left: 0%;
}

.sdgs-page .pein_box a .txt_box dl dt >span {
  padding-left: 0;
  font-size: 14px;
  color: #E49C00;
  border: 1px solid #E49C00;
  padding: 3px 5px;
  border-radius: 20px;
}

.sdgs-page .txt_right {
  text-align: right !important;
  padding: 15px 0;
}

.sdgs-page .vm_bn {
	color: #E49C00;
	text-decoration: none;
	font-size: 3.6vw;
}

.sdgs-page .vm_bn:after {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #E49C00;
}

.sdgs-page .sgdspage_section04 {
  padding-bottom: 0;
}

.sdgs-page .example_box {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow: scroll;
  overflow-x: auto;   /* 横スクロール有効 */
  overflow-y: hidden; /* 縦スクロール非表示 */
  padding-bottom: 10px;
}

.sdgs-page .example_box .example_item {
  display: block;
  width: 32.5%;
  min-width: 300px;
  color: #000;
  border: none;
  box-shadow: 2px 2px 6px #c4c4c4;
}

.sdgs-page .example_box .example_item .img_wp {
  overflow: hidden;
  width: 100%;
  padding-bottom: 63%;
  position: relative;
}

.sdgs-page .example_box .example_item .img_wp img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.sdgs-page .example_box .example_item .txt_box {
  padding: 15px;
}

.sdgs-page .example_box .example_item .txt_box dl dt {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.sdgs-page .example_box .example_item .txt_box dl dt b {
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
}

.sdgs-page .example_box .example_item .txt_box dl dt >span.kouken {
	color: #fff;
	border: none;
	padding: 3px 5px;
	border-radius: 0;
	background-color: #43B029;
}

.sdgs-page .example_box .example_item .txt_box dl dt >span.hyouka {
	color: #fff;
	border: none;
	padding: 3px 5px;
	border-radius: 0;
	background-color: #3188B3;
}

.sdgs-page .sdgs_btn_wp {
  padding: 40px 0;
  background-image: url(../img/bk_osakamaice_sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sdgs-page .kouken_btn {
  color: #fff;
  position: relative;
  font-size: 0;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin: 0 10px 10px 5px;
  min-width: 280px;
  border: solid 1px #68b631;
}

.sdgs-page .kouken_btn span {
  position: relative;
  display: block;
  padding: 1.4rem 6.2rem 1.4rem 4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: inherit;
  z-index: 1;
  font-size: 3.6vw;
  left: -5px;
  top: -5px;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #68b631;
  background: #68b631;
}

.sdgs-page .kouken_btn span::after {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-image: url(../img/icon_y.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  position: absolute;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
  background-color: #8cdb54;
}

.sdgs-page .kouken_btn:hover span {
  left: 0px;
  top: 0px;
  background: #68b631;
}

.sdgs-page .hyouka_btn {
  color: #fff;
  position: relative;
  font-size: 0;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  margin: 0 10px 10px 5px;
  min-width: 280px;
  border: solid 1px #68b631;
  border: solid 1px #3188B3;
}

.sdgs-page .hyouka_btn span {
  position: relative;
  display: block;
  padding: 1.4rem 6.2rem 1.4rem 4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: inherit;
  z-index: 1;
  font-size: 3.6vw;
  left: -5px;
  top: -5px;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #3188B3;
  background: #3188B3;
}

.sdgs-page .hyouka_btn span::after {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-image: url(../img/icon_y.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  position: absolute;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
  background-color: #50b2e3;
}

.sdgs-page .hyouka_btn:hover span {
  left: 0px;
  top: 0px;
  background: #3188B3;
}

/* .sdgs-page .flow_inner {
	max-width: 350px;
} */

.sdgs-page .sdgspage_flow_list {
	height: 110px;
	display: flex;
	align-items: center;
	gap: 15%;
	position: relative;

	background-image: url(../img/bk_sdgs_flow_sp.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	padding: 5px 3%;
	padding-left: 5%;
}

.sdgs-page .sdgspage_flow_listarea li {
	position: relative;
}

.sdgs-page .sdgspage_flow_listarea li:not(:last-child)::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #7E7E7E transparent transparent transparent;
	position: absolute;
	bottom: -21px;
	left: 0;
	right: 0;
	margin: auto;
}

.sdgs-page .sdgspage_flow_list figure {
	width: 8%;
}

.sdgs-page .flow_step_textarea {
	width: 75%;
}

.sdgs-page .sdgspage_flow_title {
	font-weight: bold;
	color: #000;
}

.sdgs-page .sdgspage_flow_text {
	font-size: 3vw;
}

.sdgs-page .sdgspage_flow_btn {
	text-align: center;
}

.sdgs-page .sdgspage_flow_btn .c_btn01 {
	border: solid 1px #E49C00;
}

.sdgs-page .sdgspage_flow_btn .c_btn01 span {
	border: 1px solid #E49C00;
	background: #E49C00;
	font-size: 3.6vw;
}

.sdgs-page .sdgspage_flow_btn .c_btn01 span::after {
	background-color: #f1bf51;
}


/* 260331 ヘッダーフッターの改修 */
.spnaviwrap .nav_site .hnav_inner>dl.sToggle2.hnav_chenge dt a::after {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #df3030;
    background-image: url(../img/icon_y.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    position: absolute;
    margin: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
}

.spnaviwrap dl.h_inq_btn {
    margin-bottom: 10px;
}

.spnaviwrap dl.h_inq_btn dt a span {
    padding-left: 0;
}

.spnaviwrap dl.h_inq_btn dt a span::before {
	content: none;
}
