html, body {
  width: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  margin: 0;
}

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

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

.conteiner {
  margin-bottom: -100px;
}

@media screen and (min-width: 768px) {
  .mainvisual_low {
    padding: 80px 0 150px 5%;
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual_low {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual_low__l {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual_low__l {
    padding: 30px 5% 0;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual_low__r {
    width: 55%;
  }
}
.mainvisual_low__ttl__en {
  font-family: "Helvetica", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .mainvisual_low__ttl__en {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual_low__ttl__en {
    font-size: 4rem;
  }
}
.mainvisual_low__ttl__jp {
  font-size: 2rem;
  line-height: 1.5;
}

.inner {
  max-width: calc(1200px + 10%);
  padding: 0 5%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .cmn_wrap {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .cmn_wrap {
    margin-bottom: 100px;
  }
}

.cmn_ttl {
  text-align: center;
  margin-bottom: 30px;
}
.cmn_ttl__en {
  font-family: "Helvetica", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  color: #d40b85;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .cmn_ttl__en {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn_ttl__en {
    font-size: 1.8rem;
  }
}
.cmn_ttl__jp {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .cmn_ttl__jp {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn_ttl__jp {
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .cmn_txt {
    text-align: center;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .cmn_txt {
    margin-bottom: 40px;
  }
}

.link {
  text-decoration: underline;
  color: currentColor;
  opacity: 1;
  transition: all 0.3s ease;
}
.link:hover {
  opacity: 0.6;
}

.about_slogan__ttl {
  font-size: 3.8rem;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}
.about_slogan__ttl span {
  display: block;
  font-size: 0.6em;
}
.about_slogan__ttl2 {
  position: relative;
  display: table;
  text-align: center;
  line-height: 1.1;
  color: #fff;
  padding: 15px 2em 20px;
  font-family: "Helvetica", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .about_slogan__ttl2 {
    width: 600px;
    font-size: 4rem;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .about_slogan__ttl2 {
    font-size: 2.5rem;
    margin: 0 auto 40px;
  }
}
.about_slogan__ttl2::before, .about_slogan__ttl2::after {
  position: absolute;
  content: "";
  clip-path: polygon(100% 0, 92% 50%, 100% 100%, 0 100%, 8% 50%, 0 0);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about_slogan__ttl2::before {
  left: 10px;
  top: 15px;
  background-color: #f57fc7;
}
.about_slogan__ttl2::after {
  left: 0;
  top: 0;
  background-color: #d40b85;
}
@media screen and (min-width: 768px) {
  .about_slogan__txt {
    text-align: center;
  }
}

.about_phil__list {
  display: table;
  margin: auto;
  list-style-type: none;
  counter-reset: number;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .about_phil__list {
    font-size: 2.2rem;
  }
}
.about_phil__list__item {
  position: relative;
  counter-increment: number;
  padding: 0 0 15px 1.5em;
  border-bottom: 2px solid #d40b85;
}
.about_phil__list__item::before {
  content: counter(number) ". ";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #d40b85;
}
.about_phil__list__item:not(:last-child) {
  margin-bottom: 15px;
}

.about_rank__list {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .about_rank__list {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .about_rank__list {
    width: 90%;
    margin: auto;
  }
}
.about_rank__list__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .about_rank__list__item {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .about_rank__list__item:not(:last-child) {
    margin-bottom: 10%;
  }
}
.about_rank__list__item__ttl {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  color: #fff;
  padding: 0.6em 3.5em 2em 0.8em;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media screen and (min-width: 1001px) {
  .about_rank__list__item__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .about_rank__list__item__ttl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .about_rank__list__item__ttl {
    font-size: 1.8rem;
  }
}
.about_rank__list__item__name {
  position: absolute;
  right: 8px;
  bottom: 5px;
  font-style: italic;
  font-weight: bold;
  color: #000;
  text-shadow: 0 0 5px #fff;
}
@media screen and (min-width: 1001px) {
  .about_rank__list__item__name {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 1000px) {
  .about_rank__list__item__name {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .about_rank__list__item__name {
    font-size: 2.3em;
  }
}
.about_rank__list__item__name span {
  display: block;
  text-align: right;
  margin-bottom: 5px;
}
@media screen and (min-width: 1001px) {
  .about_rank__list__item__name span {
    font-size: 0.4em;
  }
}
@media screen and (max-width: 1000px) {
  .about_rank__list__item__name span {
    font-size: 0.5em;
  }
}

.about_member__list {
  display: flex;
  flex-flow: wrap;
  margin-bottom: -20px;
}
.about_member__list__item {
  margin-bottom: 20px;
  border-bottom: 1px solid;
  padding-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .about_member__list__item {
    width: 22%;
  }
  .about_member__list__item:not(:nth-child(4n)) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 1000px) {
  .about_member__list__item {
    width: 30%;
  }
  .about_member__list__item:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .about_member__list__item {
    width: 48%;
  }
  .about_member__list__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .about_member__list__item:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
.about_member__list__item__ttl {
  margin-bottom: 5px;
}

.tbl_ctc {
  max-width: 840px;
  width: 100%;
  margin: 0 auto 50px;
  line-height: 1.6;
  border-top: 1px solid;
}
.tbl_ctc th {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .tbl_ctc th {
    width: 270px;
    border-bottom: 1px solid;
    padding: 25px 30px 25px 20px;
  }
}
@media screen and (max-width: 767px) {
  .tbl_ctc th {
    display: block;
    width: 100%;
    padding: 15px 5px 10px 5px;
  }
}
.tbl_ctc th .req {
  display: inline-block;
  float: right;
  font-size: 1.3rem;
  font-weight: bold;
  border: 1px solid;
  border-radius: 50px;
  padding: 0 1em;
  margin-top: 0.1em;
  color: #dc3232;
}
.tbl_ctc th.vtop {
  vertical-align: top;
}
.tbl_ctc td {
  border-bottom: 1px solid;
}
@media screen and (min-width: 768px) {
  .tbl_ctc td {
    width: calc(100% - 270px);
    padding: 25px 20px 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .tbl_ctc td {
    display: block;
    width: 100%;
    padding: 0 5px 15px 5px;
  }
}
.tbl_ctc td input, .tbl_ctc td textarea {
  width: 100%;
  padding: 0.7em;
  border-radius: 5px;
  border: 1px solid;
}
.tbl_ctc td input[type=radio] {
  position: relative;
  border: 1px solid;
  border-radius: 50%;
  margin: 0 5px 0 0;
}
@media screen and (min-width: 768px) {
  .tbl_ctc td input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: -5px;
  }
}
@media screen and (max-width: 767px) {
  .tbl_ctc td input[type=radio] {
    width: 15px;
    height: 15px;
    vertical-align: -2px;
  }
}
@media screen and (min-width: 768px) {
  .tbl_ctc td .wpcf7-list-item {
    margin-left: 1.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .tbl_ctc td .wpcf7-list-item {
    display: block !important;
    margin-left: 0 !important;
  }
}
.tbl_ctc td .wpcf7-list-item.first {
  margin-left: 0 !important;
}

.privacy_check {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .privacy_check {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .privacy_check {
    margin-bottom: 50px;
  }
}
.privacy_check input[type=checkbox] {
  position: relative;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .privacy_check input[type=checkbox] {
    width: 28px;
    height: 28px;
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .privacy_check input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin: 7px 10px 0 0;
  }
}

.ctc_submit input {
  font-size: 1.6rem;
  display: block;
  width: 240px;
  background: #d40b85;
  color: #fff;
  text-align: center;
  border: unset;
  border-radius: 50px;
  padding: 14px;
  margin: auto;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease;
}
.ctc_submit input:hover {
  opacity: 0.6;
}

.wpcf7-response-output {
  border: unset !important;
  text-align: center;
  font-weight: bold;
  margin: 0 !important;
  padding: 0 !important;
  color: #d40b85;
}

.wpcf7-spinner {
  margin: 10px auto 0 !important;
  display: block !important;
}

.wpcf7-not-valid-tip {
  font-weight: bold !important;
  margin-top: 0.5em;
  font-size: 1.4rem !important;
}

.report_list {
  display: flex;
  flex-flow: wrap;
}
@media screen and (min-width: 768px) {
  .report_list {
    margin-bottom: -4%;
  }
}
@media screen and (max-width: 767px) {
  .report_list {
    margin-bottom: -5%;
  }
}
@media screen and (min-width: 768px) {
  .report_list__item {
    width: 32%;
    margin-bottom: 4%;
  }
  .report_list__item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .report_list__item {
    width: 48%;
    margin-bottom: 5%;
  }
  .report_list__item:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
.report_list__item a {
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: block;
  height: 100%;
  color: #444;
  border-radius: 10px;
  transition: 0.5s;
}
.report_list__item a:hover {
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.3);
}
.report_list__item__thumb {
  overflow: hidden;
  aspect-ratio: 3/2;
}
.report_list__item__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .report_list__item__cnt {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .report_list__item__cnt {
    padding: 20px 15px;
  }
}
.report_list__item__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .report_list__item__date {
    justify-content: center;
  }
}
.report_list__item__cat {
  color: #d40b85;
  border: 1px solid;
  font-size: 1.3rem;
  padding: 3px 1em;
  line-height: 1.5;
  border-radius: 50px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .report_list__item__cat {
    margin-bottom: 7px;
  }
}
.report_list__item__day {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .report_list__item__day {
    width: 100%;
    text-align: center;
  }
}
.report_list__item__ttl {
  line-height: 1.5;
}

.wp-pagenavi {
  text-align: center;
  display: flex;
  flex-flow: wrap;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    margin: 70px -10px -10px 0;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin: 40px -10px -10px 0;
    font-size: 1.4rem;
    line-height: 35px;
  }
}
.wp-pagenavi span, .wp-pagenavi a {
  border: 1px solid #d40b85;
  margin: 0 10px 10px 0;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi span, .wp-pagenavi a {
    width: 40px;
    height: 40px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .wp-pagenavi span, .wp-pagenavi a {
    width: 35px;
    height: 35px;
    border-radius: 10px;
  }
}
.wp-pagenavi span {
  background-color: #d40b85;
  color: #fff;
}
.wp-pagenavi a {
  color: #d40b85;
  opacity: 1;
  transition: all 0.3s ease;
}
.wp-pagenavi a:hover {
  opacity: 0.6;
}

.list_pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 660px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_pagination {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .list_pagination__item.prev, .list_pagination__item.next {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .list_pagination__item.prev, .list_pagination__item.next {
    width: 120px;
  }
}
.list_pagination__item.prev a, .list_pagination__item.next a {
  border: 1px solid #444;
  border-radius: 50px;
  display: block;
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .list_pagination__item.prev a, .list_pagination__item.next a {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_pagination__item.prev a, .list_pagination__item.next a {
    padding: 10px 20px;
  }
}
.list_pagination__item.prev a::before, .list_pagination__item.next a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-color: currentColor;
  width: 6px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  aspect-ratio: 1/1;
}
.list_pagination__item.prev a:hover, .list_pagination__item.next a:hover {
  background-color: #444;
  color: #fff;
}
.list_pagination__item.prev a::before {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 768px) {
  .list_pagination__item.prev a::before {
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .list_pagination__item.prev a::before {
    left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .list_pagination__item.next a::before {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .list_pagination__item.next a::before {
    right: 10px;
  }
}
.list_pagination__item.middle a {
  opacity: 1;
  transition: all 0.3s ease;
}
.list_pagination__item.middle a:hover {
  opacity: 0.6;
}
.list_pagination__item a {
  color: #444;
}

.article_post {
  max-width: 900px;
  margin: 0 auto 60px;
}
.article_post__date {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.article_post__cat {
  margin-right: 20px;
  color: #d40b85;
  font-weight: bold;
  border: 1px solid;
  border-radius: 50px;
  padding: 2px 1em;
}
.article_post__ttl {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .article_post__ttl {
    font-size: 3rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .article_post__ttl {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
.article_post__cnt img {
  height: auto;
}
.article_post__cnt p, .article_post__cnt img {
  margin: 10px 0;
}
.article_post__cnt a {
  color: #d40b85;
  opacity: 1;
  transition: all 0.3s ease;
}
.article_post__cnt a:hover {
  opacity: 0.6;
}

.news_list {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  max-width: 1000px;
  margin: auto;
}
.news_list__item {
  border-bottom: 1px solid #e9e9e9;
  width: 48%;
  padding: 30px 0;
}
.news_list__item:not(:nth-child(2n)) {
  margin-right: 4%;
}
.news_list__item a {
  display: flex;
  justify-content: space-between;
  color: #444;
  opacity: 1;
  transition: all 0.3s ease;
}
.news_list__item a:hover {
  opacity: 0.6;
}
.news_list__item__img {
  width: 35%;
  aspect-ratio: 3/2;
}
.news_list__item__img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.news_list__item__cnt {
  width: 60%;
}
.news_list__item__date {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.news_list__item__cat {
  font-size: 1.3rem;
  background-color: #d40b85;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  margin-right: 1em;
  padding: 2px 1em;
}
.news_list__item__day {
  font-size: 1.4rem;
}
.news_list__item__ttl {
  line-height: 1.5;
}

.privacy_list:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (min-width: 768px) {
  .privacy_list:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .privacy_list:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.privacy_list__ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 15px;
}
.privacy_list__cnt__list {
  list-style-type: none;
  counter-reset: number;
  margin-top: 10px;
}
.privacy_list__cnt__list__item {
  position: relative;
  counter-increment: number;
  padding-left: 1.5em;
}
.privacy_list__cnt__list__item::before {
  content: counter(number) ". ";
  position: absolute;
  left: 0;
}/*# sourceMappingURL=style2.css.map */