@charset "UTF-8";

/* Vendors-extension
   ----------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
/**
 * #Base
 */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

.l-main-content * {
  font-size: 62.5%;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  box-sizing: border-box;
}

.l-main-content img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.l-main-content h1,
.l-main-content h2,
.l-main-content h3,
.l-main-content h4,
.l-main-content h5,
.l-main-content h6 {
  margin: 0;
  padding: 0;
  border: none;
  line-height: unset;
}

.l-main-content a {
  display: block;
  /* color: #717071; */
  text-decoration: none;
  transition: .3s;
}

p {
  margin-bottom: 0;
}

.l-main-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main {
  overflow: hidden;
}

.l-main-wrap {
  position: relative;
}



/**
 * #Main
 */


/* ==========================================================================
   Object
   ========================================================================== */

/* Component
   ----------------------------------------------------------------- */

.js-fade {
opacity: 0;
transform: translate(0, 50px);
transition: .6s;
}

.js-fade.is-fade {
  transform: translate(0, 0);
  opacity: 1;
}


.c-heading {
  position: relative;
  color: #457FBD;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.c-heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  background: transparent;
  color: #457FBD;
  font-size: 64px;
  font-weight: 500;
  font-family: "Outfit", serif;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.03em;
  transform: translate(-50%,-50%);
  opacity: 0.06;
  white-space:nowrap;
}

.c-heading::after {
  content: none;
}

.c-heading img {
  display: block;
  max-width: 40px;
  margin: 0 auto 5px;
}

@media screen and (min-width: 768px) {
  .c-heading {
    font-size: 36px;
  }

  .c-heading::before {
    font-size: 140px;
  }

}

/**
 * #Kv
 */

.c-kv__inner {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-top: 120px;
  /* padding-bottom: 120px; */
}

.c-kv__inner::before,
.c-kv__inner::after {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.c-kv__inner::before {
  /* top: 305px; */
  /* left: -125px; */
  top: 295px;
  left: -95px;
  width: 59%;
  height: 44%;
  background-image: url(../img/img_kv_before.png);
}

.c-kv__inner::after {
  /* top: -60px; */
  /* right: -75px; */
  top: -50px;
  right: -115px;
  width: 58.8%;
  height: 44%;
  background-image: url(../img/img_kv_after.png);
}

.c-kv-img {
  max-width: 290px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 520px) {

}

@media screen and (min-width: 768px) {
  .c-kv__inner  {
    padding-bottom: 50px;
  }

  .c-kv__inner::before {
    top: 144px;
    left: -222px;
    width: 42.3%;
    height: 91%;
    /* width: 580px; */
    /* height: 508px; */
  }

  .c-kv__inner::after {
    top: -90px;
    right: -200px;
    width: 41.8%;
    height: 89%;
    /* width: 575px; */
    /* height: 500px; */
  }

  .c-kv-img {
    max-width: 544px;
  }
}

@media screen and (min-width: 1024px) {

}

/* Project
   ----------------------------------------------------------------- */

/**
 * #Catch
 */
.p-catch {
  position: relative;
  margin: 120px calc(50% - 50vw) 0;
}

.p-catch-deco {
  position: absolute;
  display: block;
  background-image: url(../img/img_deco01.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-catch-deco--first {
  top: 440px;
  /* left: -165px; */
  left: -6px;
  width: 70px;
  height: 60px;
  transform: rotate(143deg);
}

.p-catch-deco--second {
  top: 200px;
  /* right: -190px; */
  right: 0px;
  width: 84px;
  height: 73px;
  transform: rotate(30deg);
}

.p-catch-area {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  /* border-radius: 50%; */
  /* background: rgba(22, 95, 173, .1); */
}

.p-catch-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background: rgba(22, 95, 173, .1);
  transform: translateX(-50%);
}

/* .p-catch-area::before,
.p-catch-area::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/img_deco01.png);
  background-size: contain;
  background-repeat: no-repeat;
} */

/* .p-catch-area::before {
  top: 290px;
  left: -165px;
  width: 124px;
  height: 107px;
  transform: rotate(143deg);
} */

/* .p-catch-area::after {
  top: 30px;
  right: -190px;
  width: 175px;
  height: 152px;
  transform: rotate(30deg);
} */

.p-catch__inner {
  padding: 57px 40px 90px;
}

.p-catch-logo {
  max-width: 54px;
  width: 100%;
  margin: 0 auto;
}

p.p-catch__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

p.p-catch__text--first {
  margin-top: 10px;
}

p.p-catch__text--second,
p.p-catch__text--third {
  margin-top: 16px;
}

p.p-catch__text--second span,
p.p-catch__text--third span {
  color: #E72024;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

p.p-catch__text--four {
  margin-top: 13px;
}

p.p-catch__text--four span {
  display: inline-block;
  margin: 5px 10px 0;
  padding: 1px 10px;
  border: 1px solid #E72024;
  border-radius: 56px;
  color: #E72024;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.p-catch-summary {
  position: relative;
  max-width: 764px;
  margin: -70px auto 0;
}

.p-catch-summary::after {
  content: none;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 94px;
  height: 60px;
  background-image: url(../img/img_deco02.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-135deg);
}

.p-catch-img {
  width: 100%;
}

.p-catch-img--first {
  max-width: 202px;
  margin: 0 auto;
}

.p-catch-img--second {
  position: absolute;

  top: -20px;
  left: 30px;
  max-width: 59px;
}

.p-catch-img--third {
  position: absolute;
  top: 0px;
  right: 25px;
  max-width: 60px;
}

@media screen and (min-width: 768px) {
  .p-catch-deco--first {
    top: 290px;
    left: 175px;
    width: 124px;
    height: 107px;
    transform: rotate(143deg);
  }

  .p-catch-deco--second {
    top: 30px;
    right: 190px;
    width: 175px;
    height: 152px;
    transform: rotate(30deg);
  }

  .p-catch__inner {
    padding: 103px 40px 126px;
  }

  .p-catch-logo {
    max-width: 77px;
  }

  p.p-catch__text {
    font-size: 18px;
  }

  p.p-catch__text--first {
    margin-top: 25px;
  }

  p.p-catch__text--second span,
  p.p-catch__text--third span {
    font-size: 18px;
  }

  p.p-catch__text--four span {
    font-size: 20px;
  }

  .p-catch-summary {
    margin: -110px auto 0;
  }

  .p-catch-img--first {
    max-width: 441px;
  }

  .p-catch-img--second {
    top: 24px;
    left: 0;
    max-width: 136px;
  }

  .p-catch-img--third {
    top: 80px;
    right: 0;
    max-width: 133px;
  }

  .p-catch-summary::after {
    content: "";
  }
}

/**
* #Link
*/

.c-link {
  position: absolute;
  top: -20px;
  right: 50%;
  max-width: 280px;
  width: 100%;
  padding: 12px 40px;
  border: 3px solid #fff;
  border-radius: 70px;
  background: #E72024;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  transform: translateX(50%);
}

.c-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../img/icon_recruit.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.c-link.is-fixed {
  position: fixed;
  top: unset;
  bottom: 65px;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .c-link {
    top: -50px;
    right: 60px;
    padding: 22px 40px;
    transform: unset;
  }
}

/**
 * #Case
 */
.p-case {
  margin-top: 50px;
}

.p-case__inner {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.p-case__heading::before {
  content: "CASE";
}

.p-case-intro {
  margin-top: 44px;
}

.p-case-intro__lead {
  color: #717071;
  font-size: 15px;
  line-height: 1.5;
}

.p-case-intro__list {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 6px;
  margin-top: 14px;
}

.p-case-intro__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 7px 12px;
  border-radius: 20px;
  border: 1px solid #C1C1C1;
  color: #717071;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: .3s;
}

.p-case-intro__item::before {
  content: "";
  display: block;
  width: 10px;
  height: 11px;
  background-image: url(../img/icon_tag.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-case-intro__item img {
  width: 10px;
}

.p-case-intro__item:hover,
.p-case-intro__item.is-active {
  border: 1px solid #457FBD;
  background: #457FBD;
  color: #fff;
}

.p-case-intro__item:hover::before,
.p-case-intro__item.is-active::before {
  background-image: url(../img/icon_tag_active.png);
}

.p-case__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 0fr;
  gap: 32px 16px;
  margin-top: 30px;
}

.p-case__list a {
  display: block;
  animation: fade .5s ease;
}

.p-case__list a.is-hidden {
  display: none;
}

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

.p-case__item {
  display: none;
  cursor: pointer;
  transition: .3s;
}

.p-case__item:hover {
  opacity: .8;
}

.p-case__item.is-visible {
  display: block;
}

.p-case__link {
  position: relative;
  display: block;
  max-width: 300px;
  width: 100%;
}

.p-case__thumb img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid #165FAD;
}

.p-case-note {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 15px;
  border-radius: 10px 0 10px 0;
  background: #165FAD;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.p-case__body {
  margin-top: 8px;
}

.p-case-company {
  color: #717071;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.p-case__title {
  margin-top: 6px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.p-case-category {
  display: inline-block;
  margin: 5px 4px 0 0;
  padding: 4px 6px;
  background: rgba(22, 95, 173, 0.15);
  color: #457FBD;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.p-case-btn {
  position: relative;
  display: block;
  max-width: 220px;
  width: 100%;
  margin: 30px auto 0;
  padding: 15px;
  border-radius: 70px;
  background: #457FBD;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  transition: .3s;
}

.p-case-btn img {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
}

.p-case-btn:hover {
  opacity: .7;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-case {
    margin-top: 80px;
  }

  .p-case__inner {
    max-width: 1040px;
  }

  .p-case-intro__lead {
    text-align: center;
  }

  .p-case-intro__list {
    justify-content: center;
    gap: 10px;
    max-width: 718px;
    width: 100%;
    margin: 24px auto 0;
  }

  .p-case-intro__item {
    padding: 11px 20px;
  }

  .p-case__list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 0fr;
    gap: 40px 50px;
  }

  .p-case__body {
    margin-top: 12px;
  }

  .p-case__title {
    font-size: 18px;
  }

  .p-case-btn {
    margin-top: 40px;
  }
}

/**
 * #Issue
 */
.bg {
  position: relative;
  /* margin-top: 60px; */
  /* padding-bottom: 60px; */
  border-radius: 60px 60px 0 0;
  background: #165FAD;
  width: 100vw;
	margin: 0 calc(50% - 50vw);
}

.p-issue__inner {
  padding: 60px 11px;
}

.p-issue__heading {
  color: #fff;
}

.p-issue__heading::before {
  content: "ISSUE";
  color: #F3F3F3;
}

.p-issue__heading::after {
  background: #fff;
}

.p-issue-content {
  margin-top: 38px;
}

.p-issue__lead {
  max-width: 285px;
  width: 100%;
  margin: 0 auto;
}

.p-issue__list {
  position: relative;
  max-width: 378px;
  width: 100%;
  margin: 0 auto;
  height: 650px;
}

.p-issue__item {
  position: absolute;
  width: 140px;
  height: 140px;
  padding: 20px 20px 14px;
  border-radius: 50%;
  border: 2px solid #165FAD;
  background: #fff;
  box-shadow: 4px 4px 0px 0px rgba(22, 95, 173, 1);
}

.p-issue__item:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.p-issue__item:nth-child(2) {
  top: 76px;
  left: 11px;
}

.p-issue__item:nth-child(3) {
  top: 72px;
  right: 8px;
  z-index: 9;
}

.p-issue__item:nth-child(4) {
  top: 154px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 8;
}

.p-issue__item:nth-child(5) {
  top: 225px;
  left: 0;
}

.p-issue__item:nth-child(6) {
  top: 242px;
  right: 0;
}

.p-issue__item:nth-child(7) {
  top: 301px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 7;
}

.p-issue__item:nth-child(8) {
  top: 375px;
  left: 0;
}

.p-issue__item:nth-child(9) {
  top: 453px;
  left: 50%;
  transform: translateX(-50%);
}

.p-issue__item:nth-child(10) {
  top: 400px;
  right: 0;
}

.p-issue-number {
  position: relative;
  color: #165FAD;
  font-size: 20px;
  font-weight: 700;
  font-family: "Outfit", serif;
  text-align: center;
}

.p-issue-number::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../img/icon_cross.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.p-issue__title {
  color: #717071;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.p-issue__title span {
  display: block;
  color: #165FAD;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

img.p-issue-deco {
  display: block;
  width: 20px;
  margin: 15px auto 0;
}

img.p-issue-tap {
  position: absolute;
  bottom: 0;
  right: 15px;
  display: block;
  width: 88px;
}

@media screen and (min-width: 768px) {
  .bg {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    /* padding-bottom: 100px; */
  }

  .p-issue__inner {
    padding: 60px 11px 0;
  }

  .p-issue-content {
    margin-top: 44px;
  }

  .p-issue__lead {
    max-width: 421px;
  }

  .p-issue__list {
    max-width: 870px;
    height: 620px;
    margin-top: 20px;
  }

  .p-issue__item {
    width: 190px;
    height: 190px;
    padding: 40px 24px 38px;
    cursor: pointer;
    overflow: hidden;
    transition: .3s;
  }

  .p-issue__item:nth-child(1) {
    top: 150px;
    left: 0;
    transform: unset;
    z-index: 0;
  }

  .p-issue__item:nth-child(2) {
    top: 0;
    left: 100px;
  }

  .p-issue__item:nth-child(3) {
    top: 190px;
    right: unset;
    left: 190px;
  }

  .p-issue__item:nth-child(4) {
    top: unset;
    bottom: 88px;
    left: 63px;
    transform: unset;
    z-index: 10;
  }

  .p-issue__item:nth-child(5) {
    top: unset;
    left: 260px;
    bottom: 40px;
  }

  .p-issue__item:nth-child(6) {
    top: 35px;
    right: unset;
    left: 38%;
  }

  .p-issue__item:nth-child(7) {
    top: -20px;
    left: unset;
    right: 86px;
    transform: unset;
  }

  .p-issue__item:nth-child(8) {
    top: 195px;
    left: unset;
    right: 180px;
  }

  .p-issue__item:nth-child(9) {
    top: 160px;
    right: 10px;
    left: unset;
    transform: unset;
  }

  .p-issue__item:nth-child(10) {
    top: unset;
    bottom: 65px;
    right: 100px;
  }

  .p-issue-front,
  .p-issue-back {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    backface-visibility: hidden;
    transition: all 0.6s;
    transform: translate(-50%, -50%);
  }

  .p-issue-back {
    transform: translate(-50%, -50%)rotateY(180deg);
  }
  
  .p-issue__item:hover {
    transform: scale(1.5);
    background: #457FBD;
    z-index: 15;
  }

  .p-issue__item:hover .p-issue-front {
    transform: translate(-50%, -50%)rotateY(180deg);
  }

  .p-issue__item:hover .p-issue-back {
    transform: translate(-50%, -50%)rotateY(0);
  }

  .p-issue__item:hover .p-issue-back .p-issue-number {
    color: #fff;
  }

  .p-issue__item:hover .p-issue-back .p-issue-number::before {
    background-image: url(../img/icon_cross_active.png);
  }

  .p-issue__item:hover .p-issue-back .p-issue__text {
    margin-top: 10px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
  }

  .p-issue__title {
    margin-top: 5px;
    font-size: 20px;
  }
  
  .p-issue__title span {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .p-issue__item {
    width: 200px;
    height: 200px;
    padding: 40px 24px 38px;
    cursor: pointer;
    overflow: hidden;
    transition: .3s;
  }

  .p-issue__item:nth-child(1) {
    top: 150px;
    left: 0;
    transform: unset;
    z-index: 0;
  }

  .p-issue__item:nth-child(2) {
    top: 0;
    left: 120px;
  }

  .p-issue__item:nth-child(3) {
    top: 160px;
    right: unset;
    left: 210px;
  }

  .p-issue__item:nth-child(4) {
    top: unset;
    bottom: 108px;
    left: 103px;
    transform: unset;
    z-index: 10;
  }

  .p-issue__item:nth-child(5) {
    top: unset;
    left: 320px;
    bottom: 80px;
  }

  .p-issue__item:nth-child(6) {
    top: 35px;
    right: unset;
    left: 38%;
  }

  .p-issue__item:nth-child(7) {
    top: 0;
    left: unset;
    right: 130px;
    transform: unset;
  }

  .p-issue__item:nth-child(8) {
    top: 193px;
    left: unset;
    right: 220px;
  }

  .p-issue__item:nth-child(9) {
    top: 160px;
    right: 10px;
    left: unset;
    transform: unset;
  }

  .p-issue__item:nth-child(10) {
    top: unset;
    bottom: 85px;
    right: 100px;
  }

  .p-issue__item:hover {
    transform: scale(1.5);
    z-index: 15;
  }

  img.p-issue-tap {
    right: 10px;
    width: 100px;
  }
}

/**
 * #Modal
 */

.p-modal-scroll {
  overflow: hidden;
}

.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  background: #165FAD;
  width: 100%;
  height: 100%;
  z-index: 1000;
  transition: .3s;
}

.p-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.p-modal--first {
  overflow-y: scroll;
}

.p-modal--first .p-modal-bottom {
  padding-bottom: 50px;
}

.p-modal__wrap {
  height: 100%;
  padding: 130px 32px 65px;
}

.p-modal__wrap::-webkit-scrollbar{
  display: none;
}

.p-modal-top {
  max-width: 227px;
  width: 100%;
  margin: 0 auto;
}

.p-modal-middle {
  position: relative;
  max-width: 255px;
  padding: 117px 8px 155px;
}

.p-modal-middle::before,
.p-modal-middle::after {
  content: "";
  position: absolute;
  display: block;
}

.p-modal-middle::before {
  top: 0;
  left: 50%;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  border: 2px solid #165FAD;
  background: #457FBD;
  transform: translateX(-50%);
  z-index: -1;
}

.p-modal-middle::after {
  bottom: 48px;
  left: 50%;
  width: 44px;
  height: 22px;
  background-image: url(../img/icon_issue.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}

.p-modal-number {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: "Outfit", serif;
  text-align: center;
}

.p-modal__title {
  margin-top: 6px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.p-modal__text {
  margin-top: 23px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.p-modal-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-modal__link {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  opacity: .5;
  cursor: pointer;
}

.p-modal-btn {
  max-width: 85px;
  width: 100%;
  margin: 0 auto;
  padding: 7px 20px;
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.p-modal--second {
  display: block;
  padding: 60px 20px;
  background: transparent;
}

.p-case-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(22, 95, 173, .2);
  z-index: -1;
}

.p-modal--second .p-modal__wrap {
  padding: 28px;
  background: #fff;
  border-radius: 10px;
  overflow-y: scroll;
}

.p-modal--second .p-modal-top {
  max-width: 100%;
}

.p-modal--second .p-modal-middle {
  max-width: 100%;
  margin: 15px auto 0;
  padding: 0;
}

.p-modal--second .p-modal-middle::before,
.p-modal--second .p-modal-middle::after {
  content: none;
}

.p-modal--second .p-case-close {
  position: absolute;
  top: 30px;
  right: 20px;
  display: block;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 100;
}

.p-modal--second .p-case-close span {
  position: absolute;
  left: 0;
  display: block;
  width: 36px;
  height: 1px;
  background: #000;
  transition: .3s;
}

.p-modal--second .p-case-close span:nth-child(1) {
  transform: rotate(45deg);
}

.p-modal--second .p-case-close span:nth-child(2) {
  transform: rotate(-45deg);
}

.p-modal--second .p-case__desc {
  margin-top: 26px;
}

.p-modal--second .p-case__text {
  color: #717071;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.p-modal--second .p-modal-bottom {
  justify-content: center;
  margin-top: 30px;
}

.p-modal--second .p-modal__link {
  color: #165FAD;
}

.p-modal--second .p-modal-btn {
  border: 1px solid #165FAD;
  color: #165FAD;
}

@media screen and (min-width: 768px) {
  .p-modal--second {
    top: 50%;
    left: 50%;
    display: flex;
    padding: 50px;
    transform: translate(-50%, -50%);
  }

  .p-modal--second .p-case-close {
    display: none;
  }

  .p-modal--second .p-modal__wrap {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 130px;
  }

  .p-modal--second .p-modal-top {
    max-width: 100%;
  }

  .p-modal--second .p-modal-middle {
    max-width: 100%;
    margin: 15px auto 0;
    padding: 0;
  }

  .p-modal--second p.p-case-company {
    margin: 0;
    font-size: 18px;
  }

  .p-modal--second .p-case__desc {
    margin-top: 40px;
  }

  .p-modal--second .p-case__text {
    font-size: 15px;
  }

  .p-modal--second .p-modal-bottom {
    gap: 80px;
    justify-content: center;
    margin-top: 50px;
  }

  .p-modal--second .p-modal-btn {
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-modal--second .p-modal__wrap {
    height: 100%;
  }
}

/**
 * #Mission
 */

.p-recruit {
  /* max-width: 360px; */
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px 30px 0 0;
  background: #fff;
}

.p-recruit__inner {
  padding: 40px 10px;
}

.p-recruit__heading::before {
  content:"JOIN US!" ;
}

.p-recruit-content {
  margin-top: 20px;
}

.p-recruit__figure {
  display: block;
  max-width: 313px;
  width: 100%;
  margin: 0 auto 16px;
}

.p-recruit-catch {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: -45px auto 0;

}

.p-recruit-catch::before {
  content: "";
  display: block;
  width: 339px;
  height: 283px;
  background-image: url(../img/img_challenge01.png);
  background-size: contain;
  background-repeat: no-repeat;
}

h3.p-recruit-catch__title {
  margin-left: 10px;
  color: #165FAD;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.p-recruit-catch__text {
  margin-left: 10px;
  margin-top: 20px;
  color: #717071;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.p-recruit-area {
  position: relative;
  max-width: 1004px;
  margin: 40px auto 0;
  padding: 16px 20px;
  border-radius: 20px;
  border: 2px solid #165FAD;
  background: #fff;
}

.p-recruit__unit {
  margin-bottom: 30px;
}

.p-recruit__unit:first-child .p-recruit__desc {
  padding: 11px 0 0;
}

.p-recruit__unit:nth-child(2) .p-recruit__desc {
  padding: 24px 0 0;
}

.p-recruit__unit:nth-child(3) .p-recruit__desc {
  padding: 15px 0 0;
}

.p-recruit__unit:nth-child(4) .p-recruit__desc {
  padding: 28px 0 0;
}

.p-recruit__unit:nth-child(5) .p-recruit__desc {
  padding: 8px 0 0;
}

.p-recruit__term {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 178px;
  min-height: 100%;
  padding: 7px;
  border-radius: 5px;
  background: rgba(22, 95, 173, 0.1);
  color: #165FAD;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
}

.p-recruit__desc {
  display: flex;
  flex-direction: column;
  max-width: 710px;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

.p-recruit__text {
  color: #717071;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.p-recruit__text span {
  color: #717071;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.p-recruit-img {
  max-width: 316px;
  width: 100%;
}

.p-recruit__lead {
  color: #717071;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.p-recruit__list {

}

.p-recruit__list li {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 4px;
  color: #717071;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.p-recruit__list li:first-child {
  margin-top: 0;
}

.p-recruit__list li::before {
  content: "";
  display: block;
  min-width: 18px;
  min-height: 18px;
  background-image: url(../img/icon_circle02.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-recruit__list li p {
  color: #717071;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.l-main-content ul.p-recruit__list--first {
  margin-top: 10px;
}

.l-main-content ul.p-recruit__list--second {
  margin-top: 20px;
}

.p-recruit__list--second li {
  align-items: baseline;
  gap: 16px;
  margin-top: 12px;
  /* padding-left: 1em;
  text-indent: -1em; */
}

.p-recruit__list--second li:first-child {
  margin-top: 0;
}

.p-recruit__list--second li span {
  color: #717071;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.p-recruit__list--second li::before {
  content: "";
  position: relative;
  top: 5px;
  display: block;
  min-width: 23px;
  min-height: 23px;
  background-image: url(../img/icon_check.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-recruit__link {
  position: relative;
  max-width: 340px;
  width: 100%;
  margin: 40px auto 0;
  padding: 17px;
  background: #E72024;
  border-radius: 70px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-recruit__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_recruit.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.p-recruit-schedule {
  max-width: 504px;
  width: 100%;
  margin: 0 auto;
}

.p-recruit-bus {
  max-width: 115px;
  width: 100%;
  margin: 30px auto 17px;
}

.p-recruit-example {
  position: relative;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  padding: 12px;
  border: 1px solid #165FAD;
  border-radius: 10px;
}

.p-recruit-example span {
  position: absolute;
  top: -15px;
  left: 50%;
  display: inline-block;
  width: 60%;
  padding: 0 10px;
  background: #fff;
  color: #457FBD;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  transform: translateX(-50%);
}

.p-recruit-example__text {
  color: #717071;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .p-recruit {
    max-width: 100%;
    margin-top: 80px;
    border-radius: 90px 90px 0 0;
  }

  .p-recruit__inner {
    padding: 120px 25px 80px;
  }

  .p-recruit-content {
    margin-top: 50px;
  }

  .p-recruit__figure {
    max-width: 497px;
    margin: 0 auto 65px;
  }

  .p-recruit-catch {
    margin-top: 0;
    padding-left: 56px;
  }

  .p-recruit-catch::before {
    position: absolute;
    top: -130px;
    right: 30px;
    width: 570px;
    height: 554px;
  }

  h3.p-recruit-catch__title {
    margin-left: 0;
    font-size: 32px;
  }

  .p-recruit-catch__text {
    margin-left: 0;
    font-size: 16px;
  }

  .p-recruit-area {
    margin: 74px auto 0;
    padding: 40px;
  }

  .p-recruit__unit {
    display: flex;
    gap: 32px;
    margin-bottom: 10px;
  }

  .p-recruit__unit:first-child .p-recruit__desc {
    padding: 18px 0 24px;
  }

  .p-recruit__unit:nth-child(2) .p-recruit__desc {
    padding: 18px 0 20px;
  }

  .p-recruit__unit:nth-child(3) .p-recruit__desc {
    padding: 30px 0 28px;
  }

  .p-recruit__unit:nth-child(4) .p-recruit__desc {
    padding: 40px 0 22px;
  }

  .p-recruit__unit:nth-child(5) .p-recruit__desc {
    padding: 31px 0 27px;
  }

  .p-recruit__term {
    font-size: 16px;
  }

  .p-recruit__desc {

  }

  .p-recruit__text {
    font-size: 16px;
  }

  .p-recruit-img {
    max-width: 634px;
    margin: 0 auto;
  }

  .p-recruit__lead {
    font-size: 16px;
  }

  /* .p-recruit__list li {
    align-items: center;
  } */

  .p-recruit__list li p {
    font-size: 16px;
  }

  .p-recruit__list--second li {
    margin-top: 10px;
  }

  .p-recruit__list--second li::before {
    min-width: 20px;
    min-height: 20px;
  }

  .p-recruit__link {
    max-width: 500px;
    padding: 34px;
    font-size: 24px;
  }

  .p-recruit__link::after {
    right: 40px;
  }

  .p-recruit-bus {
    max-width: 136px;
    margin: 12px auto 17px;
  }
  
  .p-recruit-example {
    padding: 22px 18px 13px;
  }

  .p-recruit-example span {
    padding: 0 20px;
    font-size: 18px;
  }

  .p-recruit-example__text {
    font-size: 14px;
  }

}

/**
* #Schedule
*/

.p-schedule {
  width: 100%;
  margin: 20px auto 0;
}

.p-schedule__head {
  display: flex;
  align-items: center;
  gap: 1px;
  max-width: 711px;
  width: 100%;
  margin: 0 auto;
}

.p-schedule__caption {
  display: inline-block;
  width: 100%;
  padding: 4px;
  border-radius: 80px;
  background: #165FAD;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.p-schedule__caption:first-child {
  max-width: 290px;
}

.p-schedule__caption:last-child {
  max-width: 420px;
}

.p-schedule-content {
  position: relative;
  margin-top: 20px;
}

.p-schedule__wrap {
  padding: 0 0 0 23px;
}

.p-schedule__unit {
  position: relative;
  display: block;
  padding-left: 32px;
  padding-bottom: 20px;
}

.p-schedule__unit::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  display: block;
  width: 1px;
  height: 100%;
  background-image: url(../img/icon_line.png);
  background-size: cover;
  z-index: 0;
}


.p-schedule__unit:first-child .p-schedule-left::before {
  top: 5%;
}

.p-schedule__unit:nth-child(7) .p-schedule-left::before {
  top: 5%;
}

.p-schedule__unit:last-child {
  padding-bottom: 0;
}

.p-schedule__unit:last-child::after{
  content: none;
}

.p-schedule__unit:last-child .p-schedule-left::before {
  background-image: url(../img/icon_circle02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}

.p-schedule__unit:last-child .p-schedule__title {
  color: #E72024;
} 

.p-schedule-left {
  position: relative;
  display: flex;
  /* align-items: center; */
  align-items: flex-start;
  flex-flow: column;
  gap: 8px;
  max-width: 240px;
}

.p-schedule-left::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -35px;
  display: block;
  width: 10px;
  height: 10px;
  /* margin-right: 18px; */
  border-radius: 50%;
  background: #165FAD;
  z-index: 2;
}

.p-schedule-date {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  /* line-height: 1.7; */
  text-align: left;
}

.p-schedule-date span {
  font-size: 32px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  /* line-height: 1.7; */
}

.p-schedule-year {
  font-size: 14px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  /* line-height: 1.7; */
}

.p-schedule__title {
  color: #165FAD;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.p-schedule__title span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.p-schedule-right {
  width: 100%;
}

.p-schedule__text {
  color: #717071;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.p-schedule-more {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 110px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  transform: translateX(-50%);
}

.p-schedule-more.is-open {
  position: unset;
  height: auto;
  background: transparent;
  transform: unset;
}

.p-schedule-more.is-open .p-schedule-btn-close {
  position: unset;
  margin-top: 15px;
  transform: unset;
}

.p-schedule-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 160px;
  margin: 0 auto;
  padding: 6px;
  border-radius: 70px;
  border: 2px solid #165FAD;
  background: #fff;
  color: #165FAD;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transform: translateX(-50%);
}

.p-schedule-btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../img/icon_plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: .3s;
}

.p-schedule-btn-open::after {
  transform: rotate(0);
}

.p-schedule-btn-close::after {
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .p-schedule__wrap {
    padding: 0 0 0 18px;
  }

  .p-schedule__unit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-left: 34px;
  }

  .p-schedule__unit::after {
    top: 20px;
    left: 7px;
  }

  .p-schedule-left {
    gap: 15px;
    flex-flow: nowrap;
    align-items: center;
  }

  .p-schedule-left::before {
    top: 40%;
    left: -34px;
    width: 16px;
    height: 16px;
  }

  .p-schedule-date {
    /* text-align: center; */
    width: 70px;
    text-align: left;
  }

  .p-schedule-right {
    max-width: 410px;
  }

  .p-schedule__text {
    font-size: 14px;
  }

  .p-schedule-btn {
    width: 190px;
    padding: 11px;
  }

}

/**
* #Apply
*/

.p-apply {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #fff;
}

.p-apply__inner {
  padding: 50px 10px;
  border-radius: 30px 30px 0 0;
  background: rgba(69, 127, 189, .1);
}

.p-apply__heading::before {
  content: "GUIDE\ALINES";
  white-space: pre;
}

.p-apply-content {
  margin-top: 40px;
}

.p-apply-area {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #165FAD;
  border-radius: 20px;
  background: #fff;
}

.p-apply-area__wrap {
  padding: 30px 0;
}

dl.p-apply__unit {
  display: block;
  margin-bottom: 10px;
  padding: 0 20px;
}

.p-apply__term {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  /* min-height: 36px; */
  padding: 7px;
  border-radius: 5px;
  background: rgba(22, 95, 173, 0.1);
  color: #165FAD;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
}

.p-apply__desc {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 710px;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 10px 0;
}

.p-apply__text {
  color: #717071;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.p-apply__text a {
  display: inline-block;
  color: #717071;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none !important;
}

.p-apply__text a.p-apply__text--second {
  color: rgba(69, 127, 189, 1);
  font-size: 15px;
  font-weight: 500;
}

.l-main-content a.p-apply__link {
  display: inline;
  color: #E72024;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.p-apply__text--small {
  display: block;
  color: #717071;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.p-apply-note {
  margin: 30px auto 20px;
}

.p-apply-note__title {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  background: #165FAD;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.p-apply-note .p-apply__text {
  padding: 0 20px;
}

.p-apply-detail {
  position: relative;
  max-width: 895px;
  width: 100%;
  margin: 30px auto 0;
  padding: 0 10px;
}

.p-apply-detail::after {
  content: "";
  position: absolute;
  top: 84px;
  right: 0;
  display: block;
  width: 255px;
  height: 134px;
  background-image: url(../img/img_standard.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-apply__list {
  margin-bottom: 12px;
}

.p-apply__title {
  min-width: 160px;
  margin-bottom: 6px;
  color: #165FAD;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.p-apply__list .p-apply__desc {
  padding: 0;
}

.p-apply-block {
  margin-top: 25px;
}

.p-apply-summary {

}

.p-apply-summary__title {
  color: #457FBD;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.p-apply-summary__text {
  color: #717071;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}


@media screen and (min-width: 768px) {
  .p-apply__inner {
    padding: 100px 10px;
    border-radius: 90px 90px 0 0;
  }

  .p-apply__heading::before {
    content: "GUIDELINES";
  }

  .p-apply-content {
    margin-top: 60px;
  }

  .p-apply-area__wrap {
    padding: 40px;
  }

  dl.p-apply__unit {
    display: flex;
    align-items: stretch;
    gap: 30px;
    padding: 0;
  }

  .p-apply__term {
    min-width: 178px;
    /* min-height: 50px; */
    padding: 13px;
    font-size: 16px;
  }

  .l-main-content a.p-apply__link {
    display: inline-block;
  }

  .p-apply-note__title {
    border-radius: 5px;
  }

  .p-apply-note .p-apply__text {
    padding: 0;
  }

  .p-apply-detail {
    margin: 40px auto 0;
    padding: 0;
  }

  
  .p-apply-detail::after {
    top: 230px;
    right: -60px;
    width: 466px;
    height: 244px;
  }

  .p-apply__list {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }

  .p-apply__title {
    margin-bottom: 0;
  }
}


/**
* #Prevention
*/

.p-prevention {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: rgba(69, 127, 189, .1);
}

.p-prevention__inner {
  padding: 50px 20px 20px;
  border-radius: 30px 30px 0 0;
  background: #165FAD;
}

.p-prevention__heading {
  color: #fff;
}

.p-prevention__heading::before {
  content: "CAUTION";
  color: rgba(255, 255, 255, 0.9)
}

.p-prevention-content {
  max-width: 896px;
  width: 100%;
  margin: 20px auto 0;
}

.p-prevention__list {
  margin: 0 0 16px 0;
}

.p-prevention__term {
  min-width: 175px;
  margin-bottom: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.p-prevention__desc {
  max-width: 720px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.p-prevention__text {
  color: rgba(255, 255, 255, .6);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

a.p-prevention__text {
  color: rgba(255, 255, 255, .6);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none !important;
}

.p-prevention-banner {
  max-width: 680px;
  width: 100%;
  margin: 40px auto 0;
}

@media screen and (min-width: 768px) {
  .p-prevention__inner {
    padding: 100px 10px;
    border-radius: 90px 90px 0 0;
  }

  .p-prevention-content {
    margin: 60px auto 0;
  }

  .p-prevention__list {
    display: flex;
    align-items: flex-start;
  }

  .p-prevention__term {
    margin-bottom: 0;
  }
}


/* Utitlity
   ----------------------------------------------------------------- */

/**
 * #Display
 */
.pc {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
