@charset "UTF-8";
/*
Theme Name: NEXAS Corporate
Theme URI:
Author: 株式会社ミタマデザイン
Author URI: https://mitama-design.com/
Description: 株式会社NEXAS コーポレートサイト用オリジナルテーマ（クラシックテーマ）
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: nexus
*/
.clearfix::after, .error-container::after, #header::after, .contents-sidebar::after, .container::after, .container-middle::after, .container-narrow::after {
  content: "";
  display: table;
  clear: both;
}

/* --- サイト内共通 ----------------------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic Gothic Medium, "メイリオ", "Meiryo", sans-serif;
}
@media (min-width: 48em) {
  html {
    font-size: 125%;
  }
}
html.scrollrock {
  overflow: hidden;
  height: 100%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.625;
  color: #3d3d3d;
}
@media (min-width: 48em) {
  body {
    font-size: 0.8rem;
  }
}
body.scrollrock {
  overflow: hidden;
  height: 100%;
}

a {
  position: relative;
  text-decoration: none;
  color: #000;
  outline: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:focus-visible {
  outline: 2px solid #913d91;
  outline-offset: 2px;
}
@media (min-width: 64em) {
  a:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0.6;
  }
}

button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid #913d91;
  outline-offset: 2px;
}

#wrapper {
  overflow: hidden;
}

.normalblock {
  padding: 5.5rem 0;
}

.normalblock0 {
  position: relative;
  padding: 0;
}

.grayblock {
  background: #f9fbfa;
}

.rekishiblock {
  margin-top: 110px;
  color: #fff;
  background: url("img/img_top1.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin-top: 30px;
}
@media (min-width: 48em) {
  .rekishiblock {
    margin-top: 110px;
  }
}

.container {
  position: relative;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1100px;
}
@media (min-width: 64em) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container-middle {
  position: relative;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1200px;
  overflow: hidden;
}
@media (min-width: 64em) {
  .container-middle {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container-narrow {
  position: relative;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1000px;
  overflow: hidden;
}
@media (min-width: 64em) {
  .container-narrow {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 1.5rem;
}

.col-md-1 {
  float: none;
}
@media (min-width: 48em) {
  .col-md-1 {
    float: left;
    width: 8.3333%;
  }
}

.col-md-2 {
  float: none;
}
@media (min-width: 48em) {
  .col-md-2 {
    float: left;
    width: 16.6666%;
  }
}

.col-md-3 {
  float: none;
  width: 100%;
}
@media (min-width: 64em) {
  .col-md-3 {
    float: left;
    width: 25%;
  }
}

.col-md-4 {
  float: none;
  width: 100%;
}
@media (min-width: 64em) {
  .col-md-4 {
    float: left;
    width: 33.3333%;
  }
}

.col-md-5 {
  float: none;
  width: 100%;
}
@media (min-width: 64em) {
  .col-md-5 {
    float: left;
    width: 41.6666%;
  }
}

.col-md-6 {
  float: none;
  width: 100%;
}
@media (min-width: 64em) {
  .col-md-6 {
    float: left;
    width: 50%;
  }
}

.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  float: none;
  width: 100%;
}
@media (min-width: 64em) {
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
    width: 58.3333%;
  }
}

@media (min-width: 64em) {
  .col-md-8 {
    float: left;
    width: 66.6666%;
  }
}

@media (min-width: 64em) {
  .col-md-9 {
    width: 75%;
    margin: 0 auto;
  }
}

@media (min-width: 64em) {
  .col-md-10 {
    float: none;
    width: 100%;
  }
}
@media (min-width: 76.875em) {
  .col-md-10 {
    float: none;
    width: 83.3333%;
    margin: 0 auto;
  }
}

@media (min-width: 64em) {
  .col-md-11 {
    float: none;
    width: 100%;
  }
}
@media (min-width: 76.875em) {
  .col-md-11 {
    float: none;
    width: 91.6666%;
    margin: 0 auto;
  }
}

@media (min-width: 64em) {
  .col-md-12 {
    float: none;
    width: 100%;
  }
}

.pd-4px-8px {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.pd-8px-16px {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.pd-12px-24px {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.pd-16px-32px {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.pd-20px-40px {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pd-24px-48px {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.pd-28px-56px {
  padding-top: 2.8rem !important;
  padding-bottom: 2.8rem !important;
}

.pd-32px-64px {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.pd-36px-72px {
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important;
}

.pd-40px-80px {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.pd-box-4px-8px {
  padding: 0.4rem !important;
}

.pd-box-8px-16px {
  padding: 0.8rem !important;
}

.pd-box-12px-24px {
  padding: 1.2rem !important;
}

.pd-box-16px-32px {
  padding: 1.6rem !important;
}

.pd-box-20px-40px {
  padding: 2rem !important;
}

.pd-box-24px-48px {
  padding: 2.4rem !important;
}

.pd-box-28px-56px {
  padding: 2.8rem !important;
}

.pd-box-32px-64px {
  padding: 3.2rem !important;
}

.pd-box-36px-72px {
  padding: 3.6rem !important;
}

.pd-box-40px-80px {
  padding: 4rem !important;
}

.mg-bottom-4px-8px {
  margin-bottom: 0.4rem !important;
}

.mg-bottom-8px-16px {
  margin-bottom: 0.8rem !important;
}

.mg-bottom-12px-24px {
  margin-bottom: 1.2rem !important;
}

.mg-bottom-16px-32px {
  margin-bottom: 1.6rem !important;
}

.mg-bottom-20px-40px {
  margin-bottom: 2rem !important;
}

.mg-bottom-24px-48px {
  margin-bottom: 2.4rem !important;
}

.mg-bottom-28px-56px {
  margin-bottom: 2.8rem !important;
}

.mg-bottom-32px-64px {
  margin-bottom: 3.2rem !important;
}

.mg-bottom-36px-72px {
  margin-bottom: 3.6rem !important;
}

.mg-bottom-40px-80px {
  margin-bottom: 4rem !important;
}

.w-10pc {
  width: 10% !important;
}

.w-20pc {
  width: 20% !important;
}

.w-30pc {
  width: 30% !important;
}

.w-40pc {
  width: 40% !important;
}

.w-50pc {
  width: 50% !important;
}

.w-60pc {
  width: 60% !important;
}

.w-70pc {
  width: 70% !important;
}

.w-80pc {
  width: 80% !important;
}

.w-90pc {
  width: 90% !important;
}

.w-100pc {
  width: 100% !important;
}

.co-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.co-center-y {
  position: absolute;
  top: 50%;
  left: auto;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.fo-st-italic {
  font-style: italic;
}
.fo-st-normal {
  font-style: normal;
}

.fo-w-normal {
  font-weight: normal;
}
.fo-w-bold {
  font-weight: bold;
}
.fo-w-100 {
  font-weight: 100;
}
.fo-w-300 {
  font-weight: 300;
}
.fo-w-400 {
  font-weight: 400;
}
.fo-w-700 {
  font-weight: 700;
}
.fo-w-900 {
  font-weight: 900;
}

.fo-fa-jp-Oswald {
  font-family: "Oswald", sans-serif;
}
.fo-fa-jp-go {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic Gothic Medium, "メイリオ", "Meiryo", sans-serif;
}
.fo-fa-jp-min {
  font-family: "Shippori Mincho", "Old Standard TT", "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.fo-2px {
  font-size: 2px;
  font-size: 0.2rem !important;
  line-height: 5 !important;
}
@media (min-width: 48em) {
  .fo-2px {
    font-size: 0.1rem !important;
  }
}

.fo-2px-sp {
  font-size: 2px;
  font-size: 0.2rem !important;
  line-height: 5 !important;
}

@media (min-width: 48em) {
  .fo-2px-pc {
    font-size: 2px;
    font-size: 0.1rem !important;
    line-height: 5 !important;
  }
}

.fo-4px {
  font-size: 4px;
  font-size: 0.4rem !important;
  line-height: 3 !important;
}
@media (min-width: 48em) {
  .fo-4px {
    font-size: 0.2rem !important;
  }
}

.fo-4px-sp {
  font-size: 4px;
  font-size: 0.4rem !important;
  line-height: 3 !important;
}

@media (min-width: 48em) {
  .fo-4px-pc {
    font-size: 4px;
    font-size: 0.2rem !important;
    line-height: 3 !important;
  }
}

.fo-6px {
  font-size: 6px;
  font-size: 0.6rem !important;
  line-height: 2.3333333333 !important;
}
@media (min-width: 48em) {
  .fo-6px {
    font-size: 0.3rem !important;
  }
}

.fo-6px-sp {
  font-size: 6px;
  font-size: 0.6rem !important;
  line-height: 2.3333333333 !important;
}

@media (min-width: 48em) {
  .fo-6px-pc {
    font-size: 6px;
    font-size: 0.3rem !important;
    line-height: 2.3333333333 !important;
  }
}

.fo-8px {
  font-size: 8px;
  font-size: 0.8rem !important;
  line-height: 2 !important;
}
@media (min-width: 48em) {
  .fo-8px {
    font-size: 0.4rem !important;
  }
}

.fo-8px-sp {
  font-size: 8px;
  font-size: 0.8rem !important;
  line-height: 2 !important;
}

@media (min-width: 48em) {
  .fo-8px-pc {
    font-size: 8px;
    font-size: 0.4rem !important;
    line-height: 2 !important;
  }
}

.fo-10px {
  font-size: 10px;
  font-size: 1rem !important;
  line-height: 1.8 !important;
}
@media (min-width: 48em) {
  .fo-10px {
    font-size: 0.5rem !important;
  }
}

.fo-10px-sp {
  font-size: 10px;
  font-size: 1rem !important;
  line-height: 1.8 !important;
}

@media (min-width: 48em) {
  .fo-10px-pc {
    font-size: 10px;
    font-size: 0.5rem !important;
    line-height: 1.8 !important;
  }
}

.fo-12px {
  font-size: 12px;
  font-size: 1.2rem !important;
  line-height: 1.6666666667 !important;
}
@media (min-width: 48em) {
  .fo-12px {
    font-size: 0.6rem !important;
  }
}

.fo-12px-sp {
  font-size: 12px;
  font-size: 1.2rem !important;
  line-height: 1.6666666667 !important;
}

@media (min-width: 48em) {
  .fo-12px-pc {
    font-size: 12px;
    font-size: 0.6rem !important;
    line-height: 1.6666666667 !important;
  }
}

.fo-14px {
  font-size: 14px;
  font-size: 1.4rem !important;
  line-height: 1.5714285714 !important;
}
@media (min-width: 48em) {
  .fo-14px {
    font-size: 0.7rem !important;
  }
}

.fo-14px-sp {
  font-size: 14px;
  font-size: 1.4rem !important;
  line-height: 1.5714285714 !important;
}

@media (min-width: 48em) {
  .fo-14px-pc {
    font-size: 14px;
    font-size: 0.7rem !important;
    line-height: 1.5714285714 !important;
  }
}

.fo-16px {
  font-size: 16px;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
}
@media (min-width: 48em) {
  .fo-16px {
    font-size: 0.8rem !important;
  }
}

.fo-16px-sp {
  font-size: 16px;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
}

@media (min-width: 48em) {
  .fo-16px-pc {
    font-size: 16px;
    font-size: 0.8rem !important;
    line-height: 1.5 !important;
  }
}

.fo-18px {
  font-size: 18px;
  font-size: 1.8rem !important;
  line-height: 1.4444444444 !important;
}
@media (min-width: 48em) {
  .fo-18px {
    font-size: 0.9rem !important;
  }
}

.fo-18px-sp {
  font-size: 18px;
  font-size: 1.8rem !important;
  line-height: 1.4444444444 !important;
}

@media (min-width: 48em) {
  .fo-18px-pc {
    font-size: 18px;
    font-size: 0.9rem !important;
    line-height: 1.4444444444 !important;
  }
}

.fo-20px {
  font-size: 20px;
  font-size: 2rem !important;
  line-height: 1.4 !important;
}
@media (min-width: 48em) {
  .fo-20px {
    font-size: 1rem !important;
  }
}

.fo-20px-sp {
  font-size: 20px;
  font-size: 2rem !important;
  line-height: 1.4 !important;
}

@media (min-width: 48em) {
  .fo-20px-pc {
    font-size: 20px;
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }
}

.fo-22px {
  font-size: 22px;
  font-size: 2.2rem !important;
  line-height: 1.3636363636 !important;
}
@media (min-width: 48em) {
  .fo-22px {
    font-size: 1.1rem !important;
  }
}

.fo-22px-sp {
  font-size: 22px;
  font-size: 2.2rem !important;
  line-height: 1.3636363636 !important;
}

@media (min-width: 48em) {
  .fo-22px-pc {
    font-size: 22px;
    font-size: 1.1rem !important;
    line-height: 1.3636363636 !important;
  }
}

.fo-24px {
  font-size: 24px;
  font-size: 2.4rem !important;
  line-height: 1.3333333333 !important;
}
@media (min-width: 48em) {
  .fo-24px {
    font-size: 1.2rem !important;
  }
}

.fo-24px-sp {
  font-size: 24px;
  font-size: 2.4rem !important;
  line-height: 1.3333333333 !important;
}

@media (min-width: 48em) {
  .fo-24px-pc {
    font-size: 24px;
    font-size: 1.2rem !important;
    line-height: 1.3333333333 !important;
  }
}

.fo-26px {
  font-size: 26px;
  font-size: 2.6rem !important;
  line-height: 1.3076923077 !important;
}
@media (min-width: 48em) {
  .fo-26px {
    font-size: 1.3rem !important;
  }
}

.fo-26px-sp {
  font-size: 26px;
  font-size: 2.6rem !important;
  line-height: 1.3076923077 !important;
}

@media (min-width: 48em) {
  .fo-26px-pc {
    font-size: 26px;
    font-size: 1.3rem !important;
    line-height: 1.3076923077 !important;
  }
}

.fo-28px {
  font-size: 28px;
  font-size: 2.8rem !important;
  line-height: 1.2857142857 !important;
}
@media (min-width: 48em) {
  .fo-28px {
    font-size: 1.4rem !important;
  }
}

.fo-28px-sp {
  font-size: 28px;
  font-size: 2.8rem !important;
  line-height: 1.2857142857 !important;
}

@media (min-width: 48em) {
  .fo-28px-pc {
    font-size: 28px;
    font-size: 1.4rem !important;
    line-height: 1.2857142857 !important;
  }
}

.fo-30px {
  font-size: 30px;
  font-size: 3rem !important;
  line-height: 1.2666666667 !important;
}
@media (min-width: 48em) {
  .fo-30px {
    font-size: 1.5rem !important;
  }
}

.fo-30px-sp {
  font-size: 30px;
  font-size: 3rem !important;
  line-height: 1.2666666667 !important;
}

@media (min-width: 48em) {
  .fo-30px-pc {
    font-size: 30px;
    font-size: 1.5rem !important;
    line-height: 1.2666666667 !important;
  }
}

.fo-32px {
  font-size: 32px;
  font-size: 3.2rem !important;
  line-height: 1.25 !important;
}
@media (min-width: 48em) {
  .fo-32px {
    font-size: 1.6rem !important;
  }
}

.fo-32px-sp {
  font-size: 32px;
  font-size: 3.2rem !important;
  line-height: 1.25 !important;
}

@media (min-width: 48em) {
  .fo-32px-pc {
    font-size: 32px;
    font-size: 1.6rem !important;
    line-height: 1.25 !important;
  }
}

.fo-34px {
  font-size: 34px;
  font-size: 3.4rem !important;
  line-height: 1.2352941176 !important;
}
@media (min-width: 48em) {
  .fo-34px {
    font-size: 1.7rem !important;
  }
}

.fo-34px-sp {
  font-size: 34px;
  font-size: 3.4rem !important;
  line-height: 1.2352941176 !important;
}

@media (min-width: 48em) {
  .fo-34px-pc {
    font-size: 34px;
    font-size: 1.7rem !important;
    line-height: 1.2352941176 !important;
  }
}

.fo-36px {
  font-size: 36px;
  font-size: 3.6rem !important;
  line-height: 1.2222222222 !important;
}
@media (min-width: 48em) {
  .fo-36px {
    font-size: 1.8rem !important;
  }
}

.fo-36px-sp {
  font-size: 36px;
  font-size: 3.6rem !important;
  line-height: 1.2222222222 !important;
}

@media (min-width: 48em) {
  .fo-36px-pc {
    font-size: 36px;
    font-size: 1.8rem !important;
    line-height: 1.2222222222 !important;
  }
}

.fo-38px {
  font-size: 38px;
  font-size: 3.8rem !important;
  line-height: 1.2105263158 !important;
}
@media (min-width: 48em) {
  .fo-38px {
    font-size: 1.9rem !important;
  }
}

.fo-38px-sp {
  font-size: 38px;
  font-size: 3.8rem !important;
  line-height: 1.2105263158 !important;
}

@media (min-width: 48em) {
  .fo-38px-pc {
    font-size: 38px;
    font-size: 1.9rem !important;
    line-height: 1.2105263158 !important;
  }
}

.fo-40px {
  font-size: 40px;
  font-size: 4rem !important;
  line-height: 1.2 !important;
}
@media (min-width: 48em) {
  .fo-40px {
    font-size: 2rem !important;
  }
}

.fo-40px-sp {
  font-size: 40px;
  font-size: 4rem !important;
  line-height: 1.2 !important;
}

@media (min-width: 48em) {
  .fo-40px-pc {
    font-size: 40px;
    font-size: 2rem !important;
    line-height: 1.2 !important;
  }
}

.fo-42px {
  font-size: 42px;
  font-size: 4.2rem !important;
  line-height: 1.1904761905 !important;
}
@media (min-width: 48em) {
  .fo-42px {
    font-size: 2.1rem !important;
  }
}

.fo-42px-sp {
  font-size: 42px;
  font-size: 4.2rem !important;
  line-height: 1.1904761905 !important;
}

@media (min-width: 48em) {
  .fo-42px-pc {
    font-size: 42px;
    font-size: 2.1rem !important;
    line-height: 1.1904761905 !important;
  }
}

.fo-44px {
  font-size: 44px;
  font-size: 4.4rem !important;
  line-height: 1.1818181818 !important;
}
@media (min-width: 48em) {
  .fo-44px {
    font-size: 2.2rem !important;
  }
}

.fo-44px-sp {
  font-size: 44px;
  font-size: 4.4rem !important;
  line-height: 1.1818181818 !important;
}

@media (min-width: 48em) {
  .fo-44px-pc {
    font-size: 44px;
    font-size: 2.2rem !important;
    line-height: 1.1818181818 !important;
  }
}

.fo-46px {
  font-size: 46px;
  font-size: 4.6rem !important;
  line-height: 1.1739130435 !important;
}
@media (min-width: 48em) {
  .fo-46px {
    font-size: 2.3rem !important;
  }
}

.fo-46px-sp {
  font-size: 46px;
  font-size: 4.6rem !important;
  line-height: 1.1739130435 !important;
}

@media (min-width: 48em) {
  .fo-46px-pc {
    font-size: 46px;
    font-size: 2.3rem !important;
    line-height: 1.1739130435 !important;
  }
}

.fo-48px {
  font-size: 48px;
  font-size: 4.8rem !important;
  line-height: 1.1666666667 !important;
}
@media (min-width: 48em) {
  .fo-48px {
    font-size: 2.4rem !important;
  }
}

.fo-48px-sp {
  font-size: 48px;
  font-size: 4.8rem !important;
  line-height: 1.1666666667 !important;
}

@media (min-width: 48em) {
  .fo-48px-pc {
    font-size: 48px;
    font-size: 2.4rem !important;
    line-height: 1.1666666667 !important;
  }
}

.fo-50px {
  font-size: 50px;
  font-size: 5rem !important;
  line-height: 1.16 !important;
}
@media (min-width: 48em) {
  .fo-50px {
    font-size: 2.5rem !important;
  }
}

.fo-50px-sp {
  font-size: 50px;
  font-size: 5rem !important;
  line-height: 1.16 !important;
}

@media (min-width: 48em) {
  .fo-50px-pc {
    font-size: 50px;
    font-size: 2.5rem !important;
    line-height: 1.16 !important;
  }
}

.fo-52px {
  font-size: 52px;
  font-size: 5.2rem !important;
  line-height: 1.1538461538 !important;
}
@media (min-width: 48em) {
  .fo-52px {
    font-size: 2.6rem !important;
  }
}

.fo-52px-sp {
  font-size: 52px;
  font-size: 5.2rem !important;
  line-height: 1.1538461538 !important;
}

@media (min-width: 48em) {
  .fo-52px-pc {
    font-size: 52px;
    font-size: 2.6rem !important;
    line-height: 1.1538461538 !important;
  }
}

.fo-54px {
  font-size: 54px;
  font-size: 5.4rem !important;
  line-height: 1.1481481481 !important;
}
@media (min-width: 48em) {
  .fo-54px {
    font-size: 2.7rem !important;
  }
}

.fo-54px-sp {
  font-size: 54px;
  font-size: 5.4rem !important;
  line-height: 1.1481481481 !important;
}

@media (min-width: 48em) {
  .fo-54px-pc {
    font-size: 54px;
    font-size: 2.7rem !important;
    line-height: 1.1481481481 !important;
  }
}

.fo-56px {
  font-size: 56px;
  font-size: 5.6rem !important;
  line-height: 1.1428571429 !important;
}
@media (min-width: 48em) {
  .fo-56px {
    font-size: 2.8rem !important;
  }
}

.fo-56px-sp {
  font-size: 56px;
  font-size: 5.6rem !important;
  line-height: 1.1428571429 !important;
}

@media (min-width: 48em) {
  .fo-56px-pc {
    font-size: 56px;
    font-size: 2.8rem !important;
    line-height: 1.1428571429 !important;
  }
}

.fo-58px {
  font-size: 58px;
  font-size: 5.8rem !important;
  line-height: 1.1379310345 !important;
}
@media (min-width: 48em) {
  .fo-58px {
    font-size: 2.9rem !important;
  }
}

.fo-58px-sp {
  font-size: 58px;
  font-size: 5.8rem !important;
  line-height: 1.1379310345 !important;
}

@media (min-width: 48em) {
  .fo-58px-pc {
    font-size: 58px;
    font-size: 2.9rem !important;
    line-height: 1.1379310345 !important;
  }
}

.fo-60px {
  font-size: 60px;
  font-size: 6rem !important;
  line-height: 1.1333333333 !important;
}
@media (min-width: 48em) {
  .fo-60px {
    font-size: 3rem !important;
  }
}

.fo-60px-sp {
  font-size: 60px;
  font-size: 6rem !important;
  line-height: 1.1333333333 !important;
}

@media (min-width: 48em) {
  .fo-60px-pc {
    font-size: 60px;
    font-size: 3rem !important;
    line-height: 1.1333333333 !important;
  }
}

.fo-co-base {
  color: #231815;
}
.fo-co-white {
  color: #fff;
}
.fo-co-black {
  color: rgb(25.5, 25.5, 25.5);
}
.fo-co-gray {
  color: #eee;
}
.fo-co-red {
  color: #d63b3f;
}
.fo-co-pink {
  color: #f36861;
}
.fo-co-blue {
  color: #36b1c0;
}
.fo-co-green {
  color: #68ba8a;
}
.fo-co-orange {
  color: #f98700;
}
.fo-co-yellow {
  color: #ffff00;
}

.text-lh-16px {
  line-height: 16px;
}

.text-lh-24px {
  line-height: 24px;
}

.text-lh-32px {
  line-height: 32px;
}

.text-lh-40px {
  line-height: 40px;
}

.text-lh-48px {
  line-height: 48px;
}

.text-lh-56px {
  line-height: 56px;
}

.text-indent-1em {
  text-indent: 1em;
}

/*1行で3点リーダー*/
.wrap-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

/*2行で3点リーダー*/
.wrap-multitext {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.img-float-l, .img-float-r {
  display: block;
  margin: 0 auto 2rem auto;
  text-align: center;
}
@media (min-width: 30em) {
  .img-float-l, .img-float-r {
    float: left;
    display: inline-block;
    margin: 0 1.875rem 1.875rem 0;
  }
}
@media (min-width: 30em) {
  .img-float-r {
    float: right;
    margin: 0 0 1.875rem 1.875rem;
  }
}

.border-top {
  border-top: 1px rgb(199.75, 199.75, 199.75) solid;
}
.border-bottom {
  border-bottom: 1px rgb(199.75, 199.75, 199.75) solid;
}
.border-1px {
  border: 1px #ddd solid;
}
.border-2px {
  border: 2px #ddd solid;
}
.border-3px {
  border: 3px #ddd solid;
}
.border-4px {
  border: 4px #eee solid;
}
.border-5px {
  border: 5px #eee solid;
}
.border-co-base {
  border-color: #231815;
}
.border-co-white {
  border-color: #fff;
}
.border-co-black {
  border-color: rgb(25.5, 25.5, 25.5);
}
.border-co-gray {
  border-color: #eee;
}
.border-co-red {
  border-color: #d63b3f;
}
.border-co-pink {
  border-color: #f36861;
}
.border-co-blue {
  border-color: #36b1c0;
}
.border-co-green {
  border-color: #68ba8a;
}
.border-co-orange {
  border-color: #f98700;
}
.border-co-yellow {
  border-color: #ffff00;
}

.radius-4 {
  border-radius: 4px;
}
.radius-8 {
  border-radius: 8px;
}
.radius-16 {
  border-radius: 16px;
}
.radius-24 {
  border-radius: 24px;
}
.radius-32 {
  border-radius: 32px;
}
.radius-40 {
  border-radius: 40px;
}
.radius-100 {
  border-radius: 100%;
}

.bg-co-gray-light {
  background-color: rgb(225.25, 225.25, 225.25);
}
.bg-co-gray-middle {
  background-color: rgb(212.5, 212.5, 212.5);
}
.bg-co-gray-dark {
  background-color: rgb(199.75, 199.75, 199.75);
}
.bg-co-black {
  background-color: rgb(25.5, 25.5, 25.5);
  color: #fff;
}
.bg-co-white {
  background-color: #fff;
}

#PagetopBtn {
  position: fixed;
  right: -44px;
  bottom: 20px;
  z-index: 800;
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media (min-width: 64em) {
  #PagetopBtn {
    bottom: 24px;
  }
}
#PagetopBtn:hover {
  bottom: 32px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#PagetopBtn.visible {
  bottom: 20px;
  right: 16px;
  opacity: 1;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media (min-width: 64em) {
  #PagetopBtn.visible {
    bottom: 24px;
    right: 16px;
  }
}
#PagetopBtn a {
  outline: none;
  width: 30px;
  height: 30px;
  font-size: 10px;
  line-height: 28px;
  text-align: center;
  display: block;
  color: #fff;
  text-align: center;
  background: #913d91;
  margin: 0;
  border-radius: 100%;
}
@media (min-width: 64em) {
  #PagetopBtn a {
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 48px;
  }
}
#PagetopBtn a img {
  height: 20px;
  width: auto;
}
#PagetopBtn a:hover {
  opacity: 1;
}

.tab {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tab li {
  margin: 0;
}

.content_wrap {
  display: block;
}
.content_wrap.disnon {
  display: block;
}
@media (min-width: 48em) {
  .content_wrap.disnon {
    display: none;
  }
}

.accordion-menu-btn {
  cursor: pointer;
}
.accordion-menu-box {
  display: none;
}
.accordion-menu-box.visible {
  display: none;
}

.accordion-menu-sp-btn {
  cursor: pointer;
}
@media (min-width: 48em) {
  .accordion-menu-sp-btn {
    cursor: auto;
  }
}
.accordion-menu-sp-box {
  display: none;
}
.accordion-menu-sp-box.visible {
  display: none;
}
.accordion-menu-sp-box.invisible {
  display: block;
}
@media (min-width: 48em) {
  .accordion-menu-sp-box {
    display: block;
  }
  .accordion-menu-sp-box.invisible, .accordion-menu-sp-box.visible {
    display: block;
  }
}

/* ----------------------------------------------------------

   #mainsl

   ---------------------------------------------------------- */
#mainsl {
  margin: 0;
  width: 100%;
  height: 700px;
  min-height: 700px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: block;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 48em) {
  #mainsl {
    height: 90vh;
    min-height: 90vh;
  }
}

/* ----- .mainImg ----- */
.mainImg {
  height: 100%;
  min-height: 100%;
  height: 100%;
  min-height: 100%;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat;
  list-style: none;
}

/* ----- .position ----- */
.posiCenter {
  background-position: center;
}

.posiTop {
  background-position: top;
}

.posiBottom {
  background-position: bottom;
}

.posiRight {
  background-position: right;
}

.posiLeft {
  background-position: right;
}

/* ----- .bgAttachmen ----- */
.bgAttachment {
  background-attachment: fixed;
}

/* ----- .bgAttachmen ----- */
.logoNone h1 {
  display: none;
}

/* ----- a.linkArea ----- */
#mainsl a.linkArea {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 1;
  background: none;
}

/* ----- .slick-slider ----- */
#mainsl .slick-list,
#mainsl .slick-track {
  height: 100%;
}

/* .slick-prev .slick-next */
#mainsl .slick-prev,
#mainsl .slick-next {
  display: none;
  position: absolute;
  height: 20px;
  width: 20px;
  width: 50px;
  height: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  margin-top: -25px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
  text-align: center;
  background: transparent;
  color: #de0716;
  border: #de0716 1px solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
}

#mainsl .slick-prev:hover,
#mainsl .slick-next:hover {
  color: #fefefe;
  background: #de0716;
}

#mainsl .slick-prev:before,
#mainsl .slick-next:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  font-family: "themify";
  font-size: 12px;
  line-height: 50px;
  text-align: center; /*opacity: 0.75; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}

#mainsl .slick-prev {
  left: 25px;
}

[dir=rtl] #mainsl .slick-prev {
  left: auto;
  right: 25px;
}

#mainsl .slick-prev:before {
  content: "◀";
}

[dir=rtl] #mainsl .slick-prev:before {
  content: "◀";
}

#mainsl .slick-next {
  right: 25px;
}

[dir=rtl] #mainsl .slick-next {
  left: 25px;
  right: auto;
}

#mainsl .slick-next:before {
  content: "▸";
}

[dir=rtl] #mainsl .slick-next:before {
  content: "▸";
}

/* ----- .slick-dots ----- */
#mainsl .slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

#mainsl .slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

#mainsl .slick-dots li button {
  border: 0;
  background: #fefefe;
  display: block;
  height: 10px;
  width: 10px;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  background: #fefefe;
}

#mainsl .slick-dots li.slick-active button {
  outline: 0;
  background: #ffe360;
}

/* ----- .scrollArea ----- */
#mainsl .scrollArea {
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
  display: block;
  z-index: 2;
  text-align: center;
}

#mainsl .scrollArea a {
  display: block;
  width: 60px;
  height: 60px;
  color: #de0716;
  border: #de0716 1px solid;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
}

#mainsl .scrollArea a i {
  font-size: 15px;
  line-height: 60px;
}

#mainsl .scrollArea a:hover {
  color: #fefefe;
  background: #de0716;
  border: none;
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/*ポジション
.posiCenter { background-position: center; }
.posiTop { background-position: top; }
.posiBottom { background-position: bottom; }
.posiRight { background-position: right; }
.posiLeft { background-position: left; }*/
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}

.easy-select-box {
  display: inline-block;
  position: relative;
}
.easy-select-box .esb-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 300;
  display: none;
}

.ui-datepicker {
  width: 96%;
  padding-bottom: 16px;
  background-color: #000;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
@media (min-width: 64em) {
  .ui-datepicker {
    width: auto;
  }
}
.ui-datepicker-header {
  position: relative;
  margin: 0 auto;
  width: 300px;
  height: 48px;
  background-color: #000;
  text-align: center;
  color: #fff;
  line-height: 48px;
}
@media (min-width: 64em) {
  .ui-datepicker-header {
    width: 295px;
  }
}
.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  width: 32px;
  height: 32px;
  color: #fff;
  cursor: pointer;
}
.ui-datepicker-prev:before, .ui-datepicker-next:before {
  content: "\f104";
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  border: 1px solid #fff;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 28px;
  border-radius: 16px;
}
.ui-datepicker-prev .ui-icon, .ui-datepicker-next .ui-icon {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
.ui-datepicker-prev {
  left: 10px;
}
.ui-datepicker-prev:before {
  left: 0;
}
.ui-datepicker-next {
  right: 10px;
}
.ui-datepicker-next:before {
  content: "\f105";
  right: 0;
}
.ui-datepicker-calendar {
  min-width: 300px;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  text-align: center;
}
@media (min-width: 64em) {
  .ui-datepicker-calendar {
    min-width: 295px;
  }
}
.ui-datepicker-calendar .ui-state-default {
  color: #fff;
}

/* ----------------------------------------------------------
   .preloader
   -------------------------------------------------  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #fff;
  z-index: 999999;
}

.spinner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 120px;
  height: 120px;
  margin: auto;
  text-indent: -9999px;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #0068b6;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spin 0.6s linear infinite;
  animation: spin 0.6s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (max-width: 414px) {
  .spinner {
    width: 80px;
    height: 80px;
  }
}
/*アンカー*/
.ancor {
  position: absolute;
  top: -6em;
}

/*google mapレスポンシブ*/
.gmap {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
}
@media (min-width: 48em) {
  .gmap {
    padding-bottom: 30%;
    margin: 5rem 0;
  }
}
.gmap iframe, .gmap object, .gmap embed {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*標準テキスト*/
.pagag {
  text-align: left;
}
@media (min-width: 48em) {
  .pagag {
    text-align: center;
  }
}

/*表示非表示*/
.tabletbr {
  display: inline-block !important;
}
@media (min-width: 48em) {
  .tabletbr {
    display: none !important;
  }
}

.pcbr {
  display: none !important;
}
@media (min-width: 48em) {
  .pcbr {
    display: inline-block !important;
  }
}

.sptabletspcbr {
  display: inline-block !important;
}
@media (min-width: 64em) {
  .sptabletspcbr {
    display: none !important;
  }
}

.bpcbr {
  display: none !important;
}
@media (min-width: 64em) {
  .bpcbr {
    display: inline-block !important;
  }
}

.tel-link a {
  color: currentColor;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 9999;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  background: #fff;
  padding: 0 25px;
}
@media (min-width: 64em) {
  #header {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
  }
}
#header .title-main .normal {
  display: inline-block;
}
#header .title-main .sticky {
  display: none;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  height: 70px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media (min-width: 64em) {
  .header {
    height: 116px;
    padding: 0;
  }
}
.header-title {
  display: block;
  margin: 0;
  line-height: 0;
  padding: 0;
  width: 30vw;
}
@media (min-width: 35em) {
  .header-title {
    width: 20vw;
  }
}
@media (min-width: 64em) {
  .header-title {
    width: 20vw;
  }
}
.header-title .title-main {
  display: inline-block;
  height: auto;
  width: 100%;
}
.header-title .title-main img {
  height: auto;
  width: 100%;
}
.header-title .title-main img.w {
  display: block;
}
.header-title .title-main img.lo {
  display: none;
}
.header-menu {
  pointer-events: none;
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-bottom: 110px;
  background: linear-gradient(to bottom, #913d91 70px, #fff 70px);
  color: #fff;
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header-menu-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 140px;
  z-index: 2;
}
.header-menu-logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 64em) {
  .header-menu-logo {
    display: none;
  }
}
@media (min-width: 64em) {
  .header-menu {
    pointer-events: auto;
    position: relative;
    display: block;
    width: auto;
    text-align: right;
    overflow: visible;
    background: none;
    margin: 0;
    padding: 0;
    opacity: 1;
    right: 0;
    height: auto;
  }
}
.header-menu-gl {
  z-index: 1;
}
@media (min-width: 64em) {
  .header-menu-gl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-menu-gl ul {
  margin: 0;
  padding: 70px 0 0 0;
  list-style: none;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 64em) {
  .header-menu-gl ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    text-align: right;
    position: relative;
  }
}
.header-menu-gl ul::before {
  position: absolute;
  top: 69px;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #cdcdcd;
}
@media (min-width: 64em) {
  .header-menu-gl ul::before {
    display: none;
  }
}
.header-menu-gl ul li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid #cdcdcd;
  position: relative;
}
@media (min-width: 64em) {
  .header-menu-gl ul li {
    line-height: 6vh;
    width: auto;
    border-bottom: none;
    line-height: 1.15625;
    padding: 0;
    background: none;
    margin: 0 15px 0 15px;
    border: none;
  }
  .header-menu-gl ul li::after {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background-color: #7c7c7c;
    position: absolute;
    top: 0;
    left: -15px;
  }
  .header-menu-gl ul li:first-child::after {
    display: none;
  }
  .header-menu-gl ul li:last-child::after {
    display: none;
  }
}
.header-menu-gl ul li.contact-n {
  margin: -1px 0 0 0;
  width: 100%;
}
@media (min-width: 64em) {
  .header-menu-gl ul li.contact-n {
    width: auto;
    padding: 0 0 0 10px;
    margin: 0;
  }
}
@media (min-width: 71.875em) {
  .header-menu-gl ul li.contact-n {
    padding: 0 0 0 20px;
  }
}
.header-menu-gl ul li.contact-n::before {
  display: none !important;
}
@media (min-width: 64em) {
  .header-menu-gl ul li.contact-n a {
    background: #231815;
    padding: 0 0.75em;
    line-height: 2.6em;
    border: 1px solid #fff;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media (min-width: 71.875em) {
  .header-menu-gl ul li.contact-n a {
    padding: 0 0.75em;
  }
}
@media (min-width: 64em) {
  .header-menu-gl ul li.contact-n a:before, .header-menu-gl ul li.contact-n a::after {
    display: none;
  }
}
@media (min-width: 64em) {
  .header-menu-gl ul li.contact-n a:hover {
    background: #913d91;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.header-menu-gl ul li a {
  position: relative;
  display: block;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  display: inline-block;
  color: #000;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .header-menu-gl ul li a {
    font-size: 0.8rem;
  }
}
@media (min-width: 64em) {
  .header-menu-gl ul li a {
    text-align: center;
    font-size: 0.8rem;
    color: #000;
    padding: 0;
  }
  .header-menu-gl ul li a::after {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: -19px;
    background-color: #913d91;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
}
.header-menu-gl ul li a:hover {
  opacity: 1;
}
@media (min-width: 64em) {
  .header-menu-gl ul li a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
.header-menu-gl ul li a span {
  font-weight: 600;
  display: block;
  width: 100%;
  line-height: 1em;
  font-size: 2.4rem;
}
@media (min-width: 64em) {
  .header-menu-gl ul li a span {
    display: none;
  }
}
@media (min-width: 64em) {
  .header-menu-gl ul li:hover {
    color: #913d91;
  }
}
.header-menu.open {
  pointer-events: auto;
  right: 0;
  top: 0;
  right: 0;
  z-index: 900;
  display: block;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  /*.logol {
      @include transition(.3s ease-in-out);
      opacity: 1;
  }*/
}

@media (min-width: 64em) {
  .header-menu-gl ul li.has-submenu {
    position: relative;
  }
}
.header-menu-gl ul li.has-submenu > a::before {
  display: none !important;
}
.header-menu-gl ul li.has-submenu .header-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-menu-gl ul li.has-submenu .header-submenu::before {
  display: none !important;
}
@media (min-width: 64em) {
  .header-menu-gl ul li.has-submenu .header-submenu {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 14em;
    padding: 1rem 0 0.5rem 0;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 9999;
    text-align: center;
  }
}
.header-menu-gl ul li.has-submenu .header-submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #cdcdcd;
  background: transparent;
}
@media (min-width: 64em) {
  .header-menu-gl ul li.has-submenu .header-submenu li {
    line-height: normal;
    width: 100%;
    margin: 0;
    background: rgba(20, 20, 20, 0.92);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .header-menu-gl ul li.has-submenu .header-submenu li::after {
    display: none !important;
  }
  .header-menu-gl ul li.has-submenu .header-submenu li:last-child {
    border-bottom: none;
  }
}
.header-menu-gl ul li.has-submenu .header-submenu li a {
  display: block;
  width: 100%;
  padding: 1rem 2.5rem 1rem 4.5rem;
  color: #000;
  white-space: nowrap;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .header-menu-gl ul li.has-submenu .header-submenu li a {
    font-size: 0.8rem;
  }
}
.header-menu-gl ul li.has-submenu .header-submenu li a::after {
  display: none !important;
}
@media (min-width: 64em) {
  .header-menu-gl ul li.has-submenu .header-submenu li a {
    padding: 0.85em 1.2em;
    color: #fff;
    letter-spacing: 0.05em;
  }
  .header-menu-gl ul li.has-submenu .header-submenu li a::before, .header-menu-gl ul li.has-submenu .header-submenu li a::after {
    display: none !important;
  }
  .header-menu-gl ul li.has-submenu .header-submenu li a:hover {
    background: #913d91;
    color: #fff;
  }
}
.header-menu-gl ul li.has-submenu .header-submenu li:nth-child(1) a {
  background: #1063a6;
  color: #fff;
}
@media (min-width: 64em) {
  .header-menu-gl ul li.has-submenu .header-submenu li:nth-child(1) a {
    background: transparent;
  }
  .header-menu-gl ul li.has-submenu .header-submenu li:nth-child(1) a:hover {
    background: #1063a6;
  }
}
.header-menu-gl ul li.has-submenu .header-submenu li:nth-child(2) a {
  background: #d73246;
  color: #fff;
}
@media (min-width: 64em) {
  .header-menu-gl ul li.has-submenu .header-submenu li:nth-child(2) a {
    background: transparent;
  }
  .header-menu-gl ul li.has-submenu .header-submenu li:nth-child(2) a:hover {
    background: #d73246;
  }
}
.header-menu-gl ul li.has-submenu .header-submenu li:nth-child(3) a {
  background: #913d91;
  color: #fff;
}
@media (min-width: 64em) {
  .header-menu-gl ul li.has-submenu .header-submenu li:nth-child(3) a {
    background: transparent;
  }
  .header-menu-gl ul li.has-submenu .header-submenu li:nth-child(3) a:hover {
    background: #913d91;
  }
}
.header-menu-gl ul li.has-submenu .header-submenu li:nth-child(4) a {
  background: #af6642;
  color: #fff;
}
@media (min-width: 64em) {
  .header-menu-gl ul li.has-submenu .header-submenu li:nth-child(4) a {
    background: transparent;
  }
  .header-menu-gl ul li.has-submenu .header-submenu li:nth-child(4) a:hover {
    background: #af6642;
  }
}
.header-menu-gl ul li.has-submenu .header-submenu li:nth-child(5) a {
  background: #33a146;
  color: #fff;
}
@media (min-width: 64em) {
  .header-menu-gl ul li.has-submenu .header-submenu li:nth-child(5) a {
    background: transparent;
  }
  .header-menu-gl ul li.has-submenu .header-submenu li:nth-child(5) a:hover {
    background: #33a146;
  }
}
@media (min-width: 64em) {
  .header-menu-gl ul li.has-submenu:hover .header-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(1px);
  z-index: 890;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (min-width: 64em) {
  .overlay {
    display: none;
  }
}
.overlay.is-visible {
  pointer-events: inherit;
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

@media (min-width: 64em) {
  #header.scrollheader {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    margin-top: -110px;
  }
}
#header.scrollheader .header {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

#menu-btn {
  position: fixed;
  right: 0;
  top: 0;
  padding: 0;
  width: 78px;
  height: 70px;
  display: block;
  z-index: 9000;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 64em) {
  #menu-btn {
    display: none;
  }
}
#menu-btn .menu-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  margin: 0 0 0 -15px;
  background-color: #000000;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
#menu-btn .menu-btn-icon:before, #menu-btn .menu-btn-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: #000000;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
#menu-btn .menu-btn-icon:before {
  margin-top: -8px;
}
#menu-btn .menu-btn-icon:after {
  margin-top: 8px;
}
#menu-btn .menu-btn-text {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
#menu-btn .menu-btn-text:before {
  color: #fff;
  font-size: 8px !important;
  letter-spacing: 0.08em;
}
@media (min-width: 48em) {
  #menu-btn .menu-btn-text {
    font-size: 0.5rem;
  }
}
#menu-btn.open {
  color: #000;
}
#menu-btn.open .menu-btn-text:before {
  color: #000;
  font-size: 8px !important;
}
#menu-btn.open .menu-btn-icon {
  background: transparent;
}
#menu-btn.open .menu-btn-icon:before, #menu-btn.open .menu-btn-icon:after {
  background-color: #fff;
}
#menu-btn.open .menu-btn-icon:before {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#menu-btn.open .menu-btn-icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#footer {
  background: #fff;
  position: relative;
  padding: 2rem 0;
  text-align: center;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  #footer {
    font-size: inherit;
  }
}
@media (min-width: 64em) {
  #footer {
    padding: 3rem 0;
  }
}
#footer .footerinner .container .finbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2rem;
}
#footer .footerinner .container .finbox .finboxleft {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
  margin-bottom: 4rem;
}
@media (min-width: 64em) {
  #footer .footerinner .container .finbox .finboxleft {
    width: 60%;
    margin-bottom: 0;
  }
}
#footer .footerinner .container .finbox .finboxleft .flogo {
  width: 150px;
  display: block;
  margin-top: auto;
  padding-top: 4rem;
  padding-bottom: 0.75em;
}
#footer .footerinner .container .finbox .finboxleft .flogo img {
  width: 100%;
  height: auto;
}
#footer .footerinner .container .finbox .finboxleft dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75rem;
}
@media (min-width: 48em) {
  #footer .footerinner .container .finbox .finboxleft dl {
    margin-bottom: 0.35rem;
    font-size: 0.7rem;
  }
}
#footer .footerinner .container .finbox .finboxleft dl dt {
  display: block;
  width: 7.5em;
}
#footer .footerinner .container .finbox .finboxleft dl dd {
  display: block;
  width: calc(100% - 7.5em);
}
#footer .footerinner .container .finbox .finboxleft .footerlist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .footerinner .container .finbox .finboxleft .footerlist li {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
#footer .footerinner .container .finbox .finboxleft .footerlist li .footerlistin {
  margin: 0;
  padding: 0 0 0 0;
  display: block;
}
@media (min-width: 48em) {
  #footer .footerinner .container .finbox .finboxleft .footerlist li .footerlistin {
    padding: 0 1rem 0 0;
  }
}
#footer .footerinner .container .finbox .finboxleft .footerlist li .footerlistin li {
  padding: 0.25rem 0;
}
#footer .footerinner .container .finbox .finboxleft .footerlist li .footerlistin li:first-child {
  font-weight: bold;
}
#footer .footerinner .container .finbox .finboxleft .footerlist li .footerlistin li a:hover {
  opacity: 1;
  color: #913d91;
}
#footer .footerinner .container .finbox .finboxleft .ins {
  display: block;
  width: 34px;
  height: auto;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 20px;
}
#footer .footerinner .container .finbox .finboxleft .ins img {
  width: 100%;
  height: auto;
}
#footer .footerinner .container .finbox .finboxright {
  display: block;
  width: 100%;
}
@media (min-width: 64em) {
  #footer .footerinner .container .finbox .finboxright {
    width: 38%;
  }
}
#footer .footerinner .container .finbox .finboxright a {
  margin-bottom: 1rem;
}
#footer .footerinner .container .finbox .finboxright a:last-of-type {
  margin-bottom: 0;
}
#footer .footerinner .container .finbox .finboxright a {
  display: block;
  overflow: hidden;
}
#footer .footerinner .container .finbox .finboxright a img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 10;
}
#footer .footerinner .container .finbox .finboxright a:hover {
  opacity: 1;
}
#footer .footerinner .container .finbox .finboxright a.contactbanner {
  position: relative;
}
#footer .footerinner .container .finbox .finboxright a.contactbanner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: url("img/banner2.jpg");
  background-size: cover !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#footer .footerinner .container .finbox .finboxright a.contactbanner::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#footer .footerinner .container .finbox .finboxright a.contactbanner:hover::before {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#footer .footerinner .container .finbox .finboxright a.contactbanner:hover::after {
  background: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#footer .footerinner .container .finbox .finboxright a.recruitbanner {
  position: relative;
}
#footer .footerinner .container .finbox .finboxright a.recruitbanner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: url("img/banner3.jpg");
  background-size: cover !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#footer .footerinner .container .finbox .finboxright a.recruitbanner::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.25);
  z-index: 5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#footer .footerinner .container .finbox .finboxright a.recruitbanner:hover::before {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#footer .footerinner .container .finbox .finboxright a.recruitbanner:hover::after {
  background: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#footer .footerinner .container .finbox .finboxright .copyright {
  text-align: right;
  display: block;
  font-size: 12px;
  margin-top: 1rem;
}
@media (min-width: 48em) {
  #footer .footerinner .container .finbox .finboxright .copyright {
    font-size: 0.5rem;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0;
  }
}

.toppage #footer {
  background: none;
}

#mainContents {
  padding-top: 70px;
  letter-spacing: 0.025em;
  line-height: 2em;
}
@media (min-width: 64em) {
  #mainContents {
    padding-top: 116px;
  }
}

.contents-sidebar {
  position: relative;
  margin: 0 -0.75rem 2.4rem -0.75rem;
}
@media (min-width: 64em) {
  .contents-sidebar {
    margin: 0 0 1.4rem 0;
  }
}

.toppage .maingf {
  overflow: hidden;
}

.magingf-video {
  top: 70px;
  display: block;
  width: 100%;
  position: fixed;
  aspect-ratio: 4/3;
  z-index: -10;
}
@media (min-width: 64em) {
  .magingf-video {
    top: 115px;
    aspect-ratio: 100/57;
  }
}
.magingf-video video {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.magingf-video source {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.maingf {
  display: block;
  width: 100%;
}
.maingf-text {
  position: absolute;
  bottom: 100px;
  left: 9vw;
  display: block;
  z-index: 12;
}
@media (min-width: 48em) {
  .maingf-text {
    bottom: 200px;
    left: 12vw;
  }
}
.maingf-text-h2 {
  display: block;
  color: #fff;
  line-height: 1.8em;
  margin: 0;
  font-weight: 700;
  font-size: 30px;
}
@media (min-width: 48em) {
  .maingf-text-h2 {
    font-size: 40px;
  }
}
.maingf-text-h2 span {
  display: inline-block;
  padding: 0;
}
.maingf-text-en {
  display: none;
}
@media (min-width: 64em) {
  .maingf-text-en {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: block;
    width: 240px;
    position: absolute;
    left: calc(50% - 120px);
    bottom: 35px;
  }
}
.maingf-text-en img {
  height: auto;
  width: 100%;
}
.maingf-br {
  display: inline-block;
  margin-top: 5em;
}
@media (min-width: 64em) {
  .maingf-br {
    margin: 0;
    display: none;
  }
}
.maingf .spmargin {
  margin-top: 6em;
}
@media (min-width: 64em) {
  .maingf .spmargin {
    margin-top: 0;
  }
}
.maingf .topicsbord {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 11;
}
.maingf .topicsbord .tbread {
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  padding: 0;
  margin: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(188, 255, 229, 0.3)), to(rgba(201, 211, 245, 0.3)));
  background: linear-gradient(rgba(188, 255, 229, 0.3), rgba(201, 211, 245, 0.3));
  width: 78px;
  text-align: center;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .maingf .topicsbord .tbread {
    line-height: 90px;
    width: 200px;
    text-align: center;
    font-size: 1.1rem;
  }
}
.maingf .topicsbord .tbbox {
  display: block;
  width: calc(100% - 78px);
  line-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 1.25rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 48em) {
  .maingf .topicsbord .tbbox {
    width: calc(100% - 200px);
    line-height: 90px;
    padding: 0 2rem;
  }
}
.maingf .topicsbord .tbbox:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  color: #6a9bfa;
}

.movieadjust {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
}
@media (min-width: 64em) {
  .movieadjust {
    aspect-ratio: 100/57;
  }
}

.informationblock {
  position: relative;
  padding-bottom: 0;
  display: block;
  width: 100%;
  background: #ffffff;
}
.informationblock:before {
  position: absolute;
  top: -70px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: url(img/dot.png);
  background-size: cover !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 64em) {
  .informationblock:before {
    height: 169px;
    top: -169px;
  }
}
.informationblock .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.informationblock .container .infoleft {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 64em) {
  .informationblock .container .infoleft {
    width: 44%;
    margin-bottom: 0;
    text-align: left;
  }
}
.informationblock .container .inforight {
  display: block;
  width: 100%;
}
@media (min-width: 64em) {
  .informationblock .container .inforight {
    width: 52%;
  }
}
.informationblock .container .inforight .topnewslist {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: #7c7c7c 1px solid;
}
.informationblock .container .inforight .topnewslist li {
  padding: 0.5em 0 0.5em 0.75rem;
  border-bottom: 1px solid #7c7c7c;
  width: 100%;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .informationblock .container .inforight .topnewslist li {
    font-size: 0.7rem;
  }
}
.informationblock .container .inforight .topnewslist li:last-child {
  border: none;
}
.informationblock .container .inforight .topnewslist li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}
.informationblock .container .inforight .topnewslist li > a:hover {
  opacity: 0.75;
}
.informationblock .container .inforight .topnewslist li .thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 5rem;
  margin-right: 0.75rem;
  background: #ddd;
  overflow: hidden;
}
.informationblock .container .inforight .topnewslist li .thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.informationblock .container .inforight .topnewslist li .textbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.informationblock .container .inforight .topnewslist li .date {
  display: inline-block;
  padding-right: 1em;
  color: #000;
}
.informationblock .container .inforight .topnewslist li .ntitle {
  display: block;
  line-height: 1.4;
}
.informationblock .container .inforight .topnewslist li .ntitle .title {
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.informationblock .container .inforight .topnewslist li .excerpt {
  display: block;
  margin-top: 0.1em;
  line-height: 1.4;
  color: #7c7c7c;
}
.informationblock .topbanner {
  margin: 7.5rem 0 0 0;
  padding: 5rem 0 5rem 0;
  padding-bottom: calc(5rem + 100px);
  background: url("img/topbg1.jpg");
  background-size: cover !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  position: relative;
}
@media (min-width: 48em) {
  .informationblock .topbanner {
    background-position: center center !important;
    background: url("img/topbg1.jpg");
  }
}
.informationblock .topbanner .topbanner_inner {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2rem;
}
.informationblock .topbanner .topbanner_inner a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .informationblock .topbanner .topbanner_inner a {
    width: 49%;
    margin-bottom: 0;
  }
}
.informationblock .topbanner .topbanner_inner a img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.informationblock .topbanner .topbanner_inner a:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.informationblock .topbanner .topbanner_inner a:hover img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  width: 100%;
  height: auto;
}
.informationblock .topbanner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: url("img/topbg2.png");
  background-size: cover !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 64em) {
  .informationblock .topbanner::before {
    background-position: right center !important;
  }
}

.btncenter {
  display: block;
  text-align: center;
}

.btn-red {
  background: #d7000f;
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 0.25em 0.75em;
  opacity: 1;
}
.btn-red:hover {
  opacity: 1;
  background: #913d91;
}

.btn-black {
  background: #231815;
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 0.25em 0.75em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn-black:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
  background: #913d91;
}

.infotitle {
  display: inline-block;
  text-align: right;
}
.infotitle .infotitlein {
  display: inline-block;
  position: relative;
  padding: 1em 0;
  overflow: hidden;
}
.infotitle .infotitlein p {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 3rem;
  padding: 0.2em 0;
  margin: 0;
}
.infotitle .infotitlein p .tone {
  color: #0068b6;
}
.infotitle .infotitlein p .ttwo {
  color: #913d91;
}
.infotitle .infotitlein p .tthree {
  color: #d7000f;
}
.infotitle .infotitlein h3 {
  margin-bottom: 0;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .infotitle .infotitlein h3 {
    font-size: 0.8rem;
  }
}

.animebar {
  position: relative;
}
.animebar:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -200%;
  bottom: 0;
  width: 200%;
  background: #6D1B82;
  background: -webkit-gradient(linear, left top, right top, from(rgb(109, 27, 130)), to(rgb(132, 18, 161)));
  background: linear-gradient(90deg, rgb(109, 27, 130) 0%, rgb(132, 18, 161) 100%);
  z-index: 10;
}
.animebar::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 200%;
  background: #fff;
  z-index: 10;
}

@-webkit-keyframes bar-anime-color {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(210%);
            transform: translateX(210%);
  }
}

@keyframes bar-anime-color {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(210%);
            transform: translateX(210%);
  }
}
@-webkit-keyframes bar-anime-white {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(210%);
            transform: translateX(210%);
  }
}
@keyframes bar-anime-white {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(210%);
            transform: translateX(210%);
  }
}
/* ===== 追記：animebar疑似要素のアニメを「is-bar-play」で発火させる ===== */
.animebar {
  position: relative;
  overflow: hidden;
}

/* 初期状態：アニメ無し＆原点へ戻す */
.animebar::before,
.animebar::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* 再生トリガー（JSが付ける） */
.animebar.is-bar-play::before {
  -webkit-animation: bar-anime-color 1.6s ease-out 0.2s both;
  animation: bar-anime-color 1.6s ease-out 0.2s both;
}

.animebar.is-bar-play::after {
  -webkit-animation: bar-anime-white 1.6s ease-out 0.2s both;
  animation: bar-anime-white 1.6s ease-out 0.2s both;
}

.aboutbg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("img/bg3.jpg");
  background-size: cover !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  z-index: -12;
}

.aboutblock {
  padding-bottom: 7rem;
  padding-top: 5rem;
  position: relative;
  overflow: hidden;
}
.aboutblock::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100px;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.aboutblock .infotitle {
  display: block;
  width: 100%;
  text-align: center;
}
.aboutblock .btncenter {
  margin-top: 1.2rem;
}
.aboutblock .catchtext {
  display: block;
  width: 100%;
  text-align: center;
  margin: 2.6rem 0 1.25rem 0;
  font-weight: bold;
  line-height: 1.6em;
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .aboutblock .catchtext {
    font-size: 1.5rem;
  }
}
.aboutblock::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: url(img/topbg2.png);
  background-size: cover !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: 0;
  left: 80%;
}

.aboutblock .infotitle, .equipmentblock .infotitle {
  display: block;
  width: 100%;
  text-align: center;
}
.aboutblock .btncenter, .equipmentblock .btncenter {
  margin-top: 1.2rem;
}
.aboutblock .catchtext, .equipmentblock .catchtext {
  display: block;
  width: 100%;
  text-align: center;
  margin: 2.6rem 0 0.75rem 0;
  font-weight: bold;
  line-height: 1.6em;
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .aboutblock .catchtext, .equipmentblock .catchtext {
    font-size: 1.5rem;
  }
}

.equipmentblock {
  padding-top: 2.5em;
  background: #fff;
}
.equipmentblock .eqlsit {
  margin: 0;
  padding: 1rem 0 3rem 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.equipmentblock .eqlsit li {
  display: block;
  width: 48%;
  margin: 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #231815;
  position: relative;
}
@media (min-width: 48em) {
  .equipmentblock .eqlsit li {
    width: 23%;
  }
}
@media (min-width: 64em) {
  .equipmentblock .eqlsit li {
    width: 18%;
  }
}
.equipmentblock .eqlsit li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6D1B82;
  background: linear-gradient(112deg, rgb(109, 27, 130) 0%, rgb(145, 73, 147) 100%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
}
.equipmentblock .eqlsit li:hover {
  opacity: 1;
}
.equipmentblock .eqlsit li:hover::before {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6D1B82;
  background: linear-gradient(112deg, rgb(109, 27, 130) 0%, rgb(145, 73, 147) 100%);
  opacity: 0;
}
.equipmentblock .eqlsit li a {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0.25em 0.75em;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.equipmentblock .eqlsit li a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  left: 7px;
  background: url(img/arrow.png);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.equipmentblock .eqlsit li a:hover {
  opacity: 1;
}
.equipmentblock .eqphoto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 48em) {
  .equipmentblock .eqphoto {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.equipmentblock .eqphoto figure {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .equipmentblock .eqphoto figure {
    width: 50%;
  }
}
.equipmentblock .eqphoto figure img {
  width: 100%;
  height: auto;
}
.equipmentblock .eqphoto::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: url(img/dot2.png);
  background-size: cover !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .equipmentblock .eqphoto::before {
    height: 169px;
  }
}

.scrollblock {
  overflow: hidden;
  background: #CE9CC5;
  background: linear-gradient(112deg, rgb(206, 156, 197) 0%, rgb(113, 187, 232) 100%);
}
.scrollblock.service-onebox {
  background: #C95A98;
  background: linear-gradient(112deg, rgb(202, 124, 168) 0%, rgb(172, 152, 192) 100%);
}
.scrollblock.service-onebox .hancircle {
  display: block;
  content: "";
  width: 100%;
  padding-top: 16.75%;
  background: url(img/en_purple.png);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.scrollblock.service-twobox {
  background: #034B8B;
  background: linear-gradient(112deg, rgb(3, 75, 139) 0%, rgb(128, 196, 213) 100%);
}
.scrollblock.service-twobox .hancircle {
  display: block;
  content: "";
  width: 100%;
  padding-top: 16.75%;
  background: url(img/en_blue.png);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.scrollblock.service-threebox {
  background: #E50121;
  background: linear-gradient(112deg, rgb(224, 61, 84) 0%, rgb(235, 154, 153) 100%);
}
.scrollblock.service-threebox .hancircle {
  display: block;
  content: "";
  width: 100%;
  padding-top: 16.75%;
  background: url(img/en_red.png);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.scrollblock.service-fourbox {
  background: #AB633C;
  background: linear-gradient(112deg, rgb(169, 119, 92) 0%, rgb(204, 153, 143) 100%);
}
.scrollblock.service-fourbox .hancircle {
  display: block;
  content: "";
  width: 100%;
  padding-top: 16.75%;
  background: url(img/en_brown.png);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.scrollblock.service-fivebox {
  background: #74d1b0;
  background: linear-gradient(112deg, rgb(113, 192, 172) 0%, rgb(151, 214, 191) 100%);
}
.scrollblock.service-fivebox .hancircle {
  display: block;
  content: "";
  width: 100%;
  padding-top: 16.75%;
  background: url(img/en_green.png);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/*ギャラリー*/
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
@media (min-width: 48em) {
  .scroll-infinity__wrap {
    padding: 0;
  }
}

.scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 40s infinite linear 0.5s both;
          animation: infinity-scroll-left 40s infinite linear 0.5s both;
}

.scroll-infinity__item {
  color: #fff;
  text-align: center;
  width: 25vw;
  padding: 0;
  width: 42.5vw;
}
@media (min-width: 48em) {
  .scroll-infinity__item {
    width: 28.3333333333vw;
  }
}
@media (min-width: 64em) {
  .scroll-infinity__item {
    width: 21.25vw;
  }
}

.scroll-infinity__item > img {
  width: 100%;
}

.scen {
  font-weight: bold;
  margin: 0.5em 0 0 0;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .scen {
    font-size: 1.1rem;
  }
}
@media (min-width: 64em) {
  .scen {
    font-size: 2vw;
  }
}

.scroll-infinity__item {
  position: relative;
  margin: 0;
}

.scroll-labels__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 64em) {
  .scroll-labels__wrap {
    overflow: visible;
  }
}

.scroll-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding: 1rem 0 0 0;
  list-style: none;
  color: #fff;
  text-align: center;
  -webkit-animation: infinity-scroll-left 40s infinite linear 0.5s both;
          animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
@media (min-width: 64em) {
  .scroll-labels {
    width: 100%;
    padding: 1rem 2rem 0 2rem;
    -webkit-animation: none;
            animation: none;
  }
  .scroll-labels + .scroll-labels {
    display: none;
  }
}
.scroll-labels li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25vw;
          flex: 0 0 25vw;
  padding: 10px 5px 35px 5px;
}
@media (min-width: 64em) {
  .scroll-labels li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.scroll-labels li::before {
  position: absolute;
  display: block;
  width: 1px;
  height: 40px;
  background: #fff;
  content: "";
  bottom: 0;
  left: 50%;
}
.scroll-labels li::after {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background: #fff;
  content: "";
  bottom: -4px;
  left: calc(50% - 4px);
  border-radius: 1000px;
}
.scroll-labels li .scen {
  margin: 0 0 0.4em 0;
  font-size: 16px;
  line-height: 1.2em;
}
@media (min-width: 48em) {
  .scroll-labels li .scen {
    font-size: 22px;
  }
}
.scroll-labels li .scjp {
  margin: 0.2em 0 0 0;
  font-size: 10px;
}
@media (min-width: 48em) {
  .scroll-labels li .scjp {
    font-size: 16px;
  }
}

.mawrpa {
  border-top: 1px solid #fff;
  display: block;
  width: 100%;
  padding: 5rem 0 2rem 0;
  text-align: center;
}
.mawrpa .manufac {
  display: inline-block;
  text-align: right;
  color: #fff;
}
.mawrpa .manufac p {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 0.3em;
  font-size: 3rem;
}
@media (min-width: 48em) {
  .mawrpa .manufac p {
    font-size: 2.5rem;
  }
}

.monodukuri {
  padding: 10rem 0 0 0;
  text-align: center;
  background: url(img/bg4a.png);
  background-size: contain !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}
.monodukuri .monodukurilist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2.5rem 0 0 0;
}
.monodukuri .monodukurilist > .monodukurihead,
.monodukuri .monodukurilist > .mnin {
  width: 100%;
  margin: 0 0 5% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 48em) {
  .monodukuri .monodukurilist > .monodukurihead,
  .monodukuri .monodukurilist > .mnin {
    width: 47%;
    margin: 0 6% 5% 0;
  }
  .monodukuri .monodukurilist > .monodukurihead:nth-child(2n),
  .monodukuri .monodukurilist > .mnin:nth-child(2n) {
    margin-right: 0;
  }
  .monodukuri .monodukurilist > .monodukurihead:nth-last-child(-n+2),
  .monodukuri .monodukurilist > .mnin:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.monodukuri .monodukurilist .monodukurihead {
  display: block;
  text-align: left;
  padding: 1rem 1rem 0 1rem;
}
.monodukuri .monodukurilist .monodukurihead h3 {
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1.2rem 0;
  text-align: center;
  font-size: 2.8rem;
}
@media (min-width: 48em) {
  .monodukuri .monodukurilist .monodukurihead h3 {
    font-size: 3rem;
  }
}
.monodukuri .monodukurilist .monodukurihead .para {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 0;
}
.monodukuri .monodukurilist .mnin {
  display: block;
}
.monodukuri .monodukurilist .mnin figure {
  display: block;
  width: 100%;
  position: relative;
  container-type: inline-size;
  overflow: hidden;
}
.monodukuri .monodukurilist .mnin figure img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.monodukuri .monodukurilist .mnin figure p {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  color: #fff;
  opacity: 0.7;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 8.4cqw;
}
.monodukuri .monodukurilist .mnin:hover {
  opacity: 1;
}
.monodukuri .monodukurilist .mnin:hover figure img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.monodukuri .hancircle {
  display: block;
  content: "";
  width: 100%;
  padding-top: 16.75%;
  background: url(img/en_all.png);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.textbox {
  color: #fff;
  position: relative;
}
.textbox::before {
  content: "";
  position: absolute;
  opacity: 0.2;
  top: 0;
  left: 0;
  display: block;
  width: 0px;
  height: 0px;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid #fff;
  border-bottom: 15px solid transparent;
}
.textbox::after {
  content: "";
  position: absolute;
  opacity: 0.2;
  bottom: 0;
  right: 0;
  display: block;
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-right: 15px solid #fff;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
.textbox .textboxin::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  left: 20px;
  background: url(img/arrow.png);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  z-index: 10;
}
.textbox .textboxin .stext {
  text-align: center;
  font-weight: bold;
  padding: 0.5rem 0 0 0;
  margin: 0;
  line-height: 1.3em;
  font-size: 1rem;
}
@media (min-width: 48em) {
  .textbox .textboxin .stext {
    font-size: 0.55rem;
  }
}
.textbox .textboxin .btext {
  text-align: center;
  font-weight: bold;
  padding: 0 0 0.5rem 0;
  margin: 0;
  line-height: 1.4em;
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .textbox .textboxin .btext {
    font-size: 1rem;
  }
}

.service-one .textbox {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #C95A98;
  background: linear-gradient(112deg, rgb(201, 90, 152) 0%, rgb(143, 112, 174) 100%);
}

.service-two .textbox {
  background: #034B8B;
  background: linear-gradient(112deg, rgb(3, 75, 139) 0%, rgb(128, 196, 213) 100%);
}

.service-three .textbox {
  background: #E50121;
  background: linear-gradient(112deg, rgb(229, 1, 33) 0%, rgb(236, 120, 119) 100%);
}

.service-four .textbox {
  background: #AB633C;
  background: linear-gradient(112deg, rgb(171, 99, 60) 0%, rgb(204, 124, 109) 100%);
}

.service-five .textbox {
  background: #2A9D3A;
  background: linear-gradient(112deg, rgb(42, 157, 58) 0%, rgb(104, 186, 138) 100%);
}

.service-six .textbox {
  background: #b54091;
  background: linear-gradient(112deg, rgb(181, 64, 145) 0%, rgb(204, 113, 175) 100%);
}

.philosophyblock {
  position: relative;
  padding-bottom: 7.5rem;
  overflow: hidden;
}
@media (min-width: 64em) {
  .philosophyblock {
    padding-bottom: 7.5rem;
  }
}
.philosophyblock .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 60%;
}
@media (min-width: 35em) {
  .philosophyblock .box {
    padding-bottom: 60%;
  }
}
@media (min-width: 48em) {
  .philosophyblock .box {
    padding-bottom: 0;
  }
}
.philosophyblock .box .box-in {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .philosophyblock .box .box-in {
    width: 82%;
  }
}
@media (min-width: 64em) {
  .philosophyblock .box .box-in {
    width: 70%;
  }
}
.philosophyblock .box .box-in .logotop {
  height: auto;
  width: 60vw;
  max-width: 430px;
}
@media (min-width: 64em) {
  .philosophyblock .box .box-in .logotop {
    width: 31vw;
    max-width: 430px;
  }
}

.head-1 {
  color: #0068b6;
  margin-top: 1.4em;
  font-size: 5.8vw;
}
@media (min-width: 48em) {
  .head-1 {
    font-size: 4.8vw;
  }
}
@media (min-width: 64em) {
  .head-1 {
    font-size: 3.8vw;
  }
}
@media (min-width: 76.875em) {
  .head-1 {
    font-size: 3.5vw;
  }
}

.head-2 {
  color: #0068b6;
  margin-top: 1.8em;
  line-height: 1.8em;
  font-size: 1.6rem;
}
@media (min-width: 64em) {
  .head-2 {
    font-size: 2.4vw;
  }
}
@media (min-width: 76.875em) {
  .head-2 {
    font-size: 2.2vw;
  }
}

.head-3 {
  font-size: 2.6rem;
}
@media (min-width: 48em) {
  .head-3 {
    font-size: 2.2rem;
  }
}

.graytext-1 {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #999999;
  line-height: 1.6em;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .graytext-1 {
    font-size: 1.6vw;
  }
}
@media (min-width: 64em) {
  .graytext-1 {
    font-size: 1.6vw;
  }
}

.questiontext {
  display: block;
  text-align: center;
  padding: 8rem 0 1rem 0;
  position: relative;
}
.questiontext .jp {
  font-weight: bold;
  margin: 0 0 0.5em 0;
  font-size: 2.6rem;
}
@media (min-width: 48em) {
  .questiontext .jp {
    font-size: 2.2rem;
  }
}
.questiontext .en {
  font-weight: bold;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .questiontext .en {
    font-size: 0.9rem;
  }
}

.btnwrapper {
  margin: 3rem 0 0 0;
}
.btnwrapper a.btn-click {
  display: block;
  border: 3px solid #0068b6;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0068b6;
}
.btnwrapper a.btn-click .btntext {
  display: block;
  width: 100%;
  line-height: 2.4em;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .btnwrapper a.btn-click .btntext {
    width: 20%;
    font-size: 0.8rem;
  }
}
@media (min-width: 64em) {
  .btnwrapper a.btn-click .btntext {
    font-size: 1rem;
  }
}
.btnwrapper a.btn-click .btnlink {
  display: none;
  width: 80%;
  position: relative;
  padding-left: 3rem;
  font-weight: bold;
  line-height: 2.4em;
  font-family: "Questrial", sans-serif;
  font-size: 1.8rem;
  border-left: 3px solid #0068b6;
  text-indent: -9999px;
}
@media (min-width: 48em) {
  .btnwrapper a.btn-click .btnlink {
    display: block;
    text-indent: inherit;
    padding-left: 1rem;
    font-size: 0.9rem;
  }
}
.btnwrapper a.btn-click .btnlink::before {
  position: absolute;
  display: none;
  content: "";
  background: url(img/arrow_right3.png);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  top: 0;
  right: 120px;
  width: 100px;
  height: 100%;
}
@media (min-width: 48em) {
  .btnwrapper a.btn-click .btnlink::before {
    display: block;
    right: 90px;
  }
}
@media (min-width: 64em) {
  .btnwrapper a.btn-click .btnlink::before {
    right: 120px;
  }
}
.btnwrapper a.btn-click .btnlink::after {
  position: absolute;
  display: block;
  content: "";
  background: url(img/click.png);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  top: -3px;
  right: 20px;
  width: 50px;
  height: 50px;
}
.moveirwrapper {
  padding: 7rem 0 6rem 0;
}
.moveirwrapper .mwinner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  background: url(img/logol90.png);
  background-size: contain !important;
  background-position: left top !important;
  background-repeat: no-repeat !important;
}
.moveirwrapper .mwinner video {
  display: block;
  width: 87%;
}

.gmapwrapper {
  padding: 0;
}

.hiddenyouso {
  display: none;
}

.visibleyouso {
  display: block;
}

.abouttxt {
  word-break: keep-all;
  overflow-wrap: break-word;
}

.intro_heading {
  display: block;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 1.5rem 0;
  font-size: 2.2rem;
}
@media (min-width: 48em) {
  .intro_heading {
    font-size: 1.6rem;
  }
}

.otherpage .maingf {
  display: block;
  width: 100%;
  height: 200px;
}
@media (min-width: 48em) {
  .otherpage .maingf {
    height: 400px;
  }
}
@media (min-width: 64em) {
  .otherpage .maingf {
    height: 500px;
  }
}
@media (min-width: 76.875em) {
  .otherpage .maingf {
    height: 600px;
  }
}
.otherpage .maingf .subtext {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 8vw 0 1vw 0;
  opacity: 0.5;
  margin-bottom: 0;
  color: #fff;
}
@media (min-width: 48em) {
  .otherpage .maingf .subtext {
    margin-bottom: 2rem;
    font-size: 2.15rem;
  }
}
.otherpage .maingf .h2main {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}
@media (min-width: 48em) {
  .otherpage .maingf .h2main {
    font-size: 1.9rem;
  }
}

.production .maingf {
  background: url("img/main_production.png");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .production .maingf {
    background-position: center center !important;
    background: url("img/main_production.png");
    margin-bottom: -240px;
    z-index: 100;
    position: relative;
  }
}

.machining .maingf {
  background: url("img/main_machining.png");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .machining .maingf {
    background-position: center center !important;
    background: url("img/main_machining.png");
    margin-bottom: -240px;
    z-index: 100;
    position: relative;
  }
}

.smt .maingf {
  background-image: url("img/main_smt.png");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .smt .maingf {
    background-position: center center !important;
    background: url("img/main_smt.png");
    margin-bottom: -240px;
    z-index: 100;
    position: relative;
  }
}

.smt .machining_feature::after {
  background-image: url("img/img_smt1.jpg");
}

.assembly .maingf {
  background-image: url("img/main_assembly.png");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .assembly .maingf {
    background-position: center center !important;
    background: url("img/main_assembly.png");
    margin-bottom: -240px;
    z-index: 100;
    position: relative;
  }
}

.assembly .machining_feature::after {
  background-image: url("img/img_assembly1.jpg");
  background-size: cover !important;
  background-position: 20% bottom !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .assembly .machining_feature::after {
    background-position: center center !important;
  }
}

.quality .maingf {
  background-image: url("img/main_quality.png");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .quality .maingf {
    background-position: center center !important;
    background: url("img/main_quality.png");
    margin-bottom: -240px;
    z-index: 100;
    position: relative;
  }
}

.quality .machining_feature .container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.quality .machining_feature::after {
  background-image: url("img/img_quality1.jpg");
}
.quality .machining_feature .machining_feature_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(171, 99, 60, 0.5)), to(rgba(206, 125, 110, 0.5)));
  background: linear-gradient(rgba(171, 99, 60, 0.5), rgba(206, 125, 110, 0.5));
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
.quality .machining_feature .machining_feature_text .machining_feature_body {
  top: 5.5rem;
  font-size: 12px;
}
@media (min-width: 48em) {
  .quality .machining_feature .machining_feature_text .machining_feature_body {
    font-size: 14px;
    top: 11rem;
  }
}
@media (min-width: 64em) {
  .quality .machining_feature .machining_feature_text .machining_feature_body {
    font-size: 16px;
  }
}

.smt .machining_feature .container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.smt .machining_feature .machining_feature_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 156, 116, 0.6)), to(rgba(48, 179, 113, 0.6)));
  background: linear-gradient(rgba(0, 156, 116, 0.6), rgba(48, 179, 113, 0.6));
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}

.assembly .machining_feature .machining_feature_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 2, 33, 0.5)), to(rgba(237, 121, 120, 0.5)));
  background: linear-gradient(rgba(230, 2, 33, 0.5), rgba(237, 121, 120, 0.5));
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}

.production .machining_feature .container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.production .machining_feature::after {
  background-image: url("img/img_tec.jpg");
  background-size: cover !important;
  background-position: 72% center !important;
  background-repeat: no-repeat !important;
}
.production .machining_feature .machining_feature_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(202, 91, 152, 0.8)), to(rgba(145, 112, 175, 0.8)));
  background: linear-gradient(rgba(202, 91, 152, 0.8), rgba(145, 112, 175, 0.8));
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}

.quality_intro {
  background: #fff;
  padding-top: 4rem !important;
  padding-bottom: 0 !important;
}
@media (min-width: 64em) {
  .quality_intro {
    padding-top: 6rem !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 64em) {
  .quality_intro .container {
    position: relative;
  }
}
.quality_intro .quality_intro_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 64em) {
  .quality_intro .quality_intro_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.quality_intro .quality_intro_visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 64em) {
  .quality_intro .quality_intro_visual {
    display: block;
    gap: 0;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    min-height: 700px;
  }
}
.quality_intro .quality_intro_image {
  margin: 0;
}
.quality_intro .quality_intro_image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 64em) {
  .quality_intro .quality_intro_image--a {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 64em) {
  .quality_intro .quality_intro_image--b {
    position: absolute;
    width: 55%;
    bottom: 80px;
    left: 0;
    z-index: 1;
  }
}
@media (min-width: 64em) {
  .quality_intro .quality_intro_image--c {
    position: absolute;
    width: 60%;
    bottom: 0;
    right: -8%;
    z-index: 2;
  }
}
.quality_intro .quality_intro_text {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 64em) {
  .quality_intro .quality_intro_text {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    min-height: 700px;
    padding-top: 2rem;
  }
}
.quality_intro .quality_intro_body {
  display: block;
  margin: 0 0 2rem 0;
  line-height: 2;
}
.quality_intro .quality_intro_certs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
@media (min-width: 64em) {
  .quality_intro .quality_intro_certs {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(50% - 1.5rem);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0;
  }
}
.quality_intro .quality_intro_cert {
  margin: 0;
}
.quality_intro .quality_intro_cert img {
  display: block;
  height: auto;
  width: 50%;
  margin: 0 5% 0 45%;
}
.quality_intro .quality_intro_cert_caption {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0.2rem 0;
  text-align: center;
  font-size: 0.6rem;
}
@media (min-width: 64em) {
  .quality_intro .quality_intro_cert_caption {
    text-align: right;
  }
}

.quality_process {
  background: #fff;
  position: relative;
  padding-top: 4rem !important;
  padding-bottom: 2rem !important;
}
@media (min-width: 64em) {
  .quality_process {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.quality_process::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: #F1D6E5;
  background: linear-gradient(112deg, rgb(234, 216, 206) 100%, rgb(243, 243, 219) 100%);
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 48em) {
  .quality_process::before {
    height: 169px;
  }
}
.quality_process::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: url(img/dot2.png);
  background-size: cover !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 48em) {
  .quality_process::after {
    height: 169px;
  }
}
.quality_process .quality_process_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 64em) {
  .quality_process .quality_process_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4vw;
    margin-bottom: 5rem;
  }
}
.quality_process .quality_process_text {
  width: 100%;
}
@media (min-width: 64em) {
  .quality_process .quality_process_text {
    width: 50%;
  }
}
.quality_process .quality_process_visual {
  width: 100%;
  margin: 0;
}
@media (min-width: 64em) {
  .quality_process .quality_process_visual {
    width: 50%;
  }
}
.quality_process .quality_process_visual img {
  display: block;
  width: 100%;
  height: auto;
}
.quality_process .quality_process_body {
  display: block;
  margin: 0;
  line-height: 2;
}
.quality_process .production_sulsit {
  position: relative;
  z-index: 5;
}

.assembly_intro {
  background: #fff;
  padding-top: 4rem !important;
  padding-bottom: 0 !important;
}
@media (min-width: 64em) {
  .assembly_intro {
    padding-top: 6rem !important;
    padding-bottom: 0 !important;
  }
}
.assembly_intro .assembly_intro_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 64em) {
  .assembly_intro .assembly_intro_grid {
    display: grid;
    grid-template-rows: auto auto;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    row-gap: 3rem;
    position: relative;
  }
}
.assembly_intro .assembly_intro_image {
  margin: 0;
}
.assembly_intro .assembly_intro_image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 64em) {
  .assembly_intro .assembly_intro_image--a {
    grid-column: 1;
    grid-row: 1/3;
    width: 92%;
    align-self: start;
  }
}
@media (min-width: 64em) {
  .assembly_intro .assembly_intro_image--b {
    position: absolute;
    width: 22%;
    max-width: 260px;
    bottom: 0;
    left: 28%;
    z-index: 2;
  }
  .assembly_intro .assembly_intro_image--b img {
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 64em) {
  .assembly_intro .assembly_intro_image--c {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    align-self: end;
  }
  .assembly_intro .assembly_intro_image--c img {
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.assembly_intro .assembly_intro_text {
  padding-top: 4rem;
}
@media (min-width: 64em) {
  .assembly_intro .assembly_intro_text {
    grid-column: 2;
    grid-row: 1;
    padding-top: 1rem;
    width: 108%;
  }
}
.assembly_intro .assembly_intro_body {
  display: block;
  margin: 0;
  line-height: 2;
}

.assembly_expansion {
  background: #fff;
  position: relative;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
@media (min-width: 64em) {
  .assembly_expansion {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.assembly_expansion::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: #F1D6E5;
  background: linear-gradient(112deg, rgb(249, 191, 199) 0%, rgb(249, 221, 221) 100%);
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 48em) {
  .assembly_expansion::before {
    height: 169px;
  }
}
.assembly_expansion::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: url(img/dot2.png);
  background-size: cover !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 48em) {
  .assembly_expansion::after {
    height: 169px;
  }
}
.assembly_expansion .assembly_expansion_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 64em) {
  .assembly_expansion .assembly_expansion_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4vw;
    margin-bottom: 5rem;
  }
}
.assembly_expansion .assembly_expansion_visual {
  width: 100%;
  margin: 0;
}
@media (min-width: 64em) {
  .assembly_expansion .assembly_expansion_visual {
    width: 45%;
  }
}
.assembly_expansion .assembly_expansion_visual img {
  display: block;
  width: 100%;
  height: auto;
}
.assembly_expansion .assembly_expansion_text {
  width: 100%;
  padding-top: 4rem;
}
@media (min-width: 64em) {
  .assembly_expansion .assembly_expansion_text {
    width: 55%;
    padding-top: 0;
  }
}
.assembly_expansion .assembly_expansion_body {
  display: block;
  margin: 0;
  line-height: 2;
}
.assembly_expansion .production_sulsit {
  position: relative;
  z-index: 5;
}

.smt_intro {
  background: #fff;
  padding-top: 4rem !important;
  padding-bottom: 0 !important;
}
@media (min-width: 64em) {
  .smt_intro {
    padding-top: 6rem !important;
    padding-bottom: 0 !important;
  }
}
.smt_intro .smt_intro_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 64em) {
  .smt_intro .smt_intro_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    row-gap: 2rem;
    position: relative;
  }
}
.smt_intro .smt_intro_image {
  margin: 0;
}
.smt_intro .smt_intro_image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 64em) {
  .smt_intro .smt_intro_image.smt_intro_image--b img {
    display: block;
    width: 80%;
    margin-left: 20%;
    margin-top: 20%;
    height: auto;
  }
}
@media (min-width: 64em) {
  .smt_intro .smt_intro_image.smt_intro_image--c img {
    display: block;
    margin: -4rem 0 0 -6rem;
    height: auto;
    width: 100%;
  }
}
@media (min-width: 64em) {
  .smt_intro .smt_intro_image--a {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    justify-self: start;
  }
}
@media (min-width: 64em) {
  .smt_intro .smt_intro_image--b {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    justify-self: end;
    align-self: start;
  }
}
@media (min-width: 64em) {
  .smt_intro .smt_intro_image--c {
    grid-column: 2;
    grid-row: 2;
    width: 60%;
    justify-self: start;
    align-self: end;
  }
}
.smt_intro .smt_intro_text {
  padding-top: 4rem;
}
@media (min-width: 64em) {
  .smt_intro .smt_intro_text {
    grid-column: 1;
    grid-row: 2;
    padding-top: 1rem;
    padding-right: 1rem;
    margin-top: -11rem;
  }
}
.smt_intro .smt_intro_body {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 2;
}
@media (min-width: 64em) {
  .smt_intro .smt_intro_body {
    padding: 0 26% 0 0;
  }
}

.smt_expansion {
  background: #fff;
  position: relative;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
@media (min-width: 64em) {
  .smt_expansion {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.smt_expansion::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: #F1D6E5;
  background: linear-gradient(112deg, rgb(204, 235, 227) 100%, rgb(213, 240, 226) 100%);
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 48em) {
  .smt_expansion::before {
    height: 169px;
  }
}
.smt_expansion::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: url(img/dot2.png);
  background-size: cover !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 48em) {
  .smt_expansion::after {
    height: 169px;
  }
}
.smt_expansion .smt_expansion_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 64em) {
  .smt_expansion .smt_expansion_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4vw;
    margin-bottom: 5rem;
  }
}
.smt_expansion .smt_expansion_visual {
  width: 100%;
  margin: 0;
}
@media (min-width: 64em) {
  .smt_expansion .smt_expansion_visual {
    width: 50%;
  }
}
.smt_expansion .smt_expansion_visual img {
  display: block;
  width: 100%;
  height: auto;
}
.smt_expansion .smt_expansion_text {
  width: 100%;
  padding-top: 4rem;
}
@media (min-width: 64em) {
  .smt_expansion .smt_expansion_text {
    width: 50%;
    padding-top: 0;
  }
}
.smt_expansion .smt_expansion_body {
  display: block;
  margin: 0;
  line-height: 2;
}
.smt_expansion .production_sulsit {
  position: relative;
  z-index: 5;
}

.machining_feature {
  padding: 0 !important;
  color: #fff;
  position: relative;
  margin-top: -25px;
}
@media (min-width: 48em) {
  .machining_feature {
    margin-top: 0;
  }
}
.machining_feature::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: url(img/dot.png);
  background-size: cover !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  z-index: 10;
}
@media (min-width: 48em) {
  .machining_feature::before {
    height: 169px;
  }
}
.machining_feature::after {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("img/img_machining1.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.machining_feature .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.machining_feature .machining_feature_text {
  display: block;
  width: 100%;
  padding-top: 380px;
  position: relative;
}
@media (min-width: 48em) {
  .machining_feature .machining_feature_text {
    padding-top: 700px;
    width: 50%;
  }
}
.machining_feature .machining_feature_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 76, 140, 0.4)), to(rgba(131, 197, 214, 0.4)));
  background: linear-gradient(rgba(10, 76, 140, 0.4), rgba(131, 197, 214, 0.4));
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
.machining_feature .machining_feature_text h3 {
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  line-height: 1.5em;
  text-align: center;
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .machining_feature .machining_feature_text h3 {
    text-align: left;
    top: 9rem;
    font-size: 2.2vw;
  }
}
@media (min-width: 64em) {
  .machining_feature .machining_feature_text h3 {
    top: 7.5rem;
    font-size: 1.4rem;
  }
}
.machining_feature .machining_feature_text p {
  position: absolute;
  top: 8rem;
  left: 2rem;
  right: 2rem;
  font-size: 12px;
}
@media (min-width: 48em) {
  .machining_feature .machining_feature_text p {
    font-size: 14px;
    top: calc(13vw + 7rem);
    line-height: 2em;
  }
}
@media (min-width: 64em) {
  .machining_feature .machining_feature_text p {
    top: 13rem;
    line-height: 2.2em;
    font-size: 16px;
  }
}

.machining .machining_feature::after {
  background: url("img/img_machining1.jpg");
  background-size: cover !important;
  background-position: 25% bottom !important;
  background-repeat: no-repeat !important;
}

.machining_skill {
  background: #fff;
  position: relative;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
@media (min-width: 64em) {
  .machining_skill {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.machining_skill::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: #F1D6E5;
  background: linear-gradient(112deg, rgb(194, 210, 226) 0%, rgb(224, 240, 244) 100%);
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 48em) {
  .machining_skill::before {
    height: 169px;
  }
}
.machining_skill::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: url(img/dot2.png);
  background-size: cover !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-repeat: repeat-x;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 48em) {
  .machining_skill::after {
    height: 169px;
  }
}
.machining_skill .machining_skill_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 64em) {
  .machining_skill .machining_skill_top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4vw;
    margin-bottom: 5rem;
  }
}
.machining_skill .machining_skill_visual {
  width: 100%;
}
@media (min-width: 64em) {
  .machining_skill .machining_skill_visual {
    width: 48%;
  }
}
.machining_skill .machining_skill_visual img {
  display: block;
  width: 100%;
  height: auto;
}
.machining_skill .machining_skill_text {
  width: 100%;
  padding-top: 4rem;
}
@media (min-width: 64em) {
  .machining_skill .machining_skill_text {
    padding-top: 0;
    width: 52%;
  }
}
.machining_skill .machining_skill_text .machining_skill_body {
  display: block;
  margin: 0;
  line-height: 2;
}
.machining_skill .production_sulsit {
  position: relative;
  z-index: 5;
}

.machining_fms {
  background: #fff;
  padding-top: 4rem !important;
  padding-bottom: 0 !important;
}
@media (min-width: 64em) {
  .machining_fms {
    padding-top: 6rem !important;
    padding-bottom: 0 !important;
  }
}
.machining_fms .machining_fms_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (min-width: 64em) {
  .machining_fms .machining_fms_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.machining_fms .machining_fms_left {
  width: 100%;
}
@media (min-width: 64em) {
  .machining_fms .machining_fms_left {
    width: 55%;
  }
}
.machining_fms .machining_fms_left .machining_fms_image_main {
  margin: 0 0 2.5rem 0;
}
.machining_fms .machining_fms_left .machining_fms_image_main img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 64em) {
  .machining_fms .machining_fms_left .machining_fms_image_main img {
    max-width: 460px;
  }
}
.machining_fms .machining_fms_left .machining_fms_textwrap {
  padding: 0;
}
@media (min-width: 64em) {
  .machining_fms .machining_fms_left .machining_fms_textwrap {
    padding-right: 2rem;
  }
}
.machining_fms .machining_fms_left .machining_fms_heading {
  display: block;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 1.5rem 0;
  font-size: 2.2rem;
}
@media (min-width: 48em) {
  .machining_fms .machining_fms_left .machining_fms_heading {
    font-size: 1.6rem;
  }
}
.machining_fms .machining_fms_left .machining_fms_body {
  display: block;
  margin: 0;
  line-height: 2;
}
.machining_fms .machining_fms_right {
  width: 100%;
}
@media (min-width: 64em) {
  .machining_fms .machining_fms_right {
    width: 45%;
    margin-top: 6rem;
  }
}
.machining_fms .machining_fms_right figure {
  margin: 0;
}
.machining_fms .machining_fms_right figure img {
  display: block;
  width: 100%;
  height: auto;
}
.machining_fms .machining_fms_right .machining_fms_image_a {
  margin-bottom: 2rem;
}
@media (min-width: 64em) {
  .machining_fms .machining_fms_right .machining_fms_image_a {
    width: 85%;
    margin-left: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 64em) {
  .machining_fms .machining_fms_right .machining_fms_image_b {
    width: 78%;
    margin-top: -3rem;
    margin-left: 0;
  }
}

.childcare .maingf {
  position: relative;
  overflow: hidden;
  height: 40vh;
}
@media (min-width: 48em) {
  .childcare .maingf {
    height: 580px;
  }
}
.childcare .maingf::before {
  content: "";
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  width: 100%;
  height: 40vh;
  background: url("img/img_childcare1.png");
  background-size: cover !important;
  background-position: 80% center !important;
  background-repeat: no-repeat !important;
  z-index: -1;
}
@media (min-width: 48em) {
  .childcare .maingf::before {
    top: 0;
    height: 100%;
    background-position: center center !important;
  }
}
.childcare .maingf::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: url(img/dot.png) repeat-x;
  background-size: auto 100%;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 48em) {
  .childcare .maingf::after {
    height: 169px;
  }
}

.childcare_intro {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 5rem;
}
@media (min-width: 64em) {
  .childcare_intro {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}
.childcare_intro .childcare_title {
  display: block;
  text-align: center;
  margin: 0 auto 2.5rem auto;
  max-width: 700px;
}
@media (min-width: 64em) {
  .childcare_intro .childcare_title {
    margin: 0 auto 3rem auto;
  }
}
.childcare_intro .childcare_title img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.childcare_intro .childcare_text {
  display: block;
  text-align: center;
  line-height: 2;
  margin: 0;
  font-weight: bold;
  font-size: 1.6rem;
}

.childcare_about {
  background: #fff;
  padding-top: 0;
  padding-bottom: 5rem;
  position: relative;
}
@media (min-width: 64em) {
  .childcare_about {
    padding-bottom: 7rem;
  }
}
.childcare_about .container-ch {
  background-image: url("img/img_childcare5.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
.childcare_about .container-ch .childcare_about_textwrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 20rem 3rem 6rem 3rem;
}
@media (min-width: 64em) {
  .childcare_about .container-ch .childcare_about_textwrap {
    padding: 14rem 3rem 4rem 6rem;
  }
}
.childcare_about .container-ch .childcare_about_textwrap .childcare_about_heading {
  display: block;
  color: #2faa5e;
  font-weight: bold;
  margin: 0 0 1.5rem 0;
  line-height: 1.5;
  font-size: 2rem;
}
@media (min-width: 48em) {
  .childcare_about .container-ch .childcare_about_textwrap .childcare_about_heading {
    font-size: 1.4rem;
  }
}
.childcare_about .container-ch .childcare_about_textwrap .childcare_about_text {
  display: block;
  margin: 0;
  line-height: 2;
}
.childcare_about .container-ch .childcare_about_main {
  width: 120px;
  padding: 0;
  position: absolute;
  right: 120px;
  top: 60px;
  border: 6px solid #fff;
  border-radius: 300px;
  z-index: 10;
}
@media (min-width: 48em) {
  .childcare_about .container-ch .childcare_about_main {
    width: 300px;
    padding: 0;
    left: 50px;
    top: 20px;
    right: inherit;
  }
}
@media (min-width: 64em) {
  .childcare_about .container-ch .childcare_about_main {
    top: -50px;
  }
}
.childcare_about .container-ch .childcare_about_main img {
  display: block;
  width: 100%;
  height: auto;
}
.childcare_about .container-ch .childcare_about_circle {
  width: 180px;
  padding: 0;
  position: absolute;
  right: 15px;
  top: -50px;
  border: 6px solid #fff;
  border-radius: 300px;
}
@media (min-width: 48em) {
  .childcare_about .container-ch .childcare_about_circle {
    right: 50px;
    top: -80px;
    width: 300px;
  }
}
@media (min-width: 64em) {
  .childcare_about .container-ch .childcare_about_circle {
    top: -200px;
  }
}
.childcare_about .container-ch .childcare_about_circle img {
  display: block;
  width: 100%;
  height: auto;
}
.childcare_about .container .childcare_about_visual {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 3rem auto;
}
@media (min-width: 64em) {
  .childcare_about .container .childcare_about_visual {
    margin: 0 auto 4rem auto;
  }
}
.childcare_about .container .childcare_about_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  list-style: none;
  padding: 0 4rem;
  margin: -30px 0 0 0;
  max-width: 800px;
}
@media (min-width: 48em) {
  .childcare_about .container .childcare_about_bottom {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5rem;
  }
}
.childcare_about .container .childcare_about_bottom li {
  display: block;
  width: 100%;
  border: 6px solid #fff;
  border-radius: 16px;
}
@media (min-width: 48em) {
  .childcare_about .container .childcare_about_bottom li {
    width: 50%;
  }
}
.childcare_about .container .childcare_about_bottom li img {
  display: block;
  width: 100%;
  height: auto;
}

.childcare_support {
  background: #fff;
  padding-top: 0;
  padding-bottom: 3rem;
  overflow: hidden;
}
@media (min-width: 64em) {
  .childcare_support {
    overflow: visible;
    padding-bottom: 7rem;
  }
}
.childcare_support .childcare_support_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 64em) {
  .childcare_support .childcare_support_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4vw;
  }
}
.childcare_support .childcare_support_textwrap {
  width: 100%;
}
@media (min-width: 64em) {
  .childcare_support .childcare_support_textwrap {
    width: 50%;
  }
}
.childcare_support .childcare_support_textwrap .childcare_support_heading {
  display: block;
  color: #2faa5e;
  font-weight: bold;
  margin: 0 0 1.5rem 0;
  line-height: 1.5;
  font-size: 2rem;
}
@media (min-width: 48em) {
  .childcare_support .childcare_support_textwrap .childcare_support_heading {
    font-size: 1.4rem;
  }
}
.childcare_support .childcare_support_textwrap .childcare_support_text {
  display: block;
  margin: 0;
  line-height: 2;
}
.childcare_support .childcare_support_visual {
  position: relative;
  width: 100%;
}
@media (min-width: 64em) {
  .childcare_support .childcare_support_visual {
    width: 50%;
  }
}
.childcare_support .childcare_support_visual .childcare_support_main {
  position: absolute;
  right: 5%;
  bottom: -2rem;
  width: 32%;
  border: 6px solid #fff;
  border-radius: 1000px;
  z-index: 10;
}
@media (min-width: 64em) {
  .childcare_support .childcare_support_visual .childcare_support_main {
    right: -55px;
    bottom: inherit;
    width: 45%;
    top: -100px;
  }
}
.childcare_support .childcare_support_visual .childcare_support_main img {
  display: block;
  width: 100%;
  height: auto;
}
.childcare_support .childcare_support_visual .childcare_support_circle {
  position: relative;
  display: block;
  width: 100%;
  z-index: 2;
}
@media (min-width: 64em) {
  .childcare_support .childcare_support_visual .childcare_support_circle {
    position: absolute;
    top: 1.5rem;
    right: -4%;
    left: 0;
    width: 90%;
  }
}
.childcare_support .childcare_support_visual .childcare_support_circle img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.childcare_service {
  background: #e5f0d9;
  padding: 0 !important;
}
.childcare_service .childcare_service_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  background: url(img/img_childcare11_sp.png);
  background-size: contain !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  padding-bottom: 100px;
}
@media (min-width: 64em) {
  .childcare_service .childcare_service_inner {
    padding-bottom: 169px;
    border-top: 2rem solid #fff;
    background: url(img/img_childcare11.png);
    background-size: cover !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
  }
}
.childcare_service .childcare_service_inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #e5f0d9 url(img/dot.png);
  background-size: cover !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 64em) {
  .childcare_service .childcare_service_inner::after {
    background: url(img/dot.png);
    height: 169px;
  }
}
.childcare_service .childcare_service_visual {
  width: 100%;
}
@media (min-width: 64em) {
  .childcare_service .childcare_service_visual {
    width: 56%;
  }
}
.childcare_service .childcare_service_visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.childcare_service .childcare_service_info {
  width: 100%;
  padding: 100% 1.5rem 0 1.5rem;
}
@media (min-width: 64em) {
  .childcare_service .childcare_service_info {
    width: 44%;
    padding: 2.5rem 4vw 2.5rem 4vw;
  }
}
.childcare_service .childcare_service_block {
  margin-bottom: 2rem;
}
.childcare_service .childcare_service_block:last-child {
  margin-bottom: 0;
}
.childcare_service .childcare_service_heading {
  display: inline-block;
  background: #36aa91;
  color: #ffffff;
  font-weight: bold;
  padding: 0.15rem 3rem;
  border-radius: 999px;
  margin: 0 0 1rem 0;
  min-width: 90%;
  text-align: center;
  font-size: 1.5rem;
}
@media (min-width: 48em) {
  .childcare_service .childcare_service_heading {
    font-size: 1rem;
  }
}
.childcare_service .childcare_service_list {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 0.4rem;
  margin: 0;
  padding: 0 0.5rem;
}
.childcare_service .childcare_service_list dt {
  grid-column: 1;
  margin: 0;
  padding: 0.1rem 0;
  white-space: nowrap;
  line-height: 1em;
}
.childcare_service .childcare_service_list dd {
  grid-column: 2;
  margin: 0;
  padding: 0.1rem 0 0.1rem 1.2em;
  position: relative;
  line-height: 1em;
}
.childcare_service .childcare_service_list dd::before {
  content: "●";
  color: #36aa91;
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 1em;
}

.childcare_voice {
  position: relative;
  background: #fbe1e8;
  padding-top: 3.5rem;
  padding-bottom: 6.5rem;
}
@media (min-width: 64em) {
  .childcare_voice {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }
}
.childcare_voice::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(img/dot.png) repeat-x;
  background-size: cover !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .childcare_voice::after {
    height: 60px;
  }
}
.childcare_voice .childcare_voice_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 64em) {
  .childcare_voice .childcare_voice_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3vw;
  }
}
.childcare_voice .childcare_voice_left {
  width: 100%;
  text-align: center;
}
@media (min-width: 64em) {
  .childcare_voice .childcare_voice_left {
    width: 24%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.childcare_voice .childcare_voice_left .childcare_voice_label {
  display: block;
  width: 100%;
  margin: 0 0 1rem 0;
  text-align: center;
}
.childcare_voice .childcare_voice_left .childcare_voice_label img {
  width: 200px;
  height: auto;
}
@media (min-width: 64em) {
  .childcare_voice .childcare_voice_left .childcare_voice_label img {
    width: 100%;
    text-align: left;
  }
}
.childcare_voice .childcare_voice_left .childcare_voice_person {
  display: block;
  margin: 0;
  line-height: 1.6;
}
.childcare_voice .childcare_voice_left .childcare_voice_person span {
  font-weight: bold;
  font-size: 20px;
}
.childcare_voice .childcare_voice_right {
  width: 100%;
}
@media (min-width: 64em) {
  .childcare_voice .childcare_voice_right {
    width: 76%;
  }
}
.childcare_voice .childcare_voice_right .childcare_voice_text {
  display: block;
  margin: 0;
  line-height: 2;
}

.contact .maingf {
  position: relative;
  overflow: hidden;
}
.contact .maingf::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("img/img_contact.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  z-index: -1;
}
.contact .maingf::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: url(img/dot.png) repeat-x;
  background-size: auto 100%;
  z-index: 10;
  pointer-events: none;
}
@media (min-width: 48em) {
  .contact .maingf::after {
    height: 130px;
  }
}
@media (min-width: 64em) {
  .contact .maingf::after {
    height: 169px;
  }
}
.contact .maingf .container {
  position: relative;
  z-index: 3;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  max-width: 200px;
}
@media (min-width: 48em) {
  .contact .maingf .container {
    max-width: 380px;
  }
}

.single-news .maingf {
  position: relative;
  overflow: hidden;
}
.single-news .maingf::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("img/img_news.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  z-index: -1;
}
.single-news .maingf::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: url(img/dot.png) repeat-x;
  background-size: auto 100%;
  z-index: 10;
  pointer-events: none;
}
@media (min-width: 48em) {
  .single-news .maingf::after {
    height: 130px;
  }
}
@media (min-width: 64em) {
  .single-news .maingf::after {
    height: 169px;
  }
}
.single-news .maingf .container {
  position: relative;
  z-index: 3;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  max-width: 200px;
}
@media (min-width: 48em) {
  .single-news .maingf .container {
    max-width: 380px;
  }
}

.category-news .maingf {
  position: relative;
  overflow: hidden;
}
.category-news .maingf::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("img/img_news.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  z-index: -1;
}
.category-news .maingf::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: url(img/dot.png) repeat-x;
  background-size: auto 100%;
  z-index: 10;
  pointer-events: none;
}
@media (min-width: 48em) {
  .category-news .maingf::after {
    height: 130px;
  }
}
@media (min-width: 64em) {
  .category-news .maingf::after {
    height: 169px;
  }
}
.category-news .maingf .container {
  position: relative;
  z-index: 3;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  max-width: 200px;
}
@media (min-width: 48em) {
  .category-news .maingf .container {
    max-width: 380px;
  }
}

.privacy .maingf {
  position: relative;
  overflow: hidden;
}
.privacy .maingf::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("img/img_news.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  z-index: -1;
}
.privacy .maingf::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: url(img/dot.png) repeat-x;
  background-size: auto 100%;
  z-index: 10;
  pointer-events: none;
}
@media (min-width: 48em) {
  .privacy .maingf::after {
    height: 130px;
  }
}
@media (min-width: 64em) {
  .privacy .maingf::after {
    height: 169px;
  }
}
.privacy .maingf .container {
  position: relative;
  z-index: 3;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  max-width: 300px;
}
@media (min-width: 48em) {
  .privacy .maingf .container {
    max-width: 500px;
  }
}

.facility .maingf {
  position: relative;
  overflow: hidden;
}
.facility .maingf::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("img/img_facility1.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  z-index: -1;
}
.facility .maingf::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: url(img/dot.png) repeat-x;
  background-size: auto 100%;
  z-index: 10;
  pointer-events: none;
}
@media (min-width: 48em) {
  .facility .maingf::after {
    height: 130px;
  }
}
@media (min-width: 64em) {
  .facility .maingf::after {
    height: 169px;
  }
}
.facility .maingf .container {
  position: relative;
  z-index: 3;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  max-width: 200px;
}
@media (min-width: 48em) {
  .facility .maingf .container {
    max-width: 380px;
  }
}

.facility_tableblock .facility_table_wrap {
  width: 100%;
  overflow-x: auto;
  max-width: 1100px;
  margin: 0 auto;
}
.facility_tableblock .facility_table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 0.9rem;
  line-height: 1.4;
}
@media (min-width: 48em) {
  .facility_tableblock .facility_table {
    font-size: 0.78rem;
  }
}
.facility_tableblock .facility_table thead th {
  background: #b4b8bc;
  color: #231815;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem 0.4rem;
  border: 1px solid #999;
  white-space: nowrap;
}
.facility_tableblock .facility_table tbody th.cat {
  background: #d8e6ec;
  color: #231815;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  padding: 0.4rem 0.2rem;
  border: 1px solid #999;
  width: 3.5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
.facility_tableblock .facility_table tbody th.cat-h {
  background: #d8e6ec;
  color: #231815;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  padding: 0.45rem 0.8rem;
  border: 1px solid #999;
  white-space: nowrap;
}
.facility_tableblock .facility_table tbody td {
  background: #fff;
  color: #231815;
  padding: 0.45rem 0.7rem;
  border: 1px solid #999;
  vertical-align: middle;
  text-align: left;
}
.facility_tableblock .facility_table tbody td:first-of-type {
  white-space: nowrap;
}
.facility_tableblock .facility_table tbody td.num {
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.facility_tableblock .facility_table.facility_table_simple {
  min-width: 0;
  border: 1px solid #999999;
}
.facility_tableblock .facility_table.facility_table_simple tbody td {
  background: #fff;
  border: 1px solid #999999;
  padding: 0.7rem 1rem;
  width: 33.333%;
}
.facility_tableblock .facility_table_lead {
  max-width: 1100px;
  margin: 0 auto 1.5rem auto;
  line-height: 1.8;
}
.facility_tableblock .facility_table_note {
  max-width: 1100px;
  margin: 1rem auto 0 auto;
  font-size: 0.85rem;
  line-height: 1.7;
}
.facility_tableblock.dotbg {
  position: relative;
  padding-bottom: calc(2rem + 70px) !important;
}
@media (min-width: 64em) {
  .facility_tableblock.dotbg {
    padding-bottom: calc(4rem + 169px) !important;
  }
}
.facility_tableblock.dotbg::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: #F1D6E5;
  background: linear-gradient(112deg, rgb(241, 214, 229) 0%, rgb(227, 219, 234) 100%);
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 48em) {
  .facility_tableblock.dotbg::before {
    height: 169px;
  }
}
.facility_tableblock.dotbg::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: url(img/dot2.png);
  background-size: cover !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 48em) {
  .facility_tableblock.dotbg::after {
    height: 169px;
  }
}

.adj1 {
  padding-top: 2rem !important;
}

.facility_btnblock {
  background: #fff;
  padding: 2.5rem 0 0 0 !important;
}
@media (min-width: 64em) {
  .facility_btnblock {
    padding: 3rem 0 0 0 !important;
  }
}

.company_hero {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.company_hero .company_hero_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
  height: 580px;
  position: fixed;
}
@media (min-width: 48em) {
  .company_hero .company_hero_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 400px;
  }
}
@media (min-width: 64em) {
  .company_hero .company_hero_inner {
    height: 500px;
  }
}
@media (min-width: 76.875em) {
  .company_hero .company_hero_inner {
    height: 600px;
  }
}
.company_hero .company_hero_inner2 {
  position: relative;
  margin-top: 580px;
  background: #fff;
}
@media (min-width: 48em) {
  .company_hero .company_hero_inner2 {
    margin-top: 400px;
  }
}
@media (min-width: 64em) {
  .company_hero .company_hero_inner2 {
    margin-top: 500px;
  }
}
@media (min-width: 76.875em) {
  .company_hero .company_hero_inner2 {
    margin-top: 600px;
  }
}
.company_hero .company_hero_inner2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: url(img/dot.png) repeat-x;
  background-size: auto 100%;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  z-index: 3;
  pointer-events: none;
}
@media (min-width: 48em) {
  .company_hero .company_hero_inner2::before {
    height: 100px;
  }
}
@media (min-width: 64em) {
  .company_hero .company_hero_inner2::before {
    height: 140px;
  }
}
.company_hero .company_hero_inner2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: url(img/dot.png) repeat-x;
  background-size: auto 100%;
  z-index: 3;
  pointer-events: none;
}
@media (min-width: 48em) {
  .company_hero .company_hero_inner2::after {
    height: 100px;
  }
}
@media (min-width: 64em) {
  .company_hero .company_hero_inner2::after {
    height: 169px;
  }
}
.company_hero .company_hero_item {
  position: relative;
  width: 100%;
  height: 33.333%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .company_hero .company_hero_item {
    width: 33.333%;
    height: 100%;
  }
}
.company_hero .company_hero_item--1 {
  background-image: url(img/img_company1.jpg);
}
@media (min-width: 48em) {
  .company_hero .company_hero_item--1 {
    background-position: left center;
  }
}
.company_hero .company_hero_item--3 {
  background-image: url(img/img_company3.jpg);
}
@media (min-width: 48em) {
  .company_hero .company_hero_item--3 {
    background-position: right center;
  }
}
.company_hero .company_hero_center {
  background-image: url(img/img_company2.jpg);
}
.company_hero .company_hero_center .company_hero_line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#ff3b5c), color-stop(50%, #c12a8a), to(#5a3299));
  background: linear-gradient(to right, #ff3b5c 0%, #c12a8a 50%, #5a3299 100%);
  z-index: 5;
}
@media (min-width: 48em) {
  .company_hero .company_hero_center .company_hero_line {
    top: 0;
    left: auto;
    width: 8px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3b5c), color-stop(50%, #c12a8a), to(#5a3299));
    background: linear-gradient(to bottom, #ff3b5c 0%, #c12a8a 50%, #5a3299 100%);
  }
}
.company_hero .company_hero_center .company_hero_line--left {
  top: 0;
}
@media (min-width: 48em) {
  .company_hero .company_hero_center .company_hero_line--left {
    left: 0;
  }
}
.company_hero .company_hero_center .company_hero_line--right {
  bottom: 0;
}
@media (min-width: 48em) {
  .company_hero .company_hero_center .company_hero_line--right {
    bottom: auto;
    right: 0;
  }
}
.company_hero .company_hero_center .company_hero_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
  color: #fff;
  text-align: center;
  padding: 0 1rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
@media (min-width: 48em) {
  .company_hero .company_hero_center .company_hero_text {
    top: 20%;
  }
}
.company_hero .company_hero_center .company_hero_text .subtext {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: 0.18em;
  opacity: 0.85;
  color: #fff;
  margin: 0;
  padding-bottom: 3vw;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .company_hero .company_hero_center .company_hero_text .subtext {
    font-size: 2.15rem;
  }
}
.company_hero .company_hero_center .company_hero_text .h2main {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 2.2rem;
}
@media (min-width: 48em) {
  .company_hero .company_hero_center .company_hero_text .h2main {
    font-size: 1.9rem;
  }
}

.wbg {
  background: #ffffff;
  z-index: 100;
  position: relative;
}

.policyblock {
  background: #d2e3ed;
  padding: 0;
}
.policyblock .container {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.policyblock .policy_heading {
  display: block;
  text-align: center;
  font-weight: normal;
  margin: 0;
  padding: 2.5rem 0 1.5rem 0;
  font-size: 2rem;
}
@media (min-width: 48em) {
  .policyblock .policy_heading {
    font-size: 2rem;
    padding: 2.2rem 0 1.5rem 0;
  }
}
.policyblock .policy_banner {
  background: -webkit-gradient(linear, left top, right top, from(#2e6fbf), color-stop(50%, #b54091), to(#e8773a));
  background: linear-gradient(to right, #2e6fbf 0%, #b54091 50%, #e8773a 100%);
  color: #fff;
  text-align: center;
  padding: 2rem 0;
}
@media (min-width: 48em) {
  .policyblock .policy_banner {
    padding: 1.5rem 0;
  }
}
.policyblock .policy_banner .policy_banner_title {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
  font-size: 2.2rem;
}
@media (min-width: 48em) {
  .policyblock .policy_banner .policy_banner_title {
    font-size: 2rem;
  }
}
.policyblock .policy_banner .policy_banner_sub {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
  font-size: 1.3rem;
}
@media (min-width: 48em) {
  .policyblock .policy_banner .policy_banner_sub {
    font-size: 1rem;
  }
}
.policyblock .policy_list {
  list-style: none;
  padding: 3rem 0 4rem 0;
  margin: 0 auto;
  width: auto;
  display: inline-grid;
  counter-reset: policy-counter;
}
@media (min-width: 64em) {
  .policyblock .policy_list {
    padding: 2rem 0 2rem 0;
  }
}
.policyblock .policy_list li {
  display: inline-block;
  width: auto;
  counter-increment: policy-counter;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 0.6rem;
  padding-left: 2.4em;
  text-indent: -2.4em;
  text-align: left;
  font-size: 1.3rem;
}
@media (min-width: 48em) {
  .policyblock .policy_list li {
    font-size: 1rem;
  }
}
.policyblock .policy_list li::before {
  content: counter(policy-counter, fullwidth-decimal) "．";
  display: inline-block;
  width: 2em;
  text-indent: 0;
  font-weight: bold;
}

.accessblock {
  padding-bottom: calc(2rem + 70px) !important;
}
@media (min-width: 48em) {
  .accessblock {
    padding-bottom: 12rem !important;
  }
}
.accessblock .access_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 3rem;
}
@media (min-width: 48em) {
  .accessblock .access_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 4rem;
  }
}
@media (min-width: 64em) {
  .accessblock .access_row {
    gap: 2vw;
  }
}
.accessblock .access_row:last-child {
  margin-bottom: 0;
}
.accessblock .access_row .access_photo {
  width: 100%;
}
@media (min-width: 48em) {
  .accessblock .access_row .access_photo {
    width: 48%;
  }
}
.accessblock .access_row .access_photo img {
  width: 100%;
  height: auto;
  display: block;
}
.accessblock .access_row .access_info {
  width: 100%;
}
@media (min-width: 48em) {
  .accessblock .access_row .access_info {
    width: 52%;
  }
}
.accessblock .access_row .access_info .access_map {
  position: relative;
  width: 100%;
  padding-top: 38%;
  margin-bottom: 0.8rem;
  background: #eee;
}
.accessblock .access_row .access_info .access_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.accessblock .access_row .access_info .access_title {
  display: block;
  font-weight: bold;
  margin: 0 0 0.6rem 0;
  line-height: 1.4;
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .accessblock .access_row .access_info .access_title {
    font-size: 1.1rem;
  }
}
.accessblock .access_row .access_info .access_address {
  display: block;
  margin: 0;
  line-height: 1.4;
}
@media (min-width: 48em) {
  .accessblock:not(.accessblock--nodot) .access_row {
    align-items: stretch;
  }
  .accessblock:not(.accessblock--nodot) .access_photo {
    position: relative;
    overflow: hidden;
  }
  .accessblock:not(.accessblock--nodot) .access_photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.accessblock::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: url(img/dot2.png);
  background-size: cover !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .accessblock::after {
    height: 169px;
  }
}
.accessblock::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: #F1D6E5;
  background: linear-gradient(112deg, rgb(194, 210, 226) 0%, rgb(224, 240, 244) 100%);
}
@media (min-width: 48em) {
  .accessblock::before {
    height: 169px;
  }
}

.kugiri {
  padding-bottom: calc(2rem + 70px);
  position: relative;
}
.kugiri::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: url(img/dot2.png);
  background-size: cover !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  z-index: 10;
}
@media (min-width: 48em) {
  .kugiri::after {
    padding-bottom: 169px;
    height: 169px;
  }
}
.kugiri::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: #F1D6E5;
  background: linear-gradient(112deg, rgb(194, 210, 226) 0%, rgb(224, 240, 244) 100%);
  z-index: 10;
}
@media (min-width: 48em) {
  .kugiri::before {
    height: 169px;
  }
}

.companyinfoblock {
  padding: 6rem 0 0 0;
}
.companyinfoblock .companyinfo_heading {
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 0 0 2.5rem 0;
  font-size: 2.4rem;
}
@media (min-width: 48em) {
  .companyinfoblock .companyinfo_heading {
    font-size: 1.8rem;
    margin: 0 0 3.5rem 0;
  }
}
.companyinfoblock .companyinfo_list {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  border-collapse: collapse;
}
.companyinfoblock .companyinfo_list .companyinfo_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #231815;
}
@media (min-width: 48em) {
  .companyinfoblock .companyinfo_list .companyinfo_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.companyinfoblock .companyinfo_list .companyinfo_row:first-child {
  border-top: 1px solid #231815;
}
.companyinfoblock .companyinfo_list .companyinfo_row dt, .companyinfoblock .companyinfo_list .companyinfo_row th {
  width: 100%;
  background: #e0f1f5;
  padding: 0.9rem 1.5rem;
  margin: 0;
  font-weight: normal;
  text-align: left;
  line-height: 1.6;
}
@media (min-width: 48em) {
  .companyinfoblock .companyinfo_list .companyinfo_row dt, .companyinfoblock .companyinfo_list .companyinfo_row th {
    width: 30%;
  }
}
@media (min-width: 64em) {
  .companyinfoblock .companyinfo_list .companyinfo_row dt, .companyinfoblock .companyinfo_list .companyinfo_row th {
    width: 25%;
  }
}
.companyinfoblock .companyinfo_list .companyinfo_row dd, .companyinfoblock .companyinfo_list .companyinfo_row td {
  width: 100%;
  background: #fff;
  padding: 0.9rem 1.5rem;
  margin: 0;
  line-height: 1.7;
}
@media (min-width: 48em) {
  .companyinfoblock .companyinfo_list .companyinfo_row dd, .companyinfoblock .companyinfo_list .companyinfo_row td {
    width: 70%;
  }
}
@media (min-width: 64em) {
  .companyinfoblock .companyinfo_list .companyinfo_row dd, .companyinfoblock .companyinfo_list .companyinfo_row td {
    width: 75%;
  }
}
.companyinfoblock .companyinfo_list .companyinfo_row dd p, .companyinfoblock .companyinfo_list .companyinfo_row td p {
  margin: 0 0 0.8rem 0;
}
.companyinfoblock .companyinfo_list .companyinfo_row dd p:last-child, .companyinfoblock .companyinfo_list .companyinfo_row td p:last-child {
  margin-bottom: 0;
}

.company_messageblock {
  padding-bottom: 3rem;
  padding-top: 4rem;
}

.company_message {
  text-align: center;
}
.company_message .company_message_heading {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 2rem 0;
  font-size: 2rem;
}
@media (min-width: 48em) {
  .company_message .company_message_heading {
    font-size: 1.8rem;
  }
}
@media (min-width: 64em) {
  .company_message .company_message_heading {
    margin: 0 0 1.5rem 0;
  }
}
.company_message .company_message_text {
  display: block;
  line-height: 2;
  margin: 0;
  text-align: left;
}

.readblock {
  padding-top: 5rem;
  background: #fff;
}
.readblock .container .tech1, .readblock .container .tech2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 64em) {
  .readblock .container .tech1, .readblock .container .tech2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.readblock .container .tech1 .readleft, .readblock .container .tech2 .readleft {
  display: block;
  width: 100%;
}
@media (min-width: 64em) {
  .readblock .container .tech1 .readleft, .readblock .container .tech2 .readleft {
    width: 54%;
  }
}
.readblock .container .tech1 .readleft h3, .readblock .container .tech2 .readleft h3 {
  display: block;
  width: 100%;
  text-align: left;
}
@media (min-width: 64em) {
  .readblock .container .tech1 .readleft h3, .readblock .container .tech2 .readleft h3 {
    text-align: right;
  }
}
.readblock .container .tech1 .readleft p, .readblock .container .tech2 .readleft p {
  display: block;
  padding: 1rem 0 0 0;
}
@media (min-width: 64em) {
  .readblock .container .tech1 .readleft p, .readblock .container .tech2 .readleft p {
    padding: 1rem 0 0 9vw;
  }
}
.readblock .container .tech1 .readright, .readblock .container .tech2 .readright {
  display: block;
  width: 100%;
  position: relative;
}
@media (min-width: 64em) {
  .readblock .container .tech1 .readright, .readblock .container .tech2 .readright {
    width: 43%;
  }
}
.readblock .container .tech1 .readright img, .readblock .container .tech2 .readright img {
  width: 100%;
  height: auto;
}
.readblock .container .tech1 .readright::before, .readblock .container .tech2 .readright::before {
  display: none;
}
@media (min-width: 64em) {
  .readblock .container .tech1 .readright::before, .readblock .container .tech2 .readright::before {
    content: "";
    display: block;
    width: 20vw;
    height: 16vw;
    position: absolute;
    bottom: -3vw;
    right: -7vw;
    background: url("img/img_production_2.jpg");
    background-size: cover !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
  }
}
.readblock.noimg {
  padding-bottom: 0;
}
@media (min-width: 64em) {
  .readblock.noimg .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.readblock.noimg .readleft h3 {
  text-align: left;
}
@media (min-width: 64em) {
  .readblock.noimg .readleft h3 {
    padding-left: 9vw;
  }
}
.readblock.noimg .readright::before {
  display: none !important;
}
.readblock.num2 {
  position: relative;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
@media (min-width: 64em) {
  .readblock.num2 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.readblock.num2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: #F1D6E5;
  background: linear-gradient(112deg, rgb(241, 214, 229) 0%, rgb(227, 219, 234) 100%);
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 48em) {
  .readblock.num2::before {
    height: 169px;
  }
}
.readblock.num2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background-size: cover !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-image: url(img/dot2.png);
  background-repeat: repeat-x;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 48em) {
  .readblock.num2::after {
    height: 169px;
  }
}
@media (min-width: 64em) {
  .readblock.num2 .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.readblock.num2 .container .tech2 {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
@media (min-width: 64em) {
  .readblock.num2 .container .tech2 {
    padding-top: 0;
  }
}
.readblock.num2 .container .tech2 .readright::before {
  display: none !important;
}
.readblock.num2 .container .tech2 .readleft h3 {
  text-align: left;
}
.readblock.num2 .container .tech2 .readleft p {
  padding: 1rem 0 0 0;
}
@media (min-width: 64em) {
  .readblock.num2 .container .tech2 .readleft p {
    padding: 1rem 0 0 0;
  }
}
.readblock.num2 .production_sulsit {
  position: relative;
  z-index: 5;
}

.production_imgrow {
  padding-top: 2.4rem;
  padding-bottom: 0;
  background: #fff;
}
@media (min-width: 64em) {
  .production_imgrow {
    padding-top: 2.9rem;
    padding-bottom: 0;
  }
}
.production_imgrow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 64em) {
  .production_imgrow ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2vw;
    padding-left: 18vw;
  }
}
.production_imgrow ul li {
  width: 100%;
}
@media (min-width: 64em) {
  .production_imgrow ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
.production_imgrow ul li figure {
  margin: 0;
}
.production_imgrow ul li figure img {
  width: 100%;
  height: auto;
  display: block;
}

.production_sulsit {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (min-width: 48em) {
  .production_sulsit {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 64em) {
  .production_sulsit {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
.production_sulsit li {
  list-style: none;
  margin: 0;
}
.production_sulsit .mnin {
  display: block;
}
.production_sulsit .mnin .textbox {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.production_sulsit .mnin:hover {
  opacity: 1;
}
.production_sulsit .mnin:hover .textbox {
  background: #000 !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.contactblock {
  background: #fff;
}
.contactblock .questiontext img {
  width: 200px;
  height: auto;
}
@media (min-width: 48em) {
  .contactblock .questiontext img {
    width: 400px;
  }
}

.demo {
  position: fixed;
  bottom: 20px;
  left: 16px;
  z-index: 100;
}
@media (min-width: 48em) {
  .demo {
    bottom: 50px;
    left: 50px;
  }
}
.demo a img {
  width: 100px;
  height: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 48em) {
  .demo a img {
    width: 150px;
  }
}
.demo a:hover {
  opacity: 1;
}
.demo a:hover img {
  -webkit-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.catenewsblock {
  padding-bottom: calc(70px + 2rem);
}
@media (min-width: 48em) {
  .catenewsblock {
    padding-bottom: calc(169px + 4rem);
  }
}
.catenewsblock .questiontext {
  padding-top: 7rem;
  padding-bottom: 2rem;
}
.catenewsblock .yearlist {
  padding: 0;
  margin: 0 0 7rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-bottom: 4px solid #0068b6;
  overflow-x: auto;
}
.catenewsblock .yearlist li {
  list-style: none;
  padding: 1em 1em 1em 2em;
}
@media (min-width: 48em) {
  .catenewsblock .yearlist li {
    padding: 2em;
  }
}
.catenewsblock .yearlist li a {
  white-space: nowrap;
  line-height: 2em;
  font-weight: bold;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .catenewsblock .yearlist li a {
    font-size: 1rem;
  }
}
.catenewsblock .newslist {
  margin: 0 0 4rem 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid #ddd;
}
@media (min-width: 48em) {
  .catenewsblock .newslist {
    grid-template-columns: 1fr 1fr;
  }
}
.catenewsblock .newslist .newslistin {
  display: block;
  width: 100%;
  padding: 1.5rem;
  border-bottom: 1px solid #ddd;
}
.catenewsblock .newslist .newslistin:last-child {
  border-bottom: none;
}
@media (min-width: 48em) {
  .catenewsblock .newslist .newslistin {
    padding: 2rem 1.5rem;
  }
  .catenewsblock .newslist .newslistin:nth-child(odd) {
    border-right: 1px solid #ddd;
  }
  .catenewsblock .newslist .newslistin:nth-last-child(-n+2):nth-child(odd), .catenewsblock .newslist .newslistin:nth-last-child(-n+2):nth-child(odd) ~ .newslistin {
    border-bottom: none;
  }
  .catenewsblock .newslist .newslistin:last-child {
    border-bottom: none;
  }
}
.catenewsblock .newslist .newslistin a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.2rem;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 48em) {
  .catenewsblock .newslist .newslistin a {
    gap: 1.5rem;
  }
}
.catenewsblock .newslist .newslistin a figure {
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (min-width: 48em) {
  .catenewsblock .newslist .newslistin a figure {
    width: 180px;
  }
}
.catenewsblock .newslist .newslistin a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.catenewsblock .newslist .newslistin a .newslist_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.6rem;
  padding-top: 0.3rem;
}
.catenewsblock .newslist .newslistin a .cat {
  display: inline-block;
  width: auto;
  padding: 0.35em 1.4em;
  color: #913d91;
  border: 1px solid #913d91;
  border-radius: 9999px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  font-size: 1.1rem;
}
@media (min-width: 48em) {
  .catenewsblock .newslist .newslistin a .cat {
    font-size: 1rem;
  }
}
.catenewsblock .newslist .newslistin a h4 {
  display: block;
  width: 100%;
  text-align: left;
  margin: 0;
  line-height: 1.55;
  font-weight: bold;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .catenewsblock .newslist .newslistin a h4 {
    font-size: 1.3rem;
  }
}
.catenewsblock .newslist .newslistin a .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  text-align: left;
  color: #7c7c7c;
  margin: 0;
  font-size: 1.1rem;
}
@media (min-width: 48em) {
  .catenewsblock .newslist .newslistin a .date {
    font-size: 1rem;
  }
}
.catenewsblock .newslist .newslistin a .date i {
  margin-right: 0.4em;
}
.catenewsblock .newslist .newslistin a:hover {
  opacity: 0.8;
}

.contactblock .questiontext {
  padding: 7rem 0 2rem 0;
}
.contactblock .questiontext .en {
  color: #009acf;
  letter-spacing: 0.2em;
  margin: 0 0 0.5em 0;
}
.contactblock .contact_intro {
  text-align: center;
  margin: 6rem 0 3rem 0;
  line-height: 1.8;
}
.contactblock .contact_subhead {
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1.2em 0;
  margin: 4.5rem 0 0 0;
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .contactblock .contact_subhead {
    font-size: 1.3rem;
  }
}
.contactblock .contact_tel {
  margin-bottom: 0;
}
.contactblock .contact_tel_lead {
  text-align: center;
  margin: 2rem 0;
  line-height: 1.8;
}
.contactblock .contact_tel_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0 3rem 0;
}
@media (min-width: 48em) {
  .contactblock .contact_tel_grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contactblock .contact_tel_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.contactblock .contact_tel_label {
  display: inline-block;
  background: #444;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 0.7em;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  border-radius: 3px;
}
.contactblock .contact_tel_body {
  display: block;
}
.contactblock .contact_tel_number {
  margin: 0;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  font-size: 2.8rem;
}
@media (min-width: 48em) {
  .contactblock .contact_tel_number {
    font-size: 1.9rem;
  }
}
.contactblock .contact_tel_note {
  margin: 0;
  font-size: 0.9rem;
}
@media (min-width: 48em) {
  .contactblock .contact_tel_note {
    font-size: 0.8rem;
  }
}

.single-news .questiontext {
  padding-top: 4rem;
  padding-bottom: 1rem;
  text-align: left;
}
.single-news .questiontext .jp {
  display: block;
  margin: 0 0 1rem 0;
  line-height: 1.5em;
  font-weight: bold;
  text-align: left;
  font-size: 2rem;
}
@media (min-width: 48em) {
  .single-news .questiontext .jp {
    font-size: 1.8rem;
  }
}
.single-news .questiontext .cat {
  display: inline-block;
  vertical-align: middle;
  padding: 0.35em 1.4em;
  margin: 0 0.7em 0.3em 0;
  color: #913d91;
  border: 1px solid #913d91;
  border-radius: 9999px;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .single-news .questiontext .cat {
    font-size: 1.1rem;
  }
}
.single-news .questiontext .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7c7c7c;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .single-news .questiontext .date {
    font-size: 1rem;
  }
}
.single-news .questiontext .date i {
  margin-right: 0.4em;
}

.contactboxx {
  margin: 10em 0 3rem 0;
}
.contactboxx p {
  margin-bottom: 2em;
}
.contactboxx .ness {
  background: #ec183b;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  line-height: 2em;
  padding: 0 1em;
  margin: 0 1em;
  border-radius: 4px;
}
.contactboxx input[type=text], .contactboxx input[type=email], .contactboxx input[type=tel], .contactboxx textarea {
  padding: 0.25em;
  border: none;
  margin: 0.25em 0 0 0;
  width: 100%;
  background: #ebebeb;
  font-family: inherit;
  font-size: 1.4rem;
}
.contactboxx input[type=text]:focus, .contactboxx input[type=email]:focus, .contactboxx input[type=tel]:focus, .contactboxx textarea:focus {
  outline: 2px solid #009acf;
  outline-offset: 0;
}
.contactboxx textarea {
  resize: vertical;
  min-height: 180px;
}
.contactboxx-btn {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 2em;
}
.contactboxx-btn input[type=submit] {
  border-radius: 3px;
  font-weight: bold;
  border: none;
  display: inline-block;
  width: 280px;
  text-align: center;
  line-height: 5em;
  color: #fff;
  background: #009acf;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 48em) {
  .contactboxx-btn input[type=submit] {
    width: 350px;
  }
}
.contactboxx-btn input[type=submit]:hover {
  color: #fff;
  background: #0068b6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contact_form {
  margin: 3rem 0;
}
.contact_form .contact_form_lead {
  text-align: center;
  margin: 0 0 3rem 0;
  line-height: 1.8;
}
.contact_form .contact_field {
  margin-bottom: 1.8rem;
}
.contact_form .contact_field label {
  display: block;
  margin-bottom: 0.5em;
}
.contact_form .contact_field label b {
  font-weight: bold;
  margin-right: 0.4em;
}
.contact_form .req {
  color: #009acf;
  font-weight: bold;
  display: inline-block;
  margin-left: 0.2em;
}
.contact_form .contact_file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin: 0.5em 0 0.5em 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact_form .contact_file input[type=file] {
  display: inline-block;
  width: auto;
  background: none;
  padding: 0;
}
.contact_form .contact_file .contact_file_note {
  color: #888;
  font-size: 1.1rem;
}
@media (min-width: 48em) {
  .contact_form .contact_file .contact_file_note {
    font-size: 0.7rem;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ancor-box {
  position: relative;
}
.ancor-box .ancor {
  top: -70px;
  position: absolute;
}
@media (min-width: 48em) {
  .ancor-box .ancor {
    top: -120px;
  }
}

.error-container {
  margin: 0 0 4rem;
  padding: 3rem 0;
  background-color: #fff;
}

.error-detail {
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 48em) {
  .error-detail {
    max-width: 970px;
  }
}

.error-title {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1.25;
  text-align: center;
  color: #000;
}
@media (min-width: 48em) {
  .error-title {
    font-size: 1.6rem;
    line-height: 1.15625;
  }
}
.error-title-sub {
  display: block;
  margin: 8px 0 0 0;
  font-size: 1.8rem;
  line-height: 1.2777777778;
}
@media (min-width: 48em) {
  .error-title-sub {
    font-size: 0.9rem;
  }
}

.error-search {
  margin-bottom: 2.4rem;
  padding: 2.4rem;
}
@media (min-width: 48em) {
  .error-search {
    padding: 1.6rem;
  }
}
.error-search .title {
  margin: 0;
  padding: 0 0 16px 0;
  font-size: 1.8rem;
  line-height: 1.2777777778;
  text-align: center;
  color: #000;
}
@media (min-width: 48em) {
  .error-search .title {
    float: left;
    width: 30%;
    padding: 12px 0;
    font-size: 0.9rem;
  }
}
.error-search .search-form {
  position: relative;
  z-index: 10;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  font-size: 0;
  background-color: #eee;
}
@media (min-width: 48em) {
  .error-search .search-form {
    margin-left: 30%;
    height: 52px;
    overflow: hidden;
  }
}
.error-search .search-moduleInput {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1;
  width: 80%;
}
.error-search .search-moduleInput input {
  background: none;
  border: none;
  padding: 17px 15px;
  width: 100%;
  outline: 0;
}
.error-search .search-moduleInput input::-webkit-input-placeholder {
  color: #626a77;
}
.error-search .search-moduleInput input::-moz-placeholder {
  color: #626a77;
}
.error-search .search-moduleInput input:-ms-input-placeholder {
  color: #626a77;
}
.error-search .search-moduleInput input::-ms-input-placeholder {
  color: #626a77;
}
.error-search .search-moduleInput input::placeholder {
  color: #626a77;
}
.error-search .search-moduleButton {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 20%;
}
.error-search .search-moduleButton button {
  background: #000;
  border: none;
  padding: 15px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.error-button {
  text-align: center;
}
.error-button a {
  display: block;
  margin: 0 auto;
  padding: 16px;
  max-width: 320px;
  border: 3px solid #d63b3f;
  color: #d63b3f;
}
.error-button a:hover {
  background-color: #d63b3f;
  color: #fff;
  opacity: 1;
}

.careersingleblock {
  background: #fff;
}

input[type=radio] {
  vertical-align: middle;
  margin-right: 4px;
}

input[type=checkbox] {
  vertical-align: middle;
  *vertical-align: baseline;
  margin-right: 4px;
}

.form-kiyaku {
  overflow: auto;
  padding: 2rem;
  background-color: #fff;
  height: 20rem;
  border: 1px solid #eee;
  font-size: 1.4rem;
  line-height: 1.3571428571;
}
@media (min-width: 48em) {
  .form-kiyaku {
    font-size: 0.7rem;
  }
}
.form-kiyaku br {
  display: block;
}

/* --- basic setting ----------------------------------------------------------------------------------------- */
.wp-caption-text {
  text-align: center;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.m-article-text-main,
.twitter-tweet,
.instagram-media,
.instagram-media-rendered {
  margin-left: auto !important;
  margin-right: auto !important;
}

.page-detail iframe {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

/* --- WordPress preset CSS ----------------------------------------------------------------------------------------- */
.postbox h1 {
  margin-bottom: 0.25em;
  line-height: 1.5em;
}

.page-body {
  padding: 2.5em 0 0 0;
}
@media (min-width: 48em) {
  .page-body {
    padding: 5em 0 0 0;
  }
}
.page-body p {
  margin-bottom: 1.5rem;
}
.page-body small {
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .page-body small {
    font-size: 0.6rem;
  }
}
.page-body a {
  color: #0185f1;
}
.page-body h2 {
  clear: both;
  margin-bottom: 1.2rem;
  padding: 0.75rem 0 0;
  color: #000;
  font-weight: bold;
}
.page-body h3 {
  position: relative;
  margin: 0 0 0.75rem;
  padding: 1.5rem 0 7px 0;
  color: #000;
  letter-spacing: 0.04em;
}
.page-body h4,
.page-body h5,
.page-body h6 {
  margin-bottom: 0.6rem;
  color: #000;
}
.page-body h2 {
  font-size: 1.8rem;
  line-height: 1.25;
}
.page-body h3 {
  font-size: 1.7rem;
  line-height: 1.2941176471;
}
.page-body h4 {
  font-size: 1.6rem;
  line-height: 1.3125;
}
.page-body h5, .page-body h6 {
  font-size: 1.6rem;
  line-height: 1.3125;
}
@media (min-width: 48em) {
  .page-body h2 {
    font-size: 1rem;
  }
  .page-body h3 {
    font-size: 1rem;
  }
  .page-body h4 {
    font-size: 0.8rem;
  }
  .page-body h5, .page-body h6 {
    font-size: 0.8rem;
  }
}
.page-body {
  /* image */
}
.page-body img {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.page-body img.centered, .page-body div.centered {
  display: block;
  margin: 24px auto;
}
.page-body img.aligncenter, .page-body div.aligncenter {
  display: block;
  margin: 24px auto;
}
.page-body img.alignright, .page-body div.alignright {
  float: none;
  margin: 4px auto 16px auto;
  display: block;
}
.page-body img.alignleft, .page-body div.alignleft {
  float: none;
  margin: 4px auto 16px auto;
  display: block;
}
.page-body .wp-caption {
  max-width: 100%;
  padding: 0;
  margin: 24px auto;
}
.page-body .wp-caption.alignright {
  float: none;
  margin: 4px auto 16px auto;
}
.page-body .wp-caption.alignleft {
  float: none;
  margin: 4px auto 16px auto;
}
.page-body .wp-caption.aligncenter {
  margin: 24px auto;
}
.page-body .wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.page-body .wp-caption .wp-caption-text {
  padding: 8px 0 0;
  color: #999;
  font-size: 12px;
}
@media (min-width: 48em) {
  .page-body img.alignright, .page-body div.alignright {
    float: right;
    margin: 4px 0 30px 30px;
    display: inline;
  }
  .page-body img.alignleft, .page-body div.alignleft {
    float: left;
    margin: 4px 30px 30px 0;
    display: inline;
  }
  .page-body .wp-caption.alignright {
    float: right;
    margin: 4px 0 30px 30px;
  }
  .page-body .wp-caption.alignleft {
    float: left;
    margin: 4px 30px 30px 0;
  }
}
.page-body {
  /* gallery */
}
.page-body .gallery {
  margin-bottom: 1.8rem;
  font-size: 0;
  text-align: center;
}
.page-body .gallery-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 8px;
  width: 50%;
}
@media (min-width: 30em) {
  .page-body .gallery-item {
    width: auto;
  }
}
.page-body .gallery-caption {
  padding: 8px;
  color: #999;
  font-size: 12px;
  line-height: 18px;
}
.page-body {
  /* icon */
}
.page-body i.fa {
  margin-right: 6px;
}
.page-body {
  /* table */
}
.page-body table {
  margin: 0 0 2rem 0;
  display: block;
  width: auto;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}
@media (min-width: 48em) {
  .page-body table {
    display: table;
    white-space: inherit;
    width: 100%;
  }
}
.page-body td,
.page-body th {
  border: 1px solid #ababab;
  padding: 20px 26px;
  vertical-align: top;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.3571428571;
}
@media (min-width: 48em) {
  .page-body td,
  .page-body th {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}
.page-body th {
  background-color: #cae7ff;
  font-weight: bold;
  width: 35%;
}
@media (min-width: 48em) {
  .page-body th {
    width: 26%;
  }
}
.page-body {
  /* list */
}
.page-body dt,
.page-body dd {
  margin: 0;
}
.page-body ul,
.page-body ol {
  margin: 0 0 0.8rem;
  padding: 0 0 0 16px;
}
.page-body ul li,
.page-body ol li {
  margin: 0 0 0.375rem 0.8rem;
  padding: 0 0 0 0.4rem;
}
.page-body {
  /* block quote */
}
.page-body .blockquote {
  margin: 0 0 1.5em 0;
  padding: 15px;
  background: #f2f2f2;
  color: #555;
  border-radius: 5px;
  position: relative;
}
.page-body .blockquote p:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.page-body blockquote {
  margin: 0 0 2em 0;
  padding: 30px 30px 2px;
  background: #f2f2f2;
  color: #555;
  border-radius: 5px;
  position: relative;
}
.page-body blockquote:before {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #999;
}
.page-body blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  line-height: 60px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  right: 5px;
  color: #999;
}
.page-body .noclick {
  pointer-events: none;
}

.page-body.company_body {
  /* table */
}
.page-body.company_body table {
  margin: 0 0 2rem 0;
  display: block;
  width: 100%;
  position: relative;
  overflow-x: auto;
  white-space: inherit;
}
@media (min-width: 48em) {
  .page-body.company_body table {
    display: table;
    width: 100%;
  }
}
.page-body.company_body tbody, .page-body.company_body tr {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .page-body.company_body tbody, .page-body.company_body tr {
    display: table;
  }
}
.page-body.company_body td,
.page-body.company_body th {
  border: 3px solid #fff;
  background-color: #eff2f7;
  padding: 20px 26px;
  vertical-align: top;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.3571428571;
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .page-body.company_body td,
  .page-body.company_body th {
    display: table-cell;
    font-size: 0.8rem;
    line-height: 1.5;
  }
}
.page-body.company_body th {
  background-color: #242424;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 48em) {
  .page-body.company_body th {
    width: 26%;
  }
}

/* コメント */
#comments.comments-area {
  clear: both;
  padding: 2rem 0;
}
#comments .comment-respond {
  padding: 2rem;
  border: 1px solid #ddd;
  font-size: 1.4rem;
  line-height: 1.3571428571;
}
@media (min-width: 48em) {
  #comments .comment-respond {
    font-size: 0.7rem;
  }
}
#comments .comment-form-comment textarea {
  outline: none;
  display: block;
  width: 100%;
  padding: 12px;
  margin-bottom: 0.4rem;
  color: #444;
  border: 1px solid #eee;
  background-color: rgb(225.25, 225.25, 225.25);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
#comments .comment-form-author input, #comments .comment-form-email input {
  outline: none;
  display: block;
  width: 100%;
  padding: 12px;
  margin-bottom: 0.4rem;
  color: #444;
  border: 1px solid #eee;
  background-color: rgb(225.25, 225.25, 225.25);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 48em) {
  #comments .comment-form-author, #comments .comment-form-email {
    float: left;
    width: 48%;
  }
}
@media (min-width: 48em) {
  #comments .comment-form-email {
    float: right;
  }
}
#comments .form-submit {
  clear: both;
  padding-top: 8px;
  text-align: center;
}
#comments .form-submit input[type=submit] {
  width: 100%;
  margin: 0;
  height: 56px;
  line-height: 56px;
  border: 1px rgb(25.5, 25.5, 25.5) solid;
  background-color: rgb(25.5, 25.5, 25.5);
  color: #fff;
  border-radius: 4px;
}
#comments .form-submit input[type=submit]:hover {
  opacity: 0.6;
}
@media (min-width: 30em) {
  #comments .form-submit input[type=submit] {
    width: 300px;
    display: inline-block;
    margin: 0;
  }
}

/* next-page */
.pagesprit {
  text-align: center;
  font-size: 0;
  padding: 16px 0 32px 0;
}

.pagesprit .page-numbers {
  line-height: 1;
}

.pagesprit a,
.pagesprit span {
  display: inline-block;
  margin: 0 2px 4px 2px;
  font-size: 14px;
  line-height: 14px;
}

.pagesprit .numbers {
  border: 1px #000 solid;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #000;
  color: #fff;
}

.pagesprit a:hover {
  opacity: 1;
}

.pagesprit a:hover .numbers {
  background-color: #000;
  color: #fff;
  opacity: 1;
}

.pagesprit a .numbers {
  background-color: #fff;
  color: #000;
}

@media (min-width: 62em) {
  .pagesprit .numbers {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
}
/* PageNaviプラグイン */
.paginationArea {
  padding: 3em 0;
  margin: 9em 0 0 0;
}

.wp-pagenavi {
  padding: 0 0 16px 0;
  text-align: center;
}

.wp-pagenavi .pages {
  display: block;
  margin: 8px;
  font-size: 14px;
}
@media (min-width: 48em) {
  .wp-pagenavi .pages {
    font-size: 18px;
  }
}

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .extend,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  display: inline-block; /*border: 1px solid $link-color*/
  margin: 8px 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
@media (min-width: 48em) {
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .extend,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    font-size: 18px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.wp-pagenavi .extend {
  border: none;
  margin: 8px 0;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  border: none;
}

.wp-pagenavi .current {
  position: relative;
  font-weight: bold;
}
.wp-pagenavi .current::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-bottom: 4px solid #0068b6;
  bottom: -8px;
  left: 0;
  right: 0;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
  color: #231815;
}

@media (min-width: 48em) {
  .wp-pagenavi .pages {
    display: block;
    margin: 8px;
    font-size: 14px;
    font-weight: 500;
  }
  .wp-pagenavi .previouspostslink {
    display: inline-block; /*border: 1px solid $link-color*/
    margin: 8px 2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
  }
}
@media (min-width: 62em) {
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
/* -----------------------------------------------------------
   .pagenationPNArea
   ----------------------------------------------------------- */
.pagenationPNArea {
  position: relative;
  text-align: center;
  border-top: 1px solid #c0d5dc;
  padding: 3em 0;
  margin: 9em 0 0 0;
  display: block;
}

/* .btn */
.pagenationPNArea .btnTop {
  display: block;
  margin: 0 auto;
  width: 40%;
}

.pagenationPNArea .btnPrev,
.pagenationPNArea .btnNext {
  position: absolute;
  bottom: 0;
  width: 29.5%;
  text-decoration: none;
}

.pagenationPNArea .btnPrev {
  right: 0;
}

.pagenationPNArea .btnNext {
  left: 0;
}

.pagenationPNArea .btnPrev a,
.pagenationPNArea .btnTop a,
.pagenationPNArea .btnNext a {
  display: block; /*border:#000 1px solid*/
  position: relative;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.pagenationPNArea .btnPrev a:hover,
.pagenationPNArea .btnTop a:hover,
.pagenationPNArea .btnNext a:hover {
  color: #fff;
  opacity: 1;
  background: #0068b6;
}

/*.pagenationPNArea .btnPrev a:before,
.pagenationPNArea .btnNext a:before { position: absolute; top:0; z-index:2; font-size:16px; font-family:'themify'; font-weight:normal; font-style:normal; -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; }

.pagenationPNArea .btnPrev a:before { right: 10px;content:"\e649";}
.pagenationPNArea .btnNext a:before { left: 10px;content:"\e64a";}

.pagenationPNArea a:after { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; display: block; background: #000; content: ""; z-index: -1; -webkit-transform-origin:right top;-moz-transform-origin:right top;-o-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);-o-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transition:transform .7s ease;-moz-transition:transform .7s ease;-o-transition:transform .7s ease;transition:transform .7s ease}
.pagenationPNArea a:hover:after { -webkit-transform-origin:left top;-moz-transform-origin:left top;-o-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}*/
@media only screen and (max-width: 900px) {
  .pagenationPNArea .btnPrev a,
  .pagenationPNArea .btnTop a,
  .pagenationPNArea .btnNext a {
    line-height: 45px;
  }
  /*.pagenationPNArea .btnPrev a:hover,
  .pagenationPNArea .btnTop a:hover,
  .pagenationPNArea .btnNext a:hover {color:#000;}
  .pagenationPNArea a:after { display: none;}*/
}
@media only screen and (max-width: 738px) {
  .pagenationPNArea .btnTop {
    width: 50%;
  }
  .pagenationPNArea .btnPrev,
  .pagenationPNArea .btnNext {
    position: absolute;
    bottom: 0;
    width: 24%;
    text-decoration: none;
  }
  .pagenationPNArea .btnPrev a,
  .pagenationPNArea .btnTop a,
  .pagenationPNArea .btnNext a { /*border:#000 1px solid*/
    font-size: 12px;
    letter-spacing: 0;
    line-height: 40px;
  }
  .pagenationPNArea .btnPrev a {
    padding-right: 5px;
  }
  .pagenationPNArea .btnNext a {
    padding-left: 5px;
  }
  /*.pagenationPNArea .btnPrev a:before,
  .pagenationPNArea .btnNext a:before { font-size:12px; }
  .pagenationPNArea .btnPrev a:before { right: 7px;}
  .pagenationPNArea .btnNext a:before { left: 7px;}*/
}
/*次へ前へ*/
.screen-reader-text {
  display: none;
}

.nav-links {
  display: table;
  padding: 50px 0 50px 0;
  width: 100%;
}
.nav-links .nav-previous, .nav-links .nav-next {
  display: table-cell;
  width: 50%;
}
.nav-links .nav-previous a, .nav-links .nav-next a {
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  line-height: 40px;
  padding: 0 35px;
  margin: 0 1px;
  display: inline-block;
  background: #fff;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.nav-links .nav-previous a:hover, .nav-links .nav-next a:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
  background: #000;
  opacity: 1;
}
.nav-links .nav-previous a {
  float: left;
}
.nav-links .nav-next a {
  float: right;
}

.navigation.posts-navigation {
  margin-top: 4rem;
}

.screen-reader-text, .nav-links {
  display: none;
}

.outer-wp-pagenavi {
  margin-top: -3rem;
}

/*コンタクトフォーム7*/
.wpcf7-response-output {
  margin: 30px 0 0 0 !important;
  background: #e70000 !important;
  color: #fff !important;
  border: none !important;
  padding: 1rem !important;
  text-align: center !important;
}

.ajax-loader {
  display: block !important;
}

.catenewsblock {
  background: #fff;
}/*# sourceMappingURL=style.css.map */