@charset "utf-8";
/***************************************************************************************************
 default.css
 ***************************************************************************************************/
/*
font-family: 'Montserrat', sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
/*
*/
*, *::before, *::after {
	position:relative;

	margin: 0;
	padding: 0;
	box-sizing: border-box;

	border: 0;
	border-style: none;
	outline: 0;

	background: none;
	background-color: transparent;
	background-repeat: no-repeat;

	/* text-decoration: none; */
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: .04em;
	font-weight:400;
	color: #000000;

	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "verdana", sans-serif;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a {
	text-decoration: none;
}
b, strong {
	font-weight: bold;
}
input::-ms-clear {
	visibility: hidden
}
/*
*/
:root {
	--max_wid_1: 1440px;
	--max_wid_2: 600px;

	--tgt_pad_1:0 12%;

	--tgt_wid_1: 77%;
	--tgt_wid_2: 90%;


	--col_1:#4FB7D1;
	--col_2:#0480B7;
}
/*
*/
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-align: left;
	background-color: #ffffff;
}
#pagetop {
	width: 100%;
	height: 100%;
}
/*
*/
#header {
	width:100%;
	/* background-color: #ffffff; */
	z-index: 100000;

}
#header > div {
	width:96%;
	max-width: var(--max_wid_1);
	margin: auto;
}
/*  */
#header #header_input {
	display: none;
}
/*  */
#header .hd_blk_1 {
	width:100%;
	height: 110px;
}
#header .hd_blk_1 h1 {
	padding:10px 0 0 0;
}
#header .hd_blk_1 h1 a {
	display: inline-block;
	height: 82px;
}
#header .hd_blk_1 h1 a img {
	display: block;
	width:auto;
	height: 100%;
}
#header .hd_blk_1 ul {
	position: absolute;
	left:100%;
	top:0;
	transform:translateX(-100%);
	list-style: none;
	display: table;
	height: 100%;
}
#header .hd_blk_1 ul li {
	display:table-cell;
	text-align: left;
	vertical-align: middle;
	padding:10px 0 0 3vw;
}
#header .hd_blk_1 ul li a {
	display: inline-block;
}
#header .hd_blk_1 ul li a img {
	display: block;
	height: auto;
}
#header .hd_blk_1 ul li:nth-of-type(1) a img {
	width:150px;
}
#header .hd_blk_1 ul li:nth-of-type(2) a img {
	width:116px;
}
#header .hd_blk_1 ul li:nth-of-type(3) a img {
	width:117px;
}
#header .hd_blk_1 ul li:nth-of-type(4) {
	padding-top:0;
	vertical-align: top;
}
#header .hd_blk_1 ul li:nth-of-type(4) a {
	display: block;
	text-align: center;
	width:13vw;
	max-width:180px;
	height: 110px;
	background-color: #FCA125;
}
#header .hd_blk_1 ul li:nth-of-type(4) a span:nth-of-type(1) {
	color:#ffffff;
	line-height: 1;
	font-weight: 700;
	display: block;
	white-space: nowrap;
	padding:37px 0 0 0
}
#header .hd_blk_1 ul li:nth-of-type(4) a span:nth-of-type(2) {
	color:#ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	line-height: 1;
	font-weight: 600;
	display: block;
	white-space: nowrap;
	padding:10px 0 0 0;
}
/*  */
#header .hd_blk_2 {
	width:100%;
}
#header .hd_blk_2 > div {
	width:100%;
}
#header .hd_blk_2 .lst_mm {
	display: table;
	width:100%;
	height:90px;
}
#header .hd_blk_2 .lst_mm > li {
	/* width: 16.66%; */
	/* min-width:14.285%; */
	height: 80px;
	display: table-cell;
	padding:0 10px;
}
#header .hd_blk_2 .lst_mm > li:nth-of-type(1) {
	width:15%;
}
#header .hd_blk_2 .lst_mm > li:nth-of-type(2) {
	width:15%;
}
#header .hd_blk_2 .lst_mm > li:nth-of-type(3) {
	width:15%;
}
#header .hd_blk_2 .lst_mm > li:nth-of-type(4) {
	width:15%;
}
#header .hd_blk_2 .lst_mm > li:nth-of-type(5) {
	width:13.5%;
}
#header .hd_blk_2 .lst_mm > li:nth-of-type(6) {
	width:13%;
}
#header .hd_blk_2 .lst_mm > li:nth-of-type(7) {
	width:13.5%;
}
#header .hd_blk_2 .lst_mm > li::before {
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	/* height: 80px; */
	height: 60px;
	left:0;
	top:10px;
	border-left:1px solid #b3d9e9;
}
#header .hd_blk_2 .lst_mm > li:first-child:before {
	display: none;
}
#header .hd_blk_2 .lst_mm > li > a {
	display: block;
	width:100%;
	height: 100%;
	display: block;
	z-index: 2;
	background-position: calc(100% - 15px) 50%;
}
#header .hd_blk_2 .lst_mm > li > a.sty_1 {
	cursor:default;
}
#header .hd_blk_2 .lst_mm > li > a > span {
	display: block;
	font-size: min(1.2vw, 15px);
	line-height: 80px;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	/* transition:color .1s ease-out 0s; */
}
#header .hd_blk_2 .lst_mm > li.nm_hover > a > span {
	color:#ffffff;
}
#header .hd_blk_2 .lst_mm > li .blk_lst_sm {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	background-color: var(--col_2);
	padding:80px 0 0 0;
	z-index: 1;
	opacity:0;
	border-radius: 0 0 20px 20px;
	pointer-events: none;
	visibility: hidden;
	transition:	opacity .1s ease-out 0s,	visibility 0s .1s;
}
#header .hd_blk_2 .lst_mm > li.nm_hover .blk_lst_sm {
	opacity:1;
	pointer-events: auto;
	visibility: visible;
	transition:	opacity .1s ease-out 0s;
}

#header .hd_blk_2 .lst_mm > li .blk_lst_sm > ul {
	list-style:none;
	padding:20px 0 25px 0;
	border-top: 1px solid var(--col_1);
}
#header .hd_blk_2 .lst_mm > li .blk_lst_sm > ul li {
	display: block;
	padding:5px 0;
}
#header .hd_blk_2 .lst_mm > li .blk_lst_sm > ul li a {
	display: block;
	font-size: min(1.2vw, 15px);
	line-height: 1;
	font-weight: 700;
	white-space: nowrap;
	color:#ffffff;
	padding:10px 0 10px 12%;
	background-image: url('../images/btn_ico_1_2.svg');
	background-position: calc(100% - 15px) 50%;
	background-size: 8px auto;
}
/* #header .hd_blk_2 .lst_mm > li .blk_lst_sm > ul li a::before {
	position: absolute;
	display:block;
	content:'';
	left:calc(100% - 40px);
	top:50%;
	width:10px;
	height: 10px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	transform:scaleY(.9) rotate(45deg) translateY(-50%);
} */
/*  */
#header .hd_blk_2 .lst_mm > li.coming_soon {
	pointer-events: none !important;
}
#header .hd_blk_2 .lst_mm > li.coming_soon > a > span {
	opacity:.5;
}
#header .hd_blk_2 .lst_mm > li.coming_soon::after {
	position: absolute;
	display: block;
	content:'coming soon';
	left:50%;
	top:15px;
	width:calc(100% - 20px);
	height: 50px;
	transform:translateX(-50%);
	background-color: rgba(0, 0, 0, .5);
	text-align: center;
	font-size: min(1.5vw, 18px);
	line-height: 48px;
	letter-spacing: .1em;
	color:#ffffff;
	z-index: 3;
	font-weight: 700;
	white-space: nowrap;
}
/*
*/
#footer {
	width:100%;
	background-color: #ffffff;
	text-align: left;


}
#footer::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	left:0;
	top:-50px;
	background-image: url('../images/bk_7.svg');
	background-position: 50% 0;
	background-size: auto 129px;
	background-repeat: repeat-x;
}
#footer > div {
	width:96%;
	max-width: var(--max_wid_1);
	margin: auto;
	padding:80px 0 60px 0;
	overflow: hidden;
}
/*  */
#footer > div .ft_blk_1 {
	position: absolute;
	width:35%;
	max-width: 405px;
	left:0;
	top:100px;
	z-index: 2;
}
#footer > div .ft_blk_1 p {
	width:100%;
}
#footer > div .ft_blk_1 p a {
	width:100%;
}
#footer > div .ft_blk_1 p a img {
	display: block;
	width:100%;
}
/*  */
#footer > div .ft_blk_2 {
	width:var(--tgt_wid_1);
	margin: auto;
	padding:30px 0 0 0;
}
#footer > div .ft_blk_2 > div {
	display: table;
	width:55%;
	min-width: 460px;
	list-style: none;
	margin: auto 0 auto auto;
}
#footer > div .ft_blk_2 > div > div {
	display: table-row;
	width:100%;
}
#footer > div .ft_blk_2 > div > div p:nth-of-type(1) {
	display: table-cell;
	width: 99%;
}
#footer > div .ft_blk_2 > div > div p:nth-of-type(2) {
	display: table-cell;
	width: 1%;
}
#footer > div .ft_blk_2 > div > div p a {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding:20px 30px 20px 0;
	white-space: nowrap;
	margin-bottom: 5px;
}
#footer > div .ft_blk_2 > div > div p a::after {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	left:calc(100% - 20px);
	top:50%;
	border-right:2px solid var(--col_1);
	border-top:2px solid var(--col_1);
	transform-origin: 100% 0;
	transform: rotate(45deg);
}
/*  */
#footer > div .ft_blk_3 {
	position: absolute;
	width:100%;
	top:0;
	left:50%;
	transform:translateX(-50%);
}
#footer > div .ft_blk_3 p {
	position: absolute;
	left:calc(100% - 66px);
	top:170px;
	width: 66px;
	height: 180px;
}
#footer > div .ft_blk_3 p a {
	display: block;
	width:100%;
	height:100%;
}
#footer > div .ft_blk_3 p a::before {
	position: absolute;
	display: block;
	content: '';
	width: 66px;
	height: 66px;
	left:0;
	top:0;
	border-radius: 50%;
	background-color: var(--col_1);
}
#footer > div .ft_blk_3 p a::after {
	position: absolute;
	display: block;
	content: '';
	left:33px;
	top:34px;
	width:10px;
	height: 10px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	transform: rotate(45deg) translateX(-50%);
}
#footer > div .ft_blk_3 p a span {
	display: block;
	white-space: nowrap;
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	color:var(--col_1);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .2em;
	transform:translateY(108px) rotate(90deg);
}

/*  */
#footer > div .ft_blk_4 {
	width:100%;
	padding:100px 0 0 0;
}
#footer > div .ft_blk_4 p {
	width:100%;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .1em;
}
/*
*/
.gsty_btn_1 {
  display: inline-block;
  width: 520px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 40px;
  font-size:18px;
  line-height: 80px;
  font-weight: 700;
  color:var(--col_1);
	text-align: center;
}
.gsty_btn_1::after {
	position: absolute;
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	left:calc(100% - 50px);
	top:50%;
  transform: translateY(-50%);
	background-image: url('../images/btn_ico_1.svg');
	background-position: 50% 50%;
	background-size: 11px auto;
}
/*  */
.gsty_btn_1.type_2 {
  background-color: var(--col_2);
  color:#ffffff;
}
.gsty_btn_1.type_2::after {
	background-image: url('../images/btn_ico_1_2.svg');
}
/*
*/
.gsty_bk_wave {
	position: absolute;
	left:50%;
	top:0;
	width: 100vw;
	height: 100%;
	overflow: hidden;
	opacity: .3;
	z-index: 1;
	transform: translateX(-50%);
}
.gsty_bk_wave .bks {
  position: absolute;
  left:50%;
  top:0;
  width:100%;
  height: 100%;
  max-width: var(--max_wid_1);
  transform: translateX(-50%);
}
.gsty_bk_wave > div > div {
  position: absolute;
	background-position: 0 0;
	background-size: 100% auto;
}
.gsty_bk_wave > div > div::before {
  display: block;
  content:'';
  width: 100%;
  padding:29.6% 0 0 0;
}
/*  */
.gsty_bk_wave .bk_1 {
  width: 286px;
	left:-100px;
  top:50px;
  background-image: url('../images/bk_3_2.svg');
}
.gsty_bk_wave .bk_2 {
  width: 405px;
	left:calc(100% - 400px);
  top:0;
  background-image: url('../images/bk_3_1.svg');
}
.gsty_bk_wave .bk_3 {
  width: 170px;
  left:0;
  top:35%;
  background-image: url('../images/bk_3_1.svg');
}
.gsty_bk_wave .bk_4 {
  width: 345px;
  left: calc(100% - 200px);
  top:40%;
  background-image: url('../images/bk_3_1.svg');
}
.gsty_bk_wave .bk_5 {
  width: 301px;
  left: -100px;
  top:50%;
  background-image: url('../images/bk_3_2.svg');
}
.gsty_bk_wave .bk_6 {
  width: 351px;
  left: -100px;
  top:calc(100% - 200px);
  background-image: url('../images/bk_3_2.svg');
}
.gsty_bk_wave .bk_7 {
  width: 514px;
  left: calc(100% - 300px);
  top:75%;
  background-image: url('../images/bk_3_2.svg');
}
.gsty_bk_wave .bk_8 {
  width: 272px;
  left: calc(100% - 300px);
  top:calc(100% - 200px);
  background-image: url('../images/bk_3_2.svg');
}
/*
*/
#btn_pagetop {
	position: fixed;
	width:130px;
	height: 108px;
	left:calc(100% - 130px);
	top:calc(90% - 108px);
	background-color: var(--col_1);
	border-radius: 20px 0 0 20px;
	z-index: 100;
	cursor: pointer;
	transition: opacity .2s ease-out 0s;
}
#btn_pagetop.show {
	opacity: 1;
	pointer-events: auto;
}
#btn_pagetop.hide {
	opacity: 0;
	pointer-events: none;
}
#btn_pagetop::after {
	position: absolute;
	display: block;
	content: 'PAGE TOP';
	left:50%;
	top:17px;
	color: #ffffff;
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	white-space: nowrap;
	transform: translateX(-50%);
}
#btn_pagetop > div {
	position: absolute;
	left:50%;
	top:45px;
	width:46px;
	height:46px;
	border-radius: 50%;
	background-color: #ffffff;
	transform: translateX(-50%);
}
#btn_pagetop > div::after {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	left:calc(50% - 5px);
	top:calc(50% - 2px);
	border-top: 2px solid var(--col_1);
	border-right: 2px solid var(--col_1);
	transform:scaleX(.8) rotate(-45deg);
}
/*  */
#nm_bpt_pos_start,
#nm_bpt_pos_end {
	position: absolute;
	left:0;
	pointer-events: none;
	/* width:100px;
	height: 100px;
	z-index: 10000000;
	border:1px solid #ff0000; */
}
#nm_bpt_pos_start {
	top:calc(100vh + 100px);
}
#nm_bpt_pos_end {
	top:150px;
}
/*
*/
.gsty_list_ss {
  width:100%;
}
.gsty_list_ss .blk_ss {
  width:100%;
}
.gsty_list_ss .blk_ss .list_ss {
  display: flex;
  width:100%;
  position:relative;
  transform-origin: 0 0;  
  transition:transform .6s ease-out 0s;
	padding:0 0 40px 0;
}
.gsty_list_ss .blk_ss .list_ss article {
  display: block;
  flex-basis:31%;
  flex-shrink: 0;
  margin-right: 3.5%;
}
.gsty_list_ss .blk_ss .list_ss article a {
	display: block;
	width:100%;
	height: calc(100% + 30px);
}
.gsty_list_ss .blk_ss .list_ss article .thumb {
	width: 100%;
	padding:69.7% 0 0 0;
	background-color: #ffffff;
	border-radius: 20px;
	background-position: 50% 50%;
	background-size: cover;
}
.gsty_list_ss .blk_ss .list_ss article .thumb.noimg {
	background-image: url('../images/news_noimg_1.jpg');
	background-position: 50% 47%;
	background-size: auto 60%;
}
.gsty_list_ss .blk_ss .list_ss article h4 {
	width: 100%;
	word-break: break-all;
	padding:5% 0 0 0;
	font-size: 18px;
	line-height: 1.5;
	color:#ffffff;
	font-weight: 700;
}
.gsty_list_ss.type_2 .blk_ss .list_ss article h4 {
  color:var(--col_1);
}
.gsty_list_ss .blk_ss .list_ss article p:nth-of-type(1) {
	width: 100%;
	word-break: break-all;
	padding:5% 0;
	font-size: 14px;
	line-height: 1.75;
	color:#ffffff;
}
.gsty_list_ss.type_2 .blk_ss .list_ss article p:nth-of-type(1) {
  color:#000000;
}
.gsty_list_ss .blk_ss .list_ss article p:nth-of-type(2) {
	position: absolute;
	left:0;
	top:calc(100% - 30px);
	width: 100%;
	border-top:1px solid rgba(255, 255, 255, .3);
	text-align: right;
	font-size: 12px;
	line-height: 1;
	color:#ffffff;
	padding:20px 0 0 0;
}
.gsty_list_ss.type_2 .blk_ss .list_ss article p:nth-of-type(2) {
  border-color:#DBDBDB;
  color:#000000;
}
.gsty_list_ss .btn_prev,
.gsty_list_ss .btn_next {
  position:absolute;
  width: 68px;
  height:68px;
  border:1px solid #ffffff;
  border-radius: 50%;
  top:-70px;
  cursor: pointer;
	transition:background-color .1s ease-out 0s;
}
.gsty_list_ss.type_2 .btn_prev,
.gsty_list_ss.type_2 .btn_next {
  border-color: var(--col_1);
}
.gsty_list_ss .btn_prev {
  left:calc(100% - 160px);
}
.gsty_list_ss .btn_next {
  left:calc(100% - 70px);
}
.gsty_list_ss .btn_prev.nm_hover,
.gsty_list_ss .btn_next.nm_hover {
	background-color: #ffffff;
}
.gsty_list_ss .btn_prev::before,
.gsty_list_ss .btn_next::before {
  position: absolute;
  display: block;
  content: '';
  left: calc(50% + 2px);
  top: 50%;
  width: 14px;
  height: 14px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: translate(-50%, -50%) scaleY(.9) rotate(-45deg);
  transition: border-color .2s ease-out 0s;
	transition:border-color .1s ease-out 0s;
}
.gsty_list_ss .btn_next::before {
  transform: translate(-50%, -50%) scaleY(.9) scaleX(-1) rotate(-45deg);
  left: calc(50% - 2px);
}
.gsty_list_ss .btn_prev.nm_hover::before,
.gsty_list_ss .btn_next.nm_hover::before {
	border-color: var(--col_1);
}
.gsty_list_ss.type_2 .btn_prev::before,
.gsty_list_ss.type_2 .btn_next::before {
	border-color: var(--col_1);
}
.gsty_list_ss.ssleng_1 .btn_prev.type_pc,
.gsty_list_ss.ssleng_2 .btn_prev.type_pc,
.gsty_list_ss.ssleng_3 .btn_prev.type_pc,
.gsty_list_ss.ssleng_1 .btn_next.type_pc,
.gsty_list_ss.ssleng_2 .btn_next.type_pc,
.gsty_list_ss.ssleng_3 .btn_next.type_pc {
	display: none;
}
.gsty_list_ss .btn_prev.type_sp,
.gsty_list_ss .btn_next.type_sp {
  display: none;
}

/*
*/
#footer_contact {
	width: 100%;
	height: 430px;
	background-image: url('../images/bk_6.jpg');
	background-position: 50% 50%;
	background-size: cover;
	overflow: hidden;
}
#footer_contact > div {
	width: 100%;
	max-width: var(--max_wid_1);
	margin: auto;
	height: 100%;
}
#footer_contact > div p {
	width: var(--tgt_wid_1);
	margin: auto;
	height: 100%;

}
#footer_contact > div p a {
	position:absolute;
	display: block;
	width: 90%;
	max-width: 1000px;
	height: 170px;
	left:50%;
	top:calc(50% - 20px);
	border-radius: 20px;
	border: 1px solid #0480B7;
	background-color: #ffffff;
	transform:translate(-50%, -50%);
}
#footer_contact > div p a > span {
	display: block;
	width: 100%;
	height: 100%;
}
#footer_contact > div p a > span::after {
	position: absolute;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	left:calc(100% - 35px);
	top:50%;
	border-right:3px solid var(--col_2);
	border-top:3px solid var(--col_2);
	transform-origin: 100% 0;
	transform: rotate(45deg);
}
#footer_contact > div p a > span > span {
	position: absolute;
	display: block;
	left:50%;
	top:50%;
	width:100%;
	transform:translate(-50%, -50%);
	text-align: center;
}
#footer_contact > div p a > span > span > span:nth-of-type(1) {
	display: block;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color:var(--col_2);
	white-space: nowrap;
	padding:10px 0 0 0;
}
#footer_contact > div p a > span > span > span:nth-of-type(1) br {
	display: none;
}
#footer_contact > div p a > span > span > span:nth-of-type(2) {
	display: block;
	font-size: 34px;
	line-height: 1;
	font-weight: 700;
	white-space: nowrap;
	color:var(--col_2);
	padding:20px 0 0 0;
}


/***************************************************************************************************
 responsive
***************************************************************************************************/
@media screen and (max-width:1000px) {
/*
*/
#header {
	position: fixed;
	width:100%;
	background-color: #ffffff;
}
#header > div {
	width:100%;
	max-width: none;
	height: 50px;
	margin: auto;
}
/*  */
#header .hd_blk_1 {
	width:100%;
	height: 50px;
	z-index: 3;
}
#header .hd_blk_1 h1 {
	padding:5px 0 0 5%;
}
#header .hd_blk_1 h1 a {
	height: 40px;
  background-image: url('../images/logo_1_2.svg');
	background-position: 0 0;
	background-size: auto 100%;
}
#header .hd_blk_1 h1 a img {
	transition: opacity .3s ease-out 0s;
	opacity: 1;
}
#header_input:checked ~ .hd_blk_1 h1 a img {
	opacity: 0;
}
#header .hd_blk_1 ul {
	display: none;
}
/*  */
#header .hd_blk_2 {
	position:absolute;
	width: 100vw;
	left:0;
	top:0;
	overflow: auto;
	z-index: 1;
  background-image: url('../images/bk_tex_1.jpg');
	background-position: 50% -50px;
	background-size: 1460px auto;
  background-repeat: repeat;
	height: 0;
	overflow: hidden;
	pointer-events: none;
	opacity: 0;
	transition:
	height 0s .6s,
	opacity .6s ease-out 0s;
}
#header_input:checked ~ .hd_blk_2 {
	height: 100vh;
	pointer-events: auto;
	opacity:1;
	transition:
	height 0s 0s,
	opacity .6s ease-out 0s;
}
#header .hd_blk_2 > div {
	position: absolute;
	width:100%;
	height: calc(100% - 60px);
	left:0;
	top:60px;
	overflow: auto;
}
#header .hd_blk_2 .lst_mm {
	display: block;
	width:84%;
	max-width: 400px;
	height: auto;
	margin: auto;
	padding:0 0 20vh 0;
}
#header .hd_blk_2 .lst_mm > li {
	width: 100%;
	height: auto;
	display: block;
	text-align: left;
	padding:0;
	border-bottom: 1px solid rgba(255, 255, 255, .25);
}
#header .hd_blk_2 .lst_mm > li:nth-of-type(1),
#header .hd_blk_2 .lst_mm > li:nth-of-type(2),
#header .hd_blk_2 .lst_mm > li:nth-of-type(3),
#header .hd_blk_2 .lst_mm > li:nth-of-type(4),
#header .hd_blk_2 .lst_mm > li:nth-of-type(5),
#header .hd_blk_2 .lst_mm > li:nth-of-type(6),
#header .hd_blk_2 .lst_mm > li:nth-of-type(7) {
	min-width:0;
	width: 100%;
}
#header .hd_blk_2 .lst_mm > li::before {
	display: none;
}
#header .hd_blk_2 .lst_mm > li > a {
	height: auto;
	background-image: url('../images/btn_ico_1_2.svg');
	background-position: calc(100% - 15px) 50%;
	background-size: 8px auto;
	padding:20px 15px;
	transition:
	background-position .2s ease-out 0s,
	background-color .2s ease-out 0s;
}
#header .hd_blk_2 .lst_mm > li > a.sty_1 {
	cursor:default;
	pointer-events: none;
	background-image: none;
}
#header .hd_blk_2 .lst_mm  > li > a.nm_hover {
	background-color: rgba(4, 128, 183, .3);
	background-position: calc(100% - 8px) 50%;
}

#header .hd_blk_2 .lst_mm > li > a > span {
	display: block;
	color:#ffffff;
	font-size: 16px;
	line-height: 1;
	text-align: left;
}
#header .hd_blk_2 .lst_mm > li.nm_hover > a > span {
	color:#ffffff;
}
#header .hd_blk_2 .lst_mm > li .blk_lst_sm {
	position:relative;
	width:100%;
	background-color:transparent;
	padding:0 0 15px 0;
	opacity:1;
	border-radius: 0;
	pointer-events: auto;
	transition:none;
}
#header_input:checked ~ .hd_blk_2 .lst_mm > li .blk_lst_sm {
	visibility: visible;
}
#header .hd_blk_2 .lst_mm > li .blk_lst_sm > ul {
	padding:0 0 0 0;
	border-top: none;
}
#header .hd_blk_2 .lst_mm > li .blk_lst_sm > ul li {
	display: block;
	padding:5px 0;
}
#header .hd_blk_2 .lst_mm > li .blk_lst_sm > ul li:first-child {
	padding-top: 0;
}
#header .hd_blk_2 .lst_mm > li .blk_lst_sm > ul li a {
	font-size: 14px;
	padding:5px 0 5px 32px;
	background-image: none;
}
#header .hd_blk_2 .lst_mm > li .blk_lst_sm > ul li a::before {
	position: absolute;
	display:block;
	content:'';
	left:18px;
	top:10px;
	width:3px;
	height:3px;
	background-color: #ffffff;
	border-radius: 50%;
}
/*  */
#header .hd_blk_2 .lst_mm > li.coming_soon::after {
	left:0;
	top:7px;
	width:100%;
	height: 40px;
	transform:none;
	text-align: left;
	font-size: 16px;
	line-height: 39px;
	padding:0 0 0 20px;
	background-color: rgba(0, 0, 0, .3);
}
/*
*/
#header .header_hbg {
	position: absolute;
	display: block;
	left: calc(95% - 36px);
	top: 7px;
	width: 36px;
	height: 36px;
	z-index: 3;
	background-color: var(--col_2);
	border-radius: 4px;
	transition:background-color .2s ease-out 0s;
}
#header_input:checked ~ .header_hbg {
	background-color: transparent;
}
#header .hbg_blk_1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#header .hbg_blk_1_1, #header .hbg_blk_1_2, #header .hbg_blk_1_3 {
	display: block;
	position: absolute;
	width: 22px;
	height: 2px;
	left:50%;
	background-color: #ffffff;
	transform-origin: 50% 50%;
}
#header .hbg_blk_1_1 {
	top: -8px;
	transform: translateX(-50%) rotate(0deg);
	transition:
	transform .2s ease-out 0s,
	top .2s ease-out .2s,
	width .2s ease-out 0s;
}
#header .hbg_blk_1_2 {
	left:-2px;
	top:-1px;
	width: 18px;
	transform: translateX(-50%);
	transition:opacity .2s ease-out 0s;
}
#header .hbg_blk_1_3 {
	top:6px;
	transform:translateX(-50%) rotate(0deg);
	transition:
	transform .2s ease-out 0s,
	top .2s ease-out .2s,
	width .2s ease-out 0s;
}
#header_input:checked ~ .header_hbg .hbg_blk_1_1 {
	top: -1px;
	transform:translateX(-50%) rotate(45deg);
	transition-delay: .2s, 0s, 0s;
	width: 30px;
}
#header_input:checked ~ .header_hbg .hbg_blk_1_2 {
	opacity: 0;
	transition-delay: 0s;
}
#header_input:checked ~ .header_hbg .hbg_blk_1_3 {
	top: -1px;
	transform:translateX(-50%) rotate(-45deg);
	transition-delay: .2s, 0s, 0s;
	width: 30px;
	left:50%;
}
#header .header_hbg label {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
/*
*/
#footer {
}
#footer::before {
	top:-30px;
	background-size: auto 45px;
}
#footer > div {
	width:100%;
	/* max-width: var(--max_wid_2); */
	padding:50px 0 40px 0;
}
/*  */
#footer > div .ft_blk_1 {
	position: absolute;
	width:90%;
	max-width: 320px;
	left: 50%;
	top: calc(100% - 120px);
	transform: translate(-50%, -100%);
}
/*  */
#footer > div .ft_blk_2 {
	width:var(--tgt_wid_2);
	max-width: 600px;
	padding:0 0 min(240px, calc(100px + 20vw)) 0;
}
#footer > div .ft_blk_2 > div {
	display: block;
	width:100%;
	margin: auto;
}
#footer > div .ft_blk_2 > div > div {
	display: block;
}
#footer > div .ft_blk_2 > div > div p:nth-of-type(1) {
	display: block;
	width:100%;
}
#footer > div .ft_blk_2 > div > div p:nth-of-type(2) {
	display: block;
	width:100%;
}
#footer > div .ft_blk_2 > div > div p a {
	font-size: 14px;
	padding:10px 30px 10px 0;
	margin-bottom: 5px;
}
#footer > div .ft_blk_2 > div > div p a::after {
	width: 8px;
	height: 8px;
	left:calc(100% - 20px);
}
/*  */
#footer > div .ft_blk_3 {
	transform:translateX(-50%) scale(.9);
}
#footer > div .ft_blk_3 p {
	left:calc(90% - 20px);
	top:10px;
}
/*  */
#footer > div .ft_blk_4 {
	width:var(--tgt_wid_2);
	margin: auto;
	padding:20px 0 0 0;
	border-top: 1px solid var(--col_1);
}
#footer > div .ft_blk_4 p {
	font-size: 11px;
}
/*
*/
.gsty_btn_1 {
  width: 100%;
	max-width: 450px;
  height: 60px;
  border-radius: 30px;
  font-size:16px;
  line-height: 60px;
}
.gsty_btn_1::after {
	left:calc(100% - 40px);
	background-size: 8px auto;
}
/*
*/
.gsty_bk_wave .bks {
  max-width: var(--max_wid_2);
}
/*  */
.gsty_bk_wave .bk_1 {
  width: 180px;
	left:calc(100% - 100px);
  top:0;
  background-image: url('../images/bk_3_1.svg');
}
.gsty_bk_wave .bk_2 {
  width: 230px;
	left: -50px;
  top:35%;
  background-image: url('../images/bk_3_1.svg');
}
.gsty_bk_wave .bk_3 {
  width: 230px;
	left:calc(100% - 150px);
  top:65%;
  background-image: url('../images/bk_3_2.svg');
}
.gsty_bk_wave .bk_4 {
  width: 210px;
  left:-20px;
  top:calc(100% - 120px);
  background-image: url('../images/bk_3_2.svg');
}
.gsty_bk_wave .bk_5 {
	display: none;
}
.gsty_bk_wave .bk_6 {
	display: none;
}
.gsty_bk_wave .bk_7 {
	display: none;
}
.gsty_bk_wave .bk_8 {
	display: none;
}

/*
*/
#btn_pagetop {
	transform-origin: 100% 0;
	transform: scale(.8);
	top:calc(95% - 108px);
}
#nm_bpt_pos_end {
	top:0;
}
/*
*/
.gsty_list_ss {
	padding:0 12% 0 12%;
}
.gsty_list_ss::after {
  content:'for screen sp';
  display: none;
  opacity: 0;
}
.gsty_list_ss .blk_ss .list_ss {
	padding:0 0 30px 0;
}
.gsty_list_ss .blk_ss .list_ss article {
  flex-basis:100%;
  margin-right: 5%;
}
.gsty_list_ss .blk_ss .list_ss article a {
	height: calc(100% + 30px);
}
.gsty_list_ss .blk_ss .list_ss article .thumb {
	border-radius: 10px;
}
.gsty_list_ss .blk_ss .list_ss article h4 {
	padding:5% 0 0 0;
	font-size: 15px;
}
.gsty_list_ss .blk_ss .list_ss article p:nth-of-type(1) {
	padding:4% 0 5% 0;
}
.gsty_list_ss .blk_ss .list_ss article p:nth-of-type(2) {
	padding:10px 0 0 0;
}
.gsty_list_ss .btn_prev.type_sp,
.gsty_list_ss .btn_next.type_sp {
  width: 40px;
  height:40px;
  top:-40px;
}
.gsty_list_ss .btn_prev {
  left:calc(100% - 95px);
}
.gsty_list_ss .btn_next {
  left:calc(100% - 40px);
}
.gsty_list_ss .btn_prev::before,
.gsty_list_ss .btn_next::before {
  width: 10px;
  height: 10px;
}
.gsty_list_ss .btn_prev.type_pc,
.gsty_list_ss .btn_next.type_pc {
  display: none;
}
.gsty_list_ss .btn_prev.type_sp,
.gsty_list_ss .btn_next.type_sp {
  display: block;
}
.gsty_list_ss.ssleng_1 .btn_prev.type_sp,
.gsty_list_ss.ssleng_1 .btn_next.type_sp {
	display: none;
}

/*
*/
#footer_contact {
	height: 280px;
}
#footer_contact > div {
	max-width: var(--max_wid_2);
}
#footer_contact > div p {
	width: var(--tgt_wid_2);
}
#footer_contact > div p a {
	width: 100%;
	max-width: 480px;
	height: 120px;
	top:calc(50% - 15px);
	border-radius: 10px;
}
#footer_contact > div p a > span::after {
	width: 10px;
	height: 10px;
	left:calc(100% - 25px);
}
#footer_contact > div p a > span > span > span:nth-of-type(1) {
	font-size: 13px;
	line-height: 1.25;
	padding:0 0 0 0;
}
#footer_contact > div p a > span > span > span:nth-of-type(1) br {
	display: inline;
}
#footer_contact > div p a > span > span > span:nth-of-type(2) {
	display: block;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	white-space: nowrap;
	color:var(--col_2);
	padding:10px 0 0 0;
}


/*  */
}



/* ===== WordPress 標準ブロック基本スタイル ===== */

/* 全体 */
.entry-content,
.post-content,
.wp-block-post-content {
  font-family: system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #222;
}

/* 段落 */
.entry-content p,
.wp-block-paragraph {
  margin: 1.5em 0;
}

/* 見出し */
h2.wp-block-heading ,
.entry-content h2 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 2em 0 1em;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.3em;
}

h3.wp-block-heading,
.entry-content h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 1.6em 0 0.8em;
}

/* 画像 */
.wp-block-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em auto;
  border-radius: 4px;
}

/* 引用 */
.wp-block-quote {
  border-left: 4px solid #ccc;
  padding-left: 1em;
  margin: 1.5em 0;
  color: #555;
  font-style: italic;
}

/* 箇条書き・番号リスト */
.wp-block-list,
.entry-content ul,
.entry-content ol {
  margin: 1.2em 0 1.2em 1.8em;
}

.entry-content li {
  margin: 0.4em 0;
}

/* 表 */
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 0.95rem;
}

.wp-block-table th,
.wp-block-table td {
  border: 1px solid #ddd;
  padding: 8px 10px;
  vertical-align: top;
}

.wp-block-table th {
  background-color: #f9f9f9;
  font-weight: bold;
}

/* コードブロック */
.wp-block-code code,
pre.wp-block-code {
  display: block;
  background: #f5f5f5;
  padding: 1em;
  border-radius: 5px;
  overflow-x: auto;
  font-family: monospace;
  font-size: 0.95rem;
}

/* ボタン */
.wp-block-button__link {
  background-color: #0073aa;
  color: #fff;
  padding: 0.6em 1.2em;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.wp-block-button__link:hover {
  background-color: #005a87;
}

/* 区切り線 */
.wp-block-separator {
  border: none;
  border-bottom: 2px solid #eee;
  margin: 2em 0;
}

/* 埋め込み（YouTubeなど） */
.wp-block-embed {
  margin: 2em 0;
}
