:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  --poppins: "poppins", sans-serif;
  --blue: #0047ba;
  --red: #ff2d4b;
  --white: #ffffff;
  --black: #000000;
}

footer {
  margin-top: 0 !important;
}

section.anchor ul.anchor-list {
  max-width: 765px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  section.anchor ul.anchor-list {
    gap: 50px 0;
  }
}
section.anchor ul.anchor-list li {
  text-align: center;
  border-right: 1px solid #d9d9d9;
  padding: 0 45px;
}
@media screen and (max-width: 767px) {
  section.anchor ul.anchor-list li {
    border: none;
    padding: 0;
    width: 50%;
  }
}
section.anchor ul.anchor-list li:first-child {
  padding-left: 0;
}
section.anchor ul.anchor-list li:last-child {
  padding-right: 0;
  border: none;
}
section.anchor ul.anchor-list li a {
  display: block;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  section.anchor ul.anchor-list li a:hover {
    opacity: 0.6;
  }
}
section.anchor ul.anchor-list li a img {
  width: 100px;
  display: block;
  margin: 0 auto;
}
section.anchor ul.anchor-list li a p {
  font-size: 16px;
  font-weight: bold;
  color: var(--blue);
  line-height: 1;
  margin-top: 15px;
  position: relative;
}
section.anchor ul.anchor-list li a p:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px var(--blue);
  border-right: solid 1px var(--blue);
  transform: rotate(135deg);
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  translate: 0 -50%;
  bottom: 0;
  margin: auto;
}

section.message {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  section.message {
    margin-top: 80px;
  }
}
section.message .message-box {
  max-width: 900px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  section.message .message-box {
    flex-direction: column;
  }
}
section.message .message-box .img {
  width: 36%;
}
@media screen and (max-width: 767px) {
  section.message .message-box .img {
    width: 70%;
    margin: 0 auto;
  }
}
section.message .message-box .txt-area {
  width: 59%;
}
@media screen and (max-width: 767px) {
  section.message .message-box .txt-area {
    width: 100%;
    margin-top: 20px;
  }
}
section.message .message-box .txt-area h2 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.message .message-box .txt-area h2 {
    font-size: 24px;
  }
}
section.message .message-box .txt-area p {
  margin-top: 15px;
}
section.message .message-box .txt-area p.name {
  margin-top: 20px;
  text-align: right;
}
section.message .message-box .txt-area p.name span {
  font-size: 18px;
  font-weight: 500;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  section.message .message-box .txt-area p.name span {
    font-size: 16px;
  }
}

section.purpose {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  section.purpose {
    margin-top: 80px;
  }
}
section.purpose section.slider {
  margin-top: 170px;
}
@media screen and (max-width: 767px) {
  section.purpose section.slider {
    margin-top: 80px;
  }
}
section.purpose section.slider .swiper {
  display: flex;
  width: 100%;
}
section.purpose section.slider .swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
section.purpose section.slider .swiper .swiper-wrapper .swiper-slide {
  width: 33.3333333333% !important;
  display: flex;
  width: max-content;
}
section.purpose section.slider .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
section.purpose .img-bridge img {
  width: 100%;
  border-radius: 90px 90px 0 0;
}
@media screen and (max-width: 767px) {
  section.purpose .img-bridge img {
    border-radius: 50px 50px 0 0;
  }
}
section.purpose .blue {
  background-color: #e4edfa;
  padding: 100px 0;
  border-radius: 0 0 90px 90px;
}
@media screen and (max-width: 767px) {
  section.purpose .blue {
    padding: 40px 0 0;
    border-radius: 0 0 50px 50px;
  }
}
section.purpose .blue hgroup {
  text-align: center;
}
section.purpose .blue hgroup > p {
  color: #c2cbe8;
  font-size: 80px;
  line-height: 1;
  font-family: var(--poppins);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.purpose .blue hgroup > p {
    font-size: 46px;
  }
}
section.purpose .blue hgroup > h2 {
  color: var(--blue);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 10px;
}
section.purpose .blue .block {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
  border-bottom: 1px solid #c2cad5;
  padding: 80px 0 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.purpose .blue .block {
    padding: 40px 0 60px;
  }
}
section.purpose .blue .block > h3 {
  font-size: 32px;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.purpose .blue .block > h3 {
    font-size: 22px;
    margin-top: 30px;
  }
}
section.purpose .blue .purpose-block {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 80px 20px;
  text-align: center;
  background: url("../img/bg_purpose.jpg") no-repeat right bottom/clamp(25rem, 11.517rem + 28.09vw, 37.5rem) #ffffff;
  box-shadow: 0px 6px 13px 0px rgba(212, 228, 228, 0.4);
}
@media screen and (max-width: 767px) {
  section.purpose .blue .purpose-block {
    padding: 40px 5%;
    background: url("../img/bg_purpose.jpg") no-repeat right bottom/50% #ffffff;
  }
}
section.purpose .blue .purpose-block > h3 {
  font-weight: bold;
  font-size: 42px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  section.purpose .blue .purpose-block > h3 {
    font-size: 24px;
    margin-top: 30px;
  }
}
section.purpose .blue .purpose-block > h3 span {
  color: #ff2d4b;
}
section.purpose .blue .purpose-block > p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  section.purpose .blue .purpose-block > p {
    font-size: 16px;
    margin-top: 15px;
  }
}
section.purpose .blue .mission-block .obj {
  width: 256px;
  position: absolute;
  top: 120px;
  right: -30px;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  section.purpose .blue .mission-block .obj {
    width: 21vw;
    right: -2vw;
    top: 14vw;
  }
}
section.purpose .blue .mission-block ul {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 35px auto 0;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  section.purpose .blue .mission-block ul {
    flex-direction: column;
  }
}
section.purpose .blue .mission-block ul li {
  min-height: 180px;
  background-color: #ffffff;
  border-radius: 10px;
  width: calc((100% - 15px) / 3);
}
@media screen and (max-width: 767px) {
  section.purpose .blue .mission-block ul li {
    width: 100%;
    min-height: auto;
    padding: 20px 0;
  }
}
section.purpose .blue .mission-block ul li h4 {
  line-height: 1;
  padding-top: 25px;
  color: var(--blue);
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.purpose .blue .mission-block ul li h4 {
    padding-top: 0;
  }
}
section.purpose .blue .mission-block ul li p {
  font-size: 18px;
  max-width: 250px;
  margin: 15px auto 0;
  line-height: 1.7;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  section.purpose .blue .mission-block ul li p {
    max-width: 100%;
    padding: 0 5%;
    font-size: 16px;
  }
}
section.purpose .blue .vision-block .obj {
  width: 219px;
  position: absolute;
  top: 165px;
  left: 50px;
}
@media screen and (max-width: 1000px) {
  section.purpose .blue .vision-block .obj {
    width: 19vw;
    top: 20vw;
    left: -2vw;
  }
}
section.purpose .blue .vision-block ul {
  max-width: 900px;
  margin: 35px auto 0;
  display: flex;
  position: relative;
  z-index: 1;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  section.purpose .blue .vision-block ul {
    flex-direction: column;
  }
}
section.purpose .blue .vision-block ul li {
  min-height: 180px;
  background-color: #ffffff;
  border-radius: 10px;
  width: calc((100% - 15px) / 3);
}
@media screen and (max-width: 767px) {
  section.purpose .blue .vision-block ul li {
    width: 100%;
    min-height: auto;
    padding: 20px 0;
  }
}
section.purpose .blue .vision-block ul li h4 {
  line-height: 1;
  padding-top: 25px;
  color: var(--blue);
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.purpose .blue .vision-block ul li h4 {
    padding-top: 0;
  }
}
section.purpose .blue .vision-block ul li p {
  font-size: 18px;
  max-width: 250px;
  margin: 15px auto 0;
  line-height: 1.7;
  padding: 0 20px 20px;
}
@media screen and (max-width: 767px) {
  section.purpose .blue .vision-block ul li p {
    max-width: 100%;
    padding: 0 5%;
    font-size: 16px;
  }
}
section.purpose .blue .values-block .obj {
  width: 320px;
  position: absolute;
  top: 115px;
  right: 0;
}
@media screen and (max-width: 1120px) {
  section.purpose .blue .values-block .obj {
    width: 21vw;
    top: 15vw;
    right: 0;
  }
}
section.purpose .blue .values-block ul {
  max-width: 900px;
  margin: 35px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section.purpose .blue .values-block ul {
    flex-direction: column;
  }
}
section.purpose .blue .values-block ul li {
  min-height: 190px;
  background-color: #ffffff;
  border-radius: 10px;
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  section.purpose .blue .values-block ul li {
    padding: 20px 0;
    width: 100%;
    min-height: auto;
  }
}
section.purpose .blue .values-block ul li h4 {
  line-height: 1;
  padding: 35px 0 20px;
  margin-bottom: 15px;
  color: var(--blue);
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #e5ecf8;
}
@media screen and (max-width: 767px) {
  section.purpose .blue .values-block ul li h4 {
    font-size: 20px;
    padding-top: 0;
  }
}
section.purpose .blue .values-block ul li p {
  font-size: 18px;
  width: fit-content;
  text-align: left;
  margin: 5px auto 0;
  line-height: 1.7;
  padding: 0 20px 20px;
}
@media screen and (max-width: 767px) {
  section.purpose .blue .values-block ul li p {
    padding: 0 5%;
    font-size: 16px;
  }
}
section.purpose .blue .philosophy-block .obj {
  width: 300px;
  position: absolute;
  top: 400px;
  left: -20px;
}
@media screen and (max-width: 767px) {
  section.purpose .blue .philosophy-block .obj {
    display: none;
  }
}
section.purpose .blue .philosophy-block .philosophy-list {
  max-width: 600px;
  margin: 60px auto 0;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section.purpose .blue .philosophy-block .philosophy-list {
    padding: 30px 5%;
  }
}
section.purpose .blue .philosophy-block .philosophy-list p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  section.purpose .blue .philosophy-block .philosophy-list p {
    font-size: 16px;
  }
}
section.purpose .blue .philosophy-block .philosophy-list ul {
  max-width: 410px;
  margin: 0 auto;
  translate: 5px 0;
}
@media screen and (max-width: 767px) {
  section.purpose .blue .philosophy-block .philosophy-list ul {
    translate: none;
  }
}
section.purpose .blue .philosophy-block .philosophy-list ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  section.purpose .blue .philosophy-block .philosophy-list ul li {
    margin-bottom: 15px;
  }
}
section.purpose .blue .philosophy-block .philosophy-list ul li:last-child {
  margin-bottom: 0;
}
section.purpose .blue .philosophy-block .philosophy-list ul li dl {
  display: flex;
  align-items: center;
}
section.purpose .blue .philosophy-block .philosophy-list ul li dl dt {
  width: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 35px;
  font-weight: bold;
  border-radius: 10px;
  background-color: #4c7ecf;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.purpose .blue .philosophy-block .philosophy-list ul li dl dt {
    width: 50px;
    height: 50px;
    font-size: 32px;
  }
}
section.purpose .blue .philosophy-block .philosophy-list ul li dl dt:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 70px;
  width: 90px;
  height: 0;
  translate: 0 -50%;
  border-top: 2px dotted #3c72ca;
}
@media screen and (max-width: 767px) {
  section.purpose .blue .philosophy-block .philosophy-list ul li dl dt:after {
    left: 60px;
    width: 30px;
  }
}
section.purpose .blue .philosophy-block .philosophy-list ul li dl dd {
  font-size: 18px;
  margin-left: 112px;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  section.purpose .blue .philosophy-block .philosophy-list ul li dl dd {
    font-size: 16px;
    margin-left: 50px;
    width: calc(100% - 90px);
  }
}
section.purpose .blue .slogan-block {
  border: none;
}
section.purpose .blue .slogan-block .obj1 {
  position: absolute;
  top: 210px;
  left: 122px;
  width: 88px;
}
@media screen and (max-width: 1120px) {
  section.purpose .blue .slogan-block .obj1 {
    width: 15vw;
    top: 13vw;
    left: 3vw;
  }
}
section.purpose .blue .slogan-block .obj2 {
  width: 185px;
  position: absolute;
  top: 145px;
  right: 65px;
}
@media screen and (max-width: 1120px) {
  section.purpose .blue .slogan-block .obj2 {
    width: 15vw;
    top: 11vw;
    right: 3vw;
  }
}
section.purpose .blue .slogan-block h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  section.purpose .blue .slogan-block h3 {
    font-size: 21px;
  }
}
section.purpose .blue .slogan-block h3 span {
  position: relative;
  z-index: 1;
}
section.purpose .blue .slogan-block h3 span:after {
  z-index: 0;
  content: "";
  position: absolute;
  top: calc(100% - 20px);
  left: -18px;
  width: calc(100% + 35px);
  height: 27px;
  z-index: -1;
  background-color: #fff;
  border-radius: 5px;
}

section.company-profile {
  max-width: 1100px;
  margin: 120px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.company-profile {
    margin-top: 80px;
  }
}
section.company-profile hgroup {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  section.company-profile hgroup {
    margin-bottom: 40px;
  }
}
section.company-profile hgroup p {
  color: #d4dbef;
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
  font-family: var(--poppins);
}
@media screen and (max-width: 767px) {
  section.company-profile hgroup p {
    font-size: 18px;
  }
}
section.company-profile hgroup h2 {
  font-size: 18px;
  font-weight: bold;
  color: var(--blue);
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  section.company-profile hgroup h2 {
    font-size: 28px;
  }
}
section.company-profile .about-list {
  border-bottom: 1px solid #e0e0e0;
}
section.company-profile .about-list > dl {
  display: flex;
  border-top: 1px solid #e0e0e0;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  section.company-profile .about-list > dl {
    flex-direction: column;
    padding: 15px 0;
  }
}
section.company-profile .about-list > dl > dt {
  font-size: 16px;
  width: 310px;
  padding-left: 20px;
}
@media screen and (max-width: 1000px) {
  section.company-profile .about-list > dl > dt {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  section.company-profile .about-list > dl > dt {
    width: 100%;
    padding: 0;
    font-weight: bold;
  }
}
section.company-profile .about-list > dl > dd {
  width: calc(100% - 310px);
  font-size: 16px;
  padding-right: 120px;
}
@media screen and (max-width: 1000px) {
  section.company-profile .about-list > dl > dd {
    padding-right: 0;
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  section.company-profile .about-list > dl > dd {
    width: 100%;
    font-size: 15px;
  }
}
section.company-profile .about-list > dl > dd dl {
  display: flex;
  margin-bottom: 15px;
}
section.company-profile .about-list > dl > dd dl:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section.company-profile .about-list > dl > dd dl {
    flex-direction: column;
  }
}
section.company-profile .about-list > dl > dd dl dt {
  width: 100px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  section.company-profile .about-list > dl > dd dl dt {
    width: 100%;
  }
}
section.company-profile .about-list > dl > dd dl dd {
  width: calc(100% - 100px);
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  section.company-profile .about-list > dl > dd dl dd {
    width: 100%;
    font-size: 15px;
  }
}
section.company-profile .map {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  section.company-profile .map {
    margin-top: 40px;
  }
}
section.company-profile .map h3 {
  font-size: 18px;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  section.company-profile .map h3 {
    padding: 0;
  }
}
section.company-profile .map iframe {
  width: 100% !important;
  max-width: 1100px !important;
  height: 420px !important;
}
@media screen and (max-width: 767px) {
  section.company-profile .map iframe {
    height: 200px !important;
  }
}

section.history {
  margin-top: 150px;
  border-radius: 90px 90px 0 0;
  background-color: #e4edfa;
  padding: 120px 0 80px;
}
@media screen and (max-width: 767px) {
  section.history {
    margin-top: 80px;
    border-radius: 50px 50px 0 0;
    padding: 40px 0 0;
  }
}
section.history .inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}
section.history .inner > hgroup {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  section.history .inner > hgroup {
    margin-bottom: 40px;
  }
}
section.history .inner > hgroup p {
  color: #bdcceb;
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
  font-family: var(--poppins);
}
@media screen and (max-width: 767px) {
  section.history .inner > hgroup p {
    font-size: 18px;
  }
}
section.history .inner > hgroup h2 {
  font-size: 18px;
  font-weight: bold;
  color: var(--blue);
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  section.history .inner > hgroup h2 {
    font-size: 28px;
  }
}
section.history .inner ul.history-list {
  position: relative;
}
section.history .inner ul.history-list:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 200px;
  height: calc(100% - 110px);
  border-left: 2px dotted var(--blue);
}
@media screen and (max-width: 767px) {
  section.history .inner ul.history-list:after {
    left: 143px;
  }
}
section.history .inner ul.history-list li {
  display: flex;
}
section.history .inner ul.history-list li hgroup {
  margin-bottom: 30px;
  width: 125px;
}
@media screen and (max-width: 767px) {
  section.history .inner ul.history-list li hgroup {
    width: 90px;
  }
}
section.history .inner ul.history-list li hgroup p {
  color: var(--blue);
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  font-family: var(--poppins);
}
@media screen and (max-width: 767px) {
  section.history .inner ul.history-list li hgroup p {
    font-size: 30px;
  }
}
section.history .inner ul.history-list li hgroup h3 {
  color: #a4b6e2;
  font-size: 14px;
  font-weight: 500;
  margin-top: 3px;
}
section.history .inner ul.history-list li > div {
  width: calc(100% - 125px);
}
@media screen and (max-width: 767px) {
  section.history .inner ul.history-list li > div {
    width: calc(100% - 100px);
  }
}
section.history .inner ul.history-list li > div dl {
  display: flex;
  flex-wrap: wrap;
  min-height: 110px;
}
section.history .inner ul.history-list li > div dl dt {
  width: 125px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.history .inner ul.history-list li > div dl dt {
    width: 80px;
  }
}
section.history .inner ul.history-list li > div dl dt:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 43px;
  width: 12px;
  height: 12px;
  background-color: var(--blue);
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  section.history .inner ul.history-list li > div dl dt:after {
    right: 20px;
  }
}
section.history .inner ul.history-list li > div dl dd {
  width: calc(100% - 125px);
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  section.history .inner ul.history-list li > div dl dd {
    width: calc(100% - 80px);
    font-size: 15px;
  }
}