@charset "UTF-8";
/*
Theme Name: 
Author: 
Author URI: 
Version: 1.0.0
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hubballi&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.clearfix, #header, #footer, .contents-sidebar, .container, .container-middle, .container-narrow {
  *zoom: 1;
}
.clearfix:after, #header:after, #footer: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%;
  }
}
@media all and (-ms-high-contrast: none) {
  html {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic Gothic Medium, "メイリオ", "Meiryo", sans-serif;
  }
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.625;
  color: #3d3d3d;
  letter-spacing: 0.1em;
  background-image: -webkit-gradient(linear, left top, right top, from(#e4f3ff), to(#e9fff3));
  background-image: linear-gradient(90deg, #e4f3ff, #e9fff3);
}
@media (min-width: 48em) {
  body {
    font-size: 0.8rem;
  }
}

a {
  position: relative;
  text-decoration: none;
  color: #000;
  outline: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 62em) {
  a:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0.6;
  }
}

#wrapper {
  overflow: hidden;
}

.normalblock {
  padding: 7.5rem 0;
}

.normalblock0 {
  padding: 0 0 5rem 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: 1200px;
}

.container-middle {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
}
@media (min-width: 48em) {
  .container-middle {
    padding: 0 2rem;
  }
}

.container-narrow {
  position: relative;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 820px;
  overflow: hidden;
}

.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: 62em) {
  .col-md-3 {
    float: left;
    width: 25%;
  }
}

.col-md-4 {
  float: none;
  width: 100%;
}
@media (min-width: 62em) {
  .col-md-4 {
    float: left;
    width: 33.3333%;
  }
}

.col-md-5 {
  float: none;
  width: 100%;
}
@media (min-width: 62em) {
  .col-md-5 {
    float: left;
    width: 41.6666%;
  }
}

.col-md-6 {
  float: none;
  width: 100%;
}
@media (min-width: 62em) {
  .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: 62em) {
  .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: 62em) {
  .col-md-8 {
    float: left;
    width: 66.6666%;
  }
}

@media (min-width: 62em) {
  .col-md-9 {
    width: 75%;
    margin: 0 auto;
  }
}

@media (min-width: 62em) {
  .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: 62em) {
  .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: 62em) {
  .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-Inter {
  font-family: Inter;
}
.fo-fa-Lato {
  font-family: Lato;
}
.fo-fa-Roboto {
  font-family: Roboto;
}
.fo-fa-Old_Standard_TT {
  font-family: Old Standard TT;
}
.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: #3d3d3d;
}
.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;
}

.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: #3d3d3d;
}
.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: 24px;
  z-index: 802;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
#PagetopBtn:hover {
  bottom: 32px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#PagetopBtn.visible {
  right: 16px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
#PagetopBtn a {
  outline: none;
  width: 38px;
  height: 38px;
  font-size: 12px;
  line-height: 36px;
  text-align: center;
  display: block;
  color: #fff;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#73d6e5), to(#7abdee));
  background-image: linear-gradient(90deg, #73d6e5, #7abdee);
  margin: 0;
  border-radius: 100%;
}
@media (min-width: 48em) {
  #PagetopBtn a {
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 48px;
  }
}
#PagetopBtn a img {
  height: 20px;
  width: auto;
}
#PagetopBtn a:hover {
  opacity: 1;
}

/* ----------------------------------------------------------

   #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;
}

/* ----- .logo ----- */
#mainsl .logo {
  position: absolute;
  top: 160px;
  left: 50%;
  width: 500px;
  height: 102px;
  z-index: 2;
  background: url(../images/logo-L.png) center center no-repeat;
  margin-left: -250px;
  overflow: hidden;
  text-indent: -999px;
}

/* ----- .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-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; }*/
.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; }*/
/*背景画像*/
.img01 {
  background: url(img/kv_01.jpg);
  background-size: cover !important;
  background-position: 35% center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .img01 {
    background-position: center center !important;
  }
}

.img02 {
  background: url(img/kv_02.jpg);
  background-size: cover !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .img02 {
    background-position: center center !important;
  }
}

.img03 {
  background: url(img/kv_03.jpg);
  background-size: cover !important;
  background-position: 25% center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .img03 {
    background-position: center center !important;
  }
}

.img04 {
  background: url(img/kv_04.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.img05 {
  background: url(img/kv_05.jpg);
  background-size: cover !important;
  background-position: 90% center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .img05 {
    background-position: center center !important;
  }
}

.img06 {
  background: url(img/kv_06.jpg);
  background-size: cover !important;
  background-position: 25% center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .img06 {
    background-position: center center !important;
  }
}

@-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;
}

#mainsl::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60vw;
  height: 60%;
  background: url(img/kv_img1.png);
  background-size: cover !important;
  background-position: right top !important;
  background-repeat: no-repeat !important;
  z-index: 1;
}

#mainsl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15vw;
  height: 80%;
  background: url(img/kv_img2.png);
  background-size: cover !important;
  background-position: left bottom !important;
  background-repeat: no-repeat !important;
  z-index: 1;
}

.easy-select-box {
  display: inline-block;
  position: relative;
}
.easy-select-box .esb-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 300;
  display: none;
}

/* ----------------------------------------------------------
   .preloader
   -------------------------------------------------  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #fff;
  z-index: 999999;
}

.spinner {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 120px;
  height: 120px;
  margin: auto;
  text-indent: -9999px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(114, 255, 250)), to(rgb(85, 124, 255)));
  background: linear-gradient(rgb(114, 255, 250), rgb(85, 124, 255));
  border-radius: 120px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spin 0.6s linear infinite;
  animation: spin 0.6s linear infinite;
}
@media (min-width: 48em) {
  .spinner::after {
    content: "";
    background: #fff;
    width: 118px;
    height: 118px;
    border-radius: 118px;
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
  }
}

@-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;
}

.bussiness .ancor {
  position: absolute;
  top: -380px;
}
@media (min-width: 62em) {
  .bussiness .ancor {
    top: -554px;
  }
}

/*google mapレスポンシブ*/
.gmap {
  margin-bottom: 0.625rem;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.gmap iframe, .gmap object, .gmap embed {
  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: 62em) {
  .sptabletspcbr {
    display: none !important;
  }
}

.bpcbr {
  display: none !important;
}
@media (min-width: 62em) {
  .bpcbr {
    display: inline-block !important;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 9999;
}
@media (min-width: 62em) {
  #header {
    padding: 0 25px;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
  }
}
#header .title-main .normal {
  display: inline-block;
}
#header .title-main .sticky {
  display: none;
}
#header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 110px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.header {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 70px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media (min-width: 62em) {
  .header {
    height: 110px;
  }
}
.header-title {
  display: block;
  margin: 12px 0 0 15px;
  line-height: 0;
  padding: 0;
  width: 120px;
  float: left;
}
@media (min-width: 62em) {
  .header-title {
    margin: 22px 0;
    width: 176px;
  }
}
.header-title .title-main {
  display: inline-block;
  height: auto;
  width: 120px;
}
@media (min-width: 62em) {
  .header-title .title-main {
    width: 176px;
  }
}
.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%;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-bottom: 110px;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#7abdee), to(#73d6e5));
  background-image: linear-gradient(90deg, #7abdee, #73d6e5);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 62em) {
  .header-menu {
    pointer-events: auto;
    position: relative;
    display: block;
    width: auto;
    float: right;
    text-align: right;
    overflow: visible;
    background: none;
    margin: 0;
    padding: 0;
    opacity: 1;
    right: 0;
  }
}
.header-menu-gl ul {
  margin: 0;
  padding: 50px 0 0 0;
  list-style: none;
  display: block;
}
@media (min-width: 62em) {
  .header-menu-gl ul {
    padding: 4px 0 0 0;
    display: block;
    text-align: right;
    position: relative;
  }
}
.header-menu-gl li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid #bfd5ff;
}
@media (min-width: 62em) {
  .header-menu-gl li {
    line-height: 6vh;
    width: auto;
    border-bottom: none;
    line-height: 1.15625;
    margin: 0;
    background: none;
    display: inline-block;
    padding: 0 7px 0 7px;
    border: none;
  }
}
@media (min-width: 76.875em) {
  .header-menu-gl li {
    padding: 35px 14px 0 14px;
  }
}
.header-menu-gl li.contact-n {
  background: #2b328d;
  border-bottom: none;
  margin: 15px;
  width: calc(100% - 30px);
}
@media (min-width: 62em) {
  .header-menu-gl li.contact-n {
    width: auto;
    background: none;
    padding: 21px 0 0 14px;
    margin: 0;
  }
}
@media (min-width: 48em) {
  .header-menu-gl li.contact-n a {
    font-size: 0.7rem;
  }
}
@media (min-width: 62em) {
  .header-menu-gl li.contact-n a {
    padding: 0 20px;
    line-height: 54px;
    border: 1px solid #fff;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media (min-width: 64em) {
  .header-menu-gl li.contact-n a {
    padding: 0 40px;
  }
}
@media (min-width: 62em) {
  .header-menu-gl li.contact-n a:before {
    display: none;
  }
}
@media (min-width: 62em) {
  .header-menu-gl li.contact-n a:hover {
    background: #fff;
    color: #3d3d3d;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.header-menu-gl li a {
  position: relative;
  display: block;
  padding: 1.55rem 2.5rem;
  width: 100%;
  text-align: left;
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .header-menu-gl li a {
    font-size: 0.6rem;
  }
}
@media (min-width: 48em) {
  .header-menu-gl li a {
    padding: 0.6rem 2.5rem;
  }
}
@media (min-width: 62em) {
  .header-menu-gl li a {
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0;
  }
  .header-menu-gl li a:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -19px;
    background-color: #fff;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
  }
}
@media (min-width: 62em) {
  .header-menu-gl li a.current:before {
    height: 1px;
    background-color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 1;
  }
}
.header-menu-gl li a:hover {
  opacity: 1;
}
@media (min-width: 62em) {
  .header-menu-gl li a:hover:before {
    height: 1px;
    background-color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 1;
  }
}
.header-menu-gl li a span {
  font-weight: 600;
  font-family: Inter;
  display: block;
  width: 100%;
  line-height: 1em;
  font-size: 2.4rem;
}
@media (min-width: 62em) {
  .header-menu-gl li a span {
    display: none;
  }
}
.header-menu.open {
  pointer-events: auto;
  right: 0;
  top: 0;
  opacity: 1;
  z-index: 900;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /*.logol {
      @include transition(.3s ease-in-out);
      opacity: 1;
  }*/
}

@media (min-width: 62em) {
  #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;
}

#header.scrollheader-w {
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
#header.scrollheader-w::before {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  display: none;
}
@media (min-width: 62em) {
  #header.scrollheader-w .header-menu-gl li a {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    color: #3d3d3d;
  }
}
#header.scrollheader-w .header-menu-gl li.contact-n a {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border: 1px solid #3d3d3d;
}
#header.scrollheader-w .header-menu-gl li.contact-n a:hover {
  background: #2b328d;
  color: #fff;
}
@media (min-width: 62em) {
  #header.scrollheader-w .header-menu-gl li.contact-n a:hover {
    background: #3d3d3d;
  }
}
#header.scrollheader-w .header-title .title-main img.w {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  display: none;
}
#header.scrollheader-w .header-title .title-main img.lo {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  display: inline-block;
}
#header.scrollheader-w .header-menu-gl li a:before {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  background-color: #3d3d3d;
}
#header.scrollheader-w #menu-btn .menu-btn-icon {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  background-color: #3d3d3d;
}
#header.scrollheader-w #menu-btn .menu-btn-icon::before {
  background-color: #3d3d3d;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
#header.scrollheader-w #menu-btn .menu-btn-icon::after {
  background-color: #3d3d3d;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

#header.scrollheader-w #menu-btn.open .menu-btn-icon {
  background-color: rgba(61, 61, 61, 0);
  -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: 62em) {
  #menu-btn {
    display: none;
  }
}
#menu-btn .menu-btn-icon {
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  width: 25px;
  height: 2px;
  margin: 0 0 0 -15px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
#menu-btn .menu-btn-icon:before, #menu-btn .menu-btn-icon:after {
  content: "";
  display: block;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: #fff;
  -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 {
  margin-top: 0;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu-btn.open .menu-btn-icon:after {
  margin-top: 0;
  background-color: #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#footer {
  position: relative;
  padding: 1.8rem 0 0 0;
  text-align: center;
}
@media (min-width: 48em) {
  #footer {
    padding: 3.6rem 0 0 0;
  }
}

.recruit #footer {
  padding: 0;
}

.footer-box {
  display: block;
  width: 100%;
  background: #f9f9f9;
}
@media (min-width: 48em) {
  .footer-box {
    display: table;
  }
}
.footer-box-map {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .footer-box-map {
    display: table-cell;
    width: calc(100% - 350px);
  }
}
@media (min-width: 62em) {
  .footer-box-map {
    display: table-cell;
    width: calc(100% - 500px);
  }
}
.footer-box-map .gmap2 {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 400px;
}
@media (min-width: 48em) {
  .footer-box-map .gmap2 {
    height: 400px;
  }
}
.footer-box-map .gmap2 iframe {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 400px;
}
.footer-box-info {
  display: block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  padding: 50px;
}
@media (min-width: 48em) {
  .footer-box-info {
    width: 350px;
    display: table-cell;
  }
}
@media (min-width: 62em) {
  .footer-box-info {
    width: 500px;
  }
}
.footer-box-info p {
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .footer-box-info p {
    font-size: 0.7rem;
  }
}
.footer-box-info img {
  max-width: 290px;
  height: auto;
  margin-bottom: 8px;
}
.footer-sitemap {
  margin: 0;
  padding: 2rem 1rem 1rem 1rem;
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 48em) {
  .footer-sitemap {
    padding: 4rem 1rem 1rem 1rem;
  }
}
.footer-sitemap li {
  list-style: none;
  display: inline-block;
  padding: 0 0.5em;
  font-size: 1.1rem;
}
@media (min-width: 48em) {
  .footer-sitemap li {
    padding: 0 1em;
    font-size: 0.7rem;
  }
}
.footer-copy {
  text-align: center;
  line-height: 4em;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 0.5rem;
}
@media (min-width: 48em) {
  .footer-copy {
    margin: 0 0 1rem 0;
    font-size: 0.5rem;
  }
}

.spcpy {
  font-size: 0.9rem;
}

#mainContents {
  padding-top: 0;
  letter-spacing: 0.05em;
  line-height: 2em;
}

@media (min-width: 62em) {
  .main-left {
    float: left;
    width: 100%;
    margin-right: -330px;
    padding-right: 330px;
  }
}
@media (min-width: 62em) {
  .main-right {
    float: right;
    width: 300px;
  }
}

.contents-sidebar {
  position: relative;
  margin: 0 -0.75rem 2.4rem -0.75rem;
}
@media (min-width: 62em) {
  .contents-sidebar {
    margin: 0 0 1.4rem 0;
  }
}

.headling-h4 {
  font-size: 1.8rem;
  line-height: 1.2777777778;
  letter-spacing: 0.1em;
  margin-bottom: 0.75em;
  color: #363636;
  font-weight: bold;
}
@media (min-width: 48em) {
  .headling-h4 {
    font-size: 1.1rem;
  }
}

.btn-center {
  margin: 0 auto;
}

.pannelbanner {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 801;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.1);
  display: block;
}
@media (min-width: 48em) {
  .pannelbanner {
    background: none;
    left: -30px;
    bottom: 15px;
  }
}
.pannelbanner_inner {
  position: relative;
  float: left;
  width: 250px;
  display: block;
}
@media (min-width: 35em) {
  .pannelbanner_inner {
    width: 325px;
  }
}
@media (min-width: 48em) {
  .pannelbanner_inner {
    float: none;
    position: relative;
    width: 400px;
    margin-top: 5px;
  }
}
.pannelbanner_inner:last-child a img {
  border-left: none;
}
.pannelbanner_inner a:hover {
  opacity: 1;
}
.pannelbanner_inner a img {
  max-width: 100%;
}
.pannelbanner_inner .colose {
  position: absolute;
  top: 7px;
  right: 6px;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.pannelbanner_inner .colose img {
  width: 21px;
  height: auto;
}
.pannelbanner.visible {
  position: fixed;
  left: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 35em) {
  .pannelbanner.visible {
    left: 15px;
    bottom: 15px;
  }
}

.maingf {
  display: block;
  width: 100%;
  height: 700px;
  position: relative;
}
@media (min-width: 48em) {
  .maingf {
    height: 90vh;
  }
}
.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: 62em) {
  .maingf-text-en {
    -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    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: 62em) {
  .maingf-br {
    margin: 0;
    display: none;
  }
}
.maingf .spmargin {
  margin-top: 6em;
}
@media (min-width: 62em) {
  .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;
}
.maingf::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 250px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  z-index: 10;
}
@media (min-width: 48em) {
  .maingf::before {
    height: 40vh;
  }
}

.headling-one {
  position: relative;
  padding-bottom: 1.25em;
  letter-spacing: 0.2em;
}
@media (min-width: 48em) {
  .headling-one {
    padding-bottom: 2em;
  }
}
.headling-one::before {
  position: absolute;
  top: -12px;
  left: -8px;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(img/eyecatch.png) no-repeat center center;
  background-size: contain;
}
@media (min-width: 48em) {
  .headling-one::before {
    top: -17px;
    left: -17px;
    width: 34px;
    height: 34px;
  }
}
.headling-one h3 {
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .headling-one h3 {
    font-size: 0.8rem;
  }
}
.headling-one .en {
  font-weight: 500;
  font-family: Inter;
  margin-bottom: 0.4em;
  font-size: 3.6rem;
}
@media (min-width: 48em) {
  .headling-one .en {
    font-size: 3rem;
  }
}

.headling-h4 {
  line-height: 1.8em;
  font-weight: normal;
  font-size: 2rem;
}
@media (min-width: 48em) {
  .headling-h4 {
    font-size: 1.5rem;
  }
}

.philosophyblock {
  position: relative;
  padding-bottom: 70%;
}
@media (min-width: 62em) {
  .philosophyblock {
    padding-bottom: 7.5rem;
    margin-top: 10vw;
  }
}
.philosophyblock::before {
  content: "";
  display: block;
  background: url(img/top_img01.jpg);
  background-size: cover !important;
  background-position: center left !important;
  background-repeat: no-repeat !important;
  width: calc(100% - 2rem);
  position: absolute;
  right: 0;
  left: 2rem;
  bottom: 10%;
  padding-top: 50%;
}
@media (min-width: 62em) {
  .philosophyblock::before {
    width: calc(50vw - 120px);
    padding-top: calc(50vw - 120px);
    left: 0;
    top: 0;
    bottom: inherit;
    right: inherit;
  }
}
.philosophyblock .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.philosophyblock .box .box-in {
  display: block;
  width: 100%;
}
@media (min-width: 62em) {
  .philosophyblock .box .box-in {
    width: 50%;
  }
}
.philosophyblock .box .box-in .subtext {
  background: #ccffef;
  padding: 2em 2.5em;
  margin: 2em 0 2.5em 0;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .philosophyblock .box .box-in .subtext {
    font-size: 0.65rem;
  }
}
@media (min-width: 62em) {
  .philosophyblock .box .box-in .subtext {
    padding: 3em 3.5em;
    margin: 4em 0 0 0;
  }
}
.philosophyblock .box .box-in .subtext h4 {
  margin: 0 0 0.25em 0;
}
.philosophyblock .box .box-in .subtext p {
  margin: 0;
}

.bussinessblock {
  background-image: -webkit-gradient(linear, left top, right top, from(#bcffe5), to(#c3e9ee));
  background-image: linear-gradient(90deg, #bcffe5, #c3e9ee);
  overflow: hidden;
  position: relative;
}
.bussinessblock::before {
  content: "";
  display: block;
  width: 70vw;
  height: 38%;
  position: absolute;
  top: 20%;
  left: 0;
  background: url(img/top_img_item1.png);
  background-size: cover !important;
  background-position: right top !important;
  background-repeat: no-repeat !important;
  z-index: -1;
}
.bussinessblock::after {
  content: "";
  display: block;
  width: 25vw;
  height: 38%;
  position: absolute;
  bottom: -18%;
  right: 0;
  background: url(img/top_img_item2.png);
  background-size: cover !important;
  background-position: left top !important;
  background-repeat: no-repeat !important;
  z-index: -1;
}
.bussinessblock .btn {
  display: none;
}
@media (min-width: 62em) {
  .bussinessblock .btn {
    display: block;
  }
}
.bussinessblock .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bussinessblock .box .box-in {
  width: 100%;
}
@media (min-width: 62em) {
  .bussinessblock .box .box-in {
    width: 50%;
  }
}
@media (min-width: 62em) {
  .bussinessblock .box .box-in:nth-child(2) {
    padding-top: 4em;
  }
}
.bussinessblock .box .blist {
  padding: 5em 0 0 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.bussinessblock .box .blist li {
  list-style: none;
  width: 100%;
  position: relative;
  margin-bottom: 6%;
}
@media (min-width: 62em) {
  .bussinessblock .box .blist li {
    width: 48%;
  }
}
.bussinessblock .box .blist li a {
  display: block;
  width: 100%;
  padding-top: 54.6%;
  position: relative;
  overflow: hidden;
}
.bussinessblock .box .blist li a p {
  position: absolute;
  font-weight: bold;
  color: #fff;
  bottom: 0.95em;
  right: 2.8em;
  margin: 0;
  padding: 0;
  z-index: 10;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .bussinessblock .box .blist li a p {
    font-size: 0.8rem;
  }
}
.bussinessblock .box .blist li a p span {
  position: absolute;
  top: 0.2em;
  right: -2em;
  display: block;
  background: #fff;
  color: #4d4d4d;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 2em;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .bussinessblock .box .blist li a p span {
    top: 0.5em;
    font-size: 0.65rem;
  }
}
.bussinessblock .box .blist li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  z-index: 5;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(114, 255, 250)), to(rgb(85, 124, 255)));
  background: linear-gradient(rgb(114, 255, 250), rgb(85, 124, 255));
  opacity: 0.1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bussinessblock .box .blist li a:hover {
  opacity: 1;
}
.bussinessblock .box .blist li a:hover::before {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.25;
}
.bussinessblock .box .blist li .ben {
  position: absolute;
  top: 0.55em;
  left: 0.5em;
  color: #fff;
  font-family: Inter;
  font-weight: bold;
  letter-spacing: 0.1em;
  z-index: 10;
  font-size: 3rem;
}
@media (min-width: 48em) {
  .bussinessblock .box .blist li .ben {
    top: -0.5em;
    font-size: 2.3rem;
  }
}
.bussinessblock .box .blist li:nth-child(1) a::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background: url(img/top_img02.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.bussinessblock .box .blist li:hover:nth-child(1) a::after, .bussinessblock .box .blist li:hover:nth-child(2) a::after, .bussinessblock .box .blist li:hover:nth-child(3) a::after, .bussinessblock .box .blist li:hover:nth-child(4) a::after {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bussinessblock .box .blist li:nth-child(2) a::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background: url(img/top_img03.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.bussinessblock .box .blist li:nth-child(3) a::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background: url(img/top_img04.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.bussinessblock .box .blist li:nth-child(4) a::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background: url(img/top_img05.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.btn {
  display: block;
  width: 100%;
}
.btn .normal {
  display: block;
  border: none;
  width: 240px;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  padding: 0 3em;
  opacity: 1;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 48em) {
  .btn .normal {
    width: 360px;
    line-height: 76px;
  }
}
.btn .normal span {
  position: absolute;
  top: 0;
  right: 3em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn .normal::before {
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #fff;
  z-index: -2;
}
.btn .normal::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#73d6e5), to(#7abdee));
  background-image: linear-gradient(90deg, #73d6e5, #7abdee);
  z-index: -1;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn .normal:hover {
  opacity: 1;
  background: #fff;
  color: #7abeee;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn .normal:hover span {
  right: 2em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn .normal:hover::after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn input.sendmail {
  display: block;
  border: none;
  width: 240px;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  padding: 0 3em;
  background: #6a98fb;
  opacity: 1;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 48em) {
  .btn input.sendmail {
    width: 360px;
    line-height: 76px;
  }
}
.btn input.sendmail:hover {
  opacity: 1;
  background: #fff;
  color: #6a98fb;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.companyblock {
  overflow: visible !important;
  position: relative;
  padding-bottom: 80%;
  overflow: inherit;
  z-index: 10;
}
@media (min-width: 62em) {
  .companyblock {
    padding-bottom: 7.5rem;
  }
}
.companyblock::before {
  content: "";
  display: block;
  background: url(img/top_img06.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: calc(100% - 2rem);
  position: absolute;
  right: 2rem;
  bottom: 10%;
  padding-top: 50%;
}
@media (min-width: 62em) {
  .companyblock::before {
    background-size: contain !important;
    width: calc(40vw - 120px);
    padding-top: calc(50vw - 120px);
    right: 0;
    top: 9rem;
    bottom: inherit;
  }
}
.companyblock .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.companyblock .box .box-in {
  width: 100%;
}
@media (min-width: 62em) {
  .companyblock .box .box-in {
    width: 63%;
  }
}
.companyblock .box .box-in:nth-child(2) {
  padding-top: 4em;
}
.companyblock .box .box-in .btn {
  margin-top: 4em;
}

.recruitblock {
  background-image: -webkit-gradient(linear, left top, right top, from(#c4e6ef), to(#c9d3f5));
  background-image: linear-gradient(90deg, #c4e6ef, #c9d3f5);
}
.recruitblock .box {
  padding-bottom: 3.75rem;
}
.recruitblock .box figure img {
  width: 100%;
  height: auto;
}
.recruitblock .box:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.recruitblock .box:nth-child(2) .box-in:nth-child(1) {
  display: block;
  width: 100%;
}
@media (min-width: 62em) {
  .recruitblock .box:nth-child(2) .box-in:nth-child(1) {
    width: 360px;
  }
}
.recruitblock .box:nth-child(2) .box-in:nth-child(2) {
  display: block;
  width: 100%;
}
@media (min-width: 62em) {
  .recruitblock .box:nth-child(2) .box-in:nth-child(2) {
    width: 60%;
  }
}
.recruitblock .box:nth-child(2) .box-in:nth-child(2) h4 {
  font-size: 1rem;
}
@media (min-width: 48em) {
  .recruitblock .box:nth-child(2) .box-in:nth-child(2) h4 {
    font-size: 0.9rem;
  }
}

.infoblock .boxw {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 4rem 2.5rem 3rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 62em) {
  .infoblock .boxw {
    padding: 4rem 5rem;
  }
}
.infoblock .boxw .boxw-in {
  width: 100%;
}
@media (min-width: 62em) {
  .infoblock .boxw .boxw-in {
    width: 50%;
  }
}
.infoblock .boxw .boxw-in .nist {
  margin: 0;
  padding: 0 0 2em 0;
}
@media (min-width: 48em) {
  .infoblock .boxw .boxw-in .nist {
    padding: 0 0 4em 0;
  }
}
@media (min-width: 62em) {
  .infoblock .boxw .boxw-in .nist {
    padding: 0;
  }
}
.infoblock .boxw .boxw-in .nist li {
  list-style: none;
  padding-bottom: 1.6em;
  line-height: 1.4em;
  font-weight: 300;
}
.infoblock .boxw .boxw-in .nist li .date {
  display: block;
  width: 100%;
  font-weight: bold;
  padding-bottom: 0.7em;
}
.infoblock .boxw .boxw-in .nist li:last-child {
  padding: 0;
}

.banner {
  padding: 2rem 0 6rem 0;
}
.banner .bbr {
  display: block;
  width: 100%;
  text-align: center;
}
.banner .bbr a {
  display: block;
  width: 100%;
  margin: 0;
  border: 1px solid #c7c8d4;
}
@media (min-width: 35em) {
  .banner .bbr a {
    width: 80%;
    margin: 0 10%;
  }
}
@media (min-width: 48em) {
  .banner .bbr a {
    width: 66%;
    margin: 0 18%;
  }
}
.banner .bbr a img {
  width: 100%;
  height: auto;
}

.bannersp a img {
  width: 100%;
  height: auto;
}

.footerinner {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 250px;
  padding: 3rem 0;
}
@media (min-width: 48em) {
  .footerinner {
    margin-top: 500px;
  }
}
.footerinner::before {
  content: "";
  display: block;
  width: 100%;
  height: 250px;
  position: absolute;
  top: -250px;
  left: 0;
  background: url(img/top_img08.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .footerinner::before {
    top: -500px;
    height: 500px;
  }
}
.footerinner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 62em) {
  .footerinner .container {
    text-align: left;
  }
}
.footerinner .container .f-info {
  width: 100%;
}
@media (min-width: 62em) {
  .footerinner .container .f-info {
    width: 260px;
  }
}
.footerinner .container .f-info a.flogo {
  display: block;
  width: 176px;
  margin-bottom: 2em;
  margin: 0 auto 15px auto;
}
@media (min-width: 62em) {
  .footerinner .container .f-info a.flogo {
    margin: 0 0 25px 0;
  }
}
.footerinner .container .f-info a.flogo img {
  width: 100%;
  height: auto;
}
.footerinner .container .f-info p {
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .footerinner .container .f-info p {
    font-size: 0.8rem;
  }
}
.footerinner .container .f-info .spcpy {
  font-size: 1rem;
}
@media (min-width: 48em) {
  .footerinner .container .f-info .spcpy {
    font-size: 0.5rem;
  }
}
@media (min-width: 62em) {
  .footerinner .container .f-info .spcpy {
    display: none;
    font-size: 0.7rem;
  }
}
.footerinner .container .f-navi {
  display: none;
}
@media (min-width: 62em) {
  .footerinner .container .f-navi {
    width: calc(100% - 260px);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footerinner .container .f-navi .f-list {
  margin: 0 4em 0 0;
  padding: 0;
}
.footerinner .container .f-navi .f-list li {
  list-style-type: none;
  line-height: 2em;
  padding: 1em 0 0.2em 0;
  border-bottom: 1px solid #c0d5dc;
  font-weight: bold;
}
.footerinner .container .f-navi .f-other {
  display: block;
  width: 332px;
  position: relative;
}
.footerinner .container .f-navi .f-other a {
  display: block;
  border: 1px solid #c7c8d4;
}
.footerinner .container .f-navi .f-other a img {
  width: 100%;
  text-align: center;
}
.footerinner .container .f-navi .f-other p {
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 0.7rem;
}
@media (min-width: 48em) {
  .footerinner .container .f-navi .f-other p {
    font-size: 0.5rem;
  }
}

.company .footerinner::before {
  background: url(img/about_img04.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.archive .footerinner,
.single .footerinner,
.sitemap .footerinner,
.error404 .footerinner,
.privacy .footerinner {
  margin-top: 0;
  border-top: 1px solid #2b328d;
}
.archive .footerinner::before,
.single .footerinner::before,
.sitemap .footerinner::before,
.error404 .footerinner::before,
.privacy .footerinner::before {
  display: none;
}

.recruit .footerinner {
  margin-top: 0;
  border-top: none;
}
.recruit .footerinner::before {
  display: none;
}

.otherpage .maingf {
  width: 100%;
  color: #fff;
  text-align: left;
  height: 60vh;
}
@media (min-width: 48em) {
  .otherpage .maingf {
    height: 70vh;
  }
}
.otherpage .maingf-text {
  bottom: 25px;
}
@media (min-width: 48em) {
  .otherpage .maingf-text {
    bottom: 75px;
  }
}
.otherpage .maingf-text-h2 {
  font-size: 4rem;
}
@media (min-width: 48em) {
  .otherpage .maingf-text-h2 {
    font-size: 3.5rem;
  }
}
.otherpage .maingf-text-h2 .jp {
  display: block;
  width: 100%;
  line-height: 1em;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .otherpage .maingf-text-h2 .jp {
    font-size: 1.2rem;
  }
}

.otherpage #mainsl {
  height: 60vh;
  min-height: 60vh;
}
@media (min-width: 48em) {
  .otherpage #mainsl {
    height: 70vh;
    min-height: 70vh;
  }
}
.otherpage #mainsl:before {
  display: none;
}
.otherpage #mainsl:after {
  display: none;
}

/*recruit*/
.recruit .maingf {
  width: 100%;
  color: #fff;
  text-align: center;
  height: 70vh;
}
@media (min-width: 48em) {
  .recruit .maingf {
    text-align: left;
    height: 90vh;
  }
}
.recruit .maingf-text {
  position: absolute;
  bottom: 25px;
  left: 7vw;
  display: block;
  z-index: 12;
}
@media (min-width: 48em) {
  .recruit .maingf-text {
    bottom: 45px;
    left: 9vw;
  }
}
@media (min-width: 62em) {
  .recruit .maingf-text {
    bottom: 75px;
    left: 12vw;
  }
}
.recruit .maingf-text-h2 {
  display: block;
  color: #fff;
  line-height: 1.8em;
  margin: 0;
  font-weight: 700;
  font-size: 19px;
  text-align: left;
}
@media (min-width: 35em) {
  .recruit .maingf-text-h2 {
    font-size: 24px;
  }
}
@media (min-width: 48em) {
  .recruit .maingf-text-h2 {
    font-size: 34px;
  }
}
@media (min-width: 62em) {
  .recruit .maingf-text-h2 {
    font-size: 40px;
  }
}
.recruit .maingf-text-h2 span {
  display: inline-block;
  padding: 0;
}
.recruit .maingf-text-en {
  display: none;
}
@media (min-width: 62em) {
  .recruit .maingf-text-en {
    -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: block;
    width: 240px;
    position: absolute;
    left: calc(50% - 120px);
    bottom: 35px;
  }
}
.recruit .maingf-text-en img {
  height: auto;
  width: 100%;
}

.recruit #mainsl {
  height: 70vh;
  min-height: 70vh;
}
@media (min-width: 48em) {
  .recruit #mainsl {
    height: 90vh;
    min-height: 90vh;
  }
}
.recruit #mainsl:before {
  display: none;
}
.recruit #mainsl:after {
  display: none;
}

.kvouter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.kvouter .kvin {
  display: block;
  width: 50%;
}
@media (min-width: 62em) {
  .kvouter .kvin {
    width: 25%;
  }
}
.kvouter .kvin:nth-child(1) {
  background: url("img/kv_recruit1sp.jpg");
  background-size: cover !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 62em) {
  .kvouter .kvin:nth-child(1) {
    background: url("img/kv_recruit1.jpg");
    background-position: 80% center !important;
  }
}
.kvouter .kvin:nth-child(2) {
  background: url("img/kv_recruit2sp.jpg");
  background-size: cover !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 62em) {
  .kvouter .kvin:nth-child(2) {
    background: url("img/kv_recruit2.jpg");
    background-position: 80% center !important;
  }
}
.kvouter .kvin:nth-child(3) {
  background: url("img/kv_recruit4sp.jpg");
  background-size: cover !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 62em) {
  .kvouter .kvin:nth-child(3) {
    background: url("img/kv_recruit3.jpg");
    background-position: 80% center !important;
  }
}
.kvouter .kvin:nth-child(4) {
  background: url("img/kv_recruit3sp.jpg");
  background-size: cover !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 62em) {
  .kvouter .kvin:nth-child(4) {
    background: url("img/kv_recruit4.jpg");
    background-position: 80% center !important;
  }
}

.company .maingf .img01 {
  background: url("img/kv_about.jpg");
  background-size: cover !important;
  background-position: 40% center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .company .maingf .img01 {
    background-position: center center !important;
  }
}

.business .maingf .img01 {
  background: url("img/kv_bussiness.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.access .maingf .img01 {
  background: url("img/kv_access.jpg");
  background-size: cover !important;
  background-position: 70% center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .access .maingf .img01 {
    background-position: center center !important;
  }
}

.error404 .maingf::before,
.archive .maingf::before,
.single .maingf::before,
.sitemap .maingf::before,
.privacy .maingf::before {
  background: url("img/kv_news.png");
  background-size: cover !important;
  background-position: left top !important;
  background-repeat: no-repeat !important;
  height: 100%;
}
.error404 .maingf .img01,
.archive .maingf .img01,
.single .maingf .img01,
.sitemap .maingf .img01,
.privacy .maingf .img01 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(154, 176, 247)), to(rgb(128, 225, 234)));
  background-image: linear-gradient(90deg, rgb(154, 176, 247), rgb(128, 225, 234));
}

.maingf.items {
  background: url("img/img_product1.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.maingf.sustainability {
  background: url("img/img_sustainability1sp.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .maingf.sustainability {
    background: url("img/img_sustainability1.jpg");
  }
}

.maingf.contact {
  background: url("img/img_contact1sp.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .maingf.contact {
    background: url("img/img_contact1.jpg");
  }
}

.maingf.company {
  background: url("img/img_company1sp.jpg");
  background-size: cover !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .maingf.company {
    background-position: center center !important;
    background: url("img/img_company1.jpg");
  }
}

.maingf.business {
  background: url("img/img_business1sp.jpg");
  background-size: cover !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  height: 350px !important;
}
@media (min-width: 48em) {
  .maingf.business {
    background-position: center center !important;
    height: 424px !important;
    background: url("img/img_business1.jpg");
  }
}

.otherpage .business .maingf-text-h2 {
  padding-bottom: 7em !important;
}
@media (min-width: 48em) {
  .otherpage .business .maingf-text-h2 {
    padding-bottom: 4em !important;
  }
}

.maingf.newsblog {
  width: 100%;
  text-align: center;
  padding-top: 62px;
  height: 125px;
}
@media (min-width: 48em) {
  .maingf.newsblog {
    height: 250px;
    padding-top: 100px;
  }
}
.maingf.newsblog .headling-h3-normal {
  color: #282727;
}

.notfound {
  background: #f9fbfa;
  display: block;
  width: 100%;
}
.notfound .maingf-text-h2 {
  color: #282727 !important;
  text-shadow: none;
}

/*会社概要*/
.managementblock {
  background: #fff;
}
.managementblock img {
  width: 100%;
  height: auto;
}

.greetingblock {
  background-image: -webkit-gradient(linear, left top, right top, from(#bcffe5), to(#c3e9ee));
  background-image: linear-gradient(90deg, #bcffe5, #c3e9ee);
  overflow: hidden;
  position: relative;
}
.greetingblock .box {
  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;
}
.greetingblock .box .box-in {
  display: block;
}
.greetingblock .box .box-in:nth-child(1) {
  width: 100%;
}
@media (min-width: 48em) {
  .greetingblock .box .box-in:nth-child(1) {
    width: 56%;
  }
}
.greetingblock .box .box-in:nth-child(2) {
  width: 100%;
}
@media (min-width: 48em) {
  .greetingblock .box .box-in:nth-child(2) {
    width: 30%;
  }
}
.greetingblock .box .box-in:nth-child(2) figure {
  display: block;
  padding: 2em 3em;
}
@media (min-width: 35em) {
  .greetingblock .box .box-in:nth-child(2) figure {
    padding: 3em 10em;
  }
}
@media (min-width: 48em) {
  .greetingblock .box .box-in:nth-child(2) figure {
    padding: 10em 0 0 0;
  }
}
.greetingblock .box .box-in:nth-child(2) figure img {
  width: 100%;
}
.greetingblock .box .box-in:nth-child(2) figure figcaption {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 4.6em;
}
@media (min-width: 48em) {
  .greetingblock .box .box-in .headling-h4 {
    padding-top: 1.8em;
  }
}

.box-normal {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box-normal .box-in {
  display: block;
  width: 100%;
  margin-bottom: 2em;
}
@media (min-width: 48em) {
  .box-normal .box-in {
    width: 48%;
  }
}
.box-normal .box-in img {
  width: 100%;
  height: auto;
}
.box-normal .box-in:last-child {
  width: 100%;
  margin-bottom: 2em;
}
@media (min-width: 48em) {
  .box-normal .box-in:last-child {
    width: 36%;
  }
}

/*事業内容*/
.bussinesspageblock {
  position: relative;
  margin-top: 375px;
  overflow: visible;
  padding-top: 1.55em;
}
@media (min-width: 62em) {
  .bussinesspageblock {
    margin-top: 594px;
    padding-top: 4em;
  }
}
.bussinesspageblock .box {
  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;
}
.bussinesspageblock .box .box-in {
  display: block;
}
.bussinesspageblock .box .box-in:nth-child(1) {
  padding-top: 2em;
  width: 100%;
}
@media (min-width: 62em) {
  .bussinesspageblock .box .box-in:nth-child(1) {
    width: 35%;
  }
}
.bussinesspageblock .box .box-in:nth-child(2) {
  padding-top: 0;
  width: 100%;
}
@media (min-width: 62em) {
  .bussinesspageblock .box .box-in:nth-child(2) {
    padding-top: 3em;
    width: 60%;
  }
}

.planningblock::before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  top: -300px;
  background: url("img/bussiness_img1.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 62em) {
  .planningblock::before {
    height: 494px;
    top: -494px;
    background-position: center center !important;
    background: url("img/bussiness_img1.jpg");
  }
}

.materialsblock {
  margin-top: 300px;
}
@media (min-width: 62em) {
  .materialsblock {
    margin-top: 494px;
  }
}
.materialsblock::before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  top: -300px;
  background: url("img/bussiness_img2.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 62em) {
  .materialsblock::before {
    height: 494px;
    top: -494px;
    background-position: center center !important;
    background: url("img/bussiness_img2.jpg");
  }
}
.materialsblock .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.materialsblock .box .box-in {
  display: block;
}
.materialsblock .box .box-in:nth-child(1) {
  width: 13em;
}
@media (min-width: 48em) {
  .materialsblock .box .box-in:nth-child(1) {
    width: 17.8em;
  }
}

.shippingblock {
  margin-top: 300px;
}
@media (min-width: 62em) {
  .shippingblock {
    margin-top: 494px;
  }
}
.shippingblock::before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  top: -300px;
  background: url("img/bussiness_img3.jpg");
  background-size: cover !important;
  background-position: 70% center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 62em) {
  .shippingblock::before {
    height: 494px;
    top: -494px;
    background-position: center center !important;
    background: url("img/bussiness_img3.jpg");
  }
}

.logisticsblock {
  margin-top: 300px;
}
@media (min-width: 62em) {
  .logisticsblock {
    margin-top: 494px;
  }
}
.logisticsblock::before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  top: -300px;
  background: url("img/bussiness_img4.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 62em) {
  .logisticsblock::before {
    height: 494px;
    top: -494px;
    background-position: center center !important;
    background: url("img/bussiness_img4.jpg");
  }
}
.logisticsblock .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.logisticsblock .box .box-in {
  display: block;
}
.logisticsblock .box .box-in:nth-child(1) {
  width: 13em;
}
@media (min-width: 48em) {
  .logisticsblock .box .box-in:nth-child(1) {
    width: 17.8em;
  }
}

/*アクセス*/
.sub .subl {
  margin: 0 0 7em 0;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sub .subl li {
  list-style: none;
  margin: 0.5em 0;
  width: 100%;
  padding: 0;
  display: block;
  background: #fff;
}
@media (min-width: 48em) {
  .sub .subl li {
    margin: 0.5em 1%;
    width: 48%;
  }
}
.sub .subl li a {
  border-radius: 6px;
  line-height: 4em;
  display: block;
  color: #fff;
  opacity: 1;
  position: relative;
  text-align: left;
  padding: 0 1.5em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.sub .subl li a span {
  z-index: 10;
  position: relative;
}
.sub .subl li a::after {
  content: "↓";
  position: absolute;
  right: 1.6em;
  font-weight: bold;
  line-height: 1em;
  top: 1.5em;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.sub .subl li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#73d6e5), to(#7abdee));
  background-image: linear-gradient(90deg, #73d6e5, #7abdee);
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.sub .subl li a:hover {
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  background: #fff;
  color: #7abeee;
}
.sub .subl li a:hover::after {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  top: 1.8em;
}
.sub .subl li a:hover::before {
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.accessblock .box {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 4rem;
}
.accessblock .box .box-in {
  width: 100%;
}
@media (min-width: 48em) {
  .accessblock .box .box-in {
    width: 48%;
  }
}
.accessblock .box .box-in p {
  margin-bottom: 1em;
  font-size: 1rem;
}
@media (min-width: 48em) {
  .accessblock .box .box-in p {
    font-size: 0.7rem;
  }
}
.accessblock .box .box-in .maptitle {
  font-weight: bold;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .accessblock .box .box-in .maptitle {
    font-size: 0.9rem;
  }
}
.accessblock .mapl {
  margin: 0;
  padding: 0;
  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;
}
.accessblock .mapl li {
  display: block;
  width: 100%;
  line-height: 1.5em;
  margin: 0 0 2em 0;
}
@media (min-width: 48em) {
  .accessblock .mapl li {
    width: 48%;
    margin: 1em 0 2em 0;
  }
}
.accessblock .mapl li .maptitle {
  margin-bottom: 0.2em;
  margin-top: 0;
}
.accessblock .mapl li p {
  font-size: 1rem;
}
@media (min-width: 48em) {
  .accessblock .mapl li p {
    font-size: 0.7rem;
  }
}
.accessblock .mapl li .maptitle {
  font-weight: bold;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .accessblock .mapl li .maptitle {
    font-size: 0.9rem;
  }
}
.accessblock .mapl li .maptitle {
  padding-top: 1em;
}

.headling-sub {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 3.2em;
  margin: 0 0 2em 0;
  position: relative;
  border-bottom: 2px solid #dddddd;
}
@media (min-width: 48em) {
  .headling-sub {
    font-size: 1.2rem;
  }
}
.headling-sub::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: -2px;
  width: 200px;
  height: 2px;
  background: #6a98fb;
}

/*お知らせ*/
.newsl {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsl li {
  list-style: none;
  display: block;
  width: 100%;
  margin: 0 0 2% 0;
}
@media (min-width: 48em) {
  .newsl li {
    width: 29.333%;
    margin: 0 2% 2% 2%;
  }
}
.newsl li a figure {
  display: block;
  margin-bottom: 0.75em;
}
.newsl li a figure img {
  width: 100%;
  height: auto;
}
.newsl li a .newstitle {
  font-weight: bold;
  line-height: 1.6em;
  margin: 1.25em 0 0 0;
}
.newsl li a .newsdate {
  color: #3d3d3d;
  font-size: 1rem;
}
@media (min-width: 48em) {
  .newsl li a .newsdate {
    font-size: 0.7rem;
  }
}

/*サイトマップ*/
.sitemapl {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sitemapl li {
  list-style: none;
  display: block;
  width: 100%;
  padding-bottom: 4%;
}
@media (min-width: 48em) {
  .sitemapl li {
    width: 48%;
  }
}
.sitemapl li a {
  border-radius: 6px;
  border: 1px solid #6a9bfa;
  color: #6a9bfa;
  width: 100%;
  padding: 0 3em;
  line-height: 4.4em;
  display: block;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sitemapl li a::before {
  content: "→";
  font-weight: bold;
  position: absolute;
  right: 3em;
  width: auto;
  height: 1em;
}
.sitemapl li a:hover {
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #6a9bfa;
}

/*採用情報*/
.messegeblock .box.first {
  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;
  padding: 3em 1em 0 1em;
}
@media (min-width: 35em) {
  .messegeblock .box.first {
    padding: 3em 5em 0 5em;
  }
}
@media (min-width: 48em) {
  .messegeblock .box.first {
    padding: 3em 0 3em 0;
  }
}
.messegeblock .box.first .box-in {
  display: block;
}
.messegeblock .box.first .box-in:nth-child(1) {
  width: 100%;
  margin: 0 0 2em 0;
}
@media (min-width: 48em) {
  .messegeblock .box.first .box-in:nth-child(1) {
    width: 40%;
    margin: 0 6% 0 0;
  }
}
.messegeblock .box.first .box-in:nth-child(1) img {
  width: 100%;
  height: auto;
}
.messegeblock .box.first .box-in:nth-child(1) figcaption {
  text-align: center;
  padding: 8px 0 0 0;
}
.messegeblock .box.first .box-in:nth-child(2) {
  width: 100%;
}
@media (min-width: 48em) {
  .messegeblock .box.first .box-in:nth-child(2) {
    width: 50%;
  }
}
.messegeblock .box.first .box-in:nth-child(2) p {
  line-height: 1.8em;
  font-size: 17px;
}
@media (min-width: 30em) {
  .messegeblock .box.first .box-in:nth-child(2) p {
    font-size: 21px;
  }
}
@media (min-width: 35em) {
  .messegeblock .box.first .box-in:nth-child(2) p {
    font-size: 23px;
  }
}
@media (min-width: 48em) {
  .messegeblock .box.first .box-in:nth-child(2) p {
    font-size: 30px;
  }
}
.messegeblock .box.second {
  padding: 0;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 48em) {
  .messegeblock .box.second {
    padding: 0 3em;
  }
}
.messegeblock .box.second .box-in {
  display: block;
}
.messegeblock .box.second .box-in:nth-child(1) {
  width: 100%;
}
@media (min-width: 48em) {
  .messegeblock .box.second .box-in:nth-child(1) {
    width: 76%;
  }
}
.messegeblock .box.second .box-in:nth-child(2) {
  width: 19%;
  display: none;
}
@media (min-width: 48em) {
  .messegeblock .box.second .box-in:nth-child(2) {
    width: 19%;
    display: block;
  }
}
.messegeblock .box.second .box-in:nth-child(2) img {
  width: 100%;
  height: auto;
}

/*ギャラリー*/
@-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;
  overflow: hidden;
  padding: 6em 0 0 0;
}
@media (min-width: 48em) {
  .scroll-infinity__wrap {
    padding: 9em 0 0 0;
  }
}
@media (min-width: 62em) {
  .scroll-infinity__wrap {
    padding: 12em 0 0 0;
  }
}

.scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 25vw;
  padding: 0 0.5%;
}
.scroll-infinity__item:nth-child(even) {
  width: 42.5vw;
}
@media (min-width: 48em) {
  .scroll-infinity__item:nth-child(even) {
    width: 28.3333333333vw;
  }
}
@media (min-width: 62em) {
  .scroll-infinity__item:nth-child(even) {
    width: 21.25vw;
  }
}
.scroll-infinity__item:nth-child(odd) {
  width: 57.5vw;
}
@media (min-width: 48em) {
  .scroll-infinity__item:nth-child(odd) {
    width: 38.3333333333vw;
  }
}
@media (min-width: 62em) {
  .scroll-infinity__item:nth-child(odd) {
    width: 28.75vw;
  }
}

.scroll-infinity__item > img {
  width: 100%;
}

.featureblock .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 30em) {
  .featureblock .box {
    padding: 2em 3em 3em 3em;
  }
}
@media (min-width: 35em) {
  .featureblock .box {
    padding: 2em 6em 6em 6em;
  }
}
@media (min-width: 48em) {
  .featureblock .box {
    padding: 2em 0 0 0;
  }
}
.featureblock .box .box-in {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .featureblock .box .box-in {
    width: 33.3333%;
  }
}
.featureblock .box .box-in figure img {
  width: 100%;
  height: auto;
}
.featureblock .box .box-in .fwrap {
  padding: 2em 0 3.2em 0;
}
@media (min-width: 48em) {
  .featureblock .box .box-in .fwrap {
    padding: 2em 1.5em 0 1.5em;
  }
}
.featureblock .box .box-in .fwrap .ftitle {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0.25em;
}
@media (min-width: 48em) {
  .featureblock .box .box-in .fwrap .ftitle {
    font-size: 22px;
  }
}
.featureblock .box .box-in .fwrap .ftext {
  margin-bottom: 0;
}
.featureblock .box .box-in:nth-child(1) figure {
  position: relative;
}
.featureblock .box .box-in:nth-child(1) figure::before {
  content: "feature1";
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(114, 255, 250)), to(rgb(85, 124, 255)));
  background: linear-gradient(270deg, rgb(114, 255, 250), rgb(85, 124, 255));
  line-height: 2em;
  padding: 0 1.6em;
  font-style: italic;
  position: absolute;
  bottom: -1em;
  left: 1.5em;
}
.featureblock .box .box-in:nth-child(2) figure {
  position: relative;
}
.featureblock .box .box-in:nth-child(2) figure::before {
  content: "feature2";
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(114, 255, 250)), to(rgb(85, 124, 255)));
  background: linear-gradient(270deg, rgb(114, 255, 250), rgb(85, 124, 255));
  line-height: 2em;
  padding: 0 1.6em;
  font-style: italic;
  position: absolute;
  bottom: -1em;
  left: 1.5em;
}
.featureblock .box .box-in:nth-child(3) figure {
  position: relative;
}
.featureblock .box .box-in:nth-child(3) figure::before {
  content: "feature3";
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(114, 255, 250)), to(rgb(85, 124, 255)));
  background: linear-gradient(270deg, rgb(114, 255, 250), rgb(85, 124, 255));
  line-height: 2em;
  padding: 0 1.6em;
  font-style: italic;
  position: absolute;
  bottom: -1em;
  left: 1.5em;
}

.interviewblock {
  background: -webkit-gradient(linear, right top, left top, from(rgb(228, 243, 255)), to(rgb(233, 255, 243)));
  background: linear-gradient(270deg, rgb(228, 243, 255), rgb(233, 255, 243));
}
.interviewblock .box {
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.interviewblock .box .box-in {
  display: block;
  width: 100%;
  margin: 0 0 6% 0;
}
@media (min-width: 35em) {
  .interviewblock .box .box-in {
    width: 48%;
    margin: 0 1%;
  }
}
@media (min-width: 48em) {
  .interviewblock .box .box-in {
    width: 24%;
    margin: 0 0.5%;
  }
}
.interviewblock .box .box-in a {
  text-align: center;
}
.interviewblock .box .box-in a img {
  width: 100%;
  height: auto;
}
.interviewblock .box .box-in a .ititle {
  font-size: 16px;
  padding: 0.75em 0 0 0;
  margin: 0;
}
@media (min-width: 48em) {
  .interviewblock .box .box-in a .ititle {
    font-size: 22px;
  }
}
.interviewblock .box .box-in a .ititle span {
  font-size: 10px;
}
@media (min-width: 48em) {
  .interviewblock .box .box-in a .ititle span {
    font-size: 16px;
  }
}
.interviewblock .box .box-in a .itext {
  font-size: 9px;
  color: #848484;
}
@media (min-width: 48em) {
  .interviewblock .box .box-in a .itext {
    font-size: 14px;
  }
}

/*! Lity - v1.6.6 - 2016-04-22
* http://sorgalla.com/lity/
* Copyright (c) 2016 Jan Sorgalla; Licensed MIT */
.lity,
.lity-wrap {
  z-index: 9999;
  position: fixed;
  top: 0;
  outline: 0 !important;
}

.lity-container,
.lity-wrap:before {
  vertical-align: middle;
  display: inline-block;
}

.lity,
.lity-container,
.lity-wrap {
  outline: 0 !important;
}

.lity-content:after,
.lity-wrap:before {
  content: "";
}

.lity,
.lity-content:after,
.lity-wrap {
  right: 0;
  bottom: 0;
  left: 0;
}

.lity {
  white-space: nowrap;
  background: #fefefe;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.lity.lity-opened {
  opacity: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(114, 255, 250, 0.9)), to(rgba(85, 124, 255, 0.9)));
  background: linear-gradient(90deg, rgba(114, 255, 250, 0.9), rgba(85, 124, 255, 0.9));
}

.lity.lity-closed {
  opacity: 0;
  background: #fefefe;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.lity-wrap:before {
  height: 100%;
  margin-right: -0.25em;
}

.lity-loader {
  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: #fff;
  margin-top: -0.8em;
  opacity: 0;
  z-index: 9991;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  white-space: normal;
  max-width: 100%;
}
@media (min-width: 48em) {
  .lity-container {
    max-width: 90%;
  }
}

.lity-close,
.lity-close:before {
  line-height: 60px;
  text-align: center;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.lity-closed .lity-content,
.lity-loading .lity-content {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.lity-content:after {
  position: absolute;
  top: 0;
  display: block;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.lity-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 60px;
  height: 60px;
  font-size: 0;
  font-style: normal;
  text-decoration: none;
  color: #fefefe;
  background: #5ffbc5;
  padding: 0;
  -webkit-appearance: none;
  border: 0;
  cursor: pointer;
  outline: 0;
  z-index: 9994;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 100%;
}

.lity-close:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  font-size: 16px;
  text-indent: 0;
  z-index: 1; /*font-family:themify;content:"\e646"*/
  font-family: FontAwesome;
  content: "\f00d";
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-hide {
  display: none;
}

#inline {
  width: 1200px;
  max-width: 100%;
  background: #fefefe;
  padding: 50px 7.5%;
  overflow: auto;
}

@media only screen and (max-width: 738px) {
  .lity-close, .lity-close:before {
    line-height: 50px;
  }
  .lity-close {
    width: 50px;
    height: 50px;
  }
  .lity-close:before {
    font-size: 14px;
  }
}
/* スタッフ　プロフィール */
.inline_profile { /*dth:1000px; max-width:100%;*/
  background: #fff;
  padding: 20px;
  overflow: auto;
}
@media (min-width: 48em) {
  .inline_profile {
    padding: 50px;
  }
}

/* --- .profileLeft --- */
.profileLeft {
  width: 60%;
  float: left;
}

/*ポップアップ*/
.pbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pbox .pbox-in {
  display: block;
}
.pbox .pbox-in:nth-child(1) {
  width: 100%;
}
@media (min-width: 48em) {
  .pbox .pbox-in:nth-child(1) {
    width: calc(36% - 50px);
  }
}
.pbox .pbox-in:nth-child(1) figure img {
  width: 100%;
  height: auto;
}
.pbox .pbox-in:nth-child(1) figure:nth-child(1) {
  margin-bottom: 1em;
}
.pbox .pbox-in:nth-child(1) figure:nth-child(2) {
  margin-bottom: 2.5em;
}
@media (min-width: 48em) {
  .pbox .pbox-in:nth-child(1) figure:nth-child(2) {
    margin-bottom: 0;
  }
}
.pbox .pbox-in:nth-child(2) {
  width: 100%;
}
@media (min-width: 48em) {
  .pbox .pbox-in:nth-child(2) {
    width: 63%;
  }
}
.pbox .pbox-in:nth-child(2) .pname {
  font-size: 18px;
  padding: 0 0 0 0;
  margin: 0;
  line-height: 1em;
}
@media (min-width: 48em) {
  .pbox .pbox-in:nth-child(2) .pname {
    font-size: 30px;
  }
}
.pbox .pbox-in:nth-child(2) .pname span {
  font-size: 10px;
}
@media (min-width: 48em) {
  .pbox .pbox-in:nth-child(2) .pname span {
    font-size: 16px;
  }
}
.pbox .pbox-in:nth-child(2) .pcate {
  font-size: 9px;
  color: #848484;
}
@media (min-width: 48em) {
  .pbox .pbox-in:nth-child(2) .pcate {
    font-size: 12px;
  }
}
.pbox .pbox-in:nth-child(2) .pqa {
  padding: 1.3em 0 0 0;
}
.pbox .pbox-in:nth-child(2) .pqa .q {
  color: #7ea1fd;
  font-weight: bold;
  font-size: 11;
  margin-bottom: 0.75em;
  position: relative;
  padding: 0 0 0 2em;
}
@media (min-width: 48em) {
  .pbox .pbox-in:nth-child(2) .pqa .q {
    font-size: 9;
  }
}
.pbox .pbox-in:nth-child(2) .pqa .q::before {
  content: "Q.";
  position: absolute;
  top: -0.3em;
  left: 0;
  font-family: Inter;
  font-weight: normal;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .pbox .pbox-in:nth-child(2) .pqa .q::before {
    font-size: 1.2rem;
  }
}
.pbox .pbox-in:nth-child(2) .pqa .a {
  padding-bottom: 1.1em;
  font-size: 1.1rem;
}
@media (min-width: 48em) {
  .pbox .pbox-in:nth-child(2) .pqa .a {
    font-size: 0.7rem;
  }
}
.pbox .pbox-in:nth-child(2) .pqa .a.alast {
  padding-bottom: 0;
  margin-bottom: 0;
}

/*FAQ*/
.featureblock .faq {
  display: block;
  padding: 1.6em;
  margin: 2em 0 0 0;
  border-radius: 12px;
  background: #ddeff5;
}
@media (min-width: 48em) {
  .featureblock .faq {
    padding: 3em;
  }
}
.featureblock .faq .question {
  position: relative;
  font-weight: bold;
  padding-left: 2em;
  margin-bottom: 0.5em;
  font-size: 1.5rem;
}
@media (min-width: 48em) {
  .featureblock .faq .question {
    font-size: 0.9rem;
  }
}
.featureblock .faq .question::before {
  position: absolute;
  top: -0.2em;
  left: 0;
  color: #7ea1fd;
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
  font-family: Inter;
  font-weight: normal;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .featureblock .faq .question::before {
    font-size: 1.4rem;
  }
}
.featureblock .faq .answer {
  padding: 0;
  margin: 0;
}

/*採用情報のタブ*/
.tab-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 5px;
  max-width: 100%;
}

.tab-2 > label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  opacity: 0.4;
  min-width: 70px;
  padding: 0.8em 0.6em;
  border-radius: 5px 5px 0 0;
  background-color: #7ea1fd;
  color: #fff;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 1rem;
}
@media (min-width: 48em) {
  .tab-2 > label {
    font-size: 0.8rem;
  }
}

.tab-2 > label:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tab-2 input {
  display: none;
}

.tab-2 > div {
  display: none;
  width: 100%;
  padding: 1.85em 0 0 0;
}

.tab-2 label:has(:checked) {
  opacity: 1;
}

.tab-2 label:has(:checked) + div {
  display: block;
}

/*働く環境*/
.welfareblock {
  background: -webkit-gradient(linear, right top, left top, from(rgb(228, 243, 255)), to(rgb(233, 255, 243)));
  background: linear-gradient(270deg, rgb(228, 243, 255), rgb(233, 255, 243));
}
.welfareblock .welbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3em 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.welfareblock .welbox .welbox-in {
  display: block;
  position: relative;
  border: 1px solid #c3dae2;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 2%;
  padding: 2em;
}
@media (min-width: 48em) {
  .welfareblock .welbox .welbox-in {
    padding: 2em 3em;
    margin-bottom: 3%;
    width: 48.5%;
  }
}
.welfareblock .welbox .welbox-in h5 {
  font-weight: 500;
  line-height: 1.8em;
  padding: 0 0 2em 0;
  margin-bottom: 0;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .welfareblock .welbox .welbox-in h5 {
    font-size: 1rem;
  }
}
.welfareblock .welbox .welbox-in p {
  margin-bottom: 0;
}
.welfareblock .welbox .welbox-in p .date120 {
  color: #5086ff;
  font-size: 3rem;
}
@media (min-width: 48em) {
  .welfareblock .welbox .welbox-in p .date120 {
    font-size: 2.4rem;
  }
}
.welfareblock .welbox .welbox-in p .datetext {
  color: #888888;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .welfareblock .welbox .welbox-in p .datetext {
    font-size: 0.9rem;
  }
}
.welfareblock .welbox .welbox-in p .stxt {
  font-size: 0.9rem;
}
@media (min-width: 48em) {
  .welfareblock .welbox .welbox-in p .stxt {
    font-size: 0.6rem;
  }
}
.welfareblock .welbox .welbox-in p .eyetext {
  color: #5086ff;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .welfareblock .welbox .welbox-in p .eyetext {
    font-size: 0.9rem;
  }
}
.welfareblock .welbox .welbox-in::before {
  content: "";
  position: absolute;
  display: block;
  top: 2em;
  right: 2em;
  width: 56px;
  height: 56px;
}
@media (min-width: 48em) {
  .welfareblock .welbox .welbox-in::before {
    top: 2em;
    right: 3em;
    width: 86px;
    height: 86px;
  }
}
.welfareblock .welbox.holi .welbox-in:nth-child(1)::before {
  background: url("img/icon_rec1.png") no-repeat center;
  background-size: contain;
}
.welfareblock .welbox.holi .welbox-in:nth-child(2)::before {
  background: url("img/icon_rec2.png") no-repeat center;
  background-size: contain;
}
.welfareblock .welbox.holi .welbox-in:nth-child(3)::before {
  background: url("img/icon_rec3.png") no-repeat center;
  background-size: contain;
}
.welfareblock .welbox.holi .welbox-in:nth-child(4)::before {
  background: url("img/icon_rec4.png") no-repeat center;
  background-size: contain;
}
.welfareblock .welbox.wel .welbox-in:nth-child(1)::before {
  background: url("img/icon_rec5.png") no-repeat center;
  background-size: contain;
}
.welfareblock .welbox.wel .welbox-in:nth-child(2)::before {
  background: url("img/icon_rec6.png") no-repeat center;
  background-size: contain;
}
.welfareblock .welbox.wel .welbox-in:nth-child(3)::before {
  background: url("img/icon_rec7.png") no-repeat center;
  background-size: contain;
}
.welfareblock .welbox.others .welbox-in:nth-child(1)::before {
  background: url("img/icon_rec8.png") no-repeat center;
  background-size: contain;
}
.welfareblock .welbox.others .welbox-in:nth-child(2)::before {
  background: url("img/icon_rec9.png") no-repeat center;
  background-size: contain;
}
.welfareblock .welbox.others .welbox-in:nth-child(3)::before {
  background: url("img/icon_rec10.png") no-repeat center;
  background-size: contain;
}
.welfareblock .welbox.others .welbox-in:nth-child(4)::before {
  background: url("img/icon_rec11.png") no-repeat center;
  background-size: contain;
}
.welfareblock .welbox.others .welbox-in:nth-child(5)::before {
  background: url("img/icon_rec12.png") no-repeat center;
  background-size: contain;
}
.welfareblock .welbox.others .welbox-in:nth-child(6)::before {
  background: url("img/icon_rec13.png") no-repeat center;
  background-size: contain;
}
.welfareblock .welbox.others .welbox-in:nth-child(7)::before {
  background: url("img/icon_rec14.png") no-repeat center;
  background-size: contain;
}

.headling-two {
  font-weight: 500;
  padding-bottom: 0.5em;
  font-size: 2.4rem;
}
@media (min-width: 48em) {
  .headling-two {
    font-size: 1.2rem;
  }
}

/*エントリー*/
.entryblock {
  padding-bottom: 12em;
  background: -webkit-gradient(linear, left top, right top, from(rgb(188, 255, 229)), to(rgb(201, 201, 243)));
  background: linear-gradient(90deg, rgb(188, 255, 229), rgb(201, 201, 243));
}
.entryblock input[type=text],
.entryblock input[type=email],
.entryblock input[type=number],
.entryblock input[type=tel],
.entryblock textarea {
  border: none;
  line-height: 3em;
  padding: 0 1em;
  width: 100%;
}
.entryblock textarea {
  line-height: 1.8em;
  padding: 1em;
}
.entryblock .btn {
  display: block;
  width: 100%;
  text-align: center;
}
.entryblock .btn .sendmail {
  margin: 3em auto 0 auto;
}
.entryblock .wpcf7-list-item-label a {
  text-decoration: underline;
}

.red {
  color: #ff0000;
  font-weight: bold;
  display: inline-block;
  padding-left: 1em;
}

.recruitmentblock table,
.table-company1 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.recruitmentblock table th, .recruitmentblock table td,
.table-company1 th,
.table-company1 td {
  text-align: center;
  padding: 0.75em;
  vertical-align: top;
}
@media (min-width: 48em) {
  .recruitmentblock table th, .recruitmentblock table td,
  .table-company1 th,
  .table-company1 td {
    padding: 1.25em;
  }
}
.recruitmentblock table th,
.table-company1 th {
  background: #c9e7ff;
  border-bottom: 1px solid #ababab;
  width: 85px;
}
@media (min-width: 48em) {
  .recruitmentblock table th,
  .table-company1 th {
    width: 210px;
  }
}
.recruitmentblock table td,
.table-company1 td {
  text-align: left;
  border-bottom: 1px solid #ababab;
}
.recruitmentblock table td dl,
.table-company1 td dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruitmentblock table td dl dt,
.table-company1 td dl dt {
  display: block;
  width: 8em;
  margin: 0;
}
.recruitmentblock table td dl dd,
.table-company1 td dl dd {
  display: block;
  width: calc(100% - 8em);
  margin: 0;
}
.recruitmentblock table .firsttr th,
.table-company1 .firsttr th {
  border-top: 1px solid #ababab;
}
.recruitmentblock table .firsttr td,
.table-company1 .firsttr td {
  border-top: 1px solid #ababab;
}

.table-company2 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.table-company2 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 48em) {
  .table-company2 tr {
    display: table-row;
  }
}
.table-company2 tr.space td {
  padding-bottom: 2em;
}
@media (min-width: 48em) {
  .table-company2 tr.space td {
    padding-bottom: 3em;
  }
}
@media (min-width: 48em) {
  .table-company2 tr.space th {
    padding-bottom: 3em;
  }
}
.table-company2 th, .table-company2 td {
  text-align: center;
  padding: 0;
  vertical-align: top;
  font-weight: 600;
  line-height: 1.75em;
  display: block;
  width: auto;
}
@media (min-width: 48em) {
  .table-company2 th, .table-company2 td {
    font-weight: bold;
    padding: 0 1.25em;
    display: table-cell;
  }
}
.table-company2 th {
  color: #6a98fb;
  text-align: center;
  padding: 0.15em;
  margin-bottom: 0.75em;
  width: 100%;
  border: 1px solid #6a98fb;
  font-weight: bold;
}
@media (min-width: 48em) {
  .table-company2 th {
    font-weight: bold;
    border: none;
    border-left: 1px solid #6a98fb;
    text-align: right;
    padding: 0 0 0 1.25em;
    width: 10px;
    white-space: nowrap;
    position: relative;
    margin: 0;
  }
}
@media (min-width: 48em) {
  .table-company2 th:before {
    position: absolute;
    left: -6px;
    top: 0.5em;
    display: block;
    content: "";
    background: #6a98fb;
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .table-company2 th:before {
    top: 0.5em;
  }
}
.table-company2 td {
  text-align: left;
  position: relative;
}
.table-company2 td img {
  max-width: 100%;
  margin: 16px;
}
.table-company2 td p {
  margin: 0;
}
.table-company2 td dl {
  margin: 0;
}
.table-company2 td dl dt {
  font-weight: normal;
  display: inline-block;
  width: 9em;
  font-size: 80%;
}
.table-company2 td dl dd {
  font-weight: normal;
  display: inline-block;
  font-size: 80%;
}
.table-company2 td.dateh {
  width: auto;
  color: #616161;
  width: 5em;
  padding: 0 0 0.5em 0;
  font-weight: normal;
  width: 100%;
  padding-bottom: 0 !important;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .table-company2 td.dateh {
    font-weight: bold;
    font-size: 0.8rem;
    padding-right: 0;
    padding-left: 0.75em;
    width: 6em;
  }
}
.table-company2 td.titleh {
  padding: 0 0 0.5em 0;
  width: calc(100% - 5em);
  width: 100%;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .table-company2 td.titleh {
    font-size: 0.8rem;
    padding-left: 3em;
    width: auto;
  }
}

.table-company3 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 3em;
  margin-bottom: 6em;
}
.table-company3 th, .table-company3 td {
  text-align: left;
  padding: 0.75em;
  vertical-align: top;
}
@media (min-width: 48em) {
  .table-company3 th, .table-company3 td {
    padding: 2em 1.25em;
  }
}
.table-company3 th {
  border-bottom: 1px solid #6a9bfa;
  width: 120px;
  line-height: 1.25em;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .table-company3 th {
    line-height: 3em;
    font-size: 0.8rem;
    width: 260px;
  }
}
.table-company3 th .red {
  padding-left: 0;
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .table-company3 th .red {
    display: inline;
    padding-left: 1em;
  }
}
.table-company3 td {
  border-bottom: 1px solid #ffffff;
}

input[type=radio] {
  vertical-align: middle;
  margin-right: 4px;
}

input[type=checkbox] {
  vertical-align: middle;
  *vertical-align: baseline;
  margin-right: 4px;
}

/* --- 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;
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .postbox h1 {
    font-size: 1.2rem;
  }
}

.page-body {
  padding: 5em 0 0 0;
  /* image */
  /* gallery */
  /* icon */
  /* table */
  /* list */
  /* block quote */
}
.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 h1 {
  font-size: 2rem;
  line-height: 1.25;
}
.page-body h2 {
  font-size: 1.8rem;
  line-height: 1.2777777778;
}
.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 h1 {
    font-size: 1rem;
  }
  .page-body h2 {
    font-size: 0.9rem;
  }
  .page-body h3 {
    font-size: 0.85rem;
  }
  .page-body h4 {
    font-size: 0.8rem;
  }
  .page-body h5, .page-body h6 {
    font-size: 0.8rem;
  }
}
.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 {
  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 i.fa {
  margin-right: 6px;
}
.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 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 .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 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
  filter: alpha(opacity=60);
  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 {
  border-top: 1px solid #c0d5dc;
  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: 18px;
}

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .extend,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  font-style: italic;
  display: inline-block; /*border: 1px solid $link-color*/
  margin: 4px 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
@media (min-width: 48em) {
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .extend,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    margin: 8px 10px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}

.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;
  background-image: -webkit-gradient(linear, left top, right top, from(#7abdee), to(#73d6e5));
  background-image: linear-gradient(90deg, #7abdee, #73d6e5);
  bottom: -8px;
  left: 0;
  right: 0;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
  color: #3d3d3d;
}

@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*/
  opacity: 1;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pagenationPNArea .btnTop a::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#7abdee), to(#73d6e5));
  background-image: linear-gradient(90deg, #7abdee, #73d6e5);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: -1;
}

.pagenationPNArea .btnPrev a:hover,
.pagenationPNArea .btnTop a:hover,
.pagenationPNArea .btnNext a:hover {
  color: #fff;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pagenationPNArea .btnTop a:hover::before {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
}

/*.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: #6a98fb !important;
  color: #fff !important;
  border: none !important;
  padding: 1rem !important;
  text-align: center !important;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #e70000 !important;
}

.ajax-loader {
  display: block !important;
}

fieldset {
  border: none;
}

.recaptcha_policy {
  padding: 2em 0 0 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #778986 !important;
}

.recaptcha_policy a {
  font-size: 10px !important;
  color: #778986 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */