@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  position: relative;
}

html {
  overscroll-behavior: none;
  background-color: white;
  font-size: calc(100vw / 375 * 100);
  scroll-behavior: smooth !important;
  scroll-padding-top: 0px !important;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(calc(100vw / 1456 * 100), 100px);
    scroll-padding-top: 50px;
  }
}

strong {
  font-weight: 700;
}

a {
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

img {
  display: inline-block;
}

ul {
  list-style: none;
}

body {
  overscroll-behavior-y: none;
  font-weight: 500;
  color: #1C3268;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  will-change: top;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 0.16rem;
  }
}
body * {
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  max-width: 100%;
  font-weight: inherit;
  color: inherit;
}

section {
  position: relative;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.7);
  color: #F2F6FA;
}

::selection {
  background: rgba(0, 0, 0, 0.7);
  color: #F2F6FA;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.7);
  color: #F2F6FA;
}

@keyframes mv {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
[data-template="index.php"] .breadcrumbs {
  display: none;
}

#fv {
  position: relative;
  width: 100%;
  height: 100vh;
}
#fv .l-bg {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
}
#fv .l-bg--wrapper {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  animation-name: mv;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-duration: 25s;
  animation-timing-function: linear;
  will-change: opacity;
  background-size: cover;
  background-repeat: no-repeat;
}
#fv .l-bg--wrapper:nth-of-type(1) {
  background-image: url("../img/top/fv1.webp");
  animation-delay: 0s;
  background-position: 62% 50%;
}
#fv .l-bg--wrapper:nth-of-type(2) {
  background-image: url("../img/top/fv2.webp");
  animation-delay: 5s;
  background-position: 67% 50%;
}
#fv .l-bg--wrapper:nth-of-type(3) {
  background-image: url("../img/top/fv3.webp");
  animation-delay: 10s;
  background-position: 62% 50%;
}
#fv .l-bg--wrapper:nth-of-type(4) {
  background-image: url("../img/top/fv4.webp");
  animation-delay: 15s;
  background-position: 65% 50%;
}
#fv .l-bg--wrapper:nth-of-type(5) {
  background-image: url("../img/top/fv5.webp");
  animation-delay: 20s;
  background-position: 40% 50%;
}
#fv .l-catch {
  position: absolute;
  color: white;
  z-index: 3;
  bottom: 0.52rem;
  left: 0.5rem;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  gap: 0.06rem;
}
@media screen and (min-width: 768px) {
  #fv .l-catch {
    left: unset;
    top: 50%;
    bottom: unset;
    right: calc(50% + 5.7rem);
    transform: translate(100%, -50%);
  }
}
#fv .l-catch span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.65rem;
  line-height: 0.94rem;
  letter-spacing: 0em;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 768px) {
  #fv .l-catch span {
    font-size: 1.28rem;
    line-height: 1.85rem;
  }
}
#fv .l-catch span:nth-of-type(2) {
  margin-top: -0.13rem;
}
@media screen and (min-width: 768px) {
  #fv .l-catch span:nth-of-type(2) {
    margin-top: -0.38rem;
  }
}
#fv .l-catch small {
  font-family: "Bebas Neue", serif;
  font-size: 0.2rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.02rem;
  margin-left: 0.03rem;
  display: block;
  padding-left: 0.29rem;
}
@media screen and (min-width: 768px) {
  #fv .l-catch small {
    padding-left: unset;
    font-size: 0.3rem;
    line-height: 0.44rem;
    margin-top: -0.1rem;
    margin-left: 0.1rem;
  }
}

#service .l-container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #service .l-container {
    flex-direction: row;
  }
}
#service .l-intro {
  background-image: url("../img/top/service_bg_sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0.32rem 0.25rem 0.62rem 0.47rem;
  color: white;
}
@media screen and (min-width: 768px) {
  #service .l-intro {
    width: calc(50vw - 0.8rem);
    flex: none;
    padding-top: 1.5rem;
    padding-right: 1.19rem;
    padding-bottom: 1.49rem;
    padding-left: unset;
  }
}
@media screen and (min-width: 768px) {
  #service .l-intro__container {
    margin-left: auto;
    width: 4.02rem;
  }
}
#service .l-intro .c-heading {
  margin-bottom: 0.52rem;
}
@media screen and (min-width: 768px) {
  #service .l-intro .c-heading {
    margin-bottom: 0.5rem;
  }
}
#service .l-intro .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 0.52rem;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  #service .l-intro .l-desc {
    margin-bottom: 0.6rem;
    padding-right: unset;
  }
}
#service .l-intro .c-btn--arrow {
  margin-left: auto;
}
#service .l-content {
  background: linear-gradient(170deg, #0E3081 0%, #0E204B 100%);
  display: flex;
  flex-direction: column;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: white;
}
@media screen and (min-width: 768px) {
  #service .l-content {
    height: 9rem;
    overflow-y: scroll;
    border-left: 0.01rem solid white;
    flex-grow: 1;
    padding-top: 1.16rem;
    padding-bottom: 1.16rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #service .l-content::-webkit-scrollbar {
    display: none;
  }
}
#service .l-content__wrapper {
  padding-top: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 0.5rem;
  border-top: 0.01rem solid white;
}
@media screen and (min-width: 768px) {
  #service .l-content__wrapper {
    display: flex;
    gap: 0.2rem;
    padding: 0.94rem 0 1rem 0.98rem;
  }
}
#service .l-content__wrapper:nth-of-type(1) {
  padding-top: unset;
  border-top: unset;
}
#service .l-content__wrapper:nth-of-type(3) {
  padding-bottom: unset;
}
@media screen and (min-width: 768px) {
  #service .l-content__main {
    width: 4.8rem;
  }
}
#service .l-content__heading {
  display: flex;
  align-items: baseline;
  gap: 0.19rem;
  margin-bottom: 0.2rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #service .l-content__heading {
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
  }
}
#service .l-content__heading span {
  font-family: "Red Hat Display", serif;
  font-size: 0.18rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  position: relative;
  top: -0.05rem;
  top: unset;
  font-size: 0.22rem;
  line-height: 0.3rem;
}
#service .l-content__heading strong {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.36rem;
  line-height: 0.52rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #service .l-content__heading strong {
    font-size: 0.42rem;
    letter-spacing: 0.1em;
    line-height: 0.42rem;
    writing-mode: vertical-rl;
  }
}
#service .l-content__photo {
  width: 100%;
  height: 2.17rem;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #service .l-content__photo {
    height: 3.2rem;
  }
}
#service .l-content__photo img {
  display: block;
  width: 100%;
  height: 100%;
}
#service .l-content__catch {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.34rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #service .l-content__catch {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
}
#service .l-content__desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
}

#works {
  padding-top: 0.48rem;
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #works {
    padding-top: 0.98rem;
    padding-bottom: 1.7rem;
  }
}
#works .l-slider {
  margin-top: 0.5rem;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #works .l-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
#works .swiper {
  overflow: initial;
}
#works .swiper .swiper-wrapper {
  overflow: initial;
}
#works .swiper .p-archive__thumb {
  height: 1.9rem;
  margin-bottom: 0.17rem;
}
@media screen and (min-width: 768px) {
  #works .swiper .p-archive__thumb {
    height: 2.32rem;
    margin-bottom: 0.2rem;
  }
}
#works .swiper .p-archive__thumb figcaption {
  font-size: 0.13rem;
  line-height: 0.19rem;
  background-color: #D0D3E8;
  color: #1C3268;
  width: -moz-fit-content;
  width: fit-content;
  min-width: unset;
  padding-left: 0.08rem;
  padding-right: 0.08rem;
}
@media screen and (min-width: 768px) {
  #works .swiper .p-archive__thumb figcaption {
    font-size: 0.16rem;
    line-height: 0.24rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    height: 0.3rem;
  }
}
#works .swiper .p-archive__title {
  font-size: 0.18rem;
  line-height: 0.26rem;
}
@media screen and (min-width: 768px) {
  #works .swiper .p-archive__title {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}
#works .swiper .p-archive__desc {
  font-size: 0.16rem;
  line-height: 0.32rem;
}
#works .c-btn--arrow {
  margin-left: auto;
}

#about {
  background-color: rgba(28, 50, 104, 0.82);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  color: white;
}
@media screen and (min-width: 768px) {
  #about {
    padding-top: 1.2rem;
    padding-bottom: 1.78rem;
  }
}
#about .l-heading {
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.32rem;
  line-height: 0.47rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  #about .l-heading {
    font-size: 0.38rem;
    line-height: 0.55rem;
    margin-bottom: 0.92rem;
  }
}
#about .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.29rem;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  #about .l-container {
    flex-direction: row;
    gap: 0.53rem;
  }
}
#about .l-container .l-video {
  width: 3.25rem;
  height: 2.16rem;
}
@media screen and (min-width: 768px) {
  #about .l-container .l-video {
    flex: none;
    width: 6.64rem;
    height: 4.42rem;
  }
}
#about .l-container .l-video iframe {
  display: block;
  width: 100%;
  height: 100%;
}
#about .l-container .l-text h3 {
  font-family: "Bebas Neue", serif;
  font-size: 0.8rem;
  line-height: 0.86rem;
  letter-spacing: 0em;
  font-weight: 400;
  opacity: 0.5;
  margin-bottom: 0.3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #about .l-container .l-text h3 {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.28rem;
    margin-bottom: 0.22rem;
  }
}
#about .l-container .l-text p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 700;
}
#about .l-container .l-text .c-btn--arrow {
  margin-top: 0.3rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  #about .l-container .l-text .c-btn--arrow {
    margin-top: 0.65rem;
  }
}
#about .l-container .l-text .c-btn--arrow i {
  background-color: white;
}
#about .l-container .l-text .c-btn--arrow:hover i {
  background-color: #1C3268;
}

#news {
  background-color: #F4F7FF;
  padding-top: 0.61rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #news {
    padding-top: 0.79rem;
    padding-bottom: 1rem;
  }
}
#news .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.58rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #news .l-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #news .l-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #news .l-top .c-btn--arrow {
    margin-top: 1.06rem;
    font-size: 0.18rem;
    line-height: 0.26rem;
    gap: 0.25rem;
  }
  #news .l-top .c-btn--arrow i {
    width: 0.6rem;
    height: 0.6rem;
  }
  #news .l-top .c-btn--arrow i::after {
    width: 0.18rem;
    height: 0.12rem;
  }
}
#news .l-content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #news .l-content {
    width: 6.96rem;
    padding-right: 0.4rem;
    padding-top: 0.21rem;
  }
}
#news .l-content .c-btn--arrow {
  margin-top: 0.4rem;
  margin-left: auto;
}
#news .p-news-list {
  gap: unset;
}
#news .p-news-list__wrapper {
  padding-top: 0.14rem;
  padding-bottom: 0.14rem;
  border-top: 0.01rem solid #D0D3E8;
  border-bottom: unset;
}
@media screen and (min-width: 768px) {
  #news .p-news-list__wrapper {
    gap: 0.12rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}
#news .p-news-list__wrapper:nth-last-of-type(1) {
  border-bottom: 0.01rem solid #D0D3E8;
}
#news .p-news-list__date {
  width: 1.3rem;
  height: 0.36rem;
  border-radius: 1rem;
  border: unset;
  background-color: white;
  font-family: "Bebas Neue", serif;
  font-size: 0.14rem;
  line-height: 0.16rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}
#news .p-news-list__title {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
}

#links .l-container {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #links .l-container {
    flex-direction: row;
  }
}
#links .l-container .l-wrapper {
  height: 1.3rem;
  display: flex;
  align-items: center;
  gap: 0.1rem;
  color: rgba(255, 255, 255, 0.8);
  background-color: #4663B1;
  position: relative;
  width: 100%;
  padding-left: 0.42rem;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #links .l-container .l-wrapper {
    height: 2.49rem;
    padding-left: 1.2rem;
    gap: 0.35rem;
  }
}
#links .l-container .l-wrapper strong {
  font-family: "Bebas Neue", serif;
  font-size: 0.41rem;
  line-height: 0.44rem;
  letter-spacing: 0em;
  font-weight: 400;
  position: relative;
  z-index: 2;
  width: 1.1rem;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  #links .l-container .l-wrapper strong {
    font-size: 0.8rem;
    line-height: 0.86rem;
    width: unset;
  }
}
#links .l-container .l-wrapper span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 500;
  position: relative;
  z-index: 2;
  padding-bottom: 0.05rem;
}
@media screen and (min-width: 768px) {
  #links .l-container .l-wrapper span {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
}
#links .l-container .l-wrapper:hover {
  opacity: 1;
}
#links .l-container .l-wrapper:hover::before {
  opacity: 0.8;
}
#links .l-container .l-wrapper::after {
  content: "";
  width: 0.41rem;
  height: 0.41rem;
  background-color: #F2F6FA;
  border-radius: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0.45rem;
  transform: translateY(-50%);
  background-image: url("../img/common/arrow_right.svg");
  background-size: 0.12rem 0.08rem;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #links .l-container .l-wrapper::after {
    width: 0.8rem;
    height: 0.8rem;
    right: 1.22rem;
    background-size: 0.24rem 0.16rem;
  }
}
#links .l-container .l-wrapper--contact {
  background-image: url("../img/common/link_contact_before.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #links .l-container .l-wrapper--contact {
    border-right: 0.01rem solid white;
  }
}
#links .l-container .l-wrapper--contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.47;
  background-color: #1D2353;
  mix-blend-mode: multiply;
  transition: 0.3s;
}
#links .l-container .l-wrapper--contact::after {
  content: "";
  right: 0.5rem;
}
#links .l-container .l-wrapper--contact--main {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/link_contact.webp");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  transition: 0.3s;
}
#links .l-container .l-wrapper--contact--main a {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  overflow: hidden;
}
#links .l-container .l-wrapper--contact--main a:hover {
  opacity: 1;
}
#links .l-container .l-wrapper--contact--main a:hover::before {
  opacity: 1;
}
#links .l-container .l-wrapper--contact--main a:nth-of-type(1) {
  border-right: 0.01rem solid white;
}
#links .l-container .l-wrapper--contact--main a:nth-of-type(2) {
  border-left: 0.01rem solid white;
}
#links .l-container .l-wrapper--contact--main a:nth-of-type(2) span {
  right: 0.2rem;
}
#links .l-container .l-wrapper--contact--main a::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: 50%;
  left: 50%;
  background-color: rgba(29, 35, 83, 0.85);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  max-width: none;
  width: 200%;
  height: 200%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.3s;
  opacity: 0.47;
}
#links .l-container .l-wrapper--contact--main a::after {
  content: "";
  width: 0.12rem;
  height: 0.08rem;
  background-image: url("../img/common/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0.29rem;
  transform: translateY(-50%);
  z-index: 2;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 768px) {
  #links .l-container .l-wrapper--contact--main a::after {
    width: 0.24rem;
    height: 0.16rem;
    right: 0.56rem;
  }
}
#links .l-container .l-wrapper--contact--main a span {
  position: relative;
  z-index: 3;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 500;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #links .l-container .l-wrapper--contact--main a span {
    font-size: 0.24rem;
    line-height: 0.35rem;
  }
}
#links .l-container .l-wrapper--contact--sw {
  display: none;
}
#links .l-container .l-wrapper--contact--sw:checked ~ .l-wrapper--contact .l-wrapper--contact--main {
  opacity: 1;
  pointer-events: all;
}

[data-template="page-about.php"] .breadcrumbs {
  color: white;
}

#about-fv {
  background-image: url("../img/about/fv_sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0.81rem 0.25rem 0.4rem;
  min-height: 8.43rem;
  height: 100vh;
  color: white;
}
@media screen and (min-width: 768px) {
  #about-fv {
    background-image: url("../img/about/fv_pc.webp");
    min-height: 9rem;
    padding: 2.32rem 0 0.68rem;
  }
}
#about-fv .l-heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #about-fv .l-heading {
    align-items: center;
    gap: 0.14rem;
    text-align: center;
    margin-bottom: 0.7rem;
  }
}
#about-fv .l-heading strong {
  font-family: "Bebas Neue", serif;
  font-size: 0.82rem;
  line-height: 0.88rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #about-fv .l-heading strong {
    font-size: 1.2rem;
    line-height: 1.28rem;
  }
}
#about-fv .l-heading span {
  display: block;
  margin-top: -0.03rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #about-fv .l-heading span {
    font-size: 0.24rem;
    line-height: 0.35rem;
    margin-top: unset;
  }
}
#about-fv .l-catch {
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.35rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #about-fv .l-catch {
    margin-bottom: 0.5rem;
    font-size: 0.38rem;
    line-height: 0.64rem;
  }
}
#about-fv .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 700;
  padding-left: 0.15rem;
  padding-right: 0.07rem;
}
@media screen and (min-width: 768px) {
  #about-fv .l-desc {
    text-align: center;
    padding-left: unset;
    padding-right: unset;
  }
}

#about-video {
  padding-top: 0.5rem;
  padding-bottom: 0.59rem;
}
@media screen and (min-width: 768px) {
  #about-video {
    padding-top: 0.62rem;
    padding-bottom: 0.87rem;
  }
}
#about-video .l-video {
  width: 100%;
  height: 1.83rem;
}
@media screen and (min-width: 768px) {
  #about-video .l-video {
    width: 9.2rem;
    height: 5.18rem;
    margin: auto;
  }
}
#about-video .l-video iframe {
  display: block;
  width: 100%;
  height: 100%;
}

#about-strength {
  padding-bottom: 1.13rem;
}
@media screen and (min-width: 768px) {
  #about-strength {
    padding-bottom: 2.56rem;
  }
}
#about-strength .c-heading--overlay {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #about-strength .c-heading--overlay {
    margin-bottom: 0.73rem;
  }
}
#about-strength .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.79rem;
}
@media screen and (min-width: 768px) {
  #about-strength .l-container {
    gap: 1.48rem;
  }
}
#about-strength .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about-strength .l-container .l-wrapper {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  #about-strength .l-container .l-wrapper:nth-of-type(1) .l-text__heading strong {
    top: -0.21rem;
  }
}
@media screen and (min-width: 768px) {
  #about-strength .l-container .l-wrapper:nth-of-type(2) .l-text {
    margin-left: auto;
  }
  #about-strength .l-container .l-wrapper:nth-of-type(2) .l-image {
    right: unset;
    left: 0;
  }
}
#about-strength .l-container .l-text {
  padding: 0.11rem 0.22rem;
  color: white;
  background: linear-gradient(to right, #0E204B 0%, #0D3491 100%);
  min-height: 3.55rem;
}
@media screen and (min-width: 768px) {
  #about-strength .l-container .l-text {
    width: 5.6rem;
    height: 3.43rem;
    position: relative;
    z-index: 2;
    padding: 0.64rem 0.43rem 0 1.23rem;
  }
}
#about-strength .l-container .l-text__heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.18rem;
}
@media screen and (min-width: 768px) {
  #about-strength .l-container .l-text__heading {
    position: relative;
    margin-bottom: 0.31rem;
  }
}
#about-strength .l-container .l-text__heading strong {
  font-family: "Bebas Neue", serif;
  font-size: 0.61rem;
  line-height: 0.66rem;
  letter-spacing: 0em;
  font-weight: 400;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  #about-strength .l-container .l-text__heading strong {
    font-size: 0.71rem;
    line-height: 0.76rem;
    position: absolute;
    top: -0.08rem;
    left: -0.31rem;
    transform: translateX(-100%);
  }
}
#about-strength .l-container .l-text__heading span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 700;
}
#about-strength .l-container .l-text__desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#about-strength .l-container .l-image {
  width: 100%;
  height: 1.85rem;
}
@media screen and (min-width: 768px) {
  #about-strength .l-container .l-image {
    position: absolute;
    top: 0.29rem;
    right: 0;
    width: 7.2rem;
    height: 3.82rem;
  }
}
#about-strength .l-container .l-image img {
  display: block;
  width: 100%;
  height: 100%;
}

#about-message {
  padding-bottom: 0.54rem;
  color: black;
}
@media screen and (min-width: 768px) {
  #about-message {
    padding-bottom: 2rem;
  }
}
#about-message .c-heading--overlay {
  margin-bottom: 0.57rem;
}
@media screen and (min-width: 768px) {
  #about-message .c-heading--overlay {
    margin-bottom: 1.12rem;
  }
}
#about-message .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #about-message .l-container {
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    align-items: flex-end;
  }
}
#about-message .l-photo {
  width: 2.21rem;
  height: 2.95rem;
}
@media screen and (min-width: 768px) {
  #about-message .l-photo {
    width: 3rem;
    height: 4rem;
    margin-bottom: 0.05rem;
  }
}
#about-message .l-photo img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #about-message .l-text {
    width: 4.8rem;
  }
}
#about-message .l-name {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #about-message .l-name {
    flex-direction: row;
    position: relative;
    left: -0.15rem;
    gap: 0.3rem;
  }
}
#about-message .l-name img {
  width: 2.07rem;
  height: 0.82rem;
  display: block;
}
#about-message .l-name span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  display: block;
  margin-top: 0.04rem;
}
#about-message .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.24rem;
}
@media screen and (min-width: 768px) {
  #about-message .l-desc {
    margin-top: 0.2rem;
  }
}

[data-template="page-service.php"] .breadcrumbs {
  color: white;
}

#service-fv {
  background-image: url("../img/service/fv_sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0.91rem;
  padding-bottom: 0.5rem;
  color: white;
}
@media screen and (min-width: 768px) {
  #service-fv {
    background-image: url("../img/service/fv_pc.webp");
    padding-top: 1.71rem;
    padding-bottom: 1.45rem;
  }
}
#service-fv .c-heading--page {
  margin-bottom: 0.45rem;
}
@media screen and (min-width: 768px) {
  #service-fv .c-heading--page {
    margin-bottom: unset;
  }
}
#service-fv .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.27rem;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #service-fv .l-container {
    text-align: left;
    gap: 0.5rem;
    width: 7.33rem;
    margin-top: -0.6rem;
    margin-left: auto;
    align-items: flex-start;
  }
}
#service-fv .l-container h2 {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.4rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #service-fv .l-container h2 {
    font-size: 0.38rem;
    line-height: 0.6rem;
  }
}
#service-fv .l-container p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 700;
  white-space: nowrap;
}

#service-main {
  padding-top: 0.39rem;
  padding-bottom: 1.13rem;
}
@media screen and (min-width: 768px) {
  #service-main {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
#service-main #service01 {
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  #service-main #service01 {
    padding-bottom: 1.44rem;
  }
}
#service-main #service01 .l-image {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.36rem;
}
@media screen and (min-width: 768px) {
  #service-main #service01 .l-image {
    position: absolute;
    top: 0;
    right: calc(50% + 0.39rem);
    width: 50vw;
    height: 9.92rem;
  }
}
#service-main #service01 .l-image img:nth-of-type(1) {
  width: 100%;
  height: 2.81rem;
}
@media screen and (min-width: 768px) {
  #service-main #service01 .l-image img:nth-of-type(1) {
    width: calc(100% - 0.41rem);
    height: 4.8rem;
    position: absolute;
    right: 0.41rem;
    top: 0;
  }
}
#service-main #service01 .l-image img:nth-of-type(2) {
  margin-top: 0.42rem;
  margin-bottom: 0.37rem;
  width: 2.91rem;
  height: 1.94rem;
}
@media screen and (min-width: 768px) {
  #service-main #service01 .l-image img:nth-of-type(2) {
    margin-top: unset;
    margin-bottom: unset;
    width: 2.7rem;
    height: 1.8rem;
    position: absolute;
    right: 3.31rem;
    bottom: 3.02rem;
  }
}
#service-main #service01 .l-image img:nth-of-type(3) {
  margin-left: auto;
  width: 2.36rem;
  height: 3.25rem;
}
@media screen and (min-width: 768px) {
  #service-main #service01 .l-image img:nth-of-type(3) {
    width: 3rem;
    height: 4rem;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
#service-main #service02 {
  padding-bottom: 0.95rem;
}
@media screen and (min-width: 768px) {
  #service-main #service02 {
    padding-bottom: 1.5rem;
  }
}
#service-main #service02 .l-heading {
  margin-bottom: 0.11rem;
}
@media screen and (min-width: 768px) {
  #service-main #service02 .l-heading {
    margin-bottom: 0.43rem;
  }
}
@media screen and (min-width: 768px) {
  #service-main #service02 .l-desc {
    margin-bottom: unset;
    width: 4.8rem;
  }
}
#service-main #service03 .l-heading {
  margin-bottom: 0.11rem;
}
@media screen and (min-width: 768px) {
  #service-main #service03 .l-heading {
    margin-bottom: 0.43rem;
  }
}
#service-main #service03 .l-heading strong {
  white-space: nowrap;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  #service-main #service03 .l-desc {
    margin-bottom: unset;
    width: 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  #service-main .l-container {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  #service-main .l-wrapper {
    width: 6.1rem;
    margin-left: auto;
    padding-right: 0.5rem;
  }
}
#service-main .l-image img {
  display: block;
}
#service-main .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: -0.04em;
  font-weight: 500;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #service-main .l-desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-bottom: 0.44rem;
  }
}
#service-main .l-heading {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
  color: #4663B1;
  margin-bottom: 0.11rem;
}
@media screen and (min-width: 768px) {
  #service-main .l-heading {
    margin-bottom: 0.2rem;
    flex-direction: row;
    gap: 0.2rem;
  }
}
#service-main .l-heading span {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
  position: relative;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  #service-main .l-heading span {
    padding-right: 0.3rem;
  }
}
#service-main .l-heading span small {
  font-family: "Bebas Neue", serif;
  font-size: 0.12rem;
  line-height: 0.13rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #service-main .l-heading span small {
    font-size: 0.18rem;
    line-height: 0.19rem;
  }
}
#service-main .l-heading span b {
  font-family: "Bebas Neue", serif;
  font-size: 0.48rem;
  line-height: 0.52rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: -0.03rem;
}
@media screen and (min-width: 768px) {
  #service-main .l-heading span b {
    font-size: 0.67rem;
    line-height: 0.72rem;
    margin-top: -0.05rem;
  }
}
#service-main .l-heading span::after {
  content: "";
  width: 0.03rem;
  height: 0.53rem;
  position: absolute;
  top: 0rem;
  right: 0;
  background: linear-gradient(to bottom, #4663B1 0%, #4663B1 40%, #D0D3E8 40%, #D0D3E8 100%);
}
@media screen and (min-width: 768px) {
  #service-main .l-heading span::after {
    width: 0.03rem;
    height: 0.74rem;
  }
}
#service-main .l-heading strong {
  display: block;
  margin-top: -0.03rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.34rem;
  line-height: 0.47rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #service-main .l-heading strong {
    font-size: 0.48rem;
    line-height: 0.7rem;
    padding-top: 0.08rem;
  }
}
#service-main .l-catch {
  color: #4663B1;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
  position: relative;
  padding-top: 0.18rem;
  padding-bottom: 0.2rem;
  width: 100%;
  margin-bottom: 0.24rem;
}
@media screen and (min-width: 768px) {
  #service-main .l-catch {
    font-size: 0.24rem;
    line-height: 0.35rem;
    padding-top: 0.18rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.28rem;
  }
}
#service-main .l-catch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
  background: linear-gradient(to right, #4663B1 0%, #4663B1 53%, #D0D3E8 53%, #D0D3E8 100%);
}
@media screen and (min-width: 768px) {
  #service-main .l-catch::before {
    background: linear-gradient(to right, #4663B1 0%, #4663B1 50%, #D0D3E8 50%, #D0D3E8 100%);
  }
}
#service-main .l-catch::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
  background: linear-gradient(to right, #4663B1 0%, #4663B1 53%, #D0D3E8 53%, #D0D3E8 100%);
}
@media screen and (min-width: 768px) {
  #service-main .l-catch::after {
    background: linear-gradient(to right, #4663B1 0%, #4663B1 50%, #D0D3E8 50%, #D0D3E8 100%);
  }
}
#service-main .l-flow {
  display: flex;
  flex-direction: column;
}
#service-main .l-flow__wrapper {
  display: flex;
  gap: 0.08rem;
}
@media screen and (min-width: 768px) {
  #service-main .l-flow__wrapper {
    gap: 0.2rem;
    min-height: 0.72rem;
  }
}
#service-main .l-flow__wrapper:nth-of-type(1) .l-flow__content {
  padding-bottom: 0.1rem;
}
#service-main .l-flow__wrapper:nth-of-type(2) .l-flow__content {
  padding-bottom: unset;
}
#service-main .l-flow__wrapper:nth-of-type(3) .l-flow__content {
  padding-bottom: unset;
}
@media screen and (min-width: 768px) {
  #service-main .l-flow__wrapper:nth-of-type(3) .l-flow__content {
    padding-bottom: 0.2rem;
  }
}
#service-main .l-flow__wrapper:nth-of-type(4) .l-flow__content {
  padding-bottom: unset;
}
#service-main .l-flow__wrapper:nth-of-type(4) .l-flow__number {
  height: -moz-fit-content;
  height: fit-content;
}
#service-main .l-flow__wrapper:nth-of-type(4) .l-flow__number::after {
  content: unset !important;
}
#service-main .l-flow__number {
  width: 0.42rem;
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 0.12rem;
}
@media screen and (min-width: 768px) {
  #service-main .l-flow__number {
    width: 0.52rem;
    top: unset;
  }
}
#service-main .l-flow__number span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 0.05rem;
  background-color: #4663B1;
  color: white;
  font-family: "Bebas Neue", serif;
  font-size: 0.3rem;
  line-height: 0.32rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #service-main .l-flow__number span {
    width: 0.52rem;
    height: 0.52rem;
  }
}
#service-main .l-flow__number::after {
  content: "";
  width: 0.04rem;
  background-color: #4663B1;
  flex-grow: 1;
  box-shadow: 0 -0.01rem 0.01rem #4663B1, 0 0.01rem 0.01rem #4663B1;
}
@media screen and (min-width: 768px) {
  #service-main .l-flow__number::after {
    width: 0.05rem;
  }
}
#service-main .l-flow__content {
  padding-bottom: 0.2rem;
}
#service-main .l-flow__content h3 {
  color: #4663B1;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  font-weight: 500;
  height: 0.62rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #service-main .l-flow__content h3 {
    font-size: 0.24rem;
    line-height: 0.35rem;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 0.09rem;
    padding-bottom: 0.04rem;
  }
}
#service-main .l-flow__content p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#service-main .l-box {
  width: 100%;
  padding: 0.27rem 0.35rem 0.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: flex-start;
  background-color: #F2F6FA;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  #service-main .l-box {
    margin-top: 0.48rem;
    padding: 0.25rem 0.4rem 0.35rem;
  }
}
#service-main .l-box h3 {
  color: #4663B1;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #service-main .l-box h3 {
    font-size: 0.24rem;
    line-height: 0.35rem;
  }
}
#service-main .l-box p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #service-main .l-content {
    display: flex;
    justify-content: space-between;
    padding-left: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  #service-main .l-content .l-image {
    width: 6.4rem;
    height: 4.27rem;
    flex: none;
  }
}

[data-template="page-recruit.php"] .breadcrumbs {
  color: white;
}

#recruit-fv {
  background-image: url("../img/recruit/fv_sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0.91rem;
  padding-bottom: 1.31rem;
  color: white;
}
@media screen and (min-width: 768px) {
  #recruit-fv {
    background-image: url("../img/recruit/fv_pc.webp");
    padding-top: 1.71rem;
    padding-bottom: 1.45rem;
  }
}
#recruit-fv .c-heading--page {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #recruit-fv .c-heading--page {
    margin-bottom: 0.3rem;
  }
}
#recruit-fv .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.34rem;
  align-items: center;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #recruit-fv .l-container {
    gap: 0rem;
    font-size: 0.34rem;
    line-height: 0.57rem;
  }
}

#recruit-intro {
  padding-top: 0.32rem;
  padding-bottom: 0.59rem;
}
@media screen and (min-width: 768px) {
  #recruit-intro {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
#recruit-intro .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
@media screen and (min-width: 768px) {
  #recruit-intro .l-container {
    width: 8.85rem;
    margin: auto;
  }
}
#recruit-intro .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}
@media screen and (min-width: 768px) {
  #recruit-intro .l-container .l-wrapper {
    flex-direction: row;
    gap: 0.3rem;
    align-items: center;
  }
}
#recruit-intro .l-container .l-wrapper strong {
  color: #4663B1;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-bottom: 0.11rem;
  display: block;
  border-bottom: 0.05rem solid #4663B1;
}
@media screen and (min-width: 768px) {
  #recruit-intro .l-container .l-wrapper strong {
    font-size: 0.28rem;
    line-height: 0.44rem;
    padding-bottom: unset;
    border-bottom: unset;
    width: 3.71rem;
    flex: none;
    position: relative;
  }
  #recruit-intro .l-container .l-wrapper strong::before {
    content: "";
    width: 0.05rem;
    height: 0.8rem;
    background-color: #4663B1;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    position: absolute;
  }
}
#recruit-intro .l-container .l-wrapper p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: black;
}
@media screen and (min-width: 768px) {
  #recruit-intro .l-container .l-wrapper p {
    line-height: 0.34rem;
  }
}

#recruit-slider {
  padding-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #recruit-slider {
    padding-bottom: 1rem;
  }
}
#recruit-slider .swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
#recruit-slider .swiper .swiper-slide img {
  display: block;
}

#recruit-main {
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #recruit-main {
    padding-bottom: 2rem;
  }
}
#recruit-main .l-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
  align-items: center;
  color: #4663B1;
}
@media screen and (min-width: 768px) {
  #recruit-main .l-heading {
    gap: 0.22rem;
  }
}
#recruit-main .l-heading strong {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.31rem;
  line-height: 0.45rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #recruit-main .l-heading strong {
    font-size: 0.42rem;
    line-height: 0.61rem;
  }
}
#recruit-main .l-heading span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #recruit-main .l-heading span {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}
#recruit-main .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.23rem;
  margin-bottom: 0.4rem;
  text-align: center;
  color: black;
}
@media screen and (min-width: 768px) {
  #recruit-main .l-desc {
    margin-top: 0.61rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #recruit-main .c-table {
    width: 7.92rem;
    margin: auto;
  }
}
#recruit-main .c-table dl dt {
  width: 1.38rem;
}
@media screen and (min-width: 768px) {
  #recruit-main .c-table dl dt {
    width: 2.14rem;
  }
}
#recruit-main .l-catch {
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #4663B1;
  margin-top: 0.5rem;
  margin-bottom: 0.48rem;
}
@media screen and (min-width: 768px) {
  #recruit-main .l-catch {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
#recruit-main .l-button {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}
@media screen and (min-width: 768px) {
  #recruit-main .l-button {
    flex-direction: row;
    gap: 1.13rem;
    justify-content: center;
  }
}

#company {
  padding-top: 0.91rem;
  padding-bottom: 0.98rem;
}
@media screen and (min-width: 768px) {
  #company {
    padding-top: 1.71rem;
    padding-bottom: 1.62rem;
  }
}
#company .c-heading--page {
  margin-bottom: 0.44rem;
}
@media screen and (min-width: 768px) {
  #company .c-heading--page {
    margin-bottom: 0.46rem;
  }
}
@media screen and (min-width: 768px) {
  #company .c-table {
    width: 7.92rem;
    margin: auto;
  }
}
#company .c-table dl dt {
  width: 0.84rem;
}
@media screen and (min-width: 768px) {
  #company .c-table dl dt {
    width: 1.18rem;
    padding-bottom: 0.28rem;
  }
}
@media screen and (min-width: 768px) {
  #company .c-table dl dd {
    padding-bottom: 0.28rem;
    padding-left: 0.3rem;
  }
}

#works-archive {
  padding-top: 0.91rem;
  padding-bottom: 1.02rem;
}
@media screen and (min-width: 768px) {
  #works-archive {
    padding-top: 1.71rem;
    padding-bottom: 2.01rem;
  }
}
#works-archive .l-top {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: flex-start;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #works-archive .l-top {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 0.9rem;
  }
}
#works-archive .l-top__right {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #works-archive .l-top__right {
    gap: 0.43rem;
    align-items: flex-end;
  }
}
#works-archive .l-catch {
  text-align: center;
  color: #4663B1;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #works-archive .l-catch {
    font-size: 0.24rem;
    line-height: 0.35rem;
  }
}
#works-archive .p-archive {
  margin-bottom: 0.84rem;
}
@media screen and (min-width: 768px) {
  #works-archive .p-archive {
    width: 11.2rem;
    margin: 0 auto 1.04rem;
  }
}

#works-single {
  padding-top: 0.91rem;
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  #works-single {
    padding-top: 1.71rem;
    padding-bottom: 1.6rem;
  }
}
#works-single .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #works-single .l-container {
    flex-direction: row;
    gap: 0.96rem;
  }
}
@media screen and (min-width: 768px) {
  #works-single .l-container .l-wrapper {
    padding-top: 0.93rem;
    padding-right: 1.2rem;
  }
}

#works-single {
  padding-top: 0.91rem;
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  #works-single {
    padding-top: 1.71rem;
    padding-bottom: 1.6rem;
  }
}
#works-single .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #works-single .l-container {
    flex-direction: row;
    gap: 0.96rem;
  }
}
@media screen and (min-width: 768px) {
  #works-single .l-container .l-wrapper {
    padding-top: 0.93rem;
    padding-right: 1.2rem;
  }
}

#news-archive {
  padding-top: 0.91rem;
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  #news-archive {
    padding-top: 1.71rem;
    padding-bottom: 1.6rem;
  }
}
#news-archive .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #news-archive .l-container {
    flex-direction: row;
    gap: 1.51rem;
  }
}
@media screen and (min-width: 768px) {
  #news-archive .l-container .l-wrapper {
    flex-grow: 1;
    padding-top: 0.69rem;
    padding-right: 0.8rem;
  }
}
#news-archive .p-news-list {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #news-archive .p-news-list {
    margin-bottom: 1.06rem;
  }
}

#privacy-policy {
  padding-top: 0.91rem;
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  #privacy-policy {
    padding-top: 1.71rem;
    padding-bottom: 1.6rem;
  }
}
#privacy-policy .c-heading--page {
  margin-bottom: 0.43rem;
}
@media screen and (min-width: 768px) {
  #privacy-policy .c-heading--page {
    gap: 0.14rem;
    margin-bottom: 1.03rem;
  }
}
#privacy-policy .c-heading--page strong {
  font-size: 0.68rem;
  line-height: 0.73rem;
}
@media screen and (min-width: 768px) {
  #privacy-policy .c-heading--page strong {
    font-size: 1.2rem;
    line-height: 1.28rem;
  }
}
#privacy-policy .c-heading--page span {
  margin-top: unset;
}
#privacy-policy .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.36rem;
}
@media screen and (min-width: 768px) {
  #privacy-policy .l-desc {
    margin-bottom: 0.28rem;
  }
}
@media screen and (min-width: 768px) {
  #privacy-policy .l-content {
    width: 9.86rem;
    margin: auto;
  }
}
#privacy-policy .l-content .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #privacy-policy .l-content .l-container {
    gap: 0.6rem;
  }
}
#privacy-policy .l-content .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  align-items: flex-start;
}
#privacy-policy .l-content .l-container h2 {
  color: #4663B1;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0.02em;
  font-weight: 700;
}
#privacy-policy .l-content .l-container h2[narrow] {
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  #privacy-policy .l-content .l-container h2[narrow] {
    letter-spacing: 0.02em;
  }
}
#privacy-policy .l-content .l-container p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#privacy-policy .l-content .l-container ul {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
  margin-top: 0.1rem;
}
#privacy-policy .l-content .l-container ul li::before {
  content: "●";
  color: #4663B1;
}

#form {
  padding-top: 0.91rem;
  padding-bottom: 1.07rem;
  color: black;
}
@media screen and (min-width: 768px) {
  #form {
    padding-top: 1.71rem;
    padding-bottom: 2.42rem;
  }
}
#form .c-heading--page {
  margin-bottom: 0.3rem;
  color: #1C3268;
}
@media screen and (min-width: 768px) {
  #form .c-heading--page {
    margin-bottom: 0.6rem;
  }
}
#form .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: block;
  margin-bottom: 0.37rem;
}
@media screen and (min-width: 768px) {
  #form .l-desc {
    font-size: 0.12rem;
    line-height: 0.23rem;
    margin-bottom: 0.13rem;
  }
}
@media screen and (min-width: 768px) {
  #form .l-caution {
    font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.12rem;
    line-height: 0.17rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #4663B1;
    display: block;
    margin-bottom: 0.56rem;
  }
}
#form .l-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border-radius: 0.1rem;
  border: 0.02rem solid #4663B1;
  padding-top: 0.16rem;
  padding-left: 0.16rem;
  padding-right: 0.28rem;
  padding-bottom: 0.06rem;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #1C3268;
  position: relative;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #form .l-box {
    margin-left: unset;
  }
}
#form .l-box span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  background-color: white;
  position: absolute;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-left: 0.08rem;
  padding-right: 0.08rem;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: unset;
  white-space: nowrap;
}
#form .l-box a {
  font-family: "Bebas Neue", serif;
  font-size: 0.4rem;
  line-height: 0.43rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  position: relative;
  margin-top: 0.06rem;
  margin-bottom: 0.01rem;
  gap: 0.08rem;
  display: flex;
  align-items: baseline;
  color: #4663B1;
}
#form .l-box a::before {
  content: "";
  background-image: url("../img/common/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.29rem;
  height: 0.29rem;
  filter: brightness(0) saturate(100%) invert(35%) sepia(25%) saturate(1247%) hue-rotate(185deg) brightness(102%) contrast(92%);
}
#form .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  #form .l-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #form .l-left {
    flex: none;
  }
}
@media screen and (min-width: 768px) {
  #form .l-right {
    width: 7.63rem;
    flex: none;
    padding-top: 0.19rem;
    padding-right: 1.05rem;
  }
}
#form .l-heading--underline {
  padding-bottom: 0.14rem;
  justify-content: space-between;
  border-bottom: 0.01rem solid black;
  position: relative;
  margin-bottom: 0.31rem;
}
@media screen and (min-width: 768px) {
  #form .l-heading--underline {
    margin-bottom: 0.44rem;
    padding-bottom: 0.11rem;
  }
}
#form .l-heading--underline p {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}
@media screen and (min-width: 768px) {
  #form .l-heading--underline p {
    flex-direction: row;
    gap: 0.11rem;
  }
}
#form .l-heading--underline p span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#form .l-heading--underline p strong {
  color: #1C3268;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 700;
  position: relative;
  left: -0.1rem;
}
@media screen and (min-width: 768px) {
  #form .l-heading--underline p strong {
    position: initial;
    left: unset;
  }
}
#form .l-heading--underline small {
  position: absolute;
  bottom: 0.14rem;
  right: -0.07rem;
  color: #4663B1;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
#form .l-heading--underline b {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #form .l-heading--underline b {
    padding-bottom: 0.1rem;
  }
}
@media screen and (min-width: 768px) {
  #form .l-complete {
    width: 100%;
  }
}
#form .l-complete h3 {
  color: #1C3268;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.3rem;
  line-height: 0.44rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  width: 100%;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #form .l-complete h3 {
    font-size: 0.3rem;
    line-height: 0.44rem;
    margin-bottom: 0.6rem;
  }
}
#form .l-complete p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: -0.02em;
  font-weight: 400;
  display: block;
  margin-bottom: 0.5rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #form .l-complete p {
    font-size: 0.16rem;
    line-height: 0.34rem;
    margin-bottom: 0.8rem;
  }
}
#form .l-complete .c-btn--confirm {
  margin: 0.4rem auto 0;
}
@media screen and (min-width: 768px) {
  #form .l-complete .c-btn--confirm {
    margin-top: 0.5rem;
  }
}
#form .p-form__third .l-container {
  gap: 0.46rem;
}
#form .p-form__third .l-heading {
  margin-bottom: unset;
}
@media screen and (min-width: 768px) {
  #form .p-form__third .l-heading {
    padding-bottom: 0.53rem;
  }
}
@media screen and (min-width: 768px) {
  #form .p-form__third .l-right {
    width: 8.65rem;
    padding-top: 0.93rem;
    padding-right: unset;
  }
}

#wpadminbar {
  display: none;
}
@media screen and (min-width: 768px) {
  #wpadminbar {
    display: flex;
  }
}

.p-body {
  overflow-x: hidden;
  background-image: url("../img/common/bg.webp");
  background-size: 1.01rem 0.81rem;
  background-position: top left;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-body {
    background-size: 2.49rem 1.92rem;
  }
}

.p-main {
  position: relative;
}

.p-header {
  z-index: 100000;
  width: 3.55rem;
  height: 0.5rem;
  position: fixed;
  top: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0em;
  font-weight: 40000;
  background-color: rgba(242, 246, 250, 0.9);
  transition: 0.6s;
  opacity: 1;
  animation: 1s header-in forwards;
  border-radius: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-header {
    border-radius: unset;
    z-index: 1000;
    height: 0.8rem;
    width: 13.6rem;
    height: 0.8rem;
    top: 0.3rem;
  }
}
.p-header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 1.48rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 2.77rem;
    height: 100%;
  }
}
.p-header__logo div {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__logo div {
    transform: unset;
    bottom: -0.34rem;
    left: unset;
    right: calc(50% + 4.63rem);
  }
}
.p-header__logo div span {
  display: none;
}
.p-header__logo div img {
  display: block;
  transition: 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__logo div img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-header__container {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100%;
  padding-left: 0.05rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-header__container {
    display: flex;
    align-items: center;
    padding-left: 0.21rem;
    padding-right: unset;
    box-shadow: unset;
  }
}
.p-header__link {
  display: flex;
  align-items: center;
  padding-right: 0.62rem;
  position: relative;
  gap: 0.16rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__link {
    padding-right: unset;
    flex-direction: column;
    width: 1.82rem;
    height: 100%;
    gap: unset;
  }
}
.p-header__link span {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__link span {
    display: inline;
  }
}
.p-header__link--tel::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  display: block;
  background-image: url("../img/common/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(14%) sepia(51%) saturate(2143%) hue-rotate(204deg) brightness(92%) contrast(90%);
}
@media screen and (min-width: 768px) {
  .p-header__link--tel::before {
    width: 0.16rem;
    height: 0.16rem;
    filter: unset;
  }
}
@media screen and (min-width: 768px) {
  .p-header__link--tel {
    font-family: "Bebas Neue", serif;
    font-size: 0.23rem;
    line-height: 0.25rem;
    letter-spacing: 0.02em;
    font-weight: 400;
    padding-left: 0.21rem;
    background-color: #1C3268;
    color: white;
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    padding-left: 0.21rem;
    flex: none;
    gap: 0.07rem;
  }
}
.p-header__link--contact::before {
  content: "";
  width: 0.22rem;
  height: 0.17rem;
  display: block;
  background-image: url("../img/common/icon_letter.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(14%) sepia(51%) saturate(2143%) hue-rotate(204deg) brightness(92%) contrast(90%);
}
@media screen and (min-width: 768px) {
  .p-header__link--contact::before {
    width: 0.15rem;
    height: 0.12rem;
    filter: unset;
  }
}
@media screen and (min-width: 768px) {
  .p-header__link--contact {
    font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.16rem;
    line-height: 0.24rem;
    letter-spacing: 0.06em;
    font-weight: 500;
    padding-left: 0.21rem;
    background-color: #4663B1;
    color: white;
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    padding-left: 0.21rem;
    flex: none;
    gap: 0.14rem;
    cursor: pointer;
  }
}
.p-header__link--sub {
  position: absolute;
  bottom: 0.1rem;
  right: 0;
  transform: translateY(100%);
  display: flex;
  flex-direction: column;
  opacity: 0;
  width: 1.54rem;
  max-width: 1.54rem;
  transition: 0.3s;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-header__link--sub {
    width: 1.82rem;
    max-width: 1.82rem;
    border-top: 0.01rem solid white;
  }
}
.p-header__link--sub--active {
  opacity: 1 !important;
  bottom: 0 !important;
  pointer-events: all !important;
}
.p-header__link--sub a {
  background-color: #4663B1;
  color: white;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0.01rem solid white;
  width: 1.54rem;
  height: 0.4rem;
  max-width: 1.54rem;
  color: #9DB0DE;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-header__link--sub a {
    font-size: 0.16rem;
    line-height: 0.24rem;
    width: 1.82rem;
    max-width: 1.82rem;
  }
}
.p-header__link--sub a:hover {
  opacity: 1;
  color: white;
}
.p-header__nav {
  position: fixed;
  z-index: 99999;
  top: -0.1rem;
  right: -0.1rem;
  max-width: unset;
  width: 100vw;
  height: 100vh;
  background-color: #F2F6FA;
  color: black;
  transform: translateX(100%);
  transition: 0.3s;
  padding-top: 0.94rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 1rem;
  overflow: scroll;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    padding: unset;
    position: initial;
    background-color: unset;
    transform: unset;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto;
    margin-right: 0.59rem;
    overflow: initial;
  }
}
@media screen and (min-width: 768px) {
  .p-header__nav .c-btn--kimono {
    width: 2.23rem;
    height: 0.58rem;
  }
}
.p-header__nav--container {
  display: flex;
  flex-direction: column;
  flex: none;
  max-height: unset;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.p-header__nav--logo {
  position: absolute;
  width: 1.48rem;
  height: 0.59rem;
  top: 0.06rem;
  left: 0.17rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--logo {
    display: none;
  }
}
.p-header__nav--logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-header__nav--menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  float: left;
  gap: 0.14rem;
  margin-bottom: 0.47rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu {
    flex-direction: row;
    gap: 0.6rem;
    margin-bottom: 0.68rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: unset;
  }
}
.p-header__nav--menu li {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-bottom: 0.14rem;
  padding-left: 0.21rem;
  border-bottom: 0.01rem solid #D0D3E8;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu li {
    padding-left: unset;
    padding-bottom: unset;
    border-bottom: unset;
  }
}
.p-header__nav--info {
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
  align-items: flex-start;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-header__nav--info {
    display: none;
  }
}
.p-header__nav--box {
  position: fixed;
  z-index: 100001;
  top: 0.26rem;
  right: 0.25rem;
  width: 0.27rem;
  height: 0.17rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-header__nav--box {
    display: none;
  }
}
.p-header__nav--box--check {
  display: none;
}
.p-header__nav--box--check:checked ~ .p-header .p-header__nav {
  transform: translateX(0);
}
.p-header__nav--box--check:checked ~ .p-header__nav {
  transform: translateX(0);
}
.p-header__nav--box--check:checked ~ .p-header__nav--bg {
  pointer-events: all;
  opacity: 1;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box::after {
  opacity: 0;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(1) {
  transform: translateY(-50%) rotate(28.05deg);
  height: 0.01rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(1) {
    height: 0.015rem;
  }
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(2) {
  opacity: 0;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(3) {
  transform: translateY(-50%) rotate(-28.05deg);
  height: 0.01rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(3) {
    height: 0.015rem;
  }
}
.p-header__nav--box--line {
  position: absolute;
  z-index: 1;
  top: 50%;
  transition: 0.3s;
  width: 100%;
  height: 0.02rem;
  background-color: #1C3268;
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--line {
    height: 0.02rem;
  }
}
.p-header__nav--box--line:nth-of-type(1) {
  transform: translateY(calc(-0.06rem - 50%));
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--line:nth-of-type(1) {
    transform: translateY(calc(-0.08rem - 50%));
  }
}
.p-header__nav--box--line:nth-of-type(2) {
  transform: translateY(-50%);
}
.p-header__nav--box--line:nth-of-type(3) {
  transform: translateY(calc(0.06rem - 50%));
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--line:nth-of-type(3) {
    transform: translateY(calc(0.08rem - 50%));
  }
}

.p-footer {
  position: relative;
  z-index: 10;
  background: linear-gradient(to bottom, white 0%, #F8F9FC 45%, #E8F3FF 80%, #E8F3FF 100%);
  color: black;
  width: 100%;
  display: block;
}
.p-footer__container {
  display: flex;
  flex-direction: column;
  gap: unset;
  align-items: center;
  padding-top: 0.13rem;
  padding-bottom: 0.16rem;
}
@media screen and (min-width: 768px) {
  .p-footer__container {
    width: 12.8rem;
    margin: auto;
    flex-direction: row;
    align-items: flex-start;
    padding-top: 0.85rem;
    padding-bottom: 0.77rem;
  }
}
.p-footer__logo {
  width: 2.62rem;
  height: 1.04rem;
  display: block;
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    margin-bottom: unset;
    width: 3.35rem;
    height: 1.33rem;
    position: relative;
    left: -0.23rem;
  }
}
.p-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-footer__info {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  align-items: center;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-footer__info {
    margin-left: 0.57rem;
    text-align: left;
    gap: 0.2rem;
    align-items: flex-start;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.p-footer__info h2 {
  margin-bottom: 0.04rem;
}
@media screen and (min-width: 768px) {
  .p-footer__info h2 {
    position: relative;
    left: -0.08rem;
    margin-bottom: unset;
  }
}
.p-footer__info address {
  font-style: normal;
}
.p-footer__info span {
  margin-top: 0.04rem;
}
@media screen and (min-width: 768px) {
  .p-footer__info span {
    margin-top: unset;
  }
}
.p-footer__menu {
  margin-top: 0.55rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  align-items: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-footer__menu {
    margin-top: unset;
    gap: 0.65rem;
    margin-left: auto;
    width: 3rem;
    align-items: flex-end;
  }
}
.p-footer__menu ul {
  display: flex;
  justify-content: center;
  gap: 0.17rem 0.62rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-footer__menu ul {
    justify-content: flex-end;
    gap: 0.2rem 0.6rem;
  }
}
.p-footer__copyright {
  color: #1C3268;
  font-family: "Bebas Neue", serif;
  font-size: 0.12rem;
  line-height: 0.13rem;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.p-works-list {
  display: flex;
  flex-direction: column;
}
.p-works-list__wrapper {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
  border-bottom: 0.01rem solid #EFF0F0;
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
}
.p-works-list__wrapper:nth-of-type(1) {
  padding-top: unset;
}
@media screen and (min-width: 768px) {
  .p-works-list__wrapper {
    flex-direction: row;
    gap: 0.48rem;
    align-items: baseline;
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
  }
}
.p-works-list__date {
  font-size: 0.16rem;
  line-height: 0.16rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #F2F6FA;
}
@media screen and (min-width: 768px) {
  .p-works-list__date {
    flex: none;
    white-space: nowrap;
    font-size: 0.2rem;
    line-height: 0.2rem;
  }
}
.p-works-list__title {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-works-list__title[href=""] {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-works-list__title {
    font-size: 0.2rem;
    line-height: 0.34rem;
  }
}

.p-category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.05rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-category-list {
    justify-content: flex-end;
    gap: 0.2rem;
  }
}
.p-category-list__item {
  border-radius: 1rem;
  border: 0.02rem solid #4663B1;
  color: #4663B1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 0.05rem 0.05rem 0.06rem;
  width: 1.05rem;
  min-height: 0.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-category-list__item {
    min-width: 1.8rem;
    width: auto;
    min-height: unset;
    height: 0.5rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.p-category-list__item--current {
  background-color: #4663B1;
  color: white;
}

.p-archive {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-archive {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem 0.2rem;
  }
}
.p-archive__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.13rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-archive__wrapper {
    width: 3.6rem;
    gap: 0.14rem;
  }
}
.p-archive__thumb {
  width: 100%;
  height: 2.16rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-archive__thumb {
    height: 2.4rem;
  }
}
.p-archive__thumb img {
  width: 100%;
  height: 100%;
}
.p-archive__thumb figcaption {
  position: absolute;
  min-width: 1.14rem;
  height: 0.27rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #4663B1;
  color: white;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  top: 0;
  left: 0;
}
.p-archive__info {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  align-items: flex-start;
}
.p-archive__title {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.19rem;
  line-height: 0.27rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-archive__title {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}
.p-archive__desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  .p-archive__desc {
    line-height: 0.32rem;
  }
}

.p-pagination {
  margin: auto;
}
.p-pagination ul.page-numbers {
  display: flex;
  gap: 0.2rem;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-family: "Bebas Neue", serif;
  font-size: 0.16rem;
  line-height: 0.19rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-pagination ul.page-numbers {
    gap: 0.25rem;
    font-size: 0.2rem;
  }
}
.p-pagination ul.page-numbers li {
  width: 0.26rem;
  height: 0.34rem;
}
@media screen and (min-width: 768px) {
  .p-pagination ul.page-numbers li {
    width: 0.3rem;
    height: 0.4rem;
  }
}
.p-pagination ul.page-numbers li a, .p-pagination ul.page-numbers li span {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1C3268;
  padding-top: 0.05rem;
}
.p-pagination ul.page-numbers li .current {
  background-color: #1C3268;
  color: white;
}
.p-pagination ul.page-numbers li:has(.dots) {
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}
.p-pagination ul.page-numbers li .dots {
  border: unset;
  padding-bottom: 0.08rem;
}

.p-article__info {
  display: flex;
  gap: 0.16rem;
  flex-wrap: wrap;
  align-items: center;
}
.p-article__category {
  min-width: 1.3rem;
  height: 0.36rem;
  color: white;
  background-color: #4663B1;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 0.08rem;
}
.p-article__date {
  font-family: "Bebas Neue", serif;
  font-size: 0.18rem;
  line-height: 0.19rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #4663B1;
}
.p-article__title {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.35rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 0.15rem;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-article__title {
    font-size: 0.28rem;
    line-height: 0.45rem;
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
  }
}
.p-article__content {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-article__content {
    line-height: 0.29rem;
    padding-bottom: 1rem;
  }
}
.p-article__content > * {
  margin-bottom: 0.3rem;
}
.p-article__content > *:last-child {
  margin-bottom: unset;
}
.p-article__content img {
  display: block;
}
.p-article__content h2 {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.19rem;
  line-height: 0.31rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-article__content h2 {
    font-size: 0.22rem;
    line-height: 0.32rem;
    margin-bottom: 0.2rem;
  }
}
.p-article__content h3 {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 700;
  padding-left: 0.1rem;
  position: relative;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-article__content h3 {
    margin-bottom: 0.21rem;
  }
}
.p-article__content h3::before {
  content: "";
  position: absolute;
  top: 0.06rem;
  left: 0;
  width: 0.02rem;
  height: 0.15rem;
  background-color: #1C3268;
}
.p-article__content h4, .p-article__content h5, .p-article__content h6, .p-article__content b, .p-article__content strong {
  font-weight: 700;
}
.p-article__content ul {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-article__content ul {
    gap: 0.04rem;
  }
}
.p-article__content ul li {
  padding-left: 1em;
  position: relative;
}
.p-article__content ul li::before {
  content: "";
  position: absolute;
  width: 0.33em;
  height: 0.33em;
  background-color: #1C3268;
  border-radius: 100%;
  top: 0.8em;
  left: 0;
  display: block;
  flex: none;
}
.p-article__content ol {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  counter-reset: count 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-article__content ol {
    gap: 0.04rem;
  }
}
.p-article__content ol li {
  padding-left: 1.6em;
  position: relative;
  counter-increment: count 1;
}
.p-article__content ol li::before {
  content: counter(count);
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  background-color: #1C3268;
  border-radius: 100%;
  top: 0.5em;
  left: 0;
  display: block;
  color: white;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.1em;
  box-sizing: border-box;
  flex: none;
}
.p-article__content a:not([class]) {
  color: #1C3268;
  text-decoration: underline;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-article__content a:not([class])[href*=".pdf"] {
  display: inline-flex;
  gap: 0.11rem;
  align-items: center;
}
.p-article__content a:not([class])[href*=".pdf"]::before {
  content: "";
  width: 0.19rem;
  height: 0.19rem;
  flex: none;
  display: inline-block;
  background-image: url("../img/common/icon_pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-article__content .wp-block-preformatted:not(:has(.wp-block-preformatted, .wp-block-quote)):not(:empty) {
  background-color: #F5F5F2;
  padding: 0.17rem;
}
@media screen and (min-width: 768px) {
  .p-article__content .wp-block-preformatted:not(:has(.wp-block-preformatted, .wp-block-quote)):not(:empty) {
    padding: 0.3rem;
  }
}
.p-article__content .wp-block-quote:not(:has(.wp-block-preformatted, .wp-block-quote)):not(:empty) {
  background-color: #70847D;
  padding: 0.17rem;
  color: white;
}
@media screen and (min-width: 768px) {
  .p-article__content .wp-block-quote:not(:has(.wp-block-preformatted, .wp-block-quote)):not(:empty) {
    padding: 0.3rem;
  }
}
.p-article__content .wp-element-button {
  background-color: #1C3268;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  min-height: 0.62rem;
  border-radius: 2rem;
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-article__content .wp-block-gallery .wp-block-image {
    width: 100% !important;
  }
}
.p-article__content {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-article__content {
    line-height: 0.29rem;
  }
}
.p-article__content > * {
  margin-bottom: 0.3rem;
}
.p-article__content > *:last-child {
  margin-bottom: unset;
}
.p-article__content img {
  display: block;
}
.p-article__content h2 {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.27rem;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-article__content h2 {
    font-size: 0.18rem;
    line-height: 0.25rem;
  }
}
.p-article__content h3 {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 700;
  padding-left: 0.1rem;
  position: relative;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-article__content h3 {
    margin-bottom: 0.21rem;
  }
}
.p-article__content h3::before {
  content: "";
  position: absolute;
  top: 0.06rem;
  left: 0;
  width: 0.02rem;
  height: 0.15rem;
  background-color: #1C3268;
}
.p-article__content h4, .p-article__content h5, .p-article__content h6, .p-article__content b, .p-article__content strong {
  font-weight: 700;
}
.p-article__content ul {
  display: flex;
  flex-direction: column;
  gap: 0.17rem;
}
@media screen and (min-width: 768px) {
  .p-article__content ul {
    gap: 0.04rem;
  }
}
.p-article__content ul li {
  padding-left: 1em;
  position: relative;
}
.p-article__content ul li::before {
  content: "";
  position: absolute;
  width: 0.33em;
  height: 0.33em;
  background-color: #1C3268;
  border-radius: 100%;
  top: 0.8em;
  left: 0;
  display: block;
  flex: none;
}
.p-article__content ol {
  display: flex;
  flex-direction: column;
  gap: 0.17rem;
  counter-reset: count 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-article__content ol {
    gap: 0.04rem;
  }
}
.p-article__content ol li {
  padding-left: 1.6em;
  position: relative;
  counter-increment: count 1;
}
.p-article__content ol li::before {
  content: counter(count);
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  background-color: #1C3268;
  border-radius: 100%;
  top: 0.5em;
  left: 0;
  display: block;
  color: white;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.1em;
  box-sizing: border-box;
  flex: none;
}
.p-article__content a:not([class]) {
  color: #1C3268;
  text-decoration: underline;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-article__content a:not([class])[href*=".pdf"] {
  display: inline-flex;
  gap: 0.11rem;
  align-items: center;
}
.p-article__content a:not([class])[href*=".pdf"]::before {
  content: "";
  width: 0.19rem;
  height: 0.19rem;
  flex: none;
  display: inline-block;
  background-image: url("../img/common/icon_pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-article__content .wp-block-preformatted:not(:has(.wp-block-preformatted, .wp-block-quote)):not(:empty) {
  background-color: #F5F5F2;
  padding: 0.17rem;
}
@media screen and (min-width: 768px) {
  .p-article__content .wp-block-preformatted:not(:has(.wp-block-preformatted, .wp-block-quote)):not(:empty) {
    padding: 0.3rem;
  }
}
.p-article__content .wp-block-quote:not(:has(.wp-block-preformatted, .wp-block-quote)):not(:empty) {
  background-color: #70847D;
  padding: 0.17rem;
  color: white;
}
@media screen and (min-width: 768px) {
  .p-article__content .wp-block-quote:not(:has(.wp-block-preformatted, .wp-block-quote)):not(:empty) {
    padding: 0.3rem;
  }
}
.p-article__content .wp-element-button {
  background-color: #1C3268;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  min-height: 0.62rem;
  border-radius: 2rem;
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-article__content .wp-block-gallery .wp-block-image {
    width: 100% !important;
  }
}

.p-navigation {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  white-space: nowrap;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-navigation {
    justify-content: center;
    gap: 0.64rem;
  }
}

.p-news-list {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-news-list {
    gap: 0.2rem;
  }
}
.p-news-list__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  padding-bottom: 0.11rem;
  border-bottom: 0.01rem solid #D0D3E8;
}
@media screen and (min-width: 768px) {
  .p-news-list__wrapper {
    flex-direction: row;
    padding-bottom: 0.2rem;
    gap: 0.32rem;
    align-items: center;
  }
}
.p-news-list__wrapper:nth-last-of-type(1) {
  border-bottom: unset;
  padding-bottom: unset;
}
.p-news-list__wrapper[href=""] {
  pointer-events: none;
}
.p-news-list__date {
  width: 1.11rem;
  height: 0.26rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4663B1;
  font-family: "Bebas Neue", serif;
  font-size: 0.16rem;
  line-height: 0.17rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  padding-top: 0.02rem;
  text-align: center;
  border: 0.015rem solid #4663B1;
}
@media screen and (min-width: 768px) {
  .p-news-list__date {
    flex: none;
    width: 1.3rem;
    height: 0.36rem;
    font-size: 0.18rem;
    line-height: 0.19rem;
  }
}
.p-news-list__title {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-news-list__title {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}

.p-form-phase {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.p-form-phase__wrapper {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.p-form-phase__wrapper:nth-last-of-type(1) {
  width: 0.5rem;
  flex-grow: 0;
}
.p-form-phase__wrapper:nth-last-of-type(1)::after {
  content: unset;
}
.p-form-phase__wrapper span {
  width: 0.5rem;
  height: 0.5rem;
  border: 0.01rem solid #D0D3E8;
  color: #D0D3E8;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  flex: none;
}
.p-form-phase__wrapper::after {
  content: "";
  height: 0.01rem;
  flex-grow: 1;
  background-color: #D0D3E8;
}
.p-form-phase__wrapper[data-current] span {
  background-color: #4663B1;
  color: white;
  border: unset;
}

.p-form__switch {
  display: none;
  margin: auto;
}
.p-form__switch#form-switch-first:checked ~ .p-form__first {
  display: block !important;
}
.p-form__switch#form-switch-second:checked ~ .p-form__second {
  display: block !important;
}
.p-form__switch#form-switch-third:checked ~ .p-form__third {
  display: block !important;
}
.p-form__first {
  display: none;
}
.p-form__second {
  display: none;
}
.p-form__third {
  display: none;
}
.p-form__error {
  padding: 0.17rem;
  background-color: #FFE0E0;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 400;
  border-radius: 0.04rem;
  color: red;
  display: none;
  margin-bottom: 0.23rem;
  margin-top: -0.4rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__error {
    margin-top: unset;
    margin-bottom: 0.3rem;
    padding: 0.24rem;
  }
}
.p-form__main .c-btn--confirm {
  margin: 0.68rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-form__main .c-btn--confirm {
    margin-top: 1.05rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-form__main:has(.wpcf7-not-valid) .p-form__error {
  display: block;
}
.p-form__main--container {
  display: flex;
  flex-direction: column;
  gap: 0.26rem;
}
@media screen and (min-width: 768px) {
  .p-form__main--container {
    gap: 0.39rem;
  }
}
.p-form__main--space {
  height: 0.25rem;
}
.p-form__main--space--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-form__main--space--pc {
    display: block;
    height: 0.3rem;
  }
}
.p-form__main--line {
  width: 100%;
  height: 0.005rem;
  background-color: #B0C4CE;
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-form__main--line {
    margin-top: 0.16rem;
    margin-bottom: 0.16rem;
  }
}
.p-form__main--subject {
  max-width: unset;
  width: 100vw;
  height: 0.59rem;
  padding-left: 0.18rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  background-color: #F0F4F6;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-form__main--subject {
    width: 100%;
    max-width: usnet;
    left: unset;
    transform: unset;
    margin-bottom: 0.16rem;
  }
}
.p-form__hidden {
  display: none !important;
}
.p-form__select {
  position: relative;
  width: 100%;
  height: 0.46rem;
  border: unset;
  display: flex;
  flex-direction: column;
  --active: transparent;
  --active-check: 0;
  z-index: 3;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__select {
    width: 3.76rem;
  }
}
.p-form__select::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0.15rem;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 0.08rem;
  background-color: #4663B1;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media screen and (min-width: 768px) {
  .p-form__select::after {
    right: 0.22rem;
  }
}
.p-form__select--container {
  display: flex;
  flex-direction: column;
  border-radius: 0.05rem;
  background-color: #F0F0F0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 0.46rem;
  padding-top: 0.03rem;
  border-bottom: 0.01rem solid #DBE6EB;
}
@media screen and (min-width: 768px) {
  .p-form__select--container {
    gap: 0.03rem;
  }
}
.p-form__select--item {
  width: 100%;
  height: 0.4rem;
  border: 0.05rem solid transparent;
  background-clip: padding-box;
  display: none;
  overflow: hidden;
  pointer-events: none;
  cursor: pointer;
  position: relative;
}
.p-form__select--item:nth-of-type(1) {
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-form__select--item {
    height: 0.4rem;
    border-width: 0.06rem;
  }
}
.p-form__select--item span {
  padding-left: 0.09rem;
  border-radius: 0.04rem;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding-left: 0.26rem;
  height: 0.3rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-form__select--item span {
    padding-left: 0.26rem;
  }
}
.p-form__select--item span:hover {
  background-color: #A0C0FF;
  color: white;
}
.p-form__select--item--active {
  display: block;
}
.p-form__select--item--active span {
  background-color: var(--active);
  color: var(--active-font);
}
.p-form__select--item--active span::before {
  content: "";
  background-image: url("../img/common/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.1rem;
  height: 0.08rem;
  position: absolute;
  top: 50%;
  left: 0.11rem;
  transform: translateY(-50%);
  opacity: var(--active-check);
  transition: 0.3s;
}
.p-form__select:focus {
  --active: #A0C0FF;
  --active-font: white;
  --active-check: 1;
}
.p-form__select:focus .p-form__select--container {
  background-color: #F2F6F8;
}
.p-form__select:focus .p-form__select--item {
  display: block !important;
  pointer-events: all !important;
}
.p-form__select:focus .p-form__select--item:nth-of-type(n+2) {
  border-top-width: unset;
}
@media screen and (min-width: 768px) {
  .p-form__select:focus .p-form__select--item:nth-of-type(n+2) {
    border-top-width: unset;
  }
}
.p-form__item {
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
}
@media screen and (min-width: 768px) {
  .p-form__item {
    flex-direction: row;
    gap: unset;
    align-items: flex-start;
  }
}
.p-form__item:has(.wpcf7-not-valid) .p-form__item--invalid {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-form__item:has(.p-form__item--radio) {
    margin-top: -0.12rem;
  }
}
.p-form__item > dt {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__item > dt {
    font-size: 0.16rem;
    line-height: 0.24rem;
    gap: 0.05rem;
    width: 2.08rem;
    flex: none;
    padding-top: 0.12rem;
  }
}
.p-form__item > dt small {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form__item > dt small {
    justify-self: flex-start;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-form__item > dt::before {
    content: "※";
    font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.12rem;
    line-height: 0.17rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: transparent;
  }
}
.p-form__item > dd {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__item > dd {
    flex-grow: 1;
    display: flex;
    fllex-direction: column;
    justify-content: center;
    min-height: 0.46rem;
  }
}
.p-form__item > dd small {
  display: block;
  margin-top: 0.15rem;
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-form__item > dd small {
    font-size: 0.15rem;
    line-height: 0.21rem;
    margin-top: 0.16rem;
  }
}
.p-form__item > dd.p-form__item--half {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 0.17rem;
}
@media screen and (min-width: 768px) {
  .p-form__item > dd.p-form__item--half {
    justify-content: flex-start;
    gap: 0.21rem;
  }
  .p-form__item > dd.p-form__item--half > *:has(input) {
    width: 50%;
  }
}
.p-form__item--invalid {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: red;
  margin-top: 0.05rem;
  display: none;
}
.p-form__item--required > dt {
  gap: 0.02rem;
  align-items: baseline;
}
.p-form__item--required > dt::before {
  content: "※";
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #1C3268;
}
.p-form__item--flex {
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-form__item--flex {
    gap: 0.12rem;
  }
}
.p-form__item--flex > dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-form__item--flex > dl {
    justify-content: flex-start;
  }
}
.p-form__item--flex > dl dt {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form__item--flex > dl dt {
    width: 2.58rem;
  }
}
.p-form__item--flex > dl dt strong {
  font-weight: 700;
  font-size: 0.14rem;
}
.p-form__item--flex > dl dd {
  display: flex;
  justify-content: flex-end;
  gap: 0.05rem;
  align-items: center;
  flex: none;
}
.p-form__item--flex > dl dd span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-form__item--full {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-form__item--middle {
    width: 4.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .p-form__item--short {
    width: 2.64rem !important;
  }
}
.p-form__item--tiny {
  width: 0.48rem !important;
  padding: unset !important;
  text-align: center;
}
.p-form__item--caution {
  margin-top: 0.05rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .p-form__item--caution {
    margin-top: 0.08rem;
  }
}
.p-form__item--hori {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.06rem;
}
.p-form__item--hori .wpcf7-form-control {
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
}
.p-form__item--hori--select {
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
  padding-top: 0.12rem;
}
.p-form__item--hori--select .first {
  margin-bottom: 0.16rem !important;
}
.p-form__item--hori--wrapper {
  display: flex;
  align-items: center;
  gap: 0.17rem;
}
.p-form__item--hori--wrapper input {
  width: 0.72rem !important;
  text-align: right;
  padding-right: 0.13rem;
}
.p-form__item--date {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__item--date {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-form__item--date:has(input[data-inputed])::before {
  content: unset;
}
.p-form__item--date::before {
  content: "カレンダーを表示";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #F0F0F0;
  padding-left: 0.18rem;
  display: flex;
  align-items: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  pointer-events: none;
}
.p-form__item--date::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 0.16rem;
  height: 0.17rem;
  right: 0.17rem;
  top: 0.14rem;
  pointer-events: none;
  background-image: url("../img/common/icon_calendar.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0.12rem;
}
.p-form__item--date input::-webkit-calendar-picker-indicator {
  opacity: 0 !important;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.p-form__item--date span {
  display: block;
}
.p-form__item--radio .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__item--radio .wpcf7-radio {
    padding-top: 0.12rem;
  }
}
.p-form__item--file {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-top: 0.12rem;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.p-form__item--file::before {
  content: "ファイルを選択";
  width: 1.47rem;
  height: 0.46rem;
  border-radius: 0.04rem;
  background-color: #F0F0F0;
  color: #1E2945;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.p-form__item--file .wpcf7-form-control-wrap {
  display: none;
}
.p-form__item--file--name {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: #2D313B;
  word-break: break-all;
}
.p-form__item--policy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.31rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 4000;
}
@media screen and (min-width: 768px) {
  .p-form__item--policy {
    justify-content: flex-start;
    margin-top: unset;
  }
}
.p-form__item--policy input[type=checkbox] {
  width: 0.2rem;
  height: 0.2rem;
}
.p-form__item--policy a {
  color: #1C3268;
  text-decoration: underline;
}
.p-form__item--policy .wpcf7-list-item .wpcf7-list-item-label {
  display: none;
}
.p-form__button {
  background-color: white;
  border-radius: 0.06rem;
  padding-top: 0.36rem;
  padding-left: 0.48rem;
  padding-right: 0.48rem;
  padding-bottom: 0.39rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0.01rem solid #D8D8D8;
}
@media screen and (min-width: 768px) {
  .p-form__button {
    padding-top: 0.42rem;
    padding-bottom: 0.42rem;
    margin-top: 0.98rem;
    margin-bottom: 0.6rem;
  }
}
.p-form__button--desc {
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  .p-form__button--desc {
    margin-bottom: 0.2rem;
    font-size: 0.15rem;
    line-height: 0.3rem;
  }
}
.p-form__button--desc a {
  color: #A0C0FF;
  text-decoration: underline;
}
.p-form__button--check {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form__button--check {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-form__button--check .wpcf7-list-item-label::before {
  border-radius: 0.04rem !important;
}
.p-form__button--check input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
  background-image: url("../img/common/check.svg");
  background-color: #A0C0FF;
  background-size: 0.13rem 0.08rem;
  border: unset;
}
.p-form__button--check:has(.wpcf7-not-valid) {
  color: red;
}
.p-form__button--check:has(.wpcf7-not-valid) .p-form__item--invalid {
  display: block !important;
}
.p-form__button--check .p-form__item--invalid {
  position: absolute;
  bottom: -0.2rem;
  left: 0.22rem;
  transform: transslate(0, 100%);
}
.p-form__button:has(input[type=checkbox]:checked) ~ label[for=form-switch-second] {
  opacity: 1;
  pointer-events: all;
  filter: grayscale(0);
}
.p-form__send {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
  margin-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-form__send {
    margin-top: 0.83rem;
    flex-direction: row;
    justify-content: center;
  }
}
.p-form__send .c-btn--white {
  padding-right: unset;
  transition: 0.3s;
  cursor: pointer;
}
.p-form__send .c-btn--white:hover {
  opacity: 0.7;
}
.p-form__send .c-btn--arrow--blue {
  padding-right: unset;
  transition: 0.3s;
  cursor: pointer;
}
.p-form__send .c-btn--arrow--blue:hover {
  opacity: 0.7;
}
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form input[type=date],
.p-form input[type=number],
.p-form select {
  width: 100%;
  height: 0.5rem;
  color: black;
  outline: unset;
  border: unset;
  background-color: #F2F6FA;
  padding-left: 0.12rem;
  padding-right: 0.12rem;
  border-radius: 0.03rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form input[type=text],
  .p-form input[type=email],
  .p-form input[type=tel],
  .p-form input[type=date],
  .p-form input[type=number],
  .p-form select {
    padding-left: 0.18rem;
  }
}
.p-form input[type=text]::-moz-placeholder, .p-form input[type=email]::-moz-placeholder, .p-form input[type=tel]::-moz-placeholder, .p-form input[type=date]::-moz-placeholder, .p-form input[type=number]::-moz-placeholder, .p-form select::-moz-placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
.p-form input[type=text]::placeholder,
.p-form input[type=email]::placeholder,
.p-form input[type=tel]::placeholder,
.p-form input[type=date]::placeholder,
.p-form input[type=number]::placeholder,
.p-form select::placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
.p-form .wpcf7-list-item {
  margin: unset;
}
.p-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-form input[type=radio] {
  display: none;
}
.p-form input[type=radio] ~ span {
  display: flex;
  align-items: center;
  gap: 0.04rem;
  padding-left: 0.12rem;
  font-weight: 300;
}
.p-form input[type=radio] ~ span::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  border: 0.01rem solid #4663B1;
  background-color: white;
  display: block;
  border-radius: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
}
.p-form input[type=radio]:checked ~ span::before {
  content: "";
  border-width: 0.06rem;
}
.p-form input[type=checkbox]:checked ~ span::before {
  content: "";
  background-image: url("../img/common/icon_check.svg");
}
.p-form input[type=submit] {
  display: none;
}
.p-form textarea {
  width: 100%;
  min-height: 1.9rem;
  background-color: #F2F6FA;
  outline: unset;
  border: unset;
  outline: unset;
  padding: 0.12rem 0.18rem;
  transition: 0.3s;
  color: #1C3268;
  display: block;
  border-radius: 0.04rem;
  color: black;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-form textarea {
    font-size: 0.14rem;
    line-height: 0.24rem;
    padding: 0.13rem 0.18rem;
  }
}
.p-form textarea::-moz-placeholder {
  color: #AAAAAA;
  font-weight: 300;
}
.p-form textarea::placeholder {
  color: #AAAAAA;
  font-weight: 300;
}
.p-form .wpcf7-spinner {
  display: none;
}
.p-form .wpcf7-radio, .p-form .wpcf7-checkbox {
  gap: 0.06rem 0.2rem;
  display: flex;
  flex-wrap: wrap;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.p-form input.wpcf7-not-valid, .p-form textarea.wpcf7-not-valid {
  background-color: #FFE0E0 !important;
  border: 0.01rem solid #FFC0C0 !important;
}
.p-form .wpcf7-not-valid-tip {
  display: none;
  margin-left: auto;
  position: absolute;
  bottom: 105%;
  right: 0;
  font-size: 0.12rem;
  line-height: 0.17rem;
  font-weight: 700;
  color: #a00000;
  white-space: nowrap;
  max-width: unset;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-not-valid-tip {
    top: 100%;
    right: -0.1rem;
    transform: translate(100%, -100%);
    bottom: unset;
  }
}
.p-form .wpcf7-response-output {
  border-radius: 0.05rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-response-output {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.p-form .c-btn--arrow--navy {
  margin: auto;
}

.p-form-confirm {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form-confirm {
    width: 8.05rem;
    margin-left: auto;
  }
}
.p-form-confirm__main {
  width: 100%;
}
.p-form-confirm__main--container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__main--container {
    gap: 0.4rem;
  }
}
.p-form-confirm__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item {
    flex-direction: row;
    gap: unset;
    align-items: baseline;
  }
}
.p-form-confirm__item dt {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  gap: 0.03rem;
}
.p-form-confirm__item dt::before {
  color: #1C3268;
  opacity: 0;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item dt::before {
    content: "※";
  }
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item dt {
    width: 2.32rem;
    flex: none;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.p-form-confirm__item dd {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item dd {
    font-size: 0.14rem;
    line-height: 0.18rem;
    letter-spacing: 0.03em;
  }
}
.p-form-confirm__item dd i {
  display: inline-block;
  font-style: normal;
  padding-right: 0.1rem;
}
.p-form-confirm__item ul {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  padding-right: 0.12rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item ul {
    width: 3.11rem;
  }
}
.p-form-confirm__item ul li {
  display: flex;
  justify-content: space-between;
}
.p-form-confirm__item ul div {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-form-confirm__item ul p {
  white-space: nowrap;
  align-self: flex-end;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-form-confirm__item ul p span {
  font-style: normal;
}
.p-form-confirm__item--required dt::before {
  content: "※";
  opacity: 1;
}
.p-form-confirm__item--horizontal {
  flex-direction: row;
  gap: 0.55rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item--horizontal {
    gap: unset;
  }
}
.p-form-confirm__send {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  margin-top: 0.33rem;
  border-top: 0.01rem solid black;
  padding-top: 0.35rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__send {
    padding-top: 0.45rem;
    margin-top: 0.39rem;
    flex-direction: row;
    justify-content: space-between;
  }
}

.c-bg--white {
  background-color: #F2F6FA;
  width: 100%;
}

.c-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 40000;
}
@media screen and (min-width: 768px) {
  .c-desc {
    font-size: 0.16rem;
    line-height: 0.28rem;
    letter-spacing: 0.05em;
  }
}

.c-full {
  max-width: unset;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c-full {
    transform: unset;
    left: unset;
    position: initial;
    width: auto;
    max-width: 100%;
  }
}

.c-overflow {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .c-overflow {
    overflow-x: initial;
    padding-bottom: unset;
  }
}
.c-overflow > * {
  max-width: unset;
  width: -moz-fit-content;
  width: fit-content;
  height: unset;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  .c-overflow > * {
    padding-bottom: unset;
  }
}

.c-color--black {
  --color: #1C3268;
  --f-color: brightness(0) saturate(100%) invert(14%) sepia(51%) saturate(2143%) hue-rotate(204deg) brightness(92%) contrast(90%);
}
.c-color--white {
  --color: #F2F6FA;
  --f-color: brightness(0) invert(1);
}

.c-btn, .c-btn--confirm, .c-btn--send, .c-btn--fix, .c-btn--blue, .c-btn--tel, .c-btn--arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-btn--arrow {
  gap: 0.15rem;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-btn--arrow {
    gap: 0.34rem;
    font-size: 0.24rem;
    line-height: 0.35rem;
  }
}
.c-btn--arrow:hover {
  opacity: 1;
}
.c-btn--arrow:hover i {
  background-color: #1C3268;
}
.c-btn--arrow:hover i::after {
  filter: brightness(0) invert(1);
}
.c-btn--arrow i {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #D0D3E8;
  border-radius: 100%;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-btn--arrow i {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.c-btn--arrow i::after {
  content: "";
  width: 0.19rem;
  height: 0.13rem;
  display: block;
  background-image: url("../img/common/arrow_right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-btn--arrow i::after {
    width: 0.24rem;
    height: 0.16rem;
  }
}
.c-btn--tel {
  background-color: #1C3268;
  color: white;
  width: 3.25rem;
  height: 0.67rem;
  font-family: "Bebas Neue", serif;
  font-size: 0.31rem;
  line-height: 0.34rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  border-radius: 0.05rem;
  gap: 0.08rem;
  padding-top: 0.04rem;
}
@media screen and (min-width: 768px) {
  .c-btn--tel {
    width: 3.6rem;
    height: 0.74rem;
    font-size: 0.36rem;
    line-height: 0.38rem;
    gap: 0.08rem;
  }
}
.c-btn--tel::before {
  content: "";
  width: 0.22rem;
  height: 0.22rem;
  display: block;
  filter: brightness(0) invert(1);
  background-image: url("../img/common/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: -0.02rem;
}
@media screen and (min-width: 768px) {
  .c-btn--tel::before {
    width: 0.24rem;
    height: 0.24rem;
    top: -0.01rem;
  }
}
.c-btn--blue {
  background-color: #4663B1;
  color: white;
  width: 3.25rem;
  height: 0.67rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
  border-radius: 0.05rem;
}
@media screen and (min-width: 768px) {
  .c-btn--blue {
    width: 3.6rem;
    height: 0.74rem;
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}
.c-btn--confirm, .c-btn--send, .c-btn--fix {
  background-color: #254D8E;
  border-radius: 0.05rem;
  color: white;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  width: 2.4rem;
  height: 0.6rem;
  cursor: pointer;
  transition: 0.3s;
}
.c-btn--confirm:hover, .c-btn--send:hover, .c-btn--fix:hover {
  opacity: 0.7;
}
.c-btn--fix {
  background-color: #D0D3E8;
  color: #254D8E;
  font-size: 0.12rem;
  line-height: 0.21rem;
  width: 1.52rem;
  height: 0.38rem;
}
@media screen and (min-width: 768px) {
  .c-btn--fix {
    width: 2.4rem;
    height: 0.6rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.c-btn--send {
  font-size: 0.12rem;
  line-height: 0.21rem;
  width: 1.52rem;
  height: 0.38rem;
}
@media screen and (min-width: 768px) {
  .c-btn--send {
    width: 2.4rem;
    height: 0.6rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}

.c-heading, .c-heading--page {
  display: flex;
  flex-direction: column;
}
.c-heading strong, .c-heading--page strong {
  display: block;
  font-family: "Bebas Neue", serif;
  font-size: 0.92rem;
  line-height: 0.98rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-heading strong, .c-heading--page strong {
    font-size: 1.2rem;
    line-height: 1.28rem;
  }
}
.c-heading span, .c-heading--page span {
  display: block;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: -0.02rem;
}
@media screen and (min-width: 768px) {
  .c-heading span, .c-heading--page span {
    font-size: 0.24rem;
    line-height: 0.35rem;
  }
}
.c-heading--page strong {
  font-size: 0.82rem;
  line-height: 0.88rem;
}
@media screen and (min-width: 768px) {
  .c-heading--page strong {
    font-size: 1.2rem;
    line-height: 1.28rem;
  }
}
.c-heading--page span {
  margin-top: -0.03rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
@media screen and (min-width: 768px) {
  .c-heading--page span {
    font-size: 0.24rem;
    line-height: 0.35rem;
    margin-top: -0.04rem;
  }
}
.c-heading--overlay {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
.c-heading--overlay span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: block;
  color: #1C3268;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-heading--overlay span {
    font-size: 0.38rem;
    line-height: 0.55rem;
  }
}
.c-heading--overlay strong {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -42%);
  max-width: unset;
  font-family: "Bebas Neue", serif;
  font-size: 0.71rem;
  line-height: 0.76rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: rgba(208, 211, 232, 0.3);
}
@media screen and (min-width: 768px) {
  .c-heading--overlay strong {
    font-size: 1.2rem;
    line-height: 1.28rem;
  }
}

.c-table {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
}
@media screen and (min-width: 768px) {
  .c-table {
    gap: 0.31rem;
  }
}
.c-table dl {
  width: 100%;
  display: flex;
}
.c-table dl dt {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
  flex: none;
  border-bottom: 0.02rem solid #4663B1;
  padding-bottom: 0.22rem;
  color: #4663B1;
}
@media screen and (min-width: 768px) {
  .c-table dl dt {
    padding-bottom: 0.23rem;
  }
}
.c-table dl dd {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-bottom: 0.22rem;
  border-bottom: 0.02rem solid #D0D3E8;
  padding-left: 0.21rem;
  flex-grow: 1;
  color: black;
}
@media screen and (min-width: 768px) {
  .c-table dl dd {
    padding-left: 0.2rem;
    padding-bottom: 0.2rem;
  }
}

.u-width, .u-width--325-1280, .u-width--325-1200, .u-width--325-1120 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .u-width, .u-width--325-1280, .u-width--325-1200, .u-width--325-1120 {
    padding: 0;
    width: 11.2rem;
    padding-left: unset;
    padding-right: unset;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .u-width--325-1200 {
    width: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .u-width--325-1280 {
    width: 12.8rem;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.swiper {
  opacity: 0;
  transition: 0.3s opacity ease;
  transition-delay: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper.swiper-initialized {
  opacity: 1;
}

.swiper-warpper {
  transition-timing-function: linear;
}

[class^=simplebar] {
  max-width: unset;
}

.simplebar-track {
  background: #DFE2E2 !important;
  height: 0.04rem !important;
  width: 3.25rem;
  left: 50% !important;
  transform: translateX(-50%);
  border-radius: 0.1rem;
  overflow: hidden;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .simplebar-track {
    display: none;
  }
}

.simplebar-scrollbar {
  min-height: 0.04rem;
  background: #1C3268 !important;
  border-radius: 0.1rem;
}
.simplebar-scrollbar::before {
  z-index: 10;
  background: #1C3268 !important;
  opacity: 1 !important;
}

.breadcrumbs {
  position: absolute;
  z-index: 10;
  top: 0.68rem;
  left: 0.25rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.11rem;
  line-height: 0.16rem;
  letter-spacing: -0.02em;
  font-weight: 400;
  width: 3.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    width: 12rem;
    top: 1.26rem;
    left: unset;
    right: calc(50% + 6.4rem);
    transform: translateX(100%);
    font-size: 0.13rem;
    line-height: 0.19rem;
  }
}

.js-fade {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  pointer-events: none;
  opacity: 0;
}
.js-fade--active {
  animation: fade-appear 1.5s forwards;
}

@keyframes fade-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    pointer-events: all;
  }
}
.js-hover--zoomin {
  overflow: hidden;
}
.js-hover--zoomin img {
  transition: 1s;
}
.js-hover--zoomin:hover img {
  transform: scale(1.1);
}

.js-fv #fv-animation1 {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  animation: 3s 0.2s forwards fv-width;
}
.js-fv #fv-animation2 {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  animation: 3s 1s forwards fv-width;
}
.js-fv #fv-animation3 {
  opacity: 0;
  transform: translateY(0.5rem);
  animation: 1s 1.5s forwards fv-fade-up;
}
.js-fv #fv-animation4 {
  opacity: 0;
  transform: translateY(0.5rem);
  animation: 1s 2s forwards fv-fade-up;
}

@keyframes fv-width {
  0% {
    max-width: 0;
    opacity: 1;
  }
  100% {
    max-width: 100%;
    opacity: 1;
  }
}
@keyframes fv-fade-up {
  0% {
    opacity: 0;
    transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-load {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 2s;
}
.js-load--hidden {
  opacity: 0;
  pointer-events: none;
  transition-delay: 3s;
}
.js-load__logo {
  width: 1.45rem;
  height: 1.87rem;
  opacity: 0;
  background-image: url("../img/common/logo_v.svg");
  background-size: contain;
  background-repeat: no-repeat;
  animation: 2s 1s forwards js-load-logo;
}

@keyframes js-load-logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */