main {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.9;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  main {
    font-size: 15px;
  }
}
main .inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  main .inner {
    margin: 0 auto;
    width: 86%;
  }
}

.breadcrumbs {
  color: #cccccc;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 0.6666666667vw 0;
  }
}
.breadcrumbs .inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .breadcrumbs .inner {
    align-items: center;
  }
}
.breadcrumbs span.this {
  color: var(--black);
}
.breadcrumbs .arrow {
  width: 10px;
  height: 10px;
  position: relative;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs .arrow {
    margin: 0 15px;
  }
}
.breadcrumbs .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 8px;
  height: 8px;
  transform: translate(0, -50%) rotate(45deg);
  border-top: solid 2px #cccccc;
  border-right: solid 2px #cccccc;
}
@media screen and (max-width: 767px) {
  .breadcrumbs .arrow::before {
    width: 8px;
    height: 8px;
  }
}
.breadcrumbs a {
  color: #cccccc;
}

.pagettl {
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 420px;
}
@media screen and (max-width: 1500px) {
  .pagettl {
    padding: 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .pagettl {
    padding: 0;
    height: 37.3333333333vw;
  }
}
.pagettl-bg {
  background: url(../img/headbg01.png);
  background-repeat: no-repeat;
  background-position: center bottom -8px;
}
@media screen and (max-width: 767px) {
  .pagettl-bg {
    background-size: 160% auto;
  }
}
.pagettl-box {
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pagettl-box {
    width: 90%;
  }
}
.pagettl-txt {
  font-size: 18px;
  width: 100%;
  padding-top: 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .pagettl-txt {
    font-size: 2.4vw;
    padding-top: 1.3333333333vw;
  }
}
.pagettl-txt02 {
  font-size: 60px;
  line-height: 1.2;
  padding-top: 5px;
  width: 100%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .pagettl-txt02 {
    height: 2.1333333333vw;
    font-size: 8vw;
    padding-top: 0.6666666667vw;
  }
}

.section-ttl01 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .section-ttl01 {
    font-size: 17px;
  }
}
.section-ttl01-area {
  width: 380px;
  height: 70px;
  display: flex;
  background: var(--blue);
  align-items: center;
  justify-content: center;
  border-radius: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .section-ttl01-area {
    margin-bottom: 30px;
    width: 250px;
    height: 70px;
  }
}
.section-ttl01 span {
  font-size: 12px;
  display: inline-block;
  padding-top: 3px;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .section-ttl01 span {
    margin-left: 12px;
  }
}

#message01 {
  padding: 35px 0 135px;
  background: url(../img/bgline01.png), url(../img/bgline02.png);
  background-size: 984px, 984px;
  background-repeat: no-repeat;
  background-position: bottom 270px right calc(50% + 1070px), top 295px left calc(50% + 1070px);
}
@media screen and (max-width: 767px) {
  #message01 {
    background: none;
    padding: 0 0 30px;
  }
}
#message01 .message-ttl {
  margin: 70px auto 40px;
  width: 100%;
  max-width: 700px;
  font-size: 28px;
  font-weight: 500;
  color: var(--blue);
}
@media screen and (max-width: 767px) {
  #message01 .message-ttl {
    font-size: 20px;
    margin: 60px auto 20px;
  }
}
#message01 .message-maintxt {
  margin: 40px auto 25px;
  width: 100%;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  #message01 .message-maintxt {
    margin: 40px auto 25px;
  }
}
#message01 .message-name {
  margin: 25px auto 0px auto;
  width: 100%;
  max-width: 700px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #message01 .message-name {
    width: 90%;
    margin: 25px auto 0px auto;
  }
}
#message01 .message-name span {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #message01 .message-name span {
    margin-right: 10px;
  }
}
#message01 .message-img {
  margin: -15px auto 125px auto;
  width: 100%;
  max-width: 990px;
}
@media screen and (max-width: 767px) {
  #message01 .message-img {
    width: 150%;
    margin: -15px -25% 125px -25%;
  }
}
#message01 .message-box {
  padding: 80px 150px 80px 88px;
  border-radius: 20px;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
}
@media screen and (max-width: 1200px) {
  #message01 .message-box {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  #message01 .message-box {
    display: block;
    padding: 30px 30px;
  }
}
#message01 .message-box-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
}
@media screen and (max-width: 767px) {
  #message01 .message-box-img {
    width: 100%;
    margin: 30px 0 50px;
  }
}
#message01 .message-box-img img {
  width: 155px;
}
@media screen and (max-width: 767px) {
  #message01 .message-box-img img {
    width: 93px;
  }
}
#message01 .message-box-content {
  width: calc(100% - 350px);
}
@media screen and (max-width: 767px) {
  #message01 .message-box-content {
    width: 100%;
  }
}
#message01 .message-box-content-ttl {
  color: var(--blue);
  margin-bottom: 30px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #message01 .message-box-content-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

#message02 {
  margin: 0 0 80px;
  background: var(--blue);
  padding-bottom: 150px;
  background: url(../img/messagebg01.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #message02 {
    margin: 50px 0 40px;
    padding-bottom: 13.3333333333vw;
  }
}
#message02 .message-txt01 {
  background: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 44px;
  display: block;
  padding: 14px 55px;
  margin: 105px auto 20px;
  line-height: 1.2;
  letter-spacing: 0.6rem;
  color: var(--blue);
}
@media screen and (max-width: 767px) {
  #message02 .message-txt01 {
    background: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  #message02 .message-txt01 span {
    background: #ffffff;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 26px;
    display: block;
    padding: 10px 20px;
    margin: 10px auto 10px;
    line-height: 1.2;
    letter-spacing: 0.2rem;
  }
}
#message02 .message-txt02 {
  background: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 44px;
  display: block;
  padding: 14px 55px;
  margin: 0 auto 30px;
  line-height: 1.2;
  letter-spacing: 0.2rem;
  color: var(--blue);
}
@media screen and (max-width: 767px) {
  #message02 .message-txt02 {
    background: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  #message02 .message-txt02 span {
    background: #ffffff;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 26px;
    display: block;
    padding: 10px 20px;
    margin: 10px auto 10px;
    line-height: 1.2;
    letter-spacing: 0.2rem;
  }
}

#message03 {
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  #message03 {
    margin: 20px 0;
  }
}
#message03 .mission-box {
  padding: 107px 83px 63px;
  margin-bottom: 85px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #message03 .mission-box {
    padding: 100px 40px 60px;
  }
}
@media screen and (max-width: 767px) {
  #message03 .mission-box {
    display: block;
    padding: 80px 20px 20px;
    margin-bottom: 40px;
  }
}
#message03 .mission-box02 {
  padding: 97px 83px 63px;
  margin-bottom: 85px;
}
@media screen and (max-width: 960px) {
  #message03 .mission-box02 {
    padding: 97px 40px 60px;
  }
}
@media screen and (max-width: 767px) {
  #message03 .mission-box02 {
    display: block;
    padding: 80px 20px 20px;
    margin-bottom: 40px;
  }
}
#message03 .mission-ttl {
  height: 70px;
  display: flex;
  background: var(--blue);
  align-items: center;
  justify-content: center;
  border-radius: 0 0 20px 0;
  position: absolute;
  color: #fff;
  top: 1px;
  left: -1px;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  #message03 .mission-ttl {
    padding: 0 30px;
    height: 50px;
  }
}
#message03 .mission-ttl span {
  font-size: 12px;
  display: inline-block;
  padding-top: 3px;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  #message03 .mission-ttl span {
    padding-top: 2px;
  }
}
#message03 .mission-subttl {
  color: var(--blue);
  font-size: 28px;
  width: 50%;
}
#message03 .mission-subttl span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #message03 .mission-subttl {
    width: 100%;
    font-size: 20px;
  }
}
#message03 .mission-txt {
  width: 50%;
  padding: 0 0 0 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #message03 .mission-txt {
    width: 100%;
    padding: 15px 0 0 0;
    margin-top: 15px;
  }
}
#message03 .mission-txt:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 10px);
  left: 0;
  top: 5px;
  background-color: #e6e6e6;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #message03 .mission-txt:before {
    width: 100%;
    height: 1px;
    top: 0;
  }
}
#message03 .mission-txt span {
  display: block;
  text-indent: -10px;
  padding-left: 12px;
  margin-bottom: 15px;
}
#message03 .mission-txt span:last-child {
  margin-bottom: 0;
}

#message04 {
  margin: 5px 0 0;
  padding-bottom: 150px;
  background: #e3f2f5;
}
@media screen and (max-width: 767px) {
  #message04 {
    padding-bottom: 100px;
  }
}
#message04 .values-flex {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding: 45px 0;
}
@media screen and (max-width: 1400px) {
  #message04 .values-flex {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #message04 .values-flex {
    gap: 6.6666666667vw;
    font-size: 2.1333333333vw;
    padding: 7.3333333333vw 0 0;
  }
}
@media screen and (max-width: 500px) {
  #message04 .values-flex {
    font-size: 2.5333333333vw;
  }
}
#message04 .values-ttl {
  text-align: center;
  color: #53c5e3;
  font-size: 28px;
  padding: 0 50px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #message04 .values-ttl {
    padding: 0 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#message04 .values-subttl {
  text-align: center;
  padding: 65px 0 0;
}
@media screen and (max-width: 767px) {
  #message04 .values-subttl {
    padding: 8.6666666667vw 0 0;
  }
}
#message04 .values-box {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  background: #ffffff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #message04 .values-box {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}
#message04 .values-box01 .values-ttl {
  color: #53c5e3;
}
#message04 .values-box02 .values-ttl {
  color: #f0b928;
}
#message04 .values-box03 .values-ttl {
  color: #fc7a5c;
}
#message04 .values-box04 .values-ttl {
  color: #7ad934;
}
#message04 .values-box05 .values-ttl {
  color: #d27ae2;
}
#message04 .values-box:after {
  content: "";
  width: 260px;
  bottom: -30px;
  left: -30px;
  position: absolute;
  display: block;
  height: 112px;
  pointer-events: none;
  background: url(../img/messagebg03.png);
}
@media screen and (max-width: 767px) {
  #message04 .values-box:after {
    width: 34.6666666667vw;
    bottom: -4vw;
    left: -4vw;
    height: 14.9333333333vw;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#message04 .values-box:nth-child(2n+1)::after {
  content: "";
  width: 260px;
  top: -30px;
  left: -30px;
  position: absolute;
  display: block;
  height: 112px;
  pointer-events: none;
  background: url(../img/messagebg02.png);
}
@media screen and (max-width: 767px) {
  #message04 .values-box:nth-child(2n+1)::after {
    width: 34.6666666667vw;
    top: -4vw;
    left: -4vw;
    height: 14.9333333333vw;
    background-size: contain;
    background-repeat: no-repeat;
  }
}/*# sourceMappingURL=style.css.map */