@charset "UTF-8";


@font-face {
    font-family: 'Maximum Line Speeder';
    src: url('fonts/MaximumLineSpeeder.woff2') format('woff2'),
        url('fonts/MaximumLineSpeeder.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* =============================================
	mobile menu settings
=============================================　*/
/* Mobile Menu Button */
#menu-button{
	visibility:hidden;
	opacity:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 900;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background-color: #fafafa;
}
#menu-button.nav-on {
	visibility:visible;
	opacity:1;
}
#menu-button .ham-lines {
	position: relative;
	margin: 0 auto;
	width: 32px;
	height: 32px;
}
#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	position: absolute;
	display: block;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 28px;
	height: 2px;
	background-color: #111;
	border-radius: 1px;
}
#menu-button .ham-lines span {
	bottom: 15px;
	transition: all .25s .25s;
	opacity: 1;
}
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	content: "";
}
#menu-button .ham-lines::before{
	bottom: 24px;
	animation: menu-bar01 .75s forwards;
}
#menu-button .ham-lines::after {
	bottom: 6px;
	animation: menu-bar03 .75s forwards;
}
#menu-button .ham-text {
	font-size: 12px;
	line-height: 1;
}
#menu-button.is-active .ham-lines span {
	opacity: 0;
}
#menu-button.is-active .ham-lines::before {
	animation: active-menu-bar01 .5s forwards;
}
#menu-button.is-active .ham-lines::after {
	animation: active-menu-bar03 .5s forwards;
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(9px) rotate(45deg);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar03 {
	0% {
		transform: translateY(-9px) rotate(-45deg);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(9px) rotate(45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(-9px) rotate(-45deg);
	}
}
/* Mobile Menu Button end */


/* =============================================

	Common settings

============================================= */
/* table border and paddings */
table th,
table td{
	border: 1px solid #424242;
	padding: 10px;
}



/* for the navigation for smartphones including the iPad Pro of landscape size */
#main-menu-container.is-active {
	padding-top: 50px;
}
#main-menu-container.is-active #main-menu {
    flex-direction: column;
    align-items: center;
}
#main-menu-container.is-active  #main-menu li.nav-ct {
	margin: 0;
}



body .pagewidth {
	width: 100%;
	max-width: 1200px;
}
body .row_inner {
	max-width: 100%;
	width: 100%;
}

body .site {
	font-family:"ヒラギノ角ゴ ProN W3″", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic,"メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	background: #fff;
	color: #181818;
	padding-top: 80px;
	letter-spacing: 0.05em;
}


/* =========== HEADER ========== */
#headerwrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: white;
}
#headerwrap #header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
	padding: 0 0 0 40px;
}




/* =========== MENU ========== */
#main-menu-container #main-menu {
	margin: 0;
	display: flex;
	gap: 30px;
}
#main-menu-container #main-menu li {
	margin: 0;
	display: flex;
    align-items: center;
	font-size: 16px;
	font-weight: bold;
}
#main-menu-container #main-menu li a { 
	color: #181818;
	display: block;
	text-decoration: none;
	padding: 4px 6px;
}
#main-menu-container #main-menu li.nav-ct {
	margin-left: 30px;
}
#main-menu-container #main-menu li.nav-ct a {
	color: #ffffff;
	background: url(../../uploads/mail.png) no-repeat top 14px center, #d7000f;
	padding: 50px 40px 8px;
	border: none !important;
}
#main-menu-container #main-menu li.nav-ct a:hover {
	background: url(../../uploads/mail.png) no-repeat top 14px center, #ab000c;
}
#main-menu-container #main-menu li:hover a {
	border-bottom: 1px solid #d7000f;
}


/* =========== FOOTER ========== */
#footerwrap {
	background: #181818;
	color: white;
	padding: 48px 0 18px;
}
.f-icon a {
	display: inline-block;
	margin: 0 10px;
}
.f-icon a img {
	margin: 0;
}
#pagewrap .btn-ct a {
	font-size: 16px;
	color: white;
	background: none;
	border: 1px solid white;
	padding: 12px;
	box-sizing: border-box;
	text-align: center;
	min-width: 300px;
}
#pagewrap .btn-ct a span {
	display: inline-block;
	margin: 0;
	background: url(../../uploads/mail-footer.png) no-repeat right;
	padding: 0 50px 0 0;
}
#pagewrap .btn-ct a:hover {
	background: white;
	color: #181818;
}
#pagewrap .btn-ct a:hover span {
	background: url(../../uploads/mail-footer-black.png) no-repeat right;
}
#footer .f-copy {
	text-align: right;
	font-size: 14px;
}
#footer .f-copy a {
	color: white;
}
#footerwrap #pc-backtop {display: none;}


/* =========== TABLE ========== */
body table {
	width: 100%;
	border-collapse: collapse;
}


/* =========== POST ========== */
.news-post .list-post {
	max-height: 243px;
	overflow-y: scroll;
	padding-right: 55px;
}
#pagewrap .news-post .list-post .post {
	padding: 0 0 20px 150px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ffffff;
	position: relative;
}
.news-post .list-post .post .post-title {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	border-bottom: 1px solid #d7000f;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
.news-post .list-post .post .post-date {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	font-weight: bold;
	background: white;
	color: #181818;
	padding: 2px 10px;
	width: 112px;
	text-align: center;
	box-sizing: border-box;
}



/* =========== TABLE ========== */
.table-price table {
	table-layout: fixed;
}
.table-price table tr th, .table-price table tr td {
	text-align: center;
	padding: 10px;
	width: 25%;
	border-color: #181818;
}
.table-price table tr th {
	padding: 25px 10px;
	border-color: white;
	background: #d7000f;
	color: white;
}
.table-price table tr:first-child th:first-child, .table-price table tr td:first-child {
	background: #181818;
	color: white;
/* 	width: 50%; */
	width: 70%;
	border-color: white;
}
.table-price-multi table tr:first-child th:first-child, .table-price-multi table tr td:first-child {
	width: 22%;
}
.table-info table tr th, .table-info table tr td{
	padding: 20px 48px;
	vertical-align: top;
	text-align: left;
	border-color: #181818;
}
.table-info table tr th {
	border-bottom-color: white;
	background: #181818;
	color: white;
	width: 30%;
    box-sizing: border-box;
}

.wpcf7 .wpcf7-form table tr {
	display: flex;
    flex-wrap: nowrap;
	margin-bottom: 65px;
}
.wpcf7 .wpcf7-form table tr th, .wpcf7 .wpcf7-form table tr td {
	font-size: 16px;
	text-align: left;
	display: flex;
    flex-direction: column;
    justify-content: center;
    width: 70%;
	border: 1px solid #181818;
	background: white;
	box-sizing: border-box;
	padding: 0;
}
.wpcf7 .wpcf7-form table tr th {
	padding: 14px 60px;
	background: #181818;
	color: white;
	width: 30%;
}
.wpcf7 .wpcf7-form table input, .wpcf7 .wpcf7-form table textarea {
	background: none;
	border: none;
	outline: none;
	border-radius: 0;
	box-shadow: none;
	padding: 14px 35px;
}
.wpcf7 .wpcf7-form table tr.address input {
	border-bottom: 1px solid #181818;
	margin: 0;
}
.wpcf7 .wpcf7-form table tr.address input[name="your-addnum"] {
	border-bottom: none;
}
#policy {
	padding-top: 60px;
	padding-bottom: 120px;
}
#policy h3 {
	font-size: 20px;
	color: #262626;
	border-left: 8px solid #d7000f;
	padding: 6px 0 6px 18px;
	margin-bottom: 20px;
}
#policy .policy-content {
	max-height: 200px;
	overflow-y: scroll;
	padding-right: 30px;
}
#pagewrap .wpcf7 .submit_btn {
	margin: 0;
}
#pagewrap .wpcf7 .submit_btn input[type="submit"] {
	font-size: 20px;
	color: white;
	background: url(../../uploads/mail.png) no-repeat left 107px center, #d7000f;
	background-size: 32px;
	padding: 18px 100px 18px 180px;
	border-radius: 0;
	width: auto;
}
#pagewrap .wpcf7 .submit_btn input[type="submit"]:hover {
	background: url(../../uploads/mail.png) no-repeat left 107px center, #ab000c;
	background-size: 32px;
}
/* =========== TITLE ========== */
.module .module-title {
	margin-bottom: 15px;
	font-size: 32px;
}
.title_white.module .module-title {
	font-family: 'Maximum Line Speeder';
	font-size: 32px;
}
.title_white.module .module-title:first-letter {
	color: #d7000f;
}
.head_en_ja .fancy-heading {
	margin: 0;
}
.head_en_ja .fancy-heading .main-head {
	font-size: 44px;
	color: #181818;
	font-family: 'Maximum Line Speeder';
}
.head_en_ja .fancy-heading .main-head:first-letter {
	color: #d7000f;
}
.head_en_ja .fancy-heading .sub-head {
	padding-top: 12px;
	font-size: 20px;
	color: #181818;
}
#pagewrap .head_en_ja .main-head + .sub-head:before {
	width: 3rem;
	padding-top: 1rem;
	border-color: #181818; 
}
#pagewrap .head_white .main-head, #pagewrap .head_white .sub-head {
	color: white;
}
#pagewrap .head_white .main-head + .sub-head:before {
	border-color: white;
}
#pagewrap .main-img  {
	margin-bottom: 0;
}
#pagewrap .main-img .image-wrap {
	text-align: right;
}
#pagewrap .main-img .image-content {
	position: absolute;
	left: 0;
	top: 144px;
	z-index: 2;
	background: linear-gradient(283deg, transparent 44px, #181818 45px);
    padding: 35px 5.8vw;
    font-style: italic;
    margin: 0;
    min-width: 960px;
    box-sizing: border-box;
}
#pagewrap .main-img .image-content:after {
	content: '';
	width: 45vw;
    height: 3vw;
	background: url(../../uploads/slider-line.png) no-repeat right;
	background-size: contain;
	display: block;
	position: absolute;
	bottom: -80px;
	left: 0;
}
#pagewrap .main-img .image-title {
	font-size: 44px;
	font-family: 'Maximum Line Speeder';
	color: white;
}
#pagewrap .main-img .image-title:first-letter {
	color: #d7000f;
}
#pagewrap .main-img .image-caption {
	font-size: 24px;
	color: white;
	font-weight: bold;
}
.title_red.module .module-title {
	font-size: 20px;
	color: white;
	background: linear-gradient(106deg, transparent 13px, #d7000f 14px);
	padding: 12px 12px 12px 48px;
}
.title_black.module .module-title {
	font-size: 20px;
	color: white;
	background: linear-gradient(106deg, transparent 13px, #181818 14px);
	padding: 12px 12px 12px 48px;
}
.point-txt.module .module-title {
	font-size: 20px;
	font-family: 'Maximum Line Speeder';
}
.point-txt.module .module-title:first-letter, .title-2line.module .module-title:first-letter {
	color: #d7000f;
}
.title-2line.module .module-title {
	font-size: 20px;
	border-top: 2px solid #d7000f;
	border-bottom: 2px solid #d7000f;
	padding: 12px;
	text-align: center;
	font-style: italic;
}
.title_40.module .module-title {
	font-size: 40px;
	font-style: italic;
}
.title_40.module .module-title:first-letter {
	color: #d7000f;
}
/* =========== OTHER ========== */
.module {
	margin-bottom: 30px;
}
.module p:last-child {
	margin-bottom: 0;
}
.module.gallery .gallery-item img {
	width: auto;
}
.module.gallery .gallery-item .gallery-caption {
	font-size: 1rem;
}
.home-slider {
	max-height: calc(100vh - 80px);
	overflow: hidden;
}
.home-slider:before {
	content: '';
	width: 100vw;
	height: 12.8vw;
	background: linear-gradient(to top, white, transparent);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.home-slider .swiper-slide {
	width: 100vw;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	background: white;
}
.home-slider .swiper-slide .image-content {
	position: absolute;
	left: 0;
	top: 10vw;
/* 	z-index: 1; */
	z-index: 3;
	width: 67vw;
}
.home-slider .swiper-slide .image-content:after {
	content: '';
	width: 54vw;
	height: 3.4vw;
	background: url(../../uploads/slider-line.png) no-repeat right;
	background-size: contain;
	display: block;
}
.home-slider .swiper-slide .image-content .image-title {
	font-size: min(74px, 3.85vw);
	color: white;
	background: linear-gradient(283deg, transparent 44px, #181818 45px);
    padding: 2.6vw 6vw;
    font-style: italic;
	margin-bottom: 2.86vw;
	display: flex;
    align-items: center;
	white-space: nowrap;
}
.home-slider .swiper-slide .image-content .image-title:first-letter, .home-slider .swiper-slide .image-content .image-title span {
	color: #d7000f;
}
.home-slider .swiper-slide .image-content .image-title:after {
    content: '';
    height: 2px;
    background: white;
    flex: 1;
	margin-left: 2.6vw;
}
.home-slider .swiper-slide img {
    -o-object-fit: cover;
    width: 100%;
    object-fit: cover
}
@keyframes zoomUp {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.1)
    }
}
.home-slider .swiper-slide-active img {
    animation: zoomUp 5s linear 0s normal both;
}


.policy-row {
	background: url(../../uploads/logo_object.png) no-repeat right;
	padding-top: 180px;
	padding-bottom: 130px;
}

.policy-row .module_column.last {
	padding-right: 18.8vw;
}





#pagewrap .home-banner {
	margin-bottom: 60px;
}

#pagewrap .home-banner .module-image {
  position: absolute;
	top: 0;
   left: 0;
   right: 0;
   bottom: 0;
  overflow: hidden;
  clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
  z-index: 0;
	background: black;
	margin: 0;
}
#pagewrap .home-banner::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 100%;
  height: 100%;
  background: #d7000f;
	clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
  z-index: 0;
}
#pagewrap .home-banner .module-image .image-wrap {
	position: static;
	transition: 0.25s all;
}
#pagewrap .home-banner .module-image .image-wrap img {
	min-height: 100%;
	min-width: 100%;
    width: auto;
    max-width: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.25s all;
}
#pagewrap .home-banner:hover .module-image .image-wrap img {
	transform: translate(-50%, -50%) scale(1.1);
	opacity: 0.7;
}
#pagewrap .home-banner .module-text {
	color: white;
	text-align: center;
	padding: 100px 30px;
	margin: 0;
	min-height: 370px;
}
#pagewrap .home-banner .module-text .module-title {
	font-size: 28px;
	color: white;
	font-family: 'Maximum Line Speeder';
}
#pagewrap .home-banner .module-text .module-title:first-letter {
	color: #d7000f;
}
#pagewrap .home-banner .module-text strong  {
	display: inline-block;
}
#pagewrap .home-banner:hover .module-text strong {
	border-bottom: 1px solid white;
}
#pagewrap .home-banner .module-buttons, #pagewrap .home-banner .module-buttons a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	background: none;
	font-size: 0;
	border: none;
	margin: 0;
}

.exam-row .module_column.first {
	padding-left: 18.8vw;
}
#pagewrap .btn-arrow a {
	padding: 16px 65px;
	color: #181818;
	border: 2px solid #181818;
}
#pagewrap .btn-arrow a:hover {
	color: white;
}
#pagewrap .btn-arrow a span {
	padding-right: 70px;
	background: url(../../uploads/arrow.png) no-repeat right;
}
#pagewrap .btn-arrow a:hover span {
	background: url(../../uploads/arrow-white.png) no-repeat right;
}

#pagewrap .coating-row01 {
	background: url(../../uploads/logo_object.png) no-repeat right bottom;
	padding-top: 160px;
	padding-bottom: 110px;
}
#pagewrap .coating-row01 .module_column.last {
	padding-right: 18.8vw;
}
#pagewrap .anchor_load {
	text-align: center;
}
#pagewrap .anchor_load ul {
	display: flex;
	max-width: 800px;
	margin: 0 auto;
	justify-content: center;
	gap: 60px;
	border-bottom: 1px solid #181818;
	padding-bottom: 22px;
}
#pagewrap .anchor_load ul li {
	font-size: 16px;
	font-weight: bold;
	display: block;
}
#pagewrap .anchor_load ul li a {
	padding: 0 0 15px;
	background: url(../../uploads/arrow-red.png) no-repeat bottom;
	color: #181818;
    display: block;
}
#pagewrap .anchor_load ul li a:hover {
	color: #d7000f;
	text-decoration: none;
}


#pagewrap .img_coat .module-title {
	font-size: 16px;
	padding: 9px 0 9px 34px;
	background: url(../../uploads/line1.png) no-repeat left;
	border-bottom: 1px solid #d7000f;
	margin-bottom: 24px;
}
#pagewrap .img_coat .image-wrap {
	margin-bottom: 15px;
}
#pagewrap .img_coat .image-content {
	max-width: 336px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}
#pagewrap .btn-ct-red a {
	font-size: 24px;
	color: white;
	padding: 16px 60px;
	text-align: center;
	background: #d7000f;
}
#pagewrap .btn-ct-red a:hover {
	background: #ab000c;
}
#pagewrap .btn-ct-red a span {
	background: url(../../uploads/mail-white.png) no-repeat left;
	display: block;
	margin: 0;
	padding: 0 0 0 75px;
}

#pagewrap .exam-banner {
	padding-top: 120px;
	padding-bottom: 120px;
}
#pagewrap .exam-banner .row_inner:before {
	content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    background: #d7000f;
    clip-path: polygon(7.5% 0%, 100% 0%, 92.5% 100%, 0% 100%);
    z-index: 0;
}
#pagewrap .exam-banner .row_inner .module_column {
	background: url(../../uploads/coat-bg.png) no-repeat center;
	background-size: cover;
	clip-path: polygon(7.5% 0%, 100% 0%, 92.5% 100%, 0% 100%);
	padding: 100px;
}
#pagewrap .exam-banner .row_inner .module_column:before {
	content: '';
	width: 100%;
	height: 100%;
    z-index: 0;
    background: rgba(0,0,0,0.25);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 0.25s all;
}
#pagewrap .exam-banner:hover .row_inner .module_column:before {
	opacity: 1;
}
#pagewrap .exam-banner .module-buttons, #pagewrap .exam-banner .module-buttons a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: none;
	font-size: 0;
}
#pagewrap .point-txt ul {
	margin: 0;
}
#pagewrap .point-txt ul li {
	display: block;
	background: url(../../uploads/dot.png) no-repeat top 10px left;
	padding: 0 0 0 15px;
	line-height: 1.8;
	margin-bottom: 10px;
}
/* #pagewrap .gallery-color .module-gallery-grid {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#pagewrap .gallery-color .module-gallery-grid .gallery-item {
	width: 31.6%;
} */
#pagewrap .mw390 {
	max-width: 390px;
	margin-left: auto;
	margin-right: auto;
}




/* 20250609 */
br.sp-only {
	display: none;
}
.swiper .image-wrap {
  position: relative;
}
.swiper .image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
}
.swiper .image-wrap::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	clip-path: polygon(0% 0%, 50% 0%, 35% 100%, 0% 100%);
	position: absolute;
    top: 0;
	z-index: 2;
}
.swiper .image-title {
	position: sticky;
	z-index: 99;
}

.swiper .image-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3; /* ::before より上に表示 */
	pointer-events: none;

	/* 斜線を SVG linear-gradient 風に描画 */
	background: #d7000f;
	clip-path: polygon(34% 100%, 49% 0%, 50% 0%, 35% 100%);
}
.font-max.module  {
	font-family: 'Maximum Line Speeder';
	margin-bottom: 8px;
}
.swiper-slide.zooming img {
  animation: zoomUp 4s ease-in-out forwards;
}







/* =============================================

	Media Query

============================================= */
@media screen and (max-width: 1600px) { /* for iPad pro landscapes */
	.policy-row .module_column.last, #pagewrap .coating-row01 .module_column.last, .exam-row .module_column.first {
		padding: 0 5vw;
	}
}

@media screen and (max-width: 1180px) { /* for tablet landscapes */

	#pagewrap {
		position: relative;
	}

	#header.header {
		padding-top: 0;
	}

	/* module menu button visible */
	#menu-button{
		visibility:visible;
		opacity:1;
	}
	
	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */
	#main-menu-container {
		position: fixed;
		z-index: 700;
		top: 0;
		left: -100vw;
		right: auto;
		bottom: auto;
		overflow-y: auto;
		background-color: #f1f1f1;
		display:block;
		width: 100vw;
		height: 100vh;
		transition: .3s linear;
	}
	#main-menu-container.is-active{
		left: 0;	
	}
	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */

}

@media screen and (max-width: 1024px) { /* for tablet landscape */

	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/
	.wpcf7 table tr th,
	.wpcf7 table tr td{
		width:100%;
		display:block;
		padding: 10px 0px;
	}
	.wpcf7 table tr th{
		padding-bottom:0;
	}
	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/
	
	body .pagewidth {
		max-width: 94%;
	}
	
	#pagewrap {
		padding-top: 56px;
	}
	#headerwrap #header {
		padding: 10px;
	}
	#header #site-logo {
		width: 200px;
	}
	.home-slider .swiper-slide .image-wrap {
/* 		max-width: 50%; */
	}
	.home-slider .swiper-slide .image-content {
		
	}

}

@media screen and (max-width: 980px) { /* for mobile landscape */
	body #pc-backtop {
		display: none;
	}
	#footer .sp-footer-icons-container {
		display: flex;
	}
	body #footer .sp-footer-icons-container a {
		border-color: #d7000f;
		color: #d7000f;
	}
	body #footer .sp-footer-icons-container a svg {
		fill: #d7000f;
	}
	#pagewrap {
		padding-bottom: 50px;
	}
}


@media screen and (max-width: 768px) { /* for mobile  */
	.module .module-title, .title_white.module .module-title {
		font-size: 24px;
	}
	.head_en_ja .fancy-heading .main-head, #pagewrap .main-img .image-title {
    	font-size: 34px;
	}
	.head_en_ja .fancy-heading .sub-head {
		font-size: 18px;
	}
	#pagewrap .home-banner .module-text .module-title {
		font-size: 22px;
	}
	#pagewrap .main-img .image-caption {
		font-size: 20px;
	}
	#pagewrap .home-banner .module-text {
    	padding: 25px 30px; 
		min-height: unset;
	}
	#pagewrap .btn-arrow a {
    	padding: 16px 45px;
	}
	#pagewrap .btn-arrow a span {
    	padding-right: 45px;
	}
	.home-slider .swiper-slide .image-content .image-title {
		background: linear-gradient(283deg, transparent 24px, #181818 25px);
	}
	#pagewrap .main-img .image-wrap {
		max-width: 60%;
		margin: 0 0 0 auto;
	}
	#pagewrap .main-img .image-content {
		min-width: 55vw;
        top: auto;
        bottom: 4vw;
        padding: 20px 6.5vw 20px 4vw;
	}
	#pagewrap .main-img .image-content:after {
		width: 40vw;
		bottom: -30px;
	}
	.policy-row {
		background-size: 60%;
		padding-top: 90px;
		padding-bottom: 50px;
	}
	#pagewrap .coating-row01 {
		background-size: 60%;
        padding-top: 80px;
        padding-bottom: 30px;
        background-position: right;
	}
	#pagewrap .coating-row01.bg-sp {
		background-position: top 65% right;
	}
	
	#pagewrap .anchor_load ul {
		gap: 40px;
	}
/* 	.title_red.module .module-title, .title_black.module .module-title {
		font-size: 18px;
		padding: 8px 8px 8px 24px;
		background: linear-gradient(97deg, transparent 7px, #d7000f 8px);
	}  */
	.title_red.module .module-title {
		font-size: 18px;
		padding: 8px 8px 8px 24px;
		background: linear-gradient(97deg, transparent 7px, #d7000f 8px);
	} 
	#pagewrap .img_coat .module-title {
    	padding: 6px 0 6px 20px;
        height: 30px;
        display: flex;
        align-items: center;
	}
	.table-price table tr th {
    	padding: 20px 10px;
	}
	#pagewrap .btn-ct-red a {
    	font-size: 20px;
    	padding: 12px 40px;
	}
	#pagewrap .btn-ct-red a span {
		padding: 0 0 0 60px;
		background-size: 35px;
	}
	#pagewrap .exam-banner .row_inner .module_column {
		padding: 60px;
	}
	#pagewrap .exam-banner .row_inner:before {
		top: 12px;
		left: 12px;
		width: 98%;
		height: 98%;
	}
	.table-price {
		overflow-x: scroll;
	}
	.table-price table {
		width: 900px;
	}
	.title-2line.module .module-title {
		font-size: 18px;
	}
	.title_40.module .module-title {
    	font-size: 24px;
	}
	.table-info table tr th, .table-info table tr td {
    	padding: 12px 20px;
	}
	.wpcf7 .wpcf7-form table tr th {
		padding: 10px 20px;
		width: 214px;
	}
	.wpcf7 .wpcf7-form table tr td {
		width: calc(100% - 214px);
	}
	
/* 	SP_202506 */
	.sp_center {
		text-align: center;
	}
	#pagewrap .btn-arrow a span {
		background-size: 13%;
	}
	.footer-logo img {
		width: 100%;
        max-width: 300px;
	}
	#footer {
		text-align: center;
	}
	.table-price.table_sp table {
		width: auto;
		overflow: hidden;
	}
	.table-price.table_sp table tr th {
		width: 100%;
		background: #181818;
		border: none;
	}
	.table-price.table_sp table tr td:first-child {
		background: #d7000f;
		width: auto;
	}
	body:not(.page-id-593) .table-price.table_sp table tr:nth-child(3n) td {
		border-top: 1px solid;
	}
	.table-price.table_sp.table03 table tr td.t-border {
		border-top: 1px solid;
		border-bottom: 1px solid;
	}
	.ex-text.head_en_ja .fancy-heading .main-head {
		font-size: 25px;
	}
	.access_logo img {
		width: 50%;
	}
	.home-slider .swiper-slide .image-content:after {
		background-position: left;
	}
	.swiper .image-wrap::before {
		clip-path: polygon(0% 0%, 30% 0%, 17% 100%, 0% 100%);
	}
	.home-slider .swiper-slide .image-content .image-title {
		font-size: min(74px, 5vw);
		width: 82vw;
	}
	.swiper .image-wrap::after {
		width: 60%;
		height: 100%;
		clip-path: polygon(26% 100%, 46% 0%, 50% 0%, 30% 100%);
	}
	.news-post .list-post .post .post-date {
		width: 120px;
	}
	#pagewrap .img_coat .module-title {
		background-position-y: bottom;
	}
	#main-menu-container #main-menu {
		flex-direction: column;
		align-items: center;
		margin: 0;
		display: flex;
		gap: 30px;
	}
	.table-price table tr td:first-child {
		border: none;
	}
	#footer .f-copy {
		text-align: center;
		font-size: 14px;
	}
	
	
}

@media screen and (max-width: 680px) { /* for mobile small  */
	.home-slider .swiper-slide .image-content .image-title {
		background: linear-gradient(283deg, transparent 16px, #181818 17px);
/* 		padding: 2vw 6vw; */
	}
	#pagewrap .home-banner::before {
		top: 6px;
		left: 6px;
	}
	.news-post .list-post {
		padding-right: 0;
	}
	#pagewrap .news-post .list-post .post {
	    padding: 0 0 20px;	
	}
	.news-post .list-post .post .post-date {
		position: static;
	}
	
	.head_en_ja .fancy-heading .main-head {
        font-size: 28px;
    }
	#pagewrap .main-img .image-title {
		font-size: 20px;
	}
	.module .module-title, .title_white.module .module-title {
		font-size: 20px;
	}
	#pagewrap .home-banner .module-text .module-title {
		font-size: 18px;
	}
	#pagewrap .main-img .image-content {
		position: static;
		min-width: unset;
	}
	#pagewrap .main-img .image-wrap {
        max-width: 90%; 
	}
	#pagewrap .anchor_load ul {
		gap: 24px;
		flex-wrap: wrap;
	}
	.table-price table {
        width: 800px;
    }
	#pagewrap .exam-banner .row_inner .module_column {
        padding: 32px;
    }
	.wpcf7 .wpcf7-form table tr {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.wpcf7 .wpcf7-form table tr th, .wpcf7 .wpcf7-form table tr td {
		width: 100% !important;
	}
	.home-slider .swiper-slide .image-content {
/* 		top: 47vw; */
		top: 58%;
/* 		position: static;
		left: 0;
		top: 10vw; */
		width: 95vw;
	}
	#pagewrap .img_coat .module-title {
    	padding: 6px 0 6px 20px;
        height: 30px;
        display: flex;
        align-items: center;
	}
	.loseil-img img {
		width: 80%;
	}
	
	
	br.sp-only {
		display: block;
	}
	.title_black.module .module-title {
    	padding: 12px 10px 12px 40px;
        background: linear-gradient(105deg, transparent 20px, #181818 14px);
	}
	.home-slider .swiper.swiper-fade {
/* 		height: 40vh; */
	}
	.home-slider .swiper-slide .image-wrap {
		height: 180px;
		overflow: hidden;
		margin-bottom: 130px;
	}
	
	.home-slider:before {
		content: '';
		width: 100vw;
		height: 54.8px;
		background: linear-gradient(to top, white, transparent);
		position: absolute;
/* 		top: 125px; */
		top: 126px;
		bottom: unset;
		left: 0;
		right: 0;
		z-index: 2;
	}
	
	
}
@media screen and (max-width: 380px) {
	.block_box .subrow_inner{
	display:block;
}
}
/* *{
	margin-left:0 !important;
} */