.p-bg {
  background-color: #eaf6f9;
}

.p-bg-gry {
  background-color: #F4F4F4;
}

.p-bg-cross {
  background-image: url(../images/common/bg_cross.png);
}

.p-mv {
  background-image: url(../images/top/bg_mv.jpg);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-mv {
    border-top: 0.2rem solid #ffffff;
  }
}
.p-mv__image {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .p-mv__image {
    padding: 3rem 0 0.5rem;
    max-width: 66rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__image {
    margin: 0 -1.6rem;
  }
}

.p-attend {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-attend {
    padding: 5rem 0;
  }
}
.p-attend__title {
  border-bottom: 0.1rem solid #0084a8;
  padding-bottom: 2rem;
  font-size: 5rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-attend__title {
    font-size: 2.4rem;
  }
}
.p-attend__title .sq {
  display: inline-flex;
  margin: 0 0.2em;
  font-size: 95%;
}
.p-attend__title .sq-inn {
  width: 1.4em;
  height: 1.4em;
  border: 0.1rem solid #332F2F;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-attend__title .sq-inn {
    width: 3.3rem;
    height: 3.3rem;
  }
}
.p-attend__title .sq-inn:nth-child(n+2) {
  border-left: none;
}
.p-attend__image {
  width: 86rem;
  max-width: 100%;
  margin: 2.5rem auto;
}

.p-influence {
  background: #0084a8 url("../images/top/bg_influence.png") no-repeat left bottom/100% auto;
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .p-influence {
    padding: 5rem 0;
  }
}
.p-influence__box {
  background: #fff;
  padding: 4rem;
  margin: 6rem 0;
}
@media screen and (max-width: 767px) {
  .p-influence__box {
    padding: 5vw;
    margin: 5vw 0;
  }
}
.p-influence__text {
  text-align: center;
  margin-top: 1.5em;
}
.p-influence__text .big {
  font-size: 3.8rem;
  line-height: 1.4;
  font-weight: 900;
}
.p-influence__text .big strong {
  color: #e9538e;
}
@media screen and (max-width: 767px) {
  .p-influence__text .big {
    font-size: 2.6rem;
  }
}
.p-influence__text .small {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-influence__text .small {
    font-size: 1.6rem;
  }
}
.p-influence__catch {
  color: #fff;
  margin-top: 1em;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}
.p-influence__catch strong {
  color: #FFE97D;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-influence__catch {
    font-size: 2rem;
    text-align: left;
  }
}

.p-support {
  background: url("../images/top/bg_support.png") no-repeat left top/100% auto;
  padding: 6rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-support {
    padding: 5rem 0;
  }
}
.p-support .c-title-type01 .title2 {
  line-height: 1.2;
}
.p-support__box {
  margin-top: 5rem;
}
.p-support__box-title {
  border-bottom: 0.1rem solid #0084a8;
  padding-bottom: 2rem;
  font-size: 5rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-support__box-title {
    font-size: 2.4rem;
  }
}
.p-support__box-subtitle {
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-support__box-subtitle {
    font-size: 1.6rem;
    text-align: left;
  }
}
.p-support__box-flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-support__box-flex {
    grid-template-columns: 1fr 1fr;
  }
}
.p-support__box-text {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 800;
  text-align: center;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-support__box-text {
    font-size: 1.6rem;
  }
}

.p-truancy {
  background: #0084a8 url("../images/top/bg_influence.png") no-repeat left top/100% auto;
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .p-truancy {
    padding: 5rem 0;
    background-position: left bottom;
  }
}
.p-truancy__box {
  background: #fff;
  padding: 4rem;
  margin: 6rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-truancy__box {
    padding: 5vw;
    margin: 5vw 0;
  }
}
.p-truancy__text {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-truancy__text {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.p-truancy__catch {
  color: #fff;
  margin-top: 1em;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}
.p-truancy__catch strong {
  color: #FFE97D;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-truancy__catch {
    font-size: 2rem;
    text-align: left;
  }
}

.p-worries-title {
  background: #002933;
  color: #fff;
  text-align: center;
  padding: 1.5rem 0 3rem;
  position: relative;
}
.p-worries-title__title {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .p-worries-title__title {
    font-size: 2.6rem;
  }
}
.p-worries-title__title small {
  font-size: 75%;
}
.p-worries-title__title::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -1px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 2rem 0 2rem;
  border-color: #002933 transparent transparent transparent;
}
.p-worries-detail {
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .p-worries-detail {
    padding: 5rem 0 4rem;
  }
}
.p-worries-detail__image {
  max-width: 74rem;
  margin: 0 auto;
  transform: translateX(2%);
}
.p-worries-detail__text {
  font-size: 4rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-worries-detail__text {
    font-size: 2rem;
  }
}

.p-merit {
  background: url("../images/top/bg_merit.png") no-repeat left top/100% auto;
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .p-merit {
    padding: 5rem 0;
  }
}
.p-merit__box {
  background: linear-gradient(to right, rgba(237, 242, 244, 0.7), rgba(245, 251, 251, 0.7));
  margin-top: 6rem;
  padding: 5rem 4rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-merit__box {
    padding: 12vw 5vw 8vw;
  }
}
.p-merit__box-title {
  font-family: "Barlow", sans-serif;
  position: absolute;
  left: 0;
  top: -5rem;
  transform: translateY(-50%);
  font-size: 6.5rem;
  line-height: 1.2;
  font-weight: 800;
}
.p-merit__box-title small {
  font-size: 75%;
  margin-right: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-merit__box-title {
    top: -12vw;
    font-size: 4rem;
  }
}
.p-merit__box-subtitle {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #0084a8;
}
@media screen and (max-width: 767px) {
  .p-merit__box-subtitle {
    font-size: 2.4rem;
  }
}
.p-merit__box-green {
  display: inline-block;
  background: #0084a8;
  color: #fff;
  padding: 0 2em;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-merit__box-green {
    font-size: 1.6rem;
  }
}
.p-merit__box-text {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-merit__box-text {
    font-size: 1.6rem;
  }
}
.p-merit__box-image img {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .p-merit__box-image {
    text-align: center;
  }
  .p-merit__box-image img {
    width: 100%;
  }
}
.p-merit__box._01 .p-merit__flex, .p-merit__box._02 .p-merit__flex, .p-merit__box._04 .p-merit__flex, .p-merit__box._05 .p-merit__flex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-merit__box._01 .p-merit__flex, .p-merit__box._02 .p-merit__flex, .p-merit__box._04 .p-merit__flex, .p-merit__box._05 .p-merit__flex {
    flex-direction: column;
  }
}
.p-merit__box._02 .p-merit__box-image img {
  width: 22rem;
}
.p-merit__box._06 .p-merit__box-image img {
  width: 27rem;
}
.p-merit__box._05 .p-merit__flex {
  align-items: center;
}
.p-merit__flex {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-merit__flex {
    flex-direction: column;
    gap: 5vw;
  }
}
.p-merit__flex-image {
  flex: 0 0 auto;
}
.p-merit__flex-detail {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-merit__flex-detail {
    position: static;
  }
}
.p-merit__white {
  background: #fff;
  padding: 3rem 4rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-merit__white {
    padding: 8vw 5vw;
  }
}
.p-merit__white-title {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  padding-bottom: 0.3em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #0084a8;
}
@media screen and (max-width: 767px) {
  .p-merit__white-title {
    font-size: 2rem;
  }
}
.p-merit__white-text {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-merit__white-text {
    font-size: 1.6rem;
  }
}
.p-merit__white-flex {
  display: flex;
  gap: 3rem;
}
.p-merit__white-flex-item {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-merit__white-flex {
    flex-direction: column;
  }
}

.p-voice {
  padding-top: 8rem;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding: 5rem 0;
  }
}
.p-voice__content {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-voice__content {
    margin-top: 4rem;
  }
}
.p-voice__content .voice {
  background-color: #ffffff;
  box-shadow: 0 0 1rem rgba(88, 119, 127, 0.3);
  padding: 6.5rem 5rem 4rem;
  margin-top: 6.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voice__content .voice {
    padding: 4rem 1.5rem 2rem;
    margin-top: 4rem;
  }
}
.p-voice__content .voice:first-of-type {
  margin-top: 0;
}
.p-voice__content .voice .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-voice__content .voice .top {
    display: block;
    margin-bottom: 3rem;
  }
}
.p-voice__content .voice .top .img {
  width: 40.4rem;
}
@media screen and (max-width: 767px) {
  .p-voice__content .voice .top .img {
    width: 100%;
    margin-top: 2rem;
  }
}
.p-voice__content .voice .top .cnt {
  width: 54.6rem;
}
@media screen and (max-width: 767px) {
  .p-voice__content .voice .top .cnt {
    width: 100%;
  }
}
.p-voice__content .voice .top .title-en {
  font-size: 4.7rem;
  line-height: 1.7872340426;
  letter-spacing: 0.03em;
  font-weight: 700;
  position: absolute;
  top: 0;
  transform: translateY(-40%);
}
@media screen and (max-width: 767px) {
  .p-voice__content .voice .top .title-en {
    font-size: 3rem;
  }
}
.p-voice__content .voice .top .title-en .icon {
  display: inline-block;
  width: 3.9rem;
  margin-right: 0.2em;
  position: relative;
  top: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-voice__content .voice .top .title-en .icon {
    width: 3rem;
  }
}
.p-voice__content .voice .top .title-en .icon img {
  display: block;
  width: 100%;
}
.p-voice__content .voice .top .title-en .num {
  display: inline-block;
  margin-left: 0.08em;
  font-size: 6.6rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-voice__content .voice .top .title-en .num {
    font-size: 4rem;
  }
}
.p-voice__content .voice .top .name {
  display: inline-block;
  color: #ffffff;
  background-color: #0084a8;
  padding: 0.3em 1.5em 0.4em;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-voice__content .voice .top .name {
    font-size: 1.8rem;
  }
}
.p-voice__content .voice .top .name span {
  font-size: 70%;
}
.p-voice__content .voice .top .m-text {
  margin-top: 1em;
}
.p-voice__content .voice .title {
  border-bottom: 0.1rem solid #0084a8;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
  padding-top: 0.2em;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-voice__content .voice .title {
    font-size: 2rem;
  }
}
.p-voice__content .voice .voice-more {
  background-color: #eaf6f9;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-voice__content .voice .voice-more {
    padding: 2rem 1.5rem;
  }
}
.p-voice__content .voice .voice-more__col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-voice__content .voice .voice-more__col {
    display: block;
  }
}
.p-voice__content .voice .voice-more__col:nth-of-type(2) {
  flex-direction: row-reverse;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-voice__content .voice .voice-more__col:nth-of-type(2) {
    margin-top: 4rem;
  }
}
.p-voice__content .voice .voice-more__col .img {
  width: 37.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__content .voice .voice-more__col .img {
    width: 100%;
    margin-top: 2rem;
  }
}
.p-voice__content .voice .voice-more__col .cnt {
  width: 50.1rem;
}
@media screen and (max-width: 767px) {
  .p-voice__content .voice .voice-more__col .cnt {
    width: 100%;
  }
}
.p-voice__content .voice .voice-more__col .m-text {
  margin-top: 1em;
}
.p-voice__content .voice .voice-more__col .data {
  margin-top: 3.5rem;
  width: 100%;
  background-color: #ffffff;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-voice__content .voice .voice-more__col .data {
    margin-top: 3rem;
    padding: 2rem 1.5rem;
  }
}
.p-voice__content .voice .voice-more__col .data__title {
  color: #0084a8;
  border-bottom: 0.1rem solid #0084a8;
  text-align: center;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-voice__content .voice .voice-more__col .data__title {
    font-size: 2rem;
  }
}
.p-voice__content .voice .voice-more__col .data__tbl, .p-voice__content .voice .voice-more__col .data__graph {
  display: block;
}
.p-voice__content .voice .voice-more__col .data__tbl img, .p-voice__content .voice .voice-more__col .data__graph img {
  width: 100%;
}
.p-voice__content .voice .voice-more__col .data__graph {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__content .voice .voice-more__col .data__graph {
    margin-top: 3rem;
  }
}
.p-voice__content .voice .voice-more__btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-voice__content .voice .voice-more__btn {
    margin-top: 2rem;
  }
}
.p-voice__movie {
  width: 80rem;
  max-width: 100%;
  margin: 8rem auto auto;
}
@media screen and (max-width: 767px) {
  .p-voice__movie {
    margin-top: 5rem;
    width: 100%;
  }
}
.p-voice__movie .title {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
  background-color: #0084a8;
  color: #ffffff;
  text-align: center;
  margin-bottom: 1em;
  padding: 0.1em 0 0.2em;
}
@media screen and (max-width: 767px) {
  .p-voice__movie .title {
    font-size: 2rem;
  }
}
.p-voice__movie .title span {
  font-size: 70%;
}
.p-voice__movie .m-text {
  margin-top: 1em;
}

.p-flow {
  padding-top: 7.5rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 5rem 0;
  }
}
.p-flow .l-content-inner._1200 {
  width: 120rem;
}
.p-flow__content {
  margin-top: 5.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-flow__content {
    margin-top: 4rem;
  }
}
.p-flow__content .flow {
  background-color: #ffffff;
  padding: 5rem 5rem 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-flow__content .flow {
    padding: 4rem 1.5rem 2rem;
  }
}
.p-flow__content .flow .flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-flow__content .flow .flex {
    display: block;
  }
}
.p-flow__content .flow .img {
  flex: 0 0 auto;
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .p-flow__content .flow .img {
    width: 100%;
    margin-top: 2rem;
  }
}
.p-flow__content .flow .cnt {
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .p-flow__content .flow .cnt {
    width: 100%;
  }
}
.p-flow__content .flow .title-en {
  font-size: 4.7rem;
  line-height: 1.7872340426;
  letter-spacing: 0.03em;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 5rem;
  transform: translateY(-40%);
}
@media screen and (max-width: 767px) {
  .p-flow__content .flow .title-en {
    font-size: 3rem;
    left: 1.5rem;
  }
}
.p-flow__content .flow .title-en .num {
  display: inline-block;
  margin-left: 0.08em;
  font-size: 6.6rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-flow__content .flow .title-en .num {
    font-size: 4rem;
  }
}
.p-flow__content .flow .title {
  border-bottom: 0.1rem solid #0084a8;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-flow__content .flow .title {
    font-size: 2rem;
  }
}
.p-flow__content .flow .m-text {
  margin-top: 1em;
}
.p-flow__content .support {
  background: #fff;
  padding: 3rem 4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-flow__content .support {
    padding: 5vw 3vw;
  }
}
.p-flow__content .support .box {
  background: #eaf6f9;
  padding: 2rem 4rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-flow__content .support .box {
    padding: 5vw 3vw;
  }
}
.p-flow__content .support-title {
  color: #0084a8;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
  border-bottom: 1px solid #0084a8;
}
@media screen and (max-width: 767px) {
  .p-flow__content .support-title {
    font-size: 2.2rem;
  }
}
.p-flow__content .support-subtitle {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-flow__content .support-subtitle {
    font-size: 1.8rem;
  }
}
.p-flow__content .support-subtitle .num {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  color: rgba(0, 132, 168, 0.6);
  font-size: 150%;
  margin-right: 0.3em;
  vertical-align: -0.1em;
}
.p-flow__content .support-text {
  line-height: 2;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-flow__content .support-text {
    font-size: 1.6rem;
  }
}
.p-flow__content .support-list {
  background: #fff;
  padding: 1em;
  margin-top: 2rem;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-flow__content .support-list {
    font-size: 1.6rem;
  }
}
.p-flow__content .support-list li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.p-flow__content .support-list li + li {
  margin-top: 0.3em;
}
.p-flow__content .support .arrow {
  opacity: 0.4;
  margin: 1rem 0;
}
.p-flow__content .arrow {
  height: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-flow__content .arrow {
    height: 3rem;
  }
}
.p-flow__content .arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5rem 6rem 0 6rem;
  border-color: #0084a8 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-flow__content .arrow::before {
    border-width: 2.5rem 5rem 0 5rem;
  }
}
.p-flow__content .c-opt__btn {
  margin-top: 3rem;
}
.p-flow__content .btn-area {
  margin-top: 3.5rem;
  display: flex;
  gap: 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-flow__content .btn-area {
    flex-wrap: wrap;
    margin-top: 3rem;
    gap: 1rem;
  }
}
.p-flow__content .btn-area .c-btn {
  width: 29.2rem;
  height: 5.9rem;
}
@media screen and (max-width: 767px) {
  .p-flow__content .btn-area .c-btn {
    width: 100%;
    height: 6rem;
  }
}
.p-flow__content .btn-area .c-btn-inn {
  font-size: 2.1rem;
  position: relative;
}
.p-flow__content .btn-area .c-btn-inn::after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  display: block;
  border: 0.1rem solid #ffffff;
  border-width: 0.2rem 0.2rem 0 0;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 2rem;
  top: 50%;
}
.p-flow__accordion {
  margin-top: 6rem;
  padding-bottom: 4rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-flow__accordion {
    margin-top: 4rem;
  }
}
.p-flow__accordion-title {
  background: #0084a8;
  color: #fff;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  padding: 0.8em 1em;
}
@media screen and (max-width: 767px) {
  .p-flow__accordion-title {
    font-size: 2rem;
  }
}
.p-flow__accordion-content {
  padding: 1px 4rem 0;
}
@media screen and (max-width: 767px) {
  .p-flow__accordion-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.p-flow__accordion-content .flow {
  background: #eaf6f9;
}
.p-flow__accordion-btn {
  margin-top: 4rem;
}

.p-faq {
  padding-top: 8rem;
  padding: 8rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 5rem 0;
  }
}
.p-faq__content {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-faq__content {
    margin-top: 4rem;
  }
}
.p-faq__box {
  border: 0.1rem solid #0084a8;
  padding: 3rem 5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-faq__box {
    padding: 2rem 1.5rem;
    margin-top: 2rem;
  }
}
.p-faq__box:first-of-type {
  margin-top: 0;
}
.p-faq__box-inn {
  display: flex;
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__box-inn {
    gap: 1rem;
  }
}
.p-faq__box-inn::before {
  content: "Q";
  width: 3.8rem;
  min-width: 3.8rem;
  height: 3.8rem;
  background-color: #0084a8;
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow", sans-serif;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-faq__box-inn::before {
    font-size: 2rem;
  }
}
.p-faq__box-inn .title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-faq__box-inn .title {
    font-size: 1.8rem;
  }
}
.p-faq__box-inn.-que {
  padding-right: 7rem;
}
@media screen and (max-width: 767px) {
  .p-faq__box-inn.-que {
    padding-right: 3.5rem;
  }
}
.p-faq__box-inn.-ans {
  border-top: 0.1rem solid #0084a8;
  margin-top: 1.6rem;
  padding-top: 2.5rem;
}
.p-faq__box-inn.-ans::before {
  content: "A";
  background-color: #332F2F;
}
.p-faq__box-inn.js-acbtn {
  cursor: pointer;
  transition: 0.3s opacity;
}
@media print, screen and (min-width: 768px) {
  .p-faq__box-inn.js-acbtn:hover {
    opacity: 0.7;
  }
}
.p-faq__box .toggle {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__box .toggle {
    width: 2rem;
    height: 2rem;
  }
}
.p-faq__box .toggle::before, .p-faq__box .toggle::after {
  content: "";
  width: 100%;
  height: 0.3rem;
  background-color: #0084a8;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.p-faq__box .toggle::after {
  width: 0.3rem;
  height: 100%;
  transition: 0.3s opacity, 0.3s transform;
  transform-origin: center center;
}
.p-faq__box.is-open .toggle::after {
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.p-contact .l-content-inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-contact .l-content-inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-contact .c-title-type01 .title2 {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact .c-title-type01 .title2 {
    font-size: 3rem;
    line-height: 1.3;
  }
}
.p-contact__text {
  margin-top: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    margin-top: 2rem;
  }
}
.p-contact .hissu {
  color: #E9538E;
}
.p-contact__tbl {
  width: 92rem;
  max-width: 100%;
  margin: 4rem auto auto;
}
@media screen and (max-width: 767px) {
  .p-contact__tbl {
    width: 100%;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__tbl th, .p-contact__tbl td {
    display: block;
    width: 100%;
  }
}
.p-contact__tbl th {
  width: 22rem;
  text-align: left;
  vertical-align: top;
  padding-top: 1.6rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact__tbl th {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
}
.p-contact__tbl td {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact__tbl td {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p-contact__tbl tr:last-of-type th, .p-contact__tbl tr:last-of-type td {
    padding-bottom: 0;
  }
}
.p-contact input,
.p-contact select,
.p-contact textarea {
  width: 100%;
  background-color: #ffffff;
  border: 0.1rem solid #B2B2B2;
  padding: 1.4rem 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact input,
  .p-contact select,
  .p-contact textarea {
    font-size: max(16px, 1.4rem);
  }
}
.p-contact input::placeholder,
.p-contact select::placeholder,
.p-contact textarea::placeholder {
  color: #B2B2B2;
}
.p-contact textarea {
  height: 18rem;
}
@media screen and (max-width: 767px) {
  .p-contact textarea {
    height: 15rem;
  }
}
.p-contact select {
  background-image: url(../images/common/arrow_select.svg);
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 1.6rem;
}
.p-contact .radio-list {
  display: flex;
  gap: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact .radio-list {
    display: block;
  }
}
.p-contact .radio-list label input[type=radio] + span {
  padding-left: 3rem;
}
.p-contact .radio-list label input[type=radio] + span::before {
  width: 2.2rem;
  height: 2.2rem;
  border-color: #332F2F;
  background-color: #ffffff;
}
.p-contact .radio-list label input[type=radio] + span::after {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #332F2F;
  left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__text2 {
    text-align: left;
  }
}
.p-contact__check {
  margin: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.p-contact__check .check input[type=checkbox] + span {
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__check .check input[type=checkbox] + span {
    padding-left: 3rem;
  }
}
.p-contact__check .check input[type=checkbox] + span::before {
  width: 3rem;
  height: 3rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border-color: #B2B2B2;
}
@media screen and (max-width: 767px) {
  .p-contact__check .check input[type=checkbox] + span::before {
    width: 2rem;
    height: 2rem;
  }
}
.p-contact__check .check input[type=checkbox] + span::after {
  width: 1.5rem;
  height: 2rem;
  margin: 0;
  top: 50%;
  transform: translateY(-75%) rotate(45deg);
  border-width: 0 0.3rem 0.3rem 0;
  left: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-contact__check .check input[type=checkbox] + span::after {
    width: 1.2rem;
    height: 1.5rem;
    left: 0.4rem;
  }
}
.p-contact__btn-area {
  display: flex;
  justify-content: center;
}
.p-contact__btn-area .btn {
  width: 45.3rem;
  height: 6rem;
  display: block;
}
.p-contact__btn-area .btn-inn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0084a8;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  position: relative;
}
.p-contact__btn-area .btn-inn::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  display: block;
  border: 0.1rem solid #ffffff;
  border-width: 0.2rem 0.2rem 0 0;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 2rem;
  top: 50%;
}
