@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}


/*-----------------------------------------------------------------------------------------
0001 INITIAL VALUE
0002 LAYOUT
0003 TYPOGRAPHY RESET
0004 FRAME
0005 BTN-FIXED - btn-contact
0006 fixedTop
0007 btn-fixed-bottom
0008 HEADER
0009 HEADER - NAV.global_menu
0010 PANKUZU
0011 スマホ時のメニュー
0012 Humberger


----------------------------------------------------------------------------------------- */






























/*-----------------------------------------------------------------------------------------
0001 INITIAL VALUE
----------------------------------------------------------------------------------------- */
html {
	padding: 0px;
	margin: 0px;
	background: white;
	font-size: 62.5%;
	width: 100%;
	min-height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1;
	position: relative;
	color: #333;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: 100%;

	font-family: 'Zen Kaku Gothic New', 'Zen Maru Gothic', 'Plus Jakarta Sans', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
	/* overflow-x: hidden; */
	background: white;
	min-width: 1110px;
	min-height: 100vh;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

article,
section,
aside,
header,
footer {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
}

main {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	background: white;
	background-size: 100% auto;
	border: 0px solid purple;
}
/*-----------------SEO(h1)---------------------------*/
h1{
	display: none;
}
/*--------------------------------------------*/
article {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0px solid darkred;
}

img {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0 auto;
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	transition: 0.5s;
	text-decoration: none;
	opacity: 0.5;
}

.none {
	display: none;
}

.clearfix::after,
.row::after {
	content: '';
	display: block;
	clear: both;
}

strong,
b {
	font-weight: 600;
}

small {
	font-size: 0.6em;
	padding: 10px 0;
}

em {
	color: #333;
	padding: 0 0.3em;
	font-style: normal;
}

li {
	list-style: none;
}

hr {
	width: 90%;
	margin: 15px auto;
	opacity: 0.4;
}

iframe {
	width: 100%;
	vertical-align: bottom;
	margin: 0 auto;
}

figure {
	padding: 0;
	margin: 0;
	dipslay: block;
	border: 0px solid black;
}
.solation{
  pointer-events: none;
  opacity: .5;
}
.pc {
	display: block;
}

.sp {
	display: none;
}

.flexbox {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexbox li,
.swiper-container li {
	list-style: none;
	margin: 0;
}

.bg-pink {
	background: #ff919c !important;
	border-color: #ff919c !important;
}
.bg-purple {
  background: #AC9ACF !important;
  border-color: #AC9ACF !important;
}
.bg-green {
	background: #38d96f !important;
	border-color: #38d96f !important;
}

.bg-blue {
	background: #7CD9E9 !important;
	border-color: #7CD9E9 !important;
	/*background: #969A9B !important;
	border-color: #969A9B !important;*/
}

.bg-blue-dark {
	background: #00B7D0 !important;
	border-color: #00B7D0 !important;
}

.bg-white {
	background: white !important;
	border-color: #00B7D0 !important;
	color: #00B7D0 !important;
}

.color-blue {
	color: #24BFDA !important;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
	html {
		font-size: calc(62.5% * 1.0);
	}

	body {
		min-width: 100%;
	}
}

@media screen and (max-width: 768px) {
	html {
		font-size: calc(62.5% * 0.95);
	}


	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

}

@media screen and (max-width: 520px) {
	html {
		font-size: calc(62.5% * 0.90);
	}
}

@media screen and (max-width: 420px) {
	html {
		font-size: calc(62.5% * 0.85);
	}
}

@media screen and (max-width: 375px) {}











/*-----------------------------------------------------------------------------------------
0002 LAYOUT
----------------------------------------------------------------------------------------- */
.container {
	border: 0px solid red;
	width: 1110px;
	padding: 0;
	margin: 0 auto;
	background: transparent;
}

.container.narrow {
	max-width: 840px;
}

.container-fluid {
	border: 0px solid blue;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: transparent;
}

.row {
	clear: both;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexbox {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.col-01,
.col-02,
.col-03,
.col-04,
.col-05,
.col-06,
.col-07,
.col-08,
.col-09,
.col-10,
.col-11,
.col-12 {
	border: 0px solid black;
	padding: 0 15px;
	display: block;
	float: none;
	position: relative;
}

.col-01 {
	width: calc(100% / 12 * 1);
}

.col-02 {
	width: calc(100% / 12 * 2);
}

.col-03 {
	width: calc(100% / 12 * 3);
}

.col-04 {
	width: calc(100% / 12 * 4);
}

.col-05 {
	width: calc(100% / 12 * 5);
}

.col-06 {
	width: calc(100% / 12 * 6);
}

.col-07 {
	width: calc(100% / 12 * 7);
}

.col-08 {
	width: calc(100% / 12 * 8);
}

.col-09 {
	width: calc(100% / 12 * 9);
}

.col-10 {
	/*width: calc(100% / 12 * 10);*/
	width: calc(90% / 12 * 10);
}

.col-11 {
	width: calc(100% / 12 * 11);
}

.col-12 {
	width: calc(100% / 12 * 12);
	/*margin: 50px 0 100px 0;*/
}

.container-fluid .col-12,
.container-fluid .col-11,
.container-fluid .col-10,
.container-fluid .col-09,
.container-fluid .col-08,
.container-fluid .col-07,
.container-fluid .col-06,
.container-fluid .col-05,
.container-fluid .col-04,
.container-fluid .col-03,
.container-fluid .col-02,
.container-fluid .col-01 {
	padding: 0;
}

@media (max-width: 1024px) {

	.container {
		width: 100%;
		border: 0px solid red;
		padding: 0 7.5vw;
	}

	.col-01,
	.col-02,
	.col-03,
	.col-04,
	.col-05,
	.col-06,
	.col-07,
	.col-08,
	.col-09,
	.col-10,
	.col-11,
	.col-12 {
		padding: 0;
	}

}
/*-----------------------------------------------------------------------------------------
0003 TYPOGRAPHY RESET
----------------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dt,
dd,
address {
	font-size: 1rem;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	color: #333;
}


h2 {
	color: #25BFDB;
	font-size: 4.0rem;
	font-weight: 600;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', 'Zen Maru Gothic', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
	margin-bottom: 1.5em;
}
h2.merit{
  color:#f48691;
  font-size: 4.0rem;
  font-weight: 600;
  text-align: center;
  font-family: 'Zen Kaku Gothic New', 'Zen Maru Gothic', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
  margin-bottom: 1.5em;
}
h2 small {
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	font-family: 'Zen Kaku Gothic New', 'Zen Maru Gothic', 'Plus Jakarta Sans', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
}
h2.merit small {
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	font-family: 'Zen Kaku Gothic New', 'Zen Maru Gothic', 'Plus Jakarta Sans', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
}
h3 {
	color: #25BFDB;
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 1.5em;
}

h4 {
	font-size: 2.1rem;
	font-weight: 600;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}

h4 small {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
}


/*h5 {
	color: #25BFDB;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 1em;
}*/
h5 {
  color: #25BFDB;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
h5 br {
	display: none;
}



h6 {
	color: white;
	font-size: 2.5rem;
	font-weight: 500;
	margin-bottom: 1.5em;
}

h6 span {
	padding-bottom: 0.2em;
	border-bottom: 1.5px solid white;
}


/*main p {
	font-size: 1.6rem;
	line-height: 1.9
}*/
main p {
  font-size: 1.7rem;
  line-height: 1.7;
}
main li {
	font-size: 1.6rem;
	line-height: 1.3;
	margin: 1em 0;
}


main .disc li {
	margin-left: 1.75em;
	list-style: disc;
}
@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
	h2 small {
		margin-top: 0.5em;
	}
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}










/*-----------------------------------------------------------------------------------------
0004 FRAME
----------------------------------------------------------------------------------------- */
.video-frame video {
	box-shadow: none;
	border: none;
	margin: 0 auto;
	width: 100%;
	display: block;
	vertical-align: bottom
}

.video-frame {
	border: 0px solid black;
	width: auto;
	height: auto;
	display: block;
	position: relative;
	padding: 0;
	margin: 1px 0;
}

.movie-frame {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border: 1px solid #eee;
}

.movie-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
	.index .movie-frame {
		border: 0px solid red;
		width: calc(100% + 7.5vw + 7.5vw);
		margin-left: -7.5vw;
		padding-bottom: calc( 56.25% + 8.3vw);
	}
}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}










/*-----------------------------------------------------------------------------------------
0005 BTN-FIXED - btn-contact
----------------------------------------------------------------------------------------- */
.btn-fixed {
	position: fixed;
	bottom: 60px;
	right: -50px;
	z-index: 2000;
	padding: 0;
	margin: 0 auto;
	height: auto;
	width: 50px;
	opacity: 0;
	transition: 1.0s;
	background: transparent;
}

.btn-fixed.fixed {
	right: 0;
	opacity: 1;
}

.btn-fixed ul.btn-contact {
	width: auto;
	height: auto;
	padding: 0;
	background: transparent;
}

.btn-fixed ul.btn-contact li {
	margin: 2px 0;
	background: white;
	border-radius: 0.5rem 0 0 0.5rem;

}

.btn-fixed ul.btn-contact li a {
	width: 5.5rem;
	height: auto;
	padding: 1.5em 0;
	margin: 1px 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	border-radius: 0.5rem 0 0 0.5rem;
	text-align: center;
	display: -webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.8rem;
	letter-spacing: 0.01em;
	border: none;
	color: white;
}

.btn-fixed ul.btn-contact li a.bg-pink:hover,
.btn-fixed ul.btn-contact li a.bg-blue:hover {
	opacity: 0.5;
	background: #ff919c !important;
	transition: 1.0s;
	color: black;
}

.btn-fixed ul.btn-contact li a.bg-blue:hover {
	background: #7CD9E9 !important;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
	.btn-fixed {
		display: none;
	}
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}










/*-----------------------------------------------------------------------------------------
0006 fixedTop
----------------------------------------------------------------------------------------- */
#fixedTop {
	right: 3px;
	bottom: 7.5px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #333;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	display: none;
	background: white;
	position: fixed;
	z-index: 9999;
	border-radius: 50%;
}



#fixedTop:hover {
	transition: all 0.3s;
	opacity: 0.7;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}










/*-----------------------------------------------------------------------------------------
0007 btn-fixed-bottom
----------------------------------------------------------------------------------------- */
.btn-fixed-bottom {
	position: fixed;
	top: auto;
	left: 0;
	bottom: -60px;
	width: 100%;
	height: 60px;
	padding: 0;
	margin: 0;
	background: white;
	opacity: 0;
	transition: 1.0s;
	background: yellow;
}

.btn-fixed-bottom ul.btn-contact {
	position: static;
	display: block;
	border: 0px solid red;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.btn-fixed-bottom ul.btn-contact li {
	width: 50%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0px solid green;
	background: white;
}

.btn-fixed-bottom ul.btn-contact li a {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-size: 16px;
	letter-spacing: 0.05em;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: white
}

.btn-fixed-bottom ul.btn-contact li a.bg-pink:hover,
.btn-fixed-bottom ul.btn-contact li a.bg-blue:hover {
	opacity: 0.5;
	background: #ff919c !important;
	transition: 1.0s;
	color: black;
}

.btn-fixed-bottom ul.btn-contact li a.bg-blue:hover {
	background: #7CD9E9 !important;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
	.btn-fixed-bottom.fixed {
		bottom: 0;
		opacity: 1;
	}
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}








/*-----------------------------------------------------------------------------------------
0008 HEADER
----------------------------------------------------------------------------------------- */
header {
	width: 100%;
	height: 120px;
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	z-index: 1002;
	box-shadow: 0px 0px 10px black;
}


header .container {
	border: 0px solid red;
	height: 120px;
}

header {
	transition: 1.0s;
	position: fixed;
	top: -100px;
	opacity: 0;
	font-size: 20px;
	height: auto;
}

header.fixed {
	top: 0;
	opacity: 1;
}

header dl {
	border: 0px solid green;
	height: 60px;
	padding: 0;
	margin: 0;
}

header dl dt,
header dl dd {
	border: 0px solid blue;
	width: 100%;
	height: 60px;
	padding: 0;
	margin: 0;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

header dl dt {
	width: 240px;
	padding-top: 1.8rem;
}

header dl dd {
	width: calc(100% - 240px);
}

header h2 {
	width: 100%;
	display: block;
}

header h2 a {
	width: 100%;
	display: block;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
	header {
		height: 110px;
	}
	header .container {
		height: 110px;
	}
	header dl {
		height: 55px;
	}
	header dl dt,
	header dl dd {
		height: 55px;
	}

}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 520px) {
	header dl dt {
		width: 55%;
	}

	header dl dd {
		width: 45%;
	}

}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}










.index header {
	height: 100px;
}

.index header .container {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 100px;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}


/*-----------------------------------------------------------------------------------------
0009 HEADER - NAV.global_menu
----------------------------------------------------------------------------------------- */
header nav.global_menu {
	border: 0px solid green;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

header nav.global_menu ul {
	border: 0px solid orange;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

header nav.global_menu ul li {
	border: 0px solid blue;
	padding: 0px;
	margin: 0;
	font-size: 1.4rem;
	line-height: 1;
	width: auto;
	height: 100%;
}

header nav.global_menu ul li a,
header nav.global_menu ul li .hover {
	border: 0px solid pink;
	line-height: 1;
	display: block;
	padding: 3.0rem 1em 0;
	text-decoration: none;
	width: 100%;
	height: 100%;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #333;
}

header nav.global_menu ul li a:hover {
	background: rgba(84, 155, 176, 0) !important;
}

header nav.global_menu ul li.menu:hover>a {
	background: inherit;
}

header nav.global_menu ul.child_menu>li>a {
	font-size: 1.6rem;
	color: #333;
}

header nav.global_menu ul.child_menu {
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	width: auto;
	top: 60px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 100%;
	height: auto;
	visibility: hidden;
	opacity: 0;
	transition: 0.8s;
	background: white;
}

header nav.global_menu ul li.menu:hover .child_menu {
	visibility: visible;
	top: 60px;
	opacity: 1;
	transition: 0.2s;
}

.index header nav.global_menu ul.child_menu,
.index header nav.global_menu ul li.menu:hover .child_menu {
	top: 70px;
}



header nav.global_menu ul.child_menu li {
	padding: 0 1em;
}

header nav.global_menu ul.child_menu li a {
	padding: 1.25em 0.5em;
	position: relative;
}

header nav.global_menu ul.child_menu li a.current {
	color: #25BFDB;
	text-decoration: underline;
}

header nav.global_menu ul li.menu a::after,
header nav.global_menu ul li .hover::after {
	color: #25BFDB;
	content: '\f078';
	font-family: 'Font Awesome\ 5 Free';
	transition: 0.9s;
	margin-left: 0.3em;
	padding-top: 0.05em;
	font-weight: bold;
}

header nav.global_menu ul li.menu a:hover::after,
header nav.global_menu ul li .hover:hover::after,
header nav.global_menu ul li .hover.kuru::after {
	/* transform: translateY(-0.7em) rotate(180deg); */
	transform: translateY(-0.7em) rotateX(0.5turn);
	padding-top: 0;
	transition: 0.9s;
	color: #25BFDB;
}

header nav.global_menu ul.child_menu li a::after {
	display: none;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
	header nav.global_menu {
		display: none;
	}
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}










/*-----------------------------------------------------------------------------------------
0010 PANKUZU
----------------------------------------------------------------------------------------- */
.pankuzu {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 60px;
	font-size: 1.2rem;
	line-height: 1.2;
}

.pankuzu li {
	width: auto;
	height: 100%;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pankuzu li::after {
	content: '\f054';
	font-family: 'Font Awesome\ 5 Free';
	margin-left: 0.75em;
	margin-right: 0.75em;
	font-size: 0.8em;
	font-weight: bold;
}

.pankuzu li:last-child::after {
	display: none;
}

.pankuzu li a {
	color: #333;
}


.index .pankuzu {
	display: none;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {
	.pankuzu {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
		width: 100%;
		height: 60px;
		font-size: 1.0rem;
		line-height: 1.2;
		}
	}
@media screen and (max-width: 375px) {
		.pankuzu {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
		width: 100%;
		height: 60px;
		font-size: 0.9rem;
		line-height: 1.2;
		}	
	}










/*-----------------------------------------------------------------------------------------
0010 FOOTER
----------------------------------------------------------------------------------------- */
footer {
	padding: 9.0rem 0 6.0rem;
	background: #25BFDA;
	color: white;
}

footer a {
	color: white;
}

footer .logo,
footer .logo a {
	width: 330px;
	display: block;
}

footer .link {
	font-size: 1.6rem;
	line-height: 2.5;
	padding: 0 0.25em;
	margin: 1em 0;
	color: white;
}

footer ul.link-icon {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0.25em;
	margin: 5.0rem 0 0 0;
}

footer ul.link-icon li {
	/*width: 6.5rem;
	padding: 0;
	margin: 0 2.5rem 0 0;*/
	width: 35px;
	padding: 0;
	margin: 0 2.5rem 0 0;
}

footer ul.link-icon li a img {
	dipslay: block;
}

footer ul.link-icon a:hover img {
	transition: 0.5s;
	opacity: 0.4;
}
    ul.copy li{
        font-size: 1.6rem;
        padding: 15px 0;
    }
footer dl {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

footer dl dt,
footer dl dd {
	width: 50%;
	font-size: 1.6rem;
	line-height: 2;
	color: White;
	padding: 0 0 0 10%;
	margin: 0;
}

footer .btn-more {
	width: 100%;
	display: block;
	margin-top: 0.5rem;
}

footer .btn-more a {
	width: 100%;
	margin: 0;
}

footer .pc {
	display: block;
	margin-top: 2em;
}

footer .sp {
	display: none;
}

footer .btn-more li span {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	display: block;
	font-szie: 1.6rem;
}
div.sns{
                    
}
div.sns-sp{
    display: none;
}
div.sns ul li{
    margin-bottom: 10px;
}
div.sns-sp ul li{
     margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
	footer {
		padding: 6.0rem 0;
	}

	footer .logo,
	footer .logo a {
		width: 90%;
	}

	footer .link {
		font-size: 1.3rem;
	}

	footer ul.link-icon {
		margin: 2.5rem 0 0 0;
	}

	footer ul.link-icon li {
	/*width: 5.0rem;*/
		padding: 0;
		margin: 0 2.5rem 0 0;
	}

	footer dl dt,
	footer dl dd {
		font-size: 1.3rem;
		line-height: 1.8;
		padding: 0 0 0 5%;
	}

	footer .btn-more {}

	footer .btn-more a {
		font-size: 1.3rem;
		padding: 0.75em;
	}
}

@media screen and (max-width: 768px) {

	footer .col-04,
	footer .col-08 {
		width: 50%;
	}

	footer dl dt,
	footer dl dd {
		width: 100%;
		padding: 0 0 10% 10%;
	}
}

@media screen and (max-width: 520px) {
	footer {
		position: relative;
	}

	footer .col-04,
	footer .col-08 {
		width: 300px;
		margin: 0 auto;
		border: 0px solid black;
	}

	footer .logo,
	footer .logo a {
		width: 100%;
	}

	footer .link,
	footer .btn-more a,
	footer .btn-more li span {
		font-size: 1.7rem;
	}

	footer dl dt,
	footer dl dd {
		width: 100%;
		padding: 0;
	}

	footer .btn-more a {
		padding: 1.75em 0.75em;
	}

	footer h6 {
		margin-top: 1.5em;
	}

	footer .pc {
		display: none;
	}

	footer .sp {
		display: block;
	}

	footer ul.link-icon {
		-webkit-justify-content: space-between;
		-ms-flex-pack: space-between;
		justify-content: space-between;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
		margin: 1.5rem 0 0 0;
		width: 100%
	}

	footer ul.link-icon li {
        width: 33.33333%;
		padding: 7%;
		margin: 0;
	    }  
        div.sns{
        display: none;
        }
        div.sns-sp{
        display: block;
        margin: 0 auto; 
		width: 90%;
        }   
    ul.copy li{
        display: none;
        }
    }
@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}










/*-----------------------------------------------------------------------------------------
0011 スマホ時のメニュー
----------------------------------------------------------------------------------------- */
#navigation {
	position: fixed;
	display: none;
	display: block;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	top: 0;
	left: 100vw;
	background: linear-gradient(180deg, rgba(73, 125, 163, 0.9) 0, rgba(73, 125, 163, 0.8) 100%);
	z-index: 1002;
	transition: 1s;
	opacity: 0;
}

#navigation.block {
	left: 0;
	opacity: 1;
}

.accordion {
	border: 0px solid red;
	height: 100%;
	width: 100%;
	padding: 3.0rem;
	margin: 0;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.accordion ul.accordion-container {
	border: 0px solid black;
	min-width: 280px;
	max-width: 90%;
	padding: 0;
}

.accordion ul.accordion-container li {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
	padding: 0;
	margin: 0;
}
.accordion ul.accordion-container li.recruitment {
			display: block;
			padding: 0.5em 0.2em;
			margin: 0;
			font-size: 4vw;
			font-size: calc(4rem* 0.5);
			line-height: 1.4;
			text-decoration: none;
			font-weight: 400;
			color: white;
		}
.accordion ul.accordion-container li:first-child {
	border-top: 1px dashed rgba(255, 255, 255, 0.8);
}

.accordion ul.accordion-container li a,
.accordion ul.accordion-container li.title {
	display: block;
	padding: 0.5em 0.2em;
	margin: 0;
	font-size: 4vw;
	font-size: calc(4rem * 0.5);
	line-height: 1.4;
	text-decoration: none;
	font-weight: 400;
	color: white;
}

.accordion ul.accordion-container li.title {
	position: relative;
	cursor: pointer;
}

.accordion ol.content {
	display: none;
	border: 0px solid red;
	padding: 0 0 0 3.0rem;
}

.accordion ol.content li a {
	font-size: 3.3vw;
	font-size: calc(3.3rem * 0.5);
}

.accordion ol.content li:first-child {
	border-top: none;
}


.accordion ul.accordion-container li.title::after {
	content: "";
	content: '\f078';
	font-family: 'Font Awesome\ 5 Free';
	font-weight: bold;
	font-size: 0.8em;
	position: absolute;
	right: 1em;
	top: 55%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.accordion ul.accordion-container li.title.open::after {
	transform: translateY(-0.7em) rotateX(0.5turn);
	padding-top: 0;
	transition: 0.5s;
}

.accordion ul.accordion-container li a:hover,
.accordion ul.accordion-container li.title:hover {
	transition: 0.2s;
	opacity: 0.5;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {

	.accordion ul.accordion-container li a,
	.accordion ul.accordion-container li.title {
		font-size: 4vw;
	}

	.accordion ol.content li a {
		font-size: 3.3vw;
	}
}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}










/*-----------------------------------------------------------------------------------------
0012 Humberger
----------------------------------------------------------------------------------------- */
.hamburger,
.hamburger span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}

.hamburger {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 34px;
	z-index: 1003;
	display: none;
}

.hamburger.active {
	z-index: 1004;
}

.hamburger span {
	position: absolute;
	left: 0;
	width: 80%;
	height: 4px;
	background-color: #25BFDB;
	border-radius: 4px;
}

.hamburger span:nth-of-type(1) {
	top: 0;
}

.hamburger span:nth-of-type(2) {
	top: 15px;
}

.hamburger span:nth-of-type(3) {
	bottom: 0;
}

.hamburger.active span {
	background-color: white;
}

.hamburger.active span:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}

.hamburger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 0.8s forwards;
	animation: active-menu-bar02 0.8s forwards;
}

.hamburger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-15px) rotate(45deg);
	transform: translateY(-15px) rotate(45deg);
}

@media screen and (max-width: 1024px) {
	.hamburger {
		display: block;
	}
}
@media screen and (max-width: 300px) {
.hamburger {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 34px;
	z-index: 1003;
	display: none;
}

}






/*-----------------------------------------------------------------------------------------
2001 BTN-MORE
----------------------------------------------------------------------------------------- */
.btn-more {
	border: 0px solid red;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 auto;
	background: transparent;
	max-width: 500px;
}

.btn-more li {
	border: 0px solid red;
	width: 100%;
	padding: 0;
	margin: 3.0rem 0;
}

.btn-more a {
	width: auto;
	display: block;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #FFFFFF ;
	background: black;
	padding: 1.5em 1.0rem;
	border-radius: 5em;
	letter-spoacing: 0.15em;
	position: relative;
	overflow: hidden;
	text-align: center;
	border: 3px solid black;
}

.btn-more a::before {
	content: '\f30b';
	font-family: 'Font Awesome\ 5 Free';
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: -1.0em;
	font-weight: bold;
}

footer .btn-more a {
	padding: 1.0em
}

.btn-more a:hover {
	opacity: 1;
	font-weight: 600;
	background: white !important;
}

.btn-more a.bg-pink:hover {
	color: #ff919c;
}
.btn-more a.bg-purple:hover {
	color: #AC9ACF;
}
.btn-more a.bg-blue:hover {
	color: #74CCDB;
}

.btn-more a.bg-blue-dark:hover {
	color: #06ACC4;
}

.btn-more a.bg-green:hover {
	color: #38d96f;
}

.btn-more a.bg-white:hover {
	background: #06ACC4 !important;
	color: white !important;
}


@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
	.btn-more {
		width: calc(100% / 12 * 10);
	}

	.btn-more li {
		margin: 2.0rem 0;
	}
}

@media screen and (max-width: 768px) {
	.btn-more {
		width: calc(100% / 12 * 8);
	}
}

@media screen and (max-width: 520px) {
	.btn-more {
		width: calc(100% / 12 * 10);
	}

	.btn-more a {
	padding: 1.0em
}
}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {
	.btn-more {
		width: calc(100% / 12 * 12);
	}
}

/*-----------------------------------------------------------------------------------------
2001 BTN-MORE_b
----------------------------------------------------------------------------------------- */
.btn-more_b {
	border: 0px solid red;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 auto;
	background: transparent;
	max-width: 500px;
}

.btn-more_b li {
	border: 0px solid red;
	width: 100%;
	padding: 0;
	margin: 3.0rem 0;
}

.btn-more_b a {
	width: auto;
	display: block;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #25BFDB ;
	background: #FFFFFF;
	padding: 1.5em 1.0rem;
	border-radius: 5em;
	letter-spoacing: 0.15em;
	position: relative;
	overflow: hidden;
	text-align: center;
	border: 3px solid #25BFDB;
}

.btn-more_b a::before {
	content: '\f30b';
	font-family: 'Font Awesome\ 5 Free';
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: -1.0em;
	font-weight: bold;
}

footer .btn-more_b a {
	padding: 1.0em
}

.btn-more_b a:hover {
	opacity: 1;
	font-weight: 600;
	background: #25BFDB;
	color: #FFFFFF;
}

.btn-more_b a.bg-pink:hover {
	color: #ff919c;
}
.btn-more_b a.bg-purple:hover {
	color: #AC9ACF;
}
.btn-more_b a.bg-blue:hover {
	color: #74CCDB;
}

.btn-more_b a.bg-blue-dark:hover {
	color: #06ACC4;
}

.btn-more_b a.bg-green:hover {
	color: #38d96f;
}

.btn-more_b a.bg-white:hover {
	background: #06ACC4 !important;
	color: white !important;
}


@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
	.btn-more_b {
		width: calc(100% / 12 * 10);
	}

	.btn-more_b li {
		margin: 0 ;
	}
}

@media screen and (max-width: 768px) {
	.btn-more_b {
		width: calc(100% / 12 * 8);
	}
}

@media screen and (max-width: 520px) {
	.btn-more_b {
		width: calc(100% / 12 * 10);
	}

	.btn-more_b a {
	padding: 1.0em
}
}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {
	.btn-more_b {
		width: calc(100% / 12 * 12);
	}
}