@charset "UTF-8";
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* foundation > base
--------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-weight: 400;
  line-height: 1.4;
}
body.js-no-scroll {
  overflow: hidden;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-outer {
  max-width: 1366px;
  margin-inline: auto;
}

.c-form-button {
  background-color: #00bf63;
  color: #FFFFFF;
  border-radius: 15px;
  max-width: 459px;
  width: 100%;
  height: 64px;
  display: inline-grid;
  place-items: center;
  font-size: 26.2px;
}

.c-section-heading {
  font-family: "BIZ UDPMincho", serif;
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-section-heading {
    font-size: 24px;
  }
}
.c-section-heading._textCenter {
  text-align: center;
}

/* About */
.p-top__about {
  margin: 66px 0 46px;
  padding: 56px 0 61px;
  position: relative;
}
.p-top__about::before, .p-top__about::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 4px;
  background-color: #f1bca0;
}
.p-top__about::before {
  top: 0;
  width: 445px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-top__about::before {
    width: 34%;
  }
}
.p-top__about::after {
  right: 9px;
  bottom: 0;
  width: 487px;
}
@media screen and (max-width: 768px) {
  .p-top__about::after {
    width: 37%;
  }
}

.p-top__about-content {
  max-width: 1262px;
  margin-left: auto;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-top__about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 10px;
    width: 75%;
    margin-right: auto;
  }
}
@media screen and (max-width: 500px) {
  .p-top__about-content {
    width: initial;
  }
}

.p-top__about-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .p-top__about-body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-top__about-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
}
@media screen and (max-width: 768px) {
  .p-top__about-title {
    gap: 16px;
  }
}
.p-top__about-title .en {
  font-family: "BIZ UDPMincho", serif;
  font-size: 17.6px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top__about-title .en {
    font-size: 16px;
  }
}
.p-top__about-title .jp {
  font-family: "BIZ UDPMincho", serif;
  font-size: 26.2px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top__about-title .jp {
    font-size: 24px;
  }
}

.p-top__about-textarea {
  margin-top: 51px;
}
@media screen and (max-width: 768px) {
  .p-top__about-textarea {
    margin-top: 32px;
  }
}

.p-top__about-text {
  font-size: 18px;
}
.p-top__about-text + .p-top__about-text {
  margin-top: 1em;
}

.p-top__about-button {
  margin-top: 49px;
}
@media screen and (max-width: 768px) {
  .p-top__about-button {
    margin-top: 32px;
  }
}

.p-top__about-link {
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-top__about-link {
    font-size: 18px;
  }
}

.p-top__about-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 715px;
          flex: 0 0 715px;
}
@media screen and (max-width: 1240px) {
  .p-top__about-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52.3426%;
            flex: 0 0 52.3426%;
  }
}
@media screen and (max-width: 768px) {
  .p-top__about-image {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.p-top__about-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Reason */
.p-top__reason {
  padding: 62px 0 106px;
}
@media screen and (max-width: 768px) {
  .p-top__reason {
    padding: 62px 0;
  }
}

.p-top__reason-inner {
  max-width: 1256px;
  margin-inline: auto;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .p-top__reason-heading {
    line-height: 1.4;
  }
}

.p-top__reason-content {
  margin-top: 111px;
}
@media screen and (max-width: 768px) {
  .p-top__reason-content {
    width: 75%;
    margin: 90px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .p-top__reason-content {
    width: initial;
  }
}

.p-top__reason-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .p-top__reason-items {
    gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .p-top__reason-items {
    grid-template-columns: 1fr;
    gap: 80px;
  }
}

.p-top__reason-item {
  border-radius: 10px;
  background-color: #fae6dd;
  padding: 33px 10px 0;
  max-height: 398px;
  position: relative;
}
.p-top__reason-item::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -42px;
  display: inline-block;
  width: 172px;
  height: 104px;
  background-color: #fae6dd;
  border-radius: 50% 50% 0 0;
  z-index: -1;
}

.p-top__reason-title {
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .p-top__reason-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .p-top__reason-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__reason-title {
    font-size: 20px;
  }
}

.p-top__reason-image {
  margin-top: 27px;
  aspect-ratio: 384/263;
}
@media screen and (max-width: 900px) {
  .p-top__reason-image {
    aspect-ratio: 184/63;
  }
}
@media (max-width: 450px) {
  .p-top__reason-image {
    aspect-ratio: 384/263;
  }
}
.p-top__reason-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top__reason-msg-wrap {
  margin-top: 57px;
}
@media screen and (max-width: 900px) {
  .p-top__reason-msg-wrap {
    margin-top: 42px;
  }
}

.p-top__reason-msg {
  text-align: center;
  font-size: 33.8px;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .p-top__reason-msg {
    font-size: 24px;
    line-height: 1.8;
  }
}
.p-top__reason-msg .line {
  display: inline-block;
  position: relative;
}
.p-top__reason-msg .line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  display: inline-block;
  width: 100%;
  height: 8px;
  background-color: #ff914d;
}
@media screen and (max-width: 900px) {
  .p-top__reason-msg .line::after {
    bottom: 0;
    height: 4px;
  }
}

/* seminar */
.p-top__seminar {
  padding: 46px 0 60px;
}

.p-top__seminar-inner {
  max-width: 1336px;
  margin-inline: auto;
  padding: 0 10px;
}

.p-top__seminar-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.p-top__seminar-heading .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 84px;
          flex: 0 0 84px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-top__seminar-heading .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42px;
            flex: 0 0 42px;
  }
}
.p-top__seminar-heading .text {
  font-family: "BIZ UDPMincho", serif;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top__seminar-heading .text {
    font-size: 24px;
  }
}

.p-top__seminar-content {
  margin: 21px auto 0;
}
@media screen and (max-width: 900px) {
  .p-top__seminar-content {
    width: 70%;
    margin: 21px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .p-top__seminar-content {
    width: initial;
  }
}

.p-top__seminar-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1240px) {
  .p-top__seminar-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px;
  }
}
@media screen and (max-width: 900px) {
  .p-top__seminar-items {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

.p-top__seminar-item {
  border: 1px solid #c9c5c0;
}

.p-top__seminar-image {
  aspect-ratio: 414/247;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-top__seminar-image {
    aspect-ratio: 354/236;
  }
}
.p-top__seminar-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__seminar-body {
  padding: 29px 17px 15px;
  background-color: #FFFFFF;
}

.p-top__seminar-title {
  font-family: "BIZ UDPMincho", serif;
  font-size: 17px;
  font-weight: 700;
}

.p-top__seminar-info {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

.p-top__seminar-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-top__seminar-meta .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  min-height: 36px;
  display: grid;
  place-items: center;
  background-color: #f1bca0;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  font-size: 15px;
}
.p-top__seminar-meta .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  font-size: 15px;
}

.p-top__seminar-link {
  margin-top: 29px;
  text-align: right;
}
.p-top__seminar-link a {
  display: inline-grid;
  place-items: center;
  max-width: 148px;
  width: 100%;
  background-color: #ff914d;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  height: 43px;
}

/* voice */
.p-top__voice {
  padding: 43px 0 121px;
  background-color: #fae6dd;
}

.p-top__voice-inner {
  max-width: 1092px;
  margin-inline: auto;
  padding: 0 10px;
}

.p-top__voice-content {
  margin-top: 56px;
}

.p-top__voice-swiper-wrap {
  position: relative;
  /* 位置のreset */
  /* 位置の設定 (枠組み) */
  /* それぞれのページネーション */
  /* activeな部分 */
}
.p-top__voice-swiper-wrap .p-top__voice-slide {
  width: 488px;
}
@media screen and (max-width: 1024px) {
  .p-top__voice-swiper-wrap .p-top__voice-slide {
    width: 350px;
    min-height: 320px;
  }
}
@media screen and (max-width: 500px) {
  .p-top__voice-swiper-wrap .p-top__voice-slide {
    width: initial;
  }
}
.p-top__voice-swiper-wrap .p-top__voice-slide .swiper-slide {
  min-height: 320px;
}
.p-top__voice-swiper-wrap .swiper-button-prev,
.p-top__voice-swiper-wrap .swiper-button-next,
.p-top__voice-swiper-wrap .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}
.p-top__voice-swiper-wrap .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: calc(100% + 56px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-top__voice-swiper-wrap .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 11px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #a6a6a6;
  margin-inline: 2.5px;
}
.p-top__voice-swiper-wrap .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #ff914d;
}

.p-top__voice-swiper,
.p-top__voice-swiper-container,
.p-top__voice-slide {
  position: relative;
}

.p-top__voice-item {
  border: 2px solid #000000;
  background-color: #FFFFFF;
  padding: 36px 40px 25px;
  min-height: 320px;
}

.p-top__voice-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #1c2484;
  padding-bottom: 18px;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .p-top__voice-title {
    font-size: 18px;
  }
}

.p-top__voice-textarea {
  margin-top: 29px;
}

.p-top__voice-text {
  font-size: 19px;
  color: #1c2484;
}
@media screen and (max-width: 768px) {
  .p-top__voice-text {
    font-size: 16px;
  }
}

/* works */
.p-top__works {
  padding: 77px 0 98px;
}
@media screen and (max-width: 768px) {
  .p-top__works {
    padding: 64px 0;
  }
}

.p-top__works-inner {
  max-width: 1187px;
  margin-inline: auto;
  padding: 0 10px;
}

.p-top__works-content {
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top__works-content {
    margin: 64px auto 0;
    width: 75%;
  }
}
@media screen and (max-width: 500px) {
  .p-top__works-content {
    width: initial;
  }
}

.p-top__works-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 116px;
}
@media screen and (max-width: 768px) {
  .p-top__works-items {
    gap: 64px;
  }
}

.p-top__works-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 97px;
}
@media screen and (max-width: 768px) {
  .p-top__works-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 42px;
  }
}
.p-top__works-item._reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-top__works-item._reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 42px;
  }
}

.p-top__works-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 479px;
          flex: 0 0 479px;
}
@media screen and (max-width: 768px) {
  .p-top__works-image {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.p-top__works-image._01 {
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .p-top__works-image._01 {
    margin-top: 0;
  }
}
.p-top__works-image._02 {
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .p-top__works-image._02 {
    margin-top: 0;
  }
}
.p-top__works-image._03 {
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .p-top__works-image._03 {
    margin-top: 0;
  }
}
.p-top__works-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__works-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .p-top__works-body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-top__works-title {
  font-family: "BIZ UDPMincho", serif;
  font-size: 35.8px;
  font-weight: 700;
  max-width: 478px;
  width: 100%;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top__works-title {
    font-size: 22px;
  }
}
.p-top__works-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #ff914d;
}

.p-top__works-textarea {
  margin-top: 26px;
  max-width: 541px;
}

.p-top__works-text {
  font-size: 19.4px;
}
@media screen and (max-width: 768px) {
  .p-top__works-text {
    font-size: 16px;
  }
}
.p-top__works-text + .p-top__works-text {
  margin-top: 1em;
}

.p-top__works-btn {
  margin-top: 36px;
  text-align: right;
}

.p-top__works-link {
  background-color: #ff914d;
  color: #FFFFFF;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  font-family: "BIZ UDPMincho", serif;
  font-size: 18px;
  font-weight: 700;
  min-height: 64px;
  max-width: 290px;
  width: 100%;
}

/* greeting */
.p-top__greeting {
  padding: 105px 0 50px;
}
@media screen and (max-width: 768px) {
  .p-top__greeting {
    padding: 50px 0;
  }
}

.p-top__greeting-inner {
  max-width: 1155px;
  margin-inline: auto;
  padding: 0 10px;
}

.p-top__greeting-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 139px;
}
@media screen and (max-width: 768px) {
  .p-top__greeting-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
  }
}

.p-top__greeting-profile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 383px;
          flex: 0 0 383px;
}
@media screen and (max-width: 768px) {
  .p-top__greeting-profile {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

@media screen and (max-width: 768px) {
  .p-top__greeting-photo {
    width: 80%;
    margin-inline: auto;
  }
}
.p-top__greeting-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__greeting-info {
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-top__greeting-info {
    gap: 10px;
  }
}

.p-top__greeting-position {
  font-family: "BIZ UDPMincho", serif;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top__greeting-position {
    font-size: 18px;
  }
}

.p-top__greeting-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.p-top__greeting-name .jp {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top__greeting-name .jp {
    font-size: 28px;
  }
}
.p-top__greeting-name .en {
  font-family: "BIZ UDPMincho", serif;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top__greeting-name .en {
    font-size: 16px;
  }
}

.p-top__greeting-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-top__greeting-body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-top__greeting-heading {
  font-size: 32px;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  padding-bottom: 11px;
  max-width: 385px;
  width: 100%;
  border-bottom: 4px solid #f1bca0;
}
@media screen and (max-width: 768px) {
  .p-top__greeting-heading {
    font-size: 24px;
    border-bottom: 2px solid #f1bca0;
  }
}

.p-top__greeting-textarea {
  margin-top: 22px;
  max-width: 607px;
}

.p-top__greeting-text {
  font-size: 15px;
}
.p-top__greeting-text + .p-top__greeting-text {
  margin-top: 1em;
}

.p-top__greeting-skill {
  margin-top: 34px;
  padding-top: 30px;
  position: relative;
}
.p-top__greeting-skill::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 582px;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.p-top__greeting-skill .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
}
.p-top__greeting-skill .title {
  font-family: "BIZ UDPMincho", serif;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top__greeting-skill .title {
    font-size: 20px;
  }
}
.p-top__greeting-skill .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top__greeting-skill .list-item {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-top__greeting-skill .list-item {
    font-size: 16px;
  }
}

.p-company__fv {
  padding-bottom: 30px;
  position: relative;
}
.p-company__fv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  max-width: 1029px;
  width: 100%;
  height: 174px;
  background-color: #f1bca0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-company__fv::after::after {
    content: none;
  }
}

.p-company__fv-outer {
  max-width: 2000px;
  margin-inline: auto;
}

.p-company__fv-inner {
  max-width: 1287px;
  padding-left: 10px;
  margin-left: auto;
  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: 900px) {
  .p-company__fv-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    padding-left: 0;
  }
}

.p-company__fv-title-block {
  margin-top: 153px;
}
@media screen and (max-width: 900px) {
  .p-company__fv-title-block {
    margin: 42px auto;
  }
}

.p-company__fv-title {
  font-size: 39px;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-company__fv-title {
    font-size: 32px;
  }
}

.p-company__fv-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 909px;
          flex: 0 0 909px;
}
@media screen and (max-width: 900px) {
  .p-company__fv-image {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.p-company__fv-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* vision */
.p-company__vision {
  padding: 0 0 66px;
  margin: 66px 0 132px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-company__vision {
    margin: 66px 0 24px;
  }
}
.p-company__vision::before, .p-company__vision::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #ff914d;
  height: 4px;
}
.p-company__vision::before {
  top: 0;
  left: 0;
  width: 445px;
}
@media screen and (max-width: 768px) {
  .p-company__vision::before {
    width: 32.5768%;
  }
}
.p-company__vision::after {
  bottom: 0;
  right: 0;
  width: 487px;
}
@media screen and (max-width: 768px) {
  .p-company__vision::after {
    width: 35.6515%;
  }
}

.p-company__vision-inner {
  max-width: 1161px;
  margin-inline: auto;
  padding: 0 10px;
}

.p-company__vision-content {
  margin-top: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .p-company__vision-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 42px;
    margin: 64px auto 0;
    width: 75%;
  }
}
@media screen and (max-width: 500px) {
  .p-company__vision-content {
    width: initial;
  }
}

.p-company__vision-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .p-company__vision-body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-company__vision-text {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-company__vision-text {
    font-size: 16px;
  }
}
.p-company__vision-text strong {
  font-weight: 700;
}
.p-company__vision-text + .p-company__vision-text {
  margin-top: 1em;
}

.p-company__vision-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 533px;
          flex: 0 0 533px;
}
@media screen and (max-width: 768px) {
  .p-company__vision-image {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.p-company__vision-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* outline */
.p-company__outline {
  padding: 77px 0 131px;
}
@media screen and (max-width: 768px) {
  .p-company__outline {
    padding: 77px 0;
  }
}

.p-company__outline-inner {
  max-width: 786px;
  margin-inline: auto;
  padding: 0 10px;
}

.p-company__outline-content {
  margin-top: 101px;
}
@media screen and (max-width: 768px) {
  .p-company__outline-content {
    margin: 64px auto 0;
    width: 75%;
  }
}
@media screen and (max-width: 500px) {
  .p-company__outline-content {
    width: initial;
  }
}

.p-company__outline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 54px;
}
@media screen and (max-width: 768px) {
  .p-company__outline-list {
    gap: 32px;
  }
}

.p-company__outline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 34px;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .p-company__outline-item {
    padding-bottom: 24px;
  }
}

.p-company__outline-term {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 233px;
          flex: 0 0 233px;
  font-size: 28px;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-company__outline-term {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
    font-size: 20px;
  }
}

.p-company__outline-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: "BIZ UDPMincho", serif;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-company__outline-desc {
    font-size: 16px;
  }
}

.p-privacy {
  padding: 40px 0 0;
}

.p-privacy__inner {
  max-width: 1078px;
  margin-inline: auto;
  padding: 0 10px;
}

.p-privacy__heading {
  max-width: 1025px;
  width: 100%;
  font-size: 39px;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  padding-left: 77px;
  padding-bottom: 30px;
  border-bottom: 12px solid #f1bca0;
}
@media screen and (max-width: 768px) {
  .p-privacy__heading {
    font-size: 32px;
    padding-left: 10px;
    padding-bottom: 16px;
    border-bottom: 6px solid #f1bca0;
  }
}

.p-privacy__content {
  margin-top: 67px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .p-privacy__content {
    padding-bottom: 40px;
  }
}

.p-privacy__text {
  font-size: 16.3px;
}
.p-privacy__text + .p-privacy__text {
  margin-top: 1em;
}

.p-archive-seminar {
  padding: 40px 0 0;
}

.p-archive-seminar__title {
  max-width: 1025px;
  width: 100%;
  font-size: 39px;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  padding-left: 77px;
  padding-bottom: 30px;
  border-bottom: 12px solid #f1bca0;
}
@media screen and (max-width: 768px) {
  .p-archive-seminar__title {
    font-size: 32px;
    padding-left: 10px;
    padding-bottom: 16px;
    border-bottom: 6px solid #f1bca0;
  }
}

.p-archive-seminar__content {
  margin: 64px auto 0;
  padding-bottom: 64px;
}
@media screen and (max-width: 900px) {
  .p-archive-seminar__content {
    width: 70%;
  }
}
@media screen and (max-width: 500px) {
  .p-archive-seminar__content {
    width: initial;
  }
}

.p-single-seminar__thumbnail {
  max-width: 781px;
  width: 100%;
  margin-inline: auto;
}
.p-single-seminar__thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-seminar__contents {
  padding: 68px 0 145px;
}

.p-single-seminar__inner {
  max-width: 941px;
  margin-inline: auto;
  padding: 0 10px;
}

.p-single-seminar__title {
  font-size: 23px;
}

.p-single-seminar__content {
  margin-top: 82px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-single-seminar__content {
    font-size: 16px;
  }
}
.p-single-seminar__content p {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-single-seminar__content p {
    font-size: 16px;
  }
}

.p-single-seminar__info {
  margin-top: 80px;
}

.p-single-seminar__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

.p-single-seminar__meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}

.p-single-seminar__meta-term {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 104px;
          flex: 0 0 104px;
  font-size: 18.5px;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  background-color: #f1bca0;
  height: 45px;
  display: inline-grid;
  place-items: center;
}

.p-single-seminar__meta-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: "BIZ UDPMincho", serif;
  font-size: 18.5px;
  font-weight: 700;
}

.p-single-seminar__link {
  margin-top: 60px;
}

.p-header {
  height: 147px;
  background-color: #fae6dd;
  z-index: 999;
}
@media screen and (max-width: 900px) {
  .p-header {
    height: 70px;
  }
}

.p-header__inner {
  height: 100%;
  display: grid;
  grid-template-columns: 147px 1fr;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .p-header__inner {
    grid-template-columns: 70px 1fr;
  }
}

.p-header__right {
  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;
  padding: 0 53px 0 16px;
}
@media screen and (max-width: 1024px) {
  .p-header__right {
    padding: 0 16px 0 16px;
  }
}
@media screen and (max-width: 900px) {
  .p-header__right {
    padding: 16px 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__site-name {
  font-size: 39px;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .p-header__site-name {
    font-size: 24px;
    -ms-flex-item-align: initial;
        align-self: initial;
  }
}

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

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}

.p-header__nav-item._button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 259px;
          flex: 0 0 259px;
}

.p-header__nav-link {
  display: block;
  font-size: 18.7px;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
}
.p-header__nav-link._button {
  width: 100%;
  display: grid;
  place-items: center;
  min-height: 71px;
  background-color: #ff914d;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding: 19px 10px;
  text-align: center;
}

.p-header__hamburger {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 25px;
    position: relative;
  }
}
.p-header__hamburger.is-open .p-header__hamburger-line:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-header__hamburger.is-open .p-header__hamburger-line:nth-of-type(2) {
  opacity: 0;
}
.p-header__hamburger.is-open .p-header__hamburger-line:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-header__hamburger-line {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  -webkit-transition: top 0.4s ease, -webkit-transform 0.4s ease;
  transition: top 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, top 0.4s ease;
  transition: transform 0.4s ease, top 0.4s ease, -webkit-transform 0.4s ease;
}
.p-header__hamburger-line:nth-of-type(1) {
  top: 0;
}
.p-header__hamburger-line:nth-of-type(2) {
  top: 50%;
}
.p-header__hamburger-line:nth-of-type(3) {
  top: 100%;
}

.p-footer {
  background-color: #f1eeef;
  padding: 40px 0 54px;
}

.p-footer__inner {
  max-width: 1297px;
  margin-inline: auto;
  padding: 0 10px;
}

.p-footer__content {
  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: 900px) {
  .p-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
}

.p-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.p-footer__logo-link {
  display: block;
  font-family: "BIZ UDPMincho", serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-footer__logo-link {
    font-size: 32px;
  }
}
@media screen and (max-width: 900px) {
  .p-footer__logo-link {
    font-size: 24px;
  }
}

.p-footer__address {
  font-size: 19px;
}
@media screen and (max-width: 1024px) {
  .p-footer__address {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__address {
    font-size: 14px;
  }
}

@media screen and (max-width: 900px) {
  .p-footer__nav {
    width: 100%;
  }
}

.p-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
}
@media screen and (max-width: 1240px) {
  .p-footer__nav-list {
    gap: 42px;
  }
}
@media screen and (max-width: 900px) {
  .p-footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

.p-footer__nav-item._button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 258px;
          flex: 0 0 258px;
}
@media screen and (max-width: 768px) {
  .p-footer__nav-item._button {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
    max-width: 258px;
  }
}

.p-footer__nav-link {
  font-size: 18.7px;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .p-footer__nav-link {
    font-size: 16px;
  }
}
.p-footer__nav-link._button {
  display: inline-grid;
  place-items: center;
  width: 100%;
  min-height: 71px;
  font-size: 20px;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding: 19px 10px;
  text-align: center;
  background-color: #ff914d;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .p-footer__nav-link._button {
    padding: 10px 10px;
    min-height: 55px;
    font-size: 16px;
  }
}

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

.p-cta {
  margin: 28px 0 36px;
  padding: 36px 0 70px;
  position: relative;
}
.p-cta::before, .p-cta::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 4px;
  background-color: #f1bca0;
}
.p-cta::before {
  top: 0;
  width: 487px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-cta::before {
    width: 37%;
  }
}
.p-cta::after {
  right: 9px;
  bottom: 0;
  width: 487px;
}
@media screen and (max-width: 768px) {
  .p-cta::after {
    width: 37%;
  }
}

.p-cta__content {
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  .p-cta__content {
    margin-top: 43px;
  }
}

.p-cta__lead {
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-cta__lead {
    font-size: 16px;
  }
}

.p-cta__button-wrap {
  margin: 52px auto 0;
  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: 61px;
}
@media screen and (max-width: 768px) {
  .p-cta__button-wrap {
    margin: 32px auto 0;
    -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: 32px;
  }
}

.p-cta__button {
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  max-width: 292px;
  min-height: 64px;
  width: 100%;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-cta__button {
    min-height: 55px;
    font-size: 16px;
  }
}
.p-cta__button._accent {
  background-color: #ff914d;
}
.p-cta__button._blue {
  background-color: #38b6ff;
}

.p-drawer {
  position: fixed;
  top: 147px;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #fae6dd;
  z-index: 1000;
  padding: 54px 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (max-width: 900px) {
  .p-drawer {
    top: 70px;
  }
}
.p-drawer.is-open {
  opacity: 1;
  visibility: visible;
}

.p-drawer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.p-drawer__nav-item._button {
  max-width: 259px;
  width: 100%;
}

.p-drawer__nav-link {
  display: block;
  font-size: 18px;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
}
.p-drawer__nav-link._button {
  width: 100%;
  display: grid;
  place-items: center;
  min-height: 60px;
  background-color: #ff914d;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 10px;
  text-align: center;
}

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

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