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

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

html {
	margin: 0;
	padding: 0;
}

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

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

img {
	max-width: 100%;
}

button {
	cursor: pointer;
}

html {
	scroll-behavior: smooth;
}

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

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

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

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

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

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

.am-flex {
	display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.am-hide {
	display: none;
}

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

.am-sp {
	display: none;
}

.am-pc {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	background-color: #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: #000;
	font-weight: 400;
	padding: 5px 15px;
	width: calc(100% - 40px);
	display: block;
	white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

.hdr__ftr.ftr__cont {
    display: none;
}

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

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

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

.slider__ov {
    position: absolute;
    left: 150px;
    top: 110px;
    color: #fff;
}

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

.slider__ov-sub-title {
    font-size: 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 20px;
}

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

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

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

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

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

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

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

.am-col-auto.hdr__logo img {
    width: 55px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

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

.slider__item video {
    width: 100%;
	height: 660px;
	object-fit: cover;
	object-position: bottom;
}

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

.exthermo-title {
    text-align: left;
    color: #000;
    font-size: 24px;
    border-bottom: 5px solid #6676FF;
	line-height: 32px;
}

.corporate-philosophy-container {
    max-width: 1130px;
    margin: 0 auto;
}

#corporate-philosophy {
    padding: 70px 0;
	margin: -10px 0 0;
}

.corporate-philosophy-item__subtitle {
    height: 250px;
    width: 250px;
    background-color: #A9E2F3;
    border-radius: 50%;
    align-content: center;
	line-height: 32px;
}

.corporate-philosophy-item__subtitle span {
    display: block;
    text-align: center;
}

span.corporate-philosophy-item-subtitle__jp {
    font-size: 24px;
    font-weight: 400;
}

.corporate-philosophy-item-subtitle__en {
    font-size: 40px;
    font-family: Impact;
}

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

.corporate-philosophy-container .exthermo-title {
    margin: 0 0 70px;
}

.corporate-philosophy-item-subtitle__desc {
    margin: 70px 0 0;
    display: block;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	line-height: 32px;
}

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

.am-flex.corporate-philosophy-item-container {
    justify-content: center;
}

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

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

#company-profile .exthermo-title {
    margin: 0 0 40px 0;
}

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

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

.company-profile-table tr td {
    border: 1px solid;
    padding: 8px 0 8px 30px;
}

.company-profile-table tr td:first-child {
    text-align: center;
    padding: 8px;
}

.company-profile-table tr td ul {
    padding: 0 20px 0;
}

.company-profile-table {
    margin: 30px 0 0;
}

.company-profile-table tr td iframe {
    width: calc(100% - 30px);
}

.credit-card-payment-container {
    max-width: 1100px;
    margin: 0 auto;
}

#credit-card-payment {
    padding: 70px 0;
}

.credit-card-payment-image {
    width: 100%;
}

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

#instagram {
    padding: 70px 0;
}

#instagram .exthermo-title {
    margin: 0 0 40px;
}

.instagram-container-item .am-col3 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
	border: 1px solid;
}

.instagram-container-item .am-col3 {
    width: calc(100% / 12 * 3 - 70px);
    margin: 0 70px 70px 0;
}

.instagram-container-item .am-col3:last-child {
    margin: 0;
}

.instagram-container-item .ig-adj {
    margin: 0;
}

.instagram-container-item {
    justify-content: space-between;
}

#recruitment-information {
    padding: 70px 0;
}

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

.recruitment-information-image {
    height: 420px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    margin: 20px 0 0;
}

.recruitment-information-table {
}

.recruitment-information-table tr td {
    border: 1px solid;
    padding: 8px;
    background-color: #fff;
    padding: 8px 0 8px 30px;
}

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

.recruitment-information-table tr td:first-child {
    text-align: center;
    padding: 8px;
}

.recruitment-information-table tr td.bg-blue {
	background-color: #A9E2F3;
}

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

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

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

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

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

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

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

.corporate-philosophy-container, .credit-card-payment-container, .company-profile-container,  .instagram-container, .credit-card-payment-container, .recruitment-information-container, .contact-us-container, .contact-form-container{
	padding: 0 15px;
}

.am-anchor {
    position: relative;
}

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

.furigana-fs {
    font-size: 33%;
    position: absolute;
    left: 70.5%;
    bottom: 65%;
}

span.furigana-fs.slider {
    top: 55%;
    left: 20%;
    font-size: 13.5%;
}

.ftr__logo img {
    height: 55px;
    width: 55px;
    object-fit: contain;
}

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

.furigana-banner {
    position: relative;
}

.furigana-banner::before {
    content: "エクサーモ";
    position: absolute;
    font-size: 18.95%;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}