@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat?family=Sono:wght@200;300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Balthazar&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap");
.news_page, .subject__page, .page section:nth-of-type(2) .intro__container, .page section:nth-of-type(2) .project__container, .contents__container, .access__container, .subject__container, .news_bg {
  padding: 0 15% 100px;
}
@media (max-width: 1460px) {
  .news_page, .subject__page, .page section:nth-of-type(2) .intro__container, .page section:nth-of-type(2) .project__container, .contents__container, .access__container, .subject__container, .news_bg {
    padding: 0 10% 100px;
  }
}
@media (max-width: 1280px) {
  .news_page, .subject__page, .page section:nth-of-type(2) .intro__container, .page section:nth-of-type(2) .project__container, .contents__container, .access__container, .subject__container, .news_bg {
    padding: 0 5% 100px;
  }
}
@media (max-width: 768px) {
  .news_page, .subject__page, .page section:nth-of-type(2) .intro__container, .page section:nth-of-type(2) .project__container, .contents__container, .access__container, .subject__container, .news_bg {
    padding: 0px 5% 50px;
  }
}

.page__subject, .page .project__container, .page_list__container, .intro__container, .works__container, .project__container, .plan__container {
  padding: 100px 15%;
}
@media (max-width: 1460px) {
  .page__subject, .page .project__container, .page_list__container, .intro__container, .works__container, .project__container, .plan__container {
    padding: 100px 10%;
  }
}
@media (max-width: 1280px) {
  .page__subject, .page .project__container, .page_list__container, .intro__container, .works__container, .project__container, .plan__container {
    padding: 100px 5%;
  }
}
@media (max-width: 768px) {
  .page__subject, .page .project__container, .page_list__container, .intro__container, .works__container, .project__container, .plan__container {
    padding: 50px 5%;
  }
}

.contact__page .subject__container h3 {
  color: #0198B7;
  font-size: 1.6rem;
}
.contact__page .subject__container h3 span {
  border: 2px solid #0198B7;
  padding: 4px 20px 5px;
  font-weight: normal;
}

.contact__page .subject__container h4.tit_page_sub2 {
  position: relative;
  display: flex;
  align-items: center;
  color: #0198B7;
  font-size: 1.8rem;
}
.contact__page .subject__container h4.tit_page_sub2::before {
  content: "";
  width: 20px;
  height: 3px;
  background: #0198B7;
  display: block;
  margin-right: 1rem;
}

.page .project__cont__inner h4, .project__cont__inner h4, .project__cont__inner__title .nb, .resev__cont .section__title, .contents .section__title, .plan .section__title, .access .section__title, .subject .section__title, .news_bg .container .news_tit {
  font-family: "Balthazar", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 0.9;
  margin-bottom: 0;
}

.resev__cont__inner__title, .contents__cont__inner__title, .plan__cont__inner__title, .access__cont__inner__title, .subject__cont__inner__title {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho Pro", serif;
  font-weight: normal;
}

.plan:after, .news_bg:after, .news_bg:before {
  display: block;
  background: linear-gradient(to bottom right, #AA70AA, #5784C2, #0099DB);
  opacity: 0.3;
}

.hidden {
  display: block;
}
@media (max-width: 426px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 1080px) {
  .hidden-md {
    display: none !important;
  }
}
@media (max-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible {
  display: block;
}
@media (min-width: 401px) {
  .visible-xs {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .visible-sm {
    display: none !important;
  }
}
@media (min-width: 1081px) {
  .visible-md {
    display: none !important;
  }
}
@media (min-width: 1281px) {
  .visible-lg {
    display: none !important;
  }
}

html,
body {
  font-family: Futura, "Century Gothic", "Noto Sans JP", sans-serif;
  line-height: 2.1;
  font-size: 62.5%;
  letter-spacing: 0.08em;
  background: #fff;
  background-size: 100% auto;
  z-index: -2;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

body {
  height: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #3A586D;
  outline: none;
}

p {
  font-size: 1.6rem;
  text-align: justify;
  font-weight: 300;
}
@media screen and (max-width: 1600px) {
  p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}

li, dt, th, td {
  font-size: 1.6rem;
  text-align: justify;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  li, dt, th, td {
    font-size: 1.4rem;
  }
}

p + p {
  margin-top: 15px;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.center-block {
  text-align: center;
  margin: 0 auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.lead {
  font-size: 2rem;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lead {
    text-align: left;
    font-size: 1.6rem;
  }
}

.flex {
  display: flex;
}
.flex .itm-center {
  align-items: center;
}
.flex .itm-end {
  align-items: flex-end;
}
.flex .itm-start {
  align-items: flex-start;
}
.flex .itm-base {
  align-items: baseline;
}
.flex .cnt-strat {
  justify-content: flex-start;
}
.flex .cnt-end {
  justify-content: flex-end;
}
.flex .cnt-center {
  justify-content: center;
}
.flex .cnt-sb {
  justify-content: space-between;
}
.flex .cnt-ar {
  justify-content: space-around;
}
.flex .wrap {
  flex-wrap: wrap;
}

.text-xs {
  font-size: 1rem !important;
}

.text-sm {
  font-size: 1.1rem !important;
}

.text-md {
  font-size: 1.2rem !important;
}

.text-lg {
  font-size: 1.8rem !important;
}

.text-lg {
  font-size: 2.4rem !important;
}
@media screen and (max-width: 768px) {
  .text-lg {
    font-size: 2rem !important;
  }
}

.blue {
  color: #0198B7 !important;
}

.black {
  color: #000 !important;
}

.gray {
  color: #444 !important;
}

.brown {
  color: #3A2519 !important;
}

.beige {
  color: #BD9F77 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.fd-in {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.fd-done {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

iframe {
  vertical-align: bottom;
}

.mv_t {
  text-align: center;
  padding-top: 0;
  width: 100%;
  aspect-ratio: 16/9;
}
.mv_t iframe {
  vertical-align: bottom;
  height: 100%;
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .mv_t iframe {
    margin-bottom: 40px;
  }
}

.c-nav-btn {
  display: none;
  position: relative;
  z-index: 3;
  width: 80px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  order: 3;
}
@media screen and (max-width: 1080px) {
  .c-nav-btn {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 0px;
  }
}

.c-nav-btn span {
  display: block;
  position: absolute;
  width: 80px;
  height: 3px;
  left: 0px;
  background: #555;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1080px) {
  .c-nav-btn span {
    width: 40px;
    left: 0px;
  }
}

.c-nav-btn span:nth-child(1) {
  top: 0px;
}
@media screen and (max-width: 1080px) {
  .c-nav-btn span:nth-child(1) {
    top: 10px;
  }
}

.c-nav-btn span:nth-child(2) {
  top: 30px;
}
@media screen and (max-width: 1080px) {
  .c-nav-btn span:nth-child(2) {
    top: 25px;
  }
}

.c-nav-btn span:nth-child(3) {
  top: 60px;
}
@media screen and (max-width: 1080px) {
  .c-nav-btn span:nth-child(3) {
    top: 40px;
  }
}

/* ナビ開いてる時のボタン */
.c-nav-btn.active span:nth-child(1) {
  top: 16px;
  left: 0px;
  background: #222;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .c-nav-btn.active span:nth-child(1) {
    left: 0px;
    top: 25px;
  }
}

.c-nav-btn.active span:nth-child(2),
.c-nav-btn.active span:nth-child(3) {
  top: 16px;
  background: #222;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c-nav-btn.active span:nth-child(2),
  .c-nav-btn.active span:nth-child(3) {
    top: 25px;
  }
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  height: 100%;
  background: rgba(246, 244, 236, 0.9);
  display: block;
  top: 0;
  margin-top: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.c-btn {
  margin-bottom: auto;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-btn__booking {
  background: linear-gradient(to right, #0198B7, #48c8be);
}
.c-btn__booking:hover, .c-btn__booking:focus, .c-btn__booking:active {
  background: #0198B7;
  transform: translateX(0);
  opacity: 1;
}
.c-btn__access {
  background: #3A2519;
  padding: 10px 10px !important;
}
.c-btn__access:hover, .c-btn__access:focus, .c-btn__access:active {
  background: #564033;
  transform: translateX(0);
}
.c-btn__tel {
  background: #fff;
  padding: 10px 10px 10px 20px !important;
  border: #0198B7 2px solid;
}
.c-btn__tel:hover, .c-btn__tel:focus, .c-btn__tel:active {
  background: #EEF7F9;
  transform: translateX(0);
}
.c-btn--inner {
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-btn--inner {
    font-weight: 500;
  }
}
.c-btn--inner__booking {
  display: flex;
  align-items: center;
}
.c-btn--inner__booking:before {
  background: url(../../images/common/icon_calender.svg) no-repeat center right;
}
.c-btn--inner__booking .-text {
  padding: 0 20px;
}
@media screen and (max-width: 1080px) {
  .c-btn--inner__booking .-text {
    padding: 0 0px;
  }
}
.c-btn--inner__access {
  display: flex;
  align-items: center;
}
.c-btn--inner__access:before {
  background: url(../../images/common/icon_map.svg) no-repeat center right;
}
.c-btn--inner__access .-text {
  padding: 0 5px;
  font-size: 10px;
}
@media screen and (max-width: 1080px) {
  .c-btn--inner__access .-text {
    padding: 0 0px;
  }
}
.c-btn--inner:after {
  background: url(../../images/common/arrow_1.svg) no-repeat center right;
  content: "";
  width: 20px;
  height: 14px;
  display: block;
  margin-top: 2px;
  background-size: contain;
}
@media screen and (max-width: 1080px) {
  .c-btn--inner:after {
    margin-top: 0px;
  }
}
.c-btn--inner:before {
  content: "";
  width: 18px;
  height: 15px;
  display: block;
  margin-right: 10px;
  margin-top: 2px;
  background-size: contain;
}
@media screen and (max-width: 1080px) {
  .c-btn--inner:before {
    margin-top: 0px;
  }
}

.viewmore {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.viewmore .btn01 {
  display: inline-block;
  min-width: 300px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  padding-top: 12px;
  padding-bottom: 13px;
  box-sizing: border-box;
  text-align: center;
  color: #000;
  border: 1px solid #000;
  background: #fff;
}
.viewmore .btn01.bk {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .viewmore .btn01 {
    min-width: 180px;
    padding-top: 12px;
    padding-bottom: 15px;
    font-size: 14px;
  }
}
.viewmore .btn01:before {
  content: "";
  width: 40px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: -22px;
  border-top: 2px solid #000000;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.viewmore .btn01:after {
  content: "";
  height: 8px;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -8px;
  border-left: 3px solid #3e3a39;
  transform: skewX(45deg);
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.viewmore .btn01:hover:before {
  width: 73px;
  right: -42px;
}
.viewmore .btn01:hover:after {
  right: -40px;
}
.viewmore.btn-r {
  text-align: right;
}
.viewmore.btn-c {
  float: none;
  margin: 0 auto;
  text-align: center;
}

.more a.m-link.line-b {
  float: right;
  background: none;
  text-align: left;
  border-bottom: 1px solid #ccc;
  width: 16rem;
  height: 6em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .more a.m-link.line-b {
    width: 13rem;
  }
}
.more a.m-link {
  display: block;
  position: relative;
  margin: 0 auto;
}
.more a.m-link.line-b.arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 5.5rem;
  height: 1px;
  background: #000;
  background-image: url(../images/common/arrow2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .more a.m-link.line-b.arrow::before {
    width: 3.5rem;
  }
}
.more a.m-link.line-b span {
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
  padding-top: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .more a.m-link.line-b span {
    font-size: 12px;
  }
}
.more a.m-link.line-b span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 1px;
  background: #000;
  transform: rotate(30deg);
  z-index: 1000;
  transform-origin: right top;
}
.more a.m-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: -1px;
  right: 0;
  border-bottom: 1px solid #263B61;
  z-index: 10;
  transition: all 0.5s ease;
}
.more a.m-link.line-b {
  text-align: left;
  color: #000;
}
.more a.m-link:hover {
  opacity: 1;
}
.more a.m-link:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.more a.m-link.arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8.5rem;
  height: 1px;
  background: #fff;
  /* background-image: url(../images/common/arrow2.svg);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: 100% auto;*/
}
.more a.m-link span {
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
  padding-top: 13px;
  text-align: center;
}
.more a.m-link span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 1px;
  background: #fff;
  transform: rotate(30deg);
  z-index: 1000;
  transform-origin: right top;
}
.more a.m-link.line-b span {
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
  padding-top: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.more a.m-link.line-b.arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 5.5rem;
  height: 1px;
  background: #000;
  /* background-image: url(../images/common/arrow2.svg);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: 100% auto;*/
}
@media screen and (max-width: 768px) {
  .more a.m-link.line-b.arrow:before {
    width: 3.5rem;
  }
}
.more a.m-link.line-b span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 1px;
  background: #000;
  transform: rotate(30deg);
  z-index: 1000;
  transform-origin: right top;
}
@media screen and (max-width: 768px) {
  .more {
    margin-left: auto;
  }
}

header {
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  height: 90px;
  z-index: 3;
  position: fixed;
}
@media screen and (max-width: 1080px) {
  header {
    padding: 5px 15px 5px 15px;
    z-index: 5;
    height: 80px;
  }
}
header.fixed {
  top: 0;
  right: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0.9);
}
header.fixed .sns-btn_nv {
  display: block;
}
@media screen and (max-width: 768px) {
  header.fixed .sns-btn_nv {
    display: block !important;
  }
}
header.fixed .sns-btn_nv ul {
  display: flex;
  align-items: center;
  flex-direction: inherit;
  width: 30%;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  header.fixed .sns-btn_nv ul {
    width: 100%;
  }
}
header.fixed .sns-btn_nv ul li {
  width: auto;
}
header .container {
  display: flex;
  padding: 0px 0px 15px;
  top: 0px;
  left: 0;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  header .container {
    display: block;
    padding: 0 0px;
    position: relative;
  }
}
header .container nav.globalMenuSp {
  width: auto;
  right: 220px;
  order: 2;
  padding-left: 30px;
  padding-top: 8px;
  margin-left: auto;
  margin-right: 50px;
}
@media screen and (max-width: 1080px) {
  header .container nav.globalMenuSp {
    position: fixed;
    left: 0;
    color: #000;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    width: 100%;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    opacity: 0;
    right: 0;
    padding-left: 0px;
    margin-right: 0px;
    height: 0%;
    overflow: scroll;
  }
  header .container nav.globalMenuSp.active {
    opacity: 100;
    height: 100%;
    background: rgba(246, 244, 236, 0.9);
    display: block;
    top: 0;
    margin-top: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  header .container nav.globalMenuSp li {
    padding-right: 10px;
  }
}
header .container nav.globalMenuSp ul {
  display: flex;
  list-style-type: none;
}
@media screen and (max-width: 1080px) {
  header .container nav.globalMenuSp ul {
    display: flex;
    flex-direction: column;
    padding: 0 0px;
    margin: 90px auto 0;
    padding: 0;
    width: 100%;
    padding-bottom: 20px;
    text-align: center !important;
  }
}
header .container nav.globalMenuSp ul li {
  list-style-type: none;
  margin-left: 0px;
  margin-right: 30px;
  white-space: nowrap;
  width: auto !important;
}
@media screen and (max-width: 1080px) {
  header .container nav.globalMenuSp ul li {
    transition: 0.4s all;
    line-height: 4;
    width: 100%;
    text-align: center !important;
    margin-right: 0px;
  }
  header .container nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
}
header .container nav.globalMenuSp ul li a {
  position: relative;
  background: none;
  display: block;
  color: #000;
  font-size: 13px;
}
@media screen and (max-width: 1080px) {
  header .container nav.globalMenuSp ul li a {
    font-size: 16px;
    line-height: 2.5;
    padding: 12px 0;
  }
}
header .container nav.globalMenuSp ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: -1px;
  right: 0;
  border-bottom: 1px solid #263B61;
  z-index: 10;
  transition: all 0.5s ease;
}
header .container nav.globalMenuSp ul li a:hover {
  opacity: 1;
}
header .container nav.globalMenuSp ul li a:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
header .container .sns-btn_nv {
  display: none;
}
@media screen and (max-width: 1080px) {
  header .container .sns-btn_nv {
    display: block;
    width: 50%;
    margin: 10px auto 0;
  }
  header .container .sns-btn_nv ul {
    display: flex;
    justify-content: space-between !important;
    flex-direction: row !important;
  }
}
@media screen and (max-width: 1080px) and (max-width: 1080px) {
  header .container .sns-btn_nv ul {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1080px) {
  header .container .sns-btn_nv ul li {
    padding-bottom: 45px;
    padding-right: 0px !important;
  }
  header .container .sns-btn_nv ul li a:after {
    display: none;
  }
  header .container .sns-btn_nv ul li img {
    height: 30px;
  }
}
header .container .contact-btn {
  margin-left: auto;
  padding: 0 30px;
  border-left: 1px solid #B1B1B1;
  order: 3;
  display: none;
}
header .container .contact-btn ul {
  display: flex;
  align-items: center;
  height: 70px;
}
header .container .contact-btn ul li {
  display: flex;
  align-items: center;
}
header .container .contact-btn a {
  text-decoration: none;
  text-decoration: none;
  color: #000;
  font-weight: normal;
  font-size: 10px;
}
header .container .contact-btn a:before {
  content: "";
  background: url(../../images/common/icon_mail.png) no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 30px;
  display: block;
  text-align: center;
}
header .h_logo {
  display: block;
  line-height: 1;
  z-index: 3;
  margin-top: 0px;
  order: 1;
}
@media screen and (max-width: 1080px) {
  header .h_logo {
    position: absolute;
    top: 0;
    left: 0px;
    margin-top: 0px;
  }
}
header .h_logo img {
  display: block;
  width: 100%;
  height: auto;
  height: 80px;
}
@media screen and (max-width: 1366px) {
  header .h_logo img {
    height: 80px;
    margin: 0 auto;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1080px) {
  header .h_logo img {
    height: 60px;
    margin: 0 auto;
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  header .h_logo img {
    height: 60px;
    margin-top: 0px;
  }
}

section {
  overflow: hidden;
  transition: 0.8s;
}

.section__title {
  font-size: 14rem;
  text-align: left;
  font-weight: normal;
  position: relative;
  font-family: "Balthazar", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 40px;
  line-height: 1.2;
  color: #fff;
  text-shadow: 1px 1px 0 #9B4BE1, -1px -1px 0 #9B4BE1, -1px 1px 0 #9B4BE1, 1px -1px 0 #9B4BE1, 0px 1px 0 #9B4BE1, -1px 0 #9B4BE1, -1px 0 0 #9B4BE1, 1px 0 0 #9B4BE1;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 8rem;
    margin-bottom: 40px;
  }
}
.section__title span {
  position: relative;
}
.section__title--description {
  font-size: 18px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .section__title--description {
    font-size: 1.6rem;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
}

.hero {
  /*background-size: 80% auto;*/
  /*background-image: linear-gradient(-45deg, #FFC796 0%, #FF6B95 100%);*/
  width: 100%;
  position: relative;
  top: 0px;
  left: 0;
  height: 100vh;
  display: flex;
  align-items: center;
}
.hero:after {
  content: "";
  background: url(../images/top/mv_btm_bg.png) right bottom no-repeat;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 100%;
  display: block;
  z-index: 2;
  background-size: contain;
  height: 50%;
}
@media screen and (max-width: 768px) {
  .hero:after {
    width: 150%;
  }
}
.hero .swiper-mv {
  position: relative;
  width: 100%;
}
.hero .swiper-mv img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .swiper-mv:before {
  content: "";
  background: url(../images/top/mv_focus.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25%;
  display: block;
  z-index: 2;
  margin: 0 auto;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .hero .swiper-mv:before {
    width: 70%;
  }
}
.hero p.top_ban {
  margin: 0px auto;
  max-width: 290px;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .hero p.top_ban {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .hero {
    line-height: 1.8;
  }
}
.hero h1 {
  order: 1;
  color: #000;
  font-size: 1.8rem;
  font-weight: 400;
  text-shadow: 0px 0px 10px #F3F0EE;
  box-shadow: 3px 3px 3px 3px #F3F0EE;
}
.hero h1 span {
  font-size: 6rem;
  line-height: 1.2;
  font-weight: 100;
  display: block;
}
@media screen and (max-width: 1366px) {
  .hero h1 {
    right: 160px;
  }
}
@media screen and (max-width: 1366px) {
  .hero h1 {
    right: 15%;
  }
}
@media screen and (max-width: 768px) {
  .hero h1 {
    right: 15px;
  }
}
.hero h1 img {
  width: 400px;
}
@media screen and (max-width: 1080px) {
  .hero h1 img {
    max-width: 70%;
    margin-left: auto;
  }
}
.hero .mv_logo {
  position: absolute;
  bottom: 0px;
  right: 25px;
  z-index: 3;
  margin-left: auto;
  width: 20%;
}
@media screen and (max-width: 1080px) {
  .hero .mv_logo {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .hero .mv_logo {
    width: 50%;
  }
}
.hero .swiper-wrapper {
  margin-bottom: 80px;
}
.hero .sns-btn {
  position: absolute;
  width: 10%;
  bottom: 5%;
  z-index: 3;
  left: 59%;
}
@media screen and (max-width: 1366px) {
  .hero .sns-btn {
    left: 50%;
  }
}
@media screen and (max-width: 1080px) {
  .hero .sns-btn {
    left: 30%;
    width: 20%;
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hero .sns-btn {
    left: 25px;
    width: 25%;
  }
}
.hero .sns-btn ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
}
.hero .sns-btn ul li {
  width: 15%;
}
@media screen and (max-width: 1080px) {
  .hero .sns-btn ul li {
    width: 15%;
  }
}
@media screen and (max-width: 768px) {
  .hero .sns-btn ul li {
    width: 20%;
  }
}
.hero .sns-btn ul li img {
  -o-object-fit: contain;
     object-fit: contain;
}

.news_bg {
  position: relative;
}
.news_bg:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .news_bg:before {
    width: 50px;
    height: 50px;
  }
}
.news_bg:after {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .news_bg:after {
    width: 80px;
    height: 80px;
    bottom: 30px;
  }
}
.news_bg .container .news {
  display: flex;
  align-items: flex-start;
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .news_bg .container .news {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding: 0px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .news_bg .container #scbar {
    height: 180px;
  }
}
.news_bg .container .news-frame {
  display: flex;
  align-items: center;
  margin: 12px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .news_bg .container .news-frame {
    display: block;
  }
}
.news_bg .container .news_day span {
  text-align: center;
  display: inline-block;
  letter-spacing: 0.1em;
  padding-right: 25px;
}
.news_bg .container .news_tit {
  font-size: 4.8rem;
  line-height: 2;
  padding-right: 60px;
  white-space: nowrap;
  text-align: left;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .news_bg .container .news_tit {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
  }
}
.news_bg .container .news_tit span {
  font-size: 1.2rem;
  color: #0198B7;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 768px) {
  .news_bg .container .news_tit span {
    display: inline-block;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .news_bg .container .news_tit {
    font-size: 3.6rem;
    line-height: 1;
  }
}
.news_bg .container .news-frame p + p {
  margin-top: 0px;
}

.bg-bc {
  background: linear-gradient(90deg, #f3f8fc 0%, #f3f8fc 67%, #0397A8 67%, #0397A8 100%);
}

.bg-bcg {
  background: linear-gradient(90deg, #0397A8 0%, #0397A8 33%, #F6F4EC 33%, #F6F4EC 100%);
}

.subject {
  position: relative;
}
.subject:before {
  content: "";
  background: url(../images/common/bg_studio.png) center center no-repeat;
  background-size: cover;
  height: 70%;
  display: block;
  width: 70%;
  position: absolute;
  top: 25%;
  filter: grayscale(100%);
  right: 0;
  opacity: 0.7;
}
.subject__container {
  position: relative;
}
.subject .section__title {
  font-size: 26rem;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .subject .section__title {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .subject .section__title {
    font-size: 12rem;
  }
}
.subject__cont {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .subject__cont {
    flex-direction: column;
  }
}
.subject__cont__image {
  width: calc(50% - 70px);
  order: 2;
  margin-top: -120px;
}
@media screen and (max-width: 1080px) {
  .subject__cont__image {
    width: 100%;
    margin-top: 0px;
    order: 1;
  }
}
.subject__cont__image img {
  margin: 25px;
}
.subject__cont__image img:nth-child(1) {
  width: 70%;
  margin: 0 auto;
  display: block;
}
.subject__cont__image img:nth-child(2) {
  width: 40%;
  margin-top: 80px;
  float: left;
}
.subject__cont__image img:nth-child(3) {
  width: 40%;
}
@media (max-width: 768px) {
  .subject__cont__image {
    width: 100%;
  }
}
.subject__cont__image img {
  width: 100%;
  height: auto;
}
.subject__cont__inner {
  width: 50%;
  order: 1;
}
@media screen and (max-width: 1080px) {
  .subject__cont__inner {
    width: 100%;
  }
}
.subject__cont__inner__title {
  font-size: 2rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 1080px) {
  .subject__cont__inner__title {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.subject:nth-of-type(2n):before {
  content: "";
  background: url(../images/top/bg_lacation.jpg) center top no-repeat;
  filter: grayscale(100%);
  opacity: 0.7;
  left: 0;
}
.subject:nth-of-type(2n) .section__title {
  text-align: right;
}
.subject:nth-of-type(2n) .subject__cont__image {
  order: 1;
}
.subject:nth-of-type(2n) .subject__cont__inner {
  order: 2;
}

.access {
  position: relative;
}
.access__container {
  position: relative;
}
.access .section__title {
  font-size: 26rem;
  transform: rotate(90deg);
  transform-origin: left top;
}
@media screen and (max-width: 768px) {
  .access .section__title {
    font-size: 10rem;
    margin: 0 auto;
    transform: rotate(0deg);
    transform-origin: center top;
    text-align: center;
  }
}
.access__cont {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .access__cont {
    margin-top: 0px;
  }
}
.access__cont__inner__title {
  font-size: 2rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .access__cont__inner__title {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.access__cont__inner p {
  text-align: center;
}
.access__cont__inner .gmap {
  width: 80%;
  filter: grayscale(100%);
  margin: 0 auto 50px;
}
@media screen and (max-width: 1080px) {
  .access__cont__inner .gmap {
    width: 100%;
  }
}

.plan {
  position: relative;
}
.plan:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  opacity: 0.3;
}
.plan__container {
  position: relative;
}
.plan .section__title {
  font-size: 26rem;
  text-align: center;
  color: #D5CDE2;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
  opacity: 0.2;
}
@media screen and (max-width: 1080px) {
  .plan .section__title {
    font-size: 16rem;
    margin-bottom: 40px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .plan .section__title {
    font-size: 10rem;
    margin-bottom: 40px;
    margin-right: 0px;
  }
}
.plan__cont {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: -100px;
}
.plan__cont__inner__title {
  font-size: 2rem;
  margin-bottom: 25px;
}
.plan__cont__inner p {
  text-align: center;
}
.plan__cont__inner .time {
  list-style-type: none;
  text-align: center;
}
.plan__cont__inner .time li {
  display: inline-block;
  margin: 20px;
}
@media screen and (max-width: 768px) {
  .plan__cont__inner .time li {
    margin: 20px 5px 0;
  }
}
.plan__cont__inner .time li span {
  background: #000;
  color: #fff;
  font-weight: 400;
  padding: 6px 15px;
  border-radius: 40px;
}
.plan .plan_tab {
  display: grid;
  width: 100%;
  border-radius: 40px;
  grid-template-columns: repeat(4, 4fr);
}
@media screen and (max-width: 768px) {
  .plan .plan_tab {
    overflow-x: scroll;
    grid-template-columns: 160px 200px 200px 200px;
    padding-top: 30px;
    border-radius: 0px;
  }
}
.plan .plan_tab div {
  display: flex;
  vertical-align: top;
  flex-direction: column;
}
.plan .plan_tab div h4 {
  background: #F7F4F8;
  color: #9B4BE1;
  font-size: 1.6rem;
  padding: 25px 10px;
  text-align: center;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan .plan_tab div.plan_tab__a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.plan .plan_tab div.plan_tab__a .prize {
  position: absolute;
  top: -60px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  .plan .plan_tab div.plan_tab__a .prize {
    width: 70px;
    top: -30px;
  }
}
.plan .plan_tab div.plan_tab__a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 5px solid transparent;
  background: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
@media screen and (max-width: 1080px) {
  .plan .plan_tab div.plan_tab__a:before {
    border-radius: 20px;
  }
}
.plan .plan_tab div.plan_tab__b {
  border-right: 1px solid #ccc;
}
.plan .plan_tab div.plan_tab__c {
  border-radius: 0 40px 0 0;
}
.plan .plan_tab div.plan_tab__c h4 {
  border-radius: 0 40px 0 0;
}
.plan .plan_tab div p {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
@media screen and (max-width: 1080px) {
  .plan .plan_tab div p {
    height: 70px;
  }
}
@media screen and (max-width: 1080px) {
  .plan .plan_tab div p {
    height: 60px;
  }
}
.plan .plan_tab div p:nth-of-type(2n) {
  background: #F7F4F8;
}
.plan .plan_tab div p:nth-of-type(odd) {
  background: #fff;
}
.plan .plan_tab div p.riyou {
  font-size: 20px;
}
.plan .plan_tab div p.price {
  font-size: 30px;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  vertical-align: baseline;
  display: inline-block;
  width: 100%;
}
.plan .plan_tab div p.price span {
  font-size: 16px;
}
.plan .plan_tab div p.big {
  font-size: 3rem;
}
.plan .plan_tab div p.viewmore {
  padding: 15px 0;
  margin: 0;
  position: static;
}
.plan .plan_tab div p.viewmore .btn01 {
  padding-top: 8px;
  padding-bottom: 9px;
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  width: 70%;
  min-width: inherit;
}
@media screen and (max-width: 768px) {
  .plan .plan_tab div p.viewmore .btn01 {
    font-size: 1.2rem;
    padding-top: 6px;
    padding-bottom: 7px;
  }
}
.plan .plan_tab div p + p {
  margin-top: 0;
}
.plan .plan_tab div.plan_tab__tit {
  text-align: left !important;
  border-right: 1px dashed #ccc;
}
@media screen and (max-width: 768px) {
  .plan .plan_tab div.plan_tab__tit {
    position: sticky;
    width: 160px;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .plan .plan_tab div.plan_tab__tit p {
    line-height: 1.4;
  }
}

.contents {
  position: relative;
}
@media screen and (max-width: 1080px) {
  .contents {
    padding: 60px 10%;
  }
}
@media screen and (max-width: 768px) {
  .contents {
    padding: 50px 7%;
  }
}
.contents__container {
  position: relative;
}
@media screen and (max-width: 1080px) {
  .contents__container {
    padding: 0;
  }
}
.contents .section__title {
  font-size: 26rem;
}
@media screen and (max-width: 1080px) {
  .contents .section__title {
    font-size: 12rem;
    margin-bottom: 40px;
    margin-right: 0px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .contents .section__title {
    font-size: 6rem;
    margin-right: 0px;
  }
}
.contents__cont {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: -50px;
}
.contents__cont__inner__title {
  font-size: 2rem;
  margin-bottom: 25px;
}
.contents__cont__inner p {
  text-align: center;
}
.contents__cont__inner .plana {
  width: 60%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1080px) {
  .contents__cont__inner .plana {
    width: 100%;
  }
}

.resev__container {
  padding: 60px;
  position: relative;
  background: url(../images/common/bg_resv.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .resev__container {
    padding: 20px;
  }
}
.resev__cont {
  position: relative;
}
.resev__cont .section__title {
  font-size: 16rem;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .resev__cont .section__title {
    font-size: 12rem;
    margin-bottom: 0px;
    margin-right: 0px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .resev__cont .section__title {
    font-size: 5rem;
    margin-bottom: 0px;
    margin-right: 0px;
  }
}
.resev__cont__inner .time {
  max-width: 400px;
  margin: 0 auto 30px;
}
.resev__cont__inner .viewmore {
  margin-top: 20px;
}
.resev__cont__inner .viewmore .btn01 {
  background: #000;
  color: #fff;
}
.resev__cont__inner__title {
  font-size: 2rem;
  margin-bottom: 25px;
}
.resev__cont__inner p {
  text-align: center;
}
.resev__cont__inner ul {
  list-style-type: none;
  display: flex;
  width: 100%;
  max-width: 768px;
  margin: 0 auto 30px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .resev__cont__inner ul {
    flex-direction: column;
  }
}
.resev__cont__inner ul li {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 768px) {
  .resev__cont__inner ul li {
    width: 100%;
    margin-top: 10px;
  }
}
.resev__cont__inner ul li a {
  background: #fff;
  border: 1px solid #000;
  display: flex;
  padding: 5px 20px;
  justify-content: space-between;
}
.resev__cont__inner ul li a span {
  font-size: 20px;
  font-family: "Fjalla One", sans-serif;
  margin: 0 auto;
}
.resev__cont__inner ul li:nth-child(1) a:before {
  content: "";
  background: url(../images/common/img_icon_tel.png) center center no-repeat;
  display: block;
  width: 30px;
  background-size: contain;
}
.resev__cont__inner ul li:nth-child(2) a:before {
  content: "";
  background: url(../images/common/img_icon_mail.png) center center no-repeat;
  display: block;
  width: 30px;
  background-size: contain;
}
.resev__cont__inner ul li:nth-child(3) a:before {
  content: "";
  background: url(../images/common/img_icon_web.png) center center no-repeat;
  display: block;
  width: 30px;
  background-size: contain;
}

.insta {
  margin-bottom: 20px;
}
.insta div {
  width: calc(25% - 40px);
  margin-right: 40px;
  margin-bottom: 40px;
  display: inline-block;
}
@media screen and (max-width: 1366px) {
  .insta div {
    width: calc(25% - 25px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .insta div:nth-of-type(3n) {
    margin-right: 30px;
  }
  .insta div:nth-of-type(4n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1080px) {
  .insta div {
    width: calc(33.3333333333% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .insta div:nth-of-type(3n) {
    margin-right: 0px;
  }
  .insta div:nth-of-type(4n) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .insta div {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .insta div:nth-of-type(3n) {
    margin-right: 20px;
  }
  .insta div:nth-of-type(2n) {
    margin-right: 0px;
  }
  .insta div:nth-of-type(4n) {
    margin-right: 0px;
  }
  .insta div:nth-of-type(2n+1) {
    margin-right: 20px;
  }
}
.insta div img {
  max-width: 100%;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .insta div img {
    border-radius: 10px;
  }
}

.swiper-container {
  width: 100%;
  margin: 40px 0;
  padding: 60px;
}

.swiper-wrapper {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .swiper-wrapper {
    margin-bottom: 80px;
  }
}
.swiper-wrapper .swiper-slide {
  opacity: 0.4;
  overflow: hidden;
  transition: 0.7s;
}
.swiper-wrapper .swiper-slide img {
  width: 100%;
}
.swiper-wrapper .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1.5); /* スライドの大きさ調整 */
}

.project {
  position: relative;
}
.project__container {
  position: relative;
}
.project__container .section__title {
  text-align: right;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .project__container .section__title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .project__container .section__title {
    margin-bottom: 40px;
  }
}
.project::before {
  content: "";
  width: 100%;
  background: linear-gradient(90deg, #C3D217 25%, transparent 25%, transparent 100%);
  background-attachment: scroll;
  height: 80vh;
  background-attachment: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: -2;
  position: absolute;
}
.project::after {
  content: "";
  width: 100%;
  background: linear-gradient(90deg, transparent 0%, transparent 75%, #014D65 75%, #014D65 100%);
  background-attachment: scroll;
  height: 80vh;
  background-attachment: fixed;
  top: 110vh;
  right: 0;
  display: block;
  z-index: -2;
  position: absolute;
}
.project__cont {
  position: relative;
  margin: 0 auto 160px;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 1080px) {
  .project__cont {
    margin: 0 auto 40px;
    flex-wrap: wrap;
  }
}
.project__cont__image {
  width: 52%;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2;
  padding-top: 33.75%;
  max-height: 340px;
  border-radius: 15px;
}
@media screen and (max-width: 1080px) {
  .project__cont__image {
    width: 100%;
    padding-top: 75%;
    border-radius: 10px;
  }
}
.project__cont__inner {
  width: 52%;
  right: 0;
  padding: 40px 0% 40px 8%;
  /*background: $bg-gray;*/
  z-index: 1;
  margin: 7% 0 -4% -4%;
}
@media screen and (max-width: 1080px) {
  .project__cont__inner {
    padding: 0;
  }
}
.project__cont__inner:nth-of-type(2n) {
  margin: 0;
}
@media screen and (max-width: 1080px) {
  .project__cont__inner:nth-of-type(2n) {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 1080px) {
  .project__cont__inner {
    width: 100%;
    margin: 0;
  }
}
.project__cont__inner__title {
  display: flex;
  align-items: end;
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .project__cont__inner__title {
    margin-bottom: 10px;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.project__cont__inner__title .nb {
  position: relative;
  font-size: 5rem;
  color: #FF4014;
}
@media screen and (max-width: 1080px) {
  .project__cont__inner__title .nb {
    display: flex;
    align-items: baseline;
  }
}
.project__cont__inner__title .nb span {
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  padding-left: 1.8em;
  vertical-align: text-bottom;
}
@media screen and (max-width: 1080px) {
  .project__cont__inner__title .nb span {
    display: inherit;
  }
}
.project__cont__inner__title .nb span:before {
  content: "";
  position: absolute;
  border: 1px solid #FF4014;
  width: 90px;
  transform: rotate(-60deg);
  left: -30px;
  top: 0;
}
@media screen and (max-width: 1080px) {
  .project__cont__inner__title .nb span:before {
    left: -10px;
    width: 60px;
  }
}
.project__cont__inner__title h3 {
  font-size: 2.4rem;
  font-weight: normal;
  align-items: flex-start;
  padding-left: 2em;
}
@media screen and (max-width: 1080px) {
  .project__cont__inner__title h3 {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.project__cont__inner__title h3 span {
  font-size: 1.4rem;
  display: block;
}
@media screen and (max-width: 1366px) {
  .project__cont__inner__title h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1080px) {
  .project__cont__inner__title h3 {
    font-size: 1.8rem;
    display: flex;
    line-height: 1.5;
  }
}
.project__cont__inner__title h3 span {
  padding-right: 20px;
}
@media screen and (max-width: 1080px) {
  .project__cont__inner__title h3 span {
    padding-right: 10px;
  }
}
.project__cont__inner h4 {
  font-size: 1.8rem;
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 20px;
  list-style: 2;
  font-weight: normal;
}
.project__cont__inner p {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .project__cont__inner p {
    margin-bottom: 20px;
  }
}
.project__cont__inner .c-btn {
  justify-content: flex-end;
}
.project__cont:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.project__cont:nth-of-type(2n) .project__cont__inner {
  margin: 0% 0% -4% 0%;
  padding-left: 0px;
  padding-right: 8%;
}
.project__cont:nth-of-type(2n) .feuture__cont__inner {
  margin: 7% -4% -4% 0%;
  padding-left: 0;
}
@media screen and (max-width: 1080px) {
  .project__cont:nth-of-type(2n) .feuture__cont__inner {
    margin: 0;
  }
}
.project__cont__text {
  width: 50%;
}
@media (max-width: 768px) {
  .project__cont__text {
    width: 100%;
  }
}
.project__cont__text p {
  line-height: 2;
}
@media (max-width: 768px) {
  .project__cont__text p {
    margin: 20px 0 0;
  }
}

.works {
  position: relative;
  background: url(../../images/common/bg_wall.jpg) no-repeat;
  background-attachment: scroll;
  background-attachment: fixed;
}
.works::before {
  content: "";
  width: 100%;
  /*background: linear-gradient(90deg, #909090 15%, transparent 15%, transparent 100%);*/
  background-attachment: scroll;
  height: 80vh;
  top: 0;
  left: 0;
  display: block;
  z-index: -2;
  position: absolute;
}
.works::after {
  content: "";
  width: 100%;
  /*background: linear-gradient(90deg, transparent 75%, #909090 75%, #909090 100%);*/
  background-attachment: scroll;
  height: 80vh;
  background-attachment: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: -2;
  position: absolute;
}
.works__container {
  position: relative;
}
.works .section__title {
  text-align: right;
  margin-bottom: 80px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .works .section__title {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}
.works__image {
  width: 100%;
}
@media (max-width: 768px) {
  .works__image {
    width: 100%;
  }
}
.works__image img {
  width: 100%;
  height: auto;
}
.works__cont {
  position: relative;
  margin: -80px auto 0;
  width: 80%;
  padding: 40px 60px;
  background: #fff;
}
.works__cont p {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .works__cont p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .works__cont {
    margin: -40px auto 0;
    padding: 20px;
    width: 90%;
  }
}

.map iframe {
  filter: grayscale(60%);
  -webkit-filter: grayscale(60%);
  height: 300px;
}
@media (min-width: 768px) {
  .map iframe {
    height: 500px;
  }
}

.y-btn a {
  text-decoration: none;
  font-size: 14px;
  color: #0198B7;
  display: flex;
  align-items: center;
}
.y-btn a:before {
  content: "";
  background: url(../../images/common/icon_calender_b.svg) no-repeat center right;
  background-size: auto;
  width: 18px;
  height: 15px;
  display: block;
  margin-right: 10px;
  margin-top: 2px;
  background-size: contain;
}
.y-btn a:after {
  background: url(../../images/common/arrow_2.svg) no-repeat center right;
  background-size: auto;
  content: "";
  width: 20px;
  height: 14px;
  display: block;
  margin-top: 2px;
  background-size: contain;
}

footer {
  padding: 50px 0 24px;
  background: #222222;
  background-size: auto;
  width: 100%;
  position: relative;
  z-index: 2;
  background-size: cover;
}
footer .c-btn {
  display: block;
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
}
footer .c-btn ul {
  display: flex;
  align-items: center;
  padding: 0 0px;
  font-size: 14px;
  text-align: center;
  justify-content: center;
}
footer .c-btn ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 0 15px;
}
footer .c-btn ul li a {
  color: #fff !important;
}
footer .c-btn ul li a img {
  width: auto;
  height: 28px;
  max-width: 35px;
}
@media screen and (max-width: 768px) {
  footer .c-btn ul li a img {
    height: auto;
    max-width: 24px;
  }
}
footer small {
  font-size: 10px;
  line-height: 1;
  text-align: center;
  display: block;
  border-top: 1px solid #ccc;
  color: #fff;
  padding-top: 15px;
}

#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url(../images/common/pagetop.png) no-repeat center center;
  background-size: auto;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #pagetop {
    width: 60px;
    height: 60px;
  }
}

.intro {
  position: relative;
  padding-top: 90px;
}
.intro__container {
  position: relative;
  width: 100%;
  display: block;
  text-align: left;
}
.intro:after {
  content: "";
  background: url(../images/common/mv_btm_bg.png) left bottom no-repeat;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 70%;
  display: block;
  z-index: 2;
  background-size: contain;
  height: 100%;
}
.intro .section__title {
  text-align: left;
  margin-bottom: 0px;
  line-height: inherit;
  line-height: 1;
  padding: 2% 5%;
}
@media screen and (max-width: 1080px) {
  .intro .section__title {
    font-size: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .intro .section__title {
    font-size: 6rem;
  }
}
.intro .section__title span {
  color: #000;
  display: block;
  text-align: left;
  font-weight: normal;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1366px) {
  .intro .section__title span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1080px) {
  .intro .section__title span {
    font-size: 1.8rem;
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .intro .section__title span {
    font-size: 1.4rem;
  }
}
.intro .section__title span small {
  font-size: 70%;
  font-family: "Zen Maru Gothic", sans-serif;
}
.intro .section__title:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: -1;
  display: block;
  background: linear-gradient(to bottom right, #AA70AA, #5784C2, #0099DB);
  opacity: 0.3;
}
.intro .section__title::after {
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to bottom right, #AA70AA, #5784C2, #0099DB);
  opacity: 0.3;
}

.page_list {
  position: relative;
}
.page_list__container {
  position: relative;
}
.page_list__container ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style-type: none;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .page_list__container ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page_list__container ul.repeat3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .page_list__container ul.repeat3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .page_list__container ul {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
}
.page_list__container ul li {
  border: 1px solid #9B4BE1;
  padding: 20px;
  border-radius: 6px;
}
@media screen and (max-width: 1080px) {
  .page_list__container ul li {
    padding: 10px 5px;
  }
}
.page_list__container ul li a {
  display: block;
  font-size: 1.6rem;
  color: #9B4BE1;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .page_list__container ul li a {
    font-size: 1.4rem;
    padding-right: 40px;
    line-height: 1.2;
    padding: 10px 40px 10px 10px;
  }
}
@media screen and (max-width: 1080px) {
  .page_list__container ul li a {
    font-size: 1.3rem;
    padding-right: 40px;
    line-height: 1.2;
    padding: 5px 40px 5px 5px;
  }
}
.page_list__container ul li a::after {
  content: "";
  background: url(../images/common/list_arrow.png) no-repeat center right;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-left: auto;
  position: absolute;
  right: 10px;
  top: 20%;
}
.page_list__container ul li:hover {
  background: linear-gradient(to bottom right, #F5FAFD, #FEF5FF, #F3FEFF);
}
.page_list__container .section__title {
  text-align: right;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .page_list__container .section__title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .page_list__container .section__title {
    margin-bottom: 40px;
  }
}

.page .section__title {
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 60px;
  text-shadow: none;
  color: #000;
  text-align: center;
  opacity: 1;
}
.page .section__title span {
  color: #000;
  display: block;
  text-align: center;
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .page .section__title span {
    font-size: 2.2rem;
  }
}
.page .section__title::after {
  content: "";
  border-bottom: 2px solid #000;
  width: 100px;
  display: block;
  margin: 20px auto 0;
}
.page .detail_under {
  width: 76%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .detail_under {
    width: 100%;
  }
}
.page .detail_under div {
  font-size: 16px;
}
.page .detail_under div p + p {
  margin-top: 20px;
}
.page .detail_under img {
  border-radius: 15px;
  margin-top: 100px;
  display: block;
  max-width: 100%;
  height: auto;
}
.page .detail_under small {
  font-size: 12px;
  display: block;
}
.page .detail_under .section__title {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .page .detail_under .section__title {
    font-size: 22px;
  }
}
.page .detail_under .section__title span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .page .detail_under .section__title span {
    font-size: 16px;
  }
}
.page .detail_under #post-detail img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .detail_under #post-detail img {
    width: 100%;
    max-width: 100%;
  }
}
.page .detail_nav {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #eee;
  border-radius: 15px;
}
.page .detail_nav div {
  width: 20%;
  font-size: 14px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .detail_nav div {
    width: auto;
    padding: 10px 5px;
  }
}
.page .detail_nav div.detail_more {
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
  text-align: center;
  color: #000;
  font-size: 1.6rem;
}
.page .detail_nav div.detail_prv {
  text-align: right;
  width: 20%;
}
.page .detail_nav div.detail_prv a {
  position: relative;
  color: #000;
  font-size: 1.6rem;
}
.page .detail_nav div.detail_prv a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2em;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  transform: rotate(-135deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.page .detail_nav div.detail_nxt {
  text-align: left;
  width: 20%;
}
.page .detail_nav div.detail_nxt a {
  position: relative;
  color: #000;
  font-size: 1.6rem;
}
.page .detail_nav div.detail_nxt a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -2em;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.page .profile {
  background: #000;
  color: #fff;
  position: relative;
  width: 100%;
}
.page .profile::before {
  content: "";
  background: url(../../images/top/mv_bg2.jpg) no-repeat center right;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  display: block;
  width: 100%;
}
.page .profile dl {
  display: flex;
  font-size: 1.6rem;
  margin-top: 10px;
  font-weight: normal;
}
.page .profile dl dt {
  padding-right: 2em;
}
.page .project {
  position: relative;
}
.page .project::before {
  content: "";
  width: 100%;
  background: linear-gradient(90deg, #C3D217 25%, transparent 25%, transparent 100%);
  background-attachment: scroll;
  height: 80vh;
  background-attachment: fixed;
  top: 10vh;
  left: 0;
  display: block;
  z-index: -2;
  position: absolute;
}
.page .project::after {
  content: "";
  width: 100%;
  background: linear-gradient(90deg, transparent 0%, transparent 75%, #014D65 75%, #014D65 100%);
  background-attachment: scroll;
  height: 80vh;
  background-attachment: fixed;
  bottom: 0;
  right: 0;
  display: block;
  z-index: -2;
  position: absolute;
}
.page .project__container {
  position: relative;
}
.page .project__container .section__title {
  text-align: right;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .page .project__container .section__title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .page .project__container .section__title {
    margin-bottom: 40px;
  }
}
.page .project__cont {
  position: relative;
  margin: 0 auto 100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.page .project__cont:nth-last-of-type() {
  margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
  .page .project__cont {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 768px) {
  .page .project__cont {
    margin: 0 auto 40px;
    flex-wrap: wrap;
  }
}
.page .project__cont__image {
  width: 50%;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2;
  padding-top: 33.75%;
  max-height: 340px;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .page .project__cont__image {
    width: 100%;
    padding-top: 75%;
    border-radius: 10px;
    margin-bottom: 30px;
  }
}
.page .project__cont__inner {
  width: 50%;
  right: 0;
  padding: 40px 0% 40px 8%;
  /*background: $bg-gray;*/
  z-index: 1;
  margin: 7% 0 -4% -4%;
}
@media screen and (max-width: 1080px) {
  .page .project__cont__inner {
    padding: 0;
  }
}
.page .project__cont__inner:nth-of-type(2n) {
  margin: 0;
}
@media screen and (max-width: 1080px) {
  .page .project__cont__inner:nth-of-type(2n) {
    margin: 0;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page .project__cont__inner:nth-of-type(2n) {
    width: 100%;
    margin: 0;
    padding: 0px;
  }
}
@media screen and (max-width: 1080px) {
  .page .project__cont__inner {
    width: 100%;
    margin: 0;
  }
}
.page .project__cont__inner h4 {
  font-size: 1.8rem;
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 20px;
  list-style: 2;
  font-weight: normal;
}
.page .project__cont__inner p {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page .project__cont__inner p {
    margin-bottom: 20px;
  }
}
.page .project__cont__inner dl {
  display: flex;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .page .project__cont__inner dl {
    font-size: 1.4rem;
  }
}
.page .project__cont__inner dl dt {
  width: 18%;
}
.page .project__cont__inner dl dd {
  width: 82%;
}
.page .project__cont__inner .c-btn {
  justify-content: flex-end;
}
.page .project__cont:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.page .project__cont:nth-of-type(2n) .project__cont__inner {
  margin: 0% 0% -4% 0%;
  padding-left: 0px;
  padding-right: 8%;
}
@media screen and (max-width: 1080px) {
  .page .project__cont:nth-of-type(2n) .project__cont__inner {
    margin: 0;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .page .project__cont:nth-of-type(2n) .project__cont__inner {
    margin: 0;
    padding: 0;
  }
}
.page .project__cont__text {
  width: 50%;
}
@media (max-width: 768px) {
  .page .project__cont__text {
    width: 100%;
  }
}
.page .project__cont__text p {
  line-height: 2;
}
@media (max-width: 768px) {
  .page .project__cont__text p {
    margin: 20px 0 0;
  }
}
.page .project__cont__bottom {
  width: 100%;
}
.page .project__cont__bottom .flex {
  /*justify-content: space-between;*/
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.page .project__cont__bottom .flex__items {
  width: calc(25% - 30px);
  margin: 40px 0;
  margin-right: 40px;
}
@media screen and (max-width: 1600px) {
  .page .project__cont__bottom .flex__items:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1366px) {
  .page .project__cont__bottom .flex__items {
    width: calc(33.3333333333% - 20px) !important;
    margin: 30px 0;
    margin-right: 30px;
  }
  .page .project__cont__bottom .flex__items:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .project__cont__bottom .flex__items {
    width: calc(50% - 10px) !important;
    margin: 30px 0;
    margin-right: 15px;
  }
  .page .project__cont__bottom .flex__items:nth-of-type(3n) {
    margin-right: 15px;
  }
  .page .project__cont__bottom .flex__items:nth-of-type(2n) {
    margin-right: 0;
  }
}
.page .project__cont__bottom .flex__items .image {
  position: relative;
}
.page .project__cont__bottom .flex__items .image .date {
  position: absolute;
  display: block;
  top: -30px;
  left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page .project__cont__bottom .flex__items .image .date {
    top: -10px;
  }
}
.page .project__cont__bottom .flex__items .image .date span {
  background: #fff;
  text-align: left;
  padding: 5px 20px;
  font-size: 20px;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  .page .project__cont__bottom .flex__items .image .date span {
    font-size: 14px;
    padding: 5px 10px;
  }
}
.page .project__cont__bottom .flex__items .image .date span small {
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page .project__cont__bottom .flex__items .image .date span small {
    font-size: 12px;
  }
}
.page .project__cont__bottom .flex__items .image .date span:last-child {
  padding-top: 0;
}
.page .project__cont__bottom .flex__items .image a {
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
  display: block;
}
.page .project__cont__bottom .flex__items .image .lead {
  background: #d4dde1;
  text-align: left;
  padding: 5px 20px;
  font-size: 14px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page .project__cont__bottom .flex__items .image .lead {
    padding: 0px 5px;
    font-size: 14px;
  }
}
.page .project__cont__bottom .flex__items .image:hover .lead, .page .project__cont__bottom .flex__items .image:hover .date span {
  background: #FFEB00;
}
.page .project__cont__bottom .flex__items .ev_bottom h3 {
  padding-top: 20px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .project__cont__bottom .flex__items .ev_bottom h3 {
    line-height: 1.4;
    font-size: 14px;
  }
}
.page .project__cont__bottom .flex__items .ev_bottom p {
  padding-top: 15px;
  line-height: 1.4;
  font-weight: 14px;
}
.subject__page__container {
  position: relative;
}
.subject__page .section__title {
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 30px;
  text-shadow: none;
  color: #000;
  text-align: center;
  opacity: 1;
}
.subject__page .section__title img {
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .subject__page .section__title {
    font-size: 2rem;
  }
}
.subject__page .section__title span {
  color: #000;
  display: block;
  text-align: center;
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .subject__page .section__title span {
    font-size: 1.8rem;
  }
}
.subject__page .section__title::after {
  content: "";
  border-bottom: 2px solid #000;
  width: 100px;
  display: block;
  margin: 20px auto 0;
}
.subject__page h3 {
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.subject__page h4 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.subject__page .tel {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .subject__page .text-center {
    text-align: left !important;
  }
}
.subject__page__cont {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
@media screen and (max-width: 1080px) {
  .subject__page__cont {
    flex-wrap: wrap;
    padding-top: 0px;
  }
}
.subject__page__cont__image {
  width: calc(50% - 70px);
  order: 2;
}
@media screen and (max-width: 1080px) {
  .subject__page__cont__image {
    width: 100%;
  }
}
.subject__page__cont__image .gallery {
  width: 100%;
  margin-inline: auto;
  margin-top: 60px;
  /* 以下gridレイアウト用 */
  display: grid;
  gap: 10px; /* 画像間の余白 */
  grid-template-columns: repeat(6, 1fr);
}
.subject__page__cont__image .gallery a:nth-child(7n-6) {
  grid-row: auto/span 1;
  grid-column: auto/span 3;
}
.subject__page__cont__image .gallery a:nth-child(7n-2) {
  grid-row: auto/span 1;
  grid-column: auto/span 4;
}
.subject__page__cont__image .gallery a:nth-child(7n-4) {
  grid-row: auto/span 1;
  grid-column: auto/span 3;
}
.subject__page__cont__image .gallery a:nth-child(7n-3) {
  grid-row: auto/span 1;
  grid-column: auto/span 2;
}
.subject__page__cont__image .gallery a:nth-child(7n-5) {
  grid-row: auto/span 2;
  grid-column: auto/span 3;
}
.subject__page__cont__image .gallery a:nth-child(7n-1) {
  grid-row: auto/span 1;
  grid-column: auto/span 3;
}
.subject__page__cont__image .gallery a:nth-child(7n) {
  grid-row: auto/span 1;
  grid-column: auto/span 3;
}
.subject__page__cont__image .gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.subject__page__cont__inner {
  width: 50%;
  order: 1;
}
@media screen and (max-width: 1080px) {
  .subject__page__cont__inner {
    width: 100%;
  }
}
.subject__page__cont__inner ul {
  list-style-type: none;
}
.subject__page__cont__inner ul li {
  padding-left: 20px;
}
.subject__page__cont__inner ul li::before {
  content: "◌ ";
}
.subject__page__cont__image2 {
  width: 100%;
  order: inherit;
  margin-top: 30px;
}
.subject__page__cont__image2 .gallery2 {
  width: 100%;
  margin-inline: auto;
  /* 以下gridレイアウト用 */
  display: grid;
  gap: 10px; /* 画像間の余白 */
  grid-template-columns: repeat(6, 1fr);
}
.subject__page__cont__image2 .gallery2 a:nth-child(7n-6) {
  grid-row: auto/span 1;
  grid-column: auto/span 2;
}
.subject__page__cont__image2 .gallery2 a:nth-child(7n-5) {
  grid-row: auto/span 1;
  grid-column: auto/span 2;
}
.subject__page__cont__image2 .gallery2 a:nth-child(7n-4) {
  grid-row: auto/span 1;
  grid-column: auto/span 2;
}
.subject__page__cont__image2 .gallery2 a:nth-child(7n-3) {
  grid-row: auto/span 1;
  grid-column: auto/span 1;
}
.subject__page__cont__image2 .gallery2 a:nth-child(7n-2) {
  grid-row: auto/span 1;
  grid-column: auto/span 2;
}
.subject__page__cont__image2 .gallery2 a:nth-child(7n-1) {
  grid-row: auto/span 1;
  grid-column: auto/span 3;
}
.subject__page__cont__image2 .gallery2 a:nth-child(7n) {
  grid-row: auto/span 1;
  grid-column: auto/span 3;
}
.subject__page__cont__image2 .gallery2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.subject__page__cont__image2 .gallery3 {
  width: 100%;
  overflow: auto;
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 10px;
       column-gap: 10px;
  /* 以下gridレイアウト用 */
}
@media screen and (max-width: 768px) {
  .subject__page__cont__image2 .gallery3 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.subject__page__cont__image2 .gallery3 a {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.subject__page__cont__image2 .gallery3 img {
  width: 100%;
  /*object-fit: cover; 
  object-position: center; */
}
.subject__page .gmap {
  width: 80%;
  margin: 60px auto 0;
  filter: grayscale(0%);
}
@media screen and (max-width: 1080px) {
  .subject__page .gmap {
    width: 100%;
  }
}
.subject__page .time_list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .subject__page .time_list {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.subject__page .time_list li {
  margin: 40px 10px;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .subject__page .time_list li {
    margin: 10px auto;
  }
}
.subject__page .time_list li span {
  background: #222;
  color: #fff;
  border-radius: 20px;
  padding: 8px 20px;
  max-width: 260px;
}

.plan_flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 1080px) {
  .plan_flex {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .plan_flex {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.plan_flex .plan_cont {
  border: 1px solid #ccc;
  margin-bottom: 40px;
  padding: 25px;
}
@media screen and (max-width: 1080px) {
  .plan_flex .plan_cont {
    padding: 15px;
  }
}
.plan_flex .plan_cont a {
  color: #222;
  align-items: center;
}
.plan_flex .plan_cont a .price_title {
  border-bottom: 1px solid #ccc;
}
.plan_flex .plan_cont a .price_title h3 {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 2.2rem;
}
@media screen and (max-width: 1600px) {
  .plan_flex .plan_cont a .price_title h3 {
    font-size: 1.9rem;
  }
}
.plan_flex .plan_cont a .price_title .time {
  margin-bottom: 10px;
}
.plan_flex .plan_cont a .price_title .time span {
  font-size: 12px;
  padding: 5px 20px;
  background: #222;
  color: #fff;
  border-radius: 20px;
  line-height: 1.5rem;
  font-weight: 400;
}
.plan_flex .plan_cont a .price_title table {
  margin-bottom: 10px;
}
.plan_flex .plan_cont a .price_title table td, .plan_flex .plan_cont a .price_title table th {
  padding: 0 20px 0px 0px;
  border: none;
  line-height: 1.5;
  font-size: 1.4rem;
}
.plan_flex .plan_cont a .price_title table td {
  white-space: nowrap;
}
@media screen and (max-width: 1080px) {
  .plan_flex .plan_cont a .price_title table td {
    padding: 0px;
  }
}
@media screen and (max-width: 1080px) {
  .plan_flex .plan_cont a .price_title table th {
    padding: 0 10px 0px 0px;
  }
}
.plan_flex .plan_cont a .price_title .price p {
  display: grid;
  grid-template-columns: 0.5fr 1fr 1.5fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: baseline;
  margin-top: auto;
  font-size: 3.6rem;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1600px) {
  .plan_flex .plan_cont a .price_title .price p {
    display: inline-block;
    font-size: 3.2rem;
    width: 100%;
  }
}
.plan_flex .plan_cont a .price_title .price p span {
  font-size: 1.3rem;
  font-weight: 300;
  padding: 3px;
  white-space: nowrap;
}
@media screen and (max-width: 1600px) {
  .plan_flex .plan_cont a .price_title .price p span {
    width: 80px;
  }
}
.plan_flex .plan_cont a .price_title .price p span.day {
  background: #0198B7;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
}
@media screen and (max-width: 1600px) {
  .plan_flex .plan_cont a .price_title .price p span.day {
    display: block;
  }
}
.plan_flex .plan_cont a .price_title .price p span.end {
  background: #AA70AA;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .plan_flex .plan_cont a .price_title .price p span.end {
    display: block;
  }
}
.plan_flex .plan_cont a .price_com {
  padding-top: 25px;
}
.plan_flex .plan_cont a .price_com p {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
}
.plan_flex .plan_cont a .price_com p + p {
  margin-top: 10px;
}
.plan_flex .plan_cont a .price_com ul {
  margin-left: 13px;
  margin-bottom: 10px;
}
.plan_flex .plan_cont a .price_com ul li {
  font-size: 1.4rem;
  line-height: 1.6;
}
.plan_flex .plan_cont a .price_com .more {
  margin: 20px auto 0;
  width: 60%;
  position: relative;
}
.plan_flex .plan_cont a .price_com .more span {
  font-size: 14px;
  font-weight: bold;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  box-sizing: border-box;
  text-align: center;
  color: #000;
  border: 1px solid #000;
  background: #fff;
  padding: 10px 30px;
  width: 100%;
  display: inline-block;
}
.plan_flex .plan_cont a .price_com .more:before {
  content: "";
  width: 40px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: -22px;
  border-top: 2px solid #000000;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.plan_flex .plan_cont a .price_com .more:after {
  content: "";
  height: 8px;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -8px;
  border-left: 3px solid #3e3a39;
  transform: skewX(45deg);
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.plan_flex .plan_cont a .price_com .more:hover:before {
  width: 73px;
  right: -42px;
}
.plan_flex .plan_cont a .price_com .more:hover:after {
  right: -40px;
}

.terms_list {
  margin: 0px auto 0;
  padding: 50px 0;
  max-width: 1020px;
}
@media screen and (max-width: 768px) {
  .terms_list {
    padding: 0px 0;
  }
}
.terms_list dl dt {
  font-size: 2rem;
  position: relative;
  margin-bottom: 20px;
  line-height: 3;
  border-bottom: 2px solid #222;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .terms_list dl dt {
    font-size: 1.8rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
.terms_list dl dt:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2.4rem;
  width: 20px;
  background: #222;
  height: 8px;
}
@media screen and (max-width: 768px) {
  .terms_list dl dt:after {
    bottom: inherit;
  }
}
.terms_list dl dt span.date {
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.terms_list dl dd ul {
  margin-left: 1.3rem;
}
.terms_list dl dd ul li + li {
  margin-top: 15px;
}
.terms_list dl dd ul li {
  list-style-type: square;
}
.terms_list.news dl + dl {
  margin-top: 60px;
}
.terms_list.news p {
  margin-top: 40px;
}
.terms_list .attention {
  width: 100%;
}
.terms_list .attention h3 {
  font-size: 2rem;
  font-weight: 400;
}

dl + dl {
  margin-top: 30px;
}

.pagination {
  margin-top: 50px;
}
.pagination ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.pagination ul li {
  width: 35px;
  height: 35px;
  border: 1px solid #222;
  margin: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.pagination ul li.current {
  background-color: #222;
  color: #fff;
  font-size: 14px;
}
.pagination ul li.current a {
  color: #fff;
}

.tel_box {
  text-align: center;
}
.tel_box h3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .tel_box h3 {
    font-size: 3.2rem;
  }
}
.tel_box h3:before {
  content: "";
  background: url(../images/common/img_icon_tel.png) center center no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  background-size: contain;
}
.tel_box h3 a {
  color: #222;
  padding-left: 15px;
}
.tel_box p {
  text-align: center;
}

.contact__page {
  background: #fff;
}
@media screen and (max-width: 1080px) {
  .contact__page {
    padding: 100px 10%;
  }
}
@media screen and (max-width: 768px) {
  .contact__page {
    padding: 50px 5%;
  }
}
.contact__page .subject__container {
  padding: 0px 15%;
  font-size: 1.5rem;
}
.contact__page .subject__container:first-of-type {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact__page .subject__container:last-of-type p.tel {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .contact__page .subject__container {
    padding: 40px 15px;
    margin: 0 auto;
  }
}
.contact__page .subject__container .section__title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.contact__page .subject__container h2 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  color: #0198B7;
  font-weight: 400;
  text-align: center;
}
.contact__page .subject__container h3 {
  margin-bottom: 30px;
  text-align: center;
}
.contact__page .subject__container h3::before {
  content: "";
  display: none;
}
.contact__page .subject__container h4.tit_page_sub2 {
  margin-bottom: 10px;
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .contact__page .subject__container h4.tit_page_sub2 {
    margin-bottom: 10px;
  }
}
.contact__page .subject__container .tel {
  text-align: center;
}
.contact__page .subject__container .tel a {
  font-size: 36px;
  margin-bottom: 10px;
}
.contact__page .subject__container .tel p {
  text-align: center !important;
}
.contact__page .subject__container table {
  font-size: 1.5rem;
  text-align: left;
  width: 100%;
  margin-top: 40px;
}
.contact__page .subject__container table th {
  border-bottom: 1px solid #666;
  padding: 15px 0;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .contact__page .subject__container table th {
    display: block;
    width: 100%;
  }
}
.contact__page .subject__container table th label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}
.contact__page .subject__container table th .label {
  padding: 0.2em 0.6em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #d9534f;
  float: right;
  margin-right: 30px;
  margin-top: 5px;
}
.contact__page .subject__container table td {
  border-bottom: 1px solid #666;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .contact__page .subject__container table td {
    display: block;
    width: 100%;
  }
}
.contact__page .subject__container table td textarea {
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
}
.contact__page .subject__container table td input, .contact__page .subject__container table td select {
  display: inline-block;
  height: 42px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact__page .subject__container table td input, .contact__page .subject__container table td select, .contact__page .subject__container table td textarea {
  font-family: "nsjp", "swis721", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 100%;
  box-sizing: border-box;
}
.contact__page .subject__container table td button, .contact__page .subject__container table td html input[type=button], .contact__page .subject__container table td input[type=reset], .contact__page .subject__container table td input[type=submit] {
  /*-webkit-appearance: button;*/
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 6px;
  background: #ccc;
}
.contact__page .subject__container .submit {
  text-align: center;
  margin-top: 30px;
  font-size: 1.5rem;
}
.contact__page .subject__container [type=reset], .contact__page .subject__container [type=submit], .contact__page .subject__container button, .contact__page .subject__container html [type=button] {
  /*-webkit-appearance: button;*/
  background: #BD9F77;
  padding: 8px 10px 9px;
  border-radius: 6px;
  color: #fff;
}

table {
  margin-bottom: 50px;
}
table th, table td {
  padding: 20px 30px 20px 0;
  padding-right: 30px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-weight: normal;
}
table th {
  padding: 0;
  white-space: nowrap;
  border-bottom: none;
}
table th .label {
  background: #d9534f;
  color: #fff !important;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: 400;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  table td {
    padding: 20px 30px 20px 0;
    padding-right: 0px;
  }
}
table.con_tab {
  margin: 0 auto;
}
table.con_tab th, table.con_tab td {
  text-align: left;
  font-weight: normal;
  width: 100%;
  display: block;
  border: none;
}
table.con_tab th {
  padding-bottom: 10px;
}
table.con_tab th span {
  font-size: 1rem;
  color: #d9534f;
}
table.con_tab td {
  font-weight: normal;
  padding-bottom: 30px;
  padding-top: 0 !important;
}
table.com_tab {
  margin: 0 auto;
}
table.com_tab th, table.com_tab td {
  text-align: left;
  font-weight: normal;
  border: none;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  table.com_tab th, table.com_tab td {
    width: 100%;
    display: block;
  }
}
table.recu_tab {
  margin-bottom: 50px;
}
table.nom_tab {
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: none;
  border-right: none;
}
table.nom_tab th, table.nom_tab td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  table.nom_tab th, table.nom_tab td {
    width: 100%;
    display: block;
  }
}
table.nom_tab th {
  width: 25%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  table.nom_tab th {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
table.nom_tab td {
  width: 75%;
}
@media screen and (max-width: 768px) {
  table.nom_tab td {
    width: 100%;
    padding-left: 0px;
    padding-right: 15px;
  }
}

input[type=text], input[type=email] {
  width: 100%;
  box-sizing: border-box;
}

.page__subject {
  position: relative;
}
.page__subject__container {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page__subject {
    margin-top: 0px;
  }
}
.page__subject .tit01 {
  max-width: 500px;
  margin: 0 auto 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page__subject .tit01 {
    margin-bottom: 40px;
  }
}
.page__subject .tit02 {
  margin: 0 auto 60px;
  text-align: center;
  color: #0E9DD3;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .page__subject .tit02 {
    margin-bottom: 40px;
  }
}
.page__subject .lead {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page__subject .lead {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .page__subject p.text-center {
    text-align: left !important;
  }
}
.page__subject .copy-tit-01 {
  font-size: 2rem;
}
.page__subject h2 {
  margin-bottom: 50px;
}
.page__subject h3 {
  color: #6CAE30;
  text-align: right;
  right: 50px;
  top: -20px;
  font-size: 5.6rem;
}
@media screen and (max-width: 1080px) {
  .page__subject h3 {
    font-size: 4.6rem;
    top: -100px;
  }
}
@media screen and (max-width: 768px) {
  .page__subject h3 {
    font-size: 3.6rem;
    right: 0px;
    top: -80px;
  }
}
.page__subject__flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .page__subject__flex {
    flex-direction: column;
  }
}
.page__subject__flex .img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .page__subject__flex .img {
    width: 80%;
    margin-bottom: 30px;
  }
}
.page__subject__flex .subject__text {
  width: 40%;
}
@media screen and (max-width: 1080px) {
  .page__subject__flex .subject__text {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .page__subject__flex .subject__text {
    width: 80%;
  }
}
.page__subject__flex .subject__text h4 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #31B1E4;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page__subject__flex .subject__text {
    margin-bottom: 20px;
  }
}
.page__subject__item {
  text-align: center;
  width: calc(25% - 30px);
}
.page__subject__item:not(:first-child) {
  margin-left: 21px;
}
@media screen and (max-width: 1080px) {
  .page__subject__item:not(:first-child) {
    margin-left: 0px;
  }
}
@media (max-width: 1024px) {
  .page__subject__item {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
  .page__subject__item:not(:first-child) {
    margin: 0px 0 0;
  }
}
.page__subject__item h4 {
  font-size: 18px;
  display: inline-block;
  text-align: center;
  margin: 0 0 20px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .page__subject__item h4 {
    font-size: 14px;
  }
}
.page__subject__item p {
  text-align: center;
  font-size: 18px;
}
.page__subject__item p img {
  max-width: 102px;
  display: block;
  height: auto;
  width: 100%;
}

input[type=text], input[type=email] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #666;
  padding: 15px;
  border-radius: 6px;
}

input, textarea {
  font-size: 100%;
  box-sizing: border-box;
  border: 1px solid #666;
  padding: 15px;
  border-radius: 20px;
  width: 100%;
}

[type=reset], [type=submit], button, html [type=button] {
  /*-webkit-appearance: button;*/
  max-width: 30%;
  position: relative;
  font-size: 14px;
  text-align: center;
  background-color: #222;
  padding-top: 13px;
  padding-bottom: 16px;
  box-sizing: border-box;
  filter: drop-shadow(0px 0px 6px rgba(35, 72, 114, 0.05));
  color: #fff;
  font-weight: bold;
  border: none;
  margin: 10px 10px 0;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  [type=reset], [type=submit], button, html [type=button] {
    max-width: inherit;
  }
}

input[type=text]:focus, input[type=text]:focus, input:focus, select:focus, textarea:focus {
  outline: solid 1px #000;
}

.submit {
  display: flex;
  justify-content: center;
}

.con_form_box.mb-lg {
  margin-bottom: 30px;
}
.con_form_box.text-center {
  text-align: center;
}

#FieldMessageJob {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}
#FieldMessageJob .mail-before-attachment {
  display: block;
}
#FieldMessageJob .checkbox {
  margin-right: 25px;
  display: flex;
  align-items: center;
}
#FieldMessageJob input {
  width: inherit;
  padding-right: 5px;
}
#FieldMessageJob input.checkbox {
  width: 20px;
  height: 20px;
  margin: 0 6px 0 0;
}

#FieldMessageEmail2 {
  display: block;
}
#FieldMessageEmail2 small {
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  #FieldMessageEmail2 {
    margin-top: 10px;
  }
}

.message-box {
  font-size: 1.6rem;
}
.message-box .alert-message, .message-box .error-message {
  color: #d9534f;
}

.privacy__page p.mb-lg, .privacy__page ol.mb-lg {
  margin-bottom: 60px;
}
.privacy__page h3 {
  margin-bottom: 20px;
}
.privacy__page ol {
  margin-left: 2rem;
}
.privacy__page div {
  margin-bottom: 50px;
}

.news_page {
  background: #F6F4EC;
}
.news_page__container {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 80px 15%;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .news_page__container {
    padding: 40px 5%;
  }
}
.news_page__image {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-top: 1px dashed #BD9F77;
  padding-top: 40px;
  margin-bottom: 40px;
}
.news_page__image:first-of-type {
  border-top: none;
  padding-top: 0px;
}
@media (max-width: 768px) {
  .news_page__image {
    width: 100%;
    flex-wrap: inherit;
  }
}
.news_page__image img {
  height: auto;
  margin: 0 auto 40px;
}
.news_page__image h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .news_page__image h3 {
    font-size: 2rem;
  }
}
.news_page__image .date {
  margin-bottom: 5px;
}
.news_page__image .date span {
  background: #BD9F77;
  color: #fff;
  padding: 3px 10px 4px 10px;
}
.news_page__image__list h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: normal;
}
.news_page__image__list .more {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .news_page__image__list .more {
    display: block;
    position: inherit;
  }
}
.news_page__image p a img {
  max-width: 100%;
}
.news_page .pagination {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.4rem;
}
.news_page .pagination span {
  margin: 0 10px;
  color: #BD9F77;
}
.news_page .pagination span.current {
  background: #BD9F77;
  color: #fff;
  padding: 4px 0 5px;
  border-radius: 50%;
  font-weight: bold;
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
}
.news_page p + p {
  margin-top: 15px;
}
.news_page__text {
  width: 70%;
}
@media (max-width: 768px) {
  .news_page__text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .news_page__text p {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .news_page .viewmore {
    margin-left: auto;
    margin-right: 5%;
  }
}

.target {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 0.8s;
}

.target-r {
  opacity: 0;
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transition: 0.5s;
}
@media screen and (max-width: 1080px) {
  .target-r {
    transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
  }
}

.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.tab_box .tab-menu {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  display: flex;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.tab_box .tab-menu li {
  padding: 1em 1em 1em 1em;
  width: 33.3333333333%;
  cursor: pointer;
  border-right: 1px solid #ccc;
  text-align: center;
  box-sizing: border-box;
  color: #999;
}
.tab_box .tab-menu li.active, .tab_box .tab-menu li:hover {
  color: #000;
}
.tab_box .works_list {
  list-style-type: none;
  margin: 0 auto;
  width: 100% !important;
  -moz-column-gap: 20px;
       column-gap: 20px;
  -moz-column-count: 3;
  column-count: 3;
}
@media screen and (max-width: 768px) {
  .tab_box .works_list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.tab_box .works_list li {
  display: inline-block;
  margin: 0;
  padding: 0;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.tab_box .works_list li a img {
  max-width: 100%;
  display: block;
  border-radius: 15px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tab_box .works_list li a img {
    max-width: 100% !important;
    max-height: 100% !important;
    border-radius: 10px;
  }
}
@media (max-width: 460px) {
  .tab_box .works_list li a img {
    max-width: 100% !important;
    max-height: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .tab_box .works_list li .lum-gallery-button:after {
    width: 6vw;
    height: 6vw;
  }
}
.tab_box .tab-content.active {
  display: block;
}
.tab_box .tab-content {
  padding: 50px 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .tab_box .tab-content {
    padding: 30px 0;
  }
}

.lum-lightbox {
  z-index: 999;
}

@media (max-width: 460px) {
  .lum-lightbox-inner img {
    max-width: 100% !important;
    max-height: 100% !important;
  }
}

.timeline .SandboxRoot.var-fully-expanded .timeline-Viewport {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.timeline .SandboxRoot.var-fully-expanded .timeline-Viewport li {
  width: calc(25% - 50px);
  margin-right: 66.6666666667px;
  margin-bottom: 70px;
  box-sizing: border-box;
}
.timeline .SandboxRoot.var-fully-expanded .timeline-Viewport li:nth-of-type(4n) {
  margin-right: 0px;
}
@media screen and (max-width: 1080px) {
  .timeline .SandboxRoot.var-fully-expanded .timeline-Viewport li {
    width: calc(33.3333333333% - 30px);
    margin-right: 45px;
    margin-bottom: 50px;
  }
  .timeline .SandboxRoot.var-fully-expanded .timeline-Viewport li:nth-of-type(2n) {
    margin-right: 45px;
  }
  .timeline .SandboxRoot.var-fully-expanded .timeline-Viewport li:nth-of-type(4n) {
    margin-right: 45px;
  }
  .timeline .SandboxRoot.var-fully-expanded .timeline-Viewport li:nth-of-type(3n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .timeline .SandboxRoot.var-fully-expanded .timeline-Viewport li {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 40px;
  }
  .timeline .SandboxRoot.var-fully-expanded .timeline-Viewport li:nth-of-type(2n) {
    margin-right: 0px;
  }
}

.attention {
  background: #f6f6f6;
  padding: 40px;
  text-align: left;
  width: 80%;
  margin: 60px auto 0;
}
@media screen and (max-width: 1080px) {
  .attention {
    width: 100%;
    padding: 25px;
    margin: 40px auto 0;
  }
}
.attention ul {
  list-style-type: none;
}
.attention ul li {
  position: relative;
  padding-left: 2rem;
}
.attention ul li:before {
  content: "※";
  position: absolute;
  left: 0;
}

.table_box {
  overflow-x: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .table_box {
    margin-bottom: 30px;
  }
}
.table_box:-webkit-scrollbar {
  width: 10px; /* スクロールバーの幅 */
  height: 10px; /* スクロールバーの高さ */
}
.table_box:-webkit-scrollbar-track {
  background: #f1f1f1; /* スクロールバーの背景色 */
  border-radius: 5px; /* 角丸にする */
}
.table_box:-webkit-scrollbar-thumb {
  background: #888; /* スクロールバーの操作部分の背景色 */
  border-radius: 5px; /* 角丸にする */
}
.table_box:-webkit-scrollbar-thumb:hover {
  background: #555; /* ホバー時のスクロールバーの操作部分の背景色 */
}
.table_box .card_tab {
  border: 1px solid #eee;
  border-right: none;
  border-bottom: none;
  width: 100%;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  .table_box .card_tab {
    display: block;
    width: 100%;
    min-width: 780px;
    margin: 0px auto 20px;
  }
  .table_box .card_tab th, .table_box .card_tab td {
    width: auto;
  }
  .table_box .card_tab tbody th {
    position: sticky;
    left: 0;
    width: 20%;
    background: #fff;
  }
  .table_box .card_tab tbody tr:nth-of-type(odd) th {
    background: #F2EDF5;
  }
  .table_box .card_tab thead tr th:first-child {
    width: 20%;
    border: none;
    position: sticky;
    left: 0;
    background: #AA70AA;
  }
  .table_box .card_tab tbody {
    overflow-x: auto;
    white-space: nowrap;
    width: auto;
  }
  .table_box .card_tab tbody th {
    width: auto;
    white-space: wrap;
  }
  .table_box .card_tab tbody td {
    white-space: wrap;
  }
}
.table_box .card_tab th, .table_box .card_tab td {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 5px 15px;
  text-align: center;
  font-size: 1.4rem;
}
.table_box .card_tab thead {
  background: #AA70AA;
  color: #fff;
}
.table_box .card_tab tbody tr:nth-of-type(odd) {
  background: #F2EDF5;
}
.table_box .card_tab tbody th {
  text-align: left;
}
.table_box .card_tab tbody td:last-child {
  text-align: left;
  font-size: 1.2rem;
}

/*管理画面レスポンシブ
********************************/
#Contents {
  margin-left: 0px !important;
}

.bca-nav {
  flex-basis: auto !important;
}

.cke_editable img, .cke_editable input, .cke_editable textarea {
  cursor: default;
  width: 100% !important;
}

.cke_editable img {
  display: block;
  max-width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */