/**  Mixins */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --base-width: 750;
}

@media (min-width: 768px) {
  :root {
    --base-width: 1000;
  }
}
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6096c4;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --primary: #169eaa;
  --second: #ffa960;
  --third: #50a86b;
  --text-body: #4f4944;
  --radius: 5px;
}

/* Base Setting
---------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "source-han-sans-japanese", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: var(--white);
}

p {
  margin: 0 0 22px;
}
p:last-of-type {
  margin: 0;
}

a {
  transition: all 0.3s;
  color: var(--text-body);
  outline: none !important;
}
a:hover {
  opacity: 0.7;
  color: var(--primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: 36px;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  font-size: 40px;
  line-height: 1.15;
}
@media (min-width: 48em) {
  h2 {
    font-size: 56px;
  }
}

h3 {
  font-size: 34px;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 28px;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h4 {
    font-size: 36px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 48em) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h6 {
    font-size: 20px;
  }
}

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

iframe {
  max-width: 100%;
}

.container-fluid, .container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.container {
  max-width: 1280px;
}

.site-footer__info ul, .site-header__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=phone],
input[type=search],
textarea,
select {
  border: 0;
  border-radius: 5px;
  padding: 3px 12px;
  height: 35px;
  outline: none !important;
  font-size: 16px;
  width: 100%;
  box-shadow: 0 0 5px #dfdfdf;
}

textarea {
  height: 120px;
  padding: 12px;
}

.btn, .btn--third, .btn--second {
  transition: all 0.3s;
  color: var(--white);
  padding: 16px 20px;
  text-align: center;
  font-weight: 700;
  outline: none !important;
  border-radius: 18px;
  background: var(--primary);
  text-transform: uppercase;
  border: 0;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.btn:hover, .btn--third:hover, .btn--second:hover {
  opacity: 0.9;
  color: var(--white);
}
.btn.btn-white, .btn-white.btn--third, .btn-white.btn--second {
  color: var(--primary);
  background: var(--white);
}
.btn img, .btn--third img, .btn--second img {
  max-height: 24px;
}
.btn--second {
  background: var(--second);
}
.btn--third {
  background: var(--third);
}

.btn-link {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .btn-link {
    font-size: 21px;
  }
}

.container-fluid {
  max-width: 1920px;
}
@media (min-width: 48em) {
  .container-fluid {
    padding: 0 64px;
  }
}

.section {
    padding: 120px 80px 0;
}
@media only screen and (min-width: 768px) {
  .section {
    padding: 160px 80px 0;
  }
}
.section-heading {
  text-align: center;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (min-width: 768px) {
  .section-heading {
    margin-bottom: 60px;
  }
}
.section-heading h2 {
  margin: 0;
  color: var(--black);
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  .section-heading h2 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 992px) {
  .section-heading h2 {
    font-size: 47px;
  }
}
.section-heading h3 {
  font-size: 16px;
  margin: 10px 0 0;
  color: var(--primary);
}
@media only screen and (min-width: 768px) {
  .section-heading h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .section-heading h3 {
    font-size: 20px;
  }
}
.section-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .section-button {
    margin-top: 40px;
  }
}

.has-shape {
  position: relative;
  z-index: 1;
}
.has-shape::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 82px;
}
@media only screen and (min-width: 768px) {
  .has-shape::after {
    background-size: 117px;
  }
}

.shape-top-left::after {
  background-image: url("../images/shape-top-left.svg");
  background-position: 0 0;
}

.shape-top-right::after {
  background-image: url("../images/shape-top-right.svg");
  background-position: 0 0;
}

.shape-bottom-right::after {
  background-image: url("../images/shape-bottom-right.svg");
  background-position: 100% 100%;
}

.shape-top-right-light::after {
  background-image: url("../images/shape-top-right-light.svg");
  background-position: 0 0;
}

.shape-x::after {
  background-image: url("../images/shape-top-left.svg"), url("../images/shape-bottom-right.svg");
  background-position: 0 0, 100% 100%;
}

.shape-x-mix::after {
  background-image: url("../images/shape-top-left.svg"), url("../images/shape-bottom-right-light.svg");
  background-position: 0 0, 100% 100%;
}

.shape-y-mix::after {
  background-image: url("../images/shape-top-right.svg"), url("../images/shape-bottom-left-light.svg");
  background-position: 100% 0, 0 100%;
}

.shape-y-light::after {
  background-image: url("../images/shape-top-right-light.svg"), url("../images/shape-bottom-left-light.svg");
  background-position: 100% 0, 0 100%;
}

.table-1 {
  font-size: 14px;
  line-height: 1.35;
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}
.table-1 tr td,
.table-1 tr th {
  background: var(--white);
  padding: 10px;
    font-size: 16px;
}
.table-1 tr th {
  background: #1aa5b1;
  color: var(--white);
  text-align: center;
  font-weight: 400;
}
.table-1 tr td.none-padding {
  padding-block: 0;
}
.table-1 dl {
  font-size: 10px;
  line-height: 1.33;
  display: flex;
  margin: 0;
}
.table-1 dl + dl {
  border-top: 1px solid #1aa5b1;
}
.table-1 dl dt,
.table-1 dl dd {
  padding: 4px 5px;
}
.table-1 dl dt {
  color: #1aa5b1;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  font-weight: 400;
    font-size: 14px;
}
.table-1 dl dd {
    width: calc(100% - 80px);
    margin: 0;
    align-items: center;
    font-size: 14px;
    line-height: 1.75;
}
.table-1 dl dd span{
    display: inline-block;
    margin-right: 1rem;
}
.table-2 {
  font-size: 14px;
  line-height: 1.35;
  border-right: 1px solid var(--text-body);
  border-bottom: 1px solid var(--text-body);
  color: var(--black);
}
.table-2 tr td,
.table-2 tr th {
  border-left: 1px solid var(--text-body);
  border-top: 1px solid var(--text-body);
  padding: 10px;
}
@media only screen and (min-width: 992px) {
  .table-2 tr td,
.table-2 tr th {
    padding: 10px 20px;
  }
}

.table-scroll {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .table-scroll {
    padding-bottom: 20px;
    overflow-x: auto;
  }
}
.table-scroll .scroll-hint-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  min-width: 120px;
  height: auto;
  border-radius: 5px;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 20px 10px 10px 10px;
  color: #fff;
  font-size: 10px;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .table-scroll .scroll-hint-icon {
    display: none;
  }
}
.table-scroll .scroll-hint-icon::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}
.table-scroll .scroll-hint-icon::after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  transition-delay: 2.4s;
}
.table-scroll.is-scrolled .scroll-hint-icon {
  opacity: 0;
  visibility: hidden;
}

.hamburger {
  position: relative;
  width: 28px;
  height: 18px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  opacity: 1;
}
.hamburger span {
  width: 28px;
  height: 2px;
  background: #555555;
  backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
  transform: rotate(0deg);
  border-radius: 5px;
  top: calc(50% - 1px);
  left: calc(50% - 14px);
}
.hamburger span::before, .hamburger span::after {
  content: "";
  transform-origin: center center;
  width: 100%;
  height: 2px;
  background: #555555;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 8px;
  transition: 0.3s all ease;
  border-radius: 5px;
  opacity: 1;
}
.hamburger span::after {
  top: -8px;
}
.hamburger.active span {
  transform: rotate(225deg);
}
.hamburger.active span::before {
  transform: rotate(-90deg);
  top: 0;
}
.hamburger.active span::after {
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }

  .spbr {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }

  .spbr {
    display: block;
  }
}
.slick-slider .slick-arrow {
  width: 24px;
  height: 28px;
  z-index: 6;
}
.slick-slider .slick-arrow::before, .slick-slider .slick-arrow::after {
  display: none;
}
.slick-slider .slick-arrow.slick-prev {
  background: url("../images/arrow-left.svg") no-repeat 0 50%/100%;
  left: -15px;
}
@media only screen and (min-width: 992px) {
  .slick-slider .slick-arrow.slick-prev {
    left: -20px;
  }
}
.slick-slider .slick-arrow.slick-next {
  background: url("../images/arrow-right.svg") no-repeat 0 50%/100%;
  right: -15px;
}
@media only screen and (min-width: 992px) {
  .slick-slider .slick-arrow.slick-next {
    right: -20px;
  }
}

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

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

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

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

#wpadminbar {
  position: fixed;
  top: 0;
}

.hotline {
  display: flex;
  flex-direction: column;
  background: url("../images/phone-icon.png") no-repeat 0 50%/28px;
  padding-left: 36px;
  line-height: 1.2;
}
.hotline span {
  font-size: 12px;
  color: var(--black);
}
.hotline strong {
  font-size: 26.5px;
  color: var(--black);
  font-family: "source-han-sans-japanese", sans-serif;
}

.site-header {
    font-family: "Noto Sans JP", sans-serif;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(255 255 255 / 80%);
}
.site-header .container {
  max-width: 1280px;
}
.site-header__top {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  padding-top: 15px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .site-header__top {
    display: block;
  }
}
.site-header__top p {
  margin: 0;
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 15px;
}
.site-header__logo a{
    display: flex;
    gap: 1rem;
    align-items: end;
    line-height: 1.1;
    color: #12a5b0;
}
.site-header__logo img {
  height: 32px;
}
@media only screen and (min-width: 992px) {
  .site-header__logo img {
    height: 51px;
  }
}
.site-header__logo {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .site-header__logo {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__logo {
    font-size: 24px;
  }
}
.site-header__contact {
  display: flex;
  align-items: center;
  gap: 26px;
}
@media only screen and (min-width: 768px) {
  .site-header__contact .hamburger {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .site-header__contact .hotline,
.site-header__contact .btn,
.site-header__contact .btn--second,
.site-header__contact .btn--third {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .site-header__nav {
    margin-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header__nav {
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--white);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
    display: none;
  }
}
.site-header__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .site-header__nav ul {
    flex-direction: row;
    gap: 0;
  }
}
@media only screen and (min-width: 768px) {
  .site-header__nav ul li {
    padding-inline: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__nav ul li {
    padding-inline: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .site-header__nav ul li + li {
    border-left: 1px solid var(--text-body);
  }
}
.site-header__nav ul li a {
  color: var(--text-body);
    display: block;
    padding: 0.5rem;
}
.site-header__nav ul li.active > a, .site-header__nav ul li:hover > a {
  color: var(--primary);
}

.site-footer {
  background: #1aa5b1;
  color: var(--white);
  padding-block: 46px 24px;
}
@media only screen and (min-width: 768px) {
  .site-footer__inner {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.site-footer__big-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .site-footer__big-logo {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__big-logo {
    padding-left: 20%;
  }
}
.site-footer__big-logo img {
  width: 100%;
  max-width: 140px;
}
@media only screen and (min-width: 768px) {
  .site-footer__big-logo img {
    max-width: 194px;
  }
}
.site-footer__logo a {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff;
    font-size: 1.5rem;
    align-items: end;
    line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .site-footer__logo {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
.site-footer__logo img {
  width: 100%;
  max-width: 220px;
}
@media only screen and (min-width: 768px) {
  .site-footer__logo img {
    max-width: 240px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__logo img {
    max-width: 298px;
  }
}
.site-footer__info nav {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-right: 15%;
}
.site-footer__info ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 16px;
}
.site-footer__info ul li a {
  color: var(--white);
}
.site-footer__bottom {
  text-align: center;
  font-size: 16px;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .site-footer__bottom {
    font-size: 18px;
    margin-top: 130px;
  }
}

/** Sections */
.banner {
  position: relative;
}
.banner picture {
  display: block;
  position: relative;
    height: 100vh;
}
.banner picture img {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover;
    height: 100vh;
}
@media only screen and (min-width: 768px) {
  .banner picture img {
    aspect-ratio: 1.748;
  }
}
.banner picture::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.banner__inner {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  gap: calc(12 / var(--base-width) * 100vw);
  font-size: calc(33 / var(--base-width) * 100vw);
  font-weight: 700;
  padding: 10% calc(20 / var(--base-width) * 100vw) 10%;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .banner__inner {
    gap: 12px;
    font-size: 33px;
  }
}
.banner__inner figure {
  margin-bottom: calc(34 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 960px) {
  .banner__inner figure {
    margin-bottom: 34px;
  }
}
.banner__inner figure img {
  width: calc(176 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 960px) {
  .banner__inner figure img {
    width: 176px;
  }
}
.banner__inner h1 {
  font-size: calc(52 / var(--base-width) * 100vw);
  text-shadow: calc(2.7 / var(--base-width) * 100vw) calc(2.7 / var(--base-width) * 100vw) 0px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 768px) {
  .banner__inner h1 {
    font-size: calc(60 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 960px) {
  .banner__inner h1 {
    font-size: 60px;
    text-shadow: 2.7px 2.7px 0px rgba(0, 0, 0, 0.4);
  }
}
.banner__inner p {
  margin: 0;
  text-shadow: calc(1.5 / var(--base-width) * 100vw) calc(1.5 / var(--base-width) * 100vw) 0px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 960px) {
  .banner__inner p {
    text-shadow: 1.5px 1.5px 0px rgba(0, 0, 0, 0.4);
  }
}

@media only screen and (min-width: 992px) {
  .news , .blogs {
    padding-block: 100px 110px;
  }
}
.news__inner {
  border: 1px solid #a9a9a9;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .news__inner {
    padding: 30px 50px;
  }
}
@media only screen and (min-width: 992px) {
  .news__inner {
    padding: 45px 70px;
  }
}
.news__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (min-width: 768px) {
  .news__item {
    flex-direction: row;
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .news__item time {
    width: 130px;
  }
}
@media only screen and (min-width: 992px) {
  .news__item time {
    width: 175px;
  }
}
@media only screen and (min-width: 768px) {
  .news__item a {
    width: calc(100% - 145px);
  }
}
@media only screen and (min-width: 992px) {
  .news__item a {
    width: calc(100% - 190px);
  }
}

.service {
  background: url("../images/bg-1.webp") no-repeat 0 0/cover;
  position: relative;
  z-index: 1;
  padding-bottom: 140px;
}
.service::before, .service::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.84);
}
.service::before {
  z-index: -2;
}
.service::after {
  top: auto;
  bottom: 0;
  height: 130px;
  z-index: -1;
}
.service__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .service__inner {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 36px;
  }
}
.service__item {
  line-height: 1.375;
}
.service__item figure {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .service__item figure {
    margin: 0 0 40px;
  }
}
.service__item figure img {
  width: 100%;
  border-radius: 21px;
  aspect-ratio: 1.64;
  object-fit: cover;
}
.service__item h3 {
  font-size: 19px;
  line-height: 1.3;
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .service__item h3 {
    margin: 0 0 25px;
    font-size: 21px;
  }
}

.reason {
  padding-bottom: 135px;
  background: url("../images/bg-2.png") no-repeat 0 100%/cover;
  position: relative;
  z-index: 1;
}
.reason::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.84);
  z-index: -2;
}
.reason__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .reason__item {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .reason__item {
    gap: 50px;
  }
}
.reason__item + .reason__item {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .reason__item + .reason__item {
    margin-top: 80px;
  }
}
.reason__item figure img {
  border-radius: 21px;
}
.reason__item--body {
  line-height: 1.375;
}
.reason__item--body h4 {
  font-size: 45px;
  line-height: 1;
  color: var(--second);
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .reason__item--body h4 {
    font-size: 52px;
  }
}
@media only screen and (min-width: 992px) {
  .reason__item--body h4 {
    font-size: 67px;
  }
}
.reason__item--body h3 {
  font-size: 19px;
  line-height: 1.3;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .reason__item--body h3 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .reason__item:nth-child(even) figure {
    order: 2;
  }
}

.price {
    padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
.price {
    padding-bottom: 80px;
}
}

.price::after {
  z-index: 2;
}

.price h3 {
  line-height: 1.4;
  margin: 0 0 30px;
  text-align: center;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .price h3 {
    font-size: 21px;
    margin: 0 0 50px;
  }
}
.price .table-scroll + h3,
.price table + h3 {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) {
  .price .table-scroll + h3,
.price table + h3 {
    margin-top: 56px;
  }
}
.price__inner {
  background: #f1f1f0;
  border: 1px solid #BBBBBB;
  border-radius: 20px;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .price__inner {
    padding: 30px;
    border-radius: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .price__inner {
    padding: 65px;
    border-radius: 60px;
  }
}
.price__row {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  max-width: 640px;
  margin-inline: auto;
  text-align: center;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .price__row {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
}
.price .pricing-table th:nth-child(1), .price .pricing-table th:nth-child(2) {
  width: 16%;
}
@media only screen and (max-width: 767px) {
  .price .table-scroll table {
    min-width: 800px;
  }
}

.blog-section {
  padding-block: 85px 110px;
  background: #f1f1f0;
}
.blog__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .blog__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .blog__inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 21px;
  }
}
.blog__item {
  font-size: 12px;
  line-height: 1.33;
}
.blog__item figure {
  margin: 0 0 24px;
}
.blog__item figure img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  border-radius: 21px;
}
.blog__item h3 {
  font-size: 16px;
  line-height: 1.375;
  margin: 0 0 24px;
}
.blog__item--body {
  padding-inline: 10px;
}

.voice__item {
  background: #f1f1f0;
  border-radius: 47px;
  padding: 26px 32px 26px;
  line-height: 1.2857;
  font-size: 14px;
  margin-inline: 14px;
}
.voice__item h3 {
  font-size: 19px;
  line-height: 1.39;
  border-bottom: 2px solid rgba(22, 158, 170, 0.29);
  padding-bottom: 10px;
  margin: 0 0 25px;
}

.shop-info__title {
  line-height: 1.38;
  color: var(--black);
  margin: 0 0 40px;
  text-align: center;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .shop-info__title {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 992px) {
  .shop-info__title {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .shop-info__inner {
    display: flex;
  }
}
.shop-info__inner picture {
  display: block;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .shop-info__inner picture {
    margin: 0;
    width: 50%;
  }
}
.shop-info__inner picture img {
  width: 100%;
  border-radius: 21px;
}
.shop-info__body {
  align-self: center;
}
@media only screen and (min-width: 768px) {
  .shop-info__body {
    width: 50%;
    padding-left: 40px;
  }
}
.shop-info__body table {
  width: 100%;
}

.wpcf7-turnstile{
    margin: 0 auto 3rem;
    text-align: center;
}
.form {
    max-width: 800px;
  margin-inline: auto;
  font-size: 16px;
  line-height: 1.4;
}
.form-row {
  background: #FBFBFA;
}
@media only screen and (min-width: 768px) {
  .form-row {
    display: flex;
  }
}
.form-row + .form-row {
  border-top: 1px solid #FBFBFA;
}
.form-row > p > label {
  background: #4F4944;
  color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  margin: 0;
        height: 100%;
}
@media only screen and (min-width: 768px) {
  .form-row > p > label {
    width: 250px;
  }
}
.form-row > p > label span {
  background: var(--primary);
  min-width: 40px;
  text-align: center;
  padding: 1px;
}
.form-row__input {
  padding: 15px 12px;
}
@media only screen and (min-width: 768px) {
  .form-row__input {
    width: calc(100% - 250px);
    padding: 6px 12px;
  }
}
.form-row__input--column , .form-row__input--column .wpcf7-form-control {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.form-row__input--column {
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .form-row__input--column {
/*
    padding: 12px 25px;
*/
  }
}
.form-row__input--column label {
  margin: 0;
}
.form-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .form-submit {
    margin-top: 50px;
  }
}
.form-submit button,
.form-submit input {
  background: #FF5757;
  color: var(--white);
  transition: all 0.3s;
  border: 1px solid #FBFBFA;
  box-shadow: 0 0 5px #7b7b7b;
  font-size: 18px;
  padding: 6px 40px;
}
.form-submit button:hover,
.form-submit input:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 992px) {
  .contact {
    padding-bottom: 140px;
  }
}
.contact .section-heading {
  margin-bottom: 40px;
}
.contact__description {
  font-size: 15px;
  line-height: 1.41;
  margin-bottom: 45px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contact__description {
    margin-bottom: 65px;
    font-size: 17px;
  }
}

/*# sourceMappingURL=styles.css.map */
.btn-list{
    background: #1aa5b1;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    padding: 12px 30px;
    margin: 15px auto 0;
}

.breadcrumbs-block{
    background: #f1f1f0;
}
.aioseo-breadcrumbs{
    margin: 160px auto 0;
    max-width: 1280px;
    padding: 1rem 2rem;
    font-size: 0.8rem;
}
.aioseo-breadcrumbs .aioseo-breadcrumb{
    padding: 0 1rem;
    display: inline-block;
}
body.single main{
        padding: 60px 60px 120px;
}
@media only screen and (min-width: 768px) {
body.single main{
        padding: 24px 60px 120px;
}
}
body.single main h1{
    font-size: 36px;
    padding: 18px 36px;
}
body.single main article .eyecatch{
    max-width: 1080px;
    margin: 0 auto;
}
body.single main article .eyecatch img{
    height: auto;
}
body.single main .post-content{
    max-width: 1280px;
    margin: 24px auto;
    padding: 36px;
    line-height: 1.8;
}
.blogs__inner > article{
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}
.blogs__inner > article > figure{
width:30%;
}
.blogs__inner > article > figure img{
height:auto;
}
.blogs__inner > article > div{
    width: calc(70% - 2rem);
    padding: 1rem;
}
.blogs__inner > article > div h3{
    font-size: 30px;
    margin-top: 1rem;
}
.blogs__inner > article >  div time{
    background: #169eaa;
    color: #fff;
    padding: 0.25rem 0.75rem;
}


@media only screen and (max-width: 767px) {
.site-header__inner{
    padding: 0.5rem 0.5rem 1rem;
}
.banner picture{
    height: 150vw;
}
.banner picture img{
    height: 150vw;
}
.section{
    padding: 80px 20px 0;
}
.price .container{
    padding: 0;
}
.table-1 tr td, .table-1 tr th{
    font-size: 14px;
}
.table-1 dl dt, .table-1 dl dd{
    font-size: 13px;
}
#contact{
    padding-bottom: 120px;
}
.site-footer__big-logo{
    margin-bottom: 30px;
}
.site-footer__big-logo img{
    max-width: 100px;
}
.site-footer__logo a{
    font-size: 1.25rem;
    gap: 0.5rem;
}
.site-footer__logo img{
    max-width: 190px;
}
main{
    margin-bottom: 120px;
}
.aioseo-breadcrumbs{
    margin-top: 60px;
    padding: 1rem;
    font-size: 0.7rem;
}
body.single main{
    padding: 0;
}
body.single *:not(.site-footer) .container{
    padding: 0;
}
body.single main h1{
    font-size: 20px;
    padding: 18px;
    margin: 1rem auto 0;
}
body.single main .post-content{
    margin-top: 0;
    padding: 24px;
}
body.archive main > section{
    padding-top: 30px;
}
body.archive .news__item time{
    font-size: 0.8rem;
    color: #1aa5b1;
}
body.archive .blogs__inner > article{
    flex-direction: column;
        gap: 1rem;
        margin-bottom: 3rem;
}
body.archive .blogs__inner > article > figure{
    width: 100%;
}
body.archive .blogs__inner > article > div{
    width: 100%;
        padding: 0;
}
body.archive .blogs__inner > article > div time{
    font-size: 0.8rem;
}
body.archive .blogs__inner > article > div h3{
    font-size: 20px;
    margin-top: 0.75rem;
}
.blogs__inner > article > div h3 + p{
    font-size: 14px;
}
.page-section{
    padding: 60px 20px 100px;
}
.form-submit button, .form-submit input{
    padding: 6px 15px;
}
.form-submit .form-previous input{
    left: -30px;
    padding: 6px;
}
}

.page-section{
    padding: 60px 80px 120px;
}
.page-section > .container p.aligncenter{
    text-align: center;
    margin-bottom: 60px;
}
div.form-submit{
    position: relative;
}
.form-submit .form-previous input{
    background: #999;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
}
.form-submit .wpcf7-spinner{
    position: absolute;
    right: 0;
}
.page-con-ttl{
    margin: 30px auto;
}
.page-con p{
    margin-bottom: 0.5rem;
}



