@charset "UTF-8";

.IBM-l {
  font-weight: 300;
}
.IBM-m {
  font-weight: 500;
}
.IBM-semibold {
  font-weight: 600;
}

.hero_wrap {
  margin: 102px auto 78px;
}
.hero_bland {
  max-width: 330px;
  margin: 0 auto 36px;
}
.hero_bland + p {
  text-align: center;
  font-size: 14px;
  line-height: 2.5em;
  letter-spacing: 0.35em;
}

@media screen and (max-width: 1023px) {
  .hero_wrap {
 margin: 80px auto;
  padding: 0 20px;
}
.hero_bland {
    max-width: 250px;
}
.hero_bland + p {
    font-size: 13px;
}
}
.spirit_in {
  max-width: 1100px;
  margin: 0 auto;
}
.section_spirit {
  background-image: url(../images/bland/bg01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 68px 0 86px;
}
.img01 {
  display: block;
  width: 390px;
  z-index: 1;
}
.txt01 {
  position: absolute;
  right: 0;
  top: 34px;
  width: 730px;
  z-index: 1;
}
.img02 {
  position: relative;
  z-index: 1;
  display: block;
  width: 410px;
  margin: -25px 0 0 auto;
}
.img03 {
  display: block;
  width: 270px;
  position: absolute;
  top: 550px;
  left: calc(50% - 550px + 260px);
  z-index: 1;
}
.txt02 {
  width: 306px;
  padding: 230px 50px;
  background-color: rgba(137, 137, 137, 0.1);
  position: absolute;
  top: 600px;
  left: calc(50% - 550px + 32px);
  z-index: 0;
}
.img04 {
  position: relative;
  z-index: 1;
  display: block;
  width: 720px;
  margin: 105px 0 0 55px;
}

.img05 {
  position: relative;
  z-index: 1;
  display: block;
  width: 218px;
  margin: -130px 0 0 auto;
}
@media screen and (max-width: 1023px) {
  
  .spirit_in {
    padding: 0 20px;
}
.txt01 {
    right: 20px;
    top: 20px;
    width: 530px;
    z-index: -1;
}
  .img01 {
    width: 390px;
}
.img02 {
    width: 350px;
    margin: 20px 0 0 auto;
}
.txt02 {
    width: 350px;
    padding: 50px;
    top: 630px;
    left: 20px;
    z-index: -1;
}
.img03 {
        width: 370px;
        position: static;
        z-index: 1;
        margin-top: 30px;
    }
    .img04 {
    width: 420px;
    margin: 20px 0 0 auto;
}
.img05 {
    width: 270px;
    margin: 20px auto 0 0;
}
}
@media screen and (max-width: 768px) {
  .section_spirit {
    padding: 150px 0 86px;
}

.txt01 {
    right: 20px;
    top: 20px;
    width: 300px;
    z-index: 1;
}
  .img01 {
    width: 230px;
}
.img02 {
    width: 200px;
}
.txt02 {
    width: 260px;
    padding: 50px;
    top: 630px;
    z-index: 1;
}
.img03 {
        width: 200px;
        margin-top: 170px;
    }
    .img04 {
    width: 270px;
}
.img05 {
    width: 150px;
}
}

.section_slide {
  background: #d9d9d9;
  background: -moz-linear-gradient(left, #d9e8f4 0%, #d9d9d9 100%);
  background: -webkit-gradient(
    linear,
    left center,
    right center,
    from(#d9e8f4),
    to(#d9d9d9)
  );
  background: -webkit-linear-gradient(left, #d9e8f4 0%, #d9d9d9 100%);
  background: -o-linear-gradient(left, #d9e8f4 0%, #d9d9d9 100%);
  background: linear-gradient(to right, #d9e8f4 0%, #d9d9d9 100%);
}
.section_slide h3 {
  background: #f0f0f0;
  background: -moz-linear-gradient(left, #f9f9f9 0%, #f0f0f0 100%);
  background: -webkit-gradient(
    linear,
    left center,
    right center,
    from(#f9f9f9),
    to(#f0f0f0)
  );
  background: -webkit-linear-gradient(left, #f9f9f9 0%, #f0f0f0 100%);
  background: -o-linear-gradient(left, #f9f9f9 0%, #f0f0f0 100%);
  background: linear-gradient(to right, #f9f9f9 0%, #f0f0f0 100%);
  padding: 25px 0;
}
.section_slide h3 img {
  display: block;
  margin: 0 auto;
  width: 344px;
}

.monorie_wrap {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  padding: 100px 0;
}
.monorie_slider {
  max-width: 800px;
  margin: 0 auto;
}
.monorie_slider .slick-list {
  width: 394px;
}
.monorie_slider img {
  width: 100%;
  display: block;
}
.arrow_box {
  position: absolute;
  width: 100%;
  top: 100px;
}
.slide-arrow {
  position: absolute;
  width: 130px;
  top: 0;
}
.slide-arrow:hover {
  cursor: pointer;
}
.prev-arrow {
  left: 0;
}
.next-arrow {
  right: 0;
}
.monorie_txt {
  position: absolute;
  top: 50%;
transform: translateY(-50%);
-webkit- transform: translateY(-50%);
  right: 150px;

  font-size: 16px;
  line-height: 3.1em;
  letter-spacing: 0.1em;
  width: 344px;
}
@media screen and (max-width: 1023px) {
  .monorie_wrap {
    padding: 50px 20px;
}
  .section_slide h3 img {
    width: 200px;
}
.monorie_slider .slick-list {
    width: 100%;
    margin: 0 auto;
}
.monorie_txt {
    position: static;
    top: unset;
    transform: unset;
    right: unset;
    width: 100%;
    padding: 80px 0 0;
        font-size: 14px;
}
.arrow_box{
  position: relative;
  top: 20px;
}
.slide-arrow {
  width: 100px;
}
}

.section_style{
  background: #ececec;
background: -moz-linear-gradient(left, #fafafa 0%, #ececec 100%);
background: -webkit-gradient(linear, left center, right center, from(#fafafa), to(#ececec));
background: -webkit-linear-gradient(left, #fafafa 0%, #ececec 100%);
background: -o-linear-gradient(left, #fafafa 0%, #ececec 100%);
background: linear-gradient(to right, #fafafa 0%, #ececec 100%);
  padding: 120px 0;
}
.style_lead{
  font-size: 16px;
  line-height: 2.8em;
  letter-spacing: .1em;
  text-align: center;
  margin: 0 auto 166px;
}

.style_box{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0px;
}

.style_box+.style_box{
  margin-top: 170px;
}

.style_txt{
  width: 50%;
  display: flex;            /* 既に flex の場合 */
    flex-direction: column;   /* 縦並びにする */
    align-items: flex-start;  /* 子要素を左寄せ */
}
.style_img{
  width: 50%;
  /* margin-top: 150px; */
}
.style_box:nth-of-type(1) .style_img img{
  display: block;
width: 80%;
margin: 0 auto;
}


.style_box:nth-of-type(2) .style_txt{
text-align: right;
order: 1;
}
.style_box:nth-of-type(2) .style_img{
  order: 2;
}
.style_box:nth-of-type(2) .style_img,.style_box:nth-of-type(3) .style_img{
  margin-top: 0;
  width: 50%;
}


.style_ttl{
height: 92px;
display: block;
margin-bottom: 50px;
display: flex;
    justify-content: flex-start;
    width:100%;
}
.style_ttl img{
  height: 100%;
  width: auto;
}
.style_box:nth-of-type(2) .style_ttl{
      display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.style_box:nth-of-type(2) .style_ttl img{
  width: unset;
}


.style_txt p{
  width: 100%;
  font-size: 14px;
  line-height: 2.5em;
  letter-spacing: .1em;
  margin-bottom: 30px;
}
.style_txt p span{
  font-family: "a-otf-ryumin-pr6n", serif;
font-weight: 300;
font-style: normal;

  font-size: 16px;
  display: block;
}
.style_txtImg{
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1023px) {
  .style_lead {
    font-size: 13px;
    margin: 0 auto 80px;
    padding: 0 20px;
}
.style_box {
    flex-direction: column;
}
.style_txt {
    width: 100%;
}
.style_img {
    width: 100%;
    margin-top: 0;
    padding: 0 20px 20px;
}
.style_ttl {
    height: 60px;
    padding: 0 20px;
    margin-bottom: 20px;
}
.style_txt p {
    margin-bottom: 30px;
    padding: 0 20px;
}
.style_txtImg {
    gap: 15px;
}

.style_box:nth-of-type(2) .style_img {
    order: 1;
}
.style_box:nth-of-type(2) .style_txt {
    order: 2;
}
.style_box:nth-of-type(2) .style_img, .style_box:nth-of-type(3) .style_img {
    width: 100%;
    padding: 0 20px 20px;
}
.style_box+.style_box {
    margin-top: 50px;
}
}
.section_eq{
  background-image: url(../images/bland/bg_eq.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 80px 0;
}
.section_eq h3{
  color: #fff;
    text-shadow: 1px 1px 3px #000;
font-size: 30px;
text-align: center;
line-height: 1em;
}
.section_eq h3 span{
  font-family: "satoshi", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  display: block;
font-size: 16px;
position: relative;
letter-spacing: 0;
margin-top: 25px;
line-height: 1em;
}
.section_eq h3 span::after {
    background-color: #fff;
    top: -8px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 92px;
}
.eqs{
  max-width: 940px;
  margin: 40px auto 70px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.eqs p{
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
}
.section_eq .btn{
  max-width: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .section_eq h3 {
    font-size: 24px;
}
.section_eq h3 span {
    font-size: 14px;
}
.eqs {
  flex-wrap: wrap;
    margin: 40px auto;
    gap: 20px;
    padding: 0 20px;
}
.eqs>div{
  width: 45%;
}
.eqs p {
    font-size: 12px;
    margin-top: 10px;
}
}
.section_as{
      background: #c2d1e1;
    background: -moz-linear-gradient(#ffffff 60%, #c2d1e1 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c2d1e1));
    background: -webkit-linear-gradient(#ffffff 0%, #c2d1e1 100%);
    background: -o-linear-gradient(#ffffff 0%, #c2d1e1 100%);
    background: linear-gradient(#ffffff 0%, #c2d1e1 100%);
    padding: 90px 0 290px;
    position: relative;
}

.as_box+.as_box{
  margin-top: 120px;
}

.section_as h3{
  color: #435764;
font-size: 30px;
text-align: center;
line-height: 1em;
}
.section_as h3 span{
  font-family: "satoshi", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  display: block;
font-size: 16px;
position: relative;
letter-spacing: 0;
margin-top: 25px;
line-height: 1em;
}
.section_as h3 span::after {
    background-color: #b9babf;
    top: -8px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 92px;
}
.as_img{
  width: 940px;
  height: 180px;
  background-image: url(../images/bland/bg_as.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  margin: 25px auto 30px;
}
.as_box:nth-of-type(2) .as_img{
  background-image: url(../images/bland/bg_warranty.webp);
}
.section_as .btn{
  max-width: 250px;
  margin: 0 auto 30px;
}

.as_box p{
  text-align: center;
  color: #435764;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 1023px) {
.section_as h3 {
    font-size: 24px;
}
.section_as h3 span {
    font-size: 13px;
}
.as_img{
  width: calc(100% - 40px);
}
.as_box p {
    font-size: 14px;
}
.section_as {
    padding: 90px 0;
}
}
