@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*---------------
   追加 reset
---------------*/
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: inherit;
	text-decoration: none;
}
a:visited {
	color: inherit;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}
li {
	list-style: none;
}
/*---------------
   共通
---------------*/
html {
	font-size: 62.5%;
}
body {
	width: 100%;
	min-width: 1200px;
	color: #000;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.8;
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-ms-font-feature-settings: "palt";
	-o-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
p {
	margin-bottom: 1em;
	font-size: 1.5rem;
	line-height: 2.3;
	letter-spacing: .2em;
}
p:last-child {
	margin-bottom: 0;
}
.container {
	min-width: 1200px;
	padding: 40px 0 100px;
}
.inner {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}
.sp {
	display: none;
}
.t_center {
	text-align: center;
}
.t_left {
	text-align: left;
}
.t_right {
	text-align: right;
}
/*---------------
   header
---------------*/
.header_container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #09ADEC;
	z-index: 9999;
}
.header_container .header_inner {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0;
}
.header_container .site_ttl {
	margin-left: 30px;
	color: #FFF;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: .2em;
}
.header_container .site_ttl .small {
	font-size: 1.3rem;
	letter-spacing: .1em;
}
.header_container .site_ttl a:hover {
	opacity: .6;
	transition: .5s;
}
.header_container .drawer_button {
	display: none;
}
.header_container .drawer_menu {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.header_container .drawer_menu li a {
	display: block;
	padding: 1em 20px;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: .1em;
}
.header_container .drawer_menu li a:hover {
	opacity: .6;
	transition: .5s;
}
.header_container .drawer_menu .menu_contact {
	margin-left: 20px;
	padding: 23px 30px;
	background: #FFF;
}
.header_container .drawer_menu .menu_contact a {
	position: relative;
	padding: 0 0 0 30px;
	color: #09ADEC;
}
.header_container .drawer_menu .menu_contact .contact a {
	letter-spacing: 0.14;
}
.header_container .drawer_menu .menu_contact .contact a:before {
	position: absolute;
	top: 2px;
	left: 0;
	content: '';
	width: 23px;
	height: 23px;
	background: url("../images/common/header_ico_mail.png") top center no-repeat;
}
.header_container .drawer_menu .menu_contact .tel a {
	letter-spacing: 0;
}
.header_container .drawer_menu .menu_contact .tel a:before {
	position: absolute;
	top: 2px;
	left: 0;
	content: '';
	width: 23px;
	height: 23px;
	background: url("../images/common/header_ico_tel.png") top center no-repeat;
}
/*---------------
   main
---------------*/
#main {
	margin-top: 99px;
}
#page_ttl {
	position: relative;
	height: 300px;
}
#page_ttl .page_ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: .2em;
	text-indent: .2em;
}
#page_ttl .page_ttl .jp {
	display: block;
	font-size: 3.0rem;
}
#page_ttl .page_ttl .en {
	display: block;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 1.6rem;
}
.bg_blue {
	background: rgba(9, 173, 236, 0.15);
}
.lttl {
	padding: 60px 0 50px;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
}
.lttl .en {
	display: block;
	margin-bottom: 20px;
	color: #09ADEC;
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: .2em;
	text-indent: .2em;
}
.lttl .jp {
	display: block;
	font-size: 1.7rem;
	letter-spacing: .1em;
	text-indent: .1em;
}
.mttl {
	margin: 80px 0 60px;
	color: #09ADEC;
	font-size: 2.3rem;
	letter-spacing: .2em;
	text-indent: .2em;
	text-align: center;
	line-height: 1.8;
}
.sttl {
	padding: 50px 0 40px;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
	line-height: 1.2;
}
/*---------------
   footer
---------------*/
.contact_container {
	padding: 20px 0 40px;
	background: url("../images/common/contact_bg.jpg") top center no-repeat;
	background-size: cover;
}
.contact_container .lttl .en, .contact_container .lttl .jp {
	color: #FFF;
}
.contact_container .contact_list {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}
.contact_container .contact_list .tel {
	padding: 0 30px;
	border-right: #FFF 1px solid;
	color: #FFF;
	font-size: 2.6rem;
	letter-spacing: 0;
}
.contact_container .contact_list .tel .small {
	font-size: 2.0rem;
}
.contact_container .contact_list .mail {
	padding: 0 30px;
}
.contact_container .contact_list .mail a {
	position: relative;
	display: inline-block;
	width: 230px;
	padding: .5em .5em .5em 2em;
	border: #FFF 1px solid;
	color: #FFF;
	font-size: 1.5rem;
	text-align: center;
}
.contact_container .contact_list .mail a:before {
	position: absolute;
	top: .9em;
	left: .7em;
	content: '';
	width: 19px;
	height: 14px;
	background: url("../images/common/contact_ico_mail.png") top left no-repeat;
}
.contact_container .contact_list .mail a:hover {
	opacity: .6;
	transition: .5s;
}
.contact_container .site_ttl {
	color: #FFF;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .2em;
	text-indent: .2em;
	text-align: center;
}
.contact_container .site_ttl .small {
	font-size: 1.6rem;
}
.contact_container address {
	color: #FFF;
	font-size: 1.4rem;
	letter-spacing: .1em;
	text-indent: .1em;
	text-align: center;
	font-style: normal;
}
.footer_container {
	background: #09ADEC;
}
.footer_container .footer_inner {
	padding-top: 40px;
}
.footer_container .footer_nav {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.footer_container .footer_nav li {
	padding: 0 15px;
}
.footer_container .footer_nav li a {
	color: #FFF;
	font-size: 1.4rem;
	white-space: nowrap;
}
.footer_container .footer_nav li a:hover {
	text-decoration: underline;
}
.footer_container .copy {
	padding-bottom: 1em;
	color: #FFF;
	font-size: 1.3rem;
	text-align: center;
	letter-spacing: 0;
}
@media screen and (max-width: 640px) {
	/*---------------
     共通
  ---------------*/
	body {
		min-width: 100%;
		font-size: 3.6842105263vw;
		/*(28/760)*100vw*/
	}
	img {
		max-width: 100%;
	}
	p {
		font-size: 3.6842105263vw;
		/*(28/760)*100vw*/
		line-height: 1.6;
		letter-spacing: 0;
	}
	.container {
		min-width: 100%;
		padding: 3.9473684211vw 0 10.5263157895vw;
	}
	.inner {
		width: 100%;
		min-width: 100%;
		padding: 0 3.9473684211vw;
		/*(30/760)*100vw*/
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: inherit !important;
	}
	/*---------------
     header
  ---------------*/
	.header_container {
		height: 15.7894736842vw;
		/*(120/760)*100vw*/
		z-index: 1000;
	}
	.header_container .header_inner {
		padding: 0 3.9473684211vw;
		/*(30/760)*100vw*/
	}
	.header_container .site_ttl {
		padding: calc((15/760)*100vw) 0;
		font-size: calc((34/760)*100vw);
		letter-spacing: 0;
		margin-left: 0;
		text-align: center;
	}
	.header_container .site_ttl .small {
		font-size: calc((22/760)*100vw);
		letter-spacing: 0;
	}
	.header_container .drawer_button {
		display: block;
		background: none;
		border: none;
		padding: 0;
		width: calc((60/760)*100vw);
		height: calc((60/760)*100vw);
		background: url("../images/common/gnav_btn_close.png") top center no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		cursor: pointer;
		position: fixed;
		top: calc((30/760)*100vw);
		right: calc((30/760)*100vw);
		z-index: 1001;
	}
	.header_container .drawer_button.active {
		background: url("../images/common/gnav_btn_open.png") top center no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.header_container .drawer_menu_wrapper {
		width: 80vw;
		height: 100%;
		transition: all 0.2s;
		transform: translate(80vw);
		position: fixed;
		top: 15.7894736842vw;
		/*(120/760)*100vw*/
		right: 0;
		z-index: 1000;
		background-color: #09ADEC;
	}
	.header_container .drawer_menu_wrapper.open {
		transform: translate(0);
	}
	.header_container .drawer_menu {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.header_container .drawer_menu li {
		width: 100%;
		border-bottom: #FFF 1px solid;
	}
	.header_container .drawer_menu li:first-child {
		border-top: #FFF 1px solid;
	}
	.header_container .drawer_menu li a {
		display: block;
		padding: 1em;
		font-size: 3.6842105263vw;
		/*(28/760)*100vw*/
	}
	.header_container .drawer_menu .menu_contact {
		margin: 0;
		padding: 0;
	}
	.header_container .drawer_menu .menu_contact a {
		padding: 1em 1em 1em 3em;
	}
	.header_container .drawer_menu .menu_contact .contact {
		margin-bottom: 0;
		border-bottom: #09ADEC 1px solid;
	}
	.header_container .drawer_menu .menu_contact .contact a:before {
		top: 1.3em;
		left: 1em;
		width: 3.9473684211vw;
		/*(30/760)*100vw*/
		height: 3.9473684211vw;
		/*(30/760)*100vw*/
		background-size: contain;
	}
	.header_container .drawer_menu .menu_contact .tel a:before {
		top: 1.3em;
		left: 1em;
		width: 3.9473684211vw;
		/*(30/760)*100vw*/
		height: 3.9473684211vw;
		/*(30/760)*100vw*/
		background-size: contain;
	}
	/*---------------
  	 main
  ---------------*/
	#main {
		margin-top: 15.7894736842vw;
		/*(120/760)*100vw*/
	}
	#page_ttl {
		height: 39.4736842105vw;
		/*(300/760)*100vw*/
	}
	#page_ttl .page_ttl .jp {
		font-size: 5.2631578947vw;
		/*(40/760)*100vw*/
	}
	#page_ttl .page_ttl .en {
		font-size: 2.1052631579vw;
		/*(16/760)*100vw*/
	}
	.lttl {
		padding: 6.5789473684vw 0 5.2631578947vw;
	}
	.lttl .en {
		margin-bottom: .5em;
		font-size: 2.6315789474vw;
		/*(20/760)*100vw*/
	}
	.lttl .jp {
		font-size: 5.2631578947vw;
		/*(40/760)*100vw*/
	}
	.mttl {
		margin: 3.9473684211vw 0 3.9473684211vw;
		font-size: 3.9473684211vw;
		/*(30/760)*100vw*/
		letter-spacing: 0;
		text-indent: 0;
	}
	.sttl {
		padding: 3.9473684211vw 0 3.9473684211vw;
		font-size: 3.9473684211vw;
		/*(30/760)*100vw*/
		letter-spacing: 0;
		text-indent: 0;
	}
	/*---------------
  	 footer
  ---------------*/
	.contact_container {
		padding: 0 0 2.6315789474vw;
		background-size: auto 100%;
	}
	.contact_container .lttl {
		padding-bottom: 2.6315789474vw;
	}
	.contact_container .contact_list {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		margin-bottom: 2.6315789474vw;
		/*(20/760)*100vw*/
	}
	.contact_container .contact_list .tel {
		padding: 0;
		border: none;
		font-size: 3.9473684211vw;
		/*(30/760)*100vw*/
	}
	.contact_container .contact_list .tel .small {
		font-size: 3.9473684211vw;
		/*(30/760)*100vw*/
	}
	.contact_container .contact_list .mail {
		padding: 0;
	}
	.contact_container .contact_list .mail a {
		width: 59.2105263158vw;
		/*(450/760)*100vw*/
		padding: 0 0 0 2em;
		font-size: 3.9473684211vw;
		/*(30/760)*100vw*/
	}
	.contact_container .contact_list .mail a:before {
		top: .6em;
		width: 3.6842105263vw;
		/*(28/760)*100vw*/
		height: 2.7631578947vw;
		/*(21/760)*100vw*/
		background-size: contain;
	}
	.contact_container .site_ttl {
		font-size: 3.9473684211vw;
		/*(30/760)*100vw*/
		letter-spacing: 0;
		text-indent: 0;
	}
	.contact_container .site_ttl .small {
		font-size: 3.1578947368vw;
		/*(24/760)*100vw*/
	}
	.contact_container address {
		font-size: 3.1578947368vw;
		/*(24/760)*100vw*/
		letter-spacing: 0;
	}
	.footer_container .footer_inner {
		padding: 0;
	}
	.footer_container .footer_nav {
		display: none;
	}
	.footer_container .copy {
		padding: .5em 0;
		font-size: 3.1578947368vw;
		/*(24/760)*100vw*/
	}
}