@charset "UTF-8";
/* CSS Document */
/*
サイト名
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, sass/basic/_destyle.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, sass/basic/_destyle.scss */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, sass/basic/_destyle.scss */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, sass/basic/_destyle.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 53, sass/basic/_destyle.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, sass/basic/_destyle.scss */
a {
  background-color: transparent; }

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, sass/basic/_destyle.scss */
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.
 */
/* line 105, sass/basic/_destyle.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
/* line 116, sass/basic/_destyle.scss */
small {
  font-size: 80%; }

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

/* line 133, sass/basic/_destyle.scss */
sub {
  bottom: -0.25em; }

/* line 137, sass/basic/_destyle.scss */
sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, sass/basic/_destyle.scss */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, sass/basic/_destyle.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, sass/basic/_destyle.scss */
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.
 */
/* line 186, sass/basic/_destyle.scss */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, sass/basic/_destyle.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, sass/basic/_destyle.scss */
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.
 */
/* line 218, sass/basic/_destyle.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
/* line 229, sass/basic/_destyle.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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.
 */
/* line 240, sass/basic/_destyle.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  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.
 */
/* line 253, sass/basic/_destyle.scss */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, sass/basic/_destyle.scss */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, sass/basic/_destyle.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 290, sass/basic/_destyle.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, sass/basic/_destyle.scss */
[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.
 */
/* line 308, sass/basic/_destyle.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, sass/basic/_destyle.scss */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
/* line 328, sass/basic/_destyle.scss */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, sass/basic/_destyle.scss */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
/* line 347, sass/basic/_destyle.scss */
[hidden] {
  display: none; }

/*-------------------
基本項目
-------------------*/
/*-------------------
メディアクエリ
-------------------*/
/*-------------------
フォント
-------------------*/
/*-------------------
コンテンツボックス
-------------------*/
/*------------
全体設定 
------------*/
/* line 4, sass/basic/_common.scss */
html {
  font-size: 62.5%;
  background-color: #fff;
  position: relative; }

/* line 9, sass/basic/_common.scss */
body {
  line-height: 2.3;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.5rem;
  color: #231815;
  background-color: #fff; }
  @media (max-width: 768px) {
    /* line 9, sass/basic/_common.scss */
    body {
      line-height: 1.9; } }
  @media (max-width: 768px) {
    /* line 9, sass/basic/_common.scss */
    body {
      font-size: 1.4rem;
      line-height: 3rem; } }

/* line 24, sass/basic/_common.scss */
main {
  overflow: hidden; }

/* line 28, sass/basic/_common.scss */
ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* line 33, sass/basic/_common.scss */
img {
  max-width: 100%; }

/* line 36, sass/basic/_common.scss */
a:link {
  color: #231815;
  text-decoration: none; }

/* line 40, sass/basic/_common.scss */
a:visited {
  color: #231815; }

/* line 43, sass/basic/_common.scss */
a:hover {
  transition: all .4s;
  text-decoration: none;
  color: #1A86BC; }

/* line 48, sass/basic/_common.scss */
a:focus,
a:active {
  text-decoration: none;
  color: #231815; }

/* line 53, sass/basic/_common.scss */
p {
  margin: 0;
  padding: 0; }

/* line 57, sass/basic/_common.scss */
.clearfix {
  display: block; }

/* line 60, sass/basic/_common.scss */
.clearfix::after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0; }

/*------------
改行設定
------------*/
@media (max-width: 768px) {
  /* line 70, sass/basic/_common.scss */
  .tbbr {
    display: block; } }

@media (max-width: 480px) {
  /* line 75, sass/basic/_common.scss */
  .spbr {
    display: block; } }

/* line 80, sass/basic/_common.scss */
.sp_nobr {
  display: block; }
  @media (max-width: 480px) {
    /* line 80, sass/basic/_common.scss */
    .sp_nobr {
      display: none; } }

/* line 86, sass/basic/_common.scss */
.pc02_nobr {
  display: block; }
  @media (max-width: 1200px) {
    /* line 86, sass/basic/_common.scss */
    .pc02_nobr {
      display: none; } }

/*------------
ふわっと表示
------------*/
/* line 95, sass/basic/_common.scss */
.s_hide {
  opacity: 0;
  transition: opacity 1s; }

/*------------
header
------------*/
/* line 103, sass/basic/_common.scss */
header {
  position: fixed;
  height: 10rem;
  top: 2rem;
  right: 0;
  z-index: 9999;
  margin: 0 5.2%;
  width: 89.6%; }
  /* line 110, sass/basic/_common.scss */
  header .main-menu {
    display: flex; }
    /* line 112, sass/basic/_common.scss */
    header .main-menu .logo {
      width: 60%; }
      @media (max-width: 768px) {
        /* line 112, sass/basic/_common.scss */
        header .main-menu .logo {
          width: 100%; } }
      /* line 117, sass/basic/_common.scss */
      header .main-menu .logo a {
        display: flex;
        align-items: center; }
        /* line 120, sass/basic/_common.scss */
        header .main-menu .logo a:hover {
          opacity: 0.5; }
        @media (max-width: 768px) {
          /* line 117, sass/basic/_common.scss */
          header .main-menu .logo a {
            align-items: flex-start;
            flex-direction: column; } }
        /* line 127, sass/basic/_common.scss */
        header .main-menu .logo a h1 {
          font-size: 1.8rem;
          bottom: 0;
          line-height: 1.3;
          font-weight: bold;
          order: 2;
          margin-left: 2%;
          width: 78%; }
          /* line 135, sass/basic/_common.scss */
          header .main-menu .logo a h1 span {
            display: block;
            font-size: 1rem; }
          @media (max-width: 768px) {
            /* line 127, sass/basic/_common.scss */
            header .main-menu .logo a h1 {
              font-size: 1.3rem;
              margin: 0.5rem 0 0; } }
        /* line 144, sass/basic/_common.scss */
        header .main-menu .logo a h2 {
          order: 1;
          width: 20%;
          line-height: 0; }
          @media (max-width: 768px) {
            /* line 144, sass/basic/_common.scss */
            header .main-menu .logo a h2 {
              width: 30%;
              margin: 0; } }
          @media (max-width: 480px) {
            /* line 144, sass/basic/_common.scss */
            header .main-menu .logo a h2 {
              width: 40%;
              margin: 0; } }
    /* line 162, sass/basic/_common.scss */
    header .main-menu .pc-menu .nav-list li a {
      font-size: 3rem; }
    /* line 166, sass/basic/_common.scss */
    header .main-menu .pc-menu .nav-list li:last-child a {
      border: 2px solid #000;
      border-radius: 20rem;
      padding: 0 5rem; }
      /* line 170, sass/basic/_common.scss */
      header .main-menu .pc-menu .nav-list li:last-child a:hover {
        border: 2px solid #1A86BC; }
    /* line 174, sass/basic/_common.scss */
    header .main-menu .pc-menu .nav-list li:last-child .a_nav {
      border: 2px solid #1A86BC; }

/*------------
ハンバーガーメニュー
------------*/
/* 画面サイズが1279px以下の時はPC用メニューは非表示 */
@media (max-width: 1200px) {
  /* line 191, sass/basic/_common.scss */
  .pc-menu {
    display: none; } }
/* 画面サイズが1280px以上の時はスマホ用メニューは非表示 */
@media screen and (min-width: 1201px) {
  /* line 197, sass/basic/_common.scss */
  .sp-menu {
    display: none; } }
/* line 201, sass/basic/_common.scss */
.pc-menu {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-left: auto; }
  /* line 204, sass/basic/_common.scss */
  .pc-menu ul {
    display: flex;
    list-style: none; }
    /* line 207, sass/basic/_common.scss */
    .pc-menu ul li {
      text-align: center;
      margin-right: 2rem;
      font-size: 1.8rem; }
      /* line 211, sass/basic/_common.scss */
      .pc-menu ul li:last-child {
        margin-right: 0; }
      /* line 214, sass/basic/_common.scss */
      .pc-menu ul li a {
        display: block;
        text-decoration: none;
        color: #000000;
        line-height: 60px; }

/* line 223, sass/basic/_common.scss */
.sp-menu__box {
  position: fixed;
  top: 3%;
  right: 5%;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background: #1A86BC;
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 100%; }

/* line 237, sass/basic/_common.scss */
.sp-menu__box span,
.sp-menu__box span:before,
.sp-menu__box span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  position: absolute; }

/* line 248, sass/basic/_common.scss */
.sp-menu__box span:before {
  bottom: 8px; }

/* line 251, sass/basic/_common.scss */
.sp-menu__box span:after {
  top: 8px; }

/* line 254, sass/basic/_common.scss */
#sp-menu__check {
  display: none; }

/* line 257, sass/basic/_common.scss */
#sp-menu__check:checked ~ .sp-menu__box span {
  background: rgba(255, 255, 255, 0); }

/* line 260, sass/basic/_common.scss */
#sp-menu__check:checked ~ .sp-menu__box {
  background: #F7DEAE; }

/* line 263, sass/basic/_common.scss */
#sp-menu__check:checked ~ .sp-menu__box span::before {
  bottom: 0;
  transform: rotate(45deg);
  background: #1A86BC; }

/* line 268, sass/basic/_common.scss */
#sp-menu__check:checked ~ .sp-menu__box span::after {
  top: 0;
  transform: rotate(-45deg);
  background: #1A86BC; }

/* line 273, sass/basic/_common.scss */
#sp-menu__check:checked ~ .sp-menu__content {
  left: 0; }

/* line 276, sass/basic/_common.scss */
.sp-menu__content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #fff;
  transition: all 0.5s;
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* iOSで慣性スクロールを効かせる */ }
  /* line 289, sass/basic/_common.scss */
  .sp-menu__content ul {
    padding: 30% 10% 0; }
    @media (max-width: 768px) {
      /* line 289, sass/basic/_common.scss */
      .sp-menu__content ul {
        padding-top: 10%; } }
    /* line 294, sass/basic/_common.scss */
    .sp-menu__content ul li {
      margin-bottom: 1rem;
      border-bottom: 1px solid #231815;
      padding: 1rem 0; }
      /* line 298, sass/basic/_common.scss */
      .sp-menu__content ul li:last-child {
        margin-bottom: 0; }

/* line 304, sass/basic/_common.scss */
.sp-menu__list {
  padding: 70px 10px 0; }

/* line 307, sass/basic/_common.scss */
.sp-menu__itrem {
  border-bottom: solid 1px #ffffff;
  list-style: none; }

/* line 311, sass/basic/_common.scss */
.sp-menu__link {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0; }

/*------------
footer
------------*/
/* line 325, sass/basic/_common.scss */
footer {
  height: 300px;
  width: 100%;
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    /* line 325, sass/basic/_common.scss */
    footer {
      height: 150px; } }
  /* line 333, sass/basic/_common.scss */
  footer .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%; }
  /* line 345, sass/basic/_common.scss */
  footer canvas {
    position: absolute;
    background-repeat: repeat;
    bottom: 0; }
    @media (max-width: 768px) {
      /* line 345, sass/basic/_common.scss */
      footer canvas {
        bottom: 15%; } }

/*------------
ページを読み込んだ際に「.r_hide」がついた
内容を表示
------------*/
/* line 5, sass/jquery/_scrollhide.scss */
.r_hide {
  opacity: 0;
  transition: opacity 2s; }

/* line 9, sass/jquery/_scrollhide.scss */
.r_hide2 {
  opacity: 0;
  transition: opacity 10s; }

/*------------
スクロールによって「.s_hide」がついた
内容を表示
------------*/
/* line 18, sass/jquery/_scrollhide.scss */
.s_hide {
  opacity: 0;
  transition: opacity 0.5s; }

/*------------
全体設定 
------------*/
/* line 4, sass/page/_index.scss */
.title {
  margin-bottom: 5rem; }
  /* line 6, sass/page/_index.scss */
  .title h1 {
    font-family: "Koulen", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18rem;
    margin: 0;
    line-height: 0.7; }
    @media (max-width: 1200px) {
      /* line 6, sass/page/_index.scss */
      .title h1 {
        font-size: 13rem; } }
    @media (max-width: 768px) {
      /* line 6, sass/page/_index.scss */
      .title h1 {
        font-size: 9rem;
        margin-bottom: 1rem; } }
  /* line 19, sass/page/_index.scss */
  .title h2 {
    font-size: 3rem;
    margin: 0; }
    @media (max-width: 1200px) {
      /* line 19, sass/page/_index.scss */
      .title h2 {
        font-size: 2rem; } }

/*------------
FV設定 
------------*/
/* line 31, sass/page/_index.scss */
#fv {
  background: url("img/fv_image.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
  height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative; }
  @media (min-aspect-ratio: 25 / 12) {
    /* line 31, sass/page/_index.scss */
    #fv {
      height: 1000px; } }
  /* line 43, sass/page/_index.scss */
  #fv::before {
    content: url(img/fv_logo.svg);
    display: block;
    width: 45%;
    height: 100%;
    position: absolute;
    right: -3%;
    bottom: 0;
    overflow: hidden; }
    @media (max-width: 1200px) {
      /* line 43, sass/page/_index.scss */
      #fv::before {
        width: 80%; } }
    @media (max-width: 768px) {
      /* line 43, sass/page/_index.scss */
      #fv::before {
        width: 75%;
        right: -1%; } }
  /* line 60, sass/page/_index.scss */
  #fv .content_box {
    margin: 0 5.2%;
    width: 89.6%;
    margin-bottom: 3%;
    z-index: 9998; }
    /* line 64, sass/page/_index.scss */
    #fv .content_box h1 {
      font-size: 18rem;
      font-family: "Koulen", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1;
      margin: 0 0 1rem; }
      @media screen and (max-width: 1500px) {
        /* line 64, sass/page/_index.scss */
        #fv .content_box h1 {
          font-size: 15rem; } }
      @media (max-width: 1200px) {
        /* line 64, sass/page/_index.scss */
        #fv .content_box h1 {
          font-size: 10rem; } }
      @media (max-width: 768px) {
        /* line 64, sass/page/_index.scss */
        #fv .content_box h1 {
          font-size: 7rem; } }
    /* line 79, sass/page/_index.scss */
    #fv .content_box h2 {
      font-size: 3rem; }
      @media (max-width: 768px) {
        /* line 79, sass/page/_index.scss */
        #fv .content_box h2 {
          font-size: 2rem; } }
  /* line 86, sass/page/_index.scss */
  #fv .waveCanvas_fv {
    position: absolute;
    width: 100%; }

/*------------
ポリシー
------------*/
/* line 94, sass/page/_index.scss */
#policy {
  position: relative;
  /*background:url("img/back03.png") no-repeat;*/
  background-position: bottom;
  background-size: contain; }
  /* line 99, sass/page/_index.scss */
  #policy .content_box {
    margin: 0 5.2%;
    width: 89.6%;
    padding: 20rem 0;
    padding-bottom: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 8888; }
    /* line 100, sass/page/_index.scss */
    #policy .content_box .title {
      margin-bottom: 3rem; }
    @media (max-width: 768px) {
      /* line 99, sass/page/_index.scss */
      #policy .content_box {
        padding: 15rem 0; } }
    @media (max-width: 1200px) {
      /* line 99, sass/page/_index.scss */
      #policy .content_box {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center; } }
    /* line 116, sass/page/_index.scss */
    #policy .content_box .policy_box01 {
      width: 60%;
      margin: 0 -5rem 0 0; }
      @media (max-width: 1200px) {
        /* line 116, sass/page/_index.scss */
        #policy .content_box .policy_box01 {
          width: 100%; } }
    @media (max-width: 1200px) {
      /* line 123, sass/page/_index.scss */
      #policy .content_box .policy_box02 {
        margin-top: -10%; } }
  /* line 129, sass/page/_index.scss */
  #policy .waveCanvas {
    display: block;
    position: absolute;
    bottom: -20%;
    left: 0;
    width: 100%;
    background-repeat: repeat;
    height: 80%; }
    @media (max-width: 1200px) {
      /* line 129, sass/page/_index.scss */
      #policy .waveCanvas {
        height: 50%; } }
    @media (max-width: 768px) {
      /* line 129, sass/page/_index.scss */
      #policy .waveCanvas {
        bottom: -16%; } }

/*------------
事業内容
------------*/
/* line 148, sass/page/_index.scss */
#about {
  position: relative;
  background: url("img/back04.png") no-repeat;
  background-position: top;
  background-size: contain; }
  /* line 153, sass/page/_index.scss */
  #about .content_box {
    margin: 0 5.2%;
    width: 89.6%;
    padding: 20rem 0;
    padding-top: 10rem; }
    @media (max-width: 768px) {
      /* line 153, sass/page/_index.scss */
      #about .content_box {
        padding: 15rem 0; } }
    /* line 157, sass/page/_index.scss */
    #about .content_box .about_content {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 1200px) {
        /* line 157, sass/page/_index.scss */
        #about .content_box .about_content {
          bottom: -15%;
          flex-direction: column; } }
      /* line 164, sass/page/_index.scss */
      #about .content_box .about_content dl {
        width: 30%;
        margin-top: 0; }
        @media (max-width: 1200px) {
          /* line 164, sass/page/_index.scss */
          #about .content_box .about_content dl {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 5rem; } }
        @media (max-width: 768px) {
          /* line 164, sass/page/_index.scss */
          #about .content_box .about_content dl {
            flex-direction: column; } }
        @media (max-width: 1200px) {
          /* line 177, sass/page/_index.scss */
          #about .content_box .about_content dl dt {
            width: 50%; } }
        @media (max-width: 768px) {
          /* line 177, sass/page/_index.scss */
          #about .content_box .about_content dl dt {
            width: 100%; } }
        /* line 185, sass/page/_index.scss */
        #about .content_box .about_content dl dd {
          margin: 0;
          margin-top: 2rem; }
          @media (max-width: 1200px) {
            /* line 185, sass/page/_index.scss */
            #about .content_box .about_content dl dd {
              width: 45%;
              margin-top: 1rem; } }
          @media (max-width: 768px) {
            /* line 185, sass/page/_index.scss */
            #about .content_box .about_content dl dd {
              width: 100%; } }
          /* line 195, sass/page/_index.scss */
          #about .content_box .about_content dl dd h3 {
            font-size: 8rem;
            font-family: "Koulen", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-weight: bold;
            margin: 0;
            line-height: 1; }
            @media screen and (max-width: 1500px) {
              /* line 195, sass/page/_index.scss */
              #about .content_box .about_content dl dd h3 {
                font-size: 6rem; } }
            /* line 204, sass/page/_index.scss */
            #about .content_box .about_content dl dd h3 span {
              display: block;
              font-size: 2rem;
              font-family: "Noto Sans JP", sans-serif;
              font-optical-sizing: auto;
              font-style: normal;
              margin-top: 0.5rem; }
              @media (max-width: 768px) {
                /* line 204, sass/page/_index.scss */
                #about .content_box .about_content dl dd h3 span {
                  font-size: 2rem; } }
            @media (max-width: 768px) {
              /* line 195, sass/page/_index.scss */
              #about .content_box .about_content dl dd h3 {
                font-size: 6rem; } }
          /* line 217, sass/page/_index.scss */
          #about .content_box .about_content dl dd p {
            margin-top: 2rem; }
            @media (max-width: 768px) {
              /* line 217, sass/page/_index.scss */
              #about .content_box .about_content dl dd p {
                margin-top: 1rem; } }
          /* line 223, sass/page/_index.scss */
          #about .content_box .about_content dl dd .link {
            font-family: "Koulen", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-weight: bold;
            font-size: 3rem;
            text-align: right; }
            /* line 228, sass/page/_index.scss */
            #about .content_box .about_content dl dd .link .fa-solid {
              padding-left: 0.5rem; }

/*------------
会社概要
------------*/
/* line 241, sass/page/_index.scss */
#company {
  background: url("img/back02.png") no-repeat;
  background-color: #F5FCFF;
  background-size: contain;
  background-position: bottom;
  padding: 20rem 0 30rem;
  position: relative; }
  @media (max-width: 768px) {
    /* line 241, sass/page/_index.scss */
    #company {
      padding: 0 0 20rem; } }
  /* line 251, sass/page/_index.scss */
  #company::after {
    content: " ";
    background: url(img/kamome01.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: 10rem;
    width: 20%;
    height: 10%;
    display: block;
    background-size: contain;
    animation: fluffy01 3s infinite; }
    @media (max-width: 768px) {
      /* line 251, sass/page/_index.scss */
      #company::after {
        bottom: -10%; } }
  /* line 266, sass/page/_index.scss */
  #company::before {
    content: " ";
    background: url(img/kamome02.png) no-repeat;
    position: absolute;
    bottom: 15rem;
    right: 0;
    width: 15%;
    height: 10%;
    display: block;
    background-size: contain;
    animation: fluffy02 5s infinite; }
    @media (max-width: 768px) {
      /* line 266, sass/page/_index.scss */
      #company::before {
        bottom: -6%;
        width: 25%; } }
@keyframes fluffy01 {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); } }
@keyframes fluffy02 {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-30px); } }
  /* line 298, sass/page/_index.scss */
  #company .content_box {
    margin: 0 5.2%;
    width: 89.6%;
    padding: 20rem 0;
    padding-top: 0; }
    @media (max-width: 768px) {
      /* line 298, sass/page/_index.scss */
      #company .content_box {
        padding: 15rem 0; } }
    @media (max-width: 768px) {
      /* line 298, sass/page/_index.scss */
      #company .content_box {
        padding-bottom: 0; } }
    /* line 305, sass/page/_index.scss */
    #company .content_box .company_content {
      width: 90%;
      margin: 0 auto; }
      @media (max-width: 768px) {
        /* line 305, sass/page/_index.scss */
        #company .content_box .company_content {
          width: 100%; } }
      /* line 311, sass/page/_index.scss */
      #company .content_box .company_content dl {
        display: flex;
        border-top: solid 1px #1A86BC;
        padding: 2rem;
        margin: 0; }
        @media (max-width: 768px) {
          /* line 311, sass/page/_index.scss */
          #company .content_box .company_content dl {
            flex-direction: column; } }
        /* line 319, sass/page/_index.scss */
        #company .content_box .company_content dl dt {
          width: 20%; }
          @media (max-width: 768px) {
            /* line 319, sass/page/_index.scss */
            #company .content_box .company_content dl dt {
              width: 190%;
              font-weight: bold; } }
        @media (max-width: 768px) {
          /* line 326, sass/page/_index.scss */
          #company .content_box .company_content dl dd {
            margin: 0; } }
        /* line 331, sass/page/_index.scss */
        #company .content_box .company_content dl:last-child {
          border-bottom: solid 1px #1A86BC; }

/*------------
お問い合わせ
------------*/
/* line 341, sass/page/_index.scss */
#contact {
  position: relative; }
  /* line 343, sass/page/_index.scss */
  #contact .content_box {
    margin: 0 5.2%;
    width: 89.6%;
    padding: 20rem 0;
    padding-bottom: 5rem;
    padding-top: 10rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 8888; }
    @media (max-width: 768px) {
      /* line 343, sass/page/_index.scss */
      #contact .content_box {
        padding: 15rem 0; } }
    @media (max-width: 1200px) {
      /* line 343, sass/page/_index.scss */
      #contact .content_box {
        flex-direction: column;
        padding-bottom: 0; } }
    /* line 357, sass/page/_index.scss */
    #contact .content_box .contact_txt {
      width: 30%; }
      @media (max-width: 1200px) {
        /* line 357, sass/page/_index.scss */
        #contact .content_box .contact_txt {
          width: 100%;
          order: 2;
          margin-top: -5%; } }
      /* line 364, sass/page/_index.scss */
      #contact .content_box .contact_txt ul {
        margin-top: 3rem; }
        /* line 366, sass/page/_index.scss */
        #contact .content_box .contact_txt ul li {
          display: flex;
          align-items: center; }
          /* line 369, sass/page/_index.scss */
          #contact .content_box .contact_txt ul li:first-child {
            font-family: "Koulen", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-weight: bold;
            font-size: 5rem; }
            /* line 373, sass/page/_index.scss */
            #contact .content_box .contact_txt ul li:first-child a {
              display: flex;
              align-items: center; }
            /* line 377, sass/page/_index.scss */
            #contact .content_box .contact_txt ul li:first-child img {
              width: 4rem;
              margin-right: 2rem; }
              @media (max-width: 480px) {
                /* line 377, sass/page/_index.scss */
                #contact .content_box .contact_txt ul li:first-child img {
                  width: 3rem; } }
            @media (max-width: 768px) {
              /* line 369, sass/page/_index.scss */
              #contact .content_box .contact_txt ul li:first-child {
                font-size: 3rem;
                margin-bottom: 2rem; } }
            @media (min-width: 768px) {
              /* line 389, sass/page/_index.scss */
              #contact .content_box .contact_txt ul li:first-child .tel-link {
                pointer-events: none;
                color: inherit;
                text-decoration: none; } }
          /* line 396, sass/page/_index.scss */
          #contact .content_box .contact_txt ul li:last-child {
            font-weight: bold;
            font-size: 3rem; }
            /* line 399, sass/page/_index.scss */
            #contact .content_box .contact_txt ul li:last-child img {
              margin-right: 1.5rem;
              width: 4rem;
              margin-right: 2rem; }
              @media (max-width: 480px) {
                /* line 399, sass/page/_index.scss */
                #contact .content_box .contact_txt ul li:last-child img {
                  width: 3rem; } }
            @media (max-width: 768px) {
              /* line 396, sass/page/_index.scss */
              #contact .content_box .contact_txt ul li:last-child {
                font-size: 1.5rem; } }
    /* line 414, sass/page/_index.scss */
    #contact .content_box .contact_image {
      width: 60%; }
      @media (max-width: 1200px) {
        /* line 414, sass/page/_index.scss */
        #contact .content_box .contact_image {
          width: 100%;
          order: 1; } }

/*------------
全体設定 
------------*/

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