/* 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;
}

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: "Noto Sans JP", sans-serif;
	font-weight: 400;
	background-color: #fff;
}

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

.hdr__navi-lang a {
    text-decoration: none;
	background-color: #74C5E7;
    color: #fff;
    padding: 10px 25px;
    display: block;
    text-align: center;
	border-radius: 30px;
	font-weight: 700;
}

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

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

.hdr__menu-btn {
	position: absolute;
	top: calc(120px / 2);
	right: 15px;
	border: none;
	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: 1px;
	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 7px 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;
}

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

.slider__ov .am-col3 {
    width: auto;
    margin: 0 40px 0 0;
}

.slider__ov .am-col9 > .sp {
	display: none;
}

.slider__ov-main-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 2;
    margin: 0;
	color: #000;
	text-align: center;
}

.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: 300px;
    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: #fff;
}

.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 > video {
    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: #fff;
    display: block;
    font-size: 32px;
	font-weight: 700;
}

.title-en {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

#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: 1000px;
    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 20px 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: #74C5E74D;
    color: #059669;
    border: 1px solid #059669;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
	border-radius: 5px;
}

.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;
    line-height: 1;
    text-align: center;
    background-color: #059669;
    color: #fff;
	font-family: 'Century Gothic';
}

.faq-item_a::before {
    content: "A";
	align-content: center;
	padding: 10px 13px;
	background-color: #fff;
	color: #059669;
	border: 1px solid #059669;
}

.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: auto;
    min-height: 230px;
    object-fit: contain;
}

.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: 62%;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    transform: translate(-50%, -50%);
    text-align: center;
	text-shadow: 2px 2px 4px #000000;
}

.banner-layout {
    position: relative;
}

.fc-yellow {
    font-size: 30px;
	color: #fff;
    text-shadow: -3px -3px 0 #FEC33A,  
     3px -3px 0 #FEC33A,
    -3px  3px 0 #FEC33A,
     3px  3px 0 #FEC33A,
     0px  3px 0 #FEC33A,
     3px  0px 0 #FEC33A,
    -3px  0px 0 #FEC33A,
     0px -3px 0 #FEC33A;
}

.hdr__navi-submenu {
	padding: 0;
	background-color: #F5F5F5;
}

.hdr__navi-submenu ul {
	display: flex;
	justify-content: space-between;
	padding: 0;
	max-width: 1200px;
	margin: 0 auto;
}

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

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

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

.hdr__navi-submenu li a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    padding: 34px 34px;
    display: block;
    white-space: nowrap;
}

.slider__item img {
    height: 650px;
	width: 100%;
	object-fit: cover;
	margin: 0;
}

.slider__item {
    margin: 150px 0 0;
}

#news {
    background-color: #F5F5F5;
    padding: 80px 0;
}

.news-container {
    max-width: 1000px;
    margin: 0 auto;
}

.news-item {
    border: 1px solid #333333;
    border-width: 0 0 1px;
    padding: 0 0 15px;
	margin: 0 0 15px;
}

.news-container a {
    text-decoration: none;
    color: #000;
}

.news-subcont {
    margin: 50px 0 0;
	line-height: 2;
}

.givetake-button2 {
    text-align: center;
    background-color: #74C5E7;
    display: block;
    width: fit-content;
    margin: 30px auto 0 auto;
    border-radius: 100px;
}

.givetake-button2 a {
    color: #fff;
    padding: 13px 32px;
    width: auto;
	text-decoration: none;
}

.givetake-button2 img {
    margin: 0 0 0 10px;
}

#for-future {
    padding: 80px 0;
}

.for-future-container {
    max-width: 600px;
    margin: 0 auto;
}

.givetake-button3 {
    justify-content: center;
	margin: 50px 0 0;
}

.web-inquiry-button,
.web-inquiry-tel {
    background-color: #fff;
    padding: 10px 32px;
    border-radius: 100px;
    border: 2px solid #479C91;
    margin: 0 30px 0 0;
}

.web-inquiry-button img,
.web-inquiry-tel img {
    vertical-align: middle;
}

.btn-icon1 {
    margin: 0 10px 0 0;
}

.btn-icon2 {
    margin: 0 0 0 10px;
}

.givetake-button3 a {
    color: #479C91;
    text-decoration: none;
    font-weight: 700;
}

.givetake-title3 {
    font-size: 32px;
    text-align: center;
    margin: 0;
    font-weight: 900;
}

.feature-item-img {
    border-radius: 10px 10px 0 0;
	height: 244px;
	width: 100%;
    object-fit: cover;
}

.feature-item-subtitle {
    display: block;
    color: #059669;
    font-weight: 700;
    text-align: center;
	margin: 10px 0 0;
}

.feature-content-subcont {
    background-color: #fff;
    margin: -8px 0 0;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    height: 140px;
}

.feature-item-content {
    margin: 10px 0 0;
    display: block;
    line-height: 2;
}

.business-container {
    max-width: 1000px;
    margin: 0 auto;
}

#business {
    padding: 80px 0;
}

#business .givetake-title3 {
    margin: 0 0 30px;
}

.business-item {
    background-color: #74C5E7;
    text-align: center;
    border-radius: 10px;
    margin: 0 30px 30px 0;
    height: 170px;
    align-content: center;
    width: calc(100% / 12 * 4 - 30px);
}

.business-item-subtitle {
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 20px;
}

.business-item-cont {
    margin: 50px 0 0;
}

.business-item:nth-child(3n),
.business-item:nth-child(6n){
    margin: 0 0 30px 0;
}

.employee-benefits {
    margin: 80px 0;
}

.givetake-title4 {
    color: #059669;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.employee-benefits-item {
    border: 3px solid #059669;
    margin: 0 0 15px;
    padding: 10px;
	border-radius: 5px;
}

.employee-benefits-content {
    margin: 0 0 0 30px;
	align-self: center;
}

.employee-benefits-container {
    margin: 50px 0 0;
}

.employee-benefits-item:last-child {
    margin: 0;
}

.employee-benefits-item:first-child {
    text-align: center;
}

.sdg-img {
    width: 100%;
}

.sdg-content {
    margin: 0 0 0 30px;
}

.sdg-description {
    line-height: 28px;
}

.sdg-container {
    margin: 50px 0 0;
}

.sdg-content-subtitle {
    font-weight: 700;
    display: block;
    margin: 0 0 15px;
}

.sdg-content-link {
    display: block;
    margin: 30px 0 0;
    color: #2563EB;
    padding: 0 0 5px 0;
    text-decoration: none;
    border-bottom: 1px solid #2563EB;
    width: fit-content;
}

.arrow-blue {
    margin: 0 0 0 15px;
}

.sdg-description {
    margin: 50px 0 0;
	line-height: 2;
}

.faq-container {
    max-width: 1000px;
    margin: 0 auto;
}

#contact {
    background-color: #F5F5F5;
    padding: 80px 0;
}

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

.contact-desc {
    text-align: center;
    margin: 40px 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: #059669;
}

.not.required {
    background: #9A9A9A;
}

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

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

.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: #74C5E7;
    border: unset;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 16px 32px;
	border-radius: 100px;
}

.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: 40px 0;
}

.footer-address {
    max-width: 400px;
}

.footer-menu ul li {
    list-style: none;
    padding: 0 15px;
    border: 1px solid;
    border-width: 0 1px 0 0;
    text-align: center;
    display: block;
}

.footer-menu ul {
    padding: 0;
}

.footer-menu ul li:first-child {
    border-width: 0 1px;
}

.footer-copyright {
    text-align: right;
    margin: 70px 0 0 0;
}

.givetake-title2 > span {
    font-size: 40px;
    font-weight: 500;
    color: #74C5E7;
}

.givetake-title2 {
    margin: 0 -94px 50px;
    display: flex;
    align-items: center;
	line-height: 2;
}

.givetake-title2::before,
.givetake-title2::after {
    content: "";
    display: inline-block;
    width: 64px;
    height: 4px;
    background: #74C5E7;
}

.givetake-title2::before {
    margin: 0 30px 0 0;
}

.givetake-title2::after {
    width: auto;
    flex: 1 1;
    margin: 0 0 0 30px;
}

#for-future .givetake-title3 {
    text-align: left;
    margin: 0 0 30px;
}

#fixed-cost-reduction {
    padding: 80px 0;
}

.fixed-cost-reduction-container {
    max-width: 1000px;
    margin: 0 auto;
}

.fixed-cost-reduction-subcont__content {
    align-content: center;
	line-height: 2;
}

.fixed-cost-reduction-subcont__img.first {
    margin: 0 0 15px;
}

#bcp-measures-fee {
    padding: 80px 0;
}

.bcp-measures-fee-container {
    max-width: 1000px;
    margin: 0 auto;
}

.bcp-measures-fee-subcont__content {
    align-content: center;
    margin: 0 0 0 30px;
	line-height: 2;
}

#reduced-employee-benefits {
    padding: 80px 0;
}

.reduced-employee-benefits-container {
    max-width: 1000px;
    margin: 0 auto;
}

#reduced-employee-benefits .givetake-title3 {
    margin: 0 0 30px;
}

.givetake-button4 {
	display: block;
	text-align: right;    
}

.givetake-button4 a {
	background-color: #059669;
    padding: 12px 40px;
    width: fit-content;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
	display: inline-block;
}

#reduced-employee-benefits .employee-benefits {
	margin: 80px 0 40px;
}

.givetake-button4 img {
    margin: 0 0 0 10px;
}

#other {
    padding: 80px 0;
}

.other-container {
    max-width: 1000px;
    margin: 0 auto;
}

.other-subtitle {
    margin: 0 0 15px;
    display: block;
}

.other-image:nth-child(2n) {
    margin: 0 0 0 30px;
}

.other-image img {
    height: 270px;
    width: 100%;
    object-fit: contain;
}

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

.other-subitem-subtitle {
    display: block;
    font-weight: 700;
}

.other-subitem {
    margin: 0 0 20px;
	line-height: 2;
}

.givetake-button5 a {
    text-decoration: none;
    color: #fff;
    width: fit-content;
	background-color: #74c5e7;
    margin: 0 auto;
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 5px 50px;
}

#other .givetake-button5 {
    margin: 50px 0 0;
}

.btn-title-en {
    font-size: 24px;
    font-weight: 700;
	display: block;
}

.btn-title-jp {
    font-size: 16px;
}

.product-banner img {
    object-position: top;
}

.product-fixed__desc .pix img {
    width: 100%;
}

.mrg-10 {
    margin: 0 0 10px;
}

.gt-section {
	padding: 80px 0;
}

.product-fixed__title-btn {
	text-align: center;
	margin: 0 0 30px;
}

.product-fixed__title-btn > span {
	padding: 24px 32px;
	min-width: 416px;
	background: #479C91;
	border-radius: 100px;
	color: #FFF;
	font-weight: 700;
	line-height: 1;
	font-size: 16px;
	display: inline-block;
}
.product-fixed__brief {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 30px;
}

.product-fixed__desc {
	margin: 0 0 40px;
}

.product-fixed-subcont {
	margin: 0 0 80px;
}

.product-fixed__desc {
	margin: 0 0 40px;
}

.product-fixed__desc > .pix {
	padding: 0 0 0 20px;
}

.product-fixed__table {
	margin: 0 0 40px;
}

.product-fixed__table > table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.product-fixed__table > table  tr > th {
	border: 2px solid #333333;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	padding: 26px 10px;
}

.product-fixed__table > table  tr > td {
	border: 1px solid #333333;
	font-size: 20px;
	text-align: left;
	padding: 15px 20px;
}

.product-fixed__hdr {
	border: 2px solid #333333;
	border-width: 2px 1px 2px 1px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	padding: 26px 10px;
	width: calc(25% - 20px - 3px);
}

.product-fixed__hdr:first-child {
	border-width: 2px 1px 2px 2px;
}

.product-fixed__hdr {
    background-color: #F5F5F5;
}

.product-fixed__col {
	border: 1px solid #333333;
	border-width: 1px 0 1px 1px;
	font-size: 20px;
	text-align: left;
	padding: 15px 20px;
	width: calc(25% - 40px - 2px);
}

.product-fixed__col:last-child {
	border-width: 1px;
}

#motto {
    padding: 80px 0;
}

.motto-container {
    max-width: 660px;
    margin: 0 auto;
}

.motto-content {
    text-align: center;
    line-height: 2;
}

.greetings-container {
    padding: 50px 0;
}

.greetings-subcont {
    max-width: 1000px;
    margin: 0 auto;
}

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

.greetings-text {
    line-height: 2;
}

.greetings-signature img {
    max-width: 200px;
    vertical-align: middle;
}

.greetings-signature {
	text-align: end;
	margin: 40px 0 0;
}

.greetings-signature span {
    vertical-align: middle;
}

.motto-title {
    line-height: 38.4px;
}

.greetings-subtitle {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #74C5E7;
}

.greetings-note {
    background-color: #F5F5F5;
    margin: 40px 0;
	padding: 40px;
}

.guiding-priciples-container {
    max-width: 1000px;
    margin: 0 auto;
}

.guiding-priciples-subcont {
    margin: 50px 0;
}

.guiding-priciples-subtitle {
    display: block;
    font-size: 20px;
    margin: 0;
}

.guiding-priciples-item {
    margin: 0 0 15px;
	line-height: 2;
}

.guiding-priciples-content {
    margin: 0 0 0 30px;
}

.guiding-priciples-image img {
    min-height: 550px;
    object-fit: cover;
}

.company-container {
    max-width: 1000px;
    margin: 0 auto;
}

#company {
    padding: 80px 0;
}

.company-table {
    width: 100%;
    margin: 40px 0 0;
	line-height: 2;
}

.company-table tr td {
    border: 1px solid #CCCCCC;
    border-width: 0 0 1px;
    padding: 15px 15px 10px;
}

.company-table tr td:first-child {
    border-bottom: 3px solid #059669;
}

#our-services, #our-clients {
    padding: 80px 0;
}

.our-services-container, .our-clients-container {
    max-width: 1000px;
    margin: 0 auto;
}

.our-services-subcont, .our-clients-subcont {
    margin: 50px 0 0;
}

.our-services-content {
    margin: 0 0 0 30px;
    align-content: center;
    font-size: 20px;
    line-height: 2;
}

.our-clients-content {
    align-content: center;
    font-size: 20px;
    line-height: 2;
}

.givetake-button5.our-clients-button {
    margin: 50px 0 0;
}

#thank-you {
    padding: 80px 0;
}

.thank-you-container {
    max-width: 1000px;
    margin: 0 auto;
}

.thank-you-subcont {
    margin: 50px 0 0;
}

.ii-pgnavi__btn.ii-pgnavi__current {
	background: #74c5e7;
	color: #FFF;
	cursor: revert;
}

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

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

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

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

.sect-news__pagenavi{
	text-align: center;
	margin: 50px auto 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;
}

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

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

.footer-menu a {
    color: #000;
    text-decoration: none;
}

.br-sp {
	display: none;
}

.br-sp-phi {
	display: block;
}

.givetake-button5 a:hover {
    background-color: #fff;
    color: #74c5e7;
    border: 1px solid #74c5e7;
}

.givetake-button4 a:hover {
    background-color: #fff;
    border: 1px solid #059669;
    color: #059669;
}

.givetake-button4:hover img {
    filter: invert(1);
}

.givetake-button2 a:hover {
    color: #74C5E7;
    background-color: #fff;
    border: 1px solid #74C5E7;
}

.for-future-content {
    line-height: 2;
}

.business-subcont__content {
    line-height: 2;
}

.sdg-content-desc {
    line-height: 2;
}

.desc {
    line-height: 2;
}

.givetake-button2:hover img {
    filter: brightness(60%) sepia(5) hue-rotate(160deg) saturate(200%);
}

.web-inquiry-button:hover , .web-inquiry-tel:hover {
	background-color: #479C91;
	color: #fff;
}

/* .givetake-button3 a:hover {
    color: #fff;
	background-color: #479C91;
} */

.givetake-button3 > div:hover a {
    color: #FFF;
}

.givetake-button3 > div:hover img {
    filter: saturate(0) contrast(3) brightness(0) invert(1);
}

.footer-menu .am-flex {
    justify-content: end;
}

.header-menu li {
	display: inline-block;
	margin: 0 15px;
	position: relative;
}

.header-menu li a {
	text-decoration: none;
	color: #000;
}

.header-menu li.current a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background-color: #74C5E7; /* blue underline */
}

.br-sp {
	display: block;
}

.br-pc {
	display: none;
}

#product-9 .pix-cont {
    max-width: 800px;
    margin: 50px auto 0;
}

#product-9 .pix-item:first-child {
    max-width: 226px;
    width: 100%;
}

#product-9 .pix-item:nth-child(2n) img {
    max-width: 122px;
    text-align: center;
    margin: 0 auto;
}

#product-9 .am-col4.pix-item {
    margin: 0 30px 0 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: end;
}

#product-9 .pix-item:nth-child(3n) img {
    max-width: 122px;
}

#product-9 .pix-item img {
    margin: 0 auto;
    text-align: center;
}

#product-9 .pix-item:nth-child(3n) {
    margin: 0;
}

.image-caption {
    font-size: 16px;
    margin-top: 15px;
    position: relative;
}

.image-caption::after {
    content: '';
    position: absolute;
    background: url(./images/bg-watter.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    width: 40px;
    height: 60px;
    z-index: -1;
    top: 50%;
    left: 44%;
    transform: translate(-50%, -50%);
}

video.slick-slide.slick-current.slick-active {
	height: auto;
	width: 100%;
	margin: 100px 0 0;
}

.challenges-retirement__cont {
    max-width: 1000px;
    margin: 0 auto;
}

.challenges-retirement__subtitle {
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 40px 0;
}

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

.challenges-retirement__table table tr td {
    border: 1px solid;
    padding: 20px;
}

.challenges-retirement__table table tr td:first-child {
    font-weight: 700;
    background-color: #F5F5F5;
	width: 220px;
}

.challenges-retirement__table table tr td ul {
    padding: 0 0 0 20px;
}

.challenges-retirement .givetake-button5 {
    padding: 80px 0 0;
}