@charset "UTF-8";
/*
* 共通
*/
html {
	font-size: 62.5%;
}
body {
	font-family:  "Noto Sans Japanese",-apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	font-size:18px;
}

p,ul,li{
	margin:0;
	padding:0;
}
ul{
	list-style: none;
}
a {
	color: unset;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover{
	opacity:0.8;
	color: unset;
	text-decoration: none;
}
img{
	width: 100%;
	display: inline-block;
	border: none;
	max-width: 100%;
	height: auto;
}
footer{
	padding-bottom: 1em;
	background-color: #fff;
}
footer p{
	text-align:center;
	font-size:10px;
}
/* input[type=checkbox],
input[type=radio] {
  display: none;
} */
.pure-container>input[type=checkbox],
.pure-container>input[type=radio] {
  display: none;
}


/* サイドバー */

#menuG {
	position: fixed;
	top: 0;
	left: 0;
	width: 27.5vw;
	height: 100%;
	margin-left: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #009D95;
}
#menuG > .vessel {
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}
/* サイドバー：ロゴ */
#menuG .logo-area {
	background: #EFEFEF;
	height: 30vw;
	padding: 22% 25%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
h1{
	display:inline-block;
	margin:0;
	box-sizing: border-box;
	padding: 0;
}
.logo{
	width: 100%;
}
/* サイドバー：メニュー */
#menuG .menu-area {
	background: #009D95;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10rem 0 15rem;
}
#menuG .menu-list li {
	position: relative;
	letter-spacing: 0.3rem;
	width: fit-content;
}
#menuG .menu-list li::before {
	content: '｜';
	color: #fff;
	display: inline-block;
	position: absolute;
	left: -0.5rem;
	top: 0;
	z-index: 3;
	transition: all 0.5s ease;
	transform: skewX(-30deg);
}
#menuG .menu-list li a {
	position: relative;
	color: #fff;
	z-index: 2;
	opacity: 1;
	padding-right: 1em;
	transform: skewX(-30deg);
	display: block;
	overflow: hidden;
}
#menuG .menu-list li a::before {
	content: "";
	width: calc(100% - 0.5em);
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: -1em;
	z-index: -1;
	transform: translateX(-100%);
	transition: transform ease .7s;
}
#menuG .menu-list li a:hover {
  color: #009D95;
	font-weight: bold;
}
#menuG .menu-list li a:hover::before {
	transform: translateX(calc(0% + 1em));
}
#menuG .menu-list li a span {
	display: inline-block;
	margin-left: 1rem;
	position: relative;
	transition: all 0.3s ease;
	right: 0;
	transform: skewX(30deg);
}
#menuG .menu-list li:not(:first-child) {
	margin-top: 2.6rem;
}
.menu-list li.current::after {
	position: absolute;
	top: 50%;
	left: calc(7.5em + 0.3rem);
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: "\f061";
	font-size: 2.5rem;
	color: #009D95;
	width: 1.6em;
	height: 1.6em;
	border: #009D95 solid 2px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
	background: #fff;
}
/* サイドバー：フッター */
#menuG .address-area {
	background: #06837C;
	padding: 10rem 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wrap_footer_box{
	width: 60%;
	margin: 0 auto;
}
.wrap_footer_box p{
	text-align: left;
	}
.wrap_footer_box img{
	margin-bottom: 2rem;
	}
.footer_box {
	color: #fff;
}
@media screen and (max-width: 1024px) {
	#menuG {
    width: 35vw;
	}
	.wrap_footer_box {
    width: 80%;
	}
}

/* @media screen and (min-width: 768px) and (max-width: 1024px){
	#menuG {
			margin-left: -27.5vw;
	}
} */
@media screen and (max-width: 768px){
	#menuG {
			display: none;
	}
}



/* #side {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 102;
}
#sideBar {
	position: relative;
	width: 65px;
	background: #009D95;
	height: 100%;
}
#sideBar .logo01 {
	position: absolute;
	width: 100%;
	line-height: 0;
	background: #EFEFEF;
	padding: 4rem 0.3rem;
}

#sideBar .trigger01Wrap {
	display: table;
	width: 100%;
	height: 100%;
}
#sideBar .trigger01 {
	display: table-cell;
	width: 65px;
	height: 100%;
	line-height: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
#sideBar .trigger01 a {
	position: relative;
	display: inline-block;
	width: 17px;
	height: 11px;
	opacity: 1;
}
#sideBar .trigger01 a span.iconWrap {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	left: -11px;
}
#sideBar .trigger01 a span.iconWrap::after{
	content: " ";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	background: #fff;
	z-index: 1;
	transition: all 0.3s ease;
	transform: scale(0);
	background: rgba(255, 255, 255, 0);
}
#sideBar .trigger01 a:hover span.iconWrap::after{
	transform: scale(1);
	background: rgba(255, 255, 255, 1);
	
}

#sideBar .trigger01 a span.icon{
	width: 12px;
	height: 9px;
	display: inline-block;
	position: absolute;
  top: calc(50% - 4px);
  left: 50%;
	transform: translate(-50%);
}
#sideBar .trigger01 a span.icon > span {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 100%;
	height: 3px;
	background: #FFF;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#sideBar .trigger01 a span.icon01{
	
	z-index: 3;
}
#sideBar .trigger01 a:hover span.icon01{
	opacity: 0;
}

#sideBar .trigger01 a span.icon02{
	
	z-index: 2;
	opacity: 0;
	transition: opacity .24s ease;
}
#sideBar .trigger01 a span.icon02 > span {
	background: #01B9B2;
}

#sideBar .trigger01 a span.icon > span:nth-of-type(1) {
	position: absolute;
	top: 0;
	left: 0;
}
#sideBar .trigger01 a span.icon > span:nth-of-type(2) {
	position: absolute;
	bottom: 0;
	left: 0;
}
#sideBar .trigger01 a span.icon02 > span:nth-of-type(1) {
	-webkit-transform: translate3d(0, 3px, 0);
	transform: translate3d(0, 3px, 0);
}
#sideBar .trigger01 a span.icon02 > span:nth-of-type(2) {
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
}

#sideBar .trigger01:hover a span.icon02 {
	opacity: 1;
	transition: opacity .24s ease .3s;
}
#sideBar .trigger01:hover a span.icon02 > span:nth-of-type(1) {
	transition-delay: .32s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#sideBar .trigger01:hover a span.icon02 > span:nth-of-type(2) {
	transition-delay: .32s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#sideBar .trigger01 a.active span.icon > span:nth-of-type(1) {
	top: -2px;
	-webkit-transform: translateY(4px) rotate(-45deg);
	transform: translateY(4px) rotate(-45deg);
}
#sideBar .trigger01 a.active span.icon > span:nth-of-type(2) {
	bottom: 0;
	-webkit-transform: translateY(-4px) rotate(45deg);
	transform: translateY(-4px) rotate(45deg);
}

#sideBar .trigger01 .trigger0101 {
	padding: 1rem 0;
	color: #FFF;
	line-height: 1;
	letter-spacing: 0.01em;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
} */

#sideBar, #side {
	display: none;
}

/* @media screen and (min-width: 768px) and (max-width: 1024px){
	#sideBar, #side {
    display: block;
	}
	#menuG.open {
		left: 65px;
		margin-left: 0;
	}
	#menuG {
		position: fixed;
		top: 0;
		left: 0;
		margin-left: -25vw;
		width: 25vw;
		height: 100%;
		background: #01B9B2;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		z-index: 101;
	}
	#menuG .bg01 {
    display: none;
	}
	#menuG .bg02 {
    padding: 5em 0px 4em 1em;
	}
	#menuG .menu-list li a span {
    display: inline-block;
    padding: 0 0 0 1em;
    position: relative;
    transition: all 0.3s ease;
    right: 0;
	}
	#menuG .menu-list li::after {
    content: '／';
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
} */



/* スマホ用　ナビ */
.pure-toggle-label {
	background: #009D95;
}
.mobile-navigation, .pure-drawer{
	display:none;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* ページ内部 */
#contents {
	margin-left: 27.5vw;
}
/* @media screen and (min-width: 768px) and (max-width: 1024px){
	#contents {
			margin-left: 65px;
	}
} */

@media screen and (max-width: 1024px) {
	#contents {
    margin-left: 35vw;
	}

}
@media screen and (max-width: 768px){
	#contents {
		margin: 0 auto;
	}
}


.header__title-wrap{
	text-align: center;
}
h2.section-header__title {
	display: block;
	margin-bottom: 0;
	background-color: #E0F1F1;
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	padding: 4.5em 0;
}
p.header__title_txt{
	width: 45%;
  margin: 1em auto 0;
	font-weight: bold;
	font-size: 1.35rem;
}
.page-wrap{
	margin: 8rem 0;
}
/* 背景色ある場合 */
.page-wrap-bg {
	width: 100%;
	background-color: #F1F9F9;
	padding: 8rem 0;
}
/* .page-section-wrap{
	margin-top: 3rem;
} */
h3.page-contents__title {
	font-size: 3rem;
	color: #009D95;
	font-weight: bold;
	margin-bottom: 1.8rem;
}
.wrap{
	max-width:900px;
	width:80%;
	margin:0 auto;
}
.wrap2{
	max-width:760px;
	width:80%;
	margin:0 auto;
}
.wrap3{
	max-width:560px;
	width:60%;
	margin:0 auto;
}
.main_img_wrap{
	width:100%;
	margin: 0 auto 2.5rem;
}
.main_img_wrap > img{
	width:100%;
}

/* TOPに戻るボタン */
html{
  scroll-behavior: smooth;
}
.page_top_btn {
  position: fixed;
  bottom: 5%;
  right: 1%;
	width:100px;
	transition: 0.3s;
	z-index: 999;
}
.page_top_btn > img{
  width: 100%;
	margin: 0 auto;
} 

.pc-none{
	display: none;
}

@media screen and (max-width: 1024px) {
	h2.section-header__title {
    font-size: 2.5rem;
    padding: 2.5em 0;
	}
	.pc-none{
		display: block;
	}
	.tab-none{
		display: none;
	}
}

@media screen and (max-width: 768px){
	.mobile-navigation,.pure-drawer{
		display:block;
	}
	.m_menu{
		margin:7rem 0 0 ;
		overflow-y: scroll;
		height: 100%;
	}
	.m_menu li{
		border-bottom:1px solid #ccc;
		list-style:none;
	}
	.m_menu li a{
		display:block;
		color:#009D95;
		padding:1em 1.5em;
		font-size:15px;
	}
	
	h3.page-contents__title {
    font-size: 2.5rem;
	}
	.wrap, .wrap2, .wrap3{
		width:90%;
	}

	.pc-none{
		display: block;
	}
	.sp-none{
		display: none;
	}
}

@media (max-width: 375px){
	html {
		font-size: 3.2666666667vw;
	}
	body {
		font-size:1rem;
	}
}
