@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");

*,
::before,
::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 62.5%;
}
/* @media screen and (max-width: 900px) {
  html {
    font-size: 3.125vw;
  }
} */

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 1.6rem;
  color: #1e1e1e;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", HGS明朝E, "Noto Serif JP", メイリオ, Meiryo, serif;
  overflow-x: hidden;
}
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, body {font-family: Century, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;}
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.55;
}

a {
  color: #1c64a4;
}
a.is-pdf::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.6em;
  background: url("../images/icon-pdf@2x.png") center/cover no-repeat;
  vertical-align: middle;
  transform: translateY(-0.2em);
}
/*ヘッダー-----------------------------------------------------*/
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.page .l-header {
  position: static;
}
.p-header {
  position: relative;
}
.p-header__logo {
  width: 56.4rem;
  float: left;
}
.p-header__logo-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.2rem 4.2rem;
  border-radius: 0 0 5rem 0;
  background: #94d537;
}
.p-header__logo-link {
  color: inherit;
  text-decoration: none;
}
.p-header__logo-title {
  margin: 0;
  font-weight: normal;
  line-height: 1.6;
}
.p-header__logo-content {
  display: flex;
  align-items: center;
}
.p-header__logo-icon {
  margin-right: 1.7rem;
}
.p-header__logo-text {
  margin: 0;
  font-size: 2rem;
}
.p-header-top {
  background: #1e1e1e;
  text-align: right;
}
.p-header-top-inner {
  margin: 0 auto;
  padding-right: calc(50% - 600px);
}
.p-header-contact__link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  background: #94d537;
  padding: 0.7rem 3.6rem;
  font-size: 1.7rem;
}
.p-header-content {
  background: #ffffff;
  text-align: right;
  padding: 1.5rem 0;
}
.p-header-content-inner {
  margin: 0 auto;
  overflow: hidden;
  padding-right: calc(50% - 600px);
}
.p-header-nav-list {
  list-style: none;
  padding-left: 0;
}
.p-header-nav-list__item {
  display: inline-block;
  margin-left: 3.1rem;
}
.p-header-nav-list__item-link {
  font-size: 1.7rem;
  color: inherit;
  text-decoration: none;
}
.p-header-nav-list__item-link:hover {
  color: #339933;
}
/*ヘッダー(スマホ)-----------------------------------------------------*/
@media screen and (max-width: 900px) {
  .p-header {
    background: #94d537;
    padding: 1.26rem 1.58rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-header__logo {
    width: auto;
  }
  .p-header__logo-inner {
    border-radius: 0;
    padding: 0;
    display: block;
    background: none;
  }
  .p-header__logo-title {
    display: none;
  }
  .p-header__logo-icon {
    margin-right: 0.9rem;
  }
  .p-header__logo-icon img {
    width: 2.3rem;
    height: auto;
  }
  .p-header__logo-text {
    font-size: 1.3rem;
    line-height: 1.38;
  }
  .p-header-top {
    display: none;
  }
  .p-header-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #94d537;
    display: none;
    z-index: 1000;
  }
  .p-header-nav.is-active {
    display: block;
  }
  .p-header-nav-list {
    margin: 0;
    border-bottom: 1px solid#1E1E1E;
  }
  .p-header-nav-list__item {
    display: block;
    margin-left: 0;
    text-align: center;
    border-top: 1px solid#1E1E1E;
  }
  .p-header-nav-list__item-link {
    display: block;
    padding: 1.5rem 2rem;
    color: inherit !important;
  }
}

.p-menu {
  width: 3.1rem;
}
.p-menu__bar {
  display: block;
  height: 1px;
  background: #1e1e1e;
  margin: 0.8rem 0;
  will-change: transform;
  transform-origin: center;
  transition: all ease-out 200ms;
}
/*ハンバーガーメニュー(スマホ)-----------------------------------------------------*/
@media screen and (max-width: 900px) {
  .p-menu.is-active .p-menu__bar:nth-child(1) {
    transform: translateY(calc(0.8rem + 0.5px)) rotate(-45deg) scaleX(0.8);
  }
  .p-menu.is-active .p-menu__bar:nth-child(2) {
    opacity: 0;
  }
  .p-menu.is-active .p-menu__bar:nth-child(3) {
    transform: translateY(calc(-0.8rem - 0.5px)) rotate(-315deg) scaleX(0.8);
  }
}
/*フッター-----------------------------------------------------*/
.p-footer {
  background: #f5f5f5;
}
.p-footer-nav-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 0;
}
.p-footer-nav-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  text-align: center;
  line-height: 1;
  margin: 0;
}
.p-footer-nav-list__item {
  flex: 1 1 auto;
  border-right: 1px solid #1e1e1e;
}
.p-footer-nav-list__item:last-child {
  border-right: none;
}
.p-footer-nav-list__item-link {
  color: inherit;
  text-decoration: none;
  font-size: 1.5rem;
}
.p-footer-content {
  border-top: 1px solid #cbcbcb;
}
.p-footer-content-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 3.4rem 2rem;
  display: flex;
}
.p-footer__logo {
  text-align: center;
  padding: 1rem 5rem 2rem 0;
  border-right: 1px solid #cbcbcb;
}
.p-footer__logo-img {
  margin: 0;
}
.p-footer__logo-name {
  font-size: 1.9rem;
  font-weight: normal;
  margin: 2rem 0 0;
}
.p-footer-info {
  padding: 1rem 0 2rem 7.85rem;
}
.p-footer-contact__text {
  margin: 0 0 0.5rem;
}
.p-footer-contact__tel {
  font-size: 2.5rem;
  margin: 0;
  line-height: 1;
}
.p-footer-contact__tel strong {
  font-weight: normal;
  font-size: 1.4em;
}
.p-footer-contact__tel small {
  font-size: 0.88em;
}
.p-footer-contact__link {
  margin: 1.4rem 0 0;
}
.p-footer-address {
  margin-top: 1.2rem;
}
.p-footer-address__text {
  font-size: 1.3rem;
  margin: 0;
}
.p-footer__copyright {
  font-size: 1.3rem;
  margin: 0;
}
/*フッター(スマホ)-----------------------------------------------------*/
@media screen and (max-width: 900px) {
  .p-footer-nav {
    display: none;
  }
  .p-footer-content {
    border-top: none;
  }
  .p-footer-content-inner {
    display: block;
    padding: 0 2rem;
  }
  .p-footer__logo {
    padding: 2.4rem 0;
    border-right: none;
    border-bottom: 1px solid #cbcbcb;
  }
  .p-footer__logo-img img {
    width: 8.6rem;
    height: auto;
  }
  .p-footer__logo-name {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
  .p-footer-info {
    padding: 2rem 0;
    text-align: center;
  }
  .p-footer-contact__text {
    font-size: 1.2rem;
  }
  .p-footer-contact__tel {
    font-size: 1.7rem;
  }
  .p-footer-address {
    margin: 2rem 0;
  }
  .p-footer-address__text {
    font-size: 1.2rem;
  }
  .p-footer__copyright {
    font-size: 0.95rem;
  }
}
/*トップに戻る-----------------------------------------------------*/
.p-pagetop {
  text-align: center;
  position: fixed;
  right: 5.5rem;
  bottom: 10rem;
}
.p-pagetop-link {
  display: block;
  background: rgba(105, 160, 27, 0.76);
  border-radius: 50%;
  width: 9.4rem;
  height: 9.4rem;
  color: #ffffff;
  text-decoration: none;
  padding-top: 1.8rem;
}
.p-pagetop__text {
  font-size: 1.2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    Meiryo, sans-serif;
  font-weight: normal;
  margin: 0.8rem 0 0;
}
/*トップに戻る(スマホ)-----------------------------------------------------*/
@media screen and (max-width: 900px) {
  .p-pagetop {
    display: none !important;
  }
}

.p-hero {
  text-align: center;
  color: #ffffff;
  background: url("../images/hero-bg@2x.jpg") center bottom 32% / cover
    no-repeat;
}
.p-hero-inner {
  padding: 6.6rem 0 5.7rem;
}
.p-hero__title {
  margin: 0;
  font-size: 3.5rem;
  font-weight: normal;
  text-shadow: 0 0 0.3rem #000000;
}
.p-hero__text {
  font-size: 1.5rem;
  margin: 1.2rem 0 0;
  text-shadow: 0 0 0.5rem #000000;
}
@media screen and (max-width: 900px) {
  .p-hero-inner {
    padding: 2.5rem 2rem;
  }
  .p-hero__title {
    font-size: 1.9rem;
  }
  .p-hero__text {
    font-size: 1rem;
    margin-top: 0.8rem;
  }
}
/*ボタンスタイル-----------------------------------------------------*/
.c-button-01 {
  display: inline-block;
  color: #ffffff;
  font-size: 1.8rem;
  padding: 1.5rem 8rem;
  text-decoration: none;
  background: url(../images/arrow-01-down.svg) right 2.04rem center/1.05rem
      1.97rem no-repeat,
    #1e1e1e;
  text-align: center;
  border: none;
}
.c-button-01.is-white {
  color: #1e1e1e;
  background-image: url("../images/arrow-01-down-black.svg");
  background-color: #ffffff;
}
.c-button-01.is-gray {
  color: #1e1e1e;
  background-image: url("../images/arrow-01-down-black.svg");
  background-color: #ededed;
}
.c-button-01.is-green {
  color: #1e1e1e;
  background-image: url("../images/arrow-01-down-black.svg");
  background-color: #94d537;
}
.c-button-01.is-yellow {
  color: #1e1e1e;
  background-image: url("../images/arrow-01-down-black.svg");
  background-color: #ffc235;
}
.c-button-01.is-block {
  display: block;
  text-align: center;
  padding: 1.5rem 4.5rem;
}
.c-button-01.is-middle {
  font-size: 2rem;
}
.c-button-01.is-large {
  padding: 2.6rem 8rem;
  font-size: 2.2rem;
  background-position: right 5.3rem center;
  background-size: 1.4rem 2.7rem;
}
/*ボタンスタイル(スマホ)-----------------------------------------------------*/
@media screen and (max-width: 900px) {
  .c-button-01 {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }
  .c-button-01.is-middle {
    font-size: 1.5rem;
  }
}

.u-pcNone {
  display: none;
}
@media screen and (max-width: 900px) {
  .u-spNone {
    display: none !important;
  }
  .u-spBlock {
    display: block !important;
  }
  .u-spInlineBlock {
    display: inline-block;
  }
}
.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.u-textUnderline {
  text-decoration: underline;
}

@media screen and (max-width: 460px) {
  .lum-lightbox-inner img {
    max-width: 100%;
    max-height: 100%;
  }
}

/*Google analyticsのCookie使用の確認ダイアログ-----------------------------------------------------*/
/*ダイアログ全体のスタイル*/
/*文字色・背景色。表示位置など基本的な箇所はここで調整*/
.check-accept-google-analytics{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 10px 5px;
  text-align: center;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
}
.check-accept-google-analytics > div{
  display: inline-block;
}

/*文章のスタイル*/
.check-accept-google-analytics p{
  position: relative;
  text-align : left;
  margin: 1em 1.5em;
  font-size: 0.9em;
  line-height: 1.5em;
}
/*文章内リンクのスタイル*/
.check-accept-google-analytics p > a{
  color: #E6FF28;
  text-decoration: underline;
}
/*本文の前にアイコンや画像をつけたい場合はここに記入*/
.check-accept-google-analytics p::before{}


/*同意する・しないボタンのデザイン*/
.check-accept-google-analytics > div > div{
text-align      : center;
  margin: .5em auto;
}
/*ボタン共通*/
.check-accept-google-analytics button {
  display: block;
  margin:  auto;
  padding: 0.5em;
  line-height: 1.5em;
  color: #fff;
  border-radius: 2em;
  width: 50%;
  font-weight: bold;
}
/*同意するボタン*/
.check-accept-google-analytics button.ga-accept-button{
      background-color: #7fbb1b;
      margin-bottom: 0.5em;
}
/*同意しないボタン*/
.check-accept-google-analytics button.ga-deny-button{ background-color: #7fbb1b;}
/*同意する/しないボタンの前にアイコンをつけたい場合はここに記入*/
.check-accept-google-analytics button::before{/*共通*/}
.check-accept-google-analytics button.ga-accept-button::before{/*同意する*/}
.check-accept-google-analytics button.ga-deny-button::before{/* 同意しない*/}

/*spのスタイル*/
@media screen and (max-width: 736px){
.check-accept-google-analytics p{
  font-size   : 12px;
  line-height : 20px;
  overflow    : hidden;
}
.check-accept-google-analytics button{
  padding     : 8px 12px;
  font-size   : 12px;
}
  .check-accept-google-analytics button{
  width: 100%;
  }
  .check-accept-google-analytics > div > div {
  padding: 0 1em;
  box-sizing: border-box;
}
}

