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

@font-face {
  font-family: 'Century Gothic';
  src: url('fonts/centurygothic.ttf') format('truetype'),
       url('fonts/centurygothic_bold.ttf') format('truetype');
  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: rgba(255, 255, 255, 0.7);
}

.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: 400;
	padding: 5px 15px;
	width: calc(100% - 40px);
	display: block;
	white-space: nowrap;
}

.hdr__navi-lang a {
    text-decoration: none;
	background-color: #004F6D;
    color: #fff;
    padding: 10px 25px;
    display: block;
    text-align: center;
	border-radius: 30px;
}

.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: 20px;
    height: 20px;
    padding: 0 0 0 7px;
    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;
}

.slider__ov {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    left: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slider__ov-main-title {
    font-weight: 400;
    font-size: 50px;
    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: 60px;
    font-weight: 400;
    line-height: 1.5;
	display: block;
	text-shadow: 2px 2px 0 #000, 2px 2px 5px rgba(0,0,0,0.3);
}

.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 10px;
}

.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;
}

.hdr__logo a {
    color: #000;
    text-decoration: none;
    font-size: 50px;
	font-family: "Kiwi Maru", serif;
	position: relative;
}

.slider__item video {
    width: 100%;
	height: 800px;
	object-fit: cover;
	display: block;
}

.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: #E6E6E6;
    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: #A9E2F3;
    border: none;
    width: 100%;
    padding: 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: #FFE6D88F;
}

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

.ftr__sns .contact-ftr__cont img {
    width: 40px;
    object-fit: contain;
    margin: 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;
}

#introduction-example .am-col6 .vid-frame {
    position: relative;
    width: 100%;
    height: auto;
}

#introduction-example {
    padding: 80px 0;
}

.introduction-example {
    margin: 80px auto;
    max-width: 1120px;
}

.introduction-example-subtitle {
    font-weight: 500;
    font-size: 20px;
    display: block;
	color: #8E5343;
}

.introduction-example-content {
    margin: 30px 0 0;
    display: block;
	line-height: 30px;
}

i.fa.fa-pause {
    font-size: 30px;
}

button.slider-navi__pause.dl-pausevid {
    border: none;
	background-color: unset;
}

.slider__container-aboutus,
.slider-nav__arrows-aboutus {
	width: calc(18% - 60px);
	margin: auto;
}

.slider__item-aboutus {
	width: 100%;
	height: auto;
}

.slider__container-aboutus {
    width: 96%;
    height: 97%;
    position: absolute !important;
    left: 50%;
    top: 1%;
    transform: translateX(-50%);
    border-radius: 14%;
    overflow: hidden;
}

.slider__layout-aboutus {
    position: relative;
    width: calc(60% - 60px);
    margin: auto;
}

.slider__item-aboutus > iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: 62% 50%;
}

.slider__item-aboutus {
    height: 100%;
}

.ebi-title {
    text-align: center;
	line-height: 1.5;
}

.title-jp {
    color: #371F1F;
    display: block;
    font-size: 16px;
}

.title-en {
    font-size: 35px;
    color: #FF613E;
    font-weight: 400;
	font-family: 'Century Gothic';
}

#about {
    padding: 80px 0;
}

.ebi-button {
    text-align: right;
}

.ebi-button a {
    background-color: #004F6D;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
	padding: 15px 26px;
    font-weight: 700;
}

.ebi-button img {
    vertical-align: middle;
    margin: 0 0 0 5px;
}

#about .am-col5 .vid-frame {
    position: relative;
    width: 100%;
    height: auto;
}

#testimonial .am-bg-pix > img,
#about .am-bg-pix > img,
#testimonial .am-bg-pix > img,
#mission .am-bg-pix > img,
#greeting .am-bg-pix > img,
#access .am-bg-pix > img,
#inquiry .am-bg-pix > img,
#score-table .am-bg-pix > img {
    opacity: 0.5;
}

#feature {
    padding: 80px 0;
}

.feature-container {
    max-width: 1140px;
    margin: 0 auto;
}

.feature-subtitle {
    font-size: 20px;
    color: #8E5343;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.feature-content {
    vertical-align: middle;
    align-content: center;
    margin: 0 0 0 30px;
    line-height: 32px;
}

.feature-subtitle span {
    font-size: 26px;
    margin: 0 10px 0 0;
    display: inline-block;
}

.feature-item {
    margin: 50px 0 30px;
}

.right-image .feature-content {
    margin: 0 30px 0 0;
}

.ebi-button2 a {
    color: #8E5343;
    font-weight: 700;
    text-decoration: none;
    border: 3px solid #8E5343;
    padding: 16px 24px;
    border-radius: 100px;
}

.ebi-button2 {
    text-align: center;
    margin: 70px 0 0;
}

.ebi-button2 img {
    vertical-align: text-top;
    margin: 0 0 0 10px;
}

.work-content-subcontainer {
    max-width: 1170px;
    margin: 100px auto 50px;
}

.work-content-image {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.work-content-caption {
    text-align: center;
    display: block;
}

.work-content-item {
    margin: 0 40px 0 0;
    position: relative;
}

.work-content-item:last-child {
    margin: 0;
}

#work-content {
    padding: 80px 0;
    background-color: #FFE6D88F;
}

#work-content .ebi-title {
    margin: 0 0 40px;
}

.work-content-subtitle {
    position: absolute;
    background-color: #8E5343;
    color: #fff;
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    align-content: center;
    transform: translate(-20%, -70%);
}

.work-content-subtitle::before {
    content: "";
    position: absolute;
    display: block;
    background: #8E5343;
    width: 20px;
    height: 20px;
    transform: skew(15deg, 15deg);
    bottom: 8px;
    right: 4px;
}

.work-content-number {
    display: block;
    font-size: 26px;
}

.work-content-subtitle span {
}

.work-content-item:after {
    content: "▶";
    color: #8E5343;
    font-size: 20px;
    line-height: 1;
    top: calc(50% - 20px);
    transform: translate(-50%, -50%) scaleY(3);
    width: auto;
    right: -15%;
    position: absolute;
}

.work-content-item:last-child:after {
    content: "";
}

#service-flow {
    padding: 80px 0;
}

.service-flow__steps {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    counter-reset: step-count;
}

.service-flow__item {
    display: flex;
    margin: 0 0 30px;
}

.service-flow__item-pix {
    width: 100px;
}

.service-flow__item-pix > img {
    width: calc(100% - 20px);
    margin: 0 20px 0 0;
}

.service-flow__item-content {
    width: calc(100% - 100px);
}

.service-flow__item-title {
    margin: 0 0 15px;
}

.service-flow__step-count {
	display: inline-block;
}

.service-flow__step-count .inner {
    background: #8e5343;
    color: #FFF;
    padding: 4px 0 4px 15px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 20px 0 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
}

.service-flow__step-count .inner::before {
    content: "";
    background: #8e5343;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translatey(-50%) rotate(45deg);
    z-index: -1;
}

.service-flow__step-count .inner::after {
    counter-increment: step-count;
    content: counter(step-count, decimal-leading-zero);
    margin: 0px 0px 0 5px;
    font-size: 26px;
}

.service-flow__item-title > h3 {
    display: inline-block;
    margin: 0;
}

#feature .ebi-button2 a,
#work-content .ebi-button2 a,
#testimonial .ebi-button2 a,
#service-flow .ebi-button2 a,
#faq .ebi-button2 a,
#column .ebi-button2 a {
    background-color: #fff;
}

#testimonial {
    padding: 80px 0;
}

.testimonial-subcontainer {
    max-width: 1200px;
    margin: 50px auto;
}

.testimonial-image img {
    width: 100%;
}

.testimonial-subtitle {
    display: block;
    border: 2px solid #8E5343;
    padding: 10px;
    color: #8E5343;
    font-weight: 700;
    margin: 0 0 20px;
}

.testimonial-image {
    margin: 0 30px 0 0;
}

.testimonial-item {
    background-color: #fff;
    padding: 15px;
	margin: 0 0 40px;
}

#faq {
    padding: 80px 0;
}

.faq-cont {
    max-width: 1200px;
    margin: 80px auto 0 auto;
}


.faq-submenu__item {
    border-left: 1px solid #2584a0;
    padding: 15px 20px;
}

.faq-submenu__item:hover {
    border-left: 1px solid #2584a0;
}

.faq-submenu__item::after {
    content: ">";
    display: inline-block;
    transform: rotate(90deg) scale(0.7, 1.25);
    margin: 0 0 0 15px;
}

.faq-submenu__item:last-child {
    border-right: 1px solid #2584a0;
}

.faq-submenu {
    margin: 0 0 40px;
}

.faq-tab__title {
	position: relative;
	padding: 20px 0 25px;
	margin: 0 0 40px;
	font-size: 24px;
}

.faq-tab__title::after {
    content: "";
    width: 80px;
    height: 1px;
    background: #2584a0;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.faq-tab__bnr {
    width: 100%;
    height: calc(25vw - 40px);
    margin: 0 0 40px;
}

.faq-tab__bnr > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-item {
	margin: 0 0 20px;
}

.faq-item_q {
    background: #FFE6D88F;
    color: #8E5343;
    border: 1px solid #8E5343;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
}

.faq-item_q h5 {
    font-size: 16px;
	margin: 0;
}

.faq-item_a {
    background: #f7f7f7;
    color: #2A2A2A;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
}

.faq-item_q::before, .faq-item_a::before {
    content: "Q";
    width: 30px;
    height: 30px;
    padding: 10px;
    margin: 10px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    background-color: #8E5343;
    color: #fff;
}

.faq-item_a::before {
    content: "A";
	align-content: center;
	padding: 10px 13px;
}

.faq-item_q > h5 {
    padding: 0 0 0 15px;
    color: #371F1F;
    font-weight: 700;
}

.faq-item_a > p {
    padding: 0 0 0 15px;
    color: #2A2A2A;
    font-weight: 400;
}

.faq-item_a {
    background: #ffffff;
    border-width: 0 1px 1px;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease;
}

.faq-item_q::after {
    content: "+";
    position: absolute;
    right: 30px;
    font-weight: bold;
    font-size: 30px;
    transition: 0.5s ease;
}

.faq-item.show .faq-item_q::after {
    content: "–";
    transform: rotate(180deg);
}

.faq-item.show .faq-item_a {
    max-height: 500px;
	padding: 10px 0;
}

#column {
    padding: 80px 0;
    background-color: #FFE6D88F;
}

#blog {
    padding: 80px 0;
}

img.blog-image {
    max-width: 380px;
    width: 100%;
    height: 246px;
    min-height: 230px;
    object-fit: cover;
}

.blog-cont {
    margin: 0 0 50px;
/* 	justify-content: center; */
}

.blog-item a {
    text-decoration: none;
}

.top-columns__content {
    color: #000;
	display: block;
	margin: 10px 0 0;
}

.blog-title {
    display: flex;
    color: #000;
    font-weight: 700;
    background-color: #F2F2F3;
    padding: 10px 15px;
	width: calc(100% - 30px);
	margin: 5px 0 0;
	justify-content: space-between;
}

.top-columns__subtitle {
    margin: 0 10px;
    font-weight: 700;
	font-size: 16px;
}

.blog-title img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.blog-date {
    margin: 0;
	font-size: 16px;
}

.am-col4.blog-item {
    width: calc(100% / 12 * 4 - 30px);
    margin: 0 30px 30px 0;
}

.am-col4.blog-item:last-child {
    margin: 0;
}

.column__container {
    max-width: 1200px;
    margin: 50px auto;
}

.instagram-container {
    max-width: 1120px;
    margin: 0 auto;
}

#instagram {
    padding: 80px 0;
}

.instagram-item {
    margin: 70px 0 50px;
}

.instagram-cont .am-col2 {
    margin: 0 0 8px;
}

.footer__cont .am-col7 {
    text-align: left;
    margin: 0 0 0 50px;
    width: calc(100% / 12 * 7 - 50px);
}


.footer__cont .am-col5 iframe {
    width: 100%;
}

.footer__cont {
    max-width: 1200px;
}

.ftr-copyright {
    background-color: #8E5343;
    color: #fff;
    padding: 5px;
    margin: 40px 0 -10px;
}

.ftr-address {
    display: block;
    margin: 0 0 10px;
}

.dl-grad-border1 {
    border: 1px solid #371F1F;
    font-weight: 700;
    padding: 2px 20px;
    border-radius: 20px;
    margin: 0 10px 0 0;
    height: 26px;
}

.ftr-business-hours {
    margin: 15px 0;
    display: block;
}

.ftr-business-days {
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
}

.ftr-phone-num {
    font-weight: 700;
    font-size: 20px;
}

.ftr-phone-num a {
    text-decoration: none;
    color: #371F1F;
}

.ftr-phone-num img {
    vertical-align: middle;
    margin: 0 8px 0 0;
}

.banner-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    opacity: 0.7;
	margin: 0 0 -6px;
}

.banner-image {
    background: #0000009E;
}

.banner-title {
    position: absolute;
    left: 50%;
    top: 55%;
    color: #fff;
    font-size: 45px;
    font-weight: 900;
    transform: translate(-50%, -50%);
    text-align: center;
	text-shadow: 2px 2px 4px #000000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.banner-layout {
    position: relative;
}

.job-pg-content .work-content-item {
    padding: 15px;
	border: 1px solid #371F1F;
	margin: 0 0 50px;
}

.job-banner-pg .ebi-button {
    text-align: center;
}

.job-pg-content .ebi-button {
    text-align: center;
}

.job-pg-content .ebi-button a {
    text-decoration: none;
}

.job-banner-pg .work-content-item:after {
    right: 20%;
}

.job-pg-content .work-content-item:after {
    right: unset;
    left: 50%;
    top: unset;
    bottom: -45px;
    transform: translate(-50%, -50%) scaleX(3) rotate(90deg);
}

.job-pg-content .work-content-subtitle::before {
    bottom: 8px;
}

.job-pg-content .work-content-subtitle {
    transform: translate(-70%, -70%);
}

.job-pg-content .work-content-caption {
    text-align: left;
    font-weight: 700;
    color: #8E5343;
    font-size: 20px;
}

.job-pg-content .work-content-text {
    margin: 0 0 0 30px;
    align-content: center;
    line-height: 32px;
}

.job-pg-content .work-content-caption {
    margin: 0 0 10px 0;
}

.job-pg-content .work-content-image {
    object-fit: cover;
    max-width: 300px;
}

.ebi-button.btn3 {
    text-align: center;
    margin: 60px 0 0;
}

.ebi-button.btn3 a {
    text-decoration: none;
    margin: 30px 0 0;
}

#daily-schedule {
    padding: 80px 0;
}

.daily-schedule-time {
    text-align: right;
	font-weight: 700;
    color: #8E5343;
    font-size: 20px;
}

.daily-schedule-image {
    text-align: center;
	position: relative;
}

.daily-schedule-image::after {
    content: "";
    font-size: 40px;
    background: #8E5343;
    position: absolute;
    bottom: 0;
    transform: translate(50%);
    right: 50%;
    width: 1px;
    height: 60px;
	top: 78%;
}

.daily-schedule-item:last-child .daily-schedule-image::after {
    content: none; 
}

.daily-schedule-container {
    max-width: 835px;
    margin: 30px auto 0 auto;
}

.daily-schedule-subcont {
    margin: 50px 0 0;
}

.daily-schedule-item {
    margin: 0 0 40px;
}

.br-pc {
	display: block;
}

#eligible-users {
    padding: 80px 0;
}

.eligible-users-container {
    max-width: 1100px;
    margin: 0 auto;
}

.eligible-users {
    margin: 50px 0 0;
}

.eligible-users-content {
    margin: 0 0 0 40px;
}

.eligible-users-subtitle {
    font-weight: 700;
    display: block;
    margin: 0 0 10px;
}

.eligible-users-item {
    margin: 0 0 20px;
}

.eligible-users-content ul {
    padding: 0 0 0 20px;
}

#eligible-users .am-bg-pix > img {
	opacity: 0.7;
}

#score-table {
    padding: 80px 0;
}

.score-table-description {
    margin: 50px 0;
}

.score-table-container {
    max-width: 900px;
    margin: 0 auto;
}

.score-sheet-table {
    border-bottom: 1px solid #CCCCCC;
    padding: 0 0 8px;
	margin: 0 0 15px;
}

#improvement {
    padding: 80px 0;
}

.improvement-container {
    max-width: 900px;
    margin: 0 auto;
}

.improvement-description {
    margin: 50px 0;
}

.greeting-container {
    max-width: 1140px;
    margin: 0 auto;
}

#greeting {
    padding: 80px 0;
}

.greeting-content {
    margin: 0 0 0 30px;
    line-height: 30px;
}

.greeting-representative {
    display: block;
    text-align: right;
}

.greeting-name {
    text-align: right;
    display: block;
    font-size: 32px;
}

.greeting-subcont {
    margin: 50px 0 0;
}

#mission {
    padding: 80px 0;
}

.mission-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.mission-item {
	width: calc(45vw - 60px);
	height: calc(45vw - 60px);
	background-color: rgb(255, 255, 255, 0.7);
	margin: 0 60px 0 0;
	max-width: calc(280px - 20px);
	max-height: calc(280px - 20px);
	border-radius: 50%;
	align-content: center;
}

.mission-subcont {
    justify-content: center;
	margin: 50px 0 0;
}

#outline {
    padding: 80px 0;
    background-color: #FFE6D88F;
}

.outline-container {
    max-width: 900px;
    margin: 0 auto;
}

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

.outline-table tr td {
    border-bottom: 1px solid #CCCCCC;
    padding: 15px;
}

.outline-table tr td:first-child {
    font-weight: 700;
    color: #8E5343;
}

.outline-table tr td:last-child {
    color: #371F1F;
}

#access {
    padding: 80px 0;
}

.access-container {
    max-width: 1200px;
    margin: 0 auto;
}

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

.access-content {
    margin: 0 0 0 30px;
    align-content: center;
}

.access-subtitle {
    font-weight: 700;
    display: block;
    color: #8E5343;
}

.access-subitem {
    margin: 0 0 20px;
}

.access-subcont {
    margin: 50px auto 0;
	max-width: 900px;
}

.application-guidelines-subcont {
    max-width: 900px;
    margin: 50px auto 0 auto;
}

.application-guidelines-table tr td {
    padding: 15px;
    border-bottom: 1px solid #CCCCCC;
}

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

#application-guidelines {
    padding: 80px 0;
}

.contact-form__desc {
    max-width: 700px;
    color: #fff;
    margin: 50px 0 0;
}

.inquiry-form__contact-form {
	margin: 50px auto 0;
	text-align: right;
	max-width: 1000px;
	width: calc(100% - 20px);
	color: #fff;
}

.required {
	color: #FFF;
	padding: 3px 26px;
	font-size: 14px;
	margin: 0 20px 0 auto;
	background-color: #8E5343;
}

.not.required {
    background: #888888;
}

.inquiry-form__contact-col label {
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	display: flex;
}

.inquiry-form__contact-col input {
	padding: 16px 10px;
	width: calc(100% - 22px);
	border: 1px solid #8E5343;
}

.inquiry-form__contact-col p {
	width: 100%;
	text-align: left;
}

.inquiry-form__contact-col p textarea {
	padding: 10px;
	width: calc(100% - 22px);
	border: 1px solid #8E5343;
}

.inquiry-form__link {
	font-size: 18px;
}

.inquiry-form__contact-form a {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #B1B1B1;
}

.inquiry-form__row.height-adj {
    height: 93px;
}

.inquiry-form__contact-col.inq-item__radio {
	align-self: center;
}

.inquiry-form__row {
    display: flex;
    align-items: flex-start;
	margin: 0 0 30px;
}

.inquiry-form__contact-col {
    width: calc(70% - 20px);
	margin: 0 0 0 20px;
}

.inquiry-form__contact-col:first-child {
    width: 30%;
	color: #371F1F;
}

.inquiry-form__submit-cont .dl-submit p input {
    background: #8E5343;
    border: unset;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding: 16px 32px;
}

.inquiry-form__submit-cont {
    text-align: center;
}

.inquiry-form__contact-col textarea {
    padding: 10px;
    width: calc(100% - 22px);
    border: 1px solid #0079E1;
}

input[type="radio"] {
    width: 20px!important;
	margin:0 10px 0 0;
}

.inquiry-form__contact-col {
	text-align: left;
}

.wpcf7-list-item {
	display: unset!important;
	margin: unset!important;
}

span.wpcf7-spinner {
    display: none;
}

#inquiry {
    padding: 80px 0;
}

.inquiry-description {
    text-align: center;
    margin: 0;
}

.mission-item:last-child {
    margin: 0;
}

.sp-only {
	display: none;
}

.notice-pg .information-cont {
    color: #000;
}

.notice-pg .title-jp {
    color: #000;
}

.information-cont a {
    text-decoration: none;
    color: #000;
}

.single-information-cont__title {
    font-size: 48px;
	margin: 0 0 30px 0;
	line-height: 1.8;
    color: #FF613E;
}

.post-label {
    display: inline-block;
    background-color: #004F6D;
    color: #fff;
    padding: 8px 32px;
    border-radius: 50px;
    margin: 0 20px 0 0;
}

.post-label img {
    vertical-align: middle;
}

.information-title p,
.information-date p {
    margin: 0;
}

.notice-pg .information-cont a {
    margin: 15px 0;
}

.notice-pg .information-cont.cont-500 {
    margin: 50px auto 0;
}

.fc-w.information-cont a {
	color: #fff;
}

.fc-w.information-cont a {
    color: #fff;
    margin: 15px 0;
}

#information .btn-cont a {
    color: #000;
}

.information-cont.cont-500.fc-w {
    margin: 50px auto;
}

.notice-cont {
    max-width: 1200px;
    margin: 50px auto auto;
}

#information {
    padding: 80px 0;
}

#column.column-pg {
    background-color: #fff;
}

.ii-pgnavi__btn.ii-pgnavi__current {
	background: #004F6D;
	color: #FFF;
	cursor: revert;
}

.ii-pgnavi__btn {
	background-color: #004F6D;
	padding: 10px 14.79px;
	color: #fff;
	font-weight: 500;
	border: 1px solid #888;
	margin: 0 5px;
	cursor: pointer;
	font-size: 16px;
}

.ii-pgnavi__btn i {
	background-color: #fff;
	color: #004F6D;
	margin: 0 0 0 8px;
}

button.ii-pgnavi__btn.next {
	background-color: #fff;
	padding: 10px 12.79px;
	color: #004F6D;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #004F6D;
	
}

button.ii-pgnavi__btn.previous {
	background-color: #fff;
	padding: 12px 13.79px;
	padding: 10px 12.79px;
	color: #004F6D;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #0079E1;
}

.sect-news__pagenavi{
	text-align: center;
	margin: 0 auto;
}

.sect-news__pagenavi .btn-style-1 {
	text-decoration: unset;
	display: inline-block;
	margin: 0 10px;
	width: 150px;
	position: relative;
}

.sect-news__pagenavi .btn-style-1 {
	text-decoration: unset;
	display: inline-block;
	margin: 0 10px;
	width: 150px;
	position: relative;
	background: linear-gradient(90deg, #3F8837 0%, #8FDF86 100%);
}

.previous i.fa.fa-chevron-left {
    margin: 0 8px 0 0;
}

.application-guidelines-table tr td:first-child {
    font-weight: 700;
    color: #8E5343;
}

.mission-subtitle-en {
	color: #FF613E;
	font-family: 'Kiwi Maru';
}

.mission-subtitle-en span {
    font-weight: 700;
    font-size: 22px;
}

.mission-subtitle {
    font-weight: 500;
    margin: 0 0 10px;
}

.mission-description {
    font-weight: 500;
}

.businessbanner .banner-image img {
    height: 550px;
}

.business-banner .banner-image img {
    height: 700px;
}

.business-banner .banner-title {
    top: 50%;
}

.daily-schedule-subtitle {
    font-weight: 500;
    display: block;
    color: #8E5343;
    font-size: 20px;
    margin: 0 0 10px;
}

i.fa.fa-play {
    font-size: 30px;
}

#staff-voices .am-col5 .vid-frame {
    position: relative;
    width: 100%;
    height: auto;
}

#staff-voices {
    padding: 80px 0;
    background-color: #FFE6D88F;
}

.staff-voices-container {
    max-width: 1100px;
    margin: 0 auto;
}

.staff-voices {
    margin: 50px auto 0;
}

.staff-voices-content {
    line-height: 30px;
}

.outline-image__cont {
    margin: 50px 0;
}

.outline-image {
    margin: 0 15px 0 0;
    width: calc(100% / 12 * 4 - 15px);
}

.outline-image img {
    width: 100%;
}

.outline-image__caption {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.outline-image:last-child {
    margin: 0;
}

.outline-image__cont {
    justify-content: space-between;
}

.blog-category-list li {
    list-style: none;
    margin-bottom: 6px;
}
.blog-category-list a {
    text-decoration: none;
    color: #333;
}
.blog-category-list a:hover {
    color: #FF613E; 
}

.blog-item {
    margin: 0 30px 30px 0;
    width: calc(100% / 12 * 6 - 30px);
}

.column__subtitle {
    display: flex;
}

.column__subtitle {
    align-self: center;
    justify-content: flex-start;
    display: inline-block;
    padding: 0 0 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.column__subtitle img {
	width: 30px;
	height: 30px;
	margin: 0 5px 0 0;
}

.blog-category-list li {
    list-style: none;
    border-bottom: 1px solid #B6B6B6;
    margin: 0 0 10px;
    padding: 0 0 10px 0;
}

ul.blog-category-list {
    padding: 0;
}

.column__categories {
    margin: 0 0 40px;
}

.column__recommended-articles {
    margin: 0 0 40px;
}

.column__subtitle:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #FF613E;
}

.column__sidebar {
    border: 1px solid #FF613E;
    padding: 20px;
}

.blog-side__item {
    display: flex;
	align-items: center;
}

.blog-side__item-pix {
    width: calc(40% - 10px);
    margin: 0 10px 0 0;
}

.blog-side__item-desc {
    width: 60%;
}

.blog-item__pix {
	width: 100%;
}

#information .column__subcont {
    margin: 0 30px 0 0;
}

#information .ebi-button {
    margin: 100px auto 0;
    text-align: center;
}

#information .ebi-button a {
    color: #fff;
}

.video-caption {
    display: block;
    text-align: center;
}

.wpcf7-turnstile.cf-turnstile {
    display: block;
    text-align: center;
}