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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&display=swap');

/* FireFoxFadeブレ防止 */

img { display:block; box-shadow: #000 0 0 0; }

/* 全体・枠作り */

html,body {
	height:100%;
}

html {
	font-size:62.5%;
}

img { display:block; }


body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
	text-align:center;
	min-height: 100vh;
	font-size: 1.0rem;
}

.inv {opacity: 0; transition:0.7s; transform:translate(0,20px); }
.inv2 {opacity: 0; transition:0.7s; transform:translate(0,20px); }
.vie {opacity: 1.0; transform:translate(0);}

#PageWrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width:100%;
}

h1 {display:none;}
h2 {display:none;}

/*ヘッダーメニュー*/

header {
	width:100%;
	height:100px;
	background-color:#fff;
	color:#7ecef4;
	font-size:2rem;
}

.head_title {
	height:100%;
	display: flex;
	align-items: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	justify-content: center;
}

.menu {
	display: none;
}


/*メインビジュアル*/

#MV {
	width:100%;
	padding:20% 0;
	background:url("../img/image.jpg") center center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main_logo {
	background:url("../img/top_logo.png") center top no-repeat;
	width:90%;
	padding-top:90%;
	background-size: cover;
}

/*コンテンツ共通*/

h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	color:#7ecef4;
	font-size:2.2rem;
	text-indent:3rem;
	letter-spacing:3rem;
	margin-bottom:60px;
}

/*サービス*/

#Service {
	width:100%;
	padding:100px 0;
	background-color:#f0f7fa;
}

.link_nekonote {
	background-color:#fff;
	width:90%;
	border:1px solid #7ecef4;
	border-radius: 10px;
	overflow: hidden;
	margin:0 auto;
	position: relative;
}

.link_nekonote a {
	background:url("../img/banner_mobile.jpg") center top no-repeat;
	width:100%;
	padding-top:80%;
	background-size: cover;
	display: block;
	transition: all 0.3s;
	border-radius: 10px;
}

.link_nekonote a:hover {
	opacity: 0.6;
}

/*ニュース*/

#News {
	width:100%;
	padding:100px 0;
	background-color:#ffffff;
}

.news_wrap {
	width:90%;
	margin:0 auto;
}

.news_wrap dl {
	border-bottom:1px solid #bebebe;
	text-align: left;
}

.news_wrap dl dt {
	text-align: left;
	padding:8px 24px 8px 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	color:#7ecef4;
	font-size:2rem;
	letter-spacing: 1rem;
}

.news_wrap dl dd {
	text-align: left;
	padding:12px 0;
	font-weight: 400;
	color:#bfbfbf;
	font-size:1.7rem;
}

/*コンタクト*/

#Contact {
	width:100%;
	padding:100px 0;
	background-color:#f6f6f6;
}

.c_block {
	width:90%;
	margin:0 auto;
}

.form_block {
	width:100%;
}

.mgb-30 {
	font-size:1.7rem;
	margin-bottom:16px;
}

.form_block dl {
	width:100%;
	margin-bottom:8px;
}

.form_block dl dt {
	width:100%;
	color:#bfbfbf;
	background-color:#f0f7fa;
	font-size:1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding:16px;
}

.form_block dl dd {
	width:100%;
	background-color:#fff;
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding:16px;
	font-size:1.6rem;
}

.form_block dl dd div {
	width:96%;
	margin:0 auto;
	position: relative;
	text-align: left;
}

.form_block dl dd input[type="text"],input[type="email"] {
	width:100%;
	display: block;
	margin:0 auto;
    box-sizing: border-box;
    outline: none;
    border: 1px solid lightgray;
    border-radius: 3px;
    padding: 10px 10px 10px 10px;
    transition: all 0.1s ease-out;
	font-size:1.6rem;
	color:dimgray;
	position: relative;
}

span.check {color:#bfbfbf; margin:8px 0;display: block;}

.form_block select {
	width:100%;
	display: block;
    box-sizing: border-box;
    outline: none;
    border: 1px solid lightgray;
    border-radius: 3px;
    padding: 10px 10px 10px 10px;
    transition: all 0.1s ease-out;
	font-size:1.6rem;
	color:dimgray;
	position: relative;
}

.form_block dl dd textarea {
	width:100%;
	display: block;
	margin:0 auto;
	box-sizing: border-box;
    outline: none;
    border: 1px solid lightgray;
    border-radius: 3px;
    padding: 10px 10px 10px 10px;
    transition: all 0.1s ease-out;
	font-size:1.6rem;
	color:dimgray;
	position: relative;
}

.form_bt {
	width:90%;
	margin:60px auto;
	display: flex;
	justify-content: space-between;
}

.form_bt input[type="submit"],input[type="reset"] {
	display: block;
	width:48%;
	height:60px;
	color:#fff;
	outline: none;
	border:0;
	font-size: 1.6rem;
	font-weight: bold;
	cursor: pointer;
}

.form_bt input[type="submit"] {
	background-color:#7ecef4;
	transition: all 0.3s;
	border:5px solid #7ecef4;
}

.form_bt input[type="submit"]:hover {
	background-color:#fff;
	color:#7ecef4;
	border:5px solid #7ecef4;
}

.form_bt input[type="reset"] {
	background-color:#838383;
	transition: all 0.3s;
	border:5px solid #838383;
}

.form_bt input[type="reset"]:hover {
	background-color:#fff;
	color:#838383;
	border:5px solid #838383;
}

table.formTable {
	font-size:1.8rem;
	width:100%;
	margin-bottom:16px;
}

table.formTable th {
	box-sizing: border-box;
	width:35%;
	padding:12px 8px;
	background-color:#7ecef4;
	color:#fff;
}

table.formTable td {
	box-sizing: border-box;
	width:65%;
	padding:12px 8px;
	background-color:#F9F9F7;
}

/*カンパニー*/

#Company {
	width:100%;
	padding:100px 0;
	background-color:#ffffff;
}

/*アコーディオン*/

.acd-check{
    display: none;
}
.acd-label{
    background: #7ecef4;
    color: #fff;
    display: block;
	width:90%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	letter-spacing: 0.5rem;
	font-size:2.2rem;
	box-sizing: border-box;
	height:50px;
	line-height: 50px;
	margin:0 auto;
}

.acd-label:after {
	content: "";
	width:40px;
	height:40px;
	color:#7ecef4;
	background:url("../img/plus.png") center top no-repeat;
	background-size: cover;
	border-radius: 20px;
	position: absolute;
	right:10px;
	top:5px;
	transition: all 0.3s;
}

.acd-content{
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
	width:90%;
	position: relative;
	margin:0 auto;
}
.acd-check:checked + .acd-label + .acd-content{
    opacity: 1;
	height:460px;
    visibility: visible;
}

.acd-check:checked + .acd-label:after {
	transform: rotate(45deg);
}

.company_info {
}

.company_info dl {
	width:100%;
	margin-bottom:2px;
}

.company_info dl dt {
	width:100%;
	box-sizing: border-box;
	line-height: 32px;
	padding:12px;
	font-size:1.7rem;
	color:#bfbfbf;
	background-color:#f0f7fa;
}

.company_info dl dd {
	width:100%;
	box-sizing: border-box;
	line-height: 32px;
	padding:12px;
	text-align: left;
	font-size:1.7rem;
	color:#bfbfbf;
	background-color:#f6f6f6;
}

.privacy_body {
	width:90%;
		font-size:1.6rem;
	text-align: left;
	padding:40px 0;
	box-sizing: border-box;
	color:#A7A7A7;
	margin:0 auto;
}

.privacy_body strong {
	font-size: 130%;
	font-weight: bold;
	color:#686868;
}

.acd-content2{
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
	width:100%;
	margin:0 auto;
}
.acd-check:checked + .acd-label + .acd-content2{
    opacity: 1;
	height: auto;
    visibility: visible;
}

.acd-check:checked + .acd-label:after {
	transform: rotate(45deg);
}

/*フッター*/

footer {
	padding:100px 0;
}

.foot_logo {
	background:url("../img/logo.png") center top no-repeat;
	background-size:contain;
	width:228px;
	height:155px;
	margin:0 auto 24px;
}

small {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	color:#bfbfbf;
	font-size: 2rem;
}