@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSerif";
  src: url("../font/NotoSerif-Regular.ttf") format("woff");
}
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
}
.hero__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background: #ffd8d8;
}
.hero__icon--img {
  position: relative;
  width: 160px;
  margin: 0 auto;
  padding-top: 40px;
}
.hero__icon--text {
  font-family: "NotoSansJP";
  text-align: center;
  font-size: 24px;
  color: #333;
}
@media screen and (max-width: 899px) {
  .hero__icon {
    width: 150px;
    height: 150px;
    top: 15px;
    left: 15px;
  }
  .hero__icon--img {
    width: 80px;
    padding-top: 20px;
  }
  .hero__icon--text {
    font-size: 15px;
  }
}
.hero__img {
  position: absolute;
  right: 0;
  width: calc(100% - 110px);
  height: calc(100% - 37px);
  overflow: hidden;
  border-bottom-left-radius: 500px;
}
.hero__img--bg {
  position: relative;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.hero__img--ex {
  position: absolute;
  top: calc(40% - 175px);
  right: calc(15% - 125px);
  height: 350px;
}
@media screen and (max-width: 1229px) {
  .hero__img--ex {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .hero__img {
    width: calc(100% - 55px);
  }
}
.hero__title {
  position: absolute;
  top: 350px;
}
.hero__title h1 {
  font-family: "NotoSansJP";
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  color: #fff;
}
.hero__title h1 span {
  padding: 22px 80px 22px 24px;
  display: inline-block;
  background: #ff8181;
}
.hero__title--bottom {
  position: relative;
  margin-top: 26px;
}
.hero__title--bottom::after {
  content: "";
  position: absolute;
  right: 0;
  top: -20px;
  width: 55px;
  height: 78px;
  display: inline-block;
  background-image: url(../img/pilgiExSmall.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .hero__title {
    top: 200px;
  }
  .hero__title h1 {
    font-size: 18px;
  }
  .hero__title h1 span {
    padding: 11px 40px 11px 12px;
  }
  .hero__title--bottom {
    margin-top: 13px;
  }
  .hero__title--bottom::after {
    top: -10px;
    width: 27px;
    height: 39px;
  }
}
.hero__scroll {
  position: absolute;
  bottom: 37px;
  left: 24px;
  width: 14px;
  height: 300px;
  display: flex;
  align-items: center;
  border-left: 1px solid #707070;
}
.hero__scroll::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: -4px;
  background: #707070;
  width: 20px;
  height: 1px;
  transform: rotate(-45deg);
}
.hero__scroll p {
  font-family: "NotoSerif";
  font-size: 12px;
  writing-mode: vertical-rl;
  color: #707070;
}

@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Regular.woff") format("woff");
}
.childTitle {
  position: relative;
  display: inline-block;
  padding: 15px 56px;
  border: 4px solid #ff8181;
  font-size: 48px;
  font-weight: bold;
  color: #333;
  font-family: "NotoSansJP";
  line-height: 1.5;
  background: #fff;
}
.childTitle::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 20px;
  left: 60px;
  background: #ff8181;
  z-index: -1;
}
@media screen and (max-width: 799px) {
  .childTitle {
    padding: 7px 28px;
    font-size: 24px;
  }
  .childTitle::after {
    top: 10px;
    left: 30px;
  }
}

@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.readMore {
  position: relative;
  width: 100%;
  height: auto;
  text-align: right;
  margin-top: 50px;
}
.readMore a {
  position: relative;
  display: inline-block;
  width: 300px;
  font-family: "Roboto";
  font-size: 32px;
  letter-spacing: 0.1em;
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}
.readMore a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: solid 4px #ff8181;
  width: 100%;
}
.readMore a:hover {
  opacity: 0.5;
}
.readMore a:hover::before {
  animation: border_anim 0.3s linear forwards;
}
@media screen and (max-width: 799px) {
  .readMore {
    margin-top: 25px;
  }
  .readMore a {
    width: 150px;
    font-size: 16px;
  }
}

.googleMap {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.googleMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.scrollAnimation {
  opacity: 0;
  transition: all 0.5s;
}
.scrollAnimation.show {
  opacity: 1;
}

@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
}
.entryButtonFixed {
  position: fixed;
  background: #ff8181;
  z-index: 900;
  width: 360px;
  height: auto;
  bottom: 60px;
  right: 60px;
  padding: 25px 0 27px 0;
  border-radius: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  opacity: 1;
  transition: all 1s;
}
.entryButtonFixed--enText {
  text-align: center;
  color: #fff;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0.2em;
  transition: all 0.3s;
}
.entryButtonFixed--jaText {
  padding-top: 10px;
  text-align: center;
  color: #fff;
  font-family: "NotoSansJP";
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.2em;
  transition: all 0.3s;
}
@media screen and (max-width: 1229px) {
  .entryButtonFixed {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    right: 15px;
    bottom: 15px;
  }
  .entryButtonFixed--enText {
    padding-top: 0px;
    font-size: 18px;
  }
  .entryButtonFixed--jaText {
    padding-top: 5px;
    font-size: 15px;
  }
}
.entryButtonFixed.hidden {
  opacity: 0;
}
.entryButtonFixed.none {
  display: none;
}
.entryButtonFixed:hover {
  transition: all 0.3s;
  background: #ffd8d8;
}
.entryButtonFixed:hover .entryButtonFixed--enText,
.entryButtonFixed:hover .entryButtonFixed--jaText {
  color: #333;
}

@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Regular.woff") format("woff");
}
#hamburgerMenu {
  display: none;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 999;
  cursor: pointer;
}
#hamburgerMenu div {
  position: relative;
  background: #ff8181;
  width: 40px;
  height: 3px;
  transition: all 0.3s;
}
#hamburgerMenu div:nth-child(2) {
  margin-top: 10px;
}
#hamburgerMenu p {
  text-align: center;
  font-family: "Roboto";
  font-size: 15px;
  color: #ff8181;
  font-weight: bold;
  transition: all 0.3s;
}
@media screen and (max-width: 1229px) {
  #hamburgerMenu {
    display: block;
  }
}
@media screen and (max-width: 799px) {
  #hamburgerMenu {
    right: 15px;
  }
}
#hamburgerMenu.close div {
  background: #fff;
}
#hamburgerMenu.close div:nth-child(1) {
  transform: rotate(45deg);
}
#hamburgerMenu.close div:nth-child(2) {
  transform: rotate(-45deg);
  top: -12px;
}
#hamburgerMenu.close p {
  color: #fff;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
  width: 916px;
  height: 100px;
  background: #fff;
  border-bottom-left-radius: 800px;
  box-shadow: -8px 8px 8px rgba(0, 0, 0, 0.25);
}
.header ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  top: 28px;
  left: -42px;
}
.header ul li a {
  position: relative;
  display: block;
  width: 150px;
  height: 40px;
  background: #ff8181;
  font-family: "NotoSansJP";
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.header ul li a.big {
  width: 180px;
}
.header ul li a:hover {
  background: #ffd8d8;
  color: #333;
}
@media screen and (max-width: 1229px) {
  .header {
    width: 100%;
    height: 100vh;
    right: -100%;
    border-bottom-left-radius: 0;
    box-shadow: none;
    background: #ffd8d8;
    transition: all 0.3s;
  }
  .header ul {
    display: block;
    top: calc(50% - 250px);
    left: 0;
    width: 100%;
    height: 550px;
    position: relative;
  }
  .header ul li {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .header ul li a {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
    color: #333;
    font-size: 50px;
    font-weight: 400;
  }
  .header ul li a.big {
    width: auto;
  }
  .header ul li + li {
    margin-top: 50px;
  }
}
@media screen and (max-width: 799px) {
  .header ul {
    height: 360px;
  }
  .header ul li a {
    font-size: 25px;
  }
  .header ul li + li {
    margin-top: 30px;
  }
}
.header.visible {
  right: 0;
}

.underHero {
  position: relative;
  top: 180px;
  width: 100%;
  height: auto;
  background: #ffd8d8;
  padding-bottom: 870px;
}
@media screen and (max-width: 899px) {
  .underHero {
    padding-bottom: 110vw;
    top: 18vw;
  }
}
.underHero--round {
  background: #fff;
  position: absolute;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
}
.underHero--round img {
  border-radius: 100%;
  width: auto;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 1s;
}
.underHero--round.visible img {
  opacity: 1;
}
.underHero--round--big {
  position: relative;
  width: 900px;
  height: 900px;
  top: -180px;
  left: calc(50% - 450px);
}
.underHero--round--big::after {
  content: "";
  position: absolute;
  top: 900px;
  width: 200px;
  height: 270px;
  display: inline-block;
  background-image: url(../img/arrow-down.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.underHero--round--1 {
  left: 0;
  top: -250px;
}
.underHero--round--2 {
  right: 0;
  top: -100px;
}
.underHero--round--3 {
  left: 300px;
  top: 80px;
}
.underHero--round--4 {
  right: 350px;
  top: 200px;
}
.underHero--round--5 {
  right: 200px;
  top: 550px;
}
.underHero--round--6 {
  left: 450px;
  top: 400px;
}
.underHero--round--7 {
  left: 100px;
  top: 750px;
}
@media screen and (max-width: 1459px) {
  .underHero--round {
    width: 15%;
    height: 15vw;
  }
  .underHero--round--big {
    width: 900px;
    height: 900px;
  }
  .underHero--round--1 {
    left: 0;
    top: -250px;
  }
  .underHero--round--2 {
    right: 0;
    top: -100px;
  }
  .underHero--round--3 {
    left: 20vw;
    top: 80px;
  }
  .underHero--round--4 {
    right: 25vw;
    top: 200px;
  }
  .underHero--round--5 {
    right: 15vw;
    top: 550px;
  }
  .underHero--round--6 {
    left: 30vw;
    top: 400px;
  }
  .underHero--round--7 {
    left: 15vw;
    top: 750px;
  }
}
@media screen and (max-width: 899px) {
  .underHero--round--big {
    width: 100%;
    height: 100vw;
    left: 0;
    top: -18vw;
  }
  .underHero--round--big::after {
    content: "";
    position: absolute;
    top: 100vw;
    width: 20%;
    height: 30vw;
    display: inline-block;
    background-image: url(../img/arrow-down.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .underHero--round--1 {
    left: 0;
    top: -20vw;
  }
  .underHero--round--2 {
    right: 0;
    top: -10vw;
  }
  .underHero--round--3 {
    left: 20vw;
    top: 18vw;
  }
  .underHero--round--4 {
    right: 25vw;
    top: 30vw;
  }
  .underHero--round--5 {
    right: 15vw;
    top: 80vw;
  }
  .underHero--round--6 {
    left: 30vw;
    top: 60vw;
  }
  .underHero--round--7 {
    left: 15vw;
    top: 100vw;
  }
}
.underHero__roundsArea {
  margin: auto;
  position: relative;
  width: 1460px;
  height: auto;
}
@media screen and (max-width: 1459px) {
  .underHero__roundsArea {
    width: 100%;
  }
}
.underHero h2 {
  font-weight: 400;
  color: #333;
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
}
.underHero h2 span {
  color: #ff8181;
  font-weight: bold;
  font-size: 36px;
}
@media screen and (max-width: 899px) {
  .underHero h2 {
    font-size: 3vw;
  }
  .underHero h2 span {
    font-size: 4vw;
  }
}

@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
}
.about {
  position: relative;
  width: 100%;
  margin-top: 360px;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .about {
    margin-top: 180px;
  }
}
.about__content {
  margin: 0 auto;
  margin-top: 180px;
  position: relative;
  width: 1200px;
  height: auto;
  text-align: left;
}
.about__content h3 {
  position: relative;
  width: 400px;
  height: 80px;
  font-family: "NotoSansJP";
  font-size: 36px;
  font-weight: bold;
  background: #ff8181;
  line-height: 1;
  color: #fff;
  padding: 22px 0 22px 24px;
  margin-bottom: 42px;
}
.about__content h3::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 38px;
  border: 2px solid #ff8181;
  left: 0;
  width: 1200px;
  height: auto;
  z-index: -1;
}
.about__content__1 {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.about__content__1 h4 {
  position: relative;
  font-family: "NotoSansJP";
  font-size: 36px;
  font-weight: bold;
  color: #333;
  padding-top: 45px;
  padding-left: 135px;
}
.about__content__1 h4::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0;
  left: 0;
  background: #ffd8d8;
  border-radius: 100%;
  z-index: -2;
}
.about__content__1 h4::after {
  content: "";
  position: absolute;
  left: 45px;
  top: 35px;
  width: 55px;
  height: 78px;
  display: inline-block;
  background-image: url(../img/pilgiExSmall.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  z-index: -1;
}
.about__content__1__contents {
  position: relative;
  background: #efefef;
  top: -25px;
  left: 60px;
  height: auto;
  padding: 85px 40px 55px 40px;
  z-index: -3;
}
.about__content__1__contents ul {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.about__content__1__contents ul li {
  display: inline-block;
  color: #333;
  font-size: 32px;
  background: #fff;
  padding: 6px 25px;
  border-radius: 10px;
}
.about__content__1__contents ul li + li {
  margin-left: 25px;
}
.about__content__1__contents ul p {
  display: inline-block;
  color: #333;
  font-size: 32px;
  padding-top: 10px;
  margin-left: 30px;
}
.about__content__1__contents ul + ul {
  margin-top: 30px;
}
.about__content__1__left {
  width: 675px;
}
.about__content__1__left__contents {
  width: 614px;
}
.about__content__1__right {
  width: 473px;
}
.about__content__1__right__contents {
  width: 412px;
}
.about__content__1__right__contents ul p {
  margin-left: 0;
}
.about__content__2 h4 {
  position: relative;
  font-family: "NotoSansJP";
  font-size: 36px;
  font-weight: bold;
  color: #333;
  padding-top: 45px;
  padding-left: 135px;
  padding-bottom: 50px;
}
.about__content__2 h4::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0;
  left: 0;
  background: #ffd8d8;
  border-radius: 100%;
  z-index: -2;
}
.about__content__2 h4::after {
  content: "";
  position: absolute;
  left: 45px;
  top: 35px;
  width: 55px;
  height: 78px;
  display: inline-block;
  background-image: url(../img/pilgiExSmall.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  z-index: -1;
}
.about__content__2 h4 + h4 {
  margin-top: 40px;
}
.about__content__3 {
  position: relative;
  width: 100%;
  height: auto;
}
.about__content__3 p {
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1199px) {
  .about__content {
    width: calc(100% - 30px);
    margin: 0 15px;
    margin-top: 100px;
  }
  .about__content h3 {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 22px;
  }
  .about__content h3::after {
    width: calc(100vw - 30px);
  }
  .about__content__1 {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 799px) {
  .about__content {
    margin-top: 50px;
  }
  .about__content h3 {
    font-size: 18px;
    padding: 11px;
    margin-bottom: 21px;
  }
  .about__content h3::after {
    top: 19px;
  }
  .about__content__1 h4 {
    font-size: 18px;
    padding-top: 22px;
    padding-left: 67px;
    width: 100%;
  }
  .about__content__1 h4::before {
    width: 75px;
    height: 75px;
  }
  .about__content__1 h4::after {
    content: "";
    position: absolute;
    left: 22px;
    top: 17px;
    width: 27px;
    height: 39px;
  }
  .about__content__1__contents {
    top: -12px;
    left: 30px;
    padding: 42px 10px 27px 10px;
  }
  .about__content__1__contents ul li {
    font-size: 16px;
    padding: 3px 12px;
  }
  .about__content__1__contents ul li + li {
    margin-left: 12px;
  }
  .about__content__1__contents ul p {
    font-size: 16px;
    padding-top: 5px;
    margin-left: 15px;
  }
  .about__content__1__contents ul + ul {
    margin-top: 15px;
  }
  .about__content__1__left {
    width: 310px;
  }
  .about__content__1__left__contents {
    width: 280px;
  }
  .about__content__1__right {
    margin-left: 10px;
    width: 230px;
  }
  .about__content__1__right__contents {
    width: 200px;
  }
  .about__content__2 h4 {
    font-size: 18px;
    padding-top: 22px;
    padding-left: 67px;
    padding-bottom: 0;
    width: 100%;
  }
  .about__content__2 h4::before {
    width: 75px;
    height: 75px;
  }
  .about__content__2 h4::after {
    content: "";
    position: absolute;
    left: 22px;
    top: 17px;
    width: 27px;
    height: 39px;
  }
  .about__content__2 h4 + h4 {
    margin-top: 50px;
  }
  .about__content__3 p {
    font-size: 15px;
  }
}

@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
}
.points {
  position: relative;
  margin-top: 180px;
  background: #ffd8d8;
  text-align: center;
  z-index: -2;
}
.points__head {
  position: relative;
  z-index: -2;
}
.points__head__bg {
  position: relative;
  width: auto;
  height: 1080px;
  background: url(../img/points.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  z-index: -2;
}
.points__head__content {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 120px 0 150px 0;
}
.points__head__content__round {
  position: relative;
  margin: 0 auto;
  background: #fff;
  border-radius: 100%;
  width: 532px;
  height: 532px;
  margin-top: 150px;
}
.points__head__content__round img {
  position: absolute;
  top: 120px;
  left: 150px;
  width: 220px;
  height: auto;
  display: block;
}
.points__head__content__round h3 {
  padding-top: 220px;
  font-weight: bold;
  font-size: 40px;
  color: #333;
}
.points__head__content__round h3 span {
  color: #ff8181;
}
.points__bottom {
  position: relative;
  width: 100%;
  height: auto;
  padding: 150px 0 160px 0;
}
.points__bottom__content ul li {
  position: relative;
  width: 992px;
  height: 118px;
  background: #fff;
  color: #333;
  font-size: 40px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 30px;
  margin: 0 auto;
}
.points__bottom__content ul li img {
  position: relative;
  display: inline-block;
  width: auto;
  height: 44px;
  margin-right: 38px;
}
.points__bottom__content ul li + li {
  margin-top: 34px;
}
@media screen and (max-width: 999px) {
  .points__bottom {
    padding: 30px 15px;
  }
  .points__bottom__content ul li {
    width: 100%;
    height: 59px;
    font-size: 20px;
    padding: 0 0 0 15px;
  }
  .points__bottom__content ul li img {
    height: 22px;
    margin-right: 19px;
  }
  .points__bottom__content ul li + li {
    margin-top: 17px;
  }
}
@media screen and (max-width: 799px) {
  .points {
    margin-top: 90px;
  }
  .points__head__bg {
    height: 538px;
  }
  .points__head__content {
    padding: 60px 0 75px 0;
  }
  .points__head__content__round {
    width: 270px;
    height: 270px;
    margin-top: 75px;
  }
  .points__head__content__round img {
    top: 60px;
    left: 75px;
    width: 110px;
  }
  .points__head__content__round h3 {
    padding-top: 110px;
    font-size: 20px;
  }
  .points__bottom__content ul li {
    height: auto;
    padding: 15px;
    text-align: left;
  }
}

.jobs {
  position: relative;
  padding: 214px 0 230px 0;
  width: 1114px;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
.jobs__content {
  position: relative;
  height: auto;
  text-align: left;
  padding-top: 130px;
}
.jobs__content__contents {
  position: relative;
  display: flex;
  justify-content: flex-start;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
}
.jobs__content__contents img {
  position: relative;
  width: 500px;
  height: auto;
  object-fit: cover;
}
.jobs__content__contents__right {
  position: relative;
  padding: 30px 36px;
  background: #efefef;
}
.jobs__content__contents__right h3 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #333;
}
.jobs__content__contents__right p {
  padding-top: 26px;
  color: #333;
  font-size: 30px;
}
.jobs__content__contents + .jobs__content__contents {
  margin-top: 100px;
}
.jobs .readMore {
  margin-top: 100px;
}
@media screen and (max-width: 999px) {
  .jobs .readMore {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1120px) {
  .jobs {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
}
@media screen and (max-width: 999px) {
  .jobs {
    padding: 107px 0 115px 0;
  }
  .jobs__content {
    padding-top: 65px;
  }
  .jobs__content__contents img {
    width: 50%;
  }
  .jobs__content__contents__right {
    padding: 15px 18px;
  }
  .jobs__content__contents__right h3 {
    font-size: 25px;
  }
  .jobs__content__contents__right p {
    padding-top: 13px;
    font-size: 20px;
  }
  .jobs__content__contents + .jobs__content__contents {
    margin-top: 50px;
  }
}
@media screen and (max-width: 799px) {
  .jobs__content__contents__right {
    padding: 15px 18px;
  }
  .jobs__content__contents__right h3 {
    font-size: 18px;
  }
  .jobs__content__contents__right p {
    padding-top: 13px;
    font-size: 15px;
  }
}

@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
}
.flow {
  position: relative;
  width: 100%;
  height: auto;
  background: #ffd8d8;
  z-index: -2;
  padding: 134px 0 275px 0;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .flow {
    padding: 67px 0 67px 0;
  }
}
.flow__content {
  position: relative;
  width: 1322px;
  height: 570px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  padding-top: 120px;
}
.flow__content__contents {
  position: relative;
  width: 334px;
  height: 450px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flow__content__contents img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.flow__content__contents p {
  font-family: "NotoSansJP";
  color: #333;
  text-align: left;
  font-size: 40px;
  letter-spacing: 0.2em;
  margin-left: 30px;
}
.flow__content__contents p a {
  color: #00b2ff;
}
.flow__content__contents p span {
  margin-top: 20px;
  display: block;
  font-size: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 1321px) {
  .flow__content {
    width: calc(100% - 30px);
    height: calc(34vw + 120px);
  }
  .flow__content__contents {
    width: 25%;
    height: 100%;
  }
  .flow__content__contents p {
    font-size: 3vw;
  }
  .flow__content__contents p span {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 899px) {
  .flow__content {
    height: auto;
    display: block;
    padding-top: 0;
  }
  .flow__content__contents {
    display: block;
    max-width: 450px;
    width: calc(100% - 60px);
    height: auto;
    background: #fff;
    margin: 50px auto;
    padding: 30px 15px;
  }
  .flow__content__contents p {
    margin-left: 0;
    font-size: 25px;
  }
  .flow__content__contents p br {
    display: none;
  }
  .flow__content__contents p span {
    margin-top: 5px;
    font-size: 20px;
  }
  .flow__content__contents::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url(../img/arrow-down.png);
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .flow__content__contents:nth-last-child(1)::after {
    display: none;
  }
  .flow__content__contents img {
    display: none;
  }
}

@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
}
.entry {
  position: relative;
  width: 100%;
  height: auto;
  padding: 180px 0 325px 0;
  text-align: center;
}
.entry h2 {
  position: relative;
  display: inline-block;
  background: #ffd8d8;
  color: #707070;
  font-size: 48px;
  font-family: "NotoSansJP";
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 40px 144px 40px 40px;
}
.entry h2::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 30px;
  width: 55px;
  height: 78px;
  display: inline-block;
  background-image: url(../img/pilgiExGray.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.entry__button {
  position: relative;
  width: 718px;
  height: 460px;
  margin: 0 auto;
  margin-top: 80px;
}
.entry__button a {
  position: relative;
  display: block;
  background: #ff8181;
  width: 600px;
  height: 320px;
  top: 70px;
  left: 60px;
  padding: 70px 0 80px 0;
  border-radius: 50px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: all 0.3s;
}
.entry__button a .entry__button--enText {
  text-align: center;
  color: #fff;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  letter-spacing: 0.2em;
  transition: all 0.3s;
}
.entry__button a .entry__button--jaText {
  padding-top: 10px;
  text-align: center;
  color: #fff;
  font-family: "NotoSansJP";
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.2em;
  transition: all 0.3s;
}
.entry__button a:hover {
  background: #ffd8d8;
}
.entry__button a:hover .entry__button--enText,
.entry__button a:hover .entry__button--jaText {
  color: #333;
}
.entry__button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url(../img/entryButtonWrapper.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 1101px) {
  .entry {
    padding: 90px 0 162px 0;
  }
  .entry h2 {
    padding: 20px 72px 20px 20px;
    width: calc(100% - 30px);
    font-size: 4vw;
  }
  .entry h2::after {
    right: 5vw;
    top: 2vw;
    width: 3.5vw;
    height: 5vw;
  }
}
@media screen and (max-width: 799px) {
  .entry h2 {
    padding: 10px 10px 10px 10px;
    font-size: 20px;
  }
  .entry h2::after {
    display: none;
  }
  .entry__button {
    width: 100%;
    height: 65vw;
  }
  .entry__button a {
    position: relative;
    width: 80%;
    height: auto;
    top: 12vw;
    left: 10vw;
    padding: 10vw 0 10vw 0;
    border-radius: 5vw;
  }
  .entry__button a .entry__button--enText {
    font-size: 10vw;
  }
  .entry__button a .entry__button--jaText {
    padding-top: 10px;
    font-size: 7vw;
  }
}

footer {
  position: relative;
  width: 100%;
  height: 60px;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer p {
  font-size: 12px;
  color: #fff;
}

@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading__icon {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background: #ffd8d8;
  animation: 3s linear infinite rotation;
}
.loading__icon--img {
  position: relative;
  width: 160px;
  margin: 0 auto;
  padding-top: 40px;
}
.loading__icon--text {
  font-family: "NotoSansJP";
  text-align: center;
  font-size: 24px;
  color: #333;
}
.loading.hide {
  transition: all 1s;
  opacity: 0;
}
.loading.none {
  display: none;
}

body,
html {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.body-noscroll {
  overflow: hidden;
}
