@charset "utf-8";
/*clearfix
----------------------------------------*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
body {
	font-family: "source-han-sans-japanese";
	font-style: normal;
	font-weight: 100;
	width: 100%;
	margin: 0;
}
a {
	color: #000;
	text-decoration: none;
	transition: all 300ms ease-out 0s;
	will-change: transform;
}
a:hover {
	color: #e66c00;
}
a:active, a:focus {
	outline: 0;
}
img {
	border: 0;/*vertical-align: bottom;*/
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
li {
	list-style: none;
}
.none_pc {
	display: none;
}
/*******************************
全体幅
*******************************/
.inner {
	margin: 0 auto;
	width: 1100px;
}
#wrap {
	position: relative;
}
/*******************************
/* ヘッダー
*******************************/
.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
	background: #fff !important;
}
.is-show {
	transform: translateY(0);
}
.hd {
	position: fixed;
	width: 100%;
	z-index: 999;
	transform: translateY(0);
}
.hd_none {
	display: none;
	transition: .3s;
	transform: translateY(-100%);
}
header {
	height: auto;
	box-sizing: border-box;
	position: relative;
	z-index: 9999;
	font-family: "source-han-sans-japanese";
	display: flex;
	justify-content: space-between;
}
header .logo {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	padding: 5px 0px 5px 15px;
	display:inline-block;
	width: 30vw;
}
header .logo p a {
	display: inline !important;
	text-align: left !important;
}
header .logo span {
	font-size: 12px;
	margin-left: 12px;
	font-weight: normal;
}
header .logo img {
	width: 10vw;
	vertical-align: text-bottom;
}
header .logoBlock {
	padding: 15px 0 0;
}
nav ul {
	display: flex;
	margin:0;
}
nav ul li {
	margin-left: 15px;
	font-size: 100%;
}
nav ul li a {
	font-weight: 400;
	padding-top: 20px;
	position: relative;
	display: inline-block;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	font-size:14px;
}
nav .navbtn a {
	width: 130px;
	background: url(../img/arrow.png) no-repeat right center #e47930;
	padding: 28px;
	color: #fff;
	display: block;
	line-height: 0.6;
	background-size: 5%;
	background-position: 90% 50%;
}
nav ul li.navbtn a:hover {
	color: #fff;
	background: url(../img/arrow.png) no-repeat right center #f09b61;
	background-size: 5%;
	background-position: 90% 50%;
}
nav ul li a:hover::after, .menu a:hover::before {
	width: 100%;
	left: 0;
}
nav ul li a::after, nav ul li a::before {
	content: '';
	position: absolute;
	top: calc(100% + 17px);
	width: 0;
	right: 0;
	height: 3px;
}
nav ul li.nav a::after {
	-webkit-transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	background: #e66c00;
}
ul.child {
	top: 48px;
	display: none;
	z-index: -1;
	position: absolute;
	box-sizing: border-box;
	padding-top: 20px;
	background-color: #fff;
	width: 100%;
	left: 0;
	text-align: center !important;
	margin: 0 auto !important;
}
.cild_box {
	display: block !important;
	text-align: center !important;
	width: 100% !important;
	padding: 40px 5% 40px 5%;
	box-sizing: border-box;
	background: #F3F8FB;
	overflow: hidden;
}
ul.child li {
	line-height: 40px;
	text-align: center !important;
	width: 16.66666%;
	margin-left: 0;
	box-sizing: border-box;
}
ul.child :last-child {
}
ul.child li a:hover {
	opacity: 0.7;
}
ul.child li a .text_link {
	color: #000;
	display: inline-block;
}
ul.child li a:hover .text_link {
	color: #000;
	display: inline-block;
	opacity: 1;
}
ul.child li a::after .text_link {
 background-color: #fff;
 display:inline-block;
}
ul.child li a::after .text_link {
 background-color: #fff;
 display:inline-block;
}
ul.child li .childimg {
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 0 0%;
	box-sizing: border-box;
}
ul.child li .childimg img {
	width: auto;
	height: 90px;
}
footer {
	background: #1a1a1a;
	color: #fff;
	width: 100%;
}
footer .footerBottom {
	background: #000;
	color: #fff;
	font-size: 90%;
	text-align: center;
	padding: 40px;
}
footer .footerBottom ul {
	margin: 0 auto;
}
footer .footerBottom ul li {
	display: inline-block;
}
footer .footerBottom small a:link {
	color: #8f8f8f !important;
}
footer .footerBottom ul li.second::before {
	content: '/';
	color: #fff;
	margin: 0 15px;
}
footer small {
	color: #8f8f8f;
	padding: 20px;
}
footer .foonterinner {
	display: flex;
	width: 800px;
	margin: 0 auto;
	color: #fff;
	text-align: left;
	padding: 90px 0;
}
footer .foonterinner ul li b a {
	border-bottom: 1px solid #606060;
	padding-bottom: 10px;
	display: block;
}
footer .foonterinner ul {
	margin-right: 50px;
}
footer .foonterinner ul li {
	padding: 6px 0;
}
footer .foonterinner ul li a {
	padding-right: 25px;
}
footer a:link, footer a:visited {
	color: #fff;
}
/*----------------------------*
/*ページトップボタン*/
/*----------------------------*/

#page_top {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 0;
	bottom: 5px;
	background: #4d4d4d;
	opacity: 0.6;
}
#page_top a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
}
#page_top a::before {
	font-family: FontAwesome;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/*----------------------------*
/*ページトップボタン　end*/
/*----------------------------*/
/*----------------------------*
/*ボタンブロック*/
/*----------------------------*/

.btnBlock {
	text-align: center;
	padding-top: 40px;
}
.btn-open {
	display: inline-block;
	width: 220px;
	height: 50px;
	text-align: center;
	background-color: #000;
	font-size: 16px;
	line-height: 52px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	border: 2px solid #000;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn-open:after {
	width: 100%;
	height: 0;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background : #FFF;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transition: .2s;
	z-index: -1;
}
.btn-open:hover {
	color: #000;
}
.btn-open:hover:after {
	height: 240%;
	opacity: 1;
}
.btn-open:active:after {
	height: 340%;
	opacity: 1;
}
 @media all and (min-width: 769) and (max-width: 1049px) {
#wrap {
	min-width: inherit !important;
}
header {
	min-width: inherit !important;
}
body img {
	width: 100%;
}
}
.btn02 a {
	background: url(../img/arrow03.png) no-repeat right center #161616;
	border: 1px solid #161616 !important;
	display: block;
	width: 100%;
	border-radius: 5px;
	color: #fff;
	padding: 15px 0;
	text-align: center;
	width: 390px;
	background-size: 2.5%;
	background-position: 90% 50%;
	width: 360px;
    margin: 0 auto;
}
.btn02 {
	width: 390px;
	margin: 40px auto;
}
.btn02 a:hover {
	color: #161616;
	background-color: #ffffff;
}
.btn {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.btn a, button {
	background: url(../img/arrow.png) no-repeat right center #e47930;
	width: 360px;
	display: block;
	color: #fff;
	padding: 15px;
	border-radius: 6px !important;
	margin: 20px 10px;
	text-align: center;
	font-size: 18px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border: 1px solid #f09558;
	border-radius: 2px;
	color: #ffffff;
	text-decoration: none;
	transition: .25s linear;
	-webkit-transition: .25s linear;
	-moz-transition: .25s linear;
	background-size: 3%;
	background-position: 90% 50%;
}
.btn a:hover {
	color: #e47930;
	background: url(../img/arrow02.png) no-repeat right center #fff;
	background-position: 90% 50%;
	background-size: 3%;
}
.btn a:before {
	display: block;
	position: absolute;
	z-index: -1;
	left: -30%;
	top: -50%;
	content: "";
	width: 30px;
	height: 100px;
	transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1), rgba(255,255,255,0) 100%);
	animation: shiny 3s infinite linear;
	-webkit-animation: shiny 3s infinite linear;
	-moz-animation: shiny 3s infinite linear;
}
@keyframes shiny {
 0% {
 left: -30%;
}
 20% {
 left: 120%;
}
 100% {
 left: 120%;
}
}
@-webkit-keyframes shiny {
 0% {
 left: -30%;
}
 20% {
 left: 120%;
}
 100% {
 left: 120%;
}
}
@-moz-keyframes shiny {
 0% {
 left: -30%;
}
 20% {
 left: 120%;
}
 100% {
 left: 120%;
}
}

/*----------------------------*
/*ボタンブロック*/
/*----------------------------*/

 @media all and (min-width: 768px) and (max-width: 1100px) {
#wrap {
	max-width: 100%;
}
.inner,
#wrap,
.icon ul,
footer,
.wrap{
	width: 100% !important;
}
}



 @media all and (min-width: 1200px) and (max-width: 1270px) {
	 header {
		 display:block;
	 }
	 header nav {
    display: inline-block;
    width: 67vw;margin-left: auto;
	 }
		 header nav ul {
	width:100%;
		 }
		 header nav li a{
			 font-size:1.1vw;
		 }
	 nav ul li {
    margin-left: 15px;
	 }
	 .mainInner ,
footer .foonterinner{
		 width:90% !important;
		 margin:0 auto;
	 }
 }
 @media all and (min-width: 768px) and (max-width: 1199px) {
.none_sp {
	display: none !important;
}
.none_pc {
	display: block;
}
header .logo {
	margin-right: auto;
    width: 31vw;
}
.inner {
	width:auto;
}
nav.globalMenuSp {
	position: fixed;
	font-family: "source-han-sans-japanese";
	z-index: 4;
	top: 0;
    right: 0;
    background: #e47930;
    color: #fff;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
	width: 60%;
}
nav.globalMenuSp ul {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	display: initial;
	width: 100%;
	text-align:left;
}
nav.globalMenuSp ul li {
	font-size: 16px;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #fff;
}
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
nav.globalMenuSp ul li a {
	display: block;
	color: #fff;
	    padding: 15px;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	transform: translateY(0%);
	top: 68px;
}

.navToggle {
    display: block;
    position:absolute;
    right: 10px;
    top: 10px;
    width: 42px;
    height: 40px;
    cursor: pointer;
    z-index: 5;
    background: #fff;
    text-align: center;
}
.navToggle span {
	display: block;
	position: absolute;    /* .navToggleに対して */
	width: 30px;
	border-bottom: solid 3px #e47930;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
}
.navToggle span:nth-child(1) {
	top: 9px;
}
.navToggle span:nth-child(2) {
	top: 18px;
}
.navToggle span:nth-child(3) {
	top: 27px;
}
.navToggle span:nth-child(4) {
	border: none;
	color: #eee;
	font-size: 9px;
	font-weight: bold;
	top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

 }

.wrap {
	margin: 3% auto;
	width: 1000px;
}

.commonBlock {
	background: #F4F4F4;
	padding: 50px;
}
.commonBlock h1 {
	color: #666;
	font-weight: 100;
	font-size: 25px;
	text-align: center;
	padding: 20px 0 15px;
	display: flex;
	align-items: center;
	width: 520px;
	margin: 0 auto;
}
.commonBlock p {
	font-size:16px;
	text-align:center;
	color: #666;
}
.commonBlock h1:before, .commonBlock h1:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #666;
	display: block;
}
.commonBlock h1:before {
	margin-right: .9em;
}
.commonBlock h1:after {
	margin-left: .9em;
}


/*----------------------------*
/*チェック*/
/*----------------------------*/
ul.check {
	margin-bottom: 15px;
}
ul.check li{
	list-style:none;
	padding: 10px 0 5px 35px !important;
	position:relative;
}
ul.check li:before,
ul.check li:after{
	content:"";
	display:block;
	position:absolute;
}
ul.check li:before{
	width:22px;
	height:22px;
	border-radius:15px;
	background:#f09b61;
	left:0;
	top:10px;
}
ul.check li:after{
	border-left:2px solid #fff;
	border-bottom:2px solid #fff;
	width:9px;
	height:6px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left: 5px;
	top: 15px;
}


/*----------------------------*
/*リボン*/
/*----------------------------*/

.ribbon-wrap {
    box-sizing: border-box;
    height: 45px;
    margin: 30px auto;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 480px;
}
.ribbon-wrap::before,
.ribbon-wrap::after {
    border-color: #3d3d3d;
    border-style: solid;
    bottom: -18px;
    content: '';
    position: absolute;
    width: 0;
    z-index: -2;
}
.ribbon-wrap::before {
    border-left-color: transparent;
    border-width: 20px 15px 20px 15px;
    left: -20px;
}
.ribbon-wrap::after {
    border-right-color: transparent;
    border-width: 20px 15px 20px 15px;
    right: -20px;
}
h2.ribbon {
    font-size: 25px;
}
.ribbon {
    background: #3d3d3d;
    color: #fff;
    padding: 12px 20px;
    position: relative;
	font-size:19px;
}
.ribbon::before,
.ribbon::after {
    border: none;
    border-bottom: solid 10px transparent;
    content: '';
    position: absolute;  
    top: 100%;
}
.ribbon::before {
    left: 0;
    border-right: solid 10px #1e1e1e;
}
.ribbon::after {
    right: 0;
    border-left: solid 10px #1e1e1e;
}