@charset "utf-8";
/* -------------------------------------------------------
	ページ全体用
------------------------------------------------------- */
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, img, ins, kbd, q, s, samp,
small, strike, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
 font-size: 62.5%;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	background-color:#fff;
	color: #0e3447;
	line-height: 2;
 letter-spacing: 1px;
	padding-top: 90px;
}
/* ―――――――― */
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	vertical-align: bottom;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wrap{
	width: 100%;
}
a:link, a:visited{
	color:#0e3447;
}
a:hover, a:active{
 color:#6e8591;
}


/* -------------------------------------------------------
 header
------------------------------------------------------- */
.header-biz{
 width: calc(100% - 60px);
 max-width: 1100px;
 margin: 0 auto;
}
.header-biz li{padding: 13px 0 0 10px;}
.biz-logo a{
	height: fit-content;
	display: inline-block;
}
.biz-logo img{
	width: 160px;
	height: auto;
	display: block;
}
.header-area{
 position: fixed;
 top: 0;
 left: 0;
 z-index: 8;
 width: 100%;
 height: 90px;
 background: white;
 border-bottom: solid 1px #c2c2c2;
 transition: 0.5s;
}
.header-area.hide{
	transform: translate(0, -100%);
}
.header-area > .inner{
 width: calc(100% - 60px);
 max-width: 1100px;
 margin: 0 auto;
 position: relative;
}
.header-logo{
 position: absolute;
 top: 5px;
 left: 14px;
}
.header-logo a{
 display: block;
 line-height: 1;
}
.header-logo a img{
 width: 198px;
 height: auto;
}
.nav{
 position: absolute;
 top: 0px;
 right: 2px;
 z-index: 1;
}
.nav-button{
 display: none;
}
.header-navi{
}
.header-navi li{
	display: inline-block;
	vertical-align: top;
	margin-left: 16px;
	font-weight: 500;
	position: relative;
}
.header-navi li.has-child {
	padding-right: 21px;
}
.header-navi li.has-child::after {
	content: '';
	position: absolute;
	top: 20px;
	right: 14px;
	z-index: 1;
	pointer-events: none;
	border-top: solid 9px #0e3447;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
	border-bottom: solid 4px transparent;
}
.header-navi li > a,
.header-navi li > p{
 display: block;
 padding:10px 10px;
 text-decoration: none;
 letter-spacing: 0.5px;
}
.header-navi li  > p:hover{
 color:#6e8591;
 cursor: pointer;
}
.header-navi li.btn-inquiry{
 position: absolute;
 top: -30px;
 right: 14px;
}
.header-navi li.btn-inquiry > a{
 padding: 3px 18px 4px;
 font-size: 12.7px;
 font-weight: 500;
 color: #fff;
 background-color: #0f90d1;
 border-radius: 4px;
 transition: background-color 0.2s;
}
.header-navi li.btn-inquiry > a:hover{
 background-color: #5ec1f2;
}
.header-navi li.sp-btn{
 display: none;
}
.has-child > ul{
 position: absolute;
 left:0;
 top:46px;
 padding:8px 0;
 background:#0e3447;
 width:100%;
 visibility: hidden;
 opacity: 0;
 transition: opacity .3s;
}
.has-child > ul li a{
 padding:4px;
 color:#fff;
 text-align: center;
 font-weight: 500;
}
.has-child > ul li a:hover{
color:#5ec1f2;
}
.has-child:hover > ul,
.has-child ul li:hover > ul,
.has-child:active > ul,
.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width:1070px) {
 .header-biz{
  padding-left:15px;
  padding-right:15px;
 }
 .header-area{
  padding: 0 15px;
 }
}
@media screen and (max-width:950px) {
 .header-navi li > a,
 .header-navi li > p{
  padding:10px 1.8vw;
 }
 .header-navi li.btn-inquiry{
  padding-left:2vw;
 }
 .header-navi li.btn-inquiry > a{
  padding:10px 4.4vw;
 }
}
/*  sp(767px以下)  ----------- */
@media screen and (max-width:767px) {
	body {
	padding-top: 16vw;
}
 .header-biz{
  width: 100%;
 }
	.header-biz li {
	padding: 1.5vw 0 0 3.5vw;
}
 .biz-logo a{
  width: auto;
  margin-left:0;
 }
 .biz-logo img{
  width: 26vw;
 }
 .header-area{
  width: 100%;
  height: 16vw;
  padding: 0;
 }
 .header-area > .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
 .header-logo{
  top: 8.5vw;
  left: 7vw;
 }
 .header-logo a{
  width: auto;
 }
 .header-logo a img{
  width: 42vw;
 }
 .nav-button{
  display: block;
  width: 8vw;
  height: 8vw;
  position: absolute;
  top: 4vw;
  right: 6vw;
  z-index: 501;
  cursor: pointer;
 }
 .nav-button span, .nav-button::after, .nav-button::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 1vw;
  width: 6.5vw;
  height: 2px;
  background-color: #0e3447;
  transition: all 0.2s;
 }
 .nav-button::before {
  transform: translateY(-2vw);
 }
 .nav-button::after {
  transform: translateY(2vw);
 }
 .nav-button.close::before {
  transform: rotate(45deg);
 }
 .nav-button.close span {
  transform: scaleX(0);
  opacity: 0;
 }
 .nav-button.close::before {
  transform: rotate(45deg);
 }
 .nav-button.close::after {
  transform: rotate(-45deg);
 }
 .nav{
  position: fixed;
  top: 16vw;
  right:-100vw;
  width: 100vw;
  max-width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 16vw);
  background-color: #0e3447;
  transition: transform 0.3s cubic-bezier(.215,.61,.355,1);
  z-index: 502;
  overflow-y: auto;
  overflow-x: hidden;
 }
 .nav.open{
  transform: translateX(-100vw);
 }
 .scroll-stop {
   position: fixed;
   z-index: -1;
   width: 100%;
   height: 100%;
 }
 .header-navi{
  width:100%;
  display: block;
  padding: 30px 10vw;
 }
 .header-navi li{
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto;
 }
 .header-navi li.has-child {
	padding-right: 0;
 }
 .header-navi li > a,
 .header-navi li > p{
  display: block;
  padding:10px 0;
  text-decoration: none;
  letter-spacing: 0.5px;
  color:#fff;
  position: relative;
  font-size: 4.5vw;
 }
 .header-navi li > a{
  background: url("../image/nav_arrow.svg") no-repeat right center;
  background-size: 18px auto;
 }
 .header-navi li > a:active{
  color:#0f90d1;
 }
 .header-navi li  > p:hover{
  color:#fff;
  cursor: auto;
 }
 .header-navi li.sp-btn{
  display: block;
 }
 .header-navi li.btn-inquiry{
  padding:30px 0 0;
  position: static;
  margin-left: 0;
 }
 .header-navi li.btn-inquiry > a{
  padding:10px 0;
  color: #fff;
  text-align: center;
  background-color: #0f90d1;
  background-image: none;
  border-radius: 4px;
  transition: none;
  font-size: 4.5vw;
 }
 .header-navi li.btn-inquiry > a:hover{
  background-color: #0f90d1;
 }
 .has-child > ul{
  position: static;
  left:0;
  top:0;
  padding: 0 0 0 30px;
  background:#0e3447;
  width:100%;
  visibility: visible!important;
  opacity: 1!important;
  transition: none;
 }
 .has-child > ul li a{
  padding:8px 0;
  color:#fff;
  text-align: left;
  font-size: 4.0vw;
  font-weight: 500;
 }
 .has-child > ul li a:hover{
  color:#fff;
 }
 .has-child > ul li a:active{
  color:#0f90d1;
 }
}


/* -------------------------------------------------------
 コンテンツ共通
------------------------------------------------------- */
.sp-on{
 display: none;
}
.pc-on{
 display: inline-block;
}
a.btn-syle{
 height: 64px;
 width: 334px;
 position: relative;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 border: none;
 cursor: pointer;
 font-size: 1.6rem;
 line-height: 1;
 font-weight: 500;
 letter-spacing: 1px;
 color: #fff;
 text-align: center;
 vertical-align: middle;
 text-decoration: none;
 border-radius: 4px;
 background-color: #1b8ac2;
 transition: color 0.3s, background-color 0.3s;
}
a.btn-syle svg {
 fill: currentColor;
 position: absolute;
 right:15px;
}
a.btn-syle:hover,
a.btn-syle:active{
 background-color: #5ec1f2;
 color: #fff;
}
.txt-c{
 text-align: center;
}
/*  sp(767px以下)  ----------- */
@media screen and (max-width:767px) {
 .sp-on{
  display: block;
 }
 .pc-on{
  display: none;
 }
 a.btn-syle{
  width:100%;
  max-width: 334px;
 }
}

.page_layer {
	width: calc(100% - 10vw);
	max-width: 1070px;
	margin: 8px auto;
	font-size: 0;
}
.page_layer a {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	text-decoration: none;
	line-height: 1;
	padding: 2px 1px;
	position: relative;
	margin-right: 10px;
}
.page_layer a:not([href]) {
	pointer-events: none;
}
.page_layer a::after {
	content: '>';
	position: absolute;
	top: 2px;
	right: -9px;
}
.page_layer a:not([href])::after {
	display: none;
}



/* cont_solution
------------------------------------------------------- */
#parts_solution {
 padding:55px 0;
 background-color: #f1f8fc;
}
#parts_solution .inner{
 width:100%;
 text-align: center;
}
#parts_solution h2{
 font-size: 31px;
 font-weight: 600;
 line-height: 1;
 text-align: left;
 width: calc(100% - 60px);
 max-width: 1100px;
 margin: 0 auto;
 padding-left: 10px;
}
#parts_solution .solution-link{
 width: 100%;
 margin-top:45px;
 display: flex;
 justify-content: center;
}
#parts_solution .solution-link li{
 width:48%;
 max-width: 410px;
}
#parts_solution .solution-link li a{
 display: block;
 text-decoration: none;
 text-align: left;
 transition: color 0.3s;
}
#parts_solution .solution-link .link-photo img{
 width: 100%;
 height: auto;
}
#parts_solution .solution-link .link-text{
 padding:18px 30px 25px;
 background-color: #fff;
 position: relative;
}
#parts_solution .solution-link .link-text p{
 line-height: 1.8;
}
#parts_solution .solution-link .link-text p.link-ttl{
 padding-bottom:5px;
 font-size: 2.2rem;
 font-weight: 500;
}
#parts_solution .solution-link .link-text svg {
 fill: currentColor;
 position: absolute;
 top:30px;
 right:30px;
}
#parts_solution .solution-link li a:hover,
#parts_solution .solution-link li a:active{
 color: #1b8ac2;
}
/*  sp(767px以下)  ----------- */
@media screen and (max-width:767px) {
 #parts_solution{
  padding: 11vw 0 14vw;
 }
 #parts_solution .inner{
  max-width: 100%;
  padding:0 5%;
 }
 #parts_solution h2 {
	margin: 0;
	padding: 0;
	font-size: 7vw;
}
 #parts_solution .solution-link{
  display: block;
  margin-top:0;
 }
 #parts_solution .solution-link li{
  width:100%;
  max-width: 100%;
  margin: 10vw 0 0;
 }
 #parts_solution .solution-link .link-text{
  padding: 3.5vw 4vw 5vw;
 }
 #parts_solution .solution-link .link-text p.link-ttl {
	font-size: 6vw;
}
 #parts_solution .solution-link .link-text p:not(.link-ttl) {
	font-size: 4vw;
}
#parts_solution .solution-link .m-link-addition .m-link-addition-text {
	font-size: 3.5vw;
	line-height: 1.3;
}
#parts_solution .solution-link .m-link-addition .m-link-addition-image {
	margin-left: 6vw;
	max-width: 46vw;
}
}

/* cont_bnr
------------------------------------------------------- */
.cont_bnr{
 width:100%;
 max-width: 950px;
 padding:55px 25px;
 margin:0 auto;
}
.cont_bnr a{
 display: block;
 text-decoration: none;
}
.cont_bnr a + a{
 margin-top:15px;
}
ul.bnr-wrap{
 display: flex;
 flex-wrap: nowrap;
 align-items: center;
 border-radius: 4px;
}
ul.bnr-wrap li.image{
 width:19.53%;
 padding:0 20px;
}
ul.bnr-wrap li.image img{
 width:100%;
 max-width: 118px;
}
ul.bnr-wrap li.text{
 width:52.47%;
 padding:0 10px;
}
ul.bnr-wrap li.text p{
 line-height: 1.8;
}
ul.bnr-wrap li.text p.text-ttl{
 padding-bottom:10px;
 font-size: 2.4rem;
 font-weight: 500;
}
ul.bnr-wrap li.arrow{
 width:28%;
 padding:0 17px;
 letter-spacing: 0;
}
ul.bnr-wrap li.arrow p{
 width:180px;
 display: block;
 padding-right:90px;
 margin-right:0;
 margin-left:auto;
 font-weight: 500;
 position: relative;
}
ul.bnr-wrap li.arrow p svg {
 fill: currentColor;
 position: absolute;
 top:8px;
 right:0;
}
ul.bnr-wrap.example{
 padding: 40px 25px;
 background-color: #f5f7f8;
 transition: color 0.3s;
}
ul.bnr-wrap.example:hover,
ul.bnr-wrap.example:active{
 color: #1b8ac2;
}
ul.bnr-wrap.inquiry{
 padding: 45px 25px;
 background-color: #f1f8fc;
 color: #1b8ac2;
 transition: color 0.3s;
}
ul.bnr-wrap.inquiry li.text p{
 font-size: 2rem;
 line-height: 1.8;
 font-weight: 500;
}
ul.bnr-wrap.inquiry:hover,
ul.bnr-wrap.inquiry:active{
 color: #5ec1f2;
}
@media screen and (max-width:915px) {
 ul.bnr-wrap li.text p .pc-on{
  display: none;
 }
}
/*  sp(767px以下)  ----------- */
@media screen and (max-width:767px) {
 .cont_bnr{
  max-width: 100%;
  padding:35px 5%;
  margin:0 auto;
 }
 ul.bnr-wrap{
  flex-direction: column;
  position: relative;
 }
 ul.bnr-wrap li.text{
  width:100%;
  padding:0;
  text-align: center;
 }
 ul.bnr-wrap li.text p{
  line-height: 1.8;
 }
 ul.bnr-wrap li.text p.text-ttl{
  display: inline-block;
  padding:0 0 30px 80px;
  font-size: 2.6rem;
 }
 ul.bnr-wrap li.text p + p{
  text-align: left;
 }
 ul.bnr-wrap li.arrow{
  width:100%;
  padding:10px 0 0;
 }
 ul.bnr-wrap li.arrow p{
  width:150px;
  height:28px;
  display: block;
  padding-right:0;
  margin-right:0;
  margin-left:auto;
  font-weight: 500;
  position: relative;
 }
 ul.bnr-wrap li.arrow p span{
  display: inline-block;
  padding-right:10px;
  position: absolute;
  top:0;
  right:40px;
  z-index: 2;
 }
 ul.bnr-wrap li.arrow p svg {
  fill: currentColor;
  position: absolute;
  top:9px;
  right:0;
 }
 ul.bnr-wrap.example{
  padding: 35px 20px 30px;
 }
 ul.bnr-wrap.example li.image{
  width:76px;
  padding:0;
  position: absolute;
  top:0;
  right:58%;
 }
 ul.bnr-wrap.example li.arrow p span{
  background-color: #f5f7f8;
 }
 ul.bnr-wrap.inquiry{
  padding: 30px 20px;
  text-align: left;
 }
 ul.bnr-wrap.inquiry li.image{
  width:90px;
  padding:0;
  position: absolute;
  top:auto;
  bottom:10px;
  left:12%;
 }
 ul.bnr-wrap.inquiry li.text{
  text-align: left;
 }
 ul.bnr-wrap.inquiry li.arrow{
  width:100%;
  padding:50px 0 0;
 }
 ul.bnr-wrap.inquiry li.arrow p span{
  background-color: #f1f8fc;
 }
}

/* 下層ページ共通
------------------------------------------------------- */
h1.page-title{
 display: flex;
 align-items: center;
 justify-content: center;
 width:100%;
 height:96px;
 padding:0 60px;
 background-color: #f5f7f8;
}
h1.page-title span{
 display: block;
 width: 100%;
 max-width:1070px;
 font-size: 3rem;
 font-weight: 500;
 line-height: 1.4;
}
@media screen and (max-width:950px) {
 h1.page-title{
  padding:0 25px;
 }
}
/*  sp(767px以下)  ----------- */
@media screen and (max-width:767px) {
 h1.page-title{
  display: block;
  width:100%;
  height:auto;
  padding:18px 5%;
 }
 h1.page-title span{
  display: block;
  width: 100%;
  max-width:100%;
  font-size: 2.2rem;
 }
}


/* -------------------------------------------------------
 footer
------------------------------------------------------- */
.footer-area{
 width:100%;
 padding:55px 20px;
 border-top: 1px solid #e7eaec;
 position: relative;
}
.footer-inner{
 width:100%;
 max-width:1100px;
 margin: 0 auto;
 display: flex;
 flex-wrap: nowrap;
 justify-content:flex-start;
 position: relative;
}
.logo-area{
 margin-right: auto;
 padding-bottom:20px;
}
.logo-area li:first-child{
 margin-bottom:30px;
}
ul.footer-menu{
 width:150px;
}
ul.footer-menu li{
 padding:0;
 font-size: 1.3rem;
 font-weight: 500;
}
ul.footer-menu li + li{
 padding-top:10px;
}
ul.footer-menu li > a,
ul.footer-menu li > p{
 display: block;
 padding:5px 0 5px 20px;
 line-height: 1.2;
 text-decoration: none;
 position: relative;
}
ul.footer-menu li > a::before,
ul.footer-menu li > p::before{
 content: "";
 width:8px;
 height:1px;
 background-color: currentColor;
 position: absolute;
 left:0;
 top:12px;
}
ul.footer-menu li ul{
 margin-left:25px;
}
ul.footer-menu li ul li{
 padding:0;
}
ul.footer-menu li ul li a{
 padding:4px 0;
 font-size: 1.2rem;
 line-height: 1.4;
 font-weight: 400;
}
ul.footer-menu li ul li a::before{
 content:none;
}
.footer-link{
 width:210px;
 margin-left: 20px;
}
ul.outside-menu li{
 padding:2px 0;
 font-size: 1.2rem;
 font-weight: 400;
}
ul.outside-menu li a{
 text-decoration: none;
 color:#758891;
}
ul.outside-menu li a:hover{
 text-decoration: underline;
}
.footer-inquiry{
 margin-top: 20px;
}
.footer-inquiry a{
 display: block;
 width: 100%;
 padding:10px 0;
 font-size: 1.3rem;
 text-align: center;
 letter-spacing: 1px;
 color: #fff;
 text-decoration: none;
 background-color: #0f90d1;
 border-radius: 4px;
 transition: background-color 0.2s;
}
.footer-inquiry a:hover{
 background-color: #5ec1f2;
}
p.copy{
 position: absolute;
 left:0;
 bottom:-4px;
 font-size: 1rem;
 color: #758891;
 letter-spacing: 1px;
}
.pagetop{
 position: fixed;
 right: 30px;
 bottom: 20px;
 text-indent: -9999px;
 margin: 0;
 display: none !important;
}
.pagetop a {
 position: relative;
 display: block;
 width: 30px;
 height: 30px;
 border-top: 1px solid #0e3447;
}
.pagetop a::before {
 position: absolute;
 top: 12px;
 right: 0;
 bottom: 0;
 left: 0;
 display: block;
 width: 20px;
 height: 20px;
 margin: auto;
 content: '';
 transform: rotate(-45deg);
 border-top: 1px solid #0e3447;
 border-right: 1px solid #0e3447;
 transition: top 0.2s;
}
.pagetop  a:hover::before{
 top:5px;
}
/*  sp(767px以下)  ----------- */
@media screen and (max-width:767px) {
 .footer-area{
  padding:55px 5%;
 }
 .footer-inner{
  max-width:100%;
  display: block;
 }
 .logo-area{
  padding-bottom:4px;
 }
 .logo-area li{
  text-align: center;
 }
 .logo-area li:first-child{
  margin-bottom:18px;
 }
 .footer-menu{
  display: none;
 }
 .footer-link{
  width:100%;
  margin-left: 0;
 }
 ul.outside-menu{
  margin:15px 0 20px;
  text-align: center;
 }
 ul.outside-menu li{
  display: block;
  padding:3px 0;
  font-size: 1.3rem;
 }
 /* ul.outside-menu li + li::before{
  content: "｜";
  margin-right:5px;
 } */
 ul.outside-menu li a:hover{
  text-decoration: underline;
 }
 .footer-inquiry{
  display: none;
 }
 p.copy{
  margin-top: 10px;
  position: static;
  text-align: center;
  line-height: 1.6;
 }
 p.copy span{
  display:block;
 }
 .pagetop{
  right: 20px;
  bottom: 20px;
 }
}


#parts_cases {
	padding: 60px 0 0;
}
#parts_cases .inner {
	width: calc(100% - 10vw);
	max-width: 1100px;
	margin: 0 auto;
}
#parts_cases h2 {
	font-size: 31px;
	font-weight: 600;
	line-height: 1;
}
#parts_cases article {
	padding: 50px 0 75px;
	position: relative;
}
#parts_cases article h3 {
	font-size: 26px;
	font-weight: 500;
	line-height: 1;
}
#parts_cases article a.to_detail {
	position: absolute;
	top: 45px;
	right: 10px;
	z-index: 1;
	font-size: 16px;
	font-weight: 600;
	padding: 2px 44px 2px 0;
	text-decoration: none;
	border-bottom: solid 1px #0f90d1;
	color: #0f90d1;
}
#parts_cases article a.to_detail::after {
	content: '';
	position: absolute;
	top: 15px;
	right: 0;
	width: 31px;
	height: 6px;
	mask: url(/common/image/arrow.svg) no-repeat center / contain;
	background: #0f90d1;
}
#parts_cases article section {
	margin: 30px 0 0;
	font-size: 0;
	white-space: nowrap;
	overflow: hidden;
}
#parts_cases article section a {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3);
	padding: 0 10px 0;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	transition: 0.5s;
}
#parts_cases article section a.flash {
	transition: 0.0s;
}
#parts_cases article section a figure {
	height: auto;
	width: 100%;
	aspect-ratio: 343 / 260;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#parts_cases article section a .name {
	font-size: 14.5px;
	font-weight: 600;
	line-height: 1.5;
	margin: 14px 0 0;
	color: #35a9e3;
}
#parts_cases article section a .case {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.7;
	margin: 12px auto 0;
	width: 230px;
}
#parts_cases article button {
	display: none;
}

#parts_column {
	background: #f1f8fc;
	padding: 70px 0 30px;
}
#parts_column .inner {
	width: calc(100% - 10vw);
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
#parts_column h2 {
	font-size: 31px;
	font-weight: 600;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
#parts_column .text {
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin: 6px 16px;
}
#parts_column .to_detail {
	position: absolute;
	top: -3px;
	right: 10px;
	z-index: 1;
	font-size: 16px;
	font-weight: 600;
	padding: 2px 44px 2px 0;
	text-decoration: none;
	border-bottom: solid 1px #0f90d1;
	color: #0f90d1;
}
#parts_column .to_detail::after {
	content: '';
	position: absolute;
	top: 15px;
	right: 0;
	width: 31px;
	height: 6px;
	mask: url(/common/image/arrow.svg) no-repeat center / contain;
	background: #0f90d1;
}
#parts_column section {
	margin: 55px 0 0;
	font-size: 0;
	line-height: 0;
}
#parts_column section a {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 20px);
	margin: 0 10px 30px;
	text-decoration: none;
}
#parts_column section a figure {
	height: auto;
	width: 100%;
	aspect-ratio: 255 / 200;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#parts_column section a .date {
	font-size: 12px;
	line-height: 1;
	margin: 13px 0 0;
}
#parts_column section a .date.new::after {
	content: 'NEW';
	background: #4190D1;
	margin-left: 0.5rem;
	font-size: 1.2rem;
	color: white;
	padding: 0px 8px 2px;
}
#parts_column section a .title {
	font-size: 14.5px;
	line-height: 1.5;
	margin: 12px 0 0;
}

#parts_step {
	padding: 52px 30px 94px;
	background: #0e3447;
	text-align: center;
	color: white;
}
#parts_step h2 {
	font-size: 30px;
	font-weight: 500;
}
#parts_step p {
	font-size: 15px;
	line-height: 1.8;
	margin: 16px 0 0;
}
#parts_step figure {
	margin: 70px 0 0;
	height: 120px;
	background: url(/common/image/parts_step_pc.png) no-repeat center / contain;
	font-size: 0;
}
#parts_step .link-btn {
	padding: 58px 0 0;
}
#parts_step .link-btn a {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	line-height: 64px;
	color: white;
	text-decoration: none;
	margin: 20px 20px 0;
	width: 332px;
	border-radius: 6px;
	position: relative;
	transition: 0.3s;
}
#parts_step .link-btn a::after {
	content: '';
	position: absolute;
	top: 29px;
	right: 17px;
	width: 38px;
	height: 8px;
	mask: url(/common/image/arrow.svg) no-repeat center / contain;
	background: white;
}
#parts_step .link-btn a.inquiry {
	background: #0f90d1;
}
#parts_step .link-btn a.faq {
	border: solid 1px white;
}
#parts_step .link-btn a.inquiry:hover {
	background: white;
	color: #0f90d1;
}
#parts_step .link-btn a.inquiry:hover::after {
	background: #0f90d1;
}
#parts_step .link-btn a.faq:hover {
	color: #0f90d1;
	background: white;
}
#parts_step .link-btn a.faq:hover::after {
	background: #0f90d1;
}

@media screen and (max-width:980px) {
#parts_cases article section a .case {
	margin: 12px auto 0;
}
#parts_column section a {
	width: calc(50% - 20px);
}
}


@media screen and (max-width: 767px) {
	.page_layer a {
	font-size: 2.5vw;
}
#parts_cases {
	padding: 12vw 0 0;
}
#parts_cases .inner {
	width: 100%;
}
#parts_cases h2 {
	font-size: 7vw;
	margin: 0 5vw;
}
#parts_cases article {
	padding: 11vw 0 16vw;
	border-bottom: solid 1px #c2c2c2;
}
#parts_cases article:last-of-type {
	border-bottom: none;
}
#parts_cases article h3 {
	font-size: 5vw;
	margin: 0 5vw;
}
#parts_cases article a.to_detail {
	top: 9vw;
	right: 5vw;
	font-size: 3.5vw;
	padding-right: 9vw;
}
#parts_cases article a.to_detail::after {
	top: 3vw;
	width: 7vw;
	height: 3vw;
}
#parts_cases article section {
	margin: 9vw 0 0;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 8vw;
}
#parts_cases article section a {
	white-space: normal;
	width: 84vw;
	padding: 0 4vw;
	margin: 0;
}
#parts_cases article section a figure {
	margin: 0;
	width: 100%;
}
#parts_cases article section a .name {
	font-size: 3.8vw;
	margin: 2.5vw 0 0;
}
#parts_cases article section a .case {
	font-size: 4.5vw;
	margin: 1vw auto 0;
	width: 60vw;
}
#parts_cases article button {
	display: block;
	position: absolute;
	top: 44vw;
	z-index: 4;
	width: 12vw;
	aspect-ratio: 1 / 1;
	border: none;
	background: #0e3447;
	border-radius: 4px;
	cursor: pointer;
}
#parts_cases article button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 56%;
	width: 3vw;
	aspect-ratio: 1 / 1;
	border-top: solid 1px white;
	border-left: solid 1px white;
	transform: translate(-50%, -50%) rotate(-45deg);
}
#parts_cases article button.prev {
	left: 0;
}
#parts_cases article button.next {
	right: 0;
}
#parts_cases article button.next::before {
	left: 44%;
	transform: translate(-50%, -50%) rotate(135deg);
}
#parts_cases article .indicator {
	text-align: center;
	margin: 4vw 0 -5vw;
}
#parts_cases article .indicator li {
	display: inline-block;
	width: 2.5vw;
	aspect-ratio: 1 / 1;
	background: #dde4e8;
	margin: 0 1.5vw;
	border-radius: 50%;
	cursor: pointer;
}
#parts_cases article .indicator li.active {
	background: #0f90d1;
	cursor: auto;
}
#parts_column {
	padding: 12vw 0 10vw;
}
#parts_column .inner {
	width: 100%;
}
#parts_column h2 {
	font-size: 7vw;
	padding: 0 5vw;
	display: block;
}
#parts_column .text {
	font-size: 3vw;
	padding: 0;
	display: block;
	margin: 6vw 3vw 0;
}
#parts_column .to_detail {
	top: -1vw;
	right: 5vw;
	font-size: 3.5vw;
	padding-right: 9vw;
}
#parts_column .to_detail::after {
	top: 3vw;
	width: 7vw;
	height: 3vw;
}
#parts_column section {
	margin: 12vw 0 0;
}
#parts_column section a {
	width: calc(50% - 8vw);
	margin: 0 4vw 30px;
}
#parts_column section a figure {}
#parts_column section a .date {
	font-size: 2.6vw;
	margin: 2vw 0 0;
}
#parts_column section a .title {
	font-size: 3vw;
	line-height: 1.8;
	margin: 2vw 0 0;
}
#parts_step {
	padding: 11vw 5vw 13vw;
}
#parts_step h2 {
	font-size: 7vw;
	line-height: 1.6;
}
#parts_step p {
	font-size: 3.25vw;
	line-height: 1.9;
	margin: 6vw 0 0;
}
#parts_step figure {
	margin: 18vw 0 0;
	height: 82vw;
	background-image: url(/common/image/parts_step_sp.png);url(
	/common/image/p arts_step_sp.png);
}
#parts_step .link-btn {
	padding: 7vw 0 0;
}
#parts_step .link-btn a {
	font-size: 4.5vw;
	line-height: 17vw;
	margin: 6vw 0 0;
	width: 100%;
}
#parts_step .link-btn a::after {}
#parts_step .link-btn a.inquiry {}
#parts_step .link-btn a.faq {}
}


@media screen and (min-width: 769px) {
#parts_cases article section a {
	transform: none !important;
}
}