@charset "UTF-8";
/*
brakepoint
*/
#container {
  overflow: clip;
}

.mf-fv {
  background-attachment: fixed;
  background-image: url(../img/mf_fv.jpg);
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 60vh;
  padding-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .mf-fv {
    background-image: none;
    background-color: #F2F1EA;
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.mf-fv .mf-logo {
  position: absolute;
  left: 0;
  top: 53vh;
  width: 59vw;
  transition: opacity 1s ease-out;
}
@media screen and (max-width: 1000px) {
  .mf-fv .mf-logo {
    top: 200px;
    width: 94.67vw;
  }
}
@media screen and (max-width: 1000px) {
  .mf-fv figure.sp {
    height: calc(100svh - 130px);
    margin-bottom: 190px;
  }
  .mf-fv figure.sp img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
    width: 100%;
    height: 100%;
  }
}
.mf-fv .btn-report {
  transition: opacity 0.3s;
  display: block;
  position: absolute;
  top: calc(100svh - 120px);
  right: 30px;
  width: 310px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url("../img/mf_arrow_d.svg");
  background-size: 31px 31px;
  background-position: right 23px center;
  background-repeat: no-repeat;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.56;
  padding: 20px 75px 20px 25px;
  box-shadow: 0 0 10px 0 rgba(42, 42, 42, 0.1);
}
@media screen and (max-width: 1000px) {
  .mf-fv .btn-report {
    top: calc(100svh - 110px);
    right: calc(50% - 155px);
  }
}
.mf-fv .cbox {
  opacity: 0;
  translate: 0 100px;
  transition: opacity 1s ease-out, translate 1s ease-out;
}
@media screen and (max-width: 1000px) {
  .mf-fv .cbox {
    width: calc(100% - 60px);
  }
}
.mf-fv .cbox h2 {
  width: 460px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .mf-fv .cbox h2 {
    width: 100%;
    margin-bottom: 40px;
  }
}
.mf-fv .cbox p.lead {
  margin-bottom: 110px;
  font-weight: bold;
  font-size: 18px;
  line-height: 3.44;
}
@media screen and (max-width: 1000px) {
  .mf-fv .cbox p.lead {
    font-size: 16px;
    line-height: 2.375;
    margin-bottom: 60px;
  }
}
.mf-fv .cbox .reclean {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 28px 80px;
}
@media screen and (max-width: 1000px) {
  .mf-fv .cbox .reclean {
    display: block;
    padding: 28px 25px 60px;
    margin: 0 -10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
  }
}
.mf-fv .cbox .reclean h3 {
  background: url(../img/mf_reclean.svg) right center no-repeat;
  width: 350px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .mf-fv .cbox .reclean h3 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.mf-fv .cbox .reclean h3 .jp {
  color: #5A5651;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .mf-fv .cbox .reclean h3 .jp {
    padding-top: 20px;
  }
}
.mf-fv .cbox .reclean h3 .en {
  color: #9E8648;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-size: 32px;
  line-height: 1.6;
}
.mf-fv .cbox .reclean p {
  margin: 0;
  width: 513px;
}
@media screen and (max-width: 1000px) {
  .mf-fv .cbox .reclean p {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .mf-fv .cbox {
    opacity: 1;
    translate: 0 0;
  }
}
@media screen and (min-width: 1000px) {
  .mf-fv.start .mf-logo {
    opacity: 0;
  }
  .mf-fv.start .cbox {
    opacity: 1;
    translate: 0 0;
  }
}

main {
  margin: 0;
}

.mfsection {
  padding: 100px 0;
}
@media screen and (max-width: 1000px) {
  .mfsection {
    padding: 40px 0 60px;
  }
}
.mfsection .cbox {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .mfsection .cbox {
    width: calc(100% - 60px);
  }
}
.mfsection .sphoto {
  width: 50%;
  position: sticky;
  left: 0;
  top: 112px;
}
.mfsection .sphoto img {
  transform-origin: right top;
}
.mfsection .content {
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1000px) {
  .mfsection .content {
    width: 100%;
  }
}
.mfsection .content h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .mfsection .content h2 {
    margin-bottom: 0;
  }
}
.mfsection .content h2 .num {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 120px;
  color: #F2F1EA;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .mfsection .content h2 .num {
    font-size: 90px;
    margin-bottom: 0;
  }
}
.mfsection .content .p01 {
  margin: 0 auto;
}
.mfsection .content .p02 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .mfsection .content .p02 {
    margin-bottom: 40px;
  }
}
.mfsection .content .p02 img {
  border-radius: 10px;
}
.mfsection .content p.lead {
  line-height: 1.857;
  font-size: 28px;
  letter-spacing: 0.06em;
  color: #9E8648;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .mfsection .content p.lead {
    font-size: 26px;
    line-height: 1.423;
    margin-bottom: 30px;
  }
}
.mfsection .content .column2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .mfsection .content .column2 {
    display: block;
  }
}
.mfsection .content .column2 p {
  width: 300px;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .mfsection .content .column2 p {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .mfsection .content .column2 figure {
    text-align: center;
  }
}
.mfsection .content dl {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid rgba(158, 134, 72, 0.5);
  border-bottom: 1px solid rgba(158, 134, 72, 0.5);
  padding: 40px 0;
}
.mfsection .content dl dt {
  width: 6em;
  position: relative;
}
.mfsection .content dl dt::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
.mfsection .content dl dd {
  width: calc(100% - 6em);
}
.mfsection.mf01 {
  background: #FFFFFF;
}
.mfsection.mf01 .sphoto {
  height: 949px;
}
.mfsection.mf01 .sphoto img {
  transform: translateX(-18%) scale(1.27);
}
.mfsection.mf01 .content h2 img {
  width: 528px;
}
@media screen and (max-width: 1000px) {
  .mfsection.mf01 .content h2 img {
    width: 312px;
  }
}
.mfsection.mf01 .content .p01 {
  width: 262px;
}
.mfsection.mf01 .content .column2 {
  margin-bottom: 130px;
}
@media screen and (max-width: 1000px) {
  .mfsection.mf01 .content .column2 {
    margin-bottom: 40px;
  }
}
.mfsection.mf01 .content .column2 p {
  width: 330px;
}
@media screen and (max-width: 1000px) {
  .mfsection.mf01 .content .column2 p {
    width: 100%;
  }
}
.mfsection.mf01 .content .column2 p {
  z-index: 1;
}
.mfsection.mf01 .content .column2 figure {
  width: 220px;
}
@media screen and (max-width: 1000px) {
  .mfsection.mf01 .content .column2 figure {
    width: 100%;
  }
}
.mfsection.mf01 .content .column2 figure img {
  transform-origin: right top;
  scale: 1.36;
}
@media screen and (max-width: 1000px) {
  .mfsection.mf01 .content .column2 figure img {
    scale: 1;
  }
}
.mfsection.mf02 {
  background: rgba(232, 235, 235, 0.5);
}
.mfsection.mf02 .sphoto {
  order: 2;
  height: 641px;
}
.mfsection.mf02 .sphoto img {
  transform-origin: left top;
  transform: translateX(18%) scale(1.25);
}
.mfsection.mf02 .content {
  order: 1;
}
.mfsection.mf02 .content h2 .num {
  color: #E6E7E0;
}
.mfsection.mf02 .content h2 img {
  width: 451px;
}
@media screen and (max-width: 1000px) {
  .mfsection.mf02 .content h2 img {
    width: 261px;
  }
}
.mfsection.mf02 .content .column2 figure {
  width: 226px;
}
@media screen and (max-width: 1000px) {
  .mfsection.mf02 .content .column2 figure {
    margin: 0 auto;
  }
}
.mfsection.mf03 {
  background: #FFFFFF;
}
.mfsection.mf03 .sphoto {
  height: 544px;
  top: 212px;
}
.mfsection.mf03 .sphoto img {
  transform: translate(-10%, -100px) scale(1.17);
}
.mfsection.mf03 .content h2 img {
  width: 534px;
}
@media screen and (max-width: 1000px) {
  .mfsection.mf03 .content h2 img {
    width: 315px;
  }
}
.mfsection.mf03 .content .column2 figure {
  width: 240px;
}
@media screen and (max-width: 1000px) {
  .mfsection.mf03 .content .column2 figure {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  .mfsection.mf03 .content p.lead {
    letter-spacing: 0;
  }
}

#report {
  background: #F2F1EA;
  padding: 130px 0 150px;
}
@media screen and (max-width: 1160px) {
  #report {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 1000px) {
  #report .cbox {
    width: calc(100% - 60px);
  }
}
#report h2 {
  font-size: 52px;
  letter-spacing: 0.04em;
  color: #9E8648;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 60px;
}
@media screen and (max-width: 1160px) {
  #report h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
#report .p01 {
  width: calc(100% + (100vw - 1100px) / 2);
  margin-right: calc((-100vw + 1100px) / 2);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  margin-bottom: 80px;
}
@media screen and (max-width: 1160px) {
  #report .p01 {
    width: calc(100% + 30px);
    margin-right: -30px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 40px;
  }
}
#report p.lead {
  font-size: 48px;
  line-height: 1.625;
  letter-spacing: 0.04em;
  color: #9E8648;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 1160px) {
  #report p.lead {
    font-size: 28px;
    margin-bottom: 40px;
    letter-spacing: 0.02em;
  }
}
#report p.lead .palt {
  font-feature-settings: "palt";
}
#report h3 {
  font-size: 28px;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1160px) {
  #report h3 {
    font-size: 20px;
    letter-spacing: 0.03em;
    margin-bottom: 30px;
  }
}
#report .detail {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 30px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 1160px) {
  #report .detail {
    background: white;
    display: block;
    padding: 25px;
    margin: 60px -10px 60px;
  }
}
#report .detail h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 207px;
  height: 85px;
  border-right: 1px solid rgba(42, 42, 42, 0.42);
  text-align: center;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1160px) {
  #report .detail h4 {
    font-size: 16px;
    letter-spacing: 0.02em;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    margin: 0 auto;
    border-right: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(42, 42, 42, 0.42);
  }
}
#report .detail dl {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
  font-size: 16px;
  font-weight: bold;
  padding-left: 60px;
  width: 600px;
}
@media screen and (max-width: 1160px) {
  #report .detail dl {
    padding-left: 0;
    width: 100%;
    font-size: 14px;
    display: block;
  }
}
#report .detail dl dt {
  width: 5em;
  position: relative;
  letter-spacing: 5px;
}
@media screen and (max-width: 1160px) {
  #report .detail dl dt {
    width: auto;
    letter-spacing: 0;
    margin-bottom: 4px;
  }
}
#report .detail dl dt::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1160px) {
  #report .detail dl dt::after {
    position: relative;
    top: auto;
    left: auto;
  }
}
#report .detail dl dd {
  width: calc(100% - 5em);
}
@media screen and (max-width: 1160px) {
  #report .detail dl dd {
    width: 100%;
  }
  #report .detail dl dd:not(:last-child) {
    margin-bottom: 24px;
  }
}
#report .school {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 100px;
  border-bottom: 1px solid #9E8648;
  margin-bottom: 80px;
}
@media screen and (max-width: 1160px) {
  #report .school {
    display: block;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
#report .school dl {
  width: 46.4%;
}
@media screen and (max-width: 1160px) {
  #report .school dl {
    width: 100%;
  }
  #report .school dl:first-child {
    margin-bottom: 60px;
  }
}
#report .school dl dt {
  font-size: 24px;
  letter-spacing: 0.02em;
  color: #9E8648;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1160px) {
  #report .school dl dt {
    font-size: 20px;
  }
}
#report .school dl dt::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #9E8648;
  display: block;
  opacity: 0.5;
  margin-top: 20px;
}
#report .school dl dt .en {
  font-size: 20px;
}
@media screen and (max-width: 1160px) {
  #report .school dl dt .en {
    font-size: 18px;
    display: block;
  }
}
#report .school dl dd {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2;
}
#report .report01,
#report .report02 {
  margin-bottom: 100px;
}
#report .report01 h3,
#report .report02 h3 {
  color: #9E8648;
}
@media screen and (max-width: 1160px) {
  #report .report01 h3,
  #report .report02 h3 {
    font-size: 26px;
    line-height: 1.46;
  }
}
@media screen and (max-width: 1160px) {
  #report .report01 {
    margin-bottom: 40px;
  }
}
#report .report01 figure {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 1160px) {
  #report .report01 figure {
    margin-top: 0;
    display: block;
  }
}
#report .report01 figure img {
  border-radius: 10px;
  width: 47.2%;
}
@media screen and (max-width: 1160px) {
  #report .report01 figure img {
    width: 100%;
  }
  #report .report01 figure img:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1160px) {
  #report .report02 {
    margin-bottom: 60px;
  }
}
#report .report02 .column2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1160px) {
  #report .report02 .column2 {
    display: block;
  }
}
#report .report02 .column2 p {
  width: 59%;
}
@media screen and (max-width: 1160px) {
  #report .report02 .column2 p {
    width: 100%;
  }
}
#report .report02 .column2 figure {
  width: 33.6%;
}
@media screen and (max-width: 1160px) {
  #report .report02 .column2 figure {
    width: 100%;
  }
}
#report .report02 .column2 figure img {
  width: calc(100% + (100vw - 1100px) / 2);
  margin-right: calc((-100vw + 370px) / 2);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 1160px) {
  #report .report02 .column2 figure img {
    width: calc(100% + 30px);
    margin-right: -30px;
  }
}
#report .solution {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  padding: 35px;
}
@media screen and (max-width: 1160px) {
  #report .solution {
    background: white;
    padding: 25px;
    margin: 0 -10px;
  }
}
#report .solution p {
  color: #9E8648;
  font-weight: bold;
  margin: 0;
  text-align: center;
  line-height: 2.25;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1160px) {
  #report .solution p {
    text-align: left;
    line-height: 2.125;
  }
}/*# sourceMappingURL=index.css.map */