@charset "UTF-8";

/* 基本 */
:root {
	/*--v-space: clamp(90px, 9vw, 120px);*/	/*テンプレ初期値*/
	--v-space: clamp(90px, 5vw, 120px);
}

body {
	margin: 0;
	color: #454545;
	font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6, p, figure, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	line-height: 1.7;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	filter: brightness(90%) contrast(120%);
}

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


/* 横幅と左右の余白 */
.w-container {
	/*width: min(92%, 1166px);*/	/*テンプレ初期値*/
	width: min(92%, 1000px);
	margin: auto;
	position: relative;
}

/* ヘッダー */
.header {
	/*height: 112px;*/	/*テンプレ初期値*/
	background-color: #ffffff;
}

.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 120px;
}
.header-details{
	font-size: 13px;
	line-height: 1.5;
}
/* H1 */
h1{
	margin-top: 0;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	font-size: 10px;
	color: #454545;
	font-weight: normal;
	background-color: #eee;
}

/* ナビゲーションボタン */
.navbtn {
	padding: 0;
	outline: none;
	border: none;
	background: transparent;
	cursor: pointer;
	color: #aaaaaa;
	font-size: 30px;
}

.open .navbtn {
	z-index: 110;
	color: #ffffff;
}

.navbtn .fa-bars {
	display: revert;
}
.open .navbtn .fa-bars {
	display: none;
}

.navbtn .fa-times {
	display: none;
}
.open .navbtn .fa-times {
	display: revert;
}

@media (min-width: 569px) {
	.navbtn {
		display: none;
	}
}

/* 会社住所・TEL */
.company{
	text-align: right;
}
.tel{
	color: #000;
	font-size: 33px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
}
.fax{
	font-size: 19px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media (max-width: 569px) {
	.company {
		display: none;
	}
}

/* ナビゲーションメニュー：モバイル */
@media (max-width: 568px) {
	.nav {
		position: fixed;
		inset: 0 -100% 0 100%;
		z-index: 100;
		background-color: #4e483ae6;
		transition: transform 0.3s;
	}

	.open .nav {
		transform: translate(-100%, 0);
	}

	.open body {
		position: fixed;
		overflow: hidden;
	}

	.nav ul {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
		gap: 40px;
		color: #ffffff;
	}
}

/* ナビゲーションメニュー：PC */
@media (min-width: 569px) {
	.nav ul {
		display: flex;
		gap: 6%;
		color: #454545;
		justify-content: center;
		align-items: center;
		list-style: none;
		height: 50px;
		background-color: #fff;
		border-bottom: 1px solid #0f878b;
	}
	.nav a:hover{
		color:#707070;
		border-bottom: 2px solid #a1cddf;
	}
	.nav ul li{
		font-weight: 400;
		font-size:clamp(13px, 2.2vw, 16px);
	}
}

/* ページトップボタン */
#page_top{
	display: block;
	width: 60px;
	height: 60px;
	position: fixed;
	right: 20px;
	bottom: 15px;
	opacity: 0.6;
	z-index:999;
}
#page_top a{
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f139';
	font-size: 50px;
	color: #0c8589;
}
/* ヒーロー + ヒーロー上文字 */
/* 不使用 */
/*.hero {
	height: 650px;
	background-image: url(img/hero.jpg);
	background-position: center;
	background-size: cover;
}

.hero-container {
	display: grid;
	justify-items: center;
	align-content: center;
	height: 100%;
}

.hero .mv-tx {
	margin-bottom: 42px;
	font-family: "Montserrat", sans-serif;
	font-size: clamp(48px, 5vw, 68px);
	min-height: 0vw;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
}

.hero p {
	margin-bottom: 72px;
}
*/

/* ボタン */
.btn {
	display: block;
	width: 260px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 4px;
	background-color: #e8b368;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	text-shadow: 0 0 6px #00000052;
}

.btn-accent {
	background-color: #b72661;
}

/* 画像とテキスト */
.imgtext {
	padding: var(--v-space) 0;
	/*background-color: rgba(255,255,255,0.7);*/
}

.imgtext2 {
	padding: 0;
	background-color: rgba(255,255,255,0.7);
}

.imgtext + .imgtext {
	padding-top: 0;
	/*margin-bottom: -30px;*/
}

.imgtext-container {
	display: flex;
	flex-direction: column;
	/*gap: clamp(45px, 6vw, 80px);*/	/* テンプレ初期値 */
	gap: clamp(15px, 5vw, 25px);
}
.imgtext-container2 {
	display: flex;
	flex-direction: column;
}

@media (min-width: 769px) {
	.imgtext-container, .imgtext-container2 {
		flex-direction: row;
		align-items: center;
	}

	.imgtext-container.reverse, .imgtext-container2.reverse {
		flex-direction: row-reverse;
	}

	.imgtext-container > .text {
		flex: 1;
		min-width: 17em;
  	}
	.imgtext-container2 > .text {
		flex: 1;
		min-width: 17em;
  	}
	.imgtext-container > .img {
		/*flex: 2;*/	/* テンプレ初期値 */
		flex: 1.5;
	}
	.imgtext-container2 > .img {
		flex: 1.2;
	}
}
@media screen and (max-width: 568px){
	.imgtext {
		padding: 30px 0;
	}
}
/* タイトルとサブタイトル（短い線で装飾） */
.heading-decoration {
	/*font-size: clamp(30px, 3vw, 40px);*/	/* テンプレ初期値 */
	font-size: clamp(25px, 2.3vw, 33px);
	min-height: 0vw;
	font-weight: 400;
	line-height: 1.3;
	color: #0c8589;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}

.heading-decoration::after {
	display: block;
	content: '';
	width: 160px;
	height: 0px;
	border-top: solid 2px #0c8589;
	margin-top: 0.2em;
}

.heading-decoration + p {
	margin-top: 0.5em;
	margin-bottom: 1em;
	color: #7eaaac;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
}

.heading-decoration2 {
	font-size: clamp(25px, 2.3vw, 33px);
	min-height: 0vw;
	font-weight: 400;
	line-height: 1.3;
	color: #3744b5;
	margin: 20px 30px;
}

.heading-decoration2::after {
	display: block;
	content: '';
	width: 160px;
	height: 0px;
	border-top: solid 2px #3744b5;
	margin: 0.2em 0;
}
.heading-decoration2 + p {
	margin: 20px 30px;
}
/* 記事一覧 */
.posts {
	padding: var(--v-space) 0;
	/*background-color: #71c7d1;*/
	background-color: #d9eef0;
}
.posts2 {
	padding: var(--v-space) 0;
	background-color: #f3f3f3;
}
.posts3 {
	padding: var(--v-space) 0;
	background-image: url(../img/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

}
.posts-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px 25px;	/*テンプレの初期値*/
}

@media (min-width: 569px) {
	.posts-container {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* 記事一覧の中身 */
.post a {
	display: block;
}

.post h3 {
	margin: 1em 0 0.5em;
	font-size: clamp(12px, 2vw, 20px);
	min-height: 0vw;
}

.post p {
	max-width: 20em;
	font-size: clamp(10px, 1.6vw, 14px);
	min-height: 0vw;
}
/*
.post img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	width: 100%;
}

@supports not (aspect-ratio: 3 / 2) {
	.post img {
		height: 180px;
	}
}
*/

/* パーツの見出し */
.heading {
	position: absolute;
	top: calc((var(--v-space) + 0.68em) * -1);
	font-family: "Montserrat", sans-serif;
	/*font-size: clamp(40px, 5.2vw, 70px);*/	/*テンプレ初期値*/
	font-size: clamp(35px, 3.5vw, 50px);
	min-height: 0vw;
	font-weight: 300;
	color: #897d48;
}
.heading span {
	display: block;
	color: #454545;
	font-size: clamp(17px, 1.3vw, 20px);
	font-weight: 300;
}

/* 下層 */
.lowerPage-heading-decoration{
	font-size: clamp(24px, 2.7vw, 33px);
	min-height: 0vw;
	text-align:center;
	font-weight: 400;
	line-height: 1.3;
	/*color: #26a5b3;*/
	color: #444;
	margin-top: 1.5em;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',arial,helvetica,clean,sans-serif;
}
.lowerPage-heading-decoration::after {
	display: block;
	content: '';
	width: 160px;
	height: 0px;
	border-top: solid 3px #0c8589;
	margin-top: 0.2em;
	margin-right:auto;
	margin-left:auto;
}
.lowerPage-heading-decoration + p {
	margin-top: 0.5em;
	margin-bottom: 3em;
	color: #707070;
	text-align:center;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
}



.entry {
	padding-top: 20px;
	/*padding-bottom: var(--v-space);*/
	background-color: #ffffff;
}
.entry01 {
	padding-bottom: var(--v-space) 0;
	background-color: #ffffff;
}
.entry-img img {
	width: 100%;
	/*max-height: 400px;*//*下層ページビジュアル*/
	object-fit: cover;
	/*margin-bottom: calc(var(--v-space) * 2 / 3);*/	/*初期値*/
	margin-bottom: calc(var(--v-space) * 1 / 3);
}

.entry .w-container {
	max-width: 750px;
}

.entry .heading-decoration {
	font-size: clamp(30px, 6.25vw, 48px);
}

.entry-container {
	font-size: clamp(15px, 2.4vw, 16px);
	text-align: justify;/*文字両端ぞろえ*/
}

.entry-container :where(h1, h2, h3, h4, h5, h6, p, figure, ul) {
	margin-top: revert;
	margin-bottom: revert;
	padding: revert;
	list-style: revert;
}

.entry-container p {
	margin: 1.8em 0;
}

.entry-container > :first-child {
	margin-top: 0;
}

.entry-container > :last-child {
	margin-bottom: 0;
}


/* プラン */
.plans {
	padding: var(--v-space) 0;
	background-color: #e9e5e9;
}

.plans-container {
	display: grid;
	gap: 27px;
}

@media (min-width: 569px) {
	.plans-container {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* プラン：カード */
.plan {
	display: flex;
	flex-direction: column;
	padding: 60px 27px;
	border-radius: 20px;
	background-color: #ffffff;
}

.plan h3 {
	margin-bottom: 38px;
	font-family: "Montserrat", sans-serif;
	font-size: 38px;
	font-weight: 400;
}

.plan .desc {
	margin-bottom: 38px;
}

.plan .price {
	margin-top: auto;
	margin-bottom: 22px;
	font-size: 26px;
	font-weight: bold;
}

.plan .btn {
	width: auto;
}


/* youtube */
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
margin:40px 0 20px 0;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
