@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese');

.main-visual> .inner> .main-logo,
.main-visual> .inner> .main-copy,
.main-visual .slider-dots> li> button,
.section-4 .link-youtube,
.section-6 .logo-list> .logo-item {
	color: transparent;
	font: 0/0 a;
}

/* reset
---------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
detail,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

/* border-box */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Reset input */

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	outline: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* cmn
---------------------------------------- */

.sp-hide {
	display: inline-block !important;
}

.pc-hide {
	display: none !important;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.weight-bold {
	font-weight: bold;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.inner {
	position: relative;
	margin: 0 auto;
	zoom: 1;
}

.inner:before,
.inner:after {
	content: '';
	display: table;
}

.inner:after {
	clear: both;
}

/* main-visual
---------------------------------------- */

.main-visual {
	position: relative;
	width: 100%;
	height: 600px;
}

.main-visual> .inner {
	position: relative;
	height: 600px;
}

.main-visual> .inner> .main-logo {
	position: absolute;
	top: 140px;
	left: 50%;
	width: 764px;
	height: 288px;
	background: url('../images/img_main_logo.png') center center no-repeat;
	background-size: contain;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.main-visual> .inner> .main-copy {
	position: absolute;
	top: 476px;
	left: 50%;
	width: 640px;
	height: 30px;
	background: url('../images/txt_main.png') center center no-repeat;
	background-size: contain;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.main-visual> .slider-area {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 600px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}

.main-visual> .slider-area .slider-item {
	position: relative;
	width: 100%;
	height: 600px;
}

.main-visual> .slider-area .slider-item> img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	min-width: 100%;
	max-width: inherit;
	height: auto;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.main-visual> .slider-area:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 64px;
	background: url('../images/bg_main_mountain.gif') center bottom no-repeat;
	background-size: contain;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
}

.main-visual .slider-dots {
	display: block;
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	z-index: 100;
}

.main-visual .slider-dots> li {
	display: inline-block;
	margin: 0 6px;
}

.main-visual .slider-dots> li> button {
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}

.main-visual .slider-dots> li.slick-active> button {
	background: #00c3cd;
}

/* main-nav
---------------------------------------- */

.main-nav {
	width: 100%;
	height: 50px;
	background: #000;
}

.main-nav> .main-nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.main-nav> .main-nav-list> .main-nav-item {
	margin: 0 20px;
}

.main-nav> .main-nav-list> .main-nav-item> a {
	display: inline-block;
	padding-right: 2em;
	color: #fff;
	line-height: 3.571428571;
	background: url('../images/icn_main_arw.svg') right center no-repeat;
	background-size: auto 1em;
}

/* section-1
---------------------------------------- */

.section-1 .news-item {
	display: block;
	width: 600px;
	margin: .75em auto 0 auto;
}

.section-1 .news-item:first-of-type {
	margin-top: 0;
}

.section-1 .news-item> .date,
.section-1 .news-item> .title {
	display: inline-block;
	vertical-align: top;
}

.section-1 .news-item> .date {
	width: 80px;
}

.section-1 .news-item> .title {
	/*width: 280px;*/
}
.section-1 .news-item> .title a {
	text-decoration: underline;
	color: #036eb7;
}

/* section-2
---------------------------------------- */

.section-2 .inner {
	text-align: center;
}

.section-2 .content-title {
	display: inline-block;
	margin: 0 auto;
	padding: 0 1.5em;
	color: #fff;
	font-size: 130%;
	line-height: 1.777777778;
	text-align: center;
	background: #00c3cd;
	border-bottom: #000 2px solid;
}

.section-2 .text {
	width: 640px;
	margin: 30px auto 0 auto;
	text-align: left;
}

.section-2 .text.-text1 {
	text-align: center;
}

.section-2 .text.-text2 {
	margin-bottom: 60px;
}

.section-2 .bg-area {
	width: 100%;
	height: 350px;
	margin-top: 30px;
	background: url('../images/bg_sec-2.jpg') center center no-repeat;
	background-size: auto 100%;
}

.section-2 .square-list {
	width: 640px;
	margin: 30px auto 0 auto;
}

.section-2 .square-list> .square-item {
	position: relative;
	margin-left: 1.5em;
	font-weight: 800;
	line-height: 1.714285714;
	text-align: left;
	text-indent: -1.5em;
}

.section-2 .square-list> .square-item:before {
	content: '■ ';
	color: #00c3cd;
}

.section-2 .img-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	width: 640px;
	margin: 30px auto 60px auto;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.section-2 .img-area> .img-block {
	width: 49%;
	text-align: center;
}

.section-2 .img-area> .img-block> .block-title {
	color: #00c3cd;
	font-size: 110%;
}

.section-2 .img-area> .img-block> .img-block-chart {
	display: block;
	margin-top: 1.25em;
	text-align: center;
}

.section-2 .img-area> .img-block> .img-block-text {
	margin-top: .75em;
}

.section-2 .content-title-sub {
	display: block;
	width: 640px;
	margin: 30px auto 0 auto;
	color: #00c3cd;
	font-size: 110%;
	text-align: left;
}

.section-2 .text-link {
	color: #008aff;
}

.section-2 .link-youtube {
	display: block;
	width: 640px;
	margin: 30px auto 0 auto;
}

/* section-3
---------------------------------------- */

.section-3 .point-image {
	overflow: hidden;
	display: block;
	position: relative;
	width: 100%;
	height: 400px;
}

.section-3 .point-image> img,
.section-3 .point-image> source {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	min-width: 100%;
	max-width: inherit;
	height: auto;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.section-3 .btn-map {
	display: block;
	width: 380px;
	height: 28px;
	margin: 30px auto 0 auto;
	color: #fff;
	font-size: 110%;
	line-height: 1.75;
	text-align: center;
	background: url('../images/icn_sec-3_arw.svg') 97% center no-repeat #00c3cd;
	border-radius: 3px;
}

/* section-4
---------------------------------------- */

.section-4 .link-youtube {
	display: block;
	width: 100%;
	min-width: 960px;
	max-width: 1200px;
	height: 400px;
	margin: 0 auto;
	background: url('../images/img_sec-4.jpg') center center no-repeat;
	background-size: cover;
}

.section-4 .text {
	display: block;
	width: 640px;
	margin: 30px auto 0 auto;
	font-size: 110%;
	line-height: 1.5;
}

/* section-5
---------------------------------------- */

.section-5 .form-area {
	width: 640px;
	margin: -10px auto 0 auto;
}

.section-5 .form-area tr {
	display: block;
	margin-top: 10px;
}

.section-5 .form-area .label {
	position: relative;
	width: 214px;
	padding-top: 10px;
	font-weight: 400;
	vertical-align: top;
	text-align: left;
}

.section-5 .form-area .label.-required:after {
	content: '必須';
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
	width: 42px;
	color: #fff;
	line-height: 1.857142857;
	text-align: center;
	background: #e9693c;
}

.section-5 .form-area select,
.section-5 .form-area input[type='text'],
.section-5 .form-area input[type='email'],
.section-5 .form-area textarea {
	display: block;
	height: 38px;
	border: #000 1px solid;
	border-radius: 3px;
}

.section-5 .form-area select {
	width: 280px;
	padding: 0 .5em;
	background: url('../images/bg_select.svg') right center no-repeat;
	background-size: auto 100%;
}

.section-5 .form-area ::-webkit-input-placeholder {
	color: #9f9f9f;
}

.section-5 .form-area :-ms-input-placeholder {
	color: #9f9f9f;
}

.section-5 .form-area ::-moz-placeholder {
	color: #9f9f9f;
}

.section-5 .form-area ::-ms-input-placeholder {
	color: #9f9f9f;
}

.section-5 .form-area ::placeholder {
	color: #9f9f9f;
}

.section-5 .form-area input[type='text'] {
	width: 426px;
	padding: .5em;
}

.section-5 .form-area input[type='text'].zip-first {
	display: inline-block;
	width: 80px;
	margin-right: .5em;
}

.section-5 .form-area input[type='text'].zip-last {
	display: inline-block;
	width: 100px;
	margin-left: .5em;
}

.section-5 .form-area textarea {
	width: 426px;
	height: 250px;
	padding: .5em;
}

.section-5 .btn-submit {
	display: block;
	width: 140px;
	height: 40px;
	margin: 30px auto 0 auto;
	color: #fff;
	font-size: 110%;
	text-align: center;
	background: #00c3cd;
	border-radius: 3px;
}

/* section-6
---------------------------------------- */

.section-6 .logo-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

.section-6 .logo-list> .logo-item {
	margin: 0 20px;
}

.section-6 .logo-list> .logo-item.logo-1 {
	background: url('../images/img_sec-6_logo-1.png') center center no-repeat;
	background-size: contain;
}

.section-6 .logo-list> .logo-item.logo-2 {
	background: url('../images/img_sec-6_logo-2.png') center center no-repeat;
	background-size: contain;
}

.section-6 .logo-list> .logo-item.logo-3 {
	background: url('../images/img_sec-6_logo-3.png') center center no-repeat;
	background-size: contain;
}

.section-6 .logo-list> .logo-item.logo-1 {
	width: 200px;
	height: 34px;
}

.section-6 .logo-list> .logo-item.logo-2 {
	width: 191px;
	height: 36px;
}

.section-6 .logo-list> .logo-item.logo-3 {
	width: 321px;
	height: 35px;
}

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

.sp-hide {
	display: none !important;
}

.pc-hide {
	display: inline-block !important;
}

.main-visual> .inner> .main-logo {
	top: 50%;
	width: 89.33333vw;
	max-width: 600px;
	height: 40vw;
	max-height: 150px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.main-visual> .inner> .main-copy {
	top: 50%;
	width: 73.86667vw;
	max-width: 340px;
	height: 13.86667vw;
	background: url('../images/sp_txt_main.svg') center center no-repeat;
	background-size: contain;
	-webkit-transform: translate(-50%, 75px);
	-ms-transform: translate(-50%, 75px);
	transform: translate(-50%, 75px);
}

.main-visual> .slider-area:before {
	background-size: auto 100%;
}

.main-visual .slider-dots> li {
	margin: 0 2.13333vw;
}

.main-nav {
	display: none;
}

.section-1 .news-item {
	width: 100%;
}

.section-1 .news-item> .date,
.section-1 .news-item> .title {
	display: block;
}

.section-1 .news-item> .date {
	width: 100%;
}

.section-1 .news-item> .title {
	width: 100%;
}

.section-2 .content-title {
	border-bottom: #000 .26667vw solid;
}

.section-2 .text {
	width: 100%;
	margin-top: 4vw;
}

.section-2 .text.-text2 {
	margin-top: 8vw;
}

.section-2 .bg-area {
	height: 48.8vw;
	margin-top: 4vw;
}

.section-2 .square-list {
	width: 100%;
	margin-top: 4vw;
}

.section-2 .img-area {
	width: 100%;
	margin: 4vw auto 8vw auto;
}

.section-2 .content-title-sub {
	width: 100%;
	margin-top: 4vw;
}

.section-2 .link-youtube {
	width: 100%;
	margin-top: 4vw;
}

.section-3 .point-image {
	height: 82.66667vw;
}

.section-3 .btn-map {
	width: 100%;
	height: 13.33333vw;
	margin-top: 4vw;
	line-height: 13.33333vw;
	border-radius: 1.33333vw;
}

.section-4 .link-youtube {
	min-width: auto;
	max-width: auto;
	height: 53.33333vw;
}

.section-4 .link-youtube> picture {
	overflow: hidden;
	display: block;
	position: relative;
	width: 100%;
	height: 53.33333vw;
}

.section-4 .link-youtube> picture> img,
.section-4 .link-youtube> picture source {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	min-width: 160vw;
	height: 53.33333vw;
	min-height: 53.33333vw;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.section-4 .text {
	width: 100%;
	margin-top: 4vw;
}

.section-5 .form-area {
	width: 100%;
	margin-top: -2.66667vw;
}

.section-5 .form-area tr {
	margin-top: 2.66667vw;
}

.section-5 .form-area .label {
	display: block;
	width: 89.33333vw;
	height: 8vw;
	padding-top: 0;
	line-height: 2.5;
	vertical-align: middle;
}

.section-5 .form-area .label.-required:after {
	display: inline-block;
	position: relative;
	top: auto;
	right: auto;
	width: 10.66667vw;
	margin-left: 1em;
}

.section-5 .form-area .input {
	display: block;
	width: 89.33333vw;
}

.section-5 .form-area select,
.section-5 .form-area input[type='text'],
.section-5 .form-area textarea {
	height: 13.33333vw;
	border: #000 .26667vw solid;
	border-radius: 1.33333vw;
}

.section-5 .form-area select {
	width: 89.33333vw;
}

.section-5 .form-area input[type='text'] {
	width: 89.33333vw;
}

.section-5 .form-area input[type='text'].zip-first {
	width: 26.66667vw;
}

.section-5 .form-area input[type='text'].zip-last {
	width: 40vw;
}

.section-5 .form-area textarea {
	width: 89.33333vw;
	height: 42.66667vw;
}

.section-5 .btn-submit {
	width: 100%;
	height: 13.33333vw;
	margin-top: 4vw;
	border-radius: 1.33333vw;
}

.section-6 .logo-list> .logo-item {
	display: inline-block;
	width: 100%;
	margin: 1.33333vw auto;
	text-align: center;
}

.section-6 .logo-list> .logo-item.logo-1 {
	width: 40vw;
	height: 6.8vw;
}

.section-6 .logo-list> .logo-item.logo-2 {
	width: 38.26667vw;
	height: 7.2vw;
}

.section-6 .logo-list> .logo-item.logo-3 {
	width: 64.26667vw;
	height: 7.06667vw;
}

}

