/* General element styling --------------------------------------------- */

@font-face {
  font-family: 'Century Gothic';
  src: url('fonts/century-gothic.woff2') format('woff2'),
       url('fonts/century-gothic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
	margin: 0 0 20px;
}

img {
	max-width: 100%;
}

button {
	cursor: pointer;
}

html {
	scroll-behavior: smooth;
}

/* General re-usable styling ------------------------------------------- */

.am-container {
	width: calc(100% - 40px);
	margin: 0 auto;
	max-width: 1440px;
}

.am-container.style2 {
	max-width: 1000px;
}

.am-container.style3 {
	max-width: 1200px;
}

.am-container.style5 {
	width: calc(100% - 120px);
}

.am-container.bg-grey {
	background: #F5F5F5;
}

.am-flex {
	display: flex;
}

.am-flex.wrap {
	flex-wrap: wrap;
}

.am-flex.between {
	justify-content: space-between;
}

.am-flex.center {
	justify-content: center;
}

.am-flex.vert-center {
	align-items: center;
}

.am-flex.vert-stretch {
	align-items: stretch;
}

.am-flex.vert-fl-end {
	align-items: flex-end;
}

.am-col1 {
	width: calc(100% / 12);
}

.am-col2 {
	width: calc(100% / 12 * 2);
}

.am-col3 {
	width: calc(100% / 12 * 3);
}

.am-col4 {
	width: calc(100% / 12 * 4);
}

.am-col5 {
	width: calc(100% / 12 * 5);
}

.am-col6 {
	width: calc(100% / 12 * 6);
}

.am-col7 {
	width: calc(100% / 12 * 7);
}

.am-col8 {
	width: calc(100% / 12 * 8);
}

.am-col9 {
	width: calc(100% / 12 * 9);
}

.am-col10 {
	width: calc(100% / 12 * 10);
}

.am-col11 {
	width: calc(100% / 12 * 11);
}

.am-hide {
	display: none;
}

.am-center {
	text-align: center;
}

.am-sp {
	display: none;
}

.am-pc {
	display: block;
}

.am-modal__min-btn {
	border: unset;
	background: unset;
	margin: 0 auto;
	display: block;
}

dialog.am-modal__max {
	width: 100%;
	height: 100%;
	border: unset;
	background: #0003;
}

.am-modal__max-cont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
	width: calc(100% - 80px);
	height: calc(100% - 120px);
	padding: 20px;
	border-radius: 10px
}

.am-modal__max-pix {
	width: calc(100% - 100px);
	height: calc(100% - 150px);
	overflow: auto;
	padding: 50px;
	box-shadow: 0 0 10px #8888 inset;
	border: 1px solid #888;
}

.am-modal__max-pix>img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	margin: auto;
	/* 	cursor: zoom-in; */
}

.am-modal__max-pix.zoom>img {
	width: auto;
	height: auto;
	max-width: 200vw;
	max-height: 200vh;
	/* 	cursor: zoom-out; */
}

.am-modal__max-close.lp-btn {
	margin: 10px auto;
	display: block;
	padding: 10px;
	min-width: 140px;
}

.am-modal__max-close.lp-btn::after {
	content: unset;
}

.am-bg-layout {
    position: relative;
}

.am-bg-pix {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.am-bg-pix > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	display: block;
}

.am-bg-cont {
    position: relative;
    z-index: 1;
}

.am-bg-layout.style2 .am-bg-pix {
    position: relative;
	top: unset;
	left: unset;
	height: auto;
}

.am-bg-layout.style2 .am-bg-pix > img {
    width: 100%;
    height: auto;
    object-fit: cover;
	display: block;
}

.am-bg-layout.style2 .am-bg-cont {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
	height: auto;
}

#sect-banner .am-bg-pix > img {
    object-position: right;
}

.bnr__title {
    margin: 0;
    font-size: 50px;
    padding: 200px 0;
}

.sect-cont {
	padding: 80px 0;
}

.sect-cont.style2 {
    padding: 60px 0;
}

.af-topgap {
/*	height: 68px;*/
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	background-color: #8CCB1F;
}

.hdr__layout {
	height: 100px;
}

.hdr__logo {
    margin: 0 auto 0 0;
}

.hdr__logo>a>img {
	height: auto;
	width: 350px;
	display: block;
}

.hdr__navi-menu {
	display: block;
}

.hdr__navi {
	margin: 0 0 0 auto;
}

.hdr__navi-menu {
	display: flex;
	justify-content: flex-end;
	padding: 0;
	margin: 0 10px 0 0;
}

.hdr__navi-menu li {
	list-style: none;
	text-align: center;
	display: block;
	line-height: 1;
}

.hdr__navi-lang {
    text-align: center;
}

.hdr__navi-menu li:last-child {
	border-width: 0;
}

.hdr__navi-menu li a {
	text-decoration: none;
	color: #000;
	font-weight: 700;
	font-size: 24px;
	padding: 15px 30px 10px;
	width: calc(100% - 40px);
	display: block;
	white-space: nowrap;
}

.hdr__navi-lang a {
    color: #000;
    text-decoration: none;
	display: flex;
    align-items: center;
}

.hdr__navi-lang a.active {
    color: #000;
}

/* SP menu btn ---------------------------------------------*/

.hdr__menu-btn {
	position: absolute;
	top: calc(120px / 2);
	right: 15px;
	border: 2px solid #000;
	background: transparent;
	width: 50px;
	height: 50px;
	transform: translateY(-50%);
	display:none;
}

.hdr__menu-btn-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.hdr__menu-btn-icon::before,
.hdr__menu-btn-icon::after,
.hdr__menu-btn-icon>span {
	content: "";
	width: 30px;
	height: 2px;
	background: #000;
	display: block;
	margin: 8px 0;
	transition: 0.5s ease;
	opacity: 1;
}

header.hdr__menu--show {
	height: 100vh;
	overflow: auto;
}

.bnr__pix {
    text-align: center;
	padding: 0 0 50px;
}

.bnr__pix > video {
	width: 100%;
	height: auto;
}

.bnr__ov {
	position: absolute;
	bottom: 25px;
	right: 10px;
}

.hdr__ftr.ftr__cont {
    display: none;
}

.hdr__navi-lang img {
    width: 30px;
    height: 30px;
    margin: 5px 10px 0 0;
    vertical-align: middle;
    object-fit: contain;
    object-position: top;
}

span.hdr__tel {
    font-size: 24px;
    line-height: 1;
    color: #fcae1c;
    border-bottom: 2px solid;
    border-top: 2px solid transparent;
    font-weight: 700;
}

.slider__layout {
    position: relative;
	padding: 0;
	margin: 100px 0 0;
}

.slider__ov {
    position: absolute;
    left: 150px;
    top: 80px;
    color: #fff;
	width: calc(100% - 300px);
}

.slider__ov-main-title {
    font-weight: 400;
    font-size: 60px;
    line-height: 1.5;
    margin: 0;
	text-shadow: 2px 2px 0 #000, 2px 2px 5px rgba(0,0,0,0.3);
}

.slider__ov-sub-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
	display: block;
	text-shadow: 2px 2px 0 #000, 2px 2px 5px rgba(0,0,0,0.3);
	font-family: "Noto Sans JP", sans-serif;
}

.slider__ov-btn {
    font-size: 24px;
    line-height: 1;
    color: #000;
    text-decoration: unset;
    display: inline-block;
    background: #FFF;
    padding: 18px;
    border-radius: 10px;
	margin: 30px 0 0;
}

.slider__ov-btn > i {
	margin: 0 0 0 20px;
}

.slider__tel {
    display: block;
    font-weight: 700;
    border-bottom: 2px solid;
    width: fit-content;
    border-top: 2px solid transparent;
    color: #fcaf17;
    line-height: 1;
}

.slider__email a {
    color: #fcae1c;
    font-size: 24px;
    text-decoration: underline;
	display: block;
}

.slider__tel-cont {
    align-items: center;
	margin: 5px 0;
}

.slider__ov-sub-title img {
    width: 30px;
    height: 28px;
    display: flex;
    margin: 0 10px 0 0;
    object-fit: cover;
    object-position: top;
}

span.slider__time {
    display: block;
	margin: 0 0 20px;
}

.slider__tel a {
    color: #f7ac17;
    text-decoration: none;
	font-size: 24px;
}

.slick-slide img {
    display: block;
    filter: opacity(0.5);
}

.am-col-auto.hdr__logo img {
    width: 55px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
	background-color: #fff;
	border-radius: 50px;
    padding: 5px;
}

.hdr__logo a {
    color: #000;
    text-decoration: none;
    font-size: 24px;
	font-family: 'Century Gothic', sans-serif;
	position: relative;
}

.slider__item video {
    width: 100%;
	height: 660px;
	object-fit: cover;
	margin: 0 0 -6px;
}

.hdr__navi-lang a {
    display: inline-block;
}

.contact-us-container {
    max-width: 1100px;
    margin: 0 auto;
}

#contact-us {
    padding: 70px 0;
}

.contact-us-banner {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.fw-b {
    font-weight: 700;
}

.contact-form-container {
    max-width: 1100px;
    margin: 0 auto;
}

span.fc-red {
    color: #FB4242;
}

.contact-form-desc {
    font-size: 24px;
    margin: 0 0 30px 45px;
}

.contact-form-input {
    display: flex;
    align-items: center;
    margin: 0 0 22px;
}

.contact-form-input p label {
    display: flex;
}

.contact-form-content {
    background-color: rgba(230, 230, 230, 0.7);
    padding: 30px 0 0;
    margin: 30px 0 0;
}

.contact-form-fields-input input {
    padding: 10px;
    border: none;
    border-radius: 6px;
    width: 100%;
}

.contact-form-fields-name {
    width: 140px;
}

.contact-form-fields-input {
    width: calc(100% - 140px);
}

.contact-form-fields-name > p,
.contact-form-fields-input > p {
    margin: 0;
}

.contact-form-fields-input input {
    padding: 12px 10px;
    border: none;
    border-radius: 6px;
	width: calc(100% - 20px);
}

.contact-form-textarea .contact-form-fields-name {
    width: 100%;
    margin: 0 0 5px 0;
}

.contact-form-textarea .contact-form-fields-input textarea {
    border: none;
    width: calc(100% - 4px);
    border-radius: 10px;
    height: 200px;
}

.contact-form-textarea .contact-form-fields-input textarea {
    border: none;
    width: 100%;
    border-radius: 10px;
    height: 200px;
}

.contact-form-textarea .contact-form-fields-name p {
    margin: 0;
    padding: 0;
}

.contact-form-textarea p {
    margin: 0;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #9DE404;
    border: none;
    width: 100%;
    padding: 10px;
	border-radius: 10px;
}

.contact-form-textarea {
	width: 100%;
}

.contact-form-fields {
    margin: 0 15px 0 45px;
    width: calc((100% / 12 * 6) - 60px);
}

.contact-form-fields-right {
    width: 350px;
    margin: -30px auto 0;
}

footer {
    text-align: center;
    padding: 50px 0 10px;
	background-color: #8CCB1F;
}

.am-col-auto.ftr__logo {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.contact-form-textarea .contact-form-fields-input {
    width: calc(100% - 4px);
}

.ftr__sns .contact-ftr__cont img {
    width: 40px;
    object-fit: contain;
    margin: 20px 0;
}

img.sns-icon.ftr-line {
    margin: 20px 20px 20px 0;
}

#contact-form {
    padding: 0 0 70px;
}

.ftr__cpright {
    font-family: 'Century Gothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.am-anchor {
    position: relative;
}

.am-anchor > span {
    position: absolute;
    top: -100px;
}

.ftr__logo img {
    height: 55px;
    width: 55px;
    object-fit: contain;
	background-color: #fff;
    border-radius: 35px;
    padding: 5px;
}

.fc-red {
    color: #FB4242;
    display: inline-block;
    margin: 0;
}

.hdr__menu-contact-tel {
    display: block;
}

.hdr__navi-cont {
    background-color: #fff;
    justify-items: center;
	border-bottom: 5px solid #8CCB1F;
}

.hdr__menu-contact {
    margin: 0 20px 0 0;
}

.greetings-cont {
    max-width: 1100px;
    margin: 0 auto;
}

#greetings, #philosophy, #information, #overview {
    padding: 70px 0;
}

#greetings .am-bg-pix > img {
    filter: opacity(0.5);
}

.greetings-button a {
    background-color: #8CCB1F;
    text-decoration: none;
    color: #000;
    padding: 10px;
    width: calc(100% / 3 - 37px);
    margin: 0 25px 20px 0;
    font-weight: 700;
	border-radius: 8px;
	display: block;
}

.greetings-button {
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
	display: flex;
    justify-content: center;
	align-items: flex-start;
}

.greetings-button a:last-child {
    margin: 0 0 20px;;
}

.hagi-title {
    text-align: center;
    line-height: 1.1;
    border-bottom: 5px solid #02C11B;
	padding: 0 0 20px;
    font-family: Impact;
}

.hagi-title span {
    display: block;
}

.title-jp {
    font-size: 24px;
}

.title-en {
    font-size: 60px;
    color: #666666;
}

.hagi-greetings-content {
    margin: 50px 0;
}

.hago-subtitle {
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
	font-family: "Noto Sans JP", sans-serif;
}

.greeting-signature {
    font-size: 16px;
    text-align: right;
}

.greeting-signature span {
    font-size: 30px;
    margin: 0 0 0 5px;
}

.greetings-text {
    margin: 30px 0 0;
    display: block;
}

#greetings .hagi-title {
    margin: 70px 0 0;
}

#philosophy .hagi-title {
	margin: 0;
}

.philosophy-cont {
    max-width: 1100px;
    margin: 0 auto;
}

.philosophy-box {
    display: flex;
	max-width: 900px;
    margin: 0 auto;
    justify-content: space-between;
}

.philopshy-mission {
    display: block;
}

.philosophy-catchprase {
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    margin: 60px 0;
}

.philosophy-item-title {
    font-weight: 700;
}

p.philosophy-item-title {
    margin: 0;
}

.philosophy-item {
    margin: 0 0 30px;
}

.philosophy-box .am-col6 {
    align-self: center;
    max-width: 360px;
    height: 110px;
    background-color: #D3FB89;
    margin: 50px 30px 0 0;
    padding: 40px 20px;
	border-radius: 10px;
}

.philosophy-box .am-col6:last-child {
    margin: 50px 0 0 0;
}

.philosophy-subtitle {
    font-size: 40px;
    display: block;
    font-family: Impact;
    text-align: center;
}

.philosophy-description {
    margin: 30px 0 0;
    display: block;
    padding: 0 50px;
}

.information-cont {
    max-width: 1100px;
    margin: 0 auto;
}

.information-item {
    display: flex;
    margin: 30px 0;
}

p.information-date {
    margin: 0 50px 0 0;
}

.information-content {
    max-width: 900px;
    margin: 50px auto 20px auto;
    font-size: 24px;
}

p.information-title {
	margin: 0;
}

.information-map iframe {
    width: 100%;
}

.information-map {
    margin: 50px 0 0;
}

.information-date {
    width: 200px;
}

.overview-cont {
    max-width: 1100px;
    margin: 0 auto;
}

.banner-img {
    margin: 30px 0;
}

.overview-table table {
    width: 100%;
    border-collapse: collapse;
}

.overview-table table tr td:first-child {
    background-color: #F4F4F4;
    text-align: center;
    width: 300px;
}

.overview-table tr td {
    border: 1px solid;
    padding: 15px;
}

.overview-table tr td:nth-child(2n) {
	width: calc(100% - 300px);
}

.info-maps {
    margin: 20px 0 0;
}

#business, #job, #contact {
    padding: 70px 0;
}

#business .banner-img {
	margin: 30px 0 60px;
}

.business-cont {
    max-width: 1100px;
    margin: 0 auto;
}

.business-subtitle {
    display: block;
    font-weight: 700;
    font-size: 20px;
    border-bottom: 1px solid;
    padding: 0 0 5px;
}

.business-item {
    margin: 0 0 30px 0;
    display: block;
}

.business-content {
    margin: 10px 0 0 20px;
    display: block;
}

.business-content a {
    text-decoration: none;
    color: #000;
}

.business-contact {
    text-align: center;
}

.business-contact a {
    color: #000;
    text-decoration: none;
}

.business-box {
    background: #FFF;
    padding: 60px 40px 40px;
    position: relative;
    border: 2px solid #9de404;
}

.business-box > span {
    position: absolute;
    left: 0;
    top: 0;
    background: #9de404;
    padding: 5px 15px;
}

.job-cont {
    max-width: 1100px;
    margin: 0 auto;
}

p.job-desc {
    margin: 0 0 60px;
    font-weight: 700;
    font-size: 24px;
}

#job .banner-img {
	margin: 30px 0 60px;
}

.job-table table tr td {
    border: 1px solid;
    padding: 10px 15px;
}

.job-table table {
    width: 100%;
    border-collapse: collapse;
}

.job-table table tr td:first-child {
    text-align: center;
    background-color: #F4F4F4;
    width: 300px;
}

.job-table table tr td.bg-green {
    background-color: #9DE404;
}

#contact .am-bg-pix > img {
    filter: opacity(0.5);
}

.hdr__menu-contact a {
    text-decoration: none;
    color: #000;
}

.information-item a {
    display: flex;
    color: #000;
    text-decoration: none;
}