@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Caveat-Regular";
  src: url("../fonts/Caveat-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Caveat-Bold";
  src: url("../fonts/Caveat-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Caveat-Regular";
  src: url("../fonts/Caveat-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Caveat-Bold";
  src: url("../fonts/Caveat-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.6rem;
  }
}

.pre {
  white-space: pre-line;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

.anchor-mp {
  margin: -108px auto 0;
  padding-top: 108px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin: 30px 0 0;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 80px 0 120px;
  }
}

/*  共通パーツ
------------------------------------ */
.com-style {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .com-style-item {
    width: 100%;
    max-width: 350px;
  }
  .com-style-item:not(:nth-of-type(3n-2)) {
    margin-left: 15px;
  }
  .com-style-item:nth-of-type(n+4) {
    margin-top: 51px;
  }
}
.com-style-link {
  display: block;
}
.com-style-img {
  width: 100%;
  height: 0;
  padding-top: 91%;
  position: relative;
}
.com-style-ttl {
  padding-bottom: 10px;
  border-bottom: 3px solid #735d5f;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .com-style-ttl {
    font-size: 1.6rem;
  }
}

.com-bg01 {
  background: url(../img/top/animation-rbn.png) no-repeat center calc(100% - 262px);
}
@media screen and (min-width: 1921px) {
  .com-bg01 {
    background-size: 100%;
  }
}
.com-bg02 {
  background: url(../img/top/contact-rbn.png) no-repeat center calc(100% - 100px);
}
@media screen and (min-width: 1921px) {
  .com-bg02 {
    background-size: 100%;
  }
}
.com-bg03 {
  background: url(../img/top/movie-rbn.png) no-repeat center calc(100% - 150px);
}
@media screen and (min-width: 1921px) {
  .com-bg03 {
    background-size: 100%;
  }
}

.com-house {
  text-align: center;
  background: url(../img/top/animation-house.png) no-repeat center top;
}

.com-mail-btn {
  display: flex;
  border: 3px solid #d858a5;
  background-color: #d858a5;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #fff;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-mail-btn {
    font-size: 1.6rem;
  }
}
.com-mail-btn::before {
  content: "";
  width: 23px;
  height: 15px;
  margin-right: 14px;
  background: url(../img/top/info-mail.png) no-repeat center/contain;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .com-mail-btn:hover {
    background-color: #fff;
    color: #d858a5;
    opacity: 1;
  }
  .com-mail-btn:hover::before {
    background-image: url(../img/top/info-mail-hover.png);
  }
}

.com-line-btn {
  display: flex;
  border: 3px solid #56d989;
  background-color: #fff;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #56d989;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-line-btn {
    font-size: 1.6rem;
  }
}
.com-line-btn::before {
  content: "";
  width: 37px;
  height: 37px;
  margin-right: 16px;
  background: url(../img/top/info-line.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .com-line-btn:hover {
    background-color: #56d989;
    color: #fff;
    opacity: 1;
  }
}

.com-box {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.14);
}

.news-post {
  display: flex;
  width: 100%;
  text-align: center;
  flex-wrap: wrap;
}
.news-post-item {
  width: 100%;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .news-post-item:not(:nth-of-type(3n-2)) {
    margin-left: 48px;
  }
  .news-post-item:nth-of-type(n+4) {
    margin-top: 48px;
  }
}
.news-post-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    opacity: 1;
  }
}
.news-post-img {
  width: 100%;
  height: 0;
  padding-top: 80%;
  position: relative;
}
.news-post-flx {
  display: flex;
  margin: 13px auto 0;
}
.news-post-time, .news-post-tag-txt {
  font-size: 1.7rem;
  color: #56d989;
  letter-spacing: 0.06em;
  line-height: 1.2;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-time, .news-post-tag-txt {
    font-size: 1.6rem;
  }
}
.news-post-time {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  margin-left: 8px;
  flex-wrap: wrap;
}
.news-post-tag li::before {
  content: " | ";
}
.news-post-tag-txt {
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.6rem;
  }
}
.news-post-ttl {
  margin-top: 5px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.6rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  margin: auto;
  justify-content: center;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
.com-tag-link {
  max-width: none;
}

/* =========================================

  main layout  all

========================================= */
/*  top-animation  PC
------------------------------------ */
#top-animation .animation-box {
  padding-top: 67px;
  position: relative;
}
#top-animation .animation-box::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 970px;
  height: 3px;
  margin: 47px auto 0;
  background: #735d5f;
}
#top-animation .animation-ttl-en {
  transform: rotate(-20deg);
  position: absolute;
  top: 15px;
  left: calc(50% - 336px);
}
#top-animation .animation-movie {
  margin: 30px auto 0;
}

/*  top-business  PC
------------------------------------ */
#top-business {
  position: relative;
}
#top-business::before {
  content: "";
  width: 170px;
  height: 160px;
  background: #fbeef6;
  position: absolute;
  right: calc(50% - 940px);
  top: 0;
}
#top-business .business-img-l {
  position: absolute;
  left: calc(50% - 960px);
  top: 0;
}
#top-business .business-img-r {
  position: absolute;
  right: calc(50% - 940px);
  bottom: 0;
}
#top-business .business-contents {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  padding-top: 24px;
}
#top-business .business-ttl {
  position: relative;
}
#top-business .business-ttl-en {
  font-size: 5.7rem;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #top-business .business-ttl-en {
    font-size: 2.85rem;
  }
}
#top-business .business-ttl-en01 {
  left: -12px;
  top: -45px;
}
#top-business .business-ttl-en02 {
  top: -42px;
  left: 361px;
}
#top-business .business-ttl-sub {
  margin-top: 22px;
}
#top-business .business-txt {
  margin-top: 24px;
}
#top-business .business-btn {
  margin-top: 35px;
}

/*  top-reason  PC
------------------------------------ */
#top-reason .reason-bg {
  background: url(../img/top/reason-bg.png) no-repeat calc(50% - 780px) top, url(../img/top/reason-img.jpg) no-repeat calc(50% + 520px) top;
}
#top-reason .reason-contents {
  position: relative;
  top: -25px;
}
#top-reason .reason-ttl {
  position: relative;
}
#top-reason .reason-ttl-en {
  font-size: 5.7rem;
  transform: rotate(-5deg);
  position: absolute;
  left: -35px;
  top: -40px;
}
@media screen and (max-width: 768px) {
  #top-reason .reason-ttl-en {
    font-size: 2.85rem;
  }
}
#top-reason .reason-ttl-sm {
  padding-left: 10px;
}
#top-reason .reason-ttl-lg {
  display: inline-block;
  height: 65px;
  line-height: 59px;
}
#top-reason .reason-ttl-sub {
  margin-top: 27px;
  letter-spacing: 0;
}
#top-reason .reason-txt {
  margin-top: 24px;
}
#top-reason .reason-btn {
  max-width: 540px;
  margin-top: 64px;
}

/*  top-style  PC
------------------------------------ */
#top-style {
  padding-top: 90px;
  position: relative;
  z-index: 1;
}
#top-style::before {
  content: "";
  width: 100%;
  height: 0;
  padding-top: 90px;
  background: url(../img/top/style-top.png) no-repeat center top/cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  #top-style::before {
    background-size: 100% 100%;
  }
}
#top-style .com-ttl03-ja {
  letter-spacing: 0.2em;
}
#top-style .style-bg {
  background: #effff1;
}
#top-style .style-txt {
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  #top-style .style-txt {
    text-align: center;
  }
}
#top-style .style-list {
  margin: 55px auto 0;
}
#top-style .style-btn {
  max-width: 420px;
  margin: 57px auto 0;
  text-align: center;
}

/*  top-contact  PC
------------------------------------ */
#top-contact .contact-box {
  max-width: 880px;
  margin: auto;
  padding: 30px 0 55px;
  position: relative;
}
#top-contact .contact-ttl-en {
  margin: auto;
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
}
#top-contact .contact-txt {
  margin: 30px auto 0;
  text-align: center;
}
#top-contact .contact-list {
  display: flex;
  margin: 23px auto 0;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
}
#top-contact .contact-list-item:nth-of-type(n+2) {
  margin-left: 37px;
}
#top-contact .contact-list-btn {
  width: 327px;
  height: 80px;
  margin: 10px auto 0;
}
#top-contact .contact-list-txt {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-list-txt {
    font-size: 1.6rem;
  }
}

/*  top-bnr  PC
------------------------------------ */
#top-bnr {
  background: url(../img/top/bnr-bg.jpg) no-repeat calc(50% + 156px) bottom;
}
#top-bnr .bnr-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-item {
    width: 100%;
    max-width: 500px;
  }
  #top-bnr .bnr-list-item:nth-of-type(2n) {
    margin-left: 40px;
  }
  #top-bnr .bnr-list-item:nth-of-type(n+3) {
    margin-top: 51px;
  }
  #top-bnr .bnr-list-item:nth-of-type(3) {
    margin-left: 40px;
  }
}
#top-bnr .bnr-list-link {
  display: block;
  padding: 180px 15px 27px;
  position: relative;
  z-index: 1;
}
#top-bnr .bnr-list-link::before {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-link:hover {
    background-size: 110%;
    opacity: 1;
  }
  #top-bnr .bnr-list-link:hover::before {
    background-color: rgba(0, 0, 0, 0);
  }
}
#top-bnr .bnr-list-link01 {
  background: url(../img/top/bnr01.jpg) no-repeat center/100%;
}
#top-bnr .bnr-list-link02 {
  background: url(../img/top/bnr02.jpg) no-repeat center/100%;
}
#top-bnr .bnr-list-link03 {
  background: url(../img/top/bnr03.jpg) no-repeat center/100%;
}
#top-bnr .bnr-list-link04 {
  background: url(../img/top/bnr04.jpg) no-repeat center/100%;
}
#top-bnr .bnr-list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl {
    font-size: 1.6rem;
  }
}

/*  top-movie  PC
------------------------------------ */
#top-movie .movie-box {
  margin: 50px auto 0;
  text-align: center;
}
#top-movie .movie-ttl-ja {
  letter-spacing: 0.2em;
}

/*  top-news  PC
------------------------------------ */
#top-news .news-bg {
  background: url(../img/top/news-bg.png) no-repeat center bottom/cover;
}
#top-news .news-box {
  padding: 73px 40px 45px;
  position: relative;
}
#top-news .news-flx {
  padding-bottom: 15px;
  border-bottom: 3px solid #735d5f;
}
#top-news .news-ttl-en {
  font-size: 5.2rem;
  letter-spacing: 0.02em;
  position: absolute;
  left: 10px;
  top: 20px;
  transform: rotate(-5deg);
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl-en {
    font-size: 2.6rem;
  }
}
#top-news .news-ttl-ja {
  font-size: 5.2rem;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl-ja {
    font-size: 2.6rem;
  }
}
#top-news .news-btn {
  width: 210px;
  height: 55px;
  text-align: center;
  line-height: 49px;
}
#top-news .news-post {
  margin: 35px auto 0;
}

/*  other  PC
------------------------------------ */
.other {
  background: #f2f2f2;
}
.other-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.other-list-item:nth-of-type(n+2) {
  margin-top: 49px;
}
.other-list-item:nth-of-type(3) {
  margin-left: 68px;
}

/* =========================================

  sub layout  all

========================================= */
/*  business  PC
------------------------------------ */
#business .about-box {
  padding-top: 105px;
}
#business .about-ttl-sm {
  display: block;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #business .about-ttl-sm {
    font-size: 1.6rem;
  }
}
#business .about-ttl-ja {
  font-size: 4.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #business .about-ttl-ja {
    font-size: 2.1rem;
  }
}
#business .about-list {
  margin: 80px auto 0;
}
#business .about-list-item:nth-of-type(n+2) {
  margin: 100px auto 0;
  padding-top: 100px;
  border-top: 1px solid #d9d9d9;
}
#business .about-list-contents {
  max-width: 630px;
}
#business .about-list-flx {
  display: flex;
  justify-content: space-between;
}
#business .about-list-ttl-num {
  display: inline-block;
  font-size: 3.2rem;
  transform: rotate(-8deg);
}
@media screen and (max-width: 768px) {
  #business .about-list-ttl-num {
    font-size: 1.6rem;
  }
}
#business .about-list-ttl-ja {
  font-size: 3.2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #business .about-list-ttl-ja {
    font-size: 1.6rem;
  }
}
#business .about-list-txt {
  margin-top: 15px;
}
#business .about-list-feature {
  margin: 54px auto 0;
}
#business .about-list-feature-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.14em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #business .about-list-feature-ttl {
    font-size: 1.6rem;
  }
}
#business .about-list-feature-list {
  margin: 11px auto 0;
  padding: 15px 11px;
  background: #f2f2f2;
}
#business .about-list-feature-list li {
  padding-left: 22px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  #business .about-list-feature-list li {
    font-size: 1.6rem;
  }
}
#business .about-list-feature-list li:nth-of-type(n+2) {
  margin-top: 11px;
}
#business .about-list-feature-list li::before {
  content: "●";
  color: #d858a5;
  position: absolute;
  left: 0;
  top: 0;
}
#business .about-txt {
  margin: 85px auto 0;
}
@media screen and (min-width: 768px) {
  #business .about-txt {
    text-align: center;
  }
}
#business .about-btn {
  max-width: 540px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #business .about-btn {
    background-position: 70px center;
  }
}
#business .about-btn-wrap {
  margin: 56px auto 0;
  text-align: center;
}
#business .area {
  background: url(../img/business/area-rbn.png) no-repeat center top;
}
@media screen and (min-width: 1921px) {
  #business .area {
    background-size: 100% 100%;
  }
}
#business .area-inner {
  background: url(../img/business/area.png) no-repeat right 100px;
}
#business .area-contents {
  max-width: 770px;
}
#business .area-ttl {
  padding-bottom: 14px;
  border-bottom: 3px solid #735d5f;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #business .area-ttl {
    font-size: 2.1rem;
  }
}
#business .area-txt {
  margin-top: 26px;
}

/*  reason  PC
------------------------------------ */
#reason .about-box {
  padding-top: 110px;
}
#reason .about-list {
  margin: 50px auto 0;
}
#reason .about-list-item:nth-of-type(n+2) {
  margin-top: 90px;
}
#reason .about-list-ttl {
  text-align: left;
}
#reason .about-list-ttl-en {
  display: inline-block;
  font-size: 3.2rem;
  transform: rotate(-10deg);
}
@media screen and (max-width: 768px) {
  #reason .about-list-ttl-en {
    font-size: 1.6rem;
  }
}
#reason .about-list-ttl-ja {
  display: block;
  padding-bottom: 10px;
  border-bottom: 3px solid #735d5f;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #reason .about-list-ttl-ja {
    font-size: 1.6rem;
  }
}
#reason .about-list-txt {
  margin-top: 27px;
  text-align: left;
}
#reason .about-list-txt02 {
  padding-left: 17px;
  position: relative;
}
#reason .about-list-txt02::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
}
#reason .about-list-flx {
  display: flex;
  justify-content: space-between;
}
#reason .about-list-contents {
  max-width: 620px;
}
#reason .about-list-txt {
  margin-top: 25px;
}
#reason .about-flow {
  margin: 40px auto 0;
}
#reason .about-add {
  margin: 50px auto 0;
  background: url(../img/reason/line.png) no-repeat center 42px #effff1;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #reason .about-add {
    width: 1280px;
    left: -100px;
    padding: 30px 0 52px;
  }
}
#reason .about-add-merit {
  width: 85px;
  height: 85px;
  padding-top: 20px;
  background: #d858a5;
  border-radius: 50%;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.1;
  position: absolute;
  left: -20px;
  top: -20px;
}
@media screen and (max-width: 768px) {
  #reason .about-add-merit {
    font-size: 1.6rem;
  }
}
#reason .about-add-merit-num {
  font-size: 3rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #reason .about-add-merit-num {
    font-size: 1.6rem;
  }
}
#reason .about-add-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  color: #735d5f;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #reason .about-add-ttl {
    font-size: 1.6rem;
  }
}
#reason .about-add-ttl-lg {
  margin: 12px auto 0;
  color: #d858a5;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #reason .about-add-ttl-lg {
    font-size: 1.7rem;
  }
}
#reason .about-add-list {
  display: flex;
  max-width: 1080px;
  margin: 58px auto 0;
  justify-content: space-between;
}
#reason .about-add-list-item {
  width: 100%;
  padding: 20px 17px 26px 17px;
  background: #fff;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.14);
  position: relative;
}
@media screen and (min-width: 768px) {
  #reason .about-add-list-item {
    max-width: 500px;
  }
}
#reason .about-add-list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #reason .about-add-list-ttl {
    font-size: 1.6rem;
  }
}
#reason .about-add-dl {
  margin: 30px auto 0;
}
#reason .about-add-dl div {
  display: flex;
  justify-content: center;
  align-items: center;
}
#reason .about-add-dl div:nth-of-type(n+2) {
  margin-top: 10px;
}
#reason .about-add-dl dt {
  width: 164px;
  height: 35px;
  background: #f7deed;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #735d5f;
  -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
          clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
}
@media screen and (max-width: 768px) {
  #reason .about-add-dl dt {
    font-size: 1.6rem;
  }
}
#reason .about-add-dl dd {
  margin-top: -9px;
  margin-left: 10px;
  font-size: 3.4rem;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #reason .about-add-dl dd {
    font-size: 1.7rem;
  }
}
#reason .about-add-dl .md {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #reason .about-add-dl .md {
    font-size: 1.6rem;
  }
}
#reason .about-add-dl .sm {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #reason .about-add-dl .sm {
    font-size: 1.6rem;
  }
}
#reason .about-add-note {
  margin-top: 10px;
  font-size: 1.5rem;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #reason .about-add-note {
    font-size: 1.6rem;
  }
}
#reason .case {
  padding-top: 90px;
  position: relative;
  z-index: 1;
}
#reason .case::before {
  content: "";
  width: 100%;
  height: 0;
  padding-top: 90px;
  background: url(../img/top/style-top.png) no-repeat center top/cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  #reason .case::before {
    background-size: 100% 100%;
  }
}
#reason .case-bg {
  background: url(../img/reason/works-rbn.png) no-repeat center top #effff1;
}
@media screen and (min-width: 1921px) {
  #reason .case-bg {
    background-size: 100%;
  }
}
#reason .case-ttl {
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #reason .case-ttl {
    font-size: 2.1rem;
  }
}
#reason .case-ttl-sub {
  margin: 45px auto 0;
  text-align: center;
  letter-spacing: 0;
}
#reason .case-txt-box {
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  #reason .case-txt-box {
    text-align: center;
  }
}
#reason .case-btn {
  max-width: 420px;
  margin: 30px auto 0;
  text-align: center;
}

/*  style  PC
------------------------------------ */
#style .style-box {
  padding-top: 133px;
}
#style .style-ttl-sm {
  display: block;
}
#style .style-txt-box {
  margin: 48px auto 0;
}
@media screen and (min-width: 768px) {
  #style .style-txt-box {
    text-align: center;
  }
}
#style .style-list {
  margin: 75px auto 0;
  text-align: left;
}
#style .style-ba {
  display: flex;
  margin: 40px auto 0;
  background: url(../img/style/arw.png) no-repeat center 230px;
  justify-content: space-between;
}
#style .style-ba-item {
  width: 100%;
  max-width: 500px;
}
#style .style-ba-ttl {
  text-align: center;
  font-family: "Caveat-Regular", serif;
  font-size: 4.7rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #style .style-ba-ttl {
    font-size: 2.35rem;
  }
}
#style .style-ba-after {
  color: #d858a5;
}
#style .style-ba-img {
  height: 0;
  margin: 12px auto 0;
  padding-top: 80%;
  position: relative;
}
#style .style-txt {
  margin: 30px auto 0;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1.6;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #style .style-txt {
    font-size: 1.6rem;
  }
}

/*  information  PC
------------------------------------ */
#information .life-box {
  padding-top: 135px;
}
#information .life-txt-box {
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  #information .life-txt-box {
    text-align: center;
  }
}
#information .life-list {
  margin: 70px auto 0;
}
#information .life-list-item:nth-of-type(n+2) {
  margin-top: 80px;
}
#information .life-list-link {
  display: block;
  padding: 44px 40px;
}
#information .life-list-flx {
  display: flex;
}
#information .life-list-img {
  width: 300px;
  height: 0;
  margin-right: 40px;
  padding-top: 300px;
  position: relative;
  flex-shrink: 0;
}
#information .life-list-contents {
  text-align: left;
}
#information .life-list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
  line-height: 1.7;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #information .life-list-ttl {
    font-size: 1.6rem;
  }
}
#information .life-list-price {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3rem;
  letter-spacing: 0;
  color: #d858a5;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #information .life-list-price {
    font-size: 1.6rem;
  }
}
#information .life-list-price .sm {
  font-size: 1.7rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #information .life-list-price .sm {
    font-size: 1.6rem;
  }
}
#information .life-list-txt {
  margin-top: 10px;
  white-space: pre-line;
}
#information .life-list-comment {
  margin: 30px auto 0;
  padding: 15px;
  text-align: left;
  background: #f2f2f2;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 2.1;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #information .life-list-comment {
    font-size: 1.6rem;
  }
}
#information .detail-images {
  display: flex;
  margin: 30px auto 0;
  overflow-x: auto;
}
#information .detail-images li {
  max-height: 400px;
  text-align: center;
  flex-shrink: 0;
}
#information .detail-images img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #information .detail-images img {
    height: 100%;
  }
}
#information .detail-images-scroll {
  display: none;
}
#information .detail-dl {
  display: flex;
  margin: 30px auto 0;
  align-items: center;
}
#information .detail-dl dt {
  width: 80px;
  height: 34px;
  margin-right: 7px;
  text-align: center;
  background: #f2f2f2;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  #information .detail-dl dt {
    font-size: 1.6rem;
  }
}
#information .detail-list {
  margin: 35px auto 0;
}
#information .detail-list-item:nth-of-type(n+2) {
  margin-top: 43px;
}
#information .detail-list-txt {
  margin-top: 12px;
  white-space: pre-line;
}
#information .detail-features {
  display: flex;
  margin-top: 15px;
  flex-wrap: wrap;
}
#information .detail-features li {
  font-size: 1.7rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  #information .detail-features li {
    margin-right: 80px;
  }
}
@media screen and (max-width: 768px) {
  #information .detail-features li {
    font-size: 1.6rem;
  }
}
#information .detail-features li::before {
  content: "・";
}
#information .detail-comment {
  display: flex;
  margin: 6px auto 0;
  padding: 15px 13px 25px;
  background: #f2f2f2;
}
@media screen and (min-width: 768px) {
  #information .detail-comment-profile {
    text-align: center;
    margin-right: 20px;
    flex-shrink: 0;
  }
}
#information .detail-comment-icon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
#information .detail-comment-name {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #information .detail-comment-name {
    font-size: 1.6rem;
  }
}
#information .detail-comment-txt {
  white-space: pre-line;
}
#information .detail-tables {
  display: flex;
  margin: 16px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#information .detail-tables-item {
  display: flex;
  width: 50%;
}
@media screen and (min-width: 768px) {
  #information .detail-tables-item:nth-of-type(n+3) {
    margin-top: 10px;
  }
}
#information .detail-tables dt, #information .detail-tables dd {
  padding: 2.5px 0;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #information .detail-tables dt, #information .detail-tables dd {
    font-size: 1.6rem;
  }
}
#information .detail-tables dt {
  width: 188px;
  background: #f2f2f2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #information .detail-tables dt {
    flex-shrink: 0;
  }
}
#information .detail-tables dd {
  padding-left: 15px;
  padding-right: 10px;
  white-space: pre-line;
}
#information .detail-ggmap {
  margin: 70px auto 0;
}

/*  staff  PC
------------------------------------ */
#staff .staff-box {
  padding-top: 134px;
}
#staff .staff-txt {
  margin: 42px auto 0;
}
@media screen and (min-width: 768px) {
  #staff .staff-txt {
    text-align: center;
  }
}
#staff .staff-list {
  display: flex;
  margin: 58px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#staff .staff-list-item {
  width: 100%;
  max-width: 520px;
}
@media screen and (min-width: 768px) {
  #staff .staff-list-item:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
#staff .staff-list-link {
  display: flex;
  padding: 20px;
  align-items: center;
}
#staff .staff-list-img {
  width: 140px;
  height: 0;
  padding-top: 140px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #staff .staff-list-img {
    flex-shrink: 0;
  }
}
#staff .staff-list-name {
  margin-left: 18px;
  text-align: left;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #staff .staff-list-name {
    font-size: 1.6rem;
  }
}
#staff .staff-list-title {
  display: block;
  margin-top: 10px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #staff .staff-list-title {
    font-size: 1.6rem;
  }
}
#staff .detail-box {
  padding: 45px 40px 40px;
}
#staff .detail-flx {
  display: flex;
}
#staff .detail-flx-contents {
  margin-left: 20px;
}
#staff .detail-flx-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #staff .detail-flx-img {
    margin-right: 40px;
    flex-shrink: 0;
  }
}
#staff .detail-flx-img-wrap {
  width: 100%;
  max-width: 300px;
}
#staff .detail-flx-img-list {
  display: flex;
  margin: 20px auto 0;
  justify-content: space-between;
}
#staff .detail-flx-img-list li {
  width: 49%;
}
#staff .detail-flx-img-list a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
#staff .detail-flx-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #staff .detail-flx-ttl {
    font-size: 1.6rem;
  }
}
#staff .detail-flx-title {
  display: block;
  margin-top: 10px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #staff .detail-flx-title {
    font-size: 1.6rem;
  }
}
#staff .detail-flx-txt {
  margin-top: 25px;
  white-space: pre-line;
}
#staff .detail-list {
  margin: 55px auto 0;
}
#staff .detail-list-item:nth-of-type(n+2) {
  margin-top: 31px;
}
#staff .detail-list-txt {
  margin-top: 12px;
  white-space: pre-line;
}

/*  voice  PC
------------------------------------ */
#voice .voice-box {
  padding-top: 134px;
}
#voice .voice-txt {
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  #voice .voice-txt {
    text-align: center;
  }
}
#voice .voice-list {
  display: flex;
  margin: 50px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#voice .voice-list-item {
  width: 100%;
  max-width: 520px;
}
@media screen and (min-width: 768px) {
  #voice .voice-list-item:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
#voice .voice-list-link {
  display: block;
  padding: 20px 5px 20px 20px;
}
#voice .voice-list-flx02 {
  margin-top: 15px;
}
#voice .voice-list-img {
  width: 140px;
  height: 0;
  padding-top: 120px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #voice .voice-list-img {
    flex-shrink: 0;
  }
}
#voice .voice-list-name {
  margin-left: 18px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-name {
    font-size: 1.6rem;
  }
}
#voice .voice-list-name-sub {
  margin-left: 14px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-name-sub {
    font-size: 1.6rem;
  }
}
#voice .voice-list-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
#voice .detail-flx {
  display: flex;
  justify-content: space-between;
}
#voice .detail-flx-img {
  max-width: 467px;
}
@media screen and (min-width: 768px) {
  #voice .detail-flx-img {
    flex-shrink: 0;
  }
}
#voice .detail-flx-contents {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #voice .detail-flx-contents {
    max-width: 580px;
  }
}
#voice .detail-flx-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #voice .detail-flx-ttl {
    font-size: 1.6rem;
  }
}
#voice .detail-flx-ttl-sub {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #voice .detail-flx-ttl-sub {
    font-size: 1.6rem;
  }
}
#voice .detail-flx-txt {
  margin-top: 15px;
  white-space: pre-line;
}
#voice .detail-message {
  margin-top: 21px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #voice .detail-message {
    font-size: 1.6rem;
  }
}
#voice .detail-message-box {
  display: flex;
  margin-top: 15px;
  padding: 15px;
  background: #f2f2f2;
}
#voice .detail-message-icon {
  margin-right: 10px;
  flex-shrink: 0;
}
#voice .detail-message-txt {
  white-space: pre-line;
}

/*  company  PC
------------------------------------ */
#company .company-box {
  padding: 28px 40px;
}
#company .access-ttl-en {
  display: inline-block;
  font-family: "Caveat-Regular", serif;
  font-size: 5.7rem;
  letter-spacing: 0;
  color: #d858a5;
  line-height: 1;
  transform: rotate(-5deg);
}
@media screen and (max-width: 768px) {
  #company .access-ttl-en {
    font-size: 2.85rem;
  }
}
#company .access-ttl-ja {
  display: block;
  padding-left: 40px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0.14em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #company .access-ttl-ja {
    font-size: 2.1rem;
  }
}
#company .access-txt {
  margin-top: 25px;
}
#company .access-list {
  margin-top: 30px;
}
#company .access-list li {
  padding-left: 24px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #company .access-list li {
    font-size: 1.6rem;
  }
}
#company .access-list li::before {
  content: "●";
  color: #d858a5;
  position: absolute;
  left: 2px;
  top: 0;
}
#company .access-map {
  width: 100%;
  max-width: 558px;
  position: relative;
}
#company .access-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*  news  PC
------------------------------------ */
#news .com-tag-link {
  text-align: center;
}
#news .clamp1 {
  padding-bottom: 5px;
}/*# sourceMappingURL=all.css.map */