@charset "UTF-8";
/******************************
reset.scss
******************************/
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/******************************
base.scss
******************************/
html {
  font-size: 12px;
}
@media screen and (min-width: 426px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 661px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

body {
  overflow-x: hidden;
  width: 100%;
  color: #3A2A2A;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

section {
  max-width: 660px;
  margin: 0 auto;
}

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

p {
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1rem;
}

a {
  display: block;
}
a:hover {
  opacity: 0.9;
}

blockquote {
  background-color: rgba(203, 203, 203, 0.5);
  border-radius: 1rem;
  padding: 1em;
  margin-bottom: 1rem;
}

:focus {
  outline: none;
}

/******************************
l-header.scss
******************************/
.l-header {
  z-index: 99;
  max-width: 661px;
}
@media screen and (min-width: 661px) {
  .l-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.l-header__inner {
  padding: 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__catch {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}
.l-header__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  aspect-ratio: 80/20;
}
.l-header__button iframe {
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (min-width: 661px) {
  .l-header__button iframe {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
@media screen and (max-width: 767.98px) {
  .l-header__button iframe {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

/******************************
l-main.scss
******************************/
.l-cta__figure {
  padding: 0.5rem;
}
.l-cta__list {
  width: 100%;
  padding: 0 0 1rem;
}
.l-cta__item:last-of-type {
  padding: 1em 0;
  width: 90%;
  margin: 0 auto;
}
.l-cta__phone {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.5em;
  padding: 0 1em;
}
.l-cta__businesshours {
  padding: 0.5em;
}
.l-cta1 {
  padding: 14% 0 2rem;
  margin-top: -12%;
}
.l-cta2 {
  padding: 1rem 0 4rem;
}
.l-cta__message {
  position: relative;
  padding: 1rem 2rem 2.5rem;
  margin-bottom: 3rem;
  aspect-ratio: 343/305;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-cta4 {
  padding: 3rem 0;
}
.l-cta5 {
  padding: 3rem 0;
}

.l-voice {
  padding-bottom: 3rem;
}
.l-voice__list {
  padding: 2rem 0 0;
}
.l-voice__item:not(:last-of-type) {
  margin-bottom: 3rem;
}
.l-voice__figure {
  margin-bottom: 1rem;
}
.l-voice__txt {
  padding: 1rem 4%;
  margin-bottom: 1rem;
}
.l-voice__category {
  margin-bottom: 0.5rem;
}
.l-voice__caution {
  padding-left: 7%;
}

.l-media {
  padding: 8% 0;
}
.l-media__h2 {
  margin-bottom: 2rem;
}
.l-media__item:not(:last-of-type) {
  margin-bottom: 3rem;
}
.l-media__text {
  margin-bottom: 1.5rem;
}

.l-reason {
  margin-top: -7%;
}
@media screen and (min-width: 661px) {
  .l-reason {
    padding: 8% 0 3%;
  }
}
@media screen and (max-width: 767.98px) {
  .l-reason {
    padding: 10% 0 3%;
  }
}
.l-reason__h2 {
  margin-bottom: 0.5em;
}
.l-reason__item {
  position: relative;
  margin-bottom: 2rem;
}
.l-reason__title {
  padding-left: 3.5em;
  margin-bottom: 1.5rem;
}

.l-message {
  padding: 5% 0;
}
.l-message__h2 {
  margin-bottom: 2rem;
}
.l-message__h2 span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 1rem;
}
.l-message__wrapper {
  padding: 1.4%;
}
.l-message__contents {
  padding: 2.5rem 3.75%;
}
.l-message__catch {
  position: relative;
  margin-bottom: 2rem;
  padding: 0 1em;
}
.l-message__figure {
  margin-bottom: 1.5rem;
}
.l-message-qf {
  margin: 3rem auto;
}
.l-message-qf__title {
  margin-bottom: 2rem;
}
.l-message-qf__figure {
  width: 90%;
  margin: 0 auto 2rem;
}
.l-message-qf__list {
  width: 90%;
  margin: 0 auto 1rem;
}
.l-message-qf__item {
  position: relative;
}
.l-message-point__text {
  margin: 1rem auto 3rem;
}
.l-message-point__figure2 {
  position: relative;
  width: 90%;
  margin: 0 auto;
  aspect-ratio: 291/163;
}
.l-message-point__iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.l-cause {
  margin-top: -1.8rem;
}
.l-cause__item {
  padding-bottom: 3rem;
}
.l-cause__txt {
  width: 85%;
  margin: 0 auto;
}
.l-cause__text {
  padding: 2rem 0 1rem;
}
.l-cause-large-point {
  margin-bottom: 1.5rem auto 3rem;
}
.l-cause__list2 {
  padding: 1rem;
}
.l-cause__item2 {
  position: relative;
  padding-left: 1.2em;
}

.l-professional {
  padding-bottom: 3rem;
}
.l-professional__top {
  padding: 2rem 1.5rem;
  margin-bottom: 1.5rem;
}
.l-professional__item {
  padding: 2rem 1rem;
}
.l-professional__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5%;
  margin-bottom: 1rem;
}
.l-professional__figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
}
.l-professional__top .l-professional__figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}
.l-professional__txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}
.l-professional__top .l-professional__txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
}
.l-professional__catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5em;
  margin-bottom: 0.5rem;
}
.l-professional__title {
  margin-bottom: 1rem;
}
.l-professional__top .l-professional__title {
  margin-bottom: 1.5rem;
}
.l-professional__text {
  padding: 1.5rem 1rem;
}
.l-professional__list2 {
  padding: 0 1rem 1.5rem;
}
.l-professional__item:nth-of-type(3) .l-professional__list2 {
  padding-top: 1.5rem;
}
.l-professional__item2 {
  position: relative;
}

.l-flow__h2 {
  padding: 1rem 0;
}
.l-flow__list {
  padding: 2rem 0;
}
.l-flow__item {
  padding: 2rem;
}
.l-flow__item:not(:last-of-type) {
  margin-bottom: 3.5rem;
}
.l-flow__header {
  margin-bottom: 1.5rem;
}
.l-flow__step {
  display: inline-block;
  margin-right: 1em;
  padding: 0 1.5rem;
}
.l-flow__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-flow__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 62%;
          flex: 0 1 62%;
}
.l-flow__figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
}

.l-promise {
  padding: 3rem 0;
}
.l-promise-main {
  padding: 2rem 1rem;
  margin-bottom: 3rem;
}
.l-promise-main__item {
  padding-left: 1.2em;
  margin-bottom: 1em;
}
.l-promise-main .l-promise__h2 {
  width: 50%;
}
.l-promise__h2 {
  margin: 0 auto 2rem;
}
.l-promise-sub__list {
  width: 80%;
  margin: 0 auto 1rem;
}
.l-promise-sub__item {
  padding-left: 1.2em;
  margin-bottom: 1em;
}
.l-promise-sub__title {
  margin-bottom: 3rem;
}

.l-about {
  padding-bottom: 3rem;
}
.l-about__h2 {
  margin: 0 auto 1rem;
}
.l-about__figure {
  position: relative;
  aspect-ratio: 343/109;
  margin-bottom: 1rem;
}
.l-about__figure iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.l-about__table {
  width: 100%;
}
.l-about__th {
  padding: 1em 0;
  width: 20%;
}
.l-about__td {
  width: 80%;
  padding: 1em;
}

.l-interior {
  padding: 3rem 0;
}

/******************************
l-footer.scss
******************************/
.l-footer__inner {
  padding: 3rem 0;
}
.l-footer__buttons {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__buttons > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
@media screen and (min-width: 661px) {
  .l-footer__buttons {
    display: none;
  }
}
.l-footer__scroll {
  display: none;
}
@media screen and (min-width: 730px) {
  .l-footer__scroll {
    display: block;
    width: 27px;
    height: 197.38px;
    position: fixed;
    bottom: 24px;
    left: calc(50% + 340px);
  }
}

/******************************
display.scss
******************************/
.pc-only {
  display: none;
}
@media screen and (min-width: 661px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp-only {
    display: block;
  }
}

.d-block {
  display: block;
}

/******************************
text.scss
******************************/
.text-serif {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}

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

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

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

.text-main {
  color: #0E9495;
}

.text-sub {
  color: #004ea2;
}

.text-point {
  color: #EA9522;
  font-weight: 700;
}

.text-middle {
  font-weight: 500;
}

.text-bold {
  font-weight: 700;
}

.text-black {
  font-weight: 900;
}

.text-underline {
  text-decoration: underline;
}

/******************************
width.scss
******************************/
.c-inner {
  width: min(92%, 600px);
  margin: 0 auto;
}

/******************************
header.scss
******************************/
.p-header {
  font-size: min(2.9333333333vw, 19.36px);
  background-color: #FFFFFF;
}
.p-header__catch {
  color: #0E9495;
  font-weight: 700;
}

/******************************
main.scss
******************************/
@media screen and (min-width: 661px) {
  .p-body {
    background: url("../images/pc-bg.png") repeat top/cover;
  }
}

.p-cta {
  background-color: #FFFFFF;
}
.p-cta1 {
  background: url("../images/cta-bg01.png");
}
.p-cta2 {
  background: #E2F2F5;
}
.p-cta3 {
  padding: 3rem 0;
  background: url("../images/cta-bg01.png");
}
.p-cta4 {
  background: url("../images/cta-bg02.png");
}
.p-cta__h2 {
  text-align: center;
  background: url("../images/cta-title.png") no-repeat center/contain;
  font-size: min(4.2666666667vw, 28.16px);
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.p-cta3 .p-cta__h2 {
  background: url("../images/cta3-title.png") no-repeat center/contain;
  color: #0E9495;
}
.p-cta5 .p-cta__h2 {
  background: none;
}
.p-cta__list {
  background-color: #FFFFFF;
}
.p-cta__item {
  text-align: center;
}
.p-cta__item:last-of-type {
  border-top: 1px dashed #BABABA;
  border-bottom: 1px dashed #BABABA;
}
.p-cta__text {
  font-size: min(4vw, 26.4px);
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
.p-cta__phone {
  position: relative;
  color: #EA9522;
  font-size: min(8vw, 52.8px);
  font-weight: 700;
}
.p-cta__phone::before {
  display: block;
  content: "";
  width: 0.7em;
  height: 0;
  padding-bottom: 0.9058823529em;
  background: url("../images/icon-phone.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.p-cta__businesshours {
  font-size: min(3.4666666667vw, 22.88px);
  background-color: #F2F2F2;
}
.p-cta__message {
  font-size: min(3.4666666667vw, 22.88px);
  font-weight: 500;
  text-align: center;
  background: url("../images/cta-outline.png") no-repeat top/contain #FFFFFF;
  line-height: 1.8;
  letter-spacing: -0.05em;
}
.p-cta__message::after {
  display: block;
  content: "";
  width: 7%;
  height: 0;
  padding-bottom: 8.3461538462%;
  background: url("../images/cta-arrow.png") no-repeat top/contain;
  position: absolute;
  top: 93%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-cta__span {
  display: block;
  font-size: min(3.7333333333vw, 24.64px);
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  line-height: 1.6;
  margin: 1rem auto 0;
}

.p-voice {
  background-color: #FFFFFF;
}
.p-voice__item:not(:last-of-type) {
  border-bottom: 1px solid #E3E3E3;
}
.p-voice__title {
  color: #0E9495;
  text-align: center;
  font-size: min(5.3333333333vw, 35.2px);
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  line-height: 1.3;
  aspect-ratio: 161/26;
  background: url("../images/voice-bg.png") no-repeat top/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-voice__txt {
  position: relative;
  background-color: #F2F2F2;
}
.p-voice__txt::before {
  display: block;
  content: "";
  width: calc(100% - 2rem);
  height: 0;
  padding-bottom: calc((100% - 2em) / 638 * 34);
  background: url("../images/voice-pin.png") no-repeat top/contain;
  position: absolute;
  top: -5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-voice__category {
  font-size: min(4.8vw, 31.68px);
  text-align: center;
  color: #0E9495;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
}
.p-voice__text {
  background-color: #F2F2F2;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #F2F2F2 50%, #F2F2F2 100%), linear-gradient(180deg, #BABABA 1px, transparent 1px);
  background-size: 8px 100%, 100% 2em;
  line-height: 2em;
  padding-bottom: 1px;
  font-size: min(4.2666666667vw, 28.16px);
  text-align: justify;
}
.p-voice__caution {
  font-size: min(3.2vw, 21.12px);
  color: #959595;
}

.p-media {
  background: url("../images/media-bg.png") no-repeat top/cover #FFFFFF;
}
.p-media__h2 {
  color: #846C32;
  font-size: min(4.2666666667vw, 28.16px);
  text-align: center;
  background: url("../images/media-title-bg.png") no-repeat bottom/contain;
  line-height: 1.6;
  letter-spacing: -0.05em;
}
.p-media__h2 span {
  font-size: min(4.8vw, 31.68px);
}
.p-media__text {
  background: url("../images/media-icon.png") no-repeat center left/contain;
  font-size: min(4.2666666667vw, 28.16px);
  text-align: center;
  color: #EA9522;
  text-shadow: 0.5em 0.4em 5px #FFFFFF, -0.5em -0.4em 5px #FFFFFF, -0.5em 0.4em 5px #FFFFFF, 0.5em -0.4em 5px #FFFFFF;
}

.p-reason {
  background: no-repeat top/cover #FFFFFF;
}
.p-reason__h2 {
  text-align: center;
  font-size: min(4.2666666667vw, 28.16px);
  background: no-repeat top/cover;
}
.p-reason__h2 span {
  font-size: min(7.4666666667vw, 49.28px);
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
.p-reason__item {
  position: relative;
  font-size: min(4.8vw, 31.68px);
}
.p-reason__item::before {
  display: block;
  content: "";
  height: 0;
  background: no-repeat top/contain;
}
.p-reason__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: min(4.8vw, 31.68px);
}
.p-reason__title span {
  font-size: min(5.8666666667vw, 38.72px);
}
.p-reason__text {
  text-align: justify;
  font-size: min(4.2666666667vw, 28.16px);
}
.p-reason1 {
  background-image: url("../images/reason1-bg.png");
}
.p-reason1__h2 {
  color: #FFFFFF;
  background-image: url("../images/reason1-title.png");
}
.p-reason1__h2 span {
  color: #FFFF54;
}
.p-reason1__title {
  color: #0E9495;
}
.p-reason1__item {
  padding: 1.5rem 1.5rem 1.5rem 1rem;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
}
.p-reason1__item::before {
  width: 15%;
  padding-bottom: 16.875%;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137));
  position: absolute;
  top: -0.3em;
}
.p-reason1__item:first-of-type::before {
  background-image: url("../images/reason1-icon1.png");
}
.p-reason1__item:nth-of-type(2)::before {
  background-image: url("../images/reason1-icon2.png");
}
.p-reason1__item:last-of-type::before {
  background-image: url("../images/reason1-icon3.png");
}
.p-reason2 {
  background-image: url("../images/reason2_bg.png");
}
.p-reason2__h2 {
  color: #EA9522;
  background-image: url("../images/reason2-title.png");
}
.p-reason2__title {
  color: #EA9522;
  text-shadow: 15px 15px 8px #FFFFFF, 15px 15px 8px #FFFFFF, -15px -15px 8px #FFFFFF, -15px 15px 8px #FFFFFF, 15px -15px 8px #FFFFFF;
}
.p-reason2__item {
  padding: 1.5rem 1.5rem 1.5rem 1rem;
  border-radius: 0.5rem;
}
.p-reason2__item::before {
  width: 15%;
  padding-bottom: 16.875%;
  position: absolute;
  top: -0.3em;
}
.p-reason2__item:first-of-type::before {
  background-image: url("../images/reason2-icon1.png");
}
.p-reason2__item:nth-of-type(2)::before {
  background-image: url("../images/reason2-icon2.png");
}
.p-reason2__item:last-of-type::before {
  background-image: url("../images/reason2-icon3.png");
}

.p-message {
  background-color: #E2F2F5;
}
.p-message__h2 {
  position: relative;
  text-align: center;
  color: #0E9495;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: min(6.4vw, 42.24px);
}
.p-message__h2::before {
  display: block;
  content: "";
  width: 100%;
  height: 0.1em;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-message__h2 span {
  position: relative;
  z-index: 1;
  background-color: #E2F2F5;
}
.p-message__wrapper {
  background-color: #FFFFFF;
}
.p-message__contents {
  border: 2px solid #F2F2F2;
}
.p-message__catch {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: min(4.8vw, 31.68px);
  letter-spacing: -0.1em;
}
.p-message__catch::before {
  display: block;
  content: "";
  width: 103%;
  height: 0;
  padding-bottom: 15.1458670989%;
  background: url("../images/message-title.png") no-repeat center/contain;
  position: absolute;
  top: -0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-message__catch span {
  display: block;
  text-align: right;
}
.p-message__text {
  font-size: min(3.7333333333vw, 24.64px);
  line-height: 2;
}
.p-message__text-bg {
  background-color: #FFEED6;
}
.p-message-qf {
  border: 1px solid #E2F2F5;
}
.p-message-qf__title {
  background-color: #E2F2F5;
  font-size: min(3.4666666667vw, 22.88px);
  text-align: center;
  font-weight: 700;
}
.p-message-qf__item {
  font-size: min(2.6666666667vw, 17.6px);
  font-weight: 700;
}
.p-message-qf__item::before {
  display: inline-block;
  content: "●";
  color: #0E9495;
  padding-right: 0.5em;
}
.p-message-point__title {
  font-size: min(4.8vw, 31.68px);
  font-weight: 700;
  border-bottom: 2px dashed #EA9522;
  color: #EA9522;
  line-height: 1.7;
}
.p-message-point__text {
  font-size: min(3.7333333333vw, 24.64px);
  line-height: 2;
}

.p-cause {
  background-color: #FFFFFF;
}
.p-cause__text {
  text-align: center;
  font-size: min(3.7333333333vw, 24.64px);
}
.p-cause__text-large {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: min(4.8vw, 31.68px);
  text-align: center;
}
.p-cause__text-middle {
  font-size: min(4.2666666667vw, 28.16px);
}
.p-cause__list2 {
  background-color: #E2E2E2;
}
.p-cause__item2 {
  font-size: min(3.7333333333vw, 24.64px);
  font-weight: 600;
  line-height: 1.6;
}
.p-cause__item2::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url("../images/cause-icon.png") no-repeat center/contain;
  line-height: 1.6;
  position: absolute;
  top: 0.3em;
  left: 0;
}
.p-cause__ribbon {
  text-align: center;
  font-size: min(3.4666666667vw, 22.88px);
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  margin: 1rem 0;
  padding: 0.5em 0;
  font-weight: 900;
  background: url("../images/cause-ribbon.png") no-repeat center/contain;
}

.p-professional {
  background-color: #FFFFEA;
}
.p-professional__h2 {
  margin-bottom: 1rem;
}
.p-professional__catch {
  font-size: min(3.7333333333vw, 24.64px);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1.7;
}
.p-professional__title {
  font-size: min(3.7333333333vw, 24.64px);
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
.p-professional__small {
  font-size: min(2.6666666667vw, 17.6px);
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
.p-professional__name {
  font-size: min(5.8666666667vw, 38.72px);
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
.p-professional__name span {
  font-size: min(4.2666666667vw, 28.16px);
}
.p-professional__text {
  font-size: min(2.6666666667vw, 17.6px);
  font-weight: 500;
}
.p-professional__item2::before {
  display: inline-block;
  content: "●";
  color: #C7B481;
  padding-right: 0.5em;
}
.p-professional__top {
  background: linear-gradient(138deg, #DBC795 0%, #95855C 14%, #96804D 41%, #D3BA83 100%);
  border-radius: 0.3rem;
}
.p-professional__top .p-professional__profile {
  color: #FFFFFF;
}
.p-professional__top .p-professional__catch {
  background-color: #3A2A2A;
}
.p-professional__top .p-professional__text {
  font-size: min(3.7333333333vw, 24.64px);
  background-color: #FFFFFF;
  border: 3px solid #D6C487;
}
.p-professional__list {
  border: 3px solid #D6C487;
  border-radius: 0.3rem;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137));
}
.p-professional__list .p-professional__item {
  background-color: #FFFFFF;
}
.p-professional__list .p-professional__profile {
  color: #97814E;
}
.p-professional__list .p-professional__catch {
  background: linear-gradient(103deg, #D5C290 0%, #96804D 13%, #B59D68 54%, #6B6148 100%);
  color: #FFFFFF;
}
.p-professional__list .p-professional__text {
  background-color: #EDE9E1;
  font-size: min(2.6666666667vw, 17.6px);
  line-height: 2;
  border-radius: 0.3rem 0.3rem 0 0;
}
.p-professional__list .p-professional__list2 {
  background-color: #EDE9E1;
  font-size: min(2.6666666667vw, 17.6px);
  line-height: 1.6;
  border-radius: 0 0 0.3rem 0.3rem;
  font-weight: 500;
}

.p-flow {
  background-color: #FFEED6;
}
.p-flow__h2 {
  position: relative;
  background-color: #E4622D;
  text-align: center;
  font-size: min(7.4666666667vw, 49.28px);
  font-weight: 700;
  line-height: 2;
  color: #FFFFFF;
}
.p-flow__h2::after {
  display: block;
  content: "";
  background: #E4622D;
  height: 15.5884572681%;
  width: 9%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 98%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-flow__white {
  display: block;
  background-color: #FFFFFF;
  color: #EA9522;
  font-size: min(4.8vw, 31.68px);
}
.p-flow__item {
  position: relative;
  background-color: #FFFFFF;
}
.p-flow__item:not(:last-of-type)::after {
  display: block;
  content: "";
  width: 9%;
  height: 0;
  padding-bottom: 4.8%;
  background: url("../images/flow-icon.png") no-repeat top/contain;
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-flow__header {
  border-top: 5px double #EA9522;
  border-bottom: 5px double #EA9522;
  padding: 1% 0;
  font-size: min(4.2666666667vw, 28.16px);
  font-weight: 700;
}
.p-flow__step {
  background-color: #EA9522;
  color: #FFFFFF;
  border-radius: 0.2em;
}
.p-flow__title {
  color: #EA9522;
}
.p-flow__text {
  font-size: min(3.2vw, 21.12px);
  line-height: 2;
}

.p-promise {
  background: url("../images/promise-bg.png") repeat top left/cover;
}
.p-promise-main {
  border: 5px solid;
  background-color: #FFFFFF;
  -o-border-image: linear-gradient(130deg, #DBC795 0%, #95855C 14%, #96804D 41%, #D3BA83 100%) 1;
     border-image: linear-gradient(130deg, #DBC795 0%, #95855C 14%, #96804D 41%, #D3BA83 100%) 1;
}
.p-promise-main__item {
  position: relative;
  font-size: min(3.7333333333vw, 24.64px);
}
.p-promise-main__item::before {
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background: url("../images/promise-icon01.png") no-repeat top/contain;
  position: absolute;
  top: 0;
  left: 0;
}
.p-promise__h2 {
  text-align: center;
  font-size: min(4.8vw, 31.68px);
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, from(#B99853), to(#9F7C37));
  background: linear-gradient(180deg, #B99853 0%, #9F7C37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-promise-sub .p-promise__h2 {
  font-size: min(5.8666666667vw, 38.72px);
}
.p-promise-sub__item {
  position: relative;
  font-size: min(4.8vw, 31.68px);
}
.p-promise-sub__item::before {
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background: url("../images/promise-icon02.png") no-repeat top/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.p-promise-sub__text {
  font-size: min(3.7333333333vw, 24.64px);
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
}
.p-promise-sub__point {
  display: block;
  font-size: min(4vw, 26.4px);
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  color: #EA9522;
}
.p-promise-sub__main {
  display: block;
  font-size: min(4.2666666667vw, 28.16px);
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  color: #0E9495;
}

.p-about {
  background-color: #FFFFFF;
}
.p-about__h2 {
  background-color: #0E9495;
  text-align: center;
  line-height: 3;
  color: #FFFFFF;
  font-size: min(4.2666666667vw, 28.16px);
  font-weight: 600;
}
.p-about__text {
  text-align: center;
  font-size: min(4.2666666667vw, 28.16px);
  margin-bottom: 2rem;
}
.p-about__th {
  font-size: min(3.2vw, 21.12px);
  border-bottom: 1px solid #E3E3E3;
}
.p-about__td {
  font-size: min(3.0666666667vw, 20.24px);
  border-bottom: 1px solid #E3E3E3;
}

/******************************
footer.scss
******************************/
.p-footer {
  background-color: #E2F2F5;
}
.p-footer p {
  font-size: min(3.4666666667vw, 22.88px);
}
.p-footer__buttons {
  background-color: #FFFFFF;
}/*# sourceMappingURL=style.css.map */