@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#invite, #vision, #entry {
  background-color: #F6F3EE;
}

#start, #invite::before, #guide {
  background-color: #F3F3F3;
}

#about, #overview {
  background-color: #E3EFEB;
}

#start .box, #about .flex .box {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

/*  スタイリング
-------------------------------------------*/
body {
  font-family: "游ゴシック", "游ゴシック Medium", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 0.875rem;
  color: #3C3C3C;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}
@media (min-width: 688px) {
  body {
    font-size: 1rem;
  }
}
@media (min-width: 990px) {
  body {
    font-size: 1.25rem;
  }
}

a {
  color: #3C3C3C;
}
a:hover {
  opacity: 0.8;
  transition: all 0.5s ease;
}

.img > img {
  width: 100%;
}

.tac {
  text-align: center;
}

.fwb {
  font-weight: 900;
}

.f24 {
  font-size: 1.125rem;
}
@media (min-width: 990px) {
  .f24 {
    font-size: 1.5rem;
  }
}

.f30 {
  font-size: 1rem;
}
@media (min-width: 990px) {
  .f30 {
    font-size: 1.875rem;
  }
}

.f36 {
  font-size: 1.25rem;
}
@media (min-width: 990px) {
  .f36 {
    font-size: 2.25rem;
  }
}

.br {
  display: inline-block;
}

.p-br {
  display: inline;
}
@media (min-width: 990px) {
  .p-br {
    display: inline-block;
  }
}

.of {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.grn {
  color: #6BAA93;
}

.min {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
@media all and (-ms-high-contrast: none) {
  .min {
    padding: 0.3em 0.3em 0.1em;
  }
}

.en, #future .feature .box::after, #guide .flex .txt .num, #guide .box .txt .num, #special .feature .box .num {
  font-family: 'Swenson',serif;
}

.mb20 {
  margin-bottom: 20px;
}

.mark {
  background: linear-gradient(rgba(0, 0, 0, 0) 61%, #F8FEA9 0, #F8FEA9 0);
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*  全体
-------------------------------------------*/
#start, #invite, #vision, #message, #about, #future, #guide, #overview, #special, #entry, #cv {
  overflow-x: hidden;
}
@media (min-width: 990px) {
  #start, #invite, #vision, #message, #about, #future, #guide, #overview, #special, #entry, #cv {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }
}

.wrap {
  margin: 0 3%;
  padding: 5% 0;
}
@media (min-width: 990px) {
  .wrap {
    width: 80%;
    max-width: 1280px;
    margin: 0 auto;
  }
}

h2.sec-ttl {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 4rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.25rem;
  font-weight: 900;
  z-index: 0;
}
@media all and (-ms-high-contrast: none) {
  h2.sec-ttl {
    padding: 0.3em 0.3em 0.1em;
  }
}
h2.sec-ttl::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.5rem;
  opacity: .05;
  z-index: -1;
}
@media (min-width: 990px) {
  h2.sec-ttl {
    font-size: 2.25rem;
  }
  h2.sec-ttl::after {
    font-size: 9.8125rem;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.flex .box {
  width: 100%;
}

.cv {
  background: url("../img/bg_cv.jpg") center center/cover no-repeat;
}
.cv .txt {
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 990px) {
  .cv .txt {
    text-align: left;
  }
}
.cv .txt .min {
  font-weight: 900;
  color: #fff;
}
.cv .txt .en, .cv .txt #future .feature .box::after, #future .feature .cv .txt .box::after, .cv #guide .flex .txt .num, #guide .flex .cv .txt .num, .cv #guide .box .txt .num, #guide .box .cv .txt .num, .cv .txt #special .feature .box .num, #special .feature .box .cv .txt .num {
  color: #CEE4DB;
}
@media (min-width: 990px) {
  .cv .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.button {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 50px;
  background: linear-gradient(#6baa93 0%, #b8dcae 100%);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
@media (min-width: 990px) {
  .button {
    margin: 0;
  }
}
.button > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  text-decoration: none;
  padding: 15px 30px;
}
.button > a span {
  display: inline-flex;
}
.button > a .arrow {
  width: 10%;
  height: 8px;
  margin-top: -8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
  vertical-align: middle;
}

/*  ファーストビュー
-------------------------------------------*/
#mv {
  position: relative;
  min-height: 460px;
  height: 60%;
  background: url("../img/bg_mv.jpg") center center/cover no-repeat;
  overflow: hidden;
}
#mv .sp, #mv .pc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#mv .pc {
  display: none;
  max-width: 1118px;
}
#mv .sp {
  max-width: 414px;
}
@media (min-width: 990px) {
  #mv {
    height: 100vh;
  }
  #mv .sp {
    display: none;
  }
  #mv .pc {
    display: block;
  }
}
#mv .copy {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
@media all and (-ms-high-contrast: none) {
  #mv .copy {
    padding: 0.3em 0.3em 0.1em;
  }
}
#mv::before {
  position: absolute;
  content: "";
  display: block;
  top: 100%;
  left: -25%;
  width: 200%;
  height: 100%;
  transform: rotate(15deg);
  background-color: rgba(122, 178, 158, 0.65);
  z-index: 1;
}

/*  #start
-------------------------------------------*/
@media (min-width: 990px) {
  #start h2 {
    margin-bottom: 2rem;
  }
}
#start h2 .sub {
  position: relative;
  font-size: 0.75rem;
  font-weight: 900;
}
@media (min-width: 990px) {
  #start h2 .sub {
    padding: 1rem;
    font-size: 1.25rem;
  }
}
#start h2 .sub::before, #start h2 .sub::after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #333;
}
#start h2 .sub::before {
  left: -15px;
  transform: rotate(-45deg);
}
#start h2 .sub::after {
  right: -15px;
  transform: rotate(45deg);
}
#start h2 .main {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #A29478;
  font-weight: 900;
}
@media all and (-ms-high-contrast: none) {
  #start h2 .main {
    padding: 0.3em 0.3em 0.1em;
  }
}
@media (min-width: 990px) {
  #start h2 .main {
    margin-top: 1em;
    font-size: 2rem;
  }
}
#start .content {
  position: relative;
  margin-bottom: 100px;
  padding: 5% 5% 8%;
  background-color: #fff;
}
#start .list li {
  display: table;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dashed #707070;
}
@media (min-width: 990px) {
  #start .list li {
    padding: 15px 5%;
  }
}
#start .list li i.fas {
  display: table-cell;
  color: #A29478;
  padding-right: 5px;
}
#start .list li p {
  display: table-cell;
}
#start .box {
  position: absolute;
  bottom: -7%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  padding: 2%;
  text-align: center;
  background-color: #A29478;
}
#start .box > span {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media all and (-ms-high-contrast: none) {
  #start .box > span {
    padding: 0.3em 0.3em 0.1em;
  }
}
@media (min-width: 990px) {
  #start .box > span {
    font-size: 2rem;
  }
}

/*  #invite
-------------------------------------------*/
#invite {
  position: relative;
}
#invite::before {
  position: absolute;
  left: 30%;
  content: "";
  display: block;
  width: 40%;
  height: 10%;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
#invite .img > img {
  max-width: 539px;
}
#invite .sp, #invite .pc {
  text-align: center;
}
#invite .pc {
  display: none;
}
@media (min-width: 990px) {
  #invite .pc {
    display: block;
  }
  #invite .sp {
    display: none;
  }
  #invite .img > img {
    max-width: 1168px;
  }
}

/*  #vision
-------------------------------------------*/
#vision h2.sec-ttl {
  text-align: center;
}
#vision h2.sec-ttl::after {
  content: "VISION";
}
#vision .flex {
  justify-content: space-around;
}
#vision .flex .img {
  width: 50%;
  text-align: center;
}
@media (min-width: 688px) {
  #vision .flex .img {
    width: 195px;
  }
}
@media (min-width: 990px) {
  #vision .flex .img {
    display: none;
  }
}
#vision .flex .img > img {
  max-width: 195px;
}
@media (min-width: 990px) {
  #vision .flex {
    max-width: 1055px;
    height: 100vh;
    max-height: 979px;
    margin: 0 auto;
    background: url("../img/img_vision.png") center center/contain no-repeat;
  }
}

/*  #message
-------------------------------------------*/
#message {
  position: relative;
  overflow: hidden;
}
#message::after {
  position: absolute;
  content: "";
  top: 5%;
  left: 30%;
  width: 100%;
  height: 85%;
  background-color: #F3F3F3;
  z-index: -2;
}
@media (min-width: 990px) {
  #message::after {
    left: 10%;
  }
}
#message h2.sec-ttl::after {
  content: "MESSAGE";
  left: 0;
  transform: translate(0, -50%);
}
#message .lead p:not(:last-of-type), #message .first p:not(:last-of-type), #message .second p:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media (min-width: 688px) {
  #message .lead p:not(:last-of-type), #message .first p:not(:last-of-type), #message .second p:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
#message .lead, #message .first, #message .second {
  margin-bottom: 2rem;
}
@media (min-width: 990px) {
  #message .lead, #message .first, #message .second {
    margin-bottom: 5em;
  }
}
#message .first, #message .second {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
#message .first .txt, #message .second .txt {
  padding: 1rem;
  margin-top: -20px;
  background-color: #fff;
  z-index: 1;
}
@media (min-width: 990px) {
  #message .first .txt, #message .second .txt {
    padding: 3rem;
  }
}
#message .first .txt .min > span, #message .second .txt .min > span {
  color: #A29478;
  border-bottom: 1px solid #A29478;
}
#message .first .img, #message .second .img {
  z-index: -1;
}
#message .lead {
  max-width: 990px;
}
#message .first .txt {
  width: 90%;
}
@media (min-width: 688px) {
  #message .first .txt {
    width: 60%;
    margin-top: -30%;
  }
}
#message .first .img {
  width: 70%;
  margin-left: auto;
}
#message .second .txt {
  width: 85%;
  margin-left: auto;
}
@media (min-width: 990px) {
  #message .second .txt {
    width: 75%;
    margin-top: -10%;
  }
}
#message .second .img {
  width: 90%;
  margin-left: -5%;
}
@media (min-width: 990px) {
  #message .second .img {
    width: 100%;
    margin-left: -25%;
  }
}
#message .close p:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media (min-width: 990px) {
  #message .close {
    margin-top: 3em;
    font-size: 1.875rem;
    font-weight: 900;
    line-height: 1.7;
  }
  #message .close p:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}

/*  #about
-------------------------------------------*/
#about h2.sec-ttl {
  text-align: center;
}
#about h2.sec-ttl::after {
  content: "ABOUT";
}
#about .flex {
  width: 100%;
  justify-content: space-around;
}
#about .flex .box {
  position: relative;
  padding: 30px 15px;
  margin-bottom: 3rem;
  border-bottom: 1px solid #A29478;
  background-color: #fff;
}
@media (min-width: 688px) {
  #about .flex .box {
    width: 45%;
  }
}
@media (min-width: 990px) {
  #about .flex .box {
    width: 30%;
    padding: 50px 30px;
  }
}
#about .flex .box .en, #about .flex .box #future .feature .box::after, #future .feature #about .flex .box .box::after, #about #guide .flex .box .txt .num, #about #guide .flex .txt .box .num, #guide #about .flex .txt .box .num, #about .flex #guide .box .txt .num, #guide #about .flex .box .txt .num, #about .flex #special .feature .box .num, #special .feature #about .flex .box .num {
  position: absolute;
  top: -3.125rem;
  left: 50%;
  transform: translateX(-50%);
  color: #A29478;
  font-size: 3.75rem;
}
#about .flex .box h3 {
  font-size: 1.25rem;
  font-weight: 900;
  text-align: center;
}
#about .flex .box .img {
  margin-bottom: 20px;
  text-align: center;
}

.ps {
  position: relative;
  padding: 1.5rem;
}
@media (min-width: 990px) {
  .ps {
    width: 87.5%;
    margin: 0 auto;
  }
}
.ps > p {
  font-size: 1.125rem;
  text-align: center;
}
@media (min-width: 990px) {
  .ps > p {
    font-size: 1.5rem;
  }
}
.ps::before, .ps::after {
  position: absolute;
  content: "";
  display: block;
  width: 80px;
  height: 80px;
}
.ps::before {
  top: 0;
  left: 0;
  border-top: 1px solid #A29478;
  border-left: 1px solid #A29478;
}
.ps::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #A29478;
  border-bottom: 1px solid #A29478;
}

/*  #future
-------------------------------------------*/
#future {
  background: url("../img/bg_future.jpg") center center/cover no-repeat;
}
#future h2.sec-ttl {
  text-align: center;
}
#future h2.sec-ttl::after {
  content: "FUTURE";
}
#future .lead {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 900;
  text-align: center;
  margin-bottom: 3em;
}
@media all and (-ms-high-contrast: none) {
  #future .lead {
    padding: 0.3em 0.3em 0.1em;
  }
}
@media (min-width: 990px) {
  #future .lead {
    font-size: 1.875rem;
  }
}
#future .lead .quote::before {
  content: "\f10d";
  margin-top: -15px;
  margin-right: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#future .lead .quote::after {
  content: "\f10e";
  margin-top: -15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#future .feature .box::after {
  content: "✓Check!";
  display: block;
  color: #A29478;
}
#future .feature .box01 {
  background-color: rgba(255, 255, 255, 0.85);
}
#future .feature .box02 {
  background-color: rgba(227, 239, 235, 0.85);
}
#future .feature .box03 {
  background-color: rgba(203, 229, 220, 0.85);
}
#future .feature .box04 {
  background-color: rgba(233, 233, 233, 0.85);
}
#future .feature .box05 {
  background-color: rgba(225, 220, 213, 0.85);
}
@media (min-width: 990px) {
  #future .feature {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #future .feature .box {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    max-width: 335px;
    max-height: 335px;
  }
  #future .feature .box02 {
    z-index: 1;
  }
  #future .feature .box03 {
    z-index: 3;
  }
  #future .feature .box::before {
    position: absolute;
    bottom: 3%;
    left: 50%;
    content: "✓Check!";
    display: block;
    font-family: "Swenson",serif;
    font-size: 1.75rem;
    color: #A29478;
    transform: translateX(-50%);
  }
  #future .feature .box::after {
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%;
  }
  #future .feature .box p {
    width: 100%;
  }
}
@media only screen and (min-width: 1436px) {
  #future .feature {
    justify-content: space-between;
  }
  #future .feature .box04 {
    margin-top: -5%;
    margin-left: calc(335px / 1.4);
  }
  #future .feature .box05 {
    margin-top: -5%;
    margin-right: calc(335px / 1.4);
    z-index: 2;
  }
}

.feature .box {
  padding: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 990px) {
  .feature .box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .feature .box .box {
    width: 33%;
  }
}

/*  #guide
-------------------------------------------*/
#guide h2.sec-ttl {
  text-align: center;
}
#guide h2.sec-ttl::after {
  content: "GUIDE";
}
#guide .flex .txt {
  padding: 2rem;
  background-color: #fff;
}
#guide .flex .txt .num {
  font-size: 3.75rem;
  color: #A29478;
}
#guide .flex .txt h3 {
  font-size: 1.25rem;
  font-weight: 900;
}
#guide .flex .txt h3::after {
  content: "";
  width: 65px;
  height: 1px;
  background-color: #A29478;
}
@media (min-width: 990px) {
  #guide .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
#guide .box {
  margin-bottom: 2rem;
}
#guide .box .img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 100px;
  overflow: hidden;
}
#guide .box .img > img {
  display: block;
}
#guide .box .txt {
  padding: 1rem;
  background-color: #fff;
}
#guide .box .txt .num {
  font-size: 3.75rem;
  line-height: 1;
  color: #A29478;
}
#guide .box .txt h3 {
  font-size: 1.25rem;
  font-weight: 900;
}
#guide .box .txt h3::after {
  content: "";
  display: block;
  width: 65px;
  height: 1px;
  margin: 1rem 0;
  background-color: #A29478;
}
@media (min-width: 990px) {
  #guide .box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  #guide .box .img {
    width: 40%;
    height: auto;
    min-width: 400px;
  }
  #guide .box .txt {
    position: relative;
    width: 70%;
    margin-top: 7%;
    padding: 3rem;
    z-index: 2;
  }
  #guide .box .txt .num {
    position: absolute;
    top: -10%;
  }
  #guide .box .txt h3 {
    margin-bottom: 2em;
  }
  #guide .box:nth-child(2n-1) .txt {
    margin-left: -10%;
  }
  #guide .box:nth-child(2n-1) .txt .num {
    right: 5%;
  }
  #guide .box:nth-child(2n) {
    flex-direction: row-reverse;
  }
  #guide .box:nth-child(2n) .txt {
    margin-right: -10%;
  }
  #guide .box:nth-child(2n) .txt .num {
    left: 0;
  }
}

/*  #overview
-------------------------------------------*/
#overview h2.sec-ttl {
  text-align: center;
}
#overview h2.sec-ttl::after {
  content: "OVERVIEW";
}
#overview .content {
  padding: 5%;
  background-color: #fff;
}
#overview .content li {
  display: table;
  padding: 10px 0;
  border-bottom: 1px dashed #707070;
}
@media (min-width: 990px) {
  #overview .content li {
    padding: 15px 5%;
  }
}
#overview .content li i.fas {
  display: table-cell;
  font-size: 0.3125rem;
  color: #B2D1C6;
  padding-right: 15px;
}
#overview .content li p {
  display: table-cell;
  width: 100%;
}

/*  #special
-------------------------------------------*/
#special {
  background: url("../img/bg_special.gif") center center/cover no-repeat;
}
#special h2.sec-ttl {
  text-align: center;
}
#special h2.sec-ttl > img {
  max-width: 761px;
}
#special h2.sec-ttl::after {
  content: "SPECIAL";
}
#special .ps .offer, #special .ps .special {
  font-size: 1.25rem;
  font-weight: 900;
}
@media (min-width: 688px) {
  #special .ps .offer, #special .ps .special {
    font-size: 1.875rem;
  }
}
#special .ps .offer {
  color: #6BAA93;
}
#special .ps .special {
  color: #A29478;
}
@media (min-width: 688px) {
  #special .feature {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
}
#special .feature .box {
  margin-top: 50px;
  border-bottom: 1px solid #A29478;
}
@media (min-width: 688px) {
  #special .feature .box {
    width: 30%;
    align-items: center;
    flex-shrink: 1;
  }
}
#special .feature .box::before {
  content: "";
  display: block;
  width: 50px;
  height: 73px;
  margin: -50px auto 0;
  background: url("../img/i_present.png") no-repeat;
  background-size: contain;
}
@media (min-width: 990px) {
  #special .feature .box::before {
    width: 79px;
    height: 115px;
  }
  #special .feature .box::after {
    content: "";
    width: 0;
    height: 0;
    padding-top: 80%;
  }
}
#special .feature .box .num {
  width: 100%;
  font-size: 3rem;
  color: #A29478;
  line-height: 1;
}
@media (min-width: 990px) {
  #special .feature .box .num {
    font-size: 3.75rem;
  }
}
#special .feature .box01 {
  background-color: #fff;
}
#special .feature .box02 {
  background-color: rgba(227, 239, 235, 0.85);
}
#special .feature .box03 {
  background-color: rgba(203, 229, 220, 0.85);
}
@media (min-width: 688px) {
  #special .feature .content {
    width: 100%;
    min-height: 130px;
  }
}

/*  #entry
-------------------------------------------*/
#entry .lead {
  position: relative;
  padding: 1rem;
  margin-bottom: 3em;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 900;
  background-color: #B2D1C6;
}
#entry .lead::before {
  position: absolute;
  bottom: 105%;
  left: calc(50% - (73px / 2));
  content: "";
  display: block;
  width: 73px;
  height: 21.5px;
  background: url("../img/txt_more.png") 100% 50%/contain no-repeat;
}
#entry .lead::after {
  position: absolute;
  top: 99%;
  left: calc(50% - 30px);
  content: "";
  display: block;
  width: 60px;
  height: 25px;
  background-color: #B2D1C6;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media (min-width: 990px) {
  #entry .lead {
    font-size: 2.25rem;
  }
  #entry .lead::before {
    left: calc(50% - (146px / 2));
    width: 146px;
    height: 43px;
  }
}
