/* destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&family=Noto+Serif+JP:wght@200..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.container .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}

.container .row .col {
  padding-left: 15px;
  padding-right: 15px;
}

.section {
  margin-bottom: 50px;
}

.section--l {
  margin-bottom: 80px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes removeCover {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(120%);
  }
}

@keyframes expandLine {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

html {
  scroll-padding-top: 90px;
  overflow-y: scroll;
}

body {
  font-family: "BIZ UDPGothic", -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", sans-serif;
  color: #000;
  padding-top: 56px;
  position: relative;
}

body:not(.home) {
  padding-top: 70px;
}

body::before, body::after {
  display: block;
  content: '';
  width: 1px;
  background-color: #efefef;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  transition: transform 300ms ease-out;
  z-index: -1;
}

body::after {
  height: 56px;
  bottom: unset;
  z-index: 101;
}

body.menu-open::after {
  z-index: 0;
}

.header,
#main,
.hero,
.footer {
  position: relative;
  z-index: 50;
}

.header {
  z-index: 100;
}

#main {
  position: relative;
}

img {
  max-width: 100%;
}

.hide-sp {
  display: none;
}

.show-sp {
  display: inline;
}

.header {
  height: 56px;
  background-color: #fff;
  padding: 0 10px 0 25px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 300ms ease-out;
}

.header.open {
  background-color: #e2e2e2;
}

.header__inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.header .logo {
  margin-right: auto;
}

.header .logo img {
  height: 24px;
}

.header .menu {
  display: none;
  font-size: 14px;
  font-weight: 700;
  margin-right: 2em;
}

.header .menu ul {
  display: flex;
  align-items: center;
}

.header .menu li {
  margin: 0 2em;
}

.header .toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 8px;
}

.header .toggler__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.header .toggler span {
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: all 300ms ease-out 100ms;
  transform-origin: center;
}

.header .toggler span:nth-child(2) {
  margin: 6px 0;
}

.header .toggler span:nth-child(3) {
  width: calc(100% / 3 * 2);
}

.header .toggler.open span:nth-child(1) {
  margin-top: 1px;
  transform: rotate(-45deg);
}

.header .toggler.open span:nth-child(2) {
  height: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

.header .toggler.open span:nth-child(3) {
  width: 100%;
  margin-top: -2px;
  transform: rotate(45deg);
}

.overlay__menu {
  display: flex;
  justify-content: center;
  background-color: #e2e2e2;
  padding-top: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 300ms ease-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.overlay__menu.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 99;
}

.overlay__menu .menu__inner {
  width: 320px;
}

.overlay__menu ul {
  font-size: min(calc((100vh - 90px) * 0.035), 20px);
}

.overlay__menu ul li {
  letter-spacing: 0.1em;
}

.overlay__menu ul li a {
  display: block;
  color: #1c1c1c;
  padding: 0.75em;
}

.overlay__menu ul li.has-bg a {
  color: #fff;
  background-color: #525252;
}

.overlay__menu ul.page--list li {
  border-top: 1px solid #1c1c1c;
}

.overlay__menu ul.page--list li:first-child {
  border-top: none;
}

.overlay__menu ul.page--list li a {
  background-image: url(../img/icon_link_black.png);
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 16px auto;
  padding: 0.75em 2.5em 0.75em 0.75em;
}

.overlay__menu ul.page--list li.has-bg {
  border-top-color: #e2e2e2;
}

.overlay__menu ul.page--list li.has-bg a {
  background-image: url(../img/icon_link_white.png);
}

.overlay__menu ul.case--list {
  display: flex;
  margin: 0.75em -5px;
}

.overlay__menu ul.case--list li {
  text-align: center;
  letter-spacing: 0.15em;
  padding: 0 5px;
}

.overlay__menu ul.case--list li:nth-child(2n-1) {
  width: 45%;
}

.overlay__menu ul.case--list li:nth-child(2n) {
  width: 55%;
}

.overlay__menu ul.other--list li a {
  padding: 0.5em 0;
}

.renewal--hero {
  width: 100%;
  height: auto;
  padding: 10vw 10px 5vw 25px;
}

.renewal--hero .hero--catch {
  font-size: min(calc(10vw - 20px), 24px);
  font-weight: 700;
  color: #000;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

.renewal--hero .hero--catch h2 {
  font-size: min(calc(16vw - 20px), 56px);
  line-height: 1.375em;
  letter-spacing: 0.15em;
}

.renewal--hero .hero--catch h2 .emphasize {
  position: relative;
}

.renewal--hero .hero--catch h2 .emphasize::before {
  display: block;
  content: '';
  width: 0.2em;
  height: 0.2em;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(calc(-50% - 0.15em));
}

.renewal--hero .hero--catch p {
  line-height: 1.5;
  margin-top: 1.5em;
}

.renewal--hero .hero--img {
  display: none;
}

.renewal--hero .hero--img img {
  width: 100%;
  max-width: 450px;
}

.hero--list {
  background-color: #fff;
  padding-top: 20px;
}

.hero--list .splide__slide {
  display: flex;
  align-items: center;
  width: 200px;
  text-align: center;
}

.hero--list .splide__slide img {
  max-width: 100%;
}

.renewal--hero .animated01,
.renewal--hero .animated02,
.renewal--hero p {
  opacity: 0;
}

.renewal--hero p {
  transform: translateY(30px);
}

.renewal--hero.show .animated01 {
  animation: fadeIn 1s forwards;
}

.renewal--hero.show .animated02 {
  animation: fadeIn 1s forwards 300ms;
}

.renewal--hero.show p {
  animation: fadeUp 0.75s forwards 800ms;
}

.columns {
  margin: 70px 0 50px;
}

.columns .columns--list__item a {
  display: block;
  position: relative;
}

.columns .columns--list__item a::after {
  display: block;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.columns .columns--list__item img {
  width: 200px;
  height: auto;
  position: relative;
  z-index: 1;
}

.columns .columns--list__item .title {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.columns .columns--list__item a:hover::after {
  opacity: 1;
}

.columns .columns--list__item a:hover .title {
  opacity: 1;
}

.footer .footer-logo {
  margin-bottom: 2em;
}

.footer .footer-address,
.footer .footer-tel {
  margin-bottom: 1em;
}

.footer .footer-business-area p {
  margin-bottom: 1em;
}

.footer .footer-description {
  line-height: 1.75;
  margin-top: 1.5em;
}

.columns {
  opacity: 0;
}

.columns.show {
  animation: fadeIn 1s forwards;
}

.more a {
  display: flex;
  align-items: center;
  font-weight: 400;
  letter-spacing: 0.05em;
  height: 1.8em;
  padding-left: 2.25em;
  position: relative;
}

.more a::before, .more a::after {
  display: block;
  content: '';
  border-radius: 50%;
  position: absolute;
}

.more a::before {
  width: 1.8em;
  height: 1.8em;
  background-color: #fff;
  border: 1px solid #888;
  top: 0;
  left: 0;
}

.more a::after {
  width: 0.8em;
  height: 0.8em;
  background-color: #000;
  top: 0.5em;
  left: 0.5em;
}

.contents--head .title {
  padding-left: 15px;
}

.contents--head .title .en {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  position: relative;
}

.contents--head .title .ja {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0.25em;
}

.contents--head .sub {
  font-size: 14px;
  align-self: center;
  margin: 1em 0 0 1.5em;
}

.blog--detail .post-detail__title {
  line-height: 1.5;
  border-bottom: 4px solid #2996bc;
  padding-bottom: 0.5em;
}

.blog--detail .post-detail__text h1.wp-block-heading {
  font-size: 1.625em;
  position: relative;
  padding-left: 1.25em;
  margin-top: 1.5em;
}

.blog--detail .post-detail__text h1.wp-block-heading::before {
  display: block;
  content: '';
  width: 0.8em;
  height: 0.8em;
  background-color: #2996bc;
  border-radius: 4px;
  position: absolute;
  top: 0.25em;
  left: 0;
}

.blog--detail .post-detail__text h2.wp-block-heading {
  color: #1978b1;
  margin-top: 1.75em;
}

.blog--detail .post-detail__text p {
  line-height: 2;
}

.blog--detail .post-detail__text .wp-block-image {
  margin: 2em 0;
}

.pagination__wrapper {
  width: 100%;
  margin-top: 20px;
}

.pagination {
  width: 100%;
}

.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .page-numbers {
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 30px;
  background-color: #f1f1f1;
  margin: 0 2px 5px;
}

.pagination .page-numbers.current {
  background-color: #ffd564;
}

.pagination .next,
.pagination .prev {
  width: auto;
  background-color: transparent;
  margin: 0 6px 5px;
}

.post-detail .post-detail__text h1, .post-detail .post-detail__text h2, .post-detail .post-detail__text h3, .post-detail .post-detail__text h4, .post-detail .post-detail__text h5, .post-detail .post-detail__text h6 {
  font-weight: bold;
  letter-spacing: 0.05em;
}

.post-detail .post-detail__text h1 {
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}

.post-detail .post-detail__text h2 {
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

.post-detail .post-detail__text h3 {
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.post-detail .post-detail__text h4 {
  font-size: 1em;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
}

.post-detail .post-detail__text h5 {
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

.post-detail .post-detail__text h6 {
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
}

.post-detail .post-detail__text p {
  margin-bottom: 1em;
}

.post-detail .post-detail__text ul, .post-detail .post-detail__text ol {
  margin-bottom: 1em;
  padding-left: 3em;
}

.post-detail .post-detail__text ul {
  list-style-type: disc;
}

.post-detail .post-detail__text ol {
  list-style-type: decimal;
}

.front--intro {
  padding: 30px 10px 30px 25px;
  margin-top: 30px;
}

.front--intro.has--border {
  border-top: 1px solid #efefef;
}

.front--intro h3 {
  font-size: min(6vw, 28px);
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.1em;
}

.front--intro .desc {
  font-size: min(3.75vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 1em 0;
}

.front--intro .more {
  justify-self: flex-end;
  font-size: min(3.25vw, 14px);
  color: #333;
  margin-top: 2em;
}

.front--service {
  background-color: #fff;
}

.front--service .texts {
  padding: 30px 15px 10px;
}

.front--service .image {
  text-align: center;
}

.front--service .sub {
  display: flex;
  align-items: center;
  font-size: min(3vw, 16px);
  font-weight: 400;
  letter-spacing: 0.05em;
  height: 1.8em;
  padding-left: 2.25em;
  position: relative;
}

.front--service .sub::before, .front--service .sub::after {
  display: block;
  content: '';
  border-radius: 50%;
  position: absolute;
}

.front--service .sub::before {
  width: 1.8em;
  height: 1.8em;
  background-color: #fff;
  border: 1px solid #888;
  top: 0;
  left: 0;
}

.front--service .sub::after {
  width: 0.8em;
  height: 0.8em;
  background-color: #000;
  top: 0.5em;
  left: 0.5em;
}

.front--service .head {
  font-size: min(5vw, 26px);
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0.75em 0;
}

.front--service .desc {
  font-size: min(5vw, 14px);
}

.front--service p.desc {
  line-height: 2;
}

.front--service .column--desc {
  max-width: 400px;
}

.front--service .column--desc__item {
  display: grid;
  grid-template-columns: 80px 1fr;
  margin: 20px 0;
}

.front--service .column--desc__item .icon {
  grid-column: 1/2;
  grid-row: 1/3;
}

.front--service .column--desc__item .title {
  display: flex;
  align-items: flex-end;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  grid-column: 2/3;
  grid-row: 1/2;
}

.front--service .column--desc__item .title br {
  display: none;
}

.front--service .column--desc__item .title span {
  display: inline-block;
}

.front--service .column--desc__item .title .ja {
  position: relative;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
}

.front--service .column--desc__item .title .ja::after {
  display: block;
  content: '';
  height: 3px;
  background-color: #2996bc;
  position: absolute;
  left: 0;
  bottom: 0;
}

.front--service .column--desc__item .title .en {
  font-size: 10px;
  font-weight: 400;
  margin-left: auto;
}

.front--service .column--desc__item .detail {
  font-size: 12px;
  grid-column: 2/3;
  grid-row: 2/3;
  line-height: 1.5;
  padding-top: 0.5em;
}

.front--service .column--desc__item:hover .title .ja::after {
  animation: expandLine 0.3s forwards;
}

.front--intro h3 span {
  display: inline-block;
  overflow: hidden;
  position: relative;
  line-height: 1;
  padding: 0.125em 0;
  margin-bottom: 0.125em;
}

.front--intro h3 span::before, .front--intro h3 span::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.front--intro h3 span::before {
  background-color: #fff;
  z-index: 10;
}

.front--intro h3 span::after {
  background-color: #000;
  z-index: 5;
}

.front--intro.show h3 span.l-1::before {
  animation: removeCover 0.3s forwards;
}

.front--intro.show h3 span.l-1::after {
  animation: removeCover 0.3s forwards 750ms;
}

.front--intro.show h3 span.l-2::before {
  animation: removeCover 0.3s forwards 250ms;
}

.front--intro.show h3 span.l-2::after {
  animation: removeCover 0.3s forwards 1000ms;
}

.front--intro01 .desc {
  opacity: 0;
}

.front--intro01 .more {
  opacity: 0;
}

.front--intro01.show .desc {
  animation: fadeIn 1s forwards 500ms;
}

.front--intro01.show .more {
  animation: fadeIn 1s forwards 800ms;
}

.front--service .texts .sub,
.front--service .texts .head,
.front--service .texts .desc.desc:not(.column--desc),
.front--service .texts .column--desc__item {
  opacity: 0;
}

.front--service.show .sub {
  animation: fadeIn 1s forwards;
}

.front--service.show .head {
  animation: fadeIn 1s forwards 500ms;
}

.front--service.show .desc:not(.column--desc) {
  animation: fadeIn 1s forwards 1000ms;
}

.front--service.show .column--desc .column--desc__item:nth-child(1) {
  animation: fadeUp 0.4s forwards 1000ms;
}

.front--service.show .column--desc .column--desc__item:nth-child(2) {
  animation: fadeUp 0.4s forwards 1200ms;
}

.front--service.show .column--desc .column--desc__item:nth-child(3) {
  animation: fadeUp 0.4s forwards 1400ms;
}

.subsidy-lead {
  font-weight: 700;
  line-height: 2;
  padding: 2em 0;
}

.subsidy .page-intro {
  margin-bottom: 0;
}

.subsidy__img {
  text-align: center;
}

.subsidy__bg-gray {
  background-color: #f5f5f5;
  padding: 20px 0 80px;
}

.subsidy__case img {
  max-width: 100%;
}

.page__content {
  margin-bottom: 80px;
}

.contact-area {
  background-color: #fafafa;
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact-area__title, .contact-area__lead, .contact-area__text {
  margin: 1em 0;
}

@media (min-width: 768px) {
  .container {
    max-width: 670px;
    margin-right: auto;
    margin-left: auto;
  }
  body::before, body::after {
    left: 30px;
  }
  .hide-sp {
    display: inline;
  }
  .show-sp {
    display: none;
  }
  .header {
    padding: 0 30px 0 45px;
  }
  .overlay__menu .menu__inner {
    width: 450px;
  }
  .overlay__menu ul.page--list li a {
    background-size: 20px auto;
  }
  .renewal--hero {
    display: flex;
    align-items: center;
    height: auto;
    padding: 50px 30px 30px 50px;
  }
  .renewal--hero .hero--catch {
    font-size: 2.5vw;
    width: 52.5%;
    margin-bottom: 0;
  }
  .renewal--hero .hero--catch h2 {
    font-size: 5.32vw;
  }
  .renewal--hero .hero--img {
    display: block;
    width: 47.5%;
    text-align: center;
  }
  .renewal--hero .hero--img img {
    max-width: 567px;
  }
  .hero--list {
    padding-top: 30px;
  }
  .hero--list .splide__slide {
    width: 240px;
  }
  .contents--head {
    display: flex;
    justify-content: space-between;
  }
  .contents--head .sub {
    margin: 0 auto 0 4em;
  }
  .front--intro {
    display: grid;
    grid-template-columns: 50% 1fr;
    padding: 30px 15px 30px 60px;
  }
  .front--intro h3 {
    font-size: min(5vw, 40px);
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .front--intro .desc {
    font-size: min(2vw, 18px);
    grid-column: 2/3;
    grid-row: 2/3;
    margin-top: 3em;
  }
  .front--intro .more {
    justify-self: center;
    font-size: min(1.5vw, 14px);
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .front--service__inner {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .front--service .head {
    font-size: min(4.5vw, 36px);
  }
  .front--service .column--desc {
    display: flex;
    max-width: 750px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 50px;
  }
  .front--service .column--desc__item {
    display: block;
    text-align: center;
    width: calc(100% / 3);
    padding: 0 10px;
    margin: 0;
  }
  .front--service .column--desc__item .title {
    display: block;
    font-size: 16px;
    margin-top: 1em;
  }
  .front--service .column--desc__item .title br {
    display: inline;
  }
  .front--service .column--desc__item .title .en {
    font-size: min(5vw, 12px);
    margin-left: 0;
  }
  .front--service .column--desc__item .detail {
    font-size: min(5vw, 14px);
    padding-top: 2em;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1230px;
  }
  .section {
    margin-bottom: 80px;
  }
  .section--l {
    margin-bottom: 160px;
  }
  html {
    scroll-padding-top: 150px;
  }
  body {
    padding-top: 120px;
  }
  body:not(.home) {
    padding-top: 90px;
  }
  body::before, body::after {
    left: calc(100vw / 32);
  }
  body::after {
    height: 120px;
  }
  .hide-pc {
    display: none;
  }
  .header {
    height: 120px;
    padding-left: calc(100vw / 24);
    padding-right: 60px;
  }
  .header .logo img {
    height: 32px;
  }
  .header .menu {
    display: block;
  }
  .overlay__menu {
    padding-top: 150px;
  }
  .overlay__menu .menu__inner {
    width: 580px;
  }
  .overlay__menu ul {
    font-size: min(calc((100vh - 150px) * 0.035), 28px);
  }
  .overlay__menu ul.page--list li a {
    background-size: 26px auto;
  }
  .renewal--hero {
    padding: 80px 50px 50px calc(100vw / 19.2);
  }
  .hero--list {
    padding-top: 50px;
  }
  .hero--list .splide__slide {
    width: 600px;
    padding: 0 3px;
  }
  .columns {
    margin: 120px 0 80px;
  }
  .columns .columns--list__item img {
    width: 400px;
  }
  .columns .columns--list__item .title {
    font-size: 16px;
    padding: 20px 40px;
  }
  .contents--head .title .en {
    font-size: 72px;
  }
  .contents--head .title .ja {
    font-size: 30px;
  }
  .contents--head .sub {
    font-size: 16px;
  }
  .pagination__wrapper {
    margin-top: 30px;
  }
  .front--intro {
    margin-top: 70px;
    padding: calc(100vw / 32) 30px 6.25vw calc(100vw / 16);
  }
  .front--intro h3 {
    font-size: min(4.5vw, 72px);
  }
  .front--intro .desc {
    font-size: min(1.05vw, 15px);
    margin-top: 7em;
  }
  .front--intro .more {
    font-size: min(0.9vw, 14px);
    margin-top: 5em;
  }
  .front--service__inner {
    display: flex;
    max-width: 1920px;
  }
  .front--service .texts {
    align-self: center;
    width: 50%;
    padding: 0 calc(100vw / 48) 0 calc(100vw / 24);
  }
  .front--service .image {
    width: 50%;
  }
  .front--service .sub {
    -size: min(0.9vw, 16px);
  }
  .front--service .head {
    font-size: 3vw;
    margin-bottom: 1.5em;
  }
  .front--service .desc {
    font-size: min(1vw, 14px);
  }
  .front--service p.desc {
    max-width: 65%;
  }
  .front--service .column--desc {
    margin-bottom: 0;
  }
  .front--service .column--desc__item .title {
    font-size: min(1vw, 18px);
  }
  .front--service .column--desc__item .title .en {
    font-size: min(0.8vw, 12px);
  }
  .front--service .column--desc__item .detail {
    font-size: min(0.8vw, 14px);
  }
  .subsidy__bg-gray {
    padding: 30px 0 120px;
  }
  .page__content {
    margin-bottom: 160px;
  }
}

@media (min-width: 64em) {
  .blog--detail .post-detail__title {
    font-size: 1.75em;
  }
}

/*# sourceMappingURL=theme.css.map */
