@charset "UTF-8";
@media screen and (min-width: 768px) {
  h1 {
    bottom: 8px;
  }

  .key-img img {
    width: 100%;
    object-fit: cover;
    min-height: 950px;
    object-position: bottom;
  }

  .sponsor {
    padding-top: 130px;
    padding-bottom: 166px;
  }
}
/*=============================================
******************* sec1  **********************
*=============================================*/
#sec1 {
  padding: 14vw 0 28vw;
}
#sec1 h3 {
  text-align: center;
}
#sec1 h2 {
  text-align: center;
  margin: 6vw 0 6vw;
}
#sec1 h2 .dot {
  padding: 0 10px;
}
#sec1 h2 .dot:before {
  top: -4px;
}
#sec1 h2 .dot:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: -10px;
  top: -18px;
  right: -10px;
  border-radius: 50%;
  background: #fff;
  z-index: -2;
}
#sec1 .img {
  margin-top: 9vw;
}
#sec1 .img li {
  width: 87%;
  margin-left: auto;
}
#sec1 .img li:nth-child(2) {
  margin: 6vw 0 6vw;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 51px 0 167px;
  }
  #sec1 .row {
    max-width: 1080px;
    gap: 20px;
    justify-content: space-between;
  }
  #sec1 .row .content {
    padding-top: 103px;
    min-width: 585px;
  }
  #sec1 .row .content h3 {
    letter-spacing: 0.12em;
    margin-left: -49px;
  }
  #sec1 .row .content h2 {
    margin: 53px 0 39px -34px;
    line-height: 122px;
  }
  #sec1 .row .content h2 .dot {
    padding: 0 15px;
  }
  #sec1 .row .content h2 .dot:before {
    top: -8px;
    border-width: 7px;
    margin-left: -2px;
  }
  #sec1 .row .content h2 .dot:after {
    bottom: -17px;
    left: -23px;
    top: -31px;
    right: -17px;
  }
  #sec1 .row .content h2 small {
    display: inline-block;
    margin: 0px 18px 0px;
    transform: translateY(-14px);
  }
  #sec1 .row .content h2 .mr {
    margin-right: 13px;
  }
  #sec1 .row .content h2 .ml {
    margin-left: 20px;
  }
  #sec1 .row .content .txt {
    width: 515px;
    letter-spacing: 0.19em;
    text-align: justify;
  }
  #sec1 .row .img {
    width: 532px;
    margin-top: 0;
    margin-right: -60px;
  }
  #sec1 .row .img li {
    width: 358px;
  }
  #sec1 .row .img li:nth-child(2) {
    width: 77%;
    margin: 41px 0;
  }
  #sec1 .row .img li:nth-child(3) {
    margin-right: 25px;
  }
}

/*=============================================
******************* sec2  **********************
*=============================================*/
#sec2 {
  position: relative;
  background: var(--bg1);
  padding: 12vw 4%;
}
#sec2:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 18vw;
  background: url('../img/about/s2_curve.png') no-repeat center top;
  background-size: auto 100%;
}
#sec2 h2 {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: -4vw;
}
#sec2 h2:before {
  content: '';
  position: absolute;
  top: 8vw;
  left: 50%;
  width: 100%;
  height: 5.4vw;
  transform: translateX(-50%);
  background: url('../img/about/s2_ttl_deco.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#sec2 .bg {
  background: #fff8e4;
  border-radius: 30px;
  padding: 13vw 0 50vw;
}
#sec2 .bg .txt span {
  display: block;
}
#sec2 .bg .main {
  gap: 7vw;
  margin-bottom: 7vw;
}
#sec2 .bg .main .item {
  background: #fff;
  padding-top: 1px;
  border-radius: 20px;
  padding-bottom: 8vw;
}
#sec2 .bg .main .item h3 {
  box-shadow: 3px 5px 8px 0px rgba(0, 0, 0, 0.14);
  color: #8f8876;
  border-radius: 30px;
  font-size: 16px;
  padding: 5px;
  margin: 0 -2%;
  background: #fff;
}
#sec2 .bg .main .item h3 img {
  background: var(--green);
  border-radius: 50%;
  width: 50px;
  margin-right: 10px;
}
#sec2 .bg .main .item ul {
  width: 90%;
  margin: 5vw auto 0;
}
#sec2 .bg .main .item ul li {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 8px;
  margin-bottom: 8px;
  padding-left: 10px;
}
#sec2 .bg .main .item ul li::before {
  content: '・';
}
#sec2 .box {
  margin: 10vw -4% -67vw;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 47px 0px;
    margin-bottom: 385px;
  }
  #sec2:before {
    background: url('../img/about/s2_curve.png') no-repeat center top;
    height: 186px;
  }
  #sec2:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: url('../img/about/s2_curve2.png') no-repeat center top;
    height: 157px;
    z-index: -1;
  }
  #sec2 h2 {
    margin-left: 9px;
    margin-bottom: -33px;
  }
  #sec2 h2:before {
    width: 618px;
    height: 46px;
    top: 57px;
    margin-left: -6px;
  }
  #sec2 .bg {
    border-radius: 60px;
    padding: 145px 0 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
  }
  #sec2 .bg .wrap {
    max-width: 1222px;
  }
  #sec2 .bg .txt span {
    display: inline-block;
  }
  #sec2 .bg .main {
    gap: 36px;
    flex-wrap: wrap;
    margin-left: 12px;
    margin-bottom: 22px;
  }
  #sec2 .bg .main .item {
    border-radius: 40px;
    width: calc((100% / 3) - 27px);
    padding-bottom: 27px;
    margin-bottom: 36px;
    min-height: 302px;
  }
  #sec2 .bg .main .item h3 {
    margin: -33px 0 0;
    border-radius: 43px;
    font-size: 24px;
    padding-top: 9px;
    padding-bottom: 2px;
    letter-spacing: 0.15em;
  }
  #sec2 .bg .main .item h3.sm {
    font-size: 20px;
    letter-spacing: 0.07em;
  }
  #sec2 .bg .main .item h3 img {
    width: 75px;
    margin-top: -4px;
    margin-bottom: 4px;
    margin-right: 16px;
  }
  #sec2 .bg .main .item ul {
    font-size: 20px;
    line-height: 26px;
    font-size: 20px;
    line-height: 26px;
    width: 276px;
    margin: 36px auto 0;
    letter-spacing: 0.14em;
  }
  #sec2 .bg .main .item ul li {
    padding-bottom: 13px;
    margin-bottom: 13px;
    padding-left: 23px;
  }
  #sec2 .bg .txt {
    margin-left: 3px;
    text-align: center;
  }
  #sec2 .bg .box {
    margin: 42px auto -432px;
    width: 100%;
  }
}
@media screen and (min-width: 1501px) {
  #sec2:before,
  #sec2:after {
    background-size: 100% 100%;
  }
}
@media (max-width: 1240px) and (min-width: 768px) {
  #sec2 .bg .main {
    margin-left: 0;
    gap: 15px;
  }
  #sec2 .bg .main .item {
    width: calc((100% / 3) - 10px);
  }
  #sec2 .bg .main .item h3 {
    font-size: clamp(18px, 1.8vw, 24px);
  }
  #sec2 .bg .main .item h3.sm {
    font-size: clamp(15px, 1.4vw, 20px);
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  #sec2 .bg .main .item ul {
    width: calc(100% - 30px);
    font-size: 15px;
  }
  #sec2 .bg .main .item ul li {
    padding-left: 15px;
  }
}

/*=============================================
******************* sec3  **********************
*=============================================*/
#sec3 {
  padding: 20vw 0 13vw;
  position: relative;
  z-index: 1;
}
#sec3:before {
  content: '';
  position: absolute;
  bottom: 32vw;
  left: 0;
  width: 100%;
  height: 69vw;
  background: url('../img/about/s3_bg.png') no-repeat right bottom;
  background-size: auto 100%;
  z-index: -1;
}
#sec3 h2 {
  text-align: center;
  position: relative;
  z-index: 1;
  --gap: -1.6vw;
}
#sec3 h2:before {
  content: '';
  position: absolute;
  top: 8vw;
  left: 50%;
  width: 100%;
  height: 5.4vw;
  transform: translateX(-50%);
  background: url('../img/about/s2_ttl_deco.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#sec3 .ttl {
  text-align: center;
  font-size: 4.3vw;
  margin: 3vw -10%;
}
#sec3 .ttl .bg {
  background: #fff;
  padding: 2vw;
  border-radius: 18px;
}
#sec3 .ttl .bg img {
  width: 13px;
  margin-right: 5px;
}
#sec3 h3 {
  --gap: -3.3vw;
  text-align: center;
  margin-bottom: 5vw;
}
#sec3 h3 .margin {
  margin: 0 -3%;
}
#sec3 h3 span {
  --gap: inherit;
}
#sec3 .main {
  margin-top: 10vw;
}
#sec3 .main .item {
  border-radius: 30px;
  background: #fff;
  margin-bottom: 7vw;
  border: 2px solid var(--green);
  padding: 10vw 4%;
}
#sec3 .main .item:last-child {
  margin-bottom: 0;
}
#sec3 .main .item h4 {
  font-size: calc((42 / 750) * 100vw);
}
#sec3 .main .item .row {
  position: relative;
  padding-top: 4vw;
  margin-top: 4vw;
  gap: 4vw;
}
#sec3 .main .item .row:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #bfbfbf;
  border-radius: 8px;
}
#sec3 .main .item .row .right {
  border-top: 1px solid #bfbfbf;
  padding-top: 4vw;
}
#sec3 .main .item .row .right h5 {
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  font-size: 16px;
  padding: 0 10px;
  margin-bottom: 5vw;
}
#sec3 .main .item .row .right h5::before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: -1;
  background: #bbda79;
}
#sec3 .img {
  margin: 5vw -5vw 0 -4%;
  position: relative;
  z-index: 2;
  width: 66.4%;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 122px 0 150px;
  }
  #sec3:before {
    bottom: 272px;
    height: 700px;
  }
  #sec3 .wrap {
    max-width: 1130px;
  }
  #sec3 h2 {
    margin-left: 9px;
  }
  #sec3 h2:before {
    width: 618px;
    height: 46px;
    top: 57px;
    margin-left: -6px;
  }
  #sec3 .ttl {
    margin: 60px -7px 33px 0px;
    font-size: 48px;
    text-align: right;
  }
  #sec3 .ttl .margin {
    font-size: 52px;
    margin: 0 -9px 0 -5px;
  }
  #sec3 .ttl .bg {
    border-radius: 36px;
    padding: 11px 55px 18px 62px;
    font-size: 47px;
    letter-spacing: 0.13em;
  }
  #sec3 .ttl .bg img {
    width: 51px;
    margin-top: -7px;
    margin-bottom: 7px;
    margin-right: 14px;
  }
  #sec3 .ttl .bg2 {
    padding-left: 37px;
    padding-right: 30px;
    margin-right: 16px;
  }
  #sec3 h3 {
    margin: 10px -40px 24px;
  }
  #sec3 h3 .margin {
    font-size: inherit;
    margin: 0 -32px 0 -31px;
  }
  #sec3 h3 .green {
    letter-spacing: 0.12em;
  }
  #sec3 .text {
    width: 100%;
    max-width: 905px;
    margin: 0 auto;
    letter-spacing: 0.17em;
    box-sizing: border-box;
    padding-left: 35px;
  }
  #sec3 .main {
    width: 100%;
    margin: 49px auto;
    max-width: 1008px;
  }
  #sec3 .main .item {
    border-radius: 60px;
    margin-bottom: 37px;
    border-width: 4px;
    padding: 43px 77px 30px;
  }
  #sec3 .main .item h4 {
    line-height: 1;
    font-size: 42px;
    letter-spacing: 0.12em;
  }
  #sec3 .main .item .row {
    margin-top: 28px;
    gap: 30px;
    padding-top: 37px;
  }
  #sec3 .main .item .row:before {
    left: -7px;
    width: auto;
    height: 5px;
    right: -7px;
  }
  #sec3 .main .item .row .txt {
    margin-left: 3px;
    width: 430px;
    letter-spacing: 0.2em;
  }
  #sec3 .main .item .row .right {
    border: none;
    border-left: 1px solid #bfbfbf;
    padding-top: 1px;
    width: 396px;
    margin-right: -20px;
    margin-top: 9px;
    padding-bottom: 40px;
  }
  #sec3 .main .item .row .right h5 {
    font-size: 20px;
    margin-top: -8px;
    margin-bottom: 15px;
  }
  #sec3 .main .item .row .right h5:before {
    bottom: 4px;
    height: 12px;
  }
  #sec3 .main .item .row .right ul {
    display: table;
    margin: 0 0 0 42px;
  }
  #sec3 .img {
    margin: 56px 0 0 calc(50% - 611px);
    width: 500px;
  }
}
@media (max-width: 1150px) and (min-width: 768px) {
  #sec3 .ttl {
    margin-left: -30px;
    font-size: 43px;
  }
  #sec3 .ttl .margin {
    font-size: 40px;
  }
  #sec3 .ttl .bg {
    font-size: 42px;
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 1501px) {
  #sec3:before {
    height: 100%;
    background-size: 100% auto;
  }
}

/*=============================================
******************* sec4  **********************
*=============================================*/
#sec4 {
  position: relative;
  z-index: 1;
  padding: 14.3vw 0 7.4vw;
}
#sec4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg1);
  z-index: -1;
}
#sec4 h2 {
  text-align: center;
  position: relative;
  margin-left: 14%;
}
#sec4 h2:before {
  content: '';
  position: absolute;
  top: 70%;
  left: 43%;
  transform: translate(-50%, -50%);
  width: 54.6vw;
  height: 11vw;
  height: 11vw;
  background: url('../img/index/s2_ttl_deco.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#sec4 h2 span {
  position: relative;
  color: #fff;
  margin-left: 4vw;
}
#sec4 h2 span:before {
  content: '';
  position: absolute;
  top: 59%;
  left: 42%;
  transform: translate(-50%, -50%);
  width: 15vw;
  height: 15vw;
  background: var(--green);
  z-index: -1;
  border-radius: 50%;
}
#sec4 h2 span:after {
  content: '';
  position: absolute;
  top: -8px;
  right: -23px;
  width: 23px;
  background: url('../img/about/s4_ttl_deco.png') no-repeat center top;
  height: 31px;
  background-size: contain;
}
#sec4 .main {
  margin-top: 8vw;
}
#sec4 .main .item {
  margin-bottom: 11vw;
  position: relative;
}
#sec4 .main .item .img {
  font-family: 'Zen Kaku Gothic New';
  font-weight: 500;
}
#sec4 .main .item .img img {
  width: 35%;
  margin: 0 4.8% -1px 7%;
}
#sec4 .main .item .content {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: -5px;
  padding: 6.7vw 7% 7.4vw;
}
#sec4 .main .item .content:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 40px;
  background: url('../img/about/s4_arrow.png') no-repeat center top;
  background-size: contain;
  width: 26px;
  height: 30px;
  z-index: 2;
}
#sec4 .main .item .content h3 {
  font-size: 19px;
  margin-bottom: 4vw;
  font-family: 'Zen Kaku Gothic New';
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 79px 0 61px;
  }
  #sec4:before {
    left: calc(50% - 600px);
    width: auto;
    right: 0;
    border-radius: 51px 0 0 51px;
  }
  #sec4 h2 {
    margin-left: 3px;
  }
  #sec4 h2:before {
    width: 423px;
    height: 68px;
    margin-left: 31px;
    top: 64px;
  }
  #sec4 h2 span {
    margin-left: 30px;
    font-size: 68px;
  }
  #sec4 h2 span:before {
    width: 112px;
    height: 112px;
    margin-top: -3px;
  }
  #sec4 h2 span:after {
    width: 43px;
    top: -21px;
    right: -50px;
    height: 40px;
  }
  #sec4 .main {
    margin-top: 69px;
  }
  #sec4 .main .item {
    justify-content: space-between;
    align-items: start;
    margin-bottom: 34px;
  }
  #sec4 .main .item .img {
    width: 246px;
    font-size: 24px;
    text-align: center;
  }
  #sec4 .main .item .img img {
    width: 100%;
    margin: 0;
    margin-bottom: 8px;
  }
  #sec4 .main .item .content {
    width: 736px;
    box-sizing: border-box;
    border-radius: 43px;
    padding: 50px 80px 45px;
    margin-top: -4px;
  }
  #sec4 .main .item .content:before {
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    background: #fff;
    width: 74px;
    height: 32px;
    left: -65px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -9px;
  }
  #sec4 .main .item .content h3 {
    font-size: 30px;
    margin-bottom: 16px;
    letter-spacing: 0.12em;
  }
  #sec4 .main .item .content .txt {
    margin: 0 -26px 0 3px;
  }
}

/*=============================================
******************* sec5  **********************
*=============================================*/
#sec5 {
  padding-top: 14vw;
}
#sec5::before {
  display: none;
}
#sec5:after {
  background: url('../img/about/s5_bg.png') no-repeat center top;
  background-size: auto 100%;
  width: 100%;
  height: 127vw;
  left: 0;
}
#sec5 .s5-js {
  margin-bottom: 10vw;
}
#sec5 .s5-js .slick-slide {
  margin: 0 10px;
}
#sec5 .s5-js p {
  height: 200px;
}
#sec5 .s5-js p img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding-top: 110px;
  }
  #sec5:after {
    height: 780px;
  }
  #sec5 .s5-js {
    margin-bottom: 93px;
  }
  #sec5 .s5-js .slick-slide {
    margin: 0 16px;
  }
  #sec5 .s5-js p {
    height: 320px;
  }
}
@media screen and (min-width: 1501px) {
  #sec5:after {
    background-size: 100% 100%;
  }
}

/*=============================================
******************* sec6  **********************
*=============================================*/
#sec6 .c-box {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #sec6 {
    padding-bottom: 80px;
  }
  #sec6 .c-box {
    margin: 105px auto 0;
    width: 1400px;
    padding-top: 140px;
  }
  #sec6 .c-box h3 {
    letter-spacing: 0.15em;
    margin-left: 7px;
  }
  #sec6 .c-box h3:before {
    margin-top: 5px;
    margin-left: -3px;
  }
  #sec6 .c-box .tel {
    margin-top: 60px;
  }
}

/*=============================================
******************* sec7  **********************
*=============================================*/
#sec7 h2 {
  font-size: calc((120 / 750) * 100vw);
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 1.3;
  margin-left: 2vw;
  margin-bottom: -8vw;
}
#sec7 h2 small {
  font-size: calc((96 / 750) * 100vw);
}
#sec7 .bg {
  background: #fff;
  border-radius: 30px;
  padding: 15vw 0 12vw;
}
@media screen and (min-width: 768px) {
  #sec7 h2 {
    font-size: 96px;
    margin-left: 8px;
    letter-spacing: 0.13em;
    margin-bottom: -50px;
  }
  #sec7 h2 small {
    font-size: 72px;
  }
  #sec7 .bg {
    border-radius: 60px;
    padding: 86px 2px 63px 0;
  }
}

/*# sourceMappingURL=about.css.map */


.junbi{
  font-size: 19px;
  text-align: center;
  padding: 20px 0 0 0;
}
@media screen and (min-width: 768px) {
  .junbi{
    font-size: 30px;
    text-align: center;
    padding: 40px 0 0 0;
  }
}