@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Zen Maru Gothic', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #4D4D4D;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: #4D4D4D;
}
a:hover {
	color: #4D4D4D;
}
a:active {
	color: #4D4D4D;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #4D4D4D;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	position: relative;
	overflow: hidden;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
	body.fixed {
		overflow-y: scroll;
	}
}
@media all and (max-width: 1024px) {
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
@media all and (max-width: 767px) {
	body {
		font-size: 1.4rem;
	}
	.pc {
		display: none !important;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 15px 30px 0;
	box-sizing: border-box;
	z-index: 98;
}
#gHeader .logo {
	width: 360px;
}
#gHeader .logo span{
    font-size: 1.2rem;
    margin-bottom: 10px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0.5em;
}
#gHeader .hList {
	position: absolute;
	right: 81px;
	top: 19px;
	width: 410px;
	border-radius: 50px;
	overflow: hidden;
	will-change: transform;
}
#gHeader .hList li {
	width: 50%;
}
#gHeader .hList a,
#gHeader .hList span {
	height: 51px;
	padding: 5px 0 5px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	background: url("../../img/common/icon01.png") no-repeat center right 10px,url("../../img/common/icon03.png") no-repeat center left 14px #006FFF;
	background-size: 22px auto,22px auto;
	box-sizing: border-box;
}
#gHeader .hList span {
	padding-bottom: 9px;
	font-size: 1.7rem;
	background: url("../../img/common/icon01.png") no-repeat center right 10px,url("../../img/common/icon02.png") no-repeat center left 23px #00AAFF;
	background-size: 22px auto,15px auto;
}
#gHeader .hList a:hover {
	opacity: 0.5;
}
.menu {
	position: fixed;
	right: 16px;
	top: 27px;
	width: 45px;
	height: 45px;
	padding-top: 25px;
	color: #0063C3;
	text-align: center;
	font-size: 1.4rem;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 100;
}
.menu span {
	width: 40px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 2px;
	background: #0063C3;
	transition: all .35s ease;
}
.menu span:nth-of-type(2) {
	top: 10px;
}
.menu span:nth-of-type(3) {
	top: 20px;
}
.menu.on span:nth-of-type(1) {
	transform: translateY(10px) translateX(0) rotate(25deg);
}
.menu.on span:nth-of-type(2) {
	opacity: 0;
}
.menu.on span:nth-of-type(3) {
	transform: translateY(-10px) translateX(0) rotate(-25deg);
}
#gNavi {
	height: 100px;
	padding-top: 16px;
	box-sizing: border-box;
}
#gNavi li {
	width: 115px;
	position: relative;
	box-sizing: border-box;
}
#gNavi li:before {
	position: absolute;
	right: 0;
	bottom: 4px;
	height: 30px;
	width: 1px;
	background-color: #666;
	content: "";
}
#gNavi li:first-child:after {
	position: absolute;
	left: 0;
	bottom: 4px;
	height: 30px;
	width: 1px;
	background-color: #666;
	content: "";
}
#gNavi a {
	height: 100%;
	padding-top: 41px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
}
#gNavi a:hover {
	opacity: 0.5;
}
#gNavi .icon {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -18px;
	width: 37px;
	display: block;
}
#gNavi .jp {
	display: block;
	color: #4D4D4D;
	font-size: 1.3rem;
	line-height: 1.54;
	letter-spacing: 0.1em;
}
.menuBox {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
	background-color: #B8E0ED;
	z-index: 99;
}
.menuBox .menuInfo {
	height: 100%;
}
.menuBox .menuBg {
	width: calc(50% - 55px);
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../../img/common/menu_bg.jpg") no-repeat;
	background-size: cover;
}
.menuBox .menuBg .menuLogo {
	width: 295px;
}
.menuBox .menuInner {
	width: calc(50% + 55px);
	padding: 76px 10px 76px 23px;
	box-sizing: border-box;
}
.menuBox .menuSub {
	max-width: 500px;
	margin: 0 auto;
}
.menuBox .menuTtl {
	margin-bottom: 34px;
	color: #0063C3;
	font-size: 2.4rem;
}
.menuBox .menuTtl span{
	font-size: .6em;
	display: block;
}
.menuBox .menuList {
	margin-bottom: 53px;
	padding: 26px 22px 17px;
	background-color: #fff;
	border-radius: 30px;
}
.menuBox .menuList ul {
	margin-top: -25px;
}
.menuBox .menuList li {
	margin-top: 25px;
}
.menuBox .menuList a {
	width: 114px;
	height: 80px;
	padding-top: 41px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
}
.menuBox .menuList a:hover {
	opacity: 0.5;
}
.menuBox .menuList .icon {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -18px;
	width: 37px;
	display: block;
}
.menuBox .menuList .jp {
	display: block;
	color: #4D4D4D;
	font-size: 1.3rem;
	line-height: 1.54;
	letter-spacing: 0.1em;
}
.menuBox .comTab {
	margin-bottom: 10px;
}
.menuBox .comTab table tbody th, 
.menuBox .comTab table tbody td {
	padding-top: 7px;
}
.menuBox .comTab table tbody tr:last-child td, 
.menuBox .comTab table tbody tr:last-child th {
  padding: 8px 0;
}
.menuBox .comTab p {
	margin-top: 12px;
	text-align: left
}
.menuBox .comTab p span {
  padding: 0 22px;
  font-size: 1.6rem;
}
.menuBox .comTel {
	margin-bottom: 8px;
	text-align: left;
}
.menuBox .place,.menuBox .place a {
	color: #0063C3;
	font-size: 1.5rem;
}
.menuBox .place a{
    display: block;
    margin-top: 20px;
}
@media all and (max-width: 1000px) {
	.menuBox .menuList {
		padding: 26px 10px 17px;
	}
	.menuBox .menuList a {
		width: 96px;
	}
}
@media all and (max-width: 920px) {
	#gHeader {
		padding-left: 2px;
	}
	#gHeader .logo {
		width: 340px;
	}
    #gHeader .logo span{
        font-size: 1rem;
        margin-bottom: 1.2vw;
    }
	.menu {
		right: 5px;
	}
	#gHeader .hList {
	  right: 55px;
	  width: 345px;
	}
	#gHeader .hList a,
	#gHeader .hList span {
		letter-spacing: 0;
		background-position: center right 5px,center left 5px;
	}
	#gHeader .hList span {
		background-position: center right 5px, center left 10px;
	}
	#gNavi li {
	   width: 105px;
	}
	#gNavi .jp {
		letter-spacing: 0;
	}
}
@media all and (max-width: 767px) {
	#gHeader {
		position: absolute;
		padding: 8px 12px 0;
	}
	#gHeader .logo {
		width: 290px;
	}
	#gHeader .hList {
		display: none;
	}
	.menu {
		right: 10px;
		top: 14px;
		padding-top: 23px;
	}
	.menu span:nth-of-type(2) {
		top: 9px;
	}
	.menu span:nth-of-type(3) {
		top: 18px;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(10px) translateX(0) rotate(25deg);
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-8px) translateX(0) rotate(-25deg);
	}
	#gNavi {
		display: none;
	}
	.menuBox .menuInfo {
		display: block;
		height: auto;
	}
	.menuBox .menuBg {
		display: none;
	}
	.menuBox .menuInner {
		width: auto;
		padding: 48px 17px 76px;
	}
	.menuBox .menuSub {
		max-width: inherit;
	}
	.menuBox .menuTtl {
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.menuBox .menuList {
		margin-bottom: 22px;
		padding: 26px 22px 0;
		border-radius: 20px;
	}
	.menuBox .menuList ul {
		margin-top: -15px;
	}
	.menuBox .menuList li {
		margin-top: 15px;
		width: 33.33%;
	}
	.menuBox .menuList a {
		width: 100%;
		height: 95px;
		padding-top: 45px;
	}
	.menuBox .menuList .icon {
		margin-left: -23px;
		width: 45px;
	}
	.menuBox .menuList .jp {
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.menuBox .comTab {
		margin-bottom: 10px;
	}
	.menuBox .comTab p {
		margin-top: 17px;
	}
	.menuBox .comTab p span {
	  padding: 0 20px;
	  font-size: 1.35rem;
	}
	.menuBox .comTel {
		margin-bottom: 2px;
	}
	.menuBox .place {
		font-size: 1.2rem;
		line-height: 1.875;
	}
}
@media all and (max-width: 355px) {
	#gHeader {
	  padding: 11px 5px 0;
	}
	#gHeader .logo {
	  width: 250px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 57px 0 13px;
	background: linear-gradient(90deg, rgba(131, 202, 196, 0.5) 0%, rgba(127, 201, 198, 0.5) 18.02%, rgba(115, 198, 203, 0.5) 35.45%, rgba(96, 193, 212, 0.5) 52.65%, rgba(69, 187, 224, 0.5) 69.7%, rgba(34, 178, 240, 0.5) 86.48%, rgba(0, 170, 255, 0.5) 100%);
}
#gFooter > .flex{
    margin: 0 auto 85px;
    max-width: 800px;
    justify-content: space-between;
}
#gFooter .icon-list{
    max-width: 150px;
    margin-left: 70px;
}
#gFooter .fNavi {
	max-width: 600px;
}
#gFooter .fNavi > li {
	width: 200px;
}
#gFooter .fNavi > li > ul > li:not(:last-child) {
	margin-bottom: 6px;
}
#gFooter .fNavi > li:nth-child(2) {
	width: 286px;
}
#gFooter .fNavi > li:nth-child(3) {
	margin-right: -50px;
	width: 126px;
}
#gFooter .fNavi a {
	display: inline-block;
	font-size: 1.4rem;
}
#gFooter .fNavi a:hover {
	text-decoration: underline;
}
#gFooter .fNavi .fList a {
	font-size: 1.3rem;
}
#gFooter .fNavi .fList li {
	margin-top: 6px;
	width: 106px;
}
#gFooter address {
	text-align: center;
	font-size: 1rem;
	font-style: normal;
}
@media all and (max-width: 767px) {
	#gFooter {
		padding: 48px 15px 125px;
	}
    #gFooter > .flex{
        display: block;
        margin: 0 auto 44px;
    }
    #gFooter .icon-list{
        max-width: 282px;
        margin-top: 30px;
    }
	#gFooter .fNavi {
		max-width: 282px;
		display: block;
        margin: 0 auto;
	}
	#gFooter .fNavi > li {
		width: auto !important;
	}
	#gFooter .fNavi > li > ul > li:not(:last-child) {
		margin-bottom: 0;
	}
	#gFooter .fNavi > li:nth-child(3) {
		margin-right: 0;
	}
	#gFooter .fNavi li {
		position: relative;
	}
	#gFooter .fNavi .arrow {
		position: absolute;
		right: 10px;
		top: 0;
		width: 50px;
		height: 50px;
		background: url("../../img/common/sp_icon01.png") no-repeat center center;
		background-size: 10px auto;
	}
	#gFooter .fNavi .arrow.on {
		background-image: url("../../img/common/sp_icon02.png");
	}
	#gFooter .fNavi a {
		padding: 13px 28px 12px;
		display: block;
		font-size: 1.6rem;
		border-bottom: 1px solid #4D4D4D;
	}
	#gFooter .fNavi .noBorder a {
		border-bottom: none;
	}
	#gFooter .fNavi a:hover {
		text-decoration: none;
	}
	#gFooter .fNavi .fList {
		display: none;
	}
	#gFooter .fNavi .fList li {
		margin-top: 0;
		width: auto;
	}
	#gFooter address {
	}
}
/*------------------------------------------------------------
	sec09
------------------------------------------------------------*/
.sec09 {
	padding: 3px 0 94px;
	position: relative;
}
.sec09:before {
	position: absolute;
	left: 0;
	top: -69px;
	width: 100%;
	background: url("../img/index/bg07.png") no-repeat;
	background-size: 100% 69px;
	height: 69px;
	content: "";
}
.sec09 .headLine01 {
	margin-bottom: 97px;
}
.sec09 .comContact .rBox {
	margin: -27px -6.4% 0 0;
}
.sec09 .comContact .iconImg01 {
	top: 17px;
}
.sec09 .comContact .iconImg02 {
	left: -95px;
	top: 27px;
	width: 287px;
}
@media all and (max-width: 767px){
	.sec09 {
		padding: 32px 15px 73px;
	}
	.sec09:before {
		top: -22px;
		background: url("../img/index/sp_bg08.png") no-repeat;
		background-size: 100% 22px;
		height: 22px;
	}
	.sec09 .headLine01 {
		margin-bottom: 24px;
	}
	.sec09 .headLine01 .en {
		width: 190px;
		margin-bottom: 10px;
	}
	.sec09 .comContact .rBox {
		margin: 48px -20px 0;
	}
	.sec09 .comContact .iconImg01 {
		top: -30px;
	}
	.sec09 .comContact .iconImg02 {
		left: -41px;
		top: -35px;
		width: 143px;
	}
}