@charset "utf-8";
body {
  background-color: #fefaf3;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
img {
  vertical-align: bottom;
}
.p-wrapper {
  margin: 0 auto;
  max-width: 1284px;
  background-color: #50aa7b;
  /*background: linear-gradient(90deg, #00a489, #005c36);*/
}
.l-container {
  max-width: 960px;
  margin: auto;
}
/* .p-intro { 
  padding: 3.2rem 0 0;
} */
.p-intro__subtitle {
  font-size: 1.6rem;
  margin: 3rem auto 1rem;
  font-weight: bold;
  color: #ffffff;
  margin-top: 4rem;
}
.p-intro__subtitleSpan {
  display: inline-block;
  background-color: #b60005;
  padding: 0.25rem 0.5rem;
  margin-right: 1rem;
}
.p-intro__title {
  color: #fff000;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  background-color: #000;
  padding: 5px 10px;
  margin: 0px 0px;
}
@media screen and (min-width: 960px) {
  .p-intro__title {
   margin-bottom: 0;
  font-size: 2.4rem;
  padding: 5px 10px;
  margin: 0px 42px;
  }
}

 .top{
margin-top:5rem;
}


.p-intro__title .number{
	font-size: 3rem;
}
@media screen and (min-width: 960px) {
.p-intro__title .number{
	font-size: 3.5rem;
}
}

.p-intro__title .wh{
	color: #fff;
}

.p-intro__txt {
  font-size: 1.4rem;
  margin: 0 0px;
  color: #000;
  padding: 10px 10px 20px;
  border: 3px solid #000;
  background-color: #fff;
  font: bold;
}

@media screen and (min-width: 960px) {
  .p-intro__txt {
    font-size: 1.6rem;
    color: #000;
	margin: 0 42px;
  }
}
/* .l-container p:last-child {
  margin: 0 auto 40px;
} */

.l-container {
  width: 90%;
  margin: auto;
}
/* .p-outline {
  background-color: #fffcd6;
} */
.p-outline__wrap {
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  flex-direction: column;
}
@media screen and (min-width: 530px) {
  .p-outline__wrap {
    display: flex;
    flex-direction: row;
  }
}
.p-outline__read {
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 2.4rem;
}

@media screen and (min-width: 520px) {
  .p-outline__read {
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .p-outline__read {
    font-size: 1.8rem;
    margin-top: 2.4rem;
  }
}
.p-outline__dl {
  flex: 1 1 auto;
  width: 100%;
  border-left: 5vw transparent solid;
  border-right: 5vw transparent solid;
  border-top: 5vw transparent solid;
  border-bottom: 5vw transparent solid;
  color: #595757;
  padding-left: 20px;
}
@media screen and (min-width: 520px) {
  .p-outline__dl {
    width: 48%;
    border-left: 20px transparent solid;
    border-right: 20px transparent solid;
    border-top: 20px transparent solid;
    border-bottom: 20px transparent solid;
  }
  .p-outline__wrap dl:last-child {
    border-left: none;
  }
}
.p-outline__dt {
  font-weight: 900;
  /* font-size: 1.8rem; */
  font-size: 3.3vw;
  line-height: 1.25;
}
@media screen and (min-width: 520px) {
  .p-outline__dt {
    font-size: 1.8rem;
  }
}
.p-outline__dd {
  font-weight: 500;
  /* font-size: 1.4rem; */
  font-size: 3vw;
  margin-top: 1rem;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 520px) {
  .p-outline__dd {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
.p-outline__dd + .p-outline__dt {
  margin-top: 2.4rem;
}
/* @media screen and (min-width: 960px) {
  .p-outline__dd + .p-outline__dt {
    margin-top: 0;
  }
} */
.p-recommend {
  padding: 4rem 0;
  background-color: #50aa7b;
  /*background: linear-gradient(90deg, #00a489, #005c36);*/
}
/* .p-recommend__wrap {
  width: 50%;
  margin: auto;
} */
@media screen and (min-width: 960px) {
  .p-recommend__wrap {
    width: 70%;
    margin: auto;
  }
}
.p-recommend__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  border: 1px #fff solid;
  padding: 1rem;
  text-align: center;
}
.p-recommend__menu {
  list-style-type: disc;
  list-style-position: inside;
  color: #fff100;
  font-weight: 700;
  width: 100%;
  margin: 2.4rem auto 0;
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.5em;
  padding-left: 3em;
}
.p-recommend__item .sp_none {
  display: none;
}
@media screen and (min-width: 520px) {
  .p-recommend__item .sp_none {
    display: block;
  }
}
.p-member {
  padding: 3.2rem 0 0;
  background-color: #fff;
}
.p-profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3.2rem;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .p-profile {
    flex-direction: row;
    align-items: flex-start;
  }
}

.p-profile__img {
  text-align: center;
  margin-top: 1.6rem;
}
@media screen and (min-width: 960px) {
  .p-profile__img {
    margin-top: 1rem;
  }
}
.p-profile__photo {
  max-width: 198px;
}
.p-profile__content {
  width:80%;
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
  .p-profile__content + .p-profile__content {
    margin-top: 6vw;
  }
}
@media screen and (min-width: 960px) {
  .p-profile__content {
    width: 37%;
    border: 20px transparent solid;
    justify-content: flex-start;
  }
  .p-profile__content + .p-profile__content {
    margin-top: 2.4rem;
  }
}
.p-profile__title {
  text-align: center;
  color: #767475;
  font-size: 3.7vw;
  letter-spacing: -0.03rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
  .p-profile__title {
    font-size: 2vw;
  }
}

@media screen and (min-width: 960px) {
  .p-profile__title {
    font-size: 1.6rem;
  }
}
.p-profile__title br {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-profile__title br {
    display: block;
  }
}

.p-profile__txt {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
  .p-profile__txt {
    font-size: 1.8vw;
  }
}
/* @media screen and (min-width: 960px) {
  .p-profile__txt {
    font-size: 1.6rem;
  }
} */
.p-profile__txt.-career {
  font-size: 1.6rem;
  text-align: left;
  font-weight: 300;
  line-height: 1.25;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
  .p-profile__txt.-career {
    font-size: 1.8vw;
  }
}
.p-profile__center{
	text-align: center;
}
@media screen and (min-width: 960px) {
  .p-profile__txt.-career {
    font-size: 1.6rem;
  }
}
.p-profile__txt.-name {
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 1rem;
}
.p-profile__txt.-name .-big {
  font-size: 1.7rem;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
  .p-profile__txt.-name .-big {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 960px) {
  .p-profile__txt.-name .-big {
    font-size: 3.2rem;
  }
}
.p-profile__txt.-name .-md {
  font-size: 1.2rem;
  display: inline-block;
  margin-top: 0.5rem;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
  .p-profile__txt.-name .-md {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 960px) {
  .p-profile__txt.-name .-md {
    font-size: 1.8rem;
    margin-top: 0;
  }
}
.p-profile__txt.-name .-sm {
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 0.5rem;
}
@media screen and (min-width: 960px) {
  .p-profile__txt.-name .-sm {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
.p-profile__det {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .p-profile__det {
    min-height: 20px;
  }
}
.p-profile__txtwrap {
  flex-grow: 3;
  padding-top: 1.6rem;
}
@media screen and (min-width: 960px) {
  .p-profile__txtwrap {
    flex-grow: 10;
    padding-top: 3.6rem;
  }
}
/* @media screen and (min-width: 960px) {
  .p-profile__content + .p-profile__content {
    margin-left: 2.4rem;
  }
} */
.p-contact {
  padding: 3.2rem 0;
  background-color: #009a67;
}
.p-contact__txt {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.p-contact__txt .-lg {
  font-size: 1.4rem;
}
.p-contact__txt .-sm {
  font-size: 1.2rem;
}
@media screen and (min-width: 960px) {
  .p-contact__txt .-lg,
  .p-contact__txt .-sm {
    font-size: 2.4rem;
  }
}
.c-heading.-secondary {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  margin: auto;
  background: #b60005;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
  .c-heading.-secondary {
    font-size: 3vw;
  }
}
@media screen and (min-width: 960px) {
  .c-heading.-secondary {
    font-size: 2rem;
    margin-top: 2.4rem;
  }
}
.p-member .c-heading.-secondary {
  color: #10316b;
  font-size: 3.2rem;
  border-bottom: 2px #10316b dotted;
  background: none;
}
.c-cta {
  background-color: #e7e7e8;
  padding: 2.4rem 0;
}
.c-cta__button {
  background-color: #ee1c25;
  border-radius: 75px;
  width: 100%;
  margin: 0 auto;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 375px) {
  .c-cta__button {
    width: 90vw;
    font-size: 4.4vw;
  }
}
@media screen and (min-width: 520px) {
  .c-cta__button {
    width: 50vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 960px) {
  .c-cta__button {
    /* width: 38%; */
    max-width: 430px;
    font-size: 3.2rem;
  }
}
.c-cta__button:hover {
  opacity: 0.7;
}
.c-cta__link {
  display: block;
  padding: 5%;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cta__arrow {
  line-height: 0.9;
  width: 5%;
}
@media screen and (min-width: 960px) {
  .c-cta__arrow {
    width: auto;
  }
}

.flex {
  display: flex; /*横並び*/
  max-width: 874px;
  margin: 20px auto;
}
.flex .image {
  width: 18%; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
}
.flex .image img {
  width: 100%;
  height: auto;
}
.flex .right {
  margin: 3% 0 0 3%;
  padding: 0;
}
.flex .title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff100;
}
@media screen and (min-width: 960px) {
  .flex {
    display: flex; /*横並び*/
    max-width: 700px;
    margin: 20px auto;
  }
  .flex .title {
    font-size: 2.5rem;
  }
  .flex .image {
    width: 12%; /*画像サイズ指定*/
    margin: 0;
    padding: 0;
  }
  .flex .right {
    margin: 0 0 0 20px;
    padding: 0;
  }
}

.flex .text {
  margin: 10px 0 0;
  padding: 0;
}

@media(min-width:960px){
    .sp{
        display: none !important;
    }
}
