@media screen and (max-width: 1200px) {
	.hdr__navi-menu li a {
		padding: 5px 12px;
	}
	
	.hdr__logo {
		margin: 0 auto;
	}
	
	.hdr__navi {
		margin: 0 auto;
	}
}

@media screen and (max-width: 1024px) {	
	.hdr__logo {
		margin: 0 auto;
	}
	
	.hdr__navi {
		margin: 0 auto;
	}

	.hdr__layout {
		padding: 10px;
	}
	
	.instagram-container-item .am-col3 img {
		height: 150px;
	}
	
	#instagram .exthermo-title {
		margin: 0 0 50px;
	}
	
	.corporate-philosophy-item__subtitle {
        height: 20vw;
        width: 20vw;
		line-height: 32px;
    }
	
	.slider__ov {
		left: 50px;
	}
	
	.slider__ov-sub-title {
		font-size: 40px;
	}
	
	.slider__ov-sub-title {
		font-size: 40px;
	}	
}

@media screen and (max-width: 820px) {
	.am-col4.corporate-philosophy-item {
		width: calc(100% / 12 * 4 - 50px);
		margin: 0 50px 0 0;
	}

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

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

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

	.recruitment-information-table tr td:first-child {
		width: 20%;
	}
	
	.hdr__navi-lang img {
		width: 25px;
		height: 25px;
		margin: 5px 5px 0 0;
	}
}

@media screen and (max-width: 767px) {
	.af-topgap {
		height: 110px;
	}
	
	.hdr__menu-btn {
		display: block;
		top: 50px;
	}
	
	header {
		position: fixed;
		z-index: 5;
		width: 100%;
		top: 0;
		left: 0;
		height: 100px;
		transition: height 0.5s ease;
	}
	
	header .am-container {
		width: 100%;
	}

	.hdr__logo > a {
		display: block;
		position: absolute;
		top: 50px;
		width: fit-content;
		text-align: left;
		transform: translateY(-50%);
		padding: 0 0 0 10px;
		font-size: 15px;
	}
	
	.am-col-auto.hdr__logo img {
		width: 50px;
		margin: 0 5px 0 0;
	}
	
	.hdr__logo>a>img {
		width: 200px;
	}

	.hdr__logo img {
		width: auto;
		height: 50px;
	}

	.hdr__layout {
		display: block;
		height: auto;
		width: 100%;
		padding: 0;
		position: relative;
	}

	.hdr__logo {
		text-align: center;
		height: 100px;
		width: unset;
		position: relative;
	}
	
	.hdr__navi {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.5s ease;
		flex-wrap: wrap;
	}

	.hdr__navi-cont {
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: space-between;
		min-height: max(710px, calc(100vh - 125px));
	}

	.hdr__navi-menu {
		position: relative;
		margin: 0;
		width: calc(100% - 1px);
	}

	.hdr__navi-menu-bg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.hdr__navi-menu {
		display: block;
		position: relative;
		z-index: 2;
	}

	.hdr__navi-menu li,
	.hdr__navi-menu li:last-child {
		border: solid #000;
		border-width: 1px 0 0;
	}
	
	.hdr__navi-menu li:last-child {
		border: solid #000;
		border-width: 1px 0;
	}

	.hdr__navi-menu li a,
	.hdr__navi-menu li:last-child a {
		padding: 30px 0;
		color: #000;
		font-weight: 200;
		width: 100%;
		text-align: center;
		font-size: 20px;
	}

	.hdr__navi-btn-cont .hdr__navi-btn:last-child,
	.hdr__navi-btn-cont .hdr__navi-btn:first-child {
		border-radius: 25px;
		display: block;
		margin: 50px auto 10px;
		font-size: 16px;
	}
	
	.hdr__navi-lang {
		position: absolute;
		top: 50px;
		transform: translateY(-50%);
		left: unset;
		right: 75px;
		width: auto;
	}

	.hdr__navi-lang img {
		margin: 0 2px 0 0;
	}
	
	.hdr__tel {
        font-size: 16px;
    }

	.hdr__navi-btn-cont .hdr__navi-btn:last-child {
		margin: 0 auto;
	}
	
	.hdr__navi-lang a {
		display: inline-block;
		margin: 0 0 -5px;
	}
	
	.hdr__navi-lang {
        display: block;     
    }

	.hdr__navi-btn-cont {
		text-align: center;
	}
	
	.hdr__menu--show .hdr__menu-btn-icon>span {
		opacity: 0;
	}

	.hdr__menu--show .hdr__menu-btn-icon::before {
		transform: translateY(10px) rotate(225deg);
	}

	.hdr__menu--show .hdr__menu-btn-icon::after {
		transform: translateY(-10px) rotate(-225deg);
	}

	.hdr__menu--show .hdr__navi {
		max-height: 1000px;
	}
	
	header .ftr__cont {
		display: block;
	}
	
	.hdr__ftr.ftr__cont {
		padding: 30px 0 0;
		min-height: calc(100vh - 461px);
		display: flex;
		flex-direction: column;
	}

	.hdr__ftr .ftr__socmed {
		padding: 0 10px;
	}

	.hdr__ftr .ftr__addr {
		margin: auto 20px 30px;
		text-align: center;
	}
	
	.hdr__ftr .ftr__socmed-link {
		text-align: center;
		width: calc(50% - 25px);
		margin: 0 10px 20px;
		padding: 5px 0;
	}
	
	.hdr__ftr .ftr__cpright {
		margin: auto 0 0;
	}
	
	.hdr__ftr.ftr__cont {
		display: none;
	}
	
	.slider__email a {
		font-size: 14px;
	}
	
	img.slider__image {
		height: 450px;
		object-fit: cover;
		width: 100%;
	}
	
	.slider__ov {
        top: 10px;
        left: 50%;
        padding: 18px 10px 18px;
		width: calc(100% - 30px);
		transform: translateX(-50%);
	}

	.slider__ov-sub-title {
		font-size: 20px;
	}

	.slider__ov-main-title {
		font-size: 20px;
	}

	.slider__ov-btn {
		font-size: 3vw;
		padding: 10px;
		margin: 20px 0 0;
	}
	
	span.slider__time {
		display: block;
		margin: 0 0 15px;
	}
	
    #sect-slider {
        margin-top: 98px;
    }
	
	.am-flex.corporate-philosophy-item-container {
		display: block;
	}

	.corporate-philosophy-item__subtitle {
		height: 200px;
		width: 200px;
		display: block;
		margin: 0 auto;
	}

	.am-col4.corporate-philosophy-item {
		width: 100%;
		margin: 0 0 30px;
	}

	.corporate-philosophy-item-subtitle__desc {
		margin: 30px 0 0;
		font-size: 20px;
        text-align: left;
	}
		
	.company-profile-banner {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.company-profile-table tr td:first-child {
		width: 30%;
	}

	.company-profile-table tr td {
		padding: 8px;
	}

	.company-profile-table tr td iframe {
		width: 100%;
	}

	.instagram-container-item .am-col3 {
		width: calc(100% / 2 - 20px);
		margin: 0 20px 20px 0;
	}

	.instagram-container-item .am-col3 img {
		height: 100px;
		width: 100%;
	}

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

	.instagram-container-item {
		justify-content: unset;
	}
	
	.recruitment-information-table tr td:first-child {
        width: 28%;
    }
	
	.recruitment-information-table tr td {
		padding: 8px 0 8px 8px;
	}
	
	.contact-form-desc {
		margin: 0 0 30px 15px;
	}

	.contact-form-subcontainer .am-flex {
		display: block;
	}

	.contact-form-fields {
		margin: 0 15px;
		width: 100%;
	}

	.contact-form-input {
		display: block;
	}

	.contact-form-fields-input input {
	}

	#contact-form .am-col6 {
		width: calc(100% - 30px);
	}

	.contact-form-fields-right {
		margin: 0 0 0 15px;
		width: 100%;
	}

	.contact-form-fields-input {
		width: 100%;
	}

	.contact-form-fields-name > p, .contact-form-fields-input > p {
		width: 100%;
	}
	
	.furigana-fs {
        bottom: 50%;
        font-size: 59%;
        left: 67.5%;
    }
	
	span.furigana-fs.slider {
		top: 42%;
		font-size: 8px;
		left: 15%;
	}
	
	.recruitment-information-image {
		width: 100%;
		height: auto;
	}

	.contact-us-banner {
		width: 100%;
		height: auto;
	}
	
	.slider__item video {
		height: auto;
		object-fit: contain;
	}
	
	.furigana-banner::before {
		top: -37%;
		font-size: 59%;
		left: 43%;
	}
	
	.slider__ov-main-title {
		line-height: 1.8;
	}
}