@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  基本CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [RESET,FORMAT]
--------------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body {
	line-height: 1;
	word-break: break-all;
}
main,article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
	display: block;
}
ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	background-color: #ff9;
	color: #3C3C3C;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #3C3C3C;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 180%;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #3C3C3C;
	text-decoration: none;
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* [SITE FORMAT]
--------------------------------------------------------------------------*/
html, body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
	font-size: 16px;
	height: 100%;
	line-height: 140%;
	color: #3C3C3C;
	letter-spacing: 0px;
}
img {
	vertical-align: bottom;
}
h1,
h2,
h3,
h4,
h5  {
	line-height: 140%;
}
/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-jp-v56-japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-sans-jp-v56-japanese_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-600 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/noto-sans-jp-v56-japanese_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-jp-v56-japanese_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-800 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/noto-sans-jp-v56-japanese_latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-900 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/noto-sans-jp-v56-japanese_latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v32-latin-700.woff2') format('woff2');
}
.min-f {
	font-family: "Zen Old Mincho","ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: normal;
}
.eng {
	color: #EF6079;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 100%;
	font-family: 'Roboto', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica, sans-serif;
}
.dsn-sp {
	display: block;
}
.dsn-pc {
	display: none;
}
a[href^="tel:"] {
	pointer-events: inherit;
}
/* [header]
--------------------------------------------------------------------------*/
.head-bg {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: auto;
	top: 0;
	transition: 0.8s;
	background: #fff;
}
.head-band {
	background: #009A7D;
}
.head-band .ttl {
	display: block;
	width: 100%;
	max-width: 1240px;
	padding: 2px 20px;
	margin: 0 auto;
	color: #fff;
	font-size: 10px;
	line-height: 1.6;
	font-weight: 400;
}
header .wrap .inner {
	width: 100%;
	max-width: 1240px;
	padding: 8px 20px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#pc-nav {
	display: none;
}
header .wrap .inner .logo {
	width: 25%;
	max-width: 97px;
	height: auto;
	display: block;
	transition: 0.8s;
}
header .wrap .inner .logo a {
	line-height: 100%;
	display: flex;
	align-items: center;
}
header .wrap .inner .logo img {
	width: 100%;
	height: auto;
	transition: 0.8s;
}
header .wrap .inner .nav-left {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
header .wrap .inner .lang-selector {
	width: 110px;
	margin-right: 10px;
}
header .wrap .inner .lang-selector select {
	border: 2px solid #009A7D;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 600;
	color: #009A7D;
	padding: 3px 0px
}
.lang-dropdown {
	width: 110px;
	margin-right: 10px;
	position: relative;
	display: inline-block;
	border: 2px solid #009A7D;
	border-radius: 4px;
	padding: 7px 5px;
}
.lang-dropdown summary {
	cursor: pointer;
	font-size: 10px;
	font-weight: 600;
	color: #009A7D;
	list-style: none; /* デフォルトの矢印を消す */
	line-height: 120%;
	position: relative;
	padding-left: 20px;
}
.lang-dropdown summary:before {
	position: absolute;
	content: "";
	background: url(../images/common/icon-earth.svg) no-repeat;
	background-size: cover;
	width: 15px;
	height: 15px;
	left: 0;
	top: -1px;
}
.lang-dropdown .lang-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	display: flex;
	flex-direction: column;
	min-width: 140px;
	z-index: 10;
}
.lang-dropdown .lang-menu a {
	padding: 8px 12px;
	color: #009A7D;
	text-decoration: none;
	font-size: 11px;
	line-height: 120%;
}
.lang-dropdown .lang-menu a:hover {
	background: #f5f5f5;
}
.cv-btn {
	display: block;
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	background: #F27810;
	border-radius: 8px;
	border-bottom: 2px solid #A35008;
	padding: 20px 10px;
}
header .wrap .inner .head-cv-btn {
	width: 90px;
}
header .wrap .inner .head-cv-btn .cv-btn {
	font-size: 10px;
	line-height: 1.6;
	padding: 6px 10px;
}
header .wrap .inner .hamburger {
	width: 44px;
	position: relative;
}
/* [NAV-OPEN] */
#menu-trigger {
	position: absolute;
	width: 24px;
	height: 24px;
	top: -10px;
	right: 0px;
	z-index: 200;
	opacity: 1;
}
#menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #009A7D;
	border-radius: 2px;
}
#menu-trigger span:nth-of-type(1) {
	top: 10px;
}
#menu-trigger span:nth-of-type(2) {
	top: 16px;
}
#menu-trigger span:nth-of-type(3) {
	bottom: 19px;
}
#menu-trigger.active span:nth-of-type(1) {
	transform: translateY(0) rotate(-45deg);
	background-color: #fff;
}
#menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
#menu-trigger.active span:nth-of-type(3) {
	transform: translateY(6px) rotate(45deg);
	background-color: #fff;
}
nav#nav-open {
	position: absolute;
	width: 100%;
	height: 100vh;
	display: none;
	box-sizing: border-box;
	z-index: 100;
	background: #009A7D;
	top: 0;
}
nav#nav-open .click-nav {
	width: 100%;
	height: auto;
	padding: 100px 30px 60px;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	color: #fff;
	overflow-y: auto;
}
nav#nav-open .click-nav .nav-logo {
	width: 100px;
	text-align: center;
	margin: 0 auto 50px;
}
nav#nav-open .click-nav .nav-logo img {
	width: 100%;
	height: auto;
}
nav#nav-open .click-nav ul {
	width: 100%;
	box-sizing: border-box;
	height: auto;
	margin: 0 auto 20px;
}
nav#nav-open .click-nav ul li {
	width: 100%;
	border-bottom: solid 1px #eee;
	box-sizing: border-box;
	padding-bottom: 12px;
	margin-bottom: 12px;
	display: flex;
}
nav#nav-open .click-nav ul a {
	width: 100%;
	display: block;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 120%;
	color: #fff;
}
/* [header-Fixed]
--------------------------------------------------------------------------*/
header.header-scroll {
	position: fixed;
	transition: 0.8s;
}
@media (min-width:1020px) {
	header .wrap .inner {
		padding: 10px 20px;
	}
	header .wrap .inner .logo {
		max-width: 140px;
	}
	.hamburger {
		display: none;
	}
	#pc-nav {
		display: block;
	}
	#pc-nav ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
		width: 100%;
		height: auto;
	}
	#pc-nav ul li {
		margin-right: 20px;
	}
	#pc-nav ul li a {
		font-size: 14px;
		font-weight: 600;
	}
	header .wrap .inner .head-cv-btn {
		width: 130px;
	}
	header .wrap .inner .head-cv-btn .cv-btn {
		font-size: 14px;
	}
	.lang-dropdown {
		width: 130px;
		margin-right: 20px;
		padding: 10px 5px;
	}
	.lang-dropdown summary {
		font-size: 14px;
		line-height: 100%;
	}
	.lang-dropdown summary:before {
		top: 0;
	}
}
/* [footer]
--------------------------------------------------------------------------*/
footer {
	width: 100%;
	background: #fff;
}
.f-conts-wrap {
	background: #009A7D;
	color: #fff;
}
.f-conts-wrap a {
	color: #fff;
}
.f-conts-wrap .pkg {
	padding: 80px 30px;
}
.f-conts-flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
	line-height: 100%;
}
.f-conts-flx .site-conts {
	width: 100%;
}
.f-link li {
	padding-bottom: 20px;
}
.f-link .ttl,
.f-link a.ttl {
	font-size: 11px;
	color: #EFFFFA;
	margin-bottom: 8px;
	display: block;
	line-height: 22px;
}
.f-link .flx-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}
.f-link a.big {
	display: block;
	margin-right: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 22px;
}
.f-link a.big:last-child {
	margin-right: 0;
}
.f-conts-flx .other-conts {
	width: 100%;
}
.sns .ttl {
	margin-bottom: 10px;
}
.sns-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.sns-link li {
	width: 100%;
	margin-bottom: 10px;
}
.sns-link li:last-child {
	margin-bottom: 0;
}
.sns-link a {
	display: block;
	padding: 20px 15px 19px 45px;
	background: #55B298;
	border-radius: 6px;
	position: relative;
	font-size: 13px;
	font-weight: bold;
}
.sns-link a:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 24px;
	height: 24px;
	top: 15px;
	left: 12px;
	vertical-align: middle;
}
.sns-link a.insta:before {
	background: url(../images/common/f-sns-insta.svg) no-repeat;
}
.sns-link a.tw:before {
	background: url(../images/common/f-sns-tw.svg) no-repeat;
}
.sns-link a.fb:before {
	background: url(../images/common/f-sns-fb.svg) no-repeat;
}
.sns-link a.note:before {
	background: url(../images/common/f-sns-note.svg) no-repeat;
}
.tel-box {
	margin-bottom: 30px;
}
.tel-ttl {
	position: relative;
	padding-left: 22px;
	margin-bottom: 15px;
}
.tel-ttl:before {
	content: "";
	background: url(../images/common/icon-tel.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 20px;
	top: -2px;
	left: 0;
	vertical-align: middle;
}
.tel-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.tel-link .tel {
	display: block;
	width: 100%;
	position: relative;
	padding-left: 65px;
	font-size: 44px;
	margin-bottom: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.tel-link .tel a {
	font-family: 'Roboto', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica, sans-serif;
}
.tel-link .tel:before {
	content: "";
	background: url(../images/common/icon-freeedial.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 35px;
	top: 5px;
	left: 0;
	vertical-align: middle;
}
.tel-link .caption {
	width: 100%;
	font-size: 12px;
	line-height: 140%;
}
.other-cv .ttl {
	margin-bottom: 20px;
}
.btn {
	display:flex;
	align-items: center;
	background:#fff;
	width: 220px;
	padding: 20px;
	color: #3C3C3C;
	font-size: 13px;
	line-height: 120%;
	font-weight: bold;
	text-align: left;
	border:1px solid #3C3C3C;
	border-radius: 6px;
	cursor:pointer;
	position: relative;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.btn span {
	width: 85%;
	display: inline-block;
	transition: all 0.5s ease 0s;
	letter-spacing: 0;
}
.btn:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 22px;
	margin: auto;
	width: 13px;
	height: 2px;
	background: #009A7D;
	border-radius: 1px;
	transition: 0.5s;
}
.btn:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 22px;
	margin: auto;
	width: 8px;
	height: 8px;
	border-left: 2px solid #009A7D;
	border-bottom: 2px solid #009A7D;
	border-radius: 1px;
	transform: rotate(-135deg);
	transition: 0.5s;
}
.btn:hover {
	opacity: 1;
	border: 1px solid #009A7D;
	color: #009A7D;
}
.btn:hover span {
	padding-left: 5px;
}
.btn:hover:before{
	right: 15px;
	width: 13px;
}
.btn:hover:after{
	right: 15px;
}
.other-cv-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.other-cv-btn a {
	width: 100%;
	color: #3C3C3C;
	border: none;
	margin-bottom: 10px;
}
.other-cv-btn a:last-child {
	margin-bottom: 0;
}
.other-cv-btn a:hover {
	border: none;
}
.f-copyright-wrap {
	background: #fff;
	padding: 30px 20px;
}
.f-copyright-wrap .flx-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.logo-link {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.f-logo {
	width: 200px;
	height: auto;
	margin-right: 30px;
	margin-bottom: 20px;
}
.f-logo img {
	width: 100%;
	height: auto;
}
.other-link a {
	transition: all 0.5s ease 0s;
	opacity: 1;
}
.other-link a:hover {
	color: #009A7D;
	opacity: 1;
}
.sticky-link-btn {
	display: none;
}
.sticky-link-btn {
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: auto;
	display: block;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 20;
	padding: 20px;
	position: -webkit-sticky;
	position: sticky;
}
.sticky-link-btn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sticky-link-btn ul li {
	margin-right: 10px;
}
.sticky-link-btn ul li:last-child {
	margin-right: 0;
}
.sticky-link-btn ul li a {
	display: block;
	width: 150px;
	height: 44px;
	box-sizing: border-box;
	background: #fff;
	color: #009A7D;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	border: 2px solid #009A7D;
	border-radius: 8px;
}
.f-other-bnr {
	width: 100%;
	margin-bottom: 30px;
}
.f-other-bnr a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
}
.f-other-bnr a .img-box {
	width: 35%;
	height: auto;
}
.f-other-bnr a .img-box img {
	width: 100%;
	height: auto;
}
.f-other-bnr a .txt-box {
	width: 60%;
	line-height: 140%;
}
.f-copyright-wrap .flx-wrap .copyright {
	width: 100%;
	text-align: left;
}
@media (min-width:1020px) {
	.dsn-sp {
		display: none;
	}
	.dsn-pc {
		display: block;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	a:hover {
		opacity: 0.5;
		-webkit-opacity: 0.5;
		-moz-opacity: 0.5;
		filter: alpha(opacity=50);	/* IE lt 8 */
		-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	}
	.f-conts-wrap .pkg {
		padding: 80px 40px;
	}
	.f-conts-flx .site-conts {
		width: 46%;
		margin-bottom: 0;
	}
	.f-conts-flx .other-conts {
		width: 50%;
	}
	.sns-link li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.tel-link .tel {
		width: 60%;
	}
	.tel-link .caption {
		width: 38%;
		margin-left: 2%;
	}
	.other-cv-btn a {
		width: 49%;
		margin-bottom: 0;
	}
	.logo-link {
		width: 42%;
		margin-bottom: 0;
	}
	.f-logo {
		margin-bottom: 0;
	}
	.f-other-bnr {
		width: 28%;
		margin-bottom: 0;
	}
	.f-copyright-wrap .flx-wrap .copyright {
		width: 25%;
		text-align: right;
	}
}

