@charset "UTF-8";
/* CSS Document */
.segment_outer {
  position: relative;
}

.msc_color_green {
  color: #7cbe35;
}

.msc_color_yellow {
  color: #d9e367;
}

.msc_color_lightbrown {
  color: #c58c40;
}

body {
  color: #333333;
}

h2 {
  font-size: 38px;
  font-weight: 800;
  color: #7cbe35;
  margin-bottom: 1em;
}
@media screen and (max-width: 767.98px) {
  h2 {
    font-size: 20px;
  }
}

p {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 1.8em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  p {
    font-size: 16px;
  }
}

figure {
  font-size: 15px;
  font-weight: bold;
  color: black;
  margin-top: 0em;
  margin-bottom: 3em;
}
@media screen and (max-width: 767.98px) {
  figure {
    font-size: 11px;
  }
}

/* アンダーライン */
.underline1 {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.4em; /* 線の太さ */
  text-decoration-color: #e1e985; /* 線の色 */
  text-underline-offset: -0.3em; /* 線の位置。テキストに重なるようにやや上部にする */
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.underline2 {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 1.2em; /* 線の太さ */
  text-decoration-color: #e1e985; /* 線の色 */
  text-underline-offset: -0.95em; /* 線の位置。テキストに重なるようにやや上部にする */
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.b-shadow1 {
  box-shadow: 10px 10px 0px 0px #7cbe35;
}

.img_fluid {
  width: 100%;
  height: auto;
}

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

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

.msc_bigger1 {
  font-size: 24px;
}

.msc_a_white, .msc_a_white:hover, .msc_a_white:visited {
  text-decoration: underline;
  color: white;
}

.msc_container {
  background-color: #fff;
  width: 100%;
  min-width: 1080px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .msc_container {
    width: 100%;
    min-width: 320px;
  }
}

.msc_title_outer {
  width: 100%;
  position: relative;
}
.msc_title_outer .msc_title_inner1 {
  z-index: 200;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding-top: 0px;
  padding-bottom: 76px;
  background-color: #f5f5f5;
  background-image: url(../images/landing/mokuchal/25_title_bg1.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .msc_title_outer .msc_title_inner1 {
    padding-bottom: 60px;
  }
}
.msc_title_outer .msc_title_inner1 a {
  display: block;
  margin: 0 auto;
  width: 457px;
}
@media screen and (max-width: 767.98px) {
  .msc_title_outer .msc_title_inner1 a {
    width: 90%;
  }
}
.msc_title_outer .msc_title_sinsain {
  width: 57%;
  margin: 0 auto;
  color: #333333;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.42em;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767.98px) {
  .msc_title_outer .msc_title_sinsain {
    width: 90%;
  }
}
.msc_title_outer .msc_title_inner2 {
  z-index: 100;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0% 0px, 100% 0%, 100% calc(100% - 120px), 0 100%);
          clip-path: polygon(0% 0px, 100% 0%, 100% calc(100% - 120px), 0 100%);
  background-color: #7cbe35;
}
@media screen and (max-width: 767.98px) {
  .msc_title_outer .msc_title_inner2 {
    -webkit-clip-path: polygon(0% 0px, 100% 0%, 100% calc(100% - 40px), 0 100%);
            clip-path: polygon(0% 0px, 100% 0%, 100% calc(100% - 40px), 0 100%);
  }
}
.msc_title_outer img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .msc_title_outer img {
    width: 95%;
    height: auto;
  }
}

.msc_inner_box {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .msc_inner_box {
    width: 90%;
  }
}

.msc_btn1 {
  display: block;
  margin: 0 auto;
  width: 450px;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .msc_btn1 {
    width: 90%;
    height: auto;
  }
}

.msc_theme {
  position: relative;
  margin-top: 0px;
  margin-bottom: 100px;
  padding-top: 72px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .msc_theme {
    width: 90%;
    margin: 0px auto;
  }
}
.msc_theme .title1 {
  display: inline-block;
  margin: 0 auto 55px;
  font-size: 38px;
  color: white;
  border-bottom: solid 2px white;
  line-height: 1.3em;
}
.msc_theme .title2 {
  font-size: 50px;
  font-weight: 700;
  color: #d9e367;
  line-height: 1em;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767.98px) {
  .msc_theme .title2 {
    font-size: 35px;
  }
}
.msc_theme p {
  color: white;
}

.msc_bigtext1 {
  font-size: 1.3em;
}

.msc_theme2 {
  width: 100%;
  margin: 0;
  padding: 0px 0 80px;
  position: relative;
  top: 50px;
  z-index: 100;
  margin-bottom: 0px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .msc_theme2 {
    padding-bottom: 650px;
  }
}
@media screen and (max-width: 575.98px) {
  .msc_theme2 {
    padding-bottom: 410px;
  }
}
@media screen and (max-width: 427.98px) {
  .msc_theme2 {
    padding-bottom: 230px;
  }
}

.msc_theme2_outer {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .msc_theme2_outer {
    width: 90%;
  }
}

.msc_theme2_inner {
  width: 80%;
  position: absolute;
  margin: 0 auto;
  margin-top: -60px;
}
@media screen and (max-width: 767.98px) {
  .msc_theme2_inner {
    width: 90%;
  }
}

.msc_theme2_flex {
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .msc_theme2_flex {
    flex-direction: column;
  }
}
.msc_theme2_flex .msc_theme2_flex_b1 {
  width: 48%;
}
@media screen and (max-width: 767.98px) {
  .msc_theme2_flex .msc_theme2_flex_b1 {
    width: 100%;
  }
}

.msc_step1 {
  position: relative;
  background-color: white;
  text-align: center;
  padding-top: 47px;
  padding-bottom: 85px;
}
.msc_step1 .msc_step1_flex {
  width: 90%;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .msc_step1 .msc_step1_flex {
    width: 100%;
    flex-direction: column;
  }
}
.msc_step1 .msc_step1_flex .msc_step1_flex_b1 {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .msc_step1 .msc_step1_flex .msc_step1_flex_b1 {
    width: 100%;
  }
}

.msc_step1b {
  background-color: white;
  width: 100%;
  margin: 0;
  padding: 0px 0 20px;
  position: relative;
  top: 0px;
  z-index: 100;
  margin-bottom: 0px;
  text-align: center;
}
.msc_step1b_outer {
  width: 80%;
  margin: 0px auto 0 auto;
}
@media screen and (max-width: 767.98px) {
  .msc_step1b_outer {
    width: 90%;
  }
}

.msc_step1b_inner {
  width: 80%;
  margin: 0 auto;
  margin-top: 0px;
  top: 0px;
}
@media screen and (max-width: 767.98px) {
  .msc_step1b_inner {
    width: 90%;
  }
}

.msc_step2 {
  position: relative;
  background-color: #EFF4BE;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 0px;
}
.msc_step2 .msc_step2_lead {
  margin-bottom: 70px;
}
.msc_step2 .msc_step2_flex {
  width: 90%;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .msc_step2 .msc_step2_flex {
    width: 100%;
    flex-direction: column;
  }
}
.msc_step2 .msc_step2_flex .msc_step2_flex_b1 {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .msc_step2 .msc_step2_flex .msc_step2_flex_b1 {
    width: 100%;
  }
}

.msc_wEmarf_outer {
  width: 100%;
  background-color: #7cbe35;
  position: relative;
}
.msc_wEmarf_outer .msc_wEmarf_inner {
  margin: 0 auto;
  padding: 50px 0 0 0;
  width: 80%;
  text-align: center;
  color: white;
}
.msc_wEmarf_outer .msc_wEmarf_inner .msc_wEmarf_flex {
  text-align: left;
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .msc_wEmarf_outer .msc_wEmarf_inner .msc_wEmarf_flex {
    flex-direction: column;
    margin-bottom: 2em;
  }
}
.msc_wEmarf_outer .msc_wEmarf_inner .msc_wEmarf_flex .msc_wEmarf_flex_b1 {
  width: 43%;
}
@media screen and (max-width: 767.98px) {
  .msc_wEmarf_outer .msc_wEmarf_inner .msc_wEmarf_flex .msc_wEmarf_flex_b1 {
    width: 100%;
  }
}
.msc_wEmarf_outer .msc_wEmarf_inner .msc_wEmarf_flex .msc_wEmarf_flex_b2 {
  width: 53%;
}
@media screen and (max-width: 767.98px) {
  .msc_wEmarf_outer .msc_wEmarf_inner .msc_wEmarf_flex .msc_wEmarf_flex_b2 {
    width: 100%;
  }
}
.msc_wEmarf_outer .msc_wEmarf_inner .msc_wEmarf_button {
  width: 457px;
  margin: 0 auto 2em;
}
@media screen and (max-width: 767.98px) {
  .msc_wEmarf_outer .msc_wEmarf_inner .msc_wEmarf_button {
    width: 100%;
  }
}
.msc_wEmarf_outer img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .msc_wEmarf_outer img {
    width: 95%;
    height: auto;
  }
}

.msc_mokuzai {
  color: white;
  background-color: #7cbe35;
  width: 100%;
  margin-top: 0px;
  padding: 0px 0 0px;
  position: relative;
  top: 0px;
  z-index: 100;
  margin-bottom: 0px;
  text-align: center;
}
.msc_mokuzai h2, .msc_mokuzai p {
  color: white;
}
.msc_mokuzai h2 {
  margin-bottom: 1.5em;
}

.msc_mokuzai_outer {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .msc_mokuzai_outer {
    width: 90%;
  }
}

.msc_mokuzai_inner {
  width: 75%;
  position: relative;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .msc_mokuzai_inner {
    width: 90%;
    padding-top: 80px;
  }
}
.msc_mokuzai_inner .msc_mokuzai_flex {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .msc_mokuzai_inner .msc_mokuzai_flex {
    width: 100%;
    flex-direction: column;
  }
}
.msc_mokuzai_inner .msc_mokuzai_flex .msc_mokuzai_flex_b1 {
  width: 48%;
}
@media screen and (max-width: 767.98px) {
  .msc_mokuzai_inner .msc_mokuzai_flex .msc_mokuzai_flex_b1 {
    width: 100%;
    margin-bottom: 2em;
  }
}

.msc_step3 {
  position: relative;
  z-index: 51;
  background-color: white;
  background-repeat: repeat;
  background-position: top center;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 0px;
}
.msc_step3 .msc_step3_lead {
  position: relative;
  z-index: 50;
  padding-bottom: 146px;
}
@media screen and (max-width: 767.98px) {
  .msc_step3 .msc_step3_lead {
    padding-bottom: 10px;
  }
}
.msc_step3 .msc_step3_flex {
  position: relative;
  z-index: 50;
  width: 50%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 3%;
}
@media screen and (max-width: 767.98px) {
  .msc_step3 .msc_step3_flex {
    width: 100%;
    flex-direction: column;
  }
}
.msc_step3 .msc_step3_flex .msc_step3_flex_b1 {
  width: 48%;
}
@media screen and (max-width: 767.98px) {
  .msc_step3 .msc_step3_flex .msc_step3_flex_b1 {
    width: 100%;
  }
}

.msc_step3_bg {
  width: 100%;
  margin-top: -250px;
  padding: 0px 0 0px;
  position: relative;
  top: 0px;
  z-index: 40;
  margin-bottom: 0px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .msc_step3_bg {
    padding-bottom: 650px;
  }
}
@media screen and (max-width: 575.98px) {
  .msc_step3_bg {
    padding-bottom: 410px;
  }
}
@media screen and (max-width: 427.98px) {
  .msc_step3_bg {
    padding-bottom: 230px;
  }
}

.msc_step3_bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #d9e367;
  transform: skewY(5deg);
  z-index: -1;
}

.msc_step3_bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f2f5ca;
  transform: skewY(-5deg);
  z-index: -1;
}

.msc_step3_bg_outer {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .msc_step3_bg_outer {
    width: 90%;
  }
}

.msc_step3_bg_inner {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .msc_step3_bg_inner {
    width: 90%;
  }
}
.msc_step3_bg_inner img {
  width: 40%;
}
@media screen and (max-width: 767.98px) {
  .msc_step3_bg_inner img {
    width: 100%;
  }
}

.msc_sinsaiin {
  position: relative;
  z-index: 51;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 0px;
}
.msc_sinsaiin h2 {
  display: inline-block;
  font-size: 38px;
  color: white;
  letter-spacing: 0.05em;
  border-bottom: solid 2px white;
  line-height: 1.3em;
  margin-bottom: 60px;
}
.msc_sinsaiin .msc_sinsaiin_flex {
  position: relative;
  z-index: 50;
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 6%;
}
@media screen and (max-width: 767.98px) {
  .msc_sinsaiin .msc_sinsaiin_flex {
    width: 100%;
    flex-direction: column;
  }
}
.msc_sinsaiin .msc_sinsaiin_flex .msc_sinsaiin_flex_b1 {
  background-color: white;
  text-align: center;
  width: 47%;
}
@media screen and (max-width: 767.98px) {
  .msc_sinsaiin .msc_sinsaiin_flex .msc_sinsaiin_flex_b1 {
    width: 100%;
  }
}
.msc_sinsaiin .msc_sinsaiin_flex .msc_sinsaiin_flex_b1 .name {
  width: 100%;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0em;
  letter-spacing: 0.05em;
}
.msc_sinsaiin .msc_sinsaiin_flex .msc_sinsaiin_flex_b1 .position {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #7cbe35;
  margin-bottom: 0.8em;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
.msc_sinsaiin .msc_sinsaiin_flex .msc_sinsaiin_flex_b1 .text {
  text-align: left;
  width: 82%;
  margin: 0 auto 1.5em;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.msc_yoko {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 200px;
  text-align: center;
  background-color: white;
}
@media screen and (max-width: 767.98px) {
  .msc_yoko {
    background-image: none;
    padding-bottom: 100px;
  }
}
.msc_yoko .msc_yoko_txt {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767.98px) {
  .msc_yoko .msc_yoko_txt {
    font-size: 12px;
  }
}
.msc_yoko .msc_yoko_title {
  width: 700px;
  margin: 0 auto;
  margin-bottom: 0px;
}
@media screen and (max-width: 767.98px) {
  .msc_yoko .msc_yoko_title {
    width: 90%;
    margin-bottom: 40px;
  }
}
.msc_yoko .msc_yoko_title .msc_2ndrow {
  display: inline-block;
  width: 100%;
  border-bottom: solid 2px #000;
  padding-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .msc_yoko .msc_yoko_title .msc_2ndrow {
    border: none;
    padding-bottom: 2px;
    line-height: 1em;
  }
}
.msc_yoko .msc_yoko_yoko {
  width: 700px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .msc_yoko .msc_yoko_yoko {
    width: 90%;
  }
}
.msc_yoko .msc_yoko_details {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 3em;
}
@media screen and (max-width: 767.98px) {
  .msc_yoko .msc_yoko_details {
    font-size: 14px;
  }
}
.msc_yoko .msc_yoko_midashi {
  font-weight: 700;
}

.msc_hr1 {
  height: 1px;
  border: none;
  border-top: 1px #000000 solid;
}

.msc_hr2 {
  height: 2px;
  border: none;
  border-top: 2px #000000 solid;
}

.sime_slant-bg {
  width: 100%;
  margin: 0;
  padding: 100px 0 80px;
  position: relative;
  top: 200px;
  z-index: 100;
  margin-bottom: 300px;
  text-align: center;
}

.sime_slant-bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffc68f;
  transform: skewY(5deg);
  z-index: -1;
}

.sime_slant-bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #c58c40;
  transform: skewY(-5deg);
  z-index: -1;
}

.msc_about2 {
  width: 100%;
  margin: 0;
  padding: 0px 0 80px;
  position: relative;
  top: 50px;
  z-index: 100;
  margin-bottom: 0px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .msc_about2 {
    padding-bottom: 650px;
  }
}
@media screen and (max-width: 575.98px) {
  .msc_about2 {
    padding-bottom: 410px;
  }
}
@media screen and (max-width: 427.98px) {
  .msc_about2 {
    padding-bottom: 230px;
  }
}

.msc_about2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffc68f;
  transform: skewY(5deg);
  z-index: -1;
}

.msc_about2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffebd8;
  transform: skewY(-5deg);
  z-index: -1;
}

.msc_about2_outer {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .msc_about2_outer {
    width: 90%;
  }
}

.msc_about2_inner {
  width: 80%;
  position: absolute;
  margin: 0 auto;
  margin-top: -100px;
}
@media screen and (max-width: 767.98px) {
  .msc_about2_inner {
    width: 90%;
  }
}

.msc_about2_flex {
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .msc_about2_flex {
    flex-direction: column;
  }
}
.msc_about2_flex .msc_about2_flex_b1 {
  width: 48%;
}
@media screen and (max-width: 767.98px) {
  .msc_about2_flex .msc_about2_flex_b1 {
    width: 100%;
  }
}

.msc_subject {
  background-image: url(../images/landing/mokuchal/bg1.png);
  background-repeat: repeat;
  background-position: top center;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 100px;
}
.msc_subject .msc_subject_lead {
  margin-bottom: 70px;
}
.msc_subject .msc_subject_flex {
  width: 90%;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .msc_subject .msc_subject_flex {
    width: 100%;
    flex-direction: column;
  }
}
.msc_subject .msc_subject_flex .msc_subject_flex_b1 {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .msc_subject .msc_subject_flex .msc_subject_flex_b1 {
    width: 100%;
  }
}

.msc_tokuten {
  width: 100%;
  margin: 0;
  padding: 100px 0 80px;
  position: relative;
  top: 0px;
  z-index: 100;
  margin-bottom: 0px;
  text-align: center;
}
.msc_tokuten .msc_tokuten_txt {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.98px) {
  .msc_tokuten .msc_tokuten_txt {
    width: 100%;
  }
}

.msc_tokuten::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e7d0b1;
  transform: skewY(5deg);
  z-index: -1;
}

.msc_tokuten::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  transform: skewY(-5deg);
  z-index: -1;
}

.msc_tokuten_flex {
  width: 80%;
  padding-bottom: 50px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .msc_tokuten_flex {
    width: 100%;
  }
}
.msc_tokuten_flex .msc_tokuten_flex_b1 {
  width: 48%;
}
@media screen and (max-width: 767.98px) {
  .msc_tokuten_flex .msc_tokuten_flex_b1 {
    width: 100%;
  }
}

.msc_EMARF {
  background-image: url(../images/landing/mokuchal/bg3.png);
  background-repeat: repeat;
  background-position: top center;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 100px;
}
.msc_EMARF p {
  color: white;
}
.msc_EMARF .msc_subject_lead {
  margin-bottom: 50px;
}

.msc_prize_bg {
  width: 100%;
  margin-top: -80px;
  margin-bottom: 100px;
  position: relative;
  top: 50px;
  z-index: 100;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
}

.msc_prize_bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffc68f;
  transform: skewY(5deg);
  z-index: -1;
}

.msc_prize_bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffebd8;
  transform: skewY(-5deg);
  z-index: -1;
}

.msc_judge1 {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 0px;
}
.msc_judge1 .msc_subject_lead {
  margin-bottom: 70px;
}
.msc_judge1 .msc_judge1_flex {
  width: 100%;
  padding-bottom: 0px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767.98px) {
  .msc_judge1 .msc_judge1_flex {
    width: 90%;
    align-items: stretch;
  }
}
.msc_judge1 .msc_judge1_flex .msc_judge1_flex_b1 {
  width: 30%;
  margin-left: 5px;
}
@media screen and (max-width: 767.98px) {
  .msc_judge1 .msc_judge1_flex .msc_judge1_flex_b1 {
    width: 47%;
    margin-left: 0px;
    display: flex;
    align-items: flex-end;
  }
  .msc_judge1 .msc_judge1_flex .msc_judge1_flex_b1 img {
    display: block;
  }
}
.msc_judge1 .msc_judge1_flex .msc_judge1_flex_b2 {
  width: 57%;
  margin-left: 3%;
}
@media screen and (max-width: 767.98px) {
  .msc_judge1 .msc_judge1_flex .msc_judge1_flex_b2 {
    width: 50%;
  }
}

.msc_judge2 {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 0px;
}
.msc_judge2 .msc_subject_lead {
  margin-bottom: 70px;
}
.msc_judge2 .msc_judge2_flex {
  width: 100%;
  padding-bottom: 0px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767.98px) {
  .msc_judge2 .msc_judge2_flex {
    width: 90%;
    flex-direction: row-reverse;
    align-items: stretch;
  }
}
.msc_judge2 .msc_judge2_flex .msc_judge2_flex_b1 {
  width: 30%;
  margin-right: 5px;
}
@media screen and (max-width: 767.98px) {
  .msc_judge2 .msc_judge2_flex .msc_judge2_flex_b1 {
    width: 47%;
    margin-right: 0px;
    display: flex;
    align-items: flex-end;
  }
  .msc_judge2 .msc_judge2_flex .msc_judge2_flex_b1 img {
    display: block;
  }
}
.msc_judge2 .msc_judge2_flex .msc_judge2_flex_b2 {
  width: 57%;
  margin-right: 3%;
}
@media screen and (max-width: 767.98px) {
  .msc_judge2 .msc_judge2_flex .msc_judge2_flex_b2 {
    margin-right: 0;
    margin-left: 3%;
    width: 50%;
  }
}

.msc_fukidashi1 {
  position: relative;
  width: 100%;
  height: auto;
  background: #FFFFFF;
  padding: 10px;
  text-align: left;
  border: 1px solid #000000;
  color: #000000;
  border-radius: 10px;
}

.msc_fukidashi1:after, .msc_fukidashi1:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 40%;
}

.msc_fukidashi1:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 14px;
  border-right-width: 14px;
  margin-top: -10px;
  border-right-color: #FFFFFF;
}
@media screen and (max-width: 767.98px) {
  .msc_fukidashi1:after {
    margin-left: -10px;
    border-bottom-color: #FFFFFF;
    bottom: 100%;
    left: 50%;
  }
}

.msc_fukidashi1:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 11px;
  border-bottom-width: 11px;
  border-left-width: 15px;
  border-right-width: 15px;
  margin-top: -11px;
  margin-right: 1px;
  border-right-color: #000000;
}

.msc_fukidashi2 {
  position: relative;
  width: 100%;
  height: auto;
  background: #FFFFFF;
  padding: 10px;
  text-align: left;
  border: 1px solid #000000;
  color: #000000;
  border-radius: 10px;
}

.msc_fukidashi2:after, .msc_fukidashi2:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 40%;
}

.msc_fukidashi2:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 14px;
  border-right-width: 14px;
  margin-top: -10px;
  border-left-color: #FFFFFF;
}
@media screen and (max-width: 767.98px) {
  .msc_fukidashi2:after {
    margin-left: -10px;
    border-bottom-color: #FFFFFF;
    bottom: 100%;
    left: 50%;
  }
}

.msc_fukidashi2:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 11px;
  border-bottom-width: 11px;
  border-left-width: 15px;
  border-right-width: 15px;
  margin-top: -11px;
  margin-left: 1px;
  border-left-color: #000000;
}

.msc_fukidashi3 {
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 0px;
  background: #FFFFFF;
  padding: 10px;
  text-align: left;
  border: 1px solid #000000;
  border-radius: 10px;
}

.msc_fukidashi3:after, .msc_fukidashi3:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: 10%;
}

.msc_fukidashi3:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 8px;
  border-right-width: 8px;
  margin-left: -8px;
  border-bottom-color: #FFFFFF;
}

.msc_fukidashi3:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 14px;
  border-bottom-width: 14px;
  border-left-width: 9px;
  border-right-width: 9px;
  margin-left: -9px;
  margin-bottom: 1px;
  border-bottom-color: #000000;
}

.msc_profile_flex1 {
  display: flex;
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (max-width: 767.98px) {
  .msc_profile_flex1 {
    flex-direction: column-reverse;
    justify-content: space-between;
    margin-bottom: 0px;
    height: 100%;
  }
}
.msc_profile_flex1 .msc_profile_flex1_b2 {
  margin-left: 1em;
}
@media screen and (max-width: 767.98px) {
  .msc_profile_flex1 .msc_profile_flex1_b2 {
    margin-left: 0;
    text-align: right;
  }
}
.msc_profile_flex1 .msc_profile_flex1_b2 img {
  width: 88px;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .msc_profile_flex1 .msc_profile_flex1_b2 img {
    width: 60px;
    height: auto;
  }
}

.msc_about {
  text-align: center;
  margin-bottom: 100px;
}

.msc_profile_pos1 {
  color: #c58c40;
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  .msc_profile_pos1 {
    display: block;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1.2em;
    margin-bottom: 0.5em;
  }
}

.msc_profile_name1 {
  font-size: 22px;
  font-weight: 500;
  line-height: 2em;
}
@media screen and (max-width: 767.98px) {
  .msc_profile_name1 {
    line-height: 1em;
  }
}

.msc_bgimage1_outer {
  position: relative;
}
.msc_bgimage1_outer .msc_bgimage1_inner {
  position: fixed;
  width: 100%;
  height: 100vh;
  min-width: 1080px;
  max-width: 1280px;
  background-image: url(../images/landing/mokuchal/25_bgimg_01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}/*# sourceMappingURL=mc25_styles.css.map */