.under-orange {
  -webkit-text-decoration: underline #F99F48;
          text-decoration: underline #F99F48;
}

.p-header {
  height: 80px;
}
.p-header__inner {
  position: fixed;
  top: 0;
  height: 80px;
  width: 100%;
  justify-content: space-between;
  z-index: 10;
  background: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .p-header__inner {
    display: block;
    height: 85px;
  }
}
@media only screen and (max-width: 768px) {
  .p-header__logo {
    padding: 10px 0 0 0;
    max-width: 100px;
    width: 100%;
  }
}
.p-header__list {
  display: flex;
  font-size: 20px;
  align-items: center;
  font-weight: bold;
  color: #1A435D;
}
@media only screen and (max-width: 768px) {
  .p-header__list {
    font-size: 18px;
    justify-content: center;
    margin: 10px 0 0 0;
  }
}
.p-header__item {
  padding: 0 20px;
  height: 30px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-header__item {
    padding: 0 10px;
    justify-content: center;
  }
}
.p-header__item > a {
  color: #1A435D;
}
.p-header__item:not(:last-child) {
  border-right: 1px solid;
}

.p-mainVisual {
  background-color: #ffead5;
}
.p-mainVisual__text {
  position: absolute;
  top: 12%;
  left: -14%;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-mainVisual__text {
    top: 15%;
    font-size: 4.375vw;
    left: -5px;
  }
}
.p-mainVisual__img {
  min-width: 80px;
  max-width: 190px;
  width: 12vw;
  position: relative;
  top: 25px;
}
@media only screen and (max-width: 768px) {
  .p-mainVisual__img {
    width: 20vw;
    top: 5px;
  }
}
.p-mainVisual__inner::before {
  width: 21vw;
  height: 16vw;
  min-width: 146px;
  min-height: 70px;
}

.p-about {
  background: #D3ECFD;
}
@media only screen and (max-width: 768px) {
  .p-about__titleBox__logo {
    width: 41.2371134021vw;
  }
}
.p-about__pointGroup {
  margin-top: 0;
}
.p-about__pointGroup__image {
  max-width: 732px;
  width: 100%;
}
.p-about__pointGroup__image img {
  max-width: 500px;
  display: block;
  margin: auto;
}
.p-about__pointGroup__titleBox__title {
  margin-top: 0;
  font-size: 40px;
  color: #1A435D;
}
@media only screen and (max-width: 768px) {
  .p-about__pointGroup__titleBox__title {
    font-size: 25px;
    padding: 0;
  }
}
.p-about__pointGroup__titleBox__title:before, .p-about__pointGroup__titleBox__title:after {
  display: none;
}
.p-about__pointGroup__titleBox-link {
  -webkit-text-decoration: underline #F99F48;
          text-decoration: underline #F99F48;
  color: #1A435D;
}
.p-about__pointGroup__detail {
  font-size: 18px;
  line-height: 1.8;
  text-align: start;
  margin: 50px auto 0;
}
@media only screen and (max-width: 768px) {
  .p-about__pointGroup__detail {
    margin: 30px auto 0;
    font-size: 14px;
  }
}
.p-about__pointGroup__amazon-link {
  margin-top: 25px;
  display: block;
  color: #0563C1;
  line-height: 1.8;
  font-size: 16px;
  -webkit-text-decoration: underline #0563C1;
          text-decoration: underline #0563C1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-about__pointGroup__amazon-link {
    margin-top: 15px;
  }
}
.p-about__pointGroup__alexa-title-box {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-size: 24px;
  color: #1A435D;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-about__pointGroup__alexa-title-box {
    margin-top: 30px;
  }
}
.p-about__pointGroup__alexa-title-box img {
  width: 130px;
}
.p-about__pointGroup__alexa-detail {
  font-size: 18px;
  line-height: 1.8;
  text-align: start;
  margin: 50px auto 0;
}
@media only screen and (max-width: 768px) {
  .p-about__pointGroup__alexa-detail {
    margin: 20px auto 0;
    font-size: 14px;
  }
}
.p-about__youtube {
  max-width: 600px;
  margin: 30px auto;
}

.p-feature {
  padding: 60px 0;
  background-color: #ffead5;
}
@media only screen and (max-width: 768px) {
  .p-feature {
    padding: 30px 0;
  }
}
.p-feature__title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #1A435D;
}
@media only screen and (max-width: 768px) {
  .p-feature__title {
    font-size: 25px;
  }
}
.p-feature__title span {
  -webkit-text-decoration: underline #F99F48;
          text-decoration: underline #F99F48;
}
.p-feature__overview-list {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .p-feature__overview-list {
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.p-feature__overview-item {
  width: 200px;
  height: 200px;
  padding: 10px;
  justify-content: center;
  border-radius: 500px;
  position: relative;
  text-align: center;
  font-size: 23px;
  line-height: 1.5;
  font-weight: bold;
  background: #F99F48;
  border: 5px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-feature__overview-item {
    font-weight: 16px;
  }
}
.p-feature__overview-item p {
  transform: translateY(7px);
}
@media only screen and (max-width: 768px) {
  .p-feature__overview-item {
    width: 160px;
    height: 160px;
    font-size: 18px;
  }
}
.p-feature__overview-item::after {
  transform: scaleY(1.2);
  content: "01";
  position: absolute;
  top: -37px;
  -webkit-text-decoration: 2px underline;
          text-decoration: 2px underline;
  font-size: 50px;
  color: #1A435D;
}
@media only screen and (max-width: 768px) {
  .p-feature__overview-item::after {
    font-size: 40px;
    top: -27px;
  }
}
.p-feature__overview-item:nth-child(2)::after {
  content: "02";
}
.p-feature__overview-item:nth-child(3)::after {
  content: "03";
}
.p-feature__content {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  padding: 50px 35px;
  margin-top: 60px;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .p-feature__content {
    margin-top: 40px;
    padding: 15px;
  }
}
.p-feature__content--02::after {
  content: "02" !important;
}
.p-feature__content--03::after {
  content: "03" !important;
}
.p-feature__content::after {
  content: "01";
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 50px;
  font-weight: bold;
  color: #1A435D;
}
@media only screen and (max-width: 768px) {
  .p-feature__content::after {
    top: -25px;
  }
}
.p-feature__content-title {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 1.3;
  font-weight: bold;
  color: #1A435D;
}
@media only screen and (max-width: 768px) {
  .p-feature__content-title {
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
.p-feature__content-flex-box {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .p-feature__content-flex-box {
    margin-top: 0;
    display: inline-block;
    text-align: center;
  }
}
.p-feature__content-text {
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-feature__content-text {
    font-size: 16px;
  }
}
.p-feature__content-text-box {
  width: 65%;
}
@media only screen and (max-width: 768px) {
  .p-feature__content-text-box {
    width: 100%;
  }
}
.p-feature__content-text-note {
  display: block;
  font-size: 16px;
}
.p-feature__content-text-sub {
  display: block;
  font-weight: bold;
  color: #1A435D;
}
.p-feature__content-img-box {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .p-feature__content-img-box {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 20px auto 0;
  }
}
.p-feature__content-img {
  width: 100%;
  max-width: 600px;
}
@media only screen and (max-width: 768px) {
  .p-feature__content-img {
    margin: 20px 0 0 0;
  }
}
.p-feature__content-img--only {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .p-feature__content-img--only {
    width: 100%;
    margin: 20px auto 0;
    width: 80%;
  }
}
.p-feature__content-sub {
  margin: 40px 0 10px;
  font-size: 28px;
  font-weight: bold;
  color: #1A435D;
}
@media only screen and (max-width: 768px) {
  .p-feature__content-sub {
    margin: 20px 0 10px;
    font-size: 22px;
  }
}

.p-nature {
  margin-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .p-nature {
    padding-bottom: 30px;
  }
}
.p-nature__box {
  max-width: 700px;
  margin: auto;
  padding: 50px;
  border: 1px solid #F99F48;
}
@media only screen and (max-width: 768px) {
  .p-nature__box {
    padding: 15px;
  }
}
.p-nature__title {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #1A435D;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-nature__title {
    font-size: 23px;
    display: inline-block;
  }
}
.p-nature__title img {
  width: 100px;
}
@media only screen and (max-width: 768px) {
  .p-nature__title img {
    max-width: 200px;
    width: 100%;
    display: block;
    margin: 0 auto 20px;
  }
}
.p-nature__title-text {
  line-height: 1.3;
}
.p-nature__text-title {
  display: block;
  color: #1A435D;
  font-size: 20px;
  font-weight: bold;
}
.p-nature__text {
  font-size: 16px;
  line-height: 1.8;
}
.p-nature__flex-box {
  margin-top: 25px;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .p-nature__flex-box {
    margin-top: 20px;
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .p-nature__img-box {
    max-width: 280px;
    width: 100%;
    display: block;
    margin: 15px auto 0;
  }
}
.p-nature__img-box img {
  width: 100%;
}
.p-nature__link {
  margin-top: 15px;
  display: block;
  color: #0563C1;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: underline;
}

.p-wakamiya__title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  color: #1A435D;
}
@media only screen and (max-width: 768px) {
  .p-wakamiya__title {
    font-size: 23px;
  }
}
@media only screen and (max-width: 768px) {
  .p-wakamiya__perspn-flex {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .p-wakamiya__content__personBox {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .p-wakamiya__content__personBox__image {
    margin: 0;
    max-width: 300px;
    width: 100%;
  }
}
.p-wakamiya__content {
  margin: 20px 0 0 0;
  align-items: baseline;
}
@media only screen and (max-width: 768px) {
  .p-wakamiya__content {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .p-wakamiya__content__personBox__text {
    font-size: 14px;
    line-height: 1.8;
  }
}
.p-wakamiya__content__personBox__nameBox {
  display: inline-block;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .p-wakamiya__content__personBox__nameBox__ja {
    font-size: 14px;
    margin: 10px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-wakamiya__content__personBox__nameBox__ja span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .p-wakamiya__content__textBox {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .p-wakamiya__content__textBox__text {
    font-size: 14px;
    line-height: 1.8;
  }
}
.p-wakamiya__data-box {
  max-width: 800px;
  margin: auto;
  margin-top: 30px;
  padding: 40px;
  border-radius: 5px;
  background: #fff;
  color: #1A435D;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-wakamiya__data-box {
    margin-top: 20px;
    padding: 25px;
  }
}
.p-wakamiya__data-title {
  font-size: 30px;
  text-align: center;
  line-height: 1.3;
}
.p-wakamiya__data-flex {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .p-wakamiya__data-flex {
    margin-top: 25px;
    gap: 40px;
  }
}
.p-wakamiya__data {
  font-size: 18px;
}
.p-wakamiya__data span {
  margin-left: 15px;
  font-size: 30px;
  color: #F99F48;
}
@media only screen and (max-width: 768px) {
  .p-wakamiya__data span {
    font-size: 25px;
  }
}

.p-review {
  padding: 130px 0 60px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-review {
    padding: 100px 0 30px;
  }
}
.p-review::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 60px 50vw;
  border-color: transparent transparent #E6F5FF transparent;
  transform: rotate(180deg);
}
.p-review__title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #1A435D;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .p-review__title {
    font-size: 25px;
  }
}
.p-review__content {
  max-width: 800px;
  margin: auto;
}
.p-review__address {
  margin-top: 50px;
  display: flex;
  gap: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .p-review__address {
    margin-top: 25px;
    display: block;
    font-size: 23px;
  }
}
.p-review__address-img-box {
  width: 150px;
}
.p-review__address-img-box img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-review__address-img-box img {
    max-width: 110px;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.p-review__text {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .p-review__text {
    margin-top: 15px;
  }
}
.p-review__text--wide {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .p-review__text--wide {
    width: 100%;
  }
}
.p-review__text-title {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-review__text-title {
    margin-top: 25px;
    font-size: 18px;
  }
}
.p-review__flex {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-review__flex {
    display: inline-block;
  }
}
.p-review__img-box {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .p-review__img-box {
    width: 100%;
  }
}
.p-review__img {
  width: 100%;
  max-width: 600px;
}
@media only screen and (max-width: 768px) {
  .p-review__img {
    max-width: 300px;
    width: 100%;
    display: block;
    margin: 15px auto 0;
  }
}
.p-review__img-txt {
  margin: 5px 0 0 0;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .p-review__img-txt {
    text-align: center;
  }
}

.p-onayami {
  background-color: #e6f5ff;
}
.p-onayami__intro {
  margin-bottom: -10px;
  margin-top: 0px;
  position: relative;
  padding: 0 0 30px 0;
}
.p-onayami__intro::after {
  display: none;
}
.p-onayami__intro__inner {
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-onayami__intro__inner {
    margin: 30px 0 0 0;
  }
}
.p-onayami__intro__onayamiList {
  background-image: url(../images/illust_onayami.svg);
  content: "";
  display: block;
  overflow: hidden;
  max-width: 924px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-onayami__intro__onayamiList {
    height: 335px;
    background-size: contain;
  }
}
.p-onayami__solution {
  padding: 100px 0 80px;
  position: relative;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-onayami__solution {
    padding: 60px 0 30px;
  }
}
.p-onayami__solution::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 60px 50vw;
  border-color: transparent transparent #E6F5FF transparent;
  transform: rotate(180deg);
}
.p-onayami__solution-lead {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #1A435D;
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-onayami__solution-lead {
    font-size: 23px;
    margin: 50px 0 0 0;
  }
}
.p-onayami__solution-list {
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-onayami__solution-list {
    margin: 40px 0 0 0;
  }
}
.p-onayami__solution-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-onayami__solution-flex {
    display: block;
    margin: 30px 0 0 0;
  }
}
.p-onayami__solution-flex > img {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.p-onayami__solution-flex--sec {
  flex-direction: row-reverse;
}
.p-onayami__solution-item-title {
  font-size: 23px;
  font-weight: bold;
  color: #1A435D;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .p-onayami__solution-item-title {
    line-height: 1.3;
    font-size: 20px;
    margin: 10px 0 0 0;
  }
}
.p-onayami__solution-contain {
  display: flex;
  margin: 8px 0 0 0;
  gap: 8px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-onayami__solution-contain {
    display: block;
  }
}
.p-onayami__solution-item-txt {
  color: #1A435D;
  line-height: 1.3;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .p-onayami__solution-item-txt {
    font-size: 16px;
    margin: 7px 0 0 0;
  }
}
.p-onayami__solution-label {
  width: 146px;
  min-width: 146px;
  background-color: #F99F48;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  font-size: 16px;
  padding: 8px 14px;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
}
.p-onayami__solution-label--blue {
  background-color: #1A435D;
}

.p-example {
  background-color: #e6f5ff;
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .p-example {
    padding-top: 30px;
  }
}
.p-example__tilte {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #1A435D;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .p-example__tilte {
    font-size: 23px;
  }
}
.p-example__case {
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-example__case {
    margin: 30px 0 0 0;
  }
}
.p-example__case-title {
  font-size: 26px;
  font-weight: bold;
  color: #1A435D;
  line-height: 1.3;
  margin: 0 0 10px 0;
}
.p-example__case-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-example__case-list {
    grid-template-columns: 1fr;
  }
}
.p-example__case-item {
  background-color: #fff;
  border-radius: 25px;
  padding: 20px 10px;
}
.p-example__case-lead {
  font-size: 18px;
  font-weight: bold;
  color: #1A435D;
  text-align: center;
}
.p-example__case-img {
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.p-example__case-txt {
  text-align: center;
  font-weight: bold;
  color: #1A435D;
}
.p-example__service {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .p-example__service {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.p-example__service-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #214E92;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .p-example__service-title {
    font-size: 23px;
  }
}
.p-example__service-list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin: 50px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-example__service-list {
    grid-template-columns: 1fr;
    margin: 20px 0 0 0;
  }
}
.p-example__service-item {
  background-color: #fff;
}
.p-example__survice-lead {
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  background-color: #214E92;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-example__survice-box {
  padding: 15px 15px 30px;
}
@media only screen and (max-width: 768px) {
  .p-example__survice-box {
    padding: 15px;
  }
}
.p-example__survice-img {
  max-width: 150px;
  width: 100%;
  display: block;
  margin: 15px auto;
}
.p-example__survice-txt {
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .p-example__survice-txt {
    font-size: 14px;
  }
}
.p-example__under-box {
  background: #eee;
}

.p-social {
  padding: 100px 0 80px;
  position: relative;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-social {
    padding: 90px 0 30px;
  }
}
.p-social::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 60px 50vw;
  border-color: transparent transparent #eee transparent;
  transform: rotate(180deg);
}
.p-social__inner {
  margin: 50px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-social__inner {
    margin: 0;
  }
}
.p-social__title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #1A435D;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .p-social__title {
    font-size: 22px;
  }
}
.p-social__txt {
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0 30px;
}
@media only screen and (max-width: 768px) {
  .p-social__txt {
    font-size: 14px;
    margin: 20px 0;
  }
}
.p-social__img {
  max-width: 650px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-social__img {
    max-width: 500px;
  }
}

.p-news {
  padding: 100px 0 30px;
  background-color: #E6F5FF;
}
@media only screen and (max-width: 768px) {
  .p-news {
    padding: 30px 0;
  }
}
.p-news__title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #214E92;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .p-news__title {
    font-size: 23px;
  }
}
.p-news__list {
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-news__list {
    margin: 20px 0 0 0;
  }
}
.p-news__item {
  color: #1A435D;
  background-color: #fff;
  padding: 20px;
}
.p-news__item:not(:first-child) {
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-news__item {
    padding: 15px;
  }
}
.p-news__item-flex {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .p-news__item-flex {
    gap: 20px;
  }
}
.p-news__item-txt {
  line-height: 1.8;
  flex: 1;
}
.p-news__item-date {
  width: 80px;
}
.p-news__item-link {
  display: block;
  color: #0563C1;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: underline;
  flex: 1;
}
.p-faq__list {
  margin: 10px 0 0 0;
}
.p-faq__item {
  background-color: #fff;
  border-radius: 8px;
  cursor: pointer;
  padding: 20px 30px;
  position: relative;
}
.p-faq__item:not(:first-child) {
  margin-top: 16px;
}
.p-faq__item::after {
  background-image: url(../images/icon_arrow_faq.svg);
  background-repeat: no-repeat;
  content: "";
  height: 13px;
  position: absolute;
  right: 30px;
  top: 42px;
  transform: translateY(-50%);
  width: 21px;
}
@media only screen and (max-width: 768px) {
  .p-faq__item::after {
    right: 15px;
    top: 33px;
  }
}
.p-faq__item.is-open::after {
  transform: rotate(180deg);
  top: 28px;
}
@media only screen and (max-width: 768px) {
  .p-faq__item.is-open::after {
    top: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .p-faq__item {
    padding: 10px;
  }
}
.p-faq__item-flex {
  display: flex;
  align-items: center;
}
.p-faq__item-flex--top {
  align-items: flex-start;
}
.p-faq__item-img {
  max-width: 40px;
  width: 100%;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .p-faq__item-img {
    margin: 0 10px 0 0;
  }
}
.p-faq__item-question {
  font-size: 18px;
  font-weight: bold;
  color: #224E97;
  margin: 0 35px 0 0;
}
@media only screen and (max-width: 768px) {
  .p-faq__item-question {
    font-size: 14px;
  }
}
.p-faq__item-contain {
  display: none;
  margin-top: 20px;
}
.p-faq__item-contain {
  display: none;
  margin-top: 20px;
}
.p-faq__item-answer {
  font-size: 18px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .p-faq__item-answer {
    font-size: 14px;
  }
}
.p-faq__link {
  color: #0563C1;
  text-decoration: underline;
}
.p-faq__note {
  margin: 30px 0;
}
.p-faq__note-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .p-footer {
    height: auto;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-footer__contact > a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .p-footer__info {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 768px) {
  .p-footer__navList {
    margin-top: 6.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-footer__navList a {
    font-size: 12px;
  }
}

.p-copyright__text {
  font-size: 10px;
}

.p-sticky__banner img {
  max-width: 410px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-sticky__banner img {
    border: none;
  }
}

.orange {
  color: #fff;
  font-size: 38px;
  padding: 5px;
  background: #F99F48;
}
@media only screen and (max-width: 768px) {
  .orange {
    font-size: 2.4vw;
  }
}

.small {
  font-size: 20px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .small {
    font-size: 2.2666666667vw;
  }
}

@media only screen and (max-width: 768px) {
  .c-title {
    font-size: 23px;
    line-height: 1.3;
  }
}

.br-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

.bold {
  font-weight: bold;
}

.left {
  text-align: end;
  display: block;
}

.p-footer {
  height: 55px;
}
.p-footer__navList {
  margin-top: auto;
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}