@charset "UTF-8";
/** @format */
/** @format */
/** @format */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #072F3C;
  line-height: 1.75;
  letter-spacing: 0.08em;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 40px;
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding-inline: 24px;
  }
}
.section-heading {
  position: relative; /* イラストを絶対配置するための基準 */
  text-align: center;
  margin-top: clamp(32px, 5vw, 56px);
}

.section-heading__title {
  display: block;
  margin: 0;
  text-align: center;
  color: #DEE8E9;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(64px, 9vw, 100px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.16em;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
}

.section-heading__subtitle {
  display: block;
  margin: clamp(-70px, -6vw, -30px) 0 0;
  text-align: center;
  color: #072F3C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.16em;
}

.c-button {
  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: 8px;
  width: 357px;
  height: 95px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.c-button__icon {
  width: 26px;
  height: 26px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .c-button {
    width: 200px;
    height: 60px;
    gap: 6px;
    font-size: 16px;
  }
  .c-button__icon {
    width: 20px;
    height: 20px;
  }
}
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.first-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 840px;
  overflow: hidden;
}

.first-view__side {
  position: relative;
  width: 21%;
  height: 100%;
  overflow: visible;
  background-color: #DEE8E9;
}

.first-view__title {
  margin: 0;
  color: #000000;
  font-size: clamp(48px, 4vw, 64px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.16em;
}

.first-view__title--pc {
  position: absolute;
  top: 340px;
  left: 49%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  z-index: 10;
}

.first-view__title-line {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  white-space: nowrap;
}

.first-view__title-line--01 {
  margin-left: -20px;
}

.first-view__title-line--02 {
  margin-left: 90px;
}

.first-view__title-line--03 {
  margin-left: 250px;
}

.first-view__visual {
  position: relative;
  width: 79%;
  height: 100%;
}

.first-view__picture {
  display: block;
  width: 100%;
  height: 100%;
}

.first-view__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% center;
     object-position: 75% center;
}

.first-view__title--sp {
  display: none;
}

.first-view__portfolio {
  position: absolute;
  right: 32px;
  bottom: 32px;
  margin: 0;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  z-index: 5;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .first-view {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .first-view__side {
    display: none;
  }
  .first-view__visual {
    position: relative;
    width: 100%;
    height: 620px;
  }
  .first-view__image {
    -o-object-position: 100% center;
       object-position: 100% center;
  }
  .first-view__title--pc {
    display: none;
  }
  .first-view__title--sp {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
    top: 68%;
    left: 24px;
    right: 24px;
    z-index: 5;
    margin: 0;
    color: #000000;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.16em;
  }
  .first-view__title--sp .first-view__title-line {
    display: block;
    -webkit-transform: none;
            transform: none;
    white-space: nowrap;
  }
  .first-view__title-line--01 {
    margin-right: 100px;
  }
  .first-view__title-line--02 {
    margin-right: 20px;
  }
  .first-view__title-line--03 {
    margin-right: 0;
  }
  .first-view__portfolio {
    right: 16px;
    left: auto;
    bottom: 18px;
    z-index: 5;
    width: auto;
    font-size: 11px;
    text-align: right;
  }
}
.service {
  min-height: 840px;
  padding: 100px 0;
  background-color: #FFFFFF;
}

.service__wrapper {
  width: 100%;
}

.service__heading {
  margin-bottom: 50px;
  text-align: center;
}

.service__title {
  color: #DEE8E9;
  -webkit-text-stroke: 1px #fff;
}

.service__list {
  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: clamp(16px, 3vw, 64px);
}

.service__item {
  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-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 clamp(190px, 28vw, 330px);
          flex: 0 1 clamp(190px, 28vw, 330px);
  height: 432px;
  padding: 48px 40px 40px;
  background-color: #CFF21A;
}

.service__item:nth-child(2) {
  background-color: #F2B32B;
}

.service__image {
  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;
  width: 100%;
  max-width: 180px;
  aspect-ratio: 1/1;
  margin: 0 auto 30px;
  background-color: #FFFFFF;
}

.service__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service__body {
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
}

.service__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 8px;
  font-size: clamp(14px, 1.8vw, 20px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.08em;
  text-align: center;
  white-space: nowrap;
}

.service__text {
  margin: 0;
  font-size: clamp(13px, 1.4vw, 16px);
  line-height: 1.75;
  text-align: left;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .service {
    min-height: auto;
    padding: 64px 0 80px;
  }
  .service__heading {
    margin-bottom: 28px;
  }
  .service__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: 18px;
  }
  .service__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: auto;
    min-height: 157px;
    padding: 20px 18px;
  }
  .service__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 92px;
    height: 92px;
    margin: 0 20px 0 auto;
    background-color: #FFFFFF;
  }
  .service__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .service__body {
    width: auto;
    max-width: 220px;
    margin: 0 auto 0 0;
  }
  .service__item-title {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    white-space: nowrap;
  }
  .service__text {
    margin: 0;
    font-size: 10px;
    line-height: 1.7;
    text-align: left;
  }
}
.works {
  padding: 80px 20px 100px;
  background-color: #DEE8E9;
}

.works__wrapper {
  max-width: 1250px;
  margin: 0 auto;
  text-align: center;
}

.works__title {
  color: #FFFFFF;
  -webkit-text-stroke: 1px #DEE8E9;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
}

.p-works__slider {
  margin-top: 56px;
  padding: 20px 0 10px;
  overflow: hidden;
}

.swiper-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.swiper-slide.p-works__slide {
  width: 320px;
  -webkit-transition: width 0.4s ease, opacity 0.4s ease;
  transition: width 0.4s ease, opacity 0.4s ease;
  opacity: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-works__slide.p-works__slide.swiper-slide-active {
  width: 548px;
  opacity: 1;
  z-index: 2;
}

.p-works__link {
  display: block;
  line-height: 0;
  width: 100%;
}

.p-works__img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.p-works__pagination.swiper-pagination {
  position: static !important;
  margin-top: 28px;
  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: 8px;
}

.p-works__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #c7cbc1;
  opacity: 1;
  margin: 0 !important;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-works__pagination .swiper-pagination-bullet-active {
  background: #333;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.p-works__more {
  margin: 40px auto 0;
  color: #000000;
  background-color: #CFF21A;
  border: 1px solid #CFF21A;
}
.p-works__more:hover {
  color: #CFF21A;
  background: #FFFFFF;
}
.p-works__more:active {
  opacity: 0.4;
}

@media screen and (max-width: 767px) {
  .works {
    padding: 48px 16px 60px;
  }
  .p-works__slider {
    margin-top: 24px;
    padding: 12px 0 8px;
  }
  .swiper-slide.p-works__slide {
    width: 80%;
    opacity: 0.4;
  }
  .p-works__slide.p-works__slide.swiper-slide-active {
    width: 88%;
  }
  .p-works__pagination.swiper-pagination {
    margin-top: 16px;
  }
  .p-works__more {
    margin: 24px auto 0;
  }
  .p-works__heading-en {
    font-size: 32px;
  }
}
.value {
  min-height: 840px;
  padding: 100px 0;
  background-color: #FFFFFF;
}

.value__wrapper {
  width: 100%;
}

.value__heading {
  margin-bottom: 50px;
  text-align: center;
}

.value__title {
  color: #DEE8E9;
  -webkit-text-stroke: 1px #fff;
}

.value__list {
  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: clamp(16px, 3vw, 64px);
}

.value__item {
  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-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 clamp(190px, 28vw, 330px);
          flex: 0 1 clamp(190px, 28vw, 330px);
  min-height: 432px;
  padding: 48px 40px 40px;
  background-color: #CFF21A;
}

.value__item:nth-child(2) {
  background-color: #F2B32B;
}

.value__image {
  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;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto 30px;
  background-color: #FFFFFF;
}

.value__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.value__body {
  width: 100%;
  min-width: 100%;
  margin: 0 auto;
}

.value__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 8px;
  font-size: clamp(14px, 1.8vw, 20px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.08em;
  text-align: center;
  white-space: nowrap;
}

.value__text {
  margin: 0;
  font-size: clamp(13px, 1.4vw, 16px);
  line-height: 1.75;
  text-align: left;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .value {
    min-height: auto;
    padding: 64px 0 80px;
  }
  .value__heading {
    margin-bottom: 28px;
  }
  .value__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: 18px;
  }
  .value__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: auto;
    min-height: 157px;
    padding: 20px 18px;
  }
  .value__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 92px;
    height: 92px;
    margin: 0 20px 0 auto;
    background-color: #FFFFFF;
  }
  .value__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .value__body {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 220px;
    min-width: 0;
    margin: 0 auto 0 0;
  }
  .value__item-title {
    display: block;
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    white-space: nowrap;
  }
  .value__text {
    margin: 0;
    font-size: 10px;
    line-height: 1.7;
    text-align: left;
  }
}
.flow {
  padding-block: 120px;
  background-color: #DEE8E9;
}

.flow-title {
  color: #FFFFFF;
  -webkit-text-stroke: 1px #DEE8E9;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
}

.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}

.flow__item {
  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;
  width: 20%;
  padding-inline: 6px;
  text-align: center;
}

.flow__item:not(:first-child) {
  margin-left: -1px;
}

.flow__image {
  display: block;
  width: 100%;
  height: auto;
}

.flow__body {
  -webkit-transform: translateX(-24px);
          transform: translateX(-24px);
}

.flow__title {
  margin: 30px 0 0;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: bold;
}

.flow__text {
  max-width: 160px;
  margin: 8px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .flow {
    padding-block: 60px;
  }
  .flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 28px auto 0;
    gap: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .flow__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-inline: 0;
  }
  .flow__item:not(:first-child) {
    margin-left: 0;
    margin-top: 0;
  }
  .flow__image {
    width: 64px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flow__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    -webkit-transform: none;
            transform: none;
    margin-top: 0;
    margin-left: 16px;
  }
  .flow__title {
    margin: 0;
    font-size: 14px;
    white-space: nowrap;
  }
  .flow__text {
    max-width: 154px;
    margin: 2px 0 0;
    font-size: 12px;
    text-align: left;
  }
}
.about {
  padding: 120px 0;
}

.about__wrapper {
  position: relative;
}

.about__heading {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

.about__title {
  color: #DEE8E9;
  -webkit-text-stroke: 1px #fff;
}

.about__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #DEE8E9;
  border-radius: 24px;
  padding: 16px 16px 16px 48px;
  max-width: 1043px;
  min-height: 454px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
}
.about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px;
}

.about__message {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 36px;
}

.about__text {
  font-size: 14px;
  font-weight: bold;
}

.about__illust {
  position: absolute;
  width: clamp(180px, 28vw, 408px);
  height: clamp(135px, 21vw, 306px);
  bottom: clamp(-180px, -12vw, -90px);
  right: clamp(-200px, -14vw, -80px);
  z-index: 2;
}
.about__illust img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about__contact {
  text-align: center;
  margin-top: 40px;
}

.about__contact-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  color: #072F3C;
  margin-bottom: 32px;
}

.about__contact-button {
  margin: 40px auto 0;
  color: #000000;
  background-color: #F2B32B;
  border: 1px solid #F2B32B;
}
.about__contact-button:hover {
  color: #F2B32B;
  background-color: #FFFFFF;
}
.about__contact-button:active {
  opacity: 0.4;
}

@media screen and (max-width: 767px) {
  .about {
    padding: 60px 0;
  }
  .about__heading {
    position: relative;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 24px;
  }
  .about__box {
    position: relative;
    -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: 20px;
    width: 260px;
    max-width: 100%;
    margin-top: 266px;
    padding: 32px 24px;
    border-radius: 16px;
    min-height: auto;
  }
  .about__image {
    position: absolute;
    top: -246px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 226px;
    height: 226px;
    z-index: 3;
  }
  .about__body {
    padding: 0;
    text-align: center;
  }
  .about__message {
    font-size: 14px;
    text-align: center;
    margin-bottom: 16px;
  }
  .about__text {
    font-size: 12px;
    text-align: left;
  }
  .about__illust {
    width: 120px;
    height: 90px;
    right: -30px;
    bottom: -60px;
  }
  .about__contact {
    margin-top: 60px;
  }
  .about__contact-text {
    font-size: 12px;
    margin-bottom: 20px;
  }
}