@charset "UTF-8";
/* CSS Document */

/* アソートカラー#080059 */

ul,ol {
	margin-left: 0;
	 padding: 0;
}
ul li{
	list-style:none;
}
img {
    outline: none;
    border: none;
    max-width: 100%;
    height: auto;
}
figure img {
	width: auto;
    max-width: 100%;
    height: auto;
}
/* =Typography
-----------------------------------------------------------------------------*/
html {
  	width: 100%;
    height: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
}
body {
	position: relative;
	color: #212121;
	font-size: 1.5rem;
    font-weight: 500;
    font-style: normal;
    font-family: YakuHanJP,"Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, dnp-shuei-gothic-kin-std, "メイリオ", "Meiryo", "sans-serif";
    line-height: 2;
}
.en {
	font-family: "Inter", sans-serif;
}
h2 {
	line-height: 1.5;
	margin-bottom: 1em;
}
h2.mega {
	font-size: 4.8rem;
	font-weight: 600;
}
h2.center {
	color: #080059;
	font-size: 4.2rem;
	font-weight: 600;
	text-align: center;
}
h2.title {
	color: #080059;
	font-size: 4.6rem;
	margin-bottom: .75em;
}
h2.title small {
	display: inline-block;
	color: #838587;
	font-size: 1.8rem;
	font-weight: bold;
	padding-left: 2em;
}
h2.title small.d-block {
	display: block;
	padding-left: 0;
}
h2.title-center {
	text-align: center;
	margin-bottom: 4.2rem;
	font-size: 1.6rem;
}
h2.title-center span.en {
	font-size: 4.2rem;
	display: block;
	position: relative;
	padding-bottom: 1rem;
}
h2.title-center span.en:before {
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	background: #222;
	position: absolute;
	bottom: 0;
	left: calc(50% - 40px);
}
h2.title-center span.jp {
	display: inline-block;
	padding-top: 2rem;
}
h3 {
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 1.25em;
}
h3.icon {
	padding: 10px 0 10px 40px;
	position: relative;
	margin-bottom: 1em;
}
h3.icon ion-icon {
	position: absolute;
	font-size: 3.2rem;
	left: 0;
	top: calc(50% - .55em);
}
.mincho {
	font-family: "リュウミン M-KL", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* =Links
-----------------------------------------------------------------------------*/
@keyframes link {
   0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}
a {
	color: #222;
	text-decoration:none;
	outline: none;
	-webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}
a:visited {
	color: #222;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #222;
}
a.text-link-border {
	display: inline-block;
	padding: .25em 0 .25em 2.4rem;
	position: relative;
}
a.text-link-border .bar {
	display: block;
	width: 1.8rem;
	height: 1px;
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0;
	overflow: hidden;
}
a.text-link-border .bar:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0%;
    bottom: 0;
    z-index: 0;
    content: '';
    background: #222;
    width: 100%;
    height: 2px;
}
a.text-link-border:hover {
	color: #ef3c3c;
}
a.text-link-border:hover .bar:before {
	-webkit-animation: link 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    animation: link 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}
a.text-link {
	display: inline-block;
	position: relative;
	color: #080059;
}
a.text-link::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 2px;
    z-index: 0;
    background: #080059;
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .25s ease-out;
}
a.text-link:hover::before {
    transform: scale(1, 1);
}

/* ボタン */
a.btn {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	width: 250px;
	max-width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: linear-gradient(135deg, #080059 0%, #009fa8 100%);
	position: relative;
	z-index: 1;
	box-shadow: 20px 19px 40px 0px rgba(0, 0, 0, 0.15);
}
a.btn.btn-w100 {
	width: 100%;
}
a.btn.btn-small {
	width: 200px;
	max-width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 1em;
}
a.btn:before {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, #009fa8 0%, #080059 100%);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
a.btn:hover:before {
	-webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
a.btn .bar {
	display: block;
	width: 2.4rem;
	height: 1px;
	background-color: transparent;
	position: absolute;
	top: 50%;
	right: -12px;
	overflow: hidden;
	z-index: 2
}
a.btn .bar:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0%;
    bottom: 0;
    z-index: 0;
    content: '';
    background: #fff;
    width: 100%;
    height: 2px;
}
a.btn:hover .bar:before {
	-webkit-animation: link 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    animation: link 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}


/* =Layout
-----------------------------------------------------------------------------*/
.container {
	max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container.container-l {
	max-width: 1360px;
}
.container.container-s {
	max-width: 960px;
}
/* =Visual-scrol
-----------------------------------------------------------------------------*/
.visual-scroll {
	position: relative;
}
.visual-scroll a {
	color: #fff;
	font-size: 1.4rem;
	position: absolute;
	top: -57px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	text-decoration: none;
	font-weight: bold;
}
.visual-scroll a span {
    position: relative;
    display: block;
    height: 50px;
}
.visual-scroll a span:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #808080;
    display: block;
    position: absolute;
    left: 27px;
    bottom: 0;
}
.visual-scroll a span:after {
    content: '';
    width: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 27px;
    bottom: 0;
    -webkit-animation: scroll 1.25s ease-in-out 0s infinite;
    animation: scroll 1.25s ease-in-out 0s infinite;
}
@keyframes scroll {
  0% {
    height: 0%;
    top: 0;
    bottom: auto;
  }
  46% {
    height: 100%;
    top: 0;
    bottom: auto;
  }
  50%,
  54% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  100% {
    height: 0%;
    bottom: 0;
    top: auto;
  }
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #080059;
	color: #fff;
}
#footer .footer-logo {
	padding-top: 50px;
	padding-bottom: 50px;
}
#footer .copyright {
	padding-top: 2rem;
	padding-bottom: 2rem;
	font-size: 1.2rem;
	background: rgba(255,255,255,.2);
}
/* =トップへ戻るボタン
-----------------------------------------------------------------------------*/
a.topBtn {
	position:fixed; /*固定*/
	bottom:20px; /*場所を右下に移動*/
	right:20px; /*場所を右下に移動*/
	display:block; /*aタグをblock要素に変更*/
	background: #080059 url(images/arrow_white_v.png) center center/15px no-repeat;; /*以下、デザインはご自由に！！*/
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	width:60px;
	height:60px;
	text-align:center;
	line-height:22px;
	border-radius:30px;
	padding-top:30px;
	box-sizing:border-box;
	transition: step-start;
	z-index: 999;
}

/* =Misc
-----------------------------------------------------------------------------*/
.w-100 {
	width: 100%;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40,.mb20-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60,.mb30-60 {
	margin-bottom: 60px;
}
.mb30-80 {
	margin-bottom: 80px;
}
.ptb40,.ptb20-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.ptb50,.ptb30-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ptb30-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt40 {
	padding-top: 40px;
}
.ptb30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.ptb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ptb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pt30 {
	padding-top: 30px;
}
.f-left{
	float:left;
}
.f-right{
	float:right;
}
.box-link:hover {
	cursor: pointer;
}
.gray {
	background: #f5f3ef;
}
.color-red {
	color: #fb5357;
}
.color-white {
	color: #fff;
}
.text-right {
	text-align: right;
}
.text-center,.text-left-center {
	text-align: center;
}
.marker {
	display: inline-block;
    position: relative;
}
.marker:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 30%;
    bottom: 4px;
    background: #f3ef7f;
    z-index: -1;
}
.nowrap {
	white-space: nowrap !important;
}
/* =Lists
-----------------------------------------------------------------------------*/
ul.sq li {
	position: relative;
	padding-left: 2rem;
}
ul.sq li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #009fa8;
    position: absolute;
    left: 5px;
    top: calc(50% - 4px);
}
/* =Tables
-----------------------------------------------------------------------------*/
table.table {
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
}
table.table th {
    white-space: nowrap;
    padding: 1.5em;
    border-top: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    width: 25%;
}
table.table td {
    vertical-align: top;
    padding: 1.5em;
    border-top: 1px solid #e7e7e7;
}
table.table-dot {
	width: 100%;
	border-bottom: 1px dotted #999;
}
table.table-dot td {
    padding: .75em;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px dotted #999;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#loading-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(135deg, #080059 0%, #009fa8 100%);
	z-index: 1000000000;
}

#loading-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  width: 100px;
  height: 30px;
  margin: -12px 0 0 -50px;
  text-align: center;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 16px;
}

#loading-content {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  border: 2px solid #fff;
  opacity: .4;
}

#loading-content:after {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  opacity: .4;
}

#loading-content:before {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  opacity: .6;
}

#loading-content {
  border: 2px solid transparent;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  -webkit-animation: loader 2s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
}

#loading-content:before {
  border: 2px solid transparent;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  -webkit-animation: loader 3s linear infinite;
    -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 3s linear infinite;
}

#loading-content:after {
  border: 2px solid transparent;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  -webkit-animation: loader 1.5s linear infinite;
  animation: loader 1.5s linear infinite;
    -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
}

@-webkit-keyframes loaders {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# iframe
--------------------------------------------------------------*/
.gmap {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.gmap iframe, .map object, .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 991px以下 */
@media (max-width: 991px) {
/********************************************** 
	Typography
********************************************* */	
	h2.bar {
	    padding-left: 5rem;
	    margin-bottom: 2.4rem;
	    font-size: 1.6rem;
	}
	h2.bar span {
	    font-size: 3rem;
	}
	h2.center {
	    font-size: 2.4rem;
	    margin-bottom: .65em;
	}
/********************************************** 
	Footer
********************************************* */	
	.footer-logo {
		margin-top: 4rem;
	}

}
/* 1300px以下 */
@media (max-width: 1300px) {
	#footer-contact .col-lg-5 {
		margin-bottom: 10px;
	}
}
@media (max-width: 991px) {
	h2.title {
		font-size: 3.6rem;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 1.3rem;
		line-height: 1.75;
	}
	.mb20-40 {
		margin-bottom: 20px;
	}
	.mb30-60,.mb30-80 {
		margin-bottom: 30px;
	}
	.ptb20-40 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.ptb30-50,.ptb30-80  {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.text-left-center {
		text-align: left;
	}
	/* ボタン */
	a.btn {
		display: inline-block;
		font-size: 1.4rem;
		width: 270px;
		height: 46px;
		line-height: 46px;
	}
	a.btn.btn-small {
		width: 180px;
		height: 32px;
		line-height: 32px;
		font-size: 1.3rem;
	}

	a.btn.ja {
	    font-size: 1.3rem;
	}

/********************************************** 
	Typography
********************************************* */	
	h2.mega {
		font-size: 2.4rem;
	}
	h2.title {
		font-size: 2.7rem;
	}
	h2.title small {
	    font-size: 1.5rem;
	    padding-left: 1em;
	}
	h2.bar {
	    padding-left: 5rem;
	    margin-bottom: 2.4rem;
	    font-size: 1.6rem;
	}
	h2.bar span {
	    font-size: 3rem;
	}
	h2.title-center {
		margin-bottom: 3.6rem;
		font-size: 1.4rem;
	}
	h2.title-center span.en {
		font-size: 3rem;
		display: block;
		position: relative;
		padding-bottom: 1rem;
	}
	h2.title-center span.jp {
	    padding-top: 1.5rem;
	}
	h3 {
		font-size: 1.6rem;
		margin-bottom: 1em;
	}

/********************************************** 
	Footer
********************************************* */
	.footer-logo {
		margin-top: 2rem;
	}
	.footer-logo img {
		width: 240px;
	}
	#footer .copyright {
	    padding-top: 1rem;
	    padding-bottom: 1rem;
	    font-size: 1.1rem;
	}
/* =トップへ戻るボタン
-----------------------------------------------------------------------------*/
	a.topBtn {
		bottom:20px;
		right:10px;
		width:30px;
		height:30px;
		padding-top:0;
		background-size: 10px;
		margin-bottom: -10px;
	}
	a.topBtn.is-fixed {
		margin-bottom: 15px;
	}
	
/* =パンくずリスト
-----------------------------------------------------------------------------*/
	.breadcrumb-wrap {
		width: 100%;
		padding: 1rem 1.5rem;
		color: #fff;
		font-size: 1.2rem;
	}
/* =Tables
-----------------------------------------------------------------------------*/
	table.table th {
	     padding: .75em;
	     width: auto;
	}
	table.table td {
	     padding: .75em;
	}
	table.table.table-res th {
		display: block;
		width: 100%;
		border-right: none;
		background: rgba(201,235,250,.3)
	}
	table.table.table-res td {
		display: block;
		width: 100%;
		border-top: none;
	}


}