@charset 'UTF-8';

/* ------------------------------------------------

* Style Index
	#. Cores
	#. Layouts    :prefix[l-]
	#. Components :prefix[c-]
	#. Units
	#. Utilities  :prefix[u-]
	// #. Functions :prefix[js-]

------------------------------------------------ */
/* ------------------------------------------------
# Cores
------------------------------------------------ */
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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%;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	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;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
}

* {
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: inherit;
}

html {
	font-size: 62.5%;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

body {
	font-size: 1.4rem;
	font-family: '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-weight: 400;
	line-height: 1.76;
	letter-spacing: 1px;
	color: #343434;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	-webkit-text-size-adjust: 100%;
}

img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

svg {
	width: auto;
	height: auto;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

ul {
	list-style: none;
}

button {
	font-family: '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background: transparent;
	border: none;
	border-radius: 0;
	cursor: pointer;
	outline: none;
	padding: 0;
}

a {
	display: inline-block;
	color: #343434;
	opacity: 1;
	text-decoration: none;
	cursor: pointer;
}

input {
	border-radius: 0;
}

.section-contents {
	padding: 2em 5em 2em 5em;
	width: 100%;
	position: relative;
}

#keyvisual {
	padding: 0;
	height: 60%;
}

#keyvisual .wrapper {
	position: absolute;
	top: 50%;
	left: 11.875%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	line-height: 2;
}

#keyvisual .wrapper .site-title {
	font-size: 7.4rem;
	font-family: 'Vollkorn', serif;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.1em;
}

#keyvisual .wrapper .site-caption {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 2.0rem;
	letter-spacing: 0.2em;
}

.swiper-slide {
    position: relative;
}

.s-fade-text1, .s-fade-text2, .s-fade-text3, .s-fade-text4 {
    position: absolute;
    top: 53%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    color: #fff;
    font-size: 2.5em;
	width: 100%;
	text-align: center;
	font-weight: bold;

}

.sp-only {
	display: none;
}
.section-contents .section-title-sm {
	font-size: 2.3rem;
	font-weight: 500;
	color: #00822D;
}

.section-contents .section-title-sm-white {
	font-size: 2.3rem;
	font-weight: 500;
	color: #fff;
}

.section-contents .section-title-sm::before {
	content: "";
    display: inline-block;
    width: 100px; 
    height: 1px;
    background-color: #00822D; 
    margin-right: 10px;
}

.section-contents .section-title-sm-white::before {
	content: "";
    display: inline-block;
    width: 100px; 
    height: 1px;
    background-color: #fff; 
    margin-right: 10px;
}

.section-contents .section-title {
	padding-bottom: 40px;
	font-size: 6.0rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	line-height: 1;
	position: relative;
	color: #00822D;
}

.section-contents .section-title-white {
	padding-bottom: 40px;
	font-size: 6.0rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	line-height: 1;
	position: relative;
	color: #fff;
	margin-right: 80%;
}

.section-contents .section-lead {
	margin-top: 30px;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
}

.section-contents .section-buttons {
	margin-top: 6.25%;
}

.section-container {
	display: flex;
	padding-bottom: 3em;
}

.text-container {
	width: 60%;
	margin-left: 3em;
	margin-top: 3em;
	font-size: 1.2em;
}

.image-container {
	width: 50%;
	height: 24em;
	margin-right: 10em;
	position: relative;
	top: -3em;
	left: 10em;
}

.image-container img {
	height: 24em;
}

.content-box {
	width: 100%;
	background-color: #fff;
	margin-bottom: 2em;
}

#about {
	background-repeat: no-repeat;
	background-position: center top;
}

#company {
	background-color: #00822D;
	background-repeat: no-repeat;
	background-size: cover;
	/* height: 60%; */
}

.company-content-box {
	display: flex;
	padding: 0 3em 0 3em;

}
.company-left {
	width: 50%;
	margin: 3em 2em 3em 2em;
	line-height: 2;
}

.company-right {
	width: 50%;
	margin: 3em 2em 3em 2em;
	line-height: 2;
}

.company-left hr {
    border-color: #00822D; 
    border-style: solid; 
}

.company-right hr {
    border-color: #00822D; 
    border-style: solid; 
}

#access {
	/* height: 760px; */
}

.access-items {
	display: flex;
	

}
.access-item {
	margin-right: 2em;
	margin-bottom: 2em;
}

.access-item::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 1em;
    background-color: #00822D;
    margin-right: 5px;
	vertical-align: middle;
}

.page-contents {
	margin: 5em auto 20em auto;
	width: 70%;
	position: relative;
	font-size: 1.4em;
	line-height: 2;
}

.page-title {
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 1em;
}

.page-content-box {
	margin: 0 auto;
	text-align: left;
}

.page-content-box h3 {
	margin-top: 1em;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
 @media screen and (max-width: 769px) {

.section-container {
	display:block;
}

.text-container {
	width: 90%;
	margin: 1em;
}

.image-container {
	width: 100%;
	height: 15em;
	position: static;
}

.image-container img {
	height: 15em;
}

.content-box {
	width: 100%;
	background-color: #fff;
	margin-bottom: 2em;
}

#company {
	background-color: #00822D;
	background-repeat: no-repeat;
	background-size: cover;
	/* height: 60%; */
}

.company-content-box {
	display:block;
	padding: 1em 3em 1em 3em;
	font-size: 0.8em;

}
.company-left {
	width: 100%;
	margin: 0;
	line-height: 2;
}

.company-right {
	width: 100%;
	margin: 0;
	line-height: 2;
}

.company-left hr {
    border-color: #00822D; 
    border-style: solid; 
}

.company-right hr {
    border-color: #00822D; 
    border-style: solid; 
}

.pc-only {
	display: none;
}

#access {
}

.access-items {
	display: block;
	

}
.access-item {
	margin-right: 2em;
	margin-bottom: 2em;
}

.access-item::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 1em;
    background-color: #00822D;
    margin-right: 5px;
	vertical-align: middle;
}

.page-contents {
	margin: 5em auto 20em auto;
	width: 70%;
	position: relative;
	font-size: 1.0em;
	line-height: 2;
}

.page-title {
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 1em;
}

.page-content-box {
	margin: 0 auto;
	text-align: left;
}

.page-content-box h3 {
	margin-top: 1em;
}
 }

#pg-contact {
	margin-top: 10em;
}

#pg-contact .lead {
	margin: 0 auto 0 auto;
	font-size: 1.5rem !important;
	width: 80%;
}

#pg-contact h2 {
	margin:7em auto 2em auto;
	font-size: 2.5rem;
	text-align: center;
}

#pg-contact .lead strong {
	font-weight: 700;
}

#pg-contact .lead a {
	text-decoration: underline;
}

#pg-contact .lead a:hover {
	color: #127dd6;
}

#pg-contact .form-inner {
	margin: 8% auto 5%;
	width: 75%;
}

#pg-contact .form-inner .contact-form {
	margin: auto;
}

#pg-contact .form-inner .contact-form .input-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#pg-contact .form-inner .contact-form .input-box:not(:first-child) {
	margin-top: 6.7%;
}

#pg-contact .form-inner .contact-form .input-box .label-area {
	padding: 6px 0;
	width: 25%;
	font-size: 1.6rem;
}

#pg-contact .form-inner .contact-form .input-box .input-area {
	width: 75%;
	color: #d0d0d0;
	position: relative;
}

#pg-contact .form-inner .contact-form .input-box .input-area input {
	padding: 9px 12px;
	width: 100%;
	font-size: 1.6rem;
	color: #d0d0d0;
	border: 1px solid #d0d0d0;
}

#pg-contact .form-inner .contact-form .input-box .input-area textarea {
	resize: none;
	padding: 9px 12px;
	width: 100%;
	height: 243px;
	font-size: 1.6rem;
	color: #d0d0d0;
	border: 1px solid #d0d0d0;
}

#pg-contact .form-inner .contact-form .input-box .input-area input:focus,
#pg-contact .form-inner .contact-form .input-box .input-area textarea:focus {
	outline: none;
	color: #343434;
	border: 1px solid #127dd6;
	box-shadow: 0 0 1px 0 rgba(18, 125, 214, 0.45);
}

#pg-contact .form-inner .contact-form .input-box .input-area .input-error {
	display: none;
	position: absolute;
	bottom: -30px;
	left: 0;
	color: #c00;
}

#pg-contact .form-inner .contact-form .input-box .input-area .input-error.wpcf7-not-valid-tip {
	display: block;
}

#pg-contact .form-inner .contact-form .action-box {
	margin-top: 7%;
	width: 100%;
	text-align: center;

}

#pg-contact .form-inner .note {
	margin: 2% auto 0 auto;
	width: 65%;
}

#pg-contact .form-inner .note small {
	font-size: 1.3rem !important;
	line-height: 2.4;
	letter-spacing: 0.2em;

}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 769px) {
	#pg-contact h2 {
		font-size: 2.0rem;
	}

	#pg-contact .lead {
		margin-top: 8.8%;
		font-size: 1.2rem;
	}

	#pg-contact .form-inner {
		margin: 18% auto 0;
		width: 100%;
	}

	#pg-contact .form-inner .contact-form .input-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#pg-contact .form-inner .contact-form .input-box:not(:first-child) {
		margin-top: 6.7%;
	}

	#pg-contact .form-inner .contact-form .input-box .label-area {
		padding: 6px 0;
		width: 100%;
		font-size: 1.6rem;
	}

	#pg-contact .form-inner .contact-form .input-box .input-area {
		width: 100%;
	}

	#pg-contact .form-inner .contact-form .input-box .input-area input {
		padding: 13px 18px;
		font-size: 1.4rem;
	}

	#pg-contact .form-inner .contact-form .input-box .input-area textarea {
		padding: 13px 18px;
		height: 160px;
		font-size: 1.4rem;
	}

	#pg-contact .form-inner .contact-form .input-box .input-area .input-error {
		padding: 0 18px;
		bottom: -20px;
		font-size: 1.1rem;
	}

	#pg-contact .form-inner .contact-form .action-box {
		margin: 9%;
	}

	#pg-contact .form-inner .note {
		margin-top: 10%;
	}

	#pg-contact .form-inner .note small {
		font-size: 1.2rem;
		line-height: 1;
		letter-spacing: 1px;
	}
}


#footer {
	padding: 50px 12.3% 24px;
	color: #c4c4c4;
	background-color: #00822D;
}

#footer .footerContents {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

#footer .footerContents-contact {
	padding-bottom: 36px;
	border-right: 1px solid #fff;
	width: 34.4%;
}

#footer .footerContents-contact .enterprise-logo {
	display: block;
}

#footer .footerContents-contact .enterprise-logo img {
	max-width: 17em;
}

#footer .footerContents-contact .enterprise-detail {
	margin-top: 32px;
}

#footer .footerContents-contact .enterprise-detail .name {
	font-size: 1.3rem;
}

#footer .footerContents-contact .enterprise-detail .address {
	margin-top: 10px;
	font-size: 1.3rem;
}

#footer .footerContents-sitemap {
	width: 65.6%;
}

#footer .footerContents-sitemap .sitemap-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 15%;
	line-height: 21px;
}

#footer .footerContents-sitemap .enterprise-info .enterprise-detail {
	font-size: 1.2rem;
}

#footer .footerContents-sitemap .enterprise-info .enterprise-detail .enterpriseInfos-item {
	margin-top: 15px;
}

#footer .footerContents-sitemap .siteInfo-item:not(:first-child) {
	margin-top: 15px;
}

#footer .footerContents-sitemap .asideInfo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 1.2rem;
}

#footer .footerContents-sitemap .asideInfo-item:not(:first-child) {
	margin-top: 15px;
}

#footer .footerContents-sitemap .largeCategory-link,
#footer .footerContents-sitemap .middleCategory-link,
#footer .footerContents-sitemap .smallCategory-link {
	display: block;
	color: #c4c4c4;
}

#footer .footerContents-sitemap .largeCategory-link:hover,
#footer .footerContents-sitemap .middleCategory-link:hover,
#footer .footerContents-sitemap .smallCategory-link:hover {
	text-decoration: underline;
}

#footer .copyright {
	margin-top: 54px;
	font-size: 1.2rem;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 769px) {
	#footer {
		padding: 30px 4% 12px;
	}

	#footer .footerContents {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#footer .footerContents-contact {
		padding-bottom: 18px;
		border-right: none;
		width: 100%;
	}

	#footer .footerContents-contact .enterprise-logo {
	}

	#footer .footerContents-contact .enterprise-detail {
		margin-top: 0;
	}

	#footer .footerContents-contact .enterprise-detail .address {
		margin-top: 10px;
		font-size: 1.2rem;
	}

	#footer .footerContents-sitemap {
		width: 100%;
	}

	#footer .footerContents-sitemap .sitemap-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-left: 0;
		line-height: 21px;
	}

	#footer .footerContents-sitemap .enterprise-info {
		border-top: 1px solid #333;
	}

	#footer .footerContents-sitemap .enterprise-info .enterprise-title {
		font-size: 1.2rem;
		font-weight: 700;
	}

	#footer .footerContents-sitemap .enterprise-info .enterprise-detail {
		display: none;
	}

	#footer .footerContents-sitemap .siteInfo-item {
		border-top: 1px solid #333;
		font-size: 1.2rem;
		font-weight: 700;
	}

	#footer .footerContents-sitemap .siteInfo-item:last-child {
		border-bottom: 1px solid #333;
	}

	#footer .footerContents-sitemap .siteInfo-item:not(:first-child) {
		margin-top: 0;
	}

	#footer .footerContents-sitemap .asideInfo {
		margin: 22px auto 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		font-size: 1.2rem;
	}

	#footer .footerContents-sitemap .asideInfo-item {
		padding: 0 18px;
		font-size: 1.0rem;
		color: #7a7a7a;
		line-height: 18px;
	}

	#footer .footerContents-sitemap .asideInfo-item:not(:first-child) {
		margin-top: 0;
		border-left: 1px solid #333;
	}

	#footer .footerContents-sitemap .largeCategory-link {
		padding: 12px 0;
		position: relative;
	}

	#footer .footerContents-sitemap .largeCategory-link::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 3px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 7px;
		height: 12px;
		background-image: url(../images/svg/icon-rightArrow.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}

	#footer .copyright {
		margin-top: 23px;
		font-size: 1.0rem;
	}
}

#header {
	position: fixed;
	top: 0;
	right: 0;
	padding: 0;
	width: 100%;
	-webkit-transition: none;
	transition: none;
	z-index: 100;
}

#header .header-inner {
	margin: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 7em;
	background-color: #fff;
}

#header .header-inner-sp {
	display: none;
}

#header .toggle-menu {
	display: none;
	z-index: 150;
}

#header .logo {
	width: 8em;
	line-height: 1;
	margin-top: auto;
	margin-bottom: auto;
	z-index: 150;
}

#header .logo .main-logo {
	display: block;
	width: 25em;
}

#header .logo .fixed-logo {
	display: none;
}

#header .header-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

#header .global-nav{
	margin: auto 0 auto 0;
}

#header .global-nav .menu-item {
	margin-top: auto;
    margin-right: 3em;
	margin-left: 3em;
    margin-bottom: auto;
	float: left;
}

#header .global-nav .menu-item .nav-link {
	padding-bottom: 8px;
	font-size: 1.4rem;
	color: #fff;
	position: relative;
}

#header .global-nav .menu-item .nav-link.active::after {
	opacity: 1;
}

#header .global-nav .menu-item .nav-link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

#header .global-nav .menu-item .nav-link:hover::after {
	opacity: 1;
}

#header .contact {
	background-color: #00822D;
	width: 9em;
	height: 7em;
}

#header .contact p {
	margin: 1.8em 0 0 1.5em;
	color: #fff;
}

#header .letter {
	width: 3em;
	position: relative;
	top: 2.0em;
	left: 3em;
}

.swiper-container{
	width: 100%;
	height: 53vw !important;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
	@media screen and (min-width: 400px) and (max-width: 959px) {
	#header {
		position: fixed;
		top: 0;
		right: 0;
		padding: 0;
		width: 100%;
		-webkit-transition: none;
		transition: none;
		z-index: 100;
		font-size: 1.0em;
		background-color: #fff;
	}
	#header .header-inner {
		display: none;
	}
	#header .header-inner-sp {
		display: flex;
	}
	#header .logo .main-logo {
		display: block;
		width: 19em;
		margin-left: 1em;
	}
	#hamburger {
		position: relative;
		display: block;
		width: 5em;
		height: 5em;
		margin: 0 0 0 auto;
	 }
	.menu-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;/*leftの値を変更してメニューを画面外へ*/
		z-index: 80;
		background-color: #00822D;
		transition: all 0.5s;/*アニメーション設定*/
	}
	.menu-btn {
		position: fixed;
		display: flex;
		height: 5em;
		width: 5em;
		justify-content: center;
		align-items: center;
		z-index: 90;
		background-color: #00822D;
	}
	#menu-btn-check:checked ~ .menu-btn span {
		background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	}
	#menu-btn-check:checked ~ .menu-btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu-btn-check:checked ~ .menu-btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	#menu-btn-check {
		display: none;
	}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #ffffff;
		position: absolute;
	}
	.menu-btn span:before {
		bottom: 8px;
	}
	.menu-btn span:after {
		top: 8px;
	}
	#menu-btn-check:checked ~ .menu-content {
		left: 0;/*メニューを画面内へ*/
	}
	.menu-content ul {
		padding: 70px 10px 0;
	}
	.menu-content ul li {
		border-bottom: solid 1px #ffffff;
		list-style: none;
	}
	.menu-content ul li a {
		display: block;
		width: 100%;
		font-size: 15px;
		box-sizing: border-box;
		color:#ffffff;
		text-decoration: none;
		padding: 9px 15px 10px 0;
		position: relative;
	}
	.menu-content ul li a::before {
		content: "";
		width: 7px;
		height: 7px;
		border-top: solid 2px #ffffff;
		border-right: solid 2px #ffffff;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 16px;
	}
	#keyvisual {
		padding: 0;
		height: 100%;
	}
	
	#keyvisual .wrapper {
		position: absolute;
	}
	
	#keyvisual .wrapper .site-title {
		font-size: 100rem;
		font-family: 'Vollkorn', serif;
		font-weight: 400;
		font-style: italic;
		letter-spacing: 0.1em;
	}
	
	#keyvisual .wrapper .site-caption {
		font-family: 'Noto Sans Japanese', sans-serif;
		font-size: 2.0rem;
		letter-spacing: 0.2em;
	}
	
	.swiper-slide {
	}
	
	.s-fade-text1, .s-fade-text2, .s-fade-text3, .s-fade-text4 {
		position: absolute;
		top: 60%; 
		left: 50%; 
		text-align: center;
		transform: translate(-50%, -50%); 
		color: #fff;
		font-size: 1.3em;
		width: 95%;
	}

	.sp-only {
		display: block;
	}
	}
	@media screen and (max-width: 400px) {
		#header {
			position: fixed;
			top: 0;
			right: 0;
			padding: 0;
			width: 100%;
			-webkit-transition: none;
			transition: none;
			z-index: 100;
			font-size: 1.0em;
			background-color: #fff;
		}
		#header .header-inner {
			display: none;
		}
		#header .header-inner-sp {
			display: flex;
		}
		#header .logo .main-logo {
			display: block;
			width: 19em;
			margin-left: 1em;
		}
		#hamburger {
			position: relative;
			display: block;
			width: 5em;
			height: 5em;
			margin: 0 0 0 auto;
		 }
		.menu-content {
			width: 100%;
			height: 100%;
			position: fixed;
			top: 0;
			left: 100%;/*leftの値を変更してメニューを画面外へ*/
			z-index: 80;
			background-color: #00822D;
			transition: all 0.5s;/*アニメーション設定*/
		}
		.menu-btn {
			position: fixed;
			display: flex;
			height: 5em;
			width: 5em;
			justify-content: center;
			align-items: center;
			z-index: 90;
			background-color: #00822D;
		}
		#menu-btn-check:checked ~ .menu-btn span {
			background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
		}
		#menu-btn-check:checked ~ .menu-btn span::before {
			bottom: 0;
			transform: rotate(45deg);
		}
		#menu-btn-check:checked ~ .menu-btn span::after {
			top: 0;
			transform: rotate(-45deg);
		}
		#menu-btn-check {
			display: none;
		}
		.menu-btn span,
		.menu-btn span:before,
		.menu-btn span:after {
			content: '';
			display: block;
			height: 3px;
			width: 25px;
			border-radius: 3px;
			background-color: #ffffff;
			position: absolute;
		}
		.menu-btn span:before {
			bottom: 8px;
		}
		.menu-btn span:after {
			top: 8px;
		}
		#menu-btn-check:checked ~ .menu-content {
			left: 0;/*メニューを画面内へ*/
		}
		.menu-content ul {
			padding: 70px 10px 0;
		}
		.menu-content ul li {
			border-bottom: solid 1px #ffffff;
			list-style: none;
		}
		.menu-content ul li a {
			display: block;
			width: 100%;
			font-size: 15px;
			box-sizing: border-box;
			color:#ffffff;
			text-decoration: none;
			padding: 9px 15px 10px 0;
			position: relative;
		}
		.menu-content ul li a::before {
			content: "";
			width: 7px;
			height: 7px;
			border-top: solid 2px #ffffff;
			border-right: solid 2px #ffffff;
			transform: rotate(45deg);
			position: absolute;
			right: 11px;
			top: 16px;
		}
		#keyvisual {
			padding: 0;
			height: 100%;
		}
		
		#keyvisual .wrapper {
			position: absolute;
		}
		
		#keyvisual .wrapper .site-title {
			font-size: 100rem;
			font-family: 'Vollkorn', serif;
			font-weight: 400;
			font-style: italic;
			letter-spacing: 0.1em;
		}
		
		#keyvisual .wrapper .site-caption {
			font-family: 'Noto Sans Japanese', sans-serif;
			font-size: 2.0rem;
			letter-spacing: 0.2em;
		}
		
		.swiper-slide {
		}
		
		.s-fade-text1, .s-fade-text2, .s-fade-text3, .s-fade-text4 {
			position: absolute;
			top: 60%; 
			left: 50%; 
			text-align: center;
			transform: translate(-50%, -50%); 
			color: #fff;
			font-size: 1.0em;
			width: 95%;
		}
	
		.sp-only {
			display: block;
		}
	}






/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 769px) {
	/* #keyvisual {
		height: 62vh;
		min-height: auto;
	}

	#keyvisual .wrapper {
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		line-height: 2;
	}

	#keyvisual .wrapper .site-title {
		font-size: 3.2rem;
	}

	#keyvisual .wrapper .site-caption {
		margin-top: 8px;
		font-size: 1.3rem;
	} */
}



/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 769px) {
	.section-contents {
		padding: 40px 4% 20px;
	}

	.section-contents .section-title-sm {
		font-size: 1.5rem;
	}

	.section-contents .section-title-sm-white {
		font-size: 1.5rem;
	}


	.section-contents .section-title {
		margin-top: 8px;
		padding-bottom: 15px;
		font-size: 4.0rem;
	}

	.section-contents .section-title-white {
		margin-top: 8px;
		padding-bottom: 15px;
		font-size: 4.0rem;
	}

	.section-contents .section-title::after {
		width: 20px;
	}

	.section-contents .section-lead {
		margin-top: 20px;
		font-size: 1.4rem;
	}

	.section-contents .section-buttons {
		margin-top: 15%;
	}
}

 */


/* ------------------------------------------------
#. Components :prefix[c-]
------------------------------------------------ */
.button {
	padding: 17px 0;
	width: 260px;
	font-size: 1.6rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	letter-spacing: 0.18em;
	overflow: hidden;
	position: relative;
}

.button-ghost {
	border: 1px solid #343434;
	background: transparent;
	-webkit-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
	z-index: 1;
}

.button-ghost::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(left, #127dd6, #4ec9e5);
	background: linear-gradient(to right, #127dd6, #4ec9e5);
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
}

.button-ghost:hover {
	border: 1px solid transparent;
	background: transparent;
	color: #fff;
}

.button-ghost:hover::after {
	opacity: 1;
}

.buttonBox {
}

.buttonBox .seeDetail {
	padding-right: 74px;
	font-size: 1.4rem;
	font-family: 'Vollkorn', serif;
	position: relative;
}

.buttonBox .seeDetail::after {
	content: '';
	position: absolute;
	top: 5px;
	right: 0;
	width: 60px;
	height: 6px;
	background-image: url('../images/svg/icon-next.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 769px) {
	.button {
		padding: 9px 23px;
		width: auto;
		min-width: 183px;
		font-size: 1.3rem;
	}

	.buttonBox .seeDetail {
		padding-right: 38px;
		font-size: 1.0rem;
	}

	.buttonBox .seeDetail::after {
		content: '';
		top: 2px;
		width: 32px;
		height: 10px;
		background-image: url('../images/svg/icon-next-short.svg');
	}
}


.lead-inner {
	max-width: 960px;
	margin: 0 auto 5%;
}


.footer-nav ul {
	display: flex;
	flex-wrap: wrap;
}

.footer-nav ul li {
	width: 100%;
	margin-bottom: 20px;
	color: #fff;
}

.footer-nav ul li a {
	color: #fff;
}

.footer-nav {
	padding-left: 15%;
}

/* ぱんくず */
.bread_crumb {
	max-width: 960px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 14px 0;
}
.bread_crumb span {
	font-size:14px;
	color:rgb(120,120,120);
	margin: 0 10px;
}
.bread_crumb span:first-child {
	margin-left: 0px; 
}
.bread_crumb span:last-child {
	margin-right: 0px; 
}
.bread_crumb span .current-item {
	color:rgb(180,180,180);
}

/* ページナビゲーション */
.nav-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.nav-links a,
.nav-links span {
	margin: 0 6.5px;
	width: 36px;
	height: 36px;
	border: 1px solid #d0d0d0;
	position: relative;
	display: flex;
	justify-content: center;
	background: transparent;
}

.nav-links a {
	cursor: pointer;
}

.nav-links a:hover {
	opacity: 0.8;
}

.nav-links span {
	color: #fff;
	font-weight: bold;
	padding: 3px 7px;
	background: #127dd6;
	border: solid 1px #127dd6;
}




@media(max-width: 768px) {

	#keyvisual>img {
		height: auto;
	}

	.lead-inner {
		line-height: 1.8;
		letter-spacing: 0;
	}

	.lead-inner>p {
		font-size: 1.4rem;
	}

	iframe {
		width: 100%;
		height: auto;
	}

	.footer-nav ul li a {
		color: #fff;
		display: block;
		width: 80%;
		border-bottom: 1px solid #333;
		position: relative;
	}

	.footer-nav {
		padding-left: 0%;
	}

	.footer-nav ul li {
		width: 50%;
	}

	.footer-nav ul li a::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 3px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 7px;
		height: 12px;
		background-image: url('../images/svg/icon-rightArrow.svg');
		background-repeat: no-repeat;
		background-size: contain;
	}

	.wp-block-table tr {
		border-top: none;
	}

	.wp-block-table tr:last-child {
		border-bottom: none;
	}

	.wp-block-table tr td:first-child {
		width: 26%;
		border-right: 1px solid #d0d0d0;
		font-size: 1.2rem;
		font-weight: 700;
	}

	.wp-block-table tr td:last-child {
		padding-left: 6%;
		width: 74%;
		font-size: 1.2rem;
	}

	.wp-block-media-text.alignwide {
		margin-top: 5%;
		display: block;
	}

	.wp-block-media-text.alignwide:last-child {
		margin-bottom: 5%;
	}

	.wp-block-media-text.alignwide figure {
		width: 100%;
	}

	.wp-block-media-text.alignwide .wp-block-media-text__content {
		width: 100%;
		letter-spacing: 0.15em;
		padding: 0;
	}

	.wp-block-media-text.alignwide .wp-block-media-text__content .has-large-font-size {
		font-size: 1.6rem;
		font-weight: 700;
	}

	.wp-block-media-text.alignwide .wp-block-media-text__content p {
		font-size: 1.2rem;
		letter-spacing: 0.15em;
	}

	/* ぱんくず */
	.bread_crumb {
		padding: 0;
	}

	
}


