@charset "UTF-8";
/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header {
  position: relative;
}
.header-inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1750px;
  width: 97%;
  height: 145px;
  padding: 0 0px;
  z-index: 10;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-logo a:hover {
  opacity: 0.8;
}
.header-content {
  max-width: 627px;
  width: 100%;
}
.header-info {
  max-width: 535px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 20px;
}
.header-tel {
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.header-tel .tel-font {
  font-size: 1.6rem;
}
.header-tel-txt {
  position: absolute;
  right: 0;
  bottom: 0;
}
.header-tel-txt img {
  display: block;
}
.header-insta:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.header-link {
  max-width: 226px;
  width: 100%;
}
.header-link a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.header .global-nav {
  max-width: 690px;
  width: 100%;
  margin-left: auto;
}
.header .global-nav-list {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item:not(:last-child) {
  margin-right: 17px;
  position: relative;
}
.header .global-nav-list-item:not(:last-child)::after {
  content: "┃";
  color: #fff;
  margin-left: 17px;
}
.header .global-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
}
.header .global-nav-list-item a.current {
  opacity: 0.7;
}
.header .global-nav-list-item a:hover {
  opacity: 0.7;
}
.header .main-visual {
  width: 100%;
  height: 924px;
  position: relative;
  z-index: 1;
}
.header .main-visual::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 800px;
  height: 924px;
  background: center/cover no-repeat url(../../images/common/main-visual-l.png);
  z-index: 10;
}
.header .main-visual-slick {
  width: 100%;
  height: 100%;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 49px;
  padding-bottom: 105px;
  z-index: 20;
}
.header .sub-visual {
  width: 100%;
  height: 500px;
}
.header .sub-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 50px;
  z-index: 1;
}
#mv {
  width: 100%;
  position: relative;
}

#mv .bx-wrapper,
#mv ul {
  width: 100%;
  height: 924px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

#mv li {
  width: 100%;
  height: 100%;
}
#mv li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.top-about {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -158px;
  width: 394px;
  height: 627px;
  background: center/cover no-repeat url(../../images/top/top-about-illust.png);
  z-index: -1;
}
.top-about-inner {
  padding: 120px 0 40px 0;
}
.top-about-textbox {
  max-width: 1005px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.top-about-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.95;
  text-align: left;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 29px;
}
.top-about-text .bg {
  display: inline;
  color: #fff;
  font-weight: 700;
  background-color: #45b689;
}
.top-about-img {
  position: relative;
}
.top-about-img::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 140px;
  background: center/cover no-repeat url(../../images/top/top-about-shape.png);
}

.top-commit {
  background: center/cover no-repeat url(../../images/top/top-commit-bg.png);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-commit::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: center/cover no-repeat url(../../images/top/top-commit-bg-bottom.png);
  z-index: -1;
}
.top-commit-inner {
  padding: 73px 0 80px 0;
}
.top-commit-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-commit-img {
  margin-right: -100px;
}
.top-commit-textbox {
  max-width: 500px;
  width: 100%;
  padding-top: 125px;
  position: relative;
}
.top-commit-textbox .cmn-title {
  position: absolute;
  top: -60px;
  left: 0;
  text-align: left;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.top-commit-textbox .cmn-title-en {
  background: none;
  color: #fff;
  -webkit-text-fill-color: unset;
}
.top-commit-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 17px;
  border-bottom: 2px solid #fff;
}
.top-commit-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.87;
  color: #fff;
  margin-bottom: 40px;
}
.top-commit .cmn-btn {
  color: #fff;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-commit .cmn-btn::after {
  background: center/cover no-repeat url(../../images/top/cmn-btn-arrow02.png);
}

.link-banner-inner {
  max-width: none;
  padding: 50px 0 0 0;
}
.link-banner-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link-banner-list-item {
  max-width: 400px;
  width: 100%;
  height: 400px;
}
@media (max-width: 1750px) {
  .link-banner-list-item {
    max-width: 295px;
    height: 295px;
  }
}
.link-banner-list-item:not(:last-child) {
  margin-right: 50px;
}
@media (max-width: 1750px) {
  .link-banner-list-item:not(:last-child) {
    margin-right: 30px;
  }
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  padding-top: 75px;
  position: relative;
  overflow: hidden;
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: center/cover no-repeat url(../../images/top/link-banner-btn.png);
}
@media (max-width: 1750px) {
  .link-banner-list-item a::before {
    height: 61px;
  }
}
@media (max-width: 1750px) {
  .link-banner-list-item a {
    padding-top: 50px;
  }
}
.link-banner-list-item a:hover .link-banner-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.link-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.link-banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-banner-en {
  font-family: "Montserrat", sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  margin-bottom: 11px;
}
@media (max-width: 1750px) {
  .link-banner-en {
    font-size: 6rem;
  }
}
.link-banner-title {
  max-width: 300px;
  width: 90%;
  margin: 0 auto;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  padding: 11px 0;
  text-align: center;
  border: 1px solid #fff;
}

.lineup-inner .cmn-title {
  text-align: left;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.lineup-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lineup-list-item {
  max-width: 206px;
  width: 100%;
  height: 70px;
}
.lineup-list-item a {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 5px 5px 0px rgba(30, 30, 30, 0.1);
          box-shadow: 0 5px 5px 0px rgba(30, 30, 30, 0.1);
}
.lineup-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.lineup-list-item:not(:nth-child(5n)) {
  margin-right: 12px;
}
.lineup-list-item:not(:nth-last-child(-n+4)) {
  margin-bottom: 20px;
}

.news {
  background: center/cover no-repeat url(../../images/top/news-bg.png);
  overflow: hidden;
}
.news-inner {
  padding: 100px 0;
  position: relative;
}
.news .cmn-title {
  max-width: 350px;
  width: 100%;
  text-align: left;
}
.news-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news-right {
  max-width: 670px;
  width: 100%;
  min-height: 340px;
}
.news-list {
  width: 100%;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.news-list-item a {
  width: 100%;
  height: 100%;
  padding: 20px 20px 35px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px 0px rgba(30, 30, 30, 0.1);
          box-shadow: 0 5px 5px 0px rgba(30, 30, 30, 0.1);
  position: relative;
}
.news-list-item a::before {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background: center/cover no-repeat url(../../images/top/news-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-list-item a:hover .news-title {
  color: #269bec;
}
.news-title {
  width: 90%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 9px;
}
.news-accent time {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #45b689;
  letter-spacing: 0.04em;
  margin-right: 19px;
  margin-bottom: 10px;
}
.news-accent-tag {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  color: #45b689;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news .cmn-btn {
  position: absolute;
  left: 0;
  bottom: 100px;
}
.news-tag-list {
  max-width: 350px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #45b689;
  border: 2px solid #45b689;
}
.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: #45b689;
}
.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-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          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-title {
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #45b689;
  border-bottom: 1px solid #45b689;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          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 #45b689;
  border-right: 1px solid #45b689;
}
.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: #45b689 !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

/*========================================
about
==========================================*/
.about {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 140px;
  background: center/cover no-repeat url(../../images/about/about-bg-bottom.png);
  z-index: 1;
}
.about-inner {
  padding: 25px 0;
}
.about-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.about-img {
  margin-right: -420px;
}
.about-textbox {
  max-width: 540px;
  width: 100%;
  position: relative;
}
.about-textbox .cmn-title {
  margin-bottom: 37px;
}
.about-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.87;
}
.about-text:not(:last-of-type) {
  margin-bottom: 27px;
}

.staff {
  background: -webkit-gradient(linear, left top, right top, from(#45b688), to(#269bec));
  background: -webkit-linear-gradient(left, #45b688, #269bec);
  background: linear-gradient(to right, #45b688, #269bec);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.staff::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: center/cover no-repeat url(../../images/top/top-commit-bg-bottom.png);
  z-index: -1;
}
.staff-inner {
  padding: 30px 0 120px 0;
}
.staff-inner .cmn-title {
  text-align: left;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.staff-inner .cmn-title-en {
  background: none;
  color: #fff;
  -webkit-text-fill-color: unset;
}
.staff-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.staff-img {
  max-width: 320px;
  width: 100%;
  height: 424px;
}
.staff-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-textbox {
  max-width: 720px;
  width: 100%;
}
.staff-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  padding-bottom: 21px;
  margin-bottom: 25px;
  border-bottom: 2px solid #fff;
}
.staff-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 25px;
}
.staff-text:not(:last-of-type) {
  margin-bottom: 22px;
}
.staff-text .accent {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 105px;
}
.staff-body {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
}
.staff-body img {
  max-width: 100%;
}

.info-inner {
  padding: 30px 0 100px 0;
}
.info-inner .cmn-title {
  text-align: left;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.info-content {
  margin-bottom: 50px;
  padding: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px 0px rgba(30, 30, 30, 0.1);
          box-shadow: 0 5px 5px 0px rgba(30, 30, 30, 0.1);
}
.info-table tr th {
  width: 100px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #45b689;
  padding: 22px 0;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #45b689;
}
.info-table tr td {
  width: 880px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 17px 29px;
  border-bottom: 1px solid #c3c3c3;
}
.info-map {
  width: 100%;
  height: 450px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.reserve {
  background: center/cover no-repeat url(../../images/about/reserve-bg.png);
}
.reserve-inner .cmn-title {
  text-align: left;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.reserve-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.reserve-left {
  max-width: 311px;
  width: 100%;
}
.reserve-sub-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.reserve-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.09em;
}
.reserve-right {
  max-width: 670px;
  width: 100%;
}
.reserve-content {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px 0px rgba(30, 30, 30, 0.1);
          box-shadow: 0 5px 5px 0px rgba(30, 30, 30, 0.1);
}
.reserve-content:not(:last-of-type) {
  margin-bottom: 40px;
}
.reserve-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 17px 40px;
  background-color: #45b689;
}
.reserve-list {
  padding: 30px 40px;
}
.reserve-list-item {
  width: 100%;
}
.reserve-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.reserve-list-item a {
  width: 100%;
  height: 100%;
  min-height: 80px;
  padding-right: 75px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #45b689;
}
.reserve-list-item a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: center/cover no-repeat url(../../images/top/news-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reserve-list-item a:hover {
  opacity: 0.8;
}
.reserve-list-item a:hover::before {
  right: -8px;
}
.reserve-list-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 9px;
}

/*========================================
commit
==========================================*/
#feature .about {
  background: center/cover no-repeat url(../../images/feature/about-bg.png);
}
#feature .about-inner {
  padding: 110px 0 190px 0;
}
#feature .about-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#feature .about-content .cmn-title {
  text-align: left;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#feature .about-content .cmn-title-en {
  background: none;
  color: #fff;
  -webkit-text-fill-color: unset;
}
#feature .about-content .about-textbox {
  max-width: 605px;
}
#feature .about-content .about-text {
  color: #fff;
}

.commit {
  background: -webkit-gradient(linear, left top, right top, from(#45b688), to(#269bec));
  background: -webkit-linear-gradient(left, #45b688, #269bec);
  background: linear-gradient(to right, #45b688, #269bec);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.commit::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: center/cover no-repeat url(../../images/top/top-commit-bg-bottom.png);
  z-index: -1;
}
.commit-inner {
  padding: 0 0 120px 0;
}
.commit-inner .cmn-title {
  text-align: left;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.commit-inner .cmn-title-en {
  background: none;
  color: #fff;
  -webkit-text-fill-color: unset;
}
.commit-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 43px;
}
.commit-textbox {
  max-width: 500px;
  width: 100%;
}
.commit-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.87;
  color: #fff;
}
.commit-text:not(:last-of-type) {
  margin-bottom: 27px;
}
.commit-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding-bottom: 25px;
  margin-bottom: 9px;
  border-bottom: 2px solid #fff;
}
.commit-content {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px 0px rgba(30, 30, 30, 0.1);
          box-shadow: 0 5px 5px 0px rgba(30, 30, 30, 0.1);
}
.commit-content:not(:last-of-type) {
  margin-bottom: 40px;
}
.commit-content-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  padding: 17px 40px;
  background-color: #45b689;
}
.commit-list {
  padding: 30px 40px 40px 40px;
}
.commit-list-item {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.commit-list-item:not(:last-child) {
  margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid #45b689;
}
.commit-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  left: 29px;
  bottom: -13px;
  width: 35px;
  height: 14px;
  background: center/cover no-repeat url(../../images/feature/commit-arrow.png);
}
.commit-list-title {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 231px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #45b689;
  letter-spacing: 0.09em;
  text-align: left;
}
.commit-list-title .en {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  background: -webkit-gradient(linear, left top, right top, from(#45b688), to(#269bec));
  background: -webkit-linear-gradient(left, #45b688, #269bec);
  background: linear-gradient(to right, #45b688, #269bec);
  background: -webkit-linear-gradient(to right, #45b688, #269bec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.commit-sub-text {
  font-size: 1.6rem;
  font-weight: 500;
}

.machine-inner {
  padding-top: 50px;
}
.machine-inner .cmn-title {
  text-align: left;
  margin-bottom: 40px;
}
.machine-inner .cmn-title-en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
}
.machine-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.machine-textbox {
  max-width: 400px;
  width: 100%;
  position: relative;
}
.machine-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.87;
}
.machine-text:not(:last-of-type) {
  margin-bottom: 27px;
}

.product {
  background: center/cover no-repeat url(../../images/feature/product-bg.png);
}
.product-inner {
  padding-top: 50px;
}
.product-inner .cmn-title {
  text-align: left;
  margin-bottom: 40px;
}
.product-inner .cmn-title-en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
}
.product-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-textbox {
  max-width: 400px;
  width: 100%;
  position: relative;
}
.product-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.87;
}
.product-text:not(:last-of-type) {
  margin-bottom: 27px;
}

/*========================================
service
==========================================*/
.guide-link {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
.guide-link-btn {
  max-width: 340px;
  width: 100%;
  height: 70px;
  padding: 20px;
  border: 1px solid #c3c3c3;
}
.guide-link-btn::after {
  content: "";
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../../images/service/guide-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.guide-link-btn:hover {
  opacity: 0.8;
}
.guide-link-btn:hover::after {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.service {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.service::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 140px;
  background: center/cover no-repeat url(../../images/about/about-bg-bottom.png);
  z-index: 1;
}
.service-inner {
  padding: 120px 0 200px 0;
}
.service-inner .cmn-title {
  text-align: left;
  margin-bottom: 40px;
}
.service-inner .cmn-title-en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
}
.service-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
}
.service-content:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.service-content:not(:last-of-type) {
  margin-bottom: 40px;
}
.service-textbox {
  max-width: 500px;
  width: 100%;
  position: relative;
}
.service-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 25px;
  margin-bottom: 23px;
  border-bottom: 2px solid #c3c3c3;
}
.service-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.87;
}

.price {
  background: -webkit-gradient(linear, left top, right top, from(#45b688), to(#269bec));
  background: -webkit-linear-gradient(left, #45b688, #269bec);
  background: linear-gradient(to right, #45b688, #269bec);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.price::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: center/cover no-repeat url(../../images/top/top-commit-bg-bottom.png);
  z-index: -1;
}
.price-inner {
  padding: 30px 0 120px 0;
}
.price-inner .cmn-title {
  text-align: left;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.price-inner .cmn-title-en {
  background: none;
  color: #fff;
  -webkit-text-fill-color: unset;
}
.price-content {
  padding: 50px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px 0px rgba(30, 30, 30, 0.1);
          box-shadow: 0 5px 5px 0px rgba(30, 30, 30, 0.1);
}
.price-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.price-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #45b689;
  padding-bottom: 25px;
  margin-bottom: 13px;
  border-bottom: 2px solid #c3c3c3;
}
.price-body {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.price-body img {
  max-width: 100%;
}

.flow-inner {
  padding-top: 50px;
}
.flow-inner .cmn-title {
  text-align: left;
}
.flow-inner .cmn-title-en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
}
.flow-content {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px 0px rgba(30, 30, 30, 0.1);
          box-shadow: 0 5px 5px 0px rgba(30, 30, 30, 0.1);
}
.flow-content:not(:last-of-type) {
  margin-bottom: 40px;
}
.flow-content-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  padding: 17px 40px;
  background-color: #45b689;
}
.flow-list {
  padding: 30px 40px 40px 40px;
}
.flow-list-item {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.flow-list-item:not(:last-child) {
  margin-bottom: 47px;
  padding-bottom: 28px;
  border-bottom: 1px solid #45b689;
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  left: 29px;
  bottom: -13px;
  width: 35px;
  height: 14px;
  background: center/cover no-repeat url(../../images/feature/commit-arrow.png);
}
.flow-list-title {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 231px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #45b689;
  letter-spacing: 0.09em;
  text-align: left;
}
.flow-list-title .en {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  background: -webkit-gradient(linear, left top, right top, from(#45b688), to(#269bec));
  background: -webkit-linear-gradient(left, #45b688, #269bec);
  background: linear-gradient(to right, #45b688, #269bec);
  background: -webkit-linear-gradient(to right, #45b688, #269bec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flow-sub-text {
  font-size: 1.6rem;
  font-weight: 500;
}

/*========================================
question
==========================================*/
.question {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.question::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 140px;
  background: center/cover no-repeat url(../../images/about/about-bg-bottom.png);
  z-index: 1;
}
.question-inner {
  padding: 120px 0 200px 0;
}
.question-inner .cmn-title {
  text-align: left;
  margin-bottom: 40px;
}
.question-inner .cmn-title-en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
}
.question-list-item {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px 0px rgba(30, 30, 30, 0.1);
          box-shadow: 0 5px 5px 0px rgba(30, 30, 30, 0.1);
}
.question-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.question-list-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.025em;
  padding: 15px 30px;
  background-color: #45b689;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.question-list-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 17px;
  height: 19px;
  margin-right: 13px;
  background: center/cover no-repeat url(../../images/question/Q.png);
}
.question-textbox {
  padding: 22px 60px;
}
.question-body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.question-body img {
  max-width: 100%;
}

/*========================================
contact
==========================================*/
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #45b688;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #45b688;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #45b688;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #45b688;
  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 #45b688;
}
.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 #45b688;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #45b688;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #45b688;
  border-right: 1px solid #45b688;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #000 !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer
==========================================*/
.footer {
  background-color: #1e1e1e;
}
.footer-inner {
  padding: 100px 0 100px 0;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-left {
  max-width: 395px;
  width: 100%;
}
.footer-address {
  color: #fff;
  line-height: 1;
}
.footer-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  padding-bottom: 18px;
  margin-bottom: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.footer-tel .tel-font {
  font-size: 1.6rem;
}
.footer-tel-txt {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 28px;
}
.footer-link {
  max-width: 226px;
  width: 100%;
}
.footer-link a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-right {
  max-width: 620px;
  width: 100%;
}
.footer-nav {
  width: 100%;
  margin-bottom: 30px;
}
.footer-nav-list {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-nav-list-item {
  line-height: 1;
  letter-spacing: 0.05em;
  margin-right: 16px;
  position: relative;
}
.footer-nav-list-item::after {
  content: "┃";
  color: #fff;
  margin-left: 16px;
}
.footer-nav-list-item:nth-child(5) {
  margin-right: 0;
}
.footer-nav-list-item:nth-child(5)::after {
  display: none;
}
.footer-nav-list-item:nth-child(9) {
  margin-right: 0;
}
.footer-nav-list-item:nth-child(9)::after {
  display: none;
}
.footer-nav-list-item:not(:nth-last-child(-n+4)) {
  margin-bottom: 19px;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
}
.footer-nav-list-item a.current {
  opacity: 0.7;
}
.footer-nav-list-item a:hover {
  opacity: 0.7;
}
.footer-map {
  width: 100%;
  height: 270px;
}
.footer-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.footer-bottom {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
}