@charset "UTF-8";
/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 15px 0 0;
  background: center/cover no-repeat url(../../images/top/cmn-bg.png);
  z-index: 1000;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 106px;
  width: 100%;
}
.header-logo a:hover {
  opacity: 0.8;
}
.header-link {
  margin-bottom: 28px;
  margin-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-link a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.header-link a:not(:last-of-type) {
  margin-right: 34px;
}
.header-content {
  max-width: 835px;
  width: 100%;
}
.header .global-nav-list {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .global-nav-list-item {
  color: #fff;
  line-height: 1;
  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;
}
.header .global-nav-list-item::before {
  content: "｜";
  margin-right: 17px;
}
.header .global-nav-list-item:not(:last-child) {
  margin-right: 17px;
}
.header .global-nav-list-item:last-child::after {
  content: "｜";
  margin-left: 17px;
}
.header .global-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
.header .global-nav-list-item a:hover {
  opacity: 0.8;
}
.header .main-visual {
  width: 100%;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.header .main-visual-video {
  position: relative;
  padding-top: 56.25%; /* 16:9 アスペクト比 */
  height: 0;
}
.header .main-visual-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 0;
  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: 0 0 10px 5px;
  z-index: 5;
}
.header .main-visual-textbox img {
  height: 120px;
}
.header .sub-visual {
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 1;
}
.header .sub-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1080px;
  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-bottom: 30px;
  padding-left: 10px;
  z-index: 5;
}
.header .sub-visual-title {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}
.header .sub-visual-title .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 20px;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-about {
  margin-top: -4px;
  background: center/cover no-repeat url(../../images/top/top-about-bg.png);
}
.top-about-inner {
  position: relative;
  z-index: 1;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  left: -10px;
  bottom: 0;
  width: 39px;
  height: 275px;
  background: center/contain no-repeat url(../../images/top/top-about-en.png);
}
.top-about-text {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2.2;
  margin-bottom: 18px;
}

.top-works {
  overflow: hidden;
  border-bottom: 1px solid #bfbfbf;
}
.top-works-inner {
  max-width: none;
  position: relative;
  z-index: 1;
}
.top-works-inner::before {
  position: absolute;
  content: "";
  left: -20px;
  top: 81px;
  width: 110%;
  height: 1px;
  background-color: #bfbfbf;
}
.top-works-title {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.top-works-title .en {
  display: block;
  margin-bottom: 20px;
}
.top-works-title .en img {
  height: 32px;
}
.top-works-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-works-list-item {
  max-width: 560px;
  width: 100%;
}
.top-works-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.top-works-list-item:first-child .top-works-list-title .en img {
  height: 45px;
}
.top-works-list-item a {
  width: 100%;
  height: 100%;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.top-works-list-item a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 100%;
  background-color: rgba(8, 203, 0, 0.15);
  z-index: -1;
}
.top-works-list-item a:hover .top-works-img img:nth-of-type(2) {
  opacity: 1;
}
.top-works-list-title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}
.top-works-list-title .en {
  margin-top: 12px;
  display: block;
}
.top-works-list-title .en img {
  height: 32px;
}
.top-works-img {
  width: 100%;
  height: 400px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1790px) {
  .top-works-img {
    height: 320px;
  }
}
.top-works-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-works-img img:nth-of-type(2) {
  z-index: 2;
  opacity: 0;
}

.top-feature {
  overflow: hidden;
}
.top-feature-content {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top-feature-content:nth-of-type(even) .top-feature-img {
  margin-left: auto;
  margin-right: -100px;
}
.top-feature-content:nth-of-type(even) .top-feature-textbox::before {
  right: auto;
  left: -12px;
}
.top-feature-content:nth-of-type(2) .top-feature-textbox::before {
  background: center/contain no-repeat url(../../images/top/feature-no02.png);
}
.top-feature-content:nth-of-type(3) .top-feature-textbox::before {
  background: center/contain no-repeat url(../../images/top/feature-no03.png);
}
.top-feature-content:nth-of-type(4) .top-feature-textbox::before {
  background: center/contain no-repeat url(../../images/top/feature-no04.png);
}
.top-feature-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.top-feature-img {
  margin-left: -100px;
  margin-bottom: 20px;
}
.top-feature-textbox {
  max-width: 380px;
  width: 100%;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
.top-feature-textbox::before {
  position: absolute;
  content: "";
  right: -12px;
  bottom: 0;
  width: 21px;
  height: 176px;
  background: center/contain no-repeat url(../../images/top/feature-no01.png);
}
.top-feature-title {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 20px;
}
.top-feature-title .accent {
  font-size: 3.2rem;
  display: inline-block;
  line-height: 1;
}
.top-feature-text {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2;
}

.top-voice {
  border-top: 1px solid #bfbfbf;
}
.top-voice-inner {
  position: relative;
}
.top-voice-inner .cmn-title {
  text-align: left;
}
.top-voice-list {
  margin-bottom: 25px;
}
.top-voice-list-item {
  max-width: 500px;
  width: 100%;
}
.top-voice-list-title {
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-bottom: 9px;
  border-bottom: 1px solid #bfbfbf;
}
.top-voice-img {
  width: 100%;
  height: 340px;
  margin-bottom: 15px;
}
.top-voice-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-voice-name {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 5px;
}

.reserve {
  background: center/cover no-repeat url(../../images/top/reserve-bg.png);
}
.reserve-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reserve-left {
  max-width: 540px;
  width: 100%;
}
.reserve-left .cmn-title {
  text-align: left;
}
.reserve-left .cmn-title .en img {
  height: 30px;
}
.reserve-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.reserve-link .cmn-btn {
  width: 220px;
  text-align: center;
}
.reserve-link .cmn-btn:not(:last-of-type) {
  margin-bottom: 10px;
}
.reserve-link .cmn-btn::after {
  display: none;
}
.reserve-textbox {
  max-width: 490px;
  width: 100%;
}
.reserve-text {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2;
}
.reserve-text:not(:last-of-type) {
  margin-bottom: 25px;
}

.news .cmn-title {
  max-width: 240px;
  width: 100%;
  text-align: left;
}
.news-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 0;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  position: relative;
}
.news-right {
  max-width: 780px;
  width: 100%;
}
.news-list {
  width: 100%;
  margin-bottom: 20px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.news-list-item a {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #b4b4b4;
}
.news-list-item a:hover .news-title {
  color: #233a22;
}
.news-textbox {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.news-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.08em;
  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: 8px;
}
.news-accent time {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-right: 5px;
  margin-bottom: 5px;
  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;
}
.news-accent time::after {
  content: "|";
  margin-left: 5px;
}
.news-accent-tag {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 7px;
}
.news-tag-list {
  max-width: 250px;
  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: #233a22;
  border: 2px solid #233a22;
}
.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: #233a22;
}
.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: 10px;
}
.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-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.2rem;
  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 #233a22;
  border-bottom: 1px solid #233a22;
}
.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;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #233a22;
  border-right: 1px solid #233a22;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #233a22 !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

#news .cmn-title {
  text-align: center;
  margin: 0 auto;
}
#news .news-list {
  max-width: none;
}

/*========================================
about
==========================================*/
.about {
  margin-top: -40px;
  background: center/cover no-repeat url(../../images/about/about-bg.png);
}
.about-inner {
  padding-top: 90px;
}
.about-title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 35px;
}
.about-text {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2.2;
}
.about-text:not(:last-of-type) {
  margin-bottom: 25px;
}

.strength-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.strength-list-item {
  max-width: 520px;
  width: 100%;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.strength-list-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 10px);
  height: 100%;
  background-color: #ceefe4;
  z-index: -1;
}
.strength-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.strength-img {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.strength-title {
  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;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0;
  padding: 0 15px;
  margin-bottom: 12px;
}
.strength-title .accent {
  font-size: 2.6rem;
  display: inline-block;
  line-height: 1;
}
.strength-text {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2.1;
  padding: 0 15px;
}

.greeting {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.greeting-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.greeting-img {
  margin-bottom: 25px;
}
.greeting-textbox {
  max-width: 647px;
  width: 100%;
}
.greeting-textbox .cmn-sub-title {
  text-align: left;
  margin-bottom: 34px;
}
.greeting-text {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2.1;
  margin-bottom: 26px;
}
.greeting-name {
  font-size: 2rem;
  font-weight: 900;
  text-align: right;
  line-height: 1;
}

.info-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.info-table {
  max-width: 500px;
  width: 100%;
  margin-bottom: 20px;
}
.info-table tr {
  display: block;
  padding: 15px 0 15px 7px;
}
.info-table tr:not(:last-of-type) {
  border-bottom: 1px solid #bfbfbf;
}
.info-table tr th {
  display: block;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
  padding: 2px 2px 2px 12px;
  border-left: 3px solid #08cb00;
}
.info-table tr td {
  display: block;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.8;
  padding: 10px 0 2px 0;
}
.info-map {
  max-width: 540px;
  width: 100%;
  height: 400px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.link-banner-inner {
  padding: 80px 0 30px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.link-banner-item {
  max-width: 350px;
  width: 100%;
  height: 250px;
  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;
  overflow: hidden;
  z-index: 1;
}
.link-banner-item:not(:last-child) {
  margin-bottom: 20px;
}
.link-banner-item:hover .link-banner-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.link-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.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-title {
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}
.link-banner-title .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 3.4rem;
  font-weight: 900;
  margin-bottom: 20px;
}

/*========================================
works
==========================================*/
.works-text {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2.1;
  text-align: center;
}
.works-wrap {
  padding: 50px 0;
}
.works-wrap:nth-of-type(1) .works-title .accent img {
  height: 45px;
}
.works-wrap:nth-of-type(2) {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.works-content {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.works-img {
  margin-bottom: 15px;
}
.works-textbox {
  max-width: 477px;
  width: 100%;
}
.works-title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 25px;
}
.works-title .accent {
  display: block;
  margin-top: 11px;
}
.works-title .accent img {
  height: 32px;
}
.works-sub-text {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2.1;
}
.works-flex {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.works-sub-content {
  max-width: 520px;
  width: 100%;
  padding: 50px 20px 20px 20px;
  background-color: #ceefe4;
  position: relative;
}
.works-sub-content:not(:last-of-type) {
  margin-bottom: 20px;
}
.works-sub-title {
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  padding: 16px 17px;
  background-color: #233a22;
}
.works-text-list-item {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
}

/*========================================
voice
==========================================*/
.voice-inner {
  padding-top: 60px;
}
.voice-inner .cmn-title {
  margin-bottom: 50px;
}
.voice-list-item {
  width: 100%;
  padding: 65px 20px 20px 20px;
  background-color: #ceefe4;
  position: relative;
}
.voice-list-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.voice-list-title {
  position: absolute;
  top: -30px;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.3;
  color: #fff;
  padding: 13px 13px;
  background-color: #233a22;
}
.voice-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.voice-name {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 10px;
}
.voice-ex {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
}
.voice-body {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2.1;
}
.voice-body img {
  max-width: 100%;
}

.flow-flex {
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flow-flex .cmn-title {
  text-align: left;
}
.flow-text {
  font-size: 1.6rem;
  line-height: 2.1;
}
.flow-list {
  padding-left: 50px;
  margin-bottom: 52px;
  position: relative;
}
.flow-list::before {
  position: absolute;
  content: "";
  top: 14px;
  left: 16px;
  width: 2px;
  height: calc(100% - 199px);
  background-color: #d9d9d9;
}
.flow-list-item {
  -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;
  position: relative;
}
.flow-list-item::before {
  position: absolute;
  content: "";
  top: 12px;
  left: -38px;
  width: 10px;
  height: 10px;
  background-color: #08cb00;
}
.flow-list-item:not(:last-child) {
  margin-bottom: 75px;
}
.flow-time {
  width: 142px;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.37;
}
.flow-title {
  font-size: 1.8rem;
  line-height: 2;
}
.flow-title .accent {
  font-size: 2.4rem;
}
.flow-sub-text {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.9;
  padding: 20px 15px;
  background-color: #ceefe4;
}

/*========================================
recruit
==========================================*/
#recruit .flow-time {
  width: 208px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.3rem;
}
#recruit .flow-time .s-font {
  font-size: 1.8rem;
}
#recruit .flow-title {
  font-size: 1.8rem;
}
#recruit .flow-list {
  margin-bottom: 0;
}
#recruit .info-table {
  max-width: none;
}
#recruit .info-table tr {
  padding: 20px 10px;
}
.recruit {
  border-top: 1px solid #bfbfbf;
}

/*========================================
contact
==========================================*/
.contact-content {
  padding: 20px 13px;
  background-color: #ceefe4;
}
.contact-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.contact-title {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  margin-bottom: 20px;
  padding: 15px;
  text-align: center;
  background-color: #233a22;
}
.contact-text {
  font-size: 1.6rem;
  line-height: 1.9;
  text-align: center;
}
.contact-text a {
  color: blue;
  text-decoration: underline;
}
.contact-textbox {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}
.contact-tel {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
}
.contact-tel .tel-font {
  font-size: 2.2rem;
}
.contact-text {
  font-size: 1.6rem;
  line-height: 1.9;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #233a22;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #233a22;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #233a22;
}

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

/*========================================
site
==========================================*/
.site-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #233a22;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #233a22;
  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 #233a22;
  border-right: 1px solid #233a22;
  -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-sp
==========================================*/
.footer-inner {
  padding: 30px 0;
}
.footer-logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-left {
  max-width: 270px;
  width: 100%;
  margin-bottom: 25px;
}
.footer-right {
  max-width: 620px;
  width: 100%;
}
.footer-sub-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.footer-table {
  width: 100%;
}
.footer-table tr th {
  width: 75px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  padding: 6px 0;
}
.footer-table tr td {
  width: 190px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  padding: 6px 0;
}
.footer-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.footer-link a {
  width: 100px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  padding-bottom: 13px;
  border-bottom: 1px solid #bfbfbf;
}
.footer-link a:not(:last-of-type) {
  margin-right: 10px;
}
.footer-link a:hover {
  opacity: 0.7;
  color: #233a22;
}
.footer-link a .s-font {
  font-size: 1.2rem;
  font-weight: 700;
}
.footer-nav {
  margin-bottom: 10px;
}
.footer-nav-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-nav-list-item {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  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: 19px;
}
.footer-nav-list-item::before {
  content: "｜";
  margin-right: 5px;
}
.footer-nav-list-item:not(:nth-child(4n)) {
  margin-right: 5px;
}
.footer-nav-list-item:nth-child(4)::after {
  content: "｜";
  margin-left: 5px;
}
.footer-nav-list-item:nth-child(8)::after {
  content: "｜";
  margin-left: 5px;
}
.footer-nav-list-item:last-child::after {
  content: "｜";
  margin-left: 5px;
}
.footer-nav-list-item a {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
.footer-nav-list-item a:hover {
  opacity: 0.7;
}
.footer-bottom {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}