/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header {
  position: relative;
}
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 0 0 20px;
  z-index: 1000;
}
.header-logo a {
  display: flex;
}
.header-logo a:hover {
  opacity: 0.6;
}
.header-content {
  max-width: 1162px;
  width: 100%;
  padding-left: 35px;
  background: center/150px 150px repeat url(../images/common/cmn-pattern01.png);
}
@media (max-width: 1380px) {
  .header-content {
    max-width: 1050px;
  }
}
.header-textbox {
  max-width: 220px;
  width: 100%;
}
.header-tel {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 18px;
  margin-bottom: 12px;
  position: relative;
}
.header-tel .tel-font {
  display: inline-block;
  font-size: 1.6rem;
  margin-right: 8px;
}
.header-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.header-tel-txt img {
  display: block;
}
.header-fax {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
}
.header-contact {
  box-shadow: 3px 4px 10px 0 rgba(76, 59, 40, 0.25);
}
.header-contact:hover {
  opacity: 0.6;
}
.header .global-nav {
  max-width: 680px;
  width: 100%;
}
@media (max-width: 1380px) {
  .header .global-nav {
    max-width: 570px;
  }
}
.header .global-nav-list {
  width: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header .global-nav-list-item a::before {
  position: absolute;
  content: "";
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 4px;
  background-color: #56854f;
  opacity: 0;
  transition: all 0.4s;
}
.header .global-nav-list-item a:hover::before {
  opacity: 1;
}
.header .global-nav-list-item.current a::before {
  opacity: 1;
}
.header .main-visual {
  width: 100%;
  height: 930px;
  background: left top/769px 930px no-repeat url(../images/common/main-visual-bg-l.png);
  position: relative;
  z-index: 1;
}
.header .main-visual-img {
  position: absolute;
  right: 0;
  bottom: 60px;
  max-width: 1504px;
  width: 90%;
  height: 750px;
  z-index: -1;
}
.header .main-visual-img::before {
  position: absolute;
  content: "";
  right: 40px;
  bottom: 30px;
  width: 177px;
  height: 177px;
  background: center/cover no-repeat url(../images/common/main-visual-sub-title.png);
}
.header .main-visual-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .main-visual-textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1522px;
  width: 85%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 0 92px 0;
  z-index: 10;
}
.header .sub-visual {
  width: 100%;
  height: 500px;
  background: left bottom/567px 500px no-repeat url(../images/common/sub-visual-bg-l.png);
  position: relative;
  z-index: 1;
}
.header .sub-visual-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 1504px;
  width: 90%;
  height: 361px;
  z-index: -1;
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .sub-visual-textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1520px;
  width: 90%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 0 145px 0;
  z-index: 10;
}
/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.reserve-inner {
  max-width: 1280px;
  padding: 90px 0;
}
.reserve-banner {
  width: 100%;
  height: 365px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 118px;
  background: center/128px 128px repeat url(../images/common/cmn-pattern02.png);
  outline: 1px solid #fff;
  outline-offset: -11px;
  position: relative;
  z-index: 1;
}
.reserve-banner::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 690px;
  height: 365px;
  background: center/cover no-repeat url(../images/top/reserve-bg.png);
  z-index: -1;
}
.reserve-banner:hover {
  opacity: 0.8;
  transform: translateY(-8px);
}
.reserve-btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff !important;
  text-shadow: 0px 0px 10px rgba(0, 41, 0, 0.4), 0px 0px 10px rgba(0, 41, 0, 0.4), 0px 0px 10px rgba(0, 41, 0, 0.4), 0px 0px 10px rgba(0, 41, 0, 0.4), 0px 0px 10px rgba(0, 41, 0, 0.4), 0px 0px 10px rgba(0, 41, 0, 0.4);
  justify-content: flex-end;
  z-index: 2;
}
.reserve-btn:after {
  content: "";
  width: 8px;
  height: 13px;
  margin-left: 14px;
  background: center/cover no-repeat url(../images/top/reserve-arrow.png);
}
.reserve-textbox {
  color: #fff;
}
.reserve-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.reserve-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: -62px;
  width: 541px;
  height: 185px;
  background: center/cover no-repeat url(../images/top/reserve-title-deco.png);
  z-index: -1;
}
.reserve-title .accent {
  display: block;
  font-size: 4.6rem;
  margin-left: 105px;
}
.reserve-text {
  font-size: 1.4rem;
  line-height: 2;
}

.top-about {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-about-inner {
  max-width: 1280px;
  width: 97%;
  padding-top: 35px;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.top-about-content {
  flex-flow: row-reverse;
  padding-bottom: 150px;
  position: relative;
}
.top-about-content::before {
  position: absolute;
  content: "";
  left: -320px;
  bottom: 0;
  width: 563px;
  height: 477px;
  background: center/cover no-repeat url(../images/top/top-about-deco01.png);
  z-index: -1;
}
.top-about-content:nth-of-type(even) {
  flex-flow: row;
}
.top-about-content:nth-of-type(even)::before {
  width: 585px;
  left: auto;
  right: -320px;
  background: center/cover no-repeat url(../images/top/top-about-deco02.png);
}
.top-about-content:nth-of-type(even) .top-about-img {
  margin-right: auto;
  margin-left: -320px;
}
.top-about-img {
  margin-right: -320px;
  box-shadow: 3px 4px 10px 0 rgba(76, 59, 40, 0.25);
}
.top-about-textbox {
  max-width: 500px;
  width: 100%;
}
.top-about-title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.57;
  text-align: right;
  margin: 0 auto;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
.top-about-title .space {
  margin-bottom: 35px;
}
.top-intro {
  position: relative;
  z-index: 1;
}
.top-intro::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 400px;
  background: center/cover no-repeat url(../images/top/top-intro-bg-bottom.png);
  z-index: -1;
}
.top-intro-inner {
  max-width: 1280px;
  padding: 75px 0;
}
.top-intro-inner .cmn-title {
  margin-bottom: 40px;
}
.top-intro-title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 60px;
}
.top-intro-list {
  align-items: stretch;
  margin-bottom: 27px;
}
.top-intro-list-item {
  max-width: 612px;
  width: 100%;
  padding: 35px;
  text-align: center;
  background-color: #fff;
  box-shadow: 3px 4px 10px 0 rgba(76, 59, 40, 0.25);
  position: relative;
  z-index: 1;
}
.top-intro-list-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 219px;
  height: 210px;
  background: center/cover no-repeat url(../images/top/top-intro-deco.png);
  z-index: -1;
}
.top-intro-list-title {
  font-size: 2.9rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.top-intro-list-title .accent {
  font-size: 1.9rem;
  letter-spacing: 0.07em;
}
.top-intro-list-text {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
  padding-top: 20px;
  margin-top: 23px;
  border-top: 1px solid rgba(0, 41, 0, 0.2);
}
.top-intro-img {
  margin-bottom: 30px;
}
.top-intro-text {
  line-height: 1;
}
.top-intro-notice {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: right;
  color: #fff;
}
.top-intro-sub-text {
  text-align: center;
  margin-bottom: 35px;
}

.link-banner {
  position: relative;
  z-index: 1;
}
.link-banner::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -268px;
  width: 804px;
  height: 547px;
  background: center/cover no-repeat url(../images/top/link-banner-bg-l-b.png);
  z-index: -1;
}
.link-banner-inner {
  max-width: 1502px;
  width: 95%;
}
.link-banner-list {
  align-items: flex-start;
}
.link-banner-list-item {
  max-width: 450px;
  width: 100%;
  height: 525px;
}
@media (max-width: 1460px) {
  .link-banner-list-item {
    max-width: 380px;
    height: 443px;
  }
}
.link-banner-list-item:nth-child(2) {
  margin-top: 70px;
}
.link-banner-list-item:nth-child(2) a {
  background: center/cover no-repeat url(../images/top/link-banner-img02.png);
}
.link-banner-list-item:nth-child(3) {
  margin-top: 140px;
}
.link-banner-list-item:nth-child(3) a {
  background: center/cover no-repeat url(../images/top/link-banner-img03.png);
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  padding: 70px 50px 0 0;
  background: center/cover no-repeat url(../images/top/link-banner-img01.png);
  box-shadow: 3px 4px 10px 0 rgba(76, 59, 40, 0.25);
}
.link-banner-list-item a:hover {
  opacity: 0.8;
  transform: translateY(-10px);
}
@media (max-width: 1460px) {
  .link-banner-list-item a {
    padding: 40px 40px 0 0;
  }
}
.link-banner-title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: auto;
  font-size: 4rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 1460px) {
  .link-banner-title {
    font-size: 3.5rem;
  }
}

.top-course {
  overflow: hidden;
}
.top-course-inner {
  max-width: 1502px;
  width: 97%;
  padding-top: 268px;
}
.top-course-content {
  position: relative;
  z-index: 1;
}
.top-course-img {
  position: absolute;
  top: -268px;
  right: -211px;
  box-shadow: 3px 4px 10px 0 rgba(76, 59, 40, 0.25);
}
.top-course-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-course-textbox {
  max-width: 1392px;
  width: 100%;
  padding-top: 236px;
  padding-bottom: 85px;
  position: relative;
}
.top-course-textbox::before {
  position: absolute;
  content: "";
  left: -211px;
  bottom: 0;
  width: 1600px;
  height: 100%;
  background-color: #f0f0f0;
  z-index: -1;
}
.top-course-title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 60px;
  position: relative;
}
.top-course-title::before {
  position: absolute;
  content: "";
  top: -62px;
  left: -61px;
  width: 98px;
  height: 98px;
  background: center/cover no-repeat url(../images/top/top-course-title-deco.png);
}
.top-course-list {
  max-width: 840px;
  width: 100%;
  margin-bottom: 60px;
  justify-content: flex-start;
}
.top-course-list-item {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 44px;
}
.top-course-list-item:nth-child(1) {
  margin-right: 97px;
}
.top-course-list-item:nth-child(2) {
  margin-right: 76px;
}
.top-course-list-item:nth-child(4) {
  margin-right: 44px;
}
.top-course-list-item::before {
  content: "";
  flex: 1;
  width: 31px;
  height: 26px;
  margin-right: 12px;
  background: center/cover no-repeat url(../images/top/top-course-check.png);
}
.top-course-btn {
  position: absolute;
  right: 85px;
  bottom: 85px;
  max-width: 142px;
  width: 100%;
  height: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  border: 1px solid #56854f;
  border-radius: 50%;
}
.top-course-btn::after {
  content: "";
  width: 8px;
  height: 13px;
  margin-left: 12px;
  background: center/cover no-repeat url(../images/top/top-course-arrow.png);
  transition: all 0.4s;
}
.top-course-btn:hover {
  opacity: 0.8;
}
.top-course-btn:hover::after {
  transform: translateX(-7px);
}

.news {
  position: relative;
  z-index: 2;
}
.news-inner {
  max-width: 1502px;
  width: 97%;
  padding: 70px 0 80px 0;
  position: relative;
}
.news-section-title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 50px;
}
.news-list {
  align-items: flex-start;
  justify-content: flex-start;
}
.news-list-item {
  max-width: 344px;
  width: 23%;
  margin-bottom: 20px;
}
.news-list-item:not(:nth-child(4n)) {
  margin-right: 40px;
}
@media (max-width: 1550px) {
  .news-list-item:not(:nth-child(4n)) {
    margin-right: 2.65%;
  }
}
.news-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
}
.news-list-item a:hover {
  opacity: 0.8;
  transform: translateY(-8px);
}
.news-list-item a time {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  color: #002900;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 14px;
}
.news-list-item a time .accent {
  display: inline-block;
  font-size: 4rem;
  margin-right: 17px;
}
.news-visual {
  width: 100%;
  height: 210px;
  margin-bottom: 25px;
  box-shadow: 3px 4px 10px 0 rgba(76, 59, 40, 0.25);
  overflow: hidden;
}
.news-visual img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  object-fit: cover;
}
.news-textbox {
  width: 100%;
}
.news-accent {
  width: 100%;
  margin-bottom: 3px;
  justify-content: flex-start;
}
.news-accent-tag {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  color: #56854f;
  padding: 7px 17px;
  margin-bottom: 10px;
  border: 1px solid #56854f;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-title {
  font-size: 1.6rem;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .more-btn {
  position: absolute;
  top: 80px;
  right: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #002900 !important;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.news .more-btn::after {
  content: "";
  width: 8px;
  height: 13px;
  margin-left: 17px;
  background: center/cover no-repeat url(../images/top/news-arrow.png);
  transition: all 0.4s;
}
.news .more-btn:hover {
  opacity: 0.8;
}
.news .more-btn:hover:after {
  transform: translateX(10px);
}
.news-tag-list {
  max-width: 350px;
  width: 100%;
  justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #56854f;
  border: 2px solid #56854f;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #56854f;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-img {
  text-align: center;
  margin-bottom: 35px;
}
.news-detail-info-list {
  justify-content: flex-start;
  margin-bottom: 30px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: left;
  color: #56854f;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(104, 79, 78, 0.2);
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  margin-bottom: 20px;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #56854f;
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  justify-content: center;
}
.news-detail .paginated-link .prev-link {
  width: 187px;
  text-align: center;
  margin-right: 5px;
}
.news-detail .paginated-link .back-link {
  padding: 0 20px;
  border-left: 1px solid #56854f;
  border-right: 1px solid #56854f;
}
.news-detail .paginated-link .next-link {
  width: 187px;
  text-align: center;
  margin-left: 5px;
}
.news-detail .paginated-link a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #56854f !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  transform: translateY(-5px);
}

/*========================================
about
==========================================*/
.profile {
  overflow: hidden;
}
.profile-inner {
  padding-top: 70px;
}
.profile-content {
  align-items: flex-start;
  position: relative;
}
.profile-img {
  margin-left: 90px;
  box-shadow: 3px 4px 10px 0 rgba(76, 59, 40, 0.25);
  position: relative;
  z-index: 2;
}
.profile-textbox {
  max-width: 480px;
  width: 100%;
  padding: 41px 0;
  margin-top: 130px;
  position: relative;
  z-index: 1;
}
.profile-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: -233px;
  width: 1132px;
  height: 100%;
  background-color: #f0f0f0;
  z-index: -1;
}
.profile-table {
  max-width: 380px;
  width: 100%;
  margin-left: 10px;
  margin-bottom: 40px;
}
.profile-table tr {
  display: block;
  border-bottom: 1px solid rgba(0, 41, 0, 0.2);
}
.profile-table tr:not(:last-of-type) {
  margin-bottom: 17px;
}
.profile-table tr th {
  width: 145px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #56854f;
  letter-spacing: 0.08em;
  padding-bottom: 17px;
}
.profile-table tr td {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 17px;
}
.profile-name {
  position: absolute;
  top: 0;
  right: -97px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}
.profile-name .accent {
  display: block;
  width: fit-content;
  height: fit-content;
  font-size: 1.8rem;
  color: #fff;
  padding: 9px 7px;
  margin-left: 15px;
  background-color: #002900;
}
.profile-btn {
  max-width: 380px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  color: #002900 !important;
  border: 1px solid #002900;
  border-radius: 30px;
  position: relative;
}
.profile-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: center/cover no-repeat url(../images/about/profile-btn-arrow.png);
  transition: all 0.4s;
}
.profile-btn:hover {
  opacity: 0.8;
}
.profile-btn:hover::before {
  right: 11px;
}

.message {
  position: relative;
  z-index: 1;
}
.message::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 563px;
  height: 477px;
  background: center/cover no-repeat url(../images/about/message-bg-l-t.png);
  z-index: -1;
}
.message::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 767px;
  height: 477px;
  background: center/cover no-repeat url(../images/about/message-bg-r-b.png);
  z-index: -1;
}
.message-content:not(:last-of-type) {
  margin-bottom: 71px;
}
.message-content:nth-of-type(even) {
  flex-flow: row-reverse;
}
.message-content .message-title {
  padding: 11px 28px;
}
.message-content .message-text {
  padding: 0 30px 0 20px;
}
.message-img {
  box-shadow: 3px 4px 10px 0 rgba(76, 59, 40, 0.25);
}
.message-textbox {
  flex: 1;
}
.message-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 11px 20px;
  margin-bottom: 12px;
  background-color: #002900;
}
.message-text {
  padding: 0 20px 0 30px;
}

/*========================================
trial
==========================================*/
.cmn-section .cmn-textbox {
  max-width: 740px;
  width: 100%;
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 25px 0;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 3px 4px 10px 0 rgba(76, 59, 40, 0.25);
}
.cmn-section .cmn-textbox:not(:last-child) {
  margin-bottom: 40px;
}
.cmn-section .cmn-text {
  text-align: center;
}

#other {
  background-color: #f0f0f0;
}

.access {
  position: relative;
  z-index: 1;
}
.access::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 563px;
  height: 477px;
  background: center/cover no-repeat url(../images/trial/access-bg-l-b.png);
  z-index: -1;
}
.access-map {
  max-width: 480px;
  width: 100%;
  height: 300px;
}
.access-map iframe {
  width: 100%;
  height: 100%;
}
.access-textbox {
  max-width: 550px;
  width: 100%;
}
.access-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-left: 22px;
  margin-bottom: 38px;
  position: relative;
}
.access-title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 35px;
  background-color: #56854f;
}
.access-table {
  width: 100%;
}
.access-table tr {
  display: block;
  border-bottom: 1px solid rgba(0, 41, 0, 0.2);
}
.access-table tr:not(:last-of-type) {
  margin-bottom: 30px;
}
.access-table tr th {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.access-table tr td {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-bottom: 25px;
}
.access-img-list {
  justify-content: flex-start;
}
.access-img-list-item {
  max-width: 330px;
  width: 100%;
  height: 248px;
  margin-bottom: 45px;
  box-shadow: 3px 4px 10px 0 rgba(76, 59, 40, 0.25);
}
.access-img-list-item:not(:nth-child(3n)) {
  margin-right: 45px;
}
.access-img-list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.access-wrap:not(:last-of-type) {
  margin-bottom: 95px;
}
.access-tel-txt img {
  display: block;
}

/*========================================
course
==========================================*/
.course {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.course::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 563px;
  height: 477px;
  background: center/cover no-repeat url(../images/about/message-bg-l-t.png);
  z-index: -1;
}
.course::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 767px;
  height: 477px;
  background: center/cover no-repeat url(../images/about/message-bg-r-b.png);
  z-index: -1;
}
.course-content {
  align-items: flex-start;
}
.course-content:nth-of-type(even) {
  flex-flow: row-reverse;
}
.course-content:nth-of-type(even) .course-textbox {
  margin-left: 40px;
}
.course-content:nth-of-type(even) .course-textbox::before {
  left: -462px;
}
.course-content:not(:last-of-type) {
  margin-bottom: 70px;
}
.course-img {
  box-shadow: 3px 4px 10px 0 rgba(76, 59, 40, 0.25);
  position: relative;
  z-index: 2;
}
.course-textbox {
  max-width: 480px;
  width: 100%;
  min-height: 392px;
  padding: 96px 0 41px 0;
  margin-top: 45px;
  position: relative;
  z-index: 1;
}
.course-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: -233px;
  width: 1132px;
  height: 100%;
  background-color: #f0f0f0;
  z-index: -1;
}
.course-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 35px;
  position: relative;
}
.course-title::before {
  position: absolute;
  content: "";
  top: -37px;
  left: -37px;
  width: 56px;
  height: 56px;
  background: center/cover no-repeat url(../images/course/course-title-deco.png);
}
#class {
  background: center/cover no-repeat url(../images/course/class-bg.png);
}
#class .cmn-btn::before {
  width: 16px;
  height: 16px;
  background: center/cover no-repeat url(../images/about/profile-btn-arrow.png);
}

/*========================================
info
==========================================*/
#info .access::before {
  display: none;
}
#info .access-inner {
  padding-bottom: 55px;
}
#info .access-content {
  align-items: flex-start;
  margin-bottom: 50px;
}

/*========================================
contact
==========================================*/
.contact-text {
  text-align: center;
  margin-bottom: 20px;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #56854f;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #56854f;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #56854f;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #56854f;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #56854f;
}
.privacy-text {
  font-weight: 500;
}
.privacy-list {
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #56854f;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #56854f;
  display: flex;
  align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #56854f;
  border-right: 1px solid #56854f;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #000 !important;
}
.site-list-item a:hover::before {
  transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer
==========================================*/
.footer {
  background: center/cover no-repeat url(../images/top/footer_bg.png);
  position: relative;
  z-index: 0;
}
.footer-inner {
  max-width: 1502px;
  width: 97%;
  color: #fff;
  padding: 105px 0 562px 0;
}
.footer-logo {
  margin-bottom: 40px;
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-address {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.footer-address .accent {
  margin-right: 15px;
}
.footer-content {
  max-width: 500px;
  width: 100%;
}
.footer-link {
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 60px;
}
.footer-link a:hover {
  opacity: 0.6;
}
.footer-tel {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff !important;
  padding-top: 18px;
  position: relative;
}
.footer-tel .tel-font {
  display: inline-block;
  font-size: 1.8rem;
  margin-right: 8px;
}
.footer-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-fax {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
}
.footer-fax .accent {
  display: inline-block;
  font-size: 1.6rem;
  margin-right: 7px;
}
.footer-textbox {
  align-items: flex-end;
  margin-bottom: 38px;
}
.footer-contact {
  max-width: 380px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff !important;
  border: 1px solid #fff;
  border-radius: 30px;
  position: relative;
}
.footer-contact::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 19px;
  height: 14px;
  background: center/cover no-repeat url(../images/top/footer-arrow01.png);
  transition: all 0.4s;
}
.footer-contact:hover {
  opacity: 0.8;
}
.footer-contact:hover::before {
  right: 11px;
}
.footer-right {
  max-width: 680px;
  width: 100%;
}
.footer-nav {
  max-width: 355px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 55px;
}
.footer-nav-list {
  width: 100%;
  height: 185px;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: space-between;
  flex-wrap: wrap;
}
.footer-nav-list-item {
  font-size: 1.4rem;
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(4)) {
  margin-bottom: 40px;
}
.footer-nav-list-item a {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff !important;
}
.footer-nav-list-item a:hover {
  opacity: 0.6;
}
.footer-btn {
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-btn::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 13px;
  background: center/cover no-repeat url(../images/top/footer-arrow02.png);
}
.footer-sub-list {
  justify-content: flex-end;
  margin-right: 39px;
}
.footer-sub-list-item {
  line-height: 1;
}
.footer-sub-list-item:not(:last-child) {
  margin-right: 29px;
}
.footer-sub-list-item a {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-sub-list-item a::before {
  content: "";
  width: 6px;
  height: 9px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/top/footer-nav-arrow.png);
  transition: all 0.4s;
}
.footer-sub-list-item a:hover {
  opacity: 0.8;
}
.footer-sub-list-item a:hover::before {
  transform: translateX(5px);
}
.footer-bottom {
  justify-content: flex-end;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #d5d5d5;
  letter-spacing: 0.12em;
  line-height: 1;
}/*# sourceMappingURL=style.css.map */