@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/*===== 1. Global Redefinition =====*/
body{
  background: #fff;
	color: #000000;
	line-height: 1.4;
  margin: 0 auto;
}

img {width: 100%;}



/*===== 2. Font Redefinition =====*/
html { font-size: 62.5%;}

body {
	font-size: 1.6em;
	font-family: "Montserrat", "M PLUS 2", sans-serif;
}

@media (max-width: 768px) {
	html { font-size: calc(100vw / 76.8 * 2.048);}
}
@media (max-width: 640px) { html { font-size: calc(100vw / 64 * 1.7067);}}
@media (max-width: 480px) { html { font-size: calc(100vw / 48 * 1.28);}}
@media (max-width: 375px) { html { font-size: calc(100vw / 37.5 * 1);}}
@media (max-width: 360px) { html { font-size: calc(100vw / 36);}}
@media (max-width: 320px) { html { font-size: calc(100vw / 32);}}




/*===============================================*
*	commcon
*===============================================*/
a {
  text-decoration: none;
  color: inherit;
}
.soon{
  opacity: 0.7;
  pointer-events: none;
}
/* hide
------------------------------------------------*/
.sp_hide {
  display: block !important;
}
@media (max-width: 990px) {
  .sp_hide {
    display: none !important;
  }
}

.pc_hide {
  display: none !important;
}
@media (max-width: 990px) {
  .pc_hide {
    display: block !important;
  }
}

h2{
  position: relative;
  text-align: center;
  margin-bottom: 4rem;
  color: #000;
  z-index: 1;
}
h2 .sub{
  display: block;
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  margin-bottom: 0.5rem
}

h2 .main{
  font-family: "Montserrat", "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 6rem;
  line-height: 1.2166666667;
  position: relative;
}
h2 .main span{
	font-size: 2rem;
	font-weight: bold;
	display: block;
}
.inner {
  max-width: 120rem;;
  margin: 0 auto;
  padding: 16rem 2rem;
}
  
.sec_bg_gray {
  background-color: #fffde7;
}


.mv_btn_wrap {
  display: flex;
  width: 100%;
  right: 0;
  z-index: 1;
  position: relative;
}

.mv_btn_wrap .btn {
  display: flex;
  z-index: 3;
  color: #000;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-weight: bold;
  transition: 1s;
  position: relative;
  border-radius: 0.5rem;
  background: linear-gradient(90deg,#fdec25 0%, #f9e500 100%);
  width: 32rem;
  padding: 2.5rem 1rem;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
}

.mv_btn_wrap .btn:hover {
  opacity: 1;
  background: linear-gradient(90deg,#c0b100 0%, #c0b100 100%);
}
.mv_btn_wrap .btn span {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: left;
  align-content: center;
  align-items: center;
  text-align: center;
  padding: 0 3rem;
}
.mv_btn_wrap .btn span::after,
.mv_btn_wrap .btn span::before {
  content: "";
}
.mv_btn_wrap .btn span::after {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: 20px;
  transition: 0.3s ease-in-out;
  background: #fff url("../img/arrow02.svg") no-repeat 50% 50%/1rem;
}
.mv_btn_wrap .btn::after, 
.mv_btn_wrap .btn::before {
  content: "";
}
.mv_btn_wrap .btn::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-color-hover);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  z-index: 0;
  border-radius: 6px;
  opacity: 0;
}
p.fin{
  color: #fff;
  font-weight: bold;
  padding: 0.4rem 1rem;
  border-radius: 0.3rem;
  display: inline-block;
  margin: 0.5rem 0 1rem;
  background: #c00;
  font-size: 1.4rem;
  position: relative;
  z-index: 2
}
p.fin::after{
  position: absolute;
  content: "";
  top: 100%;
  right: 50%;
  transform: translateX(50%);
  border: 1rem solid transparent;
  border-top: 1.5rem solid #c00;
  z-index: 2
}


@media (max-width: 768px) {
  h2 .main{
    font-size: 3.6rem;
  }
  
  .inner {
    padding: 10rem 1.5rem;
  }
  .mv_btn_wrap .btn{
    padding: 2rem 0;
    width: 100%;
  }
  p.fin{
    width: 100%;
    text-align: center;
  }
}


/*-----------------------------------------------------------
content
-------------------------------------------------------------*/


#main_visual {
  width: 100%;
  height: calc(60vh);
  position: relative;
  background: url("../img/img-mv.png") no-repeat 70% 50%/40%;
}
#main_visual::after{
  content: "";
  position: absolute;
  background: #cfcfcf;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
#main_visual .ltt_link{
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 22rem
}
#main_visual .ltt_link a{
  display: block;
}
#main_visual .ltt_link a:hover{opacity: 0.6;}

#main_visual .ltt_link img{
  width: 100%
}
#main_visual .mv_inner {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 2rem;
}

#main_visual .mv_inner .mv_title_wrap {
  width: 50%;
}
#main_visual .mv_inner .mv_title_wrap .mv_title_wrap_inner {
  width: 100%;
}
#main_visual .mv_inner .mv_title{
  margin-bottom: 2rem;
}
#main_visual .mv_inner .mv_title img{
  width: 100%;
}
#main_visual .mv_inner .mv_session {
  margin-bottom: 1rem;
}
#main_visual .mv_inner .mv_session .entry_period {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
#main_visual .mv_inner .mv_session .entry_period dt {
  width: 10rem;
  border-radius: 0.4rem;
  background: #000;
  text-align: center;
  font-weight: 500;
  color: #f9e500;
  margin-right: 1rem
}
#main_visual .mv_inner .mv_session .entry_period dd {
  font-weight: 600;
  font-style: normal;
  font-size: 2.2rem;
}
#main_visual .mv_inner .mv_session .entry_period dd span{
  font-size: 1.8rem;
}

#main_visual .benefits{
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  margin: 1rem 0;
  background: #c00;
  padding: 0.8rem;
  border-radius: 0.4rem;
  display: inline-block;
}

#main_visual .benefits p{
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 0.5rem;
  color: #fff;
 text-align: center;
  letter-spacing: 1rem;
}

#main_visual .benefits dl{
  padding: 0.2rem;
  border-radius: 0.3rem;
  background: #fff;
}

#main_visual .benefits dl dt{
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  font-size: 1.4rem;
  background: #000
}
#main_visual .benefits dl dd{
  padding: 0.4rem 1rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #main_visual {
    width: 100%;
    height: 100vh;
    min-height: 80rem;
    background: url(../img/img-mv.png) no-repeat 50% 75% / 90%
  }
  #main_visual .ltt_link{
    position: absolute;
    right: auto;
    left: 1.5rem;
    top: 1rem;
    width: 12rem
  }
  #main_visual .mv_inner{
    padding: 8rem 1.5rem 1rem;
    display: block;
  }
  
  #main_visual .mv_inner .mv_title_wrap {
    width: 100%;
  }
  #main_visual .mv_inner .mv_title_wrap .mv_title_wrap_inner {
    padding-top: 0;
  }
  #main_visual .mv_inner .mv_title{
    width: 80%;
  }
  #main_visual .mv_inner .mv_session{
    margin-bottom: 2rem;
  }
  #main_visual .benefits{
    bottom:2rem;
    right: 1.5rem;
    left: 1.5rem;
    width: calc(100% - 3rem);
  }


  #main_visual .benefits dl{
    display: flex;
    line-height: 1.2;
  }
  #main_visual .benefits dl dt{
    padding: 0.6rem 1rem;
  }
  #main_visual .benefits dl dd{
    font-size: 1.4rem;
    flex: 1;
    padding: 0.6rem 1rem;
  }
}




.navigation {
  background: #fff;
  width: 100%;
  box-shadow: 0px 0.4rem 1rem rgba(0, 0, 0, 0.15);
}

.navigation.is-fixed {
  position: fixed;
  z-index: 5;
  top: 0;
  width: 100%;
  left: 0;
}
.navigation .is-overlay {
  background: rgba(34, 34, 34, 0.6);
  display: none;
  height: 100vh;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.navigation .navigation_sp_toggle {
  display: none;
}

.navigation > ul {
  margin: 0 auto;
  width: 100%;
  max-width: 120rem;
  display: flex;
  text-align: center;
}
.navigation > ul > li {
  width: 25%;
}
.navigation > ul > li > a {
  color: var(--txt-color1);
  font-family: "Montserrat", "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 8rem;
  transition: 0.3s ease-in-out;
  position: relative;
  display: block;
}

.navigation > ul > li > a:hover {
  opacity: 0.5;
}
.navigation > ul > li + li {
  position: relative;
}
.navigation > ul > li + li::before {
  content: "";
  width: 1px;
  height: 3.8rem;
  position: absolute;
  left: 0;
  background: #C4BEC0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .navigation {
    background-color: #333333;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 20;
    border-bottom: 0;
  }
  .navigation .navigation_sp_toggle {
    position: fixed;
    right: 1rem;
    top: 1rem;
    border-radius: 50%;
    z-index: 10;
    width: 6rem;
    height: 6rem;
    background: #fff;
    box-shadow: 0px 0.4rem 1rem rgba(0, 0, 0, 0.15);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 0.5rem 0;
  }
  .navigation .navigation_sp_toggle::before,
  .navigation .navigation_sp_toggle::after,
  .navigation .navigation_sp_toggle span {
    content: "";
    background: #000;
    width: 20px;
    height: 2px;
    transform-origin: 50% 50%;
    transition: 0.3s ease-in-out;
    margin: 0 calc(50% - 10px);
  }
  .navigation > ul {
    flex-wrap: wrap;
    background: #f9e500;
    position: fixed;
    z-index: 3;
    width: 100vw;
    padding: 10rem 6rem;
    opacity: 0;
    transform: translate(0, -100%);
    transition: all 0.4s ease-in;
    text-align: center;
    flex-direction: column;
    align-items: center;
    
  }
  .p-pageContent .navigation > ul.js-open {
    opacity: 1;
    transform: translate(0, 0);
  }
  .navigation > ul > li {
    width: 100%;
    padding: 0 1rem;
  }
  .p-pageContent .navigation > ul > li > a {
    color: #000;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.04em;
   
    line-height: 2rem;
  }
  
  .navigation > ul > li + li {
    margin-top: 3rem;
  }
  .navigation > ul > li + li::before {
    display: none;
  }
}
.navigation > ul.js-open + .navigation_sp_toggle::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.navigation > ul.js-open + .navigation_sp_toggle::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.navigation > ul.js-open + .navigation_sp_toggle span {
  opacity: 0;
}




@media (min-width: 768px) {
  .js-fixed {
    left: 0 !important;
    position: fixed !important;
    right: 0;
    top: 0;
    transition: all ease-in-out 0.3s;
    z-index: 10;
  }
}




#about {
  position: relative;
  overflow: hidden;
  background: url("../img/bg-about.png") no-repeat 50% 20%/50% ;
}
#about::before,
#about::after {
  content: "";
  position: absolute;
}
#about::before {
  background: url("../img/about_bg1.png") no-repeat 0 0/100%;
  width: 50rem;
  height: 50rem;
  left: 0;
  top: 0;
}
#about::after {
  background: url("../img/about_bg2.png") no-repeat 100% 100%/100%;
  width: 50rem;
  height: 50rem;
  right: 0;
  bottom: 0;
}
#about .inner {
  text-align: center;
  position: relative;
  height: 600px;
  max-width: 808px;
}
#about .inner p {
  position: relative;
  z-index: 1;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 990px) and (min-width: 769px) {
  #about .inner {
    width: 690px;
  }
}
@media (max-width: 768px) {
  #about::before {
    background: url("../img/about_bg1_sp.png") no-repeat 0 0/100%;
    width: 20rem;
    height: 30rem;
    left: 0;
    bottom: 0;
    top: auto;
  }
  #about::after {
    background: url("../img/about_bg2_sp.png") no-repeat 100% 100%/100%;
    width: 25rem;
    height: 50rem;
  }
  #about .inner {
    max-width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 468px;
  }
  #about .inner p {
    text-align: left;
    margin: auto;
    line-height: 2;
    font-weight: 500;
  }
}



#outline table {
  border-bottom: 0.1rem solid #ccc;
  width: 100%;
}
#outline table tr {
  border-top: 0.1rem solid #ccc;
}
#outline table th, 
#outline table td {
  padding: 3rem 0;
}

#outline table th {
  width: 18rem;
  font-weight: bold;
}
#outline table td {
  width: calc(100% - 18rem);
}
#outline table td span{
  display: inline-block;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #outline table {
    display: block;
    border-top: none;
  }

  #outline table tr {
    display: block;
    width: 100%;
    border-top: none;
    padding: 0;
  }
  #outline table th, 
  #outline table td{
    display: block;
    width: 100%;
  }
  
  #outline table th {
    background: #f9e500;
    padding: 2rem 1rem;
  }
  #outline table td {
    padding: 1rem 1rem 2rem;
  }
}

#participants p{
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
#participants ul{
  text-align: center
}
#participants li{
  display: inline-block;
  background: #000;
  border-radius: 3rem;
  margin: 1rem;
  padding: 1rem 3rem;
  font-size: 1.8rem;
  color: #f9e500 
}

#participants .mv_btn_wrap{
  margin: 6rem auto 0;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
}

#participants p.fin{
  margin: 0 1.5rem 2rem;
  width: calc(100% - 3rem);
}

#participants .mv_btn_wrap a{
  margin: 0 1.5rem;
}
@media (max-width: 768px) {
  #participants li{
    font-size: 1.6rem;
    padding: 0.75rem 2rem;
    margin: 0.5rem;
  }
  #participants .mv_btn_wrap div{
    margin: 0;
    width: calc(100% - 0rem);
  }
  #participants .mv_btn_wrap div:not(:last-child){
    margin: 0 0 2rem;
  }
  #participants p.fin{
     margin: 0 0 2rem;
    width: 100%;
  }
  #participants .mv_btn_wrap a{
    margin: 0;
  }

  
}

#program .program_wrap{
  background: #fff;
  padding: 0.5rem;
  border-radius: 1rem;
}
#program .program_wrap dl {
  display: flex;
  align-items: center;
}
#program .program_wrap dl:not(:last-child) {
  border-bottom: 0.1rem solid #ededed;
}
#program .program_wrap dl dt {
  width: 16rem;
  font-weight: 500;
  background: #f9e500;
  padding: 3rem 2rem;
  text-align: center;
  margin-right: 2rem;
}
#program .program_wrap dl:first-child dt{
  border-radius: 0.7rem 0.7rem 0 0 ;
}
#program .program_wrap dl:last-child dt{
  border-radius: 0 0 0.7rem 0.7rem ;
}
#program .program_wrap dl dd {
  position: relative;
  font-size: 1.6rem;
  flex: 1;
}
#program .program_wrap dl dd > div span {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.1;
}

@media (max-width: 768px) {
  #program .program_wrap dl {
    flex-wrap: wrap;
  }
  #program .program_wrap dl::before {
    left: 8.5333333333vw;
    top: 15px;
  }
  #program .program_wrap dl dt {
    width: 100%;
    justify-content: flex-start;
    margin-right: 0;
    padding: 1rem 0;
  }
  #program .program_wrap dl:last-child dt{
    border-radius: 0 ;
  }
  #program .program_wrap dl dd {
    width: 100%;
    padding: 1.5rem 1rem;
  }

}

#results .info{
	margin-bottom: 3rem;
	text-align: center;
}
#results h3{
  color: #f9e500;
  background: #000;
  padding: 1.5rem;
  text-align: center;
  width: 60%;
  margin: 0 auto 3rem;
  font-weight: bold;
  font-size: 2rem;
  border-radius: 4rem;
}
#results section:not(:last-child){
  margin-bottom:8rem;
}
#results #results_report table{
  border-bottom: 0.1rem solid #ccc;
  width: 100%;
}

#results #results_report table tr {
  border-top: 0.1rem solid #ccc;
}

#results #results_report table th, 
#results #results_report table td {
  padding: 3rem 0;
}

#results #results_report table th {
  width: 18rem;
  font-weight: bold;
  position: relative;
}
#results #results_report table td span{
  font-size: 1.4rem;
  display: block;
}

#results #results_report table td .disc li{
  position: relative;
  padding-left: 1rem;
  display: inline-block;
  margin-right: 3rem;
  
}
#results #results_report table td .disc li::before{
  width: 0.4rem;
  height: 0.4rem;
  background: #333;
  border-radius: 50%;
  position: absolute;
  content: "";
  top: calc(50% - 0.2rem);
  left: 0;
}
#results #results_report table td .flex li{
  display: flex;
  align-items: center;
}
#results #results_report table td .flex li:not(:last-child){
  margin-bottom: 1rem;
}

#results #results_report table td .flex li span{
  background: #f9e500;
  font-size: 1.4rem;
  padding: 0.5rem 0.5rem;
  width:12rem;
  border-radius: 4rem;
  margin-right: 1.5rem;
  text-align: center;
  font-weight: 500;
}

#results #results_questionnaire ul{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#results #results_questionnaire li{
  width: calc(50% - 2rem);
  padding: 0.3rem;
  background: #fff;
  border-radius: 1rem;
}
#results #results_questionnaire li p{
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 1.8rem;
  padding: 1rem;
  border-radius: 0.8rem 0.8rem  0 0;
  background: #f9e500;
}
#results #results_questionnaire li div {
  width: 65%;
  margin: 1rem auto 0;
  padding: 1rem;
}
#results #results_comments div{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#results #results_comments div dl{
  width: calc(50% - 20px);
  margin: 1.5rem 0;
   background: #fff;
   border-radius: 1.5rem;
}
#results #results_comments div dt{
  background: #f9e500;
  padding: 2rem;
  border-radius: 1.5rem 1.5rem 0 0;
  color: #000;
  font-weight: bold;
}
#results #results_comments div dd{
  padding: 2rem;
}
@media (max-width: 768px) {
  #results h3{
    width: 100%;
    margin: 0 auto 2rem;
    font-size: 1.8rem;
  }
  #results #results_report table tr{
    border-top: none;
  }
  #results #results_report table th, 
  #results #results_report table td{
    display: block;
    width: 100%;
  }
  #results #results_report table th{
    background: #f9e500;
    padding: 2rem 1rem;
  }
  #results #results_report table td{
     padding: 1rem 1rem 2rem;
  }
  #results #results_report table td .flex li{
    display: block;
    text-align: center;
  }
  #results #results_report table td .flex li span{
    display: block;
    width: 100%;
    margin: 0 0 0.5rem;
  }
  #results #results_questionnaire li{
    width: 100%;
  }
  #results #results_questionnaire li:not(:last-child){
    margin-bottom: 3rem;
  }
  #results #results_questionnaire li div{
    width: 100%;
		padding: 0 2rem;
  }
  #results #results_comments div dl{
    width: 100%;
    margin: 1rem 0;
  }
  #results #results_comments div dt{
    padding: 1.5rem;
  }
}
footer > div{
  background: #000;
  padding: 6rem;
  color: #fff;
}
footer > div > div{
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 2rem;
  text-align: center;
}
footer > div > div p:first-child{
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
footer > div > div b{
  display: block;
  dominant-baseline: 1.8rem;
  font-weight: 600;
}
footer > div > div a.email_link{
  text-decoration: underline;
}

footer > div > div a.email_link:hover{
  text-decoration: none;
}
footer > div .web_link{
  margin-top: 3rem;
}
footer > div .web_link a{
  display: inline-block;
  border: #f9e500 solid 0.1rem;
  padding: 0.6rem 4rem;
  border-radius: 3rem;
  color: #f9e500;
}
footer > div .web_link a:hover{
  color: #000;
  background: #f9e500;
}
footer > p{
  background: #f9e500 ;
  color: #000;
  padding: 0.5rem 2rem;
  font-size: 1.4rem;
  text-align: center;
}

@media (max-width: 768px) {
  footer > div{
    padding: 6rem 0;
  }
  footer > div > div{
    padding: 0 1.5rem;
  }
  
  footer > div .web_link a{
    font-size: 1.4rem;
      padding: 0.6rem 3rem;
    }
}