@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "/css/common.css";
/*==================================================================*/
/* benefit css　*/
/*==================================================================*/
/* -------------------------------------------- */
/* title */
/* -------------------------------------------- */
.title-bg {
  margin-bottom: 0;
  background: url("/about/image/about_main_bg.jpg") no-repeat center bottom/cover;
}

.read {
  margin-bottom: 1.5rem;
}
.read em {
  font-weight: 600;
}

section {
  margin-bottom: 6.25rem;
}

.about {
  padding: 5rem 0 8rem;
  color: #fff;
  background: #1d233a;
}
.about .read {
  margin-bottom: 2rem;
}
.about .read.center {
  text-align: center;
}
.about .title-box {
  margin-bottom: 5rem;
}
.about .title-box h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 1.5rem;
  gap: 0 3rem;
  color: #fff;
}
.about .title-box h2 span {
  display: inline-block;
  font-size: 3.5rem;
}
.about .title-box h2 span.img {
  line-height: 0;
}
.about .title-box h2 span.img img {
  width: 390px;
}
.about .title-box h2 em {
  font-size: 3.75rem;
  line-height: 0.65;
}
.about .title-box .read {
  font-size: 1.5rem;
}
.about .f-fullphoto-l {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 570px;
  max-width: 1900px;
  margin: 0 auto 8rem;
}
.about .f-fullphoto-l .photo {
  width: 55%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0;
  z-index: 2;
}
.about .f-fullphoto-l .text-box {
  position: relative;
  width: 55%;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  padding: 5rem;
  color: #fff;
  background: rgba(16, 20, 35, 0.5);
  z-index: 3;
}
.about .f-fullphoto-l .text-box .catch {
  margin-bottom: 2rem;
  font-size: 2.25rem;
  font-weight: 600;
}
.about .f-fullphoto-l .text-box .catch span {
  display: inline-block;
}
.about .f-fullphoto-l .text-box .text {
  margin-bottom: 2.5rem;
  line-height: 2;
}
.about .f-fullphoto-l .text-box .base-btn {
  text-align: right;
}
.about .f-fullphoto-l .text-box .base-btn a {
  max-width: 350px;
}
.about .f-fullphoto-l .text-box .base-btn a:after {
  content: "\f2d2";
}
.about .cotton-box {
  margin-bottom: 12rem;
}
.about .cotton-box .f-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 3rem;
}
.about .cotton-box .f-text .read {
  width: calc(100% - 380px);
  margin-bottom: 0;
  line-height: 2;
}
.about .cotton-box .f-text .bemlogo {
  width: 320px;
}
.about .cotton-box .photo-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.about .cotton-box .photo-area .b-photo {
  width: 80%;
}
.about .cotton-box .photo-area .s-photo {
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 60%;
}
.about .suede-box {
  margin-bottom: 16rem;
}
.about .suede-box .read {
  margin-bottom: 2rem;
}
.about .suede-box .photo-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.about .suede-box .photo-area .b-photo {
  width: 80%;
  text-align: right;
}
.about .suede-box .photo-area .s-photo {
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 60%;
}
.about .since-box {
  position: relative;
  padding-top: 23rem;
}
.about .since-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 577px;
  background: url("/about/image/bg_since.jpg") no-repeat center top/cover;
  z-index: 1;
}
.about .since-box .outblock {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
.about .since-box .in-block {
  position: relative;
  margin-left: 200px;
  padding: 8rem 0 8rem 5rem;
  background: #000;
  border-image-source: linear-gradient(#000, #000);
  border-image-slice: 0 fill;
  border-image-outset: 0 80vw 0 0;
  z-index: 2;
}
.about .since-box .in-block:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  height: 80%;
  max-height: 508px;
  background: url("/about/image/bg_textbox.png") no-repeat center bottom/cover;
  z-index: -1;
}
.about .since-box .in-block .sinece-text {
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about .since-box .in-block .sinece-text span {
  color: #fff;
  font-size: 6.25rem;
}
.about .since-box .in-block .sinece-text span em {
  font-size: 9.375rem;
}
.about .since-box .in-block .f-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about .since-box .in-block .f-block .text-box {
  width: 60%;
}
.about .since-box .in-block .f-block .text-box .catch {
  margin-bottom: 3rem;
  font-weight: 600;
  line-height: 1.5;
}
.about .since-box .in-block .f-block .text-box .catch span {
  display: inline-block;
  font-size: 2.4rem;
}
.about .since-box .in-block .f-block .text-box .catch span em {
  font-size: 4.75rem;
}
.about .since-box .in-block .f-block .text-box .text {
  line-height: 2;
}
.about .since-box .in-block .f-block .photo {
  width: 35%;
}

.data .inblock .read {
  margin-bottom: 4rem;
}
.data .inblock .read.center {
  text-align: center;
}
.data .inblock .f-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.data .inblock .f-card .card {
  width: 48%;
  padding: 2rem 4rem 4rem;
  margin-bottom: 2rem;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.data .inblock .f-card .card .title {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  text-align: center;
}
.data .inblock .f-card .card .title.mb {
  margin-bottom: 2.5rem;
}
.data .inblock .f-card .card .title span {
  display: block;
  font-size: 1.125rem;
}
.data .inblock .f-card .card .graph-area {
  position: relative;
  margin: 0 auto;
  max-width: 351px;
  max-height: 351px;
}
.data .inblock .f-card .card .graph-area .graph {
  line-height: 0;
  text-align: center;
}
.data .inblock .f-card .card .graph-area.gender p {
  position: absolute;
  font-size: 1.875rem;
  text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, 1px 1px 0px #fff, -1px 1px 0px #fff;
  text-align: center;
}
.data .inblock .f-card .card .graph-area.gender p em {
  font-size: 3.75rem;
}
.data .inblock .f-card .card .graph-area.gender p.male {
  top: 0;
  right: -40px;
}
.data .inblock .f-card .card .graph-area.gender p.female {
  bottom: 8%;
  left: -35px;
}
.data .inblock .f-card .card .graph-area.age p {
  position: absolute;
  font-size: 1.875rem;
  text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, 1px 1px 0px #fff, -1px 1px 0px #fff;
  line-height: 1;
  text-align: center;
}
.data .inblock .f-card .card .graph-area.age p span {
  display: block;
  font-size: 1.125rem;
}
.data .inblock .f-card .card .graph-area.age p em {
  font-size: 3rem;
}
.data .inblock .f-card .card .graph-area.age p.age20 {
  top: -25px;
  right: 20px;
}
.data .inblock .f-card .card .graph-area.age p.age30 {
  bottom: 30%;
  right: -50px;
}
.data .inblock .f-card .card .graph-area.age p.age40 {
  bottom: -15px;
  left: 30%;
}
.data .inblock .f-card .card .graph-area.age p.age50 {
  top: 30%;
  left: -10%;
}
.data .inblock .f-card .card .graph-area.age p.age60 {
  top: -25px;
  left: 10%;
}
.data .inblock .f-card .card .graph-area.f-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.data .inblock .f-card .card .graph-area.f-box .icon {
  margin-right: 1.5rem;
}
.data .inblock .f-card .card .graph-area.f-box .num {
  font-size: 2.25rem;
}
.data .inblock .f-card .card .graph-area.f-box .num em {
  font-size: 5.625rem;
}
.data .inblock .f-card .card .graph-area.dayoff .icon {
  margin-bottom: 1rem;
  text-align: center;
}
.data .inblock .f-card .card .graph-area.dayoff .f-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.data .inblock .f-card .card .graph-area.dayoff .f-num .num {
  font-size: 2.25rem;
}
.data .inblock .f-card .card .graph-area.dayoff .f-num .num:first-child {
  margin-right: 1.5rem;
}
.data .inblock .f-card .card .graph-area.dayoff .f-num .num span {
  display: block;
  font-size: 1rem;
  text-align: center;
}
.data .inblock .f-card .card .graph-area.dayoff .f-num .num em {
  font-size: 4.5rem;
  line-height: 1;
}

/*===========================================================================*/
/*  media quary:1300px  */
/*===========================================================================*/
@media screen and (max-width: 1555px) {
  .about .since-box .in-block {
    margin-left: 0;
  }
}
/*===========================================================================*/
/*  media quary:1300px  */
/*===========================================================================*/
@media screen and (max-width: 1400px) {
  .about .f-fullphoto-l .photo {
    width: 60%;
  }
  .about .f-fullphoto-l .text-box {
    padding: 5rem 3.5rem;
    width: 60%;
  }
  .about .f-fullphoto-l .text-box .catch span {
    display: inline-block;
  }
}
/*===========================================================================*/
/*  media quary:1300px  */
/*===========================================================================*/
@media screen and (max-width: 1300px) {
  .about .since-box .in-block {
    padding: 8rem 0 6rem 4rem;
  }
  .about .since-box .in-block .f-block .text-box {
    width: 62%;
  }
  .about .since-box .in-block .f-block .text-box .catch span {
    font-size: 2.5rem;
  }
}
/*===========================================================================*/
/*  media quary:1300px  */
/*===========================================================================*/
@media screen and (max-width: 1205px) {
  .about .title-box h2 {
    gap: 0 2rem;
  }
  .about .title-box h2 span {
    font-size: 3.25rem;
  }
  .about .title-box h2 span.img img {
    width: 370px;
  }
  .about .f-fullphoto-l .photo {
    width: 60%;
  }
  .about .f-fullphoto-l .text-box {
    padding: 4rem 3.5rem;
    width: 60%;
  }
  .about .f-fullphoto-l .text-box .catch span {
    display: inline;
  }
  .about .since-box .in-block {
    padding: 8rem 0 6rem 3rem;
  }
  .about .since-box .in-block .f-block .text-box {
    width: 65%;
  }
  .about .since-box .in-block .f-block .text-box .catch span {
    font-size: 2.25rem;
  }
  .about .since-box .in-block .f-block .text-box .catch span em {
    font-size: 4.5rem;
  }
  .about .since-box .in-block .f-block .photo {
    width: 32%;
  }
  .data .inblock .f-card .card {
    padding: 2rem 3rem 4rem;
  }
  .data .inblock .f-card .card .graph-area.age, .data .inblock .f-card .card .graph-area.gender {
    margin: 0 2rem;
  }
}
/*===========================================================================*/
/*  media quary:1025px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  .about .title-box h2 {
    margin-bottom: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .about .title-box h2 span {
    width: 100%;
    font-size: 2.875rem;
    text-align: center;
    line-height: 1;
  }
  .about .title-box h2 span.img img {
    width: 330px;
  }
  .about .title-box h2 em {
    font-size: 3.25rem;
  }
  .about .f-fullphoto-l .photo {
    width: 75%;
  }
  .about .f-fullphoto-l .text-box {
    padding: 3rem 2.5rem;
    width: 75%;
  }
  .about .f-fullphoto-l .text-box .catch {
    font-size: 2rem;
  }
  .about .cotton-box .f-text .read {
    width: calc(100% - 300px);
  }
  .about .cotton-box .f-text .bemlogo {
    width: 280px;
  }
  .about .since-box {
    padding-top: 13rem;
  }
  .about .since-box::before {
    height: 450px;
  }
  .about .since-box .in-block:before {
    max-height: 508px;
  }
  .about .since-box .in-block .sinece-text span {
    font-size: 5.25rem;
  }
  .about .since-box .in-block .sinece-text span em {
    font-size: 8rem;
  }
  .about .since-box .in-block .f-block {
    display: block;
  }
  .about .since-box .in-block .f-block .text-box {
    margin-bottom: 2rem;
    width: 100%;
  }
  .about .since-box .in-block .f-block .photo {
    width: 100%;
  }
  .data .inblock .f-card .card {
    padding: 2rem 1.5rem 3rem;
  }
  .data .inblock .f-card .card .graph-area.f-box .num {
    font-size: 2rem;
  }
  .data .inblock .f-card .card .graph-area.f-box .num em {
    font-size: 4rem;
  }
  .data .inblock .f-card .card .graph-area.f-box .icon {
    width: 75px;
  }
  .data .inblock .f-card .card .graph-area.dayoff .icon img {
    width: 75px;
  }
  .data .inblock .f-card .card .graph-area.dayoff .f-num .num {
    font-size: 1.625rem;
  }
  .data .inblock .f-card .card .graph-area.dayoff .f-num .num em {
    font-size: 3.625rem;
  }
  .data .inblock .f-card .card .graph-area.gender p em {
    font-size: 3.25rem;
  }
  .data .inblock .f-card .card .graph-area.gender p.male {
    top: 0;
    right: -40px;
  }
  .data .inblock .f-card .card .graph-area.gender p.female {
    bottom: 8%;
    left: -35px;
  }
  .data .inblock .f-card .card .graph-area.age {
    margin-top: 2.5rem;
  }
  .data .inblock .f-card .card .graph-area.age p {
    font-size: 1.625rem;
  }
  .data .inblock .f-card .card .graph-area.age p span {
    font-size: 1rem;
  }
  .data .inblock .f-card .card .graph-area.age p em {
    font-size: 2.5rem;
  }
  .data .inblock .f-card .card .graph-area.age p.age20 {
    top: -25px;
    right: 20px;
  }
  .data .inblock .f-card .card .graph-area.age p.age30 {
    top: 40%;
    right: -50px;
  }
  .data .inblock .f-card .card .graph-area.age p.age40 {
    bottom: -15px;
    left: 30%;
  }
  .data .inblock .f-card .card .graph-area.age p.age50 {
    top: 35%;
    left: -40px;
  }
  .data .inblock .f-card .card .graph-area.age p.age60 {
    top: -25px;
    left: 20px;
  }
}
/*===========================================================================*/
/*  media quary:769px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  section {
    margin-bottom: 4rem;
  }
  .about .title-box h2 span {
    font-size: 2.5rem;
  }
  .about .title-box h2 span.img img {
    width: 265px;
  }
  .about .title-box .read {
    font-size: 1.125rem;
  }
  .about .title-box .read span {
    display: inline-block;
  }
  .about .f-fullphoto-l .photo {
    width: 100%;
  }
  .about .f-fullphoto-l .text-box {
    width: 90%;
  }
  .about .cotton-box {
    margin-bottom: 9rem;
  }
  .about .cotton-box .f-text {
    display: block;
  }
  .about .cotton-box .f-text .read {
    width: 100%;
  }
  .about .cotton-box .f-text .bemlogo {
    margin: 0 auto 1.5rem;
    text-align: center;
  }
  .about .suede-box {
    margin-bottom: 11rem;
  }
  .about .suede-box .read.center {
    text-align: left;
  }
  .about .since-box {
    padding-top: 10rem;
  }
  .about .since-box:before {
    height: 380px;
  }
  .about .since-box .in-block {
    padding: 6rem 0 4rem 2rem;
  }
  .about .since-box .in-block .sinece-text span {
    font-size: 3.25rem;
  }
  .about .since-box .in-block .sinece-text span em {
    font-size: 6rem;
  }
  .about .since-box .in-block .f-block .text-box .catch {
    margin-bottom: 2rem;
  }
  .about .since-box .in-block .f-block .text-box .catch span {
    display: inline;
    font-size: 1.875rem;
  }
  .about .since-box .in-block .f-block .text-box .catch span em {
    font-size: 4rem;
  }
  .data .inblock .read {
    margin-bottom: 2rem;
  }
  .data .inblock .f-card {
    display: block;
  }
  .data .inblock .f-card .card {
    width: 100%;
    padding: 2rem 1.5rem 3rem;
  }
  .data .inblock .f-card .card.gender-card, .data .inblock .f-card .card.age-card {
    padding: 2rem 4rem 3rem;
  }
  .data .inblock .f-card .card .graph-area.f-box .num {
    font-size: 1.875rem;
  }
  .data .inblock .f-card .card .graph-area.f-box .num em {
    font-size: 3.625rem;
  }
  .data .inblock .f-card .card .graph-area.f-box .icon {
    width: 75px;
  }
  .data .inblock .f-card .card .graph-area.dayoff .icon img {
    width: 75px;
  }
  .data .inblock .f-card .card .graph-area.dayoff .f-num .num {
    font-size: 1.625rem;
  }
  .data .inblock .f-card .card .graph-area.dayoff .f-num .num em {
    font-size: 3.625rem;
  }
  .data .inblock .f-card .card .graph-area.gender, .data .inblock .f-card .card .graph-area.age {
    margin: 0 auto;
  }
  .data .inblock .f-card .card .graph-area.gender p.male {
    right: -28px;
  }
  .data .inblock .f-card .card .graph-area.gender p.female {
    left: -20px;
  }
  .data .inblock .f-card .card .graph-area.age p.age20 {
    top: -15px;
    right: 30px;
  }
  .data .inblock .f-card .card .graph-area.age p.age60 {
    top: -15px;
    left: 30px;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .about {
    padding: 4rem 0 4rem;
  }
  .about .title-box {
    margin-bottom: 4rem;
  }
  .about .title-box h2 {
    gap: 1rem;
  }
  .about .title-box h2 span {
    font-size: 2.25rem;
  }
  .about .title-box h2 span.img img {
    width: 230px;
  }
  .about .f-fullphoto-l {
    display: block;
    margin-bottom: 4rem;
  }
  .about .f-fullphoto-l .photo {
    position: relative;
  }
  .about .f-fullphoto-l .text-box {
    padding: 2rem 1.5rem;
    margin: 0 auto;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  .about .f-fullphoto-l .text-box .catch {
    font-size: 1.5rem;
  }
  .about .f-fullphoto-l .text-box .catch br {
    display: none;
  }
  .about .f-fullphoto-l .text-box .base-btn a {
    text-align: left;
  }
  .about .cotton-box .photo-area .b-photo, .about .suede-box .photo-area .b-photo {
    width: 95%;
  }
  .about .cotton-box .photo-area .s-photo, .about .suede-box .photo-area .s-photo {
    width: 85%;
  }
  .about .since-box:before {
    height: 290px;
  }
  .about .since-box .in-block {
    padding: 4rem 0 3rem 1.5rem;
  }
  .about .since-box .in-block .sinece-text span {
    font-size: 2.875rem;
  }
  .about .since-box .in-block .sinece-text span em {
    font-size: 4.5rem;
  }
  .about .since-box .in-block .f-block .text-box .catch span {
    font-size: 1.5rem;
  }
  .about .since-box .in-block .f-block .text-box .catch span em {
    font-size: 3rem;
  }
  .data .inblock .f-card .card .title {
    font-size: 1.25rem;
  }
  .data .inblock .f-card .card .title span {
    font-size: 1rem;
  }
  .data .inblock .f-card .card.gender-card, .data .inblock .f-card .card.age-card {
    padding: 2rem 3rem 3rem;
  }
  .data .inblock .f-card .card .graph-area.gender p {
    font-size: 1.5rem;
  }
  .data .inblock .f-card .card .graph-area.gender p em {
    font-size: 2.5rem;
  }
  .data .inblock .f-card .card .graph-area.age p {
    font-size: 1.5rem;
  }
  .data .inblock .f-card .card .graph-area.age p em {
    font-size: 2rem;
  }
  .data .inblock .f-card .card .graph-area.age p.age30 {
    right: -36px;
  }
  .data .inblock .f-card .card .graph-area.age p.age50 {
    left: -30px;
  }
  .data .inblock .f-card .card .graph-area.dayoff .icon img {
    width: 65px;
  }
  .data .inblock .f-card .card .graph-area.dayoff .f-num .num {
    font-size: 1.875rem;
  }
  .data .inblock .f-card .card .graph-area.dayoff .f-num .num em {
    font-size: 3rem;
  }
  .data .inblock .f-card .card .graph-area.f-box .icon {
    width: 65px;
  }
}