@charset "UTF-8";
/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header {
  position: relative;
}
.header-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  padding: 0 22px 0 0;
  z-index: 5;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.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%;
  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 66px 44px;
  z-index: 5;
}
.header .sub-visual {
  width: 100%;
  height: 500px;
  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: 70px;
  z-index: 5;
}
.header .sub-visual-title {
  font-size: 6.2rem;
  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: 3.2rem;
  font-weight: 700;
  margin-top: 30px;
}
.header .fix-btn {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 1000;
  max-width: 270px;
  width: 100%;
  height: 80px;
  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;
  padding: 0;
}
.header .fix-btn::before {
  content: "";
  width: 23px;
  height: 15px;
  margin-right: 15px;
  background: center/cover no-repeat url(../../images/common/fix-btn-icon.png);
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.top-about {
  margin-top: -4px;
  background: center/cover no-repeat url(../../images/top/top-about-bg.png);
}
.top-about-inner {
  padding: 240px 0 183px 0;
  position: relative;
  z-index: 1;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  left: -180px;
  bottom: 0;
  width: 129px;
  height: 910px;
  background: center/cover no-repeat url(../../images/top/top-about-en.png);
}
.top-about-text {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 2.2;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 45px;
}
.top-about-text:last-of-type {
  margin-bottom: 30px;
}

.top-works {
  border-bottom: 1px solid #bfbfbf;
}
.top-works-inner {
  max-width: none;
  padding: 92px 0 111px 0;
  position: relative;
  z-index: 1;
}
.top-works-inner::before {
  position: absolute;
  content: "";
  left: 0;
  top: 164px;
  width: 100%;
  height: 1px;
  background-color: #bfbfbf;
}
.top-works-title {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  padding-left: 60px;
  margin-bottom: 63px;
  position: relative;
  z-index: 1;
}
.top-works-title .en {
  display: block;
  margin-bottom: 20px;
}
.top-works-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-works-list-item {
  max-width: 560px;
  width: 30%;
}
.top-works-list-item:not(:last-child) {
  margin-right: 62px;
}
@media (max-width: 1790px) {
  .top-works-list-item:not(:last-child) {
    margin-right: 40px;
  }
}
.top-works-list-item a {
  width: 100%;
  height: 100%;
  padding: 32px 0 27px 0;
  position: relative;
  z-index: 1;
}
.top-works-list-item a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50px;
  width: calc(100% - 80px);
  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 {
  min-height: 110px;
  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: 3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}
.top-works-list-title .en {
  margin-top: 12px;
  display: block;
}
.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-inner {
  padding: 85px 0 110px 0;
}
.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) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.top-feature-content:nth-of-type(even) .top-feature-img {
  margin-left: auto;
  margin-right: -420px;
}
.top-feature-content:nth-of-type(even) .top-feature-textbox::before {
  right: auto;
  left: 0;
}
.top-feature-content:nth-of-type(2) .top-feature-textbox::before {
  height: 263px;
  background: center/contain no-repeat url(../../images/top/feature-no02.png);
}
.top-feature-content:nth-of-type(3) .top-feature-textbox::before {
  height: 263px;
  background: center/contain no-repeat url(../../images/top/feature-no03.png);
}
.top-feature-content:nth-of-type(4) .top-feature-textbox::before {
  height: 268px;
  background: center/contain no-repeat url(../../images/top/feature-no04.png);
}
.top-feature-content:not(:last-of-type) {
  margin-bottom: 100px;
}
.top-feature-img {
  margin-left: -420px;
}
.top-feature-textbox {
  max-width: 380px;
  width: 100%;
  padding-left: 45px;
  position: relative;
  z-index: 1;
}
.top-feature-textbox::before {
  position: absolute;
  content: "";
  right: -13px;
  bottom: 0;
  width: 30px;
  height: 254px;
  background: center/contain no-repeat url(../../images/top/feature-no01.png);
}
.top-feature-title {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 25px;
}
.top-feature-title .accent {
  font-size: 5.8rem;
  display: inline-block;
  line-height: 1;
}
.top-feature-text {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2;
}

.top-voice {
  border-top: 1px solid #bfbfbf;
}
.top-voice-inner {
  position: relative;
  padding-bottom: 144px;
}
.top-voice-inner .cmn-title {
  text-align: left;
}
.top-voice-inner .cmn-btn {
  position: absolute;
  top: 166px;
  right: 0;
}
.top-voice-list-item {
  max-width: 500px;
  width: 100%;
}
.top-voice-list-title {
  font-size: 2.8rem;
  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: 2rem;
  font-weight: 900;
  line-height: 1;
}

.reserve {
  background: center/cover no-repeat url(../../images/top/reserve-bg.png);
}
.reserve-inner {
  padding: 158px 0 170px 0;
}
.reserve-left {
  max-width: 540px;
  width: 100%;
}
.reserve-left .cmn-title {
  text-align: left;
}
.reserve-link {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.reserve-link .cmn-btn:not(:last-of-type) {
  margin-right: 10px;
}
.reserve-link .cmn-btn::after {
  display: none;
}
.reserve-textbox {
  max-width: 490px;
  width: 100%;
}
.reserve-text {
  font-size: 2rem;
  font-weight: 900;
  line-height: 2;
}
.reserve-text:not(:last-of-type) {
  margin-bottom: 45px;
}

.news-inner {
  padding: 70px 0 20px 0;
}
.news .cmn-title {
  max-width: 240px;
  width: 100%;
  text-align: left;
  margin-top: 23px;
}
.news-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 53px 0;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  position: relative;
}
.news-right {
  max-width: 780px;
  width: 100%;
  min-height: 270px;
}
.news-list {
  width: 100%;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 29px;
}
.news-list-item a {
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  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 .cmn-btn {
  position: absolute;
  top: 224px;
  left: 0;
}
.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: #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: 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 #00a8fd;
  border-bottom: 1px solid #00a8fd;
}
.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 #00a8fd;
  border-right: 1px solid #00a8fd;
}
.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: #00a8fd !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

#news .cmn-title {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
}
#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: 266px;
}
.about-title {
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 55px;
}
.about-text {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 2.2;
}
.about-text:not(:last-of-type) {
  margin-bottom: 45px;
}

.strength-inner {
  padding: 120px 0;
}
.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% - 40px);
  height: 100%;
  background-color: #ceefe4;
  z-index: -1;
}
.strength-list-item:not(:nth-last-child(-n+2)) {
  margin-bottom: 60px;
}
.strength-img {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.strength-title {
  min-height: 80px;
  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.6rem;
  font-weight: 900;
  letter-spacing: 0;
  padding: 0 35px;
  margin-bottom: 12px;
}
.strength-title .accent {
  font-size: 3.6rem;
  display: inline-block;
  line-height: 1;
}
.strength-text {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2.1;
  padding: 0 35px;
}

.greeting {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.greeting-inner {
  padding: 120px 0;
}
.greeting-textbox {
  max-width: 647px;
  width: 100%;
}
.greeting-textbox .cmn-sub-title {
  text-align: left;
  margin-bottom: 34px;
}
.greeting-text {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2.1;
  margin-bottom: 26px;
}
.greeting-name {
  font-size: 2.2rem;
  font-weight: 900;
  text-align: right;
  line-height: 1;
}

.info-table {
  max-width: 500px;
  width: 100%;
}
.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 {
  width: 160px;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
  padding: 2px 2px 2px 12px;
  border-left: 3px solid #08cb00;
}
.info-table tr td {
  width: 340px;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
  padding: 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;
}
.link-banner-item {
  max-width: 520px;
  width: 100%;
  height: 300px;
  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: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.8rem;
  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: 7rem;
  font-weight: 900;
  margin-bottom: 20px;
}

/*========================================
works
==========================================*/
.works-inner {
  max-width: none;
  padding-top: 60px;
  padding-bottom: 30px;
}
.works-text {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2.1;
  text-align: center;
}
.works-wrap {
  padding: 100px 0;
}
.works-wrap:nth-of-type(2) {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.works-wrap:nth-of-type(2) .works-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.works-content {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 99px;
}
.works-textbox {
  max-width: 477px;
  width: 100%;
}
.works-title {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 25px;
}
.works-title .accent {
  display: block;
  margin-top: 11px;
}
.works-sub-text {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2.1;
}
.works-flex {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.works-sub-content {
  max-width: 520px;
  width: 100%;
  padding: 54px 60px 20px 28px;
  background-color: #ceefe4;
  position: relative;
}
.works-sub-title {
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  padding: 16px 17px;
  background-color: #233a22;
}
.works-text-list-item {
  width: 50%;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
}
.works-text-list-item.w100 {
  width: 100%;
}
.works-text-list-item.w43 {
  width: 43%;
}

/*========================================
voice
==========================================*/
.voice-inner {
  padding-top: 60px;
}
.voice-list-item {
  width: 100%;
  padding: 54px 25px 30px 25px;
  background-color: #ceefe4;
  position: relative;
}
.voice-list-item:not(:last-of-type) {
  margin-bottom: 111px;
}
.voice-list-title {
  position: absolute;
  top: -30px;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.3;
  color: #fff;
  padding: 13px 18px;
  background-color: #233a22;
}
.voice-info {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 24px;
}
.voice-name {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.2;
  margin-right: 30px;
}
.voice-ex {
  font-size: 2.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-inner {
  padding: 110px 0;
}
.flow-flex {
  margin-bottom: 80px;
}
.flow-flex .cmn-title {
  text-align: left;
  margin-bottom: 0;
}
.flow-text {
  font-size: 1.8rem;
  line-height: 2.1;
}
.flow-list {
  padding-left: 73px;
  margin-bottom: 52px;
  position: relative;
}
.flow-list::before {
  position: absolute;
  content: "";
  top: 14px;
  left: 39px;
  width: 2px;
  height: 88%;
  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: 22px 60px 27px 79px;
  background-color: #ceefe4;
}

/*========================================
recruit
==========================================*/
#recruit .flow-time {
  width: 208px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3rem;
}
#recruit .flow-time .s-font {
  font-size: 2rem;
}
#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 .info-table tr th {
  width: 238px;
}
#recruit .info-table tr td {
  width: 843px;
  font-size: 1.8rem;
  line-height: 2.1;
}

.recruit {
  border-top: 1px solid #bfbfbf;
}

/*========================================
contact
==========================================*/
.contact-content {
  padding: 30px;
  background-color: #ceefe4;
}
.contact-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.contact-title {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  margin-bottom: 30px;
  padding: 18px;
  text-align: center;
  background-color: #233a22;
}
.contact-text {
  font-size: 1.8rem;
  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: 3.4rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
}
.contact-tel .tel-font {
  font-size: 2.4rem;
}
.contact-text {
  font-size: 1.8rem;
  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 input {
  color: #fff;
  background-color: #233a22;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #233a22;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  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.8rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #233a22;
}
.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 #233a22;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 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: #233a22 !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer
==========================================*/
.footer-inner {
  padding: 50px 0;
}
.footer-logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 6px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-left {
  max-width: 270px;
  width: 100%;
}
.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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 50px;
}
.footer-link a {
  width: 120px;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.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: 11px;
}
.footer-nav-list-item:not(:last-child) {
  margin-right: 11px;
}
.footer-nav-list-item:nth-child(6)::after {
  content: "｜";
  margin-left: 11px;
}
.footer-nav-list-item:last-child::after {
  content: "｜";
  margin-left: 11px;
}
.footer-nav-list-item a {
  font-size: 1.3rem;
  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: right;
}