@charset "UTF-8";
:root {
  --theme-color: #2d508c;
  --key-color: #eaedf3;
  --accent-color: #f8365f;
  --gray-color: #CED0D4;
  --white-color: #fff;
  --black-color: #333;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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;
  line-height: 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 {
  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] {
  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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

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

[type=radio] {
  -webkit-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;
  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;
  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;
}

/* base
================================================== */
html {
  height: 100%;
  -webkit-print-color-adjust: exact;
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--black-color);
  font-weight: 400;
  position: relative;
  margin: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  background: var(--key-color);
}

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

strong {
  color: var(--accent-color);
}

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

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.main {
  flex: 1 1 auto;
}

/* header
================================================== */
.header {
  background: var(--key-color);
  width: 100%;
  position: relative;
  padding-bottom: 8px;
  background: linear-gradient(to bottom, #393939 0%, #3d3d3d 50%, #393939 100%)!important;
}
@media screen and (min-width : 750px) {
  .header {
    padding-bottom: 20px;
  }
}
.header__content {
  margin: 0px auto;
}
@media screen and (min-width : 750px) {
  .header__content {
    padding-left: 0px;
  }
}
@media print, screen and (min-width : 1080px) {
  .header__content {
    margin: 0;
    display: block;
  }
}
@media screen and (min-width : 1780px) {
  .header__content {
    padding-left: calc(50% - 700px);
  }
}
.header__btn {
  display: none;
}
@media print, screen and (min-width : 1080px) {
  .header__btn {
    display: block;
  }
}
.header__btn-link {
  display: block;
  max-width: 524px;
  margin: 0 auto;
}
@media print, screen and (min-width : 1080px) {
  .header__btn-link {
    margin: 0;
    max-width: 100%;
    max-width: 38vw;
    padding: 0;
    position: absolute;
    bottom: calc(0% - 4.5vw);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header__btn-link:hover {
    opacity: 0.9;
  }
}
.header__page-link {
  width: 135px;
  display: block;
  margin: 0 auto 40px;
}
@media print, screen and (min-width : 1080px) {
  .header__page-link {
    width: 280px;
    margin: 0 0 40px 0;
    transition: all 0.2s ease-in-out;
  }
  .header__page-link:hover {
    opacity: 0.75;
  }
}
/* footer
================================================== */
.footer__wrap {
  padding: 30px 0 45px;
  background: var(--theme-color);
}
@media print, screen and (min-width : 1080px) {
  .footer__wrap {
    padding: 140px 0 120px;
    background: url("../img/bg/footer-background.png") repeat 50% 50%/cover;
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (min-width : 1080px) {
  .footer__block:first-child:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--white-color);
    margin: 65px 0;
  }
}
@media print, screen and (min-width : 1080px) {
  .footer__container {
    display: flex;
    gap: 70px;
  }
}
.footer__logo-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 230px;
  min-width: 230px;
}
@media screen and (max-width : 1080px) {
  .footer__logo-img {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width : 1080px) {
  .footer__logo {
    transition: all 0.2s ease-in-out;
  }
  .footer__logo:hover {
    opacity: 0.75;
  }
}
@media screen and (min-width : 750px) {
  .footer__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width : 1080px) {
  .footer__content {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer__company {
  color: var(--white-color);
}
@media print, screen and (min-width : 1080px) {
  .footer__company:nth-child(1), .footer__company:nth-child(2) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width : 1080px) {
  .footer__company:not(:last-child) {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width : 1080px) {
  .footer__company {
    width: 50%;
  }
}
.footer__company-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer__company-address {
  font-size: 14px;
}
.footer__image {
  width: 100%;
  margin: 40px auto 0;
}
@media print, screen and (min-width : 1080px) {
  .footer__image {
    display: none;
  }
}
.footer__title {
  font-size: 28px;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: var(--white-color);
  text-align: center;
  width: 100%;
  margin: 20px 0 30px;
}
@media print, screen and (min-width : 1080px) {
  .footer__title {
    max-width: 230px;
    min-width: 230px;
    text-align: left;
    font-size: 40px;
    margin: 0;
  }
}
.footer__text {
  font-size: 14px;
  color: var(--white-color);
  line-height: 2;
}
.footer__text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.footer__text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (min-width : 750px) {
  .footer__text {
    grid-column: 1/3;
  }
}
.footer__copyright {
  padding: 10px 0 15px;
  text-align: center;
  background: #000;
  color: var(--white-color);
}
/* common
================================================== */
.common-container {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width : 750px) {
  .common-container {
    width: 740px;
  }
}
@media print, screen and (min-width : 1080px) {
  .common-container {
    width: 1040px;
  }
}
@media screen and (min-width : 1280px) {
  .common-container {
    width: 1200px;
  }
}

.common-inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width : 750px) {
  .common-inner {
    width: 740px;
  }
}
@media print, screen and (min-width : 1080px) {
  .common-inner {
    width: 1000px;
  }
}

.common-space {
  padding: 0 20px;
}
@media print, screen and (min-width : 1080px) {
  .common-space {
    padding: 0;
  }
}

.common__title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
  margin-top: 10px;
}
.common__title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.common__title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media print, screen and (min-width : 1080px) {
  .common__title {
    font-size: 40px;
    margin-top: 30px;
  }
}
.common__title span {
  display: block;
  font-size: 18px;
}
@media print, screen and (min-width : 1080px) {
  .common__title span {
    font-size: 20px;
  }
}
.common__title.is-white {
  color: var(--white-color);
}
.common__title.is-color {
  color: var(--theme-color);
}
.common__en {
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  text-align: center;
  margin-top: 14px;
}
@media print, screen and (min-width : 1080px) {
  .common__en {
    margin-top: 20px;
    font-size: 20px;
  }
}
.common__en.is-white {
  color: var(--white-color);
}
.common__en:not(.is-white) {
  color: var(--theme-color);
}
@media print, screen and (min-width : 1080px) {
  .common__br {
    display: none;
  }
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.common__link {
  display: grid;
  grid-template-columns: 1fr 85px;
  padding: 0 20px;
  gap: 20px;
  align-items: flex-end;
}
@media print, screen and (min-width : 1080px) {
  .common__link {
    grid-template-columns: 1fr 100px;
  }
  .common__link:hover {
    opacity: 0.9;
  }
}
.common__link-content {
  background: var(--white-color);
  padding: 15px 10px;
  border-radius: 10px;
  position: relative;
  -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.4));
}
.common__link-content::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 16px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: -15px;
  bottom: 24px;
}
@media print, screen and (min-width : 1080px) {
  .common__link-content::after {
    bottom: calc(50% - 15px);
  }
}
@media print, screen and (min-width : 1080px) {
  .common__link-content {
    padding: 13px 20px;
  }
}
.common__link-lead {
  color: var(--theme-color);
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 6px;
  letter-spacing: 0.05rem;
}
@media screen and (min-width : 750px) {
  .common__link-lead br {
    display: none;
  }
}
@media print, screen and (min-width : 1080px) {
  .common__link-lead {
    margin-bottom: 10px;
  }
}
.common__link-btn {
  border-radius: 36px;
  background: #23acb0;
  color: var(--white-color);
  text-align: center;
  font-weight: 700;
  padding: 12px 0;
  letter-spacing: 0.05rem;
}
.common__link-icon {
  width: 85px;
  height: 85px;
}
@media print, screen and (min-width : 1080px) {
  .common__link-icon {
    width: 100px;
    height: 100px;
  }
}
.common__link-header {
  margin: 10px auto -145px;
  -webkit-transform: translateY(-145px);
          transform: translateY(-145px);
}
@media screen and (min-width : 750px) {
  .common__link-header {
    max-width: 530px;
    margin: 0 auto;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media print, screen and (min-width : 1080px) {
  .common__link-header {
    display: none;
  }
}
.common__link-footer {
  display: none;
}
.common__link-footer.is-active {
  display: grid;
  position: fixed;
  bottom: 20px;
  right: 0px;
  width: 100%;
  z-index: 100;
  margin: 0;
  -webkit-animation: UpAnime 0.4s forwards;
          animation: UpAnime 0.4s forwards;
}
@media screen and (min-width : 750px) {
  .common__link-footer.is-active {
    max-width: 520px;
    left: auto;
    right: 20px;
    right: calc(50% - 290px);
    padding: 0;
  }
}
@media print, screen and (min-width : 1080px) {
  .common__link-footer.is-active {
    right: 20px;
  }
}

.common__block {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 100px;
}
@media print, screen and (min-width : 1080px) {
  .common__block {
    margin-top: 85px;
    margin-bottom: 150px;
  }
}
.common__text {
  font-size: 20px;
  color: var(--black-color);
  line-height: 2;
  margin-bottom: 45px;
}
.common__text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.common__text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
.common__text span {
  font-weight: 700;
  color: var(--accent-color);
}
@media print, screen and (min-width : 1080px) {
  .common__text {
    margin-bottom: 70px;
  }
}
.common__button {
  text-align: center;
  background: #23acb0;
  margin: auto;
  width: 335px;
  display: block;
  border-radius: 30px;
  color: #fff;
  padding: 18px 0;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.common__button::before, .common__button::after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
}
.common__button-thanks:before {
  left: 25px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: url(../img/btn/calender-icon.svg);
  width: 28px;
  height: 26px;
}
@media print, screen and (min-width : 1080px) {
  .common__button-thanks:before {
    width: 38px;
    height: 36px;
  }
}
.common__button::after {
  right: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/form/form-arrow-right.svg") no-repeat 50% 50%/contain;
  width: 12px;
  height: 24px;
}
@media print, screen and (min-width : 1080px) {
  .common__button::after {
    right: 26px;
  }
}
@media print, screen and (min-width : 1080px) {
  .common__button {
    width: 400px;
    padding: 26px 0;
    border-radius: 40px;
    font-size: 25px;
    transition: all 0.2s ease-in-out;
  }
  .common__button:hover {
    opacity: 0.75;
  }
}

/* familiar
================================================== */
.familiar__section {
  padding: 40px 0 55px;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width : 1080px) {
  .familiar__section {
    padding: 80px 0 130px;
  }
}
.familiar__block:before {
  display: block;
  content: "";
  margin: 0 auto;
  background: url("../img/icon/icon-familiar.svg");
  background-repeat: no-repeat;
  width: 100%;
  min-width: 83px;
  max-width: 83px;
  height: 83px;
}
.familiar__lead {
  margin-top: 35px;
  display: grid;
  gap: 40px;
}
@media screen and (min-width : 750px) {
  .familiar__lead {
    margin: 35px auto 0;
  }
}
@media print, screen and (min-width : 1080px) {
  .familiar__lead {
    margin-top: 50px;
    gap: 50px;
  }
}
.familiar__lead-text {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  position: relative;
}
@media screen and (min-width : 750px) {
  .familiar__lead-text .utility-none__pc {
    display: none;
  }
}
@media print, screen and (min-width : 1080px) {
  .familiar__lead-text {
    font-size: 18px;
  }
}
.familiar__lead-text:before, .familiar__lead-text:after {
  position: absolute;
  display: block;
  width: 100%;
  opacity: 0.1;
}
.familiar__lead-text:first-child::before, .familiar__lead-text:first-child::after {
  width: 120px;
}
@media print, screen and (min-width : 1080px) {
  .familiar__lead-text:first-child::before, .familiar__lead-text:first-child::after {
    width: 200px;
  }
}
.familiar__lead-text:first-child::before {
  content: url("../img/familiar/familiar-icon-01.svg");
  top: 40px;
  left: 0px;
}
@media screen and (min-width : 750px) {
  .familiar__lead-text:first-child::before {
    top: -20px;
  }
}
@media print, screen and (min-width : 1080px) {
  .familiar__lead-text:first-child::before {
    top: -100px;
    left: -8vw;
    width: min(18.6vw, 200px);
  }
}
@media screen and (min-width : 1366px) {
  .familiar__lead-text:first-child::before {
    top: -120px;
    left: -250px;
  }
}
.familiar__lead-text:first-child::after {
  content: url("../img/familiar/familiar-icon-02.svg");
  bottom: 15px;
  right: 0px;
}
@media print, screen and (min-width : 1080px) {
  .familiar__lead-text:first-child::after {
    top: -160px;
    right: -8vw;
    width: min(18.6vw, 200px);
  }
}
@media screen and (min-width : 1366px) {
  .familiar__lead-text:first-child::after {
    right: -245px;
  }
}
.familiar__lead-text:nth-child(2)::before {
  width: 104px;
  content: url("../img/familiar/familiar-icon-03.svg");
  bottom: 75px;
  left: 0px;
}
@media screen and (min-width : 750px) {
  .familiar__lead-text:nth-child(2)::before {
    bottom: 0px;
  }
}
@media print, screen and (min-width : 1080px) {
  .familiar__lead-text:nth-child(2)::before {
    top: -10px;
    left: -6vw;
    width: min(18.6vw, 174px);
  }
}
@media screen and (min-width : 1366px) {
  .familiar__lead-text:nth-child(2)::before {
    top: 40px;
    left: -80px;
  }
}
.familiar__lead-text:last-child::before {
  width: 106px;
  content: url("../img/familiar/familiar-icon-04.svg");
  bottom: 0;
  right: 0px;
}
@media print, screen and (min-width : 1080px) {
  .familiar__lead-text:last-child::before {
    top: -30px;
    right: -7vw;
    width: min(18.6vw, 178px);
  }
}
@media screen and (min-width : 1366px) {
  .familiar__lead-text:last-child::before {
    top: -150px;
    right: -95px;
  }
}
.familiar__video {
  margin-top: 30px;
}
@media screen and (min-width : 750px) {
  .familiar__video {
    margin-top: 80px;
  }
}
@media print, screen and (min-width : 1080px) {
  .familiar__video {
    max-width: 900px;
    margin: 80px auto 0;
  }
}
.familiar__video-cover {
  position: relative;
  width: 100%;
  padding-top: 48.7%;
}
@media print, screen and (min-width : 1080px) {
  .familiar__video-cover {
    padding-top: 56.25%;
  }
}
.familiar__video-cover iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* price
================================================== */
.price__block {
  padding: 40px 20px;
  background: var(--key-color);
}
.price__block:before {
  display: block;
  content: "";
  margin: 0 auto;
  background: url("../img/icon/icon-price.svg");
  background-repeat: no-repeat;
  width: 100%;
  min-width: 83px;
  max-width: 83px;
  height: 83px;
}
@media print, screen and (min-width : 1080px) {
  .price__block {
    padding: 60px 0 105px;
  }
}
.price__freelance {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 40px 20px 30px;
  margin-top: 45px;
}
@media print, screen and (min-width : 1080px) {
  .price__freelance {
    padding: 50px 90px 70px;
  }
}
.price__freelance-title {
  position: absolute;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  color: var(--theme-color);
  text-align: center;
  top: -12px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media print, screen and (min-width : 1080px) {
  .price__freelance-title {
    font-size: 32px;
    top: -20px;
  }
}
.price__freelance-container {
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width : 1080px) {
  .price__freelance-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 35px;
  }
}
.price__freelance-monthly {
  display: inline-block;
  padding: 6px 8px;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media print, screen and (min-width : 1080px) {
  .price__freelance-monthly {
    font-size: 28px;
    padding: 10px;
    margin-right: 20px;
  }
}
.price__freelance-tax {
  font-weight: 500;
  color: var(--theme-color);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 14px;
}
@media print, screen and (min-width : 1080px) {
  .price__freelance-tax {
    font-size: 18px;
  }
}
.price__freelance-tax:first-child {
  margin-bottom: 10px;
}
@media print, screen and (min-width : 1080px) {
  .price__freelance-tax:first-child {
    margin-bottom: 20px;
  }
}
.price__freelance-tax-container {
  display: block;
  width: -webkit-max-content;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media print, screen and (min-width : 1080px) {
  .price__freelance-tax-container {
    margin-bottom: 30px;
  }
}
.price__freelance-price {
  font-size: 50px;
  font-weight: 700;
  color: var(--accent-color);
}
@media screen and (max-width : 1080px) {
  .price__freelance-price {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width : 1080px) {
  .price__freelance-price {
    font-size: 63px;
  }
}
.price__freelance-unit {
  font-size: 30px;
  color: var(--theme-color);
}
@media print, screen and (min-width : 1080px) {
  .price__freelance-unit {
    font-size: 44px;
  }
}
.price__freelance-note {
  font-size: 16px;
  color: var(--theme-color);
}
.price__freelance-service {
  display: block;
  margin: 0 auto;
  background: var(--key-color);
  padding: 20px 0;
  margin-bottom: 24px;
}
@media print, screen and (min-width : 1080px) {
  .price__freelance-service {
    padding: 30px 55px;
  }
}
.price__freelance-service-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 16px;
}
@media print, screen and (min-width : 1080px) {
  .price__freelance-service-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width : 1080px) {
  .price__freelance-service-list {
    display: flex;
    justify-content: center;
  }
}
.price__freelance-service-ul {
  display: block;
}
@media print, screen and (min-width : 1080px) {
  .price__freelance-service-ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
  }
}
.price__freelance-service-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color);
}
@media print, screen and (min-width : 1080px) {
  .price__freelance-service-item {
    font-size: 20px;
  }
}
@media print, screen and (min-width : 1080px) {
  .price__freelance-service-item:nth-child(1), .price__freelance-service-item:nth-child(2), .price__freelance-service-item:nth-child(3), .price__freelance-service-item:nth-child(4), .price__freelance-service-item:nth-child(5), .price__freelance-service-item:nth-child(6) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width : 1080px) {
  .price__freelance-service-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.price__freelance-service-item:before {
  content: "";
  background: var(--theme-color);
  width: 10px;
  max-width: 10px;
  min-width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 5px;
}
@media print, screen and (min-width : 1080px) {
  .price__freelance-service-item:before {
    width: 15px;
    max-width: 15px;
    min-width: 15px;
    height: 15px;
    margin-right: 10px;
  }
}
.price__freelance-payment-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--theme-color);
  text-align: center;
  margin-bottom: 28px;
}
@media print, screen and (min-width : 1080px) {
  .price__freelance-payment-title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.price__freelance-payment-lead {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--black-color);
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width : 1080px) {
  .price__freelance-payment-lead {
    display: block;
  }
}
.price__freelance-payment-container {
  display: flex;
  justify-content: center;
}
.price__freelance-payment-ul {
  counter-reset: num;
}
@media print, screen and (min-width : 1080px) {
  .price__freelance-payment-ul {
    display: flex;
  }
}
.price__freelance-payment-item {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width : 1080px) {
  .price__freelance-payment-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.price__freelance-payment-item:before {
  display: flex;
  counter-increment: num;
  content: "※" counter(num) "：";
}
.support__section {
  z-index: 10;
  position: relative;
}
.support__block {
  padding: 40px 20px;
  background: var(--theme-color);
}
.support__block:before {
  display: block;
  content: "";
  margin: 0 auto;
  background: url("../img/icon/icon-support.svg");
  background-repeat: no-repeat;
  width: 100%;
  min-width: 83px;
  max-width: 83px;
  height: 83px;
}
@media print, screen and (min-width : 1080px) {
  .support__block {
    padding: 45px 0 70px;
  }
}
@media print, screen and (min-width : 1080px) {
  .support__container {
    display: flex;
  }
}
.support__container-block {
  position: relative;
  padding: 64px 20px 20px;
  background: var(--key-color);
  border-radius: 20px;
}
@media print, screen and (min-width : 1080px) {
  .support__container-block {
    padding: 84px 20px 20px;
    min-width: 300px;
  }
}
.support__container-block:first-child {
  margin-top: 75px;
}
.support__container-block:last-child {
  margin-top: 72px;
}
@media screen and (min-width : 750px) {
  .support__container-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.support__container-img {
  position: absolute;
  top: calc(0% - 50px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 100px;
}
@media print, screen and (min-width : 1080px) {
  .support__container-img {
    width: 150px;
    top: calc(0% - 75px);
  }
}
.support__container-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 20px;
}
.support__container-group {
  padding: 15px 0;
  background: var(--white-color);
  border-radius: 20px;
}
@media print, screen and (min-width : 1080px) {
  .support__container-group {
    padding: 20px 0 25px;
  }
}
@media screen and (max-width : 750px) {
  .support__container-group:not(:last-child) {
    margin-bottom: 10px;
  }
}
.support__container-group-block {
  padding: 0 15px;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width : 1080px) {
  .support__container-group-block {
    margin-bottom: 15px;
  }
}
.support__container-group-icon {
  width: 100%;
  min-width: 80px;
  max-width: 80px;
}
.support__container-group-title {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
  color: var(--accent-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.support__container-group-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.support__container-group-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
@media print, screen and (min-width : 1080px) {
  .support__container-group-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .support__container-group-title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3) * 0.5em);
    content: "";
  }
  .support__container-group-title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3) * 0.5em);
    content: "";
  }
}
.support__container-group-company {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  min-width: 200px;
  margin-top: 10px;
}
.support__container-group-ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 700;
  margin-left: 26px;
  margin-top: 10px;
}
.support__container-group-item {
  display: flex;
  align-items: center;
  width: 50%;
  text-align: left;
}
.support__container-group-item:not(:last-child) {
  margin-bottom: 10px;
}
.support__container-group-item:before {
  display: flex;
  content: "";
  background: var(--theme-color);
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 3px;
}
@media print, screen and (min-width : 1080px) {
  .support__container .support__container-content:nth-child(3) .support__container-wrap {
    display: block;
  }
}
.support__container .support__container-content:nth-child(3) .support__container-group:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width : 750px) {
  .support__container .support__container-content:nth-child(3) .support__container-group:not(:last-child) {
    margin-bottom: 0px;
  }
}
@media print, screen and (min-width : 1080px) {
  .support__container .support__container-content:nth-child(3) .support__container-group:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width : 1080px) {
  .support__container .support__container-content:nth-child(3) .support__container-group {
    padding: 40px 0;
  }
}
@media print, screen and (min-width : 1080px) {
  .support__container .support__container-content:nth-child(3) .support__container-group-block {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width : 1080px) {
  .support__container .support__container-content:nth-child(3) .support__container-group-block {
    display: block;
  }
}
@media print, screen and (min-width : 1080px) {
  .support__container .support__container-content:nth-child(3) .support__container-group-icon {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.support__allow-img {
  display: block;
  margin: 28px auto;
  width: 100%;
  min-width: 295px;
  max-width: 295px;
}
@media print, screen and (min-width : 1080px) {
  .support__allow-img {
    width: 100%;
    min-width: 100px;
    max-width: 100px;
    margin-top: 125px;
  }
}


.reason__block {
  /* デフォルトはPC背景 */
  background-color: var(--key-color);
  background-image: url("../img/reason/reason_bg_pc.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 40px 20px;
  position: relative;
}

.reason__block:before {
  display: block;
  content: "";
  margin: 0 auto 20px;
  background: url("../img/icon/icon-reason.svg") no-repeat center;
  width: 83px;
  height: 83px;
  filter: brightness(0) saturate(100%) invert(100%);
}

/* 375px 以下のみスマホ用背景に切り替え */
@media screen and (max-width: 375px) {
  .reason__block {
    background-image: url("../img/reason/reason_bg_sp.jpg");
    background-position: center top;
    background-size: cover;
    padding: 30px 15px;
  }
}


@media print, screen and (min-width : 1080px) {
  .reason__block {
    padding: 45px 0 105px;
  }
}
.reason__container-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  min-width: 272px;
  max-width: 272px;
  margin-bottom: 27px;
}
@media print, screen and (min-width : 1080px) {
  .reason__container-img {
    min-width: 404px;
    max-width: 404px;
    margin-bottom: 40px;
  }
}
.reason__container-text {
  font-size: 14px;
  text-align: center;
  line-height: 2;
  margin-top: 50px;
  margin-bottom: 20px;
  color: white;
}
.reason__container-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.reason__container-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media print, screen and (min-width : 1080px) {
  .reason__container-text {
    margin-bottom: 30px;
  }
}
.reason__container-ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width : 750px) {
  .reason__container-ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.reason__container-item {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: var(--white-color);
  font-size: 16px;
  font-weight: 700;
}
@media print, screen and (min-width : 1080px) {
  .reason__container-item {
    font-size: 20px;
    padding: 20px;
  }
}
.reason__container-item:before {
  content: url(../img/reason/reason-check.svg);
  display: block;
  width: 100%;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
}
@media print, screen and (min-width : 1080px) {
  .reason__container-item:before {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
.reason__container-item-content {
  text-align: center;
  width: 100%;
}
@media screen and (max-width : 750px) {
  .reason__container-item:nth-child(1) {
    order: 1;
  }
  .reason__container-item:nth-child(2) {
    order: 3;
  }
  .reason__container-item:nth-child(3) {
    order: 5;
  }
  .reason__container-item:nth-child(4) {
    order: 2;
  }
  .reason__container-item:nth-child(5) {
    order: 4;
  }
  .reason__container-item:nth-child(6) {
    order: 6;
  }
}
.reason__container-accent {
  color: var(--accent-color);
}

.voice__block {
  padding: 40px 20px;
  background: var(--theme-color);
}
.voice__block:before {
  display: block;
  content: "";
  margin: 0 auto;
  background: url("../img/icon/icon-voice.svg");
  background-repeat: no-repeat;
  width: 100%;
  min-width: 83px;
  max-width: 83px;
  height: 83px;
}
@media print, screen and (min-width : 1080px) {
  .voice__block {
    padding: 45px 0 65px;
  }
}
.voice__container {
  margin-top: 140px;
}
@media print, screen and (min-width : 1080px) {
  .voice__container {
    margin-top: 80px;
  }
}
.voice__container-people {
  position: relative;
  padding: 132px 20px 40px;
  background: var(--white-color);
  border-radius: 20px;
}
.voice__container-people:not(:first-child) {
  margin-top: 130px;
}
@media print, screen and (min-width : 1080px) {
  .voice__container-people {
    padding: 42px 40px 60px 310px;
    margin-left: 30px;
  }
}
.voice__container-img {
  position: absolute;
  top: calc(0% - 101px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
  margin: 0 auto;
  width: 100%;
  min-width: 202px;
  max-width: 202px;
}
@media print, screen and (min-width : 1080px) {
  .voice__container-img {
    min-width: 300px;
    max-width: 300px;
    left: 0;
    top: calc(0% - 50px);
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
  }
}
.voice__container-name {
  font-size: 25px;
  margin-bottom: 20px;
}
.voice__container-name-content {
  font-weight: 700;
  color: var(--theme-color);
  border-left: 7px solid var(--accent-color);
  padding-left: 20px;
  margin-bottom: 25px;
}
.voice__container-name-keisyo {
  font-size: 16px;
  margin-left: 5px;
}
.voice__container-position {
  font-size: 20px;
  line-height: 1.5;
}
.voice__container-position::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.voice__container-position::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.voice__container-comment {
  font-size: 14px;
  line-height: 1.7;
}
.voice__container-comment::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.voice__container-comment::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}

.achievement__block {
  padding: 40px 20px;
  background: var(--white-color);
}
.achievement__block:before {
  display: block;
  content: "";
  margin: 0 auto;
  background: url("../img/icon/icon-achievement.svg");
  background-repeat: no-repeat;
  width: 100%;
  min-width: 83px;
  max-width: 83px;
  height: 83px;
}
@media print, screen and (min-width : 1080px) {
  .achievement__block {
    padding: 45px 0 105px;
  }
}
.achievement__container {
  margin-top: 40px;
}
.achievement__container-lead {
  font-size: 14px;
  line-height: 2;
}
.achievement__container-lead::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.achievement__container-lead::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media print, screen and (min-width : 1080px) {
  .achievement__container-lead {
    text-align: center;
    font-size: 16px;
  }
}
.achievement__container-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 25px;
}
@media print, screen and (min-width : 1080px) {
  .achievement__container-img {
    margin-top: 60px;
  }
}

.flow__block {
  padding: 40px 20px;
  background: var(--theme-color);
}
.flow__block:before {
  display: block;
  content: "";
  margin: 0 auto;
  background: url("../img/icon/icon-flow.svg");
  background-repeat: no-repeat;
  width: 100%;
  min-width: 83px;
  max-width: 83px;
  height: 83px;
}
@media print, screen and (min-width : 1080px) {
  .flow__block {
    padding: 45px 0 105px;
  }
}
.flow__container {
  margin-top: 40px;
}
@media print, screen and (min-width : 1080px) {
  .flow__container {
    margin-top: 50px;
    padding: 0 20px;
  }
}
.flow__container-img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.consultation__section {
  position: relative;
  padding: 60px 0 50px;                                  /* モバイル（SP）用パディング */
  background-color: #ebf6f5;                             /* フォールバック色 */
  background-image: url("../img/consultation/contact_bg_pc.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 375px) {
  .consultation__section {
    background-image: url("../img/consultation/contact_bg_sp.jpg");
  }
}

@media print, screen and (min-width: 1080px) {
  .consultation__section {
    padding: 120px 0 110px;                              /* 既存のデスクトップ用パディング */
    /* 背景画像はデフォルトの PC 用のまま */
  }
}

.consultation__container {
  position: relative;
}
/* .consultation__container:before {
  position: absolute;
  content: url(../img/consultation/consultation-contact.svg);
  display: block;
  width: 100%;
  top: -4vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  min-width: 400px;
  max-width: 400px;
  height: 100%;
}
@media print, screen and (min-width : 1080px) {
  .consultation__container:before {
    top: 1vw;
    left: -15vw;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    min-width: 980px;
    max-width: 980px;
  }
} 
@media print, screen and (min-width : 1080px) {
  .consultation__container {
    display: flex;
    flex-direction: row-reverse;
  }
}*/
.consultation__title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: var(--white-color);
  line-height: 1.5;
  width: -webkit-max-content;
  width: max-content;
  margin: 0 auto 20px;
  letter-spacing: 0.1rem;
}
@media print, screen and (min-width : 1080px) {
  .consultation__title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.consultation__title-span {
  color: var(--accent-color);
}
.consultation__title:before, .consultation__title:after {
  content: "";
  top: 30px;
  display: block;
  width: 2px;
  min-height: 30px;
  max-height: 30px;
  background: var(--theme-color);
  position: absolute;
  border-radius: 60px;
}
@media print, screen and (min-width : 1080px) {
  .consultation__title:before, .consultation__title:after {
    min-height: 40px;
    max-height: 40px;
    top: 6px;
  }
}
.consultation__title:before {
  left: -16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media print, screen and (min-width : 1080px) {
  .consultation__title:before {
    left: -20px;
  }
}
.consultation__title:after {
  right: -16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width : 1080px) {
  .consultation__title:after {
    right: -20px;
  }
}
.consultation__btn {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 20px auto;
  border-radius: 30px;
  padding: 15px;
  width: 335px;
  font-size: 18px;
  font-weight: 700;
  color: var(--white-color);
  background: #23acb0;
}
.consultation__btn:hover {
  opacity: 0.9;
}
.consultation__btn::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  content: "";
  margin: 0 auto;
  background: url("../img/form/form-arrow-right.svg") no-repeat 50% 50%/contain;
  width: 12px;
  height: 24px;
}
@media print, screen and (min-width : 1080px) {
  .consultation__btn {
    border-radius: 40px;
    font-size: 30px;
    width: 600px;
  }
}
.consultation__img {
  position: relative;
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  min-width: 280px;
  max-width: 280px;
}
@media print, screen and (min-width : 1080px) {
  .consultation__img {
    min-width: 350px;
    max-width: 350px;
    margin: 0 0 0 auto;
  }
}



.schedule__section {
  background: var(--white-color);
}
.schedule__block {
  padding: 40px 20px 24px;
  background: var(--white-color);
}
.schedule__block:before {
  display: block;
  content: "";
  margin: 0 auto;
  background: url("../img/icon/icon-schedule.svg");
  background-repeat: no-repeat;
  width: 100%;
  min-width: 83px;
  max-width: 83px;
  height: 83px;
}
@media screen and (min-width : 1280px) {
  .schedule__block {
    padding: 45px 0 50px;
  }
}
.schedule__container {
  margin-top: 40px;
}
.schedule__container-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 20px;
}
@media print, screen and (min-width : 1080px) {
  .schedule__container-img {
    min-width: 865px;
    max-width: 865px;
    margin-bottom: 30px;
  }
}
.schedule__container-content {
  padding: 30px 25px 0;
  background: #eaedf3;
  border-radius: 20px;
  margin-bottom: 55px;
}
@media print, screen and (min-width : 1080px) {
  .schedule__container-content {
    padding: 50px 35px 80px 55px;
    margin-bottom: 100px;
  }
}
.schedule__container-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--theme-color);
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width : 1080px) {
  .schedule__container-title {
    font-size: 30px;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width : 1080px) {
  .schedule__container-point {
    display: flex;
  }
}
.schedule__container-point-ul {
  margin-bottom: 25px;
}
.schedule__container-point-item {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 500;
}
@media print, screen and (min-width : 1080px) {
  .schedule__container-point-item {
    font-size: 20px;
  }
}
.schedule__container-point-item:not(:last-child) {
  margin-bottom: 25px;
}
.schedule__container-point-item:before {
  content: url(../img/schedule/schedule-check.svg);
  display: block;
  width: 100%;
  min-width: 28px;
  max-width: 28px;
  height: 32px;
  margin-right: 10px;
}
@media print, screen and (min-width : 1080px) {
  .schedule__container-point-item:before {
    min-width: 35px;
    max-width: 35px;
    height: 30px;
    margin-right: 20px;
  }
}
.schedule__container-point-item-content {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8;
}
@media screen and (min-width : 750px) {
  .schedule__container-point-item-content .utility-none__pc {
    display: none;
  }
}
.schedule__container-point-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  min-width: 233px;
  max-width: 233px;
}
@media print, screen and (min-width : 1080px) {
  .schedule__container-point-img {
    min-width: 453px;
    max-width: 453px;
    height: 287px;
  }
}
.schedule__container-step-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--theme-color);
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}
.schedule__container-step-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.schedule__container-step-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media print, screen and (min-width : 1080px) {
  .schedule__container-step-title {
    font-size: 30px;
    margin-bottom: 60px;
  }
}
.schedule__container-footWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.schedule__container-footSpan {
  display: flex;
  position: relative;
  width: 100%;
  height: 40px;
  display: block;
}
.schedule__container-footSpan::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 40px solid var(--theme-color);
  z-index: 10;
}
@media print, screen and (min-width : 1080px) {
  .schedule__container-footSpan::before {
    border-bottom-width: 90px;
  }
}
.schedule__container-footSpan:first-child::before {
  border-right: 50vw solid transparent;
}
.schedule__container-footSpan:last-child::before {
  border-left: 50vw solid transparent;
}
@media print, screen and (min-width : 1080px) {
  .schedule__container-footSpan {
    height: 90px;
  }
}
.schedule__container-footText {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: 24px;
  color: var(--theme-color);
}
@media print, screen and (min-width : 1080px) {
  .schedule__container-footText {
    display: flex;
    justify-content: center;
    font-size: 40px;
    font-size: clamp(1.5rem, 0.326rem + 1.74vw, 2.5rem);
    -webkit-transform: translateY(298px);
            transform: translateY(298px);
    margin-top: -298px;
    letter-spacing: 0.40px;
  }
  .schedule__container-footText span {
    position: relative;
  }
  .schedule__container-footText span::before {
    content: "";
    background: url("../img/schedule/schedule-decoration.svg") no-repeat 50% 50%/contain;
    width: 90px;
    height: 40px;
    display: block;
    margin: 0 auto 20px;
  }
}
@media print, screen and (min-width : 1080px) and (min-width : 1080px) {
  .schedule__container-footText span::before {
    width: 130px;
    height: 65px;
  }
}
@media print, screen and (min-width : 1080px) {
  .schedule__container-footText::before, .schedule__container-footText::after {
    content: "";
    display: block;
    z-index: -1;
  }
  .schedule__container-footText::before {
    background: url("../img/schedule/schedule-illust-left.png") no-repeat 0% 50%/contain;
    width: 322px;
    height: 512px;
    margin-right: 45px;
  }
  .schedule__container-footText::after {
    background: url("../img/schedule/schedule-illust-right.png") no-repeat 100% 50%/contain;
    width: 322px;
    height: 512px;
    margin-left: 45px;
  }
}
.schedule__container-footIllust {
  display: block;
  margin: auto;
  width: 335px;
  margin-top: -125px;
  -webkit-transform: translateY(145px);
          transform: translateY(145px);
}

.schedule__list {
  counter-reset: step;
  display: grid;
  gap: 10px;
}
.schedule__item {
  padding: 20px 20px 24px 20px;
  position: relative;
}
.schedule__item:nth-child(odd) {
  color: var(--white-color);
  background: var(--theme-color);
}
.schedule__item:nth-child(odd)::after {
  border-color: var(--theme-color) transparent transparent transparent;
}
@media screen and (min-width : 1280px) {
  .schedule__item:nth-child(odd) {
    background: transparent;
  }
  .schedule__item:nth-child(odd) .schedule__content {
    background: var(--theme-color);
  }
}
.schedule__item:nth-child(even) {
  color: var(--theme-color);
  background: var(--key-color);
}
.schedule__item:nth-child(even)::after {
  border-color: var(--key-color) transparent transparent transparent;
}
@media screen and (min-width : 1280px) {
  .schedule__item:nth-child(even) {
    background: transparent;
  }
  .schedule__item:nth-child(even) .schedule__content {
    background: var(--key-color);
  }
}
.schedule__item:not(:last-child)::after {
  position: absolute;
  z-index: 10;
  content: "";
  display: block;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
}
@media screen and (min-width : 1280px) {
  .schedule__item:not(:last-child)::after {
    left: 350px;
  }
}
.schedule__item:nth-child(0) .schedule__content-inner:before {
  content: url(../img/schedule/schedule-icon-00.svg);
}
.schedule__item:nth-child(1) .schedule__content-inner:before {
  content: url(../img/schedule/schedule-icon-01.svg);
}
.schedule__item:nth-child(2) .schedule__content-inner:before {
  content: url(../img/schedule/schedule-icon-02.svg);
}
.schedule__item:nth-child(3) .schedule__content-inner:before {
  content: url(../img/schedule/schedule-icon-03.svg);
}
.schedule__item:nth-child(4) .schedule__content-inner:before {
  content: url(../img/schedule/schedule-icon-04.svg);
}
.schedule__item:nth-child(5) .schedule__content-inner:before {
  content: url(../img/schedule/schedule-icon-05.svg);
}
@media screen and (min-width : 1280px) {
  .schedule__item {
    display: grid;
    grid-template-columns: 700px 1fr;
    gap: 50px;
    padding: 0;
  }
}
.schedule__content::before {
  font-family: "Rubik", sans-serif;
  counter-increment: step;
  content: "STEP." counter(step);
  display: block;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.1rem;
}
@media screen and (min-width : 1280px) {
  .schedule__content::before {
    font-size: 24px;
    text-align: left;
    width: min(56vw, 700px);
  }
}
@media screen and (min-width : 1280px) {
  .schedule__content {
    padding: 30px;
    z-index: 2;
  }
}
.schedule__content-inner {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px 12px;
  align-items: center;
}
.schedule__content-inner::before {
  display: inline-block;
  width: 50px;
  height: 50px;
  grid-row: 1/2;
  grid-column: 1/2;
}
@media screen and (min-width : 1280px) {
  .schedule__content-inner::before {
    width: 90px;
    height: 90px;
  }
}
@media screen and (min-width : 1280px) {
  .schedule__content-inner {
    grid-template-columns: 90px 1fr;
    gap: 0 50px;
    align-items: flex-start;
  }
}
.schedule__content-title {
  font-size: 20px;
  font-weight: 700;
  grid-row: 1/2;
  grid-column: 2/3;
}
@media screen and (min-width : 1280px) {
  .schedule__content-title {
    font-size: 24px;
  }
}
.schedule__content-text {
  font-size: 14px;
  line-height: 1.7;
  grid-row: 2/3;
  grid-column: 1/3;
}
.schedule__content-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.schedule__content-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
@media screen and (min-width : 1280px) {
  .schedule__content-text {
    grid-column: 2/3;
    font-size: 16px;
    margin-top: -45px;
  }
}
.schedule__problem {
  border: 1px solid var(--theme-color);
  margin-top: 16px;
  display: flex;
  color: #000;
  background: var(--white-color);
  position: relative;
}
.schedule__problem::after {
  content: "";
  background: url(../img/schedule/schedule-men.png) no-repeat 50% 50%/contain;
  width: 90px;
  height: 108px;
  position: absolute;
  right: -10px;
  z-index: 2;
}
@media screen and (min-width : 1280px) {
  .schedule__problem::after {
    min-width: 120px;
    width: 120px;
    height: 138px;
    -webkit-transform: translate(-14px, -60px);
            transform: translate(-14px, -60px);
  }
}
.schedule__problem:empty {
  display: none;
}
@media screen and (min-width : 1280px) {
  .schedule__problem {
    margin-top: 0;
    position: relative;
    height: 100%;
    display: flex;
    gap: 5px;
    align-items: center;
  }
  .schedule__problem::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
  }
}
.schedule__problem-title {
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (min-width : 1280px) {
  .schedule__problem-title {
    font-size: 24px;
  }
}
.schedule__problem-content {
  background: var(--white-color);
  padding: 20px 0 20px 20px;
  z-index: 2;
}
@media screen and (min-width : 1280px) {
  .schedule__problem-content {
    padding: 16px 0 16px 20px;
  }
}
.schedule__problem-list {
  list-style: disc;
  list-style-position: inside;
  display: grid;
  gap: 5px;
}
.schedule__problem-item {
  font-size: 14px;
  line-height: 1.7;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.schedule__problem-item b {
  color: var(--accent-color);
}
@media screen and (min-width : 1280px) {
  .schedule__problem-item b span {
    display: block;
    padding-left: 1.5em;
  }
}
@media screen and (min-width : 750px) {
  .schedule__problem-item br {
    display: none;
  }
}
@media screen and (min-width : 1280px) {
  .schedule__problem-item {
    font-size: 16px;
  }
}

/* tool
================================================== */
.tool__section {
  background: var(--theme-color);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media print, screen and (min-width : 1080px) {
  .tool__section {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.tool__block {
  color: #fff;
  margin-bottom: 92px;
}
.tool__block:before {
  display: block;
  content: "";
  margin: 0 auto;
  background: url("../img/icon/icon-tool.svg");
  background-repeat: no-repeat;
  width: 100%;
  min-width: 84px;
  max-width: 84px;
  height: 84px;
}
@media print, screen and (min-width : 1080px) {
  .tool__block {
    margin-bottom: 50px;
  }
}
.tool__block .common__title,
.tool__block .common__en {
  color: #fff;
}
.tool__lead {
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
}
.tool__lead::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.tool__lead::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media print, screen and (min-width : 1080px) {
  .tool__lead {
    text-align: center;
    font-size: 16px;
  }
}
.tool__list {
  display: grid;
  gap: 72px;
}
@media print, screen and (min-width : 1080px) {
  .tool__list {
    gap: 20px;
  }
}
.tool__item {
  background: #eaedf3;
  border-radius: 20px;
  position: relative;
}
@media print, screen and (min-width : 1080px) {
  .tool__item {
    display: flex;
    gap: 48px;
    padding: 35px 40px;
  }
}
.tool__item strong {
  color: var(--accent-color);
  font-weight: 500;
}
.tool__item a {
  color: var(--theme-color);
  font-weight: 500;
}
@media print, screen and (min-width : 1080px) {
  .tool__item a {
    transition: all 0.2s ease-in-out;
  }
  .tool__item a:hover {
    opacity: 0.75;
  }
}
.tool__logo {
  position: absolute;
  top: calc(0% - 50px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100px;
  min-width: 100px;
  height: 100px;
}
@media print, screen and (min-width : 1080px) {
  .tool__logo {
    position: initial;
    margin: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    max-width: 100px;
    min-width: 100px;
  }
}
.tool__content {
  padding: 70px 20px 30px;
}
@media print, screen and (min-width : 1080px) {
  .tool__content {
    padding: 0;
  }
}
.tool__content-lead {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 20px;
}
.tool__content-lead::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.tool__content-lead::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
@media print, screen and (min-width : 1080px) {
  .tool__content-lead {
    text-align: left;
  }
}
.tool__content-text {
  font-size: 14px;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.tool__content-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}
.tool__content-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}
@media print, screen and (min-width : 1080px) {
  .tool__content-text {
    font-size: 16px;
  }
}

/* faq
================================================== */
.faq__section {
  padding-top: 40px;
  padding-bottom: 40px;
  background: var(--white-color);
}
@media print, screen and (min-width : 1080px) {
  .faq__section {
    padding-top: 70px;
    padding-bottom: 105px;
  }
}
.faq__block:before {
  display: block;
  content: "";
  margin: 0 auto;
  background: url("../img/icon/icon-faq.svg");
  background-repeat: no-repeat;
  width: 100%;
  min-width: 82px;
  max-width: 82px;
  height: 70px;
}
.faq__list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}
@media print, screen and (min-width : 1080px) {
  .faq__list {
    margin-top: 50px;
  }
}
.faq__details {
  cursor: pointer;
}
.faq__details[open] .faq__question::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq__question::before, .faq__answer::before {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
.faq__question {
  padding: 20px 10px 20px 20px;
  background: #eaedf3;
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 500;
  display: grid;
  list-style: none;
  grid-template-columns: 40px 1fr 16px;
  align-items: center;
  gap: 20px;
  line-height: 1.5;
}
.faq__question::before {
  content: "Q";
  background: var(--theme-color);
  font-family: "Rubik", sans-serif;
}
.faq__question::-webkit-details-marker {
  display: none;
}
.faq__question::after {
  display: block;
  content: "";
  background: url("../img/common/icon-arrow-down.svg") no-repeat 50% 50%/contain;
  width: 16px;
  height: 10px;
}
@media print, screen and (min-width : 1080px) {
  .faq__question {
    font-size: 20px;
    padding: 16px 20px;
  }
}
.faq__answer {
  background: #fdeeed;
  font-size: 14px;
  display: grid;
  grid-template-columns: 40px 1fr;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 16px 20px;
  line-height: 2;
  gap: 20px;
}
.faq__answer::before {
  content: "A";
  font-family: "Rubik", sans-serif;
  background: #f8365f;
}
@media print, screen and (min-width : 1080px) {
  .faq__answer {
    font-size: 16px;
  }
}
.faq__answer span {
  margin-top: 5px;
}
/* profile
================================================== */
.profile__section {
  background: var(--theme-color);
  padding-top: 40px;
  padding-bottom: 40px;
}
@media print, screen and (min-width : 1080px) {
  .profile__section {
    padding-top: 75px;
    padding-bottom: 100px;
  }
}
.profile__block {
  color: #fff;
  margin-bottom: 126px;
}
.profile__block:before {
  display: block;
  content: "";
  margin: 0 auto;
  background: url("../img/icon/icon-profile.svg");
  background-repeat: no-repeat;
  width: 100%;
  min-width: 84px;
  max-width: 84px;
  height: 84px;
}
@media print, screen and (min-width : 1080px) {
  .profile__block {
    margin-bottom: 150px;
  }
}
.profile__block .common__title,
.profile__block .common__en {
  color: #fff;
}
.profile__lead {
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
}
.profile__lead::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.profile__lead::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media print, screen and (min-width : 1080px) {
  .profile__lead {
    text-align: center;
    font-size: 16px;
  }
}
.profile__list {
  display: grid;
  gap: 106px;
}
@media print, screen and (min-width : 1080px) {
  .profile__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 130px 15px;
  }
}
.profile__item {
  background: #eaedf3;
  border-radius: 20px;
  position: relative;
  padding: 100px 20px 30px;
}
.profile__thumbnail {
  position: absolute;
  top: calc(0% - 86px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 100%;
  width: 172px;
}
@media print, screen and (min-width : 1080px) {
  .profile__thumbnail {
    top: calc(0% - 100px);
    width: 200px;
  }
}
.profile__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media print, screen and (min-width : 1080px) {
  .profile__wrap {
    display: block;
    text-align: center;
    margin-top: 15px;
  }
}
.profile__name {
  font-weight: 700;
  font-size: 20px;
  color: var(--theme-color);
}
@media print, screen and (min-width : 1080px) {
  .profile__name {
    font-size: 28px;
    margin-bottom: 18px;
  }
}
.profile__furigana {
  color: #a8aaaf;
  font-size: 14px;
}
@media print, screen and (min-width : 1080px) {
  .profile__furigana {
    font-size: 16px;
  }
}
.profile__business {
  text-align: center;
  line-height: 2;
  margin: 20px 0 24px;
  font-size: 14px;
}
.profile__business::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.profile__business::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media print, screen and (min-width : 1080px) {
  .profile__business {
    font-size: 16px;
  }
}
.profile__text {
  line-height: 2;
  font-size: 14px;
}
.profile__text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.profile__text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media print, screen and (min-width : 1080px) {
  .profile__text {
    font-size: 16px;
  }
}

/* contact

================================================== */
.contact__section {
  padding-top: 40px;
  padding-bottom: 60px;
  background: var(--white-color);
}
@media print, screen and (min-width : 1080px) {
  .contact__section {
    padding-top: 85px;
    padding-bottom: 140px;
  }
  .contact__section.is-error .mw_wp_form form {
    gap: 36px;
  }
}
.contact__block:before {
  display: block;
  content: "";
  margin: auto;
  background: url("../img/icon/icon-contact.svg") no-repeat 50% 50%/cover;
  width: 55px;
  height: 45px;
}
@media print, screen and (min-width : 1080px) {
  .contact__block:before {
    width: 85px;
    height: 65px;
  }
}
.contact__form {
  display: grid;
  margin-top: 36px;
}
@media print, screen and (min-width : 1080px) {
  .contact__form {
    margin-top: 60px;
  }
}
@media print, screen and (min-width : 1080px) {
  .contact__form-block {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 20px;
  }
}
.contact__form-label {
  background: var(--theme-color);
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 500;
  padding: 10px 20px;
}
@media print, screen and (min-width : 1080px) {
  .contact__form-label {
    width: 300px;
    display: flex;
  }
  .contact__form-label:not([for=textarea]) {
    max-height: 62px;
    min-height: 62px;
    align-items: center;
    padding: 10px 20px;
  }
  .contact__form-label[for=textarea] {
    padding: 20px;
  }
}
.contact__form-control {
  line-height: 1.5;
}
@media print, screen and (min-width : 1080px) {
  .contact__form-control {
    display: flex;
    width: 100%;
    gap: 34px;
    padding: 6px 0;
    position: relative;
  }
}
.contact__form-input {
  background: #f6f6f6;
  width: 100%;
  padding: 20px;
  outline-color: var(--theme-color);
}
@media print, screen and (min-width : 1080px) {
  .contact__form-input:not(.contact__form-textarea) {
    max-height: 50px;
  }
}
.contact__form-input-label {
  display: block;
}
@media screen and (max-width : 1080px) {
  .contact__form-input-label {
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width : 1080px) {
  .contact__form-input-label {
    text-align: right;
    min-width: 35px;
  }
}
@media screen and (max-width : 1080px) {
  .contact__form-inputWrap {
    margin-top: 14px;
  }
}
@media print, screen and (min-width : 1080px) {
  .contact__form-inputWrap {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 12px;
  }
}
.contact__form-input::-webkit-input-placeholder {
  color: #c9caca;
}
.contact__form-input:-ms-input-placeholder {
  color: #c9caca;
}
.contact__form-input::-ms-input-placeholder {
  color: #c9caca;
}
.contact__form-input::placeholder {
  color: #c9caca;
}
.contact__form-input:-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #c9caca;
}
.contact__form-input::-ms-input-placeholder {
  color: #c9caca;
}
.contact__form-input:-ms-input-placeholder {
  color: #c9caca;
}
.contact__form-select {
  width: 100%;
  min-height: 50px;
  padding-left: 20px;
  border-radius: 10px;
  border: 1px solid var(--theme-color);
  background: #f6f6f6;
}
.contact__form-selectWrap {
  width: 100%;
  position: relative;
}
@media screen and (max-width : 1080px) {
  .contact__form-selectWrap {
    margin-top: 10px;
  }
}
@media print, screen and (min-width : 1080px) {
  .contact__form-selectWrap {
    min-width: 300px;
    max-width: 300px;
  }
}
.contact__form-selectWrap::after {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  content: "";
  margin: 0 auto;
  background: url("../img/form/form-arrow-down.svg") no-repeat 50% 50%/contain;
  width: 16px;
  height: 10px;
}
.contact__form-textarea {
  resize: vertical;
  height: 300px;
}
@media print, screen and (min-width : 1080px) {
  .contact__form-textarea {
    height: 200px;
  }
}
.contact__form-arrow {
  text-align: center;
  margin: auto;
  width: 335px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  letter-spacing: 1rem;
  display: block;
  border-radius: 30px;
}
.contact__form-arrow::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 12px;
  height: 26px;
}
@media print, screen and (min-width : 1080px) {
  .contact__form-arrow::after {
    width: 16px;
    height: 24px;
  }
}
@media print, screen and (min-width : 1080px) {
  .contact__form-arrow {
    transition: all 0.2s ease-in-out;
  }
  .contact__form-arrow:hover {
    opacity: 0.75;
  }
}
.contact__form-button {
  padding: 18px 0;
}
.contact__form-button:not(.is-back) {
  color: #fff;
  background: #23acb0;
}
.contact__form-button:not(.is-back)::after {
  right: 14px;
  background: url("../img/form/form-arrow-right.svg") no-repeat 50% 50%/contain;
}
.contact__form-button.is-back {
  background: #fff;
  color: #23acb0;
}
.contact__form-button-back::after {
  left: 26px;
  background: url("../img/form/form-arrow-right_color.svg") no-repeat 50% 50%/contain;
}
@media print, screen and (min-width : 1080px) {
  .contact__form-button-back {
    width: 300px;
    margin: 0;
  }
}
@media print, screen and (min-width : 1080px) {
  .contact__form-button {
    border-radius: 40px;
    font-size: 25px;
  }
  .contact__form-button:not(.is-confirm) {
    width: 300px;
    margin: 0;
    padding: 26px 0;
  }
  .contact__form-button.is-confirm {
    width: 400px;
    padding: 28px 0;
    margin-top: 20px;
  }
}
.contact__form-buttonWrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 75px;
  flex-direction: column-reverse;
}
@media print, screen and (min-width : 1080px) {
  .contact__form-buttonWrap {
    flex-direction: row;
    gap: 40px;
    margin: 70px 0 125px;
  }
}

.home .contact__form-buttonWrap {
  display: none;
}

.mw_wp_form form {
  display: grid;
  gap: 20px;
}
@media print, screen and (min-width : 1080px) {
  .mw_wp_form form {
    width: 1020px;
    margin: auto;
  }
}
.mw_wp_form .error {
  color: var(--accent-color);
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
@media print, screen and (min-width : 1080px) {
  .mw_wp_form .error {
    margin-top: 0;
    font-size: 16px;
    position: absolute;
    bottom: -25px;
  }
}

.mw_wp_form_confirm {
  margin-top: 40px;
}
@media print, screen and (min-width : 1080px) {
  .mw_wp_form_confirm {
    margin-top: 50px;
  }
}
@media print, screen and (min-width : 1080px) {
  .mw_wp_form_confirm .contact__form-label[for=textarea] {
    max-height: 62px;
    min-height: 62px;
  }
}
.mw_wp_form_confirm .contact__form-control {
  align-items: center;
}
.mw_wp_form_confirm .contact__form-input-label {
  display: none;
}
@media print, screen and (min-width : 1080px) {
  .mw_wp_form_confirm .contact__form-controlGroup {
    gap: 0;
  }
}
.mw_wp_form_confirm .contact__form-inputWrap {
  margin-top: 0;
}
@media print, screen and (min-width : 1080px) {
  .mw_wp_form_confirm .contact__form-inputWrap {
    width: auto;
  }
}
.mw_wp_form_confirm .contact__form-controlGroup {
  display: flex;
}
.mw_wp_form_confirm .contact__form-label {
  margin-bottom: 20px;
}
@media print, screen and (min-width : 1080px) {
  .mw_wp_form_confirm .contact__form-label {
    margin-bottom: 0;
  }
}
.mw_wp_form_confirm .contact__form-selectWrap {
  background: transparent;
  border: none;
  margin-top: 0;
  padding: 0;
}
.mw_wp_form_confirm .contact__form-selectWrap::after {
  content: none;
}
@media print, screen and (min-width : 1080px) {
  .mw_wp_form_confirm .contact__form-selectWrap {
    display: flex;
    align-items: center;
  }
}
.mw_wp_form_confirm .contact__form-block:not(:last-child) {
  margin-bottom: 30px;
}
@media print, screen and (min-width : 1080px) {
  .mw_wp_form_confirm .contact__form-block:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* utility
================================================== */
.utility-none__sp {
  display: none;
}
@media print, screen and (min-width : 1080px) {
  .utility-none__sp {
    display: block;
  }
}
@media print, screen and (min-width: 750px) and (max-width: 1039px) {
  .utility-none__tablet {
    display: none;
  }
}
.utility-none__pc {
  display: block;
}
@media print, screen and (min-width : 1080px) {
  .utility-none__pc {
    display: none;
  }
}

/* renewal elements
================================================== */


/* ===== Base Layout for Sections ===== */
.sec02, .sec05 {
  margin: 0 auto;
  padding: 80px 20px;
}


.sec01 {
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 20px;
}

@media screen and (min-width: 750px) {
  .sec01, .sec02, .sec05 {
    padding: 100px 40px;
  }
}

/* ===== Section 01 ===== */
.sec01 {
  padding: 6rem 0 7rem;
  position: relative;
  overflow: hidden;
}
.sec01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/sec01/bg.png) no-repeat center/100% 100%;
}
@media screen and (max-width: 750px) {
  .sec01 {
    padding: 10px 0 12px;
  }
  .sec01::before {
    background-image: url(../img/sec01/bg_sp.png);
  }
}
.sec01 .tit {
  margin-bottom: 50px;
  text-align: center;
}
.sec01 .tit img {
  width: 420px;
}
.sec01 .wrap {
  width: 95%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec01 .desc {
  max-width: 100%;
  text-align: center;
  margin-right: 50px;
}
.sec01 .txt {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 12px;
  font-weight: 500;
}
.sec01 .txt:last-of-type {
  margin-bottom: 0;
}
.sec01 .txt .bold {
  font-weight: 700;
}
.sec01 .txt .strong {
  color: #E63862;
  font-weight: 700;
}
.sec01 .pic img {
  width: 350px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
.sec01 {
  padding: 70px 10px 80px;
  margin: 30px 0;
}

.sec01::before {
  background-image: url(../img/sec01/bg_sp.png);
}

.sec01 .tit {
  margin-bottom: 30px;
}

.sec01 .tit img {
  width: 282px;
}

.sec01 .wrap {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.sec01 .desc {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.sec01 .txt {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: .029em;
}

.sec01 .txt:not(:last-of-type) {
  margin-bottom: 20px;
}

.sec01 .pic {
  margin-bottom: 30px;
}

.sec01 .pic img {
  width: 100%;
}
}

/* ===== Section 05 ===== */
.sec05 {
  max-width: 100% !important;
  width: 2000px;
  padding: 80px 0 1px;
  background: white;
}

@media screen and (max-width: 750px) {
  .sec05 {
    padding: 40px 0 40px;
  }
}
.sec05 .tit {
  margin-bottom: 80px;
  text-align: center;
  font-weight: 700;
}
.sec05 .tit .fs01 {
  font-size: 26px;
  color: #07052D;
  display: inline-block;
  margin-bottom: 8px;
}
.sec05 .tit .fs02 {
  font-size: 28px;
  color: #2D518E;
}
.sec05 .lists {
  max-width: 800px;
  width: 80%;
  margin: 0 auto;
}
.sec05 .item {
  border: 3px solid #2D518E;
  padding: 50px;
  margin-bottom: 90px;
}
.sec05 .item + .item {
  margin-top: 50px;
}
.sec05 .cap {
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 40px;
  text-align: center;
  color: #07052D;
  font-weight: 700;
}
.sec05 .cap .strong {
  font-size: 20px;
  line-height: 1.55;
  color: #E63862;
}
.sec05 .num {
  position: relative;
  top: -100px;
}

.sec05 .num img {
  height: 5rem;
  position: absolute;
}
.sec05 .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sec05 .pic {
  width: 200px;
  min-width: 200px;
  height: fit-content;
  display: block;
  margin-right: 30px;
}
.sec05 .pic img {
  width: 100%;
  display: block;
}
.sec05 .desc {
  width: auto;
  height: fit-content;
  text-align: left;
}
.sec05 .txt {
  font-size: 16px;
  line-height: 1.9;
  color: #07052D;
}
.sec05 .achievement {
  padding: 30px 50px 30px;
  background-color: #F7F8F7;
  margin-top: 50px;
}
.sec05 .achievement_cap {
  width: fit-content;
  display: block;
  padding: 0 30px;
  margin: 0 auto 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #07052D;
  position: relative;
}
.sec05 .achievement_cap::before,
.sec05 .achievement_cap::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec05 .achievement_cap::before {
  left: 0;
  background-image: url(../img/sec05/deco_left.png);
}
.sec05 .achievement_cap::after {
  right: 0;
  background-image: url(../img/sec05/deco_right.png);
}
.sec05 .achievement_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec05 .achievement_item {
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  color: #07052D;
}
.sec05 .achievement_item + .achievement_item {
  margin-left: 30px;
}
.sec05 .achievement_item::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(../img/sec05/check.png) no-repeat center/100% 100%;
}
.sec05 .achievement_item .strong {
  font-weight: 700;
  color: #E63862;
}
@media screen and (max-width: 750px) {
  .sec05 {
    padding: 60px 0 1px;
  }
  .sec05 .tit {
    margin-bottom: 60px;
    letter-spacing: .07em;
  }

  .sec05 .tit .fs01 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .sec05 .tit .fs02 {
    font-size: 23px;
    letter-spacing: .06em;
  }

  .sec05 .lists {
    width: 100%;
    max-width: 87%;
  }

  .sec05 .item {
    border: #2D518E solid .012rem;
    padding: 20px 20px 30px;
  }

  .sec05 .item:not(:last-of-type) {
    margin-bottom: 60px;
  }

  .sec05 .cap {
    text-align: left;
    letter-spacing: .073em;
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 2.16;
  }

  .sec05 .cap .strong {
    font-size: 24px;
    line-height: 1.55;
    letter-spacing: .09em;
  }

  .sec05 .num {
    top: -50px;
    left: auto;
    right: 70px;
    text-align: right;
  }

  .sec05 .num img {
    height: 60px;
  }

  .sec05 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sec05 .pic {
    width: 100%;
    margin: 0 auto 20px;
  }

  .sec05 .desc {
    width: 100%;
  }

  .sec05 .txt {
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: .03em;
  }

  .sec05 .achievement {
    padding: 11px 20px 16px;
    margin-top: 25px;
  }

  .sec05 .achievement_cap {
    padding: 0 20px;
    margin: 0 auto 10px;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .1em;
  }

  .sec05 .achievement_cap::before,
  .sec05 .achievement_cap::after {
    width: 10px;
    height: 13px;
  }

  .sec05 .achievement_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
  }

  .sec05 .achievement_item {
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .06em;
  }

  .sec05 .achievement_item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 10px;
  }

  .sec05 .achievement_item::before {
    top: 5px;
    width: 12px;
    height: 12px;
  }
}
/* ===== Section 02 ===== */
.sec02 {
  max-width: 100% !important;
  width: 2000px;
  padding: 60px 0 70px;
  position: relative;
  overflow: hidden;
  background: white;
}
@media screen and (max-width: 750px) {
  .sec02 {
    padding: 60px 0 80px;
  }
}
.sec02 .tit {
  font-size: 28px;
  line-height: 1.74;
  margin-bottom: 60px;
  text-align: center;
  font-weight: 700;
  color: #07052D;
}
.sec02 .tit .strong {
  font-size: 34px;
  color: #2D518E;
  display: inline !important;
}
.sec02 .item {
  width: 80%;
  max-width: 800px;
  margin: 0 auto 30px;
}
.sec02 .head {
  background-color: #2D518E;
  padding: 15px 50px 15px;
  margin-bottom: 60px;
  position: relative;
}
.sec02 .head::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 30px;
  background-color: #2D518E;
}
.sec02 .num {
  width: fit-content;
  text-align: center;
  display: block;
  margin: 5px auto 15px;
  font-size: 16px;
  padding: 5px 25px;
  background-color: #ffffff;
  border-radius: 30px;
  color: #2D518E;
  white-space: nowrap;
}
.sec02 .cap {
  font-size: 20px;
  line-height: 1.7;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.sec02 .inner {
  display: flex;
  justify-content: space-between;
}
.sec02 .info {
  padding: 30px 20px 30px;
  border: 0px solid #2D518E;
  margin-right: 30px;
  position: relative;
  height: fit-content;
}
.sec02 .info::before,
.sec02 .info::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
}
.sec02 .info::before {
  top: 0;
  left: 0;
  border-top: 1px solid #2D518E;
  border-left: 1px solid #2D518E;
  border-right: 1px solid #2D518E;
}
.sec02 .info::after {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #2D518E;
  border-left: 1px solid #2D518E;
  border-right: 1px solid #2D518E;
}
.sec02 .pic {
  width: 10vw;
  display: block;
  margin-bottom: 15px;
}
.sec02 .position {
  font-size: 10px;
  line-height: 1.9;
  text-align: center;
}
.sec02 .company {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.sec02 .desc {
  width: 80rem;
  height: fit-content;
  position: relative;
  top: -8px;
}
.sec02 .txt {
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: 0.04em;
}
.sec02 .txt:last-of-type {
  margin-bottom: 0;
}
.sec02 .txt:not(:last-of-type) {
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .sec02 {
    padding: 30px 0 50px;
  }

  .sec02 .tit {
    margin-bottom: 30px;
    font-size: 19px;
    line-height: 1.55;
    letter-spacing: .03em;
  }

  .sec02 .tit .strong {
    font-size:  24px;
  }

  .sec02 .item {
    width: 90%;
    max-width: 500px;
  }

  .sec02 .item:not(:last-of-type) {
    margin-bottom: 50px;
  }

  .sec02 .head {
    padding: 10px 5px 20px;
    margin-bottom: 30px;
  }

  .sec02 .head::before {
    height: 20px;
  }

  .sec02 .num {
    margin: 0 auto 10px;
    padding: 5px 20px;
    font-size: 12px;
    letter-spacing: .08em;
  }

  .sec02 .cap {
    font-size: 16px;
    line-height: 1.5;
  }

  .sec02 .inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
  }

  .sec02 .info {
    width: 90%;
    padding: 15px 10px 15px 40px;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec02 .info::before,
  .sec02 .info::after {
    left: auto;
    top: 0;
    width: 20px;
    height: 100%;
  }

  .sec02 .info::before {
    left: 0;
    border-top: #2D518E solid 1px;
    border-bottom: #2D518E solid 1px;
    border-right: none;
  }

  .sec02 .info::after {
    bottom: auto;
    right: 0;
    border-top: #2D518E solid 1px;
    border-bottom: #2D518E solid 1px;
    border-left: none;
  }

  .sec02 .pic {
    width: 100px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .sec02 .position {
    font-size: 10px;
    letter-spacing: .13em;
    text-align: left;
  }

  .sec02 .company {
    font-size: 14px;
    letter-spacing: .03em;
    line-height: 1.5;
  }

  .sec02 .desc {
    width: 90%;
    top: 0;
    display: block;
    margin: 0 auto;
  }

  .sec02 .txt {
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: .03em;
  }

  .sec02 .txt:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

/* ===== consultation調整 (そのまま残します) ===== */
.consultation__container > img {
  display: none;
}

.consultation__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.consultation__btn {
  background-color: #e60044;
  color: #ffffff;
}

.consultation__btn::after {
  filter: brightness(0) invert(1);
}

.consultation__title:before,
.consultation__title:after {
  background-color: #ffffff;
}

/* ===== greeting section ===== */
   
.greeting__section {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 751px) {
  .greeting__section {
    background-image: url("../img/greeting/greeting-bg.png");
  }
}
@media screen and (max-width: 750px) {
  .greeting__section {
    background-image: url("../img/greeting/greeting-bg_sp.jpg");
  }
}

.greeting__container {
  width: 100%;
  max-width: 1000px;
  padding: 70px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .greeting__container {
    width: 85%;
  }
}

/* 各アイテム共通 */
.greeting__item {
  margin-bottom: 30px;
  align-self: flex-start;
}

/* A */
.greeting__item--a img {
  display: block;
}
@media screen and (min-width: 751px) {
  .greeting__item--a {
    margin-left: -20px;
  }
  .greeting__item--a img {
    width: 170px;
  }
}
@media screen and (max-width: 750px) {
  .greeting__item--a img {
    width: 120px;
  }
}

/* B */
.greeting__text--top,
.greeting__text--bottom {
  color: #fff;
  text-align: left;
  line-height: 1.95;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media screen and (min-width: 751px) {
  .greeting__text--top,
  .greeting__text--bottom {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .greeting__text--top,
  .greeting__text--bottom {
    font-size: 13px;
  }
}

/* C & D を包む */
.greeting__item--cd {
  display: flex;
  gap: 30px;
}

/* C */
.greeting__subitem--c img {
  display: block;
}
@media screen and (min-width: 751px) {
  .greeting__subitem--c img {
    width: 120px;
  }
}
@media screen and (max-width: 750px) {
  .greeting__subitem--c img {
    width: 80px;
  }
}

/* D */
.greeting__d--upper,
.greeting__d--lower {
  color: #fff;
  text-align: left;
  margin: 0;
}
@media screen and (min-width: 751px) {
  .greeting__d--upper {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.95;
    letter-spacing: 0.04em;
  }
  .greeting__d--lower {
    font-size: 20px;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 750px) {
  .greeting__d--upper {
    font-size: 10px;
    margin-bottom: 8px;
    line-height: 1.95;
    letter-spacing: 0.04em;
  }
  .greeting__d--lower {
    font-size: 13px;
    letter-spacing: 0.04em;
  }
}

/* 最後の余白除去 */
.greeting__item--cd {
  margin-bottom: 0;
}
