@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@import url("/admission/assets/font/fontawesomeV5free/all.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@import url("/admission/assets/font/fontawesomeV5free/all.min.css");
/* ====================================================================
	module
==================================================================== */
@import url(/admission/assets/css/tmpMain.css);
.spView, .spViewInline, .spViewFlex {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcView {
    display: none;
  }
  .spView {
    display: block;
  }
  br.spView {
    display: inline-block;
  }
  .spViewInline {
    display: inline-block;
  }
  .spViewFlex {
    display: flex;
  }
}

/* ------------------
	contentBox
------------------ */
.wrapMax {
  width: 100%;
  max-width: 1500px;
  margin: auto;
}

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

.wrapContent {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

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

.content {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 1em;
}

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

@media screen and (max-width: 768px) {
  .content {
    padding: 0 5%;
  }
}

.contentThin {
  max-width: 960px;
  margin: auto;
  padding: 0 1em;
}

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

@media screen and (max-width: 768px) {
  .contentThin {
    padding: 0 10%;
  }
}

.contentWide {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

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

.clm2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.clm2 > * {
  width: 48%;
  margin-right: 4%;
}

.clm2 > *:nth-of-type(2n) {
  margin-right: 0;
}

.clm2 > * {
  margin-bottom: 5em;
}

.clm2 > *:nth-last-of-type(1), .clm2 > *:nth-last-of-type(2) {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .clm2 > * {
    width: 100%;
    margin-right: 0;
  }
  .clm2 > *:nth-of-type(2n) {
    margin-right: 0;
  }
  .clm2 > *:nth-last-of-type(2) {
    margin-bottom: 5em;
  }
}

.clm3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.clm3 > * {
  width: 30%;
  margin-right: 5%;
}

.clm3 > *:nth-of-type(3n) {
  margin-right: 0;
}

.clm3 > * {
  margin-bottom: 5em;
}

.clm3 > *:nth-last-of-type(1), .clm3 > *:nth-last-of-type(2), .clm3 > *:nth-last-of-type(3) {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .clm3 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .clm3 > * {
    width: 48%;
  }
  .clm3 > *:nth-of-type(3n) {
    margin-right: 4%;
  }
  .clm3 > *:nth-last-of-type(3) {
    margin-bottom: 5em;
  }
  .clm3 > * {
    width: 48%;
    margin-right: 4%;
  }
  .clm3 > *:nth-of-type(2n) {
    margin-right: 0;
  }
}

.clm4 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.clm4 > * {
  width: 22%;
  margin-right: 4%;
}

.clm4 > *:nth-of-type(4n) {
  margin-right: 0;
}

.clm4 li {
  margin-bottom: 5em;
}

.clm4 li:nth-last-of-type(1), .clm4 li:nth-last-of-type(2), .clm4 li:nth-last-of-type(3), .clm4 li:nth-last-of-type(4) {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .clm4 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .clm4 li:nth-last-of-type(3), .clm4 li:nth-last-of-type(4) {
    margin-bottom: 5em;
  }
  .clm4 > * {
    width: 48%;
    margin-right: 4%;
  }
  .clm4 > *:nth-of-type(2n) {
    margin-right: 0;
  }
}

/* ------------------
	link
------------------ */
.btn {
  display: inline-block;
  background-color: #008713;
  color: #fff !important;
  padding: 1.5em 5em;
  overflow: hidden;
  text-align: center;
  line-height: 1em;
  font-weight: bold;
}

.btn::after {
  display: inline-block;
  padding-left: 0.1em;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .btn {
    padding: 1em 2em;
  }
}

.btnWhite {
  display: inline-block;
  background-color: #fff;
  color: #000 !important;
  padding: 1.5em 5em;
  overflow: hidden;
  text-align: center;
  line-height: 1em;
  font-weight: bold;
}

.btnWhite::after {
  display: inline-block;
  padding-left: 0.1em;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .btnWhite {
    padding: 1em 2em;
  }
}

.btnGray {
  display: inline-block;
  background-color: #fff;
  color: #000 !important;
  padding: 1.5em 5em;
  overflow: hidden;
  text-align: center;
  line-height: 1em;
  font-weight: bold;
}

.btnGray::after {
  display: inline-block;
  padding-left: 0.1em;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .btnGray {
    padding: 1em 2em;
  }
}

.icnArwL::before {
  display: inline-block;
  padding-right: 0.1em;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.icnArwR::after {
  display: inline-block;
  padding-left: 0.5em;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
}

.icnNewwin::before {
  display: inline-block;
  padding-right: 0.1em;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

a.fancy {
  position: relative;
  display: block;
}

a.fancy::after {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f002" !important;
  padding: 0.5em;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

/* ------------------
	list
------------------ */
ul.basic {
  padding: 0 0 0 1.2em;
}

ul.basic li {
  list-style: disc;
  margin-bottom: 1em;
}

ul.basic li:last-of-type {
  margin-bottom: 0;
}

ol.basic {
  padding: 0 0 0 1.2em;
}

ol.basic li {
  list-style: decimal;
  margin-bottom: 1em;
}

ol.basic li:last-of-type {
  margin-bottom: 0;
}

dl.basic {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

dl.basic dt, dl.basic dd {
  border-top: 1px #000 solid;
  padding: 0.5em;
}

dl.basic dt:last-of-type, dl.basic dd:last-of-type {
  border-bottom: 1px #000 solid;
}

dl.basic dt {
  width: 25%;
  text-align: center;
}

dl.basic dd {
  width: 75%;
  text-align: left;
}

table.basic {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px #000 solid;
  background-color: #fff;
  line-height: 1.4em;
}

table.basic thead th {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  background-color: #000;
  color: #fff;
}

table.basic th, table.basic td {
  padding: 0.5em;
  border: 1px #000 solid;
}

table.basic tbody .label th, table.basic tbody .label td {
  background-color: #fdf7e7;
  text-align: center;
  white-space: nowrap;
}

table.basic tbody th {
  font-weight: bold;
}

table.basic tbody td p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .scroll {
    overflow: auto;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  overflow-x: hidden;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", "游ゴシック Medium", "游ゴシック体 Medium", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  letter-spacing: 0px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

a:hover {
  opacity: .8;
  transition: all 0.2s ease-out;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

object {
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

.spView, .spViewInline, .spViewFlex {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pcView {
    display: none !important;
  }
  .spView {
    display: block !important;
  }
  br.spView {
    display: inline-block !important;
  }
  .spViewInline {
    display: inline-block !important;
  }
  .spViewFlex {
    display: flex !important;
  }
}

.flex_box {
  display: flex;
  align-items: center;
}

.flex_box_fe {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flex_box_sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex_box_cnr {
  display: flex;
  justify-content: center;
  align-items: center;
}

.map_box {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  width: 100%;
}

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

.contents_box {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

/* ==================================
    HEADER
================================== */
#header {
  display: block;
  position: relative;
  width: 100%;
}

#header #hdContents {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 18px 18px 0;
  z-index: 100;
}

#header #hdContents .hdLogo {
  max-width: 405px;
  width: 100%;
}

#lower #header #hdContents {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 80px;
  padding: 0 18px;
  z-index: 100;
}

#lower #header #hdContents .hdLogo {
  max-width: 405px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #header #hdContents {
    padding: 1.75781vw 1.75781vw 0;
  }
  #header #hdContents .hdLogo {
    width: 39.55078vw;
  }
}

@media screen and (max-width: 960px) {
  #header #hdContents {
    padding: 1.875vw 1.875vw 0;
  }
  #header #hdContents .hdLogo {
    width: 42.1875vw;
  }
}

@media screen and (max-width: 768px) {
  #header #hdContents {
    padding: 1.875vw 1.875vw 0;
  }
  #header #hdContents .hdLogo {
    max-width: 220px;
    width: 100%;
  }
  #lower #header #hdContents {
    height: 35px;
    padding: 0 10px;
  }
  #lower #header #hdContents .hdLogo {
    max-width: 220px;
    width: 100%;
  }
}

/* ==================================
    GLOBAL NAVI
================================== */
#gNav {
  background: #333333;
}

#gNav .menu {
  width: 100%;
}

#gNav .menu li {
  width: 16.6666%;
}

#gNav .menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  font-size: 1.6rem;
  padding: 0.5em 0;
  line-height: 1.6;
  color: white;
}

#gNav .menu li a:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  height: 3px;
  background: #7f7f7f;
  transition: all 0.5s;
}

#gNav .menu li a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 77.77778%;
  background: #7f7f7f;
  transition: all 0.5s;
}

#gNav .menu li a:hover:before {
  width: 100%;
}

#gNav .menu li:last-of-type a:after {
  content: none;
}

@media screen and (max-width: 1024px) {
  #gNav .menu li {
    width: 16.6666%;
  }
  #gNav .menu li a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 960px) {
  #gNav .menu li {
    width: 16.6666%;
  }
  #gNav .menu li a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  #gNav {
    overflow: hidden;
  }
  #gNav .menu {
    flex-wrap: wrap;
    margin: 0 -1px -1px 0;
  }
  #gNav .menu li {
    width: 33.33%;
  }
  #gNav .menu li a {
    font-size: 1.2rem;
    border-right: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
  }
  #gNav .menu li a:before {
    content: none;
  }
  #gNav .menu li a:after {
    content: none;
  }
}

/* ==================================
    FOOTER
================================== */
#footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background-color: black;
  padding: 50px 0;
  color: white;
}

#footer .ftLogo {
  max-width: 250px;
  width: 100%;
  margin-bottom: 15px;
}

#footer .ftBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 296px;
  height: 51px;
  border: 2px solid #fff;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: 500;
  color: white;
}

#footer .ftBtn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 90%;
  margin: auto;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.5s;
}

#footer .ftBtn:hover:after {
  left: 92%;
}

#footer .copyRight {
  margin-top: 20px;
  font-weight: 500;
  font-size: 1.0rem;
  letter-spacing: 0.05em;
}

.topBtn {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 10%;
  right: 8%;
  border-radius: 50%;
  background: black;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  border: 3px solid #fff;
  color: #fff;
  z-index: 100;
}

.topBtn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 6.51042vw 0 9.76563vw;
  }
  #footer .ftLogo {
    max-width: 250px;
    width: 100%;
    margin-bottom: 3.90625vw;
  }
  #footer .copyRight {
    margin-top: 5.20833vw;
  }
}

/* ==================================
    Module
================================== */
.moreBtn {
  display: inline-block;
  border: 1px Solid #008713;
  box-shadow: 4px 4px 0 0 #7fc389;
  max-width: 188px;
  width: 100%;
  height: 34px;
  text-align: center;
  font-family: "Montserrat", "Roboto", "游ゴシック Medium", "游ゴシック体 Medium", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: italic;
  font-size: 1.4rem;
  line-height: 34px;
  letter-spacing: 1.12px;
  color: #008713;
}

.moreBtn:hover {
  box-shadow: none;
}

#contact_box {
  text-align: center;
}

#contact_box .ttl_box {
  margin-bottom: 30px;
}

#contact_box .ttl_box .ttl {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.56;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}

#contact_box .btn_list {
  margin-right: -20px;
}

#contact_box .btn_list .contactBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  margin-right: 20px;
  opacity: 0.8;
  width: 280px;
  height: 62px;
  border-radius: 40px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.66;
  color: #000000;
  transition: all 0.5s;
}

#contact_box .btn_list .contactBtn .fas {
  padding-right: 5px;
  font-size: 1.8rem;
}

#contact_box .btn_list .contactBtn:hover {
  background: white;
}

#lower #contact_box {
  margin-bottom: 60px;
  text-align: center;
}

#lower #contact_box .contents_box {
  max-width: none;
  width: 100%;
}

#lower #contact_box .ttl_box {
  margin-bottom: 30px;
}

#lower #contact_box .ttl_box .ttl {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.56;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}

#lower #contact_box .btn_list {
  margin-right: -20px;
}

#lower #contact_box .btn_list .contactBtn {
  background: white;
  margin-right: 20px;
  opacity: 1;
  width: 280px;
  height: 62px;
  border-radius: 35px;
  font-size: 1.6rem;
}

#lower #contact_box .btn_list .contactBtn:hover {
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 960px) {
  #contact_box {
    text-align: center;
  }
  #contact_box .ttl_box {
    margin-bottom: 30px;
  }
  #contact_box .ttl_box .ttl {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.56;
    letter-spacing: 0.1em;
    color: #FFFFFF;
  }
  #contact_box .btn_list {
    margin-right: -20px;
  }
  #contact_box .btn_list .contactBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    margin-right: 20px;
    opacity: 0.8;
    width: 280px;
    height: 62px;
    border-radius: 40px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.66;
    color: #000000;
    transition: all 0.5s;
  }
  #contact_box .btn_list .contactBtn .fas {
    padding-right: 5px;
    font-size: 1.8rem;
  }
  #contact_box .btn_list .contactBtn:hover {
    background: white;
  }
}

@media screen and (max-width: 768px) {
  #contact_box .ttl_box {
    margin-bottom: 30px;
  }
  #contact_box .ttl_box .ttl {
    font-size: 1.6rem;
    line-height: 1.56;
    letter-spacing: 0.1em;
    color: #000;
  }
  #contact_box .btn_list {
    margin-right: 0px;
    margin-bottom: -15px;
    flex-flow: column wrap;
  }
  #contact_box .btn_list .contactBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    margin-right: 0px;
    margin-bottom: 15px;
    opacity: 0.8;
    max-width: 280px;
    width: 100%;
    height: 62px;
    border-radius: 40px;
    border: 1px solid #000;
    font-size: 1.5rem;
  }
  #contact_box .btn_list .contactBtn .fas {
    padding-right: 10px;
    font-size: 1.7rem;
  }
  #lower #contact_box {
    margin-bottom: 30px;
  }
  #lower #contact_box .ttl_box {
    margin-bottom: 20px;
  }
  #lower #contact_box .ttl_box .ttl {
    font-size: 1.3rem;
    line-height: 1.56;
  }
  #lower #contact_box .btn_list {
    margin-right: 0px;
  }
  #lower #contact_box .btn_list .contactBtn {
    background: white;
    margin-right: 0px;
    border-radius: 35px;
    font-size: 1.5rem;
  }
}

/*# sourceMappingURL=common.css.map */