@charset "UTF-8";
.italic {
  font-family: "Heebo", sans-serif;
  font-style: italic;
}

*:not(.pc-ct, .f_title02) {
  box-sizing: border-box;
}

@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(30%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.animeElm,
.animeElmL,
.fadeElm {
  opacity: 0;
}

.fadeInDown {
  animation-fill-mode: both;
  animation-duration: 0.4s;
  animation-name: fadeInDown;
  visibility: visible !important;
}

.slideInR {
  animation: forwards slideRight 0.3s cubic-bezier(0.67, -0.01, 0.06, 0.77);
}

.slideInL {
  animation: forwards slideLeft 0.4s cubic-bezier(0.67, -0.01, 0.06, 0.77);
}

@media screen and (min-width: 768px) {
  .delay2 {
    animation-delay: 0.5s;
  }
  .delay3 {
    animation-delay: 1s;
  }
}
.content .sub_content {
  height: auto;
}
.content .content_l section {
  margin-bottom: 10px;
}
.content .content_l #aboutus .sectionContainer .visualWrapper {
  background-color: #006636;
  position: relative;
  padding: 20px 0px 20px 20px;
}
@media screen and (max-width: 767px) {
  .content .content_l #aboutus .sectionContainer .visualWrapper {
    padding: calc(1.25rem + (1vw - 7.67px) * 2.2371) 0px calc(1.25rem + (1vw - 7.67px) * 2.2371) calc(1.25rem + (1vw - 7.67px) * 2.2371);
  }
}
.content .content_l #aboutus .sectionContainer .visualWrapper::before {
  content: "";
  display: block;
  background-image: url("../images/recruit/recruit_wh.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 16px;
  position: absolute;
  top: 28px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .content .content_l #aboutus .sectionContainer .visualWrapper::before {
    width: calc(6.25rem + (1vw - 7.67px) * 12.3043);
    height: calc(1rem + (1vw - 7.67px) * 1.7897);
    top: calc(1.75rem + (1vw - 7.67px) * 2.6846);
    left: calc(1.25rem + (1vw - 7.67px) * 2.2371);
  }
}
.content .content_l #aboutus .sectionContainer .visualWrapper::after {
  content: "";
  display: block;
  background-image: url("../images/recruit/square_gr_mv.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 109px;
  height: 118px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .content .content_l #aboutus .sectionContainer .visualWrapper::after {
    width: calc(6.8125rem + (1vw - 7.67px) * 14.7651);
    height: calc(7.375rem + (1vw - 7.67px) * 15.8837);
  }
}
.content .content_l #aboutus .sectionContainer .visualWrapper .sectionHeader {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content .content_l #aboutus .sectionContainer .visualWrapper .sectionHeader {
    position: relative;
    z-index: 1;
  }
}
.content .content_l #aboutus .sectionContainer .visualWrapper .sectionHeader h4 {
  color: white;
  font-size: 22px;
  font-weight: 900;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .content .content_l #aboutus .sectionContainer .visualWrapper .sectionHeader h4 {
    font-size: calc(1.375rem + (1vw - 7.67px) * 2.2371);
  }
}
.content .content_l #aboutus .sectionContainer .visualWrapper .sectionHeader .headerEng {
  height: 46px;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .content .content_l #aboutus .sectionContainer .visualWrapper .sectionHeader .headerEng {
    height: calc(2.875rem + (1vw - 7.67px) * 4.9217);
    margin: calc(0.625rem + (1vw - 7.67px) * 1.1186) auto;
  }
}
.content .content_l #aboutus .sectionContainer .visualWrapper .sectionHeader .headerEng img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content .content_l #aboutus .sectionContainer .visualWrapper .staff {
  position: relative;
  overflow: hidden;
}
.content .content_l #aboutus .sectionContainer .visualWrapper .staff .image {
  width: 83%;
  margin: 0 0 0 auto;
  opacity: 0;
  animation: forwards slideRight 0.4s 0.2s cubic-bezier(0.67, -0.01, 0.06, 0.77);
}
@media screen and (max-width: 767px) {
  .content .content_l #aboutus .sectionContainer .visualWrapper .staff .image {
    margin: calc((0.0625rem + (1vw - 7.67px) * -3.132) * -1) 0 0 auto;
  }
}
.content .content_l #aboutus .sectionContainer .visualWrapper .staff .catchcopy {
  color: white;
  position: absolute;
  left: 6%;
  bottom: 30px;
  border-left: 2px solid white;
  padding: 15px 0px 15px 25px;
  opacity: 0;
  animation: forwards slideLeft 0.5s 0.5s cubic-bezier(0.67, -0.01, 0.06, 0.77);
}
@media screen and (max-width: 767px) {
  .content .content_l #aboutus .sectionContainer .visualWrapper .staff .catchcopy {
    padding: calc(0.9375rem + (1vw - 7.67px) * 2.2371) 0px calc(0.9375rem + (1vw - 7.67px) * 2.2371) calc(1.5625rem + (1vw - 7.67px) * 2.2371);
    left: 3%;
    bottom: calc(1.875rem + (1vw - 7.67px) * 4.4743);
  }
}
.content .content_l #aboutus .sectionContainer .visualWrapper .staff .catchcopy strong {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .content .content_l #aboutus .sectionContainer .visualWrapper .staff .catchcopy strong {
    font-size: calc(1.375rem + (1vw - 7.67px) * 1.7897);
  }
}
.content .content_l #aboutus .sectionContainer .visualWrapper .staff .catchcopy .italic {
  font-size: 15px;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .content .content_l #aboutus .sectionContainer .visualWrapper .staff .catchcopy .italic {
    font-size: calc(0.9375rem + (1vw - 7.67px) * 1.1186);
  }
}
.content .content_l #aboutus .sectionContainer .contentsContainer {
  background-color: #f4f5f0;
  padding: 30px 10px;
}
.content .content_l #aboutus .sectionContainer .contentsContainer h5 {
  color: #006636;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content .content_l #aboutus .sectionContainer .contentsContainer h5 {
    font-size: calc(1.75rem + (1vw - 7.67px) * 2.6846);
  }
}
.content .content_l #aboutus .sectionContainer .contentsContainer p {
  width: 65%;
  margin: 20px auto 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .content .content_l #aboutus .sectionContainer .contentsContainer p {
    width: 85%;
    font-size: calc(0.875rem + (1vw - 7.67px) * 0.4474);
  }
}
.content .content_l #aboutmore .sectionContainer {
  background-color: #f4f5f0;
  position: relative;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .content .content_l #aboutmore .sectionContainer {
    padding: calc(1.25rem + (1vw - 7.67px) * 2.2371);
  }
}
.content .content_l #aboutmore .sectionContainer::before {
  content: "";
  display: block;
  background-image: url("../images/recruit/recruit_gr.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 16px;
  position: absolute;
  top: 28px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .content .content_l #aboutmore .sectionContainer::before {
    width: calc(6.25rem + (1vw - 7.67px) * 12.3043);
    height: calc(1rem + (1vw - 7.67px) * 1.7897);
    top: calc(1.75rem + (1vw - 7.67px) * 2.6846);
    left: calc(1.25rem + (1vw - 7.67px) * 2.2371);
  }
}
.content .content_l #aboutmore .sectionContainer::after {
  content: "";
  display: block;
  background-image: url("../images/recruit/square_gr.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 108px;
  height: 123px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .content .content_l #aboutmore .sectionContainer::after {
    width: calc(6.75rem + (1vw - 7.67px) * 14.5414);
    height: calc(7.6875rem + (1vw - 7.67px) * 17.0022);
  }
}
.content .content_l #aboutmore .sectionContainer .sectionHeader {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .content .content_l #aboutmore .sectionContainer .sectionHeader {
    margin-bottom: calc(3.125rem + (1vw - 7.67px) * 6.7114);
  }
}
.content .content_l #aboutmore .sectionContainer .sectionHeader h4 {
  color: #006636;
  font-size: 22px;
  font-weight: 900;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .content .content_l #aboutmore .sectionContainer .sectionHeader h4 {
    font-size: calc(1.375rem + (1vw - 7.67px) * 2.2371);
  }
}
.content .content_l #aboutmore .sectionContainer .sectionHeader .headerEng {
  height: 46px;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .content .content_l #aboutmore .sectionContainer .sectionHeader .headerEng {
    height: calc(2.875rem + (1vw - 7.67px) * 4.9217);
    margin: calc(0.625rem + (1vw - 7.67px) * 1.1186) auto;
  }
}
.content .content_l #aboutmore .sectionContainer .sectionHeader .headerEng img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content .content_l #aboutmore .sectionContainer .contentsContainer ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  width: 95%;
  margin: 0 auto;
}
.content .content_l #aboutmore .sectionContainer .contentsContainer ul li {
  width: 31.5%;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .content .content_l #aboutmore .sectionContainer .contentsContainer ul li {
    width: 48%;
  }
}
.content .content_l #aboutmore .sectionContainer .contentsContainer ul li .imageWrapper {
  margin-bottom: 10px;
  height: 160px;
}
@media screen and (max-width: 600px) {
  .content .content_l #aboutmore .sectionContainer .contentsContainer ul li .imageWrapper {
    height: 110px;
  }
}
.content .content_l #aboutmore .sectionContainer .contentsContainer ul li .imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content .content_l #aboutmore .sectionContainer .contentsContainer ul li .detailsWrapper .title {
  color: white;
  background-color: #006636;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 3% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 3% 100%);
  text-align: center;
  padding: 5px;
}
.content .content_l #aboutmore .sectionContainer .contentsContainer ul li .detailsWrapper .title strong {
  font-size: 16px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .content .content_l #aboutmore .sectionContainer .contentsContainer ul li .detailsWrapper .title strong {
    font-size: calc(1rem + (1vw - 7.67px) * 0.8949);
  }
}
.content .content_l #aboutmore .sectionContainer .contentsContainer ul li .detailsWrapper .text {
  padding: 10px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .content .content_l #aboutmore .sectionContainer .contentsContainer ul li .detailsWrapper .text {
    font-size: calc(0.875rem + (1vw - 7.67px) * 0.8949);
    padding: calc(0.625rem + (1vw - 7.67px) * 1.1186);
  }
}
.content .content_l #aboutmore .sectionContainer .contentsContainer ul li .detailsWrapper .text p {
  color: #006636;
}
.content .content_l #policy .sectionContainer {
  background-color: #c30d23;
  position: relative;
  padding: 20px 0 30px 20px;
}
@media screen and (max-width: 767px) {
  .content .content_l #policy .sectionContainer {
    padding: calc(1.25rem + (1vw - 7.67px) * 2.2371) 0 calc(1.875rem + (1vw - 7.67px) * 2.2371) calc(1.25rem + (1vw - 7.67px) * 2.2371);
  }
}
.content .content_l #policy .sectionContainer::before {
  content: "";
  display: block;
  background-image: url("../images/recruit/recruit_wh.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 16px;
  position: absolute;
  top: 28px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .content .content_l #policy .sectionContainer::before {
    width: calc(6.25rem + (1vw - 7.67px) * 12.3043);
    height: calc(1rem + (1vw - 7.67px) * 1.7897);
    top: calc(1.75rem + (1vw - 7.67px) * 2.6846);
    left: calc(1.25rem + (1vw - 7.67px) * 2.2371);
  }
}
.content .content_l #policy .sectionContainer::after {
  content: "";
  display: block;
  background-image: url("../images/recruit/square_bk.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 108px;
  height: 123px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .content .content_l #policy .sectionContainer::after {
    width: calc(6.75rem + (1vw - 7.67px) * 14.5414);
    height: calc(7.6875rem + (1vw - 7.67px) * 16.5548);
  }
}
.content .content_l #policy .sectionContainer .sectionHeader {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .content .content_l #policy .sectionContainer .sectionHeader {
    margin-bottom: calc(0.9375rem + (1vw - 7.67px) * -1.1186);
  }
}
.content .content_l #policy .sectionContainer .sectionHeader h4 {
  color: white;
  font-size: 22px;
  font-weight: 900;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .content .content_l #policy .sectionContainer .sectionHeader h4 {
    font-size: calc(1.375rem + (1vw - 7.67px) * 2.2371);
  }
}
.content .content_l #policy .sectionContainer .sectionHeader .headerEng {
  height: 46px;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .content .content_l #policy .sectionContainer .sectionHeader .headerEng {
    height: calc(2.875rem + (1vw - 7.67px) * 4.9217);
    margin: calc(0.625rem + (1vw - 7.67px) * 1.1186) auto;
  }
}
.content .content_l #policy .sectionContainer .sectionHeader .headerEng img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content .content_l #policy .sectionContainer .catchcopy-sp {
  color: white;
  border-left: 2px solid white;
  padding: 15px 0px 15px 25px;
  display: none;
}
@media screen and (max-width: 767px) {
  .content .content_l #policy .sectionContainer .catchcopy-sp {
    display: block;
    padding: calc(0.9375rem + (1vw - 7.67px) * 2.2371) 0px calc(0.9375rem + (1vw - 7.67px) * 2.2371) calc(1.5625rem + (1vw - 7.67px) * 2.2371);
    margin: 0 0 20px 12%;
  }
}
.content .content_l #policy .sectionContainer .catchcopy-sp strong {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .content .content_l #policy .sectionContainer .catchcopy-sp strong {
    font-size: calc(1.375rem + (1vw - 7.67px) * 1.7897);
  }
}
.content .content_l #policy .sectionContainer .catchcopy-sp .italic {
  font-size: 15px;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .content .content_l #policy .sectionContainer .catchcopy-sp .italic {
    font-size: calc(0.9375rem + (1vw - 7.67px) * 1.1186);
  }
}
.content .content_l #policy .sectionContainer .contentsContainer {
  display: flex;
  width: 97%;
  margin: 0 0 0 auto;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .content .content_l #policy .sectionContainer .contentsContainer {
    flex-direction: column;
  }
}
.content .content_l #policy .sectionContainer .contentsContainer .presContainer {
  width: 40%;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 767px) {
  .content .content_l #policy .sectionContainer .contentsContainer .presContainer {
    width: 100%;
    position: static;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .content .content_l #policy .sectionContainer .contentsContainer .presContainer {
    display: flex;
    justify-content: space-between;
  }
}
.content .content_l #policy .sectionContainer .contentsContainer .presContainer .imageWrapper {
  margin-bottom: 20px;
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .content .content_l #policy .sectionContainer .contentsContainer .presContainer .imageWrapper {
    width: 50%;
    margin-bottom: 0;
  }
}
.content .content_l #policy .sectionContainer .contentsContainer .presContainer .profileContainer {
  width: 75%;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .content .content_l #policy .sectionContainer .contentsContainer .presContainer .profileContainer {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .content .content_l #policy .sectionContainer .contentsContainer .presContainer .profileContainer {
    width: 40%;
  }
}
.content .content_l #policy .sectionContainer .contentsContainer .presContainer .profileContainer .nameWrapper span {
  display: block;
  color: white;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .content .content_l #policy .sectionContainer .contentsContainer .presContainer .profileContainer .nameWrapper span {
    font-size: calc(0.875rem + (1vw - 7.67px) * 0.4474);
  }
}
.content .content_l #policy .sectionContainer .contentsContainer .presContainer .profileContainer .nameWrapper span strong {
  font-size: 18px;
  letter-spacing: 1px;
  margin-left: 5px;
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .content .content_l #policy .sectionContainer .contentsContainer .presContainer .profileContainer .nameWrapper span strong {
    font-size: calc(1.125rem + (1vw - 7.67px) * 0.4474);
  }
}
.content .content_l #policy .sectionContainer .contentsContainer .presContainer .profileContainer .profHeader {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.content .content_l #policy .sectionContainer .contentsContainer .presContainer .profileContainer .profHeader::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../images/recruit/profile.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.content .content_l #policy .sectionContainer .contentsContainer .presContainer .profileContainer .profHeader span {
  color: white;
}
.content .content_l #policy .sectionContainer .contentsContainer .presContainer .profileContainer .profText p {
  color: white;
  font-size: 12px;
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .content .content_l #policy .sectionContainer .contentsContainer .presContainer .profileContainer .profText p {
    font-size: calc(0.75rem + (1vw - 7.67px) * 0.4474);
  }
}
.content .content_l #policy .sectionContainer .contentsContainer .detailsContainer {
  width: 57%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .content .content_l #policy .sectionContainer .contentsContainer .detailsContainer {
    width: 90%;
    margin-top: calc(1.875rem + (1vw - 7.67px) * 2.2371);
  }
}
.content .content_l #policy .sectionContainer .contentsContainer .detailsContainer .catchcopy {
  color: white;
  border-left: 2px solid white;
  padding: 15px 0px 15px 25px;
}
@media screen and (max-width: 767px) {
  .content .content_l #policy .sectionContainer .contentsContainer .detailsContainer .catchcopy {
    display: none;
  }
}
.content .content_l #policy .sectionContainer .contentsContainer .detailsContainer .catchcopy strong {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
  font-size: 22px;
}
.content .content_l #policy .sectionContainer .contentsContainer .detailsContainer .catchcopy .italic {
  font-size: 15px;
  display: inline-block;
  margin-top: 10px;
}
.content .content_l #policy .sectionContainer .contentsContainer .detailsContainer .detailsText {
  width: 95%;
  margin: 20px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .content .content_l #policy .sectionContainer .contentsContainer .detailsContainer .detailsText {
    font-size: calc(0.875rem + (1vw - 7.67px) * 0.4474);
    margin: calc(1.25rem + (1vw - 7.67px) * 2.2371) 0 0 auto;
  }
}
.content .content_l #policy .sectionContainer .contentsContainer .detailsContainer .detailsText p {
  color: white;
  line-height: 1.6;
}
.content .content_l #person .sectionContainer::before {
  content: "";
  display: block;
  background-image: url("../images/recruit/recruit_gr.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 16px;
  position: absolute;
  top: 28px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .content .content_l #person .sectionContainer::before {
    width: calc(6.25rem + (1vw - 7.67px) * 12.3043);
    height: calc(1rem + (1vw - 7.67px) * 1.7897);
    top: calc(1.75rem + (1vw - 7.67px) * 2.6846);
    left: calc(1.25rem + (1vw - 7.67px) * 2.2371);
  }
}
.content .content_l #person .sectionContainer::after {
  content: "";
  display: block;
  background-image: url("../images/recruit/square_gr.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 108px;
  height: 123px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .content .content_l #person .sectionContainer::after {
    width: calc(6.75rem + (1vw - 7.67px) * 14.5414);
    height: calc(7.6875rem + (1vw - 7.67px) * 16.5548);
  }
}
.content .content_l #person .sectionContainer,
.content .content_l #person2 .sectionContainer,
.content .content_l #person3 .sectionContainer {
  background-color: #f4f5f0;
  position: relative;
  padding: 20px 0 30px 20px;
}
@media screen and (max-width: 767px) {
  .content .content_l #person .sectionContainer,
  .content .content_l #person2 .sectionContainer,
  .content .content_l #person3 .sectionContainer {
    padding: calc(1.25rem + (1vw - 7.67px) * 2.2371) 0 calc(1.875rem + (1vw - 7.67px) * 2.2371) calc(1.25rem + (1vw - 7.67px) * 2.2371);
  }
}
.content .content_l #person .sectionContainer .sectionHeader,
.content .content_l #person2 .sectionContainer .sectionHeader,
.content .content_l #person3 .sectionContainer .sectionHeader {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .content .content_l #person .sectionContainer .sectionHeader,
  .content .content_l #person2 .sectionContainer .sectionHeader,
  .content .content_l #person3 .sectionContainer .sectionHeader {
    margin-bottom: calc(0.9375rem + (1vw - 7.67px) * -1.1186);
  }
}
.content .content_l #person .sectionContainer .sectionHeader h4,
.content .content_l #person2 .sectionContainer .sectionHeader h4,
.content .content_l #person3 .sectionContainer .sectionHeader h4 {
  color: #006636;
  font-size: 22px;
  font-weight: 900;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .content .content_l #person .sectionContainer .sectionHeader h4,
  .content .content_l #person2 .sectionContainer .sectionHeader h4,
  .content .content_l #person3 .sectionContainer .sectionHeader h4 {
    font-size: calc(1.375rem + (1vw - 7.67px) * 2.2371);
  }
}
.content .content_l #person .sectionContainer .sectionHeader .headerEng,
.content .content_l #person2 .sectionContainer .sectionHeader .headerEng,
.content .content_l #person3 .sectionContainer .sectionHeader .headerEng {
  height: 46px;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .content .content_l #person .sectionContainer .sectionHeader .headerEng,
  .content .content_l #person2 .sectionContainer .sectionHeader .headerEng,
  .content .content_l #person3 .sectionContainer .sectionHeader .headerEng {
    height: calc(2.875rem + (1vw - 7.67px) * 4.9217);
    margin: calc(0.625rem + (1vw - 7.67px) * 1.1186) auto;
  }
}
.content .content_l #person .sectionContainer .sectionHeader .headerEng img,
.content .content_l #person2 .sectionContainer .sectionHeader .headerEng img,
.content .content_l #person3 .sectionContainer .sectionHeader .headerEng img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content .content_l #person .sectionContainer .contentsContainer,
.content .content_l #person2 .sectionContainer .contentsContainer,
.content .content_l #person3 .sectionContainer .contentsContainer {
  width: 97%;
  margin: 0 0 0 auto;
}
.content .content_l #person .sectionContainer .contentsContainer .staffContainer,
.content .content_l #person2 .sectionContainer .contentsContainer .staffContainer,
.content .content_l #person3 .sectionContainer .contentsContainer .staffContainer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .content .content_l #person .sectionContainer .contentsContainer .staffContainer,
  .content .content_l #person2 .sectionContainer .contentsContainer .staffContainer,
  .content .content_l #person3 .sectionContainer .contentsContainer .staffContainer {
    flex-direction: column;
  }
}
.content .content_l #person .sectionContainer .contentsContainer .staffContainer .catchcopy-sp,
.content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .catchcopy-sp,
.content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .catchcopy-sp {
  color: #006636;
  border-left: 2px solid #006636;
  padding: 15px 0px 15px 25px;
  display: none;
}
@media screen and (max-width: 767px) {
  .content .content_l #person .sectionContainer .contentsContainer .staffContainer .catchcopy-sp,
  .content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .catchcopy-sp,
  .content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .catchcopy-sp {
    display: block;
    padding: calc(0.9375rem + (1vw - 7.67px) * 2.2371) 0px calc(0.9375rem + (1vw - 7.67px) * 2.2371) calc(1.5625rem + (1vw - 7.67px) * 2.2371);
    margin: 0 0 20px 8%;
  }
}
.content .content_l #person .sectionContainer .contentsContainer .staffContainer .catchcopy-sp strong,
.content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .catchcopy-sp strong,
.content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .catchcopy-sp strong {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .content .content_l #person .sectionContainer .contentsContainer .staffContainer .catchcopy-sp strong,
  .content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .catchcopy-sp strong,
  .content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .catchcopy-sp strong {
    font-size: calc(1.375rem + (1vw - 7.67px) * 1.7897);
  }
}
.content .content_l #person .sectionContainer .contentsContainer .staffContainer .catchcopy-sp .italic,
.content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .catchcopy-sp .italic,
.content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .catchcopy-sp .italic {
  font-size: 15px;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .content .content_l #person .sectionContainer .contentsContainer .staffContainer .catchcopy-sp .italic,
  .content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .catchcopy-sp .italic,
  .content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .catchcopy-sp .italic {
    font-size: calc(0.9375rem + (1vw - 7.67px) * 1.1186);
  }
}
.content .content_l #person .sectionContainer .contentsContainer .staffContainer .profContainer,
.content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .profContainer,
.content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .profContainer {
  width: 40%;
  margin-left: 20px;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 767px) {
  .content .content_l #person .sectionContainer .contentsContainer .staffContainer .profContainer,
  .content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .profContainer,
  .content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .profContainer {
    width: 100%;
    margin-left: 0;
    position: static;
  }
}
.content .content_l #person .sectionContainer .contentsContainer .staffContainer .profContainer .imageWrapper,
.content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .profContainer .imageWrapper,
.content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .profContainer .imageWrapper {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .content .content_l #person .sectionContainer .contentsContainer .staffContainer .profContainer .imageWrapper,
  .content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .profContainer .imageWrapper,
  .content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .profContainer .imageWrapper {
    width: 70%;
    margin-left: 9%;
    margin-bottom: calc(1.25rem + (1vw - 7.67px) * 2.2371);
  }
}
.content .content_l #person .sectionContainer .contentsContainer .staffContainer .profContainer .nameWrapper,
.content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .profContainer .nameWrapper,
.content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .profContainer .nameWrapper {
  width: 71%;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .content .content_l #person .sectionContainer .contentsContainer .staffContainer .profContainer .nameWrapper,
  .content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .profContainer .nameWrapper,
  .content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .profContainer .nameWrapper {
    width: 57%;
    margin: 0 0 0 15%;
  }
}
.content .content_l #person .sectionContainer .contentsContainer .staffContainer .profContainer .nameWrapper span,
.content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .profContainer .nameWrapper span,
.content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .profContainer .nameWrapper span {
  display: block;
  color: #006636;
  font-size: 18px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .content .content_l #person .sectionContainer .contentsContainer .staffContainer .profContainer .nameWrapper span,
  .content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .profContainer .nameWrapper span,
  .content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .profContainer .nameWrapper span {
    font-size: calc(1.125rem + (1vw - 7.67px) * 0.4474);
  }
}
.content .content_l #person .sectionContainer .contentsContainer .staffContainer .profContainer .nameWrapper span:not(.italic),
.content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .profContainer .nameWrapper span:not(.italic),
.content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .profContainer .nameWrapper span:not(.italic) {
  font-weight: 700;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
.content .content_l #person .sectionContainer .contentsContainer .staffContainer .profContainer .nameWrapper span.small,
.content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .profContainer .nameWrapper span.small,
.content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .profContainer .nameWrapper span.small {
  font-size: 12px;
}
.content .content_l #person .sectionContainer .contentsContainer .staffContainer .profContainer .nameWrapper span.italic,
.content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .profContainer .nameWrapper span.italic,
.content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .profContainer .nameWrapper span.italic {
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .content .content_l #person .sectionContainer .contentsContainer .staffContainer .profContainer .nameWrapper span.italic,
  .content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .profContainer .nameWrapper span.italic,
  .content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .profContainer .nameWrapper span.italic {
    font-size: calc(1rem + (1vw - 7.67px) * 0.4474);
  }
}
.content .content_l #person .sectionContainer .contentsContainer .staffContainer .detailsContainer,
.content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .detailsContainer,
.content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .detailsContainer {
  width: 57%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .content .content_l #person .sectionContainer .contentsContainer .staffContainer .detailsContainer,
  .content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .detailsContainer,
  .content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .detailsContainer {
    width: 90%;
    margin-top: 0;
  }
}
.content .content_l #person .sectionContainer .contentsContainer .staffContainer .detailsContainer .catchcopy,
.content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .detailsContainer .catchcopy,
.content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .detailsContainer .catchcopy {
  color: #006636;
  border-left: 2px solid #006636;
  padding: 15px 0px 15px 25px;
}
@media screen and (max-width: 767px) {
  .content .content_l #person .sectionContainer .contentsContainer .staffContainer .detailsContainer .catchcopy,
  .content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .detailsContainer .catchcopy,
  .content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .detailsContainer .catchcopy {
    padding: calc(0.9375rem + (1vw - 7.67px) * 2.2371) 0px calc(0.9375rem + (1vw - 7.67px) * 2.2371) calc(1.5625rem + (1vw - 7.67px) * 2.2371);
    margin: 0 0 20px 12%;
  }
  .content .content_l #person .sectionContainer .contentsContainer .staffContainer .detailsContainer .catchcopy:not(.sp),
  .content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .detailsContainer .catchcopy:not(.sp),
  .content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .detailsContainer .catchcopy:not(.sp) {
    display: none;
  }
}
.content .content_l #person .sectionContainer .contentsContainer .staffContainer .detailsContainer .catchcopy strong,
.content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .detailsContainer .catchcopy strong,
.content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .detailsContainer .catchcopy strong {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .content .content_l #person .sectionContainer .contentsContainer .staffContainer .detailsContainer .catchcopy strong,
  .content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .detailsContainer .catchcopy strong,
  .content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .detailsContainer .catchcopy strong {
    font-size: calc(1.375rem + (1vw - 7.67px) * 1.7897);
  }
}
.content .content_l #person .sectionContainer .contentsContainer .staffContainer .detailsContainer .catchcopy .italic,
.content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .detailsContainer .catchcopy .italic,
.content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .detailsContainer .catchcopy .italic {
  font-size: 15px;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .content .content_l #person .sectionContainer .contentsContainer .staffContainer .detailsContainer .catchcopy .italic,
  .content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .detailsContainer .catchcopy .italic,
  .content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .detailsContainer .catchcopy .italic {
    font-size: calc(0.9375rem + (1vw - 7.67px) * 1.1186);
  }
}
.content .content_l #person .sectionContainer .contentsContainer .staffContainer .detailsContainer .detailsText,
.content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .detailsContainer .detailsText,
.content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .detailsContainer .detailsText {
  width: 95%;
  margin: 20px 0 10px auto;
}
@media screen and (max-width: 767px) {
  .content .content_l #person .sectionContainer .contentsContainer .staffContainer .detailsContainer .detailsText,
  .content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .detailsContainer .detailsText,
  .content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .detailsContainer .detailsText {
    font-size: calc(0.875rem + (1vw - 7.67px) * 0.4474);
  }
}
.content .content_l #person .sectionContainer .contentsContainer .staffContainer .detailsContainer .detailsText.mb,
.content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .detailsContainer .detailsText.mb,
.content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .detailsContainer .detailsText.mb {
  margin-bottom: 40px;
}
.content .content_l #person .sectionContainer .contentsContainer .staffContainer .detailsContainer .detailsText p,
.content .content_l #person2 .sectionContainer .contentsContainer .staffContainer .detailsContainer .detailsText p,
.content .content_l #person3 .sectionContainer .contentsContainer .staffContainer .detailsContainer .detailsText p {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .content .content_l #person .sectionContainer .contentsContainer .staffVoices,
  .content .content_l #person2 .sectionContainer .contentsContainer .staffVoices,
  .content .content_l #person3 .sectionContainer .contentsContainer .staffVoices {
    display: none;
  }
}
.content .content_l #person .sectionContainer .contentsContainer .staffVoices ul,
.content .content_l #person2 .sectionContainer .contentsContainer .staffVoices ul,
.content .content_l #person3 .sectionContainer .contentsContainer .staffVoices ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 94%;
}
.content .content_l #person .sectionContainer .contentsContainer .staffVoices ul li,
.content .content_l #person2 .sectionContainer .contentsContainer .staffVoices ul li,
.content .content_l #person3 .sectionContainer .contentsContainer .staffVoices ul li {
  width: 32%;
}
.content .content_l #person .sectionContainer .contentsContainer .staffVoices ul li .imageWrapper,
.content .content_l #person2 .sectionContainer .contentsContainer .staffVoices ul li .imageWrapper,
.content .content_l #person3 .sectionContainer .contentsContainer .staffVoices ul li .imageWrapper {
  margin-bottom: 10px;
}
.content .content_l #person .sectionContainer .contentsContainer .staffVoices ul li .textWrapper,
.content .content_l #person2 .sectionContainer .contentsContainer .staffVoices ul li .textWrapper,
.content .content_l #person3 .sectionContainer .contentsContainer .staffVoices ul li .textWrapper {
  background-color: white;
  border-radius: 15px;
  padding: 5px 10px;
  width: 95%;
  box-sizing: border-box;
  font-size: 10px;
  min-height: 92px;
}
.content .content_l #person .sectionContainer .contentsContainer .staffVoices ul li .textWrapper::before,
.content .content_l #person2 .sectionContainer .contentsContainer .staffVoices ul li .textWrapper::before,
.content .content_l #person3 .sectionContainer .contentsContainer .staffVoices ul li .textWrapper::before {
  content: "";
  display: block;
  background-image: url("../images/recruit/voice_deco.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 15px;
  margin-bottom: 5px;
}
.content .content_l #person .sectionContainer .contentsContainer .staffVoicesSp,
.content .content_l #person2 .sectionContainer .contentsContainer .staffVoicesSp,
.content .content_l #person3 .sectionContainer .contentsContainer .staffVoicesSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .content .content_l #person .sectionContainer .contentsContainer .staffVoicesSp,
  .content .content_l #person2 .sectionContainer .contentsContainer .staffVoicesSp,
  .content .content_l #person3 .sectionContainer .contentsContainer .staffVoicesSp {
    display: flex;
    justify-content: space-between;
    width: 94%;
  }
}
.content .content_l #person .sectionContainer .contentsContainer .staffVoicesSp ul,
.content .content_l #person2 .sectionContainer .contentsContainer .staffVoicesSp ul,
.content .content_l #person3 .sectionContainer .contentsContainer .staffVoicesSp ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 48%;
}
.content .content_l #person .sectionContainer .contentsContainer .staffVoicesSp ul:last-child,
.content .content_l #person2 .sectionContainer .contentsContainer .staffVoicesSp ul:last-child,
.content .content_l #person3 .sectionContainer .contentsContainer .staffVoicesSp ul:last-child {
  margin-top: 80px;
}
.content .content_l #person .sectionContainer .contentsContainer .staffVoicesSp ul li,
.content .content_l #person2 .sectionContainer .contentsContainer .staffVoicesSp ul li,
.content .content_l #person3 .sectionContainer .contentsContainer .staffVoicesSp ul li {
  margin: 10px 0;
}
.content .content_l #person .sectionContainer .contentsContainer .staffVoicesSp ul li .imageWrapper,
.content .content_l #person2 .sectionContainer .contentsContainer .staffVoicesSp ul li .imageWrapper,
.content .content_l #person3 .sectionContainer .contentsContainer .staffVoicesSp ul li .imageWrapper {
  margin-bottom: 10px;
}
.content .content_l #person .sectionContainer .contentsContainer .staffVoicesSp ul li .textWrapper,
.content .content_l #person2 .sectionContainer .contentsContainer .staffVoicesSp ul li .textWrapper,
.content .content_l #person3 .sectionContainer .contentsContainer .staffVoicesSp ul li .textWrapper {
  background-color: white;
  border-radius: 15px;
  padding: 5px 10px;
  width: 95%;
  box-sizing: border-box;
  font-size: 11px;
  min-height: 92px;
}
@media screen and (max-width: 767px) {
  .content .content_l #person .sectionContainer .contentsContainer .staffVoicesSp ul li .textWrapper,
  .content .content_l #person2 .sectionContainer .contentsContainer .staffVoicesSp ul li .textWrapper,
  .content .content_l #person3 .sectionContainer .contentsContainer .staffVoicesSp ul li .textWrapper {
    font-size: calc(0.6875rem + (1vw - 7.67px) * 0.2237);
    border-radius: calc(0.9375rem + (1vw - 7.67px) * 1.1186);
  }
}
.content .content_l #person .sectionContainer .contentsContainer .staffVoicesSp ul li .textWrapper::before,
.content .content_l #person2 .sectionContainer .contentsContainer .staffVoicesSp ul li .textWrapper::before,
.content .content_l #person3 .sectionContainer .contentsContainer .staffVoicesSp ul li .textWrapper::before {
  content: "";
  display: block;
  background-image: url("../images/recruit/voice_deco.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 15px;
  margin-bottom: 5px;
}
.content .content_l #recruitment .sectionContainer {
  background-color: #f4f5f0;
  position: relative;
  padding: 20px 20px 30px;
}
@media screen and (max-width: 767px) {
  .content .content_l #recruitment .sectionContainer {
    padding: calc(1.25rem + (1vw - 7.67px) * 2.2371) calc(1.25rem + (1vw - 7.67px) * 2.2371) calc(1.875rem + (1vw - 7.67px) * 2.2371);
  }
}
.content .content_l #recruitment .sectionContainer::before {
  content: "";
  display: block;
  background-image: url("../images/recruit/recruit_bl.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 16px;
  position: absolute;
  top: 28px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .content .content_l #recruitment .sectionContainer::before {
    width: calc(6.25rem + (1vw - 7.67px) * 12.3043);
    height: calc(1rem + (1vw - 7.67px) * 1.7897);
    top: calc(1.75rem + (1vw - 7.67px) * 2.6846);
    left: calc(1.25rem + (1vw - 7.67px) * 2.2371);
  }
}
.content .content_l #recruitment .sectionContainer::after {
  content: "";
  display: block;
  background-image: url("../images/recruit/square_bl.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 108px;
  height: 123px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .content .content_l #recruitment .sectionContainer::after {
    width: calc(6.75rem + (1vw - 7.67px) * 14.5414);
    height: calc(7.6875rem + (1vw - 7.67px) * 16.5548);
  }
}
.content .content_l #recruitment .sectionContainer .sectionHeader {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .content .content_l #recruitment .sectionContainer .sectionHeader {
    margin-bottom: calc(2.1875rem + (1vw - 7.67px) * 3.3557);
  }
}
.content .content_l #recruitment .sectionContainer .sectionHeader h4 {
  color: #014597;
  font-size: 22px;
  font-weight: 900;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .content .content_l #recruitment .sectionContainer .sectionHeader h4 {
    font-size: calc(1.375rem + (1vw - 7.67px) * 2.2371);
  }
}
.content .content_l #recruitment .sectionContainer .sectionHeader .headerEng {
  height: 46px;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .content .content_l #recruitment .sectionContainer .sectionHeader .headerEng {
    height: calc(2.875rem + (1vw - 7.67px) * 4.9217);
    margin: calc(0.625rem + (1vw - 7.67px) * 1.1186) auto;
  }
}
.content .content_l #recruitment .sectionContainer .sectionHeader .headerEng img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content .content_l #recruitment .sectionContainer .contentsContainer {
  text-align: center;
}
.content .content_l #recruitment .sectionContainer .contentsContainer strong {
  font-size: 22px;
  font-weight: 900;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #414141;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .content .content_l #recruitment .sectionContainer .contentsContainer strong {
    font-size: calc(1.375rem + (1vw - 7.67px) * 1.7897);
    margin-bottom: calc(1.25rem + (1vw - 7.67px) * 2.2371);
  }
}
.content .content_l #recruitment .sectionContainer .contentsContainer .italic {
  display: block;
}
.content .content_l #recruitment .sectionContainer .contentsContainer .arrow {
  display: block;
  width: 10%;
  margin: 10px auto 30px;
  aspect-ratio: 2.5/1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #414141;
}
@media screen and (max-width: 767px) {
  .content .content_l #recruitment .sectionContainer .contentsContainer .arrow {
    width: 20%;
    margin: calc(0.625rem + (1vw - 7.67px) * 1.1186) auto calc(1.875rem + (1vw - 7.67px) * 2.2371);
  }
}
.content .content_l #recruitment .sectionContainer .contentsContainer a {
  display: inline-block;
  width: 35%;
  margin: 0 auto;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .content .content_l #recruitment .sectionContainer .contentsContainer a {
    width: 40%;
  }
}
.content .content_l #recruitment .sectionContainer .contentsContainer a:hover {
  opacity: 0.8;
}
.content .content_l #recruitment .sectionContainer .contentsContainer a img {
  display: block;
}
.content .content_l #flow .sectionContainer {
  background-color: #f4f5f0;
  position: relative;
  padding: 20px 20px 30px;
}
@media screen and (max-width: 767px) {
  .content .content_l #flow .sectionContainer {
    padding: calc(1.25rem + (1vw - 7.67px) * 2.2371) calc(1.25rem + (1vw - 7.67px) * 2.2371) calc(1.875rem + (1vw - 7.67px) * 2.2371);
  }
}
.content .content_l #flow .sectionContainer::before {
  content: "";
  display: block;
  background-image: url("../images/recruit/recruit_bl.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 16px;
  position: absolute;
  top: 28px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .content .content_l #flow .sectionContainer::before {
    width: calc(6.25rem + (1vw - 7.67px) * 12.3043);
    height: calc(1rem + (1vw - 7.67px) * 1.7897);
    top: calc(1.75rem + (1vw - 7.67px) * 2.6846);
    left: calc(1.25rem + (1vw - 7.67px) * 2.2371);
  }
}
.content .content_l #flow .sectionContainer::after {
  content: "";
  display: block;
  background-image: url("../images/recruit/square_bl.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 108px;
  height: 123px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .content .content_l #flow .sectionContainer::after {
    width: calc(6.75rem + (1vw - 7.67px) * 14.5414);
    height: calc(7.6875rem + (1vw - 7.67px) * 16.5548);
  }
}
.content .content_l #flow .sectionContainer .sectionHeader {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .content .content_l #flow .sectionContainer .sectionHeader {
    margin-bottom: calc(2.1875rem + (1vw - 7.67px) * 3.3557);
  }
}
.content .content_l #flow .sectionContainer .sectionHeader h4 {
  color: #014597;
  font-size: 22px;
  font-weight: 900;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .content .content_l #flow .sectionContainer .sectionHeader h4 {
    font-size: calc(1.375rem + (1vw - 7.67px) * 2.2371);
  }
}
.content .content_l #flow .sectionContainer .sectionHeader .headerEng {
  height: 46px;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .content .content_l #flow .sectionContainer .sectionHeader .headerEng {
    height: calc(2.875rem + (1vw - 7.67px) * 4.9217);
    margin: calc(0.625rem + (1vw - 7.67px) * 1.1186) auto;
  }
}
.content .content_l #flow .sectionContainer .sectionHeader .headerEng img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content .content_l #flow .sectionContainer .contentsContainer .catchcopy {
  width: 90%;
  margin: 0 auto;
  color: #014597;
  border-left: 2px solid #014597;
  padding: 15px 0px 15px 25px;
}
@media screen and (max-width: 767px) {
  .content .content_l #flow .sectionContainer .contentsContainer .catchcopy {
    display: block;
    padding: calc(0.9375rem + (1vw - 7.67px) * 2.2371) 0px calc(0.9375rem + (1vw - 7.67px) * 2.2371) calc(1.5625rem + (1vw - 7.67px) * 2.2371);
    margin: 0 0 20px 12%;
  }
}
.content .content_l #flow .sectionContainer .contentsContainer .catchcopy strong {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
  font-size: 22px;
}
.content .content_l #flow .sectionContainer .contentsContainer .catchcopy strong .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .content .content_l #flow .sectionContainer .contentsContainer .catchcopy strong {
    font-size: calc(1.375rem + (1vw - 7.67px) * 1.7897);
  }
  .content .content_l #flow .sectionContainer .contentsContainer .catchcopy strong .sp {
    display: block;
  }
}
.content .content_l #flow .sectionContainer .contentsContainer .catchcopy .italic {
  font-size: 15px;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .content .content_l #flow .sectionContainer .contentsContainer .catchcopy .italic {
    font-size: calc(0.9375rem + (1vw - 7.67px) * 1.1186);
  }
}
.content .content_l #flow .sectionContainer .contentsContainer .imageWrapper {
  width: 90%;
  margin: 20px auto;
}
.content .content_l #flow .sectionContainer .contentsContainer .textWrapper {
  width: 64%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .content .content_l #flow .sectionContainer .contentsContainer .textWrapper {
    width: 85%;
    font-size: calc(0.875rem + (1vw - 7.67px) * 0.4474);
  }
}
.content .content_l #apply .sectionContainer {
  background-color: #f4f5f0;
  position: relative;
  padding: 20px 20px 30px;
}
@media screen and (max-width: 767px) {
  .content .content_l #apply .sectionContainer {
    padding: calc(1.25rem + (1vw - 7.67px) * 2.2371) calc(1.25rem + (1vw - 7.67px) * 2.2371) calc(1.875rem + (1vw - 7.67px) * 2.2371);
  }
}
.content .content_l #apply .sectionContainer::before {
  content: "";
  display: block;
  background-image: url("../images/recruit/recruit_bl.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 16px;
  position: absolute;
  top: 28px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .content .content_l #apply .sectionContainer::before {
    width: calc(6.25rem + (1vw - 7.67px) * 12.3043);
    height: calc(1rem + (1vw - 7.67px) * 1.7897);
    top: calc(1.75rem + (1vw - 7.67px) * 2.6846);
    left: calc(1.25rem + (1vw - 7.67px) * 2.2371);
  }
}
.content .content_l #apply .sectionContainer::after {
  content: "";
  display: block;
  background-image: url("../images/recruit/square_bl.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 108px;
  height: 123px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .content .content_l #apply .sectionContainer::after {
    width: calc(6.75rem + (1vw - 7.67px) * 14.5414);
    height: calc(7.6875rem + (1vw - 7.67px) * 16.5548);
  }
}
.content .content_l #apply .sectionContainer .sectionHeader {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .content .content_l #apply .sectionContainer .sectionHeader {
    margin-bottom: calc(2.1875rem + (1vw - 7.67px) * 3.3557);
  }
}
.content .content_l #apply .sectionContainer .sectionHeader h4 {
  color: #014597;
  font-size: 22px;
  font-weight: 900;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .content .content_l #apply .sectionContainer .sectionHeader h4 {
    font-size: calc(1.375rem + (1vw - 7.67px) * 2.2371);
  }
}
.content .content_l #apply .sectionContainer .sectionHeader .headerEng {
  height: 46px;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .content .content_l #apply .sectionContainer .sectionHeader .headerEng {
    height: calc(2.875rem + (1vw - 7.67px) * 4.9217);
    margin: calc(0.625rem + (1vw - 7.67px) * 1.1186) auto;
  }
}
.content .content_l #apply .sectionContainer .sectionHeader .headerEng img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper .mw_wp_form_send_error {
  text-align: center;
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper .mw_wp_form_complete {
  text-align: center;
  padding: 20px 0;
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper .title {
  color: #014597;
  font-size: 20px;
  font-weight: 900;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: left;
  border-left: solid 2px #014597;
  padding: 3px 0 3px 15px;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .content .content_l #apply .sectionContainer .contentsContainer .formWrapper .title {
    font-size: calc(1.25rem + (1vw - 7.67px) * 0.8949);
  }
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper .privacyText {
  display: block;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .content .content_l #apply .sectionContainer .contentsContainer .formWrapper .privacyText {
    font-size: calc(0.875rem + (1vw - 7.67px) * 0.4474);
  }
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table {
  border: none;
  margin-bottom: 40px;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr:not(.bdnone) {
  border-bottom: solid 1px #aaa;
}
@media screen and (max-width: 767px) {
  .content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr {
    display: flex;
    flex-direction: column;
  }
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr th {
  text-align: left;
  vertical-align: middle;
  padding: 20px 10px;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr th {
    width: 100%;
    padding: 15px 0 5px;
    box-sizing: border-box;
  }
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr th .required::before {
  content: "必須";
  display: inline-block;
  background-color: #014597;
  color: white;
  font-size: 10px;
  padding: 0 3px;
  border-radius: 3px;
  margin-left: 10px;
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td {
  width: 65%;
  padding: 15px 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td {
    width: 100%;
    padding: 0 0 15px;
    box-sizing: border-box;
  }
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td input[type=text],
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td input[type=email] {
  background-color: white;
  border: solid 1px #ccc;
  padding: 10px;
  border-radius: 5px;
  width: 95%;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (max-width: 767px) {
  .content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td input[type=text],
  .content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td input[type=email] {
    width: 100%;
  }
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td textarea {
  display: block;
  width: 95%;
  border: solid 1px #ccc;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td textarea {
    width: 100%;
    min-height: 200px;
  }
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td select {
  display: block;
  width: 95%;
  border: solid 1px #ccc;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (max-width: 767px) {
  .content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td select {
    width: 100%;
  }
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td .mailCaution {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td .mailCaution {
    font-size: calc(0.875rem + (1vw - 7.67px) * 0.4474);
  }
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td .history {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td .history label {
  width: 70px;
  font-size: 12px;
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td .history .inputWrapper {
  width: 77%;
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td .year {
  display: flex;
  align-items: center;
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td .year label {
  width: 70px;
  font-size: 12px;
  line-height: 1;
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td .year .inputWrapper {
  width: 40%;
  margin-right: 10px;
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td .privacy {
  border: solid 1px #ccc;
  background-color: white;
  padding: 20px;
  max-height: 250px;
  overflow-y: scroll;
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td .privacy h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td .privacy h4 {
    font-size: calc(1.25rem + (1vw - 7.67px) * 0.8949);
  }
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td .privacy h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td .privacy h5 {
    font-size: calc(1.125rem + (1vw - 7.67px) * 0.8949);
  }
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td .privacy h6 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td .privacy h6 {
    font-size: calc(1.125rem + (1vw - 7.67px) * 0.8949);
  }
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td .privacy ol,
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td .privacy ul {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td .privacy ol,
  .content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td .privacy ul {
    font-size: calc(0.875rem + (1vw - 7.67px) * 0.4474);
  }
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td .privacy p {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td .privacy p {
    font-size: calc(0.875rem + (1vw - 7.67px) * 0.4474);
  }
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td .agree {
  width: 300px;
  margin: 20px auto;
  background-color: white;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td .agree {
    width: calc(18.75rem + (1vw - 7.67px) * 8.9485);
  }
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td .agree .required::before {
  content: "必須";
  display: inline-block;
  background-color: #014597;
  color: white;
  font-size: 10px;
  padding: 0 3px;
  border-radius: 3px;
  margin-left: 10px;
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td.submit-wrap {
  text-align: center;
  padding: 10px 0 0;
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td.submit-wrap .confirm-hide {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td.submit-wrap .confirm-hide {
    margin: 10px 0;
    font-size: calc(0.875rem + (1vw - 7.67px) * 0.4474);
    letter-spacing: -0.5px;
  }
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td.submit-wrap input {
  background-color: #014597;
  color: white;
  padding: 10px;
  width: 200px;
  text-align: center;
  font-size: 18px;
  border: none;
  display: inline-block;
  transition: 0.2s;
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td.submit-wrap input.back {
  background-color: #aaa;
}
.content .content_l #apply .sectionContainer .contentsContainer .formWrapper table tbody tr td.submit-wrap input:hover {
  cursor: pointer;
  opacity: 0.8;
}