@charset "utf-8";

.slider-mainvisual,
.top-slide {
  display: none;
}
.slider-mainvisual.slick-initialized,
.top-slide.slick-initialized {
  display: block;
}

.header-lang-list {
  display: block;
}

.main-contents {
  margin-top: 50px;
}
@media screen and (max-width:767px) {
  .main-contents {
    margin-top: 20px;
  }
}
.contents-inner {
  padding: 50px 60px 180px;
}
@media screen and (max-width:767px) {
  .contents-inner {
    padding: 40px 5px 80px;
  }
}

/* ------------------------------------------------------------------------------
     mainvisual
-------------------------------------------------------------------------------*/
.mainvisual-wrap {
  position: relative;
  max-width: 1670px;
  margin: auto;
  overflow: hidden;
}
.mainvisual-wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 0; bottom: 0;
  width: 34.74vw;
  height: 33.44vw;
  background: url(../images/mainvisual_img_01.png) no-repeat;
  background-size: cover;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .mainvisual-wrap::before {
    max-width: 463px;
    max-height: 450px;
  }
}
.mainvisual-wrap::after {
  content: "";
  display: block;
  position: absolute;
  right: -1px; top: -1px;
  width: 23.02vw;
  height: 21.61vw;
  background: url(../images/mainvisual_img_02.png) no-repeat;
  background-size: cover;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .mainvisual-wrap::after {
    max-width: 306px;
    max-height:290px;
  }
}
.mainvisual-logo {
  position: absolute;
  top: 50%;
  left: -1px; right: -1px;
  width: 40.19vw;
  max-width: 643px;
  margin: auto;
  transform: translateY(-50%);
}
@media screen and (max-width:767px) {
  .mainvisual-logo {
    width: 60vw;
  }
}
.mainvisual-logo > img {
  filter: drop-shadow(2px 2px 3px #133A43);
}
.mainvisual-img > img {
  width: 100%;
}

/* ------------------------------------------------------------------------------
     menu-button-list
-------------------------------------------------------------------------------*/
.menu-button-list {
  margin: 0 0 54px;
  font-size: 0;
}
@media screen and (max-width:767px) {
  .menu-button-list {
    margin: 0 0 40px;
  }
}
.menu-button-list > li {
  position: relative;
  width: 32%;
  display: inline-block;
}
@media screen and (max-width:767px) {
  .menu-button-list > li {
    width: 48%;
  }
}
@media screen and (min-width:768px) {
  .menu-button-list > li + li {
    margin-left: 2%;
  }
  .menu-button-list > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .menu-button-list > li:nth-child(n+4) {
    margin-top: 16px;
  }
}
@media screen and (max-width:767px) {
  .menu-button-list > li:nth-child(even) {
    margin-left: 4%;
  }
  .menu-button-list > li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.menu-button-list > li > .button-01 {
  display: block;
}
@media screen and (max-width:1100px) {
  .menu-button-list > li > .button-01 {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .menu-button-list > li > .button-01 {
    padding: 14px 22px 14px 8px;
    font-size: 14px;
  }
}
@media screen and (max-width:345px) {
  .menu-button-list > li > .button-01 {
    padding: 14px 20px 14px 6px;
    font-size: 12px;
  }
}

@media screen and (max-width:1100px) {
  .menu-button-list > li > .button-01 > .icon-down {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width:767px) {
  .menu-button-list > li > .button-01 > .icon-down {
    top: -3px;
    right: 10%;
    width: 8px;
    height: 8px;
  }
}

/* ------------------------------------------------------------------------------
     News
-------------------------------------------------------------------------------*/
@media screen and (min-width:768px) {
  .news-list > li {
    display: flex;
    margin-top: 5px;
  }
}
@media screen and (max-width:767px) {
  .news-list > li + li {
    margin-top: 10px;
  }
}
.news-list .news-date {
  display: inline-block;
  width: 130px;
  font-size: 18px;
}
@media screen and (max-width:767px) {
  .news-list .news-date {
    display: inline-block;
    width: 95px;
    font-size: 14px;
  }
}
.news-list .news-text {
  display: inline-block;
  width: calc(100% - 130px);
  font-size: 18px;
}
@media screen and (max-width:767px) {
  .news-list .news-text {
    display: inline;
    width: auto;
    font-size: 14px;
  }
}
.news-text a {
  color: #02B4CB;
  text-decoration: underline;
}
.news-old {
  display: none;
}
.info-more {
  display: block;
  margin-top: 20px;
}
.info-more a {
  text-decoration: underline;
}

/* ------------------------------------------------------------------------------
    concept-img
-------------------------------------------------------------------------------*/
.concept-img {
  margin: 100px 0 200px;
}
@media screen and (max-width:767px) {
  .concept-img {
    margin: 50px 0 60px;
  }
}
.concept-img > dt {
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .concept-img > dt {
    font-size: 16px;
  }
}
.concept-img > dd {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .concept-img > dd {
    margin-top: 12px;
  }
}
.concept-img > dd + dt {
  margin-top: 170px;
}
@media screen and (max-width:767px) {
  .concept-img > dd + dt {
    margin-top: 50px;
  }
}

/* ------------------------------------------------------------------------------
    theme-button-list
-------------------------------------------------------------------------------*/
.theme-button-list {
  margin: 26px 0 54px;
  font-size: 0;
}
@media screen and (max-width:767px) {
  .theme-button-list {
    margin: 20px 0;
  }
}
.theme-button-list > li {
  position: relative;
  width: 32%;
  display: inline-block;
}
@media screen and (max-width:767px) {
  .theme-button-list > li {
    width: 48%;
  }
}
@media screen and (min-width:768px) {
  .theme-button-list > li + li {
    margin-left: 2%;
  }
  .theme-button-list > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .theme-button-list > li:nth-child(n+4) {
    margin-top: 16px;
  }
}
@media screen and (max-width:767px) {
  .theme-button-list > li:nth-child(even) {
    margin-left: 4%;
  }
  .theme-button-list > li:nth-child(n+3) {
    margin-top: 18px;
  }
}

/* ------------------------------------------------------------------------------
     Message
-------------------------------------------------------------------------------*/
.message {
  margin: 180px 0 140px;
}
@media screen and (max-width:767px) {
  .message {
    margin: 60px 0;
  }
}
@media screen and (max-width:767px) {
  .message img {
    transform: scale(0.5);
  }
}
.message-title {
  margin-top: 36px;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .message-title {
    margin-top: 0;
    font-size: 20px;
    text-align: center;
  }
}
.message-text {
  margin-top: 46px;
  text-align: center;
  line-height: 2.4;
}
@media screen and (max-width:767px) {
  .message-text {
    margin-top: 20px;
    text-align: left;
    line-height: 1.6;
  }
}

/* ------------------------------------------------------------------------------
    features
-------------------------------------------------------------------------------*/
.features {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .features {
    margin-top: 60px;
  }
}
.features > dt {
  font-size: 20px;
}
@media screen and (max-width:767px) {
  .features > dt {
    font-size: 16px;
  }
}
.features > dd {
  margin-top: 36px;
}
@media screen and (max-width:767px) {
  .features > dd {
    margin-top: 20px;
  }
}
.features-circle-top,
 .features-circle-bottom {
  font-size: 0;
}
.features-circle {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 250px;
  background: #05BDD5;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width:970px) {
  .features-circle {
    width: 180px;
    height: 180px;
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .features-circle {
    width: 25.5vw;
    height: 25.5vw;
    font-size: 12px;
    font-size: 3vw;
  }
}
.features-circle > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0; right: 0;
  margin: auto -10%;
  transform: translateY(-50%);
}
.features-circle + .features-circle {
  margin-left: 20px;
}
@media screen and (max-width:767px) {
  .features-circle + .features-circle {
    margin-left: 1.25vw;
  }
}

/* ------------------------------------------------------------------------------
    check-list
-------------------------------------------------------------------------------*/
.check-list {
  margin-top: 30px;
  font-size: 0;
}
@media screen and (max-width:767px) {
  .check-list {
    margin-top: 20px;
  }
}
.check-list > li {
  display: inline-block;
  position: relative;
  width: 32%;
  padding-left: 32px;
  font-size: 18px;
  vertical-align: top;
}
@media screen and (max-width:767px) {
  .check-list > li {
    width: 100%;
    padding-left: 26px;
    font-size: 16px;
    vertical-align: top;
  }
}
.check-list > li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/images/icon_check.png) no-repeat;
}
@media screen and (max-width:767px) {
  .check-list > li::before {
    width: 16px;
    height: 16px;
    background: url(/images/icon_check.png) no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width:768px) {
  .check-list > li + li {
    margin-left: 2%;
  }
  .check-list > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .check-list > li:nth-child(n+4) {
    margin-top: 24px;
  }
}
@media screen and (max-width:767px) {
  .check-list > li + li {
    margin-top: 10px;
  }
}

/* ------------------------------------------------------------------------------
    slide
-------------------------------------------------------------------------------*/
.top-slide {
  margin-top: 120px;
}
@media screen and (max-width:767px) {
  .top-slide {
    margin-top: 40px;
  }
}
.top-slide .slick-dots {
  bottom: 5px;
  right: 30px;
  text-align: right;
}
@media screen and (max-width:767px) {
  .top-slide .slick-dots {
    bottom: 0;
    right: 8px;
  }
}
.top-slide .slick-dots li {
  width: 74px;
  height: 6px;
}
@media screen and (max-width:767px) {
  .top-slide .slick-dots li {
    width: 24px;
    height: 5px;
    margin: 0 3px;
  }
}
.top-slide .slick-dots li button:before {
  content: "";
  display: block;
  width: 74px;
  height: 6px;
  background: #fff;
  opacity: 1;
}
@media screen and (max-width:767px) {
  .top-slide .slick-dots li button:before {
    width: 24px;
    height: 5px;
  }
}
.top-slide .slick-dots li.slick-active button:before {
  background: #F5FF00
}

/* ------------------------------------------------------------------------------
     modal
-------------------------------------------------------------------------------*/
body.fixed{
  position: fixed;
  width: 100%;
}
.wrap {
  position: relative;
}
.modal-mask, .modal {
  display: none;
}
.modal-mask {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;  bottom: 0;
  right: 0;  left: 0;
  cursor: pointer;
  z-index: 999;
}
.modal-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 9000;
}
.modal {
  position: absolute;
  max-width: 950px;
  width: 90%;
  box-sizing: border-box;
  top: 5vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width:767px) {
  .modal {
    top: 30px; bottom: auto;
  }
}
.modal-inner {
  position: relative;
  padding: 30px 46px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50px;
  cursor: auto;
}
@media screen and (max-width:767px) {
  .modal-inner {
    padding: 30px;
    border-radius: 20px;
  }
}
.modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
  margin-left: auto;
  cursor: pointer;
  z-index: 99999;
}
@media screen and (max-width:767px) {
  .modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
  }
}
.modal-close::before,
.modal-close::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  margin: auto;
  background: #000;
}
@media screen and (max-width:767px) {
  .modal-close::before,
  .modal-close::after {
    width: 20px;
    height: 3px;
  }
}
.modal-close::before {
  transform: rotate(-45deg);
}
.modal-close::after {
  transform: rotate(45deg);
}

.modal-slide {
  height: 100%;
  max-height: 100%;
}
.modal-contents {
  padding: 0 40px;
}
@media screen and (max-width:767px) {
  .modal-contents {
    padding: 0;
  }
}
.modal-title {
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .modal-title {
    padding-bottom: 2px;
    font-size: 20px;
  }
}
.modal-dl {
  margin-top: 20px;
  height: 45vh;
  overflow: auto;
}
.modal-dl > dt {
  font-size: 24px;
}
@media screen and (max-width:767px) {
  .modal-dl > dt {
    font-size: 16px;
  }
}
.modal-dl > dd {
  margin-top: 5px;
  font-size: 18px;
}
@media screen and (max-width:767px) {
  .modal-dl > dd {
    margin-top: 0;
    font-size: 14px;
  }
}
.modal-dl > dd +dt {
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .modal-dl > dd +dt {
    margin-top: 20px;
  }
}
.modal-link {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .modal-link {
    margin-top: 20px;
  }
}
.modal-link > .button-02 {
  width: 420px;
  max-width: 100%;
  padding: 8px 22px 10px 20px;
}
@media screen and (max-width:767px) {
  .modal-link > .button-02 {
    width: 90%;
    max-width: 300px;
    padding: 4px 18px 6px 20px;
    font-size: 14px;
    line-height: 1.4;
  }
}

/* modal slide */
.modal .slick-next,
.modal .slick-prev {
  width: 46px;
  height: 75px;
  background: #F5FF00;
  border: 2px solid #000;
}
@media screen and (max-width:767px) {
  .modal .slick-next,
  .modal .slick-prev {
    width: 23px;
    height: 38px;
  }
}
.modal .slick-next {
  right: -2px;
}
.modal .slick-prev {
  left: -2px;
}
.modal .slick-next::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  right: 14px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 12px;
  border-color: transparent transparent transparent #000;
  margin: auto;
}
@media screen and (max-width:767px) {
  .modal .slick-next::before {
    right: 5px;
    border-width: 10px 0 10px 8px;
  }
}
.modal .slick-next::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  right: 17px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 12px;
  border-color: transparent transparent transparent #F5FF00;
  margin: auto;
}
@media screen and (max-width:767px) {
  .modal .slick-next::after {
    right: 7px;
    border-width: 10px 0 10px 8px;
  }
}
.modal .slick-prev::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  left: 14px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12px 15px 0;
  border-color: transparent #000 transparent transparent;
  margin: auto;
}
@media screen and (max-width:767px) {
  .modal .slick-prev::before {
    left: 5px;
    border-width: 10px 8px 10px 0;
  }
}
.modal .slick-prev::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  left: 17px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12px 15px 0;
  border-color: transparent #F5FF00 transparent transparent;
  margin: auto;
}
@media screen and (max-width:767px) {
  .modal .slick-prev::after {
    left: 7px;
    border-width: 10px 8px 10px 0;
  }
}

/* ------------------------------------------------------------------------------
     link-list
-------------------------------------------------------------------------------*/
@media screen and (min-width:768px) {
  .link-inner {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  .facebook-wrapper {
    width: 58%;
  }
}
@media screen and (max-width:767px) {
  .link-inner {
    margin-top: 30px;
  }
  .facebook-wrapper {
    text-align: center;
  }
}

/* ------------------------------------------------------------------------------
     link-list
-------------------------------------------------------------------------------*/
@media screen and (min-width:768px) {
  .link-list {
    width: 40%;
  }
}
@media screen and (max-width:767px) {
  .link-list {
    margin-top: 50px;
  }
}
.link-list > li + li {
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .link-list > li {
    text-align: center;
  }
  .link-list > li + li {
    margin-top: 14px;
  }
}

/* ------------------------------------------------------------------------------
     button
-------------------------------------------------------------------------------*/
.merit-button-wrap {
  margin-top: 40px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .merit-button-wrap {
    font-size: 14px;
  }
}
.merit-button-wrap > .button-02 {
  margin-top: 14px;
}
@media screen and (max-width:767px) {
  .merit-button-wrap > .button-02 {
    margin-top: 6px;
  }
}
.merit-button-wrap > .button-02 + .button-02 {
  margin-top: 35px;
}
@media screen and (max-width:767px) {
  .merit-button-wrap > .button-02 + .button-02 {
    margin-top: 20px;
  }
}

.qa-button-wrap {
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .qa-button-wrap {
    margin-top: 40px;
  }
}

/* ------------------------------------------------------------------------------
     other
-------------------------------------------------------------------------------*/
.map {
  margin-bottom: 30px;
}
.map > iframe {
  width: 100%;
}
.contents-section.more-link-section {
  margin-top: 160px;
}
@media screen and (max-width:767px) {
  .contents-section.more-link-section {
    margin-top: 60px;
  }
}

.news-list .icon-blank {
  display: inline-block;
  position: static;
  width: 14px;
  height: 14px;
  margin: 0 0 0 8px;
  vertical-align: middle;
  background: url(/images/icon_blank.png) no-repeat 50%;
  background-size: contain;
}
@media screen and (max-width:767px) {
  .news-list .icon-blank {
    width: 10px;
    height: 10px;
  }
}
/* ------------------------------------------------------------------------------
     ヘッダーメニュー調整
-------------------------------------------------------------------------------*/
@media screen and (max-width:360px) {
  .header-menu {
    margin-left: 10px;
  }
}
@media screen and (max-width:360px) {
  .header-menu > li {
    font-size: 12px;
  }
}

/* ------------------------------------------------------------------------------
     add 2023/06
-------------------------------------------------------------------------------*/
.session-banner {
  margin: 0 auto 30px;
  max-width: 680px;
}
@media screen and (max-width:767px) {
  .session-banner {
    margin: 0 auto 20px;
  }
}
.acd + .acd {
  margin-top: 1px;
}
.acd-ttl {
  position: relative;
  padding: 12px 24px;
  background: #00B4CB;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .acd-ttl {
    padding: 8px 16px;
    font-size: 18px;
  }
}
@media screen and (min-width:768px) {
  .acd-main {
    display: flex;
  }
}
@media screen and (min-width:1001px) {
  .theme-dl {
    width: 69.5%;
  }
}
@media screen and (min-width:768px) {
  .theme-dl {
    width: 60%;
  }
}
@media screen and (min-width:1001px) {
  .theme-dl + .theme-dl {
    width: 30.5%;
  }
}
@media screen and (min-width:768px) {
  .theme-dl + .theme-dl {
    width: 40%;
  }
}
.theme-dl > dt {
  padding: 6px;
  background: #E9FAFD;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width:767px) {
  .theme-dl > dt {
    padding: 4px;
    font-size: 16px;
  }
}
.theme-dl > dd {
  padding: 32px;
}
@media screen and (max-width:767px) {
  .theme-dl > dd {
    padding: 16px;
  }
}
.theme-dl + .theme-dl > dd {
  text-align: center;
}
@media screen and (min-width:768px) {
  .theme-dl + .theme-dl > dd {
    padding: 32px 10px;
  }
}
.problem-list {
  padding-left: 1em;
  list-style-type: disc;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .problem-list {
    font-size: 14px;
  }
}
.area-list {
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.area-list.flex-start {
  text-align: left;
}
.area-list.single > li:nth-child(odd) .button-06 {
  margin: 0 auto;
}
.area-list > li {
  display: inline-block;
  width: 48%;
}
@media screen and (max-width:767px) {
  .area-list > li {
    width: 48%;
    max-width: 100%;
    font-size: 14px;
  }
}
@media screen and (min-width:768px) {
  .area-list > li:nth-child(even) {
    margin-left: 4%;
  }
}
@media screen and (min-width:768px) {
  .area-list > li:nth-child(even) .button-06 {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width:767px) {
  .area-list > li:nth-child(even) {
    margin-left: 4%;
  }
}
@media screen and (min-width:768px) {
  .area-list > li:nth-child(odd) .button-06 {
    margin: 0 0 0 auto;
  }
}
.area-list > li:nth-child(n+3) {
  margin-top: 20px;
}
.theme-link {
  margin-top: 36px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .theme-link {
    margin-top: 20px;
  }
}
.theme-link > a {
  color: #00B4CB;
  text-decoration: underline;
}
.table-01 + .number-title {
  margin-top: 94px;
}
.table-program {
background: #fff;
}
.table-01.table-program > dt {
  justify-content: flex-start;
  align-items: flex-start;
}
.acd-ttl {
  cursor: pointer;
}
.acd-ttl::after {
  content: "";
  position: absolute;
  top: 4px; bottom: 0;
  right: 32px;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  transform: rotate(45deg);
}
@media screen and (max-width:767px) {
  .acd-ttl::after {
    top: 2px;
    right: 20px;
    width: 12px;
    height: 12px;
  }
}
.acd-ttl.closed::after {
  top: -2px;
  transform: rotate(-135deg);
}
.vision-lead {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width:767px) {
  .vision-lead {
    font-size: 20px;
  }
}
.vision {
  margin-top: 40px;
}
@media screen and (min-width:768px) {
  .vision {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width:767px) {
  .vision {
    margin-top: 30px;
  }
}
.vision p + p {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .vision p + p {
    margin-top: 20px;
  }
}
@media screen and (min-width:768px) {
  .vision-inner {
    width: 48.63%;
  }
}
@media screen and (min-width:768px) {
  .vision-inner + .vision-inner {
    width: 46.37%;
  }
}
@media screen and (max-width:767px) {
  .vision-inner + .vision-inner {
    margin-top: 46px;
  }
}
.vision-txt {
  margin-top: 46px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width:767px) {
  .vision-txt {
    margin-top: 30px;
    font-size: 18px;
  }
}
.vision-list {
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
}
@media screen and (max-width:767px) {
  .vision-list {
    margin-top: 30px;
  }
}
.vision-list > li {
  width: 32.34%;
  padding: 28px 10px;
  border: 2px solid #000;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .vision-list > li {
    padding: 20px 2px;
  }
}
.vision-list .marker2 {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .vision-list .marker2 {
    font-size: 16px;
  }
}
.vision-list > li span + span {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .vision-list > li span + span {
    font-size: 10px;
  }
}
.vision-btn {
  margin-top: 50px;
}
@media screen and (max-width:767px) {
  .vision-btn {
    margin-top: 40px;
  }
}
.vision-btn .button-02 {
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width:767px) {
  .vision-btn .button-02 {
    width: 80%;
    max-width: 350px;
  }
}
.feature-ttl {
  margin-top: 60px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .feature-ttl {
    margin-top: 40px;
    font-size: 18px;
  }
}
.table-01.table-feature {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.5;
}
.table-01.table-feature > dt {
  width: 150px;
  padding: 10px;
  background: #F5FF00;
  color: #262626;
}
@media screen and (max-width:767px) {
  .table-01.table-feature > dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23.08%;
    padding: 0;
  }
}
.table-01.table-feature > dd {
  width: calc(100% - 150px);
  padding: 10px;
  background: #FEFFEB;
}
@media screen and (max-width:767px) {
  .table-01.table-feature > dd {
    width: 75.39%;
    margin-top: 0;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .table-01.table-feature > dd + dt {
    margin-top: 1.53%;
  }
}
@media screen and (max-width: 767px) {
  .table-01.table-feature > dd + dt + dd {
    margin-top: 1.53%;
  }
}
.feature-link-txt {
  display: block;
  font-size: 14px;
}
.feature-link {
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .feature-link {
    margin-top: 10px;
  }
}
.table-small {
  display: block;
  width: 100%;
  color: #6A6A6A;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .table-small {
    font-size: 14px;
  }
}
.program-button-wrap {
  margin-top: 82px;
}
@media screen and (max-width: 767px) {
  .program-button-wrap {
    margin-top: 40px;
  }
}
.program-btn-txt {
  margin: 78px 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .program-btn-txt {
    margin: 32px 0 20px;
  }
}