@charset "UTF-8";
/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-size: 16px;
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", yugothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  line-height: normal;
  color: #000;
  position: relative;
}

.inner {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}

.content-inner {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .content-inner {
    max-width: initial;
  }
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  transition: 0.6s;
}

a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

button {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .pc-view {
    display: none;
  }
}

@media screen and (max-width: 949px) {
  .pc-view--w949 {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .pc-view--w1024 {
    display: none;
  }
}

.sp-view {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-view {
    display: block;
  }
}

.sp-view--w949 {
  display: none;
}
@media screen and (max-width: 949px) {
  .sp-view--w949 {
    display: block;
  }
}

.sp-view--w1024 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-view--w1024 {
    display: block;
  }
}

.l-footer {
  background-color: #000;
  padding-top: 5.5rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 4.6rem;
    padding-bottom: 3.6rem;
  }
}

.l-footer__inner {
  max-width: 98rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    max-width: 129.1291291291%;
  }
}

.l-footer__inner.inner {
  padding: 0 5rem;
}

.l-footer__logo {
  margin-left: 3.9rem;
  width: 12.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-left: 0;
    width: 15.6rem;
  }
}

.l-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-footer__content-inner {
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__content-inner {
    padding: 0;
  }
}

.l-footer__nav {
  margin-top: 2.9rem;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    margin-top: 3.8rem;
    justify-content: flex-start;
  }
}

.l-footer__nav-items {
  padding-bottom: 0.6rem;
  height: inherit;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-items {
    padding: 0 2.5rem;
    padding-bottom: 2.6rem;
    flex-direction: column;
    align-items: normal;
  }
}

.l-footer__nav-item a {
  padding: 0.8rem 1rem;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-item a {
    padding: 1.2rem 0;
  }
}

.l-footer__copyright {
  margin-top: 5.2rem;
  font-size: 1.533rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 2.1rem;
  }
}

.l-footer__nav-item--contact,
.l-footer__nav-item--download {
  margin-left: 0.9rem;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-item--contact,
  .l-footer__nav-item--download {
    display: none;
  }
}

.l-footer__nav-item--contact a,
.l-footer__nav-item--download a {
  padding: 0.5rem;
  padding-left: 2rem;
  padding-right: 3rem;
  position: relative;
  height: initial;
  display: flex;
  align-items: center;
  font-size: 1rem;
  letter-spacing: 0.12rem;
  font-weight: 700;
  color: #008d97;
  background-color: #fff;
  border: 1px solid #008d97;
  border-radius: 1.6rem;
  transition: 0.6s;
}
.l-footer__nav-item--contact a:hover,
.l-footer__nav-item--download a:hover {
  color: #fff;
  background-color: #008d97;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-item--contact a,
  .l-footer__nav-item--download a {
    background-color: #fff;
  }
}

.l-footer__nav-item--contact a {
  font-size: 1rem;
}

.l-footer__nav-item--download a {
  font-size: 1.1rem;
}

.l-footer__nav-item--contact a::before,
.l-footer__nav-item--download a::before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  right: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #008d97;
  transition: 0.6s;
}

.l-footer__nav-item--contact a:hover::before,
.l-footer__nav-item--download a:hover::before {
  background-color: #fff;
}

.l-footer__nav-item--contact a::after,
.l-footer__nav-item--download a::after {
  content: "";
  position: absolute;
  right: 1.7rem;
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(-50%);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: 0.6s;
}

.l-footer__nav-item--contact a:hover::after,
.l-footer__nav-item--download a:hover::after {
  border-top: 1px solid #008d97;
  border-right: 1px solid #008d97;
}

.l-header {
  height: 8rem;
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  transition: 0.6s;
}
@media screen and (max-width: 1024px) {
  .l-header {
    position: absolute;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    top: 3rem;
    height: 7rem;
  }
}

.l-header.l-header-bg {
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1024px) {
  .l-header.l-header-bg {
    background: transparent;
  }
}

.l-header--bg-color {
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1024px) {
  .l-header--bg-color {
    background: none;
  }
}

.l-header__inner {
  padding: 0 4rem;
  height: inherit;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1100px) {
  .l-header__inner {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0 3.6rem;
  }
}

.l-header__logo {
  max-width: 18.4rem;
  width: 100%;
  height: inherit;
}
@media (max-width: 1100px) {
  .l-header__logo {
    max-width: 14.15rem;
  }
}

.l-header__logo a {
  height: inherit;
  display: flex;
  align-items: center;
}

.l-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header__nav {
  display: block;
  height: inherit;
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__nav-items {
  display: flex;
  height: inherit;
}

.l-header__nav-item {
  height: inherit;
  position: relative;
}

.l-header__nav-item::after {
  content: "";
  position: absolute;
  bottom: 2.2rem;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #222222;
  border-right: 2px solid #222222;
  transform: rotate(135deg) translateX(50%);
}

.l-header__nav-item--corporation::after,
.l-header__nav-item--underLayer::after {
  content: none;
}

.l-header__nav-item:hover::after {
  opacity: 0.6;
}

.l-header__nav-item a {
  padding: 0 1.9rem;
  height: inherit;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #333;
}
@media (max-width: 1150px) {
  .l-header__nav-item a {
    padding: 0 1.4rem;
  }
}

.l-header__nav-item--contact,
.l-header__nav-item--download {
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-header__nav-item--contact,
  .l-header__nav-item--download {
    padding: 1.4rem 3.5rem;
    justify-content: end;
  }
}

.l-header__nav-item--contact a,
.l-header__nav-item--download a {
  padding-left: 1.9rem;
  padding-right: 3.1rem;
  position: relative;
  height: initial;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 2.0833333333;
  letter-spacing: 0.1em;
  color: #008d97;
  background-color: #fff;
  border: 1px solid #008d97;
  border-radius: 1.6rem;
  transition: 0.3s;
}
.l-header__nav-item--contact a:hover,
.l-header__nav-item--download a:hover {
  color: #fff;
  background-color: #008d97;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .l-header__nav-item--contact a,
  .l-header__nav-item--download a {
    background-color: #fff;
  }
  .l-header__nav-item--contact a:active,
  .l-header__nav-item--download a:active {
    background-color: #f4d94d;
  }
}

.l-header__nav-item--contact a::before,
.l-header__nav-item--download a::before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #008d97;
  transition: 0.3s;
}

.l-header__nav-item--contact a:hover::before,
.l-header__nav-item--download a:hover::before {
  background-color: #fff;
}

.l-header__nav-item--contact a::after,
.l-header__nav-item--download a::after {
  content: "";
  position: absolute;
  right: 1.2rem;
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(-50%);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
}

.l-header__nav-item--contact a:hover::after,
.l-header__nav-item--download a:hover::after {
  border-top: 1px solid #008d97;
  border-right: 1px solid #008d97;
}

.l-header__hamburger-wrap {
  height: inherit;
  width: 7rem;
  position: fixed;
  right: 3.6rem;
  z-index: 999;
}

.l-header__hamburger {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  position: relative;
  width: 7rem;
  height: inherit;
  display: none;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .l-header__hamburger {
    display: block;
  }
}

.l-header__hamburger.is-open {
  background-color: transparent;
}

.l-header__hamburger span {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 4rem;
  height: 0.3rem;
  transition: 0.5s;
  background-color: #3E3A39;
}

.l-header__hamburger span:nth-of-type(1) {
  top: -0.9rem;
}

.l-header__hamburger span:nth-of-type(2) {
  top: 0;
}

.l-header__hamburger span:nth-of-type(3) {
  top: 0.9rem;
}

.l-header__hamburger.is-open span:nth-of-type(1) {
  top: 0.3rem;
  transform: translateX(-50%) rotate(45deg);
}

.l-header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.l-header__hamburger.is-open span:nth-of-type(3) {
  top: -0.3rem;
  transform: translateX(-50%) rotate(-45deg);
}

.l-header__drawer {
  padding: 20rem 0;
  position: fixed;
  z-index: 900;
  top: -4rem;
  right: 0;
  width: 76.2790697674%;
  background-color: rgba(79, 140, 149, 0.9);
  visibility: hidden;
  transform: translateX(120%);
  transition: 0.6s;
}

.l-header__drawer.is-open {
  visibility: visible;
  transform: translateX(0);
}

.l-header__drawer::-webkit-scrollbar {
  display: none;
}

.l-header__drawer-item a {
  padding: 1.5rem 3.5rem;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
}
.l-header__drawer-item a:active {
  background-color: transparent;
  color: #f4d94d;
}

.l-header__drawer-item.l-header__drawer-item--contact a::after {
  content: "";
  margin-bottom: 0.5rem;
  margin-left: 2rem;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: url(../images/common/contact-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-breadcrumb {
  padding-top: 1.2rem;
  padding-bottom: 2.6rem;
  font-size: 1.3rem;
  line-height: 2;
  color: #666;
  background-color: #e9f2f0;
}

.c-breadcrumb__inner.inner {
  max-width: 96.8rem;
}

.c-btn-whiteLink {
  padding-top: 1.3rem;
  padding-bottom: 1.8rem;
  padding-left: 5.8rem;
  padding-right: 5.9rem;
  position: relative;
  font-size: 1.4rem;
  color: #222222;
  border-radius: 58px;
  background-color: #fff;
  transition: 0.6s;
}
.c-btn-whiteLink:hover {
  background-color: #f4d94d;
}
@media screen and (max-width: 767px) {
  .c-btn-whiteLink {
    padding-right: 5.9rem;
    padding-bottom: 1.2rem;
    padding-left: 5.8rem;
  }
}
@media (max-width: 375px) {
  .c-btn-whiteLink {
    font-size: 1.36rem;
  }
}

.c-btn-white-flex {
  display: flex;
  flex-direction: column;
}

.c-btn-white__top {
  display: flex;
  align-items: center;
}

.c-btn-white__logo {
  display: inline-block;
  width: 10.6rem;
}
@media screen and (max-width: 767px) {
  .c-btn-white__logo {
    width: 10.4rem;
  }
}

.c-btn-white__logo img {
  width: 100%;
  aspect-ratio: 106/28;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .c-btn-white__logo img {
    aspect-ratio: 104/28;
  }
}

.c-btn-white__top-text {
  padding: 0 0.7rem;
  padding-top: 0.4rem;
  text-align: center;
}
.c-btn-white__bottom {
  text-align: center;
}

.c-btn-white__arrow {
  width: 2.15rem;
  height: 2.15rem;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #f4d94d;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .c-btn-white__arrow {
    right: 2.35rem;
  }
}

.c-btn-whiteLink:hover .c-btn-white__arrow {
  background-color: #fff;
  opacity: 0.6;
}

.c-btn-white__arrow::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #212121;
  border-right: 2px solid #212121;
  transform: rotate(45deg);
}

.c-btn-yellow-simple {
  display: flex;
}

.c-btn-yellow-simpleLink {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  padding-left: 4.5rem;
  padding-right: 5.3rem;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #f4d94d;
  border-radius: 58px;
  transition: 0.6s;
}
.c-btn-yellow-simpleLink:hover {
  background-color: #fff;
}
.c-btn-yellow-simple__text {
  padding: 0 0.5rem;
  font-size: 1.6rem;
  line-height: 2;
  color: #222222;
}
@media (max-width: 375px) {
  .c-btn-yellow-simple__text {
    font-size: 1.4rem;
  }
}

.c-btn-yellow-simple__arrow {
  width: 2.15rem;
  height: 2.15rem;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  transition: 0.6s;
}

.c-btn-yellow-simpleLink:hover .c-btn-yellow-simple__arrow {
  background-color: #008d97;
  opacity: 0.6;
}

.c-btn-yellow-simple__arrow::after {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #212121;
  border-right: 2px solid #212121;
  transform: rotate(45deg);
  transition: 0.6s;
}

.c-btn-yellow-simpleLink:hover .c-btn-yellow-simple__arrow::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.c-btn-yellow {
  display: flex;
}

.c-btn-yellowLink {
  padding-top: 1.2rem;
  padding-bottom: 2.7rem;
  padding-left: 7.7rem;
  padding-right: 7rem;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #f4d94d;
  border-radius: 58px;
  transition: 0.6s;
}
.c-btn-yellowLink:hover {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn-yellowLink:hover {
    background-color: #f4d94d;
  }
}
@media screen and (max-width: 816px) {
  .c-btn-yellowLink {
    padding-right: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-yellowLink {
    padding-top: 1.4rem;
    padding-bottom: 2.1rem;
    padding-left: 8.5rem;
    padding-right: 5.8rem;
  }
}

.c-btn-yellowLink::before {
  content: "";
  width: 9.7rem;
  height: 6.4rem;
  position: absolute;
  bottom: 0.9rem;
  left: -2.2rem;
  background-image: url(../images/common/btn_image.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-btn-yellow__bgred {
  padding: 0 5.2rem;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background-color: #c9360d;
}
@media screen and (max-width: 816px) {
  .c-btn-yellow__bgred {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 375px) {
  .c-btn-yellow__bgred {
    padding: 0 2rem;
  }
}

.c-btn-yellow__text {
  margin-top: 0.2rem;
  font-size: 1.6rem;
  color: #222222;
}
@media (max-width: 816px) {
  .c-btn-yellow__text {
    font-size: 1.9277108434vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-yellow__text {
    margin-top: 0.7rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 375px) {
  .c-btn-yellow__text {
    font-size: 3.4666666667vw;
  }
}

.c-btn-yellow__arrow {
  width: 2.15rem;
  height: 2.15rem;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .c-btn-yellow__arrow {
    right: 2.4rem;
  }
}

.c-btn-yellowLink:hover .c-btn-yellow__arrow {
  background-color: #008d97;
  opacity: 0.6;
}

.c-btn-yellow__arrow::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #212121;
  border-right: 2px solid #212121;
  transform: rotate(45deg);
  transition: 0.6s;
}

.c-btn-yellowLink:hover .c-btn-yellow__arrow::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 0.6;
}

.c-btn {
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.6s;
}

.c-btn:hover {
  background-color: #0056b3;
}

@media screen and (max-width: 949px) {
  .c-chart__item--container {
    width: 31.2rem;
  }
}

.c-chart__item,
.c-chart__item--red {
  width: 12.7rem;
  height: 13rem;
  background-color: #fff;
}
@media screen and (max-width: 949px) {
  .c-chart__item,
  .c-chart__item--red {
    width: initial;
    height: 14rem;
    display: flex;
  }
}

.c-chart__item-wrap,
.c-chart__item-wrap--red {
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 949px) {
  .c-chart__item-wrap,
  .c-chart__item-wrap--red {
    padding-bottom: 1.8rem;
    max-width: 14.2rem;
  }
}

.c-chart__item-img,
.c-chart__item-img--red {
  padding: 0 1rem;
  height: 74.6153846154%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-chart__item-img img,
.c-chart__item-img--red img {
  width: 88%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-chart__item-text,
.c-chart__item-text--red {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #008d97;
  text-align: center;
}

.c-chart__item-description,
.c-chart__item-description--red {
  margin-top: 0.7rem;
  width: 12.7rem;
  font-size: 1.3rem;
  line-height: 1.4615384615;
  letter-spacing: 0.05em;
  color: #53575b;
}
@media screen and (max-width: 949px) {
  .c-chart__item-description,
  .c-chart__item-description--red {
    margin-top: 0;
    padding-left: 0.2rem;
    padding-right: 2rem;
    width: 17rem;
    height: initial;
    background-color: #fff;
    display: flex;
    align-items: center;
  }
}

/*-------------------------------
c-chart__item--red
-------------------------------*/
.c-chart__item--red {
  background-color: #eab4b5;
}
@media screen and (max-width: 949px) {
  .c-chart__item--red {
    height: 9rem;
    background-color: #ffe5e6;
  }
}

@media screen and (max-width: 949px) {
  .c-chart__item-wrap--red {
    padding-top: 0;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 949px) {
  .c-chart__item-img--red img {
    width: 100%;
  }
}

.c-chart__item-text--red {
  color: #fff;
}
@media screen and (max-width: 949px) {
  .c-chart__item-text--red {
    display: none;
  }
}

@media screen and (max-width: 949px) {
  .c-chart__item-description--red {
    background-color: #ffe5e6;
  }
}

.c-google-map-btn {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #222222;
  border-radius: 4px;
}

.c-google-map-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 0.9rem;
  height: 0.9rem;
  background-image: url(../images/common/google-map_tri.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-google-map-btn::after {
    right: 0.8rem;
  }
}

.c-google-map-btn a {
  padding: 1.3rem 5rem;
}
@media screen and (max-width: 767px) {
  .c-google-map-btn a {
    padding: 1.3rem 2.4rem;
  }
}

.c-icon-check__w69 {
  width: 7rem;
  height: 7rem;
  position: relative;
  border-radius: 50%;
  background-color: #EBD251;
}
@media screen and (max-width: 767px) {
  .c-icon-check__w69 {
    display: none;
  }
}

.c-icon-check__w69::before {
  content: "";
  position: absolute;
  top: 2.2rem;
  left: 2rem;
  width: 3.2rem;
  height: 1.6rem;
  transform: rotate(-44deg);
  border-bottom: 4px solid #4C868F;
  border-left: 4px solid #4C868F;
}

.c-icon-check__w33 {
  width: 3.3rem;
  height: 3.3rem;
  position: relative;
  border-radius: 50%;
  background-color: #EBD251;
}

.c-icon-check__w33::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0.9rem;
  width: 1.6rem;
  height: 0.8rem;
  transform: rotate(-44deg);
  border-bottom: 1px solid #4C868F;
  border-left: 1px solid #4C868F;
}

.c-icon-check__w22 {
  min-width: 2.2rem;
  min-height: 2.2rem;
  position: relative;
  border-radius: 50%;
  background-color: #EBD251;
}

.c-icon-check__w22::before {
  content: "";
  position: absolute;
  top: 0.65rem;
  left: 0.55rem;
  width: 1.1rem;
  height: 0.6rem;
  transform: rotate(-44deg);
  border-bottom: 1px solid #4C868F;
  border-left: 1px solid #4C868F;
}

.c-icon-check__w18 {
  min-width: 1.8rem;
  min-height: 1.8rem;
  position: relative;
  border-radius: 50%;
  background-color: #EBD161;
}

.c-icon-check__w18::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 0.8rem;
  height: 0.5rem;
  transform: rotate(-44deg);
  border-bottom: 1px solid #4C868F;
  border-left: 1px solid #4C868F;
}

.c-page-header {
  background-color: #008d97;
  display: flex;
  justify-content: center;
}

.c-page-header--layout {
  padding-top: 13.2rem;
  padding-bottom: 5.4rem;
}

.c-page-header__wrap {
  padding: 1.5rem 0;
  width: 30rem;
  display: inline-block;
  border: 3px solid #fff;
}

.c-page-header__title--en,
.c-page-header__title--ja {
  color: #fff;
  text-align: center;
}

.c-page-header__title--en {
  font-size: 2.8rem;
  text-transform: uppercase;
}

.c-page-header__title--ja {
  font-size: 1.4rem;
}

.c-parts__bg {
  padding: 5rem;
  background-color: #ccc;
}

.c-parts__margin {
  margin-top: 10rem;
}

.c-point-card--container {
  width: 33rem;
}

.c-point-card {
  display: flex;
  flex-direction: column;
}

.c-point-card__header {
  padding: 1.5rem 0;
  background-color: #e9f2f0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5rem 5rem 0 0;
  position: relative;
  flex-grow: 0;
  border: solid 1px #008d97;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-point-card__header {
    padding: 1.4rem 1rem;
  }
}

.c-point-card__content-number {
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #0a9cb6;
  display: flex;
  justify-content: end;
}

.c-point-card__headerText {
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #222222;
}

.c-point-card__body {
  padding: 1rem 2.5rem 2.5rem 2.5rem;
  background-color: #fff;
  border-radius: 0 0 5rem 5rem;
  border: solid 1px #008d97;
  border-top: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  box-shadow: 0 30px 50px 0 rgba(83, 87, 91, 0.3);
}
@media screen and (max-width: 767px) {
  .c-point-card__body {
    padding: 2.3rem 2.5rem;
  }
}

.c-point-card__content-img {
  max-width: 23rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-point-card__content-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-point-card__content-textarea {
  margin-top: 0.5rem;
  padding: 1.6rem 1rem;
  width: 100%;
  height: auto;
  background-color: #e9f2f0;
  border-top: 1px solid #008d97;
  border-bottom: 1px solid #008d97;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .c-point-card__content-textarea {
    padding: 2rem 1rem;
  }
}

.c-point-card__content-texts {
  display: flex;
  align-items: center;
}

.c-point-card__content-texts + .c-point-card__content-texts {
  margin-top: 0.5rem;
}

.c-point-card__content-text {
  margin-left: 0.6rem;
  font-size: 1.3rem;
  line-height: 1.0769230769;
  letter-spacing: 0.1em;
  color: #008d97;
}

.c-problem-item--container {
  width: 18rem;
}

.c-problem-item {
  padding-top: 4.23rem;
  border: 1px solid #008d97;
  border-radius: 4rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-problem-item {
    padding-top: 3.1rem;
  }
}

.c-problem-item__header {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  color: #53575b;
  text-align: center;
}

.c-problem-item__body {
  padding: 2.8rem 0;
}
@media screen and (max-width: 767px) {
  .c-problem-item__body {
    padding: 2.1rem 0;
  }
}

.c-problem-item__img {
  display: flex;
  justify-content: center;
}

.c-problem-item__img img {
  height: 14.2rem;
  aspect-ratio: 108/142;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .c-problem-item__img img {
    height: 12.5rem;
    aspect-ratio: 102/125;
  }
}

.c-projecting-card--container {
  width: 80rem;
}
@media screen and (max-width: 767px) {
  .c-projecting-card--container {
    display: none;
  }
}

.c-projecting-card {
  padding: 3.5rem 3rem;
  padding-bottom: 2.7rem;
  width: 100%;
  min-height: 58rem;
  border: solid 2px #e8eaea;
  background-color: #fff;
  display: flex;
  border-radius: 4rem;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}

.c-projecting-card__img {
  width: 96%;
}
@media screen and (max-width: 767px) {
  .c-projecting-card__img {
    width: 100%;
  }
}

.c-projecting-card__img img {
  width: 100%;
  aspect-ratio: 250/250;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-projecting-card__img img {
    aspect-ratio: 253/253;
  }
}

.c-projecting-card__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.c-projecting-card__category-tag {
  padding: 0.2rem 0;
  text-align: center;
}

.c-projecting-card__category-tag span {
  padding: 0.3rem 1.4rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: #008d97;
}

.c-projecting-card__text {
  margin-top: 1.4rem;
  height: auto;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #000;
  text-align: center;
  flex-grow: initial;
}

.c-projecting-card__company,
.c-projecting-card__company--letter-spacing0 {
  margin-top: 1.2rem;
  letter-spacing: 0.1em;
  color: #53575b;
  font-size: 1.6rem;
  text-align: center;
}

.c-projecting-card__company--letter-spacing {
  letter-spacing: 0.05em;
}

.c-projecting-card__bottom {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.c-projecting-card__Feature-tags {
  margin-top: 2.7rem;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.c-projecting-card__Feature-tag {
  padding: 0.2rem 1rem;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.18rem;
  letter-spacing: 0.1em;
  color: #0a9cb6;
  border: solid 1px #0a9cb6;
  border-radius: 2.5rem;
}

.c-section-header {
  padding: 1.1rem 1.5rem;
  font-size: 1.3rem;
  line-height: 2;
  color: #333;
  background-color: #C5E6D1;
  border-left: 1.8rem solid #55B075;
}

.c-section-title__text,
.c-section-title__text--projecting {
  font-family: "Hiragino Kaku Gothic StdN", sans-serif;
  font-size: 3.3rem;
  line-height: 1.5151515152;
  letter-spacing: 0.05em;
  color: rgba(186, 189, 189, 0.6);
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-section-title__text,
  .c-section-title__text--projecting {
    font-size: 3.7rem;
    text-align: center;
  }
}

.c-section-title__text--solution {
  color: rgba(145, 211, 220, 0.6);
}

.c-section-title .c-section-title--yellow,
.c-section-title--projecting .c-section-title--yellow {
  text-transform: uppercase;
  color: rgba(235, 210, 81, 0.6);
}

.c-section-title .c-section-title--green,
.c-section-title--projecting .c-section-title--green {
  text-transform: uppercase;
  color: rgba(86, 159, 169, 0.6);
}

.c-section-title .c-section-title--white {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.c-section-title__text::before,
.c-section-title__text::after {
  content: "";
  position: absolute;
  width: 3.6rem;
  height: 0.2rem;
  bottom: -0.4rem;
}

.c-section-title__text::before {
  left: 0;
  background-color: #313030;
}
@media screen and (max-width: 767px) {
  .c-section-title__text::before {
    left: initial;
    right: 50%;
  }
}

.c-section-title__text::after {
  left: 3rem;
  background-color: #D9D9D9;
}
@media screen and (max-width: 767px) {
  .c-section-title__text::after {
    left: 50%;
  }
}

@media screen and (max-width: 767px) {
  .c-section-title__text--projecting {
    line-height: 1.1515151515;
    text-align: center;
  }
}

.c-section-title__text--projecting::before,
.c-section-title__text--projecting::after {
  content: "";
  position: absolute;
  width: 3.6rem;
  height: 0.2rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-section-title__text--projecting::before,
  .c-section-title__text--projecting::after {
    top: 10rem;
    bottom: initial;
  }
}

.c-section-title__text--projecting::before {
  left: 0;
  background-color: #313030;
}
@media screen and (max-width: 767px) {
  .c-section-title__text--projecting::before {
    left: initial;
    right: 50%;
  }
}

.c-section-title__text--projecting::after {
  left: 3.6rem;
  background-color: #D9D9D9;
}
@media screen and (max-width: 767px) {
  .c-section-title__text--projecting::after {
    left: 50%;
  }
}

.c-service-item--container {
  width: 32rem;
}

.c-service01-item__img {
  width: 100%;
}

.c-service01-item__img img {
  width: 100%;
  aspect-ratio: 320/217;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-service01-item__title-wrapper {
  display: flex;
  justify-content: center;
}

.c-service01-item__title {
  margin-top: 0.8rem;
  padding: 0.7rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  background-color: #008d97;
}

.c-service01-item__title p {
  margin-left: 0.8rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

.c-service02-item--container {
  width: 17.1rem;
}

.c-service02-item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-service02-item {
    justify-content: start;
    align-items: center;
  }
}

.c-service02-item__bgCircle {
  width: 100%;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  position: relative;
}

.c-service02-item__bgCircle-img {
  width: 72%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-service02-item__bgCircle-img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-service02-item__title {
  margin-top: 0.95rem;
  font-size: clamp(13px, 0.625rem + 0.39vw, 0.938rem);
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #008d97;
  text-align: center;
}

.c-service02-item__text {
  margin-top: 0.6rem;
  font-size: clamp(11.5px, 2.56px + 1.1vw, 13px);
  letter-spacing: 0.05em;
  color: #222222;
  text-align: center;
}

.c-sticky-banner {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .c-sticky-banner {
    display: none;
  }
}

.c-sticky-banner.is-scroll {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.c-sticky-banner__img {
  width: 23.2rem;
  aspect-ratio: 232/229;
}

.c-sticky-banner:hover {
  opacity: 0.6;
}

.c-text-green {
  color: #008d97;
}

.c-text-yellow {
  color: #f4d94d;
}

.c-topLink {
  padding: 0 3.5rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #008d97;
}

.p-company {
  padding-bottom: 16.7rem;
  background-color: #e9f2f0;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-bottom: 11rem;
  }
}

.p-company__inner.inner {
  max-width: 74rem;
}
@media screen and (max-width: 767px) {
  .p-company__inner.inner {
    max-width: 55rem;
  }
}

.p-company__title {
  padding-top: 3rem;
  font-size: 2rem;
  line-height: 2;
  color: #008d97;
}
@media screen and (max-width: 767px) {
  .p-company__title {
    padding-top: 0;
  }
}

.p-company__lists {
  margin-top: 3.1rem;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px dotted rgba(83, 87, 91, 0.6);
}
@media screen and (max-width: 767px) {
  .p-company__lists {
    margin-top: 1rem;
  }
}

.p-company__lists dt,
.p-company__lists dd {
  padding: 1.5rem 0;
  padding-left: 4.5rem;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  border-bottom: 1px dotted rgba(83, 87, 91, 0.6);
}
@media screen and (max-width: 767px) {
  .p-company__lists dt,
  .p-company__lists dd {
    padding-left: 1rem;
  }
}
@media (max-width: 375px) {
  .p-company__lists dt,
  .p-company__lists dd {
    font-size: 1.2rem;
  }
}

.p-company__lists dt {
  width: 23.5%;
}
@media screen and (max-width: 767px) {
  .p-company__lists dt {
    width: 30%;
  }
}

.p-company__lists dd {
  width: 76.5%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-company__lists dd {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .p-company__access {
    margin-top: 2.6rem;
  }
}

.p-company__map {
  margin: 0 auto;
  margin-top: 3rem;
  width: 81.0810810811%;
}
@media screen and (max-width: 767px) {
  .p-company__map {
    margin-top: 1rem;
  }
}

.p-company__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 598/352;
}

.p-company__access-flex {
  margin: 0 auto;
  margin-top: 1.4rem;
  max-width: 60rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-company__access-flex {
    padding: 0 2rem;
    margin-top: 2rem;
  }
}
@media (max-width: 375px) {
  .p-company__access-flex {
    padding: 0;
  }
}

.p-company__text {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333;
}
@media (max-width: 500px) {
  .p-company__text {
    display: block;
  }
}
@media (max-width: 375px) {
  .p-company__text {
    font-size: clamp(11px, 5.184px + 1.82vw, 12px);
  }
}

.p-company__text02 {
  margin-left: 0.8rem;
}

@media (max-width: 500px) {
  .p-company__text01 + .p-company__text02 {
    margin-top: 1rem;
  }
}

.p-complete {
  padding-top: 5.2rem;
  padding-bottom: 17rem;
  background-color: #e9f2f0;
}

.p-complete__inner.inner {
  max-width: 80rem;
}

.p-complete__text {
  margin-top: 8rem;
  padding: 0 3.5rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #000;
}

.p-complete__topLink {
  margin-top: 5.5rem;
}

.p-index-chart {
  padding-top: 6.8rem;
  padding-bottom: 24.9rem;
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #10738e -5.12%, #5ab9b8 105.26%);
}
@media screen and (max-width: 767px) {
  .p-index-chart {
    padding-top: 3.3rem;
    padding-bottom: 7.7rem;
    background: none;
    background-color: #f5f5f5;
  }
}

.p-index-chart__inner {
  max-width: 90rem;
}
@media screen and (max-width: 767px) {
  .p-index-chart__inner {
    max-width: 40rem;
  }
}

.p-index-chart::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/common/bg_arrow.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-index-chart::after {
    display: none;
  }
}

.p-index-chart__announce {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-index-chart__announce p {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index-chart__announce p {
    font-size: 2.6rem;
  }
}

.p-index-chart__announce p::before,
.p-index-chart__announce p::after {
  content: "";
  transform: translateX(-50%);
  position: absolute;
  bottom: 50%;
  width: 4.8rem;
  height: 0.1rem;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-index-chart__announce p::before,
  .p-index-chart__announce p::after {
    display: none;
  }
}

.p-index-chart__announce p::before {
  left: -4.8rem;
  transform: rotate(50deg);
}

.p-index-chart__announce p::after {
  right: -4.8rem;
  transform: rotate(-50deg);
}

.p-index-chart__content {
  margin-top: 2.6rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 949px) {
  .p-index-chart__content {
    margin-top: 2rem;
    flex-direction: row;
  }
}

.p-index-chart__content-top {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 949px) {
  .p-index-chart__content-top {
    flex-direction: column;
  }
}

@media screen and (max-width: 949px) {
  .p-index-chart__wrap--left {
    display: flex;
  }
}

.p-index-chart__header-group {
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 949px) {
  .p-index-chart__header-group {
    flex-direction: column;
    gap: 3.2rem;
  }
}

.p-index-chart__header,
.p-index-chart__red-header {
  width: 12.7rem;
  font-size: 1.4rem;
  line-height: 2.5714285714;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 949px) {
  .p-index-chart__header,
  .p-index-chart__red-header {
    width: initial;
    height: 14rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.p-index-chart__header {
  color: #fff;
  background-color: #0a9cb6;
}

.p-index-chart__header--width279 {
  width: 27.9rem;
}
@media screen and (max-width: 949px) {
  .p-index-chart__header--width279 {
    width: initial;
    height: 31.2rem;
  }
}

.p-index-chart__body-group {
  margin-top: 1.4rem;
  display: flex;
}
@media screen and (max-width: 949px) {
  .p-index-chart__body-group {
    margin-top: 0;
    flex-direction: column;
  }
}

.p-index-chart__triangle-img {
  width: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 949px) {
  .p-index-chart__triangle-img {
    width: initial;
    height: 3.2rem;
  }
}

.p-index-chart__red-body-top {
  display: none;
}
@media screen and (max-width: 949px) {
  .p-index-chart__red-body-top {
    display: block;
    padding-top: 3rem;
    font-family: "Gothic A1", sans-serif;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #0a9cb6;
    background-color: #ffe5e6;
    text-transform: uppercase;
    text-align: center;
  }
}

@media screen and (max-width: 949px) {
  .p-index-chart__red {
    display: flex;
  }
}

@media screen and (max-width: 949px) {
  .p-index-chart__triangle-img img {
    transform: rotate(90deg);
  }
}

.p-index-chart__red-header {
  padding-top: 1.4rem;
  color: #0a9cb6;
  background-color: #eab4b5;
  text-transform: uppercase;
}
@media screen and (max-width: 949px) {
  .p-index-chart__red-header {
    padding-top: 0;
  }
}

.p-index-chart__content-description {
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 949px) {
  .p-index-chart__content-description {
    flex-direction: column;
    gap: 3.2rem;
  }
}

@media screen and (max-width: 949px) {
  .p-index-chart__description-text--pc {
    display: none;
  }
}

.p-index-contact__bgimage {
  padding-top: 5.8rem;
  padding-bottom: 5.6rem;
  background-image: url(../images/common/Rectangle102.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index-contact__bgimage {
    padding-top: 4.2rem;
    padding-bottom: 3.9rem;
  }
}

.p-index-contact__bgimage::after {
  content: "";
  background: rgba(50, 145, 159, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-index-contact__announce--pc,
.p-index-contact__announce--sp {
  justify-content: center;
  position: relative;
  z-index: 1;
}

.p-index-contact__announce--pc {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-index-contact__announce--pc {
    display: none;
  }
}

.p-index-contact__announce--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-index-contact__announce--sp {
    text-align: center;
    display: flex;
  }
}

.p-index-contact__announce--pc p,
.p-index-contact__announce--sp p {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  color: #fff;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index-contact__announce--pc p,
  .p-index-contact__announce--sp p {
    font-size: 2.6rem;
    line-height: 2;
  }
}

.p-index-contact__announce--pc p::before,
.p-index-contact__announce--pc p::after {
  content: "";
  transform: translateX(-50%);
  position: absolute;
  bottom: 50%;
  width: 4.3rem;
  height: 0.1rem;
  background-color: #fff;
}

.p-index-contact__announce--pc p::before {
  left: -4rem;
  transform: rotate(53deg);
}

.p-index-contact__announce--pc p::after {
  right: -4rem;
  transform: rotate(-53deg);
}

.p-index-contact__btns {
  margin-top: 4.8rem;
  display: flex;
  gap: 2.8rem;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-index-contact__btns {
    margin-top: 2.5rem;
    flex-direction: column;
    align-items: center;
  }
}

.p-index-faq {
  padding-top: 6rem;
  padding-bottom: 11.6rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-index-faq {
    margin: 0;
    padding: 6.8rem 0;
    background-color: #e9f2f0;
  }
}

.p-index-faq__announce {
  margin-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-index-faq__announce {
    margin-top: 1.4rem;
  }
}

.p-index-faq__text {
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: #222222;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index-faq__text {
    font-size: 2.6rem;
  }
}

.p-index-faq__inner.inner {
  margin-top: 2rem;
  max-width: 90rem;
}
@media screen and (max-width: 767px) {
  .p-index-faq__inner.inner {
    margin-top: 3.2rem;
    max-width: 60rem;
  }
}

.p-index-faq__content-inner.content-inner {
  margin-top: 2rem;
  max-width: 108rem;
}
@media screen and (max-width: 767px) {
  .p-index-faq__content-inner.content-inner {
    margin-top: 4.5rem;
    max-width: 60rem;
  }
}

.p-index-faq__list-wrapper {
  padding: 7rem 13rem;
  background-color: rgba(211, 234, 246, 0.54);
}
@media screen and (max-width: 767px) {
  .p-index-faq__list-wrapper {
    padding: 0 5rem;
    background-color: #e9f2f0;
  }
}

.p-index-faq-list__item {
  border-bottom: 1px solid #008d97;
}
@media screen and (max-width: 767px) {
  .p-index-faq-list__item {
    border-bottom: none;
  }
}

.p-index-faq-list__item + .p-index-faq-list__item {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-index-faq-list__item + .p-index-faq-list__item {
    margin-top: 0.7rem;
  }
}

.p-index-faq-list__item-question {
  margin-left: 2rem;
  padding: 2rem 5rem 2rem 3.3rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-index-faq-list__item-question {
    margin: 0;
    padding: 1.4rem 5.6rem 1.4rem 1.2rem;
    background-color: #d3eaf6;
  }
}

.p-index-faq-list__question-inner,
.p-index-faq-list__answer-inner {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-index-faq-list__question-inner,
  .p-index-faq-list__answer-inner {
    gap: 1rem;
  }
}

.p-index-faq-list__question-logo,
.p-index-faq-list__answer-logo {
  width: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-index-faq-list__question-logo,
  .p-index-faq-list__answer-logo {
    width: 2.4rem;
    display: flex;
    align-items: center;
  }
}

.p-index-faq-list__question-logo img,
.p-index-faq-list__answer-logo img {
  width: 100%;
  aspect-ratio: 35/35;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-index-faq-list__question-text,
.p-index-faq-list__answer-text {
  display: flex;
  align-items: center;
  flex: 1;
}

.p-index-faq-list__question-text p,
.p-index-faq-list__answer-text p {
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 700;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .p-index-faq-list__question-text p,
  .p-index-faq-list__answer-text p {
    font-size: 1.4rem;
  }
}

.p-index-faq-list__item-question::before,
.p-index-faq-list__item-question::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #008d97;
}

.p-index-faq-list__item-question::before {
  content: "";
  right: 2rem;
  width: 0.675rem;
  height: 3rem;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .p-index-faq-list__item-question::before {
    right: 2.9rem;
    width: 0.4rem;
    height: 2rem;
  }
}

.p-index-faq-list__item-question::after {
  content: "";
  right: 0.9rem;
  width: 3rem;
  height: 0.675rem;
}
@media screen and (max-width: 767px) {
  .p-index-faq-list__item-question::after {
    right: 2.1rem;
    width: 2rem;
    height: 0.4rem;
  }
}

.p-index-faq-list__item-question.is-open::before {
  transform: translateY(-50%) rotate(270deg);
}

.p-index-faq-list__item-question span {
  margin-right: 2rem;
  display: inline-block;
  color: #f6d970;
}

.p-index-faq-list__item-answer {
  margin-left: 2rem;
  margin-right: 5rem;
  margin-bottom: 3.4rem;
  padding: 4.5rem 6rem 4.5rem 3.3rem;
  display: none;
  font-size: 2rem;
  line-height: 2.55;
  font-weight: 700;
  color: #222222;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-index-faq-list__item-answer {
    margin: 0.7rem 0 0 0;
    padding: 1.4rem 3.5rem 1.4rem 1.2rem;
    font-size: 1.8rem;
    background-color: #e8eaea;
  }
}

.p-index-faq-list__item-answer span {
  margin-right: 2rem;
  display: inline-block;
  color: #de8430;
}

.p-index-logistics {
  padding-top: 2.8rem;
  background-color: #e9f2f0;
}
@media screen and (max-width: 767px) {
  .p-index-logistics {
    padding-top: 5rem;
    padding-bottom: 4.8rem;
  }
}

.p-index-logistics__inner {
  max-width: 90rem;
}
@media screen and (max-width: 767px) {
  .p-index-logistics__inner {
    max-width: 40rem;
  }
}

.p-index-logistics__announce {
  margin-top: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-index-logistics__announce {
    margin-top: 2.8rem;
    flex-direction: column;
    align-items: center;
  }
}

.p-index-logistics__text {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .p-index-logistics__text {
    font-size: 2.6rem;
  }
}

.p-index-logistics__announce span {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #222222;
}

@media screen and (max-width: 767px) {
  .p-index-logistics__base.pc-view,
  .p-index-logistics__address.pc-view {
    display: none;
  }
}

.p-index-logistics__base {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  transform: translateX(-4rem);
}

.p-index-logistics__base-wrap {
  position: relative;
}

.p-index-logistics__base-map {
  width: 40.4rem;
}

.p-index-logistics__base-map img {
  width: 100%;
  aspect-ratio: 404/417;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-index-logistics__base-west,
.p-index-logistics__base-east {
  position: absolute;
}

.p-index-logistics__base-west {
  top: 3rem;
  left: -12.8rem;
}

.p-index-logistics__base-east {
  top: 8.4rem;
  right: -22.1rem;
}

.p-index-logistics__base-title {
  margin-left: 0.7rem;
  font-size: 1.6rem;
  line-height: 3.4375;
  position: relative;
}

.p-index-logistics__base-title::after {
  content: "";
  width: 21.5rem;
  height: 2px;
  left: 0;
  bottom: 1rem;
  position: absolute;
  background-color: #008d97;
}

.p-index-logistics__base-title--west,
.p-index-logistics__base-title--east {
  color: #008d97;
}

.p-index-logistics__west-flex,
.p-index-logistics__east-flex {
  display: flex;
}

.p-index-logistics__west-list,
.p-index-logistics__east-list {
  font-size: 1.2rem;
  line-height: 2.275;
  color: #008d97;
}

.p-index-logistics__west-lists--left,
.p-index-logistics__east-lists--left {
  margin-left: 1.4rem;
}

.p-index-logistics__west-lists--right,
.p-index-logistics__east-lists--right {
  margin-left: 2rem;
}

/*-------------------------------
p-index-logistics__address
-------------------------------*/
.p-index-logistics__address {
  margin-top: 5rem;
  padding-top: 3.5rem;
  padding-bottom: 2rem;
  background-image: url(../images/common/honsha_bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-index-logistics__address--content-inner.content-inner {
  max-width: 95rem;
}

.p-index-logistics__address-appear {
  position: relative;
}

.p-index-logistics__address--east,
.p-index-logistics__address--west {
  margin-top: 3.5rem;
}

.p-index-logistics__address-title {
  padding-left: 0.9rem;
  font-size: 2.4rem;
  line-height: 2.5;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.p-index-logistics__address-lists {
  margin-top: 3.6rem;
  padding: 0 2.5rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 3.8rem;
}

.p-index-logistics__address-list {
  width: calc(50% - 1rem);
}

.p-index-logistics__address-name {
  font-size: 1.8rem;
  line-height: 2;
  color: #fff;
  display: flex;
  align-items: center;
}

.p-index-logistics__address-name span {
  margin-left: 0.8rem;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 700;
  color: #fff;
}

.p-index-logistics__address-detail {
  font-size: 1.4rem;
  color: #fff;
}

.p-index-logistics__more-btn {
  margin-top: 3.7rem;
  display: flex;
  justify-content: center;
}

.p-index-logistics__more-text {
  padding: 1.8rem 12.2rem;
  font-family: "century gothic Pro", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #222222;
  background-color: #0a9cb6;
  border: 1px #fff solid;
  border-radius: 5.8rem;
  cursor: pointer;
  transition: 0.6s;
  display: inline-block;
  position: relative;
}

.p-index-logistics__more-text::before {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  right: 2.9rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  transition: 0.6s;
}

.p-index-logistics__more-text::after {
  content: "";
  position: absolute;
  top: 2.3rem;
  right: 3.8rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #212121;
  border-right: 2px solid #212121;
  transform: rotate(135deg);
  transition: 0.6s;
}

.p-index-logistics__more-text.is-open {
  background-color: #fff;
}

.p-index-logistics__more-text.is-open::before {
  background-color: #008d97;
}

.p-index-logistics__more-text.is-open::after {
  top: 2.6rem;
  transform: rotate(315deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.p-index-logistics__address-hide {
  display: none;
}

/*-------------------------------
p-index-logistics__address-inner--sp
-------------------------------*/
.p-index-logistics__address-inner--sp.inner {
  padding: 0 4.5rem;
}

.p-index-logistics__address-title--sp {
  width: 100%;
  margin-top: 2.8rem;
  padding: 2.2rem 6.6rem;
  font-size: 2rem;
  line-height: normal;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #008d97;
  position: relative;
  cursor: pointer;
}
@media (max-width: 375px) {
  .p-index-logistics__address-title--sp {
    padding: 2.2rem 4rem;
  }
}

.p-index-logistics__address-title--sp::before,
.p-index-logistics__address-title--sp::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}

.p-index-logistics__address-title--sp::before {
  right: 2.9rem;
  width: 0.4rem;
  height: 2rem;
  transition: 0.6s;
}

.p-index-logistics__address-title--sp::after {
  right: 2.1rem;
  width: 2rem;
  height: 0.4rem;
}

.p-index-logistics__address-title--sp.is-open::before {
  transform: translateY(-50%) rotate(270deg);
}

.p-index-logistics__address-lists--sp {
  margin-top: 0.7rem;
  display: none;
}

.p-index-logistics__address-list--sp {
  padding: 1.3rem 3.2rem;
  background-color: #e8eaea;
}

.p-index-logistics__address-list--sp + .p-index-logistics__address-list--sp {
  margin-top: 0.3rem;
}

.p-index-logistics__address-name--sp {
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 700;
  color: #008d97;
  display: flex;
  align-items: center;
}

.p-index-logistics__address-name--sp span {
  margin-left: 1rem;
  font-size: 1.4rem;
}

.p-index-logistics__address-detail--sp {
  font-size: 1.4rem;
  line-height: normal;
  font-weight: 700;
  color: #008d97;
}

.p-index-mv {
  position: relative;
  z-index: 1;
  height: 50rem;
  min-height: 40rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-index-mv {
    height: 63rem;
    max-height: 63rem;
    min-height: initial;
  }
}

.p-index-mv::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  background-color: rgba(29, 58, 38, 0.3);
}

.p-index-mv__container {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-index-mv__container {
    top: 61%;
  }
}

.p-index-mv__title-wrap {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index-mv__title-wrap {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
  }
}

.p-index-mv__sub-title {
  font-size: 2.8rem;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-index-mv__sub-title {
    font-size: 2.6rem;
  }
}

.p-index-mv__sub-title span {
  color: #f4d94d;
}

.p-index-mv__main-title {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 1;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-index-mv__main-title {
    margin-top: 0.6rem;
    font-size: 3.9rem;
    line-height: 1.5;
  }
}

.p-index-mv__bottom {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-index-mv__bottom {
    margin-top: 8.6rem;
  }
}
@media screen and (max-width: 335px) {
  .p-index-mv__bottom {
    margin-top: 0;
  }
}

.p-index-mv__post-imgs {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-index-mv__post-imgs {
    display: none;
  }
}

.p-index-mv__post-img {
  height: 14.7rem;
}

.p-index-mv__post-img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-index-mv__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-index-mv__btns {
    flex-direction: column;
  }
}

.p-index-mv__swiper,
.p-index-mv__swiper .swiper-img,
.p-index-mv__swiper .swiper-img img {
  height: inherit;
  min-height: inherit;
}

.p-index-mv__swiper .swiper-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-index-point {
  padding-top: 8rem;
  padding-bottom: 10.6rem;
  background-color: #e9f2f0;
}
@media screen and (max-width: 767px) {
  .p-index-point {
    padding-top: 4.4rem;
    padding-bottom: 7rem;
  }
}

.p-index-point__inner.inner {
  position: relative;
  max-width: 90rem;
}
@media screen and (max-width: 767px) {
  .p-index-point__inner.inner {
    padding: 0 5rem;
    max-width: 33rem;
  }
}

@media screen and (max-width: 767px) {
  .p-index-point__content-inner {
    margin-top: 4rem;
  }
}

.p-index-point__announce {
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  .p-index-point__announce {
    margin-top: 2.1rem;
  }
}

.p-index-point__text {
  font-size: 3rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index-point__text {
    font-size: 2.6rem;
  }
}

.p-index-point__items {
  margin-top: 5.4rem;
  padding: 0 10rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 849px) {
  .p-index-point__items {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index-point__items {
    margin-top: 3.5rem;
    padding: 0;
    display: flex;
    gap: 5rem;
    flex-direction: column;
  }
}

.p-index-point__alignment {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-index-point__alignment {
    margin: 0 3.5rem;
    margin-top: 6.8rem;
  }
}

.p-index-point__alignment__bg {
  padding-top: 5.2rem;
  padding-bottom: 10.8rem;
  background-color: #fff;
  box-shadow: 0 30px 50px 0 rgba(83, 87, 91, 0.3);
}
@media screen and (max-width: 767px) {
  .p-index-point__alignment__bg {
    padding: 0;
    margin: 0 auto;
    max-width: 40rem;
    background-color: #fff;
  }
}

.p-index-point__alignment-content-inner {
  padding: 0 2.5rem;
  max-width: 73.6rem;
}
@media screen and (max-width: 767px) {
  .p-index-point__alignment-content-inner {
    padding: 2.6rem 2.4rem;
  }
}

.p-index-point__alignment-title {
  display: flex;
  justify-content: center;
}

.p-index-point__alignment-title h3 {
  padding: 0.5rem 2.2rem;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #008d97;
}
@media screen and (max-width: 767px) {
  .p-index-point__alignment-title h3 {
    font-size: 2.2rem;
  }
}

.p-index-point__point-logos {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-index-point__point-logos {
    margin-top: 2.4rem;
  }
}

.p-index-point__point-logosTop,
.p-index-point__point-logosBottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 0;
}
@media screen and (max-width: 767px) {
  .p-index-point__point-logosTop,
  .p-index-point__point-logosBottom {
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-evenly;
  }
}

.p-index-point__point-logo {
  width: calc(20% - 16px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-index-point__point-logo {
    width: 33.33%;
    box-sizing: border-box;
  }
}

.p-index-point__point-logo img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.p-index-post__bg {
  padding-top: 5.3rem;
  padding-bottom: 3rem;
  background-image: url(../images/common/post-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-index-post__bg {
    background-position: top 0 left 50%;
    padding-top: 6.65rem;
    padding-bottom: 5.5rem;
  }
}

.p-index-post__inner.inner {
  max-width: 89rem;
}
@media screen and (max-width: 767px) {
  .p-index-post__inner.inner {
    max-width: 40rem;
  }
}

.p-index-post__img-flex {
  padding: 0 2rem;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-index-post__img-flex {
    padding: 0 3.5rem;
    flex-direction: column;
  }
}

.p-index-post__img {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .p-index-post__img {
    width: 100%;
  }
}

.p-index-post__img img {
  width: 100%;
}

.p-index-post-attention {
  margin-top: 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-index-post-attention {
    margin-top: 5.3rem;
  }
}

.p-index-post-attention p {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-index-post-attention p {
    text-align: center;
  }
}

.p-index-projecting {
  padding-bottom: 5.7rem;
  background-color: #e9f2f0;
}
@media screen and (max-width: 767px) {
  .p-index-projecting {
    padding-bottom: 0;
  }
}

.p-index-projecting__inner {
  max-width: 90rem;
}
@media screen and (max-width: 767px) {
  .p-index-projecting__inner {
    max-width: 40rem;
  }
}

.p-index-projecting__announce {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-index-projecting__announce {
    margin-top: 3.3rem;
  }
}

.p-index-projecting__text {
  font-size: 3rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index-projecting__text {
    font-size: 2.6rem;
  }
}

.p-index-projecting__card-container {
  margin: 0 auto;
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-index-projecting__card-container {
    margin-top: 1.7rem;
  }
}

.p-index-projecting__cards {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-index-projecting__cards {
    gap: 4.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-index-projecting__inner--sp.inner {
    max-width: 40rem;
  }
}

.p-index-projecting__card-lists--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-index-projecting__card-lists--sp {
    display: block;
  }
}

.p-index-projecting__card-list--sp {
  margin-top: 2.1rem;
}

.p-index-projecting__card-list--sp + .p-index-projecting__card-list--sp {
  margin-top: 4.8rem;
}

.p-index-projecting__slide-inner {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-index-projecting__slide-inner {
    display: none;
  }
}

.p-index-projecting__slide-swiper {
  position: relative;
}

.p-index-projecting__slide-swiper .swiper-slide {
  transform: scale(0.95);
  transition: 1s;
}

.p-index-projecting__slide-swiper .swiper-slide-active {
  transform: scale(1);
}

.p-index-service {
  padding-top: 8rem;
  padding-bottom: 10.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index-service {
    padding-top: 4.5rem;
    padding-bottom: 0;
    background-color: #e9f2f0;
  }
}

.p-index-service::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 72.3rem;
  height: 113rem;
  background-image: url(../images/common/service_bg.jpg);
  background-position: top 0 left 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-index-service::after {
    background-image: none;
  }
}

.p-index-service__inner {
  position: relative;
  max-width: 90rem;
}
@media screen and (max-width: 767px) {
  .p-index-service__inner {
    max-width: 40rem;
  }
}

.p-index-service__announce {
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .p-index-service__announce {
    margin-top: 4rem;
  }
}

.p-index-service__text {
  font-size: 3rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index-service__text {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}

.p-index-service__text--relative {
  position: relative;
}

.p-index-service__text--relative::after {
  content: "イーサービス";
  position: absolute;
  top: -2rem;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.p-index-service__header {
  margin-top: 6.1rem;
  padding-top: 2.6rem;
  padding-bottom: 1.3rem;
  background-color: #008d97;
  display: flex;
  gap: 0.9rem;
  justify-content: center;
  border-radius: 8rem 8rem 0 0;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-index-service__header {
    margin-top: 12rem;
    padding-top: 5.1rem;
    padding-bottom: 2.9rem;
    border-radius: 5.61rem 5.61rem 0 0;
  }
}

.p-index-service__header::before {
  content: "";
  top: 0;
  left: 50%;
}

.p-index-service__number {
  position: absolute;
  top: -3.8rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index-service__number {
    top: -4.4rem;
  }
}

.p-index-service__numberTop {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-index-service__numberTop {
    font-size: 1.5rem;
  }
}

.p-index-service__numberUnder {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .p-index-service__numberUnder {
    font-size: 5.7rem;
  }
}

.p-index-service__icon-check {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-index-service__icon-check {
    display: none;
  }
}

.p-index-service__headerText {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-index-service__headerText {
    font-size: 2.4rem;
  }
}

.p-index-service__body {
  padding: 0 5rem;
  padding-top: 4.1rem;
  padding-bottom: 7rem;
  background-color: rgba(232, 234, 234, 0.6);
  border-radius: 0 0 8rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-index-service__body {
    padding: 3.4rem 4rem;
    background-color: #fff;
    border-radius: 0 0 5.61rem 5.61rem;
  }
}

.p-index-service__items {
  padding: 0 6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-index-service__items {
    padding: 0;
  }
}

.p-index-service__item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .p-index-service__item {
    width: 100%;
  }
}

.p-index-service__items--02 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 3.6rem;
  grid-row-gap: 4rem;
}
@media (max-width: 950px) {
  .p-index-service__items--02 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index-service__items--02 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 2rem;
  }
}

.p-index-service__process {
  margin-top: 4rem;
  padding: 0 4.8rem;
  padding-top: 4rem;
  padding-bottom: 3.3rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  gap: 2.9rem;
}
@media screen and (max-width: 767px) {
  .p-index-service__process {
    margin-top: 5rem;
    padding: 0;
    flex-direction: column;
  }
}

.p-index-service__process--pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-index-service__process--pc {
    display: none;
  }
}

.p-index-service__process-text {
  width: 46.1647727273%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 2rem;
  line-height: 2;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .p-index-service__process-text {
    width: 100%;
    font-size: 2.2rem;
    text-align: center;
  }
}

.p-index-service__process--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-index-service__process--sp {
    display: block;
  }
}

.p-index-service__process-img--pc {
  display: flex;
  align-items: center;
  width: 53.8352272727%;
}

.p-index-service__process-img--pc img {
  width: 100%;
  aspect-ratio: 352/280;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-index-service__process-img--sp {
  margin: 0 auto;
  margin-top: 1.8rem;
  width: 65.625%;
}
@media screen and (max-width: 767px) {
  .p-index-service__process-img--sp {
    margin-top: 1.4rem;
  }
}

.p-index-service__process-img--sp img {
  width: 100%;
  aspect-ratio: 307/187;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-index-service__process-logic {
  margin-top: -1.2rem;
  padding: 3.3rem 3.3rem 2.3rem;
  background-color: #e9f2f0;
}

.p-index-service02 {
  margin-top: 3.2rem;
}

.p-index-service__process-list {
  font-size: 2.2rem;
  line-height: 1.8181818182;
  font-weight: 700;
  color: #000;
  display: flex;
  gap: 1.2rem;
}

.p-index-service__process-list img {
  width: 1.1rem;
  aspect-ratio: 11/11;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-index-service__body.p-index-service__body--02 {
  padding: 4rem 5.4rem 9.7rem 5.4rem;
  background-color: rgba(232, 234, 234, 0.6);
}
@media (max-width: 950px) {
  .p-index-service__body.p-index-service__body--02 {
    padding: 4rem clamp(20px, -123px + 18.68vw, 54px) 9.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index-service__body.p-index-service__body--02 {
    padding: 3.4rem 1.8rem 4.2rem 1.8rem;
  }
}

.p-page-contact {
  padding-bottom: 13rem;
  background-color: #e9f2f0;
}

.p-page-contact__inner.inner {
  max-width: 76.3rem;
}
@media screen and (max-width: 767px) {
  .p-page-contact__inner.inner {
    max-width: 50rem;
  }
}

/* フォーム全体 */
#cf7-area a.pp_link {
  color: #008d97;
}

#cf7-area {
  margin: 0 auto;
  margin-top: 2.7rem;
  width: 100%;
}

.contact01_wrap {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contact01_wrap {
    width: 100%;
  }
}

.cf7-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1.6rem 1.3rem;
}

.cf7-q {
  width: 30%;
  margin: 0 0 0 1rem;
}

.cf7-a {
  width: 100%;
}

/* 各項目共通 */
#cf7-area input::-moz-placeholder {
  text-align: left;
  font-size: 1.5rem;
  position: relative;
  color: #cac8c8;
}
#cf7-area input::placeholder {
  text-align: left;
  font-size: 1.5rem;
  position: relative;
  color: #cac8c8;
}

#cf7-area textarea::-moz-placeholder {
  text-align: left;
  font-size: 1.5rem;
  position: relative;
  padding: 1rem;
  color: #cac8c8;
}

#cf7-area textarea::placeholder {
  text-align: left;
  font-size: 1.5rem;
  position: relative;
  padding: 1rem;
  color: #cac8c8;
}

#cf7-area label,
.cf7-a p {
  font-size: 1.5rem;
}

.cf7-a p {
  font-weight: 400;
  margin-left: 5rem;
}

.wpcf7-not-valid-tip {
  padding: 0 1.6rem;
  font-size: 1rem;
}

.select-wrap {
  width: 44.5%;
  height: 4.3rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .select-wrap {
    margin-left: 0;
    width: 100%;
  }
}

#cf7-area select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  vertical-align: middle;
  line-height: 3rem;
  padding: 0 1.5rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  background: #fff;
  border: none;
}

.select-wrap::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 2px #53575b;
  border-right: solid 2px #53575b;
  position: absolute;
  right: 3.3rem;
  top: 49%;
  transform: translateY(-50%) rotate(135deg);
  display: inline-block;
}

#cf7-area select::-ms-expand {
  display: block;
}

#cf7-area input,
#cf7-area textarea {
  font-size: 1.5rem;
}

#cf7-area input[type=text],
#cf7-area input[type=email],
#cf7-area input[type=tel],
#cf7-area select,
#cf7-area textarea {
  background: #fff;
  width: 90%;
  height: 4.3rem;
  padding: 0 1.6rem;
  border: none;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #cf7-area input[type=text],
  #cf7-area input[type=email],
  #cf7-area input[type=tel],
  #cf7-area select,
  #cf7-area textarea {
    width: 100%;
  }
}

#cf7-area input[type=text]:focus,
#cf7-area input[type=email]:focus,
#cf7-area input[type=tel]:focus,
#cf7-area textarea:focus {
  background: #e0e7f8;
  border: 2px solid #0a5ebb;
  outline: 0;
}

#cf7-area input[type=checkbox],
#cf7-area input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

#cf7-area .wpcf7-list-item {
  display: block;
  margin: 0;
}

#cf7-area textarea {
  height: 22rem;
  padding: 0.625em 0.4375em;
}

.cf7-accept-check {
  text-align: center;
  margin: 1rem auto;
}
@media screen and (max-width: 767px) {
  .cf7-accept-check {
    margin: 1.5rem auto;
  }
}

.cf7-accept-check span.notes {
  font-size: 1.5rem;
}

.cf7-accept-check .wpcf7-form-control,
.cf7-submit .wpcf7-form-control {
  justify-content: center;
}

.cf7-submit {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

#cf7-area input[type=submit] {
  width: 100%;
  background-color: #222222;
  color: #fff;
  border-radius: 0.5rem;
  padding: 2em 2rem;
  font-size: 1.6rem;
}

.wpcf7-previous {
  width: 20%;
  background: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem 2rem;
  border: 2px solid #53575b;
}

#cf7-area input[type=submit]:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}

.cf7-btn {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

/*　必須ラベル　*/
.cf7-req {
  margin-left: 0.5rem;
  font-size: 2rem;
  color: red;
}

/*任意ラベル*/
.cf7-blue {
  font-size: 0.8em;
  padding: 0.4rem 0.6rem;
  background: #3384d3;
  color: #fff;
  margin: 1rem;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .cf7-item {
    display: block;
  }
  #cf7-area label {
    display: block;
    margin-bottom: 1rem;
  }
  .cf7-q {
    width: 100%;
    margin: 0;
  }
  .cf7-a {
    width: 100%;
  }
  #cf7-area input[type=text],
  #cf7-area input[type=email],
  #cf7-area input[type=tel],
  #cf7-area textarea {
    margin-left: 0;
  }
  .cf7-submit {
    width: 90%;
  }
}
#cf7-area .wpcf7-form-control {
  display: flex;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

.cf7-submit__wrap {
  margin-top: 5rem;
}

.wpcf7 form.invalid .wpcf7-response-output {
  margin: 2em 5em 1em;
  padding: 1em;
  border: 2px solid #cc3340;
  font-size: 1.2rem;
  text-align: center;
  color: #cc3340;
}

.p-page-download {
  background-color: #e9f2f0;
  padding-bottom: 13rem;
}

.l-page-download--layout {
  margin-top: 4rem;
}

.p-page-download__inner.inner {
  max-width: 80rem;
}

.p-page-download__flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-page-download__flex {
    display: block;
  }
}

.p-page-download__left-article {
  padding: 3.2rem 0;
  position: sticky;
  top: 5rem;
  width: 38rem;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-page-download__left-article {
    position: initial;
    width: 100%;
    top: 0;
  }
}

.p-download-article__title {
  text-align: center;
  font-size: 2.6rem;
  color: #008d97;
}

.p-download-article__announce {
  margin-top: 2rem;
  position: relative;
  padding: 1rem 2.5rem;
  background: #c7e9d3;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #008d97;
}

.p-download-article__announce:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 3rem;
  border: 1.5rem solid transparent;
  border-top: 1.5rem solid #c7e9d3;
  width: 0;
  height: 0;
}

.p-download-article__wrap {
  width: 100%;
  padding: 0 2.4rem;
}

.p-download-article__check-wrap {
  margin-top: 4rem;
  margin-left: 2rem;
}

.p-download-article__check-wrap p {
  position: relative;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #000;
}

.p-download-article__check-wrap p:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.1rem;
  left: -1.4rem;
  width: 1rem;
  height: 0.6rem;
  border-left: 2px solid #25af01;
  border-bottom: 2px solid #25af01;
  transform: rotate(-50deg) translateY(-50%);
}
.p-download-article__wrap h3 {
  margin-top: 4rem;
}

.p-download-article__wrap h3 span {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  background: linear-gradient(transparent 70%, #f6f8b4 70%);
}

.p-page-download__form-wrap {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .p-page-download__form-wrap {
    margin: 0 auto;
    margin-top: 3rem;
    width: initial;
    max-width: 50rem;
  }
}

/* フォーム全体 */
#cf7-download-area a.pp_link {
  color: #008d97;
}

#cf7-download-area {
  margin: 0 auto;
  margin-top: 2.7rem;
  width: 100%;
}

.contact01_wrap {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contact01_wrap {
    width: 100%;
  }
}

.cf7-download-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1.6rem 0;
}
@media screen and (max-width: 767px) {
  .cf7-download-item {
    padding: 1.6rem 1.3rem;
  }
}

.cf7-download-q {
  width: 30%;
}

.cf7-download-a {
  width: 70%;
}

/* 各項目共通 */
#cf7-download-area input::-moz-placeholder {
  text-align: left;
  font-size: 1.5rem;
  position: relative;
  color: #cac8c8;
}
#cf7-download-area input::placeholder {
  text-align: left;
  font-size: 1.5rem;
  position: relative;
  color: #cac8c8;
}

#cf7-download-area textarea::-moz-placeholder {
  text-align: left;
  font-size: 0.1rem;
  position: relative;
  padding: 1rem;
  color: #cac8c8;
}

#cf7-download-area textarea::placeholder {
  text-align: left;
  font-size: 0.1rem;
  position: relative;
  padding: 1rem;
  color: #cac8c8;
}

#cf7-download-area label {
  font-weight: bold;
  font-size: 1.5rem;
}

.cf7-download-a {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .cf7-download-a {
    margin-left: 0;
  }
}

#cf7-download-area select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  vertical-align: middle;
  line-height: 3rem;
  padding: 0 1.5rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  background: #fff;
  border: none;
}

#cf7-download-area select::-ms-expand {
  display: block;
}

#cf7-download-area input,
#cf7-download-area textarea {
  font-size: 1.5rem;
}

#cf7-download-area input[type=text],
#cf7-download-area input[type=email],
#cf7-download-area input[type=tel],
#cf7-download-area textarea,
#cf7-download-area select {
  background: #fff;
  width: 93%;
  margin-left: 1rem;
  height: 4.3rem;
  padding: 0 1.6rem;
  border: none;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #cf7-download-area input[type=text],
  #cf7-download-area input[type=email],
  #cf7-download-area input[type=tel],
  #cf7-download-area textarea,
  #cf7-download-area select {
    margin-left: 0;
    width: 100%;
  }
}

.download-select-wrap {
  position: relative;
}

.download-select-wrap::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 2px #53575b;
  border-right: solid 2px #53575b;
  position: absolute;
  right: 2.3rem;
  top: 49%;
  transform: translateY(-50%) rotate(135deg);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .download-select-wrap::after {
    right: 1.5rem;
  }
}

#cf7-download-area input[type=text]:focus,
#cf7-download-area input[type=email]:focus,
#cf7-download-area input[type=tel]:focus,
#cf7-download-area textarea:focus {
  background: #e0e7f8;
  border: 2px solid #0a5ebb;
  outline: 0;
}

#cf7-download-area input[type=checkbox],
#cf7-download-area input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

#cf7-download-area .wpcf7-list-item {
  display: block;
}

#cf7-download-area textarea {
  height: 22rem;
  padding: 0.625em 0.4375em;
}

.cf7-download-accept-check {
  text-align: center;
  margin: 4.5rem auto;
}
@media screen and (max-width: 767px) {
  .cf7-download-accept-check {
    margin: 1.5rem auto;
  }
}

.cf7-download-accept-check span.notes {
  font-size: 1.5rem;
}

.cf7-download-accept-check .wpcf7-form-control,
.cf7-download-submit .wpcf7-form-control {
  justify-content: center;
}

.cf7-download-submit {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#cf7-download-area input[type=submit],
#cf7-area .wpcf7-previous {
  width: 100%;
  border-radius: 0.5rem;
  padding: 2em 2rem;
  font-size: 1.6rem;
}

#cf7-download-area input[type=submit] {
  color: #fff;
  background-color: #222222;
}

#cf7-area .wpcf7-previous {
  color: #222222;
  background-color: #fff;
}

#cf7-download-area input[type=submit]:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}

.cf7-download-btn {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

/*　必須ラベル　*/
.cf7-download-req {
  margin-left: 0.5rem;
  color: red;
}

/*任意ラベル*/
.cf7-download-blue {
  font-size: 0.8em;
  padding: 0.4rem 0.6rem;
  background: #3384d3;
  color: #fff;
  margin: 1rem;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .cf7-download-item {
    display: block;
  }
  #cf7-download-area label {
    display: block;
    margin-bottom: 1rem;
  }
  .cf7-download-q {
    width: 100%;
    margin: 0;
  }
  .cf7-download-a {
    width: 100%;
  }
  #cf7-download-area input[type=text],
  #cf7-download-area input[type=email],
  #cf7-download-area input[type=tel],
  #cf7-download-area textarea {
    margin-left: 0;
  }
  .cf7-download-submit {
    width: 90%;
  }
}
#cf7-download-area .wpcf7-form-control {
  display: flex;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

.p-page-error {
  background-color: #e9f2f0;
}

.p-page-error__inner.inner {
  max-width: 80rem;
}

.p-page-error__content {
  padding-top: 12rem;
}

.p-page-error__text-big,
.p-page-error__text-medium,
.p-page-error__text-small {
  line-height: 1;
  letter-spacing: 0.1em;
  color: #222222;
  text-align: center;
}

.p-page-error__text-big {
  font-size: 14rem;
}
@media screen and (max-width: 767px) {
  .p-page-error__text-big {
    font-size: 10rem;
  }
}

.p-page-error__text-medium {
  font-size: 6rem;
  text-transform: capitalize;
}

.p-page-error__text-small {
  margin-top: 2rem;
  font-size: 3rem;
}

.p-page-error__topLink {
  padding: 6rem 0;
  text-align: right;
}

.p-privacypolicy {
  color: #53575b;
  padding-bottom: 18rem;
}

.p-privacypolicy__bg {
  margin-top: 8rem;
  padding: 2.8rem 4rem 5.8rem;
  background-color: #C5E6D1;
}

.p-privacypolicy__inner.inner {
  max-width: 110rem;
}

.p-privacypolicy__title {
  text-align: center;
}

.p-privacypolicy__title-en {
  font-size: 3rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.p-privacypolicy__title-ja {
  font-size: 1.4rem;
}

.p-privacypolicy__description.inner {
  margin-top: 3.2rem;
  padding-top: 3rem;
  max-width: 80rem;
  border-top: 2px solid #fff;
}

.p-privacypolicy__description {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

.p-privacypolicy__container {
  margin: 0 auto;
  margin-top: 2.4rem;
  padding: 4rem 0;
  max-width: 98rem;
  background-color: #fff;
}

.p-privacypolicy__container-inner.inner {
  max-width: 75rem;
}
@media screen and (max-width: 767px) {
  .p-privacypolicy__container-inner.inner {
    padding: 0 2rem;
  }
}

.p-privacypolicy__item + .p-privacypolicy__item {
  margin-top: 2rem;
}

.p-privacypolicy__item h3 {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}

.p-privacypolicy__item p {
  margin-top: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.6923076923;
  letter-spacing: 0.1em;
}

.p-privacypolicy__item a {
  color: #008d97;
}
/*# sourceMappingURL=style.css.map */
