@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap");

body.fix {
  overflow: hidden;
}

body {
  animation: fade 2s forwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

a {
  transition: 0.5s;
}

.target {
  opacity: 0;
  transition: 0.8s;
  transform: translateY(30px);
}

.target.run {
  opacity: 1;
  transform: translateY(0);
}

.target.anim_delay {
  transition-delay: 0.3s;
}

.target.anim_delay {
  transition-delay: 0.6s;
}

.target.anim_delay2 {
  transition-delay: 1s;
}

header {
  background-color: transparent;
  padding: 37px 50px;
}

header h1 {
  width: 340px;
  display: flex;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  z-index: 9;
}

header h1 a img {
  width: 240px;
  margin-right: 10px;
}

header .hum {
  position: absolute;
  right: 50px;
  width: 45px;
  height: 14px;
  z-index: 9;
  cursor: pointer;
}

header .hum span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transition: 0.3s;
}

header .hum span:first-of-type {
  top: 0;
}

header .hum span:last-of-type {
  bottom: 0;
}

header .hum.open span:first-of-type {
  transform: rotate(20deg);
  top: 50%;
}

header .hum.open span:last-of-type {
  transform: rotate(-20deg);
  bottom: 30%;
}

header nav {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  height: 100vh;
  width: 480px;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  transition: 0.3s;
  transform: translateX(100%);
  opacity: 0;
  padding-top: 150px;
}

header nav.open {
  transform: translateX(0);
  opacity: 1;
}

header nav ul li a {
  display: block;
}

header nav ul li a .en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 0.08em;
}

header nav ul li a .ja {
  font-size: 10px;
  letter-spacing: 0.15em;
}

header nav ul li a * {
  text-align: center;
}

header nav ul li {
  margin-top: 65px;
}

header nav ul li:first-of-type {
  margin-top: 0;
}

header nav ul li.no_link a {
  opacity: 0.2;
}

header nav .h_bnr_wrap {
  margin-top: 70px;
  width: 100%;
  text-align: center;
}

header nav .menu_smileup_btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.2em;
  border: 1px solid #000000;
  padding: 11px 31px 7px 19px;
  margin-top: 40px;
}

header nav .h_bnr {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  border: solid 1px #000000;
  max-width: 320px;
  width: 100%;
  text-align: center;
  padding: 22px 15px;
  background-color: #000000;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.08em;
}

.container {
  max-width: 1056px;
  padding: 0 28px;
}

.first_block {
  padding: 100px 0 120px;
  display: flex;
  justify-content: center;
}

.first_block .first_block_left {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  writing-mode: vertical-rl;
  position: relative;
  padding-top: 60px;
}

.first_block .first_block_right_wrap {
  display: flex;
}

.first_block .first_block_left:before {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #000000;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
}

.first_block .first_block_center {
  font-size: 30px;
  margin: 0 95px 0 60px;
  font-weight: lighter;
  line-height: 1.6;
  margin-top: -0.55em;
  margin-top: -0.5em;
  letter-spacing: 0.2em;
}

.first_block .first_block_right {
  font-size: 12px;
  line-height: 2.3;
  margin-top: -0.7em;
  letter-spacing: 0.2em;
}

.aboutus .aboutus_flex {
  display: flex;
  align-items: center;
}

.aboutus .aboutus_left {
  width: 69%;
}

.aboutus .aboutus_right .h2_wrap {
  margin-left: -0.8em;
}

.aboutus .aboutus_right .h2_wrap .en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.aboutus .aboutus_right .h2_wrap h2 {
  font-size: 12px;
  margin-top: 5px;
  border-bottom: none;
  margin-bottom: 0;
  letter-spacing: 0.15em;
}

.aboutus p {
  text-align: center;
  font-size: 12px;
  line-height: 2.3;
  margin-top: 50px;
  letter-spacing: 0.2em;
}

.smile-update {
  display: flex;
  justify-content: center;
  margin: 40px auto 110px;
}

.smile-update a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.2em;
  border: 1px solid #000000;
  padding: 11px 31px 7px 19px;
}

.smile-update a img {
  width: 66px;
  height: 52px;
  margin-right: 13px;
}

/*===============
INTERVIEW
=================*/
.interview {
  position: relative;
}

.interview:before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  left: 82px;
  top: 0;
  background-color: #f7f7f7;
  z-index: -1;
}

.interview p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background-color: #ff0000;
  padding: 6px 12px;
  letter-spacing: 0.2em;
}

.interview {
  /* height: 1200px; */
  position: relative;
  padding-bottom: 92px;
}

/* 2022/10改修 */
.interview h2,
.special_talk h2 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  border-bottom: none;
  padding-top: 76px;
}

.interview h2 span,
.special_talk h2 span {
  font-size: 12px;
  margin: 0;
  border-bottom: none;
  margin-left: 20px;
  letter-spacing: 0.15em;
}

.int-image {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -40px;
}

@media screen and (max-width: 768px) {
  .int-image {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}

.int-image .img01 {
  width: 100%;
  position: relative;
}

.int-image a {
  position: relative;
  width: calc(50% - 80px);
  margin: 0 40px;
  display: block;
}

.int-image a>span {
  position: absolute;
  /* bottom: 65px;
    left: 34px; */
  bottom: 12px;
  left: 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.int-image a>span>span {
  position: relative;
  padding-left: 8px;
  font-family: "Josefin Sans", sans-serif;
}

.int-image a>span>span::before {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: -8px;
  bottom: 7px;
}

.int-image .img02 {
  max-width: 460px;
  width: 100%;
  /*height: 460px;*/
  position: relative;
}

/* 2023/11/01修正 */
.int-image a:nth-child(odd) {
  margin-top: 30px;
}

.int-image a:nth-child(even) {
  margin-top: 80px;
}

.int-image a:first-child {
  margin-top: 0;
}

.int-image a:nth-child(2) {
  margin-top: 50px;
}

/* 2023/11/01修正ここまで */

.int-image .img03 {
  width: 100%;
  height: auto;
  position: relative;
}

.int-image .img04 {
  width: 100%;
  position: relative;
}

.int-image .img05 {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {

  .interview .int-content h2,
  .special_talk .int-content h2 {
    font-size: 40px;
  }

  .interview .int-content h2 span,
  .special_talk .int-content h2 span {
    margin-left: 12px;
  }

  .special_talk .int-content h2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .special_talk .int-content h2 span {
    margin-left: 0;
    margin-top: 3px;
  }

  .int-image a .img01 {
    height: auto;
  }

  .int-image a:nth-of-type(2),
  .int-image a:nth-of-type(4) {
    margin-top: 50px;
    margin-left: auto;
    margin-right: -28px;
  }

  .int-image a>span {
    bottom: 15px;
    left: 20px;
  }

  .int-image .img02 {
    height: auto;
  }

  .int-image a .span02 {
    left: 30px;
  }

  .int-image .img03 {
    height: auto;
    margin-top: 30px;
  }

  .int-image .img04 {
    height: auto;
  }

  .int-image .img05 {
    height: auto;
    margin-top: 30px;
  }
}

/*===============
END INTERVIEW
=================*/

.to_recruit_page {
  padding: 100px 0 80px;
}

.to_recruit_page .h2_wrap {
  display: flex;
  align-items: center;
}

.to_recruit_page .h2_wrap .en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.to_recruit_page .h2_wrap h2 {
  font-size: 12px;
  margin: 0;
  border-bottom: none;
  margin-left: 20px;
  letter-spacing: 0.15em;
}

.to_recruit_btns_wrap {
  display: flex;
  justify-content: center;
  margin: 32px -6px 0;
}

/*==== RECRUIT hover ==== */

.to_recruit_btns_wrap a:hover {
  background-color: #000;
  color: #f7f7f7;
  opacity: 1;
}

.to_recruit_btns_wrap a:hover .office_name:before {
  background-color: #ffffff;
}

/*==== RECRUIT hover ==== */
.to_recruit_btns_wrap a {
  display: block;
  margin: 0 6px;
  width: calc(33.333% - 12px);
  background-color: #f7f7f7;
  padding: 8px 30px;
  transition: 0.3s;
}

.to_recruit_btns_wrap a .office_name {
  position: relative;
  line-height: 1;
}

.to_recruit_btns_wrap a .office_name:before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateX(-120%);
  transition: 0.3s;
}

.to_recruit_btns_wrap a:hover .office_name:before {
  transform: translateX(-140%);
}

.to_recruit_btns_wrap a .office_name span {
  font-size: 10px;
  margin-left: 5px;
}

.to_recruit_btns_wrap a .office_name span.en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
}

.to_recruit_btns_wrap a .inner {
  text-align: center;
  line-height: 1.57;
  margin-top: 17px;
  margin-bottom: 19px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
}

.to_recruit_btns_wrap a .inner.subTitleIn {
  flex-wrap: wrap;
  justify-content: center;
}
.to_recruit_btns_wrap a .inner.subTitleIn p.work-style {
  font-size: 70%;
}

.bottom_btns {
  display: flex;
  justify-content: center;
}

.bottom_btns a {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  border: solid 1px #000000;
  max-width: 320px;
  width: 100%;
  text-align: center;
  padding: 22px 15px;
  margin: 0 7px;
  transition: 0.3s;
}

.bottom_btns a:hover {
  background-color: #000000;
  color: #fff;
  opacity: 1;
}

.bottom_btns a:last-of-type {
  background-color: #000000;
  color: #fff;
}

.bottom_btns a:last-of-type:hover {
  background-color: #fff;
  border: solid 1px #000000;
  color: inherit;
  opacity: 1;
}

footer {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 50px 15px 30px;
  background-color: transparent;
}

footer .copy {
  text-align: center;
  font-size: 10px;
}

@media screen and (max-height: 1400px) and (min-width: 769px) {
  header nav {
    padding-top: 0;
    justify-content: center;
  }

  header nav ul li {
    margin-top: 35px;
  }

  header nav .h_bnr_wrap {
    margin-top: 50px;
  }

  header nav .menu_smileup_btn a {
    margin-top: 30px;
  }
}

/*===============
動画
=================*/
.top_movie_block {
  margin-bottom: 120px;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.top_movie_block iframe {
  width: 100%;
  height: 100%;
}

.top_movie_block p {
  /*仮スタイル*/
  background-color: gainsboro;
  height: 500px;
  text-align: center;
  line-height: 500px;
}

/*===============
SPECIAL TALK
=================*/
.special_talk {
  position: relative;
  padding-bottom: 92px;
  margin-top: 120px;
}

.special_talk:before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  right: 82px;
  top: 0;
  background-color: #f7f7f7;
  z-index: -1;
}

.st-image a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.st-image a:not(:last-child) {
  margin-bottom: 3.75rem;
}

.st-image a:nth-child(2) {
  flex-direction: row-reverse;
}

.st-image a img {
  max-width: 670px;
}

.st-title-block {
  width: 100%;
  margin-right: calc(50% - 50vw);
  margin-left: -4.5%;
  z-index: 1;
}

.st-image a:nth-child(2) .st-title-block {
  margin-left: calc(50% - 50vw);
  margin-right: -4.5%;
}

.st-title-block .talk-num {
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 3px;
}

.st-image a:first-child .st-title-block .talk-num {
  max-width: 25%;
  text-align: right;
}

.st-image a:nth-child(2) .st-title-block .talk-num {
  max-width: 38%;
  margin-left: auto;
}

.st-image a:last-child .st-title-block .talk-num {
  max-width: 29%;
  text-align: right;
}

.st-title-block .talk-num span {
  font-size: 2.5em;
  font-weight: 300;
  margin-left: 5px;
}

.st-title-block .talk-grp {
  border: 1px solid;
  padding: 13px 25px;
  font-size: 34px;
  font-weight: 200;
  letter-spacing: 0.15em;
  line-height: 1.41;
  display: flex;
  align-items: center;
}

.st-image a:not(:nth-child(2)) .talk-grp {
  border-right: none;
}

.st-title-block .talk-grp span {
  font-size: 0.52em;
  padding: 0 8px;
}

.st-image a:nth-child(2) .st-title-block .talk-grp {
  justify-content: flex-end;
  border-left: none;
}

@media screen and (max-width: 1440px) {
  .st-image a:first-child .st-title-block .talk-num {
    max-width: 37%;
  }

  .st-image a:nth-child(2) .st-title-block .talk-num {
    max-width: 53%;
  }

  .st-image a:last-child .st-title-block .talk-num {
    max-width: 41%;
  }
}

@media screen and (max-width: 1366px) {
  .st-image a:nth-child(2) .st-title-block .talk-num {
    max-width: 57%;
  }

  .st-image a:last-child .st-title-block .talk-num {
    max-width: 44%;
  }
}

@media screen and (max-width: 1024px) {
  .st-title-block .talk-grp {
    font-size: 28px;
  }

  .st-image a:first-child .st-title-block .talk-num {
    max-width: 55%;
  }

  .st-image a:nth-child(2) .st-title-block .talk-num {
    max-width: 77%;
  }

  .st-image a:last-child .st-title-block .talk-num {
    max-width: 60%;
  }
}


/* ▼▼▼ 768px
=====================================*/
@media screen and (max-width: 768px) {
  header {
    padding: 23px 25px;
  }

  header a {
    display: block;
  }

  header h1 a img {
    width: 130px;
  }

  header h1 span {
    display: block;
    margin-top: 6px;
  }

  header .hum {
    right: 15px;
    width: 30px;
    height: 9px;
  }

  header nav {
    width: 100%;
  }

  header nav ul li {
    margin-top: 50px;
  }

  header nav ul li {
    font-size: 14px;
  }

  header nav ul li a .en {
    font-size: 22px;
    line-height: 1.2;
  }

  header nav .h_bnr {
    padding: 18px 15px;
  }

  .first_block {
    padding: 50px 0 65px;
  }

  .first_block .first_block_right_wrap {
    display: block;
    margin: 0 0 0 35px;
  }

  .first_block .first_block_center {
    font-size: 20px;
    margin: 0 0 25px;
    font-weight: lighter;
    margin-top: -0.5em;
  }

  .aboutus .aboutus_flex {
    display: block;
  }

  .aboutus .aboutus_left {
    width: calc(100% + 56px);
    margin: 0 -28px;
  }

  .aboutus .aboutus_right .h2_wrap {
    margin: 40px auto 0;
    display: flex;
    justify-content: left;
  }

  .aboutus .aboutus_right h2 {
    margin-left: 20px;
  }

  .aboutus .aboutus_right .h2_wrap .en {
    font-size: 40px;
  }

  .aboutus p {
    margin-top: 25px;
    text-align: left;
  }

  .to_recruit_page {
    padding: 80px 0 70px;
  }

  .to_recruit_page .h2_wrap .en {
    font-size: 40px;
  }

  .to_recruit_btns_wrap {
    display: block;
    margin: 30px auto 0;
  }

  .to_recruit_btns_wrap a {
    width: 100%;
    margin-bottom: 12px;
    padding: 10px 15px;
  }

  .to_recruit_btns_wrap a .office_name {
    margin-left: 15px;
  }

  .to_recruit_btns_wrap a .inner {
    font-size: 14px;
    margin-top: 14px;
    margin-bottom: 20px;
  }

  .bottom_btns {
    display: block;
    margin: 0 auto;
  }

  .bottom_btns a {
    max-width: 100%;
    padding: 22px 15px;
    margin: 0 auto;
    display: block;
  }

  .bottom_btns a:last-of-type {
    margin-top: 20px;
  }

  footer {
    padding: 85px 15px 20px;
  }

  header nav .menu_smileup_btn a {
    padding: 8px 31px 4px 19px;
    margin-top: 30px;
  }
}

/*=========================
        SYS-ENG
==========================*/

@media screen and (max-width: 768px) {
  .interview {
    padding-bottom: 64px;
  }

  .interview .int-content h2,
  .special_talk .int-content h2 {
    padding-top: 50px;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .int-image a {
    width: calc(100%);
    margin: 0 auto 0 -28px;
  }

  .int-image a:nth-child(even) {
    margin-left: auto;
    margin-right: -28px;
  }

  .int-image a:not(:first-child) {
    margin-top: 30px;
  }


  .top_movie_block p {
    height: 250px;
    line-height: 250px;
  }

  .special_talk {
    margin-top: 70px;
    padding-bottom: 44px;
  }

  .st-image {
    margin: 0 -28px;
  }

  .st-image a {
    display: block;
  }

  .st-image a:nth-child(2) {
    text-align: right;
  }

  .st-image a:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .st-image a img {
    max-width: calc(100% - 28px);
  }

  .st-title-block {
    margin-right: 0;
    margin-left: 0;
    margin-top: -12px;
    padding-left: 3.5rem;
    position: relative;
  }

  .st-image a:nth-child(2) .st-title-block {
    padding-right: 3.5rem;
    padding-left: 0;
  }

  .st-image a:first-child .st-title-block .talk-num,
  .st-image a:nth-child(2) .st-title-block .talk-num,
  .st-image a:last-child .st-title-block .talk-num {
    font-size: 10px;
    max-width: 100%;
    text-align: left;
  }

  .st-image a:nth-child(2) .st-title-block .talk-num {
    padding-left: 16rem;
  }

  .st-title-block .talk-num span {
    font-size: 2.2em;
  }

  .st-title-block .talk-grp {
    font-size: 20px;
    padding: 10px 16px;
  }

  .st-title-block .talk-grp span {
    padding: 0px 4px;
  }

  .st-image a:not(:nth-child(2)) .st-title-block .talk-grp {
    border-right: none;
  }

  .st-image a:nth-child(2) .st-title-block .talk-grp {
    border-left: none;
  }
}

@media screen and (max-width: 420px) {
  .st-image a:nth-child(2) .st-title-block .talk-num {
    padding-left: 10rem;
  }
}

@media screen and (max-width: 375px) {
  .st-image a:nth-child(2) .st-title-block .talk-num {
    padding-left: 8rem;
  }
}