@charset "UTF-8";

/* .sec_feat_intro {
  display: none;
} */
.feat-container{
  max-width: calc(1400px + (5em * 2) );
  margin: auto;
}

/* INTRO
========================================= */
.feat_intro_ttl{
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 1em;
}
.feat_intro_desc{
  font-size: 1.2em;
  line-height: 1.8;
}
.para{
  display: block;
  padding: .2em 0;
}
.feat_intro_desc
.caution_lady{
  display: block;
  /* color: #dd0000; */
  margin-top: 0.3em;
  font-size: .9em;
}
.feat_intro_img_box{
  margin-top: 2em;
  width: 80%;
  display: block;
  margin-left: auto;
}
.feat_intro_ttl_pc{
  display: none;
}

@media (min-width: 769px){
  .sec_feat_intro {
    display: block;
  }
  .feat_intro_ttl {
    font-size: 2rem;
  }
  .feat_intro_ttl_pc{
    display: inline;
  }
  .feat_intro_desc {
    font-size: 1.2rem;
    width: 58%;
  }
  .sec_feat_intro{
    position: relative;
  }
  .feat_intro_img_box {
    position: absolute;
    right: 0;
    top: 50%;
    width: 35%;
  }
}/* mq769 end */


/* NINE FEATURE
========================================= */
.feat_ttl{
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: .2em;
}
.feat_ttl_1l{
  display: block;
}
.feat_ttl .en{
  display: inline-block;
  font-size: 1.18em;
  line-height: 1;
  transform: translateY(.04em);
}
.feat_ttl .nine{
  display: inline-block;
  font-size: 2.4em;
  line-height: 1;
  vertical-align: sub;
  font-weight: 400;
}
.feat_box{
  position: relative;
  z-index: 10;
  padding: 4rem 0;
  margin-bottom: 3em;
}
.feat_box_ttl{
  font-size: 2.2em;
  font-weight: 600;
  padding: .3em 0;
  margin-bottom: .5em;
  /* white-space: nowrap; */
}
.feat_box_subttl{
  font-size: 1.4em;
  font-weight: 500;
  padding: .2em 0;
  line-height: 1.5;
}
.feat_box_desc {
  width: 95%;
  font-size: 1.1em;
  line-height: 1.7;
  padding: 0.5em 0;
  margin-bottom: .5em;
  text-align: justify;
}
.feat_pc_box {
  margin-bottom: 1.5em;
}
.feat_box_desc .example{
  display: block;
  font-weight: 500;
  margin-top: 0.3em;
}
.feat_box_num {
  position: absolute;
  top: 0;
  right: 0.15em;
  font-family: "Antonio", sans-serif;
  font-size: 12rem;
  font-weight: 300;
  line-height: 1;
  color: #f0eeec;
  opacity: .3;
  z-index: -1;
  letter-spacing: -0.05em;
}

.aboutus .link_btn_arw{
  justify-content: flex-start;
  font-weight: 500;
  margin-bottom: 1em;
  /* color: var(--c-yellow); */
}

/* ロゴ入りボタン================= */
/* .logo-link-box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.link-btn{
  width: 48%;
}
.link-btn a{
  display: block;
  width: 100%;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  padding: 1.2rem 0 1em;
  color: #db5c80;
  border: 1px solid;
  border-radius: .2em;
  margin: 0 auto;
  transition: background-color .7s,color .5s;
  margin-bottom: 1em;
}
.link-btn a:hover {
background-color: #db5c80;
color: #fff;
}
.noa-online-btn {
  width: 100%;
}
.noa-online-btn a {
  padding: 1rem 0;
  height: 7.8rem;
  margin: 1.2rem auto;
}
.logos-ttl{
  text-align: center;
  letter-spacing: 0;
  line-height: 1.25;
  font-size: 1rem;
}
.logos-blk{
  position: relative;
  width: 5rem;
  height: 3.75rem;
  overflow: hidden;
  margin: 0 auto .5em;
}
.logos-blk svg{
  width: 5rem;
  height: 22.5rem;
  position: absolute;
  top: 0;
  left: 0;
}
.logos-blk.icon2 svg{
  top:-500%;
}
.logos-blk.icon3 svg{
  top:-200%;
}
.logos-blk.icon4 svg{
  top:-300%;
}
.logos-blk.icon5 svg{
  top:-400%;
}
.feat_box .ab_genre_ul{
  margin-bottom: 1em;
} */

@media (min-width: 769px){
  .feat_ttl {
    font-size: 3.3rem;
    margin-bottom: .5em;
    padding-top: 8rem;
  }
  .feat_ttl_1l{
    display: inline-block;
  }


  .feat_box{
    margin-bottom: 0;
  }
  /* .feat_box:nth-child(3){
    margin-top: 8em;
  } */
  .feat_pc_box{
    font-size: 1rem;
    /* font-size: clamp(10px,1em,12px); */

    position: relative;
    width: 50%;
    padding: 3em 0 0;
    /* background-color: rgb(255, 255, 255, .95); */
    /* box-shadow: .3em .3em 1.2em rgba(160, 160, 160, 0.5); */
  }
  .feat_box:nth-child(even) .feat_pc_box{
    margin-left: auto;
  }
  .feat_img_box{
    position: absolute;
    top: 2em;
    right: 0;
    width: 45%;
    z-index: -1;
  }
  .feat_box:nth-child(even) .feat_img_box{
    left: 0;
  }
  .feat_box_num{
    right: 0;
    font-size: 14em;
    color: #f0eeec;
    z-index: 1;
  }
  .feat_box_ttl{
    font-size: 2.8em;
    position: relative;
    z-index: 2;
  }
  .feat_box_subttl {
    font-size: 1.5em;
    position: relative;
    z-index: 2;
  }
  .feat_box_desc{
    width: 100%;
    font-size: 1.1em;
    line-height: 1.7;
    padding: .2em 0;
    margin-bottom: 1em;
  }

  .feat_box .ab_genre_link{
    font-size: 1em;
  }
  .aboutus .link_btn_arw {
    margin-bottom: 0;
  }


  .feat_img_box{
    position: absolute;
    height: fit-content;
  }
  .feat_img_box img {
    /* position: sticky; */
    top: 10rem;
  }
  .feat_img_box.f02 img {
    height: 27rem;
    object-fit: cover;
    object-position: center bottom;
  }
  .feat_img_box.f04 img {
    height: 30rem;
    object-fit: cover;
  }
  .feat_img_box.f05 img {
    height: 29rem;
    object-fit: cover;
    object-position: right top;
  }
  /* .feat_img_box.f06 img {
    height: 30rem;
    object-fit: cover;
    object-position: -3rem top;
  } */
  .feat_img_box.f07 img {
    height: 36rem;
    object-fit: cover;
    object-position: right top;
  }
  .feat_img_box.f09 img {
    height: 30rem;
    object-fit: cover;
    object-position: left top;
  }
}/* mq769 end */


.ab_genre_ul{
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0;
}
.ab_genre_box{
  width: 33.33%;
}
.ab_genre_box:nth-child(2) {
  width: 66.66%;
}
.ab_genre_link{
  display: block;
  font-size: 1.1rem;
  padding: .3em 0 .3em .6em;
  position: relative;
  white-space: nowrap;
}
.ab_genre_link::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: .2em;
  top: 0;
  margin: auto;
  width: .24em;
  height: 1.2em;
  background-color: currentColor;
}

@media (min-width: 769px) {
  .ab_genre_box,.ab_genre_box:nth-child(2) {
    width: 25%;
    margin-right: 2%;
  }
  .ab_genre_box:nth-child(4n) {
    width: 19%;
    margin-right: 0;
  }
  .ab_genre_link {
    font-size: 1rem;
    padding: 0.5em 0 0.5em 0.6em;
  }
}/* mq769 end */

