@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
/*/////////////////////////////////////////
//  mv
/////////////////////////////////////////*/
#mv {
  height: 6.5rem;
  position: relative;
  margin-top: -0.4rem;
  background-image: url("../images/top/mv-back.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*
  &:before {
      content: "";
      display: inline-block;
      width: calc(100% - rem(480));
      height: rem(650);
      position: absolute;
      bottom: rem(-60);
      right: 0;
      border-radius: 10px 0 0 10px;
      background: {
          image: url("../images/top/mv-img.jpg");
          size: cover;
          position: center;
          repeat: no-repeat;
      }
      @include sp {
          bottom: 0;
          top: rems(40);
          height: rems(320);
          width: rems(646);
      }
  }
  */
}
@media screen and (max-width: 768px) {
  #mv {
    margin: 0;
    height: 1.605rem;
    background-image: url("../images/top/mv-back_sp.jpg");
  }
}
#mv .mv-slider {
  display: inline-block;
  width: calc(100% - 4.8rem);
  height: 6.5rem;
  position: absolute;
  bottom: -0.6rem;
  right: 0;
}
@media screen and (max-width: 768px) {
  #mv .mv-slider {
    bottom: 0;
    top: 0.2rem;
    height: 1.6rem;
    width: 3.23rem;
  }
}
#mv .mv-slider img {
  height: 6.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 768px) {
  #mv .mv-slider img {
    height: 1.6rem;
    width: 3.23rem;
  }
}
#mv .inner {
  height: 6.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #mv .inner {
    height: 1.605rem;
  }
}
#mv .inner h1 {
  position: relative;
  z-index: 1;
  width: 8.43rem;
}
@media screen and (max-width: 768px) {
  #mv .inner h1 {
    width: 3.225rem;
    margin-top: 0.125rem;
  }
}

/*/////////////////////////////////////////
//  Information
/////////////////////////////////////////*/
#information {
  margin-top: 1.8rem;
}
@media screen and (max-width: 768px) {
  #information {
    margin-top: 0;
  }
}
#information .inner {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
@media screen and (max-width: 768px) {
  #information .inner {
    flex-direction: column;
    gap: 0;
  }
}
#information .inner .ttl-area {
  width: 3.8rem;
  height: 180px;
  background: #fee9e3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #information .inner .ttl-area {
    width: 100%;
    background: initial;
    height: initial;
    padding: 0.425rem 0.4rem 0.15rem 0;
    gap: 0.05rem;
  }
}
#information .inner .ttl-area h2 {
  color: #dd6473;
  font-size: 0.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #information .inner .ttl-area h2 {
    font-size: 0.3rem;
  }
}
#information .inner .ttl-area:before {
  content: "";
  display: inline-block;
  width: 0.49rem;
  height: 0.74rem;
  position: absolute;
  top: 0;
  right: 0.47rem;
  bottom: 0;
  margin: auto 0;
  background-image: url("../images/common/obj-info.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #information .inner .ttl-area:before {
    width: 0.465rem;
    height: 0.7rem;
    right: 0.55rem;
    top: 0.3rem;
  }
}
#information .inner dl {
  width: calc(100% - 3.8rem - 0.4rem);
}
@media screen and (max-width: 768px) {
  #information .inner dl {
    width: 100%;
  }
}
#information .inner dl div {
  display: flex;
  line-height: 1;
  font-size: 0.16rem;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 768px) {
  #information .inner dl div {
    font-size: 0.13rem;
  }
}
#information .inner dl div dt {
  width: 1.4rem;
  padding: 0.22rem 0;
  padding-left: 0.2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #information .inner dl div dt {
    width: 1rem;
    padding: 0.15rem 0;
    padding-left: 0.1rem;
  }
}
#information .inner dl div dd {
  width: calc(100% - 1.4rem);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #information .inner dl div dd {
    width: calc(100% - 1rem);
  }
}
#information .inner dl div dd a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.22rem 0;
  letter-spacing: 0.06em;
  padding-right: 2em;
}
@media screen and (max-width: 768px) {
  #information .inner dl div dd a {
    padding: 0.15rem 0;
    padding-right: 2em;
  }
}
#information .inner dl div dd a:after {
  content: "";
  display: inline-block;
  width: 0.08rem;
  height: 0.1rem;
  position: absolute;
  right: 0.2rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #dd6473;
}
@media screen and (max-width: 768px) {
  #information .inner dl div dd a:after {
    right: 0.1rem;
  }
}

/*/////////////////////////////////////////
//  security
/////////////////////////////////////////*/
#security {
  margin-top: 60px;
  padding-top: 64px;
  padding-bottom: 60px;
  background-image: url("../images/common/back-type1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #security {
    margin-top: 0.3rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
#security .ss-list {
  margin-top: 30px;
  display: flex;
  gap: 0.4rem;
}
@media screen and (max-width: 768px) {
  #security .ss-list {
    gap: 0.22rem 0.1rem;
    flex-wrap: wrap;
  }
}
#security .ss-list li {
  position: relative;
  width: calc((100% - 0.4rem) / 4);
}
@media screen and (max-width: 768px) {
  #security .ss-list li {
    width: calc((100% - 0.1rem) / 2);
  }
}
#security .ss-list li figure {
  position: relative;
}
#security .ss-list li figure:after {
  content: "";
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  background: #fdf2ef;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #security .ss-list li figure:after {
    width: 1.675rem;
    height: 1.675rem;
  }
}
#security .ss-list li figure img {
  position: relative;
  z-index: 1;
  width: 3.6rem;
}
@media screen and (max-width: 768px) {
  #security .ss-list li figure img {
    width: 1.675rem;
  }
}
#security .ss-list li h3 {
  text-align: center;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.25rem;
}
@media screen and (max-width: 768px) {
  #security .ss-list li h3 {
    font-size: 0.16rem;
    margin-top: 0.15rem;
    line-height: 1.5;
    min-height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#security .ss-list li p {
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 1.5;
  text-align: left;
  margin-top: 0.28rem;
}
@media screen and (max-width: 768px) {
  #security .ss-list li p {
    font-size: 0.12rem;
    margin-top: 0.14rem;
    line-height: 1.5;
  }
}
#security .ss-list li:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 1.11rem;
  height: 1.81rem;
  transform: scale(-1, 1);
  position: absolute;
  top: 0;
  right: -0.8rem;
  z-index: 2;
  background-image: url("../images/common/obj2.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #security .ss-list li:nth-child(1):after {
    width: 0.555rem;
    height: 0.905rem;
    right: -0.275rem;
  }
}
#security .ss-list li:nth-child(3):after {
  content: "";
  display: inline-block;
  width: 1.11rem;
  height: 1.81rem;
  position: absolute;
  top: 1.8rem;
  right: -0.8rem;
  z-index: 2;
  background-image: url("../images/common/obj3.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #security .ss-list li:nth-child(3):after {
    width: 0.6rem;
    height: 0.88rem;
    right: -0.35rem;
    top: 0.8rem;
  }
}
#security .link-btn {
  margin-top: 0.2rem;
}

/*/////////////////////////////////////////
//  reason
/////////////////////////////////////////*/
#reason {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #reason {
    padding: 0.3rem 0 0.87rem;
  }
}
#reason .rfc-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 0.54rem;
}
@media screen and (max-width: 768px) {
  #reason .rfc-list {
    margin-top: 0.29rem;
    gap: 0.38rem;
  }
}
#reason .rfc-list .rfc-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  #reason .rfc-list .rfc-item {
    flex-direction: column-reverse;
    gap: 0.2rem;
  }
}
#reason .rfc-list .rfc-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #reason .rfc-list .rfc-item:nth-child(even) {
    flex-direction: column-reverse;
  }
}
#reason .rfc-list .rfc-item figure {
  width: 7.8rem;
}
@media screen and (max-width: 768px) {
  #reason .rfc-list .rfc-item figure {
    width: 100%;
  }
}
#reason .rfc-list .rfc-item .txt-area {
  width: calc(100% - 7.8rem - 0.5rem);
}
@media screen and (max-width: 768px) {
  #reason .rfc-list .rfc-item .txt-area {
    width: 100%;
  }
}
#reason .rfc-list .rfc-item .txt-area h3 {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
@media screen and (max-width: 768px) {
  #reason .rfc-list .rfc-item .txt-area h3 {
    gap: 0.15rem;
  }
}
#reason .rfc-list .rfc-item .txt-area h3 .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  background: #dd6473;
  color: #fff;
  line-height: 1;
  border-radius: 5px;
  font-size: 0.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #reason .rfc-list .rfc-item .txt-area h3 .num {
    width: 0.7rem;
    height: 0.7rem;
    font-size: 0.42rem;
    padding-bottom: 0.02rem;
  }
}
#reason .rfc-list .rfc-item .txt-area h3 .txt {
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.5;
  width: calc(100% - 1rem);
}
@media screen and (max-width: 768px) {
  #reason .rfc-list .rfc-item .txt-area h3 .txt {
    width: calc(100% - 0.7rem);
    font-size: 0.16rem;
  }
}
#reason .rfc-list .rfc-item .txt-area p {
  margin-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #reason .rfc-list .rfc-item .txt-area p {
    font-size: 0.12rem;
    line-height: 1.5;
    margin-top: 0.19rem;
  }
}
@media screen and (max-width: 768px) {
  #reason .link-btn {
    margin-top: 0.35rem;
  }
}

/*/////////////////////////////////////////
//  Company
/////////////////////////////////////////*/
#company {
  padding: 80px 0;
  background-image: url("../images/common/back-type2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #company {
    padding: 0.2rem 0;
  }
}
#company .inner {
  position: relative;
}
#company .inner .txt-area {
  background: #fff;
  width: 11.71rem;
  height: 5.91rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding-left: 0.6rem;
}
@media screen and (max-width: 768px) {
  #company .inner .txt-area {
    width: 100%;
    padding: 0.21rem 0.25rem 0.21rem;
    height: initial;
  }
}
#company .inner .txt-area:before {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 4.3rem;
  background: #dd6473;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  #company .inner .txt-area:before {
    width: 0.05rem;
    height: 2.15rem;
    margin: initial;
    top: 0.25rem;
  }
}
#company .inner .txt-area:after {
  content: "";
  display: inline-block;
  width: 1.11rem;
  height: 1.81rem;
  position: absolute;
  right: 4.7rem;
  bottom: 0.8rem;
  background-image: url("../images/common/obj-company.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #company .inner .txt-area:after {
    right: 0.25rem;
    width: 0.555rem;
    height: 0.905rem;
    bottom: 1.55rem;
  }
}
#company .inner .corp-info {
  margin-top: 0.36rem;
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
}
@media screen and (max-width: 768px) {
  #company .inner .corp-info {
    gap: 0.06rem;
  }
}
#company .inner .corp-info div {
  display: flex;
}
#company .inner .corp-info div dt,
#company .inner .corp-info div dd {
  font-size: 0.16rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #company .inner .corp-info div dt,
  #company .inner .corp-info div dd {
    font-size: 0.14rem;
    line-height: 1.7857142857;
  }
}
#company .inner .corp-info div dt {
  width: 1.15rem;
}
@media screen and (max-width: 768px) {
  #company .inner .corp-info div dt {
    width: 0.75rem;
  }
}
#company .inner .corp-info div dd {
  width: calc(100% - 1.15rem);
}
@media screen and (max-width: 768px) {
  #company .inner .corp-info div dd {
    width: calc(100% - 0.75rem);
  }
}
#company .inner .link-small {
  margin-top: 0.24rem;
}
#company .inner figure {
  display: block;
  position: absolute;
  width: 7.8rem;
  z-index: 1;
  right: -3.47rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  #company .inner figure {
    width: 100%;
    position: static;
    margin-top: 0.2rem;
  }
}/*# sourceMappingURL=style.css.map */