/* 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: "BIZ UDPGothic", 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: #222222;
	font-weight: 500;
	padding: 5px 15px;
	width: calc(100% - 40px);
	display: block;
	white-space: nowrap;
}

.hdr__navi-lang a {
    text-decoration: none;
	background-color: #FFD700;
    color: #fff;
    padding: 10px 25px;
    display: block;
    text-align: center;
	border-radius: 30px;
	font-weight: 700;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.hdr__navi-lang a:hover {
	box-shadow: none;
}

.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: 15px;
    height: 15px;
    padding: 0 0 0 8px;
    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: 60%;
    transform: translate(-50%, -50%);
    width: 900px;
    left: 30%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.slider__ov-main-title {
    font-weight: 700;
    font-size: 45px;
    line-height: 1.5;
    margin: 0;
	color: #000;
	text-align: center;
	font-family: Noto Serif JP;
}

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

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

.title-en {
    font-size: 18px;
    color: #FFD700;
    font-weight: 400;
	font-family: "Pacifico", cursive;
}

.title1 {
    text-align: center;
    margin: 0 0 30px;
	line-height: 1.8;
}

#about {
    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 {
	display: flex;
	justify-content: center;
	padding: 0;
	background-color: #F5F5F5;
}

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

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

.slider__item img {
    height: 770px;
	width: 100%;
	object-fit: cover;
	margin: 30px 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;
}

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

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

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

#contact {
    padding: 80px 0;
}

.contact-subcont {
    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: #FFD700;
}

.not.required {
    background: #B8B8B8;
}

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

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

.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: #FFD700;
    border: unset;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 16px 32px;
	border-radius: 100px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

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

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

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

.about-content p {
    margin: 0;
}

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

#product {
    padding: 80px 0;
	background-color: #EAEAEB;
}

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

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

#store-guide {
    padding: 80px 0;
}

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

.store-guide-item {
    margin: 50px 0;
	background-color: #fff;
	border-radius: 12px;
	padding: 30px;
}

.store-guide-subtitle {
    font-weight: 900;
    font-size: 20px;
}

.right-mrg {
    margin: 0 30px 0 0;
}

.left-mrg {
    margin: 0 0 0 30px;
}

.sunnys-button a {
    background-color: #FFD700;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 100px;
    font-weight: 700;
}

.arrow-right-icon img {
    margin: 0 0 0 10px;
}

.sunnys-button {
    margin: 30px 0;
}

.arrow-right-icon {
    margin: 0 0 0 10px;
}

.store-icon {
    margin: 0 10px 0 0;
    vertical-align: middle;
}

#store-guide .am-bg-pix > img {
	object-fit: unset;
	filter: opacity(0.45);
}

#store-guide .am-bg-pix {
	background: #F7F7F7;
}

#recruit {
    padding: 80px 0;
}

.recruit-desc {
	margin: 50px auto 0 auto;
	max-width: 765px;
}

.recruit-item-subtitle {
    font-weight: 700;
    display: block;
}

.recruit-item {
    text-align: center;
}

.recruit-subcont {
    max-width: 1200px;
    margin: 50px auto 0;
}

.recruit-item img {
    width: 90px;
    height: 80px;
    object-fit: contain;
}

/* .recruit-container {
    max-width: 1200px;
    margin: 0 auto;
} */

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

.title2 {
    border-left: 5px solid #FFD700;
    padding: 0 0 0 10px;
    font-size: 32px;
    font-weight: 900;
    height: 35px;
    line-height: 1;
    margin: 0 0 30px;
}

.application-requirement-table table tr td {
    padding: 15px 0;
    border: 1px solid #B8B8B8;
    border-width: 0 0 1px;
}

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

.application-requirement-table table tr td:first-child {
    width: 200px;
}
.company-profile-subcont {
	background-color: #F7F7F7;
	padding: 20px;
}

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

.company-profile-subcont table {
    width: 100%;
}

.company-profile-subcont table tr td {
    border: 1px solid #B8B8B8;
    padding: 15px;
    border-width: 0 0 1px;
}

.company-profile-subcont table {
    border-collapse: collapse;
}

.company-profile-subcont table tr td iframe {
    margin: 15px 0 0;
}

.company-profile-subcont table tr td:first-child {
    font-weight: 700;
    color: #222222;
}

.ob-position {
	object-position: top;
}

#contact .am-bg-pix > img {
    object-fit: unset;
	filter: opacity(0.45);
}

.contact-button {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 2;
	border: 1px solid #FFD700;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    padding: 12px 45px;
    border-radius: 100px;
}

.contact-button img {
    margin: 0 8px 0 0;
}

.tel-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.contact-button a {
    text-decoration: none;
    color: #FFD700;
}

.dl-submit:hover {
    box-shadow: none;
}

#company-profile {
    padding: 0 0 80px;
}

.ftr-sns-logo_img {
    max-width: 250px;
    object-fit: contain;
}

.footer-logo {
	align-content: center;
	text-align: justify;
}

.footer-copyright {
    background-color: #FFD700;
    text-align: center;
    padding: 10px 0;
	margin: 50px 0 -10px;
}

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

#application-requirement .am-bg-pix > img {
	object-fit: unset;
	filter: opacity(0.45);
}

.brand-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.brand-modal-content {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	max-width: 900px;
	max-height: calc(100vh - 110px);
	margin: 60px auto;
	position: relative;
	overflow-y: auto;
}

.brand-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
}

.brand-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.brand-logo img {
  max-width: 250px;
}

.brand-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brand-gallery img {
  width: calc(33.333% - 10px);
  border-radius: 10px;
  object-fit: cover;
}

.am-anchor {
    position: relative;
}

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

.br-sp {
	display: block;
}

.am-sp {
	display: none;
}

.am-pc {
	display: block;
}

.sunnys-button a:hover {
    box-shadow: unset;
}

.about-item {
    margin: 0 10px 5px 0;
    width: calc(100% / 12 * 3 - 10px);
}

.cf7-cf-turnstile {
    text-align: center;
}