@charset "UTF-8";
/* 基本設定 */
/*============================================
	― 変数設定
=============================================*/
/*============================================
	― PC表示
=============================================*/
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

.pc-dislineblock {
  display: inline-block;
}

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
	― スマホ表示切り替え
=============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }
  .pc-disline {
    display: none;
  }
  .pc-dislineblock {
    display: none;
  }
  .sp-disblock {
    display: block;
  }
  .sp-disline {
    display: inline;
  }
  .sp-dislineblock {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
body {
  font-family: "Shippori Mincho";
  font-weight: 600;
}

/* modules */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 OVERVIEW 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.overview {
  margin: 30px auto 60px;
}
.overview .box-wrapper .box {
  padding: 10px 0 50px 0;
  background: #f2f3f3;
  margin: 150px 0 0 0;
}
.overview .box-wrapper .box .inner {
  max-width: 1280px;
  margin: -60px auto 0;
  padding: 40px 80px 40px 80px;
  box-shadow: 0 8px 30px 10px rgba(40, 70, 117, 0.05);
  background: #fff;
}
.overview .box-wrapper .box .inner h2 {
  background: #6dba4f;
  padding: 15px 40px 15px 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.overview .box-wrapper .box .inner h2 .cover {
  color: #fff;
  font-size: 30px;
  letter-spacing: 2px;
}
.overview .box-wrapper .box .inner h2 .en {
  font-family: "Jost";
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
}
.overview .box-wrapper .box .inner .table {
  display: flex;
  flex-wrap: wrap;
}
.overview .box-wrapper .box .inner .table dl {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  width: 50%;
}
.overview .box-wrapper .box .inner .table dl dt {
  width: 35%;
  margin: 0 0% 0 0;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #6dba4f;
  font-weight: bold;
  font-weight: 800;
  padding: 12px 0 12px 0;
  justify-content: center;
  border-bottom: solid 2px #6dba4f;
  line-height: 2;
  background: #f3ffef;
}
.overview .box-wrapper .box .inner .table dl dt .small {
  font-size: 0.8em;
}
.overview .box-wrapper .box .inner .table dl dd {
  width: 75%;
  line-height: 2;
  font-weight: 800;
  color: #606060;
  font-size: 17px;
  padding: 12px 25px 12px 25px;
  border-bottom: solid 2px #e5e5e5;
  display: flex;
  align-items: center;
}
.overview .box-wrapper .box .inner .link {
  display: block;
  width: fit-content;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: linear-gradient(90deg, #47ad42, #72bc4f);
  opacity: 0.91;
  padding: 20px 40px;
  margin: 40px auto 0;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .overview {
    margin: 30px auto 60px;
  }
  .overview .box-wrapper .box {
    padding: 10px 0 50px 0;
    margin: 150px 0 0 0;
  }
  .overview .box-wrapper .box .inner {
    max-width: 1280px;
    margin: -60px auto 0;
    padding: 40px 2% 40px 2%;
  }
  .overview .box-wrapper .box .inner h2 {
    padding: 15px 40px 15px 40px;
  }
  .overview .box-wrapper .box .inner h2 .cover {
    font-size: 30px;
    letter-spacing: 2px;
  }
  .overview .box-wrapper .box .inner h2 .en {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .overview .box-wrapper .box .inner .table {
    display: flex;
    flex-wrap: wrap;
  }
  .overview .box-wrapper .box .inner .table dl {
    width: 50%;
  }
  .overview .box-wrapper .box .inner .table dl dt {
    width: 35%;
    margin: 0 0% 0 0;
    padding: 12px 0 12px 0;
    line-height: 2;
    font-size: 17px;
  }
  .overview .box-wrapper .box .inner .table dl dt .small {
    font-size: 0.8em;
  }
  .overview .box-wrapper .box .inner .table dl dd {
    width: 75%;
    line-height: 2;
    font-size: 17px;
    padding: 12px 30px 12px 30px;
  }
}
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .overview {
    margin: 30px auto 60px;
  }
  .overview .box-wrapper .box {
    padding: 10px 0 50px 0;
    margin: 150px 0 0 0;
  }
  .overview .box-wrapper .box .inner {
    max-width: 1280px;
    margin: -60px auto 0;
    padding: 40px 2% 40px 2%;
  }
  .overview .box-wrapper .box .inner h2 {
    padding: 15px 40px 15px 40px;
  }
  .overview .box-wrapper .box .inner h2 .cover {
    font-size: 30px;
    letter-spacing: 2px;
  }
  .overview .box-wrapper .box .inner h2 .en {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .overview .box-wrapper .box .inner .table {
    display: flex;
    flex-wrap: wrap;
  }
  .overview .box-wrapper .box .inner .table dl {
    width: 50%;
  }
  .overview .box-wrapper .box .inner .table dl dt {
    width: 35%;
    margin: 0 0% 0 0;
    padding: 12px 0 12px 0;
    line-height: 2;
    font-size: 17px;
  }
  .overview .box-wrapper .box .inner .table dl dt .small {
    font-size: 0.8em;
  }
  .overview .box-wrapper .box .inner .table dl dd {
    width: 75%;
    line-height: 2;
    font-size: 17px;
    padding: 12px 30px 12px 30px;
  }
}
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .overview {
    margin: 30px auto 60px;
  }
  .overview .box-wrapper .box {
    padding: 10px 0 50px 0;
    background: #f2f3f3;
    margin: 150px 0 0 0;
  }
  .overview .box-wrapper .box .inner {
    max-width: 90%;
    margin: -60px auto 0;
    padding: 40px 3% 40px 3%;
    width: 90%;
  }
  .overview .box-wrapper .box .inner h2 {
    padding: 15px 20px 15px 20px;
    display: block;
  }
  .overview .box-wrapper .box .inner h2 .cover {
    font-size: 8vw;
    letter-spacing: 2px;
  }
  .overview .box-wrapper .box .inner h2 .en {
    font-size: 4vw;
    letter-spacing: 2px;
  }
  .overview .box-wrapper .box .inner .table dl {
    display: block;
  }
  .overview .box-wrapper .box .inner .table dl dt {
    flex-basis: 100%;
    width: 100%;
    font-size: 22px;
    color: #6dba4f;
    font-weight: bold;
    font-weight: 800;
    padding: 20px 0 20px 0;
    line-height: 2;
    font-size: 4.5vw;
  }
  .overview .box-wrapper .box .inner .table dl dt .small {
    font-size: 0.8em;
  }
  .overview .box-wrapper .box .inner .table dl dd {
    flex-basis: 100%;
    width: 100%;
    line-height: 2;
    color: rgb(11, 25, 58);
    font-size: 4vw;
    padding: 20px 10px 20px 20px;
  }
  .overview .box-wrapper .box .inner .link {
    display: block;
    width: fit-content;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: linear-gradient(90deg, #47ad42, #72bc4f);
    opacity: 0.91;
    padding: 20px 40px;
    margin: 40px auto 0;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    font-size: 4vw;
  }
}
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* breakpoints *//*# sourceMappingURL=style.css.map */