@charset "UTF-8";
/* Scss Document */
/* 基本テキスト */
/* ヘッダメニュー分だけマージンを取る */
/* @media screen and (max-width: 1330px) */
/* @media screen and (max-width: 768px) */
/* text line shadow-----color */
/* back shadow-----color */
/* Scss Document */
.mv {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain, cover;
  text-align: center;
}
.mv img {
  width: 100%;
 /* height: 300px;*/
  object-fit: cover;
  vertical-align: top;
}
.mv a {
  position: absolute;
  bottom: 30%;
  left: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 3px solid var(--color-main);
  background-color: var(--color-white);
  text-align: center;
}
.mv a > span {
  display: block;
}
.mv a > span:first-of-type {
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--color-base);
  font-weight: bolder;
  font-size: 2.5em;
  line-height: 1.25;
}
.mv a > span:last-of-type {
  font-size: 1.6em;
  line-height: 1.25;
}
.mv .top_lead {
  /*position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7);
  */
  background-color: var(--color-main-white);
  background-image: url("../img/checkerboard-cross.png");
  background-repeat: repeat;
  background-size: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--color-catch);
  font-weight: bolder;
  width: 100%;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.mv .top_lead p {
  text-align: center;
  font-size: 2.8em;
  line-height: 1.8;
}
.mv .top_lead h2 {
  margin-bottom: 0;
  font-size: 4.4em;
}
@media screen and (max-width: 768px) {
  .mv {
    font-size: 0.8em;
  }
  .mv img {
    /*height: 100px;*/
  }
  .mv .top_lead {
    padding: 10px;
  }
  .mv .top_lead p {
    font-size: 2em;
  }
  .mv .top_lead h2 {
    margin-bottom: 0;
    font-size: 3em;
  }
}

h2 {
  font-size: 3em;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  h2 {
    margin-top: 10px;
    font-size: 2.5em;
  }
}

main {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  main {
    font-size: 0.8em;
  }
}

.obi {
  padding-top: 40px;
  padding-bottom: 35px;
  text-align: center;
  background-color: #e1f0f0;
  background-image: url("../img/asamoyou_lightgreen.png");
  border-top: 1px solid var(--color-base-secondary);
  border-bottom: 1px solid var(--color-base-secondary);
}
.obi h1 {
  padding: 0;
  color: var(--color-catch);
  font-size: 1.5em;
}
.obi h1 .title_wrap {
  padding-top: 40px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.obi h1 .title_wrap .stroke, .obi h1 .view .panorama .title_wrap .stroke_right, .view .panorama .obi h1 .title_wrap .stroke_right, .obi h1 .view .panorama .title_wrap .stroke_left, .view .panorama .obi h1 .title_wrap .stroke_left, .obi h1 .title_wrap .stroke_right, .obi h1 .title_wrap .stroke_left {
  width: 30px;
}
.obi h1 .title_wrap .stroke_left {
  margin-right: 10px;
  background-image: linear-gradient(45deg, transparent 48%, var(--color-base) 48%, var(--color-base) 52%, transparent 52%, transparent);
}
.obi h1 .title_wrap .stroke_right {
  margin-left: 10px;
  background-image: linear-gradient(-45deg, transparent 48%, var(--color-base) 48%, var(--color-base) 52%, transparent 52%, transparent);
}
.obi .btn {
  font-size: 3em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: calc(1.5em - 12px) 3em 1.5em;
  border-radius: 100vh;
  background: var(--color-white);
  cursor: pointer;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: var(--color-base-secondary);
}
.obi .btn .ruby {
  /*margin-left: 40%;
  width: 60%;*/
  font-size: 0.5em;
  text-align: left;
  /*padding-right: 20px;*/
}
.obi .btn:before {
  border-radius: 100vh;
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 3px solid var(--color-base-secondary);
}
.obi .btn:hover {
  padding: calc(1.5em - 6px) 3em;
}
.obi .btn:hover:before {
  top: 0;
  left: 0;
}
.obi .btn-small {
  font-size: 2.4em;
}
@media screen and (max-width: 768px) {
  .obi {
    padding-left: 10px;
    padding-right: 10px;
  }
  .obi h1 {
    font-size: 1.3em;
  }
  .obi .btn {
    font-size: 2.4em;
  }
  .obi .btn-small {
    font-size: 2em;
  }
}

.view {
  background-color: var(--color-main-white);
  background-image: url("../img/checkerboard-cross.png");
  background-repeat: repeat;
  background-size: 150px;
  padding-top: 40px;
}
.view .movie-wrap {
  max-width: 750px;
  margin: 0 auto;
}
.view .movie-wrap .movie {
  position: relative;
  margin: 1% auto;
  text-align: center;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.view .movie-wrap .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.view .photo {
  width: 100%;
  padding: 5px 5px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.view .photo a {
  margin: 5px;
}
.view .photo a .photo-item {
  max-width: 680px;
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: middle;
  margin: 5px;
}
.view .panorama {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.view .panorama .title_wrap {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.view .panorama .title_wrap .stroke, .view .panorama .title_wrap .stroke_right, .view .panorama .title_wrap .stroke_left {
  width: 30px;
}
.view .panorama .title_wrap .stroke_left {
  margin-right: 10px;
  background-image: linear-gradient(45deg, transparent 48%, var(--color-base) 48%, var(--color-base) 52%, transparent 52%, transparent);
}
.view .panorama .title_wrap .stroke_right {
  margin-left: 10px;
  background-image: linear-gradient(-45deg, transparent 48%, var(--color-base) 48%, var(--color-base) 52%, transparent 52%, transparent);
}
.view .panorama .title_wrap h1 {
  font-size: 2.6em;
  padding: 0;
  color: var(--color-base);
}
.view .panorama .btn_group {
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.view .panorama .btn,
.view .panorama a.btn,
.view .panorama button.btn {
  width: 300px;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  margin: 10px auto;
  padding: 0.8em 2.5em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #048989;
  text-shadow: none;
  border-radius: 0.5em;
}
.view .panorama a.btn-border {
  border: 2px solid #048989;
  border-radius: 10px;
  background: var(--color-white);
}
.view .panorama a.btn-border:hover {
  color: var(--color-white);
  background: #048989;
}
@media screen and (max-width: 1330px) {
  .view .panorama h1 {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 768px) {
  .view .movie {
    width: 350px;
  }
  .view .panorama .title_wrap {
    margin: 0 10px 10px;
  }
  .view .panorama .title_wrap .stroke, .view .panorama .title_wrap .stroke_left, .view .panorama .title_wrap .stroke_right {
    width: 25px;
  }
  .view .panorama .title_wrap h1 {
    font-size: 1.8em;
  }
}

.recruit{
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #e1f0f0;
  background-image: url("../img/checkerboard-cross.png");
  background-repeat: repeat;
  background-size: 150px;
  color: var(--color-base-secondary);
}
.recruit h2 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}
.banner {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #e1f0f0;
  background-image: url("../img/asamoyou_green.png");
  background-repeat: repeat;
  background-size: 150px;
  color: var(--color-base-secondary);
}
.banner h2 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}
.banner .btn_group {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.banner .btn {
  margin: 5px;
}
.banner .btn img {
  width: 250px;
  height: auto;
  object-fit: cover;
}

.news {
  background-color: white;
  color: var(--color-base);
  padding: 40px 0;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--color-base-secondary);
  border-bottom: 1px solid var(--color-base-secondary);
}
.news > div {
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.news > div h2 {
  text-align: center;
}
.news > div ul {
  flex-direction: column;
  font-family: "KosugiMaru";
}
.news > div ul li {
  display: flex;
  width: 100%;
  border-bottom: 1px dotted var(--color-base-secondary);
  margin-bottom: 10px;
}
.news > div ul li div {
  padding: 0 5px 10px;
  font-size: 1rem;
  line-height: 18px;
}
.news > div ul li div.day {
  padding-top: 5px;
}
.news > div ul li div.category {
  width: 100px;
  text-align: center;
  text-shadow: none;
  font-weight: bolder;
}
.news > div ul li div.category .notice {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: pink;
  border-radius: 5px;
  color: var(--color-white);
}
.news > div ul li div.category .information {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: orange;
  border-radius: 5px;
  color: var(--color-white);
}
.news > div ul li div.news_wrap {
  display: flex;
  flex-direction: row;
}
.news > div ul li div.news_li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.news > div ul li div.news_li .news_title {
  font-weight: bolder;
}
.news > div ul li div.news_li .content p {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .news > div {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
  .news > div h2 {
    padding-bottom: 10px;
  }
  .news > div ul li {
    display: flex;
    flex-direction: column;
  }
  .news > div ul li div {
    padding: 0;
    font-size: 12px;
  }
  .news > div ul li .news_wrap {
    padding-top: 5px;
  }
  .news > div ul li .news_wrap .day {
    padding: 0 5px 0 0;
  }
  .news > div ul li .news_wrap .category .notice {
    padding: 0;
  }
  .news > div ul li .news_wrap .category .information {
    padding: 0;
  }
  .news > div .news_wrap {
    padding-bottom: 0;
  }
  .news > div .news_title {
    padding-bottom: 5px;
  }
  .news > div .content {
    padding-left: 10px;
  }
}

/*# sourceMappingURL=top.css.map */
