@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
.arrow {
  display: inline-block;
  position: relative;
  padding-left: 0.5em;
}

.arrow::before {
  display: inline-block;
  content: '';
  height: 1px;
  width: 25px;
  background: #111;
  position: absolute;
  bottom: 0.45em;
  left: -40px;
}

@media all and (-ms-high-contrast: none) {
  .arrow::before {
    bottom: 0.6em;
  }
}

.arrow::after {
  display: inline-block;
  content: '';
  height: 1px;
  width: 7px;
  background: #111;
  position: absolute;
  bottom: 0.45em;
  left: -21px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

@media all and (-ms-high-contrast: none) {
  .arrow::after {
    bottom: 0.6em;
  }
}

/*--------------------------------------
mv
--------------------------------------*/
#mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  position: relative;
  z-index: 2;
  width: 1200px;
  max-width: 100%;
  height: 700px;
  background: url(../img/index/mv.jpg);
}

#mv h2 {
  font-size: 36px;
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  #mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto 15px;
    position: relative;
    z-index: 2;
    width: calc(100vw - 30px);
    height: calc(100vw - 30px);
    background: url(../img/index/mv.jpg);
    background-size: 200%;
    background-position: center center;
  }
  #mv h2 {
    text-align: center;
    font-size: 6vw;
    line-height: 1.8;
    letter-spacing: 0.2em;
  }
}

/*--------------------------------------
feature
--------------------------------------*/
#feature {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
}

#feature ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#feature ul li {
  width: 50%;
  background: #0599d9;
  padding: 90px 30px 40px;
  text-align: center;
}

#feature ul li > a {
  display: block;
  text-align: center;
  width: 100%;
}

#feature ul li h2 {
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #fff;
}

#feature ul li h2::before, #feature ul li h2::after {
  background: #fff;
}

#feature ul li p.main {
  margin-top: 30px;
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
}

#feature ul li p.notice {
  display: inline-block;
  margin: 20px auto auto;
  padding: 25px 30px 0;
  font-size: 15px;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#feature ul li p.notice strong {
  font-weight: normal;
  text-decoration: underline;
}

#feature ul li p.notice a {
  font-weight: bold;
}

#feature ul li:nth-of-type(2) {
  background: #82b750;
}

@media (max-width: 768px) {
  #feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -20px;
  }
  #feature ul {
    padding-bottom: 4.5em;
  }
  #feature ul li {
    padding: 40px 0px 15px;
    text-align: center;
  }
  #feature ul li > a {
    display: block;
    text-align: center;
    width: 100%;
  }
  #feature ul li h2 {
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
    font-size: 5vw;
    letter-spacing: 0.05em;
  }
  #feature ul li .arrow {
    display: inline-block;
    position: relative;
    padding-left: 0.5em;
  }
  #feature ul li .arrow::before {
    display: inline-block;
    content: '';
    height: 1px;
    width: 12px;
    background: #fff;
    position: absolute;
    bottom: 0.45em;
    left: -13px;
  }
  #feature ul li .arrow::after {
    display: inline-block;
    content: '';
    height: 1px;
    width: 5px;
    background: #fff;
    position: absolute;
    bottom: 0.45em;
    left: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  #feature ul li p.main {
    margin-top: 10px;
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  #feature ul li p.notice {
    position: absolute;
    bottom: 0;
    left: 5vw;
    width: 90vw;
    display: block;
    margin: auto;
    padding: 0;
    font-size: 13px;
    line-height: 1.5;
    border-top: none;
  }
}

/*--------------------------------------
office
--------------------------------------*/
#office {
  overflow: hidden;
  margin-top: 130px;
  text-align: center;
  background: url(../img/index/office_bg_l.jpg) left bottom no-repeat;
}

#office div.main {
  display: inline-block;
  padding: 50px 60px 50px 100px;
  border: 1px solid #111;
  border-radius: 7px;
  font-size: 0;
  position: relative;
}

#office div.main::before {
  display: block;
  content: '';
  width: 102%;
  position: absolute;
  z-index: 1;
  top: 25px;
  left: -1px;
  background: #fff;
  height: calc(100% - 50px);
}

#office div.main::after {
  display: block;
  content: '';
  height: 102%;
  width: calc(100% - 50px);
  position: absolute;
  z-index: 1;
  left: 25px;
  top: -1px;
  background: #fff;
}

#office div.main a {
  display: block;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#office div.main h2 {
  display: inline-block;
  font-size: 26px;
  line-height: 1;
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
  padding-right: 40px;
  border-right: 1px solid #111;
  letter-spacing: 0.2em;
  vertical-align: middle;
}

#office div.main ul {
  display: inline-block;
  vertical-align: middle;
}

#office div.main ul li {
  margin-left: 50px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1;
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
}

#office p.notice {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
}

#office p.notice strong {
  font-weight: normal;
  color: #ba1717;
}

#office .tell {
  margin-top: 130px;
  padding-bottom: 300px;
  background: url(../img/index/office_bg_r.jpg) right bottom no-repeat;
}

#office .tell h2 {
  font-size: 32px;
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
  letter-spacing: 0.15em;
}

#office .tell p {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
  line-height: 2.5;
}

@media (max-width: 768px) {
  #office {
    margin-top: 60px;
    padding: 0;
    text-align: center;
    background: url(../img/index/office_bg_l.jpg) -20% 120% no-repeat;
    background-size: 50%;
  }
  #office div.main {
    display: block;
    margin: auto 15px;
    padding: 10px 0 10px 0;
    border-radius: 3px;
  }
  #office div.main::before {
    width: 110%;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: -1px;
    background: #fff;
    height: calc(100% - 20px);
  }
  #office div.main::after {
    height: 110%;
    width: calc(100% - 20px);
    position: absolute;
    z-index: 1;
    left: 10px;
    top: -1px;
    background: #fff;
  }
  #office div.main a {
    display: block;
    position: relative;
    z-index: 2;
    white-space: nowrap;
  }
  #office div.main h2 {
    display: inline-block;
    font-size: 20px;
    padding-right: 0;
    border-right: none;
  }
  #office div.main ul {
    display: block;
    margin-top: 15px;
  }
  #office div.main ul li {
    margin-left: 0;
    display: inline-block;
    font-size: 12px;
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
  }
  #office div.main ul li + li {
    margin-left: 2em;
  }
  #office p.notice {
    text-align: left;
    margin: 15px;
    font-size: 13px;
    line-height: 1.5;
  }
  #office .tell {
    margin-top: -80px;
    padding: 120px 0 50px;
    background: url(../img/index/office_bg_r.jpg) 110% top no-repeat;
    background-size: 50%;
  }
  #office .tell h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  #office .tell p {
    margin-top: 40px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.5;
  }
}

/*--------------------------------------
houjin
--------------------------------------*/
#furin {
  margin: -100px auto auto;
  width: 1200px;
  border: 8px solid #0599d9;
  background: #fff url(../img/index/furin_bg.jpg) left bottom no-repeat;
  text-align: right;
}

#furin .inner {
  display: inline-block;
  padding: 100px 30px 100px 80px;
  text-align: left;
}

#furin .inner h2 {
  font-size: 32px;
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
  line-height: 1.4;
  text-align: left;
}

#furin .inner p {
  margin-top: 40px;
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 2.5;
}

#furin .inner a {
  margin-top: 50px;
  top: 80px;
  display: inline-block;
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
  padding: 15px 80px;
  border: 1px solid #111;
}

@media all and (-ms-high-contrast: none) {
  #furin .inner a {
    padding-top: 1.2em;
  }
}

@media (max-width: 768px) {
  #furin {
    margin: auto auto;
    width: auto;
    border: 4px solid #0599d9;
    background: #fff url(../img/index/furin_bg.jpg) center top no-repeat;
    background-size: cover;
    text-align: center;
  }
  #furin .inner {
    display: inline-block;
    padding: 40px 20px 70px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(60%, rgba(255, 255, 255, 0.7)), color-stop(95%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0) 95%);
    text-align: center;
  }
  #furin .inner h2 {
    font-size: 24px;
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
    line-height: 1.4;
  }
  #furin .inner p {
    margin-top: 30px;
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
    font-size: 14px;
    line-height: 2.5;
  }
  #furin .inner a {
    margin-top: 70px;
    display: inline-block;
    padding: 15px 30px 15px 80px;
    border: 1px solid #111;
    background: rgba(255, 255, 255, 0.85);
  }
}

/*--------------------------------------
index_news
--------------------------------------*/
#index_news {
  margin-top: 150px;
}

#index_news .inner {
  width: 1200px;
  margin: auto;
}

#index_news .inner h2 {
  font-family: 'EB Garamond', serif;
  font-size: 32px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

#index_news .inner ol {
  height: 250px;
  overflow: scroll;
  padding-right: 40px;
}

#index_news .inner ol li {
  border-top: 1px solid #999;
}

#index_news .inner ol li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
}

#index_news .inner ol li dl dt {
  font-family: 'EB Garamond', serif;
  font-size: 15px;
  line-height: 1;
  width: 9em;
  padding-top: 4px;
  color: #666;
}

#index_news .inner ol li dl dd {
  width: calc(100% - 10em);
}

#index_news .inner ol li dl dd p {
  font-size: 15px;
  line-height: 1.7;
}

#index_news .inner ol li:last-of-type {
  border-bottom: 1px solid #999;
}

@media (max-width: 768px) {
  #index_news {
    margin: 100px 15px;
  }
  #index_news .inner {
    width: auto;
    margin: auto;
  }
  #index_news .inner h2 {
    font-family: 'EB Garamond', serif;
    font-size: 32px;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
  }
  #index_news .inner ol {
    height: 250px;
    overflow: scroll;
    padding-right: 0;
  }
  #index_news .inner ol li {
    border-top: 1px solid #999;
  }
  #index_news .inner ol li dl {
    display: block;
    padding: 10px 5px;
  }
  #index_news .inner ol li dl dt {
    padding-top: 4px;
    color: #666;
  }
  #index_news .inner ol li dl dd {
    width: auto;
    margin-top: 8px;
  }
  #index_news .inner ol li dl dd p {
    font-size: 15px;
    line-height: 1.5;
  }
  #index_news .inner ol li:last-of-type {
    border-bottom: 1px solid #999;
  }
}

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

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

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

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

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

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