/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header {
  position: relative;
}
.header-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 116px;
  padding: 0 60px 0 0;
  z-index: 10;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-logo a:hover {
  opacity: 0.6;
}
.header .global-nav-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header .global-nav-list-item {
  line-height: 1;
  position: relative;
}
.header .global-nav-list-item:not(:last-child) {
  margin-right: 30px;
}
.header .global-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
.header .global-nav-list-item a:hover {
  opacity: 0.6;
}
.header .global-nav-list-item a.current {
  opacity: 0.7;
}
.header .global-nav-list-item .nav-text {
  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-bottom: 10px;
}
.header .global-nav-list-item .nav-text::after {
  content: "";
  width: 9px;
  height: 5px;
  margin-left: 15px;
  background: center/cover no-repeat url(../../images/common/nav-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .global-nav-list-item .nav-text:hover::after {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.header .global-nav-list-item .nav-text:hover + .global-nav-sub-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header .global-nav-sub-list {
  position: absolute;
  top: 26px;
  left: 14px;
  padding-left: 13px;
  border-left: 1px solid #3167b1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.header .global-nav-sub-list:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header .global-nav-sub-list-item {
  line-height: 1;
}
.header .global-nav-sub-list-item:not(:last-child) {
  margin-bottom: 13px;
}
.header .global-nav-sub-list-item a {
  line-height: 1;
}
.header .main-visual {
  width: 100%;
  height: 950px;
  background: center/cover no-repeat url(../images/common/main-visual.png);
}
.header .main-visual-textbox {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 185px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .sub-visual {
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 1;
}
.header .sub-visual-img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1470px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .sub-visual-textbox {
  max-width: 1460px;
  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;
  margin: 0 auto;
  padding-bottom: 150px;
}
/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.news {
  max-width: 1600px;
  width: 95%;
  margin-left: auto;
  overflow: hidden;
  margin-top: -90px;
  background-color: #3167b1;
  position: relative;
  z-index: 1;
}
.news-inner {
  max-width: 1390px;
  width: 98%;
  margin: 0 auto 0 0;
  padding-bottom: 59px;
  position: relative;
}
.news-section-title {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
  text-align: left;
}
.news-section-title .accent {
  font-size: 2rem;
  margin-bottom: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-section-title .accent::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 12px;
  background-color: #fff;
  border-radius: 50%;
}
.news-list {
  max-width: 1142px;
  width: 100%;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1455px) {
  .news-list {
    max-width: 970px;
  }
}
.news-list-item {
  max-width: 250px;
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 1455px) {
  .news-list-item {
    max-width: 220px;
  }
}
.news-list-item:not(:nth-child(4n)) {
  margin-right: 45px;
}
@media (max-width: 1455px) {
  .news-list-item:not(:nth-child(4n)) {
    margin-right: 30px;
  }
}
.news-list-item a {
  width: 100%;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.news-visual {
  max-width: 250px;
  width: 100%;
  height: 168px;
  margin-bottom: 11px;
  overflow: hidden;
}
.news-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news time {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: right;
  letter-spacing: 0.12em;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-accent-tag {
  font-family: "Shippori Mincho", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 4px 12px;
  margin-bottom: 5px;
  background-color: #000000;
}
.news-accent-tag:not(:last-child) {
  margin-right: 13px;
}
.news-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.12em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 9px;
}
.news .more-btn {
  position: absolute;
  top: 30px;
  right: 0;
  width: 123px;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
}
.news .more-btn::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 123px;
  height: 10px;
  background: center/cover no-repeat url(../images/top/more-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news .more-btn:hover {
  opacity: 0.8;
}
.news .more-btn:hover::before {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.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: #3167b1;
  border: 2px solid #3167b1;
}
.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: #3167b1;
}
.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 #3167b1;
  border-bottom: 1px solid #3167b1;
}
.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 #3167b1;
  border-right: 1px solid #3167b1;
}
.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: #3167b1 !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

#news .news {
  max-width: none;
  width: 100%;
  margin-top: 0;
  background: none;
}
#news .news-inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1455px) {
  #news .news-list {
    max-width: none;
  }
}
#news .news-list .news-list-item:not(:nth-child(4n)) {
  margin-right: 26px;
}
@media (max-width: 1455px) {
  #news .news-list-item {
    max-width: 250px;
  }
}
#news .news-title {
  color: #3167b1;
}
#news .news time {
  color: #3167b1;
}

.top-about-inner {
  padding: 135px 0 115px 0;
}
.top-about-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-about-img {
  margin-left: -420px;
}
.top-about-textbox {
  max-width: 490px;
  width: 100%;
  margin-top: 30px;
  height: 535px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.top-about-title {
  margin-left: 60px;
}
.top-about-text {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
.top-about-text:not(:last-child) {
  margin-left: 24px;
}
.top-about-text.accent {
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #3167b1;
}

.top-works {
  background: center/cover no-repeat url(../images/top/top-works-bg.png);
}
.top-works-inner {
  max-width: 680px;
  padding: 123px 0;
}
.top-works-text {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  line-height: 2;
  margin-bottom: 40px;
}
.top-works-title {
  font-family: "Shippori Mincho", serif;
  font-size: 4.4rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
  margin-bottom: 26px;
}
.top-works-title-en {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.02em;
  margin-bottom: 21px;
}
.top-works-title .bg {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 28px;
  margin: 0 auto;
  background-color: #191919;
}
.top-works-flex {
  margin-bottom: 73px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-works-btn {
  max-width: 300px;
  width: 100%;
  height: 65px;
  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;
  color: #fff !important;
  letter-spacing: 0.15em;
  border: 1px solid #fff;
  position: relative;
}
.top-works-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 10px;
  background: center/cover no-repeat url(../images/top/top-works-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-works-btn:hover {
  opacity: 0.7;
}
.top-works-btn:hover::before {
  right: -23px;
}
.top-works-textbox {
  padding-bottom: 65px;
  border-bottom: 1px solid #fff;
  position: relative;
}
.top-works-textbox::before {
  position: absolute;
  content: "";
  right: -109px;
  bottom: -86px;
  width: 271px;
  height: 218px;
  background: center/cover no-repeat url(../images/top/top-works-icon.png);
}
.top-works-sub-title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  margin-bottom: 50px;
}
.top-works-sub-title::before {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  margin-right: 28px;
  background-color: #fff;
}
.top-works-sub-title::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  margin-left: 28px;
  background-color: #fff;
}
.top-works-sub-text {
  font-size: 2.2rem;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.top-group {
  position: relative;
  z-index: 1;
}
.top-group::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 588px;
  height: 100%;
  background-color: #f4f5f6;
  z-index: -1;
}
.top-group-inner {
  max-width: 1190px;
}
.top-group-title {
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1;
  color: #3167b1;
  letter-spacing: 0.15em;
  margin-bottom: 63px;
  text-align: left;
}
.top-group-title .accent {
  font-size: 2rem;
  margin-bottom: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-group-title .accent::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 12px;
  background-color: #3167b1;
  border-radius: 50%;
}
.top-group-flex {
  margin-bottom: 47px;
}
.top-group-content {
  padding: 45px 55px;
  background-color: #fff;
  border: 2px solid #3167b1;
  position: relative;
  z-index: 1;
}
.top-group-content::before {
  position: absolute;
  content: "";
  top: -20px;
  left: 35px;
  width: 115px;
  height: 115px;
  background: center/cover no-repeat url(../images/top/top-group-logo01.png);
}
.top-group-wrap {
  position: relative;
  z-index: 1;
}
.top-group-wrap::after {
  position: absolute;
  content: "";
  top: -18px;
  right: -18px;
  width: 393px;
  height: 393px;
  background: center/cover no-repeat url(../images/top/top-group-box-deco.png);
  z-index: -1;
}
.top-group-wrap:nth-of-type(2) .top-group-content::before {
  top: -11px;
  left: 36px;
  width: 144px;
  height: 102px;
  background: center/cover no-repeat url(../images/top/top-group-logo02.png);
}
.top-group-wrap:nth-of-type(2) .top-group-sub-title {
  padding-left: 140px;
}
.top-group-wrap:not(:last-of-type) {
  margin-bottom: 79px;
}
.top-group-sub-title {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #3167b1;
  margin-bottom: 33px;
  padding-left: 112px;
}
.top-group-list-item {
  max-width: 320px;
  width: 100%;
  height: 326px;
}
.top-group-list-item a {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.top-group-list-item a:hover .top-group-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.top-group-list-title {
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  margin-bottom: 38px;
}
.top-group-btn {
  max-width: 220px;
  width: 100%;
  height: 58px;
  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;
  color: #fff !important;
  letter-spacing: 0.15em;
  background-color: #3167b1;
  border: 1px solid #fff;
  position: relative;
}
.top-group-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 10px;
  background: center/cover no-repeat url(../images/top/top-group-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-group-btn.other::before {
  right: 19px;
  width: 15px;
  height: 13px;
  background: center/cover no-repeat url(../images/top/top-group-btn-icon.png);
}
.top-group-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.top-group-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/*========================================
about
==========================================*/
.service-inner {
  padding-top: 68px;
}
.service-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}
.service-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.service-list-item {
  max-width: 510px;
  width: 100%;
  padding: 30px;
  color: #fff;
  background: center/cover no-repeat url(../images/about/service-box-bg.png);
}
.service-list-item:not(:nth-last-child(-n+2)) {
  margin-bottom: 60px;
}
.service-list-title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  padding-bottom: 18px;
  margin-bottom: 16px;
  position: relative;
}
.service-list-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.service-img {
  margin-bottom: 18px;
}
.service-sub-text {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
}

.feature {
  position: relative;
  z-index: 1;
}
.feature::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 588px;
  height: 100%;
  background-color: #f4f5f6;
  z-index: -1;
}
.feature-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 90px;
}
.feature-content {
  position: relative;
}
.feature-content:nth-of-type(2) .feature-title::after {
  background: center/cover no-repeat url(../images/about/feature-no02.png);
}
.feature-content:nth-of-type(3) .feature-title::after {
  background: center/cover no-repeat url(../images/about/feature-no03.png);
}
.feature-content:nth-of-type(4) .feature-title::after {
  background: center/cover no-repeat url(../images/about/feature-no04.png);
}
.feature-content:nth-of-type(5) .feature-title::after {
  background: center/cover no-repeat url(../images/about/feature-no05.png);
}
.feature-content:nth-of-type(6) .feature-title::after {
  background: center/cover no-repeat url(../images/about/feature-no06.png);
}
.feature-content:nth-of-type(7) .feature-title::after {
  background: center/cover no-repeat url(../images/about/feature-no07.png);
}
.feature-content:nth-of-type(even) .feature-img {
  left: auto;
  right: 0;
}
.feature-content:nth-of-type(even) .feature-textbox {
  margin-left: 0;
  margin-right: auto;
  padding: 50px 120px 50px 50px;
}
.feature-content:not(:last-of-type) {
  margin-bottom: 114px;
}
.feature-img {
  position: absolute;
  top: -40px;
  left: 0;
}
.feature-textbox {
  max-width: 620px;
  width: 100%;
  min-height: 318px;
  padding: 50px 50px 50px 120px;
  margin-left: auto;
  background: center/cover no-repeat url(../images/about/feature-box-bg.png);
  border: 1px solid #3167b1;
}
.feature-title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12em;
  color: #3167b1;
  padding-bottom: 16px;
  padding-left: 37px;
  padding-top: 28px;
  margin-bottom: 22px;
  position: relative;
}
.feature-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 25px;
  height: 1px;
  background-color: rgba(25, 25, 25, 0.4);
}
.feature-title::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 52px;
  height: 45px;
  background: center/cover no-repeat url(../images/about/feature-no01.png);
}
.feature-sub-text {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 1.62;
}

.example-text {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 54px;
}
.example-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.example-list-item {
  max-width: 510px;
  width: 100%;
  padding: 30px 20px 30px 20px;
  margin-bottom: 38px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #f4f5f6;
}
.example-list-title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  color: #3167b1;
  letter-spacing: 0.09em;
}
.example-icon {
  margin-right: 25px;
}

/*========================================
case
==========================================*/
.case {
  position: relative;
  z-index: 1;
}
.case-inner {
  padding-top: 68px;
  position: relative;
}
.case-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.case-list-item {
  max-width: 330px;
  width: 100%;
  margin-bottom: 42px;
}
.case-list-item:not(:nth-child(3n)) {
  margin-right: 45px;
}
.case-list-item a {
  width: 100%;
  height: 100%;
  padding: 21px 21px 15px 21px;
  border: 1px solid #3167b1;
  position: relative;
}
.case-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.case-list-title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #3167b1;
  letter-spacing: 0.08em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 12px;
}
.case-img {
  width: 100%;
  height: 190px;
  margin-bottom: 8px;
}
.case-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-more {
  width: 93px;
  margin-left: auto;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  padding-bottom: 9px;
  position: relative;
}
.case-more::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 93px;
  height: 10px;
  background: center/cover no-repeat url(../images/case/case-more-arrow.png);
}
.case-detail-img {
  max-width: 623px;
  width: 100%;
  height: 416px;
  margin: 0 auto 30px auto;
  overflow: hidden;
}
.case-detail-img img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-detail-title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #3167b1;
  letter-spacing: 0.12em;
  margin-bottom: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(49, 103, 177, 0.4);
}
.case-detail-body {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.case-detail-body img {
  display: block;
  max-width: 100%;
  margin: 15px auto;
}

/*========================================
info
==========================================*/
.info-inner {
  padding-top: 68px;
}
.info-table {
  margin-bottom: 55px;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 4px;
}
.info-table tr th {
  width: 280px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 28px 0;
  text-align: center;
  background-color: #3167b1;
  vertical-align: middle;
}
.info-table tr td {
  width: 800px;
  line-height: 1.3;
  padding: 20px 20px 20px 30px;
}
.info-txt img {
  display: block;
}
.info-map {
  width: 100%;
  height: 450px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
job
==========================================*/
.click-inner {
  padding: 68px 0 130px 0;
}
.click-list-item {
  max-width: 510px;
  width: 100%;
  padding: 30px 30px 45px 30px;
  background-color: #f4f5f6;
  position: relative;
}
.click-list-title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12em;
  color: #3167b1;
  padding-bottom: 21px;
  margin-bottom: 18px;
  position: relative;
}
.click-list-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 25px;
  height: 1px;
  background-color: rgba(25, 25, 25, 0.4);
}
.click-text {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
}
.click-btn {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 220px;
  width: 100%;
  height: 58px;
  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;
  color: #fff !important;
  letter-spacing: 0.15em;
  background-color: #3167b1;
  border: 1px solid #fff;
}
.click-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 32px;
  background: center/cover no-repeat url(../images/job/click-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.click-btn:hover {
  opacity: 0.8;
}
.click-btn:hover::before {
  top: 59%;
}
.click-btn.other::before {
  right: 19px;
  width: 15px;
  height: 13px;
  background: center/cover no-repeat url(../images/job/click-btn-icon.png);
}
.click-btn.other:hover::before {
  top: 43%;
}

.join {
  position: relative;
  z-index: 1;
}
.join::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 588px;
  height: 100%;
  background-color: #f4f5f6;
  z-index: -1;
}
.join-inner .cmn-title {
  line-height: 1.5;
}
.join-inner .cmn-title-en {
  margin-bottom: 10px;
}
.join-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.join-img {
  position: absolute;
  top: 0;
  left: -20px;
}
.join-wrap {
  max-width: 620px;
  width: 100%;
  margin-left: auto;
  background-color: #fff;
  border: 1px solid #3167b1;
}
.join-textbox {
  width: 100%;
  padding: 45px 50px 25px 120px;
}
.join-sub-textbox {
  width: 100%;
  padding: 27px 30px 27px 120px;
  background-color: #3167b1;
}
.join-text-list-item {
  line-height: 1;
  color: #fff;
  -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;
}
.join-text-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  background-color: #fff;
  border-radius: 50%;
}
.join-text-list-item:not(:last-child) {
  margin-bottom: 13px;
}
.join-sub-title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12em;
  color: #fff;
  padding-bottom: 21px;
  margin-bottom: 18px;
  position: relative;
}
.join-sub-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 25px;
  height: 1px;
  background-color: #fff;
}

.require-inner .cmn-title {
  text-align: center;
}
.require-inner .cmn-title-en {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.require-text-list {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 38px auto;
  padding: 35px 43px;
  background-color: #f4f5f6;
}
.require-text-list-item {
  line-height: 1;
  color: #3167b1;
  -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;
}
.require-text-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  background-color: #3167b1;
  border-radius: 50%;
}
.require-text-list-item:not(:last-child) {
  margin-bottom: 17px;
}
.require-textbox {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  background-color: #3167b1;
}
.require-sub-title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
  padding-bottom: 21px;
  margin-bottom: 18px;
  position: relative;
}
.require-sub-title::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.require-sub-text-list-item {
  width: 50%;
  line-height: 1;
  color: #fff;
  -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;
}
.require-sub-text-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  background-color: #fff;
  border-radius: 50%;
}
.require-sub-text-list-item:not(:nth-last-child(-n+2)) {
  margin-bottom: 15px;
}

.job {
  background-color: #3167b1;
}
.job-textbox {
  max-width: 450px;
  width: 100%;
}
.job-textbox .cmn-title {
  color: #fff;
}
.job-textbox .cmn-title-en::before {
  background-color: #fff;
}
.job-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.12em;
}

.benefit-list-item {
  max-width: 526px;
  width: 100%;
  height: 81px;
  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;
  background: center/cover no-repeat url(../images/job/benefit-box-bg.png);
}
.benefit-list-item:not(:last-child) {
  margin-bottom: 33px;
}
.benefit-list-item:last-child {
  margin: 0 auto;
}
.benefit-list-title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
}
.benefit-list-title .accent {
  font-size: 2rem;
}

.reserve {
  background: center/cover no-repeat url(../images/job/reserve-bg.png);
}
.reserve-inner .cmn-title {
  color: #fff;
  text-align: center;
}
.reserve-inner .cmn-title-en {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reserve-inner .cmn-title-en::before {
  background-color: #3167b1;
}
.reserve-content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 65px 0;
  border: 2px solid #fff;
}
.reserve-text {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 38px;
  text-align: center;
}
.reserve .cmn-contact-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*========================================
recruit
==========================================*/
.recruit-textbox {
  padding: 44px 38px;
  background-color: #fff;
  border: 2px solid #3167b1;
  position: relative;
  z-index: 1;
}
.recruit-wrap {
  position: relative;
  z-index: 1;
}
.recruit-wrap::after {
  position: absolute;
  content: "";
  top: -18px;
  right: -18px;
  width: 336px;
  height: 336px;
  background: center/cover no-repeat url(../images/about/cmn-contact-deco.png);
  z-index: -1;
}
.recruit-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.recruit-title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  color: #3167b1;
  line-height: 1;
  margin-bottom: 35px;
}
.recruit-table tr {
  display: block;
}
.recruit-table tr:not(:last-of-type) {
  margin-bottom: 4px;
}
.recruit-table tr th {
  width: 280px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 28px 0;
  text-align: center;
  background-color: #3167b1;
  vertical-align: middle;
}
.recruit-table tr td {
  width: 800px;
  line-height: 1.3;
  padding: 20px 20px 20px 30px;
}

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

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #3167b1;
  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 #3167b1;
}
.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: 100%;
  line-height: 1;
  border-bottom: 1px solid #3167b1;
}
.site-list-item a {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1;
  padding: 20px 0 20px 10px;
  color: #3167b1;
  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 #3167b1;
  border-right: 1px solid #3167b1;
  -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);
}
.site-sub-list {
  margin-left: 30px;
}
/*========================================
mixin
==========================================*/
/*========================================
footer
==========================================*/
.footer {
  background-color: #3167b1;
  position: relative;
  z-index: 1;
}
.footer-inner {
  padding: 80px 0 18px 0;
  text-align: center;
}
.footer-logo {
  margin-bottom: 75px;
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
}
.footer-content {
  max-width: 515px;
  width: 100%;
  padding: 35px 65px 30px 65px;
  border: 1px solid #fff;
  position: relative;
}
.footer-content-title {
  position: absolute;
  top: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 264px;
  height: 45px;
  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;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  background-color: #3167b1;
  border: 1px solid #fff;
}
.footer-address {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}
.footer-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.footer-textbox {
  text-align: left;
  margin-right: 20px;
}
.footer-btn:hover {
  opacity: 0.6;
}
.footer-tel {
  display: block;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.08em;
  padding-top: 12px;
  margin-bottom: 13px;
  position: relative;
}
.footer-tel .tel-font {
  display: inline-block;
  font-size: 1.8rem;
  margin-right: 6px;
}
.footer-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-text {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.12em;
}
.footer-text:not(:last-of-type) {
  margin-bottom: 7px;
}
.footer-mail {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: left;
}
.footer-mail .accent {
  display: inline-block;
  padding: 4px 5px;
  margin-right: 10px;
  border: 1px solid #fff;
}
.footer-nav {
  width: 100%;
  margin-bottom: 55px;
}
.footer-nav-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-nav-list-item {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.footer-nav-list-item:not(:last-child) {
  margin-right: 63px;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff !important;
}
.footer-nav-list-item a:hover {
  opacity: 0.6;
}
.footer-nav-sub-list {
  margin-top: 15px;
}
.footer-nav-sub-list-item {
  line-height: 1;
  text-align: left;
}
.footer-nav-sub-list-item:not(:last-child) {
  margin-bottom: 12px;
}
.footer-nav-sub-list-item a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff !important;
}
.footer-nav-sub-list-item a:hover {
  opacity: 0.6;
}
.footer-bottom {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
}
.footer-bottom-list {
  margin-right: 35px;
}
.footer-bottom-list-item {
  line-height: 1;
}
.footer-bottom-list-item:not(:last-child) {
  margin-right: 22px;
}
.footer-bottom-list-item a {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff !important;
  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;
}
.footer-bottom-list-item a::before {
  content: "";
  width: 6px;
  height: 9px;
  margin-right: 8px;
  background: center/cover no-repeat url(../images/top/footer-nav-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-bottom-list-item a:hover {
  opacity: 0.9;
}
.footer-bottom-list-item a:hover::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}