@charset "UTF-8";
.p-try-box__text {
  --try-color: #a76c9a;
}

.p-now-content {
  max-width: 620px;
  margin: 50px auto 0;
}
.p-now-content__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 5px;
  line-height: 32px;
}
.p-now-content__text {
  text-align: justify;
  margin-bottom: 40px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-now-content {
    padding: 0 25px;
  }
  .p-now-content__title {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 28px;
  }
  .p-now-content__text {
    font-size: 14px;
  }
}

.p-now-ph {
  width: 100%;
  height: auto;
}
.p-now-ph img {
  width: 100%;
  height: auto;
}
.p-now-ph figcaption {
  margin: 6px auto 0;
  max-width: 620px;
  text-align: justify;
  font-size: 10px;
}
.p-now-ph figcaption span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-now-ph figcaption {
    text-align: justify;
  }
}

.p-now-ph-sp {
  margin-bottom: 30px;
}

.p-try-box {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 660px;
  background: #fff100;
  border-radius: 120px;
  margin: 80px auto 60px;
  position: relative;
}
.p-try-box::before {
  content: "";
  display: block;
  background-image: radial-gradient(#d3d4d4 20%, transparent 20%), radial-gradient(#d3d4d4 20%, transparent 20%);
  background-size: 14px 14px;
  background-position: 0 0, 7px 7px;
  position: absolute;
  z-index: -1;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  border-radius: 120px;
}
.p-try-box .p-try-box__img {
  width: 170px;
  height: fit-content;
  position: relative;
}
.p-try-box .p-try-box__img img {
  position: absolute;
  bottom: -95px;
  right: 0;
}
.p-try-box .p-try-box__text {
  width: 66%;
  font-size: 14px;
  box-sizing: border-box;
  padding: 25px 0;
}
.p-try-box .p-try-box__text dt {
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: bold;
  color: var(--try-color);
  margin-bottom: 15px;
}
.p-try-box .p-try-box__text dt span {
  display: inline-block;
}
.p-try-box .p-try-box__text dd {
  line-height: 1.8;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-try-box {
    flex-direction: column;
    max-width: 300px;
    border-radius: 160px 160px 0 0;
    margin: 100px auto 20px;
  }
  .p-try-box::before {
    top: 0;
    border-radius: 160px 160px 0 0;
  }
  .p-try-box .p-try-box__img {
    height: 160px;
  }
  .p-try-box .p-try-box__img img {
    bottom: 0;
  }
  .p-try-box .p-try-box__text dt {
    font-size: 16px;
  }
  .p-try-box .p-try-box__text dd {
    text-align: justify;
  }
}

.l-campus-wrapper {
  background: url(../img/campus/campus-bg.png) repeat;
  padding: 130px 20px 50px;
}
@media screen and (max-width: 768px) {
  .l-campus-wrapper {
    padding: 70px 20px 50px;
    overflow: hidden;
  }
}

.l-content-wrapper--campus {
  background: #fff;
  border-radius: 80px;
  position: relative;
}
.l-content-wrapper--campus::before {
  content: "";
  display: block;
  width: 56px;
  height: 353px;
  background: url(../img/campus/campus-side.png) top/contain no-repeat;
  position: absolute;
  top: 70px;
  right: -4px;
}
@media screen and (max-width: 768px) {
  .l-content-wrapper--campus {
    padding: 16px 15px 20px;
    border-radius: 50px;
  }
  .l-content-wrapper--campus::before {
    width: 8%;
    min-width: 26px;
    max-height: 340px;
    height: 100%;
    top: clamp(4.375rem, -0.089rem + 22.32vw, 10.625rem);
  }
}

.c-campus-title {
  max-width: 724px;
  width: 72%;
  position: absolute;
  top: 138px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.c-campus-title img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-campus-title {
    width: 90%;
  }
}

.c-hero--campus {
  padding-top: 120px;
  max-width: 800px;
  margin: 0 auto 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .c-hero--campus {
    padding-top: clamp(4.375rem, 0.357rem + 20.09vw, 10rem);
  }
}

.p-campus-main {
  max-width: 600px;
  margin: 0 auto;
}

.p-campus-main__qa dt {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  margin-bottom: 20px;
}
.p-campus-main__qa dt span {
  width: calc(100% - 51px);
}
.p-campus-main__qa dt::before {
  content: "";
  background: url(../img/campus/campus-icon01.png) top/cover;
  display: block;
  width: 35px;
  height: 40px;
  position: relative;
  top: -5px;
  margin-right: 16px;
}
.p-campus-main__qa dt:nth-child(3)::before {
  background: url(../img/campus/campus-icon02.png) top/cover;
}
.p-campus-main__qa dt:nth-child(5)::before {
  background: url(../img/campus/campus-icon03.png) top/cover;
}
.p-campus-main__qa dd {
  font-size: 14px;
  margin-bottom: 50px;
  text-align: justify;
  line-height: 1.8;
}

.p-campus-main__content {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-campus-main__content {
    margin-bottom: 30px;
  }
}
.p-campus-main__content dt {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-campus-main__content dt {
    font-size: 18px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  .p-campus-main__content dt:first-child::before {
    right: calc(clamp(0rem, -4.018rem + 20.09vw, 5.625rem) - 165px);
  }
  .p-campus-main__content dt:nth-child(4)::before {
    top: -206px;
    left: auto;
    right: clamp(-3.438rem, -6.786rem + 16.74vw, 1.25rem);
  }
}
.p-campus-main__content dd {
  position: relative;
  z-index: 2;
  font-size: 14px;
  text-align: justify;
  line-height: 1.8;
  margin-bottom: 20px;
}
.p-campus-main__content dd > picture {
  max-width: 400px;
  margin: 10px auto;
}
.p-campus-main__content .p-campus-main__img-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
.p-campus-main__content .p-campus-main__img-box picture img {
  width: 100%;
}
.p-campus-main__content .p-campus-main__img-box picture:first-child {
  width: 55%;
}
.p-campus-main__content .p-campus-main__img-box picture:last-child {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .p-campus-main__content .p-campus-main__img-box {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .p-campus-main__content .p-campus-main__img-box picture:first-child {
    width: 100%;
  }
  .p-campus-main__content .p-campus-main__img-box picture:last-child {
    width: 50%;
  }
}

.p-campus-main__text-box {
  width: 76%;
}
@media screen and (max-width: 768px) {
  .p-campus-main__text-box {
    width: 100%;
  }
}

.p-campus-main__img-box--float-right {
  width: 20%;
  float: right;
  clear: both;
}
.p-campus-main__img-box--float-right img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-campus-main__img-box--float-right {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 30%;
    min-width: 120px;
  }
}

.p-campus-main__img-box--float-right-empty {
  content: "";
  display: block;
  width: 0;
  height: calc(320px - clamp(0rem, -16.071rem + 80.36vw, 22.5rem));
  float: right;
}

.p-campus-picture {
  max-width: 900px;
  padding: 0 10px;
  margin: 0 auto 80px;
}

.p-campus-pictures {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 50px;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .p-campus-pictures {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
.p-campus-pictures picture {
  max-width: 460px;
}
@media screen and (max-width: 768px) {
  .p-campus-pictures picture {
    max-width: 350px;
    width: 100%;
  }
}
.p-campus-pictures picture img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .p-campus-pictures picture img {
    width: auto;
    height: auto;
    margin: 10px 0;
    max-height: auto;
  }
  .p-campus-pictures picture img.big-image {
    max-width: 350px;
    width: 100%;
  }
}
.p-campus-pictures--max {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-campus-pictures--max {
    width: 100%;
  }
}
.p-campus-pictures--max picture {
  max-width: 70%;
}
@media screen and (max-width: 768px) {
  .p-campus-pictures--max picture {
    max-width: 450px;
    width: 100%;
  }
}

.p-campus-main__point {
  max-width: 650px;
  margin: 0 auto;
}

.l-closeup-wrapper {
  padding-top: 120px;
  background: #73C5CC;
}
@media screen and (max-width: 768px) {
  .l-closeup-wrapper {
    padding: 30px 15px 0;
  }
}

.l-content-wrapper--closeup {
  background: #fff;
  position: relative;
}
.l-content-wrapper--closeup .c-closeup-title {
  position: absolute;
  top: calc(clamp(5.5rem, 0.923rem + 9.52vw, 6.875rem) * -1);
  right: clamp(0.313rem, -12.171rem + 25.97vw, 4.063rem);
  max-width: 190px;
  width: 20%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .l-content-wrapper--closeup span {
    display: inline-block;
  }
}

.c-hero--closeup {
  position: relative;
  top: -120px;
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: -80px;
}
@media screen and (max-width: 768px) {
  .c-hero--closeup {
    top: -20px;
    left: -10px;
    margin-bottom: 10px;
  }
}

.p-closeup-intro {
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 50px;
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-closeup-intro__text dt {
  font-size: 22px;
}
.p-closeup-intro__text dd {
  text-align: justify;
  margin-top: 20px;
  line-height: 1.8;
}
.p-closeup-intro__img {
  width: 28%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}
.p-closeup-intro__img.sp {
  display: none;
}
.p-closeup-intro__img figcaption {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-closeup-intro {
    flex-direction: column;
    padding: 0 20px 50px;
  }
  .p-closeup-intro__text {
    width: 100%;
    font-size: 14px;
  }
  .p-closeup-intro__img {
    width: 50%;
    margin: 20px auto;
  }
  .p-closeup-intro__img.sp {
    display: flex;
  }
}

.p-closeup-qa {
  max-width: 650px;
  margin: 30px auto 80px;
  background: #73C5CC;
  color: #fff;
  border-radius: 20px;
}
.p-closeup-qa__title {
  max-width: 200px;
  margin: 0 auto 35px;
  position: relative;
  bottom: 50px;
}
.p-closeup-qa__content-wrapper {
  display: flex;
  max-width: 650px;
  gap: 40px;
  margin: 0 auto;
  position: relative;
  bottom: 50px;
  justify-content: center;
}
.p-closeup-qa__content {
  position: relative;
  width: 38%;
}
.p-closeup-qa__content dt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #fff000;
  margin-bottom: 20px;
}
.p-closeup-qa__content dt .q-index {
  width: 22px;
}
.p-closeup-qa__content dt .q-title {
  flex: 1;
}
.p-closeup-qa__content dd {
  text-align: justify;
  line-height: 1.5;
}
.p-closeup-qa__content .q-img {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-closeup-qa {
    width: 90%;
    padding: 0 10px 20px;
  }
  .p-closeup-qa__content-wrapper {
    flex-direction: column;
    padding-left: 0;
  }
  .p-closeup-qa__content {
    width: 90%;
    margin: 0 auto;
  }
  .p-closeup-qa__content dd {
    font-size: 14px;
  }
  .p-closeup-qa__content .q-img {
    position: static;
    margin: 50px auto 0;
    max-width: 250px;
  }
}

.p-closeup-main {
  background: #73C5CC;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
.p-closeup-main .p-closeup-main-wrapper {
  max-width: 650px;
  margin: 0 auto;
}
.p-closeup-main__main-img {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-closeup-main__main-img {
    margin-bottom: 20px;
  }
}

.p-closeup-main__interest {
  box-sizing: border-box;
  background: #fff;
  width: calc(100% - 10px);
  border-radius: 10px;
  border: solid 3px #73C5CC;
  border-left: none;
  padding: 40px 25px;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  gap: 6%;
  align-items: center;
  justify-content: flex-start;
  text-align: justify;
}
.p-closeup-main__interest::before {
  content: "";
  display: block;
  background-image: linear-gradient(45deg, #fff 25%, #d3d4d4 25%, #d3d4d4 50%, #fff 50%, #fff 75%, #d3d4d4 75%, #d3d4d4);
  background-size: 6px 6px;
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-closeup-main__interest {
    flex-direction: column;
  }
}

.p-closeup-main__interest-deco {
  position: absolute;
  top: -50%;
  left: 18%;
  translate: -50%;
  z-index: -1;
  max-width: 150px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-closeup-main__interest-deco {
    top: -30%;
  }
}

.p-closeup-main__interest-deco_sp {
  max-width: 200px;
  width: 50%;
  margin: 0 auto -10px;
}

.p-closeup-main__interest-title {
  position: absolute;
  top: -13px;
  left: 25px;
  max-width: 175px;
}
@media screen and (max-width: 768px) {
  .p-closeup-main__interest-title {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 230px;
  }
}

.p-closeup-main__interest-text.inpicture {
  width: 60%;
}
.p-closeup-main__interest-text dt {
  color: #73C5CC;
  margin-bottom: 16px;
}
.p-closeup-main__interest-text dd {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-closeup-main__interest-text {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-closeup-main__interest-text dt {
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
  }
  .p-closeup-main__interest-text dt span {
    display: inline-block;
  }
  .p-closeup-main__interest-text dd {
    font-size: 14px;
  }
}

.p-closeup-main__interest-img {
  margin: 0 auto;
  width: 100%;
}

.p-closeup-main__summary {
  color: #fff;
}
.p-closeup-main__summary dt {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 25px;
}
.p-closeup-main__summary dd {
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-closeup-main__summary dt span {
    display: inline-block;
  }
  .p-closeup-main__summary dd {
    font-size: 14px;
  }
}

.p-closeup-main__img {
  text-align: center;
  margin: 0 auto;
  max-width: 550px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .p-closeup-main__img {
    position: relative;
    width: 100%;
  }
}

.c-hero--turn {
  background: linear-gradient(180deg, #80c8ef 0%, #80c8ef 43.3%, #ffe9a9 43.3%, #ffe9a9 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 0;
  margin: 0 calc(50% - 50svw);
  width: 100svw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-hero--turn {
    background: linear-gradient(180deg, #80c8ef 0%, #80c8ef 45.5%, #ffe9a9 45.5%, #ffe9a9 100%);
  }
}
.c-hero--turn .c-hero--image {
  width: 100%;
  max-width: 920px;
}
@media screen and (max-width: 768px) {
  .c-hero--turn .c-hero--image {
    padding: 0 15px;
  }
}

.p-turn-main__content__image {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4%;
}
@media screen and (max-width: 768px) {
  .p-turn-main__content__image {
    flex-direction: column;
  }
}

.p-turn-main {
  max-width: 670px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 60px auto;
  text-align: justify;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-turn-main {
    display: block;
    padding: 0 20px;
    margin: 30px auto;
  }
}
.p-turn-main.turn-flex-end {
  align-items: flex-end;
}
.p-turn-main__content {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-turn-main__content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-turn-main .c-turn-image_wrap {
    width: 100%;
  }
}
.p-turn-main .p-turn-content__title {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-turn-main .p-turn-content__title {
    font-size: 20px;
  }
}
.p-turn-main .c-turn-text {
  font-size: 16px;
  line-height: 1.8;
}
.p-turn-main .c-turn-image {
  align-items: flex-end;
}
.p-turn-main .c-turn-caption {
  margin: 5px auto 0;
  font-size: 10px;
  line-height: 1.5;
  text-align: left;
  display: inline-block;
  min-height: 24px;
}
.p-turn-main .c-turn-image-item {
  margin-left: auto;
  margin: 0 auto 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-turn-main .c-turn-image-item {
    margin: 0 auto 15px;
  }
}
.p-turn-main .c-turn-image-item2 {
  max-width: 188px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-turn-main .c-turn-image-item2 {
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-turn-main .c-turn-image_wrap {
    max-width: 300px;
    text-align: center;
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-turn-main .c-turn-image_wrap--second {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 25px;
  }
}
.p-turn-main .c-turn-caption--second {
  text-align: left;
  text-align: justify;
  display: inline-block;
}
.p-turn-main.c-turn-single-image {
  justify-content: center;
  max-width: 48%;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-turn-main.c-turn-single-image {
    max-width: 100%;
  }
}
.p-turn-main.c-turn-single-image--column {
  flex-direction: column;
}

.p-turn-bottom {
  box-sizing: border-box;
  text-align: center;
  max-width: 650px;
  margin: 0 auto 45px;
  padding: 0 16px;
  box-sizing: content-box;
}
.p-turn-bottom .p-turn-bottom_wrap {
  max-width: 5800px;
  padding: 20px;
  margin: 0 auto;
  background: #f3ecc2;
  position: relative;
}
.p-turn-bottom .p-turn-bottom_wrap::before, .p-turn-bottom .p-turn-bottom_wrap::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  background: url(../img/turningpoint/turn-bg-deco.png) top/cover;
}
.p-turn-bottom .p-turn-bottom_wrap::before {
  top: -10px;
  right: -10px;
}
.p-turn-bottom .p-turn-bottom_wrap::after {
  bottom: -10px;
  left: -10px;
  transform: rotate(180deg);
}
.p-turn-bottom .c-turn-bottom--read {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.p-turn-bottom .c-turn-bottom--read p {
  padding-bottom: 5px;
  display: inline;
  border-bottom: dotted #000 1px;
}
.p-turn-bottom .c-turn-bottom--read p span {
  display: inline-block;
}
.p-turn-bottom .c-turn-bottom--text {
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
  display: inline-block;
  margin: 15px 0 0;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .p-turn-bottom .c-turn-bottom--text {
    font-size: 14px;
    line-height: 1.4;
    margin: 15px 0 10px;
    padding: 0 20px;
  }
}
.p-turn-bottom .c-turn-bottom--mail {
  margin: 10px auto 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-turn-bottom .c-turn-bottom--mail {
    font-size: 14px;
    margin: 0 auto;
  }
}

.l-answer-wrapper {
  padding: 130px 20px 50px;
  --answer-color1: #ea5006;
  --answer-color2: #db072f;
}
@media screen and (max-width: 768px) {
  .l-answer-wrapper {
    padding: 50px 0px 30px;
  }
}
.l-answer-wrapper .c-hero {
  padding-bottom: 30px;
}

.c-hero--answer {
  padding: 0 10px;
}

.p-answer-main {
  margin: 30px auto 50px;
}
.p-answer-main__content {
  max-width: 650px;
  margin: 0px auto 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-answer-main__content {
    padding: 0 20px;
  }
}
.p-answer-main .c-answer-image {
  width: 100%;
  height: auto;
}
.p-answer-main .p-answer-content__title {
  font-size: 24px;
  margin: 40px auto 25px;
  line-height: 2rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-answer-main .p-answer-content__title {
    margin: 70px auto 25px;
    font-size: 20px;
  }
}
.p-answer-main .p-answer-content__title::before {
  content: "";
  display: block;
  width: 61px;
  height: 75px;
  position: absolute;
  z-index: -1;
  top: -20px;
  left: -50px;
  clip-path: path("M61.14,74.33h-11.35c-.21,0-.41-.14-.47-.34l-5.39-16.06h-26.22l-5.34,16.06c-.07.2-.26.34-.47.34H.5c-.16,0-.31-.08-.41-.21s-.12-.3-.06-.46L25.84.33c.07-.2.26-.33.47-.33h9.01c.21,0,.4.13.47.33l25.81,73.33c.05.15.03.32-.06.46s-.25.21-.41.21ZM50.15,73.33h10.28L34.97,1h-8.3L1.21,73.33h10.33l5.34-16.06c.07-.2.26-.34.47-.34h26.94c.21,0,.41.14.47.34l5.39,16.06ZM41.22,48.08h-20.75c-.16,0-.31-.08-.4-.21-.09-.13-.12-.3-.07-.45L30.27,15.35c.07-.21.26-.35.48-.35h.2c.22,0,.41.14.48.35l10.28,32.08c.05.15.02.32-.07.45-.09.13-.24.21-.4.21ZM21.16,47.08h19.38l-9.69-30.25-9.69,30.25Z");
}
@media screen and (max-width: 768px) {
  .p-answer-main .p-answer-content__title::before {
    top: -60px;
    left: -15px;
  }
}
.p-answer-main .p-answer-content__title.c-answer-read1::before {
  background: var(--answer-color1);
}
.p-answer-main .p-answer-content__title.c-answer-read2::before {
  background: var(--answer-color2);
}
.p-answer-main .c-answer-text {
  font-size: 15px;
  line-height: 1.5rem;
}

.p-answer-prof {
  width: 100%;
  display: flex;
  position: relative;
  margin-top: 28px;
}
@media (max-width: 768px) {
  .p-answer-prof {
    flex-direction: column;
  }
}
.p-answer-prof--01 .p-answer-prof__item-text {
  background: var(--answer-color1);
}
.p-answer-prof--02 {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-answer-prof--02 {
    flex-direction: column;
  }
}
.p-answer-prof--02 .p-answer-prof__item-text {
  background: var(--answer-color2);
  padding: 20px 40px 20px 12%;
}
.p-answer-prof--02 .p-answer-prof__item-image {
  right: unset;
  left: 0;
}
@media (max-width: 768px) {
  .p-answer-prof--02 .p-answer-prof__item-image {
    left: unset;
  }
}

.p-answer-prof__item-text {
  width: 60.5%;
  position: relative;
  z-index: 1;
  padding: 20px 12% 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  color: #fff;
}
@media (max-width: 768px) {
  .p-answer-prof__item-text {
    gap: 1em;
    width: 100%;
    padding: 20px 8% 20px 8%;
  }
}
.p-answer-prof__item-text .p-answer-prof__item-text--title {
  width: 72%;
  height: auto;
  max-height: 90px;
  text-align: left;
}
.p-answer-prof__item-text .p-answer-prof__item-text--title img {
  width: fit-content;
  height: 100%;
}
@media (max-width: 768px) {
  .p-answer-prof__item-text .p-answer-prof__item-text--title {
    width: 64%;
  }
}
.p-answer-prof__item-text .p-answer-prof__item-text--lead {
  font-size: clamp(16px, 2.2vw, 24px);
  font-feature-settings: "palt";
  line-height: 1.5;
}
.p-answer-prof__item-text .p-answer-prof__item-text--lead span {
  display: inline-block;
}
@media (max-width: 768px) {
  .p-answer-prof__item-text .p-answer-prof__item-text--lead {
    line-height: 1.4;
    font-size: clamp(15px, 4vw, 32px);
  }
}
.p-answer-prof__item-text .p-answer-prof__item-text--prof {
  font-size: clamp(12px, 1.2vw, 14px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .p-answer-prof__item-text .p-answer-prof__item-text--prof {
    font-size: clamp(12px, 3.2vw, 22px);
  }
}
.p-answer-prof__item-text .p-answer-prof__item-text--prof .p-answer-prof__prof--part {
  font-size: 0.8em;
}
.p-answer-prof__item-text .p-answer-prof__item-text--prof .p-answer-prof__prof--name {
  font-weight: 500;
}
.p-answer-prof__item-text .p-answer-prof__item-text--prof .p-answer-prof__prof--name rt {
  padding-bottom: 3px;
}
.p-answer-prof__item-text .p-answer-prof__item-text--prof .p-answer-prof__prof--name span {
  font-size: 0.8em;
}
.p-answer-prof__item-text .p-answer-prof__item-text--prof .p-answer-prof__prof--history {
  font-size: 0.8em;
  line-height: 1.4;
}

.p-answer-prof__item-image {
  width: 48.5%;
  position: absolute;
  z-index: 5;
  top: -28px;
  right: 0;
}
@media (max-width: 768px) {
  .p-answer-prof__item-image {
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
  }
}

img {
  width: 100%;
  height: auto;
}

.l-obog-wrapper {
  padding: 130px 20px 50px;
  background-color: #eff0ef;
}
@media screen and (max-width: 768px) {
  .l-obog-wrapper {
    padding: 30px 0px;
  }
}
@media screen and (max-width: 768px) {
  .l-obog-wrapper .c-hero--obog {
    padding: 20px;
  }
}
.l-obog-wrapper .p-obog-main {
  margin: 50px auto 70px;
}
@media screen and (max-width: 768px) {
  .l-obog-wrapper .p-obog-main {
    margin: 25px auto 35px;
  }
}
.l-obog-wrapper .p-obog-main .c-obog-image--box {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  position: relative;
}
.l-obog-wrapper .p-obog-main .c-obog-image--box::after {
  position: absolute;
  left: 0%;
  content: "";
  top: clamp(3.625rem, -0.744rem + 9.09vw, 4.938rem);
  width: 100%;
  height: 1px;
  z-index: 1;
  background-color: #b0002a;
}
@media screen and (max-width: 768px) {
  .l-obog-wrapper .p-obog-main .c-obog-image--box::after {
    display: none;
  }
}
.l-obog-wrapper .p-obog-main .c-obog-image {
  position: relative;
  z-index: 2;
}
.l-obog-wrapper .p-obog-main__content {
  text-align: justify;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-obog-wrapper .p-obog-main__content {
    padding: 0 15px;
  }
}
.l-obog-wrapper .p-obog-main__content dd {
  margin-bottom: 35px;
}
.l-obog-wrapper .p-obog-content__title {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-obog-wrapper .p-obog-content__title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.l-obog-wrapper .p-obog-content__title .c-obog-readcolor {
  color: #b0002a;
}
.l-obog-wrapper .p-obog-content__title .c-obog-readcolor span {
  display: inline-block;
}
.l-obog-wrapper .c-obog-sp-img {
  margin: 15px 0 0;
}
.l-obog-wrapper .c-obog-text {
  margin: 20px auto;
  line-height: 1.8;
}
.l-obog-wrapper .c-obog-text__leftbox {
  overflow: hidden; /*float解除*/
}
.l-obog-wrapper .c-obog-text__space {
  float: right;
  height: 20.5em; /*画像上の余白の高さ*/
}
.l-obog-wrapper .c-obog-text__img {
  max-width: 260px;
  float: right;
  clear: both; /*.spaceのfloat解除*/
  margin: 1.2em 0 0 1.2em; /*画像の周りの余白*/
}
.l-obog-wrapper .c-obog-text__caption {
  text-align: center;
  font-size: 70%;
}
@media screen and (max-width: 768px) {
  .l-obog-wrapper .c-obog-text .c-obog-text {
    font-size: 16px;
    margin: 20px auto;
  }
  .l-obog-wrapper .c-obog-text .c-obog-text__space {
    float: none;
    height: 0;
  }
  .l-obog-wrapper .c-obog-text .c-obog-text__img {
    max-width: 400px;
    float: none;
    margin: 0 auto;
    padding: 0 0 20px;
  }
}
.l-obog-wrapper .c-obog-plain-image.rows {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4%;
}
@media screen and (max-width: 768px) {
  .l-obog-wrapper .c-obog-plain-image.rows {
    flex-direction: column;
    align-items: center;
  }
}
.l-obog-wrapper .c-obog-plain-image.rows figure {
  padding: 15px 0;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .l-obog-wrapper .c-obog-plain-image.rows figure {
    width: 80%;
  }
}
.l-obog-wrapper .c-obog-plain-image.rows figcaption {
  text-align: center;
  font-size: 12px;
}
.l-obog-wrapper .c-obog-plain-image.rows figcaption span {
  display: inline-block;
}
.l-obog-wrapper .p-obog-bottom {
  text-align: center;
  margin: 40px auto;
}
.l-obog-wrapper .p-obog-bottom .c-obog-bottomimage {
  max-width: 450px;
}

.p-feature-hero {
  padding: 100px 0 150px;
  background: url(../img/feature/feature_hero_bg.webp) top/cover;
}
@media screen and (max-width: 768px) {
  .p-feature-hero {
    padding: 50px 0 65px;
  }
}
.p-feature-hero h1 {
  width: 80%;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .p-feature-hero h1 {
    width: 93%;
    max-width: 600px;
  }
}

.p-feature-wrapper {
  background: url(../img/feature/feature_bg.webp) top/contain repeat-y;
}

.p-feature-person {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .p-feature-person {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-person:last-child {
    padding-bottom: 25px;
  }
}

.p-feature-person__content {
  margin: 0 15px;
  max-width: 900px;
  padding: 60px 40px;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .p-feature-person__content {
    padding: 15px 18px 30px;
  }
}
.p-feature-person__content h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-feature-person__content h2 {
    margin-bottom: 20px;
  }
}
.p-feature-person__content h2 picture {
  display: inline-block;
  height: 100%;
}
.p-feature-person__content h2 picture:first-child {
  margin-bottom: 20px;
  margin-right: auto;
}
.p-feature-person__content h2 picture:first-child img {
  max-height: 102px;
  width: auto;
}
.p-feature-person__content h2 picture:nth-child(2) img {
  max-height: 52px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .p-feature-person__content h2 picture:nth-child(2) img {
    max-height: 75px;
  }
}

.p-feature-person__prof {
  background: #656464;
  padding: 10px 18px 15px;
  color: #fff;
  margin: 0 auto;
  max-width: 520px;
  width: 100%;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-feature-person__prof {
    width: 93%;
  }
}
.p-feature-person__prof dt {
  font-size: 14px;
  margin-bottom: 5px;
}
.p-feature-person__prof dd {
  font-size: 12px;
  line-height: 1.75em;
}

.p-feature-person__main:nth-child(n+3) {
  padding-top: 50px;
}
.p-feature-person__main dt {
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
}
.p-feature-person__main dt span {
  display: inline-block;
}
.p-feature-person__main dd p {
  line-height: 2em;
  margin-bottom: 40px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-feature-person__main dd p {
    font-size: clamp(12px, 3vw, 16px);
    margin-bottom: 20px;
  }
}

.p-feature-person__image {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-feature-person__image {
    max-width: 400px;
  }
}
.p-feature-person__image--middle {
  text-align: center;
}
.p-feature-person__image--middle picture {
  display: inline-block;
  width: 55%;
}

.p-feature-person__title {
  position: absolute;
  top: -100px;
}
@media screen and (max-width: 768px) {
  .p-feature-person__title {
    top: -40px;
  }
}
.p-feature-person__title picture {
  display: inline-block;
}

.p-feature-person__icon {
  text-align: center;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .p-feature-person__icon {
    padding: 18px 0;
  }
}
.p-feature-person__icon picture {
  display: inline-block;
}

.p-feature-person--c01 .p-feature-person__title {
  max-width: 480px;
  width: 37%;
  right: 0;
}

.p-feature-person--c02 .p-feature-person__title {
  max-width: 380px;
  width: 30%;
  left: 0;
}

.p-feature-person--c03 .p-feature-person__title {
  max-width: 480px;
  width: 37%;
  right: 0;
}
@media (max-width: 500px) {
  .p-feature-person--c03 h2 picture:first-child img {
    max-height: 130px;
  }
}

.p-feature-person--c04 .p-feature-person__title {
  max-width: 310px;
  width: 24%;
  left: 0;
}
@media (max-width: 500px) {
  .p-feature-person--c04 h2 picture:first-child img {
    max-height: 65px;
  }
}

.p-feature-person--c05 .p-feature-person__title {
  max-width: 520px;
  width: 40%;
  right: 0;
}

.p-special__contents {
  max-width: 850px;
  padding: 60px 20px;
  margin: 0 auto;
}
.p-special__lead {
  text-align: center;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-special__lead {
    font-size: 14px;
  }
}
.p-special__title {
  font-size: 28px;
  font-size: bold;
  margin: 1em 0;
  line-height: 1.4em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-special__title {
    font-size: 20px;
  }
}
.p-special__title span {
  background: linear-gradient(transparent 25%, #FFF100 25%);
  padding: 0 5px 5px;
}
.p-special__comment {
  margin-bottom: 1.5em;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .p-special__comment {
    font-size: 14px;
  }
}
.p-special__comment dt {
  display: inline-block;
  font-weight: bold;
  margin-right: 1em;
}
.p-special__comment dd {
  display: inline;
}
.p-special__comment--imai dt {
  color: #007367;
}
.p-special__comment--araki dt {
  color: #006DA1;
}
.p-special__comment--tsukigata dt {
  color: #B83765;
}
.p-special__comment--isomata dt {
  color: #7E4985;
}
.p-special__comment--takeo dt {
  color: #D87D19;
}
.p-special__personph {
  max-width: 270px;
  margin: 3em auto;
}
@media screen and (max-width: 768px) {
  .p-special__personph {
    max-width: 200px;
  }
}
.p-special__figures {
  display: flex;
  justify-content: center;
  margin: 2em -10px;
}
@media screen and (max-width: 768px) {
  .p-special__figures {
    display: block;
    margin: 2em 0;
  }
}
.p-special__figures figure {
  padding: 0 10px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-special__figures figure {
    padding: 0;
    width: 100%;
    margin: 1em 0;
  }
}
.p-special__msg {
  background-image: url(../img/special/message_bg.jpg);
  background-size: 100% auto;
  background-repeat: repeat;
  padding: 60px 10px;
}
.p-special__msgTitle {
  max-width: 1100px;
  margin: 0 auto;
}
.p-special__msgLead {
  margin-top: -4em;
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-special__msgLead {
    font-size: 13px;
    margin-top: 0;
  }
}
.p-special__msgMainph {
  max-width: 500px;
  margin: 0 auto;
}
.p-special__msgInner {
  max-width: 840px;
  padding: 0 10px;
  margin: 0 auto;
}
.p-special__msgSubtitle {
  text-align: center;
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .p-special__msgSubtitle {
    margin: 30px 0;
  }
}
.p-special__msgSubtitle span {
  position: relative;
  padding: 10px 20px;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  font-size: 22px;
  line-height: 1.8em;
  font-weight: bold;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
@media screen and (max-width: 768px) {
  .p-special__msgSubtitle span {
    font-size: 15px;
    padding: 5px 10px;
  }
}
.p-special__msgSubtitle span::before, .p-special__msgSubtitle span::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-special__msgSubtitle span::before, .p-special__msgSubtitle span::after {
    width: 15px;
    height: 15px;
  }
}
.p-special__msgSubtitle span::before {
  border-left: solid 1px #000000;
  border-top: solid 1px #000000;
  top: 0;
  left: 0;
}
.p-special__msgSubtitle span::after {
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
  bottom: 0;
  right: 0;
}
.p-special__msgSubtitle--tsukigata span {
  color: #B83765;
}
.p-special__msgSubtitle--tsukigata span::before, .p-special__msgSubtitle--tsukigata span::after {
  border-color: #B83765;
}
.p-special__msgSubtitle--takeo span {
  color: #D87D19;
}
.p-special__msgSubtitle--takeo span::before, .p-special__msgSubtitle--takeo span::after {
  border-color: #D87D19;
}
.p-special__msgSubtitle--araki span {
  color: #006DA1;
}
.p-special__msgSubtitle--araki span::before, .p-special__msgSubtitle--araki span::after {
  border-color: #006DA1;
}
.p-special__msgSubtitle--isomata span {
  color: #7E4985;
}
.p-special__msgSubtitle--isomata span::before, .p-special__msgSubtitle--isomata span::after {
  border-color: #7E4985;
}
.p-special__msgSubtitle--imai span {
  color: #007367;
}
.p-special__msgSubtitle--imai span::before, .p-special__msgSubtitle--imai span::after {
  border-color: #007367;
}
.p-special__msgComment {
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .p-special__msgComment {
    font-size: 14px;
  }
}
.p-special__msgComment strong {
  font-weight: normal;
  background: linear-gradient(transparent 50%, #FFF100 50%);
}
.p-special__msgFigure {
  max-width: 330px;
  margin: 3em auto 1em;
}
@media screen and (max-width: 768px) {
  .p-special__msgFigure {
    max-width: 280px;
  }
}
.p-special__msgFigure--tsukigata {
  padding: 0 20px 0 50px;
}
.p-special__msgFigure--takeo {
  padding: 0;
}
.p-special__msgFigure--araki {
  padding: 0 10px 0 30px;
}
.p-special__msgFigure--isomata {
  padding: 0 10px 0 30px;
}
.p-special__msgFigure--imai {
  padding: 0 10px 0 40px;
}
.p-special__msgName {
  text-align: center;
  margin: 0 0 2em;
}
@media screen and (max-width: 768px) {
  .p-special__msgName {
    font-size: 13px;
  }
}
.p-special__msgName strong {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-special__msgName strong {
    font-size: 16px;
  }
}
.p-special__msgName--tsukigata {
  color: #B83765;
}
.p-special__msgName--takeo {
  color: #D87D19;
}
.p-special__msgName--araki {
  color: #006DA1;
}
.p-special__msgName--isomata {
  color: #7E4985;
}
.p-special__msgName--imai {
  color: #007367;
}
.p-special__pageTop {
  padding: 40px 10px;
  text-align: center;
}
.p-special__pageTop a {
  display: inline-block;
  border: solid 1px #000000;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */