@charset "UTF-8";
.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

/*共通グラデ*/
body {
  width: 100%;
  font-family: noto-sans-cjk-jp, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #333;
}

body > * {
  font-family: noto-sans-cjk-jp, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

a {
  font-family: noto-sans-cjk-jp, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.js-fadeIn {
  opacity: 0;
  transform: translateY(100px);
  transition: 1s;
}
.js-fadeIn.fadeInUp {
  opacity: 1;
  transform: translateY(0px);
}

.c-catch_big {
  color: #0093F2;
  font-weight: bold;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeInLeftSp {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scrollDown {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.l-container {
  max-width: 1242px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-container {
    width: 100%;
  }
}

.p-header {
  position: relative;
  width: 100%;
}
.p-header__inner {
  width: 100%;
  height: 67px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (max-width: 768px) {
  .p-header__inner {
    position: absolute;
    height: 57px;
    z-index: 500;
  }
}
.p-header__inner-pc {
  height: 100%;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .p-header__inner-pc {
    justify-content: center;
  }
}
.p-header__logo {
  max-width: 106px;
  min-width: 106px;
  height: auto;
  margin: 0 20px 0 0;
  padding: 0;
}
@media (max-width: 768px) {
  .p-header__logo {
    max-width: 128px;
  }
}
.p-header__logo a {
  display: block;
}
.p-header__logo picture {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-header__logo img {
  max-width: 140px;
}
.p-header__button {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 200px;
  width: 100%;
  border-radius: 500px;
  font-size: 13px;
}
@media (max-width: 768px) {
  .p-header__button {
    font-size: 10px;
  }
}
.p-header__button + .p-header__button {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .p-header__button + .p-header__button {
    margin-left: 5px;
  }
}
.p-header__button-contact {
  background: transparent linear-gradient(125deg, #00CAC0 0%, #0093F2 100%) 0% 0% no-repeat padding-box;
  background: -webkit-linear-gradient(125deg, #00CAC0 0%, #0093F2 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 768px) {
  .p-header__button-contact {
    max-width: 130px;
    width: 100%;
    margin-left: 10px;
  }
}
.p-header__button-contact .p-header__button__link::before {
  background: url(../images/top/icon_contact.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.p-header__button-filedl {
  background-color: #7CD920;
}
@media (max-width: 768px) {
  .p-header__button-filedl {
    max-width: 130px;
    width: 100%;
  }
}
.p-header__button-filedl .p-header__button__link::before {
  background: url(../images/top/icon_filedl.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.p-header__button-recruit {
  background-color: #333;
}
@media (max-width: 768px) {
  .p-header__button-recruit {
    max-width: 130px;
    width: 100%;
    margin-right: 0;
  }
}
.p-header__button-recruit .p-header__button__link::before {
  background: url(../images/top/icon_recruit.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.p-header__button-group-recruit {
  background-color: #D90024;
}
@media (max-width: 768px) {
  .p-header__button-group-recruit {
    max-width: 130px;
    width: 100%;
    margin-right: 0;
  }
}
.p-header__button-group-recruit .p-header__button__link::before {
  background: url(../images/top/icon_recruit.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.p-header__button__link {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 0;
  color: #FFFFFF;
  text-align: center;
}
.p-header__button__link::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .p-header__button__link::before {
    display: none;
  }
}
.p-header__links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 860px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-header__links {
    max-width: 100%;
    margin: 0 5px;
    justify-content: center;
  }
}
.p-header__links-sp {
  width: 100%;
  height: 62px;
  display: flex;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px -3px 6px rgba(52, 52, 52, 0.2);
  z-index: 999;
}
.p-header__drawer {
  display: inline-block;
  position: relative;
}
@media (max-width: 768px) {
  .p-header__drawer {
    margin-right: auto;
  }
}
.p-header__drawer__button {
  display: inline-block;
  left: 0;
  right: 0;
  width: 48px;
  height: 48px;
  margin: auto;
  border-radius: 6px;
  background-color: #333;
  box-shadow: 0 0 2rem transparent;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.p-header__drawer__button-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 2px;
  background-color: #fff;
  transition: inherit;
}
.p-header__drawer__button-line::before, .p-header__drawer__button-line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  transition: inherit;
}
.p-header__drawer__button-line::before {
  width: 75%;
  top: -5px;
  right: 0;
}
.p-header__drawer__button-line::after {
  top: 5px;
}
.p-header__drawer__button[aria-expanded=true] .p-header__drawer__button-line {
  background-color: transparent;
}
.p-header__drawer__button[aria-expanded=true] .p-header__drawer__button-line::before, .p-header__drawer__button[aria-expanded=true] .p-header__drawer__button-line::after {
  top: 0;
  background-color: #fff;
}
.p-header__drawer__button[aria-expanded=true] .p-header__drawer__button-line::before {
  width: 100%;
  transform: rotate(45deg);
}
.p-header__drawer__button[aria-expanded=true] .p-header__drawer__button-line::after {
  transform: rotate(-45deg);
}
.p-header__drawer-nav {
  position: fixed;
  top: 67px;
  right: -100%;
  width: 400px;
  height: 100vh;
  background-color: rgb(255, 255, 255);
  transition: 0.3s;
  z-index: 998;
}
@media (max-width: 768px) {
  .p-header__drawer-nav {
    width: 100%;
    top: 0;
  }
}
.p-header__drawer-nav.is-drawerActive {
  right: 0;
}
.p-header__drawer-list-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #333;
  overflow: hidden;
  transition: 0.3s;
}
.p-header__drawer-list-item a {
  display: block;
  width: 100%;
  padding: 15px 0;
  transition: 0.3s;
}
.p-header__drawer-list-title {
  background-color: #333;
  text-transform: uppercase;
}
.p-header__drawer-list-title:hover {
  background-color: rgba(200, 200, 200, 0.6);
}
.p-header__drawer-list-title:hover a {
  color: #333;
}
.p-header__drawer-list-title a {
  color: #fff;
  padding: 8px 0 8px 16px;
}
.p-header__drawer-list-inpage {
  position: relative;
}
.p-header__drawer-list-inpage:hover {
  background-color: rgba(61, 85, 104, 0.6);
}
.p-header__drawer-list-inpage:hover a {
  color: #fff;
}
.p-header__drawer-list-inpage a {
  padding-left: 60px;
  color: #333;
}
.p-header__drawer-list-link {
  background-color: #333;
  border-bottom: 1px solid #fff;
}
.p-header__drawer-list-link:hover {
  background-color: rgba(200, 200, 200, 0.6);
}
.p-header__drawer-list-link:hover a {
  color: #333;
}
.p-header__drawer-list-link a {
  color: #fff;
  padding: 8px 0 8px 60px;
}

.p-kv {
  position: relative;
  width: 100%;
  max-height: 1080px;
  min-height: 660px;
  height: 75vh;
  background: #E8F5FE;
  background-size: cover;
  background-position: top center;
  margin-top: 0;
}
@media (max-width: 768px) {
  .p-kv {
    height: 110vh;
  }
}
.p-kv::before {
  content: "";
  content: "";
  position: absolute;
  left: 0%;
  top: 0px;
  display: inline-block;
  width: 80%;
  height: 100%;
  transform: translateX(-50%);
  background-color: #FFF;
}
@media (max-width: 768px) {
  .p-kv::before {
    width: 50%;
  }
}
.p-kv__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1362px;
  max-height: 1080px;
  min-height: 660px;
  width: 100%;
  height: 70vh;
  margin: 0 auto;
  padding-top: 100px;
  padding-left: 83px;
}
@media (max-width: 768px) {
  .p-kv__inner {
    height: 130vh;
    justify-content: flex-end;
    flex-direction: column-reverse;
    padding: 0 12px;
    padding-top: 80px;
  }
}
.p-kv__img {
  position: relative;
  width: 30%;
  height: 100%;
  background-size: 100% auto;
  background-position: center center;
}
@media (max-width: 768px) {
  .p-kv__img {
    max-width: 375px;
    width: 100%;
    height: 40%;
    margin: 0;
    background: url(../images/top/KV_SP_prop.png) no-repeat;
    background-size: 100% auto;
    background-position: center center;
  }
}
.p-kv__img::after {
  content: "";
  position: absolute;
  left: -23vw;
  bottom: -1.5vw;
  background: url(../images/top/KV_PC_prop.png) no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  width: 48vw;
  height: 100%;
}
@media (max-width: 768px) {
  .p-kv__img::after {
    display: none;
  }
}
.p-kv__block {
  position: relative;
  width: 70%;
  animation: 1s ease-out fadeInLeft;
}
@media (max-width: 768px) {
  .p-kv__block {
    width: 100%;
    animation: 1s ease-out fadeInLeftSp;
  }
}
.p-kv__block__catch {
  font-weight: 700;
  max-width: 850px;
  letter-spacing: 1px;
  font-size: min(2.6vw, 40px);
  line-height: 2.1;
}
@media (max-width: 768px) {
  .p-kv__block__catch {
    max-width: 300px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 0;
  }
}
.p-kv__block__catch__big {
  font-size: min(3vw, 43px);
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
  padding: 0px 10px;
  color: #FFFFFF;
  background: transparent linear-gradient(125deg, #00CAC0 0%, #0093F2 100%) 0% 0% no-repeat padding-box;
  background: -webkit-linear-gradient(125deg, #00CAC0 0%, #0093F2 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 768px) {
  .p-kv__block__catch__big {
    font-size: 18px;
    padding: 0px 5px;
    margin: 0 2px;
  }
}
.p-kv__block__catch__fw-normal {
  font-weight: normal;
}
.p-kv__block__catch__mini-spacing {
  letter-spacing: -16px;
}
@media (max-width: 768px) {
  .p-kv__block__catch__mini-spacing {
    letter-spacing: -8px;
  }
}
.p-kv__block__catch__sub {
  font-size: min(1.45vw, 17px);
  line-height: 3em;
  max-width: 550px;
  margin-top: 25px;
  letter-spacing: -0.05vw;
}
@media (max-width: 768px) {
  .p-kv__block__catch__sub {
    max-width: 295px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 12px;
  }
}
.p-kv__block__catch__sub_big {
  color: #0093F2;
  font-weight: bold;
}
.p-kv__block__contact-button {
  margin-top: 35px;
  margin-left: 20px;
  max-width: 420px;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .p-kv__block__contact-button {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-kv__block__contact-button a {
  display: block;
  position: relative;
  color: #FFFFFF;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  padding: 22px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-kv__block__contact-button a {
    font-size: 18px;
    padding: 16px 0;
  }
}
.p-kv__block__contact-button a::before {
  display: block;
  position: absolute;
  content: "";
  width: 130%;
  height: 100%;
  top: 0;
  left: -140%;
  background-color: rgba(255, 255, 255, 0.5);
  transform: skewX(30deg);
  transition: 0.3s;
}
.p-kv__block__contact-button a:hover::before {
  left: -10%;
  transition: 0.3s 0.3s;
}
.p-kv__block__contact-button a::after {
  display: block;
  position: absolute;
  content: "";
  width: 70%;
  height: 100%;
  top: 0;
  left: -130%;
  background-color: rgba(255, 255, 255, 0.5);
  transform: skewX(30deg);
  transition: 0s;
}
.p-kv__block__contact-button a:hover::after {
  left: 110%;
  transition: 0.3s;
}
.p-kv__scroll a {
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  padding-top: 60px;
  transform: translate(-50%, -50%);
  color: #333;
  text-decoration: none;
  z-index: 2;
}
.p-kv__scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #333;
  border-radius: 50px;
  box-sizing: border-box;
}
.p-kv__scroll a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #333;
  border-radius: 100%;
  animation: 2s infinite scrollDown;
  box-sizing: border-box;
}

.p-under-kv {
  width: 100%;
  height: 200px;
  background-color: #E8F5FE;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-under-kv {
    height: 140px;
  }
}
.p-under-kv__text {
  font-size: 60px;
  position: relative;
  line-height: 200px;
}
@media (max-width: 768px) {
  .p-under-kv__text {
    font-size: 20px;
    line-height: 120px;
  }
}
.p-under-kv__text::before {
  content: "";
  position: absolute;
  right: 120%;
  bottom: 0%;
  background: url(../images/recruit/kv_before.png) no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-under-kv__text::before {
    width: 150%;
  }
}
.p-under-kv__text::after {
  content: "";
  position: absolute;
  left: 120%;
  bottom: 0%;
  background: url(../images/recruit/kv_after.png) no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-under-kv__text::after {
    width: 150%;
  }
}

.p-problem {
  position: relative;
  width: 100%;
  padding-top: 140px;
  background-color: #E8F5FE;
}
.p-problem::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/top/problem_separete.svg) no-repeat;
  background-position: top center;
  filter: brightness(0) invert(1);
  background-size: 100% 100px;
  top: 0;
}
@media (max-width: 768px) {
  .p-problem::before {
    background-image: url(../images/top/problem_separete_sp.svg);
    background-size: 100% 60px;
  }
}
@media (max-width: 768px) {
  .p-problem {
    padding-top: 100px;
    margin-bottom: 60px;
  }
}
.p-problem__container {
  max-width: 1362px;
  margin: 0 auto;
  padding: 0 60px;
  padding-bottom: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .p-problem__container {
    padding: 25px 15px 60px 15px;
  }
}
.p-problem__boxes {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 999px) {
  .p-problem__boxes {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 35px;
  }
}
.p-problem__box {
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
}
.p-problem__box:nth-of-type(2) {
  margin: 0 20px;
}
@media screen and (max-width: 999px) {
  .p-problem__box {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .p-problem__box + .p-problem__box {
    margin: 30px 0 0 0;
  }
}
.p-problem__box__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
  padding: 35px 30px;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .p-problem__box__wrapper {
    display: block;
    flex-direction: row;
    padding: 20px 15px;
  }
}
.p-problem__box:nth-child(1) img {
  width: 140px;
}
@media screen and (max-width: 999px) {
  .p-problem__box:nth-child(1) img {
    width: 120%;
  }
}
@media (max-width: 480px) {
  .p-problem__box:nth-child(1) img {
    width: 150%;
  }
}
.p-problem__box:nth-child(2) img {
  width: 116px;
}
@media screen and (max-width: 999px) {
  .p-problem__box:nth-child(2) img {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .p-problem__box:nth-child(2) img {
    width: 100%;
  }
}
.p-problem__box:nth-child(3) img {
  width: 123px;
}
@media screen and (max-width: 999px) {
  .p-problem__box:nth-child(3) img {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .p-problem__box:nth-child(3) img {
    width: 90%;
  }
}
.p-problem__icon {
  display: block;
  margin: 0 auto;
}
.p-problem__icon__wrapper {
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .p-problem__icon__wrapper {
    flex-basis: 20%;
  }
}
.p-problem__text {
  padding-top: 15px;
  text-align: left;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-problem__text {
    font-size: 12px;
    margin-left: 0px;
    padding-top: 5px;
    text-align: left;
  }
}
.p-problem__bottom {
  margin-top: 15px;
}
@media screen and (max-width: 999px) {
  .p-problem__bottom {
    margin-top: 70px;
  }
}
.p-problem__solution {
  max-width: 432px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  .p-problem__solution {
    font-size: 16px;
    transform: translateY(0);
  }
}
.p-problem__solution__sp-show {
  display: none;
}
@media screen and (max-width: 999px) {
  .p-problem__solution__sp-show {
    display: block;
  }
}
.p-problem__columnbox {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .p-problem__columnbox {
    padding-top: 0;
  }
}
.p-problem__columnbox__wrapper {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
}
@media screen and (max-width: 999px) {
  .p-problem__columnbox__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .p-problem__columnbox__wrapper {
    flex-direction: column;
    padding: 30px 20px;
  }
}
.p-problem__columnbox__wrapper:nth-child(2) {
  margin-top: 60px;
}
.p-problem__columnbox__img {
  width: calc(25% - 10px);
  height: auto;
}
@media screen and (max-width: 999px) {
  .p-problem__columnbox__img {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .p-problem__columnbox__img {
    width: 100%;
    text-align: center;
  }
}
.p-problem__columnbox__point {
  width: calc(75% - 10px);
}
@media screen and (max-width: 999px) {
  .p-problem__columnbox__point {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-problem__columnbox__point {
    width: 100%;
  }
}
.p-problem__columnbox__point .c-title-border {
  font-size: 30px;
}
@media (max-width: 768px) {
  .p-problem__columnbox__point .c-title-border {
    font-size: 20px;
  }
}
.p-problem__columnbox__point .c-title-border::before {
  bottom: 8px; /*線の上下位置*/
  height: 30px; /*線の太さ*/
}
@media (max-width: 768px) {
  .p-problem__columnbox__point .c-title-border::before {
    height: 23px;
  }
}

.p-service {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .p-service {
    margin-bottom: 50px;
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  .p-service .c-title-border {
    margin: 0 15px;
  }
}
.p-service__container {
  max-width: 1362px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .p-service__container {
    padding: 0;
  }
}
.p-service__read-text {
  margin-top: 20px;
  text-align: left;
  font-size: 18px;
}
@media (max-width: 768px) {
  .p-service__read-text {
    padding: 0 15px;
    font-size: 14px;
  }
}
.p-service__read-text__sp-show {
  display: none;
}
@media (max-width: 768px) {
  .p-service__read-text__sp-show {
    display: block;
  }
}
.p-service__boxes {
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
@media (max-width: 768px) {
  .p-service__boxes {
    padding: 0 15px;
    margin-top: 0px;
  }
}
.p-service__box {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  min-height: 453px;
  margin: 40px 20px 0;
  padding: 40px 0;
  width: 45%;
  background-color: #fff;
}
.p-service__box::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: 0px 6px 20px rgba(50, 50, 50, 0.1);
  z-index: -1;
}
.p-service__box img {
  filter: saturate(0%);
}
@media (max-width: 768px) {
  .p-service__box {
    width: 100%;
    min-height: 445px;
    margin: 27px 0 0;
  }
}
.p-service__box:nth-child(1) img {
  max-width: 240px;
  width: 100%;
  margin: -12.5px auto;
}
.p-service__box:nth-child(2) img {
  max-width: 240px;
  width: 100%;
  margin: -12.5px auto;
}
.p-service__box:nth-child(3) img {
  max-width: 160px;
  width: 100%;
}
.p-service__box:nth-child(4) img {
  max-width: 160px;
  width: 100%;
}
.p-service__icon {
  display: block;
  margin: 0 auto 20px;
}
.p-service__title {
  text-align: center;
  font-size: 24px;
  margin: 0;
}
@media (max-width: 768px) {
  .p-service__title {
    font-size: 16px;
  }
}
.p-service__text {
  width: 70%;
  margin: 20px auto 0;
  font-size: 18px;
}
@media (max-width: 768px) {
  .p-service__text {
    font-size: 14px;
  }
}

.p-card {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .p-card {
    padding: 60px 0 30px;
  }
}
.p-card__container {
  max-width: 1362px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .p-card__container {
    padding: 0 15px;
  }
}
.p-card__boxes {
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}
@media (max-width: 768px) {
  .p-card__boxes {
    margin-top: 40px;
    justify-content: center;
  }
}
.p-card__box {
  position: relative;
  width: calc(25% - 20px);
  padding: 30px 20px;
  background-color: #E8F5FE;
}
.p-card__box::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .p-card__box {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .p-card__box {
    max-width: 350px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .p-card__box:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .p-card__box + .p-card__box {
    margin-top: 52px;
  }
}
.p-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.p-card__img-wrapper {
  position: relative;
  width: 100%;
  height: 182px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .p-card__img-wrapper {
    height: 60%;
  }
}
.p-card__img-wrapper.-card-pink::before {
  content: "01";
  display: inline-block;
  background: transparent linear-gradient(125deg, #00CAC0 0%, #0093F2 100%) 0% 0% no-repeat padding-box;
  background: -webkit-linear-gradient(125deg, #00CAC0 0%, #0093F2 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-card__img-wrapper.-card-yellow::before {
  content: "02";
  display: inline-block;
  background: transparent linear-gradient(125deg, #00CAC0 0%, #0093F2 100%) 0% 0% no-repeat padding-box;
  background: -webkit-linear-gradient(125deg, #00CAC0 0%, #0093F2 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-card__img-wrapper.-card-green::before {
  content: "03";
  display: inline-block;
  background: transparent linear-gradient(125deg, #00CAC0 0%, #0093F2 100%) 0% 0% no-repeat padding-box;
  background: -webkit-linear-gradient(125deg, #00CAC0 0%, #0093F2 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-card__img-wrapper.-card-blue::before {
  content: "04";
  display: inline-block;
  background: transparent linear-gradient(125deg, #00CAC0 0%, #0093F2 100%) 0% 0% no-repeat padding-box;
  background: -webkit-linear-gradient(125deg, #00CAC0 0%, #0093F2 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-card__img-wrapper::before {
  position: absolute;
  content: "";
  left: 50%;
  top: -30px;
  width: 100px;
  height: 50px;
  font-family: din-2014;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #333;
  /* border-radius: 50%; */
  transform: translate(-50%, -50%);
}
.p-card__content {
  padding: 20px 0;
}
.p-card__title {
  text-align: center;
  font-size: 24px;
}
@media (max-width: 768px) {
  .p-card__title {
    font-size: 16px;
  }
}
.p-card__text {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 12px;
  text-align: left;
  word-break: break-word;
}
@media (max-width: 768px) {
  .p-card__text {
    font-size: 14px;
  }
}
.p-card.three-column .p-card__box {
  width: calc(33% - 20px);
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .p-card.three-column .p-card__box {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .p-card.three-column .p-card__box {
    width: 100%;
  }
}

.p-workings {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .p-workings {
    margin-bottom: 80px;
    padding-top: 50px;
  }
}
.p-workings__img {
  position: relative;
  width: 100%;
  height: 40vh;
  margin-top: 60px;
  background: url(../images/top/bg-image-blur.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.p-workings__container {
  max-width: 1362px;
  margin: 0 auto;
  margin-top: 60px;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .p-workings__container {
    padding: 0 15px;
  }
}
.p-workings__points {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
}
.p-workings__points:first-child {
  margin-top: 0;
}
.p-workings__points:nth-last-child(even) {
  flex-direction: row-reverse;
}
.p-workings__points:nth-child(even) .p-workings__points__content {
  margin-left: 65px;
}
@media (max-width: 768px) {
  .p-workings__points:nth-child(even) .p-workings__points__content {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .p-workings__points {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 70px;
  }
}
.p-workings__points-img {
  position: relative;
  width: 48%;
  min-height: 0%;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .p-workings__points-img {
    width: 100%;
    margin-left: 0;
  }
}
.p-workings__points-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-workings__points__content {
  width: 48%;
}
@media (max-width: 768px) {
  .p-workings__points__content {
    width: 100%;
    text-align: center;
  }
  .p-workings__points__content img {
    display: block;
    width: 40%;
    margin: 0 auto;
    transform: translateX(-18%);
  }
}
.p-workings__points__content .c-title-point {
  margin-bottom: 20px;
}
.p-workings__points-info {
  font-size: 18px;
}
@media (max-width: 768px) {
  .p-workings__points-info {
    font-size: 14px;
  }
}
.p-workings__points-title {
  margin: 30px 0;
  font-size: 24px;
}
@media (max-width: 768px) {
  .p-workings__points-title {
    margin: 25px 0 10px;
  }
}
.p-workings__points-sp-show {
  display: none;
}
@media (max-width: 768px) {
  .p-workings__points-sp-show {
    display: block;
  }
}

.p-contact {
  padding-top: 105px;
}
@media (max-width: 768px) {
  .p-contact {
    padding: 30px 0;
  }
}
.p-contact__container {
  max-width: 1362px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
}
@media (max-width: 768px) {
  .p-contact__container {
    margin-top: 52px;
    padding: 0 15px;
  }
}
.p-contact__bnr {
  position: relative;
  width: calc(50% - 25px);
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-contact__bnr {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .p-contact__bnr + .p-contact__bnr {
    margin-top: 30px;
  }
}
.p-contact__bnr__bg {
  position: relative;
}
.p-contact__bnr__bg.recruit {
  background: url(../images/top/contact_01.jpg) center center/cover no-repeat;
}
@media (max-width: 768px) {
  .p-contact__bnr__bg.recruit {
    background: url(../images/top/contact_01_sp.jpg) center center/cover no-repeat;
  }
}
.p-contact__bnr__bg.business {
  background: url(../images/top/contact_02.jpg) center center/cover no-repeat;
}
@media (max-width: 768px) {
  .p-contact__bnr__bg.business {
    background: url(../images/top/contact_02_sp.jpg) center center/cover no-repeat;
  }
}
.p-contact__bnr__content {
  width: 100%;
  height: 375px;
  margin: 0 auto;
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .p-contact__bnr__content {
    height: auto;
    padding: 70px 10px;
  }
}
.p-contact__bnr__content__title {
  font-size: 59px;
  line-height: 1;
  font-weight: 900;
  padding-bottom: 20px;
  text-align: center;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
  margin: 0;
}
@media screen and (max-width: 999px) {
  .p-contact__bnr__content__title {
    font-size: 50px;
    padding-bottom: 20px;
  }
}
.p-contact__bnr__content__text {
  text-align: center;
  font-size: 18px;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
  padding-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .p-contact__bnr__content__text {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
.p-contact__button {
  position: relative;
  display: block;
  max-width: 250px;
  width: 80%;
  padding: 10px 0;
  color: #fff;
  border-radius: 50px;
  font-size: 18px;
  text-align: center;
  background-color: #333;
  border: 2px solid #fff;
}
@media (max-width: 768px) {
  .p-contact__button {
    max-width: 180px;
    font-size: 16px;
    padding: 10px 0px 10px 10px;
  }
  .p-contact__button::before {
    content: "";
    position: absolute;
    top: 46%;
    left: 22px;
    transform: rotate(45deg) translateY(-50%);
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
@media (max-width: 768px) {
  .p-contact.one-column {
    padding-bottom: 0;
  }
}
.p-contact.one-column .p-contact__container {
  justify-content: center;
}
@media (max-width: 768px) {
  .p-contact.one-column .p-contact__container {
    margin-top: 0;
  }
}
.p-contact.one-column .p-contact__bnr {
  width: 100%;
  max-width: 800px;
  margin-top: 0px;
}
.p-contact.one-column .p-contact__bnr__content {
  height: 500px;
}
@media (max-width: 768px) {
  .p-contact.one-column .p-contact__bnr__content {
    height: auto;
  }
}
.p-contact.one-column .p-contact__bnr__content__title {
  font-size: 90px;
  padding-bottom: 50px;
}
@media screen and (max-width: 999px) {
  .p-contact.one-column .p-contact__bnr__content__title {
    font-size: 50px;
    padding-bottom: 20px;
  }
}
.p-contact.one-column .p-contact__bnr__content__text {
  font-size: 24px;
  padding-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .p-contact.one-column .p-contact__bnr__content__text {
    font-size: 16px;
    padding-bottom: 20px;
  }
}

.p-company {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .p-company {
    padding-top: 50px;
  }
}
.p-company__list-wrapper {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-company__list-wrapper {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.p-company__list__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  border-bottom: 1px solid #707070;
}
@media (max-width: 480px) {
  .p-company__list__contents {
    flex-wrap: wrap;
  }
}
.p-company__list__title {
  flex-basis: 40%;
  display: inline-block;
}
@media (max-width: 480px) {
  .p-company__list__title {
    flex-basis: 100%;
  }
}
.p-company__list__text {
  flex-basis: 60%;
  display: inline-block;
}
@media (max-width: 480px) {
  .p-company__list__text {
    flex-basis: 100%;
  }
}

.p-information {
  margin-top: 100px;
  padding: 80px 0;
  background-color: #F7F7F7;
}
@media (max-width: 768px) {
  .p-information {
    margin-top: 50px;
    padding: 60px 0 70px;
  }
}
.p-information__container {
  max-width: 600px;
  margin: 0 auto;
}
.p-information__list {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-information__list {
    margin-top: 50px;
    margin-right: 15px;
    margin-left: 15px;
  }
}
.p-information__list__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 32px;
  border-bottom: 1px solid #707070;
}
@media (max-width: 480px) {
  .p-information__list__contents {
    flex-wrap: wrap;
  }
}
.p-information__list__contents a {
  color: #333;
  transition: 0.2s;
}
.p-information__list__contents a:hover {
  color: #09b465;
}
.p-information__list__date {
  flex-basis: 30%;
  font-weight: normal;
}
@media (max-width: 480px) {
  .p-information__list__date {
    flex-basis: 100%;
  }
}
.p-information__list__text {
  flex-basis: 70%;
}
@media (max-width: 480px) {
  .p-information__list__text {
    flex-basis: 100%;
  }
}

.p-article {
  width: 100%;
}
.p-article__title {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #F4F6F8;
}
.p-article__title__text {
  width: 90%;
  position: absolute;
  left: 50%;
  top: calc(50% + 33px);
  font-size: 56px;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .p-article__title__text {
    font-size: 24px;
  }
}
.p-article__content {
  display: flex;
  align-items: flex-start;
}
.p-article__content-wrapper {
  max-width: 1242px;
  width: 100%;
  margin: 148px auto;
  padding: 0 60px;
}
@media (max-width: 480px) {
  .p-article__content {
    flex-wrap: wrap;
  }
}
.p-article__content + .p-article__content {
  margin-top: 128px;
}
@media (max-width: 480px) {
  .p-article__content + .p-article__content {
    margin-top: 64px;
  }
}
.p-article__content__picture {
  flex-shrink: 0;
  width: calc(50% - 29px);
}
@media (max-width: 480px) {
  .p-article__content__picture {
    width: 100%;
  }
}
.p-article__content__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
.p-article__content-imageR .p-article__content__picture {
  margin-left: 58px;
}
@media (max-width: 480px) {
  .p-article__content-imageR .p-article__content__picture {
    margin-left: 0;
    order: 0;
  }
}
.p-article__content-imageR .p-article__content__textblock {
  width: calc(50% - 29px);
}
@media (max-width: 480px) {
  .p-article__content-imageR .p-article__content__textblock {
    order: 1;
  }
}
.p-article__content-imageL .p-article__content__textblock {
  width: calc(50% - 29px);
  margin-left: 58px;
}
@media (max-width: 480px) {
  .p-article__content-imageL .p-article__content__textblock {
    margin-left: 0;
  }
}
.p-article__content__subtitle {
  margin-top: -12px;
  font-size: 36px;
}
@media (max-width: 480px) {
  .p-article__content__subtitle {
    margin-top: 36px;
    font-size: 24px;
    text-align: center;
  }
}
.p-article__content__text {
  margin-top: 26px;
}

.p-cover {
  padding-top: 67px;
}
@media (max-width: 768px) {
  .p-cover {
    padding-top: 57px;
  }
}
.p-cover__title {
  position: relative;
}
.p-cover__title img {
  width: 100%;
  height: 263px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media (max-width: 480px) {
  .p-cover__title img {
    height: 124px;
  }
}
.p-cover__text {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  color: #fff;
  font-size: 56px;
  font-weight: normal;
  text-shadow: 3px 4px 9px #000;
}
@media (max-width: 768px) {
  .p-cover__text {
    font-size: 24px;
  }
}

.p-philosophy__title {
  display: flex;
  justify-content: center;
  margin-top: 95px;
  padding: 0 60px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-philosophy__title {
    margin-top: 60px;
    padding: 0 30px;
    font-size: 19px;
  }
}
.p-philosophy__title.c-title {
  padding-top: 40px;
  font-size: 24px;
}
.p-philosophy__title.c-title::before {
  top: 0;
  width: 2px;
  height: 32px;
}
.p-philosophy__lead {
  text-align: center;
  margin-top: 60px;
  padding: 0 60px;
  font-size: 35px;
  font-weight: 700;
  color: #333;
}
@media (max-width: 768px) {
  .p-philosophy__lead {
    margin-top: 30px;
    padding: 0 10px;
    font-size: 24px;
  }
}
.p-philosophy__text {
  text-align: center;
  margin-top: 30px;
  padding: 0 60px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
@media (max-width: 768px) {
  .p-philosophy__text {
    margin-top: 20px;
    padding: 0 15px;
    font-size: 14px;
  }
}
.p-philosophy__list {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
  max-width: 980px;
  width: 100%;
  margin: 60px auto 100px;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .p-philosophy__list {
    flex-direction: column;
    align-items: center;
    max-width: 345px;
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.p-philosophy__list::before {
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  background: #40586A;
  width: 2px;
  height: 58px;
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.p-philosophy__list::after {
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  background: #40586A;
  width: 2px;
  height: 58px;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.p-philosophy__mission {
  position: relative;
  width: 327px;
  height: 327px;
  margin-right: 40px;
  border: 1px solid #0093F2;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .p-philosophy__mission {
    width: 253px;
    height: 253px;
    margin-right: 0;
  }
}
.p-philosophy__mission-title {
  position: relative;
  text-align: center;
  margin-top: 77px;
  font-size: 46px;
  font-family: din-2014, sans-serif;
  font-weight: 300;
  color: #333;
}
.p-philosophy__mission-title::after {
  content: "";
  left: 15%;
  position: absolute;
  display: block;
  width: 218px;
  height: 8px;
  background: #0093F2;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .p-philosophy__mission-title::after {
    width: 169px;
    height: 4px;
  }
}
@media (max-width: 768px) {
  .p-philosophy__mission-title {
    margin-top: 60px;
    font-size: 36px;
  }
}
.p-philosophy__mission-lead {
  text-align: center;
  margin-top: 38px;
  font-size: 21px;
  color: #333;
}
@media (max-width: 768px) {
  .p-philosophy__mission-lead {
    margin-top: 30px;
    font-size: 16px;
  }
}
.p-philosophy__vision {
  width: 327px;
  height: 327px;
  margin-left: 40px;
  border: 1px solid #00CAC0;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .p-philosophy__vision {
    width: 253px;
    height: 253px;
    margin-left: 0;
    margin-top: 100px;
  }
}
.p-philosophy__vision-title {
  position: relative;
  text-align: center;
  margin-top: 77px;
  font-size: 46px;
  font-family: din-2014, sans-serif;
  font-weight: 300;
  color: #333;
}
.p-philosophy__vision-title::after {
  content: "";
  left: 15%;
  position: absolute;
  display: block;
  width: 218px;
  height: 8px;
  background: #00CAC0;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .p-philosophy__vision-title::after {
    width: 167px;
    height: 4px;
  }
}
@media (max-width: 768px) {
  .p-philosophy__vision-title {
    margin-top: 60px;
    font-size: 36px;
  }
}
.p-philosophy__vision-lead {
  text-align: center;
  margin-top: 38px;
  font-size: 21px;
  color: #333;
}
@media (max-width: 768px) {
  .p-philosophy__vision-lead {
    margin-top: 30px;
    font-size: 16px;
  }
}

.p-intro__wrapper {
  position: relative;
  margin-top: 110px;
  padding-bottom: 170px;
}
.p-intro__wrapper::before {
  content: "";
  top: 20px;
  left: 0;
  position: absolute;
  width: calc(50% + 240px);
  height: 100%;
  background: #F4F6F8;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-intro__wrapper::before {
    width: 100%;
  }
}
.p-intro__item {
  display: flex;
  flex-direction: row;
}
.p-intro__item:last-of-type .p-intro__title {
  padding-top: 230px;
}
@media (max-width: 768px) {
  .p-intro__item:last-of-type .p-intro__title {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .p-intro__item:last-of-type .p-intro__text {
    margin-top: -430px;
    padding-top: 430px;
  }
}
.p-intro__item:last-of-type .p-intro__img {
  margin-top: 285px;
}
@media (max-width: 768px) {
  .p-intro__item:last-of-type .p-intro__img {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .p-intro__item {
    flex-direction: column-reverse;
    margin-top: 80px;
  }
}
.p-intro__itemreverse {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .p-intro__itemreverse {
    flex-direction: column-reverse;
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .p-intro__itemreverse .p-intro__text {
    margin-right: 0;
    margin-left: 33px;
    margin-top: -430px;
    padding: 430px 50px 50px 20px;
  }
}
.p-intro__itemreverse .p-intro__title {
  margin-top: -50px;
}
@media (max-width: 768px) {
  .p-intro__itemreverse .p-intro__title {
    margin-top: 60px;
  }
}
.p-intro__title {
  padding-top: 160px;
  padding-left: 16%;
  font-size: 56px;
  font-family: din-2014, sans-serif;
  color: #333;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-intro__title {
    margin: 60px 30px 0 50px;
    padding: 0;
    font-size: 43px;
  }
}
.p-intro__lead {
  margin-top: 30px;
  padding-left: 16%;
  font-size: 14px;
  font-weight: 700;
  color: #19CC7E;
}
@media (max-width: 768px) {
  .p-intro__lead {
    margin: 0 30px 40px 50px;
    padding: 0;
    font-size: 12px;
  }
}
.p-intro__text {
  max-width: 770px;
  margin-top: 60px;
  padding: 78px 16% 78px 16%;
  line-height: 2;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  background: #fff;
}
@media (max-width: 768px) {
  .p-intro__text {
    margin: 0;
    padding: 430px 20px 50px 50px;
    margin-top: -430px;
    margin-right: 33px;
  }
}
.p-intro__img {
  width: 40%;
  margin-top: 220px;
  margin-bottom: -50px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.p-intro__img.p-intro__imgsp {
  display: none;
}
@media (max-width: 768px) {
  .p-intro__img {
    width: calc(100% - 30px);
    height: 580px;
    margin: 0;
    margin-left: auto;
  }
  .p-intro__img.p-intro__imgpc {
    display: none;
  }
  .p-intro__img.p-intro__imgsp {
    display: block;
  }
}
@media (max-width: 480px) {
  .p-intro__img {
    height: 340px;
  }
}
.p-intro__imgreverse {
  margin-top: 0;
}
@media (max-width: 768px) {
  .p-intro__imgreverse {
    margin: 0;
  }
}
.p-intro__position {
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-intro__position {
    font-size: 18px;
  }
}
.p-intro__name {
  margin-left: 32px;
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-intro__name {
    display: block;
    margin-left: 0;
    font-size: 20px;
  }
}
.p-intro__desc {
  margin-top: 40px;
  line-height: 2;
}

.p-footer {
  width: 100%;
  background-color: #23323A;
  margin-top: 150px;
}
@media (max-width: 768px) {
  .p-footer {
    margin-top: 50px;
    padding-bottom: 67px;
  }
}
.p-footer__container {
  max-width: 1242px;
  color: #fff;
  margin: 0 auto;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .p-footer__container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-footer__sitemap {
  flex-basis: 40%;
}
@media (max-width: 768px) {
  .p-footer__sitemap {
    flex-basis: 100%;
  }
}
.p-footer__sitemap-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.p-footer__sitemap__logo {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__sitemap__logo img {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.p-footer__sitemap__text {
  margin-bottom: 10px;
}
.p-footer__sitemap__contents {
  margin-top: 44px;
  font-size: 13px;
}
.p-footer__sitemap__contents.u-only-mdsm .p-footer__sitemap__text {
  text-align: center;
}
.p-footer__sitemap__contents a {
  display: inline-block;
  position: relative;
  color: #fff;
}
.p-footer__sitemap__contents a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s;
}
.p-footer__sitemap__contents a:hover::after {
  transform: scale(1, 1);
}
.p-footer__company-group {
  flex-basis: 60%;
}
@media (max-width: 768px) {
  .p-footer__company-group {
    flex-basis: 100%;
  }
}
.p-footer__company-group__title {
  position: relative;
  margin-bottom: 32px;
  /* padding-left: 20px; */
  border-bottom: 1px solid #fff;
  line-height: 3;
}
@media (max-width: 768px) {
  .p-footer__company-group__title {
    text-align: center;
  }
}
.p-footer__company-group__title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 16px;
  background-color: #23323A;
  border-left: 1px solid #fff;
  top: 48px;
  left: 20%;
  transform: skewX(40deg);
}
@media (max-width: 768px) {
  .p-footer__company-group__title::after {
    left: 50%;
    transform: skewX(40deg), translateX(-50%);
  }
}
.p-footer__company-group__lists {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-footer__company-group__lists {
    flex-direction: column;
  }
}
.p-footer__company-group__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .p-footer__company-group__list {
    width: 100%;
    height: unset;
    text-align: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }
}
.p-footer__company-group__list__text {
  width: 100%;
  margin-bottom: 20px;
  font-size: 13px;
}
.p-footer__company-group__list__text a {
  display: inline-block;
  position: relative;
  color: #fff;
}
.p-footer__company-group__list__text a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s;
}
.p-footer__company-group__list__text a:hover::after {
  transform: scale(1, 1);
}
.p-footer__copyrights {
  display: flex;
  justify-content: center;
  padding: 24px 0;
  color: #fff;
  font-size: 13px;
}

/* ページTOPに戻る */
.pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 70px;
}
.pagetop a {
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #7db4e6;
  border-radius: 50%;
  line-height: 50px;
}
.pagetop a i {
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}


#section_NOTE_area {
  max-width: 1362px;
  margin: 0 auto;
  padding: 0 60px;
  margin-bottom: 90px;
  margin-top: 100px;
}
@media (max-width: 768px) {
  #section_NOTE_area {
    margin-top: 50px;
    margin-bottom: 0;
    padding: 25px 0;
  }
}
@media (max-width: 768px) {
  #section_NOTE_area .c-title-border {
    margin: 0 15px;
  }
}

.note_area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .note_area {
    padding-bottom: 25px;
  }
}
.note_area_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}
@media (max-width: 768px) {
  .note_area_grid {
    grid-gap: 0px;
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .note_area_grid div {
    width: 100%;
    padding: 30px 15px 0px 15px;
  }
}
.note_area_grid_item {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .note_area_grid_item {
    text-align: center;
    margin-top: 0px;
  }
}
.note_area_grid_item h3 {
  padding: 15px 5px;
  color: #333;
  display: flex;
  flex-direction: column;
  font-weight: normal;
}
@media (max-width: 768px) {
  .note_area_grid_item h3 {
    align-items: flex-start;
    text-align: left;
  }
}
.note_area_grid_item h3 small {
  color: #9F9F9F;
  font-size: 14px;
}
.note_area_grid_item img {
  width: 100%;
}
@media (max-width: 768px) {
  .note_area_grid_item img {
    max-width: none;
    width: 100%;
  }
}
.note_area_grid_item-btn {
  width: 400px;
  transition: ease-in-out;
  transition: 0.3s;
}
.note_area_grid_item-btn:hover {
  opacity: 0.6;
}

.p-notice {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .p-notice {
    padding: 50px 15px 0px 15px;
  }
}
.p-notice__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .p-notice__container {
    padding: 0;
  }
}
.p-notice__list {
  padding-top: 20px;
}
.p-notice__list li {
  border-bottom: 1px solid #EAEAEA;
}
.p-notice__list li:first-child {
  border-top: 1px solid #EAEAEA;
}
.p-notice__list__link {
  padding: 20px 10px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .p-notice__list__link {
    padding: 10px 0;
    flex-direction: column;
  }
}
.p-notice__list__link:hover {
  background-color: #f5f5f5;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.p-notice__list__date {
  color: #9F9F9F;
  font-size: 14px;
  width: 80px;
  padding-right: 20px;
}
.p-notice__list__text {
  color: #333;
}
@media (max-width: 768px) {
  .p-notice__list__text {
    font-size: 14px;
  }
}

.p-message {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .p-message {
    padding-top: 0;
  }
}
.p-message__container {
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-message__container {
    padding: 0px 15px 0px 15px;
  }
}
.p-message__box {
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  max-width: 1000px;
}
.p-message__box__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  padding: 35px 30px;
}
@media (max-width: 768px) {
  .p-message__box__wrapper {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .p-message__box__img {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 999px) {
  .p-message__box__img img {
    width: 100%;
  }
}
.p-message__box__point {
  padding-right: 30px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .p-message__box__point {
    width: calc(50% - 10px);
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .p-message__box__point {
    padding: 0;
  }
}
.p-message__person {
  font-size: 20px;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .p-message__person {
    font-size: 16px;
    padding-top: 5px;
  }
}
.p-message__text {
  padding-top: 15px;
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
}
@media (max-width: 768px) {
  .p-message__text {
    font-size: 12px;
    margin-left: 0px;
    padding-top: 5px;
    text-align: left;
  }
}
.p-message .c-title-border {
  font-size: 30px;
}
@media (max-width: 768px) {
  .p-message .c-title-border {
    font-size: 20px;
    padding-top: 10px;
  }
}
.p-message .c-title-border::before {
  bottom: 8px; /*線の上下位置*/
  height: 30px; /*線の太さ*/
}
@media (max-width: 768px) {
  .p-message .c-title-border::before {
    height: 23px;
  }
}

.c-button {
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 15px;
}
.c-button-anim {
  overflow: hidden;
  transition: 0.3s;
}
.c-button-anim::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}
.c-button-anim:hover::after {
  left: 0;
}

.c-btn-MG {
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .c-btn-MG {
    font-size: 16px;
  }
}
.c-btn-MG_wrap {
  display: block;
  background: transparent linear-gradient(125deg, #00CAC0 0%, #0093F2 100%) 0% 0% no-repeat padding-box;
  background: -webkit-linear-gradient(125deg, #00CAC0 0%, #0093F2 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  padding: 17px 0;
  border-radius: 50px;
  text-align: center;
  margin-top: 30px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .c-btn-MG_wrap {
    padding: 10px 0;
    font-size: 16px;
  }
}
.c-btn-MG_wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12%;
  transform: rotate(45deg) translateY(-50%);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media (max-width: 768px) {
  .c-btn-MG_wrap::before {
    right: 15%;
    width: 7px;
    height: 7px;
  }
}

.c-title {
  position: relative;
  display: block;
  font-size: min(5vw, 35px);
  text-align: center;
  color: #333;
}
@media (max-width: 768px) {
  .c-title {
    font-size: 20px;
  }
}

.c-title-border {
  position: relative;
  display: block;
  font-size: 35px;
  text-align: left;
  padding-left: 15px;
  color: #333;
}
@media (max-width: 768px) {
  .c-title-border {
    font-size: 20px;
  }
}
.c-title-border::before {
  content: "";
  position: absolute;
  bottom: 8px; /*線の上下位置*/
  left: 0;
  display: inline-block;
  width: 5px; /*線の長さ*/
  height: 35px; /*線の太さ*/
  transform: translateX(-50%); /*位置調整*/
  background: transparent linear-gradient(125deg, #00CAC0 0%, #0093F2 100%) 0% 0% no-repeat padding-box;
  background: -webkit-linear-gradient(125deg, #00CAC0 0%, #0093F2 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 768px) {
  .c-title-border::before {
    bottom: 4px;
    height: 23px;
  }
}

.c-title-point {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c-title-point-sub {
  color: #0093F2;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .c-title-point-sub {
    font-size: 10px;
  }
}
.c-title-point-number {
  font-family: din-2014;
  font-weight: bold;
  font-size: 45px;
  line-height: 40px;
  display: inline-block;
  background: transparent linear-gradient(125deg, #00CAC0 0%, #0093F2 100%) 0% 0% no-repeat padding-box;
  background: -webkit-linear-gradient(125deg, #00CAC0 0%, #0093F2 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .c-title-point-number {
    font-size: 32px;
    line-height: 30px;
  }
}
.c-title-point-main {
  font-size: 26px;
  line-height: 1.2;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 768px) {
  .c-title-point-main {
    font-size: 16px;
  }
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

@media (max-width: 768px) {
  .u-only-pc {
    display: none;
  }
}

@media (min-width: 480px) {
  .u-only-sp {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-only-mdsm {
    display: none;
  }
}

* {
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  line-height: 1.6;
}/*# sourceMappingURL=style.css.map */