/*mixin*/
/**/
@media screen and (max-width: 900px) {
  main {
    padding: 0;
  }
}

.box_header {
  position: relative;
  margin: 25px auto 0;
  width: 95%;
  max-width: 1196px;
}
.box_header figure {
  margin: 0;
  width: 50%;
  max-width: 380px;
}

#mv {
  position: relative;
  margin: 100px auto 0;
  width: 100%;
  height: 75vw;
  max-height: 867px;
}
@media screen and (max-width: 900px) {
  #mv {
    margin: 8vw auto 0;
  }
}
#mv .inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin: 0 auto;
  width: 85%;
  max-width: 1196px;
  height: 100%;
}
#mv .inner h1 {
  position: absolute;
  left: 0;
  top: -3vw;
  max-width: 788px;
  width: 65%;
}
#mv .inner .box_name {
  width: 50%;
  max-width: 650px;
}
#mv .inner .box_name .num {
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 2px solid #000;
}
#mv .inner .box_name .num img {
  max-width: 268px;
}
#mv .inner .box_name .name {
  margin: 30px 0 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}
#mv .inner .box_name .name span {
  display: block;
  margin: 0 0 10px;
  font-size: 25px;
}
@media screen and (max-width: 900px) {
  #mv .inner .box_name .name {
    margin: 5vw 0 0;
    font-size: 6vw;
  }
  #mv .inner .box_name .name span {
    font-size: 3vw;
  }
}
#mv.mv_tomo {
  background: url("../images/hero/mv_tomo.jpg") no-repeat 0 0/100%;
}
@media screen and (max-width: 900px) {
  #mv.mv_tomo {
    background: url("../images/hero/mv_tomo_sp.jpg") no-repeat 0 0/cover;
  }
}
#mv.mv_sato {
  background: url("../images/hero/mv_sato.jpg") no-repeat 0 0/100%;
}
@media screen and (max-width: 900px) {
  #mv.mv_sato {
    background: url("../images/hero/mv_sato_sp.jpg") no-repeat 0 0/cover;
  }
}
#mv.mv_take {
  background: url("../images/hero/mv_take.jpg") no-repeat 0 0/100%;
}
@media screen and (max-width: 900px) {
  #mv.mv_take {
    background: url("../images/hero/mv_take_sp.jpg") no-repeat 0 0/cover;
  }
}
#mv .comment {
  position: absolute;
  right: 0;
  bottom: -10%;
  padding: 30px 35px;
  width: 75%;
  max-width: 940px;
  box-sizing: content-box;
  background: linear-gradient(to left, rgba(177, 0, 4, 0.5) 0%, rgba(199, 91, 57, 0.5) 50%, rgba(204, 124, 0, 0.5) 100%);
  z-index: 1;
}
@media screen and (max-width: 900px) {
  #mv .comment {
    bottom: -25%;
    padding: 3vw 3vw 3vw 4vw;
  }
}
#mv .comment .txt {
  font-size: 30px;
  font-weight: 800;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  #mv .comment .txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  #mv .comment .txt {
    font-size: 3.75vw;
  }
}

.box_inner_main {
  position: relative;
  padding: 150px 0;
  background: url("../images/hero/bg_body.png") repeat 0 0/10%;
}
@media screen and (max-width: 900px) {
  .box_inner_main {
    padding: 30vw 0 10vw;
  }
}
.box_inner_main .inner {
  position: relative;
  margin: 0 auto;
  width: 95%;
  max-width: 1196px;
  height: 100%;
}
.box_inner_main .catch {
  display: block;
  position: absolute;
  left: 0;
  font-size: 75px;
  letter-spacing: 0.1em;
  font-weight: 600;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  transform: skew(-15deg) rotate(-15deg);
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .box_inner_main .catch {
    font-size: 7.5vw;
  }
}
.box_inner_main .catch.bottom {
  right: 0;
  bottom: 400px;
}
@media screen and (max-width: 900px) {
  .box_inner_main .catch.bottom {
    bottom: 120vw;
  }
}
.box_inner_main.tomo .box_message#comment01 {
  margin-top: 0;
  padding-left: min(13vw,190px);
}
.box_inner_main.tomo .box_message#comment02 {
  padding-left: min(13vw,190px);
}
.box_inner_main.tomo .box_message#comment04 {
  padding-right: min(13vw,200px);
}
.box_inner_main.tomo .box_message#comment05 {
  padding-right: min(13vw,200px);
}
.box_inner_main.tomo .box_message#comment05 h2 .num {
  width: 32%;
}
.box_inner_main.sato .catch {
  left: unset;
  right: 0;
}
.box_inner_main.sato .catch.bottom {
  left: 0;
  right: unset;
  bottom: -125px;
}
@media screen and (max-width: 1200px) {
  .box_inner_main.sato .catch.bottom {
    bottom: -5vw;
  }
}
@media screen and (max-width: 900px) {
  .box_inner_main.sato .catch.bottom {
    bottom: 81vw;
  }
}
.box_inner_main.sato .box_message#comment01 {
  margin-top: 0;
  padding-right: min(13vw,200px);
}
.box_inner_main.sato .box_message#comment01 .comment_60 {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 900px) {
  .box_inner_main.sato .box_message#comment01 .comment_60 .txt {
    margin: 5vw 0 0 auto;
  }
}
.box_inner_main.sato .box_message#comment02 {
  padding-right: min(13vw,200px);
}
.box_inner_main.sato .box_message#comment04 {
  padding-left: min(13vw,190px);
}
.box_inner_main.sato .box_message#comment05 {
  padding-left: min(13vw,190px);
}
.box_inner_main.sato .box_message#comment05 h2 .num {
  width: 30%;
}
.box_inner_main.take .catch.bottom {
  right: 0;
  bottom: min(100vw, 800px);
}
.box_inner_main.take .box_message#comment01 {
  margin-top: 0;
  padding-left: min(13vw,200px);
}
.box_inner_main.take .box_message#comment02 {
  padding-left: min(13vw,200px);
}
.box_inner_main.take .box_message#comment02 .comment_70 {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 900px) {
  .box_inner_main.take .box_message#comment02 .comment_70 {
    padding: 0;
  }
  .box_inner_main.take .box_message#comment02 .comment_70 .txt {
    width: 50%;
    margin: 5vw 0 0 auto;
  }
}
.box_inner_main.take .box_message#comment03 {
  padding-right: min(13vw,190px);
}
.box_inner_main.take .box_message#comment04 {
  padding-right: min(13vw,190px);
  padding-bottom: 100px;
}
.box_inner_main.take .box_message#comment04 h2 .num {
  width: 25%;
}
@media screen and (max-width: 900px) {
  .box_inner_main.take .box_message#comment04 .txt {
    width: 50%;
    margin: 5vw 0 0 0;
  }
  .box_inner_main.take .box_message#comment04 h2 .num {
    width: 15%;
  }
}
.box_inner_main.take .box_message#comment05 .comment_100 {
  margin: 0;
}
.box_inner_main.take .box_message#comment05 .comment_100 h2 .num {
  width: 24%;
}
.box_inner_main .box_message {
  position: relative;
  margin-top: 120px;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .box_inner_main .box_message {
    margin-top: 10vw;
  }
}
.box_inner_main .box_message .comment_100 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 970px;
}
.box_inner_main .box_message .comment_70 {
  position: relative;
  z-index: 1;
  width: 70%;
  max-width: 595px;
}
@media screen and (max-width: 900px) {
  .box_inner_main .box_message .comment_70 {
    width: 100%;
    max-width: unset;
  }
  .box_inner_main .box_message .comment_70 .txt {
    width: 55%;
  }
}
.box_inner_main .box_message .comment_60 {
  position: relative;
  z-index: 1;
  width: 60%;
  max-width: 576px;
}
@media screen and (max-width: 900px) {
  .box_inner_main .box_message .comment_60 {
    width: 100%;
    max-width: unset;
  }
  .box_inner_main .box_message .comment_60 .txt {
    width: 55%;
  }
}
.box_inner_main .box_message h2 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-size: 27px;
}
.box_inner_main .box_message h2 .num {
  margin: 0 20px 0 0;
  width: 15%;
  max-width: 95px;
}
@media screen and (max-width: 900px) {
  .box_inner_main .box_message h2 {
    font-size: 3.75vw;
  }
}
.box_inner_main .box_message .answer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 65px auto 0;
  background: #fff;
  padding: 40px 20px;
  font-size: 28px;
  line-height: 2;
}
.box_inner_main .box_message .answer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 3vw;
  height: 3vw;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
.box_inner_main .box_message .answer::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 3vw;
  height: 3vw;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 900px) {
  .box_inner_main .box_message .answer {
    margin: 4vw auto 0;
    padding: 3vw 4vw;
    font-size: 4vw;
  }
}
.box_inner_main .box_message .txt {
  margin: 40px auto 0;
  font-size: 20px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 900px) {
  .box_inner_main .box_message .txt {
    margin: 5vw 0 0;
    font-size: 3vw;
    line-height: 1.75;
  }
}
.box_inner_main .box_message .img_tomo01 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 338px;
}
@media screen and (max-width: 900px) {
  .box_inner_main .box_message .img_tomo01 {
    bottom: 0;
    top: unset;
    width: 40%;
  }
}
.box_inner_main .box_message .img_tomo02 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 65vw;
  max-width: 693px;
}
.box_inner_main .box_message .img_sato01 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 41%;
  max-width: 374px;
}
.box_inner_main .box_message .img_sato02 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 60%;
  max-width: 678px;
}
@media screen and (max-width: 1200px) {
  .box_inner_main .box_message .img_sato02 {
    top: unset;
    bottom: 0;
    width: 46%;
  }
}
@media screen and (max-width: 900px) {
  .box_inner_main .box_message .img_sato02 {
    width: 60%;
  }
}
.box_inner_main .box_message .img_take01 {
  position: absolute;
  bottom: 0;
  z-index: 0;
  width: 450px;
}
@media screen and (max-width: 900px) {
  .box_inner_main .box_message .img_take01 {
    left: 1%;
    width: 50%;
  }
}
.box_inner_main .box_message .img_take02 {
  position: absolute;
  right: 0;
  top: 0;
  width: 700px;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .box_inner_main .box_message .img_take02 {
    width: 70%;
    top: unset;
    right: 5%;
    bottom: 0;
  }
}

.box_profile {
  position: relative;
  margin: 30px auto 0;
  padding-bottom: 0;
  padding-left: min(11vw,190px);
  width: 100%;
  max-width: 1196px;
}
.box_profile::before {
  content: "";
  position: absolute;
  left: 3vw;
  top: -4vw;
  z-index: 0;
  transform: rotate(-15deg);
  display: block;
  width: 570px;
  height: 570px;
  background: linear-gradient(to left, rgb(240, 236, 227) 4.31%, rgb(229, 222, 207) 42.93%, rgb(226, 218, 202) 46.71%, rgb(212, 200, 178) 66.21%, rgb(203, 190, 164) 84.44%, rgb(200, 186, 159) 100%);
}
@media screen and (max-width: 900px) {
  .box_profile {
    height: 170vw;
  }
  .box_profile::before {
    top: -15vw;
    left: -4vw;
    width: 80vw;
    height: 80vw;
  }
}
.box_profile .fb {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.box_profile .box_prof_mess {
  position: relative;
  padding: 20px 0 0;
  width: 330px;
  z-index: 1;
}
.box_profile .box_prof_mess .txt {
  margin: 30px 0 0;
  font-size: min(4.5vw, 30px);
  line-height: 2;
  font-weight: 800;
}
@media screen and (max-width: 900px) {
  .box_profile .box_prof_mess {
    padding: 4vw 0 0;
    width: 58%;
  }
  .box_profile .box_prof_mess .txt {
    margin: 5vw 0 0;
    line-height: 1.75;
  }
}
.box_profile figure {
  position: relative;
  z-index: 1;
  width: 63%;
  max-width: 633px;
}
@media screen and (max-width: 900px) {
  .box_profile figure {
    position: absolute;
    right: 0;
    bottom: 42vw;
    width: 80%;
    overflow: hidden;
  }
}
.box_profile .box_prof_dtl {
  position: absolute;
  left: 0;
  bottom: -5vw;
  z-index: 1;
  padding: 30px 35px;
  width: 90%;
  max-width: 760px;
  background: linear-gradient(to left, rgba(177, 0, 4, 0.5) 0%, rgba(199, 91, 57, 0.5) 50%, rgba(204, 124, 0, 0.5) 100%);
}
@media screen and (max-width: 1200px) {
  .box_profile .box_prof_dtl {
    bottom: -10vw;
    padding: 3vw;
  }
}
@media screen and (max-width: 900px) {
  .box_profile .box_prof_dtl {
    bottom: 0;
    padding: 4vw 5vw;
  }
}
.box_profile .box_prof_dtl h3 {
  width: 22vw;
  max-width: 135px;
}
.box_profile .box_prof_dtl .ttl {
  margin: 20px 0 0;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .box_profile .box_prof_dtl .ttl {
    margin: 3vw 0 0;
    font-size: 3.5vw;
  }
}
.box_profile .box_prof_dtl .lst_prof {
  margin: 15px 0 0;
  padding: 0;
}
.box_profile .box_prof_dtl .lst_prof li {
  margin: 5px 0 0;
  padding-left: 1rem;
  text-indent: -1rem;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .box_profile .box_prof_dtl .lst_prof li {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .box_profile .box_prof_dtl .lst_prof {
    margin: 3vw 0 0;
  }
  .box_profile .box_prof_dtl .lst_prof li {
    font-size: 2.5vw;
    letter-spacing: 0;
  }
}
.box_profile.sato::before {
  left: 4%;
  top: -14%;
  width: 666px;
  height: 666px;
  border-radius: 50%;
  transform: rotate(-15deg);
}
@media screen and (max-width: 900px) {
  .box_profile.sato::before {
    left: -5%;
    top: -10%;
    width: 90vw;
    height: 90vw;
  }
}
.box_profile.sato figure {
  width: 85%;
  max-width: 772px;
}
@media screen and (max-width: 900px) {
  .box_profile.sato figure {
    bottom: 29vw;
    max-width: unset;
    width: 100%;
  }
}
.box_profile.sato .box_prof_mess {
  padding: 50px 0 0;
  width: 365px;
}
@media screen and (max-width: 1200px) {
  .box_profile.sato .box_prof_mess {
    width: 42%;
  }
}
@media screen and (max-width: 900px) {
  .box_profile.sato .box_prof_mess {
    padding: 0;
    width: auto;
  }
  .box_profile.sato .box_prof_mess h2 {
    width: 60%;
  }
}
.box_profile.sato .box_prof_mess .txt {
  margin: 50px 0 0;
}
@media screen and (max-width: 900px) {
  .box_profile.sato .box_prof_mess .txt {
    margin: 5vw 0 0;
  }
}
.box_profile.take {
  padding-left: min(8vw,190px);
}
.box_profile.take::before {
  left: unset;
  right: 0;
  top: -5%;
  transform: skew(0deg, -10deg);
  width: 670px;
}
@media screen and (max-width: 900px) {
  .box_profile.take::before {
    width: 64vw;
    height: 64vw;
  }
}
.box_profile.take .box_prof_mess {
  top: 3vw;
  right: 8vw;
  order: 1;
  width: 390px;
}
@media screen and (max-width: 1200px) {
  .box_profile.take .box_prof_mess {
    top: 4vw;
    right: 12vw;
  }
  .box_profile.take .box_prof_mess .txt {
    font-size: 27px;
  }
}
@media screen and (max-width: 900px) {
  .box_profile.take .box_prof_mess {
    position: absolute;
    padding: 0;
    right: 0;
    width: 54%;
  }
  .box_profile.take .box_prof_mess h2 {
    width: 65%;
  }
  .box_profile.take .box_prof_mess .txt {
    font-size: 4vw;
  }
}
.box_profile.take figure {
  max-width: 772px;
  order: 0;
}
@media screen and (max-width: 900px) {
  .box_profile.take figure {
    bottom: 20vw;
    width: 90%;
    right: unset;
    max-width: unset;
    left: 0;
  }
}

.box_next {
  margin: 100px auto 0;
}
@media screen and (max-width: 900px) {
  .box_next {
    margin: 10vw auto 0;
  }
}
.box_next h2 {
  margin: auto;
  width: 65%;
  max-width: 665px;
}
.box_next .inner {
  margin: 0 auto;
  width: 95%;
  max-width: 700px;
}
.box_next .lst_next {
  width: 100%;
  margin: 100px auto 0;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .box_next .lst_next {
    margin: 10vw auto 0;
  }
}
.box_next .lst_next li {
  margin: 0 auto;
  height: 200px;
}
@media screen and (max-width: 900px) {
  .box_next .lst_next li {
    height: 35vw;
  }
}
.box_next .lst_next li .name {
  padding: 10px 0 0 200px;
  font-size: 40px;
  font-weight: 600;
}
.box_next .lst_next li .name span {
  margin-right: 10px;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .box_next .lst_next li .name {
    padding: 10px 0 0 25vw;
    font-size: 8.5vw;
  }
  .box_next .lst_next li .name span {
    display: block;
    font-size: 3.5vw;
  }
}
.box_next .lst_next li:nth-child(2) {
  margin: 120px auto 0;
}
@media screen and (max-width: 900px) {
  .box_next .lst_next li:nth-child(2) {
    margin: 15vw auto 0;
  }
}
.box_next .lst_next li figure {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
}
.box_next .lst_next li figure.tomo {
  width: 40vw;
  max-width: 280px;
}
.box_next .lst_next li figure.sato {
  width: 35vw;
  max-width: 234px;
}
.box_next .lst_next li figure.take {
  width: 44vw;
  max-width: 300px;
}
.box_next .lst_next li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
  background-position: right bottom, left bottom;
  background-repeat: no-repeat;
  background-size: 30%, 100%;
}
@media screen and (max-width: 900px) {
  .box_next .lst_next li a {
    background-size: 36%, 100%;
  }
}
.box_next .lst_next li.num01 a {
  background-image: url("../images/hero/img_next_num01.svg"), linear-gradient(to right, rgb(239, 239, 239) 0%, rgb(226, 226, 226) 9.8%, rgb(212, 213, 213) 26.07%, rgb(204, 204, 204) 45.86%, rgb(201, 202, 202) 78.77%, rgb(181, 181, 182) 100%);
}
.box_next .lst_next li.num02 a {
  background-image: url("../images/hero/img_next_num02.svg"), linear-gradient(to right, rgb(239, 239, 239) 0%, rgb(226, 226, 226) 9.8%, rgb(212, 213, 213) 26.07%, rgb(204, 204, 204) 45.86%, rgb(201, 202, 202) 78.77%, rgb(181, 181, 182) 100%);
}
.box_next .lst_next li.num03 a {
  background-image: url("../images/hero/img_next_num03.svg"), linear-gradient(to right, rgb(239, 239, 239) 0%, rgb(226, 226, 226) 9.8%, rgb(212, 213, 213) 26.07%, rgb(204, 204, 204) 45.86%, rgb(201, 202, 202) 78.77%, rgb(181, 181, 182) 100%);
}/*# sourceMappingURL=hero.css.map */