.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
/*EN Regular*/
.en {
  font-family: ivymode, sans-serif;
  font-weight: 400;
}
.en_bold {
  font-weight: 700;
}
/*mizore*/
.emizore {
  font-family: mizolet, sans-serif;
  font-weight: 400;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
html {
  color: #333;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
body {
  font-size: 1.3rem; /* 13px */
  line-height: 1.6;
  letter-spacing: 1px;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
main {
  background: #F2EEE7;
}
div {
  position: relative;
}
fieldset, img {
  border: 0
}
ol, ul {
  list-style: none;
}
/*link*/
a {
  color: #333;
  text-decoration: none;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  padding-top: 0px;
  transition: .3s;
}
img {
  border-style: none;
  z-index: 0;
  vertical-align: bottom;
  line-height: 1.0em;
  width: 100%;
  height: auto;
}
/*fade*/
.fade {
  filter: blur(6px);
  opacity: 0;
  transition-property: opacity, filter, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease;
}
.fade.on {
  filter: blur(0px);
  opacity: 1;
}
@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.base_bg {
  padding: 3em 0;
}
.heading {
  font-family: mizolet, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #C63C00;
}
.heading span {
  font-family: ivymode, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  margin: 0 10px 0 0;
}
.pagetitle {
  background: #D1C8B9;
  border-radius: 0 0 30px 30px;
  padding: 80px 0 1.5em;
  position: relative;
}
.pagetitle h2 {
  font-family: mizolet, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
.pagetitle h2 span {
  display: block;
  font-family: ivymode, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  color: #C63C00;
}
.morebtn {
  position: relative;
  text-decoration: none;
  display: inline-block;
  background: #C63C00;
  color: #fff !important;
  padding: 10px 60px 10px 20px;
  border-radius: 50px;
  text-align: left;
  font-family: ivymode, sans-serif;
  outline: none;
  transition: ease .2s;
}
.morebtn:hover {
  background: #fff;
  color: #C63C00 !important;
}
/* 矢印が右に移動 */
.morebtn::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 42%;
  right: 13px;
  /*矢印の形状*/
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  /*アニメーションの指定*/
  transition: all .3s;
}
.morebtn:hover::after {
  right: 11px;
  border-top: 2px solid #C63C00;
  border-right: 2px solid #C63C00;
}
/* pp */
.pp {
  padding: 3em 0 3em;
  width: 90%;
  margin: auto;
  text-align: left;
}
.pp div:first-child {
  margin: 0 auto 0.8em;
}
.pp div {
  padding: 0 0 0.3em;
  border-bottom: 0.5px solid #C63C00;
  margin: 2em auto 0.8em;
  font-size: 1.4rem;
  font-weight: 500;
}
.comp_list {
  width: 90%;
  max-width: 900px;
  margin: auto;
}
.comp_list li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 0.5px solid #C63C00;
  text-align: left;
}
.comp_list li dt {
  width: 80px;
  font-weight: 500;
}
.comp_list li dd {
  width: calc(100% - 90px);
}
.map {
  margin: 2em auto 0;
  width: 90%;
}
.map iframe {
  border-radius: 10px;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  html {
    scroll-padding-top: 90px;
  }
  body {
    font-size: 1.5rem;
  }
  /*  遅延表示クラス  */
  .fade.delay1 {
    transition-delay: 0.3s;
  }
  .fade.delay2 {
    transition-delay: 0.6s;
  }
  .fade.delay3 {
    transition-delay: 0.9s;
  }
  .fade.delay4 {
    transition-delay: 1.2s;
  }
  .base_bg {
    padding: 5em 0;
  }
  .heading {
    font-size: 1.8rem;
  }
  .heading span {
    font-size: 6rem;
    line-height: 1.2;
    letter-spacing: 2px;
  }
  .morebtn {
    padding: 15px 90px 15px 30px;
    border-radius: 50px;
  }
  .pagetitle {
    border-radius: 0 0 50px 50px;
    padding: 120px 0 2em;
  }
  .pagetitle h2 {
    font-size: 1.8rem;
  }
  .pagetitle h2 span {
    font-size: 6rem;
  }
  /* pp */
  .pp {
    padding: 5em 0 5em;
    width: 90%;
    max-width: 900px;
  }
  .pp div {
    font-size: 1.8rem;
  }
  .pp div.noborder {
    font-size: 2rem;
  }
  .comp_list li {
    padding: 20px 0;
  }
  .comp_list li dt {
    width: 200px;
  }
  .comp_list li dd {
    width: calc(100% - 200px);
  }
  .map {
    margin: 4em auto 0;
    max-width: 1200px;
  }
  .map iframe {
    border-radius: 20px;
  }
}