@charset "utf-8";

/* ==========================================================================
   Foundation
   ========================================================================== */

/* Reset
   ----------------------------------------------------------------- */

html, body { margin: 0; padding: 0; }
/*body { line-height: 1; }*/
img { vertical-align: bottom; }
ul, ol { margin: 0; padding: 0; list-style-type: none; }
dl, dt, dd { margin: 0; }
h1, h2, h3, h4, h5, h6 {margin:0;/*font-size: 100%;*/}
p { margin: 0; }

/* Base
   ----------------------------------------------------------------- */

/**
 * Font
 */

html { font-size: 62.5%; }
body { font-size: 1.5rem; }
.l-main { font-size: 1.5rem !important; }
body {
    font-family:
      "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro",
      "メイリオ",
      "Meiryo",
      Osaka,
      "ＭＳ Ｐゴシック",
      "MS PGothic",
      sans-serif;
    color:#333;
}
.l-header,
.l-footer { line-height: 1; }
.l-main { line-height: 1.4; }

/**
 * Link
 */

a,
a:link,
a:visited {
  text-decoration: none;
}
.l-main a,
.l-main a:link,
.l-main a:visited {
  text-decoration: none;
  color: #1493d3;
}
.l-header a:hover,
.l-main a:hover,
.l-footer a:hover {
  text-decoration: underline !important;
}
a:hover > img {
  opacity: 0.7;
}
.icLink {
  display: inline-block;
  background: url(../img/top/ic_arrow1_r.png) left 0.3em no-repeat;
  background-size: 12px 12px;
  padding-left: 1em;
}

/**
 * Placeholder
 */

/* Webkit */
input::-webkit-input-placeholder {
    color: #aaa;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
    opacity: 1;
}
/* Firefox 19 以降 */
input::-moz-placeholder {
    color: #888;
}
input:focus::-moz-placeholder {
    color:transparent;
    opacity: 1;
}
/* IE 10 以降 */
input:-ms-input-placeholder {
    color: #aaa;
}
input:focus:-ms-input-placeholder {
    color: transparent;
}


/* ==========================================================================
   Layout
   ========================================================================== */

html {
  overflow: auto;
}
body{
  overflow-x: hidden;
  min-width: 960px;
  padding: 0 30px;
  position: relative;
}
.l-container {
  max-width: 1254px;
  min-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.l-container--home {
}
.l-main {
  padding-top: 124px;
}
.l-header {
  border-top: 4px solid #7dcdf4;
  padding-top: 14px;
  height: 105px;
  position: fixed;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  left: 0;
}
.l-header__inner {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
}
.l-footer {
  margin: 0 -500%;
  padding: 0 500%;
  width: 100%;
  border-top: 4px solid #f1f1f1;
  padding-bottom: 45px;
}
.l-footer__inner {
  width: 960px;
  margin: 0 auto;
}
html { overflow-y: scroll !important; }


/* ==========================================================================
   Object
   ========================================================================== */

/* Component
   ----------------------------------------------------------------- */

.c-secTtl {
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 3px solid #f1f1f1;
}
.c-secTtl img {
  width: auto;
  height: 17px;
}
.c-secTtl--info { margin-bottom: 0; }

/**
 * Button
 */

.c-imgBtn {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
.c-imgBtn--login { vertical-align: middle; margin-right: 20px; }
.c-imgBtn--login img { width: auto; height: 32px; }

/**
 * List
 */

.c-lineupList {
  letter-spacing: -0.5em;
}
.c-lineupList li {
  display: inline-block;
  letter-spacing: normal;
}
.c-lineupList--recommend { margin-left: -17px; margin-top: -17px; }
.c-lineupList--recommend li { margin-left: 17px; margin-top: 17px; }
.c-lineupList--recommend img { width: auto; height: 102px; }

.c-dataList { display: table; }
.c-dataList dl { display: table-row; background: url(../img/top/bg_dot.png) left bottom repeat-x; background-size: 3px 1px;}
.c-dataList dt,
.c-dataList dd { display: table-cell; vertical-align: top;padding:12px 0; /*border-bottom:1px dotted #b2b2b2;*/}
.c-dataList dt { padding-right: 21px; }
.c-dataList dd { padding-left: 10px; }
.c-dataList dt + dd {
  background: url(../img/top/ic_arrow1_r.png) left 14px no-repeat;
  background-size: 12px 12px;
  padding-left: 22px;
  width: 33px;
}
.c-dataList--info img { width: auto; height: 19px; margin-bottom: 5px; }
.c-dataList--info { font-size:1.4rem; }
.c-dataList--info dt { font-size:1.2rem; }

/**
 * contBloc
 */

.c-contBloc {
  display: table;
  box-sizing: border-box;
  border-radius: 15px;
  border: 5px solid #7dcdf4;
  margin: 50px 0;
  overflow: hidden;
  width:100%;
}
.c-contBloc dl {
  display: table-row;
}
.c-contBloc__txtL,
.c-contBloc__txtR {
  display: table-cell;
  width:61%;
  vertical-align: middle;
}
.c-contBloc__txtL {
  text-align: right;
}
.c-contBloc__txtL > div,
.c-contBloc__txtR > div {
  width: 585px;
  display: inline-block;
  text-align: left;
  padding-left: 35px;
  padding-right: 35px;
}
.c-contBloc__img {
  display: table-cell;
  width:39%;
}
.c-contBloc p {
  line-height: 2.0;
  color: #4a4a4a;
}
.c-contBloc p + p {
  margin-top : 1em;
}

/* message */
.c-contBloc--message {border-width:0;margin:0;}
.c-contBloc--message .c-contBloc__txtL {width:41%;text-align: center;border-radius:15px 0 0 15px;}
.c-contBloc--message .c-contBloc__txtL img {width:329px;height:auto;}
.c-contBloc--message .c-contBloc__txtL > div {width:auto;}
.c-contBloc--message .c-contBloc__img {width:59%; background: url(../img/top/img_message01.jpg) center center no-repeat; background-size: cover; height: 395px; border-radius:0 15px 15px 0;}

/* intro1 */
.c-contBloc--intro1 {
  background: #ccc;
  border: 0;
  background: -webkit-gradient(radial, left top, 0, center bottom, 40, from(#b1e1f8), to(#7dcdf4));
  background: -webkit-radial-gradient(left top, circle cover, #b1e1f8 0, #7dcdf4 40%);
  background: -moz-radial-gradient(left top, circle cover, #b1e1f8 0, #7dcdf4 40%);
  background: -o-radial-gradient(left top, circle cover, #b1e1f8 0, #7dcdf4 40%);
  background: radial-gradient(farthest-side circle at left top, #b1e1f8 0, #7dcdf4 40%);
}
.c-contBloc--intro1 .c-contBloc__txtL { width: 34%; padding-top: 52px; }
.c-contBloc--intro1 .c-contBloc__txtR { width: 66%; }
.c-contBloc--intro1 .c-contBloc__txtL img { width: 273px; height: auto; }
.c-contBloc--intro1 .c-contBloc__txtR img { width: 570px; height: auto; }

/* intro2-9 */
.c-contBloc--intro2 .c-contBloc__txtL { width: 32%; padding-top: 30px; padding-bottom: 30px; }
.c-contBloc--intro2 .c-contBloc__txtR { width: 68%; }
.c-contBloc--intro2 .c-contBloc__txtL img { width: 260px; height: auto; }
.c-contBloc--intro3 .c-contBloc__img { background: url(../img/top/img_intro03.jpg) center center no-repeat; background-size: cover; height: 319px;border-radius:0 10px 10px 0; }
.c-contBloc--intro4 .c-contBloc__img { background: url(../img/top/img_intro04.jpg) center center no-repeat; background-size: cover; height: 319px;border-radius:10px 0 0 10px; }
.c-contBloc--intro5 .c-contBloc__img { background: url(../img/top/img_intro05.jpg) center center no-repeat; background-size: cover; height: 368px;border-radius:0 10px 10px 0; }
.c-contBloc--intro6 .c-contBloc__img { background: url(../img/top/img_intro06.jpg) center center no-repeat; background-size: cover; height: 319px;border-radius:10px 0 0 10px; }
.c-contBloc--intro7 .c-contBloc__img { background: url(../img/top/img_intro07.jpg) center center no-repeat; background-size: cover; height: 319px;border-radius:0 10px 10px 0; }
.c-contBloc--intro8 .c-contBloc__img { background: url(../img/top/img_intro08.jpg) center center no-repeat; background-size: cover; height: 441px;border-radius:10px 0 0 10px; }
.c-contBloc--intro9 .c-contBloc__img { background: url(../img/top/img_intro09.jpg) center center no-repeat; background-size: cover; height: 371px;border-radius:0 10px 10px 0; }
.c-contBloc--intro4 .c-contBloc__txtR,
.c-contBloc--intro6 .c-contBloc__txtR,
.c-contBloc--intro8 .c-contBloc__txtR { width: 58%; }
.c-contBloc--intro4 .c-contBloc__img,
.c-contBloc--intro6 .c-contBloc__img,
.c-contBloc--intro8 .c-contBloc__img { width: 42%; }
.c-contBloc--intro10 img { width: 100%; }

/* illust */
.c-contBloc--message .c-contBloc__txtL { background: #7dcdf4 url(../img/top/img_illust00.png) right 39px bottom no-repeat; background-size: 93px auto; }
.c-contBloc--intro2 .c-contBloc__txtR { background: url(../img/top/img_illust01.png) right 43px bottom no-repeat; background-size: 102px auto; }
.c-contBloc--intro4 .c-contBloc__txtR { background: url(../img/top/img_illust02.png) right 45px bottom no-repeat; background-size: 73px auto; }
.c-contBloc--intro6 .c-contBloc__txtR { background: url(../img/top/img_illust03.png) right 58px bottom no-repeat; background-size: 101px auto; }
.c-contBloc--intro7 .c-contBloc__txtL { background: url(../img/top/img_illust04.png) right 50px bottom no-repeat; background-size: 180px auto; }

/* Project
   ----------------------------------------------------------------- */

/**
 * Logo
 */

.p-logo {float: left;}
.p-logo img { width: 136px; height: auto; }

/**
 * Utility
 */

.p-utility {float: right;}
.p-helpNav {letter-spacing: -0.5em;font-size:1.2rem;margin-right:34px;}
.p-helpNav li {display: inline-block;letter-spacing: normal;}
.p-helpNav li:not(:last-child) {
  border-right: 1px solid #d9d9d9;
  padding-right:11px;
  margin-right:11px;
}
.p-helpNav a {
  color: #17a1e6;
}
.p-login {
  font-size: 1.2rem;
  color: #ff7f00;
}
.p-search {
  border:2px solid #f1f1f1;
  border-radius: 6px;
  vertical-align: middle;
  overflow: hidden;/*ie*/
}
.p-search__input {
  display: table-cell;
  padding-left: 10px;
  width:125px;
  border-width: 0;
  font-size: 1.3rem;
  height:32px;
  vertical-align: top;
  background-color: transparent;
  float: left;/*ie*/
}
.p-search__btn {
  display: table-cell;
  width:35px;
  background:url(../img/top/ic_search.png) center center no-repeat;
  background-size: 15px auto;
  border:0;
  height:32px;
  vertical-align: top;
  padding: 0;
}
.p-utility {letter-spacing: -0.5em;}
.p-helpNav,.p-login,.p-search{display: inline-block;letter-spacing: normal;}

/**
 * Navigation
 */

.p-gNav {
  letter-spacing: -0.5em;
  float: right;
  margin-top: 22px;
  margin-right: 8px;
}
.p-gNav__list {
  display: inline-block;
  letter-spacing: normal;
}
.p-gNav__list:not(:last-child) {
  border-right: 1px solid #d9d9d9;
  padding-right: 10.5px;
  margin-right: 10.5px;
}
.p-gNav__list img {
  width: auto;
  height: 16px;
}
.p-gNav__list:hover img,
.select img {
  padding: 0 5px 10px 5px;
  margin: 0 -5px -13px -5px;
  border-bottom: 3px solid #7dcdf4;
  opacity: 1.0;
}
.p-gNav__list--nouken:hover img,
.p-gNav__list--nouken.select img {
  border-color: #32a093;
}

/**
 * 
 */

.p-message {
  margin-bottom: 35px;
}
.p-recommend {
  margin-bottom: 35px;
}
.p-info {
  margin-bottom: 35px;
  position: relative;
}
.p-info__more {
  position: absolute;
  top: 4px;
  right: 0;
}
.p-introduce {
  background: url(../img/top/img_illust05.png) center bottom no-repeat;
  background-size: 164px auto;
  padding-bottom: 95px;
}
.p-nextSec {
  position: fixed;
  z-index: 99;
  bottom:50px;
  left:50%;
  margin-left:-33px;
}
.p-nextSec img {
  width: 62px;
  height: 62px;
}

/**
 * Footer
 */

.p-fLogo {
  margin-top: 25px;
  margin-bottom: 35px;
}
.p-fLogo img {
  width: 270px;
  height: auto;
}
.p-fNav {
  float: left;
  letter-spacing: -0.5em;
  font-size: 1.3rem;
}
.p-fNav li {
  display: inline-block;
  letter-spacing: normal;
}
.p-fNav li:not(:last-child) {
  border-right: 1px solid #d9d9d9;
  padding-right:13px;
  margin-right:13px;
}
.p-fNav a {
  color: #4a4a4a;
}
.p-copyright {
  float: right;
  font-size: 1.2rem;
}


/* Utitlity
   ----------------------------------------------------------------- */

/**
 * Clearfix
 */

.u-clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/**
 * Width
 */

.u-wMin {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}



/* Overwrite
   ----------------------------------------------------------------- */
#cont {
  padding-top: 124px;
  padding-left: 1000px;
  padding-right: 1000px;
  margin-left: -1000px;
  margin-right: -1000px;
}
#contBody {
  padding-left: 1000px;
  padding-right: 1000px;
  margin-left: -1000px;
  margin-right: -1000px;
}


/* JS
   ----------------------------------------------------------------- */
.js-bgSwitcher {
  border-radius: 0 15px 15px 0;
}

/*カウントダウン*/
#js-countdown .yyc-hou,
#js-countdown .yyc-hou-text,
#js-countdown .yyc-min,
#js-countdown .yyc-min-text,
#js-countdown .yyc-sec,
#js-countdown .yyc-sec-text {
  display: none;
}
.bnr-count {
  margin: 38px 0 39px;
  position: relative;
}
.bnr-count img {
  max-width: 100%;
  height: auto;
}
.bnr-count .count {
  position: absolute;
  bottom: 18px;
  right: 100px;
}
.bnr-count .count img {
  height: 49px;
  width: auto;
  margin: 0 3px;
}

/**
 * メインビジュアル 2023/09/22
 */
.mvbnr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 40px;
}
.mvbnr .mvbnr-seminar {
  display: block;
  grid-column-start: 1;
  grid-column-end: 3;
  position: relative;
}
.mvbnr .mvbnr-seminar::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.mvbnr .mvbnr-seminar img {
  width: 100%;
  height: auto;
}
.mvbnr .mvbnr-noutore {
  display: block;
  grid-column-start: 1;
  grid-column-end: 3;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.mvbnr .mvbnr-noutore::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.mvbnr .mvbnr-noutore img {
  width: 100%;
  height: auto;
}
.mvbnr .mvbnr-thumb {
  border-radius: 5px;
  display: flex;
  overflow: hidden;
  color: #fff !important;
}
.mvbnr .mvbnr-thumb:hover {
  text-decoration: none !important;
  opacity: 0.75;
}
.mvbnr .mvbnr-thumb:hover img {
  opacity: 1;
}
.mvbnr .mvbnr-thumb--1 {
  background-color: #58bdef;
}
.mvbnr .mvbnr-thumb--2 {
  background-color: #06a46f;
}
.mvbnr .mvbnr-thumb-img {
  width: 32.04196933010492%;
  object-fit: cover;
}
.mvbnr .mvbnr-thumb-body {
  width: 67.95803066989508%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 30px;
}
.mvbnr .mvbnr-thumb-title {
  margin-bottom: 10px;
}
.mvbnr .mvbnr-thumb-title img {
  max-width: 100%;
  height: auto;
}
.mvbnr .mvbnr-thumb-text {
  font-size: 14px;
  line-height: 1.5;
}
.mvbnr .mvbnr-partner {
  border-radius: 5px;
  background-color: #d1f3fe;
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
.mvbnr .mvbnr-partner:hover {
  text-decoration: none !important;
  opacity: 0.75;
}
.mvbnr .mvbnr-partner-left {
  padding: 0 20px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width:1199px) {
  .mvbnr .mvbnr-partner-left {
    padding-right: 15px;
  }
}
.mvbnr .mvbnr-partner-subtitle {
  font-size: 14px;
  line-height: 1.357142857142857;
  font-weight: 700;
  color: #1493d3;
  margin-bottom: 4px;
  margin-top: -3px;
}
@media screen and (max-width:1199px) {
  .mvbnr .mvbnr-partner-subtitle {
    font-size: 12px;
  }
}
.mvbnr .mvbnr-partner-title {
  font-size: 22px;
  line-height: 1.090909090909091;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width:1199px) {
  .mvbnr .mvbnr-partner-title {
    font-size: 19px;
  }
}
.mvbnr .mvbnr-partner-right {
  padding: 0 20px;
  border-left: 1px solid #85cded;
  flex: 0 0 auto;
}
@media screen and (max-width:1199px) {
  .mvbnr .mvbnr-partner-right {
    padding-left: 15px;
  }
}
.mvbnr .mvbnr-partner-button {
  font-size: 13px;
  line-height: 1.307692307692308;
  font-weight: 700;
  background-color: #1493d3;
  color: #fff;
  border-radius: 5px;
  padding: 6px 8px 7px 30px;
  position: relative;
}
@media screen and (max-width:1199px) {
  .mvbnr .mvbnr-partner-button {
    font-size: 11px;
  }
}
.mvbnr .mvbnr-partner-blank {
  width: 12px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.mvbnr .mvbnr-beginner {
  border-radius: 5px;
  background-color: #fff0a9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333 !important;
  padding-top: 16px;
  padding-bottom: 16px;
}
.mvbnr .mvbnr-beginner:hover {
  text-decoration: none !important;
  opacity: 0.75;
}
.mvbnr .mvbnr-beginner:hover img {
  opacity: 1;
}
.mvbnr .mvbnr-beginner-icon {
  width: 21px;
  height: 29px;
}
.mvbnr .mvbnr-beginner-title {
  font-size: 22px;
  line-height: 1.090909090909091;
  font-weight: 700;
  margin: 0 19px 0 14px;
}
.mvbnr .mvbnr-beginner-text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.025em;
}