@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 360px) {
  html {
    font-size: 4.4444444444vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4492753623vw;
  }
}
@media (min-width: 1104px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  letter-spacing: -0.7px;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

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

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

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

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

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

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

input[type=checkbox] {
  display: none;
}

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  max-width: 28.125rem;
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: calc(50rem + 50px);
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .l-inner--870 {
    max-width: calc(54.375rem + 50px);
  }
}

@media screen and (min-width: 768px) {
  .l-inner--930 {
    max-width: calc(58.125rem + 50px);
  }
}

@media screen and (min-width: 768px) {
  .l-inner--1000 {
    max-width: calc(62.5rem + 50px);
  }
}

@media screen and (min-width: 768px) {
  .l-inner--1100 {
    max-width: calc(68.75rem + 50px);
  }
}

@media screen and (max-width: 767px) {
  .l-inner--sp5 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}

.c-ai {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  background-color: rgba(37, 174, 175, .2);
}
@media screen and (min-width: 768px) {
  .c-ai {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}

.c-ai .l-inner {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-ai .l-inner {
    max-width: 56.25rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.c-ai-text {
  margin-top: 1.875rem;
  text-align: center;
}

.c-ai--top .c-ai-text {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-ai--top .c-ai-text {
    margin-top: 3.75rem;
  }
}

.c-ai-text p:nth-child(1) {
  font-weight: bold;
  font-size: 1.0625rem;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .c-ai-text p:nth-child(1) {
    font-size: 1.75rem;
    line-height: 38px;
  }
}

.c-ai--top .c-ai-text p,
.c-ai-text p:nth-child(2) {
  font-size: 0.78125rem;
  margin-top: 1.875rem;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .c-ai--top .c-ai-text p,
  .c-ai-text p:nth-child(2) {
    font-size: 1.101875rem;
    margin-top: 2.1875rem;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .c-ai-text--letterspacing {
    letter-spacing: -0.11em;
  }
}

.c-ai-movie {
  margin-top: 2.1875rem;
  border-radius: 7.2px;
}
@media screen and (min-width: 768px) {
  .c-ai-movie {
    width: calc(100% - 3.125rem);
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-ai-movie iframe {
  width: 100%;
  height: 12.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-ai-movie iframe {
    width: 50rem;
    height: 26.875rem;
  }
}

.c-ai-btn {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-ai-btn {
    margin-top: 2.5rem;
  }
}

.c-ai-btn a {
  position: relative;
  display: inline-block;
  width: 15.5rem;
  font-size: 1.0625rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
  background-color: #25aeaf;
  border-radius: 25px;
}

.c-ai-btn a::after {
  position: absolute;
  content: "";
  width: 0.4375rem;
  height: 0.875rem;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_arrow-white.svg) no-repeat center/contain;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (min-width: 768px) {
  .c-ai-btn a:hover::after {
    right: 0.9375rem;
  }
}

/* 総合Top
--------------------------*/
.c-ai-img {
  margin-top: 2.1875rem;
  padding: 1.125rem 0.625rem;
  background-color: #fff;
  border-radius: 7.2px;
}
@media screen and (min-width: 768px) {
  .c-ai-img {
    margin-top: 3.75rem;
    padding: 1.875rem;
  }
}

.c-ai-img img {
  margin-left: auto;
  margin-right: auto;
}

.c-ai-btn__wrap {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-ai-btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4.375rem;
  }
}

.c-ai-btn__wrap .c-ai-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-ai-btn__wrap .c-ai-btn {
    display: block;
    margin-top: 0;
  }
}

.c-ai-btn__wrap .c-ai-btn + .c-ai-btn {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-ai-btn__wrap .c-ai-btn + .c-ai-btn {
    margin-top: 0;
  }
}

.c-ai-btn__wrap .c-ai-btn p {
  font-weight: bold;
  font-size: 0.865625rem;
  color: #25aeaf;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-ai-btn__wrap .c-ai-btn p {
    font-size: 1.0625rem;
    text-align: center;
  }
}

.c-ai-btn__wrap .c-ai-btn p span {
  font-size: 1.01875rem;
}
@media screen and (min-width: 768px) {
  .c-ai-btn__wrap .c-ai-btn p span {
    font-size: 1.25rem;
  }
}

.c-ai-btn__wrap .c-ai-btn a {
  width: 8.4375rem;
  font-size: 0.753125rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .c-ai-btn__wrap .c-ai-btn a {
    width: 13.75rem;
    font-size: 0.9375rem;
    margin-top: 1.25rem;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
  }
}

.c-ai-btn__wrap .c-ai-btn a::after {
  width: 0.3125rem;
  height: 0.625rem;
  right: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .c-ai-btn__wrap .c-ai-btn a::after {
    width: 0.5rem;
    height: 0.9375rem;
    right: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .c-ai-btn__wrap .c-ai-btn a:hover::after {
    right: 0.8125rem;
  }
}

.c-btn a {
  display: inline-block;
  width: 10.625rem;
  font-weight: 700;
  font-size: 0.875rem;
  color: #fff;
  background-color: #fff;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  border-radius: 20px;
  text-align: center;
}

.c-btn--blue a {
  background-color: #25aeaf;
  -webkit-box-shadow: 0px 0.85px 5.67px #25aeaf;
          box-shadow: 0px 0.85px 5.67px #25aeaf;
}

.c-btn--blue a p {
  color: #fff;
}

.c-btn--orange a {
  background-color: #ff9619;
  -webkit-box-shadow: 0px 0.85px 5.67px #ff9619;
          box-shadow: 0px 0.85px 5.67px #ff9619;
}

.c-btn--back {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-btn--back {
    margin-top: 4.375rem;
  }
}

.c-btn--back a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-btn--back img {
  width: 2.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .c-btn--back img {
    width: 3.4375rem;
  }
}

.c-btn--back a p {
  font-size: 0.75rem;
  margin-left: 1.125rem;
  color: #25aeaf;
}
@media screen and (min-width: 768px) {
  .c-btn--back a p {
    font-size: 1.110625rem;
    margin-left: 1.5625rem;
  }
}

.c-btn--back a:hover img {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.c-calendar {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  background-color: #F4F8F9;
}
@media screen and (min-width: 768px) {
  .c-calendar {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .c-calendar-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .c-calendar-text {
    width: calc(100% - 28.125rem);
    margin-right: 1.875rem;
  }
}

.c-calendar-text p:nth-child(1) {
  font-weight: 900;
  font-size: 1.375rem;
  color: #25aeaf;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-calendar-text p:nth-child(1) {
    font-size: 1.625rem;
    text-align: left;
  }
}

.c-calendar-text p:nth-child(2) {
  font-weight: 500;
  font-size: 0.78125rem;
  margin-top: 1.75rem;
  line-height: 25px;
  letter-spacing: -0.9px;
}
@media screen and (min-width: 768px) {
  .c-calendar-text p:nth-child(2) {
    font-size: 1rem;
    margin-top: 2.8125rem;
    line-height: 37px;
    letter-spacing: -0.8px;
  }
}

.c-calendar-widget {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .c-calendar-widget {
    width: 26.25rem;
    margin-top: 0;
  }
}

/* cta01
-----------------------------------------------------*/
.c-cta01 {
  margin-top: -0.3125rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background-color: #25aeaf;
  -webkit-box-shadow: 0px 0.85px 5.67px #25aeaf;
          box-shadow: 0px 0.85px 5.67px #25aeaf;
  text-align: center;
  z-index: 7000;
}
@media screen and (min-width: 768px) {
  .c-cta01 {
    margin-top: -0.5rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }
}

.c-cta01--detail {
  background-color: #e4f7f7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 768px) {
  .c-cta01--detail {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.c-cta01 .c-cta02-btn {
  margin-top: 0;
}

.c-cta01 .c-cta02-btn a {
  width: 19.6875rem;
  font-size: 1.263125rem;
  padding-right: 0;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .c-cta01 .c-cta02-btn a {
    width: 24.25rem;
    font-size: 1.6875rem;
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
    border-radius: 36px;
  }
}

.c-cta01 .c-cta02-btn .c-btn:nth-child(2) {
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-cta01 .c-cta02-btn .c-btn:nth-child(2) {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}

.c-cta01 .c-cta02-btn a p::after {
  display: none;
}

/* cta02
-----------------------------------------------------*/
.c-cta02 {
  position: relative;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background-color: #25aeaf;
  -webkit-box-shadow: 0px 0.85px 5.67px #25aeaf;
          box-shadow: 0px 0.85px 5.67px #25aeaf;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-cta02 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }
}

.c-cta02-head p:nth-child(1) {
  font-weight: 900;
  font-size: 1.375rem;
  color: #fff;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .c-cta02-head p:nth-child(1) {
    font-size: 2.1875rem;
    line-height: 45px;
    letter-spacing: -0.3px;
  }
}

.c-cta02-head p:nth-child(2) {
  font-weight: 900;
  font-size: 1.153125rem;
  margin-top: 1.375rem;
  line-height: 27px;
}
@media screen and (min-width: 768px) {
  .c-cta02-head p:nth-child(2) {
    font-size: 1.5725rem;
    margin-top: 1.25rem;
    line-height: 48px;
  }
}

.c-cta02-btn {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-cta02-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.1875rem;
  }
}

.c-cta02-btn a {
  width: 17.8125rem;
  font-size: 1.054375rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-right: 0.4375rem;
  border-radius: 22px;
}
@media screen and (min-width: 768px) {
  .c-cta02-btn a {
    width: 24.25rem;
    font-size: 1.4375rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-right: 0.625rem;
    border-radius: 31px;
  }
}

.c-cta02-btn .c-btn:nth-child(1) a {
  color: #25aeaf;
}

.c-cta02-btn .c-btn:nth-child(2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-cta02-btn .c-btn:nth-child(2) {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}

.c-cta02-btn a p {
  position: relative;
  display: inline-block;
}

.c-cta02-btn a p::after {
  position: absolute;
  content: "";
  width: 0.4375rem;
  height: 0.8125rem;
  top: 50%;
  right: -1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .c-cta02-btn a p::after {
    width: 0.5625rem;
    height: 1.125rem;
    right: -1.5625rem;
  }
}

.c-cta02-btn a:hover p::after {
  right: -1.5625rem;
}
@media screen and (min-width: 768px) {
  .c-cta02-btn a:hover p::after {
    right: -1.875rem;
  }
}

.c-cta02-btn .c-btn:nth-child(1) a p::after {
  background: url(../images/icon_arrow02.svg) no-repeat center center/contain;
}

.c-cta02-btn .c-btn:nth-child(2) a p::after {
  background: url(../images/icon_arrow-white.svg) no-repeat center center/contain;
}

/* cta03
-----------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-cta03 {
    padding-bottom: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .c-cta03 .c-cta02-btn a {
    width: 30.3125rem;
    font-size: 2.25rem;
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
    padding-right: 2.5rem;
    border-radius: 8px;
  }
}

@media screen and (min-width: 768px) {
  .c-cta03 .c-cta02-btn .c-btn:nth-child(2) {
    margin-left: 1.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .c-cta03 .c-cta02-btn a p::after {
    width: 1rem;
    height: 1.875rem;
    right: -2.8125rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}

.c-cta03 .c-cta02-btn a:hover p::after {
  right: -3.125rem;
}

.c-faq-detail__fv {
  position: relative;
  margin-top: 3.4375rem;
  padding-top: 6.25rem;
  padding-bottom: 3.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c-faq-detail__fv {
    margin-top: 6.5rem;
    padding-top: 8.4375rem;
    padding-bottom: 5.9375rem;
  }
}

.c-faq-detail__fv::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
}

.c-faq-detail__fv::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #25aeaf;
  opacity: 0.1;
  z-index: 1;
}

.c-faq-detail__fv .l-inner {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .c-faq-detail__fv-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .c-faq-detail__fv-text {
    width: 33.4375rem;
  }
}

.c-faq-detail__fv-text h2 {
  font-weight: 900;
  font-size: 1.6875rem;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  .c-faq-detail__fv-text h2 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}

.c-faq-detail__fv-text p {
  font-weight: 700;
  font-size: 0.94375rem;
  margin-top: 1.875rem;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .c-faq-detail__fv-text p {
    font-size: 1.25rem;
    line-height: 33px;
  }
}

.c-faq-detail__fv-img {
  width: 20.625rem;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-faq-detail__fv-img {
    width: 25.3125rem;
    margin-top: 0;
    margin-left: 3.625rem;
    margin-right: 0;
    margin-right: initial;
  }
}

.c-faq-detail__fv__btn {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-faq-detail__fv__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -2.1875rem;
  }
}

.c-faq-detail__fv__btn .c-btn--orange {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-faq-detail__fv__btn .c-btn--orange {
    margin-top: 0;
    margin-left: 0.875rem;
  }
}

.c-faq-detail__fv__btn .c-btn a {
  width: 19.6875rem;
  font-size: 1.263125rem;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .c-faq-detail__fv__btn .c-btn a {
    width: 15.8125rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 27px;
  }
}

.c-faq-detail__fv__btn .c-btn--blue a {
  -webkit-box-shadow: 0px 0.85px 3.7px #25aeaf;
          box-shadow: 0px 0.85px 3.7px #25aeaf;
}

.c-faq-detail__fv__btn .c-btn--orange a {
  -webkit-box-shadow: 0px 0.85px 3.7px #ff9619;
          box-shadow: 0px 0.85px 3.7px #ff9619;
}

/* c-faq-detail__item
-----------------------------------------------------*/
.c-faq-detail__item {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .c-faq-detail__item {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}

.c-faq-detail__item:nth-child(2n) {
  background-color: #F4F8F9;
}

@media screen and (max-width: 767px) {
  .c-faq-detail__item .l-inner {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.c-faq-detail__item-head {
  text-align: center;
}

.c-faq-detail__item-head h2 {
  font-weight: 900;
  font-size: 1.375rem;
  color: #25aeaf;
}
@media screen and (min-width: 768px) {
  .c-faq-detail__item-head h2 {
    font-size: 1.875rem;
  }
}

.c-faq-detail__item-head p {
  font-weight: 500;
  font-size: 0.78125rem;
  margin-top: 1.25rem;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .c-faq-detail__item-head p {
    font-size: 1.101875rem;
    margin-top: 1.875rem;
    line-height: 37px;
  }
}

.c-faq-detail__item-grid {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-faq-detail__item-grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2.5rem;
  }
}

.c-faq-detail__item-box h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-faq-detail__item-box h3 p:nth-child(1) {
  font-weight: 900;
  font-size: 1.6875rem;
  color: #25aeaf;
}

.c-faq-detail__item-box h3 p:nth-child(2) {
  font-weight: 700;
  font-size: 1.25rem;
  margin-left: 0.625rem;
}

.c-faq-detail__item-text {
  font-weight: 500;
  font-size: 0.78125rem;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .c-faq-detail__item-text {
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 22px;
  }
}

/* c-faq-detail__item:nth-child(1)
-----------------------------------------------------*/
.c-faq-detail__item:nth-child(1) .l-inner {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.c-faq-detail__item:nth-child(1) img {
  width: 20.3125rem;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-faq-detail__item:nth-child(1) img {
    width: 45.3125rem;
    margin-top: 2.5rem;
  }
}

/* c-faq-detail__item:nth-child(2)
-----------------------------------------------------*/
.c-faq-detail__item:nth-child(2) .c-faq-detail__item-grid {
  gap: 5.5rem;
}
@media screen and (min-width: 768px) {
  .c-faq-detail__item:nth-child(2) .c-faq-detail__item-grid {
    margin-top: 3.125rem;
    gap: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .c-faq-detail__item:nth-child(2) .c-faq-detail__item-box {
    height: 21.875rem;
  }
}
.c-faq-detail__item:nth-child(2) .c-faq-detail__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 12.5rem;
}
@media screen and (min-width: 768px) {
  .c-faq-detail__item:nth-child(2) .c-faq-detail__item-img {
    height: 13.75rem;
  }
}

/* c-faq-detail__item:nth-child(3)
-----------------------------------------------------*/
.c-faq-detail__item:nth-child(3) .c-faq-detail__item-grid {
  gap: 4.375rem;
}
@media screen and (min-width: 768px) {
  .c-faq-detail__item:nth-child(3) .c-faq-detail__item-grid {
    margin-top: 3.125rem;
    gap: 0.875rem;
  }
}
.c-faq-detail__item:nth-child(3) .c-faq-detail__item-top {
  position: relative;
  font-size: 0.9375rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  background: rgba(188, 188, 188, .16);
  border-radius: 12px;
  line-height: 22px;
  text-align: center;
}
.c-faq-detail__item:nth-child(3) .c-faq-detail__item-top::after {
  position: absolute;
  content: "";
  width: 3.375rem;
  height: 2.1875rem;
  left: 50%;
  bottom: -1.875rem;
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
  background: url(../images/icon_arrow01.svg) no-repeat center center/contain;
}
.c-faq-detail__item:nth-child(3) .c-faq-detail__item-box h3 {
  font-weight: 900;
  font-size: 1.375rem;
  margin-top: 4.375rem;
  color: #25aeaf;
  line-height: 32px;
  text-align: center;
}
.c-faq-detail__item:nth-child(3) .c-faq-detail__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 14.375rem;
}
.c-faq-detail__item:nth-child(3) .c-faq-detail__item-bottom {
  font-weight: 500;
  font-size: 0.78125rem;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .c-faq-detail__item:nth-child(3) .c-faq-detail__item-bottom {
    font-weight: 400;
    font-size: 0.9375rem;
  }
}

/* c-faq-detail--foremployees
-----------------------------------------------------*/
.c-faq-detail--foremployees {
  /* .c-faq-detail__item:nth-child(2)
  --------------------------*/
  /* .c-faq-detail__item:nth-child(3)
  --------------------------*/
}
.c-faq-detail--foremployees .c-faq-detail__fv {
  background-image: url(../images/img_faq-detail-bg01-sp.jpg);
}
@media screen and (min-width: 768px) {
  .c-faq-detail--foremployees .c-faq-detail__fv {
    background-image: url(../images/img_faq-detail-bg01.jpg);
  }
}
.c-faq-detail--foremployees .c-faq-detail__item:nth-child(2) .c-faq-detail__item-box:nth-child(1) img {
  width: 14rem;
}
.c-faq-detail--foremployees .c-faq-detail__item:nth-child(2) .c-faq-detail__item-box:nth-child(2) img {
  width: 11.5625rem;
}
.c-faq-detail--foremployees .c-faq-detail__item:nth-child(2) .c-faq-detail__item-box:nth-child(3) img {
  width: 15rem;
}
.c-faq-detail--foremployees .c-faq-detail__item:nth-child(3) .c-faq-detail__item-box:nth-child(1) .c-faq-detail__item-img img {
  width: 14.375rem;
}
.c-faq-detail--foremployees .c-faq-detail__item:nth-child(3) .c-faq-detail__item-box:nth-child(2) .c-faq-detail__item-img img {
  width: 13.125rem;
}
.c-faq-detail--foremployees .c-faq-detail__item:nth-child(3) .c-faq-detail__item-box:nth-child(3) .c-faq-detail__item-img img {
  width: 10.9375rem;
}

/* c-faq-detail--forcallcenters
-----------------------------------------------------*/
.c-faq-detail--forcallcenters {
  /* .c-faq-detail__item:nth-child(2)
  --------------------------*/
  /* .c-faq-detail__item:nth-child(3)
  --------------------------*/
}
.c-faq-detail--forcallcenters .c-faq-detail__fv {
  background-image: url(../images/img_faq-detail-bg02-sp.jpg);
}
@media screen and (min-width: 768px) {
  .c-faq-detail--forcallcenters .c-faq-detail__fv {
    background-image: url(../images/img_faq-detail-bg02.jpg);
  }
}
.c-faq-detail--forcallcenters .c-faq-detail__item:nth-child(2) .c-faq-detail__item-box:nth-child(1) img {
  width: 11.375rem;
}
.c-faq-detail--forcallcenters .c-faq-detail__item:nth-child(2) .c-faq-detail__item-box:nth-child(2) img {
  width: 15rem;
}
.c-faq-detail--forcallcenters .c-faq-detail__item:nth-child(2) .c-faq-detail__item-box:nth-child(3) img {
  width: 11.875rem;
}
.c-faq-detail--forcallcenters .c-faq-detail__item:nth-child(3) .c-faq-detail__item-box:nth-child(1) .c-faq-detail__item-img img {
  width: 14.375rem;
}
.c-faq-detail--forcallcenters .c-faq-detail__item:nth-child(3) .c-faq-detail__item-box:nth-child(2) .c-faq-detail__item-img img {
  width: 10.9375rem;
}
.c-faq-detail--forcallcenters .c-faq-detail__item:nth-child(3) .c-faq-detail__item-box:nth-child(3) .c-faq-detail__item-img img {
  width: 13.125rem;
}

/* c-faq-detail--forstorestaff
-----------------------------------------------------*/
.c-faq-detail--forstorestaff {
  /* .c-faq-detail__item:nth-child(2)
  --------------------------*/
  /* .c-faq-detail__item:nth-child(3)
  --------------------------*/
}
.c-faq-detail--forstorestaff .c-faq-detail__fv {
  background-image: url(../images/img_faq-detail-bg03-sp.jpg);
}
@media screen and (min-width: 768px) {
  .c-faq-detail--forstorestaff .c-faq-detail__fv {
    background-image: url(../images/img_faq-detail-bg03.jpg);
  }
}
.c-faq-detail--forstorestaff .c-faq-detail__item:nth-child(2) .c-faq-detail__item-box:nth-child(1) img {
  width: 14rem;
}
.c-faq-detail--forstorestaff .c-faq-detail__item:nth-child(2) .c-faq-detail__item-box:nth-child(2) img {
  width: 11.5625rem;
}
.c-faq-detail--forstorestaff .c-faq-detail__item:nth-child(2) .c-faq-detail__item-box:nth-child(3) img {
  width: 13.75rem;
}
.c-faq-detail--forstorestaff .c-faq-detail__item:nth-child(3) .c-faq-detail__item-box:nth-child(1) .c-faq-detail__item-img img {
  width: 14.375rem;
}
.c-faq-detail--forstorestaff .c-faq-detail__item:nth-child(3) .c-faq-detail__item-box:nth-child(2) .c-faq-detail__item-img img {
  width: 13.125rem;
}
.c-faq-detail--forstorestaff .c-faq-detail__item:nth-child(3) .c-faq-detail__item-box:nth-child(3) .c-faq-detail__item-img img {
  width: 13.125rem;
}

/* c-faq-detail--forspecificusers
-----------------------------------------------------*/
.c-faq-detail--forspecificusers .c-faq-detail__fv {
  background-image: url(../images/img_faq-detail-bg04-sp.jpg);
}
@media screen and (min-width: 768px) {
  .c-faq-detail--forspecificusers .c-faq-detail__fv {
    background-image: url(../images/img_faq-detail-bg04.jpg);
  }
}
@media screen and (min-width: 768px) {
  .c-faq-detail--forspecificusers .c-faq-detail__fv-text {
    width: 33.75rem;
  }
}
.c-faq-detail--forspecificusers .c-faq-detail__fv__btn {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .c-faq-detail--forspecificusers .c-faq-detail__fv__btn {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-faq-detail--forspecificusers .c-faq-detail__item:nth-child(1) .l-inner {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
.c-faq-detail--forspecificusers .c-faq-detail__item-grid {
  gap: 5.5rem;
}
@media screen and (min-width: 768px) {
  .c-faq-detail--forspecificusers .c-faq-detail__item-grid {
    margin-top: 3.125rem;
    gap: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .c-faq-detail--forspecificusers .c-faq-detail__item-box {
    height: 21.875rem;
  }
}
.c-faq-detail--forspecificusers .c-faq-detail__item-box h3 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.c-faq-detail--forspecificusers .c-faq-detail__item-box h3 p:nth-child(2) {
  padding-top: 0.3125rem;
}
.c-faq-detail--forspecificusers .c-faq-detail__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 15.625rem;
}
@media screen and (min-width: 768px) {
  .c-faq-detail--forspecificusers .c-faq-detail__item-img {
    height: 13.75rem;
  }
}
.c-faq-detail--forspecificusers .c-faq-detail__item-box:nth-child(1) .c-faq-detail__item-img {
  height: 15.3125rem;
}
.c-faq-detail--forspecificusers .c-faq-detail__item img {
  margin-top: 0;
}
.c-faq-detail--forspecificusers .c-faq-detail__item-box:nth-child(1) .c-faq-detail__item-img img {
  width: 15.3125rem;
}
.c-faq-detail--forspecificusers .c-faq-detail__item-box:nth-child(2) .c-faq-detail__item-img img {
  width: 14.375rem;
}
.c-faq-detail--forspecificusers .c-faq-detail__item-box:nth-child(3) .c-faq-detail__item-img img {
  width: 14.8125rem;
}

.c-fv-common {
  padding-top: 5.3125rem;
  padding-bottom: 2.5rem;
  background-color: #e4f7f7;
}
@media screen and (min-width: 768px) {
  .c-fv-common {
    padding-top: 6.5625rem;
    padding-bottom: 3.125rem;
  }
}

.c-fv-common .l-inner {
  padding-left: 0;
  padding-right: 0;
}

.c-fv-common__head p {
  font-weight: 700;
  text-align: center;
}

.c-fv-common__head p:nth-child(1) {
  font-size: 1rem;
  color: #25aeaf;
}
@media screen and (min-width: 768px) {
  .c-fv-common__head p:nth-child(1) {
    font-size: 1rem;
  }
}

.c-fv-common__head--num {
  font-size: 2.240625rem;
}
@media screen and (min-width: 768px) {
  .c-fv-common__head--num {
    font-size: 2.9375rem;
  }
}

.c-fv-common__head--unit {
  font-size: 1.504375rem;
}
@media screen and (min-width: 768px) {
  .c-fv-common__head--unit {
    font-size: 1.964375rem;
  }
}

.c-fv-common__head p:nth-child(2) {
  font-weight: 900;
  font-size: 1.5rem;
  margin-top: 1.5625rem;
  line-height: 37px;
  letter-spacing: -2.6px;
}
@media screen and (min-width: 768px) {
  .c-fv-common__head p:nth-child(2) {
    font-size: 2.125rem;
    margin-top: 1.125rem;
    line-height: 47px;
  }
}

.c-fv-common__head p:nth-child(3) {
  font-weight: 700;
  font-size: 0.8125rem;
  margin-top: 1.25rem;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .c-fv-common__head p:nth-child(3) {
    font-weight: 500;
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

/* faq
-----------------------------------------------------*/
.c-fv-common--faq img {
  max-width: 21.875rem;
  width: 100%;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-fv-common--faq img {
    max-width: 50rem;
    width: 100%;
    margin-top: 2.8125rem;
  }
}

/* mail
-----------------------------------------------------*/
.c-fv-common--mail img {
  max-width: 20.9375rem;
  width: 100%;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-fv-common--mail img {
    max-width: 50rem;
    width: 100%;
    margin-top: 2.8125rem;
  }
}

/* chat
-----------------------------------------------------*/
.c-fv-common--chat img {
  max-width: 20.1875rem;
  width: 100%;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-fv-common--chat img {
    max-width: 50rem;
    width: 100%;
    margin-top: 2.8125rem;
  }
}

.c-fv-detail {
  padding-top: 5.625rem;
  background-color: #e4f7f7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-fv-detail {
    padding-top: 7.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-fv-detail .l-inner {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.c-fv-detail__head {
  font-weight: 900;
  font-size: 1.625rem;
  letter-spacing: -0.05em;
  line-height: 37px;
}
@media screen and (min-width: 768px) {
  .c-fv-detail__head {
    font-size: 2.125rem;
    letter-spacing: 0.7px;
    line-height: 45px;
  }
}

.c-fv-detail__head--form span {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .c-fv-detail__head--form span {
    font-size: 1.8125rem;
  }
}

.c-fv-detail__head--chat {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-fv-detail__head--chat {
    font-size: 1.25rem;
  }
}

.c-fv-detail__bottom {
  font-weight: 900;
  font-size: 0.8125rem;
  margin-top: 2rem;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .c-fv-detail__bottom {
    font-size: 1.101875rem;
    margin-top: 2.625rem;
    line-height: 37px;
  }
}

@media screen and (max-width: 767px) {
  .c-fv-detail__bottom--letter12 {
    letter-spacing: -0.12em;
  }
}

@media screen and (max-width: 767px) {
  .c-fv-detail--chatbot .l-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-fv-detail--chatbot .c-fv-detail__head {
    letter-spacing: -0.07em;
  }
}

.c-price {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  background-color: #F4F8F9;
}
@media screen and (min-width: 768px) {
  .c-price {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}

.c-price-items {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-price-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2.5rem;
  }
}

.c-price-item {
  width: 100%;
  -webkit-box-shadow: 1px 10px 5px rgba(37, 174, 175, .05);
          box-shadow: 1px 10px 5px rgba(37, 174, 175, .05);
  border-radius: 10px;
}

.c-price-item + .c-price-item {
  position: relative;
  margin-top: 5.1875rem;
}
@media screen and (min-width: 768px) {
  .c-price-item + .c-price-item {
    margin-top: 0;
    margin-left: 6.0625rem;
  }
}

.c-price-item + .c-price-item::before {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  top: -3.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/icon_cross.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .c-price-item + .c-price-item::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -4.375rem;
  }
}

.c-price-item__head {
  font-weight: 700;
  font-size: 1.226875rem;
  color: #fff;
  background-color: #25aeaf;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-price-item__head {
    font-size: 1.4375rem;
    padding-top: 1.1875rem;
    padding-bottom: 1.1875rem;
  }
}

.c-price-item__detail {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 768px) {
  .c-price-item__detail {
    padding-top: 2.8125rem;
    padding-bottom: 3.125rem;
  }
}

.c-price-item__detail ul {
  width: 13.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-price-item__detail ul {
    width: 15.625rem;
  }
}

.c-price-item__detail li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-price-item__detail li img {
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-price-item__detail li img {
    width: 1.75rem;
  }
}

.c-price-item__detail li p {
  font-weight: 700;
  font-size: 1.066875rem;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-price-item__detail li p {
    font-size: 1.25rem;
  }
}

.c-price-item__detail li + li {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .c-price-item__detail li + li {
    margin-top: 1.75rem;
  }
}

.c-price-bottom {
  font-size: 0.875rem;
  margin-top: 1.5625rem;
  line-height: 26px;
  letter-spacing: -0.7px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-price-bottom {
    margin-top: 2.8125rem;
  }
}

/* 詳細系ページ
-----------------------------------------------------*/
.c-price--detail .c-price-items {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-price--detail .c-price-items {
    max-width: 21.875rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-price--detail .c-price-item__detail ul {
  width: 100%;
}

.c-price--detail .c-price-item__detail li + li {
  position: relative;
}

.c-price--detail .c-price-item__detail li + li::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/icon_cross.svg) no-repeat center/contain;
}

.c-price--detail .c-price-item__detail li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-price--detail .c-price-item__detail li p {
  margin: 0;
}

.c-service {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .c-service {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}

@media screen and (max-width: 768px) {
  .c-service .l-inner {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
}

.c-service-items {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .c-service-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2.5rem;
  }
}

.c-service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 15.625rem;
  }
}

.c-service-item + .c-service-item {
  margin-top: 2.5rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-service-item + .c-service-item {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.c-service-item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .c-service-item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-service-item__img {
  width: 8.4375rem;
}
@media screen and (min-width: 768px) {
  .c-service-item__img {
    width: 11.875rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-service-item:nth-child(1) .c-service-item__img {
  width: 9.1875rem;
}
@media screen and (min-width: 768px) {
  .c-service-item:nth-child(1) .c-service-item__img {
    width: 15.8125rem;
    margin-top: 0.625rem;
  }
}

.c-service-item:nth-child(2) .c-service-item__img {
  width: 9.375rem;
}
@media screen and (min-width: 768px) {
  .c-service-item:nth-child(2) .c-service-item__img {
    width: 13.75rem;
  }
}

.c-service-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-service-item__link p {
  font-weight: 700;
  font-size: 1.121875rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .c-service-item__link p {
    font-size: 1.25rem;
    text-align: center;
  }
}

.c-service-item__link img {
  width: 1.125rem;
  margin-left: 0.9375rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .c-service-item__link img {
    width: 1.6875rem;
  }
}

.c-service-item:hover .c-service-item__link img {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

/* c-service--top
-----------------------------------------------------*/
.c-service--top .c-service-item:nth-child(1) {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-service--top .c-service-item:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-service--top .c-service-item:nth-child(1) .c-service-item__img {
  width: 8.4375rem;
}
@media screen and (min-width: 768px) {
  .c-service--top .c-service-item:nth-child(1) .c-service-item__img {
    width: 11.875rem;
    margin-top: -1.25rem;
  }
}

/* c-service--mail
-----------------------------------------------------*/
.c-service--mail .c-service-item:nth-child(2) .c-service-item__img {
  width: 8.4375rem;
}
@media screen and (min-width: 768px) {
  .c-service--mail .c-service-item:nth-child(2) .c-service-item__img {
    width: 11.875rem;
    margin-top: -1.25rem;
  }
}

/* c-service--chat
-----------------------------------------------------*/
.c-service--chat .c-service-item:nth-child(2) .c-service-item__img {
  width: 8.4375rem;
}
@media screen and (min-width: 768px) {
  .c-service--chat .c-service-item:nth-child(2) .c-service-item__img {
    width: 11.875rem;
    margin-top: -1.25rem;
  }
}
.c-service--chat .c-service-item:nth-child(3) .c-service-item__img {
  width: 9.375rem;
}
@media screen and (min-width: 768px) {
  .c-service--chat .c-service-item:nth-child(3) .c-service-item__img {
    width: 13.75rem;
  }
}

/* 各子ページ
-----------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-service--child .c-service-item {
    height: 12.5rem;
  }
}
.c-service--child .c-service-item:nth-child(1) .c-service-item__img {
  width: 9.1875rem;
}
@media screen and (min-width: 768px) {
  .c-service--child .c-service-item:nth-child(1) .c-service-item__img {
    width: 12.6875rem;
    margin-top: 0.625rem;
  }
}
.c-service--child .c-service-item:nth-child(2) .c-service-item__img {
  width: 8.4375rem;
}
@media screen and (min-width: 768px) {
  .c-service--child .c-service-item:nth-child(2) .c-service-item__img {
    width: 9.625rem;
    margin-top: -1.25rem;
  }
}
.c-service--child .c-service-item:nth-child(3) .c-service-item__img {
  width: 9.375rem;
}
@media screen and (min-width: 768px) {
  .c-service--child .c-service-item:nth-child(3) .c-service-item__img {
    width: 10.875rem;
  }
}
.c-service--child .c-service-item:nth-child(4) .c-service-item__img {
  width: 8.4375rem;
}
@media screen and (min-width: 768px) {
  .c-service--child .c-service-item:nth-child(4) .c-service-item__img {
    width: 9.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-swiper-logo {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-swiper-logo {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    pointer-events: none;
  }
}

.c-swiper-logo__swiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.c-swiper-logo__swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-swiper-logo__swiper-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-swiper-logo__swiper-flex .c-swiper-logo__swiper-flex-slide {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-swiper-logo__swiper-flex .c-swiper-logo__swiper-flex-slide {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.c-title {
  font-weight: 900;
  font-size: 1.375rem;
  color: #25aeaf;
  line-height: 32px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 2.1875rem;
    line-height: 45px;
  }
}

@media screen and (min-width: 768px) {
  .c-title02 {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .c-title--letter07em {
    letter-spacing: -0.07em;
  }
}

.p-ai {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  background-color: rgba(37, 174, 175, .2);
}
@media screen and (min-width: 768px) {
  .p-ai {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}

.p-ai-box {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-ai-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2.5rem;
  }
}

.p-ai-img img {
  border-radius: 7px;
}

@media screen and (min-width: 768px) {
  .p-ai-img {
    width: 25rem;
  }
}

.p-ai-box p {
  font-weight: 500;
  font-size: 0.78125rem;
  margin-top: 2.8125rem;
  line-height: 25px;
  letter-spacing: -1.8px;
}
@media screen and (min-width: 768px) {
  .p-ai-box p {
    width: calc(100% - 25rem);
    font-size: 1rem;
    margin-top: 0;
    margin-left: 2.1875rem;
    line-height: 37px;
  }
}

.p-case-detail-fv {
  padding-top: 5.9375rem;
  padding-bottom: 3.125rem;
  background-color: #e4f7f7;
  -webkit-box-shadow: 0px 2.83px 5.67px rgba(37, 174, 175, .1);
          box-shadow: 0px 2.83px 5.67px rgba(37, 174, 175, .1);
}
@media screen and (min-width: 768px) {
  .p-case-detail-fv {
    padding-top: 8.75rem;
    padding-bottom: 5rem;
  }
}

.p-case-detail-fv h2 {
  font-weight: 700;
  font-size: 1.375rem;
  color: #25aeaf;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-case-detail-fv h2 {
    font-size: 2rem;
  }
}

.p-case-detail__content {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-case-detail__content {
    margin-top: 3.4375rem;
  }
}

/* p-case-detail__top
-----------------------------------------------------*/
.p-case-detail__top h3 {
  font-weight: 700;
  font-size: 1.28125rem;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  .p-case-detail__top h3 {
    font-size: 1.75rem;
    line-height: 43px;
  }
}

.p-case-detail__top img {
  width: 100%;
  margin-top: 1.25rem;
  aspect-ratio: 317/167;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-case-detail__top img {
    width: 50rem;
    margin-top: 1.875rem;
    aspect-ratio: 800/420;
  }
}

.p-case-lead{
	font-size: 0.875rem;
	font-weight: 700;
	margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
 .p-case-lead{
	font-size: 1rem;
    margin-top: 1.875rem;
  }
}

.p-case-detail__top-info {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-case-detail__top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.75rem;
  }
}

.p-case-detail__top-info h4 {
  font-weight: 700;
  font-size: 1rem;
  color: #25aeaf;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .p-case-detail__top-info h4 {
    width: 15.625rem;
    font-size: 1.1875rem;
  }
}

.p-case-detail__top-info nav {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-case-detail__top-info nav {
    width: calc(100% - 17.5rem);
    margin-top: 0;
    margin-left: 3.125rem;
  }
}

.p-case-detail__top-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-case-detail__top-info ul + ul {
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-case-detail__top-info ul + ul {
    margin-top: 0.625rem;
  }
}

.p-case-detail__top-info h5 {
  font-weight: 500;
  font-size: 0.76625rem;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .p-case-detail__top-info h5 {
    font-size: 0.9375rem;
    width: 5.9375rem;
  }
}

.p-case-detail__top-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 5rem);
  margin-left: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-case-detail__top-info li {
    width: calc(100% - 5.9375rem);
    margin-left: 2.375rem;
  }
}

.p-case-detail__top-info p {
  font-weight: 700;
  font-size: 0.673125rem;
  margin-right: 0.4375rem;
  margin-bottom: 0.4375rem;
  padding: 0.125rem 0.3125rem;
  background-color: rgba(222, 222, 222, .3);
  border-radius: 3px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-case-detail__top-info p {
    font-size: 0.82375rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0.1875rem 0.5rem;
  }
}

/* p-case-detail__hearing
-----------------------------------------------------*/
.p-case-detail__hearing {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-case-detail__hearing {
    margin-top: 2rem;
  }
}

.p-case-detail__hearing .l-inner {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background-color: #F4F8F9;
}
@media screen and (min-width: 768px) {
  .p-case-detail__hearing .l-inner {
    padding: 1.875rem 1.5625rem;
    border-radius: 8px;
  }
}

.p-case-detail__hearing h3 {
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-case-detail__hearing h3 {
    font-size: 1.0625rem;
  }
}


.p-case-detail__hearing .block .item{
	display: block;
	margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
	.p-case-detail__hearing .block .item{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
}
.p-case-detail__hearing .block .item:first-child{
	margin-top: 0;
}
.p-case-detail__hearing .block .item .head{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	margin: 0 0 0.5rem;
}
@media screen and (min-width: 768px) {
	.p-case-detail__hearing .block .item .head{
		display: block;
	width: 11.25rem;
	margin: 0;
}
}
.p-case-detail__hearing .block .item .txt{
	width: 49%;
}
@media screen and (min-width: 768px) {
	.p-case-detail__hearing .block .item .txt{
	width: 100%;
}
}
.p-case-detail__hearing .block .item .head:has(.img) .txt{
	width: 49%;
}
@media screen and (min-width: 768px) {
	.p-case-detail__hearing .block .item .head:has(.img) .txt{
	width: 100%;
}
}
.p-case-detail__hearing .block .item .head .post{
	font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
.p-case-detail__hearing .block .item .head .post{
	font-size: 0.875rem;
	list-style: 1.5;
}
}
.p-case-detail__hearing .block .item .head .name{
	font-size: 1rem;
	font-weight: 700;
}
.p-case-detail__hearing .block .item .head .name span{
	font-size: 0.75rem;
	margin-left: 0.2em;
}
@media screen and (min-width: 768px) {
.p-case-detail__hearing .block .item .head .name{
	font-size: 1.125rem;
	font-weight: 700;
	list-style: 1.5;
}
}
.p-case-detail__hearing .block .item .content{
	width: 100%;
}
.p-case-detail__hearing .block .item .content p{
	font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
.p-case-detail__hearing .block .item .content{
	width: calc(100% - 12.5rem);
}
}
.p-case-detail__hearing .block .head .img{
	width: 49%;
	aspect-ratio: 6/4;
}
@media screen and (min-width: 768px) {
	.p-case-detail__hearing .block .head .img{
	width: 100%;
	height: 7.5rem;
	margin: 0 0 0.375rem;
}
}
.p-case-detail__hearing .block .head .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
.p-case-detail__hearing .block .item:not(:has(.content)) .head {
	display: flex;
	justify-content: space-between;
	align-items: start;
	width: 100%;
}
.p-case-detail__hearing .block .item:not(:has(.content)) .head .img{
width: 11.25rem;
}
.p-case-detail__hearing .block .item:not(:has(.content)) .head .txt{
width: calc(100% - 12.5rem);
}
}

/* item 自体を変えるなら */
.item:not(:has(.content)) {
  padding-bottom: 0;
}


/* p-case-detail__result
-----------------------------------------------------*/
.p-case-detail__result {
  margin-top: 3.625rem;
  margin-bottom: 2.8125rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-case-detail__result-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.625rem;
  }
}

.p-case-detail__result-item {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.5625rem;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-case-detail__result-item {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.p-case-detail__result-item + .p-case-detail__result-item {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-case-detail__result-item + .p-case-detail__result-item {
    margin-top: 0;
  }
}

.p-case-detail__result-item:nth-child(1) {
  background-color: rgba(222, 222, 222, .3);
}

.p-case-detail__result-item:nth-child(2) {
  position: relative;
  background-color: rgba(37, 174, 175, .2);
}

.p-case-detail__result-item:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 2.125rem;
  height: 1.375rem;
  top: -3.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
  background: url(../images/icon_arrow01.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-case-detail__result-item:nth-child(2)::before {
    width: 3.375rem;
    height: 2.1875rem;
    top: 50%;
    left: -4.5rem;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}

.p-case-detail__result-item h3 {
  font-weight: 700;
  font-size: 0.951875rem;
  width: 8.9375rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.125rem;
  padding-bottom: 0.25rem;
  color: #fff;
  -webkit-transform: translateY(-13px);
          transform: translateY(-13px);
  border-radius: 13px;
}
@media screen and (min-width: 768px) {
  .p-case-detail__result-item h3 {
    font-size: 1.0625rem;
    width: 10rem;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.p-case-detail__result-item:nth-child(1) h3 {
  background-color: #757575;
}

.p-case-detail__result-item:nth-child(2) h3 {
  background-color: #25aeaf;
}

.p-case-detail__result-item img {
  margin-top: 0.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-case-detail__result-item img {
    margin-top: 0.9375rem;
  }
}

.p-case-detail__result-item:nth-child(1) img {
  width: 9.1875rem;
}
@media screen and (min-width: 768px) {
  .p-case-detail__result-item:nth-child(1) img {
    width: 10.3125rem;
  }
}

.p-case-detail__result-item:nth-child(2) img {
  width: 9.875rem;
}
@media screen and (min-width: 768px) {
  .p-case-detail__result-item:nth-child(2) img {
    width: 10.9375rem;
  }
}

.p-case-detail__result-item nav {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-case-detail__result-item nav {
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-case-detail__result-item:nth-child(1) nav {
    margin-top: 2.3125rem;
  }
}

.p-case-detail__result-item li {
  font-weight: 700;
  font-size: 0.84375rem;
}
@media screen and (min-width: 768px) {
  .p-case-detail__result-item li {
    font-size: 0.9375rem;
  }
}

.p-case-detail__result-item li + li {
  margin-top: 0.3125rem;
}

/* p-case-detail__topics
-----------------------------------------------------*/
@media screen and (min-width: 768px) {
  .p-case-detail__topics-anchor {
    
  }
}

.p-case-detail__topics-anchor .item{
	border-top: 1px solid rgba(222, 222, 222, .3);
}
.p-case-detail__topics-anchor .item:last-child{
	border-bottom: 1px solid rgba(222, 222, 222, .3);
}
.p-case-detail__topics-anchor a {
	display: block;
	padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-case-detail__topics-anchor a {
	display: block;
	padding: 1rem 0;
  }
}

.p-case-detail__topics-anchor a:hover {
  color: rgba(37, 174, 175, .8);
}

.p-case-detail__topics-anchor .content{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 0 1.5rem;
}
.p-case-detail__topics-anchor .head{
	flex-shrink: 0;
	font-size: 1rem;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.p-case-detail__topics-anchor .head{
	flex-shrink: 0;
	font-size: 1.5rem;
	font-weight: 700;
}
}
.p-case-detail__topics-anchor .head span {
  font-size: 0.5325rem;
}
@media screen and (min-width: 768px) {
  .p-case-detail__topics-anchor .head span {
    font-size: 0.75rem;
  }
}
.p-case-detail__topics-anchor .ttl{
	font-size: 0.875rem;
	font-weight: 700;
	width: 100%;
  padding: 0.2em 0 0 0;
}
@media screen and (min-width: 768px) {
	.p-case-detail__topics-anchor .ttl{
	font-size: 1.25rem;
	font-weight: 700;
	width: 100%;
  padding: 0.2em 0 0 0;
}
}

/* 大見出しブロック
--------------------------*/
.p-case-detail__topics-block {
  /*margin-top: 3.75rem;*/
  margin-top: 6.25rem;
}

.p-case-detail__topics-block nav + nav {
  margin-top: 4.375rem;
}

.p-case-detail__topics-block h2 {
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 28px;
  /*text-align: center;*/
}
@media screen and (min-width: 768px) {
  .p-case-detail__topics-block h2 {
    font-size: 1.4375rem;
  }
}

/* 中見出しブロック
--------------------------*/
.p-case-detail__topics-block .block {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-case-detail__topics-block .block {
    /*margin-top: 3.125rem;*/
	margin-top: 6.25rem;
  }
}

.p-case-detail__topics-block .item + .item {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-case-detail__topics-block .item + .item {
    margin-top: 2.5rem;
  }
}

.p-case-detail__topics-block .block .item p {
  font-size: 0.75rem;
  line-height: 1.8;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-case-detail__topics-block .block .item p {
    font-size: 0.9375rem;
	margin-top: 0;
  }
}

  .p-case-detail__topics-block .block .item {
    padding: 0;
  }

  .p-case-detail__topics-block .block .item h1,
  .p-case-detail__topics-block .block .item h2,
  .p-case-detail__topics-block .block .item h3,
  .p-case-detail__topics-block .block .item h4,
  .p-case-detail__topics-block .block .item h5,
  .p-case-detail__topics-block .block .item h6 {
    font-size: 0.9375rem;
    line-height: 1.4;
	margin-bottom: 1rem;
  }
.p-case-detail__topics-block .block .item * + h1,
.p-case-detail__topics-block .block .item * + h2,
.p-case-detail__topics-block .block .item * + h3,
.p-case-detail__topics-block .block .item * + h4,
.p-case-detail__topics-block .block .item * + h5,
.p-case-detail__topics-block .block .item * + h6 {
  /*margin-top: 0.625rem;*/
  margin-top: 1rem;
}
  .p-case-detail__topics-block .block .item * + figure,
  .p-case-detail__topics-block .block .item * + img,
  .p-case-detail__topics-block .block .item * + .wp-block-image,
  .p-case-detail__topics-block .block .item * + .wp-block-embed,
  .p-case-detail__topics-block .block .item * + .wp-block-columns {
    margin-top: 0.625rem;
  }
  .p-case-detail__topics-block .block .item img + img,
  .p-case-detail__topics-block .block .item figure + img,
  .p-case-detail__topics-block .block .item img + figure,
  .p-case-detail__topics-block .block .item figure + figure {
    margin-top: 0.625rem;
  }
  .p-case-detail__topics-block .block .item blockquote {
      background: #F4F8F9;
	      font-size: 0.75rem;
  line-height: 1.8;
  border-radius: 0.5rem;
  padding: 1.5em 2em;
   margin: 1em 0;
  }
  .p-case-detail__topics-block .block .item .size-full {
    width: 100%;
  }
  .p-case-detail__topics-block .block .item .aligncenter{
	margin-top: 0.5em;
  }
  .p-case-detail__topics-block .block .item .aligncenter img {
    width: 100%;
    height: auto;
  }
  .p-case-detail__topics-block .block .item .alignright {
    width: 100%;
    float: none;
    margin-left: 0;
	margin-top: 0.5em;
  }
  .p-case-detail__topics-block .block .item .alignright img {
    width: 100%;
    height: auto;
  }
  .p-case-detail__topics-block .block .item .alignleft {
    width: 100%;
    float: none;
    margin-right: 0;
	margin-top: 0.5em;
  }
  .p-case-detail__topics-block .block .item .alignleft img {
    width: 100%;
    height: auto;
  }
  .p-case-detail__topics-block .block .item img,
.p-case-detail__topics-block .block .item img[class*=wp-image-],
.p-case-detail__topics-block .block .item img[class*=attachment-] {
  width: auto;
  height: auto;
  max-width: 100%;
}
.p-case-detail__topics-block .block .item figcaption {
  display: block !important;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}
.p-case-detail__topics-block .block .item ul {
  list-style: none;
  margin: 1em 0;
}
.p-case-detail__topics-block .block .item ul li {
  position: relative;
      font-size: 0.75rem;
  line-height: 1.8;
  padding: 0 0 0 1em;
  word-break: normal;
}
.p-case-detail__topics-block .block .item ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-case-detail__topics-block .block .item ol {
  counter-reset: item;
  list-style-type: none;
   margin: 1em 0;
}
.p-case-detail__topics-block .block .item ol li {
  position: relative;
  padding-left: 1em;
      font-size: 0.75rem;
  line-height: 1.8;
  word-break: normal;
}
.p-case-detail__topics-block .block .item ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
}

  @media screen and (min-width: 768px) {
.p-case-detail__topics-block .block .item h1,
.p-case-detail__topics-block .block .item h2,
.p-case-detail__topics-block .block .item h3,
.p-case-detail__topics-block .block .item h4,
.p-case-detail__topics-block .block .item h5,
.p-case-detail__topics-block .block .item h6 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 600;
  /*margin-bottom:0.625rem;*/
  margin-bottom: 1.625rem;
}
.p-case-detail__topics-block .block .item * + h1,
.p-case-detail__topics-block .block .item * + h2,
.p-case-detail__topics-block .block .item * + h3,
.p-case-detail__topics-block .block .item * + h4,
.p-case-detail__topics-block .block .item * + h5,
.p-case-detail__topics-block .block .item * + h6 {
  /*margin-top: 0.625rem;*/
  margin-top: 1.625rem;
}
  .p-case-detail__topics-block .block .item * + figure,
  .p-case-detail__topics-block .block .item * + img,
  .p-case-detail__topics-block .block .item * + .wp-block-image,
  .p-case-detail__topics-block .block .item * + .wp-block-embed,
  .p-case-detail__topics-block .block .item * + .wp-block-columns {
    margin-top: 0.625rem;
  }
  .p-case-detail__topics-block .block .item img + img,
  .p-case-detail__topics-block .block .item figure + img,
  .p-case-detail__topics-block .block .item img + figure,
  .p-case-detail__topics-block .block .item figure + figure {
    margin-top: 0.625rem;
  }

.p-case-detail__topics-block .block .item p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.2;
  word-break: normal;
}
.p-case-detail__topics-block .block .item strong {
  font-weight: bold;
}
.p-case-detail__topics-block .block .item em {
  font-style: italic;
}
.p-case-detail__topics-block .block .item blockquote {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
.p-case-detail__topics-block .block .item a {
  position: relative;
  display: inline;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-case-detail__topics-block .block .item a:hover {
    text-decoration: none;
  }
}
.p-case-detail__topics-block .block .item .wp-block-embed {
  max-width: 400px;
}
.p-case-detail__topics-block .block .item .wp-block-embed iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 6/3.5;
}
.p-case-detail__topics-block .block .item .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 0;
}
.p-case-detail__topics-block .block .item .alignright {
  float: right;
  width: 48%;
  margin-left: 2%;
  margin-top: 0;
}
.p-case-detail__topics-block .block .item .alignleft {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-top: 0;
}
.p-case-detail__topics-block .block .item ul li {
  font-size: 16px;
  font-size: 1rem;
}
.p-case-detail__topics-block .block .item ol li {
  font-size: 16px;
  font-size: 1rem;
}

}

.p-case-detail__topics-flex {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-case-detail__topics-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
  }
}

.p-case-detail__topics-flex img {
  width: 100%;
  aspect-ratio: 317/235;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-case-detail__topics-flex img {
    width: 24.0625rem;
    aspect-ratio: 385/285;
  }
}

@media screen and (min-width: 768px) {
  .p-case-detail__topics-flex p {
    margin-top: 0 !important;
  }
}

/* p-case-detail__sponsor
-----------------------------------------------------*/
.p-case-detail__sponsor {
  margin-top: 4.375rem;
}

.p-case-detail__sponsor-content {
  padding: 1.875rem 1.0625rem 2.5rem;
  background-color: #F4F8F9;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-case-detail__sponsor-content {
    padding: 1.875rem;
    border-radius: 8px;
  }
}

.p-case-detail__sponsor h3 {
  font-weight: 700;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-case-detail__sponsor h3 {
    font-size: 1.0625rem;
  }
}

.p-case-detail__sponsor-flex {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-case-detail__sponsor-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.875rem;
  }
}

.p-case-detail__sponsor-flex img {
  width: 100%;
  aspect-ratio: 275/185;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-case-detail__sponsor-flex img {
    width: 14.375rem;
    aspect-ratio: 230/153;
  }
}

.p-case-detail__sponsor-flex nav {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-case-detail__sponsor-flex nav {
    margin-top: 0;
    margin-left: 1.75rem;
  }
}

.p-case-detail__sponsor-flex nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-case-detail__sponsor-flex nav ul + ul {
  margin-top: 0.5rem;
}

.p-case-detail__sponsor-flex nav ul li {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-case-detail__sponsor-flex nav ul li {
    font-size: 0.8125rem;
  }
}

.p-case-detail__sponsor-flex nav ul li:nth-child(1) {
  width: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-case-detail__sponsor-flex nav ul li:nth-child(1) {
    width: 5rem;
  }
}

.p-case-detail__sponsor-flex nav ul li:nth-child(2) {
  width: calc(100% - 4.375rem);
}
@media screen and (min-width: 768px) {
  .p-case-detail__sponsor-flex nav ul li:nth-child(2) {
    width: calc(100% - 5rem);
  }
}

/* p-case-detail__relate
-----------------------------------------------------*/
.p-case-detail__relate {
  margin-top: 5rem;
  margin-bottom: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-case-detail__relate {
    margin-bottom: 4.375rem;
  }
}

.p-case-detail__relate h3 {
  font-weight: 700;
  font-size: 0.9375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-case-detail__relate h3 {
    font-size: 1.4375rem;
  }
}

.p-case-detail__relate .p-case-list__items {
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-case-detail__relate .p-case-list__items {
    margin-top: 2.5rem;
  }
}

.p-case-fv {
  padding-top: 5.3125rem;
  padding-bottom: 3rem;
  background-color: #e4f7f7;
}
@media screen and (min-width: 768px) {
  .p-case-fv {
    padding-top: 7.1875rem;
    padding-bottom: 3.4375rem;
  }
}

/* p-case-swiper
-----------------------------------------------------*/
.p-case-swiper__wrap {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-case-swiper .swiper-wrapper {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.p-case-swiper .swiper-slide {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-case-swiper .swiper-slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-shadow: 0px 0 20px rgba(37, 174, 175, .2);
            box-shadow: 0px 0 20px rgba(37, 174, 175, .2);
  }
}

.p-case-swiper .p-case-swiper__img {
  height: 100%;
  border-radius: 8.5px 8.5px 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-case-swiper .p-case-swiper__img {
    border-radius: 8.5px 0 0 8.5px;
  }
}

.p-case-swiper .p-case-swiper__img img {
  aspect-ratio: 258/135;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8.5px 8.5px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-case-swiper .p-case-swiper__img img {
    height: inherit;
    aspect-ratio: 440/230;
    border-radius: 8.5px 0 0 8.5px;
  }
}

.p-case-swiper .swiper-slide:hover img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}

.p-case-swiper__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 0.625rem 0.8125rem;
  background-color: #fff;
  border-radius: 0 0 8.5px 8.5px;
}
@media screen and (min-width: 768px) {
  .p-case-swiper__body {
    padding: 1.375rem 1.25rem 1.0625rem 1.5625rem;
    border-radius: 0 8.5px 8.5px 0;
  }
}

.p-case-swiper__body-text h2 {
  font-weight: 700;
  font-size: 0.840625rem;
  line-height: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px) {
  .p-case-swiper__body-text h2 {
    font-size: 1.375rem;
    line-height: 35px;
  }
}

.p-case-swiper__body-text p {
  font-weight: 700;
  font-size: 0.673125rem;
  margin-top: 0.3125rem;
  color: #25aeaf;
  line-height: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 768px) {
  .p-case-swiper__body-text p {
    font-size: 1.09875rem;
    margin-top: 0.625rem;
    line-height: 35px;
  }
}

.p-case-swiper__body-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-case-swiper__body-category {
    margin-top: 0;
  }
}

.p-case-swiper__body-category p {
  font-weight: 700;
  font-size: 0.46875rem;
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
  background-color: rgba(222, 222, 222, .3);
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .p-case-swiper__body-category p {
    font-size: 0.59375rem;
    padding: 0.3125rem 0.625rem;
  }
}

/* 前後ボタン
--------------------------*/
.p-case-swiper .swiper-button-prev,
.p-case-swiper .swiper-button-next {
  width: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-case-swiper .swiper-button-prev,
  .p-case-swiper .swiper-button-next {
    width: 1.125rem;
  }
}

.p-case-swiper .swiper-button-prev {
  left: 7vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .p-case-swiper .swiper-button-prev {
    left: 9.8vw;
  }
}
@media screen and (min-width: 1500px) {
  .p-case-swiper .swiper-button-prev {
    left: 10.5vw;
  }
}
@media screen and (min-width: 1900px) {
  .p-case-swiper .swiper-button-prev {
    left: 11vw;
  }
}

.p-case-swiper .swiper-button-next {
  right: 7vw;
}
@media screen and (min-width: 768px) {
  .p-case-swiper .swiper-button-next {
    right: 9.8vw;
  }
}
@media screen and (min-width: 1500px) {
  .p-case-swiper .swiper-button-next {
    right: 10.5vw;
  }
}
@media screen and (min-width: 1900px) {
  .p-case-swiper .swiper-button-next {
    right: 11vw;
  }
}

/* ページネーション
--------------------------*/
.p-case-swiper__wrap .swiper-pagination {
  bottom: -1.875rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-case-swiper__wrap .swiper-pagination {
    bottom: -1.5625rem;
  }
}

.p-case-swiper__wrap .swiper-pagination-bullet {
  width: 0.4375rem;
  height: 0.4375rem;
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
  background-color: #DEDEDE;
  opacity: 1;
}

.p-case-swiper__wrap .swiper-pagination-bullet-active {
  background-color: #25aeaf;
}

.p-case-fv__btn {
  margin-top: 4.375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-case-fv__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 4.0625rem;
  }
}

.p-case-fv__btn .c-btn a {
  width: 16.125rem;
  font-size: 1.0625rem;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  border-radius: 23px;
}
@media screen and (min-width: 768px) {
  .p-case-fv__btn .c-btn a {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

.p-case-fv__btn .c-btn + .c-btn {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-case-fv__btn .c-btn + .c-btn {
    margin-top: 0;
    margin-left: 0.9375rem;
  }
}

/* p-case-search
-----------------------------------------------------*/
.p-case-search {
  padding-top: 2rem;
  padding-bottom: 2.8125rem;
  -webkit-box-shadow: 0px 0 20px rgba(37, 174, 175, .2);
          box-shadow: 0px 0 20px rgba(37, 174, 175, .2);
}
@media screen and (min-width: 768px) {
  .p-case-search {
    padding-top: 3.625rem;
    padding-bottom: 3.625rem;
  }
}

.p-case-search h2 {
  font-weight: 700;
  font-size: 1.1875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-case-search h2 {
    font-size: 1.31375rem;
  }
}

.p-case-search__items {
  margin-top: 0.75rem;
}

.p-case-search__item {
  padding-bottom: 1.25rem;
  border-bottom: 2px solid rgba(37, 174, 175, .1);
}
@media screen and (min-width: 768px) {
  .p-case-search__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1.875rem;
  }
}

.p-case-search__item h3 {
  font-weight: 700;
  font-size: 1.07rem;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-case-search__item h3 {
    width: 13.125rem;
    font-size: 1.25rem;
    margin-top: -0.3125rem;
    padding-top: 1.625rem;
  }
}

.p-case-search__item-input {
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-case-search__item-input {
    width: calc(100% - 13.125rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
  }
}

.p-case-search__item-input label {
  display: inline-block;
  padding-top: 1rem;
  margin-right: 1.5625rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-case-search__item-input label {
    padding-top: 1.625rem;
  }
}

.p-case-search__item--service label {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-case-search__item--service label {
    display: inline-block;
  }
}

.p-case-search__item-input p {
  position: relative;
  display: inline-block;
  font-size: 0.84375rem;
  padding-left: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-case-search__item-input p {
    font-size: 0.985625rem;
    padding-left: 2rem;
  }
}

.p-case-search__item-input p::before {
  position: absolute;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_check-off.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-case-search__item-input p::before {
    width: 1.3125rem;
    height: 1.3125rem;
  }
}

.p-case-search__item-input input:checked + p::before {
  background: url(../images/icon_check-on.svg) no-repeat center center/contain;
}

.p-case-search__btn {
  margin-top: 2.1875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-case-search__btn {
    margin-top: 2.625rem;
  }
}

.p-case-search__btn button {
  display: inline-block;
  font-weight: 700;
  font-size: 1.31375rem;
  width: 18.75rem;
  color: #fff;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  background-color: #25aeaf;
  border-radius: 5px;
}

/* p-case-list
-----------------------------------------------------*/
.p-case-list {
  margin-top: 4.6875rem;
  margin-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-case-list {
    margin-top: 6.875rem;
    margin-bottom: 3.125rem;
  }
}

.p-case-list__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-case-list__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 4.5rem 0.875rem;
  }
}

.p-case-list__item-img {
  overflow: hidden;
}

.p-case-list__item-img img {
  width: 100%;
  aspect-ratio: 310/162;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-case-list__item-img img {
    width: 16.0625rem;
    aspect-ratio: 257/135;
  }
}

.p-case-list__item:hover .p-case-list__item-img img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}

.p-case-list__item-box {
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-case-list__item-box {
    padding-top: 1.25rem;
  }
}

.p-case-list__item-text h2 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px) {
  .p-case-list__item-text h2 {
    font-size: 1.041875rem;
    line-height: 25px;
  }
}

.p-case-list__item-text p {
  font-weight: 700;
  font-size: 0.9375rem;
  margin-top: 0.75rem;
  color: #25aeaf;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 768px) {
  .p-case-list__item-text p {
    font-size: 0.875rem;
    margin-top: 0.9375rem;
  }
}

.p-case-list__item-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-case-list__item-category {
    margin-top: 1.25rem;
  }
}

.p-case-list__item-category p {
  font-weight: 700;
  font-size: 0.831875rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.1875rem 0.625rem;
  background-color: rgba(222, 222, 222, .3);
  border-radius: 3px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-case-list__item-category p {
    font-size: 0.69rem;
    padding: 0.125rem 0.5rem;
    margin-right: 0.4375rem;
    margin-bottom: 0.4375rem;
  }
}

.p-contact-fv {
  padding-top: 5.3125rem;
  padding-bottom: 3.125rem;
  background-color: rgba(37, 174, 175, .1);
  -webkit-box-shadow: 0px 2.83px 5.67px rgba(37, 174, 175, .1);
          box-shadow: 0px 2.83px 5.67px rgba(37, 174, 175, .1);
}
@media screen and (min-width: 768px) {
  .p-contact-fv {
    padding-top: 6.5625rem;
    padding-bottom: 5rem;
  }
}

.p-contact-fv h2 {
  font-weight: 700;
  font-size: 1.375rem;
  color: #25aeaf;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact-fv h2 {
    font-size: 2rem;
  }
}

.p-contact-content {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-contact-content {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}

.p-contact-content__head {
  text-align: center;
}

.p-contact-content__head p:nth-child(1) {
  font-weight: 700;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-contact-content__head p:nth-child(1) {
    font-size: 1.125rem;
  }
}

.p-contact-content__head p:nth-child(2) {
  font-size: 0.625rem;
  margin-top: 1.25rem;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .p-contact-content__head p:nth-child(2) {
    font-size: 0.8125rem;
    line-height: 28px;
  }
}

/* contact form7
-----------------------------------------------------*/
.p-contact-items {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-items {
    margin-top: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-item--textarea {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-contact-item + .p-contact-item {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact-item + .p-contact-item {
    margin-top: 2.1875rem;
  }
}

.p-contact-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-contact-item__head {
    width: 15.4375rem;
  }
}

.p-contact-item__head label {
  font-weight: 700;
  font-size: 0.95rem;
}
@media screen and (min-width: 768px) {
  .p-contact-item__head label {
    font-size: 1.0625rem;
  }
}

.p-contact-item__head span {
  font-weight: 700;
  font-size: 0.6075rem;
  margin-left: 0.625rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  color: #fff;
  background-color: #FF7878;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .p-contact-item__head span {
    font-size: 0.679375rem;
    padding-bottom: 0.0625rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}

.p-contact-item__input {
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-contact-item__input {
    width: calc(100% - 15.4375rem);
    margin-top: 0;
  }
}

.p-contact-item--select .p-contact-item__input {
  position: relative;
}

.p-contact-item--select .p-contact-item__input::after {
  position: absolute;
  content: "";
  width: 0.8125rem;
  height: 0.4375rem;
  top: 50%;
  right: 0.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_select-gray.svg) no-repeat center center/contain;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-contact-item--select .p-contact-item__input::after {
    width: 0.9375rem;
    right: 0.625rem;
  }
}

.p-contact-item__input input,
.p-contact-item__input select,
.p-contact-item__input textarea {
  width: 100%;
  font-size: 0.726875rem;
  padding: 0.8125rem 1.25rem;
  color: #333;
  background-color: rgba(226, 226, 226, .3);
  line-height: 13.95px;
  border: none;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-contact-item__input input,
  .p-contact-item__input select,
  .p-contact-item__input textarea {
    font-size: 0.8125rem;
    padding-left: 1.125rem;
  }
}

.p-contact-item__input select,
.p-contact-item__input input::-webkit-input-placeholder,
.p-contact-item__input textarea::-webkit-input-placeholder {
  color: #666;
}

.p-contact-item__input select,
.p-contact-item__input input::-moz-placeholder,
.p-contact-item__input textarea::-moz-placeholder {
  color: #666;
}

.p-contact-item__input select,
.p-contact-item__input input::-ms-input-placeholder,
.p-contact-item__input textarea::-ms-input-placeholder {
  color: #666;
}

.p-contact-item__input select,
.p-contact-item__input input::placeholder,
.p-contact-item__input textarea::placeholder {
  color: #666;
}

.p-contact-item__input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-contact-item__input textarea {
  height: 7.0625rem;
  resize: none;
}
@media screen and (min-width: 768px) {
  .p-contact-item__input textarea {
    height: 7.8125rem;
  }
}

.p-contact-item__input p {
  font-size: 0.503125rem;
  margin-top: 0.5rem;
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact-item__input p {
    font-size: 0.5625rem;
    margin-top: 0.5625rem;
    margin-left: 0.9375rem;
  }
}

.p-contact-btn {
  position: relative;
  margin-top: 2.375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact-btn {
    margin-top: 3rem;
  }
}

.p-contact-btn input {
  display: inline-block;
  width: 19.375rem;
  font-weight: 700;
  font-size: 1.175rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  color: #fff;
  background-color: #ff9619;
  border: none;
  border-radius: 28px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-contact-btn input {
    width: 24.0625rem;
    font-size: 1.31375rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 31px;
  }
}

.p-contact-btn input:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.wpcf7-spinner {
  position: absolute;
  right: -2.6875rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-spinner {
    right: 9.375rem;
  }
}

/* サンクスページ
-----------------------------------------------------*/
@media screen and (min-width: 768px) {
  .p-contact--thanks .p-contact-content {
    padding-top: 5rem;
  }
}

.p-contact-thanks__head {
  text-align: center;
}

.p-contact-thanks__head h3 {
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks__head h3 {
    font-size: 1.6875rem;
  }
}

.p-contact-thanks__head p {
  font-size: 0.625rem;
  margin-top: 2.8125rem;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks__head p {
    font-size: 0.875rem;
    margin-top: 4.375rem;
    line-height: 28px;
  }
}

.p-drawer {
  pointer-events: initial;
}
@media screen and (min-width: 768px) {
  .p-drawer {
    display: none;
  }
}

.p-drawer-inner {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  opacity: 0;
  z-index: 7777;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.p-drawer-inner.is-open {
  opacity: 1;
}

.p-drawer-inner.is-open {
  pointer-events: initial;
}

.p-drawer nav {
  margin-top: 5rem;
}

.p-drawer nav ul:nth-child(1) a {
  display: block;
  font-weight: 700;
  font-size: 1.125rem;
  padding: 0.9375rem 3.75rem;
}

.p-drawer nav ul:nth-child(1) li:nth-child(2) a {
  padding-top: 1.5625rem;
}

.p-drawer-sub__menu {
  margin-left: 1.5625rem;
}

.p-drawer-sub__menu a {
  font-weight: 400 !important;
  font-size: 0.9375rem !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.3125rem !important;
}

.p-drawer-btn {
  margin-top: 1.875rem;
  text-align: center;
}

.p-drawer-btn .c-btn a {
  width: calc(100% - 6.25rem);
  font-weight: 700;
  font-size: 1rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-radius: 50px;
}

.p-drawer-btn .c-btn--orange {
  margin-top: 0.9375rem;
}

.p-drawer__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  z-index: 3000;
}

/* ハンバーガーメニュー
-----------------------------------------------------*/
.p-drawer-hamburger {
  position: fixed;
  width: 1rem;
  height: 0.625rem;
  top: 1.5rem;
  right: 0.75rem;
  cursor: pointer;
  z-index: 9999;
}

.p-drawer-hamburger span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 1.5px;
  right: 0;
  background-color: #505050;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.p-drawer-hamburger span:nth-of-type(1) {
  top: 0;
}

.p-drawer-hamburger span:nth-of-type(2) {
  top: 0.3125rem;
}

.p-drawer-hamburger span:nth-of-type(3) {
  top: 0.625rem;
}

/* クリック時
------------------------------------*/
.p-drawer-hamburger.is-open span:nth-of-type(1) {
  top: 0;
  left: 1px;
  -webkit-transform: translateY(6px) rotate(-135deg);
          transform: translateY(6px) rotate(-135deg);
  width: 80%;
}

.p-drawer-hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.p-drawer-hamburger.is-open span:nth-of-type(3) {
  top: 12px;
  left: 2px;
  -webkit-transform: translateY(-6px) rotate(135deg);
          transform: translateY(-6px) rotate(135deg);
  width: 80%;
}

.p-feature-item {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-feature-item {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}

.p-feature-item:nth-child(2n-1) {
  background-color: #F4F8F9;
}

.p-feature-item__movie {
  width: 100%;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-feature-item__movie {
    width: 50rem;
    margin-top: 2.5rem;
  }
}

.p-feature-item__movie video,
.p-feature-item__movie iframe {
  width: 19.8125rem;
  height: 11.125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-feature-item__movie video,
  .p-feature-item__movie iframe {
    width: 50rem;
    height: 28.125rem;
  }
}

.p-feature-item__note {
  font-weight: 500;
  font-size: 0.625rem;
  margin-top: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-feature-item__note {
    font-size: 0.78125rem;
    margin-top: 1.25rem;
  }
}

.p-feature-item__text {
  font-weight: 500;
  font-size: 0.78125rem;
  margin-top: 1.875rem;
  line-height: 25px;
  letter-spacing: -1.2px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-feature-item__text {
    font-size: 1.101875rem;
    margin-top: 2.5rem;
    line-height: 37px;
  }
}

.p-feature-item__head {
  font-weight: 500;
  font-size: 0.78125rem;
  margin-top: 1.875rem;
  line-height: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-feature-item__head {
    font-size: 1.101875rem;
    margin-top: 2.5rem;
  }
}

/* p-feature--top
-----------------------------------------------------*/
@media screen and (min-width: 768px) {
  .p-feature--top .p-feature-item:nth-child(2) .p-feature-item__text {
    letter-spacing: -1.8px;
  }
}
.p-feature--top .p-feature-item:nth-child(3) .p-feature-item__text {
  letter-spacing: -1.2px;
}
.p-feature--top .p-feature-item__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.46875rem 0.4375rem;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-feature--top .p-feature-item__grid {
    max-width: calc(50rem + 50px);
    gap: 3.125rem 2.8125rem;
    margin-top: 2.8125rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-feature--top .p-feature-item__box {
  padding-top: 1.875rem;
  padding-bottom: 1.5625rem;
  background-color: rgba(37, 174, 175, .05);
  border-radius: 7px;
}
.p-feature--top .p-feature-item__box img {
  margin-left: auto;
  margin-right: auto;
}
.p-feature--top .p-feature-item__box:nth-child(1) img {
  width: 6.25rem;
  margin-bottom: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-feature--top .p-feature-item__box:nth-child(1) img {
    width: 12.5rem;
    margin-bottom: 2.8125rem;
  }
}
.p-feature--top .p-feature-item__box:nth-child(2) img {
  width: 5.4375rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-feature--top .p-feature-item__box:nth-child(2) img {
    width: 10.75rem;
    margin-bottom: 2.5rem;
  }
}
.p-feature--top .p-feature-item__box:nth-child(3) img {
  width: 5.875rem;
  margin-bottom: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-feature--top .p-feature-item__box:nth-child(3) img {
    width: 12.1875rem;
    margin-bottom: 3.125rem;
  }
}
.p-feature--top .p-feature-item__box:nth-child(4) img {
  width: 5.8125rem;
  margin-bottom: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-feature--top .p-feature-item__box:nth-child(4) img {
    width: 12.5rem;
    margin-bottom: 2.9375rem;
  }
}
.p-feature--top .p-feature-item__box p {
  font-weight: 500;
  font-size: 0.589375rem;
  color: #25aeaf;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-feature--top .p-feature-item__box p {
    font-size: 1.101875rem;
  }
}
.p-feature--top .p-feature-item__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.875rem;
  padding: 1.4375rem 1.0625rem 1.125rem;
  background-color: #fff;
  border-radius: 7px;
}
@media screen and (min-width: 768px) {
  .p-feature--top .p-feature-item__flex {
    margin-top: 2.5rem;
    padding: 3.875rem 4.5rem;
  }
}
.p-feature--top .p-feature-item:nth-child(4) .p-feature-item__flex {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  background-color: rgba(37, 174, 175, .05);
}
@media screen and (min-width: 768px) {
  .p-feature--top .p-feature-item:nth-child(4) .p-feature-item__flex {
    padding: 2.3125rem 5.3125rem;
  }
}
.p-feature--top .p-feature-item__flex::after {
  position: absolute;
  content: "";
  width: 0.8125rem;
  height: 1.6875rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/icon_arrow05.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-feature--top .p-feature-item__flex::after {
    width: 2.0625rem;
    height: 4.1875rem;
  }
}
.p-feature--top .p-feature-item__flex img {
  width: 7rem;
}
@media screen and (min-width: 768px) {
  .p-feature--top .p-feature-item__flex img {
    width: 15rem;
  }
}
.p-feature--top .p-feature-item:nth-child(4) .p-feature-item__flex img:nth-child(1) {
  width: 6.125rem;
}
@media screen and (min-width: 768px) {
  .p-feature--top .p-feature-item:nth-child(4) .p-feature-item__flex img:nth-child(1) {
    width: 13.5625rem;
  }
}
.p-feature--top .p-feature-item:nth-child(4) .p-feature-item__flex img:nth-child(1) {
  width: 7.1875rem;
}
@media screen and (min-width: 768px) {
  .p-feature--top .p-feature-item:nth-child(4) .p-feature-item__flex img:nth-child(1) {
    width: 15.3125rem;
  }
}

/* p-feature--faq
-----------------------------------------------------*/
.p-feature--faq .p-feature-item__img p {
  font-weight: 500;
  font-size: 0.6875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-feature--faq .p-feature-item__img p {
    font-size: 1.25rem;
  }
}
.p-feature--faq .p-feature-item__bottom {
  font-size: 0.625rem;
  margin-top: 1.25rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-feature--faq .p-feature-item__bottom {
    font-size: 0.8125rem;
    margin-top: 1.875rem;
  }
}
.p-feature--faq .p-feature-item:nth-child(2) .c-title span {
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-feature--faq .p-feature-item:nth-child(2) .c-title span {
    font-size: 1.0625rem;
  }
}
.p-feature--faq .p-feature-item:nth-child(2) .p-feature-item__img {
  margin-top: 2.5rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background-color: #F4F8F9;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-feature--faq .p-feature-item:nth-child(2) .p-feature-item__img {
    margin-top: 3.75rem;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    border-radius: 9px;
  }
}
.p-feature--faq .p-feature-item:nth-child(2) .p-feature-item__img img {
  width: 18.75rem;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-feature--faq .p-feature-item:nth-child(2) .p-feature-item__img img {
    width: 39.0625rem;
    margin-top: 3.125rem;
  }
}
.p-feature--faq .p-feature-item:nth-child(3) .p-feature-item__text {
  letter-spacing: -1.2px;
}
.p-feature--faq .p-feature-item:nth-child(3) .p-feature-item__img {
  margin-top: 2.5rem;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  background-color: #fff;
  border-radius: 7px;
}
@media screen and (min-width: 768px) {
  .p-feature--faq .p-feature-item:nth-child(3) .p-feature-item__img {
    margin-top: 3.75rem;
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }
}
.p-feature--faq .p-feature-item:nth-child(3) .p-feature-item__img img {
  width: 18.3125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-feature--faq .p-feature-item:nth-child(3) .p-feature-item__img img {
    width: 44.0625rem;
  }
}
.p-feature--faq .p-feature-item:nth-child(4) .p-feature-item__flex {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature--faq .p-feature-item:nth-child(4) .p-feature-item__flex {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-feature--faq .p-feature-item:nth-child(4) .p-feature-item__flex {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9375rem;
    margin-top: 3.125rem;
  }
}
.p-feature--faq .p-feature-item:nth-child(4) .p-feature-item__box {
  height: 32.0625rem;
  padding: 2.3125rem 1.25rem 1.5625rem;
  border: 3px solid #25aeaf;
  border-radius: 11px;
}
.p-feature--faq .p-feature-item:nth-child(4) .p-feature-item__box img {
  width: 7.0625rem;
  margin-left: auto;
  margin-right: auto;
}
.p-feature--faq .p-feature-item:nth-child(4) .p-feature-item__box-text p:nth-child(1) {
  font-weight: 700;
  font-size: 1.375rem;
  margin-top: 1.375rem;
  text-align: center;
}
.p-feature--faq .p-feature-item:nth-child(4) .p-feature-item__box-text p:nth-child(2) {
  font-size: 0.875rem;
  margin-top: 1.375rem;
  line-height: 24px;
}
.p-feature--faq .p-feature-item:nth-child(5) .p-feature-item__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-feature--faq .p-feature-item:nth-child(5) .p-feature-item__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem 1.25rem;
    margin-top: 3.125rem;
  }
}
.p-feature--faq .p-feature-item:nth-child(5) .p-feature-item__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 19.1875rem;
  padding: 1.5625rem;
  background-color: #fff;
  border-radius: 7px;
}
@media screen and (min-width: 768px) {
  .p-feature--faq .p-feature-item:nth-child(5) .p-feature-item__box {
    padding: 1.875rem;
    height: 23.5625rem;
  }
}
.p-feature--faq .p-feature-item:nth-child(5) .p-feature-item__box-head p:nth-child(1) {
  font-weight: 700;
  font-size: 1.22125rem;
  color: #25aeaf;
}
@media screen and (min-width: 768px) {
  .p-feature--faq .p-feature-item:nth-child(5) .p-feature-item__box-head p:nth-child(1) {
    font-size: 1.5rem;
  }
}
.p-feature--faq .p-feature-item:nth-child(5) .p-feature-item__box-head p:nth-child(2) {
  font-size: 0.763125rem;
  margin-top: 1.25rem;
  line-height: 21px;
}
@media screen and (min-width: 768px) {
  .p-feature--faq .p-feature-item:nth-child(5) .p-feature-item__box-head p:nth-child(2) {
    font-size: 0.9375rem;
    margin-top: 1.6875rem;
    line-height: 26px;
  }
}
.p-feature--faq .p-feature-item:nth-child(5) .p-feature-item__box-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-feature--faq .p-feature-item:nth-child(5) .p-feature-item__box-bottom a {
  position: relative;
  display: inline-block;
  width: 6.375rem;
  font-weight: 700;
  font-size: 0.865rem;
  padding-bottom: 0.5rem;
  padding-left: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-feature--faq .p-feature-item:nth-child(5) .p-feature-item__box-bottom a {
    width: 7.8125rem;
    font-size: 1.0625rem;
  }
}
.p-feature--faq .p-feature-item:nth-child(5) .p-feature-item__box-bottom a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  left: 0;
  background-color: #333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-feature--faq .p-feature-item:nth-child(5) .p-feature-item__box-bottom a::after {
  position: absolute;
  content: "";
  width: 0.375rem;
  height: 0.75rem;
  top: 40%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_arrow-black.svg) no-repeat center center/contain;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-feature--faq .p-feature-item:nth-child(5) .p-feature-item__box-bottom a:hover::before {
  width: calc(100% + 0.3125rem);
}
.p-feature--faq .p-feature-item:nth-child(5) .p-feature-item__box-bottom a:hover::after {
  right: -0.3125rem;
}
.p-feature--faq .p-feature-item:nth-child(5) .p-feature-item__box:nth-child(1) img {
  width: 8.125rem;
}
@media screen and (min-width: 768px) {
  .p-feature--faq .p-feature-item:nth-child(5) .p-feature-item__box:nth-child(1) img {
    width: 9.875rem;
  }
}
.p-feature--faq .p-feature-item:nth-child(5) .p-feature-item__box:nth-child(2) img {
  width: 7.6875rem;
}
@media screen and (min-width: 768px) {
  .p-feature--faq .p-feature-item:nth-child(5) .p-feature-item__box:nth-child(2) img {
    width: 9.5rem;
  }
}
.p-feature--faq .p-feature-item:nth-child(5) .p-feature-item__box:nth-child(3) img {
  width: 6.5625rem;
}
@media screen and (min-width: 768px) {
  .p-feature--faq .p-feature-item:nth-child(5) .p-feature-item__box:nth-child(3) img {
    width: 8.125rem;
  }
}
.p-feature--faq .p-feature-item:nth-child(5) .p-feature-item__box:nth-child(4) img {
  width: 5.9375rem;
}
@media screen and (min-width: 768px) {
  .p-feature--faq .p-feature-item:nth-child(5) .p-feature-item__box:nth-child(4) img {
    width: 7.375rem;
  }
}

/* p-feature--mail
-----------------------------------------------------*/
@media screen and (max-width: 767px) {
  .p-feature--mail .l-inner {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
}
.p-feature--mail .p-feature-item:nth-child(2) .p-feature-item__flex {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature--mail .p-feature-item:nth-child(2) .p-feature-item__flex {
    padding-left: 2.6875rem;
    padding-right: 2.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-feature--mail .p-feature-item:nth-child(2) .p-feature-item__flex {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9375rem;
    margin-top: 3.125rem;
  }
}
.p-feature--mail .p-feature-item:nth-child(2) .p-feature-item__box {
  height: 32.0625rem;
  padding: 2.3125rem 1.25rem 1.5625rem;
  background-color: #fff;
  border: 3px solid #25aeaf;
  border-radius: 11px;
}
.p-feature--mail .p-feature-item:nth-child(2) .p-feature-item__box img {
  width: 7.0625rem;
  margin-left: auto;
  margin-right: auto;
}
.p-feature--mail .p-feature-item:nth-child(2) .p-feature-item__box-text p:nth-child(1) {
  font-weight: 700;
  font-size: 1.375rem;
  margin-top: 1.375rem;
  letter-spacing: -2.6px;
  text-align: center;
}
.p-feature--mail .p-feature-item:nth-child(2) .p-feature-item__box-text p:nth-child(2) {
  font-size: 0.875rem;
  margin-top: 1.375rem;
  line-height: 24px;
}
.p-feature--mail .p-feature-item:nth-child(3) .p-feature-item__text {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-feature--mail .p-feature-item:nth-child(3) .p-feature-item__text {
    margin-top: 2.5rem;
  }
}
.p-feature--mail .p-feature-item:nth-child(3) .p-feature-item__movie {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-feature--mail .p-feature-item:nth-child(3) .p-feature-item__movie {
    margin-top: 3.125rem;
  }
}

/* p-feature--chat
-----------------------------------------------------*/
.p-feature--chat .p-feature-item:nth-child(2) .c-title {
  letter-spacing: -2px;
}
.p-feature--chat .p-feature-item:nth-child(3) .p-feature-item__flex {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature--chat .p-feature-item:nth-child(3) .p-feature-item__flex {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-feature--chat .p-feature-item:nth-child(3) .p-feature-item__flex {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9375rem;
    margin-top: 3.125rem;
  }
}
.p-feature--chat .p-feature-item:nth-child(3) .p-feature-item__box {
  height: 32.0625rem;
  padding: 2.3125rem 1.25rem 1.5625rem;
  background-color: #fff;
  border: 3px solid #25aeaf;
  border-radius: 11px;
}
.p-feature--chat .p-feature-item:nth-child(3) .p-feature-item__box img {
  width: 7.0625rem;
  margin-left: auto;
  margin-right: auto;
}
.p-feature--chat .p-feature-item:nth-child(3) .p-feature-item__box-text p:nth-child(1) {
  font-weight: 700;
  font-size: 1.375rem;
  margin-top: 1.375rem;
  letter-spacing: -2.6px;
  text-align: center;
}
.p-feature--chat .p-feature-item:nth-child(3) .p-feature-item__box-text p:nth-child(2) {
  font-size: 0.875rem;
  margin-top: 1.375rem;
  line-height: 24px;
}
.p-feature--chat .p-feature-item__bottom {
  font-weight: 500;
  font-size: 0.78125rem;
  margin-top: 1.375rem;
  line-height: 25px;
  letter-spacing: -1.5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-feature--chat .p-feature-item__bottom {
    font-size: 1.101875rem;
    margin-top: 2.125rem;
    line-height: 37px;
  }
}

/* 詳細系
-----------------------------------------------------*/
.p-feature--detail .p-feature-item__img {
  width: 100%;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-feature--detail .p-feature-item__img {
    width: 38.75rem;
    height: 23.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.875rem;
    padding: 1.875rem;
    -webkit-box-shadow: 0px 0.85px 5.67px rgba(0, 0, 0, .16);
            box-shadow: 0px 0.85px 5.67px rgba(0, 0, 0, .16);
  }
}

@media screen and (min-width: 768px) {
  .p-feature--detail .p-feature-item__img--w800 {
    width: 50rem;
    height: 28.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-feature--detail .p-feature-item__img--w620 {
    width: 38.75rem;
    height: 23.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-feature--detail .p-feature-item__img--w620 img {
    height: 21.5625rem;
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
  }
}

.p-feature--detail .p-feature-item__img img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-feature--detail .p-feature-item__img img {
    width: auto;
  }
}

.p-feature--detail .p-feature-item:nth-child(2n-1) {
  background-color: #fff;
}

.p-feature--detail .p-feature-item:nth-child(2n) {
  background-color: #f4f8f9;
}

@media screen and (max-width: 767px) {
  .p-feature--detail .p-feature-item:nth-child(2n) .p-feature-item__img {
    padding: 2.1875rem 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-feature--detail .p-feature-item:nth-child(2n) .l-inner {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.p-footer {
  font-size: 0.8125rem;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  color: #fff;
  background-color: #333;
}
@media screen and (min-width: 768px) {
  .p-footer {
    font-size: 0.9375rem;
    padding-top: 3.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-footer h2 {
  width: 11.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-footer h2 {
    width: 16.25rem;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-footer-nav {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    text-align: left;
  }
}

.p-footer-nav ul + ul {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer-nav ul + ul {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-footer-nav ul:nth-child(2) {
    margin-left: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer-nav ul:nth-child(3) {
    margin-left: 9.375rem;
  }
}

.p-footer-nav ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.p-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #555;
}

.p-footer-bottom a + a {
  margin-left: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-footer-bottom a + a {
    margin-left: 4.875rem;
  }
}

.p-fv {
  padding-top: 5.3125rem;
  background-color: #e4f7f7;
}
@media screen and (min-width: 768px) {
  .p-fv {
    padding-top: 6.5625rem;
  }
}

.p-fv-head {
  text-align: center;
}

.p-fv-head p:nth-child(1) {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .p-fv-head p:nth-child(1) {
    font-size: 1rem;
    line-height: 27px;
  }
}

.p-fv-head p:nth-child(2) {
  font-weight: 900;
  font-size: 1.75rem;
  margin-top: 1.6875rem;
  line-height: 37px;
}
@media screen and (min-width: 768px) {
  .p-fv-head p:nth-child(2) {
    font-size: 2.25rem;
    margin-top: 1.125rem;
    line-height: 45px;
  }
}

.p-fv-head p:nth-child(3) {
  font-weight: 500;
  font-size: 0.78125rem;
  margin-top: 1.5625rem;
  line-height: 23px;
}
@media screen and (min-width: 768px) {
  .p-fv-head p:nth-child(3) {
    font-size: 0.875rem;
    margin-top: 1.875rem;
    line-height: 24px;
  }
}

.p-fv-movie {
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-fv-movie {
    margin-top: 1.875rem;
  }
}

.p-fv-movie video {
  width: 20.8125rem;
  height: 11.75rem;
}
@media screen and (min-width: 768px) {
  .p-fv-movie video {
    width: 44.375rem;
    height: 25rem;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3.4375rem;
  background-color: #e4f7f7;
  pointer-events: none;
  z-index: 8000;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 6.5rem;
  }
}

.p-header-inner {
  padding: 1.125rem 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.6875rem 2.1875rem;
  }
}

.p-header h1 {
  position: relative;
  width: 9.375rem;
  pointer-events: initial;
  z-index: 8000;
}
@media screen and (min-width: 768px) {
  .p-header h1 {
    width: 11.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header-link {
    pointer-events: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-header-link nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-header-link nav li + li {
    margin-left: 1.6875rem;
  }
  .p-header-link nav li a {
    position: relative;
    font-weight: bold;
    font-size: 0.9375rem;
  }
  .p-header-link nav li a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.09375rem;
    bottom: -0.21875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #25aeaf;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-header-link nav li a:hover::after {
    opacity: 1;
  }
  .p-header-link__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 1.6875rem;
  }
  .p-header-link__btn .c-btn + .c-btn {
    margin-left: 0.5625rem;
  }
  .p-header-link__sub {
    position: relative;
    padding-right: 1.375rem;
    cursor: pointer;
  }
  .p-header-link__sub::before {
    position: absolute;
    content: "";
    width: 0.8125rem;
    height: 0.4375rem;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../images/icon_header-arrow-black.svg) no-repeat center center/contain;
  }
  .p-header-link__sub a {
    display: block;
    width: calc(100% + 1.375rem);
  }
  .p-header-link__sub a::after {
    display: none;
  }
  .p-header-link__sub-menu {
    position: absolute;
    padding-top: 0.5rem;
    background-color: #e4f7f7;
    -webkit-box-shadow: 1.42px 1.42px 5.67px rgba(181, 181, 181, .4);
            box-shadow: 1.42px 1.42px 5.67px rgba(181, 181, 181, .4);
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
  }
  .p-header-link__sub-menu a {
    font-size: 0.9375rem;
    padding: 0.4375rem 0.75rem;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-header-link__sub-menu a:first-child {
    border-radius: 5px 5px 0 0;
  }
  .p-header-link__sub-menu a:last-child {
    border-radius: 0 0 5px 5px;
  }
  .p-header-link__sub:hover .p-header-link__sub-menu {
    opacity: 1;
    pointer-events: initial;
  }
  .p-header-link__sub-menu a:hover {
    background-color: #e4f7f7;
    -webkit-filter: initial;
            filter: initial;
  }
}
.p-news-detail {
  padding-bottom: 3.625rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail {
    padding-bottom: 5.3125rem;
  }
}

.p-news-detail__top {
  padding-top: 3.625rem;
  background-color: rgba(37, 174, 175, .1);
  -webkit-box-shadow: 0px 2.83px 5.67px rgba(37, 174, 175, .1);
          box-shadow: 0px 2.83px 5.67px rgba(37, 174, 175, .1);
}
@media screen and (min-width: 768px) {
  .p-news-detail__top {
    padding-top: 6.25rem;
  }
}

.p-news-detail__content {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content {
    margin-top: 6.25rem;
  }
}

.p-news-detail__head h2 {
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__head h2 {
    line-height: 48px;
  }
}

.p-news-detail__head img {
  width: 100%;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail__head img {
    width: 50rem;
  }
}

.p-news-detail__info {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail__info {
    margin-top: 1.75rem;
  }
}

.p-news-detail__info p:nth-child(1) {
  font-weight: 700;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail__info p:nth-child(1) {
    font-size: 0.9375rem;
  }
}

.p-news-detail__info p:nth-child(2) {
  display: inline-block;
  font-weight: 700;
  font-size: 0.674375rem;
  margin-top: 0.25rem;
  padding-bottom: 0.0625rem;
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
  background-color: rgba(37, 174, 175, .25);
  border-radius: 3px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news-detail__info p:nth-child(2) {
    font-size: 0.955rem;
    margin-top: 0.5rem;
    padding-left: 1.0625rem;
    padding-right: 1.0625rem;
  }
}

.p-news-detail__text {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail__text {
    margin-top: 2rem;
  }
}

.p-news-detail__text p {
  font-size: 0.75rem;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__text p {
    font-size: 0.9375rem;
  }
}

.p-news-detail__text h1,
.p-news-detail__text h2,
.p-news-detail__text h3,
.p-news-detail__text h4,
.p-news-detail__text h5,
.p-news-detail__text p,
.p-news-detail__text ul,
.p-news-detail__text ol,
.p-news-detail__text img {
  margin-bottom: 1.5em;
}

.p-news-detail__text li {
  margin-bottom: 0.5em;
}

.p-news-detail__text p,
.p-news-detail__text li,
.p-news-detail__text ul {
  padding: 0;
  padding: initial;
  list-style: disc outside none;
  list-style: initial;
}

.p-news-detail__text ol li {
  list-style: decimal;
}

.p-news-detail__content .c-btn--back {
  margin-top: 10rem;
}

.p-news {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  background-color: #F4F8F9;
}
@media screen and (min-width: 768px) {
  .p-news {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}

.p-news-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5625rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-news-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9375rem;
    margin-top: 2.5rem;
  }
}

.p-news-item:hover img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}

.p-news-item__img {
  overflow: hidden;
}

.p-news-item__img img {
  width: 100%;
  aspect-ratio: 317/167;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-news-item__img img {
    width: 16.0625rem;
    aspect-ratio: 257/135;
  }
}

.p-news-item__bottom {
  padding: 0.75rem 1.125rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-news-item__bottom {
    padding: 0.75rem 0.75rem 2.1875rem 0.75rem;
  }
}

.p-news-item__bottom p:nth-child(1) {
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: normal;
  letter-spacing: initial;
}

.p-news-item__bottom p:nth-child(2) {
  display: inline-block;
  font-weight: 700;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  padding: 0.125rem 0.625rem;
  background-color: rgba(37, 174, 175, .25);
  border-radius: 3px;
  text-align: center;
}

.p-news-item__bottom p:nth-child(3) {
  font-weight: 700;
  font-size: 1.041875rem;
  margin-top: 0.5rem;
  letter-spacing: -0.3px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 768px) {
  .p-news-item__bottom p:nth-child(3) {
    letter-spacing: -1.2px;
  }
}

.p-news-item__bottom p:nth-child(4) {
  font-size: 0.84625rem;
  margin-top: 1.0625rem;
  line-height: 21px;
  letter-spacing: -1.1px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (min-width: 768px) {
  .p-news-item__bottom p:nth-child(4) {
    letter-spacing: -1.2px;
  }
}

.p-news-btn {
  margin-top: 1.5625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news-btn {
    margin-top: 2.5rem;
  }
}

.p-news-btn .c-btn a {
  position: relative;
  font-weight: 700;
  font-size: 1.0125rem;
  width: 18.75rem;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  color: #25aeaf;
  background-color: #fff;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .p-news-btn .c-btn a {
    width: 20.625rem;
    font-size: 1.125rem;
  }
}

.p-news-btn .c-btn a::after {
  position: absolute;
  content: "";
  width: 0.4375rem;
  height: 0.8125rem;
  top: 50%;
  right: 3.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_arrow02.svg) no-repeat center center/contain;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .p-news-btn .c-btn a::after {
    right: 3.125rem;
  }
}

.p-news-btn .c-btn a:hover::after {
  right: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-news-btn .c-btn a:hover::after {
    right: 2.8125rem;
  }
}

.p-page-news {
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-page-news {
    padding-bottom: 6.25rem;
  }
}

.p-news-fv {
  padding-top: 5.3125rem;
  padding-bottom: 3.125rem;
  background-color: #e4f7f7;
  -webkit-box-shadow: 0px 2.83px 5.67px rgba(37, 174, 175, .1);
          box-shadow: 0px 2.83px 5.67px rgba(37, 174, 175, .1);
}
@media screen and (min-width: 768px) {
  .p-news-fv {
    padding-top: 6.5625rem;
    padding-bottom: 5rem;
  }
}

.p-news-fv h2 {
  font-weight: 700;
  font-size: 1.375rem;
  color: #25aeaf;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news-fv h2 {
    font-size: 2rem;
  }
}

.p-page-news__content {
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-page-news__content {
    margin-top: 3.4375rem;
  }
}

.p-page-news__tag {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-page-news__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-page-news__tag p {
  width: 100%;
  font-size: 0.963125rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  color: #fff;
  background-color: #DEDEDE;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-page-news__tag p {
    width: 9.375rem;
  }
}

.p-page-news__tag p.is-active {
  background-color: #25aeaf;
}

.p-page-news .p-news-items {
  gap: 2.0625rem;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-page-news .p-news-items {
    gap: 2.375rem 0.875rem;
    margin-top: 3.75rem;
  }
}

.p-page-news .p-news-item {
  -webkit-box-shadow: 0px 1px 10px #e7e7e7;
          box-shadow: 0px 1px 10px #e7e7e7;
}

/* ページネーション
-----------------------------------------------------*/
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    margin-top: 6.25rem;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.4375rem;
  height: 1.4375rem;
  font-size: 0.596875rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  padding-bottom: 0.0625rem;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-top: initial;
  padding-left: 0;
  padding-left: initial;
  padding-right: 0;
  padding-right: initial;
  border: medium none currentColor;
  border: initial;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 2.3125rem;
    height: 2.3125rem;
    font-size: 0.875rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
.wp-pagenavi a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #8c8c8c;
  border-radius: 50px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-pagenavi a:hover::after {
  opacity: 1;
}
.wp-pagenavi span.current {
  font-weight: 400;
}
.wp-pagenavi span.current::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #8c8c8c;
  border-radius: 50px;
}
.wp-pagenavi .previouspostslink {
  width: 1.6875rem;
  margin-left: 0;
  margin-right: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .previouspostslink {
    width: 2.5rem;
    margin-right: 3rem;
  }
}
.wp-pagenavi .nextpostslink {
  width: 1.6875rem;
  margin-left: 1.5625rem;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .nextpostslink {
    width: 2.5rem;
    margin-left: 3rem;
  }
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  display: none;
}

.p-seminar {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-seminar {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}

.p-seminar-text {
  font-weight: 500;
  font-size: 0.78125rem;
  margin-top: 1.875rem;
  line-height: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-seminar-text {
    font-weight: 400;
    font-size: 1rem;
    margin-top: 2.5rem;
  }
}

.p-seminar-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 4.0625rem 0.9375rem;
    margin-top: 2.5rem;
  }
}

.p-seminar-item:hover img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}

.p-seminar-item__img {
  overflow: hidden;
}

.p-seminar-item__img img {
  width: 100%;
  aspect-ratio: 317/167;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-seminar-item__img img {
    width: 16.0625rem;
    aspect-ratio: 257/135;
  }
}

.p-seminar-item__bottom {
  padding: 0.75rem;
}

.p-seminar-item__bottom p:nth-child(1) {
  font-weight: 700;
  font-size: 0.75rem;
}

.p-seminar-item__bottom p:nth-child(2) {
  font-weight: 700;
  font-size: 1.041875rem;
  margin-top: 0.3125rem;
  letter-spacing: -0.3px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 768px) {
  .p-seminar-item__bottom p:nth-child(2) {
    letter-spacing: -1.2px;
  }
}

.p-seminar-item__bottom p:nth-child(3) {
  font-size: 0.84625rem;
  margin-top: 1.0625rem;
  line-height: 21px;
  letter-spacing: -0.3px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (min-width: 768px) {
  .p-seminar-item__bottom p:nth-child(3) {
    letter-spacing: -1.2px;
  }
}

.p-seminar-btn {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-seminar-btn {
    margin-top: 2.5rem;
  }
}

.p-seminar-btn .c-btn a {
  position: relative;
  font-weight: 700;
  font-size: 1.0125rem;
  width: 18.75rem;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  color: #25aeaf;
  background-color: #F4F8F9;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .p-seminar-btn .c-btn a {
    width: 20.625rem;
    font-size: 1.125rem;
  }
}

.p-seminar-btn .c-btn a::after {
  position: absolute;
  content: "";
  width: 0.4375rem;
  height: 0.8125rem;
  top: 50%;
  right: 2.8125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_arrow02.svg) no-repeat center center/contain;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .p-seminar-btn .c-btn a::after {
    right: 3.125rem;
  }
}

.p-seminar-btn .c-btn a:hover::after {
  right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-btn .c-btn a:hover::after {
    right: 2.8125rem;
  }
}

.p-sponsor {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-sponsor {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sponsor-inner {
    max-width: calc(62.5rem + 50px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.p-sponsor-head {
  max-width: 28.125rem;
  margin-top: 2.8125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .p-sponsor-head {
    max-width: 50rem;
    margin-top: 3.75rem;
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
  }
}

.p-sponsor-head h4 {
  position: relative;
  font-weight: 900;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-sponsor-head h4 {
    font-size: 1.25rem;
  }
}

.p-sponsor-head h4::before,
.p-sponsor-head h4::after {
  position: absolute;
  content: "";
  width: calc(50% - 3.6875rem);
  height: 0.0625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #555;
}
@media screen and (min-width: 768px) {
  .p-sponsor-head h4::before,
  .p-sponsor-head h4::after {
    width: calc(50% - 5.5625rem);
  }
}

.p-sponsor-head h4::before {
  left: 0;
}

.p-sponsor-head h4::after {
  right: 0;
}

.p-sponsor-head__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem 1.875rem;
  place-items: center;
  margin-top: 1.875rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-sponsor-head__img {
    gap: 4.375rem;
    margin-top: 3.125rem;
  }
}

.p-sponsor-head__img img {
  max-width: calc(33.333% - 1.875rem);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 1.875rem);
          flex: 0 1 calc(33.333% - 1.875rem);
}
@media screen and (min-width: 768px) {
  .p-sponsor-head__img img {
    max-width: calc(33.333% - 4.375rem);
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.333% - 4.375rem);
            flex: 0 1 calc(33.333% - 4.375rem);
  }
}

.p-sponsor-swiper {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-sponsor-swiper {
    margin-top: 5rem;
  }
}

.p-sponsor-swiper .swiper-slide {
  border-radius: 8.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-sponsor-swiper .swiper-slide:hover .p-sponsor-swiper__img img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}

.p-sponsor-swiper__img {
  border-radius: 8.5px 8.5px 0 0;
  overflow: hidden;
}

.p-sponsor-swiper__img img {
  aspect-ratio: 272/143;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8.5px 8.5px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-sponsor-swiper__img img {
    aspect-ratio: 290/152;
  }
}

.p-sponsor-swiper .swiper-slide p {
  font-weight: 700;
  font-size: 0.82375rem;
  padding: 0.625rem;
  background-color: #F4F8F9;
  border-radius: 0 0 8.5px 8.5px;
  letter-spacing: -0.7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-sponsor-swiper .swiper-slide p {
    font-size: 0.878125rem;
  }
}

.p-sponsor-swiper__wrap {
  position: relative;
}

.p-sponsor-swiper__wrap .swiper-button-prev,
.p-sponsor-swiper__wrap .swiper-button-next {
  width: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-sponsor-swiper__wrap .swiper-button-prev,
  .p-sponsor-swiper__wrap .swiper-button-next {
    width: 1.4375rem;
  }
}

.p-sponsor-swiper__wrap .swiper-button-prev {
  left: 7vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .p-sponsor-swiper__wrap .swiper-button-prev {
    left: -3.125rem;
  }
}

.p-sponsor-swiper__wrap .swiper-button-next {
  right: 7vw;
}
@media screen and (min-width: 768px) {
  .p-sponsor-swiper__wrap .swiper-button-next {
    right: -3.125rem;
  }
}

.p-test {
  color: lightblue;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-display-none {
  display: none;
}

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