@charset "UTF-8";
.grid__query__container {
  container: front-grid-container/inline-size;
} /* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  font-weight: normal;
}

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

div,
ul,
li,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

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

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino kaku Gothic ProN", Meiryo, Verdana, arial, helvetica, sans-serif;
}

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

a:visited {
  color: inherit;
}

/* A elements that don't have a class get default styles */
/* a:not([class]) {
  text-decoration-skip-ink: auto;
} */
/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

image {
  vertical-align: none !important;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: 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 {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Zen Kaku Gothic New", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: normal;
  background-color: #f1f8fb;
}

.l-global__container {
  overflow: hidden;
}

.l-section__container {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.l-footer {
  background: linear-gradient(90deg, #13324e 0%, #113764 100%);
  width: 100vw !important;
  color: #fff;
  padding: 42px 5.3333333333vw 0;
  height: 596px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    height: 520px;
    padding: 60px 6.5vw 18px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer {
    padding: 60px 13.5416666667vw 18px;
  }
}
.l-footer__container {
  display: grid;
  container: footer-grid-container/inline-size;
  grid-template: "logo logo logo" "menu menu menu" "cont cont cont" "copy copy copy";
}
@media screen and (min-width: 768px) {
  .l-footer__container {
    grid-template: "logo menu cont" "copy copy copy";
    max-width: 1042px;
    margin: 0 auto;
  }
}
.l-footer__logo {
  grid-area: logo;
  justify-self: center;
  width: 149px;
  height: 61px;
  margin-bottom: 42px;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    justify-self: start;
  }
}
.l-footer__menu {
  grid-area: menu;
  margin-bottom: 74px;
}
.l-footer .l-nav-menu__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 41px;
  row-gap: 30px;
}
@media (min-width: 390px) {
  .l-footer .l-nav-menu__items {
    column-gap: 71px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .l-nav-menu__items {
    grid-template-columns: 1fr;
    justify-self: start;
    padding-left: 13cqw;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer .l-nav-menu__items {
    padding-left: 22cqw;
  }
}
.l-footer__contact__wrapper {
  grid-area: cont;
  display: grid;
  grid-template-columns: 1fr 181px;
  gap: 56px;
}
@media screen and (min-width: 768px) {
  .l-footer__contact__wrapper {
    grid-template-columns: 258px;
    gap: 32px;
    font-size: 18px;
    justify-self: end;
  }
}
.l-footer__contact__wrapper .c-contact__tel__number {
  font-size: 21px;
}
.l-footer__copyright {
  grid-area: copy;
  align-self: end;
  font-family: YuGothic;
  font-weight: 500;
  font-size: 12px;
  font-weight: lighter;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    margin-bottom: 18px;
    margin-top: 90px;
  }
}
.l-footer__otoiawase {
  padding-bottom: 33px;
}
@media screen and (min-width: 768px) {
  .l-footer__otoiawase {
    padding-bottom: 0;
  }
}
.l-footer__tel__number {
  display: inline-block;
  margin-bottom: 57px;
}
@media screen and (min-width: 768px) {
  .l-footer__tel__number {
    margin-bottom: 75px;
  }
}
.l-footer__button-mail {
  margin-bottom: 28px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .l-footer__button-mail {
    margin-bottom: 40px;
    height: 56px;
  }
}
.l-footer__button-line {
  height: 50px;
}
@media screen and (min-width: 768px) {
  .l-footer__button-line {
    height: 56px;
  }
}
.l-footer .c-copy {
  color: #fff;
}

.l-header {
  background-color: #fff;
  width: 100%;
  height: 47px;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: auto;
    background-color: #f1f8fb;
    padding: 12px 15px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header {
    padding: 12px 30px 20px;
  }
}
.l-header__nav {
  display: flex;
  justify-content: space-between;
  container: nav-container/inline-size;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    flex-flow: column;
    max-width: 1100px;
    margin: 0 auto;
  }
}
.l-header__nav-above {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.l-header__logo {
  width: 98px;
  height: 40px;
  margin: 3px 20px;
}
@media screen and (min-width: 1024px) {
  .l-header__logo {
    width: 140px;
    height: 58px;
  }
}
.l-header__tel__number {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__tel__number.c-tel_num-br {
    display: block;
    padding-top: 15px;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__tel__number.c-tel_num-br {
    font-size: 28px;
    padding-right: 180px;
  }
}
.l-header__tel__number.c-tel_num-br::before {
  padding-top: 15px;
}
.l-header__tel__number.c-tel_num-br::after {
  padding-top: 15px;
  font-size: 16px;
  top: 0;
  left: 177px;
}
@media screen and (min-width: 1024px) {
  .l-header__tel__number.c-tel_num-br::after {
    font-size: 18px;
    left: 250px;
  }
}
.l-header__menu {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__menu {
    display: grid;
  }
}
.l-header .l-nav-menu__items {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header .l-nav-menu__items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    justify-items: center;
  }
}
.l-header .l-nav__item {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-header .l-nav__item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 38px;
  background-color: #13334e;
  top: 10px;
  left: 0px;
}
.l-header .l-nav__item:nth-child(4)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 38px;
  background-color: #13334e;
  top: 10px;
  right: 0px;
}
.l-header .l-nav__item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.l-header__otoiawase {
  height: 56px;
}
@media screen and (min-width: 768px) {
  .l-header__otoiawase {
    width: 18.7vw;
    margin-left: 1.9vw;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__otoiawase {
    width: 17.7083333333vw;
    max-width: 255px;
    margin-left: 3.2638888889vw;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__otoiawase.c-button a {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__hamburger.c-hamburger {
    display: none;
  }
}
.l-header .c-tel_num-w {
  font-size: 24px;
}

.l-nav__menu__items {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Zen Kaku Gothic New", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.l-nav__item > a {
  white-space: nowrap !important;
}

.c-button {
  border-radius: 2px;
  container: button-container/inline-size;
}
.c-button.-grad {
  color: #fff;
  background: linear-gradient(90deg, #155076 0%, #156c9b 62.98%, #0b7a9e 100%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12);
}
.c-button.-white {
  color: #113763;
  background: #ffffff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
}
.c-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  font-size: 16px;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  max-width: 355px;
  min-width: 150px;
  text-align: left;
}
@container footer-grid-container (min-width: 900px) {
  .c-button a {
    font-size: 18px;
    height: 56px;
  }
}
.c-button a:hover {
  text-decoration: none;
}
.c-button__contact.-mail {
  position: relative;
}
.c-button__contact.-mail::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  left: 0;
  top: -15px;
}
@media screen and (min-width: 768px) {
  .c-button__contact.-mail::before {
    top: -20px;
  }
}
.c-button__contact.-mail::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  bottom: -15px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-button__contact.-mail::after {
    bottom: -20px;
  }
}
.c-button__link-mail, .c-button__link-line {
  position: relative;
  padding-left: 32px;
}
@container button-container (min-width: 900px) {
  .c-button__link-mail, .c-button__link-line {
    padding-left: 40px;
  }
}
.c-button__link-mail::before, .c-button__link-line::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url("../images/icon_mail.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 22px;
  width: 19px;
  height: 15px;
}
@media screen and (min-width: 768px) {
  .c-button__link-mail::before, .c-button__link-line::before {
    left: 40px;
    width: 26px;
    height: 21px;
  }
}
.c-button__link-line::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url("../images/icon_line.png");
  background-size: contain;
  left: 22px;
  width: 21px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .c-button__link-line::before {
    left: 40px;
    width: 29px;
    height: 27px;
  }
}
.c-button__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50px;
  left: 595px;
  top: 2907px;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
}
.c-button__circle .p-arrow-r {
  width: 52.8571428571%;
}
@media screen and (min-width: 768px) {
  .c-button__circle {
    width: clamp(32px, 4.8611111111vw, 70px);
    height: clamp(32px, 4.8611111111vw, 70px);
  }
}
.p-case__insta .c-button__link {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 21px;
  align-items: center;
  padding-left: 37px;
}
.p-case__insta .c-button__link::before {
  justify-self: end;
  padding-top: 5px;
  content: url("../images/insta.png");
}
.p-case__insta .c-button__link::after {
  content: "";
}

.c-balloon {
  display: grid;
  align-items: center;
  justify-items: center;
}
.c-balloon > * {
  grid-area: 1/-1;
}
.c-balloon__word {
  font-family: "Tsukushi B Round Gothic";
  font-weight: 700;
  font-size: 42px;
  line-height: 62px;
  color: #13334e;
}

.p-breadcrumbs {
  font-family: "YuGothic";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #13334e;
  padding-left: 20px;
  margin: 24px 0 50px;
}
@media screen and (min-width: 768px) {
  .p-breadcrumbs {
    padding-left: clamp(20px, 5.9027777778vw, 85px);
  }
}

.c-ani__box-fadeUp .char {
  display: inline-block;
  transform: translateY(1em);
  opacity: 0;
  transition: all 0.2s ease-in;
}
.c-ani__box-fadeUp.is-animated .char {
  transform: translateY(0);
  opacity: 1;
}

.c-ani__box-fadeUp.is-animated .char:nth-child(1) {
  transition-delay: 0.05s;
}

.c-ani__box-fadeUp.is-animated .char:nth-child(2) {
  transition-delay: 0.1s;
}

.c-ani__box-fadeUp.is-animated .char:nth-child(3) {
  transition-delay: 0.15s;
}

.c-ani__box-fadeUp.is-animated .char:nth-child(4) {
  transition-delay: 0.2s;
}

.c-ani__box-fadeUp.is-animated .char:nth-child(5) {
  transition-delay: 0.25s;
}

.c-ani__box-fadeUp.is-animated .char:nth-child(6) {
  transition-delay: 0.3s;
}

.c-ani__box-fadeUp.is-animated .char:nth-child(7) {
  transition-delay: 0.35s;
}

.c-ani__box-fadeUp.is-animated .char:nth-child(8) {
  transition-delay: 0.4s;
}

.c-ani__box-fadeUp.is-animated .char:nth-child(9) {
  transition-delay: 0.45s;
}

.c-ani__box-fadeUp.is-animated .char:nth-child(10) {
  transition-delay: 0.5s;
}

.c-ani__box-fadeUp.is-animated .char:nth-child(11) {
  transition-delay: 0.55s;
}

.c-ani__box-fadeUp.is-animated .char:nth-child(12) {
  transition-delay: 0.6s;
}

.c-fadeUp {
  opacity: 0;
  visibility: hidden;
}
.c-fadeUp.is-animated {
  animation: fadeUp 1s forwards !important;
  opacity: 0;
}
.c-fadeUp.-delay {
  animation-delay: 0.3s !important;
}

.c-fadeUp01 {
  opacity: 0;
  visibility: hidden;
}
.c-fadeUp01.is-animated {
  animation: fadeUp01 1s forwards !important;
  opacity: 0;
}
.c-fadeUp01.-delay {
  animation-delay: 0.3s !important;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(1em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes fadeUp01 {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(1em);
  }
  100% {
    opacity: 0.1;
    transform: translateY(0);
    visibility: visible;
  }
}
@media screen and (min-width: 768px) {
  .c-full {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.c-hamburger {
  width: 47px;
  height: 47px;
  display: flex;
  transition: all 0.4s;
}
@media screen and (min-width: 1024px) {
  .c-hamburger {
    display: none !important;
  }
}
.c-hamburger.is-active {
  visibility: hidden;
  opacity: 0;
}

.c-hamburger__menu {
  position: relative;
  opacity: 1;
  z-index: 100;
}
.c-hamburger__menu div {
  width: 28px;
  height: 2px;
  background-color: #13334e;
  margin: 0 auto 6px;
  transition: all 0.3s ease-out !important;
}
.c-hamburger__menu div:last-child {
  margin-bottom: 0;
}
.c-hamburger__menu.is-active {
  opacity: 0;
}

.c-hamburger__close {
  width: 28px;
  height: 28px;
  justify-self: end;
  margin-right: 20px;
}
.c-hamburger__close > div {
  position: absolute;
  width: 28px;
  height: 2px;
  background-color: #13334e;
}
.c-hamburger__close > div:first-child {
  transform: rotate(45deg);
}
.c-hamburger__close > div:last-child {
  transform: rotate(-45deg);
}

.swiper-container {
  width: 100%;
  height: 445px;
  max-width: 335px;
  margin: 0 auto !important;
  overflow: visible !important;
}
@media screen and (min-width: 768px) {
  .swiper-container {
    height: 44.375vw;
    max-width: 76.3888888889vw;
  }
}

.swiper-slide {
  width: 100%;
  height: 100%;
  overflow: visible;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}

.mainvisual {
  overflow-x: hidden;
  background-color: #f1f8fb;
  position: relative;
  padding-top: 6px;
  padding-bottom: 76px; /*ここでページネーションのためのマージンを決定*/
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 30px; /*ここでページネーションの上下位置を決定*/
  left: 0;
  width: 100%;
}

/* ページネーションのサイズと色 */
.swiper-pagination {
  height: 30px;
  width: 30px;
}

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

.c-tel_num-w {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  padding-left: 22px;
}
@media screen and (min-width: 768px) {
  .c-tel_num-w {
    font-size: 28px;
    padding-left: 30px;
  }
}
.c-tel_num-w::before {
  content: "";
  position: absolute;
  background-image: url("../images/icon_tel-w.png");
  border-image-repeat: no-repeat;
  background-size: contain;
  width: 14.07px;
  height: 19px;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .c-tel_num-w::before {
    width: 20px;
    height: 27px;
  }
}
.c-tel_num-w::after {
  content: "(受付 9:00〜18:00)";
  position: absolute;
  top: 27px;
  left: 22px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
}
@media screen and (min-width: 768px) {
  .c-tel_num-w::after {
    font-size: 18px;
    top: 30px;
    left: 32px;
  }
}

.c-tel_num-br {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  padding-left: 22px;
  color: #13334e;
}
@media screen and (min-width: 768px) {
  .c-tel_num-br {
    font-size: 28px;
    padding-left: 30px;
  }
}
.c-tel_num-br::before {
  content: url("../images/icon_tel-b.png");
  position: absolute;
  left: 0;
  top: 0;
}
.c-tel_num-br::after {
  content: "(受付 9:00〜18:00)";
  position: absolute;
  top: 0px;
  right: 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
}
@media screen and (min-width: 768px) {
  .c-tel_num-br::after {
    font-size: 18px;
    top: 30px;
    left: 32px;
  }
}

.c-text-background-color {
  display: grid;
  align-items: center;
  justify-items: center;
  height: 36px;
  background: #0b7a9e;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 8px;
}

.c-text__grad {
  background: linear-gradient(90deg, #13334e 0%, #156a9a 40.69%, #0a7a9d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.c-section__title__wrapper {
  margin-bottom: 76px;
}
@media screen and (min-width: 768px) {
  .c-section__title__wrapper {
    padding-left: 8.3333333333vw;
  }
}
.c-section__title__wrapper.-sm_pdding {
  padding-left: 20px;
}
.c-section__title__wrapper.-no_pdding {
  padding-left: 0px;
}
.c-section__title {
  position: relative;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-size: 29px;
  letter-spacing: 0.001em;
}
@media (min-width: 390px) {
  .c-section__title {
    font-size: clamp(34px, 9.0666666667vw, 50px);
  }
}
@media screen and (min-width: 768px) {
  .c-section__title {
    font-size: 60px;
  }
}
.c-section__title::before {
  position: absolute;
  top: -0.55em;
  left: 0px;
  content: "";
  height: 1.6px;
  width: 28.3582089552cqw;
  background-color: #13334e;
}
@media screen and (min-width: 768px) {
  .c-section__title::before {
    top: -0.35em;
    width: 2em;
  }
}
.c-section__title::after {
  position: absolute;
  top: -0.55em;
  left: 0px;
  content: "";
  height: 1.6px;
  width: 100%;
  background-color: #000;
  opacity: 0.12;
}
@media screen and (min-width: 768px) {
  .c-section__title::after {
    top: -0.35em;
  }
}
.c-section__title-sub {
  font-weight: 700;
  font-size: 14px;
  font-size: 3.7333333333vw;
  color: #13334e;
}
@media screen and (min-width: 768px) {
  .c-section__title-sub {
    font-size: 20px;
    align-self: end;
    padding-left: 30px;
    padding-bottom: 12px;
  }
}

.c-title {
  position: relative;
}
.c-title::after {
  position: absolute;
  bottom: calc(-1em - 17px);
  left: 0px;
  font-weight: 700;
  font-size: 14px;
  font-size: 3.7333333333vw;
  -webkit-text-fill-color: #13334e;
}
.p-corporation__title .c-title::after {
  content: "企業理念";
}
.p-service__title .c-title::after {
  content: "事業紹介";
}
.p-case__title .c-title::after {
  content: "実績紹介";
}
.p-greeting__title .c-title::after {
  content: "ご挨拶";
}
.p-company__title .c-title::after {
  content: "会社概要";
}
.p-contact__title .c-title::after {
  content: "お問い合わせ";
}
@media screen and (min-width: 768px) {
  .c-title::after {
    font-size: 20px;
    padding-left: 30px;
    left: 100%;
    width: 100%;
    bottom: 0.55em;
  }
}

.slidein,
.fadein {
  opacity: 0;
}

.c-anim-box.slidein.is-animated {
  animation-name: slideIn;
  animation-duration: 1s !important;
  animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1) !important;
  animation-iteration-count: 1 !important;
  animation-fill-mode: forwards !important;
}
.c-anim-box.slidein.is-animated.-delay {
  animation-delay: 0.3s !important;
}
.c-anim-box.slidein.is-animated.-delay-m {
  animation-delay: 0.7s !important;
}
.c-anim-box.slidein.is-animated.-delay-l {
  animation-delay: 1s !important;
}
.c-anim-box.slidein.is-animated.-delay-xl {
  animation-delay: 1.4s !important;
}
.c-anim-box.istretch.is-animated {
  animation: istretch 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards !important;
}
.c-anim-box.istretch.is-animated.-delay {
  animation-delay: 0.3s !important;
}
.c-anim-box.istretch.is-animated.-delay-m {
  animation-delay: 0.7s !important;
}
.c-anim-box.istretch.is-animated.-delay-l {
  animation-delay: 1s !important;
}
.c-anim-box.istretch.is-animated.-delay-xl {
  animation-delay: 1.4s !important;
}
.c-anim-box.fadein.is-animated {
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards !important;
}
.c-anim-box.fadein.is-animated.-delay {
  animation-delay: 0.3s !important;
}
.c-anim-box.fadein.is-animated.-delay-m {
  animation-delay: 0.7s !important;
}
.c-anim-box.fadein.is-animated.-delay-l {
  animation-delay: 1s !important;
}
.c-anim-box.fadein.is-animated.-delay-xl {
  animation-delay: 1.4s !important;
}

@keyframes slideIn {
  0% {
    transform: translateX(40%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes istretch {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-logo__img {
  height: 45px;
}
@media screen and (min-width: 1024px) {
  .c-logo__img {
    height: 53px;
  }
}

.p-card-wrapper {
  container-type: inline-size;
}
@media screen and (min-width: 768px) {
  .p-card-wrapper {
    margin-left: -40px;
  }
}

.p-card {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5.1388888889vw;
}

.p-card__thumb {
  flex: 0 0 224px;
  margin-right: -7px;
}
.p-card__thumb > img {
  width: 97.3333333333vw;
  height: 59.7333333333vw;
  object-fit: cover;
  margin: 0 auto;
}
@container corporation-container (min-width: 1200px) {
  .p-card__thumb > img {
    width: 46.5972222222vw;
    height: 47.8472222222vw;
  }
}

.p-card__title {
  font-weight: 700;
  font-size: 5.6vw;
  letter-spacing: 0.0035em;
  margin-left: -10px;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-card__title {
    font-size: 2.7cqw;
  }
}
@container corporation-container (min-width: 1024px) {
  .p-card__title {
    margin-bottom: 50px;
    margin-left: -15px;
  }
}

.p-card__content {
  flex: 1;
}

@container (min-width: 728px) {
  .p-card {
    flex-direction: row;
  }
  .p-card__thumb {
    flex: 0 0 46.5972222222vw;
    align-self: flex-start;
  }
}
.p-case__insta__container {
  width: calc(100% - 20px);
  max-width: 1048px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-case__insta__container {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1024px) {
  .p-case__insta__container {
    width: calc(100% - 392px);
  }
}

@media screen and (min-width: 768px) {
  #sbi_images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0px !important;
    gap: 38px;
  }
}

@media screen and (min-width: 768px) {
  #sb_instagram.sbi_mob_col_2 #sbi_images .sbi_item {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
    height: auto;
  }
}

#sb_instagram .sbi_follow_btn a {
  color: #fff;
  background: linear-gradient(90deg, #155076 0%, #156c9b 62.98%, #0b7a9e 100%) !important;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12);
  width: 280px;
  height: 64px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
}

.p-contact {
  background-color: #fff;
}
.p-contact__grid__container {
  display: grid;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-contact__grid__container {
    grid-template-columns: repeat(3, 1fr);
    height: 249px;
  }
}
.p-contact__container {
  width: 1980px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 70px;
}
@media screen and (min-width: 1024px) {
  .p-contact__container {
    padding-bottom: 70px;
  }
}
.p-contact__wrapper {
  font-style: normal;
  color: #000000;
}
.p-contact__fumeiten {
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  .p-contact__fumeiten {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__fumeiten {
    margin-bottom: 77px;
  }
}
.p-contact__way {
  font-weight: 500;
  font-size: 20px;
}
.p-contact__way.c-button {
  width: 224px;
  height: 56px;
}
.p-contact__way__wrapper {
  display: grid;
  justify-items: center;
  padding: 40px 0px;
}
@media screen and (min-width: 1024px) {
  .p-contact__way__wrapper {
    grid-template-rows: 1fr auto auto;
    padding-top: 5px;
  }
}
.p-contact__way__wrapper:not(:last-child) {
  border-bottom: 1px solid rgba(19, 51, 78, 0.12);
}
@media screen and (min-width: 1024px) {
  .p-contact__way__wrapper:not(:last-child) {
    border-bottom: none;
    border-left: 1px solid rgba(19, 51, 78, 0.12);
  }
}
.p-contact__way__wrapper:last-child {
  border: none;
}
@media screen and (min-width: 1024px) {
  .p-contact__way__wrapper:last-child {
    border-left: 1px solid rgba(19, 51, 78, 0.12);
    border-right: 1px solid rgba(19, 51, 78, 0.12);
  }
}
.p-contact__way__wrapper:not(:first-child) {
  row-gap: 30px;
}
.p-contact__way__text {
  font-size: 20px;
}
.p-contact__way__text.-tel {
  padding-bottom: 5px;
}
.p-contact__way.__tel {
  font-weight: 700;
  font-size: 36px;
  color: #13334e;
}
@media screen and (min-width: 1024px) {
  .p-contact__way.__tel {
    align-self: center;
  }
}
.p-contact__way__uketukejikan {
  font-size: 18px;
}
.p-contact__content__wrapper {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-contact__content__wrapper {
    display: grid;
    height: 83px;
    gap: 22px;
    align-items: center;
    justify-items: center;
    grid-template-rows: 41px auto;
  }
}
.p-contact__icon-tel {
  width: 17px;
  height: 23px;
  margin-right: 11px;
}
@media screen and (min-width: 1024px) {
  .p-contact__icon-tel {
    width: 30px;
    height: 40.5px;
  }
}
.p-contact__icon-mail {
  width: 24px;
  height: 19px;
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .p-contact__icon-mail {
    width: 43px;
    height: 35px;
  }
}
.p-contact__icon-line {
  width: 32px;
  height: 31px;
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .p-contact__icon-line {
    width: 44px;
    height: 41px;
  }
}

.p-form {
  padding-bottom: 60px;
  /*インプットボックスの幅と高さ*/
  /*項目の行間*/
  /*『必須』と項目を横並びに*/
  /*『必須』の装飾*/
  /* チェックボックス内のitemの行間*/
  /* チェックボックス内のテキスト*/
  /* チェックボックス*/
  /* 送信ボタン*/
}
.p-form__container {
  width: 100%;
}
.p-form .snow-monkey-form {
  width: calc(100% - 20px);
  background-color: #fff;
  margin: 0 auto;
  padding: 33px 10px 30px;
}
@media screen and (min-width: 768px) {
  .p-form .snow-monkey-form {
    width: calc(100% - 240px);
    padding: 33px 8.3333333333vw 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-form .snow-monkey-form {
    width: calc(100% - 340px);
    padding: 33px 8.3333333333vw 30px;
  }
}
.p-form .smf-form .smf-item .smf-text-control__control {
  width: 100%;
  height: 56px;
}
.p-form .smf-item__col.smf-item__col--controls {
  margin-bottom: 24px;
}
.p-form .smf-item__col.smf-item__col--label {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  margin-bottom: 12px;
}
.p-form .smf-item__label__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  padding-left: 10px;
  letter-spacing: 0.02em;
}
.p-form .smf-item__description {
  order: -1;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.02em;
  color: #ffffff;
  width: 47px;
  height: 24px;
  background: #b10303;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-form .smf-label {
  padding-bottom: 18px;
}
.p-form .smf-form .smf-item .smf-checkbox-control {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  padding-left: 10px;
  letter-spacing: 0.02em;
}
.p-form .smf-form .smf-item .smf-checkbox-control__control {
  width: 24px;
  height: 24px;
}
.p-form .smf-checkboxes-control__control {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.p-form .smf-button-control__control {
  width: 280px;
  height: 64px;
  border: none;
  border-radius: 2px;
  color: #fff;
  background: linear-gradient(90deg, #155076 0%, #156c9b 62.98%, #0b7a9e 100%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12);
}
.p-form .smf-action {
  text-align: center;
}
.p-form .smf-action .smf-button-control + .smf-button-control {
  margin-left: 0;
}
.p-form .smf-button-control__control[data-action=back] {
  margin-bottom: 30px;
}

.p-company {
  font-weight: 500;
  font-size: 16px;
}
.p-company .inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
.p-company__info {
  background-color: #fff;
  padding-bottom: 50px;
}
.p-company__container {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0 50px;
  background-color: #fff;
}
.p-company__title__wrapper {
  padding: 0 20px;
}
.p-company__table {
  display: grid;
  margin: 0 10px;
  border: 1px solid #dcdcdc;
}
.p-company__table__wrapper {
  display: grid;
  grid-template-columns: 22.4vw 1fr;
}
.p-company__td {
  padding: 18px 0 18px 10px;
  line-height: 32px;
  border-bottom: 1px solid #dcdcdc;
}
.p-company__th {
  padding-top: 18px;
  text-align: center;
  background-color: #f1f8fb;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.p-corporation {
  background-image: url("../images/bgibord.png");
  background-size: cover;
  padding: 0 10px;
  font-weight: 700;
  font-size: 42px;
}
@media screen and (min-width: 768px) {
  .p-corporation {
    padding: 8.3333333333vw 40px 0;
  }
}
.p-corporation__container {
  position: relative;
  z-index: 10;
  container: corporation-container/inline-size;
}
.p-corporation__article {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}
@container corporation-container (min-width: 768px) {
  .p-corporation__article {
    font-size: 18px;
    line-height: 34px;
  }
}
.p-corporation__penki__wrapper {
  position: relative;
  container: penki-container/inline-size;
  padding-bottom: 60px;
  background-color: #fff;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .p-corporation__penki__wrapper {
    z-index: 5;
    margin-right: -5px;
  }
}
@media (min-width: 1200px) {
  .p-corporation__penki__wrapper {
    margin-top: -8cqw;
  }
}
.p-corporation__penki__roller {
  position: absolute;
  top: 2.4vw;
  right: -11.2vw;
  width: 50.1408450704vw;
}
.p-corporation__penki-sp {
  margin-top: -2px;
}
@media screen and (min-width: 1024px) {
  .p-corporation__penki-sp {
    display: none;
  }
}
.p-corporation__penki-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-corporation__penki-pc {
    margin-top: -2px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-corporation .main,
  .p-corporation .main .p-corporation {
    padding-left: 0;
  }
}
.p-corporation .p-penki__wrapper {
  display: flex;
}

@container penki-container (min-width: 900px) {
  .p-corporation__penki__roller {
    top: -1.2cqw;
    right: -5.2cqw;
    width: 25.1388888889cqw;
  }
}
.p-drawer {
  padding-top: 10px;
  background-color: #f1f8fb;
  position: fixed;
  transform: translateX(100%);
  width: 100%;
  height: 408px;
  z-index: 200;
  transition: all 0.4s !important;
}
.p-drawer.is-active {
  transform: translateX(0%);
}
.p-drawer__close-button {
  margin-bottom: 40px;
}
.p-drawer__logo__container {
  display: grid;
}
.p-drawer__logo {
  margin: 0 auto;
  width: 141px;
  height: 58px;
}
.p-drawer .l-nav-menu__items {
  display: grid;
  grid-template-columns: 96px 1fr;
  column-gap: 62px;
  row-gap: 44px;
  padding: 50px 13.3333333333vw;
  color: #12365e;
  font-weight: 700;
}
@media (min-width: 540px) {
  .p-drawer .l-nav-menu__items {
    grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  }
}
.p-drawer .c-button {
  background: none;
  box-shadow: none;
}
.p-drawer .c-button > a {
  display: block;
  color: #12365e;
}

.p-front.main {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-front.main {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.p-front__service {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 60px;
  margin-top: -2px;
}
@media screen and (min-width: 768px) {
  .p-front__service {
    padding-top: 80px;
  }
}
.p-front__service__title__wrapper {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-front__service__title__wrapper {
    padding-left: 8.3333333333vw;
  }
}
@media (min-width: 1200px) {
  .p-front__service .c-section__title::before {
    left: 56.5vw;
  }
}
@media (min-width: 1200px) {
  .p-front__service .c-title {
    padding-left: 56.5vw;
  }
}
@media (min-width: 1200px) {
  .p-front__service .c-text__grad {
    background: linear-gradient(90deg, #13334e 0%, #13334e 40.7%, #0a7a9d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}

.p-front__case__container {
  width: 1980px;
  max-width: 100%;
  margin: 0 auto;
  background: #f1f8fb;
  padding-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-front__case__container {
    padding: 120px 9.6vw 106px;
  }
}
.p-front__case__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(9px, 2.6388888889vw, 38px);
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-front__case__gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-front__case__gallery__img {
  object-fit: cover;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}
.p-front__case__button__wrapper {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-front__case__button__wrapper {
    margin-bottom: 100px;
  }
}
.p-front__case__insta-id {
  padding-bottom: 20px;
}
.p-front__case__insta {
  width: 280px;
  height: 64px;
}
.p-front__case__insta > a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0em;
}

.p-greeting {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .p-greeting {
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-greeting {
    padding: 0 30px;
  }
}
.p-greeting__container {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  container: greeting-container/inline-size;
}
@media screen and (min-width: 768px) {
  .p-greeting__grid__container {
    display: grid;
    grid-template: "img text"/minmax(300px, 404px) minmax(300px, 616px);
    column-gap: 30px;
    justify-content: center;
  }
}
.p-greeting__text__wrapper {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-greeting__text__wrapper {
    grid-area: text;
  }
}
.p-greeting__policy__introduction {
  padding: 22px 0 24px;
}
.p-greeting__policy__keyword {
  width: 64px;
}
.p-greeting__policy-item {
  padding-bottom: 22px;
}
.p-greeting__owner {
  height: 65.0666666667vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-greeting__owner {
    grid-area: img;
  }
}
@media screen and (min-width: 1024px) {
  .p-greeting__owner {
    height: 31.3888888889vw;
  }
}
.p-greeting__owner > figcaption {
  text-align: center;
  padding-top: 8px;
}
.p-greeting__owner__img {
  display: none;
  object-fit: cover;
  object-position: 50% 50%;
  aspect-ratio: 404/452;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-greeting__owner__img {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .p-greeting__owner__img {
    height: auto;
  }
}
.p-greeting__owner__img.-sp {
  display: block;
  aspect-ratio: 335/224;
}
@media screen and (min-width: 768px) {
  .p-greeting__owner__img.-sp {
    display: none;
  }
}

@container greeting-container (min-width: 1000px) {
  .p-greeting__grid__container {
    column-gap: 5.5555555556cqw;
  }
}
.p-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
  column-gap: clamp(30px, 5.0724637681vw, 70px);
  row-gap: clamp(20px, 1.4492753623vw, 70px);
  justify-content: center;
  max-width: 1380px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-gallery {
    grid-template-columns: 1fr 1fr;
    padding: 60px 20px 110px;
  }
}
@media (min-width: 800px) {
  .p-gallery {
    grid-template-columns: 1fr 1fr;
    padding: 60px 40px 110px;
  }
}
.p-gallery__wrapper {
  overflow: hidden;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .p-gallery__wrapper:nth-child(2n) {
    margin-top: clamp(30px, 7.2463768116vw, 100px);
  }
}
.p-gallery__link {
  display: grid;
  align-items: end;
  transition: all 0.4s !important;
}
.p-gallery__link:hover {
  transform: scale(1.05);
}
.p-gallery__link > * {
  grid-area: 1/-1;
}
.p-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}
.p-gallery__text-button__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 4.2666666667vw;
  padding-right: 5.3333333333vw;
  margin-bottom: 3.4vw;
}
@media screen and (min-width: 768px) {
  .p-gallery__text-button__wrapper {
    padding-left: clamp(10px, 1.9444444444vw, 28px);
    padding-right: clamp(10px, 1.9444444444vw, 28px);
    margin-bottom: clamp(10px, 1.3888888889vw, 20px);
  }
}
.p-gallery__text {
  font-weight: 700;
  color: #ffffff;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-gallery__text {
    font-size: clamp(10px, 2.2222222222vw, 32px);
  }
}

.p-kv {
  display: grid;
}
.p-kv > * {
  grid-area: 1/-1;
}
.p-kv__img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-kv__img {
    display: block;
  }
}
.p-kv__img-sp {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-kv__img-sp {
    display: none;
  }
}
.p-kv__title__wrapper {
  align-self: center;
  color: #fff;
  padding-left: 20px;
}
@media screen and (min-width: 1024px) {
  .p-kv__title__wrapper {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: baseline;
    padding-left: 11.8055555556%;
  }
}
.p-kv__title-en {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  padding-top: 14px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-kv__title-en {
    font-size: 50px;
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .p-kv__title-en {
    font-size: 60px;
  }
}
.p-kv__title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-kv__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-kv__title {
    font-size: 20px;
    padding-left: 30px;
  }
}

.p-service {
  clip-path: inset(0 10px 0 0);
}
.p-service__menu__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: calc((100% - 335px) / 2);
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-service__menu__items {
    flex-wrap: nowrap;
    padding-left: 0px;
    justify-content: center;
  }
}
.p-service__menu__item {
  color: #13334e;
}
.p-service__menu__link {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 7px;
}
.p-service__menu__link::after {
  content: url("../images/link_mark.png");
  display: inline-block;
  margin-left: 10px;
  vertical-align: text-bottom;
}
.p-service__menu__number {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 18px;
  color: #0b7a9e;
  padding-right: 5px;
}
.p-service__grid__container {
  display: grid;
  grid-template: "imag imag imag" ".... innr ...." ".... beaf ...." ".... ultr ...."/10px auto 10px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-service__grid__container {
    grid-template: "imag imag imag" ".... innr ...." ".... beaf ...." ".... ultr ...."/5.9vw auto 5.9vw;
    margin-bottom: 100px;
  }
}
.p-service__container {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
.p-service__image__wrapper {
  grid-area: imag;
  background: linear-gradient(0deg, #fff 0%, #fff 30%, #f1f8fb 30%, #f1f8fb 100%);
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .p-service__image__wrapper {
    margin-left: 5.9vw;
    margin-right: 5.9vw;
  }
}
.p-service__section-hedder-img {
  object-fit: cover;
  height: 200px;
  width: 355px;
  margin-left: -10px;
}
@media screen and (min-width: 768px) {
  .p-service__section-hedder-img {
    width: clamp(300px, 88.1944444444vw, 1270px);
    height: clamp(200px, 41.875vw, 603px);
    margin-left: -5.9vw;
  }
}
.p-service__inner {
  grid-area: innr;
  background: #fff;
}
.p-service__box {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-service__box {
    padding: 0 clamp(20px, 5.9027777778vw, 85px) 78px;
  }
}
.p-service__number {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 30px;
  line-height: 44px;
  padding-bottom: 4px;
  margin-top: -0.65em;
  padding-left: 20px;
  color: #0b7a9e;
}
@media screen and (min-width: 768px) {
  .p-service__number {
    font-size: clamp(30px, 4.1666666667vw, 60px);
    padding-left: clamp(20px, 5.9027777778vw, 85px);
    margin-bottom: 0.75em;
  }
}
.p-service__section__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #13334e;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-service__section__title {
    font-size: clamp(20px, 2.2222222222vw, 32px);
    margin-bottom: 1em;
  }
}
.p-service__sentence {
  padding-bottom: 26px;
}
.p-service__subheading {
  width: 128px;
}
@media screen and (min-width: 768px) {
  .p-service__before-after__outer {
    display: grid;
    row-gap: 28px;
  }
}
.p-service__before-after__grid-wrapper {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-service__before-after__grid-wrapper {
    grid-template: "before arow after" clamp(164px, 24.3vw, 336px) "before .... after"/1fr auto 1fr;
  }
}
.p-service__before-after__wrapper {
  font-family: "Oswald";
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .p-service__before-after__wrapper {
    display: grid;
  }
}
@media screen and (min-width: 768px) {
  .p-service__before__figure {
    grid-area: before;
  }
}
@media screen and (min-width: 768px) {
  .p-service__after__figure {
    grid-area: after;
  }
}
@media screen and (min-width: 768px) {
  .p-service__before-after__image {
    grid-area: img;
  }
}
.p-service__Before__caption {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #0b7a9e;
  padding-bottom: 10px;
  margin-left: -1.875vw;
}
@media screen and (min-width: 768px) {
  .p-service__Before__caption {
    grid-area: tex;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-service__Before__caption {
    font-size: 32px;
    line-height: 72px;
  }
}
.p-service__After__caption {
  text-align: center;
  font-size: 20px;
  color: #0b7a9e;
  font-weight: 700;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-service__After__caption {
    font-size: 32px;
    padding-bottom: 0px;
    margin-left: -1.875vw;
    line-height: 72px;
  }
}
.p-service__arrow-down {
  width: 16px;
  height: 8px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-service__arrow-down {
    display: none;
  }
}
.p-service__arrow-ba-right {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-service__arrow-ba-right {
    display: block;
    grid-area: arow;
    align-self: center;
    justify-content: center;
    padding: 0 32px;
  }
}
.p-service__arrow-ba-right__displaynone {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-service__arrow-ba-right__displaynone {
    display: block;
    grid-area: arow;
    width: 0px;
  }
}
.p-service__ultraman__image {
  padding: 40px 0px;
}
.p-service__grid__wrapper {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-service__grid__wrapper {
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(10px, 5.4166666667vw, 78px);
  }
}
.p-service__intoro-img__container {
  padding-bottom: 30px;
}
.p-service__entrance {
  padding-bottom: 30px;
}
.p-service__ryukyuseki {
  padding-bottom: 30px;
}

.contact {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 89px;
  /* ボックスの高さと同一 */
  background: linear-gradient(90deg, #13334e 0%, #156a9a 40.69%, #0a7a9d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.box {
  width: 280px;
  height: 64px;
  left: 580px;
  top: 4268px;
  background: linear-gradient(90deg, #155076 0%, #156c9b 62.98%, #0b7a9e 100%);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
}

.p-fv.-family {
  container: fv_container-family/inline-size;
  background-image: url("../images/fv_family.png");
  background-position: center;
  background-repeat: none;
  background-size: cover;
  width: 1100px;
  height: 639px;
}

.p-fv__container {
  display: grid;
  grid-template: " bal1 bal2 bal3 bal4 " " text text text ....";
  height: 100%;
  align-items: start;
}
.p-fv__balloon:nth-child(1) {
  grid-area: bal1;
}
@container fv_container-family (min-width: 768px) {
  .p-fv__balloon:nth-child(1) {
    padding-top: 4.5454545455cqw;
    padding-left: 8.2727272727cqw;
  }
}
.p-fv__balloon:nth-child(2) {
  grid-area: bal2;
}
@container fv_container-family (min-width: 768px) {
  .p-fv__balloon:nth-child(2) {
    padding-top: 11cqw;
  }
}
.p-fv__balloon:nth-child(3) {
  grid-area: bal3;
}
@container fv_container-family (min-width: 768px) {
  .p-fv__balloon:nth-child(3) {
    padding-top: 4.5454545455cqw;
  }
}
.p-fv__balloon:nth-child(4) {
  grid-area: bal4;
}
@container fv_container-family (min-width: 768px) {
  .p-fv__balloon:nth-child(4) {
    padding-top: 11cqw;
    padding-right: 8.2727272727cqw;
  }
}
.p-fv__catchcopy {
  grid-area: text;
  align-self: end;
  font-family: "Tsukushi B Round Gothic";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 56px;
  color: #13334e;
}
@container fv_container-family (min-width: 768px) {
  .p-fv__catchcopy {
    padding-bottom: 9.6363636364cqw;
    padding-left: 11.1818181818cqw;
  }
}