@charset "utf-8";

/* common.css
----------------------------------------- */
html {
	font-size: 62.5%;
}
html,body {
	width: 100%;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	color: #2a2a2a;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: left;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color: #2a2a2a;
	text-decoration: none;
	word-break: break-all;
}
a:hover {
	color: #2a2a2a;
	text-decoration: none;
}
a:focus {
	outline: none;
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
input:focus,
select:focus,
textarea:focus {
	outline: none;
}
img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

/* common
----------------------------------------- */
/* loading */
#contents-wrap {
	opacity: 0;
	transition: all 1.4s;
}
#contents-wrap.fade-in {
	opacity: 1;
}
.loading-img {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	margin-left: -35px;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-align: center;
}
.loading-img img {
	width: 100%;
	height: auto;
}

/* breadcrumbs-area */
.breadcrumbs-area {
	box-sizing: border-box;
	padding: 5px 30px 0;
}
.breadcrumbs-list {
	text-align: right;
}
.breadcrumbs-list li {
	display: inline-block;
	font-size: 1.0rem;
	line-height: 1.4;
}
.breadcrumbs-list a {
	display: inline-block;
	position: relative;
	margin-right: 14px;
	padding-right: 25px;
}
.breadcrumbs-list a::after{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -3px;
	width: 13px;
	height: 5px;
	background: url(/images/arrow.png) 0 0 no-repeat;
	background-size: 13px 5px;
}

/* page-nation */
.page-nation {
	text-align: center;
}
.page-nation a,
.page-nation .current {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	display: inline-block;
	padding: 5px 13px;

	background-color: #103675;
	border: 2px solid #103675;
	border-radius: 5px;
	text-align: center;

	font-size: 1.6rem;
	margin: 0 2px 8px;
	color: #fff;
}
.page-nation .current {
	background-color: #fff;
	border: 2px solid #3eb2d3;
	color: #2a2a2a;
}

/* under-page-link */
.under-page-link {
	display: flex;
	margin-bottom: 45px;
	padding: 0 15px;
}
.under-page-link a {
	display: block;
	width: 33%;
	margin-right: 0.5%;
	padding: 10px 0;
	background-color: #103675;
	border: 2px solid #103675;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
}
.under-page-link a:last-child {
	margin-right: 0;
}
.under-page-link a:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.under-page-link a:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* btn */
.arrow-link-text {
	display: inline-block;
	position: relative;
	padding-left: 57px;
	font-size: 1.4rem;
}
.arrow-link-text::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 35px;
	height: 7px;
	margin-top: -4px;
	background: url(../../../../../../images/arrow.png) 0 0 no-repeat;
	background-size: 35px 7px;
	transition: all .3s;
}
.link-btn-std {
	display: block;
	width: 60%;
	margin: 0 auto;
	padding: 15px 10px;
	background-color: #103675;
	border-radius: 5px;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	transition: all .2s;
}
.link-btn-std:hover {
	color: #fff;
}
.archives-back-btn {
	display: inline-block;
	padding: 15px 50px;
	background-color: #103675;
	border-radius: 5px;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	transition: all .2s;
}
.archives-back-btn:hover {
	color: #fff;
}

/* header
----------------------------------------- */
#header {
	min-height: 77px;
}
.header-logo {
	width: 65%;
	max-width: 240px;
	margin: 20px 0 0 22px;
}
.header-contact-btn {
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 100px;
	right: 0;
	width: 39px;
	padding: 18px 0 16px 11px;
	background-color: #103675;
	color: #fff;
	font-size: 1.2rem;
	z-index: 1000;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: all .3s;
	cursor: pointer;
}
#top .header-contact-btn {
	position: absolute;
	top: 130px;
	right: 0;
}
.header-contact-btn:hover {
	color: #fff;
}
.header-contact-btn span {
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-lr;
	vertical-align: top;
}
#top #header {
    min-height: 77px;
}
/* slide-menu-btn */
.slide-menu-btn {
	position: absolute;
	top: 17px;
	right: 20px;
	z-index: 10000;
	position: fixed;
	background-color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 5px;
}
.slide-menu-nav {
	box-sizing: border-box;
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	padding: 78px 40px 70px;
	background-color: rgba(255,255,255,0.9);
	z-index: 9000;
	position: fixed;
}
.slide-menu-nav .gnav {
	margin-bottom: 30px;
}
.slide-menu-nav .gnav li {
	position: relative;
    border-top: 1px solid #3eb2d3;
}
}
.slide-menu-nav li:last-child {
	margin-bottom: 0;
}
.slide-menu-nav .gnav a {
	display: inline-block;
	font-size: 1.4rem;
	color: #2a2a2a;
	line-height: 1.0;
	letter-spacing: 0.06em;
	padding: 20px;
}
.slide-tel-area {
}
.slide-tel-area-num {
	position: relative;
	display: inline-block;
	font-family: 'Oswald';
	font-weight: 400;
	margin-bottom: 5px;
	font-size: 3.2rem;
	line-height: 1.0;
	letter-spacing: 0.02em;
}
.slide-tel-area-num::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 28px;
	margin-top: -12px;
	background: url(../images/icon-tel.svg) 0 0 no-repeat;
	background-size: 20px 28px;
}
.slide-tel-area-text {
	font-size: 1.1rem;
}


.arrow{
	float:right;
	width:8%;
	margin-right:1em;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	padding: 15px 15px 0 0;
}

.box_sub {
	display: none;
}
.box_sub ul{
	margin-bottom:0.5em;
	padding: 23px;
}

.box_sub ul li{
	background:url(/images/sp/home/icon_sub_arrow.png) no-repeat 5em center;
	-webkit-background-size:1% auto;
	-moz-background-size:1% auto;
	-ms-background-size:1% auto;
	-o-background-size:1% auto;
	background-size:1% auto;
}

.box_sub ul li a{
	color:#000;
	text-decoration:none;
	display:block;
	padding:4em 0 4em 5em;
	font-size:1.2em;
}

.box_sub ul li a{
		color:#000;
		text-decoration:none;
		display:block;
		padding:0.6em 0 0.6em 5em;
}

.box_sub ul li a{
	padding:0.4em 0 0.4em 5em;
}


.box_gnav{
	color:#fff;
	text-decoration:none;
	display:block;
	clear:both;
	overflow:hidden;
	cursor:pointer;
	padding:0.6em 0 0.6em 3em;
	background-color:#153969;
	}


/* menu-trigger */
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 29px;
	height: 14px;
}
.menu-trigger span {
	position: absolute;
	left: 10px;
	width: 100%;
	height: 2px;
	background-color: #2a2a2a;
}
.menu-trigger span:nth-of-type(1) {
	top: 12px;
}
.menu-trigger span:nth-of-type(2) {
	top: 19px;
}

.menu-trigger span:nth-of-type(2)::after{
 	content: "Menu";
	position: absolute;
	top: 4px;
	color: #2a2a2a;
	font-size: 0.8rem;
	text-transform: uppercase;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(3px) rotate(-45deg);
	transform: translateY(3px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(-4px) rotate(45deg);
	transform: translateY(-4px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(2)::after {
	display: none;
}


.caption {
  background: #666666;
  color: #fff;
  font-weight: bold;
  padding: 10px;
}






/* contents
----------------------------------------- */
/* page-ttl-area */
.page-ttl-area {
}
.page-visual {
}
.page-ttl-set {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	margin-top: -40px;
	padding: 27px 60px 0 40px;
	border-top: 2px solid #3eb2d3;
	background-color: #fff;
	z-index: 100;
}
.page-ttl-set .jpn {
	display: block;
	margin-bottom: 4px;
	font-size: 2.2rem;
	line-height: 1.2;
	opacity: 0;
	transition: all 1.0s;
}
.page-ttl-set .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	display: inline-block;
	padding-left: 2px;
	font-size: 1.4rem;
	color: #3eb2d3;
	letter-spacing: 0.02em;
	line-height: 1.2;
	opacity: 0;
	transition: all 1.0s 0.1s;
}
.page-ttl-set.fade-in .jpn,
.page-ttl-set.fade-in .eng {
	opacity: 1;
}

/* page2-ttl-area */
.page2-ttl-area {
}
.page2-visual {
}
.page2-ttl-set {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	margin-top: -40px;
	padding: 27px 60px 0 40px;
	background-color: #fff;
	z-index: 100;
}
.page2-ttl-set .jpn {
	display: block;
	margin-bottom: 4px;
	font-size: 2.2rem;
	line-height: 1.2;
	opacity: 0;
	transition: all 1.0s;
}
.page2-ttl-set .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	display: inline-block;
	padding-left: 2px;
	font-size: 1.4rem;
	color: #3eb2d3;
	letter-spacing: 0.02em;
	line-height: 1.2;
	opacity: 0;
	transition: all 1.0s 0.1s;
}
.page2-ttl-set.fade-in .jpn,
.page2-ttl-set.fade-in .eng {
	opacity: 1;
}




/* contact-sec */
.contact-sec {
	padding: 40px 30px;
	background-color: #f7f7f7;
}
.contact-sec-inner {
}
.contact-ttl-side {
	margin-bottom: 2px;
	padding: 40px 15px 35px;
	background-color: #fff;
}
.contact-sec-ttl {
	position: relative;
	margin-bottom: 32px;
	padding-bottom: 18px;
	text-align: center;
}
.contact-sec-ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 2px;
	margin-left: -20px;
	background-color: #3eb2d3;
}
.contact-sec-ttl .jpn {
	display: block;
	margin-bottom: 3px;
	font-size: 2.3rem;
}
.contact-sec-ttl .eng {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.contact-sec-ttl-lead {
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.6;
}

.contact-address-side {
	padding: 35px 35px 35px;
	background-color: #fff;
}
.contact-sec-tel {
	margin-bottom: 25px;
	text-align: center;
}
.contact-sec-tel-area-num {
	position: relative;
	display: inline-block;
	font-family: 'Oswald';
	font-weight: 400;
	margin-bottom: 5px;
	padding-left: 26px;
	font-size: 8.5vmin;
	line-height: 1.0;
	letter-spacing: 0.02em;
}
.contact-sec-tel-area-num::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 28px;
	margin-top: -12px;
	background: url(/images/tell.png) 0 0 no-repeat;
	background-size: 20px 28px;
}
.contact-sec-tel-area-text {
	margin-left: 20px;
	font-size: 1.1rem;
}
.contact-sec-form {

}
.contact-sec-form-btn {
	display: block;
	padding: 20px 10px;
	border-radius: 5px;
	background-color: #103675;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	transition: all .2s;
}
.contact-sec-form-btn:hover {
	color: #fff;
}


/* footer
----------------------------------------- */
#footer {
	position: relative;
	margin-top: 80px;
}
.page-top {
	display: block;
	position: absolute;
	top: -28px;
	right: 30px;
	width: 56px;
	height: 56px;
}
.page-top::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 56px;
	background: url(../images/page-top-frame.png) 0 0 no-repeat;
	background-size: 56px 56px;
}
.page-top::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin: -7px 0 0 -8px;
	background: url(../images/page-top-arrow.png) 0 0 no-repeat;
	background-size: 17px 13px;
}

.footer-inner {
}
.footer-nav-area {

}
.footer-nav-list {
	margin-bottom: 40px;
}
.footer-nav-list:last-child {
	margin-bottom: 50px;
}
.footer-nav-list li {
	margin-bottom: 13px;
}
.footer-nav-list li:last-child {
	margin-bottom: 0;
}
.footer-nav-list a {
	position: relative;
	display: inline-block;
	padding-left: 40px;
	font-size: 1.4rem;
}

.footer-logo-area {
	padding: 0 40px;
}
.footer-logo {
	width: 25%;
	margin-bottom: 10px;
}
.footer-address {
	margin-bottom: 40px;
	font-size: 1.2rem;
}

.copyright {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	padding: 0 40px 18px;
	letter-spacing: 0.01em;
	font-size: 1.0rem;
}


.caption {
  background: #666666;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}


/* tablet:760px - 1000px */
@media only screen and (min-width: 760px) {

.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
img {
	width: 100%;
	height: auto;
}


/* common
----------------------------------------- */
/* loading */
#contents-wrap {
	position: relative;
	opacity: 0;
	transition: all 1.4s;
}
#contents-wrap.fade-in {
	opacity: 1;
}
.loading-img {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-top: -70px;
	margin-left: -35px;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-align: center;
}
.loading-img img {
	width: 100%;
	height: auto;
}

/* breadcrumbs-area */
.breadcrumbs-area {
	box-sizing: border-box;
	padding: 5px 80px 0;
}
.breadcrumbs-list {
	text-align: right;
}
.breadcrumbs-list li {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.4;
}
.breadcrumbs-list a {
	display: inline-block;
	position: relative;
	margin-right: 18px;
	padding-right: 30px;
	transition: all .2s;
}
.breadcrumbs-list a:hover {
	color: #3eb2d3;
}
.breadcrumbs-list a::after{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -3px;
	width: 13px;
	height: 5px;
	background: url(/images/arrow.png) 0 0 no-repeat;
	background-size: 13px 5px;
}

/* page-nation */
.page-nation {
	text-align: center;
}
.page-nation a,
.page-nation .current {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	display: inline-block;
	padding: 5px 15px;
	background-color: #103675;
	border: 2px solid #103675;
	border-radius: 5px;
	text-align: center;
	font-size: 1.8rem;
	margin: 0 2px 8px;
	color: #fff;
}
.page-nation .current {
	background-color: #fff;
	border: 2px solid #3eb2d3;
	color: #2a2a2a;
}
.page-nation a {
	transition: all .2s;
}

.page-nation a:hover {
	background-color: #fff;
	border: 2px solid #3eb2d3;
	color: #2a2a2a;
}

/* under-page-link */
.under-page-link {
	display: flex;
	max-width: 694px;
	margin: 0 auto 120px;
}
.under-page-link a {
	display: block;
	max-width: 230px;
	margin-right: 2px;
	padding: 10px 0;
	background-color: #103675;
	border: 2px solid #103675;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	transition: all .3s;
}
.under-page-link a:hover {
	background-color: #fff;
	border: 2px solid #103675;
	color: #2a2a2a;
}
.under-page-link a:last-child {
	margin-right: 0;
}
.under-page-link a:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.under-page-link a:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* btn */
.arrow-link-text {
	display: inline-block;
	position: relative;
	padding-left: 57px;
	font-size: 1.6vmin;
	transition: all .2s;
}
.arrow-link-text:hover {
	color: #2a2a2a;
}
.arrow-link-text::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 50x;
	height: 50px;
	margin-top: -4px;
	background: url(../../../../../../images/arrow.png) 0 0 no-repeat;
	background-size: 35px 7px;
	transition: all .4s;
}
.arrow-link-text:hover::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
}

.link-btn-std {
	box-sizing: border-box;
	display: block;
	width: 260px;
	padding: 18px 10px;
	background-color: #103675;
	border-radius: 5px;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	transition: all .2s;
}
.link-btn-std:hover {
	color: #fff;
	background-color:#1092b7;
}
.archives-back-btn {
	display: inline-block;
	padding: 18px 40px;
	background-color: #3eb2d3;
	border-radius: 5px;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	transition: all .2s;
}
.archives-back-btn:hover {
	color: #fff;
	background-color: #14d0b3;
}




/* header
----------------------------------------- */
#header {
	min-height: 325px;
}
#top #header {
	min-height: 345px;
}
.header-logo {
	width: 344px;
	max-width: 344px;
	margin: 77px 0 0 8.5%;
}
.header-logo a {
	transition: all .2s;
}
.header-logo a:hover {
	opacity: 0.6;
}
.header-contact-btn {
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 290px;
	right: 0;
	width: 57px;
	padding: 32px 0 28px 16px;
	background-color: #103675;
	color: #fff;
	font-size: 1.5rem;
	z-index: 1000;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: all .2s;
	cursor: pointer;
}
#top .header-contact-btn {
	position: absolute;
	top: 290px;
	right: 0;
}

.header-contact-btn:hover {
	color: #fff;
	background-color: #1092b7;
}
.header-contact-btn span {
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-lr;
	vertical-align: top;
}
.header-nav-pc {
	width: 30%;
	position: absolute;
	top: 0;
	right: 10%;
	text-align: right;
	display: flex;
  justify-content: flex-end;
}
.header-nav-pc li {
	position: relative;
	display: inline-block;
	margin-right: 17%;
	padding-top: 130px;
	vertical-align: top;
}
.header-nav-pc li:last-child {
	margin-right: 0;
}
.header-nav-pc li a {
	display: inline-block;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-lr;
	line-height: 0;
	color: #2a2a2a;
	transition: all .2s;
	font-size: 1.6rem;
}
.header-nav-pc li a:hover {
	color: #3eb2d3;
}


/* animation */
.header-nav-pc li.gnav01,
.header-nav-pc li.gnav02,
.header-nav-pc li.gnav03,
.header-nav-pc li.gnav04,
.header-nav-pc li.gnav05,
.header-nav-pc li.gnav06,
.header-nav-pc li.gnav07 {
	padding-top: 160px;
	opacity: 0;
	transition: all 0.8s;
}
.header-nav-pc li.gnav01.fade-in,
.header-nav-pc li.gnav02.fade-in,
.header-nav-pc li.gnav03.fade-in,
.header-nav-pc li.gnav04.fade-in,
.header-nav-pc li.gnav05.fade-in,
.header-nav-pc li.gnav06.fade-in,
.header-nav-pc li.gnav07.fade-in {
	padding-top: 130px;
	opacity: 1;
}

/* position-active */
#top .gnav01 a,
#about .gnav02 a,
#course .gnav03 a,
#club .gnav04 a,
#sports .gnav05 a,
#member .gnav06 a,
#media .gnav07 a {
	color: #3eb2d3;
}
#top .gnav01 a::before,
#about .gnav02 a::before,
#course .gnav03 a::before,
#club .gnav04 a::before,
#sports .gnav05 a::before,
#member .gnav06 a::before,
#media .gnav07 a::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 0;
	margin-top: 0;
	background-color: #3eb2d3;
	transition: all 0.7s;
}
#top .gnav01.fade-in a::before,
#about .gnav02.fade-in a::before,
#course .gnav03.fade-in a::before,
#club .gnav04.fade-in a::before,
#sports .gnav05.fade-in a::before,
#member .gnav06.fade-in a::before,
#media .gnav07.fade-in a::before {
	display: block;
	content: '';
	height: 90px;
}




/* contents
----------------------------------------- */
/* page-ttl-area */
.page-ttl-area {
	position: relative;
	margin-bottom: 20px;
}
.page-visual {
	padding-left: 28.6%;
}
.page-ttl-set {
	position: absolute;
	top: -45px;
	box-sizing: border-box;
	display: inline-block;
	width: 42%;
	margin-top: 0;
	padding: 5px 0 120px 12%;
	border-top: none;
	border-left: 5px solid #3eb2d3;
	background-color: #fff;
	z-index: 100;
}
.page-ttl-set .jpn {
	display: block;
	margin-bottom: 15px;
	padding-left: 15px;
	font-size: 3.6rem;
	line-height: 1.2;
	opacity: 0;
	transition: all 1.0s;
}
.page-ttl-set .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	padding-left: 17px;
	font-size: 1.7rem;
	color: #3eb2d3;
	letter-spacing: 0.02em;
	line-height: 1.2;
	opacity: 0;
	transition: all 1.0s 0.1s;
}
.page-ttl-set.fade-in .jpn,
.page-ttl-set.fade-in .eng {
	padding-left: 0;
	opacity: 1;
}



/* contact-sec */
.contact-sec {
	padding: 100px 0;
	background-color: #f7f7f7;
}
.contact-sec-inner {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
}
.contact-ttl-side {
	box-sizing: border-box;
	width: 418px;
	max-width: 418px;
	margin: 0 2px 0 0;
	padding: 70px 15px 70px;
	background-color: #fff;
}
.contact-sec-ttl {
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 34px;
	text-align: center;
}
.contact-sec-ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 2px;
	margin-left: -20px;
	background-color:  #3eb2d3;
}
.contact-sec-ttl .jpn {
	display: block;
	margin-bottom: 0;
	font-size: 3.0rem;
}
.contact-sec-ttl .eng {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.01em;
}
.contact-sec-ttl-lead {
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.8;
}

.contact-address-side {
	box-sizing: border-box;
	width: 580px;
	max-width: 580px;
	padding: 80px 35px 75px;
	background-color: #fff;
}
.contact-sec-tel {
	margin-bottom: 38px;
	text-align: center;
}
.contact-sec-tel-area-num {
	position: relative;
	display: inline-block;
	font-family: 'Oswald';
	font-weight: 400;
	margin-bottom: 8px;
	padding-left: 38px;
	font-size: 4.5rem;
	line-height: 1.0;
	letter-spacing: 0.02em;
}
.contact-sec-tel-area-num::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 26px;
	height: 37px;
	margin-top: -16px;
	background: url(/images/tell.png) 0 0 no-repeat;
	background-size: 26px 37px;
}
.contact-sec-tel-area-text {
	margin-left: 20px;
	font-size: 1.5rem;
}
.contact-sec-form {

}
.contact-sec-form-btn {
	display: block;
	width: 70%;
	margin: 0 auto;
	padding: 25px 10px;
	border-radius: 5px;
	background-color: #103675;
	text-align: center;
	color: #fff;
	font-size: 1.7rem;
	transition: all .2s;
}
.contact-sec-form-btn:hover {
	color: #fff;
	background-color: #1092b7;
}



/* footer
----------------------------------------- */
#footer {
	position: relative;
	margin-top: 90px;
}
.page-top {
	display: block;
	position: absolute;
	top: -118px;
	right: 60px;
	width: 56px;
	height: 56px;
	z-index: 8999;
}
.page-top::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 56px;
	background: url(../images/page-top-frame.png 0 0 no-repeat;
	background-size: 56px 56px;
	transition: all .4s;
}
.page-top:hover::before {
	transform: rotate(180deg);
}
.page-top::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin: -7px 0 0 -8px;
	background: url(../images/page-top-arrow.png) 0 0 no-repeat;
	background-size: 17px 13px;
	transition: all .2s;
}
.page-top:hover::after {
	margin: -10px 0 0 -8px;
}


.footer-inner {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 80px;
}
.footer-nav-area {
	box-sizing: border-box;
	width: 50%;
	padding: 0 8% 0 0;
}
.footer-nav-area-inner {
	display: flex;
	justify-content: flex-end;
	text-align: right;
}
.footer-nav-list {
	display: flex;
	justify-content: flex-end;
	margin: 0 18% 0 0;
	text-align: right;
}
.footer-nav-list:last-child {
	margin: 0;
}
.footer-nav-list li {
	margin: 0 55px 0 0;
	vertical-align: top;
}
.footer-nav-list li:last-child {
	margin: 0;
}
.footer-nav-list a {
	position: relative;
	display: inline-block;
	padding: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;

	font-size: 1.5rem;
	transition: all .2s;
	line-height: 0;
}
.footer-nav-list a:hover {
	color:  #3eb2d3;
}

.footer-logo-area {
	box-sizing: border-box;
	width: 50%;
	padding: 0 0 0 7%;
}
.footer-logo {
	width: 70px;
	height: auto;
	margin-bottom: 25px;
}
.footer-address {
	margin-bottom: 0;
	font-size: 1.4rem;
}

.copyright {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	padding: 0 40px 30px;
	letter-spacing: 0.01em;
	font-size: 1.4rem;
	text-align: center;
}






.caption {
  background: #666666;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}





.openbtn{
	display: none;
	position:fixed;
	top:10px;
	right: 10px;
	z-index: 2999;
	background:#103675;
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
}

.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    display: block;
}
@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


} /* tablet */






































/* PC:1201px - */
@media only screen and (min-width: 1201px) {




} /* PC */
