@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=Questrial&display=swap");
.clearfix, .error-container, #header, .contents-sidebar, .container, .container-middle, .container-narrow {
  *zoom: 1;
}
.clearfix:after, .error-container:after, #header:after, .contents-sidebar:after, .container:after, .container-middle:after, .container-narrow:after {
  content: "";
  display: table;
  clear: both;
}

/* --- サイト内共通 ----------------------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic Gothic Medium, "メイリオ", "Meiryo", sans-serif;
}
@media (min-width: 48em) {
  html {
    font-size: 125%;
  }
}
@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;
  }
}
html.scrollrock {
  overflow: hidden;
  height: 100%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.625;
  color: #3d3d3d;
  letter-spacing: 0.1em;
}
@media (min-width: 48em) {
  body {
    font-size: 0.8rem;
  }
}
body.scrollrock {
  overflow: hidden;
  height: 100%;
}

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

#wrapper {
  overflow: hidden;
}

.normalblock {
  padding: 5.5rem 0;
}

.normalblock0 {
  position: relative;
  padding: 0;
}

.grayblock {
  background: #f9fbfa;
}

.rekishiblock {
  margin-top: 110px;
  color: #fff;
  background: url("img/img_top1.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin-top: 30px;
}
@media (min-width: 48em) {
  .rekishiblock {
    margin-top: 110px;
  }
}

.container {
  position: relative;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1400px;
}
@media (min-width: 64em) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container-middle {
  position: relative;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1200px;
  overflow: hidden;
}
@media (min-width: 64em) {
  .container-middle {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container-narrow {
  position: relative;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1000px;
  overflow: hidden;
}
@media (min-width: 64em) {
  .container-narrow {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 1.5rem;
}

.col-md-1 {
  float: none;
}
@media (min-width: 48em) {
  .col-md-1 {
    float: left;
    width: 8.3333%;
  }
}

.col-md-2 {
  float: none;
}
@media (min-width: 48em) {
  .col-md-2 {
    float: left;
    width: 16.6666%;
  }
}

.col-md-3 {
  float: none;
  width: 100%;
}
@media (min-width: 64em) {
  .col-md-3 {
    float: left;
    width: 25%;
  }
}

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

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

.col-md-6 {
  float: none;
  width: 100%;
}
@media (min-width: 64em) {
  .col-md-6 {
    float: left;
    width: 50%;
  }
}

.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  float: none;
  width: 100%;
}
@media (min-width: 64em) {
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
    width: 58.3333%;
  }
}

@media (min-width: 64em) {
  .col-md-8 {
    float: left;
    width: 66.6666%;
  }
}

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

@media (min-width: 64em) {
  .col-md-10 {
    float: none;
    width: 100%;
  }
}
@media (min-width: 76.875em) {
  .col-md-10 {
    float: none;
    width: 83.3333%;
    margin: 0 auto;
  }
}

@media (min-width: 64em) {
  .col-md-11 {
    float: none;
    width: 100%;
  }
}
@media (min-width: 76.875em) {
  .col-md-11 {
    float: none;
    width: 91.6666%;
    margin: 0 auto;
  }
}

@media (min-width: 64em) {
  .col-md-12 {
    float: none;
    width: 100%;
  }
}

.pd-4px-8px {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.pd-8px-16px {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.pd-12px-24px {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.pd-16px-32px {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.pd-20px-40px {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pd-24px-48px {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.pd-28px-56px {
  padding-top: 2.8rem !important;
  padding-bottom: 2.8rem !important;
}

.pd-32px-64px {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.pd-36px-72px {
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important;
}

.pd-40px-80px {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.pd-box-4px-8px {
  padding: 0.4rem !important;
}

.pd-box-8px-16px {
  padding: 0.8rem !important;
}

.pd-box-12px-24px {
  padding: 1.2rem !important;
}

.pd-box-16px-32px {
  padding: 1.6rem !important;
}

.pd-box-20px-40px {
  padding: 2rem !important;
}

.pd-box-24px-48px {
  padding: 2.4rem !important;
}

.pd-box-28px-56px {
  padding: 2.8rem !important;
}

.pd-box-32px-64px {
  padding: 3.2rem !important;
}

.pd-box-36px-72px {
  padding: 3.6rem !important;
}

.pd-box-40px-80px {
  padding: 4rem !important;
}

.mg-bottom-4px-8px {
  margin-bottom: 0.4rem !important;
}

.mg-bottom-8px-16px {
  margin-bottom: 0.8rem !important;
}

.mg-bottom-12px-24px {
  margin-bottom: 1.2rem !important;
}

.mg-bottom-16px-32px {
  margin-bottom: 1.6rem !important;
}

.mg-bottom-20px-40px {
  margin-bottom: 2rem !important;
}

.mg-bottom-24px-48px {
  margin-bottom: 2.4rem !important;
}

.mg-bottom-28px-56px {
  margin-bottom: 2.8rem !important;
}

.mg-bottom-32px-64px {
  margin-bottom: 3.2rem !important;
}

.mg-bottom-36px-72px {
  margin-bottom: 3.6rem !important;
}

.mg-bottom-40px-80px {
  margin-bottom: 4rem !important;
}

.w-10pc {
  width: 10% !important;
}

.w-20pc {
  width: 20% !important;
}

.w-30pc {
  width: 30% !important;
}

.w-40pc {
  width: 40% !important;
}

.w-50pc {
  width: 50% !important;
}

.w-60pc {
  width: 60% !important;
}

.w-70pc {
  width: 70% !important;
}

.w-80pc {
  width: 80% !important;
}

.w-90pc {
  width: 90% !important;
}

.w-100pc {
  width: 100% !important;
}

.co-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.co-center-y {
  position: absolute;
  top: 50%;
  left: auto;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.fo-st-italic {
  font-style: italic;
}
.fo-st-normal {
  font-style: normal;
}

.fo-w-normal {
  font-weight: normal;
}
.fo-w-bold {
  font-weight: bold;
}
.fo-w-100 {
  font-weight: 100;
}
.fo-w-300 {
  font-weight: 300;
}
.fo-w-400 {
  font-weight: 400;
}
.fo-w-700 {
  font-weight: 700;
}
.fo-w-900 {
  font-weight: 900;
}

.fo-fa-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: #000000;
}
.fo-co-white {
  color: #fff;
}
.fo-co-black {
  color: rgb(25.5, 25.5, 25.5);
}
.fo-co-gray {
  color: #eee;
}
.fo-co-red {
  color: #d63b3f;
}
.fo-co-pink {
  color: #f36861;
}
.fo-co-blue {
  color: #36b1c0;
}
.fo-co-green {
  color: #68ba8a;
}
.fo-co-orange {
  color: #f98700;
}
.fo-co-yellow {
  color: #ffff00;
}

.text-lh-16px {
  line-height: 16px;
}

.text-lh-24px {
  line-height: 24px;
}

.text-lh-32px {
  line-height: 32px;
}

.text-lh-40px {
  line-height: 40px;
}

.text-lh-48px {
  line-height: 48px;
}

.text-lh-56px {
  line-height: 56px;
}

.text-indent-1em {
  text-indent: 1em;
}

/*1行で3点リーダー*/
.wrap-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

/*2行で3点リーダー*/
.wrap-multitext {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.img-float-l, .img-float-r {
  display: block;
  margin: 0 auto 2rem auto;
  text-align: center;
}
@media (min-width: 30em) {
  .img-float-l, .img-float-r {
    float: left;
    display: inline-block;
    margin: 0 1.875rem 1.875rem 0;
  }
}
@media (min-width: 30em) {
  .img-float-r {
    float: right;
    margin: 0 0 1.875rem 1.875rem;
  }
}

.border-top {
  border-top: 1px rgb(199.75, 199.75, 199.75) solid;
}
.border-bottom {
  border-bottom: 1px rgb(199.75, 199.75, 199.75) solid;
}
.border-1px {
  border: 1px #ddd solid;
}
.border-2px {
  border: 2px #ddd solid;
}
.border-3px {
  border: 3px #ddd solid;
}
.border-4px {
  border: 4px #eee solid;
}
.border-5px {
  border: 5px #eee solid;
}
.border-co-base {
  border-color: #000000;
}
.border-co-white {
  border-color: #fff;
}
.border-co-black {
  border-color: rgb(25.5, 25.5, 25.5);
}
.border-co-gray {
  border-color: #eee;
}
.border-co-red {
  border-color: #d63b3f;
}
.border-co-pink {
  border-color: #f36861;
}
.border-co-blue {
  border-color: #36b1c0;
}
.border-co-green {
  border-color: #68ba8a;
}
.border-co-orange {
  border-color: #f98700;
}
.border-co-yellow {
  border-color: #ffff00;
}

.radius-4 {
  border-radius: 4px;
}
.radius-8 {
  border-radius: 8px;
}
.radius-16 {
  border-radius: 16px;
}
.radius-24 {
  border-radius: 24px;
}
.radius-32 {
  border-radius: 32px;
}
.radius-40 {
  border-radius: 40px;
}
.radius-100 {
  border-radius: 100%;
}

.bg-co-gray-light {
  background-color: rgb(225.25, 225.25, 225.25);
}
.bg-co-gray-middle {
  background-color: rgb(212.5, 212.5, 212.5);
}
.bg-co-gray-dark {
  background-color: rgb(199.75, 199.75, 199.75);
}
.bg-co-black {
  background-color: rgb(25.5, 25.5, 25.5);
  color: #fff;
}
.bg-co-white {
  background-color: #fff;
}

#PagetopBtn {
  position: fixed;
  right: -44px;
  bottom: 20px;
  z-index: 800;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media (min-width: 64em) {
  #PagetopBtn {
    bottom: 24px;
  }
}
#PagetopBtn:hover {
  bottom: 32px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#PagetopBtn.visible {
  bottom: 20px;
  right: 16px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media (min-width: 64em) {
  #PagetopBtn.visible {
    bottom: 24px;
    right: 16px;
  }
}
#PagetopBtn a {
  outline: none;
  width: 30px;
  height: 30px;
  font-size: 10px;
  line-height: 28px;
  text-align: center;
  display: block;
  color: #fff;
  text-align: center;
  background: #0e2d7d;
  margin: 0;
  border-radius: 100%;
}
@media (min-width: 64em) {
  #PagetopBtn a {
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 48px;
  }
}
#PagetopBtn a img {
  height: 20px;
  width: auto;
}
#PagetopBtn a:hover {
  opacity: 1;
}

.tab {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tab li {
  margin: 0;
}

.content_wrap {
  display: block;
}
.content_wrap.disnon {
  display: block;
}
@media (min-width: 48em) {
  .content_wrap.disnon {
    display: none;
  }
}

.accordion-menu-btn {
  cursor: pointer;
}
.accordion-menu-box {
  display: none;
}
.accordion-menu-box.visible {
  display: none;
}

.accordion-menu-sp-btn {
  cursor: pointer;
}
@media (min-width: 48em) {
  .accordion-menu-sp-btn {
    cursor: auto;
  }
}
.accordion-menu-sp-box {
  display: none;
}
.accordion-menu-sp-box.visible {
  display: none;
}
.accordion-menu-sp-box.invisible {
  display: block;
}
@media (min-width: 48em) {
  .accordion-menu-sp-box {
    display: block;
  }
  .accordion-menu-sp-box.invisible, .accordion-menu-sp-box.visible {
    display: block;
  }
}

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

   #mainsl

   ---------------------------------------------------------- */
#mainsl {
  margin: 0;
  width: 100%;
  height: 700px;
  min-height: 700px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: block;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 48em) {
  #mainsl {
    height: 90vh;
    min-height: 90vh;
  }
}

/* ----- .mainImg ----- */
.mainImg {
  height: 100%;
  min-height: 100%;
  height: 100%;
  min-height: 100%;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat;
  list-style: none;
}

/* ----- .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;
}

.ui-datepicker {
  width: 96%;
  padding-bottom: 16px;
  background-color: #000;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
@media (min-width: 64em) {
  .ui-datepicker {
    width: auto;
  }
}
.ui-datepicker-header {
  position: relative;
  margin: 0 auto;
  width: 300px;
  height: 48px;
  background-color: #000;
  text-align: center;
  color: #fff;
  line-height: 48px;
}
@media (min-width: 64em) {
  .ui-datepicker-header {
    width: 295px;
  }
}
.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  width: 32px;
  height: 32px;
  color: #fff;
  cursor: pointer;
}
.ui-datepicker-prev:before, .ui-datepicker-next:before {
  content: "\f104";
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  border: 1px solid #fff;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 28px;
  border-radius: 16px;
}
.ui-datepicker-prev .ui-icon, .ui-datepicker-next .ui-icon {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
.ui-datepicker-prev {
  left: 10px;
}
.ui-datepicker-prev:before {
  left: 0;
}
.ui-datepicker-next {
  right: 10px;
}
.ui-datepicker-next:before {
  content: "\f105";
  right: 0;
}
.ui-datepicker-calendar {
  min-width: 300px;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  text-align: center;
}
@media (min-width: 64em) {
  .ui-datepicker-calendar {
    min-width: 295px;
  }
}
.ui-datepicker-calendar .ui-state-default {
  color: #fff;
}

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

.spinner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 120px;
  height: 120px;
  margin: auto;
  text-indent: -9999px;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #0e2d7d;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spin 0.6s linear infinite;
  animation: spin 0.6s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (max-width: 414px) {
  .spinner {
    width: 80px;
    height: 80px;
  }
}
/*アンカー*/
.ancor {
  position: absolute;
  top: -6em;
}

/*google mapレスポンシブ*/
.gmap {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
}
@media (min-width: 48em) {
  .gmap {
    padding-bottom: 30%;
    margin: 5rem 0;
  }
}
.gmap iframe, .gmap object, .gmap embed {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*標準テキスト*/
.pagag {
  text-align: left;
}
@media (min-width: 48em) {
  .pagag {
    text-align: center;
  }
}

/*表示非表示*/
.tabletbr {
  display: inline-block !important;
}
@media (min-width: 48em) {
  .tabletbr {
    display: none !important;
  }
}

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

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

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

.tel-link a {
  color: currentColor;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 9999;
  background: #fff;
  padding: 0 25px;
}
@media (min-width: 64em) {
  #header {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
  }
}
#header .title-main .normal {
  display: inline-block;
}
#header .title-main .sticky {
  display: none;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  height: 70px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media (min-width: 64em) {
  .header {
    height: 116px;
    padding: 0;
  }
}
.header-title {
  display: block;
  margin: 0;
  line-height: 0;
  padding: 0;
  width: 30vw;
}
@media (min-width: 35em) {
  .header-title {
    width: 20vw;
  }
}
@media (min-width: 64em) {
  .header-title {
    width: 15vw;
  }
}
.header-title .title-main {
  display: inline-block;
  height: auto;
  width: 100%;
}
.header-title .title-main img {
  height: auto;
  width: 100%;
}
.header-title .title-main img.w {
  display: block;
}
.header-title .title-main img.lo {
  display: none;
}
.header-menu {
  pointer-events: none;
  position: fixed;
  right: -80%;
  top: 0;
  width: 80%;
  height: 100%;
  overflow: auto;
  padding-bottom: 110px;
  background: #fff;
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (min-width: 35em) {
  .header-menu {
    right: -50%;
    width: 50%;
  }
}
@media (min-width: 64em) {
  .header-menu {
    pointer-events: auto;
    position: relative;
    display: block;
    width: auto;
    text-align: right;
    overflow: visible;
    background: none;
    margin: 0;
    padding: 0;
    opacity: 1;
    right: 0;
    height: auto;
  }
}
.header-menu-gl {
  z-index: 1;
}
@media (min-width: 64em) {
  .header-menu-gl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-menu-gl ul {
  margin: 0;
  padding: 70px 0 0 2rem;
  list-style: none;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 48em) {
  .header-menu-gl ul {
    padding: 70px 0 0 1rem;
  }
}
@media (min-width: 64em) {
  .header-menu-gl ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    text-align: right;
    position: relative;
  }
}
.header-menu-gl ul::before {
  position: absolute;
  top: 69px;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #dddddd;
}
@media (min-width: 64em) {
  .header-menu-gl ul::before {
    display: none;
  }
}
.header-menu-gl ul li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
@media (min-width: 64em) {
  .header-menu-gl ul li {
    line-height: 6vh;
    width: auto;
    border-bottom: none;
    line-height: 1.15625;
    padding: 0;
    background: none;
    margin: 0 5px 0 5px;
    border: none;
  }
}
@media (min-width: 71.875em) {
  .header-menu-gl ul li {
    margin: 0 12px 0 12px;
  }
}
.header-menu-gl ul li.contact-n {
  margin: -1px 0 0 0;
  width: calc(100% - 30px);
}
@media (min-width: 64em) {
  .header-menu-gl ul li.contact-n {
    width: auto;
    padding: 0 0 0 10px;
    margin: 0;
  }
}
@media (min-width: 71.875em) {
  .header-menu-gl ul li.contact-n {
    padding: 0 0 0 14px;
  }
}
.header-menu-gl ul li.contact-n::before {
  display: none !important;
}
@media (min-width: 64em) {
  .header-menu-gl ul li.contact-n a {
    background: #d90021;
    border-radius: 10px;
    padding: 0 0.75em;
    line-height: 2em;
    border: 1px solid #fff;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media (min-width: 71.875em) {
  .header-menu-gl ul li.contact-n a {
    padding: 0 0.5em;
  }
}
@media (min-width: 64em) {
  .header-menu-gl ul li.contact-n a:before {
    display: none;
  }
}
@media (min-width: 64em) {
  .header-menu-gl ul li.contact-n a:hover {
    background: #00204e;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.header-menu-gl ul li a {
  position: relative;
  display: block;
  padding: 1rem 1rem 1rem 20px;
  width: 100%;
  text-align: left;
  display: inline-block;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .header-menu-gl ul li a {
    font-size: 0.8rem;
  }
}
@media (min-width: 64em) {
  .header-menu-gl ul li a {
    text-align: center;
    font-size: 0.65rem;
    font-size: 1.3vw;
    font-weight: bold;
    padding: 0;
  }
  .header-menu-gl ul 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: 71.875em) {
  .header-menu-gl ul li a {
    font-size: 1vw;
  }
}
.header-menu-gl ul li a:hover {
  opacity: 1;
}
@media (min-width: 64em) {
  .header-menu-gl ul 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 ul li a::before {
  content: "";
  position: absolute;
  background: url(img/arrow_right1.png);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  top: calc(50% - 6px);
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 64em) {
  .header-menu-gl ul li a::before {
    display: none;
  }
}
.header-menu-gl ul li a span {
  font-weight: 600;
  font-family: Inter;
  display: block;
  width: 100%;
  line-height: 1em;
  font-size: 2.4rem;
}
@media (min-width: 64em) {
  .header-menu-gl ul li a span {
    display: none;
  }
}
.header-menu-gl ul li:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 64em) {
  .header-menu-gl ul li.current:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -16px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #000;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media (min-width: 64em) {
  .header-menu-gl ul li:hover:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -16px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #000;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.header-menu-gl .spsubmenu {
  display: block;
}
@media (min-width: 64em) {
  .header-menu-gl .spsubmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 16px;
  }
}
@media (min-width: 64em) {
  .header-menu-gl .spsubmenu {
    margin-left: 28px;
  }
}
.header-menu-gl .spsubmenu .languagemenu {
  display: block;
  margin-right: 0;
}
@media (min-width: 64em) {
  .header-menu-gl .spsubmenu .languagemenu {
    margin-right: 25px;
  }
}
.header-menu-gl .spsubmenu .languagemenu ul {
  padding-top: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.header-menu-gl .spsubmenu .languagemenu ul::before {
  display: none !important;
}
.header-menu-gl .spsubmenu .languagemenu ul li {
  padding-left: 0;
}
.header-menu-gl .spsubmenu .languagemenu ul li:nth-child(2) {
  position: relative;
  padding-right: 10px;
  margin-right: 0;
}
@media (min-width: 64em) {
  .header-menu-gl .spsubmenu .languagemenu ul li:nth-child(2)::after {
    position: absolute;
    content: "/";
    right: -2px;
    font-weight: bold;
  }
}
.header-menu-gl .spsubmenu .languagemenu ul li:first-child {
  margin-right: 0;
  padding-right: 0;
}
@media (min-width: 64em) {
  .header-menu-gl .spsubmenu .languagemenu ul li:first-child {
    margin-left: 5px;
  }
}
.header-menu-gl .spsubmenu .languagemenu ul li::before {
  display: none !important;
}
.header-menu-gl .spsubmenu .serch {
  display: block;
  height: 16px;
  margin: 1rem 1rem 1rem 2rem;
}
@media (min-width: 48em) {
  .header-menu-gl .spsubmenu .serch {
    margin: 1rem 1rem 1rem 1rem;
  }
}
@media (min-width: 64em) {
  .header-menu-gl .spsubmenu .serch {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 20px;
    height: 20px;
  }
}
.header-menu-gl .spsubmenu .serch a {
  display: block;
  width: 100%;
  height: 16px;
  position: relative;
}
.header-menu-gl .spsubmenu .serch a::before {
  content: "search";
  position: absolute;
  left: 24px;
}
@media (min-width: 64em) {
  .header-menu-gl .spsubmenu .serch a::before {
    display: none;
  }
}
@media (min-width: 64em) {
  .header-menu-gl .spsubmenu .serch a {
    position: relative;
    width: 20px;
    height: auto;
  }
}
.header-menu-gl .spsubmenu .serch a img {
  width: auto;
  height: 100%;
}
@media (min-width: 64em) {
  .header-menu-gl .spsubmenu .serch a img {
    width: 100%;
    height: auto;
  }
}
.header-menu.open {
  pointer-events: auto;
  right: 0;
  top: 0;
  right: 0;
  z-index: 900;
  display: block;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  /*.logol {
      @include transition(.3s ease-in-out);
      opacity: 1;
  }*/
}

.overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(1px);
  z-index: 890;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (min-width: 64em) {
  .overlay {
    display: none;
  }
}
.overlay.is-visible {
  pointer-events: inherit;
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

@media (min-width: 64em) {
  #header.scrollheader {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    margin-top: -110px;
  }
}
#header.scrollheader .header {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

#menu-btn {
  position: fixed;
  right: 0;
  top: 0;
  padding: 0;
  width: 78px;
  height: 70px;
  display: block;
  z-index: 9000;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 64em) {
  #menu-btn {
    display: none;
  }
}
#menu-btn .menu-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  margin: 0 0 0 -15px;
  background-color: #0e2d7d;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
#menu-btn .menu-btn-icon:before, #menu-btn .menu-btn-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: #0e2d7d;
  -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;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu-btn.open .menu-btn-icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#footer {
  background: #0e2d7d;
  color: #fff;
  position: relative;
  margin-top: 10rem;
  padding: 2rem 0;
  text-align: center;
}
@media (min-width: 64em) {
  #footer {
    padding: 3rem 0;
  }
}
#footer .footerinner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .footerinner .container .f-info {
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 64em) {
  #footer .footerinner .container .f-info {
    text-align: left;
    width: 140px;
  }
}
@media (min-width: 76.875em) {
  #footer .footerinner .container .f-info {
    width: 180px;
  }
}
#footer .footerinner .container .f-info img {
  height: auto;
  width: 100px;
}
@media (min-width: 64em) {
  #footer .footerinner .container .f-info img {
    width: 100%;
  }
}
#footer .footerinner .container ul {
  display: none;
}
@media (min-width: 64em) {
  #footer .footerinner .container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#footer .footerinner .container ul li {
  margin: 0 7px;
  position: relative;
}
#footer .footerinner .container ul li a {
  color: #fff;
  font-size: 1.2vw;
}
@media (min-width: 76.875em) {
  #footer .footerinner .container ul li a {
    font-size: 1vw;
  }
}
#footer .footerinner .container ul li.contact-n {
  width: calc(100% - 30px);
}
@media (min-width: 64em) {
  #footer .footerinner .container ul li.contact-n {
    width: auto;
  }
}
#footer .footerinner .container ul li.contact-n a {
  display: block;
  border-radius: 10px;
}
@media (min-width: 64em) {
  #footer .footerinner .container ul li.contact-n a {
    background: #ffffff;
    padding: 0 0.75em;
    line-height: 2em;
    color: #000;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media (min-width: 71.875em) {
  #footer .footerinner .container ul li.contact-n a {
    padding: 0 0.5em;
  }
}
@media (min-width: 64em) {
  #footer .footerinner .container ul li.contact-n a:before {
    display: none;
  }
}
@media (min-width: 64em) {
  #footer .footerinner .container ul li.contact-n a:hover {
    background: #00204e;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
#footer .footerinner .container .spsubmenu {
  display: none;
}
@media (min-width: 64em) {
  #footer .footerinner .container .spsubmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#footer .footerinner .container .spsubmenu .serch {
  display: block;
  width: 20px;
  height: 20px;
}
#footer .footerinner .container .spsubmenu .serch a {
  margin-left: 28px;
  margin-right: 25px;
}
#footer .footerinner .container .spsubmenu .serch a img {
  width: 100%;
  height: auto;
}

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

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

.wwrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  padding: 5rem;
}
.wwrapp .wwrappin {
  display: block;
  width: 100%;
}

.comingh {
  display: block;
  width: 100%;
  text-align: center;
}
.comingh img {
  width: 80vw;
  height: auto;
}
@media (min-width: 48em) {
  .comingh img {
    width: 40vw;
  }
}

.comingt1 {
  color: #0e2d7d;
  font-weight: bold;
  line-height: 3em;
  border-bottom: 1px solid #0e2d7d;
  display: inline-block;
  margin-bottom: 0;
  font-size: 9px;
}
@media (min-width: 35em) {
  .comingt1 {
    font-size: 16px;
  }
}

.comingts {
  color: #0e2d7d;
  font-weight: bold;
  padding-bottom: 3em;
  font-size: 9px;
}
@media (min-width: 35em) {
  .comingts {
    font-size: 16px;
  }
}

.cominghc {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 3em;
}
.cominghc img {
  width: 70vw;
  height: auto;
}

.cominghm {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 0;
}
.cominghm img {
  width: 50vw;
  height: auto;
}
@media (min-width: 35em) {
  .cominghm img {
    width: 20vw;
  }
}

.ox {
  padding-bottom: 3em;
}
.ox p {
  font-size: 9px;
  line-height: 1.4em;
}
@media (min-width: 48em) {
  .ox p {
    font-size: 12px;
  }
}

.toppage .maingf {
  overflow: hidden;
}

.maingf {
  display: block;
  width: 100%;
  height: 700px;
  position: relative;
}
@media (min-width: 48em) {
  .maingf {
    height: 75vh;
  }
}
.maingf-text {
  position: absolute;
  bottom: 100px;
  left: 9vw;
  display: block;
  z-index: 12;
}
@media (min-width: 48em) {
  .maingf-text {
    bottom: 200px;
    left: 12vw;
  }
}
.maingf-text-h2 {
  display: block;
  color: #fff;
  line-height: 1.8em;
  margin: 0;
  font-weight: 700;
  font-size: 30px;
}
@media (min-width: 48em) {
  .maingf-text-h2 {
    font-size: 40px;
  }
}
.maingf-text-h2 span {
  display: inline-block;
  padding: 0;
}
.maingf-text-en {
  display: none;
}
@media (min-width: 64em) {
  .maingf-text-en {
    -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: 64em) {
  .maingf-br {
    margin: 0;
    display: none;
  }
}
.maingf .spmargin {
  margin-top: 6em;
}
@media (min-width: 64em) {
  .maingf .spmargin {
    margin-top: 0;
  }
}
.maingf .topicsbord {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 11;
}
.maingf .topicsbord .tbread {
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  padding: 0;
  margin: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(188, 255, 229, 0.3)), to(rgba(201, 211, 245, 0.3)));
  background: linear-gradient(rgba(188, 255, 229, 0.3), rgba(201, 211, 245, 0.3));
  width: 78px;
  text-align: center;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .maingf .topicsbord .tbread {
    line-height: 90px;
    width: 200px;
    text-align: center;
    font-size: 1.1rem;
  }
}
.maingf .topicsbord .tbbox {
  display: block;
  width: calc(100% - 78px);
  line-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 1.25rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 48em) {
  .maingf .topicsbord .tbbox {
    width: calc(100% - 200px);
    line-height: 90px;
    padding: 0 2rem;
  }
}
.maingf .topicsbord .tbbox:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  color: #6a9bfa;
}

.philosophyblock {
  position: relative;
  padding-bottom: 7.5rem;
  overflow: hidden;
}
@media (min-width: 64em) {
  .philosophyblock {
    padding-bottom: 7.5rem;
  }
}
.philosophyblock .wordw {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
}
@media (min-width: 35em) {
  .philosophyblock .wordw {
    width: 80%;
    right: 10%;
    bottom: 0;
  }
}
@media (min-width: 48em) {
  .philosophyblock .wordw {
    width: 40%;
    bottom: inherit;
    top: 10%;
    right: 0;
  }
}
.philosophyblock .wordw .word {
  display: block;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.philosophyblock .wordw .word video {
  height: 100%;
}
.philosophyblock .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 60%;
}
@media (min-width: 35em) {
  .philosophyblock .box {
    padding-bottom: 60%;
  }
}
@media (min-width: 48em) {
  .philosophyblock .box {
    padding-bottom: 0;
  }
}
.philosophyblock .box .box-in {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .philosophyblock .box .box-in {
    width: 82%;
  }
}
@media (min-width: 64em) {
  .philosophyblock .box .box-in {
    width: 70%;
  }
}
.philosophyblock .box .box-in .logotop {
  height: auto;
  width: 60vw;
  max-width: 430px;
}
@media (min-width: 64em) {
  .philosophyblock .box .box-in .logotop {
    width: 31vw;
    max-width: 430px;
  }
}

.philosophyblock2 .strongbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.philosophyblock2 .strongbox .sboxin {
  display: block;
  width: 49%;
  background: #0e2d7d;
  color: #fff;
  font-weight: bold;
  margin-bottom: 2%;
}
@media (min-width: 35em) {
  .philosophyblock2 .strongbox .sboxin {
    width: 24%;
    margin-bottom: 1.3333333333%;
  }
}
.philosophyblock2 .strongbox .sboxin figure {
  display: block;
  width: 100%;
}
.philosophyblock2 .strongbox .sboxin figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.philosophyblock2 .strongbox .sboxin .strongbox-1 {
  padding: 0.5em 1em 1.8em 1em;
  margin: 0;
  line-height: 1.4em;
  font-size: 3vw;
}
@media (min-width: 35em) {
  .philosophyblock2 .strongbox .sboxin .strongbox-1 {
    font-size: 1.4vw;
  }
}
@media (min-width: 64em) {
  .philosophyblock2 .strongbox .sboxin .strongbox-1 {
    font-size: 1.5vw;
  }
}

.cegidblock {
  background: #e7eaf2;
}

.head-1 {
  color: #0e2d7d;
  margin-top: 1.4em;
  font-size: 5.8vw;
}
@media (min-width: 48em) {
  .head-1 {
    font-size: 4.8vw;
  }
}
@media (min-width: 64em) {
  .head-1 {
    font-size: 3.8vw;
  }
}
@media (min-width: 76.875em) {
  .head-1 {
    font-size: 3.1vw;
  }
}

.head-2 {
  color: #0e2d7d;
  margin-top: 1.8em;
  line-height: 1.8em;
  font-size: 1.6rem;
}
@media (min-width: 64em) {
  .head-2 {
    font-size: 2.4vw;
  }
}
@media (min-width: 76.875em) {
  .head-2 {
    font-size: 2.2vw;
  }
}

.head-3 {
  font-size: 2.6rem;
}
@media (min-width: 48em) {
  .head-3 {
    font-size: 2.2rem;
  }
}

.graytext-1 {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #999999;
  line-height: 1.6em;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .graytext-1 {
    font-size: 1.6vw;
  }
}
@media (min-width: 64em) {
  .graytext-1 {
    font-size: 1.6vw;
  }
}

.cegidblock2 .worldbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 2rem 2rem 2rem;
}
@media (min-width: 35em) {
  .cegidblock2 .worldbox {
    padding: 0;
  }
}
.cegidblock2 .worldbox .wboxin {
  display: block;
  width: 100%;
  padding: 1% 0;
  margin: 2% 0;
  text-align: center;
  border-bottom: 1px solid #0e2d7d;
}
@media (min-width: 35em) {
  .cegidblock2 .worldbox .wboxin {
    width: 33.3333%;
    padding: 1% 2%;
    margin: 4% 0;
    border: none;
    border-right: 2px solid #0e2d7d;
  }
}
.cegidblock2 .worldbox .wboxin:last-child {
  border: none;
}
.cegidblock2 .worldbox .wboxin p .wtxt {
  line-height: 1.6rem;
  padding: 1.2rem 0;
  display: block;
  width: 100%;
  font-weight: bold;
  color: #0e2d7d;
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .cegidblock2 .worldbox .wboxin p .wtxt {
    font-size: 1.5rem;
  }
}
.cegidblock2 .worldbox .wboxin p .wbtxt {
  line-height: 4rem;
  display: block;
  width: 100%;
  font-weight: bold;
  color: #009acf;
  font-size: 3rem;
}
@media (min-width: 48em) {
  .cegidblock2 .worldbox .wboxin p .wbtxt {
    font-size: 2.5rem;
  }
}
@media (min-width: 64em) {
  .cegidblock2 .worldbox .wboxin p .wbtxt {
    font-size: 3rem;
  }
}
.cegidblock2 .worldbox .wboxin p .wstxt {
  line-height: 4rem;
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .cegidblock2 .worldbox .wboxin p .wstxt {
    font-size: 0.9rem;
  }
}
@media (min-width: 64em) {
  .cegidblock2 .worldbox .wboxin p .wstxt {
    font-size: 1rem;
  }
}

.challengeblock .questiontext {
  display: block;
  text-align: center;
  background: #2f2e2e;
  color: #fff;
  padding: 1.5rem;
  padding-bottom: calc(1.5rem + 30%);
  margin: 0;
  position: relative;
}
@media (min-width: 48em) {
  .challengeblock .questiontext {
    padding-bottom: calc(1.5rem + 15%);
  }
}
@media (min-width: 64em) {
  .challengeblock .questiontext {
    padding: 3rem;
    padding-bottom: calc(3rem + 15%);
  }
}
.challengeblock .questiontext::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 30%;
  background: url(img/img_top4.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 48em) {
  .challengeblock .questiontext::before {
    padding-top: 15%;
  }
}
.challengeblock .questiontext .jp {
  font-weight: bold;
  margin: 0 0 0.25em 0;
  font-size: 2rem;
}
@media (min-width: 48em) {
  .challengeblock .questiontext .jp {
    margin: 0 0 0.5em 0;
    font-size: 1.8rem;
  }
}
@media (min-width: 64em) {
  .challengeblock .questiontext .jp {
    font-size: 2.2rem;
  }
}
.challengeblock .questiontext .en {
  font-weight: bold;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  font-size: 1rem;
}
@media (min-width: 48em) {
  .challengeblock .questiontext .en {
    font-size: 0.9rem;
  }
}
.challengeblock .challengelistbox {
  background: #e7e6e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
.challengeblock .challengelistbox .challengelist {
  margin: 0;
  padding: 0 1rem 0 2.6rem;
}
.challengeblock .challengelistbox .challengelist li {
  position: relative;
  font-weight: bold;
  padding: 0.95em 0;
  font-size: 1.4rem;
  line-height: 1.6em;
}
@media (min-width: 48em) {
  .challengeblock .challengelistbox .challengelist li {
    font-size: 2.2vw;
  }
}
@media (min-width: 64em) {
  .challengeblock .challengelistbox .challengelist li {
    font-size: 1.9vw;
  }
}
.challengeblock .challengelistbox .challengelist li::before {
  position: absolute;
  content: "";
  background: #fff;
  display: block;
  height: 1px;
  width: 500%;
  bottom: 0;
  left: -200%;
}
@media (min-width: 48em) {
  .challengeblock .challengelistbox .challengelist li::before {
    height: 3px;
  }
}

.challengeblock2 {
  position: relative;
}
.challengeblock2::before {
  content: "";
  display: block;
  width: 50%;
  height: 60px;
  background: url(img/arrow_down3.png);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 10px;
  left: 25%;
  z-index: 1;
}
@media (min-width: 48em) {
  .challengeblock2::before {
    top: 40px;
    width: 24%;
    left: 38%;
  }
}
.challengeblock2 .reasonlist {
  margin: 0;
  padding: 0;
}
.challengeblock2 .reasonlist .reasonin {
  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: 0 0 6rem 0;
}
@media (min-width: 48em) {
  .challengeblock2 .reasonlist .reasonin {
    padding: 2rem 0;
    border-bottom: 1px solid #000;
  }
}
.challengeblock2 .reasonlist .reasonin:last-child {
  border-bottom: none;
}
.challengeblock2 .reasonlist .reasonin .r-number {
  font-family: Questrial;
  display: block;
  width: 100%;
  text-align: center;
  color: #0e2d7d;
  font-weight: bold;
  position: relative;
  font-size: 2.4rem;
}
@media (min-width: 48em) {
  .challengeblock2 .reasonlist .reasonin .r-number {
    width: 10%;
    text-align: left;
    border: none;
    font-size: 4rem;
  }
}
@media (min-width: 64em) {
  .challengeblock2 .reasonlist .reasonin .r-number {
    width: 14%;
    font-size: 7rem;
  }
}
.challengeblock2 .reasonlist .reasonin .r-number::before {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 46%;
  background: #009acf;
  left: 0;
  top: 50%;
}
@media (min-width: 48em) {
  .challengeblock2 .reasonlist .reasonin .r-number::before {
    display: none;
  }
}
.challengeblock2 .reasonlist .reasonin .r-number::after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 46%;
  background: #009acf;
  right: 0;
  top: 50%;
}
@media (min-width: 48em) {
  .challengeblock2 .reasonlist .reasonin .r-number::after {
    display: none;
  }
}
.challengeblock2 .reasonlist .reasonin .r-content {
  display: block;
  width: 100%;
  padding-left: 3.8%;
  padding-right: 3.8%;
}
@media (min-width: 48em) {
  .challengeblock2 .reasonlist .reasonin .r-content {
    border: none;
    border-left: 10px solid #009acf;
    width: 64%;
  }
}
@media (min-width: 64em) {
  .challengeblock2 .reasonlist .reasonin .r-content {
    width: 60%;
  }
}
.challengeblock2 .reasonlist .reasonin .r-content h4 {
  color: #0e2d7d;
  margin: 2rem 0 1em 0;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 2.4rem;
}
@media (min-width: 48em) {
  .challengeblock2 .reasonlist .reasonin .r-content h4 {
    text-align: left;
    margin: 0 0 0.5em 0;
    font-size: 1.3rem;
  }
}
@media (min-width: 64em) {
  .challengeblock2 .reasonlist .reasonin .r-content h4 {
    font-size: 1.7rem;
  }
}
.challengeblock2 .reasonlist .reasonin .r-content ul {
  margin: 0;
  padding: 0 0 0 1.4em;
}
.challengeblock2 .reasonlist .reasonin .r-content ul li {
  font-weight: bold;
  line-height: 1.4em;
  padding-bottom: 0.5em;
}
@media (min-width: 48em) {
  .challengeblock2 .reasonlist .reasonin .r-content ul li {
    font-size: 0.7rem;
  }
}
@media (min-width: 64em) {
  .challengeblock2 .reasonlist .reasonin .r-content ul li {
    font-size: 0.8rem;
  }
}
.challengeblock2 .reasonlist .reasonin figure {
  display: block;
  width: 100%;
  padding: 3rem 3rem 0 3rem;
}
@media (min-width: 35em) {
  .challengeblock2 .reasonlist .reasonin figure {
    padding: 3rem 10rem 0 10rem;
  }
}
@media (min-width: 48em) {
  .challengeblock2 .reasonlist .reasonin figure {
    width: 26%;
    padding: 0;
  }
}
.challengeblock2 .reasonlist .reasonin figure img {
  width: 100%;
  height: auto;
}
.challengeblock2 .reasonlist .reasonin:last-child {
  padding-bottom: 0;
}

.questiontext {
  display: block;
  text-align: center;
  padding: 16rem 2rem 2rem 2rem;
  position: relative;
  line-height: 1.4em;
}
.questiontext .jp {
  font-weight: bold;
  margin: 0 0 0.5em 0;
  line-height: 1.2em;
  font-size: 2.6rem;
}
@media (min-width: 48em) {
  .questiontext .jp {
    font-size: 2.2rem;
  }
}
.questiontext .en {
  font-weight: bold;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .questiontext .en {
    font-size: 0.9rem;
  }
}

.btnwrapper {
  margin: 3rem 0 0 0;
}
.btnwrapper a.btn-click {
  display: block;
  border: 3px solid #0e2d7d;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0e2d7d;
}
.btnwrapper a.btn-click .btntext {
  display: block;
  width: 100%;
  line-height: 2.4em;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .btnwrapper a.btn-click .btntext {
    width: 20%;
    font-size: 0.8rem;
  }
}
@media (min-width: 64em) {
  .btnwrapper a.btn-click .btntext {
    font-size: 1rem;
  }
}
.btnwrapper a.btn-click .btnlink {
  display: none;
  width: 80%;
  position: relative;
  padding-left: 3rem;
  font-weight: bold;
  line-height: 2.4em;
  font-family: "Questrial", sans-serif;
  font-size: 1.8rem;
  border-left: 3px solid #0e2d7d;
  text-indent: -9999px;
}
@media (min-width: 48em) {
  .btnwrapper a.btn-click .btnlink {
    display: block;
    text-indent: inherit;
    padding-left: 1rem;
    font-size: 0.9rem;
  }
}
.btnwrapper a.btn-click .btnlink::before {
  position: absolute;
  display: none;
  content: "";
  background: url(img/arrow_right3.png);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  top: 0;
  right: 120px;
  width: 100px;
  height: 100%;
}
@media (min-width: 48em) {
  .btnwrapper a.btn-click .btnlink::before {
    display: block;
    right: 90px;
  }
}
@media (min-width: 64em) {
  .btnwrapper a.btn-click .btnlink::before {
    right: 120px;
  }
}
.btnwrapper a.btn-click .btnlink::after {
  position: absolute;
  display: block;
  content: "";
  background: url(img/click.png);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  top: -3px;
  right: 20px;
  width: 50px;
  height: 50px;
}
.moveirwrapper {
  padding: 7rem 0 6rem 0;
}
.moveirwrapper .mwinner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  background: url(img/logol90.png);
  background-size: contain !important;
  background-position: left top !important;
  background-repeat: no-repeat !important;
}
.moveirwrapper .mwinner video {
  display: block;
  width: 87%;
}

.servicebox .questiontext {
  padding: 6rem 3rem 3rem 3rem;
}
@media (min-width: 48em) {
  .servicebox .questiontext {
    padding: 3rem;
  }
}
.servicebox .questiontext:before {
  display: none;
}
.servicebox .servicecatich {
  background: #0e2d7d;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 1rem 2rem;
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .servicebox .servicecatich {
    font-size: 2.6vw;
  }
}
.servicebox .servicecontents {
  margin: 0 0 2rem 0;
  position: relative;
}
.servicebox .servicecontents .scontensin {
  padding: 3rem 3rem 3rem 3rem;
  position: relative;
}
@media (min-width: 48em) {
  .servicebox .servicecontents .scontensin {
    padding: 1rem;
  }
}
@media (min-width: 64em) {
  .servicebox .servicecontents .scontensin {
    padding: 3rem 3rem 3rem 3rem;
  }
}
.servicebox .servicecontents .scontensin h4 {
  margin-bottom: 0.75em;
  font-weight: bold;
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .servicebox .servicecontents .scontensin h4 {
    font-size: 1.2rem;
  }
}
.servicebox .servicecontents .scontensin h5 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .servicebox .servicecontents .scontensin h5 {
    margin-bottom: 0.75em;
    font-size: 0.9rem;
  }
}
.servicebox .servicecontents .scontensin .textlist {
  margin: 0;
  padding: 0 0 0 1.4em;
}
.servicebox .servicecontents .scontensin .textlist2 {
  margin: 0;
  padding: 0 0 0 1.4em;
}
.servicebox .servicecontents .scontensin .logolist {
  margin: 0;
  padding: 2rem 0 0 0;
  list-style: none;
  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;
}
@media (min-width: 48em) {
  .servicebox .servicecontents .scontensin .logolist {
    padding: 1rem 0 0 0;
  }
}
@media (min-width: 64em) {
  .servicebox .servicecontents .scontensin .logolist {
    padding: 2rem 0 0 0;
  }
}
.servicebox .servicecontents .scontensin .logolist li {
  width: 22%;
  margin: 2% 0 0 0;
}
.servicebox .servicecontents .scontensin .logolist li img {
  width: 100%;
  height: auto;
}
.servicebox .servicecontents.number1 {
  background: #e7eaf2;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 50%;
}
@media (min-width: 48em) {
  .servicebox .servicecontents.number1 {
    margin-bottom: 1.33333%;
    margin-top: 70px;
    padding-top: 0;
    padding-left: 32.444%;
  }
}
.servicebox .servicecontents.number1::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 50%;
  height: auto;
  background: url(img/img_top10.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 48em) {
  .servicebox .servicecontents.number1::before {
    padding: inherit;
    top: 0;
    bottom: 0;
    width: 32.444%;
  }
}
.servicebox .servicecontents.number2 {
  background: #e6f7fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 50%;
}
@media (min-width: 48em) {
  .servicebox .servicecontents.number2 {
    margin-bottom: 1.33333%;
    padding-bottom: 0;
    padding-right: 32.444%;
  }
}
.servicebox .servicecontents.number2::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  background: url(img/img_top24.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 50%;
}
@media (min-width: 48em) {
  .servicebox .servicecontents.number2::before {
    padding: 0;
    width: 32.444%;
    left: inherit;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.servicebox .servicecontents.number2 .scontensin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 48em) {
  .servicebox .servicecontents.number2 .scontensin {
    padding: 5% 2%;
  }
}
@media (min-width: 64em) {
  .servicebox .servicecontents.number2 .scontensin {
    padding: 5% 2%;
  }
}
.servicebox .servicecontents.number2 .scontensin figure {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
}
@media (min-width: 48em) {
  .servicebox .servicecontents.number2 .scontensin figure {
    margin-bottom: 2rem;
    width: 49.5%;
  }
}
.servicebox .servicecontents.number2 .scontensin figure img {
  width: 100%;
  height: auto;
}
.servicebox .servicecontents.number2 .scontensin .scontensinin {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .servicebox .servicecontents.number2 .scontensin .scontensinin {
    width: 49.5%;
  }
}
.servicebox .servicecontents.number3 {
  margin-bottom: 30px;
}
@media (min-width: 48em) {
  .servicebox .servicecontents.number3 {
    margin-bottom: 1.33333%;
  }
}
.servicebox .servicecontents.number3 .scontensin {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.3333333% 0 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.servicebox .servicecontents.number3 .scontensin .groval {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .servicebox .servicecontents.number3 .scontensin .groval {
    width: 32.444%;
  }
}
.servicebox .servicecontents.number3 .scontensin .groval:nth-child(1) {
  background: #e6f7fb;
}
.servicebox .servicecontents.number3 .scontensin .groval:nth-child(2) {
  background: #e7eaf2;
}
.servicebox .servicecontents.number3 .scontensin .groval:nth-child(3) {
  background: #e6f7fb;
}
.servicebox .servicecontents.number3 .scontensin .groval figure {
  display: block;
  width: 100%;
}
.servicebox .servicecontents.number3 .scontensin .groval figure img {
  width: 100%;
  height: auto;
}
.servicebox .servicecontents.number3 .scontensin .groval .title {
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 0.75em 1em 0.25em 1em;
  margin: 0;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .servicebox .servicecontents.number3 .scontensin .groval .title {
    padding: 1em 1em 1em 1em;
    font-size: 1.1rem;
  }
}
.servicebox .servicecontents.number3 .scontensin .groval .n3list {
  padding: 0 2em 2em 2em;
  margin: 0 0 0 0.7em;
}
@media (min-width: 48em) {
  .servicebox .servicecontents.number3 .scontensin .groval .n3list {
    padding: 0 2em 3em 2em;
    margin: 0;
  }
}
.servicebox .servicecontents.number3 .scontensin .groval .n3list li {
  list-style: none;
  line-height: 1.5em;
}
.servicebox .servicecontents.number4 {
  background: #e7eaf2;
  padding-top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (min-width: 48em) {
  .servicebox .servicecontents.number4 {
    padding: 5% 0;
    padding-left: 67.556%;
    margin-bottom: 1.33333%;
  }
}
.servicebox .servicecontents.number4::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 50%;
  height: auto;
  background: url(img/img_top28.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 48em) {
  .servicebox .servicecontents.number4::before {
    bottom: 0;
    padding-top: 0;
    width: 67.556%;
  }
}
.servicebox .servicecontents.number4 .scontensin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.servicebox .servicecontents.number4 .scontensin .scontensinin {
  display: block;
  width: 100%;
}
.servicebox .servicecontents.number5 {
  padding-bottom: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #e6f7fb;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .servicebox .servicecontents.number5 {
    padding-bottom: 0;
    padding-right: 32.444%;
    margin-bottom: 1.33333%;
  }
}
.servicebox .servicecontents.number5::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 50%;
  height: auto;
  background: url(img/img_top29.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 48em) {
  .servicebox .servicecontents.number5::before {
    padding-top: 0;
    top: 0;
    width: 32.444%;
  }
}
.servicebox .servicecontents.number5 .scontensin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 64em) {
  .servicebox .servicecontents.number5 .scontensin {
    padding-left: 10%;
  }
}
@media (min-width: 71.875em) {
  .servicebox .servicecontents.number5 .scontensin {
    padding-left: 20%;
  }
}
.servicebox .servicecontents.number5 .scontensin .scontensinin {
  display: block;
  width: 100%;
}
.servicebox .servicecontents.number5 .scontensin .scontensinin .logotop2 {
  width: 200px;
  height: auto;
  padding-bottom: 20px;
}
@media (min-width: 48em) {
  .servicebox .servicecontents.number5 .scontensin .scontensinin .logotop2 {
    padding-top: 20px;
    width: 300px;
    padding-bottom: 20px;
  }
}
@media (min-width: 64em) {
  .servicebox .servicecontents.number5 .scontensin .scontensinin .logotop2 {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.servicebox .servicecontents.number5 .scontensin .scontensinin dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
}
@media (min-width: 64em) {
  .servicebox .servicecontents.number5 .scontensin .scontensinin dl {
    margin-bottom: 1em;
  }
}
.servicebox .servicecontents.number5 .scontensin .scontensinin dl dt {
  display: block;
  width: auto;
  word-break: keep-all;
}
.servicebox .servicecontents.number5 .scontensin .scontensinin dl dd {
  display: block;
  margin: 0;
}
.servicebox .servicecontents.number5 .scontensin .scontensinin dl.last-child dt {
  width: auto;
}
.servicebox .servicecontents.number5 .scontensin .scontensinin dl.last-child2 {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.servicebox .servicecontents.number5 .scontensin .scontensinin dl.last-child2 dt {
  width: auto;
}
.servicebox .servicecontents.number5 .scontensin .scontensinin .maillink {
  position: relative;
  padding: 0 0 0 3.4rem;
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .servicebox .servicecontents.number5 .scontensin .scontensinin .maillink {
    padding: 0 0 0 2.6rem;
    font-size: 1rem;
  }
}
.servicebox .servicecontents.number5 .scontensin .scontensinin .maillink::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(img/mail_icon.png);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin-right: 0.5em;
}
@media (min-width: 48em) {
  .servicebox .servicecontents.number5 .scontensin .scontensinin .maillink::before {
    width: 36px;
    height: 26px;
  }
}

.news_ticker2 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 4rem 0 3rem 0;
}

@-webkit-keyframes hscroll2 {
  0% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes hscroll2 {
  0% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.news_ticker2 ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  -webkit-animation: hscroll2 20s linear infinite;
          animation: hscroll2 20s linear infinite;
}

.news_ticker2 li {
  list-style: none;
  padding: 0 4rem;
  display: inline-block;
  font-size: 8vw;
  line-height: 8vw;
}
@media (min-width: 48em) {
  .news_ticker2 li {
    font-size: 2.8vw;
    line-height: 2.8vw;
  }
}

.gmapwrapper {
  padding: 0;
}

.newsblock {
  margin-bottom: 7rem;
}
.newsblock .questiontext {
  padding-top: 11rem;
  padding-bottom: 3rem;
}
@media (min-width: 48em) {
  .newsblock .questiontext {
    padding-top: 4rem;
  }
}
.newsblock .newslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 3rem;
}
@media (min-width: 48em) {
  .newsblock .newslist {
    padding: 0;
  }
}
.newsblock .newslist .newslistin {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .newsblock .newslist .newslistin {
    width: 32%;
  }
}
.newsblock .newslist .newslistin img {
  width: 100%;
  height: auto;
}
.newsblock .newslist .newslistin h4 {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1.75rem 1rem 1rem 1rem;
  margin: 0;
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .newsblock .newslist .newslistin h4 {
    font-size: 1rem;
  }
}
.newsblock .newslist .newslistin p {
  padding: 0 1rem;
}
.newsblock .newslist .newslistin span {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 4rem 0;
}
@media (min-width: 48em) {
  .newsblock .newslist .newslistin span {
    margin: 1.5em 0 0 0;
  }
}

.careerblock {
  margin-bottom: 7rem;
}
.careerblock .questiontext {
  padding-top: 4rem;
  padding-bottom: 3rem;
}
.careerblock .carbox {
  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;
}
.careerblock .carbox figure {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 64em) {
  .careerblock .carbox figure {
    width: 50%;
    margin-bottom: 0;
  }
}
.careerblock .carbox figure img {
  width: 100%;
  height: auto;
}
.careerblock .carbox p {
  display: block;
  line-height: 1.8em;
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (min-width: 64em) {
  .careerblock .carbox p {
    width: 45%;
    font-size: 1.2rem;
  }
}

@media (min-width: 64em) {
  .en-US .careerblock .carbox p {
    font-size: 0.9rem;
  }
}
.en-US .scontensinin p {
  line-height: 1.2em;
  font-size: 0.9rem;
}
@media (min-width: 48em) {
  .en-US .scontensinin p {
    line-height: 1.2em;
    font-size: 0.6rem;
  }
}
.en-US .textlist2 li {
  line-height: 1.2em;
  font-size: 0.9rem;
}
@media (min-width: 48em) {
  .en-US .textlist2 li {
    line-height: 1.2em;
    font-size: 0.6rem;
  }
}

.en-US .scontensinin dl {
  display: block !important;
  width: 100%;
}

.en-US .scontensinin dl dt {
  display: block;
  width: 100%;
}

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

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

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

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

.category-career .maingf,
.post-type-archive-career .maingf {
  background: url("img/img_career.jpg");
  background-size: cover !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .category-career .maingf,
  .post-type-archive-career .maingf {
    background-position: center center !important;
    background: url("img/img_career.jpg");
  }
}

.contactblock .questiontext img {
  width: 200px;
  height: auto;
}
@media (min-width: 48em) {
  .contactblock .questiontext img {
    width: 400px;
  }
}

.demo {
  position: fixed;
  bottom: 20px;
  left: 16px;
  z-index: 100;
}
@media (min-width: 48em) {
  .demo {
    bottom: 50px;
    left: 50px;
  }
}
.demo a img {
  width: 100px;
  height: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 48em) {
  .demo a img {
    width: 150px;
  }
}
.demo a:hover {
  opacity: 1;
}
.demo a:hover img {
  -webkit-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.cegidpageblock {
  padding-bottom: 5rem;
}
.cegidpageblock .questiontext {
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.cegidpageblock .questiontext .jp {
  line-height: 1.8em;
}

.cegidfigblock {
  background: #e7eaf2;
  padding: 3rem 0;
}
.cegidfigblock .cegidfig {
  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;
  position: relative;
}
@media (min-width: 48em) {
  .cegidfigblock .cegidfig {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cegidfigblock .cegidfig .cwrapper {
  display: block;
  width: 48%;
}
@media (min-width: 48em) {
  .cegidfigblock .cegidfig .cwrapper {
    width: 32%;
    text-align: center;
  }
}
.cegidfigblock .cegidfig .cwrapper div {
  display: inline-block;
  width: auto;
}
.cegidfigblock .cegidfig .cwrapper div h4 {
  line-height: 1.4em;
  text-align: left;
  font-size: 1.1rem;
}
@media (min-width: 35em) {
  .cegidfigblock .cegidfig .cwrapper div h4 {
    font-size: 1.4rem;
  }
}
@media (min-width: 48em) {
  .cegidfigblock .cegidfig .cwrapper div h4 {
    font-size: 1.2rem;
  }
}
.cegidfigblock .cegidfig .cwrapper div ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.cegidfigblock .cegidfig .cwrapper div ul li {
  list-style: none;
  line-height: 1.2em;
  font-size: 0.9rem;
  line-height: 1.6em;
  color: #282727;
  position: relative;
  padding-left: 1.5em;
}
@media (min-width: 35em) {
  .cegidfigblock .cegidfig .cwrapper div ul li {
    font-size: 1.4rem;
  }
}
@media (min-width: 48em) {
  .cegidfigblock .cegidfig .cwrapper div ul li {
    font-size: 0.7rem;
  }
}
.cegidfigblock .cegidfig .cwrapper div ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #0e2d7d;
}
.cegidfigblock .cegidfig .cwrapper:last-child h4 {
  text-align: right;
}
.cegidfigblock .cegidfig .fig1 {
  display: block;
  width: 100%;
  padding: 0 10% 10% 10%;
}
@media (min-width: 35em) {
  .cegidfigblock .cegidfig .fig1 {
    padding: 0 15% 10% 15%;
  }
}
@media (min-width: 48em) {
  .cegidfigblock .cegidfig .fig1 {
    display: none;
  }
}
.cegidfigblock .cegidfig .fig1 img {
  width: 100%;
  height: auto;
}
.cegidfigblock .cegidfig .fig2 {
  display: none;
}
@media (min-width: 48em) {
  .cegidfigblock .cegidfig .fig2 {
    display: block;
    width: 32%;
  }
}
.cegidfigblock .cegidfig .fig2 img {
  width: 100%;
  height: auto;
}

.ominiblock {
  padding-bottom: 450px;
  position: relative;
}
.ominiblock::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 350px;
  background: #000;
  bottom: 0;
  left: 0;
  background: url(img/img_cegid5.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.ominiblock .questiontext {
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.ominiblock2 {
  padding: 5rem 0;
}
.ominiblock2 .omnikinou .ominkin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ominiblock2 .omnikinou .ominkin figure {
  display: block;
  width: 100%;
  padding: 0 20% 5% 20%;
}
@media (min-width: 35em) {
  .ominiblock2 .omnikinou .ominkin figure {
    padding: 0 5%;
    width: 35%;
  }
}
.ominiblock2 .omnikinou .ominkin figure img {
  width: 100%;
  height: auto;
}
.ominiblock2 .omnikinou .ominkin .omincontents {
  display: block;
  width: 100%;
  padding: 0 5%;
  border-left: 10px solid #009acf;
  text-align: center;
}
@media (min-width: 35em) {
  .ominiblock2 .omnikinou .ominkin .omincontents {
    text-align: left;
    width: 65%;
  }
}
.ominiblock2 .omnikinou .ominkin .omincontents h5 {
  display: inline-block;
  padding: 0.35em 0.65em;
  width: auto;
  border: 3px solid #0e2d7d;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .ominiblock2 .omnikinou .ominkin .omincontents h5 {
    font-size: 1.3rem;
  }
}
.ominiblock2 .omnikinou .ominkin .omincontents h4 {
  line-height: 1.7em;
  font-size: 2rem;
}
@media (min-width: 48em) {
  .ominiblock2 .omnikinou .ominkin .omincontents h4 {
    font-size: 1.6rem;
  }
}
.ominiblock2 .omnikinou .ominkin .omincontents h4 span {
  display: block;
  width: 100%;
}
.ominiblock2 .omnikinou .ominkin .omincontents .catchbig {
  font-size: 2rem;
}
@media (min-width: 48em) {
  .ominiblock2 .omnikinou .ominkin .omincontents .catchbig {
    font-size: 1.2rem;
  }
}
.ominiblock2 .omnikinou .ominkin:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ominiblock2 .omnikinou .ominkin:nth-child(even) .omincontents {
  border: none;
  border-right: 10px solid #009acf;
}
.ominiblock2 .omnikinou .ominkin:last-child {
  background: #e6f7fb;
}

.circlebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 48em) {
  .circlebox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.circlebox div {
  display: block;
  width: 25%;
  position: relative;
  border-radius: 1000px;
  background: #0e2d7d;
  color: #fff;
  margin: 2.6666%;
  padding: 0;
  padding-top: 25%;
  text-align: center;
  line-height: 25%;
}
@media (min-width: 48em) {
  .circlebox div {
    width: 15%;
    line-height: 15%;
    padding-top: 15%;
  }
}
.circlebox div span {
  display: block;
  width: 100%;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
}
@media (min-width: 35em) {
  .circlebox div span {
    font-size: 1.6rem;
  }
}
@media (min-width: 48em) {
  .circlebox div span {
    font-size: 0.7rem;
  }
}
@media (min-width: 64em) {
  .circlebox div span {
    font-size: 1.2rem;
  }
}
.circlebox div:nth-child(odd) {
  background: #009acf;
}

.cegidflow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0 0 0;
  margin-top: 4rem;
  position: relative;
}
.cegidflow::before {
  position: absolute;
  content: "";
  display: block;
  width: 66.7%;
  height: 1px;
  background: #000;
  top: 0;
  left: 16.65%;
}
.cegidflow .cegidflowbox {
  display: block;
  width: 33.3333%;
  text-align: center;
  color: #0e2d7d;
  position: relative;
}
.cegidflow .cegidflowbox::before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("img/arrow_cegid.png");
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  top: -50px;
  left: calc(50% - 20px);
}
@media (min-width: 35em) {
  .cegidflow .cegidflowbox::before {
    width: 60px;
    height: 60px;
    top: -60px;
    left: calc(50% - 30px);
  }
}
.cegidflow .cegidflowbox::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #000;
  top: -80px;
  left: 50%;
  z-index: -1;
}
.cegidflow .cegidflowbox figure {
  display: block;
  width: 90%;
  padding-top: 55%;
  margin: 0 5%;
  position: relative;
}
@media (min-width: 35em) {
  .cegidflow .cegidflowbox figure {
    margin: 0 15%;
    width: 70%;
  }
}
.cegidflow .cegidflowbox figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.cegidflow .cegidflowbox.cgleft::after {
  top: -70px !important;
}
.cegidflow .cegidflowbox.cgcenter {
  border-left: 1px solid #000;
}
.cegidflow .cegidflowbox.cgright {
  border-left: 1px solid #000;
}
.cegidflow .cegidflowbox.cgright::after {
  top: -70px !important;
}
.cegidflow .cegidflowbox p {
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: bold;
}
@media (min-width: 48em) {
  .cegidflow .cegidflowbox p {
    line-height: 1.6em;
    font-size: 0.7rem;
    padding-top: 1em;
  }
}
@media (min-width: 64em) {
  .cegidflow .cegidflowbox p {
    font-size: 0.8rem;
  }
}

.note {
  display: block;
  width: 100%;
}
.note p {
  display: block;
  width: 100%;
  text-align: center;
  color: #0e2d7d;
  font-size: 1.6rem;
  line-height: 1.4em;
  padding: 1em 0;
  margin: 0;
  border-bottom: 1px solid #0e2d7d;
}
@media (min-width: 48em) {
  .note p {
    font-size: 1rem;
  }
}
@media (min-width: 64em) {
  .note p {
    font-size: 1.2rem;
  }
}

.businnessblock {
  position: relative;
  padding-bottom: 450px;
}
.businnessblock::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 350px;
  background: #000;
  bottom: 0;
  left: 0;
  background: url(img/img_cegid11.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.businnessblock .questiontext {
  padding: 6rem 0 1.5rem 0;
}
.businnessblock .businnessbox {
  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;
  padding: 2rem;
}
.businnessblock .businnessbox .businessin {
  display: block;
  width: 100%;
  border: 4px solid #000;
  margin-bottom: 2rem;
  padding: 1.5rem;
  text-align: center;
}
@media (min-width: 48em) {
  .businnessblock .businnessbox .businessin {
    width: 49%;
  }
}
.businnessblock .businnessbox .businessin h4 {
  margin: 1.5rem 0 1rem 0;
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .businnessblock .businnessbox .businessin h4 {
    font-size: 1.4rem;
  }
}
.businnessblock .businnessbox .businessin h5 {
  display: inline-block;
  background: #0e2d7d;
  color: #fff;
  padding: 0 1em;
  line-height: 2em;
  margin-bottom: 1em;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .businnessblock .businnessbox .businessin h5 {
    font-size: 1.7rem;
  }
}
.businnessblock .businnessbox .businessin .listwrapper {
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: 4px solid #000;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.businnessblock .businnessbox .businessin .listwrapper ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.businnessblock .businnessbox .businessin .listwrapper ul li {
  list-style: none;
  width: auto;
  margin: 0 1em;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .businnessblock .businnessbox .businessin .listwrapper ul li {
    font-size: 0.9rem;
  }
}
.businnessblock .businnessbox .businessin figure {
  display: block;
  width: 100%;
}
.businnessblock .businnessbox .businessin figure img {
  width: 100%;
  height: auto;
}

.settlementblock {
  padding-bottom: 5rem;
}
.settlementblock .questiontext {
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.settlementblock .questiontext .jp {
  line-height: 1.8em;
}
.settlementblock figure {
  margin: 2rem 0 0 0;
}
.settlementblock figure img {
  width: 100%;
  height: auto;
}

.catenewsblock .questiontext {
  padding-top: 7rem;
  padding-bottom: 2rem;
}
.catenewsblock .yearlist {
  padding: 0;
  margin: 0 0 7rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-bottom: 4px solid #0e2d7d;
  overflow-x: auto;
}
.catenewsblock .yearlist li {
  list-style: none;
  padding: 1em 1em 1em 2em;
}
@media (min-width: 48em) {
  .catenewsblock .yearlist li {
    padding: 2em;
  }
}
.catenewsblock .yearlist li a {
  white-space: nowrap;
  line-height: 2em;
  font-weight: bold;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .catenewsblock .yearlist li a {
    font-size: 1rem;
  }
}
.catenewsblock .newslist {
  margin: 0;
  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;
}
.catenewsblock .newslist .newslistin {
  display: block;
  width: 46%;
  padding-bottom: 4rem;
}
.catenewsblock .newslist .newslistin a {
  display: block;
}
.catenewsblock .newslist .newslistin a figure img {
  width: 100%;
  height: auto;
}
.catenewsblock .newslist .newslistin a h4 {
  margin: 1.5rem 0 1rem 0;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4em;
}
@media (min-width: 48em) {
  .catenewsblock .newslist .newslistin a h4 {
    font-size: 1.1rem;
  }
}
.catenewsblock .newslist .newslistin a span {
  display: block;
  width: 100%;
  text-align: center;
}
.catenewsblock .newslist .newslistin a .wrap-text {
  display: none;
}
@media (min-width: 48em) {
  .catenewsblock .newslist .newslistin a .wrap-text {
    display: block;
  }
}
.catenewsblock .newslist .newslistin:first-child {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.post-type-archive-career .questiontext,
.category-career .questiontext {
  padding-top: 7rem;
  padding-bottom: 2rem;
}
.post-type-archive-career .careertext,
.category-career .careertext {
  display: block;
  text-align: left;
  width: 100%;
  font-weight: bold;
  line-height: 2.2em;
  padding-bottom: 5rem;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .post-type-archive-career .careertext,
  .category-career .careertext {
    text-align: center;
    font-size: 1.8vw;
  }
}
.post-type-archive-career .head-4,
.category-career .head-4 {
  color: #0e2d7d;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 2.2em;
  border: 4px solid #0e2d7d;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .post-type-archive-career .head-4,
  .category-career .head-4 {
    font-size: 1.1rem;
  }
}

.single-career .careerinfopost {
  border-bottom: 1px dashed #0e2d7d;
  padding: 2rem 0;
}

.careerbox {
  display: block;
  width: 100%;
}
.careerbox a, .careerbox.hearline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.careerbox a div, .careerbox.hearline div {
  color: #0e2d7d;
  text-align: left;
  padding: 0.75em;
  vertical-align: top;
  border-bottom: 1px dashed #0e2d7d;
}
@media (min-width: 48em) {
  .careerbox a div, .careerbox.hearline div {
    padding: 1.25em;
  }
}
.careerbox a div:nth-child(1), .careerbox.hearline div:nth-child(1) {
  width: 60%;
}
@media (min-width: 48em) {
  .careerbox a div:nth-child(1), .careerbox.hearline div:nth-child(1) {
    width: 60%;
  }
}
.careerbox a div:nth-child(2), .careerbox.hearline div:nth-child(2) {
  width: 25%;
}
@media (min-width: 48em) {
  .careerbox a div:nth-child(2), .careerbox.hearline div:nth-child(2) {
    width: 20%;
  }
}
.careerbox a div:nth-child(3), .careerbox.hearline div:nth-child(3) {
  width: 20%;
}
@media (min-width: 48em) {
  .careerbox a div:nth-child(3), .careerbox.hearline div:nth-child(3) {
    width: 15%;
  }
}
.careerbox.hearline {
  font-weight: bold;
}
.careerbox.hearline div {
  color: #000000;
}
@media (min-width: 48em) {
  .careerbox.hearline div {
    font-size: 0.9rem;
  }
}
.careerbox a:hover {
  background: #0e2d7d;
  opacity: 1;
}
.careerbox a:hover div {
  color: #fff;
}

.contactblock .questiontext {
  padding: 7rem 0 2rem 0;
}

.single-career .questiontext .jp, .single-news .questiontext .jp {
  line-height: 1.4em;
}

.contactboxx {
  margin: 10em 0 3rem 0;
}
.contactboxx p {
  margin-bottom: 2em;
}
.contactboxx .ness {
  background: #ec183b;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  line-height: 2em;
  padding: 0 1em;
  margin: 0 1em;
  border-radius: 4px;
}
.contactboxx input[type=text], .contactboxx input[type=email], .contactboxx textarea {
  padding: 0.5em;
  border: none;
  margin: 0.75em 0 1em 0;
  width: 100%;
  border: 1px solid #000;
}
.contactboxx-btn {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 2em;
}
.contactboxx-btn input[type=submit] {
  border: none;
  display: inline-block;
  width: 280px;
  text-align: center;
  line-height: 3.6em;
  color: #fff;
  background: #009acf;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 48em) {
  .contactboxx-btn input[type=submit] {
    width: 350px;
  }
}
.contactboxx-btn input[type=submit]:hover {
  color: #fff;
  background: #0e2d7d;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ancor-box {
  position: relative;
}
.ancor-box .ancor {
  top: -70px;
  position: absolute;
}
@media (min-width: 48em) {
  .ancor-box .ancor {
    top: -120px;
  }
}

.error-container {
  margin: 0 0 4rem;
  padding: 3rem 0;
  background-color: #fff;
}

.error-detail {
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 48em) {
  .error-detail {
    max-width: 970px;
  }
}

.error-title {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1.25;
  text-align: center;
  color: #000;
}
@media (min-width: 48em) {
  .error-title {
    font-size: 1.6rem;
    line-height: 1.15625;
  }
}
.error-title-sub {
  display: block;
  margin: 8px 0 0 0;
  font-size: 1.8rem;
  line-height: 1.2777777778;
}
@media (min-width: 48em) {
  .error-title-sub {
    font-size: 0.9rem;
  }
}

.error-search {
  margin-bottom: 2.4rem;
  padding: 2.4rem;
}
@media (min-width: 48em) {
  .error-search {
    padding: 1.6rem;
  }
}
.error-search .title {
  margin: 0;
  padding: 0 0 16px 0;
  font-size: 1.8rem;
  line-height: 1.2777777778;
  text-align: center;
  color: #000;
}
@media (min-width: 48em) {
  .error-search .title {
    float: left;
    width: 30%;
    padding: 12px 0;
    font-size: 0.9rem;
  }
}
.error-search .search-form {
  position: relative;
  z-index: 10;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  font-size: 0;
  background-color: #eee;
}
@media (min-width: 48em) {
  .error-search .search-form {
    margin-left: 30%;
    height: 52px;
    overflow: hidden;
  }
}
.error-search .search-moduleInput {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1;
  width: 80%;
}
.error-search .search-moduleInput input {
  background: none;
  border: none;
  padding: 17px 15px;
  width: 100%;
  outline: 0;
}
.error-search .search-moduleInput input:-moz-placeholder {
  color: #626a77;
}
.error-search .search-moduleInput input:-ms-input-placeholder {
  color: #626a77;
}
.error-search .search-moduleInput input:placeholder-shown {
  color: #626a77;
}
.error-search .search-moduleInput input::-webkit-input-placeholder {
  color: #626a77;
}
.error-search .search-moduleInput input:-moz-placeholder {
  opacity: 1;
  color: #626a77;
}
.error-search .search-moduleInput input::-moz-placeholder {
  opacity: 1;
  color: #626a77;
}
.error-search .search-moduleInput input:-ms-input-placeholder {
  color: #626a77;
}
.error-search .search-moduleButton {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 20%;
}
.error-search .search-moduleButton button {
  background: #000;
  border: none;
  padding: 15px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.error-button {
  text-align: center;
}
.error-button a {
  display: block;
  margin: 0 auto;
  padding: 16px;
  max-width: 320px;
  border: 3px solid #d63b3f;
  color: #d63b3f;
}
.error-button a:hover {
  background-color: #d63b3f;
  color: #fff;
  opacity: 1;
}

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

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

.form-kiyaku {
  overflow: auto;
  padding: 2rem;
  background-color: #fff;
  height: 20rem;
  border: 1px solid #eee;
  font-size: 1.4rem;
  line-height: 1.3571428571;
}
@media (min-width: 48em) {
  .form-kiyaku {
    font-size: 0.7rem;
  }
}
.form-kiyaku br {
  display: block;
}

/* --- basic setting ----------------------------------------------------------------------------------------- */
.wp-caption-text {
  text-align: center;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.m-article-text-main,
.twitter-tweet,
.instagram-media,
.instagram-media-rendered {
  margin-left: auto !important;
  margin-right: auto !important;
}

.page-detail iframe {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

/* --- WordPress preset CSS ----------------------------------------------------------------------------------------- */
.postbox h1 {
  margin-bottom: 0.25em;
  line-height: 1.5em;
}

.page-body {
  padding: 0;
  /* image */
  /* gallery */
  /* icon */
  /* table */
  /* list */
  /* block quote */
}
.page-body hr {
  border: none;
  border-top: 1px dashed #000000;
}
.page-body p {
  margin-bottom: 1.5rem;
}
.page-body small {
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .page-body small {
    font-size: 0.6rem;
  }
}
.page-body a {
  color: #0185f1;
}
.page-body h2 {
  clear: both;
  margin-bottom: 1.2rem;
  padding: 0.75rem 0 0;
  color: #000;
  font-weight: bold;
}
.page-body h3 {
  position: relative;
  margin: 0 0 0.75rem;
  padding: 1.5rem 0 7px 0;
  color: #000;
  letter-spacing: 0.04em;
}
.page-body h4,
.page-body h5,
.page-body h6 {
  margin-bottom: 0.6rem;
  color: #000;
}
.page-body h2 {
  font-size: 2rem;
  line-height: 1.25;
}
.page-body h3 {
  font-size: 1.7rem;
  line-height: 1.2941176471;
}
.page-body h4 {
  font-size: 1.6rem;
  line-height: 1.3125;
}
.page-body h5, .page-body h6 {
  font-size: 1.6rem;
  line-height: 1.3125;
}
@media (min-width: 48em) {
  .page-body h2 {
    font-size: 1rem;
  }
  .page-body h3 {
    font-size: 1rem;
  }
  .page-body h4 {
    font-size: 0.8rem;
  }
  .page-body h5, .page-body h6 {
    font-size: 0.8rem;
  }
}
.page-body 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 {
  padding: 3em 0;
  margin: 9em 0 0 0;
}

.wp-pagenavi {
  padding: 0 0 16px 0;
  text-align: center;
}

.wp-pagenavi .pages {
  display: block;
  margin: 8px;
  font-size: 14px;
}
@media (min-width: 48em) {
  .wp-pagenavi .pages {
    font-size: 18px;
  }
}

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

.wp-pagenavi .extend {
  border: none;
  margin: 8px 0;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  border: none;
}

.wp-pagenavi .current {
  position: relative;
  font-weight: bold;
}
.wp-pagenavi .current::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-bottom: 4px solid #0e2d7d;
  bottom: -8px;
  left: 0;
  right: 0;
}

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

@media (min-width: 48em) {
  .wp-pagenavi .pages {
    display: block;
    margin: 8px;
    font-size: 14px;
    font-weight: 500;
  }
  .wp-pagenavi .previouspostslink {
    display: inline-block; /*border: 1px solid $link-color*/
    margin: 8px 2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
  }
}
@media (min-width: 62em) {
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
/* -----------------------------------------------------------
   .pagenationPNArea
   ----------------------------------------------------------- */
.pagenationPNArea {
  position: relative;
  text-align: center;
  border-top: 1px solid #c0d5dc;
  padding: 3em 0;
  margin: 9em 0 0 0;
  display: block;
}

/* .btn */
.pagenationPNArea .btnTop {
  display: block;
  margin: 0 auto;
  width: 40%;
}

.pagenationPNArea .btnPrev,
.pagenationPNArea .btnNext {
  position: absolute;
  bottom: 0;
  width: 29.5%;
  text-decoration: none;
}

.pagenationPNArea .btnPrev {
  right: 0;
}

.pagenationPNArea .btnNext {
  left: 0;
}

.pagenationPNArea .btnPrev a,
.pagenationPNArea .btnTop a,
.pagenationPNArea .btnNext a {
  display: block; /*border:#000 1px solid*/
  position: relative;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.pagenationPNArea .btnPrev a:hover,
.pagenationPNArea .btnTop a:hover,
.pagenationPNArea .btnNext a:hover {
  color: #fff;
  opacity: 1;
  background: #0e2d7d;
}

/*.pagenationPNArea .btnPrev a:before,
.pagenationPNArea .btnNext a:before { position: absolute; top:0; z-index:2; font-size:16px; font-family:'themify'; font-weight:normal; font-style:normal; -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; }

.pagenationPNArea .btnPrev a:before { right: 10px;content:"\e649";}
.pagenationPNArea .btnNext a:before { left: 10px;content:"\e64a";}

.pagenationPNArea a:after { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; display: block; background: #000; content: ""; z-index: -1; -webkit-transform-origin:right top;-moz-transform-origin:right top;-o-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);-o-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transition:transform .7s ease;-moz-transition:transform .7s ease;-o-transition:transform .7s ease;transition:transform .7s ease}
.pagenationPNArea a:hover:after { -webkit-transform-origin:left top;-moz-transform-origin:left top;-o-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}*/
@media only screen and (max-width: 900px) {
  .pagenationPNArea .btnPrev a,
  .pagenationPNArea .btnTop a,
  .pagenationPNArea .btnNext a {
    line-height: 45px;
  }
  /*.pagenationPNArea .btnPrev a:hover,
  .pagenationPNArea .btnTop a:hover,
  .pagenationPNArea .btnNext a:hover {color:#000;}
  .pagenationPNArea a:after { display: none;}*/
}
@media only screen and (max-width: 738px) {
  .pagenationPNArea .btnTop {
    width: 50%;
  }
  .pagenationPNArea .btnPrev,
  .pagenationPNArea .btnNext {
    position: absolute;
    bottom: 0;
    width: 24%;
    text-decoration: none;
  }
  .pagenationPNArea .btnPrev a,
  .pagenationPNArea .btnTop a,
  .pagenationPNArea .btnNext a { /*border:#000 1px solid*/
    font-size: 12px;
    letter-spacing: 0;
    line-height: 40px;
  }
  .pagenationPNArea .btnPrev a {
    padding-right: 5px;
  }
  .pagenationPNArea .btnNext a {
    padding-left: 5px;
  }
  /*.pagenationPNArea .btnPrev a:before,
  .pagenationPNArea .btnNext a:before { font-size:12px; }
  .pagenationPNArea .btnPrev a:before { right: 7px;}
  .pagenationPNArea .btnNext a:before { left: 7px;}*/
}
/*次へ前へ*/
.screen-reader-text {
  display: none;
}

.nav-links {
  display: table;
  padding: 50px 0 50px 0;
  width: 100%;
}
.nav-links .nav-previous, .nav-links .nav-next {
  display: table-cell;
  width: 50%;
}
.nav-links .nav-previous a, .nav-links .nav-next a {
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  line-height: 40px;
  padding: 0 35px;
  margin: 0 1px;
  display: inline-block;
  background: #fff;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.nav-links .nav-previous a:hover, .nav-links .nav-next a:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
  background: #000;
  opacity: 1;
}
.nav-links .nav-previous a {
  float: left;
}
.nav-links .nav-next a {
  float: right;
}

.navigation.posts-navigation {
  margin-top: 4rem;
}

.screen-reader-text, .nav-links {
  display: none;
}

.outer-wp-pagenavi {
  margin-top: -3rem;
}

/*コンタクトフォーム7*/
.wpcf7-response-output {
  margin: 30px 0 0 0 !important;
  background: #e70000 !important;
  color: #fff !important;
  border: none !important;
  padding: 1rem !important;
  text-align: center !important;
}

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

.wpcf7-list-item {
  margin: 0 !important;
  padding: 0 !important;
}

.wpcf7-list-item-label {
  font-weight: bold !important;
}

.wpcf7-spinner {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

.wpcf7-spinner::before {
  left: calc(50% - 3px) !important;
}

.thrm {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 0 5rem 0;
}
.thrm img {
  width: 100%;
  height: auto;
  max-width: 800px;
}

/*サイト内検索関連*/
.search .page-title {
  display: block;
  width: 100%;
  background: #e9fdff;
  text-align: center;
  margin-bottom: 2rem;
  padding: 1rem;
  font-weight: normal !important;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .search .page-title {
    font-size: 0.8rem;
  }
}
.search .page-title span {
  font-weight: bold;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .search .page-title span {
    font-size: 1rem;
  }
}
.search .entry-title {
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1px dotted #000000;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .search .entry-title {
    font-size: 0.8rem;
  }
}

.search-field {
  display: inline-block;
  width: calc(100% - 120px);
  padding: 12px;
  margin-bottom: 0.4rem;
  color: #444;
  border: 1px solid #f6f6f6;
  background-color: #f6f6f6;
  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);
}

.search-submit {
  display: inline-block;
  width: 110px;
  padding: 12px;
  border: none;
  background: #000000;
  color: #fff;
  border-radius: 3px;
}

.wpcf7-list-item-label a {
  color: #000 !important;
  text-decoration: underline !important;
}

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