@charset "UTF-8";
/* 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;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Montserrat", "Helvetica Neue", "Arial", YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 2;
  color: #000000;
  background-color: #fff;
}
@media screen and (max-width: 1300px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 766px) {
  body {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 321px) {
  body {
    font-size: 1.2rem;
  }
}

main {
  position: relative;
}

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

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

h2 {
  font-size: clamp(3.6rem, 3.05vw, 6rem);
  font-weight: 600;
}

h3 {
  font-size: clamp(2rem, 1.85vw, 3.6rem);
  font-weight: 600;
}

a {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

:root {
  --pg1-a:#3379c5;
  --pg1-b:#39c1c7;
  --pg1-c:#75a725;
  --pg2-a:#0059ad;
  --pg2-b:#07aeaf;
  --pg2-c:#5c8e00;
  --pg3-a:#5288c1;
  --pg3-b:#57bfc3;
  --pg3-c:#7ca240;
  --pg4-a:#004d97;
  --pg4-b:#07989a;
  --pg4-c:#4f7c00;
  --pg5-a:#5f9dde;
  --pg5-b:#63dbdf;
  --pg5-c:#8fbb49;
  --pg6-a:#2b69ac;
  --pg6-b:#31a9ae;
  --pg6-c:#65921e;
}

.foo-1 {
  width: 10px;
}

@-webkit-keyframes pg1 {
  0% {
    fill: var(--pg1-a);
  }
  25% {
    fill: var(--pg1-b);
  }
  50% {
    fill: var(--pg1-c);
  }
  75% {
    fill: var(--pg1-b);
  }
  100% {
    fill: var(--pg1-a);
  }
}

@keyframes pg1 {
  0% {
    fill: var(--pg1-a);
  }
  25% {
    fill: var(--pg1-b);
  }
  50% {
    fill: var(--pg1-c);
  }
  75% {
    fill: var(--pg1-b);
  }
  100% {
    fill: var(--pg1-a);
  }
}
.foo-2 {
  width: 20px;
}

@-webkit-keyframes pg2 {
  0% {
    fill: var(--pg2-a);
  }
  25% {
    fill: var(--pg2-b);
  }
  50% {
    fill: var(--pg2-c);
  }
  75% {
    fill: var(--pg2-b);
  }
  100% {
    fill: var(--pg2-a);
  }
}

@keyframes pg2 {
  0% {
    fill: var(--pg2-a);
  }
  25% {
    fill: var(--pg2-b);
  }
  50% {
    fill: var(--pg2-c);
  }
  75% {
    fill: var(--pg2-b);
  }
  100% {
    fill: var(--pg2-a);
  }
}
.foo-3 {
  width: 30px;
}

@-webkit-keyframes pg3 {
  0% {
    fill: var(--pg3-a);
  }
  25% {
    fill: var(--pg3-b);
  }
  50% {
    fill: var(--pg3-c);
  }
  75% {
    fill: var(--pg3-b);
  }
  100% {
    fill: var(--pg3-a);
  }
}

@keyframes pg3 {
  0% {
    fill: var(--pg3-a);
  }
  25% {
    fill: var(--pg3-b);
  }
  50% {
    fill: var(--pg3-c);
  }
  75% {
    fill: var(--pg3-b);
  }
  100% {
    fill: var(--pg3-a);
  }
}
.foo-4 {
  width: 40px;
}

@-webkit-keyframes pg4 {
  0% {
    fill: var(--pg4-a);
  }
  25% {
    fill: var(--pg4-b);
  }
  50% {
    fill: var(--pg4-c);
  }
  75% {
    fill: var(--pg4-b);
  }
  100% {
    fill: var(--pg4-a);
  }
}

@keyframes pg4 {
  0% {
    fill: var(--pg4-a);
  }
  25% {
    fill: var(--pg4-b);
  }
  50% {
    fill: var(--pg4-c);
  }
  75% {
    fill: var(--pg4-b);
  }
  100% {
    fill: var(--pg4-a);
  }
}
.foo-5 {
  width: 50px;
}

@-webkit-keyframes pg5 {
  0% {
    fill: var(--pg5-a);
  }
  25% {
    fill: var(--pg5-b);
  }
  50% {
    fill: var(--pg5-c);
  }
  75% {
    fill: var(--pg5-b);
  }
  100% {
    fill: var(--pg5-a);
  }
}

@keyframes pg5 {
  0% {
    fill: var(--pg5-a);
  }
  25% {
    fill: var(--pg5-b);
  }
  50% {
    fill: var(--pg5-c);
  }
  75% {
    fill: var(--pg5-b);
  }
  100% {
    fill: var(--pg5-a);
  }
}
.foo-6 {
  width: 60px;
}

@-webkit-keyframes pg6 {
  0% {
    fill: var(--pg6-a);
  }
  25% {
    fill: var(--pg6-b);
  }
  50% {
    fill: var(--pg6-c);
  }
  75% {
    fill: var(--pg6-b);
  }
  100% {
    fill: var(--pg6-a);
  }
}

@keyframes pg6 {
  0% {
    fill: var(--pg6-a);
  }
  25% {
    fill: var(--pg6-b);
  }
  50% {
    fill: var(--pg6-c);
  }
  75% {
    fill: var(--pg6-b);
  }
  100% {
    fill: var(--pg6-a);
  }
}
@-webkit-keyframes topcatch {
  0% {
    -webkit-transform: matrix3d(0.032, 0, 0.77, 0.002, 0, 0.05, 0, 0, -0.77, 0, 0.64, 0, 0, 0, 0, 1);
            transform: matrix3d(0.032, 0, 0.77, 0.002, 0, 0.05, 0, 0, -0.77, 0, 0.64, 0, 0, 0, 0, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
  }
}
@keyframes topcatch {
  0% {
    -webkit-transform: matrix3d(0.032, 0, 0.77, 0.002, 0, 0.05, 0, 0, -0.77, 0, 0.64, 0, 0, 0, 0, 1);
            transform: matrix3d(0.032, 0, 0.77, 0.002, 0, 0.05, 0, 0, -0.77, 0, 0.64, 0, 0, 0, 0, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    color: #fff;
  }
  10% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    color: #fff;
  }
  20% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    color: #FF9425;
  }
  25% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    color: #FF9425;
  }
  30% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    color: #FF9425;
  }
  35% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
    color: #FF9425;
  }
  40% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    color: #FF9425;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    color: #fff;
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    color: #fff;
  }
  10% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    color: #fff;
  }
  20% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    color: #FF9425;
  }
  25% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    color: #FF9425;
  }
  30% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    color: #FF9425;
  }
  35% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
    color: #FF9425;
  }
  40% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    color: #FF9425;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    color: #fff;
  }
}
@-webkit-keyframes jump2 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  10% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  20% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  30% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  35% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  40% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes jump2 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  10% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  20% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  30% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  35% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  40% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - 50px));
            transform: translateX(calc(-100% - 50px));
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - 50px));
            transform: translateX(calc(-100% - 50px));
  }
}
@-webkit-keyframes r360 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes r360 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.l-header {
  position: fixed;
  width: 100%;
  z-index: 5;
}
.l-header__logo {
  display: block;
  width: 15%;
  min-width: 150px;
}
@media screen and (max-width: 766px) {
  .l-header__logo {
    margin-left: 15px;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
  max-height: 46px;
}
.l-header__inner {
  position: relative;
  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: 90%;
  max-width: 1500px;
  height: 70px;
  margin: 30px auto 0 auto;
  padding: 0 30px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 35px;
}
@media screen and (max-width: 766px) {
  .l-header__inner {
    width: 100%;
    height: 64px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 0;
  }
}
@media screen and (max-width: 766px) {
  .l-header__nav {
    position: fixed;
    width: 100%;
    height: 100dvh;
    top: 100%;
    right: 0;
    padding: 80px 30px 30px 30px;
    background: url("../img/bgpolygon_gry.jpg") no-repeat 50% 50%/cover;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
}
.l-header__nav._is-open {
  top: 0;
  opacity: 1;
  pointer-events: all;
}
.l-header__nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .l-header__nav__menu {
    gap: 20px;
  }
}
@media screen and (max-width: 766px) {
  .l-header__nav__menu {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2rem;
  }
}
.l-header__nav__menu__child__link {
  position: relative;
  display: inline-block;
}
.l-header__nav__menu__child__link:hover {
  color: #0059AD;
}
.l-header__nav__menu__child__link:hover::after {
  width: 100%;
}
.l-header__nav__menu__child__link::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0059AD;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.l-header__recruit {
  position: fixed;
  display: block;
  padding: 30px 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: clamp(3.2rem, 3.5vw, 7rem);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background-color: #FF9425;
  white-space: nowrap;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  z-index: 4;
}
@media screen and (max-width: 766px) {
  .l-header__recruit {
    font-size: 2.4rem;
  }
}
.l-header__recruit:hover {
  color: #fff;
  background-color: #0059AD;
}
.l-header__recruit span {
  font-size: clamp(1.8rem, 1.5vw, 3rem);
  font-weight: initial;
  margin-top: 10px;
}
@media screen and (max-width: 766px) {
  .l-header__recruit span {
    font-size: 1.4rem;
  }
}

.menu_button_wrapper {
  position: absolute;
  display: none;
  width: 36px;
  height: 36px;
  top: 14px;
  right: 15px;
  padding: 8px;
  z-index: 4;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 766px) {
  .menu_button_wrapper {
    display: block;
  }
}
.menu_button_wrapper._is-open::before {
  width: 80%;
  top: 50%;
  left: 10%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu_button_wrapper._is-open::after {
  width: 80%;
  top: 50%;
  left: 10%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu_button_wrapper._is-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: #0059AD;
  -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: #0059AD;
  -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: #0059AD;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

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

.l-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .l-inner {
    width: 90%;
  }
}
@media screen and (max-width: 766px) {
  .l-inner {
    width: calc(100% - 30px);
  }
}

.l-pagetop {
  position: relative;
  width: 90%;
  max-width: 1500px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .l-pagetop {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
.l-pagetop__wrapper {
  position: relative;
  height: 600px;
  padding: 130px 0 100px 0;
  background: url("../img/polygonbg_bl.svg") repeat 50% 50%/cover;
}
@media screen and (max-width: 1100px) {
  .l-pagetop__wrapper {
    height: 450px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 766px) {
  .l-pagetop__wrapper {
    padding-top: 94px;
  }
}
.l-pagetop__wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: calc(65% - 80px);
  bottom: 0;
  left: 0;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .l-pagetop__wrapper::after {
    height: calc(65% - 80px);
  }
}
@media screen and (max-width: 766px) {
  .l-pagetop__wrapper::after {
    height: calc(65% - 190px);
  }
}
.l-pagetop__wrapper._nopic {
  height: auto;
  padding-bottom: 0;
}
.l-pagetop__wrapper._nopic::after {
  display: none;
}
.l-pagetop__upper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 35%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .l-pagetop__upper {
    padding-top: 240px;
    z-index: 2;
  }
}
.l-pagetop__upper._recruit {
  height: initial;
  margin: 0;
}
@media screen and (max-width: 766px) {
  .l-pagetop__upper._recruit {
    height: 35%;
    padding-top: 240px;
    z-index: 2;
  }
}
.l-pagetop__upper._nopic {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .l-pagetop__upper._nopic {
    padding-top: 30px;
  }
}
.l-pagetop__upper._nopic .c-title-pagetop {
  text-align: center;
}
.l-pagetop__lower {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65%;
  z-index: 2;
}
@media screen and (max-width: 766px) {
  .l-pagetop__lower {
    height: initial;
    padding-top: 30px;
  }
}
.l-pagetop__lower._recruit {
  display: block;
  height: initial;
}
@media screen and (max-width: 766px) {
  .l-pagetop__lower._recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-pagetop__image {
  position: absolute;
  width: 50%;
  height: calc(100% - 60px);
  bottom: 0;
  right: 0;
  background: no-repeat 50% 50%/cover;
  z-index: 3;
}
@media screen and (max-width: 766px) {
  .l-pagetop__image {
    width: 100%;
    height: 200px;
    top: 40px;
    border-radius: 0 30px 0 30px;
    z-index: 1;
  }
}
.l-pagetop__image._about {
  background-image: url("../img/about-top.jpg");
}
.l-pagetop__image._service {
  background-image: url("../img/service-top.jpg");
}
.l-pagetop__image._sdgs {
  background-image: url("../img/top-sdgsbg.jpg");
}

.l-pageintro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.l-pageintro__wrapper {
  background: no-repeat 50% 50%/cover;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .l-pageintro__wrapper {
    background-image: none;
  }
}
.l-pageintro__wrapper._aboutus {
  background-image: url("../img/about-ceomessage.jpg");
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .l-pageintro__wrapper._aboutus {
    background-image: none;
  }
}
.l-pageintro__wrapper._service {
  background-image: url("../img/service-intro.jpg");
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .l-pageintro__wrapper._service {
    background-image: none;
  }
}
.l-pageintro__wrapper._recruit {
  background-image: url("../img/recruit-intro.jpg");
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .l-pageintro__wrapper._recruit {
    background-image: none;
  }
}
.l-pageintro__content {
  width: 40%;
}
@media screen and (max-width: 1100px) {
  .l-pageintro__content {
    width: 60%;
  }
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .l-pageintro__content {
    width: 100%;
  }
}
.l-pageintro__content__desc {
  margin: 30px 0;
}
@media screen and (max-width: 766px) {
  .l-pageintro__content__desc {
    margin: 20px 0;
  }
}
.l-pageintro__image {
  display: none;
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
  background: no-repeat 50% 50%/cover;
  background-color: #999;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .l-pageintro__image {
    display: block;
  }
}
@media screen and (max-width: 766px) {
  .l-pageintro__image {
    height: 250px;
    margin-bottom: 30px;
    background: no-repeat 50% 50%/cover;
  }
}
.l-pageintro__image._aboutus {
  background-image: url("../img/about-ceomessage.jpg");
}
.l-pageintro__image._service {
  background-image: url("../img/service-intro.jpg");
}
.l-pageintro__image._recruit {
  background-image: url("../img/recruit-intro.jpg");
}

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

.l-breadcrumbs {
  position: relative;
  width: 100%;
  height: 70px;
  padding-left: 100px;
  background-image: -webkit-gradient(linear, left top, right top, from(#49BCBD), to(#0059AD));
  background-image: linear-gradient(to right, #49BCBD, #0059AD);
  line-height: 70px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .l-breadcrumbs {
    height: 60px;
    line-height: 60px;
    padding-left: 90px;
  }
}
@media screen and (max-width: 1100px) {
  .l-breadcrumbs {
    height: 50px;
    line-height: 50px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 766px) {
  .l-breadcrumbs {
    height: 35px;
    line-height: 35px;
    padding-left: 45px;
  }
}
.l-breadcrumbs a {
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.l-breadcrumbs a:hover {
  color: #FF9425;
}
.l-breadcrumbs::before {
  content: "";
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  top: 0;
  left: 0;
  background-color: #000000;
}
@media screen and (max-width: 1200px) {
  .l-breadcrumbs::before {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .l-breadcrumbs::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 766px) {
  .l-breadcrumbs::before {
    width: 25px;
    height: 35px;
  }
}

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

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

.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-footer {
  position: relative;
}
.l-footer::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: calc(100% - 100px);
  bottom: 0;
  left: 0;
  background: url("../img/polygonbg_bl.svg") repeat 50% 50%/cover;
  z-index: 1;
}
.l-footer::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: calc(100% - 400px);
  bottom: 0;
  left: 0;
  background: url("../img/bgpolygon_bk.jpg") repeat 50% 50%/600px;
  z-index: 2;
}
@media screen and (orientation: portrait) {
  .l-footer::after {
    height: calc(100% - 300px);
  }
}
.l-footer__contact {
  position: relative;
  width: 70%;
  max-width: 1000px;
  padding: 66px 50px 50px 50px;
  margin: 0 auto;
  background: url("../img/bgpolygon_gry.jpg") repeat 50% 50%/600px;
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .l-footer__contact {
    width: 90%;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__contact {
    width: calc(100% - 30px);
    padding: 36px 20px 20px 20px;
  }
}
.l-footer__contact::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 16px;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#0059AD), to(#6FE2DB));
  background-image: linear-gradient(to right, #0059AD, #6FE2DB);
}
@media screen and (max-width: 766px) {
  .l-footer__contact::before {
    height: 10px;
  }
}
.l-footer__contact__wrapper {
  position: relative;
  width: 100%;
}
.l-footer__contact__ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 766px) {
  .l-footer__contact__ttl {
    margin-bottom: 20px;
  }
}
.l-footer__contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  margin-top: 30px;
}
@media screen and (max-width: 766px) {
  .l-footer__contact__content {
    gap: 20px;
  }
}
.l-footer__contact__content__box {
  position: relative;
  width: calc(50% - 25px);
  padding: 50px 0;
  color: #000000;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  pointer-events: all;
}
@media screen and (max-width: 1200px) {
  .l-footer__contact__content__box {
    padding: 20px 0;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__contact__content__box {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 300px;
    height: 120px;
    margin: 0 auto;
  }
}
.l-footer__contact__content__box:hover {
  color: #fff;
  background-color: #FF9425;
}
.l-footer__contact__content__box:hover .l-footer__contact__content__box__link {
  color: #fff;
  -webkit-animation: jump2 1.5s linear infinite;
          animation: jump2 1.5s linear infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.l-footer__contact__content__box:hover::after {
  background-color: #333333;
}
.l-footer__contact__content__box::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 8px;
  bottom: 0;
  left: 0;
  background-color: #0059AD;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.l-footer__contact__content__box._mail:hover .l-footer__contact__content__box__link::before {
  background-image: url("../img/icon-mail_wh.svg");
}
.l-footer__contact__content__box._mail .l-footer__contact__content__box__link::before {
  width: 32.25px;
  height: 25px;
  font-size: clamp(2rem, 3.85vw, 4rem);
  background-image: url("../img/icon-mail.svg");
}
@media screen and (max-width: 766px) {
  .l-footer__contact__content__box._mail .l-footer__contact__content__box__link::before {
    width: 20px;
  }
}
.l-footer__contact__content__box._tel:hover .l-footer__contact__content__box__link::before {
  background-image: url("../img/icon-phone_wh.svg");
}
.l-footer__contact__content__box._tel .l-footer__contact__content__box__link::before {
  width: 32.25px;
  height: 25px;
  font-size: clamp(2rem, 3.85vw, 4rem);
  background-image: url("../img/icon-phone.svg");
}
@media screen and (max-width: 766px) {
  .l-footer__contact__content__box._tel .l-footer__contact__content__box__link::before {
    width: 30px;
  }
}
.l-footer__contact__content__box p {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.l-footer__contact__content__box__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  font-size: clamp(2rem, 3.85vw, 4rem);
  font-weight: 700;
  line-height: 1.4;
  color: #0059AD;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.l-footer__contact__content__box__link::before {
  content: "";
  display: block;
  background: no-repeat 50% 50%/contain;
}
.l-footer__contact__content__box__text {
  font-size: smaller;
}
.l-footer__nav {
  margin-bottom: 50px;
}
@media screen and (max-width: 766px) {
  .l-footer__nav {
    margin-bottom: 30px;
  }
}
.l-footer__nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media screen and (max-width: 766px) {
  .l-footer__nav__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 10px;
  }
}
.l-footer__nav__menu__child__link {
  position: relative;
  display: inline-block;
  color: #fff;
}
.l-footer__nav__menu__child__link:hover {
  color: #FF9425;
}
.l-footer__nav__menu__child__link:hover::after {
  width: 100%;
}
.l-footer__nav__menu__child__link::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #FF9425;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.l-footer__info {
  position: relative;
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  z-index: 3;
}
.l-footer__info__wrapper {
  position: relative;
  width: 100%;
  padding: 30px 0 80px 0;
}
@media screen and (max-width: 766px) {
  .l-footer__info__wrapper {
    padding: 20px 0;
  }
}
.l-footer__info__wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 30px;
  bottom: 0;
  left: 0;
  background-color: #333333;
  z-index: 3;
}
@media screen and (max-width: 766px) {
  .l-footer__info__wrapper::after {
    display: none;
  }
}
.l-footer__info__logo {
  width: 30%;
  max-width: 350px;
  min-width: 160px;
  margin: 50px auto 30px auto;
}
@media screen and (max-width: 766px) {
  .l-footer__info__logo {
    margin: 30px auto 20px auto;
  }
}
.l-footer__copyright {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1vw;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #333;
  mix-blend-mode: difference;
  z-index: 3;
}
@media screen and (max-width: 766px) {
  .l-footer__copyright {
    position: initial;
    top: initial;
    left: initial;
    padding: 10px 0;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    -webkit-transform: initial;
            transform: initial;
    mix-blend-mode: initial;
    color: #fff;
    background-color: #333333;
    text-align: center;
  }
}
.l-footer__copyright span {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-button-round {
  position: relative;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 100px 0 20px;
  color: #0059AD;
  background-color: #fff;
  border: 1px solid #0059AD;
  border-radius: 25px;
  white-space: nowrap;
}
@media screen and (max-width: 766px) {
  .c-button-round {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }
}
.c-button-round:hover {
  color: #FF9425;
  border-color: #FF9425;
}
.c-button-round:hover::after {
  right: 10px;
  background-color: #FF9425;
}
.c-button-round::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 12px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #0059AD;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.c-button-round._recruit {
  height: 60px;
  line-height: 60px;
  font-size: larger;
  border-radius: 30px;
}
@media screen and (max-width: 766px) {
  .c-button-round._recruit {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }
}
.c-button-round._confirm {
  margin-right: 30px;
}
.c-button-round._form {
  text-align: center;
  margin-top: 30px;
  padding: 0 20px;
}

.c-button-pp {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px 0 20px;
  background-color: #0059AD;
  color: #fff;
  border-radius: 8px;
}
.c-button-pp:hover {
  color: #fff;
  background-color: #FF9425;
}
.c-button-pp::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/icon-newwin_wh.svg") no-repeat 50% 50%/contain;
}

.c-title-sitedesc {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: right;
}
@media screen and (max-width: 766px) {
  .c-title-sitedesc {
    font-size: 1rem;
  }
}
.c-title-sitedesc._page {
  color: #fff;
}

.c-title-top {
  font-size: clamp(2rem, 3.85vw, 4rem);
  font-weight: 700;
  line-height: 1.4;
  color: #0059AD;
}
@media screen and (max-width: 1200px) {
  .c-title-top {
    font-size: 3rem;
  }
}
@media screen and (max-width: 766px) {
  .c-title-top {
    font-size: 2rem;
  }
}

.c-title-top-en {
  font-size: clamp(2rem, 1.66vw, 3.2rem);
  line-height: 1.4;
  color: #5288C1;
}
@media screen and (max-width: 1200px) {
  .c-title-top-en {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1100px) {
  .c-title-top-en {
    font-size: 1.6rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .c-title-top-en {
    font-size: 2.14rem;
  }
}
@media screen and (max-width: 766px) {
  .c-title-top-en {
    font-size: 1.6rem;
  }
}
.c-title-top-en._content {
  color: #5288C1;
}

.c-title-topcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px;
  background-color: #fff;
  font-size: clamp(2rem, 3.85vw, 4rem);
  line-height: 1.4;
  color: #0059AD;
}
@media screen and (max-width: 1200px) {
  .c-title-topcontent {
    font-size: 3rem;
  }
}
@media screen and (max-width: 766px) {
  .c-title-topcontent {
    font-size: 2rem;
  }
}
.c-title-topcontent span {
  display: inline-block;
  font-size: clamp(1.4rem, 1.925vw, 2.4rem);
  color: #000000;
}
@media screen and (max-width: 1200px) {
  .c-title-topcontent span {
    font-size: 1.8rem;
  }
}
.c-title-topcontent._recruit {
  position: relative;
  padding: 0;
  background-color: initial;
}
.c-title-topcontent._recruit::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -30px;
  left: 0;
  background-color: #0059AD;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .c-title-topcontent._recruit::after {
    bottom: -15px;
  }
}
.c-title-topcontent._recruit span {
  color: #0059AD;
}

.c-title-topcopy {
  position: relative;
  font-size: clamp(2rem, 3.85vw, 4rem);
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .c-title-topcopy {
    font-size: 3rem;
  }
}
@media screen and (max-width: 766px) {
  .c-title-topcopy {
    font-size: 2rem;
  }
}
.c-title-topcopy::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -30px;
  left: 0;
  background-color: #fff;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .c-title-topcopy::after {
    bottom: -15px;
  }
}
@media screen and (max-width: 766px) {
  .c-title-topcopy br {
    display: none;
  }
}
.c-title-topcopy._recruit {
  color: #0059AD;
}
.c-title-topcopy._recruit::after {
  display: none;
}

.c-title-pagetop {
  display: inline-block;
  padding: 5px 30px;
  background-color: #fff;
  font-size: clamp(2.4rem, 2.9vw, 6rem);
  font-weight: 700;
  line-height: 1.2;
  color: #0059AD;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 1100px) {
  .c-title-pagetop {
    border-radius: 15px 15px 0 0;
  }
}
@media screen and (max-width: 766px) {
  .c-title-pagetop {
    border-radius: 5px 5px 0 0;
  }
}
.c-title-pagetop span {
  display: block;
  font-size: clamp(1.6rem, 1.85vw, 3.2rem);
}

.c-title-pagecopy {
  font-size: clamp(2.4rem, 1.8vw, 3rem);
  line-height: 1.6;
  color: #0059AD;
}
@media screen and (max-width: 1200px) {
  .c-title-pagecopy {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1100px) {
  .c-title-pagecopy {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 766px) {
  .c-title-pagecopy {
    font-size: 1.6rem;
  }
}
.c-title-pagecopy._wh {
  color: #fff;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .c-title-pagecopy._wh {
    color: #0059AD;
  }
}

.c-title-secttl {
  margin-bottom: 50px;
  font-size: clamp(2rem, 3.85vw, 4rem);
  font-weight: 700;
  line-height: 1.2;
  color: #0059AD;
}
@media screen and (max-width: 766px) {
  .c-title-secttl {
    margin-bottom: 30px;
  }
}
.c-title-secttl span {
  display: block;
  font-size: clamp(1.6rem, 1.66vw, 2.4rem);
  color: #000000;
}

.c-bg-grad {
  background: url("../img/bgpolygon-grad.jpg") no-repeat 50% 0%/100vw;
}
.c-bg-grad._alt {
  background: url("../img/bgpolygon-grad-alt.jpg") no-repeat 50% 100%/100vw;
}

.p-top-hero {
  position: relative;
  width: 90%;
  height: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (orientation: portrait) {
  .p-top-hero {
    width: 80%;
  }
}
@media screen and (max-width: 766px) {
  .p-top-hero {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
.p-top-hero__wrapper {
  position: relative;
  width: 100%;
  height: 100dvh;
  max-height: 1080px;
  padding-top: 130px;
  overflow: hidden;
}
@media screen and (orientation: portrait) {
  .p-top-hero__wrapper {
    max-height: initial;
    height: auto;
    padding-bottom: 100px;
  }
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-hero__wrapper {
    height: 100dvh;
  }
}
@media screen and (max-width: 766px) {
  .p-top-hero__wrapper {
    padding-top: 94px;
  }
}
.p-top-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 100px;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .p-top-hero__content {
    gap: 50px;
  }
}
@media screen and (max-width: 766px) {
  .p-top-hero__content {
    gap: 30px;
    width: 100%;
    margin: 30px auto 0 0;
  }
}
@media screen and (orientation: portrait) {
  .p-top-hero__content {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.p-top-hero__content > div {
  width: calc(50% - 50px);
}
@media screen and (max-width: 1200px) {
  .p-top-hero__content > div {
    width: calc(50% - 25px);
  }
}
@media screen and (orientation: portrait) {
  .p-top-hero__content > div {
    width: 100%;
  }
}
.p-top-hero__content__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(5rem, 5.25vw, 11rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
}
@media screen and (orientation: portrait) {
  .p-top-hero__content__catch {
    font-size: 8rem;
  }
}
@media screen and (max-width: 766px) {
  .p-top-hero__content__catch {
    font-size: 11.5vw;
  }
}
.p-top-hero__content__catch__item {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  opacity: 0;
  -webkit-transform: matrix3d(0.032, 0, 0.77, 0.002, 0, 0.05, 0, 0, -0.77, 0, 0.64, 0, 0, 0, 0, 1);
          transform: matrix3d(0.032, 0, 0.77, 0.002, 0, 0.05, 0, 0, -0.77, 0, 0.64, 0, 0, 0, 0, 1);
}
.p-top-hero__content__catch__item._top {
  -webkit-animation: topcatch 1s ease-out forwards;
          animation: topcatch 1s ease-out forwards;
}
.p-top-hero__content__catch__item._center {
  -webkit-animation: topcatch 1s 0.5s ease-out forwards;
          animation: topcatch 1s 0.5s ease-out forwards;
}
.p-top-hero__content__catch__item._center span {
  display: inline-block;
  -webkit-animation: jump 3s linear infinite;
          animation: jump 3s linear infinite;
}
.p-top-hero__content__catch__item._bottom {
  -webkit-animation: topcatch 1s 1s ease-out forwards;
          animation: topcatch 1s 1s ease-out forwards;
}
.p-top-hero__content__slider {
  overflow: hidden;
}
.p-top-hero__content__slider__wrapper {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  max-height: 500px;
}
@media screen and (orientation: portrait) {
  .p-top-hero__content__slider__wrapper {
    height: auto;
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 766px) {
  .p-top-hero__content__slider__wrapper {
    aspect-ratio: 3/2;
  }
}
.p-top-hero__content__slider__slide {
  width: 100%;
  height: 100%;
}
.p-top-hero__content__slider__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-hero__marquee {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 50px;
  width: 100%;
  bottom: 0;
  overflow: hidden;
}
.p-top-hero__marquee p {
  font-size: clamp(10rem, 15.61vw, 30rem);
  line-height: 1;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  white-space: nowrap;
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
}
.p-top-hero__polygonbg {
  position: absolute;
  display: block;
  width: 130%;
  height: 100%;
  top: 0;
  left: -15%;
  --time:20s;
  z-index: -1;
}
@media screen and (orientation: portrait) {
  .p-top-hero__polygonbg {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 400%;
    left: -100%;
  }
}
.p-top-hero__polygonbg .polygon1 {
  fill: #3379c5;
  -webkit-animation: pg1 var(--time) linear infinite;
          animation: pg1 var(--time) linear infinite;
}
.p-top-hero__polygonbg .polygon1, .p-top-hero__polygonbg .polygon2, .p-top-hero__polygonbg .polygon3, .p-top-hero__polygonbg .polygon4, .p-top-hero__polygonbg .polygon5, .p-top-hero__polygonbg .polygon6 {
  stroke-width: 0px;
}
.p-top-hero__polygonbg .polygon2 {
  fill: #0059ad;
  -webkit-animation: pg2 var(--time) linear infinite;
          animation: pg2 var(--time) linear infinite;
}
.p-top-hero__polygonbg .polygon3 {
  fill: #5288c1;
  -webkit-animation: pg3 var(--time) linear infinite;
          animation: pg3 var(--time) linear infinite;
}
.p-top-hero__polygonbg .polygon4 {
  fill: #004d97;
  -webkit-animation: pg4 var(--time) linear infinite;
          animation: pg4 var(--time) linear infinite;
}
.p-top-hero__polygonbg .polygon5 {
  fill: #5f9dde;
  -webkit-animation: pg5 var(--time) linear infinite;
          animation: pg5 var(--time) linear infinite;
}
.p-top-hero__polygonbg .polygon6 {
  fill: #2b69ac;
  -webkit-animation: pg6 var(--time) linear infinite;
          animation: pg6 var(--time) linear infinite;
}

.p-top-intro {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-top-intro {
    width: calc(100% - 30px);
  }
}
.p-top-intro__wrapper {
  position: relative;
  z-index: 2;
  background: url("../img/bgpolygon-grad.jpg") no-repeat 50% 0%/100vw;
}
.p-top-intro__copy__en {
  margin-top: 30px;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-intro__copy__en {
    margin-top: 10px;
  }
}
.p-top-intro__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 766px) {
  .p-top-intro__image {
    width: 80%;
    margin: 30px auto 0 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
}
.p-top-intro__image__img {
  width: 33.3333%;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 50px;
}
@media screen and (max-width: 766px) {
  .p-top-intro__image__img {
    width: 60%;
    aspect-ratio: 3/2;
    margin-bottom: 0;
  }
}
.p-top-intro__image__img:nth-of-type(2) {
  margin: 50px 0 0 0;
}
@media screen and (max-width: 766px) {
  .p-top-intro__image__img:nth-of-type(2) {
    margin-top: 0;
    margin-left: 40%;
  }
}
.p-top-intro__bglogo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  overflow: hidden;
}
.p-top-intro__bglogo__svg {
  position: absolute;
  display: block;
  max-width: initial;
  height: calc(100% - 100px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 766px) {
  .p-top-intro__bglogo__svg {
    width: 100%;
  }
}
.p-top-intro__bglogo__svg._underlayer {
  opacity: 0.2;
  top: 50px;
}
.p-top-intro__bglogo__svg._underlayer .cls-1 {
  fill: #3379c5;
}
.p-top-intro__bglogo__svg._underlayer .cls-1, .p-top-intro__bglogo__svg._underlayer .cls-2, .p-top-intro__bglogo__svg._underlayer .cls-3, .p-top-intro__bglogo__svg._underlayer .cls-4, .p-top-intro__bglogo__svg._underlayer .cls-5, .p-top-intro__bglogo__svg._underlayer .cls-6, .p-top-intro__bglogo__svg._underlayer .cls-7, .p-top-intro__bglogo__svg._underlayer .cls-8 {
  stroke-width: 0px;
}
.p-top-intro__bglogo__svg._underlayer .cls-2 {
  fill: #0059ad;
}
.p-top-intro__bglogo__svg._underlayer .cls-3 {
  fill: #5288c1;
}
.p-top-intro__bglogo__svg._underlayer .cls-4 {
  fill: #80bdc4;
}
.p-top-intro__bglogo__svg._underlayer .cls-5 {
  fill: #004d97;
}
.p-top-intro__bglogo__svg._underlayer .cls-6 {
  fill: #6ea4ab;
}
.p-top-intro__bglogo__svg._underlayer .cls-7 {
  fill: #5f9dde;
}
.p-top-intro__bglogo__svg._underlayer .cls-8 {
  fill: #2b69ac;
}
.p-top-intro__bglogo__svg._overleft {
  left: -20vw;
  bottom: -3.2vw;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-top-intro__bglogo__svg._overright {
  top: -4vw;
  left: initial;
  right: -20vw;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-top-slider {
  width: 100%;
  padding-bottom: 20px;
  overflow: hidden;
}
.p-top-slider__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.p-top-slider__slide {
  position: relative;
  width: calc(33.3333% - 33.3333px);
  height: auto;
  aspect-ratio: 2/1;
  background-color: #999;
  background: no-repeat 50% 50%/100%;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 766px) {
  .p-top-slider__slide {
    height: 100px !important;
    aspect-ratio: initial;
    background-size: cover;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  }
}
.p-top-slider__slide:hover {
  background-size: 110%;
}
.p-top-slider__slide:hover .p-top-slider__slide__links {
  color: #FF9425;
}
.p-top-slider__slide:hover::after {
  background-color: rgba(0, 0, 0, 0.4);
}
.p-top-slider__slide::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 1100px) {
  .p-top-slider__slide::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .p-top-slider__slide::after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
  }
}
.p-top-slider__slide::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.p-top-slider__slide._aboutus {
  background-image: url("../img/slide-about.jpg");
}
.p-top-slider__slide._ourservice {
  background-image: url("../img/slide-ourservice.jpg");
}
.p-top-slider__slide._recruit {
  background-image: url("../img/slide-recruit.jpg");
}
.p-top-slider__slide._sdgs {
  background-image: url("../img/slide-sdgs.jpg");
}
.p-top-slider__slide__links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #0059AD;
  z-index: 2;
}
.p-top-slider__slide__links h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 1100px) {
  .p-top-slider__slide__links h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 766px) {
  .p-top-slider__slide__links h2 {
    font-size: 1.8rem;
  }
}

.swiper-pagination {
  top: -50px !important;
  bottom: initial !important;
  left: initial !important;
  right: 10% !important;
  width: auto !important;
}
@media screen and (max-width: 766px) {
  .swiper-pagination {
    top: -30px !important;
    right: initial !important;
    left: 15px !important;
  }
}
.swiper-pagination-bullet {
  width: 50px !important;
  height: 5px !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 766px) {
  .swiper-pagination-bullet {
    width: 25px !important;
  }
}
.swiper-pagination-bullet-active {
  background-color: #0059AD !important;
}

.p-top-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 100px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1300px) {
  .p-top-content {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .p-top-content {
    gap: 50px;
  }
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-content {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media screen and (max-width: 766px) {
  .p-top-content {
    margin-bottom: 40px;
  }
}
.p-top-content:last-of-type {
  margin-bottom: 0;
}
.p-top-content > div {
  width: calc(50% - 50px);
}
@media screen and (max-width: 1200px) {
  .p-top-content > div {
    width: calc(50% - 25px);
  }
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-content > div {
    width: 100%;
  }
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-content._alt {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.p-top-content._alt .p-top-content__image__copy {
  padding-right: initial;
  padding-left: 130px;
  text-align: left;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-content._alt .p-top-content__image__copy {
    padding-left: 0;
  }
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-content._alt .p-top-content__image {
    margin: 0 auto 0 30px;
  }
}
.p-top-content._alt .p-top-content__image__img {
  -webkit-box-shadow: -10px 10px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -10px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
.p-top-content._alt .p-top-content__desc__data {
  padding: 50px 0 50px 50px;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-content._alt .p-top-content__desc__data {
    padding: 0 0 30px 30px;
  }
}
.p-top-content._alt .p-top-content__desc__data::after {
  right: initial;
  left: 0;
  border-radius: 0 50px 50px 0;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-content._alt .p-top-content__desc__data::after {
    border-radius: 30px 0 0 30px;
  }
}
.p-top-content__wrapper {
  background: url("../img/bgpolygon-grad-alt.jpg") no-repeat 50% 100%/100vw;
}
.p-top-content__image {
  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;
  z-index: 2;
}
.p-top-content__image__copy {
  margin-bottom: 50px;
  padding-right: 130px;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .p-top-content__image__copy {
    padding-right: 80px;
  }
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-content__image__copy {
    margin-bottom: 10px;
    padding-right: 30px;
  }
}
.p-top-content__image__img {
  width: 100%;
  height: calc(100% - 200px);
  background-color: #999;
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .p-top-content__image__img {
    height: calc(100% - 100px);
  }
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-content__image__img {
    width: calc(100% - 30px);
    height: 400px;
    margin: 0 auto 0 0;
    border-radius: 30px 0 30px 0;
  }
}
@media screen and (max-width: 766px) {
  .p-top-content__image__img {
    width: 100%;
    height: 200px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  }
}
.p-top-content__desc {
  text-align: right;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-content__desc {
    text-align: center;
  }
}
.p-top-content__desc__data {
  position: relative;
  margin-bottom: 50px;
  padding: 50px 50px 50px 0;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .p-top-content__desc__data {
    padding: 30px 30px 30px 0;
  }
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-content__desc__data {
    margin-bottom: 30px;
    padding-top: 0;
  }
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-content__desc__data br {
    display: none;
  }
}
.p-top-content__desc__data > * {
  position: relative;
  z-index: 2;
}
.p-top-content__desc__data::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 200px);
  height: 100%;
  top: 0;
  right: 0;
  background-image: linear-gradient(120deg, #0059AD, #6FE2DB);
  border-radius: 50px 0 0 50px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .p-top-content__desc__data::after {
    width: calc(100% + 100px);
  }
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-content__desc__data::after {
    width: calc(100% + 5vw);
    height: calc(100% + 100px);
    top: initial;
    bottom: 0;
    border-radius: 0 30px 30px 0;
  }
}
@media screen and (max-width: 766px) {
  .p-top-content__desc__data::after {
    width: calc(100% + 15px);
  }
}
.p-top-content__desc__data__ttl {
  margin-bottom: 30px;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-content__desc__data__ttl {
    margin-bottom: 20px;
  }
}
.p-top-content__desc__data__copy {
  margin-bottom: 60px;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-content__desc__data__copy {
    margin-bottom: 30px;
  }
}
.p-top-content__desc__data__text {
  margin-bottom: 30px;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-content__desc__data__text {
    margin-bottom: 10px;
  }
}
.p-top-content__desc__data__text:last-of-type {
  margin-bottom: 0;
}

.p-top-recruit {
  padding: 50px;
  text-align: center;
  background: url("../img/top-recruitbg.jpg") no-repeat 50% 50%/cover;
  border-radius: 50px 0 50px 0;
}
@media screen and (orientation: portrait) {
  .p-top-recruit {
    padding: 0 0 50px 0;
    background: initial;
    background-color: #fff;
  }
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-recruit {
    padding-bottom: 30px;
    border-radius: 30px 0 30px 0;
  }
}
.p-top-recruit__wrapper {
  background: url("../img/polygonbg_bl.svg") no-repeat 50% 50%/cover;
}
.p-top-recruit__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.p-top-recruit__content__data {
  width: 40%;
  margin-bottom: 100px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .p-top-recruit__content__data {
    margin-bottom: 50px;
  }
}
@media screen and (orientation: portrait) {
  .p-top-recruit__content__data {
    width: 100%;
    margin-bottom: 0;
    padding: 50px 50px 0 50px;
  }
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-recruit__content__data {
    padding: 30px 30px 30px;
  }
}
.p-top-recruit__content__data__ttl {
  margin-bottom: 60px;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-recruit__content__data__ttl {
    margin-bottom: 30px;
  }
}
.p-top-recruit__content__data__copy {
  margin-bottom: 30px;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-recruit__content__data__copy {
    margin-bottom: 10px;
  }
}
.p-top-recruit__content__image {
  position: relative;
  width: 60%;
}
@media screen and (orientation: portrait) {
  .p-top-recruit__content__image {
    width: 100%;
    height: auto;
    background: url("../img/top-recruitbg_sp.jpg") no-repeat 50% 50%/cover;
    border-top-left-radius: 50px;
  }
}
.p-top-recruit__content__image__box {
  width: 70%;
  margin: 0 0 0 auto;
  padding: 50px 0 50px 50px;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-recruit__content__image__box {
    width: 50%;
    padding: 30px 0 30px 30px;
  }
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-recruit__content__image__box {
    padding: 20px 0 20px 20px;
  }
}
.p-top-recruit__content__image__box__item {
  width: 60%;
  height: auto;
  aspect-ratio: 3/2;
  margin: 0 auto 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 766px) {
  .p-top-recruit__content__image__box__item {
    width: 70%;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  }
}
.p-top-recruit__content__image__box__item:last-of-type {
  margin: 30px 0 0 auto;
}
@media screen and (max-width: 766px) {
  .p-top-recruit__content__image__box__item:last-of-type {
    margin-top: 10px;
  }
}

.p-top-sdgs__image {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  padding: 50px;
  background: url("../img/top-sdgsbg.jpg") no-repeat 50% 50%/cover;
  border-radius: 50px 0 50px 0;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-sdgs__image {
    padding: 30px;
    border-radius: 30px 0 30px 0;
  }
}
@media screen and (max-width: 766px) {
  .p-top-sdgs__image {
    height: 240px;
    padding: 20px;
    aspect-ratio: initial;
  }
}
.p-top-sdgs__image img {
  display: block;
  width: 15%;
  height: auto;
  margin: 0 0 0 auto;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: r360 10s linear infinite;
          animation: r360 10s linear infinite;
}
@media screen and (max-width: 766px) {
  .p-top-sdgs__image img {
    width: 80px;
  }
}
.p-top-sdgs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 50px;
  margin-top: 30px;
}
.p-top-sdgs__content__desc {
  width: calc(60% - 50px);
}
@media screen and (max-width: 766px) {
  .p-top-sdgs__content__desc {
    width: 100%;
  }
}
.p-top-sdgs__content__desc__copy {
  margin-bottom: 30px;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-top-sdgs__content__desc__copy {
    margin-bottom: 10px;
  }
}
.p-top-sdgs__content__desc__data {
  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: flex-end;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .p-top-sdgs__content__desc__data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-top-sdgs__content__logo {
  width: 40%;
}
@media screen and (max-width: 766px) {
  .p-top-sdgs__content__logo {
    width: 100%;
  }
}
.p-top-sdgs__content__logo img {
  width: 100%;
  height: auto;
}

.p-about-greeting__content__ceo {
  font-size: larger;
  text-align: right;
}
.p-about-greeting__content__ceo span {
  display: inline-block;
  margin-right: 10px;
  font-size: smaller;
}

.p-about-history {
  position: relative;
  width: 70%;
  max-width: 800px;
  z-index: 1;
}
@media screen and (max-width: 766px) {
  .p-about-history {
    width: calc(100% - 30px);
  }
}
.p-about-history__wrapper {
  position: relative;
}
.p-about-history__wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1500px;
  top: 0;
  left: 0;
  background: url("../img/bgpolygon-grad.jpg") no-repeat 50% 0%/100vw;
}
.p-about-history__ttl {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-about-history__ttl {
    margin-bottom: 30px;
  }
}
.p-about-history__list__box {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 766px) {
  .p-about-history__list__box {
    margin-bottom: 30px;
  }
}
.p-about-history__list__box:last-of-type {
  margin-bottom: 0;
}
.p-about-history__list__box::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  background-image: -webkit-gradient(linear, right top, left top, from(#0059AD), to(#6FE2DB));
  background-image: linear-gradient(to left, #0059AD, #6FE2DB);
  z-index: -1;
}
.p-about-history__list__box__inner {
  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;
  padding: 50px;
  background-color: #fff;
  border: 1px solid #0059AD;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-about-history__list__box__inner {
    padding: 30px;
  }
}
@media screen and (max-width: 766px) {
  .p-about-history__list__box__inner {
    display: block;
    padding: 20px;
  }
}
.p-about-history__list__box__year {
  display: block;
  width: 20%;
  font-size: larger;
  font-weight: 700;
  color: #0059AD;
  white-space: nowrap;
}
@media screen and (max-width: 766px) {
  .p-about-history__list__box__year {
    width: 100%;
  }
}
.p-about-history__list__box__desc {
  width: 80%;
}
@media screen and (max-width: 766px) {
  .p-about-history__list__box__desc {
    width: 100%;
  }
}

.p-about-outline {
  position: relative;
  z-index: 1;
}
.p-about-outline__wrapper {
  position: relative;
  padding-top: 0;
}
.p-about-outline__wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1500px;
  bottom: -101px;
  right: 0;
  background: url("../img/bgpolygon-grad-alt.jpg") no-repeat 50% 100%/100vw;
}
.p-about-outline__ttl {
  text-align: center;
}
.p-about-outline__content {
  width: 70%;
  max-width: 800px;
  padding: 50px;
  margin: 0 auto 100px auto;
  background-color: #fff;
  border: 1px solid #0059AD;
}
@media screen and (max-width: 1100px) {
  .p-about-outline__content {
    margin-bottom: 50px;
  }
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-about-outline__content {
    width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .p-about-outline__content {
    padding: 20px;
  }
}
.p-about-outline__content__table {
  width: 100%;
}
.p-about-outline__content__table tr {
  width: 100%;
}
.p-about-outline__content__table tr:first-of-type > * {
  padding-top: 0;
}
.p-about-outline__content__table tr:last-of-type > * {
  padding-bottom: 0;
  border-bottom: none;
}
.p-about-outline__content__table tr th {
  width: 20%;
  padding: 20px 0;
  color: #0059AD;
  border-bottom: 1px solid #0059AD;
}
@media screen and (max-width: 766px) {
  .p-about-outline__content__table tr th {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
    border-bottom: none;
    text-align: left;
  }
}
.p-about-outline__content__table tr td {
  display: block;
  width: 80%;
  padding: 20px 0;
  border-bottom: 1px solid #0059AD;
}
@media screen and (max-width: 766px) {
  .p-about-outline__content__table tr td {
    width: 100%;
    padding: 0 0 15px 0;
  }
}
.p-about-outline__access {
  position: relative;
  z-index: 1;
}
.p-about-outline__access__ttl {
  text-align: left;
}
.p-about-outline__access__map__gmap {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 1100px) {
  .p-about-outline__access__map__gmap {
    height: 450px;
  }
}
@media screen and (max-width: 766px) {
  .p-about-outline__access__map__gmap {
    height: 300px;
  }
}

.p-service-works {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70%;
  max-width: 1000px;
  z-index: 2;
}
.p-service-works__wrapper {
  position: relative;
}
.p-service-works__wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1500px;
  top: 0;
  left: 0;
  background: url("../img/bgpolygon-grad.jpg") no-repeat 50% 0%/100vw;
}
.p-service-works__item {
  width: 33.3333%;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-service-works__item {
    width: 50%;
  }
  .p-service-works__item:last-of-type {
    display: none;
  }
}
.p-service-works__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sdgs-intro {
  width: 70%;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-sdgs-intro {
    width: 90%;
  }
}
@media screen and (max-width: 766px) {
  .p-sdgs-intro {
    width: calc(100% - 30px);
  }
}
.p-sdgs-intro__wrapper {
  padding-top: 0;
}
.p-sdgs-intro__logo {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-sdgs-intro__logo {
    margin-bottom: 30px;
  }
}
.p-sdgs-intro__icon {
  width: 100%;
  margin: 50px auto;
}
.p-sdgs-intro__desc {
  text-align: center;
}
.p-sdgs-intro__desc__ttl {
  font-size: clamp(1.6rem, 1.85vw, 3.2rem);
  font-weight: 700;
  color: #0059AD;
}
.p-sdgs-intro__desc__text {
  margin: 30px 0;
  text-align: left;
}

.p-sdgs-separator {
  height: 400px;
  background: url("../img/sdgs-separator.jpg") no-repeat 50% 50%/100vw;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-sdgs-separator {
    height: 300px;
    background-size: 1200px;
  }
}
@media screen and (max-width: 766px) {
  .p-sdgs-separator {
    height: 200px;
    background-size: 600px;
  }
}

.p-sdgs-content {
  position: relative;
  text-align: center;
  z-index: 2;
}
.p-sdgs-content__wrapper {
  position: relative;
}
.p-sdgs-content__wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1500px;
  top: 0;
  left: 0;
  background: url("../img/bgpolygon-grad.jpg") no-repeat 50% 0%/100vw;
}
.p-sdgs-content__ttl {
  font-size: clamp(1.6rem, 1.85vw, 3.2rem);
  font-weight: 700;
  color: #0059AD;
}
.p-sdgs-content__desc {
  margin: 30px auto;
}
.p-sdgs-content__data {
  padding: 50px;
  background-color: #fff;
  border: 1px solid #0059AD;
}
@media screen and (max-width: 1100px) {
  .p-sdgs-content__data {
    padding: 30px;
  }
}
@media screen and (max-width: 766px) {
  .p-sdgs-content__data {
    padding: 20px;
  }
}
.p-sdgs-content__data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
  margin-top: 50px;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-sdgs-content__data__item {
    margin-top: 30px;
  }
}
.p-sdgs-content__data__item:first-of-type {
  margin-top: 0;
}
.p-sdgs-content__data__item__head {
  width: calc(80% - 30px);
  text-align: left;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-sdgs-content__data__item__head {
    width: 100%;
  }
}
.p-sdgs-content__data__item__head__ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: clamp(2rem, 1.66vw, 3.2rem);
  font-weight: 700;
  color: #FF9425;
  border-bottom: 1px solid #FF9425;
}
@media screen and (max-width: 766px) {
  .p-sdgs-content__data__item__head__ttl {
    font-size: 1.6rem;
  }
}
.p-sdgs-content__data__item__head__ttl::before {
  content: "";
  display: block;
  width: 5px;
  height: clamp(2rem, 1.66vw, 3.2rem);
  background-color: #FF9425;
}
.p-sdgs-content__data__item__head__note {
  margin-top: 10px;
}
.p-sdgs-content__data__item__head__note span {
  display: block;
  font-weight: 700;
  color: #FF9425;
}
.p-sdgs-content__data__item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20%;
  gap: 16px;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-sdgs-content__data__item__icon {
    width: 100%;
  }
}
.p-sdgs-content__data__item__icon__item {
  width: calc(50% - 8px);
  max-width: 100px;
  height: auto;
}

.p-recruit-top {
  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;
  gap: 50px;
  width: 90%;
  max-width: initial;
  height: 100%;
  padding: 0 0 50px 50px;
  z-index: 2;
}
@media screen and (max-width: 766px) {
  .p-recruit-top {
    display: block;
    padding: 0;
  }
}
.p-recruit-top__wrapper {
  position: relative;
  width: 100%;
  height: 100dvh;
  padding: 130px 0 100px 0;
  background: url("../img/polygonbg_bl.svg") repeat 50% 50%/cover;
}
@media screen and (max-width: 1100px) {
  .p-recruit-top__wrapper {
    height: 100dvh;
    max-height: 1080px;
    padding-bottom: 50px;
  }
}
@media screen and (orientation: portrait) {
  .p-recruit-top__wrapper {
    height: 50dvh;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-top__wrapper {
    height: 450px;
    padding-top: 94px;
  }
}
.p-recruit-top__wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: calc(65% - 80px);
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .p-recruit-top__wrapper::after {
    height: calc(65% - 80px);
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-top__wrapper::after {
    height: calc(65% - 190px);
  }
}
.p-recruit-top__inner {
  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: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 766px) {
  .p-recruit-top__inner {
    display: initial;
  }
}
.p-recruit-top__image {
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  bottom: 0;
  right: 0;
  background: url("../img/recruit-top.jpg") no-repeat 50% 50%/cover;
  z-index: 1;
}
@media screen and (max-width: 766px) {
  .p-recruit-top__image {
    position: absolute;
    width: 100%;
    height: 200px;
    top: 40px;
    border-radius: 0 30px 0 30px;
    z-index: 1;
  }
}

.p-recruit-advantage {
  position: relative;
  text-align: center;
  z-index: 2;
}
.p-recruit-advantage__wrapper {
  position: relative;
}
.p-recruit-advantage__wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1500px;
  top: 0;
  left: 0;
  background: url("../img/bgpolygon-grad.jpg") no-repeat 50% 0%/100vw;
  z-index: 1;
}
.p-recruit-advantage__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  padding-top: 100px;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-recruit-advantage__content {
    gap: 100px;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-advantage__content {
    padding-top: 50px;
  }
}
.p-recruit-advantage__content__box {
  position: relative;
  width: calc(33.3333% - 20px);
  padding: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#639CD6), to(#0059AD));
  background-image: linear-gradient(to bottom, #639CD6, #0059AD);
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-recruit-advantage__content__box {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-advantage__content__box {
    padding: 15px;
  }
}
.p-recruit-advantage__content__box::before {
  content: attr(data-text) "";
  position: absolute;
  display: block;
  bottom: 100%;
  right: 0;
  font-size: clamp(4rem, 7.5vw, 15rem);
  font-weight: 700;
  color: #639CD6;
  line-height: 0.7;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-recruit-advantage__content__box::before {
    font-size: 12rem;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-advantage__content__box::before {
    font-size: 8rem;
  }
}
.p-recruit-advantage__content__box__inner {
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .p-recruit-advantage__content__box__inner {
    padding: 20px;
  }
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-recruit-advantage__content__box__inner {
    padding: 30px;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-advantage__content__box__inner {
    padding: 15px;
  }
}
.p-recruit-advantage__content__ttl {
  position: relative;
  font-size: clamp(2.4rem, 1.8vw, 3rem);
  font-weight: 700;
  line-height: 1.4;
  color: #0059AD;
}
@media screen and (max-width: 766px) {
  .p-recruit-advantage__content__ttl {
    font-size: 1.8rem;
  }
}
.p-recruit-advantage__content__ttl::after {
  content: "";
  width: 100px;
  height: 4px;
  bottom: 0;
  left: calc(50% - 50px);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#639CD6), to(#0059AD));
  background-image: linear-gradient(to bottom, #639CD6, #0059AD);
}
.p-recruit-advantage__content__icon {
  width: 40%;
  max-width: 200px;
  min-width: 80px;
  margin: 30px auto;
}
@media screen and (max-width: 766px) {
  .p-recruit-advantage__content__icon {
    width: 60px;
    min-width: initial;
    margin: 20px auto;
  }
}
.p-recruit-advantage__content__desc {
  text-align: left;
}

.p-recruit-interview {
  position: relative;
  z-index: 2;
}
.p-recruit-interview__wrapper {
  position: relative;
  padding-top: 0;
}
@media screen and (max-width: 766px) {
  .p-recruit-interview__wrapper {
    padding-bottom: 0;
  }
}
.p-recruit-interview__wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1500px;
  bottom: -101px;
  right: 0;
  background: url("../img/bgpolygon-grad-alt.jpg") no-repeat 50% 100%/100vw;
}
.p-recruit-interview__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid #0059AD;
  border-bottom: none;
}
.p-recruit-interview__content:last-of-type {
  margin-bottom: 100px;
  border-bottom: 1px solid #0059AD;
}
@media screen and (max-width: 1100px) {
  .p-recruit-interview__content:last-of-type {
    margin-bottom: 50px;
  }
}
.p-recruit-interview__content._alt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-recruit-interview__content > div {
  width: 50%;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-recruit-interview__content > div {
    width: 100%;
  }
}
.p-recruit-interview__content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-recruit-interview__content__image {
    height: 400px;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-interview__content__image {
    height: 200px;
  }
}
.p-recruit-interview__content__data {
  padding: 50px;
}
@media screen and (max-width: 1100px) {
  .p-recruit-interview__content__data {
    padding: 40px;
  }
}
@media screen and (max-width: 766px) {
  .p-recruit-interview__content__data {
    padding: 20px;
  }
}
.p-recruit-interview__content__data__ttl {
  font-size: clamp(2.4rem, 2.9vw, 6rem);
  font-weight: 700;
  line-height: 1.2;
  color: #639CD6;
  margin-bottom: 20px;
}
.p-recruit-interview__content__data__person {
  position: relative;
  margin-bottom: 60px;
}
.p-recruit-interview__content__data__person::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -30px;
  background-color: #0059AD;
}
.p-recruit-interview__content__data__catch {
  margin-bottom: 30px;
  font-size: clamp(2.4rem, 1.8vw, 3rem);
  line-height: 1.4;
}
@media screen and (max-width: 766px) {
  .p-recruit-interview__content__data__catch {
    font-size: 1.8rem;
  }
}

.p-recruit-entry {
  position: relative;
  z-index: 2;
}
.p-recruit-entry__wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
  padding: 100px 0;
  text-align: center;
  background: url("../img/recruit-entrybg.jpg") no-repeat 50% 50%/cover;
  opacity: 0.5;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .p-recruit-entry__wrapper {
    margin-bottom: 50px;
    padding: 50px;
  }
}
.p-recruit-entry__ttl {
  color: #fff;
}
.p-recruit-entry__ttl span {
  color: #fff;
}
.p-recruit-entry__btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 150px;
  padding: 0 50px;
  font-size: clamp(2rem, 2.1vw, 4rem);
  font-weight: 700;
  line-height: 1.2;
  background-color: #fff;
  color: #0059AD;
  overflow: hidden;
  z-index: 2;
}
.p-recruit-entry__btn:hover {
  color: #FF9425;
}
.p-recruit-entry__btn::before {
  content: "";
  position: absolute;
  display: block;
  width: 170px;
  height: 170px;
  top: -10px;
  left: calc(50% - 110px);
  background: url("../img/tt-logomark.svg") no-repeat 50% 50%/contain;
  opacity: 0.5;
  z-index: -1;
}

.p-contact {
  position: relative;
  text-align: center;
  z-index: 2;
}
.p-contact__wrapper {
  position: relative;
}
.p-contact__wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1500px;
  top: 0;
  left: 0;
  background: url("../img/bgpolygon-grad.jpg") no-repeat 50% 0%/100vw;
  z-index: 1;
}
.p-contact__copy {
  color: #0059AD;
}
.p-contact__copy::after {
  display: none;
}
.p-contact__copy._confirm {
  font-size: initial;
}
.p-contact__content {
  margin-top: 100px;
}
@media screen and (max-width: 1100px) {
  .p-contact__content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__content._mail br {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__content._comp {
    padding-right: 30px;
  }
}
.p-contact__content__ttl {
  position: relative;
  display: inline-block;
  font-size: clamp(2rem, 2.4vw, 4rem);
  color: #0059AD;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-contact__content__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__content__ttl {
    font-size: 1.8rem;
  }
}
.p-contact__content__ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 10px;
  left: 0;
  background-color: #0059AD;
}
.p-contact__content__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: clamp(2rem, 3.85vw, 6rem);
  font-weight: 700;
  line-height: 1.4;
  color: #0059AD;
  -webkit-transition: none;
  transition: none;
}
.p-contact__content__link:hover {
  color: #FF9425;
}
.p-contact__content__link::before {
  content: "";
  display: block;
  width: 40px;
  height: 55px;
  background: no-repeat 50% 50%/contain;
}
@media screen and (max-width: 766px) {
  .p-contact__content__link::before {
    width: 24px;
  }
}
.p-contact__content__link._tel::before {
  background-image: url("../img/icon-phone.svg");
}
.p-contact__content__link._tel:hover::before {
  background-image: url("../img/icon-phone_or.svg");
}

.p-contact__form {
  width: 70%;
  max-width: 800px;
  margin: 70px auto 0 auto;
  letter-spacing: initial;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .p-contact__form {
    margin-top: 50px;
  }
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-contact__form {
    margin-top: 30px;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__form {
    margin-top: 30px;
    width: 100%;
  }
}
.p-contact__form li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.p-contact__form li:last-of-type {
  margin-bottom: 0;
}
.p-contact__form li div input {
  size: initial;
  width: 100%;
  padding: 5px;
  border: 1px solid #777777;
  border-radius: 6px;
}
.p-contact__form li div input.zip01 {
  width: 15%;
}
.p-contact__form li div input.zip02 {
  width: 20%;
}
.p-contact__form li div input.p-region {
  width: 20%;
}
.p-contact__form li div input.age {
  width: 20%;
}
.p-contact__form li div input.bg_year {
  width: 25%;
}
.p-contact__form li div input.bg_school {
  width: 60%;
}
.p-contact__form li div textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #777777;
  border-radius: 6px;
}
.p-contact__form li div:first-of-type {
  width: 25%;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-contact__form li div:first-of-type {
    width: 100%;
  }
}
.p-contact__form li div:last-of-type {
  width: 75%;
}
@media screen and (orientation: portrait) and (max-width: 900px) {
  .p-contact__form li div:last-of-type {
    width: 100%;
  }
}
.p-contact__form li div.must p {
  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 li div.must p::after {
  content: "必須";
  display: block;
  padding: 0 5px;
  border: 1px solid #000000;
  font-size: smaller;
  white-space: nowrap;
}

.p-contact__check {
  margin-top: 30px;
  text-align: center;
}
.p-contact__check__ttl {
  margin-bottom: 30px;
  font-size: x-large;
  font-weight: 700;
  color: #0059AD;
}
@media screen and (max-width: 766px) {
  .p-contact__check__ttl {
    margin-bottom: 20px;
    font-size: large;
  }
}
.p-contact__check__note {
  margin-top: 30px;
}
@media screen and (max-width: 766px) {
  .p-contact__check__note {
    margin-top: 20px;
  }
}
.p-contact__check__box {
  display: inline-block;
  margin: 30px 0;
  padding: 20px;
  background-color: #BBDAFA;
}
@media screen and (max-width: 766px) {
  .p-contact__check__box {
    margin: 20px 0;
    padding: 10px;
  }
}
.p-contact__check__box > p {
  display: inline-block;
}
.p-contact__check__box__note {
  margin-left: 10px;
}/*# sourceMappingURL=style.css.map */