@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Noto Serif Regular";
  src: url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Medium";
  src: url("../fonts/NotoSerifCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif SemiBold";
  src: url("../fonts/NotoSerifCJKjp-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Bold";
  src: url("../fonts/NotoSerifCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Light";
  src: url("../fonts/NotoSansCJKjp-Light.otf");
}
@font-face {
  font-family: "Noto sans Regular";
  src: url("../fonts/noto-sans-jp-r.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Medium";
  src: url("../fonts/noto-sans-jp-m.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Bold";
  src: url("../fonts/noto-sans-jp-b.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Black";
  src: url("../fonts/noto-sans-jp-black.woff") format("woff");
}
@font-face {
  font-family: "shippori";
  src: url("../fonts/ShipporiMinchoB1-Regular.ttf");
}
@font-face {
  font-family: "shippori-m";
  src: url("../fonts/ShipporiMinchoB1-Medium.ttf");
}
@font-face {
  font-family: "shippori-sb";
  src: url("../fonts/ShipporiMinchoB1-SemiBold.ttf");
}
@font-face {
  font-family: "shippori-b";
  src: url("../fonts/ShipporiMinchoB1-Bold.ttf");
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Noto Serif Regular";
  src: url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Medium";
  src: url("../fonts/NotoSerifCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif SemiBold";
  src: url("../fonts/NotoSerifCJKjp-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Bold";
  src: url("../fonts/NotoSerifCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Light";
  src: url("../fonts/NotoSansCJKjp-Light.otf");
}
@font-face {
  font-family: "Noto sans Regular";
  src: url("../fonts/noto-sans-jp-r.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Medium";
  src: url("../fonts/noto-sans-jp-m.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Bold";
  src: url("../fonts/noto-sans-jp-b.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Black";
  src: url("../fonts/noto-sans-jp-black.woff") format("woff");
}
@font-face {
  font-family: "shippori";
  src: url("../fonts/ShipporiMinchoB1-Regular.ttf");
}
@font-face {
  font-family: "shippori-m";
  src: url("../fonts/ShipporiMinchoB1-Medium.ttf");
}
@font-face {
  font-family: "shippori-sb";
  src: url("../fonts/ShipporiMinchoB1-SemiBold.ttf");
}
@font-face {
  font-family: "shippori-b";
  src: url("../fonts/ShipporiMinchoB1-Bold.ttf");
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================

  main layout  all

========================================= */
/*	cmn parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.pre {
  white-space: pre-line;
}

.no-sb {
  margin: 50px auto 0;
}

.anchor-mp {
  margin: -170.53px auto 0;
  padding-top: 170.53px;
}

.cmn-txt-box p:nth-of-type(n+2) {
  margin-top: 37px;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.cmn-bg {
  background-color: #000;
}

.blog__list {
  width: 100%;
  max-width: 1080px;
}
.blog__list-item:nth-of-type(n+2) {
  border-top: 2px solid #343434;
}
.blog__list-item:nth-of-type(n+2) a {
  padding-top: 30px;
}
.blog__list-link {
  display: block;
  padding: 0 24px 30px;
}
.blog__list-time {
  display: inline-block;
  font-family: "shippori-m", serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .blog__list-time {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.blog__list-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-left: 17px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.blog__list-tag-txt {
  margin: 0 10px 15px 0;
  padding: 0 4px;
  border-bottom: 1px solid #aa973f;
  text-align: center;
  color: #aa973f;
  font-family: "shippori-m", serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .blog__list-tag-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.blog__list-ttl {
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "shippori-m", serif;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .blog__list-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* ブログ詳細 */
.cmn-blog-list {
  margin: 30px auto 0;
}
.cmn-blog-list li:nth-of-type(n+2) {
  margin: 60px auto 0;
}
.cmn-blog-list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border: 1px solid rgba(123, 105, 35, 0.5);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cmn-blog-list figure {
  min-width: 250px;
  height: 250px;
  margin-right: 20px;
  border: 1px solid rgba(123, 105, 35, 0.5);
  position: relative;
}
.cmn-blog-list-inner {
  width: 100%;
}
.cmn-blog-list-tag {
  margin: 5px 0 0;
}
.cmn-blog-list-ttl {
  padding-left: 15px;
  border-left: 5px solid #7b6923;
  font-size: 20px;
  font-size: 2rem;
  font-family: "shippori", serif;
  color: #fff;
  letter-spacing: 0.075em;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .cmn-blog-list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.cmn-blog-list-txt {
  display: -webkit-box;
  margin: 10px 0 0;
  color: #fff;
  line-height: 1.875;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* ブログタグ */
.tag-nav {
  width: 100%;
  max-width: 1080px;
  margin: 32px auto 0;
}
.tag-head {
  margin-bottom: 8px;
  font-family: "shippori-m", serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tag-head {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.tag-ul {
  padding: 20px 0 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.tag-li {
  margin: 0 10px 10px 0;
}
.tag-link {
  padding: 2px 23px;
  border-radius: 0;
  border: 1px solid #fff;
  background-color: #fff;
  font-family: "shippori-m", serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #Fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tag-link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .cmn-pd {
    padding: 120px 0 150px;
  }
}

/*	sec01  PC
------------------------------------ */
#sec01 .sec01__bg {
  background: url(../img/top/sec01-bg.png) no-repeat center bottom/cover;
  position: relative;
}
#sec01 .sec01__head {
  font-family: "shippori-m", serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.14em;
  line-height: 1.7;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sec01 .sec01__head {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sec01 .sec01__head-lg {
  font-family: "shippori-m", serif;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.14em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sec01 .sec01__head-lg {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#sec01 .cmn-txt-box {
  margin-top: 85px;
}
#sec01 .cmn-btn {
  margin: 0;
}
#sec01 .cmn-btn-wrap {
  margin-top: 93px;
  text-align: left;
}

/*	sec02  PC
------------------------------------ */
#sec02 .sec02__bg {
  margin: -186px auto 0;
  background: url(../img/top/sec02-img.png) no-repeat -26px 91px, url(../img/top/sec02-bg.png) no-repeat center/cover;
}
@media screen and (min-width: 1921px) {
  #sec02 .sec02__bg {
    margin-top: -9.8%;
  }
}
#sec02 .sec02__box {
  max-width: 390px;
  margin-left: auto;
}
#sec02 .head-type01 {
  text-align: right;
}
#sec02 .cmn-txt-box {
  margin-top: 60px;
  text-align: right;
}
#sec02 .cmn-btn {
  margin: 0 0 0 auto;
}
#sec02 .cmn-btn-wrap {
  margin-top: 95px;
  text-align: right;
}

/*	sec03  PC
------------------------------------ */
#sec03 .sec03__bg {
  background: url(../img/top/sec03-bg-r.png) no-repeat calc(50% + 704px) bottom, url(../img/top/sec03-bg.png) no-repeat center/cover;
  text-align: center;
}
@media screen and (min-width: 1921px) {
  #sec03 .sec03__bg {
    background-position: right bottom, center;
  }
}
#sec03 .cmn-txt-box {
  margin: 47px auto 0;
}
#sec03 .cmn-btn-wrap {
  margin: 80px auto 0;
}

/*	sec04  PC
------------------------------------ */
#sec04 .sec04__bg {
  background: url(../img/top/sec04-bg.png) no-repeat center/cover;
}
#sec04 .sec04__box {
  max-width: 490px;
  margin-left: auto;
}
#sec04 .sec04__table {
  margin-top: 85px;
}
#sec04 .sec04__table tr {
  border-bottom: 1px solid #aa973f;
}
#sec04 .sec04__table th, #sec04 .sec04__table td {
  padding-top: 30px;
  padding-bottom: 7px;
  font-family: "shippori-m", serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  line-height: 1.9375;
  color: #fff;
  white-space: pre-line;
}
@media screen and (max-width: 767px) {
  #sec04 .sec04__table th, #sec04 .sec04__table td {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sec04 .sec04__table th {
  width: 212px;
}
#sec04 .sec04__table-ico {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 12px;
  background: #7b6923;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#sec04 .sec04__table-note {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  #sec04 .sec04__table-note {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*	cmn-contact  PC
------------------------------------ */
#cmn-contact .cmn-contact__bg {
  background: url(../img/top/sec05-bg.png) no-repeat center/cover;
}
#cmn-contact .cmn-contact__tel {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #cmn-contact .cmn-contact__tel {
    font-size: 20px;
    font-size: 2rem;
  }
}
#cmn-contact .cmn-contact__tel-wrap {
  margin-top: 97px;
}
#cmn-contact .cmn-contact__tel-num {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #cmn-contact .cmn-contact__tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/*	top-news  PC
------------------------------------ */
#top-news .news__bg {
  background: url(../img/top/news-bg.png) no-repeat calc(50% + 634px) calc(100% + 19px) #000;
}
@media screen and (min-width: 1921px) {
  #top-news .news__bg {
    background-position: right calc(100% + 19px);
  }
}
@media screen and (min-width: 768px) {
  #top-news .news__flex-left {
    width: 270px;
  }
}
#top-news .head-type01-ja {
  line-height: 1;
}
#top-news .head-type01-en {
  margin-top: 22px;
}
#top-news .blog__list {
  max-width: 742px;
}
#top-news .cmn-btn {
  width: 100%;
  max-width: 270px;
}
#top-news .cmn-btn-wrap {
  margin-top: 155px;
}

/* =========================================

sub layout  PC

========================================= */
.sub main {
  position: relative;
}

/*	concept  PC
------------------------------------ */
#concept .sec01__bg {
  background: url(../img/concept/sec01-bg.png) no-repeat center bottom/cover;
  position: relative;
}
#concept .sec01__right {
  width: 100%;
  max-width: 495px;
}
#concept .sec02__bg {
  margin: -180px auto 0;
  background: url(../img/concept/sec02-bg-l.png) no-repeat left top/42.3%, url(../img/concept/sec02-bg.png) no-repeat center/cover;
}
@media screen and (min-width: 1921px) {
  #concept .sec02__bg {
    margin-top: -8%;
  }
}
#concept .sec02__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 43px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#concept .sec02__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 252px;
  height: 256px;
  text-align: center;
  background: url(../img/concept/sec02-cir.png) no-repeat center/cover;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  #concept .sec02__list-item:not(:nth-of-type(3n-2)) {
    margin-left: 19px;
  }
  #concept .sec02__list-item:nth-of-type(1) {
    margin-left: 135px;
  }
  #concept .sec02__list-item:nth-of-type(3) {
    margin-right: 135px;
  }
  #concept .sec02__list-item:nth-of-type(7) {
    margin-left: 19px;
  }
  #concept .sec02__list-item:nth-of-type(n+4) {
    margin-top: 24px;
  }
}
#concept .sec02__list-ttl {
  font-family: "shippori-m", serif;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.14em;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #concept .sec02__list-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/*	menu  PC
------------------------------------ */
#menu .sec01__bg {
  background: url(../img/menu/sec01-bg.png) no-repeat center top #000;
}
#menu .sec01__note {
  text-align: center;
  font-family: "shippori-m", serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.14em;
  color: #aa973f;
}
@media screen and (max-width: 767px) {
  #menu .sec01__note {
    font-size: 20px;
    font-size: 2rem;
  }
}
#menu .sec01__flex {
  margin: 44px auto 0;
}
#menu .sec01__flex-txt {
  font-family: "shippori-m", serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #menu .sec01__flex-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#menu .sec01__flex-btn {
  margin: 0 0 0 20px;
}
#menu .sec01__list {
  margin: 75px auto 0;
}
#menu .sec01__list-item:nth-of-type(n+2) {
  margin-top: 65px;
}
#menu .sec01__list-item-tag_true {
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  #menu .sec01 .head-type03 {
    margin-left: 19px;
  }
}
#menu .menu__list {
  margin: 30px auto 0;
}
#menu .menu__list-item:nth-of-type(n+2) {
  margin-top: 28px;
}
#menu .menu__list-table {
  width: 100%;
  margin: 10px auto 0;
}
#menu .menu__list-table tr:nth-of-type(n+2) {
  border-top: 1px solid #fff;
}
#menu .menu__list-table th, #menu .menu__list-table td {
  padding: 18px 5px;
  font-family: "shippori-m", serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.72;
  white-space: pre-line;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #menu .menu__list-table th, #menu .menu__list-table td {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#menu .menu__list-table th {
  width: 65%;
}
#menu .menu__list-table td {
  width: 35%;
  text-align: right;
}
#menu .menu__list-tag_true {
  margin-top: 0;
}
#menu .menu__list-tag_true .menu__list-item {
  margin-top: 17px;
}
#menu .sec02__head {
  padding: 90px 0 80px;
  background: url(../img/menu/course-bg-r.png) no-repeat calc(50% + 680px) top, url(../img/menu/course-bg.png) no-repeat center/cover;
  text-align: center;
}
@media screen and (min-width: 1921px) {
  #menu .sec02__head {
    background-position: right top, center;
  }
}
#menu .sec02__head-note {
  font-family: "shippori-m", serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.14em;
  color: #aa973f;
}
@media screen and (max-width: 767px) {
  #menu .sec02__head-note {
    font-size: 20px;
    font-size: 2rem;
  }
}
#menu .sec02__bg {
  background: #000;
}
#menu .sec02__inner {
  padding: 160px 0;
}
#menu .sec02__list-left {
  width: 100%;
  max-width: 522px;
}
#menu .sec02__list-item:nth-of-type(n+2) {
  margin-top: 136px;
}
#menu .sec02__list-figure {
  width: 100%;
  height: 0;
  padding-top: 56.9%;
  position: relative;
}
#menu .sec02__list-right {
  width: 100%;
  max-width: 510px;
}
#menu .sec02__list-price {
  margin-top: 28px;
  font-family: "shippori-m", serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.14em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #menu .sec02__list-price {
    font-size: 20px;
    font-size: 2rem;
  }
}
#menu .sec02__list-box {
  margin: 50px auto 0;
  padding: 40px;
  background: #181818;
  text-align: center;
}
#menu .sec02__list-box p:nth-of-type(n+2) {
  margin-top: 10px;
}
#menu .sec02__list-box-ttl {
  font-family: "shippori-m", serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #menu .sec02__list-box-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#menu .sec03__bg {
  background: url(../img/menu/sec03-bg.png) no-repeat center/cover;
}
#menu .sec03__inner {
  padding: 130px 0 150px;
}
#menu .sec03__head {
  font-family: "shippori-m", serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.14em;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #menu .sec03__head {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#menu .sec03__list {
  margin: 53px auto 0;
}
#menu .sec03__list-item:nth-of-type(n+2) {
  margin-top: 75px;
}
#menu .sec03__list-left {
  width: 100%;
  max-width: 526px;
}
#menu .sec03__list-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
  border-bottom: 1px solid #aa973f;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#menu .sec03__list-ttl-left {
  width: 100%;
  max-width: 210px;
  padding-left: 31px;
  font-family: "shippori-m", serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.14em;
  color: #fff;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  #menu .sec03__list-ttl-left {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#menu .sec03__list-ttl-left::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #aa973f;
  position: absolute;
  left: 6px;
  top: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu .sec03__list-ttl-right {
  font-family: "shippori-m", serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  color: #fff;
  line-height: 1.72;
}
@media screen and (max-width: 767px) {
  #menu .sec03__list-ttl-right {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#menu .sec03__list-ttl-note {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  #menu .sec03__list-ttl-note {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#menu .sec03__list-txt {
  margin-top: 22px;
}

/*	commit  PC
------------------------------------ */
#commit .sec01__bg {
  background: url(../img/commit/sec01-r.png) no-repeat right top/34.7%, url(../img/commit/sec01-l.png) no-repeat left bottom/34.7% #000;
}
#commit .sec01__list-item {
  height: 628px;
  position: relative;
}
@media screen and (min-width: 1921px) {
  #commit .sec01__list-item {
    background-size: auto !important;
  }
}
#commit .sec01__list-item:nth-of-type(n+2) {
  margin: 120px auto 0;
}
@media screen and (min-width: 768px) {
  #commit .sec01__list-item01 {
    background: url(../img/commit/sec01-txt-box01.png) no-repeat calc(50% - 375px) bottom, url(../img/commit/sec01-img01.png) no-repeat right top/47%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1921px) {
  #commit .sec01__list-item01 {
    background-position: calc(50% - 375px) bottom, calc(50% + 507px) top;
  }
}
@media screen and (min-width: 768px) {
  #commit .sec01__list-item02 {
    height: 568px;
    background: url(../img/commit/sec01-txt-box02.png) no-repeat calc(50% + 375px) bottom, url(../img/commit/sec01-img02.png) no-repeat left top/47%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1921px) {
  #commit .sec01__list-item02 {
    background-position: calc(50% + 375px) bottom, calc(50% - 507px) top;
  }
}
@media screen and (min-width: 768px) {
  #commit .sec01__list-item03 {
    height: 568px;
    background: url(../img/commit/sec01-txt-box03.png) no-repeat calc(50% - 375px) bottom, url(../img/commit/sec01-img03.png) no-repeat right top/47%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1921px) {
  #commit .sec01__list-item03 {
    background-position: calc(50% - 375px) bottom, calc(50% + 507px) top;
  }
}
@media screen and (min-width: 768px) {
  #commit .sec01__list-item04 {
    height: 668px;
    background: url(../img/commit/sec01-txt-box04.png) no-repeat calc(50% + 375px) calc(100% - 78px), url(../img/commit/sec01-img04.png) no-repeat left top/47%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1921px) {
  #commit .sec01__list-item04 {
    background-position: calc(50% + 375px) calc(100% - 78px), calc(50% - 507px) top;
  }
}
@media screen and (min-width: 768px) {
  #commit .sec01__list-item04 .sec01__list-ttl {
    white-space: nowrap;
    letter-spacing: 0.08em;
  }
  #commit .sec01__list-item04 .sec01__list-box {
    margin-top: 119px;
  }
  #commit .sec01__list-item05 {
    height: 568px;
    margin-top: 45px;
    background: url(../img/commit/sec01-txt-box05.png) no-repeat calc(50% - 375px) bottom, url(../img/commit/sec01-img05.png) no-repeat right top/47%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1921px) {
  #commit .sec01__list-item05 {
    background-position: calc(50% - 375px) bottom, calc(50% + 507px) top;
  }
}
@media screen and (min-width: 768px) {
  #commit .sec01__list-item06 {
    height: 568px;
    margin-top: 122px;
    background: url(../img/commit/sec01-txt-box06.png) no-repeat calc(50% + 375px) bottom, url(../img/commit/sec01-img06.png) no-repeat left top/47%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1921px) {
  #commit .sec01__list-item06 {
    background-position: calc(50% + 375px) bottom, calc(50% - 507px) top;
  }
}
@media screen and (min-width: 768px) {
  #commit .sec01__list-item07 {
    height: 568px;
    background: url(../img/commit/sec01-txt-box07.png) no-repeat calc(50% - 375px) bottom, url(../img/commit/sec01-img07.png) no-repeat right top/47%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1921px) {
  #commit .sec01__list-item07 {
    background-position: calc(50% - 375px) bottom, calc(50% + 507px) top;
  }
}
@media screen and (min-width: 768px) {
  #commit .sec01__list-figure {
    display: none;
  }
}
#commit .sec01__list-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding-top: 80px;
}
#commit .sec01__list-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "shippori-m", serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.14em;
  line-height: 1;
  color: #aa973f;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #commit .sec01__list-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#commit .sec01__list-num-l::after {
  content: "";
  display: block;
  width: 672px;
  height: 1px;
  margin-left: 30px;
  background-color: #aa973f;
  position: relative;
}
#commit .sec01__list-num-r {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#commit .sec01__list-num-r::before {
  content: "";
  display: block;
  width: 672px;
  height: 1px;
  margin-right: 30px;
  background-color: #aa973f;
}
#commit .sec01__list-box {
  margin-top: 77px;
}
#commit .sec01__list-box-r {
  max-width: 660px;
  margin-left: auto;
}
#commit .sec01__list-ttl {
  font-family: "shippori-m", serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.14em;
  line-height: 1.525;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #commit .sec01__list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#commit .sec01__list-txt-box {
  margin-top: 24px;
}

/*	information  PC
------------------------------------ */
#information {
  background-color: #000;
}
#information .sec01__bg {
  background: url(../img/information/sec01-bg-l.png) no-repeat left bottom/42.3%, url(../img/information/sec01-bg.png) no-repeat center top;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
}
#information .sec01 .cmn-txt-box {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #information .sec01 .cmn-txt-box {
    text-align: center;
  }
  #information .sec01 .cmn-txt-box p:last-of-type {
    margin-top: 82px;
  }
}
#information .sec02 .cmn-table {
  margin: 50px auto 0;
}
#information .sec02 .cmn-table tr:nth-of-type(n+2) th {
  border-top: 1px solid #aa973f;
}
#information .sec02 .cmn-table th {
  color: #fff;
}
#information .sec02 .cmn-table th, #information .sec02 .cmn-table td {
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  #information .sec02 .cmn-table th, #information .sec02 .cmn-table td {
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  #information .sec02 .cmn-table th, #information .sec02 .cmn-table td {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  #information .sec02 .cmn-table th {
    width: 228px;
  }
  #information .sec02 .cmn-table td {
    padding-left: 65px;
  }
}