@charset "UTF-8";
@media screen and (max-width: 834px) {
  .about-page {
    padding-top: 56px !important;
  }
}
@media screen and (min-width: 835px) {
  .about-page {
    padding-top: 100px !important;
  }
}

/*-----------------------
 about mv
------------------------*/
.about-mv {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
@media screen and (min-width: 1241px) {
  .about-mv {
    width: calc(100% - 220px);
    margin-right: 0;
    margin-bottom: 150px;
  }
}
.about-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*-----------------------
 about intro
------------------------*/
.about-intro {
  position: relative;
}
.about-intro .p-tate {
  margin-bottom: 45px;
}
.about-intro .p-tate .sec-title {
  margin-bottom: 15px !important;
}
.about-intro .p-tate .sec-title h2 {
  font-size: 1.3rem;
}
@media screen and (min-width: 541px) {
  .about-intro .p-tate .sec-title h2 {
    font-size: 1.4rem;
  }
}
.about-intro .danraku {
  margin-bottom: 50px;
}
@media screen and (min-width: 541px) {
  .about-intro .danraku {
    margin-bottom: 70px;
  }
}
.about-intro .intro-img {
  width: 200px;
  max-width: 100%;
}
.about-intro .intro-img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1241px) {
  .about-intro .p-tate {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .about-intro .p-tate .sec-title {
    margin-left: 20px;
  }
  .about-intro .p-tate .sec-title h2:after {
    width: 1px;
    height: 39px;
    margin-top: 15px;
    margin-left: -3px;
    content: "";
  }
  .about-intro .p-tate .midashi-min {
    letter-spacing: 0.7rem;
  }
  .about-intro .danraku {
    margin-bottom: 0;
    padding-top: 150px;
    margin-left: 10.7003891051%;
    width: 58.3657587549%;
  }
  .about-intro .intro-img {
    position: absolute;
    left: 0;
    top: 100px;
    width: 21.8658892128%;
    max-width: 300px;
  }
}
/*-----------------
 staff
------------------*/
.staff-box li {
  margin-bottom: 80px;
}
@media screen and (min-width: 835px) {
  .staff-box li {
    margin-bottom: 115px;
  }
}
@media screen and (max-width: 540px) {
  .staff-box .staff-img {
    width: 250px;
    margin: 0 auto 35px;
  }
}
@media screen and (min-width: 541px) {
  .staff-box .staff-img {
    width: 280px;
    margin: 0 auto 35px;
  }
}
@media screen and (min-width: 835px) {
  .staff-box .staff-img {
    margin: 0;
  }
}
.staff-box .staff-img img {
  width: 100%;
  height: auto;
}
.staff-box .name {
  margin-bottom: 25px;
}
.staff-box .name .min {
  font-size: 1.6rem;
  margin-right: 2rem;
}
@media screen and (min-width: 835px) {
  .staff-box .name .min {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1241px) {
  .staff-box .name .min {
    font-size: 1.8rem;
  }
}
.staff-box .name .en {
  font-size: 1.4rem;
}
@media screen and (min-width: 835px) {
  .staff-box .name .en {
    font-size: 1.5rem;
  }
}
.staff-box .comment {
  margin-bottom: 25px;
}
.staff-box .comment-smole {
  font-size: 1.3rem;
}
@media screen and (min-width: 541px) {
  .staff-box .comment-smole {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 835px) {
  .staff-first li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .staff-first li .staff-img {
    width: 300px;
  }
  .staff-first li .staff-txt {
    width: calc(100% - 300px);
    padding-left: 14%;
  }
  .staff-last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .staff-last li {
    width: 45%;
    text-align: left;
    margin-bottom: 0;
  }
  .staff-last li .staff-img {
    text-align: left;
    width: 300px;
    margin-bottom: 35px;
  }
}
/*-----------------------
 FAQ
------------------------*/
.faq_area .accordion_one .ac_header {
  border-bottom: 1px solid #ccc;
  padding: 1.2rem 32px 1.2rem 0.5rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 835px) {
  .faq_area .accordion_one .ac_header {
    padding: 2rem 4rem 2rem 1rem;
  }
}

.faq_area .accordion_one .ac_header.open {
  border-bottom: none;
}

.faq_area .accordion_one .ac_header:hover {
  background-color: #f0f0f0;
}

.faq_area .accordion_one .ac_header.open {
  background-color: #f0f0f0;
}

.faq_area .accordion_one .ac_header.active {
  background-color: #333;
}

.faq_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  right: 10px;
}
@media screen and (min-width: 835px) {
  .faq_area .accordion_one .ac_header .i_box {
    width: 18px;
    height: 18px;
  }
}

.faq_area .accordion_one .ac_header .i_box:before, .faq_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

.faq_area .accordion_one .ac_header .i_box:before {
  border-top: 1px solid #333;
  width: 14px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 835px) {
  .faq_area .accordion_one .ac_header .i_box:before {
    width: 18px;
  }
}

.faq_area .accordion_one .ac_header .i_box:after {
  border-left: 1px solid #333;
  width: 0;
  height: 14px;
  top: 0;
  bottom: 0;
  right: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .faq_area .accordion_one .ac_header .i_box:after {
    height: 18px;
    right: 8px;
  }
}

.faq_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}

.faq_area .p-faq__headinner {
  display: block;
  padding-left: 29px;
  position: relative;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (min-width: 835px) {
  .faq_area .p-faq__headinner {
    padding-left: 33px;
    font-size: 1.6rem;
  }
}

.faq_area .p-faq__headinner::before {
  position: absolute;
  left: 0;
  top: -7px;
  content: "Q．";
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
}
@media screen and (min-width: 835px) {
  .faq_area .p-faq__headinner::before {
    font-size: 2.4rem;
    top: -8px;
  }
}

.faq_area .accordion_one .ac_inner {
  display: none;
  padding: 1rem 0 1.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 835px) {
  .faq_area .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 2rem 1.5rem;
  }
}
.faq_area .accordion_one .ac_inner .danraku {
  margin-bottom: 0.5rem;
}

/*-----------------------
 campany
------------------------*/
.campany-tbl {
  width: 100%;
  border-top: 1px solid #cccccc;
}
.campany-tbl th, .campany-tbl td {
  border-bottom: 1px solid #cccccc;
  vertical-align: top;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  font-weight: 400;
}
@media screen and (min-width: 541px) {
  .campany-tbl th, .campany-tbl td {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.campany-tbl th {
  width: 90px;
  text-align: left;
  padding-left: 0;
  letter-spacing: 0;
}
@media screen and (min-width: 541px) {
  .campany-tbl th {
    width: 140px;
    padding-left: 10px;
    letter-spacing: 0.1rem;
  }
}
@media screen and (min-width: 835px) {
  .campany-tbl th {
    width: 190px;
    padding-left: 15px;
  }
}