@charset "UTF-8";
/* CSS Document */
h3 {
  font-size: clamp(1rem, 2.8125vw, 4.5rem);
}
/*.mv::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
}*/
main {
  background-image: url(../img/common/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
/*---------------------------------------------------------------------
	エントリーボタン
---------------------------------------------------------------------*/
.entrybtn {
  position: absolute;
  top: clamp(100px, 100vh, 700px);
  right: 100px;
  z-index: 30;
  -webkit-transform: translateY(-80%);
  transform: translateY(-80%);
}
.entrybtn .btn .circle {
  width: 13.125vw;
  min-width: 160px;
  max-width: 210px;
  min-height: 160px;
  height: 13.125vw;
  max-height: 210px;
  background-color: var(--orange);
  padding-top: 30px;
  box-shadow: 0 0 60px rgba(255, 255, 255, 0.7);
}
.entrybtn .btn::before, .entrybtn .btn::after {
  display: none;
}
.entrybtn .btn .circle > img {
  width: 22px;
  display: block;
  margin: 0 auto;
}
.entrybtn .btn .circle span {
  display: block;
  margin: 0 auto;
  font-size: clamp(1rem, 2.1875vw, 3.5rem);
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
.entrybtn .btn .circle .sp {
  letter-spacing: -0.1em;
}
.entrybtn .circle-txt {
  width: 15.375vw;
  min-width: 190px;
  max-width: 246px;
  height: 15.375vw;
  min-height: 190px;
  max-height: 246px;
}
/*---------------------------------------------------------------------
	インタビュー
---------------------------------------------------------------------*/
.interview {
  padding-bottom: 0 !important;
  background-image: url("../img/interview/bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
.interview-inner {
  padding-bottom: 300px;
  position: relative;
}
.bottom-img {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 750px;
  width: 46.875vw;
  max-height: 750px;
  height: 46.875vw;
}
.prof {
  margin-bottom: 100px;
  column-gap: 7.5vw;
}
.prof .bgbox {
  max-width: 300px;
  width: 18.75vw;
  max-height: 300px;
  height: 18.75vw;
}
.prof .bgbox .img-box,.prof .bgbox .img-box img{
  border-radius: 100%;
}
.prof .bgbox::after {
  display: none;
}
.prof .circle-txt {
  width: 22.5vw;
  max-width: 360px;
  height: 22.5vw;
  max-height: 360px;
}
.prof .name {
  font-size: clamp(1rem, 2.5vw, 4.0rem);
}
.prof .name span:not(.number) {
  font-size: clamp(1rem, 1.875vw, 3.0rem);
  display: inline-block;
  margin-left: 8px;
}
.prof .name .number {
  font-size: clamp(1rem, 1.875vw, 3.0rem);
  color: var(--green);
}
/* その他の社員 */
.other h3 {
  margin-bottom: 80px;
}
.other .prof {
  margin-bottom: 0;
  column-gap: 3.75vw;
  justify-content: center;
  padding: 10px 0;
}
.other .prof .bgbox {
  max-width: 176px;
  width: 11vw;
  max-height: 176px;
  height: 11vw;
  border-radius: 100%;
}
.other .prof .circle-txt {
  width: 13.75vw;
  max-width: 220px;
  height: 13.75vw;
  max-height: 220px;
}
.other .prof .name {
  font-size: clamp(1rem, 1.875vw, 3.0rem);
  margin-right: 30px;
}
.other .prof .name span:not(.number) {
  font-size: clamp(1rem, 1.375vw, 2.2rem);
}
.other .prof .name .number {
  font-size: clamp(1rem, 1.375vw, 2.2rem);
}
.other .prof .prof-name {
  column-gap: 4.375vw;
  align-items: flex-end;
}
/*---------------------------------------------------------------------
	タブ
---------------------------------------------------------------------*/
.page_menu {
  column-gap: 50px;
  margin-bottom: 120px;
}
.page_menu li {
  border-left: solid 1px var(--green);
}
.page_menu li a {
  color: var(--green);
  line-height: 1.75;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  padding: 6px 0 0 20px;
  width: clamp(150px, 15.625vw, 250px);
  height: 8.75vw;
  max-height: 140px;
}
.page_menu li a .number {
  font-size: clamp(1rem, 2.5vw, 4.0rem);
  letter-spacing: 0.3rem;
}
.page_menu li a .subtitle {
  font-size: clamp(1rem, 1.875vw, 3.0rem);
  line-height: 1.4;
}
.page_menu li a .subtitle span {
  font-size: clamp(1rem, 1.375vw, 2.2rem);
  line-height: 1.2;
  margin-left: 5px;
}
.page_menu li a::after {
  background: var(--green);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.page_menu li a:hover {
  color: #ffffff;
  transform: scale(1, 1);
}
.page_menu li a:hover::after {
  transform: scale(1, 1);
}
.page_menu li a.now {
  color: #ffffff;
  background: var(--green);
}
/*---------------------------------------------------------------------
	編集後記
---------------------------------------------------------------------*/
.after {
  background-color: #ffffff;
}
h3 {
  font-size: clamp(1.2rem, 2.8125vw, 4.5rem);
  margin-bottom: 40px;
}
/*---------------------------------------------------------------------
	エントリーエリア
---------------------------------------------------------------------*/
section.entry-area {
  padding: 40px 0 100px !important;
}
.entry-area .contact-box {
  background-color: var(--orange);
  padding: 1.25vw 5%;
}
.entry-area .telbox p {
  font-size: clamp(1.2rem, 2.125vw, 3.4rem);
}
.blur1 {
  width: 1400px;
  bottom: 0;
  right: -600px
}
.blur2 {
  width: 350px;
  left: -250px;
  top: 80px;
}
.blur3 {
  width: 600px;
  right: 350px;
  top: 500px;
}
.blur4 {
  width: 300px;
  right: 100px;
  top: 1100px;
}
.line {
  width: 100%;
  height: auto;
  top: -150px;
  right: 0;
}
/*---------------------------------------------------


    sp


---------------------------------------------------*/
@media screen and (max-width: 768px) {
  .mv::after {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
  }
  /*---------------------------------------------------------------------
	エントリーボタン
---------------------------------------------------------------------*/
  .entrybtn {
    right: 20px;
    top: calc(100vh - 100px);
  }
  .entrybtn .btn .circle {
    width: 125px;
    height: 125px;
    padding-top: 16px;
    min-width: 100%;
    min-height: 100%;
  }
  .entrybtn .btn .circle > img {
    width: 16px;
  }
  .entrybtn .btn .circle span {
    font-size: 2.6rem;
    margin-top: 0;
  }
  .entrybtn .btn .circle .sp {
    line-height: 1.2;
    margin-top: -4px;
  }
  .entrybtn .circle-txt {
    width: 155px;
    min-width: 100%;
    height: 155px;
    min-height: 100%;
  }
  /*---------------------------------------------------------------------
	インタビュー
---------------------------------------------------------------------*/
  .message-box__item {
    flex-direction: column-reverse;
    grid-row-gap: 40px;
  }
  .interview-inner {
    padding-bottom: 400px;
  }
  .bottom-img {
    max-width: 400px;
    width: 100%;
    height: auto;
  }
  .prof {
    margin-bottom: 80px;
  }
  .prof .bgbox {
    width: 220px;
    height: 220px;
  }
  .prof .circle-txt {
    width: 265px;
    height: 265px;
  }
  .prof .name {
    font-size: 2.2rem;
	text-align: center;
  }
  .prof .name span:not(.number) {
    font-size: 1.6rem;
    margin-left: 4px;
  }
  .prof .name .number {
    font-size: 2.6rem;
    text-align: center;
  }
  /* その他の社員 */
  .other h3 {
    margin-bottom: 60px;
  }
  .other .prof {
    column-gap: 40px;
    padding: 0;
  }
  .other .prof .bgbox {
    width: 110px;
    height: 110px;
    margin-bottom: 0;
  }
  .other .prof .circle-txt {
    width: 133px;
    height: 133px;
  }
  .other .prof .name {
    font-size: 2.0rem;
    margin-right: 0;
  }
  .other .prof .name span:not(.number) {
    font-size: 1.6rem;
  }
  .other .prof .name .number {
    font-size: 2.2rem;
    text-align: left;
  }
  .other .prof .prof-name {
    grid-row-gap: 10px;
    align-items: flex-end;
  }
  /*---------------------------------------------------------------------
	タブ
---------------------------------------------------------------------*/
  .page_menu {
    column-gap: 5.3vw;
    margin-bottom: 90px;
  }
  .page_menu li {
    width: calc(100%/2);
    max-width: 250px;
  }
  .page_menu li a {
    padding: 3px 0 0 20px;
    width: 100%;
    height: 80px;
  }
  .page_menu li a .number {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  .page_menu li a .subtitle {
    font-size: 1.8rem;
  }
  .page_menu li a .subtitle span {
    font-size: 1.4rem;
    margin-left: 3px;
  }
  /*---------------------------------------------------------------------
	編集後記
---------------------------------------------------------------------*/
  h3 {
    font-size: 2.6rem;
  }
  /*---------------------------------------------------------------------
	エントリーエリア
---------------------------------------------------------------------*/
  section.entry-area {
    padding: 50px 0 80px !important;
  }
  .entry-area .contact-box {
    padding: 24px 0;
  }
  .entry-area .telbox p {
    font-size: 1.8rem;
  }
  .line {
    position: relative;
    width: 224vw;
    height: 93.3vw;
    top: -80px;
    right: auto;
    left: -158.7vw;
  }
}