@charset "UTF-8";


/* Noto Sans JP コメントを外して使用してください */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap'); */

/* Noto Serif JP コメントを外して使用してください */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700;900&display=swap'); */

/*
　※Noto Sans JP、Noto Serif JPのfont-weightの値
   Regular　→ 　400
   Medium　 → 　500
   Bold   　→　 700
   Black　  →   900
*/

body {
	
	color: #333;
	line-height: 1.6;
	font-weight: 400;
	font-size: 15px;
	font-size: 1.6rem; /*16px*/
	letter-spacing: 0.12em;
	/* 明朝体セット */
	/* コメントを外して使用してください */
	/*font-family: 'Noto Serif JP', serif;*/
	/* ゴシック体セット */
	/* コメントを外して使用してください */
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-size: 62.5%;
}

#wrapper {
	margin: 0 auto;
}

@media screen and (min-width: 480px) {
	#wrapper {
		min-width: calc( 1080px + 5%);
		max-width: 1920px;
	}
}

@media screen and (max-width: 480px) {
	#wrapper {
		min-width: 375px;
	}
}



/* ==================================================
タグ
================================================== */


/* リンク
-------------------------------------------------- */

a,
a img {
	text-decoration: none;
	color: inherit;
	transition: opacity .3s;
}

a:hover,
a:hover img {
	opacity: .6;
}

a[href^="tel:"] {
	color: inherit;
}

@media screen and (min-width: 480px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}


/* 端末別表示非表示設定
-------------------------------------------------- */

@media screen and (max-width: 480px) {
	.pc-only {
		/* PCでの閲覧時にのみ表示したいコンテンツにつける */
		display: none !important;
	}
}

@media screen and (min-width: 480px) {
	.sp-only {
		/* スマホでの閲覧時にのみ表示したいコンテンツにつける */
		display: none !important;
	}
}


/* 改行
-------------------------------------------------- */

.app-br {
	display: block;
}

@media screen and (min-width: 768px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 768px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/* box-sizing
-------------------------------------------------- */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}



/* ==================================================
テーブル
================================================== */

.styled-table01 {
	width: 100%;
	margin: 1em 0;
	line-height: 1.7;
}

.styled-table01:first-child {
	margin-top: 0;
}

.styled-table01 th,
.styled-table01 td {
	padding: 12px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #ddd;
	background: #fff;
}

.styled-table01 th {
	width: 35%;
	font-weight: normal;
	background: #f7f7f7;
}

.styled-table01 thead th {
	background: #e6e6e6;
}

.styled-table01 caption {
	text-align: center;
	font-size: 20px;
}


/* ==================================================
ヘッダー
================================================== */

.header-inner {
	max-width: 1080px;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.h_right_cont {
	margin-top: 0;
}



/* 固定設定　（ヘッダーを固定しない場合はこの項目ごと消せば固定しなくなる）
-------------------------------------------------- */

.header-fix-area-wrap {
	height: 104px;
	/* .header-fix-area の高さの実数地をデベロッパーツールで調べてここに入力する */
}

.header-fix-area {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: rgba(255,255,255,0.90);
	/* ヘッダーの固定部分の背景 */
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	box-sizing: border-box;
}

@media screen and (max-width: 480px) {
	.header-fix-area-wrap {
		height: auto;
	}

	.header-fix-area {
		position: static;
	}
}


/* h1
-------------------------------------------------- */

.header-description {
	width: 100%;
	padding: 8px 0;
	line-height: 1.2;
	font-size: 12px;
	font-weight: 300;
}


/* 問い合わせ
-------------------------------------------------- */

.header-contacts {
	line-height: 40px;
	display: flex;
	justify-content: flex-end;
}

.header-contacts li {
	margin: 0 0 10px 15px;
}
.header-contacts li:nth-child(1) {
	margin: 0 0 10px 0;
}

/* 電話番号 */

.header-contacts .tel a {
	text-decoration: none;
	font-size: 22px;
	font-family: 'Lora','Noto Serif JP', serif;
	font-weight: 500;
	
}

.header-contacts .tel a  span{
	font-family: 'Lora','Noto Serif JP', serif;
	font-weight: 400;
	font-size: 18px;

	
}

/* メール */

.header-contacts .mail a {
	padding: 0px 50px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	background: #cccccc;
	display: flex;
	justify-content: center;
}

.header-information {
	font-size: 1.4rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	line-height: 0;
}

.header-information .header-address {
	margin-left: 20px;
	font-size: 1.4rem;
	font-weight: 300;
}

.h_right_txt{
	font-size: 1.4rem;
	font-weight: 300;
	text-align: center;
	background: #afded6;
}

/* スマホメニュー時 お問い合わせ関係設定
-------------------------------------------------- */

.header-contacts-sp {
	border-bottom: 0;
	padding: 20px;
}

.h_right_cont_sp .header-contacts {
	display: block;
	padding: 0 20px;
}

.h_right_cont_sp .header-contacts .tel a {
	font-size: 24px;
	padding: 20px 0;
	font-family: 'Lora','Noto Serif JP', serif;
	font-weight: 500;
}

.h_right_cont_sp .header-contacts .tel a span{
	font-family: 'Lora','Noto Serif JP', serif;
	font-weight: 400;
	font-size: 18px;
}

/* メール */

.h_right_cont_sp .header-contacts .mail a {
	display: flex;
	align-items: center;
	margin: 0;
	height: 50px;
}

.header-information-sp {
	margin-bottom: 15px;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
}

.header-information-sp .header-address {
	display: flex;
}


/* グローバルナビ
-------------------------------------------------- */

.header-nav {
	background: #7dc8bb;
	color: #fff;
}

.header-nav > div > ul {
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.header-nav > div > ul > li {
	flex-grow: 1;
	position: relative;
}

.header-nav a,
.header-nav li span {
	padding: 0 20px;
	line-height: 50px;
	color: inherit;
	font-size: 16px;
	text-decoration: none;
	display: block;
	text-align: center;
}



/* ドロップダウンメニュー
------------------------- */

.header-nav li ul {
	width: 100%;
	background: #cfcfcf;
	opacity: 0;
	transition: all .3s;
	position: absolute;
	top: 80%;
	z-index: 100;
	pointer-events: none;
}

.header-nav li:hover ul {
	top: 100%;
	opacity: 1;
	pointer-events: auto;
}



/* メインビジュアル
-------------------------------------------------- */

.header-main-visual {
	/* position: relative;
	margin-top:	-104px;
	display: flex; */

		position: relative;
		width: 100%;
		padding-top: 56.25%;
}
.header-main-visual iframe {
  /* background: url(../img/mv.png)no-repeat center center / cover fixed; */
  /* top: 0;
  z-index: 1; */

		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;

}

/*--- ↓ JSありの場合は、ここに記述する ↓ ---*/


/* スマホ
-------------------------------------------------- */

@media screen and (max-width: 480px) {
	.header-inner {
		margin: 0;
		padding: 10px;
		display: block;
	}

	.h_right_cont {
		display: none;
	}

	.header-contacts li {
		margin: 0;
	}

	/* ロゴ */
	.header-logo {
		text-align: center;
	}

	/* スマホ　ハンバーガーボタン */
	#menuBtn {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1500;
		width: 45px;
		height: 45px;
		padding: 7px;
		border: none;
		outline: none;
		background-color: #000;
		transition: right 0.25s;
	}

	#menuBtn span {
		display: block;
		position: absolute;
		width: 31px;
		height: 4px;
		background-color: #fff;
		transition: transform 0.25s;
	}

	#menuBtn span:nth-child(1) {
		top: 11px;
	}

	#menuBtn span:nth-child(2) {
		top: 21px;
	}

	#menuBtn span:nth-child(3) {
		top: 31px;
	}

	#menuBtn.is-active {
		right: 80%;
	}

	#menuBtn.is-active span {
		top: 20px;
	}

	#menuBtn.is-active span:nth-child(1) {
		transform: rotate(45deg);
	}

	#menuBtn.is-active span:nth-child(2) {
		display: none;
	}

	#menuBtn.is-active span:nth-child(3) {
		transform: rotate(-45deg);
	}

	/* スマホ　メニュー */
	.header-navInner {
		overflow-y: scroll;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1250;
		width: 80%;
		height: 100%;
		background-color: #fff;
		transform: translateX(100%);
		transition: transform 0.25s;
	}

	.header-navInner.is-active {
		transform: translateX(0);
	}

	.header-nav > div > ul {
		display: block;
	}

	.header-nav > div > ul a,
	.header-nav > div > ul span {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		width: 100%;
		margin: 0 0 -1px;
		padding: 20px 0;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		line-height: 1.2;
		font-size: 13px;
	}

	.header-nav > div > ul li:first-child a {
		border-top: none;
	}

	.header-nav li ul {
		display: none;
		opacity: 1;
		position: static;
		top: 0;
		transition: none;
		background: #f9f9f9;
	}

	.header-pullbtn {
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 56px;
		outline: none;
		border: none;
		background: rgba(0, 0, 0, 0.1);
		transition: All .4s ease;
	}

	.header-pullbtn:before,
	.header-pullbtn:after {
		content: "";
		background: #2f2f2f;
		content: '';
		display: block;
		height: 2px;
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(-50%);
		transition: All .4s ease;
		width: 16px;
	}

	.header-pullbtn:after {
		transform: translateY(-50%) translateX(-50%) rotate(-90deg);
	}

	.header-pullbtn.is-active:after {
		transform: translateY(-50%) translateX(-50%);
	}

	.h_right_cont_sp .header-contacts .tel a {
		padding: 20px 0 0;
		font-size: 22px;
	}

	/* overlay */
	.overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.7);
	}

	.overlay.is-active {
		display: block;
	}
}




/* ==================================================
フッター
================================================== */

.global-footer {
	background: #7dc8bb;
	color: #fff;
}

.footer-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 480px) {
	.footer-inner {
		padding: 20px;
		flex-direction: column;
		justify-content: center;
	}
}


/* ロゴ
-------------------------------------------------- */

.footer-logo {
	margin: 0 0 20px;
}

/* 01
-------------------------------------------------- */
#sec01{
	position: relative;
	background: 
		url(../img/line01.png)repeat-x top center,
		url(../img/line01.png)repeat-x bottom center,
		url(../img/bg01.png)no-repeat center center / cover fixed;
	
}

.sec01_txtarea {
	text-align: center;
	line-height: 30px;
}

/* 02
-------------------------------------------------- */
#sec02{
	position: relative;
	background: 
		url(../img/line01.png)repeat-x top center,
		url(../img/line01.png)repeat-x bottom center,
		url(../img/about02.png)no-repeat 50% 164px,
		url(../img/ha-r.png)no-repeat 100% 164px,
		url(../img/ha-l.png)no-repeat 0 164px,
		url(../img/bg02.png)no-repeat center bottom / cover;
}

.sec02_column{
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	width: 60%;
}

.sec02_column-lefttbox{
	display: flex;
	align-items: center;

	
}

.sec02_column-rightbox{
	margin-left: 50px;

}

.sec02_column-rightbox li{
	font-size: 2rem;
	letter-spacing: 0.1em;
	border-bottom: dotted 1px #333;
	padding: 15px 0;
	
} 

.sec02_columnimg{
	margin: 0 auto;
	width: 80%;
}

.sec02_columnimg ul{
	display: flex;
	flex-wrap: wrap;
}


.sec02_columnimg li{
		width: calc(100%/3);
}

.sec02_columntxt{
	border-top : dotted 1px #333;
	padding: 30px 0 0 0 ;
}

@media screen and (max-width: 1400px) {
#sec02{
	position: relative;
	background: 
		url(../img/line01.png)repeat-x top center,
		url(../img/line01.png)repeat-x bottom center,
		url(../img/about02.png)no-repeat 50% 164px,
		url(../img/ha-r.png)no-repeat 100% 164px / 30%,
		url(../img/ha-l.png)no-repeat 0 164px / 30%,
		url(../img/bg02.png)no-repeat center bottom / cover;
}
}

/* 03
-------------------------------------------------- */
#sec03{
	position: relative;
	background: 
		url(../img/line01.png)repeat-x top center,
		url(../img/line01.png)repeat-x bottom center,
		url(../img/about02.png)no-repeat 50% 164px,
		url(../img/bg03.png)no-repeat center center / cover fixed;
}

.sec03_txtimg{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.sec03_txtimg .sec03_txt{
	width: 50%;
	padding: 0 50px 0 0;
	align-items: center;
}

.sec03_txtimg img{
	width: 50%;

}


.sec03_column {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    background: rgba(255,255,255,0.90);
    padding: 50px;
}

.sec03_column-lefttbox{
	display: flex;
	align-items: center;
	width: 25%;

	
}

.sec03_column-rightbox{
	margin-left: 50px;
	width: 65%;

}

.sec03_column-rightbox li{
	font-size: 2rem;
	letter-spacing: 0.1em;
	border-bottom: dotted 1px #333;
	padding: 15px 0;
	
} 


/* 04
-------------------------------------------------- */

#sec04{
	position: relative;
	background: url(../img/about02.png)no-repeat 50% 164px;
}
.sec04_icon{
	background: 
		#f4f4f4;
}

.sec04_iconbox{
	display: inline-block;
	flex-wrap: wrap;
	text-align: center;
}

.sec04_iconbox li {
    display: inline-block;
    padding: 0 30px;
}

.sec04_columnbox{
	background:url(../img/bg04.png)no-repeat center center / cover;
}
.sec04_columnbox ul{
	display: flex;
	flex-wrap: wrap;
}

.sec04_columnbox li {
    width: calc((100% - 120px)/4);
    background: rgba(255,255,255,0.90);
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 0;
	border: #a4aa71 12px solid;
	font-size: 2rem;
}
.sec04_columnbox li:nth-child(1){
	background: #a4aa71;
	color: #fff;
	display: block;
}

.sec04_columnbox li:nth-child(1) p{
	margin-top: 15px;
	font-size: 2.4rem;
}


/* 05
-------------------------------------------------- */

#sec05{
	position: relative;
	background: url(../img/about02.png)no-repeat 50% 164px;
}

.sec05_tableimg {
    display: flex;
}

.sec05_tableimgl {
    width: 35%;
    margin-right: 30px;
	display: inline-block;
}
.sec05_tableimgl img{
	
}

.sec05_tableimgl .txtbox01{
	
}

.sec05_tableimg table{
	width: 60%;
	display: inline-block;
}
.sec05_tableimg tr:nth-child(odd){
	background: #f4f4f4;
}

.sec05_tableimg th {
    width: 30%;
}
.sec05_tableimg th{
	width: 30%;
	padding: 10px 0;
}
.sec05_tableimg td {
    width: 70%;
    padding: 10px 0;
}

.sec05_column{
	background: url(../img/img08.png) no-repeat top center / cover,#fff;
	padding: 50px;
	box-shadow: 6px 6px 6px rgba(0,0,0,0.1);
}


/* 06
-------------------------------------------------- */

#sec06{
	position: relative;
	background:
		url(../img/about02.png)no-repeat 50% 164px,
		url(../img/bg05.png)no-repeat center center / cover fixed;
		
}
.info-table{
	width: 100%;
}
.info-table th{
	background: #afded6;
	padding: 10px;
	border-bottom: solid 1px #f4f4f4;
}

.info-table td{
	background: #f4f4f4;
	padding: 10px 10px 10px 30px;
	border-bottom: solid 1px #afded6;
}
/* 会社概要
-------------------------------------------------- */

.footer-about li {
	margin: 0 0 8px;
	line-height: 1.2;
}


/* 電話番号 */

.footer-about .tel {
	font-size: 22px;
}

.footer-about .tel a {
	color: inherit;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
}



/* コピーライト
-------------------------------------------------- */

.footer-copyright {
	padding: 8px;
	line-height: 1.3;
	text-align: center;
	font-size: 12px;
	display: block;
}

.footer-copyright a {
	color: inherit;
}


/* ==================================================
セクション
================================================== */

.section-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 100px 0;
}

@media screen and (max-width: 480px) {
	.section-inner {
		padding: 60px 20px;
	}
}


/* 見出し
-------------------------------------------------- */
.mark01 {
    font-weight: inherit;
    font-style: normal;
    padding: 0 5px;
    margin: 5px;
}

h2{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0.8rem;
	font-size: 4rem;
}
h3{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0.8rem;
	font-size: 3rem;
}

h4{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0.6rem;
	font-size: 2.2rem;
}

.ttl01 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
}

.ttl01:before {
  position: absolute;
  bottom: -0px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #a4aa71;
}

.ttl02 {
    padding: 1rem 2rem;
    border-top: 4px double #333;
    border-bottom: 4px double #333;
    display: inline-block;
}

.ttl03{
	position: relative;
	display: block;
	padding: 50px 0;
	text-align: center;
	margin: 0 auto;
	background: rgba(175,222,214,0.85);
}

.ttl03 span{
	padding: 50px;
	background: 
		url(../img/ttl-right.png)no-repeat center right,
		url(../img/ttl-left.png)no-repeat center left;
}


.sec02_column .ttl04{
	background: url(../img/about01.png)no-repeat left center;
	padding: 50px 0;
}

.sec03_column .ttl04{
	background: url(../img/about03.png)no-repeat left center;
	padding: 50px 0;
}

.ttl05{
	padding: 5px 0;
	border-bottom: 1px dotted #333;
}

/* レイアウト
-------------------------------------------------- */
.fixed {
    position: fixed;
    top: 104px;
    padding: 0;
    width: 100%;
    z-index: 1000;
}


.center{
	text-align: center;
}

.right{
	text-align: right;
}

.left{
	text-align: left;
}

.mt60{
	margin-top: 60px;
}

.mt30{
	margin-top: 30px;
}

.mt15{
	margin-top: 15px;
}

@media screen and (max-width: 768px) {
.mt60{
	margin-top: 30px;
}

.mt30{
	margin-top: 15px;
}

.mt15{
	margin-top: 15px;
}
}

/* カラー
-------------------------------------------------- */