@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;
}

/*****************************
 variable.scss
 ******************************/
/*=============================
 breakpoint
 =============================*/
/*=============================
 color
 =============================*/
/******************************
mixin.scss
******************************/
/******************************
breakpoint
******************************/
/******************************
font
******************************/
/******************************
flex
******************************/
/******************************
position
******************************/
/******************************
font-family
******************************/
/******************************
shadow
******************************/
/******************************
base.scss
******************************/
html {
  font-size: 12px;
  overflow-x: hidden;
}
@media screen and (min-width: 426px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  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 {
  width: 100%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  width: 100%;
  height: auto;
}
#post img, #page img {
  width: auto;
}

p {
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: justify;
}
.c-post-section p, .c-section-page p {
  margin-bottom: 1rem;
}

section {
  padding: 3em 0;
}
@media screen and (min-width: 768px) {
  section {
    padding: 5em 0;
  }
}

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

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

table {
  border-collapse: collapse;
}

:focus {
  outline: none;
}

/******************************
font.scss
******************************/
.font-0 {
  font-size: 0.75rem;
}

.font-1 {
  font-size: 1rem;
}

.font-2 {
  font-size: 1.25rem;
}

.font-3 {
  font-size: 1.5rem;
}

.font-4 {
  font-size: 1.75rem;
}

.font-5 {
  font-size: 2rem;
}

.font-6 {
  font-size: 2.25rem;
}

.font-7 {
  font-size: 2.5rem;
}

.font-8 {
  font-size: 2.75rem;
}

.font-9 {
  font-size: 3rem;
}

.font-10 {
  font-size: 3.25rem;
}

.font-sm {
  font-size: clamp(12px,3vw,12px);
}
@media screen and (min-width: 426px) {
  .font-sm {
    font-size: clamp(12px,2vw,14px);
  }
}
@media screen and (min-width: 768px) {
  .font-sm {
    font-size: clamp(14px,1.8vw,16px);
  }
}
@media screen and (min-width: 1024px) {
  .font-sm {
    font-size: clamp(16px,1.4vw,18px);
  }
}
@media screen and (min-width: 1440px) {
  .font-sm {
    font-size: 18px;
  }
}

.font-md {
  font-size: clamp(13px,4vw,15px);
}
@media screen and (min-width: 426px) {
  .font-md {
    font-size: clamp(15px,2.5vw,17px);
  }
}
@media screen and (min-width: 768px) {
  .font-md {
    font-size: clamp(17px,2.2vw,19px);
  }
}
@media screen and (min-width: 1024px) {
  .font-md {
    font-size: clamp(19px,1.7vw,24px);
  }
}
@media screen and (min-width: 1440px) {
  .font-md {
    font-size: 24px;
  }
}

.font-lg {
  font-size: clamp(17px,5vw,19px);
}
@media screen and (min-width: 426px) {
  .font-lg {
    font-size: clamp(19px,3vw,21px);
  }
}
@media screen and (min-width: 768px) {
  .font-lg {
    font-size: clamp(21px,2.6vw,25px);
  }
}
@media screen and (min-width: 1024px) {
  .font-lg {
    font-size: clamp(25px,2vw,28px);
  }
}
@media screen and (min-width: 1440px) {
  .font-lg {
    font-size: 28px;
  }
}

.font-xl {
  font-size: clamp(20px,5.5vw,24px);
}
@media screen and (min-width: 426px) {
  .font-xl {
    font-size: clamp(24px,3.5vw,26px);
  }
}
@media screen and (min-width: 768px) {
  .font-xl {
    font-size: clamp(26px,3vw,29px);
  }
}
@media screen and (min-width: 1024px) {
  .font-xl {
    font-size: clamp(29px,2.3vw,33px);
  }
}
@media screen and (min-width: 1440px) {
  .font-xl {
    font-size: 33px;
  }
}

/******************************
l-header.scss
******************************/
.l-header {
  width: 100%;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding: 10px 30px;
  }
}
.l-header__outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.l-header__logo {
  padding: 10px 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.l-header__tel {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  font-weight: 700;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .l-header__tel {
    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;
  }
}
@media screen and (min-width: 768px) {
  .l-header__tel {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.l-section {
  padding: 70px 0;
}
.l-section__inner {
  width: min(95%, 980px);
  margin: 0 auto;
}

.l-main-visual {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 177.8666666667%;
  padding-top: 0;
  background: url("../images/img-mv_sp.jpg") no-repeat top/contain;
}
@media screen and (min-width: 768px) {
  .l-main-visual {
    padding-bottom: 55.5555555556%;
    background-image: url("../images/img-mv_pc.jpg");
  }
}
.l-main-visual__button {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-main-visual__button {
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.l-trouble {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 156.9653948536%;
  padding-top: 0;
  background: url("../images/img-trouble_sp.jpg") no-repeat top/contain;
}
@media screen and (min-width: 768px) {
  .l-trouble {
    padding-bottom: 69.0740740741%;
    background-image: url("../images/img-trouble_pc.jpg");
  }
}
.l-trouble__h2 {
  padding-top: 8%;
}

@media screen and (min-width: 768px) {
  .l-service__list {
    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;
  }
}
@media screen and (min-width: 768px) {
  .l-service__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8em 10%;
  }
}
.l-service__item {
  position: relative;
  width: 90%;
  margin-bottom: 5em;
}
@media screen and (max-width: 767.98px) {
  .l-service__item:nth-of-type(2), .l-service__item:last-of-type {
    margin-left: auto;
    margin-right: 0%;
  }
  .l-service__item:nth-of-type(2), .l-service__item:nth-of-type(3) {
    margin-bottom: 7em;
  }
}
@media screen and (min-width: 768px) {
  .l-service__item {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
    margin: 0 auto;
  }
}
.l-service__item:first-of-type .l-service__h3 {
  position: absolute;
  top: 40%;
  right: -5%;
}
.l-service__item:first-of-type .l-service__button {
  position: absolute;
  top: 94%;
  right: -10%;
}
.l-service__item:nth-of-type(2) .l-service__h3 {
  position: absolute;
  top: 40%;
  left: -5%;
}
.l-service__item:nth-of-type(2) .l-service__button {
  position: absolute;
  top: 94%;
  right: 15%;
}
.l-service__item:nth-of-type(3) .l-service__h3 {
  position: absolute;
  top: -10%;
  right: -5%;
}
.l-service__item:nth-of-type(3) .l-service__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-service__item:nth-of-type(4) .l-service__h3 {
  position: absolute;
  top: -10%;
  left: -5%;
}
.l-service__item:nth-of-type(4) .l-service__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-service__h3 {
  width: 85%;
  padding: 0 5%;
  height: 13em;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-filter: drop-shadow(3px 3px 5px rgba(51, 51, 51, 0.3));
          filter: drop-shadow(3px 3px 5px rgba(51, 51, 51, 0.3));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-service__h3 {
    height: 12em;
  }
}

.l-PR {
  width: 95%;
  margin: 5rem auto 0;
}
@media screen and (min-width: 768px) {
  .l-PR {
    width: 65%;
  }
}

.l-reason {
  position: relative;
  background-color: rgba(42, 169, 152, 0.2);
  -webkit-clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
          clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
  padding: 100px 0;
  margin: -100px auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-reason {
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
            clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    padding: 300px 0;
    margin: -230px auto;
  }
}
.l-reason__item {
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .l-reason__item {
    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-reason__item::before {
  display: inline-block;
  content: "";
  width: 4rem;
  height: 0;
  padding-bottom: 4.4859813084rem;
  background: no-repeat top/contain;
  position: absolute;
  top: -2.8rem;
}
.l-reason__item:first-of-type::before {
  background-image: url("../images/icon-reason1.png");
  left: 1.5rem;
}
.l-reason__item:nth-of-type(2)::before {
  background-image: url("../images/icon-reason2.png");
  right: 1.5rem;
}
.l-reason__item:nth-of-type(3)::before {
  background-image: url("../images/icon-reason3.png");
  left: 1.5rem;
}
.l-reason__item:nth-of-type(4)::before {
  background-image: url("../images/icon-reason4.png");
  right: 1.5rem;
}
.l-reason__item:last-of-type::before {
  background-image: url("../images/icon-reason5.png");
  left: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .l-reason__img {
    width: 40%;
    margin: 0 auto 5%;
  }
}
@media screen and (min-width: 768px) {
  .l-reason__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
  }
}
@media screen and (min-width: 768px) {
  .l-reason__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
            flex: 0 1 75%;
  }
}

.l-flow__list {
  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;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-flow__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.l-flow__item {
  position: relative;
  padding: 2em 0.8em 3em;
}
@media screen and (max-width: 767.98px) {
  .l-flow__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 14%;
            flex: 0 1 14%;
    max-width: 4em;
  }
}
@media screen and (min-width: 768px) {
  .l-flow__item {
    padding: 2em 0.5em 3em;
  }
}
.l-flow__item::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url("../images/icon-arrow-black.png") no-repeat center/contain;
  position: absolute;
  top: 51%;
  right: -2rem;
}
@media screen and (min-width: 768px) {
  .l-flow__item::after {
    right: -1.7rem;
  }
}
.l-flow__item:last-of-type::after {
  display: none;
}

.l-company {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.l-company-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.l-company__info {
  padding: 30px 0 30px 2em;
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-company__info {
    width: 85%;
    margin-right: 0;
    margin-left: auto;
    padding: 3em 0 3em 2em;
  }
}
.l-company__map {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.l-contact {
  background-color: rgba(42, 169, 152, 0.2);
}
.l-contact__button {
  text-align: center;
}

.l-complete__main {
  height: 85vh;
  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;
}
@media screen and (min-width: 768px) {
  .l-complete__main {
    height: 90vh;
  }
}

/******************************
l-footer.scss
******************************/
.l-footer {
  width: 100%;
  padding: 1em 0;
}

/******************************
heading.scss
******************************/
.c-hd-lv1 {
  font-size: clamp(20px,5.5vw,24px);
}
@media screen and (min-width: 426px) {
  .c-hd-lv1 {
    font-size: clamp(24px,3.5vw,26px);
  }
}
@media screen and (min-width: 768px) {
  .c-hd-lv1 {
    font-size: clamp(26px,3vw,29px);
  }
}
@media screen and (min-width: 1024px) {
  .c-hd-lv1 {
    font-size: clamp(29px,2.3vw,33px);
  }
}
@media screen and (min-width: 1440px) {
  .c-hd-lv1 {
    font-size: 33px;
  }
}

.c-hd-lv2 {
  position: relative;
  font-size: 9vw;
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 2em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-hd-lv2 {
    font-size: 3.5vw;
    line-height: 1.6;
  }
}
.c-hd-lv2:after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 2px;
  background-color: #2AA998;
  position: absolute;
  bottom: -0.2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-heading__en {
  font-size: clamp(12px,3vw,12px);
  color: #2AA998;
  text-align: center;
}
@media screen and (min-width: 426px) {
  .c-heading__en {
    font-size: clamp(12px,2vw,14px);
  }
}
@media screen and (min-width: 768px) {
  .c-heading__en {
    font-size: clamp(14px,1.8vw,16px);
  }
}
@media screen and (min-width: 1024px) {
  .c-heading__en {
    font-size: clamp(16px,1.4vw,18px);
  }
}
@media screen and (min-width: 1440px) {
  .c-heading__en {
    font-size: 18px;
  }
}

/******************************
button.scss
******************************/
.c-button-yellow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin: 0 auto;
  padding: 0 4em 0 3em;
  background-color: #FFD931;
  line-height: 3;
  border-radius: 2em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-button-yellow {
    line-height: 3.5;
  }
}
.c-button-yellow::after {
  display: inline-block;
  content: ">";
  position: absolute;
  right: 1em;
}
.c-button-yellow2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(250px, 40%, 300px);
  margin: 0 auto;
  background-color: #FFD931;
  line-height: 2.5;
  border-radius: 2em;
  font-weight: 700;
}
.c-button-yellow2::after {
  display: inline-block;
  content: ">";
  position: absolute;
  right: 1em;
  pointer-events: none;
}

/******************************
display.scss
******************************/
/******************************
flex.scss
******************************/
.c-flex--sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-flex--fs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-flex--fe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-flex--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-flex--sa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.c-flex--se {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.c-align--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-align--fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-align--fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-align--st {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-flex-wr {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

@media screen and (max-width: 767.98px) {
  .c-d-block__sp {
    display: block;
  }
}

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

/******************************
position.scss
******************************/
.c-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-left-top {
  position: absolute;
  top: 0;
  left: 0;
}

/******************************
space.scss
******************************/
.m-0 {
  margin: 0rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.p-0 {
  padding: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.m-1 {
  margin: 0.5rem;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.ml-1 {
  margin-left: 0.5rem;
}

.mr-1 {
  margin-right: 0.5rem;
}

.mx-1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.p-1 {
  padding: 0.5rem;
}

.pt-1 {
  padding-top: 0.5rem;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.pl-1 {
  padding-left: 0.5rem;
}

.pr-1 {
  padding-right: 0.5rem;
}

.px-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.m-2 {
  margin: 1rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.ml-2 {
  margin-left: 1rem;
}

.mr-2 {
  margin-right: 1rem;
}

.mx-2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.p-2 {
  padding: 1rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pl-2 {
  padding-left: 1rem;
}

.pr-2 {
  padding-right: 1rem;
}

.px-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.m-3 {
  margin: 1.5rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.ml-3 {
  margin-left: 1.5rem;
}

.mr-3 {
  margin-right: 1.5rem;
}

.mx-3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.p-3 {
  padding: 1.5rem;
}

.pt-3 {
  padding-top: 1.5rem;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.pl-3 {
  padding-left: 1.5rem;
}

.pr-3 {
  padding-right: 1.5rem;
}

.px-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.m-4 {
  margin: 2rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.ml-4 {
  margin-left: 2rem;
}

.mr-4 {
  margin-right: 2rem;
}

.mx-4 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.p-4 {
  padding: 2rem;
}

.pt-4 {
  padding-top: 2rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

.pl-4 {
  padding-left: 2rem;
}

.pr-4 {
  padding-right: 2rem;
}

.px-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.m-5 {
  margin: 2.5rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

.ml-5 {
  margin-left: 2.5rem;
}

.mr-5 {
  margin-right: 2.5rem;
}

.mx-5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.p-5 {
  padding: 2.5rem;
}

.pt-5 {
  padding-top: 2.5rem;
}

.pb-5 {
  padding-bottom: 2.5rem;
}

.pl-5 {
  padding-left: 2.5rem;
}

.pr-5 {
  padding-right: 2.5rem;
}

.px-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

/******************************
text-align.scss
******************************/
.text-center {
  text-align: center;
}

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

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

.w-100 {
  width: 100%;
}

.w-95 {
  width: 95%;
  margin: 0 auto;
}

.p-header__text {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__text {
    display: block;
    font-size: clamp(12px,3vw,12px);
    line-height: 1;
    color: #ffffff;
  }
}
@media screen and (min-width: 768px) and (min-width: 426px) {
  .p-header__text {
    font-size: clamp(12px,2vw,14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-header__text {
    font-size: clamp(14px,1.8vw,16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-header__text {
    font-size: clamp(16px,1.4vw,18px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .p-header__text {
    font-size: 18px;
  }
}
.p-header__tel {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__tel {
    display: block;
    font-size: 3vw;
    color: #FFD931;
    letter-spacing: 0;
  }
}
.p-header__tel__sp {
  position: relative;
  background-color: #FFD931;
  height: 100%;
  text-align: center;
  font-size: clamp(13px,4vw,15px);
  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;
}
@media screen and (min-width: 426px) {
  .p-header__tel__sp {
    font-size: clamp(15px,2.5vw,17px);
  }
}
@media screen and (min-width: 768px) {
  .p-header__tel__sp {
    font-size: clamp(17px,2.2vw,19px);
  }
}
@media screen and (min-width: 1024px) {
  .p-header__tel__sp {
    font-size: clamp(19px,1.7vw,24px);
  }
}
@media screen and (min-width: 1440px) {
  .p-header__tel__sp {
    font-size: 24px;
  }
}
.p-header__tel__sp span {
  position: relative;
  padding-left: 1.5em;
}
.p-header__tel__sp span::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  background: url("../images/icon-tel-black.png") no-repeat top/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-header__tel__sp {
    display: none;
  }
}

.p-main-visual__button {
  font-size: clamp(17px,5vw,19px);
  min-width: 300px;
}
@media screen and (min-width: 426px) {
  .p-main-visual__button {
    font-size: clamp(19px,3vw,21px);
  }
}
@media screen and (min-width: 768px) {
  .p-main-visual__button {
    font-size: clamp(21px,2.6vw,25px);
  }
}
@media screen and (min-width: 1024px) {
  .p-main-visual__button {
    font-size: clamp(25px,2vw,28px);
  }
}
@media screen and (min-width: 1440px) {
  .p-main-visual__button {
    font-size: 28px;
  }
}

.p-service__img {
  width: 100%;
  height: 0;
  padding-bottom: 64.4444444444%;
}
.p-service__h3 {
  font-size: clamp(17px,5vw,19px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 426px) {
  .p-service__h3 {
    font-size: clamp(19px,3vw,21px);
  }
}
@media screen and (min-width: 768px) {
  .p-service__h3 {
    font-size: clamp(21px,2.6vw,25px);
  }
}
@media screen and (min-width: 1024px) {
  .p-service__h3 {
    font-size: clamp(25px,2vw,28px);
  }
}
@media screen and (min-width: 1440px) {
  .p-service__h3 {
    font-size: 28px;
  }
}

.p-PR {
  width: 100%;
}

.p-reason__item {
  background-color: #ffffff;
  -webkit-filter: drop-shadow(3px 3px 5px rgba(51, 51, 51, 0.3));
          filter: drop-shadow(3px 3px 5px rgba(51, 51, 51, 0.3));
  padding: 5%;
}
.p-reason__h3 {
  font-size: clamp(13px,4vw,15px);
  margin-bottom: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 426px) {
  .p-reason__h3 {
    font-size: clamp(15px,2.5vw,17px);
  }
}
@media screen and (min-width: 768px) {
  .p-reason__h3 {
    font-size: clamp(17px,2.2vw,19px);
  }
}
@media screen and (min-width: 1024px) {
  .p-reason__h3 {
    font-size: clamp(19px,1.7vw,24px);
  }
}
@media screen and (min-width: 1440px) {
  .p-reason__h3 {
    font-size: 24px;
  }
}

.p-flow__list {
  padding-right: 2em;
}
.p-flow__item {
  background-color: #2AA998;
  color: #ffffff;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 2em;
}
.p-flow__img {
  width: 2rem;
  height: 2rem;
}
.p-flow__text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  height: 10em;
  text-align: center;
  font-size: clamp(13px,4vw,15px);
}
@media screen and (min-width: 426px) {
  .p-flow__text {
    font-size: clamp(15px,2.5vw,17px);
  }
}
@media screen and (min-width: 768px) {
  .p-flow__text {
    font-size: clamp(17px,2.2vw,19px);
  }
}
@media screen and (min-width: 1024px) {
  .p-flow__text {
    font-size: clamp(19px,1.7vw,24px);
  }
}
@media screen and (min-width: 1440px) {
  .p-flow__text {
    font-size: 24px;
  }
}

.p-company__logo {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .p-company {
    padding: 0 10%;
  }
}
.p-company-info__item {
  position: relative;
  line-height: 1.2;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.p-company-info__item::before {
  display: inline-block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -0.5rem;
}
.p-company-info__item:nth-of-type(2) {
  font-size: clamp(17px,5vw,19px);
  font-weight: 700;
}
@media screen and (min-width: 426px) {
  .p-company-info__item:nth-of-type(2) {
    font-size: clamp(19px,3vw,21px);
  }
}
@media screen and (min-width: 768px) {
  .p-company-info__item:nth-of-type(2) {
    font-size: clamp(21px,2.6vw,25px);
  }
}
@media screen and (min-width: 1024px) {
  .p-company-info__item:nth-of-type(2) {
    font-size: clamp(25px,2vw,28px);
  }
}
@media screen and (min-width: 1440px) {
  .p-company-info__item:nth-of-type(2) {
    font-size: 28px;
  }
}
.p-company-info__item:nth-of-type(3)::before {
  background: url("../images/icon-map.png") no-repeat center/contain;
}
.p-company-info__item:nth-of-type(4) {
  font-size: clamp(30px, 3.8vw, 50px);
  color: #2AA998;
  font-weight: 700;
  line-height: 1;
}
.p-company-info__item:nth-of-type(4)::before {
  background: url("../images/icon-tel.png") no-repeat center/contain;
}
.p-company-info__item:last-of-type::before {
  background: url("../images/icon-fax.png") no-repeat center/contain;
}
.p-company__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 42.6666666667%;
}
@media screen and (min-width: 768px) {
  .p-company__map {
    height: 100%;
    padding-bottom: 0;
  }
}
.p-company__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-contact__table {
  width: 100%;
  font-size: clamp(17px,5vw,19px);
}
@media screen and (min-width: 426px) {
  .p-contact__table {
    font-size: clamp(19px,3vw,21px);
  }
}
@media screen and (min-width: 768px) {
  .p-contact__table {
    font-size: clamp(21px,2.6vw,25px);
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__table {
    font-size: clamp(25px,2vw,28px);
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__table {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__table {
    font-size: clamp(12px,3vw,12px);
  }
}
@media screen and (min-width: 768px) and (min-width: 426px) {
  .p-contact__table {
    font-size: clamp(12px,2vw,14px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-contact__table {
    font-size: clamp(14px,1.8vw,16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-contact__table {
    font-size: clamp(16px,1.4vw,18px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .p-contact__table {
    font-size: 18px;
  }
}
.p-contact__th {
  width: 100%;
  padding: 1%;
}
@media screen and (max-width: 767.98px) {
  .p-contact__th {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__th {
    width: 30%;
  }
}
.p-contact__td {
  width: 100%;
  padding: 1%;
}
@media screen and (max-width: 767.98px) {
  .p-contact__td {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__td {
    width: 70%;
  }
}
.p-contact__tr:first-of-type .p-contact__td {
  padding-left: 1.5em;
  padding-bottom: 1em;
}
.p-contact__td input[type=radio]:checked + label::after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #2AA998;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.3em;
}
.p-contact__td textarea {
  height: 10em;
}
.p-contact__input {
  background-color: #FFFFFF;
  width: 100%;
  padding: 2%;
}
@media screen and (max-width: 767.98px) {
  .p-contact__input {
    margin-bottom: 1em;
  }
}
.p-contact__label {
  position: relative;
  margin: 0 5%;
  line-height: 2;
}
.p-contact__label::before {
  display: inline-block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  border: 1.5px solid #2AA998;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.5em;
}
.p-contact__radio {
  display: none;
}
.p-contact__required {
  background-color: #ff0000;
  color: #FFFFFF;
  padding: 0 5%;
  margin-left: 2%;
  font-size: small;
}
.p-contact__optional {
  background-color: #808080;
  color: #FFFFFF;
  padding: 0 5%;
  margin-left: 2%;
  font-size: small;
}
.p-contact__privacy {
  text-align: center;
  margin: 20px auto;
  font-size: clamp(12px,3vw,12px);
}
@media screen and (min-width: 426px) {
  .p-contact__privacy {
    font-size: clamp(12px,2vw,14px);
  }
}
@media screen and (min-width: 768px) {
  .p-contact__privacy {
    font-size: clamp(14px,1.8vw,16px);
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__privacy {
    font-size: clamp(16px,1.4vw,18px);
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__privacy {
    font-size: 18px;
  }
}
.p-contact__privacy input[type=checkbox]:checked + label:before {
  content: "✓";
  font-size: 1em;
  color: #FFFFFF;
  background-color: #2AA998;
}
.p-contact__checkbox {
  display: none;
}
.p-contact__checklabel {
  position: relative;
  padding-left: 2em;
}
.p-contact__checklabel::before {
  display: inline-block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #2AA998;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #FFFFFF;
}
.p-contact__checklabel a {
  color: #29AAE1;
}
.p-contact__submit {
  font-size: clamp(17px,5vw,19px);
}
@media screen and (min-width: 426px) {
  .p-contact__submit {
    font-size: clamp(19px,3vw,21px);
  }
}
@media screen and (min-width: 768px) {
  .p-contact__submit {
    font-size: clamp(21px,2.6vw,25px);
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__submit {
    font-size: clamp(25px,2vw,28px);
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__submit {
    font-size: 28px;
  }
}

.p-footer {
  background-color: #333333;
  color: #FFFFFF;
}
.p-footer__copy {
  text-align: center;
}/*# sourceMappingURL=style.css.map */