.g-content {
  margin-top: 132px;
}

.l-visual {
  z-index: 9;
  position: relative;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual {
    position: relative;
    width: 100%;
    bottom: inherit;
    margin-top: 9%;
  }
}

.l-visual-lead {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 7%;
  font-size: 1.8vw;
  letter-spacing: .4em;
  line-height: 2.3;
  right: 5%;
  z-index: 999;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  color: #fff;
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .l-visual-lead {
    font-size: 1.9rem;
    line-height: 1.9;
    color: #333;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual-lead {
    top: -10%;
    right: 16%;
    font-size: 4vw;
  }
}

@media screen and (min-width: 1px) and (max-width: 479px) {
  .l-visual-lead {
    top: -17%;
    font-size: 1.9rem;
  }
}

.l-visual-in {
  position: relative;
}

.l-visual-in__text {
  width: 50%;
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 550px;
  font-size: 5.3rem;
  height: 2em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual-in__text {
    width: 80%;
    font-size: 3.5rem;
  }
}

.g-header-accepting {
  position: absolute;
  bottom: 6%;
  left: 3%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-header-accepting {
    margin: 8% auto 0;
    z-index: 99;
    width: 230px;
    height: 110px;
    position: relative;
    left: inherit;
    bottom: inherit;
  }
  .g-header-accepting:after {
    width: 230px;
    height: 110px;
    top: 4px;
    left: 4px;
  }
}

.g-header-accepting .g-header-accepting_text1 img {
  width: 84%;
  height: auto;
}

.g-header-accepting .g-header-accepting_text2 img {
  height: auto;
  width: 54%;
}

.l-section {
  display: block;
}

.l-section-head {
  text-align: center;
  font-weight: 100;
  line-height: 1;
}

.l-section-head_en {
  display: block;
  color: #a2564c;
  padding-top: .5em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-section-head_en {
    padding-top: .8em;
    font-size: 1.2rem;
  }
}

.l-section-head_jp {
  display: block;
  position: relative;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: .16em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-section-head_jp {
    font-size: 2.8rem;
    letter-spacing: .3em;
  }
}

.l-section-leadtext {
  line-height: 2;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-section-leadtext {
    line-height: 1.8;
  }
}

.l-section_link {
  display: block;
  margin: 30px 0 0;
  text-align: right;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-section_link {
    margin-top: 20px;
  }
}

.l-section_link a {
  display: inline-block;
  padding: 0 0 10px;
  border-bottom: solid 1px #333;
}

.l-section_link a:hover {
  opacity: 0.8;
}

.l-section_link a:hover img {
  opacity: 1;
}

.l-section_link[data-name="backnumber"] img {
  width: 92px;
}

.l-section_link[data-name="newslist"] img {
  width: 67px;
}

.l-section-post {
  max-width: 800px;
  margin: 60px auto 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-section-post {
    max-width: 92%;
    margin: 40px auto 0;
  }
}

.l-section-head3 {
  font-size: 3rem;
  line-height: 1;
  position: relative;
  letter-spacing: .1em;
  text-indent: 5px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-section-head3 {
    font-size: 2.2rem;
    text-indent: 0;
  }
}

.l-section-head3:after {
  width: 100%;
  height: 1px;
  display: block;
  content: '';
  background: #999;
  position: absolute;
  bottom: 1px;
}

.l-section-head3_2 {
  font-size: 1.8rem;
  position: relative;
  text-indent: 1em;
  font-weight: normal;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-section-head3_2 {
    font-size: 1.6rem;
  }
}

.l-section-head3_2:after {
  width: 5px;
  height: 100%;
  display: block;
  content: '';
  background: #a2564c;
  position: absolute;
  top: 0;
}

.l-section-uls {
  list-style: disc;
  padding-left: 1em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-section-uls {
    padding-left: 1.5em;
    line-height: 1.8;
  }
}

.l-section-ul:not(:first-child) {
  margin-top: .5em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-section-ul:not(:first-child) {
    margin-top: .8em;
  }
}

.l-section-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #ccc;
  background: #f1f1f1;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-section-dl {
    font-size: 1.3rem;
  }
}

.l-section-dl:not(:first-of-type) {
  border-top: none;
}

.l-section-dl dt {
  width: 25%;
  background: #f1f1f1;
  padding: 3% 6%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-section-dl dt {
    width: 30%;
    text-align: center;
    padding: 3% 3%;
  }
}

.l-section-dl dd {
  width: 75%;
  padding: 3% 6%;
  background: #fff;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-section-dl dd {
    width: 70%;
    padding: 3% 4%;
  }
}

.l-section-table {
  border-collapse: collapse;
  width: 100%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-section-table {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-section-table {
    font-size: 1rem;
    letter-spacing: 0em;
  }
}

.l-section-table th, .l-section-table td {
  border: solid 1px #ccc;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
}

.l-section-table th {
  color: #fff;
  background: #999;
  font-weight: normal;
  padding: 1%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-section-table th {
    padding: .6em 0;
  }
}

.l-section-table td {
  background: #fff;
  padding: 17px 0;
}

.l-section-atten {
  font-size: 1.3rem;
  margin-top: 18px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-section-atten {
    margin-top: 10px;
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 360px) {
  .l-section-head3_2 {
    font-size: 1.4rem;
  }
  .l-section-dl {
    font-size: 1.1rem;
  }
}

.l-lead {
  display: block;
  min-height: 480px;
  margin: 0 auto 0;
  padding-top: 10%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  position: relative;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-lead {
    display: block;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    min-height: auto;
    padding-top: 100px;
  }
}

.l-lead_inner {
  height: 480px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-lead_inner {
    height: auto;
  }
}

.l-lead-head {
  font-weight: 100;
  font-size: 3.4rem;
  line-height: 2.2;
  margin-left: 1em;
  letter-spacing: .2em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-lead-head {
    font-size: 2.6rem;
    line-height: 1.8;
    margin-left: 0;
    text-align: center;
  }
}

.l-lead-leadtext {
  font-size: 1.6rem;
  line-height: 2.8;
  letter-spacing: .3em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-lead-leadtext {
    line-height: 2;
    margin-top: 30px;
    letter-spacing: .1em;
  }
}

@media all and (-ms-high-contrast: none) {
  .l-lead {
    width: 100%;
    height: 550px;
    position: relative;
  }
  .l-lead_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 750px;
    height: 460px;
  }
}

@media only screen and (max-width: 360px) {
  .l-lead-head {
    font-size: 2.3rem;
  }
}

.l-news {
  padding-top: 100px;
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .l-news {
    max-width: 800px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news {
    padding-top: 60px;
    width: 100%;
    margin: 0 auto;
  }
}

.l-news_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news_inner {
    display: block;
  }
}

.l-news-head {
  width: 15%;
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .l-news-head {
    width: 25%;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-head {
    width: 100%;
  }
}

.l-news-head_jp {
  font-size: 3rem;
}

.l-news-lists {
  width: 80%;
  border-top: 1px solid #eee;
  height: 190px;
  overflow-y: scroll;
  position: relative;
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .l-news-lists {
    width: 75%;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-lists {
    width: 100%;
    margin-top: 35px;
    height: 280px;
  }
}

.l-news-list {
  border-bottom: 1px solid #eee;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-list {
    display: block;
    padding: 1.5rem 0;
  }
}

.l-news-list a {
  display: inline-block;
}

.l-news-list__ttl {
  width: 33%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-list__ttl {
    width: 100%;
  }
}

.l-news-list__date {
  color: #999;
  font-size: 1.3rem;
  margin-right: 10px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-list__date {
    font-size: 1.2rem;
  }
}

.l-news-list__cat {
  font-size: 1.2rem;
  text-align: center;
  width: 125px;
  display: inline-block;
  margin-right: 20px;
  border: 1px solid #a2564c;
  color: #a2564c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-list__cat {
    width: 90px;
  }
}

.l-news-list__cat a {
  color: #a2564c;
  display: block;
  line-height: 1;
  padding: 4px 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-list__cat a {
    font-size: 1rem;
  }
}

.l-news-list__cat:hover a {
  color: #fff;
  background: #a2564c;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-list__cat:hover a {
    background: transparent;
    color: #a2564c;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-list__cat-tax {
    width: 48%;
    margin-bottom: 3%;
    font-size: 1rem;
    line-height: 1;
    margin-right: 4%;
  }
  .l-news-list__cat-tax:nth-child(2n) {
    margin-right: 0;
  }
  .l-news-list__cat-tax a {
    padding: 6px 0;
  }
}

.l-news-list__tax {
  font-size: 1.2rem;
  text-align: center;
  width: 125px;
  display: inline-block;
  margin-right: 20px;
  border: 1px solid #a2564c;
  color: #a2564c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #a2564c;
  line-height: 1;
  padding: 4px 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-list__tax {
    width: 90px;
    font-size: 1rem;
  }
}

.l-news-list__text {
  width: 63%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-list__text {
    font-size: 1.3rem;
    width: 100%;
    margin-top: 5px;
  }
}

.l-voice-head {
  margin-bottom: 30px;
}

.l-voice-head_jp {
  font-size: 3rem;
}

.l-voice-lists {
  width: 100%;
  border: none;
  height: inherit;
  overflow-y: inherit;
}

.l-voice-list {
  margin-bottom: 15px;
  padding-left: 30px;
  background: #FBFAF3;
  border: none;
}

.l-voice-list__ttl {
  width: 28%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-voice-list__ttl {
    width: 100%;
  }
}

.l-voice-list__cat-opinion {
  background: white;
  border: 1px solid #4CA260;
  color: #4CA260;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-voice-list__cat-opinion a {
  color: #4CA260;
}

.l-voice-list__cat-opinion:hover a {
  background: #4CA260;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-voice-list__cat-opinion:hover a {
    background: transparent;
    color: #4CA260;
  }
}

.l-voice-list__cat-joy {
  border: 1px solid #A24C84;
  color: #A24C84;
  background: white;
}

.l-voice-list__cat-joy a {
  color: #A24C84;
}

.l-voice-list__cat-joy:hover a {
  background: #A24C84;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-voice-list__cat-joy:hover a {
    background: transparent;
    color: #A24C84;
  }
}

.l-voice-list__cat-dissatisfaction {
  border: 1px solid #4C60A2;
  color: #4C60A2;
  background: white;
}

.l-voice-list__cat-dissatisfaction a {
  color: #4C60A2;
}

.l-voice-list__cat-dissatisfaction:hover a {
  background: #4C60A2;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-voice-list__cat-dissatisfaction:hover a {
    background: transparent;
    color: #4C60A2;
  }
}

.l-voice-list__cat-request {
  background: white;
  border: 1px solid #A2774C;
  color: #A2774C;
}

.l-voice-list__cat-request a {
  color: #A2774C;
}

.l-voice-list__cat-request:hover a {
  background: #A2774C;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-voice-list__cat-request:hover a {
    background: transparent;
    color: #A2774C;
  }
}

.l-feature {
  margin-top: 110px;
  padding: 90px 0;
  background: #fcfaf3;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature {
    margin-top: 70px;
    padding: 65px 0;
  }
}

.l-feature-list1 {
  background: url(../../img/yayoi/bg_feature01.jpg) no-repeat right top;
  background-size: 45%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list1 {
    background: none;
  }
}

.l-feature-list1 img {
  width: 100%;
  margin-left: 12%;
}

.l-feature-list {
  margin-top: 50px;
  min-height: 400px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list {
    margin-top: 40px;
    min-height: auto;
  }
}

.l-feature-list_box {
  width: 46%;
  position: relative;
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .l-feature-list_box {
    width: 54%;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list_box {
    width: 100%;
  }
}

.l-feature-list_num {
  font-style: italic;
  position: absolute;
  left: -25px;
  top: 0;
  line-height: 0.8;
  z-index: 1;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list_num {
    left: 8%;
    top: 9%;
  }
  .l-feature-list_num img {
    width: auto;
    height: 100px;
  }
}

.l-feature-list_ttl {
  position: relative;
  z-index: 2;
  font-size: 3.3rem;
  padding-top: 95px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .l-feature-list_ttl {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list_ttl {
    font-size: 2.3rem;
    padding-top: 50px;
    text-align: center;
    letter-spacing: 0.2em;
  }
}

.l-feature-list_text {
  letter-spacing: .1em;
  font-size: 1.5rem;
  line-height: 2;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}

.l-feature-list2 {
  background: url(../../img/yayoi/bg_feature02.jpg) no-repeat left top;
  background-size: 45%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list2 {
    background: none;
  }
}

.l-feature-list2 .l-feature-list_ttl {
  padding-top: 117px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list2 .l-feature-list_ttl {
    padding-top: 50px;
  }
}

.l-feature-list2 img {
  width: 100%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list2 img {
    width: 88%;
    margin-right: 12%;
  }
}

.l-feature-list2 .l-feature-list_num {
  top: 9%;
  left: -5%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list2 .l-feature-list_num {
    left: inherit;
    right: 5%;
    top: 6%;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list2 .l-feature-list_num img {
    width: auto;
    height: 100px;
  }
}

.l-feature-list2_box {
  margin-left: 55%;
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .l-feature-list2_box {
    margin-left: 48%;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list2_box {
    margin-left: auto;
  }
}

.l-feature-list3 {
  background: url(../../img/yayoi/bg_feature03.jpg) no-repeat right top;
  background-size: 45%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list3 {
    background: none;
  }
}

.l-feature-list3 img {
  width: 88%;
  margin-left: 12%;
}

.l-feature-list3 .l-feature-list_num {
  left: -40px;
  top: 10%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list3 .l-feature-list_num {
    left: 4%;
    top: 5%;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list3 .l-feature-list_num img {
    width: auto;
    height: 100px;
  }
}

.l-feature-list4 {
  background: url(../../img/yayoi/bg_feature04.jpg) no-repeat left top;
  background-size: 45%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list4 {
    background: none;
  }
}

.l-feature-list4 .l-feature-list_ttl {
  padding-top: 167px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list4 .l-feature-list_ttl {
    padding-top: 50px;
  }
}

.l-feature-list4 img {
  width: 100%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list4 img {
    width: 88%;
    margin-right: 12%;
  }
}

.l-feature-list4 .l-feature-list_num {
  top: 9%;
  left: -5%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list4 .l-feature-list_num {
    left: inherit;
    right: 5%;
    top: 6%;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list4 .l-feature-list_num img {
    width: auto;
    height: 100px;
  }
}

.l-feature-list4_box {
  margin-left: 55%;
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .l-feature-list4_box {
    margin-left: 48%;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list4_box {
    margin-left: auto;
  }
}

.l-feature-list5 {
  background: url(../../img/yayoi/bg_feature05.jpg) no-repeat right top;
  background-size: 45%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list5 {
    background: none;
  }
}

.l-feature-list5 img {
  width: 88%;
  margin-left: 12%;
}

.l-feature-list5 .l-feature-list_num {
  left: -40px;
  top: 10%;
  width: 150px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list5 .l-feature-list_num {
    left: 4%;
    top: 5%;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list5 .l-feature-list_num img {
    width: auto;
    height: 100px;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list5 .l-feature-list_text {
    margin-top: 45px;
  }
}

@media only screen and (max-width: 360px) {
  .l-feature-list_ttl {
    font-size: 2rem;
  }
  .l-feature-list_num img {
    height: 83px;
  }
  .l-feature-list2 .l-feature-list_num img {
    height: 90px;
  }
}

.l-occupancy-mv {
  margin-top: 50px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-occupancy-mv {
    margin-top: 35px;
  }
}

.l-occupancy-uls {
  margin-top: 40px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-occupancy-uls {
    margin-top: 25px;
  }
}

.l-occupancy-ols {
  margin-top: 50px;
  list-style: none;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-occupancy-ols {
    margin-top: 30px;
  }
}

.l-occupancy-ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fcfaf3;
  padding: 5% 7%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-occupancy-ol {
    display: block;
    padding: 7% 7%;
  }
}

.l-occupancy-ol:not(:last-child) {
  margin-bottom: 35px;
  position: relative;
}

.l-occupancy-ol:not(:last-child):after {
  display: block;
  content: '';
  position: absolute;
  bottom: -26px;
  margin: auto;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17.5px 0 17.5px;
  border-color: #ccc transparent transparent transparent;
}

.l-occupancy-ol_ttl {
  color: #a2564c;
  font-size: 2.4rem;
  width: 35%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-occupancy-ol_ttl {
    width: 100%;
    text-align: center;
    font-size: 2.3rem;
  }
}

.l-occupancy-ol_text {
  width: 65%;
  line-height: 2;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-occupancy-ol_text {
    width: 100%;
    margin-top: 10px;
  }
}

.l-occupancy-ol:last-child {
  border: 1px solid;
  border-color: #a2564c;
  background: #fff;
  text-align: center;
  padding: 1% 7%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-occupancy-ol:last-child {
    padding: 3% 7%;
  }
}

.l-occupancy-ol:last-child .l-occupancy-ol_ttl {
  width: 100%;
}

.l-institution {
  padding: 100px 0 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-institution {
    padding: 65px 0 0;
  }
}

.l-institution-post:not(:first-of-type) {
  margin-top: 40px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-institution-post:not(:first-of-type) {
    margin-top: 30px;
  }
}

.l-institution-dls {
  margin-top: 20px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-institution-dls {
    margin-top: 10px;
  }
}

.l-price {
  margin: 80px auto 0;
  padding: 100px 0;
  background: #fcfaf3;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-price {
    margin-top: 70px;
    padding: 65px 0;
  }
}

.l-price-head2 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-price-head2 {
    max-width: 92%;
  }
}

.l-price-head3 {
  margin-top: 100px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-price-head3 {
    margin-top: 60px;
  }
}

.l-price-post:not(:first-of-type) {
  margin-top: 40px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-price-post:not(:first-of-type) {
    margin-top: 30px;
  }
}

.l-price-dls {
  margin-top: 20px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-price-dls {
    margin-top: 10px;
  }
}

.l-price-dl dt {
  width: 40%;
  background: #999;
  color: #fff;
  padding: 1em 6%;
  text-align: center;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-price-dl dt {
    padding: .8em 6%;
  }
}

.l-price-dl dd {
  width: 60%;
  padding: 1em 6%;
  background: #fff;
  text-align: right;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-price-dl dd {
    padding: .8em 6%;
  }
}

.l-price-dl .l-price-dd_bggray {
  background: #f1f1f1;
}

.l-apply {
  padding: 90px 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-apply {
    padding: 80px 0 0;
    display: block;
  }
}

.l-apply-in {
  width: 49.9%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-apply-in {
    width: 100%;
  }
}

.l-apply-in a:hover .l-apply-txt {
  opacity: 1;
  color: #999;
}

.l-apply-in:first-child .l-apply-in-bg {
  position: relative;
  overflow: hidden;
}

.l-apply-in:first-child .l-apply-in-bg:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../../img/yayoi/bg_apply.jpg) no-repeat;
  background-size: cover;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-apply-in:last-child {
    margin-top: 50px;
  }
}

.l-apply-in:last-child .l-apply-in-bg {
  position: relative;
  overflow: hidden;
}

.l-apply-in:last-child .l-apply-in-bg:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../../img/yayoi/bg_institution.jpg) no-repeat;
  background-size: cover;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.l-apply-in a:hover .l-apply-in-bg:after {
  opacity: .8;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.l-apply-head {
  padding: 40% 0 5%;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-apply-head {
    width: 100%;
    padding: 34% 0 7%;
  }
}

.l-apply-txt {
  margin-top: 20px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-apply-txt {
    margin-top: 15px;
    line-height: 1.8;
  }
}

.l-apply .l-section-head_en,
.l-apply .l-section-head_jp {
  color: #fff;
}

.l-apply .l-section-head_en {
  font-size: 1.2rem;
  margin-top: 10px;
}

.l-access {
  padding: 90px 0 0;
  position: relative;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-access {
    padding: 65px 0 0;
  }
}

.l-access:after {
  display: block;
  content: '';
  position: absolute;
  background: #fcfaf3;
  width: 67%;
  height: 60%;
  top: 12%;
  right: 0;
  z-index: -1;
}

.l-access-head {
  margin: 0 auto 70px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-access-head {
    margin: 0 auto 40px;
  }
}

.l-access-map {
  margin-top: 50px;
  height: 480px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-access-map {
    height: 280px;
  }
}

.l-access-sub {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-access-sub {
    display: block;
    margin-top: 20px;
  }
}

.l-access-sub_text {
  line-height: 2;
  padding-left: 50px;
  position: relative;
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .l-access-sub_text {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-access-sub_text {
    line-height: 1.8;
    font-size: 1.4rem;
  }
}

.l-access-sub_text1 {
  padding-right: 50px;
}

.l-access-sub_text1:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 23px;
  height: 34px;
  background: url(../../img/common/icon_map.svg) no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-access-sub_text1:before {
    left: 2%;
    width: 21px;
    height: 32px;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-access-sub_text2 {
    margin-top: 20px;
  }
}

.l-access-sub_text2:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 26px;
  height: 33px;
  background: url(../../img/common/icon_train.svg) no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-access-sub_text2:before {
    left: 2%;
    width: 24px;
    height: 31px;
  }
}

.l-access-sub_text3 {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-access-sub_text3 {
    bottom: inherit;
    top: 0;
  }
}

.l-access-sub_text3 a {
  display: block;
  color: #999;
  border-bottom: 1px solid #999;
  padding-bottom: .5em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-access-sub_text3 a {
    font-size: 1.3rem;
    padding-bottom: .2em;
  }
}

.l-access-btn {
  margin: 40px auto 0;
  width: 300px;
}

.l-access-btn a {
  padding: 1em 0;
  font-size: 1.7rem;
}

.l-summary-mv {
  margin-top: 50px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-summary-mv {
    margin-top: 35px;
  }
}

.l-summary-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ccc;
  background: #f1f1f1;
  letter-spacing: 0;
}

.l-summary-dl:not(:first-of-type) {
  border-top: none;
}

.l-summary-dl dt {
  width: 30%;
  background: #f1f1f1;
  padding: 3% 6%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-summary-dl dt {
    width: 45%;
    text-align: center;
    padding: 3% 0;
  }
}

.l-summary-dl dd {
  width: 70%;
  padding: 3% 6%;
  background: #fff;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-summary-dl dd {
    width: 55%;
    padding: 3% 4%;
  }
}

#faq .g-header:after, #faq:after {
  display: none;
}

#news .g-header:after, #news:after {
  display: none;
}

#access .g-header:after, #access:after {
  display: none;
}
