@charset "UTF-8";
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.pageNavi ul {
  max-width: 1160px;
  margin: 0 auto;
}
@media print, screen and (max-width:1200px) {
  .pageNavi ul {
    max-width: 96%;
  }
}
@media print, screen and (max-width:1026px) {
  .pageNavi ul {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media print, screen and (max-width:768px) {
  .pageNavi ul {
    max-width: 100%;
    padding: 0 20px;
  }
}
.pageNavi ul.flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.pageNavi ul li {
  width: 20%;
}
.pageNavi ul li a {
  display: block;
  width: 100%;
  padding: 14px 10px 40px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #99c8da;
  border-top: 1px solid #99c8da;
  border-bottom: 1px solid #99c8da;
  background: #fff;
  text-align: center;
  position: relative;
}
@media print, screen and (max-width:1026px) {
  .pageNavi ul li a {
    padding: 10px 8px 30px 8px;
  }
}
@media print, screen and (max-width:768px) {
  .pageNavi ul li a {
    padding: 8px 5px 25px 5px;
    line-height: 1;
    height: 100%;
  }
}
.pageNavi ul li a:after {
  position: absolute;
  content: "";
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 16px;
  height: 20px;
  background: url("../images/top/pageNavi/allow.svg") no-repeat;
  background-size: contain;
  /* X軸固定 + トランジション */
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media print, screen and (max-width:1026px) {
  .pageNavi ul li a:after {
    width: 14px;
    height: 18px;
    bottom: 10px;
  }
}
@media print, screen and (max-width:768px) {
  .pageNavi ul li a:after {
    width: 10px;
    height: 14px;
    bottom: 5px;
  }
}
.pageNavi ul li a:hover {
  background: #c2dae5;
}
.pageNavi ul li a:hover:after {
  -webkit-animation: bounce 0.6s ease-out infinite alternate;
          animation: bounce 0.6s ease-out infinite alternate;
}
@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  to {
    -webkit-transform: translateX(-50%) translateY(5px);
            transform: translateX(-50%) translateY(5px);
  }
}
@keyframes bounce {
  from {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  to {
    -webkit-transform: translateX(-50%) translateY(5px);
            transform: translateX(-50%) translateY(5px);
  }
}
.pageNavi ul li a span {
  font-size: clamp(12px, 2vw, 22px);
  font-weight: 600;
}
.pageNavi ul li:first-child a {
  border-left: 1px solid #99c8da;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.main {
  width: 100%;
  height: 100%;
  position: relative;
  /*margin: 0 0 100px;*/
  /*padding: 180px 0 0px 0;*/
  /*padding: 110px 0 0 0;*/
}
@media print, screen and (max-width: 1600px) {
  .main {
    height: 980px;
  }
}
@media print, screen and (max-width: 1240px) {
  .main {
    height: 910px;
  }
}
@media print, screen and (max-width: 1160px) {
  .main {
    height: 920px;
  }
}
@media print, screen and (max-width: 1090px) {
  .main {
    height: 760px;
  }
}
@media print, screen and (max-width: 1040px) {
  .main {
    height: 740px;
  }
}
@media print, screen and (max-width: 880px) {
  .main {
    height: 640px;
  }
}
@media print, screen and (max-width:768px) {
  .main {
    height: 600px;
  }
}
@media print, screen and (max-width: 640px) {
  .main {
    height: 540px;
  }
}
@media print, screen and (max-width: 580px) {
  .main {
    height: 440px;
  }
}
@media print, screen and (max-width: 480px) {
  .main {
    height: 340px;
  }
}
@media print, screen and (max-width:380px) {
  .main {
    height: 300px;
  }
}

.mainBg {
  /*margin: -160px 0 0 0; 	 */
  background: url("../images/top/main/bg_dot.png") no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100vh;
  z-index: -2;
}
@media print, screen and (max-width:768px) {
  .mainBg {
    background: url("../images/top/main/bg_dot_sp.png") no-repeat;
    background-size: contain;
  }
}

.road {
  position: absolute;
  right: 0;
  top: 0px;
  width: 55%;
  z-index: -1;
}
@media print, screen and (max-width: 1280px) {
  .road {
    top: 0px;
  }
}
@media print, screen and (max-width:1026px) {
  .road {
    top: 40px;
    width: 70%;
  }
}
@media print, screen and (max-width:768px) {
  .road {
    width: 90%;
  }
}

.mainBlock {
  /*margin: 160px auto 0;	*/
  position: relative;
  width: 100%;
  /*@include g.mq(tab){margin: 100px auto 0;}	*/
}
.mainBlock .main01 {
  position: absolute;
  left: 0;
  top: 120px;
  opacity: 0;
}
@media print, screen and (max-width: 1020px) {
  .mainBlock .main01 {
    top: 80px;
  }
}
@media print, screen and (max-width: 586px) {
  .mainBlock .main01 {
    top: 70px;
  }
}
@media print, screen and (max-width:480px) {
  .mainBlock .main01 {
    top: 50px;
  }
}
@media print, screen and (max-width:380px) {
  .mainBlock .main01 {
    top: 50px;
  }
}
.mainBlock .main02 {
  position: absolute;
  left: 0;
  top: 350px;
  opacity: 0;
  /*@media print, screen and (max-width: 760px) {top:294px;}
  @media print, screen and (max-width: 720px) {top:274px;}
  @media print, screen and (max-width: 640px) {top:250px;}*/
  /*@media print, screen and (max-width: 560px) {top:240px;}	*/
}
@media print, screen and (max-width: 1120px) {
  .mainBlock .main02 {
    top: 315px;
  }
}
@media print, screen and (max-width: 1080px) {
  .mainBlock .main02 {
    top: 305px;
  }
}
@media print, screen and (max-width: 1060px) {
  .mainBlock .main02 {
    top: 315px;
  }
}
@media print, screen and (max-width: 1020px) {
  .mainBlock .main02 {
    top: 255px;
  }
}
@media print, screen and (max-width: 880px) {
  .mainBlock .main02 {
    top: 215px;
  }
}
@media print, screen and (max-width: 586px) {
  .mainBlock .main02 {
    top: 164px;
  }
}
@media print, screen and (max-width:480px) {
  .mainBlock .main02 {
    top: 126px;
  }
}
@media print, screen and (max-width:380px) {
  .mainBlock .main02 {
    top: 112px;
  }
}
.mainBlock .main03 {
  position: absolute;
  left: 0;
  top: 490px;
  opacity: 0;
  /*@media print, screen and (max-width: 760px) {top:386px;}
  @media print, screen and (max-width: 720px) {top:364px;}
  @media print, screen and (max-width: 640px) {top:320px;}		
  @media print, screen and (max-width: 560px) {top:300px;}*/
}
@media print, screen and (max-width: 1120px) {
  .mainBlock .main03 {
    top: 450px;
  }
}
@media print, screen and (max-width: 1080px) {
  .mainBlock .main03 {
    top: 430px;
  }
}
@media print, screen and (max-width: 1060px) {
  .mainBlock .main03 {
    top: 455px;
  }
}
@media print, screen and (max-width: 1020px) {
  .mainBlock .main03 {
    top: 370px;
  }
}
@media print, screen and (max-width: 880px) {
  .mainBlock .main03 {
    top: 300px;
  }
}
@media print, screen and (max-width: 586px) {
  .mainBlock .main03 {
    top: 222px;
  }
}
@media print, screen and (max-width:480px) {
  .mainBlock .main03 {
    top: 176px;
  }
}
@media print, screen and (max-width:380px) {
  .mainBlock .main03 {
    top: 152px;
  }
}

.man01 {
  position: absolute;
  right: 42%;
  top: 1%;
  width: 11%;
}
@media print, screen and (min-width: 1480px) {
  .man01 {
    top: 1%;
    width: 8%;
  }
}
@media print, screen and (max-width: 1160px) {
  .man01 {
    top: 3%;
  }
}
@media print, screen and (max-width: 1080px) {
  .man01 {
    top: 0%;
    width: 11%;
  }
}
@media print, screen and (max-width: 1060px) {
  .man01 {
    top: 5%;
  }
}
@media print, screen and (max-width: 1040px) {
  .man01 {
    top: 2%;
  }
}
@media print, screen and (max-width: 880px) {
  .man01 {
    top: 0%;
    width: 9%;
  }
}
@media print, screen and (max-width: 480px) {
  .man01 {
    top: 0%;
    width: 15%;
  }
}
@media print, screen and (max-width: 380px) {
  .man01 {
    top: 0%;
    width: 15%;
  }
}

.man02 {
  position: absolute;
  right: 19%;
  top: 3%;
  width: 9%;
}
@media print, screen and (min-width: 1480px) {
  .man02 {
    top: 4%;
    width: 8%;
  }
}
@media print, screen and (max-width: 1160px) {
  .man02 {
    top: 12%;
  }
}
@media print, screen and (max-width: 1080px) {
  .man02 {
    top: 10%;
    width: 11%;
  }
}
@media print, screen and (max-width: 1060px) {
  .man02 {
    top: 16%;
  }
}
@media print, screen and (max-width: 1040px) {
  .man02 {
    top: 5%;
  }
}
@media print, screen and (max-width: 880px) {
  .man02 {
    top: 15%;
    width: 9%;
  }
}
@media print, screen and (max-width: 480px) {
  .man02 {
    top: 7%;
    width: 10%;
  }
}

.man03 {
  position: absolute;
  right: 3%;
  top: 10%;
  width: 12%;
  width: 12%;
}
@media print, screen and (max-width: 480px) {
  .man03 {
    top: 13%;
    width: 16%;
  }
}
@media print, screen and (max-width: 380px) {
  .man03 {
    top: 14%;
    width: 15%;
  }
}

.man04 {
  position: absolute;
  left: 2%;
  bottom: 7%;
  width: 15%;
}
@media print, screen and (min-width: 1260px) {
  .man04 {
    bottom: 7%;
  }
}
@media print, screen and (max-width: 1140px) {
  .man04 {
    bottom: 7%;
    width: 12%;
  }
}
@media print, screen and (max-width: 1080px) {
  .man04 {
    bottom: 0%;
  }
}
@media print, screen and (max-width: 480px) {
  .man04 {
    bottom: 1%;
    width: 17%;
  }
}

.man05 {
  position: absolute;
  left: 33%;
  bottom: 2%;
  width: 15%;
}
@media print, screen and (min-width: 1260px) {
  .man05 {
    bottom: 5%;
  }
}
@media print, screen and (max-width: 1140px) {
  .man05 {
    bottom: 5%;
    width: 12%;
  }
}
@media print, screen and (max-width: 1080px) {
  .man05 {
    bottom: 3%;
  }
}
@media print, screen and (max-width: 1060px) {
  .man05 {
    bottom: 5%;
  }
}
@media print, screen and (max-width: 480px) {
  .man05 {
    bottom: 5%;
    width: 20%;
    left: 30%;
  }
}

.man06 {
  position: absolute;
  left: 60%;
  bottom: 10%;
  width: 15%;
}
@media print, screen and (max-width: 1080px) {
  .man06 {
    bottom: 6%;
  }
}
@media print, screen and (max-width: 480px) {
  .man06 {
    bottom: 2%;
    width: 17%;
  }
}

.man07 {
  position: absolute;
  right: 5%;
  bottom: 10%;
  width: 15%;
}
@media print, screen and (max-width: 1140px) {
  .man07 {
    bottom: 2%;
    width: 12%;
  }
}
@media print, screen and (max-width: 1080px) {
  .man07 {
    bottom: 5%;
  }
}
@media print, screen and (max-width: 480px) {
  .man07 {
    bottom: 9%;
    width: 17%;
  }
}
@media print, screen and (max-width: 380px) {
  .man07 {
    bottom: 7%;
    width: 17%;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.movie {
  padding: 100px 0 0;
}
@media print, screen and (max-width:1026px) {
  .movie {
    padding: 80px 0 0;
  }
}
@media print, screen and (max-width:768px) {
  .movie {
    padding: 3rem 0 1rem;
  }
}
.movie .txt01 {
  max-width: 70%;
  text-align: center;
  margin: 0 auto 20px;
}
@media print, screen and (max-width:768px) {
  .movie .txt01 {
    max-width: 80%;
    margin: 0 auto 10px;
  }
}
.movie .movie_block {
  max-width: 800px;
  margin: 0 auto;
  padding: 10px 0 5px;
}
@media print, screen and (max-width:1200px) {
  .movie .movie_block {
    padding: 10px 0 5px;
  }
}
@media print, screen and (max-width:768px) {
  .movie .movie_block {
    max-width: 94%;
    padding: 0rem 0 0.2rem;
  }
}
.movie .movie__box {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}
.movie .movie__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie .txt02 {
  text-align: center;
  margin: 0 auto;
  font-size: clamp(12px, 2vw, 22px);
  font-weight: 600;
}
.movie .movieImg {
  max-width: 800px;
  margin: 20px auto 5px;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.event {
  padding: 100px 0 0;
}
@media print, screen and (max-width:1026px) {
  .event {
    padding: 80px 0 0;
  }
}
@media print, screen and (max-width:768px) {
  .event {
    padding: 3rem 0 0rem;
  }
}

.banaBox p {
  width: 48.5%;
}
@media print, screen and (max-width:768px) {
  .banaBox p {
    width: 100%;
    text-align: center;
    margin: 0 auto 1rem;
  }
}
.banaBox._type2 p {
  text-align: center;
  margin: 0px auto;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.news {
  padding: 100px 0;
}
@media print, screen and (max-width:1026px) {
  .news {
    padding: 80px 0;
  }
}
@media print, screen and (max-width:768px) {
  .news {
    padding: 3rem 0;
  }
}

.newsBlock {
  border: 1px solid #004098;
  background: #fff;
}

.newsInner {
  padding: 40px 30px 0 30px;
}
@media print, screen and (max-width:1026px) {
  .newsInner {
    padding: 30px 20px 0 20px;
  }
}
@media print, screen and (max-width:768px) {
  .newsInner {
    padding: 1.5rem 6% 1rem 6%;
  }
}

dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 16px;
  padding: 0 0 16px;
  color: #004098;
}
dl:not(:last-of-type) {
  border-bottom: 1px solid #c7eef7;
}
dl dt {
  margin-right: 20px;
}
@media print, screen and (max-width:768px) {
  dl dt {
    width: 100%;
    margin-right: 0;
  }
}
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.wide {
  padding: 100px 0;
  background: #e6f3f1;
}
@media print, screen and (max-width:1026px) {
  .wide {
    padding: 80px 0;
  }
}
@media print, screen and (max-width:768px) {
  .wide {
    padding: 3rem 0;
  }
}
@media print, screen and (max-width:768px) {
  .wide .wideBg {
    background: url("../images/top/wide/wide_bg.png") repeat-y;
    background-size: 100% auto;
  }
}

.koutyouBlock {
  background: #fff;
  max-width: 1020px;
  margin: 120px auto 80px;
  padding: 34px;
  position: relative;
}
@media print, screen and (max-width:1026px) {
  .koutyouBlock {
    margin: 90px auto 50px;
    padding: 24px;
  }
}
@media print, screen and (max-width:768px) {
  .koutyouBlock {
    margin: 30px auto;
    padding: 14px;
  }
}
.koutyouBlock .txtBox {
  width: 78%;
}
@media print, screen and (max-width:768px) {
  .koutyouBlock .txtBox {
    width: 70%;
  }
}
.koutyouBlock .txt_ko01 {
  font-size: clamp(17px, 2.5vw, 30px);
  font-weight: 600;
  margin: 0 0 10px;
}
.koutyouBlock .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.koutyouBlock .box p {
  margin: 0;
  font-size: 110%;
}
@media print, screen and (max-width:768px) {
  .koutyouBlock .box p {
    font-size: 80%;
  }
}
@media print, screen and (max-width:380px) {
  .koutyouBlock .box p {
    font-size: 74%;
  }
}
.koutyouBlock .box p:nth-child(1) {
  margin-right: 14px;
}
.koutyouBlock .box .txt_ko03 span {
  font-size: 128%;
  margin-left: 5px;
}
@media print, screen and (min-width: 769px) {
  .koutyouBlock .img {
    position: absolute;
    right: 5%;
    bottom: -20px;
    width: 18%;
    width: 22%;
  }
}
@media print, screen and (min-width: 1027px) {
  .koutyouBlock .img {
    position: absolute;
    right: 3%;
    width: 18%;
  }
}
@media print, screen and (max-width:768px) {
  .koutyouBlock .img {
    width: 28%;
  }
}

.wideBlock {
  width: 100%;
}
.wideBlock .col {
  width: 33.333333%;
  padding: 10px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:1026px) {
  .wideBlock .col {
    padding: 10px 24px;
  }
}
.wideBlock .col:not(:last-child) {
  border-right: 2px dotted #004098;
}
@media print, screen and (max-width:768px) {
  .wideBlock .col:not(:last-child) {
    border: none;
  }
}
@media print, screen and (max-width:768px) {
  .wideBlock .col {
    width: 100%;
    padding: 10px 0;
  }
}
.wideBlock .col .txt_type01 {
  text-align: center;
}
.wideBlock .col .txt {
  margin: 20px auto;
  font-size: 114%;
  font-weight: 600;
  color: #004098;
  text-align: center;
  line-height: 1.5;
}
@media print, screen and (max-width:1026px) {
  .wideBlock .col .txt {
    font-size: 90%;
  }
}
@media print, screen and (max-width:768px) {
  .wideBlock .col .txt {
    font-size: 94%;
    text-align: left;
  }
}
.wideBlock .col .btn {
  margin: 20px auto;
}
@media print, screen and (max-width:768px) {
  .wideBlock .col .flex_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px auto;
    max-width: 65%;
  }
  .wideBlock .col .flex_sp .txt {
    width: 65%;
    margin: 0;
  }
  .wideBlock .col .flex_sp .img {
    width: 33%;
  }
}
@media print, screen and (max-width: 600px) {
  .wideBlock .col .flex_sp {
    max-width: 80%;
  }
}
@media print, screen and (max-width: 480px) {
  .wideBlock .col .flex_sp {
    max-width: 90%;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.freedom {
  padding: 100px 0;
  background: #faebe9;
}
@media print, screen and (max-width:1026px) {
  .freedom {
    padding: 80px 0;
  }
}
@media print, screen and (max-width:768px) {
  .freedom {
    padding: 3rem 0;
  }
}
@media print, screen and (max-width:768px) {
  .freedom .freeBg {
    background: url("../images/top/freedom/free_bg.png") repeat-y;
    background-size: 100% auto;
  }
}

.circularBlock {
  width: 100%;
  margin: 80px auto 60px;
}
@media print, screen and (max-width:1026px) {
  .circularBlock {
    margin: 70px auto 50px;
  }
}
@media print, screen and (max-width:768px) {
  .circularBlock {
    margin: 30px auto 30px;
  }
}
.circularBlock .col {
  width: 31.5%;
  margin: 0 0 20px;
}
@media print, screen and (max-width:768px) {
  .circularBlock .col {
    width: 48%;
    margin: 0 0 14px;
  }
}
.circularBlock .col .maru {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: 2px solid #004098;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:768px) {
  .circularBlock .col .maru {
    border-radius: 10px;
    aspect-ratio: auto;
  }
}
.circularBlock .col .maru .maru_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1200px) {
  .circularBlock .col .maru .maru_content {
    gap: 12px;
  }
}
@media print, screen and (max-width:1026px) {
  .circularBlock .col .maru .maru_content {
    gap: 10px;
  }
}
@media print, screen and (max-width:768px) {
  .circularBlock .col .maru .maru_content {
    padding: 10px 4%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media print, screen and (max-width:768px) {
  .circularBlock .col .maru .spFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.circularBlock .col .maru .txt {
  display: block;
  font-size: clamp(14px, 2vw, 24px);
  font-weight: 600;
  color: #004098;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
}
@media print, screen and (max-width:768px) {
  .circularBlock .col .maru .txt {
    width: 68%;
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.circularBlock .col .maru .img {
  max-width: 50%;
  text-align: center;
  margin: 0 auto;
}
@media print, screen and (max-width:768px) {
  .circularBlock .col .maru .img {
    width: 30%;
  }
}

.f_c_01, .f_c_02, .f_c_03, .f_c_04, .f_c_05, .f_c_06 {
  opacity: 0;
}

.e_c_01, .e_c_02, .e_c_03, .e_c_04, .e_c_05, .e_c_06 {
  opacity: 0;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.modal-container p {
  margin-bottom: 10px;
}

.modal-container p:last-child {
  margin-bottom: 0;
}

.modal-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 50px auto;
  background: #fff;
  border-radius: 8px;
  /* ここがポイント */
  max-height: 90vh; /* 画面の80%までの高さに制限 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden; /* 内部スクロール用 */
}

.modal-container {
  background: #fff;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 上のヘッダー部分以外を全て占有 */
  overflow-y: auto; /* 垂直スクロール */
  -webkit-overflow-scrolling: touch; /* スマホ慣性スクロール */
}
@media print, screen and (max-width:1026px) {
  .modal-container {
    padding: 30px;
  }
}
@media print, screen and (max-width:768px) {
  .modal-container {
    padding: 20px;
  }
}

.modal-top {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media print, screen and (max-width:1026px) {
  .modal-top {
    right: 20px;
    top: 20px;
  }
}
@media print, screen and (max-width:768px) {
  .modal-top {
    right: 10px;
    top: 10px;
  }
}

.modal-close {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  padding: 0 5px;
  border-radius: 50%; /* 角を完全に丸くして円にする */
  border: 1px solid #000;
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; /* スムーズなアニメーションのために */
}

.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
  border-radius: 50%; /* 角を完全に丸くして円にする */
  background: #fff;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ff0000;
  -webkit-transform: scale(1.1);
          transform: scale(1.1); /* 少し拡大して動きをつける */
}

.modal-title {
  color: #FFF;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.closeBtn {
  max-width: 220px;
  text-align: center;
  margin: 20px auto 10px;
  border: 2px solid #004098;
  padding: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffd61f;
  color: #004098;
  font-size: 108%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
}
.closeBtn:hover {
  background: #004098;
  color: #ffd61f;
}
.closeBtn:hover, .closeBtn:focus {
  -webkit-transform: none;
          transform: none;
}
.closeBtn.modal-close:hover, .closeBtn.modal-close:focus {
  border-radius: 0;
  -webkit-transform: none;
          transform: none;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.daigaku .daigakuBox .left {
  width: 43%;
}
@media print, screen and (max-width:768px) {
  .daigaku .daigakuBox .left {
    width: 100%;
  }
}
.daigaku .daigakuBox .right {
  width: 55%;
}
@media print, screen and (max-width:768px) {
  .daigaku .daigakuBox .right {
    width: 100%;
  }
}
.daigaku .daigakuBox .right p {
  width: 48.5%;
}
.daigaku .daigakuBox p {
  margin: 0 0 10px;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.syakai .syakaiBox .col {
  width: 48.5%;
  margin: 0 0 20px;
}
.syakai .syakaiBox .col .img {
  width: 100%;
  margin: 0 0 8px;
}
@media print, screen and (max-width:768px) {
  .syakai .syakaiBox .col .img {
    margin: 0 0 5px;
  }
}
@media print, screen and (max-width:768px) {
  .syakai .syakaiBox .col {
    width: 100%;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.mirai .miraiImg {
  max-width: 80%;
  text-align: center;
  margin: 0 auto;
}
@media print, screen and (max-width:768px) {
  .mirai .miraiImg {
    max-width: 100%;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.tuusin .tu_box {
  background: #4694d1;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin: 0 0 30px;
}
@media print, screen and (max-width:768px) {
  .tuusin .tu_box {
    padding: 1rem 5% 1.4rem 5%;
  }
}
.tuusin .tu_box .img {
  width: 35%;
}
@media print, screen and (max-width:768px) {
  .tuusin .tu_box .img {
    width: 100%;
  }
}
.tuusin .tu_box ul.tu_list {
  width: 60%;
}
@media print, screen and (max-width:768px) {
  .tuusin .tu_box ul.tu_list {
    width: 100%;
    margin: 0 0 10px;
  }
}
.tuusin .tu_box ul.tu_list li {
  color: #fff;
  margin: 0 0 10px;
}
.tuusin .tu_box ul.tu_list li:before {
  color: #fff;
}
.tuusin .tuBlock {
  width: 100%;
  padding: 140px 0 20px;
}
@media print, screen and (max-width:768px) {
  .tuusin .tuBlock {
    padding: 30px 0 30px;
  }
}
.tuusin .tuBlock .col {
  width: 31.5%;
  position: relative;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media print, screen and (max-width:768px) {
  .tuusin .tuBlock .col {
    width: 100%;
    margin: 0 0 60px;
  }
}
.tuusin .tuBlock .col:before {
  position: absolute;
  content: "";
  top: -150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 110px;
  height: 80px;
}
@media print, screen and (max-width:768px) {
  .tuusin .tuBlock .col:before {
    width: 70px;
    height: 40px;
    top: -50px;
  }
}
@media print, screen and (max-width:768px) {
  .tuusin .tuBlock .col .spFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.tuusin .tuBlock .col .title_tu {
  font-size: clamp(20px, 2.3333333333vw, 28px);
  font-weight: 500;
  color: #004098;
}
.tuusin .tuBlock .col .title_tu span {
  font-size: 80%;
}
@media print, screen and (max-width:380px) {
  .tuusin .tuBlock .col .title_tu span {
    font-size: 70%;
  }
}
@media print, screen and (max-width:768px) {
  .tuusin .tuBlock .col .title_tu {
    width: 70%;
  }
  .tuusin .tuBlock .col .title_tu p {
    margin: 0;
  }
}
.tuusin .tuBlock .col .img_tu {
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 140px;
  height: 100px;
}
@media print, screen and (max-width:768px) {
  .tuusin .tuBlock .col .img_tu {
    width: 28%;
    position: static;
    -webkit-transform: none;
            transform: none;
    height: auto;
  }
}
.tuusin .tuBlock .col .img_tu._t2 {
  left: inherit;
  -webkit-transform: none;
          transform: none;
  right: 10px;
  top: -40px;
}
@media print, screen and (max-width: 1360px) {
  .tuusin .tuBlock .col .img_tu._t2 {
    top: -20px;
    width: 100px;
    height: 90px;
  }
}
@media print, screen and (max-width:768px) {
  .tuusin .tuBlock .col .img_tu._t2 {
    height: auto;
    width: 28%;
  }
}
.tuusin .tuBlock .col._type01 {
  background: #bae3f9;
}
.tuusin .tuBlock .col._type01:before {
  background: url("../images/top/freedom/tuusin/arrow01.png") no-repeat;
  background-size: contain;
}
.tuusin .tuBlock .col._type02 {
  background: #bce1df;
}
.tuusin .tuBlock .col._type02:before {
  background: url("../images/top/freedom/tuusin/arrow02.png") no-repeat;
  background-size: contain;
}
.tuusin .tuBlock .col._type03 {
  background: #a4d6c1;
}
.tuusin .tuBlock .col._type03:before {
  background: url("../images/top/freedom/tuusin/arrow03.png") no-repeat;
  background-size: contain;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.sotugyou .box {
  background: #cfecfa;
  display: inline-block;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80%;
  margin: 0 0 40px;
}
@media print, screen and (max-width:1026px) {
  .sotugyou .box {
    padding: 24px;
    width: 100%;
    margin: 0 0 30px;
  }
}
@media print, screen and (max-width:768px) {
  .sotugyou .box {
    padding: 1rem 5%;
  }
}
.sotugyou .box .flex {
  width: 100%;
}
.sotugyou .box .txtBlock {
  width: 90%;
  font-weight: 500;
  color: #004098;
}
@media print, screen and (max-width:1026px) {
  .sotugyou .box .txtBlock {
    width: 84%;
  }
}
@media print, screen and (max-width:768px) {
  .sotugyou .box .txtBlock {
    width: 100%;
  }
}
.sotugyou .box .txtBlock .so_txt01 {
  font-size: clamp(17px, 1.5vw, 18px);
}
.sotugyou .box .txtBlock .so_txt02 span {
  position: relative;
  padding-left: 12px;
}
.sotugyou .box .txtBlock .so_txt02 span:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #004098;
  position: absolute;
  top: 7px;
  left: 0;
  margin: auto;
}
.sotugyou .box .img {
  width: 70px;
  text-align: center;
  margin: 0 auto;
}
@media print, screen and (max-width:1026px) {
  .sotugyou .box .img {
    width: 12%;
  }
}
@media print, screen and (max-width:768px) {
  .sotugyou .box .img {
    width: 30%;
    text-align: center;
    margin: 15px auto 0;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.support .block:not(:last-child) {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #004097;
}
.support .block .pointImg {
  max-width: 160px;
  margin: 0 0 20px;
}
@media print, screen and (max-width:1026px) {
  .support .block .pointImg {
    max-width: 24%;
    margin: 0 0 12px;
  }
}
@media print, screen and (max-width:768px) {
  .support .block .pointImg {
    max-width: 27%;
    margin: 0 0 8px;
  }
}
@media print, screen and (max-width:480px) {
  .support .block .pointImg {
    max-width: 46%;
    margin: 0 0 8px;
  }
}
.support .block .p_txt {
  font-size: 116%;
  font-weight: 500;
  color: #004097;
  margin: 0 0 10px;
}
@media print, screen and (max-width:768px) {
  .support .block .p_txt {
    font-size: 108%;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.jikan .block {
  margin: 0 0 40px;
}
.jikan .fontBS {
  font-size: 106%;
  font-weight: 600;
}
@media print, screen and (max-width:768px) {
  .jikan .fontBS {
    font-size: 100%;
  }
}
.jikan .headBox {
  margin: 0 0 20px;
}
.jikan .headBox .year {
  max-width: 136px;
  margin: 0 20px 0 0;
}
@media print, screen and (max-width:768px) {
  .jikan .headBox .year {
    display: block;
  }
}
@media print, screen and (max-width:768px) and (max-width:768px) {
  .jikan .headBox .year {
    max-width: 28%;
    margin: 0 0 10px;
  }
}
@media print, screen and (max-width:768px) and (max-width:480px) {
  .jikan .headBox .year {
    max-width: 40%;
    margin: 0 0 10px;
  }
}
.jikan .headBox .txt {
  font-size: clamp(17.5px, 1.8333333333vw, 22px);
  font-weight: 600;
  margin: 0 20px 0 0;
}
@media print, screen and (max-width:768px) {
  .jikan .headBox .txt {
    width: 72%;
    margin: 0;
  }
}
.jikan .headBox .man {
  width: 14%;
}
@media print, screen and (max-width:768px) {
  .jikan .headBox .man {
    width: 24%;
  }
}
.jikan .time {
  width: 100%;
  margin: 0 0 10px;
}
.jikan .j_point {
  position: relative;
  padding-left: 56px;
  margin: 0 0 40px;
}
@media print, screen and (max-width:768px) {
  .jikan .j_point {
    padding-left: 40px;
    margin: 0 0 30px;
    font-size: 92%;
  }
}
.jikan .j_point:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  display: block;
  width: 100%;
  height: 48px;
  background: url("../images/top/freedom/jikan/icon.png") no-repeat;
  background-size: contain;
}
@media print, screen and (max-width:768px) {
  .jikan .j_point:before {
    height: 30px;
  }
}
.jikan .j_point .j_ttl {
  font-size: 114%;
  font-weight: 600;
  color: #eb6d8e;
  margin: 0 0 8px;
}
@media print, screen and (max-width:768px) {
  .jikan .j_point .j_ttl {
    font-size: 105%;
    margin: 0 0 6px;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.kamoku .kamokuBlock {
  width: 100%;
}
.kamoku .kamokuBlock.flex:after {
  content: "";
  display: block;
  width: 32%;
}
.kamoku .kamokuBlock .box {
  width: 32%;
  border: 2px solid #004097;
  border-radius: 10px;
  position: relative;
  margin: 0 0 20px;
}
@media print, screen and (max-width:768px) {
  .kamoku .kamokuBlock .box {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.kamoku .kamokuBlock .box:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 65%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 128px;
}
@media print, screen and (max-width:1026px) {
  .kamoku .kamokuBlock .box:after {
    left: 60%;
    height: 94px;
  }
}
@media print, screen and (max-width:768px) {
  .kamoku .kamokuBlock .box:after {
    height: 110px;
  }
}
.kamoku .kamokuBlock .box:nth-child(1):after {
  background: url("../images/top/freedom/kamoku/kamoku01.png") no-repeat;
  background-size: contain;
}
.kamoku .kamokuBlock .box:nth-child(2):after {
  background: url("../images/top/freedom/kamoku/kamoku02.png") no-repeat;
  background-size: contain;
}
.kamoku .kamokuBlock .box:nth-child(3):after {
  background: url("../images/top/freedom/kamoku/kamoku03.png") no-repeat;
  background-size: contain;
}
.kamoku .kamokuBlock .box:nth-child(4):after {
  background: url("../images/top/freedom/kamoku/kamoku04.png") no-repeat;
  background-size: contain;
}
.kamoku .kamokuBlock .box:nth-child(5):after {
  background: url("../images/top/freedom/kamoku/kamoku05.png") no-repeat;
  background-size: contain;
}
.kamoku .kamokuBlock .box .boxInner {
  padding: 14px 20px 120px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:1026px) {
  .kamoku .kamokuBlock .box .boxInner {
    padding: 14px 20px 100px 20px;
  }
}
.kamoku .kamokuBlock .box .ka_title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 600;
  color: #004097;
  margin: 0 0 5px;
  line-height: 1.4;
}
.kamoku .kamokuBlock .box .txt {
  font-size: 112%;
  font-weight: 500;
}
.kamoku .kamokuBlock .box .txt span.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffe23f));
  background: linear-gradient(transparent 50%, #ffe23f 50%);
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.taiken .koudai {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.enjoy {
  padding: 100px 0;
  background: #fcf5db;
}
@media print, screen and (max-width:1026px) {
  .enjoy {
    padding: 80px 0;
  }
}
@media print, screen and (max-width:768px) {
  .enjoy {
    padding: 3rem 0;
  }
}
@media print, screen and (max-width:768px) {
  .enjoy .enjoyBg {
    background: url("../images/top/enjoy/enjoy_bg.png") repeat-y;
    background-size: 100% auto;
  }
}
.enjoy .txt_roll {
  width: 100%;
  background: #004098;
  border-radius: 14px;
  padding: 5px 7px 7px 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 50px auto 0;
  /* 横スクロール */
  /*@keyframes ticker {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }*/
}
.enjoy .txt_roll .ro_ttl {
  color: #fff;
  text-align: center;
  margin: 0 auto 5px;
  font-size: clamp(16px, 3.3333333333vw, 40px);
  font-weight: 600;
}
.enjoy .txt_roll .ticker {
  width: 100%;
  height: 50px;
  overflow: hidden;
  background: #fff;
  color: #004098;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 5px;
}
@media print, screen and (max-width:768px) {
  .enjoy .txt_roll .ticker {
    height: 40px;
  }
}
.enjoy .txt_roll .ticker__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap; /* 改行しない */
  /*  animation: ticker 80s linear infinite;*/
}
.enjoy .txt_roll .ticker__item {
  padding: 0 40px;
  font-size: 18px;
  font-weight: 500;
}
@media print, screen and (max-width:768px) {
  .enjoy .txt_roll .ticker__item {
    font-size: 15px;
    padding: 0 24px;
  }
}
.enjoy .txt_roll .ticker__item span {
  font-size: 114%;
  font-weight: 600;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.seihuku {
  padding: 100px 0;
}
@media print, screen and (max-width:1026px) {
  .seihuku {
    padding: 80px 0;
  }
}
@media print, screen and (max-width:768px) {
  .seihuku {
    padding: 3rem 0;
  }
}
.seihuku .txt01 {
  font-size: clamp(16px, 2.5vw, 30px);
  font-weight: 600;
  color: #004098;
  margin: 20px auto 20px;
  text-align: center;
}
@media print, screen and (max-width:1026px) {
  .seihuku .txt01 {
    margin: 0px auto 20px;
  }
}
@media print, screen and (max-width:768px) {
  .seihuku .txt01 {
    margin: 0.5rem auto 0.8rem;
    text-align: left;
  }
}
.seihuku .txt02 {
  text-align: center;
}
@media print, screen and (max-width:768px) {
  .seihuku .txt02 {
    font-size: 90%;
    text-align: left;
  }
}
.seihuku .slideBlock {
  background: #0075a3;
  padding: 40px 0;
}
@media print, screen and (max-width:1026px) {
  .seihuku .slideBlock {
    padding: 30px 0;
  }
}
@media print, screen and (max-width:768px) {
  .seihuku .slideBlock {
    padding: 24px 0;
  }
}
.seihuku .swiper-slide img {
  height: auto;
  width: 100%;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 50px !important;
  width: 50px !important;
}
@media print, screen and (max-width:768px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 30px !important;
    width: 30px !important;
  }
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  height: 50px !important;
  margin: auto;
  width: 50px !important;
}
@media print, screen and (max-width:768px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    height: 30px !important;
    width: 30px !important;
  }
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url("../common/images/icon/swiper_arrow_left.svg");
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url("../common/images/icon/swiper_arrow_right.svg");
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.drone .drone_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}
@media print, screen and (max-width:768px) {
  .drone .drone_head {
    display: block;
  }
}
.drone .drone_head .box_yellow {
  margin: 0 15px 0 0;
}
@media print, screen and (max-width:768px) {
  .drone .drone_head .box_yellow {
    margin: 0 0 10px 0;
  }
}
@media print, screen and (max-width:768px) {
  .drone .spFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.drone .drone_box .left {
  width: 30%;
}
@media print, screen and (max-width:768px) {
  .drone .drone_box .left {
    width: 100%;
    margin: 0 0 20px;
  }
}
.drone .drone_box .left .img {
  width: 100%;
  margin: 0 0 14px;
}
@media print, screen and (max-width:768px) {
  .drone .drone_box .left .img {
    width: 100%;
    text-align: center;
    margin: 0 auto 8px;
  }
}
.drone .drone_box .left .teacher_txt {
  color: #004098;
  font-weight: 500;
}
.drone .drone_box .left .teacher_txt .sub {
  font-size: 94%;
}
@media print, screen and (max-width:1026px) {
  .drone .drone_box .left .teacher_txt .sub {
    font-size: 80%;
  }
}
.drone .drone_box .left .teacher_txt .teacher {
  font-size: 110%;
  font-weight: 600;
}
.drone .drone_box .left .teacher_txt .teacher span {
  font-size: 70%;
  font-weight: 500;
}
@media print, screen and (max-width:1026px) {
  .drone .drone_box .left .teacher_txt .teacher {
    font-size: 100%;
  }
}
.drone .drone_box .left .teacher_txt._type2 {
  position: relative;
  padding-left: 14px;
}
@media print, screen and (max-width:768px) {
  .drone .drone_box .left .teacher_txt._type2 {
    width: 44%;
  }
}
.drone .drone_box .left .teacher_txt._type2 .icon {
  position: absolute;
  left: 0;
  bottom: 3px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #004098;
  text-align: center;
  line-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width:768px) {
  .drone .drone_box .left .teacher_txt._type2 .icon._migi {
    bottom: 16px;
  }
}
.drone .drone_box .left .teacher_txt._type2 .icon .moji {
  color: #fff;
  font-weight: 600a;
  font-size: 6px;
}
.drone .drone_box .right {
  width: 67%;
}
@media print, screen and (max-width:768px) {
  .drone .drone_box .right {
    width: 100%;
    margin: 0 0 30px;
  }
}
.drone .box2 p {
  width: 48.5%;
}
.drone .school_d_name {
  margin: 20px 0;
  font-weight: 500;
  line-height: 1.5;
  color: #004097;
}
.drone .school_d_name .sub {
  font-size: 90%;
}
.drone .school_d_name span {
  font-size: 80%;
}
@media print, screen and (max-width:768px) {
  .drone .school_d_name span {
    display: block;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.qa {
  padding: 100px 0;
  background: #ecf7fc;
}
@media print, screen and (max-width:1026px) {
  .qa {
    padding: 80px 0;
  }
}
@media print, screen and (max-width:768px) {
  .qa {
    padding: 3rem 0;
  }
}
.qa .txt01 {
  font-size: clamp(16px, 2.5vw, 30px);
  font-weight: 600;
  color: #004098;
  margin: 20px auto 20px;
}
@media print, screen and (max-width:1026px) {
  .qa .txt01 {
    margin: 5px auto 20px;
  }
}
@media print, screen and (max-width:768px) {
  .qa .txt01 {
    margin: 0.5rem auto 0.8rem;
    letter-spacing: -0.02rem;
    text-align: left;
  }
}
.qa .qa_block.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.qa .qa_block .manImg {
  width: 15%;
}
@media print, screen and (max-width:768px) {
  .qa .qa_block .manImg {
    width: 20%;
  }
}
.qa .qa_block .hukidasi {
  width: 82%;
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 0 50px;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease; /* 余分でも滑らかに見える */
}
@media print, screen and (max-width:1026px) {
  .qa .qa_block .hukidasi {
    margin: 0 0 40px;
    padding: 20px;
  }
}
@media print, screen and (max-width:768px) {
  .qa .qa_block .hukidasi {
    width: 77%;
    margin: 0 0 20px;
    padding: 14px;
  }
}
@media print, screen and (max-width:480px) {
  .qa .qa_block .hukidasi {
    padding: 10px;
  }
}
.qa .qa_block .hukidasi:before {
  position: absolute;
  content: "";
  top: 100px;
  left: -30px;
  display: block;
  width: 30px;
  height: 28px;
  background: url("../images/top/qa/left_tip.svg") no-repeat;
  background-size: contain;
}
@media print, screen and (max-width:1026px) {
  .qa .qa_block .hukidasi:before {
    top: 50px;
  }
}
@media print, screen and (max-width:768px) {
  .qa .qa_block .hukidasi:before {
    width: 20px;
    height: 18px;
    left: -20px;
  }
}
@media print, screen and (max-width:480px) {
  .qa .qa_block .hukidasi:before {
    width: 14px;
    height: 12px;
    left: -14px;
  }
}
.qa .qa_block .hukidasi._type2:before {
  left: inherit;
  right: -30px;
  background: url("../images/top/qa/right_tip.svg") no-repeat;
}
@media print, screen and (max-width:768px) {
  .qa .qa_block .hukidasi._type2:before {
    width: 20px;
    height: 18px;
    right: -20px;
  }
}
@media print, screen and (max-width:480px) {
  .qa .qa_block .hukidasi._type2:before {
    width: 14px;
    height: 12px;
    right: -14px;
  }
}
.qa .qa_block .inner {
  max-width: 880px;
  margin: 0 auto;
}
.qa .qTxt {
  font-size: clamp(15.5px, 2.8571428571vw, 42px);
  font-weight: 600;
  color: #004098;
  position: relative;
  padding: 0 0 0 64px;
  display: inline-block;
  margin: 0 0 0px;
}
@media print, screen and (max-width:1026px) {
  .qa .qTxt {
    padding: 0 0 0 46px;
  }
}
@media print, screen and (max-width:768px) {
  .qa .qTxt {
    padding: 0 0 0 36px;
    margin: 0 0px;
    text-align: left;
  }
}
@media print, screen and (max-width:480px) {
  .qa .qTxt {
    padding: 0 0 0 30px;
  }
}
.qa .qTxt:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  display: block;
  width: 100%;
  height: 54px;
  background: url("../images/top/qa/iconQ.svg") no-repeat;
  background-size: contain;
}
@media print, screen and (max-width: 1140px) {
  .qa .qTxt:before {
    height: 40px;
  }
}
@media print, screen and (max-width:1026px) {
  .qa .qTxt:before {
    height: 36px;
  }
}
@media print, screen and (max-width:768px) {
  .qa .qTxt:before {
    height: 21px;
    top: 5px;
  }
}
@media print, screen and (max-width: 640px) {
  .qa .qTxt:before {
    height: 21px;
  }
}
@media print, screen and (max-width:480px) {
  .qa .qTxt:before {
    height: 21px;
    top: 3px;
  }
}
.qa .answer {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 94%;
}
@media print, screen and (max-width:1026px) {
  .qa .answer {
    padding: 20px 0;
  }
}
@media print, screen and (max-width:768px) {
  .qa .answer {
    padding: 14px 0;
  }
}
@media print, screen and (max-width:480px) {
  .qa .answer {
    padding: 0 0 0px 0;
  }
}
.qa .answer_txt {
  position: relative;
  padding: 0 0 0 34px;
  width: 52%;
  margin: 0;
}
@media print, screen and (max-width:1026px) {
  .qa .answer_txt {
    padding: 0 0 0 34px;
  }
}
@media print, screen and (max-width:768px) {
  .qa .answer_txt {
    padding: 0 0 0 30px;
    width: 100%;
  }
}
@media print, screen and (max-width:480px) {
  .qa .answer_txt {
    padding: 0 0 0 28px;
  }
}
.qa .answer_txt:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  display: block;
  width: 100%;
  height: 28px;
  background: url("../images/top/qa/iconA.svg") no-repeat;
  background-size: contain;
}
@media print, screen and (max-width:1026px) {
  .qa .answer_txt:before {
    height: 28px;
  }
}
@media print, screen and (max-width:768px) {
  .qa .answer_txt:before {
    height: 24px;
    top: 5px;
  }
}
@media print, screen and (max-width:480px) {
  .qa .answer_txt:before {
    height: 20px;
    top: 3px;
  }
}
.qa .school {
  width: 42%;
  padding-left: 15px;
  margin-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 2px dotted #0055a7;
}
@media print, screen and (max-width: 1200px) {
  .qa .school {
    width: 40%;
  }
}
@media print, screen and (max-width:1026px) {
  .qa .school {
    width: 39%;
  }
}
@media print, screen and (max-width:768px) {
  .qa .school {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-left: none;
    border-top: 2px dotted #0055a7;
  }
}
.qa .school .ans_title {
  padding: 3px 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #0055a7;
  display: inline-block;
  font-size: clamp(14px, 1.1428571429vw, 17px);
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 0 0 6px;
  line-height: 1.5;
}
.qa .school ul.list li {
  line-height: 1.5;
  margin: 0 0 4px;
}
.qa .school ul.list li:before {
  color: #0055a7;
}

.accordion-content-wrapper {
  overflow: hidden;
  /* transition: max-height 0.5s ease-out; /* JavaScriptで高さを計算するため、CSS Transitionは外す */
}

.accordion-content-full {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.5s ease, opacity 0.5s ease, padding-top 0.5s ease;
  transition: max-height 0.5s ease, opacity 0.5s ease, padding-top 0.5s ease;
  padding-top: 0;
}

.accordion-item.expanded .accordion-content-full {
  opacity: 1;
  padding-top: 10px;
}

/* toggle-button の open/close 状態 */
.toggle-button {
  display: block;
  margin: 14px auto;
  width: 100%;
  padding: 4px 12px;
  background-color: #ffd61f;
  color: #f75320;
  border: none;
  border-radius: 40px;
  font-size: clamp(18px, 2.9166666667vw, 35px);
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media print, screen and (max-width:768px) {
  .toggle-button {
    padding: 4px 10px;
  }
}
.toggle-button:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/top/qa/arrow_bottom.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 5px;
}
@media print, screen and (max-width:1026px) {
  .toggle-button:after {
    width: 20px;
    height: 20px;
  }
}
@media print, screen and (max-width:768px) {
  .toggle-button:after {
    width: 16px;
    height: 16px;
  }
}
.toggle-button:hover {
  background-color: #f75320;
  color: #ffd61f;
}

.toggle-button.close:after {
  background: url("../images/top/qa/arrow_top.svg") no-repeat;
  background-size: contain;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.nyusi {
  padding: 100px 0;
}
@media print, screen and (max-width:1026px) {
  .nyusi {
    padding: 80px 0;
  }
}
@media print, screen and (max-width:768px) {
  .nyusi {
    padding: 3rem 0;
  }
}
.nyusi .txt01 {
  font-size: clamp(16px, 2.5vw, 30px);
  font-weight: 600;
  color: #004098;
  margin: 20px auto 20px;
}
@media print, screen and (max-width:1026px) {
  .nyusi .txt01 {
    margin: 14px auto 20px;
  }
}
@media print, screen and (max-width:768px) {
  .nyusi .txt01 {
    margin: 0.5rem auto 0.8rem;
    text-align: left;
  }
}
.nyusi ul.list li {
  font-size: 108%;
  font-weight: 500;
  margin: 0 0 6px;
}
.nyusi ul.list li:before {
  color: #004098;
}
@media print, screen and (max-width:768px) {
  .nyusi ul.list li {
    font-size: 100%;
  }
}
.nyusi .n_title {
  font-size: clamp(22px, 2.2857142857vw, 32px);
  font-weight: 500;
  margin: 0 0 10px;
}

table.n_table {
  width: 100%;
  border: 3px solid #00a3d4;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 104%;
  font-weight: 500;
}
@media print, screen and (max-width:768px) {
  table.n_table {
    font-size: 80%;
  }
}
table.n_table .p-table1__col1 {
  width: 12%;
}
table.n_table .p-table1__col6 {
  width: 18%;
}
table.n_table th {
  background: #d3eef9;
}
table.n_table th, table.n_table td {
  border-color: #00a3d4;
  text-align: center;
}
@media print, screen and (max-width:768px) {
  table.n_table th, table.n_table td {
    padding: 5px;
  }
  table.n_table td {
    white-space: nowrap;
  }
}

@media print, screen and (min-width: 769px) {
  .accordion-header {
    display: none;
  }
}

@media print, screen and (max-width:768px) {
  .accordion-header .acoHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 94%;
    cursor: pointer;
    font-size: 100%;
    font-weight: 600;
    color: #004098;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #004098;
    border-radius: 10px;
    background: #fff;
    margin: auto;
  }
}

@media print, screen and (max-width:768px) {
  .accordion-title {
    width: 90%;
  }
  /* 丸囲みアイコン */
  .accordion-icon {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #004098;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* 横棒（−） */
  .accordion-icon::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background: #fff;
  }
  /* 縦棒（＋ の部分） */
  .accordion-icon::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background: #fff;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  /* 開いたときは縦棒を90度回転させて横棒に重ねる → 「−」に見える */
  .accordion-icon.open::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0;
  }
  .acoInner {
    padding: 20px 0;
  }
  .accordion-close {
    display: block;
    border: 1px solid #000;
    padding: 5px 12px;
    background: #fff;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    font-size: 104%;
  }
}
@media print, screen and (min-width: 769px) {
  .accordion-close {
    display: none;
  }
}
.js-scrollable {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.access {
  padding: 100px 0;
  background: #edf7fb;
}
@media print, screen and (max-width:1026px) {
  .access {
    padding: 80px 0;
  }
}
@media print, screen and (max-width:768px) {
  .access {
    padding: 3rem 0;
  }
}
.access .txt01 {
  font-size: clamp(16px, 2.5vw, 30px);
  font-weight: 600;
  color: #004098;
  margin: 40px auto 20px;
}
@media print, screen and (max-width:1026px) {
  .access .txt01 {
    margin: 20px auto 20px;
  }
}
@media print, screen and (max-width:768px) {
  .access .txt01 {
    margin: 1rem auto 0.8rem;
  }
}
.access .txt01 span {
  background: #f75320;
  color: #fff;
  line-height: 1.4;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.access .accessImg {
  width: 100%;
  margin: 0 0 40px;
}
@media print, screen and (max-width:768px) {
  .access .accessImg {
    margin: 0 0 20px;
  }
}
.access .txt02 {
  font-size: clamp(15px, 2.1666666667vw, 26px);
  font-weight: 600;
  color: #004098;
}
.access .rootBlock {
  width: 100%;
}
.access .rootBlock .box {
  width: 29%;
}
@media print, screen and (max-width:768px) {
  .access .rootBlock .box {
    width: 100%;
    position: relative;
  }
}
.access .rootBlock .box .img {
  width: 100%;
  position: relative;
}
.access .rootBlock .box dl.ro_dl {
  color: #000;
  border-bottom: none;
  font-size: 88%;
}
.access .rootBlock .box dl.ro_dl dt {
  font-size: 100%;
  font-weight: 500;
  margin: 0 0 0.2rem;
}
@media print, screen and (min-width: 769px) {
  .access .rootBlock .box:not(:last-child) .img:after {
    position: absolute;
    content: "";
    top: 50%;
    right: -57px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 48px;
    height: 70px;
  }
}
@media print, screen and (min-width: 769px) and (max-width:1026px) {
  .access .rootBlock .box:not(:last-child) .img:after {
    width: 38px;
    height: 60px;
    right: -45px;
  }
}
@media print, screen and (max-width:768px) {
  .access .rootBlock .box:not(:last-child):not(:last-child) dl.ro_dl {
    padding: 0 0 64px;
  }
  .access .rootBlock .box:not(:last-child):after {
    position: absolute;
    content: "";
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 68px;
    height: 36px;
  }
  .access .rootBlock .box:not(:last-child)._root01:after {
    background: url("../images/top/access/fig01_sp.png") no-repeat;
    background-size: contain;
  }
  .access .rootBlock .box:not(:last-child)._root02:after {
    background: url("../images/top/access/fig02_sp.png") no-repeat;
    background-size: contain;
  }
}
@media print, screen and (min-width: 769px) {
  .access .rootBlock .box._root01 .img:after {
    background: url("../images/top/access/fig01_pc.png") no-repeat;
    background-size: contain;
  }
  .access .rootBlock .box._root02 .img:after {
    background: url("../images/top/access/fig02_pc.png") no-repeat;
    background-size: contain;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.greeting .gre_title {
  font-size: clamp(21px, 2.1666666667vw, 26px);
  font-weight: 600;
}
.greeting .nameBox {
  width: 28%;
  margin: 0 0 10px;
}
@media print, screen and (max-width:768px) {
  .greeting .nameBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.greeting .nameBox .greetingImg {
  width: 100%;
}
@media print, screen and (max-width:768px) {
  .greeting .nameBox .greetingImg {
    width: 36%;
  }
}
.greeting .nameBox .name {
  text-align: center;
  font-size: 108%;
  font-weight: 500;
}
.greeting .nameBox .name span {
  font-size: 120%;
}
@media print, screen and (max-width:1026px) {
  .greeting .nameBox .name {
    font-size: 78%;
  }
}
@media print, screen and (max-width:768px) {
  .greeting .nameBox .name {
    text-align: left;
    width: 60%;
    font-size: 87%;
  }
}
.greeting .txtBlock {
  width: 68%;
  margin: 0 0 40px;
}
@media print, screen and (max-width:768px) {
  .greeting .txtBlock {
    width: 100%;
    margin: 0 0 30px;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.class .classBlock .left {
  width: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  /*.year{
   -ms-writing-mode: tb-rl;
   writing-mode: vertical-rl;
  font-size: 108%;	
  font-weight: 600;
  margin: 0 auto;
  color: #004098;
  span{ text-combine-upright: all;}	
  	}*/
}
@media print, screen and (max-width:480px) {
  .class .classBlock .left {
    width: 7%;
  }
}
.class .classBlock .left .yearImg {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media print, screen and (max-width:480px) {
  .class .classBlock .left .yearImg {
    top: 10px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.class .classBlock .right {
  width: 92%;
}
@media print, screen and (max-width:480px) {
  .class .classBlock .right {
    width: 89%;
  }
}
.class .classBlock .right .classBlock {
  margin: 0 0 60px;
}
@media print, screen and (max-width:1026px) {
  .class .classBlock .right .classBlock {
    margin: 0 0 50px;
  }
}
@media print, screen and (max-width:480px) {
  .class .classBlock .right .classBlock {
    margin: 0 0 30px;
  }
}
.class .classBlock .right .classBlock .c_title {
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: 1px solid #004098;
}
@media print, screen and (max-width:480px) {
  .class .classBlock .right .classBlock .c_title {
    margin: 0 0 10px;
  }
}
.class .classBlock .right .classBlock .c_title span {
  font-size: clamp(15.5px, 1.75vw, 21px);
  font-weight: 600;
  color: #004098;
  position: relative;
  padding: 0 0 0 14px;
}
@media print, screen and (max-width:480px) {
  .class .classBlock .right .classBlock .c_title span {
    padding: 0 0 0 9px;
    letter-spacing: -0.01rem;
  }
}
.class .classBlock .right .classBlock .c_title span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 13px solid #004098;
}
@media print, screen and (max-width: 680px) {
  .class .classBlock .right .classBlock .c_title span:before {
    top: 12px;
    border: 7px solid transparent;
    border-left: 10px solid #004098;
  }
}
@media print, screen and (max-width:480px) {
  .class .classBlock .right .classBlock .c_title span:before {
    border: 6px solid transparent;
    border-left: 9px solid #004098;
    -webkit-transform: none;
            transform: none;
    top: 8px;
  }
}
.class .classBlock .right .classBlock .txt01 {
  font-size: clamp(15.5px, 1.5vw, 18px);
  font-weight: 600;
  color: #004098;
}
.class .classBlock .right .classBlock .clBox {
  font-size: 90%;
}
.class .classBlock .right .classBlock .clBox .c_left {
  width: 52%;
}
@media print, screen and (max-width: 660px) {
  .class .classBlock .right .classBlock .clBox .c_left {
    width: 100%;
  }
}
.class .classBlock .right .classBlock .clBox .c_right {
  width: 45%;
  /*@include g.mq(spM){width: 100%;}	*/
}
@media print, screen and (max-width: 660px) {
  .class .classBlock .right .classBlock .clBox .c_right {
    width: 100%;
  }
}
.class .classBlock .right .classBlock .clBox .teachBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 660px) {
  .class .classBlock .right .classBlock .clBox .teachBox {
    margin: 10px auto; /*justify-content: flex-start;*/
  }
}
@media print, screen and (max-width: 480px) {
  .class .classBlock .right .classBlock .clBox .teachBox {
    width: 100%;
  }
}
.class .classBlock .right .classBlock .clBox .teachBox .l_img {
  width: 42%;
}
@media print, screen and (max-width: 660px) {
  .class .classBlock .right .classBlock .clBox .teachBox .l_img {
    width: 24%;
  }
}
@media print, screen and (max-width:480px) {
  .class .classBlock .right .classBlock .clBox .teachBox .l_img {
    width: 30%;
  }
}
.class .classBlock .right .classBlock .clBox .teachBox .r_txt {
  width: 54%;
  font-size: 90%;
}
@media print, screen and (max-width: 660px) {
  .class .classBlock .right .classBlock .clBox .teachBox .r_txt {
    width: 71%;
  }
}
@media print, screen and (max-width:480px) {
  .class .classBlock .right .classBlock .clBox .teachBox .r_txt {
    width: 65%;
    font-size: 80%;
  }
}
.class .classBlock .right .classBlock .clBox .teachBox .r_txt .teach {
  color: #004098;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 8px;
}
.class .classBlock .right .classBlock .clBox .teachBox .r_txt .teach span {
  font-size: 120%;
  font-weight: 500;
}
.class .classBlock._type01 .left {
  background: #9fd9f6;
  position: relative;
}
.class .classBlock._type01 .left:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%; /*指定したい幅*/
  padding-top: 90%; /*画像の幅に対する高さ比率*/
  display: block;
}
.class .classBlock._type01 .left:after {
  position: absolute;
  content: "";
  bottom: -75px;
  left: 0;
  display: block;
  width: 100%;
  height: 140px;
  background: url("../images/top/freedom/class/year_img.jpg") no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 1281px) {
  .class .classBlock._type01 .left:after {
    bottom: -90px;
  }
}
@media print, screen and (max-width: 1280px) {
  .class .classBlock._type01 .left:after {
    bottom: -85px;
  }
}
@media print, screen and (max-width: 1200px) {
  .class .classBlock._type01 .left:after {
    bottom: -90px;
  }
}
@media print, screen and (max-width: 1180px) {
  .class .classBlock._type01 .left:after {
    bottom: -94px;
  }
}
@media print, screen and (max-width: 1140px) {
  .class .classBlock._type01 .left:after {
    bottom: -94px;
  }
}
@media print, screen and (max-width: 1080px) {
  .class .classBlock._type01 .left:after {
    bottom: -105px;
  }
}
@media print, screen and (max-width: 880px) {
  .class .classBlock._type01 .left:after {
    bottom: -105px;
  }
}
@media print, screen and (max-width: 800px) {
  .class .classBlock._type01 .left:after {
    bottom: -110px;
  }
}
@media print, screen and (max-width: 780px) {
  .class .classBlock._type01 .left:after {
    bottom: -110px;
  }
}
@media print, screen and (max-width:768px) {
  .class .classBlock._type01 .left:after {
    bottom: -115px;
  }
}
@media print, screen and (max-width: 600px) {
  .class .classBlock._type01 .left:after {
    bottom: -116px;
  }
}
@media print, screen and (max-width: 540px) {
  .class .classBlock._type01 .left:after {
    bottom: -120px;
  }
}
@media print, screen and (max-width:480px) {
  .class .classBlock._type01 .left:after {
    bottom: -106px;
  }
}
.class .classBlock._type02 .left {
  background: #006cb8;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.polygonBlock {
  position: relative;
  /**************************************
  ***************************************/
  /**************************************
  ***************************************/
  /**************************************
  ***************************************/
  /**************************************
  ***************************************/
  /**************************************
  ***************************************/
  /**************************************
  ***************************************/
  /**************************************
  ***************************************/
  /**************************************
  ***************************************/
  /**************************************
  ***************************************/
  /**************************************
  ***************************************/
  /**************************************
  ***************************************/
}
.polygonBlock .p-polygon__poly {
  display: block;
  position: absolute;
  z-index: -1;
  width: 10%;
}
.polygonBlock .p-polygon__poly img {
  width: 100%;
}
@media print, screen and (max-width:1200px) {
  .polygonBlock .p-polygon__poly {
    width: 10%;
  }
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .p-polygon__poly {
    width: 10%;
  }
}
.polygonBlock .p-polygon__poly._type2 {
  z-index: 1;
}
.polygonBlock .poly1_1 {
  top: -90px;
  left: 0px;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly1_1 {
    top: -20px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly1_1 {
    top: -20px;
    width: 15%;
  }
}
.polygonBlock .poly1_2 {
  width: 10%;
  top: 300px;
  right: 100px;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly1_2 {
    top: 400px;
    right: 40px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly1_2 {
    top: 260px;
    right: 20px;
  }
}
.polygonBlock .poly1_3 {
  width: 20px;
  top: 740px;
  left: 60px;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly1_3 {
    top: 600px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly1_3 {
    top: 320px;
  }
}
.polygonBlock .poly1_4 {
  width: 20px;
  top: 700px;
  left: 180px;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly1_4 {
    top: 580px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly1_4 {
    top: 300px;
  }
}
.polygonBlock .poly2_1 {
  top: 10px;
  right: 60px;
  width: 5%;
}
.polygonBlock .poly2_2 {
  top: 20px;
  right: 10px;
  width: 2%;
}
.polygonBlock .poly2_3 {
  top: 360px;
  left: 60px;
  width: 4%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly2_3 {
    top: 300px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly2_3 {
    top: 290px;
  }
}
.polygonBlock .poly2_4 {
  top: 340px;
  right: 20px;
  width: 10%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly2_4 {
    top: 280px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly2_4 {
    top: 270px;
  }
}
.polygonBlock .poly3_1 {
  top: 10px;
  right: 30px;
  width: 20%;
}
.polygonBlock .poly3_2 {
  top: 200px;
  left: 10px;
  width: 2%;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly3_2 {
    top: 260px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly3_2 {
    width: 5%;
  }
}
.polygonBlock .poly4_1 {
  top: -120px;
  right: 20px;
  width: 8%;
  z-index: 1;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_1 {
    top: -100px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_1 {
    top: -70px;
    width: 15%;
  }
}
.polygonBlock .poly4_2 {
  top: 240px;
  left: 10px;
  width: 2%;
  z-index: 1;
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_2 {
    top: 320px;
    left: 0px;
    width: 5%;
  }
}
.polygonBlock .poly4_3 {
  top: 440px;
  right: 10px;
  width: 3%;
  z-index: 1;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly4_3 {
    top: 490px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly4_3 {
    width: 7%;
    top: 420px;
  }
}
.polygonBlock .poly5_1 {
  top: 100px;
  right: 80px;
  width: 4%;
  z-index: 1;
}
.polygonBlock .poly5_2 {
  top: 30px;
  right: 10px;
  width: 2.5%;
  z-index: 1;
}
.polygonBlock .poly5_3 {
  width: 2.4%;
  top: 240px;
  left: 100px;
  z-index: 1;
}
.polygonBlock .poly5_4 {
  width: 1.2%;
  top: 270px;
  top: 270px;
  left: 30px;
  z-index: 1;
}
.polygonBlock .poly6_1 {
  top: -20px;
  left: 520px;
  width: 4%;
  z-index: 1;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly6_1 {
    top: -40px;
  }
}
.polygonBlock .poly6_2 {
  top: 5px;
  left: 70px;
  width: 20px;
  z-index: 1;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly6_2 {
    top: -20px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly6_2 {
    left: 250px;
  }
}
.polygonBlock .poly6_3 {
  width: 2.4%;
  top: 140px;
  right: 70px;
  z-index: 1;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly6_3 {
    top: 190px;
    right: 60px;
    width: 3%;
  }
}
.polygonBlock .poly7_1 {
  top: -90px;
  left: 20px;
  width: 9%;
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly7_1 {
    top: -10px;
    width: 10%;
  }
}
.polygonBlock .poly7_2 {
  width: 1.5%;
  top: 60px;
  left: 210px;
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly7_2 {
    width: 4%;
    top: 160px;
  }
}
.polygonBlock .poly7_3 {
  width: 1.5%;
  top: 0px;
  right: 60px;
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly7_3 {
    width: 2.7%;
  }
}
.polygonBlock .poly7_4 {
  width: 9%;
  top: 100px;
  right: 10px;
}
.polygonBlock .poly7_5 {
  width: 15%;
  top: 200px;
  left: 0px;
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly7_5 {
    width: 40%;
    top: 200px;
    left: inherit;
    right: 0px;
  }
}
.polygonBlock .poly7_6 {
  width: 10%;
  top: 880px;
  right: 0px;
}
.polygonBlock .poly8_1 {
  top: -20px;
  left: 0px;
  width: 5%;
  z-index: 1;
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly8_1 {
    top: -10px;
    width: 10%;
  }
}
.polygonBlock .poly8_2 {
  width: 1.5%;
  top: 60px;
  left: 180px;
  z-index: 1;
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly8_2 {
    width: 4%;
    top: 40px;
    left: inherit;
    right: 60px;
  }
}
.polygonBlock .poly8_3 {
  width: 3.5%;
  top: 0px;
  right: 200px;
  z-index: 1;
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly8_3 {
    width: 2.7%;
    top: -20px;
  }
}
.polygonBlock .poly8_4 {
  width: 15%;
  top: 50px;
  right: 0px;
  z-index: 1;
}
.polygonBlock .poly8_5 {
  width: 3.6%;
  top: 1620px;
  left: 80px;
  z-index: 1;
}
@media print, screen and (max-width:1026px) {
  .polygonBlock .poly8_5 {
    top: 1120px;
  }
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly8_5 {
    top: 980px;
  }
}
.polygonBlock .poly9_1 {
  top: -90px;
  left: 20px;
  width: 9%;
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly9_1 {
    top: -10px;
    width: 10%;
  }
}
.polygonBlock .poly9_2 {
  width: 1.5%;
  top: 60px;
  left: 280px;
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly9_2 {
    width: 4%;
    top: 160px;
  }
}
.polygonBlock .poly9_3 {
  width: 1.5%;
  top: 0px;
  right: 60px;
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly9_3 {
    width: 2.7%;
  }
}
.polygonBlock .poly9_4 {
  width: 15%;
  top: 200px;
  right: 0px;
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly9_4 {
    width: 40%;
    top: 200px;
    right: 0px;
  }
}
.polygonBlock .poly9_5 {
  width: 10%;
  top: 880px;
  right: 0px;
}
.polygonBlock .poly10_1 {
  top: 20px;
  left: 60px;
  width: 5%;
  z-index: 1;
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly10_1 {
    top: -10px;
  }
}
.polygonBlock .poly10_2 {
  width: 6%;
  top: 80px;
  right: 50px;
  z-index: 1;
}
@media print, screen and (max-width:768px) {
  .polygonBlock .poly10_2 {
    top: 30px;
    right: 20px;
  }
}