@charset "UTF-8";
/* CSS Document */
/*==============================
    基本設定
==============================*/
html {
  scroll-behavior: smooth; }

body {
  color: #000;
  font-size: 14px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  margin: 0;
  padding: 0;
  text-align: justify;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  position: relative;
  word-break: break-all;
  min-width: 1016px;
  /* ex.1280px */ }

@media only screen and (max-width: 767px) {
  body {
    min-width: inherit; } }
body *, body *::before, body *::after {
  box-sizing: border-box; }

img {
  vertical-align: bottom; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500; }

th {
  font-weight: normal;
  text-align: left; }

img {
  width: 100%;
  height: auto; }

/*rollover*/
a {
  color: #000;
  text-decoration: none;
  color: #ED6D20;
  text-decoration: underline;
  transition: .2s; }

a:hover {
  color: #eeb18d; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

.top10 {
  margin-top: 10px; }

.top25 {
  margin-top: 25px; }

/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.spOn,
.brSp,
.imgSp,
.spOn1050 {
  display: none; }

@media only screen and (max-width: 1050px) {
  .spOn1050 {
    display: block; }

  .pcOn1050 {
    display: none; } }
@media only screen and (max-width: 767px) {
  .pcOn,
  .brPc,
  .imgPc {
    display: none; }

  .spOn {
    display: block; }

  span.spOn {
    display: inline; }

  .brSp,
  .imgSp {
    display: inline; }

  .imgR {
    width: 100%;
    height: auto; } }
.height720 {
  display: none; }

@media only screen and (max-height: 720px) {
  .height720 {
    display: block; } }
/*-----------------------------------------------
    wrapper
-----------------------------------------------*/
.wrapper1016 {
  width: calc(100% - 40px);
  max-width: 1016px;
  margin: 0 auto; }

.wrapper1180 {
  width: calc(100% - 40px);
  max-width: 1180px;
  margin: 0 auto; }

.wrapper1280 {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto; }

.wrapper1320 {
  width: calc(100% - 40px);
  max-width: 1320px;
  margin: 0 auto; }

.wrapper1440 {
  width: calc(100% - 40px);
  max-width: 1440px;
  margin: 0 auto; }

.wrapper1640 {
  width: calc(100% - 40px);
  max-width: 1640px;
  margin: 0 auto; }

@media only screen and (max-width: 767px) {
  .wrapper1016,
  .wrapper1180,
  .wrapper1280 {
    width: 88%; } }
/*-----------------------------------------------
    container
-----------------------------------------------*/
#container {
  width: 100%;
  overflow: hidden; }

/*-----------------------------------------------
    header
-----------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff; }
  #header .container {
    position: relative; }
  #header .header-inner {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: center;
    -webkit-justify-content: center;
    max-width: 1320px;
    margin: 0 auto;
    padding: 20px 20px 0; }
  #header .header-logo {
    width: 290px;
    /*z-index: 9999;*/ }
  #header .header-logo img {
    max-width: 258px;
    height: auto; }
  #header .header-telnum {
    width: 260px;
    /*z-index: 9999;*/ }
  #header .header-telnum img {
    max-width: 230px;
    height: auto; }
  #header .header-snsBox {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    height: 50px;
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    opacity: 0; }
    #header .header-snsBox .txt {
      display: block;
      font-size: 14px;
      text-align: left;
      font-weight: bold;
      margin-right: 20px;
      line-height: 1.3; }
    #header .header-snsBox ul {
      width: 200px;
      display: flex;
      -webkit-display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      align-items: center;
      -webkit-align-items: center; }
      #header .header-snsBox ul li {
        width: 40px; }
  #header .naviBox {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
    max-width: 730px;
    width: 60%; }
  #header .naviTop {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin-right: 30px; }
    #header .naviTop .aLink {
      margin-left: 1.5rem;
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
      padding: 15px 0 40px;
      transition: .2s; }
    #header .naviTop .aLink a {
      color: #000;
      text-decoration: none; }
    #header .naviTop .aLink a:hover {
      color: #ED6D20;
      opacity: 1; }
    #header .naviTop .aLink:first-child {
      margin-left: 0; }

@media only screen and (max-width: 1260px) {
  #header .header-logo {
    width: 240px;
    margin-right: 10px; }
  #header .header-telnum {
    width: 205px;
    margin-right: 10px; }
  #header .naviTop {
    margin-right: 15px; }
    #header .naviTop .aLink {
      font-size: 13px;
      margin-bottom: 1px;
      margin-left: 1rem; } }
@media only screen and (max-width: 1050px) {
  #header .header-inner {
    width: calc(100% - 20px);
    padding: 10px 0px 2px;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
  #header .header-logo {
    width: 235px; }
  #header .header-logo img {
    width: 235px; }
  #header .header-telnum {
    width: 100%;
    z-index: 2;
    margin-right: 0; }
  #header .header-telnum img {
    width: 40px;
    height: auto;
    margin-left: auto; }
  #header .naviBox {
    width: 100px; } }
@media only screen and (max-width: 767px) {
  #header .header-inner {
    width: calc(100% - 20px);
    padding: 10px 0px 2px;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
  #header .header-logo {
    width: 235px; }
  #header .header-logo img {
    width: 235px; }
  #header .header-telnum {
    width: 100%;
    z-index: 2;
    margin-right: 0; }
  #header .header-telnum img {
    width: 40px;
    height: auto;
    margin-left: auto; }
  #header .naviBox {
    width: 100px; } }
/*-----------------------------------------------
    メガメニュー
-----------------------------------------------*/
.container > .header-inner > .naviBox > .naviTop > .aLink > .ddBox {
  position: absolute;
  background-color: #FEF0D5;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: .2s; }

.container > .header-inner > .naviBox > .naviTop > .aLink:hover .ddBox {
  visibility: visible;
  opacity: 1; }

.naviLine > .naviTop > .aLink > a {
  position: relative; }

.naviLine > .naviTop > .aLink > a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #ED6D20;
  bottom: -8px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s; }

.naviDeco > .naviTop > .aLink > a:hover::after {
  transform: scale(1, 1); }

.naviLine > .naviTop > .aLink > a::before {
  position: absolute;
  left: calc(50% - 11px);
  content: '';
  width: 22px;
  background: #FEF0D5;
  bottom: -38px;
  height: calc(tan(60deg) * 22px / 2);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  opacity: 0;
  transition: .2s; }

.naviLine > .naviTop > .aLink:last-child > a::before {
  content: none; }

.naviLine > .naviTop > .aLink > a:hover::before {
  opacity: 1; }

.naviDeco > .aLink > a::after {
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  display: none;
  z-index: 3;
  position: absolute;
  right: 0;
  left: 0;
  top: calc(100% - 10px);
  width: 20px;
  height: 10px;
  margin: 0 auto;
  background-color: #000;
  content: "";
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  opacity: 0;
  transition: all .3s; }

.naviDeco > .aLink:hover > a::after {
  display: block;
  opacity: 1; }

.ddb-inner {
  max-width: 1280px;
  margin: 0 auto 25px;
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: start;
  -webkit-justify-content: start;
  align-items: start;
  -webkit-align-items: start; }

.ddTtl {
  background-color: #F3982C;
  width: 200px;
  height: 75px;
  align-items: center;
  -webkit-align-items: center;
  color: #fff;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 14px;
  display: flex;
  -webkit-display: flex;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  margin-right: 40px; }

.ddList {
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: start;
  -webkit-justify-content: start;
  align-items: start;
  -webkit-align-items: start;
  width: calc(100% - 240px);
  margin-top: 30px;
  font-size: 12px; }
  .ddList li {
    position: relative;
    padding-left: 9px; }
  .ddList li a:hover {
    transition: .2s; }
  .ddList li::before {
    background-image: url("../images/arrow01.svg");
    content: '';
    background-size: 5px 8px;
    background-repeat: no-repeat;
    background-position: 0% 10%;
    width: 5px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0.22em; }

.ddList01 li:first-child, .ddList01 li:nth-child(6) {
  width: 250px; }
.ddList01 li:nth-child(2), .ddList01 li:nth-child(7) {
  width: 165px; }
.ddList01 li:nth-child(3), .ddList01 li:nth-child(8) {
  width: 120px; }
.ddList01 li:nth-child(4) {
  width: 155px; }
.ddList01 li:nth-child(5) {
  width: calc(100% - 690px); }

.ddList02 li {
  margin-right: 50px;
  margin-bottom: 15px; }

/*
.ddList03{
	li{
		width: 100%;
		margin-bottom: 15px
		.inner{
			li{
			margin-right: 10px;
			}
			li:first-child, li:nth-child(7){
				width: 105px;
			}
			li:nth-child(2), li:nth-child(4){
				width: 125px;
			}
			li:nth-child(3), li:nth-child(5), li:nth-child(6){
				width: 135px;
			}
		}
	}
}
*/
.ddList03 {
  margin-top: 30px;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(11, auto);
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  font-size: 12px;
  font-weight: 500;
  width: calc(100% - 240px);
  align-items: end;
  justify-content: start; }
  .ddList03 .region01 {
    grid-area: 1 / 1 / 2 / 2;
    color: #ed6d20; }
  .ddList03 .c01-01 {
    grid-area: 1 / 2 / 2 / 3; }
  .ddList03 .c01-02 {
    grid-area: 1 / 3 / 2 / 4; }
  .ddList03 .c01-03 {
    grid-area: 1 / 4 / 2 / 5; }
  .ddList03 .c01-04 {
    grid-area: 1 / 5 / 2 / 6; }
  .ddList03 .c01-05 {
    grid-area: 1 / 6 / 2 / 7; }
  .ddList03 .c01-06 {
    grid-area: 1 / 7 / 2 / 8; }
  .ddList03 .region02 {
    grid-area: 2 / 1 / 3 / 2;
    color: #f5ae24;
    margin-top: 10px; }
  .ddList03 .c02-01 {
    grid-area: 2 / 2 / 3 / 3; }
  .ddList03 .c02-02 {
    grid-area: 2 / 3 / 3 / 4; }
  .ddList03 .c02-03 {
    grid-area: 2 / 4 / 3 / 5; }
  .ddList03 .c02-04 {
    grid-area: 2 / 5 / 3 / 6; }
  .ddList03 .c02-05 {
    grid-area: 2 / 6 / 3 / 7; }
  .ddList03 .c02-06 {
    grid-area: 2 / 7 / 3 / 8; }
  .ddList03 .c02-07 {
    grid-area: 3 / 2 / 4 / 3; }
  .ddList03 .c02-08 {
    grid-area: 3 / 3 / 4 / 4; }
  .ddList03 .c02-09 {
    grid-area: 3 / 4 / 4 / 5; }
  .ddList03 .c02-10 {
    grid-area: 3 / 5 / 4 / 6; }
  .ddList03 .c02-11 {
    grid-area: 3 / 6 / 4 / 7; }
  .ddList03 .c02-12 {
    grid-area: 3 / 7 / 4 / 8; }
  .ddList03 .c02-13 {
    grid-area: 4 / 2 / 5 / 3; }
  .ddList03 .c02-14 {
    grid-area: 4 / 3 / 5 / 4; }
  .ddList03 .c02-15 {
    grid-area: 4 / 4 / 5 / 5; }
  .ddList03 .c02-16 {
    grid-area: 4 / 5 / 5 / 6; }
  .ddList03 .c02-17 {
    grid-area: 4 / 6 / 5 / 7; }
  .ddList03 .region03 {
    grid-area: 5 / 1 / 6 / 2;
    color: #467dd2;
    margin-top: 10px; }
  .ddList03 .c03-01 {
    grid-area: 5 / 2 / 6 / 3; }
  .ddList03 .c03-02 {
    grid-area: 5 / 3 / 6 / 4; }
  .ddList03 .c03-03 {
    grid-area: 5 / 4 / 6 / 5; }
  .ddList03 .c03-04 {
    grid-area: 5 / 5 / 6 / 6; }
  .ddList03 .c03-05 {
    grid-area: 5 / 6 / 6 / 7; }
  .ddList03 .c03-06 {
    grid-area: 5 / 7 / 6 / 8; }
  .ddList03 .c03-07 {
    grid-area: 6 / 2 / 7 / 3; }
  .ddList03 .c03-08 {
    grid-area: 6 / 3 / 7 / 4; }
  .ddList03 .c03-09 {
    grid-area: 6 / 4 / 7 / 5; }
  .ddList03 .c03-10 {
    grid-area: 6 / 5 / 7 / 6; }
  .ddList03 .c03-11 {
    grid-area: 6 / 6 / 7 / 7; }
  .ddList03 .c03-12 {
    grid-area: 6 / 7 / 7 / 8; }
  .ddList03 .c03-13 {
    grid-area: 7 / 2 / 8 / 3; }
  .ddList03 .c03-14 {
    grid-area: 7 / 3 / 8 / 4; }
  .ddList03 .c03-15 {
    grid-area: 7 / 4 / 8 / 5; }
  .ddList03 .c03-16 {
    grid-area: 7 / 5 / 8 / 6; }
  .ddList03 .c03-17 {
    grid-area: 7 / 6 / 8 / 7; }
  .ddList03 .c03-18 {
    grid-area: 7 / 7 / 8 / 8; }
  .ddList03 .region04 {
    grid-area: 8 / 1 / 9 / 2;
    color: #6bc300;
    margin-top: 10px; }
  .ddList03 .c04-01 {
    grid-area: 8 / 2 / 9 / 3; }
  .ddList03 .c04-02 {
    grid-area: 8 / 3 / 9 / 4; }
  .ddList03 .c04-03 {
    grid-area: 8 / 4 / 9 / 5; }
  .ddList03 .c04-04 {
    grid-area: 8 / 5 / 9 / 6; }
  .ddList03 .c04-05 {
    grid-area: 8 / 6 / 9 / 7; }
  .ddList03 .c04-06 {
    grid-area: 8 / 7 / 9 / 8; }
  .ddList03 .c04-07 {
    grid-area: 9 / 2 / 10 / 3; }
  .ddList03 .c04-08 {
    grid-area: 9 / 3 / 10 / 4; }
  .ddList03 .c04-09 {
    grid-area: 9 / 4 / 10 / 5; }
  .ddList03 .region05 {
    grid-area: 10 / 1 / 11 / 2;
    color: #f3982c;
    margin-top: 10px; }
  .ddList03 .c05-01 {
    grid-area: 10 / 2 / 11 / 3; }
  .ddList03 .c05-02 {
    grid-area: 10 / 3 / 11 / 4; }
  .ddList03 .c05-03 {
    grid-area: 10 / 4 / 11 / 5; }
  .ddList03 .c05-04 {
    grid-area: 10 / 5 / 11 / 6; }
  .ddList03 .c05-05 {
    grid-area: 10 / 6 / 11 / 7; }
  .ddList03 .c05-06 {
    grid-area: 10 / 7 / 11 / 8; }
  .ddList03 .c05-07 {
    grid-area: 11 / 2 / 12 / 3; }
  .ddList03 .region06 {
    grid-area: 12 / 1 / 13 / 2;
    color: #14bedc;
    margin-top: 10px; }
  .ddList03 .c06-01 {
    grid-area: 12 / 2 / 13 / 3; }
  .ddList03 .c06-02 {
    grid-area: 12 / 3 / 13 / 4; }
  .ddList03 .c06-03 {
    grid-area: 12 / 4 / 13 / 5; }
  .ddList03 .c06-04 {
    grid-area: 12 / 5 / 13 / 6; }
  .ddList03 .c06-05 {
    grid-area: 12 / 6 / 13 / 7; }
  .ddList03 .r01, .ddList03 .r02, .ddList03 .r03, .ddList03 .r04, .ddList03 .r05, .ddList03 .r06 {
    position: relative;
    padding-left: 9px; }
  .ddList03 .r01::before, .ddList03 .r02::before, .ddList03 .r03::before, .ddList03 .r04::before, .ddList03 .r05::before, .ddList03 .r06::before {
    content: '';
    background-size: 5px 8px;
    background-repeat: no-repeat;
    background-position: 0% 10%;
    width: 5px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0.22em; }
  .ddList03 .r01::before {
    background-image: url("../images/arrow01_r01.svg"); }
  .ddList03 .r02::before {
    background-image: url("../images/arrow01_r02.svg"); }
  .ddList03 .r03::before {
    background-image: url("../images/arrow01_r03.svg"); }
  .ddList03 .r04::before {
    background-image: url("../images/arrow01_r04.svg"); }
  .ddList03 .r05::before {
    background-image: url("../images/arrow01_r05.svg"); }
  .ddList03 .r06::before {
    background-image: url("../images/arrow01_r06.svg"); }

.ddList04 {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(8, auto);
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  font-size: 12px;
  font-weight: 500;
  width: calc(100% - 240px);
  align-items: end;
  margin-top: 30px;
  margin-bottom: 10px;
  justify-content: start; }
  .ddList04 .style01 {
    grid-area: 1 / 1 / 2 / 2;
    color: #ed6d20; }
  .ddList04 .grid01 {
    grid-area: 1 / 2 / 2 / 3; }
  .ddList04 .grid02 {
    grid-area: 1 / 3 / 2 / 4; }
  .ddList04 .grid03 {
    grid-area: 2 / 2 / 3 / 3; }
  .ddList04 .grid04 {
    grid-area: 2 / 3 / 3 / 4; }
  .ddList04 .grid05 {
    grid-area: 3 / 2 / 4 / 3; }
  .ddList04 .grid06 {
    grid-area: 3 / 3 / 4 / 4; }
  .ddList04 .grid07 {
    grid-area: 4 / 2 / 5 / 3; }
  .ddList04 .grid08 {
    grid-area: 4 / 3 / 5 / 4; }
  .ddList04 .grid09 {
    grid-area: 5 / 2 / 6 / 3; }
  .ddList04 .grid10 {
    grid-area: 5 / 3 / 6 / 4; }
  .ddList04 .grid11 {
    grid-area: 6 / 2 / 7 / 3; }
  .ddList04 .grid12 {
    grid-area: 6 / 3 / 7 / 4; }
  .ddList04 .grid13 {
    grid-area: 7 / 2 / 8 / 3; }
  .ddList04 .style02 {
    grid-area: 8 / 1 / 9 / 2;
    color: #ed6d20;
    margin-top: 15px; }
  .ddList04 .grid14 {
    grid-area: 8 / 2 / 9 / 3; }
  .ddList04 .course {
    position: relative;
    padding-left: 9px; }
  .ddList04 .course::before {
    content: '';
    background-size: 5px 8px;
    background-repeat: no-repeat;
    background-position: 0% 10%;
    width: 5px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0.22em;
    background-image: url("../images/arrow01.svg"); }

@media only screen and (max-width: 1260px) {
  .ddList01 li:first-child, .ddList01 li:nth-child(6) {
    width: 225px; }
  .ddList01 li:nth-child(2), .ddList01 li:nth-child(7) {
    width: 145px; }
  .ddList01 li:nth-child(3), .ddList01 li:nth-child(8) {
    width: 100px; }
  .ddList01 li:nth-child(4) {
    width: 135px; }
  .ddList01 li:nth-child(5) {
    width: calc(100% - 605px); }

  .ddList02 li {
    margin-right: 20px; } }
/*-----------------------------------------------
    ハンバーガーメニュー
-----------------------------------------------*/
/*========= ナビゲーションのためのCSS ===============*/
/*アクティブになったエリア*/
#g-nav.panelactive {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100vh; }

/*丸の拡大*/
.circle-bg {
  position: fixed;
  z-index: 3;
  /*丸の形*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: url("../images/bg_img01.jpg");
  background-attachment: fixed;
  /*丸のスタート位置と形状*/
  transform: scale(0);
  /*scaleをはじめは0に*/
  right: -50px;
  top: -50px;
  transition: all .6s;
  /*0.6秒かけてアニメーション*/ }

.circle-bg.circleactive {
  transform: scale(50);
  /*クラスが付与されたらscaleを拡大*/ }

/*ナビゲーションの縦スクロール*/
#g-nav-list {
  display: none;
  /*はじめは表示なし*/
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#g-nav.panelactive #g-nav-list {
  display: block;
  /*クラスが付与されたら出現*/ }

/*ナビゲーション*/
#g-nav .nav-content, #g-nav .acMenu {
  opacity: 0;
  /*はじめは透過0*/
  /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
  /* position: absolute;*/
  /* z-index: 999;*/
  /* top:50%;*/
  /* left:50%;*/
  /* transform: translate(-50%,-50%);*/ }

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive .nav-content, #g-nav.panelactive .acMenu {
  opacity: 1; }

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive .nav-inner, #g-nav.panelactive .acMenu {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: .2s;
  /*0.2 秒遅らせて出現*/
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes gnaviAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*========= ボタンのためのCSS ===============*/
.openbtnBox {
  position: relative;
  width: 50px;
  height: 50px; }

.openbtn {
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 9999;
  /*ボタンを最前面に*/
  cursor: pointer;
  width: 50px;
  height: 50px; }

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%; }

.openbtn span:nth-of-type(1) {
  top: 15px; }

.openbtn span:nth-of-type(2) {
  top: 23px; }

.openbtn span:nth-of-type(3) {
  top: 31px; }

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%; }

.openbtn.active span:nth-of-type(2) {
  opacity: 0; }

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%; }

/*========= メニュー内容 ===============*/
.nav-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  /* left: 100%; */
  z-index: 99;
  /* background-image: url("../images/bg_img01.jpg"); */
  /* background-attachment: fixed; */
  transition: .5s;
  height: 100%;
  overflow-y: scroll; }
  .nav-content .navHeader {
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important; }

.navList {
  list-style: none; }

#drawer-input:checked ~ .nav-content {
  left: 0;
  /* メニューを画面に入れる */ }

.nav-inner {
  max-width: 1180px;
  padding-top: 30px;
  margin: 0 auto;
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: start;
  -webkit-align-items: start; }
  .nav-inner .listTtl {
    font-size: 16px;
    margin-bottom: 22px;
    font-weight: 500;
    position: relative;
    min-height: 1em;
    padding-left: 13px; }
  .nav-inner .listTtl::before {
    content: '';
    background-image: url("../images/arrow01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 10%;
    width: 8px;
    height: 13px;
    position: absolute;
    margin-right: 5px;
    top: calc(50% - 6px);
    left: 0px;
    transform: translate(0, calc(50% - 6px)); }
  .nav-inner .listTtl a {
    color: #000;
    text-decoration: none;
    transition: .2s; }
  .nav-inner .listTtl a:hover {
    color: #ED6D20; }
  .nav-inner .campusList {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: start;
    -webkit-align-items: start;
    width: 44%; }
    .nav-inner .campusList .listTtl {
      width: 100%; }
    .nav-inner .campusList .campusArea {
      font-size: 14px;
      margin-top: 5px;
      margin-left: 15px;
      margin-bottom: 14px;
      font-weight: 500; }
  .nav-inner .navList {
    font-size: 14px;
    margin-left: 15px;
    margin-bottom: 30px; }
    .nav-inner .navList a {
      color: #000;
      text-decoration: none; }
    .nav-inner .navList a:hover {
      color: #ED6D20; }
    .nav-inner .navList li {
      margin-bottom: 13px; }
    .nav-inner .navList ul {
      font-size: 12px;
      margin-top: 14px; }
    .nav-inner .navList .font-b {
      font-weight: 500; }
    .nav-inner .navList .cStyle {
      margin-bottom: 14px;
      font-weight: 500; }
    .nav-inner .navList .navList02 {
      margin-left: 14px;
      font-size: 12px;
      font-weight: normal; }
  .nav-inner .listArrow li {
    position: relative; }
  .nav-inner .listArrow li::before {
    content: '';
    background-image: url("../images/arrow01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 10%;
    width: 5px;
    height: 8px;
    position: absolute;
    margin-right: 5px;
    top: calc(50% - 4px);
    left: -9px;
    transform: translate(0, calc(50% - 4px)); }
  .nav-inner .listArrow li.arrow02 {
    font-size: 16px;
    font-weight: 500;
    min-height: 1em;
    padding-left: 5px;
    margin-bottom: 15px; }
  .nav-inner .listArrow li.arrow02::before {
    content: '';
    background-image: url("../images/arrow01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 10%;
    width: 8px;
    height: 13px;
    position: absolute;
    margin-right: 5px;
    top: calc(50% - 6px);
    left: -9px;
    transform: translate(0, calc(50% - 6px)); }

.nav-inner-bottom {
  padding-top: 50px;
  padding-bottom: 80px; }

@media only screen and (max-width: 1050px) {
  .openbtn {
    top: -5px;
    right: 0; } }
/*-----------------------------------------------
    サイドバナー
-----------------------------------------------*/
#sideBanner {
  display: none;
  position: fixed;
  bottom: 35px;
  right: 25px;
  z-index: 20;
  /* リンク要素 */ }
  #sideBanner .sideBnrList li {
    width: 50px;
    margin-bottom: 8px; }
  #sideBanner .sideBnrList li:nth-child(4) {
    margin-bottom: calc(50vh - 630px / 2); }
  #sideBanner .sideBnrList li:last-child {
    margin-bottom: 0px; }
  #sideBanner > a {
    display: block; }
  #sideBanner a {
    transition: 0.35s; }
  #sideBanner a:hover {
    opacity: 0.6;
    cursor: pointer; }

#bottomBanner {
  display: none;
  position: fixed;
  width: 100%;
  margin: 0 auto;
  bottom: 0;
  right: auto;
  left: auto;
  will-change: transform;
  z-index: 100; }
  #bottomBanner .sideBnrList {
    max-width: 500px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: start;
    -webkit-align-items: start;
    gap: 2%; }
    #bottomBanner .sideBnrList li {
      width: 25%;
      max-width: 700px;
      margin-bottom: 0px; }
      #bottomBanner .sideBnrList li img {
        max-width: 700px;
        width: 100%; }

#bottomBanner02 {
  display: none;
  position: fixed;
  width: 100%;
  margin: 0 auto;
  bottom: 25px;
  right: auto;
  left: auto;
  will-change: transform;
  z-index: 100; }
  #bottomBanner02 .sideBnrList {
    max-width: 780px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: start;
    -webkit-align-items: start;
    gap: 15px; }
    #bottomBanner02 .sideBnrList li {
      max-width: 780px;
      margin-bottom: 0px;
      background: #fff;
      border-radius: 10px; }
      #bottomBanner02 .sideBnrList li img {
        height: 50px;
        width: auto; }
  #bottomBanner02 a {
    transition: 0.35s; }
  #bottomBanner02 a:hover {
    opacity: 0.6;
    cursor: pointer; }

@media (min-width: 768px) and (min-height: 721px) {
  #sideBanner {
    display: block; } }
@media (max-width: 767px) {
  #bottomBanner {
    display: block; } }
@media (min-width: 768px) and (max-height: 720px) {
  #bottomBanner02 {
    display: block; } }
.sideBnrBox {
  position: fixed;
  bottom: 40px;
  right: 25px;
  z-index: 20;
  /* リンク要素 */ }
  .sideBnrBox .sideBnrList li {
    width: 50px;
    margin-bottom: 10px; }
  .sideBnrBox .sideBnrList li:nth-child(4) {
    margin-bottom: calc(50vh - 610px / 2); }
  .sideBnrBox .sideBnrList li:last-child {
    margin-bottom: 0px; }
  .sideBnrBox > a {
    display: block; }
  .sideBnrBox a {
    transition: 0.35s; }
  .sideBnrBox a:hover {
    opacity: 0.6;
    cursor: pointer; }

@media only screen and (max-width: 767px) {
  .sideBnrBox {
    position: fixed;
    max-width: 767px;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    right: auto;
    left: auto;
    will-change: transform; }
    .sideBnrBox .sideBnrList {
      max-width: 500px;
      width: 98%;
      margin: 0 auto;
      display: flex;
      -webkit-display: flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      align-items: start;
      -webkit-align-items: start;
      gap: 2%; }
      .sideBnrBox .sideBnrList li {
        width: 25%;
        max-width: 700px;
        margin-bottom: 0px; }
        .sideBnrBox .sideBnrList li img {
          max-width: 700px;
          width: 100%; }
      .sideBnrBox .sideBnrList li:nth-child(4) {
        margin-bottom: 0px; }
      .sideBnrBox .sideBnrList li:last-child {
        position: absolute;
        width: 40px;
        top: -50px;
        right: 10px; } }
/*-----------------------------------------------
    footer
-----------------------------------------------*/
footer {
  background: #fff; }

.top-ftBnrBox {
  margin: 240px auto 0; }
  .top-ftBnrBox .ftCopy {
    width: 545px;
    margin: 0 auto; }
  .top-ftBnrBox .ftEntryBnr {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: start;
    -webkit-align-items: start;
    width: 690px;
    margin: 50px auto 0; }
    .top-ftBnrBox .ftEntryBnr li {
      width: 200px; }
  .top-ftBnrBox .ftTelnum {
    width: 500px;
    margin: 40px auto 0; }
    .top-ftBnrBox .ftTelnum p {
      font-size: 20px;
      text-align: center;
      margin-bottom: 10px;
      font-weight: 500; }

.ftMenuBox {
  background-image: url("../images/bg_img01.jpg");
  padding: 100px 0 50px;
  width: 100%;
  border-radius: 50px;
  margin-top: -57px; }
  .ftMenuBox .ftSnsBox {
    width: 330px;
    margin: 45px auto; }
    .ftMenuBox .ftSnsBox p {
      font-size: 18px;
      margin-bottom: 24px;
      text-align: center;
      font-weight: 500; }
    .ftMenuBox .ftSnsBox ul {
      display: flex;
      -webkit-display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      align-items: start;
      -webkit-align-items: start; }
      .ftMenuBox .ftSnsBox ul li {
        width: 60px; }
  .ftMenuBox .ftMenu .nav-inner {
    padding-top: 45px; }
  .ftMenuBox .ftMenu .nav-inner-bottom {
    padding-bottom: 10px; }

.ftUtMenu {
  max-width: 1060px;
  margin: 45px auto 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D3D1D0; }
  .ftUtMenu a {
    color: #000;
    text-decoration: none; }
  .ftUtMenu a:hover {
    color: #ED6D20;
    opacity: 1; }
  .ftUtMenu ul {
    text-align: center; }
    .ftUtMenu ul li {
      font-size: 14px;
      display: inline-block;
      padding: 0 15px;
      border-right: 1px solid #D3D1D0;
      line-height: 1rem; }
    .ftUtMenu ul li:last-child {
      padding-right: 0;
      border-right: none; }

.ftGroupIntro {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #787878;
  margin-bottom: 30px; }

.ftGroupBox {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: start;
  -webkit-align-items: start;
  text-align: center; }
  .ftGroupBox .ftGroup-inner {
    max-width: 245px;
    width: calc((100% - 80px) / 4); }
    .ftGroupBox .ftGroup-inner ul li {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #E9E8E8; }
    .ftGroupBox .ftGroup-inner ul li:last-child {
      border-bottom: none; }
    .ftGroupBox .ftGroup-inner ul .logoWidth01 {
      max-width: 200px; }
    .ftGroupBox .ftGroup-inner ul .logoWidth03 {
      max-width: 160px; }
    .ftGroupBox .ftGroup-inner ul .logoWidth04 {
      max-width: 130px; }
    .ftGroupBox .ftGroup-inner ul .logoWidth05 {
      max-width: 220px; }
    .ftGroupBox .ftGroup-inner ul .logoWidth06 {
      max-width: 200px; }
  .ftGroupBox .ftGroup-inner:last-child {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 275px; }
    .ftGroupBox .ftGroup-inner:last-child img {
      width: 275px; }
  .ftGroupBox .ftGroupTtl {
    background-color: #A6A3A2;
    border-radius: 100px;
    width: 100%;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px; }

.ftCopyright {
  text-align: center;
  background-color: #A6A3A2;
  width: 100%;
  padding: 10px;
  font-size: 10px;
  color: #fff; }

@media only screen and (max-width: 767px) {
  .ftMenuBox {
    padding: 50px 0 0px;
    border-radius: 0;
    margin-top: -30px; }
    .ftMenuBox .ac-single:last-child {
      border-bottom: none; }

  .top-ftBnrBox {
    margin: 30px auto 0; }
    .top-ftBnrBox .ftCopy {
      max-width: 500px;
      width: 70%; }
    .top-ftBnrBox .ftEntryBnr {
      max-width: 690px;
      width: 100%;
      margin: 35px auto 0; }
      .top-ftBnrBox .ftEntryBnr li {
        width: 100%; }
    .top-ftBnrBox .ftEntryBnr {
      flex-direction: column;
      gap: 20px; }
    .top-ftBnrBox .ftTelnum {
      width: 100%;
      max-width: 690px;
      margin: 65px auto 0; }
      .top-ftBnrBox .ftTelnum p {
        font-size: 14px;
        margin-bottom: 15px; }

  .ftMenuBox .ftSnsBox {
    width: 75%;
    margin: 25px auto; }
    .ftMenuBox .ftSnsBox p {
      font-size: 14px;
      margin-bottom: 25px; }
    .ftMenuBox .ftSnsBox ul li {
      width: 20%; }
  .ftMenuBox .ftMenu .nav-inner {
    padding-top: 45px;
    flex-direction: column; }

  .ftUtMenu {
    width: 90%;
    margin: 45px auto 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #D3D1D0; }
    .ftUtMenu ul {
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -webkit-display: flex;
      flex-direction: column;
      justify-content: flex-start;
      -webkit-justify-content: flex-start;
      align-items: start;
      -webkit-align-items: start;
      text-align: left;
      height: 200px;
      margin: 0 auto;
      width: 95%; }
      .ftUtMenu ul li {
        width: 50%;
        font-size: 14px;
        display: block;
        padding: 15px 0;
        border-right: none;
        line-height: 1rem;
        height: 50px; }

  .ftGroupIntro {
    margin-bottom: 25px; }

  .ftGroupBox {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
    height: 100%; }
    .ftGroupBox .ftGroup-inner {
      width: 100%; }
      .ftGroupBox .ftGroup-inner ul .logoWidth01 {
        width: 75%; }
      .ftGroupBox .ftGroup-inner ul .logoWidth02 {
        width: 85%; }
      .ftGroupBox .ftGroup-inner ul .logoWidth03 {
        width: 60%; }
      .ftGroupBox .ftGroup-inner ul .logoWidth04 {
        width: 50%; }
      .ftGroupBox .ftGroup-inner ul .logoWidth05 {
        width: 80%; }
      .ftGroupBox .ftGroup-inner ul .logoWidth06 {
        width: 70%; }
      .ftGroupBox .ftGroup-inner ul .logoWidth07 {
        width: 75%; }
      .ftGroupBox .ftGroup-inner ul .logoWidth08 {
        width: 85%; }
      .ftGroupBox .ftGroup-inner ul .logoWidth09 {
        width: 75%; }

  .ftGroup-inner:last-child {
    width: 100%;
    margin-bottom: 30px; }
    .ftGroup-inner:last-child img {
      width: 275px; }

  .ftGroupTtl {
    background-color: #A6A3A2;
    border-radius: 100px;
    width: 100%;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px; }

  .ftCopyright {
    font-size: 12px;
    padding: 10px 0 115px; } }
/*-----------------------------------------------
    アコーディオンメニュー
-----------------------------------------------*/
.acMenu {
  transition: .5s;
  background-image: url("../images/bg_img01.jpg");
  background-attachment: fixed;
  font-weight: 500; }
  .acMenu .header-logo {
    height: 53px;
    margin: 10px 0 0 10px; }

.acBox {
  /*background:url("../images/bg_img01.jpg");*/
  background-size: cover;
  border-top: 2px solid #F8B62C; }

.acBox a {
  text-decoration: none;
  color: #000; }

.ac-parent {
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: left;
  padding: 0 1em;
  border-bottom: 1px solid #F8B62C;
  cursor: pointer;
  transition: .2s;
  font-weight: bold; }

.ac-parent:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  /*横線*/
  width: 20px;
  height: 2px;
  background: #F8B62C; }

.ac-parent:after {
  content: "";
  position: absolute;
  top: 30%;
  /* 8px+12px-1px(幅2pxの半分) */
  right: 31px;
  transform: tzzzranslateY(-50%);
  transition: all .2s;
  /*縦線*/
  width: 2px;
  height: 20px;
  background: #F8B62C; }

/* 縦線（after）だけ縦回転させる */
.ac-parent.open:after {
  top: 25%;
  transform: rotate(90deg);
  opacity: 0; }

.ac-parent.open {
  background: #F3982C;
  color: #fff; }

.ac-parent.open:before {
  background: #fff; }

/********* 下層メニュー *********/
.ac-single {
  border-bottom: 1px solid #F8B62C;
  cursor: pointer;
  /*background:url("../images/bg_img01.jpg");*/
  background-size: cover;
  font-weight: 500;
  position: relative; }

.ac-ul02 {
  /* border-bottom: 1px solid #FBDA95; */ }

.ac-single:after {
  content: "";
  display: block;
  position: absolute;
  top: 35%;
  right: 28px;
  width: 12px;
  height: 12px;
  border-top: solid 2px #F8B62C;
  border-right: solid 2px #F8B62C;
  transform: translateY(-50%);
  transform: rotate(45deg); }

.ac-single a {
  padding: 1em;
  display: block;
  text-decoration: none;
  color: #000; }

.ac-singleList li {
  border-bottom: 1px solid #fff;
  background-color: #FCE2AB;
  cursor: pointer; }

.ac-singleList li a {
  padding: .8em 1em;
  display: block; }

.ac-child__item {
  position: relative;
  padding: 1em;
  border-bottom: 1px solid #fff;
  background-color: #FCE2AB;
  cursor: pointer; }

.ac-child__item:last-child {
  border-bottom: 1px solid #F8B62C; }

/* 下層メニューアイコン */
.ac-child__item:after {
  content: "";
  position: absolute;
  top: 30%;
  /* 8px+12px-1px(幅2pxの半分) */
  right: 31px;
  transform: tzzzranslateY(-50%);
  transition: all .2s;
  /*縦線*/
  width: 2px;
  height: 20px;
  background: #F8B62C; }

.ac-child__item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  /*横線*/
  width: 20px;
  height: 2px;
  background: #F8B62C; }

.ac-child__item.open:after {
  top: 25%;
  transform: rotate(90deg);
  opacity: 0; }

.ac-child__item.open:before {
  background: #fff; }

/* 下層メニュー内テキストエリア */
.ac-child__description {
  padding: 1em;
  background-color: #fcf4b5; }

dl .ac-child__description .ac-singleList li {
  background-color: #faebcc; }

dl .ac-child__description .ac-singleList li a {
  padding: .8em 1em .8em 2em; }

/* 下層アイコン変化（openクラスを付与） */
.ac-child__item.open:after {
  top: 50%;
  transform: rotate(315deg); }

.ac-child__item.open {
  background-color: #F8B62C;
  color: #fff; }

.ac-child__end {
  padding: 0; }

.ac-child__description .ac-single li {
  background-color: #FEF0D5; }

.font-16b {
  font-size: 16px;
  font-weight: bold; }

.font-16m {
  font-size: 16px;
  font-weight: 500; }

.ac-snsBox {
  width: 285px;
  margin: 40px auto 100px; }
  .ac-snsBox p {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500; }
  .ac-snsBox ul {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: start;
    -webkit-align-items: start; }
    .ac-snsBox ul li {
      width: 60px; }

/*-----------------------------------------------
    アコーディオンメニュー内フッターバナー
-----------------------------------------------*/
.acBnrBox {
  width: 100%;
  margin: 0 auto;
  bottom: 0;
  right: auto;
  left: auto;
  z-index: 2;
  position: fixed; }
  .acBnrBox .acBnrList {
    max-width: 500px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: start;
    -webkit-align-items: start;
    gap: 2%; }
    .acBnrBox .acBnrList li {
      width: 25%;
      max-width: 700px;
      margin-bottom: 0px; }
      .acBnrBox .acBnrList li img {
        max-width: 700px;
        width: 100%; }
    .acBnrBox .acBnrList li:nth-child(4) {
      margin-bottom: 0px; }
    .acBnrBox .acBnrList a {
      display: block; }

.acTelnum {
  width: 85%;
  max-width: 690px;
  margin: 50px auto 30px;
  text-align: center; }
  .acTelnum p {
    font-size: 18px;
    margin-bottom: 15px; }

@media only screen and (max-width: 767px) {
  .acTelnum p {
    font-size: 14px; } }
/*-----------------------------------------------
    トップKV
-----------------------------------------------*/
/*----------------
html, .topBody{
	height: 100%;
}
----------------*/
.topKvBox {
  color: #FFF;
  font-size: 18px;
  line-height: 33px;
  /*	background-color: rgba(0,0,0,.2); */
  /*
  	.image {
  		position: absolute;
  		border-radius: 0 30px 0 0;
  		top: 0;
  		left: 0;
  		bottom: 0;
  		right: 0;
  		opacity: 0;
  		background-size:cover;
  		background-position: top center;
  		animation: image-switch-animation 15s infinite;
  		z-index: -1;
  		background-attachment: fixed;
  		background-repeat: no-repeat;
  	}
  */
  /*
  	@keyframes image-switch-animation {
  		0%{ opacity: 0;}
  		8%{ opacity: 1;}
  		35%{ opacity: 1;}
  		43%{ opacity: 0;}
  		100%{ opacity: 0;}
  	}
  */ }
  .topKvBox .image::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: 0;
    animation: image-switch-animation 15s infinite; }
  .topKvBox .src1::before {
    background-image: url("../images/slide1.jpg"); }
  .topKvBox .src2::before {
    background-image: url("../images/slide2.jpg"); }
  .topKvBox .src3::before {
    background-image: url("../images/slide3.jpg"); }
  .topKvBox .src1::before {
    animation-delay: 0s; }
  .topKvBox .src2::before {
    animation-delay: 5s; }
  .topKvBox .src3::before {
    animation-delay: 10s; }

/*-------------KVテストここから--------------*/
.topKvBox .src21::before {
  background-image: url("../images/kvtest/slide3_1.jpg"); }
.topKvBox .src22::before {
  background-image: url("../images/kvtest/slide3_2.jpg"); }
.topKvBox .src23::before {
  background-image: url("../images/kvtest/slide3_3.jpg"); }
.topKvBox .src21::before {
  animation-delay: 0s; }
.topKvBox .src22::before {
  animation-delay: 5s; }
.topKvBox .src23::before {
  animation-delay: 10s; }

.kvtest7 {
  color: #FFF;
  font-size: 18px;
  line-height: 33px; }
  .kvtest7 .image7::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: 0;
    animation: change-img-anim 35s infinite; }
  .kvtest7 .src11::before {
    background-image: url("../images/kvtest/slide7_1.jpg"); }
  .kvtest7 .src12::before {
    background-image: url("../images/kvtest/slide7_2.jpg"); }
  .kvtest7 .src13::before {
    background-image: url("../images/kvtest/slide7_3.jpg"); }
  .kvtest7 .src14::before {
    background-image: url("../images/kvtest/slide7_4.jpg"); }
  .kvtest7 .src15::before {
    background-image: url("../images/kvtest/slide7_5.jpg"); }
  .kvtest7 .src16::before {
    background-image: url("../images/kvtest/slide7_6.jpg"); }
  .kvtest7 .src17::before {
    background-image: url("../images/kvtest/slide7_7.jpg"); }
@keyframes change-img-anim-first {
  0% {
    opacity: 1; }
  3% {
    opacity: 1; }
  17% {
    opacity: 1; }
  20% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes change-img-anim {
  0% {
    opacity: 0; }
  3% {
    opacity: 1; }
  17% {
    opacity: 1; }
  20% {
    opacity: 0; }
  100% {
    opacity: 0; } }
  .kvtest7 .src11::before {
    animation-delay: 0s;
    animation: change-img-anim-first 35s infinite; }
  .kvtest7 .src12::before {
    animation-delay: 5s; }
  .kvtest7 .src13::before {
    animation-delay: 10s; }
  .kvtest7 .src14::before {
    animation-delay: 15s; }
  .kvtest7 .src15::before {
    animation-delay: 20s; }
  .kvtest7 .src16::before {
    animation-delay: 25s; }
  .kvtest7 .src17::before {
    animation-delay: 30s; }

/*-------------KVテストここまで--------------*/
.bg-slider {
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px; }

/* 241103新田追記 */
.parallax-bg02 {
  height: 180vh; }

/* 241103新田追記終了 */
.parallax-bg {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

/*Old
.parallax-bg {
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 5%;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
*/
/* 追加変更 */
@media only screen and (max-width: 767px) {
  .parallax-bg02 {
    height: calc(100vh + 640px); } }
.kvCopy {
  width: 600px; }

.kvTxt p {
  margin-bottom: 1em; }

.topBnrBox01 {
  width: 1060px;
  margin: -60px auto -60px;
  z-index: 1;
  right: 0;
  left: 0;
  position: absolute; }
  .topBnrBox01 ul {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: start;
    -webkit-align-items: start;
    text-align: center; }
    .topBnrBox01 ul li {
      width: 330px;
      height: auto;
      background: #fff;
      border-radius: 0px 25px 0 25px; }
      .topBnrBox01 ul li a {
        transition: .3s; }
      .topBnrBox01 ul li a:hover {
        opacity: .6; }

@media only screen and (max-width: 767px) {
  .topKvBox {
    color: #FFF;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.1em; }
    .topKvBox .image {
      background-size: auto 100vh; }
    .topKvBox .src1::before {
      background-image: url("../images/slide1_sp.jpg"); }
    .topKvBox .src2::before {
      background-image: url("../images/slide2_sp.jpg"); }
    .topKvBox .src3::before {
      background-image: url("../images/slide3_sp.jpg"); }

  /*KVテストここから*/
  .topKvBox .src21::before {
    background-image: url("../images/kvtest/slide3_1_sp.jpg"); }
  .topKvBox .src22::before {
    background-image: url("../images/kvtest/slide3_2_sp.jpg"); }
  .topKvBox .src23::before {
    background-image: url("../images/kvtest/slide3_3_sp.jpg"); }

  .kvtest7 {
    color: #FFF;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.1em; }
    .kvtest7 .image {
      background-size: auto 100vh; }
    .kvtest7 .src11::before {
      background-image: url("../images/kvtest/slide7_1_sp.jpg"); }
    .kvtest7 .src12::before {
      background-image: url("../images/kvtest/slide7_2_sp.jpg"); }
    .kvtest7 .src13::before {
      background-image: url("../images/kvtest/slide7_3_sp.jpg"); }
    .kvtest7 .src14::before {
      background-image: url("../images/kvtest/slide7_4_sp.jpg"); }
    .kvtest7 .src15::before {
      background-image: url("../images/kvtest/slide7_5_sp.jpg"); }
    .kvtest7 .src16::before {
      background-image: url("../images/kvtest/slide7_6_sp.jpg"); }
    .kvtest7 .src17::before {
      background-image: url("../images/kvtest/slide7_7_sp.jpg"); }

  /*KVテストここまで*/
  .kvCopy {
    width: 88%; }

  /* 追加変更 */
  .kvTxt p {
    margin-bottom: 40px;
    line-height: 2.5;
    letter-spacing: .03em; }

  .topBnrBox01 {
    width: 90%;
    margin: -60px auto -45px; }
    .topBnrBox01 ul li {
      width: 31%;
      background-color: inherit; } }
/*-----------------------------------------------
    Top - Main
-----------------------------------------------*/
.mainTop {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff; }

.secTtl {
  font-family: 'Barlow', sans-serif;
  font-size: 40px;
  letter-spacing: 0.1em;
  max-width: 1170px;
  margin: 0 auto 60px; }
  .secTtl h3 {
    position: relative; }
  .secTtl h3::after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #F8B62D;
    position: absolute;
    bottom: -10px;
    left: 0px; }

@media only screen and (max-width: 767px) {
  .secTtl {
    width: 90%;
    margin: 0 auto 50px; }
    .secTtl h3::after {
      width: 30px;
      height: 3px; } }
/*-----------------------------------------------
    Top - Pick up
-----------------------------------------------*/
.secPicup {
  margin-top: 145px; }
  .secPicup .pickupBnr {
    max-width: calc(100% - (50% - (1170px / 2)));
    width: calc(100% - 0);
    margin-left: auto;
    margin-right: 0;
    padding: 0;
    padding-right: calc(50% - (1170px / 2) - 0);
    border-right: solid transparent;
    border-right-width: calc(0 + 0);
    margin-bottom: 50px;
    position: relative; }
  .secPicup .pickupList {
    width: 1170px;
    margin: 0 auto; }
    .secPicup .pickupList .aLink {
      display: block;
      transition: .2s;
      color: #000;
      text-decoration: none; }
      .secPicup .pickupList .aLink .category {
        transition: .2s; }
    .secPicup .pickupList .aLink:last-child {
      border-bottom: 1px solid #808080; }
    .secPicup .pickupList .aLink:hover {
      opacity: 1; }
      .secPicup .pickupList .aLink:hover .category {
        background: #F3982C; }
  .secPicup .pickupItem {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: start;
    -webkit-align-items: start;
    text-align: center;
    border-top: 1px solid #808080;
    padding: 25px;
    gap: 20px; }
    .secPicup .pickupItem .date {
      font-family: 'Barlow', sans-serif;
      font-size: 20px; }
    .secPicup .pickupItem .category {
      width: 165px;
      background: #A6A3A2;
      padding: 3px;
      text-align: center;
      color: #fff;
      border-radius: 20px;
      font-size: 13px;
      transition: .2s; }
    .secPicup .pickupItem .txt {
      font-size: 14px; }
  .secPicup .listBtn {
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 20px; }
    .secPicup .listBtn .arrowBox {
      text-align: right; }
    .secPicup .listBtn .aArrow {
      padding-top: 4px; }

@media only screen and (max-width: 767px) {
  .secPicup {
    margin-top: 100px; }
    .secPicup .pickupBnr {
      max-width: calc(100% - (50% - (1170px / 2)));
      width: 90%;
      margin: 0 auto;
      padding: 0;
      border-right: solid transparent;
      border-right-width: calc(0 + 0);
      margin-bottom: 85px; }
    .secPicup .pickupList {
      width: 90%;
      margin: 0 auto; }
    .secPicup .pickupItem {
      padding: 20px 10px;
      gap: 13px; }
      .secPicup .pickupItem .txt {
        text-align: left;
        font-size: 16px;
        line-height: 1.7em;
        width: 100%; } }
/*-----------------------------------------------
    Top - Represent 
-----------------------------------------------*/
.secRpsMenu {
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: start;
  -webkit-align-items: start;
  margin-top: 195px;
  overflow: hidden;
  min-width: 1180px; }
  .secRpsMenu .aBtn {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 350px;
    padding: 1.5rem;
    font-size: 16px;
    font-weight: 500;
    background-color: #ED6D20;
    color: #fff;
    border-radius: 100vh;
    position: absolute;
    transition: 0.2s;
    background-image: url("../images/arrow_btn01.svg");
    background-repeat: no-repeat;
    background-size: 14px 11px;
    background-position: 90% 50%; }
  .secRpsMenu .aBtn:hover {
    background-color: #F39C67;
    color: #fff;
    opacity: 1; }
  .secRpsMenu .ttl {
    top: 0;
    right: 0;
    position: absolute;
    font-family: 'Caveat', cursive;
    color: #F8B62C;
    font-size: 105px; }
  .secRpsMenu .imgBox {
    position: absolute; }
    .secRpsMenu .imgBox img {
      border-radius: 0 40px 0 40px;
      -webkit-border-radius: 0 40px 0 40px;
      box-shadow: 20px 20px #F8B62C; }
  .secRpsMenu .txtBox {
    position: absolute; }
    .secRpsMenu .txtBox .copy {
      font-size: 45px;
      font-weight: 400;
      line-height: 1.4em;
      margin-bottom: 15px;
      font-weight: 500; }
    .secRpsMenu .txtBox .txt {
      font-size: 14px;
      line-height: 1.8em; }
  .secRpsMenu .rpsBox-inner::after {
    position: absolute;
    /*z-index: -1;*/
    background-image: url("../images/bg_img01.jpg");
    content: "";
    border-radius: 0 40px 0 40px; }
  .secRpsMenu .rpsBox01 {
    width: 1170px;
    margin: 0 calc((100% - 1170px) / 2) 20px; }
    .secRpsMenu .rpsBox01 .rpsBox-inner {
      position: relative;
      min-height: 580px; }
      .secRpsMenu .rpsBox01 .rpsBox-inner .aBtn {
        bottom: 30px;
        right: 115px;
        z-index: 1; }
      .secRpsMenu .rpsBox01 .rpsBox-inner .ttl {
        top: 20px;
        right: 0;
        z-index: 1; }
      .secRpsMenu .rpsBox01 .rpsBox-inner .imgBox {
        width: 612px;
        top: 0;
        left: 0;
        z-index: 1; }
      .secRpsMenu .rpsBox01 .rpsBox-inner .txtBox {
        position: absolute;
        width: 400px;
        top: 145px;
        right: 65px;
        z-index: 1; }
    .secRpsMenu .rpsBox01 .rpsBox-inner::after {
      top: 80px;
      right: 10px;
      width: 940px;
      height: 440px; }
  .secRpsMenu .rpsBox02 {
    width: 550px;
    margin-right: 40px;
    margin-left: auto; }
    .secRpsMenu .rpsBox02 .rpsBox-inner {
      position: relative;
      min-height: 780px; }
      .secRpsMenu .rpsBox02 .rpsBox-inner .aBtn {
        bottom: 0;
        left: 0;
        z-index: 1; }
      .secRpsMenu .rpsBox02 .rpsBox-inner .ttl {
        font-size: 80px;
        top: 55px;
        right: 0;
        white-space: nowrap;
        z-index: 1; }
      .secRpsMenu .rpsBox02 .rpsBox-inner .copy {
        font-size: 35px;
        font-weight: 500;
        z-index: 1; }
      .secRpsMenu .rpsBox02 .rpsBox-inner .imgBox {
        width: 525px;
        top: 340px;
        left: 0;
        z-index: 1; }
      .secRpsMenu .rpsBox02 .rpsBox-inner .txtBox {
        position: absolute;
        top: 130px;
        left: 0;
        white-space: nowrap;
        z-index: 1; }
    .secRpsMenu .rpsBox02 .rpsBox-inner::after {
      top: 0;
      right: 270px;
      width: 940px;
      height: 730px; }
  .secRpsMenu .rpsBox03 {
    width: 550px;
    margin-top: 140px;
    margin-left: 40px;
    margin-right: auto; }
    .secRpsMenu .rpsBox03 .rpsBox-inner {
      position: relative;
      min-height: 780px; }
      .secRpsMenu .rpsBox03 .rpsBox-inner .aBtn {
        bottom: 0;
        left: 0;
        z-index: 1; }
      .secRpsMenu .rpsBox03 .rpsBox-inner .ttl {
        font-size: 80px;
        top: 55px;
        right: 0;
        white-space: nowrap;
        z-index: 1; }
      .secRpsMenu .rpsBox03 .rpsBox-inner .copy {
        font-size: 35px;
        z-index: 1; }
      .secRpsMenu .rpsBox03 .rpsBox-inner .imgBox {
        width: 525px;
        top: 340px;
        left: 0;
        z-index: 1; }
      .secRpsMenu .rpsBox03 .rpsBox-inner .txtBox {
        position: absolute;
        top: 130px;
        left: 0;
        white-space: nowrap;
        z-index: 1; }
    .secRpsMenu .rpsBox03 .rpsBox-inner::after {
      top: 0;
      left: 230px;
      width: 940px;
      height: 730px; }

@media only screen and (max-width: 767px) {
  .secRpsMenu {
    margin-top: 68px;
    min-width: inherit; }
    .secRpsMenu .aBtn {
      position: relative;
      width: 85%;
      margin: 0 auto; }
    .secRpsMenu .ttl {
      top: inherit;
      right: inherit;
      position: relative;
      font-size: 70px;
      text-align: right;
      width: 92%; }
    .secRpsMenu .imgBox {
      position: relative;
      width: 90%;
      margin: 0 auto;
      top: 100px; }
      .secRpsMenu .imgBox img {
        border-radius: 0 40px 0 40px;
        -webkit-border-radius: 0 40px 0 40px;
        box-shadow: 15px 15px #F8B62C; }
    .secRpsMenu .txtBox {
      position: relative; }
      .secRpsMenu .txtBox .copy {
        font-size: 35px;
        font-weight: 500;
        line-height: 1.4em;
        margin-bottom: 15px; }
      .secRpsMenu .txtBox .txt {
        font-size: 14px;
        line-height: 1.6em; }
    .secRpsMenu .rpsBox-inner::after {
      position: absolute;
      background-image: url("../images/bg_img01.jpg");
      content: '';
      border-radius: 0 40px 0 40px; }
    .secRpsMenu .rpsBox01 {
      width: 100%;
      margin: 0 auto 50px;
      background-size: cover;
      position: relative;
      background-position: 50px; }
      .secRpsMenu .rpsBox01 .rpsBox-inner {
        position: relative;
        min-height: auto; }
        .secRpsMenu .rpsBox01 .rpsBox-inner .aBtn {
          bottom: inherit;
          right: inherit; }
        .secRpsMenu .rpsBox01 .rpsBox-inner .ttl {
          top: 0;
          right: 0;
          margin-top: 20px; }
        .secRpsMenu .rpsBox01 .rpsBox-inner .imgBox {
          width: 85%;
          top: auto;
          left: auto; }
        .secRpsMenu .rpsBox01 .rpsBox-inner .txtBox {
          position: relative;
          width: 85%;
          top: auto;
          right: auto;
          margin: 0 auto 30px; }
      .secRpsMenu .rpsBox01 .rpsBox-inner::after {
        top: 60px;
        right: inherit;
        left: 0;
        width: 940px;
        height: calc(100% - 95px); }
    .secRpsMenu .rpsBox02 {
      width: 100%;
      margin: 0 auto 50px; }
      .secRpsMenu .rpsBox02 .rpsBox-inner {
        position: relative;
        min-height: auto;
        padding-top: 25px; }
        .secRpsMenu .rpsBox02 .rpsBox-inner .aBtn {
          bottom: inherit;
          left: inherit; }
        .secRpsMenu .rpsBox02 .rpsBox-inner .ttl {
          font-size: 58px;
          top: inherit;
          right: inherit;
          margin-bottom: 13px; }
        .secRpsMenu .rpsBox02 .rpsBox-inner .copy {
          font-size: 26px; }
        .secRpsMenu .rpsBox02 .rpsBox-inner .imgBox {
          width: 85%;
          top: auto;
          left: auto;
          margin-bottom: 45px; }
        .secRpsMenu .rpsBox02 .rpsBox-inner .txtBox {
          position: relative;
          width: 85%;
          top: auto;
          right: auto;
          white-space: inherit;
          margin: 0 auto 30px; }
      .secRpsMenu .rpsBox02 .rpsBox-inner::after {
        top: 0;
        right: 15%;
        left: inherit;
        width: 940px;
        height: calc(100% - 30px); }
    .secRpsMenu .rpsBox03 {
      width: 100%;
      margin: 0 auto 0; }
      .secRpsMenu .rpsBox03 .rpsBox-inner {
        padding-top: 25px;
        position: relative;
        min-height: auto; }
        .secRpsMenu .rpsBox03 .rpsBox-inner .aBtn {
          bottom: inherit;
          left: inherit; }
        .secRpsMenu .rpsBox03 .rpsBox-inner .ttl {
          font-size: 60px;
          top: inherit;
          right: inherit;
          text-align: right;
          margin-bottom: 13px; }
        .secRpsMenu .rpsBox03 .rpsBox-inner .copy {
          font-size: 28px; }
        .secRpsMenu .rpsBox03 .rpsBox-inner .imgBox {
          width: 85%;
          top: auto;
          left: auto;
          margin-bottom: 45px; }
        .secRpsMenu .rpsBox03 .rpsBox-inner .txtBox {
          position: relative;
          top: inherit;
          left: inherit;
          white-space: inherit;
          margin: 0 auto 35px;
          width: 85%; }
      .secRpsMenu .rpsBox03 .rpsBox-inner::after {
        top: 0;
        left: 15%;
        width: 940px;
        height: calc(100% - 30px); } }
/*-----------------------------------------------
    Top - Story of Students
-----------------------------------------------*/
.secStory {
  width: 100%;
  border-radius: 100px;
  background-image: url("../images/bg_img02.jpg");
  background-position: center center;
  background-size: cover;
  padding: 60px 0 100px;
  margin-top: 150px; }
  .secStory .secStory-inner {
    width: 1180px;
    margin: 0 auto; }
    .secStory .secStory-inner .txtBox {
      display: flex;
      -webkit-display: flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      align-items: start;
      -webkit-align-items: start; }
      .secStory .secStory-inner .txtBox .txt {
        color: #fff;
        width: 50%;
        margin-top: 50px; }
        .secStory .secStory-inner .txtBox .txt .copy01 {
          font-weight: bold;
          font-size: 30px;
          white-space: nowrap; }
          .secStory .secStory-inner .txtBox .txt .copy01 span {
            margin-left: -0.5em; }
        .secStory .secStory-inner .txtBox .txt .copy02 {
          font-weight: bold;
          font-size: 45px;
          line-height: 1.5em;
          margin-bottom: 10px;
          white-space: nowrap; }
        .secStory .secStory-inner .txtBox .txt p {
          font-size: 14px;
          line-height: 1.8em; }
      .secStory .secStory-inner .txtBox .ttl {
        width: 40%;
        font-family: 'Caveat', cursive;
        color: #FFF500;
        font-size: 100px;
        white-space: nowrap;
        text-align: right;
        line-height: .8em; }
        .secStory .secStory-inner .txtBox .ttl span {
          margin-right: 1.5em; }
    .secStory .secStory-inner .storyBox {
      margin: 50px auto 0;
      width: 1180px; }
      .secStory .secStory-inner .storyBox .storyList {
        display: flex;
        -webkit-display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: start;
        -webkit-align-items: start; }
        .secStory .secStory-inner .storyBox .storyList .aLink {
          position: relative;
          display: block;
          width: 30%;
          min-height: 430px;
          color: #000; }
        .secStory .secStory-inner .storyBox .storyList .aLink:hover .ttl:after {
          right: -70px; }
        .secStory .secStory-inner .storyBox .storyList .aLink:hover .imgBox img {
          transform: scale(1.05); }
        .secStory .secStory-inner .storyBox .storyList .imgBox {
          position: absolute;
          top: 0;
          right: 0;
          width: 335px;
          overflow: hidden;
          border-radius: 0 30px 0 30px; }
          .secStory .secStory-inner .storyBox .storyList .imgBox img {
            border-radius: 0 30px 0 30px;
            transition: .4s; }
        .secStory .secStory-inner .storyBox .storyList .cntsBox {
          position: absolute;
          background: #fff;
          padding: 15px 15px 20px;
          border-radius: 0 30px 0 30px;
          width: 320px;
          bottom: 0;
          left: 0; }
          .secStory .secStory-inner .storyBox .storyList .cntsBox .name {
            color: #000;
            margin-bottom: 15px; }
            .secStory .secStory-inner .storyBox .storyList .cntsBox .name span {
              font-size: 18px;
              font-weight: 500;
              margin-right: .4em; }
          .secStory .secStory-inner .storyBox .storyList .cntsBox .category {
            display: flex;
            -webkit-display: flex;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            justify-content: start;
            -webkit-justify-content: start;
            align-items: start;
            -webkit-align-items: start;
            gap: 5px;
            margin-bottom: 12px; }
            .secStory .secStory-inner .storyBox .storyList .cntsBox .category li {
              padding: 5px;
              color: #fff;
              background: #CDCDCD;
              border-radius: 10px; }
            .secStory .secStory-inner .storyBox .storyList .cntsBox .category .course01 {
              background: #F3982C; }
            .secStory .secStory-inner .storyBox .storyList .cntsBox .category .course02 {
              background: #F8B62C; }
            .secStory .secStory-inner .storyBox .storyList .cntsBox .category .position01 {
              background: #6BC300; }
            .secStory .secStory-inner .storyBox .storyList .cntsBox .category .position02 {
              background: #467DD2; }
            .secStory .secStory-inner .storyBox .storyList .cntsBox .category .job01 {
              background: #F55F64; }
          .secStory .secStory-inner .storyBox .storyList .cntsBox .ttl {
            font-size: 17px;
            font-weight: bold;
            line-height: 1.5em;
            margin-right: 20px;
            position: relative;
            min-height: 20px; }
          .secStory .secStory-inner .storyBox .storyList .cntsBox .ttl::after {
            position: absolute;
            content: '';
            width: 50px;
            height: 50px;
            right: -60px;
            bottom: 0;
            background-image: url("../images/arrow_sR.svg");
            background-size: 50px 50px;
            transition: .2s; }
    .secStory .secStory-inner .aBtn {
      display: block;
      text-align: center;
      text-decoration: none;
      width: 350px;
      padding: 1.5rem;
      font-size: 16px;
      font-weight: 500;
      border: 3px solid #fff;
      color: #fff;
      border-radius: 100vh;
      transition: 0.2s;
      background-image: url("../images/arrow_btn01.svg");
      background-repeat: no-repeat;
      background-size: 14px 11px;
      background-position: 90% 50%;
      margin: 35px auto 0;
      background-color: #ED6D20; }
    .secStory .secStory-inner .aBtn:hover {
      background-color: rgba(0, 0, 0, 0);
      color: #fff;
      opacity: 1; }

@media only screen and (max-width: 767px) {
  .secStory {
    border-radius: 40px;
    padding: 40px 0 55px;
    margin-top: 100px; }
    .secStory .secStory-inner {
      width: 85%;
      margin: 0 auto; }
      .secStory .secStory-inner .txtBox {
        justify-content: space-between;
        -webkit-justify-content: space-between;
        flex-direction: column-reverse; }
        .secStory .secStory-inner .txtBox .txt {
          width: 100%;
          margin-top: 15px; }
          .secStory .secStory-inner .txtBox .txt .copy01 {
            font-size: 24px;
            margin-left: 0em;
            line-height: 1.3em;
            margin-bottom: 10px; }
          .secStory .secStory-inner .txtBox .txt .copy02 {
            font-size: 38px;
            line-height: 1.3em;
            margin-bottom: 15px;
            white-space: nowrap; }
          .secStory .secStory-inner .txtBox .txt p {
            font-size: 14px;
            line-height: 1.8em; }
        .secStory .secStory-inner .txtBox .ttl {
          width: 95%;
          font-size: 45px;
          text-align: right;
          line-height: .8em;
          margin-bottom: 13px; }
          .secStory .secStory-inner .txtBox .ttl span {
            margin-right: 0; }
      .secStory .secStory-inner .storyBox {
        margin: 35px auto 0;
        width: 100%;
        max-width: 360px; }
        .secStory .secStory-inner .storyBox .storyList {
          justify-content: flex-start;
          -webkit-justify-content: flex-start;
          flex-direction: column; }
          .secStory .secStory-inner .storyBox .storyList .aLink {
            position: relative;
            display: block;
            width: 100%;
            min-height: 430px;
            margin-bottom: 0; }
          .secStory .secStory-inner .storyBox .storyList .imgBox {
            max-width: 335px;
            width: 80vw; }
          .secStory .secStory-inner .storyBox .storyList .cntsBox {
            max-width: 320px;
            width: 75vw;
            bottom: 40px; }
          .secStory .secStory-inner .storyBox .storyList .arrow {
            top: 85vw; }
      .secStory .secStory-inner .aBtn {
        width: 100%;
        margin: 0 auto 0; } }
/*-----------------------------------------------
    Top - Campus Map
-----------------------------------------------*/
.secCampus {
  margin-top: 190px;
  position: relative;
  /*250610修正TESTここから*/
  position: inherit;
  /*吹き出し三角
  .campusList:before{
  		position: absolute;
  		content: '';
  		right: initial;
  		top: 70px;
  		left: -40px;
  		width: 0px;
  		height: 0px;
  		margin: auto;
  		border-style: solid;
  		border-color: transparent transparent #fff transparent;
  		border-width: 50px 50px 50px 0px;
  		transform: scale(-1,-1);
  	}
  */ }
  .secCampus .secCampus-inner {
    width: 1180px;
    margin: 0 auto;
    position: relative;
    min-height: 730px;
    /*250610修正TESTここから*/
    min-height: 660px;
    height: auto; }
    .secCampus .secCampus-inner .txtBox {
      position: absolute;
      z-index: 1; }
      .secCampus .secCampus-inner .txtBox .ttl {
        font-family: 'Caveat', cursive;
        color: #F8B62C;
        font-size: 100px; }
      .secCampus .secCampus-inner .txtBox .copy {
        font-size: 36px;
        font-weight: 500;
        line-height: 1.2em;
        margin-bottom: 17px;
        margin-left: 40px; }
        .secCampus .secCampus-inner .txtBox .copy span {
          font-size: 20px; }
      .secCampus .secCampus-inner .txtBox .txt {
        font-size: 14px;
        line-height: 1.8em;
        width: 400px;
        margin-left: 40px; }
    .secCampus .secCampus-inner .arealistMap {
      position: absolute;
      width: 755px;
      top: 30px;
      left: 50px;
      z-index: 1; }
      .secCampus .secCampus-inner .arealistMap a:hover {
        opacity: .6; }
    .secCampus .secCampus-inner .fukidashi {
      position: absolute;
      width: 350px;
      top: 290px;
      right: 70px;
      z-index: 1;
      /**/
      margin: 0 45px 35px auto;
      position: relative;
      width: 400px;
      padding-top: 200px; }
    .secCampus .secCampus-inner .aBtn {
      display: block;
      text-align: center;
      text-decoration: none;
      width: 350px;
      padding: 1.5rem;
      font-size: 16px;
      font-weight: 500;
      background-color: #ED6D20;
      color: #fff;
      border-radius: 100vh;
      position: absolute;
      transition: 0.2s;
      background-image: url("../images/arrow_btn01.svg");
      background-repeat: no-repeat;
      background-size: 14px 11px;
      background-position: 90% 50%;
      right: 50px;
      bottom: 0;
      letter-spacing: .25em;
      z-index: 1;
      /*250610修正TESTここから*/
      position: relative;
      margin: 0 15px 0 auto; }
    .secCampus .secCampus-inner .aBtn:hover {
      background-color: #F39C67;
      color: #fff;
      opacity: 1; }
    .secCampus .secCampus-inner .fukidashi02 {
      margin: 30px 0 0 40px; }
      .secCampus .secCampus-inner .fukidashi02 img {
        width: 220px;
        height: auto; }
  .secCampus .secCampus-inner::after {
    position: absolute;
    background-image: url("../images/bg_img01.jpg");
    content: "";
    border-radius: 0 40px 0 40px;
    width: 1500px;
    height: 650px;
    top: 55px;
    right: 0;
    /*250610修正TESTここから*/
    height: 100%;
    min-height: 650px; }
  .secCampus .campusListBox {
    position: inherit; }
  .secCampus .campusList {
    position: absolute;
    top: 215px;
    right: 40px;
    width: 400px;
    background: #fff;
    border-radius: 18px;
    padding: 18px 20px;
    margin: 0 auto 35px;
    z-index: 1;
    /*250610修正TESTここから*/
    position: relative;
    top: inherit;
    right: inherit;
    margin: 0 45px 35px auto;
    /*250610修正TESTここから*/
    /*250610修正TESTここまで*/ }
    .secCampus .campusList .ttl {
      font-size: 18px;
      text-align: center;
      position: relative;
      margin-bottom: 30px; }
    .secCampus .campusList .ttl::after {
      content: '';
      position: absolute;
      width: 100%;
      bottom: -.7em;
      background: #F8B62D;
      height: 2px;
      border-radius: 2px;
      display: inline-block;
      left: 0; }
    .secCampus .campusList .category {
      margin: .5em 0 1em .5em;
      font-weight: 500; }
    .secCampus .campusList .listBox {
      display: flex;
      -webkit-display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      justify-content: flex-start;
      -webkit-justify-content: flex-start;
      align-items: start;
      -webkit-align-items: start;
      flex-direction: column;
      width: 95%;
      margin: 0 auto;
      /*250610修正TESTここから*/
      flex-direction: row; }
      .secCampus .campusList .listBox .item {
        margin-bottom: 10px;
        width: 50%;
        height: 15px; }
        .secCampus .campusList .listBox .item a {
          color: #000;
          text-decoration: none; }
        .secCampus .campusList .listBox .item a:hover {
          color: #ED6D20; }
      .secCampus .campusList .listBox .item:before {
        content: '';
        background-image: url("../images/arrow01.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0% 10%;
        width: 5px;
        height: 8px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }
    .secCampus .campusList .listBox.tohoku_hokkaido.gakushu {
      height: 85px; }
    .secCampus .campusList .listBox.tohoku_hokkaido.other {
      height: 30px; }
    .secCampus .campusList .listBox.kanto.honko {
      height: 25px; }
    .secCampus .campusList .listBox.kanto.gakushu {
      height: 235px; }
    .secCampus .campusList .listBox.kanto.other {
      height: 80px; }
    .secCampus .campusList .listBox.hokuriku_chubu.gakushu {
      height: 235px; }
    .secCampus .campusList .listBox.hokuriku_chubu.other {
      height: 35px; }
    .secCampus .campusList .listBox.kinki.honko {
      height: 30px; }
    .secCampus .campusList .listBox.kinki.gakushu {
      height: 110px; }
    .secCampus .campusList .listBox.kinki.other {
      height: 55px; }
    .secCampus .campusList .listBox.chugoku_shikoku.gakushu {
      height: 85px; }
    .secCampus .campusList .listBox.chugoku_shikoku.other {
      height: 35px; }
    .secCampus .campusList .listBox.kyushu_okinawa.gakushu {
      height: 85px; }
    .secCampus .campusList .listBox.kyushu_okinawa.other {
      height: 30px; }
    .secCampus .campusList .listBox.tohoku_hokkaido.gakushu {
      height: auto; }
    .secCampus .campusList .listBox.tohoku_hokkaido.other {
      height: auto; }
    .secCampus .campusList .listBox.kanto.honko {
      height: auto; }
    .secCampus .campusList .listBox.kanto.gakushu {
      height: auto; }
    .secCampus .campusList .listBox.kanto.other {
      height: auto; }
    .secCampus .campusList .listBox.hokuriku_chubu.gakushu {
      height: auto; }
    .secCampus .campusList .listBox.hokuriku_chubu.other {
      height: auto; }
    .secCampus .campusList .listBox.kinki.honko {
      height: auto; }
    .secCampus .campusList .listBox.kinki.gakushu {
      height: auto; }
    .secCampus .campusList .listBox.kinki.other {
      height: auto; }
    .secCampus .campusList .listBox.chugoku_shikoku.gakushu {
      height: auto; }
    .secCampus .campusList .listBox.chugoku_shikoku.other {
      height: auto; }
    .secCampus .campusList .listBox.kyushu_okinawa.gakushu {
      height: auto; }
    .secCampus .campusList .listBox.kyushu_okinawa.other {
      height: auto; }
  .secCampus .arealistMap g {
    cursor: pointer; }
  .secCampus .tohoku_hokkaido_wrap,
  .secCampus .kanto_wrap,
  .secCampus .hokuriku_chubu_wrap,
  .secCampus .kinki_wrap,
  .secCampus .chugoku_shikoku_wrap,
  .secCampus .kyushu_okinawa_wrap {
    display: none; }
  .secCampus .tohoku_hokkaido_wrap.on,
  .secCampus .kanto_wrap.on,
  .secCampus .hokuriku_chubu_wrap.on,
  .secCampus .kinki_wrap.on,
  .secCampus .chugoku_shikoku_wrap.on,
  .secCampus .kyushu_okinawa_wrap.on {
    display: block; }
  .secCampus #tohoku_hokkaido.alpha,
  .secCampus #kanto.alpha,
  .secCampus #hokuriku_chubu.alpha,
  .secCampus #kinki.alpha,
  .secCampus #chugoku_shikoku.alpha,
  .secCampus #kyushu_okinawa.alpha {
    opacity: .3;
    border: none !important; }
  .secCampus #tohoku_hokkaido.border .cls-6 {
    stroke: #884511;
    stroke-width: 2;
    stroke-linecap: round; }
  .secCampus #kanto.border .cls-3 {
    stroke: #6c0f81;
    stroke-width: 2;
    stroke-linecap: round; }
  .secCampus #hokuriku_chubu.border .cls-4 {
    stroke: #3a405a;
    stroke-width: 2;
    stroke-linecap: round; }
  .secCampus #kinki.border .cls-5 {
    stroke: #4b6b00;
    stroke-width: 2;
    stroke-linecap: round; }
  .secCampus #chugoku_shikoku.border .cls-7 {
    stroke: #974826;
    stroke-width: 2;
    stroke-linecap: round; }
  .secCampus #kyushu_okinawa.border .cls-2 {
    stroke: #145783;
    stroke-width: 2;
    stroke-linecap: round; }

@media only screen and (max-width: 767px) {
  .secCampus {
    margin-top: 100px;
    position: relative; }
    .secCampus .secCampus-inner {
      width: 100%;
      min-height: auto; }
      .secCampus .secCampus-inner .txtBox {
        position: relative;
        width: 85%;
        margin: 0 auto; }
        .secCampus .secCampus-inner .txtBox .ttl {
          font-size: 70px;
          text-align: right; }
        .secCampus .secCampus-inner .txtBox .copy {
          font-size: 36px;
          font-weight: 500;
          line-height: 1.2em;
          margin-bottom: 17px;
          margin-left: 0; }
          .secCampus .secCampus-inner .txtBox .copy span {
            font-size: 20px; }
        .secCampus .secCampus-inner .txtBox .txt {
          font-size: 14px;
          line-height: 1.6em;
          width: 100%;
          margin-left: 0; }
      .secCampus .secCampus-inner .arealistMap {
        position: relative;
        width: 90%;
        height: auto;
        margin: 30px auto 35px;
        top: inherit;
        left: inherit;
        background-image: url("../images/fukidashi_sp.svg");
        background-repeat: no-repeat;
        background-size: 60% auto;
        background-position: 5% 5%; }
        .secCampus .secCampus-inner .arealistMap a:hover {
          opacity: .6; }
      .secCampus .secCampus-inner .aBtn {
        width: 90%;
        margin: 0 auto;
        position: inherit;
        right: inherit;
        bottom: inherit; }
      .secCampus .secCampus-inner .fukidashi02 {
        display: none; }
      .secCampus .secCampus-inner .fukidashi {
        padding-top: 0px; }
    .secCampus .secCampus-inner::after {
      height: calc(100% - 63px);
      top: 33px;
      right: auto;
      left: 0; }
    .secCampus .campusList {
      width: 85%;
      background: #fff;
      border-radius: 18px;
      padding: 20px;
      position: relative;
      margin: 0 auto 35px;
      top: initial;
      right: initial; }
      .secCampus .campusList .listBox .item {
        letter-spacing: -0.1em; }
    .secCampus .campusList:before {
      right: 0;
      top: -30px;
      left: 0;
      width: 0px;
      height: 0px;
      border-width: 0 18px 34px 18px;
      transform: none; }
    .secCampus #tohoku_hokkaido.border .cls-6 {
      stroke-width: 1; }
    .secCampus #kanto.border .cls-3 {
      stroke-width: 1; }
    .secCampus #hokuriku_chubu.border .cls-4 {
      stroke-width: 1; }
    .secCampus #kinki.border .cls-5 {
      stroke-width: 1; }
    .secCampus #chugoku_shikoku.border .cls-7 {
      stroke-width: 1; }
    .secCampus #kyushu_okinawa.border .cls-2 {
      stroke-width: 1; } }
/*-----------------------------------------------
    Top - Course
-----------------------------------------------*/
.secCourse {
  margin-top: 175px;
  position: relative;
  overflow: hidden; }
  .secCourse .secCourse-inner {
    width: 1180px;
    margin: 0 auto;
    position: relative;
    min-height: 580px;
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: start;
    -webkit-align-items: start; }
    .secCourse .secCourse-inner .txtBox {
      width: 33%;
      margin-top: 70px;
      z-index: 1;
      position: relative; }
      .secCourse .secCourse-inner .txtBox .ttl {
        font-family: 'Caveat', cursive;
        color: #F8B62C;
        font-size: 100px;
        text-align: right; }
      .secCourse .secCourse-inner .txtBox .copy {
        font-size: 36px;
        line-height: 1.1em;
        margin-bottom: .4em;
        font-weight: 500; }
        .secCourse .secCourse-inner .txtBox .copy span {
          font-size: 20px; }
      .secCourse .secCourse-inner .txtBox .txt {
        font-size: 14px;
        line-height: 1.8em; }
    .secCourse .secCourse-inner .aBtn {
      display: block;
      position: absolute;
      left: 0;
      top: 385px;
      text-align: center;
      text-decoration: none;
      width: 350px;
      padding: 1.5rem;
      font-size: 16px;
      font-weight: 500;
      background-color: #ED6D20;
      color: #fff;
      border-radius: 100vh;
      transition: 0.2s;
      background-image: url("../images/arrow_btn01.svg");
      background-repeat: no-repeat;
      background-size: 14px 11px;
      background-position: 90% 50%;
      margin-top: 90px;
      letter-spacing: .25em;
      z-index: 1; }
    .secCourse .secCourse-inner .aBtn:hover {
      background-color: #F39C67;
      color: #fff;
      opacity: 1; }
    .secCourse .secCourse-inner .courseList {
      width: 63%;
      display: flex;
      -webkit-display: flex;
      justify-content: flex-end;
      -webkit-justify-content: flex-end;
      align-items: start;
      -webkit-align-items: start;
      gap: 65px;
      z-index: 1;
      position: relative;
      /*
      .aLink:hover .arrow{
      		right: 0;
      }
      */ }
      .secCourse .secCourse-inner .courseList .aLink {
        display: block;
        color: #000;
        text-decoration: none; }
      .secCourse .secCourse-inner .courseList .aLink:hover .ttl:after {
        right: -75px; }
      .secCourse .secCourse-inner .courseList .aLink:hover .imgBox img {
        transform: scale(1.05); }
      .secCourse .secCourse-inner .courseList .aLink:nth-child(2) {
        margin-top: 50px; }
      .secCourse .secCourse-inner .courseList .item {
        position: relative;
        /*
        .arrow{
        	position: absolute;
        	width: 50px;
        	transition: .2s;
        	top: -5px;
        	right: -10px;
        }
        */ }
        .secCourse .secCourse-inner .courseList .item .imgBox {
          width: 320px;
          overflow: hidden;
          border-radius: 0 30px 0 30px; }
          .secCourse .secCourse-inner .courseList .item .imgBox img {
            border-radius: 0 30px 0 30px;
            transition: .4s;
            box-shadow: 20px 20px #F8B62C; }
        .secCourse .secCourse-inner .courseList .item .imgBox::after {
          position: absolute;
          content: "";
          display: block;
          height: 320px;
          width: 320px;
          background: #F8B62C;
          border-radius: 0 30px 0 30px;
          top: 20px;
          left: 20px;
          z-index: -1; }
        .secCourse .secCourse-inner .courseList .item .copy {
          font-size: 16px;
          font-weight: 500;
          margin-top: 40px;
          line-height: 1.7em; }
        .secCourse .secCourse-inner .courseList .item .ttl {
          font-size: 30px;
          font-weight: 500;
          line-height: 1.2em;
          margin-top: 5px;
          position: relative;
          display: inline-block; }
          .secCourse .secCourse-inner .courseList .item .ttl span {
            font-size: 25px;
            margin-left: -.5em; }
        .secCourse .secCourse-inner .courseList .item .ttl:after {
          position: absolute;
          content: '';
          background: url("../images/arrow_sR.svg");
          background-size: 50px 50px;
          background-position: center center;
          width: 50px;
          height: 50px;
          transition: .2s;
          top: -5px;
          right: -65px; }
        .secCourse .secCourse-inner .courseList .item .aBtn {
          display: block;
          text-align: center;
          text-decoration: none;
          width: 350px;
          padding: 1.5rem;
          font-size: 16px;
          font-weight: 500;
          background-color: #ED6D20;
          color: #fff;
          border-radius: 100vh;
          transition: 0.2s;
          background-image: url("../images/arrow_btn01.svg");
          background-repeat: no-repeat;
          background-size: 14px 11px;
          background-position: 90% 50%;
          right: 50px;
          bottom: 0; }
        .secCourse .secCourse-inner .courseList .item .aBtn:hover {
          background-color: #F39C67;
          color: #fff;
          opacity: 1; }
  .secCourse .secCourse-inner::after {
    position: absolute;
    background-image: url("../images/bg_img01.jpg");
    content: "";
    border-radius: 0 40px 0 40px;
    width: 1500px;
    height: 380px;
    top: 125px;
    left: 90px; }

@media only screen and (max-width: 767px) {
  .secCourse {
    margin-top: 50px; }
    .secCourse .secCourse-inner {
      width: 85%;
      margin: 0 auto;
      min-height: auto;
      justify-content: flex-start;
      -webkit-justify-content: flex-start;
      flex-direction: column; }
      .secCourse .secCourse-inner .courseList .item {
        margin-bottom: 40px; }
      .secCourse .secCourse-inner .txtBox {
        width: 100%;
        margin: 10px auto 30px; }
        .secCourse .secCourse-inner .txtBox .ttl {
          font-size: 70px; }
        .secCourse .secCourse-inner .txtBox .copy {
          font-size: 36px;
          line-height: 1.1em;
          margin-bottom: .4em; }
          .secCourse .secCourse-inner .txtBox .copy span {
            font-size: 20px; }
        .secCourse .secCourse-inner .txtBox .txt {
          font-size: 14px;
          line-height: 2em; }
      .secCourse .secCourse-inner .aBtn {
        position: relative;
        left: inherit;
        top: inherit;
        width: 100%;
        margin-top: 0; }
      .secCourse .secCourse-inner .courseList {
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        flex-direction: column;
        gap: 0; }
        .secCourse .secCourse-inner .courseList .aLink {
          margin-left: auto;
          margin-right: auto; }
        .secCourse .secCourse-inner .courseList .aLink:nth-child(2) {
          margin-top: 0px; }
        .secCourse .secCourse-inner .courseList .item .imgBox {
          width: 85vw;
          height: 50vw;
          max-width: 320px;
          max-height: 320px; }
        .secCourse .secCourse-inner .courseList .item .imgBox::after {
          width: 85vw;
          height: 50vw;
          max-width: 320px;
          max-height: 320px;
          top: 13px;
          left: 13px; }
        .secCourse .secCourse-inner .courseList .item .ttl {
          font-size: 28px; }
        .secCourse .secCourse-inner .courseList .item .arrow {
          top: -5px;
          right: -25px; }
    .secCourse .secCourse-inner::after {
      content: "";
      border-radius: 0 40px 0 40px;
      width: 1500px;
      height: calc(100% - 70px);
      top: 40px;
      left: 25%; } }
/*-----------------------------------------------
    Top - News
-----------------------------------------------*/
.secNews {
  margin-top: 135px;
  height: 100%; }
  .secNews .secNews-inner {
    width: 1180px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
    gap: 30px; }
    .secNews .secNews-inner .navBox {
      width: calc(100% - 930px);
      display: flex;
      -webkit-display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      align-items: stretch;
      -webkit-align-items: stretch;
      flex-direction: column; }
      .secNews .secNews-inner .navBox .txtBox {
        flex-grow: 1; }
        .secNews .secNews-inner .navBox .txtBox .categoryBox {
          font-size: 14px; }
          .secNews .secNews-inner .navBox .txtBox .categoryBox li {
            line-height: 1.8em;
            padding-bottom: .5em;
            color: #909090; }
          .secNews .secNews-inner .navBox .txtBox .categoryBox li:hover {
            cursor: pointer; }
          .secNews .secNews-inner .navBox .txtBox .categoryBox li:before {
            content: '　';
            margin-right: 5px; }
          .secNews .secNews-inner .navBox .txtBox .categoryBox li.is-active {
            color: #F3982C;
            text-decoration: none; }
          .secNews .secNews-inner .navBox .txtBox .categoryBox li.is-active:before {
            content: '●';
            color: #F3982C; }
      .secNews .secNews-inner .navBox .btnBox {
        display: flex;
        align-items: flex-end;
        margin-top: auto; }
    .secNews .secNews-inner .newsBox {
      width: 900px; }
      .secNews .secNews-inner .newsBox .detail {
        width: 100%;
        box-sizing: border-box;
        display: none; }
        .secNews .secNews-inner .newsBox .detail .pageIndex {
          width: 100%; }
          .secNews .secNews-inner .newsBox .detail .pageIndex .newsList .item {
            width: 100%;
            /*
            &:hover{
            	cursor: pointer;
            }
            */ }
            .secNews .secNews-inner .newsBox .detail .pageIndex .newsList .item .aLink {
              display: block;
              transition: .2s;
              color: #000;
              text-decoration: none;
              width: 100%;
              border-bottom: 1px solid #808080;
              padding-bottom: 25px;
              margin-bottom: 25px;
              font-size: 14px;
              display: flex;
              -webkit-display: flex;
              justify-content: flex-start;
              -webkit-justify-content: flex-start;
              align-items: start;
              -webkit-align-items: start;
              gap: 35px; }
              .secNews .secNews-inner .newsBox .detail .pageIndex .newsList .item .aLink .imgBox {
                width: 240px;
                height: 160px; }
                .secNews .secNews-inner .newsBox .detail .pageIndex .newsList .item .aLink .imgBox img {
                  width: 240px;
                  height: 160px;
                  object-fit: cover; }
              .secNews .secNews-inner .newsBox .detail .pageIndex .newsList .item .aLink .noImg {
                border: 1px solid #e3e3e3; }
              .secNews .secNews-inner .newsBox .detail .pageIndex .newsList .item .aLink .txtBox {
                transition: .2s; }
                .secNews .secNews-inner .newsBox .detail .pageIndex .newsList .item .aLink .txtBox .status {
                  display: flex;
                  -webkit-display: flex;
                  justify-content: flex-start;
                  -webkit-justify-content: flex-start;
                  align-items: start;
                  -webkit-align-items: start;
                  margin-bottom: 20px; }
                  .secNews .secNews-inner .newsBox .detail .pageIndex .newsList .item .aLink .txtBox .status .date {
                    font-weight: 500;
                    margin-right: 1em;
                    font-size: 14px; }
                  .secNews .secNews-inner .newsBox .detail .pageIndex .newsList .item .aLink .txtBox .status .category {
                    background: #A6A3A2;
                    border-radius: 100vh;
                    color: #fff;
                    text-align: center;
                    padding: 3px 1em;
                    transition: .2s; }
                .secNews .secNews-inner .newsBox .detail .pageIndex .newsList .item .aLink .txtBox .ttl {
                  width: 100%;
                  font-size: 20px;
                  line-height: 1.7em;
                  margin-bottom: 5px;
                  font-weight: 500; }
                .secNews .secNews-inner .newsBox .detail .pageIndex .newsList .item .aLink .txtBox .txt {
                  width: 100%;
                  line-height: 1.7em; }
            .secNews .secNews-inner .newsBox .detail .pageIndex .newsList .item .aLink:hover {
              color: #000;
              border-bottom: 1px solid #F3982C; }
            .secNews .secNews-inner .newsBox .detail .pageIndex .newsList .item .aLink:hover .txtBox .status .category {
              background: #F3982C; }
      .secNews .secNews-inner .newsBox .btnBox {
        gap: 25px; }
      .secNews .secNews-inner .newsBox .aBtn {
        display: block;
        text-align: center;
        text-decoration: none;
        width: 350px;
        padding: 1.5rem;
        font-size: 16px;
        font-weight: 500;
        background-color: #ED6D20;
        color: #fff;
        border-radius: 100vh;
        transition: 0.2s;
        background-image: url("../images/arrow_btn01.svg");
        background-repeat: no-repeat;
        background-size: 14px 11px;
        background-position: 90% 50%;
        margin-top: 30px;
        margin-bottom: 25px; }
      .secNews .secNews-inner .newsBox .aBtn:hover {
        background-color: #F39C67;
        color: #fff;
        opacity: 1; }

@media only screen and (max-width: 767px) {
  .secNews {
    margin-top: 60px; }
    .secNews .secNews-inner {
      width: 85%;
      height: 100%;
      margin: 0 auto;
      justify-content: flex-start;
      -webkit-justify-content: flex-start;
      flex-direction: column;
      position: relative;
      gap: 10px; }
      .secNews .secNews-inner .navBox {
        width: 100%;
        display: flex;
        -webkit-display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: stretch;
        -webkit-align-items: stretch;
        flex-direction: column; }
        .secNews .secNews-inner .navBox .txtBox {
          flex-grow: 1; }
          .secNews .secNews-inner .navBox .txtBox .secTtl {
            width: 100%;
            font-size: 35px; }
          .secNews .secNews-inner .navBox .txtBox .categoryBox {
            font-size: 14px;
            display: flex;
            -webkit-display: flex;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            justify-content: flex-start;
            -webkit-justify-content: flex-start;
            align-items: start;
            -webkit-align-items: start;
            margin-bottom: 20px;
            flex-wrap: wrap;
            /*
            li:nth-child(n + 3){
            	height: 30px;
            	width: 55%;
            }
            */ }
            .secNews .secNews-inner .navBox .txtBox .categoryBox li {
              width: 50%;
              font-size: 13px;
              white-space: nowrap;
              padding-bottom: .2em; }
      .secNews .secNews-inner .newsBox {
        width: 100%; }
        .secNews .secNews-inner .newsBox .detail {
          width: 100%; }
          .secNews .secNews-inner .newsBox .detail .pageIndex {
            width: 100%; }
            .secNews .secNews-inner .newsBox .detail .pageIndex .newsList .item {
              width: 100%; }
              .secNews .secNews-inner .newsBox .detail .pageIndex .newsList .item .aLink {
                width: 100%;
                flex-direction: column;
                gap: 20px; }
                .secNews .secNews-inner .newsBox .detail .pageIndex .newsList .item .aLink .imgBox {
                  width: 100%;
                  height: auto; }
                  .secNews .secNews-inner .newsBox .detail .pageIndex .newsList .item .aLink .imgBox img {
                    width: 100%;
                    height: auto;
                    object-fit: cover;
                    aspect-ratio: 4 / 2.5; }
                .secNews .secNews-inner .newsBox .detail .pageIndex .newsList .item .aLink .txtBox .status {
                  margin-bottom: 15px; }
                  .secNews .secNews-inner .newsBox .detail .pageIndex .newsList .item .aLink .txtBox .status .category {
                    background: #A6A3A2;
                    border-radius: 100vh;
                    color: #fff;
                    text-align: center;
                    padding: 3px 1em;
                    transition: .2s; }
                .secNews .secNews-inner .newsBox .detail .pageIndex .newsList .item .aLink .txtBox .ttl {
                  font-size: 16px; }
        .secNews .secNews-inner .newsBox .btnBox {
          gap: 5px;
          flex-direction: column; }
        .secNews .secNews-inner .newsBox .aBtn {
          width: 100%;
          margin-top: 15px;
          margin-bottom: 0; } }
/*-----------------------------------------------
    Top - Special Contents
-----------------------------------------------*/
.secSpConts {
  margin-top: 190px; }
  .secSpConts .secSpConts-inner {
    width: 1180px;
    height: 100%;
    margin: 0 auto; }
    .secSpConts .secSpConts-inner .spcListBox {
      display: flex;
      -webkit-display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      align-items: center;
      -webkit-align-items: center; }
      .secSpConts .secSpConts-inner .spcListBox .aLink {
        display: block;
        margin-bottom: 30px;
        text-decoration: none; }
      .secSpConts .secSpConts-inner .spcListBox .item {
        width: 270px;
        height: 270px;
        display: flex;
        -webkit-display: flex;
        align-items: center;
        -webkit-align-items: center;
        overflow: hidden;
        border-radius: 0 30px 0 30px;
        position: relative;
        /*
        span:after{
        	background: #ED6D1F;
        	mix-blend-mode: multiply;
        	width: 220px;
        	height: 220px;
        	margin: 25px;
        	position: absolute;
        	content: '';
        	top: 0;
        	left: 0;
        	z-index: -1;
        	display: block;
        	border-radius: 0 18px 0 18px;
        }
        */ }
        .secSpConts .secSpConts-inner .spcListBox .item span {
          color: #fff;
          display: flex;
          -webkit-display: flex;
          align-items: center;
          -webkit-align-items: center;
          justify-content: center;
          -webkit-justify-content: center;
          z-index: 2;
          font-size: 24px;
          line-height: 1.4em;
          font-weight: bold;
          width: 100%;
          text-align: center; }
      .secSpConts .secSpConts-inner .spcListBox .item:before {
        background: #ed6d20;
        mix-blend-mode: multiply;
        width: 220px;
        height: 220px;
        margin: 25px;
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        z-index: 1;
        display: block;
        border-radius: 0 18px 0 18px; }
      .secSpConts .secSpConts-inner .spcListBox .item:after {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out;
        z-index: 0; }
      .secSpConts .secSpConts-inner .spcListBox .item:hover:after {
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
      .secSpConts .secSpConts-inner .spcListBox .item01:after {
        background-image: url("../images/spc_p01.jpg"); }
      .secSpConts .secSpConts-inner .spcListBox .item02:after {
        background-image: url("../images/spc_p02.jpg"); }
      .secSpConts .secSpConts-inner .spcListBox .item03:after {
        background-image: url("../images/spc_p03.jpg"); }
      .secSpConts .secSpConts-inner .spcListBox .item04:after {
        background-image: url("../images/spc_p04.jpg"); }
      .secSpConts .secSpConts-inner .spcListBox .item05:after {
        background-image: url("../images/spc_p05.jpg"); }

@media only screen and (max-width: 767px) {
  .secSpConts {
    margin-top: 120px; }
    .secSpConts .secSpConts-inner {
      width: 85%;
      height: 100%;
      margin: 0 auto; }
      .secSpConts .secSpConts-inner .secTtl {
        width: 100%;
        font-size: 33px;
        letter-spacing: 0.05em; }
      .secSpConts .secSpConts-inner .spcListBox {
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: start;
        -webkit-align-items: start; }
        .secSpConts .secSpConts-inner .spcListBox .aLink {
          display: block;
          margin-bottom: 30px;
          width: 40vw;
          height: 40vw; }
        .secSpConts .secSpConts-inner .spcListBox .item {
          width: 100%;
          height: 100%;
          display: flex;
          -webkit-display: flex;
          align-items: center;
          -webkit-align-items: center;
          overflow: hidden;
          border-radius: 0 30px 0 30px;
          position: relative;
          /*
          span:after{
          	background: #ED6D1F;
          	opacity: .7;
          	width: 32vw;
          	height: 32vw;
          	margin: 4vw;
          	
          	position: absolute;
          	content: '';
          	top: 0;
          	left: 0;
          	z-index: -1;
          	display: block;
          	border-radius: 0 18px 0 18px;
          }
          */ }
          .secSpConts .secSpConts-inner .spcListBox .item span {
            color: #fff;
            display: flex;
            -webkit-display: flex;
            align-items: center;
            -webkit-align-items: center;
            justify-content: center;
            -webkit-justify-content: center;
            z-index: 2;
            font-size: 16px;
            line-height: 1.4em;
            font-weight: bold;
            width: 100%;
            text-align: center; }
        .secSpConts .secSpConts-inner .spcListBox .item:before {
          background: #ed6d20;
          mix-blend-mode: multiply;
          width: 32vw;
          height: 32vw;
          margin: 4vw;
          position: absolute;
          content: '';
          top: 0;
          left: 0;
          z-index: 1;
          display: block;
          border-radius: 0 18px 0 18px; }
        .secSpConts .secSpConts-inner .spcListBox .item:after {
          position: absolute;
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -ms-background-size: cover;
          background-size: cover;
          -webkit-transition: all .3s ease-out;
          -moz-transition: all .3s ease-out;
          -ms-transition: all .3s ease-out;
          transition: all .3s ease-out;
          z-index: 0; }
        .secSpConts .secSpConts-inner .spcListBox .item:hover:after {
          -moz-transform: scale(1.05);
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); }
        .secSpConts .secSpConts-inner .spcListBox .item01:after {
          background-image: url("../images/spc_p01.jpg"); }
        .secSpConts .secSpConts-inner .spcListBox .item02:after {
          background-image: url("../images/spc_p02.jpg"); }
        .secSpConts .secSpConts-inner .spcListBox .item03:after {
          background-image: url("../images/spc_p03.jpg"); }
        .secSpConts .secSpConts-inner .spcListBox .item04:after {
          background-image: url("../images/spc_p04.jpg"); }
        .secSpConts .secSpConts-inner .spcListBox .item05:after {
          background-image: url("../images/spc_p05.jpg"); } }
/*-----------------------------------------------
    Top - Special Contents
-----------------------------------------------*/
.secSns {
  margin-top: 190px; }
  .secSns iframe.youtube-16-9 {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; }
  .secSns .secSns-inner {
    width: 1180px;
    height: 100%;
    margin: 0 auto; }
    .secSns .secSns-inner .mds {
      font-family: 'Barlow', sans-serif;
      font-size: 35px;
      font-weight: 500;
      color: #ed6d20;
      margin-bottom: 30px; }
    .secSns .secSns-inner .snsListBox {
      flex-wrap: wrap;
      gap: 70px; }
      .secSns .secSns-inner .snsListBox .contain {
        margin-bottom: 10px; }
      .secSns .secSns-inner .snsListBox .aArrow {
        display: flex;
        align-items: center;
        min-height: 24px; }
      .secSns .secSns-inner .snsListBox .insta {
        width: 560px; }
        .secSns .secSns-inner .snsListBox .insta .mds {
          position: relative;
          padding-left: 40px; }
          .secSns .secSns-inner .snsListBox .insta .mds::before {
            position: absolute;
            content: '';
            background: url("../images/Insta_logo_gradient.png");
            background-size: 30px 30px;
            background-position: center center;
            width: 30px;
            height: 30px;
            top: 5px;
            left: 0; }
      .secSns .secSns-inner .snsListBox .xxx {
        width: calc(100% - 630px); }
        .secSns .secSns-inner .snsListBox .xxx .mds {
          position: relative;
          padding-left: 40px;
          height: 30px; }
          .secSns .secSns-inner .snsListBox .xxx .mds::before {
            position: absolute;
            content: '';
            background: url("../images/x_logo.png");
            background-size: 30px 30px;
            background-position: center center;
            width: 30px;
            height: 30px;
            top: 5px;
            left: 0; }
      .secSns .secSns-inner .snsListBox .tiktok {
        width: 325px; }
        .secSns .secSns-inner .snsListBox .tiktok .mds {
          position: relative;
          padding-left: 40px; }
          .secSns .secSns-inner .snsListBox .tiktok .mds::before {
            position: absolute;
            content: '';
            background: url("../images/tiktok_logo.png");
            background-size: 30px 30px;
            background-position: center center;
            width: 30px;
            height: 30px;
            top: 5px;
            left: 0; }
      .secSns .secSns-inner .snsListBox .youtube {
        width: calc(100% - 395px); }
        .secSns .secSns-inner .snsListBox .youtube .mds {
          position: relative;
          padding-left: 145px;
          height: 30px; }
          .secSns .secSns-inner .snsListBox .youtube .mds::before {
            position: absolute;
            content: '';
            background: url("../images/youtube_logo.png");
            background-size: 134px 30px;
            background-position: center center;
            width: 134px;
            height: 30px;
            top: 5px;
            left: 0; }

@media only screen and (max-width: 767px) {
  .secSns {
    margin-top: 60px; }
    .secSns .secSns-inner {
      width: 85%; }
      .secSns .secSns-inner .secTtl {
        width: 100%;
        font-size: 35px;
        margin: 0 auto 35px; }
      .secSns .secSns-inner .mds {
        font-size: 28px;
        margin-bottom: 15px; }
      .secSns .secSns-inner .snsListBox {
        flex-direction: column;
        gap: 30px; }
        .secSns .secSns-inner .snsListBox .contain {
          margin-bottom: 10px; }
        .secSns .secSns-inner .snsListBox .aArrow {
          display: flex;
          align-items: center;
          min-height: 24px; }
        .secSns .secSns-inner .snsListBox .insta {
          width: 100%; }
          .secSns .secSns-inner .snsListBox .insta .mds {
            padding-left: 30px; }
            .secSns .secSns-inner .snsListBox .insta .mds::before {
              background-size: 25px 25px;
              width: 25px;
              height: 25px;
              top: 3px; }
        .secSns .secSns-inner .snsListBox .xxx {
          width: 100%; }
          .secSns .secSns-inner .snsListBox .xxx .mds {
            padding-left: 30px; }
            .secSns .secSns-inner .snsListBox .xxx .mds::before {
              background-size: 25px 25px;
              width: 25px;
              height: 25px;
              top: 3px; }
        .secSns .secSns-inner .snsListBox .tiktok {
          width: 100%; }
          .secSns .secSns-inner .snsListBox .tiktok .mds {
            padding-left: 30px; }
            .secSns .secSns-inner .snsListBox .tiktok .mds::before {
              background-size: 25px 25px;
              width: 25px;
              height: 25px;
              top: 3px; }
        .secSns .secSns-inner .snsListBox .youtube {
          width: 100%; }
          .secSns .secSns-inner .snsListBox .youtube .mds {
            padding-left: 120px; }
            .secSns .secSns-inner .snsListBox .youtube .mds::before {
              background-size: 112px 25px;
              width: 112px;
              height: 25px;
              top: 3px; } }
/*-----------------------------------------------
    Top - About
-----------------------------------------------*/
.secAbout {
  margin-top: 170px; }
  .secAbout .secAbout-inner {
    width: 1180px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    border-top: 2px solid #F8B62D;
    border-bottom: 2px solid #F8B62D;
    padding: 35px; }
    .secAbout .secAbout-inner .ttlBox {
      width: 25%;
      font-weight: 500; }
      .secAbout .secAbout-inner .ttlBox h3 {
        font-size: 18px;
        margin-top: 7px;
        font-weight: 500; }
    .secAbout .secAbout-inner .txtBox {
      width: 70%;
      line-height: 1.6em; }
      .secAbout .secAbout-inner .txtBox p {
        margin-bottom: 10px; }
      .secAbout .secAbout-inner .txtBox p:last-child {
        margin: 0; }

@media only screen and (max-width: 767px) {
  .secAbout {
    margin-top: 60px; }
    .secAbout .secAbout-inner {
      width: 85%;
      height: 100%;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      padding: 35px 5px; }
      .secAbout .secAbout-inner .ttlBox {
        width: 98%;
        margin: 0 auto 20px; }
        .secAbout .secAbout-inner .ttlBox h3 {
          font-size: 22px;
          margin-top: 9px; }
      .secAbout .secAbout-inner .txtBox {
        width: 98%;
        margin: 0 auto;
        line-height: 1.6em; }
        .secAbout .secAbout-inner .txtBox p {
          margin-bottom: 10px; }
        .secAbout .secAbout-inner .txtBox p:last-child {
          margin: 0; } }
/*-----------------------------------------------
    menu Responsive
-----------------------------------------------

@media only screen and (max-width:1520px){
    #header .boxRight{ width:calc(100% - 500px);}
    #header .naviTop .aLink{
        margin-left:10px;
    }
    #header .logoTxt{
        font-size:10px;
        padding:6px 0 0 10px;
    }
}
@media only screen and (max-width:1400px){
    #header .naviTop .aLink{ font-size:14px;}
}
@media only screen and (max-width:1350px){
    #header .naviTop .aLink{ font-size:13px;}
}
@media only screen and (max-width:1300px){
    #header .naviTop .aLink{ margin-left:5px;}
    #header .wrapper{ padding:0 120px 0 20px;}
}
@media only screen and (max-width:1260px){
    #header .wrapper{ min-width:1260px;}
    #header .wrapper{ padding:0 100px 0 20px;}
    #header .logoTxt{ display:none;}
    #header .boxRight{ width:calc(100% - 202px);}
    #header .naviTop .aLink{
        margin-left:30px;
    }
}
-----------------------------------------------*/
@media only screen and (max-width: 1050px) {
  #header {
    width: 100%; }

  #header .wrapper {
    align-items: center;
    -webkit-align-items: center;
    min-width: inherit;
    padding: 15px 15px 0; }

  #header #headerLogo {
    width: 98px; }

  #header .naviTop {
    display: none; }

  #header .btnMenu {
    margin: 0 15px 18px 0; }

  #header #btnNavi {
    width: 60px;
    height: 60px; }

  #header #btnNavi a {
    width: 60px;
    height: 60px; }

  #btnNavi a .border,
  #btnNavi a .border::before,
  #btnNavi a .border::after {
    width: 20px; }

  #btnNavi a .border::before {
    top: 37px; }

  #btnNavi a .border::after {
    bottom: 37px; } }
/*-----------------------------------------------
    main
-----------------------------------------------*/
#main {
  position: relative; }

@media only screen and (max-width: 767px) {
  #main {
    padding-bottom: 80px; } }
