@charset "UTF-8";
body {
  text-align: left;
}

p,
span {
  font-weight: inherit;
}

figure {
  margin: 0;
}

main {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansCJKjp-Regular"), local("NotoSansJP-Regular"), url("/font/NotoSansCJKjp-Regular.eot") format("eot"), url("/font/NotoSansCJKjp-Regular.ttf") format("ttf"), url("/font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/font/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url("/font/NotoSansCJKjp-Bold.eot") format("eot"), url("/font/NotoSansCJKjp-Bold.ttf") format("ttf"), url("/font/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/font/NotoSansCJKjp-Bold.woff") format("woff");
}
html .all-wrapper {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

body .all-wrapper {
  font-family: "Noto Sans CJK JP", "NotoSansCJKjp", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.75;
  overflow-x: hidden;
  color: #000;
  font-size: 14px;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (min-width: 767px) {
  body .all-wrapper {
    font-size: 16px;
  }
}

.all-wrapper {
  position: relative;
}

a:link {
  color: #3b7de9;
  text-decoration: none;
}

a:visited {
  color: #3b7de9;
  text-decoration: none;
}

a:hover {
  color: #3b7de9;
  text-decoration: underline;
}

a:active {
  color: #3b7de9;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input {
  line-height: 1;
}

@media screen and (min-width: 321px) {
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .br-sp {
    display: none;
  }
}

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

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

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

.hidden {
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  padding: 0 !important;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.l-inner {
  padding: 0 1rem;
}
@media screen and (min-width: 767px) {
  .l-inner {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

.l-bg-light {
  padding: 64px 0 54px;
  background: #ede5dc;
}
@media screen and (min-width: 767px) {
  .l-bg-light {
    padding: 54px 0 68px;
  }
}

.l-bg-black {
  padding: 24px 0 80px;
  background: #000;
}
@media screen and (min-width: 767px) {
  .l-bg-black {
    padding: 96px 0;
  }
}

.p-all-wrapper {
  background: #000;
}

.mv__inner {
  padding: 0 1rem;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .mv__inner {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
.mv__title {
  padding: 21px 0 24px;
  background-image: url("../_images/SP/cx_mv_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .mv__title {
    padding: 65px 0 40px;
    background-image: url("../_images/PC/cx_mv_bg.png");
    min-height: 275px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.mv__bnr {
  display: block;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .mv__img {
    width: 619px;
    height: 170px;
  }
}
@media screen and (min-width: 767px) {
  .mv__img-bnr {
    width: 752px;
    height: 200px;
  }
}

.p-section {
  padding: 54px 0 96px;
}
.p-section__inner {
  padding: 0 1rem;
}
@media screen and (min-width: 767px) {
  .p-section__inner {
    padding: 0;
    width: 1024px;
    margin: auto;
  }
}

.p-section__section {
  background: #fff;
}

.p-section__section:not(:first-child) {
  margin-top: 54px;
}
.p-section__section:last-of-type {
  margin-top: 96px;
}
.p-title {
  padding: 24px 0;
  background: #2f2f47;
  text-align: center;
  font-family: "YuMincho", serif;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.p-title img{
  display:block;
  width:50%;
  margin:0 auto 7px auto;
}

@media screen and (min-width: 767px) {
  .p-title {
    font-size: 48px;
  }
  .p-title img{
    width:250px;
    margin:0 auto 5px auto;
  }
  .p-title.-legend img{
    width:192px;
  }
}
.p-title.-blue {
  background: #0068b6;
}
.p-title:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (min-width: 767px) {
  .p-title:not(:first-of-type) {
    margin-top: 96px;
  }
}
@media screen and (min-width: 767px) {
  .p-title {
    padding: 32px 0;
  }
}
.p-title__title {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 16px;
  font-family: initial;
}
@media screen and (min-width: 767px) {
  .p-title__title {
    font-size: 20px;
  }
}
.p-title__staff{
    font-size: 32px;
}
@media screen and (min-width: 767px) {
  .p-title__staff {
    font-size: 32px;
  }
}

.p-contents {
  padding: 20px 1rem;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .p-contents {
    padding: 24px;
    font-size: 14px;
  }
}

.p-title-excellent__img,.p-title-legend__img {
  display: block;
  margin: auto;
  width: 100%;
}

.p-staff-list {
  display: flex;
  flex-direction: column;
  gap: calc(54px - 48px);
}


.p-staff {
  overflow: hidden;
  /* padding: 20px 1rem;
  background: #fff; */
}
@media screen and (min-width: 767px) {
  .p-staff {
    position: relative;;
    /* padding: 24px 24px 0; */
    font-size: 14px;
  }
}
.p-staff:not(:first-of-type) {
  padding-top: 54px;
}
.p-staff__name {
  margin: 24px 24px 0;
  padding: 16px;
  background: #0068b6;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-family: "YuMincho", serif;
  line-height:1.8;
}

.p-staff__name.-legend {
 background: #B60005;
}

@media screen and (min-width: 767px) {
  .p-staff__name {
    position: absolute;
    display: flex;
    align-items: center;
    font-size: 24px;
    min-width: 73%;
  }
}
@media screen and (min-width: 767px) {
  .p-staff__comment-wrap {
    display: flex;
  }
}
.p-staff__comment {
  margin-top: 24px;
}
@media screen and (min-width: 767px) {
  .p-staff__comment-bold {
    font-weight: bold;
    font-size: 20px;
  }
}
.p-staff__staff-img {
  display: block;
  margin: 16px auto 24px;
  width: 200px;
}
@media screen and (min-width: 767px) {
  .p-staff__staff-img {
    margin: 24px 24px 24px auto;
    width: 200px;
    flex-basis: 200px;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
.p-staff__staff-img img{
width: 100%;
}
.p-staff__link {
  margin: 24px;
  display: block;
  padding: 11px 20px;
  border: 1px solid #333;
  text-align: center;
  font-weight: bold;
  color: #333 !important;
}
@media screen and (min-width: 767px) {
  .p-staff__link {
    position: absolute;
    top: 122px;
    padding: 6px 15px 7px;
    font-size: 20px;
    margin: 0 0 0 24px;
  }
}
.p-staff__badge {
  display: block;
  width:80px;
  margin:0 auto 5px auto;
}
@media screen and (min-width: 767px) {
  .p-staff__badge {
    display: block;
    margin:0 24px 0 0;
    width:100px;
  }
}

.p-fz-m {
  font-size: 16px;
}

.p-inner-content {
  padding-top: 54px;
}
@media screen and (min-width: 767px) {
  .p-inner-content__flex {
    display: flex;
    justify-content: center;
  }
}
.p-inner-content__flex.-reverse {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 767px) {
  .p-inner-content__flex.-reverse {
    flex-direction: row-reverse;
  }
}
.p-inner-content__text {
  padding: 8px 0 9px;
  background: #2f2f47;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-inner-content__text {
    font-size: 16px;
  }
}
.p-inner-content__img-wrap {
  display: block;
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-inner-content__img1 {
    width: 161px;
    flex-basis: 161px;
    height: 234px;
  }
}
@media screen and (min-width: 767px) {
  .p-inner-content__img2 {
    margin-left: 24px;
    width: 389px;
    flex-basis: 389px;
    height: 234px;
  }
}
@media screen and (min-width: 767px) {
  .p-inner-content__img3 {
    margin-left: 24px;
    width: 451px;
    flex-basis: 451px;
    height: 228px;
  }
}
.p-inner-content__img4 {
  display: block;
  margin: 16px auto 0;
  width: 120px;
  height: 120px;
}
@media screen and (min-width: 767px) {
  .p-inner-content__img4 {
    /* margin: initial; */
    margin:0 auto;
    width: 180px;
    flex-basis: 180px;
    height: 180px;
  }
  .mgnLadd{
    margin-left:70px;
  }
}
.p-inner-content__img5 {
  display: block;
  margin: 16px auto 0;
}
@media screen and (min-width: 767px) {
  .p-inner-content__img5 {
    flex: 1;
    margin-right: 32px;
    width: 472px;
    flex-basis: 472px;
    height: 498px;
  }
}
@media screen and (min-width: 767px) {
  .p-inner-content__text-wrap {
    width: 51%;
    flex-basis: 51%;
  }
}
@media screen and (min-width: 767px) {
  .p-inner-content__medal-wrap {
    flex: 1;
  }
}
@media screen and (min-width: 767px) {
  .p-inner-content__medal-content {
    margin-left: 24px;
  }
}
.p-inner-content__medal {
  margin-top: 16px;
}
@media screen and (min-width: 767px) {
  .p-inner-content__medal {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media screen and (min-width: 767px) {
  .p-inner-content__medal-img {
    width: 180px;
    height: 80px;
  }
}

@media screen and (min-width: 767px) {
  .p-inner-content__medal-img.-star {
    width: 80px;
    height: 82px;
  }
}

@media screen and (min-width: 767px) {
  .p-inner-content__medal-img.-legend {
    width: 150px;
    height: 52px;
  }
}

@media screen and (min-width: 767px) {
  .p-inner-content__medal-img.-excellent {
    width: 103px;
    height: 52px;
  }
}


.p-inner-content__medal-text {
  margin-top: 16px;
}
@media screen and (min-width: 767px) {
  .p-inner-content__medal-text {
    margin: 0 0 0 16px;
    width: 276px;
  }
}
@media screen and (min-width: 767px) {
  .p-inner-content__sticker {
    margin-top: 16px;
    width: 384px;
    display: flex;
    justify-content: space-between;
  }
}

.p-band {
  padding: 8px 0 9px;
  background: #2f2f47;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-band {
    font-size: 16px;
  }
}

.u-bold {
  font-weight: bold;
}

.u-block {
  display: block;
}

.u-mauto {
  margin: auto;
}

.u-w100 {
  width: 100%;
}

.u-center {
  text-align: center;
}

.u-mt-4 {
  margin-top: 4px;
}

.u-mt-8 {
  margin-top: 8px;
}

.u-mt-12 {
  margin-top: 12px;
}

.u-mt-16 {
  margin-top: 16px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mt-24 {
  margin-top: 24px;
}

.u-mt-28 {
  margin-top: 28px;
}

.u-mt-32 {
  margin-top: 32px;
}

.u-mr-10 {
  margin-right: 10px;
}

/* 20220525 */
.modoruLink a{
    display:block;
    margin:1.5em 1em;
    color:#ccc;
    font-size:14px;
}
.modoruLink a:hover{
    text-decoration: underline;
}
.commingsoon {
    font-size:20px;
    color:#973;
    text-align:center;
    padding:1.3em 0 2em 0;
    line-height:1.5;
}

.p-staff ruby {
    font-size:130%;
    line-height:2.5;
}
.p-staff rt {
    color:#ddd;
}
@media screen and (min-width: 767px) {
    .p-staff ruby {
        font-size:100%;
        line-height:2;
    }
}

.excellentBG{
    padding:0;
    background: #0068b6;
}
.excellentBG img{
    width:100%;
}