@charset "UTF-8";

/*--------------------------------------
base
--------------------------------------*/
html {
  scroll-padding-top: 9rem;
  font-size: 62.5%;
  max-width: 100vw;
  scroll-behavior: smooth;
}

@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 6rem;
  }
}

img {
  width: 100%;
}

ul,
li {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 0.7692307692vw;
  }
}

@media screen and (max-width: 1300px) and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-size: 1.6rem;
  font-kerning: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  -ms-overflow-style: none;
  scrollbar-width: none;
  color: #3B4043;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, "MS PGothic", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}

/*--------------------------------------
common
--------------------------------------*/
.only-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .only-sp {
    display: block;
  }
}

.only-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

.l-inner {
  max-width: 110rem;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.l-heading {
  margin-bottom: 2.7rem;
}

.l-heading>p {
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-bottom: 4.4rem;
  width: 68.6rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .l-heading>p {
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-bottom: 5rem;
    width: auto;
  }
}

.heading-strong-blue {
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #004097;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .heading-strong-blue {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.heading-strong-red {
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #E50120;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .heading-strong-red {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.heading01 img {
  width: 30rem;
}

@media screen and (max-width: 767px) {
  .heading01 img {
    width: 22.6rem;
  }
}

.heading01-sm img {
  width: 21.1rem;
}

@media screen and (max-width: 767px) {
  .heading01-sm img {
    width: 17.1rem;
  }
}

.heading02 img {
  width: 78.7rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .heading02 img {
    width: 31.6rem;
  }
}

/*--------------------------------------
header
--------------------------------------*/
.header-pc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 3.5rem;
  padding-right: 4.4rem;
  position: sticky;
  top: 0;
  background-color: #fff;
  height: 8rem;
  border-bottom: 1px solid #EEE;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .header-pc {
    display: none;
  }
}

.header-logo {
  width: 29.6rem;
}

.header-logo img {
  width: 100%;
}

.header-menu {
  display: flex;
  gap: 3.7rem;
  text-decoration: none;
}

.header-logo-wrap {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.header-logo-wrap .blue {
  color: #004097;
}

.header-logo-wrap .red {
  color: #E50120;
}

.header-text {
  font-size: 1.8rem;
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.header-menu a {
  padding-bottom: 0.5rem;
  background-image: linear-gradient(#E50120, #E50120);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
}

.header-menu a:hover {
  background-position: bottom left;
  background-size: 100% 0.2rem;
}

.header-menu a.active {
  background-position: bottom left;
  background-size: 100% 0.2rem;
}

@media screen and (max-width: 767px) {
  .header-logo-image {
    width: 19rem;
  }
}

.header-sp {
  position: fixed !important;
  background-color: #fff;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom: 1px solid #EEE;
  z-index: 100000;
}

.header-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .header-sp {
    display: flex;
  }
}

.header-logo-wrap-sp {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-logo-wrap-sp .blue {
  color: #004097;
}

.header-logo-wrap-sp .red {
  color: #E50120;
}

.header-sp-text {
  font-size: 1rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.fixed-button-2color {
  font-size: 2.2rem;
  font-weight: 500;
  color: #FFF;
  writing-mode: vertical-rl;
  position: fixed;
  right: -0.1rem;
  width: 7rem;
  height: 30.8rem;
  top: 11.3rem;
  background: linear-gradient(138deg, rgb(0, 64, 151) 50%, rgb(229, 1, 32) 50%);
  display: grid;
  place-items: center;
  border-radius: 2rem 0 0 2rem;
  transition: all 0.3s;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .fixed-button-2color {
    top: auto;
    bottom: 0;
    writing-mode: horizontal-tb;
    width: 308px;
    height: 70px;
    font-size: 22px;
    left: 50%;
    transform: translate(-50%, 100%);
    border-radius: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: transform 0.3s ease;
    z-index: 1000;
  }
}

.fixed-button-2color:hover {
  transform: scale(0.95, 0.95);
  transform-origin: right center;
}

@media screen and (max-width: 767px) {
  .fixed-button-2color:hover {
    transform: translate(-50%, 100%);
  }
}

.fixed-button-2color.active {
  transform: translate(-50%, 0);
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  border-bottom: none;
}

.nav {
  overflow-y: auto;
}

/*--------------------------------------
MV
--------------------------------------*/
.people-image-container img {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}

.people-image-container-sp img {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}

.people-image-container {
  max-width: 120rem;
  height: 72rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .people-image-container {
    display: none;
  }
}

.people-image-container-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .people-image-container-sp {
    display: block;
    width: 100%;
    height: 54.9rem;
    margin: 0 auto;
    position: relative;
    margin-top: 5rem;
    overflow: hidden;
  }
}

.image01 {
  position: absolute;
  left: 22.6rem;
  width: 28.3rem;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .image01 {
    width: 17rem;
    left: 4.8rem;
    top: 0.4rem;
    z-index: 6;
  }
}

.image02 {
  position: absolute;
  right: 15.2rem;
  width: 27.5rem;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .image02 {
    width: 17.3rem;
    right: 4.3rem;
    z-index: 4;
  }
}

.image03 {
  position: absolute;
  left: 11.9rem;
  width: 22.8rem;
  height: auto;
  top: 13.5rem;
  z-index: 14;
}
.image04 {
  position: absolute;
  left: 34.8rem;
  width: 34.5rem;
  height: auto;
  top: 12.5rem;
  z-index: 14;
}
@media screen and (max-width: 767px) {
  .image04 {
    width: 20.7rem;
    left: 1rem;
    z-index: 10;
  }
}

.image05 {
  position: absolute;
  right: 45.5rem;
  width: 24.6rem;
  height: auto;
  top: 9rem;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .image05 {
    width: 16.6rem;
    right: 11.4rem;
    top: 20.5rem;
    z-index: 16;
  }
}

.image06 {
  position: absolute;
  right: 22.2rem;
  width: 30rem;
  height: auto;
  top: 14.3rem;
  z-index: 14;
}
@media screen and (max-width: 767px) {
  .image06 {
    width: 18.1rem;
    right: 0.6rem;
    top: 10.8rem;
    z-index: 12;
  }
}

.image07 {
  position: absolute;
  right: 2rem;
  width: 22.3rem;
  height: auto;
  top: 12.5rem;
  z-index: 14;
}

.image08 {
  position: absolute;
  left: 0;
  width: 26.1rem;
  height: auto;
  top: 29.3rem;
  z-index: 16;
}
@media screen and (max-width: 767px) {
  .image08 {
    width: 19.7rem;
    left: -3rem;
    top: 22.2rem;
    z-index: 14;
  }
}

.image09 {
  position: absolute;
  left: 22.8rem;
  width: 21.3rem;
  height: auto;
  top: 27.8rem;
  z-index: 16;
}
@media screen and (max-width: 767px) {
  .image09 {
    width: 13.3rem;
    left: 10.2rem;
    top: 10.3rem;
    z-index: 8;
  }
}

.image10 {
  position: absolute;
  right: 0.9rem;
  width: 30.6rem;
  height: auto;
  top: 29.8rem;
  z-index: 16;
}
@media screen and (max-width: 767px) {
  .image10 {
    width: 19.2rem;
    right: -2rem;
    top: 23.5rem;
    z-index: 18;
  }
}

.image11 {
  position: absolute;
  left: 18.5rem;
  width: 25.4rem;
  height: auto;
  top: 43.7rem;
  z-index: 18;
}

.image12 {
  position: absolute;
  right: 16.2rem;
  width: 22.9rem;
  height: auto;
  top: 40.5rem;
  z-index: 18;
}

.image-copy {
  position: absolute;
  width: 53.5rem;
  top: 31.3rem;
  right: 31.7rem;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .image-copy {
    width: 33.2rem;
    right: 2.1rem;
    top: 33.3rem;
    z-index: 20;
  }
}

.image-kazari {
  position: absolute;
  right: 0rem;
  width: 117.5rem;
  height: auto;
  top: 1.4rem;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .image-kazari {
    width: 35.6rem;
    top: 1.5rem;
    right: 1.39rem;
    z-index: 22;
  }
}

.image-kazari-anim01 {
  position: absolute;
  left: 21rem;
  width: 6.2rem;
  height: auto;
  top: 9rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .image-kazari-anim01 {
    width: 3.9rem;
    left: 4rem;
  }
}

.image-kazari-anim02 {
  position: absolute;
  left: 49rem;
  width: 4.4rem;
  height: auto;
  top: 16rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .image-kazari-anim02 {
    display: none;
  }
}

.image-kazari-anim03 {
  position: absolute;
  left: 102rem;
  width: 9rem;
  height: auto;
  top: 7rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .image-kazari-anim03 {
    width: 5.9rem;
    left: 29.5rem;
    top: 22rem;
  }
}

.image-kazari-anim04 {
  position: absolute;
  left: 100rem;
  width: 3.7rem;
  height: auto;
  top: 56rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .image-kazari-anim04 {
    width: 2.4rem;
    left: 22rem;
    top: 28rem;
  }
}

.people-image-container .people-image.show {
  opacity: 1;
  animation: bounceScale 3s ease-in-out;
}

.people-image-container-sp .people-image-sp.show {
  opacity: 1;
  animation: bounceScale 3s ease-in-out;
}

.image-kazari.show,
.image-copy.show {
  opacity: 1;
  animation: bounceScale-sub 3s ease-in-out;
}

.mv-image.show img {
  opacity: 1;
  animation: bounceScale-sub 3s ease-in-out;
}

.mv-image-sp.show img {
  opacity: 1;
  animation: bounceScale-sub 3s ease-in-out;
}

.image-kazari.show,
.image-copy.show,
.image-kazari-anim01.show {
  opacity: 1;
  animation: bounceScale-sub 3s ease-in-out;
}

.expansion {
  animation: expansion 14.5s ease-in-out infinite;
  /* 1秒かけて拡大・縮小 */
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .expansion {
    animation: expansion-sp 9.7s ease-in-out infinite;
  }
}

@keyframes expansion {
  0% {
    transform: scale(1);
    /* 元のサイズ */
  }
  2.5% {
    transform: scale(1.1);
    /* 1.1倍に拡大 */
  }
  5% {
    transform: scale(1);
    /* 元のサイズに戻る */
  }
}
@keyframes expansion-sp {
  0% {
    transform: scale(1);
    /* 元のサイズ */
  }
  4% {
    transform: scale(1.1);
    /* 1.1倍に拡大 */
  }
  8% {
    transform: scale(1);
    /* 元のサイズに戻る */
  }
}
.loop {
  animation: shake 2s infinite !important;
  opacity: 1 !important;
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-15deg);
  }
  40% {
    transform: rotate(0deg);
  }
}
@keyframes bounceScale {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.15);
    /* 初回のみ大きく拡大 */
  }
  30% {
    transform: scale(0.9);
    /* 初回のみ少し縮小 */
  }
  50% {
    transform: scale(1.03);
    /* 初回のみ少し拡大 */
  }
  70% {
    transform: scale(1);
    /* 元のサイズに戻る */
  }
  90% {
    transform: scale(0.99);
    /* 通常のスケール変化 */
  }
  100% {
    transform: scale(1);
    /* 元のサイズに戻る */
  }
}
@keyframes bounceScale-sub {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
    /* 初回のみ大きく拡大 */
  }
  30% {
    transform: scale(0.97);
    /* 初回のみ少し縮小 */
  }
  50% {
    transform: scale(1);
    /* 初回のみ少し拡大 */
  }
  100% {
    transform: scale(1);
    /* 元のサイズに戻る */
  }
}
@keyframes bounceScale-kazari {
  0% {
    transform: scale(1);
    /* 通常サイズ */
  }
  30% {
    transform: scale(1);
    /* 通常サイズ */
  }
  50% {
    transform: scale(0.98);
    /* 縮小 */
  }
  70% {
    transform: scale(1.01);
    /* 少し拡大 */
  }
  100% {
    transform: scale(1);
    /* 元のサイズに戻る */
  }
}
/*--------------------------------------
contact
--------------------------------------*/
.contact {
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .contact {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.l-contact {
  border-radius: 8rem;
  padding: 1rem;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.contact-wrap {
  position: relative;
  border: 2px dashed #004097;
  border-radius: 8rem;
}

.contact-wrap::before {
  position: absolute;
  top: -7rem;
  left: -4rem;
  content: "";
  background-image: url(/wpd/wp-content/themes/isshoni/src/img/recruit-site/img_cta_bubble.svg);
  width: 28rem;
  height: 16.9rem;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .contact-wrap::before {
    width: 24rem;
    left: -2rem;
    top: -9rem;
  }
}

.contact-wrap.contact-01::after {
  position: absolute;
  content: "";
  background-image: url(/wpd/wp-content/themes/isshoni/src/img/recruit-site/img_cta_01.png);
  width: 23.8rem;
  height: 21.3rem;
  top: -7rem;
  right: 1rem;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .contact-wrap.contact-01::after {
    width: 12.3rem;
    top: 6.4rem;
    right: 0.6rem;
  }
}

.contact-wrap.contact-02::after {
  position: absolute;
  content: "";
  background-image: url(/wpd/wp-content/themes/isshoni/src/img/recruit-site/img_cta_02.png);
  width: 23.8rem;
  height: 21.3rem;
  top: -7rem;
  right: -3rem;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .contact-wrap.contact-02::after {
    width: 12.3rem;
    top: 6.4rem;
    right: 0.6rem;
  }
}

.contact-wrap.contact-03::after {
  position: absolute;
  content: "";
  background-image: url(/wpd/wp-content/themes/isshoni/src/img/recruit-site/img_cta_03.png);
  width: 23.8rem;
  height: 21.3rem;
  top: -7rem;
  right: -3rem;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .contact-wrap.contact-03::after {
    width: 12.3rem;
    top: 4rem;
    right: -1.5rem;
  }
}

.contact-wrap.contact-04::after {
  position: absolute;
  content: "";
  background-image: url(/wpd/wp-content/themes/isshoni/src/img/recruit-site/img_cta_04.png);
  width: 23.8rem;
  height: 21.3rem;
  top: -7rem;
  right: -3rem;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .contact-wrap.contact-04::after {
    width: 12.3rem;
    top: 6.4rem;
    right: 0.6rem;
  }
}

.contact-wrap>h2 {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .contact-wrap>h2 {
    font-size: 1.7rem;
    text-align: left;
    padding-left: 2.8rem;
    padding-top: 5rem;
  }
}

.contact-strong-blue {
  font-size: 3rem;
  color: #004097;
}

@media screen and (max-width: 767px) {
  .contact-strong-blue {
    font-size: 2.2rem;
  }
}

.button-blue {
  position: relative;
  background-color: #004097;
  height: 7rem;
  border-radius: 1000rem;
  display: grid;
  place-items: center;
  transition: all 0.3s;
  z-index: 100;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .button-blue {
    height: 5.2rem;
    width: 31rem;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.button-blue img {
  width: 38.8rem;
}

@media screen and (max-width: 767px) {
  .button-blue img {
    width: 25rem;
  }
}

.button-blue::before {
  position: absolute;
  left: 1.7rem;
  content: "";
  background-image: url(/wpd/wp-content/themes/isshoni/src/img/recruit-site/arrow_blue.svg);
  width: 2.6rem;
  height: 2.6rem;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .button-blue::before {
    width: 1.4rem;
    height: 1.4rem;
    left: 1rem;
  }
}

.button-blue:hover {
  transform: scale(0.95, 0.95);
}

@media screen and (max-width: 767px) {
  .button-blue:hover {
    transform: none;
  }
}

.button-red {
  position: relative;
  background-color: #E50120;
  height: 7rem;
  border-radius: 1000rem;
  display: grid;
  place-items: center;
  transition: all 0.3s;
  z-index: 100;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .button-red {
    height: 5.2rem;
    width: 31rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.button-red img {
  width: 32.5rem;
}

@media screen and (max-width: 767px) {
  .button-red img {
    width: 22rem;
  }
}

.button-red::before {
  position: absolute;
  left: 1.7rem;
  content: "";
  background-image: url(/wpd/wp-content/themes/isshoni/src/img/recruit-site/arrow_red.svg);
  width: 2.6rem;
  height: 2.6rem;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .button-red::before {
    width: 1.4rem;
    height: 1.4rem;
    left: 1rem;
  }
}

.button-red:hover {
  transform: scale(0.95, 0.95);
}

.contact-list {
  display: flex;
  gap: 2.3rem;
  list-style: none;
  padding: 0;
  margin: 3.4rem auto 3.8rem;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .contact-list {
    display: block;
    margin-top: 1.6rem;
  }
}

.contact-item {
  width: 100%;
  height: 7rem;
  max-width: 50rem;
}

@media screen and (max-width: 767px) {
  .contact-item {
    height: auto;
  }
}

.contact {
  margin-bottom: 7.5rem;
  margin-top: 7.5rem;
}

@media screen and (max-width: 767px) {
  .contact {
    margin-bottom: 3rem;
  }
}

.contact04 {
  margin-bottom: 0;
}

/*--------------------------------------
break-image
--------------------------------------*/
.break-container {
  width: calc(100vw + 40rem);
  margin-left: -20rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  z-index: -100;
}

@media screen and (max-width: 767px) {
  .break-container {
    width: calc(100vw + 80rem);
    margin-left: -40rem;
  }
}

.break-wrap {
  overflow-x: hidden;
  margin-top: -15rem;
}

@media screen and (max-width: 767px) {
  .break-wrap {
    margin-top: -8rem;
  }
}

.break-wrap.break03 {
  margin-top: -4rem;
}

.break-image {
  width: 150vw;
  height: 40vw;
  border-radius: 50%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .break-image {
    width: 200vw;
    height: 60vw;
  }
}

/*--------------------------------------
message
--------------------------------------*/
.l-message-inner {
  background-image: url(/wpd/wp-content/themes/isshoni/src/img/recruit-site/img_message_bg.jpg);
  background-position: bottom;
  content: "";
  padding-bottom: 33rem;
  background-size: 100% auto;
}

@media screen and (max-width: 767px) {
  .l-message-inner {
    padding-bottom: 20rem;
    background-size: auto;
  }
}

.message-text {
  line-height: 3.6rem;
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .message-text {
    font-size: 1.6rem;
  }
}

.message-strong-red {
  font-size: 2.4rem;
  color: #E50120;
}

@media screen and (max-width: 767px) {
  .message-strong-red {
    font-size: 2rem;
  }
}

.message-strong-blue {
  font-size: 2.4rem;
  color: #004097;
}

@media screen and (max-width: 767px) {
  .message-strong-blue {
    font-size: 2rem;
  }
}

/*--------------------------------------
work
--------------------------------------*/
.l-work-inner,
.l-people-inner,
.l-place-inner,
.l-top-message-inner {
  background-image: url(/wpd/wp-content/themes/isshoni/src/img/recruit-site/img_bg_patarn.png);
  content: "";
  background-position: top;
  background-repeat: repeat-x;
}

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

  .l-work-inner,
  .l-people-inner,
  .l-place-inner,
  .l-top-message-inner {
    background-image: url(/wpd/wp-content/themes/isshoni/src/img/recruit-site/img_bg_patarn_sp.png);
  }
}

.l-people-inner {
  margin-top: 7.6rem;
}

.l-place-inner {
  margin-top: 7.6rem;
}

.work-content {
  padding-left: 0;
}

.work-content li:not(:last-child) {
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .work-content li:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.work-body {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 5.4rem 10rem;
  border-radius: 3rem;
}

@media screen and (max-width: 767px) {
  .work-body {
    padding: 2rem 2rem 4rem;
  }
}

.work-body h3 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.8rem;
}

@media screen and (max-width: 767px) {
  .work-body h3 {
    width: 100%;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .work-body h3 img {
    width: 100%;
  }
}

.work-body h4 {
  width: 16rem;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .work-body h4 {
    margin: 0 auto;
    width: 11.3rem;
    margin-bottom: 2rem;
  }
}

.work-body h4 img {
  width: 16rem;
}

@media screen and (max-width: 767px) {
  .work-body h4 img {
    width: 11.3rem;
  }
}

.work-body p {
  margin-bottom: 2rem;
  margin-top: 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .work-body p {
    margin-bottom: 1.5rem;
  }
}

.work-body p:last-of-type {
  margin-bottom: 0;
}

.work-strong-red {
  color: #E50120;
  font-weight: 600;
  background: linear-gradient(transparent 70%, #FEEA90 0%);
  line-height: 1.3;
}

.work-strong-blue {
  color: #004097;
  font-weight: 600;
  background: linear-gradient(transparent 70%, #FEEA90 0%);
  line-height: 1.3;
}

.work-body-wrap-01 {
  padding-top: 14.8rem;
  background-image: url(/wpd/wp-content/themes/isshoni/src/img/recruit-site/img_bg_work_01.jpg);
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .work-body-wrap-01 {
    background-size: 200%;
    background-position: center top;
    padding-top: 11rem;
  }
}

.work-body-wrap-02 {
  margin-top: 6rem;
  padding-top: 14.8rem;
  background-image: url(/wpd/wp-content/themes/isshoni/src/img/recruit-site/img_bg_work_02.jpg);
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .work-body-wrap-02 {
    background-size: 200%;
    background-position: center top;
    padding-top: 11rem;
  }
}

.work-content li {
  display: flex;
  align-items: top;
  gap: 5rem;
}

@media screen and (max-width: 767px) {
  .work-content li {
    display: block;
  }
}

.work-content li p {
  line-height: 2;
}

/*--------------------------------------
people
--------------------------------------*/
.people-feature-wrap {
  padding-top: 42rem;
  background-image: url(/wpd/wp-content/themes/isshoni/src/img/recruit-site/img_bg_people.jpg);
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .people-feature-wrap {
    background-size: 130%;
    background-position: center top;
    padding-top: 15rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.people-feature {
  background-color: #fff;
  border-radius: 3rem;
  padding: 4.6rem 5.2rem 5.2rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .people-feature {
    padding: 3rem 2rem 3rem;
  }
}

.people-feature h3 {
  width: 61.2rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .people-feature h3 {
    width: 26rem;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .people-feature h3 img {
    width: 26rem;
  }
}

.people-feature-list {
  margin-top: 4rem;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: start;
  row-gap: 4rem;
  column-gap: 2rem;
}

.people-feature-item img {
  width: auto;
}

.people-feature-number {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .people-feature-number {
    margin-top: 3rem;
  }
}

.people-interview {
  margin-top: 8rem;
}

.people-interview-inner {
  position: relative;
}

.people-interview-number {
  position: absolute;
  width: 21.1rem;
  top: -9rem;
  right: -7rem;
}

.people-interview-number .text {
  font-size: 2rem;
  position: absolute;
  z-index: 1;
  color: #FFF;
  display: flex;
  top: 3rem;
  text-align: right;
  gap: 1.6rem;
  justify-content: center;
  align-items: center;
  left: 1rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .people-interview-number .text {
    font-size: 1rem;
    top: 1.8rem;
    gap: 0.6rem;
    left: 0.4rem;
  }
}

.people-interview-number .text span {
  display: block;
  font-size: 4.6rem;
}

@media screen and (max-width: 767px) {
  .people-interview-number .text span {
    font-size: 2rem;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .people-interview-number {
    width: 10.2rem;
    top: -1rem;
    right: 0;
  }
}

.people-interview-content {
  border: 1rem solid #EEEEEE;
  border-radius: 3rem;
  padding-left: 5rem;
  padding-right: 9rem;
  padding-top: 5rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .people-interview-content {
    border: 0.5rem solid #EEEEEE;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 6rem;
  }
}

.people-interview-content:last-of-type {
  margin-bottom: 0;
}

.people-interview-heading {
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .people-interview-heading {
    display: block;
  }
}

.people-interview-content.open {
  padding-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .people-interview-content.open {
    padding-bottom: 4rem;
  }
}

.people-interview-img {
  width: 37rem;
  margin-left: -5rem;
  margin-top: -8rem;
}

@media screen and (max-width: 767px) {
  .people-interview-img {
    width: 20.8rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.people-interview-img img {
  width: 37rem;
}

@media screen and (max-width: 767px) {
  .people-interview-img img {
    width: 20.8rem;
  }
}

.people-interview-text {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .people-interview-text {
    text-align: center;
  }
}

.people-interview-text .info {
  display: inline-block;
  padding-right: 2rem;
  font-size: 1.8rem;
  padding-bottom: 1.8rem;
  border-bottom: 0.1rem dashed #CCCCCC;
}

@media screen and (max-width: 767px) {
  .people-interview-text .info {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 1rem;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .people-interview-text .info>.meta {
    font-size: 1.6rem;
    text-align: center;
  }
}

.people-interview-text>p {
  font-size: 2.8rem;
  line-height: 1.35;
  margin-top: 1.1rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .people-interview-text>p {
    font-size: 2rem;
  }
}

.people-interview-body {
  text-align: left;
}

.people-interview-list {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: ease all 0.3s;
}

.people-interview-list.active {
  height: auto;
  transition: ease all 0.3s;
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .people-interview-list.active {
    margin-top: 3rem;
  }
}

.people-interview-qa-list {
  margin: 0;
  padding: 0;
}

.people-interview-q-item {
  font-size: 2rem;
  line-height: 1.5;
  list-style: none;
}

.people-interview-a-item {
  padding-left: 3rem;
  list-style: none;
}

.people-interview-button-wrap {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  justify-content: flex-end;
  margin-top: -6rem;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .people-interview-button-wrap {
    margin-top: 0;
  }
}

.people-interview-button-wrap {
  position: relative;
}

.close-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.close-button::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

.people-interview-button-wrap:hover .close-button::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.icon {
  transition: opacity 0.3s;
}

.people-interview-button-wrap:hover .icon {
  opacity: 0.8;
}

.people-heading>p {
  width: 82rem;
}

@media screen and (max-width: 767px) {
  .people-heading>p {
    width: auto;
  }
}

.people-interview-button-wrap.open {
  margin-top: 0;
}

.people-interview-item {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 767px) {
  .people-interview-item {
    font-size: 1.6rem;
  }
}

.people-interview-item:nth-child(odd) {
  color: #004097;
}

.people-interview-item:nth-child(even) {
  color: #E50120;
}

.people-interview-item-a {
  color: #3B4043;
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 4rem;
  margin-top: 1.5rem;
  line-height: 3.2rem;
}

@media screen and (max-width: 767px) {
  .people-interview-item-a {
    padding-left: 0;
    margin-top: 1rem;
    line-height: 2.4rem;
  }
}

.close-button {
  line-height: 1;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .close-button {
    font-size: 1.2rem;
  }
}

.yamashita {
  margin-top: 8rem;
  border: 1px solid #999999;
  border-radius: 3rem;
  padding-bottom: 3.4rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .yamashita {
    padding-right: 0;
    padding-left: 0;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.yamashita h3 {
  margin-top: 0;
  padding-left: 3rem;
  margin-top: -3rem;
  width: 63.8rem;
}

@media screen and (max-width: 767px) {
  .yamashita h3 {
    width: 100%;
    padding-left: 2rem;
    width: 28.5rem;
    margin-top: 0;
    position: relative;
    top: -3rem;
  }
}

@media screen and (max-width: 767px) {
  .yamashita h3 img {
    width: 100%;
  }
}

.yamashita-heading {
  width: 100%;
  height: 13.5rem;
  background-image: url(/wpd/wp-content/themes/isshoni/src/img/recruit-site/img_bg_yamashita.svg);
  background-size: cover;
  border-radius: 3rem 3rem 0 0;
  display: flex;
  gap: 12rem;
}

@media screen and (max-width: 767px) {
  .yamashita-heading {
    display: block;
  }
}

.yamashita-img {
  width: 31.7rem;
  margin-top: -4rem;
}

@media screen and (max-width: 767px) {
  .yamashita-img {
    width: 24.1rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.yamashita-list {
  list-style: none;
  text-align: left;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .yamashita-list {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 19.4rem;
  }
}

.yamashita-qa-list {
  list-style: none;
  margin-bottom: 2.8rem;
}

.yamashita-qa-list:last-child {
  margin-bottom: none;
}

.yamashita-q-item {
  font-size: 2rem;
  font-weight: 600;
  color: #004097;
  margin-bottom: 3rem;
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .yamashita-q-item {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

.yamashita-q-item span {
  display: inline-block;
  width: 2.5rem;
  height: 3.1rem;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .yamashita-q-item span {
    width: 2.1rem;
    height: 3.7rem;
  }
}

.icon-flex {
  display: flex;
  gap: 1rem;
}

.yamashita-a-item {
  font-size: 2rem;
  font-weight: 600;
  color: #E50120;
  margin-bottom: 3rem;
  padding-left: 8.6rem;
  position: relative;
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .yamashita-a-item {
    font-size: 1.6rem;
    padding-left: 1.9rem;
	  padding-left:0;
  }
}

.yamashita-a-item span {
  display: inline-block;
  width: 2.5rem;
  height: 3.1rem;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .yamashita-a-item span {
    width: 2.1rem;
    height: 3.7rem;
  }
}

.yamashita-a-item p {
  color: #3B4043;
  font-weight: 400;
  margin-top: 0.8rem;
  line-height: 3.2rem;
  font-size: 1.6rem;
}

.yamashita-meta {
  border-top: 0.1rem dashed #CCCCCC;
  width: 100rem;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
  padding-top: 2.8rem;
}

@media screen and (max-width: 767px) {
  .yamashita-meta {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.yamashita-meta>.name {
  font-weight: 600;
  font-size: 1.8rem;
}

.yamashita-meta>p {
  margin-top: 0.8rem;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .yamashita-meta>p {
    font-size: 1.4rem;
  }
}

/*--------------------------------------
place
--------------------------------------*/
.place-headging-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.6rem;
}

@media screen and (max-width: 767px) {
  .place-headging-flex {
    display: block;
  }
}

.heading-right {
  text-align: left;
  line-height: 3.2rem;
}

@media screen and (max-width: 767px) {
  .heading-right {
    text-align: center;
  }
}

.place-heading {
  margin-bottom: 0;
}

.place-content {
  display: flex;
  gap: 6rem;
  align-items: flex-start;
  border-bottom: 0.1rem dashed #CCCCCC;
}

@media screen and (max-width: 767px) {
  .place-content {
    display: block;
  }
}

.place-content-wrap {
  border-top: 0.1rem dashed #CCCCCC;
}

.place-snap-img {
  width: 100rem;
  margin: 0 auto;
  margin-bottom: 4.4rem;
}

@media screen and (max-width: 767px) {
  .place-snap-img {
    width: 100%;
  }
}

.place-content h3 {
  position: relative;
  font-size: 1.8rem;
  border-radius: 10000rem;
  border: solid 1px #004097;
  width: 16rem;
  height: 16rem;
  flex-shrink: 0;
  padding: 0.5rem;
}

@media screen and (max-width: 767px) {
  .place-content h3 {
    margin-left: auto;
    margin-right: auto;
    width: 12.2rem;
    height: 12.2rem;
    margin-top: 3rem;
  }
}

.place-content h3 div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed #004097;
  display: block;
  border-radius: 10000rem;
  width: 15rem;
  height: 15rem;
}

@media screen and (max-width: 767px) {
  .place-content h3 div {
    margin-left: auto;
    margin-right: auto;
    width: 11.4rem;
    height: 11.4rem;
  }
}

.place-content h3 span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #004097;
  font-weight: 400;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .place-content h3 span {
    font-size: 1.4rem;
  }
}

.place-content.red h3 {
  border: solid 1px #E50120;
}

.place-content.red h3 div {
  border: 1px dashed #E50120;
}

.place-content.red h3 span {
  color: #E50120;
}

.place-list-wrap {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .place-list-wrap {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .place-list-wrap.title {
    font-size: 2rem;
  }
}

.place-list-wrap dl {
  position: relative;
}

@media screen and (max-width: 767px) {
  .place-list-wrap dl {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.place-list-wrap dt {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 400;
  display: flex;
  gap: 1.1rem;
  position: relative;
}

.place-list-wrap dt:hover .icon {
  opacity: 0.8;
  /* 色を薄くする */
}

.place-list-wrap dt:hover .title::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.place-list-wrap dd {
  font-size: 1.6rem;
  line-height: 2;
  margin: 0;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
  padding-left: 4.6rem;
  height: 0;
  overflow: hidden;
  transition: ease all 0.3s;
}

.place-list-wrap .title {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .place-list-wrap .title {
    font-size: 1.8rem;
  }
}

.place-list-wrap .title::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

.icon {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #EAC600;
  border-radius: 1000px;
  position: relative;
  flex-shrink: 0;
  transition: opacity 0.3s;
}

.plus-icon {
  position: absolute;
  content: "";
  width: 1.4rem;
  height: 0.2rem;
  background: #FFF;
  transition: ease all 0.5s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: 100;
}

.plus-icon.active {
  transform: translate(-50%);
}

.minus-icon {
  position: absolute;
  content: "";
  width: 1.4rem;
  height: 0.2rem;
  background: #FFF;
  transform: translateY(-50%);
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.place-list-wrap dd.active {
  height: auto;
  transition: ease all 0.3s;
}

.only-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .only-sp {
    display: block;
  }
}

.only-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

/*--------------------------------------
top-message
--------------------------------------*/
.top-message {
  overflow: hidden;
}

.l-top-message-inner {
  margin-top: 5rem;
}

.top-message-content {
  text-align: left;
  margin-top: 5.2rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-message-content {
    text-align: center;
  }
}

.top-message-content .title {
  font-size: 2.6rem;
  line-height: 3.8rem;
  color: #004097;
  font-weight: 500;
}

.top-message-content .text {
  width: 68.2rem;
  line-height: 3.2rem;
  margin-top: 3rem;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .top-message-content .text {
    width: auto;
    text-align: left;
  }
}

.top-message-content .name span {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .top-message-content .name {
    text-align: left;
    margin-top: 2rem;
  }
}

.top-message-content .top-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .top-message-content .top-img {
    position: static;
    transform: none;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

.top-message-content .top-img img {
  overflow: hidden;
}

.company {
  border: 1px solid #999999;
  border-radius: 3rem;
  padding: 4rem;
  margin-top: 5.6rem;
}

@media screen and (max-width: 767px) {
  .company {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.company h3 {
  font-size: 2.4rem;
  text-align: left;
  margin-top: 0;
}

.company-info-wrap {
  display: flex;
  justify-content: space-between;
  gap: 5.4rem;
}

@media screen and (max-width: 767px) {
  .company-info-wrap {
    display: block;
  }
}

.company-info-list {
  text-align: left;
}

.company-info-list .title {
  margin-bottom: 0.4rem;
}

.company-info-list .item {
  display: flex;
}

@media screen and (max-width: 767px) {
  .company-info-list .item {
    display: block;
  }
}

.company-info-list .item:not(:last-child) {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 767px) {
  .company-info-list .item:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.company-info-list .content {
  padding-left: 1.6rem;
}

.company-info-list .content.tel {
  font-size: 2.4rem;
  line-height: 1;
}

.company-map {
  width: 54rem;
  height: 36rem;
}

@media screen and (max-width: 767px) {
  .company-map {
    width: 100%;
    height: 20.3rem;
    margin-top: 3rem;
  }
}

/*--------------------------------------
requirements
--------------------------------------*/
.l-requirements-inner {
  margin-top: 6rem;
}

.requirements-link {
  display: flex;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .requirements-link {
    display: block;
  }
}

.requirements-item a {
  color: #004097;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.requirements-item a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .requirements-item a:hover {
    opacity: 1;
  }
}

.requirements-item a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #004097;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

.requirements-item a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.requirements-item:not(:last-child) {
  border-right: 1px solid #707070;
  margin-right: 2rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .requirements-item:not(:last-child) {
    border-right: 0;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.requirements-item:not(:last-child) {
  padding-right: 2rem;
}

@media screen and (max-width: 767px) {
  .requirements-item:not(:last-child) {
    padding-right: 0;
  }
}

.requirements-item::before {
  background-image: url(/wpd/wp-content/themes/isshoni/src/img/recruit-site/arrow_bottom.svg);
  width: 1rem;
  height: 1rem;
  content: "";
  display: inline-block;
  background-size: contain;
  position: relative;
  top: -0.2rem;
  left: -0.2rem;
  padding-right: 1.6rem;
}

.requirements-content-block {
  border: 1px solid #999999;
  border-radius: 3rem;
  margin-top: 3.7rem;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .requirements-content-block {
    margin-top: 3rem;
  }
}

.requirements-wrap {
  padding-right: 4rem;
  padding-left: 4rem;
  margin-top: 4.9rem;
}

@media screen and (max-width: 767px) {
  .requirements-wrap {
    padding-right: 2rem;
    padding-left: 2rem;
    margin-top: 3rem;
  }
}

.requirements-heading {
  height: 6rem;
  background-color: #004097;
  border-radius: 3rem 3rem 0px 0px;
  color: #FFF;
  text-align: left;
  padding-left: 4rem;
  display: grid;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .requirements-heading {
    padding-left: 2rem;
  }
}

.requirements-heading h3 {
  margin: 0;
  font-weight: 500;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .requirements-heading h3 {
    font-size: 2rem;
  }
}

.requirements-content-l,
.requirements-content-r {
  text-align: left;
  flex: 1;
}

.requirements-content-l th,
.requirements-content-r th {
  width: 16rem;
  vertical-align: top;
  padding-right: 2rem;
  font-weight: 400;
}

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

  .requirements-content-l th,
  .requirements-content-r th {
    width: 9rem;
  }
}

.requirements-content-l tr,
.requirements-content-r tr {
  padding-top: 3rem;
}

.requirements-wrap {
  display: flex;
  gap: 3.3rem;
  align-items: flex-start;
  margin-bottom: 4.3rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .requirements-wrap {
    display: block;
  }
}

.requirements-info-left,
.requirements-info-right {
  flex: 1;
}

.requirements-wrap .item {
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .requirements-wrap .item {
    display: block;
  }
}

.requirements-wrap .content ul {
  list-style-position: inside;
  padding-left: 0;
}

.requirements-wrap .content li {
  margin: 0;
  padding: 0;
  text-indent: -1.4em;
  padding-left: 1.4em;
}

@media screen and (max-width: 767px) {
  .requirements-wrap .content {
    padding-left: 1.6rem;
  }
}

.requirements-wrap .item:not(:last-child) {
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .requirements-wrap .item:not(:last-child) {
    margin-bottom: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .requirements-info-left {
    margin-bottom: 1.8rem;
  }
}

.requirements-wrap .title {
  width: 12rem;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .requirements-wrap .title {
    width: auto;
    margin-bottom: 0.6rem;
  }
}

table {
  border-spacing: 1rem;
  border-collapse: separate;
}

/*--------------------------------------
meeting
--------------------------------------*/
.meeting-list {
  text-align: left;
  list-style: none;
  max-width: 74rem;
  position: relative;
}

.meeting-list::before {
  background-image: url(/wpd/wp-content/themes/isshoni/src/img/recruit-site/img_meeting_snap.png);
  content: "";
  width: 37.1rem;
  height: 69.3rem;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  right: -40rem;
}

@media screen and (max-width: 767px) {
  .meeting-list::before {
    background-image: none;
    width: auto;
    height: auto;
  }
}

.l-meeting-inner {
  margin-top: 6.6rem;
}

.meeting-item {
  font-size: 2.2rem;
  font-weight: 500;
  color: #004097;
}

@media screen and (max-width: 767px) {
  .meeting-item {
    font-size: 2rem;
  }
}

.meeting-item p {
  font-size: 1.6rem;
  color: #3B4043;
  font-weight: 400;
  margin-top: 1.3rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .meeting-item p {
    margin-bottom: 1.4rem;
  }
}

.meeting-item p span {
  display: inline-block;
  font-weight: 500;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .meeting-item p span {
    font-size: 1.6rem;
  }
}

.meeting-item::before {
  background-image: url(/wpd/wp-content/themes/isshoni/src/img/recruit-site/icon_check.svg);
  width: 3.3rem;
  height: 3.1rem;
  background-size: contain;
  content: "";
  display: inline-block;
  position: relative;
  top: 0.4rem;
  margin-right: 1rem;
}

@media screen and (max-width: 767px) {
  .meeting-item::before {
    width: 2.6rem;
    height: 2.5rem;
    margin-right: 0.5rem;
  }
}

/*--------------------------------------
footer
--------------------------------------*/
.footer {
  border-top: 1px solid #CCCCCC;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .footer {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.footer-logo {
  width: 21.1rem;
  margin-top: 4.2rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .footer-logo {
    margin-top: 2.4rem;
  }
}

.footer-logo img {
  width: 21.1rem;
}

.footer-link {
  color: #004097;
  position: relative;
  display: inline-block;
  margin-top: 2.6rem;
}

.footer-link a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.footer-link a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #004097;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

.footer-link a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.footer-address {
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}

small {
  color: #999999;
}

.toggle-icon .bar {
  width: 3.2rem;
  height: 0.2rem;
  background-color: #004097;
  margin-bottom: 1.1rem;
  transition: all 0.3s ease;
}

.toggle-icon .bar:nth-child(3) {
  margin-bottom: 0;
}

.nav {
  display: none;
}

@media screen and (max-width: 767px) {
  .nav {
    display: block;
    position: fixed;
    top: 5rem;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #004097;
    color: #fff;
    padding-left: 4.2rem;
    padding-top: 3.1rem;
    font-size: 1.8rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    z-index: 1000;
  }
}

#header-sp-menu li {
  padding-bottom: 13px;
  padding-top: 13px;
  font-size: 18px;
}

.nav.open {
  transform: translateY(0);
}

.toggle-icon.open .bar1 {
  transform: rotate(45deg);
  position: relative;
  margin-bottom: 0;
  top: 0.4rem;
}

.toggle-icon.open .bar2 {
  opacity: 0;
  margin-bottom: 0;
}

.toggle-icon.open .bar3 {
  transform: rotate(-45deg);
  position: relative;
  margin-bottom: 0;
}

#header-sp-menu {
  margin: 0;
  padding: 0;
  padding-bottom: 140px;
}

.pagetop {
  height: 6rem;
  width: 6rem;
  position: fixed;
  right: 0;
  bottom: 0rem;
  background: #004097;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .pagetop {
    width: 4.6rem;
    height: 4.6rem;
    bottom: 0rem;
  }
}

.pagetop:hover {
  opacity: 0.8 !important;
}

@media screen and (max-width: 767px) {
  .pagetop:hover {
    opacity: 1;
  }
}

.pagetop__arrow {
  height: 1.5rem;
  width: 1.5rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: translateY(20%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .pagetop__arrow {
    width: 1.5rem;
    height: 1.5rem;
  }
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

#mask.active {
  display: block;
}

body.no-scroll {
  overflow: hidden;
}

.google-form {
  margin: 0 auto;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .google-form {
    display: none;
  }
}

.google-form-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .google-form-sp {
    display: block;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=style.css.map */