@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
.home
----------------------------------------------------------*/
@media screen and (min-width:769px) {
  .home header {
    width: 360px;
  }
  .home #global-nav {
    width: 260px;
  }
  .home #global-nav a {
    width: 52px;
    height: 230px;
    font-size: 2rem;
  }
  .home #global-nav .txt-dot::before {
    margin: 8px;
  }
}
.home .btn-box {
  width: 260px;
  margin: 10px auto 0;
}
.home .btn-box .btn-faq img,
.home .btn-box .btn-access img {
  display: none;
}
.home .btn-box .btn-faq a,
.home .btn-box .btn-access a {
  display: block;
  width: 125px;
  height: 62px;
  background: url(../img/common/btn_faq_index.png) no-repeat;
}
.home .btn-box .btn-access a {
  background: url(../img/common/btn_access_index.png) no-repeat;
}
.home header .bn a,
.home header .bn-recruit,
.home header .bn-togaku a {
  width: 260px;
}
.home header .bn-link a {
  width: 260px;
}
.home article {
  width: calc(100% - 360px);
  padding: 0;
}
.home #main {
  position: relative;
  margin-bottom: 50px;
}
.home .main-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 120px;
  background: linear-gradient(rgba(0, 0, 0,0) 0%,rgba(0, 0, 0, .6) 50%);
  padding: 0 40px;
  box-sizing: border-box;
}
.home .main-txt a {
  color: #fff;
  text-decoration: underline;
}
.home .main-txt a:hover {
  text-decoration: none;
}
.home .main-txt p {
  font-size: 1.8rem;
  color: #fff;
  background: url(../img/common/icon_info.svg) no-repeat left top;
  background-size: 26px auto;
  padding-left: 34px;
}
.home .slick-slide {
  position: relative;
  width: 100%;
  height: 705px;
}
@media screen and (max-width:768px) {  
  .home .slick-slide {
    padding-top: 54.2vw;
    height: 0;
  }
}

.home .slick-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover;';
}
.home .slick-dots {
  bottom: -20px;
  text-align: right;
  padding-right: 35px;
  box-sizing: border-box;
}
.home .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.home .slick-dots li button::before {
  width: 10px;
  height: 10px;
  color: transparent;
  border: 1px solid #005593;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 1;
}
.home .slick-dots .slick-active button::before {
  background-color: #005593;
}
.home .news-fb-wrapper {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}
.home .bn-top {
  width: 90%;
  padding-left: 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
.home #news {
  width: calc(100% - 330px);
  height: 650px;
  padding: 30px 20px;
  margin: 0 auto 50px;
  border: 1px solid #005593;
  box-sizing: border-box;
}
.home #news h2 {
  font-size: 2.4rem;
  color: #005593;
  text-align: left;
  margin-bottom: 17px;
}
.home #news dl {
  font-size: 1.3rem;
  color: #005593;
  padding: 10px 0;
  border-bottom: 1px dotted #005593;
}
.home #news dl:first-of-type {
  border-top: 1px dotted #005593;
}
.home #news dl:last-of-type {
  border: none;
}
.home #news dt {
  color: #666;
}
.home #news dt .new {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  color: #005593;
  padding: 0 4px 0 5px;
  margin-left: 6px;
  transform: translateY(-1px);
  border: 1px solid #005593;
}
dt .cat a {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  padding: 0 4px;
  margin-left: 5px;
  transform: translateY(-1px);
  transition: opacity .3s;
}
dt .cat a:hover {
  text-decoration: none;
  opacity: .7;
}
dt .subcat1 a,
.date .subcat1 a {
  background-color: #8A1212;
}
dt .subcat2 a,
.date .subcat2 a {
  background-color: #700665;
}
dt .subcat3 a,
.date .subcat3 a {
  background-color: #2E6D8E;
}
dt .subcat4 a,
.date .subcat4 a {
  background-color: #2B7768;
}
dt .subcat5 a,
.date .subcat5 a {
  background-color: #135008;
}
dt .subcat6 a,
.date .subcat6 a {
  background-color: #506D42;
}
dt .subcat7 a,
.date .subcat7 a {
  background-color: #A18917;
}
.home #news dd {
  line-height: 1;
  padding-top: 3px;
}
.home #news dd span {
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: underline;
}
.home #news dd a.pdf span,
.home #news dd a.blank span {
  max-width: calc(100% - 23px);
}
.home #news dd a {
  color: #005593;
}
.home #news dd a:hover span {
  text-decoration: none;
}
.home #news dd a.blank::after {
  background: url('../img/common/icon_blank_blue.svg') no-repeat left top/contain;
}
.home #news .btn-more {
  position: absolute;
  top: 37px;
  right: 10px;
}
.home #news .btn-more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 32px;
  font-family: 'Noto';
  font-size: 1.4rem;
  color: #005593;
  transition: opacity .3s;
}
.home #news .btn-more a:hover {
  opacity: .7;
}
.home .news-fb-wrapper .fb-box {
  width: 300px;
}
.home .fb-container {
  width: 100%;
}
.home .fb-box h3 {  
  font-family: 'Noto';
  font-size: 2.4rem;
  color: #005594;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}
.home .fb-box .bnr {
  width: 100%;
  margin-bottom: 30px;
}

/* ---------------------------------------------------------
2021.7.1 小出追加（2カラムバナー用）
----------------------------------------------------------*/
.home .bn-top-2col {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  width: 90%;
  margin: 50px auto 25px;
  box-sizing: border-box;
}
.home .bn-top-2col:last-child {
  margin-bottom: 100px;
}
.home .bn-top-2col .bn-box {
  width: 45%;
}
.home .bn-top-2col .bn-box .in {
  margin-bottom: 30px;
}

/* ---------------------------------------------------------
#message
----------------------------------------------------------*/
#message .local-nav ul,
#concept .local-nav ul,
#about .local-nav ul {
  flex-wrap: wrap;
}
#message .local-nav a,
#concept .local-nav a,
#about .local-nav a {
	width: 250px;
}
#message .local-nav-second,
#concept .local-nav-second,
#about .local-nav-second {
	margin-top: 15px;
}

#message section {
  padding-left: 300px;
}
#message h2 {
  font-size: 2.2rem;
  color: #333;
  text-align: left;
  padding: 37px 0 0;
}
#message .pic-box {
  position: absolute;
  top: 60px;
  left: 80px;
  width: 180px;
  font-family: 'Noto';
  line-height: 1;
}
#message .pic-box .txt1 {
  font-size: 1.2rem;
  line-height: 1.5;
  text-indent: 0;
  padding: 15px 0;
}
#message .pic-box .txt2 {
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: 1;
  text-indent: 0;
}
#message .pic-box .txt2 .job {
  font-size: 1.2rem;
  margin-right: 13px;
}

/* ---------------------------------------------------------
#concept
----------------------------------------------------------*/
#concept h2 {
  position: relative;
  color: #333;
  line-height: 1;
  padding-bottom: 15px;
  border-bottom: 4px solid #000;
  margin-bottom: 66px;
  box-sizing: border-box;
}
#concept h2 .txt-en {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  font-family: 'Courgette';
  font-size: 1.3rem;
  font-weight: normal;
  color: #aa7322;
  text-align: center;
  padding: 10px 0 0;
  border-top: 1px solid #000;
}
#concept .idea {
  font-family: 'Noto';
  font-size: 3rem;
  text-align: center;
  text-indent: 0;
  line-height: 1;
  margin-bottom: 50px;
}
#concept .caption {
  width: 550px;
  font-size: 1.4rem;
  line-height: 2;
  margin: 0 auto 90px;
}
#concept .s-image,
#concept .vision {
  width: 550px;
  font-size: 1.4rem;
  line-height: 2;
  list-style: none;
  margin: 0 auto 90px;
}
#concept .vision {
  margin-bottom: 0;
}
#concept .emblem {
  position: relative;
  display: flex;
  align-items: center;
  padding: 50px 35px 50px 64px;
  margin-top: 30px;
}
#concept .emblem::before,
#concept .emblem::after,
#concept .emblem .pic::before,
#concept .emblem .pic::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../img/common/bg_column.png) no-repeat;
  background-size: contain;
}
#concept .emblem::before { top: 0; left: 0;}
#concept .emblem::after {top: 0; right: 0; transform: rotate(90deg);}
#concept .emblem .pic::before { bottom: 0; left: 0; transform: rotate(-90deg);}
#concept .emblem .pic::after { bottom: 0; right: 0; transform: rotate(180deg);}
#concept .emblem .pic {
  width: 16.4%;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 60px;
}
#concept .emblem h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #005593;
  background: url(../img/common/border_column.png) repeat-x left bottom;
  padding-bottom: 25px;
  margin-bottom: 15px;
}

/* ---------------------------------------------------------
#about
----------------------------------------------------------*/
#about #theory h3 {
  font-family: 'Noto';
  font-size: 3rem;
  text-align: center;
}
#about #theory h3 small {
  font-size: 2.4rem;
}
#about #theory p {
  text-indent: 0;
  text-align: center;
  margin: 25px 0;
}
#about #base .box {
  display: flex;
  justify-content: space-between;
  padding-top: 45px;
  margin-top: 50px;
  border-top: 1px dotted #000;
}
#about #base .box:first-of-type {
  padding: 0;
  margin: 0;
  border: none;
}
#about #base h3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 180px;
  height: 180px;
  font-family: 'Noto';
  font-size: 2.3rem;
  color: #fff;
  background-color: #bfa666;
}
#about #base h3::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 170px;
  height: 170px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
#about #base h3 .txt-en {
  font-family: 'Courgette';
  font-size: 1.3rem;
  font-weight: normal;
}
#about #base .block {
  flex: 1;
  margin-left: 40px;
}
#about #base .block .btn-box {
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 15px;
}
#about #base .block .btn-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 1.4rem;
  color: #005593;
  border: 1px solid #005593;
  border-radius: 24px;
  margin-bottom: 15px;
}
#about #base .block .btn-box a:hover {
  background-color: yellow;
  text-decoration: none;
}
#about #base h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #005593;
  padding: 10px 0;
}
#about #base figure {
  width: 70%;
  margin: 35px auto 15px;
  padding: 20px;
  border: 1px solid #005594;
}
#about #base figure + p {
  font-size: 1.3rem;
  color: #666;
}
/* ---------------------------------------------------------
#curriculum
----------------------------------------------------------*/
#curriculum .link-pdf a {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #005594;
  background-color: #fff;
  border: 1px solid #005594;
  padding: 10px 20px;
  transition: color .3s,background-color .3s;
  box-sizing: border-box;
}
#curriculum .link-pdf a:hover {
  text-decoration: none;
  background-color: yellow;
}
#curriculum .link-pdf a.pdf::after {
  width: 23px;
  height: 21px;
  margin-left: auto;
}

/* ---------------------------------------------------------
#assignment
----------------------------------------------------------*/
#assignment .wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
  #assignment .wrapper:first-of-type {
    padding-top: 0px;
  }
#assignment .wrapper .block {
  width: 48%;
}
#assignment .wrapper .block h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #005593;
  margin: 10px 0 0 0;
}
#assignment h3 {
  font-size: 2.4rem;
  color: #333;
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
}
#assignment h3 span {
  display: block;
  line-height: 1.6;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

/* ---------------------------------------------------------
#process
----------------------------------------------------------*/
#process .local-nav ul,
#curriculum .local-nav ul,
#assignment .local-nav ul,
#labratory .local-nav ul,
#edu_en .local-nav ul,
#career .local-nav ul,
#event .local-nav ul,
#club .local-nav ul,
#oneday .local-nav ul,
#uniform .local-nav ul {
  flex-wrap: wrap;
}
#process .local-nav a,
#curriculum .local-nav a,
#assignment .local-nav a,
#labratory .local-nav a,
#edu_en .local-nav a,
#career .local-nav a,
#event .local-nav a,
#club .local-nav a,
#oneday .local-nav a,
#uniform .local-nav a {
  width: 250px;
}
#process .local-nav-second,
#curriculum .local-nav-second,
#assignment .local-nav-second,
#labratory .local-nav-second,
#edu_en .local-nav-second,
#career .local-nav-second,
#event .local-nav-second,
#club .local-nav-second,
#oneday .local-nav,
#uniform .local-nav {
   margin-top: 15px;
}

#process p.txt {
  margin-bottom: 50px;
}

#process .txt-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

#process .txt-box .btn-box {
  flex-grow: 0;
  flex-shrink: 0;
  width: 220px;
  margin-left: 25px;
}
#process .txt-box .btn-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 48px;
  font-size: 1.4rem;
  color: #005593;
  border: 1px solid #005593;
  border-radius: 24px;
  margin-bottom: 15px;
}
#process .txt-box .btn-box a:hover {
  background-color: yellow;
  text-decoration: none;
}
#process h3 {
  font-size: 2.4rem;
  color: #333;
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
}
#process h3 span {
  display: block;
  line-height: 1.6;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
#process .wrapper {
  display: flex;
  justify-content: space-between;
  margin: 50px 0px;
}
#process .wrapper:nth-of-type(2n) {
  flex-flow: row-reverse;
}
#process .wrapper:nth-of-type(2n) .txt {
  margin: 0 0 0 30px;
}
#process .wrapper:nth-of-type(2n) .pic {
  margin: 0 0 0 0px;
}
#process .wrapper:last-of-type {
  margin-bottom: 0;
}
#process .wrapper .pic {
  flex-grow: 0;
  flex-shrink: 0;
  width: 330px;
  margin-left: 30px;
}
#process .wrapper h2 {
  font-size: 2rem;
  color: #333;
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
}
#process .wrapper h2 span {
  display: block;
  line-height: 1.6;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
#process .wrapper h3 {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
#process .wrapper .block3 {
  width: 30%;
}
#process .wrapper .block3 .pic {
  width: 220px;
  margin-bottom: 5px;
}
#process .wrapper .block3 .p {
  font-size: 0.8rem;
}
#process .chart {
  margin: 50px auto;
  width:100%;
}
#process .wrapper .block {
  width: 48%;
}



/* ---------------------------------------------------------
#labratory
----------------------------------------------------------*/
#labratory p.txt {
  margin-bottom: 50px;
}

#labratory h3 {
  font-size: 2.4rem;
  color: #333;
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
}
#labratory h3 span {
  display: block;
  line-height: 1.6;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
#labratory .lead {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#labratory .lead .block {
  width: 48%;
}

#labratory .link-pdf a {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #005594;
  background-color: #fff;
  border: 1px solid #005594;
  padding: 10px 20px;
  transition: color .3s,background-color .3s;
  box-sizing: border-box;
}
#labratory .link-pdf a:hover {
  text-decoration: none;
  background-color: yellow;
}
#labratory .link-pdf a.pdf::after {
  width: 23px;
  height: 21px;
  margin-left: auto;
}

#labratory .wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
#labratory .wrapper .block {
  width: 48%;
}
#labratory .wrapper .block h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #005593;
  margin: 10px 0 ;
}
#labratory .wrapper .block p {
  margin: 10px 0 ;
}

/* ---------------------------------------------------------
#career
----------------------------------------------------------*/
#career p.txt {
  margin-bottom: 30px;
}
#career h3 {
  font-size: 2.4rem;
  color: #333;
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
}
#career h3 span {
  display: block;
  line-height: 1.6;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
#career .lead {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#career .lead .block {
  width: 48%;
}
#career li {
  list-style: none;
  font-size: 1.4rem;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}

#career .wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#career .wrapper .block {
  width: 48%;
}

#career .wrapper-last {
  display: flex;
  margin-bottom: 50px;
}
#career .wrapper .left,
#career .wrapper-last .left {
  display: flex;
  justify-content: space-between;
}
#career .wrapper .left h5,
#career .wrapper-last .left h5 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 150px;
  height: 50px;
  font-family: 'Noto';
  font-size: 2rem;
  color: #bfa666;
  background-color: #fff;
  border: 1px solid #bfa666;
}

#career .wrapper .right,
#career .wrapper-last .right {
  flex: 1;
  margin-left: 20px;
}

#career .wrapper .right li,
#career .wrapper-last .right li {
  list-style: none;
  font-size: 1.4rem;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
#career .wrapper2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#career .wrapper2 .block {
  width: 48%;
}

/* ---------------------------------------------------------
#edu_en
----------------------------------------------------------*/
#edu_en h3 {
  font-size: 2.4rem;
  color: #333;
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
}
#edu_en h3 span {
  display: block;
  line-height: 1.6;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
#edu_en p.txt {
  margin-bottom: 50px;
}
#edu_en .wrapper {
  display: flex;
  margin-bottom: 30px;
}
#edu_en .wrapper:last-child {
  margin-bottom: 0;
}
#edu_en .left-col {
  flex-grow: 0;
  flex-shrink: 0;
  width: 75px;
  text-align: center;
  color: #aa7322;
  line-height: 1;
  padding-top: 5px;
  margin-right: 10px;
}
#edu_en .left-col .txt1 {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
#edu_en .left-col .txt2 {
  font-size: 3.6rem;
  font-weight: bold;
}
#edu_en .left-col .txt3 {
  font-size: 1.4rem;
}
#edu_en .right-col li {
  list-style: none;
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
#edu_en sup {
  font-size: 1rem;
  vertical-align: super;
}
#edu_en small {
  font-size: 1.1rem;
  color: #666;
}
#edu_en .wrapper2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#edu_en .wrapper2 .block {
  width: 48%;
}
#edu_en .wrapper2 .block img {
  margin-bottom: 15px;
}

#edu_en .wrappergc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#edu_en .wrappergc .left {
  width: 66%;
}
#edu_en .wrappergc .right {
  width: 30%;
}

/* ---------------------------------------------------------
#curriculum
----------------------------------------------------------*/
#curriculum .wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
#curriculum .wrapper:first-of-type {
  padding-top: 0;
}
#curriculum .block {
  width: 48%;
}

#curriculum p {
  margin-bottom: 50px;
  }

/* ---------------------------------------------------------
#event
----------------------------------------------------------*/
#event p.txt {
  margin-bottom: 25px;
}
#event small {
  font-size: 1.2rem;
  color: #005594;
}
#event h3 {
  font-size: 2.4rem;
  color: #333;
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
}
#event h3 span {
  display: block;
  line-height: 1.6;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
#event h4 {
  margin-top: 30px;
  font-size: 1.6rem;
}

#event .wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
#event .wrapper .block {
  width: 48%;
}
#event .wrapper .block img {
  margin-bottom: 15px;
}
#event .wrapper .col3 {
  width: 31%;
}
#event .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 48px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #aa7322;
  background-color: #fff;
  border: 1px solid #aa7322;
  margin: 30px auto 0;
  transition: color .3s,background-color .3s;
}
#event .btn a:hover {
  color: #fff;
  background-color: #aa7322;
  text-decoration: none;
}
#event .btn a::after {
  width: 23px;
  height: 21px;
}
#event .slider-box {
  position: relative;
  width: 580px;
  margin: 0 auto 80px;
}
.slick-dots {
  left: 0;
}
#event .slider {
  padding: 0 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
#event .icon-next,
#event .icon-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  margin-top: -13px;
  cursor: pointer;
  transition: opacity .3s;
}
#event .icon-next:hover,
#event .icon-prev:hover {
  opacity: .7;
}
#event .icon-next {
  left: inherit;
  right: 0;
}
#event .icon-prev {
  transform: rotate(180deg);
}

/* ---------------------------------------------------------
#club
----------------------------------------------------------*/
#club h3 {
  font-size: 2.4rem;
  color: #333;
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
}
#club h3 span {
  display: block;
  line-height: 1.6;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
#club h4 {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
#club p.txt {
  margin-bottom: 50px;
}
#club p.detail {
  margin-bottom: 30px;
}
#club .wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
  #club .wrapper:first-of-type {
    padding-top: 0px;
  }
#club .wrapper .block {
  width: 48%;
}
#club .wrapper .block p {
  line-height: 1.5;
}
#club .wrapper .col3 {
  width: 31%;
}

/* ---------------------------------------------------------
#oneday
----------------------------------------------------------*/
#oneday .wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
#oneday .wrapper:first-of-type {
  padding-top: 0px;
  }
#oneday .wrapper .block {
  width: 48%;
}
#oneday .wrapper .block h3 {
  font-size: 1.8rem;
  color: #005594;
  border-bottom: 1px solid #005594;
  margin: 10px 0 0 0;
}
#oneday .wrapper .block p {
  padding-top: 10px;
  margin-bottom: 15px;
}



/* ---------------------------------------------------------
#policy
----------------------------------------------------------*/
#policy .local-nav ul {
  flex-wrap: wrap;
}
#policy .local-nav a {
  width: 250px;
}
#policy .local-nav-second {
  margin-top: 15px;
}
#policy .lead {
  font-family: 'Noto';
  font-size: 2rem;
  text-align: center;
  line-height: 2.5;
  letter-spacing: .15em;
  padding: 50px 0;
}
#policy section ul {
  border: 1px solid #005593;
  padding: 20px 30px;
  margin-bottom: 50px;
}
#policy section li {
  font-size: 1.6rem;
  color: #005593;
  line-height: 2;
  list-style: none;
}
#policy h2 {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.8rem;
  color: #005594;
  text-align: left;
  border-bottom: 1px solid #005594;
  margin: 60px 0 15px;  
}
#policy .link-pdf a {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #005594;
  background-color: #fff;
  border: 1px solid #005594;
  padding: 10px 20px;
  margin: 5px 0 15px;
  transition: color .3s,background-color .3s;
  box-sizing: border-box;
}
#policy .link-pdf a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #005594;
}
#policy .link-pdf a.pdf::after {
  width: 23px;
  height: 21px;
  margin-left: auto;
}
#policy .wrapper2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#policy .wrapper2 .block {
  width: 48%;
}
#policy .wrapper2 .link-box a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #005594;
  border: 1px solid #005594;
  padding: 20px;
  transition: color .3s,background-color .3s;
  box-sizing: border-box;
}
#policy .wrapper2 .link-box a:hover {
  text-decoration: none;
  color: #005594;
  background-color: #fff;
}
#policy .wrapper2 .link-box-gold a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #bfa666;
  border: 1px solid #bfa666;
  padding: 20px;
  transition: color .3s,background-color .3s;
  box-sizing: border-box;
}
#policy .wrapper2 .link-box-gold a:hover {
  text-decoration: none;
  color: #bfa666;
  background-color: #fff;
}

/* ---------------------------------------------------------
#policy-new
----------------------------------------------------------*/
#policy-new .local-nav ul,
#application .local-nav ul,
#admission .local-nav ul,
#status .local-nav ul {
  flex-wrap: wrap;
}
#policy-new .local-nav a,
#application .local-nav a,
#admission .local-nav a,
#status .local-nav a {
  width: 250px;
}
#policy-new .local-nav-double,
#application .local-nav-double,
#admission .local-nav-double,
#status .local-nav-double {
  width: 375px;
  margin-top: 15px;
}
#policy-new .local-nav-second,
#application .local-nav-second,
#admission .local-nav-second,
#status .local-nav-second {
  margin-top: 15px;
}
#policy-new .lead {
  font-family: 'Noto';
  font-size: 2rem;
  text-align: center;
  line-height: 2.5;
  letter-spacing: .15em;
  padding: 50px 0;
}
#policy-new section ul {
  border: 1px solid #005593;
  padding: 20px 30px;
  margin-bottom: 50px;
}
#policy-new section li {
  font-size: 1.6rem;
  color: #005593;
  line-height: 2;
  list-style: none;
}
#policy-new h2 {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.8rem;
  color: #005594;
  text-align: left;
  border-bottom: 1px solid #005594;
  margin: 60px 0 15px;  
}
#policy-new .link-pdf a {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #005594;
  background-color: #fff;
  border: 1px solid #005594;
  padding: 10px 20px;
  margin: 5px 0 15px;
  transition: color .3s,background-color .3s;
  box-sizing: border-box;
}
#policy-new .link-pdf a:hover {
  text-decoration: none;
  background-color: yellow;
}
#policy-new .link-pdf a.pdf::after {
  width: 23px;
  height: 21px;
  margin-left: auto;
}
#policy-new .wrapper2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#policy-new .wrapper2 .block {
  width: 48%;
}
#policy-new .wrapper2 .link-box a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #005594;
  border: 1px solid #005594;
  padding: 20px 10px;
  transition: color .3s,background-color .3s;
  box-sizing: border-box;
}
#policy-new .wrapper2 .link-box a:hover {
  text-decoration: none;
  color: #005594;
  background-color: #fff;
}
#policy-new .wrapper2 .link-movie a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #005594;
  background-color: #fff;
  border: 1px solid #005594;
  padding: 20px 10px;
  transition: color .3s,background-color .3s;
  box-sizing: border-box;
}
#policy-new .wrapper2 .link-movie a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #005594;
}
#policy-new .wrapper2 .link-box-gold a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #bfa666;
  border: 1px solid #bfa666;
  padding: 20px 10px;
  transition: color .3s,background-color .3s;
  box-sizing: border-box;
}
#policy-new .wrapper2 .link-box-gold a:hover {
  text-decoration: none;
  color: #bfa666;
  background-color: #fff;
}
#policy-new .wrapper2 .link-movie-gold a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #bfa666;
  background-color: #fff;
  border: 1px solid #bfa666;
  padding: 20px 10px;
  transition: color .3s,background-color .3s;
  box-sizing: border-box;
}
#policy-new .wrapper2 .link-movie-gold a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #bfa666;
}


/* ---------------------------------------------------------
#examinfo
----------------------------------------------------------*/
#examinfo h2 {
  margin-bottom: 15px;
}
#examinfo section small {
  display: block;
  text-align: center;
  color: #aa7322;
  margin-bottom: 30px;
}
#examinfo table {
  width: 100%;
  table-layout: fixed;
  margin-top: 30px;
}
#examinfo th,
#examinfo td {
  vertical-align: middle;
  border: 1px solid #000;
}
#examinfo th {
  width: 100px;
}
#examinfo td {
  text-align: center;
  padding: 10px 0;
}
#examinfo h3 {
  font-size: 1.8rem;
  color: #005594;
  border-bottom: 1px solid #005594;
  margin: 30px 0 15px;
}
#examinfo h4 {
  font-size: 1.4rem;
  margin-top: 15px;
}
#examinfo h4 .txt-gold {
  color: #aa7322;
}
#examinfo .txt-link-off {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  color: #666;
  margin: 5px 0;
}
#examinfo .txt-link a {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  color: #005594;
  text-decoration: underline;
  margin: 5px 0;
}
#examinfo .txt-link a:hover {
  text-decoration: none;
}
#examinfo .txt-link-off::before,
#examinfo .txt-link a::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: url(../img/common/icon_arrow_tri.svg) no-repeat;
    background-size: contain;
    margin-right: 5px;
}
#examinfo .pdf-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 40px;
}
#examinfo .pdf-box .link-pdf a {
  margin-right: 15px;
}
#examinfo .link-pdf a, {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 250px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #005594;
  background-color: #fff;
  border: 1px solid #005594;
  padding: 10px 20px;
  margin: 5px 0 15px;
  transition: color .3s,background-color .3s;
  box-sizing: border-box;
}
#examinfo .link-pdf a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #005594;
}
#examinfo .link-pdf a.pdf::after {
  width: 23px;
  height: 21px;
  margin-left: auto;
}

/* ---------------------------------------------------------
#application
----------------------------------------------------------*/
#application h2 {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.8rem;
  color: #005594;
  text-align: left;
  border-bottom: 1px solid #005594;
  margin: 30px 0 15px;  
}
#application .caution {
  font-size: 1.1rem;
  color: #666;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: -10px;
}
#application .link-pdf a {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 430px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #005594;
  background-color: #fff;
  border: 1px solid #005594;
  padding: 10px 20px;
  margin: 5px 0 15px;
  transition: color .3s,background-color .3s;
  box-sizing: border-box;
}
#application .link-pdf a:hover {
  text-decoration: none;
  background-color: yellow;
}
#application .link-pdf a.pdf::after {
  width: 23px;
  height: 21px;
  margin-left: auto;
}

/* ---------------------------------------------------------
#admission
----------------------------------------------------------*/
#admission h2 {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.8rem;
  color: #005594;
  text-align: left;
  border-bottom: 1px solid #005594;
  margin: 30px 0 15px;  
}
#admission .caution {
  font-size: 1.1rem;
  color: #666;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: -10px;
}
#admission .link-pdf2 {
  position: relative;
  align-items: center;
  width: 540px;
  background-color: #fff;
  border: 1px solid #005594;
  padding: 10px 20px;
  margin: 5px 0 15px;
  transition: color .3s,background-color .3s;
  box-sizing: border-box;
}
#admission .link-pdf2 a{
  font-size: 1.4rem;
  font-weight: bold;
  color: #005594;
}
#admission .link-pdf2:hover {
  text-decoration: none;
  background-color: yellow;
}
#admission .link-pdf2 a[href$=".pdf"]::after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 21px;
  vertical-align: middle;
  background: url('../img/common/icon_pdf.png') no-repeat left top/contain;
  margin-left: 5px;
}

/* ---------------------------------------------------------
#status
----------------------------------------------------------*/
#status table {
	max-width: 600px;
	font-size: 1.5rem;
}
#status th,
#status td {
	padding: 12px;
}
#status th {
	font-size: 1.6rem;
	color: #fff;
	background-color: #22558f;
}
#status td {
	background-color: #fff;
	border: 1px solid #dcdcdc;
}
#status .odd td {
	background-color: #ecf4f8;
}
#status tfoot th {
	color: #22558f;
	background-color: #fff;
	border-bottom: 1px solid #22558f;
}
#status p {
	max-width: 600px;
	margin:  0 auto;
}
#status h2 {
	margin-top:  60px;
	text-align: center
}

#status h2:nth-child(1) {
	margin-top:  0px;
	text-align: center
}

/* ---------------------------------------------------------
#facilities
----------------------------------------------------------*/
#facilities h3 span {
  display: block;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
}
#facilities h3 {
  font-family: 'Noto';
  font-size: 2rem;
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
#facilities .lead {
  text-align: center;
  margin-bottom: 30px;
}
#facilities h4 {
  font-family: 'Noto';
  font-size: 1.8rem;
  color: #005594;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #005594;
  margin-bottom: 20px;
}
#facilities p {
  margin-bottom: 20px;
}
#facilities .slider-box {
  position: relative;
  width: 100%;
  margin: 0 auto 80px;
}
.slick-dots {
  left: 0;
}
#facilities .slider {
  padding: 0 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
#facilities .icon-next,
#facilities .icon-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  margin-top: -13px;
  cursor: pointer;
  transition: opacity .3s;
}
#facilities .icon-next:hover,
#facilities .icon-prev:hover {
  opacity: .7;
}
#facilities .icon-next {
  left: inherit;
  right: 0;
}
#facilities .icon-prev {
  transform: rotate(180deg);
}
#facilities .wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#facilities .wrapper.reverse {
  flex-flow: row-reverse;
}
#facilities .wrapper:last-of-type {
  margin-bottom: 0;
}
#facilities .wrapper .pic {
  flex-grow: 0;
  flex-shrink: 0;
  width: 47%;
}
#facilities .wrapper .txt {
  width: 50%;
}
#facilities .wrapper h4 {
  padding: 10px 0;
}
#facilities .pic-big {
  margin-bottom: 40px;
}
#facilities .btn-vr {
  text-align: center;
}
#facilities .btn-vr a {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
  background-color: #005594;
  border: 1px solid #005594;
  padding: 15px 35px;
  margin: 0 auto 40px;
  box-sizing: border-box;
  transition: color .3s,background-color .3s;
}
#facilities .btn-vr a:hover {
  text-decoration: none;
  color: #005594;
  background-color: #fff;
}
#facilities .btn-vr a::after{
  content: '';
  position: absolute;
  top: 4px;
  right: 5px;
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_blank_white.svg) no-repeat;
  background-size: contain;
}
#facilities .btn-vr a:hover::after{
  background: url(../img/common/icon_blank_blue.svg) no-repeat;
  background-size: contain;
}

/* ---------------------------------------------------------
#facilities 20221027追加
----------------------------------------------------------*/
facilities h4 .new {
  text-align: center;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
#facilities h5 {
  font-family: 'Noto';
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  color: #005594;
  border-top: 1px solid #005594;
  border-bottom: 1px solid #005594;
  margin-bottom: 20px;
}
#facilities h5 small {
  font-size: 1.5rem;
}
#facilities .overview {
  margin-bottom: 50px;
}
#facilities .caption {
  line-height: 1.6;
}
#facilities .steamcaption {
  margin-bottom: 30px;
}

#facilities .ttl-rect-blue {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #005594;
  padding: 2px auto;
  margin-bottom: 20px;
}

#facilities .steam-blue {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  background-color: #005594;
  padding: 2px auto;
  margin-top: 80px;
  margin-bottom: 20px;
}

#facilities .single {
  margin-bottom: 15px;
}
#facilities .double {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#facilities .double:last-of-type {
  margin-bottom: 0px;
}
#facilities .double .block,
#facilities .double .link {
  width: 48%;
}
#facilities .double .link img:hover {
  opacity: 0.5;
}
#facilities .three {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#facilities .three .pic3 {
  width: 30%;
}

/* ---------------------------------------------------------
#uniform
----------------------------------------------------------*/
#uniform p.txt {
  margin-bottom: 50px;
}
#uniform .wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#uniform .wrapper:last-child {
  align-items: flex-end;
  margin-bottom: 0;
}
#uniform .wrapper p {
  width: 66%;
}
#uniform .wrapper .pic1 {
  flex-grow: 0;
  flex-shrink: 0;
  width: 30%;
}
#uniform .wrapper .pic2 {
  width: 30%;
}
#uniform .wrapper .pic3 {
  width: 48%;
}

/* ---------------------------------------------------------
#faq
----------------------------------------------------------*/
#faq dl {
  margin-bottom: 20px;
}
#faq dl:last-child {
  margin-bottom: 0;
}
#faq dt {
  position: relative;
  font-family: 'Noto';
  font-size: 1.8rem;
  color: #005594;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 10px;
  border-bottom: 1px solid #005594;
  margin-bottom: 10px;
  cursor: pointer;
  transition: opacity .3s;
}
#faq dt:hover {
  opacity: .7;
}
#faq dt::after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 10px;
  height: 17px;
  background: url(../img/common/icon_arrow_blue.svg) no-repeat;
  background-size: contain;
  margin-top: -8px;
  transform: rotate(90deg);
  transition: transform .3s;
}
#faq dt.is-show::after {
  transform: rotate(-90deg);
}
#faq dd {
  font-size: 1.6rem;
  letter-spacing: .08em;
  display: none;
}

/* ---------------------------------------------------------
#access
----------------------------------------------------------*/
#access {
  margin-bottom: 0;
}
#access .box1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#access .box1 .block p {
  font-size: 1.6rem;
  line-height: 2;
  text-indent: 0;
}
#access .box1 .link-bus a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 262px;
  height: 60px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #005593;
  background: url(../img/common/icon_blank_blue.svg) no-repeat 240px 4px/16px 16px;
  border: 1px solid #005593;
  transition: color .3s,background-color .3s;
}
#access .box1 .link-bus a:hover {
  color: #fff;
  text-decoration: none;
  background: #005593 url(../img/common/icon_blank_white.svg) no-repeat 240px 4px/16px 16px;
}
#access .icon-zoom {
  display: inline-block;
  font-size: 1.3rem;
  color: #666;
  background: url(../img/common/icon_zoom.svg) no-repeat left center/16px 16px;
  padding-left: 20px;
  margin-top: 3px;
}
#access .wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  margin-bottom: 40px;
}
#access .wrapper .block {
  width: 48%;
}
#access .wrapper .block p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-indent: 0;
}
#access .other img {
  width: 100%;
}
#access .other p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-indent: 0;
}

/* ---------------------------------------------------------
#sitepolicy
----------------------------------------------------------*/
#sitepolicy h3 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 25px;
}
#sitepolicy p {
  text-indent: 0;
}
#sitepolicy section li {
  font-size: 1.4rem;
  margin-left: 1.4em;
}
#sitepolicy section .txt1 {
  margin-bottom: 30px;
}
#sitepolicy section .ttl2 {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px dotted #000;;
}

/* ---------------------------------------------------------
#privacypolicy
----------------------------------------------------------*/
#privacypolicy section h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
#privacypolicy section p,
#privacypolicy section ol {
  text-indent: 0;
  margin-bottom: 30px;
}
#privacypolicy section ol {
  font-size: 1.4rem;
  list-style: none;
}

/* ---------------------------------------------------------
#news-index
----------------------------------------------------------*/
#news-index h3 {  
  font-family: 'Noto';
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
#news-index .wrapper {
  display: flex;
}
#news-index .wrapper h3 {
  font-size: 1.5rem;
  color: #333;
  text-align: left;
  line-height: 1;
  padding-bottom: 13px;
  border-bottom: 1px dotted #666;  
  margin-bottom: 0;
}
#news-index .left-col {
  flex-grow: 0;
  flex-shrink: 0;
  width: 150px;
  margin-right: 45px;
}
#news-index .right-col {
  width: calc(100% - 195px);
}
#news-index .left-col ul {
  list-style: none;
  margin-top: 13px;
}
#news-index .left-col li {
  margin-bottom: 12px;
}
#news-index .left-col a {
  font-size: 1.4rem;
  line-height: 1;
  color: #333;
  background: url(../img/common/icon_arrow_gray.svg) no-repeat left center;
  background-size: 6px 10px;
  padding-left: 13px;
}
#news-index .left-col .cr a {
  color: #004487;
}
#news-index dl {
  font-size: 1.4rem;
  padding: 12px 0;
  border-bottom: 1px dotted #666;
}
#news-index dl:first-of-type {
  border-top: 1px dotted #666;
}
#news-index dt .new {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  color: #005593;
  padding: 0 4px 0 5px;
  margin-left: 6px;
  transform: translateY(-1px);
  border: 1px solid #005593;
}
#news-index dd {
  flex: 1;
  line-height: 1.6;
}
#news-index dd a {
  text-decoration: underline;
}
#news-index dd a:hover {
  text-decoration: none;
}
#pagination {
  text-align: center;
  padding-top: 40px;
}
#news-index .page-numbers {
  font-size: 1.4rem;
  color: #005593;
  border:1px solid #005593;
  padding:4px 10px;
  transition: color .3s,background-color .3s;
}
#news-index a.page-numbers:hover {
  color: #fff;
  background-color: #005593;
  text-decoration: none;
}
#news-index .current {
  color: #fff;
  background-color: #005593;
}
#news-index .next,
#news-index .prev {
  border: none;
}
#news-index a.next:hover,
#news-index a.prev:hover {
  color: #005593;
  background-color: #fff;
  text-decoration: underline;
}

/* ---------------------------------------------------------
#news-detail
----------------------------------------------------------*/
#news-detail h1 {
  text-align: left;
}
#news-detail section p {
  text-indent: 1em;
  margin-bottom: 1.5em;
}
#news-detail section > ul,
#news-detail section > ol {
  margin-left: 1.5em;
  margin-bottom: 15px;
}
#news-detail .pic {
  margin-bottom: 20px;
}
#news-detail .date {
  text-indent: 0;
}
#news-detail .date .cat a {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  padding: 0 7px;
  margin-left: 10px;
  transform: translateY(-1px);
/*  border: 1px solid #8A1212;*/
}
#news-detail .slider-box {
  position: relative;
  padding: 40px;
  box-sizing: border-box;
}
#news-detail .slider-box .slide {
  height: 200px;
  margin: 0 10px;
}
#news-detail .slider-box li img {
  height: 100%;
  width: auto;
}
#news-detail .slick-dots {
  bottom: -30px;
  height: 20px;
}
#news-detail .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
#news-detail .slick-dots li button::before {
  width: 10px;
  height: 10px;
  color: transparent;
  border: 1px solid #005593;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 1;
}
#news-detail .slick-dots .slick-active button::before {
  background-color: #005593;
}
#news-detail .slider-box .icon-next,
#news-detail .slider-box .icon-prev {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  margin-top: -10px;
  cursor: pointer;
  transition: opacity .3s;
}
#news-detail .slider-box .icon-prev {
  transform: rotate(180deg);
  right: auto;
  left: 0;
}
#news-detail .slider-box .icon-next:hover,
#news-detail .slider-box .icon-prev:hover {
  opacity: .7;
}
#news-detail .link-back a {
  display: inline-block;
  font-size: 1.4rem;
  color: #005593;
  margin: 30px 0 0;
}
#news-detail .link-back a::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/common/icon_arrow_blue.svg) no-repeat left top/contain;
  transform: rotate(180deg);
  margin-right: 8px;
}
#news-detail blockquote {
  display: inline-block;
  background-color: #EEE;
  padding: 2px 5px;
}


#news-detail .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#news-detail .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}





/* ---------------------------------------------------------
#recruit
----------------------------------------------------------*/
#recruit section .txt {
  font-size: 1.8rem;
  text-align: center;
  padding: 20px 0;
}
#recruit .pdf-list {
  padding-top: 30px;
}
#recruit .pdf-list:first-of-type {
  padding: 0;
}
#recruit .pdf-list li {
  font-size: 1.4rem;
  font-weight: bold;
  list-style: none;
  margin-bottom: 20px;
}
#recruit .pdf-list li:last-child {
  margin-bottom: 0;
}
#recruit .pdf-list a {
  display: block;
  color: #005593;
  border: 1px solid #005593;
  text-indent: -1em;
  padding: 12px 15px 12px 2.3em;
  transition: color .3s,background-color .3s;
}
#recruit .pdf-list a::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../img/common/icon_arrow_blue.svg) left center/contain no-repeat;
  margin-right: 8px;
}
#recruit .pdf-list a::after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 18px;
  background: url('../img/common/icon_pdf.png') no-repeat left top/contain;
  margin-left: 3px;
}
#recruit .pdf-list a:hover {
  color: #fff;
  background-color: #005593;
  text-decoration: none;
}
#recruit .pdf-list a:hover::before {
  background: url(../img/common/icon_arrow_white.svg) left center/contain no-repeat;
}

/* ---------------------------------------------------------
#connection-index
----------------------------------------------------------*/
#connection-index dl {
  display: flex;
  font-size: 1.4rem;
  padding: 12px 0;
  border-bottom: 1px dotted #666;
}
#connection-index dl:first-of-type {
  border-top: 1px dotted #666;
}
#connection-index dt {
  width: 265px;
}
#connection-index .subttl {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 0;
}

#connection-index .nav-cat ul {
	display: flex;
  flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}
#connection-index .nav-cat li {
	list-style: none;
  margin-bottom: 10px;
}
#connection-index .nav-cat a,
#connection-index dt .cat,
#connection-detail .cat {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #bfa666;
	box-sizing: border-box;
	margin-left: 10px;
}
#connection-index .nav-cat a {
	font-size: 13px;
	width: 170px;
	height: 25px;
	color: #666;
	background: none;
	border: 1px solid #666;
	transition: all .3s;
}
#connection-index .nav-cat .cr a,
#connection-index .nav-cat a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #bfa666;
	border-color: #bfa666;
}
#connection-index .nav-cat .g_1.cr a,#connection-index .nav-cat .g_1 a:hover { background-color: #ec7b98; border-color: #ec7b98;}
#connection-index .nav-cat .g_2.cr a,#connection-index .nav-cat .g_2 a:hover { background-color: #6cafde; border-color: #6cafde;}
#connection-index .nav-cat .g_3.cr a,#connection-index .nav-cat .g_3 a:hover { background-color: #50ba93; border-color: #50ba93;}
#connection-index .nav-cat .g_4.cr a,#connection-index .nav-cat .g_4 a:hover { background-color: #f1cb31; border-color: #f1cb31;}
#connection-index .nav-cat .g_5.cr a,#connection-index .nav-cat .g_5 a:hover { background-color: #bc7ada; border-color: #bc7ada;}
#connection-index .nav-cat .g_6.cr a,#connection-index .nav-cat .g_6 a:hover { background-color: #f18731; border-color: #f18731;}
#connection-index dt .cat-g_1,#connection-detail .cat-g_1 { background-color: #ec7b98;}
#connection-index dt .cat-g_2,#connection-detail .cat-g_2 { background-color: #6cafde;}
#connection-index dt .cat-g_3,#connection-detail .cat-g_3 { background-color: #50ba93;}
#connection-index dt .cat-g_4,#connection-detail .cat-g_4 { background-color: #f1cb31;}
#connection-index dt .cat-g_5,#connection-detail .cat-g_5 { background-color: #bc7ada;}
#connection-index dt .cat-g_6,#connection-detail .cat-g_6 { background-color: #f18731;}
#connection-index dd {
  flex: 1;
  line-height: 1.6;
}
#connection-index dd a {
  text-decoration: underline;
}
#connection-index dd a:hover {
  text-decoration: none;
}
#pagination {
  text-align: center;
  padding-top: 40px;
}
#connection-index .page-numbers {
  font-size: 1.4rem;
  color: #005593;
  border:1px solid #005593;
  padding:4px 10px;
  transition: color .3s,background-color .3s;
}
#connection-index a.page-numbers:hover {
  color: #fff;
  background-color: #005593;
  text-decoration: none;
}
#connection-index .current {
  color: #fff;
  background-color: #005593;
}
#connection-index .next,
#connection-index .prev {
  border: none;
}
#connection-index a.next:hover,
#connection-index a.prev:hover {
  color: #005593;
  background-color: #fff;
  text-decoration: underline;
}
#connection-index section .txt {
  font-size: 1.8rem;
  text-align: center;
  padding: 20px 0;
}
#connection-index .pdf-list {
  padding-top: 20px;
}
#connection-index .pdf-list:first-of-type {
  padding: 0;
}
#connection-index .pdf-list li {
  font-size: 1.4rem;
  font-weight: bold;
  list-style: none;
  margin-bottom: 20px;
}
#connection-index .pdf-list li:last-child {
  margin-bottom: 0;
}
#connection-index .pdf-list a {
  display: block;
  color: #005593;
  border: 1px solid #005593;
  text-indent: -1em;
  padding: 12px 15px 12px 2.3em;
  transition: color .3s,background-color .3s;
}
#connection-index .pdf-list a::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../img/common/icon_arrow_blue.svg) left center/contain no-repeat;
  margin-right: 8px;
}
#connection-index .pdf-list a::after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 18px;
  background: url('../img/common/icon_pdf.png') no-repeat left top/contain;
  margin-left: 3px;
}
#connection-index .pdf-list a:hover {
  color: #fff;
  background-color: #005593;
  text-decoration: none;
}
#connection-index .pdf-list a:hover::before {
  background: url(../img/common/icon_arrow_white.svg) left center/contain no-repeat;
}

/* ---------------------------------------------------------
#connection-detail
----------------------------------------------------------*/
#connection-detail h1 {
  text-align: left;
}
#connection-detail section p {
  text-indent: 0;
}
#connection-detail section > ul,
#connection-detail section > ol {
  margin-left: 1.5em;
  margin-bottom: 15px;
}
#connection-detail .pic {
  margin-bottom: 20px;
}
#connection-detail .date {
  text-indent: 0;
}
#connection-detail .slider-box {
  position: relative;
  padding: 40px;
  box-sizing: border-box;
}
#connection-detail .slider-box .slide {
  height: 200px;
  margin: 0 10px;
}
#connection-detail .slider-box li img {
  height: 100%;
  width: auto;
}
#connection-detail .slick-dots {
  bottom: -30px;
  height: 20px;
}
#connection-detail .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
#connection-detail .slick-dots li button::before {
  width: 10px;
  height: 10px;
  color: transparent;
  border: 1px solid #005593;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 1;
}
#connection-detail .slick-dots .slick-active button::before {
  background-color: #005593;
}
#connection-detail .slider-box .icon-next,
#connection-detail .slider-box .icon-prev {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  margin-top: -10px;
  cursor: pointer;
  transition: opacity .3s;
}
#connection-detail .slider-box .icon-prev {
  transform: rotate(180deg);
  right: auto;
  left: 0;
}
#connection-detail .slider-box .icon-next:hover,
#connection-detail .slider-box .icon-prev:hover {
  opacity: .7;
}
#connection-index .link-back a,
#connection-detail .link-back a {
  display: inline-block;
  font-size: 1.4rem;
  color: #005593;
  margin: 30px 0 0;
}
#connection-index .link-back a::before,
#connection-detail .link-back a::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/common/icon_arrow_blue.svg) no-repeat left top/contain;
  transform: rotate(180deg);
  margin-right: 8px;
}
#connection-detail blockquote {
  display: inline-block;
  background-color: #EEE;
  padding: 2px 5px;
}

/* ---------------------------------------------------------
#english
----------------------------------------------------------*/
#english {
	word-wrap: break-word;
	word-break: normal;
}
#english .local-nav li:last-child a {
  width: 220px;
}
#english #message-en {
  padding-left: 300px;
}
#english #message-en h2 {
  color: #333;
  text-align: left;
  padding: 37px 0 0;
}
#english #message-en p {
  line-height: 1.7;
	margin-bottom: 15px;
}
#english #message-en .pic-box {
  position: absolute;
  top: 60px;
  left: 80px;
  width: 180px;
  font-family: 'Noto';
  line-height: 1;
}
#english #message-en .pic-box .txt1 {
  font-size: 2rem;
  line-height: 1;
  text-indent: 0;
	padding: 15px 0 0;
}
#english #message-en .pic-box .txt2 {
  font-size: 1.4rem;
  line-height: 1.3;
  text-indent: 0;
  padding: 15px 0;
}
#english #message-en .pic-box .txt2 .job {
  font-size: 1.3rem;
  margin-right: 13px;
}

/* #conecpt-en*/
#english #concept-en h2 {
	margin-bottom: 60px;
}
#english #concept-en h3 {
  position: relative;
  color: #333;
  line-height: 1;
  font-size: 2.2rem;
	text-align: center;
  padding-bottom: 3px;
  margin-bottom: 66px;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
}
#english #concept-en h3::after {
	content: '';
  display: block;
  width: 100%;
  padding: 15px 0 0;
  border-bottom: 4px solid #000;
}
#english #concept-en .idea {
  font-family: 'Noto';
  font-size: 3rem;
  text-align: center;
  text-indent: 0;
  line-height: 1;
  margin-bottom: 50px;
}
#english #concept-en .ideatext {
	margin-bottom: 90px;
}
#english #concept-en p,
#english #concept-en .s-image,
#english #concept-en .vision,
#english #concept-en .statement {
  width: 550px;
  font-size: 1.4rem;
  line-height: 2;
  list-style: none;
  margin: 0 auto 90px;
	box-sizing: border-box;
}
#english #concept-en .statement {
	margin-bottom: 0;
}
#english #concept-en .vision {
	text-indent: -1em;
	padding-left: 1em;
}
#english #concept-en .statement {
	text-indent: -1.7em;
	padding-left: 1.7em;
}
#english #concept-en p {
	margin-bottom: 20px;
}

/* #plan-en*/
#english #plan-en h2,
#english #plan-en h3 {
	font-family: 'Noto';
	font-size: 2.8rem;
	color: #005594;
	text-align: center;
}
#english #plan-en h3 {
	margin: 40px 0 20px;
}
#english #plan-en p {
	margin-bottom: 20px;
}
#english #plan-en figure {
	text-align: center;
	margin-top: 40px;
}
#english #plan-en img {
	max-width: 500px;
}

/* #base-en*/
#english #base-en .box {
  display: flex;
  justify-content: space-between;
  padding-top: 45px;
  margin-top: 50px;
  border-top: 1px dotted #000;
}
#english #base-en .box:first-of-type {
  padding: 0;
  margin: 0;
  border: none;
}
#english #base-en h3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 180px;
  height: 180px;
  font-family: 'Noto';
  font-size: 2.3rem;
  color: #fff;
  background-color: #bfa666;
}
#english #base-en h3::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 170px;
  height: 170px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
#english #base-en h3 .txt-en {
  font-family: 'Courgette';
  font-size: 1.3rem;
  font-weight: normal;
}
#english #base-en .block {
  flex: 1;
  margin-left: 40px;
}
#english #base-en h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #005593;
  padding: 10px 0;
}
#english #base-en figure {
  width: 70%;
  margin: 35px auto 15px;
  padding: 20px;
  border: 1px solid #005594;
}
#english #base-en + p {
  font-size: 1.3rem;
  color: #666;
}
#english #base-en small {
	font-size: 1.2rem;
}

#english .local-nav {
	padding: 50px 0;
}
#english .local-nav ul {
	justify-content: center;
}
#english .local-nav a {
	position: relative;
	font-size: 1.5rem;
	line-height: 1.2;
	background: #005593;
	padding: 0 20px;
}
#english .local-nav a::after {
	content: '';
	position: absolute;
	bottom: 50%;
	right: 10px;
	width: 10px;
	height: 14px;
	background: url(../img/common/icon_arrow_white.svg) no-repeat;
	background-size: contain;
	transform: translateY(50%) rotate(90deg);
	transition: background .3s;
}
#english .local-nav a:hover::after {
	background-image: url(../img/common/icon_arrow_blue.svg);
}
#english .local-nav a:hover {
	background-color: #fff;
}

/* ---------------------------------------------------------
#donation
----------------------------------------------------------*/
#donation p {
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 2;
	text-indent: 1em;
	margin-bottom: 20px;
}
#donation .signature {
	font-family: 'Noto';
	text-align: right;
	font-size: 1.6rem;
	letter-spacing: .05em;
	line-height: 2;
}
#donation table {
	width: 100%;
	table-layout: fixed;
	margin: 30px 0;
}
#donation th,
#donation td {
	vertical-align: middle;
	letter-spacing: .05em;
}
#donation th {
	width: 100px;
	color: #fff;
	background: #22558f;
	text-align: center;
	border-bottom: 1px solid #fff;
}
#donation td {
	text-align: left;
	padding: 15px 10px;
	border: 1px solid #dcdcdc;
}
#donation h2 {
	margin-top: 50px;
}
#donation h2:nth-of-type(1) {
	margin-top: 0px;
}
#donation h3 {
	font-size: 2.0rem;
	color: #005593;
	margin-bottom: 20px;
}
#donation h4 {
	font-size: 1.6rem;
	color: #fff;
	background-color: #005593;
	padding: 5px 15px;
	margin: 20px 0px;
}
#donation ol {
	list-style: none;
}
#donation li {
	font-size: 1.4rem;
	letter-spacing: .05em;
	text-indent: -1.8em;
	padding-left: 1.8em;
	margin-bottom: 10px;
}
#donation small {
	display: block;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 20px;
}
#donation .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 48px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #005593;
  background-color: #fff;
  border: 1px solid #005593;
  margin: 30px auto 0;
  transition: color .3s,background-color .3s;
}
#donation .btn a:hover {
	background-color: yellow;
	text-decoration: none;
}
#donation .btn a::after {
	width: 23px;
	height: 21px;
}
#donation dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	line-height: 1.6;
	margin: 25px 0 0;
}
#donation dt {
	width: 100px;
}
#donation dd {
	width: calc(100% - 100px);
	margin-bottom: 20px;
}
#donation .inquiry {
	font-size: 1.4rem;
	line-height: 2;
}
#donation .inquiry a,
#donation p a {
	text-decoration: underline;
}
#donation .inquiry a:hover,
#donation p a:hover {
	text-decoration: none;
}

.other-new {
  padding: 40px 80px 60px;
  border-top: 10px solid #005593;
}

/* ---------------------------------------------------------
#tokyogakuen
----------------------------------------------------------*/
#tokyogakuen p {
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 2;
	margin-bottom: 20px;
}
#tokyogakuen .lead {
  font-family: 'Noto';
  font-size: 2rem;
  text-align: center;
  line-height: 2.5;
  letter-spacing: .15em;
  padding: 50px 0;
}
#tokyogakuen h3 {
  margin-top: 50px;
  margin-bottom: 15px;
  text-align: left;
}
#tokyogakuen h3:nth-of-type(1) {
  margin-top: 0px;
  margin-bottom: 30px;
}
#tokyogakuen .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 48px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #005593;
  background-color: #fff;
  border: 1px solid #005593;
  margin: 20px 0;
  transition: color .3s,background-color .3s;
}
#tokyogakuen .btn a:hover {
	background-color: yellow;
	text-decoration: none;
}
#tokyogakuen .btn a::after {
	width: 23px;
	height: 21px;
}

/* ---------------------------------------------------------
#project
----------------------------------------------------------*/
#project main {
  padding: 50px 40px 0;
}
#project h1 {
  position: relative;
  display: block;
  height: auto;
  font-size: 3.8rem;
  text-align: center;
  color: #333;
  background: none;
  margin-bottom: 10px;
}
#project main p {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 50px;
}
#project main .pic {
  border-radius: 10px;
  overflow: hidden;
}
#project #intro {
  text-align: center;
  margin-bottom: 80px;
}
#project #intro .txt-sub {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background: #333;
  padding: 4px 15px;
  margin-bottom: 10px;
}
#project .local-nav {
  margin: 60px 0 0;
  border-top: 1px solid #005594;
  border-bottom: 1px solid #005594;
}
#project .local-nav ul {
  justify-content: center;
  margin: 0;
}
#project .local-nav li {
  margin: 0 15px;
}
#project .local-nav a {
  position: relative;
  width: auto;
  height: auto;
  color: #005594;
  background: none;
  padding: 10px 30px 5px 0;
  padding: 15px 30px 15px 0;
  border: none;
  transition: opacity .3s;
}
#project .local-nav a:hover {
  opacity: .7;
}
#project .local-nav a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 14px;
  background: url("../img/common/icon_arrow_blue.svg") no-repeat;
  background-size: contain;
  transform: translateY(-30%) rotate(90deg);
}
#project h3 {
  font-size: 2.4rem;
  color: #333;
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
}
#project h3 span {
  display: block;
  line-height: 1.6;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
#project #sec1,
#project #sec2 {
  margin-bottom: 100px;
}
#project #sec1 .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#project #sec1 .wrapper::after {
  content: '';
  display: block;
  width: 30%;
}
#project #sec1 .block {
  width: 30%;
  margin-bottom: 30px;
}
#project #sec1 .block a {
  display: block;
  transition: opacity .3s;
}
#project #sec1 .block a:hover {
  opacity: .7;
  text-decoration: none;
}
#project #sec1 h4 {
  line-height: 1.6;
  margin-bottom: 10px;
}
#project #sec1 .pdf h4,
#project #sec1 .blank h4 {
  display: inline;
}
#project #sec1 .btn-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 50px;
  font-family: 'Noto';
  font-weight: bold;
  font-size: 1.7rem;
  color: #fff;
  background: #005593 url(../img/common/icon_arrow_white.svg) no-repeat right 10px center;
  background-size: 10px 14px;
  border: 1px solid #005593;
  box-sizing: border-box;
  transition: color .3s,background-color .3s;
  margin: 20px auto 0;
}
#project #sec1 .btn-list a:hover {
  color: #005593;
  background: #fff url(../img/common/icon_arrow_blue.svg) no-repeat right 10px center;
  background-size: 10px 14px;
  text-decoration: none;
}
#project #sec2 p {
  text-indent: 1em;
  margin-bottom: 20px;
}
#project #sec2 .wrapper {
  display: flex;
  justify-content: space-between;
}
#project #sec2 .pic {
  width: 47%;
}
#project #sec2 figcaption {
  font-size: 1.3rem;
  text-align: center;
  padding-top: 5px;
}
#project #sec3 .column {
  font-size: 1.4rem;
  line-height: 2;
  padding: 15px 25px;
  border: 1px solid #333;
  margin-top: 30px;
}

/* ---------------------------------------------------------
#information（2021.6.7小出追加）
----------------------------------------------------------*/
#information .local-nav ul {
  flex-wrap: wrap;
}
#information .local-nav a {
  width: 250px;
}
#information .local-nav-second {
  margin-top: 15px;
}
#information h2 {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.8rem;
  color: #005594;
  text-align: left;
  border-bottom: 1px solid #005594;
  margin: 60px 0 15px;  
}
#information .lead {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
#information .lead a {
  font-weight:bold;
  color: #005594;
  text-decoration: underline;
}
#information .lead a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #005594;
}

/* ---------------------------------------------------------
#special（2024.2.14小出追加）
----------------------------------------------------------*/
#special h2 {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.8rem;
  color: #005594;
  text-align: left;
  border-bottom: 1px solid #005594;
  margin: 50px 0 15px;  
}
 #special p.txt {
  margin-bottom: 50px;
}
#special .link {
  position: relative;
  align-items: center;
  width: 100%;
  background-color: #fff;
  border: 1px solid #005594;
  padding: 10px 20px;
  margin: 5px 0 15px;
  transition: color .3s,background-color .3s;
  box-sizing: border-box;
}
#special .link a{
  font-size: 1.4rem;
  font-weight: bold;
  color: #005594;
}
#special .link:hover {
  text-decoration: none;
  background-color: yellow;
}
#special .wrapper {
  display: flex;
  justify-content: space-between;
  margin: 50px 0px;
}
#special .wrapper .pic {
  flex-grow: 0;
  flex-shrink: 0;
  width: 48%;
  margin-right: 30px;
}

/* ---------------------------------------------------------
media queries
----------------------------------------------------------*/
@media screen and (max-width:768px) {

/* ---------------------------------------------------------
.home sp
----------------------------------------------------------*/
  .home header {
    width: 100%;
  }
  .home article {
    width: 100%;
  }
  .home #main {
    margin-bottom: 25px;
  }
  .home .main-txt {
    position: relative;
    bottom: inherit;
    width: 94.6vw;
    height: auto;
    background: rgba(0, 0, 0, .6);
    padding: 10px;
    margin: -6.6vw auto 0;
  }
  .home .main-txt p {
    font-size: 1.4rem;
    background: url(../img/common/icon_info.svg) no-repeat left top;
    background-size: 21px auto;
    padding-left: 25px;
  }
  
  .home .news-fb-wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  
  .home .bn-top {
    width: 300px;
    padding: 0;
    margin-bottom: 30px;
  }
  .home #news {
    width: 94.8vw;
    height: auto;
    padding: 25px 4.2%;
    box-sizing: border-box;
    margin: 0 auto 25px;
  }
  .home #news h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .home #news dl {
    display: block;
    font-size: 1.2rem;
  }
  .home #news dl:last-of-type {
    border-bottom: 1px dotted #005593;
  }
  .home #news dt {
    width: 100%;
    margin-bottom: 2px;
  }
  .home #news dd a.blank::after {
    background: url('../img/common/icon_blank_white.svg') no-repeat left top/contain;
  }
  .home #news .btn-more {
    position: relative;
    top: auto;
    right: auto;
  }
  .home #news .btn-more a {
    width: 105px;
    height: 30px;
    font-size: 1.2rem;
    margin: 15px auto 0;
  }
  
  .home .fb-box {
    margin: 0 auto 30px;
  }

/* ---------------------------------------------------------
2021.7.1 小出追加（2カラムバナー用）
----------------------------------------------------------*/
  .home .bn-top-2col {
    display: block;
    width: 300px;
    padding: 0;
    margin: 0 auto;
  }

  .home .bn-top-2col .bn-box {
    width: 100%;
    margin: 60px auto 30px;
  }

  .home .bn-top-2col .bn-box .in {
    width: 100%;
    margin: 0 auto 30px;
  }

  .home .nav-box-footer {
    width: 100%;
    background-color: #fff;
    padding: 20px 2.6vw 25px;
    box-sizing: border-box;
  }
  .home .nav-box-footer .ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-family: 'Noto';
    font-size: 1.7rem;
    color: #fff;
    background-color: #005593;
    margin-bottom: 10px;
  }  
  .home .nav-box-footer ul {
    display: flex;
    flex-flow: row-reverse;
    width: 100%;
    margin: 0 auto;
    border-left: 1px solid #d8d8d8;
    margin-bottom: 30px;
  }
  .home .nav-box-footer li a {
    position: relative;
    display: flex;
    align-items: center;
    width: 18.9vw;
    height: 233px;
    text-align: center;
    vertical-align: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: 'Noto';
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    background-size: auto 16px;
    transition: background-color .3s,color .3s;
    padding-top: 10px;
    box-sizing: border-box;
    border-right: 1px solid #d8d8d8;
  }  
  .home .nav-box-footer li a::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 11px;
    height: 20px;
    background: url(../img/common/icon_arrow_gray.svg) no-repeat center;
    background-size: contain;
    margin-left: -5px;
    transform: rotate(90deg);
  }
  .home .nav-box-footer .btn-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .home .nav-box-footer .btn-faq a {
    display: block;
    width: 46vw;
    height: 17.3vw;
    background: url(../img/common/btn_faq_index_sp.png) no-repeat;
    background-size: contain;
  }
  .home .nav-box-footer .btn-access a {
    display: block;
    width: 46vw;
    height: 17.3vw;
    background: url(../img/common/btn_access_index_sp.png) no-repeat;
    background-size: contain;
  }
  .home .nav-box-footer a:hover {
    text-decoration: none;
  }
  .home .nav-box-footer .bn a,
  .home .nav-box-footer .bn-recruit a,
  .home .nav-box-footer .bn-togaku a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 65px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    color: #005593;
    border: 1px solid #005593;
    padding-left: 20px;
    margin: 10px auto 0;
    box-sizing: border-box;
    transition: background-color .3s,color .3s;
  }
  .home .nav-box-footer .bn-link a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 10px auto 0;
    box-sizing: border-box;
  }
  .home .nav-box-footer .bn strong {
    font-size: 2rem;
    margin-left: 5px;
  }
  .home .nav-box-footer .bn a[target="_blank"],
  .home .nav-box-footer .bn-recruit a[target="_blank"],
  .home .nav-box-footer .bn-togaku a[target="_blank"] {  
    background: url(../img/common/icon_blank_blue.svg) no-repeat right 5px top 4px/16px 16px;
  }
	.home .nav-box-footer .bn.color-red a,
	.home .nav-box-footer .bn.color-red a[target="_blank"] {  
		color: #fff;
		border: 1px solid #bf1630;
		background: #bf1630 url(../img/common/icon_blank_white.svg) no-repeat right 5px top 4px/16px 16px;
	}
  .home .nav-box-footer .bn.fill-blue a,
  .home .nav-box-footer .bn.fill-blue a[target="_blank"] {
		color: #fff;
		background: #005593 url(../img/common/icon_blank_white.svg) no-repeat right 5px top 4px/16px 16px;
	}

  .home .nav-box-footer .bn a .txt-under,
  .home .nav-box-footer .bn-togaku a .txt-under {
    font-size: 1.3rem;
  }
  .home .nav-box-footer .line2 a {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.5;
    padding: 10px 20px;
  }
  .home .nav-box-footer .bn-vr a {
    position: relative;
    line-height: 1.3;
    background: none;
  }
  .home .nav-box-footer .bn-vr a:hover {
    background-image: none !important;
  }
  .home .nav-box-footer .bn-vr a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 58%;
    height: 100%;
    background: url(../img/common/bn_vr.jpg) no-repeat center;
    background-size: cover;
    transition: opacity .3s;
  }
  .home .nav-box-footer .bn-vr a::after {
    content: '';
    position: absolute;
    top: 4px;
    right: 5px;
    width: 16px;
    height: 16px;
    background: url(../img/common/icon_blank_white.svg) no-repeat;
  }
	.home .nav-box-footer .bn-connection a,
	.home .nav-box-footer .bn-connection a:hover {
		color: #fff;
		background-color: #c83838;
		border: none;
		transition: opacity .3s;
	}
  #concept h2 {
    margin-bottom: 50px;
  }
  #concept .idea {
    margin-bottom: 50px;
  }
  #concept .caption {
  width: 100%;
  line-height: 1.6;
  }
  #concept .s-image {
    margin-bottom: 45px;
  }
  #concept .s-image,
  #concept .vision {
    width: 100%;
    line-height: 1.6;
  }
  #concept .s-image li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
  }
  #concept .vision li {
    text-indent: -2.5em;
    padding-left: 2.5em;
    margin-bottom: 5px;
  }
  #concept .emblem {
    display: block;
    padding: 30px 20px;
    margin-top: 30px;
  }
  #concept .emblem::before,
  #concept .emblem::after,
  #concept .emblem .pic::before,
  #concept .emblem .pic::after {
    width: 30px;
    height: 30px;
  }
  #concept .emblem .pic {
    width: 50%;
    margin: 0 auto 20px;
  }
  #concept .emblem h3 {
    text-align: center;
  }

/* ---------------------------------------------------------
#message sp
----------------------------------------------------------*/
  #message section {
    padding-left: 4.2%;
  }
  #message h2 {
    font-size: 1.8rem;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }
  #message .pic-box {
    position: relative;  
    top: auto;
    left: auto;
    width: 180px;
    margin: 0 auto;
  }

/* ---------------------------------------------------------
#process sp
----------------------------------------------------------*/
  #process p.txt {
    margin-bottom: 30px;
  }

  #process .txt-box {
    display: block;
  }
  #process .txt-box .btn-box {
    flex-grow: 0;
    flex-shrink: 0;
    width: 90%;
    padding-top: 10px;
    margin: 0 auto;
  }
  #process .txt-box .btn-box a {
    width: 100%;
    height: 48px;
    font-size: 1.4rem;
    color: #005593;
    border: 1px solid #005593;
    border-radius: 24px;
    margin-bottom: 15px;
  }
  #process h3 {
    font-size: 1.8rem;
    color: #333;
    padding-bottom: 1px;
    border-bottom: 1px solid #000;
  }
  #process h3 span {
    display: block;
    line-height: 1.6;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  #process .wrapper {
    display: block;
    margin-bottom: 50px;
  }
  #process .wrapper .pic,
  #process .wrapper:nth-of-type(2n+1) .pic {
    width: 100%;
    margin: 0 0 20px;
  }
  #process .wrapper:nth-of-type(2n) .txt {
    width: 100%;
    margin: 0;
  }
  #process .wrapper .block3 {
    width: 100%;
  }
  #process .wrapper .block3 .pic {
    width: 80%;
  margin-bottom: 0 0 5px;
  }
  #process .chart {
    width: 100%;
    margin: 20px 0;
  }
  #process .wrapper .block {
    width: 100%;
    margin: 0 0 20px;
}


/* ---------------------------------------------------------
#about sp
----------------------------------------------------------*/
  #about #theory h3 {
    font-family: 'Noto';
    font-size: 1.5rem;
    text-align: center;
  }
  #about #theory h3 small {
    font-size: 1.1rem;
  }
  #about #theory p {
    text-align: left;
  }
  #about #base .box {
    display: block;
    padding-top: 45px;
    margin-top: 50px;
    border-top: 1px dotted #000;
  }
  #about #base .box:first-of-type {
    padding: 0;
    margin: 0;
    border: none;
  }
  #about #base h3 {
    width: 100%;
    height: 58px;
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 auto 20px;
  }
  #about #base h3::before {
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: 54px;
  }
  #about #base h3 .txt-en {
    font-size: 1.2rem;
  }
  #about #base .block {
    width: 100%;
    margin-left: 0;
  }
  #about #base .block .btn-box {
    flex-grow: 0;
    flex-shrink: 0;
    width: 90%;
    padding-top: 10px;
    margin: 0 auto;
  }
  #about #base .block .btn-box a {
    width: 100%;
    height: auto;
    font-size: 1.4rem;
    text-align:center;
    border-radius: 30px;
    padding: 5px 15px;
    margin: 30px auto 0;
    box-sizing: border-box;
  }
  #about #base h4 {
    font-size: 1.5rem;
  }
  #about #base figure {
    width: 100%;
    box-sizing: border-box;
  }
  #about #base figure + p {
    font-size: 1.2rem;
  }
	
/* ---------------------------------------------------------
#assignment sp
----------------------------------------------------------*/
  #assignment .wrapper {
    display: block;
    padding-top: 0px;
  }
  #assignment .wrapper .block {
    width: 100%;
    padding-top: 30px;
  }
  #assignment .wrapper .block:first-of-type {
    width: 100%;
    padding-top: 0px;
  }
  #assignment h3 {
    font-size: 1.8rem;
    color: #333;
    padding-bottom: 1px;
    border-bottom: 1px solid #000;
  }
  #assignment h3 span {
    display: block;
    line-height: 1.6;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }

/* ---------------------------------------------------------
#labratory sp
----------------------------------------------------------*/
  #labratory .lead {
    display: block;
  }
  #labratory .lead .block {
    width: 100%;
    padding-top: 0px;
  }
  #labratory .lead .block:nth-of-type(2n) {
    width: 100%;
    padding-top: 20px;
  }
  #labratory .link-pdf a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #005594;
    border: 1px solid #005594;
    padding: 10px;
    margin: 5px 0;
    transition: color .3s,background-color .3s;
    box-sizing: border-box;
  }
  #labratory .wrapper {
    display: block;
    padding-top: 0px;
  }
  #labratory .wrapper .block {
    width: 100%;
    padding-top: 0px;
  }
  #labratory h3 {
    font-size: 1.8rem;
    color: #333;
    padding-bottom: 1px;
    border-bottom: 1px solid #000;
  }
  #labratory h3 span {
    display: block;
    line-height: 1.6;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }

/* ---------------------------------------------------------
#career sp
----------------------------------------------------------*/  
  career p.txt {
    margin-bottom: 30px;
  }
  #career h3 {
    font-size: 1.8rem;
    color: #333;
    padding-bottom: 1px;
    border-bottom: 1px solid #000;
  }
  #career h3 span {
    display: block;
    line-height: 1.6;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    }
  #career .lead {
    display: block;
  }
  #career .lead .block {
    width: 100%;
    padding-top: 0px;
  }
  #career .lead .block:nth-of-type(2n) {
    width: 100%;
    padding-top: 20px;
  }

  #career .wrapper,
  #career .wrapper-last {
    display: block;
  }
  #career .wrapper .left h5,
  #career .wrapper-last .left h5 {
    width: 100%;
    height: 30px;
  }
  #career .wrapper .right,
  #career .wrapper-last .right {
    margin-top: 15px;
    margin-left: 0px;
  }
  #career .wrapper .block {
    width: 100%;
    margin-top: 30px;
  }
  #career .wrapper2 {
    display: block;
    margin-bottom: 30px;
  }
  #career .wrapper2 .block {
    width: 100%;
    margin-bottom: 30px;
  }

/* ---------------------------------------------------------
#edu_en sp
----------------------------------------------------------*/  
  #edu_en h3 {
    font-size: 1.8rem;
    color: #333;
    padding-bottom: 1px;
    border-bottom: 1px solid #000;
  }
  #edu_en h3 span {
    display: block;
    line-height: 1.6;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  #edu_en p.txt {
    margin-bottom: 30px;
  }
  #edu_en .wrapper {
    display: block;
    margin-bottom: 30px;
  }
  #edu_en .left-col {
    width: 100%;
    margin: 0 0 10px;
  }
  #edu_en .left-col .txt2 {
    font-size: 3rem;
  }

  #edu_en .wrapper2 {
    display: block;
    margin-bottom: 30px;
  }
  #edu_en .wrapper2 .block {
    width: 100%;
    margin-bottom: 30px;
  }
  #edu_en .wrappergc {
    display: block;
    margin-bottom: 30px;
  }
#edu_en .wrappergc .left {
    width: 100%;
    margin: 0 0 30px;
  }
#edu_en .wrappergc .right {
    width: 100%;
  }

/* ---------------------------------------------------------
#curriculum sp
----------------------------------------------------------*/
  #curriculum .wrapper {
    display: block;
    padding-top: 30px;
  }
  #curriculum .block,
  #curriculum p {
   width: 100%; 
  }
  #curriculum p {
    margin-bottom: 20px;
  }
  #curriculum figure {
    margin-bottom: 20px;
  }
  #curriculum .link-pdf a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #005594;
    border: 1px solid #005594;
    padding: 10px;
    margin: 5px 0;
    transition: color .3s,background-color .3s;
    box-sizing: border-box;
  }

/* ---------------------------------------------------------
#event sp
----------------------------------------------------------*/
  #event h3 {
    font-size: 1.8rem;
    color: #333;
    padding-bottom: 1px;
    border-bottom: 1px solid #000;
  }
  #event h3 span {
    display: block;
    line-height: 1.6;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  #event .wrapper {
    display: block;
    margin-top: 30px;
  }
  #event .wrapper .block {
    width: 100%;
    padding-top: 0px;
  }
  #event .wrapper .col3 {
    width: 100%;
    margin-bottom: 30px;
  }
  #event .btn a {
    width: 100%;
    height: auto;
    font-size: 1.6rem;
    text-align:center;
    border-radius: 30px;
    padding: 5px 15px;
    margin: 30px auto 0;
    box-sizing: border-box;
  }
  #event .slider-box {
    width: 100%;
    margin-bottom: 50px;
  }
  #event .slider {
    padding: 0 30px;
  }
  .slick-dots {
    bottom: -30px;
  }


/* ---------------------------------------------------------
#club sp
----------------------------------------------------------*/
  #club h3 {
    font-size: 1.8rem;
    color: #333;
    padding-bottom: 1px;
    border-bottom: 1px solid #000;
  }
  #club h3 span {
    display: block;
    line-height: 1.6;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  #club p.txt {
    margin-bottom: 30px;
  }
  #club p.detail {
    margin-bottom: 20px;
  }
  #club .wrapper {
    display: block;
    padding-top: 0px;
  }
  #club .wrapper .block {
    width: 100%;
    margin-bottom: 30px;
  }
  #club .wrapper .block p {
    font-size: 1.0rem;
    line-height: 1.5;
  }
  #club .wrapper .col3 {
    width: 100%;
    margin-bottom: 30px;
  }

/* ---------------------------------------------------------
#oneday sp
----------------------------------------------------------*/
  #oneday .wrapper {
    display: block;
    padding-top: 0px;
  }
  #oneday .wrapper .block {
    width: 100%;
  }
#oneday .wrapper .block h3 {
  font-size: 1.4rem;
  color: #005594;
  border-bottom: 1px solid #005594;
}
  #oneday .wrapper .block p {
    font-size: 1.0rem;
    line-height: 1.5;
  }

/* ---------------------------------------------------------
#policy sp
----------------------------------------------------------*/
  #policy .lead {
    font-size: 1.6rem;
    line-height: 2;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  #policy section ul {
    padding-bottom: 20px;
  }
  #policy section li {
    font-size: 1.4rem;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 10px;
  }
  #policy h2 {
    font-size: 1.6rem;
    margin: 20px 0 15px;  
  }
  #policy .link-pdf a {
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    color: #005594;
    border: 1px solid #005594;
    padding: 10px;
    margin: 5px 0;
    transition: color .3s,background-color .3s;
    box-sizing: border-box;
  }
  #policy .wrapper2 {
    display: block;
    margin-bottom: 30px;
  }
  #policy .wrapper2 .block {
    width: 100%;
    margin-bottom: 30px;
  }

/* ---------------------------------------------------------
#policy-new sp
----------------------------------------------------------*/
  #application .local-nav-second li,
  #admission .local-nav-second li,
  #policy .local-nav-second li,
  #policy-new .local-nav-second li,
  #status .local-nav-second li {
    margin-bottom: 10px;
  }
  #policy-new .lead {
    font-size: 1.6rem;
    line-height: 2;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  #policy-new section ul {
    padding-bottom: 20px;
  }
  #policy-new section li {
    font-size: 1.4rem;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 10px;
  }
  #policy-new h2 {
    font-size: 1.6rem;
    margin: 20px 0 15px;  
  }
  #policy-new .link-pdf a {
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    color: #005594;
    border: 1px solid #005594;
    padding: 10px;
    margin: 5px 0;
    transition: color .3s,background-color .3s;
    box-sizing: border-box;
  }
  #policy-new .wrapper2 {
    display: block;
    margin-bottom: 30px;
  }
  #policy-new .wrapper2 .block {
    width: 100%;
    margin-bottom: 30px;
  }

/* ---------------------------------------------------------
#examinfo　sp
----------------------------------------------------------*/
  #examinfo .page-nav {
    margin-bottom: 0;
  }
  #examinfo section small {
    font-size: 1.1rem;
    text-align: left;
    margin-bottom: 20px;
  }
  #examinfo table {
    display: block;
    width: 100%;
    overflow: scroll;
    border-collapse: collapse;
    margin-top: 20px;
  }
  #examinfo tbody {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  #examinfo th,
  #examinfo td {
    width: 7.0rem;
  }
  #examinfo th {
    width: 100px;
    position: -webkit-sticky;
    position: sticky;
    background-color: #fff;
    left: 0;
    z-index: 1;
  }
  #examinfo h3 {
    font-size: 1.6rem;
    color: #005594;
    border-bottom: 1px solid #005594;
    margin: 20px 0 15px;
  }
  #examinfo h4 {
    font-size: 1.3rem;
    margin-top: 20px;
  }
  #examinfo h4 .txt-gold {
    display: block;
  }
  #examinfo section p {
    line-height: 1.6;
    margin-top: 10px;
  }
  #examinfo #return table {
    display: table;
  }
  #examinfo #return tbody {
    display: inherit;
    width: 100%;
  }
  #examinfo #return td {
    width: calc(100% - 100px);
  }
  #examinfo .pdf-box {
    justify-content: space-between;
    width: 95.2vw;
    margin: 0 auto 10px;
    box-sizing: border-box;
  }
  #examinfo .txt-link-off,
  #examinfo .txt-link a {
    display: inline-flex;
    align-items: flex-start;
  }
  #examinfo .txt-link-off::before,
  #examinfo .txt-link a::before {
    margin-top: 6px;
  }
  #examinfo .link-pdf {
    width: 49%;
  }
  #examinfo .link-pdf a,
  #application .link-pdf a {
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    color: #005594;
    border: 1px solid #005594;
    padding: 10px;
    margin: 5px 0;
    transition: color .3s,background-color .3s;
    box-sizing: border-box;
  }
  #examinfo .pdf-box .link-pdf a {
    margin-right: 0;
  }

/* ---------------------------------------------------------
#application sp
----------------------------------------------------------*/
  #application h2 {
    font-size: 1.6rem;
    margin: 20px 0 15px;  
  }
  #application .caution {
    margin-top: 0;
  }

/* ---------------------------------------------------------
#admission sp
----------------------------------------------------------*/
  #admission h1 {
    height: 60px;
    font-family: 'Noto';
    font-size: 1.8rem;
  }
  #admission h2 {
    font-size: 1.6rem;
    margin: 20px 0 15px;  
  }
  #admission .caution {
    margin-top: 0;
  }

  #admission .link-pdf2 {
    width: 100%;
    border: 1px solid #005594;
    padding: 10px;
    margin: 5px 0;
    transition: color .3s,background-color .3s;
    box-sizing: border-box;
  }
  #admission .link-pdf2 a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #005594;
  }

/* ---------------------------------------------------------
#status sp
----------------------------------------------------------*/
	#status table {
		max-width: 100%;
		font-size: 1.3rem;
	}
	#status th,
	#status td {
		padding: 8px;
	}
	#status th {
		font-size: 1.4rem;
	}
	
	/* 2019年度入試概況 */
	#status .column-1 {
		width: 108px;
	}
	#status .column-2 {
		width: 60px;
	}
	#status .scroll-area {
		overflow: auto;
	}
	#status .scroll-area table {
		width:100%;
	}
	#status .scroll-area::-webkit-scrollbar {
		height: 5px; /* スクロールバーの高さ */
	}
	#status .scroll-area::-webkit-scrollbar-track {
		background: #F1F1F1; /* スクロールバーの背景色 */
	}
	#status .scroll-area::-webkit-scrollbar-thumb {
		background: #d6d6d6; /* スクロールバーの色 */
	}
	#status .scroll-area td,
	#status .scroll-area th {
		white-space: nowrap; /* 文字の折返しを禁止 */
	}

/* ---------------------------------------------------------
#facilities sp
----------------------------------------------------------*/
  #facilities h3 span {
    padding-bottom: 10px;
  }
  #facilities h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  #facilities .lead {
    text-align: left;
  }
  #facilities h4 {
    font-size: 1.6rem;
  }
  #facilities .wrapper {
    display: block;
    margin-bottom: 30px;
  }
  #facilities .wrapper .pic,
  #facilities .wrapper .txt {
    width: 100%;
  }
  #facilities .wrapper h4 {
    padding: 15px 0;
    margin-bottom: 15px;
  }
  #facilities .slider-box {
    width: 100%;
    margin-bottom: 50px;
  }
  #facilities .slider {
    padding: 0 30px;
  }
  #facilities .btn-vr a {
    font-size: 1.4rem;
  }
  .slick-dots {
    bottom: -30px;
  }

/* ---------------------------------------------------------
#facilities sp 20221027追加
----------------------------------------------------------*/
#facilities h5 {
  font-size: 1.6rem;
  line-height: 1.6;
}
#facilities h5 small {
  font-size: 1.3rem;
}

#facilities .ttl-rect-blue {
  font-size: 1.6rem;
}

#facilities .single {
  margin-bottom: 30px;
}

#facilities .double {
  display: block;
  margin-bottom: 30px;
}
#facilities .double .block,
#facilities .double .link {
  width: 100%;
}
#facilities .double .block h5 {
  margin-top: 30px;
}
#facilities .double .link img {
  display: inline-block;
  margin-bottom: 30px;
}
	
/* ---------------------------------------------------------
#uniform sp
----------------------------------------------------------*/
  #uniform p.txt {
    margin-bottom: 30px;
  }
  #uniform .wrapper {
    display: block;
    margin-bottom: 30px;
  }
  #uniform .wrapper:last-child {
    align-items: flex-end;
    margin-bottom: 0;
  }
  #uniform .wrapper p {
    width: 100%;
    margin-bottom: 20px;
  }
  #uniform .wrapper .pic1 {
    width: 80%;
    margin: 0 auto;
  }
  #uniform .wrapper .pic2 {
    width: 80%;
    margin: 0 auto 30px;
  }
  #uniform .wrapper .pic3 {
    width: 80%;
    margin: 0 auto 30px;
  }

/* ---------------------------------------------------------
#faq sp
----------------------------------------------------------*/
  #faq dt {
    font-size: 1.6rem;
    padding-right: 30px;
  }
  #faq dd {
    font-size: 1.4rem;
  }

/* ---------------------------------------------------------
#access sp
----------------------------------------------------------*/
  #access .box1 {
    display: block;
    margin-bottom: 30px;
    }
  #access .box1 .block p {
    font-size: 1.3rem;
    line-height: 1.6;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
    }
  #access .box1 .link-bus a {
    margin: 20px 0 0;
  }
  #access .wrapper {
    display: block;
  }
  #access .wrapper .block {
    width: 100%;
    padding-top: 30px;
  }
  #access .wrapper .block:first-of-type {
    width: 100%;
    padding-top: 0px;
	}

/* ---------------------------------------------------------
#sitepolicy sp
----------------------------------------------------------*/
  #sitepolicy h3 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 15px;
  }
  #sitepolicy section .txt1 {
    margin-bottom: 20px;
  }
  #sitepolicy section .ttl2 {
    padding-top: 30px;
    margin-top: 30px;
  }

/* ---------------------------------------------------------
#privacypolicy sp
----------------------------------------------------------*/
  #privacypolicy section h3 {
    font-size: 1.5rem;
  }
  #privacypolicy section ol {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }

/* ---------------------------------------------------------
#news-index sp
----------------------------------------------------------*/
  #news-index h3 {  
    font-size: 1.8rem;
  }
  #news-index .news-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 16px;
  }
  #news-index .news-header h2 {
    font-size: 1.5rem;
    color: #333;
    text-align: left;
    margin: 0;
  }
  #news-index .wrapper {
    display: block;
  }
  #news-index .left-col {
    display: none;
  }
  #news-index .right-col {
    width: 100%;
  }
  #news-index dl {
    display: block;
    font-size: 1.2rem;
  }
  #news-index dt {
    width: 100%;
    margin-bottom: 2px;
  }
  #news-index .select-bottom {
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
  }
  #news-index #pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #news-index .page-numbers {
    padding:4px 8px;
    margin: 0 3px 3px;
    line-height: 1;
  }

/* ---------------------------------------------------------
#news-detail sp
----------------------------------------------------------*/
  #news-detail .pic {
    margin-bottom: 20px;
  }
  #news-detail .date {
    text-indent: 0;
  }
  #news-detail .slider-box {
    padding: 40px 0;
  }
  #news-detail .slider-box .slide {
    height: 200px;
    margin: 0 10px;
  }
  #news-detail .slider-box li img {
    height: 100%;
    width: auto;
    max-width: 100%;
  }
  #news-detail .slick-dots {
    bottom: -30px;
    height: 20px;
  }

/* ---------------------------------------------------------
#recruit sp
----------------------------------------------------------*/
  #recruit .txt {
    font-size: 1.6rem;
  }
  #recruit .pdf-list {
    padding-top: 0;
  }

/* ---------------------------------------------------------
#connection-index sp
----------------------------------------------------------*/
	
	#connection-index .nav-cat ul {
		flex-wrap: wrap;
	}
	#connection-index .nav-cat a,
	#connection-index dt .cat,
	#connection-detail .cat {
		width: 147px;
		height: 20px;
		font-size: 1.1rem;
		margin-bottom: 10px;
	}
	#connection-index .nav-cat li {
    margin-bottom: 0;
  }
	#connection-index .nav-cat a {
		font-size: 1.1rem;
		width: 142px;
		height: 22px;
	}
  #connection-index dl {
    display: block;
    font-size: 1.2rem;
  }
  #connection-index dt {
    width: 100%;
    margin-bottom: 2px;
  }

/* ---------------------------------------------------------
#connection-detail sp
----------------------------------------------------------*/
  #connection-detail .pic {
    margin-bottom: 20px;
  }
  #connection-detail .date {
    text-indent: 0;
  }
  #connection-detail .slider-box {
    padding: 40px 0;
  }
  #connection-detail .slider-box .slide {
    height: 200px;
    margin: 0 10px;
  }
  #connection-detail .slider-box li img {
    height: 100%;
    width: auto;
    max-width: 100%;
  }
  #connection-detail .slick-dots {
    bottom: -30px;
    height: 20px;
  }

/* ---------------------------------------------------------
#english sp
----------------------------------------------------------*/
	#english #message-en {
		padding-left: 4.2%;
	}
	#english #message-en h2 {
		text-align: center;
		padding: 0;
		margin-bottom: 20px;
	}
	#english #message-en .pic-box {
		position: relative;
		top: auto;
		left: auto;
		text-align: center;
		width: 180px;
		margin: 0 auto;
	}

/* #conecpt-en*/
	#english #concept-en h2 {
		margin-bottom: 40px;
	}
	#english #concept-en h3 {
	  font-size: 2rem;
 		margin-bottom: 26px;
	}
	#english #concept-en .idea {
		margin-bottom: 50px;
	}
	#english #concept-en p,
	#english #concept-en .s-image,
	#english #concept-en .vision,
	#english #concept-en .statement {
 		width: auto;
		line-height: 1.6;
		margin: 0 auto 45px;
	}
	#english #concept-en .statement {
		margin-bottom: 0;
	}

/* #plan-en*/
	#english #plan-en h2,
	#english #plan-en h3 {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	#english #plan-en figure {
		margin-top: 0;
	}
	#english #plan-en img {
		max-width: 100%;
	}

/* #base-en*/
  #english #base-en .box {
    display: block;
    padding-top: 45px;
    margin-top: 50px;
    border-top: 1px dotted #000;
  }
  #english #base-en .box:first-of-type {
    padding: 0;
    margin: 0;
    border: none;
  }
  #english #base-en h3 {
    width: 100%;
    height: 58px;
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 auto 20px;
  }
  #english #base-en h3::before {
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: 54px;
  }
  #english #base-en .txt-en {
    font-size: 1.2rem;
  }
  #english #base-en .block {
    width: 100%;
    margin-left: 0;
  }
  #english #base-en h4 {
    font-size: 1.5rem;
  }
  #english #base-en figure {
    width: 100%;
    box-sizing: border-box;
  }
  #english #base-en figure + p {
    font-size: 1.2rem;
  }

	#english .local-nav {
		padding: 10px 0;
	}
	#english .local-nav ul {
		justify-content: space-between;
	}
	#english .local-nav a {
		font-size: 1.2rem;
	}


/* ---------------------------------------------------------
#donation sp
----------------------------------------------------------*/
#donation p {
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 2;
	margin-bottom: 20px;
}
#donation .signature {
    font-size: 1.5rem;
    line-height: 1.7;
}
#donation table {
	width: 100%;
	table-layout: fixed;
	margin: 30px 0;
}
#donation th {
  width: 100px;
	color: #fff;
	background: #22558f;
	text-align: center;
	border-bottom: 1px solid #fff;
}
#donation td {
	text-align: left;
	padding: 15px 10px;
	border: 1px solid #dcdcdc;
}
#donation h2 {
	margin-top: 50px;
}
#donation h2:nth-of-type(1) {
	margin-top: 0px;
}

#donation h3 {
	font-size: 2.0rem;
	font-weight: bold;
	color: #005593;
	margin-bottom: 20px;
}
#donation h4 {
	font-size: 1.6rem;
	color: #FFFFFF;
	text-align: center;
	background-color: #005593;
	padding: 5px 10px;
	margin-bottom: 10px;
}
#donation ol {
  list-style: none;
}
#donation li {
  font-size: 1.4rem;
  letter-spacing: .05em;
  text-indent: -1.8em;
  padding-left: 1.8em;
  margin-bottom: 10px;
}
#donation small {
    font-size: 1.2rem;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
    margin: 0;
}
#donation .btn a {
    width: 100%;
    height: auto;
    font-size: 1.6rem;
    text-align:center;
    border-radius: 30px;
    padding: 5px 15px;
    margin: 30px auto 0;
    box-sizing: border-box;
}
#donation dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 25px 0 0;
}
#donation dt {
  width: 100px;
}
#donation dd {
  width: calc(100% - 100px);
  margin-bottom: 20px;
}
#donation .inquiry {
  font-size: 1.4rem;
  line-height: 2;
}
#donation .inquiry a,
#donation p a {
  text-decoration: underline;
}
#donation .inquiry a:hover,
#donation p a:hover {
  text-decoration: none;
}
#donation .no-link a {
    text-decoration: none !important;
}

/* ---------------------------------------------------------
#tokyogakuen sp
----------------------------------------------------------*/
#tokyogakuen p {
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 2;
	margin-bottom: 20px;
}
#tokyogakuen h3 {
  margin-top: 50px;
  margin-bottom: 15px;
}
#tokyogakuen h3:nth-of-type(1) {
  margin-top: 0px;
  margin-bottom: 30px;
}
#tokyogakuen .btn a {
    width: 100%;
    height: auto;
    font-size: 1.6rem;
    text-align:center;
    border-radius: 30px;
    padding: 5px 15px;
    margin: 30px auto 0;
    box-sizing: border-box;
}


/* ---------------------------------------------------------
#project
----------------------------------------------------------*/
  #project main {
    width: 94.8vw;
    padding: 30px 0 0;
    margin: 0 auto 30px;
  }
  #project h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  #project main p {
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 20px;
  }
  #project #intro {
    margin-bottom: 50px;
  }
  #project #intro .txt-sub {
    font-size: 1.2rem;
    padding: 2px 10px;
    margin-bottom: 10px;
  }
  #project .local-nav {
    padding: 0;
    margin: 30px 0 0;
    border-top: 1px solid #005594;
    border-bottom: none;
  }
  #project .local-nav ul {
    display: block;
    justify-content: flex-start;
  }
  #project .local-nav li {
    margin: 0;
  }
  #project .local-nav li:nth-child(2) {
    margin-left: auto;
  }
  #project .local-nav a {
    width: auto !important;
    font-size: 1.3rem;
    justify-content: flex-start;
  padding: 15px 30px 15px 0;
  border: none;
    border-bottom: 1px solid #005594;
  }
  #project .local-nav li:nth-child(3) a {
  }
  #project .local-nav a::after {
    width: 10px;
    height: 14px;
    transform: translateY(-35%) rotate(90deg);
  }
  #project h3 {
    font-size: 1.8rem;
  }
  #project #sec1,
  #project #sec2 {
    margin-bottom: 50px;
  }
  #project #sec1 .wrapper {
    display: block;
  }
  #project #sec1 .block {
    width: 100%;
    margin-bottom: 30px;
  }
  #project #sec1 h4 {
    margin-bottom: 5px;
  }
  #project #sec1 .btn-list a {
    width: 200px;
    height: 46px;
    font-size: 1.4rem;
    background-size: 10px 14px;
    margin: 20px auto 0;
  }
  #project #sec2 p {
    text-indent: 1em;
    margin-bottom: 20px;
  }
  #project #sec2 .wrapper {
    display: block;
  }
  #project #sec2 .pic {
    width: 100%;
    margin-bottom: 20px;
  }
  #project #sec3 .column {
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 10px 15px;
    border: 1px solid #333;
    margin-top: 30px;
  }

/* ---------------------------------------------------------
#special sp（2024.2.14小出追加）
----------------------------------------------------------*/  

  #special h2 {
    font-size: 1.6rem;
    margin: 30px 0 15px;  
  }

  #special p.txt {
    margin-bottom: 30px;
  }
  #special .link {
    width: 100%;
    border: 1px solid #005594;
    padding: 10px;
    margin: 5px 0;
    transition: color .3s,background-color .3s;
    box-sizing: border-box;
  }
  #special .link a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #005594;
  }
  #special .wrapper {
    display: block;
    margin-bottom: 50px;
  }
  #special .wrapper .pic {
    width: 100%;
    margin: 0 0 20px;
  } 

}

