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


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* 全体の設定 */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {
	color: #222;
	}

body {
	width: 100%;
	font-family: 'Noto Sans Japanese',YuGothic,'Yu Gothic',"meiryo","sans-serif","lucida grande","hiragino kaku gothic proN";
	-webkit-text-size-adjust: 100%;
	min-width: 1200px;
	background-color: #FFF;
	font-size: 16px;
	}

a {
	text-decoration: none;
	color: #222;
	cursor: pointer;
	}

p {
	color: #222;
	line-height: 1.8;
	}

img {
	border: none;
	}

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	}

.container {
  padding: 120px 0 0 0;
}
	
.wrapper {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	}

.wrapper_small {
	width: 95%;
	max-width: 960px;
	margin: 0 auto;
	}

.pc {
	display: block;
	}

.sp {
	display: none;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

.clearfix::after {
	content: ''; 
	display: block;
	clear: both; 
	}

.btn {
	width: 300px;
	max-width: 100%;
	height: 60px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	outline: none;
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	border-radius: 30px;
	}

.btn span {
	position: relative;
	}

.btn:hover {
	color: #FFF;
}

.btn::before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	width: 200%;
	height: 100%;
	background: #FF9B00;
	transform: skewX(-45deg);
	transform-origin: 0 10px;
	transition: .3s;
	}

.btn:hover::before {
	right: -50%;
	}

.btn--type2 {
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
}

.btn--type2::before {
	background: #FF9B00;
	}

.btn--type2:hover {
	color: #fff;
	border: 1px solid #FF9B00;
}

.btn--type3 {
	border: none;
	background-color: #FF9B00;
	color: #fff;
}

.btn--type3::before {
	background: #fff;
	}

.btn--type3:hover {
	color: #000;
}

.btn--type4 {
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
}

.btn--type4::before {
	background: #FF9B00;
	}

.btn--type4:hover {
	border: 1px solid #FF9B00;
}


.h2 {
	font-size: 42px;
	font-weight: bold;
}

.h2__en {
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 24px;
	color: #FF9B00;
	display: block;
}





/* header */
.header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9000;
	transition: .2s;
	background-color: #FF9B00;
}

header.fixed .header {
	background-color: #FF9B00;
	box-shadow: 0 0 3px 0 #777;
}

header.fixed .globalNav__link {
	color: #fff;
}

.header__link {
	display: block;
	transition: .2s;
}

.header__link:hover {
	opacity: .8;
}

.header__logo {
	display: inline-block;
	width: auto;
	height: 130px;
	margin-top: 5px;
	transition: .2s;
}

/*
.globalNav {
	position: absolute;
	right: 0;
	top: 0;
}
*/

.globalNav__box {
	display: flex;
	justify-content: space-between;
	height: 80px;
	line-height: 100px;
	transition: .2s;
}

.globalNav__item {
	margin-left: 40px;
}

.globalNav__item:first-child {
	margin-left: 0;
}

.globalNav__item:nth-child(4) {
	margin-right: 50px;
	margin-left: 135px;
}

.globalNav__link {
	font-weight: bold;
	transition: .2s;
	color: #fff;
	font-size: 15px;
}

.globalNav__link:hover,
.globalNav__link.current {
	border-bottom: 3px solid #fff;
	padding-bottom: 7px;
}

.globalNav__link.btn {
	height: 100px;
	width: 200px;
	font-size: 18px;
	transition: .2s;
}

.globalNav__link.btn:hover {
	border-bottom: none;
	padding-bottom: 0;
}




/* naviFix */
.header.fixed {
	height: 80px;
	box-shadow: 0 0 3px #CCC;
}

.header.fixed .header__link {
	top: 20px;
}

.header.fixed .globalNav__box {
	height: 100px;
	line-height: 100px;
}

.header.fixed .globalNav__link.btn {
	height: 100px;
}

/* aside */
.asideNav {
	position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 400;
}

.asideNav__item {
	display: flex;
	flex-direction: column;
}

.asideNav__contact {
	width: 43px;
  background-color: #FF9B00;
  border-top-left-radius: 15px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
	position: relative;
}

.asideNav__contact:hover {
	opacity: .7;
	transition: .3s;
}

.asideNav__line {
	background-color: #00BC3D;
	border-top-left-radius: 0;
	border-bottom-left-radius: 15px;
}

.asideNav__line:hover {
	opacity: .7;
	transition: .3s;
}

.asideNav__link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.asideNav__text {
	line-height: 1;
	color: #fff;
	font-weight: bold;
	padding: 25px 14px;
}

.asideNav__text-line {
	padding: 10px 0;
}

.asideNav__text-line::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(/img/common/line.png);
	background-size: contain;
	background-repeat: no-repeat;
}





/* mv */
.mv {
	width: 100%;
	height: calc(100vh - 50px);
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pageTitle {
	color: #FFF;
	font-size: 60px;
	font-weight: bold;
	text-shadow: 0 0 10px #000;
	text-align: center;
}

.pageTitle__en {
	display: block;
	color: #FF9B00;
	font-size: 32px;
	text-shadow: 0 0 5px #000;
}



/* breadcrumb */
.breadcrumb {
	height: 50px;
	line-height: 50px;
	display: flex;
}

.breadcrumb__item:not(:last-child)::after {
	content: ">";
	margin-right: 15px;
	margin-left: 15px;
}





/* footer */

.footer__map,
.footer__map iframe {
	display: block;
	width: 100%;
	height: 385px;
}

.footer {
	width: 100%;
	padding: 100px 0;
	font-size: 13px;
	background-image: url(/img/common/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}

.footer__wrapper {
	display: flex;
}

.footer__left {
	width: 40%;
	height: 100%;
	padding-left: 120px;
	}

.footer__logo {
	display: block;
	width: auto;
	height: 130px;
	margin-bottom: 20px;
	}

.footer__address {
	margin-bottom: 5px;
	color: #000;
	}

.footer__copyright {
	font-size: 16px;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
	}

.footer__link {
	font-size: 12px;
	margin-bottom: 20px;
	}

.footer__link a {
	color: #000;
	}

.footer__right {
	width: 60%;
	padding-left: 100px;
	}

.footer__right > ul > li {
	float: left;
	width: 30%;
	}

.footer__right > ul > li > ul > li {
	font-weight: normal;
	margin-bottom: 30px;
	}
	
.footer__right ul li ul li ul li {
	font-size: 12px;
	font-weight: normal;
	}

.footer__right ul li ul li ul li::before {
	content: "-";
	margin-right: 5px;
	color: #000;
	}

.footer__right a:hover {
	opacity: .7;
}

.footerNav__item a {
	color: #000;
	font-size: 18px;
}

.footerNav__item ul li a span {
	display: block;
	color: #FF9B00;
	font-size: 15px;
}





/******************************************************

タブレットの設定 960px~ 1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px) {
	
/* 全体の設定 */
body {
	max-width: 1199px;
	min-width: 100%;
	}
	
.h2 {
	font-size: 30px;
}

.h2__en {
	font-size: 18px;
}

.h2__slash {
	margin: 0 10px;
}

	
	
	
/* header */
.header {
	height: 80px;
}

.header__link {
	top: 38px;
}

.header__logo {
	height: 130px;
}

.globalNav__item {
	margin-left: 30px;
}

.globalNav__link.btn {
	width: 180px;
	font-size: 16px;
}



/* naviFix */
.header.fixed {
	height: 70px;
	box-shadow: 0 0 3px #CCC;
}

.header.fixed .header__link {
	top: 23px;
}

.header.fixed .globalNav__box {
	height: 70px;
	line-height: 70px;
}

.header.fixed .globalNav__link.btn {
	height: 70px;
}

/* footer */
.footer__left {
	padding-left: 60px;
}
	
	
	
	
}




/******************************************************

タブレットの設定 768px~ 959pxの場合に適用 

*******************************************************/

@media screen and (max-width: 959px) {

/* 全体の設定 */
body {
	max-width: 959px;
	}
	
.h2 {
	font-size: 32px;
}

.h2__en {
	font-size: 20px;
}

.h2__slash {
	margin: 0 20px;
}


	

	
/* header */
.header {
	height: 70px;
}

.header__link {
	top: 23px;
}

.header__logo {
	height: 24px;
}
	
.globalNav__box {
	display: none;
}
	

.asideNav {
	display: none;
}

	
	
/* mv */
.mv {
	height: calc(100vh - 50px);
}

.footer__right {
	padding-left: 30px;
}
	
.footerNav__item a {
	font-size: 14px;
}
	
	
	
}
	
	
	
/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 767px){

/* 全体の設定 */
body {
	max-width: 767px;
	font-size: 14px;
	}

.pc {
	display: none;
	}

.sp {
	display: block;
	}

.wrapper,
.wrapper_small {
	width: calc(100% - 40px);
	}

.btn {
	width: 300px;
	height: 45px;
	line-height: 43px;
	}

.btn span {
	font-size: 14px;
}

.container {
	padding: 30px 0;		
}
	
.h2 {
	font-size: 20px;
}

.h2__en {
	font-size: 14px;
	color: #FF9B00;
}

.h2__en-b {
	font-size: 14px;
}

.h2__slash {
	color: #222;
	margin: 0 7px;
}
	

	
/* header */
.header {
	height: 60px;
}

.header__link {
	top: 20px;
}

.header__logo {
	height: 20px;
}

	
	
/* navFix */
.header.fixed {
	height: 60px;
}
	
	
	
/* mv */
.mv {
	min-height: 250px;
	max-height: 350px;
	height: 50vh;
}

.pageTitle {
	font-size: 28px;
	font-weight: bold;
	text-shadow: 0 0 5px #000;
}

.pageTitle__en {
	font-size: 16px;
	text-shadow: 0 0 3px #000;
}
	
	
	
	
	
	
	
/* footer */
.footer__contact {
	padding: 60px 0;
}


.footerContact__btn {
	width: 80%;
	border: 1px solid #FFF;
}
	
.footer__contact .sp {
	display: block;
	margin-top: 10px;
}
	
.footerContact__ttl {
	margin-bottom: 20px;
}

.footerContact__txt {
	font-size: 16px;
	margin-top: 20px;
}
	
.footer__map,
.footer__map iframe {
	height: 300px;
}
	
.footer {
	font-size: 14px;
	padding: 50px 0;
	}

.footer__left {
	width: 100%;
	padding-left: 0;
	text-align: center;
	border-right: none;
	}

.footer__logo {
	height: 75px;
	margin: 0 auto 20px auto;
	}

.footer__name {
	font-size: 15px;
	margin-bottom: 5px;
	}

.footer__link {
	margin-bottom: 10px;
	}

.footer__right {
	display: none;
	}
  
.contact__text {
  font-weight: 400;
}

.footer__copyright {
	font-size: 12px;
}
	
	



}