/*
 Thin 100  / Regular 400 /  Medium 500 / SemiBold 600 / Bold 700
*/

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
}
.work-sans {
  font-family: "Work Sans", sans-serif;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}
#site-translate-message {
	position: absolute;
	z-index: 99999;
	width: 100%;
	display: block;
	background: #d2dad4;
  opacity: 0.6;
}
.select_box {
	position: absolute;
	display: flex;
	align-items: center;
	border: 1px solid #d2dad4;
	border-radius: 0;
	width: max-content;
	height: 32px;
	right: 115px;
	top: 35px;
	backdrop-filter: blur(2px);
	background: rgba(255,255,255,0.13);
	padding: 0 14px 3px 3px;
}
.select_box::before {
	position: absolute;
	right: 10px;
	content: '';
	width: 7px;
	height: 6px;
	background: rgba(255,255,255,0.8);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	z-index: 99;
  top: 12px;
}
.select_box select {
	width: 100%;
	padding: 8px 10px 8px 12px;
	cursor: pointer;
	text-overflow: ellipsis;
	z-index: 1;
	border: none;
	appearance: none;
	outline: none;
	background: transparent;
	color: #fff;
	font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.select_box select option {
  background: #fff;
  color: #000;
}
.select_box select option:hover {
  background: #eee;
  color: #000;
}
.select_box select option:checked,
.select_box select option:active {
  background: #ddd;
  color: #000;
}

.wow {
  visibility: hidden;
}
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
}
#splash_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  transform: translateX(0);
}
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 200px;
  margin-top: -80px;
}
#splash_logo img {
  
  opacity: 0;
}
@keyframes sweepOut {
  from { transform: translateX(0); }
  to   { transform: translateX(100%); }
}
@keyframes fade {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.fade {
  animation: fade 0.8s ease-out forwards;
}
@keyframes fadeOut {
  from { opacity: 1; }
  to   { opacity: 0; }
}
.fadeOut {
  animation: fadeOut 0.6s ease forwards;
}
.slick-img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}
table {
    border-collapse: collapse;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
}
img {
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
a, a:link {
    color: #000111;
    text-decoration: none;
}
a:visited {
    color: #000111;
}
a.button, a.button:link {
    color: #000111;
    text-decoration: none;
}
a,a:hover {
	text-decoration: none;
	cursor: pointer;
    transition: all .3s ease 0s;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
a img {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
a:active {
    color: #000111;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
.pc_on {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .pc_on {
    display: none !important;
  }
}
.pc_on_block {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc_on_block {
    display: none !important;
  }
}
.sp_on {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_on {
    display: inline !important;
  }
}
.sp_on_block {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_on_block {
    display: block !important;
  }
}

.pc_on_flex {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .pc_on_flex {
    display: none !important;
  }
}
.sp_on_flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_on_flex {
    display: flex !important;
  }
}

.sp_on_block1070 {
  display: none !important;
}
@media screen and (max-width: 1070px) {
  .sp_on_block1070 {
    display: block !important;
  }
}

.pc_on1050 {
  display: inline !important;
}
@media screen and (max-width: 1050px) {
  .pc_on1050 {
    display: none !important;
  }
}

.pc_on_block1070 {
  display: block !important;
}
@media screen and (max-width: 1070px) {
  .pc_on_block1070 {
    display: none !important;
  }
}

.pc_on_flex1050 {
  display: flex !important;
}
@media screen and (max-width: 1050px) {
  .pc_on_flex1050 {
    display: none !important;
  }
}
.sp_on_flex1050 {
  display: none !important;
}
@media screen and (max-width: 1050px) {
  .sp_on_flex1050 {
    display: flex !important;
  }
}

p {
  font-size: 1.4rem;
  line-height: 1.64;
  font-weight: 400;
  letter-spacing: 0;
  color: #000111;
}

@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade {
  animation-name: fadeIn;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}

@keyframes fadeOutFast {
  from { opacity: 1; }
  to   { opacity: 0; }
}
.fadeOutFast {
  animation: fadeOutFast 1s ease forwards;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
html {
	font-size: 10px;
	width: 100%;
}
body {
	font-family: "Noto Serif JP", serif;
	width: 100%;
	color: #000111;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.0;
	letter-spacing: 0;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	position: relative;
	font-weight: 400;
  background: #fff;
}
body, table, input, textarea, select, option {
    font-weight: 400;
    position: relative;
    width: 100%;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	width: 100%;
	height: 84px;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.logo h1 {
	position: absolute;
	left: 31px;
  top: 17px;
	display: flex;
	align-items: end;
	z-index: 999;
  font-size: 2.1rem;
  font-weight: 600;
}
.logo a {
  display: block;
  color: #fff;
  font-weight: 600;
}
.gnav,.gnav__menu {
    display: block;
}
.menu {
    display: block;
}
/* Full Screen Navigation */
.menu {
  position: fixed;
  right: 35px;
  top: 22px;
  width: 50px;
  height: 80px;
  cursor: pointer;
  transition: .3s;
  z-index: 9999;
  mix-blend-mode: difference;
}
.menu:hover .menu__line {
  transition: .3s;
  background: #888;
}
.menu:hover .ttl_menu {
  transition: .3s;
  color: #ccc;
}
.menu__line {
	background: #d2dad4;
	display: block;
	height: 2px;
	position: absolute;
	transition: transform .3s;
	z-index: 9999;
}
.menu__line--top {
	width: 50px;
	top: 13px;
	right: 0;
}
.menu__line--center {
	width: 50px;
	top: 32px;
	right: 0;
}
.menu__line--bottom {
	width: 50px;
	top: 51px;
	right: 0;
}
.menu__line--top.active {
  top: 33px;
  right: -8px;
  width: 63px;
  transform: rotate(39deg);
}
.menu__line--bottom.active {
  top: 33px;
  right: -8px;
	transform: rotate(-39deg);
	width: 63px;
}
.menu__line--center.active {
	transform:scaleX(0);
}
.gnav {
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9998;
	left: 0;
	top: 0;
}
.gnav__wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 100%;
	flex-direction: column;
	padding: 20% 10% 10%;
}
.menu_logo a {
	position: absolute;
	left: 20px;
	top: 24px;
  z-index: 9;
}
.menu_logo a img {
  max-width: 74px;
}
ul.gnav__menu {
	width: 100%;
	margin: 0 auto 60px;
}
.gnav__menu__item {
	width: 90%;
	margin: auto;
}
.gnav__menu__item a {
	color: #fff;
	font-size: 2.0rem;
	font-weight: 500;
	transition: .5s;
	display: block;
	padding: 0 0 5px 0;
	position: relative;
	letter-spacing: 1px;
}
/* Full Screen Navigation */
.gnav {
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9998;
	left: 0;
	top: 0;
}
.gnav__wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 100%;
  flex-direction: column;
  padding: 20% 10% 10%;
}
.gnav_menu_area {
  position: absolute;
  top: 15px;
  right: 12px;
  width: 76.5%;
  height: 71%;
  background: rgba(0,0,0,.75);
  border: solid 1px #d3dbd5;
}
.gnav_menu_area_inner {
  position: absolute;
  left: 48%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: max-content;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 78%;
  padding-top: 127px;
}
ul.gnav__menu {
	display: flex;
  justify-content: flex-start;
  flex-direction: column;
  white-space: nowrap;
}
.gnav__menu__item a {
  font-family: "Noto Serif JP", serif;
  font-size: 1.93rem;
  font-weight: 500;
  color: #fff;
  display: block;
  padding: 10px 0 38px 0;
  position: relative;
  letter-spacing: 1px;
  transition: all .3s;
}
.gnav__menu__item a:after {
  content: "";
  display: inline-block;
  background: url("../images/arrow01.svg") no-repeat 0 0/9px 16px;
  width: 9px;
  height: 16px;
  margin-left: 23px;
}
.gnav__menu__item a:hover{
  color: #888;
}
.pb121 {
  padding-bottom: 121px !important;
}
.ttl_menu {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  color: #fff;
  top: 55px;
  position: absolute;
  right: 1px;
  /* color: #d2dad4; */
}

.firstview_area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 87vh;
  margin-top: 80px;
}
.top_mv {
  height: 550px;
  display: flex;
}
.mv_side {
	width: 23.65%;
	background: #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
  margin-top: 163px;
}
.mv_side img {
  width: 90%;
  max-width: 170px;
}
.site_mark1 img {
  border-bottom: solid 1px #d3dbd5;
  padding-bottom: 20px;
}
.site_mark2 img {
  padding-top: 20px;
}
.slick_container {
	position: relative;
	width: 76.35%;
	margin-bottom: 60px;
}
.slick-slide-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider {
  width: 100%;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.slick-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.slick-slide img {
	display: block;
	width: 100%;
	height: 550px;
	object-fit: cover;
}
.slick-img > img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  display: block;
  transform: scale(1);
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.add-animation .slick-img > img {
  animation: zoomUp 10s linear 0s normal both;
}
.slider .slick-slide-wrap:nth-child(2) .slide_copy {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
}
.slider .slick-slide-wrap:nth-child(3) .slide_copy {
  left: 130px;
  top: 50%;
  transform: translate(0%, -50%);
  width: max-content;
}
.slider .slick-slide-wrap:nth-child(2) .slide_copy img {
  width: 403px;
  height: 200px;
}
.slider .slick-slide-wrap:nth-child(3) .slide_copy img {
  width: 456px;
  height: 434px;
}
.slide_copy {
  transform: rotate(0.03deg);
}
.slide_copy img {
  animation: none !important;
  transform: none !important;
}
img {
  image-rendering: -webkit-optimize-contrast;
}
.slide_copy {
  position: absolute;
  z-index: 5;
  pointer-events: none;
}
.bg1 {
  background: #000;
}
ul.page_nav {
  display: flex;
  justify-content: space-between;
  width: 720px;
}
.page_nav_area {
	width: max-content;
	margin: 0 auto;
	padding: 10px 0 20px;
	max-width: 90%;
}
ul.page_nav li {
  width: 30.5%;
}
ul.page_nav li a {
  display: block;
  font-size: 2.0rem;
  font-weight: 600;
  color: #fff;
  border-bottom: solid 1px #fff;
  padding: 10px 0 10px 0;
  text-align: center;
  transition: all .3s;
  white-space: nowrap;
}
ul.page_nav li a:hover {
  background: #111;
}
ul.page_nav li a span {
  background: url("../images/arrow01.svg") no-repeat right 0 top 8px/9px auto;
  width: 9px;
  height: 16px;
  padding-right: 25px;
}
.scroll_bg {
  background: #239015;
  min-height: 50px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  transition: all .3s;
}
.scroll_bg a {
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 1.4rem;
	color: #fff;
	background: url("../images/arrow02.svg") no-repeat right top 17px/17px auto;
	text-align: right;
	padding-right: 26px;
	margin-right: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.scroll_bg:hover {
  background: #37a529;
}
.scroll_icon {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 50px;
  z-index: 998;
}
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #777;
  bottom: -15px;
  content: "";
  height: 57px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}
.scroll::after {
  background-color: #fff;
  bottom: -15px;
  content: "";
  height: 57px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.top_lead {
  width: 720px;
  max-width: 90%;
  margin: 0 auto;
  padding: 96px 0 144px;
}
.top_lead_flex {
  width: 490px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 48px;
}
.top_lead_flex img {
  width: 200px;
  width: 40.8%;
}
.top_lead p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
}
.loop_main {
  background: url("../images/top_img01.jpg") no-repeat 50% 100%/cover;
  height: 300px;
  position: relative;
}
.ttl_loop img {
  width: 396px;
  max-width: 100%;
}
.ttl_loop {
  position: absolute;
  right: 33%;
  bottom: 51%;
  transform: translate(50%, 50%);
}
.ttl_loop_txt {
	position: absolute;
	right: 33.8%;
	bottom: 52%;
	transform: translate(50%, 50%);
}
.ttl_loop_txt p {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.8;
  color: #fff;
}
.ttl_loop_txt h3 {
	font-size: 21px;
	font-weight: 500;
	line-height: 1.7;
	padding-left: 60px;
  color: #fff;
}
.infiniteslide {
  margin-top: 13px;
}
.infiniteslide li {
  margin: 0 7px;
}
.infiniteslide li img {
	max-width: none;
	width: auto;
	height: 22.5vh;
}
.top_about {
  width: 740px;
  max-width: 90%;
  padding: 60px 0 110px;
  margin: auto;
}
.top_about h3 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.top_about p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 67px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.sign {
  width: 168px;
  margin: 0 18px 0 auto;
}
.technic_bg {
  height: 350px;
  background: url("../images/top_img07.jpg") no-repeat 50% 100%/cover,#f3f0e7;
}
.bg2 {
  background: #f3f0e7;
}
.technic_area {
  padding-bottom: 39px;
}
.ttl_technic {
  padding: 58px 0 68px;
}
.ttl_technic h3 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.375;
  color: #000111;
}
.technic_list {
  width: 662px;
  max-width: 90%;
  margin: 0 auto 72px;
}
.technic_list_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -15px;
  position: relative;
  z-index: 9;
}
.technic_icon {
  width: 150px;
  margin-left: 40px;
  position: relative;
}
.txt_technic_icon {
	width: 150px;
  height: 150px;
  border-radius: 150px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border: solid 1px #000;
	position: relative;
  margin-left: 40px;
}
.txt_technic_icon .txt_technic_top1 {
  font-size: 2.0rem;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
.txt_technic_icon .txt_technic_top1::after {
	content: "";
	display: block;
	background: #000;
	width: 75px;
	height: 1px;
	margin: auto;
	position: relative;
	bottom: -7px;
}
.txt_technic_icon .txt_technic_bottom1 {
  font-size: 3.8rem;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
.txt_technic_icon2 {
	width: 150px;
  height: 150px;
  border-radius: 150px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border: solid 1px #000;
	position: relative;
  margin-left: 40px;
  margin-bottom: -15px;
  z-index: 9;
}
.txt_technic_icon2 .txt_technic_top2 {
	font-size: 2.6rem;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	margin-top: -15px;
}
.txt_technic_icon2 .txt_technic_top2::after {
	content: "";
	display: block;
	background: #000;
	width: 75px;
	height: 1px;
	margin: auto;
	position: relative;
	bottom: 0px;
}
.txt_technic_icon2 .txt_technic_bottom2 {
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	line-height: 1.2;
	padding-top: 11px;
}
.txt_technic_icon2 .txt_technic_bottom2 span {
	font-size: 1.6rem;
	display: block;
  letter-spacing: 1.5px;
}


/* eng */
.lang-en .txt_technic_icon .txt_technic_top1 {
  font-size: 1.5rem;
}
.lang-en .txt_technic_icon .txt_technic_bottom1 {
	font-size: 1.8rem;
	padding-top: 9px;
}
.lang-en .txt_technic_icon2 .txt_technic_bottom2 span {
	font-size: 2.4rem;
	display: inline;
	letter-spacing: 0;
}
html.lang-en {
	overflow-x: hidden;
}

.lang-en .txt_technic_icon2 .txt_technic_bottom2, .txt_technic_icon2 .txt_technic_top2::after {
  display: none;
}
.lang-en .txt_technic_icon2 .txt_technic_top2 {
	margin-top: 0;
  font-size: 2.4rem;
}

.technic_cate {
  width: 280px;
}
.btn_next {
  margin-bottom: 15px;
  transition: all .3s;
}
.btn_next img:hover {
  filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}
/* .btn_case_next {
  content: url("../images/btn_case_next.png");
} */
.btn_case_next:hover {
  content: url("../images/btn_case_next_hover.png");
}
.btn_faq_next {
  content: url("../images/btn_faq_next.png");
}
.btn_faq_next:hover {
  content: url("../images/btn_faq_next_hover.png");
}
.smt_btn_faq_next {
  content: url("../images/smt_btn_faq_next.png");
}
.smt_btn_faq_next:hover {
  content: url("../images/smt_btn_faq_next_hover.png");
}
.technic_img {
  display: flex;
  gap: 15px;
}
.technic_img .item {
  width: calc(50% - 7.5px);
}
.technic_img img {
  width: 100%;
  display: block;
}

.technic_faq {
  width: 662px;
  max-width: 90%;
  margin: 0 auto 60px;
}
.technic_icon2 {
  width: 150px;
  margin-left: 40px;
  margin-bottom: -15px;
  position: relative;
  z-index: 99;
}
.top_kakejiku_design_kit_bg {
  height: 350px;
  background: url("../images/top_img10.jpg") no-repeat 50% 100%/cover;
  position: relative;
}
.top_kakejiku_design_kit_inner {
  padding: 56px 0 112px;
  width: 720px;
  max-width: 90%;
  margin: auto;
}
.top_kakejiku_design_kit_bg img {
  width: 204px;
  position: absolute;
  left: 50%;
	top: 50%;
  transform: translate(-50%, -50%);
}
.ttl_top_kakejiku_design_kit {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 36px;
}
.top_kakejiku_design_kit_inner h3 a {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 600;
  border-bottom: solid 1px #000111;
  width: max-content;
  padding: 0 30px 10px 5px;
  background: url("../images/arrow03.svg") no-repeat right 5px top 13px/9px auto;
  margin: 0 auto 55px;
  display: block;
}
.top_kakejiku_design_kit_inner h3 a:hover {
  color: #888;
}
.top_kakejiku_design_kit_inner p {
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
}
.top_commitment {
  padding: 150px 0 0;
  width: 720px;
  max-width: 90%;
  margin: 0 auto;
}
.top_commitment_cont {
  margin-bottom: 150px;
}
.top_commitment_img1 a {
  background: url("../images/top_img11.jpg") no-repeat 100% 100%/720px auto;
  position: relative;
  width: 720px;
  height: 350px;
  margin: 0 auto 44px;
  display: block;
}
.top_commitment_img1 a:hover {
  opacity: 0.75;
  transition: all .3s;
}
.top_commitment_img1 p {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.437;
  color: #fff;
  position: absolute;
	left: 50%;
	top: 55%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.top_commitment_img1 p span,.top_commitment_img2 p span {
  font-size: 3.8rem;
}
.ttl_commitment {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.txt_commitment {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.409;
  margin: 0 auto 63px;
  text-align: center;
}
p.txt_commitment span {
  display: inline-block;
}
.arrow_more {
  margin: 0 0 0 auto;
  max-width: 360px;
}
.arrow_more:hover img {
	filter: alpha(opacity=55);
	-moz-opacity: 0.55;
	opacity: 0.55;
}
.top_commitment_img2 a {
  background: url("../images/top_img12.jpg") no-repeat 100% 100%/720px auto;
  position: relative;
  width: 720px;
  height: 350px;
  margin: 0 auto 42px;
  display: block;
}
.top_commitment_img2 a:hover {
  opacity: 0.75;
  transition: all .3s;
}
.top_commitment_img2 p {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.437;
  color: #fff;
  position: absolute;
	left: 50%;
	top: 55%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.top_company_bg {
	height: 350px;
	background: url("../images/top_img13.jpg") no-repeat 50% 100%/cover,#f3f0e7;
}
.top_company_info {
  margin: 50px auto 87px;
  width: 720px;
  max-width: 90%;
}
.top_company_info h4 {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.top_company_info table {
  width: 100%;
  margin-bottom: 54px;
}
.top_company_info table tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 4px 0;
}
.top_company_info table tr td:nth-child(odd) {
  padding-left: 20px;
}
.top_company_info table tr td:nth-child(even) {
  padding-left: 8px;
}
.top_company_info table tr {
  background: #f3f0e7;
  border-bottom: solid 5px #fff;
}
.top_access {
  background: #f3f0e7;
  padding: 47px 0 256px;
}
.top_access_inner {
  width: 720px;
  max-width: 90%;
  margin: auto;
}
.top_access_inner h4 {
	text-align: center;
	font-size: 2.0rem;
	font-weight: 600;
	margin-bottom: 13px;
}
.gmap {
  border: solid 1px #c5c5c9;
  padding: 9px 9px 1px;
  margin-bottom: 24px;
}
.top_access_info {
  padding: 19px 0 19px;
  border-bottom: solid 1px #c5c5c9;
}
.top_access_info.last {
  border-bottom: none;
}
.top_access_info h4 {
  font-size: 2.0rem;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
}
.top_access_info p {
  font-size: 1.6rem;
  line-height: 1.65;
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.top_access_info p:before {
  content: "";
  background: #000111;
  width: 12px;
  height: 12px;
  border-radius: 20px;
  display: inline-block;
  margin-right: 5px;
}
.footer_navi_area {
  background: #000;
  width: 100%;
  height: 335px; 
}
#footer {
  position: relative;
  background: #000;
  padding: 24px 0 60px;
}
.page_top {
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 335px;
}
.page_top img:hover {
  filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}
.page_top_wrap {
  position: relative;
  height: 205px;
  background: #f3f0e7;
}
.page_top_wrap:after {
  content: "";
  background: url("../images/footer_logo.svg") no-repeat 0 0/contain;
  width: 135px;
  height: 150px;
  position: absolute;
  right: 50%;
	bottom: -125px;
	transform: translateX(50%);
  pointer-events: none;
  z-index: 98;
}
.footer_navi_area {
  width: 1000px;
  max-width: 90%;
  margin: auto;
  display: flex;
}
.footer_navi_left {
  width: 36%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  font-family: "Noto Sans JP", sans-serif;
}
.footer_logo {
  width: 170px;
  margin-bottom: 10px;
}
.footer_address {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
}
.navi_bottom {
  margin-top: -45px;
}
.footer_number {
  display: flex;
}
.footer_number,.footer_number a {
  font-size: 1.8rem;
  color: #fff;
  white-space: nowrap;
}
.footer_tel {
  margin-right: 10px;
}
.footer_mail,.footer_mail a {
  font-size: 1.8rem;
  color: #fff;
}
.footer_mail a:hover {
  text-decoration: underline;
}
.other_navi {
  display: flex;
}
.other_navi li a {
  font-size: 1.6rem;
  color: #fff;
}
.other_navi li a:hover {
  text-decoration: underline;
}
.other_navi li:nth-child(1):after {
  content: "│";
  padding: 0 10px;
  color: #fff;
}
.footer_navi_center {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
  width: 28%;
  text-align: center;
  padding-bottom: 45px;
}
.footer_navi_center p {
  font-size: 1.2rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.footer_navi_right {
  width: 34%;
  position: relative;
  z-index: 9;
    margin-top: 20px;
}
.footer_navi_right ul {
  display: flex;
  justify-content: flex-start;
  margin-left: 44px;
}
.footer_navi_right ul li {
  line-height: 2.75;
  width: 100%;
  height: 100%;
  display: block;
}
.footer_navi_right ul li a {
  color: #fff;
  font-size: 1.3rem;
  writing-mode: vertical-rl;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 10px;
}
.footer_navi_right ul li a:hover {
  color: #888;
}
.footer_navi_right ul li a::before {
	content: "";
	border-top: solid 1px #fff;
	width: 10px;
	padding-top: 10px;
	display: inline-block;
}
.footer_navi_right .bar {
	display: inline-block;
	transform: rotate(90deg);
	transform-origin: center;
	/* position: relative;
	left: -3px; */
	padding: 5px 0;
}

@media screen and (max-width: 1200px) {
.gnav__menu__item a {
	font-size: 1.8rem;
}
}

@media screen and (max-width: 1180px) {
.gnav__menu__item a {
	font-size: 1.6rem;
}
.pb121 {
	padding-bottom: 118px !important;
}
.gnav__menu__item a::after {
	background: url("../images/arrow01.svg") no-repeat 0 8px/9px 16px;
	height: 24px;
	margin-left: 18px;
}
.gnav_menu_area_inner {
	width: 83%;
	padding-top: 115px;
	gap: 20px;
}
}

@media screen and (max-width: 1050px) {
.footer_navi_area {
  flex-wrap: wrap;
}
.footer_navi_right {
  width: 100%;
  margin-top: 80px;
  order: 1;
}
.footer_navi_left {
  width: 100%;
  order: 2;
}
.footer_navi_center {
  width: 100%;
  order: 3;
}
.footer_navi_area {
  height: auto;
}
.footer_navi_right ul {
  margin-left: 0;
  margin-bottom: 40px;
  flex-direction: column;
}
.footer_navi_right ul li {
  line-height: 2;
}
.footer_navi_right ul li a {
  font-size: 1.4rem;
  writing-mode: inherit;
}
.footer_logo {
  width: 110px;
  margin-bottom: 10px;
  margin: 0 auto 15px;
}
.navi_bottom {
  margin-top: 0;
  text-align: center;
}
.footer_address {
  text-align: center;
  margin-bottom: 5px;
}
.footer_number, .footer_number a {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
}
.footer_mail, .footer_mail a {
  font-size: 1.2rem;
}
.other_navi li a {
  font-size: 1.2rem;
}
.other_navi {
  display: flex;
  justify-content: center;
  margin: 10px auto 15px;
}
.scroll_bg a {
  min-height: 40px;
  font-size: 1.3rem;
  height: 40px;
  padding-top: 11px;
}
.scroll_bg a:hover {
  color: #888;
}
.sp_nav {
  display: block;
  color: #fff;
}
.sp_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 5vw;
  margin: 50px auto 80px;
}
.cell {
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.3;
}
.cell.full {
  grid-column: 1 / -1;
}
.cell.right {
  text-align: left;
  margin-left: 12vw;
}
.cell::before {
  content: "—";
  display: inline-block;
  margin-right: 0.5em;
  transform: translateY(-0.04em);
}
.cell a {
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  white-space: nowrap;
}
.inline {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
}
}

/*------------------------------------------------------------
	下層 私たちについて about
------------------------------------------------------------*/

body.page_about .hscroll {
	margin-bottom: 34px;
}
body.page_about .scroll::after {
	background-color: #ccc;
}
.smt_logo {
  display: none;
}
#header {
	width: 100%;
	height: 175px;
	height: 84px;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
#header_sub {
	width: 100%;
	height: 175px;
	height: 80px;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.header_bottom {
	height: 95px;
	top: 80px;
	left: 0;
	background: url("../images/header_arch.png") no-repeat top center/500px auto;
	z-index: 999;
	width: 100%;
	position: fixed;
}
.header_bottom:before {
  content: "";
  display: block;
  width: calc(50% - 200px);
  height: 95px;
  background: #000;
  position: absolute;
  left: 0;
}
.header_bottom:after {
  content: "";
  display: block;
  width: calc(50% - 200px);
  height: 95px;
  background: #000;
  position: absolute;
  right: 0;
}
.about_main {
  background: url("../images/about_main.jpg") no-repeat top center/cover;
  height: 402px;
}
.sub_main_img {
  margin-top: -84px;
}
.header_sub_area {
  position: relative;
  height: 175px;
}
.logo_sub a {
	display: block;
	width: 110px;
	height: 122px;
	position: fixed;
	left: 35px;
	top: 80px;
	transform: translate(0%, -50%);
	z-index: 1000;
}
.logo_naohachi a {
	display: block;
	width: 160px;
	height: 160px;
	position: fixed;
	left: 35px;
	top: 80px;
	transform: translate(0%, -50%);
	z-index: 1000;
}
.logo_sub a {
	width: 115px;
	height: 102px;
	left: 25px;
	top: 70px;
}
.logo_naohachi a {
	width: 160px;
	height: 160px;
	left: 0;
	top: 83px;
}
.scroll.scroll_sub {
  color: #000111;
}
.ttl_about {
  font-size: 2.0rem;
  font-weight: 700;
  width: 220px;
  height: 63px;
  border: solid 1px #000111;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#timeline .scroll_icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.section {
  height: 100vh;
  display: grid;
  place-items: center;
  background: #f2f2f2;
}
/*
.hscroll {
	--headerH: 175px;
	--footerH: 50px;
	--sticky-container-height: 100vh;
	height: var(--sticky-container-height);
	min-height: 100vh;
	position: relative;
	overflow: visible;
	width: 80%;
	margin: 0 0 0 auto;
}
*/
.hscroll {
  --headerH: 175px;
  --footerH: 50px;
  --sticky-container-height: 100vh;
  height: var(--sticky-container-height);
  min-height: 100vh;
  position: relative;
  overflow: visible;
  width: 100%;
  margin: 0 auto;
  padding-top: 70px;
}
.hscroll__pin {
  position: sticky;
  top: calc(var(--headerH));
}
.hscroll__viewport {
  width: 100%;
  height: 100%;
  margin-left: 0;
  border-right: none;
  position: relative;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 117px 50px 150px 50px;
  box-sizing: border-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.hscroll__viewport::-webkit-scrollbar {
  display: none;
}
.hscroll__track {
  display: flex;
  align-items: stretch;
  height: 100%;
}
.panel {
  flex: 0 0 auto;
  height: 100%;
  display: grid;
  place-items: center;
  background: #fff;
  box-sizing: border-box;
  margin-right: 80px;
}
.hscroll__viewport {
  position: relative;
}
.ttl_timeline {
	z-index: 10;
	position: absolute;
	left: 23vw;
	top: 100px;
	width: max-content;
}
.ttl_timeline p {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 3px 0;
  letter-spacing: 9px;
}
.arrow_timeline {
  display: inline-flex;
}
.arrow_timeline::after {
  content: "";
  display: block;
  width: 470px;
  height: 16px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(63deg);
  margin-left: -11px;
}
.track_start_space {
  flex: 0 0 20vw;
}

.track_end_space {
  flex: 0 0 70px;
}
.outro {
  height: 100vh;
  display: grid;
  place-items: center;
  background: #eaeaea;
}
.era_head {
  font-size: 2.2rem;
  color: #238f15;
  font-weight: 600;
}
.era_sub {
  font-size: 1.6rem;
  font-weight: 600;
}
.panel_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.panel_flex_txt {
  max-width: 250px;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: solid 9px #238f15;
  font-family: "Noto Sans JP", sans-serif;
}
.panel_flex_txt p {
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 500;
}
.panel_flex_img {
	max-width: 174px;
	margin-left: 42px;
	margin-top: 50px;
}
.panel .panel_flex_txt:nth-child(2) {
  margin-top: 30px;
}
.panel_img_sub {
  margin: 20px auto 0 0;
}
.track_end_space {
  flex: 0 0 70px;
}
.about_place {
  background: #f2efe6;
  padding: 115px 0 87px;
  margin-top: 75px;
}
.about_place_inner {
  width: 720px;
  max-width: 90%;
  margin: auto;
}
h3.ttl_about_place {
  font-size: 3.2rem;
  font-weight: 600;
  border-bottom: solid 1px #000111;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.about_place_img {
  margin-bottom: 55px;
}
.about_place_txt p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 28px;
  font-family: "Noto Sans JP", sans-serif;
}
.about_item {
  padding: 140px 0 70px;
  background: #fff;
}
.about_item_inner {
  width: 720px;
  max-width: 90%;
  margin: auto;
}
h3.ttl_about_item {
  font-size: 3.2rem;
  font-weight: 600;
  border-bottom: solid 1px #000111;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.about_item_flex {
  display: flex;
  justify-content: space-between;
}
.about_item_flex ul {
  width: 470px;
  width: 66%;
}
.about_item_flex ul li {
	background: #f2efe6;
	font-size: 2.2rem;
	letter-spacing: 0;
	margin-bottom: 4px;
	font-family: "Noto Sans JP", sans-serif;
	padding: 8px 0 9px 13px;
}
.about_item_img {
  width: 240px;
  width: 33%;
}
.wrap2 {
  background: #fff;
}

@media screen and (max-width: 1000px) {
.about_about {
  margin: clamp(50px, 7vw, 70px) auto clamp(15px, 3vw, 80px);
}
.about_about {
	font-size: clamp(1.7rem, 2vw, 2.0rem);
}
.about_about {
  width: clamp(190px, 22vw, 220px);
  height: clamp(39px, 6.3vw, 63px);
}
.ttl_timeline p,h3.ttl_about_place,h3.ttl_about_item {
	font-size: clamp(2.0rem, 3.2vw, 3.2rem);
}
.about_item {
	padding: clamp(65px, 13vw, 130px) 0 clamp(65px, 31vw, 260px);
}
.about_item_flex ul li {
	font-size: clamp(1.3rem, 2.2vw, 2.2rem);
}
}/*1000px*/


/*------------------------------------------------------------
	素材のこだわり（糊/紙/裂） material
------------------------------------------------------------*/

.material_main {
	background: url("../images/material_main.jpg") no-repeat top center/cover;
	height: 402px;
  position: relative;
}
.ttl_material_main {
	width: 287px;
	position: absolute;
	right: 50%;
	bottom: 34%;
	transform: translate(50%, 50%);
	z-index: 99;
}
.ttl_material_main p {
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
	text-align: center;
  white-space: nowrap;
}
.ttl_material_main p span {
	font-size: 3.8rem;
  white-space: nowrap;
}
.material_area {
  padding: 63px 0 2px;
}
.material_icon {
  width: 108px;
  margin: 0 auto 50px;
}

.material_icon img.en_ver {
  display: none;
}
html.lang-en .material_icon img.jp_ver {
  display: none;
}
html.lang-en .material_icon img.en_ver {
  display: block;
}

.material_inner {
  width: 720px;
  max-width: 90%;
  margin: auto;
}
.material_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.material_img {
  width: 44%;
}
.material_txt {
  width: 50%;
  margin-top: -4px;
}
.material_txt p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 28px;
  font-family: "Noto Sans JP", sans-serif;
}
.material_txt p:last-child {
  margin-bottom: 0;
}
.bg_f2efe6 {
  background: #f2efe6;
}
h3.link_contact a {
	text-align: center;
	font-size: 2.0rem;
	font-weight: 600;
	border-bottom: solid 1px #000111;
	width: max-content;
	padding: 0 65px 10px 15px;
	background: url("../images/arrow03.svg") no-repeat right 25px top 22px/9px auto;
	margin: 0 auto 55px;
	display: block;
	transition: all .3s;
	padding-top: 10px;
}
h3.link_contact a:hover {
  opacity: 0.6;
}

.material_img2 {
  margin: 40px auto 37px;
}
.page_terms {
  background: #f3f0e7;
}
.terms_area {
  width: 612px;
  max-width: 90%;
  margin: auto;
  padding-bottom: 52px;
}
.ttl_terms1 {
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin: 50px auto 50px;
  text-align: center;
}
.txt_terms1 {
  margin-bottom: 142px;
}
.txt_terms1 p {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 22px;
  line-height: 1.437;
}
.ttl_terms2 {
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin: 50px auto 47px;
  text-align: center;
}
.txt_terms2 {
  margin-bottom: 68px;
}
.txt_terms2 p {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 22px;
  line-height: 1.437;
}
.ttl_terms3 {
  font-size: 2.0rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto 10px;
}
.terms_p {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 22px;
}
ul.terms_list {
  counter-reset: terms;
  margin-bottom: 43px;
}
ul.terms_list > li {
  counter-increment: terms;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 22px;
  line-height: 1.437;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
ul.terms_list > li:before {
  content: counter(terms) ".";
  padding-right: 10px;
}
.privacy_contact, .privacy_contact a {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1000px) {
.terms_area {
	padding-bottom: 250px;
}
}

/*------------------------------------------------------------
	修理工程 repair
------------------------------------------------------------*/

.repair_area {
  padding: 90px 0 0;
}
.repair_area_inner {
  width: 660px;
  max-width: 90%;
  margin: auto;
}
.repair_main {
  background: url("../images/repair_main.jpg") no-repeat top center/cover;
  height: 402px;
}
.ttl_repair_main {
  background: url("../images/ttl_repair_main_bg.png") no-repeat 100% 100%/cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 118px;
  margin-bottom: 47px;
}
.ttl_repair_main h3 {
  font-size: 2.0rem;
  font-weight: 700;
  padding-left: 24px;
  letter-spacing: 1.5px;
}
h3.process_num {
  font-size: 2.1rem;
  font-weight: 600;
  color: #239015;
  border-bottom: solid 1px #239015;
  padding-bottom: 7px;
  margin-bottom: 15px;
}
ul.process li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.process_txt {
  width: 400px;
  width: 61%;
  margin-top: -6px;
}
.process_img {
  width: 225px; 
  width: 34.1%;
}
.process_txt p,.repair_completed p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.375;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.repair_before_after {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 160px;
}
.repair_before_after img {
	width: 285px;
	max-width: 90%;
}
.repair_before,.repair_after {
  width: 50%;
}
.repair_before {
  text-align: left;
}
.repair_after {
  text-align: right;
}
.repair_before p,.repair_after p {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-top: 10px;
}
.ttl_process_other {
	background: url("../images/ttl_repair_main_bg.png") no-repeat 100% 100%/cover;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 118px;
	margin-bottom: 30px;
}
.ttl_process_other h3 {
  font-size: 2.0rem;
  font-weight: 700;
  padding-left: 24px;
  letter-spacing: 1.5px;
}
.process_other {
  margin-bottom: 50px;
}
ul.process_other_list {
  counter-reset: terms;
  margin-bottom: 90px;
}
ul.process_other_list > li {
  counter-increment: terms;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 8px;
  line-height: 1.437;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
ul.process_other_list > li:before {
  content: counter(terms) ".";
  padding-right: 24px;
}
ul.process_other_list > li.line2 {
  line-height: 1.9;
}
.repair_area {
	padding: 90px 0 0;
}
.process_other {
  margin-bottom: 160px;
}
.not_found_area {
  padding: 62px 0 160px;
  max-width: 90%;
  margin: auto;
}
.ttl_not_found_en {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 6.2rem;
  margin-bottom: 58px;
}
.ttl_not_found_jp {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 2.0rem;
  margin-bottom: 34px;
}
.txt_not_found {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 2.0rem;
  line-height: 1.8;
  margin-bottom: 86px;
}
.btn_back a {
  text-align: center;
  font-weight: 600;
  font-size: 2.0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 63px;
  border: solid 1px #000111;
  background: #fff;
  margin: auto;
  transition: all .3s;
}
.btn_back a:hover {
  background: #000111;
  color: #fff;
}

@media screen and (max-width: 1000px) {
.ttl_not_found_en {
  font-size: clamp(3.1rem, 6.2vw, 6.2rem);
}
.not_found_area {
  padding: clamp(20px, 6.2vw, 62px) 0 clamp(150px, 26vw, 260px);
}
.ttl_not_found_jp,.txt_not_found {
  font-size: clamp(1.3rem, 2.0vw, 2.0rem);
}
.btn_back a {
  font-size: clamp(1.7rem, 2.0vw, 2.0rem);
}
.btn_back a {
    width: clamp(190px, 22vw, 220px);
    height: clamp(39px, 6.3vw, 63px);
}
.logo_sub a {
  width: 88px;
}
.header_bottom::before,.header_bottom::after {
	height: 64px;
}
.header_bottom {
	height: 95px;
	top: 79px;
	left: 0;
	background: url("../images/smt_header_arch.png") no-repeat top center/500px auto;
}
.gnav_menu_area_inner {
	width: 83%;
	padding-top: 100px;
	gap: 0;
	flex-direction: column;
}
ul.gnav__menu {
	width: 100%;
	margin: 0 auto;
}
.gnav__menu__item a {
	padding: 8px 0 8px 0;
}
.pb121 {
	padding-bottom: 8px !important;
}
.gnav_menu_area_inner {
	padding-top: inherit;
}
ul.page_nav li a {
	font-size: 1.6rem;
	padding: 10px 0 10px 0;
	white-space: nowrap;
}
ul.page_nav li a span {
	background: url("../images/arrow01.svg") no-repeat right 0 top 6px/7px auto;
	padding-right: 20px;
}
ul.page_nav {
	max-width: 90%;
}
.slider .slick-slide-wrap:nth-child(2) .slide_copy {
	top: 50%;
}
.slider .slick-slide-wrap:nth-child(3) .slide_copy {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.slider .slick-slide-wrap:nth-child(3) .slide_copy img {
	width: 356px;
	height: 334px;
}
.ttl_technic h3 {
	font-size: clamp(1.6rem, 3.7vw, 3.2rem);
}
.technic_icon,.technic_icon2 {
	width: clamp(95px, 14.5vw, 150px);
}
.technic_cate {
	width: clamp(163px, 28vw, 280px);
}
.technic_list_flex {
	margin-bottom: -10px;
}
.sign {
  width: clamp(110px, 17vw, 168px);
}
.top_kakejiku_design_kit_bg img {
  width: clamp(100px, 20vw, 204px);
}
.ttl_top_kakejiku_design_kit {
  font-size: clamp(2.2rem, 3.2vw, 3.2rem);
}
.top_commitment_img1 p,.top_commitment_img2 p {
  font-size: clamp(1.7rem, 3.2vw, 3.2rem);
  white-space: nowrap;
}
.top_commitment_img1 p span, .top_commitment_img2 p span,.top_commitment_img2 p span {
	font-size: clamp(2.0rem, 3.8vw, 3.8rem);
}
.top_commitment {
  padding-top: clamp(55px, 15vw, 150px);
}
.ttl_commitment {
	font-size: clamp(1.6rem, 3.2vw, 3.2rem);
}
.txt_commitment {
	font-size: clamp(1.4rem, 2.2vw, 2.2rem);
}
.page_top_wrap {
  height: 0px;
}
.page_top {
	width: clamp(175px, 48vw, 459px);
	left: 50%;
	top: -75px;
	transform: translate(-50%, -100%);
}
.page_top_wrap::after {
	width: clamp(68px, 11vw, 135px);
	height: clamp(75px, 11vw, 150px);
	bottom: clamp(-120px, -10vw, -65px);
}
.page_top {
	width: 224px;
	left: 50%;
	top: -49px;
	transform: translate(-50%, -100%);
}
}/*1000px*/

@media screen and (max-width: 800px) {
.top_commitment_img1 a {
  background: url("../images/top_img11.jpg") no-repeat 100% 100%/cover;
  width: 100%;
  height: 0;
  padding-bottom: 49%;
}
.top_commitment_img2 a {
  background: url("../images/top_img12.jpg") no-repeat 100% 100%/cover;
  width: 100%;
  height: 0;
  padding-bottom: 49%;
}
}/*800px*/
@media screen and (max-width:769px) {
  .pb121 {
    padding-bottom: 11px !important;
  }
}

/*------------------------------------------------------------
	修復と創造（事例・作品紹介/Q＆A） hyougu
------------------------------------------------------------*/

.hyougu_area_inner {
  width: 660px;
  max-width: 90%;
  margin: auto;
  padding: 72px 0 130px;
}
.hyougu_main {
  background: url("../images/hyougu_main.jpg") no-repeat top center/cover;
  height: 402px;
}
.ttl_hyougu {
	font-size: 2.0rem;
	font-weight: 700;
	width: 220px;
	height: 63px;
	border: solid 1px #000111;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px auto 68px;
}
h3.ttl_hyougu_sub {
  font-size: 3.2rem;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: solid 1px #000000;
  margin-bottom: 30px;
}
.hyougu_lead p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 25px;
  font-family: "Noto Sans JP", sans-serif;
}
.hyougu_lead {
  margin-bottom: 80px;
}
.hyougu_more a {
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.75;
	width: 220px;
	text-align: center;
	border-bottom: solid 1px #000;
	margin: 0 auto 20px;
	padding: 5px 0 5px 10px;
}
.hyougu_more a:hover {
  opacity: 0.6;
}
.hyougu_more a span {
  background: url("../images/arrow03.svg") no-repeat right 10px center/9px auto;
  padding-right: 40px;
}
.lum-lightbox {
  background: rgba(0,0,0,.8);
	z-index: 99999;
}
.lum-lightbox-inner img.lum-img {
  max-width: 100%;
}
.bg3 {
  background: #f2efe6;
}
.ttl_restoration {
	background: url("../images/ttl_hyougu_bg.png") no-repeat 100% 100%/cover;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 118px;
	margin-bottom: 47px;
}
.ttl_restoration h3 {
	font-size: 3.2rem;
	font-weight: 600;
}
.restoration_area {
  padding-bottom: 55px;
}
.restoration_area2 {
  padding-top: 70px;
  padding-bottom: 55px;
}
.restoration_area_inner {
	width: 660px;
	max-width: 90%;
	margin: auto;
  padding: 10px 0 60px;
}
.restoration_area .scroll_icon {
	top: -50px;
}
.restoration_list {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
  box-sizing: border-box;
  list-style: none;
}
.restoration_list li {
  aspect-ratio: 1 / 1;
  position: relative;
}
.restoration_list li:after {
  content: "";
  display: inline-block;
  background: url("../images/icon_zoom.svg") no-repeat 0 0/20px 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.restoration_list img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  cursor: pointer;
}
.modal-overlay {
  display: flex;
  position: fixed;
  inset: 0;
  /*
  background: rgba(0,0,0,0.6);
  */
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0px,
    rgba(0,0,0,0) 80px,
    rgba(0,0,0,0.6) 80px,
    rgba(0,0,0,0.6) 100%
  );
  z-index: 9999;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}
.modal-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}
.modal-box {
  position: relative;
  width: 594px;
  max-width: 90%;
  min-height: 606px;
  max-height: 90%;
  padding: 22px 0px 15px;
  background: #ffffff;
  box-sizing: border-box;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.modal-box {
  transform: scale(0.95);
  opacity: 0;
  transition: opacity .3s ease, transform .3s ease;
}
.modal-overlay.is-active .modal-box {
  transform: scale(1);
  opacity: 1;
}
.modal-img-wrap {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.modal-img-wrap.tate {
	padding: 0 60px;
}
.modal-img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.modal-caption {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  flex-shrink: 0;
  padding: 0 20px;
}
.modal-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.11;
  font-family: "Noto Sans JP", sans-serif;
}
.modal-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.11;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
}
.modal-close {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 38px;
	height: 38px;
	padding: 0;
	border: none;
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
	color: #fff;
	border-radius: 45px;
	padding-bottom: 0;
  z-index: 999;
}

.modal-nav.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.modal-click-area {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 30px;
  height: 55px;
  display: none;
}
.is-active .modal-click-area {
  display: block
}
.modal-click-area.left {
  left: calc(50% - 360px);
}
.modal-click-area.right {
  left: calc(50% + 360px);
}
.modal-click-area.right::before, .modal-click-area.left::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal-click-area.right::before {
  border-top: 1px solid #efefef;
  border-right: 1px solid #efefef;
  transform: translate(-85%, -50%) rotate(45deg);
}
.modal-click-area.left::before {
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #efefef;
  transform: translate(-15%, -50%) rotate(45deg);
}

@media screen and (max-width: 640px) {
  .modal-box {
    max-height: calc(100vh - 24px);
    min-height: auto;
  }

  .modal-img-wrap {
    flex: 0 0 auto;
    padding: 0 20px;
  }
}

h3.link_hyougu_list a {
	text-align: center;
	font-size: 2.0rem;
	font-weight: 600;
	border-bottom: solid 1px #000111;
	width: max-content;
	padding: 0 65px 10px 15px;
	background: url("../images/arrow03.svg") no-repeat right 25px top 22px/9px auto;
	margin: 0 auto 55px;
	display: block;
	transition: all .3s;
	padding-top: 10px;
}
h3.link_hyougu_list a:hover {
  opacity: 0.6;
}
h3.link_hyougu_list.bg a:hover {
  opacity: 0.6;
}

.hyougu_faq_area {
  background: #f2efe6;
  padding: 70px 0 160px;
}

.ttl_hyougu_faq {
	font-size: 2.0rem;
	font-weight: 700;
	width: 220px;
	height: 63px;
	border: solid 1px #000111;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px auto 80px;
}
.hyougu_faq_list {
  width: 660px;
  max-width: 90%;
  margin: auto;
}
li.hyougu_faq_q {
	background: #fff;
	padding: 15px 10px 12px 20px;
}
li.hyougu_faq_q p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4545;
  background: url("../images/icon_q.svg") no-repeat left 0 top 0px/54px auto;
  padding: 10px 10px 15px 70px;
}
li.hyougu_faq_a {
	padding: 15px 0 12px 20px;
}
li.hyougu_faq_a p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	background: url("../images/icon_a.svg") no-repeat left 0 top 0px/54px auto;
	padding: 13px 0 18px 70px;
  font-family: "Noto Sans JP", sans-serif;
}
.lang-en .ttl_hyougu {
	width: max-content;
	white-space: nowrap;
	padding: 15px;
}
@media screen and (max-width: 1000px) {
li.hyougu_faq_q p {
  font-size: clamp(14px, 2.2vw, 22px);
  padding-top: clamp(2px, 1vw, 10px);
}
li.hyougu_faq_a p {
	font-size: 16px;
	font-size: clamp(13px, 1.6vw, 16px);
  padding-top: clamp(2px, 1.3vw, 13px);
}

li.hyougu_faq_q p, li.hyougu_faq_a p {
    background-size: clamp(28px, 5.4vw, 54px) auto;
    padding-left: clamp(36px, 7vw, 70px);
}
h3.ttl_hyougu_sub {
	font-size: clamp(2.0rem, 3.2vw, 3.2rem);
  line-height: 1.375;
  padding-bottom: 12px;
}
}

@media screen and (max-width: 540px) {
.smt_logo a {
	font-size: 3vw;
}
}

.lang-en .about_item_flex ul li {
	padding: 15px 13px 15px 15px;
}

/*------------------------------------------------------------
	掛け軸シュミレーターについて kakejiku-design
------------------------------------------------------------*/

.kakejiku-design_main {
	background: url("../images/kakejiku-design_main.jpg") no-repeat top center/cover;
	height: 402px;
  position: relative;
}
.ttl_kakejiku-design_main {
	width: max-content;
  max-width: 90%;
	position: absolute;
	right: 50%;
	bottom: 39%;
	transform: translate(50%, 50%);
	z-index: 99;
}
.ttl_kakejiku-design_main p {
	font-size: 38px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	text-align: center;
}
.kakejiku-design_simulator_lead {
  width: 720px;
  max-width: 90%;
  margin: 0 auto;
  padding: 112px 0 107px;
}
.simulator_lead_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
}
.simulator_lead_left {
  width: 45.13%;
}
.simulator_lead_right {
  width: 50.69%;
}
.simulator_lead_right a {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.simulator_lead_right p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: -1px;
}
.mb30 {
  margin-bottom: 30px;
}
.simulator_note_box {
  font-size: 20px;
	font-weight: 500;
	line-height: 1.75;
	font-family: "Noto Sans JP", sans-serif;
  color: #239015;
  border: solid 1px #239015;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  margin-bottom: 60px;
}
ul.about_simulator_list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 40px;
	row-gap: 30px;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.about_simulator_list li:nth-child(1) { grid-column: 1; grid-row: 1; }
ul.about_simulator_list li:nth-child(2) { grid-column: 2; grid-row: 1; }
ul.about_simulator_list li:nth-child(3) { grid-column: 3; grid-row: 1; }
ul.about_simulator_list li:nth-child(4) { grid-column: 1; grid-row: 2; }

ul.about_simulator_list li:nth-child(5) {
	grid-column: 2 / 4;
	grid-row: 2;
}

ul.about_simulator_list a {
	display: block;
	font-size: 20px;
	font-weight: 600;
	border-bottom: solid 1px #000000;
	padding: 0 20px 13px 20px;
  white-space: nowrap;
  letter-spacing: 0px;
}
ul.about_simulator_list li a:hover {
  color: #ccc;
}
ul.about_simulator_list a span {
	background: url("../images/arrow03.svg") no-repeat right 0px top 8px/9px auto;
	padding-right: 20px;
}
.howto_simulator_area {
	background: #f2efe6;
	padding: 80px 0 70px;
}
.howto_simulator_inner {
  width: 720px;
  max-width: 90%;
  margin: 0 auto;
}
.ttl_simulator_sub {
  font-size: 21px;
  font-weight: 600;
  background: #2e8a3a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  max-width: 720px;
  margin: 0 auto 60px;
}
.howto_simulator_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.howto_simulator_left {
  width: 43%;
}
.howto_simulator_right {
  width: 49.16%;
}
.howto_simulator_right p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3125;
	margin-bottom: 25px;
	text-indent: -2em;
	padding-left: 2em;
}
.howto_simulator_point {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3125;
	color: #239015;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: "Noto Sans JP", sans-serif;
	margin-bottom: 15px;
	margin-top: -8px;
	margin-left: 30px;
}
.howto_simulator_point span {
  font-size: 13.5px;
  font-weight: 700px;
  background: #239015;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 30px;
  border-radius: 12px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -1px;
  margin-right: 10px;
  padding-bottom: 1px;
}
.btn_simulator_start {
  position: relative;
  width: 553px;
  max-width: 90%;
  margin: auto;
}
.btn_simulator_start .btn_shadow {
  position: absolute;
  inset: 0;
  border-radius: 35px;
  background: #2e8a3a;
  transform: translate(3px, 3px);
  transition: opacity 0.15s ease;
}
.btn_simulator_start a {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  color: #239015;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  border: solid 2px #2e8a3a;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 71px;
  background: url("../images/arrow_simulator.svg") no-repeat top 20px right 30px/27px auto, #fff;
  transition: transform 0.15s ease;
}
.btn_simulator_start:hover a {
  transform: translate(3px, 3px);
}
.btn_simulator_start:hover .btn_shadow {
  opacity: 0;
}
.consider_4products {
  padding: 80px 0 0;
}
.product01 {
  margin-top: -70px;
}
.products_info {
  width: 786px;
  margin: 0 auto 50px;
  transform: translateX(-80px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.products_info_left {
  width: 76.33%;
  position: relative;
  z-index: -1;
}
.products_info_right {
  width: 38.54%;
  margin-left: -13%;
}
.product03 {
  margin-top: -40px;
}
.ttl_product_num {
	margin-bottom: 25px;
}
.product_material {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.kakejiku_price {
  font-size: 21px;
  font-weight: 400;
  border-top: solid 1px #000111;
  border-bottom: solid 1px #000111;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin: 45px 0 5px;
  padding: 4px 0 4px;
}
.kakejiku_price span {
  font-size: 16px;
  text-align: center;
  padding: 8px 0 8px;
}
.kakejiku_price_note {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.product_kakejiku_main_img {
  width: 720px;
  max-width: 90%;
  margin: 0 auto 80px;
}
.product02 {
  margin-top: -70px;
}
.product04 {
	margin-top: -60px;
}
.products_info_bottom {
  width: 720px;
  max-width: 90%;
  margin: -20px auto 0;
}
p.product_caution {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  margin-bottom: 60px;
}
.simulator_bottom_bg {
  width: 100%;
  margin-top: 94px;
}
.custom_plans {
  background: #f2efe6;
  padding: 80px 0 87px;
}
.custom_plans_inner {
  width: 720px;
  max-width: 90%;
  margin: auto;
}
.txt_custom_plans {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 55px;
}
.custom_plans_inner .ttl_simulator_sub {
  margin-bottom: 25px;
}
.btn_custom_order a {
	display: flex;
  justify-content: center;
	font-size: 20px;
	font-weight: 600;
	border-bottom: solid 1px #000000;
	background: url("../images/arrow03.svg") no-repeat right 18px top 13px/9px auto;
	padding: 0 45px 8px 20px;
	white-space: nowrap;
	letter-spacing: -1px;
	width: 260px;
	margin: auto;
}
.btn_custom_order a:hover {
  color: #777;
}
.kakejiku_caution {
  padding: 80px 0 100px;
}
.kakejiku_caution_inner {
  width: 720px;
  max-width: 90%;
  margin: auto;
}
.kakejiku_caution_inner .ttl_simulator_sub {
	margin-bottom: 25px;
}
.kakejiku_caution_note1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 43px;
}
.caution_box {
  width: 100%;
  margin-bottom: 10px;
  padding: 20px 20px 22px;
  background:
    url("../images/top_left.png") no-repeat left top/20px auto,
    url("../images/top_right.png") no-repeat right top/20px auto,
    url("../images/bottom_left.png") no-repeat left bottom/20px auto,
    url("../images/bottom_right.png") no-repeat right bottom/20px auto,
    url("../images/top_horizontal.png") repeat-x left top/1px auto,
    url("../images/bottom_horizontal.png") repeat-x left bottom/1px auto,
    url("../images/left_vertical.png") repeat-y left top/20px auto,
    url("../images/right_vertical.png") repeat-y right top/20px auto;
}
.condition p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.condition span {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  display: block;
}
span.arrow_down {
  display: block;
}
span.arrow_down img {
  width: 23px;
  display: block;
  margin: 5px auto;
} 
.risk p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  color: #239015;text-align: center;
}
p.caution_note {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  margin: 40px 0 0;
}
.showroom {
	background: #f2efe6;
	padding: 70px 0 100px;
}
.showroom_inner {
	width: 720px;
	max-width: 90%;
	margin: auto;
}
.showroom_inner .ttl_simulator_sub {
  margin-bottom: 25px;
}
.lang-en .showroom_inner .ttl_simulator_sub .en_br {
  display: none;
}
.txt_showroom {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	font-family: "Noto Sans JP", sans-serif;
	margin-bottom: 50px;
}
.showroom_img {
  margin-bottom: 20px;
}
.showroom_note {
  font-size: 16px;
	font-weight: 400;
	line-height: 1.375;
	font-family: "Noto Sans JP", sans-serif;
	margin-bottom: 70px;
}
.btn_showroom_access a {
	display: flex;
  justify-content: center;
	font-size: 20px;
	font-weight: 600;
	border-bottom: solid 1px #000000;
	background: url("../images/arrow03.svg") no-repeat right 18px top 13px/9px auto;
	padding: 0 45px 8px 20px;
	white-space: nowrap;
	letter-spacing: -1px;
	width: 260px;
	margin: auto;
}
.btn_showroom_access a:hover {
  color: #777;
}

/*------------------------------------------------------------
	宇佐美スクールVOICE school-voice
------------------------------------------------------------*/

.voice_main {
	background: url("../images/voice_main.jpg") no-repeat top center/cover;
	height: 402px;
  position: relative;
}
.ttl_voice_main {
	width: max-content;
  max-width: 90%;
	position: absolute;
	right: 50%;
	bottom: 39%;
	transform: translate(50%, 50%);
	z-index: 99;
}
.ttl_voice_main p {
	font-size: 38px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	text-align: center;
}
ul.voice_links {
  width: 720px;
  max-width: 90%;
  margin: 100px auto 40px;
  display: flex;
  gap: 10px;
}
ul.voice_links li {
  width: calc(100% / 3);
}
ul.voice_links li a {
	display: block;
	position: relative;
	border: solid 3px #238f15;
	padding: 0 0 55px;
}
ul.voice_links li a:after {
  content: "";
  display: block;
  background: url("../images/arrow_voice.svg") no-repeat 0 0/16px auto;
  width: 16px;
  height: 16px;
  position: absolute;
	right: 50%;
	bottom: 9px;
	transform: translateX(50%);
}
ul.voice_links li .num {
  width: 81px;
  position: absolute;
  left: 50%;
  top: -42px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
.logo_naohachi a {
	width: 120px;
	height: 120px;
	left: 0;
	top: 69px;
}
}
ul.voice_links li a p {
  font-size: 14px;
  font-weight: 500;
  color: #238f15;
  position: absolute;
  left: 50%;
	top: 26%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
}
ul.voice_links li a:hover {
  filter: alpha(opacity=55);
	-moz-opacity: 0.55;
	opacity: 0.55;
}
ul.voice_links li a:hover img {
  filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}

.graduate_links {
  width: 720px;
	max-width: 90%;
  margin: 0 auto 60px;
}
.graduate_links a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #238f15;
  border: solid 3px #238f15;
  min-height: 40px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  position: relative;
}
.graduate_links a span {
	font-size: 16px;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	margin-left: 20px;
	background: url("../images/voice_link_arrow.png") no-repeat right 0px top 7px/16px auto;
	padding-right: 32px;
}
.graduate_links a:hover {
  filter: alpha(opacity=55);
	-moz-opacity: 0.55;
	opacity: 0.55;
}
.voice_area {
  background: #f3f0e7;
  padding: 171px 0 90px;
}
.voice_area_inner {
  width: 840px;
  max-width: 90%;
  margin: auto;
}
.voice_box {
	background: #fff;
	position: relative;
	padding: 0 60px 10px;
  margin-bottom: 130px;
}
.voice_box_3 {
  margin-bottom: 0;
}
.ttl_voice_sub {
	width: 379px;
	position: relative;
	top: -77px;
	transform: inherit;
	margin: auto;
}
.ttl_voice_sub p {
	font-size: 20px;
	font-weight: 400;
	color: #238f15;
	position: static;
	left: 50%;
	top: 72%;
	transform: inherit;
	white-space: wrap;
	font-family: "Noto Sans JP", sans-serif;
	margin-top: -82px;
	padding: 25px;
  text-align: center;
}
.lang-en .ttl_voice_sub p {
	margin-top: -94px;
}
.lang-en .ttl_voice_sub p {
	white-space: wrap;
	line-height: 1;
}
.ttl_voice_box {
	text-align: left;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 100px;
  margin-top: -20px;
  white-space: nowrap;
}
.lang-en .ttl_voice_box {
  white-space: wrap;
  line-height: 1.3;
}
.story {
  width: 100%;
  margin: 60px auto;
}
.fig {
  margin: 0;
}
.fig-right {
  float: right;
  width: 50%;
  margin-left: 6%;
  margin-bottom: 30px;
}
.fig-left {
  float: left;
  width: 44%;
  margin-right: 6%;
  margin-bottom: 30px;
}
.fig img {
  width: 100%;
  height: auto;
  display: block;
}
.fig-head {
  text-align: right;
  font-size: 16px;
  line-height: 1.75;
  margin: -72px 0 20px 0;
  font-family: "Noto Sans JP", sans-serif;
}
.cap {
  margin: 10px 0 20px 0;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
.copy-part {
  margin: 0 0 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
}
.section-gap {
  clear: both;
  height: 20px;
}
.story::after {
  content: "";
  display: block;
  clear: both;
}
.story-gap--large {
  height: 34px;
}
.story--type3 .fig-right {
  float: none;
  width: 100%;
  margin: 0 0 30px 0;
}
.story--type3 .fig-head {
  text-align: right;
}
.copy-part--fullstart {
  clear: both;
  margin-top: 34px;
}
.graduate_list {
  padding: 80px 0 100px;
}
.graduate_list_inner {
  width: 720px;
  max-width: 90%;
  margin: auto;
}
.ttl_graduate_list {
  font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #238f15;
	border: solid 3px #238f15;
	min-height: 40px;
	font-family: "Work Sans", sans-serif;
	font-weight: 700;
  margin-bottom: 36px;
}
.ttl_graduate_list span {
	font-size: 16px;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	margin-left: 20px;
}
.txt_graduate_list {
  font-size: 16px;
	font-weight: 400;
  line-height: 1.437;
	font-family: "Noto Sans JP", sans-serif;
	margin-bottom: 37px;
}
.graduate_detail_area {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.ac_list {
  margin: 0 auto 20px;
  width: 720px;
  max-width: 100%;
}
.option {
  position: relative;
  display: block;
  background: #fff;
}
.ac_toggle {
  display: none;
}
.ac_title,
.ac_content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.ac_title {
  position: relative;
  padding-right: 50px;
  border-top: 2px solid #d2d1d4;
  border-bottom: 2px solid #d2d1d4;
}
.option:hover .ac_title {
  cursor: pointer;
}
.ac_title::after, .ac_title::before {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	width: 2px;
	height: 16px;
	background: #000111;
	transform: translateY(-50%);
	transition: transform 0.3s;
}
.ac_title::after {
  transform: translateY(-50%) rotate(90deg);
}
.ac_toggle:checked + .ac_title::before {
  transform: translateY(-50%) rotate(90deg);
}
.ac_content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    max-height 0.25s ease,
    opacity 0.25s ease,
    transform 0.25s ease;
}
.ac_toggle:checked + .ac_title + .ac_content {
  max-height: 3000px;
  opacity: 1;
  transform: translateY(0);
  transition:
    max-height 0.6s ease,
    opacity 0.35s ease,
    transform 0.35s ease;
  margin-top: -1px;
}
.grid3,
.row {
  display: grid;
  grid-template-columns: 190px 180px 350px;
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
}
.grid3 > div,
.row > div {
  padding: 5px 8px;
}
.grid3 {
  padding: 0;
}
.grid3.head > div {
  padding: 5px 8px;
}
.grid3.head > div.c2 {
  border-left: 2px solid #d2d1d4;
  border-right: 2px solid #d2d1d4;
}
.grid3.head > div.c1, .grid3.head > div.c2 {
  letter-spacing: 32px;
}
.lang-en .grid3.head > div.c1, .grid3.head > div.c2 {
  letter-spacing: 0;
}
.graduate_table .row {
  border-bottom: 1px solid #d2d1d4;
}
.graduate_table .row:first-child {
  border-top: 1px solid #d2d1d4;
}


@media screen and (max-width: 1000px) {
.ttl_voice_box {
	font-size: clamp(24px, 3.2vw, 32px);
  white-space: inherit;
}
}


@media screen and (max-width: 769px) {
  .ac_title {
    padding-right: 0;
  }  
  .ac_title::after, .ac_title::before {
    right: 26px;
    top: -30%;
  }
  .grid3.head > div.c2 {
    border-left: none;
    border-right: none;
  }
  .ac_list {
    width: 100%;
  }

  .grid3,
  .row {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "c1 c2"
      "c3 c3";
    column-gap: 12px;
  }

  .grid3 .c1,
  .row .c1 {
    grid-area: c1;
  }

  .grid3 .c2,
  .row .c2 {
    grid-area: c2;
    text-align: right;
  }

  .grid3 .c3,
  .row .c3 {
    grid-area: c3;
    padding-top: 0;
  }

  .grid3.head .c3 {
    padding-top: 0;
  }
  .grid3,.row {
    font-size: 13px;
  }
  .grid3.head > div.c1, .grid3.head > div.c2 {
	letter-spacing: 8px;
  }
  .lang-en .grid3.head > div.c1, .grid3.head > div.c2 {
	letter-spacing: 0;
  }
  .lang-ja .grid3.head > div.c1, .grid3.head > div.c2 {
    padding-right: 3.2rem;
  }
}


/*------------------------------------------------------------
	修理事例一覧 repair-case
------------------------------------------------------------*/


.repair-case_main {
  background: url("../images/repair-case_main.jpg") no-repeat top center/cover;
  height: 402px;
}
.ttl_repair-case {
	font-size: 2.0rem;
	font-weight: 700;
  max-width: 90%;
	width: max-content;
	height: 63px;
	border: solid 1px #000111;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 47px;
	padding: 0 47px;
}
.repair-case_list {
  padding: 70px 0 65px;
}
.two-col-list {
  width: 840px;
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

.two-col-list__row {
  padding: 2px 10px;
  border-bottom: 1px solid #d2d1d4;
  overflow: hidden;
  box-sizing: border-box;
}

.two-col-list__left,
.two-col-list__right {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.two-col-list__left {
  float: left;
  text-align: left;
  overflow-wrap: anywhere;
}

.two-col-list__right {
	float: right;
	text-align: left;
	white-space: nowrap;
	width: 280px;
}

.repair-case_bg {
  width: 100%;
}

@media screen and (max-width: 820px) {
.two-col-list__right {
	text-align: left;
	width: auto;
}
}

@media screen and (max-width: 1000px) {
.repair-case_list.bg_f2efe6 {
	padding: 70px 0 170px;
}
}

@media screen and (max-width: 790px) {
.lang-en .ttl_voice_sub p {
	font-size: 18px;
}
}
@media screen and (max-width: 390px) {
.lang-en .ttl_voice_sub p {
	font-size: 16px;
}
}

br.en_br {
	display: none;
}
br.smt_en_br {
	display: none;
}
.lang-en br.en_br {
  display: inline;
}
.lang-en ul.voice_links {
	flex-wrap: wrap;
}
.lang-en ul.voice_links li {
  width: 100%;
  margin-bottom: 40px;
}
.lang-en ul.voice_links li a {
	padding: 0 0 60px;
}
.lang-en ul.voice_links li a p {
	top: 32%;
}
.lang-en ul.voice_links {
	margin: 100px auto 0px;
}

.lang-en .kakejiku_caution_inner .ttl_simulator_sub {
  padding: 5px;
}

.fadeIn_logo {
	opacity: 0;
	visibility: hidden;
	transition: 1s;
  transition-delay: 0.8s;
}
.fadeIn_logo.active {
	opacity: 1;
	visibility: visible;
}