@charset "UTF-8";
.wrap {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

button {
  color: #505050;
}

body {
  color: #505050;
  margin: 0;
  font-family: "Zen Kaku Gothic New", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 2px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: normal;
  font-feature-settings: "palt";
  text-rendering: optimizeSpeed;
  background: #FFF;
  padding-top: 140px;
}
@media (max-width: 1050px) {
  body {
    padding-top: 61px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
    letter-spacing: 1.1px;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  transition: 0.3s;
  opacity: 1;
  color: #CEF5F5;
}
a:hover img {
  transition: 0.3s;
  opacity: 0.6;
}

.mb00 {
  margin-bottom: 0 !important;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  line-height: 1.35;
  margin: 0 0 8px;
}

p {
  font-size: 16px;
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

main {
  overflow: hidden;
}

.ttl-sinple {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .ttl-sinple {
    text-align: center;
  }
}
.ttl-sinple span {
  font-size: 39px;
  font-weight: bold;
  display: inline-block;
  margin-right: 40px;
  line-height: 2;
}
@media (max-width: 1050px) {
  .ttl-sinple span {
    display: block;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .ttl-sinple span {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .ttl-sinple span {
    font-size: 24px;
  }
}
.ttl-sinple img {
  display: inline-block;
  vertical-align: baseline;
}
@media (max-width: 768px) {
  .ttl-sinple img {
    display: block;
    margin: 10px auto 0;
  }
}

.btn-style01 {
  text-align: left;
  min-width: initial;
  padding: 0 0 0 50px;
  border: none;
  display: inline-block;
  position: relative;
  font-size: 24px;
}
@media (max-width: 768px) {
  .btn-style01 {
    font-size: 20px;
    padding: 0 0 0 50px;
  }
}
@media (max-width: 480px) {
  .btn-style01 {
    font-size: 18px;
    padding: 0 0 0 25px;
  }
}
.btn-style01 span {
  border-bottom: 4px solid #343434;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .btn-style01 span {
    border-bottom: 2px solid #343434;
    padding-bottom: 2%;
  }
}
@media (max-width: 480px) {
  .btn-style01 span {
    border-bottom: 2px solid #343434;
    padding-bottom: 5px;
  }
}
.btn-style01::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background: url(../images/common/btn-arrow.png) no-repeat center/cover;
}
@media (max-width: 768px) {
  .btn-style01::before {
    width: 20px;
    height: 20px;
  }
}
.btn-style01:hover {
  color: #505050;
}
.btn-style01:hover:before {
  transition: 0.3s;
  left: 10px;
}

.wp-block-buttons,
.btn-border {
  padding: 15px 10px 15px 10px;
  border-radius: 100vh;
  display: block;
  background: #fff;
  border: 1px solid #707070;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 349px;
}
.wp-block-buttons:hover,
.btn-border:hover {
  color: #fff;
  transition: 0.3s;
  background: #707070;
}
.wp-block-buttons span,
.btn-border span {
  display: inline-block;
  font-size: 24px;
}
@media (max-width: 768px) {
  .wp-block-buttons span,
  .btn-border span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .wp-block-buttons span,
  .btn-border span {
    font-size: 16px;
  }
}
.wp-block-buttons span::before,
.btn-border span::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  background: url(../images/common/btn-arrow.png) no-repeat center/cover;
}

.btn-border {
  display: inline-block;
}

.section__head {
  text-align: center;
  margin-bottom: 28px;
}
.section__head .section__title {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  color: #1fbdb1;
}
.section__head .section__lead {
  color: #343434;
}

.pc-fixbnr {
  position: fixed;
  top: 30%;
  right: 0;
  width: 89px;
  z-index: 100;
}

.header {
  position: fixed;
  inset: 0 0 auto 0;
  height: 140px;
  padding: 50px 0;
  background: #fff;
  backdrop-filter: saturate(140%) blur(6px);
  z-index: 1000;
}
@media (max-width: 1050px) {
  .header {
    height: 61px;
    padding: 0;
  }
}
.header .wrap {
  width: 100%;
  max-width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 1240px) {
  .header .wrap {
    max-width: 100%;
  }
}
.header__logo img {
  height: 36px;
}
@media (max-width: 1050px) {
  .header__logo img {
    height: 40px;
  }
}
@media (max-width: 1050px) {
  .header__logo img {
    height: 30px;
  }
}
@media (max-width: 1050px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1550px) {
  .header__nav ul {
    gap: 10px;
  }
}
.header__nav ul li {
  position: relative;
}
.header__nav ul li:before {
  content: "/";
  display: inline-block;
  vertical-align: baseline;
  margin-right: 20px;
}
@media (max-width: 1550px) {
  .header__nav ul li:before {
    margin-right: 10px;
  }
}
.header__nav ul li a {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1550px) {
  .header__nav ul li a {
    font-size: 14px;
  }
}
.header__nav ul li a:hover {
  transition: 0.3s;
  opacity: 1;
  color: #CEF5F5;
}
.header__nav ul li:first-child::before, .header__nav ul li:last-child::before {
  content: none;
}
.header__nav ul li.header__nav__reservation {
  margin-left: 20px;
}
@media (max-width: 1400px) {
  .header__nav ul li.header__nav__reservation {
    margin-left: 10px;
  }
}
.header__nav ul li.header__nav__reservation a {
  color: #505050;
  padding: 20px 20px 20px 50px;
  width: 233px;
  border-radius: 100vh;
  background: #CEF5F5;
  display: block;
  text-align: center;
  line-height: 1;
  border: 2px solid #CEF5F5;
}
@media (max-width: 1400px) {
  .header__nav ul li.header__nav__reservation a {
    width: 160px;
    padding: 10px 10px 10px 50px;
  }
}
@media (min-width: 1050px) {
  .header__nav ul li.header__nav__reservation a:hover {
    background: #fff;
  }
}
.header__nav ul li.header__nav__reservation a span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .header__nav ul li.header__nav__reservation a span {
    font-size: 16px;
  }
}
.header__nav ul li.header__nav__reservation a span:before {
  content: "";
  position: absolute;
  left: -35px;
  top: 3px;
  bottom: 0;
  margin: auto;
  width: 25.39px;
  height: 20.31px;
  background: url(../images/common/header-icon-mail.png) no-repeat center/cover;
}
.header__nav .has-mega {
  position: relative;
  /* hover / focus表示（PC） */
}
.header__nav .has-mega .has-mega__link {
  position: relative;
}
.header__nav .has-mega .mega {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 100vw;
  max-width: 780px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  transform-origin: top center;
  z-index: 50;
  border: 1px solid #CECECE;
}
.header__nav .has-mega .mega .mega__grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: 0;
  padding: 0;
}
.header__nav .has-mega .mega .mega__grid .mega__item {
  width: 100%;
  margin-bottom: 30px;
  max-width: 240px;
}
.header__nav .has-mega .mega .mega__grid .mega__item:before {
  content: none;
}
.header__nav .has-mega .mega .mega__grid .mega__item a {
  position: relative;
  display: block;
  border-radius: 10px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.header__nav .has-mega .mega .mega__grid .mega__item a:hover .mega__thumb {
  transition: 0.3s;
  opacity: 0.6;
}
.header__nav .has-mega .mega .mega__grid .mega__item .mega__thumb {
  overflow: hidden;
  border-radius: 14px;
  margin: 0 0 10px;
}
.header__nav .has-mega .mega .mega__grid .mega__item .mega__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.header__nav .has-mega .mega .mega__grid .mega__item .mega__name {
  display: block;
  font-weight: 700;
  font-size: 16px;
  margin: 4px 0 0 30px;
}
.header__nav .has-mega .mega .mega__grid .mega__item .mega__arrow {
  position: absolute;
  left: 0;
  bottom: 4px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 12px solid #CEF5F5;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin: 8px auto 0;
}
.header__nav .has-mega:hover .mega, .header__nav .has-mega:focus-within .mega {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(4px);
}
.header__hamburger {
  display: none;
  width: 44px;
  height: 44px;
  position: relative;
  border: 0;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 1050px) {
  .header__hamburger {
    display: inline-flex;
  }
}
.header__hamburger span {
  position: absolute;
  left: 10px;
  right: 0;
  height: 2px;
  background: #343434;
  transform-origin: center;
  transition: 0.35s ease;
}
.header__hamburger span:nth-child(1) {
  top: 14px;
}
.header__hamburger span:nth-child(2) {
  top: 21px;
}
.header__hamburger span:nth-child(3) {
  top: 28px;
}
.header__hamburger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.header .header__drawer {
  position: fixed;
  inset: 61px 0 auto 0;
  height: calc(100dvh - 61px);
  background: rgba(255, 255, 255, 0.98);
  transform: translateY(-4%);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease;
  overflow-y: scroll;
}
@media (min-width: 1050px) {
  .header .header__drawer {
    display: none;
  }
}
.header .header__drawer .drawer__nav {
  padding: 24px;
}
.header .header__drawer .drawer__nav ul {
  display: grid;
  gap: 8px;
}
.header .header__drawer .drawer__nav ul li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.header .header__drawer .drawer__nav ul a {
  padding: 14px 12px;
  border-radius: 12px;
  display: block;
}
.header .header__drawer.is-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.header .sp-access {
  display: none;
  max-width: 38px;
}
@media (max-width: 1050px) {
  .header .sp-access {
    display: block;
    margin: 0 0 0 auto;
  }
}

/* ========== SPアコーディオン（≤ 768pxで表示、PCでは非表示） ========== */
@media (max-width: 1050px) {
  .header .has-mega .mega {
    display: none !important;
  }
  .drawer__nav .js-has-sub {
    padding: 14px 0 14px 10px;
    /* 開状態 */
    /* 省略可：アニメ不要ユーザー配慮 */
  }
  .drawer__nav .js-has-sub .drawer__parent {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    font: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .drawer__nav .js-has-sub .drawer__parent__link {
    padding: 0 !important;
  }
  .drawer__nav .js-has-sub .drawer__parent .drawer__chev {
    width: 10px;
    height: 10px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    transition: transform 0.2s;
  }
  .drawer__nav .js-has-sub .drawer__parent[aria-expanded=true] .drawer__chev {
    transform: rotate(-135deg);
  }
  .drawer__nav .js-has-sub .drawer__sub {
    display: none !important;
    list-style: none;
    margin: 10px 0 10px 0;
    background: #f7f7f7;
    display: grid;
    grid-template-rows: 0fr; /* 中身の高さを0に“潰す” */
    transition: grid-template-rows 0.3s ease, opacity 0.3s ease;
    opacity: 0;
  }
  .drawer__nav .js-has-sub .drawer__sub li {
    padding: 15px;
  }
  .drawer__nav .js-has-sub .drawer__sub li a {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 10px;
    align-items: center;
    padding: 10px 0;
  }
  .drawer__nav .js-has-sub .drawer__sub li a img {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    object-fit: cover;
  }
  .drawer__nav .js-has-sub .drawer__sub li a span {
    font-weight: 600;
  }
  .drawer__nav .js-has-sub .drawer__sub > * {
    overflow: hidden; /* 中身をはみ出させない */
  }
  .drawer__nav .js-has-sub .drawer__sub.is-open {
    display: block !important;
    grid-template-rows: 1fr;
    opacity: 1;
  }
}
@media (max-width: 1050px) and (prefers-reduced-motion: reduce) {
  .drawer__nav .js-has-sub .drawer__sub {
    transition: none;
  }
}
.hero .wrap {
  width: 100%;
  max-width: 90%;
}
@media (max-width: 1050px) {
  .hero .wrap {
    max-width: 100%;
    padding: 0 30px;
  }
}
.hero__calendar {
  width: 26vw;
}
@media (max-width: 1050px) {
  .hero__calendar {
    width: 100%;
  }
}
.hero__visual {
  position: relative;
}
.hero__visual__txt {
  position: absolute;
  left: 5%;
  top: 5%;
  max-width: 574px;
}
@media (max-width: 1050px) {
  .hero__visual__txt {
    left: 0;
    right: 0;
    top: 5%;
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .hero__visual__txt {
    width: 90%;
    max-width: 348px;
  }
}
.hero__visual__txt img {
  margin: 0 auto;
}
.hero__visual__bg {
  border-radius: 47px;
  overflow: hidden;
}
@media (max-width: 1050px) {
  .hero__visual__bg {
    border-radius: 15px;
  }
}
.hero__visual__bg img {
  width: 100%;
  aspect-ratio: 13/6;
  object-fit: cover;
  border-radius: 0;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .hero__visual__bg img {
    aspect-ratio: 13/20;
  }
}
.hero__visual .hero__calendar {
  position: absolute;
  left: -20px;
  bottom: -20px;
  z-index: 2;
}
@media (max-width: 1050px) {
  .hero__visual .hero__calendar {
    position: initial;
    margin-top: 30px;
  }
}
.hero__visual .hero__calendar img {
  width: 100%;
  margin: 0 auto;
}
.hero__copyright {
  position: absolute;
  left: 35px;
  top: 25%;
  font-size: 12px;
  writing-mode: vertical-rl;
}
@media (max-width: 1050px) {
  .hero__copyright {
    left: 5px;
    font-size: 10px;
  }
}

.home .concept {
  position: relative;
  text-align: center;
  padding: 150px 0 120px;
  background: url(../images/top/bg-robot.png) no-repeat center right/280px auto;
}
@media (max-width: 1050px) {
  .home .concept {
    background: none;
  }
}
@media (max-width: 768px) {
  .home .concept {
    padding: 15% 0 12%;
  }
}
@media (max-width: 480px) {
  .home .concept {
    padding: 100px 0 35px;
  }
}
.home .concept__left, .home .concept__right {
  position: absolute;
  width: 24.4vw;
  max-width: 471px;
}
@media (max-width: 1240px) {
  .home .concept__left, .home .concept__right {
    width: 50vw;
    position: relative;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .home .concept__left, .home .concept__right {
    width: auto;
  }
}
.home .concept__left {
  left: 0;
  top: 160px;
  margin-right: 78vw;
}
@media (max-width: 1240px) {
  .home .concept__left {
    top: auto;
    left: -20px;
    margin-bottom: 40px;
    margin-right: 0;
  }
}
.home .concept__left img {
  margin: 0 auto 0 0;
}
.home .concept__right {
  right: 0;
  bottom: -50px;
  margin-left: 75vw;
}
@media (max-width: 1240px) {
  .home .concept__right {
    right: -26px;
    margin: 45px 0 auto auto;
  }
}
@media (max-width: 768px) {
  .home .concept__right {
    bottom: 0;
  }
}
.home .concept__right img {
  margin: 0 0 0 auto;
}
.home .concept h2 {
  max-width: 633px;
  margin: 0 auto 60px;
  text-align: center;
}
.home .concept h2 img {
  margin: 0 auto;
}
.home .concept p {
  color: #343434;
  margin-bottom: 45px;
  font-size: 16px;
  padding: 0 16%;
}
@media (max-width: 768px) {
  .home .concept p {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .home .concept p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.home .concept p:last-child {
  margin-bottom: 0;
}
.home .features {
  padding: 90px 0 120px;
  background: url(../images/top/features-bg.jpg) #F5FCFD no-repeat center left/cover;
  overflow: hidden;
  /* --- 矢印 --- */
  /* PC幅では矢印は不要 */
}
@media (max-width: 768px) {
  .home .features {
    padding: 60px 0 100px;
    background-size: 100%;
    padding: 11% 0 14%;
  }
}
@media (max-width: 480px) {
  .home .features {
    padding: 95px 0 60px;
  }
}
.home .features .triangle1 {
  width: 0;
  height: 0;
  border-left: 14px solid #1fbdb1;
  border-top: 16px solid transparent;
  border-bottom: 14px solid transparent;
}
.home .features .triangle2 {
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-right: 16px solid #1fbdb1;
  border-bottom: 14px solid transparent;
}
.home .features h2, .home .features__txt {
  text-align: center;
}
.home .features h2 {
  max-width: 152.01px;
  margin: 0 auto 25px;
}
.home .features__txt {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .home .features__txt {
    font-size: 19px;
    margin-bottom: 45px;
  }
}
.home .features__btn {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .home .features__btn {
    text-align: center;
  }
}
.home .features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media (max-width: 768px) {
  .home .features__grid {
    display: block;
  }
}
.home .features__grid .slick-list {
  overflow: visible;
}
.home .features__grid .slick-slide {
  height: auto;
  width: 100vw;
  padding: 0 20px;
}
.home .features__item {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  padding: 20px 20px 40px;
  border: 1px solid #BABABA;
}
.home .features__item img {
  width: 100%;
  height: auto;
  display: block;
}
.home .features__text {
  padding: 35px 0 0 0;
}
.home .features__text h3 {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #121212;
}
.home .features__text p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
}
.home .features__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.home .features__arrow--prev {
  left: -10px;
}
.home .features__arrow--next {
  right: -10px;
}
.home .features__arrow--next::before {
  transform: rotate(-45deg);
}
@media (min-width: 769px) {
  .home .features__arrow {
    display: none;
  }
}
.home .service {
  padding: 80px 0;
  background: url(../images/top/service-bg.png) no-repeat center right/auto;
}
@media (max-width: 1050px) {
  .home .service {
    background-size: 50%;
    background-position: 128% 0%;
  }
}
@media (max-width: 768px) {
  .home .service {
    padding: 10% 0;
  }
}
@media (max-width: 480px) {
  .home .service {
    padding: 60px 0 50px;
  }
}
.home .service .wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.home .service__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 1050px) {
  .home .service__cards {
    grid-template-columns: 1fr;
  }
}
.home .service__cards__card {
  background: #ffffff;
  border: 1px solid #CECECE;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(20, 50, 60, 0.08);
  padding: 30px;
}
@media (max-width: 1050px) {
  .home .service__cards__card {
    padding: 30px 20px;
  }
}
.home .service__cards__card__thumbnail {
  position: relative;
}
.home .service__cards__card__thumbnail h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 20px 10px 0 0;
  border-radius: 0 40px 0 0;
  width: 100%;
  max-width: 360px;
  margin-bottom: 0;
  z-index: 2;
}
.home .service__cards__card__thumbnail h3 span {
  color: #1fbdb1;
  font-size: 24px;
  font-weight: bold;
  border-left: 3px solid #343434;
  display: block;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .home .service__cards__card__thumbnail h3 span {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .home .service__cards__card__thumbnail h3 span {
    font-size: 18px;
  }
}
.home .service__cards__card__thumbnail img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.home .service__cards__card__body {
  position: relative;
  padding: 40px 0 35px;
}
@media (max-width: 768px) {
  .home .service__cards__card__body {
    padding: 6% 0 5.5%;
  }
}
@media (max-width: 480px) {
  .home .service__cards__card__body {
    padding: 20px 0 20px;
  }
}
.home .service__cards__card__body::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/common/btn-arrow.png) no-repeat center/cover;
  z-index: 1;
}
@media (max-width: 480px) {
  .home .service__cards__card__body::before {
    width: 30px;
    height: 30px;
  }
}
.home .service__cards__card__body p {
  color: #505050;
  font-size: 20px;
}
@media (max-width: 768px) {
  .home .service__cards__card__body p {
    font-size: 16px;
    padding-right: 50px;
  }
}
@media (max-width: 480px) {
  .home .service__cards__card__body p {
    font-size: 14px;
    padding-right: 35px;
  }
}
.home .service__cards__card a {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
}
.home .service__cards__card a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.home .service__column {
  position: relative;
}
@media (max-width: 1420px) {
  .home .service__column {
    position: inherit;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media (max-width: 1050px) {
  .home .service__column {
    display: block;
  }
}
.home .service__column .service__title {
  position: absolute;
  right: -10%;
  top: 0;
  width: 8%;
  max-width: 94px;
}
@media (max-width: 1420px) {
  .home .service__column .service__title {
    position: inherit;
  }
}
.home .service__column .service__title span {
  display: none;
}
@media (max-width: 1050px) {
  .home .service__column .service__title span {
    display: block;
  }
}
@media (max-width: 1050px) {
  .home .service__column .service__title {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 1420px) {
  .home .service__column .service__main {
    width: 87%;
  }
}
@media (max-width: 1050px) {
  .home .service__column .service__main {
    width: 100%;
    max-width: 100%;
  }
}
.home .service__column .service__main .sleep-bnr {
  width: 100%;
  margin-top: 80px;
}
.home .service__column .service__main .sleep-bnr a {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
.home .news {
  padding: 130px 0 90px;
  background: #F5FCFD url(../images/top/news-bg.png) no-repeat left top/auto;
}
@media (max-width: 768px) {
  .home .news {
    padding: 15% 0 11%;
    background-position: -200px 0;
  }
}
@media (max-width: 480px) {
  .home .news {
    padding: 65px 0 40px;
  }
}
.home .news h2 {
  margin-bottom: 30px;
  padding-left: 20px;
}
.home .news .content_area {
  margin: 0 auto;
}
.home .news .slick-list {
  overflow: visible;
}
.home .news .slick-item {
  width: 455px !important;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .home .news .slick-item {
    width: 100% !important;
    padding: 0 5px;
  }
}
.home .news .slick-item a {
  height: 100%;
}
.home .news .slick-item__thumbnail {
  width: 100%;
  margin-bottom: 20px;
  height: 16.75vw;
  overflow: hidden;
}
@media (max-width: 768px) {
  .home .news .slick-item__thumbnail {
    height: 50vw;
  }
}
.home .news .slick-item__thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home .news .slick-item__flex {
  display: flex;
  font-size: 16px;
  gap: 10px;
}
@media (max-width: 768px) {
  .home .news .slick-item__flex {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .home .news .slick-item__flex {
    font-size: 13px;
  }
}
.home .news .slick-item__flex .time {
  color: #ABABAB;
}
.home .news .slick-item__flex .cate {
  padding: 5px 20px;
  line-height: 1;
  color: #ABABAB;
  border-radius: 100vh;
  border: 1px solid #ABABAB;
}
.home .news .slick-item__txt {
  position: relative;
  padding-right: 50px;
}
.home .news .slick-item__txt::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/common/btn-arrow.png) no-repeat center/cover;
  z-index: 1;
}
.home .news .slick-item a {
  display: block;
  padding: 30px 20px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #CECECE;
}
.home .news .slick-item a p {
  margin-top: 20px;
  font-size: 18px;
  color: #505050;
}
@media (max-width: 768px) {
  .home .news .slick-item a p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .home .news .slick-item a p {
    font-size: 14px;
  }
}
.home .news .arrow_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px 0 0;
  position: relative;
}
@media (max-width: 480px) {
  .home .news .arrow_box {
    justify-content: center;
  }
}
.home .news .prev-arrow,
.home .news .next-arrow {
  font-weight: bold;
  display: block;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.home .news .next-arrow {
  margin-left: 50px;
}
.home .news .prev-arrow {
  margin-right: 50px;
}
.home .news .prev-arrow::before,
.home .news .next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.home .news .prev-arrow::before {
  transform: rotate(220deg);
  left: -34px;
}
.home .news .next-arrow::before {
  right: -34px;
}
.home .voice {
  padding: 110px 0 70px;
}
@media (max-width: 768px) {
  .home .voice {
    padding: 14% 0 9%;
  }
}
@media (max-width: 480px) {
  .home .voice {
    padding: 55px 0 75px;
  }
}
.home .voice .wrap {
  max-width: 1140px;
  margin: 0 auto;
}
.home .voice .voice__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .home .voice .voice__list {
    grid-template-columns: 1fr;
  }
}
.home .voice .voice__item {
  padding: 16px;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  border: 6px solid #C9F1F5;
  border-radius: 14px;
}
.home .voice .voice__item .voice__face {
  width: 167px;
  text-align: center;
  position: relative;
  left: -49px;
}
@media (max-width: 768px) {
  .home .voice .voice__item .voice__face {
    max-width: 31vw;
  }
}
.home .voice .voice__item .voice__bubble {
  padding: 12px;
  padding-left: 90px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .home .voice .voice__item .voice__bubble {
    padding-left: 14vw;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .home .voice .voice__item .voice__bubble {
    font-size: 14px;
  }
}
.home .voice .voice__item .voice__bubble span {
  font-size: 20px;
  margin-bottom: 20px;
  display: block;
  color: #343434;
  font-weight: 600;
}
@media (max-width: 768px) {
  .home .voice .voice__item .voice__bubble span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .home .voice .voice__item .voice__bubble span {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.home .voice__btn {
  text-align: right;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .home .voice__btn {
    margin-top: 20px;
    text-align: center;
  }
}
.home .staff {
  padding: 140px 0 100px;
  border-top: 1px solid #707070;
}
@media (max-width: 768px) {
  .home .staff {
    padding: 16% 0 12%;
  }
}
@media (max-width: 480px) {
  .home .staff {
    padding: 60px 0 103px;
  }
}
.home .staff h2 {
  text-align: center;
}
@media (max-width: 480px) {
  .home .staff h2 {
    max-width: 300px;
  }
}
.home .staff h2 img {
  margin: 0 auto;
}
.home .staff ul .slick-list {
  background: url(../images/top/slider-bg.png) no-repeat 0 235px/100% 200px;
}
@media (max-width: 768px) {
  .home .staff ul .slick-list {
    background-position: 0 112px;
    background-size: 100% 200px;
  }
}
.home .staff ul .slick-list li {
  text-align: center;
  max-width: 432px !important;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .home .staff ul .slick-list li {
    max-width: 321px !important;
  }
}
.home .staff ul .slick-list li h3 {
  margin-top: 30px;
}
.home .staff ul .slick-list li .position {
  color: #ADAB8E;
}
.home .staff ul .slick-list li span {
  display: block;
}
.home .staff ul .slick-list li .name {
  font-size: 24px;
}
.home .staff .slick-dots {
  bottom: -40px;
}
.home .staff .slick-dots li button:before {
  font-size: 16px;
}
.home .staff__btn {
  margin-top: 100px;
  text-align: center;
}
.home .hours ul li {
  max-width: 749px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .home .hours ul li {
    max-width: 351px;
  }
}

.info {
  padding: 140px 0;
}
@media (max-width: 768px) {
  .info {
    padding: 100px 0 30px;
  }
}
@media (max-width: 480px) {
  .info {
    padding: 100px 0 30px;
  }
}
.info .wrap {
  width: 100%;
  max-width: 1234px;
  margin: 0 auto;
  padding: 0 20px;
}
.info__flex {
  display: flex;
  justify-content: center;
  gap: 2%;
}
@media (max-width: 768px) {
  .info__flex {
    flex-direction: column;
    gap: 30px;
  }
}
.info__flex__access, .info__flex__calendar {
  width: 49%;
}
@media (max-width: 768px) {
  .info__flex__access, .info__flex__calendar {
    width: 100%;
  }
}
.info__flex__access {
  padding: 20px;
  line-height: 1;
  background: #E8FAFA;
  border-radius: 20px;
}
.info__flex__calendar img {
  width: 100%;
}
.info__flex table th, .info__flex table td {
  padding: 17px 20px;
  border-bottom: 4px solid #fff;
}
@media (max-width: 768px) {
  .info__flex table th, .info__flex table td {
    padding: 10px 10px;
  }
}
.info__flex table th {
  font-size: 16px;
}
@media (max-width: 768px) {
  .info__flex table th {
    font-size: 15px;
    min-width: 30%;
  }
}
@media (max-width: 480px) {
  .info__flex table th {
    font-size: 14px;
  }
}
.info__flex table td {
  font-size: 17px;
}
@media (max-width: 768px) {
  .info__flex table td {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .info__flex table td {
    font-size: 14px;
  }
}
.info__flex table tr:nth-of-type(1) th, .info__flex table tr:nth-of-type(1) td {
  padding-top: 0;
}
.info__flex table tr:last-child th, .info__flex table tr:last-child td {
  border-bottom: none;
}

.access {
  padding: 16px 0 0;
  line-height: 0;
}
@media (max-width: 768px) {
  .access .access__map iframe {
    max-height: 400px;
  }
}
@media (max-width: 480px) {
  .access .access__map iframe {
    max-height: 400px;
  }
}

.cta {
  padding: 56px 0;
  background: url(../images/common/cta-bg.jpg) no-repeat center/cover;
}
@media (max-width: 768px) {
  .cta {
    background: none;
    padding: 70px 0;
  }
}
.cta .cta__panel {
  border-radius: 14px;
  padding: 30px 20px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}
@media (max-width: 768px) {
  .cta .cta__panel {
    padding: 0;
  }
}
.cta .cta__panel h2 {
  padding: 30px 20px;
  border-top: 1px solid #121212;
  border-bottom: 1px solid #121212;
  max-width: 682px;
  margin: 0 auto 30px;
}
.cta .cta__panel h2 img {
  max-width: 255.89px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .cta .cta__panel p {
    font-size: 12px;
    letter-spacing: 0.3px;
  }
}
.cta .cta__panel .cta__btns {
  display: flex;
  gap: 1%;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .cta .cta__panel .cta__btns {
    flex-direction: column;
    gap: 10px;
  }
}
.cta .cta__panel .cta__btns .btn a {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px 25px;
  transition: 0.3s ease-in-out;
}
.cta .cta__panel .cta__btns .btn a::before {
  content: "";
  position: relative;
  margin-right: 15px;
}
.cta .cta__panel .cta__btns .btn.-line {
  width: 49%;
  max-width: 430px;
}
@media (max-width: 768px) {
  .cta .cta__panel .cta__btns .btn.-line {
    width: 100%;
    max-width: 100%;
  }
}
.cta .cta__panel .cta__btns .btn.-line a {
  background: #06C755;
  background: linear-gradient(0deg, rgb(6, 199, 85) 0%, rgb(155, 230, 186) 73%, rgb(242, 242, 242) 100%);
  border-radius: 5px;
  padding-right: 0;
  padding: 28px 112px 28px 20px;
  position: relative;
}
@media (max-width: 768px) {
  .cta .cta__panel .cta__btns .btn.-line a {
    text-align: left;
    padding: 16px 112px 16px 20px;
  }
}
.cta .cta__panel .cta__btns .btn.-line a::before {
  width: 47px;
  height: 45px;
  background: url(../images/common/sp-bottom-line.png) no-repeat center/cover;
}
@media (max-width: 480px) {
  .cta .cta__panel .cta__btns .btn.-line a::before {
    width: 40px;
    height: 39px;
  }
}
.cta .cta__panel .cta__btns .btn.-line a span {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 100px;
  height: 100px;
  margin-left: 10px;
  margin-right: 0;
  background: url(../images/common/cta-qr.png) no-repeat center/cover;
}
@media (max-width: 768px) {
  .cta .cta__panel .cta__btns .btn.-line a span {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 768px) {
  .cta .cta__panel .cta__btns .btn.-line a:hover {
    background: #06C755;
  }
}
.cta .cta__panel .cta__btns .btn.-mail {
  width: 49%;
  max-width: 430px;
}
@media (max-width: 768px) {
  .cta .cta__panel .cta__btns .btn.-mail {
    width: 100%;
    max-width: 100%;
  }
}
.cta .cta__panel .cta__btns .btn.-mail a {
  line-height: 100px;
  border-radius: 5px;
  background: #00BCCC;
  background: linear-gradient(0deg, rgb(0, 188, 204) 0%, rgb(208, 232, 235) 92%, rgb(242, 242, 242) 100%);
}
@media (max-width: 768px) {
  .cta .cta__panel .cta__btns .btn.-mail a {
    line-height: 78px;
  }
}
.cta .cta__panel .cta__btns .btn.-mail a::before {
  width: 39px;
  height: 31px;
  background: url(../images/common/sp-bottom-mail.png) no-repeat center/cover;
}
@media (min-width: 768px) {
  .cta .cta__panel .cta__btns .btn.-mail a:hover {
    background: #00BCCC;
  }
}
.cta .cta__panel .cta__btns .btn.-tel {
  width: 100%;
  margin-top: 40px;
  line-height: 0;
}
.cta .cta__panel .cta__btns .btn.-tel a {
  display: block;
  padding: 0;
}
.cta .cta__panel .cta__btns .btn.-tel a img {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cta .cta__panel .cta__btns .btn.-tel a img {
    width: 100%;
  }
}
.cta .cta__panel .cta__btns p {
  color: #707070;
  margin-top: 18px;
}
@media (max-width: 768px) {
  .cta .cta__panel .cta__btns p {
    text-align: left;
    padding-left: 30px;
    margin-top: 15px;
  }
}

.pagetop {
  width: 49px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 768px) {
  .pagetop {
    width: 34px;
    right: 15px;
    bottom: 120px;
  }
}
@media (max-width: 480px) {
  .pagetop {
    bottom: 100px;
  }
}

.footer {
  padding: 70px 0 15px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 100%);
  text-align: center;
  background: #F5FCFD;
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 100px;
  }
}
.footer__name {
  font-weight: 700;
  max-width: 316px;
  margin: 0 auto 50px;
}
@media (max-width: 768px) {
  .footer__name {
    max-width: 259px;
  }
}
.footer .navgrid {
  margin-bottom: 57px;
}
.footer .navgrid ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.footer .navgrid ul:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .footer .navgrid ul li {
    padding: 0 10px;
    line-height: 2;
  }
}
@media (min-width: 768px) {
  .footer .navgrid ul li::before {
    content: "/";
    display: inline-block;
    padding: 0 20px;
  }
}
.footer .navgrid ul li:first-child:before {
  padding: 0;
  content: none;
}
.footer .navgrid ul:nth-of-type(3) li:nth-of-type(1)::before {
  content: "/";
  display: inline-block;
  padding: 0 20px;
}
.footer .navgrid__copy {
  color: #343434;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .footer__copy {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .footer__copy {
    font-size: 12px;
  }
}

.sp-fixed-cta {
  position: fixed;
  inset: auto 0 0 0;
  background: white;
  border-top: 1px solid #CECECE;
  box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.06);
  display: none;
  z-index: 999;
  bottom: 0;
}
@media (max-width: 768px) {
  .sp-fixed-cta {
    display: block;
  }
}
.sp-fixed-cta__flex {
  display: flex;
}
.sp-fixed-cta__txt {
  text-align: center;
  padding: 5px;
  background: #e6f1f1;
  font-size: 13px;
}
@media (max-width: 480px) {
  .sp-fixed-cta__txt {
    font-size: 12px;
  }
}
.sp-fixed-cta .sp-fixed-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  font-weight: 700;
  padding: 15px;
}
.sp-fixed-cta .sp-fixed-cta__btn.-tel {
  width: 50%;
  background: #CEF5F5;
}
.sp-fixed-cta .sp-fixed-cta__btn.-line {
  width: 25%;
  background-image: linear-gradient(40deg, #06c755, #9be6ba 85%, #f2f2f2);
}
@media (max-width: 480px) {
  .sp-fixed-cta .sp-fixed-cta__btn.-line img {
    max-width: 33px;
  }
}
.sp-fixed-cta .sp-fixed-cta__btn.-mail {
  width: 25%;
  background-image: linear-gradient(40deg, #00BCCC, #D0E8EB 85%, #f2f2f2);
}
@media (max-width: 480px) {
  .sp-fixed-cta .sp-fixed-cta__btn.-mail img {
    max-width: 28px;
  }
}

.pages-mv {
  width: 90%;
  max-width: 1672px;
  margin: 0 auto 65px;
  text-align: center;
  padding: 162px 20px 113px;
  border-radius: 42px;
}
@media (max-width: 768px) {
  .pages-mv {
    width: calc(100% - 40px);
    padding: 18% 20px 14%;
    border-radius: 20px;
    margin: 0 auto 7%;
  }
}
@media (max-width: 480px) {
  .pages-mv {
    padding: 80px 20px 60px;
    border-radius: 12px;
    margin: 0 auto 35px;
  }
}
.pages-mv span {
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: #343434;
}
@media (max-width: 768px) {
  .pages-mv span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .pages-mv span {
    font-size: 16px;
  }
}
.pages-mv span:nth-of-type(1) {
  text-transform: uppercase;
  color: #fff;
  border-radius: 100vh;
  display: inline-block;
  padding: 10px 20px;
  min-width: 231px;
  margin-bottom: 15px;
  background-image: linear-gradient(90deg, #00bccc, #d0e8eb 63%, #f2f2f2);
}

#contents {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #contents {
    margin-bottom: 12%;
  }
}
@media (max-width: 480px) {
  #contents {
    margin-bottom: 50xp;
  }
}

.article_flex {
  width: 90%;
  max-width: 1540px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 138px;
}
@media (max-width: 768px) {
  .article_flex {
    width: 100%;
    flex-direction: column;
    gap: 15%;
  }
}
@media (max-width: 480px) {
  .article_flex {
    gap: 60px;
  }
}
.article_flex main {
  width: 80%;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .article_flex main {
    width: calc(100% - 40px);
    margin: 0 auto 50px;
  }
}
.article_flex aside {
  width: 20%;
  max-width: 226px;
  color: #707070;
}
@media (max-width: 768px) {
  .article_flex aside {
    width: calc(100% - 40px);
    max-width: 100%;
    margin: 0 auto;
  }
}
.article_flex aside .sidebar__title {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .article_flex aside .sidebar__title {
    margin-top: 12%;
    font-size: 18px;
    padding-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .article_flex aside .sidebar__title {
    font-size: 18px;
    margin-top: 50px;
  }
}
.article_flex aside .sidebar__title:nth-of-type(1) {
  margin-top: 0;
}
.article_flex aside ul li {
  padding: 22px 0 15px;
  border-bottom: 1px solid #DDDDDD;
}
@media (max-width: 768px) {
  .article_flex aside ul li {
    padding: 4% 0 5%;
  }
}
@media (max-width: 480px) {
  .article_flex aside ul li {
    padding: 15px 0 5px;
  }
}
.article_flex aside ul li ul.children li {
  border-bottom: none;
  padding-bottom: 0;
}

body.single-post .pages-mv {
  background: url(../images/common/mv-single.png) no-repeat center/cover;
}
body.single-post .article_flex main .date {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ABABAB;
  font-size: 16px;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  body.single-post .article_flex main .date {
    font-size: 14px;
    margin-bottom: 7%;
  }
}
@media (max-width: 480px) {
  body.single-post .article_flex main .date {
    margin-bottom: 25px;
  }
}
body.single-post .article_flex main .date .category {
  border-radius: 100vh;
  padding: 5px 12px;
  border: 1px solid #707070;
  line-height: 1;
}
body.single-post .article_flex main .date .time {
  font-weight: bold;
}
body.single-post .article_flex main .post-ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  body.single-post .article_flex main .post-ttl {
    font-size: 20px;
    margin-bottom: 7%;
  }
}
@media (max-width: 480px) {
  body.single-post .article_flex main .post-ttl {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
body.single-post .article_flex main article section {
  padding: 30px 60px 70px;
  border: 1px solid #CECECE;
  border-radius: 14px;
}
@media (max-width: 768px) {
  body.single-post .article_flex main article section {
    padding: 5% 0;
  }
}
@media (max-width: 480px) {
  body.single-post .article_flex main article section {
    padding: 15px 0;
  }
}
body.single-post .article_flex main article section .wrap {
  padding: 0 20px;
}
body.single-post .article_flex main article section .wrap .wp-block-image,
body.single-post .article_flex main article section .wrap .wp-block-list,
body.single-post .article_flex main article section .wrap p {
  margin-top: 50px;
}
@media (max-width: 768px) {
  body.single-post .article_flex main article section .wrap .wp-block-image,
  body.single-post .article_flex main article section .wrap .wp-block-list,
  body.single-post .article_flex main article section .wrap p {
    margin-top: 7%;
  }
}
@media (max-width: 480px) {
  body.single-post .article_flex main article section .wrap .wp-block-image,
  body.single-post .article_flex main article section .wrap .wp-block-list,
  body.single-post .article_flex main article section .wrap p {
    margin-top: 25px;
  }
}
body.single-post .article_flex main article section .wrap .wp-block-heading {
  margin-top: 120px;
}
@media (max-width: 768px) {
  body.single-post .article_flex main article section .wrap .wp-block-heading {
    margin-top: 14%;
  }
}
@media (max-width: 480px) {
  body.single-post .article_flex main article section .wrap .wp-block-heading {
    margin-top: 60px;
  }
}
body.single-post .article_flex main article section .wrap h2.wp-block-heading {
  font-size: 22px;
  padding: 20px 30px;
  border: 1px solid #707070;
}
@media (max-width: 768px) {
  body.single-post .article_flex main article section .wrap h2.wp-block-heading {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  body.single-post .article_flex main article section .wrap h2.wp-block-heading {
    font-size: 16px;
    padding: 10px 15px;
  }
}
body.single-post .article_flex main article section .wrap h3.wp-block-heading {
  font-size: 22px;
  padding-left: 30px;
  border-left: 8px #C9F1F5 solid;
}
@media (max-width: 768px) {
  body.single-post .article_flex main article section .wrap h3.wp-block-heading {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  body.single-post .article_flex main article section .wrap h3.wp-block-heading {
    font-size: 16px;
    padding-left: 15px;
    border-width: 4px;
  }
}
body.single-post .article_flex main article section .wrap h4.wp-block-heading {
  font-size: 20px;
  display: inline-block;
  border-bottom: 1px solid #707070;
}
@media (max-width: 768px) {
  body.single-post .article_flex main article section .wrap h4.wp-block-heading {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  body.single-post .article_flex main article section .wrap h4.wp-block-heading {
    font-size: 16px;
  }
}
body.single-post .article_flex main article section .wrap .wp-block-list {
  margin-left: 20px;
}
body.single-post .article_flex main article section .wrap .wp-block-list li {
  font-size: 16px;
  list-style-type: disc;
}
@media (max-width: 480px) {
  body.single-post .article_flex main article section .wrap .wp-block-list li {
    font-size: 14px;
  }
}
body.single-post .article_flex main article section .wrap .wp-block-buttons {
  margin-top: 60px;
  justify-content: center;
}
@media (max-width: 768px) {
  body.single-post .article_flex main article section .wrap .wp-block-buttons {
    margin-top: 8%;
  }
}
@media (max-width: 480px) {
  body.single-post .article_flex main article section .wrap .wp-block-buttons {
    margin-top: 30px;
  }
}
body.single-post .article_flex main article section .wrap .wp-block-buttons.is-content-justification-center {
  margin-left: auto;
  margin-right: auto;
}
body.single-post .article_flex main article section .wrap .wp-block-button__link {
  background: none;
  padding: 0;
  font-size: initial;
  text-align: center;
  color: #000;
  display: block;
}
body.single-post .article_flex main article .article__btn {
  margin-top: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  body.single-post .article_flex main article .article__btn {
    margin-top: 9%;
  }
}
@media (max-width: 480px) {
  body.single-post .article_flex main article .article__btn {
    margin-top: 40px;
  }
}

body.archive .pages-mv,
body.category .pages-mv {
  background: url(../images/category/mv-bg.png) no-repeat center/cover;
}
body.archive .article_flex,
body.category .article_flex {
  gap: 88px;
}
@media (max-width: 768px) {
  body.archive .article_flex,
  body.category .article_flex {
    gap: 10%;
  }
}
@media (max-width: 480px) {
  body.archive .article_flex,
  body.category .article_flex {
    gap: 40px;
  }
}
body.archive main,
body.category main {
  max-width: 996px;
}
body.archive main ul,
body.category main ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  body.archive main ul,
  body.category main ul {
    flex-direction: column;
  }
}
body.archive main ul .post-item,
body.category main ul .post-item {
  width: 49%;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  body.archive main ul .post-item,
  body.category main ul .post-item {
    width: 100%;
    margin-bottom: 7%;
  }
}
@media (max-width: 480px) {
  body.archive main ul .post-item,
  body.category main ul .post-item {
    margin-bottom: 25px;
  }
}
body.archive main ul .post-item a,
body.category main ul .post-item a {
  height: 100%;
}
body.archive main ul .post-item__thumbnail,
body.category main ul .post-item__thumbnail {
  margin-bottom: 20px;
  overflow: hidden;
  height: 16.75vw;
}
@media (max-width: 768px) {
  body.archive main ul .post-item__thumbnail,
  body.category main ul .post-item__thumbnail {
    height: 50vw;
  }
}
body.archive main ul .post-item__thumbnail img,
body.category main ul .post-item__thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
body.archive main ul .post-item__flex,
body.category main ul .post-item__flex {
  display: flex;
  font-size: 16px;
  gap: 10px;
}
body.archive main ul .post-item__flex .time,
body.category main ul .post-item__flex .time {
  color: #ABABAB;
}
body.archive main ul .post-item__flex .cate,
body.category main ul .post-item__flex .cate {
  padding: 5px 20px;
  line-height: 1;
  color: #ABABAB;
  border-radius: 100vh;
  border: 1px solid #ABABAB;
}
body.archive main ul .post-item__txt,
body.category main ul .post-item__txt {
  position: relative;
  padding-right: 50px;
}
body.archive main ul .post-item__txt::before,
body.category main ul .post-item__txt::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/common/btn-arrow.png) no-repeat center/cover;
  z-index: 1;
}
body.archive main ul .post-item a,
body.category main ul .post-item a {
  display: block;
  padding: 30px 20px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #CECECE;
}
body.archive main ul .post-item a p,
body.category main ul .post-item a p {
  margin-top: 20px;
  font-size: 18px;
  color: #505050;
}
@media (max-width: 768px) {
  body.archive main ul .post-item a p,
  body.category main ul .post-item a p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  body.archive main ul .post-item a p,
  body.category main ul .post-item a p {
    font-size: 14px;
  }
}
body.archive main .wp-pagenavi,
body.category main .wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 20px;
}
@media (max-width: 480px) {
  body.archive main .wp-pagenavi,
  body.category main .wp-pagenavi {
    font-size: 15px;
  }
}
body.archive main .wp-pagenavi a, body.archive main .wp-pagenavi span,
body.category main .wp-pagenavi a,
body.category main .wp-pagenavi span {
  border: none !important;
}
body.archive main .wp-pagenavi .previouspostslink,
body.archive main .wp-pagenavi .nextpostslink,
body.category main .wp-pagenavi .previouspostslink,
body.category main .wp-pagenavi .nextpostslink {
  position: relative;
  text-indent: -999999px;
}
body.archive main .wp-pagenavi .previouspostslink:before,
body.archive main .wp-pagenavi .nextpostslink:before,
body.category main .wp-pagenavi .previouspostslink:before,
body.category main .wp-pagenavi .nextpostslink:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 11px;
  height: 18px;
  margin: auto;
}
body.archive main .wp-pagenavi .previouspostslink,
body.category main .wp-pagenavi .previouspostslink {
  margin-right: 20px;
}
body.archive main .wp-pagenavi .previouspostslink:before,
body.category main .wp-pagenavi .previouspostslink:before {
  background: url(../images/common/pagenav-l.svg) no-repeat center/cover;
}
body.archive main .wp-pagenavi .nextpostslink,
body.category main .wp-pagenavi .nextpostslink {
  margin-left: 20px;
}
body.archive main .wp-pagenavi .nextpostslink:before,
body.category main .wp-pagenavi .nextpostslink:before {
  background: url(../images/common/pagenav-r.svg) no-repeat center/cover;
}

body.pages section.info {
  border-top: 1px solid #707070;
  padding-top: 70px;
}
@media (max-width: 768px) {
  body.pages section.info {
    padding-top: 9%;
  }
}
@media (max-width: 480px) {
  body.pages section.info {
    padding-top: 35px;
  }
}

.block-editor-rich-text__editable.block-editor-block-list__block.wp-block.is-selected.wp-block-heading.rich-text {
  font-size: 11px;
}

.pages-intro {
  color: #505050;
  text-align: center;
  margin-bottom: 110px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .pages-intro {
    font-size: 16px;
    margin-bottom: 12%;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .pages-intro {
    font-size: 14px;
    margin-bottom: 40px;
  }
}

.pagelink {
  padding: 100px 0 80px;
  background: #F5FCFD;
}
@media (max-width: 768px) {
  .pagelink {
    padding: 12% 0 10%;
  }
}
@media (max-width: 480px) {
  .pagelink {
    padding: 50px 0 40px;
  }
}
.pagelink .pagelink__title {
  text-align: center;
  font-size: 26px;
  margin-right: -14.5vw;
  margin-bottom: -5px;
}
@media (max-width: 768px) {
  .pagelink .pagelink__title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .pagelink .pagelink__title {
    font-size: 16px;
    margin-bottom: 25px;
    margin-right: 0;
  }
}
.pagelink .pagelink__title .pagelink__title__img {
  display: inline-block;
  vertical-align: middle;
}
.pagelink .pagelink__title .blue {
  color: #05AFBE;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .pagelink .pagelink__title .blue {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .pagelink .pagelink__title .blue {
    font-size: 20px;
  }
}
.pagelink .pagelink__title:after {
  line-height: 1;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14.5vw;
  max-width: 179px;
  height: 17.5vw;
  max-height: 206px;
  background: url(../images/common/btn-bg.png) no-repeat center/cover;
}
@media (max-width: 768px) {
  .pagelink .pagelink__title:after {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .pagelink .pagelink__title:after {
    display: none;
  }
}
.pagelink__box {
  border: 1px solid #CECECE;
  border-radius: 22px;
  padding: 45px;
  background: #fff;
}
@media (max-width: 768px) {
  .pagelink__box {
    padding: 45px 20px;
  }
}
@media (max-width: 480px) {
  .pagelink__box {
    padding: 25px 20px;
    border-radius: 12px;
  }
}
.pagelink__box p {
  color: #505050;
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .pagelink__box p {
    font-size: 18px;
    margin-bottom: 5.5%;
  }
}
@media (max-width: 480px) {
  .pagelink__box p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.pagelink__box ul {
  display: flex;
  justify-content: center;
  gap: 2%;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .pagelink__box ul {
    gap: 2%;
  }
}
.pagelink__box ul li {
  width: 32%;
  max-width: 322px;
  margin-bottom: 2%;
}
@media (max-width: 768px) {
  .pagelink__box ul li {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .pagelink__box ul li {
    width: 49%;
    max-width: 260px;
    margin-bottom: 4%;
  }
}

.voice .pages-mv {
  background: url(../images/voice/mv-bg.png) no-repeat center/cover;
}
.voice main {
  background: url(../images/top/bg-robot.png) no-repeat top right/280px auto;
}
@media (max-width: 768px) {
  .voice main {
    background-size: 140px auto;
  }
}
.voice__list {
  padding: 0 0 100px;
}
@media (max-width: 768px) {
  .voice__list {
    padding-bottom: 12%;
  }
}
@media (max-width: 480px) {
  .voice__list {
    padding-bottom: 50px;
  }
}
.voice__list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
  max-width: 1151px;
  margin: 0 auto;
}
.voice__list ul li {
  width: 48%;
  border: 6px solid #C9F1F5;
  border-radius: 14px;
  margin-bottom: 60px;
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
@media (max-width: 768px) {
  .voice__list ul li {
    padding: 6% 20px;
    margin-bottom: 8%;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .voice__list ul li {
    padding: 20px 20px;
    margin-bottom: 35px;
  }
}
.voice__list ul li .voice__photo {
  height: 100%;
}
.voice__list ul li .voice__box {
  display: flex;
  margin-top: 30px;
}
.voice__list ul li .voice__box__img {
  width: 100%;
  max-width: 145px;
}
@media (max-width: 480px) {
  .voice__list ul li .voice__box__img {
    max-width: 72.5px;
  }
}
.voice__list ul li .voice__box__txt {
  padding-left: 14px;
}
.voice__list ul li .voice__box__txt__name {
  font-size: 20px;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .voice__list ul li .voice__box__txt__name {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .voice__list ul li .voice__box__txt__name {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.voice__list ul li .voice__box__txt p {
  color: #505050;
}

.staff .pages-mv {
  background: url(../images/staff/mv-bg.png) no-repeat center/cover;
}
.staff main {
  background: url(../images/top/bg-robot.png) no-repeat top right/280px auto;
}
@media (max-width: 768px) {
  .staff main {
    background-size: 140px auto;
  }
}
.staff main section h2 {
  max-width: 950px;
  margin: 0 auto 55px;
  text-align: center;
  padding: 20px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 768px) {
  .staff main section h2 {
    margin-bottom: 7%;
  }
}
@media (max-width: 480px) {
  .staff main section h2 {
    margin-bottom: 25px;
  }
}
.staff main section h2 img {
  margin: 0 auto;
}
.staff main section .staff__list__top {
  display: flex;
  gap: 80px;
  max-width: 950px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .staff main section .staff__list__top {
    flex-direction: column;
    gap: 40px;
  }
}
.staff main section .staff__list__top__photo {
  min-width: 350px;
}
@media (max-width: 768px) {
  .staff main section .staff__list__top__photo {
    min-width: auto;
  }
}
.staff main section .staff__list__top__txt .gray {
  color: #ADAB8E;
}
.staff main section .staff__list__top__txt .name {
  margin-top: 15px;
  border-bottom: 1px solid #707070;
  padding-bottom: 24px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .staff main section .staff__list__top__txt .name {
    padding-bottom: 4.5%;
    margin-bottom: 4%;
  }
}
@media (max-width: 480px) {
  .staff main section .staff__list__top__txt .name {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}
.staff main section .staff__list__top__txt .name span:nth-of-type(1) {
  font-size: 22px;
  font-weight: 500;
  padding-right: 14px;
}
@media (max-width: 768px) {
  .staff main section .staff__list__top__txt .name span:nth-of-type(1) {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .staff main section .staff__list__top__txt .name span:nth-of-type(1) {
    font-size: 16px;
  }
}
.staff main section .staff__list__top__txt p {
  margin-bottom: 30px;
}
.staff main section .staff__list__top__txt dl dt, .staff main section .staff__list__top__txt dl dd {
  font-size: 14px;
}
.staff main section .staff__list__top__txt dl dd {
  margin-bottom: 30px;
}
.staff main section .staff__list__top__txt dl dd:last-child {
  margin-bottom: 0;
}
.staff main section .staff__list__top__txt dl dd ul {
  margin-left: 20px;
}
.staff main section .staff__list__top__txt dl dd ul li {
  list-style: disc;
}
.staff main section .staff__list__bottom {
  max-width: 1050px;
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .staff main section .staff__list__bottom {
    margin-top: 10%;
  }
}
@media (max-width: 480px) {
  .staff main section .staff__list__bottom {
    margin-top: 40px;
  }
}
.staff main section .staff__list__bottom .gray {
  color: #ADAB8E;
}
.staff main section .staff__list__bottom__photo {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .staff main section .staff__list__bottom__photo {
    margin-bottom: 5%;
  }
}
@media (max-width: 480px) {
  .staff main section .staff__list__bottom__photo {
    margin-bottom: 15px;
  }
}
.staff main section .staff__list__bottom .name {
  margin-top: 10px;
  border-bottom: 1px solid #707070;
  padding-bottom: 24px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .staff main section .staff__list__bottom .name {
    padding-bottom: 4.5%;
    margin-bottom: 4%;
  }
}
@media (max-width: 480px) {
  .staff main section .staff__list__bottom .name {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}
.staff main section .staff__list__bottom .name span:nth-of-type(1) {
  font-size: 22px;
  font-weight: 500;
  padding-right: 14px;
}
@media (max-width: 768px) {
  .staff main section .staff__list__bottom .name span:nth-of-type(1) {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .staff main section .staff__list__bottom .name span:nth-of-type(1) {
    font-size: 16px;
  }
}
.staff main section .staff__list__bottom .name span:nth-of-type(2) {
  font-size: 14px;
}
.staff main section .staff__list__bottom ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6%;
}
@media (max-width: 768px) {
  .staff main section .staff__list__bottom ul {
    gap: 4%;
  }
}
.staff main section .staff__list__bottom ul li {
  width: 29%;
  max-width: 300px;
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .staff main section .staff__list__bottom ul li {
    width: 48%;
    margin-bottom: 14%;
  }
}
@media (max-width: 480px) {
  .staff main section .staff__list__bottom ul li {
    margin-bottom: 50px;
  }
}

.service__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 1050px) {
  .service__cards {
    grid-template-columns: 1fr;
  }
}
.service__cards__card {
  background: #ffffff;
  border: 1px solid #CECECE;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(20, 50, 60, 0.08);
  padding: 30px;
}
@media (max-width: 1050px) {
  .service__cards__card {
    padding: 30px 20px;
  }
}
.service__cards__card__thumbnail {
  position: relative;
}
.service__cards__card__thumbnail h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 20px 10px 0 0;
  border-radius: 0 40px 0 0;
  width: 100%;
  max-width: 360px;
  margin-bottom: 0;
  z-index: 2;
}
.service__cards__card__thumbnail h3 span {
  color: #1fbdb1;
  font-size: 24px;
  font-weight: bold;
  border-left: 3px solid #343434;
  display: block;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .service__cards__card__thumbnail h3 span {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .service__cards__card__thumbnail h3 span {
    font-size: 18px;
  }
}
.service__cards__card__thumbnail img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.service__cards__card__body {
  position: relative;
  padding: 40px 0 35px;
}
@media (max-width: 768px) {
  .service__cards__card__body {
    padding: 6% 0 5.5%;
  }
}
@media (max-width: 480px) {
  .service__cards__card__body {
    padding: 20px 0 20px;
  }
}
.service__cards__card__body::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/common/btn-arrow.png) no-repeat center/cover;
  z-index: 1;
}
@media (max-width: 480px) {
  .service__cards__card__body::before {
    width: 30px;
    height: 30px;
  }
}
.service__cards__card__body p {
  color: #505050;
  font-size: 20px;
}
@media (max-width: 768px) {
  .service__cards__card__body p {
    font-size: 16px;
    padding-right: 50px;
  }
}
@media (max-width: 480px) {
  .service__cards__card__body p {
    font-size: 14px;
    padding-right: 35px;
  }
}
.service__cards__card a {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
}
.service__cards__card a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.service .pages-mv {
  background: url(../images/service/mv-bg.png) no-repeat center/cover;
}
.service .pages-mv h1 span {
  color: #fff !important;
}
.service main {
  background: url(../images/top/bg-robot.png) no-repeat top right/280px auto;
}
@media (max-width: 768px) {
  .service main {
    background-size: 140px auto;
  }
}

.first .pages-mv {
  background: url(../images/first/mv-bg.png) no-repeat center/cover;
}
.first main {
  background: url(../images/top/bg-robot.png) no-repeat top right/280px auto;
}
@media (max-width: 768px) {
  .first main {
    background-size: 140px auto;
  }
}
.first main .pagelink__photo {
  max-width: 719px;
  margin: 120px auto 0;
}
@media (max-width: 768px) {
  .first main .pagelink__photo {
    margin: 14% auto 0;
  }
}
@media (max-width: 480px) {
  .first main .pagelink__photo {
    margin: 60px auto 0;
  }
}
.first__intro {
  text-align: center;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .first__intro {
    padding-bottom: 10%;
  }
}
@media (max-width: 480px) {
  .first__intro {
    padding-bottom: 40px;
  }
}
.first__intro .name {
  font-size: 20px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .first__intro .name {
    font-size: 18px;
    margin-bottom: 14%;
  }
}
@media (max-width: 480px) {
  .first__intro .name {
    font-size: 16px;
    margin-bottom: 60px;
  }
}
.first__intro h2 {
  text-align: left;
  font-size: 36px;
  font-weight: bold;
  color: #505050;
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .first__intro h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .first__intro h2 {
    font-size: 24px;
  }
}
.first__intro h2 span {
  width: 18vw;
  max-width: 133.03px;
}
.first__intro ul {
  text-align: left;
  display: flex;
  justify-content: center;
  gap: 35px;
  max-width: 1175px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .first__intro ul {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .first__intro ul {
    gap: 20px;
  }
}
.first__intro ul li {
  width: 32%;
  border: 1px solid #BABABA;
  border-radius: 14px;
  padding: 20px;
}
@media (max-width: 768px) {
  .first__intro ul li {
    width: 100%;
  }
}
.first__intro ul li div {
  margin-bottom: 25px;
}
.first__intro ul li h3 {
  font-size: 20px;
  font-weight: bold;
  color: #505050;
  display: inline-block;
  border-bottom: 2px solid #121212;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .first__intro ul li h3 {
    font-size: 18px;
    margin-bottom: 5%;
  }
}
@media (max-width: 480px) {
  .first__intro ul li h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.first__flow {
  padding: 80px 0 100px;
  background: url(../images/first/flow-bg.jpg) no-repeat center/cover;
}
@media (max-width: 768px) {
  .first__flow {
    padding: 10% 0 12%;
  }
}
@media (max-width: 480px) {
  .first__flow {
    padding: 40px 0 50px;
  }
}
.first__flow h2 {
  text-align: left;
  font-size: 36px;
  font-weight: bold;
  color: #505050;
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .first__flow h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .first__flow h2 {
    font-size: 24px;
  }
}
.first__flow h2 span {
  width: 18vw;
  max-width: 70.1px;
}
.first__flow .wrap {
  max-width: 1140px;
}
.first__flow__box {
  margin: 0 auto 20px;
  background: #fff;
  padding: 40px 50px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .first__flow__box {
    flex-wrap: wrap;
    padding: 30px 20px;
  }
}
.first__flow__box__number {
  min-width: 74px;
  background: url(../images/first/step-arrow.svg) no-repeat center bottom/19.72px 77px;
}
@media (max-width: 768px) {
  .first__flow__box__number {
    flex: 0 0 calc(20% - 20px);
    text-align: center;
    min-width: 37px;
    background-position: center 73px;
    background-size: 9.86px 38.5px;
  }
}
.first__flow__box.last .first__flow__box__number {
  background: none;
}
.first__flow__box__txt {
  flex: 0 0 500px;
}
@media (max-width: 1050px) {
  .first__flow__box__txt {
    flex: 0 0 300px;
  }
}
@media (max-width: 768px) {
  .first__flow__box__txt {
    flex: 0 0 80%;
  }
}
.first__flow__box__txt h3 {
  font-size: 20px;
  font-weight: bold;
  color: gray;
  border-bottom: 1px solid #505050;
  padding-bottom: 20px;
  margin-bottom: 25px;
  margin-top: 20px;
}
@media (max-width: 1050px) {
  .first__flow__box__txt h3 {
    font-size: 18px;
    padding-bottom: 4%;
    margin-bottom: 4.5%;
    margin-top: 4%;
  }
}
@media (max-width: 768px) {
  .first__flow__box__txt h3 {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 10px;
  }
}
.first__flow__box__txt p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .first__flow__box__photo {
    padding-left: 20%;
    width: 100%;
  }
}
.first__faq {
  padding: 140px 0 120px;
  background: #F5FCFD;
}
@media (max-width: 768px) {
  .first__faq {
    padding: 16% 0 14%;
  }
}
@media (max-width: 480px) {
  .first__faq {
    padding: 80px 0 60px;
  }
}
.first__faq h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #505050;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .first__faq h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .first__faq h2 {
    font-size: 24px;
  }
}
.first__faq h2 span {
  width: 18vw;
  max-width: 60.06px;
  margin: 0 auto;
  display: block;
}
.first__faq ul li {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .first__faq ul li {
    margin-bottom: 7%;
  }
}
@media (max-width: 480px) {
  .first__faq ul li {
    margin-bottom: 25px;
  }
}
.first__faq ul li dl {
  background: #fff;
  padding: 40px 70px;
}
@media (max-width: 768px) {
  .first__faq ul li dl {
    padding: 6% 20px;
  }
}
@media (max-width: 480px) {
  .first__faq ul li dl {
    padding: 30px 20px;
  }
}
.first__faq ul li dl dt, .first__faq ul li dl dd {
  color: #505050;
  padding-left: 90px;
}
@media (max-width: 480px) {
  .first__faq ul li dl dt, .first__faq ul li dl dd {
    padding-left: 45px;
  }
}
.first__faq ul li dl dt span, .first__faq ul li dl dd span {
  display: inline-block;
  position: relative;
}
.first__faq ul li dl dt span::before, .first__faq ul li dl dd span::before {
  content: "";
  position: absolute;
  left: -90px;
  top: 0;
  bottom: 0;
  width: 58px;
  height: 58px;
  margin: auto;
}
@media (max-width: 480px) {
  .first__faq ul li dl dt span::before, .first__faq ul li dl dd span::before {
    left: -45px;
    width: 38px;
    height: 38px;
  }
}
.first__faq ul li dl dt {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 30px;
  border-bottom: 1px solid #CECECE;
}
@media (max-width: 768px) {
  .first__faq ul li dl dt {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .first__faq ul li dl dt {
    font-size: 18px;
  }
}
.first__faq ul li dl dt span {
  vertical-align: middle;
}
.first__faq ul li dl dt span::before {
  background: url(../images//first/faq-q.svg) no-repeat center/cover;
}
.first__faq ul li dl dd {
  padding-top: 30px;
}
.first__faq ul li dl dd span::before {
  background: url(../images//first/faq-a.svg) no-repeat center/cover;
}

.ibs-seitai .pages-mv {
  background: url(../images/ibs/mv-bg.png) no-repeat center/cover;
}
.ibs-seitai .pages-mv h1 span {
  color: #fff !important;
}
.ibs-seitai #contents {
  margin-bottom: 0;
}
.ibs-seitai main {
  background: url(../images/top/bg-robot.png) no-repeat top right/280px auto;
}
@media (max-width: 768px) {
  .ibs-seitai main {
    background-size: 140px auto;
  }
}
.ibs-seitai main .pagelink__photo {
  max-width: 719px;
  margin: 120px auto 0;
}
@media (max-width: 768px) {
  .ibs-seitai main .pagelink__photo {
    margin: 14% auto 0;
  }
}
@media (max-width: 480px) {
  .ibs-seitai main .pagelink__photo {
    margin: 60px auto 0;
  }
}
.ibs-seitai .ibs__intro {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .ibs-seitai .ibs__intro {
    padding-bottom: 10%;
  }
}
@media (max-width: 480px) {
  .ibs-seitai .ibs__intro {
    padding-bottom: 40px;
  }
}
.ibs-seitai .ibs__intro h2 {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .ibs-seitai .ibs__intro h2 {
    margin-bottom: 5.5%;
  }
}
@media (max-width: 480px) {
  .ibs-seitai .ibs__intro h2 {
    margin-bottom: 15px;
  }
}
.ibs-seitai .ibs__intro h2 span {
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  font-weight: bold;
  padding: 10px 30px;
  background: #E8FAFD;
  line-height: 1;
}
@media (max-width: 768px) {
  .ibs-seitai .ibs__intro h2 span {
    font-size: 24px;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .ibs-seitai .ibs__intro h2 span {
    font-size: 18px;
  }
}
.ibs-seitai .ibs__intro__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 870px;
  gap: 70px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .ibs-seitai .ibs__intro__flex {
    padding-bottom: 6%;
    flex-direction: column;
    max-width: 100%;
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .ibs-seitai .ibs__intro__flex {
    padding-bottom: 20px;
  }
}
.ibs-seitai .ibs__intro__flex p {
  text-align: left;
  line-height: 2.2;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .ibs-seitai .ibs__intro__flex p {
    line-height: 1.8;
  }
}
.ibs-seitai .ibs__intro__flex p strong {
  padding: 10px 5px;
  display: inline-block;
  background: #E8FAFD;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px) {
  .ibs-seitai .ibs__intro__flex p strong {
    line-height: 1.8;
  }
}
.ibs-seitai .ibs__intro__flex img {
  max-width: 277px;
}
@media (max-width: 768px) {
  .ibs-seitai .ibs__intro__flex img {
    margin: 0 auto;
    max-width: 100%;
  }
}
.ibs-seitai .ibs__symptoms {
  padding: 60px 55px;
  background: #F5F5F5;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .ibs-seitai .ibs__symptoms {
    padding: 8% 0;
    margin: 0 20px 14%;
  }
}
@media (max-width: 480px) {
  .ibs-seitai .ibs__symptoms {
    padding: 30px 20px;
    margin: 0 0 75px;
  }
}
.ibs-seitai .ibs__symptoms h2 {
  color: #05AFBE;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .ibs-seitai .ibs__symptoms h2 {
    font-size: 24px;
    margin-bottom: 7%;
  }
}
@media (max-width: 480px) {
  .ibs-seitai .ibs__symptoms h2 {
    font-size: 20px;
    margin-bottom: 45px;
  }
}
.ibs-seitai .ibs__symptoms h2 span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.ibs-seitai .ibs__symptoms h2 span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  width: 395px;
  height: 35px;
  z-index: -1;
  background: url(../images/common/symptoms-title.svg) no-repeat center/100%;
}
@media (max-width: 768px) {
  .ibs-seitai .ibs__symptoms h2 span::before {
    background-size: 100% auto;
    width: 100%;
    bottom: -30px;
  }
}
.ibs-seitai .ibs__symptoms .symptoms-list-pc {
  display: flex;
  gap: 2%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .ibs-seitai .ibs__symptoms .symptoms-list-pc {
    display: none;
  }
}
.ibs-seitai .ibs__symptoms .symptoms-list-pc ul li {
  width: 100%;
  margin-bottom: 20px;
}
.ibs-seitai .ibs__symptoms .symptoms-list-pc ul li img {
  width: 100%;
}
.ibs-seitai .ibs__symptoms .symptoms-list-sp {
  display: none;
  flex-wrap: wrap;
  gap: 4%;
}
@media (max-width: 768px) {
  .ibs-seitai .ibs__symptoms .symptoms-list-sp {
    display: flex;
  }
}
@media (max-width: 480px) {
  .ibs-seitai .ibs__symptoms .symptoms-list-sp {
    flex-wrap: wrap;
  }
}
.ibs-seitai .ibs__symptoms .symptoms-list-sp li {
  width: 48%;
  margin-bottom: 4%;
}
@media (max-width: 480px) {
  .ibs-seitai .ibs__symptoms .symptoms-list-sp li {
    width: 100%;
  }
}
.ibs-seitai .ibs__symptoms .symptoms-arrow {
  margin-bottom: 10px;
}
.ibs-seitai .ibs__symptoms .symptoms-arrow img {
  max-width: 75px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ibs-seitai .ibs__symptoms .symptoms-arrow img {
    max-width: 65px;
  }
}
@media (max-width: 480px) {
  .ibs-seitai .ibs__symptoms .symptoms-arrow img {
    max-width: 45px;
  }
}
.ibs-seitai .ibs__symptoms .ibs__symptoms-obi {
  text-align: center;
  border-radius: 100vh;
  padding: 13px 10px;
  letter-spacing: 0.8px;
  line-height: 1.6;
  background-image: linear-gradient(0deg, #00bccc, #62d1db 25%, #d0e8eb 98%, #f2f2f2);
}
@media (max-width: 768px) {
  .ibs-seitai .ibs__symptoms .ibs__symptoms-obi {
    border-radius: 14px;
    text-align: left;
    background-image: linear-gradient(0deg, #00bccc, #62d1db);
  }
  .ibs-seitai .ibs__symptoms .ibs__symptoms-obi br {
    display: none;
  }
}
.ibs-seitai .ibs__symptoms .ibs__symptoms-obi span {
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .ibs-seitai .ibs__symptoms .ibs__symptoms-obi span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .ibs-seitai .ibs__symptoms .ibs__symptoms-obi span {
    font-size: 16px;
  }
}
.ibs-seitai .ibs__symptoms .ibs__symptoms-obi span::before {
  content: "";
  position: absolute;
  right: -190px;
  bottom: -15px;
  width: 214px;
  height: 188px;
  background: url(../images/ibs/symptoms-people.png) no-repeat center/cover;
}
@media (max-width: 768px) {
  .ibs-seitai .ibs__symptoms .ibs__symptoms-obi span::before {
    content: none;
  }
}
.ibs-seitai .ibs__symptoms .ibs__symptoms-bottom {
  color: #505050;
  max-width: 790px;
  margin: 35px auto 0;
}
@media (max-width: 768px) {
  .ibs-seitai .ibs__symptoms .ibs__symptoms-bottom {
    margin-top: 5%;
  }
}
@media (max-width: 480px) {
  .ibs-seitai .ibs__symptoms .ibs__symptoms-bottom {
    margin-top: 20px;
  }
}
.ibs-seitai .ibs__service {
  padding: 120px 0 120px;
  background-image: linear-gradient(0deg, #ffffff, #ddfafa);
}
@media (max-width: 768px) {
  .ibs-seitai .ibs__service {
    padding: 14% 0 14%;
  }
}
@media (max-width: 480px) {
  .ibs-seitai .ibs__service {
    padding: 60px 0 60px;
  }
}
.ibs-seitai .ibs__service .wrap {
  max-width: 1150px;
}
.ibs-seitai .ibs__service-flex {
  display: flex;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ibs-seitai .ibs__service-flex {
    flex-direction: column;
  }
}
.ibs-seitai .ibs__service-flex__photo {
  width: 50%;
  margin-top: -160px;
}
@media (max-width: 768px) {
  .ibs-seitai .ibs__service-flex__photo {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.ibs-seitai .ibs__service-flex__txt {
  width: 46%;
  max-width: 514px;
}
@media (max-width: 768px) {
  .ibs-seitai .ibs__service-flex__txt {
    width: 100%;
    max-width: 100%;
  }
}
.ibs-seitai .ibs__service-flex__txt h3, .ibs-seitai .ibs__service-flex__txt p {
  color: #505050;
}
.ibs-seitai .ibs__service-flex__txt h3 {
  font-size: 22px;
  font-weight: bold;
  border-left: 7px solid #C9F1F5;
  margin-bottom: 40px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .ibs-seitai .ibs__service-flex__txt h3 {
    font-size: 18px;
    margin-bottom: 6%;
  }
}
@media (max-width: 480px) {
  .ibs-seitai .ibs__service-flex__txt h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.ibs-seitai .ibs__service-flex__txt p {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .ibs-seitai .ibs__service-flex__txt p {
    margin-bottom: 12%;
  }
}
@media (max-width: 480px) {
  .ibs-seitai .ibs__service-flex__txt p {
    margin-bottom: 50px;
  }
}
.ibs-seitai .ibs__service-flex__txt p:nth-of-type(2) {
  margin-bottom: 0;
}
.ibs-seitai .ibs__guidance__title {
  color: #121212;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  max-width: 546px;
  margin: 0 auto 30px;
  padding: 20px;
}
@media (max-width: 768px) {
  .ibs-seitai .ibs__guidance__title {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .ibs-seitai .ibs__guidance__title {
    font-size: 18px;
  }
}
.ibs-seitai .ibs__guidance ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1%;
  max-width: 1010px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .ibs-seitai .ibs__guidance ul {
    flex-direction: column;
  }
}
.ibs-seitai .ibs__guidance ul li {
  width: 49%;
  margin-bottom: 1%;
}
@media (max-width: 480px) {
  .ibs-seitai .ibs__guidance ul li {
    width: 100%;
  }
}
.ibs-seitai .ibs__guidance__txt {
  text-align: center;
  color: #343434;
  line-height: 2;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .ibs-seitai .ibs__guidance__txt {
    text-align: left;
  }
}
.ibs-seitai .price__title {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.price {
  padding: 70px 0 150px;
}
@media (max-width: 768px) {
  .price {
    padding: 9% 0 17%;
  }
}
@media (max-width: 480px) {
  .price {
    padding: 35px 0 70px;
  }
}
.price__title {
  color: #121212;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  max-width: 546px;
  margin: 30px auto 10px;
  padding: 20px;
}
@media (max-width: 768px) {
  .price__title {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .price__title {
    font-size: 18px;
  }
}
.price__border {
  padding: 14px 0;
  background-image: linear-gradient(90deg, #f2f2f2, #d0e8eb 23%, #00bccc);
}
.price__border img {
  max-width: 107.54px;
  margin: 0 auto;
}
.price__txt {
  color: #707070;
  margin-bottom: 40px;
  text-align: center;
}
.price__accordion {
  max-width: 800px;
  margin: 0 auto 66px;
  border: 1px solid #707070;
}
@media (max-width: 768px) {
  .price__accordion {
    margin-bottom: 7%;
  }
}
@media (max-width: 480px) {
  .price__accordion {
    margin-bottom: 30px;
  }
}
.price__arrow {
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  position: relative;
  background: #fff;
  cursor: pointer;
  display: block;
}
@media (max-width: 768px) {
  .price__arrow {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .price__arrow {
    font-size: 16px;
    padding: 10px;
  }
}
.price__arrow .triangle {
  position: absolute;
  width: 20px;
  height: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.25s ease;
}
.price__arrow.is-open .triangle {
  transform: rotate(180deg);
}
.price__note {
  margin: 16px auto 0;
  font-size: 14px;
  line-height: 2;
  color: #707070;
  padding: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .price__note {
    text-align: left;
    padding: 20px 10px;
  }
}
.price__box {
  max-width: 1040px;
  margin: 0 auto;
}
.price__box ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
  background: #F5FCFD url(../images/common/price__border.png) no-repeat center left/31px 100%;
  padding: 20px 40px;
}
@media (max-width: 768px) {
  .price__box ul li {
    flex-direction: column;
    padding: 20px;
    background-size: 5px 100%;
  }
}
.price__box ul li dl {
  width: 82%;
}
@media (max-width: 768px) {
  .price__box ul li dl {
    width: 100%;
  }
}
.price__box ul li dl dt, .price__box ul li dl dd {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .price__box ul li dl dt, .price__box ul li dl dd {
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
  .price__box ul li dl dt, .price__box ul li dl dd {
    padding-left: 0;
  }
}
.price__box ul li dl dt {
  font-size: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CECECE;
}
@media (max-width: 768px) {
  .price__box ul li dl dt {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .price__box ul li dl dt {
    font-size: 18px;
  }
}
.price__box ul li dl dt small {
  font-size: 14px;
  display: block;
}
.price__box ul li dl dd {
  padding-top: 20px;
  color: #505050;
}
.price__box ul li .number {
  width: 18%;
  text-align: center;
}
@media (max-width: 768px) {
  .price__box ul li .number {
    width: 100%;
  }
}
.price__box ul li .number__big {
  color: #05AFBE;
  font-size: 38px;
}
@media (max-width: 768px) {
  .price__box ul li .number__big {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .price__box ul li .number__big {
    font-size: 20px;
  }
}
.price__box ul li .number__big small {
  font-size: 22px;
}
@media (max-width: 768px) {
  .price__box ul li .number__big small {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .price__box ul li .number__big small {
    font-size: 16px;
  }
}
.price__box ul li .number__small {
  color: #000;
}

.service-prof {
  padding: 80px 0 90px;
  background: #FAFAFA;
}
@media (max-width: 768px) {
  .service-prof {
    padding: 10% 0 11%;
  }
}
@media (max-width: 768px) {
  .service-prof {
    padding: 40px 0 45px;
  }
}
.service-prof .wra {
  max-width: 957px;
  margin: 0 auto;
}
.service-prof__flex {
  display: flex;
  justify-content: space-between;
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .service-prof__flex {
    flex-direction: column;
  }
}
.service-prof__flex__photo {
  width: 50%;
  max-width: 318px;
}
@media (max-width: 768px) {
  .service-prof__flex__photo {
    width: 100%;
    margin: 0 auto 25px;
  }
}
.service-prof__flex__photo img {
  margin: 0 auto 0;
}
.service-prof__flex__txt {
  max-width: 522px;
}
@media (max-width: 768px) {
  .service-prof__flex__txt {
    max-width: 100%;
  }
}
.service-prof__flex__txt h2 {
  text-align: center;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 20px;
  margin-bottom: 30px;
}
.service-prof__flex__txt .gray {
  color: #ADAB8E;
  margin-bottom: 20px;
}
.service-prof__flex__txt .name {
  font-size: 22px;
  position: relative;
  padding: 20px 0 30px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .service-prof__flex__txt .name {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .service-prof__flex__txt .name {
    font-size: 16px;
  }
}
.service-prof__flex__txt .name small {
  font-size: 16px;
  top: 0px;
  display: block;
  position: absolute;
}
@media (max-width: 768px) {
  .service-prof__flex__txt .name small {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .service-prof__flex__txt .name small {
    font-size: 13px;
  }
}
.service-prof__flex__txt .name span {
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
}
.service-prof__flex__txt p {
  color: #505050;
  margin-bottom: 80px;
  line-height: 2;
}
@media (max-width: 768px) {
  .service-prof__flex__txt p {
    margin-bottom: 10%;
  }
}
@media (max-width: 480px) {
  .service-prof__flex__txt p {
    margin-bottom: 40px;
  }
}
.service-prof__flex__txt .carrier {
  padding: 20px 30px;
  border: 1px solid #707070;
}
.service-prof__flex__txt .carrier dl {
  color: #505050;
}
.service-prof__flex__txt .carrier dl dd {
  margin-bottom: 30px;
}
.service-prof__flex__txt .carrier dl dd:nth-of-type(2) {
  margin-bottom: 0;
}
.service-prof__flex__txt .carrier dl dd ul {
  padding-left: 20px;
}
.service-prof__flex__txt .carrier dl dd ul li {
  list-style-type: disc;
}

.herb-tea .pages-mv {
  background: url(../images/herbtea/mv-bg.png) no-repeat center/cover;
}
.herb-tea main {
  background: url(../images/top/bg-robot.png) no-repeat top right/280px auto;
}
@media (max-width: 768px) {
  .herb-tea main {
    background-size: 140px auto;
  }
}
.herb-tea main .pagelink__photo {
  max-width: 719px;
  margin: 120px auto 0;
}
@media (max-width: 768px) {
  .herb-tea main .pagelink__photo {
    margin: 14% auto 0;
  }
}
@media (max-width: 480px) {
  .herb-tea main .pagelink__photo {
    margin: 60px auto 0;
  }
}
.herb-tea .herbtea__intro {
  text-align: center;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .herb-tea .herbtea__intro {
    padding-bottom: 10%;
  }
}
@media (max-width: 480px) {
  .herb-tea .herbtea__intro {
    padding-bottom: 40px;
  }
}
.herb-tea .herbtea__intro h2 {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .herb-tea .herbtea__intro h2 {
    margin-bottom: 5.5%;
  }
}
@media (max-width: 480px) {
  .herb-tea .herbtea__intro h2 {
    margin-bottom: 15px;
  }
}
.herb-tea .herbtea__intro h2 span {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  padding: 10px 30px;
  background: #E8FAFD;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 768px) {
  .herb-tea .herbtea__intro h2 span {
    font-size: 24px;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .herb-tea .herbtea__intro h2 span {
    font-size: 18px;
  }
}
.herb-tea .herbtea__intro h2 span:nth-of-type(1) {
  margin-bottom: 15px;
}
.herb-tea .herbtea__intro p {
  color: #505050;
  line-height: 2;
}
@media (max-width: 768px) {
  .herb-tea .herbtea__intro p {
    text-align: left;
  }
}
.herb-tea .herbtea__intro p:nth-of-type(2) {
  color: #505050;
  font-size: 22px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .herb-tea .herbtea__intro p:nth-of-type(2) {
    font-size: 18px;
    margin-top: 8%;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .herb-tea .herbtea__intro p:nth-of-type(2) {
    font-size: 16px;
    margin-top: 30px;
  }
}
.herb-tea .herbtea__symptoms {
  padding: 60px 55px;
  background: #F5F5F5;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .herb-tea .herbtea__symptoms {
    padding: 8% 0;
    margin: 0 20px 12%;
  }
}
@media (max-width: 480px) {
  .herb-tea .herbtea__symptoms {
    padding: 30px 20px;
    margin: 0 0 50px;
  }
}
.herb-tea .herbtea__symptoms h2 {
  color: #05AFBE;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .herb-tea .herbtea__symptoms h2 {
    font-size: 24px;
    margin-bottom: 7%;
  }
}
@media (max-width: 480px) {
  .herb-tea .herbtea__symptoms h2 {
    font-size: 20px;
    margin-bottom: 45px;
  }
}
.herb-tea .herbtea__symptoms h2 span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.herb-tea .herbtea__symptoms h2 span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  width: 260.5px;
  height: 35px;
  z-index: -1;
  margin: auto;
  background: url(../images/common/symptoms-title.svg) no-repeat center/100%;
}
@media (max-width: 768px) {
  .herb-tea .herbtea__symptoms h2 span::before {
    background-size: 100% auto;
    width: 100%;
    bottom: -30px;
  }
}
.herb-tea .herbtea__symptoms .symptoms-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: center;
}
@media (max-width: 768px) {
  .herb-tea .herbtea__symptoms .symptoms-list {
    flex-wrap: wrap;
  }
}
.herb-tea .herbtea__symptoms .symptoms-list li {
  width: 32%;
  max-width: 316px;
  margin-bottom: 2%;
}
@media (max-width: 480px) {
  .herb-tea .herbtea__symptoms .symptoms-list li {
    width: 100%;
  }
}
.herb-tea .herbtea__symptoms .symptoms-list li img {
  width: 100%;
}
.herb-tea .herbtea__symptoms .symptoms-arrow {
  margin-bottom: 10px;
}
.herb-tea .herbtea__symptoms .symptoms-arrow img {
  max-width: 75px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .herb-tea .herbtea__symptoms .symptoms-arrow img {
    max-width: 65px;
  }
}
@media (max-width: 480px) {
  .herb-tea .herbtea__symptoms .symptoms-arrow img {
    max-width: 45px;
  }
}
.herb-tea .herbtea__symptoms .herbtea__symptoms-obi {
  text-align: center;
  border-radius: 100vh;
  padding: 13px 10px;
  letter-spacing: 0.8px;
  line-height: 1.6;
  background-image: linear-gradient(0deg, #00bccc, #62d1db 25%, #d0e8eb 98%, #f2f2f2);
}
@media (max-width: 768px) {
  .herb-tea .herbtea__symptoms .herbtea__symptoms-obi {
    border-radius: 14px;
    text-align: left;
    background-image: linear-gradient(0deg, #00bccc, #62d1db);
  }
  .herb-tea .herbtea__symptoms .herbtea__symptoms-obi br {
    display: none;
  }
}
.herb-tea .herbtea__symptoms .herbtea__symptoms-obi span {
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .herb-tea .herbtea__symptoms .herbtea__symptoms-obi span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .herb-tea .herbtea__symptoms .herbtea__symptoms-obi span {
    font-size: 16px;
  }
}
.herb-tea .herbtea__symptoms .herbtea__symptoms-obi span::before {
  content: "";
  position: absolute;
  right: -240px;
  bottom: -15px;
  width: 214px;
  height: 188px;
  background: url(../images/herbtea/symptoms-people.png) no-repeat center/cover;
}
@media (max-width: 768px) {
  .herb-tea .herbtea__symptoms .herbtea__symptoms-obi span::before {
    content: none;
  }
}
.herb-tea .herbtea__symptoms .herbtea__symptoms-bottom {
  color: #505050;
  max-width: 790px;
  margin: 35px auto 0;
}
@media (max-width: 768px) {
  .herb-tea .herbtea__symptoms .herbtea__symptoms-bottom {
    margin-top: 5%;
  }
}
@media (max-width: 480px) {
  .herb-tea .herbtea__symptoms .herbtea__symptoms-bottom {
    margin-top: 20px;
  }
}
.herb-tea .herbtea__service {
  padding: 0 0 80px;
}
@media (max-width: 768px) {
  .herb-tea .herbtea__service {
    padding: 0 0 10%;
  }
}
@media (max-width: 480px) {
  .herb-tea .herbtea__service {
    padding: 0;
  }
}
.herb-tea .herbtea__service .wrap {
  max-width: 1280px;
}
.herb-tea .herbtea__service h2 {
  color: #ADAB8E;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .herb-tea .herbtea__service h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .herb-tea .herbtea__service h2 {
    font-size: 20px;
  }
}
.herb-tea .herbtea__service-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .herb-tea .herbtea__service-flex {
    flex-direction: column;
  }
}
.herb-tea .herbtea__service-flex li {
  width: 32%;
  background: #FAFAFA;
}
@media (max-width: 768px) {
  .herb-tea .herbtea__service-flex li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.herb-tea .herbtea__service-flex__txt {
  padding: 30px 20px;
}
.herb-tea .herbtea__service-flex__txt h3 {
  color: #ADAB8E;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .herb-tea .herbtea__service-flex__txt h3 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .herb-tea .herbtea__service-flex__txt h3 {
    font-size: 16px;
  }
}
.herb-tea .herbtea__service-flex__txt p {
  border-top: 1px solid #ADAB8E;
  color: #505050;
  padding-top: 15px;
}
.herb-tea .price ul li dl {
  width: 100%;
}
.herb-tea .price ul li dl dt small {
  font-size: 16px;
  color: #ADAB8E;
}
@media (max-width: 768px) {
  .herb-tea .price ul li dl dt small {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .herb-tea .price ul li dl dt small {
    font-size: 13px;
  }
}
.herb-tea .price ul li dl dd .flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .herb-tea .price ul li dl dd .flex {
    flex-direction: column;
  }
}
.herb-tea .price ul li dl dd ul {
  background: none;
  display: block;
}
@media (max-width: 768px) {
  .herb-tea .price ul li dl dd ul {
    margin-bottom: 20px;
  }
}
.herb-tea .price ul li dl dd ul li {
  display: block;
  color: #505050;
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 2;
  list-style: none;
}
.herb-tea .price ul li dl dd ul li::before {
  content: "・";
}
.herb-tea .price ul li dl dd .gift {
  background: #fff;
  border: 1px solid #CECECE;
  padding: 20px;
}
@media (max-width: 768px) {
  .herb-tea .price ul li dl dd .gift {
    padding: 20px 10px;
  }
}
.herb-tea .price ul li dl dd .gift .gift__title {
  color: #ADAB8E;
  margin-bottom: 10px;
}
.herb-tea .price .netshop {
  margin-top: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .herb-tea .price .netshop {
    margin-top: 12%;
  }
}
@media (max-width: 480px) {
  .herb-tea .price .netshop {
    margin-top: 50px;
  }
}
.herb-tea .price .netshop a {
  max-width: 800px;
  margin: 10px auto 0;
  display: block;
  padding: 40px;
  font-size: 22px;
  border: 1px solid #707070;
  line-height: 1;
}
@media (max-width: 768px) {
  .herb-tea .price .netshop a {
    padding: 20px;
    font-size: 18px;
    line-height: 1.8;
  }
}
@media (max-width: 480px) {
  .herb-tea .price .netshop a {
    padding: 10px;
    font-size: 14px;
  }
}
.herb-tea .price .netshop a:hover {
  color: #FFF;
  background: #00BCCC;
}
.herb-tea .service-prof__flex__txt .carrier dl dd {
  margin-bottom: 0;
}

.training .pages-mv {
  background: url(../images/training/mv-bg.png) no-repeat center/cover;
}
.training .pages-mv h1 span {
  color: #fff !important;
}
.training #contents {
  margin-bottom: 0;
}
.training main {
  background: url(../images/top/bg-robot.png) no-repeat top right/280px auto;
}
@media (max-width: 768px) {
  .training main {
    background-size: 140px auto;
  }
}
.training main .pagelink__photo {
  max-width: 719px;
  margin: 120px auto 0;
}
@media (max-width: 768px) {
  .training main .pagelink__photo {
    margin: 14% auto 0;
  }
}
@media (max-width: 480px) {
  .training main .pagelink__photo {
    margin: 60px auto 0;
  }
}
.training .training__intro {
  text-align: center;
}
.training .training__intro h2 {
  font-size: 30px;
  margin-bottom: 35px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .training .training__intro h2 {
    margin-bottom: 5.5%;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .training .training__intro h2 {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.training .training__intro h2 span {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  padding: 10px 30px;
  background: #E8FAFD;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 768px) {
  .training .training__intro h2 span {
    font-size: 24px;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .training .training__intro h2 span {
    font-size: 18px;
  }
}
.training .training__intro h2 span:nth-of-type(1) {
  margin-bottom: 5px;
}
.training .training__intro h2 span:nth-of-type(2) {
  margin-top: 5px;
}
.training .training__intro p {
  color: #505050;
  line-height: 2;
}
@media (max-width: 768px) {
  .training .training__intro p {
    text-align: left;
  }
}
.training .training__intro p:nth-of-type(2) {
  color: #505050;
  font-size: 22px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .training .training__intro p:nth-of-type(2) {
    font-size: 18px;
    margin-top: 8%;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .training .training__intro p:nth-of-type(2) {
    font-size: 16px;
    margin-top: 30px;
  }
}
.training .training__symptoms {
  padding: 60px 55px;
  background: #F5F5F5;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .training .training__symptoms {
    padding: 8% 0;
    margin: 0 20px 12%;
  }
}
@media (max-width: 480px) {
  .training .training__symptoms {
    padding: 30px 20px;
    margin: 0 0 50px;
  }
}
.training .training__symptoms h2 {
  color: #05AFBE;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .training .training__symptoms h2 {
    font-size: 24px;
    margin-bottom: 7%;
  }
}
@media (max-width: 480px) {
  .training .training__symptoms h2 {
    font-size: 20px;
    margin-bottom: 45px;
  }
}
.training .training__symptoms h2 span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.training .training__symptoms h2 span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  width: 260.5px;
  height: 35px;
  z-index: -1;
  margin: auto;
  background: url(../images/common/symptoms-title.svg) no-repeat center/100%;
}
@media (max-width: 768px) {
  .training .training__symptoms h2 span::before {
    background-size: 100% auto;
    width: 100%;
    bottom: -30px;
  }
}
.training .training__symptoms .symptoms-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: center;
}
@media (max-width: 768px) {
  .training .training__symptoms .symptoms-list {
    flex-wrap: wrap;
  }
}
.training .training__symptoms .symptoms-list li {
  width: 32%;
  max-width: 316px;
  margin-bottom: 2%;
}
@media (max-width: 480px) {
  .training .training__symptoms .symptoms-list li {
    width: 100%;
  }
}
.training .training__symptoms .symptoms-list li img {
  width: 100%;
}
.training .training__symptoms .symptoms-arrow {
  margin-bottom: 10px;
}
.training .training__symptoms .symptoms-arrow img {
  max-width: 75px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .training .training__symptoms .symptoms-arrow img {
    max-width: 65px;
  }
}
@media (max-width: 480px) {
  .training .training__symptoms .symptoms-arrow img {
    max-width: 45px;
  }
}
.training .training__symptoms .training__symptoms-obi {
  text-align: center;
  border-radius: 100vh;
  padding: 13px 10px;
  letter-spacing: 0.8px;
  line-height: 1.6;
  background-image: linear-gradient(0deg, #00bccc, #62d1db 25%, #d0e8eb 98%, #f2f2f2);
}
@media (max-width: 768px) {
  .training .training__symptoms .training__symptoms-obi {
    border-radius: 14px;
    text-align: left;
    background-image: linear-gradient(0deg, #00bccc, #62d1db);
  }
  .training .training__symptoms .training__symptoms-obi br {
    display: none;
  }
}
.training .training__symptoms .training__symptoms-obi span {
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .training .training__symptoms .training__symptoms-obi span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .training .training__symptoms .training__symptoms-obi span {
    font-size: 16px;
  }
}
.training .training__symptoms .training__symptoms-bottom {
  color: #505050;
  max-width: 790px;
  margin: 35px auto 0;
}
@media (max-width: 768px) {
  .training .training__symptoms .training__symptoms-bottom {
    margin-top: 5%;
  }
}
@media (max-width: 480px) {
  .training .training__symptoms .training__symptoms-bottom {
    margin-top: 20px;
  }
}
.training .training__service {
  padding: 120px 0 120px;
  background-image: linear-gradient(0deg, #ffffff, #ddfafa);
}
@media (max-width: 768px) {
  .training .training__service {
    padding: 14% 0 14%;
  }
}
@media (max-width: 480px) {
  .training .training__service {
    padding: 60px 0 60px;
  }
}
.training .training__service .wrap {
  max-width: 1150px;
}
.training .training__service-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .training .training__service-flex {
    flex-direction: column;
  }
}
.training .training__service-flex__photo {
  width: 50%;
}
@media (max-width: 768px) {
  .training .training__service-flex__photo {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.training .training__service-flex__txt {
  width: 46%;
  max-width: 514px;
}
@media (max-width: 768px) {
  .training .training__service-flex__txt {
    width: 100%;
    max-width: 100%;
  }
}
.training .training__service-flex__txt h3, .training .training__service-flex__txt p {
  color: #505050;
}
.training .training__service-flex__txt h3 {
  font-size: 22px;
  font-weight: bold;
  border-left: 7px solid #C9F1F5;
  margin-bottom: 40px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .training .training__service-flex__txt h3 {
    font-size: 18px;
    margin-bottom: 6%;
  }
}
@media (max-width: 480px) {
  .training .training__service-flex__txt h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.training .training__service-flex__txt p {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .training .training__service-flex__txt p {
    margin-bottom: 12%;
  }
}
@media (max-width: 480px) {
  .training .training__service-flex__txt p {
    margin-bottom: 50px;
  }
}
.training .training__service-flex__txt p:nth-of-type(2) {
  margin-bottom: 0;
}
.training .training__service-flex.return {
  margin-top: 60px;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .training .training__service-flex.return {
    flex-direction: column;
    margin-top: 8%;
  }
}
@media (max-width: 480px) {
  .training .training__service-flex.return {
    margin-top: 30px;
  }
}
.training .training__service-flex.return p {
  margin-bottom: 0 !important;
}
.training .training__support {
  padding-top: 90px;
}
@media (max-width: 768px) {
  .training .training__support {
    padding-top: 11%;
  }
}
@media (max-width: 480px) {
  .training .training__support {
    padding-top: 0;
  }
}
.training .training__support h2, .training .training__support p {
  text-align: center;
}
.training .training__support h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 768px) {
  .training .training__support h2 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .training .training__support h2 {
    font-size: 18px;
  }
}
.training .training__support h2 span {
  border-bottom: 2px solid #505050;
}
.training .training__support p {
  color: #505050;
  max-width: 727px;
  margin: 40px auto 30px;
  text-align: left;
}
@media (max-width: 768px) {
  .training .training__support p {
    margin: 6% auto 5%;
  }
}
@media (max-width: 480px) {
  .training .training__support p {
    margin: 20px auto 15px;
  }
}
.training .training__support__photo {
  max-width: 1100px;
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .training .training__support__photo {
    margin: 0 auto 10%;
  }
}
@media (max-width: 480px) {
  .training .training__support__photo {
    margin: 0 auto 40px;
  }
}
.training .training__support__fukidashi {
  display: flex;
  justify-content: space-between;
  gap: 4%;
}
@media (max-width: 768px) {
  .training .training__support__fukidashi {
    flex-direction: column-reverse;
  }
}
.training .training__support__fukidashi .photo {
  width: 20%;
}
@media (max-width: 768px) {
  .training .training__support__fukidashi .photo {
    width: 100%;
  }
  .training .training__support__fukidashi .photo img {
    max-width: 180px;
    margin: 0 auto;
  }
}
.training .training__support__fukidashi .txt {
  width: 76%;
  max-width: 852px;
  border: 6px solid #C9F1F5;
  padding: 50px;
  border-radius: 34px;
  position: relative;
}
@media (max-width: 768px) {
  .training .training__support__fukidashi .txt {
    width: 100%;
    padding: 30px 20px;
  }
}
.training .training__support__fukidashi .txt:before {
  content: "";
  position: absolute;
  left: -59px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 59px;
  height: 92px;
  background: url(../images/training/fukidashi.png) no-repeat center/cover;
}
@media (max-width: 768px) {
  .training .training__support__fukidashi .txt:before {
    content: none;
  }
}
.training .training__support__fukidashi .txt h3 {
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .training .training__support__fukidashi .txt h3 {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .training .training__support__fukidashi .txt h3 {
    padding-top: 16px;
  }
}
.training .training__support__fukidashi .txt p {
  text-align: left;
}
.training .price__box ul li dl dt small {
  font-size: 18px;
  display: inline-block;
}
.training .service-prof .service-prof__flex {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .training .service-prof .service-prof__flex {
    margin-bottom: 11%;
  }
}
@media (max-width: 480px) {
  .training .service-prof .service-prof__flex {
    margin-bottom: 45px;
  }
}

.choumomi .pages-mv {
  background: url(../images/choumomi/mv-bg.png) no-repeat center/cover;
}
.choumomi .pages-mv h1 span {
  color: #fff !important;
}
.choumomi #contents {
  margin-bottom: 0;
}
.choumomi main {
  background: url(../images/top/bg-robot.png) no-repeat top right/280px auto;
}
@media (max-width: 768px) {
  .choumomi main {
    background-size: 140px auto;
  }
}
.choumomi main .pagelink__photo {
  max-width: 719px;
  margin: 120px auto 0;
}
@media (max-width: 768px) {
  .choumomi main .pagelink__photo {
    margin: 14% auto 0;
  }
}
@media (max-width: 480px) {
  .choumomi main .pagelink__photo {
    margin: 60px auto 0;
  }
}
.choumomi .choumomi__intro {
  text-align: center;
}
.choumomi .choumomi__intro h2 {
  font-size: 30px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .choumomi .choumomi__intro h2 {
    margin-bottom: 5.5%;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .choumomi .choumomi__intro h2 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.choumomi .choumomi__intro h2 span {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  padding: 10px 30px;
  background: #E8FAFD;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 768px) {
  .choumomi .choumomi__intro h2 span {
    font-size: 24px;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .choumomi .choumomi__intro h2 span {
    font-size: 18px;
  }
}
.choumomi .choumomi__intro h2 span:nth-of-type(1) {
  margin-bottom: 5px;
}
.choumomi .choumomi__intro h2 span:nth-of-type(2) {
  margin-top: 5px;
}
.choumomi .choumomi__symptoms {
  padding: 60px 55px;
  background: #F5F5F5;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .choumomi .choumomi__symptoms {
    padding: 8% 0;
    margin: 0 20px 14%;
  }
}
@media (max-width: 480px) {
  .choumomi .choumomi__symptoms {
    padding: 30px 20px;
    margin: 0 0 75px;
  }
}
.choumomi .choumomi__symptoms h2 {
  color: #05AFBE;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .choumomi .choumomi__symptoms h2 {
    font-size: 24px;
    margin-bottom: 7%;
  }
}
@media (max-width: 480px) {
  .choumomi .choumomi__symptoms h2 {
    font-size: 20px;
    margin-bottom: 45px;
  }
}
.choumomi .choumomi__symptoms h2 span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.choumomi .choumomi__symptoms h2 span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  width: 260.5px;
  height: 35px;
  z-index: -1;
  margin: auto;
  background: url(../images/common/symptoms-title.svg) no-repeat center/100%;
}
@media (max-width: 768px) {
  .choumomi .choumomi__symptoms h2 span::before {
    background-size: 100% auto;
    width: 100%;
    bottom: -30px;
  }
}
.choumomi .choumomi__symptoms .symptoms-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: center;
}
@media (max-width: 768px) {
  .choumomi .choumomi__symptoms .symptoms-list {
    flex-wrap: wrap;
  }
}
.choumomi .choumomi__symptoms .symptoms-list li {
  width: 32%;
  max-width: 316px;
  margin-bottom: 2%;
}
@media (max-width: 480px) {
  .choumomi .choumomi__symptoms .symptoms-list li {
    width: 100%;
  }
}
.choumomi .choumomi__symptoms .symptoms-list li img {
  width: 100%;
}
.choumomi .choumomi__symptoms .symptoms-arrow {
  margin-bottom: 10px;
}
.choumomi .choumomi__symptoms .symptoms-arrow img {
  max-width: 75px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .choumomi .choumomi__symptoms .symptoms-arrow img {
    max-width: 65px;
  }
}
@media (max-width: 480px) {
  .choumomi .choumomi__symptoms .symptoms-arrow img {
    max-width: 45px;
  }
}
.choumomi .choumomi__symptoms .choumomi__symptoms-obi {
  text-align: center;
  border-radius: 100vh;
  padding: 13px 10px;
  letter-spacing: 0.8px;
  line-height: 1.6;
  background-image: linear-gradient(0deg, #00bccc, #62d1db 25%, #d0e8eb 98%, #f2f2f2);
}
@media (max-width: 768px) {
  .choumomi .choumomi__symptoms .choumomi__symptoms-obi {
    border-radius: 14px;
    background-image: linear-gradient(0deg, #00bccc, #62d1db);
  }
  .choumomi .choumomi__symptoms .choumomi__symptoms-obi br {
    display: none;
  }
}
.choumomi .choumomi__symptoms .choumomi__symptoms-obi span {
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .choumomi .choumomi__symptoms .choumomi__symptoms-obi span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .choumomi .choumomi__symptoms .choumomi__symptoms-obi span {
    font-size: 16px;
  }
}
.choumomi .choumomi__symptoms .choumomi__symptoms-obi span::before {
  content: "";
  position: absolute;
  right: -200px;
  bottom: -18px;
  width: 214px;
  height: 188px;
  background: url(../images/choumomi/symptoms-people.png) no-repeat center/cover;
}
@media (max-width: 768px) {
  .choumomi .choumomi__symptoms .choumomi__symptoms-obi span::before {
    content: none;
  }
}
.choumomi .choumomi__symptoms .choumomi__symptoms-bottom {
  color: #505050;
  max-width: 790px;
  margin: 35px auto 0;
}
@media (max-width: 768px) {
  .choumomi .choumomi__symptoms .choumomi__symptoms-bottom {
    margin-top: 5%;
  }
}
@media (max-width: 480px) {
  .choumomi .choumomi__symptoms .choumomi__symptoms-bottom {
    margin-top: 20px;
  }
}
.choumomi .choumomi__service {
  padding: 120px 0 120px;
  background-image: linear-gradient(0deg, #ffffff, #ddfafa);
}
@media (max-width: 768px) {
  .choumomi .choumomi__service {
    padding: 14% 0 14%;
  }
}
@media (max-width: 480px) {
  .choumomi .choumomi__service {
    padding: 60px 0 60px;
  }
}
.choumomi .choumomi__service .wrap {
  max-width: 1150px;
}
.choumomi .choumomi__service-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .choumomi .choumomi__service-flex {
    flex-direction: column;
  }
}
.choumomi .choumomi__service-flex__photo {
  width: 50%;
}
@media (max-width: 768px) {
  .choumomi .choumomi__service-flex__photo {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.choumomi .choumomi__service-flex__txt {
  width: 46%;
  max-width: 514px;
}
@media (max-width: 768px) {
  .choumomi .choumomi__service-flex__txt {
    width: 100%;
    max-width: 100%;
  }
}
.choumomi .choumomi__service-flex__txt h3, .choumomi .choumomi__service-flex__txt p {
  color: #505050;
}
.choumomi .choumomi__service-flex__txt h3 {
  font-size: 22px;
  font-weight: bold;
  border-left: 7px solid #C9F1F5;
  margin-bottom: 40px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .choumomi .choumomi__service-flex__txt h3 {
    font-size: 18px;
    margin-bottom: 6%;
  }
}
@media (max-width: 480px) {
  .choumomi .choumomi__service-flex__txt h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.choumomi .choumomi__service-flex__txt p {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .choumomi .choumomi__service-flex__txt p {
    margin-bottom: 12%;
  }
}
@media (max-width: 480px) {
  .choumomi .choumomi__service-flex__txt p {
    margin-bottom: 50px;
  }
}
.choumomi .choumomi__service-flex__txt p:nth-of-type(2) {
  margin-bottom: 0;
}
.choumomi .choumomi__service-flex.return {
  margin-top: 60px;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .choumomi .choumomi__service-flex.return {
    flex-direction: column;
    margin-top: 8%;
  }
}
@media (max-width: 480px) {
  .choumomi .choumomi__service-flex.return {
    margin-top: 30px;
  }
}
.choumomi .choumomi__service-flex.return h3 {
  padding-bottom: 20px;
  padding-left: 0;
  border-left: none;
  border-bottom: 1px #707070 solid;
}
.choumomi .choumomi__service-flex.return p {
  margin-bottom: 0 !important;
}
.choumomi .price .price__box dl dt span {
  font-size: 18px;
}
@media (max-width: 768px) {
  .choumomi .price .price__box dl dt span {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .choumomi .price .price__box dl dt span {
    font-size: 14px;
  }
}
.choumomi .price .price__box dl dt small {
  font-size: 18px;
  color: #ADAB8E;
}
@media (max-width: 768px) {
  .choumomi .price .price__box dl dt small {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .choumomi .price .price__box dl dt small {
    font-size: 14px;
  }
}

.curenail .pages-mv {
  background: url(../images/curenail/mv-bg.png) no-repeat center/cover;
}
.curenail #contents {
  margin-bottom: 0;
}
.curenail main {
  background: url(../images/top/bg-robot.png) no-repeat top right/280px auto;
}
@media (max-width: 768px) {
  .curenail main {
    background-size: 140px auto;
  }
}
.curenail main .pagelink__photo {
  max-width: 719px;
  margin: 120px auto 0;
}
@media (max-width: 768px) {
  .curenail main .pagelink__photo {
    margin: 14% auto 0;
  }
}
@media (max-width: 480px) {
  .curenail main .pagelink__photo {
    margin: 60px auto 0;
  }
}
.curenail .curenail__intro {
  text-align: center;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .curenail .curenail__intro {
    padding-bottom: 10%;
  }
}
@media (max-width: 480px) {
  .curenail .curenail__intro {
    padding-bottom: 40px;
  }
}
.curenail .curenail__intro h2 {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .curenail .curenail__intro h2 {
    margin-bottom: 5.5%;
  }
}
@media (max-width: 480px) {
  .curenail .curenail__intro h2 {
    margin-bottom: 15px;
  }
}
.curenail .curenail__intro h2 span {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  padding: 10px 30px;
  background: #E8FAFD;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 768px) {
  .curenail .curenail__intro h2 span {
    font-size: 24px;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .curenail .curenail__intro h2 span {
    font-size: 18px;
  }
}
.curenail .curenail__intro h2 span:nth-of-type(1) {
  margin-bottom: 15px;
}
.curenail .curenail__intro p {
  color: #505050;
  line-height: 2;
}
@media (max-width: 768px) {
  .curenail .curenail__intro p {
    text-align: left;
  }
}
.curenail .curenail__intro p:nth-of-type(2) {
  color: #505050;
  font-size: 22px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .curenail .curenail__intro p:nth-of-type(2) {
    font-size: 18px;
    margin-top: 8%;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .curenail .curenail__intro p:nth-of-type(2) {
    font-size: 16px;
    margin-top: 30px;
  }
}
.curenail .curenail__symptoms {
  padding: 60px 55px;
  background: #F5F5F5;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .curenail .curenail__symptoms {
    padding: 8% 0;
    margin: 0 20px 0;
  }
}
@media (max-width: 480px) {
  .curenail .curenail__symptoms {
    padding: 30px 20px;
    margin: 0 0 0;
  }
}
.curenail .curenail__symptoms h2 {
  color: #05AFBE;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .curenail .curenail__symptoms h2 {
    font-size: 24px;
    margin-bottom: 7%;
  }
}
@media (max-width: 480px) {
  .curenail .curenail__symptoms h2 {
    font-size: 20px;
    margin-bottom: 45px;
  }
}
.curenail .curenail__symptoms h2 span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.curenail .curenail__symptoms h2 span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  width: 260.5px;
  height: 35px;
  z-index: -1;
  margin: auto;
  background: url(../images/common/symptoms-title.svg) no-repeat center/100%;
}
@media (max-width: 768px) {
  .curenail .curenail__symptoms h2 span::before {
    background-size: 100% auto;
    width: 100%;
    bottom: -30px;
  }
}
.curenail .curenail__symptoms .symptoms-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: center;
}
@media (max-width: 768px) {
  .curenail .curenail__symptoms .symptoms-list {
    flex-wrap: wrap;
  }
}
.curenail .curenail__symptoms .symptoms-list li {
  width: 32%;
  max-width: 316px;
  margin-bottom: 2%;
}
@media (max-width: 480px) {
  .curenail .curenail__symptoms .symptoms-list li {
    width: 100%;
  }
}
.curenail .curenail__symptoms .symptoms-list li img {
  width: 100%;
}
.curenail .curenail__symptoms .symptoms-arrow {
  margin-bottom: 10px;
}
.curenail .curenail__symptoms .symptoms-arrow img {
  max-width: 75px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .curenail .curenail__symptoms .symptoms-arrow img {
    max-width: 65px;
  }
}
@media (max-width: 480px) {
  .curenail .curenail__symptoms .symptoms-arrow img {
    max-width: 45px;
  }
}
.curenail .curenail__symptoms .curenail__symptoms-obi {
  text-align: center;
  border-radius: 100vh;
  padding: 13px 10px;
  letter-spacing: 0.8px;
  line-height: 1.6;
  background-image: linear-gradient(0deg, #00bccc, #62d1db 25%, #d0e8eb 98%, #f2f2f2);
}
@media (max-width: 768px) {
  .curenail .curenail__symptoms .curenail__symptoms-obi {
    border-radius: 14px;
    background-image: linear-gradient(0deg, #00bccc, #62d1db);
  }
  .curenail .curenail__symptoms .curenail__symptoms-obi br {
    display: none;
  }
}
.curenail .curenail__symptoms .curenail__symptoms-obi span {
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .curenail .curenail__symptoms .curenail__symptoms-obi span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .curenail .curenail__symptoms .curenail__symptoms-obi span {
    font-size: 16px;
  }
}
.curenail .curenail__symptoms .curenail__symptoms-obi span::before {
  content: "";
  position: absolute;
  right: -240px;
  bottom: -16px;
  width: 214px;
  height: 188px;
  background: url(../images/curenail/symptoms-people.png) no-repeat center/cover;
}
@media (max-width: 768px) {
  .curenail .curenail__symptoms .curenail__symptoms-obi span::before {
    content: none;
  }
}
.curenail .curenail__symptoms .curenail__symptoms-bottomlist {
  color: #505050;
  display: flex;
  margin: 35px auto 0;
  gap: 4%;
}
@media (max-width: 768px) {
  .curenail .curenail__symptoms .curenail__symptoms-bottomlist {
    margin-top: 5%;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .curenail .curenail__symptoms .curenail__symptoms-bottomlist {
    margin-top: 20px;
  }
}
.curenail .curenail__symptoms .curenail__symptoms-bottomlist dl dt {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .curenail .curenail__symptoms .curenail__symptoms-bottomlist dl dt {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .curenail .curenail__symptoms .curenail__symptoms-bottomlist dl dt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .curenail .curenail__symptoms .curenail__symptoms-bottomlist dl dd {
    margin-bottom: 20px;
  }
  .curenail .curenail__symptoms .curenail__symptoms-bottomlist dl dd:nth-of-type(2) {
    margin-bottom: 0;
  }
}
.curenail .curenail__symptoms .curenail__symptoms-bottomlist dl dd ul {
  margin-left: 20px;
}
.curenail .curenail__symptoms .curenail__symptoms-bottomlist dl dd ul li {
  list-style-type: disc;
  line-height: 1.8;
}
.curenail .curenail__service {
  padding: 120px 0 120px;
  background-image: linear-gradient(0deg, #ffffff, #ddfafa);
}
@media (max-width: 768px) {
  .curenail .curenail__service {
    padding: 14% 0 14%;
  }
}
@media (max-width: 480px) {
  .curenail .curenail__service {
    padding: 60px 0 60px;
  }
}
.curenail .curenail__service .wrap {
  max-width: 1150px;
}
.curenail .curenail__service-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .curenail .curenail__service-flex {
    flex-direction: column;
  }
}
.curenail .curenail__service-flex__photo {
  width: 50%;
}
@media (max-width: 768px) {
  .curenail .curenail__service-flex__photo {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.curenail .curenail__service-flex__txt {
  width: 46%;
  max-width: 514px;
}
@media (max-width: 768px) {
  .curenail .curenail__service-flex__txt {
    width: 100%;
    max-width: 100%;
  }
}
.curenail .curenail__service-flex__txt h3, .curenail .curenail__service-flex__txt p {
  color: #505050;
}
.curenail .curenail__service-flex__txt h3 {
  font-size: 22px;
  font-weight: bold;
  border-left: 7px solid #C9F1F5;
  margin-bottom: 40px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .curenail .curenail__service-flex__txt h3 {
    font-size: 18px;
    margin-bottom: 6%;
  }
}
@media (max-width: 480px) {
  .curenail .curenail__service-flex__txt h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.curenail .curenail__service-flex__txt p {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .curenail .curenail__service-flex__txt p {
    margin-bottom: 12%;
  }
}
@media (max-width: 480px) {
  .curenail .curenail__service-flex__txt p {
    margin-bottom: 50px;
  }
}
.curenail .curenail__service-flex__txt p:nth-of-type(2) {
  margin-bottom: 0;
}
.curenail .curenail__service-flex.return {
  margin-top: 60px;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .curenail .curenail__service-flex.return {
    flex-direction: column;
    margin-top: 8%;
  }
}
@media (max-width: 480px) {
  .curenail .curenail__service-flex.return {
    margin-top: 30px;
  }
}
.curenail .curenail__service-flex.return p {
  margin-bottom: 0 !important;
}
.curenail .price__box--bottom {
  color: #707070;
  text-align: center;
}
@media (max-width: 480px) {
  .curenail .price__box--bottom {
    text-align: left;
  }
}
.curenail .service-prof__flex__txt .carrier dl dd {
  margin-bottom: 0;
}

.accident .pages-mv {
  background: url(../images/accident/mv-bg.png) no-repeat center/cover;
}
.accident #contents {
  margin-bottom: 0;
}
.accident main {
  background: url(../images/top/bg-robot.png) no-repeat top right/280px auto;
}
@media (max-width: 768px) {
  .accident main {
    background-size: 140px auto;
  }
}
.accident main .pagelink__photo {
  max-width: 719px;
  margin: 120px auto 0;
}
@media (max-width: 768px) {
  .accident main .pagelink__photo {
    margin: 14% auto 0;
  }
}
@media (max-width: 480px) {
  .accident main .pagelink__photo {
    margin: 60px auto 0;
  }
}
.accident .accident__intro {
  padding: 30px;
  border: 1px solid #707070;
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
@media (max-width: 768px) {
  .accident .accident__intro {
    padding: 20px 20px;
  }
}
.accident .accident__intro .wrap {
  padding: 0;
}
.accident .accident__intro h2 {
  text-align: center;
  font-size: 28px;
  line-height: 2;
  margin: 20px auto 60px;
}
@media (max-width: 768px) {
  .accident .accident__intro h2 {
    font-size: 24px;
    margin: 4% auto 8%;
  }
}
@media (max-width: 480px) {
  .accident .accident__intro h2 {
    font-size: 18px;
    margin: 10px auto 30px;
  }
}
.accident .accident__intro h2 span {
  border-bottom: 2px solid #505050;
}
.accident .accident__intro .green {
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background: #05AFBE;
}
@media (max-width: 768px) {
  .accident .accident__intro .green {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .accident .accident__intro .green {
    font-size: 18px;
  }
}
.accident .accident__intro--box {
  padding: 30px;
  background: #FAFAFA;
}
@media (max-width: 768px) {
  .accident .accident__intro--box {
    padding: 5% 20px;
  }
}
@media (max-width: 480px) {
  .accident .accident__intro--box {
    padding: 15px 10px;
  }
}
.accident .accident__intro--box p {
  color: #505050;
  text-align: center;
  font-size: 18px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .accident .accident__intro--box p {
    font-size: 16px;
    margin-bottom: 5.5%;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .accident .accident__intro--box p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.accident .accident__intro--flex {
  display: flex;
  justify-content: space-between;
  border: 8px solid #fff;
  padding: 20px;
}
@media (max-width: 768px) {
  .accident .accident__intro--flex {
    border-width: 4px;
    padding: 15px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .accident .accident__intro--flex ul {
    margin-bottom: 10px;
  }
  .accident .accident__intro--flex ul:nth-of-type(2) {
    margin-bottom: 0;
  }
}
.accident .accident__intro--flex ul li {
  position: relative;
  padding-left: 35px;
  line-height: 2;
}
@media (max-width: 768px) {
  .accident .accident__intro--flex ul li {
    padding-left: 22px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .accident .accident__intro--flex ul li:last-child {
    margin-bottom: 0;
  }
}
.accident .accident__intro--flex ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 27.13px;
  height: 21.54px;
  background: url(../images/accident/icon-check.svg) no-repeat center/cover;
}
@media (max-width: 768px) {
  .accident .accident__intro--flex ul li::before {
    width: 17.13px;
    height: 14.54px;
    bottom: auto;
    top: 5px;
  }
}
.accident .advice {
  padding: 50px 0;
  background: #FAFAFA;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .accident .advice {
    padding: 7% 0;
    margin-top: 10%;
  }
}
@media (max-width: 480px) {
  .accident .advice {
    padding: 25px 0;
    margin-top: 40px;
  }
}
.accident .advice h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  color: #505050;
}
@media (max-width: 768px) {
  .accident .advice h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .accident .advice h2 {
    font-size: 20px;
  }
}
.accident .advice h2 img {
  margin: 0 auto 25px;
}
@media (max-width: 480px) {
  .accident .advice h2 img {
    max-width: 20vw;
  }
}
.accident .advice__txt {
  text-align: center;
  color: #505050;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .accident .advice__txt {
    margin-bottom: 10%;
  }
}
@media (max-width: 480px) {
  .accident .advice__txt {
    margin-bottom: 40px;
  }
}
.accident .advice ul {
  display: flex;
  justify-content: center;
  max-width: 966px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .accident .advice ul {
    flex-direction: column;
  }
}
.accident .advice ul li {
  width: 250px;
}
@media (max-width: 480px) {
  .accident .advice ul li {
    margin: 0 auto;
  }
}
.accident .advice ul li p {
  color: #505050;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .accident .advice ul li p {
    margin-top: 6%;
  }
}
@media (max-width: 480px) {
  .accident .advice ul li p {
    margin-top: 20px;
  }
}
.accident .advice ul li:nth-of-type(even) {
  width: 51.95px;
  margin: 100px 30px 0;
}
@media (max-width: 480px) {
  .accident .advice ul li:nth-of-type(even) {
    margin: 30px auto 30px;
  }
}
@media (max-width: 480px) {
  .accident .advice ul li:nth-of-type(even) img {
    transform: rotate(90deg);
  }
}
.accident .step ul {
  max-width: 900px;
  margin: 0 auto 100px;
}
.accident .step ul .step__box {
  display: flex;
  justify-content: space-between;
  background: #FAFAFA;
}
@media (max-width: 768px) {
  .accident .step ul .step__box {
    flex-direction: column;
  }
}
.accident .step ul .step__box .photo {
  width: 30%;
  min-height: 230px;
}
@media (max-width: 768px) {
  .accident .step ul .step__box .photo {
    width: 100%;
    min-height: 30%;
  }
}
.accident .step ul .step__box .photo img {
  object-fit: cover;
  object-position: left top;
  width: 100%;
  height: 100%;
}
.accident .step ul .step__box .txt {
  width: 70%;
  padding: 45px 50px;
}
@media (max-width: 768px) {
  .accident .step ul .step__box .txt {
    width: 100%;
    padding: 6% 20px;
  }
}
@media (max-width: 480px) {
  .accident .step ul .step__box .txt {
    padding: 25px 20px;
  }
}
.accident .step ul .step__box .txt h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .accident .step ul .step__box .txt h3 {
    font-size: 18px;
    margin-bottom: 4%;
  }
}
@media (max-width: 480px) {
  .accident .step ul .step__box .txt h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.accident .step ul .step__box .txt h3 span {
  border-bottom: 2px solid #505050;
}
.accident .step ul .step__arrow {
  text-align: center;
}
.accident .step ul .step__arrow img {
  margin: 15px auto;
}
.accident .aftercare__box {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto 100px;
}
@media (max-width: 768px) {
  .accident .aftercare__box {
    margin-bottom: 12%;
  }
}
@media (max-width: 480px) {
  .accident .aftercare__box {
    margin-bottom: 50px;
  }
}
.accident .aftercare__box .wrap {
  border: 6px solid #C9F1F5;
  border-radius: 14px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .accident .aftercare__box .wrap {
    padding-top: 7%;
    padding-bottom: 7%;
  }
}
.accident .aftercare h2 {
  text-align: center;
  margin-bottom: 30px;
}
.accident .aftercare h2 span {
  font-size: 24px;
  font-weight: bold;
  background: #E8FAFA;
  padding: 5px 40px;
}
@media (max-width: 768px) {
  .accident .aftercare h2 span {
    font-size: 20px;
    padding: 5px 20px;
  }
}
@media (max-width: 480px) {
  .accident .aftercare h2 span {
    font-size: 18px;
  }
}
.accident .aftercare p {
  color: #505050;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .accident .aftercare p {
    text-align: left;
    margin-bottom: 6%;
  }
}
@media (max-width: 480px) {
  .accident .aftercare p {
    margin-bottom: 20px;
  }
}
.accident .aftercare ul {
  display: flex;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 768px) {
  .accident .aftercare ul {
    flex-direction: column;
  }
}
.accident .aftercare ul li {
  width: 32%;
  text-align: center;
}
@media (max-width: 768px) {
  .accident .aftercare ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .accident .aftercare ul li:last-child {
    margin-bottom: 0;
  }
}
.accident .aftercare ul li h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 20px auto 20px;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid #505050;
}
@media (max-width: 768px) {
  .accident .aftercare ul li h3 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .accident .aftercare ul li h3 {
    font-size: 16px;
  }
}
.accident .aftercare ul li p {
  color: #505050;
  text-align: left;
  line-height: 2;
  margin-bottom: 0;
}
.accident .aftercare__btn {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .accident .aftercare__btn {
    padding-bottom: 12%;
  }
}
@media (max-width: 480px) {
  .accident .aftercare__btn {
    padding-bottom: 50px;
  }
}
.accident .aftercare__btn__inner {
  color: #707070;
  padding: 30px 80px;
  background: #FAFAFA;
}
@media (max-width: 768px) {
  .accident .aftercare__btn__inner {
    padding: 5% 20px;
  }
}
@media (max-width: 768px) {
  .accident .aftercare__btn__inner {
    padding: 15px 20px;
  }
}
.accident .aftercare__btn__inner h2 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
@media (max-width: 768px) {
  .accident .aftercare__btn__inner h2 {
    font-size: 28px;
    line-height: 1;
  }
}
@media (max-width: 480px) {
  .accident .aftercare__btn__inner h2 {
    font-size: 20px;
  }
}
.accident .aftercare__btn__inner h2 span {
  display: inline-block;
  margin-left: 20px;
  background: linear-gradient(transparent 80%, #FDFBCB 80%);
  line-height: 1.2;
}
.accident .aftercare__btn__inner h2 span strong {
  font-size: 90px;
}
@media (max-width: 768px) {
  .accident .aftercare__btn__inner h2 span strong {
    font-size: 70px;
  }
}
@media (max-width: 480px) {
  .accident .aftercare__btn__inner h2 span strong {
    font-size: 50px;
  }
}
.accident .aftercare__btn__inner p {
  margin: 20px auto 30px;
  text-align: center;
}
.accident .aftercare__btn__inner__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .accident .aftercare__btn__inner__flex {
    flex-direction: column;
  }
}
.accident .aftercare__btn__inner__flex .btn a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px 25px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .accident .aftercare__btn__inner__flex .btn a {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .accident .aftercare__btn__inner__flex .btn a {
    font-size: 16px;
  }
}
.accident .aftercare__btn__inner__flex .btn a::before {
  content: "";
  position: relative;
  margin-right: 15px;
}
.accident .aftercare__btn__inner__flex .btn.-mail {
  width: 49%;
  max-width: 430px;
}
@media (max-width: 768px) {
  .accident .aftercare__btn__inner__flex .btn.-mail {
    width: 100%;
    max-width: 100%;
  }
}
.accident .aftercare__btn__inner__flex .btn.-mail a {
  line-height: 100px;
  border-radius: 5px;
  background: #00BCCC;
  background: linear-gradient(0deg, rgb(0, 188, 204) 0%, rgb(208, 232, 235) 92%, rgb(242, 242, 242) 100%);
}
@media (max-width: 768px) {
  .accident .aftercare__btn__inner__flex .btn.-mail a {
    line-height: 78px;
  }
}
.accident .aftercare__btn__inner__flex .btn.-mail a::before {
  width: 39px;
  height: 31px;
  background: url(../images/common/sp-bottom-mail.png) no-repeat center/cover;
}
@media (max-width: 768px) {
  .accident .aftercare__btn__inner__flex .btn.-mail a::before {
    width: 29px;
    height: 21px;
  }
}
@media (min-width: 768px) {
  .accident .aftercare__btn__inner__flex .btn.-mail a:hover {
    background: #00BCCC;
  }
}
@media (max-width: 768px) {
  .accident .aftercare__btn__inner__flex .tel img {
    margin: 0 auto;
  }
}
.accident .aftercare__btn__inner__flex .tel p {
  text-align: left;
  margin: 15px 0 0;
}
@media (max-width: 768px) {
  .accident .aftercare__btn__inner__flex .tel p {
    text-align: center;
  }
}
.accident .consultation {
  padding-bottom: 180px;
}
@media (max-width: 768px) {
  .accident .consultation {
    padding-bottom: 18%;
  }
}
@media (max-width: 480px) {
  .accident .consultation {
    padding-bottom: 70px;
  }
}
.accident .consultation h2 {
  font-size: 28px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  border: 1px solid #707070;
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 50px;
}
@media (max-width: 768px) {
  .accident .consultation h2 {
    font-size: 20px;
    margin: 0 auto 5%;
    padding: 5% 20px;
  }
}
@media (max-width: 480px) {
  .accident .consultation h2 {
    font-size: 18px;
    margin: 0 auto 15px;
    padding: 25px 20px;
  }
}
.accident .consultation h2 span {
  color: #05AFBE;
  border-bottom: solid #FDFBCB 8px;
}
.accident .consultation h2 span strong {
  color: #505050;
}
.accident .consultation__txt {
  text-align: center;
  color: #505050;
  font-size: 20px;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .accident .consultation__txt {
    font-size: 18px;
    margin-bottom: 9%;
  }
}
@media (max-width: 480px) {
  .accident .consultation__txt {
    font-size: 16px;
    margin-bottom: 44px;
  }
}
.accident .consultation__accordion {
  list-style: none;
  padding: 0;
}
.accident .consultation__accordion li {
  margin: 0 auto 20px;
  background-color: #FAFAFA;
  padding: 30px 50px;
}
@media (max-width: 768px) {
  .accident .consultation__accordion li {
    padding: 5% 20px;
  }
}
@media (max-width: 480px) {
  .accident .consultation__accordion li {
    padding: 15px 20px;
  }
}
.accident .consultation__item + .accident .consultation__item {
  margin-top: 1.2rem;
}
.accident .consultation__question {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  border-radius: 14px;
  cursor: pointer;
  text-align: left;
  line-height: 1.6;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  font-size: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .accident .consultation__question {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .accident .consultation__question {
    font-size: 16px;
  }
}
.accident .consultation__question-text {
  flex: 1 1 auto;
}
.accident .consultation__question-text strong {
  color: #05AFBE;
}
.accident .consultation__icon {
  display: block;
  position: absolute;
  right: 0px;
  top: 3px;
  width: 1.6rem;
  height: 1.6rem;
  flex: 0 0 auto;
  font-size: 25px;
  line-height: 1;
  color: #121212;
}
@media (max-width: 768px) {
  .accident .consultation__icon {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .accident .consultation__icon {
    font-size: 16px;
  }
}
.accident .consultation__icon::before {
  content: "▼";
  display: block;
}
.accident .consultation__item.is-open .consultation__icon {
  top: 15px;
}
.accident .consultation__item.is-open .consultation__icon::before {
  content: "▲";
}
.accident .consultation__answer {
  color: #505050;
  overflow: hidden;
  max-height: 0;
  border-radius: 0 0 14px 14px;
  transition: max-height 0.25s ease;
  border-top: 1px solid #707070;
  padding-top: 30px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .accident .consultation__answer {
    padding-top: 5%;
    margin-top: 5%;
  }
}
@media (max-width: 480px) {
  .accident .consultation__answer {
    padding-top: 15px;
    margin-top: 15px;
  }
}
.accident .consultation__item.is-open .consultation__icon::before {
  transform: translateY(-50%) rotate(-120deg);
}/*# sourceMappingURL=style.css.map */