@charset "UTF-8";
/* css start */
/************************************************
	Setting
************************************************ */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
* {
  transition: opacity 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, border-radius 0.3s ease-out, box-shadow 0.3s ease-out, text-shadow 0.3s ease-out, transform 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, border-radius 0.3s ease-out, box-shadow 0.3s ease-out, text-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

body {
  color: #000;
  font-size: 1.143rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  background: #fff;
  line-height: 2;
  -webkit-text-size-adjust: none;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1rem;
  }
}
/* link */
a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #666;
}

a img {
  background-color: rgba(255, 255, 255, 0.01);
}

a:hover img {
  opacity: 0.8;
}

/* clear */
.cf {
  zoom: 1;
}

.cf, .cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.clear {
  clear: both;
}

/* ul ol*/
ul, ol {
  font-size: 1.143rem;
  line-height: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

input[type=text], input[type=email], input[type=tel], input[type=submit], input[type=button], textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slick-slider.topslider div, .slick-slider.bnrslider div {
  transition: none;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/************************************************

	common.scss

************************************************ */
#container {
  background: linear-gradient(180deg, #E9F7F0 0%, #fff 6%, #E9F7F0 15%, #fff 20%, #E9F7F0 35%, #fff 40%, #E9F7F0 85%, #fff 90%, #fff 100%);
}

#container.sub {
  background: linear-gradient(180deg, #E9F7F0 0%, #fff 30%, #fff 60%, #E9F7F0 90%, #E9F7F0 100%);
}

@media screen and (max-width: 768px) {
  #subMv {
    padding-top: 40px;
  }
}
/************************************************
	汎用
************************************************ */
.c-red {
  color: #FF0000;
}

.c-pink {
  color: #F77BA6;
}

.c-green {
  color: #5BB717;
}

.hl-basic {
  font-size: 1.429rem;
  font-weight: bold;
  line-height: 2.6;
}
.hl-basic small {
  font-size: 1.143rem;
  line-height: 3.25;
}

@media screen and (max-width: 768px) {
  .hl-basic {
    font-size: 1.143rem;
    line-height: 2.2;
  }
  .hl-basic small {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.hl-semibasic {
  font-size: 1.286rem;
  font-weight: bold;
  line-height: 1.7;
}

.fs-middle {
  font-size: 1.286rem;
  font-weight: bold;
  line-height: 1.7;
}

.hl-semilarge {
  font-size: 1.571rem;
  font-weight: bold;
  line-height: 2.36;
}

@media screen and (max-width: 768px) {
  .hl-semilarge {
    font-size: 1.429rem;
    line-height: 1.7;
  }
}
.hl-large {
  font-size: 2.143rem;
  font-weight: bold;
  line-height: 1.73;
}

@media screen and (max-width: 768px) {
  .hl-large {
    font-size: 1.429rem;
  }
}
.hl-mostlarge {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: -0.08em;
}

.hl-enJa__hasline {
  text-align: center;
  width: 100%;
  margin: 0;
}
.hl-enJa__hasline .en {
  font-size: 1.429rem;
  display: block;
  font-family: "YuMincho";
}
.hl-enJa__hasline .ja {
  font-size: 2.143rem;
  font-weight: bold;
  line-height: 1.73;
}

@media screen and (max-width: 768px) {
  .hl-enJa__hasline .en {
    font-size: 4.8vw;
    line-height: 1.6;
  }
  .hl-enJa__hasline .ja {
    font-size: 5.8vw;
  }
}
.hl-hasbg__gleen {
  font-size: 1.714rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  background: #5AB717;
}

@media screen and (max-width: 768px) {
  .hl-hasbg__gleen {
    font-size: 1.286rem;
    line-height: 1.3;
  }
}
/************************************************
	body
************************************************ */
.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 50px;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 5.3vw;
  }
}
.inner-w {
  max-width: 1266px;
  margin: 0 auto;
  position: relative;
}

/************************************************
	テーブル
************************************************ */
.table__basic {
  font-size: 1.286rem;
  text-align: center;
  width: 100%;
  border-top: 1px solid #F77BA6;
  border-bottom: 1px solid #F77BA6;
}
.table__basic tr:nth-of-type(n+2) {
  border-top: 1px solid #E0E0E0;
}
.table__basic th {
  background: #E9F7F0;
  font-weight: bold;
  height: 98px;
}
.table__basic th:nth-of-type(n+2) {
  border-left: 1px solid #E0E0E0;
}
.table__basic td {
  line-height: 1.2;
  height: 98px;
  background: #fff;
}
.table__basic td:nth-of-type(n+2) {
  border-left: 1px solid #E0E0E0;
}
.table__basic td.average {
  background: #FAFAFA;
}

@media screen and (max-width: 768px) {
  .table__basic {
    font-size: 1rem;
  }
  .table__basic th {
    height: 70px;
  }
  .table__basic th:nth-of-type(n+2) {
    border-left: 1px solid #E0E0E0;
  }
  .table__basic td {
    padding: 10px;
    height: 70px;
  }
}
.table__simpleBorder .item {
  padding: 20px 16px 28px;
  border-top: 1px solid #F77BA6;
}
.table__simpleBorder .item:last-of-type {
  border-bottom: 1px solid #F77BA6;
}

@media screen and (max-width: 768px) {
  .table__simpleBorder .item {
    padding: 20px 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .table-scroll {
    overflow-y: scroll;
  }
  .table-scroll .table__basic {
    white-space: nowrap;
  }
}
/************************************************
	ボタン
************************************************ */
.arrowBtn_basic {
  margin-top: 30px;
  font-size: 1.286rem;
}
.arrowBtn_basic a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.arrowBtn_basic a .btnTxt {
  position: relative;
  padding-left: 50px;
}
.arrowBtn_basic a .btnTxt:before {
  content: "";
  width: 35px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #707070;
  -webkit-mask-image: url(../images/arrow_link.svg);
  mask-image: url(../images/arrow_link.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 35px auto;
  mask-size: 35px auto;
  transition: 0.3s;
}
.arrowBtn_basic a .btnTxt:hover:before {
  transform: translate(6px, -50%);
}

@media screen and (max-width: 768px) {
  .arrowBtn_basic {
    margin-top: 15px;
    font-size: 1.143rem;
  }
  .arrowBtn_basic a .btnTxt {
    padding-left: 45px;
  }
  .arrowBtn_basic a .btnTxt:before {
    width: 30px;
    height: 7px;
    left: 0;
    -webkit-mask-size: 30px auto;
    mask-size: 30px auto;
  }
}
/************************************************
  pager
************************************************ */
#pager {
  margin: 115px 0 0;
  text-align: center;
  font-size: 1.286rem;
  color: #000;
  font-weight: bold;
  font-family: "游ゴシック";
}
#pager .current {
  color: #000;
  padding: 9px;
}
#pager .page {
  color: #C4C4C4;
  padding: 9px;
}
#pager .page:hover {
  color: #000;
}
#pager .pages {
  display: none;
}
#pager .nextpostslink {
  position: relative;
  border: none;
  margin: 0 0 0 19px;
  display: inline-block;
  padding: 9px 0;
  font-size: 30px;
  font-weight: lighter;
}
#pager .nextpostslink:hover {
  color: #666;
}
#pager .previouspostslink {
  position: relative;
  border: none;
  margin: 0 19px 0 0;
  display: inline-block;
  padding: 9px 0;
  font-size: 30px;
  font-weight: lighter;
}
#pager .previouspostslink:hover {
  color: #666;
}

@media screen and (max-width: 768px) {
  #pager {
    margin: 30px 0 0;
    font-size: 1.143rem;
  }
  #pager .nextpostslink {
    margin: 0 0 0 15px;
    padding: 9px 0;
    font-size: 26px;
  }
  #pager .previouspostslink {
    margin: 0 15px 0 0;
    padding: 9px 0;
    font-size: 26px;
  }
}
/************************************************
  404
************************************************ */
#notfoundSec01 {
  padding: 190px 0 150px;
}
#notfoundSec01 .articleArea {
  border-radius: 38px;
  padding: 104px 100px 100px;
  margin-top: 20px;
}
#notfoundSec01 .articleArea h3 {
  line-height: 1.6;
}
#notfoundSec01 .articleArea .txt {
  margin-top: 20px;
}
#notfoundSec01 .page-links {
  margin-top: 150px;
}

@media screen and (max-width: 768px) {
  #notfoundSec01 {
    padding: 80px 0 80px;
  }
  #notfoundSec01 .articleArea {
    border-radius: 16px;
    padding: 40px 5.3vw 40px;
    margin-top: 30px;
  }
  #notfoundSec01 .page-links {
    margin-top: 50px;
  }
}
/************************************************
  subpage 新規ページ汎用
************************************************ */
.subpageSec {
  padding: 190px 0 150px;
}
.subpageSec .articleArea {
  padding: 104px 100px 100px;
  margin-top: 20px;
}
.subpageSec .articleArea h3 {
  line-height: 1.6;
}
.subpageSec .articleArea .txt {
  margin-top: 20px;
}
.subpageSec .page-links {
  margin-top: 150px;
}

/************************************************

	header.scss

************************************************ */
/************************************************
	header
************************************************ */
#header {
  width: 100%;
  position: fixed;
  z-index: 999;
}
#header .h-body {
  padding: 0 40px;
  align-items: center;
  height: 112px;
  width: 100%;
}
#header .logo_area {
  width: 28%;
  max-width: 338px;
}
#header .logo_area figure {
  line-height: 1;
  margin-bottom: 14px;
}
#header .title-hasbg__white {
  font-size: 0.857rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  background: #fff;
  padding: 7px 0;
  margin: 0;
  border: 1px solid #707070;
  max-width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .title-hasbg__white span:nth-of-type(2) {
  padding-left: 4%;
  margin-left: 4%;
  border-left: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  #header .h-body {
    padding: 0 20px;
  }
  #header .title-hasbg__white {
    font-size: 1vw;
    padding: 7px 0;
    max-width: 340px;
  }
  #header .title-hasbg__white span:nth-of-type(2) {
    padding-left: 2%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 768px) {
  #header {
    background: #fff;
  }
  #header .h-body {
    padding: 0 20px;
    height: 80px;
  }
  #header .logo_area {
    width: 72%;
    padding: 10px 0;
  }
  #header .logo_area figure {
    margin-bottom: 5px;
  }
  #header .title-hasbg__white {
    font-size: 1.8vw;
    padding: 4px 0px;
  }
}
#header .h-menu {
  width: 70%;
  display: flex;
  justify-content: end;
}
#header .h-nav__menu {
  display: flex;
  font-weight: bold;
  align-items: baseline;
}
#header .item {
  text-align: center;
  line-height: 1;
}
#header .item span {
  font-size: 0.786rem;
}
#header .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.1vw 20px;
  font-size: 15px;
}
#header .item:last-of-type a {
  padding: 0 0 0 20px;
}

@media screen and (max-width: 1024px) {
  #header .h-menu {
    width: 80%;
  }
  #header .item span {
    font-size: 0.714rem;
  }
  #header .item a {
    padding: 0 0.4vw 20px;
    font-size: 14px;
  }
  #header .item:last-of-type {
    width: 30%;
  }
  #header .item:last-of-type a {
    padding: 0 0 0 0.4vw;
  }
}
@media screen and (max-width: 768px) {
  #header .h-menu {
    display: none;
  }
  #header .h-nav__menu {
    display: none;
  }
}
#header.show .h-body {
  background: rgba(210, 240, 190, 0.7);
}

@media screen and (max-width: 768px) {
  #header.show .h-body {
    background: #fff;
  }
}
/************************************************
	nav
************************************************ */
/*========= ナビゲーションのためのCSS ===============*/
@media screen and (max-width: 768px) {
  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 900;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 90%;
    height: 100vh; /*ナビの高さ*/
    background: rgb(244, 244, 244);
    /*動き*/
    transition: all 0.6s;
    padding-top: 80px;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    right: 0;
  }
  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 900;
    width: 90%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*ナビゲーション*/
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    z-index: 900;
    padding-top: 20px;
  }
  /*リストのレイアウト設定*/
  #g-nav li {
    list-style: none;
    text-align: center;
  }
  #g-nav li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  #g-nav li a[target=_blank]:after {
    content: ""; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 15px; /*画像の幅*/
    height: 15px; /*画像の高さ*/
    background-image: url(../images/icon_newtab-01.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
  }
  .g-nav-list__bnr {
    padding-top: 40px;
    text-align: center;
  }
}
/************************************************
	navボタン
************************************************ */
/*========= ボタンのためのCSS ===============*/
@media screen and (max-width: 768px) {
  .openbtn {
    position: fixed;
    z-index: 9999; /*ボタンを最前面に*/
    top: 0;
    right: 0;
    cursor: pointer;
    width: 65px;
    height: 80px;
  }
  /*×に変化*/
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 1px;
    background-color: #000;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 28px;
  }
  .openbtn span:nth-of-type(2) {
    top: 36px;
  }
  .openbtn span:nth-of-type(3) {
    top: 44px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 31px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 43px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}
/************************************************

	cta.scss

************************************************ */
/************************************************

	footer.scss

************************************************ */
/************************************************
	footer
************************************************ */
#footer {
  background: #E0E0E0;
}
#footer .f-inner {
  max-width: 1260px;
  margin: 0 auto;
}
#footer .fNavi-wrap {
  padding: 50px 0 170px;
  justify-content: space-between;
}
#footer .logo_area figure {
  line-height: 1;
  margin-bottom: 14px;
}
#footer .title-hasbg__white {
  font-size: 0.857rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  background: #fff;
  padding: 7px 13px;
  margin: 0;
  border: 1px solid #707070;
  max-width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .title-hasbg__white span:nth-of-type(2) {
  padding-left: 4%;
  margin-left: 4%;
  border-left: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  #footer .title-hasbg__white {
    font-size: 0.714rem;
    padding: 7px 0;
    max-width: 340px;
  }
  #footer .title-hasbg__white span:nth-of-type(2) {
    padding-left: 3%;
    margin-left: 3%;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding-top: 30px;
  }
  #footer .f-inner {
    width: 100%;
    padding: 0 5.3vw;
  }
  #footer .fNavi-wrap {
    padding: 0 0 30px;
  }
  #footer .logo_area figure {
    margin-bottom: 10px;
  }
  #footer .title-hasbg__white {
    font-size: 2.1vw;
    padding: 4px 0px;
  }
}
.fNavi-wrap__center {
  width: 50%;
}
.fNavi-wrap__center .fNavi {
  display: flex;
  justify-content: start;
}
.fNavi-wrap__center .fNavi .nav-block {
  border-left: 1px solid #707070;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-left: 5%;
  min-width: 150px;
}
.fNavi-wrap__center .fNavi .nav-block__item {
  font-weight: bold;
}
.fNavi-wrap__center .fNavi .nav-block__item a {
  padding: 7px 0;
}

@media screen and (max-width: 768px) {
  .fNavi-wrap__center {
    width: 100%;
    padding-top: 30px;
  }
  .fNavi-wrap__center .fNavi {
    display: block;
  }
  .fNavi-wrap__center .fNavi .nav-block {
    padding-left: 20px;
    padding-bottom: 0;
    margin-left: 0%;
    min-width: initial;
  }
  .fNavi-wrap__center .fNavi .nav-block__item a {
    padding: 4px 0;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .fNavi-wrap__right {
    padding-top: 30px;
  }
}
.copyrightArea {
  padding: 10px 0 40px;
  background: #fff;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .copyrightArea {
    padding: 15px 15px 80px;
    font-size: 0.929rem;
  }
}
/************************************************
	固定CTA
************************************************ */
#fixCta {
  position: fixed;
  top: 180px;
  right: 0;
  opacity: 0;
}
#fixCta .cta li {
  writing-mode: vertical-rl;
}
#fixCta .cta a {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 15px 10px 0;
  position: relative;
  gap: 5px;
  height: 182px;
}
#fixCta .cta a span {
  padding: 6px 0;
}
#fixCta .cta a::before {
  content: "";
  background: url(../images/arrow_circle.png);
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
}
#fixCta .cta .request {
  background: #EB91C2;
}
#fixCta .cta .inquiry {
  background: #6AC8F2;
}

#fixCta.fixed {
  opacity: 1;
}

#fixNavi {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
#fixNavi li {
  text-align: center;
}
#fixNavi li a {
  display: block;
  padding: 15px 0;
}
#fixNavi li b {
  font-size: 3.7vw;
  color: #fff;
  letter-spacing: 0;
}
#fixNavi li.request {
  background: #EB91C2;
}
#fixNavi li.inquiry {
  background: #6AC8F2;
}
#fixNavi li.access {
  background: #5BB717;
}

/************************************************

	news.scss

************************************************ */
/************************************************
	共通
************************************************ */
.newsInfo .date {
  font-size: 1.071rem;
}
.newsInfo .cate {
  font-size: 0.929rem;
  color: #fff;
  background: #6AC8F2;
  padding: 3px 0;
  width: 120px;
  text-align: center;
}
.newsInfo .cate.news-info {
  background: #A7A7A7;
}
.newsInfo .cate.news-event {
  background: #F77BA6;
}

@media screen and (max-width: 768px) {
  .newsInfo .date {
    font-size: 0.929rem;
  }
  .newsInfo .cate {
    font-size: 0.857rem;
  }
}
.newsList .item {
  border-top: 1px solid #C4C4C4;
}
.newsList .item:last-of-type {
  border-bottom: 1px solid #C4C4C4;
}
.newsList .item a {
  padding: 16px;
  min-height: 66px;
  align-items: center;
}
.newsList .newsInfo .cate {
  margin-left: 40px;
}
.newsList .newsTitle {
  font-size: 1.071rem;
  margin-left: 25px;
}

@media screen and (max-width: 768px) {
  .newsList .item a {
    padding: 15px 5px;
    min-height: initial;
    display: block;
  }
  .newsList .newsInfo {
    line-height: 1.6;
    align-items: center;
  }
  .newsList .newsInfo .cate {
    margin-left: 20px;
  }
  .newsList .newsTitle {
    font-size: 1.071rem;
    margin-left: 0px;
    margin-top: 8px;
  }
}
#newsArchiveSec {
  padding: 190px 0 150px;
}
#newsArchiveSec .main {
  background: #fff;
  border-radius: 38px;
  padding: 104px 0 140px;
  margin-top: 20px;
  width: 100%;
}
#newsArchiveSec .main .newsList {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #newsArchiveSec {
    padding: 80px 0 80px;
  }
  #newsArchiveSec .main {
    border-radius: 16px;
    padding: 40px 5.3vw 40px;
    margin-top: 30px;
  }
  #newsArchiveSec .main .newsList {
    width: 100%;
    max-width: initial;
  }
}
#newsSingleSec {
  padding: 190px 0 123px;
}
#newsSingleSec .articleArea {
  background: #fff;
  border-radius: 38px;
  padding: 104px 100px 100px;
  margin-top: 20px;
  width: 100%;
}
#newsSingleSec .articleArea .newsTitle {
  font-size: 1.429rem;
  line-height: 1.6;
  font-weight: bold;
}
#newsSingleSec .articleArea .newsInfo {
  margin-top: 28px;
  border-top: 1px solid #C4C4C4;
  padding: 12px 0;
}
#newsSingleSec .articleArea .newsInfo .cate {
  margin-left: 14px;
}
#newsSingleSec .articleArea .newsContent {
  margin-top: 45px;
}
#newsSingleSec .articleArea .newsContent p {
  margin-bottom: 32px;
}
#newsSingleSec .articleArea .newsContent figure {
  margin-bottom: 32px;
}
#newsSingleSec .articleArea .newsContent h1, #newsSingleSec .articleArea .newsContent h2, #newsSingleSec .articleArea .newsContent h3, #newsSingleSec .articleArea .newsContent h4, #newsSingleSec .articleArea .newsContent h5, #newsSingleSec .articleArea .newsContent h6 {
  margin-bottom: 2rem;
}
#newsSingleSec .articleArea .newsContent a {
  text-decoration: underline;
}
#newsSingleSec .page-links {
  margin-top: 150px;
}

@media screen and (max-width: 768px) {
  #newsSingleSec {
    padding: 80px 0 80px;
  }
  #newsSingleSec .articleArea {
    border-radius: 16px;
    padding: 40px 5.3vw 40px;
    margin-top: 30px;
  }
  #newsSingleSec .articleArea .newsTitle {
    font-size: 1.286rem;
  }
  #newsSingleSec .articleArea .newsInfo {
    margin-top: 20px;
    padding: 10px 0;
  }
  #newsSingleSec .articleArea .newsContent {
    margin-top: 30px;
  }
  #newsSingleSec .articleArea .newsContent p {
    margin-bottom: 25px;
  }
  #newsSingleSec .articleArea .newsContent figure {
    margin-bottom: 25px;
  }
  #newsSingleSec .articleArea .newsContent h1, #newsSingleSec .articleArea .newsContent h2, #newsSingleSec .articleArea .newsContent h3, #newsSingleSec .articleArea .newsContent h4, #newsSingleSec .articleArea .newsContent h5, #newsSingleSec .articleArea .newsContent h6 {
    margin-bottom: 1.5rem;
  }
  #newsSingleSec .page-links {
    margin-top: 50px;
  }
}
/************************************************
	TOP
************************************************ */
.topSec {
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  .topSec {
    padding-top: 80px;
  }
}
/************************************************
	TOP-MV
************************************************ */
#l-mv__top {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}
#l-mv__top .l-clm__img img {
  width: 100%;
  border-radius: 42px;
}
#l-mv__top .l-clm__txt {
  padding-top: 157px;
  max-width: 900px;
  margin: 0 auto;
}
#l-mv__top .catchTxt_main {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.08em;
  margin-top: 100px;
  margin-bottom: 50px;
}
#l-mv__top .lead {
  margin-top: 40px;
}
#l-mv__top .name-chairman {
  font-weight: bold;
  font-size: 17px;
  text-align: right;
}
#l-mv__top .name-chairman span {
  font-size: 1.071rem;
}
#l-mv__top .certificateInfo {
  margin-top: 72px;
}
#l-mv__top .certificateInfo a {
  font-size: 1.286rem;
  line-height: 1.7;
  text-align: center;
  display: block;
  border: 3px solid #000;
  background: #fff;
  padding: 29px 0;
}
#l-mv__top .certificateInfo p.txt {
  margin-top: 18px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #l-mv__top {
    max-width: initial;
    padding: 0 7.4vw;
  }
  #l-mv__top .l-clm__img img {
    border-radius: 16px;
  }
  #l-mv__top .l-clm__txt {
    padding-top: 80px;
    max-width: initial;
  }
  #l-mv__top .catchTxt_main {
    font-size: 7.4vw;
    margin-top: 70px;
    margin-bottom: 40px;
  }
  #l-mv__top .name-chairman {
    font-size: 16px;
  }
  #l-mv__top .certificateInfo {
    margin-top: 60px;
  }
  #l-mv__top .certificateInfo a {
    font-size: 1.143rem;
    padding: 20px 0;
  }
  #l-mv__top .certificateInfo p.txt {
    margin-top: 1rem;
    margin-bottom: 70px;
  }
}
.l-submv__top img {
  width: 100%;
}

.top__eventNewsArea {
  background: #fff;
  border-radius: 38px;
}
.top__eventNewsArea-body {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top__eventNewsArea {
    border-radius: 16px;
    width: 92%;
    margin-top: 70px;
  }
  .top__eventNewsArea-body {
    width: 100%;
  }
}
/************************************************
	イベント情報
************************************************ */
.topSec__event {
  padding-top: 87px;
}
.topSec__event .event__main {
  margin-top: 32px;
}
.topSec__event .event__main .hl-hasbg__gleen {
  padding: 23px 0;
  text-align: center;
  margin: 0;
}
.topSec__event .event__main .event__main-body {
  background: #E9F7F0;
  padding: 35px 46px;
}
.topSec__event .event__other {
  margin-top: 35px;
}
.topSec__event .event__main h3, .topSec__event .event__other h3 {
  font-size: 1.429rem;
  line-height: 1.6;
  font-weight: bold;
}
.topSec__event .event__main h4, .topSec__event .event__other h4 {
  font-size: 1.571rem;
  line-height: 1.45;
  font-weight: bold;
}
.topSec__event .event__main p, .topSec__event .event__other p {
  margin-top: 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .topSec__event {
    padding-top: 0;
  }
  .topSec__event .event__main {
    margin-top: 50px;
  }
  .topSec__event .event__main .hl-hasbg__gleen {
    padding: 18px 16px;
  }
  .topSec__event .event__main .event__main-body {
    padding: 20px 5.3vw 30px;
  }
  .topSec__event .event__other {
    margin-top: 40px;
  }
  .topSec__event .event__main h3, .topSec__event .event__other h3 {
    font-size: 1.286rem;
    line-height: 1.6;
  }
  .topSec__event .event__main h4, .topSec__event .event__other h4 {
    font-size: 1.429rem;
    line-height: 1.45;
  }
  .topSec__event .event__main p, .topSec__event .event__other p {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}
/************************************************
	トップお知らせ
************************************************ */
.topNewsSec {
  padding-top: 110px;
  padding-bottom: 80px;
}
.topNewsSec .newsList {
  margin-top: 28px;
}

@media screen and (max-width: 768px) {
  .topNewsSec {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .topNewsSec .newsList {
    margin-top: 20px;
  }
}
/************************************************
	適応自立支援コースのご案内
************************************************ */
.topSec__courses {
  padding-bottom: 30px;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.topSec__courses .block {
  margin-top: 46px;
}
.topSec__courses .hl-semilarge {
  margin-bottom: 20px;
}
.topSec__courses .list__simpleDots li {
  position: relative;
  padding-left: 20px;
}
.topSec__courses .list__simpleDots li:before {
  content: "●";
  color: #F77BA6;
  display: block;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 768px) {
  .topSec__courses {
    padding-bottom: 20px;
    width: 100%;
    max-width: initial;
  }
  .topSec__courses .block {
    margin-top: 40px;
  }
  .topSec__courses .list__simpleDots li {
    padding-left: 20px;
    font-size: 1.071rem;
  }
  .topSec__courses .list__simpleDots li:before {
    position: absolute;
    left: 0;
  }
}
/************************************************
	ここがポイント！4つの魅力
************************************************ */
.topSec__points .point__itemWrap {
  background: #fff;
  border-radius: 38px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 104px 7% 100px;
  margin-top: 38px;
}
.topSec__points .point__itemWrap .item {
  width: 47%;
  background: #FAFAFA;
  border-radius: 21px;
  padding: 36px 30px 45px;
  position: relative;
  min-height: 235px;
}
.topSec__points .point__itemWrap .item:nth-of-type(n+3) {
  margin-top: 66px;
}
.topSec__points .point__itemWrap .item:nth-of-type(1):before {
  content: "";
  display: block;
  background: center/contain no-repeat url(../images/deco_num01.png);
  width: 34px;
  height: 70px;
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
}
.topSec__points .point__itemWrap .item:nth-of-type(2):before {
  content: "";
  display: block;
  background: center/contain no-repeat url(../images/deco_num02.png);
  width: 34px;
  height: 70px;
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
}
.topSec__points .point__itemWrap .item:nth-of-type(3):before {
  content: "";
  display: block;
  background: center/contain no-repeat url(../images/deco_num03.png);
  width: 34px;
  height: 70px;
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
}
.topSec__points .point__itemWrap .item:nth-of-type(4):before {
  content: "";
  display: block;
  background: center/contain no-repeat url(../images/deco_num04.png);
  width: 34px;
  height: 70px;
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .topSec__points {
    padding-bottom: 20px;
  }
  .topSec__points .point__itemWrap {
    border-radius: 16px;
    padding: 50px 5.3vw 50px;
    margin-top: 40px;
  }
  .topSec__points .point__itemWrap .item {
    width: 100%;
    border-radius: 16px;
    padding: 36px 5.3vw 25px;
    min-height: initial;
  }
  .topSec__points .point__itemWrap .item:nth-of-type(2) {
    margin-top: 46px;
  }
  .topSec__points .point__itemWrap .item:nth-of-type(n+3) {
    margin-top: 46px;
  }
  .topSec__points .point__itemWrap .item:nth-of-type(1):before {
    width: 7.4vw;
    height: 70px;
    top: -30px;
  }
  .topSec__points .point__itemWrap .item:nth-of-type(2):before {
    width: 7.4vw;
    height: 70px;
    top: -30px;
  }
  .topSec__points .point__itemWrap .item:nth-of-type(3):before {
    width: 7.4vw;
    height: 70px;
    top: -30px;
  }
  .topSec__points .point__itemWrap .item:nth-of-type(4):before {
    width: 7.4vw;
    height: 70px;
    top: -30px;
  }
}
/************************************************
	時間割
************************************************ */
.topSec__schedule {
  padding-bottom: 58px;
}
.topSec__schedule .schedule__images {
  margin-top: 38px;
}

@media screen and (max-width: 768px) {
  .topSec__schedule {
    padding-bottom: 20px;
  }
  .topSec__schedule .schedule__images {
    margin-top: 40px;
  }
}
/************************************************
	募集要項
************************************************ */
.topSec__admissions {
  padding-bottom: 125px;
}
.topSec__admissions .block .hl-basic {
  margin-top: 30px;
}
.topSec__admissions .block:nth-of-type(n+2) {
  margin-top: 78px;
}
.topSec__admissions .block-other {
  width: 66%;
}
.topSec__admissions .box_bgGray {
  font-size: 1.429rem;
  background: #FAFAFA;
  border-top: 1px solid #F77BA6;
  border-bottom: 1px solid #F77BA6;
  padding: 25px 16px;
  margin-top: 94px;
}

@media screen and (max-width: 768px) {
  .topSec__admissions {
    padding-bottom: 20px;
  }
  .topSec__admissions .block .hl-basic {
    margin-top: 40px;
  }
  .topSec__admissions .block:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .topSec__admissions .block-other {
    width: 100%;
  }
  .topSec__admissions .box_bgGray {
    font-size: 1.143rem;
    padding: 20px 10px;
    margin-top: 60px;
  }
}
/************************************************
	アクセス
************************************************ */
.topSec__certificate {
  padding-bottom: 78px;
}
.topSec__certificate .hl-enJa__hasline + .block {
  border-top: 1px solid #F77BA6;
  margin-top: 40px;
  padding-top: 28px;
}
.topSec__certificate .block:nth-of-type(n+2) {
  margin-top: 64px;
}
.topSec__certificate .block .hl-basic + .txt {
  margin-top: 11px;
}
.topSec__certificate .block .txt {
  margin-bottom: 44px;
}

@media screen and (max-width: 768px) {
  .topSec__certificate {
    padding-bottom: 40px;
  }
  .topSec__certificate .hl-enJa__hasline + .block {
    margin-top: 25px;
    padding-top: 25px;
  }
  .topSec__certificate .block:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .topSec__certificate .block .hl-basic + .txt {
    margin-top: 0;
  }
  .topSec__certificate .block .txt {
    margin-bottom: 24px;
  }
}
/************************************************
	アクセス
************************************************ */
.topSec__accesss {
  padding-bottom: 110px;
}
.topSec__accesss .access__info {
  border-top: 1px solid #F77BA6;
  margin-top: 40px;
  padding-top: 45px;
}
.topSec__accesss .access__info-schoolName .hl-basic {
  line-height: 1;
  margin: 0;
}
.topSec__accesss .access__info-schoolName .hl-large {
  margin-bottom: 10px;
}
.topSec__accesss .access__map {
  margin-top: 50px;
}
.topSec__accesss .access__terminalStation {
  margin-top: 45px;
}
.topSec__accesss .access__route {
  padding-top: 4px;
}
.topSec__accesss .access__route .item {
  margin-top: 38px;
}
.topSec__accesss .access__route .item p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .topSec__accesss {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .topSec__accesss .access__info {
    margin-top: 25px;
    padding-top: 35px;
  }
  .topSec__accesss .access__map {
    margin-top: 40px;
  }
  .topSec__accesss .access__terminalStation {
    margin-top: 40px;
  }
  .topSec__accesss .access__terminalStation li {
    font-size: 1.071rem;
  }
  .topSec__accesss .access__route {
    padding-top: 4px;
  }
  .topSec__accesss .access__route .item {
    margin-top: 38px;
  }
  .topSec__accesss .access__route .item li {
    font-size: 1.071rem;
  }
}
/************************************************
	グループバナー
************************************************ */
#topBnrSec {
  padding: 40px 0 40px;
  background: #FAFAFA;
}
#topBnrSec ul {
  justify-content: space-between;
}
#topBnrSec ul li {
  width: 32%;
}

@media screen and (max-width: 768px) {
  #topBnrSec {
    padding: 40px 5.3vw 40px;
  }
  #topBnrSec ul li {
    width: 100%;
  }
  #topBnrSec ul li:nth-of-type(n+2) {
    margin-top: 10px;
  }
  #topBnrSec ul img {
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */