@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1296px) {
  html {
    font-size: 1.2345679012vw;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.03em;
}

@media (hover: hover) {
  a, button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover, button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
@media screen and (hover: hover) and (max-width: 800px) {
  a:hover, button:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/* html, body {
  overflow-x: hidden;
} */

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* 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 {
  margin: 0;
}

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

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

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.75;
}

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

a {
  text-decoration: none;
  color: inherit;
}

/* 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;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll 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;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1296px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 800px) {
  .l-inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.l-section {
  margin-top: 5rem;
}

.c-btn {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.75;
  color: #FFFFFF;
  text-align: center;
  background: #0B539F;
  border: 1px solid #0B539F;
  border-radius: 1.875rem;
  padding-block: 0.375rem;
  padding-inline: 3.375rem;
  min-width: 17.25rem;
}

.c-btn::before {
  position: absolute;
  display: inline-block;
  content: "";
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.125rem;
  height: 0.9375rem;
  background: url('../../images/arrow.png') no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn.c-btn--green {
  background: #319A5B;
  border: 1px solid #319A5B;
}

@media (hover: hover) {
  .c-btn:hover {
    opacity: 1;
    background: #FFFFFF;
    color: #0B539F;
  }
  .c-btn:hover::before {
    background: url('../../images/arrow-b.png') no-repeat center/contain;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-btn.c-btn--green:hover {
    background: #FFFFFF;
    color: #319A5B;
  }
  .c-btn.c-btn--green:hover::before {
    background: url('../../images/arrow-g.png') no-repeat center/contain;
  }
}
.c-card{
  padding: 30px 20px;
  background: #FFFFFF;
}
.c-card a {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .c-card a {
    padding: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #E7E7E7;
  }
}

@media screen and (max-width: 800px) {
  .c-card:last-child a {
    border-bottom: none;
  }
}

.c-card__img {
  width: 100%;
  /* min-width: 17.8125rem; */
}

.c-card__img img {
  aspect-ratio: 285/190;
  /* height: 100%; */
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card__head {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #0B539F;
}

.c-card__company {
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 2;
  color: #3C6C54;
}

.c-card__text {
  margin-top: 0.5rem;
}

.c-card02 a {
  display: inline-block;
  background: #FFFFFF;
  border-radius: 1.25rem;
  padding: 2rem 1.5rem;
  height: 100%;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 800px) {
  .c-card02 a {
    padding: 1rem;
    border-radius: 1rem;
  }
}

.c-card02__img {
  width: 100%;
}

.c-card02__img img {
  aspect-ratio: 240/160;
  -o-object-fit: cover;
     object-fit: cover;
  /* height: 100%; */
}

.c-card02__head {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .c-card02__head {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}

.c-card03 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.375rem;
  background: #FFFFFF;
  border: 1px solid #ACACAC;
  padding: 2rem 2.5rem;
}
@media screen and (max-width: 800px) {
  .c-card03 a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 1rem;
    gap: 1rem;
  }
}

.c-card03__body {
  display: grid;
  place-content: baseline;
  gap: 1.75rem;
}

.c-card03__text {
  text-align: left;
}

.c-card03__img {
  width: 18.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .c-card03__img {
    width: 100%;
  }
}

.c-card03__img img {
  aspect-ratio: 300/200;
  -o-object-fit: cover;
     object-fit: cover;
  /* height: 100%; */
}


.c-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 800px) {
  .c-cards {
    grid-template-columns: 1fr;
  }
}

/* .c-cards__item:nth-child(-n+3) {
  border-bottom: 1px solid #E7E7E7;
}
@media screen and (max-width: 800px) {
  .c-cards__item:nth-child(-n+3) {
    border-bottom: none;
  }
}

.c-cards__item:nth-child(3n+2) {
  border-left: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
}
@media screen and (max-width: 800px) {
  .c-cards__item:nth-child(3n+2) {
    border-left: none;
    border-right: none;
  }
} */

.c-cards02 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem 1.9375rem;
}
@media screen and (max-width: 800px) {
  .c-cards02 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}

.c-section-title {
  display: inline-block;
  font-family: "Noto Sans JP", serif;
  font-size: 30px;
  line-height: 1.1428571429;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .c-section-title {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}

.c-section-title__en {
  position: relative;
  display: block;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  color: #3C6C54;
  margin-bottom: 1rem;
}
@media screen and (max-width: 800px) {
  .c-section-title__en {
    margin-inline: auto;
  }
}

/* .c-section-title__en::before {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1rem;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#0B539F), color-stop(50%, #0B539F), color-stop(50%, #E14D7D), to(#E14D7D));
  background: linear-gradient(to right, #0B539F 0%, #0B539F 50%, #E14D7D 50%, #E14D7D 100%);
} */

.c-section-title.c-section-title--centr {
  text-align: center;
}

.c-section-title.c-section-title--centr .c-section-title__en {
  margin-inline: auto;
}

.c-section-title.c-section-title--white {
  color: #FFFFFF;
}

.c-section-title.c-section-title--white .c-section-title__en {
  color: #FFFFFF;
}

.c-section-title.c-section-title--white .c-section-title__en::before {
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(50%, #FFFFFF), color-stop(50%, #E14D7D), to(#E14D7D));
  background: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 50%, #E14D7D 50%, #E14D7D 100%);
}

.p-aboutus__wrap {
  position: relative;
  height: 34rem;
}
@media screen and (max-width: 800px) {
  .p-aboutus__wrap {
    height: auto;
    height: initial;
  }
}

.p-aboutus__body {
  width: 40rem;
  top: 4rem;
  right: 0;
  padding: 1.5rem 2rem 2rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
  z-index: 10;
  position: absolute;
}
@media screen and (max-width: 800px) {
  .p-aboutus__body {
    width: 100%;
    position: static;
    padding: 1.5rem 1rem 2rem;
  }
}

.p-aboutus__text {
  margin-top: 1.5rem;
}
@media screen and (max-width: 800px) {
  .p-aboutus__text {
    margin-top: 1rem;
    max-width: 36.25rem;
    margin-inline: auto;
  }
}

.p-aboutus__head {
  margin-top: 1.25rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #0B539F;
}
@media screen and (max-width: 800px) {
  .p-aboutus__head {
    text-align: center;
  }
}

.p-aboutus__list {
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 800px) {
  .p-aboutus__list {
    margin-top: 2rem;
    gap: 0.625rem;
  }
}

.p-aboutus__item {
  width: 10rem;
}

.p-aboutus__item img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-aboutus__btn {
  margin-top: 2rem;
}
@media screen and (max-width: 800px) {
  .p-aboutus__btn {
    text-align: center;
  }
}

.p-aboutus__img {
  margin-left: -3.75rem;
  width: 46.25rem;
  z-index: 5;
}
@media screen and (max-width: 800px) {
  .p-aboutus__img {
    width: 100%;
    margin-left: 0;
  }
}

.p-aboutus__img img {
  aspect-ratio: 740/403;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-business {
  background: #F2F2F2;
  text-align: center;
  padding-top: 3.625rem;
  padding-bottom: 5rem;
}

.p-business__head {
  margin-top: 2rem;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.2727272727;
  color: #0B539F;
}

.p-business__wrap {
  margin-top: 4rem;
}
@media screen and (max-width: 800px) {
  .p-business__wrap {
    margin-top: 3.375rem;
  }
}

.p-business__cards {
  margin-top: 2rem;
  padding-inline: 1.5rem;
}
@media screen and (max-width: 800px) {
  .p-business__cards {
    padding-inline: 0;
  }
}

.p-business__btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 800px) {
  .p-business__btn {
    margin-top: 1.5rem;
  }
}

.p-business__list {
  margin-top: 1.5rem;
  display: grid;
  gap: 1.5rem;
  width: 62.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 800px) {
  .p-business__list {
    width: 100%;
    max-width: 31.25rem;
  }
}

.p-company__inner {
  position: relative;
  min-height: 25.1875rem;
}

.p-company__inner::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  right: 1.5625rem;
  width: 46.25rem;
  height: 25.1875rem;
  background: url('../../images/company-img.jpg') no-repeat center/cover;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  .p-company__inner::before {
    right: 0;
    width: 100%;
    height: 12.75rem;
    background: url('../../images/company-img-sp.jpg') no-repeat center/cover;
  }
}

.p-company__body {
  position: relative;
  padding-top: 4.625rem;
  width: 37.8125rem;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .p-company__body {
    width: 100%;
    padding-top: 14.6875rem;
  }
}

.p-company__text {
  margin-top: 1.5rem;
}
@media screen and (max-width: 800px) {
  .p-company__text {
    margin-top: 1rem;
  }
}

.p-company__btn {
  margin-top: 1.5rem;
}
@media screen and (max-width: 800px) {
  .p-company__btn {
    margin-top: 2rem;
    text-align: center;
  }
}

.p-contact {
  background: #0B539F;
  padding-top: 5rem;
  padding-bottom: 4.875rem;
}

.p-contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8.375rem;
}
@media screen and (max-width: 800px) {
  .p-contact__inner {
    display: block;
    text-align: center;
  }
}

.p-contact__head {
  width: 17.1875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .p-contact__head {
    width: 100%;
  }
}

.p-contact__text {
  margin-top: 1.5rem;
  color: #FFFFFF;
}
@media screen and (max-width: 800px) {
  .p-contact__text {
    margin-top: 1rem;
    width: 17.25rem;
    margin-inline: auto;
    text-align: left;
  }
}

.p-contact__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6.875rem;
  padding-top: 0.9375rem;
}
@media screen and (max-width: 800px) {
  .p-contact__body {
    margin-top: 2rem;
    display: block;
    height: auto;
    height: initial;
    padding-top: 0;
  }
}

.p-contact__mail {
  text-align: center;
  border-right: 1px solid #FFFFFF;
  padding-right: 6.4375rem;
}
@media screen and (max-width: 800px) {
  .p-contact__mail {
    border-right: none;
    padding-right: 0;
  }
}

.p-contact__titel {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 1.5rem;
}
@media screen and (max-width: 800px) {
  .p-contact__titel {
    font-size: 1.25rem;
  }
}

.p-contact__btn {
  margin-top: 1.5rem;
}
@media screen and (max-width: 800px) {
  .p-contact__btn {
    margin-top: 2rem;
  }
}

.p-contact__tel {
  text-align: center;
  padding-left: 4rem;
  color: #FFFFFF;
}
@media screen and (max-width: 800px) {
  .p-contact__tel {
    padding-left: 0;
    margin-top: 4rem;
  }
}

.p-contact__number {
  margin-top: 0.25rem;
}

.p-contact__number a {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .p-contact__number a {
    font-size: 2rem;
  }
}

.p-contact__label {
  font-size: 1.5rem;
  line-height: 1.1666666667;
}
@media screen and (max-width: 800px) {
  .p-contact__label {
    font-size: 1.125rem;
  }
}

.p-contact__hours {
  margin-top: 0.375rem;
}

.p-footer {
  margin-top: 3.375rem;
  padding-bottom: 1.125rem;
}
@media screen and (max-width: 800px) {
  .p-footer {
    margin-top: 5rem;
    padding-bottom: 0.75rem;
  }
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.5rem;
}
@media screen and (max-width: 800px) {
  .p-footer__inner {
    display: block;
    max-width: 25rem;
  }
}

.p-footer__info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-footer__logo {
  display: inline-block;
  width: 20rem;
}

.p-footer__logo img {
  aspect-ratio: 320/60;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__address,
.p-footer__tel {
  /* margin-top: 1.5rem; */
  color: #0B539F;
  font-style: normal;
}
@media screen and (max-width: 800px) {
  .p-footer__address,
  .p-footer__tel {
    padding-inline: 2.5rem;
  }
}

.p-footer__btn {
  margin-top: 1.5rem;
}
@media screen and (max-width: 800px) {
  .p-footer__btn {
    text-align: center;
  }
}

.p-footer__btn .c-btn::before {
  display: none;
}

@media screen and (max-width: 800px) {
  .p-footer__nav-wrap {
    margin-top: 2.5rem;
  }
}

.p-footer__nav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 0.5rem;
}
@media screen and (max-width: 800px) {
  .p-footer__nav-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 0;
  }
}

.p-footer__nav-item a {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  color: #0B539F;
}
@media screen and (max-width: 800px) {
  .p-footer__nav-item a {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-footer__copyright {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 2;
  color: #999999;
}
@media screen and (max-width: 800px) {
  .p-footer__copyright {
    margin-top: 3.375rem;
    font-size: 0.625rem;
    line-height: 2.8;
  }
}

.p-fv {
  position: relative;
}
.top_slide{
  padding-top: 95px;
  position: relative;
}
.p-fv__inner {
  max-width: 85.375rem;
  padding-left: 0;
  padding-right: 0;
  height: 46rem;
  position: relative;
  margin-top: 6rem;
}

.p-fv__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}

.p-fv__arrow-btn {
  border: none;
  color: #0B539F;
  padding: 0.5rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 5rem;
  cursor: pointer;
  transition: background 0.3s;
  background: #fff;
}
.splide__arrow--prev{
  border-radius:0 10px 10px 0;
}
.splide__arrow--next{
  border-radius:10px 0 0 10px;
}
.p-fv__arrow-btn:hover {
  background: #eaf1fa;
}

.p-fv__arrow-svg-ico {
  display: block;
  width: 24px;
  height: 40px;
}

.p-fv__arrow-svg-ico--reverse {
  transform: scaleX(-1);
}

.p-fv__arrows button {
  border: none;
  color: #0B539F;
  font-size: 2rem;
  padding: 0.5rem;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .p-fv__inner {
    margin-top: 4rem;
    height: auto;
    height: initial;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .top_slide {
    padding-top: 65px;
  }
  .p-fv__arrow-btn {
    padding: 5px;
    width: 2rem;
    height: 4rem;
  }
  .splide__arrow--prev{
    border-radius:0 5px 5px 0;
  }
  .splide__arrow--next{
    border-radius:5px 0 0 5px;
  }
}

.p-fv__splide {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .p-fv__splide {
    width: 100%;
  }
}

/* .p-fv__slide {
  aspect-ratio: 1147/648;
} */

.p-fv__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-fv__pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 2.5rem;
}
@media screen and (max-width: 800px) {
  .p-fv__pagination {
    bottom: auto;
    bottom: initial;
    margin-top: 1.25rem;
  }
}

.p-fv__pagination .splide__pagination {
  gap: 1rem;
}

.p-fv__pagination .splide__pagination .splide__pagination__page {
  width: 0.625rem;
  height: 0.625rem;
  background: #999999;
  border-radius: 100%;
  opacity: 1;
}

.p-fv__pagination .splide__pagination .splide__pagination__page.is-active {
  background: #0B539F;
}

.p-fv__message {
  position: absolute;
  right: 3.75rem;
  bottom: 0;
  width: 25rem;
  height: 25rem;
  background: #0B539F;
  color: #FFFFFF;
  z-index: 2;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 800px) {
  .p-fv__message {
    position: relative;
    margin-top: 3.625rem;
    width: 100%;
    height: auto;
    height: initial;
    aspect-ratio: 1/1;
    right: auto;
    right: initial;
    bottom: auto;
    bottom: initial;
    max-width: 31.25rem;
    margin-inline: auto;
  }
}

.p-fv__catch {
  position: relative;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.7142857143;
}

.p-fv__catch::before {
  content: "Make up";
  font-family: "Ephesis", cursive;
  position: absolute;
  display: inline-block;
  width: 21.5625rem;
  top: -2.8125rem;
  right: -1.75rem;
  font-size: 6.875rem;
  font-weight: 400;
  line-height: 1.7909090909;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, .2);
}
@media screen and (max-width: 800px) {
  .p-fv__catch::before {
    font-size: 5rem;
    line-height: 2.4625;
    right: -5.0625rem;
    top: -2.0625rem;
  }
}

.p-fv__text {
  margin-top: 1rem;
  line-height: 1.75;
  position: relative;
}

.p-globalsupport .p-aboutus__wrap {
  height: 36.5rem;
}
@media screen and (max-width: 800px) {
  .p-globalsupport .p-aboutus__wrap {
    height: auto;
    height: initial;
  }
}

.p-header {
  position: fixed;
  top: 0;
  z-index: 99998;
  background: #FFFFFF;
  width: 100%;
}

.p-header__inner {
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 3.75rem;
}
@media screen and (max-width: 1415px) {
  .p-header__inner {
    padding-inline: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .p-header__inner {
    height: 4rem;
    padding-inline: 1rem;
  }
}

.p-header__logo {
  width: 20rem;
}

@media screen and (max-width: 900px) {
  .p-header__logo {
    width: 16rem;
  }
}
@media screen and (max-width: 800px) {
  .p-header__logo {
    position: relative;
    width: 13.1875rem;
    z-index: 1000002;
  }
}

.p-header__logo img {
  aspect-ratio: 320/60;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__hamburger {
  display: none;
}
@media screen and (max-width: 800px) {
  .p-header__hamburger {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#1E6FD9), to(#0B539F));
    background: linear-gradient(90deg, #1E6FD9 0%, #0B539F 100%);
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.375rem;
    z-index: 1000002;
  }
}

.p-header__hamburger span {
  width: 1.25rem;
  height: 1px;
  background: #FFFFFF;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburger.open span {
  position: absolute;
}

.p-header__hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-header__hamburger.open span:nth-child(2) {
  display: none;
}

.p-header__hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.js-fixed {
  overflow: hidden;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  gap:10px;
}
@media screen and (max-width: 800px) {
  .p-header__nav {
    display: block;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    max-height: 100dvh;
    z-index: 1000001;
    overflow: auto;
    padding-block: 5.875rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}

.p-header__nav.is-open {
  opacity: 1;
  visibility: visible;
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
@media screen and (max-width: 800px) {
  .p-header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    height: initial;
  }
}

.p-header__item {
  height: inherit;
  height: inherit;
  line-height: 1.2;
}
.p-header__item br {
  display: none;
}
@media screen and (max-width: 1050px) {
  .p-header__item br{
    display: block;

  }
}
@media screen and (max-width: 800px) {
  .p-header__item {
    width: 100%;
  }
  .p-header__item br{
    display: none;

  }
}

.p-header__link {
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-weight: 700;
  color: #0B539F;
  height: inherit;
  line-height: 1.2;
}
@media screen and (max-width: 1415px) {
  .p-header__link {
    font-size: 12px;
  }
}
@media screen and (max-width: 950px) {
  .p-header__link {
    padding: 5px;
  }
}
@media screen and (max-width: 800px) {
  .p-header__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    font-size: 16px;
  }
}

.p-header__item .arrow::after {
  margin-bottom: -0.1875rem;
  display: inline-block;
  content: "";
  width: 0.875rem;
  height: 0.5rem;
  background: url('../../images/arrow02.png') no-repeat center/contain;
}

.p-header__sub-list {
  position: absolute;
  padding: 0.625rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}
@media screen and (max-width: 800px) {
  .p-header__sub-list {
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: center;
    background: #F2F2F2;
    display: none;
  }
}

.p-header__sub-item a {
  display: block;
  padding: 0.5rem;
  font-weight: 700;
  color: #0B539F;
}

.js-item.is-open + .js-sub-list {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .js-item.is-open + .js-sub-list {
    display: block;
  }
}

.p-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#1E6FD9), to(#0B539F));
  background: linear-gradient(90deg, #1E6FD9 0%, #0B539F 100%);
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 6.875rem;
  padding: 0.625rem 1.875rem;
  height: 2.4375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .p-header__contact {
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  .p-header__contact {
    margin-top: 1.25rem;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
  }
}

.p-header__contact::after {
  display: inline-block;
  content: "";
  width: 1.125rem;
  height: 0.875rem;
  background: url('../../images/icon-mail.png') no-repeat center/contain;
  margin-left: 0.5rem;
}

@media (hover: hover) {
  .p-header__contact:hover {
    opacity: 1;
    background: -webkit-gradient(linear, left top, right top, from(#0B539F), to(#1E6FD9));
    background: linear-gradient(90deg, #0B539F 0%, #1E6FD9 100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.p-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
}
@media screen and (max-width: 800px) {
  .p-news__inner {
    display: block;
  }
}

.p-news__btn {
  margin-top: 4rem;
}
@media screen and (max-width: 800px) {
  .p-news__btn {
    margin-top: 2rem;
    text-align: center;
  }
}

.p-news__list {
  border-top: 1px solid #0B539F;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .p-news__list {
    margin-top: 4rem;
  }
}

.p-news__item {
  border-bottom: 1px solid #0B539F;
}

.p-news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding-block: 1.125rem;
  padding-right: 1.125rem;
  color: #0B539F;
}
@media screen and (max-width: 800px) {
  .p-news__item a {
    display: block;
    padding-right: 0;
    padding-block: 1rem;
  }
}

.p-news__date {
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 800px) {
  .p-news__date {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-news__text {
  font-weight: 400;
}

.p-recruit {
  background: linear-gradient(45deg, #F5F9FF 0%, #EBF4FF 100%);
  padding-block: 4rem;
}
@media screen and (max-width: 800px) {
  .p-recruit {
    padding-block: 5rem;
  }
}

.p-recruit__imgBox {
  height: 27.8125rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .p-recruit__imgBox {
    height: 17rem;
    max-width: 31.25rem;
    margin-inline: auto;
  }
}

.p-recruit__img01 {
  width: 52.375rem;
}
@media screen and (max-width: 800px) {
  .p-recruit__img01 {
    width: 22.4375rem;
    margin-left: -1rem;
  }
}

.p-recruit__img01 img {
  aspect-ratio: 838/400;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .p-recruit__img01 img {
    aspect-ratio: 359/172;
  }
}

.p-recruit__img02 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 29.9375rem;
}
@media screen and (max-width: 800px) {
  .p-recruit__img02 {
    width: 13rem;
    margin-right: -1rem;
  }
}

.p-recruit__img02 img {
  aspect-ratio: 479/319;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .p-recruit__img02 img {
    aspect-ratio: 208/139;
  }
}

.p-recruit__body {
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
  padding: 30px 60px;
}
.p-recruit__txt{
  width: calc(100% - 400px);
}
.p-recruit__img{
  width: 360px;
}
.p-recruit__text {
  margin-top: 1.5rem;
  /* width: 36rem; */
  margin-inline: auto;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .p-recruit__body{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
  }
  .p-recruit__text {
    width: 100%;
  }
  .p-recruit__txt {
    width: 100%;
  }
  .p-recruit__img {
    width: 100%;
  }
}

.p-recruit__btn {
  margin-top: 3rem;
}
@media screen and (max-width: 800px) {
  .p-recruit__btn {
    margin-top: 2.5rem;
    text-align: center;
  }
}

.p-test {
  color: red;
  font-size: 3.125rem;
}
@media screen and (max-width: 800px) {
  .p-test {
    font-size: 1.5625rem;
  }
}

.p-works {
  padding-block: 5rem;
  background: linear-gradient(45deg, #F5F9FF 0%, #EBF4FF 100%);
  text-align: center;
}

.p-works__inner {
  position: relative;
}
/* 
.p-works__inner::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: -9rem;
  left: 9.125rem;
  width: 22.125rem;
  height: 15.5rem;
  background: url('../../images/works-img.png') no-repeat center/contain;
}
@media screen and (max-width: 800px) {
  .p-works__inner::before {
    width: 11.25rem;
    height: 7.875rem;
    top: -1.875rem;
    left: -1.25rem;
  }
} */

.p-works__text {
  margin-top: 1.5rem;
  width: 40.625rem;
  margin-inline: auto;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .p-works__text {
    margin-top: 1rem;
    width: 100%;
  }
}

.p-works__wrap {
  margin-top: 1.5rem;
  margin-inline: auto;
  width: 62.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 800px) {
  .p-works__wrap {
    width: 100%;
    max-width: 31.25rem;
    margin-inline: auto;
    margin-top: 1rem;
    padding: 0 1rem 0.5rem;
  }
}

.p-works__btn {
  margin-top: 1.25rem;
}
@media screen and (max-width: 800px) {
  .p-works__btn {
    margin-top: 2.0625rem;
  }
}

.p-works__btn .c-btn {
  width: 20.375rem;
}

@media screen and (max-width: 800px) {
  .u-desktop {
    display: none;
  }
}

.js-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.js-fadeIn.fade-up {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-aboutus__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.js-fadeIn.fade-up .p-aboutus__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-fadeIn.fade-up .p-aboutus__item:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.js-fadeIn.fade-up .p-aboutus__item:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.js-fadeIn.fade-up .p-aboutus__item:nth-child(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 800px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */


.insta{
  width: 30px;
  height: 30px;
}

.insta img{
  width: 100%;
  height: auto;
}

.insta_sp{
  display: none;
}

@media screen and (max-width: 800px) {
.insta {
    display: none;
  }
  .insta_sp{
    position: fixed;
    top: 16px;
    right: 70px;
    display: block;
    width: 30px;
    height: 30px;
    z-index: 1000002;
  }
}

/*# 