@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: #3C3C3C;
  font-family: "Noto Sans JP", "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;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

section {
  position: relative;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.2);
  color: black;
}

::selection {
  background: rgba(0, 0, 0, 0.2);
  color: black;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.2);
  color: black;
}

picture, figure {
  display: block;
}
picture img, figure img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#bottom {
  position: relative;
  z-index: 10;
}
#bottom .l-contact {
  padding: 0.33rem 0.31rem 0.31rem;
  background-color: #303390;
  color: white;
}
@media screen and (min-width: 768px) {
  #bottom .l-contact {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
#bottom .l-contact--wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.06rem;
  width: 100%;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #bottom .l-contact--wrapper {
    padding-top: 0.69rem;
    padding-left: 0.7rem;
    padding-bottom: 0.75rem;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.42rem;
    width: 12.4rem;
    margin: auto;
  }
}
#bottom .l-contact--wrapper:hover {
  opacity: 1;
}
#bottom .l-contact--wrapper:hover::before {
  opacity: 0.2;
}
#bottom .l-contact--wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  background-color: #303390;
  transition: 0.3s;
  opacity: 0.5;
}
#bottom .l-contact--wrapper > * {
  position: relative;
  z-index: 2;
}
#bottom .l-contact--wrapper strong {
  text-align: center;
  font-family: "Barlow Condensed", serif;
  font-size: 0.48rem;
  line-height: 0.58rem;
  letter-spacing: -0.02em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #bottom .l-contact--wrapper strong {
    font-size: 0.8rem;
    line-height: 0.96rem;
    gap: 0.42rem;
  }
}
#bottom .l-contact--wrapper span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.16rem;
}
@media screen and (min-width: 768px) {
  #bottom .l-contact--wrapper span {
    font-size: 0.22rem;
    line-height: 0.32rem;
    gap: 0.48rem;
  }
}
#bottom .l-contact--wrapper span i {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  border: 0.01rem solid #FAFCFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #bottom .l-contact--wrapper span i {
    width: 0.62rem;
    height: 0.62rem;
  }
}
#bottom .l-contact--wrapper span i::after {
  content: "";
  display: block;
  width: 0.07rem;
  height: 0.13rem;
  background-image: url("../img/common/chevron_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  #bottom .l-contact--wrapper span i::after {
    background-image: url("../img/common/chevron_right_large.svg");
    width: 0.1rem;
    height: 0.2rem;
  }
}
#bottom .l-heading {
  color: rgba(255, 255, 255, 0.8);
  background-color: #303390;
  border-top: 0.01rem solid white;
  border-bottom: 0.01rem solid white;
  font-family: "Barlow Condensed", serif;
  font-size: 0.18rem;
  line-height: 0.22rem;
  letter-spacing: -0.02em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0.3rem;
}
@media screen and (min-width: 768px) {
  #bottom .l-heading {
    height: 0.4rem;
    font-size: 0.3rem;
    line-height: 0.36rem;
  }
}
#bottom .l-heading span {
  position: relative;
  top: -0.01rem;
}
@media screen and (min-width: 768px) {
  #bottom .l-heading span {
    top: -0.02rem;
  }
}
#bottom .l-container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #bottom .l-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#bottom .l-container .l-wrapper {
  border-bottom: 0.01rem solid white;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.55rem;
  width: 100%;
  height: 1.2rem;
}
@media screen and (min-width: 768px) {
  #bottom .l-container .l-wrapper {
    padding-left: 1.55rem;
    height: 2rem;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #bottom .l-container .l-wrapper:nth-of-type(2n+1) {
    border-right: 0.01rem solid white;
  }
}
#bottom .l-container .l-wrapper:hover {
  opacity: 1;
}
#bottom .l-container .l-wrapper:hover picture::before {
  background-color: white;
}
#bottom .l-container .l-wrapper strong {
  position: relative;
  z-index: 2;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.27rem;
  line-height: 0.39rem;
  letter-spacing: 0em;
  font-weight: 500;
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  #bottom .l-container .l-wrapper strong {
    font-size: 0.4rem;
    line-height: 0.58rem;
  }
}
#bottom .l-container .l-wrapper strong i {
  font-family: "Barlow Condensed", serif;
  font-size: 0.28rem;
  line-height: 0.34rem;
  letter-spacing: 0em;
  font-weight: 300;
  position: absolute;
  left: -0.35rem;
  font-style: normal;
  top: 0.02rem;
}
@media screen and (min-width: 768px) {
  #bottom .l-container .l-wrapper strong i {
    font-size: 0.52rem;
    line-height: 0.62rem;
    top: 0.1rem;
    left: -0.75rem;
  }
}
#bottom .l-container .l-wrapper span {
  position: relative;
  z-index: 2;
  color: #00A583;
  font-family: "Barlow Condensed", serif;
  font-size: 0.17rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #bottom .l-container .l-wrapper span {
    font-size: 0.24rem;
    line-height: 0.29rem;
  }
}
#bottom .l-container .l-wrapper picture {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#bottom .l-container .l-wrapper picture::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 87, 139, 0.3);
  mix-blend-mode: multiply;
  transition: 0.3s;
}

@keyframes mv {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
}
#fv-bg {
  position: relative;
  z-index: 1;
  padding-bottom: 0.81rem;
  background-color: #6F5757;
}
#fv-bg #fv-bg1 {
  content: "";
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  overflow: hidden;
  pointer-events: none;
}
#fv-bg #fv-bg1::before {
  content: "";
  position: absolute;
  display: block;
  width: 8.66rem;
  left: 50%;
  top: 5.24rem;
  height: calc(100% - 5.24rem);
  transform: translateX(-50%);
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% calc(3.5rem));
          clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% calc(3.5rem));
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: linear-gradient(-20deg, #70CBED 0%, #303390 100%);
}
@media screen and (min-width: 768px) {
  #fv-bg #fv-bg1::before {
    display: none;
    height: calc(100% + 0.02rem);
    width: 47.24rem;
    top: 0;
    top: calc((100vw - 14.56rem) * 0.63);
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% calc(19.03rem));
            clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% calc(19.03rem));
  }
}
#fv-bg #fv-bg2 {
  content: "";
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  overflow: hidden;
  pointer-events: none;
}
#fv-bg #fv-bg2::before {
  content: "";
  position: absolute;
  display: block;
  width: 8.66rem;
  left: 50%;
  top: 5.24rem;
  height: calc(100% - 5.24rem);
  transform: translateX(-50%);
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% calc(3.5rem));
          clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% calc(3.5rem));
  background: linear-gradient(to right, #70cbed 0%, #70cbed calc(50% - 50vw), #303390 calc(50% + 50vw), #303390 100%);
}
@media screen and (min-width: 768px) {
  #fv-bg #fv-bg2::before {
    opacity: 1;
    height: calc(100% + 0.02rem);
    width: 47.24rem;
    top: 0;
    top: calc((100vw - 14.56rem) * 0.63);
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% calc(19.03rem));
            clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% calc(19.03rem));
  }
}

#fv-bg-other {
  position: relative;
  z-index: 2;
  background-color: white;
  overflow-x: hidden;
}

#fv {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  height: 8.95rem;
}
@media screen and (min-width: 768px) {
  #fv {
    height: 8.6rem;
  }
}
#fv::before {
  content: "";
  position: absolute;
  position: fixed;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  background-position: top;
  background-image: url("../img/top/fv_bg_sp.webp");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #fv::before {
    background-image: url("../img/top/fv_bg_pc.webp");
  }
}
#fv .l-bg {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #fv .l-bg {
    width: 100%;
    height: 85.2777777778vw;
  }
}
#fv .l-bg--wrapper {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  animation-name: mv;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-duration: 20s;
  animation-timing-function: linear;
  will-change: opacity;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
#fv .l-bg--wrapper:nth-of-type(1) {
  background-image: url("../img/top/fv1_sp.webp");
  animation-delay: 0s;
}
@media screen and (min-width: 768px) {
  #fv .l-bg--wrapper:nth-of-type(1) {
    background-image: url("../img/top/fv1_pc.webp");
  }
}
#fv .l-bg--wrapper:nth-of-type(2) {
  background-image: url("../img/top/fv2_sp.webp");
  animation-delay: 5s;
}
@media screen and (min-width: 768px) {
  #fv .l-bg--wrapper:nth-of-type(2) {
    background-image: url("../img/top/fv2_pc.webp");
  }
}
#fv .l-bg--wrapper:nth-of-type(3) {
  background-image: url("../img/top/fv3_sp.webp");
  animation-delay: 10s;
}
@media screen and (min-width: 768px) {
  #fv .l-bg--wrapper:nth-of-type(3) {
    background-image: url("../img/top/fv3_pc.webp");
  }
}
#fv .l-bg--wrapper:nth-of-type(4) {
  background-image: url("../img/top/fv4_sp.webp");
  animation-delay: 15s;
}
@media screen and (min-width: 768px) {
  #fv .l-bg--wrapper:nth-of-type(4) {
    background-image: url("../img/top/fv4_pc.webp");
  }
}
#fv .l-logo {
  z-index: 6;
  position: absolute;
  position: fixed;
  left: 0.2rem;
  top: 2.9rem;
  color: white;
}
@media screen and (min-width: 768px) {
  #fv .l-logo {
    display: flex;
    flex-direction: column;
    gap: 0.42rem;
    top: 1.89rem;
    left: unset;
    right: calc(50% + 7.2rem);
    transform: translateX(100%);
    white-space: nowrap;
  }
}
#fv .l-logo picture {
  width: 1.95rem;
  height: 1.72rem;
  margin-bottom: 0.16rem;
}
@media screen and (min-width: 768px) {
  #fv .l-logo picture {
    position: relative;
    left: 1.7rem;
    width: 3.67rem;
    height: 3.24rem;
  }
}
#fv .l-logo div {
  display: flex;
  flex-direction: column;
}
#fv .l-logo strong {
  font-family: "Barlow Condensed", serif;
  font-size: 0.82rem;
  line-height: 0.98rem;
  letter-spacing: -0.03em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #fv .l-logo strong {
    font-size: 1.6rem;
    line-height: 1.92rem;
  }
}
#fv .l-logo span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: -0.1rem;
  display: flex;
  align-items: center;
  gap: 0.04rem;
}
@media screen and (min-width: 768px) {
  #fv .l-logo span {
    font-size: 0.44rem;
    line-height: 0.64rem;
  }
}
#fv .l-logo span::before {
  content: "";
  width: 0.29rem;
  height: 0.02rem;
  background-color: white;
}

#top-history {
  position: relative;
  z-index: 15;
  color: white;
  margin-top: -2rem;
  padding-top: 1rem;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  #top-history {
    overflow-x: initial;
    margin-top: 17.3611111111vw;
    padding-top: unset;
    padding-bottom: 13.8888888889vw;
  }
}
#top-history .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
@media screen and (min-width: 768px) {
  #top-history .l-container {
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
  }
}
#top-history .l-container .l-right {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.3rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  #top-history .l-container .l-right {
    width: 5.5rem;
    padding-right: 0.7rem;
    margin-left: auto;
    font-size: 0.17rem;
    line-height: 0.4rem;
  }
}
#top-history .l-container .l-left {
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
}
@media screen and (min-width: 768px) {
  #top-history .l-container .l-left {
    width: 4.95rem;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: var(--top);
    padding-bottom: 2.8rem;
  }
}
#top-history .l-container .l-left iframe {
  display: block;
  width: 100%;
  height: 1.93rem;
}
@media screen and (min-width: 768px) {
  #top-history .l-container .l-left iframe {
    height: 2.81rem;
  }
}
#top-history .l-container .l-left a {
  color: white;
  font-family: "Barlow Condensed", serif;
  font-size: 0.12rem;
  line-height: 0.14rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  gap: 0.13rem;
  display: flex;
  align-items: center;
  color: #303390;
}
@media screen and (min-width: 768px) {
  #top-history .l-container .l-left a {
    font-size: 0.18rem;
    line-height: 0.22rem;
    gap: 0.08rem;
  }
}
#top-history .l-container .l-left a::after {
  content: "";
  display: block;
  width: 0.07rem;
  height: 0.07rem;
  background-image: url("../img/common/arrow_top_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #top-history .l-container .l-left a::after {
    width: 0.1rem;
    height: 0.1rem;
  }
}
#top-history .c-btn--card--grad {
  margin-top: 0.5rem;
}
#top-history .l-heading {
  font-family: "Barlow Condensed", serif;
  font-size: 1rem;
  line-height: 1.2rem;
  letter-spacing: -0.02em;
  font-weight: 500;
  opacity: 0.2;
  color: white;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0.18rem;
  right: -0.3rem;
}
@media screen and (min-width: 768px) {
  #top-history .l-heading {
    font-size: 1.34rem;
    line-height: 1.61rem;
    top: -0.86rem;
    right: unset;
    left: calc(50% + 4.96rem);
  }
}

#top-message {
  padding-top: 0.31rem;
  padding-bottom: 6.64rem;
  background-image: url("../img/top/message_bg_sp.webp");
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  color: white;
}
@media screen and (min-width: 768px) {
  #top-message {
    background-image: url("../img/top/message_bg_pc.webp");
    padding-top: 0.55rem;
    padding-bottom: 2.04rem;
  }
}
#top-message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top-message .l-heading {
  font-family: "Barlow Condensed", serif;
  font-size: 1rem;
  line-height: 1.2rem;
  letter-spacing: -0.02em;
  font-weight: 500;
  opacity: 0.2;
  margin-bottom: 0.22rem;
}
@media screen and (min-width: 768px) {
  #top-message .l-heading {
    font-size: 1.34rem;
    line-height: 1.61rem;
    margin-bottom: 0.6rem;
  }
}
#top-message .l-text h3 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.34rem;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #top-message .l-text h3 {
    font-size: 0.32rem;
    line-height: 0.52rem;
    margin-bottom: 0.8rem;
  }
}
#top-message .l-text p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.3rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #top-message .l-text p {
    font-size: 0.17rem;
    line-height: 0.4rem;
  }
}

#top-group {
  padding-top: 0.45rem;
  padding-bottom: 0.98rem;
  position: relative;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) calc(3.85rem), #fdfdfd calc(3.85rem + 15%), #d9f0ff 90%, #d3ddff 100%);
}
@media screen and (min-width: 768px) {
  #top-group {
    padding-top: 1.1rem;
    padding-bottom: 8.07rem;
  }
}
#top-group #deco1 {
  position: absolute;
  width: 5.2rem;
  height: 2.16rem;
  max-width: unset;
  left: -0.72rem;
  bottom: -0.29rem;
  background-image: url("../img/top/bg_group.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #top-group #deco1 {
    width: 14.18rem;
    height: 5.89rem;
    bottom: 1.92rem;
    left: calc(50% - 5.82rem);
  }
}
#top-group #deco2 {
  position: absolute;
  width: 3.98rem;
  height: 4.32rem;
  max-width: unset;
  left: 0.12rem;
  bottom: 2.04rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #top-group #deco2 {
    width: 8.11rem;
    height: 8.86rem;
    bottom: 2.89rem;
    left: calc(50% + -1.39rem);
  }
}
#top-group #deco2 g[data-href] {
  opacity: 0.7;
  transition: 0.3s;
  cursor: pointer;
  pointer-events: all !important;
}
#top-group #deco2 image {
  pointer-events: none;
}
#top-group .c-heading--largest {
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #top-group .c-heading--largest {
    margin-bottom: 0.55rem;
  }
}
#top-group .c-heading--largest strong {
  background: linear-gradient(to right, #6BB3E4 0%, #65E1CA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#top-group .l-desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #top-group .l-desc {
    font-size: 0.18rem;
    line-height: 0.32rem;
  }
}
#top-group .c-btn--card--black {
  filter: drop-shadow(0.04rem 0.04rem 0 rgba(34, 34, 34, 0.3));
  margin: auto;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  #top-group .c-btn--card--black {
    margin-top: 0.73rem;
    margin-left: unset;
  }
}
#top-group .c-btn--card--black:hover {
  filter: drop-shadow(0 0 0 rgba(34, 34, 34, 0.3));
}

#top-pick-up {
  padding-bottom: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-pick-up {
    padding-bottom: 1.01rem;
  }
}
#top-pick-up::before {
  content: "";
  position: absolute;
  width: 7.23rem;
  height: 12.24rem;
  background-image: url("../img/top/bg_pick_up.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: -4.38rem;
  right: 0.22rem;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #top-pick-up::before {
    width: 12.61rem;
    height: 21.35rem;
    top: -8.21rem;
    right: calc(50% + -1.7rem);
  }
}
#top-pick-up .u-width--343-1120 {
  position: relative;
  z-index: 2;
}
#top-pick-up .c-heading--middle {
  filter: brightness(0) invert(1);
  margin-bottom: 0.2rem;
  width: -moz-fit-content;
  width: fit-content;
}
#top-pick-up .l-bg {
  position: absolute;
  z-index: -1;
  width: 3.75rem;
  height: 5.86rem;
  top: -0.38rem;
  left: 0;
  background-color: #222222;
}
@media screen and (min-width: 768px) {
  #top-pick-up .l-bg {
    width: 50%;
    height: 1.17rem;
    top: 0;
    left: 50%;
  }
}
#top-pick-up .c-btn--card {
  width: 2.57rem;
  height: 0.55rem;
  margin: auto;
  margin-top: 0.42rem;
}
@media screen and (min-width: 768px) {
  #top-pick-up .c-btn--card {
    transform: translateX(-50%);
    z-index: 20;
    top: 0.26rem;
    margin: unset;
    left: 50%;
    position: absolute;
    width: 3.52rem;
    height: 0.64rem;
    bottom: 1.11rem;
    transform: unset;
    left: calc(50% + 0.93rem);
  }
}
#top-pick-up .c-btn--card--inside strong {
  font-size: 0.2rem;
}
#top-pick-up .c-btn--card--inside span {
  font-size: 0.11rem;
}
#top-pick-up .c-btn--card--inside::before {
  width: 0.24rem;
  height: 0.39rem;
  right: 0.38rem;
}
@media screen and (min-width: 768px) {
  #top-pick-up .c-btn--card--inside::before {
    width: 0.26rem;
    height: 0.48rem;
    right: 0.51rem;
  }
}
#top-pick-up .c-btn--card--inside::after {
  right: 0.29rem;
}
@media screen and (min-width: 768px) {
  #top-pick-up .c-btn--card--inside::after {
    right: 0.37rem;
  }
}
#top-pick-up .l-slider {
  position: relative;
  z-index: 3;
}
#top-pick-up .l-slider__ui {
  position: absolute;
  display: flex;
  gap: 0.2rem;
  top: -0.24rem;
  right: 0.16rem;
  transform: translateY(-100%);
}
@media screen and (min-width: 768px) {
  #top-pick-up .l-slider__ui {
    right: calc(50% + -0.22rem);
    top: -0.15rem;
  }
}
#top-pick-up .l-slider__prev {
  width: 0.35rem;
  height: 0.35rem;
  background-image: url("../img/common/icon_prev.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.3s;
}
#top-pick-up .l-slider__prev:hover {
  opacity: 0.7;
}
#top-pick-up .l-slider__next {
  width: 0.35rem;
  height: 0.35rem;
  background-image: url("../img/common/icon_next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.3s;
}
#top-pick-up .l-slider__next:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #top-pick-up .l-slider .swiper-slide:nth-of-type(2n) picture {
    border-color: #303390;
  }
}
#top-pick-up .l-slider .swiper-slide picture {
  width: 100%;
  height: 1.97rem;
}
@media screen and (min-width: 768px) {
  #top-pick-up .l-slider .swiper-slide picture {
    height: 19.4444444444vw;
    border-bottom: 0.05rem solid #00A583;
  }
}
#top-pick-up .l-slider .swiper-slide h3 {
  background-color: white;
  width: 100%;
  padding: 0.08rem 0.12rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.76rem;
}
@media screen and (min-width: 768px) {
  #top-pick-up .l-slider .swiper-slide h3 {
    padding: 0.11rem 0.16rem;
    height: 0.99rem;
    font-size: 0.18rem;
    line-height: 0.28rem;
  }
}
#top-pick-up .l-slider .swiper-slide a:hover {
  opacity: 1;
  filter: brightness(1.2);
}

#top-news {
  padding-top: 0.46rem;
  padding-bottom: 0.8rem;
  background-image: url("../img/top/news_bg_sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #top-news {
    background-image: url("../img/top/news_bg_pc.webp");
    padding-top: 1.15rem;
    padding-bottom: 1.22rem;
  }
}
#top-news .c-heading--middle {
  margin-bottom: 0.17rem;
}
@media screen and (min-width: 768px) {
  #top-news .c-heading--middle {
    margin-bottom: 0.39rem;
  }
}
#top-news .c-btn--tag {
  margin: auto;
  margin-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  #top-news .c-btn--tag {
    margin-top: 0.25rem;
  }
}
#top-news .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.17rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #top-news .l-container {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.85rem;
  }
}
#top-news .l-left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-news .l-left {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#top-news .l-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 0.32rem;
}
@media screen and (min-width: 768px) {
  #top-news .l-categories {
    flex-direction: column;
    gap: 0.12rem;
  }
}
#top-news .l-categories a {
  --color: #AAAAAA;
  font-family: "Barlow Condensed", serif;
  font-size: 0.2rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  font-family: "Barlow Condensed", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  color: var(--color);
  display: flex;
  gap: 0.06rem;
  transition: 0.3s;
  align-items: center;
}
#top-news .l-categories a::before {
  content: "";
  width: 0.07rem;
  height: 0.07rem;
  transition: 0.3s;
  background-color: var(--color);
  border-radius: 100%;
}
#top-news .l-categories a:hover {
  --color: #00A583;
  opacity: 1;
}
#top-news .l-archive {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
  width: 3.24rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #top-news .l-archive {
    flex-direction: row;
    gap: 0.48rem;
    align-items: flex-start;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#top-news .l-archive-large {
  padding-bottom: 0.24rem;
  border-bottom: 0.01rem solid #CCCBCB;
}
@media screen and (min-width: 768px) {
  #top-news .l-archive-large {
    border-bottom: unset;
    padding-bottom: unset;
    width: 3.24rem;
    flex: none;
  }
}
#top-news .l-archive-large__wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-news .l-archive-large__wrapper {
    width: 3.24rem;
  }
}
#top-news .l-archive-large__thumb {
  width: 100%;
  height: 2.16rem;
  margin-bottom: 0.16rem;
}
#top-news .l-archive-large__thumb img {
  border-radius: 0.15rem;
}
#top-news .l-archive-large__info {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 0.08rem;
}
#top-news .l-archive-large__info span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
  height: 0.24rem;
  color: white;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color);
}
#top-news .l-archive-large__date {
  font-family: "Barlow Condensed", serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#top-news .l-archive-large__text {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  align-items: center;
}
#top-news .l-archive-large__title {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#top-news .l-archive-large__desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#top-news .l-archive-small {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #top-news .l-archive-small {
    width: 4.6rem;
    flex: none;
  }
}
#top-news .l-archive-small__wrapper {
  width: 100%;
  padding-bottom: 0.24rem;
  padding-top: 0.24rem;
  border-bottom: 0.01rem solid #CCCBCB;
}
@media screen and (min-width: 768px) {
  #top-news .l-archive-small__wrapper {
    border-top: 0.01rem solid #CCCBCB;
    display: flex;
    gap: 0.38rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }
}
#top-news .l-archive-small__wrapper:nth-of-type(n + 3) {
  display: none;
}
@media screen and (min-width: 768px) {
  #top-news .l-archive-small__wrapper:nth-of-type(n + 3) {
    display: flex;
  }
}
#top-news .l-archive-small__wrapper:nth-of-type(2) {
  border-bottom: unset;
  padding-bottom: unset;
}
@media screen and (min-width: 768px) {
  #top-news .l-archive-small__wrapper:nth-of-type(2) {
    padding-bottom: 0.35rem;
    border-bottom: 0.01rem solid #CCCBCB;
  }
}
#top-news .l-archive-small__info {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 0.08rem;
  flex: none;
}
@media screen and (min-width: 768px) {
  #top-news .l-archive-small__info {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0.07rem;
    justify-content: center;
    width: 0.79rem;
  }
}
@media screen and (min-width: 768px) {
  #top-news .l-archive-small__category {
    width: 100%;
  }
}
#top-news .l-archive-small__category span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
  height: 0.24rem;
  color: white;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color);
}
@media screen and (min-width: 768px) {
  #top-news .l-archive-small__category span {
    width: 100%;
    padding-left: unset;
    padding-right: unset;
  }
}
#top-news .l-archive-small__date {
  font-family: "Barlow Condensed", serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#top-news .l-archive-small__text {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  align-items: center;
}
#top-news .l-archive-small__title {
  font-family: "Noto Sans JP", "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) {
  #top-news .l-archive-small__title {
    padding-right: 0.17rem;
  }
}
#top-news .l-archive-small__desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #top-news .l-archive-small__desc {
    display: none;
  }
}

#top-recruit {
  position: relative;
}
#top-recruit #recruit {
  height: 7.2rem;
}
#top-recruit #recruit .l-heading {
  font-family: "Barlow Condensed", serif;
  font-size: 0.8rem;
  line-height: 0.96rem;
  letter-spacing: 0em;
  font-weight: 500;
  top: 0.16rem;
  left: 0;
  opacity: 0.2;
}
@media screen and (min-width: 768px) {
  #top-recruit #recruit .l-heading {
    font-size: 1.2rem;
    line-height: 1.44rem;
    top: 0.56rem;
    opacity: 0.43;
  }
}
#top-recruit #recruit .l-catch {
  top: 0.76rem;
}
@media screen and (min-width: 768px) {
  #top-recruit #recruit .l-catch {
    width: 5.63rem;
    height: 3.23rem;
    top: 1.66rem;
  }
}
#top-recruit #recruit .l-container {
  bottom: 1.75rem;
  font-size: 0.14rem;
  line-height: 0.28rem;
}
@media screen and (min-width: 768px) {
  #top-recruit #recruit .l-container {
    bottom: 2.25rem;
    font-size: 0.16rem;
    line-height: 0.38rem;
  }
}
#top-recruit .c-btn--card {
  position: absolute;
  z-index: 20;
  bottom: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.57rem;
  height: 0.55rem;
}
@media screen and (min-width: 768px) {
  #top-recruit .c-btn--card {
    width: 3.52rem;
    height: 0.64rem;
    bottom: 1.11rem;
    transform: unset;
    left: calc(50% + 0.93rem);
  }
}
#top-recruit .c-btn--card--inside strong {
  font-size: 0.2rem;
}
#top-recruit .c-btn--card--inside span {
  font-size: 0.11rem;
}
#top-recruit .c-btn--card--inside::before {
  width: 0.24rem;
  height: 0.39rem;
  right: 0.38rem;
}
@media screen and (min-width: 768px) {
  #top-recruit .c-btn--card--inside::before {
    width: 0.26rem;
    height: 0.48rem;
    right: 0.51rem;
  }
}
#top-recruit .c-btn--card--inside::after {
  right: 0.29rem;
}
@media screen and (min-width: 768px) {
  #top-recruit .c-btn--card--inside::after {
    right: 0.37rem;
  }
}

#history-intro {
  padding-top: 0.73rem;
}
@media screen and (min-width: 768px) {
  #history-intro {
    padding-top: 1.33rem;
  }
}
#history-intro .l-heading {
  display: flex;
  gap: 0.11rem;
  align-items: baseline;
  white-space: nowrap;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  #history-intro .l-heading {
    gap: 0.23rem;
    margin-bottom: 0.33rem;
  }
}
#history-intro .l-heading span {
  font-family: "Barlow Condensed", serif;
  font-size: 0.61rem;
  line-height: 0.73rem;
  letter-spacing: -0.05em;
  font-weight: 300;
  color: #00A583;
}
@media screen and (min-width: 768px) {
  #history-intro .l-heading span {
    font-size: 1.38rem;
    line-height: 1.66rem;
  }
}
#history-intro .l-heading strong {
  color: #303390;
  font-family: "Barlow Condensed", serif;
  font-size: 0.66rem;
  line-height: 0.79rem;
  letter-spacing: -0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #history-intro .l-heading strong {
    font-size: 1.51rem;
    line-height: 1.81rem;
  }
}
#history-intro .l-desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.88rem;
}
@media screen and (min-width: 768px) {
  #history-intro .l-desc {
    margin-bottom: 0.41rem;
    display: block;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    text-align: left;
  }
}
#history-intro .l-box {
  width: 100%;
  border-radius: 0.1rem;
  background-color: rgba(0, 165, 131, 0.75);
  padding-top: 1.5rem;
  padding-bottom: 2.43rem;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  color: white;
  position: relative;
}
@media screen and (min-width: 768px) {
  #history-intro .l-box {
    padding-top: 0.31rem;
    padding-right: 0.38rem;
    padding-bottom: 0.9rem;
    width: 9.6rem;
    margin: auto;
  }
}
#history-intro .l-box--heading {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #history-intro .l-box--heading {
    flex-direction: row;
    gap: 0.37rem;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 0.08rem;
    padding-right: 0.22rem;
  }
}
#history-intro .l-box--heading span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.3rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: -0.14rem;
}
@media screen and (min-width: 768px) {
  #history-intro .l-box--heading span {
    margin-bottom: unset;
    font-size: 0.34rem;
    line-height: 0.49rem;
    display: block;
    margin-top: 0.29rem;
  }
}
#history-intro .l-box--heading strong {
  opacity: 0.6;
  font-family: "Barlow Condensed", serif;
  font-size: 0.82rem;
  line-height: 0.98rem;
  letter-spacing: -0.008em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #history-intro .l-box--heading strong {
    font-size: 1.2rem;
    line-height: 1.44rem;
  }
}
#history-intro .l-box--heading strong small {
  font-family: "Barlow Condensed", serif;
  font-size: 0.55rem;
  line-height: 0.98rem;
  letter-spacing: -0.008em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #history-intro .l-box--heading strong small {
    font-size: 0.8rem;
    line-height: 1.44rem;
    margin-top: 0.29rem;
  }
}
#history-intro .l-box--desc {
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #history-intro .l-box--desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
    width: 4.54rem;
    margin-left: auto;
    text-align: left;
  }
}
#history-intro .l-box--image {
  position: absolute;
}
#history-intro .l-box #intro-image1 {
  width: 2.75rem;
  height: 1.98rem;
  left: 50%;
  top: -0.6rem;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #history-intro .l-box #intro-image1 {
    width: 3.77rem;
    height: 2.71rem;
    top: -0.93rem;
    left: -0.8rem;
    transform: unset;
  }
}
#history-intro .l-box #intro-image2 {
  width: 2.51rem;
  height: 1.82rem;
  left: 50%;
  bottom: 0.34rem;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #history-intro .l-box #intro-image2 {
    width: 3.47rem;
    height: 2.51rem;
    bottom: 0.68rem;
    left: 0.39rem;
    transform: unset;
  }
}

#history-bg {
  position: relative;
}
#history-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 75.74rem;
  top: -1.86rem;
  right: 0;
  display: block;
  background: linear-gradient(to bottom, #303390 0%, #5C60D6 50%, #70CBED 100%);
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% calc(1.63rem));
          clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% calc(1.63rem));
}
@media screen and (min-width: 768px) {
  #history-bg::before {
    top: -3.18rem;
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% calc(6rem));
            clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% calc(6rem));
  }
}
@media screen and (min-width: 768px) {
  #history-bg::before {
    height: 32.43rem;
  }
}

#history-main {
  position: relative;
  z-index: 2;
}
#history-main .l-container {
  padding-left: 0.27rem;
  color: white;
  position: relative;
}
@media screen and (min-width: 768px) {
  #history-main .l-container {
    padding-left: unset;
  }
}
#history-main .l-container::before {
  content: "";
  width: 0.01rem;
  height: 100%;
  position: absolute;
  left: 0.26rem;
  top: 0;
  background-color: white;
}
@media screen and (min-width: 768px) {
  #history-main .l-container::before {
    left: 50%;
  }
}
#history-main .l-container .l-wrapper {
  padding-left: 0.13rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #history-main .l-container .l-wrapper {
    width: 50%;
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  }
  #history-main .l-container .l-wrapper:nth-of-type(2n+1) {
    margin-right: auto;
    padding-left: unset;
    padding-right: 0.55rem;
  }
  #history-main .l-container .l-wrapper:nth-of-type(2n+1) .l-container {
    margin-left: auto;
  }
  #history-main .l-container .l-wrapper:nth-of-type(2n+1) .l-point {
    flex-direction: row-reverse;
    left: 0;
  }
  #history-main .l-container .l-wrapper:nth-of-type(2n+1) .l-age {
    left: unset;
    right: 5.6rem;
    transform: translateX(100%);
  }
  #history-main .l-container .l-wrapper:nth-of-type(2n+1) .l-content {
    margin-left: auto;
  }
  #history-main .l-container .l-wrapper:nth-of-type(2n) {
    margin-left: auto;
    padding-right: unset;
    padding-left: 0.55rem;
  }
  #history-main .l-container .l-wrapper:nth-of-type(2n) .l-content {
    margin-right: auto;
  }
  #history-main .l-container .l-wrapper:nth-of-type(1) {
    margin-left: auto;
    margin-right: unset;
  }
  #history-main .l-container .l-wrapper:nth-of-type(1) .l-content {
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  #history-main .l-container .l-content {
    width: 5.05rem;
  }
}
#history-main .l-container .l-point {
  position: absolute;
  top: -0.1rem;
  left: -0.105rem;
  width: calc(100% + 0.1rem);
  max-width: unset;
  display: flex;
  align-items: center;
}
#history-main .l-container .l-point::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 100%;
  display: block;
  background-color: white;
}
#history-main .l-container .l-point--line {
  width: 100%;
  height: 0.01rem;
  background-color: white;
}
#history-main .l-container .l-age {
  font-family: "Barlow Condensed", serif;
  font-size: 1rem;
  line-height: 1.2rem;
  letter-spacing: -0.008em;
  font-weight: 500;
  position: absolute;
  top: -0.7rem;
  left: 0.2rem;
}
@media screen and (min-width: 768px) {
  #history-main .l-container .l-age {
    font-size: 1.2rem;
    line-height: 1.44rem;
    left: 0.55rem;
    top: -0.84rem;
  }
}
#history-main .l-container .l-desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #history-main .l-container .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#history-main .l-container .l-desc h2 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 600;
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  #history-main .l-container .l-desc h2 {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-bottom: 0.24rem;
  }
}
#history-main .l-container .l-desc p {
  width: 2.96rem;
}
@media screen and (min-width: 768px) {
  #history-main .l-container .l-desc p {
    width: 4.8rem;
  }
}
#history-main .l-container .l-gallery {
  position: relative;
}
#history-main #history1 {
  padding-top: 0.79rem;
  padding-bottom: 0.71rem;
}
@media screen and (min-width: 768px) {
  #history-main #history1 {
    padding-top: 0.85rem;
    padding-bottom: 1.52rem;
  }
}
#history-main #history1-gallery {
  margin-top: 0.18rem;
  width: 3.19rem;
  height: 3.31rem;
}
@media screen and (min-width: 768px) {
  #history-main #history1-gallery {
    width: 5.16rem;
    height: 4rem;
    position: absolute;
    margin-top: unset;
    left: -0.44rem;
    top: 0.4rem;
    transform: translateX(-100%);
  }
}
#history-main #history1-1 {
  width: 2.5rem;
  height: 1.82rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #history-main #history1-1 {
    width: 3.32rem;
    height: 2.42rem;
  }
}
#history-main #history1-2 {
  width: 2.5rem;
  height: 1.7rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #history-main #history1-2 {
    width: 3.32rem;
    height: 2.26rem;
  }
}
#history-main #history2 {
  padding-top: 0.55rem;
  padding-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #history-main #history2 {
    padding-top: 0.74rem;
    padding-bottom: 3.11rem;
  }
}
#history-main #history2-1 {
  margin-top: 0.5rem;
  width: 3.03rem;
  height: 2.06rem;
}
@media screen and (min-width: 768px) {
  #history-main #history2-1 {
    position: absolute;
    top: -0.29rem;
    left: -2.28rem;
    transform: translateX(-100%);
    margin-top: unset;
    width: 3.32rem;
    height: 2.26rem;
  }
}
#history-main #history3 {
  padding-top: 0.55rem;
  padding-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #history-main #history3 {
    position: relative;
    z-index: 2;
    padding-top: 0.6rem;
    padding-bottom: 4.33rem;
    margin-top: -3.21rem;
  }
}
#history-main #history3-1 {
  margin-top: 0.56rem;
  width: 3.03rem;
  height: 1.71rem;
}
@media screen and (min-width: 768px) {
  #history-main #history3-1 {
    position: absolute;
    width: 3.1rem;
    height: 1.74rem;
    margin-top: unset;
    top: 1.92rem;
    right: -2.5rem;
    transform: translateX(100%);
  }
}
#history-main #history4 {
  padding-top: 0.55rem;
  padding-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #history-main #history4 {
    padding-top: 0.62rem;
    padding-bottom: 3.17rem;
    margin-top: -4.82rem;
  }
}
#history-main #history4-1 {
  margin-top: 0.64rem;
  width: 3.03rem;
  height: 1.71rem;
}
@media screen and (min-width: 768px) {
  #history-main #history4-1 {
    position: absolute;
    margin-top: unset;
    width: 4.8rem;
    height: 2.7rem;
    top: 1.38rem;
    left: -0.8rem;
    transform: translateX(-100%);
  }
}
#history-main #history5 {
  padding-top: 0.55rem;
  padding-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #history-main #history5 {
    padding-top: 0.71rem;
    padding-bottom: 3.96rem;
    margin-top: -1.05rem;
  }
}
#history-main #history5-1 {
  margin-top: 0.64rem;
  width: 3.03rem;
  height: 1.71rem;
}
@media screen and (min-width: 768px) {
  #history-main #history5-1 {
    margin-top: unset;
    position: absolute;
    top: -1.45rem;
    right: -0.8rem;
    transform: translateX(100%);
  }
}
#history-main #history6 {
  padding-top: 0.55rem;
  padding-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #history-main #history6 {
    padding-top: 0.65rem;
    padding-bottom: 4.27rem;
    margin-top: -6.08rem;
  }
}
#history-main #history6-1 {
  margin-top: 0.64rem;
  width: 3.03rem;
  height: 1.71rem;
}
@media screen and (min-width: 768px) {
  #history-main #history6-1 {
    position: absolute;
    margin-top: unset;
    width: 4.8rem;
    height: 2.7rem;
    top: 2.59rem;
    left: -0.55rem;
    transform: translateX(-100%);
  }
}
#history-main #history7 {
  padding-top: 0.55rem;
  padding-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #history-main #history7 {
    padding-top: 0.73rem;
    padding-bottom: unset;
    margin-top: -1.21rem;
  }
}
#history-main #history7-1 {
  margin-top: 0.5rem;
  width: 3.03rem;
  height: 1.71rem;
}
@media screen and (min-width: 768px) {
  #history-main #history7-1 {
    margin-top: unset;
    width: 4.8rem;
    height: 2.7rem;
    position: absolute;
    top: -2.37rem;
    right: -0.55rem;
    transform: translateX(100%);
  }
}
#history-main #history8 {
  padding-top: 0.55rem;
  padding-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #history-main #history8 {
    margin-top: -1.21rem;
    padding-top: 0.75rem;
    padding-bottom: 1.07rem;
  }
}

#history-deco {
  position: relative;
  z-index: 1;
  padding-top: 4.57rem;
  margin-top: -4.57rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.98) 55%, white 100%);
}
@media screen and (min-width: 768px) {
  #history-deco {
    padding-top: 7.29rem;
    margin-top: -7.29rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) calc(4.66rem), rgba(255, 255, 255, 0.98) calc(4.66rem + 22%), white 100%);
  }
}
#history-deco::before {
  content: "";
  width: 5.46rem;
  height: 9.24rem;
  background-image: url("../img/history/deco1.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 1.3rem;
  left: -2.03rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #history-deco::before {
    width: 12.6rem;
    height: 21.34rem;
    left: unset;
    top: 0;
    right: calc(50% - 0.85rem);
  }
}
#history-deco::after {
  content: "";
  width: 2.24rem;
  height: 3.89rem;
  background-image: url("../img/history/deco2.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0rem;
  right: -0.92rem;
  display: block;
  mix-blend-mode: plus-lighter;
  opacity: 0.2;
  -webkit-clip-path: polygon(1% 99%, 99% 99%, 99% 1%);
          clip-path: polygon(1% 99%, 99% 99%, 99% 1%);
}
@media screen and (min-width: 768px) {
  #history-deco::after {
    width: 4.74rem;
    height: 8.22rem;
    right: unset;
    top: 0;
    left: calc(50% + 3.41rem);
  }
}

#history-challenge {
  position: relative;
  z-index: 4;
  overflow-x: hidden;
  position: relative;
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #history-challenge {
    padding-bottom: 0.63rem;
  }
}
#history-challenge > * {
  position: relative;
  z-index: 2;
}
#history-challenge .l-heading {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
}
#history-challenge .l-heading strong {
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.5rem;
  line-height: 0.6rem;
  letter-spacing: -0.02em;
  font-weight: 400;
}
#history-challenge .l-heading span {
  font-family: "Barlow Condensed", serif;
  font-size: 0.48rem;
  line-height: 0.58rem;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.48);
}
#history-challenge .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.81rem;
  margin-bottom: 0.56rem;
}
@media screen and (min-width: 768px) {
  #history-challenge .l-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
#history-challenge .l-gallery {
  margin-top: 0.33rem;
}
@media screen and (min-width: 768px) {
  #history-challenge .l-gallery {
    margin-top: 0.39rem;
    width: 5.3rem;
  }
}
#history-challenge .l-gallery #gallery1 {
  width: 2.97rem;
  height: 1.68rem;
}
@media screen and (min-width: 768px) {
  #history-challenge .l-gallery #gallery1 {
    width: 5.29rem;
    height: 2.98rem;
    margin-left: -1.6rem;
  }
}
#history-challenge .l-gallery #gallery2 {
  width: 2.26rem;
  height: 1.27rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  #history-challenge .l-gallery #gallery2 {
    width: 4.02rem;
    height: 2.26rem;
    margin-left: 0.8rem;
  }
}
#history-challenge .l-gallery #gallery3 {
  width: 2.26rem;
  height: 1.27rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #history-challenge .l-gallery #gallery3 {
    margin: unset;
    width: 4.02rem;
    height: 2.26rem;
  }
}
@media screen and (min-width: 768px) {
  #history-challenge .l-right {
    width: 5.12rem;
    padding-top: 1.02rem;
  }
}
#history-challenge .l-right .l-desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #history-challenge .l-right .l-desc {
    font-size: 0.16rem;
    line-height: 0.36rem;
    white-space: nowrap;
  }
}
#history-challenge .l-logo {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: center;
  margin-bottom: 0.57rem;
}
@media screen and (min-width: 768px) {
  #history-challenge .l-logo {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.74rem;
  }
}
#history-challenge .l-logo #logo1 {
  width: 2.65rem;
  height: 0.8rem;
}
@media screen and (min-width: 768px) {
  #history-challenge .l-logo #logo1 {
    width: 4.49rem;
    height: 1.36rem;
  }
}
#history-challenge .l-logo #logo1 img {
  -o-object-fit: contain;
     object-fit: contain;
}
#history-challenge .l-logo #logo2 {
  width: 2.5rem;
  height: 0.64rem;
}
@media screen and (min-width: 768px) {
  #history-challenge .l-logo #logo2 {
    width: 3.14rem;
    height: 0.81rem;
  }
}
#history-challenge .l-logo #logo2 img {
  -o-object-fit: contain;
     object-fit: contain;
}
#history-challenge .l-catch {
  color: #14578B;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.36rem;
  letter-spacing: -0.02em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #history-challenge .l-catch {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}

#company-page {
  padding-top: 0.73rem;
  padding-bottom: 1.36rem;
}
@media screen and (min-width: 768px) {
  #company-page {
    padding-top: 1.36rem;
    padding-bottom: 2rem;
  }
}
#company-page .c-heading--large {
  margin-bottom: 1.1rem;
}
@media screen and (min-width: 768px) {
  #company-page .c-heading--large {
    margin-bottom: 0.38rem;
  }
}
@media screen and (min-width: 768px) {
  #company-page .l-content {
    display: flex;
  }
}
#company-page .l-content--sub {
  position: fixed;
  z-index: 10;
  transition: 0.3s;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 0.64rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  #company-page .l-content--sub {
    position: relative;
    top: unset;
    left: unset;
    flex: none;
    width: 1.6rem;
    height: auto;
  }
}
#company-page .l-content--sub--active {
  top: 0.6rem;
}
@media screen and (min-width: 768px) {
  #company-page .l-content--sub--active {
    top: unset;
  }
}
#company-page .l-content--menu {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.43rem;
  padding-right: 0.22rem;
}
@media screen and (min-width: 768px) {
  #company-page .l-content--menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
    justify-content: flex-start;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 2rem;
    left: 0;
    padding-left: 0.19rem;
    padding-right: unset;
  }
}
#company-page .l-content--menu--item {
  display: flex;
  gap: 0.02rem;
  position: relative;
  flex-direction: column;
}
#company-page .l-content--menu--item::before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  left: -0.08rem;
  top: 0.07rem;
  border: 0.01rem solid #00A583;
  border-radius: 100%;
  transform: translateX(-100%);
  transition: 0.3s;
}
#company-page .l-content--menu--item strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#company-page .l-content--menu--item span {
  color: #00A583;
  font-family: "Barlow Condensed", serif;
  font-size: 0.12rem;
  line-height: 0.14rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#company-page .l-content--menu--current::before {
  content: "";
  background-color: #00A583;
}
@media screen and (min-width: 768px) {
  #company-page .l-content--main {
    flex-grow: 1;
  }
}

#company-greetings {
  padding-bottom: 0.96rem;
}
@media screen and (min-width: 768px) {
  #company-greetings {
    padding-bottom: 1.6rem;
  }
}
#company-greetings .c-heading--slash {
  margin-bottom: 0.46rem;
}
@media screen and (min-width: 768px) {
  #company-greetings .c-heading--slash {
    margin-bottom: 0.37rem;
  }
}
#company-greetings #greetings2 {
  margin-bottom: unset;
}
@media screen and (min-width: 768px) {
  #company-greetings #greetings2 .l-right {
    padding-top: unset;
  }
}
#company-greetings .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
  margin-bottom: 0.96rem;
}
@media screen and (min-width: 768px) {
  #company-greetings .l-container {
    flex-direction: row;
    gap: 0.8rem;
    padding-right: 0.4rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #company-greetings .l-left {
    width: 5.6rem;
    flex: none;
  }
}
@media screen and (min-width: 768px) {
  #company-greetings .l-right {
    padding-top: 0.1rem;
  }
}
#company-greetings .l-image {
  width: 100%;
  height: 2.29rem;
}
@media screen and (min-width: 768px) {
  #company-greetings .l-image {
    width: 5.6rem;
    height: 3.73rem;
  }
}
#company-greetings .l-catch {
  margin-top: 0.23rem;
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #company-greetings .l-catch {
    margin-top: 0.28rem;
    gap: 0.06rem;
  }
}
#company-greetings .l-catch strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.26rem;
  line-height: 0.36rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #company-greetings .l-catch strong {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}
#company-greetings .l-catch span {
  font-family: "Barlow Condensed", serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  opacity: 0.5;
  color: #14578B;
}
@media screen and (min-width: 768px) {
  #company-greetings .l-catch span {
    font-size: 0.18rem;
    line-height: 0.22rem;
  }
}
#company-greetings .l-name {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  width: 100%;
  gap: 0.11rem;
  margin-top: 0.27rem;
}
@media screen and (min-width: 768px) {
  #company-greetings .l-name {
    gap: 0.26rem;
    margin-top: 0.08rem;
  }
}
#company-greetings .l-name span {
  font-family: "Noto Sans JP", "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) {
  #company-greetings .l-name span {
    font-size: 0.18rem;
  }
}
#company-greetings .l-name strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.26rem;
  line-height: 0.37rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #company-greetings .l-name strong {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}
#company-greetings .l-box {
  width: 100%;
  padding: 0.34rem 0.14rem 0.33rem;
  background-color: rgba(0, 165, 131, 0.05);
  text-align: center;
  margin-top: 0.46rem;
}
@media screen and (min-width: 768px) {
  #company-greetings .l-box {
    padding: 0.29rem 0.35rem 0.26rem 0.45rem;
    margin-top: 0.5rem;
  }
}
#company-greetings .l-box h4 {
  color: #00A583;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.16rem;
}
#company-greetings .l-box p {
  display: flex;
  flex-direction: column;
  gap: 0.13rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#company-greetings .l-box p span {
  display: block;
}
#company-greetings .l-desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #company-greetings .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#company-greetings .l-column {
  display: flex;
  flex-direction: column;
  gap: 0.23rem;
  margin-bottom: 0.54rem;
}
@media screen and (min-width: 768px) {
  #company-greetings .l-column {
    flex-direction: row;
    gap: 0.46rem;
    align-items: flex-end;
    padding-bottom: 0.3rem;
  }
}
@media screen and (min-width: 768px) {
  #company-greetings .l-column--right {
    padding-right: 0.4rem;
    padding-bottom: 0.3rem;
  }
}
#company-greetings .l-column--right .l-catch {
  margin-top: unset;
}
@media screen and (min-width: 768px) {
  #company-greetings .l-column--right .l-catch {
    gap: 0.1rem;
  }
}
@media screen and (min-width: 768px) {
  #company-greetings .l-column--right .l-name {
    margin-top: 0.56rem;
    padding-right: 0.74rem;
  }
}
#company-greetings .l-separate {
  display: flex;
  flex-direction: column;
  gap: 0.31rem;
}
@media screen and (min-width: 768px) {
  #company-greetings .l-separate {
    flex-direction: row;
    gap: 0.48rem;
    justify-content: center;
    padding-right: 0.8rem;
  }
}
#company-greetings .l-separate--wrapper {
  width: 4.4rem;
}

#company-philosophy {
  padding-bottom: 0.96rem;
}
@media screen and (min-width: 768px) {
  #company-philosophy {
    padding-bottom: 1.2rem;
  }
}
#company-philosophy .c-heading--slash {
  gap: 0.04rem;
  margin-bottom: 0.45rem;
}
@media screen and (min-width: 768px) {
  #company-philosophy .c-heading--slash {
    gap: 0.1rem;
    margin-bottom: 0.84rem;
  }
}
#company-philosophy .c-heading--slash strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.3rem;
  line-height: 0.44rem;
  letter-spacing: -0.02em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #company-philosophy .c-heading--slash strong {
    font-size: 0.34rem;
    line-height: 0.49rem;
  }
}
#company-philosophy .c-heading--slash span {
  font-family: "Barlow Condensed", serif;
  font-size: 0.28rem;
  line-height: 0.34rem;
  letter-spacing: -0.07em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #company-philosophy .c-heading--slash span {
    font-size: 0.34rem;
    line-height: 0.41rem;
    letter-spacing: 0.02em;
  }
}
#company-philosophy .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.36rem;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #company-philosophy .l-container {
    gap: 0.8rem;
    padding-right: 0.8rem;
  }
}
#company-philosophy .l-container .l-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #company-philosophy .l-container .l-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 0.78rem;
  }
}
@media screen and (min-width: 768px) {
  #company-philosophy .l-container .l-right {
    width: 6.4rem;
    flex: none;
  }
}
#company-philosophy .l-container #philosophy1 {
  --c1: #14578B;
  --c2: #02345C;
}
#company-philosophy .l-container #philosophy2 {
  --c1: #00A583;
  --c2: #006C6C;
}
#company-philosophy .l-container .l-heading {
  position: relative;
  width: 3.43rem;
  height: 0.6rem;
  padding-left: 0.15rem;
  padding-bottom: 0.06rem;
  display: flex;
  align-items: center;
  color: white;
  gap: 0.08rem;
  background: linear-gradient(to right, var(--c1) 0%, var(--c2) 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 0.46rem) 100%, calc(0.02rem) 100%);
          clip-path: polygon(0% 0%, 100% 0%, calc(100% - 0.46rem) 100%, calc(0.02rem) 100%);
}
@media screen and (min-width: 768px) {
  #company-philosophy .l-container .l-heading {
    width: 2.42rem;
    height: 1.2rem;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 0.13rem;
    padding-left: 0.2rem;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 0.32rem) 100%, calc(0.02rem) 100%);
            clip-path: polygon(0% 0%, 100% 0%, calc(100% - 0.32rem) 100%, calc(0.02rem) 100%);
  }
}
#company-philosophy .l-container .l-heading::after {
  content: "";
  position: absolute;
  bottom: 0.03rem;
  left: 0;
  background-color: white;
  width: 100%;
  height: 0.02rem;
}
#company-philosophy .l-container .l-heading strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.28rem;
  line-height: 0.37rem;
  letter-spacing: -0.02em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #company-philosophy .l-container .l-heading strong {
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
}
#company-philosophy .l-container .l-heading span {
  font-family: "Barlow Condensed", serif;
  font-size: 0.16rem;
  line-height: 0.19rem;
  letter-spacing: -0.02em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #company-philosophy .l-container .l-heading span {
    font-size: 0.18rem;
    line-height: 0.22rem;
  }
}
#company-philosophy .l-container .l-catch {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.42rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 0.15rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #company-philosophy .l-container .l-catch {
    margin-top: unset;
    text-align: left;
    font-size: 0.24rem;
    line-height: 0.48rem;
    white-space: nowrap;
  }
}
#company-philosophy .l-container .l-table {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
  border-top: 0.01rem solid rgba(170, 170, 170, 0.5);
  margin-top: 0.36rem;
}
@media screen and (min-width: 768px) {
  #company-philosophy .l-container .l-table {
    margin-top: unset;
  }
}
#company-philosophy .l-container .l-table dl {
  padding-top: 0.14rem;
  padding-bottom: 0.14rem;
  border-bottom: 0.01rem solid rgba(170, 170, 170, 0.5);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #company-philosophy .l-container .l-table dl {
    padding-top: 0.34rem;
    padding-bottom: 0.32rem;
    flex-direction: row;
  }
}
#company-philosophy .l-container .l-table dl dt {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #company-philosophy .l-container .l-table dl dt {
    flex-grow: 1;
    gap: 0.04rem;
  }
}
#company-philosophy .l-container .l-table dl dt strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: -0.02em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #company-philosophy .l-container .l-table dl dt strong {
    font-size: 0.26rem;
    line-height: 0.32rem;
  }
}
#company-philosophy .l-container .l-table dl dt span {
  font-family: "Barlow Condensed", serif;
  font-size: 0.14rem;
  line-height: 0.17rem;
  letter-spacing: -0.02em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #company-philosophy .l-container .l-table dl dt span {
    font-size: 0.16rem;
    line-height: 0.19rem;
  }
}
#company-philosophy .l-container .l-table dl dd {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #company-philosophy .l-container .l-table dl dd {
    flex: none;
    width: 3.2rem;
    font-size: 0.16rem;
    padding-top: 0.39rem;
  }
}

@media screen and (min-width: 768px) {
  #company-profile {
    padding-right: 0.8rem;
  }
}
#company-profile .c-heading--slash {
  margin-bottom: 0.39rem;
}
@media screen and (min-width: 768px) {
  #company-profile .c-heading--slash {
    margin-bottom: 0.83rem;
  }
}
#company-profile .l-table {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #company-profile .l-table {
    width: 7.89rem;
    margin: auto;
  }
}
#company-profile .l-table dl {
  padding-top: 0.21rem;
  padding-bottom: 0.21rem;
  border-bottom: 0.01rem solid rgba(0, 165, 131, 0.5);
  display: flex;
  width: 100%;
}
#company-profile .l-table dl:nth-of-type(1) {
  padding-top: unset;
}
@media screen and (min-width: 768px) {
  #company-profile .l-table dl {
    align-items: baseline;
  }
}
#company-profile .l-table dl dt {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #152063;
  flex: none;
  width: 1.12rem;
}
@media screen and (min-width: 768px) {
  #company-profile .l-table dl dt {
    width: 1.48rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
#company-profile .l-table dl dd {
  flex-grow: 1;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #company-profile .l-table dl dd {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#company-profile .l-table table {
  white-space: nowrap;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  #company-profile .l-table table {
    letter-spacing: 0.08em;
  }
}
#company-profile .l-table table td {
  line-height: 140%;
  padding-bottom: 0.15rem;
}

#archive {
  padding-top: 0.26rem;
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  #archive {
    padding-top: 0.46rem;
    padding-bottom: 2.75rem;
  }
}
#archive .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #archive .l-container {
    flex-direction: row;
    gap: unset;
  }
}
#archive .l-left {
  width: 2.92rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #archive .l-left {
    width: 2rem;
    flex: none;
    margin: unset;
  }
}
#archive .l-ui {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #archive .l-ui {
    flex-direction: column;
    gap: 0.58rem;
  }
}
#archive .l-ui--sw {
  display: none;
}
#archive .l-ui--sw:checked ~ .l-ui--content {
  height: auto;
  opacity: 1;
}
#archive .l-ui--heading {
  color: #00A583;
  font-family: "Barlow Condensed", serif;
  font-size: 0.16rem;
  line-height: 0.19rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.16rem;
  padding-bottom: 0.03rem;
  border-bottom: 0.01rem solid #D8D8D8;
  position: relative;
  display: block;
  cursor: pointer;
}
#archive .l-ui--heading::after {
  content: "";
  width: 0.08rem;
  height: 0.04rem;
  background-color: black;
  position: absolute;
  display: block;
  bottom: 0.07rem;
  right: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
#archive .l-ui--wrapper {
  width: 1.2rem;
  flex: none;
}
@media screen and (min-width: 768px) {
  #archive .l-ui--wrapper:nth-of-type(1) .l-ui--heading {
    border-bottom: unset;
    pointer-events: none;
  }
  #archive .l-ui--wrapper:nth-of-type(1) .l-ui--heading::after {
    content: unset;
  }
  #archive .l-ui--wrapper:nth-of-type(1) .l-ui--content {
    height: auto;
    opacity: 1;
    overflow: initial;
  }
}
#archive .l-ui--content {
  height: 0;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
}
#archive .l-right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #archive .l-right {
    flex-grow: 1;
  }
}
#archive .p-pagination {
  margin-top: 0.56rem;
}
@media screen and (min-width: 768px) {
  #archive .p-pagination {
    margin-top: 1.13rem;
  }
}

#single {
  padding-top: 0.58rem;
  padding-bottom: 1.29rem;
}
@media screen and (min-width: 768px) {
  #single {
    padding-top: 0.48rem;
    padding-bottom: 2rem;
  }
}
#single .p-navigation {
  margin-top: 0.83rem;
}
@media screen and (min-width: 768px) {
  #single .p-navigation {
    margin-top: 1.4rem;
  }
}

#ms-header {
  --color: 48, 51, 144;
}
#ms-header .p-page-header__bg--main {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #ms-header .p-page-header__bg--main img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #ms-header .p-page-header__bg--sub img {
    height: 100%;
  }
}

#ms-main {
  padding-top: 0.85rem;
  padding-bottom: 1.62rem;
}
@media screen and (min-width: 768px) {
  #ms-main {
    padding-top: 1.56rem;
    padding-bottom: 3.99rem;
  }
}
#ms-main .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
#ms-main .l-container .l-wrapper {
  border-bottom: 0.01rem solid #D8D8D8;
  padding-bottom: 0.37rem;
}
@media screen and (min-width: 768px) {
  #ms-main .l-container .l-wrapper {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  #ms-main .l-container .l-wrapper:nth-of-type(1) {
    border-bottom: unset;
  }
}
#ms-main .l-container .l-image {
  width: 100%;
  height: 1.92rem;
  margin-bottom: 0.16rem;
}
@media screen and (min-width: 768px) {
  #ms-main .l-container .l-image {
    width: 50%;
    flex: none;
    height: 3.58rem;
    margin-bottom: unset;
  }
}
@media screen and (min-width: 768px) {
  #ms-main .l-container .l-space {
    height: 0.52rem;
  }
}
@media screen and (min-width: 768px) {
  #ms-main .l-container .l-content {
    width: 50%;
    flex: none;
    padding-right: 0.8rem;
  }
}
#ms-main .l-container .c-heading--number {
  margin-bottom: 0.16rem;
}
@media screen and (min-width: 768px) {
  #ms-main .l-container .c-heading--number {
    margin-bottom: unset;
  }
}
#ms-main .l-container .l-desc {
  font-family: "Noto Sans JP", "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) {
  #ms-main .l-container .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#ms-main .l-container .c-btn--external {
  margin: 0.3rem auto 0;
}
@media screen and (min-width: 768px) {
  #ms-main .l-container .c-btn--external {
    margin-top: 0.47rem;
    margin-left: unset;
  }
}

#ls2-header {
  --color: 255, 0, 0;
}
@media screen and (min-width: 768px) {
  #ls2-header .p-page-header__bg--main img {
    -o-object-position: bottom left;
       object-position: bottom left;
  }
}
@media screen and (min-width: 768px) {
  #ls2-header .p-page-header__bg--sub img {
    -o-object-position: bottom right;
       object-position: bottom right;
  }
}
#ls2-header .p-page-header__link img {
  width: 1.89rem;
}
@media screen and (min-width: 768px) {
  #ls2-header .p-page-header__link img {
    width: 2.37rem;
  }
}
#ls2-header .l-logo {
  position: absolute;
  z-index: 4;
  bottom: 0.14rem;
  left: 0.16rem;
  width: 1.35rem;
  height: 0.74rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #ls2-header .l-logo {
    left: calc(50% + 6.4rem);
    transform: translateX(-100%);
    bottom: 0.5rem;
    width: 1.93rem;
    height: 1.06rem;
  }
}
#ls2-header .l-logo img {
  display: block;
  width: 100%;
  height: 100%;
}

#ls2-main {
  padding-top: 1.35rem;
  padding-bottom: 1.05rem;
}
@media screen and (min-width: 768px) {
  #ls2-main {
    padding-top: 1.96rem;
    padding-bottom: 1.36rem;
  }
}
#ls2-main .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
#ls2-main .l-container .l-wrapper {
  border-bottom: 0.01rem solid #D8D8D8;
  padding-bottom: 0.37rem;
}
@media screen and (min-width: 768px) {
  #ls2-main .l-container .l-wrapper {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  #ls2-main .l-container .l-wrapper:nth-of-type(1) {
    border-bottom: unset;
  }
}
#ls2-main .l-container .l-image {
  width: 100%;
  height: 1.92rem;
  margin-bottom: 0.16rem;
}
@media screen and (min-width: 768px) {
  #ls2-main .l-container .l-image {
    width: 50%;
    flex: none;
    height: 3.58rem;
    margin-bottom: unset;
  }
}
@media screen and (min-width: 768px) {
  #ls2-main .l-container .l-space {
    height: 0.52rem;
  }
}
@media screen and (min-width: 768px) {
  #ls2-main .l-container .l-content {
    width: 50%;
    flex: none;
    padding-right: 0.8rem;
  }
}
#ls2-main .l-container .c-heading--number {
  margin-bottom: 0.16rem;
}
@media screen and (min-width: 768px) {
  #ls2-main .l-container .c-heading--number {
    margin-bottom: unset;
  }
}
#ls2-main .l-container .l-desc {
  font-family: "Noto Sans JP", "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) {
  #ls2-main .l-container .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#ls2-main .l-container .c-btn--external {
  margin: 0.3rem auto 0;
}
@media screen and (min-width: 768px) {
  #ls2-main .l-container .c-btn--external {
    margin-top: 0.47rem;
    margin-left: unset;
  }
}

#ls2-racing {
  background-color: black;
  color: white;
  position: relative;
  margin-bottom: 1.6rem;
}
#ls2-racing .l-heading {
  width: 3.85rem;
  height: 1.13rem;
  position: absolute;
  top: -0.01rem;
  left: -0.05rem;
  background-image: url("../img/common/logo_racing_sp.png");
  background-size: contain;
  background-repeat: no-repeat;
  max-width: unset;
}
@media screen and (min-width: 768px) {
  #ls2-racing .l-heading {
    width: 8.16rem;
    height: 0.99rem;
    top: -0.1rem;
    left: 0;
    background-image: url("../img/common/logo_racing_pc.png");
  }
}
#ls2-racing .l-heading span {
  display: none;
}
#ls2-racing .u-width {
  position: relative;
  padding-top: 1.35rem;
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #ls2-racing .u-width {
    padding-top: 1.5rem;
    padding-bottom: 0.81rem;
  }
}
#ls2-racing .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  margin-bottom: 0.64rem;
}
@media screen and (min-width: 768px) {
  #ls2-racing .l-container {
    flex-direction: row;
    align-items: center;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    justify-content: space-between;
  }
}
#ls2-racing .l-container h3 {
  color: #FF0000;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.3rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #ls2-racing .l-container h3 {
    font-size: 0.38rem;
    line-height: 0.52rem;
  }
}
#ls2-racing .l-container p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #ls2-racing .l-container p {
    font-size: 0.16rem;
    line-height: 0.32rem;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #ls2-racing .p-archive {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    justify-content: space-between;
  }
}
#ls2-racing .c-btn--card {
  margin: 0.68rem auto 0;
}
@media screen and (min-width: 768px) {
  #ls2-racing .c-btn--card {
    margin-top: 0.6rem;
  }
}

#daiwa-header {
  --color: 0, 138, 210;
}
@media screen and (min-width: 768px) {
  #daiwa-header .p-page-header__bg--main img {
    -o-object-position: bottom left;
       object-position: bottom left;
  }
}
@media screen and (min-width: 768px) {
  #daiwa-header .p-page-header__bg--sub img {
    -o-object-position: bottom right;
       object-position: bottom right;
  }
}
#daiwa-header .p-page-header__link img {
  width: 1.85rem;
}
@media screen and (min-width: 768px) {
  #daiwa-header .p-page-header__link img {
    width: 3.21rem;
  }
}

#daiwa-main {
  padding-top: 0.8rem;
  padding-bottom: 0.64rem;
}
@media screen and (min-width: 768px) {
  #daiwa-main {
    padding-top: 1.95rem;
    padding-bottom: 1.17rem;
  }
}

#daiwa-bottom {
  margin-bottom: 0.8rem;
  padding-top: 0.34rem;
  padding-bottom: 0.4rem;
  background-color: rgba(0, 165, 131, 0.05);
}
@media screen and (min-width: 768px) {
  #daiwa-bottom {
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #daiwa-bottom .p-contents {
    padding-right: 0.8rem;
  }
}
#daiwa-bottom .p-contents__wrapper {
  gap: 0.41rem;
}
@media screen and (min-width: 768px) {
  #daiwa-bottom .p-contents__wrapper {
    align-items: flex-start;
  }
}
#daiwa-bottom .p-contents__heading strong {
  margin-bottom: 0.26rem;
}
@media screen and (min-width: 768px) {
  #daiwa-bottom .p-contents__heading strong {
    margin-bottom: 0.58rem;
  }
}
@media screen and (min-width: 768px) {
  #daiwa-bottom .l-container {
    width: 5.94rem;
  }
}
#daiwa-bottom .l-container .c-btn--card--grad {
  margin: 0.4rem auto 0;
}
@media screen and (min-width: 768px) {
  #daiwa-bottom .l-container .c-btn--card--grad {
    margin-top: 0.28rem;
    margin-right: unset;
  }
}
#daiwa-bottom .l-container > h3 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.3rem;
  line-height: 0.46rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #00A583;
  margin-bottom: 0.12rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #daiwa-bottom .l-container > h3 {
    font-size: 0.32rem;
    line-height: 0.52rem;
    margin-bottom: 0.36rem;
  }
}
#daiwa-bottom .l-container > strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.22rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #daiwa-bottom .l-container > strong {
    font-size: 0.22rem;
    line-height: 0.38rem;
    margin-bottom: 0.24rem;
    white-space: nowrap;
  }
}
#daiwa-bottom .l-container > p {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #daiwa-bottom .l-container > p {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#daiwa-bottom #logo-meister {
  mix-blend-mode: multiply;
  width: 2.52rem;
  height: 0.95rem;
  margin: auto;
  margin-bottom: 0.41rem;
}
@media screen and (min-width: 768px) {
  #daiwa-bottom #logo-meister {
    width: 4.1rem;
    height: 1.55rem;
    margin-left: unset;
    margin-bottom: unset;
    position: relative;
    left: -0.05rem;
  }
}

#shibukawa-header {
  --color: 52, 64, 255;
}
@media screen and (min-width: 768px) {
  #shibukawa-header .p-page-header__bg--main img {
    -o-object-position: bottom left;
       object-position: bottom left;
  }
}
@media screen and (min-width: 768px) {
  #shibukawa-header .p-page-header__bg--sub img {
    -o-object-position: bottom right;
       object-position: bottom right;
  }
}
#shibukawa-header .p-page-header__link img {
  width: 1.96rem;
}
@media screen and (min-width: 768px) {
  #shibukawa-header .p-page-header__link img {
    width: 4.02rem;
  }
}

#shibukawa-main {
  padding-top: 0.8rem;
  padding-bottom: 0.64rem;
}
@media screen and (min-width: 768px) {
  #shibukawa-main {
    padding-top: 1.95rem;
    padding-bottom: 1.17rem;
  }
}

#shibukawa-bottom {
  margin-bottom: 0.8rem;
  padding-top: 0.34rem;
  padding-bottom: 0.4rem;
  background-color: rgba(0, 165, 131, 0.05);
}
@media screen and (min-width: 768px) {
  #shibukawa-bottom {
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #shibukawa-bottom .p-contents {
    padding-right: 0.8rem;
  }
}
#shibukawa-bottom .p-contents__wrapper {
  gap: 0.41rem;
}
@media screen and (min-width: 768px) {
  #shibukawa-bottom .p-contents__wrapper {
    align-items: flex-start;
  }
}
#shibukawa-bottom .p-contents__heading strong {
  margin-bottom: 0.26rem;
}
@media screen and (min-width: 768px) {
  #shibukawa-bottom .p-contents__heading strong {
    margin-bottom: 0.58rem;
  }
}
@media screen and (min-width: 768px) {
  #shibukawa-bottom .l-container {
    width: 5.94rem;
  }
}
#shibukawa-bottom .l-container .c-btn--card--grad {
  margin: 0.4rem auto 0;
}
@media screen and (min-width: 768px) {
  #shibukawa-bottom .l-container .c-btn--card--grad {
    margin-top: 0.28rem;
    margin-right: unset;
  }
}
#shibukawa-bottom .l-container > h3 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.3rem;
  line-height: 0.46rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #00A583;
  margin-bottom: 0.12rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #shibukawa-bottom .l-container > h3 {
    font-size: 0.32rem;
    line-height: 0.52rem;
    margin-bottom: 0.36rem;
  }
}
#shibukawa-bottom .l-container > strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.22rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #shibukawa-bottom .l-container > strong {
    font-size: 0.22rem;
    line-height: 0.38rem;
    margin-bottom: 0.24rem;
    white-space: nowrap;
  }
}
#shibukawa-bottom .l-container > p {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #shibukawa-bottom .l-container > p {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#shibukawa-bottom #logo-meister {
  mix-blend-mode: multiply;
  width: 2.52rem;
  height: 0.95rem;
  margin: auto;
  margin-bottom: 0.41rem;
}
@media screen and (min-width: 768px) {
  #shibukawa-bottom #logo-meister {
    width: 4.1rem;
    height: 1.55rem;
    margin-left: unset;
    margin-bottom: unset;
    position: relative;
    left: -0.05rem;
  }
}

#it-header {
  --color: 0, 165, 131;
}
@media screen and (min-width: 768px) {
  #it-header .p-page-header__bg--main img {
    -o-object-position: bottom left;
       object-position: bottom left;
  }
}
@media screen and (min-width: 768px) {
  #it-header .p-page-header__bg--sub img {
    -o-object-position: bottom right;
       object-position: bottom right;
  }
}

#it-main {
  padding-top: 0.8rem;
  padding-bottom: 0.64rem;
}
@media screen and (min-width: 768px) {
  #it-main {
    padding-top: 1.96rem;
    padding-bottom: 1.6rem;
  }
}
#it-main .p-contents {
  margin-bottom: 0.82rem;
}
@media screen and (min-width: 768px) {
  #it-main .p-contents {
    margin-bottom: 1.2rem;
  }
}
#it-main .l-box {
  padding: 0.14rem 0 0.15rem;
  border-radius: 0.16rem;
  border: 0.01rem solid #707070;
  display: flex;
  flex-direction: column;
  gap: 0.83rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #it-main .l-box {
    width: 8.2rem;
    margin: auto;
    padding: 0.3rem 0.62rem 0.31rem 0.72rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
#it-main .l-heading {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  align-items: center;
}
#it-main .l-heading strong {
  color: #14578B;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.32rem;
  line-height: 0.44rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#it-main .l-heading span {
  color: #00A583;
  font-family: "Barlow Condensed", serif;
  font-size: 0.24rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#it-main .l-heading::after {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  background-image: url("../img/common/chevron_right_circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -0.17rem;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 768px) {
  #it-main .l-heading::after {
    left: unset;
    right: -0.4rem;
    bottom: 50%;
    transform: translate(100%, 50%);
  }
}
#it-main .l-image {
  margin: auto;
  width: 2.86rem;
  height: 0.99rem;
}
@media screen and (min-width: 768px) {
  #it-main .l-image {
    margin: unset;
  }
}

#hr-header {
  --color: 48 51, 144;
}
@media screen and (min-width: 768px) {
  #hr-header .p-page-header__bg--main img {
    -o-object-position: bottom left;
       object-position: bottom left;
  }
}
@media screen and (min-width: 768px) {
  #hr-header .p-page-header__bg--sub img {
    height: 100%;
    -o-object-position: bottom right;
       object-position: bottom right;
  }
}
@media screen and (min-width: 768px) {
  #hr-header .p-page-header__heading {
    margin-bottom: 0.32rem;
  }
}
#hr-header .p-page-header__content {
  position: relative;
}
#hr-header .p-page-header__content::before {
  content: "";
  position: absolute;
  bottom: -0.17rem;
  left: 45%;
  transform: translate(-50%, 100%);
  width: 0.13rem;
  height: 0.25rem;
  background-image: url("../img/common/chevron_bottom_triple.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #hr-header .p-page-header__content::before {
    left: 2.19rem;
    bottom: -0.48rem;
    transform: translateY(100%);
  }
}
#hr-header .p-page-header__content h4 {
  color: #303390;
}
#hr-header .p-page-header__box h4 {
  background: linear-gradient(to right, #303390 0%, transparent 100%);
}

#hr-main {
  padding-top: 1.35rem;
  padding-bottom: 0.64rem;
  --color: 48 51, 144;
}
@media screen and (min-width: 768px) {
  #hr-main {
    padding-top: 1.96rem;
    padding-bottom: 1.6rem;
  }
}
#hr-main .p-contents {
  margin-bottom: 0.82rem;
}
@media screen and (min-width: 768px) {
  #hr-main .p-contents {
    margin-bottom: 1.2rem;
  }
}
#hr-main .l-box {
  padding: 0.16rem 0 0.25rem;
  border-radius: 0.2rem;
  border: 0.01rem solid rgba(48, 51, 144, 0.4);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #hr-main .l-box {
    width: 11.2rem;
    margin: auto;
    padding: 0.45rem 0 0.51rem;
    flex-direction: row;
    justify-content: center;
    gap: 0.32rem;
  }
}
#hr-main .l-box .c-btn--card--grad {
  margin: auto;
}
@media screen and (min-width: 768px) {
  #hr-main .l-box .c-btn--card--grad {
    margin: unset;
  }
}
#hr-main .l-heading {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  align-items: center;
}
#hr-main .l-heading strong {
  color: #14578B;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#hr-main .l-heading::after {
  width: 0.11rem;
  height: 0.39rem;
  background-image: url("../img/common/chevron_bottom_triple_bold.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -0.08rem;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 768px) {
  #hr-main .l-heading::after {
    content: unset;
  }
}
#hr-main .l-image {
  margin: auto;
  width: 2.86rem;
  height: 0.99rem;
}
@media screen and (min-width: 768px) {
  #hr-main .l-image {
    margin: unset;
  }
}

#recruit-page {
  padding-top: 0.6rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #recruit-page {
    padding-top: 0.8rem;
    padding-bottom: 2rem;
  }
}

#recruit {
  width: 100%;
  height: 7.4rem;
  background-image: url("../img/recruit/recruit_sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #recruit {
    background-image: url("../img/recruit/recruit_pc.webp");
    width: 100%;
    height: 6.6rem;
  }
}
#recruit .u-width {
  position: relative;
  height: 100%;
}
#recruit .l-heading {
  color: rgba(255, 255, 255, 0.43);
  position: absolute;
  top: 0.12rem;
  left: 0.23rem;
  font-family: "Barlow Condensed", serif;
  font-size: 0.6rem;
  line-height: 0.72rem;
  letter-spacing: 0em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #recruit .l-heading {
    font-size: 1.2rem;
    line-height: 1.44rem;
    top: 0.59rem;
    left: 0.1rem;
  }
}
#recruit .l-catch {
  width: 3.68rem;
  height: 2.1rem;
  background-image: url("../img/recruit/catch.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 1.23rem;
  left: 0.07rem;
}
@media screen and (min-width: 768px) {
  #recruit .l-catch {
    width: 5.63rem;
    height: 3.23rem;
    top: 1.66rem;
    left: 0.68rem;
  }
}
#recruit .l-catch span {
  display: none;
}
#recruit .l-container {
  position: absolute;
  left: 50%;
  bottom: 0.85rem;
  transform: translateX(-50%);
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.35rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  width: 100%;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
@media screen and (min-width: 768px) {
  #recruit .l-container {
    text-align: left;
    left: unset;
    width: -moz-fit-content;
    width: fit-content;
    right: 0.8rem;
    bottom: unset;
    top: 1.31rem;
    transform: unset;
    padding: unset;
    font-size: 0.16rem;
    line-height: 0.38rem;
    letter-spacing: 0.06em;
  }
}

#recruit-top {
  padding-top: 0.35rem;
  padding-bottom: 0.61rem;
}
@media screen and (min-width: 768px) {
  #recruit-top {
    padding-top: 1.2rem;
    padding-bottom: 0.67rem;
  }
}
#recruit-top .c-heading--slash {
  margin-bottom: 0.27rem;
}
@media screen and (min-width: 768px) {
  #recruit-top .c-heading--slash {
    margin-bottom: 0.83rem;
  }
}
#recruit-top .l-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.19rem 0;
}
@media screen and (min-width: 768px) {
  #recruit-top .l-container {
    width: 10.4rem;
    margin: auto;
  }
}
#recruit-top .l-container .l-wrapper {
  width: 1.04rem;
  height: 0.52rem;
  transition: 0.3s;
  position: relative;
  background-color: #DEE9EF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 700;
  color: #14578B;
  text-align: center;
  font-feature-settings: "palt" 1;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #recruit-top .l-container .l-wrapper {
    width: 1.6rem;
    height: 0.81rem;
    font-size: 0.18rem;
    line-height: 0.28rem;
  }
}
#recruit-top .l-container .l-wrapper:hover {
  opacity: 0.7;
}
#recruit-top .l-container .l-wrapper--active {
  opacity: 1;
  background-color: #152063;
  color: white;
}
#recruit-top .l-container .l-wrapper--active::after {
  opacity: 1;
}

#recruit-main {
  position: relative;
  transition: 0.3s;
}
#recruit-main .l-content {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#recruit-main .l-content .l-heading {
  color: #152063;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.36rem;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin-bottom: 0.14rem;
}
@media screen and (min-width: 768px) {
  #recruit-main .l-content .l-heading {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-bottom: 0.24rem;
  }
}
#recruit-main .l-content--active {
  position: initial;
  opacity: 1;
  pointer-events: all;
}
#recruit-main .l-content:not(:has(.l-table)) .c-btn--green {
  display: none;
}
#recruit-main .l-content .c-btn--green {
  margin: auto;
  margin-top: 0.76rem;
}
@media screen and (min-width: 768px) {
  #recruit-main .l-content .c-btn--green {
    margin-top: 1.4rem;
  }
}
#recruit-main .l-table {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
  width: 100%;
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid rgba(20, 87, 139, 0.3);
}
@media screen and (min-width: 768px) {
  #recruit-main .l-table {
    gap: unset;
    padding-bottom: unset;
  }
}
#recruit-main .l-table dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #recruit-main .l-table dl {
    flex-direction: row;
    gap: unset;
    align-items: unset;
    border-top: 0.01rem solid rgba(21, 32, 99, 0.3);
  }
}
#recruit-main .l-table dl dt {
  width: 100%;
  height: 0.35rem;
  display: flex;
  align-items: center;
  left: 0.06rem;
  padding-bottom: 0.02rem;
  padding-left: 0.06rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #14578B;
  background-color: rgba(20, 87, 139, 0.05);
  border-top: 0.01rem solid rgba(21, 32, 99, 0.3);
  border-bottom: 0.01rem solid rgba(21, 32, 99, 0.3);
}
@media screen and (min-width: 768px) {
  #recruit-main .l-table dl dt {
    width: 1.89rem;
    height: auto;
    flex: none;
    border: unset;
    padding-top: 0.2rem;
    padding-left: 0.2rem;
    align-items: flex-start;
  }
}
#recruit-main .l-table dl dd {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #recruit-main .l-table dl dd {
    padding-top: 0.22rem;
    padding-left: 0.35rem;
    padding-right: 0.43rem;
    padding-bottom: 0.25rem;
  }
}
#recruit-main .l-table dl dd a {
  color: #14578B;
  text-decoration: underline;
  padding-right: 0.05rem;
}

#meister-fv {
  width: 100%;
  height: 2.19rem;
  position: relative;
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  #meister-fv {
    height: 6.75rem;
    margin-top: 1.4rem;
  }
}
#meister-fv .l-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-image: url("../img/meister/fv_sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #meister-fv .l-bg {
    background-image: url("../img/meister/fv_pc.webp");
  }
}
#meister-fv .l-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.6rem;
  background-color: white;
  transform: translateY(-100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.16rem;
  color: #009245;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #meister-fv .l-menu {
    gap: 0.64rem;
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
#meister-fv .l-menu::before {
  content: "";
  width: 1.05rem;
  height: 0.39rem;
  background-image: url("../img/common/logo_meister.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #meister-fv .l-menu::before {
    width: 1.2rem;
    height: 0.45rem;
  }
}

#meister-intro {
  padding-top: 0.12rem;
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #meister-intro {
    padding-top: 0.76rem;
    padding-bottom: 1rem;
  }
}
#meister-intro .l-catch {
  color: #00A583;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.34rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  #meister-intro .l-catch {
    font-size: 0.34rem;
    line-height: 0.5rem;
    margin-bottom: 0.56rem;
  }
}
#meister-intro .l-column {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  align-items: center;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #meister-intro .l-column {
    margin-bottom: 0.58rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
#meister-intro .l-column--image {
  width: 3.41rem;
  height: 2.7rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #meister-intro .l-column--image {
    width: 3.82rem;
    height: 3.02rem;
  }
}
#meister-intro .l-column--image img {
  display: block;
  width: 100%;
  height: 100%;
}
#meister-intro .l-column--image::after {
  content: "";
  width: 1.8rem;
  height: 1.33rem;
  background-image: url("../img/meister/intro2.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -0.86rem;
  left: 0.7rem;
}
@media screen and (min-width: 768px) {
  #meister-intro .l-column--image::after {
    width: 2.02rem;
    height: 1.48rem;
    bottom: -0.69rem;
    left: unset;
    right: -1.27rem;
  }
}
@media screen and (min-width: 768px) {
  #meister-intro .l-column--text {
    width: 5.6rem;
    flex: none;
  }
}
#meister-intro .l-column--text h3 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-bottom: 0.16rem;
  border-bottom: 0.01rem solid #00A583;
  margin-bottom: 0.16rem;
}
@media screen and (min-width: 768px) {
  #meister-intro .l-column--text h3 {
    font-size: 0.26rem;
    line-height: 0.4rem;
    padding-bottom: 0.24rem;
    margin-bottom: 0.24rem;
  }
}
#meister-intro .l-column--text p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#meister-intro .l-box {
  width: 100%;
  padding: 0.3rem 0.16rem 0.3rem;
  background-color: #F5F6F7;
  position: relative;
  z-index: 2;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #meister-intro .l-box {
    margin-bottom: 0.77rem;
    padding: 0.2rem 0.2rem 0.27rem;
  }
}
#meister-intro .l-box h3 {
  color: #00A583;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.18rem;
  text-align: center;
  display: block;
}
@media screen and (min-width: 768px) {
  #meister-intro .l-box h3 {
    font-size: 0.24rem;
    line-height: 0.35rem;
    margin-bottom: 0.24rem;
  }
}
#meister-intro .l-box strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 0.18rem;
  text-align: center;
  display: block;
}
@media screen and (min-width: 768px) {
  #meister-intro .l-box strong {
    font-size: 0.24rem;
    line-height: 0.35rem;
    margin-top: 0.15rem;
  }
}
#meister-intro .l-box--container {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #meister-intro .l-box--container {
    gap: 0.08rem;
  }
}
#meister-intro .l-box--wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: center;
  border-radius: 0.12rem;
  background-color: white;
  padding: 0.24rem 0.16rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #meister-intro .l-box--wrapper {
    border-radius: 0.24rem;
    flex-direction: row;
    padding: 0.2rem 0.35rem 0.24rem 0;
    gap: 0rem;
  }
}
#meister-intro .l-box--wrapper h4 {
  text-align: center;
  font-family: "Noto Sans JP", "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) {
  #meister-intro .l-box--wrapper h4 {
    flex-grow: 1;
    font-size: 0.24rem;
    line-height: 0.35rem;
  }
}
#meister-intro .l-box--wrapper p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #meister-intro .l-box--wrapper p {
    font-size: 0.16rem;
    line-height: 0.32rem;
    width: 6.11rem;
    flex: none;
  }
}
#meister-intro .l-box--wrapper small {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.1rem;
  line-height: 0.18rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.15rem;
}
#meister-intro .l-marker {
  width: 100%;
  height: 0.48rem;
  color: #009245;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.02rem;
  background-color: #F5FF00;
  margin: auto;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #meister-intro .l-marker {
    margin-bottom: 0.6rem;
    font-size: 0.34rem;
    line-height: 0.49rem;
    padding-left: 0.44rem;
    padding-right: 0.44rem;
    width: -moz-fit-content;
    width: fit-content;
    height: 0.65rem;
  }
}
#meister-intro .l-solution {
  color: #009245;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.34rem;
  letter-spacing: 0em;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 0.54rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.29rem;
  margin-bottom: 0.54rem;
}
@media screen and (min-width: 768px) {
  #meister-intro .l-solution {
    gap: 0.34rem;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.32rem;
    line-height: 0.5rem;
    letter-spacing: 0em;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0.8rem;
  }
}
#meister-intro .l-solution::before {
  content: "";
  width: 3.08rem;
  height: 1.16rem;
  background-image: url("../img/common/logo_meister.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #meister-intro .l-solution::before {
    width: 4.65rem;
    height: 1.75rem;
  }
}

#meister-cp {
  padding-bottom: 1.02rem;
}
@media screen and (min-width: 768px) {
  #meister-cp {
    padding-bottom: 1.2rem;
  }
}
#meister-cp .l-top {
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #meister-cp .l-top {
    margin-bottom: 0.93rem;
  }
}
#meister-cp .l-top--container {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: center;
  margin-top: 0.24rem;
}
@media screen and (min-width: 768px) {
  #meister-cp .l-top--container {
    margin-top: 0.4rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
#meister-cp .l-top--container h3 {
  color: #00A583;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.34rem;
  letter-spacing: 0em;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #meister-cp .l-top--container h3 {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
}
#meister-cp .l-top--container p {
  font-family: "Noto Sans JP", "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) {
  #meister-cp .l-top--container p {
    width: 5.6rem;
    flex: none;
  }
}
#meister-cp .c-full {
  position: relative;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #meister-cp .c-full {
    margin-bottom: 1.2rem;
  }
}
#meister-cp .c-full .c-overflow {
  display: flex;
  gap: 0.16rem;
}
@media screen and (min-width: 768px) {
  #meister-cp .c-full .c-overflow {
    display: block;
    gap: unset;
  }
}
#meister-cp .c-full .c-overflow::before {
  content: "";
}
@media screen and (min-width: 768px) {
  #meister-cp .c-full .c-overflow::before {
    content: unset;
  }
}
#meister-cp .c-full .c-overflow::after {
  content: "";
}
@media screen and (min-width: 768px) {
  #meister-cp .c-full .c-overflow::after {
    content: unset;
  }
}
#meister-cp .c-full .c-heading--round {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0.16rem;
  width: 3.43rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #meister-cp .c-full .c-heading--round {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#meister-cp .l-box {
  border: 0.01rem solid #00A583;
  border-radius: 0.2rem;
  padding: 0.38rem 0.25rem 0.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #meister-cp .l-box {
    padding: 0.51rem 0.4rem 0.4rem;
  }
}
#meister-cp .l-box--image {
  width: 6.51rem;
  height: auto;
  flex: none;
}
@media screen and (min-width: 768px) {
  #meister-cp .l-box--image {
    width: 100%;
  }
}
#meister-cp .l-column {
  display: flex;
  flex-direction: column;
  gap: 0.23rem;
  align-items: center;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #meister-cp .l-column {
    margin-bottom: 0.8rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #meister-cp .l-column--text {
    width: 5.6rem;
    flex: none;
  }
}
#meister-cp .l-column--text p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.16rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #meister-cp .l-column--text p {
    margin-top: 0.4rem;
  }
}
#meister-cp .l-column--image {
  width: 100%;
  height: 2.64rem;
}
@media screen and (min-width: 768px) {
  #meister-cp .l-column--image {
    width: 4.82rem;
    height: 3.72rem;
    flex: none;
  }
}
#meister-cp .l-list {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #meister-cp .l-list {
    margin-bottom: 1.02rem;
  }
}
#meister-cp .l-list--desc {
  text-align: center;
  font-family: "Noto Sans JP", "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;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #meister-cp .l-list--desc {
    margin-top: 0.4rem;
  }
}
#meister-cp .l-list--container {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
}
@media screen and (min-width: 768px) {
  #meister-cp .l-list--container {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    flex-direction: row;
    gap: 0.32rem 0.7rem;
    justify-content: center;
    flex-wrap: wrap;
  }
}
#meister-cp .l-list--border {
  display: none;
}
@media screen and (min-width: 768px) {
  #meister-cp .l-list--border {
    display: block;
    width: 100%;
    height: 0.015rem;
    background: linear-gradient(to right, #00A583 0%, #00A583 50%, transparent 50%, transparent 100%);
    background-size: 0.1rem 100%;
    background-repeat: repeat-x;
    width: 10.4rem;
  }
}
#meister-cp .l-list--wrapper {
  display: flex;
  align-items: center;
  gap: 0.23rem;
}
@media screen and (min-width: 768px) {
  #meister-cp .l-list--wrapper {
    gap: 0.24rem;
  }
}
#meister-cp .l-list--wrapper img {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex: none;
}
#meister-cp .l-list--wrapper figcaption {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #meister-cp .l-list--wrapper figcaption {
    width: 3.2rem;
    flex: none;
  }
}
#meister-cp .l-list--wrapper figcaption b {
  font-weight: 600;
}
#meister-cp .l-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.64rem;
  align-items: center;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #meister-cp .l-bottom {
    margin-bottom: 1rem;
  }
}
#meister-cp .l-bottom--wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: center;
}
#meister-cp .l-bottom--wrapper p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#meister-cp .l-bottom--wrapper p strong {
  color: #00A583;
  font-size: 0.22rem;
  line-height: 0.32rem;
}

#meister-price {
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  #meister-price {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #meister-price #flow {
    width: 4.8rem;
  }
}
#meister-price .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.64rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #meister-price .l-container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
#meister-price .l-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #meister-price .l-wrapper {
    width: 5.6rem;
    flex: none;
  }
}
#meister-price .l-heading {
  color: #009245;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0em;
  font-weight: 600;
  margin-bottom: 0.27rem;
}
@media screen and (min-width: 768px) {
  #meister-price .l-heading {
    font-size: 0.32rem;
    line-height: 0.46rem;
    margin-bottom: 0.33rem;
  }
}
#meister-price .l-flow {
  display: flex;
  flex-direction: column;
  padding-left: 0.2rem;
}
@media screen and (min-width: 768px) {
  #meister-price .l-flow {
    padding-left: 0.33rem;
  }
}
#meister-price .l-flow dl {
  position: relative;
  padding-top: 0.02rem;
  padding-left: 0.4rem;
  padding-bottom: 0.11rem;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}
@media screen and (min-width: 768px) {
  #meister-price .l-flow dl {
    gap: 0.09rem;
    padding-bottom: 0.24rem;
    padding-left: 0.47rem;
  }
}
#meister-price .l-flow dl::before {
  content: "";
  position: absolute;
  width: 0.03rem;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #74CEBB;
  transform: translateX(-50%);
}
#meister-price .l-flow dl:nth-of-type(2n) span {
  border: 0.01rem solid #009245;
  background-color: white;
  color: #009245;
}
#meister-price .l-flow dl:nth-last-of-type(1)::before {
  content: unset;
}
#meister-price .l-flow dl span {
  width: 0.52rem;
  height: 0.52rem;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-50%);
  color: white;
  background-color: #5AB786;
  font-family: "Barlow Condensed", serif;
  font-size: 0.23rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  #meister-price .l-flow dl span {
    padding-bottom: 0.03rem;
    width: 0.66rem;
    height: 0.66rem;
    font-size: 0.32rem;
    line-height: 0.38rem;
  }
}
#meister-price .l-flow dl dt {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #meister-price .l-flow dl dt {
    font-size: 0.26rem;
    line-height: 0.37rem;
  }
}
#meister-price .l-flow dl dd {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #meister-price .l-flow dl dd {
    font-size: 0.16rem;
    line-height: 0.28rem;
  }
}
#meister-price .l-table {
  border: 0.01rem solid #009245;
  width: 100%;
  margin-top: 0.08rem;
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #meister-price .l-table {
    margin-top: 0.24rem;
    margin-bottom: 0.57rem;
  }
}
#meister-price .l-table td, #meister-price .l-table th {
  width: 50%;
  vertical-align: middle;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-top: 0.14rem;
  padding-bottom: 0.16rem;
}
@media screen and (min-width: 768px) {
  #meister-price .l-table td, #meister-price .l-table th {
    font-size: 0.22rem;
    line-height: 0.32rem;
    padding-top: 0.12rem;
    padding-bottom: 0.14rem;
  }
}
#meister-price .l-table th {
  background-color: #009245;
  color: white;
}
#meister-price .l-table th:nth-of-type(1) {
  border-right: 0.01rem solid white;
}
#meister-price .l-table tr:nth-of-type(2n+1) td {
  background-color: #D0E6E2;
}
#meister-price .l-table tr:nth-of-type(2n) td {
  background-color: white;
}
#meister-price .l-table td {
  border-right: 0.01rem solid #009245;
}
#meister-price .l-table td b {
  font-weight: 600;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
@media screen and (min-width: 768px) {
  #meister-price .l-table td b {
    font-size: 0.22rem;
    line-height: 0.44rem;
    padding-top: 0.18rem;
    padding-bottom: 0.2rem;
    display: block;
  }
}
#meister-price .l-table td strong {
  color: #D33333;
}
#meister-price .l-desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #meister-price .l-desc {
    font-size: 0.22rem;
    line-height: 0.36rem;
  }
}
#meister-price .l-catch {
  position: relative;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.34rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #meister-price .l-catch {
    font-size: 0.24rem;
    line-height: 0.42rem;
  }
}
#meister-price .l-catch::after {
  content: "";
  width: 1.62rem;
  height: 1.42rem;
  position: absolute;
  left: calc(50% - 0.2rem);
  bottom: -0.17rem;
  transform: translate(-50%, 100%);
  background-image: url("../img/meister/man.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (min-width: 768px) {
  #meister-price .l-catch::after {
    left: 50%;
    bottom: -0.37rem;
  }
}
#meister-price .l-box {
  background-color: #00A583;
  border-radius: 0.08rem;
  padding: 0.12rem 0.16rem 0.16rem;
  margin-top: 2.23rem;
}
@media screen and (min-width: 768px) {
  #meister-price .l-box {
    padding: 0.09rem 0.2rem 0.2rem;
    width: 9.6rem;
    margin: auto;
    margin-top: 1.07rem;
  }
}
#meister-price .l-box--heading {
  text-align: center;
  color: #F5FF00;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.13rem;
}
@media screen and (min-width: 768px) {
  #meister-price .l-box--heading {
    font-size: 0.26rem;
    line-height: 0.37rem;
    margin-bottom: 0.14rem;
  }
}
#meister-price .l-box--container {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #meister-price .l-box--container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.2rem;
  }
}
#meister-price .l-box--wrapper {
  border-radius: 0.08rem;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
#meister-price .l-box--wrapper:nth-of-type(1) {
  height: 1.24rem;
  background-image: url("../img/meister/banner1_sp.webp");
}
@media screen and (min-width: 768px) {
  #meister-price .l-box--wrapper:nth-of-type(1) {
    width: 100%;
    height: 1.6rem;
    background-image: url("../img/meister/banner1_pc.webp");
  }
}
#meister-price .l-box--wrapper:nth-of-type(2) {
  height: 1rem;
  background-image: url("../img/meister/banner2_sp.webp");
}
@media screen and (min-width: 768px) {
  #meister-price .l-box--wrapper:nth-of-type(2) {
    width: 4.5rem;
    height: 1.2rem;
    background-image: url("../img/meister/banner2_pc.webp");
  }
}
#meister-price .l-box--wrapper:nth-of-type(3) {
  height: 1rem;
  background-image: url("../img/meister/banner3_sp.webp");
}
@media screen and (min-width: 768px) {
  #meister-price .l-box--wrapper:nth-of-type(3) {
    width: 4.5rem;
    height: 1.2rem;
    background-image: url("../img/meister/banner3_pc.webp");
  }
}
#meister-price .l-box--wrapper strong, #meister-price .l-box--wrapper span {
  display: none;
}

#form {
  padding-top: 0.73rem;
  padding-bottom: 1.35rem;
  color: black;
  position: relative;
}
@media screen and (min-width: 768px) {
  #form {
    padding-top: 1.36rem;
    padding-right: 0.8rem;
    padding-bottom: 2.42rem;
  }
}
#form #form-input {
  position: initial;
}
#form:has(#form-switch-first:checked) .l-top--left {
  display: block;
}
#form .c-heading--vert {
  margin-bottom: 1.12rem;
}
#form .c-heading--vert--small {
  margin-bottom: 1.12rem;
}
@media screen and (min-width: 768px) {
  #form .c-heading--vert--small {
    flex: none;
    padding-right: 1.31rem;
  }
}
#form:has(.c-heading--vert--small) .p-form-phase {
  top: 2.6rem;
}
@media screen and (min-width: 768px) {
  #form:has(.c-heading--vert--small) .l-top--left .l-desc {
    margin-top: 0.1rem;
  }
}
@media screen and (min-width: 768px) {
  #form .l-top {
    display: flex;
    justify-content: space-between;
  }
}
#form .l-top--left {
  display: none;
}
@media screen and (min-width: 768px) {
  #form .l-top--left {
    max-width: 8.05rem;
    flex-grow: 1;
  }
}
#form .l-top .l-link {
  padding-top: 0.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
@media screen and (min-width: 768px) {
  #form .l-top .l-link {
    padding-top: 0.08rem;
    gap: 0;
    margin-bottom: 0.53rem;
  }
}
#form .l-top .p-page-header__link {
  position: initial;
  transform: unset;
  padding: 0;
  justify-content: space-between;
  gap: unset;
}
@media screen and (min-width: 768px) {
  #form .l-top .p-page-header__link {
    width: 100%;
    gap: 0.24rem;
    justify-content: flex-end;
  }
}
#form .l-top .l-space {
  height: 0.5rem;
}
@media screen and (min-width: 768px) {
  #form .l-top .l-space {
    height: 0.26rem;
  }
}
#form .l-top #contact-link-daiwa {
  --color: #00A583;
}
#form .l-top #contact-link-daiwa a {
  border: 0.01rem solid #00A583;
  color: #00A583;
}
#form .l-top #contact-link-daiwa a::before {
  background-color: #00A583;
}
#form .l-top #contact-link-daiwa a::after {
  background-color: #00A583;
}
#form .l-top #contact-link-daiwa img {
  width: 1.85rem;
  height: 0.28rem;
}
@media screen and (min-width: 768px) {
  #form .l-top #contact-link-daiwa img {
    width: 3.21rem;
    height: 0.49rem;
  }
}
#form .l-top #contact-link-shibukawa {
  --color: #3440FF;
}
#form .l-top #contact-link-shibukawa a {
  border: 0.01rem solid #3440FF;
  color: #3440FF;
}
@media screen and (min-width: 768px) {
  #form .l-top #contact-link-shibukawa a {
    position: relative;
    top: 0.05rem;
  }
}
#form .l-top #contact-link-shibukawa a::before {
  background-color: #3440FF;
}
#form .l-top #contact-link-shibukawa a::after {
  background-color: #3440FF;
}
#form .l-top #contact-link-shibukawa img {
  width: 1.96rem;
  height: 0.32rem;
}
@media screen and (min-width: 768px) {
  #form .l-top #contact-link-shibukawa img {
    width: 4.02rem;
    height: 0.66rem;
  }
}
#form .l-desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #form .l-desc {
    font-size: 0.16rem;
    margin-top: 0.24rem;
  }
}
#form .l-tel {
  display: flex;
  align-items: baseline;
  color: #0072D6;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
  gap: 0.16rem;
  justify-content: center;
  margin-top: 0.14rem;
}
@media screen and (min-width: 768px) {
  #form .l-tel {
    justify-content: flex-start;
    margin-top: 0.09rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
    gap: 0.17rem;
  }
}
#form .l-tel a {
  font-family: "Barlow Condensed", serif;
  font-size: 0.22rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #form .l-tel a {
    font-size: 0.24rem;
    line-height: 0.29rem;
  }
}
#form .l-caution {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #0072D6;
  padding-bottom: 0.17rem;
  border-bottom: 0.01rem solid #D8D8D8;
  margin-bottom: 0.22rem;
}
@media screen and (min-width: 768px) {
  #form .l-caution {
    padding-bottom: 0.14rem;
    margin-bottom: 0.3rem;
  }
}
#form .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.57rem;
}
@media screen and (min-width: 768px) {
  #form .l-container {
    gap: unset;
    flex-direction: row;
    justify-content: space-between;
  }
}
#form .p-form-phase {
  position: absolute;
  top: 2.29rem;
  width: 3.43rem;
}
@media screen and (min-width: 768px) {
  #form .p-form-phase {
    padding-top: 0.47rem;
    position: initial;
  }
}
@media screen and (min-width: 768px) {
  #form .l-left {
    width: 3.9rem;
    padding-left: 0.8rem;
    flex: none;
  }
}
@media screen and (min-width: 768px) {
  #form .l-right {
    flex-grow: 1;
  }
}
#form .l-list {
  border-radius: 0.1rem;
  padding: 0.26rem 0.15rem;
  background-color: rgba(48, 51, 144, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  align-items: center;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #form .l-list {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.49rem;
    padding: 0.32rem 0.44rem;
  }
}
@media screen and (min-width: 768px) {
  #form .l-list__wrapper {
    width: 3.32rem;
  }
}
#form .l-list h3 {
  color: #303390;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-bottom: 0.09rem;
  margin-bottom: 0.16rem;
  border-bottom: 0.01rem solid #303390;
}
#form .l-list ul {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #form .l-list ul {
    font-size: 0.16rem;
    line-height: 0.28rem;
  }
}
#form .l-list ul li {
  width: 100%;
  display: flex;
  gap: 0.05rem;
  align-items: baseline;
}
#form .l-list ul li::before {
  position: relative;
  content: "";
  top: -0.01rem;
  flex: none;
  width: 0.07rem;
  height: 0.07rem;
  border: 0.01rem solid #3C3C3C;
  border-radius: 100%;
}
#form .l-heading--underline {
  padding-bottom: 0.11rem;
  justify-content: space-between;
  border-bottom: 0.01rem solid black;
  position: relative;
  margin-bottom: 0.31rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #form .l-heading--underline {
    text-align: left;
    margin-bottom: 0.44rem;
    padding-bottom: 0.11rem;
  }
}
#form .l-complete {
  text-align: center;
}
#form .l-complete h3 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#form .l-complete p {
  display: block;
  margin-top: 0.4rem;
  margin-bottom: 0.64rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#form .l-complete .c-btn--card--grad {
  margin: auto;
  width: 2.57rem;
  height: 0.55rem;
}
#form .l-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: white;
  border-radius: 0.1rem;
  border: 0.015rem solid #14578B;
  padding-top: 0.17rem;
  padding-bottom: 0.16rem;
  margin: auto;
  text-align: center;
  color: #14578B;
  position: relative;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #form .l-box {
    width: 5.14rem;
    margin-bottom: 0.8rem;
  }
}
#form .l-box h4 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
#form .l-box span {
  font-family: "Noto Sans JP", "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) {
  #form .l-box span {
    text-align: left;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.12rem;
    line-height: 0.2rem;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-left: 0.1rem;
    position: relative;
    top: -0.04rem;
  }
}
#form .l-box a {
  font-family: "Barlow Condensed", serif;
  font-size: 0.38rem;
  line-height: 0.48rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  position: relative;
  margin-top: 0.04rem;
  gap: 0rem;
  display: flex;
  align-items: baseline;
  color: #14578B;
}
@media screen and (min-width: 768px) {
  #form .l-box a {
    align-items: flex-end;
    margin-top: 0.1rem;
  }
}
#form .l-box a::before {
  content: "TEL.";
  font-family: "Barlow Condensed", serif;
  font-size: 0.22rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #form .l-box a::before {
    position: relative;
    top: -0.05rem;
  }
}
@media screen and (min-width: 768px) {
  #form .p-form__second .l-right {
    width: 5.82rem;
    flex-grow: unset;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  #form .p-form__third .l-right {
    width: 8.65rem;
    margin-top: -0.2rem;
    padding-right: unset;
  }
}
#maker-header {
  --color: 48, 51, 144;
}

#maker-main {
  padding-top: 0.42rem;
  padding-bottom: 1.89rem;
}
@media screen and (min-width: 768px) {
  #maker-main {
    padding-top: 1.76rem;
    padding-bottom: 2.54rem;
  }
}
#maker-main .l-heading {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.3rem;
  line-height: 0.42rem;
  letter-spacing: 0em;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  color: #14578B;
  margin-bottom: 0.16rem;
}
@media screen and (min-width: 768px) {
  #maker-main .l-heading {
    font-size: 0.33rem;
    line-height: 0.48rem;
    margin-bottom: 0.19rem;
  }
}
#maker-main .l-desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #14578B;
  margin-bottom: 0.31rem;
}
@media screen and (min-width: 768px) {
  #maker-main .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
    margin-bottom: 0.51rem;
  }
}
#maker-main .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  color: #14578B;
  font-family: "Noto Sans JP", "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) {
  #maker-main .l-container {
    flex-direction: row;
    justify-content: space-between;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
#maker-main .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}
@media screen and (min-width: 768px) {
  #maker-main .l-container .l-wrapper {
    gap: 0.22rem;
    width: 30%;
  }
}

#privacy-policy {
  padding-top: 0.89rem;
  padding-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  #privacy-policy {
    padding-top: 1.43rem;
    padding-bottom: 3.6rem;
  }
}
#privacy-policy .c-heading--vert--small {
  margin-bottom: 0.49rem;
}
@media screen and (min-width: 768px) {
  #privacy-policy .c-heading--vert--small {
    margin-bottom: 1.07rem;
  }
}
@media screen and (min-width: 768px) {
  #privacy-policy .l-main {
    width: 9.04rem;
    margin: auto;
  }
}
#privacy-policy .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.64rem;
}
@media screen and (min-width: 768px) {
  #privacy-policy .l-container {
    gap: 0.63rem;
  }
}
#privacy-policy .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}
@media screen and (min-width: 768px) {
  #privacy-policy .l-container .l-wrapper {
    gap: 0.24rem;
  }
}
#privacy-policy .l-container .l-wrapper h2 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-bottom: 0.1rem;
  width: 100%;
  border-bottom: 0.01rem solid #E2E5E5;
}
@media screen and (min-width: 768px) {
  #privacy-policy .l-container .l-wrapper h2 {
    font-size: 0.2rem;
    line-height: 0.29rem;
    padding-bottom: 0.16rem;
  }
}
#privacy-policy .l-container .l-wrapper p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #privacy-policy .l-container .l-wrapper p {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#privacy-policy .l-bottom {
  margin-top: 0.64rem;
  text-align: right;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#wpadminbar {
  display: none;
}
@media screen and (min-width: 768px) {
  #wpadminbar {
    display: flex;
  }
}

.p-body {
  overflow-x: hidden;
  padding-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-body {
    padding-top: 0.8rem;
  }
}
.p-body:has(#company-page) {
  overflow-x: initial;
}
.p-body[data-template="index.php"] {
  overflow-x: initial;
  padding-top: unset !important;
}

.p-banner {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-banner {
    position: fixed;
    z-index: 30;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
    border-radius: 0.25rem 0 0 0.25rem;
    padding: 0.04rem 0 0.12rem 0.15rem;
    overflow: hidden;
    transition: 0.3s;
  }
  .p-banner::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/common/banner_bg.webp");
    background-size: over;
    background-position: left center;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    opacity: 0.9;
  }
}
.p-banner--invisible {
  transform: translateX(0.5rem);
  opacity: 0;
  pointer-events: none;
}
.p-banner__title {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 0.06rem;
  color: white;
  align-items: baseline;
}
.p-banner__title strong {
  font-family: "Barlow Condensed", serif;
  font-size: 0.18rem;
  line-height: 0.24rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p-banner__title span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-banner__image {
  position: relative;
  z-index: 2;
  width: 1.55rem;
  height: auto;
}
.p-banner__image img {
  height: auto;
}

.p-header {
  z-index: 1001;
  width: 100%;
  height: 0.6rem;
  position: fixed;
  top: 0;
  left: 0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0em;
  font-weight: 40000;
  transition: 0.6s;
  opacity: 1;
  animation: 1s header-in forwards;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .p-header {
    z-index: 1000;
    height: 0.8rem;
  }
}
.p-header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 1.86rem;
  height: 0.48rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    align-items: flex-start;
    gap: 0.03rem;
    width: 2.79rem;
    height: 0.7rem;
    top: 0.46rem;
    left: 0.5rem;
  }
}
.p-header__logo h1 {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__logo h1 {
    transform: unset;
    bottom: -0.34rem;
    left: unset;
    right: calc(50% + 4.63rem);
  }
}
.p-header__logo h1 span {
  display: none;
}
.p-header__logo h1 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%;
}
.p-header__container {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.12rem;
}
@media screen and (min-width: 768px) {
  .p-header__container {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.8rem;
    justify-content: space-between;
  }
}
.p-header__pc-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__pc-nav {
    display: flex;
    gap: 0.48rem;
    align-items: center;
  }
}
.p-header__pc-nav--contact {
  width: 2.09rem;
  height: 0.4rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #303390;
  flex: none;
}
.p-header__pc-nav--contact p {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.1rem;
}
.p-header__pc-nav--contact p strong {
  font-family: "Barlow Condensed", serif;
  font-size: 0.18rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 600;
}
.p-header__pc-nav--contact p span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-header__pc-nav--list {
  display: flex;
  justify-content: flex-end;
  gap: 0.48rem;
}
.p-header__pc-nav--item {
  position: relative;
}
.p-header__pc-nav--item > a, .p-header__pc-nav--item div {
  display: flex;
  flex-direction: column;
  gap: 0.03rem;
  color: black;
}
.p-header__pc-nav--item > a strong, .p-header__pc-nav--item div strong {
  font-family: "Barlow Condensed", serif;
  font-size: 0.18rem;
  line-height: 0.22rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.p-header__pc-nav--item > a span, .p-header__pc-nav--item div span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-header__pc-nav--item:hover > a strong::after, .p-header__pc-nav--item:hover div strong::after {
  transform: rotate(180deg);
}
.p-header__pc-nav--item:hover .p-header__pc-nav--sub {
  opacity: 1;
  pointer-events: all;
}
.p-header__pc-nav--item:has(.p-header__pc-nav--sub) > a strong, .p-header__pc-nav--item:has(.p-header__pc-nav--sub) div strong {
  display: flex;
  gap: 0.08rem;
  align-items: baseline;
}
.p-header__pc-nav--item:has(.p-header__pc-nav--sub) > a strong::after, .p-header__pc-nav--item:has(.p-header__pc-nav--sub) div strong::after {
  content: "";
  display: block;
  width: 0.11rem;
  height: 0.07rem;
  background-image: url("../img/common/chevron_bottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
  position: relative;
  bottom: 0.02rem;
  transition: 0.3s;
}
.p-header__pc-nav--sub {
  position: absolute;
  background-color: white;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  max-width: unset;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.2rem 0 0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.p-header__pc-nav--sub li {
  padding-bottom: 0.08rem;
  border-bottom: 0.01rem solid #00A583;
  padding-left: 0.11rem;
  padding-right: 0.11rem;
}
.p-header__pc-nav--sub li:nth-last-of-type(1) {
  border-bottom: unset;
}
.p-header__nav {
  position: fixed;
  z-index: 1000;
  top: 0.6rem;
  right: 0;
  width: 100%;
  height: calc(100vh - 0.6rem);
  background: linear-gradient(to bottom, white 100%, white 50%);
  color: white;
  color: #14578B;
  transform: translateY(-100%);
  transition: 0.3s;
  padding-top: 0.78rem;
  padding-left: 0.24rem;
  padding-right: 0.37rem;
  padding-bottom: 1rem;
  overflow: scroll;
  display: flex;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: none;
  }
}
@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--box {
  position: fixed;
  z-index: 100000;
  top: 0rem;
  right: 0rem;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  background: linear-gradient(to bottom, #00D1A6 0%, #0A72D9 100%);
}
@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__nav {
  opacity: 1;
  pointer-events: all;
  transform: translateY(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: translate(-50%, -50%) rotate(45deg);
}
.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: translate(-50%, -50%) rotate(-45deg);
}
.p-header__nav--box--line {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  width: 0.24rem;
  height: 0.02rem;
  background-color: white;
}
.p-header__nav--box--line:nth-of-type(1) {
  transform: translate(-50%, calc(-0.06rem - 50%));
}
.p-header__nav--box--line:nth-of-type(2) {
  transform: translate(-50%, -50%);
}
.p-header__nav--box--line:nth-of-type(3) {
  transform: translate(-50%, calc(0.06rem - 50%));
}
.p-header__menu {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  width: 100%;
  margin-bottom: 0.2rem;
}
.p-header__menu--wrapper {
  display: flex;
}
.p-header__menu strong {
  color: #00A583;
  font-family: "Barlow Condensed", serif;
  font-size: 0.16rem;
  line-height: 0.16rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  display: block;
  flex: none;
  width: 0.64rem;
}
.p-header__menu ul {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  color: #14578B;
  width: 100%;
}
.p-header__menu ul li {
  position: relative;
  padding-left: 0.1rem;
  padding-right: 0.15rem;
  padding-bottom: 0.1rem;
  border-bottom: 0.01rem solid #303390;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.p-header__menu ul li::before {
  content: "";
  width: 1.2rem;
  height: 0.02rem;
  background-color: #00A583;
  position: absolute;
  left: 0;
  bottom: -0.01rem;
}
.p-header__menu ul li::after {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  background-color: rgba(48, 51, 144, 0.5);
  border-radius: 100%;
  flex: none;
}
.p-header__menu ul li a {
  display: block;
  width: 100%;
  opacity: 1;
  color: #14578B;
  font-family: "Noto Sans JP", "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) {
  .p-header__menu--large ul {
    gap: 0.2rem;
    margin-top: 0.1rem;
  }
  .p-header__menu--large ul li a {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.16rem;
    line-height: 0.21rem;
    letter-spacing: 0.01em;
    font-weight: 400;
    font-family: "Roboto", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  }
}
.p-header__contact {
  width: 2.57rem;
  height: 0.55rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0.04rem 0.04rem 0 rgba(34, 34, 34, 0.3));
  transition: 0.3s;
  margin: auto;
}
.p-header__contact:hover {
  filter: drop-shadow(0 0 0 rgba(34, 34, 34, 0.3));
  transform: translate(0.04rem, 0.04rem);
  opacity: 1;
}
.p-header__contact--inside {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(calc(0.32rem) 0%, 100% 0%, calc(100% - 0.32rem) 100%, 0% 100%);
          clip-path: polygon(calc(0.32rem) 0%, 100% 0%, calc(100% - 0.32rem) 100%, 0% 100%);
  background-color: #222222;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
  justify-content: center;
  position: relative;
}
.p-header__contact--inside::before {
  content: "";
  position: absolute;
  width: 0.24rem;
  height: 0.39rem;
  top: 50%;
  right: 0.38rem;
  transform: translateY(-50%);
  background-color: white;
  -webkit-clip-path: polygon(calc(100% - 0.015rem) 0%, 100% 0%, calc(0.015rem) 100%, 0% 100%);
          clip-path: polygon(calc(100% - 0.015rem) 0%, 100% 0%, calc(0.015rem) 100%, 0% 100%);
}
.p-header__contact--inside::after {
  content: "";
  position: absolute;
  border-radius: 100%;
  width: 0.08rem;
  height: 0.08rem;
  top: 50%;
  right: 0.29rem;
  transform: translateY(-50%);
  background-color: white;
}
.p-header__contact--inside strong {
  font-size: 0.2rem;
  line-height: 0.23rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-header__contact--inside span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.11rem;
  line-height: 0.16rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: -0.02rem;
}

@keyframes header-in {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    pointer-events: all;
  }
}
@keyframes header-out {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
.p-footer {
  position: relative;
  z-index: 50;
  background-color: #FAFCFF;
  padding-top: 0.47rem;
  padding-bottom: 0.36rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 0.48rem;
    padding-bottom: 0.35rem;
  }
}
.p-footer__container {
  padding-left: 0.38rem;
  padding-right: 0.38rem;
}
@media screen and (min-width: 768px) {
  .p-footer__container {
    width: 11rem;
    margin: auto;
    padding-left: unset;
    padding-right: unset;
  }
}
.p-footer__top {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-footer__top {
    margin-bottom: 0.83rem;
  }
}
.p-footer__middle {
  margin-bottom: 0.48rem;
}
@media screen and (min-width: 768px) {
  .p-footer__middle {
    display: flex;
    justify-content: space-between;
  }
}
.p-footer__middle--left {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
  align-items: center;
  margin-bottom: 0.79rem;
}
@media screen and (min-width: 768px) {
  .p-footer__middle--left {
    align-items: flex-start;
    margin-bottom: unset;
  }
}
.p-footer__middle--center {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer__middle--center {
    flex-direction: row;
    gap: 0.4rem;
    align-items: flex-start;
  }
}
.p-footer__middle--right {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer__middle--right {
    display: block;
  }
}
.p-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    gap: 0.37rem;
  }
}
.p-footer__bottom--menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.11rem;
  line-height: 0.16rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #14578B;
  padding-bottom: 0.24rem;
  border-bottom: 0.01rem solid #F0F0F0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom--menu {
    gap: 0.3rem;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__bottom--bottom {
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    position: relative;
  }
}
.p-footer__logo {
  display: flex;
  gap: 0.13rem;
  align-items: center;
  justify-content: center;
}
.p-footer__logo--left {
  width: 0.9rem;
  height: 0.8rem;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-footer__logo--left {
    width: 1.18rem;
    height: 1.04rem;
    gap: 0.15rem;
  }
}
.p-footer__logo--right {
  display: flex;
  flex-direction: column;
}
.p-footer__logo strong {
  display: flex;
  gap: 0.07rem;
  color: #303390;
  font-family: "Barlow Condensed", serif;
  font-size: 0.39rem;
  line-height: 0.47rem;
  letter-spacing: -0.03em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-footer__logo strong {
    font-size: 0.52rem;
    line-height: 0.62rem;
    gap: 0.06rem;
  }
}
.p-footer__logo small {
  display: flex;
  gap: 0.07rem;
  margin-top: -0.03rem;
  margin-left: 0.04rem;
  align-items: center;
  color: #303390;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-footer__logo small {
    font-size: 0.13rem;
    line-height: 0.19rem;
  }
}
.p-footer__logo small::before {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.01rem;
  background-color: #303390;
}
.p-footer__logo2 {
  width: 2.5rem;
  height: 0.64rem;
  margin-bottom: 0.24rem;
  display: block;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .p-footer__logo2 {
    margin-bottom: 0.27rem;
  }
}
.p-footer__logo3 {
  width: 1.7rem;
  height: 0.64rem;
  display: block;
  position: relative;
  right: -0.1rem;
  mix-blend-mode: multiply;
}
.p-footer__address {
  text-align: center;
  font-style: normal;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    padding-left: 0.16rem;
    margin-bottom: 0.2rem;
    text-align: left;
  }
}
.p-footer__business {
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.52rem;
}
@media screen and (min-width: 768px) {
  .p-footer__business {
    padding-left: 0.16rem;
    text-align: left;
    margin-bottom: 0.21rem;
  }
}
.p-footer__contact {
  width: 2.57rem;
  height: 0.55rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0.04rem 0.04rem 0 rgba(34, 34, 34, 0.3));
  transition: 0.3s;
}
.p-footer__contact:hover {
  filter: drop-shadow(0 0 0 rgba(34, 34, 34, 0.3));
  transform: translate(0.04rem, 0.04rem);
  opacity: 1;
}
.p-footer__contact--inside {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(calc(0.32rem) 0%, 100% 0%, calc(100% - 0.32rem) 100%, 0% 100%);
          clip-path: polygon(calc(0.32rem) 0%, 100% 0%, calc(100% - 0.32rem) 100%, 0% 100%);
  background-color: #222222;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
  justify-content: center;
  position: relative;
}
.p-footer__contact--inside::before {
  content: "";
  position: absolute;
  width: 0.24rem;
  height: 0.39rem;
  top: 50%;
  right: 0.38rem;
  transform: translateY(-50%);
  background-color: white;
  -webkit-clip-path: polygon(calc(100% - 0.015rem) 0%, 100% 0%, calc(0.015rem) 100%, 0% 100%);
          clip-path: polygon(calc(100% - 0.015rem) 0%, 100% 0%, calc(0.015rem) 100%, 0% 100%);
}
.p-footer__contact--inside::after {
  content: "";
  position: absolute;
  border-radius: 100%;
  width: 0.08rem;
  height: 0.08rem;
  top: 50%;
  right: 0.29rem;
  transform: translateY(-50%);
  background-color: white;
}
.p-footer__contact--inside strong {
  font-size: 0.2rem;
  line-height: 0.23rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-footer__contact--inside span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.11rem;
  line-height: 0.16rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: -0.02rem;
}
.p-footer__menu {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__menu {
    gap: 0.1rem;
  }
}
.p-footer__menu--sub a::before {
  content: "- ";
}
.p-footer__menu strong, .p-footer__menu a {
  opacity: 0.2;
  color: #14578B;
  font-family: "Barlow Condensed", serif;
  font-size: 0.13rem;
  line-height: 0.16rem;
  letter-spacing: 0.01em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-footer__menu strong, .p-footer__menu a {
    opacity: 1;
    font-family: "Oswald", serif;
    font-size: 0.16rem;
    line-height: 0.24rem;
    letter-spacing: 0.01em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__menu a {
    color: #303390;
  }
}
.p-footer__menu ul {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  color: #14578B;
}
@media screen and (min-width: 768px) {
  .p-footer__menu ul {
    font-size: 0.12rem;
    line-height: 0.27rem;
  }
}
.p-footer__menu ul li {
  position: relative;
  padding-left: 0.1rem;
  padding-right: 0.15rem;
  padding-bottom: 0.1rem;
  border-bottom: 0.01rem solid #303390;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-footer__menu ul li {
    padding-left: unset;
    padding-right: unset;
    padding-bottom: unset;
    border-bottom: unset;
    white-space: nowrap;
  }
}
.p-footer__menu ul li::before {
  content: "";
  width: 1.2rem;
  height: 0.02rem;
  background-color: #00A583;
  position: absolute;
  left: 0;
  bottom: -0.01rem;
}
@media screen and (min-width: 768px) {
  .p-footer__menu ul li::before {
    content: unset;
  }
}
.p-footer__menu ul li::after {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  background-color: rgba(48, 51, 144, 0.5);
  border-radius: 100%;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-footer__menu ul li::after {
    content: unset;
  }
}
.p-footer__menu ul li a {
  display: block;
  width: 100%;
  opacity: 1;
  color: #14578B;
  font-family: "Noto Sans JP", "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-footer__menu ul li a {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.12rem;
    line-height: 0.27rem;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__menu--large ul {
    gap: 0.2rem;
    margin-top: 0.1rem;
  }
  .p-footer__menu--large ul li a {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.16rem;
    line-height: 0.21rem;
    letter-spacing: 0.01em;
    font-weight: 400;
    font-family: "Roboto", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  }
}
.p-footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.48rem;
}
.p-footer__sns a[href*="youtube.com"] {
  width: 0.25rem;
  height: 0.17rem;
  background-image: url("../img/common/icon_youtube.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-footer__sns a[href*="x.com"] {
  width: 0.17rem;
  height: 0.17rem;
  background-image: url("../img/common/icon_x.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-footer__sns a[href*="instagram.com"] {
  width: 0.17rem;
  height: 0.17rem;
  background-image: url("../img/common/icon_instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-footer__copyright {
  color: #14578B;
  font-family: "Barlow Condensed", serif;
  font-size: 0.12rem;
  line-height: 0.14rem;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: center;
  display: block;
  margin-top: 0.29rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.p-services {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: black;
}
.p-services__wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0.2rem;
  padding-left: 0.2rem;
  padding-bottom: 0.26rem;
  color: white;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-services__wrapper {
    padding-top: 0.52rem;
    padding-bottom: 0.5rem;
  }
}
.p-services__image {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-services__image {
    display: block;
    width: 3.86rem;
    height: 4.92rem;
    flex: none;
  }
}
@media screen and (min-width: 768px) {
  .p-services__top {
    width: 12rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 1.08rem;
  }
}
.p-services__heading {
  display: flex;
  gap: 0.1rem;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .p-services__heading {
    gap: 0.71rem;
  }
}
.p-services__heading i {
  font-family: "Barlow Condensed", serif;
  font-size: 0.32rem;
  line-height: 0.38rem;
  letter-spacing: 0em;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-services__heading i {
    font-size: 0.48rem;
    line-height: 0.58rem;
  }
}
.p-services__heading div {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-services__heading div {
    flex-direction: row;
    gap: 0.26rem;
    align-items: baseline;
  }
}
.p-services__heading div strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.3rem;
  line-height: 0.44rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-services__heading div strong {
    font-size: 0.48rem;
    line-height: 0.7rem;
  }
}
.p-services__heading div span {
  padding-left: 0.02rem;
  font-family: "Barlow Condensed", serif;
  font-size: 0.18rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #00A583;
}
@media screen and (min-width: 768px) {
  .p-services__heading div span {
    font-size: 0.26rem;
    line-height: 0.31rem;
  }
}
.p-services__content {
  max-height: 0rem;
  transition: 1s;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-services__content {
    display: flex;
    justify-content: center;
    gap: 1.11rem;
  }
}
.p-services__button {
  background-color: white;
  color: #00A583;
  display: flex;
  align-items: center;
  border: 0.01rem solid #00A583;
  border-radius: 1rem;
  font-family: "Barlow Condensed", serif;
  font-size: 0.14rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-left: 0.18rem;
  position: relative;
  width: 1.44rem;
  height: 0.32rem;
  margin-top: 0.32rem;
}
@media screen and (min-width: 768px) {
  .p-services__button {
    width: 1.8rem;
    height: 0.4rem;
    font-size: 0.18rem;
    line-height: 0.22rem;
    padding-left: 0.22rem;
    margin-top: unset;
  }
}
.p-services__button::before {
  content: "";
  width: 0.01rem;
  height: 0.14rem;
  background-color: #00A583;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-services__button::before {
    height: 0.18rem;
    right: 0.26rem;
  }
}
.p-services__button::after {
  content: "";
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 100%;
  background-color: #00A583;
  position: absolute;
  top: 50%;
  right: 0.09rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-services__button::after {
    width: 0.06rem;
    height: 0.06rem;
    right: 0.11rem;
  }
}
.p-services__text {
  width: 3.2rem;
}
@media screen and (min-width: 768px) {
  .p-services__text {
    width: 4.8rem;
    padding-top: 0.53rem;
    flex: none;
  }
}
.p-services__text h3 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.23rem;
  line-height: 0.34rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-services__text h3 {
    font-size: 0.32rem;
    line-height: 0.46rem;
    margin-bottom: 0.4rem;
  }
}
.p-services__text p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-services__text p {
    font-size: 0.18rem;
    line-height: 0.32rem;
  }
}
.p-services--active {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-services--active {
    padding-top: 0.7rem;
    padding-bottom: 0.8rem;
  }
}
.p-services--active .p-services__content {
  max-height: 3rem;
  padding-top: 0.32rem;
}
@media screen and (min-width: 768px) {
  .p-services--active .p-services__content {
    max-height: 6rem;
    padding-top: 0.78rem;
  }
}
.p-services #service1 {
  background-image: url("../img/common/service1_bg_sp.webp");
}
@media screen and (min-width: 768px) {
  .p-services #service1 {
    background-image: url("../img/common/service1_bg_pc.webp");
  }
}
.p-services #service2 {
  background-image: url("../img/common/service2_bg_sp.webp");
}
@media screen and (min-width: 768px) {
  .p-services #service2 {
    background-image: url("../img/common/service2_bg_pc.webp");
  }
}
.p-services #service3 {
  background-image: url("../img/common/service3_bg_pc.webp");
}
@media screen and (min-width: 768px) {
  .p-services #service3 {
    background-image: url("../img/common/service3_bg_pc.webp");
  }
}
.p-services #service4 {
  background-image: url("../img/common/service4_bg_pc.webp");
}
@media screen and (min-width: 768px) {
  .p-services #service4 {
    background-image: url("../img/common/service4_bg_pc.webp");
  }
}
.p-services #service5 {
  background-image: url("../img/common/service5_bg_pc.webp");
}
@media screen and (min-width: 768px) {
  .p-services #service5 {
    background-image: url("../img/common/service5_bg_pc.webp");
  }
}
.p-services #service6 {
  background-image: url("../img/common/service6_bg_pc.webp");
}
@media screen and (min-width: 768px) {
  .p-services #service6 .p-services__heading div strong {
    font-size: 0.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-services #service6 .p-services__heading div span {
    font-size: 0.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-services #service6 {
    background-image: url("../img/common/service6_bg_pc.webp");
  }
}

.p-page-header {
  position: relative;
  z-index: 2;
  padding-top: 0.6rem;
  width: 100%;
  height: 7.4rem;
  --color: #000000;
}
@media screen and (min-width: 768px) {
  .p-page-header {
    margin-top: 0.8rem;
    height: 6.4rem;
    padding-top: unset;
  }
}
.p-page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-page-header__bg--main {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-page-header__bg--main {
    left: unset;
    bottom: unset;
    top: 0;
    right: 0;
    width: calc(50% + 2.65rem);
    height: 6.4rem;
  }
}
.p-page-header__bg--main img {
  -o-object-position: bottom left;
     object-position: bottom left;
}
@media screen and (min-width: 768px) {
  .p-page-header__bg--main img {
    -o-object-position: bottom right;
       object-position: bottom right;
    width: 100%;
    height: 100%;
  }
}
.p-page-header__bg--sub {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 4.85rem;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 1.37rem), 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 1.37rem), 0% 100%);
}
@media screen and (min-width: 768px) {
  .p-page-header__bg--sub {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 2.65rem) 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, calc(100% - 2.65rem) 100%, 0% 100%);
    width: calc(50% + 1.6rem);
    height: 7.4rem;
  }
}
.p-page-header__bg--sub::before {
  content: "";
  background-color: rgba(var(--color), 0.8);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.p-page-header__bg--sub img {
  -o-object-position: bottom left;
     object-position: bottom left;
}
@media screen and (min-width: 768px) {
  .p-page-header__bg--sub img {
    -o-object-position: top right;
       object-position: top right;
    width: 100%;
    height: 6.4rem;
  }
}
.p-page-header__container {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 0.16rem 0 0.5rem 0.32rem;
}
@media screen and (min-width: 768px) {
  .p-page-header__container {
    width: 12.8rem;
    margin: auto;
    padding: 0.56rem 0 0.5rem;
  }
}
.p-page-header__heading {
  display: flex;
  gap: 0.08rem;
  align-items: baseline;
  margin-bottom: 0.17rem;
}
@media screen and (min-width: 768px) {
  .p-page-header__heading {
    gap: 0.37rem;
    margin-bottom: 0.56rem;
  }
}
.p-page-header__heading strong {
  color: rgba(255, 255, 255, 0.35);
  font-family: "Barlow Condensed", serif;
  font-size: 0.46rem;
  line-height: 0.55rem;
  letter-spacing: -0.014em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-page-header__heading strong {
    font-size: 0.8rem;
    line-height: 0.96rem;
    color: white;
  }
}
.p-page-header__heading span {
  color: rgba(255, 255, 255, 0.35);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-header__heading span {
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: white;
  }
}
.p-page-header__heading--center {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.3rem;
  line-height: 0.48rem;
  letter-spacing: -0.02em;
  font-weight: 500;
  text-align: center;
  max-width: unset;
}
@media screen and (min-width: 768px) {
  .p-page-header__heading--center {
    font-size: 0.45rem;
    line-height: 0.65rem;
  }
}
.p-page-header__heading--center strong {
  white-space: nowrap;
  max-width: unset;
}
.p-page-header__name {
  display: flex;
  flex-wrap: wrap;
  gap: 0.01rem 0.15rem;
  align-items: center;
  margin-bottom: 0.24rem;
}
@media screen and (min-width: 768px) {
  .p-page-header__name {
    margin-left: 0.8rem;
    margin-bottom: 0.56rem;
    gap: 0.24rem;
  }
}
.p-page-header__name strong {
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: -0.014em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-header__name strong {
    font-size: 0.45rem;
    line-height: 0.65rem;
    letter-spacing: -0.02em;
  }
}
.p-page-header__name span {
  font-family: "Barlow Condensed", serif;
  font-size: 0.19rem;
  line-height: 0.25rem;
  letter-spacing: -0.014em;
  font-weight: 400;
  white-space: nowrap;
  flex: none;
  display: block;
  color: #00A583;
}
@media screen and (min-width: 768px) {
  .p-page-header__name span {
    font-size: 0.27rem;
    line-height: 0.33rem;
    letter-spacing: -0.02em;
  }
}
.p-page-header__content {
  color: white;
}
@media screen and (min-width: 768px) {
  .p-page-header__content {
    margin-left: 0.8rem;
  }
}
.p-page-header__content h3 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.31rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.24rem;
}
@media screen and (min-width: 768px) {
  .p-page-header__content h3 {
    font-size: 0.32rem;
    line-height: 0.46rem;
  }
}
.p-page-header__content h4 {
  padding-left: 0.12rem;
  display: block;
  padding-top: 0.02rem;
  padding-bottom: 0.03rem;
  padding-left: 0.12rem;
  color: rgb(var(--color));
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.1rem;
  background: linear-gradient(to right, white 0%, transparent 100%);
}
@media screen and (min-width: 768px) {
  .p-page-header__content h4 {
    width: 4.4rem;
    font-size: 0.2rem;
    line-height: 0.29rem;
    padding-left: 0.18rem;
    padding-top: unset;
    padding-bottom: 0.04rem;
    margin-bottom: 0.19rem;
    margin-top: 0.48rem;
  }
}
.p-page-header__content p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: block;
  width: 2.96rem;
}
@media screen and (min-width: 768px) {
  .p-page-header__content p {
    font-size: 0.18rem;
    line-height: 0.32rem;
    width: 3.95rem;
  }
}
.p-page-header__link {
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  padding-left: 0.17rem;
  padding-right: 0.17rem;
  transform: translateY(100%);
  display: flex;
  align-items: center;
  gap: 0.12rem;
}
@media screen and (min-width: 768px) {
  .p-page-header__link {
    left: calc(50% + 6.4rem);
    transform: translate(-100%, 50%);
    width: -moz-fit-content;
    width: fit-content;
    bottom: -0.5rem;
    gap: 0.2rem;
    padding: 0;
  }
}
.p-page-header__link img {
  display: block;
  flex: none;
}
.p-page-header__link a {
  width: 1.4rem;
  height: 0.3rem;
  border-radius: 1rem;
  padding-left: 0.2rem;
  border: 0.01rem solid rgb(var(--color));
  color: rgb(var(--color));
  position: relative;
  font-family: "Barlow Condensed", serif;
  font-size: 0.15rem;
  line-height: 0.18rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-left: 0.2rem;
  display: flex;
  align-items: center;
  flex: none;
  position: relative;
}
.p-page-header__link a::before {
  content: "";
  position: absolute;
  width: 0.01rem;
  height: 0.18rem;
  top: 50%;
  right: 0.27rem;
  transform: translateY(-50%);
  background-color: rgb(var(--color));
}
.p-page-header__link a::after {
  content: "";
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 100%;
  top: 50%;
  right: 0.12rem;
  transform: translateY(-50%);
  background-color: rgb(var(--color));
}
.p-page-header__box {
  position: absolute;
  z-index: 4;
  bottom: 0.37rem;
  right: 0;
  border-radius: 0.2rem 0 0 0.2rem;
  background-color: white;
  color: rgb(var(--color));
  padding: 0.17rem 0 0.17rem 0.17rem;
  width: 3.43rem;
}
@media screen and (min-width: 768px) {
  .p-page-header__box {
    width: 4.92rem;
    padding: 0.21rem 0 0.38rem 0.23rem;
    bottom: 2.18rem;
    border-radius: 0.32rem 0 0 0.32rem;
  }
}
.p-page-header__box h4 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: white;
  display: block;
  padding-left: 0.16rem;
  width: 100%;
  margin-bottom: 0.08rem;
  background: linear-gradient(to right, rgb(var(--color)) 0%, transparent 100%);
}
@media screen and (min-width: 768px) {
  .p-page-header__box h4 {
    font-size: 0.2rem;
    line-height: 0.29rem;
    padding-bottom: 0.03rem;
    padding-left: 0.16rem;
    margin-bottom: 0.2rem;
  }
}
.p-page-header__box p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-page-header__box p {
    font-size: 0.18rem;
    line-height: 0.32rem;
  }
}
.p-page-header__box a {
  margin-left: 0.1rem;
  margin-top: 0.13rem;
}
@media screen and (min-width: 768px) {
  .p-page-header__box a {
    margin-top: 0.24rem;
    margin-left: unset;
  }
}

.p-category-list {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-category-list__item {
  opacity: 0.4;
}
.p-category-list__item--current {
  opacity: 1;
}

.p-years-list__list {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-years-list__list li {
  opacity: 0.4;
}
.p-years-list__current {
  opacity: 1 !important;
}

[data-color=group] {
  --color:#00A583;
}

[data-color=ms] {
  --color:#303390;
}

[data-color=ls2] {
  --color:#FF0000;
}

[data-color=daiwa] {
  --color:#0072D6;
}

[data-color=shibukawa-kuwano] {
  --color:#3440FF;
}

[data-color=other] {
  --color:#3C3C3C;
}

[data-color=news] {
  --color:#303390;
}

[data-color=blog] {
  --color:#00A583;
}

.p-archive {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-archive {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.56rem 0.34rem;
  }
}
.p-archive__wrapper {
  width: 3.24rem;
}
.p-archive__thumb {
  width: 100%;
  height: 2.29rem;
  margin-bottom: 0.15rem;
}
.p-archive__thumb img {
  border-radius: 0.15rem;
}
.p-archive__info {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.1rem;
  margin-bottom: 0.08rem;
}
.p-archive__date {
  white-space: nowrap;
  font-family: "Barlow Condensed", serif;
  font-size: 0.16rem;
  line-height: 0.19rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-archive__category {
  display: flex;
  gap: 0.05rem;
  flex-wrap: wrap;
  --color: #E8D488;
}
.p-archive__category span {
  flex: none;
  white-space: nowrap;
  padding: 0.02rem 0.1rem 0.03rem;
  min-width: 0.93rem;
  color: white;
  border-radius: 0.05rem;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-archive__title {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.08rem;
}
.p-archive__desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.p-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0.23rem;
}
.p-pagination:not(:has(.p-pagination__num:nth-of-type(2))) {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-pagination {
    gap: 0.8rem;
  }
}
.p-pagination__num {
  font-family: "Barlow Condensed", serif;
  font-size: 0.18rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 300;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-pagination__num {
    font-size: 0.22rem;
    line-height: 0.26rem;
  }
}
.p-pagination__num[data-current] {
  color: #00A583;
  text-decoration: underline;
}
.p-pagination__main {
  display: flex;
  gap: 0.36rem;
}
@media screen and (min-width: 768px) {
  .p-pagination__main {
    gap: 0.48rem;
  }
}
.p-pagination__prev {
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 100%;
  border: 0.01rem solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-pagination__prev {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.p-pagination__prev::after {
  content: "";
  width: 0.06rem;
  height: 0.11rem;
  background-image: url("../img/common/chevron_right.svg");
  filter: brightness(0) saturate(100%) invert(24%) sepia(47%) saturate(295%) hue-rotate(108deg) brightness(87%) contrast(89%);
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  .p-pagination__prev::after {
    width: 0.07rem;
    height: 0.13rem;
  }
}
.p-pagination__next {
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 100%;
  border: 0.01rem solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.p-pagination__next::after {
  content: "";
  width: 0.06rem;
  height: 0.11rem;
  background-image: url("../img/common/chevron_right.svg");
  filter: brightness(0) saturate(100%) invert(24%) sepia(47%) saturate(295%) hue-rotate(108deg) brightness(87%) contrast(89%);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-pagination__form {
  display: none;
}

.p-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-navigation {
    justify-content: center;
    gap: 0.59rem;
  }
}
.p-navigation--prev {
  white-space: nowrap;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.19rem;
  letter-spacing: 0em;
  font-weight: 500;
  display: flex;
  gap: 0.08rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-navigation--prev {
    font-size: 0.16rem;
    line-height: 0.24rem;
    gap: 0.21rem;
  }
}
.p-navigation--next {
  white-space: nowrap;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.19rem;
  letter-spacing: 0em;
  font-weight: 500;
  display: flex;
  gap: 0.08rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-navigation--next {
    font-size: 0.16rem;
    line-height: 0.24rem;
    gap: 0.21rem;
  }
}
.p-navigation--archive {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
  border-bottom: 0.01rem solid #3C3C3C;
}
@media screen and (min-width: 768px) {
  .p-navigation--archive {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
.p-navigation a[href=""] {
  opacity: 0.3;
  pointer-events: none;
}

.p-single {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-single {
    gap: 0.41rem;
  }
}
.p-single__top {
  border-bottom: 0.01rem solid #707070;
  padding-bottom: 0.2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-single__top {
    padding-bottom: 0.24rem;
  }
}
.p-single__info {
  display: flex;
  gap: 0.1rem;
  align-items: baseline;
  width: 100%;
  margin-bottom: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-single__info {
    gap: 0.08rem;
    margin-bottom: 0.08rem;
  }
}
.p-single__date {
  font-family: "Barlow Condensed", serif;
  font-size: 0.16rem;
  line-height: 0.19rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-single__date {
    font-size: 0.18rem;
    line-height: 0.22rem;
  }
}
.p-single__category {
  display: flex;
  gap: 0.05rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-single__category {
    position: relative;
    top: -0.01rem;
  }
}
.p-single__category div {
  border-radius: 0.05rem;
  background-color: var(--color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0em;
  font-weight: 400;
  min-width: 0.93rem;
  padding: 0rem 0.16rem 0.01rem;
}
@media screen and (min-width: 768px) {
  .p-single__category div {
    padding-top: 0.02rem;
    padding-bottom: 0.03rem;
  }
}
.p-single__title {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.36rem;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-single__title {
    font-size: 0.26rem;
    line-height: 0.37rem;
  }
}
.p-single__content {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-single__content {
    line-height: 0.29rem;
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
.p-single__content > * {
  margin-bottom: 0.3rem;
}
.p-single__content > *:last-child {
  margin-bottom: unset;
}
.p-single__content .wp-block-image:first-child {
  max-width: unset;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-single__content .wp-block-image:first-child {
    width: 100%;
    max-width: 100%;
    left: unset;
    transform: unset;
    position: initial;
    margin-bottom: 0.69rem;
  }
}
.p-single__content .wp-block-image:first-child img {
  display: block;
  width: 100%;
  height: auto;
}
.p-single__content img {
  display: block;
}
.p-single__content h2 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.36rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-single__content h2 {
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
}
.p-single__content h3 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-left: 0.1rem;
  position: relative;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-single__content h3 {
    margin-bottom: 0.21rem;
  }
}
.p-single__content h3::before {
  content: "";
  position: absolute;
  top: 0.06rem;
  left: 0;
  width: 0.02rem;
  height: 0.15rem;
  background-color: #00A583;
}
.p-single__content h4, .p-single__content h5, .p-single__content h6, .p-single__content b, .p-single__content strong {
  font-weight: 700;
}
.p-single__content ul {
  display: flex;
  flex-direction: column;
  gap: 0.17rem;
}
@media screen and (min-width: 768px) {
  .p-single__content ul {
    gap: 0.04rem;
  }
}
.p-single__content ul li {
  padding-left: 1em;
  position: relative;
}
.p-single__content ul li::before {
  content: "";
  position: absolute;
  width: 0.33em;
  height: 0.33em;
  background-color: #3C3C3C;
  border-radius: 100%;
  top: 0.8em;
  left: 0;
  display: block;
  flex: none;
}
.p-single__content ol {
  display: flex;
  flex-direction: column;
  gap: 0.17rem;
  counter-reset: count 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-single__content ol {
    gap: 0.04rem;
  }
}
.p-single__content ol li {
  padding-left: 1.6em;
  position: relative;
  counter-increment: count 1;
}
.p-single__content ol li::before {
  content: counter(count);
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  background-color: #3C3C3C;
  border-radius: 100%;
  top: 0.5em;
  left: 0;
  display: block;
  color: white;
  font-family: "Noto Sans JP", "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-single__content a:not([class]) {
  color: #00A583;
  text-decoration: underline;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-single__content a:not([class])[href*=".pdf"] {
  display: inline-flex;
  gap: 0.11rem;
  align-items: center;
}
.p-single__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-single__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-single__content .wp-block-preformatted:not(:has(.wp-block-preformatted, .wp-block-quote)):not(:empty) {
    padding: 0.3rem;
  }
}
.p-single__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-single__content .wp-block-quote:not(:has(.wp-block-preformatted, .wp-block-quote)):not(:empty) {
    padding: 0.3rem;
  }
}
.p-single__content .wp-element-button {
  background-color: #3C3C3C;
  font-family: "Noto Sans JP", "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-single__content .wp-block-gallery .wp-block-image {
    width: 100% !important;
  }
}

.p-contents {
  display: flex;
  flex-direction: column;
  gap: 0.64rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-contents {
    gap: 0.99rem;
  }
}
@media screen and (min-width: 768px) {
  .p-contents__wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    padding-left: 0.8rem;
  }
}
.p-contents__main {
  width: 4.95rem;
}
.p-contents__heading {
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-contents__heading {
    gap: 0.11rem;
  }
}
.p-contents__heading span {
  display: flex;
  gap: 0.16rem;
}
@media screen and (min-width: 768px) {
  .p-contents__heading span {
    gap: 0.2rem;
  }
}
.p-contents__heading span i {
  font-family: "Barlow Condensed", serif;
  font-size: 0.3rem;
  line-height: 0.3rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #00A583;
  border-right: 0.01rem solid #00A583;
  padding-right: 0.07rem;
  font-style: normal;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 0.26rem;
}
@media screen and (min-width: 768px) {
  .p-contents__heading span i {
    min-height: 0.32rem;
    font-size: 0.38rem;
    line-height: 0.38rem;
  }
}
.p-contents__heading span i:empty {
  padding-right: unset;
  position: relative;
  top: 0.02rem;
}
@media screen and (min-width: 768px) {
  .p-contents__heading span i:empty {
    top: 0.03rem;
  }
}
.p-contents__heading span small {
  color: #00A583;
  font-family: "Barlow Condensed", serif;
  font-size: 0.21rem;
  line-height: 0.25rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
  top: 0.02rem;
}
@media screen and (min-width: 768px) {
  .p-contents__heading span small {
    top: 0.03rem;
    font-size: 0.26rem;
    line-height: 0.31rem;
  }
}
.p-contents__heading strong {
  color: #14578B;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.3rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.16rem;
}
@media screen and (min-width: 768px) {
  .p-contents__heading strong {
    font-size: 0.38rem;
    line-height: 0.52rem;
    margin-bottom: 0.24rem;
    white-space: nowrap;
  }
}
.p-contents__image {
  width: 100%;
  height: 1.92rem;
  margin-bottom: 0.16rem;
}
@media screen and (min-width: 768px) {
  .p-contents__image {
    margin-bottom: unset;
    width: 6.06rem;
    height: 3.39rem;
    flex: none;
  }
}
.p-contents__desc {
  font-family: "Noto Sans JP", "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-contents__desc {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.16rem;
    line-height: 0.32rem;
    letter-spacing: 0em;
    font-weight: 400;
    width: 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-contents__gallery {
    display: flex;
    flex-direction: column;
    gap: 0.42rem;
    width: 5.52rem;
    flex: none;
  }
}
.p-contents__box {
  border-radius: 0.1rem;
  padding: 0.11rem 0.15rem;
  background-color: rgba(var(--color), 0.05);
  margin-top: 0.16rem;
  margin-bottom: 0.16rem;
}
@media screen and (min-width: 768px) {
  .p-contents__box {
    padding: 0.21rem 0.27rem 0.29rem 0.31rem;
    margin-top: 0.52rem;
    margin-bottom: unset;
  }
}
.p-contents__box h3 {
  display: block;
  width: 100%;
  color: rgb(var(--color));
  padding-bottom: 0.09rem;
  border-bottom: 0.01rem solid rgb(var(--color));
  margin-bottom: 0.16rem;
  font-family: "Noto Sans JP", "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) {
  .p-contents__box h3 {
    font-size: 0.2rem;
    line-height: 0.29rem;
    padding-bottom: 0.08rem;
    width: 3.2rem;
    margin-bottom: 0.16rem;
  }
}
.p-contents__box ul {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: -0.03em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-contents__box ul {
    font-size: 0.16rem;
    line-height: 0.28rem;
  }
}
.p-contents__box ul li {
  display: flex;
  gap: 0.04rem;
}
.p-contents__box ul li::before {
  content: "";
  flex: none;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 100%;
  border: 0.01rem solid #3C3C3C;
  margin-top: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-contents__sub {
    padding-right: 1.25rem;
  }
}

.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: "Noto Sans JP", "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__title {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding-bottom: 0.14rem;
  border-bottom: 0.01rem solid #D8D8D8;
}
@media screen and (min-width: 768px) {
  .p-form__title {
    flex-direction: row;
    align-items: center;
    padding-bottom: 0.15rem;
    justify-content: space-between;
  }
}
.p-form__title--main {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.34rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__title--main {
    flex-direction: row;
    gap: 0.5em;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.24rem;
    line-height: 0.39rem;
    letter-spacing: 0em;
    font-weight: 500;
    flex-wrap: wrap;
  }
}
.p-form__title a {
  height: 0.39rem;
  color: white;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-left: 0.16rem;
  padding-right: 0.32rem;
  position: relative;
  background-color: #0072D6;
  border-radius: 0.05rem;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.p-form__title a::after {
  content: "";
  background-image: url("../img/common/chevron_right_bold.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.08rem;
  height: 0.14rem;
  position: absolute;
  top: 50%;
  right: 0.08rem;
  transform: translateY(-50%);
}
.p-form__title a[href=""] {
  display: none;
}
.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.33rem;
}
@media screen and (min-width: 768px) {
  .p-form__main--container {
    gap: 0.24rem;
  }
}
.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: "Noto Sans JP", "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__kinds {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-form__kinds {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.16rem;
    margin-top: 0.1rem;
    margin-bottom: 0.23rem;
  }
}
.p-form__kinds--wrapper {
  border-radius: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 2.01rem;
  display: flex;
  align-items: center;
  height: 0.44rem;
  padding-left: 0.37rem;
  padding-right: 0.1rem;
  padding-bottom: 0.02rem;
  position: relative;
  cursor: pointer;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.06em;
  font-weight: 400;
  background-color: #DEE9EF;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-form__kinds--wrapper {
    padding-right: 0.16rem;
    min-width: unset;
  }
}
.p-form__kinds--wrapper::before {
  content: "";
  position: absolute;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 100%;
  left: 0.16rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
}
.p-form__kinds--wrapper:has(input:checked) {
  background-color: #00A583;
  color: white;
}
.p-form__kinds--wrapper input[type=radio] {
  display: none;
}
.p-form__kinds--wrapper[data-disable] {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.5;
}
.p-form__item {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-form__item {
    gap: 0.11rem;
    align-items: flex-start;
  }
}
.p-form__item:has(.wpcf7-not-valid) .p-form__item--invalid {
  display: block;
}
.p-form__item > dt {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form__item > dt {
    font-size: 0.16rem;
    line-height: 0.24rem;
    gap: 0.05rem;
    flex-grow: 1;
    justify-content: flex-end;
    padding-top: 0.02rem;
  }
}
.p-form__item > dt small {
  font-family: "Noto Sans JP", "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;
  }
}
.p-form__item > dt::before {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: transparent;
  position: relative;
  top: -0.01rem;
}
.p-form__item > dt p {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  font-family: "Noto Sans JP", "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 > dt p {
    flex-direction: row;
    align-items: baseline;
    gap: 0.49rem;
    font-family: "Noto Sans JP", "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-form__item > dt p span {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.14rem;
    line-height: 0.22rem;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.p-form__item > dd {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__item > dd {
    width: 100%;
    flex: none;
    display: flex;
    fllex-direction: column;
    justify-content: center;
    min-height: 0.3rem;
  }
}
.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[data-non-default] {
  display: none;
}
.p-form__item--invisible {
  height: 0;
  overflow: hidden;
}
.p-form__item--display {
  display: flex !important;
}
.p-form__item--age {
  flex-direction: row !important;
  gap: 0.13rem;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .p-form__item--age {
    justify-content: flex-start !important;
  }
}
.p-form__item--files {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  margin-top: 0.04rem;
}
@media screen and (min-width: 768px) {
  .p-form__item--files {
    gap: 0.08rem;
    margin-top: 0.1rem;
  }
}
.p-form__item--files--wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-form__item--files--wrapper {
    flex-direction: row;
    gap: 0.2rem;
    align-items: center;
  }
}
.p-form__item--files--wrapper > span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.21rem;
  letter-spacing: 0.03em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form__item--files--wrapper > span {
    display: block;
    width: 1rem;
    text-align: right;
  }
}
.p-form__item--files--wrapper > small {
  font-size: 0.11rem !important;
  line-height: 0.16rem !important;
  font-weight: 400 !important;
}
.p-form__item--file {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  padding: 0.08rem;
  background-color: #F5F5FF;
  display: flex;
  gap: 0.26rem;
  align-items: center;
  border-radius: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-form__item--file {
    width: 4.52rem;
  }
}
.p-form__item--file .wpcf7-form-control-wrap {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  cursor: pointer !important;
}
.p-form__item--file .wpcf7-form-control-wrap input {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.p-form__item--file .wpcf7-form-control-wrap input:hover {
  opacity: 0.7;
}
.p-form__item--file--inner {
  width: 1.6rem;
  height: 0.32rem;
  position: relative;
  border-radius: 0.03rem;
  border: 0.01rem solid #0072D6;
  color: #0072D6;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.18rem;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: #14578B;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  flex: none;
}
.p-form__item--file--button {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-form__item--file--name {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.18rem;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: #0072D6;
  word-break: break-all;
}
.p-form__item--invalid {
  font-family: "Noto Sans JP", "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 {
  display: flex;
  gap: 0.05rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-form__item--required > dt {
    gap: 0.06rem;
  }
}
.p-form__item--required > dt::before {
  content: "必須";
  opacity: 1;
  width: 0.56rem;
  height: 0.23rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 400;
  border-radius: 1rem;
  background-color: #0072D6;
  padding-bottom: 0.02rem;
}
@media screen and (min-width: 768px) {
  .p-form__item--required > dt::before {
    width: 0.62rem;
    height: 0.25rem;
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
.p-form__item--any > dt {
  display: flex;
  gap: 0.05rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-form__item--any > dt {
    gap: 0.06rem;
  }
}
.p-form__item--any > dt::before {
  content: "任意";
  opacity: 1;
  width: 0.56rem;
  height: 0.23rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0072D6;
  border: 0.01rem solid #0072D6;
  background-color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 400;
  border-radius: 1rem;
  padding-bottom: 0.02rem;
}
@media screen and (min-width: 768px) {
  .p-form__item--any > dt::before {
    width: 0.62rem;
    height: 0.25rem;
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
.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: "Noto Sans JP", "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: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 700;
}
.p-form__item--caution {
  margin-top: 0.05rem;
  font-family: "Noto Sans JP", "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;
  color: #AFAFAF;
}
@media screen and (min-width: 768px) {
  .p-form__item--caution {
    margin-top: 0.08rem;
  }
}
.p-form__item--policy {
  display: flex;
  flex-direction: row !important;
  align-items: flex-start;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0.03em;
  font-weight: 400;
  gap: 0.05rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form__item--policy {
    justify-content: flex-start !important;
    margin-top: unset;
  }
}
.p-form__item--policy input[type=checkbox] {
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 0.03rem;
  position: relative;
  top: 0.02rem;
  margin: unset;
}
.p-form__item--policy a {
  color: #0072D6;
  text-decoration: underline;
}
.p-form__item--policy .wpcf7-list-item .wpcf7-list-item-label {
  display: none;
}
.p-form__item--policy .wpcf7-form-control-wrap {
  margin-right: 0.03rem;
}
.p-form__item--policy .wpcf7-not-valid-tip {
  display: none;
}
.p-form__button {
  background-color: white;
  border-radius: 0.06rem;
  margin-top: 0.6rem;
  filter: grayscale(1);
  transition: 0.3s;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-form__button {
    margin-top: 0.48rem;
  }
}
.p-form__button .c-btn--send {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-form__button .c-btn--send {
    margin-left: unset;
  }
}
.p-form__button--active {
  filter: grayscale(0);
  pointer-events: all;
}
.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: #F4F7F8;
  padding-left: 0.18rem;
  padding-right: 0.12rem;
  border-radius: 0.08rem;
  font-family: "Noto Sans JP", "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;
}
@media screen and (min-width: 768px) {
  .p-form select {
    width: 3rem;
  }
}
.p-form input[type=number] {
  width: 0.53rem;
  display: inline;
  -moz-appearance: textfield;
}
.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 .wpcf7-form-control-wrap:has(input[type=number]) {
  width: -moz-fit-content;
  width: fit-content;
}
.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=submit] {
  display: none;
}
.p-form textarea {
  width: 100%;
  min-height: 3.44rem;
  background-color: #F4F7F8;
  outline: unset;
  border: unset;
  outline: unset;
  padding: 0.12rem 0.18rem;
  transition: 0.3s;
  color: #3C3C3C;
  display: block;
  border-radius: 0.03rem;
  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: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.p-form .wpcf7-radio {
  gap: 0.12rem 0.4rem;
  flex-wrap: wrap;
  padding-top: 0.05rem;
}
.p-form .wpcf7-radio input[type=radio] {
  display: none;
}
.p-form .wpcf7-radio label {
  display: flex;
  gap: 0.05rem;
  cursor: pointer;
}
.p-form .wpcf7-radio label::before {
  content: "";
  width: 0.19rem;
  height: 0.19rem;
  outline: 0.01rem solid #3C3C3C;
  background-color: white;
  display: block;
  border-radius: 100%;
  background-clip: content-box;
  border: 0.05rem solid #FAFCFF;
  background-color: white;
  transition: 0.3s;
  box-sizing: border-box;
}
.p-form .wpcf7-radio label:has(input[type=radio]:checked)::before {
  background-color: #0072D6;
  border-width: 0.05rem;
}
.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 {
  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: 100%;
    margin-left: auto;
  }
}
.p-form-confirm__main {
  width: 100%;
}
.p-form-confirm__main--container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__main--container {
    gap: 0.46rem;
    padding-left: 0.57rem;
    padding-right: 0.57rem;
  }
}
.p-form-confirm__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item {
    gap: 0.21rem;
  }
}
.p-form-confirm__item:has(span:empty) {
  display: none;
}
.p-form-confirm__item dt {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: flex;
  align-items: baseline;
  gap: 0.03rem;
  flex: none;
  min-width: 1.29rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item dt {
    flex-grow: 1;
    font-size: 0.16rem;
    line-height: 0.24rem;
    text-align: right;
  }
}
.p-form-confirm__item dd {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  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;
    flex: none;
  }
}
.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: "Noto Sans JP", "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: "Noto Sans JP", "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 {
  gap: 0.06rem;
}
.p-form-confirm__item--required dt::before {
  content: "必須";
  opacity: 1;
  width: 0.56rem;
  height: 0.23rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 400;
  border-radius: 1rem;
  background-color: #0072D6;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item--required dt::before {
    width: 0.62rem;
    height: 0.25rem;
  }
}
.p-form-confirm__item--horizontal {
  flex-direction: row;
  gap: 0.55rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item--horizontal {
    gap: 0.5rem;
  }
}
.p-form-confirm__item--vertical {
  flex-direction: column;
  gap: 0.12rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item--vertical {
    flex-direction: row;
    gap: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item--vertical dd {
    padding-left: unset;
  }
}
.p-form-confirm__send {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.24rem;
  margin-top: 0.4rem;
  border-top: 0.01rem solid black;
  padding-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__send {
    padding-top: 0.65rem;
    margin-top: 0.8rem;
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-form-phase {
  display: flex;
  align-items: center;
  flex: none;
  justify-content: center;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-form-phase {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-form-phase {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.24rem;
  }
}
.p-form-phase__wrapper {
  display: flex;
  gap: 0.17rem;
  align-items: center;
  white-space: nowrap;
}
.p-form-phase__wrapper::before {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  border: 0.01rem solid #707070;
  border-radius: 100%;
  flex: none;
}
.p-form-phase__wrapper[data-current]::before {
  background-color: #00A583;
  border: unset;
}
.p-form-phase__wrapper span {
  display: flex;
  align-items: baseline;
  gap: 0.08rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.p-form-phase__wrapper span i {
  font-style: normal;
  font-family: "Barlow Condensed", serif;
  font-size: 0.16rem;
  line-height: 0.19rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  position: relative;
  top: -0.01rem;
}

.p-faq {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
  counter-reset: count 0;
  gap: 0.16rem;
}
@media screen and (min-width: 768px) {
  .p-faq {
    margin: auto;
  }
}
.p-faq__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  counter-increment: count 1;
}
@media screen and (min-width: 768px) {
  .p-faq__wrapper {
    border-top: unset;
  }
}
.p-faq__switch {
  display: none;
}
.p-faq__switch:checked ~ .p-faq__answer {
  max-height: inherit;
  opacity: 1;
  padding-bottom: 0.15rem;
  padding-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-faq__switch:checked ~ .p-faq__answer {
    padding-top: 0.31rem;
    padding-bottom: 0.41rem;
  }
}
.p-faq__switch:checked ~ .p-faq__question .p-faq__display {
  transform: translateY(-50%) rotate(180deg);
}
.p-faq__question {
  position: relative;
  padding-left: 0.15rem;
  cursor: pointer;
  width: 100%;
  height: 0.49rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 700;
  transition: 0.3s;
  display: flex;
  align-items: center;
  color: #14578B;
  background-color: #E2E2E2;
}
@media screen and (min-width: 768px) {
  .p-faq__question {
    padding-left: 0.3rem;
    font-size: 0.19rem;
    line-height: 0.27rem;
  }
}
.p-faq__display {
  position: absolute;
  right: 0.11rem;
  top: 50%;
  width: 0.17rem;
  height: 0.1rem;
  transition: 0.3s;
  transform: translateY(-50%);
  background-image: url("../img/common/chevron_bottom_large.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform-origin: center;
}
.p-faq__answer {
  position: relative;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
  font-weight: 300;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-faq__answer {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    font-size: 0.16rem;
    line-height: 0.28rem;
  }
}

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

.c-desc {
  font-family: "Noto Sans JP", "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: #3C3C3C;
  --f-color: brightness(0) saturate(100%) invert(24%) sepia(47%) saturate(295%) hue-rotate(108deg) brightness(87%) contrast(89%);
}
.c-color--white {
  --color: #FAFCFF;
  --f-color: brightness(0) invert(1);
}

.c-btn, .c-btn--send, .c-btn--fix, .c-btn--green, .c-btn--grad, .c-btn--external {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: var(--f-color);
  color: var(--color);
  transition: 0.3s;
  cursor: pointer;
}
.c-btn:hover, .c-btn--send:hover, .c-btn--fix:hover, .c-btn--green:hover, .c-btn--grad:hover, .c-btn--external:hover {
  opacity: 0.7;
}
.c-btn--external {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-top: 0.18rem;
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  padding-bottom: 0.18rem;
  gap: 0.25rem;
  color: #3C3C3C;
  border: 0.01rem solid #3C3C3C;
  border-radius: 0.1rem;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn--external::after {
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  background-image: url("../img/common/icon_external.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn--card, .c-btn--card--shadow, .c-btn--card--grad, .c-btn--card--black {
  width: 3.52rem;
  height: 0.64rem;
  color: #3C3C3C;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.c-btn--card--inside {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(calc(0.32rem) 0%, 100% 0%, calc(100% - 0.32rem) 100%, 0% 100%);
          clip-path: polygon(calc(0.32rem) 0%, 100% 0%, calc(100% - 0.32rem) 100%, 0% 100%);
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  .c-btn--card--inside {
    padding-right: 0.3rem;
  }
}
.c-btn--card--inside::before {
  content: "";
  position: absolute;
  width: 0.26rem;
  height: 0.48rem;
  top: 50%;
  right: 0.51rem;
  transform: translateY(-50%);
  background-color: #3C3C3C;
  -webkit-clip-path: polygon(calc(100% - 0.015rem) 0%, 100% 0%, calc(0.015rem) 100%, 0% 100%);
          clip-path: polygon(calc(100% - 0.015rem) 0%, 100% 0%, calc(0.015rem) 100%, 0% 100%);
}
.c-btn--card--inside::after {
  content: "";
  position: absolute;
  border-radius: 100%;
  width: 0.08rem;
  height: 0.08rem;
  top: 50%;
  right: 0.37rem;
  transform: translateY(-50%);
  background-color: #3C3C3C;
}
.c-btn--card--inside strong {
  font-size: 0.2rem;
  line-height: 0.23rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.c-btn--card--inside span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.11rem;
  line-height: 0.16rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: -0.02rem;
}
.c-btn--card--inside b {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-btn--card--inside b {
    font-size: 0.21rem;
    line-height: 0.3rem;
  }
}
.c-btn--card--black .c-btn--card--inside {
  background-color: #3C3C3C;
  color: white;
}
.c-btn--card--black .c-btn--card--inside::before {
  background-color: white;
}
.c-btn--card--black .c-btn--card--inside::after {
  background-color: white;
}
.c-btn--card--shadow, .c-btn--card--grad {
  opacity: 1;
  filter: drop-shadow(0.04rem 0.04rem 0 #222222);
}
.c-btn--card--shadow:hover, .c-btn--card--grad:hover {
  filter: drop-shadow(0 0 0 #222222);
  transform: translate(0.04rem, 0.04rem);
}
.c-btn--card--grad {
  color: white;
}
.c-btn--card--grad .c-btn--card--inside {
  background: linear-gradient(to right, #0A72D9 0%, #00D1A6 100%);
}
.c-btn--card--grad .c-btn--card--inside::before {
  background-color: white;
}
.c-btn--card--grad .c-btn--card--inside::after {
  background-color: white;
}
.c-btn--card--small {
  width: 2.6rem;
  height: 0.49rem;
}
@media screen and (min-width: 768px) {
  .c-btn--card--small {
    width: 3.52rem;
    height: 0.64rem;
  }
}
.c-btn--card--small .c-btn--card--inside {
  -webkit-clip-path: polygon(calc(0.26rem) 0%, 100% 0%, calc(100% - 0.26rem) 100%, 0% 100%);
          clip-path: polygon(calc(0.26rem) 0%, 100% 0%, calc(100% - 0.26rem) 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .c-btn--card--small .c-btn--card--inside {
    -webkit-clip-path: polygon(calc(0.35rem) 0%, 100% 0%, calc(100% - 0.35rem) 100%, 0% 100%);
            clip-path: polygon(calc(0.35rem) 0%, 100% 0%, calc(100% - 0.35rem) 100%, 0% 100%);
  }
}
.c-btn--card--small .c-btn--card--inside::before {
  content: "";
  width: 0.2rem;
  height: 0.37rem;
  right: 0.39rem;
}
@media screen and (min-width: 768px) {
  .c-btn--card--small .c-btn--card--inside::before {
    width: 0.26rem;
    height: 0.48rem;
    right: 0.51rem;
  }
}
.c-btn--card--small .c-btn--card--inside::after {
  content: "";
  right: 0.28rem;
}
@media screen and (min-width: 768px) {
  .c-btn--card--small .c-btn--card--inside::after {
    width: 0.1rem;
    height: 0.1rem;
    right: 0.37rem;
  }
}
.c-btn--card--no-shadow {
  filter: unset;
}
.c-btn--card--no-shadow:hover {
  opacity: 0.7;
  transform: unset;
}
.c-btn--grad {
  width: 2.8rem;
  height: 0.51rem;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-right: 0.2rem;
  -webkit-clip-path: polygon(calc(0.25rem) 0%, 100% 0%, calc(100% - 0.25rem) 100%, 0% 100%);
          clip-path: polygon(calc(0.25rem) 0%, 100% 0%, calc(100% - 0.25rem) 100%, 0% 100%);
  background: linear-gradient(to right, #0A72D9 0%, #00D1A6 100%);
}
@media screen and (min-width: 768px) {
  .c-btn--grad {
    width: 3.52rem;
    height: 0.64rem;
    font-size: 0.2rem;
    line-height: 0.29rem;
    -webkit-clip-path: polygon(calc(0.35rem) 0%, 100% 0%, calc(100% - 0.35rem) 100%, 0% 100%);
            clip-path: polygon(calc(0.35rem) 0%, 100% 0%, calc(100% - 0.35rem) 100%, 0% 100%);
  }
}
.c-btn--grad::after {
  content: "";
  width: 0.19rem;
  height: 0.19rem;
  background-image: url("../img/common/chevron_right_circle_small.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0.31rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-btn--grad::after {
    right: 0.4rem;
    width: 0.24rem;
    height: 0.24rem;
  }
}
.c-btn--green {
  width: 3.11rem;
  height: 0.78rem;
  flex-direction: column;
  background-color: #00A583;
  color: white;
  gap: 0.01rem;
}
@media screen and (min-width: 768px) {
  .c-btn--green {
    width: 4.8rem;
    height: 1.2rem;
    gap: 0;
    padding-bottom: 0.1rem;
  }
}
.c-btn--green strong {
  font-family: "Barlow Condensed", serif;
  font-size: 0.3rem;
  line-height: 0.36rem;
  letter-spacing: -0.02em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-btn--green strong {
    font-size: 0.49rem;
    line-height: 0.59rem;
  }
}
.c-btn--green span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-btn--green span {
    font-size: 0.18rem;
    line-height: 0.24rem;
  }
}
.c-btn--send, .c-btn--fix {
  background-color: #0072D6;
  width: 2.4rem;
  height: 0.6rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: white;
  border-radius: 0.05rem;
  cursor: pointer;
}
.c-btn--send::after, .c-btn--fix::after {
  content: "";
  position: absolute;
  width: 0.08rem;
  height: 0.14rem;
  top: 50%;
  right: 0.15rem;
  transform: translateY(-50%);
  background-image: url("../img/common/chevron_right_bold.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn--fix {
  background-color: rgba(0, 114, 214, 0.2);
  color: #0072D6;
}
.c-btn--fix::after {
  content: "";
  position: absolute;
  width: 0.08rem;
  height: 0.14rem;
  transform: translateY(-50%) scaleX(-1);
  right: unset;
  left: 0.15rem;
  filter: brightness(0) saturate(100%) invert(31%) sepia(98%) saturate(4624%) hue-rotate(195deg) brightness(96%) contrast(101%);
}
.c-btn--tag {
  --color: #00A583;
  background-color: white;
  color: var(--color);
  display: flex;
  align-items: center;
  border: 0.01rem solid var(--color);
  border-radius: 1rem;
  font-family: "Barlow Condensed", serif;
  font-size: 0.14rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-left: 0.18rem;
  position: relative;
  width: 1.44rem;
  height: 0.32rem;
}
@media screen and (min-width: 768px) {
  .c-btn--tag {
    width: 1.8rem;
    height: 0.4rem;
    font-size: 0.18rem;
    line-height: 0.22rem;
    padding-left: 0.22rem;
  }
}
.c-btn--tag::before {
  content: "";
  width: 0.01rem;
  height: 0.14rem;
  background-color: var(--color);
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-btn--tag::before {
    height: 0.18rem;
    right: 0.26rem;
  }
}
.c-btn--tag::after {
  content: "";
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 100%;
  background-color: var(--color);
  position: absolute;
  top: 50%;
  right: 0.09rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-btn--tag::after {
    width: 0.06rem;
    height: 0.06rem;
    right: 0.11rem;
  }
}

.c-heading--page {
  margin-top: 0.73rem;
  width: 100%;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .c-heading--page {
    width: 12.8rem;
    margin: auto;
    margin-top: 1.36rem;
    padding-left: unset;
    padding-right: unset;
    flex-direction: row;
    align-items: baseline;
    gap: 0.14rem;
  }
}
.c-heading--page strong {
  color: #00A583;
  font-family: "Barlow Condensed", serif;
  font-size: 0.78rem;
  line-height: 0.94rem;
  letter-spacing: -0.02em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-heading--page strong {
    font-size: 0.8rem;
    line-height: 0.96rem;
  }
}
.c-heading--page strong i {
  color: #14578B;
  font-style: normal;
}
.c-heading--page span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.c-heading--number {
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
}
@media screen and (min-width: 768px) {
  .c-heading--number {
    flex-direction: row;
    gap: 0.19rem;
    align-items: baseline;
  }
}
.c-heading--number span {
  color: #00A583;
  font-family: "Barlow Condensed", serif;
  font-size: 0.3rem;
  line-height: 0.3rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  border-right: 0.01rem solid #00A583;
  padding-right: 0.16rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .c-heading--number span {
    font-size: 0.38rem;
    line-height: 0.38rem;
  }
}
.c-heading--number strong {
  color: #14578B;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.3rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-heading--number strong {
    font-size: 0.33rem;
    line-height: 0.42rem;
  }
}
.c-heading--slash {
  display: flex;
  align-items: center;
  gap: 0.09rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-heading--slash {
    gap: 0.1rem;
  }
}
.c-heading--slash strong {
  color: #14578B;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.3rem;
  line-height: 0.44rem;
  letter-spacing: -0.02em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-heading--slash strong {
    font-size: 0.34rem;
    line-height: 0.49rem;
  }
}
.c-heading--slash i {
  filter: drop-shadow(0 0.1rem 0 #00A583);
  position: relative;
  top: -0.07rem;
  --w: 0.02rem;
}
@media screen and (min-width: 768px) {
  .c-heading--slash i {
    filter: drop-shadow(0 0.13rem 0 #00A583);
  }
}
.c-heading--slash i::before {
  content: "";
  display: block;
  width: 0.19rem;
  height: 0.29rem;
  background-color: #14578B;
  -webkit-clip-path: polygon(0% 100%, calc(100% - var(--w)) 0%, 100% 0%, var(--w) 100%);
          clip-path: polygon(0% 100%, calc(100% - var(--w)) 0%, 100% 0%, var(--w) 100%);
}
@media screen and (min-width: 768px) {
  .c-heading--slash i::before {
    width: 0.24rem;
    height: 0.37rem;
  }
}
.c-heading--slash span {
  color: #00A583;
  font-family: "Barlow Condensed", serif;
  font-size: 0.3rem;
  line-height: 0.36rem;
  letter-spacing: -0.02em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-heading--slash span {
    font-size: 0.34rem;
    line-height: 0.41rem;
    padding-left: 0.02rem;
  }
}
.c-heading--large, .c-heading--largest, .c-heading--middle {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-heading--large, .c-heading--largest, .c-heading--middle {
    gap: 0.22rem;
    align-items: baseline;
    flex-direction: row;
  }
}
.c-heading--large strong, .c-heading--largest strong, .c-heading--middle strong {
  color: #00A583;
  font-family: "Barlow Condensed", serif;
  font-size: 0.78rem;
  line-height: 0.94rem;
  letter-spacing: -0.02em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-heading--large strong, .c-heading--largest strong, .c-heading--middle strong {
    font-size: 0.8rem;
    line-height: 0.96rem;
  }
}
.c-heading--large strong i, .c-heading--largest strong i, .c-heading--middle strong i {
  font-style: normal;
  color: #303390;
}
.c-heading--large span, .c-heading--largest span, .c-heading--middle span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #797979;
}
.c-heading--middle strong {
  font-size: 0.48rem;
  line-height: 0.58rem;
}
@media screen and (min-width: 768px) {
  .c-heading--middle strong {
    font-size: 0.8rem;
    line-height: 0.96rem;
  }
}
.c-heading--middle span {
  font-size: 0.18rem;
  line-height: 0.26rem;
}
@media screen and (min-width: 768px) {
  .c-heading--middle span {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}
.c-heading--largest strong {
  font-size: 0.8rem;
  line-height: 0.96rem;
}
@media screen and (min-width: 768px) {
  .c-heading--largest strong {
    font-size: 1.34rem;
    line-height: 1.61rem;
  }
}
.c-heading--largest span {
  font-size: 0.18rem;
  line-height: 0.26rem;
}
@media screen and (min-width: 768px) {
  .c-heading--largest span {
    font-size: 0.24rem;
    line-height: 0.35rem;
  }
}
.c-heading--round {
  width: 100%;
  height: 0.48rem;
  border-radius: 1rem;
  border: 0.01rem solid #00A583;
  color: #00A583;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-bottom: 0.02rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .c-heading--round {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 4rem;
    margin: auto;
    height: 0.58rem;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.22rem;
    line-height: 0.32rem;
    letter-spacing: 0em;
    font-weight: 500;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.c-heading--underline {
  width: 100%;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-bottom: 0.16rem;
  border-bottom: 0.01rem solid #00A583;
}
@media screen and (min-width: 768px) {
  .c-heading--underline {
    font-size: 0.26rem;
    line-height: 0.37rem;
    padding-bottom: 0.1rem;
  }
}
.c-heading--vert, .c-heading--vert--small {
  display: flex;
  flex-direction: column;
}
.c-heading--vert strong, .c-heading--vert--small strong {
  color: #00A583;
  font-family: "Barlow Condensed", serif;
  font-size: 0.78rem;
  line-height: 0.94rem;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.c-heading--vert span, .c-heading--vert--small span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.c-heading--vert--small {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-heading--vert--small {
    gap: 0.11rem;
  }
}
.c-heading--vert--small strong {
  font-family: "Barlow Condensed", serif;
  font-size: 0.58rem;
  line-height: 0.6rem;
  letter-spacing: -0.045em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-heading--vert--small strong {
    font-size: 0.6rem;
    line-height: 0.72rem;
  }
}
.c-heading--vert--small span {
  font-family: "Noto Sans JP", "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) {
  .c-heading--vert--small span {
    font-size: 0.34rem;
    line-height: 0.49rem;
  }
}

.c-meister-form {
  width: 100%;
  height: 2.2rem;
  border-radius: 0.08rem;
  background-color: #00A583;
  position: relative;
  padding: 0.08rem;
}
@media screen and (min-width: 768px) {
  .c-meister-form {
    width: 9.6rem;
    height: 2.4rem;
    margin: auto;
    padding: 0.2rem;
  }
}
.c-meister-form a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0.08rem;
  overflow: hidden;
  position: relative;
}
.c-meister-form a:hover {
  opacity: 1;
}
.c-meister-form a:hover::before {
  content: "";
  opacity: 0.2;
}
.c-meister-form a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00A583;
  opacity: 0.5;
  mix-blend-mode: multiply;
  transition: 0.3s;
}
.c-meister-form a::after {
  content: "";
  position: absolute;
  z-index: 2;
  background-image: url("../img/meister/form_sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-meister-form a::after {
    background-image: url("../img/meister/form_pc.webp");
  }
}
.c-meister-form a span, .c-meister-form a strong {
  display: none;
}

.u-width, .u-width--343-800, .u-width--343-1040, .u-width--325-1120, .u-width--343-1100, .u-width--343-1120, .u-width--343-1280 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
}
@media screen and (min-width: 768px) {
  .u-width, .u-width--343-800, .u-width--343-1040, .u-width--325-1120, .u-width--343-1100, .u-width--343-1120, .u-width--343-1280 {
    padding: 0;
    width: 12.8rem;
    padding-left: unset;
    padding-right: unset;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .u-width--343-1120 {
    width: 11.2rem;
  }
}
@media screen and (min-width: 768px) {
  .u-width--343-1100 {
    width: 11rem;
  }
}
.u-width--325-1120 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .u-width--325-1120 {
    padding-left: unset;
    padding-right: unset;
    width: 11.2rem;
  }
}
@media screen and (min-width: 768px) {
  .u-width--343-1040 {
    width: 10.4rem;
  }
}
@media screen and (min-width: 768px) {
  .u-width--343-800 {
    width: 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: #3C3C3C !important;
  border-radius: 0.1rem;
}
.simplebar-scrollbar::before {
  z-index: 10;
  background: #3C3C3C !important;
  opacity: 1 !important;
}

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

.js-delay {
  animation-delay: 1s !important;
}

@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 */