@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}
@media screen and (max-width: 1200px) {
}

/* 共通パーツ */
.c-secHeading {
  text-align: left;
}
.c-secHeading__label {
  display: inline-block;
  background: linear-gradient(90deg, #dd4d6e, #338cc2);
  background: -webkit-linear-gradient(0deg, #dd4d6e, #338cc2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .22em;
}
.c-secHeading__txt {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .04em;
}
.c-secHeading__txt span {
  display: inline-block;
}
.c-secHeading__txt strong {
  font-size: 44px;
  font-weight: 500;
  color: #dd4d6e;
}
@media screen and (max-width: 768px){
  .c-secHeading__label {
    font-size: 18px;
  }
  .c-secHeading__txt {
    font-size: 28px;
  }
  .c-secHeading__txt span {
    display: inline;
  }
  .c-secHeading__txt strong {
    font-size: 36px;
  }
}

/* MV */
.p-mainBlock {

}
.p-main {
  display: flex;
}
.p-mainItem {
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* padding: 40px 40px 50px; */
  padding: min(2.08vw, 40px) min(2.08vw, 40px) min(2.6vw, 50px);
  box-sizing: border-box;
  text-align: left;
}
.p-mainItem:nth-of-type(1) {
  background-image: url('../images/main_red_bg.jpg');
  border-right: 1px solid #fff;
}
.p-mainItem:nth-of-type(2) {
  background-image: url('../images/main_blue_bg.jpg');
  border-left: 1px solid #fff;
}
.p-mainItemHead {
  display: flex;
  align-items: center;
  position: relative;
}
.p-mainItemHead__portrait {
  /* padding-left: 50px; */
  padding-left: min(2.6vw, 50px);
  box-sizing: border-box;
  width: min(14.47vw, 278px);
}
.p-mainItemHead__txtArea {
  width: calc(100% - min(14.47vw, 278px));
  /* padding-left: 20px; */
  padding-left: min(1.04vw, 20px);
  -webkit-transform: translate(0%, -30%);
  transform: translate(0%, -30%);
}
.p-mainItemHeadJobTitle {
  /* font-size: 30px; */
  font-size: min(1.5625vw, 30px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .08em;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}
.p-mainItemHeadJobTitle span {
  display: inline-block;
}
.p-mainItemHeadName {
  /* font-size: 60px; */
  font-size: min(3.125vw, 60px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .08em;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}
.p-mainItemHeadName span {
  /* font-size: 40px; */
  font-size: min(2.08vw, 40px);
}
.p-mainItemHeadCatch {
  position: absolute;
  content: '';
  left: 0;
  /* bottom: -50px; */
  bottom: max(-2.6vw ,-50px);
  /* font-size: 50px; */
  font-size: min(2.6vw, 50px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: .04em;
}
/* .p-mainItem:first-of-type .p-mainItemHeadCatch {
  bottom: max(-1.25vw ,-24px);
} */
.p-mainItem:nth-of-type(1) .p-mainItemHeadCatch {
  color: #b8294a;
}
.p-mainItem:nth-of-type(2) .p-mainItemHeadCatch {
  color: #094fba;
}
.p-mainItemHeadCatchInner {
  display: inline-block;
  background-color: #fff;
  box-sizing: border-box;
  /* margin-top: 10px; */
  margin-top: min(.52vw, 10px);
  /* padding: 5px 12px 12px; */
  padding: min(.26vw, 5px) min(.625vw, 12px) min(.625vw, 12px);
}
.p-mainItemHeadCatchInner strong {
  font-weight: 500;
}
.p-mainItemHeadCatch__lll {
  /* font-size: 70px; */
  font-size: min(3.64vw, 70px);
}
.p-mainItemHeadCatch__ll {
  /* font-size: 60px; */
  font-size: min(3.125vw, 60px);
}
.p-mainItemHeadCatch__l {
  /* font-size: 56px; */
  font-size: min(2.7vw, 56px);
}
.p-mainItemHeadCatchInner small {
  /* font-size: 40px; */
  font-size: min(2.08vw, 40px)40px;
}
.p-mainItemDesc {
  /* margin-top: 80px; */
  margin-top: min(4.16vw, 80px);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  /* font-size: 22px; */
  font-size: min(1.145vw, 22px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .08em;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px){
  .p-mainBlock {

  }
  .p-main {
    flex-direction: column;
  }
  .p-mainItem {
    width: 100%;
    /* padding: 20px 20px 30px; */
    padding: min(5.33vw, 40px) min(5.33vw, 40px) min(8vw, 60px);
  }
  .p-mainItem:nth-of-type(1) {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .p-mainItem:nth-of-type(2) {
    border-left: none;
    border-top: 1px solid #fff;
  }
  .p-mainItemHead__portrait {
    /* padding-left: 20px; */
    padding-left: min(5.33vw, 40px);
    box-sizing: border-box;
    width: 40%;
    /* width: min(14.47vw, 278px); */
  }
  .p-mainItemHead__txtArea {
    width: 60%;
    /* width: calc(100% - min(14.47vw, 278px)); */
    /* padding-left: 20px; */
    padding-left: min(5.33vw, 40px);
    -webkit-transform: translate(0%, -20%);
    transform: translate(0%, -20%);
  }
  .p-mainItemHeadJobTitle {
    /* font-size: 14px; */
    font-size: min(3.73vw, 28px);
  }
  .p-mainItemHeadName {
    /* font-size: 28px; */
    font-size: min(7.46vw, 56px);
  }
  .p-mainItemHeadName span {
    /* font-size: 16px; */
    font-size: min(4.26vw, 32px);
  }
  .p-mainItemHeadCatch {
    /* bottom: -50px; */
    bottom: max(-13.33vw ,-100px);
    /* font-size: 20px; */
    font-size: min(5.33vw, 40px);
  }
  .p-mainItem:first-of-type .p-mainItemHeadCatch {
    bottom: max(-4.8vw ,-36px);
  }
  .p-mainItemHeadCatchInner {
    /* margin-top: 10px; */
    margin-top: min(2.66vw, 20px);
    /* padding: 4px 10px 8px; */
    padding: min(1.06vw, 8px) min(2.66vw, 20px) min(2.13vw, 16px);
  }
  .p-mainItemHeadCatch__lll {
    /* font-size: 30px; */
    font-size: min(8vw, 60px);
  }
  .p-mainItemHeadCatch__ll {
    /* font-size: 28px; */
    font-size: min(7.46vw, 56px);
  }
  .p-mainItemHeadCatch__l {
    /* font-size: 24px; */
    font-size: min(6.4vw, 48px);
  }
  .p-mainItemHeadCatchInner small {
    /* font-size: 16px; */
    font-size: min(4.26vw, 32px)40px;
  }
  .p-mainItemDesc {
    /* margin-top: 60px; */
    margin-top: min(16vw, 120px);
    /* font-size: 12px; */
    font-size: min(3.2vw, 24px);
  }
  .p-mainItem:first-of-type .p-mainItemDesc {
    /* margin-top: 60px; */
    margin-top: min(8vw, 60px);
    /* font-size: 12px; */
    font-size: min(3.2vw, 24px);
  }
}


/* 導入部 */
.p-intro {
  padding: 40px 0 120px;
}
.p-introMemberList {
  max-width: 1812px;
  margin: 0 auto;
  padding: 0 30px;
}
.p-introMemberList {
}
.p-introMemberList li {
  margin: 0 12px;
}
.p-introCatch {
  margin: 80px auto 200px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .08em;
}
.p-introCatch strong.p-introCatch__strong {
  font-size: 45px;
  font-weight: 700;
}
.p-introCatch strong.p-introCatch__highlight {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  background: linear-gradient(to right,  #dd4d6e 0%,#338cc2 100%);
  color: #fff;
  padding: 2px 5px 8px;
}
.p-introCatch small {
  font-size: 36px;
}
.p-introEventInfoBox {
  border: 4px solid #fff;
  padding: 40px 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .04em;
}
.p-introEventInfoBox__padLeftTxt {
  font-size: 32px;
  display: inline-block;
  /* -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); */
}
.p-introEventInfoBox__padLeftTxt small {
  font-size: 24px;
}
.p-introEventInfoBox__padRightTxt {
  font-size: 28px;
  display: inline-block;
  /* -webkit-transform: translate(30%, 0%);
  transform: translate(30%, 0%); */
}
.p-introCtaBox {
  background-color: #fff;
  padding: 50px 30px 60px;
  box-sizing: border-box;
}
.p-introCtaBoxCatch {
  display: inline-block;
  background: linear-gradient(90deg, #dd4d6e, #338cc2);
  background: -webkit-linear-gradient(0deg, #dd4d6e, #338cc2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .08em;
}
.p-introCtaBoxBtn {
  margin: 18px auto 25px;
}
.p-introCtaBoxBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  border-radius: 40px;
  background: linear-gradient(to right,  #dd4d6e 0%,#338cc2 100%);
  color: #fff;
  width: 470px;
  position: relative;
  margin: 0 auto;
}
.p-introCtaBoxBtn a::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #fff;
}
.p-introCtaBoxAnnotation {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .04em;
  color: #000;
}
@media screen and (max-width: 1000px){
  .p-introEventInfoBox__padLeftTxt {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .p-introEventInfoBox__padRightTxt {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@media screen and (max-width: 768px){
  .p-intro {
    padding: 20px 0 80px;
  }
  .p-introMemberList {
    padding: 0;
  }
  .p-introMemberList li {
    margin: 0 10px;
  }
  .p-introCatch {
    margin: 50px auto 60px;
    font-size: 18px;
    line-height: 2.2;
  }
  .p-introCatch strong.p-introCatch__strong {
    font-size: 22px;
  }
  .p-introCatch strong.p-introCatch__highlight {
    font-size: 24px;
    padding: 4px 5px 6px;
  }
  .p-introCatch small {
    font-size: 16px;
  }
  .p-introEventInfoBox {
    border: 2px solid #fff;
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .p-introEventInfoBox__padLeftTxt {
    font-size: 16px;
  }
  .p-introEventInfoBox__padLeftTxt small {
    font-size: 12px;
  }
  .p-introEventInfoBox__padRightTxt {
    font-size: 14px;
  }
  .p-introCtaBox {
    padding: 20px 15px 30px;
  }
  .p-introCtaBoxCatch {
    font-size: 20px;
  }
  .p-introCtaBoxBtn {
    margin: 15px auto 20px;
  }
  .p-introCtaBoxBtn a {
    height: 54px;
    font-size: 20px;
    border-radius: 27px;
    width: 100%;
    max-width: 420px;
  }
  .p-introCtaBoxBtn a::after {
    right: 18px;
    width: 10px;
    height: 10px;
  }
  .p-introCtaBoxAnnotation {
    font-size: 12px;
  }
}

/* PROBLEM */
.p-problem {
  padding: 120px 0;
  box-sizing: border-box;
  position: relative;
}
.p-problemImage {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.p-problemVoiceList {
  display: flex;
  flex-wrap: wrap;
  margin: 60px -11px 0;
}
.p-problemVoiceList li {
  background-color: #000;
  width: calc((100% - 66px) / 3);
  min-height: 162px;
  padding: 35px 15px;
  margin: 0 11px 20px;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .22em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}
.p-problemVoiceList li:nth-of-type(odd) {
  border-color: #b53d59;
}
.p-problemVoiceList li:nth-of-type(even) {
  border-color: #338cc2;
}
@media screen and (max-width: 1260px){
  .p-problemVoiceList li {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 20px;
    min-height: auto;
  }
}
@media screen and (max-width: 768px){
  .p-problem {
    padding: 80px 0 65px;
  }
  .p-problemImage {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .p-problemVoiceList {
    margin: 36px -8px 0;
  }
  .p-problemVoiceList li {
    width: calc((100% - 32px) / 2);
    padding: 15px 15px;
    margin: 0 8px 15px;
    font-size: 16px;
  }
  .p-problemVoiceList li:nth-of-type(4n+1),
  .p-problemVoiceList li:nth-of-type(4n) {
    border-color: #b53d59;
  }
  .p-problemVoiceList li:nth-of-type(4n+2),
  .p-problemVoiceList li:nth-of-type(4n+3) {
    border-color: #338cc2;
  }
}


/* SOLUTION */
.p-solution {
  background-image: url('../images/solution_bg.jpg');
  background-color: #232323;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 120px 0 0;
  color: #fff;
  box-sizing: border-box;
}
.p-solutionIntroTxtBlock {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .08em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  text-align: left;
  margin: 60px auto 40px;
}
.p-solutionListBoxBlock {
  display: flex;
  justify-content: space-between;
}
.p-solutionListBox {
  width: calc((100% - 50px) / 2);
  background-color: #1e1e1e;
}
.p-solutionListBoxHeading {
  min-height: 97px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .08em;
  padding: 8px 10px 8px;
  box-sizing: border-box;
}
.p-solutionListBox.p-solutionListBox--highlighted .p-solutionListBoxHeading {
  background-color: #dc4d6f;
}
.p-solutionListBoxHeading strong {
  font-size: 30px;
}
.p-solutionListBox dl {
  padding: 30px 18px;
  box-sizing: border-box;
  text-align: left;
}
.p-solutionListBox dl > dt {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .14em;
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
}
.p-solutionListBox.p-solutionListBox--highlighted dl > dt {
  color: #dc4d6f;
}
.p-solutionListBox dl > dt::after {
  position: absolute;
  content: '';
  left: 0;
  top: 15px;
  background-image: url('../images/icon_check.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 17px;
  height: 13px;
}
.p-solutionListBox dl > dd {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .08em;
  margin-top: 10px;
}
.p-solutionListBox dl > dd + dt {
  margin-top: 36px;
}
.p-solutionBottomTxtBlock {
  margin: 40px auto 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: .08em;
}
.p-solutionConclusionBlock {
  background: linear-gradient(to right,  #dd4d6e 0%,#338cc2 100%);
  width: 100%;
  padding: 120px 0 70px;
  box-sizing: border-box;
  position: relative;
}
.p-solutionConclusionBlock::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: -2px;
  width: 0;
  margin: auto;
  border-right: 189px solid transparent;
  border-left: 189px solid transparent;
  border-top: 78px solid #232323;
}
.p-solutionConclusionCatch {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .08em;
}
.p-solutionConclusionCatch strong {
  font-size: 54px;
  font-weight: 500;
  color: #dc4d6f;
  background-color: #232323;
  margin: 0 5px;
}
@media screen and (max-width: 1000px){
  .p-solutionListBox {
    width: calc((100% - 30px) / 2);
    background-color: #1e1e1e;
  }
}
@media screen and (max-width: 768px){
  .p-solution {
    padding: 80px 0 0;
    background-size: 100% auto;
  }
  .p-solutionIntroTxtBlock {
    font-size: 14px;
    margin: 60px auto 40px;
  }
  .p-solutionListBox {
    width: calc((100% - 12px) / 2);
  }
  .p-solutionListBoxHeading {
    min-height: 80px;
    font-size: 14px;
  }
  .p-solutionListBoxHeading strong {
    font-size: 20px;
  }
  .p-solutionListBox dl {
    padding: 15px 12px;
  }
  .p-solutionListBox dl > dt {
    font-size: 14px;
    padding-left: 20px;
    /* min-height: 63px; */
  }
  .p-solutionListBox dl > dt::after {
    top: 8px;
    width: 10px;
    height: 6px;
  }
  .p-solutionListBox dl > dd {
    font-size: 12px;
    margin-top: 5px;
    /* min-height: 72px; */
  }
  .p-solutionListBox dl > dd + dt {
    margin-top: 30px;
  }
  .p-solutionBottomTxtBlock {
    margin: 30px auto 30px;
    font-size: 16px;
  }
  .p-solutionConclusionBlock {
    padding: 80px 0 40px;
  }
  .p-solutionConclusionBlock::before {
    border-right: 150px solid transparent;
    border-left: 150px solid transparent;
    border-top: 50px solid #232323;
  }
  .p-solutionConclusionCatch {
    font-size: 22px;
  }
  .p-solutionConclusionCatch strong {
    font-size: 24px;
    margin: 0 5px;
  }
}

/* OVERVIEW */
.p-overview {
  color: #fff;
  padding: 120px 0 calc(120px + min(16.875vw, 324px));
  position: relative;
}
.p-overview::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: min(16.875vw, 324px);
  background-image: url('../images/outline_bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-overviewTxtBlock {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .08em;
  margin-top: 70px;
  text-align: left;
}
.p-overviewMsgBox {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .22em;
  border: 1px solid #fff;
  padding: 40px;
  box-sizing: border-box;
  width: 87.5%;
  margin: 60px auto 0;
}
.p-overviewMsgBox span {
  display: inline-block;
}
@media screen and (max-width: 768px){
  .p-overview {
    padding: 80px 0 calc(60px + min(32vw, 120px));
  }
  .p-overview::after {
    height: min(32vw, 120px);
  }
  .p-overviewTxtBlock {
    font-size: 14px;
    margin-top: 36px;
  }
  .p-overviewMsgBox {
    font-size: 18px;
    padding: 20px;
    width: 87.5%;
    max-width: 335px;
    margin-top: 36px;
  }
  .p-overviewMsgBox span {
    display: inline-block;
  }
}

/* ABOUT */
.p-about {
  padding: 120px 0;
  box-sizing: border-box;
}
.p-aboutTxtBlock {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .08em;
  margin-top: 70px;
  text-align: left;
}
.p-aboutBox {
  font-size: 20px;
  font-weight: 500;
  line-height: 2.45;
  letter-spacing: .08em;
  border: 1px solid #fff;
  text-align: left;
  padding: 40px 30px;
  box-sizing: border-box;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px){
  .p-about {
    padding: 80px 0;
  }
  .p-aboutTxtBlock {
    font-size: 14px;
    margin-top: 36px;
  }
  .p-aboutBox {
    font-size: 16px;
    line-height: 2.2;
    padding: 20px;
    margin-top: 36px;
  }
}

/* SCHEDULE */
.p-schedule {
  padding: 120px 0;
  background-color: #1c1c1c;
  box-sizing: border-box;
}
.p-scheduleContent {
  margin: 60px auto 0;
}
.p-scheduleContent img {
  width: 100%;
}
.p-scheduleCatch {
  margin: 60px auto;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .22em;
}

.p-scheduleTimetable {
  margin: 60px auto 0;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.p-scheduleTimetable > li {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 15px 20px 18px;
  box-sizing: border-box;
  
}
.p-scheduleTimetable > li + li {
  margin-top: 5px;
}
.p-scheduleTimetableTime {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .1em;
  width: 200px;
  text-align: right;
}
.p-scheduleTimetableTime span:nth-of-type(2) {
  position: relative;
  padding-left: 20px;
}
.p-scheduleTimetableTime span:nth-of-type(2)::before {
  width: 10px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 4px;
  margin: auto;
  content: '';
  z-index: 1;
  display: block;
}
.p-scheduleTimetableContent {
  padding: 0px 0 0 50px;
  display: flex;
  align-items: center;
  width: calc(100% - 200px);
  text-align: left;
}
.p-scheduleTimetableContent__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .14em;
  width: 400px;
}
.p-scheduleTimetableContent__remarks {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .14em;
  width: calc(100% - 400px);
  padding-left: 40px;
  box-sizing: border-box;
}


.p-scheduleList {
  margin: 60px auto 0;
}
.p-scheduleList > li {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 25px 20px;
}
.p-scheduleList > li + li {
  margin-top: 30px;
}
.p-scheduleList__dayLabel {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .22em;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 153px;
  height: 94px;
  flex-shrink: 0;
}
.p-scheduleList__date {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .14em;
  padding: 0 36px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.p-scheduleList__label {
  color: #1c1c1c;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .14em;
  width: 195px;
  min-height: 40px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.p-scheduleList__contents {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #1c1c1c;
  padding-left: 30px;
}
.p-scheduleListTime {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .14em;
  text-align: left;
}
.p-scheduleListTxt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .14em;
  text-align: left;
  margin-top: 15px;
}
.p-scheduleListAnnotationBlock {
  margin-top: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .22em;
  text-align: left;
}
.p-scheduleListAnnotationBlock > li.hasIndent {
  padding-left: 1em;
  text-indent: -1em;
}
.p-scheduleListAnnotationBlock > li + li {
  margin-top: 12px;
}
@media screen and (max-width: 1200px){
  .p-scheduleTimetable > li {
    padding: 20px 20px 24px;
  }
  .p-scheduleTimetableContent {
    display: block;
    padding-top: 2px;
  }
  .p-scheduleTimetableContent__title {
    width: 100%;
  }
  .p-scheduleTimetableContent__remarks {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px){
  .p-scheduleList > li {
    background-color: #fff;
    flex-direction: column;
    padding: 20px 20px;
  }
  .p-scheduleList > li + li {
    margin-top: 30px;
  }
  .p-scheduleList__dayLabel {
    font-size: 18px;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
  }
  .p-scheduleList__date {
    font-size: 24px;
    padding: 0;
    margin-bottom: 20px;
  }
  .p-scheduleList__label {
    font-size: 20px;
    width: 195px;
    min-height: 40px;
    border: 1px solid #000;
    margin-bottom: 20px;
  }
  .p-scheduleList__contents {
    padding-left: 0px;
  }
  .p-scheduleListTime {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .14em;
    text-align: center;
  }
  .p-scheduleListTxt {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px){
  .p-schedule {
    padding: 80px 0;
  }
  .p-scheduleContent {
    margin: 36px auto 0;
  }
  .p-scheduleCatch {
    margin: 36px auto;
    font-size: 20px;
  }

  .p-scheduleTimetable {
    margin-top: 36px;
  }
  .p-scheduleTimetable > li {
    padding: 15px 15px 18px;
    /* align-items: flex-start; */
  }
  .p-scheduleTimetable > li + li {
    margin-top: 5px;
  }
  .p-scheduleTimetableTime {
    align-self: flex-start;
    font-size: 20px;
    width: 60px;
    display: block;
  }
  .p-scheduleTimetableTime span:nth-of-type(2) {
    position: relative;
    display: inline-block;
    padding-left: 0;
    padding-top: 15px;
  }
  .p-scheduleTimetableTime span:nth-of-type(2)::before {
    width: 3px;
    height: 12px;
    top: 2px;
    bottom: auto;
    left: 25px;
  }
  .p-scheduleTimetableContent {
    padding: 4px 0 0 30px;
    width: calc(100% - 60px);
    text-align: left;
  }
  .p-scheduleTimetableContent__title {
    font-size: 18px;
  }
  .p-scheduleTimetableContent__remarks {
    font-size: 14px;
    letter-spacing: .14em;
  }

  .p-scheduleList > li {
    padding: 10px 10px 15px;
  }
  .p-scheduleList > li + li {
    margin-top: 20px;
  }
  .p-scheduleList__dayLabel {
    font-size: 16px;
    height: 46px;
    margin-bottom: 15px;
  }
  .p-scheduleList__date {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .p-scheduleList__label {
    font-size: 16px;
    width: 165px;
    min-height: 36px;
    margin-bottom: 20px;
  }
  .p-scheduleList__contents {
    padding-left: 0px;
  }
  .p-scheduleListTime {
    font-size: 14px;
  }
  .p-scheduleListTxt {
    font-size: 12px;
    margin-top: 15px;
  }
  .p-scheduleListAnnotationBlock {
    margin-top: 20px;
    font-size: 12px;
  }
  .p-scheduleListAnnotationBlock > li + li {
    margin-top: 10px;
  }
}

/* PHOTO GALLERY */
.p-gallery {
  padding: 120px 0 calc(120px + min(16.875vw, 324px));
  position: relative;
  box-sizing: border-box;
}
.p-gallery::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: min(16.875vw, 324px);
  background-image: url('../images/gallery_bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-galleryList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.p-galleryList > li {
  width: calc((100% - 40px) / 2);
}
.p-galleryList > li:nth-of-type(n+3) {
  margin-top: 30px;
}
.p-galleryList > li img {
  width: 100%;
  border: 8px solid #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px){
  .p-gallery {
    padding: 80px 0 calc(60px + min(32vw, 120px));
  }
  .p-gallery::after {
    height: min(32vw, 120px);
  }
  .p-galleryList {
    margin-top: 36px;
  }
  .p-galleryList > li {
    width: 100%;
    max-width: 610px;
    margin: 0 auto;
  }
  .p-galleryList > li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .p-galleryList > li img {
    width: 100%;
    border: 6px solid #fff;
  }
}

/* OUTLINE */
.p-outline {
  padding: 120px 0;
  box-sizing: border-box;
}
.p-outlineList {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  margin-top: 60px;
}
.p-outlineListItem {
  display: flex;
  background-color: #fff;
}
.p-outlineListItem + .p-outlineListItem {
  margin-top: 2px;
}
.p-outlineListItem__head {
  width: 263px;
  background-color: #e4e4e4;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .1em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  box-sizing: border-box;
  text-align: center;
}
.p-outlineListItem__body {
  width: calc(100% - 263px);
  color: #000;
  text-align: left;
  padding: 24px 20px;
  box-sizing: border-box;
}
.p-outlineListTxtBlock {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .14em;
}
.p-outlineListSummary {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .14em;
  color: #338cc2;
  margin-bottom: 10px;
}
.p-outlineListSummary span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #338cc2;
  box-sizing: border-box;
}
.p-outlineListAnnotation {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .14em;
  margin-top: 36px;
}
.p-outlineListAnnotation.p-outlineListAnnotation--hasIndent p {
  text-indent: -1em;
  padding-left: 1em;
  box-sizing: border-box;
}
.p-outlineListAnnotation.p-outlineListAnnotation--hasIndent p + p {
  margin-top: 10px;
}
.p-outlineListAnnotation a {
  text-decoration: underline;
}
.p-outlineListAnnotation a:hover {
  text-decoration: none;
  opacity: 1;
}
@media screen and (max-width: 768px){
  .p-outline {
    padding: 80px 0;
  }
  .p-outlineList {
    margin-top: 36px;
  }
  .p-outlineListItem {
    flex-direction: column;
  }
  .p-outlineListItem + .p-outlineListItem {
    margin-top: 6px;
  }
  .p-outlineListItem__head {
    width: 100%;
    font-size: 16px;
    padding: 12px 15px;
  }
  .p-outlineListItem__body {
    width: 100%;
    padding: 15px;
  }
  .p-outlineListTxtBlock {
    font-size: 14px;
  }
  .p-outlineListSummary {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 10px;
    text-align: center;
  }
  .p-outlineListSummary span {
    padding-bottom: 0px;
  }
  .p-outlineListAnnotation {
    font-size: 12px;
    margin-top: 24px;
  }
}

/* PRICE */
.p-price {
  padding: 120px 0;
  box-sizing: border-box;
  background-color: #1c1c1c;
}
.p-priceSec {
  margin-top: 60px;
}
.p-priceSec + .p-priceSec {
  margin-top: 70px;
}
.p-priceSecHeading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .04em;
  text-align: left;
  margin-bottom: 40px;
}
.p-priceTable {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  width: 100%;
}
.p-priceTable table {
  width: 100%;
}
.p-priceTable tr {

}
.p-priceTable tr th,
.p-priceTable tr td {
  padding: 25px 20px;
  box-sizing: border-box;
  vertical-align: middle;
}
.p-priceTable tr th {
  border: 1px solid #fff;
  border-collapse: collapse;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .04em;
  background-color: #000;
}
.p-priceTable tr td {
  border: 1px solid #cdcdcd;
  border-collapse: collapse;
  text-align: left;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .04em;
}
.p-priceTable tr:first-of-type th {
  border-top: none;
}
.p-priceTable tr th:first-of-type {
  border-left: none;
}
.p-priceTable tr:last-of-type th,
.p-priceTable tr:last-of-type td {
  border-bottom: none;
}
.p-priceTable tr th:last-of-type,
.p-priceTable tr td:last-of-type {
  border-right: none;
}
.p-priceTable tr td > ul > li {
  padding-left: 1em;
  text-indent: -1em;
  box-sizing: border-box;
}
.p-priceTable tr td > ul > li + li {
  margin-top: 10px;
}
.p-priceTableAnnotationBlock {
  margin-top: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: left;
}
.p-priceTableAnnotationBlock > li {
  text-indent: -1em;
  padding-left: 1em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px){
  .p-price {
    padding: 80px 0;
  }
  .p-priceSec {
    margin-top: 36px;
  }
  .p-priceSec + .p-priceSec {
    margin-top: 50px;
  }
  .p-priceSecHeading {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .p-priceTable tr th,
  .p-priceTable tr td {
    padding: 10px 5px;
  }
  .p-priceTable tr th {
    font-size: 12px;
  }
  .p-priceTable tr td {
    font-size: 12px;
  }
  .p-priceTable tr th:first-of-type {
    width: 100px;
  }
  .p-priceTableAnnotationBlock {
    margin-top: 15px;
    font-size: 12px;
  }
}

/* EXAMPLES OF ACHIEVING COMPANIES */
.p-example {
  background-image: url('../images/example_bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0;
  box-sizing: border-box;
}
.p-exampleList {
  margin: 60px auto 0;
}
.p-exampleList > li {
  background-color: #000;
  display: flex;
  height: 300px;
}
.p-exampleList > li + li {
  margin-top: 45px;
}
.p-exampleList__thumbnail {
  width: 25%;
  min-width: 192px;
}
.p-exampleList__thumbnail img {
  object-fit: cover;
  width: 100%;
}
.p-exampleList__txtArea {
  text-align: left;
  padding: 27px 20px 30px 35px;
  box-sizing: border-box;
}
.p-exampleListTxtBlock {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .14em;
  margin-bottom: 20px;
}
.p-exampleListJobTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .1em;
  color: #000;
}
.p-exampleListJobTitle > span {
  display: inline-block;
  background-color: #fff;
  padding: 5px 10px 6px;
  box-sizing: border-box;
}
.p-exampleListJobTitle > span {
  margin-bottom: 7px;
}
.p-exampleListName {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .22em;
}
.p-exampleListName span {
  font-size: 26px;
}
@media screen and (max-width: 1260px){
  .p-exampleList > li {
    height: auto;
  }
}
@media screen and (max-width: 768px){
  .p-example {
    padding: 80px 0;
  }
  .p-exampleList {
    margin-top: 36px;
    max-width: 460px;
  }
  .p-exampleList > li {
    flex-direction: column;
  }
  .p-exampleList > li + li {
    margin-top: 30px;
  }
  .p-exampleList__thumbnail {
    width: 60%;
    max-width: 300px;
    margin: 40px auto 0;
  }
  .p-exampleList__txtArea {
    padding: 30px 30px;
    max-width: 400px;
    margin: 0 auto;
  }
  .p-exampleListTxtBlock {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .p-exampleListJobTitle {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .p-exampleListJobTitle > span {
    padding: 5px 10px 6px;
  }
  .p-exampleListJobTitle > span {
    margin-bottom: 7px;
  }
  .p-exampleListName {
    font-size: 36px;
    text-align: center;
  }
  .p-exampleListName span {
    font-size: 20px;
  }
}

/* FAQ */
.p-faq {
  padding: 120px 0 130px;
  box-sizing: border-box;
}
.p-faqSec {
  margin-top: 60px;
}
.p-faqSec + .p-faqSec {
  margin-top: 60px;
}
.p-faqSecHeading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .22em;
  text-align: left;
  margin-bottom: 18px;
}
.p-faqList {
  
}
.p-faqList li + li {
  margin-top: 20px;
}
.p-faqList__qBox {
  display: flex;
  align-items: center;
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .14em;
  color: #000;
  text-align: left;
  box-sizing: border-box;
  position: relative;
}
.p-faqList__qBox::before,
.p-faqList__qBox::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #000;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
}
.p-faqList__qBox::before {
  
}
.p-faqList__qBox::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.p-faqList__qBox.is-opened::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.p-faqList__qBox span {
  min-height: 70px;
  padding: 20px 50px 15px 65px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.p-faqList__qBox span::before {
  position: absolute;
  content: '';
  left: 15px;
  top: 0px;
  content: 'Q';
  color: #338cc2;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .22em;

}
.p-faqList__aBox {
  display: none;
}
.p-faqListABoxTxtBlock {
  background-color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .1em;
  color: #fff;
  text-align: left;
  padding: 22px 15px 15px 65px;
  /* min-height: 70px; */
  box-sizing: border-box;
  position: relative;

}
.p-faqListABoxTxtBlock::before {
  position: absolute;
  content: '';
  left: 15px;
  top: 0px;
  content: 'A';
  color: #dd4d6e;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .22em;
}
.p-faqListABoxTxtBlock > p + p {
  margin-top: 1em;
}
.p-faqListABoxTxtBlock > p a {
  color: #fff;
  text-decoration: underline;
}
.p-faqListABoxTxtBlock > p a:hover {
  text-decoration: none;
  opacity: 1;
}
@media screen and (max-width: 768px){
  .p-faq {
    padding: 80px 0 100px;
  }
  .p-faqSec {
    margin-top: 36px;
  }
  .p-faqSec + .p-faqSec {
    margin-top: 36px;
  }
  .p-faqSecHeading {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .p-faqList li + li {
    margin-top: 15px;
  }
  .p-faqList__qBox {
    font-size: 14px;
  }
  .p-faqList__qBox::before,
  .p-faqList__qBox::after {
    width: 18px;
    height: 1px;
    right: 13px;
  }
  .p-faqList__qBox span {
    min-height: 52px;
    padding: 15px 38px 15px 40px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
  }
  .p-faqList__qBox span::before {
    left: 10px;
    font-size: 28px;
  }
  .p-faqListABoxTxtBlock {
    font-size: 14px;
    padding: 22px 10px 15px 50px;
  }
  .p-faqListABoxTxtBlock::before {
    left: 10px;
    top: 8px;
    font-size: 28px;
  }
}




/* Utility */
.u-taC { text-align: center !important;}
.u-taL { text-align: left !important;}
.u-taR { text-align: right !important;}
.u-hasIndent {
  text-indent: -1em !important;
  padding-left: 1em !important;
}
@media screen and (max-width: 768px) {
  .u-spTaC { text-align: center !important;}
  .u-spTaL { text-align: left !important;}
  .u-spTaR { text-align: right !important;}
}

@media screen and (max-width: 768px) {.u-pcOnly { display: none !important;}}
@media screen and (min-width: 769px) {.u-spOnly { display: none !important;}}