/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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;
  line-height: inherit;
  font-weight: inherit;
}

/* 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * 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;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  /* Colors */
  --white: #ffffff;
  --black: #333333;
  --blue: #0051bf;
  --lightGray: #e8e6e2;
  --veryLightGray: #e9e6e2;
  --paleGray: #f4f2f0;
  --lightTaupe: #c6bfbc;
  --link: #0051bf;
  /* Fonts */
  --family-roboto: "Roboto", sans-serif;
  --family-sans: "Noto Sans JP", sans-serif;
  --family-serif: "Noto Serif JP", serif;
  /* Layouts */
  /* */
  /* Effects */
  --transition: 0.5s;
  /* Environment Parameters */
  --headerHeight: 56px;
  --issueBorder: 2px solid #e4e4e4;
  --issueBorderSize: 10px;
}

@media (min-width: 769px) {
  :root {
    --headerHeight: 64px;
  }
}
body {
  position: relative;
  font-family: var(--family-sans);
  letter-spacing: 0.1em;
  background-color: #f4f2f0;
}

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

a {
  text-decoration: none;
  color: var(--link);
  transition: opacity var(--transition);
}

a:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  br.sp {
    display: none;
  }
}
@media (max-width: 767px) {
  br.pc {
    display: none;
  }
}
/* container
----------------------------------- */
.l-section {
  position: relative;
}
.l-section .anchor {
  position: absolute;
  top: 0;
  left: 0;
}

.l-inner {
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto;
}

.arrowsBoxBottom {
  margin: 0 auto;
  background: url(../images/icon/arrows-box-bottom.svg) no-repeat center/contain;
  width: 100%;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .arrowsBoxBottom {
    height: 40px;
  }
}
.arrowsBoxBottom.--absolute {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.l-header {
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 16px;
  height: auto; /* 56pxからautoに変更 */
  min-height: 56px; /* 最小高さを設定 */
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 80px;
  }
}
.l-header__logo {
  width: 120px;
  flex-shrink: 0;
}

.l-header__logo img {
  width: 100%;
  height: auto;
}

.l-header__title {
  font-size: 10px;
  line-height: 1;
}
.l-header__title a {
  display: inline-block;
}

.icon-external {
  display: inline-block;
  width: 9px;
  height: 8px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA5IDgiPgogIDxnIGlkPSLjgrDjg6vjg7zjg5dfNzgzOCIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgNzgzOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzNDQgMzApIj4KICAgIDxwYXRoIGlkPSLplbfmlrnlvaJfMjQ1MzUiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDI0NTM1IiBkPSJNMSwxVjVINlYxSDFNMCwwSDdWNkgwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM0NiAtMzApIiBmaWxsPSIjYjRiNGI0Ii8+CiAgICA8cmVjdCBpZD0i6ZW35pa55b2iXzI0NTM2IiBkYXRhLW5hbWU9IumVt+aWueW9oiAyNDUzNiIgd2lkdGg9IjEiIGhlaWdodD0iNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM0NCAtMjgpIiBmaWxsPSIjYjRiNGI0Ii8+CiAgICA8cmVjdCBpZD0i6ZW35pa55b2iXzI0NTM3IiBkYXRhLW5hbWU9IumVt+aWueW9oiAyNDUzNyIgd2lkdGg9IjciIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM0NCAtMjMpIiBmaWxsPSIjYjRiNGI0Ii8+CiAgPC9nPgo8L3N2Zz4K") no-repeat center center/contain;
}

.l-footer {
  background-color: var(--white);
  padding: 32px 16px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 96px;
  }
}
.l-footer__text {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.c-sectionSubTitle {
  font-family: var(--roboto);
  font-size: 12px;
  color: var(--blue);
  margin-bottom: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-sectionSubTitle {
    margin-bottom: 24px;
    font-size: 18px;
  }
}

.c-sectionTitle {
  margin-bottom: 24px;
  font-family: var(--family-serif);
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-sectionTitle {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .c-sectionTitle {
    font-size: 50px;
  }
}

.c-linkButton {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 5px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
}
.c-linkButton:hover {
  background-color: #000;
  color: #fff;
}

.c-variousIssuesCard {
  position: relative;
  width: min(1200px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-variousIssuesCard.start {
    flex-direction: row;
  }
  .c-variousIssuesCard.end {
    flex-direction: row-reverse;
  }
}
.c-variousIssuesCard__figure {
  width: 100%;
  height: 194px;
  aspect-ratio: 345/194;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .c-variousIssuesCard__figure {
    width: 47.5%;
    height: auto;
  }
}
.c-variousIssuesCard__textBlock {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  padding: 26px 32px 22px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .c-variousIssuesCard__textBlock {
    width: 52.5%;
  }
}
.c-variousIssuesCard__textBlock::before, .c-variousIssuesCard__textBlock::after {
  content: "";
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .c-variousIssuesCard__textBlock::before, .c-variousIssuesCard__textBlock::after {
    --issueBorder: 4px solid #e4e4e4;
    --issueBorderSize: 40px;
    width: 40px;
    height: 80px;
  }
}
.c-variousIssuesCard__textBlock::before {
  border-left: var(--issueBorder);
  border-top: var(--issueBorder);
  top: var(--issueBorderSize);
  left: var(--issueBorderSize);
}
.c-variousIssuesCard__textBlock::after {
  border-bottom: var(--issueBorder);
  border-right: var(--issueBorder);
  bottom: var(--issueBorderSize);
  right: var(--issueBorderSize);
}
.c-variousIssuesCard__description {
    font-size: 4.18vw;
  line-height: 1.5;
    width:100%;
}
.c-variousIssuesCard__description b {
  color: var(--blue);
　font-size:5vw;
}
@media screen and (min-width: 768px) {
  .c-variousIssuesCard__description {
    font-size: 24px;
max-width:80%;
  }
}

.c-reasonCard {
  position: relative;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-reasonCard.start {
    flex-direction: row;
  }
  .c-reasonCard.end {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1201px) {
  .c-reasonCard {
    width: calc(100% - 105px);
  }
  .c-reasonCard.start {
    margin-left: 105px;
  }
  .c-reasonCard.end {
    margin-right: 105px;
  }
}
.c-reasonCard__textBlock {
  padding: 27px 20px 22px;
}
@media screen and (min-width: 768px) {
  .c-reasonCard__textBlock {
    width: min(735px, 66.8%);
  }
  .c-reasonCard.start .c-reasonCard__textBlock {
    padding: 48px 56px 48px 40px;
  }
  .c-reasonCard.end .c-reasonCard__textBlock {
    padding: 48px 40px 48px 56px;
  }
}
.c-reasonCard__image {
  background: no-repeat center/cover;
  height: 242px;
  aspect-ratio: 690/484;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-reasonCard__image {
    height: auto;
    width: min(465px, 42.7%);
  }
}
@media screen and (min-width: 1201px) {
  .c-reasonCard__image {
    box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (min-width: 1201px) and (min-width: 768px) {
  .c-reasonCard.start .c-reasonCard__image {
    transform: translateX(-105px) translateY(-40px);
  }
}
@media screen and (min-width: 1201px) and (min-width: 768px) {
  .c-reasonCard.end .c-reasonCard__image {
    transform: translateX(105px) translateY(-40px);
  }
}
.c-reasonCard__textHead {
  display: flex;
  width: 100%;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .c-reasonCard__textHead {
    gap: 32px;
  }
}
.c-reasonCard__textHead figure {
  width: 32px;
  display: block;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-reasonCard__textHead figure {
    width: 48px;
  }
}
.c-reasonCard__title {
  font-size: 18px;
  line-height: 1.5;
  color: var(--blue);
}
@media screen and (min-width: 768px) {
  .c-reasonCard__title {
    font-size: min(30px, 2.5vw);
  }
}
.c-reasonCard__textBody {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #d5d5d5;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .c-reasonCard__textBody {
    padding-top: 16px;
    margin-top: 16px;
    margin-left: 80px;
  }
}
.c-reasonCard__description {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-reasonCard__description {
    font-size: min(16px, 1.3vw);
    line-height: 2;
  }
}

.c-pickupCard {
  display: flex;
  flex-direction: column;
  background: var(--white);
}
@media screen and (min-width: 768px) {
  .c-pickupCard {
    padding: 40px;
  }
}
.c-pickupCard__img {
  margin: 0;
}
.c-pickupCard__img img {
  width: 100%;
  height: auto;
}
.c-pickupCard__body {
  padding: 12px 10px 6px;
  width: 100%;
  background-color: var(--white);
}
@media screen and (min-width: 768px) {
  .c-pickupCard__body {
    padding: 12px 0 0;
  }
}
.c-pickupCard__detail {
  margin-top: 4px;
  font-size: 10px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-pickupCard__detail {
    margin-top: 8px;
    font-size: 18px;
  }
}
.c-pickupCard__author {
  margin-top: 5px;
  font-size: 10px;
  line-height: 2.1;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .c-pickupCard__author {
    margin-top: 10px;
    font-size: 14px;
  }
}

.c-voiceCard {
  position: relative;
  width: 100%;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-voiceCard {
    background-color: #fff;
  }
  .c-voiceCard.start {
    flex-direction: row;
  }
  .c-voiceCard.end {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1201px) {
  .c-voiceCard {
    width: calc(100% - 420px);
  }
  .c-voiceCard.start {
    margin-left: 420px;
  }
  .c-voiceCard.end {
    margin-right: 420px;
  }
}
.c-voiceCard__textBlock {
  padding: 24px 20px;
}
@media screen and (min-width: 768px) {
  .c-voiceCard__textBlock {
    width: min(735px, 66.8%);
  }
  .c-voiceCard.start .c-voiceCard__textBlock {
    padding: 48px 56px 48px 40px;
  }
  .c-voiceCard.end .c-voiceCard__textBlock {
    padding: 48px 40px 48px 56px;
  }
}
@media screen and (min-width: 1201px) {
  .c-voiceCard__textBlock {
    width: 100%;
    min-height: 400px;
  }
  .c-voiceCard.start .c-voiceCard__textBlock {
    padding-left: 214px;
  }
  .c-voiceCard.end .c-voiceCard__textBlock {
    padding-right: 214px;
  }
}
.c-voiceCard__image {
  background: no-repeat center/cover;
  height: 242px;
  aspect-ratio: 345/242;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-voiceCard__image {
    height: auto;
    width: min(465px, 42.7%);
  }
}
@media screen and (min-width: 1201px) {
  .c-voiceCard__image {
    position: absolute;
    box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.08);
    width: 570px;
    height: 400px;
  }
  .c-voiceCard.start .c-voiceCard__image {
    transform: translateY(-40px);
    left: -420px;
  }
  .c-voiceCard.end .c-voiceCard__image {
    transform: translateY(-40px);
    right: -420px;
  }
}
.c-voiceCard__title {
  font-size: 18px;
  line-height: 1.5;
  color: var(--blue);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-voiceCard__title {
    font-size: min(30px, 2.5vw);
  }
}
.c-voiceCard__author {
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .c-voiceCard__author {
    font-size: min(14px, 1.16vw);
    line-height: 2;
  }
}
.c-voiceCard__description {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-voiceCard__description {
    font-size: min(14px, 1.16vw);
    line-height: 2;
  }
}

.c-flowCard {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-flowCard.start {
    flex-direction: row;
  }
  .c-flowCard.end {
    flex-direction: row-reverse;
  }
}
.c-flowCard__textBlock {
  padding: 24px 20px;
  display: grid;
  gap: 12px 13px;
  grid-template-columns: 30px auto;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-flowCard__textBlock {
    width: min(630px, 52.5%);
    grid-template-columns: 56px auto;
    gap: 15px 24px;
  }
  .c-flowCard.start .c-flowCard__textBlock {
    padding: 48px 56px 48px 40px;
  }
  .c-flowCard.end .c-flowCard__textBlock {
    padding: 48px 40px 48px 56px;
  }
}
.c-flowCard__image {
  background: no-repeat center/cover;
  height: 194px;
  aspect-ratio: 345/194;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-flowCard__image {
    aspect-ratio: 570/320;
    height: auto;
    width: min(570px, 47.5%);
  }
}
.c-flowCard__number {
  font-size: 48px;
  line-height: 1;
  color: var(--blue);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-flowCard__number {
    font-size: min(96px, 8vw);
  }
}
.c-flowCard__title {
  align-self: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-flowCard__title {
    font-size: min(30px, 2.5vw);
  }
}
.c-flowCard__description {
  grid-column: 1/3;
  grid-row: 2/3;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-flowCard__description {
    font-size: min(16px, 1.33vw);
    line-height: 2;
  }
}

/* project > kv
----------------------------------- */
.p-kv {
  height: 100vh;
   
}
@media screen and (min-width: 768px) {
  .p-kv {
  height:100vh;
}
}
@media screen and (min-width: 1201px) {
  .p-kv {
    height:100vh;




  }
}
.p-kv__titleContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  z-index: 2;
  justify-content: center;
  align-items: center;
    height:100vh;

}
.p-kv__titleContainer picture{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-kv__titleContainer img.title_main{
width:800px;
max-width:80vw;
max-height:60vh;
filter: drop-shadow(5px 5px 5px #333333);
margin:0 auto;
}
.p-kv__titleContainer img.title_sub{
width:800px;
max-width:80vw;
margin:1em auto 0;
filter: drop-shadow(5px 5px 5px #333333);
}
@media screen and (min-width: 768px) {
  .p-kv__titleContainer {
    gap: 8px;
  }
}
.p-kv__icons {
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1201px) {
  .p-kv__icons {
    margin-top: 40px;
  }
}
.p-kv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 611px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .p-kv__bg {
    height: max(611px, 100vh - 0px);
    grid-template-columns: 66.6% 1fr;
  }
}
@media screen and (min-width: 1201px) {
  .p-kv__bg {
    height: max(611px, 100vh -  0px);
    grid-template-columns: 66.6% 1fr;
  }
}
.p-kv__bg--1 {
  grid-column: 1/3;
  grid-row: 1/2;
}
@media screen and (min-width: 1201px) {
  .p-kv__bg--1 {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
.p-kv__bg picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-kv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-floatingButton {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-floatingButton {
    width: 100%;
display: -webkit-flex;
display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-floatingButton {
    bottom: 24px;
    right: 24px;
  }
}

.c-floatingButton {
  position: relative;
  width: 50%;
  height: 45px;
  display: grid;
  place-items: center;
  color: #FFFFFF;
  background: #f21458;
filter: drop-shadow(5px 5px 5px #333333);

}
@media screen and (max-width: 767px) {
  .c-floatingButton:hover,.c-floatingButton:active{
    opacity: 1;
margin-top:0;
  background: #1458F2;

  }
  .c-floatingButton::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #FFFFFF;
    transform: translateY(-50%);
  }
.c-floatingButton span {
  font-size: 12px;
  text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .c-floatingButton {
    width: 196px;
    height: 196px;
    border-radius: 50%;
    filter: drop-shadow(30px 30px 30px rgba(0, 0, 0, 0.08));
margin-top:15px;
  }

.c-floatingButton span {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-align: center;
  color: #FFFFFF;
  }
}
/* project > access
----------------------------------- */
.p-access {
  background-color: var(--lightGray);
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .p-access {
    grid-template-columns: 1fr 1fr;
  }
}
.p-access__textBlock {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-access__textBlock {
    padding: 100px 60px 100px 80px;
    display: flex;
    justify-content: flex-end;
    text-align: left;
  }
  .p-access__textBlock .flex {
    max-width: 570px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-access__subTitle {
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
}
.p-access__subTitle p {
  padding: 0 32px;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}
.p-access__subTitle p::before, .p-access__subTitle p::after {
  content: "";
  width: 1px;
  height: 56px;
  top: -4px;
  background-color: var(--black);
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-access__subTitle p::before, .p-access__subTitle p::after {
    top: 0;
    height: 20px;
  }
}
.p-access__subTitle p::before {
  left: 0;
  transform: rotate(-45deg);
}
.p-access__subTitle p::after {
  content: "";
  right: 0;
  transform: rotate(45deg);
}
.p-access__title {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-access__title {
    font-size: 36px;
  }
}
.p-access__tel {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-access__tel {
    font-size: 20px;
  }
}
.p-access__details {
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-access__details {
    font-size: 16px;
  }
}
.p-access .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  width: 75%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-access .grid {
    width: 100%;
    gap: 30px;
  }
}
.p-access__picture {
  background: no-repeat center center/cover;
  aspect-ratio: 135/85;
}
@media screen and (min-width: 768px) {
  .p-access__picture {
    aspect-ratio: 3/2;
  }
}
@media screen and (min-width: 768px) {
  .p-access__map {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .u-sp-only {
    display: none;
  }
}

/* project > contact
----------------------------------- */
.p-contact {
  background: no-repeat center center/cover;
  background-image: url(../images/bg/contact-cover.jpg);
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .p-contact {
    background-image: url(../images/bg/contact-cover_pc.jpg);
  }
}
.p-contact__commentBlock {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .p-contact__commentBlock {
    max-width: 1120px;
    gap: 40px;
    flex-direction: row-reverse;
  }
}
.p-contact__commentBlock figure {
  display: block;
  width: 120px;
}
.p-contact__comment {
  width: 100%;
  border-radius: 10px;
  background: var(--white);
  position: relative;
  padding: 16px 20px;
}
@media screen and (min-width: 768px) {
  .p-contact__comment {
    width: calc(100% - 160px);
    height: 56px;
    display: grid;
    place-content: center;
  }
}
.p-contact__comment::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
}
@media screen and (max-width: 767px) {
  .p-contact__comment::before {
    left: 50%;
    bottom: -20px;
    border-width: 20px 20px 0 0;
    border-color: var(--white) transparent transparent transparent;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .p-contact__comment::before {
    top: 50%;
    left: -20px;
    border-width: 0 20px 20px 0;
    border-color: transparent var(--white) transparent transparent;
    transform: translateY(-50%);
  }
}
.p-contact__cardBlock {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-contact__cardBlock {
    flex-direction: row;
    justify-content: center;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__card {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__card {
    padding: 0 40px;
    width: calc(50% - 2px);
  }
}
.p-contact__card .card-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 16px;
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .p-contact__card .card-text {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.p-contact__card .card-text b {
  color: #ffff00;
}
.p-contact__card .card-text em {
  font-size: 20px;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-contact__card + .p-contact__card {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 768px) {
  .p-contact__card + .p-contact__card {
    border-left: 2px solid rgba(255, 255, 255, 0.2);
  }
}
.p-contact__card .text-copy {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: var(--white);
  margin-top: 32px;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-contact__card .text-copy {
    font-size: 16px;
  }
}
.p-contact__button {
  position: relative;
  text-align: center;
  display: grid;
  place-content: center;
  width: 100%;
  height: 64px;
  border-radius: 9999px;
  box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.08);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-contact__button {
    font-size: 24px;
    height: 80px;
  }
}
.p-contact__button.--line {
  background: var(--blue);
}
.p-contact__button.--tel {
  background: var(--link);
}
.p-contact__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-contact__button::after {
    right: 32px;
    border-width: 6px 0 6px 12px;
  }
}
.p-contact__button .text-small {
  font-weight: normal;
  margin-top: 10px;
  font-size: 10px;
}

/* project > instagram
----------------------------------- */
.p-instagram {
  background-color: var(--lightGray);
  padding-top: 60px;
  padding-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .p-instagram {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.p-instagram__block {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .p-instagram__block {
    grid-template-columns: repeat(2, 262px);
    gap: 120px;
  }
}
.p-instagram__block .grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
}
.p-instagram__block img {
  width: 100%;
}
.p-instagram__figure {
  margin: 0 auto 22px;
  width: 135px;
}
@media screen and (min-width: 768px) {
  .p-instagram__figure {
    margin: 0;
    width: 262px;
  }
}
.p-instagram__follow {
  margin: 0 auto 12px;
  width: 184px;
}
@media screen and (min-width: 768px) {
  .p-instagram__follow {
    margin: 0 auto 24px;
    width: 236px;
  }
}
.p-instagram__description {
  margin: 0 auto 24px;
  text-align: center;
  width: 60%;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-instagram__description {
    width: 100%;
    margin-bottom: 32px;
    font-size: 24px;
  }
}
.p-instagram__icon {
  margin: 0 auto 22px;
  width: 105px;
}
@media screen and (min-width: 768px) {
  .p-instagram__icon {
    margin-bottom: 28px;
  }
}
.p-instagram__id {
  text-align: center;
  font-size: 18px;
}
.p-instagram__id a {
  color: var(--black);
}
@media screen and (min-width: 768px) {
  .p-instagram__id {
    font-size: 24px;
  }
}

/* project > message
----------------------------------- */
.p-message {
  padding: 60px 0;
}
.p-message .l-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .p-message .l-inner {
    grid-template-columns: 38.75% 1fr;
    grid-template-rows: auto auto;
  }
}
@media screen and (min-width: 768px) {
  .p-message__image {
    grid-row: 1/3;
    grid-column: 1/2;
  }
}
.p-message__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-message__text {
  font-family: var(--family-serif);
  font-weight: 600;
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-message__text {
    font-size: 20px;
  }
}
.p-message__logo {
  justify-self: center;
}
@media screen and (min-width: 768px) {
  .p-message__logo {
    width: 252px;
    justify-self: unset;
  }
  .p-message__logo img {
    width: 100%;
  }
}

/* project > overview
----------------------------------- */
.p-overview {
  background-color: var(--veryLightGray);
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  padding-top: 66px;
  padding-bottom: 64px;
}
.p-overview__title {
  margin-bottom: 24px;
  text-align: center;
}
.p-overview__title span {
  display: inline;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.75;
  background: linear-gradient(transparent, transparent 80%, #e6ba02 80%, #e6ba02 100%);
}
@media screen and (min-width: 768px) {
  .p-overview__title span {
    margin-bottom: 40px;
    font-size: 32px;
  }
}
.p-overview__description {
  margin-bottom: 24px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #333;
}
.p-overview__description b {
  color: var(--blue);
}
@media screen and (min-width: 768px) {
  .p-overview__description {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.5;
  }
}
.p-overview__figure {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-overview__figure {
    margin-bottom: 40px;
    width: 130%;  /* PC版はさらに大きく */
    max-width: none;
    margin-left: -15%;  /* センター配置 */
  }
}
.p-overview__intro {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #333;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-overview__intro {
    font-size: 32px;
    line-height: 1.5;
  }
}

/* project > pickup
----------------------------------- */
.p-pickup {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .p-pickup {
    padding: 120px 0;
  }
}
.p-pickup__copy {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-pickup__copy {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-pickup__copy {
    font-size: 40px;
  }
}
.p-pickup__subtitle {
  margin: 0 auto 16px;
  text-align: center;
  width: 120px;
}
@media screen and (min-width: 768px) {
  .p-pickup__subtitle {
    width: 160px;
  }
}
.p-pickup__subtitle img {
  width: 100%;
  height: auto;
}
.p-pickup .c-sectionTitle b {
  font-family: var(--family-roboto);
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .p-pickup .c-sectionTitle b {
    font-size: 72px;
  }
}
.p-pickup__lead {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  margin-top: 16px;
  width: 100%;
  font-size: 16px;
  gap: 36px;
}
@media screen and (min-width: 768px) {
  .p-pickup__lead {
    gap: 24px;
    font-size: 28px;
  }
}
.p-pickup__lead span {
  display: block;
}
.p-pickup__lead b {
  font-weight: 700;
}
.p-pickup__lead::before, .p-pickup__lead::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: var(--black);
}
@media screen and (min-width: 768px) {
  .p-pickup__lead::before, .p-pickup__lead::after {
    width: 80px;
  }
}
.p-pickup__card {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-pickup__card {
    margin-bottom: 60px;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
  }
}
.p-pickup__button {
  position: relative;
  margin: 0 auto;
  max-width: 780px;
  display: grid;
  text-align: center;
  place-content: center;
  width: 100%;
  height: 64px;
  border-radius: 9999px;
  box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.08);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background: var(--link);
}
@media screen and (min-width: 768px) {
  .p-pickup__button {
    font-size: 28px;
    height: 96px;
  }
}
.p-pickup__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-pickup__button::after {
    right: 32px;
    border-width: 6px 0 6px 12px;
  }
}

/* project > reason
----------------------------------- */
.p-reason {
  background: url(../images/bg/reason-cover.jpg) center top/100% auto no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-reason {
    background-image: url(../images/bg/reason-cover_pc.jpg);
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.p-reason__figure {
  margin-top: 28px;
  margin: 28px auto 24px;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .p-reason__figure {
    margin-bottom: 40px;
    max-width: 400px;
  }
}
.p-reason__description {
  margin-bottom: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-reason__description {
    margin-bottom: 120px;
    font-size: 32px;
  }
}
.p-reason__description span {
  background: linear-gradient(transparent, transparent 74%, #e6ba02 74%, #e6ba02 100%);
}
.p-reason__card {
  width: min(1200px, 100%);
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-reason__card {
    margin-bottom: 80px;
    gap: 48px;
  }
}
@media screen and (min-width: 1201px) {
  .p-reason__card {
    gap: 100px;
  }
}
.p-reason__anotherCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px 20px;
  border: 1px solid #af9d92;
}
@media (min-width: 824px) {
  .p-reason__anotherCard {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 40px;
  }
}
@media screen and (min-width: 1201px) {
  .p-reason__anotherCard {
    padding: 40px 80px;
  }
}
.p-reason__anotherCard h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  flex-shrink: 0;
line-height:1.5em;
}
@media screen and (min-width: 768px) {
  .p-reason__anotherCard h3 {
    font-size: 20px;
line-height:1.5em;
  }
}
.p-reason__anotherCard ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px 20px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #af9d92;
  width: 100%;
}
@media (min-width: 824px) {
  .p-reason__anotherCard ul {
    gap: 16px 20px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
@media screen and (min-width: 1201px) {
  .p-reason__anotherCard ul {
    gap: 16px 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-reason__anotherCard li {
  padding-left: 18px;
  font-size: 14px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-reason__anotherCard li {
    font-size: 16px;
  }
}
.p-reason__anotherCard li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: var(--blue);
  border-radius: 50%;
}
.p-reason__anotherCardArrow {
  display: none;
}
@media (min-width: 824px) {
  .p-reason__anotherCardArrow {
    display: block;
  }
}

/* project > solution
----------------------------------- */
.p-solution {
  background-color: var(--white);
  padding-top: 62px;
  padding-bottom: 63px;
}
@media screen and (min-width: 768px) {
  .p-solution {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.p-solution__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-solution__title {
  margin-bottom: 24px;
  position: relative;
  margin-top: 14px;
  padding: 0 24px;
  font-family: var(--family-serif);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-solution__title {
    margin-bottom: 40px;
    padding: 0;
    font-size: 50px;
  }
}
.p-solution__title::before, .p-solution__title::after {
  content: "";
  width: 1px;
  height: 107px;
  background-color: var(--black);
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-solution__title::before, .p-solution__title::after {
    height: 240px;
  }
}
.p-solution__title::before {
  left: 10px;
  transform: rotate(-16deg);
}
@media screen and (min-width: 768px) {
  .p-solution__title::before {
    left: -30px;
    transform: rotate(-24deg);
  }
}
@media screen and (min-width: 1201px) {
  .p-solution__title::before {
    left: -140px;
    transform: rotate(-32deg);
  }
}
.p-solution__title::after {
  content: "";
  right: 10px;
  transform: rotate(16deg);
}
@media screen and (min-width: 768px) {
  .p-solution__title::after {
    right: -30px;
    transform: rotate(24deg);
  }
}
@media screen and (min-width: 1201px) {
  .p-solution__title::after {
    right: -140px;
    transform: rotate(32deg);
  }
}
.p-solution__description {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-solution__description {
    font-size: 20px;
  }
}
.p-solution__icons {
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  width: 100%;
  max-width: 345px;
}
@media screen and (min-width: 768px) {
  .p-solution__icons {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 1200px;
  }
  .p-solution__icons figure,
  .p-solution__icons img {
    width: 100%;
  }
}
.p-solution__text1 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-solution__text1 {
    margin-bottom: 40px;
  }
}
.p-solution__text1 span {
  display: inline;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  background: linear-gradient(transparent, transparent 84%, #e6ba02 84%, #e6ba02 100%);
}
@media screen and (min-width: 768px) {
  .p-solution__text1 span {
    font-size: 32px;
  }
}
.p-solution__text1 span b {
  font-size: 36px;
  font-family: var(--family-roboto);
}
@media screen and (min-width: 768px) {
  .p-solution__text1 span b {
    font-size: 48px;
  }
}
.p-solution__text2 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-solution__text2 {
    font-size: 24px;
  }
}
.p-solution__text3 {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-solution__text3 {
    font-size: 36px;
  }
}
.p-solution__card {
  margin: 43px auto 24px;
  max-width: 480px;
}
@media screen and (min-width: 1201px) {
  .p-solution__card {
    margin-bottom: 40px;
    max-width: 1200px;
  }
}
.p-solution__card .c-solutionCard {
  width: 100%;
  background-color: var(--paleGray);
}
@media screen and (min-width: 1201px) {
  .p-solution__card .c-solutionCard {
    display: flex;
    flex-direction: row-reverse;
  }
}
.p-solution__card .c-solutionCard__image {
  background: no-repeat center/cover;
  height: 168px;
}
@media screen and (min-width: 1201px) {
  .p-solution__card .c-solutionCard__image {
    width: 65%;
    height: auto;
  }
}
.p-solution__card .c-solutionCard__noteBlock {
  padding: 24px 20px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1201px) {
  .p-solution__card .c-solutionCard__noteBlock {
    padding: 48px 57px;
    width: 35%;
  }
}
.p-solution__card .c-solutionCard__note {
  font-size: 14px;
  background-image: linear-gradient(180deg, #dbd9d8 1px, transparent 1px);
  background-size: 100% 2em;
  line-height: 2em;
  padding-bottom: 1px;
}
@media screen and (min-width: 1201px) {
  .p-solution__card .c-solutionCard__note {
    font-size: 20px;
  }
}
.p-solution__intro {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.75;
}
@media screen and (min-width: 1201px) {
  .p-solution__intro {
    font-size: 32px;
  }
}

/* project > variousIssues
----------------------------------- */
.p-variousIssues {
  padding: 58px 0 80px;
}
@media screen and (min-width: 768px) {
  .p-variousIssues {
    padding: 120px 0;
  }
}
.p-variousIssues .arrowsBoxBottom {
  margin: 24px auto;
}
@media screen and (min-width: 768px) {
  .p-variousIssues .arrowsBoxBottom {
    margin: 40px auto;
  }
}
.p-variousIssues__lead {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  margin-top: 16px;
  width: 100%;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-variousIssues__lead {
    gap: 32px;
    font-size: 28px;
  }
}
.p-variousIssues__lead span {
  display: block;
}
.p-variousIssues__lead b {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-variousIssues__lead b {
    font-size: 30px;
  }
}
.p-variousIssues__lead::before, .p-variousIssues__lead::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: var(--black);
}
@media screen and (min-width: 768px) {
  .p-variousIssues__lead::before, .p-variousIssues__lead::after {
    width: 80px;
  }
}
.p-variousIssues__card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-variousIssues__card {
    gap: 40px;
  }
}
.p-variousIssues__intro {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7666666667;
}
@media screen and (min-width: 768px) {
  .p-variousIssues__intro {
    font-size: 32px;
  }
}

/* project > voice
----------------------------------- */
.p-voice {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .p-voice {
    background-color: var(--paleGray);
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.p-voice__lead {
  margin-bottom: 40px;
  text-align: center;
  margin-top: 16px;
  width: 100%;
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-voice__lead {
    margin-bottom: 80px;
    font-size: 20px;
  }
}
.p-voice__card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-voice__card {
    gap: 40px;
  }
}
@media screen and (min-width: 1201px) {
  .p-voice__card {
    gap: 100px;
  }
}
.p-voice__intro {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7666666667;
}
@media screen and (min-width: 768px) {
  .p-voice__intro {
    font-size: 32px;
  }
}
.bgchange{
  background-color: var(--lightGray);
}
/* project > flow
----------------------------------- */
.p-flow {
  padding-top: 60px;
  padding-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding-top: 80px;
    padding-bottom: 120px;
    background-color: var(--paleGray);
  }
}
.p-flow__lead {
  margin-bottom: 40px;
  text-align: center;
  margin-top: 16px;
  width: 100%;
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-flow__lead {
    font-size: 20px;
  }
}
.p-flow__card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-flow__card {
    gap: 40px;
  }
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

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

[data-js-view=fade-in] {
  opacity: 0;
  transition: opacity 1s ease;
}

[data-js-view=fade-in].is-active {
  opacity: 1;

}

@media screen and (min-width: 768px) {
  [data-js-view=fade-in][data-animation-delay="100"] {
    transition-delay: 100ms;
  }
  [data-js-view=fade-in][data-animation-delay="200"] {
    transition-delay: 200ms;
  }
  [data-js-view=fade-in][data-animation-delay="300"] {
    transition-delay: 300ms;
  }
  [data-js-view=fade-in][data-animation-delay="400"] {
    transition-delay: 400ms;
  }
  [data-js-view=fade-in][data-animation-delay="500"] {
    transition-delay: 500ms;
  }
  [data-js-view=fade-in][data-animation-delay="600"] {
    transition-delay: 600ms;
  }
  [data-js-view=fade-in][data-animation-delay="700"] {
    transition-delay: 700ms;
  }
  [data-js-view=fade-in][data-animation-delay="800"] {
    transition-delay: 800ms;
  }
}


.thumbnail-slider li {
  width: 100%!important;
}

.thumbnail-slider .slick-list{
  padding: 20px 20px !important;
  background:#af9d92!important;
  border-radius: 10px!important;


}

.thumbnail-slider .slick-track {
  transform: unset !important;
  width:100% !important;
  display: grid!important;
  grid-template-columns: repeat(4, 1fr)!important;  /* 5から4に変更 */
  grid-template-rows: repeat(2, 1fr)!important;     
  gap: 20px 20px!important;
}

@media screen and (max-width: 768px) {
  .thumbnail-slider .slick-track {
    grid-template-columns: repeat(4, 1fr)!important;  /* 5から4に変更 */
    grid-template-rows: repeat(2, 1fr)!important;     
    gap: 10px 10px!important;
  }
  .thumbnail-slider .slick-list{
    padding: 10px 10px !important;
    background:#af9d92!important;
    border-radius: 10px!important;
  }
    .l-header__region-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 8px;
        gap: 8px;
    }

    .region-text,
    .region-link {
        font-size: 12px;
        padding: 6px 12px;
    }

    .region-text--active {
        padding: 6px 12px;
    }
}

.main-slider {
  list-style: none;
}

.thumbnail-slider {
  list-style: none;
}

.thumbnail-slider {
  margin-top: 10px;
}

.main-slider img,
.thumbnail-slider img{
  width: 100%;
}

.main-slider li img {
  border-radius: 10px;
}

.thumbnail-slider li img {
  border-radius: 0px;
cursor: pointer;
}
.container {
  max-width: 1200px;
  width:100%;
  margin: 40px auto;
}
.slick-track:before,.slick-track:after{
display:none!important;
} 
h1{
margin-top:0;
margin-bottom:0;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
z-index:20;
}
.modal-content {
  background-color: #fefefe;  /* モーダルウィンドウの背景色 */
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888888;
  width: 40%;  /* モーダルウィンドウの横幅 */
}
.modal-title {
  color: #800000; /* モーダルウィンドウの文字の色 */
  font-size: 18px; /* モーダルウィンドウの文字の大きさ */
  font-weight: bold;
  line-height: 200%;
  text-align: center;
}
.close-button {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 767px) {

.modal-content {

  width: 80%;  /* モーダルウィンドウの横幅 */]
 max-height: 90%;  /* モーダルウィンドウの横幅 */

  }
}



/* === ヘッダーレイアウト修正 === */
.l-header {
  display: flex;
  align-items: center;
  /* justify-content: space-between; を削除、または flex-start に変更 */
  justify-content: flex-start;
  flex-wrap: wrap; /* スマホ表示用に折り返しを許可 */
  gap: 10px 16px; /* 上下・左右の隙間 */
}

.l-header__title {
  margin-left: auto; /* これで運営会社情報が右端に移動します */
  font-size: 10px;
  text-align: right;
}


/* === 地域選択リンク（差し替え） === */
.l-header__region-buttons {
  display: flex;
  align-items: center;
  gap: 24px; /* テキストとリンクの間の隙間 */
  margin-left: 30px;
}

/* 「関東 (東京)」のテキストスタイル */
.region-text {
  font-weight: bold;
  color: #000;
  font-size: 14px;
}

.region-text--active {
    background-color: #0051bf;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
}

.region-arrow {
    color: #ff0000;
    margin-right: 4px;
}

.region-link:hover .region-arrow {
    color: white;
}


/* 「北海道 (札幌)」のリンクスタイル */
.region-link {
  /* アニメーションの準備 */
  position: relative; /* 背景をアニメーションさせるための基準点 */
  z-index: 1; /* テキストが背景より手前に来るように */
  overflow: hidden; /* はみ出した背景を隠す */

  /* 見た目の調整 */
  display: inline-block;
  padding: 8px 16px;
  border-radius: 20px; /* 角丸 */
  font-weight: bold;
  font-size: 14px;
  color: #000; /* 通常時の文字色 */

  /* アニメーションの速度などを設定 */
  transition: color 0.4s ease;
}

/* アニメーション用の青い背景（普段は見えないように隠しておく） */
.region-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0; /* ← 最初は幅ゼロ */
  background-color: #1250a2;
  z-index: -1; /* テキストの背後に配置 */
  transition: width 0.4s ease-out; /* 幅が変化するアニメーション */
}

/* カーソルを乗せた時のスタイル */
.region-link:hover {
  color: #fff; /* 文字色を白に */
  text-decoration: none; /* 下線を消す */
}

/* カーソルを乗せた時に、隠していた背景を左から右へ広げる */
.region-link:hover::before {
  width: 100%; /* ← 幅を100%にしてアニメーションを発動 */
}



/* === レスポンシブ調整 === */
/* PC表示での調整 (768px以上) */
@media screen and (min-width: 768px) {
  .l-header__title {
    font-size: 14px;
  }
}

/* === スマホ表示での調整 (767px以下) === */
@media screen and (max-width: 767px) {

  /* 1. ヘッダー全体: ロゴとリンクを一行で両端に配置 */
  .l-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    height: 60px;
    padding: 0 16px;
  }

  /* 2. ロゴ: サイズを調整 */
  .l-header__logo {
    width: 100px;
    flex-shrink: 0;
  }

  /* 3. 運営会社情報: スマホでは非表示 */
  .l-header__title {
    display: none;
  }

  /* 4. 地域選択のコンテナ: ★★★位置ズレの原因(gap)をリセット★★★ */
  .l-header__region-buttons {
    display: flex;
    align-items: center;
    width: auto;
    margin-left: 0;
    order: 0;
    gap: 0; /* ← この一行が位置ズレを解決します */
  }

  /* 5. リンクのテキスト: PC用の装飾を全てリセット */
  .region-text,
  .region-link {
    font-size: 12px;
    font-weight: normal;
    color: #333;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
  }

  /* 6. ホバー効果の完全無効化 */
  .region-link:hover {
    color: #333 !important;
    background: none !important;
    opacity: 1 !important;
  }

  /* 7. 区切り線「|」: 左右に均等な余白を設定 */
  .region-link::before {
    content: '|' !important;
    position: static !important;
    display: inline !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
    transform: none !important;
    transition: none !important;
    margin: 0 8px !important; /* 「|」の左右に均等な8pxの余白を確保 */
  }

  /* 8. PC用の赤い矢印(▶)を非表示にする */
  .region-arrow {
    display: none !important;
  }
}
