@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;
*/
.top-page {
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .top-page {
    padding-bottom: 0rem;
  }
}

/*/////////////////////////////////////////
//  mv
/////////////////////////////////////////*/
#mv {
  position: relative;
  z-index: 0;
}
#mv .mv-line-top-red {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0.2rem;
  right: 0;
  z-index: 6;
}
@media (min-width: 1526px) {
  #mv .mv-line-top-red {
    bottom: 0;
  }
}
@media (min-width: 1920px) {
  #mv .mv-line-top-red {
    bottom: -2vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv-line-top-red {
    width: 7.68rem;
    height: 1.132rem;
    bottom: 0.15rem;
  }
}
#mv .mv-wrapper {
  max-width: 10.8rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#mv .mv-wrapper:before {
  content: "";
  display: inline-block;
  width: 19.2rem;
  height: 1.37rem;
  position: absolute;
  right: 0;
  top: 1.2rem;
  z-index: 1;
  background-image: url("../images/top/mv-line-top-black.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #mv .mv-wrapper:before {
    width: 7.68rem;
    height: 0.548rem;
    top: 1rem;
  }
}
#mv .mv-wrapper:after {
  content: "";
  display: inline-block;
  width: 19.2rem;
  height: 2.67rem;
  position: absolute;
  right: 0;
  top: -0.5rem;
  z-index: 0;
  background-image: url("../images/top/mv-line-top-red.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #mv .mv-wrapper:after {
    width: 7.68rem;
    height: 1.068rem;
    top: 0.3rem;
  }
}
#mv .inner {
  height: 8.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #mv .inner {
    height: 7rem;
  }
  #mv .inner .mv-img1 {
    width: 100%;
    position: absolute;
    top: 1.267rem;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  #mv .inner .mv-img2 {
    width: 100%;
    position: absolute;
    bottom: 0.93rem;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
#mv .inner:after {
  content: "";
  display: inline-block;
  width: 19.2rem;
  height: 1.43rem;
  position: absolute;
  bottom: 1.1rem;
  right: 0;
  z-index: 0;
  background-image: url("../images/top/mv-line-bottom-black.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #mv .inner:after {
    width: 9.6rem;
    height: 0.715rem;
    bottom: 0.1rem;
  }
}
#mv .inner .mv-ttl {
  position: absolute;
  width: 8.9234rem;
  right: 2.09rem;
  top: 2.77rem;
}
@media screen and (max-width: 768px) {
  #mv .inner .mv-ttl {
    width: 3.5179rem;
    height: 0.9506rem;
    top: 0.26rem;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
}
#mv .inner .mv-img {
  width: 5.17341rem;
  position: absolute;
  top: 0;
  right: -2rem;
  z-index: 5;
}

/*/////////////////////////////////////////
//  index
/////////////////////////////////////////*/
#index {
  padding-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  #index {
    padding-top: 0.65rem;
  }
}
#index .index-txt {
  width: 100%;
}

/*/////////////////////////////////////////
//  abount us
/////////////////////////////////////////*/
#aboutus {
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  #aboutus {
    padding-top: 2.17rem;
    background-image: url("../images/top/line1_sp.svg");
    background-size: 100%;
    background-position: center 0.55rem;
    background-repeat: no-repeat;
  }
}
#aboutus .contents-list {
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  #aboutus .contents-list {
    margin-top: 0.3rem;
  }
}
#aboutus .about-items {
  position: relative;
  width: 100%;
}
#aboutus .about-items:nth-of-type(1) {
  padding-bottom: 2.07rem;
  background-image: url("../images/top/line1.svg");
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #aboutus .about-items:nth-of-type(1) {
    background: none;
    padding-bottom: 0.4rem;
  }
}
#aboutus .about-items:nth-of-type(2) {
  padding-bottom: 1.61rem;
}
@media screen and (max-width: 768px) {
  #aboutus .about-items:nth-of-type(2) {
    padding-bottom: 0.4rem;
  }
}
#aboutus .about-items:nth-of-type(3) {
  padding-bottom: 3.92rem;
  background-image: url("../images/top/line1.svg");
  background-size: 100%;
  background-position: center 70%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #aboutus .about-items:nth-of-type(3) {
    background-image: url("../images/top/line2_sp.svg");
    background-size: 100%;
    background-position: center 96%;
    background-repeat: no-repeat;
    padding-bottom: 1.56rem;
  }
}
#aboutus .item-wrapper {
  max-width: 13.66rem;
  width: 100%;
  margin: 0 auto;
}
#aboutus .item-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #aboutus .item-box {
    flex-direction: column-reverse;
    gap: 0.3rem;
  }
}
#aboutus .item-box figure {
  width: 6.38rem;
}
@media screen and (max-width: 768px) {
  #aboutus .item-box figure {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #aboutus .item-box .txt-area {
    padding: 0 0.2rem;
  }
}
#aboutus .item-box .txt-area .point {
  font-size: 0.65rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #2c2c2c;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #aboutus .item-box .txt-area .point {
    font-size: 0.45rem;
  }
}
#aboutus .item-box .txt-area .point em {
  color: #d50b1a;
  display: inline-block;
  margin-left: 0.2em;
}
#aboutus .item-box .txt-area .ttl {
  font-size: 0.32rem;
  font-weight: 900;
  line-height: 1.4375;
  color: #fff;
  margin-top: 0.1rem;
}
@media screen and (max-width: 768px) {
  #aboutus .item-box .txt-area .ttl {
    font-size: 0.26rem;
  }
}
#aboutus .item-box .txt-area .ttl span {
  background: #d50b1a;
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0 0.08rem 0.02rem;
  line-height: 1.8;
}
#aboutus .item-box .txt-area .ttl span:not(:first-child) {
  margin-top: 0.08rem;
}
#aboutus .item-box .txt-area .txt {
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.8125;
  margin-top: 0.2rem;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  #aboutus .item-box .txt-area .txt {
    font-size: 0.14rem;
    background: none;
  }
}
#aboutus .about-items:nth-of-type(1) .txt-area {
  width: 5rem;
}
@media screen and (max-width: 768px) {
  #aboutus .about-items:nth-of-type(1) .txt-area {
    width: 100%;
  }
}
#aboutus .about-items:nth-of-type(2) .txt-area {
  width: 5rem;
}
@media screen and (max-width: 768px) {
  #aboutus .about-items:nth-of-type(2) .txt-area {
    width: 100%;
  }
}
#aboutus .about-items:nth-of-type(3) .txt-area {
  width: 5.7rem;
}
@media screen and (max-width: 768px) {
  #aboutus .about-items:nth-of-type(3) .txt-area {
    width: 100%;
  }
}
#aboutus .about-items:nth-of-type(3) .txt-area .txt {
  width: 5rem;
}
@media screen and (max-width: 768px) {
  #aboutus .about-items:nth-of-type(3) .txt-area .txt {
    width: 100%;
  }
}
#aboutus .about-items:nth-child(odd) .item-box {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #aboutus .about-items:nth-child(odd) .item-box {
    flex-direction: column-reverse;
  }
}
#aboutus .about-items:nth-child(odd) .item-box figure {
  margin-left: -1.93rem;
}
@media screen and (max-width: 768px) {
  #aboutus .about-items:nth-child(odd) .item-box figure {
    margin: 0;
  }
}
#aboutus .about-items:nth-child(even) .item-box figure {
  margin-right: -1.93rem;
}
@media screen and (max-width: 768px) {
  #aboutus .about-items:nth-child(even) .item-box figure {
    margin: 0;
  }
}

/*/////////////////////////////////////////
//  movie
/////////////////////////////////////////*/
#movie {
  background: #f2f2f2;
  padding-top: 0.7rem;
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 768px) {
  #movie {
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
  }
}
#movie .ttl {
  font-size: 0.43rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #movie .ttl {
    font-size: 0.3rem;
  }
}
#movie .txt {
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 1.7857142857;
  text-align: center;
  margin-top: 0.1rem;
}
#movie iframe {
  max-width: 7.8rem;
  width: 100%;
  display: block;
  aspect-ratio: 780/437;
  height: auto;
  margin: 0.3rem auto 0;
}
@media screen and (max-width: 768px) {
  #movie iframe {
    margin-top: 0.2rem;
  }
}

/*/////////////////////////////////////////
//  voice
/////////////////////////////////////////*/
#voice {
  padding-top: 0.9rem;
  padding-bottom: 1.55rem;
}
@media screen and (max-width: 768px) {
  #voice {
    padding-top: 0.6rem;
    padding-bottom: 0.9rem;
  }
}
#voice .voice-list {
  margin-top: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 0.12rem;
}
@media screen and (max-width: 768px) {
  #voice .voice-list {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0 0.11rem;
  }
}
#voice .voice-list [class^=voice] {
  width: calc((100% - 0.24rem) / 3);
}
@media screen and (max-width: 768px) {
  #voice .voice-list [class^=voice] {
    width: 100%;
  }
}
#voice .voice-list figure {
  width: 2.75rem;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #voice .voice-list figure {
    width: 2.2rem;
  }
}
#voice .voice-list .txt {
  width: 100%;
  font-size: 0.2rem;
  color: #000;
  line-height: 1.5;
  font-weight: 500;
  padding: 0.2rem 0.16rem;
  border-radius: 0.12rem;
  border: 0.03rem solid #000;
  position: relative;
  margin-top: -0.3rem;
  box-shadow: 0.05rem 0.05rem 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  #voice .voice-list .txt {
    font-size: 0.16rem;
    margin-top: 0.1rem;
    line-height: 1.5625;
  }
}
#voice .voice-list .txt:before {
  content: "";
  display: inline-block;
  width: 0.31rem;
  height: 0.5rem;
  position: absolute;
  left: 1.5rem;
  right: 0;
  top: -0.5rem;
  background: #000;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
#voice .voice-list .txt:after {
  content: "";
  display: inline-block;
  width: 0.31rem;
  height: 0.5rem;
  position: absolute;
  left: 1.53rem;
  top: -0.4rem;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
#voice .voice-list .voice1 .txt {
  background: #ceeb6d;
}
#voice .voice-list .voice1 .txt:after {
  background: #ceeb6d;
}
#voice .voice-list .voice2 {
  margin-top: 1.9rem;
}
@media screen and (max-width: 768px) {
  #voice .voice-list .voice2 {
    margin-top: 0;
  }
}
#voice .voice-list .voice2 .txt {
  background: #ffdbdb;
}
#voice .voice-list .voice2 .txt:after {
  background: #ffdbdb;
}
#voice .voice-list .voice3 .txt {
  background: #ffc683;
}
#voice .voice-list .voice3 .txt:after {
  background: #ffc683;
}
#voice .voice-list .voice4 {
  margin-top: -1.9rem;
}
@media screen and (max-width: 768px) {
  #voice .voice-list .voice4 {
    margin-top: 0;
  }
}
#voice .voice-list .voice4 .txt {
  background: #b8fdfd;
}
#voice .voice-list .voice4 .txt:after {
  background: #b8fdfd;
}
#voice .voice-list .voice5 .txt {
  background: #f8becd;
}
#voice .voice-list .voice5 .txt:after {
  background: #f8becd;
}
#voice .voice-list .voice6 {
  margin-top: -1.9rem;
}
@media screen and (max-width: 768px) {
  #voice .voice-list .voice6 {
    margin-top: 0;
  }
}
#voice .voice-list .voice6 .txt {
  background: #a4f2b0;
}
#voice .voice-list .voice6 .txt:after {
  background: #a4f2b0;
}

/*/////////////////////////////////////////
//  job-area
/////////////////////////////////////////*/
.job-area {
  background: #f2f2f2;
  padding-top: 0.9rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .job-area {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.job-area .job-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem 0.4rem;
  margin-top: 0.55rem;
}
@media screen and (max-width: 768px) {
  .job-area .job-list {
    flex-direction: column;
    gap: 0.14rem;
  }
}
.job-area .job-list .items {
  width: calc((100% - 0.4rem) / 2);
  border-left: 0.02rem solid #2c2c2c;
  border-bottom: 0.02rem solid #2c2c2c;
  border-top: 0.02rem solid #2c2c2c;
  background: #fff;
  box-shadow: 0.03rem 0.03rem 0 rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (max-width: 768px) {
  .job-area .job-list .items {
    width: 100%;
  }
}
.job-area .job-list .items a {
  display: flex;
}
.job-area .job-list .items a figure {
  width: 1.38rem;
}
@media screen and (max-width: 768px) {
  .job-area .job-list .items a figure {
    width: 1.16rem;
  }
}
.job-area .job-list .items a .txt-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.24rem;
  border-right: 0.39rem solid #2c2c2c;
  flex-grow: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .job-area .job-list .items a .txt-area {
    padding-left: 0.15rem;
    border-right: 0.25rem solid #2c2c2c;
  }
}
.job-area .job-list .items a .txt-area:after {
  content: "";
  display: inline-block;
  width: 0.1058rem;
  height: 0.1916rem;
  position: absolute;
  right: -0.24rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: linear all 0.2s;
  background-image: url("../images/common/chev-right-w.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .job-area .job-list .items a .txt-area:after {
    width: 0.0611rem;
    right: -0.16rem;
  }
}
.job-area .job-list .items a .txt-area:hover:after {
  right: -0.28rem;
}
@media screen and (max-width: 768px) {
  .job-area .job-list .items a .txt-area:hover:after {
    right: -0.18rem;
  }
}
.job-area .job-list .items a .txt-area .ctg {
  display: flex;
  gap: 0.06rem;
}
.job-area .job-list .items a .txt-area .ctg li {
  padding: 0.04rem 0.1rem 0.06rem;
  color: #fff;
  font-size: 0.15rem;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .job-area .job-list .items a .txt-area .ctg li {
    font-size: 0.13rem;
  }
}
.job-area .job-list .items a .txt-area .ctg li.type1 {
  background: #568b00;
}
.job-area .job-list .items a .txt-area .ctg li.type2 {
  background: #146684;
}
.job-area .job-list .items a .txt-area .job-ttl {
  font-size: 0.22rem;
  line-height: 1.4545454545;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 0.08rem;
}
@media screen and (max-width: 768px) {
  .job-area .job-list .items a .txt-area .job-ttl {
    font-size: 0.17rem;
  }
}
.job-area .link-btn {
  margin: 0.75rem auto 0;
}
@media screen and (max-width: 768px) {
  .job-area .link-btn {
    margin-top: 0.6rem;
  }
}

/*/////////////////////////////////////////
// message
/////////////////////////////////////////*/
#message {
  padding-top: 0.9rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #message {
    padding-top: 0.8rem;
    padding-bottom: 0.9rem;
  }
}
#message .contents {
  margin-top: 0.3rem;
  display: flex;
  gap: 0.7rem;
}
@media screen and (max-width: 768px) {
  #message .contents {
    flex-direction: column-reverse;
    gap: 0.4rem;
    margin-top: 0.4rem;
  }
}
#message .contents .txt-area {
  width: calc(100% - 0.7rem - 2.715rem);
}
@media screen and (max-width: 768px) {
  #message .contents .txt-area {
    width: 100%;
  }
}
#message .contents .txt-area p {
  font-size: 0.15rem;
  line-height: 1.7333333333;
  color: #000;
  font-weight: 500;
}
#message .contents .txt-area p:not(:first-child) {
  margin-top: 0.24rem;
}
#message .contents figure {
  width: 2.715rem;
}
@media screen and (max-width: 768px) {
  #message .contents figure {
    width: 2.48rem;
    display: block;
    margin: 0 auto;
  }
}

/*/////////////////////////////////////////
//  cosmos value
/////////////////////////////////////////*/
#cosmos-value {
  padding-top: 0.9rem;
  padding-bottom: 1rem;
  background: #a71e27;
}
@media screen and (max-width: 768px) {
  #cosmos-value {
    padding-top: 0.6rem;
    padding-bottom: 0.5rem;
  }
}
#cosmos-value .value-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.16rem 0.16rem;
  margin-top: 0.45rem;
}
#cosmos-value .value-list li {
  width: calc((100% - 0.32rem) / 3);
}
@media screen and (max-width: 768px) {
  #cosmos-value .value-list li {
    width: 100%;
    background: #fff;
    border-radius: 0.1rem;
    height: 1.45rem;
    overflow: hidden;
  }
  #cosmos-value .value-list li img {
    width: 100%;
    height: 1.45rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*/////////////////////////////////////////
//  schedule
/////////////////////////////////////////*/
#schedule {
  padding-top: 1.4rem;
  padding-bottom: 1rem;
  position: relative;
  background-image: url("../images/top/back-sch-bottom.svg");
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #schedule {
    padding-top: 0.7rem;
    padding-bottom: 1.7rem;
    background-image: url("../images/top/back-sch-bottom_sp.svg");
    background-position: center 97.5%;
  }
}
#schedule:before {
  content: "";
  display: inline-block;
  width: 6.21rem;
  height: 2.42rem;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/top/back-sch-top.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #schedule:before {
    display: none;
  }
}
#schedule .sch-list {
  margin-top: 0.46rem;
  display: flex;
  flex-direction: column;
  gap: 0.34rem;
}

/*/////////////////////////////////////////
// personality
/////////////////////////////////////////*/
#personality {
  padding-top: 0.9rem;
  padding-bottom: 1rem;
  background: #f2f2f2;
}
@media screen and (max-width: 768px) {
  #personality {
    padding-top: 0.6rem;
    padding-bottom: 0.5rem;
  }
  #personality .sec-ttl .en {
    font-size: 0.5rem;
  }
}
#personality .contents {
  background: #fff;
  border: 0.02rem solid #2c2c2c;
}
#personality .life-work {
  padding: 0.4rem 0.2rem;
  position: relative;
  margin-top: 0.5rem;
}
#personality .life-work:before {
  content: "";
  display: inline-block;
  width: 3.9rem;
  height: 1.36rem;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../images/top/ps-back.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #personality .life-work:before {
    content: none;
  }
}
#personality .life-work h3 {
  font-family: "Poppins", sans-serif;
  color: #d50b1a;
  font-size: 0.33rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #personality .life-work h3 {
    font-size: 0.3rem;
  }
}
#personality .life-work h3 span {
  color: #2c2c2c;
}
#personality .life-work .index-txt {
  font-size: 0.26rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.2rem;
  text-align: center;
  color: #190000;
}
@media screen and (max-width: 768px) {
  #personality .life-work .index-txt {
    font-size: 0.22rem;
  }
}
#personality .life-work .txt-area {
  margin-top: 0.2rem;
}
#personality .life-work .txt-area p {
  text-align: center;
  font-size: 0.15rem;
  line-height: 1.7333333333;
  color: #190000;
}
@media screen and (max-width: 768px) {
  #personality .life-work .txt-area p {
    text-align: left;
    font-size: 0.14rem;
    line-height: 1.8571428571;
  }
}
#personality .life-work .txt-area p:not(:first-child) {
  margin-top: 0.24rem;
}
#personality .purpose-values {
  padding: 0.5rem 0.4rem 0.8rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 768px) {
  #personality .purpose-values {
    margin-top: 0.25rem;
    padding: 0.4rem 0.2rem 0.3rem;
  }
}
#personality .purpose-values h3 {
  font-family: "Poppins", sans-serif;
  color: #2c2c2c;
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #personality .purpose-values h3 {
    font-size: 0.25rem;
  }
}
#personality .purpose-values h3 span {
  color: #d50b1a;
}
#personality .purpose-values .index-txt {
  font-size: 0.17rem;
  font-weight: 700;
  line-height: 1.5294117647;
  margin-top: 0.3rem;
  text-align: center;
  color: #190000;
}
@media screen and (max-width: 768px) {
  #personality .purpose-values .index-txt {
    font-size: 0.16rem;
    text-align: left;
  }
}
#personality .purpose-values .txt {
  font-size: 0.14rem;
  line-height: 1.8571428571;
  color: #190000;
  margin-top: 0.16rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #personality .purpose-values .txt {
    font-size: 0.14rem;
    text-align: left;
    margin-top: 0.24rem;
  }
}
#personality .purpose-values .pv-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.2rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  #personality .purpose-values .pv-list {
    gap: 0.16rem;
    margin-top: 0.3rem;
  }
}
#personality .purpose-values .pv-list li {
  width: calc((100% - 0.2rem) / 2);
  background: #fff0f0;
  padding: 0.3rem 0.275rem;
}
@media screen and (max-width: 768px) {
  #personality .purpose-values .pv-list li {
    width: 100%;
    padding: 0.2rem;
  }
}
#personality .purpose-values .pv-list li h4 {
  text-align: center;
  font-size: 0.21rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #2c2c2c;
}
#personality .purpose-values .pv-list li p {
  font-size: 0.14rem;
  line-height: 1.7142857143;
  color: #190000;
  margin-top: 0.2rem;
}
@media screen and (max-width: 768px) {
  #personality .purpose-values .pv-list li p {
    font-size: 0.13rem;
    line-height: 1.6923076923;
  }
}
#personality .initiative {
  margin-top: 0.2rem;
  padding: 0.7rem 0 0.9rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #personality .initiative {
    margin-top: 0.25rem;
    padding: 0.3rem 0.3rem 0.54rem;
    background-image: url("../images/top/ps-back_sp.svg");
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}
#personality .initiative:after {
  content: "";
  display: inline-block;
  width: 3.9rem;
  height: 1.36rem;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
  background-image: url("../images/top/ps-back.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #personality .initiative:after {
    content: none;
  }
}
#personality .initiative h2 {
  font-size: 0.27rem;
  line-height: 1;
  color: #190000;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #personality .initiative h2 {
    font-size: 0.2rem;
    line-height: 1.3;
  }
}
#personality .initiative .it-list {
  display: flex;
  justify-content: center;
  gap: 0.14rem;
  margin-top: 0.46rem;
}
@media screen and (max-width: 768px) {
  #personality .initiative .it-list {
    flex-direction: column;
    gap: 0.15rem;
    margin-top: 0.3rem;
  }
}
#personality .initiative .it-list li {
  width: 2.77rem;
}
@media screen and (max-width: 768px) {
  #personality .initiative .it-list li {
    width: 100%;
  }
}
#personality .initiative .it-list li a {
  background: #a2ad45;
  box-shadow: 0.03rem 0.03rem 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 0.6rem;
  font-size: 0.14rem;
  line-height: 1.2857142857;
}
#personality .initiative .it-list li a:before {
  content: "";
  display: inline-block;
  width: 0.0639rem;
  height: 0.1078rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.1rem;
  margin: auto 0;
  background-image: url("../images/common/chev-right-w.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/*/////////////////////////////////////////
//  company
/////////////////////////////////////////*/
#company {
  padding-top: 0.61rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #company {
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
  }
}
#company .cta-btn {
  width: 100%;
  display: flex;
  gap: 0.3rem;
  justify-content: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #company .cta-btn {
    flex-direction: column;
    gap: 0.2rem;
    align-items: center;
    margin-bottom: 0.75rem;
  }
}
#company .cta-btn li {
  width: 2.91rem;
  height: 0.76rem;
}
@media screen and (max-width: 768px) {
  #company .cta-btn li {
    height: 0.62rem;
  }
}
#company .cta-btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  color: #fff;
  height: 100%;
  position: relative;
  box-shadow: 0.03rem 0.03rem 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 0.22rem;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #company .cta-btn li a {
    font-size: 0.16rem;
  }
}
#company .cta-btn li a:after {
  content: "";
  display: inline-block;
  width: 0.24rem;
  height: 0.14rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0.2rem;
  background-image: url("../images/common/arrow-icon-w.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #company .cta-btn li a:after {
    width: 0.1887rem;
    height: 0.1101rem;
    right: 0.15rem;
  }
}
#company .cta-btn li.recruit-info a {
  background: #d50b1a;
}
#company .cta-btn li.contact a {
  background: #c3a24b;
}
#company .company-desc {
  display: flex;
  align-items: center;
  gap: 0.33rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 768px) {
  #company .company-desc {
    flex-direction: column;
    gap: 0.3rem;
    margin-top: 0.3rem;
  }
}
#company .company-desc figure {
  width: 4.01rem;
}
@media screen and (max-width: 768px) {
  #company .company-desc figure {
    width: 100%;
  }
}
#company .company-desc .txt-area {
  width: calc(100% - 4.01rem - 0.33rem);
}
@media screen and (max-width: 768px) {
  #company .company-desc .txt-area {
    width: 100%;
  }
}
#company .company-desc .txt-area .ttl {
  font-size: 0.22rem;
  font-weight: 700;
  line-height: 1.5454545455;
}
@media screen and (max-width: 768px) {
  #company .company-desc .txt-area .ttl {
    font-size: 0.2rem;
    line-height: 1.5;
  }
}
#company .company-desc .txt-area .txt {
  font-size: 0.16rem;
  line-height: 1.5;
  margin-top: 0.2rem;
  font-weight: 500;
  color: #190000;
}
@media screen and (max-width: 768px) {
  #company .company-desc .txt-area .txt {
    font-size: 0.14rem;
  }
}
#company .company-desc .txt-area .link-btn {
  width: 2.54rem;
  height: 0.53rem;
  background: #a6c25f;
  font-size: 0.16rem;
  margin-top: 0.24rem;
  padding-right: 0.2rem;
}
@media screen and (max-width: 768px) {
  #company .company-desc .txt-area .link-btn {
    width: 2.91rem;
    height: 0.62rem;
    margin: 0.3rem auto 0;
  }
}
#company .company-desc .txt-area .link-btn:after {
  right: 0.16rem;
}
#company .business-model {
  border: 0.02rem solid #2c2c2c;
  margin-top: 1.35rem;
  padding: 0 1rem 0.54rem;
}
@media screen and (max-width: 768px) {
  #company .business-model {
    border: none;
    padding: 0;
    margin-top: 0.73rem;
  }
}
#company .business-model .ttl {
  font-size: 0.32rem;
  font-weight: 900;
  text-align: center;
  background: #fff;
  margin: -0.45rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.40625;
  padding: 0 0.6rem;
}
@media screen and (max-width: 768px) {
  #company .business-model .ttl {
    font-size: 0.26rem;
    line-height: 1.5384615385;
    padding: 0;
    margin-top: 0;
  }
}
#company .business-model .ttl span {
  color: #d50b1a;
}
#company .business-model .txt {
  font-size: 0.16rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.35rem;
}
@media screen and (max-width: 768px) {
  #company .business-model .txt {
    font-size: 0.14rem;
    line-height: 1.8571428571;
    margin-top: 0.3rem;
  }
}
#company .business-model figure {
  margin-top: 0.55rem;
}
@media screen and (max-width: 768px) {
  #company .business-model figure {
    margin-top: 0.3rem;
  }
}

/*/////////////////////////////////////////
//  flow
/////////////////////////////////////////*/
#flow {
  padding-top: 0.7rem;
}
@media screen and (max-width: 768px) {
  #flow {
    padding-top: 0.6rem;
  }
}
#flow .steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0;
  justify-content: space-between;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  #flow .steps {
    margin-top: 0.4rem;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
  }
}
#flow .steps li {
  width: 2.67rem;
  margin-left: 0.08rem;
  border: 0.02rem solid #2c2c2c;
  padding: 0.87rem 0.28rem 0;
  min-height: 3.73rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #flow .steps li {
    min-height: initial;
    width: 100%;
    height: auto;
    padding: 0.54rem 0.2rem 0.3rem;
    /*margin: 0 0.08rem;*/
	margin: 0 0.08rem 0 0 ;
  }
  #flow .steps li:not(:last-child):after {
    content: "" !important;
    display: inline-block;
    width: 0.3516rem !important;
    height: 0.239rem !important;
    background: #afafaf;
    position: absolute;
    top: initial !important;
    right: 0 !important;
    left: 0 !important;
    bottom: -0.42rem !important;
    margin: 0 auto !important;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0) !important;
            clip-path: polygon(50% 100%, 0 0, 100% 0) !important;
  }
}
#flow .steps li .step {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d50b1a;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.27rem;
  line-height: 1;
  position: absolute;
  top: 0.2rem;
  left: -0.08rem;
  width: 1.06rem;
  height: 0.42rem;
  padding-top: 0.05rem;
}
@media screen and (max-width: 768px) {
  #flow .steps li .step {
    font-size: 0.24rem;
    width: 0.92rem;
    height: 0.42rem;
  }
}
#flow .steps li h3 {
  font-size: 0.23rem;
  line-height: 1.4782608696;
  margin-top: 0.18rem;
}
@media screen and (max-width: 768px) {
  #flow .steps li h3 {
    font-size: 0.22rem;
    line-height: 1.4545454545;
  }
}
#flow .steps li p {
  font-size: 0.16rem;
  line-height: 1.625;
  margin-top: 0.18rem;
  color: #190000;
}
@media screen and (max-width: 768px) {
  #flow .steps li p {
    font-size: 0.14rem;
    line-height: 1.8571428571;
    margin-top: 0.1rem;
  }
}
#flow .steps li:not(:nth-child(3n)):after {
  content: "";
  display: inline-block;
  width: 0.339rem;
  height: 0.5016rem;
  background: #afafaf;
  position: absolute;
  right: -0.63rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 768px) {
  #flow .steps li:not(:nth-child(3n)):after {
    content: none;
  }
}

/*/////////////////////////////////////////
//  instagram
/////////////////////////////////////////*/
#instagram {
  margin-top: 0.88rem;
}
@media screen and (max-width: 768px) {
  #instagram {
    margin-top: 0.75rem;
  }
}
#instagram .inner {
  background: #f2f2f2;
  padding: 0.4rem 1.46rem 0.5rem;
}
@media screen and (max-width: 768px) {
  #instagram .inner {
    padding: 0.45rem 0.2rem 0.5rem;
  }
}
#instagram .instagram-ttl .en {
  display: block;
  text-align: center;
  font-size: 0.3rem;
  line-height: 1.5333333333;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  #instagram .instagram-ttl .en {
    font-size: 0.26rem;
    line-height: 1.5;
  }
}
#instagram .instagram-ttl .jp {
  font-size: 0.14rem;
  text-align: center;
  line-height: 1.7857142857;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #instagram .instagram-ttl .jp {
    font-size: 0.14rem;
    line-height: 1.7857142857;
  }
}
#instagram .feed-area {
  margin-top: 0.3rem;
}
@media screen and (max-width: 768px) {
  #instagram .feed-area {
    margin-top: 0.2rem;
  }
}
#instagram .link-btn {
  width: 1.89rem;
  height: 0.5rem;
  background: #4A4A4A;
  margin: 0.35rem auto 0;
  font-size: 0.14rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #instagram .link-btn {
    margin-top: 0.4rem;
  }
}
#instagram .link-btn:after {
  width: 0.1563rem;
  height: 0.0912rem;
  right: 13;
}/*# sourceMappingURL=style.css.map */