@charset "utf-8";
/* ------------------------------------------------------------------
top
------------------------------------------------------------------ */
/* common
-------------------------------------------------------------- */
.global-nav {
  margin-top: -7%;
}
@media (max-width:767px) {
  .global-nav {
    margin-top: 0;
  }
}
/* mv
-------------------------------------------------------------- */
#mv {
  position: relative;
}
#mv .container {
  position: relative;
  max-width: 90%;
}
#mv .txtArea {
  position: absolute;
  inset: 0;
  z-index: 10;
}
#mv h1 {
  padding: 6%;
  color: var(--white);
  font-size: 5rem;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 12px;
  text-shadow: 0px 0px 9.8px rgba(0, 0, 0, 0.38);
}
#mv .swiper-slidet,
#mv img {
  width: 100%;
  border-radius: 80px;
}
@media (max-width:1000px) {
  #mv h1 {
    font-size: 3.6rem;
    letter-spacing: 10px;
  }
}
@media (max-width:767px) {
  #mv {
    margin-top: 20px;
  }
  #mv h1 {
    padding: 5%;
    font-size: 1.8rem;
    letter-spacing: 6px;
  }
  #mv .swiper-slidet,
  #mv img {
    border-radius: 40px;
  }
}
/* message
-------------------------------------------------------------- */
#message {
  position: relative;
  margin: 150px 0;
  text-align: center;
  overflow: hidden;
}
#message .container {
  position: relative;
  max-width: 600px;
  width: 44%;
  z-index: 2;
}
#message h2 {
  padding-bottom: 60px;
  color: var(--navy);
  font-size: 4.5rem;
  font-weight: 900;
  letter-spacing: 3px;
}
#message h2 span {
  color: var(--pink);
  font-weight: 900;
}
#message p {
  margin: 0 auto 30px;
  max-width: 520px;
}
#message .imgPhoto {
  position: absolute;
  top: 0;
}
#message .imgPhoto._img01 {
  left: 0;
  width: 27.4%;
}
#message .imgPhoto._img02 {
  right: 0;
  width: 29.4%;
}
#message .imgPhoto img {
  width: 100%;
}
@media (max-width:1400px) {
  #message h2 {
    font-size: 3rem;
  }
}
@media (max-width:767px) {
  #message {
    margin: 0;
  }
  #message .container {
    padding: 65% 0 55%;
    width: 90%;
  }
  #message h2 {
    padding-bottom: 30px;
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
  #message h2 span {
    color: var(--pink);
    font-weight: 900;
  }
  #message p {
    text-align: left;
  }
  #message .imgPhoto._img01 {
    width: 70%;
  }
  #message .imgPhoto._img02 {
    top: auto;
    bottom: 0;
    right: 0;
    width: 60%;
  }
}
/* cando
-------------------------------------------------------------- */
#cando {
  position: relative;
  padding: 150px 0;
  background: var(--l-blue);
  text-align: center;
  overflow: hidden;
}
#cando .ttlArea {
  background: url(../img/top/cando_ttl_bg.png) no-repeat top center / cover;
  aspect-ratio: 1365 / 200;
}
#cando h2 {
  padding: 60px 0 0;
  color: var(--navy);
  font-size: 4.5rem;
  font-weight: 900;
  letter-spacing: 3px;
}
#cando h2 span {
  color: var(--pink);
  font-weight: 900;
}
#cando p {
  margin: 30px auto 60px;
  max-width: 550px;
}
#cando .candoWrap {
  padding: 80px 0;
  gap: 100px;
}
#cando .candoBox {
  position: relative;
  width: calc((100% - 100px) / 2);
}
#cando .candoBox .ico {
  position: absolute;
  top: -40px;
  left: 20px;
}
#cando .candoBox figure img {
  border-radius: 20px;
}
#cando .candoBox .btn {
  position: relative;
  margin-top: -20px;
  padding: 20px 40px 20px 20px;
  width: 90%;
  border-radius: 0 20px 20px 0;
  background: var(--l-blue);
  color: var(--green);
}
#cando .candoBox.s02 .btn {
  color: var(--orange);
}
#cando .candoBox.s03 .btn {
  color: var(--blue);
}
#cando .candoBox.s04 .btn {
  color: var(--purple);
}
#cando .candoBox .btn span {
  font-size: 2.1rem;
  font-weight: 700;
}
#cando .imgPhoto {
  position: absolute;
  bottom: 10%;
  right: 5%;
}
#cando .imgPhoto img {
  width: 100%;
}
@media (max-width:767px) {
  #cando {
    padding: 80px 0;
  }
  #cando .ttlArea {
    background: url(../img/top/cando_ttl_bg.png) no-repeat top center / 130%;
  }
  #cando h2 {
    padding: 0;
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
  #cando h2 span {
    color: var(--pink);
    font-weight: 900;
  }
  #cando p {
    margin: 30px auto;
    text-align: left;
  }
  #cando .candoWrap {
    padding: 40px 0;
    gap: 50px;
  }
  #cando .candoBox {
    width: 100%;
  }
  #cando .candoBox figure img {
    border-radius: 10px;
  }
  #cando .candoBox .btn {
    padding: 20px 40px 20px 10px;
    width: 95%;
    text-align: left;
    border-radius: 0 10px 10px 0;
  }
  #cando .candoBox .btn span {
    font-size: 1.6rem;
  }
  #cando .imgPhoto {
    bottom: 3%;
  }
}

/* life
-------------------------------------------------------------- */
#life {
  position: relative;
  overflow: hidden;
}
#life .ttlArea {
  width: 35%;
  background: url(../img/top/life_bg.png) no-repeat top center / 100%;
}
#life h2 {
  padding: 60px 0 0;
  color: var(--navy);
  font-size: 4.5rem;
  font-weight: 900;
  letter-spacing: 3px;
}
#life h2 small {
  font-size: 2.6rem;
  color: var(--red);
  font-weight: 900;
}
#life h2 span {
  color: var(--pink);
  font-weight: 900;
}
#life p {
  margin: 40px auto;
  max-width: 550px;
}
#life .lifeWrap {
  padding: 80px 0;
  justify-content: space-between;
}
#life .lifeBox {
  position: relative;
  width: calc((100% - 100px) / 2);
}
#life .lifeBox .ico {
  position: absolute;
  top: -40px;
  left: 20px;
}
#life figure  {
  width: 58%;
}
#life .btn {
  margin-bottom: 20px;
  max-width: 325px;
}
#life .btn a {
  padding: 15px 50px;
}
#life .btn span {
  font-size: 2.2rem;
  color: var(--red);
}
@media (max-width:767px) {
  #life .ttlArea {
    width: 100%;
  }
  #life h2 {
    padding: 0;
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
  #life h2 small {
    font-size: 2rem;
  }
  #life h2 span {
    color: var(--pink);
    font-weight: 900;
  }
  #life p {
    margin: 30px auto;
    text-align: left;
  }
  #life figure  {
    width: 100%;
  }
  #life .btn span {
   font-size: 1.8rem;
  }
}
/* news
-------------------------------------------------------------- */
#news {
  position: relative;
  padding: 220px 0 0;
  background: var(--l-green);
  overflow: hidden;
}
#news.bgBtmWhite::after {
  height: 30%;
  background: url(../img/common/bg_white-bottom.png) repeat-x center top;
}
#news h2 {
  position: relative;
  padding-bottom: 80px;
  background: url(../img/top/news_ttl_bg.png) no-repeat top center / contain;
  color: var(--navy);
  font-size: 4.5rem;
  font-weight: 900;
  letter-spacing: 3px;
  z-index: 10;
}
#news h2 span {
  color: var(--pink);
  font-weight: 900;
}
#news .imgPhoto {
  position: absolute;
  top: 22%;
  right: 5%;
}
#news .newsWrap {
  position: relative;
  margin-top: -4%;
  min-height: 400px;
}
#news .newsWrap::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: #fff;
  content: "";
}
#news .newsWrap .container {
  position: relative;
  padding: 80px 0 0;
  gap: 30px;
  justify-content: space-between;
  z-index: 10;
}
#news article {
  position: relative;
  width: calc((100% - 90px) / 4);
}
#news article a {
  display: block;
  background: var(--white);
  border-radius: 30px;
  border: 1px solid #e9e1d0;
}
#news article .eyecatch {
  border-radius: 30px 30px 0 0;
  height: 100%;
  background-size: cover;
  aspect-ratio: 245 / 200;
}
#news article .ttl {
  display: -webkit-box;
  margin: 20px;
  font-weight: 700;
  color: var(--navy);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#news article .date {
  margin: 0 20px 20px;
  color: #9d9585;
  font-size: 1.4rem;
}
#news .arrow {
  top: auto;
  bottom: 20px;
}
@media (max-width:767px) {
  #news {
    padding: 80px 0 0;
  }
  #news.bgBtmWhite::after {
    height: 50%;
  }
  #news h2 {
    padding: 0;
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
  #news h2 span {
    color: var(--pink);
    font-weight: 900;
  }
  #news .imgPhoto {
    top: 12%;
    right: -5%;
    width: 50%;
  }
  #news .newsWrap {
    position: relative;
    margin-top: -4%;
    min-height: 50px;
  }
  #news .newsWrap::after {
    height: 50%;
  }
  #news .newsWrap .container {
    padding: 40px 0 0;
    gap: 20px;
  }
  #news article {
    position: relative;
    width: calc((100% - 20px) / 2);
  }
  #news article a {
    border-radius: 15px;
  }
  #news article .eyecatch {
    border-radius: 15px 15px 0 0;
  }
  #news article .ttl {
    margin: 15px;
    -webkit-line-clamp: 3;
  }
  #news article .date {
    margin: 0 15px 15px;
    font-size: 1.2rem;
  }
  #news .arrow {
    bottom: 15px;
  }
}
/* group
-------------------------------------------------------------- */
#group {
  position: relative;
  margin-top: 100px;
  border-radius: 60px;
  overflow: hidden;
}
#group .ttlArea {
  position: relative;
  background: url(../img/top/group_img.jpg) no-repeat center top / 100% auto;
}
#group h2 {
  position: relative;
  padding: 12% 0 35%;
  color: var(--white);
  font-size: 4.5rem;
  font-weight: 900;
  letter-spacing: 3px;
  z-index: 10;
}
#group h2 span {
  color: var(--pink);
  font-weight: 900;
}
#group .btnWrap {
  position: relative;
  margin-top: -5%;
  z-index: 10;
}
#group .btnWrap ul {
  gap: 40px;
}
#group .btn {
  width: calc((100% - 80px) / 3);
}
#group .btn a {
  padding: 15px 40px;
}
#group .btn span {
  font-size: 2.2rem;
  color: var(--orange);
}
@media (max-width:1400px) {
  #group h2 {
    padding: 12% 0 25%;
  }
}
@media (max-width:767px) {
  #group {
    border-radius: 30px;
  }
  #group.bgBtmWhite::after {
    height: 50%;
  }
  #group h2 {
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
  #group h2 span {
    color: var(--pink);
    font-weight: 900;
  }
  #group .btnWrap {
    margin-top: -2%;
  }
  #group .btnWrap ul {
    gap: 20px;
  }
  #group .btn {
    width: 100%;
  }
  #group .btn span {
    font-size: 1.8rem;
  }
}
