@charset "UTF-8";
/*------------- foundation ---------------*/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li,
table,
td,
th {
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

ul, ol {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a, a:hover {
  text-decoration: none;
  color: initial;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  border-collapse: collapse;
}

:root {
  --vh: 0px;
}

@-webkit-keyframes scroll-bar {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  50.1% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}

@keyframes scroll-bar {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  50.1% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}
@-webkit-keyframes line-draw {
  0% {
    stroke-dashoffset: 3000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes line-draw {
  0% {
    stroke-dashoffset: 3000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes up-down {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes down-up {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes down-up {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes rotatez {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  50% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  50% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
@keyframes rotatez {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  50% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  50% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
html {
  font-size: 62.5%;
}

body {
  font-size: 2rem;
  font-family: "Lato", "Helvetica Neue", "Arial", YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3rem;
  line-height: 2.2;
  color: #000000;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1100px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 766px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 321px) {
  body {
    font-size: 1.2rem;
  }
}

main {
  position: relative;
  overflow: hidden;
}

footer {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  overflow: hidden;
}

h1, h2, h3, h4, h5 {
  font-weight: initial;
}

h2 {
  font-size: clamp(4rem, 3.85vw, 8rem);
  font-weight: 600;
}

h3 {
  font-size: clamp(3.2rem, 2.85vw, 6rem);
  font-weight: 600;
}

/*---------------- layout ----------------*/
.l-h-global-header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 110px;
  top: 0;
  left: 0;
  padding: 0 2.5%;
  background-color: #F3FAFE;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  z-index: 3;
}
@media screen and (max-width: 1100px) {
  .l-h-global-header {
    height: 80px;
  }
}
@media screen and (max-width: 766px) {
  .l-h-global-header {
    height: 70px;
  }
}
.l-h-global-header._recruit {
  background-color: #D4F6FA;
}
.l-h-global-header__logo {
  width: 25vw;
  max-width: 350px;
  min-width: 250px;
  height: auto;
}
@media screen and (max-width: 766px) {
  .l-h-global-header__logo {
    width: 180px;
    min-width: initial;
  }
}
.l-h-global-header__logo img {
  width: 100%;
  height: auto;
}
.l-h-global-header__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 766px) {
  .l-h-global-header__navi {
    gap: 0;
  }
}
.l-h-global-header__navi__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
  letter-spacing: 0;
}
@media screen and (max-width: 1200px) {
  .l-h-global-header__navi__menu {
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .l-h-global-header__navi__menu {
    display: none;
  }
}
.l-h-global-header__navi__menu a {
  color: #000000;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: 600;
}
.l-h-global-header__navi__menu a:hover {
  color: #E68B34;
}
.l-h-global-header__navi__icon {
  display: inline-block;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 1100px) {
  .l-h-global-header__navi__icon {
    margin-right: 70px;
  }
}
@media screen and (max-width: 766px) {
  .l-h-global-header__navi__icon {
    width: 28px;
    height: 28px;
    margin-right: 50px;
  }
}
.l-h-global-header__navi__icon:hover img {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.l-h-global-header__navi__icon img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.l-h-global-header__navi__spmenu {
  display: none;
}
@media screen and (max-width: 1100px) {
  .l-h-global-header__navi__spmenu {
    position: fixed;
    display: block;
    height: calc(100% - 80px);
    padding: 30px;
    top: 80px;
    right: -310px;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
}
@media screen and (max-width: 766px) {
  .l-h-global-header__navi__spmenu {
    width: 100%;
    height: calc(100dvh - 70px);
    padding: 45px;
    top: 70px;
    right: -100%;
  }
}
.l-h-global-header__navi__spmenu._open {
  right: 0;
}
.l-h-global-header__navi__spmenu__logomark {
  display: none;
}
@media screen and (max-width: 766px) {
  .l-h-global-header__navi__spmenu__logomark {
    display: block;
    width: 80px;
    height: auto;
    margin: 20px auto;
  }
}
.l-h-global-header__navi__spmenu__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: 250px;
}
@media screen and (max-width: 766px) {
  .l-h-global-header__navi__spmenu__menu {
    width: 100%;
  }
}
.l-h-global-header__navi__spmenu__menu__child {
  width: calc(50% - 5px);
}
.l-h-global-header__navi__spmenu__menu__child a {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.l-h-global-header__navi__spmenu__menu__child a:hover {
  color: #E68B34;
}
.l-h-global-header__navi__spmenu__menu__child a:hover::after {
  width: 0;
}
.l-h-global-header__navi__spmenu__menu__child a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #007BBE;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.l-h-global-header__navi__spmenu__menu__child a span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #007BBE;
}
.l-h-global-header__navi__spmenu__submenu {
  margin-top: 30px;
}
.l-h-global-header__navi__spmenu__submenu__child a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.l-h-global-header__navi__spmenu__submenu__child a:hover {
  color: #E68B34;
}
.l-h-global-header__navi__spmenu__submenu__child a::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #000000;
}

.menu_button_wrapper {
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  top: calc(50% - 18px);
  right: 30px;
  padding: 8px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#49BCBD), to(#007BBE));
  background: linear-gradient(to right, #49BCBD, #007BBE);
  z-index: 4;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 1100px) {
  .menu_button_wrapper {
    display: block;
  }
}
@media screen and (max-width: 766px) {
  .menu_button_wrapper {
    width: 36px;
    height: 36px;
    right: 10px;
  }
}
.menu_button_wrapper._open::before {
  width: 80%;
  top: 50%;
  left: 10%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu_button_wrapper._open::after {
  width: 80%;
  top: 50%;
  left: 10%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu_button_wrapper._open button.menu_button {
  /*&::before {
    content: "CLOSE";
    transition: $trns;
    left:3px;
  }*/
}
.menu_button_wrapper._open button.menu_button::after {
  width: 80%;
  top: 50%;
  left: 10%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.menu_button_wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 70%;
  height: 2px;
  top: 30%;
  left: 15%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.menu_button_wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 70%;
  height: 2px;
  top: 68%;
  left: 15%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.menu_button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: initial;
  border: none;
}
.menu_button::after {
  content: "";
  position: absolute;
  display: block;
  width: 70%;
  height: 2px;
  top: 48%;
  left: 15%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.l-f-global-footer {
  position: relative;
  width: 100%;
  padding: 150px 10% 0 10%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), to(#D4ECFA));
  background: linear-gradient(180deg, #fff 40%, #D4ECFA 100%);
}
@media screen and (max-width: 1100px) {
  .l-f-global-footer {
    padding: 70px 5% 0 5%;
  }
}
@media screen and (max-width: 766px) {
  .l-f-global-footer {
    padding-top: 50px;
  }
}
.l-f-global-footer__contact {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
  padding: 50px 50px 100px 50px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
  text-align: center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .l-f-global-footer__contact {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-radius: 40px;
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  }
}
@media screen and (max-width: 766px) {
  .l-f-global-footer__contact {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 30px;
  }
}
.l-f-global-footer__contact__wrapper {
  position: relative;
}
.l-f-global-footer__contact__wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: calc(100% - 150px);
  top: -150px;
  left: -10vw;
  background: url("../img/footer-bg.jpg") no-repeat 50% 50%/cover;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .l-f-global-footer__contact__wrapper::after {
    top: -70px;
    left: -5vw;
  }
}
.l-f-global-footer__contact__desc {
  margin: 30px 0 50px 0;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 766px) {
  .l-f-global-footer__contact__desc {
    margin: 30px 0;
  }
}
.l-f-global-footer__contact__tel {
  margin: 50px 0 10px 0;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 1100px) {
  .l-f-global-footer__contact__tel {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 766px) {
  .l-f-global-footer__contact__tel {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}
.l-f-global-footer__contact__tel__no {
  font-size: 8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #007BBE;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 1100px) {
  .l-f-global-footer__contact__tel__no {
    font-size: 5rem;
  }
}
@media screen and (max-width: 766px) {
  .l-f-global-footer__contact__tel__no {
    font-size: 3.2rem;
  }
}
.l-f-global-footer__contact__tel__no:hover {
  color: #E68B34;
}
.l-f-global-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 50px 30px 50px;
  background-color: #fff;
  border-radius: 50px 50px 0 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  .l-f-global-footer__content {
    font-size: 1.4rem;
    border-radius: 40px 40px 0 0;
  }
}
@media screen and (max-width: 766px) {
  .l-f-global-footer__content {
    padding: 30px;
    font-size: 1.2rem;
    border-radius: 30px 30px 0 0;
  }
}
.l-f-global-footer__content__info {
  width: 40%;
  line-height: 1.6;
}
@media screen and (max-width: 766px) {
  .l-f-global-footer__content__info {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 30px;
  }
}
.l-f-global-footer__content__info__logo {
  width: 70%;
  min-width: 250px;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 766px) {
  .l-f-global-footer__content__info__logo {
    width: 100%;
    max-width: 350px;
    min-width: initial;
    margin-bottom: 15px;
  }
}
.l-f-global-footer__content__navi {
  width: 40%;
}
@media screen and (max-width: 766px) {
  .l-f-global-footer__content__navi {
    width: 100%;
  }
}
.l-f-global-footer__content__navi__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 766px) {
  .l-f-global-footer__content__navi__menu__wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.l-f-global-footer__content__navi__menu__child {
  width: calc(50% - 15px);
}
.l-f-global-footer__content__navi__menu__child a {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.l-f-global-footer__content__navi__menu__child a:hover {
  color: #E68B34;
}
.l-f-global-footer__content__navi__menu__child a:hover::after {
  width: 0;
}
.l-f-global-footer__content__navi__menu__child a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #007BBE;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.l-f-global-footer__content__navi__menu__child a span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #007BBE;
}
.l-f-global-footer__content__navi__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
  margin: 30px 0 0 auto;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .l-f-global-footer__content__navi__submenu {
    gap: 20px;
  }
}
@media screen and (max-width: 766px) {
  .l-f-global-footer__content__navi__submenu {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.l-f-global-footer__content__navi__submenu__child a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 1100px) {
  .l-f-global-footer__content__navi__submenu__child a {
    gap: 5px;
  }
}
.l-f-global-footer__content__navi__submenu__child a:hover {
  color: #E68B34;
}
.l-f-global-footer__content__navi__submenu__child a::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #000000;
}
@media screen and (max-width: 1100px) {
  .l-f-global-footer__content__navi__submenu__child a::before {
    width: 10px;
  }
}
.l-f-global-footer__copyright {
  padding: 15px 0;
  background-color: #505050;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
}

.l-wrapper {
  width: 100%;
  padding: 50px 0;
}
@media screen and (max-width: 1100px) {
  .l-wrapper {
    padding: 35px 0;
  }
}
@media screen and (max-width: 766px) {
  .l-wrapper {
    padding: 25px 0;
  }
}

.l-inner {
  width: 90%;
  margin: 0 auto;
}

.l-page-top {
  position: relative;
  width: 100%;
  height: 700px;
  padding-top: 110px;
  background: #F3FAFE;
}
@media screen and (max-width: 1200px) {
  .l-page-top {
    height: 550px;
  }
}
@media screen and (max-width: 1100px) {
  .l-page-top {
    padding-top: 80px;
  }
}
@media screen and (max-width: 766px) {
  .l-page-top {
    height: 400px;
    padding-top: 70px;
  }
}
.l-page-top._notfound {
  position: relative;
  width: 100%;
  height: 100svh;
  max-height: 1500px;
  min-height: 600px;
  padding: 110px 0 5vw 0;
  background: #F3FAFE;
}
@media screen and (max-width: 1100px) {
  .l-page-top._notfound {
    padding: 80px 0 5vw 0;
  }
}
@media screen and (max-width: 766px) {
  .l-page-top._notfound {
    padding: 70px 0 5vw 0;
    min-height: initial;
  }
}
.l-page-top__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  height: calc(100% - 50px);
  margin: 0 0 0 auto;
  background: url("../img/footer-bg.jpg") no-repeat 50% 50%/cover;
  border-radius: 50px 0 0 50px;
}
@media screen and (max-width: 1100px) {
  .l-page-top__main {
    padding: 0 50px;
    border-radius: 40px 0 0 40px;
  }
}
@media screen and (max-width: 766px) {
  .l-page-top__main {
    padding: 0 20px;
    border-radius: 30px 0 0 30px;
  }
}
.l-page-top__main._notfound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/404-bg.jpg") no-repeat 50% 50%/cover;
  text-align: center;
  color: #fff;
}
.l-page-top__main._notfound h2 {
  font-size: clamp(5rem, 2.5vw, 6rem);
  line-height: 1.4;
}
@media screen and (max-width: 1100px) {
  .l-page-top__main._notfound h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 766px) {
  .l-page-top__main._notfound h2 {
    font-size: 2.4rem;
  }
}
.l-page-top__main._notfound a {
  width: 200px;
}

.l-tb-wrap {
  display: none;
}
@media screen and (max-width: 1100px) {
  .l-tb-wrap {
    display: block;
  }
}

.l-tbp-wrap {
  display: none;
}
@media screen and (max-width: 900px) {
  .l-tbp-wrap {
    display: block;
  }
}

.l-sp-wrap {
  display: none;
}
@media screen and (max-width: 766px) {
  .l-sp-wrap {
    display: block;
  }
}

.l-sp-nowrap {
  display: block;
}
@media screen and (max-width: 766px) {
  .l-sp-nowrap {
    display: none;
  }
}

.l-notb {
  display: none;
}
@media screen and (max-width: 900px) {
  .l-notb {
    display: inline-block;
  }
}

/*---------------- object ----------------*/
.c-btn-round {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  line-height: 80px;
  color: #007BBE;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 1200px) {
  .c-btn-round {
    padding: 0 15px;
    line-height: 60px;
    font-size: 1.8rem;
  }
}
.c-btn-round::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(#49BCBD), to(#007BBE)) border-box border-box;
  background: linear-gradient(to right, #49BCBD, #007BBE) border-box border-box;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0); /* 2つのマスクレイヤー */
  -webkit-mask-clip: padding-box, border-box; /* レイヤーごとの描画領域の範囲 */
  -webkit-mask-composite: destination-out; /* レイヤーが重なっていない領域を描画対象 */
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-clip: padding-box, border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  border-radius: 40px;
}
@media screen and (max-width: 1100px) {
  .c-btn-round::before {
    border-radius: 30px;
  }
}
.c-btn-round:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  color: #007BBE;
}
.c-btn-round._slim {
  line-height: 60px;
}
@media screen and (max-width: 1100px) {
  .c-btn-round._slim {
    line-height: 50px;
  }
}
.c-btn-round._slim::before {
  border-radius: 30px;
}
@media screen and (max-width: 1100px) {
  .c-btn-round._slim::before {
    border-radius: 25px;
  }
}
.c-btn-round._solid {
  background: -webkit-gradient(linear, left top, right top, from(#49BCBD), to(#007BBE));
  background: linear-gradient(to right, #49BCBD, #007BBE);
  border-radius: 40px;
  color: #fff;
}
.c-btn-round._solid::before {
  display: none;
}
@media screen and (max-width: 766px) {
  .c-btn-round._solid._slim {
    background: initial;
  }
}
@media screen and (max-width: 766px) {
  .c-btn-round._solid._slim::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: auto;
    aspect-ratio: 30/23;
    background: url("../img/icon-mail_bl.svg") no-repeat 50% 50%/contain;
  }
}
.c-btn-round._wh {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 40px;
}
.c-btn-round._wh::before {
  display: none;
}
.c-btn-round._ex {
  padding: 0 40px;
}
@media screen and (max-width: 766px) {
  .c-btn-round._finance {
    line-height: 1.2;
    text-align: left;
    border-radius: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.c-btn-round__contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-btn-round__contact::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: auto;
  aspect-ratio: 30/23;
  background: url("../img/icon-mail.svg") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 766px) {
  .c-btn-round__contact._head {
    display: none;
  }
}
.c-btn-round__nw {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-btn-round__nw::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../img/icon-newwin.svg") no-repeat 50% 50%/contain;
}
.c-btn-round__nw._wh::after {
  background: url("../img/icon-newwin_wh.svg") no-repeat 50% 50%/contain;
}
.c-btn-round__nw._ml {
  line-height: 1.4;
}

.c-btn-pagetop-recruit {
  position: absolute;
  padding: 50px 0;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#49BCBD), to(#007BBE));
  background: linear-gradient(to bottom, #49BCBD, #007BBE);
  border-radius: 0 0 0 40px;
  font-size: clamp(2.4rem, 2.8vw, 6rem);
  font-weight: 600;
  line-height: clamp(50px, 6vw, 100px);
  letter-spacing: 0;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 2;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 1200px) {
  .c-btn-pagetop-recruit {
    padding: 30px 0;
  }
}
@media screen and (max-width: 766px) {
  .c-btn-pagetop-recruit {
    font-size: 2rem;
    line-height: 40px;
  }
}
.c-btn-pagetop-recruit:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  color: #fff;
}

.c-btn-topform {
  display: inline-block;
  font-size: clamp(2rem, 2vw, 4rem);
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  padding: 0 30px 0 40px;
  background-color: #E68B34;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 766px) {
  .c-btn-topform {
    padding: 3px 10px 3px 20px;
  }
}
.c-btn-topform:hover {
  background-color: #007BBE;
  color: #fff;
}
.c-btn-topform::before {
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 20px;
  left: 22px;
  top: calc(50% - 10px);
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-animation: rotatez 4s ease-in-out infinite;
          animation: rotatez 4s ease-in-out infinite;
}
@media screen and (max-width: 766px) {
  .c-btn-topform::before {
    left: 7px;
  }
}

.c-t-pagetop-copy {
  font-size: 1.6rem;
  line-height: 50px;
  text-align: right;
  margin-right: 2.5%;
}
@media screen and (max-width: 1200px) {
  .c-t-pagetop-copy {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1100px) {
  .c-t-pagetop-copy {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 766px) {
  .c-t-pagetop-copy {
    letter-spacing: 0;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}

.c-t-secttl {
  position: relative;
  font-size: clamp(10rem, 12vw, 25rem);
  font-weight: 600;
  line-height: 1;
  word-wrap: none;
  white-space: nowrap;
  color: #D4ECFA;
  text-align: center;
  letter-spacing: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 1100px) {
  .c-t-secttl {
    font-size: 10rem;
  }
}
@media screen and (max-width: 766px) {
  .c-t-secttl {
    font-size: 5rem;
  }
}
.c-t-secttl::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  margin: 20px auto 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#49BCBD), to(#007BBE));
  background: linear-gradient(to right, #49BCBD, #007BBE);
}
@media screen and (max-width: 1100px) {
  .c-t-secttl::after {
    width: 80px;
    height: 2px;
  }
}
@media screen and (max-width: 766px) {
  .c-t-secttl::after {
    width: 50px;
    margin-top: 10px;
  }
}
.c-t-secttl._ol {
  color: transparent;
  -webkit-text-stroke: 3px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1100px) {
  .c-t-secttl._ol {
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.3);
  }
}
@media screen and (max-width: 766px) {
  .c-t-secttl._ol {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  }
}
.c-t-secttl._ol::after {
  background: #fff;
}
.c-t-secttl._ol._bl {
  -webkit-text-stroke: 3px #007BBE;
}
@media screen and (max-width: 1100px) {
  .c-t-secttl._ol._bl {
    -webkit-text-stroke: 2px #007BBE;
  }
}
@media screen and (max-width: 900px) {
  .c-t-secttl._ol._bl.p-corporate-message__ttl {
    -webkit-text-stroke: initial;
    color: rgba(255, 255, 255, 0.3);
  }
}
@media screen and (max-width: 766px) {
  .c-t-secttl._ol._bl.p-corporate-message__ttl {
    font-size: 6.6rem;
  }
}
.c-t-secttl._ol span {
  color: #fff;
}
.c-t-secttl._left {
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .c-t-secttl._left {
    text-align: center;
  }
}
.c-t-secttl._left::after {
  margin: 20px 0 0 0;
}
@media screen and (max-width: 1100px) {
  .c-t-secttl._left::after {
    margin: 20px auto 0 auto;
  }
}
@media screen and (max-width: 766px) {
  .c-t-secttl._left::after {
    margin-top: 10px;
  }
}
.c-t-secttl._v {
  font-size: clamp(6rem, 10vw, 18rem);
  line-height: 0.7;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 1200px) {
  .c-t-secttl._v {
    font-size: 12rem;
  }
}
.c-t-secttl._v::after {
  display: none;
}
.c-t-secttl._active {
  letter-spacing: 0;
}
.c-t-secttl._jp span {
  margin-top: 0;
}
.c-t-secttl._recttl {
  color: #AEF1F8;
}
@media screen and (max-width: 1100px) {
  .c-t-secttl._imp {
    font-size: 10rem;
  }
}
.c-t-secttl span {
  position: relative;
  display: block;
  font-size: clamp(5rem, 2.5vw, 6rem);
  line-height: 1;
  color: initial;
  margin-top: -6.5rem;
  -webkit-text-stroke: initial;
}
@media screen and (max-width: 1100px) {
  .c-t-secttl span {
    font-size: 4rem;
    margin-top: -4.5rem;
  }
}
@media screen and (max-width: 766px) {
  .c-t-secttl span {
    font-size: 2.4rem;
    margin-top: -2.5rem;
  }
}

.c-t-yl {
  font-weight: 600;
  color: #007BBE;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.c-bg-btmcover {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
}

.p-top-hero {
  position: relative;
  width: 100%;
  height: calc(100svh + 150px);
  max-height: 1500px;
  min-height: 600px;
  padding-top: 110px;
  background: #F3FAFE;
}
@media screen and (max-width: 1100px) {
  .p-top-hero {
    padding-top: 80px;
  }
}
@media screen and (max-width: 766px) {
  .p-top-hero {
    height: calc(100svh + 100px);
    max-height: 650px;
    padding-top: 70px;
  }
}
.p-top-hero__main {
  position: relative;
  width: 95%;
  height: calc(100% - 50px);
  margin: 0 0 0 auto;
  padding: 50px;
  background: url("../img/top-hero.jpg") no-repeat 50% 100%/cover;
  border-radius: 50px 0 0 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 1100px) {
  .p-top-hero__main {
    border-radius: 40px 0 0 0;
  }
}
@media screen and (max-width: 766px) {
  .p-top-hero__main {
    padding: 20px;
    border-radius: 30px 0 0 0;
    background: url("../img/top-hero-sp.jpg") no-repeat 50% 100%/cover;
  }
}
.p-top-hero__main._start {
  background-size: 100%;
}
.p-top-hero__main__copy {
  font-size: clamp(3.6rem, 2.8vw, 6rem);
  font-weight: 600;
  line-height: 1.6;
  color: #4E5C6C;
}
@media screen and (max-width: 766px) {
  .p-top-hero__main__copy {
    font-size: 2.6rem;
  }
}
.p-top-hero__main__copy__en {
  display: block;
  margin-top: 20px;
  font-size: clamp(1.6rem, 1.5vw, 3.2rem);
  line-height: 1.6;
}
@media screen and (max-width: 766px) {
  .p-top-hero__main__copy__en {
    font-size: 1.2rem;
  }
}
.p-top-hero__main__scroll {
  position: absolute;
  bottom: 200px;
  left: 47.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-top-hero__main__scroll {
    bottom: 100px;
    font-size: 1.2rem;
  }
}
.p-top-hero__main__scroll::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 170px;
  left: 50%;
  top: 45px;
  background-color: #fff;
  -webkit-animation: scroll-bar 2s ease-in-out infinite;
          animation: scroll-bar 2s ease-in-out infinite;
}
@media screen and (max-width: 766px) {
  .p-top-hero__main__scroll::after {
    top: 20px;
    height: 70px;
  }
}

.p-top__intro {
  position: relative;
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F3FAFE), to(#fff));
  background: linear-gradient(to bottom, #F3FAFE, #fff);
}
@media screen and (max-width: 766px) {
  .p-top__intro {
    padding-bottom: 50px;
  }
}
.p-top__intro__inner {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.p-top__intro__content {
  position: relative;
  width: 45%;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .p-top__intro__content {
    width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .p-top__intro__content {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
  }
}
.p-top__intro__content__logomark {
  width: 150px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .p-top__intro__content__logomark {
    width: 100px;
  }
}
@media screen and (max-width: 766px) {
  .p-top__intro__content__logomark {
    width: 80px;
  }
}
.p-top__intro__content__maincopy {
  font-size: clamp(5rem, 4.5vw, 8rem);
  line-height: 1.2;
  color: #007BBE;
  margin: 50px 0;
}
@media screen and (max-width: 1100px) {
  .p-top__intro__content__maincopy {
    font-size: 6rem;
  }
}
@media screen and (max-width: 766px) {
  .p-top__intro__content__maincopy {
    margin: 30px 0;
    font-size: 3.2rem;
  }
}
.p-top__intro__content__subcopy {
  margin-bottom: 50px;
  font-size: clamp(1.6rem, 1.4vw, 2.4rem);
  font-weight: 600;
}
.p-top__intro__gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .p-top__intro__gallery {
    width: 80%;
    margin: 50px auto 0 auto;
  }
}
@media screen and (max-width: 766px) {
  .p-top__intro__gallery {
    gap: 10px;
    width: 90%;
    margin: 30px auto 0 auto;
  }
}
.p-top__intro__gallery li {
  position: absolute;
  width: 28%;
  height: calc(50% - 25px);
  border-radius: 30px;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .p-top__intro__gallery li {
    position: relative;
    width: calc(50% - 15px);
    height: auto;
    aspect-ratio: 3/2;
    border-radius: 15px;
  }
}
@media screen and (max-width: 766px) {
  .p-top__intro__gallery li {
    width: calc(50% - 5px);
    border-radius: 10px;
  }
}
.p-top__intro__gallery li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__intro__gallery__tl {
  top: 0;
  left: -8%;
  background: url("../img/top-intro-gal01.jpg") no-repeat 100% 50%/cover;
}
@media screen and (max-width: 1100px) {
  .p-top__intro__gallery__tl {
    top: initial;
    left: initial;
  }
}
.p-top__intro__gallery__bl {
  bottom: 0;
  left: -30px;
  background: url("../img/top-intro-gal02.jpg") no-repeat 100% 50%/cover;
}
@media screen and (max-width: 1100px) {
  .p-top__intro__gallery__bl {
    bottom: initial;
    left: initial;
  }
}
.p-top__intro__gallery__tr {
  top: 0;
  right: -8%;
  background: url("../img/top-intro-gal03.jpg") no-repeat 0% 50%/cover;
}
@media screen and (max-width: 1100px) {
  .p-top__intro__gallery__tr {
    top: initial;
    right: initial;
  }
}
.p-top__intro__gallery__br {
  bottom: 0;
  right: -30px;
  background: url("../img/top-intro-gal04.jpg") no-repeat 0% 50%/cover;
}
@media screen and (max-width: 1100px) {
  .p-top__intro__gallery__br {
    bottom: initial;
    right: initial;
  }
}
.p-top__intro__wave {
  position: absolute;
  width: 120%;
  height: auto;
  left: -10%;
  top: -150px;
  z-index: 0;
}
@media screen and (max-width: 1100px) {
  .p-top__intro__wave {
    top: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-top__intro__wave {
    top: 100px;
  }
}
.p-top__intro__wave path {
  fill: none;
  stroke-width: 0.82;
  stroke-miterlimit: 10;
  stroke-dashoffset: 3000;
  stroke-dasharray: 3000;
  -webkit-animation: line-draw 1.5s linear forwards;
          animation: line-draw 1.5s linear forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.p-top__intro__wave path._active {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.p-top__intro__wave .st1 {
  stroke: #58C1D4;
}
.p-top__intro__wave .st2 {
  stroke: #56C0D5;
}
.p-top__intro__wave .st3 {
  stroke: #54BFD5;
}
.p-top__intro__wave .st4 {
  stroke: #51BED6;
}
.p-top__intro__wave .st5 {
  stroke: #4FBDD7;
}
.p-top__intro__wave .st6 {
  stroke: #4DBCD7;
}
.p-top__intro__wave .st7 {
  stroke: #4BBBD8;
}
.p-top__intro__wave .st8 {
  stroke: #48BAD9;
}
.p-top__intro__wave .st9 {
  stroke: #46B9D9;
}
.p-top__intro__wave .st10 {
  stroke: #44B8DA;
}
.p-top__intro__wave .st11 {
  stroke: #42B7DB;
}
.p-top__intro__wave .st12 {
  stroke: #3FB5DB;
}
.p-top__intro__wave .st13 {
  stroke: #3DB4DC;
}
.p-top__intro__wave .st14 {
  stroke: #3BB3DD;
}
.p-top__intro__wave .st15 {
  stroke: #39B2DD;
}
.p-top__intro__wave .st16 {
  stroke: #36B1DE;
}
.p-top__intro__wave .st17 {
  stroke: #34B0DF;
}
.p-top__intro__wave .st18 {
  stroke: #32AFDF;
}
.p-top__intro__wave .st19 {
  stroke: #30AEE0;
}
.p-top__intro__wave .st20 {
  stroke: #2DADE1;
}
.p-top__intro__wave .st21 {
  stroke: #2BACE1;
}
.p-top__intro__wave .st22 {
  stroke: #29ABE2;
}

.p-top-service {
  margin-top: 100px;
}
@media screen and (max-width: 766px) {
  .p-top-service {
    margin-top: 50px;
  }
}
.p-top-service__wrapper {
  background: url("../img/top-servicebg.svg") repeat-y 50% 0%/100%;
}
.p-top-service__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 100px;
  width: 100%;
  margin-top: 100px;
}
@media screen and (max-width: 1100px) {
  .p-top-service__content {
    margin-top: 50px;
  }
}
.p-top-service__content:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 1100px) {
  .p-top-service__content:first-of-type {
    margin-top: 0;
  }
}
.p-top-service__content._rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
@media screen and (max-width: 1100px) {
  .p-top-service__content._rev {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-top-service__content__image {
  position: relative;
  width: calc(50% - 50px);
  border-radius: 0 50px 50px 0;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .p-top-service__content__image {
    width: 95%;
    height: 450px;
    margin: 0 auto 0 0;
    border-radius: 0 40px 40px 0;
  }
}
@media screen and (max-width: 766px) {
  .p-top-service__content__image {
    height: 250px;
    border-radius: 0 30px 30px 0;
  }
}
.p-top-service__content__image__main {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 50px 50px 0;
  z-index: 2;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media screen and (max-width: 1100px) {
  .p-top-service__content__image__main {
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
    border-radius: 0 40px 40px 0;
  }
}
@media screen and (max-width: 766px) {
  .p-top-service__content__image__main {
    border-radius: 0 30px 30px 0;
  }
}
.p-top-service__content__image__sub {
  position: absolute;
  width: 20%;
  height: auto;
  bottom: 30px;
  right: 30px;
  z-index: 3;
}
@media screen and (max-width: 766px) {
  .p-top-service__content__image__sub {
    width: 30%;
    bottom: 15px;
    right: 15px;
  }
}
.p-top-service__content__image::after {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 30px;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#49BCBD), to(#007BBE));
  background: linear-gradient(to right, #49BCBD, #007BBE);
  border-radius: 0 0 50px 0;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .p-top-service__content__image::after {
    border-radius: 0 0 40px 0;
  }
}
@media screen and (max-width: 766px) {
  .p-top-service__content__image::after {
    border-radius: 0 0 30px 0;
  }
}
.p-top-service__content__image._rev {
  border-radius: 50px 0 0 50px;
}
@media screen and (max-width: 1100px) {
  .p-top-service__content__image._rev {
    margin: 0 0 0 auto;
    border-radius: 40px 0 0 40px;
  }
}
@media screen and (max-width: 766px) {
  .p-top-service__content__image._rev {
    border-radius: 30px 0 0 30px;
  }
}
.p-top-service__content__image._rev img {
  border-radius: 50px 0 0 50px;
  -webkit-filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 1100px) {
  .p-top-service__content__image._rev img {
    border-radius: 40px 0 0 40px;
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  }
}
@media screen and (max-width: 766px) {
  .p-top-service__content__image._rev img {
    border-radius: 30px 0 0 30px;
  }
}
.p-top-service__content__image._rev::after {
  left: initial;
  right: 0;
  border-radius: 0 0 0 50px;
}
@media screen and (max-width: 1100px) {
  .p-top-service__content__image._rev::after {
    border-radius: 0 0 0 40px;
  }
}
@media screen and (max-width: 1100px) {
  .p-top-service__content__image._rev::after {
    border-radius: 0 0 0 30px;
  }
}
.p-top-service__content__desc {
  width: calc(50% - 50px);
  padding-right: 5%;
}
@media screen and (max-width: 1100px) {
  .p-top-service__content__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 50px;
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 766px) {
  .p-top-service__content__desc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.p-top-service__content__desc._rev {
  padding: 0 0 0 5%;
}
@media screen and (max-width: 1100px) {
  .p-top-service__content__desc._rev {
    padding: 0;
  }
}
.p-top-service__content__desc__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .p-top-service__content__desc__head {
    display: block;
    width: 30%;
  }
}
@media screen and (max-width: 766px) {
  .p-top-service__content__desc__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
.p-top-service__content__desc__head__no {
  position: relative;
  font-size: clamp(18rem, 16vw, 30rem);
  font-weight: 600;
  line-height: 1;
  color: #fff;
  -webkit-text-stroke: 3px #007BBE;
}
@media screen and (max-width: 1100px) {
  .p-top-service__content__desc__head__no {
    font-size: 18rem;
    line-height: 0.8;
    -webkit-text-stroke: 1px #007BBE;
  }
}
@media screen and (max-width: 766px) {
  .p-top-service__content__desc__head__no {
    font-size: 12rem;
  }
}
.p-top-service__content__desc__head__no::before {
  content: "SERVICE";
  position: absolute;
  display: block;
  left: 1rem;
  bottom: 2rem;
  font-size: clamp(3rem, 1.5vw, 5rem);
  font-weight: 400;
  line-height: 1;
  color: #007BBE;
  -webkit-text-stroke: initial;
}
@media screen and (max-width: 1100px) {
  .p-top-service__content__desc__head__no::before {
    font-size: 2.4rem;
    bottom: 0;
  }
}
.p-top-service__content__desc__head__icon {
  width: 35%;
  max-width: initial;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .p-top-service__content__desc__head__icon {
    width: 70%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 766px) {
  .p-top-service__content__desc__head__icon {
    width: 120px;
    margin: 0;
  }
}
.p-top-service__content__desc__head__icon._daiko {
  width: 28%;
}
@media screen and (max-width: 1100px) {
  .p-top-service__content__desc__head__icon._daiko {
    width: 50%;
  }
}
@media screen and (max-width: 766px) {
  .p-top-service__content__desc__head__icon._daiko {
    width: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .p-top-service__content__desc__body {
    width: calc(70% - 50px);
  }
}
@media screen and (max-width: 766px) {
  .p-top-service__content__desc__body {
    width: 100%;
  }
}
.p-top-service__content__desc__body__ttl {
  position: relative;
  margin-bottom: 50px;
  color: #007BBE;
  line-height: 1.6;
}
@media screen and (max-width: 766px) {
  .p-top-service__content__desc__body__ttl {
    margin-bottom: 30px;
  }
}
.p-top-service__content__desc__body__ttl::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  margin-top: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#49BCBD), to(#007BBE));
  background: linear-gradient(to right, #49BCBD, #007BBE);
}
@media screen and (max-width: 1100px) {
  .p-top-service__content__desc__body__ttl::after {
    width: 50px;
    height: 2px;
  }
}
.p-top-service__content__desc__body__ttl span {
  display: block;
  font-size: clamp(1.4rem, 1.5vw, 3rem);
}
.p-top-service__content__desc__body__txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 766px) {
  .p-top-service__content__desc__body__txt {
    margin-bottom: 30px;
  }
}
.p-top-service__content__desc__body__btn__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #007BBE;
}
.p-top-service__content__desc__body__btn__ttl {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  color: #007BBE;
  margin-bottom: 50px;
}
.p-top-service__content__desc__body__btn__ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: -20px;
  left: 0;
  background-color: #007BBE;
}
.p-top-service__content__modal {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10%;
  width: 80vw;
  max-height: 80dvh;
  overflow: scroll;
  padding: 30px;
  font-size: smaller;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 766px) {
  .p-top-service__content__modal {
    padding: 20px;
    width: 100%;
    height: 100dvh;
    top: 0;
    -webkit-transform: initial;
            transform: initial;
    left: 0;
  }
}
.p-top-service__content__modal._is-open {
  opacity: 1;
  pointer-events: all;
}
.p-top-service__content__modal__btn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding-left: 20px;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 766px) {
  .p-top-service__content__modal__btn {
    font-size: 1.2rem;
    padding-left: 10px;
  }
}
.p-top-service__content__modal__btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 24px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 766px) {
  .p-top-service__content__modal__btn::before {
    height: 16px;
  }
}
.p-top-service__content__modal__btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 24px;
  background-color: #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 766px) {
  .p-top-service__content__modal__btn::after {
    height: 16px;
  }
}
.p-top-service__content__modal__content {
  position: relative;
  padding: 40px;
  background-color: #efefef;
  width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 766px) {
  .p-top-service__content__modal__content {
    padding: 20px;
  }
}
.p-top-service__content__modal__content div {
  margin-bottom: 50px;
  text-align: left;
}
.p-top-service__content__modal__content div:last-of-type {
  margin-bottom: 0;
}
.p-top-service__content__modal__content div a {
  color: #007BBE;
}
.p-top-service__content__modal__content div a:hover {
  color: #E68B34;
}
.p-top-service__content__modal__content__ttl {
  position: relative;
  margin-bottom: 50px;
  color: #007BBE;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-top-service__content__modal__content__ttl {
    margin-bottom: 30px;
  }
}
.p-top-service__content__modal__content__ttl::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  margin: 10px auto 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#49BCBD), to(#007BBE));
  background: linear-gradient(to right, #49BCBD, #007BBE);
}
@media screen and (max-width: 1100px) {
  .p-top-service__content__modal__content__ttl::after {
    width: 50px;
    height: 2px;
  }
}
.p-top-service__content__modal__content__ttl span {
  display: block;
  font-size: clamp(1.4rem, 1.5vw, 3rem);
}

.p-top-recruit {
  position: relative;
  width: 95%;
  margin: 0 auto;
  padding: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#007BBE), to(#2E3192));
  background: linear-gradient(to right, #007BBE, #2E3192);
  border-radius: 50px;
}
@media screen and (max-width: 1100px) {
  .p-top-recruit {
    padding-top: 450px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 766px) {
  .p-top-recruit {
    padding: 220px 20px 20px 20px;
    border-radius: 30px;
  }
}
.p-top-recruit__wrapper {
  padding-top: 200px;
}
@media screen and (max-width: 1200px) {
  .p-top-recruit__wrapper {
    padding-top: 150px;
  }
}
@media screen and (max-width: 766px) {
  .p-top-recruit__wrapper {
    padding-top: 100px;
  }
}
.p-top-recruit__ttl {
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .p-top-recruit__ttl::after {
    margin: 0 auto;
  }
}
.p-top-recruit__desc {
  width: calc(40% - 50px);
  margin: 50px 0;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .p-top-recruit__desc {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
}
.p-top-recruit__desc__txt {
  margin: 50px 0;
}
@media screen and (max-width: 766px) {
  .p-top-recruit__desc__txt {
    margin: 30px 0;
  }
}
@media screen and (max-width: 766px) {
  .p-top-recruit__desc__txt br {
    display: none;
  }
}
.p-top-recruit__image {
  position: absolute;
  width: 60%;
  height: 100%;
  top: -50px;
  right: -2.5vw;
  border-radius: 50px 0 0 50px;
  background: url("../img/top-recruit-image.jpg") no-repeat 50% 50%/cover;
  -webkit-filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.3));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .p-top-recruit__image {
    width: 90%;
    height: 450px;
    right: 5%;
    border-radius: 40px;
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  }
}
@media screen and (max-width: 766px) {
  .p-top-recruit__image {
    height: 250px;
    border-radius: 30px;
  }
}

.p-top-group {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 1100px) {
  .p-top-group {
    gap: 40px;
  }
}
@media screen and (max-width: 900px) {
  .p-top-group {
    gap: 30px;
    margin-top: 50px;
  }
}
.p-top-group__list {
  width: calc(25% - 45px);
}
@media screen and (max-width: 1100px) {
  .p-top-group__list {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 900px) {
  .p-top-group__list {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 766px) {
  .p-top-group__list {
    width: 100%;
  }
}
.p-top-group__list__def__ttl__image {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  aspect-ratio: 4/3;
  border-radius: 30px;
}
@media screen and (max-width: 1100px) {
  .p-top-group__list__def__ttl__image {
    border-radius: 15px;
  }
}
@media screen and (max-width: 766px) {
  .p-top-group__list__def__ttl__image {
    margin-bottom: 20px;
  }
}
.p-top-group__list__def__ttl__icon {
  width: auto;
  height: 100px;
  margin-bottom: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .p-top-group__list__def__ttl__icon {
    height: 60px;
  }
}
@media screen and (max-width: 766px) {
  .p-top-group__list__def__ttl__icon {
    margin-bottom: 20px;
  }
}
.p-top-group__list__def__ttl__txt {
  position: relative;
  font-size: clamp(2rem, 2vw, 4rem);
  color: #007BBE;
  text-align: center;
}
.p-top-group__list__def__ttl__txt::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#49BCBD), to(#007BBE));
  background: linear-gradient(to right, #49BCBD, #007BBE);
}
@media screen and (max-width: 1100px) {
  .p-top-group__list__def__ttl__txt::after {
    width: 50px;
    height: 2px;
  }
}
.p-top-group__list__def__desc {
  margin-top: 30px;
}
@media screen and (max-width: 766px) {
  .p-top-group__list__def__desc {
    margin-top: 20px;
  }
}
.p-top-group__list__def__desc._welfare {
  text-align: right;
}
.p-top-group__list__def__desc._welfare span {
  display: block;
  margin-bottom: 50px;
  text-align: left;
}
@media screen and (max-width: 766px) {
  .p-top-group__list__def__desc._welfare span {
    margin-bottom: 20px;
  }
}

.p-corporate-message {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  margin-top: 100px;
}
@media screen and (max-width: 1100px) {
  .p-corporate-message {
    margin-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .p-corporate-message {
    gap: 0;
  }
}
@media screen and (max-width: 766px) {
  .p-corporate-message {
    margin-top: 30px;
  }
}
.p-corporate-message__wrapper {
  padding: 50px 0 100px 0;
  background-color: #F3FAFE;
}
@media screen and (max-width: 1100px) {
  .p-corporate-message__wrapper {
    padding: 35px 0 70px 0;
  }
}
@media screen and (max-width: 766px) {
  .p-corporate-message__wrapper {
    padding: 25px 0 50px 0;
  }
}
.p-corporate-message__headlogo {
  width: 150px;
  height: auto;
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 1100px) {
  .p-corporate-message__headlogo {
    width: 100px;
  }
}
@media screen and (max-width: 766px) {
  .p-corporate-message__headlogo {
    width: 80px;
    margin-bottom: 30px;
  }
}
.p-corporate-message__head {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 1200px) {
  .p-corporate-message__head {
    width: 38%;
  }
}
@media screen and (max-width: 900px) {
  .p-corporate-message__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.p-corporate-message__head__ttl {
  font-size: clamp(4rem, 3.8vw, 6.2rem);
  line-height: 1.2;
  letter-spacing: 0;
  color: #007BBE;
  padding-left: 5vw;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .p-corporate-message__head__ttl {
    font-size: 5rem;
  }
}
@media screen and (max-width: 900px) {
  .p-corporate-message__head__ttl {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 50px;
    font-size: 8rem;
  }
}
@media screen and (max-width: 766px) {
  .p-corporate-message__head__ttl {
    margin-top: 30px;
    font-size: 4rem;
  }
}
.p-corporate-message__head__desc {
  margin: 50px 0;
  padding-left: 5vw;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  .p-corporate-message__head__desc {
    margin: 30px 0;
  }
}
@media screen and (max-width: 900px) {
  .p-corporate-message__head__desc {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 766px) {
  .p-corporate-message__head__desc {
    font-size: 1.6rem;
  }
}
.p-corporate-message__head__photo {
  width: 100%;
  height: calc(100% - 350px);
  background: url("../img/corporate-ceo.jpg") no-repeat 50% 0%/cover;
  border-radius: 0 50px 0 0;
}
@media screen and (max-width: 900px) {
  .p-corporate-message__head__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 95%;
    height: 600px;
    margin: 0 0 0 auto;
    border-radius: 40px 0 0 40px;
  }
}
@media screen and (max-width: 766px) {
  .p-corporate-message__head__photo {
    height: 350px;
    border-radius: 30px 0 0 30px;
  }
}
.p-corporate-message__ttl {
  width: 7vw;
}
@media screen and (max-width: 1200px) {
  .p-corporate-message__ttl {
    font-size: 7vw;
  }
}
@media screen and (max-width: 900px) {
  .p-corporate-message__ttl {
    position: absolute;
    top: 10px;
    left: 100px;
  }
}
@media screen and (max-width: 766px) {
  .p-corporate-message__ttl {
    left: 50px;
  }
}
.p-corporate-message__body {
  width: 45%;
  padding-right: 5vw;
}
@media screen and (max-width: 1200px) {
  .p-corporate-message__body {
    width: 43%;
  }
}
@media screen and (max-width: 900px) {
  .p-corporate-message__body {
    width: 100%;
    padding: 0 5%;
  }
}
.p-corporate-message__body__ceo {
  margin: 30px 0;
  font-size: 1.6rem;
  text-align: right;
}
.p-corporate-message__body__ceo span {
  font-size: 2rem;
}
.p-corporate-message__body__excutive {
  color: #007BBE;
  text-align: right;
}

.p-corporate-media {
  padding: 50px 0;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .p-corporate-media {
    padding: 50px;
  }
}
@media screen and (max-width: 766px) {
  .p-corporate-media {
    padding: 20px;
  }
}
.p-corporate-media__wrapper {
  padding: 1.5vw;
  background: -webkit-gradient(linear, left top, right top, from(#49BCBD), to(#007BBE));
  background: linear-gradient(to right, #49BCBD, #007BBE);
}
@media screen and (max-width: 1100px) {
  .p-corporate-media__wrapper {
    padding: 20px;
  }
}
@media screen and (max-width: 766px) {
  .p-corporate-media__wrapper {
    padding: 15px;
  }
}
.p-corporate-media__copy {
  margin: 50px 0;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  color: #007BBE;
}
@media screen and (max-width: 1100px) {
  .p-corporate-media__copy {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-corporate-media__copy {
    font-size: 2rem;
  }
}
.p-corporate-media__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: 0 auto;
}
.p-corporate-media__list__child {
  width: calc(25% - 30px);
}
@media screen and (max-width: 900px) {
  .p-corporate-media__list__child {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 766px) {
  .p-corporate-media__list__child {
    width: 100%;
  }
}
.p-corporate-media__list__child__link {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.p-corporate-media__list__child__link:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.p-corporate-media__list__child__link__image {
  width: 100%;
  max-width: initial;
  height: auto;
}
@media screen and (max-width: 900px) {
  .p-corporate-media__list__child__link__image {
    width: 80%;
    margin: 0 auto;
  }
}
.p-corporate-media__list__child__link__image._wbs {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-corporate-media__list__child__link__image._wbs {
    width: 50%;
  }
}
.p-corporate-media__video {
  width: 600px;
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 900px) {
  .p-corporate-media__video {
    width: 90%;
  }
}
.p-corporate-media__video video {
  width: 100%;
  height: auto;
}

.p-corporate-outline__wrapper {
  padding: 100px 0 50px 0;
  background-color: #F3FAFE;
}
@media screen and (max-width: 1100px) {
  .p-corporate-outline__wrapper {
    padding: 70px 0 35px 0;
  }
}
@media screen and (max-width: 766px) {
  .p-corporate-outline__wrapper {
    padding: 50px 0 25px 0;
  }
}
.p-corporate-outline__content {
  width: 80%;
  max-width: 1200px;
  margin: 100px auto 0 auto;
  padding: 50px;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .p-corporate-outline__content {
    width: 80%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 766px) {
  .p-corporate-outline__content {
    width: 90%;
    margin-top: 30px;
    padding: 20px;
  }
}
.p-corporate-outline__content table {
  width: 100%;
}
.p-corporate-outline__content tr {
  width: 100%;
}
@media screen and (max-width: 766px) {
  .p-corporate-outline__content tr {
    display: block;
    position: relative;
  }
}
.p-corporate-outline__content th {
  position: relative;
  width: 30%;
  padding: 30px;
}
@media screen and (max-width: 766px) {
  .p-corporate-outline__content th {
    position: initial;
    display: block;
    width: 100%;
    padding: 10px 0 0 0;
    text-align: left;
  }
}
.p-corporate-outline__content th::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #007BBE;
}
@media screen and (max-width: 766px) {
  .p-corporate-outline__content th::after {
    width: 30%;
  }
}
.p-corporate-outline__content td {
  position: relative;
  width: 70%;
  padding: 30px 0 30px 40px;
}
@media screen and (max-width: 766px) {
  .p-corporate-outline__content td {
    position: initial;
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
  }
}
.p-corporate-outline__content td::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #505050;
}
@media screen and (max-width: 766px) {
  .p-corporate-outline__content td::after {
    width: 70%;
    left: 30%;
  }
}
.p-corporate-outline__content__office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.p-corporate-outline__content__office__box {
  line-height: 1.6;
}
@media screen and (max-width: 766px) {
  .p-corporate-outline__content__office__box {
    width: 100%;
  }
}
.p-corporate-outline__content__office__box span {
  display: block;
  font-size: smaller;
  font-weight: 700;
}
.p-corporate-outline__content__office__box > div {
  margin-bottom: 30px;
}
.p-corporate-outline__content__office__box > div:last-of-type {
  margin-bottom: 0;
}

.p-corporate-access {
  width: 70%;
  height: auto;
  max-width: 1200px;
  aspect-ratio: 3/2;
  margin: 100px auto 0 auto;
}
@media screen and (max-width: 1100px) {
  .p-corporate-access {
    width: 80%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 766px) {
  .p-corporate-access {
    width: 90%;
    margin-top: 30px;
  }
}
.p-corporate-access__wrapper {
  padding: 50px 0 100px 0;
  background-color: #F3FAFE;
}
@media screen and (max-width: 1100px) {
  .p-corporate-access__wrapper {
    padding: 35px 0 70px 0;
  }
}
@media screen and (max-width: 766px) {
  .p-corporate-access__wrapper {
    padding: 25px 0 50px 0;
  }
}
.p-corporate-access__gmap {
  width: 100%;
  height: 100%;
  border: none;
}

.p-recruit-top {
  position: relative;
  width: 100%;
  height: calc(100svh + 150px);
  max-height: 1350px;
  min-height: 600px;
  padding-top: 110px;
  background-color: #D4F6FA;
}
@media screen and (max-width: 1100px) {
  .p-recruit-top {
    padding-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-top {
    height: 600px;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-top {
    height: calc(100svh + 50px);
    padding-top: 70px;
  }
}
.p-recruit-top__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  height: calc(100% - 50px);
  margin: 0 0 0 auto;
  padding: 15svh 0 200px 0;
  background-color: #2DE3F0;
  border-radius: 50px 0 0 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .p-recruit-top__main {
    padding-top: 70px;
    border-radius: 40px 0 0 0;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-top__main {
    padding: 18svh 0 80px 0;
    border-radius: 30px 0 0 0;
  }
}
.p-recruit-top__main__copy {
  width: 60%;
  min-width: 800px;
  height: auto;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .p-recruit-top__main__copy {
    width: 80%;
    min-width: initial;
  }
}
.p-recruit-top__main__illust {
  width: 95%;
  max-width: initial;
  height: auto;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .p-recruit-top__main__illust {
    width: 130%;
    margin-left: -15%;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-top__main__illust {
    width: 160%;
    margin-left: -30%;
  }
}
.p-recruit-top__main__desc {
  font-size: clamp(3.2rem, 2.5vw, 5rem);
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .p-recruit-top__main__desc {
    margin-top: 30px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-top__main__desc {
    line-height: 1.4;
  }
}
.p-recruit-top__main__bgman {
  position: absolute;
  bottom: 250px;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .p-recruit-top__main__bgman {
    bottom: 100px;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-top__main__bgman {
    top: 15%;
    bottom: initial;
  }
}
.p-recruit-top__main__bgman._l {
  width: 20%;
  height: auto;
  left: 10%;
  -webkit-animation: down-up 5s linear infinite;
          animation: down-up 5s linear infinite;
}
.p-recruit-top__main__bgman._r {
  width: 25%;
  height: auto;
  right: 10%;
  -webkit-animation: up-down 5s linear infinite;
          animation: up-down 5s linear infinite;
}

.p-recruit-advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 150px;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 150px;
}
@media screen and (max-width: 1100px) {
  .p-recruit-advantage {
    margin-top: 100px;
    row-gap: 100px;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-advantage {
    row-gap: 70px;
  }
}
.p-recruit-advantage__wrapper {
  padding: 100px 0;
  background-color: #D4F6FA;
}
@media screen and (max-width: 1100px) {
  .p-recruit-advantage__wrapper {
    padding: 50px 0 70px 0;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-advantage__wrapper {
    padding: 30px 0;
  }
}
.p-recruit-advantage__child {
  position: relative;
  width: calc(50% - 25px);
  border-radius: 50px;
}
@media screen and (max-width: 1100px) {
  .p-recruit-advantage__child {
    border-radius: 40px;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-advantage__child {
    width: 100%;
    border-radius: 30px;
  }
}
.p-recruit-advantage__child::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#49BCBD), to(#007BBE));
  background: linear-gradient(to right, #49BCBD, #007BBE);
  border-radius: 50px;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .p-recruit-advantage__child::after {
    border-radius: 40px;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-advantage__child::after {
    border-radius: 30px;
  }
}
.p-recruit-advantage__child._full {
  width: 100%;
}
.p-recruit-advantage__child__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 100px 50px 50px 50px;
  background-color: #fff;
  border-radius: 50px;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .p-recruit-advantage__child__inner {
    border-radius: 40px;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-advantage__child__inner {
    padding: 80px 30px 30px 30px;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-advantage__child__inner {
    border-radius: 30px;
  }
}
.p-recruit-advantage__child__inner__no {
  bottom: calc(100% - 50px);
  left: 50px;
  position: absolute;
  font-size: clamp(15rem, 15vw, 20rem);
  font-weight: 600;
  line-height: 0.7;
  color: #2DE3F0;
}
@media screen and (max-width: 900px) {
  .p-recruit-advantage__child__inner__no {
    left: 30px;
    font-size: 12rem;
  }
}
.p-recruit-advantage__child__inner__head {
  position: relative;
  width: 100%;
}
.p-recruit-advantage__child__inner__head::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin: 20px auto 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#49BCBD), to(#007BBE));
  background: linear-gradient(to right, #49BCBD, #007BBE);
}
@media screen and (max-width: 1100px) {
  .p-recruit-advantage__child__inner__head::after {
    height: 2px;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-advantage__child__inner__head::after {
    margin-top: 10px;
  }
}
.p-recruit-advantage__child__inner__head__ttl {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 1200px) {
  .p-recruit-advantage__child__inner__head__ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-recruit-advantage__child__inner__head__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-recruit-advantage__child__inner__head__ttl {
    font-size: 1.8rem;
  }
}
.p-recruit-advantage__child__inner__head__icon {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 30%;
  min-width: 100px;
  max-width: 250px;
  height: auto;
}
@media screen and (max-width: 766px) {
  .p-recruit-advantage__child__inner__head__icon._first {
    bottom: calc(100% + 20px);
  }
}
.p-recruit-advantage__child__inner__body {
  margin-top: 30px;
}
.p-recruit-advantage__child__inner__body__exp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  width: 100%;
}
@media screen and (max-width: 766px) {
  .p-recruit-advantage__child__inner__body__exp {
    gap: 20px;
  }
}
.p-recruit-advantage__child__inner__body__exp__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 25px);
  padding: 30px;
  background-color: #F3FAFE;
  border-radius: 30px;
}
@media screen and (max-width: 1100px) {
  .p-recruit-advantage__child__inner__body__exp__child {
    border-radius: 20px;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-advantage__child__inner__body__exp__child {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
  }
}
.p-recruit-advantage__child__inner__body__exp__child__image {
  width: 30%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media screen and (max-width: 766px) {
  .p-recruit-advantage__child__inner__body__exp__child__image {
    width: 150px;
    margin: 0 auto 20px;
  }
}
.p-recruit-advantage__child__inner__body__exp__child__desc {
  width: calc(70% - 30px);
}
@media screen and (max-width: 766px) {
  .p-recruit-advantage__child__inner__body__exp__child__desc {
    width: 100%;
  }
}
.p-recruit-advantage__child__inner__body__exp__child__desc__ttl {
  font-weight: 600;
  color: #007BBE;
}
.p-recruit-advantage__child__inner__body__exp__child__desc__case {
  font-weight: 600;
}
.p-recruit-advantage__video {
  width: 90%;
  max-width: 720px;
  margin: 100px auto 0 auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 766px) {
  .p-recruit-advantage__video {
    margin-top: 50px;
  }
}
.p-recruit-advantage__video iframe {
  width: 100%;
  height: 100%;
}

.p-recruit-impression {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 100px;
  width: 100%;
  padding-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .p-recruit-impression {
    gap: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .p-recruit-impression {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-impression {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-impression__wrapper {
    padding: 50px 0 0 0;
  }
}
.p-recruit-impression__ttl {
  width: 15%;
  padding: 50px 50px 50px 70px;
  background: -webkit-gradient(linear, left top, left bottom, from(#49BCBD), to(#007BBE));
  background: linear-gradient(to bottom, #49BCBD, #007BBE);
  border-radius: 0 0 50px 0;
}
@media screen and (max-width: 1200px) {
  .p-recruit-impression__ttl {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 1100px) {
  .p-recruit-impression__ttl {
    border-radius: 0 0 40px 0;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-impression__ttl {
    display: none;
  }
}
.p-recruit-impression__content {
  width: calc(85% - 100px);
  max-width: 1500px;
  margin: 0 auto;
  padding: 100px 5% 0 0;
}
@media screen and (max-width: 1200px) {
  .p-recruit-impression__content {
    width: calc(85% - 50px);
  }
}
@media screen and (max-width: 1100px) {
  .p-recruit-impression__content {
    padding-top: 70px;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-impression__content {
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}
.p-recruit-impression__content__ttl {
  position: relative;
  margin-bottom: 100px;
  line-height: 1.6;
}
@media screen and (max-width: 1100px) {
  .p-recruit-impression__content__ttl {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-impression__content__ttl {
    display: none;
  }
}
.p-recruit-impression__content__ttl::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  margin-top: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#49BCBD), to(#007BBE));
  background: linear-gradient(to right, #49BCBD, #007BBE);
}
@media screen and (max-width: 1100px) {
  .p-recruit-impression__content__ttl::after {
    width: 50px;
    height: 2px;
  }
}
.p-recruit-impression__content__interview__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 766px) {
  .p-recruit-impression__content__interview__child {
    gap: 20px;
  }
}
.p-recruit-impression__content__interview__child__image {
  width: 40%;
  height: auto;
  aspect-ratio: 4/3;
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .p-recruit-impression__content__interview__child__image {
    border-radius: 30px;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-impression__content__interview__child__image {
    width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-impression__content__interview__child__image {
    border-radius: 15px;
  }
}
.p-recruit-impression__content__interview__child__desc {
  width: calc(60% - 50px);
}
@media screen and (max-width: 900px) {
  .p-recruit-impression__content__interview__child__desc {
    width: 100%;
  }
}
.p-recruit-impression__content__interview__child__desc__ttl {
  position: relative;
  font-size: clamp(2rem, 2vw, 4rem);
  font-weight: 600;
  line-height: 1.6;
  color: #007BBE;
}
@media screen and (max-width: 900px) {
  .p-recruit-impression__content__interview__child__desc__ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-impression__content__interview__child__desc__ttl {
    font-size: 2rem;
  }
}
.p-recruit-impression__content__interview__child__desc__ttl::after {
  content: "";
  display: block;
  width: 100% x;
  height: 2px;
  margin-top: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#49BCBD), to(#007BBE));
  background: linear-gradient(to right, #49BCBD, #007BBE);
}
@media screen and (max-width: 1100px) {
  .p-recruit-impression__content__interview__child__desc__ttl::after {
    width: 50px;
    height: 1px;
  }
}
.p-recruit-impression__content__interview__child__desc__txt {
  margin-top: 30px;
}
@media screen and (max-width: 766px) {
  .p-recruit-impression__content__interview__child__desc__txt {
    margin-top: 10px;
  }
}
.p-recruit-impression__content__interview__child._rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 50px;
}

.p-recruit-flow {
  position: relative;
  padding: 150px 100px 100px 100px;
  background-color: #D4F6FA;
  border-radius: 50px;
}
@media screen and (max-width: 1200px) {
  .p-recruit-flow {
    padding: 100px 50px 50px 50px;
  }
}
@media screen and (max-width: 1100px) {
  .p-recruit-flow {
    padding: 70px 30px 30px 30px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-flow {
    padding: 70px 20px 20px 20px;
    border-radius: 30px;
  }
}
.p-recruit-flow::before {
  content: "";
  position: absolute;
  display: block;
  width: 15%;
  height: 100px;
  top: 0;
  left: 42.5%;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media screen and (max-width: 1200px) {
  .p-recruit-flow::before {
    height: 70px;
  }
}
@media screen and (max-width: 1100px) {
  .p-recruit-flow::before {
    height: 50px;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-flow::before {
    width: 100px;
    height: 40px;
    left: calc(50% - 50px);
  }
}
.p-recruit-flow::after {
  content: "";
  position: absolute;
  display: block;
  width: 15%;
  height: 100px;
  bottom: -100px;
  left: 42.5%;
  background-color: #D4F6FA;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media screen and (max-width: 1200px) {
  .p-recruit-flow::after {
    height: 70px;
    bottom: -70px;
  }
}
@media screen and (max-width: 1100px) {
  .p-recruit-flow::after {
    height: 50px;
    bottom: -50px;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-flow::after {
    width: 100px;
    height: 40px;
    left: calc(50% - 50px);
    bottom: -40px;
  }
}
.p-recruit-flow__wrapper {
  padding: 1.5vw;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .p-recruit-flow__wrapper {
    padding: 20px;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-flow__wrapper {
    padding: 15px;
  }
}
.p-recruit-flow__copy {
  margin-top: 50px;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  color: #007BBE;
}
@media screen and (max-width: 1100px) {
  .p-recruit-flow__copy {
    margin-top: 30px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-flow__copy {
    margin-top: 10px;
    font-size: 2rem;
  }
}
.p-recruit-flow__copy span {
  display: block;
  font-size: initial;
  font-weight: initial;
  color: initial;
}
.p-recruit-flow__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 120px;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .p-recruit-flow__content {
    gap: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .p-recruit-flow__content {
    gap: 70px;
    margin-top: 30px;
  }
}
.p-recruit-flow__content__def {
  position: relative;
  width: calc(33% - 80px);
  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .p-recruit-flow__content__def {
    width: calc(33% - 66.66px);
  }
}
@media screen and (max-width: 1100px) {
  .p-recruit-flow__content__def {
    width: calc(33% - 46.66px);
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-flow__content__def {
    width: 100%;
    text-align: center;
  }
}
.p-recruit-flow__content__def::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 40%;
  top: 30%;
  left: calc(100% + 30px);
  background-color: #2DE3F0;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
@media screen and (max-width: 1200px) {
  .p-recruit-flow__content__def::after {
    left: calc(100% + 20px);
  }
}
@media screen and (max-width: 1100px) {
  .p-recruit-flow__content__def::after {
    width: 30px;
    height: 30%;
    top: 35%;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-flow__content__def::after {
    width: 100px;
    height: 30px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    top: calc(100% + 20px);
    left: calc(50% - 50px);
  }
}
.p-recruit-flow__content__def:last-of-type::after {
  display: none;
}
.p-recruit-flow__content__def._step03 img {
  width: 35%;
}
@media screen and (max-width: 900px) {
  .p-recruit-flow__content__def._step03 img {
    width: 110px;
  }
}
.p-recruit-flow__content__def__ttl {
  margin-bottom: 20px;
  text-align: center;
}
.p-recruit-flow__content__def__ttl__step {
  font-size: clamp(6rem, 4vw, 10rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: transparent;
  -webkit-text-stroke: 2px #2DE3F0;
}
@media screen and (max-width: 1100px) {
  .p-recruit-flow__content__def__ttl__step {
    font-size: 5rem;
    -webkit-text-stroke: 1px #2DE3F0;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-flow__content__def__ttl__step {
    font-size: 8rem;
    -webkit-text-stroke: 2px #2DE3F0;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-flow__content__def__ttl__step {
    font-size: 3.2rem;
  }
}
.p-recruit-flow__content__def__ttl__icon {
  width: 30%;
  height: auto;
  margin: 30px auto;
}
@media screen and (max-width: 900px) {
  .p-recruit-flow__content__def__ttl__icon {
    width: 100px;
  }
}
.p-recruit-flow__content__def__ttl__txt {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 600;
}
.p-recruit-flow__content__def__ttl a {
  color: #007BBE;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.p-recruit-flow__content__def__ttl a:hover {
  color: #E68B34;
}
.p-recruit-flow__content__def__desc a {
  color: #007BBE;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.p-recruit-flow__content__def__desc a:hover {
  color: #E68B34;
}

.p-recruit-description {
  width: 70%;
  max-width: 1200px;
  margin: 100px auto 0 auto;
}
@media screen and (max-width: 1100px) {
  .p-recruit-description {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .p-recruit-description {
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-description {
    width: 90%;
  }
}
.p-recruit-description tr {
  width: 100%;
}
@media screen and (max-width: 766px) {
  .p-recruit-description tr {
    display: block;
    position: relative;
  }
}
.p-recruit-description th {
  position: relative;
  width: 30%;
  padding: 30px;
}
@media screen and (max-width: 766px) {
  .p-recruit-description th {
    position: initial;
    display: block;
    width: 100%;
    padding: 10px 0 0 0;
    text-align: left;
  }
}
.p-recruit-description th::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #007BBE;
}
@media screen and (max-width: 766px) {
  .p-recruit-description th::after {
    width: 30%;
  }
}
.p-recruit-description td {
  position: relative;
  width: 70%;
  padding: 30px 0 30px 40px;
}
@media screen and (max-width: 766px) {
  .p-recruit-description td {
    position: initial;
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
  }
}
.p-recruit-description td::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #505050;
}
@media screen and (max-width: 766px) {
  .p-recruit-description td::after {
    width: 70%;
    left: 30%;
  }
}
.p-recruit-description__wrapper {
  padding: 150px 0 100px 0;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .p-recruit-description__wrapper {
    padding: 100px 0 70px 0;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-description__wrapper {
    padding: 70px 0 50px 0;
  }
}

.p-recruit-faq {
  padding: 50px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .p-recruit-faq {
    padding: 30px;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit-faq {
    padding: 20px;
  }
}
.p-recruit-faq__wrapper {
  margin-bottom: 100px;
  padding: 1.5vw;
  background: -webkit-gradient(linear, left top, right top, from(#49BCBD), to(#007BBE));
  background: linear-gradient(to right, #49BCBD, #007BBE);
}
@media screen and (max-width: 1100px) {
  .p-recruit-faq__wrapper {
    margin-bottom: 70px;
    padding: 20px;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-faq__wrapper {
    margin-bottom: 50px;
    padding: 15px;
  }
}
.p-recruit-faq__content {
  width: 100%;
  margin-top: 100px;
}
@media screen and (max-width: 1100px) {
  .p-recruit-faq__content {
    margin-top: 50px;
  }
}
.p-recruit-faq__content__child {
  position: relative;
  margin: 50px auto 0 auto;
  padding: 20px 60px 20px 30px;
  background-color: #D4F6FA;
  border-radius: 50px;
  letter-spacing: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 1100px) {
  .p-recruit-faq__content__child {
    margin-top: 30px;
    padding: 15px 50px 15px 20px;
    border-radius: 35px;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-faq__content__child {
    border-radius: 15px;
  }
}
.p-recruit-faq__content__child:hover {
  -webkit-filter: opacity(0.8);
          filter: opacity(0.8);
}
.p-recruit-faq__content__child:first-of-type {
  margin-top: 0;
}
.p-recruit-faq__content__child::before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  top: 48.5px;
  right: 30px;
  background-color: #007BBE;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 1100px) {
  .p-recruit-faq__content__child::before {
    width: 24px;
    height: 2px;
    top: 34px;
    right: 20px;
  }
}
.p-recruit-faq__content__child::after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 30px;
  top: 35px;
  right: 44.5px;
  background-color: #007BBE;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 1100px) {
  .p-recruit-faq__content__child::after {
    width: 2px;
    height: 24px;
    top: 23px;
    right: 32px;
  }
}
.p-recruit-faq__content__child._open::before {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.p-recruit-faq__content__child._open::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.p-recruit-faq__content__child._open .p-recruit-faq__content__child__answer {
  margin-top: 30px;
  max-height: 9999px;
  opacity: 1;
}
.p-recruit-faq__content__child__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  line-height: 60px;
}
@media screen and (max-width: 1100px) {
  .p-recruit-faq__content__child__question {
    line-height: 40px;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-faq__content__child__question {
    gap: 15px;
    line-height: 1.6;
  }
}
.p-recruit-faq__content__child__question span._head {
  font-size: 4rem;
  font-weight: 600;
  color: #2DE3F0;
}
@media screen and (max-width: 1100px) {
  .p-recruit-faq__content__child__question span._head {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-recruit-faq__content__child__question span._head {
    font-size: 2.4rem;
  }
}
.p-recruit-faq__content__child__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 766px) {
  .p-recruit-faq__content__child__answer {
    gap: 15px;
  }
}
.p-recruit-faq__content__child__answer span._head {
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
  color: #E68B34;
}
@media screen and (max-width: 1100px) {
  .p-recruit-faq__content__child__answer span._head {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-recruit-faq__content__child__answer span._head {
    font-size: 2.4rem;
  }
}
.p-recruit-faq__content__child__answer span._reg {
  display: block;
  margin-top: 30px;
}

.p-contact {
  padding: 100px;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .p-contact {
    padding: 50px;
  }
}
@media screen and (max-width: 766px) {
  .p-contact {
    padding: 20px;
  }
}
.p-contact__wrapper {
  padding: 100px 0;
  background-color: #F3FAFE;
}
@media screen and (max-width: 1100px) {
  .p-contact__wrapper {
    padding: 70px 0;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__wrapper {
    padding: 50px 0;
  }
}
.p-contact__head {
  margin-bottom: 50px;
  font-size: 3.2rem;
  text-align: center;
  color: #007BBE;
}
@media screen and (max-width: 1200px) {
  .p-contact__head {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__head {
    font-size: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .p-contact__head {
    margin-bottom: 30px;
    text-align: left;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__head {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 900px) {
  .p-contact__head br {
    display: none;
  }
}
.p-contact__body {
  text-align: center;
}
.p-contact__body__content {
  margin-bottom: 150px;
}
@media screen and (max-width: 1100px) {
  .p-contact__body__content {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__body__content {
    margin-bottom: 30px;
  }
}
.p-contact__body__content:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .p-contact__body__content br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .p-contact__body__content._mail {
    text-align: left;
  }
}
.p-contact__body__content._thanks a {
  color: #007BBE;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.p-contact__body__content._thanks a:hover {
  color: #E68B34;
}
.p-contact__body__content__ttl {
  margin-bottom: 130px;
}
@media screen and (max-width: 1100px) {
  .p-contact__body__content__ttl {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__body__content__ttl {
    margin-bottom: 70px;
  }
}
.p-contact__body__content__ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 50px;
  top: calc(100% + 10px);
  left: calc(50% - 50px);
  background: #007BBE;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media screen and (max-width: 1100px) {
  .p-contact__body__content__ttl::after {
    width: 70px;
    height: 35px;
    left: calc(50% - 35px);
  }
}
@media screen and (max-width: 766px) {
  .p-contact__body__content__ttl::after {
    width: 50px;
    height: 25px;
    left: calc(50% - 25px);
  }
}
.p-contact__body__content__lineicon {
  width: 100px;
  height: auto;
  margin: 30px auto;
}
@media screen and (max-width: 1100px) {
  .p-contact__body__content__lineicon {
    width: 70px;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__body__content__lineicon {
    width: 40px;
  }
}
.p-contact__body__content__telno {
  font-size: clamp(5rem, 4vw, 8rem);
  font-weight: 600;
  line-height: 1.2;
  color: #007BBE;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 766px) {
  .p-contact__body__content__telno {
    font-size: 2.4rem;
  }
}
.p-contact__body__content__telno:hover {
  color: #E68B34;
}

/*start contact-form*/
.p-contact__form {
  letter-spacing: initial;
}
.p-contact__form__recipient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0 30px 0;
  padding: 25px 0 50px 0;
  border-bottom: 1px solid #000000;
  text-align: left;
  /*フォームの見出しと合わせる*/
  /*フォームのボディと合わせる*/
}
@media screen and (max-width: 900px) {
  .p-contact__form__recipient {
    margin-top: 0;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__form__recipient {
    padding: 25px 0;
  }
}
.p-contact__form__recipient__head {
  position: relative;
  width: 25%;
  min-width: 150px;
}
@media screen and (max-width: 1100px) {
  .p-contact__form__recipient__head {
    width: 30%;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__form__recipient__head {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-contact__form__recipient__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 75%;
}
@media screen and (min-width: 1500px) {
  .p-contact__form__recipient__list {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    gap: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__form__recipient__list {
    width: 70%;
  }
}
@media screen and (max-width: 900px) {
  .p-contact__form__recipient__list {
    gap: 0;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__form__recipient__list {
    width: 100%;
  }
}
.p-contact__form__recipient__list span.mwform-radio-field {
  margin-left: 0 !important;
}
@media screen and (max-width: 900px) {
  .p-contact__form__recipient__list span.mwform-radio-field {
    width: 100%;
  }
}
.p-contact__form__form-content {
  text-align: left;
  /*問い合わせ内容以外の入力欄*/
  /*問い合わせ内容の入力欄*/
  /*電話番号欄幅調整*/
  /*住所選択欄幅調整*/
  /*生年月日ある場合*/
}
.p-contact__form__form-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 0 0;
}
@media screen and (max-width: 766px) {
  .p-contact__form__form-content li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
}
.p-contact__form__form-content li div {
  margin-bottom: 25px;
  /*フォーム見出し*/
  /*フォーム入力欄*/
}
@media screen and (max-width: 766px) {
  .p-contact__form__form-content li div {
    font-size: 1.4rem;
  }
}
.p-contact__form__form-content li div:nth-child(odd) {
  position: relative;
  width: 25%;
  min-width: 150px;
}
@media screen and (max-width: 1100px) {
  .p-contact__form__form-content li div:nth-child(odd) {
    width: 30%;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__form__form-content li div:nth-child(odd) {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-contact__form__form-content li div:nth-child(even) {
  width: 75%;
}
@media screen and (max-width: 1100px) {
  .p-contact__form__form-content li div:nth-child(even) {
    width: 70%;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__form__form-content li div:nth-child(even) {
    width: 100%;
  }
}
.p-contact__form__form-content input {
  width: 100%;
  border: 1px solid #007BBE;
  padding-left: 10px;
}
.p-contact__form__form-content input.button_back {
  color: transparent;
  background-color: initial;
  border: none;
}
.p-contact__form__form-content textarea {
  width: 100%;
  border: 1px solid #007BBE;
}
.p-contact__form__form-content__tel {
  width: 30% !important;
  max-width: 80px;
}
.p-contact__form__form-content__pref select {
  width: 200px;
  padding: 10px;
}
.p-contact__form__form-content__birth select {
  padding: 10px;
}
.p-contact__form__check {
  margin-top: 30px;
}
.p-contact__form__check input {
  width: 30px;
  height: 30px;
}
.p-contact__form__check__ttl {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  .p-contact__form__check__ttl {
    font-size: 1.8rem;
  }
}
.p-contact__form__check__pp {
  font-size: 2rem;
  font-weight: 600;
  color: #007BBE;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 1100px) {
  .p-contact__form__check__pp {
    font-size: 1.8rem;
  }
}
.p-contact__form__check__pp:hover {
  color: #E68B34;
}
.p-contact__form__check__box {
  width: 40%;
  min-width: 430px;
  margin: 50px auto;
  padding: 30px;
  background-color: #FDF2E7;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
  /*チェックボックスの並び調整*/
}
@media screen and (max-width: 766px) {
  .p-contact__form__check__box {
    width: 100%;
    min-width: initial;
    padding: 15px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 321px) {
  .p-contact__form__check__box {
    font-size: 1.2rem;
  }
}
.p-contact__form__check__box label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-contact__form__check__box label input {
  width: 30px;
  height: 30px;
}
.p-contact__form__submit {
  position: relative;
  margin-top: 30px;
}
.p-contact__form__submit::before {
  content: "";
}
.p-contact__form__submit input {
  border: none;
}
.p-contact__form div.back {
  text-align: center;
}
.p-contact__form div.back input {
  position: relative;
  width: 250px;
  height: 60px;
  margin: 50px auto 0 auto;
  font-size: 1.8rem;
  line-height: 54px;
  background-color: #fff;
  border-radius: 30px;
  border: #000000 solid 1px;
  text-align: center;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.p-contact__form div.back input::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  top: 50%;
  right: 0;
  background-color: #000000;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.p-contact__form div.back input:hover {
  border-color: #007BBE;
  color: #007BBE;
}
.p-contact__form div.back input:hover input {
  color: #007BBE;
}
.p-contact__form div.back input:hover::after {
  background-color: #007BBE;
  right: -25px;
}
.p-contact__form div.back input input {
  background-color: initial;
  border: none;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #000000;
}
.p-contact__form .must {
  position: relative;
}
.p-contact__form .must::after {
  content: "必須";
  font-size: 1.2rem;
  line-height: 20px;
  margin-left: 10px;
  padding: 0 5px;
  border: 1px solid #000000;
}
@media screen and (max-width: 766px) {
  .p-contact__form .must::after {
    right: initial;
    left: 130px;
    top: 4px;
  }
}

/*確認画面での調整*/
.mw_wp_form_confirm .p-contact__form__check {
  display: none;
}

.zip input:first-child {
  width: 30% !important;
}
.zip input:nth-child(2) {
  width: 40% !important;
}

.thank_you {
  text-align: center;
}
.thank_you p.title {
  margin-bottom: 30px;
  font-size: 2.4rem;
  color: #007BBE;
}
@media screen and (max-width: 766px) {
  .thank_you p.title {
    font-size: 2rem;
    line-height: 1.6;
  }
}

/*end contact*/
.p-privacy {
  padding: 100px;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .p-privacy {
    padding: 50px;
  }
}
@media screen and (max-width: 766px) {
  .p-privacy {
    padding: 20px;
  }
}
.p-privacy__wrapper {
  padding: 100px 0;
  background-color: #F3FAFE;
}
@media screen and (max-width: 1100px) {
  .p-privacy__wrapper {
    padding: 70px 0;
  }
}
@media screen and (max-width: 766px) {
  .p-privacy__wrapper {
    padding: 50px 0;
  }
}
.p-privacy__head {
  margin-bottom: 50px;
  font-size: 2.2rem;
  text-align: center;
  color: #007BBE;
}
@media screen and (max-width: 1200px) {
  .p-privacy__head {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 900px) {
  .p-privacy__head {
    text-align: left;
  }
}
@media screen and (max-width: 766px) {
  .p-privacy__head {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 900px) {
  .p-privacy__head br {
    display: none;
  }
}
.p-privacy__body p {
  margin-bottom: 30px;
}
.p-privacy__body p:last-child {
  margin-bottom: 0;
}
.p-privacy__body p span {
  display: block;
  margin-bottom: 10px;
  font-size: 3.2rem;
  line-height: 1.6;
  color: #007BBE;
}
@media screen and (max-width: 1200px) {
  .p-privacy__body p span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-privacy__body p span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 766px) {
  .p-privacy__body p span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 766px) {
  .c-btn-round._aircle {
    line-height: 1.2;
    text-align: left;
    border-radius: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}