.c-inner-c {
  margin-bottom: 10rem;
}
.c-inner-c img {
  width: 100%;
  margin: 0 auto;
  height: auto;
}

.fuku {
  margin-top: 5rem;
}
.fuku .fuku-h2 {
  text-align: center;
}
.fuku .fuku-h2 span {
  color: #1c78ac;
  font-size: 3rem;
  font-weight: 600;
}

.ms-box p {
  margin-top: 1rem;
}
.ms-box p.yakushoku {
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
}
.ms-box p.yakushoku span {
  color: #1c78ac;
  font-weight: 600;
}
.ms-box h3 {
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: 600;
}
.ms-box h4 {
  margin-top: 4rem;
  font-weight: 600;
}

.c-in {
  margin-top: 3rem;
}
.c-in .accordion-006 {
  max-width: 100%;
  background-color: #1c78ac;
}
.c-in .accordion-006 summary {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1rem 2rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  cursor: pointer;
  justify-content: center;
}
.c-in .accordion-006 summary::-webkit-details-marker {
  display: none;
}
.c-in .accordion-006 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  transition: transform 0.3s;
}
.c-in .accordion-006[open] summary::after {
  transform: rotate(225deg);
}
.c-in .accordion-006 div {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}
.c-in .accordion-006[open] div {
  transform: none;
  opacity: 1;
}
.c-in p {
  color: #fff;
  margin-top: 1rem;
  font-size: 95%;
}
.c-in p.question {
  margin-top: 3rem;
  font-weight: 600;
}
.c-in p.question:first-child {
  margin-top: 0;
}

.new-in {
  background: #fff;
  padding: 8rem 0;
  margin-top: 8rem;
}
.new-in h2 span.largeEn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #2082ba;
  font-size: 6rem;
}

.c-inner .p-workList {
  margin-top: 0;
}

.senpai {
  position: relative;
  padding: 23rem 0;
  background: url(../img/staff1.jpg), url(../img/staff2.jpg);
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: left, right;
}
.senpai a {
  position: absolute;
  width: 400px;
  margin-left: 20px;
  padding: 16px;
  border: 2px solid #2082ba;
  border-radius: 20px;
  background-color: #2082ba;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  display: block;
}
.senpai a span {
  display: block;
  color: #fff;
  font-size: 90%;
  font-weight: 600;
  margin-top: 5px;
}
.senpai a span::before {
  content: ">";
  margin-right: 5px;
}
.senpai a.senpai1 {
  top: 15%;
  left: 24%;
}
.senpai a.senpai1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: transparent #2082ba transparent transparent;
  translate: -100% -50%;
}
.senpai a.senpai1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 15.2px 15.2px 0 0;
  border-color: transparent #2082ba transparent transparent;
  translate: -100% calc(-50% + 0.4px);
}
.senpai a.senpai2 {
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.senpai a.senpai2::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent transparent #2082ba;
  translate: 100% -50%;
}
.senpai a.senpai2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 0 0 15.2px 15.2px;
  border-color: transparent transparent transparent #2082ba;
  translate: 100% calc(-50% - 0.4px);
}

.senpai-box-img {
  display: flex;
  gap: 5rem;
  align-items: center;
}
.senpai-box-img img {
  width: 400px;
}
.senpai-box-img p {
  font-size: 3rem;
  font-weight: 600;
  background: #1e77ac;
  color: #fff;
  padding: 15px 20px;
  box-shadow: 10px 10px 0px #195073;
  flex: 1;
  text-align: center;
}

.senpai-box-text {
  background: #1e77ac;
  padding: 3rem;
  margin-top: 2rem;
}
.senpai-box-text h2 {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.senpai-box-text h3 {
  color: #fff;
  margin: 2rem 0 1rem;
  font-size: 110%;
  font-weight: 700;
}
.senpai-box-text p {
  color: #fff;
  margin-top: 1rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
}

#senpai1 {
  margin-bottom: 5rem;
}

.c-inner-c2 p {
  margin-top: 1rem;
  font-feature-settings: "palt";
}
.c-inner-c2 p.big-text {
  text-align: center;
  margin: 3rem 0;
  font-size: 2.5rem;
  font-weight: 600;
  color: #0c1444;
}

@media screen and (max-width: 800px) {
  .senpai-box-img {
    gap: 0rem;
    align-items: center;
    flex-direction: column;
  }
  .senpai-box-img img {
    width: 270px;
  }
  .senpai-box-img p {
    font-size: 2rem;
    padding: 15px 20px;
    box-shadow: 0px 10px 0px #195073;
    width: 100%;
  }
  .senpai-box-text h2 {
    font-size: 2rem;
  }
  .c-inner-c2 p.big-text {
    font-size: 120%;
  }
  .new-in h2 span.largeEn {
    font-size: 4rem;
  }
  .senpai {
    position: relative;
    padding: 33rem 0 6rem;
    background: url(../img/staff1.jpg), url(../img/staff2.jpg);
    background-repeat: no-repeat;
    background-size: 165px;
    background-position: left 10%, right bottom;
  }
  .senpai a {
    width: 250px;
    padding: 10px;
    font-size: 15px;
  }
  .senpai a.senpai1 {
    top: 10%;
    left: auto;
    right: 0;
  }
  .senpai a.senpai2 {
    top: 45%;
    left: 0;
    transform: none;
  }
  .senpai a.senpai2 {
    top: 68%;
    left: 0;
    transform: none;
    margin-left: 0;
  }
}/*# sourceMappingURL=main.css.map */