@charset "UTF-8";
#main {
  padding-bottom: 0;
}

/*
.linkBtn,
.linkBtn:link,
.linkBtn:visited {
	display: inline-block;
	border: 1px solid;
	padding: 10px 20px 10px 35px;
	line-height: 1;
	font-size: 1.5rem;
	position: relative;
	margin-top: 15px;
	color: #ef475d;
	border-color: #ef475d;
}
*/
.linkBtn,
.linkBtn:link,
.linkBtn:visited {
  display: inline-block;
  border: 1px solid;
  padding: 10px 0px 10px 35px;
  line-height: 1;
  font-size: 1.5rem;
  position: relative;
  margin-top: 15px;
  color: #ef475d;
  border-color: #ef475d;
  padding-right: 18px;
}

.linkBtn:before {
  position: absolute;
  left: 20px;
  content: url(../images/m.png);
  margin: auto;
}

.glide__bullet--active,
.glide__bullet--active:hover {
  outline: 2px solid #ef8586;
}

@media screen and (max-width: 768px) {
  #main {
    padding-top: 52px;
  }
}

/*top-department*/
#department {
  padding: 2rem 0 4rem;
  background: #fce7e7;
}

.depLinkWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.depLinkInner {
  display: block;
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  padding: 0.5rem;
}

@media screen and (max-width: 768px) {
  .depLinkInner {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}

.depLinkInner .depLink {
  text-align: center;
  position: relative;
}

.depLinkInner .depLink img {
  width: 100%;
  display: block;
}

.depLinkInner .depLink .linkTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 2rem;
  display: block;
  width: auto;
  background: white;
  padding: 5px 10px;
  line-height: 1;
  white-space: nowrap;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .depLinkInner .depLink .linkTitle {
    font-size: 1.5rem;
  }
}

.depLink .linkTitle .linkBtn {
  border: none;
  margin-top: 0;
  padding-bottom: 5px;
}

.depLink.secretary .linkTitle {
  color: #ef475d;
}

.depLink.secretary .linkBtn,
.depLink.secretary .linkBtn:visited {
  border-color: #ef475d;
  color: #ef475d;
}

.depLink.secretary .linkBtn:before {
  content: url(../images/secretary_m.png);
}

.depLink.care .linkTitle {
  color: #ef8b0e;
}

.depLink.care .linkBtn,
.depLink.care .linkBtn:visited {
  border-color: #ef8b0e;
  color: #ef8b0e;
}

.depLink.care .linkBtn:before {
  content: url(../images/care_m.png);
}

.depLink.social .linkTitle {
  color: #227973;
}

.depLink.social .linkBtn,
.depLink.social .linkBtn:visited {
  border-color: #227973;
  color: #227973;
}

.depLink.social .linkBtn:before {
  content: url(../images/social_m.png);
}

.depLink.online .linkTitle {
  color: #5084c4;
}

.depLink.online .linkBtn,
.depLink.online .linkBtn:visited {
  border-color: #5084c4;
  color: #5084c4;
}

.depLink.online .linkBtn:before {
  content: url(../images/online_m.png);
}

@media screen and (max-width: 768px) {
  .depLink {
    width: 100%;
    text-align: center;
    background-size: cover;
    height: 200px;
  }
  .depLink .linkTitle {
    font-size: 2rem;
  }
  .depLink .linkBtn,
  .depLink .linkBtn:visited {
    padding: 5px 10px 5px 22px;
    font-size: 1rem;
    margin-top: 10px;
    color: #ef475d;
    border-color: #ef475d;
  }
  .depLink .linkBtn:before {
    left: 8px;
  }
}

#others {
  margin-bottom: 40px;
}

.othersLinkWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.othersLink {
  display: block;
  position: relative;
  width: 33.3%;
  text-align: center;
  background-size: cover;
  height: 230px;
}

.othersLink .linkTitle .linkBtn {
  padding-bottom: 5px;
}

.othersLink.foreign {
  background-image: url(../images/top_others_foreign.jpg);
  background-position: center;
}

.othersLink.workingadult {
  background-image: url(../images/top_others_workingadult.jpg);
  background-position: center;
}

.othersLink.efc {
  background-image: url(../images/top_others_efc.jpg);
  background-position: center;
}

.othersLink .linkTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  display: block;
  width: auto;
  background: white;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0;
  padding: 5px 10px;
  line-height: 1;
  white-space: nowrap;
}

.othersLink.foreign .linkTitle {
  color: #d14b16;
}

.othersLink.foreign .linkBtn,
.othersLink.foreign .linkBtn:visited {
  border-color: #d14b16;
  color: #d14b16;
}

.othersLink.foreign .linkBtn:before {
  content: url(../images/foreign_m.png);
}

.othersLink.workingadult .linkTitle {
  color: #5084c4;
}

.othersLink.workingadult .linkBtn,
.othersLink.workingadult .linkBtn:visited {
  border-color: #5084c4;
  color: #5084c4;
}

.othersLink.workingadult .linkBtn:before {
  content: url(../images/workingadult_m.png);
}

.othersLink.efc .linkTitle {
  color: #154c00;
}

.othersLink.efc .linkBtn,
.othersLink.efc .linkBtn:visited {
  border-color: #154c00;
  color: #154c00;
}

.othersLink.efc .linkBtn:before {
  content: url(../images/efc_m.png);
}

.othersLink .linkTitle .linkBtn {
  border: none;
  margin-top: 0;
}

.othersLink .linkTitle .subTxt {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .othersLink {
    width: 100%;
    text-align: center;
    background-size: cover;
    height: 200px;
  }
  .othersLink .linkTitle {
    font-size: 2rem;
  }
  .othersLink .linkBtn,
  .othersLink .linkBtn:visited {
    padding: 5px 10px 5px 22px;
    font-size: 1rem;
    margin-top: 10px;
    color: #ef475d;
    border-color: #ef475d;
  }
  .othersLink .linkBtn:before {
    left: 8px;
  }
  .othersLink.foreign {
    background-position-x: 40%;
    background-image: url(../images/top_others_foreign.jpg);
  }
  .othersLink.workingadult {
    background-position-x: 48%;
    background-image: url(../images/top_others_workingadult.jpg);
  }
  .othersLink .linkTitle .subTxt {
    font-size: 1.5rem;
  }
}

.top-sp-slider {
  letter-spacing: -0.4em;
  /*	text-align: center;*/
}

.top-sp-slider li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-bottom: 10px;
}

.top-sp-slider a {
  display: block;
  width: 168px;
  /*	height: 180px;*/
  background: #fce7e7;
  padding: 12px;
  margin: 0 6px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
}

.top-sp-slider img {
  width: 100%;
  vertical-align: bottom;
}

.specialCaption {
  display: block;
  margin-top: 5px;
}

.specialCaption:after {
  content: ">";
}

.glide {
  overflow: hidden;
}

#specialMb.forMb {
  display: none;
}

#special ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 816px;
  margin: 0 auto 20px auto;
}

/*
#special.topic ul {
	justify-content: center;
}
*/
#special .bx-wrapper {
  webkit-box-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: none;
  margin: 0;
  max-width: 100% !important;
  width: 100%;
}

.topic_oc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 804px;
  margin: 1rem auto;
  padding: 12px;
  background: #fce7e7;
}

.topic_oc img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  #special {
    display: block;
  }
  #special ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .top-sp-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-sp-slider li {
    width: calc(33% - 10px);
    margin-bottom: 10px;
    background: #fce7e7;
    margin: 0 5px 10px 5px;
  }
  .top-sp-slider a {
    width: calc(100% - 12px);
    height: auto;
    font-size: 1rem;
    background: none;
    margin: 0;
    padding: 6px;
  }
  .top-sp-slider img {
    width: 100%;
  }
  .top-sp-slider .forPc {
    display: none;
  }
}

.topSecWrapper {
  text-align: center;
  letter-spacing: -0.4em;
  width: 100%;
}

#movies {
  width: 100%;
}

#movies .movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  margin: 0 auto 20px auto;
}

@media screen and (max-width: 768px) {
  #movies .movie {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#movies .movie__content {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}

@media screen and (max-width: 768px) {
  #movies .movie__content {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}

#movies .movie__content iframe {
  width: 100%;
}

#movies .movie__content h3 {
  margin: 0 0 2rem;
}

#movies .movie__content h3::before {
  margin-right: 1rem;
}

#movies .movie__content .care {
  font-size: 2.5rem;
  color: #ef8b0e;
}

#movies .movie__content .care::before {
  content: url(../images/about_care_m.png);
}

#movies .movie__content .social {
  font-size: 2.5rem;
  color: #227973;
}

#movies .movie__content .social::before {
  content: url(../images/about_social_m.png);
}

#movies .movie__content .secretary {
  font-size: 2.5rem;
  color: #ef8585;
}

#movies .movie__content .secretary::before {
  content: url(../images/about_secretary_m.png);
}

#movies .movie__content .school {
  font-size: 2.5rem;
  color: #f04d62;
}

#movies .movie__content .school::before {
  content: url(../images/about_secretary_m.png);
}

.snsWrapper {
  width: 490px;
}

#instagram {
  display: inline-block;
  vertical-align: top;
  width: 490px;
  margin: 0;
  letter-spacing: normal;
  margin-bottom: 40px;
}

#instagram.forMb,
#news.forMb {
  display: none;
}

#news {
  width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem auto 0;
  letter-spacing: normal;
}

#news .secHeader {
  white-space: nowrap;
  margin: 0 20px 0 0;
}

#news .bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}

#news .bx-viewport {
  width: calc(100% - 90px) !important;
}

#news .bx-wrapper .bx-prev {
  left: auto;
  right: 42px;
}

#news .bx-wrapper .bx-next {
  right: 0px;
}

#container .bx-wrapper .bx-controls-direction a.disabled {
  display: inline;
  opacity: 0.3;
  pointer-events: none;
}

#news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}

#news dt,
#news dd {
  margin: 0;
  padding: 0;
}

#news .newsDate {
  margin-right: 10px;
}

#news .newsTagWrapper {
  white-space: nowrap;
  margin-right: 10px;
}

.newsTag {
  background: #ef475d;
  color: #fff;
  padding: 2px 5px;
  line-height: 3rem;
}

.newsTag.exam {
  background: #08c8a4;
}

.newsTag.oc {
  background: #ef475d;
}

.newsTag.event {
  background: #efb44b;
}

#news dd a {
  text-decoration: underline;
}

.newsFooter {
  margin: 0;
  width: 100%;
  letter-spacing: normal;
}

.instagramBody iframe {
  width: 100% !important;
}

.twitterWrapper {
  border: 1px solid #00a1f2;
}

@media screen and (max-width: 768px) {
  #news,
  #instagram {
    display: block;
    width: 100%;
    margin: 40px 0;
  }
  #instagram.forMb,
  #news.forMb {
    display: block;
  }
  #instagram.forPc,
  #news.forPc {
    display: none;
  }
  #news dl {
    display: block;
    text-align: left;
    margin-bottom: 40px;
    padding: 0 15px;
    text-align: center;
  }
  #news .newsTagWrapper {
    position: static;
  }
  #news .newsDate {
    padding-right: 0;
  }
  #news .bx-wrapper {
    margin-bottom: 60px;
  }
  #news .bx-wrapper .bx-prev {
    top: auto;
    left: calc(50% - 50px);
    bottom: -42px;
  }
  #news .bx-wrapper .bx-next {
    top: auto;
    right: calc(50% - 50px);
    bottom: -42px;
  }
  #news .bx-viewport {
    width: 100% !important;
  }
  .twitterWrapper {
    margin: 0 15px;
  }
  #tiktok {
    margin-top: 30px;
    padding: 0 15px;
  }
}

#nav {
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 3rem;
}

#nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  background: #ef8586;
}

#nav li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  position: relative;
}

#nav li::before,
#nav li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 0px;
  height: calc(100%);
  border-left: 1px solid #fff;
}

#nav li::before {
  display: none;
  left: 0;
}

#nav li::after {
  right: 0;
}

#nav li:first-of-type::before {
  display: block;
}

#nav li a {
  display: block;
  padding: 1rem;
  color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  #nav li a {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    font-size: 1.25rem;
    text-align: left;
  }
}

#nav li a::before {
  content: url(../images/m_white.png);
  margin-right: 10px;
  display: block;
  height: 22px;
}

@media screen and (max-width: 768px) {
  #nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-left: 1px solid #fff;
  }
  #nav li {
    width: 50%;
    border-bottom: 1px solid #fff;
  }
  #nav li:first-of-type::before {
    display: none;
  }
  #nav li a::before {
    vertical-align: text-top;
  }
}

.sns {
  max-width: 1020px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sns section {
  letter-spacing: normal;
}

#sns {
  width: 100%;
  margin: 3rem 0;
}

#sns .sns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin: 0 auto;
}

#sns .sns_wrap div {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

#sns .sns_wrap div img {
  display: block;
  width: auto;
  height: 50px;
  margin: 1rem auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.outerLink {
  text-align: center;
  margin: 20px 0;
}

.outerLink a {
  display: inline-block;
  padding: 5px 10px;
  background: #fce7e7;
  color: #ef475d;
}

.outerLink a::after {
  content: " ＞";
}

/* =top news
-------------------------------------------------------------- */
/* =  top-admission
-------------------------------------------------------------- */
#top-admission {
  background: url("../images/top/bg_top_admission.png") no-repeat scroll center/cover;
}

#top-admission .content-box {
  text-align: center;
}

#top-admission .content-box li {
  width: 31.2%;
  margin-right: 3.2%;
}

#top-admission .content-box li:last-child {
  margin-right: 0;
}

#top-admission .content-box li a {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#top-admission .content-box li a:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#top-admission .content-box li .sub-ttl {
  position: relative;
  background: #fff;
  display: block;
  font-size: 2.4rem;
  margin: 0;
  padding: 12px 20px;
  text-align: left;
}

#top-admission .content-box li .sub-ttl::after {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #ef8585;
  border-right: 3px solid #ef8585;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#top-admission .content-box li a:hover .sub-ttl::after {
  right: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 768px) {
  #top-admission .content-box a {
    display: table;
  }
  #top-admission .content-box li:nth-child(n) {
    margin-bottom: 2%;
    width: 100%;
    margin-right: 0;
  }
  #top-admission .content-box li:last-child {
    margin-bottom: 0;
  }
  #top-admission .content-box li .img-box,
  #top-admission .content-box li .sub-ttl {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}

/* =top-news
-------------------------------------------------------------- */
#top-news .link-box {
  text-align: center;
  margin-top: 50px;
}

/* =top-blog
-------------------------------------------------------------- */
#top-blog {
  padding-top: 0;
}

#top-blog .link-box {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  #top-blog {
    padding-top: 50px;
  }
}

/* = opencumpus
-------------------------------------------------------------- */
#content #opencampus {
  background: #fbf4df;
  margin-top: 30px;
}

#content #opencampus .sectioninner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 20px 0;
}

#content #opencampus .secHeader {
  margin-top: -50px;
}

.opencampusDesc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}

.opencampusDescItem {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
}

.opencampusDescItem::before,
.opencampusDescItem::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: #b28146;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.opencampusDescItem::before {
  left: -10px;
  top: -10px;
}

.opencampusDescItem::after {
  right: -10px;
  bottom: -10px;
}

.opencampusDescItem h3 {
  text-align: center;
  color: #b28146;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  border-bottom: 2px dotted #b28146;
}

.opencampusDescItem p {
  font-size: 1.8rem;
  font-weight: bold;
}

.opencampusList {
  /*	display: flex;
	justify-content: center;
	flex-wrap: wrap;*/
  margin: 0;
}

.opencampusList dl {
  min-width: 240px;
  min-height: 210px;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
}

.opencampusList dt,
.opencampusList dd {
  margin: 0;
  text-align: center;
}

.opencampusList dt {
  font-size: 4.5rem;
  font-weight: bold;
  color: #f04d62;
  /*	background: linear-gradient(transparent 70%, #fff100 45%);*/
  border-bottom: 1px dotted #f04d62;
  padding: 0 10px 10px 10px;
  line-height: 1;
}

.opencampusList dt .sub {
  font-size: 1.8rem;
  padding-left: 0.2em;
}

.opencampusList dd {
  margin-top: 10px;
  font-size: 2rem;
  line-height: 2;
}

.opencampusList .timezone {
  display: inline-block;
  width: 2.4em;
  background: #f04d62;
  color: #fff;
  padding: 2px;
  line-height: 1.2;
}

#opencampus .bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto;
  background: none;
}

#opencampus .bx-wrapper .bx-prev {
  left: -50px;
}

#opencampus .bx-wrapper .bx-next {
  right: -50px;
}

.opencampusLine p {
  text-align: center;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #content #opencampus .secHeader {
    margin-top: -30px;
    padding: 0 10px;
  }
  .opencampusDesc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .opencampusDescItem {
    margin-bottom: 20px;
  }
  #content #opencampus .bx-viewport {
    background: rgba(255, 255, 255, 0.9);
  }
  .opencampusList {
    margin: 0;
  }
  .opencampusList dl {
    background: transparent;
    margin: 0px;
    height: auto;
  }
  #opencampus .bx-wrapper .bx-prev {
    left: 10px;
  }
  #opencampus .bx-wrapper .bx-next {
    right: 10px;
  }
}

/* =top-access
-------------------------------------------------------------- */
#top-access .address-container .address-box {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top-access .address-container .address-box:first-child {
  padding-right: 2%;
}

#top-access .address-container .address-box:last-child {
  padding-left: 2%;
}

#top-access .address-container .address-box .sub-ttl {
  position: relative;
  margin-bottom: 0;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top-access .address-container .address-box .sub-ttl::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  background: #ef8585;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  #top-access .address-container .right {
    float: right;
  }
  #top-access .address-container .left {
    float: left;
  }
}

#sns-box.sp-only {
  text-align: center;
  padding: 35px 0 30px;
}

.links-line {
  width: 100%;
  margin-top: 0px;
  padding-left: 0;
  text-align: center;
}

.links-line .btn-box a {
  display: inline-block;
  width: 200px;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 50px;
  color: #fff;
  margin: 10px;
  padding: 10px 0;
  background: #00c402;
  text-align: center;
}

#index_mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=home.css.map */