/* CSS Document */
:root {
  --accent-color: #b22222;
 --secondary-color: #ff7a7a;
 --main-gradation: linear-gradient(90deg, var(--accent-color) 0%, var(--secondary-color) 100%);
  --sub-opacity: rgba(255,122,122,0.9)
}

.filter-accent-color {
	filter: brightness(0) saturate(100%) invert(22%) sepia(28%) saturate(5973%) hue-rotate(345deg) brightness(89%) contrast(94%);
}

html,body {
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #4d4d4d;
}
html,p {
    font-size: 14px;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: .05em;
    color: #4d4d4d;
}
#wrap{
  width: 100%;
  overflow: hidden;
}
.container-s{
  max-width: 975px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;

}
.mt15{ margin-top: 15px; }
.bg-right{
   /*background:url(../images/common/bg_right.jpg) no-repeat top right;*/
   background-size: 688px;
 }
 .bg-left{
   background:url(../images/common/bg_left.jpg) no-repeat top left;
   background-size: 688px;
 }
 .sec-pd{
  padding-top: 100px; 
  padding-bottom: 100px;
 }
i{ margin-right: .5em; }
a{ color: inherit; }
a:hover{ text-decoration: none; color: inherit; }
ul{ list-style-type: none; }
.tx-center{ text-align: center; }

.d-inline-block{ display: inline-block; }
.pos-relative{ position:relative; }
.zoom50{ zoom:50%; margin: 0 auto; }

.list-mv07{
    opacity: 0;
    transition: 1s;
    transform: translate(0,40px);
    -webkit-transform: translate(0,40px);
}
.mv07{
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}

.page-title{
  margin: 0 0 65px;
  padding: 90px 15px 20px;
  text-align: center;
  font-size: 30px;
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  line-height: 1.3em;
  letter-spacing: .25em;
  -webkit-font-smoothing: antialiased;
}
.page-title:after{
  position: absolute;
  content: "";
  height: 1px;
  width: 30px;
  background: #4d4d4d;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.page-title .en{
  font-family: 'montserrat', sans-serif;
 font-size: 10px;
 letter-spacing: .1em;
 display: block;
}
.page-title.jp{
  position: static;
  letter-spacing: .1em;
  margin: 0;
  padding-bottom: 0;
}
.page-title.jp:after{
  content: none;
}
.sec-title {
 margin-bottom: 2em;
 font-size: 30px;
 text-align: center;
 font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
 letter-spacing: .15em;
}
.sec-title .en {
 font-family: 'montserrat', sans-serif;
 font-size: 12px;
 letter-spacing: .1em;
 display: block;
 margin-top: 10px;
}

.sitemap-list li{
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #161551;
  font-size: 18px;
  margin-bottom: 2.5em;
}

.sitemap-list li.large{
  font-size: 160%;
}

.privacy .read{
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0;
}
.privacy h3{
  font-size: 22px;
  margin:3em 0 1em;
}
.privacy p{
  line-height: 2em;
  font-size: 15px;
}
.privacy ol>li{
  list-style-type: decimal;
}
.privacy ol>li>ol>li{
  list-style-type: lower-alpha;
}
.privacy ol>li>ol>li>ol>li{
  list-style-type: lower-roman;
}
.privacy li{
  line-height: 1.8em;
  margin-top: 5px;
  margin-left: 20px;
  display: list-item;
}

.btn-more{
  display: block;
  background: var(--accent-color);
  color: #fff!important;
  padding: 15px 20px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1em;
  width: 324px;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
  transition: 0.3s all;
}
.btn-more.white {
    border: 1px solid #1d9bc5;
    color: #1d9bc5!important;
    background: #fff;
}
.btn-more.gra {
    background:linear-gradient(90deg, #178ec4, #36d2cb);
}
.btn-return{
  display: block;
  border: 1px solid #979797;
  color: #979797;
  padding: 15px 20px;
  margin: 60px auto 0;
  text-align: center;
  letter-spacing: .1em;
  width: 350px;
  max-width: 70%;
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.commingSoon{
  text-align: center;
}

.fade-left{
  position: relative;
}
.fade-left:before {
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.fade-left.is-active {
  animation: img-opacity 2s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
}
.fade-left.is-active:before {
  animation: img-animation 2s cubic-bezier(.4, 0, .2, 1) forwards;
}
@keyframes img-opacity {
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes img-opacity {
  0% {
    opacity: 0;
  }
}
@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}



.contact{
  background: url(../images/top/bg_contact.jpg) center;
  background-size: cover;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 110px 0 80px;
}
.contact h2{
  border: 1px solid #fff;
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: .1em;
  font-size: 30px;
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 1em;
}
.contact p{
  font-size: 22px;
  color: #fff;
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.contact .tel{
  margin-top:40px;
}
.contact .tel a{
  font-size: 44px;
  font-family: serif;
}
.contact .tel i{
  margin-right: 10px;
}
.contact .tel small{
  display: block;
  font-size: 15px;
  margin-top: 5px;
}
.contact .btn-row{
  margin-top: 30px;
}
.contact li a{
  display: block;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding: 25px;
  transition: .3s all;
}
a:hover{
  opacity: 0.8;
}
.contact li a.btn-white{
  background: #fff;
  color: black;
}
.contact li a.btn-blue{
  background: var(--main-gradation);
  color: #fff;
}
 
.info {
  padding: 100px 0 70px;
}
.info h2{
  font-size: 14px;
  margin-bottom: 30px;
}
.info h2 img{
  margin-bottom: 15px;
	width: 30%;
}
.info .tel a{
  color: var(--accent-color);
  font-size: 24px;
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.info .tel a img{
  margin-right: 5px;
}
.info .tel small{
  font-size: 12px;
  margin: 0;
  display: block;
}
.info p{
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-top: 15px;
  line-height: 1.5em;
}
.info p a {
    color: var(--accent-color);
    text-decoration: underline;
}
.info .btn-more{
  margin:30px 0 0;
  border: 1px solid var(--accent-color);
  color: var(--accent-color)!important;
  background:#fff;
}
.info .map iframe{
  height: 360px;
}
.info .map {
  text-align: right;
}
.info .map a{
  margin-top: 5px;
  display: inline-block;
  color: #808080;
  text-decoration: underline;
}

.headline01{
  font-size: 18px;
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: .2em;
  margin-bottom: 1em;
  padding-bottom: .9em;
  border-bottom: 1px solid var(--secondary-color);
}
.headline02{
  display: inline-block;
  font-size: 25px;
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: .1em;
  line-height: 1.6em;
  margin-bottom: 2.5em;
  padding-bottom: .4em;
  border-bottom: 2px solid;
  border-image: 
    linear-gradient(to right,#178ec4,#36d2cb);
    border-image-slice: 1;
}
.headline03{
  font-size: 30px;
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: .1em;
  line-height: 1.6em;
  margin-bottom: 1em;
  text-align: center;
}
.headline03 .en{
  color: #1d9bc5;
  font-family: 'montserrat', sans-serif;
  font-size: 10px;
  line-height: 1.6em;
  letter-spacing: .1em;
  margin-top: 4px;
  display: block;
}


.company table{
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: .1em;
  line-height: 1.8em;
}
.company th{
  padding: 10px 15px;
  font-weight: normal;
  width: 100px;
}
.company td{
  padding: 10px 15px;
}

.breadcrumb {
  background: #fff;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
.breadcrumb ol{
  padding: 1em 40px;
  display: table;
}
.breadcrumb li {
  display: table-cell;
  white-space: nowrap;
  font-size: 1em;
  color: #aeadac;
}
.breadcrumb li:not(:last-child):after {
  content: "";
  display: inline-block;
  vertical-align: 2px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #aeadac;
    border-right: 1px solid #aeadac;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 12px 0 6px;
}

.contents-nav {
  margin-top: 100px;
}
.contents-nav .box{
  padding: 0;
  height: 210px;
  padding: 15px;
  position: relative;
  transition: .3s all;
}
.contents-nav .box.about{
  background: url(../images/common/bn_about.jpg);
  background-size: cover;
}
.contents-nav .box.admission{
  background: url(../images/common/bn_admission.jpg);
  background-size: cover;
}
.contents-nav .box.access{
  background: url(../images/common/bn_access.jpg);
  background-size: cover;
}
.contents-nav .box.faq{
  background: url(../images/common/bn_faq.jpg);
  background-size: cover;
}
.contents-nav .box a{
  display: block;
  width: 100%;
  height: 100%;
}
.contents-nav .box:hover{
  opacity: .8;
}
.contents-nav .box dl{
  position: absolute;
  padding: 20px;
  bottom: 0;
  left: 0;
  color: #fff;
}
.contents-nav .box dl dt{
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .15em;
  font-size: 20px;
  line-height: 1.8em;
}
.contents-nav .box dl dd{
  font-family: 'montserrat', sans-serif;
  font-size: 8px;
}

.note.right{
  text-align: right;
  font-size: 12px;
  color: #808080;
  padding: 10px 0 0;
}
.recruit .read{
  line-height: 2.4em;
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.recruit .border{
  border: 1px solid var(--secondary-color);
  margin-top: 15px;
  padding: 20px 35px;
}


@media screen and (max-width: 767px){

html,body,p {
    font-size: 13px;
}
.container-s.pd-wide,
.container.pd-wide{
  padding-right: 35px;
  padding-left: 35px;
}
.sec-pd{
  padding-top: 40px; 
  padding-bottom: 40px;
 }
.bg-right{
  background-size: 260px;
}
.bg-left{
  background-size: 260px;
}
.page-btm-pd{
  padding-bottom:50px;
}
.page-title{
  font-size: 20px;
}
.page-title .en{
  font-size: 8px;
}
.page-title{
  margin: 0 0 30px;
  padding: 25px 15px 15px;
}
.page-title:after{
  width: 26px;
}
.headline01{
  font-size: 16px;
  padding-bottom: .5em;
  line-height: 2.5em;
}
.headline02{
  font-size: 18px;
  margin-bottom: 1em;
}
.headline03{
  font-size: 18px;
  margin-bottom: 1.8em;
}
.headline03 .en{
  font-size: 8px;
}

.sec-title{
  font-size: 20px;
}
.sec-title .en{
  font-size: 10px;
}
.sitemap-list li{
  font-size: 15px;
}

.privacy main .read{
  font-size: 14px;
}
.privacy main h3{
  font-size: 16px;
}
.privacy main p{
  font-size: 13px;
}

.btn-more{
  max-width: 70%;
  font-size: 12px;
}
.btn-return{
  margin-top: 30px;
}
.contact{
  padding: 55px 0;
}
.contact h2{
  font-size: 18px;
  line-height: 1.6em;
  padding: 4px 20px;
}
.contact p{
  font-size: 16px;
  line-height: 1.8em;
}
.contact .tel{
  margin-top:15px;
}
.contact .tel a{
  font-size: 34px;
  font-family: serif;
}
.contact .tel i{
  margin-right: 10px;
}
.contact .tel i img{
  zoom:80%;
}
.contact .tel small{
  font-size: 13px;
}
.contact .btn-row{
  margin-top: 15px;
}
.contact li a{
  margin-top: 10px;
}
.info {
  padding: 80px 0 60px;
  text-align: center;
}
.info h2{
  margin-bottom: 30px;
}
.info h2 img{
  margin-bottom: 15px;
}
.info .txt{
  margin-bottom: 40px;
}
.info .tel a{
  color: var(--accent-color);
  font-size: 34px;
}
.info .tel a img{
  margin-right: 10px;
  width: 32px;
  vertical-align: 1px;
}
.info .tel small{
  font-size: 12px;
}
.info p{
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-top: 15px;
  line-height: 1.5em;
}
.info .btn-more{
  margin:30px auto 0;
}
.info .map iframe{
  height: 250px;
}
.company th{
  padding: 5px 15px 5px 0;
  width: 80px;
}
.company td{
  padding: 5px 0;
}

.breadcrumb {
  font-size: 10px;
}
.breadcrumb ol{
  padding: .4em 15px;
}
.contents-nav {
  margin-top: 40px;
}
.contents-nav .box{
  height: 170px;
}

.recruit main .read{
  letter-spacing: 0;
  line-height: 1.8em;
}
.recruit main .border{
  margin-top: 10px;
  padding: 10px 15px;
  font-size: 12px;
}

}@media screen and (min-width: 768px){


.text-center-pc{ text-align: center; }
.page-btm-pd{
  padding-bottom: 100px;
}


}

.sns img {
  width: 20px;
  height: 20px;
}
