@charset "utf-8";
/* CSS Document */

/* ===============================
	home_common
 =============================== */
main {
  position: relative;
}
main::before {
  content: '';
  width: 100%;
  height: 100%;  
  background: url(../img/company/bg.webp) center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  main::before {
    background-image: url(../img/company/bg_sp.webp);
  }
}

/* ===============================
	mv_common
 =============================== */
#mv_common {
  height: 542px;  
  background-image: none;
}
#mv_common .mv_img {
  right: -36px;
  bottom: -26px;  
}
#mv_common .title p,
#mv_common .title p span {
  font-size: 25px;
}
#mv_common .title p span {
  color: var(--C-Dblue);
}
#footer {
  background-attachment: fixed;
  position: relative;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/common/common_bg.webp);
}
@media screen and (max-width: 844px) {
  #mv_common {
    margin-top: -192px;
  }
}
@media screen and (max-width: 750px) {
  #mv_common {
    height: 80vw;
    background-image: url(../img/company/mv_bg_sp.webp);
    margin-top: 0;
  }  
  #mv_common .mv_img {
    width: 16.13333333333333vw;
    right: -3.73333333333333vw;
    bottom: -7.2vw;  
  }
  #mv_common .title p,
  #mv_common .title p span {
    font-size: 4.13333333333333vw;
  }
  #footer {
    background-image: url(../img/common/common_bg_sp.webp);
  }  
}

/* ===============================
	company
 =============================== */
#company {
  position: relative;
  z-index: +1;
  padding-top: 126px;
  padding-bottom: 112px;
  padding-left: 17.77777777777778%;
  padding-right: 8.7%;
}
#company::after {
  content: '';
  background: var(--C-white);  
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: .9;
  z-index: -1;
}
#company .title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  margin-bottom: 54px;
}
#company .title + p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
}
#company .logo {
  text-align: center;
  margin-top: 140px;
}
#company dl {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 52px 0;  
  flex-wrap: wrap;  
  margin-top: 70px;
}
#company dl::before {
  content: '';
  width: 2px;
  height: 100%;
  background: var(--C-gray);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#company dl * {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.538461538461538;
}
#company dt {
  width: 30.40752351097179%;
}
#company dt p {
  position: relative;
  margin-left: 32px;
  padding-left: 20px;
}
#company dt p::before {
  content: '';
  background: url(../img/company/icon_list.svg) center no-repeat;
  background-size: contain;
  width: 17px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;  
}
#company dd {
  width: calc(100% - 30.40752351097179%);
}
@media screen and (max-width: 750px) {
  #company {
    padding: 9.33333333333333vw 8.53333333333333vw 13.06666666666667vw;
  }
  #company .title {
    font-size: 5.2vw;
    line-height: 1.96875;
    margin-bottom: 3.46666666666667vw;
  }
  #company h3.title {
    white-space: nowrap;
  }
  #company .title + p {
    font-size: 3.33333333333333vw;
    letter-spacing: 0.03em;
  }
  #company .logo {
    margin-top: 16.8vw;
  }
  #company .logo img {
    width: 37.46666666666667vw;
  }
  #company dl {
    flex-direction: column;
    gap: 2.93333333333333vw 0;   
    margin-top: 11.46666666666667vw;
  }
  #company dl * {
    text-align: center;
  }
  #company dl::before {
    content: none;
  }
  #company dt {
    width: 100%;
    height: 7.46666666666667vw;
    background: var(--C-white);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #company dt p {
    font-size: 3.33333333333333vw;
    letter-spacing: 0.1em;
    margin-left: 1.06666666666667vw;
    padding-left: 4.26666666666667vw;
  }
  #company dt p::before {
    width: 4.26666666666667vw;
    height: 3.73333333333333vw; 
  }
  #company dd {
    font-size: 3.46666666666667vw;
    letter-spacing: 0;
    line-height: 1.461538461538462;
    width: 100%;
    margin-bottom: 2.13333333333333vw;
  }
}

/* ===============================
	activity
 =============================== */
#activity {
  padding-top: 106px;
  padding-bottom: 88px;
}
#activity h3.title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;      
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.851851851851852;
}
#activity .w900 * {
  color: var(--C-white);
}
#activity .activity_list {
  display: flex;
  flex-direction: row;
  gap: 22px;
  margin-top: 120px;
  margin-bottom: 50px;  
}
#activity .activity_list li {
  width: calc((100% - 22px) / 2);
  position: relative;
  background: rgba(125, 190, 220 ,.9);
  padding: 54px 5%;
}
#activity .activity_list li img {
  position: absolute;
  top: -92px;
  left: 0;
  right: 0;
  margin: auto;
}
#activity .activity_list li h4 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;        
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.357142857142857;
  text-align: center;
  color: var(--C-white);
  border-bottom: var(--C-white) 2px solid;
  min-height: 100px;  
  margin-bottom: 24px;
}
#activity .activity_list li p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  width: 83.0945558739255%;
  margin: auto;
}
#activity .activity_list li p small {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  display: block;
  margin-top: 16px;
}
#activity h3.title {
  color: var(--C-white) !important;
}
@media screen and (max-width: 750px) {
  #activity {
    padding-top: 10.13333333333333vw;
    padding-bottom: 13.33333333333333vw;
  }
  #activity h3.title {   
    font-size: 4vw;
    letter-spacing: 0.04em;
  }
  #activity .activity_list {
    flex-direction: column;
    gap: 20.26666666666667vw;
    margin-top: 19.2vw;
    margin-bottom: 8.26666666666667vw;    
  }
  #activity .activity_list li {
    width: 100%;
    padding: 10.4vw 9.86666666666667vw 7.46666666666667vw;
  }
  #activity .activity_list li img {
    width: 22.93333333333333vw;
    height: 22.93333333333333vw;
    top: -15.46666666666667vw;
  }
  #activity .activity_list li h4 {
    font-size: 5.06666666666667vw;
    line-height: 1.5;
    min-height: inherit;  
    margin-bottom: 3.46666666666667vw;
    padding-bottom: 2.66666666666667vw;
  }
  #activity .activity_list li p {
    font-size: 3.33333333333333vw;
    line-height: 1.76;
    width: 57.86666666666667vw;
  }
  #activity .activity_list li p small {
    font-size: 2.66666666666667vw;
    letter-spacing: 0;
    line-height: 1.55;
    margin-top: 3vw;
  }
}