/*

【CSS記述ルール】

① font-sizeはpxで指定してください
　（rem、%等の指定はしないようお願いいたします）

② features はディレクトリ名に変更してください

③ 必ずディレクトリ名が付いたidセレクタを先頭に記述した後に、要素を記述してください
　（例：#oneday .inner、#oneday .page-title 等）

④ CSS内の画像指定パスは、CSSファイルから見た相対パスで指定してください
　（例：../images/ディレクトリ名/画像名.拡張子）

*/

/*------------------------------------------------------------
common
------------------------------------------------------------*/
.features {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

#features * {
  box-sizing: border-box;
}

#features a {
  transition: opacity .3s;
}

#features a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#features a:hover {
  text-decoration: none;
}

#features a:focus-visible {
  outline: none;
}

#features img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#features .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#features .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#features .text {
  margin-bottom: 2em;
}

#features .text:last-of-type {
  margin-bottom: 0;
}

#features .pc-br {
  display: none;
}

#features .notes {
  display: inline-block;
  position: relative;
  margin-left: 1em;
}

#features .notes::before {
  content: '\0203B';
  display: block;
  position: absolute;
  top: 0;
  left: -1em;
}

#features .inner {
  width: calc(100% - 24px);
  max-width: 1180px;
  margin: 0 auto;
}

#features .font-marumin{
font-family: kinuta-maruminfuji-stdn, serif;
font-weight: 400;
font-style: normal;
}

#features .font-tbud{
font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
}

#features .font-tzimmes{
font-family: tzimmes, serif;
font-weight: 300;
font-style: normal;
}

#features .font-metaserif{
font-family: ff-meta-serif-web-pro, serif;
font-weight: 500;
font-style: normal;
letter-spacing: .03em;
}

@media print, screen and (min-width: 768px) {/* ---------- タブレット・PC以上 ---------- */
  .features {
    font-size: 16px;
    overflow: hidden;
  }
  
  #features a[href^="tel:"] {
    color: inherit;
    pointer-events: none;
  }
  
  #features a:not([href^="tel:"]):hover {
    opacity: .5;
  }
  
  #features .sp-br {
    display: none;
  }
  
  #features .pc-br {
    display: inline;
  }
}

/*------------------------------------------------------------
content top
------------------------------------------------------------*/
#features .content-top{
position: relative;
}

#features .content-mv{
width: calc(100% - 75px);
transform: translateX(75px);
margin: 10px 0;
}

#features .content-ttl{
display: flex;
flex-wrap: wrap;
flex-direction: column;
position: absolute;
top: 52%;
margin-left: 10px;
}

#features .content-ttl-eng{
font-size: 35px;
line-height: 1.4;
}

#features .content-ttl-jpn{
line-height: 2.0;
letter-spacing: .05em;
}

#features .message{
text-align: center;
padding: 38px 0 58px;
}

#features .message-ttl{
font-size: 16px;
line-height: 1.4;
position: relative;
}

#features .message-ttl .strong{
font-size: 21px;
}

#features .message-text{
font-size: 15px;
line-height: 2;
margin-top: 60px;
background-image: url("../images/features/features_bg01_sp.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

#features .message-ttl::after{
content: "";
display: inline-block;
width: 50px;
height: 2px;
background-color: #EF5100;
position: absolute;
bottom: -15px;
left: 50%;
transform: translateX(-50%);
}

@media print, screen and (min-width: 768px) {/* ---------- タブレット・PC以上 ---------- */
  #features .content-mv{
    width: 81.25%;
    margin: 38px 0 62px auto;
    transform: none;
  }

  #features .content-ttl-eng{
    font-size: min(66px,calc(3.375rem + ((1vw - 7.68px) * 1.0417)));
  }


  #features .content-ttl-jpn{
    padding-left: 6px;
    font-size: min(26px,calc(1.25rem + ((1vw - 12px) * 0.8333)));
  }

  #features .content-ttl{
    width: 78.125%;
    min-width: 1000px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-10%);
  }

  #features .message-ttl{
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 2;
  }

  #features .message-ttl .strong{
    font-size: 40px;
  }

  #features .message-ttl::after{
    width: 100px;
    bottom: -30px;
  }

  #features .message-text{
    font-size: 18px;
    line-height: 2.7;
    margin: 0;
    padding: 110px 0 65px;
    background-image: url("../images/features/features_bg01@2x.png");
    background-size: 50%;
  }
  
  #features .message-ttl::after{
content: "";
display: inline-block;
width: 50px;
height: 2px;
background-color: #EF5100;
position: absolute;
bottom: -15px;
left: 50%;
transform: translateX(-50%);
}
  
}

/*------------------------------------------------------------
content style
------------------------------------------------------------*/


#features .point-text-group{
font-size: 15px;
}

#features .point-number{
color: #EF5100;
position: relative;
line-height: 1.3;
}

#features .point-number-text{
display: flex;
padding-top: 9px;
}

#features .point-number .strong{
font-size: 25px;
margin-left: 10px;
line-height: 0.6;
}

#features .point-number::before{
content: "";
display: inline-block;
position: absolute;
width: 100px;
height: 2px;
background-color: #EF5100;
left: 0;
top: 0;
}

#features .point-ttl{
font-size: 20px;
font-weight: 500;
line-height: 1.5;
margin: 20px 0 30px;
letter-spacing: .03em;
}

#features .point-text{
letter-spacing: 0.02em;
}

#features .point-text-inner{
padding-bottom: 25px;
}

#features .point-wrap{
margin-bottom: 60px;
}

#features .point-wrap:last-of-type{
margin-bottom: 80px;
}



@media print, screen and (min-width: 768px) {/* ---------- タブレット・PC以上 ---------- */
#features .point-number::before{
width: 200px;
}

#features .point-number{
font-size: 20px;
}

#features .point-number .strong{
font-size: 40px;
}

#features .point-ttl{
font-size: 30px;
margin-top: 40px;
}

#features .point-text{
font-size: 16px;
line-height: 1.9;
}

#features .point-wrap{
margin-bottom: 110px;
position: relative;
display: flex;
max-width: 1200px;
justify-content: space-between;
}

#features .point-wrap:nth-of-type(2n){
flex-direction: row-reverse;
}

#features .point-wrap:nth-of-type(2n) .point-text-group{
padding: 0 0 0 30px;
width: 100%;
}

#features .point-text-group{
max-width: 600px;
padding: 0 30px 0 20px;
}

#features .point-img{
width: 50vw;
margin-right: calc(-50vw + 50%);
max-height: 460px;
}

#features .point-wrap:nth-of-type(2n) .point-img{
margin-left: calc(-50vw + 50%);
text-align: right;
margin-right: 0;

}

#features .point-img-picture{
max-height: 460px;
width: 100%;
height: 100%;
object-fit: contain;
object-position: top left;
}

#features .point-wrap:nth-of-type(2n) .point-img-picture{
object-position: top right;
}


}