@charset "UTF-8";

/* 採用情報 */
.recruit .lower-title {
  color: #0f342f;
  padding: 20px 0;
  margin: 0 0 25px;
  position: relative;
  z-index: 1;
}
.recruit .lower-title::before {
  content: 'recruit';
  color: rgba(83, 157, 146, 0.15);
  font-family: GSanSerif-B, sans-serif;
  font-size: 13rem;
  font-weight: bold;
  line-height: 0.8;
  letter-spacing: -0.03em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -64%);
  z-index: -1;
}
.recruit .cts-section {
  margin-bottom: 60px;
  position: relative;
}
.recruit .cts-section::before {
  color: rgba(83, 157, 146, 0.15);
  font-family: GSanSerif-B, sans-serif;
  font-size: 13rem;
  font-weight: bold;
  line-height: 0.8;
  letter-spacing: -0.03em;
  position: absolute;
  left: 0;
  z-index: -1;
}
.recruit .cts-title {
  color: #000;
  font-family: GSanSerif-B, sans-serif;
  font-size: 2.4rem;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .recruit .lower-wrap {
    max-width: 1400px;
    margin: 0 auto;
  }
  .recruit .lower-title {
    font-size: 4.6rem;
    padding: 45px 0;
  }
  .recruit .lower-title::before {
    font-size: 26rem;
  }
  .recruit .cts-section {
    margin-bottom: 90px;
  }
  .recruit .cts-section::before {
    font-size: 26rem;
  }
  .recruit .cts-title {
    font-size: 4.2rem;
  }
}
.recruit .cts-message .cts-box {
  background-color: #fcfbcb;
  border-radius: 20px;
  padding: 0 30px 20px;
  margin-top: 55px;
}
.recruit .cts-message .cts-box::after {
  content: '';
  border-top: 18px solid #fcfbcb;
  border-right: 28px solid #fcfbcb;
  border-bottom: 18px solid transparent;
  border-left: 28px solid transparent;
  position: absolute;
  bottom: 0;
  right: 45px;
  transform: rotate(-55deg);
  transform-origin: right bottom;
}
.recruit .cts-message .cts-img {
  width: 190px;
  margin: 0 auto -30px;
  transform: translateY(-40px);
}
.recruit .cts-message .cts-txt {
  max-width: 900px;
  font-size: 1.6rem;
  margin: 0 auto;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .recruit .cts-message .cts-box {
    max-width: 1100px;
    border-radius: 40px;
    padding: 50px;
    margin: 20px auto;
    position: relative;
  }
  .recruit .cts-message .cts-box::after {
    border-top-width: 36px;
    border-right-width: 56px;
    border-bottom-width: 36px;
    border-left-width: 56px;
    right: 120px;
  }
  .recruit .cts-message .cts-txt {
    font-size: 1.8rem;
  }
  .recruit .cts-message .cts-img {
    width: calc(380% / 11);
    margin-bottom: 0;
    position: absolute;
    bottom: 30px;
    right: 40px;
    transform: none;
  }
}
.recruit .cts-jd .cts-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.recruit .cts-jd .cts-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 315px;
  min-height: 80px;
  color: #fff;
  background-image: url(../img/icon-arrow-rw.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px 13px;
  font-family: Shin Go Bold, sans-serif;
  font-size: 1.5rem;
  border-radius: 40px;
  padding: 8px 40px;
  margin: 25px auto 30px;
  letter-spacing: 0.3em;
}
.recruit .cts-jd .cts-btn:nth-of-type(1) {
  background-color: #303473;
  box-shadow: 0 9px #161838;
}
.recruit .cts-jd .cts-btn:nth-of-type(2) {
  background-color: #d75d3c;
  box-shadow: 0 9px #9f3314;
}
.recruit .cts-jd .cts-btn:hover {
  box-shadow: none;
  transform: translateY(11px);
  opacity: 1;
}
.recruit .cts-jd .cts-btn-top {
  font-size: 1.4em;
}
@media screen and (min-width: 960px) {
  .recruit .cts-jd .cts-row {
    display: flex;
    margin-left: -40px;
  }
  .recruit .cts-jd .cts-btn {
    width: calc(50% - 40px);
    max-width: none;
    min-height: 100px;
    font-size: 2rem;
    background-position: right 40px center;
    border-radius: 50px;
    margin: 45px 0 10px;
    margin-left: 40px;
    padding: 12px 60px;
    letter-spacing: 0.3em;
  }
  .recruit .cts-jd .cts-btn:nth-of-type(1) {
    box-shadow: 0 11px #161838;
  }
  .recruit .cts-jd .cts-btn:nth-of-type(2) {
    box-shadow: 0 11px #9f3314;
  }
  .recruit .cts-jd .cts-btn:hover {
    transform: translateY(11px);
  }
}
.recruit .cts-business {
  padding-left: calc(16vw / 3);
  padding-right: calc(16vw / 3);
}
.recruit .cts-business .cts-txt {
  max-width: 650px;
  margin: 16px auto 0;
  font-size: 1.6rem;
  line-height: 2;
}
.recruit .cts-business .cts-row {
  position: relative;
}
.recruit .cts-business .cts-row::before {
  content: '';
  display: block;
  width: 2000px;
  height: 500px;
  background-color: #fcfbcb;
  position: absolute;
  transform: rotate(-15deg);
  right: calc(-16vw / 3);
  bottom: -20px;
  z-index: -1;
}
.recruit .cts-business .cts-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(4600% / 67);
  height: 280px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 20px 0;
  position: relative;
}
.recruit .cts-business .cts-link:nth-of-type(1) {
  background-image: url(../img/recruit/business-housing.jpg);
}
.recruit .cts-business .cts-link:nth-of-type(2) {
  background-image: url(../img/recruit/business-apartment.jpg);
  margin-left: auto;
  margin-right: auto;;
}
.recruit .cts-business .cts-link:nth-of-type(3) {
  background-image: url(../img/recruit/business-facility.jpg);
  margin-left: auto;
}
.recruit .cts-business .cts-link:hover {
  opacity: 1;
}
.recruit .cts-business .cts-link::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .25);
  position: absolute;
  top: 0;
  left: 0;
}
.recruit .cts-business .cts-link:hover::before {
  background-color: transparent;
}
.recruit .cts-business .cts-link-txt {
  color: #fff;
  font-family: GSanSerif-B, sans-serif;
  font-size: 2.1rem;
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 960px) {
  .recruit .cts-business {
    padding: 0;
  }
  .recruit .cts-business .cts-row {
    display: flex;
    padding: 0 5px;
    margin-top: 50px;
    margin-left: -5px;
  }
  .recruit .cts-business .cts-row::before {
    content: none;
  }
  .recruit .cts-business .cts-link {
    width: calc(100% / 3 - 5px);
    height: 560px;
    margin: 0;
    margin-left: 5px;
  }
  .recruit .cts-business .cts-link-txt {
    font-size: 3.4rem;
  }
}
.recruit .cts-works {
  padding-left: 8vw;
  padding-right: 8vw;
}
.recruit .cts-works::before {
  content: 'business\a content';
}
.recruit .cts-works .cts-sec {
  max-width: 420px;
  margin-bottom: 30px;
}
.recruit .cts-works .cts-sec:nth-of-type(odd) {
  margin-left: auto;
}
.recruit .cts-works .cts-title {
  padding: 30px 0;
}
.recruit .cts-works .cts-img {
  position: relative;
}
.recruit .cts-works .cts-img::before {
  content: '';
  display: block;
  width: 600px;
  height: 150px;
  background-color: #fcfbcb;
  position: absolute;
  transform: rotate(-15deg);
  z-index: -1;
}
.recruit .cts-works .cts-sec:nth-of-type(odd) .cts-img::before {
  left: -16px;
  bottom: -38px;
}
.recruit .cts-works .cts-sec:nth-of-type(even) .cts-img::before {
  right: -16px;
  bottom: -113px;
}
.recruit .cts-works .cts-ttl {
  color: #000;
  font-family: GSanSerif-B, sans-serif;
  font-size: 2.1rem;
  margin: 16px 0 4px;
}
.recruit .cts-works .cts-txt {
  font-size: 1.6rem;
  margin: 0;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .recruit .cts-works .cts-clearfix {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 110px;
  }
  .recruit .cts-works .cts-clearfix::after {
    content: '';
    display: block;
    clear: both;
  }
  .recruit .cts-works .cts-sec {
    margin-bottom: 70px;
  }
  .recruit .cts-works .cts-float {
    width: 420px;
  }
  .recruit .cts-works .cts-float:nth-child(odd) {
    float: left;
  }
  .recruit .cts-works .cts-float:nth-child(even) {
    float: right;
  }
  .recruit .cts-works .cts-title {
    padding: 140px 0;
  }
  .recruit .cts-works .cts-img::before {
    width: 800px;
    height: 200px;
  }
  .recruit .cts-works .cts-sec:nth-of-type(odd) .cts-img::before {
    left: -75px;
    bottom: -60px;
  }
  .recruit .cts-works .cts-sec:nth-of-type(even) .cts-img::before {
    right: -75px;
    bottom: -140px;
  }
  .recruit .cts-works .cts-ttl {
    font-size: 3.4rem;
    margin: 32px 0 16px;
  }
}
.recruit .cts-process::before {
  content: 'process';
}
.recruit .cts-process .cts-title {
  padding: 50px 0 40px;
}
.recruit .cts-process .cts-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.recruit .cts-process .cts-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90px;
  color: #fff;
  background-repeat: no-repeat;
  background-color: #519d92;
  font-family: GSanSerif-B, sans-serif;
  font-size: 2.1rem;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 0 60px;
  position: relative;
}
.recruit .cts-process .cts-item:last-of-type {
  margin-bottom: 0;
}
.recruit .cts-process .cts-item:nth-of-type(1) {
  background-image: url(../img/recruit/bg-icon01.png);
  background-position: center left 10px;
  background-size: 56px;
}
.recruit .cts-process .cts-item:nth-of-type(2) {
  background-image: url(../img/recruit/bg-icon02.png);
  background-position: center left 16px;
  background-size: 44px;
}
.recruit .cts-process .cts-item:nth-of-type(3) {
  background-image: url(../img/recruit/bg-icon03.png), url(../img/recruit/bg-icon04.png);
  background-position: center left 4px, center right 4px;
  background-size: 49px, 46px;
}
.recruit .cts-process .cts-item:nth-of-type(4) {
  background-image: url(../img/recruit/bg-icon05.png), url(../img/recruit/bg-icon06.png);
  background-position: center center, center bottom;
  background-size: 243px, 165px;
}
.recruit .cts-process .cts-item:not(:last-of-type):after {
  content: '';
  display: block;
  width: 7px;
  height: 21px;
  background-image: linear-gradient(0deg, #7ed5c8 7px, transparent 7px, transparent 14px, #7ed5c8 14px);
  background-repeat: no-repeat;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 5px);
}
.recruit .cts-process .cts-border {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  max-width: 105px;
  min-height: 60px;
  border: 3px solid #fff;
  border-radius: 5px;
  margin-right: 10px;
}
.recruit .cts-process .cts-border:last-of-type {
  margin-right: 0;
}
.recruit .cts-process .cts-row {
  margin-top: 60px;
}
.recruit .cts-process .cts-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  color: #fff;
  background-image: url(../img/icon-arrow-rw.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px 13px;
  font-family: Shin Go Bold, sans-serif;
  font-size: 2.1rem;
  border-radius: 5px;
  padding: 8px 40px;
  margin: 30px 0;
  text-align: center;
  letter-spacing: 0.3em;
}
.recruit .cts-process .cts-btn:nth-of-type(1) {
  background-color: #303473;
  box-shadow: 0 9px #161838;
}
.recruit .cts-process .cts-btn:nth-of-type(2) {
  background-color: #d75d3c;
  box-shadow: 0 9px #9f3314;
}
.recruit .cts-process .cts-btn:hover {
  box-shadow: none !important;
  transform: translateY(11px);
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .recruit .cts-process::before {
    top: 165px;
  }
  .recruit .cts-process .cts-container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .recruit .cts-process .cts-grid {
    display: flex;
    align-items: center;
  }
  .recruit .cts-process .cts-title {
    width: calc(100% - 600px);
    padding: 0;
  }
  .recruit .cts-process .cts-list {
    width: 600px;
  }
  .recruit .cts-process .cts-item {
    min-height: 120px;
    font-size: 2.8rem;
    border-radius: 10px;
    padding: 0 110px;
    margin-bottom: 40px;
  }
  .recruit .cts-process .cts-item:nth-of-type(1) {
    background-position: center left 30px;
    background-size: 75px;
  }
  .recruit .cts-process .cts-item:nth-of-type(2) {
    background-position: center left 40px;
    background-size: 58px;
  }
  .recruit .cts-process .cts-item:nth-of-type(3) {
    background-position: center left 36px, center right 30px;
    background-size: 65px, 61px;
  }
  .recruit .cts-process .cts-item:nth-of-type(4) {
    background-size: 324px, 220px;
  }
  .recruit .cts-process .cts-item:not(:last-of-type):after {
    width: 10px;
    height: 30px;
    background-image: linear-gradient(0deg, #7ed5c8 10px, transparent 10px, transparent 20px, #7ed5c8 20px);
  }
  .recruit .cts-process .cts-border {
    max-width: 160px;
    min-height: 80px;
    border-width: 4px;
    border-radius: 10px;
    margin-right: 40px;
  }
  .recruit .cts-process .cts-row {
    display: flex;
    margin-top: 105px;
    margin-left: -40px;
  }
  .recruit .cts-process .cts-btn {
    width: calc(50% - 40px);
    min-height: 160px;
    background-position: right 40px center;
    font-size: 2.8rem;
    border-radius: 10px;
    padding: 12px 60px;
    margin: 0;
    margin-left: 40px;
  }
  .recruit .cts-process .cts-btn:nth-of-type(1) {
    box-shadow: 0 11px #161838;
  }
  .recruit .cts-process .cts-btn:nth-of-type(2) {
    box-shadow: 0 11px #9f3314;
  }
}

.recruit .cts-staff::before {
  content: 'staff';
}
.recruit .cts-staff .cts-title {
  padding: 40px 0 30px;
}
.recruit .cts-staff .cts-box {
  max-width: calc(100% - 20px);
  margin: 40px 0;
  background-color: #fcfbcb;
}
.recruit .cts-staff .cts-box:nth-of-type(odd) {
  margin-left: auto;
}
.recruit .cts-staff .cts-box + .cts-box {
  margin-top: 90px;
}
.recruit .cts-staff .cts-inner {
  max-width: calc(100% - 20px);
  padding: 0 30px 20px;
}
.recruit .cts-staff .cts-box:nth-of-type(even) .cts-inner {
  margin-left: auto;
}
.recruit .cts-staff .cts-img {
  width: 210px;
  margin: 0 auto -40px;
  transform: translateY(-40px);
}
.recruit .cts-staff .cts-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px 0 0;
}
.recruit .cts-staff .cts-name {
  font-family: Shin Go Bold, sans-serif;
  font-size: 2.1rem;
}
.recruit .cts-staff .cts-year {
  display: inline-block;
  width: 90px;
  color: #fff;
  background-color: #2e5953;
  font-family: Shin Go Bold, sans-serif;
  font-size: 1.6rem;
  border-radius: 12.5px;
  margin-left: 10px;
  text-align: center;
}
.recruit .cts-staff .cts-txt {
  font-size: 1.6rem;
  margin: 8px 0 0;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .recruit .cts-staff .cts-title {
    padding: 90px 0;
  }
  .recruit .cts-staff .cts-box {
    max-width: calc(50% + 400px);
    margin: 60px 0;
    position: relative;
  }
  .recruit .cts-staff .cts-box + .cts-box {
    margin-top: 120px;
  }
  .recruit .cts-staff .cts-inner {
    max-width: 900px;
    padding: 90px 60px;
  }
  .recruit .cts-staff .cts-box:nth-of-type(odd) .cts-inner {
    padding-left: 380px;
  }
  .recruit .cts-staff .cts-box:nth-of-type(even) .cts-inner {
    padding-right: 380px;
    margin-left: auto;
  }
  .recruit .cts-staff .cts-img {
    width: auto;
    margin: 0;
    position: absolute;
    top: -60px;
    transform: none;
  }
  .recruit .cts-staff .cts-box:nth-of-type(odd) .cts-img {
    left: -100px;
  }
  .recruit .cts-staff .cts-box:nth-of-type(even) .cts-img {
    right: -100px;
  }
  .recruit .cts-staff .cts-ttl {
    justify-content: flex-start;
    margin-top: 0;
  }
  .recruit .cts-staff .cts-name {
    font-size: 3.4rem;
  }
  .recruit .cts-staff .cts-year {
    width: 120px;
    font-size: 2rem;
    border-radius: 20px;
    padding: 4px;
  }
  .recruit .cts-staff .cts-txt {
    margin-top: 1.5em;
  }
}
.recruit .cts-office::before {
  content: 'office';
}
.recruit .cts-office .cts-title {
  padding: 25px 0;
}
.recruit .cts-office .cts-slider {
  margin: 20px 0;
}
.recruit .cts-office .cts-slider img {
  width: 100%;
}
.recruit .cts-office .cts-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, .25);
  font-family: GSanSerif-B, sans-serif;
  font-size: 2.1rem;
  margin: 0;
  text-align: center;
  line-height: 1.75;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.recruit .cts-office .cts-ttl span {
  font-size: 0.8em;
}
@media screen and (min-width: 960px) {
  .recruit .cts-office .cts-title {
    padding-top: 70px;
  }
  .recruit .cts-office .cts-slider {
    margin: 60px 0;
  }
  .recruit .cts-office .cts-ttl {
    font-size: 3.4rem;
  }
}
.recruit .cts-achievements .cts-list {
  margin-top: 30px;
}
.recruit .cts-achievements .cts-link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  color: #fff;
  background-image: url(../img/icon-arrow-rw.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px 13px;
  background-color: #2f5953;
  font-family: Shin Go Bold, sans-serif;
  border-radius: 35px;
  box-shadow: 0 6px #0f342f;
  padding: 8px 40px;
  margin: 25px 0;
  letter-spacing: 0.3em;
}
.recruit .cts-achievements .cts-link:hover {
  box-shadow: none;
  transform: translateY(6px);
  opacity: 1;
}
.recruit .cts-achievements .cts-row {
  margin-top: 60px;
}
.recruit .cts-achievements .cts-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  color: #fff;
  background-image: url(../img/icon-arrow-rw.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px 13px;
  font-family: Shin Go Bold, sans-serif;
  font-size: 2.1rem;
  border-radius: 5px;
  padding: 8px 40px;
  margin: 30px 0;
  letter-spacing: 0.3em;
}
.recruit .cts-achievements .cts-btn:nth-of-type(1) {
  background-color: #303473;
  box-shadow: 0 8px #161838;
}
.recruit .cts-achievements .cts-btn:nth-of-type(2) {
  background-color: #d75d3c;
  box-shadow: 0 8px #9f3314;
}
.recruit .cts-achievements .cts-btn:hover {
  box-shadow: none !important;
  transform: translateY(11px);
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .recruit .cts-achievements .cts-container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .recruit .cts-achievements .cts-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
    margin-left: -20px;
  }
  .recruit .cts-achievements .cts-link {
    width: calc(100% / 3 - 20px);
    min-height: 70px;
    font-size: 2rem;
    margin: 0;
    margin-left: 20px;
  }
  .recruit .cts-achievements .cts-row {
    display: flex;
    margin-top: 90px;
    margin-left: -40px;
  }
  .recruit .cts-achievements .cts-btn {
    width: calc(50% - 40px);
    min-height: 160px;
    background-position: right 40px center;
    font-size: 2.8rem;
    border-radius: 10px;
    padding: 12px 60px;
    margin: 0;
    margin-left: 40px;
  }
  .recruit .cts-achievements .cts-btn:nth-of-type(1) {
    box-shadow: 0 11px #161838;
  }
  .recruit .cts-achievements .cts-btn:nth-of-type(2) {
    box-shadow: 0 11px #9f3314;
  }
}

.guidelines .cts-row {
  margin-top: 40px;
}
.guidelines .cts-row .cts-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  color: #fff;
  background-image: url(../img/icon-arrow-rw.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px 13px;
  font-family: Shin Go Bold, sans-serif;
  font-size: 2.1rem;
  border-radius: 5px;
  padding: 8px 40px;
  margin: 30px 0;
  text-align: center;
  letter-spacing: 0.3em;
}
.guidelines .cts-row .cts-btn:nth-of-type(1) {
  background-color: #303473;
  box-shadow: 0 9px #161838;
}
.guidelines .cts-row .cts-btn:nth-of-type(2) {
  background-color: #d75d3c;
  box-shadow: 0 9px #9f3314;
}
.guidelines .cts-row .cts-btn:hover {
  box-shadow: none !important;
  transform: translateY(11px);
  opacity: 1;
}
.guidelines .cts-jd {
  background-color: #f0eeec;
  padding: 40px 0;
  margin: 60px 0 50px;
}
.guidelines .cts-jd .cts-title {
  color: #000;
  font-family: GSanSerif-B, sans-serif;
  font-size: 2.1rem;
  margin: 0;
  text-align: center;
}
.guidelines .cts-jd .cts-def {
  margin: 30px 0 0;
}
.guidelines .cts-jd .cts-term {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-height: 40px;
  color: #fff;
  background-color: #000;
  font-family: Shin Go Bold, sans-serif;
  font-size: 1.6rem;
  text-align: center;
}
.guidelines .cts-jd .cts-desc {
  background-color: #fff;
  font-size: 1.5rem;
  border: 2px solid #000;
  padding: 21px 28px;
  margin-left: 0;
  margin-bottom: 30px;
  line-height: 2;
}
.guidelines .cts-jd .cts-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.guidelines .cts-jd .cts-item {
  position: relative;
  padding-left: 1em;
}
.guidelines .cts-jd .cts-item::before {
  content: '■';
  font-size: 0.75em;
  position: absolute;
  top: 0.25em;
  left: 0;
}
.guidelines .cts-jd .cts-desc p {
  margin: 0;
}
.guidelines .cts-jd .cts-desc b {
  font-family: Shin Go Bold, sans-serif;
}
@media screen and (min-width: 960px) {
  .guidelines .cts-container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .guidelines .cts-row {
    display: flex;
    margin-top: 70px;
    margin-left: -40px;
  }
  .guidelines .cts-row .cts-btn {
    width: calc(50% - 40px);
    min-height: 160px;
    background-position: right 40px center;
    font-size: 2.8rem;
    border-radius: 10px;
    padding: 12px 60px;
    margin: 0;
    margin-left: 40px;
  }
  .guidelines .cts-row .cts-btn:nth-of-type(1) {
    box-shadow: 0 11px #161838;
  }
  .guidelines .cts-row .cts-btn:nth-of-type(2) {
    box-shadow: 0 11px #9f3314;
  }
  .guidelines .cts-jd {
    padding: 70px 0;
    margin: 110px 0 100px;
  }
  .guidelines .cts-jd .cts-title {
    font-size: 3.4rem;
  }
  .guidelines .cts-jd .cts-def {
    max-width: 1000px;
    margin: 50px auto 0;
  }
  .guidelines .cts-jd .cts-term {
    width: 300px;
    min-height: 50px;
    font-size: 1.8rem;
  }
  .guidelines .cts-jd .cts-desc {
    font-size: 1.6rem;
    border-width: 3px;
    padding: 28px 56px;
  }
}

/* 会社概要 */
.company .lower-content::before {
  content: 'company\a profile';
}
.company .sec-intro__txt {
  font-size: 1.7rem;
  text-align: center;
  line-height: 2;
}
.company .sec-intro__img {
  margin: 40px 0;
}
.company .sec-intro__list {
  max-width: 800px;
  margin: 0 auto;
}
.company .sec-intro__item {
  margin-top: 10px;
}
.company .sec-intro__link {
  display: block;
  font-family: GSanSerif-B, sans-serif;
  font-size: 2.1rem;
  border: 2px solid #000;
  padding: 13px;
  text-align: center;
}
.company .sec-intro__link:hover {
  color: #fff;
  background-color: #000;
  opacity: 1;
}
.company .sec-def__list {
  color: #000;
  background-color: #f0eeec;
  border-radius: 10px;
  padding: 0 15px;
  margin: 10px 0 0;
}
.company .sec-def__term {
  font-family: Shin Go Bold, sans-serif;
  padding: 15px;
  text-align: center;
  line-height: 2;
}
.company .sec-def__desc {
  border-top: 2px solid #000;
  padding: 15px;
  margin-left: 0;
  line-height: 2;
}
.company .sec-info .sec-def__term {
  font-size: 1.8rem;
}
.company .sec-access__box {
  background-color: #f0eeec;
  border-radius: 5px;
  padding: 3%;
}
.company .sec-access__wrap {
  margin-bottom: 30px;
}
.company .sec-access__col {
  margin-top: 30px;
}
.company .sec-access__map {
  padding-top: 280px;
  position: relative;
  overflow: hidden;
}
.company .sec-access__col .sec-access__map {
  border-radius: 5px;
}
.company .sec-access__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.company .sec-access__in {
  padding: 0 25px;
}
.company .sec-access__name {
  font-family: Shin Go Bold, sans-serif;
  font-size: 1.8rem;
  margin: 24px 0 18px;
  text-align: center;
  line-height: 2;
}
.company .sec-access__addr {
  font-size: 1.6rem;
  margin: 0;
  line-height: 2;
}
.company .sec-access__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 275px;
  width: 100%;
  min-height: 45px;
  color: #2f5953;
  background-image: url(../img/icon-arrow-rdg.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px 13px;
  font-family: Shin Go Bold, sans-serif;
  font-size: 1.2rem;
  border: 2px solid #2f5953;
  border-radius: 25px;
  padding: 5px 45px;
  margin: 30px auto 20px;
  line-height: 1.75;
}
.company .sec-access__btn:hover {
  color: #fff;
  background-image: url(../img/icon-arrow-rw.png);
  background-color: #2f5953;
}
.company .sec-access__pic {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  margin-left: -16px !important;
}
.company .sec-access__img {
  width: calc(50% - 16px);
  margin-left: 16px;
}
@media screen and (min-width: 960px) {
  .company .sec-intro__txt {
    font-size: 1.8rem;
  }
  .company .sec-intro__img {
    margin: 60px 0;
  }
  .company .sec-intro__item {
    margin-top: 20px;
  }
  .company .sec-intro__link {
    font-size: 2.8rem;
    border-width: 3px;
    padding: 26px;
  }
  .company .sec-def__list {
    display: flex;
    align-items: center;
    padding: 15px 0;
  }
  .company .sec-def__term {
    width: 270px;
    padding: 0 15px;
  }
  .company .sec-def__desc {
    width: calc(100% - 270px);
    border-top: none;
    border-left: 3px solid #000;
    padding: 9px 60px;
  }
  .company .sec-info .sec-def__term {
    font-size: 2rem;
  }
  .company .sec-access__wrap {
    margin-bottom: 60px;
    position: relative;
  }
  .company .sec-access__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -60px;
  }
  .company .sec-access__col {
    width: calc(50% - 60px);
    margin-top: 60px;
    margin-left: 60px;
  }
  .company .sec-access__col:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .company .sec-access__box {
    border-radius: 10px;
    padding: 20px;
  }
  .company .sec-access__wrap .sec-access__box {
    width: 67%;
    padding-right: 19%;
  }
  .company .sec-access__map {
    padding-top: 440px;
  }
  .company .sec-access__wrap .sec-access__map {
    width: 51%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .company .sec-access__col .sec-access__map {
    border-radius: 10px;
    padding-top: 87.5%;
  }
  .company .sec-access__in {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    padding: 0 50px;
  }
  .company .sec-access__name {
    font-size: 2rem;
    margin: 32px 0 24px;
  }
  .company .sec-access__btn {
    max-width: 280px;
    min-height: 50px;
    background-position: right 30px center;
    font-size: 1.4rem;
    border-width: 3px;
    padding: 5px 50px;
  }
  .company .sec-access__pic {
    margin: 40px 0;
  }
}

/* 個人情報保護方針 */
.privacy h2 {
  color: #000;
  font-family: GSanSerif-B, sans-serif;
  font-size: 2.4rem;
  margin: 34px 0 0;
}
.privacy p {
  margin: 16px 0;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .privacy h2 {
    font-size: 3.4rem;
    margin-top: 44px;
  }
}

/* 書式等ダウンロード */
.download h2 {
  color: #000;
  font-family: GSanSerif-B, sans-serif;
  font-size: 1.9rem;
  margin: 34px 0 0;
}
.downloadz p {
  margin: 16px 0;
  line-height: 2;
}
.download .wp-block-file {
  color: #2f5953;
  font-size: 1.6rem;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 1.5em;
}
.download .wp-block-file::before {
  content: '・';
}
.download .wp-block-file a {
  border-bottom: 2px solid;
}
@media screen and (min-width: 960px) {
  .download h2 {
    font-size: 2.8rem;
    margin-top: 44px;
  }
  .download .wp-block-file {
    font-size: 2rem;
  }
}

.concept .lower-container {
  margin-bottom: 80px;
}
.concept .lower-mxw-8 {
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.concept .lower-txt {
  font-size: 1.6rem;
  margin: 1em 0 2em;
  line-height: 2;
}

/* 新着情報 */
.lower-type-news .lower-text {
  padding-top: 15px;
}
.lower-type-news p {
  margin: 16px 0;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .lower-type-news .lower-text {
    padding-top: 30px;
  }
}
