/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.0/css/all.min.css);
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/style.scss (1) ***!
  \************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
 * Module
 * -------------------------------------------------------------------
 */
/*
 * Fonts
 * -------------------------------------------------------------------
 */
/*font size*/
/*font関連*/
.single__post-btn a, .module-post__content, .menu__btn a, .globalNav .menu a {
  font-size: clamp(1.36rem, 1.2445095168vw, 1.7rem);
}
.single__post-title, .contact-form__item--title {
  font-size: clamp(1.68rem, 1.5373352855vw, 2.1rem);
}
.greeting-article__name {
  font-size: clamp(1.84rem, 1.6837481698vw, 2.3rem);
}
.business__item--num a, .contact__head--sub-inner {
  font-size: clamp(2rem, 1.8301610542vw, 2.5rem);
}
.features__head--sub, .news__title--sub {
  font-size: clamp(2.08rem, 1.9033674963vw, 2.6rem);
}
#loading #percent {
  font-size: clamp(2.24rem, 2.0497803807vw, 2.8rem);
}
.title {
  font-size: clamp(2.4rem, 2.196193265vw, 3rem);
}
.features__head--sub, .news__title--sub {
  font-size: clamp(2.08rem, 1.9033674963vw, 2.6rem);
}
#loading #percent {
  font-size: clamp(2.24rem, 2.0497803807vw, 2.8rem);
}
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*
 * HTML
 * -------------------------------------------------------------------
 */
html {
  font-size: 62.5%;
  position: relative;
}

body {
  font-family: "Noto Sans JP", "Gadugi", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", Verdana, Roboto, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

a {
  text-decoration: none;
  outline: none;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
.wrapper {
  display: block;
  margin: 0px auto;
  padding: 0px;
  min-height: 100vh;
}
.wrapper > section:nth-child(even) {
  background: #fafafa;
}

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

p {
  margin: 0 0 1.7em 0;
}
p:last-child {
  margin-bottom: 0;
}

figure {
  margin: 0;
  line-height: 0;
}

figcaption {
  line-height: 1.7;
}

dd {
  margin-left: 0;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

a {
  color: #231815;
  text-decoration: none;
}
a:hover {
  color: #0ea9ff;
}
a:hover img {
  opacity: 0.7;
}

.cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.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==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/*******************************
  nav
*******************************/
.navwrap {
  position: relative;
  z-index: 1;
}

.menu__btnwrap {
  display: block;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 10;
  text-align: center;
  color: #231815;
  padding: 5px;
  line-height: 1.3;
}
.spmenu_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  width: 35px;
  height: 25px;
  margin-bottom: 5px;
}
.spmenu_btn:hover {
  cursor: pointer;
}
.spmenu_btn::before, .spmenu_btn::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #231815;
  transition: all 0.3s;
  position: absolute;
}
.spmenu_btn::before {
  left: 0px;
  top: 0px;
}
.spmenu_btn::after {
  left: 0px;
  bottom: 0px;
}
.spmenu_btn span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #231815;
  transition: all 0.3s;
}
.spmenu_btnClose span {
  width: 0;
  background-color: #ffffff;
}
.spmenu_btnClose::before, .spmenu_btnClose::after {
  -webkit-transform-origin: center;
          transform-origin: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
}
.spmenu_btnClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.spmenu_btnClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.globalNav {
  display: flex;
  position: fixed;
  height: 100vh;
  width: 100vw;
  right: -100vw;
  transition: all 0.4s;
  z-index: 5;
  top: 0;
  background-color: #007CC0;
}
.globalNav ul {
  padding-left: 0;
}
.globalNav li {
  list-style-type: none;
}
@media (min-width: 1024px) {
  .globalNav {
    width: 300px;
    right: -300px;
  }
}
.globalNav_state {
  right: 0;
}
.globalNav .menu {
  width: 100%;
  overflow: auto;
  padding: 5rem 0;
}
.globalNav .menu-item {
  width: 100%;
}
.globalNav .menu a {
  display: flex;
  padding: 0.7em 1em;
  color: #ffffff;
  line-height: 1;
}
.globalNav .menu ul {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.globalNav .menu-globalnav-container {
  width: 100%;
  display: flex;
  align-content: center;
}
@media (min-width: 1024px) {
  .globalNav .menu a {
    position: relative;
    z-index: 1;
  }
  .globalNav .menu a:hover::before {
    content: "";
    display: block;
    border-left: 0.7em solid #DE712F;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0.8em);
            transform: translateY(0.8em);
  }
}

/*******************************
  header
*******************************/
#header {
  position: relative;
  z-index: 2;
}

.header {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.header__main--pc svg {
  display: block;
  margin-left: -1rem;
  margin-right: -1rem;
}
.header__main--bicycle {
  -webkit-animation: bicycle03 linear 20s infinite;
          animation: bicycle03 linear 20s infinite;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@-webkit-keyframes title {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes title {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bicycle {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes bicycle {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes bicycle02 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bicycle02 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes bicycle03 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes bicycle03 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/*******************************
  footer
*******************************/
.footer {
  background-color: #3E3A39;
  padding: 10rem 2rem 4rem 2rem;
}
@media (min-width: 1024px) {
  .footer {
    padding: 10rem 2rem;
  }
}
.footer__inner {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .footer__inner {
    display: flex;
    justify-content: space-between;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.footer__logo {
  margin-bottom: 2rem;
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .footer__logo {
    margin-left: 0;
    max-width: 137px;
  }
}
.footer__content {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .footer__content {
    max-width: 840px;
    margin-left: 0;
  }
}
.footer__nav ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.footer__nav ul > li + li {
  margin-top: 1.5rem;
}
.footer__nav a {
  color: #ffffff;
}
.footer__nav a:hover {
  color: #007CC0;
}
.footer__nav--row {
  display: flex;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media (min-width: 1024px) {
  .footer__nav--row {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
}
.footer__link {
  margin-top: 4.5rem;
  text-align: center;
}
.footer__link a {
  color: #ffffff;
}
.footer__link a:hover {
  color: #007CC0;
}

.cm_totop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 4;
}
.cm_totop a {
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.cm_totop span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}

.sp__fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  display: flex;
}
.sp__fixed a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  border-left: 1px solid #EBCA4B;
  background-color: #EBCA4B;
  padding: 0.8rem 0;
}
.sp__fixed a:first-child {
  border-left: none;
}
.sp__fixed .fas,
.sp__fixed .far,
.sp__fixed .fab {
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

/*汎用型*/
table {
  width: 100%;
  font-size: 100%;
  box-sizing: border-box;
}
table tbody tr th,
table tbody tr td {
  vertical-align: top;
}
@media screen and (max-width: 428px) {
  table tbody tr th,
table tbody tr td {
    display: block;
    width: 100%;
  }
}
table tbody tr th {
  padding-top: 1.2rem;
}
@media screen and (min-width: 429px) {
  table tbody tr th {
    border-bottom: 1px solid rgba(235, 202, 75, 0.25);
    white-space: nowrap;
    padding-right: 2em;
    padding-bottom: 1.2rem;
  }
}
table tbody tr td {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(235, 202, 75, 0.25);
}
@media screen and (min-width: 429px) {
  table tbody tr td {
    padding-top: 1.2rem;
  }
}

.table-overview {
  width: 100%;
  line-height: 1.8;
  text-align: left;
}
.table-overview tr th {
  width: 16rem;
  padding: 0.8rem;
  vertical-align: top;
}
.table-overview tr td {
  width: calc(100% - 16rem);
  padding: 0.8rem 1.6rem;
  vertical-align: top;
}
.table-recruit {
  width: 100%;
  line-height: 1.8;
  text-align: left;
}
.table-recruit tr th {
  width: 16rem;
  padding: 0.8rem;
  vertical-align: top;
}
.table-recruit tr td {
  width: calc(100% - 16rem);
  padding: 0.8rem 1.6rem;
  vertical-align: top;
}
.table-recruit tr:nth-child(odd) th, .table-recruit tr:nth-child(odd) td {
  background-color: #eeeeee;
}

/*******************************
  ローディング画面
*******************************/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #007CC0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.loader.active {
  display: flex;
}
.loader img {
  max-width: 30vw;
}
@media screen and (min-width: 811px) {
  .loader img {
    max-width: 10vw;
  }
}
.loader__img {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.loader__img--inner {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.loader__img--inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  background-color: #EBCA4B;
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}
@media (min-width: 1024px) {
  .loader__img--inner::after {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
}
.loader__img img {
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  max-width: 180px;
}
@media (min-width: 1024px) {
  .loader__img img {
    max-width: 240px;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#loadingBg {
  position: fixed;
  left: 0;
  top: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 10;
  background-color: #007CC0;
}

#loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  padding: 50px 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
}

#loading #percent {
  margin-bottom: 5px;
  text-align: center;
}

/*******************************
  form
*******************************/
.mw_wp_form tr:first-child th,
.mw_wp_form tr:first-child td {
  border-top: none;
}
.mw_wp_form th,
.mw_wp_form td {
  border-bottom: 1px solid rgba(148, 120, 56, 0.6);
  text-align: left;
  vertical-align: top;
  white-space: inherit;
  position: relative;
}
@media screen and (max-width: 810px) {
  .mw_wp_form th,
.mw_wp_form td {
    display: block;
    width: 100%;
  }
}
.mw_wp_form th {
  font-size: 14px;
  font-size: 1.4rem;
  color: #e3d6bb;
  border: none;
}
@media screen and (min-width: 811px) {
  .mw_wp_form th {
    white-space: nowrap;
    width: 320px;
    border-bottom: 1px solid #666;
  }
}
.mw_wp_form td {
  border-bottom: 1px solid #666;
}
@media screen and (min-width: 1024px) {
  .mw_wp_form td .vertical-item {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .mw_wp_form td .vertical-item + .vertical-item {
    margin-left: 3rem;
  }
}
.mw_wp_form .form__flex {
  display: flex;
  justify-content: space-between;
}
.mw_wp_form .in-table {
  display: table;
}
.mw_wp_form .in-table dl {
  display: table-row;
}
.mw_wp_form .in-table dl dt, .mw_wp_form .in-table dl dd {
  display: table-cell;
}
.mw_wp_form .in-table dl dt {
  padding-right: 2rem;
}
.mw_wp_form .required {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #231815;
  background-color: #002C61;
  display: inline-block;
  margin-left: 1.5rem;
  padding: 0 0.6rem;
}
.mw_wp_form input[type=text], .mw_wp_form input[type=email], .mw_wp_form input[type=number], .mw_wp_form input[type=tel] {
  font-size: 16px;
  padding: 0.4rem 0.6rem;
  margin-bottom: 0.3rem;
  max-width: 100%;
  width: 100%;
  background-color: #ffffff;
}
.mw_wp_form input:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 810px) {
  .mw_wp_form .mwform-tel-field input {
    width: 4em;
  }
}
.mw_wp_form select {
  font-size: 16px;
  padding: 0.4rem 0.6rem;
  display: block;
  border-radius: 0;
}
@media screen and (min-width: 811px) {
  .mw_wp_form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0.3em 1.5em 0.3em 0.9em;
    background-image: linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, 0.4) 50%), linear-gradient(135deg, rgba(0, 0, 0, 0.4) 50%, transparent 50%);
    background-size: 5px 5px, 5px 5px;
    background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%;
    background-repeat: no-repeat;
  }
  .mw_wp_form select:focus {
    outline: 0;
    border-color: #b0c5ff;
    /* 枠線の色を変更 */
  }
  .mw_wp_form select::-ms-expand {
    display: none;
  }
}
.mw_wp_form textarea {
  font-size: 16px;
  padding: 0.4rem 0.6rem;
  width: 100%;
}
.mw_wp_form .error {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
  background-color: red;
  color: white !important;
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
  padding: 0.3rem 0 0.3rem 0.4rem;
  border-radius: 5px;
  -webkit-animation: float 2s ease 0s infinite;
          animation: float 2s ease 0s infinite;
}
.mw_wp_form .error::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 14px;
  display: block;
  border-top: 5px solid red;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.mw_wp_form .submit,
.mw_wp_form .return {
  display: inline-block;
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.8rem 3rem;
  font-weight: bold;
  border-radius: 5rem;
  letter-spacing: 1em;
  text-indent: 1em;
}
.mw_wp_form .submit:focus,
.mw_wp_form .return:focus {
  outline: 0;
  border-color: #b0c5ff;
  /* 枠線の色を変更 */
}
.mw_wp_form .submit:hover,
.mw_wp_form .return:hover {
  cursor: pointer;
}
.mw_wp_form .submit {
  background-color: #EBCA4B;
  color: #231815;
}
.mw_wp_form .return {
  background-color: #666;
  color: #ffffff;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
}
/*
 * 共有パーツ
 * -------------------------------------------------------------------
 */
.page .alignnone {
  margin-top: 0;
  margin-bottom: 0;
}

body {
  background-image: url("../assets/bg-body.png");
  background-attachment: fixed;
  background-size: cover;
}

.section {
  padding-left: 2rem;
  padding-right: 2rem;
}
.section__inner, .section__inner--sm, .section__inner--lg {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.section__inner--lg {
  max-width: 1440px;
}
.section__inner--sm {
  max-width: 890px;
}

/*******************************
  title
*******************************/
.title {
  font-weight: bold;
  margin-bottom: 2rem;
}

/*******************************
  btn
*******************************/
/*******************************
  table
*******************************/
/*******************************
  border
*******************************/
/*******************************
  map
*******************************/
.map iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media (min-width: 1024px) {
  .map iframe {
    aspect-ratio: 16/5;
  }
}

/*******************************
  single
*******************************/
.single .header {
  margin-bottom: 5rem;
}
.single__post-title {
  margin-bottom: 2rem;
  font-weight: bold;
}
.single__post-content {
  margin-bottom: 3rem;
}
.single__post-op {
  border-top: 1px solid rgba(102, 102, 102, 0.25);
  border-bottom: 1px solid rgba(102, 102, 102, 0.25);
  padding: 0.4rem 0;
  margin-bottom: 4rem;
}
.single__post-btn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.single__post-btn a {
  background-color: #DE712F;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 2rem;
}

.single__post-content h1,
.post.editor-area h1 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.single__post-content h2,
.post.editor-area h2 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.single__post-content h3,
.post.editor-area h3 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.single__post-content h4,
.post.editor-area h4 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.single__post-content h5,
.post.editor-area h5 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.single__post-content h6,
.post.editor-area h6 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.single__post-content h1,
.post.editor-area h1 {
  font-size: 32px;
  font-size: 3.2rem;
}
.single__post-content h2,
.post.editor-area h2 {
  font-size: 30px;
  font-size: 3rem;
}
.single__post-content h3,
.post.editor-area h3 {
  font-size: 26px;
  font-size: 2.6rem;
}
.single__post-content h4,
.post.editor-area h4 {
  font-size: 23px;
  font-size: 2.3rem;
}
.single__post-content h5,
.post.editor-area h5 {
  font-size: 20px;
  font-size: 2rem;
}
.single__post-content h6,
.post.editor-area h6 {
  font-size: 18px;
  font-size: 1.8rem;
}
.single__post-content ul,
.post.editor-area ul {
  padding: 1em;
}
.single__post-content ul li,
.post.editor-area ul li {
  list-style: disc;
}
.single__post-content ol,
.post.editor-area ol {
  padding: 1em;
}
.single__post-content ol li,
.post.editor-area ol li {
  list-style: decimal;
}
.single__post-content blockquote,
.post.editor-area blockquote {
  padding: 2em;
  background-color: rgba(0, 124, 192, 0.1);
  position: relative;
}
.single__post-content blockquote::before, .single__post-content blockquote::after,
.post.editor-area blockquote::before,
.post.editor-area blockquote::after {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  position: absolute;
  color: #b48d83;
}
.single__post-content blockquote::before,
.post.editor-area blockquote::before {
  content: "“";
  top: 0.2em;
  left: 0.2em;
}
.single__post-content blockquote::after,
.post.editor-area blockquote::after {
  content: "”";
  right: 0.2em;
  bottom: -0.4em;
}

/*******************************
  archive
*******************************/
.pagination {
  margin-bottom: 5rem;
}
.pagination ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.pagination li {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 0.6rem;
}
.pagination li.active {
  background-color: #007CC0;
  color: #fff;
  padding: 0.3rem 0.7rem;
}
.pagination li a {
  display: block;
  color: #231815;
  padding: 0.3rem 0.7rem;
}

.archive .header {
  margin-bottom: 5rem;
}

.selectbox {
  width: 100%;
}

/*******************************
  aside
*******************************/
.sidebar ul {
  list-style: none;
  padding-left: 0;
}

.widget {
  margin-bottom: 3rem;
}
.widgettitle {
  background-color: #007CC0;
  padding: 0.4rem;
  margin-bottom: 0.5rem;
  font-size: 18px;
  font-size: 1.8rem;
}
.widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.widget ul > li a {
  display: block;
  padding: 0.3rem 0.6rem;
  border-bottom: 1px solid rgba(235, 202, 75, 0.25);
}

/*******************************
  サイト固有
*******************************/
.module__img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.module__post-time {
  white-space: nowrap;
}
.module__post-cat {
  white-space: nowrap;
  padding: 0.3rem 0.8rem;
}
.module-post {
  display: flex;
  align-items: center;
}
.module-post + .module-post {
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .module-post + .module-post {
    margin-top: 7rem;
  }
}
.module-post__head {
  padding: 1rem 2rem;
  text-align: center;
  border-right: 2px solid #231815;
}
@media (min-width: 1024px) {
  .module-post__head {
    padding: 2rem 5rem;
  }
}
.module-post__body {
  padding-left: 2rem;
}
@media (min-width: 1024px) {
  .module-post__body {
    padding-left: 5rem;
  }
}
.module-post__time {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
}
@media (min-width: 1024px) {
  .module-post__time {
    font-size: 50px;
    font-size: 5rem;
  }
}
.module-post__days {
  font-size: 12px;
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  .module-post__days {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.module-post__title {
  font-size: 17px;
  font-size: 1.7rem;
}
@media (min-width: 1024px) {
  .module-post__title {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 2rem;
  }
}
.module-post__content {
  display: none;
}
@media (min-width: 1024px) {
  .module-post__content {
    display: block;
  }
}

.d-contents {
  display: contents;
}

.main-content {
  position: relative;
  z-index: 1;
}

.menu__logo {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.menu__btn {
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
.menu__btn a {
  background-color: #DE712F;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
 * トップページ
 * -------------------------------------------------------------------
 */
.message {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .message {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}
@media (min-width: 1024px) {
  .message__row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
.message__head {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .message__head {
    width: 30%;
    margin-bottom: 10rem;
  }
}
.message__moon {
  width: 100%;
}
.message__moon--inner {
  position: relative;
  z-index: 1;
  max-width: 30vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .message__moon--inner {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.message__moon--inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  background-color: #EBCA4B;
  -webkit-transform: translateX(0.8rem);
          transform: translateX(0.8rem);
}
@media (min-width: 1024px) {
  .message__moon--inner::after {
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
}
.message__moon img {
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  max-width: 30vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .message__moon img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.message__title {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-animation: swing 10s infinite;
          animation: swing 10s infinite;
  margin-bottom: 9.6rem;
}
.message__title svg {
  min-width: 16rem;
}
.message__text {
  font-size: 15px;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .message__text {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.line01 {
  max-width: 80vw;
  margin-left: auto;
  margin-bottom: 8rem;
}
@media (min-width: 1024px) {
  .line01 {
    margin-bottom: 0;
  }
}

.features {
  padding-bottom: 14rem;
}
.features__inner--lg, .dream__inner--lg {
  max-width: 925px;
  margin-left: auto;
  margin-right: auto;
}
.features__inner--sm, .dream__inner--sm {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.features__flex {
  margin-bottom: 8rem;
}
@media (min-width: 1024px) {
  .features__flex {
    display: flex;
    align-items: center;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }
}
.features__img {
  max-width: 60vw;
}
@media (min-width: 1024px) {
  .features__img {
    max-width: 100%;
  }
}
.features__img.is-animated img {
  -webkit-animation: swingup 4s forwards;
          animation: swingup 4s forwards;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.features__head--main {
  overflow: hidden;
  width: 0;
  margin-bottom: 3rem;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .features__head--main {
    max-width: 370px;
    margin-left: 0;
  }
}
.features__head--main.is-animated {
  -webkit-animation: textAnime 1.5s forwards 0.5s;
          animation: textAnime 1.5s forwards 0.5s;
}
.features__head--main.is-animated svg {
  min-width: 160px;
}
@media (min-width: 1024px) {
  .features__head--main.is-animated svg {
    min-width: 370px;
  }
}
.features__head--sub {
  overflow: hidden;
  width: 0;
  white-space: nowrap;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .features__head--sub {
    margin-left: 0;
  }
}
.features__head--sub.is-animated {
  -webkit-animation: textAnime 1.5s forwards 1.5s;
          animation: textAnime 1.5s forwards 1.5s;
}
.features__item + .features__item {
  margin-top: 6rem;
}
@media (min-width: 1024px) {
  .features__item {
    display: flex;
    align-items: center;
  }
}
.features__item--head {
  border-bottom: 2px solid #231815;
  padding: 4rem 1rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .features__item--head {
    margin-bottom: 0;
    width: 240px;
    padding: 2rem;
    border-right: 2px solid #231815;
    border-bottom: none;
  }
}
.features__item--body {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .features__item--body {
    width: calc(100% - 240px);
    padding-left: 5rem;
  }
}
.features__item--body::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 0.4s;
  border-bottom: 1px solid #231815;
  border-right: 1px solid #231815;
}
@media (min-width: 1024px) {
  .features__item--body::after {
    display: none;
  }
}
.features__item--body.is-active::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.features__item--title {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .features__item--title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.features__item--title::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.features__item--title-wrap {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.features__item--text {
  font-size: 17px;
  font-size: 1.7rem;
  padding: 0 3rem;
  height: 4em;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .features__item--text {
    height: auto;
  }
}
.features__item--text.is-open {
  height: auto;
}
.features__item:nth-child(1) .features__item--title::before {
  background-image: url("../assets/num01.svg");
  width: 63px;
  height: 60px;
  aspect-ratio: 63/60;
}
.features__item:nth-child(2) .features__item--title::before {
  background-image: url("../assets/num02.svg");
  width: 81px;
  height: 60px;
  aspect-ratio: 81/60;
}
.features__item:nth-child(3) .features__item--title::before {
  background-image: url("../assets/num03.svg");
  width: 82px;
  height: 60px;
  aspect-ratio: 82/60;
}

.dream {
  overflow: hidden;
  padding-bottom: 14rem;
}
.dream__flex {
  justify-content: space-between;
  row-gap: 5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 70%;
  grid-template-columns: 30% 70%;
  -ms-grid-rows: 328px 5rem auto;
  grid-template-rows: 328px auto;
}
.dream__flex > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.dream__flex > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.dream__flex > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.dream__flex > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
@media (min-width: 1024px) {
  .dream__flex {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}
.dream__head {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media (min-width: 1024px) {
  .dream__head {
    max-width: 160px;
  }
}
@media (min-width: 1024px) {
  .dream__body {
    max-width: 560px;
  }
}
.dream__title {
  overflow: hidden;
  height: 0;
  width: 8rem;
}
@media (min-width: 1024px) {
  .dream__title {
    width: 16rem;
  }
}
.dream__title.is-animated {
  -webkit-animation: textAnime-vl 2s forwards 1s;
          animation: textAnime-vl 2s forwards 1s;
}
.dream__title.is-animated svg {
  min-height: 328px;
}
@media (min-width: 1024px) {
  .dream__title.is-animated svg {
    min-height: 633px;
    max-height: 633px;
  }
}
.dream__img {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.dream__img svg {
  width: 620px;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
@media (min-width: 1024px) {
  .dream__img svg {
    width: 1220px;
  }
}
.dream__article {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
@media (min-width: 1024px) {
  .dream__article {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
.dream__article--title {
  margin-bottom: 3rem;
  text-align: right;
  font-size: 20px;
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .dream__article--title {
    font-size: 29px;
    font-size: 2.9rem;
    margin-bottom: 7rem;
    text-align: left;
  }
}
.dream__article--text {
  font-size: 17px;
  font-size: 1.7rem;
}
.business {
  padding-bottom: 14rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .business {
    padding-top: 25rem;
  }
}
.business__inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.business__inner--lg {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.business__head {
  margin-bottom: 10rem;
}
.business__head--main {
  overflow: hidden;
  width: 0;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 165px;
}
@media (min-width: 1024px) {
  .business__head--main {
    max-width: 562px;
  }
}
.business__head--main.is-animated {
  -webkit-animation: textAnime 1.5s forwards 0.5s;
          animation: textAnime 1.5s forwards 0.5s;
}
.business__head--main.is-animated svg {
  min-width: 165px;
}
@media (min-width: 1024px) {
  .business__head--main.is-animated svg {
    min-width: 562px;
  }
}
.business__head--sub {
  overflow: hidden;
  width: 0;
  white-space: nowrap;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .business__head--sub {
    font-size: 30px;
    font-size: 3rem;
  }
}
.business__head--sub.is-animated {
  -webkit-animation: textAnime 1.5s forwards 1.5s;
          animation: textAnime 1.5s forwards 1.5s;
}
.business__body {
  margin-bottom: 20rem;
}
.business__item {
  aspect-ratio: 280/420;
  border: 2px solid #231815;
  width: calc((100% - 3rem) / 2);
}
.business__items {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 5rem;
}
@media (min-width: 1024px) {
  .business__items {
    gap: 6rem;
  }
}
@media (min-width: 1024px) {
  .business__item {
    width: calc((100% - 12rem) / 3);
  }
}
.business__item--num {
  height: 100%;
}
.business__item--num a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  align-content: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.business__item--num a > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.business__item--num a > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.business__item--num a:hover {
  background-color: #EE742B;
  color: #231815;
}
.business__item--num a::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  height: 75px;
  aspect-ratio: 70/50;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  margin-bottom: 1rem;
}
.business__item:nth-child(1) a::before {
  background-image: url("../assets/businum01.svg");
}
.business__item:nth-child(3) a::before {
  background-image: url("../assets/businum02.svg");
}
.business__item:nth-child(4) a::before {
  background-image: url("../assets/businum03.svg");
}
.business__item:nth-child(5) a::before {
  background-image: url("../assets/businum04.svg");
}
.business__item:nth-child(7) a::before {
  background-image: url("../assets/businum05.svg");
}
.business__item:nth-child(8) a::before {
  background-image: url("../assets/businum06.svg");
}
.business__item:nth-child(9) a::before {
  background-image: url("../assets/businum07.svg");
}
.business__item--key {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #EE742B;
  border: none;
}

.business__item--key img {
  mix-blend-mode: multiply;
  margin-right: -30px;
  -webkit-animation: in-out 4s infinite 1s;
          animation: in-out 4s infinite 1s;
}
.business__item--key::before {
  display: none;
}
.business__item--men {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EE742B;
  border: none;
}
.business__item--men img {
  mix-blend-mode: multiply;
  margin-bottom: -40px;
}
.business__item--men::before {
  display: none;
}
.business__item--door {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EE742B;
  border: none;
  padding: 1rem;
}
.business__item--door img {
  mix-blend-mode: multiply;
  -webkit-animation: knock 1s infinite 0s;
          animation: knock 1s infinite 0s;
}
.business__item--door::before {
  display: none;
}
.business__spitem {
  width: calc(50% - 1.5rem);
}
.business__spitem img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.business__spitem:first-child {
  aspect-ratio: 2/3;
  position: relative;
  z-index: 1;
}
.business__spitem:first-child svg {
  margin-right: -1.5rem;
  margin-bottom: -1.5rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}
.business__spitem:first-child svg .business__spitem--key {
  -webkit-animation: in-out-sp 4s infinite 1s;
          animation: in-out-sp 4s infinite 1s;
}
.business__content {
  max-width: 810px;
}
.business__content + .business__content {
  margin-top: 8rem;
}
@media (min-width: 1024px) {
  .business__content {
    display: flex;
    align-items: center;
  }
}
.business__content--head {
  padding: 3rem 0;
  border-bottom: 2px solid #231815;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .business__content--head {
    border-right: 2px solid #231815;
    border-bottom: none;
    width: 240px;
    margin-bottom: 0;
  }
}
.business__content--body {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .business__content--body {
    width: calc(100% - 290px);
    margin-left: auto;
  }
}
.business__content--body::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 0.4s;
  border-bottom: 1px solid #231815;
  border-right: 1px solid #231815;
}
@media (min-width: 1024px) {
  .business__content--body::after {
    display: none;
  }
}
.business__content--body.is-active::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.business__content--num {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  white-space: nowrap;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
.business__content--num > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.business__content--num > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
@media (min-width: 1024px) {
  .business__content--num {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.business__content--num::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  height: 42px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.business__content--text {
  font-size: 17px;
  font-size: 1.7rem;
  padding: 0 3rem;
  height: 4em;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .business__content--text {
    height: auto;
  }
}
.business__content--text.is-open {
  height: auto;
}
.business__content:nth-child(1) .business__content--num::before {
  aspect-ratio: 56/42;
  width: 56px;
  height: 42px;
  background-image: url("../assets/businum01.svg");
}
.business__content:nth-child(2) {
  margin-left: auto;
  margin-right: auto;
}
.business__content:nth-child(2) .business__content--num::before {
  aspect-ratio: 76/42;
  width: 76px;
  height: 42px;
  background-image: url("../assets/businum02.svg");
}
.business__content:nth-child(3) {
  margin-left: auto;
}
.business__content:nth-child(3) .business__content--num::before {
  aspect-ratio: 77/42;
  width: 77px;
  height: 42px;
  background-image: url("../assets/businum03.svg");
}
.business__content:nth-child(4) {
  margin-left: auto;
}
.business__content:nth-child(4) .business__content--num::before {
  aspect-ratio: 78/42;
  width: 78px;
  height: 42px;
  background-image: url("../assets/businum04.svg");
}
.business__content:nth-child(5) {
  margin-left: auto;

}
.business__content:nth-child(5) .business__content--num::before {
  aspect-ratio: 77/42;
  width: 77px;
  height: 42px;
  background-image: url("../assets/businum05.svg");
}
.business__content:nth-child(6) {
  margin-left: auto;
  margin-right: auto;
}
.business__content:nth-child(6) .business__content--num::before {
  aspect-ratio: 78/42;
  width: 78px;
  height: 42px;
  background-image: url("../assets/businum06.svg");
}

.business__content:nth-child(7) .business__content--num::before {
  aspect-ratio: 78/42;
  width: 78px;
  height: 50px;
  background-image: url("../assets/businum07.svg");
}


.greeting {
  overflow: hidden;
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.greeting__area {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.greeting__area__inner {
  position: relative;
  z-index: 1;
  max-width: 80vw;
  margin-left: auto;
}
.greeting-article {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -45px;
}
@media (min-width: 1024px) {
  .greeting-article {
    margin-top: -150px;
  }
}
.greeting-article__head {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  text-align: right;
  margin-bottom: 10rem;
}
.greeting-article__head--main {
  overflow: hidden;
  width: 0;
  margin-bottom: 2rem;
  max-width: 175px;
}
@media (min-width: 1024px) {
  .greeting-article__head--main {
    max-width: 470px;
  }
}
.greeting-article__head--main.is-animated {
  -webkit-animation: textAnime 1.5s forwards 0.5s;
          animation: textAnime 1.5s forwards 0.5s;
}
.greeting-article__head--main.is-animated svg {
  min-width: 175px;
}
@media (min-width: 1024px) {
  .greeting-article__head--main.is-animated svg {
    min-width: 470px;
  }
}
.greeting-article__head--sub {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
}
.greeting-article__head--sub-inner {
  display: block;
  overflow: hidden;
  width: 0;
  white-space: nowrap;
  font-size: 20px;
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .greeting-article__head--sub-inner {
    font-size: 30px;
    font-size: 3rem;
  }
}
.greeting-article__head--sub-inner.is-animated {
  -webkit-animation: textAnime 1.5s forwards 1.5s;
          animation: textAnime 1.5s forwards 1.5s;
}
.greeting-article__text {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .greeting-article__text p {
    margin-bottom: 0;
  }
  .greeting-article__text p:first-child {
    display: inline;
  }
  .greeting-article__text p:nth-child(2) {
    display: inline;
  }
}
.greeting-article__name {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 1024px) {
  .greeting-article__name {
    text-align: right;
  }
}

.company {
  padding-bottom: 15rem;
}
.company__head {
  position: relative;
  z-index: 1;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 10rem;
}
.company__title--word {
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.company__title.is-animated .company__title--line {
  stroke-dasharray: 2000;
  -webkit-animation: just 3s forwards;
          animation: just 3s forwards;
  stroke-width: 2px;
}
@media (min-width: 1024px) {
  .company__title.is-animated .company__title--line {
    stroke-width: 2.11px;
  }
}
.company__title.is-animated .company__title--word {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-animation: swing02 5s infinite 1s;
          animation: swing02 5s infinite 1s;
}
.company__body {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .company__info--item {
    display: flex;
  }
}
.company__info--item + .company__info--item {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .company__info--item + .company__info--item {
    margin-top: 0;
  }
}
.company__info--title {
  font-size: 17px;
  font-size: 1.7rem;
  display: flex;
  white-space: nowrap;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .company__info--title {
    font-weight: normal;
  }
}
.company__info--title::after {
  content: "";
  display: block;
  height: 5px;
  background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 8px);
  background-repeat: repeat-x;
  background-size: 15px 3px;
  flex-grow: 1;
  margin-top: 1em;
}
@media (min-width: 1024px) {
  .company__info--title {
    width: 40%;
  }
}
.company__info--text {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .company__info--text {
    font-size: 17px;
    font-size: 1.7rem;
    width: 60%;
    padding-left: 1em;
  }
}
.company__info--text ul {
  list-style: none;
  padding-left: 1em;
}
.company-list {
  display: flex;
}
.company-list__title {
  width: 200px;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .company-list__text {
    white-space: nowrap;
  }
}

@media (min-width: 1024px) {
  .news {
    margin-bottom: 15rem;
  }
}
@media (min-width: 1024px) {
  .news__head {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}
.news__head--fish {
  -webkit-animation: updown 2s infinite;
          animation: updown 2s infinite;
}
.news__head.is-animated .news__head--line {
  stroke-dasharray: 2000;
  -webkit-animation: just 3s forwards;
          animation: just 3s forwards;
}
.news__body {
  margin-top: 4rem;
}
.news__title {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .news__title {
    margin-bottom: 13rem;
  }
}
.news__title--main {
  overflow: hidden;
  width: 0;
  max-width: 100px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .news__title--main {
    margin-bottom: 3rem;
    max-width: 190px;
  }
}
.news__title--main.is-animated {
  -webkit-animation: textAnime 1.5s forwards 0.5s;
          animation: textAnime 1.5s forwards 0.5s;
}
.news__title--main.is-animated svg {
  min-width: 100px;
}
@media (min-width: 1024px) {
  .news__title--main.is-animated svg {
    min-width: 190px;
  }
}
.news__title--sub {
  overflow: hidden;
  width: 0;
  white-space: nowrap;
}
.news__title--sub.is-animated {
  -webkit-animation: textAnime 2s forwards 1.5s;
          animation: textAnime 2s forwards 1.5s;
}
.news__btn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-top: 10rem;
}
.news__btn a {
  display: block;
  width: 9rem;
  height: 1.5rem;
  border-bottom: 2px solid #231815;
  border-right: 2px solid #231815;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  transition: all 0.4s;
}
.news__btn a:hover {
  margin-right: -1rem;
}

.contact {
  padding-top: 10rem;
  padding-bottom: 25rem;
}
.contact__whale {
  max-width: 633px;
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .contact__whale {
    margin-bottom: 25rem;
  }
}
.contact__whale--obj {
  -webkit-animation: updown 2s infinite;
          animation: updown 2s infinite;
}
.contact__inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .contact__flex {
    display: flex;
    justify-content: space-between;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.contact__head {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .contact__head {
    margin-bottom: 0;
  }
}
.contact__head--main {
  overflow: hidden;
  width: 0;
  margin-bottom: 2rem;
  max-width: 135px;
}
@media (min-width: 1024px) {
  .contact__head--main {
    max-width: 280px;
  }
}
.contact__head--main.is-animated {
  -webkit-animation: textAnime 1.5s forwards 0.5s;
          animation: textAnime 1.5s forwards 0.5s;
}
.contact__head--main.is-animated svg {
  min-width: 135px;
}
@media (min-width: 1024px) {
  .contact__head--main.is-animated svg {
    min-width: 280px;
  }
}
.contact__head--sub {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.contact__head--sub-inner {
  display: block;
  overflow: hidden;
  width: 0;
  white-space: nowrap;
}
.contact__head--sub-inner.is-animated {
  -webkit-animation: textAnime 2s forwards 1.5s;
          animation: textAnime 2s forwards 1.5s;
}
.contact__body {
  max-width: 590px;
  width: 100%;
}
.contact-form__item + .contact-form__item {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .contact-form__item--title {
    text-indent: 1.5em;
  }
}
.contact-form__item--module input,
.contact-form__item--module textarea {
  border: 2px solid #231815;
  padding: 1rem;
  background-color: transparent !important;
}

.bicycle {
  overflow: hidden;
}
.bicycle__item {
  -webkit-animation: bicycle 20s infinite;
          animation: bicycle 20s infinite;
  max-width: 200px;
}
@media (min-width: 1024px) {
  .bicycle__item {
    max-width: 304px;
  }
}

@keyframes bicycle {
  0% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes updown {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
/*
 * アニメーション
 * -------------------------------------------------------------------
 */
#line01.is-animated {
  stroke-dasharray: 2000;
  -webkit-animation: just 3s forwards;
          animation: just 3s forwards;
  stroke-width: 2.11px;
}
@media (min-width: 1024px) {
  #line01.is-animated {
    stroke-width: 2.11px;
  }
}

#line02.is-animated {
  stroke-dasharray: 2000;
  -webkit-animation: just 3s forwards;
          animation: just 3s forwards;
}

.greeting__line {
  height: 875px;
}
.greeting__line svg {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 1230px;
  height: 875px;
}
.greeting__line.is-animated svg {
  stroke-dasharray: 2000;
  -webkit-animation: stairs 4s forwards;
          animation: stairs 4s forwards;
}

.greeting__svg polyline {
  -webkit-perspective: 1000;
          perspective: 1000;
  stroke-dasharray: 4000;
}
.greeting__svg path {
  stroke-width: 2.11px;
  stroke: #231815;
  stroke-miterlimit: 10;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}
@media (min-width: 1024px) {
  .greeting__svg path {
    stroke-dasharray: 2000;
  }
}
.greeting__svg.is-animated polyline,
.greeting__svg.is-animated path {
  -webkit-animation: stairs 4s forwards 1s;
          animation: stairs 4s forwards 1s;
}
.greeting__svg.is-animated circle {
  -webkit-animation: flash 1s linear infinite;
          animation: flash 1s linear infinite;
}

@-webkit-keyframes just {
  0% {
    stroke-dashoffset: 2000;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}

@keyframes just {
  0% {
    stroke-dashoffset: 2000;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@-webkit-keyframes stairs {
  0% {
    stroke-dashoffset: 2000;
    @media (min-width: 1024px) {
      stroke-dashoffset: 2000;
    }
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes stairs {
  0% {
    stroke-dashoffset: 2000;
    @media (min-width: 1024px) {
      stroke-dashoffset: 2000;
    }
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@-webkit-keyframes swing02 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes swing02 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes swingup {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes swingup {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes textAnime {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes textAnime {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes textAnime-vl {
  0% {
    height: 0;
  }
  100% {
    height: 633px;
  }
}
@keyframes textAnime-vl {
  0% {
    height: 0;
  }
  100% {
    height: 633px;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes in-out {
  0% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  50% {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  100% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
}
@keyframes in-out {
  0% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  50% {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  100% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
}
@-webkit-keyframes in-out-sp {
  0% {
    -webkit-transform: translateX(-0.2rem);
            transform: translateX(-0.2rem);
  }
  50% {
    -webkit-transform: translateX(0.2rem);
            transform: translateX(0.2rem);
  }
  100% {
    -webkit-transform: translateX(-0.2rem);
            transform: translateX(-0.2rem);
  }
}
@keyframes in-out-sp {
  0% {
    -webkit-transform: translateX(-0.2rem);
            transform: translateX(-0.2rem);
  }
  50% {
    -webkit-transform: translateX(0.2rem);
            transform: translateX(0.2rem);
  }
  100% {
    -webkit-transform: translateX(-0.2rem);
            transform: translateX(-0.2rem);
  }
}
@-webkit-keyframes knock {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  45% {
    -webkit-transform: rotate(-0.5deg);
            transform: rotate(-0.5deg);
  }
  50% {
    -webkit-transform: rotate(0.5deg);
            transform: rotate(0.5deg);
  }
  55% {
    -webkit-transform: rotate(-0.5deg);
            transform: rotate(-0.5deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes knock {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  45% {
    -webkit-transform: rotate(-0.5deg);
            transform: rotate(-0.5deg);
  }
  50% {
    -webkit-transform: rotate(0.5deg);
            transform: rotate(0.5deg);
  }
  55% {
    -webkit-transform: rotate(-0.5deg);
            transform: rotate(-0.5deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
