@charset "utf-8";
/* common
-------------------------------------------------------------- */
.styleTop {
  display: inline-block;
  padding: 20px 80px;
  border: 1px solid var(--gray);
}
.styleTop span {
  display: block;
  text-align: center;
  font-weight: 700;
  letter-spacing: 3px;
}
.styleTop .en {
  color: var(--darkgray);
  font-size: 1.4rem;
  line-height: 1;
}
.styleTop .jp {
  margin-bottom: 10px;
  color: var(--green);
  font-size: 3.6rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .styleTop {
    padding: 15px 30px;
    max-width: 90%;
  }
  .styleTop span {
    letter-spacing: 2px;
  }
  .styleTop .jp {
    font-size: 2rem;
  }
  .styleTop .en {
    font-size: 1.2rem;
  }
}

/* about
-------------------------------------------------------------- */
.leadArea {
  margin: 0 auto 80px;
  padding: 0 15px;
  max-width: 680px;
}
#about .headArea {
  position: relative;
  margin-bottom: 250px;
  text-align: center;
}
#about .headArea::after {
  position: absolute;
  top: 55px;
  right: 0;
  width: 90%;
  height: 110%;
  background: var(--lightgray);
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
  content: "";
  z-index: -1;
}
#about h3.ttl {
  margin: 100px 0 70px;
  color: var(--navy);
  text-align: center;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: 2px;
}
#about figure {
  width: 45%;
}
#about .txtArea {
  width: 50%;
  text-align: left;
}
#about .txtArea p {
  padding-bottom: 30px;
}
#about .policy {
  text-align: left;
}
#about .policy ul {
  margin-bottom: 100px;
  border-top: 2px solid var(--gray);
  border-left: 2px solid var(--gray);
  border-right: 2px solid var(--gray);
}
#about .policy li {
  padding: 30px 40px;
  border-bottom: 2px solid var(--gray);
}
#about .policy li p {
  padding: 0 20px;
  border-left: 4px solid var(--blue);
}
@media (max-width: 767px) {
  .leadArea {
    margin: 0 auto 40px;
  }
  #about .headArea {
    margin-bottom: 100px;
  }
  #about .headArea::after {
    position: absolute;
    top: 35px;
    right: 0;
    width: 90%;
    height: 100%;
  }
  #about h3.ttl {
    margin: 50px 0 30px;
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  #about figure {
    width: 100%;
  }
  #about .txtArea {
    padding-top: 30px;
    width: 100%;
  }
  #about .txtArea p {
    padding-bottom: 20px;
  }
  #about .policy ul {
    margin-bottom: 50px;
  }
  #about .policy li {
    padding: 15px 20px;
  }
  #about .policy li p {
    padding: 0 15px;
  }
}

/* message
-------------------------------------------------------------- */
#message {
  position: relative;
  margin: 200px 0 400px;
  padding-bottom: 130px;
  text-align: center;
}
#message::after {
  position: absolute;
  top: 60px;
  left: 0;
  background-color: var(--lightgray);
  width: 100%;
  height: calc(100% - 60px);
  content: "";
  z-index: -1;
}
#message h2 {
  margin-bottom: 100px;
}
#message figure {
  width: 43%;
}
#message .txtArea {
  width: 49%;
  text-align: left;
}
#message .txtArea h3 {
  margin-bottom: 30px;
  color: var(--navy);
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: 2px;
}
#message .txtArea p {
  padding-bottom: 30px;
}
#message .txtArea .name {
  padding-top: 30px;
  border-top: 2px solid var(--gray);
  text-align: right;
  color: var(--black);
  font-size: 1.8rem;
  font-weight: 800;
}
@media (max-width: 767px) {
  #message {
    margin: 100px 0 200px;
    padding-bottom: 50px;
  }
  #message::after {
    top: 35px;
    height: calc(100% - 35px);
  }
  #message h2 {
    margin-bottom: 50px;
  }
  #message figure {
    width: 100%;
  }
  #message .txtArea {
    padding-top: 30px;
    width: 100%;
  }
  #message .txtArea h3 {
    margin-bottom: 20px;
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
  #message .txtArea p {
    padding-bottom: 20px;
  }
  #message .txtArea .name {
    padding-top: 20px;
    font-size: 1.7rem;
  }
}

/* company
-------------------------------------------------------------- */
#company {
  position: relative;
  padding-bottom: 100px;
  border-bottom: 4px solid var(--green);
  text-align: center;
}
#company::after {
  position: absolute;
  top: 60px;
  left: 0;
  background-color: var(--lightgray);
  width: 100%;
  height: calc(100% - 60px);
  content: "";
  z-index: -1;
}
#company h2 {
  margin-bottom: 100px;
}
#company dl {
  padding: 40px 0;
  background: var(--white);
  text-align: left;
}
#company dt {
  padding: 20px 50px;
  border-bottom: 2px solid var(--navy);
  width: 20%;
  color: var(--navy);
  font-weight: 700;
}
#company dt:last-of-type {
  border-bottom: none;
}
#company dd {
  padding: 20px 80px;
  width: 80%;
}
#company dd li {
  position: relative;
  padding-left: 20px;
}
#company dd li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
@media (max-width: 767px) {
  #company {
    padding-bottom: 50px;
  }
  #company::after {
    top: 35px;
    height: calc(100% - 35px);
  }
  #company h2 {
    margin-bottom: 50px;
  }
  #company dl {
    padding: 20px 0;
  }
  #company dt {
    padding: 10px 20px;
    width: 45%;
  }
  #company dt:last-of-type {
    border-bottom: 2px solid var(--navy);
  }
  #company dd {
    padding: 10px 20px 10px;
    width: 100%;
  }
  #company .map iframe {
    height: 250px;
  }
}

/* group
-------------------------------------------------------------- */
#group {
  position: relative;
  margin: 200px 0;
  padding-bottom: 100px;
  text-align: center;
}
#group::after {
  position: absolute;
  top: 60px;
  left: 0;
  background-color: var(--lightgray);
  width: 100%;
  height: calc(100% - 60px);
  content: "";
  z-index: -1;
}
#group h2 {
  margin-bottom: 100px;
}
#group .innerBox {
  background: var(--white);
}
#group dl {
  padding: 40px;
  border-bottom: 2px solid var(--gray);
  text-align: left;
}
#group dl:last-child {
  border-bottom: none;
}
#group dt {
  padding: 5px 20px;
  border-left: 4px solid var(--blue);
}
#group dd {
  padding: 20px 20px 0;
}
#group a {
  position: relative;
  display: inline-block;
  margin: 15px 0;
  padding-left: 30px;
}
#group a:hover {
  color: var(--green);
}
#group a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "＞";
}
#group a::after {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 5px;
  vertical-align: middle;
  background: url(../img/common/ico_blank.svg) no-repeat center / contain;
  content: "";
}
@media (max-width: 767px) {
  #group {
    margin: 100px 0;
    padding-bottom: 50px;
  }
  #group::after {
    top: 35px;
    height: calc(100% - 35px);
  }
  #group h2 {
    margin-bottom: 50px;
  }
  #group dl {
    padding: 20px;
  }
  #group dt {
    padding: 5px 15px;
  }
  #group dd {
    padding: 10px 15px 0;
  }
  #group a {
    padding-left: 20px;
  }
  #group a::after {
    width: 15px;
    height: 15px;
  }
}

/* history
-------------------------------------------------------------- */
#history {
  position: relative;
  padding-bottom: 100px;
  text-align: center;
}
#history::after {
  position: absolute;
  top: 60px;
  left: 0;
  background-color: var(--lightgray);
  width: 100%;
  height: calc(100% - 60px);
  content: "";
  z-index: -1;
}
#history h2 {
  margin-bottom: 100px;
}
#history .hisotryWrap {
  padding: 20px 0;
  align-items: center;
  text-align: left;
}
#history .hisotryWrap .year {
  padding: 0;
  width: 160px;
  margin: 0;
}
#history .hisotryWrap .year strong {
  display: block;
  margin-bottom: 5px;
  color: var(--navy);
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: 2px;
}
#history .hisotryWrap .year span {
  display: block;
  color: var(--darkgray);
  font-size: 1.8rem;
  font-weight: 800;
}
#history .hisotryWrap .year.ttlLine::after {
  position: absolute;
  bottom: 41%;
  left: calc((100vw - min(100vw, 1100px)) / -2);
  width: calc((100vw - min(100vw, 1100px)) / 2 + 160px);
  height: 2px;
  background: var(--blue);
  clip-path: inherit;
  content: "";
}
#history .hisotryWrap .month {
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  width: 80px;
  background: var(--white);
  color: var(--navy);
  font-weight: 800;
}
#history .hisotryWrap .detail {
  width: calc(100% - 340px);
}
@media (max-width: 1250px) {
  #history .hisotryWrap .year.ttlLine::after {
    left: -40%;
    width: calc(15% + 200px);
  }
}
@media (max-width: 767px) {
  #history {
    padding-bottom: 50px;
  }
  #history::after {
    top: 35px;
    height: calc(100% - 35px);
  }
  #history h2 {
    margin-bottom: 50px;
  }
  #history .hisotryWrap {
    padding: 20px 0;
    gap: 20px;
    justify-content: flex-start;
  }
  #history .hisotryWrap .year {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  #history .hisotryWrap .year strong {
    font-size: 2.4rem;
    letter-spacing: 1px;
  }
  #history .hisotryWrap .year span {
    font-size: 1.4rem;
  }
  #history .hisotryWrap .year.ttlLine::after {
    left: -20%;
    width: 50%;
  }
  #history .hisotryWrap .month {
    width: 70px;
  }
  #history .hisotryWrap .detail {
    width: calc(100% - 90px);
  }
}