@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media (max-width: 1010px) {
  html {
    font-size: 0.9900990099vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

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

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-achievement {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .l-achievement {
    padding: 4rem 0;
  }
}

.l-banner {
  height: 28.4rem;
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  .l-banner {
    height: 25.4rem;
  }
}

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

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

.l-footer {
  padding: 5.5rem 0 2.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0;
  }
}

.l-fv {
  width: 100%;
  height: calc(100vh - 9.6rem);
}
@media screen and (max-width: 767px) {
  .l-fv {
    height: calc(100vh - 5.4rem);
  }
}

.l-header {
  width: 100%;
  height: 9.6rem;
  padding-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 5.4rem;
    padding-top: 0;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1010px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

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

.l-main {
  padding-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 5.4rem;
  }
}

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

.l-point-block {
  padding: 8rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .l-point-block {
    padding: 4rem 0 2rem;
  }
}

.l-point-block:last-of-type {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .l-point-block:last-of-type {
    padding-bottom: 6rem;
  }
}

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

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

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

.l-text-box {
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  .l-text-box {
    padding: 3.2rem 0;
  }
}

.c-btn {
  min-width: 32rem;
  min-height: 6rem;
  background: -webkit-gradient(linear, left top, right top, from(#FF8612), color-stop(50%, #FFC012), to(#FF4C13));
  background: linear-gradient(to right, #FF8612 0%, #FFC012 50%, #FF4C13 100%);
  background-size: 200% 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.6rem;
    min-width: 28rem;
    min-height: 4.8rem;
  }
}

.c-btn:hover {
  opacity: 1;
  background-position: 100% 0;
}

.c-btn::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-card-case__img img {
  aspect-ratio: 464/280;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-case__body {
  padding: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-card-case__body {
    padding: 1.6rem;
  }
}

.c-card-case__title {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-card-case__title {
    font-size: 1.6rem;
  }
}

.c-card-case__text {
  margin-top: 1.6rem;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-card-case__text {
    font-size: 1.3rem;
    margin-top: 0.8rem;
  }
}

.c-card-point-block {
  padding: 3.2rem;
  background-color: #F2F6F7;
}
@media screen and (max-width: 767px) {
  .c-card-point-block {
    padding: 1.6rem;
  }
}

.c-card-point-block__head {
  height: 15rem;
}
@media screen and (max-width: 767px) {
  .c-card-point-block__head {
    height: auto;
  }
}

.c-card-point-block__logo-list {
  padding-top: 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-card-point-block__logo-list {
    gap: 0.6rem;
  }
}

.c-card-point-block__logo-box {
  background-color: #fff;
  padding: 2rem 1.6rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-card-point-block__logo-box {
    padding: 1rem 0.8rem;
  }
}

.c-card-point-block__logo-name {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFA01D;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-card-point-block__logo-name {
    font-size: 1.1rem;
  }
}

.c-card-point-block__logo-img {
  margin-top: 1.6rem;
  height: 4.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-card-point-block__logo-img {
    height: 3.2rem;
  }
}

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

.c-card-point-block__img {
  height: 15rem;
}
@media screen and (max-width: 767px) {
  .c-card-point-block__img {
    height: 12rem;
  }
}

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

.c-card-point-block__icon-list {
  padding-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-card-point-block__icon-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-card-point-block__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}

.c-card-point-block__icon-img {
  width: 8.6rem;
  height: 8.6rem;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-card-point-block__icon-img img {
  width: 4.8rem;
  height: 4.8rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-card-point-block__icon-text {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}

.c-card-point-block__text {
  margin-top: 2.4rem;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-card-point-block__text {
    margin-top: 2rem;
    font-size: 1.3rem;
  }
}

.c-card-point-block02__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #333;
  height: 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-card-point-block02__title--orange {
  background-color: #FFA01D;
}

.c-card-point-block02__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  background-color: #F2F6F7;
  padding: 2.4rem;
}

.c-card-point-block02__body--orange {
  background-color: #FFF5E7;
}

.c-card-point-block02__img {
  width: 8rem;
}

.c-card-point-block02__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-card-point-block02__span {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}

.c-card-point-block02__span--orange {
  color: #FFA01D;
}

.c-card-point-block02__list {
  width: 100%;
}

.c-card-point-block02__list--orange {
  width: 16.3rem;
  margin-left: auto;
  margin-right: auto;
}

.c-card-point-block02__item {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}

.c-card-point-block02__item:nth-child(n+2) {
  margin-top: 1.2rem;
}

.c-card-point-block02__item span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 2px dotted #8D9499;
}

.c-card-point-block03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-card-point-block03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
}

.c-card-point-block03:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-card-point-block03:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-card-point-block03__img {
  width: 41.6666666667%;
}
@media screen and (max-width: 767px) {
  .c-card-point-block03__img {
    width: 100%;
  }
}

.c-card-point-block03__img img {
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-point-block03__body {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .c-card-point-block03__body {
    width: 100%;
  }
}

.c-card-point-block03__title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-card-point-block03__title {
    font-size: 1.8rem;
  }
}

.c-card-point-block03__text {
  margin-top: 1.6rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-card-point-block03__text {
    font-size: 1.3rem;
  }
}

.c-card-point-block03__list-img {
  margin-top: 1.6rem;
  width: 36rem;
}
@media screen and (max-width: 767px) {
  .c-card-point-block03__list-img {
    width: 100%;
  }
}

.c-card-point-block03__list-img--la {
  width: 44.4rem;
}
@media screen and (max-width: 767px) {
  .c-card-point-block03__list-img--la {
    width: 100%;
  }
}

.c-card-service__img img {
  aspect-ratio: 306/200;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-service__body {
  margin-top: 1.6rem;
}

.c-card-service__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-card-service__title {
    font-size: 1.6rem;
  }
}

.c-card-service__text {
  margin-top: 1.6rem;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-card-service__text {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
}

.c-card-service__tag-list {
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.c-card-service__tag {
  padding: 0 0.5rem;
  border: 1px solid #FFA01D;
  color: #FFA01D;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .c-card-service__tag {
    font-size: 1rem;
  }
}

.c-point-title {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-point-title {
    font-size: 2rem;
    gap: 0.8rem;
  }
}

.c-point-title--min {
  font-size: 2.4rem;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-point-title--min {
    font-size: 1.8rem;
    gap: 0.6rem;
  }
}

.c-point-title__head {
  width: 12.1rem;
  height: 3.2rem;
  background-color: #FFA01D;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
@media screen and (max-width: 767px) {
  .c-point-title__head {
    width: 9rem;
    height: 2.4rem;
  }
}

.c-point-title--min .c-point-title__head {
  width: 9.5rem;
  height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-point-title--min .c-point-title__head {
    width: 8.8rem;
    height: 2rem;
  }
}

.c-point-title__head span {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}
@media screen and (max-width: 767px) {
  .c-point-title__head span {
    font-size: 1.4rem;
  }
}

.c-point-title--min .c-point-title__head span {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-point-title--min .c-point-title__head span {
    font-size: 1.2rem;
  }
}

.c-point-title--min .c-point-title__text {
  min-height: 7.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #FFA01D;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 2rem;
    gap: 0.8rem;
  }
}

.c-section-title::after {
  content: attr(data-en);
  font-family: "din-2014", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  color: #8D9499;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-section-title::after {
    font-size: 1.1rem;
  }
}

.p-achievement__text {
  margin-top: 4rem;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-achievement__text {
    margin-top: 2.4rem;
    font-size: 1.3rem;
  }
}

.p-achievement__lead {
  margin-top: 4rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-achievement__lead {
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }
}

.p-achievement__lead span {
  color: #FFA01D;
}

.p-achievement__img {
  margin-top: 4rem;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-achievement__img {
    margin-top: 2.4rem;
  }
}

.p-banner {
  background: url(../images/banner_bg.jpg) no-repeat center 8%/cover;
}
@media screen and (max-width: 767px) {
  .p-banner {
    background: url(../images/banner_bg.jpg) no-repeat 65% 20%/cover;
  }
}

.p-banner__text {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-banner__text {
    font-size: 1.8rem;
  }
}

.p-banner__btn {
  margin-top: 2.4rem;
  text-align: center;
}

.p-block-service__title {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-block-service__title {
    font-size: 1.8rem;
  }
}

.p-block-service__cards {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-block-service__cards {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2rem;
  }
}

.p-block-service__cards--2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-block-service__cards--2column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-block-service__cards--2column .p-block-service__card {
  max-width: 30.6rem;
}
@media screen and (max-width: 767px) {
  .p-block-service__cards--2column .p-block-service__card {
    max-width: 100%;
  }
}

.p-block-service__btn {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-block-service__btn {
    margin-top: 2rem;
  }
}

.p-block-service__btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40rem;
  height: 6rem;
  background-color: #FFA01D;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, .2);
          box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, .2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-block-service__btn a {
    width: 33.5rem;
    font-size: 1.2rem;
  }
}

.p-block-service__btn a::after {
  content: "";
  width: 0.9rem;
  height: 1.5rem;
  background: url(../images/icon_arrow.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-block-service__caption {
  margin-top: 4rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-block-service__caption {
    margin-top: 2rem;
    text-align: left;
  }
}

.p-card-point {
  padding: 3rem 2.4rem 2.4rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, .08);
          box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, .08);
}
@media screen and (max-width: 767px) {
  .p-card-point {
    padding: 2rem 1.6rem 1.6rem;
  }
}

.p-card-point__icon {
  width: 10rem;
  height: 10rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-card-point__icon {
    width: 8rem;
    height: 8rem;
  }
}

.p-card-point__icon img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}

.p-card-point__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-card-point__body {
    margin-top: 1.6rem;
  }
}

.p-card-point__text {
  margin-top: 1.2rem;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-card-point__text {
    margin-top: 0.8rem;
  }
}

.p-card-point__btn {
  text-align: center;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-card-point__btn {
    margin-top: 1.6rem;
  }
}

.p-card-point__btn span {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  background: url(../images/arrow.svg) no-repeat center/cover;
  margin-left: auto;
  margin-right: auto;
}

.p-case {
  background-color: #F2F6F7;
}

.p-case__cards {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-case__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
}

.p-faq__inner {
  max-width: 77rem;
}

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

.p-faq__item {
  padding: 2.4rem 0;
  border-top: 1px solid #DFE3E5;
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    padding: 1.6rem 0;
  }
}

.p-faq__item:last-child {
  border-bottom: 1px solid #DFE3E5;
}

.p-faq__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-faq__q {
    gap: 1.2rem;
    font-size: 1.3rem;
  }
}

.p-faq__q::before {
  content: "Q";
  font-family: "din-2014", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  color: #FFA01D;
}
@media screen and (max-width: 767px) {
  .p-faq__q::before {
    font-size: 2.4rem;
  }
}

.p-faq__q::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../images/icon_plus.svg) no-repeat center/cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__q::after {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.p-faq__q.close::after {
  background: url(../images/icon_minus.svg) no-repeat center/cover;
}

.p-faq__q span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-faq__a-box {
  display: none;
}

.p-faq__a {
  margin-top: 2.4rem;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq__a {
    margin-top: 1.2rem;
    font-size: 1.3rem;
    gap: 1.2rem;
  }
}

.p-faq__a::before {
  content: "A";
  font-family: "din-2014", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  color: #8D9499;
}
@media screen and (max-width: 767px) {
  .p-faq__a::before {
    font-size: 2.4rem;
  }
}

.p-faq__a a {
  text-decoration: underline;
  color: #FFA01D;
}

.p-footer {
  background-color: #FFA01D;
}

@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding: 0;
  }
}

.p-footer__list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__list-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer__list-box:nth-child(n+2) {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list-box:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-footer__list-title a,
.p-footer__list-title span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list-title a,
  .p-footer__list-title span {
    padding: 1.8rem 2.4rem;
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__list-title a::after,
  .p-footer__list-title a::before,
  .p-footer__list-title span::after,
  .p-footer__list-title span::before {
    content: "";
    width: 2rem;
    height: 2px;
    background-color: #333;
    position: absolute;
    top: 50%;
    right: 2.4rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__list-title--contact a {
    pointer-events: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__list-title--contact a::before,
  .p-footer__list-title--contact a::after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__list-title a::after,
  .p-footer__list-title span::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__list-title.close a::after,
  .p-footer__list-title.close span::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__list {
    border-bottom: 1px solid #fff;
    padding: 2rem 4rem;
    display: none;
  }
}

.p-footer__item {
  font-size: 1.3rem;
  margin-top: 1.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-footer__item {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__item:nth-child(n+2) {
    margin-top: 2rem;
  }
}

.p-footer__item--link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}

.p-footer__item--link a::before {
  content: "";
  width: 0.7rem;
  height: 1px;
  background-color: #333;
}

.p-footer__item--link a::after {
  content: "";
  width: 1.5rem;
  height: 1.1rem;
  background: url(../images/icon_blank.svg) no-repeat center/contain;
}

.p-footer__bottom {
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.1rem;
    margin-top: 0;
    padding: 2.4rem;
  }
}

.p-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-footer__link-item {
  padding-right: 1.8rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-footer__link-item {
    font-size: 1rem;
    padding-right: 0.8rem;
  }
}

.p-footer__link-item:not(:first-child) {
  padding-left: 1.8rem;
  border-left: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .p-footer__link-item:not(:first-child) {
    padding-left: 0.8rem;
  }
}

.p-footer__copy {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 1rem;
  }
}

.p-fv {
  background: url(../images/fv.jpg) no-repeat center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv {
    background: url(../images/fv.jpg) no-repeat 70%/cover;
  }
}

.p-fv__inner {
  max-width: 96.2rem;
}

.p-fv__body {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-fv__body {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
}

.p-fv__copy {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-fv__copy {
    font-size: 2.4rem;
  }
}

.p-fv__text {
  margin-top: 1.2rem;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: 1.3rem;
  }
}

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

.p-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
}

.p-header__inner {
  max-width: 104rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 5.4rem;
  }
}

.p-header__logo {
  width: 16.7rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 12rem;
  }
}

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

@media screen and (max-width: 767px) {
  .p-header__nav-box {
    display: none;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  font-size: 1.6rem;
}

.p-header__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-header__link-list {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.p-header__link-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-header__link-item a {
    padding: 2.5rem 0.7rem 0;
  }
}

.p-header__link-item a::before {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  background: url(../images/icon_mail.svg) no-repeat center/contain;
}

.p-header__link-item--lang a::before {
  background: url(../images/icon_lang.svg) no-repeat center/contain;
}

.p-header__toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__toggle {
    display: block;
    width: 3rem;
    height: 2.2rem;
    position: relative;
    cursor: pointer;
  }
}

.p-header__toggle span {
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__toggle span:nth-child(1) {
  top: 0;
}

.p-header__toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-header__toggle span:nth-child(3) {
  bottom: 0;
}

.p-header__toggle.show span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-header__toggle.show span:nth-child(2) {
  opacity: 0;
}

.p-header__toggle.show span:nth-child(3) {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.p-header__toggle-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__toggle-nav {
    width: 100%;
    height: calc(100% - 5.4rem);
    position: fixed;
    top: 5.4rem;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 2rem;
    padding-left: 4.8rem;
    padding-right: 4.8rem;
    background-color: #fff;
    z-index: 190;
    overflow-y: scroll;
  }
}

@media screen and (max-width: 767px) {
  .p-header__toggle-list {
    padding-top: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header__toggle-item-title {
    padding: 1.6rem 0.7rem;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #D34600;
  }
}

.p-header__toggle-item-title.close {
  color: #D34600;
}

.p-header__toggle-item-title span {
  display: block;
  width: 2rem;
  height: 2rem;
  position: relative;
}

.p-header__toggle-item-title span::after,
.p-header__toggle-item-title span::before {
  content: "";
  width: 2rem;
  height: 2px;
  background-color: #D34600;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__toggle-item-title span::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-header__toggle-item-title.close span::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.p-header__toggle-sub-list {
  display: none;
  padding: 3.2rem 1.3rem 4rem;
}

.p-header__toggle-sub-item {
  font-size: 1.6rem;
}

.p-header__toggle-sub-item:nth-child(n+2) {
  margin-top: 2.8rem;
}

.p-lead__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-lead__cards {
    gap: 0.8rem;
  }
}

.p-lead__card {
  width: 24rem;
  height: 24rem;
  background-color: #FFF5E7;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  counter-increment: num;
}
@media screen and (max-width: 767px) {
  .p-lead__card {
    width: 10.8rem;
    height: 10.8rem;
  }
}

.p-lead__label::after {
  content: counter(num, decimal-leading-zero);
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1;
  color: #FFA01D;
}
@media screen and (max-width: 767px) {
  .p-lead__label::after {
    font-size: 2rem;
  }
}

.p-lead__card span {
  min-height: 10.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-lead__card span {
    font-size: 1.2rem;
    min-height: 5.2rem;
  }
}

.p-lead__list {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-lead__list {
    margin-top: 2.4rem;
    max-width: 33rem;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.p-lead__item {
  width: calc(33.33333% - 2rem);
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .p-lead__item {
    width: 100%;
    height: 4rem;
  }
}

.p-lead__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  border: 1px solid #FFA01D;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-lead__item a {
    font-size: 1.2rem;
  }
}

.p-lead__item a::after {
  content: "";
  width: 1.5rem;
  height: 0.9rem;
  background: url(../images/icon_arrow-list.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-overview__inner {
  max-width: 77rem;
}

.p-overview__title {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-overview__title {
    font-size: 2rem;
  }
}

.p-overview__logo {
  margin-top: 4rem;
  width: 8.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-overview__logo {
    margin-top: 2.4rem;
  }
}

.p-overview__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-overview__text {
  margin-top: 3.2rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .p-overview__text {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
}

.p-overview__table {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-overview__table {
    margin-top: 2.4rem;
  }
}

.p-overview__table dt,
.p-overview__table dd {
  padding: 2rem 0;
  border-top: 1px solid #DFE3E5;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-overview__table dt,
  .p-overview__table dd {
    padding: 1.2rem 0;
    font-size: 1.3rem;
  }
}

.p-overview__table dt {
  width: 27.7777777778%;
  font-weight: bold;
}

.p-overview__table dd {
  width: 72.2222222222%;
}
@media screen and (max-width: 767px) {
  .p-overview__table dd {
    font-size: 1.1rem;
  }
}

.p-point-block__cards {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 3.2rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-point-block__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
}

.p-point-block__text {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-point-block__text {
    margin-top: 2.4rem;
    font-size: 1.3rem;
  }
}

.p-point-block__list {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-point-block__list {
    margin-top: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-point-block__item {
  width: 45.5555555556%;
}
@media screen and (max-width: 767px) {
  .p-point-block__item {
    width: 100%;
  }
}

.p-point-block__cards02 {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-point-block__cards02 {
    margin-top: 2.4rem;
  }
}

.p-point-block__card02:nth-child(n+2) {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-point-block__card02:nth-child(n+2) {
    margin-top: 4rem;
  }
}

.p-point {
  background-color: #F2F6F7;
}

.p-point__cards {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-point__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-seminar {
  background-color: #F2F6F7;
}

.p-seminar__box {
  margin-top: 6.4rem;
  background-color: #fff;
  padding: 4rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-seminar__box {
    padding: 2rem;
  }
}

.webinar-announcement:nth-child(n+2) {
  margin-top: 1.6rem;
}

.webinar-announcement a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid rgba(32, 45, 81, .11);
}
@media screen and (max-width: 767px) {
  .webinar-announcement a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.webinar-date {
  font-size: 1.2rem;
}

.webinar-categories {
  padding: 0.4rem 0.8rem;
  font-size: 1.2rem;
  background-color: #2d69b3;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-seminar__title {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-seminar__title {
    font-size: 1.4rem;
  }
}

.p-service__block:first-of-type {
  margin-top: 4rem;
}

.p-service__block:nth-of-type(n+2) {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-service__block:nth-of-type(n+2) {
    margin-top: 6rem;
  }
}

.p-text-box {
  background-color: #FFF5E7;
}

.p-text-box__box {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-text-box__box {
    padding: 1.6rem;
  }
}

.p-text-box__text {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-text-box__text {
    font-size: 1.3rem;
  }
}

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

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