@charset "utf-8";
/* CSS Document */

/*メイン -------------------------------------- */
#topMain{width: 96%; padding: 4% 2% 0 2%; background:url("../image/common/bg1.jpg");background-size:3.5%;overflow: hidden; position: relative;}

.topAllWrap{width: 100%; max-width: 1130px; margin: 0 auto; padding-bottom: 4%;
    background: url(../image/top/conan_main.png);
    background-position: right top;
    background-size: 46%;
    background-repeat: no-repeat;}

.topWraq-cont{display: flex; align-items: flex-start; justify-content: center;}

.mainTxt{width: 52%;}
.mainTxt p{font-size:clamp(16px, 2vw, 21px); line-height: 2em; margin-bottom: 20px;}
.conanMainImg{width: 46%;margin-left: 2%;height: 100%;position: relative;}

.tokuten_btn{width: 96%; padding: 0 2%; max-width: 840px;margin: 2% auto 0 auto;display: flex; align-items: flex-end; justify-content: center; position: relative;z-index: 2;}





.tokutenImg{width: 25%;margin-right: 2.3%;}
.tokutenBtns{width: 72.2%;}
.tokutenBtns p{font-size: clamp(11px, 1.5vw, 14px); text-align: center; margin: 10px 0;text-shadow: rgb(255, 255, 255) 2px 2px 3px, rgb(255, 255, 255) -2px 2px 3px, rgb(255, 255, 255) -2px -2px 3px, rgb(255, 255, 255) 2px -2px 3px, rgb(255, 255, 255) -2px 2px 3px, rgb(255, 255, 255) 1px -3px 7px, rgb(255, 255, 255) 3px 4px 5px;}

.tokutenBtns a{font-family: "corporate-logo-ver2", sans-serif !important;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    background: #d00019;
    color: #fff;
    font-size:clamp(20px, 1.6vw, 30px);
    padding: 3.5rem 3rem;
    text-decoration: none;
    transition: background .2s;}

.tokutenBtns a::before,
.tokutenBtns a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1rem;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.tokutenBtns a::after{
	    width: 14px;
    height: 14px;
    right: 1.8rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tokutenBtns a:hover {
        background: #b70016;
        text-decoration: none;
      }

.registration{
    width: 80%;
    max-width: 600px;
    margin: 0 auto 3px auto;
    font-family: "corporate-logo-ver2", sans-serif !important;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    background: #d00019;
    color: #fff;
    font-size:clamp(22px, 2vw, 32px);
    padding: 3.5rem 3rem;
    text-decoration: none;
    transition: background .2s;}

.registration::before,
.registration::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1rem;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.registration::after{
	    width: 14px;
    height: 14px;
    right: 1.8rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.registration:hover {
        background: #b70016;
        text-decoration: none;
      }

.registration_undtxt{text-align: center;font-size: 15px;}

/*メイン -------------------------------------- */

.Bghead1{background: url(../image/top/bg01.png) no-repeat;
    background-position:left bottom;
    background-size: contain;
    height: 356px;
    border: unset;
    margin: -345px 0 0 0;
    position: relative;
    z-index: 1;}

.Bgbot1{background: url(../image/top/bg02.png) no-repeat;
    background-position:right top;
    background-size: contain;
    height: 356px;
    border: unset;
    margin: 0 0 -140px 0;
    position: relative;
    z-index: 1;}

.kyouzaiarea{background: #f1f8ff;position: relative; z-index: 3; margin: -2px auto; padding:125px 20px;}
.kyouzai-cont{max-width: 960px; margin: 0 auto;}

.gakunenbtns1{display: flex; gap:2%; justify-content: center;flex-wrap: wrap; margin: 30px 0 20px 0}
.gakunenbtns1 li{margin-bottom: 2%; width: 30%;}
.w90w{width: 90%; margin: 0 auto;display: block;}

.gakunenbtn {
font-family: "corporate-logo-ver2", sans-serif !important;
    font-size: 31px;
    font-weight: bold;
  display:block;
    text-align: center;
  border: 1px solid #2297d2;
  position: relative;
  background: #fff;
  color: #2297d2;
  overflow: hidden;
  padding:1.5rem 1.5rem 1.5rem 2rem;
  transition: all .3s;
    box-sizing: border-box;
}
.gakunenbtn .mini{font-size: 70%;}

.gakunenbtn::before,
.gakunenbtn::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}

.gakunenbtn::before {
  width: 7px;
  height: 7px;
  right: 1.5rem;
  border-top: solid 2px #2297d2;
  border-right: solid 2px #2297d2;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all .3s;
}

.gakunenbtn:hover::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.gakunenbtn::after {
  left: -2rem;
  background: #2297d2;
  z-index: 1;
  width: 4rem;
  height: 130%;
  transform: translateY(-50%);
  transition: all .5s;
}

.gakunenbtn span {
  transition: all .3s;
  z-index: 3;
  position: relative;
}

.gakunenbtn:hover span {
  color: #fff;
}

.gakunenbtn:hover .mini {
  color: #fff;
}

.gakunenbtn:hover::after {
  right: 0;
  width: 120%;
  border-radius: 0;
}


#campaign{padding: 0 20px; margin-bottom: 135px;position: relative;z-index: 2;}


#news{padding: 0 20px; margin-bottom: 135px;position: relative;z-index: 2;}
.news-list {
    max-width: 900px;
        border-collapse: separate;
        border-spacing: 0 20px;
        margin: 0 auto;
    padding: 0 25px;
    border-top: 2px solid #2297d2;
    border-bottom: 2px solid #2297d2;
    background: #fff;
      }
      .news-list-row {
          border-top: 1px solid #a0b1c1;
      }
.news-list-row:first-child{border-top:unset;}

.news-list-row a{display: flex; align-items: center;padding: 20px 0;transition: background .2s;}
.news-list-row a:hover{background: #e2e2e2;}

      .news-date {
        flex: none;
        color: #189edb;
        font-size: 15px;
        min-width: 110px;
        padding-right: 15px;
        line-height: 150%;
        font-weight: 500;
      }
      .news-body {
        color: #666;
        font-size: 17px;
          line-height: 160%;
        line-height: 1.5;
        word-break: break-all;
      }
      .news-more-btn-wrap {
        text-align: center;
      }
      .news-more-btn {
        margin: 10px 0 0 0;
        display: inline-block;
        padding: 13px 40px;
        background: #fff;
        border: 2px solid #4998e3;
        color: #4998e3;
        font-size: 15px;
        font-weight: bold;
        cursor: pointer;
        transition: background 0.15s;
        box-sizing: border-box;
        position: relative;
      }
      .news-more-btn:after {
        content:'';
        position: absolute;
        border: solid #4998e3;
        border-width: 0 2px 2px 0;
        padding: 4px;
        transform: rotate(45deg);
        vertical-align: middle;
        right: 10px;
      }

.news-more-btn::after {
            transform:rotate(45deg);
            transition: transform 0.2s;
    top: 35%;
          }
          .news-more-btn.open::after {
            transform:rotate(-135deg);
              top: 48%;
          }

#pointArea{padding: 0 20px; margin: 0 0 135px 0; position: relative;z-index: 2;}

.point-list{max-width: 1000px; margin: 0 auto;}
.point-cont{margin:32px 0 0 0;}
.point-midashi{display:flex; background: #fffdd9;box-sizing: border-box;border: 3px solid #2297d2;}
.point-number{font-family: "Zen Kaku Gothic";background:#62bce9; border-right: 3px solid #2297d2; color:#fff; font-weight:bold;text-align:center; line-height: 1em;font-size: 52px;padding: 5px 0 8px 0;min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;}
.point-midashi h3{font-family: "corporate-logo-ver2", sans-serif !important;color: #ff3366;font-size: 34px;padding: 13px 22px 16px 22px;display: flex; align-items: center;line-height: 140%;}
.point-txt{background:#f1f8ff;padding:30px 30px 40px 30px; font-size:21px; line-height: 160%;margin-bottom: 100px;}
.txtcenter{text-align: center;}
.point-img{margin: 40px 0;}
.point-img2{margin: 20px 0;}

#choosearea{margin: 135px 0 0 0; position: relative;z-index: 1;}

.choose_midashi
{background: url(../image/top/bg03.png) no-repeat;
    background-position: left bottom;
    background-size: contain;
    border: unset;
    padding-top: 30px;
    margin:0;
    position: relative;
    z-index: 1;}

.choose_midashi img{display: block;max-width: 922px; width: 85%; margin: 0 auto;}

.choosearea{background: #bae9ff; padding:140px 20px 1px 20px;}
.choosecont{max-width: 1150px; margin: 0 auto;}

.choose{display: flex; justify-content: center; align-items: center; gap:3%; margin-bottom: 70px;}
.choose:last-child{margin-bottom: 10%;}

.choose01 .choose-h4{ color: #ef2165; border-bottom: 6px solid #ef2165;}
.choose01 .choose-h4:before{border-top: 22px solid #ef2165;}
.choose01 .recommend-txt-arrow {border-left: 3em solid #ef2165;}
.choose01 .recommend-txt p{background: #ef2165;}

.choose02 .choose-h4{ color: #269264; border-bottom: 6px solid #269264;}
.choose02 .choose-h4:before{border-top: 22px solid #269264;}
.choose02 .recommend-txt-arrow {border-left: 3em solid #269264;}
.choose02 .recommend-txt p{background: #269264;}

.choose03 .choose-h4{ color: #9d6bc6; border-bottom: 6px solid #9d6bc6;}
.choose03 .choose-h4:before{border-top: 22px solid #9d6bc6;}
.choose03 .recommend-txt-arrow {border-left: 3em solid #9d6bc6;}
.choose03 .recommend-txt p{background: #9d6bc6;}

.choose04 .choose-h4{ color: #3c6ec6; border-bottom: 6px solid #3c6ec6;}
.choose04 .choose-h4:before{border-top: 22px solid #3c6ec6;}
.choose04 .recommend-txt-arrow {border-left: 3em solid #3c6ec6;}
.choose04 .recommend-txt p{background: #3c6ec6;}

.choose-txtarea1{width: 61%;}
.choose-imgarea1{width: 35%; margin-right: 4%;}
.choose-imgarea1 img{width: 80%;padding: 10%;}

.choose-txtarea2{width: 61%;}
.choose-imgarea2{width: 35%; margin-left: 4%;}
.choose-imgarea2 img{width: 80%;padding: 10%;}

.choose-h4{font-family: "MFW-HiraKakuProN-W7";position: relative; text-align: center; font-size: clamp(20px, 3vw, 27px); line-height: 150%;padding: 20px; border-bottom: 6px solid #000;}
.choose-h4:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 22px solid #000;
    border-right: 28px solid transparent;
    border-left: 28px solid transparent;
}
.choose-txt{font-size: clamp(16px, 2vw, 22px);line-height: 170%; margin-top: 30px;}


.choose-recommend{margin-top: 40px;display: flex; align-items: center;}

.recommend-txt{display: flex; align-items: center; overflow: hidden;height: 45px;min-width: 204px;}
.recommend-txt p{
    font-size: clamp(15px, 2vw, 18px);
    font-family: "MFW-HiraKakuProN-W7";height: 60px;
    background: #000;
    color: #fff;
    padding: 0 10px 0 20px;
    display: flex;
    align-items: center;}
.recommend-txt-arrow {
    border-top: 3em solid transparent;
    border-bottom: 3em solid transparent;
    border-left: 3em solid #000;
    z-index: 3;}

.recommend-img{display: flex;flex-grow: 1;}
.recommend-img li{width: 26%;}

@media screen and (max-width: 900px) {
    .recommend-txt {
    min-width: 160px;
}
    .recommend-txt p {
    font-size:clamp(12px, 2vw, 11px);
}
    .recommend-img li {
    width: 32%;
}
}

@media screen and (max-width: 640px) {
    
    .gakunenbtn {font-size: 24px;}
    .gakunenbtns1{gap:3%;}
    .gakunenbtns1 li {
    margin-bottom: 3%;
    width: 48%;
}
    
    #campaign {margin-bottom: 23vw;}
    
    #choosearea {margin:0;}
    
    .choose_midashi{overflow: hidden;padding-top: 0;}
    .choose_midashi img {
    width: 100%;
    padding-left: 6%;}
    
    .choosearea {
    padding: 24vw 20px 1px 20px;
}
    
    .choose{flex-wrap: wrap;}
    .choose-txtarea1 {
    width: 100%;
    order: 2;
}
    .choose-imgarea1 {
    width: 52%;
    margin-right: 0;
        margin-botto:3%;}
    
    .choose-imgarea1 img {
    width: 100%;
    padding: 0;
}
    
    .choose-imgarea2 img {
    width: 100%;
    padding: 0;
}
    
    .choose-txtarea2 {
    width: 100%;
}
    .choose-imgarea2 {
    width: 52%;
    margin-left: 0;
    margin-botto:3%;}
    
    .choose-h4 {
    font-size:4vw;
    padding: 14px;
}
    
    .choose-txt {
    font-size: clamp(14px, 2vw, 16px);
    line-height: 173%;
    margin-top: 28px;
}
    
    .choose-recommend {
    margin-top: 26px;
}
    .recommend-txt p {
    font-size: clamp(12px, 2vw, 14px);
    height: 49px;
    color: #fff;
    padding: 0px 6px 0 14px;
        flex-grow: 1;
        justify-content: center;
}
    
    .recommend-txt {
    height: 38px;
    min-width: 140px;
}
    
    .recommend-img {
    display: flex;
    width: 50%;
}
    .recommend-img li {
    flex-grow: unset;
}
    
    .point-number {font-size: 33px;min-width: 58px;}
    .point-midashi h3 {font-size: 24px;line-height: 125%;padding: 12px 16px 13px 16px;}
    .point-txt {
    padding: 20px 20px 32px 20px;
    font-size: 16px;
    margin-bottom: 80px;}
    .point-img{margin: 25px 0;}
.point-img2{margin: 10px 0;}
    
    
    .registration{padding: 2.1rem 2rem;}
    .registration_undtxt {font-size: 12px;}
    
    
    #news {margin: 24vw auto;}
    .news-list-row a{flex-wrap: wrap;}
    .news-body {font-size: 14px;}
    .news-date {
        font-size: 12px;
        width: 100%;
        padding-right: 0;
        margin-bottom: 5px;
    }
    
    .w90w {width: 100%;}
    
    .kyouzaiarea {
    padding: 13% 20px;}
    
    #pointArea {margin:22vw 0 25vw 0;}
    
    /*メイン -------------------------------------- */
    #topMain {
    width: 100%;padding:6% 0 3% 0;}
    .mainTxt {
    width: 80vw;}
    .mainTxt p {
    font-size:clamp(11px, 3vw, 17px);
    line-height: 2em;
    margin-bottom: 10px;
}
    .topAllWrap {
    width: 94%;
    padding: 0 3% 10% 3%;
    background-position: 55vw 3vw;
}
    
    .tokutenBtns p {
    font-size: clamp(8px, 1.5vw, 13px);
    margin: 6px 0;}
    .tokutenBtns a {
    font-size:clamp(19px, 1.4vw, 25px);
    padding: 2rem 2rem;}
    .tokutenBtns a::after{
	    width: 7px;
    height: 7px;
    right: 1.2rem;
}
    
    .tokutenBtns a::after{
	    width: 7px;
    height: 7px;
    right: 1.2rem;
}
    
    
    
    /*メイン -------------------------------------- */
    
    .Bghead1{background: url(../image/top/bg01_sp.png) no-repeat;
    background-position:left bottom;
        background-size: 100%;
    padding: 16.9%;
        height: unset;
    margin:-31% 0 0 0;}

.Bgbot1{background: url(../image/top/bg02_sp.png) no-repeat;
        background-position:right top;
    background-size: 100%;
    padding: 16.9%;
    height: unset;
    margin:0px 0 -25vw 0;}
    
}

