@charset "utf-8";

/*-----------------------------------
リセット
-----------------------------------*/
*{ margin: 0; padding: 0;}
a { text-decoration : none;}
ul, ol { list-style : none;}
img { border-style:none;}
*, *:before, *:after { box-sizing: border-box; }
body { -webkit-text-size-adjust: 100%; }

/*-----------------------------------
基本設定
-----------------------------------*/
body {
    color:#000;
	background-color:#FFF;
	text-align:left;
	font-size:14px;
	line-height: 26px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	
	opacity: 0;
	animation: OpenIn 2.5s ease;
	animation-fill-mode: forwards;
}
@keyframes OpenIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

a {
	color:#F00;
	transition:0.4s;
}
a:hover {
	color:#FC0;
	transition:0.4s;
}
a:hover img	{
	opacity: 0.7;
	transition:0.4s;
}

/*-----------------------------------
Header
-----------------------------------*/
header {
	width: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(255,255,255,1);
	letter-spacing: 0.04em;
	z-index: 97;
}
header.mini_act {
    position: fixed;
    top: -46px;
	background-color: rgba(255,255,255,0.9);
	animation: HeaderIn 0.3s ease;
	animation-fill-mode: forwards;
}
/*　キーフレーム ActOn　*/
@keyframes HeaderIn {
    0% {transform: translate(0px,0px);}
    100% {transform: translate(0px,46px);}
}

.head_innder {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 10px 25px;
}
.head_innder.mini_act {
	padding: 15px 25px;
}

h1 {
	color: #666;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 400;
}
h1.mini_act {
	display: none;
}
.head_innder img {
	width: 305px!important;
	display: none;
}

.head_innder img.mini_act {
	display: block;
}
@media screen and (max-width: 640px) {
.head_innder.mini_act {
	padding: 10px 20px;
}
h1 {
	display: none;
}
.head_innder {
	align-items: center;
}
.head_innder img {
	width: 180px!important;
}
}

.info {	text-align: right;white-space: nowrap;}
.tel {
	color: #009bd9;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.06em;
	margin-bottom: 6px;
}
.tel span {
	font-size: 18px;
}
.tel a {
	color: #009bd9;
}
.open {
	color: #999;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
.tel {
	font-size: 16px;
	line-height: 1;
}
.tel span {
	font-size: 14px;
}
.open {
	font-size: 11px;
}
}


#totop {
	position: absolute;
	top: 0;
}

/*-----------------------------------
KV
-----------------------------------*/
.kv {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.kv img {
	width: 100%;
}
.logo {
	max-width: 317px;
}
.scroll {
	max-width: 50px;
	position: absolute;
	bottom: 16px;
	left: 0;
	right: 0;
	margin: 0 auto;
	line-height: 1;
}

/*-----------------------------------
Contents
-----------------------------------*/
.wrap {
	position: absolute;
	top: 100%;
	width: 100%;
}

section {
	width: 100%;
	padding: 90px 0;
	text-align: center;
}
h2 {
	color: #FFF;
	font-size: 30px;
	letter-spacing: 0.12em;
	margin-bottom: 28px;
}
h3 {
	color: #FFF;
	font-size: 26px;
	line-height: 1.6;
	letter-spacing: 0.06em;
	margin-bottom: 50px;
	word-break: keep-all;
}

.sc {
	width: 80px;
	height: 5px;
	margin: 0 auto 35px auto;
	background-color: rgba(255,255,255,0.4);
}
.intro {
	font-size: 15px;
	line-height: 2.0;
	letter-spacing: 0.06em;
	margin-bottom: 55px;
	word-break: keep-all;
}
.intro img {
	max-width: 880px;
	width: 90%;
	
}



#tokuchou {
	background-color: #6fb92c;
}
.points {
	max-width: 920px;
	width: 90%;
	margin: 0 auto 90px auto;
	display: flex;
	justify-content: space-between;
}
.points2 {
	max-width: 920px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.point {
	width: 200px; 
}
.ico {
	width: 165px;
	margin: 0 auto 7px auto;
}
@media screen and (max-width: 880px) {
.points,.points2 {
	flex-wrap: wrap;
}
.point {
	width: 47%; 
	margin-bottom: 12%;
}
.ico {
	width: 74%;
}
}

.point img {
	width: 100%;
}
h4 {
	font-size: 21px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #FFF;
	height: 3em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}
@media screen and (max-width: 700px) {
h4 {
	font-size: 18px;
}
}
.point p {
	text-align: justify;
	font-weight: 14px;
	line-height: 1.6;
}

.chuukai h2 {
	color: #ea6011;
}
.chuukai .sc {
	background-color: rgba(0,0,0,0.3);
}
.chuukai h4 {
	font-size: 24px;
	background-color: #ea6011;
	padding: 45px 0;
	border-radius: 20px;
}
.chuukai .points {
	max-width: 890px;
	margin: 0 auto 40px auto;
}
.chuukai .point {
	font-size: 15px;
}
.contact {
	max-width: 890px;
	width: 90%;
	color: #FFF;
	background-color: #ea6011;
	padding: 25px 0;
	border-radius: 20px;
	margin: 0 auto;
	font-weight: 700;
	letter-spacing: 0.12em
}
.contact a {
	color: #FFF;
	transition:0.4s;
}
.contact a:hover {
	color:#FC0;
	transition:0.4s;
}
.con1 {
	font-size: 18px;
	margin-bottom: 20px;
}
.con2 {
	font-size: 32px;
	margin-bottom: 9px;
}
.con2 span {
	font-size: 24px;
	margin-right: 0.3em;
}
.con3 { font-size: 24px; }
.con3 span {
	font-size: 18px;
	margin-right: 0.3em;
}
@media screen and (max-width: 640px) {
.chuukai h4 {
	font-size: 20px;
}
.con1 {
	font-size: 14px;
	margin-bottom: 3px;
}
.con2 {
	font-size: 20px;
	margin-bottom: 1px;
}
.con2 span {
	font-size: 14px;
	margin-right: 0.3em;
}
.con3 { font-size: 14px; }
.con3 span {
	font-size: 11px;
	margin-right: 0.3em;
}
	
}


.office {
	background-color: #2cb2b9;
}
/*-----------------------------------
グラフ　
-----------------------------------*/
.graph  {
	border-bottom: solid 2px #FFF;
	color: #FFF;
	font-size: 15px;
	text-align: left;
	letter-spacing: 0.08em;
	max-width: 860px;
	width: 90%;
	margin: 0 auto 50px auto;
}
.graph a  {
	color: #FFF;
	text-decoration:underline;
}
.graph a:hover  {
	color: #Fc0;
}
.graph ul {
    display:flex;
    flex-wrap:wrap;
	border-top: solid 2px #FFF;
}
.graph li {
	width: 80%;
	padding: 20px;
	border-bottom: solid 1px #FFF;
}
.graph li:nth-last-child(-n+2) {
	border-bottom: 0;
}
.g_midashi {
	width:  20%!important;
	font-weight:500;
}

@media screen and (max-width: 640px) {
.graph li {
	width: 100%;
	padding: 10px;
	border-bottom: none;
}
.g_midashi {
	width:  100%!important;
	background-color: rgba(255,255,255,0.2);
}
}

.bus_ad {
	max-width: 700px;
	width: 90%;
	margin: 0 auto 50px auto;
}
.bus_ad img {
	width: 100%;
}


.prof {
	background-color: #FFF;
	color: #000;
	text-align: left;
	
	max-width: 860px;
	width: 90%;
	margin: 0 auto;
	padding: 30px;
	
	position: relative;
}
.prof h2 {
	font-size: 21px;
	color: #000;
	text-align: center;
}
.prof h3 {
	font-size: 18px;
	color: #000;
	text-align: left;
	margin-bottom: 6px;
}
.prof h4 {
	font-size: 14px;
	color: #000;
	text-align: left;
	display: block;
	font-weight: 400;
	margin-bottom: 20px;
	height: auto;
}
.his {
	font-size: 13px;
	line-height: 2.0;
	border-top: dotted 1px #999;
	border-bottom: dotted 1px #999;
	padding: 10px 0;
	margin-bottom: 20px;
}
.sign {
	position: absolute;
	bottom: 24px;
	right: 80px;
}
.sign img {
	width: 180px;
}
@media screen and (min-width: 769px) {
.spbr { display: none }
}
@media screen and (max-width: 768px) {
.sign {
	position: relative;
	bottom: 0;
	right: 0;
	margin-top: 6px;
	text-align: right;
}
}


/*-----------------------------------
Footer
-----------------------------------*/
footer {
	width: 100%;
	background-color: #FFF;
	letter-spacing: 0.08em;
}

.footer_inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 35px 25px;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.footlogo {
	display: flex;
}
.footlogo2 {
	width: 108px;
	margin-right: 25px;
}
.footlogo img {
	width: 100%;
	line-height: 1;
}
.miyoshi {
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 10px;
}
.add {
	font-size: 12px;
	line-height: 1.4;
}

.copyright {
	font-size: 11px;
	text-align: right;
}

@media screen and (max-width: 830px) {
.footer_inner {
	padding: 55px 0 15px 0;
}
.footlogo {
	display: block;
	text-align: center;
	width: 100%;
}
.footlogo2 {
	margin: 0 auto 15px auto;
	width: 30%;
}
.footer_inner {
	display: block;
}
.miyoshi {
	font-size: 16px;
	margin-bottom: 10px;
}
.add {
	line-height: 1.6;
	margin-bottom: 10px;
}
.copyright {
	font-size: 9px;
	width: 100%;
	text-align: center;
}
}
footer a {
	color:#000;
	transition:0.4s;
}
footer a:hover {
	color:#FC0;
	transition:0.4s;
}


/*-----------------------------------
media screen
-----------------------------------*/

/*幅769px以上の場合*/
@media screen and (min-width: 769px) {
}
/*幅641pxから768pxまでの場合*/
@media screen and (min-width:641px) and ( max-width:768px) {
}
/*幅640px以下の場合*/
@media screen and (max-width: 640px) {
}