@charset "UTF-8";
/*! ==================================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
=================================================== */
/*! ==================================================
　リセットCSS
=================================================== */
div, ul, li, dl, dt, dd, table, tr, th, td, address, p {
  margin: 0;
  padding: 0; }

/*! ==================================================
　共通モジュールやパーツ
=================================================== */
a:hover {
  opacity: 0.8; }

.center {
  text-align: center; }

.font-S {
  font-size: 0.7rem; }

.font-M {
  font-size: 1.0rem; }

.font-L {
  font-size: 1.2rem; }

.alert {
  font-size: 0.9em; }

.object-fit-img {
  object-fit: contain;
  font-family: "object-fit: contain;"; }

.link {
  position: relative; }

.link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 30000; }

/* googlemap レスポンシブ*/
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.cycle-slideshow a {
  display: block; }

/* JavaScriptが有効な場合、対象を隠す */
html.enable-javascript .cycle-slideshow {
  visibility: hidden; }
html.enable-javascript .slider, html.enable-javascript .slider-spnavi {
  visibility: hidden; }

/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .cycle-slideshow {
  visibility: visible; }
html.enable-javascript.window-load .slider, html.enable-javascript.window-load .slider-spnavi {
  visibility: visible; }

input[type=radio] {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  padding: 25px 0; }

input[name=zipcode] {
  width: 150px;
  margin-bottom: 2px; }

input[type=checkbox] {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle; }

/*テーブルスクロール*/
.scroll {
  overflow: auto !important;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 30px; }

.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 15px;
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background-color: #efefef; }

.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll table {
  margin-bottom: 15px; }

.scroll2 {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 15px; }

.scroll2::-webkit-scrollbar {
  /*スクロールバーを追加しない*/
  height: 0; }

.card {
  padding: 0;
  border: none;
  margin: 0; }

.card-header {
  background: none;
  padding: 0;
  border: none;
  margin: 0; }

.card .card-header a[data-toggle="collapse"] {
  display: block; }

.card .card-header a[data-toggle="collapse"]:active,
.card .card-header a[data-toggle="collapse"]:hover,
.card .card-header a[data-toggle="collapse"]:focus {
  text-decoration: none; }

.card-body {
  padding: 10px 20px 10px;
  border-left: 5px solid #FFAE00;
  border-right: 5px solid #FFAE00;
  border-bottom: 5px solid #FFAE00;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px; }
  @media print, screen and (max-width: 767px) {
    .card-body {
      padding: 10px 10px 20px; } }

/*fuwat.js*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.flexH [class^=col] {
  display: flex;
  flex-direction: column; }

.flexH [class^=col] div {
  flex-grow: 1; }

/*スマホメニュー　上から*/
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: #fff;
  color: #000;
  text-align: left;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%; }

nav.globalMenuSp ul {
  background: #1A5CA0;
  margin: 0 auto;
  padding: 0;
  width: 100%; }

nav.globalMenuSp ul li {
  font-size: 0.8em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #fff; }

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none; }

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 0.7em 0.7em;
  text-decoration: none; }

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%); }

.navToggle {
  display: block;
  position: fixed;
  /* bodyに対しての絶対位置指定 */
  right: 13px;
  top: 12px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 3;
  background: #1A5CA0;
  text-align: center;
  border: 1px solid #fff; }

.navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 30px;
  border-bottom: solid 3px #eee;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px; }

.navToggle span:nth-child(1) {
  top: 9px; }

.navToggle span:nth-child(2) {
  top: 18px; }

.navToggle span:nth-child(3) {
  top: 27px; }

.navToggle span:nth-child(4) {
  border: none;
  color: #eee;
  font-size: 9px;
  font-weight: bold;
  top: 34px; }

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

/*$font-base:"fot-tsukuardgothic-std, sans-serif", -apple-system;
$font-bold:"fot-tsukuardgothic-std, sans-serif", -apple-system;
$font1: "fot-tsukuardgothic-std, sans-serif";*/
/*HINOカラーオレンジ*/
/*やや薄めのオレンジ*/
/*青色*/
/*うすい水色背景*/
/*緑色*/
/*うすいグリーン背景*/
/*dotカラー*/
/*濃い赤*/
/*水色*/
/*ピンク*/
/*HINOカラーオレンジ*/
/*! ==================================================
　メインのスタイル
=================================================== */
body {
  /*font-family:$font-base,-apple-system;*/
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  font-size: 1.0rem;
  color: #333;
  /*ふわっと表示*/
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal; }
  @media print, screen and (max-width: 991px) {
    body {
      font-weight: bold; } }
  body a {
    color: #333;
    text-decoration: none; }
  body a:hover {
    color: #999999; }
  body main a {
    color: #1A5CA0;
    text-decoration: underline; }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif,-apple-system; }

.red {
  color: #cc0000; }

.font-L {
  font-size: 2.4rem;
  font-weight: bold; }
  @media print, screen and (max-width: 991px) {
    .font-L {
      font-size: 1.8rem; } }

.font-M {
  font-size: 2.0rem;
  font-weight: bold; }
  @media print, screen and (max-width: 991px) {
    .font-M {
      font-size: 1.6rem; } }

.common-btn {
  font-family: fot-tsukuardgothic-std, sans-serif,-apple-system;
  margin: 30px auto;
  width: 30%; }
  @media print, screen and (max-width: 991px) {
    .common-btn {
      width: 60%; } }
  .common-btn a {
    padding: 10px 15px;
    border: 2px solid #eee;
    display: block;
    color: #fff !important;
    font-weight: bold;
    border-radius: 30px;
    background-color: #00B3B3;
    text-decoration: none;
    text-align: center; }
  .common-btn span {
    padding: 5px 15px;
    display: block;
    color: #fff !important;
    font-weight: bold;
    border-radius: 10px;
    background-color: #54a40b;
    text-decoration: none;
    text-align: center; }

.gakkabtn {
  margin-top: 50px; }

.common-btn.futuu, .common-btn.newclass2 {
  margin-top: 0 !important;
  width: 90% !important; }
  .common-btn.futuu a, .common-btn.newclass2 a {
    font-size: 1.4rem;
    padding: 20px 15px;
    border-radius: 15px;
    background-color: #0099CC !important; }
    @media print, screen and (max-width: 991px) {
      .common-btn.futuu a, .common-btn.newclass2 a {
        font-size: 1.0rem; } }

.common-btn.kokusai, .common-btn.newclass3 {
  margin-top: 0 !important;
  width: 90% !important; }
  .common-btn.kokusai a, .common-btn.newclass3 a {
    font-size: 1.4rem;
    padding: 20px 15px;
    border-radius: 15px;
    background-color: #e84179 !important; }
    @media print, screen and (max-width: 991px) {
      .common-btn.kokusai a, .common-btn.newclass3 a {
        font-size: 1.0rem; } }

.common-btn.gakusai, .common-btn.newclass1 {
  margin-top: 0 !important;
  width: 90% !important; }
  .common-btn.gakusai a, .common-btn.newclass1 a {
    font-size: 1.4rem;
    padding: 20px 15px;
    border-radius: 15px;
    background-color: #f39800 !important; }
    @media print, screen and (max-width: 991px) {
      .common-btn.gakusai a, .common-btn.newclass1 a {
        font-size: 1.0rem; } }

.common-btn2 {
  font-family: fot-tsukuardgothic-std, sans-serif,-apple-system;
  margin: 70px auto 0;
  width: 70%; }
  @media print, screen and (max-width: 991px) {
    .common-btn2 {
      margin: 30px auto 0;
      width: 80%; } }
  .common-btn2 a {
    padding: 20px 15px;
    border: 2px solid #eee;
    display: block;
    color: #fff !important;
    font-weight: bold;
    border-radius: 10px;
    background-color: #00B3B3;
    text-decoration: none;
    text-align: center;
    font-size: 1.2rem; }
    @media print, screen and (max-width: 991px) {
      .common-btn2 a {
        padding: 10px 15px; } }

.common-btn2a {
  font-family: fot-tsukuardgothic-std, sans-serif,-apple-system;
  margin: 70px auto 0;
  width: 70%; }
  @media print, screen and (max-width: 991px) {
    .common-btn2a {
      margin: 30px auto 0;
      width: 90%; } }
  .common-btn2a a {
    padding: 20px 15px;
    border: 2px solid #eee;
    display: block;
    color: #fff !important;
    font-weight: bold;
    border-radius: 10px;
    background-color: #00B3B3;
    text-decoration: none;
    text-align: center;
    font-size: 1.2rem; }
    @media print, screen and (max-width: 991px) {
      .common-btn2a a {
        padding: 10px 15px; } }

.btn-renrakuform a {
  padding: 5px 10px;
  border: 2px solid #eee;
  display: block;
  color: #fff !important;
  border-radius: 10px;
  background-color: #00B3B3;
  text-decoration: none;
  text-align: center;
  margin: 50px -15px 0;
  font-size: 0.9rem; }

.pankuzu {
  font-size: 0.9rem; }
  .pankuzu a {
    color: #c00;
    text-decoration: underline; }

.pagetop {
  position: fixed;
  bottom: 2%;
  right: 2%;
  width: 200px;
  z-index: 10000;
  font-family: fot-tsukuardgothic-std, sans-serif,-apple-system; }
  .pagetop a {
    border: 2px solid #fff;
    background-color: #1A5CA0;
    border-radius: 50%;
    text-decoration: none;
    padding: 20px 20px;
    display: block;
    color: #fff !important;
    font-size: 0.9rem;
    float: right;
    text-align: center;
    letter-spacing: 2px; }
  .pagetop a:hover {
    color: #fff !important; }

.jyunbichu {
  padding: 50px 0 100px;
  text-align: center; }

.back1 {
  padding-top: 50px;
  padding-bottom: 100px; }
  @media print, screen and (max-width: 991px) {
    .back1 {
      padding-top: 30px;
      padding-bottom: 50px; } }

.back2 {
  background-color: #e6f4f5;
  padding-top: 80px;
  padding-bottom: 100px; }
  @media print, screen and (max-width: 991px) {
    .back2 {
      padding-top: 30px;
      padding-bottom: 50px; } }

.back3 {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px; }
  @media print, screen and (max-width: 991px) {
    .back3 {
      margin-bottom: 30px; } }

.back3-1 {
  background-color: #fff;
  padding: 20px 50px;
  border-radius: 15px; }
  @media print, screen and (max-width: 991px) {
    .back3-1 {
      margin-bottom: 30px; } }

.title2 {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  width: auto;
  background-size: cover;
  background-position: center;
  color: #fff;
  line-height: 1.0;
  text-align: center;
  font-size: 2.0rem;
  text-shadow: 2px 2px 2px black; }
  .title2 span {
    font-size: 0.8rem;
    color: #fff;
    background-color: #E62A00;
    padding: 2px 10px;
    text-shadow: none; }
  @media print, screen and (max-width: 767px) {
    .title2 {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    .title2 {
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media print, screen and (min-width: 992px) and (max-width: 1199px) {
    .title2 {
      padding-top: 150px;
      padding-bottom: 150px; } }
  @media print, screen and (min-width: 1200px) {
    .title2 {
      padding-top: 150px;
      padding-bottom: 150px; } }
  @media print, screen and (min-width: 1600px) {
    .title2 {
      padding-top: 100px;
      padding-bottom: 100px; } }

table {
  margin-top: 30px;
  width: 100%;
  border: 1px solid #ccc; }
  table th {
    background-color: #1A5CA0;
    color: #fff;
    text-align: center;
    padding: 15px 5px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff; }
    @media print, screen and (max-width: 991px) {
      table th {
        font-size: 0.8rem; } }
  table td {
    padding: 15px 5px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #fff; }
    table td p {
      padding-top: 0 !important; }
    @media print, screen and (max-width: 991px) {
      table td {
        font-size: 0.8rem; } }

dl {
  border-bottom: 2px dotted #ddd; }
  dl dt {
    padding: 10px;
    color: #1A5CA0;
    margin: 0;
    font-family: fot-tsukuardgothic-std, sans-serif,-apple-system; }
  dl dd {
    margin: 0;
    padding: 10px; }

@media print, screen and (max-width: 767px) {
  dl.dl2 dt {
    padding-bottom: 0; } }
@media print, screen and (max-width: 767px) {
  dl.dl2 dd {
    padding-top: 0; } }

#pagenavi {
  font-family: fot-tsukuardgothic-std, sans-serif,-apple-system;
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: #e6f4f5; }
  @media print, screen and (max-width: 991px) {
    #pagenavi {
      display: none; } }
  #pagenavi ul {
    font-size: 0;
    text-align: center !important; }
  #pagenavi li {
    display: inline-block;
    margin-top: 20px;
    padding: 0 5px; }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #pagenavi li {
        font-size: 0.8rem; } }
    @media print, screen and (min-width: 1200px) {
      #pagenavi li {
        font-size: 0.8rem; } }
    #pagenavi li a {
      background-color: #1A5CA0;
      padding: 5px 15px;
      border-radius: 10px;
      display: block;
      color: #fff;
      text-decoration: none; }
    #pagenavi li a:hover {
      text-decoration: none; }

@media print, screen and (min-width: 992px) {
  #pagenavi-sp {
    display: none; } }
#pagenavi-sp ul {
  margin: 10px; }
  #pagenavi-sp ul li {
    list-style: none;
    padding: 0; }
    #pagenavi-sp ul li a {
      background-color: #1A5CA0;
      text-decoration: none;
      padding: 15px 5px;
      display: block;
      color: #fff;
      border: 1px solid #fff;
      font-size: 0.9rem;
      text-align: center; }
      @media print, screen and (max-width: 575px) {
        #pagenavi-sp ul li a {
          font-size: 0.7rem;
          padding: 15px 2px; } }
    #pagenavi-sp ul li a:hover {
      text-decoration: none; }

.list2 {
  width: 100%;
  margin-left: 30px;
  margin-bottom: 20px; }
  .list2 li {
    float: left;
    width: 50%;
    padding-top: 10px; }
    @media print, screen and (max-width: 767px) {
      .list2 li {
        width: 100%; } }
    .list2 li span {
      font-size: 0.8rem; }

@media print, screen and (min-width: 768px) {
  .centerbox {
    margin: auto;
    text-align: center;
    width: 130px; } }

.list2-1 {
  margin-left: 30px;
  margin-bottom: 20px; }
  .list2-1 li {
    margin: auto;
    padding-top: 10px;
    text-align: left; }
    @media print, screen and (max-width: 767px) {
      .list2-1 li {
        width: 100%; } }
    .list2-1 li span {
      font-size: 0.8rem; }

.list4 {
  margin-left: 30px;
  margin-bottom: 100px;
  width: 100%; }
  .list4 li {
    float: left;
    width: 25%;
    padding-top: 10px; }
    @media print, screen and (max-width: 767px) {
      .list4 li {
        width: 50%;
        font-size: 0.9rem; } }
    .list4 li span {
      font-size: 0.8rem; }

/*! ==================================================
　header
=================================================== */
#header-fixed {
  /*border-top:3px solid $color1;*/
  z-index: 10000;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /*メニューを上に動かす*/ }
  #header-fixed header {
    position: relative;
    /*ドロップダウンメニュー*/
    /*共通ソース*/
    /* 下矢印 */
    /*.init-bottom:after {
    	content: '';
    	display: inline-block;
    	width: 6px;
    	height: 6px;
    	margin: 0 0 0 15px;
    	border-right: 1px solid #fff;
    	border-bottom: 1px solid #fff;
    	-webkit-transform: rotate(45deg);
    	-ms-transform: rotate(45deg);
    	transform: rotate(45deg);
    }*/
    /* floatクリア */
    /*共通ソースここまで*/
    /*メガドロップダウンのソース*/
    /*メガドロップダウンのソースここまで*/ }
    #header-fixed header .headtitle {
      /*border-bottom:3px solid #e9db98;ゴールド*/
      /*border-bottom:3px solid $color3;*/
      background-color: #fff;
      height: 70px;
      padding-left: 20px;
      padding-top: 5px; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .headtitle {
          height: 70px;
          border-bottom: 5px solid #1A5CA0; } }
      #header-fixed header .headtitle .sitetitle {
        float: left;
        width: 300px;
        padding: 0;
        margin-bottom: 0; }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #header-fixed header .headtitle .sitetitle {
            width: 250px; } }
        @media print, screen and (max-width: 575px) {
          #header-fixed header .headtitle .sitetitle {
            width: 290px; } }
      #header-fixed header .headtitle .headnav {
        margin-bottom: 2px;
        float: right;
        width: 375px;
        padding-right: 5px; }
        #header-fixed header .headtitle .headnav li {
          padding: 9px 2px 0;
          list-style: none;
          float: right; }
          @media print, screen and (min-width: 992px) {
            #header-fixed header .headtitle .headnav li {
              font-size: 0.8rem; } }
          #header-fixed header .headtitle .headnav li a {
            display: block;
            padding: 10px 10px;
            border: 2px solid #eee;
            background-color: #00B3B3;
            color: #fff;
            border-radius: 10px;
            text-align: center;
            text-decoration: none;
            width: 110px; }
        @media print, screen and (max-width: 991px) {
          #header-fixed header .headtitle .headnav {
            display: none; } }
    #header-fixed header #headmenubox {
      padding: 0;
      background-color: #1A5CA0;
      border-top: 7px solid #eee;
      border-bottom: 5px solid #1A5CA0; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header #headmenubox {
          display: none; } }
    #header-fixed header .menu {
      position: relative;
      width: 100%;
      height: 50px;
      /*max-width: 1200px;*/
      margin: 0 auto; }
      #header-fixed header .menu li {
        list-style: none;
        text-align: center;
        border-right: 2px dotted #ddd; }
        #header-fixed header .menu li .sankakubox {
          position: relative; }
      #header-fixed header .menu li:first-child {
        border-left: 2px dotted #ddd; }
      #header-fixed header .menu .sankakubox:before {
        /*三角の部分*/
        content: "";
        position: absolute;
        top: 5px;
        left: 48%;
        height: 0;
        width: 0;
        /*border-top: 5px solid #e9db98;ゴールド*/
        border-top: 5px solid #1A5CA0;
        border-right: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid transparent; }
    #header-fixed header .menu > li {
      float: left;
      width: 16.66%;
      /* グローバルナビ6つの場合 */
      height: 50px;
      line-height: 50px;
      background: #fff;
      boder-top: 1px solid #eee; }
    #header-fixed header .menu > li a {
      display: block;
      color: #333;
      line-height: 1.0;
      padding: 10px;
      font-family: fot-tsukuardgothic-std, sans-serif,-apple-system; }
      #header-fixed header .menu > li a span {
        color: #1A5CA0;
        font-size: 0.7rem;
        font-weight: normal; }
    #header-fixed header .menu > li a:hover {
      color: #999; }
    #header-fixed header ul.menu__second-level {
      visibility: hidden;
      opacity: 0;
      z-index: 1; }
      #header-fixed header ul.menu__second-level li a {
        color: #fff; }
    #header-fixed header ul.menu__third-level {
      visibility: hidden;
      opacity: 0; }
    #header-fixed header ul.menu__fourth-level {
      visibility: hidden;
      opacity: 0; }
    #header-fixed header .menu > li:hover {
      background: #e6f4f5;
      -webkit-transition: all .5s;
      transition: all .5s; }
      #header-fixed header .menu > li:hover a {
        color: #1A5CA0;
        text-decoration: none; }
        #header-fixed header .menu > li:hover a span {
          color: #1A5CA0; }
    #header-fixed header .menu__second-level li {
      border-top: 1px solid #e6f4f5; }
    #header-fixed header .menu__third-level li {
      border-top: 1px solid #e6f4f5; }
    #header-fixed header .menu__second-level li a:hover {
      background: #e6f4f5; }
    #header-fixed header .menu__third-level li a:hover {
      background: #e6f4f5; }
    #header-fixed header .menu__fourth-level li a:hover {
      background: #e6f4f5; }
    #header-fixed header .menu:before,
    #header-fixed header .menu:after {
      content: " ";
      display: table; }
    #header-fixed header .menu:after {
      clear: both; }
    #header-fixed header .menu {
      *zoom: 1; }
    #header-fixed header li.menu__mega ul.menu__second-level {
      position: absolute;
      top: 40px;
      left: 0;
      box-sizing: border-box;
      width: 100%;
      padding: 20px 2%;
      background: #e6f4f5;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
    #header-fixed header li.menu__mega:hover ul.menu__second-level {
      top: 50px;
      visibility: visible;
      opacity: 1;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
    #header-fixed header li.menu__mega ul.menu__second-level > li {
      float: left;
      /*width: 25%;*/
      padding: 0 10px;
      border: none;
      text-align: left; }
      #header-fixed header li.menu__mega ul.menu__second-level > li a {
        color: #1A5CA0; }
    #header-fixed header li.menu__mega ul.menu__second-level > li:nth-child(4n+3) {
      margin: 0 0; }
  #header-fixed .is-animation1 .headtitle {
    height: 73px;
    border-bottom: 5px solid #1A5CA0; }
  #header-fixed .is-animation1 .sitetitle {
    position: abosolute;
    margin-bottom: 10px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s; }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #header-fixed .is-animation1 .sitetitle {
        width: 250px; } }
    @media print, screen and (min-width: 1200px) {
      #header-fixed .is-animation1 .sitetitle {
        width: 250px; } }
  #header-fixed .is-animation1 .sitetitle img {
    width: 300px; }
  @media print, screen and (min-width: 992px) and (max-width: 1199px) {
    #header-fixed .is-animation1 .headnav {
      display: none; } }
  #header-fixed .is-animation1 #headmenubox {
    		/*display: none;
    		visibility: hidden;
    		opacity: 1;
      		transition: opacity 0s ease 1s;*/
    /*ドロップシャドウ*/
    box-shadow: none !important;
    border-bottom: none !important;
    border-top: none !important;
    /*メガドロップソース*/ }
    #header-fixed .is-animation1 #headmenubox .menu {
      position: absolute !important;
      top: 4px !important; }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #header-fixed .is-animation1 #headmenubox .menu {
          left: 90%;
          width: 65vw;
          -webkit-transform: translate(-90%, 0);
          transform: translate(-90%, 0); } }
      @media print, screen and (min-width: 1200px) {
        #header-fixed .is-animation1 #headmenubox .menu {
          left: 65%;
          -webkit-transform: translate(-65%, 0);
          transform: translate(-65%, 0);
          width: 55vw; } }
      @media print, screen and (min-width: 1600px) {
        #header-fixed .is-animation1 #headmenubox .menu {
          left: 65%;
          -webkit-transform: translate(-65%, 0);
          transform: translate(-65%, 0);
          width: 50vw; } }
    #header-fixed .is-animation1 #headmenubox .menu li {
      border-top: none !important;
      border-left: none !important;
      white-space: nowrap; }
      #header-fixed .is-animation1 #headmenubox .menu li a {
        font-size: 0.9rem;
        width: auto !important;
        display: inline-block; }
    #header-fixed .is-animation1 #headmenubox .menu li:last-child {
      border-right: none !important; }
    #header-fixed .is-animation1 #headmenubox .menu > li {
      width: auto !important;
      /* グローバルナビ6つの場合 */
      height: 60px; }
    #header-fixed .is-animation1 #headmenubox .menu > li a {
      line-height: 1.2;
      padding: 15px 10px 0; }
      #header-fixed .is-animation1 #headmenubox .menu > li a span {
        color: #1A5CA0;
        font-size: 0.7rem;
        font-weight: normal; }
    #header-fixed .is-animation1 #headmenubox li.menu__mega ul.menu__second-level {
      margin-top: 10px; }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #header-fixed .is-animation1 #headmenubox li.menu__mega ul.menu__second-level {
          width: 60vw; } }
      @media print, screen and (min-width: 1200px) {
        #header-fixed .is-animation1 #headmenubox li.menu__mega ul.menu__second-level {
          width: 50vw; } }
      @media print, screen and (min-width: 1600px) {
        #header-fixed .is-animation1 #headmenubox li.menu__mega ul.menu__second-level {
          width: 45vw; } }
    #header-fixed .is-animation1 #headmenubox li.menu__mega ul.menu__second-level > li {
      border: none;
      text-align: left; }
      #header-fixed .is-animation1 #headmenubox li.menu__mega ul.menu__second-level > li a {
        color: #1A5CA0; }
    #header-fixed .is-animation1 #headmenubox li.menu__mega ul.menu__second-level > li:nth-child(2n+1) {
      margin: 0 0; }

/*! ==================================================
　spnavi
=================================================== */
@media print, screen and (min-width: 992px) {
  #spnavi {
    display: none; } }
#spnavi .spnavititle {
  color: #fff;
  padding: 2px 0;
  font-size: 0.8rem;
  text-align: center;
  margin-top: 10px; }
#spnavi .spnavi {
  padding: 0 10px; }
  @media print, screen and (min-width: 992px) {
    #spnavi .spnavi {
      display: none; } }
  #spnavi .spnavi li {
    list-style: none;
    padding: 5px;
    line-height: 1.2; }
    #spnavi .spnavi li a {
      display: block;
      text-align: center;
      font-size: 0.6rem;
      text-decoration: none;
      padding: 10px 0; }
      #spnavi .spnavi li a img {
        border-style: solid;
        border-width: 5px;
        border-color: #eeeeee;
        border-radius: 50%;
        background-image: -moz-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
        background-image: -webkit-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
        background-image: -ms-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: auto; }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #spnavi .spnavi li a img {
            width: 40px;
            height: 40px; } }

/*! ==================================================
　content
=================================================== */
#contenttop {
  padding-top: 150px;
  margin-top: -150px; }

/*! ==================================================
　banner
=================================================== */
#banner {
  padding-top: 30px;
  margin-top: 30px; }
  #banner li {
    list-style: none; }

/*! ==================================================
　HOME
=================================================== */
#home #headimg {
  position: relative;
  /*background:linear-gradient(180deg,#f9f8f4 0%,#f9f8f4 80%,#f0f7fa 80%,#f0f7fa 100%);*/
  padding-bottom: 20px;
  overflow: hidden;
  padding-top: 0;
  background-image: url(../img/slideback.jpg);
  background-repeat: repeat; }
  @media print, screen and (max-width: 575px) {
    #home #headimg img {
      max-width: 100%;
      /*画像中央ぞろえで必要*/
      height: 350px;
      /*画像中央ぞろえで必要*/
      object-fit: cover;
      /*画像中央ぞろえで必要*/
      margin: 0 auto;
      /*画像中央ぞろえで必要*/ } }
  @media print, screen and (max-width: 767px) {
    #home #headimg #topslide img {
      max-width: 100%;
      /*画像中央ぞろえで必要*/
      height: 350px;
      /*画像中央ぞろえで必要*/
      object-fit: cover;
      /*画像中央ぞろえで必要*/
      margin: 0 auto;
      /*画像中央ぞろえで必要*/ } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #home #headimg #topslide img {
      max-width: 100%;
      /*画像中央ぞろえで必要*/
      height: 450px;
      /*画像中央ぞろえで必要*/
      object-fit: cover;
      /*画像中央ぞろえで必要*/
      margin: 0 auto;
      /*画像中央ぞろえで必要*/ } }
  @media print, screen and (min-width: 992px) and (max-width: 1199px) {
    #home #headimg #topslide img {
      max-width: 100%;
      /*画像中央ぞろえで必要*/
      height: 550px;
      /*画像中央ぞろえで必要*/
      object-fit: cover;
      /*画像中央ぞろえで必要*/
      margin: 0 auto;
      /*画像中央ぞろえで必要*/ } }
  @media print, screen and (min-width: 1200px) {
    #home #headimg #topslide img {
      max-width: 100%;
      /*画像中央ぞろえで必要*/
      height: 750px;
      /*画像中央ぞろえで必要*/
      object-fit: cover;
      /*画像中央ぞろえで必要*/
      margin: 0 auto;
      /*画像中央ぞろえで必要*/ } }
#home .hinoism-box {
  background-color: rgba(243, 152, 0, 0.8);
  color: #fff;
  padding: 50px 5vw;
  position: absolute;
  left: 0;
  top: 2vw;
  text-align: center;
  /*ドロップシャドウ*/
  box-shadow: 0px 7px 15.2px 0.8px rgba(0, 0, 0, 0.1); }
  @media print, screen and (min-width: 1200px) {
    #home .hinoism-box {
      width: 30vw; } }
  #home .hinoism-box h2 {
    padding: 20px 0; }
    @media print, screen and (min-width: 1200px) {
      #home .hinoism-box h2 {
        font-size: 2.8rem; } }
  @media print, screen and (max-width: 991px) {
    #home .hinoism-box {
      display: none; } }
#home .hinoism-box.sp {
  background-color: rgba(243, 152, 0, 0.8);
  margin-top: 10px;
  height: 140px;
  width: 300px;
  position: absolute;
  left: 50%;
  padding: 10px 10px 20px; }
  @media print, screen and (max-width: 575px) {
    #home .hinoism-box.sp {
      top: 65%;
      -webkit-transform: translate(-50%, -65%);
      /* Safari用 */
      transform: translate(-50%, -65%); } }
  @media print, screen and (min-width: 576px) and (max-width: 767px) {
    #home .hinoism-box.sp {
      top: 20%;
      left: 0%;
      -webkit-transform: translate(0%, -20%);
      /* Safari用 */
      transform: translate(0%, -20%); } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #home .hinoism-box.sp {
      top: 20%;
      left: 0%;
      -webkit-transform: translate(0%, -20%);
      /* Safari用 */
      transform: translate(0%, -20%); } }
  #home .hinoism-box.sp h2 {
    padding: 10px 0 0;
    font-size: 1.8rem;
    line-height: 0.8; }
  #home .hinoism-box.sp p {
    padding: 0; }
  @media print, screen and (max-width: 991px) {
    #home .hinoism-box.sp {
      display: block !important; } }
  @media print, screen and (min-width: 992px) {
    #home .hinoism-box.sp {
      display: none !important; } }
#home .imgs1 {
  position: absolute;
  z-index: 20;
  /*ドロップシャドウ*/
  box-shadow: 0px 7px 15.2px 0.8px rgba(0, 0, 0, 0.1); }
  @media print, screen and (max-width: 991px) {
    #home .imgs1 {
      display: none; } }
  @media print, screen and (min-width: 992px) and (max-width: 1199px) {
    #home .imgs1 {
      bottom: 9vw;
      width: 12vw;
      left: 1vw; } }
  @media print, screen and (min-width: 1200px) {
    #home .imgs1 {
      bottom: 9vw;
      width: 12vw;
      left: 1vw; } }
  @media print, screen and (min-width: 1600px) {
    #home .imgs1 {
      bottom: 10vw;
      width: 12vw;
      left: 1vw; } }
#home .imgs2 {
  position: absolute;
  z-index: 10;
  /*ドロップシャドウ*/
  box-shadow: 0px 7px 15.2px 0.8px rgba(0, 0, 0, 0.1); }
  @media print, screen and (max-width: 991px) {
    #home .imgs2 {
      display: none; } }
  @media print, screen and (min-width: 992px) and (max-width: 1199px) {
    #home .imgs2 {
      bottom: 3vw;
      width: 12vw;
      left: 3vw; } }
  @media print, screen and (min-width: 1200px) {
    #home .imgs2 {
      bottom: 3vw;
      width: 12vw;
      left: 10vw; } }
  @media print, screen and (min-width: 1600px) {
    #home .imgs2 {
      bottom: 4vw;
      width: 12vw;
      left: 10vw; } }
#home #nyushibox .box {
  margin-top: 20px; }
  #home #nyushibox .box a {
    display: block;
    color: #000;
    border: 3px solid #cc0000;
    padding: 20px;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none; }
    #home #nyushibox .box a .pdftxt {
      text-align: center; }
    @media print, screen and (max-width: 991px) {
      #home #nyushibox .box a {
        font-size: 1.2rem; } }
#home #pickupnews {
  position: relative;
  background-color: #fff;
  padding-bottom: 20px;
  padding-top: 20px; }
  #home #pickupnews .title1 {
    border-top: 2px dotted #fff;
    border-bottom: 2px dotted #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 10px;
    margin-bottom: 0px;
    background-color: #00B3B3;
    font-size: 2.0rem;
    line-height: 1.0;
    color: #fff;
    text-align: center; }
    @media print, screen and (max-width: 991px) {
      #home #pickupnews .title1 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 1.6rem;
        line-height: 0.9; } }
    #home #pickupnews .title1 span {
      font-size: 0.7rem;
      color: #fff;
      background-color: #E62A00;
      padding: 2px 10px; }
  #home #pickupnews ul {
    padding: 5px;
    border-bottom: 10px solid #00B3B3; }
  #home #pickupnews .pickupbox {
    padding: 5px; }
    #home #pickupnews .pickupbox p {
      padding: 10px 5px;
      font-size: 0.9rem;
      color: #333;
      line-height: 1.2; }
      @media print, screen and (max-width: 991px) {
        #home #pickupnews .pickupbox p {
          font-size: 0.9rem; } }
    #home #pickupnews .pickupbox a {
      text-decoration: none; }
    #home #pickupnews .pickupbox img {
      width: 100% !important;
      height: 200px !important;
      border-radius: 5px;
      object-fit: cover;
      /* この一行を追加するだけ！ */ }
      @media print, screen and (max-width: 991px) {
        #home #pickupnews .pickupbox img {
          height: 150px !important; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #home #pickupnews .pickupbox img {
          height: 200px !important; } }
#home .instagram-pc {
  margin-bottom: 20px; }
  @media print, screen and (max-width: 991px) {
    #home .instagram-pc {
      display: none; } }
#home .instagram-sp {
  margin-bottom: 20px; }
  @media print, screen and (min-width: 992px) {
    #home .instagram-sp {
      display: none; } }
#home #homenews {
  position: relative;
  padding: 0 0 20px;
  background-color: #eef6f8;
  background-image: url(../img/back01.jpg);
  background-position: bottom;
  background-repeat: no-repeat; }
  #home #homenews .title1 {
    border-top: 2px dotted #fff;
    border-bottom: 2px dotted #fff;
    padding-top: 30px;
    margin-top: 0;
    margin-bottom: 20px;
    background-color: #1A5CA0;
    line-height: 1.0;
    color: #fff;
    text-align: center;
    font-size: 2.0rem; }
    @media print, screen and (max-width: 991px) {
      #home #homenews .title1 {
        margin-top: 0px;
        font-size: 1.6rem;
        line-height: 0.9; } }
    #home #homenews .title1 span {
      font-size: 0.7rem;
      color: #fff;
      background-color: #E62A00;
      padding: 2px 10px; }
#home #homenews h2 {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 30px; }
#home #txtbox {
  background-color: #1A5CA0;
  padding: 30px 0 30px;
  margin-top: 20px; }
  #home #txtbox .txt1 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: fot-tsukuardgothic-std, sans-serif,-apple-system;
    color: #fff; }
    @media print, screen and (max-width: 991px) {
      #home #txtbox .txt1 {
        font-size: 1.2rem; } }
#home #homegakka {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 30px; }
  @media print, screen and (min-width: 768px) {
    #home #homegakka {
      background-image: url(../img/back02.jpg);
      background-repeat: repeat-x;
      background-position: bottom; } }
  #home #homegakka .gakkabox {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    margin-right: -5px;
    margin-left: -5px;
    /*h3:after{
    	content:" ＞ ";
    	position:absolute;
    	right:5%;
    	top:35%;
    	
    }*/ }
    #home #homegakka .gakkabox a {
      position: relative;
      z-index: 100;
      display: block; }
    #home #homegakka .gakkabox a:hover {
      opacity: 1; }
    #home #homegakka .gakkabox a {
      overflow: hidden;
      display: block; }
      #home #homegakka .gakkabox a img {
        -moz-transition: -moz-transform 0.2s linear;
        -webkit-transition: -webkit-transform 0.2s linear;
        -o-transition: -o-transform 0.2s linear;
        -ms-transition: -ms-transform 0.2s linear;
        transition: transform 0.2s linear;
        object-fit: cover;
        width: 100%; }
      #home #homegakka .gakkabox a img:hover {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
    #home #homegakka .gakkabox h3 {
      font-size: 1.2rem;
      padding: 10px 15px 25px;
      position: absolute;
      left: 0;
      top: 15px;
      color: #fff;
      text-align: center;
      width: 100%;
      line-height: 1.0;
      margin-bottom: 0;
      z-index: 300; }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #home #homegakka .gakkabox h3 {
          font-size: 1.0rem; } }
      #home #homegakka .gakkabox h3 > span {
        display: inline-block;
        padding: 15px;
        width: 80%;
        line-height: 1.0; }
      #home #homegakka .gakkabox h3 span.en {
        line-height: 0.5;
        display: inline-block;
        font-weight: normal;
        white-space: nowrap;
        font-size: 0.8rem; }
      @media print, screen and (max-width: 991px) {
        #home #homegakka .gakkabox h3 {
          top: 15%;
          font-size: 1.2rem;
          line-height: 1.0;
          padding: 20px 5px 15px; }
          #home #homegakka .gakkabox h3 span.en {
            font-size: 0.7rem; } }
  #home #homegakka .gakkabox.gakusai {
    box-sizing: border-box;
    border: 5px solid #f39800; }
    #home #homegakka .gakkabox.gakusai h3 > span {
      background-color: #f39800;
      background-color: rgba(243, 152, 0, 0.8); }
    #home #homegakka .gakkabox.gakusai .yajirushi {
      background-color: #f39800;
      color: #fff;
      padding: 15px 18px;
      position: absolute;
      right: 0;
      bottom: 0;
      display: inline-block;
      width: 50px;
      height: 50px; }
  #home #homegakka .gakkabox.futuuka {
    box-sizing: border-box;
    border: 5px solid #0099CC; }
    #home #homegakka .gakkabox.futuuka h3 > span {
      background-color: #0099CC;
      background-color: rgba(0, 153, 204, 0.8); }
    #home #homegakka .gakkabox.futuuka .yajirushi {
      background-color: #0099CC;
      color: #fff;
      padding: 15px 18px;
      position: absolute;
      right: 0;
      bottom: 0;
      display: inline-block;
      width: 50px;
      height: 50px; }
  #home #homegakka .gakkabox.kokusaika {
    box-sizing: border-box;
    border: 5px solid #e84179; }
    #home #homegakka .gakkabox.kokusaika h3 > span {
      background-color: #e84179;
      background-color: rgba(232, 65, 121, 0.8); }
    #home #homegakka .gakkabox.kokusaika .yajirushi {
      background-color: #e84179;
      color: #fff;
      padding: 15px 18px;
      position: absolute;
      right: 0;
      bottom: 0;
      display: inline-block;
      width: 50px;
      height: 50px; }

/*! ==================================================
　#aboutv
=================================================== */
#about {
  overflow: hidden; }
  #about h2.title2 {
    background-image: url(../img/about_headimg.jpg) !important; }
  #about .title3 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 25px;
    padding-bottom: 35px;
    line-height: 1.0;
    color: #1A5CA0;
    text-align: center;
    font-size: 2.0rem; }
    @media print, screen and (max-width: 991px) {
      #about .title3 {
        margin-top: 15x;
        margin-bottom: 10px;
        font-size: 1.8rem; } }
    #about .title3 span {
      font-size: 0.8rem;
      color: #fff;
      background-color: #00B3B3;
      padding: 2px 10px; }
  #about .title4 {
    text-align: center; }
    #about .title4 span {
      font-size: 1.0rem;
      padding: 5px 10px;
      background-color: #E62A00;
      color: #fff;
      display: inline-block; }
  @media print, screen and (max-width: 991px) {
    #about p.txt {
      font-size: 1.2rem !important; } }
  #about .title5 {
    border-top: 5px dotted #ccdbd4;
    padding-top: 50px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px;
    font-size: 1.8rem; }
    #about .title5 span {
      border-bottom: 2px solid #f39800;
      padding-bottom: 5px;
      display: inline-block; }
    #about .title5 a {
      font-size: 1.2rem; }
    @media print, screen and (max-width: 991px) {
      #about .title5 {
        margin-top: 50px;
        padding-top: 30px;
        margin-bottom: 30px;
        font-size: 1.4rem; } }
  #about .title6 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px; }
    #about .title6 span {
      background-color: #E62A00;
      color: #fff;
      border-radius: 10px;
      padding: 5px 15px; }
  #about #aisatsu p {
    padding-top: 30px; }
  #about #aisatsu .photo {
    margin-top: 30px;
    margin-bottom: 15px !important;
    display: block; }
  #about #schoolplan p.txt {
    font-family: fot-tsukuardgothic-std, sans-serif,-apple-system;
    text-align: center;
    font-size: 1.6rem;
    margin-top: 50px;
    font-weight: bold; }
  #about #schoolplan ul, #about #schoolplan ol {
    margin: 20px 10px 20px 25px; }
    #about #schoolplan ul li, #about #schoolplan ol li {
      padding-top: 15px; }
  @media print, screen and (max-width: 991px) {
    #about #hyouka .common-btn2 {
      margin: 20px auto 0 !important; } }

/*! ==================================================
　#features
=================================================== */
#features {
  padding-bottom: 50px; }
  #features .comingsoon {
    padding: 50px;
    text-align: center; }
  #features h2.title2 {
    background-image: url(../img/features_headimg.jpg) !important; }
  #features .img {
    margin: 50px auto;
    max-width: 1000px; }
  #features #pagenavi {
    background-color: #fff;
    padding-bottom: 0; }
    @media print, screen and (max-width: 991px) {
      #features #pagenavi {
        display: block !important; } }
    #features #pagenavi ul {
      margin: 0 10px; }
      @media print, screen and (max-width: 575px) {
        #features #pagenavi ul {
          margin: 0; } }
    #features #pagenavi li.futuu a {
      background-color: #0099CC !important; }
    #features #pagenavi li.kokusai a {
      background-color: #e84179 !important; }
    #features #pagenavi li.gakusai a {
      background-color: #f39800 !important; }
    #features #pagenavi li.newclass2 a {
      background-color: #0099CC !important; }
    #features #pagenavi li.newclass3 a {
      background-color: #e84179 !important; }
    #features #pagenavi li.newclass1 a {
      background-color: #f39800 !important; }
    #features #pagenavi li {
      display: inline-block;
      font-size: 1.0rem;
      padding: 0 5px; }
      @media print, screen and (max-width: 575px) {
        #features #pagenavi li {
          font-size: 0.8rem; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #features #pagenavi li {
          font-size: 1.0rem; } }
      @media print, screen and (min-width: 1200px) {
        #features #pagenavi li {
          font-size: 1.2rem; } }
      #features #pagenavi li a {
        padding: 10px;
        border-radius: 0 !important;
        border-top-right-radius: 10px !important;
        border-top-left-radius: 10px !important;
        color: #fff; }
        @media print, screen and (max-width: 575px) {
          #features #pagenavi li a {
            height: 60px; } }
  #features .title3 {
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1.0;
    color: #fff;
    text-align: center;
    font-size: 2.0rem; }
    @media print, screen and (max-width: 991px) {
      #features .title3 {
        margin-top: 15x;
        margin-bottom: 10px; } }
    #features .title3 span {
      font-size: 0.8rem;
      color: #fff;
      background-color: #00B3B3;
      padding: 2px 10px; }
  #features .title3.futuu, #features .title3.newclass2 {
    background-color: #0099CC; }
  #features .title3.kokusai, #features .title3.newclass3 {
    background-color: #e84179; }
  #features .title3.gakusai, #features .title3.newclass1 {
    background-color: #f39800; }
  #features .title4a {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 20px;
    color: #00B3B3;
    padding: 20px 10px;
    position: relative;
    font-size: 1.8rem; }
    @media print, screen and (max-width: 767px) {
      #features .title4a {
        margin-top: 50px;
        margin-bottom: 10px; } }
  #features .title4 {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 20px;
    background-color: #00B3B3;
    color: #fff;
    padding: 20px 10px;
    position: relative; }
    @media print, screen and (max-width: 767px) {
      #features .title4 {
        margin-top: 50px;
        margin-bottom: 10px; } }
  #features .title4 span:after {
    content: "▼";
    position: absolute;
    top: 83%;
    left: 49%;
    color: #00B3B3;
    display: block; }
    @media print, screen and (max-width: 767px) {
      #features .title4 span:after {
        left: 47%; } }
  #features .title5 {
    color: #1A5CA0;
    margin-top: 50px;
    text-align: center;
    font-size: 1.6rem;
    text-align: center; }
    @media print, screen and (max-width: 767px) {
      #features .title5 {
        margin-top: 30px;
        font-size: 1.4rem; } }
    #features .title5 span {
      display: inline-block;
      border-bottom: 2px solid #FFAE00;
      padding-bottom: 20px; }
  #features p.title6 {
    font-weight: bold; }
  #features .title6 {
    border-top: 5px dotted #ccdbd4;
    padding-top: 50px !important;
    margin-top: 50px !important;
    font-size: 1.6rem;
    color: #1A5CA0;
    text-align: center; }
    #features .title6 span {
      display: inline-block;
      border: 2px solid #1A5CA0;
      padding: 10px 20px !important; }
      @media print, screen and (max-width: 991px) {
        #features .title6 span {
          font-size: 1.4rem; } }
  #features .title7 {
    font-size: 1.6rem;
    margin-top: 30px;
    text-align: center;
    color: #00B3B3; }
  #features .title8 {
    background-color: #E62A00;
    margin-top: 50px;
    text-align: center;
    padding: 5px;
    font-size: 1.6rem;
    text-align: center;
    color: #fff; }
    @media print, screen and (max-width: 767px) {
      #features .title8 {
        margin-top: 30px;
        font-size: 1.4rem; } }
    #features .title8 span {
      display: inline-block;
      border-bottom: 2px solid #FFAE00;
      padding-bottom: 20px; }
  #features .kyotu-txt {
    padding-top: 50px;
    font-size: 1.8rem;
    color: #1A5CA0; }
  #features .kyotu-list {
    margin: 20px; }
    #features .kyotu-list li {
      padding-top: 10px; }
  #features .kateitxt {
    margin-top: 50px; }
  #features .contentbox p {
    padding-top: 15px; }
  @media print, screen and (min-width: 992px) {
    #features .contentbox {
      width: 80%;
      margin: auto; } }
  #features .contentbox span {
    color: #e84179;
    font-size: 1.1rem;
    font-weight: bold; }
  #features .photo {
    text-align: center;
    margin-top: 30px; }
    #features .photo img {
      border-radius: 5px;
      width: 100% !important;
      height: 200px !important;
      object-fit: cover;
      /* この一行を追加するだけ！ */ }
      @media print, screen and (max-width: 991px) {
        #features .photo img {
          height: 250px !important; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #features .photo img {
          height: 200px !important; } }
  @media print, screen and (max-width: 767px) {
    #features .photo2 img {
      height: 130px !important; } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #features .photo2 img {
      height: 250px !important; } }
  #features .eventbox p {
    padding-top: 15px; }
  @media print, screen and (min-width: 992px) {
    #features .eventbox .photo {
      width: 80%;
      margin: 30px auto 0; } }
  #features .eventbox .eventphoto {
    margin: 0 10px; }
  @media print, screen and (min-width: 992px) {
    #features .tokucho ul {
      margin-top: 30px; } }
  #features .tokucho ul li {
    margin-left: 40px;
    margin-top: 15px; }
    @media print, screen and (max-width: 767px) {
      #features .tokucho ul li {
        margin-left: 20px; } }
  #features .tokucho .tokuchophoto {
    margin: 30px auto;
    text-align: center; }
    #features .tokucho .tokuchophoto img {
      border-radius: 5px;
      width: 50%; }
      @media print, screen and (max-width: 767px) {
        #features .tokucho .tokuchophoto img {
          width: 80%; } }
  #features #kokusaika .tokuchophoto1 {
    margin: 30px auto;
    text-align: center; }
    #features #kokusaika .tokuchophoto1 img {
      border-radius: 5px;
      width: 70%; }
      @media print, screen and (max-width: 767px) {
        #features #kokusaika .tokuchophoto1 img {
          width: 80%; } }
  #features #kokusaika .tokuchophoto2 {
    margin: 30px auto;
    text-align: center; }
    #features #kokusaika .tokuchophoto2 img {
      border-radius: 5px;
      width: 90%;
      margin-bottom: 30px; }
      @media print, screen and (max-width: 767px) {
        #features #kokusaika .tokuchophoto2 img {
          width: 80%; } }
  #features #kokusaika .box1 {
    margin-top: 50px; }
  #features #kokusaika .softskill {
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #e6f4f5;
    border-radius: 15px;
    padding: 20px 15px 20px; }
    #features #kokusaika .softskill ul.skill {
      margin-left: 35px !important; }
    #features #kokusaika .softskill li {
      padding-top: 15px; }
    #features #kokusaika .softskill span {
      color: #e84179;
      font-weight: bold;
      font-size: 1.2rem; }
    #features #kokusaika .softskill h5 {
      text-align: center;
      margin-bottom: 10px; }
      #features #kokusaika .softskill h5 span {
        display: inline-block;
        background-color: #00B3B3;
        color: #fff;
        padding: 5px;
        font-size: 1.4rem !important; }
        @media print, screen and (max-width: 767px) {
          #features #kokusaika .softskill h5 span {
            font-size: 1.2rem !important; } }
  #features #kokusaika p {
    padding-top: 15px; }
  #features #kokusaika ul {
    margin-left: 25px;
    margin-bottom: 30px; }
    @media print, screen and (max-width: 767px) {
      #features #kokusaika ul {
        margin-left: 15px; } }
  #features #kokusaika dl dt {
    padding-top: 15px;
    padding-bottom: 0; }
  #features #kokusaika dl dd {
    padding-top: 0; }
  #features #kokusaika .sinroquestion {
    font-size: 2.0rem;
    font-weight: bold;
    color: #ff0000; }
    @media print, screen and (max-width: 767px) {
      #features #kokusaika .sinroquestion {
        font-size: 1.6rem; } }

/*! ==================================================
　#schoollife
=================================================== */
#schoollife h2.title2 {
  background-image: url(../img/schoollife_headimg.jpg) !important; }
#schoollife .title3 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #00B3B3;
  color: #fff;
  padding: 20px 10px;
  position: relative; }
  @media print, screen and (max-width: 767px) {
    #schoollife .title3 {
      margin-top: 10px;
      margin-bottom: 10px; } }
#schoollife .title3 span:after {
  content: "▼";
  position: absolute;
  top: 83%;
  left: 49%;
  color: #00B3B3;
  display: block; }
  @media print, screen and (max-width: 767px) {
    #schoollife .title3 span:after {
      left: 47%; } }
#schoollife #yearevent table {
  margin-top: 50px; }
  #schoollife #yearevent table th {
    width: 15%;
    padding: 30px 15px; }
    @media print, screen and (max-width: 991px) {
      #schoollife #yearevent table th {
        padding: 15px; } }
  #schoollife #yearevent table td {
    padding: 30px 15px;
    font-size: 1.0rem; }
    @media print, screen and (max-width: 991px) {
      #schoollife #yearevent table td {
        padding: 15px; } }
    #schoollife #yearevent table td ul {
      padding-left: 15px; }
      #schoollife #yearevent table td ul li {
        width: auto;
        float: left;
        text-align: left;
        margin-left: 15px;
        padding-right: 25px; }
#schoollife #club table {
  margin-top: 50px; }
  #schoollife #club table th {
    width: 30%; }
    @media print, screen and (max-width: 991px) {
      #schoollife #club table th {
        width: 15%; } }
  #schoollife #club table th.clubtitle {
    font-size: 1.4rem !important; }
  #schoollife #club table td {
    width: 70%;
    font-size: 1.2rem; }
    @media print, screen and (max-width: 991px) {
      #schoollife #club table td {
        width: 85%; } }
  #schoollife #club table a {
    display: block;
    text-decoration: none; }
#schoollife #club .clublisttxt {
  text-align: center;
  padding-top: 30px; }
#schoollife #club .photo {
  padding-top: 30px; }
#schoollife #club .backbtn {
  margin-top: 80px; }
#schoollife #festival h4 {
  border-top: 5px dotted #ddd;
  padding-top: 50px;
  text-align: center;
  margin-top: 50px; }
  #schoollife #festival h4 span {
    display: inline-block;
    background-color: #e84179;
    padding: 10px 20px;
    text-align: center;
    color: #fff; }
  @media print, screen and (max-width: 991px) {
    #schoollife #festival h4 {
      font-size: 1.2rem; } }
#schoollife #festival p {
  padding-top: 15px; }
#schoollife #festival .photobox {
  margin: 15px; }
  #schoollife #festival .photobox .photo {
    text-align: center;
    margin-top: 30px; }
    #schoollife #festival .photobox .photo img {
      border-radius: 5px;
      width: 100% !important;
      height: 200px !important;
      object-fit: cover;
      /* この一行を追加するだけ！ */ }
      @media print, screen and (max-width: 767px) {
        #schoollife #festival .photobox .photo img {
          height: 130px !important; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #schoollife #festival .photobox .photo img {
          height: 200px !important; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #schoollife #festival .photobox .photo img {
          height: 200px !important; } }
#schoollife #geshuku h4 {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  color: #1A5CA0; }
  @media print, screen and (max-width: 991px) {
    #schoollife #geshuku h4 {
      font-size: 1.2rem; } }
#schoollife #geshuku p {
  padding-top: 15px; }

/*! ==================================================
　#hinoquest
=================================================== */
#hinoquest .back2 {
  padding: 0 20px 50px; }
  @media print, screen and (max-width: 767px) {
    #hinoquest .back2 {
      padding: 0 10px 50px; } }
#hinoquest h2.title2 {
  background-image: url(../img/hinoquest_headimg.jpg) !important; }
#hinoquest .title3 {
  margin-top: 50px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1A5CA0;
  line-height: 1.0;
  color: #fff;
  text-align: center;
  font-size: 2.0rem; }
  @media print, screen and (max-width: 991px) {
    #hinoquest .title3 {
      margin-top: 10px;
      padding-top: 15x;
      padding-bottom: 30px;
      font-size: 1.6rem; } }
#hinoquest .cnttxt {
  display: inline-block;
  background-color: #FFAE00;
  padding: 5px 15px;
  color: #fff;
  margin-right: 20px; }
#hinoquest .photo {
  margin-top: 30px; }
  #hinoquest .photo img {
    width: 100% !important;
    object-fit: cover;
    /* この一行を追加するだけ！ */ }
    @media print, screen and (max-width: 767px) {
      #hinoquest .photo img {
        height: 200px !important; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #hinoquest .photo img {
        height: 300px !important; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #hinoquest .photo img {
        height: 300px !important; } }
    @media print, screen and (min-width: 1200px) {
      #hinoquest .photo img {
        height: 240px !important; } }
    @media print, screen and (min-width: 1600px) {
      #hinoquest .photo img {
        height: 270px !important; } }
#hinoquest h4 {
  margin-top: 30px;
  margin-bottom: 30px; }
#hinoquest .hinobox {
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  padding: 20px; }
  @media print, screen and (min-width: 992px) {
    #hinoquest .hinobox {
      width: 48%;
      margin: 30px auto 0; } }
  @media print, screen and (max-width: 991px) {
    #hinoquest .hinobox {
      margin-top: 30px; } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #hinoquest .hinobox .photo {
      width: 50%;
      float: left; } }
  @media print, screen and (min-width: 1200px) {
    #hinoquest .hinobox .photo {
      width: 50%;
      float: left; } }
@media print, screen and (min-width: 992px) {
  #hinoquest .hinobox.float-none {
    width: 99%; } }
@media print, screen and (min-width: 768px) and (max-width: 991px) {
  #hinoquest .hinobox.float-none .photo {
    width: 50%;
    float: left; } }
@media print, screen and (min-width: 992px) and (max-width: 1199px) {
  #hinoquest .hinobox.float-none .photo {
    width: 33.3%;
    float: left; } }
@media print, screen and (min-width: 1200px) {
  #hinoquest .hinobox.float-none .photo {
    width: 25%;
    float: left; } }
@media print, screen and (min-width: 992px) {
  #hinoquest .hinobox:not(.box1) {
    margin-top: 80px !important; } }
#hinoquest #kokusaikaigi {
  padding: 20px; }
  #hinoquest #kokusaikaigi .txt1 {
    color: #E62A00;
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: bold !important;
    text-align: center;
    font-size: 1.8rem; }
    @media print, screen and (max-width: 991px) {
      #hinoquest #kokusaikaigi .txt1 {
        font-size: 1.4rem; } }
  #hinoquest #kokusaikaigi .setumei {
    margin-bottom: 50px; }
  #hinoquest #kokusaikaigi .imgbox {
    margin: 30px auto; }

/*! ==================================================
　#qa
=================================================== */
#qa {
  padding-bottom: 80px; }
  #qa .back1 {
    padding-bottom: 0; }
  #qa h2.title2 {
    background-image: url(../img/qa_headimg.jpg) !important; }
  #qa .title3 {
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1.0;
    color: #1A5CA0;
    text-align: center;
    font-size: 2.0rem; }
    @media print, screen and (max-width: 991px) {
      #qa .title3 {
        margin-bottom: 50px;
        padding-bottom: 10px;
        font-size: 1.6rem; } }
    #qa .title3 span {
      font-size: 0.8rem;
      color: #fff;
      background-color: #00B3B3;
      padding: 2px 10px; }
  #qa .qabox p {
    font-size: 1.2rem;
    padding-top: 15px; }
  #qa .qabox ul {
    margin: 30px; }
    #qa .qabox ul li {
      padding-top: 15px;
      font-size: 1.2rem; }
  #qa .qabox table td {
    text-align: left;
    padding: 10px; }
  #qa .qabox h4 a {
    background-color: #e6f4f5;
    text-decoration: none;
    padding: 15px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); }
    @media print, screen and (max-width: 991px) {
      #qa .qabox h4 a {
        font-size: 1.2rem; } }
  #qa .qabox h4 i {
    display: inline-block;
    color: #FFAE00 !important; }
    @media print, screen and (max-width: 991px) {
      #qa .qabox h4 i {
        float: left;
        width: 10%;
        font-size: 1.2rem; } }
  #qa .qabox h4 span {
    display: inline-block; }
    @media print, screen and (max-width: 991px) {
      #qa .qabox h4 span {
        width: 90%; } }
  #qa .qabox .closelink {
    text-align: center;
    margin: 10px 0 10px; }
  #qa .photobox {
    margin: 15px; }
    #qa .photobox .photo {
      text-align: center;
      margin-top: 30px; }
      #qa .photobox .photo img {
        border-radius: 5px;
        width: 100% !important;
        height: 200px !important;
        object-fit: cover;
        /* この一行を追加するだけ！ */ }
        @media print, screen and (max-width: 767px) {
          #qa .photobox .photo img {
            height: 130px !important; } }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #qa .photobox .photo img {
            height: 180px !important; } }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #qa .photobox .photo img {
            height: 200px !important; } }

/*! ==================================================
　#access
=================================================== */
#access h2.title2 {
  background-image: url(../img/access_headimg.jpg) !important; }
#access .title3 {
  padding-top: 10px;
  margin-top: 80px;
  padding-bottom: 30px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.0;
  color: #1A5CA0;
  text-align: center;
  font-size: 2.0rem; }
  @media print, screen and (max-width: 991px) {
    #access .title3 {
      margin-top: 15x;
      padding-bottom: 10px;
      font-size: 1.4rem; } }
  #access .title3 span {
    border: 2px solid #1A5CA0;
    padding: 2px 10px; }
#access #accessbox {
  padding-bottom: 50px; }
  #access #accessbox h4 {
    text-align: center;
    margin-top: 20px; }
    @media print, screen and (max-width: 991px) {
      #access #accessbox h4 {
        font-size: 1.2rem; } }
  #access #accessbox address {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 50px; }
  #access #accessbox .gmap {
    margin-top: 30px; }
  #access #accessbox dl {
    padding: 0 !important;
    margin-top: 20px;
    margin-bottom: 0 !important; }
    #access #accessbox dl dt {
      font-size: 1.4rem;
      margin-top: 0 !important;
      padding-top: 0 !important; }
      @media print, screen and (max-width: 991px) {
        #access #accessbox dl dt {
          font-size: 1.2rem;
          text-align: center; } }
    #access #accessbox dl dd {
      padding-bottom: 30px; }
      #access #accessbox dl dd ul {
        margin-left: 15px; }

/*! ==================================================
　#pta
=================================================== */
#pta h2.title2 {
  background-image: url(../img/pta_headimg.jpg) !important; }
#pta .title3 {
  padding-top: 10px;
  margin-top: 50px;
  padding-bottom: 30px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.0;
  color: #1A5CA0;
  text-align: center;
  font-size: 2.0rem; }
  @media print, screen and (max-width: 991px) {
    #pta .title3 {
      margin-top: 15x;
      padding-bottom: 10px;
      font-size: 1.4rem; } }
  #pta .title3 span {
    border: 2px solid #1A5CA0;
    padding: 2px 10px; }
#pta .btn_soukaipdf {
  font-family: fot-tsukuardgothic-std, sans-serif,-apple-system;
  margin: 70px auto 70px;
  width: 70% !important; }
  @media print, screen and (max-width: 991px) {
    #pta .btn_soukaipdf {
      margin: 30px auto 0;
      width: 80%; } }
  #pta .btn_soukaipdf a {
    padding: 20px 15px;
    border: 2px solid #eee;
    display: block !important;
    color: #000 !important;
    font-weight: bold;
    border-radius: 10px;
    background-color: #efefef;
    text-decoration: none;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.0; }
    @media print, screen and (max-width: 991px) {
      #pta .btn_soukaipdf a {
        padding: 10px 15px; } }
  #pta .btn_soukaipdf span {
    font-size: 1.2rem; }
#pta #ptabox p {
  padding-top: 15px; }
#pta #ptabox ul {
  margin: 30px 20px 20px; }
#pta #ptabox .photobox {
  margin: 15px; }
  #pta #ptabox .photobox .photo {
    text-align: center;
    margin-top: 30px; }
    #pta #ptabox .photobox .photo img {
      border-radius: 5px;
      width: 100% !important;
      height: 200px !important;
      object-fit: cover;
      /* この一行を追加するだけ！ */ }
      @media print, screen and (max-width: 767px) {
        #pta #ptabox .photobox .photo img {
          height: 130px !important; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #pta #ptabox .photobox .photo img {
          height: 180px !important; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #pta #ptabox .photobox .photo img {
          height: 200px !important; } }

#pta.ptasoukai {
  padding-bottom: 50px; }
  #pta.ptasoukai .btn_soukaipdf {
    font-family: fot-tsukuardgothic-std, sans-serif,-apple-system;
    margin: 40px auto 0 !important;
    width: 70% !important; }
    @media print, screen and (max-width: 991px) {
      #pta.ptasoukai .btn_soukaipdf {
        margin: 30px auto 0;
        width: 80%; } }
    #pta.ptasoukai .btn_soukaipdf a {
      padding: 20px 15px;
      border: 2px solid #eee;
      display: block !important;
      color: #000 !important;
      font-weight: bold;
      border-radius: 10px;
      background-color: #efefef;
      text-decoration: none;
      text-align: center;
      font-size: 2.4rem;
      line-height: 1.0; }
      @media print, screen and (max-width: 991px) {
        #pta.ptasoukai .btn_soukaipdf a {
          padding: 10px 15px; } }
    #pta.ptasoukai .btn_soukaipdf span {
      font-size: 1.2rem; }

/*! ==================================================
　#furusatonouzei
=================================================== */
#furusatonouzei p {
  padding-top: 15px; }
#furusatonouzei h2.title2 {
  background-image: url(../img/furusatonouzei_headimg.jpg) !important; }
#furusatonouzei .title3 {
  padding-top: 30px;
  margin-bottom: 50px;
  padding-bottom: 30px;
  line-height: 1.0;
  color: #1A5CA0;
  text-align: center;
  font-size: 2.0rem; }
  @media print, screen and (max-width: 991px) {
    #furusatonouzei .title3 {
      margin-top: 15x;
      margin-bottom: 10px;
      padding-bottom: 10px;
      font-size: 1.6rem; } }
  #furusatonouzei .title3 span {
    font-size: 0.8rem;
    color: #fff;
    background-color: #00B3B3;
    padding: 2px 10px; }
#furusatonouzei .title4 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.0rem; }
  #furusatonouzei .title4 span {
    border-bottom: 2px solid #f39800;
    padding-bottom: 5px;
    display: inline-block; }
  #furusatonouzei .title4 a {
    font-size: 1.2rem; }
#furusatonouzei .jissekibox {
  border-radius: 15px;
  background-color: #fff;
  padding: 20px 20px;
  width: 80%;
  margin: auto; }
  #furusatonouzei .jissekibox ul {
    margin: 15px 20px; }
  @media print, screen and (max-width: 991px) {
    #furusatonouzei .jissekibox {
      margin-top: 50px !important;
      width: 100%;
      padding: 20px 10px; } }
#furusatonouzei #shougakukin dl {
  margin-top: 20px;
  margin-bottom: 20px; }
#furusatonouzei #shougakukin dt {
  font-size: 1.2rem;
  padding-bottom: 0; }
#furusatonouzei #shougakukin dd {
  padding-bottom: 30px;
  padding-top: 10px; }
#furusatonouzei #shougakukin address {
  text-align: center;
  line-height: 2.0;
  font-size: 1.4rem; }
#furusatonouzei #houhou .box {
  background-color: #fff;
  border: 2px solid #00B3B3;
  padding: 15px; }
  @media print, screen and (max-width: 991px) {
    #furusatonouzei #houhou .box {
      margin-top: 30px !important; } }
  #furusatonouzei #houhou .box h4 {
    text-align: center;
    background-color: #00B3B3;
    color: #fff;
    padding: 15px; }
  #furusatonouzei #houhou .box ol li {
    padding-top: 20px !important; }

/*! ==================================================
　#contact
=================================================== */
#contact h2.title2 {
  background-image: url(../img/contact_headimg.jpg) !important; }
#contact .title3 {
  border-top: 5px dotted #ddd;
  padding-top: 80px;
  margin-top: 80px;
  padding-bottom: 30px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.0;
  color: #1A5CA0;
  text-align: center;
  font-size: 2.0rem; }
  @media print, screen and (max-width: 991px) {
    #contact .title3 {
      margin-top: 5px;
      margin-bottom: 20px;
      padding-top: 40px;
      padding-bottom: 5px;
      font-size: 1.4rem; } }
  #contact .title3 span {
    border: 2px solid #1A5CA0;
    padding: 2px 10px; }
#contact #shosiki {
  padding-bottom: 30px; }
  #contact #shosiki .common-btn2 {
    width: 95% !important;
    padding: 10px;
    margin-top: 10px !important;
    margin-bottom: 20px !important; }
  #contact #shosiki li {
    list-style: none; }
    #contact #shosiki li span {
      font-size: 0.8rem; }
#contact #shoumei {
  padding-bottom: 30px; }
  #contact #shoumei .common-btn2 {
    width: 95% !important;
    padding: 10px;
    margin-top: 10px !important;
    margin-bottom: 20px !important; }
  @media print, screen and (min-width: 992px) {
    #contact #shoumei {
      width: 80%;
      margin: auto; } }
  #contact #shoumei h4 {
    text-align: center;
    margin-top: 40px; }
    @media print, screen and (max-width: 991px) {
      #contact #shoumei h4 {
        margin-top: 40px; } }
  #contact #shoumei h4.title1 {
    text-align: center;
    line-height: 2.0; }
    #contact #shoumei h4.title1 span {
      display: inline-block;
      border-bottom: 5px solid #E62A00; }
  #contact #shoumei h5 {
    text-align: center;
    margin: 30px auto; }
    #contact #shoumei h5 span {
      background-color: #f39800;
      color: #fff;
      padding: 5px;
      display: inline-block; }
  #contact #shoumei p {
    padding-top: 50px; }
  #contact #shoumei .url {
    text-align: center;
    padding-bottom: 50px; }
  #contact #shoumei .qrimg {
    margin: 30px auto;
    text-align: center; }
    #contact #shoumei .qrimg img {
      width: 300px;
      margin: auto; }
  #contact #shoumei ul {
    padding-top: 50px; }
    #contact #shoumei ul li {
      list-style: none;
      letter-spacing: -0.1px; }
      #contact #shoumei ul li span {
        font-size: 0.9rem; }
  @media print, screen and (max-width: 991px) {
    #contact #shoumei .list1 li {
      clear: both; }
      #contact #shoumei .list1 li span.icon {
        display: block;
        float: left;
        width: 4%; }
      #contact #shoumei .list1 li span.txt {
        display: block;
        float: right;
        width: 96%; } }
#contact #contactbox {
  padding-bottom: 30px; }
  @media print, screen and (min-width: 992px) {
    #contact #contactbox {
      width: 80%;
      margin: auto; } }
  #contact #contactbox h4 {
    text-align: center; }
  #contact #contactbox address {
    text-align: center;
    padding-top: 30px;
    font-size: 1.2rem; }
  #contact #contactbox .contact-box {
    margin-top: 50px;
    margin-bottom: 50px; }
    #contact #contactbox .contact-box dt {
      padding: 30px 20px 20px;
      line-height: 1.8;
      font-size: 1.4rem; }
      @media print, screen and (max-width: 767px) {
        #contact #contactbox .contact-box dt {
          padding-bottom: 0;
          padding-top: 15px; } }
    #contact #contactbox .contact-box dd {
      padding: 20px 20px 30px;
      line-height: 1.8; }
      @media print, screen and (max-width: 767px) {
        #contact #contactbox .contact-box dd {
          padding-top: 0; } }
      #contact #contactbox .contact-box dd span {
        letter-spacing: 1px; }
      #contact #contactbox .contact-box dd span.color1 {
        color: #1A5CA0;
        font-weight: bold;
        font-size: 1.2rem; }
      #contact #contactbox .contact-box dd span.color2 {
        color: #00B3B3;
        font-weight: bold;
        font-size: 1.2rem; }

/*! ==================================================
　#sitemap
=================================================== */
#sitemap {
  background-color: #e6f4f5; }
  #sitemap h2.title2 {
    background-image: url(../img/sitemap_headimg.jpg) !important; }
  #sitemap .title3 {
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1.0;
    color: #1A5CA0;
    text-align: center;
    font-size: 2.0rem; }
    @media print, screen and (max-width: 991px) {
      #sitemap .title3 {
        margin-top: 15x;
        margin-bottom: 10px;
        padding-bottom: 10px; } }
    #sitemap .title3 span {
      font-size: 0.8rem;
      color: #fff;
      background-color: #00B3B3;
      padding: 2px 10px; }
  #sitemap ul {
    padding: 30px 0px; }
    @media print, screen and (max-width: 991px) {
      #sitemap ul {
        padding: 30px 20px; } }
  #sitemap li {
    padding-top: 5px;
    list-style: none; }
    #sitemap li a {
      font-size: 0.9rem; }
    #sitemap li i {
      margin-left: -25px; }

/*! ==================================================
　#privacy
=================================================== */
#privacy h2.title2 {
  background-image: url(../img/privacy_headimg.jpg) !important; }
#privacy .title3 {
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1.0;
  color: #1A5CA0;
  text-align: center;
  font-size: 2.0rem; }
  @media print, screen and (max-width: 991px) {
    #privacy .title3 {
      margin-top: 15x;
      margin-bottom: 10px;
      padding-bottom: 10px; } }
  #privacy .title3 span {
    font-size: 0.8rem;
    color: #fff;
    background-color: #00B3B3;
    padding: 2px 10px; }
#privacy #privacybox {
  padding: 15px 15px 50px; }
#privacy h3 {
  color: #1A5CA0; }
#privacy h4 {
  padding-top: 30px;
  font-size: 1.4rem;
  color: #1A5CA0; }
#privacy ul {
  margin-top: 30px;
  margin-left: 30px; }
  @media print, screen and (max-width: 991px) {
    #privacy ul {
      margin-left: 15px; } }

/*! ==================================================
　#news,#homenews
=================================================== */
#news h2.title2 {
  background-image: url(../img/news_headimg.jpg) !important; }

.newsList {
  /*home newslist共通*/
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); }
  .newsList time {
    font-size: 0.8rem;
    display: block;
    margin-bottom: 5px; }
    .newsList time span {
      display: inline-block;
      background-color: #FFAE00;
      padding: 2px 5px;
      color: #fff; }
  .newsList h3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #1A5CA0;
    margin-left: 15px; }
    @media print, screen and (max-width: 767px) {
      .newsList h3 {
        padding-top: 5px; } }
    .newsList h3 img {
      border-style: solid;
      border-width: 5px;
      border-color: #eeeeee;
      border-radius: 50%;
      background-image: -moz-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      background-image: -webkit-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      background-image: -ms-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      width: 40px;
      height: 40px; }
  .newsList .list {
    border-bottom: 2px dotted #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 5px; }
    .newsList .list h3 {
      margin-left: 25px;
      margin-right: 25px; }
    .newsList .list p {
      font-size: 0.9rem;
      margin-left: 25px;
      margin-right: 25px;
      margin-bottom: 25px;
      line-height: 1.2; }

#news .newsList {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 40px; }
  #news .newsList h3 {
    margin-left: 0; }

#news .newsDetail {
  margin-top: 30px;
  padding-top: 20px; }
  #news .newsDetail h3 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #1e5aa0;
    border-bottom: 2px dotted #ddd;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: 15px;
    margin-left: 0; }
    @media print, screen and (max-width: 767px) {
      #news .newsDetail h3 {
        padding-top: 5px; } }
    #news .newsDetail h3 img {
      border-style: solid;
      border-width: 5px;
      border-color: #eeeeee;
      border-radius: 50%;
      background-image: -moz-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      background-image: -webkit-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      background-image: -ms-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      width: 40px;
      height: 40px; }
  #news .newsDetail time {
    font-size: 0.8rem;
    display: block;
    margin-bottom: 5px; }
    #news .newsDetail time span {
      display: inline-block;
      background-color: #FFAE00;
      padding: 2px 5px;
      color: #fff; }
  #news .newsDetail #content {
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-bottom: 30px; }
    #news .newsDetail #content ul {
      margin: 20px !important; }
    #news .newsDetail #content a {
      text-decoration: underline; }
    #news .newsDetail #content p {
      padding-top: 15px; }

#news .pagelink {
  text-align: center;
  padding-top: 30px;
  font-size: 0.8rem; }

/*! ==================================================
　footer
=================================================== */
footer {
  margin-bottom: 0;
  padding-bottom: 0; }
  footer #footer {
    padding-top: 15px; }
  footer #footnavi {
    background-color: #1A5CA0;
    padding: 30px 10px; }
    footer #footnavi li {
      padding-top: 5px;
      list-style: none; }
      footer #footnavi li a {
        font-size: 0.9rem;
        color: #fff; }
      footer #footnavi li i {
        margin-left: -25px; }
    @media print, screen and (max-width: 991px) {
      footer #footnavi {
        display: none; } }
    @media print, screen and (min-width: 992px) {
      footer #footnavi {
        display: block; } }
  footer #footer {
    padding-bottom: 0; }
    footer #footer .name {
      padding: 20px 0 0;
      font-size: 2.0rem;
      width: 80%;
      margin: auto; }
      @media print, screen and (max-width: 767px) {
        footer #footer .name {
          padding: 0; } }
    footer #footer address {
      padding-top: 20px;
      font-size: 0.9rem; }
      @media print, screen and (max-width: 767px) {
        footer #footer address {
          text-align: center; } }
  footer .copyright {
    text-align: center;
    font-size: 0.8rem;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #1A5CA0;
    color: #fff;
    margin-top: 30px; }

/*! ==================================================
　company
=================================================== */
#company .nav {
  margin-top: 15px; }
  #company .nav ul {
    margin: 10px 0 0; }
    #company .nav ul li {
      display: inline-block;
      width: auto;
      padding: 5px;
      list-style: none; }
      #company .nav ul li a {
        background-color: #333333;
        font-size: 0.8rem;
        padding: 10px 15px !important;
        border-radius: 10px !important;
        color: #000 !important;
        display: block; }
      #company .nav ul li a:hover {
        text-decoration: none; }
#company .companybox {
  margin-top: 30px;
  border: 5px solid #eee;
  padding: 15px 30px; }
  @media print, screen and (max-width: 767px) {
    #company .companybox {
      padding: 10px; } }
  #company .companybox h3 {
    border-bottom: 5px dotted #ddd;
    text-align: center;
    font-weight: bold;
    padding: 15px 0;
    font-size: 1.8rem;
    color: #114d85; }
  #company .companybox h4 {
    background-color: #114d85;
    text-align: center;
    margin-top: 20px;
    font-size: 1.1rem;
    padding: 5px;
    color: #fff;
    font-weight: bold; }
  #company .companybox h5 {
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 15px 0 5px;
    font-weight: bold;
    color: #114d85;
    font-size: 1.1rem; }
  #company .companybox dl {
    margin: 0 10px 10px;
    border-bottom: 5px dotted #ddd; }
  #company .companybox dt {
    font-weight: normal;
    margin: 0;
    padding: 10px; }
  #company .companybox dd {
    padding: 10px; }
  #company .companybox p {
    margin: 15px; }
  #company .companybox a {
    text-decoration: underline; }
#company .company h3 {
  border-bottom: 5px dotted #ddd;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 1.8rem;
  padding: 5px 0 30px;
  color: #114d85; }
#company .anzen ul {
  margin-top: 30px; }
#company .anzen li {
  list-style: none; }
  #company .anzen li a {
    display: block;
    border-bottom: 2px dotted #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #114d85; }
  #company .anzen li a:hover {
    text-decoration: none; }
#company .kokuminhogo h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 40px;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem; }
#company .kokuminhogo h4 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 20px;
  margin-left: -10px; }
#company .kokuminhogo dt {
  font-weight: normal; }

/*! ==================================================
　privacy
=================================================== */
#privacy h3 {
  margin-top: 30px;
  font-weight: bold; }
#privacy p {
  margin-top: 15px; }
#privacy .numlist {
  margin: 0;
  position: relative; }
  #privacy .numlist li {
    list-style: none !important;
    list-style-position: outside !important;
    margin: 10px 0 0 0 !important; }
    #privacy .numlist li span {
      position: absolute !important;
      left: 0 !important;
      margin: 0 !important; }

/*! ==================================================
　studentspace
=================================================== */
#studentspace h2 {
  background-color: #00B3B3;
  text-align: center;
  color: #fff;
  padding: 50px 0;
  margin-bottom: 0; }
  #studentspace h2 span {
    font-size: 0.8rem;
    color: #fff;
    background-color: #E62A00;
    padding: 2px 10px;
    text-shadow: none; }
#studentspace h3 {
  padding-bottom: 50px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.8rem; }
  @media print, screen and (max-width: 767px) {
    #studentspace h3 {
      font-size: 1.6rem; } }
  #studentspace h3 span {
    display: inline-block;
    border-bottom: 3px solid #FFAE00;
    padding: 10px; }
#studentspace .news {
  padding: 40px 0; }
  #studentspace .news .newsbox {
    margin-top: 20px;
    border: 2px solid #ccdbd4;
    border-radius: 15px;
    padding: 30px 20px; }
    #studentspace .news .newsbox h4 {
      border-bottom: 2px dotted #ccdbd4;
      padding-bottom: 20px; }
      @media print, screen and (max-width: 767px) {
        #studentspace .news .newsbox h4 {
          font-size: 1.4rem; } }
    #studentspace .news .newsbox .toukou {
      text-align: right;
      font-size: 0.8rem;
      margin-bottom: 15px; }
    #studentspace .news .newsbox .content p {
      padding-top: 15px; }
#studentspace .pdfdownload {
  padding: 40px 0 70px;
  background-color: #e6f4f5; }
  #studentspace .pdfdownload .box {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 20px; }
    @media print, screen and (max-width: 767px) {
      #studentspace .pdfdownload .box {
        margin-top: 20px; } }
    #studentspace .pdfdownload .box h4 {
      text-align: center;
      border-bottom: 2px dotted #ccdbd4;
      padding-bottom: 20px; }
    #studentspace .pdfdownload .box ul {
      margin-left: 15px;
      margin-top: 20px; }
      #studentspace .pdfdownload .box ul li {
        padding-top: 5px; }
        @media print, screen and (max-width: 767px) {
          #studentspace .pdfdownload .box ul li a {
            font-size: 1.2rem; } }

/*! ==================================================
　その他
=================================================== */
.plink {
  margin-top: -120px;
  padding-top: 120px; }

.plink_ptasoukaipdf {
  margin-top: -80px;
  padding-top: 80px; }

/* slick */
/*ドットの色を変更したいとき*/
.slick-dots li button:before {
  color: #666;
  font-size: 1.0rem;
  margin-top: 10px;
  margin-bottom: 10px; }

/*ドットがアクティブの状態の色を変更したいとき*/
.slick-dots li.slick-active button:before {
  color: #1A5CA0; }
