@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap'); */

/* タイトル用Dela Gothic One  */
/* @import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Zen+Kurenaido&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Klee+One:wght@400;600&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
/* 	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
/* font-family: 'Zen Kurenaido', sans-serif; */
font-family: 'Klee One', cursive;

}
@media all and (-ms-high-contrast:none) {
	body, table, input, textarea, select, option {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
	}
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #121212;
	text-decoration: none;
}
a:visited {
	color: #121212;
}
a:hover {
	color: #121212;
}
a:active {
	color: #121212;
}
a, a img {
	-webkit-transition: .3s;
	transition: .3s;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #121212;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
p {
	line-height: 2.25;
}
#container {
	text-align: left;
	position: relative;
	overflow: hidden;
}
#main {
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	p {
		line-height: 1.8;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	box-sizing: border-box;
}
#gHeader.sub{
    background: #fff;
}
#gHeader h1 {
	width: 0;
	height: 0;
	text-indent: 999px;
	overflow: hidden;
}
#gHeader.sub .logoTxt{
	color: #111;
}
#gHeader .logoTxt {
	font-family: 'Dela Gothic One', cursive;
	margin-top: 30px;
	color: #fff;
	line-height: 1.5;
	font-weight: bold;
	font-size: 3.6rem;
	letter-spacing: 0.1em;
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1722px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	box-sizing: border-box;
}
#gHeader .rightBox {
	padding: 38px 0px;
	width: calc(100% - 361px);
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	box-sizing: border-box;
}
#gHeader .rightBox::after {
	width: 110vw;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	content: "";
	z-index: 1;
}
#gHeader .rightBox * {
	position: relative;
	z-index: 10;
}
#gHeader .telTxt {
	margin-left: 75px;
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0.07em;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	#gHeader .telTxt {
		margin-top: 3px;
		font-size: 1.7rem;
	}
}
@media all and (min-width: 897px) and (max-width: 1580px) {
	#gHeader .rightBox {
		padding: 26px 0;
		width: calc(100% - 120px);
	}
	#gHeader .telTxt {
		margin-left: 15px;
		letter-spacing: 0;
	}
	#gHeader .logoTxt {
		margin-top: 20px;
		font-size: 2.6rem;
		letter-spacing: 0;
	}
	#gHeader .hBox {
		padding: 0 15px;
	}
	#gHeader .hBox {
		max-width: 1200px;
	}
}
@media all and (min-width: 1299px) and (max-width: 1580px) {
	#gHeader .rightBox {
		width: calc(100% - 190px);
	}
	#gHeader .hBox {
		max-width: 1300px;
	}
}
@media all and (min-width: 897px) {
	#gHeader .rightBox {
		display: flex !important;
		height: auto !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 10px;
	}
	#gHeader .rightBox {
		padding: 25px 20px 40px;
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		display: block;
		background-color: rgba(255,255,255,0.9);
		display: none;
	}
	#gHeader .logoTxt {
		margin-top: 0;
		font-size: 2.4rem;
	}
	#gHeader .telTxt {
		margin: 22px 0 0;
		text-align: center;
	}
	#gHeader .rightBox::after {
		display: none;
	}
}

/* gNavi */
#gNavi ul {
    padding: 0 1%;
}
#gNavi li {
	margin-left: 49px;
	display: inline-block;
	vertical-align: top;
}
#gNavi li:first-child {
	margin-left: 0;
}
#gNavi a {
	display: inline-block;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.058em;
}
@media all and (min-width: 897px) and (max-width: 1580px) {
	#gNavi li {
		margin-left: 30px;
	}
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	#gNavi a {
		font-size: 1.35rem;
		letter-spacing: 0;
	}
	#gNavi li {
		margin-left: 10px;
	}
}
@media all and (min-width: 897px) {
	#gNavi a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#gNavi li {
		margin: 0;
		display: block;
		text-align: center;
	}
	#gNavi li:last-child {
		margin-bottom: 0;
	}
	#gNavi a {
		padding: 17px 0;
		font-size: 1.5rem;
		display: block;
		border-bottom: 1px solid #617a90;
	}
}

/* menu */
.menu {
	position: absolute;
	top: 20px;
	right: 12px;
	height: 20px;
	width: 20px;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu.active .top {
	-webkit-transform: translateY(7px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(7px) translateX(0) rotate(-45deg);
	transform: translateY(7px) translateX(0) rotate(-45deg);
	background: #fff;
}
.menu.active .middle {
	opacity: 0;
	background: #fff;
}
.menu.active .bottom {
	-webkit-transform: translateY(-7px) translateX(0) rotate(45deg);
	-ms-transform: translateY(-7px) translateX(0) rotate(45deg);
	transform: translateY(-7px) translateX(0) rotate(45deg);
	background: #fff;
}
.menu span {
	background: #fff;
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
#gHeader.sub .menu span {
	background: #111;
}
.menu span:nth-of-type(2) {
	top: 7px;
}
.menu span:nth-of-type(3) {
	top: 14px;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 65px 0 25px;
	background-color: #121212;
}
#gFooter .fNavi {
	margin: -10px 0 38px;
	text-align: center;
}
#gFooter .fNavi li {
	margin: 10px 19px 0;
	display: inline-block;
}
#gFooter .fNavi a {
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
#gFooter .copyright {
	color: #9f9e9e;
	font-size: 1.2rem;
	font-style: inherit;
	text-align: center;
	letter-spacing: 0.05em;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 40px 0 25px;
	}
	#gFooter .fNavi li {
		margin: 0;
		width: 50%;
		border-bottom: 1px solid #fff;
		box-sizing: border-box;
	}
	#gFooter .fNavi li:nth-child(2n) {
		border-left: 1px solid #fff;
	}
	#gFooter .fNavi {
		margin: 0 0 30px;
		display: flex;
		flex-wrap: wrap;
		border-top: 1px solid #fff;
	}
	#gFooter .fNavi a {
		padding: 10px;
		font-size: 1.2rem;
		letter-spacing: 0;
		display: block;
	}
	#gFooter .copyright {
		font-size: 0.9rem;
	}
}


/* ここから投稿記事＆CTA */
 .contentFlex {
  margin: 0 auto 69px;
  padding: 0 20px;
  display: flex;
  max-width: 1080px;
  justify-content: space-between;
}
 .contentFlex > section {
  width: 43.7%;
  position: relative;
}
 .contentFlex .headline02 {
  margin-bottom: 32px;
  text-align: left;
}
 .contentFlex .headline02 .en {
  margin: 0;
  font-size: 4rem;
}
 .contentFlex .comBtn a {
  padding: 5px 4px 4px;
  width: 90px;
  font-size: 1.4rem;
}
 .contentFlex .comBtn {
  position: absolute;
  top: 5px;
  right: 0;
}
 .btmBox {
  padding: 90px 0 80px;
  color: #fff;
/*   background: url(../img/index/btm_bg.jpg) no-repeat center center; */
background: url(../../img/index/btm_bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
 .btmBox .ttl {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
 .btmBox .flex {
  justify-content: center;
}
 .btmBox .flex > * {
  margin: 0 19px;
}
 .btmBox .telTxt {
  margin-top: 16px;
  line-height: 1;
  font-size: 3rem;
  letter-spacing: 0.11em;
}
 .btmBox .telTxt a {
  margin-top: -16px;
  color: #fff;
  font-size: 5rem;
  display: inline-block;
  vertical-align: middle;
}
 .btmBox .comBtn {
  background-color: #fff;
}
 .btmBox .comBtn a {
  padding: 17px 40px 16px 10px;
  width: 360px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
 .btmBox .comBtn img {
  margin: -4px 19px 0 0;
  display: inline-block;
  vertical-align: middle;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
   .mainVisual .slickBox h2 .en span {
    font-size: 12rem;
  }
   .mainVisual .slickBox h2 .en {
    font-size: 8rem;
  }
   .serviceBox .imgUl .comBtn span {
    font-size: 1.5rem;
  }
   .serviceBox .imgUl .comBtn {
    padding: 0 8px;
  }
   .contentFlex > section {
    width: 47.7%;
  }
}
@media all and (max-width: 896px) {
   .mainVisual .slickBox h2 .en {
    font-size: 3rem;
  }
   .mainVisual .slickBox h2 .en span {
    font-size: 4rem;
  }
   .mainVisual .slickBox h2 {
    margin-top: 0;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.3;
  }
   .mainVisual .imgUl li {
    height: 500px;
  }
   .mainVisual .notesBox {
    margin-top: 0;
    padding: 0;
  }
   .mainVisual .notesBox ul {
    display: block;
    text-align: left;
  }
   .mainVisual .notesBox h3 {
    font-size: 1.8rem;
  }
   .mainVisual .notesBox ul li {
    padding-left: 20px;
    margin: 0 0 12px;
  }
   .mainVisual .notesBox ul li:last-child {
    margin-bottom: 0;
  }
   .mainVisual .notesBox .innerBox {
    padding: 20px 20px;
  }
   .mainVisual .notesBox ul li::after {
    width: 13px;
    height: 13px;
    top: 4px;
    left: 0;
  }
   .greeting .headline01 {
    margin: 0 20px 20px;
  }
   .greeting .bgBox {
    padding: 52px 20px 84px;
    letter-spacing: 0;
  }
   .serviceBox {
    margin: 0 0 40px;
    padding: 50px 20px;
  }
   .serviceBox .imgUl {
    margin: 0 -20px;
    flex-wrap: wrap;
    font-size: 0;
  }
   .serviceBox .imgUl li {
    width: 50%;
  }
   .serviceBox .imgUl .comBtn span {
    padding: 11px 10px;
    font-size: 1.25rem;
  }
   .serviceBox .imgUl .comBtn {
    padding: 0 10px;
  }
   .contentFlex {
    margin: 0 20px 50px;
    padding: 0;
    display: block;
  }
   .contentFlex > section {
    margin-bottom: 50px;
    width: auto;
  }
   .contentFlex > section:last-child {
    margin-bottom: 0;
  }
   .contentFlex .headline02 .en {
    font-size: 3rem;
  }
   .contentFlex .comBtn a {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    padding: 17px 10px 17px;
    font-size: 1.5rem;
  }
   .contentFlex .comBtn {
    margin-top: 30px;
    position: static;
    top: auto;
    right: auto;
  }
   .btmBox {
    padding: 80px 20px;
  }
   .btmBox .ttl {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
   .btmBox .flex {
    display: block;
  }
   .btmBox .flex > * {
    margin: 0;
  }
   .btmBox .telTxt {
    margin-bottom: 20px;
    font-size: 2rem;
  }
   .btmBox .telTxt a {
    margin-top: -13px;
    font-size: 3rem;
  }
   .btmBox .comBtn a {
    margin: 0 auto;
    padding: 17px 40px 16px 10px;
    max-width: 360px;
    width: 100%;
  }
   .btmBox .comBtn {
    background-color: transparent;
  }
}
/* ここまで投稿記事＆CTA */
