@charset "UTF-8";
/*.robot{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}*/
.Mincho {
  font-family: 'a-otf-ryumin-pr6n',"游明朝","Yu Mincho", "游明朝体", serif !important;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt" 1 !important; }

/*--test bnr delete--*/
.s5-getStarted {
  display: none; }

#choice {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
  overflow: hidden;
  /*#simu_area{
  		/*max-width:1200px;
  		margin: 0 auto 100px;
  		@include break{
  		}
  		h2{
  		text-align: center;
  		line-height: 1.2;
  		margin-bottom: 30px;
  		@include break(640){
  		margin-bottom: 20px;
  		}
  		span{
  		font-size: 32px;
  		display: inline-block;
  		@include break(640){
  		font-size: 22px;
  		}
  		}
  		em{
  		display: block;
  		font-size: 48px;
  		color: #3291d9;
  		@include break(640){
  		font-size: 26px;
  		}
  		}
  		}
  		.sim_img{
  		text-align: center;
  		@include break(640){
  		width: 90%;
  		margin: 0 auto;
  		}
  		}
  }*/ }
  #choice * {
    box-sizing: border-box; }
  #choice h2 {
    line-height: 1.2; }
    #choice h2 span {
      font-size: 26px;
      display: inline-block; }
      @media screen and (max-width: 640px) {
        #choice h2 span {
          font-size: 22px; } }
      @media screen and (max-width: 520px) {
        #choice h2 span {
          font-size: 4.5vw; } }
    #choice h2 em {
      display: block;
      font-size: 44px;
      color: #3291d9; }
      @media screen and (max-width: 640px) {
        #choice h2 em {
          font-size: 30px; } }
      @media screen and (max-width: 520px) {
        #choice h2 em {
          font-size: 6vw; } }
  #choice .select_text {
    font-size: 13px;
    margin-bottom: 15px; }
    #choice .select_text .bold-text {
      font-weight: bold; }
  #choice .kv {
    width: 100%;
    min-height: 400px;
    position: relative;
    background-image: url("../img/kv_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    padding: 35px 50px;
    /*@include break2(1480){
    background-size:100% auto;
    }*/ }
    @media screen and (max-width: 768px) {
      #choice .kv {
        min-height: 300px; } }
    @media screen and (max-width: 540px) {
      #choice .kv {
        background-image: url("../img/kv_bg_sp.jpg");
        background-size: 100% auto;
        background-position: center top;
        min-height: 210px;
        padding: 15px 10px; } }
    #choice .kv h1 {
      text-align: center;
      background-color: rgba(51, 51, 51, 0.6);
      margin: 0 auto;
      display: table;
      padding: 20px 40px;
      line-height: 1.2; }
      @media screen and (max-width: 768px) {
        #choice .kv h1 {
          padding: 10px 3%; } }
      #choice .kv h1 span {
        color: #ffffff;
        font-size: 36px;
        line-height: 1.2;
        display: inline-block; }
        @media screen and (max-width: 900px) {
          #choice .kv h1 span {
            font-size: 30px; } }
        @media screen and (max-width: 640px) {
          #choice .kv h1 span {
            font-size: 20px; } }
      #choice .kv h1 em {
        font-style: normal;
        color: #ffffff;
        font-size: 70px;
        display: block; }
        @media screen and (max-width: 900px) {
          #choice .kv h1 em {
            font-size: 50px; } }
        @media screen and (max-width: 640px) {
          #choice .kv h1 em {
            font-size: 30px; } }
  #choice .kv_img {
    max-width: 1000px;
    width: 100%;
    position: relative;
    text-align: center;
    margin: -50px auto 80px; }
    @media screen and (max-width: 640px) {
      #choice .kv_img {
        margin: -10px auto 50px; } }
  #choice .pc {
    display: block !important; }
    @media screen and (max-width: 768px) {
      #choice .pc {
        display: none !important; } }
  #choice .sp {
    display: none !important; }
    @media screen and (max-width: 768px) {
      #choice .sp {
        display: block !important; } }
  #choice .select_area {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 20px;
    position: relative; }
    @media screen and (max-width: 768px) {
      #choice .select_area {
        margin: 0 auto 10px; } }
    #choice .select_area .select_box {
      display: flex;
      flex-direction: row-reverse;
      width: 100%;
      gap: calc(10 / 1200 * 100%); }
      @media screen and (max-width: 768px) {
        #choice .select_area .select_box {
          gap: 10px;
          flex-direction: column; } }
      #choice .select_area .select_box .select_left {
        position: relative;
        width: calc(260 / 1200 * 100%); }
        @media screen and (max-width: 768px) {
          #choice .select_area .select_box .select_left {
            width: 100%; } }
        #choice .select_area .select_box .select_left .btn8 {
          position: absolute;
          top: 20%;
          width: 85%;
          left: 50%;
          translate: -50%; }
          @media screen and (max-width: 768px) {
            #choice .select_area .select_box .select_left .btn8 {
              translate: 0;
              left: 3%;
              width: 68%;
              top: 29%; } }
      #choice .select_area .select_box .select_right {
        position: relative;
        width: calc(930 / 1200 * 100%); }
        @media screen and (max-width: 768px) {
          #choice .select_area .select_box .select_right {
            width: 100%; } }
        #choice .select_area .select_box .select_right .btn2 {
          position: absolute;
          top: 88.5%;
          width: 17%;
          left: 10%; }
          @media screen and (max-width: 768px) {
            #choice .select_area .select_box .select_right .btn2 {
              position: absolute;
              top: 89.4%;
              width: 44%;
              left: 18.8%; } }
        #choice .select_area .select_box .select_right .btn4 {
          position: absolute;
          top: 74%;
          width: 17%;
          left: 20%; }
          @media screen and (max-width: 768px) {
            #choice .select_area .select_box .select_right .btn4 {
              position: absolute;
              top: 76.6%;
              width: 44%;
              left: 30.6%; } }
        #choice .select_area .select_box .select_right .btn3 {
          position: absolute;
          top: 62.3%;
          width: 17%;
          left: 30%; }
          @media screen and (max-width: 768px) {
            #choice .select_area .select_box .select_right .btn3 {
              position: absolute;
              top: 66.1%;
              width: 44%;
              left: 30.6%; } }
        #choice .select_area .select_box .select_right .btn1 {
          position: absolute;
          top: 49.8%;
          width: 17%;
          left: 40%; }
          @media screen and (max-width: 768px) {
            #choice .select_area .select_box .select_right .btn1 {
              position: absolute;
              top: 55.4%;
              width: 43%;
              left: 30.6%; } }
        #choice .select_area .select_box .select_right .btn5 {
          position: absolute;
          top: 38.2%;
          width: 21%;
          left: 50%; }
          @media screen and (max-width: 768px) {
            #choice .select_area .select_box .select_right .btn5 {
              position: absolute;
              top: 44.6%;
              width: 54.7%;
              left: 30.6%; } }
        #choice .select_area .select_box .select_right .btn7 {
          position: absolute;
          top: 21.7%;
          width: 19%;
          left: 60%; }
          @media screen and (max-width: 768px) {
            #choice .select_area .select_box .select_right .btn7 {
              position: absolute;
              top: 30.1%;
              width: 46.5%;
              left: 30.6%; } }
        #choice .select_area .select_box .select_right .btn8 {
          position: absolute;
          top: 5.8%;
          width: 21%;
          left: 70%; }
          @media screen and (max-width: 768px) {
            #choice .select_area .select_box .select_right .btn8 {
              position: absolute;
              top: 15.6%;
              width: 46.5%;
              left: 30.6%; } }
    #choice .select_area .grade {
      width: 32px;
      height: auto;
      position: absolute;
      top: 136px;
      right: 0;
      z-index: 5; }
  #choice .select_txt {
    max-width: 1200px;
    width: 100%;
    padding: 0;
    margin: 0 auto 20px;
    font-size: 11px; }
    @media screen and (max-width: 768px) {
      #choice .select_txt {
        line-height: 1.3;
        padding: 0 3%; } }
    #choice .select_txt a {
      color: #1372d1;
      text-decoration: underline; }
  #choice .list_btn {
    margin: 0 auto 100px;
    display: table;
    max-width: 198px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    #choice .list_btn:hover {
      opacity: 0.6; }
    #choice .list_btn img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 768px) {
      #choice .list_btn {
        margin: 0 auto 50px; } }

.white-popup {
  position: relative;
  /* background: #FFF;*/
  padding: 20px;
  width: auto;
  max-width: 468px;
  text-align: center;
  margin: 20px auto;
  animation: open 1s; }
  @media screen and (max-width: 640px) {
    .white-popup {
      width: 80%; } }
  .white-popup .img-blk {
    margin: 0 auto 20px; }
    .white-popup .img-blk span {
      display: block;
      max-width: 428px;
      margin: 0 auto;
      font-size: 12px;
      text-align: left;
      padding: 10px 0 0; }
      .white-popup .img-blk span a {
        color: #4687fb;
        text-decoration: underline; }
        .white-popup .img-blk span a:hover {
          text-decoration: none; }

@keyframes open {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
ul.anchor {
  max-width: 1240px;
  margin: 0 auto 80px;
  padding: 0 20px;
  display: flex; }
  @media screen and (max-width: 768px) {
    ul.anchor {
      display: block;
      padding: 0 5%;
      margin: 0 auto 60px;
      transform: translateY(-55px); } }
  ul.anchor li {
    width: calc(100% / 3);
    height: 110px;
    transition: background 0.3s;
    background-color: #f2f5f9;
    position: relative;
    border-right: 1px solid #dddee1; }
    ul.anchor li:hover {
      background-color: #e0e4ea; }
    ul.anchor li:before, ul.anchor li:after {
      content: "";
      pointer-events: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      vertical-align: middle; }
    ul.anchor li:after {
      content: "";
      left: calc(50% - 5px);
      bottom: -63px;
      width: 8px;
      height: 8px;
      border-top: 2px solid #034a81;
      border-right: 2px solid #034a81;
      transform: rotate(135deg); }
    @media screen and (max-width: 768px) {
      ul.anchor li {
        width: 100%;
        border: none;
        border-bottom: 1px solid #dddee1;
        height: 90px;
        bottom: -55px; } }
    ul.anchor li:last-child {
      border: none;
      background: url(../img/icn_blank.png) no-repeat center bottom 13px #f2f5f9;
      background-size: 18px 16px; }
      @media screen and (max-width: 768px) {
        ul.anchor li:last-child {
          border: none; } }
      ul.anchor li:last-child:before, ul.anchor li:last-child:after {
        display: none; }
      ul.anchor li:last-child:hover {
        background-color: #e0e4ea; }
    ul.anchor li a {
      display: block;
      width: 100%;
      height: 100%;
      font-size: 18px;
      text-align: center;
      padding: 20px 20px 0;
      line-height: 1.4; }
      @media screen and (max-width: 1155px) {
        ul.anchor li a {
          font-size: 15px; } }
      @media screen and (max-width: 768px) {
        ul.anchor li a {
          padding: 15px 5% 0; } }

.btn-size {
  margin: 15px 0 20px; }
  @media screen and (max-width: 768px) {
    .btn-size {
      width: 100%; } }
  .btn-size a {
    transition: opacity 0.3s; }
    .btn-size a:hover {
      opacity: 0.6; }

/*--pc > 769px--*/
@media screen and (min-width: 769px) {
  .pc {
    display: block; }

  .pcImg {
    display: inline-block; }

  .sp {
    display: none !important; }

  .spImg {
    display: none !important; } }
/*--sp < 768px--*/
@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto; }

  .sp {
    display: block; }

  .spImg {
    display: inline-block; }

  .pc {
    display: none !important; }

  .pcImg {
    display: none !important; } }
/*--opacity:hover--*/
.ov {
  transition: opacity 0.3s ease-out; }

.ov:hover {
  opacity: .6; }
