@charset "UTF-8";
.domestic.lower_ttl {
  background: #519EB1;
}
.domestic.links_list {
  color: #519EB1;
}
.domestic.links_list * {
  color: #519EB1;
}
.domestic.links_list li a::after {
  background-image: url(../img/business/arrow_domestic.svg);
}
@media screen and (max-width: 767px) {
  .domestic.links_list li a::after {
    background-image: url(../img/business/arrow_domestic_sp.svg);
  }
}

#domestic .ttl_area h2 span {
  background: #519EB1;
}
#domestic .ttl_area::before {
  background: #519EB1;
}
#domestic .contents_wrap h3 {
  color: #519EB1;
}
@media screen and (max-width: 767px) {
  #domestic .ttl_area {
    background: #519EB1;
  }
}

.overseas.lower_ttl {
  background: #9884C6;
}
.overseas.links_list {
  color: #9884C6;
}
.overseas.links_list * {
  color: #9884C6;
}
.overseas.links_list li a::after {
  background-image: url(../img/business/arrow_overseas.svg);
}
@media screen and (max-width: 767px) {
  .overseas.links_list li a::after {
    background-image: url(../img/business/arrow_overseas_sp.svg);
  }
}

#overseas .ttl_area h2 span {
  background: #9884C6;
}
#overseas .ttl_area::before {
  background: #9884C6;
}
#overseas .contents_wrap h3 {
  color: #9884C6;
}
@media screen and (max-width: 767px) {
  #overseas .ttl_area {
    background: #9884C6;
  }
}

/* ▼▼▼ 事業案内
====================================================== */
#business {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #business {
    margin-top: 32px;
  }
}

#business__top {
  padding: 76px 0 110px;
}
@media screen and (max-width: 767px) {
  #business__top {
    padding: 35px 0 65px;
  }
}

.lower_ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 37px;
  border-radius: 10px;
  padding: 12px 30px;
  font-size: 35px;
  color: #fff;
  letter-spacing: 0.1em;
}
.lower_ttl span {
  color: #EFEFEF;
  font-size: 20px;
  font-family: "Marcellus", serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.lower_ttl:not(:first-of-type) {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .lower_ttl {
    gap: 0 10px;
    border-radius: 5px;
    padding: 11px 14px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.1em;
  }
  .lower_ttl span {
    font-size: 10px;
  }
  .lower_ttl:not(:first-of-type) {
    margin-top: 25px;
  }
}

.links_list {
  border-left: 1px solid currentColor;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
}
.links_list li {
  display: table;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
@media screen and (min-width: 768px) {
  .links_list li:nth-child(-n+4) {
    border-top: 1px solid currentColor;
  }
}
.links_list li a {
  display: table-cell;
  vertical-align: middle;
  height: 115px;
  padding: 0 75px 0 25px;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.links_list li a::after {
  content: "";
  border-radius: 50px;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .links_list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 14px;
  }
  .links_list li:nth-child(-n+2) {
    border-top: 1px solid currentColor;
  }
  .links_list li a {
    height: 53px;
    padding: 0 35px 0 12px;
    font-size: 13px;
    position: relative;
  }
  .links_list li a::after {
    width: 22px;
    height: 22px;
    right: 12px;
  }
}

/* ▼▼▼ 国内事業
====================================================== */
#domestic {
  margin-bottom: 250px;
}
#domestic .contents_wrap {
  padding-bottom: 201px;
}
#domestic .contents_wrap::before {
  background: #F2F9FA;
}
@media screen and (max-width: 767px) {
  #domestic {
    margin-bottom: 60px;
  }
  #domestic .contents_wrap {
    background: #F2F9FA;
    padding-bottom: 43px;
  }
}

.domestic__ttl-en {
  margin-top: 3px;
}

/* ▼▼▼ 海外事業
====================================================== */
#overseas {
  margin-bottom: 161px;
}
#overseas .contents_wrap {
  padding-bottom: 161px;
}
#overseas .contents_wrap::before {
  background: #F2F2F8;
}
@media screen and (max-width: 767px) {
  #overseas {
    margin-bottom: 60px;
  }
  #overseas .contents_wrap {
    background: #F2F2F8;
    padding-bottom: 45px;
  }
}

.inner p {
  line-height: 2;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0;
    max-width: 100%;
  }
  .inner p {
    font-size: 14px;
  }
}

.ttl_area {
  width: min(100%, 1480px);
  padding: 145px 40px 96px 0;
  margin: 0 auto;
  color: #fff;
  position: relative;
}
.ttl_area::before {
  content: "";
  border-radius: 0 50px 50px 0;
  height: calc(100% + 367px);
  width: max(100vw, 50vw - 740px + 100%);
  background: #ccc;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.ttl_area h2 {
  margin-bottom: 41px;
  font-size: 50px;
  letter-spacing: 0.1em;
  position: relative;
}
.ttl_area h2::after {
  content: "";
  width: min(100%, 1290px);
  border-top: 1px solid currentColor;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 1;
}
.ttl_area h2 span {
  padding-right: 30px;
  position: relative;
  z-index: 2;
}
.ttl_area h2 small {
  display: block;
  color: #EFEFEF;
  font-family: "Marcellus", serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-top: 3px;
}
.ttl_area p {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .ttl_area {
    border-radius: 0 20px 0 0;
    padding: 45px 24px 56px;
  }
  .ttl_area::before {
    display: none;
  }
  .ttl_area h2 {
    margin-bottom: 19px;
    font-size: 22px;
  }
  .ttl_area h2::after {
    top: 32%;
  }
  .ttl_area h2 span {
    padding-right: 13px;
  }
  .ttl_area h2 small {
    font-size: 10px;
    margin-top: -1px;
  }
}

.contents_wrap {
  width: min(100%, 1480px);
  padding: 160px 40px 200px;
  margin: 0 auto;
  position: relative;
}
.contents_wrap::before {
  content: "";
  border-radius: 50px 0 0 50px;
  height: 100%;
  width: max(100vw, 50vw - 740px + 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.contents_wrap .item {
  display: flex;
  gap: 0 35px;
  width: min(100%, 1160px);
  margin: 0 auto;
  counter-increment: counter;
}
.contents_wrap .item:not(:last-of-type) {
  padding-bottom: 150px;
}
.contents_wrap .item:nth-of-type(even) {
  flex-direction: row-reverse;
  justify-content: start;
}
.contents_wrap .item:nth-of-type(even) h3::after {
  right: -35px;
}
.contents_wrap .item .img {
  width: 47.5%;
  flex-shrink: 0;
}
.contents_wrap .item .detail {
  width: 46%;
}
.contents_wrap .item h3 {
  display: flex;
  align-items: center;
  gap: 0 12px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 35px;
  position: relative;
  letter-spacing: 0.05em;
}
.contents_wrap .item h3::after {
  content: "";
  border-bottom: 1px solid currentColor;
  width: calc(100% + 35px);
  position: absolute;
  bottom: 0;
  right: 0;
}
.contents_wrap .item h3::before {
  content: counter(counter, decimal-leading-zero);
  color: #CBCBCB;
  font-size: 29px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.contents_wrap .item p {
  color: #3B3B3B;
}
@media screen and (max-width: 767px) {
  .contents_wrap {
    border-radius: 20px 0 0 20px;
    max-width: 100%;
    padding: 45px 24px 50px;
    margin-top: -20px;
  }
  .contents_wrap::before {
    display: none;
  }
  .contents_wrap .item {
    display: block;
    gap: 0 35px;
  }
  .contents_wrap .item:not(:last-of-type) {
    padding-bottom: 38px;
  }
  .contents_wrap .item:nth-of-type(even) h3::after {
    right: 0;
  }
  .contents_wrap .item .img {
    width: 100%;
    margin-bottom: 18px;
  }
  .contents_wrap .item .detail {
    width: auto;
  }
  .contents_wrap .item h3 {
    gap: 0 7px;
    padding-bottom: 8px;
    margin-bottom: 17px;
    font-size: 20px;
  }
  .contents_wrap .item h3::after {
    width: 100%;
    right: 0;
  }
  .contents_wrap .item h3::before {
    font-size: 20px;
  }
  .contents_wrap .item p {
    line-height: 1.8;
  }
}