@charset "UTF-8";
@media screen and (min-width: 1400px) {
  html {
    font-size: 113.8333333333px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1366px) {
  html {
    font-size: 8.3333333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1399px) {
  html {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 13.3333333333vw;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.24rem;
  }
}

@media screen and (min-width: 769px) {
  .hiddenPC {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hiddenSP {
    display: none;
  }
}

.sp_nav {
  display: none;
}

.header_sp {
  position: relative;
}

.nav-button {
  display: none;
}

.nav {
  color: #f8f8f8;
  text-align: center;
  line-height: 56px;
  margin-top: 0px;
}
.nav li {
  display: inline-block;
  margin: 0 25px;
  font-size: 0.32rem;
}
.nav a {
  text-decoration: none;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

@media screen and (max-width: 768px) {
  .nav-button {
    display: block;
    cursor: pointer;
  }
  .sp_nav {
    display: block;
  }
  .nav-wrap {
    position: fixed; /*fixed*/
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
  }
  .nav {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .none {
    border-bottom: solid 0px #252525 !important;
    margin-top: 65px !important;
  }
  .nav-wrap li {
    display: block;
    padding: 15px;
  }
  .nav-wrap a {
    font-size: 0.32rem;
    color: #f8f8f8;
  }
  /*メニューボタンのエフェクト*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    z-index: 20;
    position: fixed; /*fixed*/
    width: 36px;
    height: 36px;
    top: 0;
    right: 0;
    margin: 25px 25px 25px 25px;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 1px;
  }
  .nav_color1 span {
    background-color: #F8F8F8;
  }
  .nav_color2 span {
    background-color: #959595;
  }
  .nav-button.active span {
    background-color: #F8F8F8;
  }
  .nav-button span:nth-of-type(1) {
    top: 0px;
  }
  .nav-button span:nth-of-type(2) {
    top: 12px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 8px;
  }
  .nav-button.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
  }
}
html {
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  color: #252525;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: black;
  font-size: 0.14rem;
}

p {
  font-weight: 0.16rem;
}

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

h2 {
  font-size: 0.32rem;
  line-height: 1;
}

h1 {
  font-size: 0.4rem;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  h3 {
    font-size: 0.18rem;
    line-height: 2.5;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 0.24rem;
    line-height: 2.5;
  }
}

@media screen and (min-width: 769px) {
  h4 {
    font-size: 0.28rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 0.24rem;
    line-height: 2.5;
  }
}

button {
  display: inline-block;
  border: 0;
  color: #282828;
  font-size: 1em;
  cursor: pointer;
  background-color: rgba(255, 0, 0, 0);
}

button:focus {
  outline: 0 none;
  font-weight: 700;
}

.center {
  text-align: center;
}

body {
  background-image: url(../img/bk/main.jpg);
  background-size: 5% 5%;
}

#wrap {
  width: 100%;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.09em;
  line-height: 2.5;
}

@media screen and (min-width: 769px) {
  .pc_about {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc_about {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp_about {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp_about {
    display: block;
  }
}

.side-menu {
  height: 100vh;
  width: 10vw;
  position: fixed;
  z-index: 1;
}
.side-menu-title {
  position: relative;
  height: 40vh;
  margin-top: 10vh;
}
.side-menu-title img {
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.side-menu-nav {
  height: 30vh;
  text-align: center;
}
.side-menu-reservation {
  z-index: 1;
  position: relative;
  height: 20vh;
  border-top: 1px #E3DFDF solid;
}
.side-menu-reservation a {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #D83C00;
}

.color-box1 {
  z-index: 0;
  position: absolute;
  top: 40vh;
  left: 0;
  background-image: url(../img/bk/sub01.png);
  background-size: 5% 5%;
  height: 70vh;
  width: 100%;
}

.top-icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
  width: 100%;
  z-index: 5;
  position: absolute;
  top: -60px;
  left: 0;
}
.top-icon-ig {
  width: 20px;
  height: 20px;
  background-image: url(../img/ig.svg);
  background-size: cover;
  margin-right: 18px;
}
.top-icon-tw {
  width: 22.4px;
  height: 17.6px;
  background-image: url(../img/tw.svg);
  background-size: cover;
}

.bottom-scroll a {
  display: inline-block;
  position: absolute;
  right: -40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #252525;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.bottom-scroll a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #252525;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

#main-wrap {
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 769px) {
  .main-visual {
    position: relative;
    width: 85vw;
    height: 90vh;
    margin-left: 10vw;
    margin-top: 10vh;
    background-image: url("../img/main.jpg");
    background-size: cover;
    background-position: 0 50%;
  }
  .main-visual-img {
    position: absolute;
    top: 0.32rem;
    right: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .main-visual {
    position: relative;
    width: 100vw;
    height: 92.5vh;
    background-image: url("../img/main.jpg");
    background-size: cover;
    background-position: 50% 0;
  }
  .main-visual .main-visual::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .main-visual-img {
    width: 10%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

.mini-text {
  font-size: 0.24rem;
} /*文字大きさ*/
ul.bottom-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px; /*高さ*/
  margin: 0;
  padding: 0;
  background-color: #f5f5f5; /*背景色*/
  border-top: 2px solid #E3DFDF; /*バーの上の線*/
  z-index: 30;
}

.red {
  color: #D83C00;
}

ul.bottom-menu li {
  float: left;
  width: 50%;
  background-color: #f5f5f5; /*背景色*/
  list-style-type: none;
  text-align: center;
}

.bottom-menu li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  color: #252525; /*アイコン＆文字の色*/
  border-right: 1px solid #E3DFDF;
  text-decoration: none;
}

.bottom-menu li a:hover {
  color: #a9a9a9; /*マウスオーバー時の色*/
}

/* === 展開メニュー === */
ul.menu-second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

ul.menu-second-level li a {
  border-top: 1px solid #E3DFDF; /*展開の枠点線*/
  font-size: 15px; /*展開メニューの文字サイズ*/
  line-height: 30px; /*文字の縦幅*/
}

.menu-second-level li a:hover {
  height: 100%;
  background: lightgrey; /*マウスオーバーの色*/
}

li.menu-width-max ul.menu-second-level {
  position: absolute;
  bottom: 47px; /*高さ*/
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

li.menu-width-max:hover ul.menu-second-level {
  bottom: 47px; /*高さ*/
  visibility: visible;
  opacity: 1;
}

li.menu-width-max ul.menu-second-level li {
  float: left;
  width: 100%;
  border: none;
}

.about {
  z-index: 1;
  position: relative;
  margin-left: 5vw;
  margin-right: 5vw;
}
@media screen and (min-width: 769px) {
  .about {
    margin-top: 1.6rem;
    margin-left: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .about {
    margin-top: 0rem;
  }
}
.about .acd-label {
  border-bottom: 1px #D83C00;
}
.about .acd-check {
  display: none;
}
.about .acd-label {
  color: #D83C00;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #252525;
}
@media screen and (min-width: 769px) {
  .about .acd-label {
    width: 1100px;
  }
}
@media screen and (max-width: 768px) {
  .about .acd-label {
    width: 100%;
  }
}
.about .acd-label:after {
  box-sizing: border-box;
  content: "+";
  display: block;
  height: 52px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0px;
}
.about .acd-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
}
.about .acd-check:checked + .acd-label:after {
  content: "-";
}
.about .acd-check:checked + .acd-label + .acd-content {
  height: 100%;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

.about-apply {
  z-index: 1;
  position: relative;
  margin-left: 5vw;
  margin-right: 5vw;
}
@media screen and (min-width: 769px) {
  .about-apply {
    margin-top: 1.6rem;
    margin-left: 15vw;
  }
}
@media screen and (max-width: 768px) {
  .about-apply {
    margin-top: 10vh;
  }
}
.about-apply .acd-label-apply {
  border-bottom: 1px #D83C00;
}
.about-apply .acd-check-apply {
  display: none;
}
.about-apply .acd-label-apply {
  color: #D83C00;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #252525;
}
@media screen and (min-width: 769px) {
  .about-apply .acd-label-apply {
    width: 80vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .about-apply .acd-label-apply {
    width: 100%;
  }
}
.about-apply .acd-label-apply:after {
  box-sizing: border-box;
  content: "+";
  display: block;
  height: 52px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0px;
}
.about-apply .acd-content-apply {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
}
.about-apply .acd-check-apply:checked + .acd-label-apply:after {
  content: "-";
}
.about-apply .acd-check-apply:checked + .acd-label-apply + .acd-content-apply {
  height: 100%;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

.abo {
  position: relative;
  margin-top: 0.8rem;
  margin-left: 10vw;
}
@media screen and (min-width: 769px) {
  .abo {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .abo {
    display: block;
  }
}
.abo-pic {
  position: relative;
  z-index: 1;
  max-width: 600px;
  max-height: 400px;
}
@media screen and (min-width: 769px) {
  .abo-pic {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .abo-pic {
    width: 100%;
  }
}
.abo-sentence {
  position: relative;
  z-index: 1;
  margin-right: 5vw;
  height: 100%;
  max-width: 600px;
}
@media screen and (min-width: 769px) {
  .abo-sentence {
    width: 40%;
    margin-top: 0.8rem;
    padding-left: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .abo-sentence {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.abo-sentence h2 {
  padding-bottom: 0.24rem;
  padding-top: 0.4rem;
}
.abo-sentence a {
  display: inline-block;
  padding-top: 0.24rem;
  color: #D83C00;
}
@media screen and (max-width: 768px) {
  .abo-sentence a {
    font-size: 0.24rem;
  }
}
.abo-box {
  z-index: 0;
  position: absolute;
  border-radius: 3px;
  background-image: url(../img/bk/sub02.png);
  background-size: 5% 5%;
}
@media screen and (min-width: 769px) {
  .abo-box {
    top: 10vh;
    left: 10vw;
    height: 400px;
    width: 75vw;
  }
}
@media screen and (max-width: 768px) {
  .abo-box {
    top: 20vh;
    left: -5vw;
    height: 52.5vh;
    width: 100vw;
  }
}
@media screen and (min-width: 1400px) {
  .abo-box {
    top: 3.5vw;
    left: 10vw;
    height: 400px;
    width: 75vw;
  }
}

.birth {
  position: relative;
  margin-top: 1.6rem;
}
@media screen and (min-width: 769px) {
  .birth {
    margin-left: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .birth {
    margin-left: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .birth {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .birth {
    display: block;
  }
}
.birth-pic {
  position: relative;
  z-index: 2;
  text-align: left;
  max-width: 600px;
  max-height: 400px;
}
@media screen and (min-width: 769px) {
  .birth-pic {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .birth-pic {
    width: 100%;
  }
}
.birth-sentence {
  position: relative;
  z-index: 2;
  margin-top: 0.8rem;
  margin-right: 5vw;
  padding-right: 0.4rem;
  height: 100%;
  max-width: 600px;
}
@media screen and (min-width: 769px) {
  .birth-sentence {
    width: 40%;
    margin-top: 0.8rem;
    padding-left: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .birth-sentence {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.birth-sentence h2 {
  padding-bottom: 0.24rem;
  padding-top: 0.4rem;
}
.birth-sentence a {
  display: inline-block;
  padding-top: 0.24rem;
  color: #D83C00;
}
@media screen and (max-width: 768px) {
  .birth-sentence a {
    font-size: 0.24rem;
  }
}
.birth-box {
  z-index: 1;
  position: absolute;
  border-radius: 3px;
  background-image: url(../img/bk/sub02.png);
  background-size: 5% 5%;
}
@media screen and (min-width: 769px) and (max-width: 1399px) {
  .birth-box {
    top: 10vh;
    width: 75vw;
    left: 10vw;
    height: 375px;
  }
}
@media screen and (min-width: 1400px) {
  .birth-box {
    top: 5vh;
    width: 75vw;
    left: 10vw;
    height: 375px;
  }
}
@media screen and (max-width: 768px) {
  .birth-box {
    top: 20vh;
    width: 100vw;
    left: -5vw;
    height: 52.5vh;
  }
}

.apply {
  position: relative;
  margin-top: 1.6rem;
}
.apply-box {
  z-index: 0;
  position: absolute;
  top: -35vh;
  left: 0vw;
  background-image: url(../img/bk/sub01.png);
  background-size: 5% 5%;
  height: 50vh;
  width: 100vw;
}
.apply-btn {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .apply-btn {
    width: 536px;
    height: 167px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .apply-btn {
    width: 90vw;
    margin: 5vw auto;
    padding-top: 5vh;
  }
}

.main_content {
  margin-top: 1.6rem;
  margin-left: 10vw;
  margin-right: 5vw;
  display: flex;
}
@media screen and (min-width: 769px) {
  .main_content {
    margin-left: 10vw;
    margin-right: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .main_content {
    margin-left: 5vw;
    margin-right: 5vw;
    flex-direction: column;
  }
}

.access {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .access {
    width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .access {
    margin: 0.24rem;
  }
}
.access h2 {
  margin-bottom: 0.4rem;
}
.access_info {
  text-align: left;
  margin-top: 0.4rem;
  margin-bottom: 0.16px;
  padding-top: 0.24rem;
  border-top: 2px #E3DFDF solid;
}

.news {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .news {
    width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .news {
    margin: 0.24rem;
  }
}
.news h2 {
  margin-bottom: 0.4rem;
}

.news_content {
  text-align: left;
  padding-left: 32px;
  line-height: 1;
}

.news_content a {
  color: #D83C00;
  text-decoration: underline;
}

.footer {
  margin-top: 1.6rem;
  margin-left: 10vw;
  margin-right: 10vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 0 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0 0.8rem;
    margin-bottom: 64px;
  }
}
.footer h2 {
  padding-bottom: 0.24rem;
}
@media screen and (max-width: 768px) {
  .footer h2 {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 768px) {
  .footer h3 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .footer h4 {
    font-size: 0.3rem;
  }
}
.footer h3:last-child {
  padding-bottom: 0.24rem;
}
.footer p {
  padding-top: 0.4rem;
  border-top: solid 1px #000;
}
.footer a {
  display: inline-block;
  margin-top: 0.4rem;
  color: #D83C00;
}
.footer svg {
  fill: #000;
  width: 30%;
}

.about_koyasu {
  position: relative;
}
@media screen and (min-width: 769px) {
  .about_koyasu {
    margin-left: 10vw;
  }
}
.about_koyasu_visual {
  background-image: url("../img/main.jpg");
  background-size: cover;
  background-position: 0 50%;
}
@media screen and (min-width: 769px) {
  .about_koyasu_visual {
    width: 90vw;
    height: 50vh;
  }
}
@media screen and (max-width: 768px) {
  .about_koyasu_visual {
    width: 100vw;
    height: 20vh;
  }
}
.about_koyasu_title {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin: 0 0 0 0;
  background-image: url(../img/bk/sub02.png);
  background-size: 5% 5%;
}
@media screen and (min-width: 769px) {
  .about_koyasu_title {
    height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .about_koyasu_title {
    height: 10vh;
  }
}
.about_koyasu_box1 {
  z-index: 0;
  position: absolute;
  top: 60vh;
  left: 0vw;
  background-image: url(../img/bk/sub02.png);
  background-size: 5% 5%;
  height: 95vh;
  width: 100vw;
}
.about_koyasu_box2 {
  z-index: 0;
  position: absolute;
  top: 60vh;
  left: 0vw;
  background-color: #F0EBE5;
  height: 52.5vh;
  width: 100vw;
}

.about_orizin:first-of-type {
  margin-top: 1.6rem;
}

.about_orizin {
  position: relative;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .about_orizin {
    margin-left: 15vw;
    margin-right: 10vw;
  }
}
.about_orizin_highimg {
  position: relative;
  z-index: 1;
  margin: 0.4rem auto;
  max-height: 600px;
}
@media screen and (min-width: 769px) {
  .about_orizin_highimg {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .about_orizin_highimg {
    max-width: 200px;
  }
}
.about_orizin_img {
  position: relative;
  z-index: 1;
  margin: 0.4rem auto;
  max-width: 800px;
  max-height: 600px;
}
.about_orizin_sentence {
  position: relative;
  z-index: 1;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .about_orizin_sentence {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .about_orizin_sentence {
    padding: 0 5vw;
  }
}
.about_orizin_sentence h3 {
  text-align: center;
}

.about_birth {
  position: relative;
}
@media screen and (min-width: 769px) {
  .about_birth {
    margin-left: 10vw;
  }
}
.about_birth_visual {
  height: 50vh;
  background-image: url("../img/birth-top.jpg");
  background-size: cover;
  background-position: 0 10%;
}
@media screen and (min-width: 769px) {
  .about_birth_visual {
    width: 90vw;
    height: 50vh;
  }
}
@media screen and (max-width: 768px) {
  .about_birth_visual {
    width: 100vw;
    height: 20vh;
  }
}
.about_birth_apply {
  height: 50vh;
  background-image: url("../img/birth-2.JPG");
  background-size: cover;
  background-position: 0 40%;
}
@media screen and (min-width: 769px) {
  .about_birth_apply {
    width: 90vw;
    height: 50vh;
  }
}
@media screen and (max-width: 768px) {
  .about_birth_apply {
    width: 100vw;
    height: 20vh;
  }
}
.about_birth_title {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin: 0 auto;
  background-image: url(../img/bk/sub02.png);
  background-size: 5% 5%;
}
@media screen and (min-width: 769px) {
  .about_birth_title {
    height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .about_birth_title {
    height: 10vh;
  }
}
.about_birth_box1 {
  z-index: -1;
  position: absolute;
  top: 60vh;
  left: -25vw;
  background-color: #F0EBE5;
  height: 70vh;
  width: 100vw;
}
.about_birth_box2 {
  z-index: -1;
  position: absolute;
  top: 55vh;
  left: 0vw;
  background-color: #F0EBE5;
  height: 70vh;
  width: 100vw;
}
.about_birth_box3 {
  z-index: -1;
  position: absolute;
  top: 75vh;
  left: -25vw;
  background-color: #F0EBE5;
  height: 70vh;
  width: 100vw;
}
.about_birth_box4 {
  z-index: -1;
  position: absolute;
  top: 35vh;
  left: 0vw;
  background-color: #F0EBE5;
  height: 70vh;
  width: 100vw;
}
.about_birth_box5 {
  z-index: -1;
  position: absolute;
  top: 40vh;
  left: -25vw;
  background-color: #F0EBE5;
  height: 70vh;
  width: 100vw;
}

.birth-link {
  font-size: 0.24rem;
  color: #D83C00;
}

.under {
  border-bottom: 1px solid #D83C00;
}

.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}

.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}/*# sourceMappingURL=style.css.map */