@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");

/* --------------------
	contents
-------------------- */

/* --------------------
 body
-------------------- */

body {
  color: #000;
}

a {
  color: #000;
}

a:hover {
  color: #f00;
}

em {
  font-style: italic;
}

.sp {
  display: none;
}

.pcbr {
  display: block;
}

input,
textarea,
select {
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, sans-serif;
}

#wrapper {
  overflow: hidden;
}

.headBox {
  margin: 0 auto;
  padding-top: 50px;
  border-bottom: 1px #000 solid;
  max-width: 1280px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.headBox__annotation {
  margin-top: 8px;
  color: #e8380d;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

.topNavs {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 330px;
  position: fixed;
  bottom: auto;
  right: 0;
  top: 114px;
  z-index: 10;
  background-color: rgba(51, 56, 71, 0.9);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}

.topNavs__nav {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 2px;
}

.topNavs__nav a {
  margin: 0;
  padding: 0 44px;
  height: 90px;
  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;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.topNavs__nav a::after {
  content: "";
  width: 16px;
  height: 14px;
  background: url(../img/contents/top/nav-icon-arrow-right.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
}

.topNavs__nav a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.topNavs.is-fixed {
  visibility: visible;
  opacity: 1;
}

.topMainImage {
  padding: 0 30px 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 752px;
  background: url(../img/contents/top/main-bg.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 1;
}

.topMainImage__title {
  margin-bottom: 52px;
  text-align: center;
}

.topMainImage__text {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  font-weight: 300;
}

.topMainImage__bnr {
  margin-top: 2rem;
  text-align: center;
}

.topMainImageNavs {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
  max-width: 1280px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
}

.topMainImageNavs__nav {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 2px;
}

.topMainImageNavs__nav a {
  margin: 0;
  padding: 0 46px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.topMainImageNavs__nav a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.top1 {
  margin-top: -50px;
  padding: 0 30px 84px;
  position: relative;
  z-index: 2;
}

.top1Box1 {
  margin: 0 auto 50px;
  max-width: 1280px;
}

.top1Box1__item {
  padding: 60px;
  border-radius: 18px;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 10px rgba(73, 73, 73, 0.1);
  box-shadow: 0 20px 10px rgba(73, 73, 73, 0.1);
}

.top1Box1__item__inner {
  margin: 0 auto;
  max-width: 96rem;
}

.top1Box1__title {
  margin-bottom: 28px;
}

.top1Box1__btn {
  margin-top: 36px;
  font-size: 16px;
  font-size: 1.6rem;
}

.top1Box1__btn a {
  margin: 0 auto;
  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;
  text-align: center;
  color: #fff;
  background-color: #e8380d;
  text-decoration: none;
  max-width: 390px;
  height: 60px;
  position: relative;
}

.top1Box1__btn a::after {
  content: "";
  width: 16px;
  height: 14px;
  background: url(../img/contents/top/icon-arrow-right.svg) no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.top1Box1__btn a:hover {
  opacity: 0.8;
}

.top1__bnr {
  margin-top: 40px;
  text-align: center;
}

.top1__bnr img {
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 0 20px 10px rgba(73, 73, 73, 0.1);
  box-shadow: 0 20px 10px rgba(73, 73, 73, 0.1);
}

.top1About {
  padding: 68px 0;
  border-bottom: 1px #e5e5e5 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top1About:last-child {
  border-bottom: none;
}

.top1About__title {
  padding: 0 20px;
  width: 174px;
}

.top1About__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  font-size: 1.2rem;
}

.top1AboutTabs {
  display: none;
}

.top1News {
  border-bottom: 1px #e5e5e5 solid;
  padding: 18px 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.top1News:first-of-type {
  border-top: 1px #e5e5e5 solid;
}

.top1News__date {
  color: #989898;
}

.top1News__title {
  color: #000;
}

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

.top1News__title a:hover {
  text-decoration: underline;
}

.top1Box2 {
  margin: 0 auto 52px;
  max-width: 1104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top1Box2:last-child {
  margin: 0 auto;
}

.top1Box2.m--sot {
  margin: 38px auto 0;
}

.top1Box2.m--sot:last-child {
  margin: 38px auto 0;
}

.top1Box2__imBox {
  width: 290px;
  margin-right: 20px;
}

.top1Box2__contents {
  padding-top: 56px;
  width: 720px;
}

.top1Box2__title {
  margin-bottom: 22px;
}

.top1Box2__text {
  font-size: 12px;
  font-size: 1.2rem;
}

.top1Box2__im {
  margin-bottom: 16px;
}

.top1Box2__katagaki {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.top1Box2__name {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}

.top1Box2__btnAll {
  display: none;
}

.top1Box2.m--type1 {
  padding-top: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.top1Box2.m--type1 .top1Box2__imBox {
  margin-left: 20px;
  margin-right: 0;
}

.top1Box2__btn {
  margin-top: 16px;
}

.top1Box2__btn a {
  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;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  width: 182px;
  height: 44px;
  border: 1px #cbcbcb solid;
  border-radius: 6px;
}

.top1Box2__btn a.m--movie::before {
  content: "";
  width: 22px;
  height: 16px;
  background: url("../img/contents/top/btn-icon-movie.svg") no-repeat center center/contain;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: 2px;
}

.top1Box2__btn a:hover {
  opacity: 0.8;
}

.top2 {
  padding: 70px 0 228px;
  background-color: #f3f4eb;
}

.top2__title {
  margin-bottom: 60px;
  text-align: center;
}

.top2Box1 {
  max-width: 1536px;
  position: relative;
}

.top2Box1__contents1 {
  padding: 210px 98px 20px;
  max-width: 930px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}

.top2Box1__contents1Inner {
  max-width: 510px;
}

.top2Box1__contents2 {
  max-width: 740px;
  background-color: #fff;
  border-radius: 23px;
  padding: 70px 30px 88px;
  -webkit-box-shadow: 0 20px 10px rgba(73, 73, 73, 0.1);
  box-shadow: 0 20px 10px rgba(73, 73, 73, 0.1);
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.top2Box1__contents2Inner {
  margin: 0 auto;
  max-width: 510px;
}

.top2Box1__bg {
  max-width: 1536px;
  width: 100%;
  height: 564px;
  background: url(../img/contents/top/torikumi1-bg1.jpg) no-repeat left top;
  position: absolute;
  bottom: -72px;
  z-index: 1;
}

.top2Box1__title1 {
  margin-bottom: 14px;
  border-bottom: 1px #fff solid;
  position: relative;
}

.top2Box1__title1::after {
  content: "";
  width: 42px;
  height: 1px;
  background-color: #e8380d;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
}

.top2Box1__text1 {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.top2Box1__title2 {
  margin-bottom: 22px;
}

.top2Box1News {
  border-bottom: 1px #e5e5e5 solid;
  padding: 18px 20px;
  font-size: 12px;
  font-size: 1.2rem;
}

.top2Box1News:first-of-type {
  border-top: 1px #e5e5e5 solid;
}

.top2Box1News__date {
  color: #989898;
}

.top2Box1News__title {
  color: #000;
}

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

.top2Box1News__title a:hover {
  text-decoration: underline;
}

.top2Box1__btn {
  margin-top: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}

.top2Box1__btn a {
  margin: 0 auto 8px;
  padding: 0 40px;
  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;
  text-align: center;
  color: #fff;
  background-color: #e8380d;
  text-decoration: none;
  max-width: 390px;
  height: 60px;
  position: relative;
}

.top2Box1__btn a::after {
  content: "";
  width: 16px;
  height: 14px;
  background: url(../img/contents/top/icon-arrow-right.svg) no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.top2Box1__btn a:hover {
  opacity: 0.8;
}

.top2Box1__btn a:last-child {
  margin: 0 auto;
}

.top2Box1__btn2 {
  margin-top: 16px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top2Box1__btn2 a {
  margin-right: 10px;
  max-width: 390px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  border: 2px #e5e5e5 solid;
  text-align: center;
  color: #000;
  text-decoration: none;
  height: 64px;
  position: relative;
}

.top2Box1__btn2 a::after {
  content: "";
  width: 16px;
  height: 14px;
  background: url(../img/contents/top/icon-arrow-right2.svg) no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.top2Box1__btn2 a:hover {
  opacity: 0.8;
}

.top2Box1__btn2 a:last-child {
  margin: 0;
}

.top2Box1.m--type1 {
  margin-right: auto;
  margin-bottom: 158px;
  padding-top: 180px;
}

.top2Box1.m--type1 .top2Box1__contents1 {
  height: 510px;
  background: url(../img/contents/top/torikumi1-bg2.png) no-repeat left top/contain;
  left: 0;
}

.top2Box1.m--type1 .top2Box1__contents2 {
  margin-left: auto;
  margin-right: 72px;
}

.top2Box1.m--type1 .top2Box1__bg {
  background: url(../img/contents/top/torikumi1-bg1.jpg) no-repeat left top;
  left: 0;
}

.top2Box1.m--type2 {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 154px;
  padding-top: 80px;
}

.top2Box1.m--type2 .top2Box1__contents1 {
  height: 600px;
  background: url(../img/contents/top/torikumi2-bg2.png) no-repeat left top/contain;
  right: 0;
}

.top2Box1.m--type2 .top2Box1__contents1Inner {
  margin: 0 0 0 auto;
}

.top2Box1.m--type2 .top2Box1__contents2 {
  margin-left: 72px;
  margin-right: auto;
}

.top2Box1.m--type2 .top2Box1__bg {
  background: url(../img/contents/top/torikumi2-bg1.jpg) no-repeat left top;
  right: 0;
}

.top2Box1.m--type3 {
  margin-right: auto;
  margin-bottom: 140px;
  padding-top: 80px;
}

.top2Box1.m--type3 .top2Box1__contents1 {
  padding-top: 242px;
  height: 600px;
  background: url(../img/contents/top/torikumi3-bg2.png) no-repeat left top/contain;
  left: 0;
}

.top2Box1.m--type3 .top2Box1__contents2 {
  margin-left: auto;
  margin-right: 72px;
}

.top2Box1.m--type3 .top2Box1__bg {
  background: url(../img/contents/top/torikumi3-bg1.jpg) no-repeat left top;
  left: 0;
}

.top2Box1.m--type4 {
  margin-left: auto;
  margin-right: 0;
  padding-top: 80px;
}

.top2Box1.m--type4 .top2Box1__contents1 {
  padding-top: 280px;
  height: 600px;
  background: url(../img/contents/top/torikumi4-bg2.png) no-repeat left top/contain;
  right: 0;
}

.top2Box1.m--type4 .top2Box1__contents1Inner {
  margin: 0 0 0 auto;
}

.top2Box1.m--type4 .top2Box1__contents2 {
  margin-left: 72px;
  margin-right: auto;
  padding-bottom: 0;
}

.top2Box1.m--type4 .top2Box1__bg {
  background: url(../img/contents/top/torikumi4-bg1.jpg) no-repeat left top;
  right: 0;
}

.top2Box1BnrsWrap {
  overflow: hidden;
}

.top2Box1Bnrs {
  margin: 0 -10px -24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top2Box1Bnrs__bnr {
  padding: 0 10px 24px;
}

.top2Box1Bnrs__bnr.m--clm2 {
  width: 50%;
}

.top2Box1Bnrs__bnr a:hover {
  opacity: 0.8;
}

.top2Box1Bnrs__text {
  font-size: 12px;
  font-size: 1.2rem;
  color: #4d4d4d;
  margin-top: 10px;
}

.top2Box1Description {
  margin: 28px -30px 0;
  padding: 38px 30px 44px;
  background-color: #efefef;
}

.top2Box1DescriptionItem {
  margin: 0 auto 16px;
  max-width: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top2Box1DescriptionItem:last-child {
  margin: 0 auto;
}

.top2Box1DescriptionItem__title {
  width: 156px;
  height: 36px;
  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;
  text-align: center;
  margin-right: 10px;
  color: #fff;
  background-color: #1d2333;
  border-radius: 18px;
}

.top2Box1DescriptionItem__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #4d4d4d;
  font-size: 12px;
  font-size: 1.2rem;
}

.top3 {
  padding: 158px 30px 140px;
  color: #fff;
  background: url(../img/contents/top/box3-bg.jpg) no-repeat center center/cover;
}

.top3__title {
  margin-bottom: 32px;
  text-align: center;
}

.top3__text {
  margin-bottom: 56px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

.top3Bnrs {
  margin: 0 auto 26px;
  padding: 0;
  list-style: none;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top3Bnrs__bnr {
  margin-right: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top3Bnrs__bnr:last-child {
  margin-right: 0;
}

.top3Bnrs__bnr a img {
  -webkit-box-shadow: 0 6px 8px rgba(73, 73, 73, 0.2);
  box-shadow: 0 6px 8px rgba(73, 73, 73, 0.2);
}

.top3Bnrs__bnr a:hover {
  opacity: 0.8;
}

.top3Contact {
  font-weight: 300;
}

.top3Contact__title {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

.top3Contact__text {
  text-align: center;
}

.top3Contact__text .fs1 {
  font-size: 18px;
  font-size: 1.8rem;
}

.top3Contact__text .fs2 {
  font-size: 26px;
  font-size: 2.6rem;
}

.top3Contact__text a {
  color: #fff;
}

.schoolGroup {
  background: url(../img/contents/top/sg-bg-sp.jpg) no-repeat center center/cover;
  padding: 106px 30px 112px;
}

.schoolGroup__title {
  margin-bottom: 40px;
  text-align: center;
}

.schoolGroupBnrs {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 880px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.schoolGroupBnrs__bnr {
  margin-right: 36px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.schoolGroupBnrs__bnr:last-child {
  margin-right: 0;
}

.schoolGroupBnrs__bnr a img {
  -webkit-box-shadow: 0 6px 8px rgba(73, 73, 73, 0.2);
  box-shadow: 0 6px 8px rgba(73, 73, 73, 0.2);
}

.schoolGroupBnrs__bnr a:hover {
  opacity: 0.8;
}

.conHeadBox {
  padding: 110px 30px 58px;
}

.conHeadBox__title {
  margin-bottom: 30px;
  text-align: center;
}

.conHeadBox__text {
  margin: 0 auto;
  max-width: 760px;
  font-size: 12px;
  font-size: 1.2rem;
}

.form {
  margin: 0 auto;
  max-width: 1280px;
  padding: 70px 30px;
  border-top: 1px #000 solid;
}

.formBox {
  margin: 0 auto 46px;
  max-width: 760px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.formBox.m--no-flex {
  display: block;
}

.formBox.m--no-flex .formBox__title {
  margin-bottom: 20px;
  margin-right: 0;
  width: auto;
}

.formBox__title {
  margin-right: 10px;
  width: 214px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}

.formBox__title.m--hissu {
  padding-left: 46px;
}

.formBox__title.m--hissu::before {
  content: "必須";
  width: 38px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #d43c43;
  text-align: center;
  position: absolute;
  top: 3px;
  left: 0;
}

.formBox__title.m--nini {
  padding-left: 46px;
}

.formBox__title.m--nini::before {
  content: "任意";
  width: 38px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #cecece;
  text-align: center;
  position: absolute;
  top: 3px;
  left: 0;
}

.formBox__contents {
  line-height: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.formBox .m--mb {
  margin-bottom: 30px;
}

.formBox .m--mb2 {
  margin-bottom: 20px;
}

.formBox__text {
  margin-top: 10px;
}

.formBox__annotation {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.formHorizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.formHorizontal.m--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.formHorizontal__item {
  margin-right: 10px;
}

.formHorizontal__item:last-child {
  margin-right: 0;
}

.formHorizontal__item.m--hissu {
  padding-left: 46px;
  position: relative;
}

.formHorizontal__item.m--hissu::before {
  content: "必須";
  width: 38px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #d43c43;
  text-align: center;
  position: absolute;
  top: 3px;
  left: 0;
}

.formHorizontal__item.m--ymdTitle {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

.formHorizontal__item .fs1 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}

.formHorizontal > label {
  margin-right: 30px;
  cursor: pointer;
}

.formHorizontal > label:last-child {
  margin-right: 0;
}

.formInput {
  margin-top: -10px;
  margin-bottom: -10px;
  padding: 0 10px;
  border: 1px #e2e2e2 solid;
  border-radius: 3px;
  color: #000;
}

.formInput::-webkit-input-placeholder {
  color: #b2b2b2;
}

.formInput:-ms-input-placeholder {
  color: #b2b2b2;
}

.formInput::-moz-placeholder {
  color: #b2b2b2;
}

.formInput::-ms-input-placeholder {
  color: #b2b2b2;
}

.formInput::placeholder {
  color: #b2b2b2;
}

input[type=text].formInput,
input[type=email].formInput {
  width: 100%;
  height: 40px;
  background-color: #fafafa;
}

input[type=text].formInput.m--year,
input[type=email].formInput.m--year {
  width: calc(100% - 20px);
  max-width: 120px;
}

select.formInput {
  background-color: #fff;
  height: 40px;
}

select.formInput.m--gakka-select {
  max-width: 300px;
  width: 100%;
}

select.formInput.m--gakubu,
select.formInput.m--gakka {
  width: 100%;
}

textarea.formInput {
  padding: 10px;
  width: 100%;
}

.formPrivacy {
  margin: 40px auto 0;
  padding-top: 36px;
  border-top: 1px #ccc solid;
  max-width: 760px;
  text-align: center;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 6px;
}

.formSubmit {
  margin-top: 20px;
  text-align: center;
}

.formSubmit input[type=submit],
.formSubmit input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 10px 20px;
  border: none;
  width: 300px;
  height: 80px;
  color: #fff;
  background: #e8380d url(../img/contents/contact/con-btn-icon-arrow-right1.svg) no-repeat right 22px center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  cursor: pointer;
}

.formSubmit input[type=submit]:hover,
.formSubmit input[type=button]:hover {
  opacity: 0.8;
}

.formThanks {
  padding: 40px 0;
  text-align: center;
}

.formThanks__text {
  font-size: 20px;
  font-size: 2rem;
}

.formThanks__btn {
  margin-top: 20px;
}

.error {
  color: #f00;
  margin-top: 3px;
}

.hog1 {
  padding: 70px 30px 108px;
}

.hog1__title {
  margin-bottom: 24px;
  padding-top: 72px;
  text-align: center;
  position: relative;
  color: #000;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.hog1__title::before {
  content: "";
  width: 120px;
  height: 54px;
  background: url(../img/contents/hogosha/hog-box1-title1.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.hog1__text {
  margin: 0 auto 44px;
  max-width: 1104px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2.17;
}

.hog1__kaiinnsu {
  margin-bottom: 6px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 2px;
}

.hog1__kaiinnsu .t1 {
  font-size: 32px;
  font-size: 3.2rem;
}

.hog1__kaiinnsu .t2 {
  font-family: "Roboto", sans-serif;
  color: #e8380d;
  font-size: 53px;
  font-size: 5.3rem;
  font-weight: 500;
}

.hog1__kaiinnsu .t3 {
  font-size: 26px;
  font-size: 2.6rem;
}

.hog1__annotation {
  margin-bottom: 22px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

.hog1__kaisai {
  margin: 0 auto;
  padding: 6px;
  max-width: 520px;
  border-radius: 21px;
  letter-spacing: 2px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #fff;
  background-color: #1d2333;
  text-align: center;
}

.hog2Tabs {
  display: none;
}

.hog2 {
  padding: 70px 30px 130px;
  background-color: #f3f4eb;
}

.hog2__title {
  margin-bottom: 64px;
  text-align: center;
}

.hog2Box1 {
  margin: 0 auto 60px;
  padding: 56px 66px;
  border-radius: 16px;
  background-color: #fff;
  max-width: 1280px;
  -webkit-box-shadow: 0 20px 10px rgba(73, 73, 73, 0.1);
  box-shadow: 0 20px 10px rgba(73, 73, 73, 0.1);
}

.hog2Box1:last-child {
  margin: 0 auto;
}

.hog2Box1__title {
  margin-bottom: 40px;
  text-align: center;
}

.hog2Box1__text {
  margin: 0 auto 44px;
  max-width: 82rem;
  font-size: 12px;
  font-size: 1.2rem;
}

.hog2Box1__box {
  margin: 6.8rem auto 0;
  max-width: 96rem;
}

.hog2Box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hog2Box2__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 5px 0;
  margin-right: 130px;
  position: relative;
}

.hog2Box2__item::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  position: absolute;
  top: 0;
  right: -65px;
}

.hog2Box2__item:last-child {
  margin-right: 0;
}

.hog2Box2__item:last-child::after {
  display: none;
}

.hog2Box2__im {
  margin-bottom: 40px;
  text-align: center;
}

.hog2Box2__im.m--mt {
  margin-top: 16px;
  margin-bottom: 0;
}

.hog2Box2__text {
  font-size: 12px;
  font-size: 1.2rem;
}

.hog2Box2__title1 {
  margin-bottom: 16px;
  border-left: 5px #e8380d solid;
  padding-left: 6px;
  line-height: 1;
}

.hog2Box2__title1 img {
  vertical-align: text-bottom;
}

.hog2Box3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hog2Box3__contents {
  width: 50%;
}

.hog2Box3__im {
  margin-left: 20px;
  width: 42%;
}

.hogBtnLists {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 510px;
}

.hogBtnLists.m--btm {
  margin-top: 64px;
  margin-bottom: 0;
}

.hogBtnLists.m--clm2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hogBtnLists.m--clm2 .hogBtnLists__list {
  margin-right: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hogBtnLists.m--clm2 .hogBtnLists__list:last-child {
  margin-right: 0;
}

.hogBtnLists.m--topbtm {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hogBtnLists__list {
  margin: 0 0 6px;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 2px;
}

.hogBtnLists__list a {
  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;
  text-align: center;
  line-height: 1.2;
  height: 60px;
  padding: 0 40px;
  color: #fff;
  background-color: #e8380d;
  text-decoration: none;
  position: relative;
}

.hogBtnLists__list a::after {
  content: "";
  width: 16px;
  height: 14px;
  background: url(../img/contents/hogosha/hog-btn-icon-arrow-right1.svg) no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
}

.hogBtnLists__list a:hover {
  opacity: 0.8;
}

.hogNewsList {
  border-top: 1px #e5e5e5 solid;
  padding: 16px 10px;
}

.hogNewsList__date {
  color: #989898;
  font-size: 12px;
  font-size: 1.2rem;
}

.hogNewsList__title {
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
}

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

.hogNewsList__title a:hover {
  color: #000;
  text-decoration: underline;
}

.hogBtnLists2 {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 510px;
}

.hogBtnLists2__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 14px 0 0;
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.hogBtnLists2__list:last-child {
  margin: 0;
}

.hogBtnLists2__list a {
  border: 2px #e5e5e5 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 100px;
  color: #000;
  text-decoration: none;
  position: relative;
}

.hogBtnLists2__list a .pdf {
  color: #e7380d;
}

.hogBtnLists2__list a:hover {
  opacity: 0.8;
}

.hogLists {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hogLists__list {
  margin: 0;
  padding: 14px 0;
  border-top: 1px #e5e5e5 solid;
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
}

.hogLists__list.m--ta-right {
  text-align: right;
}

.sot1 {
  padding: 70px 30px;
}

.sot1__title {
  margin-bottom: 24px;
  padding-top: 72px;
  text-align: center;
  position: relative;
  color: #000;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.sot1__title::before {
  content: "";
  width: 86px;
  height: 54px;
  background: url(../img/contents/sotsugyosei/sot-box1-title1.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.sot1__text {
  margin: 0 auto;
  max-width: 1102px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2.17;
}

.sot1__sotsugyosei {
  margin-bottom: 22px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sot1__sotsugyosei .tWrap {
  position: relative;
  padding-bottom: 10px;
}

.sot1__sotsugyosei .t1 {
  font-family: "Roboto", sans-serif;
  color: #e8380d;
  font-size: 86px;
  font-size: 8.6rem;
  font-weight: 500;
}

.sot1__sotsugyosei .t2 {
  font-size: 28px;
  font-size: 2.8rem;
}

.sot1__sotsugyosei .t3 {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.sot2 {
  padding: 70px 30px;
  background-color: #f3f4eb;
}

.sot2__title {
  margin-bottom: 64px;
  text-align: center;
}

.sot2__text {
  margin-top: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
}

.sot2__bnr {
  margin-top: 5.4rem;
  text-align: center;
}

.sot2Box1Wrap {
  margin: 0 auto;
  max-width: 1280px;
}

.sot2Box1 {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sot2Box1__item {
  margin: 0 10px 40px;
  padding: 74px 54px 48px;
  border-radius: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 10px rgba(73, 73, 73, 0.1);
  box-shadow: 0 20px 10px rgba(73, 73, 73, 0.1);
  width: calc(33.33% - 20px);
}

.sot2Box1__logo {
  margin-bottom: 16px;
  text-align: center;
}

.sot2Box1__text {
  font-size: 12px;
  font-size: 1.2rem;
}

.sot2Box1__btn {
  margin-top: 46px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 2px;
}

.sot2Box1__btn a {
  margin: 0 auto;
  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;
  text-align: center;
  max-width: 390px;
  height: 60px;
  color: #fff;
  background-color: #e8380d;
  text-decoration: none;
  position: relative;
}

.sot2Box1__btn a::after {
  content: "";
  width: 16px;
  height: 14px;
  background: url(../img/contents/hogosha/hog-btn-icon-arrow-right1.svg) no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
}

.sot2Box1__btn a:hover {
  opacity: 0.8;
}

.sot3Bnrs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sot3Bnrs__bnr {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sot3Bnrs__bnr a {
  padding: 0 20px;
  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;
  text-align: center;
  height: 370px;
}

.sot3Bnrs__bnr a.m--library {
  background: url(../img/contents/sotsugyosei/sot-bnr-library-bg.jpg) no-repeat center center/cover;
}

.sot3Bnrs__bnr a.m--kokaikoza {
  background: url(../img/contents/sotsugyosei/sot-bnr-kokaikoza-bg.jpg) no-repeat center center/cover;
}

.sot3Bnrs__bnr a:hover {
  opacity: 0.8;
}

.sot4 {
  padding: 64px 30px;
  background: url(../img/contents/sotsugyosei/sot-box4-bg.jpg) no-repeat center center/cover;
}

.sot4__inner {
  margin: 0 auto;
  max-width: 1496px;
}

.sot4Box {
  margin: 0 0 0 auto;
  padding: 46px 70px 50px;
  max-width: 704px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 20px 10px rgba(73, 73, 73, 0.1);
  box-shadow: 0 20px 10px rgba(73, 73, 73, 0.1);
  border-radius: 20px;
}

.sot4Box__title {
  margin-bottom: 38px;
  text-align: center;
}

.sot4Box__text {
  margin-bottom: 48px;
  font-size: 12px;
  font-size: 1.2rem;
}

.sot4Bnrs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sot4Bnrs__bnr {
  margin: 0 0 6px;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
}

.sot4Bnrs__bnr:last-child {
  margin: 0;
}

.sot4Bnrs__bnr a {
  margin: 0 auto;
  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;
  text-align: center;
  max-width: 390px;
  height: 60px;
  color: #fff;
  background-color: #e8380d;
  text-decoration: none;
  position: relative;
  font-weight: 300;
}

.sot4Bnrs__bnr a::after {
  content: "";
  width: 16px;
  height: 14px;
  background: url(../img/contents/hogosha/hog-btn-icon-arrow-right1.svg) no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
}

.sot4Bnrs__bnr a:hover {
  opacity: 0.8;
}

.sot5 {
  padding: 126px 30px 146px;
  background: url(../img/contents/sotsugyosei/sot-box5-bg.jpg) no-repeat center center/cover;
}

.sot5__title {
  margin-bottom: 30px;
  text-align: center;
}

.sot5__text {
  margin-bottom: 76px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

.sot5Box {
  margin: 0 auto;
  max-width: 1040px;
}

.sot5Box__item {
  padding: 54px 100px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 13px;
  -webkit-box-shadow: 0 20px 10px rgba(73, 73, 73, 0.1);
  box-shadow: 0 20px 10px rgba(73, 73, 73, 0.1);
  height: 322px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sot5Box__cnt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sot5Box__title {
  margin-right: 80px;
  width: 160px;
  text-align: center;
}

.sot5Box__text {
  font-size: 12px;
  font-size: 1.2rem;
}

.sot5Box__btn {
  margin: 24px 0 0 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.sot5Box__btn a {
  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;
  text-align: center;
  width: 100%;
  height: 60px;
  color: #fff;
  background-color: #e8380d;
  text-decoration: none;
  position: relative;
  font-weight: 300;
}

.sot5Box__btn a::after {
  content: "";
  width: 16px;
  height: 14px;
  background: url(../img/contents/hogosha/hog-btn-icon-arrow-right1.svg) no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
}

.sot5Box__btn a:hover {
  opacity: 0.8;
}

.news1 {
  padding: 70px 30px 76px;
}

.news1__inner {
  margin: 0 auto;
  max-width: 640px;
}

.newsSelectWrap {
  margin: 0 auto 42px;
  position: relative;
  max-width: 640px;
  height: 62px;
}

.newsSelect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  color: #333;
  background-color: #f5f5f5;
  cursor: pointer;
  overflow: hidden;
}

.newsSelect::after {
  content: "\e5cf";
  font-family: "Material Icons";
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #333;
  position: absolute;
  top: 20px;
  right: 18px;
  z-index: 1;
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}

.newsSelect.is-active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.newsSelect__text {
  position: relative;
  z-index: 2;
  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;
  text-align: center;
  height: 62px;
  text-align: center;
}

.newsSelectLists {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
}

.newsSelectLists__list {
  margin: 0;
  padding: 0;
  border-right: 1px #f5f5f5 solid;
  border-bottom: 1px #f5f5f5 solid;
  border-left: 1px #f5f5f5 solid;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

.newsSelectLists__list a {
  display: block;
  padding: 6px;
  color: #4d4d4d;
  text-decoration: none;
}

.newsSelectLists__list a:hover {
  background-color: #f8f8f8;
}

.newsLists {
  border-top: 1px #e5e5e5 solid;
}

.newsLists__list {
  border-bottom: 1px #e5e5e5 solid;
  padding: 22px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsLists__date {
  margin-right: 10px;
  width: 72px;
  color: #989898;
  font-size: 12px;
  font-size: 1.2rem;
}

.newsLists__category {
  margin-right: 10px;
  width: 162px;
  color: #989898;
  font-size: 12px;
  font-size: 1.2rem;
}

.newsLists__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  font-size: 12px;
  font-size: 1.2rem;
}

.newsLists__title a {
  color: #333;
  text-decoration: none;
}

.newsLists__title a:hover {
  text-decoration: underline;
}

.pageNav {
  padding: 24px 0 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

.pageNav a {
  margin: 0 2px;
  text-decoration: none;
  display: inline-block;
}

.pageNav .link_before,
.pageNav .link_next {
  padding: 0 6px;
  color: #fff;
  background-color: #dfdfdf;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
}

.pageNav .link_page {
  padding: 4px 6px;
  color: #333;
  height: 32px;
  line-height: 32px;
}

.pageNav .current_page {
  padding: 0 6px;
  color: #333;
  background-color: #eae3e3;
  height: 32px;
  line-height: 32px;
  display: inline-block;
}

.news2 {
  padding: 86px 30px 112px;
  background: url(../img/contents/news/news-sot-bg.jpg) no-repeat center center/cover;
}

.news2__title {
  margin-bottom: 40px;
  text-align: center;
}

.news2Bnrs {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news2Bnrs__bnr {
  margin: 0 6px;
  padding: 0;
}

.news2Bnrs__bnr img {
  -webkit-box-shadow: 0 6px 8px rgba(73, 73, 73, 0.2);
  box-shadow: 0 6px 8px rgba(73, 73, 73, 0.2);
}

.news2Bnrs__bnr a:hover {
  opacity: 0.8;
}

.newsEntry1 {
  padding: 70px 30px;
}

.newsEntry1__inner {
  margin: 0 auto;
  max-width: 960px;
}

.newsEntry1__subText {
  color: #989898;
  font-size: 12px;
  font-size: 1.2rem;
}

.newsEntry1__titleBox {
  margin-bottom: 20px;
}

.newsEntry1__title {
  color: #000;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
}

.newsEntry1__annotation {
  margin-top: 8px;
  color: #e8380d;
  font-size: 12px;
  font-size: 1.2rem;
}

.newsEntry1__im {
  margin-bottom: 34px;
  text-align: center;
}

.newsEntry1__im.m--padding {
  background-color: #f3f4eb;
  padding: 54px 30px;
}

.newsEntry1__contents {
  margin: 0 auto;
  max-width: 700px;
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  overflow-wrap: break-word;
}

.newsEntry1Btns {
  margin: 36px 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.newsEntry1Btns__btn {
  margin: 0 40px 0 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  width: 510px;
}

.newsEntry1Btns__btn:last-child {
  margin: 0;
}

.newsEntry1Btns__btn a {
  margin: 0 auto;
  max-width: 510px;
  height: 60px;
  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;
  text-decoration: none;
  text-align: center;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
}

.newsEntry1Btns__btn a:hover {
  opacity: 0.8;
}

.newsEntry1Btns__btn a.m--type1 {
  color: #fff;
  background-color: #e8380d;
}

.newsEntry1Btns__btn a.m--type1::after {
  content: "";
  width: 16px;
  height: 14px;
  background: url(../img/contents/hogosha/hog-btn-icon-arrow-right1.svg) no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.newsEntry1Btns__btn a.m--type2 {
  color: #000;
  border: 2px #cecece solid;
}

.newsEntry1Btns__btn a.m--type2::after {
  content: "";
  width: 16px;
  height: 14px;
  background: url(../img/contents/news/news-btn-icon-arrow-right1.svg) no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.newsEntry1Lists {
  margin: 24px 0 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px #cecece solid;
}

.newsEntry1Lists__list {
  margin: 0;
  padding: 36px 0 36px 78px;
  border-bottom: 1px #cecece solid;
  position: relative;
}

.newsEntry1Lists__list::before {
  font-family: "Material Icons";
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  background-color: #e8380d;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
}

.newsEntry1Lists__list.m--date::before {
  content: "\e916";
}

.newsEntry1Lists__list.m--address::before {
  content: "\e55f";
}

.newsEntry1Lists__list.m--building::before {
  content: "\e0af";
}

.newsEntry1Lists__list.m--contact::before {
  content: "\e0cd";
}

.newsEntry1Lists__list.m--sonota::before {
  content: "\e5ca";
}

.newsEntry2 {
  padding: 70px 30px;
}

.newsEntry2.m--type1 {
  background-color: #f3f4eb;
}

.newsEntry2__inner {
  margin: 0 auto;
  max-width: 960px;
}

.newsEntry2__title {
  margin-bottom: 24px;
  text-align: center;
}

.newsEntry2__text {
  margin-bottom: 26px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

.newsEntry2Box1 {
  margin-bottom: 10px;
  background-color: #fff;
  padding: 44px 25px;
  border-radius: 15px;
  -webkit-box-shadow: 0 20px 10px rgba(73, 73, 73, 0.1);
  box-shadow: 0 20px 10px rgba(73, 73, 73, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsEntry2Box1__time {
  margin-right: 22px;
  padding: 6px 6px;
  width: 130px;
  color: #fff;
  background-color: #e8380d;
  border-radius: 16px;
  text-align: center;
  font-weight: 300;
  line-height: 1.2;
}

.newsEntry2Box1__title {
  margin-right: 22px;
  width: 188px;
  font-weight: bold;
}

.newsEntry2Box1__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  font-size: 1.2rem;
}

.newsEntry2Box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}

.newsEntry2Box2__im {
  width: 358px;
  margin-right: 30px;
}

.newsEntry2Box2__contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  font-size: 1.2rem;
}

.kob1 {
  padding: 70px 30px 116px;
}

.kob1__inner {
  margin: 0 auto;
  max-width: 960px;
}

.kob1__title {
  margin-bottom: 24px;
  text-align: center;
}

.kob1__text {
  margin: 0 auto 80px;
  max-width: 820px;
  font-size: 12px;
  font-size: 1.2rem;
}

.kob1__im {
  margin-bottom: 42px;
  text-align: center;
}

.kob1Btns {
  margin: 36px 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kob1Btns__btn {
  margin: 0 40px 0 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  width: 510px;
}

.kob1Btns__btn:last-child {
  margin: 0;
}

.kob1Btns__btn a {
  margin: 0 auto;
  max-width: 510px;
  height: 60px;
  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;
  text-decoration: none;
  text-align: center;
  font-weight: 300;
  position: relative;
}

.kob1Btns__btn a:hover {
  opacity: 0.8;
}

.kob1Btns__btn a.m--type1 {
  color: #fff;
  background-color: #e8380d;
}

.kob1Btns__btn a.m--type1::after {
  content: "";
  width: 16px;
  height: 14px;
  background: url(../img/contents/hogosha/hog-btn-icon-arrow-right1.svg) no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.kob1Btns__btn a.m--type2 {
  color: #000;
  background-color: #fff;
  border: 2px #cecece solid;
}

.kob1Btns__btn a.m--type2::after {
  content: "";
  width: 16px;
  height: 14px;
  background: url(../img/contents/news/news-btn-icon-arrow-right1.svg) no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.kob2 {
  padding: 110px 30px 104px;
  background-color: #f5f5eb;
}

.kob2__inner {
  margin: 0 auto;
  max-width: 960px;
}

.kob2__titleBox {
  margin-bottom: 54px;
}

.kob2__titleBox.m--mt {
  margin-top: 128px;
}

.kob2__title {
  text-align: center;
}

.kob2__text {
  margin-top: 22px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

.kob2Box1 {
  margin: 0 auto 20px;
  max-width: 880px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kob2Box1__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 22px;
  position: relative;
}

.kob2Box1__item::after {
  content: "";
  width: 20px;
  height: 38px;
  background: url(../img/contents/online-kobetsumendan/kob-box2-icon-arrow-right.svg) no-repeat left top/contain;
  position: absolute;
  right: -20px;
  top: 47px;
}

.kob2Box1__item:last-child {
  margin-right: 0;
}

.kob2Box1__item:last-child::after {
  display: none;
}

.kob2Box1__im {
  margin-bottom: 12px;
  text-align: center;
}

.kob2Box1__title {
  margin-bottom: 20px;
}

.kob2Box1__title .num {
  margin-bottom: 10px;
  display: block;
  text-align: center;
  line-height: 0;
}

.kob2Box1__title .title {
  display: block;
  text-align: center;
  line-height: 0;
}

.kob2Box1__text {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

.kob2Box1__text .box {
  display: inline-block;
  color: #fff;
  background-color: #e8380d;
  border-radius: 10px;
  padding: 0 6px;
}

.kob2Box2 {
  margin-bottom: 28px;
  background-color: #fff;
  border-radius: 38px;
  -webkit-box-shadow: 0 20px 10px rgba(73, 73, 73, 0.1);
  box-shadow: 0 20px 10px rgba(73, 73, 73, 0.1);
}

.kob2Box2:last-child {
  margin-bottom: 0;
}

.kob2Box2__title {
  padding: 38px 30px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.kob2Box2__title::after {
  content: "";
  width: 24px;
  height: 14px;
  background: url(../img/contents/online-kobetsumendan/kob-box2-icon-arrow-down1.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}

.kob2Box2__title.is-active::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.kob2Box2__contents {
  padding: 0 30px;
}

.kob2Box2__contentsInner {
  margin: 0 auto;
  max-width: 530px;
  padding: 0 0 40px;
}

.kob2Box2__flow {
  margin-bottom: 82px;
  position: relative;
}

.kob2Box2__flow::after {
  content: "";
  width: 38px;
  height: 20px;
  background: url(../img/contents/online-kobetsumendan/kob-box2-icon-arrow-down2.svg) no-repeat center top/contain;
  position: absolute;
  bottom: -54px;
  left: 0;
  right: 0;
  margin: auto;
}

.kob2Box2__flow:last-child {
  margin-bottom: 0;
}

.kob2Box2__flow:last-child::after {
  display: none;
}

.kob2Box2__text {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

.kob2Box2__text a {
  color: #e8380d;
  text-decoration: underline;
}

.kob2Box2__text a:hover {
  color: #f00;
  text-decoration: underline;
}

.kob2Box2BtnsWrap {
  overflow: hidden;
  margin: 22px 0;
}

.kob2Box2Btns {
  margin: 0 -7px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kob2Box2Btns__btn {
  margin: 0 7px;
}

.kob2Box2__text2 {
  margin-bottom: 16px;
  color: #e8380d;
  text-align: center;
  font-weight: bold;
}

.kob2Box2__text3 {
  margin: 0 auto;
  max-width: 494px;
  padding: 24px 20px;
  border-radius: 10px;
  background-color: #f1f1f1;
  font-weight: bold;
  text-align: center;
}

.kob2Box3 {
  margin: 0 auto;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kob2Box3__item {
  margin: 0 60px 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  border-radius: 17px;
  padding: 34px 30px;
  -webkit-box-shadow: 0 20px 10px rgba(73, 73, 73, 0.1);
  box-shadow: 0 20px 10px rgba(73, 73, 73, 0.1);
}

.kob2Box3__item:last-child {
  margin: 0;
}

.kob2Box3__title {
  margin-bottom: 12px;
  font-weight: bold;
  text-align: center;
}

.kob2Box3Lists {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kob2Box3Lists__list {
  margin: 0;
  padding: 0 0 0 1em;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
}

.kob2Box3Lists__list::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.kob2__annotation {
  margin: 42px auto 0;
  max-width: 900px;
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}

.fk-mv {
  padding: 7.8rem 3rem 8.4rem;
}

.fk-mv__ttl {
  margin-bottom: 3.2rem;
  text-align: center;
}

.fk-mv__txt {
  margin: 0 auto;
  max-width: 60rem;
  font-size: 1.2rem;
  line-height: 2;
}

.fk-sec {
  padding: 0 3rem 9.8rem;
}

.fk-sec__box {
  padding: 6rem 3rem 6.4rem;
  background: url("../img/contents/kobetsumendan/fk-sec-bg.jpg") no-repeat center top;
}

.fk-sec__img {
  margin: 0 auto;
  max-width: 82rem;
  text-align: center;
}

.fk-sec__img:nth-child(1) {
  margin-bottom: 5rem;
}

.fk-sec__img:nth-child(2) {
  margin-bottom: 3rem;
}

.fk-sec__btns {
  margin: 4.6rem auto 0;
  padding: 0;
  list-style: none;
  max-width: 96rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fk-sec__btns__btn {
  margin: 0 4rem 0 0;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fk-sec__btns__btn:last-child {
  margin: 0;
}

.fk-sec__btns__btn a {
  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;
  height: 6rem;
  color: #fff;
  background-color: #e8380d;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
}

.fk-sec__btns__btn a:hover {
  opacity: 0.8;
}

.fk-sec__btns__btn a::after {
  content: "";
  width: 16px;
  height: 14px;
  background: url(../img/contents/hogosha/hog-btn-icon-arrow-right1.svg) no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.hcd-mv__img img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 57.4rem !important;
}

.hcd-sec {
  padding: 6.2rem 3rem 10.4rem;
}

.home-coming-day .hcd-sec {
  padding: 0 3rem 10.4rem;
}

.hcd-sec__inner {
  margin: 0 auto;
  max-width: 96rem;
}

.hcd-sec__ttl,
.hcd-sec__ttl2 {
  margin-bottom: 2.6rem;
  font-size: 3.2rem;
  line-height: 1.53;
  text-align: center;
}

.hcd-sec__att {
  margin-bottom: 3.2rem;
  font-size: 1.8rem;
  line-height: 1.66;
  text-align: center;
}


.hcd-sec__lists,
.hcd-sec__lists2 {
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none;
}

.hcd-sec__lists__list,
.hcd-sec__lists2__list {
  margin: 0;
  padding: 1.6rem 0 1.6rem 4rem;
  font-size: 1.8rem;
  line-height: 1.66;
  background: url("../img/contents/home-coming-day/hcd-sec-list-line.png") repeat-x 0 0;
  position: relative;
}

.hcd-sec__lists__list::before,
.hcd-sec__lists2__list::before {
  content: "";
  width: 1.1rem;
  height: 1.3rem;
  background: url("../img/contents/home-coming-day/hcd-sec-list-icon.svg") no-repeat center center/contain;
  position: absolute;
  left: 1.5rem;
  top: 2.5rem;
}

.hcd-sec__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hcd-sec__items__item {
  margin: 0 2rem 0 0;
  padding: 3rem 3.4rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f9f6f3;
}

.hcd-sec__items__item:last-child {
  margin: 0;
}

.hcd-sec__items__ttl {
  margin-bottom: 0.3rem;
  font-weight: normal;
}

.hcd-sec__items__txt1 {
  margin-bottom: 0.8rem;
}

.hcd-sec__items__txt2 {
  font-size: 1.2rem;
  line-height: 1.5;
}

.hcd-sec__txt {
  margin: 6rem 0 1.2rem;
  text-align: center;
}

.hcd-sec__btn a {
  margin: 0 auto;
  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;
  max-width: 60rem;
  height: 9.4rem;
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
  background-color: #e8380d;
  text-decoration: none;
  border-radius: 0.6rem;
  position: relative;
}

.hcd-sec__btn a:hover {
  opacity: 0.8;
}

.hcd-sec__btn a::after {
  content: "";
  width: 4.4rem;
  height: 1.7rem;
  background: url("../img/contents/home-coming-day/hcd-sec-btn-icon.svg") no-repeat center center/contain;
  position: absolute;
  right: 2.4rem;
  top: 3.8rem;
}

.hcd-sec2 {
  padding: 0 3rem 10.6rem;
}

.hcd-sec2__ttl {
  margin: 0 -3rem;
  padding: 3rem;
  color: #fff;
  background: url("../img/contents/home-coming-day/hcd-sec2-ttl-bg.png") repeat 0 0;
  font-size: 2.6rem;
  line-height: 1.38;
  text-align: center;
}

.hcd-sec2__ttl.m--mb1 {
  margin-bottom: 5.6rem;
}

.hcd-sec2__ttl.m--mb2 {
  margin-bottom: 2.4rem;
}

.hcd-sec2__ttl.m--mb3 {
  margin-bottom: 4rem;
}

.hcd-sec2__ttl .m--deco {
  letter-spacing: 1.3rem;
}

.hcd-sec2__movie {
  margin: 0 auto 7.4rem;
  max-width: 73.8rem;
}

.hcd-sec2__movie__inner {
  padding-top: 56.25%;
  position: relative;
}

.hcd-sec2__movie__inner iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hcd-sec2__gallery-wrap {
  margin: 0 auto;
  max-width: 128rem;
  overflow: hidden;
}

.hcd-sec2__gallery {
  margin: 0 -1rem -2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hcd-sec2__gallery .slick-arrow.slick-disabled {
  display: none !important;
}

.hcd-sec2__gallery .slick-prev {
  width: 1.3rem;
  height: 4rem;
  background: url("../img/contents/home-coming-day/hcd-gallery-prev.svg") no-repeat left top;
  position: absolute;
  top: 50%;
  left: calc(50% - 14.4rem);
  z-index: 2;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.hcd-sec2__gallery .slick-next {
  width: 1.3rem;
  height: 4rem;
  background: url("../img/contents/home-coming-day/hcd-gallery-next.svg") no-repeat left top;
  position: absolute;
  top: 50%;
  right: calc(50% - 14.4rem);
  z-index: 2;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.hcd-sec2__gallery__item {
  margin: 0 1rem 2.4rem;
  width: 24rem;
}

.hcd-sec2__gallery__item a {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hcd-sec2__gallery__item a:hover {
  opacity: 0.8;
}

.hcd-sec2__gallery__item a::after {
  content: "";
  width: 3.3rem;
  height: 3.3rem;
  background: url("../img/contents/home-coming-day/hcd-gallery-icon.svg") no-repeat center center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.hcd-sec2__gallery__item img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 24rem;
  height: 20rem !important;
}

.hcd-sec2__img {
  margin: 0 -3rem 4.2rem;
  padding: 0 3rem 2.6rem;
  background: url("../img/contents/home-coming-day/hcd-sec-list-line.png") repeat-x left bottom;
  text-align: center;
}

.hcd-sec2__img2a {
  margin-bottom: 11rem;
  text-align: center;
}

.hcd-sec2__img2 {
  text-align: center;
}

.hcd-sec3 {
  padding: 0 3rem 10.6rem;
}

.hcd-sec3__txt {
  margin-bottom: 5.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}

.hcd-sec3__box {
  margin-bottom: 5.4rem;
}

.hcd-sec3__box:last-child {
  margin-bottom: 0;
}

.hcd-sec3__box__btn {
  margin: 0 auto;
  max-width: 78rem;
  height: 10rem;
  border: 0.6rem #000 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  position: relative;
  line-height: 1.1;
  cursor: pointer;
}

.hcd-sec3__box__btn .m--deco {
  font-size: 2.2rem;
  font-weight: normal;
}

.hcd-sec3__box__btn::after {
  content: "＋";
  font-size: 3.8rem;
  line-height: 3.2rem;
  width: 3.8rem;
  height: 3.8rem;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.hcd-sec3__box__btn.is-active::after {
  content: "－";
}

.hcd-sec3__box__cnt {
  display: none;
}

.hcd-sec3__box__cnt__inner {
  padding-top: 5.4rem;
}

.hcd-sec3__box__items-wrap {
  margin: 0 auto;
  max-width: 128rem;
  overflow: hidden;
}

.hcd-sec3__box__items {
  margin: 0 -2rem -4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hcd-sec3__box__items__item {
  margin: 0 2rem 4rem;
  width: calc(33.3333333333% - 4rem);
}

.hcd-sec3__box__items__movie {
  margin-bottom: 1.2rem;
  padding-top: 56.25%;
  position: relative;
}

.hcd-sec3__box__items__movie iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hcd-sec3__box__items__txt {
  font-size: 1.6rem;
  line-height: 1.62;
}

.hcd-sec4 {
  padding: 0 3rem 10.6rem;
}

.hcd-sec4__btns {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hcd-sec4__btns__btn {
  margin: 0 1rem;
  padding: 0;
  width: 22.4rem;
}

.hcd-sec4__btns__btn a {
  padding: 0 0 0 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 8.8rem;
  color: #000;
  background-color: #fff;
  border-radius: 1.1rem;
  font-size: 2.1rem;
  line-height: 1.42;
  text-decoration: none;
  -webkit-box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2);
  box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2);
}

.hcd-sec4__btns__btn a:hover {
  opacity: 0.8;
}

.hcd-sec4__btns__btn a::before {
  content: "";
  width: 3.4rem;
  height: 3.4rem;
  margin-right: 1.8rem;
}

.hcd-sec4__btns__btn a.m--twitter::before {
  background: url("../img/contents/home-coming-day/hcd-sec4-sns-icon-twitter.svg") no-repeat center center/contain;
}

.hcd-sec4__btns__btn a.m--facebook::before {
  background: url("../img/contents/home-coming-day/hcd-sec4-sns-icon-facebook.svg") no-repeat center center/contain;
}

.hcd-sec4__btns__btn a.m--instagram::before {
  background: url("../img/contents/home-coming-day/hcd-sec4-sns-icon-instagram.svg") no-repeat center center/contain;
}

.hcd-sec4__btns__btn a.m--youtube::before {
  background: url("../img/contents/home-coming-day/hcd-sec4-sns-icon-youtube.svg") no-repeat center center/contain;
}

@media all and (max-width: 1440px) {
  .top2Box1__contents1 {
    position: relative;
  }

  .top2Box1__contents2 {
    margin-top: -130px;
  }

  .top2Box1.m--type1 {
    padding-top: 0;
  }

  .top2Box1.m--type2 {
    padding-top: 0;
  }

  .top2Box1.m--type2 .top2Box1__contents1 {
    margin-left: auto;
  }

  .top2Box1.m--type3 {
    padding-top: 0;
  }

  .top2Box1.m--type4 {
    padding-top: 0;
  }

  .top2Box1.m--type4 .top2Box1__contents1 {
    margin-left: auto;
  }
}

@media screen and (max-width: 1300px) {
  .hcd-sec3__box__items-wrap {
    max-width: 84rem;
  }

  .hcd-sec3__box__items__item {
    width: calc(50% - 4rem);
  }
}

@media screen and (max-width: 1200px) {
  .hcd-mv__img img {
    height: 50rem !important;
  }
}

@media screen and (max-width: 1000px) {
  .hcd-mv__img img {
    height: auto !important;
  }
}

@media screen and (max-width: 870px) {
  .hcd-sec3__box__items-wrap {
    max-width: 76.8rem;
  }

  .hcd-sec3__box__items {
    margin: 0 0 -2rem;
    display: block;
  }

  .hcd-sec3__box__items__item {
    margin: 0 auto 2rem;
    width: auto;
    max-width: 40rem;
  }
}

@media screen and (max-width: 768px) {
  .headBox {
    margin: 0 20px;
    padding-top: 18px;
    height: 146px;
  }

  .headBox .m--hogosha {
    max-width: 148px;
  }

  .headBox .m--sotsugyosei {
    max-width: 146px;
  }

  .headBox .m--news {
    max-width: 294px;
  }

  .headBox .m--online-kobetsumendan {
    max-width: 264px;
  }

  .headBox__annotation {
    margin-top: 8px;
    color: #e8380d;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }

  .topNavs {
    max-width: none;
    width: 100%;
    top: 98px;
  }

  .topNavs__nav {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .topNavs__nav a {
    height: 50px;
  }

  .topNavs__nav a:hover {
    background-color: transparent;
  }

  .topMainImage__bnr img {
    width: 40rem;
  }

  .topMainImage {
    padding: 80px 20px 250px;
    display: block;
    height: 650px;
  }

  .topMainImage__title {
    margin-bottom: 30px;
  }

  .topMainImageNavs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    bottom: 150px;
    border-bottom: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .topMainImageNavs__nav {
    font-size: 16px;
    font-size: 1.6rem;
    width: 50%;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
  }

  .topMainImageNavs__nav:nth-child(2n) {
    border-right: none;
  }

  .topMainImageNavs__nav a {
    margin: 0;
    padding: 0 22px;
    height: 65px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
  }

  .topMainImageNavs__nav a::after {
    content: "";
    width: 8px;
    height: 12px;
    background: url(../img/contents/top/main-nav-icon-arrow-right.svg) no-repeat center center/contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
  }

  .topMainImageNavs__nav a:hover {
    background-color: transparent;
  }

  .top1Box2__btn a {
    margin: 0 auto;
  }

  .top1 {
    margin-top: 0;
    padding: 0 20px 84px;
  }

  .top1Box1 {
    background-color: #eee;
    margin: 0 -20px;
    padding: 0 20px 40px;
    max-width: none;
    display: block;
  }

  .top1Box1__item {
    margin-right: 0;
    padding: 52px 26px;
    position: relative;
  }

  .top1Box1__item:first-child {
    margin-right: 0;
    overflow: hidden;
    top: -60px;
  }

  .top1Box1__item:last-child {
    margin-top: -54px;
    margin-right: 0;
    margin-bottom: 0;
    bottom: -34px;
  }

  .top1Box1__title {
    margin-bottom: 26px;
    text-align: center;
  }

  .top1Box1__btn {
    margin-top: 22px;
  }

  .hcd-sec__linkbtn.top1Box1__btn a::after {
    content: none;
  }

  .top1Box1__btn a:hover {
    opacity: 1;
  }

  .top1__bnr {
    margin-top: 0;
  }

  .top1About {
    padding: 50px 26px;
    border-bottom: none;
    display: none;
  }

  .top1About.is-show {
    display: block;
  }

  .top1About__title {
    margin-bottom: 26px;
    padding: 0;
    width: auto;
    text-align: center;
  }

  .top1AboutTabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
  }

  .top1AboutTabs__tab {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 0;
    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;
    background: #f1f1f1;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), color-stop(70%, #f1f1f1), to(#e3e3e3));
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #f1f1f1 70%, #e3e3e3 100%);
    background: linear-gradient(180deg, #f1f1f1 0%, #f1f1f1 70%, #e3e3e3 100%);
  }

  .top1AboutTabs__tab.is-active {
    background: #fff;
  }

  .top1News__title a:hover {
    text-decoration: none;
  }

  .top1Box2 {
    margin: 0 auto 52px;
    display: block;
  }

  .top1Box2:last-child {
    margin: 0 auto;
  }

  .top1Box2__imBox {
    width: 260px;
    margin: 0 auto 26px;
  }

  .top1Box2__contents {
    padding-top: 0;
    width: auto;
    position: relative;
  }

  .top1Box2__title {
    text-align: center;
  }

  .top1Box2__im {
    margin-bottom: 24px;
  }

  .top1Box2__katagaki {
    text-align: center;
  }

  .top1Box2__name {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
  }

  .top1Box2.m--type1 .top1Box2__imBox {
    margin-left: auto;
    margin-right: auto;
  }

  .top2 {
    padding: 12px 0 54px;
  }

  .top2__title {
    margin-bottom: 42px;
  }

  .top2Box1 {
    padding-bottom: 86px;
  }

  .top2Box1:last-child {
    margin-bottom: 0;
  }

  .top2Box1__contents1 {
    padding: 105px 26px 90px;
  }

  .top2Box1__contents2 {
    margin-top: auto;
    border-radius: 15px;
    padding: 46px 26px 60px;
  }

  .top2Box1__bg {
    height: 200px;
    bottom: 0;
  }

  .top2Box1__title1 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: none;
    text-align: center;
  }

  .top2Box1__title1::after {
    width: 90px;
    background: #e8380d;
    background: -webkit-gradient(linear, left top, right top, from(#e8380d), color-stop(47%, #e8380d), color-stop(47%, white));
    background: -webkit-linear-gradient(left, #e8380d 0%, #e8380d 47%, white 47%);
    background: linear-gradient(90deg, #e8380d 0%, #e8380d 47%, white 47%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .top2Box1__text1 {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .top2Box1__title2 {
    text-align: center;
  }

  .top2Box1News {
    padding: 18px 0;
  }

  .top2Box1News__title a:hover {
    text-decoration: none;
  }

  .top2Box1__btn {
    margin-top: 28px;
  }

  .top2Box1__btn a {
    max-width: 280px;
  }

  .top2Box1__btn a::after {
    right: 14px;
  }

  .top2Box1__btn a:hover {
    opacity: 1;
  }

  .top2Box1__btn2 {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .top2Box1__btn2 a {
    /* justify-content: flex-start;
    text-align: left; */
    height: 70px;
    padding: 0 30px 0 20px;
  }

  .top2Box1__btn2 a::after {
    right: 12px;
  }

  .top2Box1__btn2 a:hover {
    opacity: 1;
  }

  .top2Box1.m--type1 {
    margin-right: auto;
    margin-bottom: 50px;
    padding-top: 0;
  }

  .top2Box1.m--type1 .top2Box1__contents1 {
    width: auto;
    max-width: 616px;
    height: 360px;
    background: url(../img/contents/top/torikumi1-bg2-sp.png) no-repeat right top/616px auto;
    left: 0;
    margin-right: 40px;
  }

  .top2Box1.m--type1 .top2Box1__contents2 {
    margin-top: -70px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .top2Box1.m--type1 .top2Box1__bg {
    max-width: 383px;
    background: url(../img/contents/top/torikumi1-bg1-sp.jpg) no-repeat right 40px top/383px auto;
    left: 0;
    margin-right: 40px;
  }

  .top2Box1.m--type2 {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 50px;
    padding-top: 0;
  }

  .top2Box1.m--type2 .top2Box1__contents1 {
    width: auto;
    max-width: 434px;
    height: 360px;
    background: url(../img/contents/top/torikumi2-bg2-sp.png) no-repeat left top/434px auto;
    right: 0;
    margin-left: auto;
  }

  .top2Box1.m--type2 .top2Box1__contents1Inner {
    margin: 0 auto;
  }

  .top2Box1.m--type2 .top2Box1__contents2 {
    margin-top: -70px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .top2Box1.m--type2 .top2Box1__bg {
    background: url(../img/contents/top/torikumi2-bg1-sp.jpg) no-repeat right top/350px auto;
    right: 0;
  }

  .top2Box1.m--type3 {
    margin-right: auto;
    margin-bottom: 50px;
    padding-top: 0;
  }

  .top2Box1.m--type3 .top2Box1__contents1 {
    width: auto;
    max-width: 632px;
    padding-top: 105px;
    height: 360px;
    background: url(../img/contents/top/torikumi3-bg2-sp.png) no-repeat right top/632px auto;
    left: 0;
    margin-right: 40px;
  }

  .top2Box1.m--type3 .top2Box1__contents2 {
    margin-top: -70px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .top2Box1.m--type3 .top2Box1__bg {
    background: url(../img/contents/top/torikumi3-bg1-sp.jpg) no-repeat left top/381px auto;
    left: 0;
  }

  .top2Box1.m--type4 {
    margin-left: auto;
    margin-right: 0;
    padding-top: 0;
  }

  .top2Box1.m--type4 .top2Box1__contents1 {
    width: auto;
    max-width: 829px;
    padding-top: 105px;
    height: 360px;
    background: url(../img/contents/top/torikumi4-bg2-sp.png) no-repeat left top/829px auto;
    right: 0;
    margin-left: 40px;
  }

  .top2Box1.m--type4 .top2Box1__contents1Inner {
    margin: 0 auto;
  }

  .top2Box1.m--type4 .top2Box1__contents2 {
    margin-top: -70px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .top2Box1.m--type4 .top2Box1__bg {
    background: url(../img/contents/top/torikumi4-bg1-sp.jpg) no-repeat right top/389px auto;
    right: 0;
  }

  .top2Box1Description {
    margin: 36px -26px 0;
    padding: 46px 26px 40px;
  }

  .top2Box1DescriptionItem {
    margin: 0 auto 26px;
    display: block;
  }

  .top2Box1DescriptionItem__title {
    width: auto;
    margin-right: 0;
    margin-bottom: 6px;
  }

  .top3 {
    padding: 104px 20px 114px;
  }

  .top3__title {
    margin-bottom: 30px;
  }

  .top3__title img {
    max-width: 294px;
  }

  .top3__text {
    margin-bottom: 46px;
    text-align: left;
  }

  .top3Bnrs__bnr {
    margin-right: 10px;
  }

  .top3Bnrs__bnr a:hover {
    opacity: 1;
  }

  .top3Contact__text a[href^="tel:"] {
    text-decoration: none !important;
  }

  .schoolGroup {
    padding: 70px 20px 80px;
  }

  .schoolGroup__title {
    margin-bottom: 28px;
  }

  .schoolGroup__title img {
    max-width: 284px;
  }

  .schoolGroupBnrs {
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 604px;
  }

  .schoolGroupBnrs__bnr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 0 5px;
    width: 50%;
  }

  .schoolGroupBnrs__bnr:last-child {
    margin-bottom: 0;
  }

  .schoolGroupBnrs__bnr a:hover {
    opacity: 1;
  }

  .conHeadBox {
    padding: 67px 20px 46px;
  }

  .conHeadBox__title {
    margin-bottom: 46px;
  }

  .conHeadBox__title .m--contact {
    max-width: 224px;
  }

  .form {
    padding: 40px 20px;
    border-top: none;
    position: relative;
  }

  .form::before {
    content: "";
    width: calc(100% - 40px);
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .formBox {
    margin: 0 auto 30px;
    display: block;
  }

  .formBox.m--no-flex .formBox__title {
    margin-bottom: 16px;
  }

  .formBox__title {
    margin-right: 0;
    margin-bottom: 16px;
    width: auto;
  }

  .formBox .m--mb {
    margin-bottom: 20px;
  }

  .formBox .m--mb2 {
    margin-bottom: 20px;
  }

  .formBox__text {
    margin-top: 10px;
  }

  .formHorizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .formHorizontal__item {
    margin-right: 10px;
  }

  .formHorizontal__item:last-child {
    margin-right: 0;
  }

  .formHorizontal__item.m--contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .formHorizontal__item .fs1 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
  }

  .formHorizontal > label {
    margin-right: 30px;
    cursor: pointer;
  }

  .formHorizontal > label:last-child {
    margin-right: 0;
  }

  input[type=text].formInput.m--year,
  input[type=email].formInput.m--year {
    max-width: 90px;
  }

  .hog1 {
    padding: 38px 20px 112px;
  }

  .hog1__text {
    margin: 0 auto 46px;
  }

  .hog1__kaiinnsu {
    text-align: center;
  }

  .hog1__kaiinnsu .t1 {
    display: block;
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
  }

  .hog1__kaiinnsu .t2 {
    font-size: 58px;
    font-size: 5.8rem;
  }

  .hog1__annotation {
    margin-bottom: 14px;
  }

  .hog1__kaisai {
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .hog2Tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hog2Tabs__tab {
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px #272d3b solid;
    border-left: 1px #3d414c solid;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .hog2Tabs__tab a {
    padding-bottom: 8px;
    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;
    text-align: center;
    color: #fff;
    background-color: #363b47;
    height: 70px;
    text-decoration: none;
    position: relative;
  }

  .hog2Tabs__tab a::after {
    content: "\e313";
    font-family: "Material Icons";
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 2px;
    right: 0;
    left: 0;
    margin: auto;
  }

  .hog2 {
    padding: 70px 20px 90px;
  }

  .hog2__title {
    margin-bottom: 34px;
  }

  .hog2Box1 {
    margin: 0 auto 44px;
    padding: 60px 26px;
    border-radius: 20px;
  }

  .hog2Box1__title {
    margin-bottom: 24px;
  }

  .hog2Box1__title img {
    height: 22px;
  }

  .hog2Box1__text {
    margin-bottom: 14px;
  }

  .hog2Box2 {
    display: block;
  }

  .hog2Box2__item {
    padding: 0 0 50px;
    margin-right: 0;
    margin-bottom: 60px;
  }

  .hog2Box2__item::after {
    content: "";
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    right: 0;
  }

  .hog2Box2__item:last-child {
    padding: 0;
    margin-bottom: 0;
  }

  .hog2Box2__item.m--img {
    margin-bottom: 0;
    padding: 0;
  }

  .hog2Box2__item.m--img::after {
    display: none;
  }

  .hog2Box2__im {
    margin-bottom: 16px;
  }

  .hogBtnLists.m--btm {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .hogBtnLists.m--clm2 {
    display: block;
  }

  .hogBtnLists.m--clm2 .hogBtnLists__list {
    margin-right: 0;
  }

  .hogBtnLists.m--topbtm {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hogBtnLists__list a::after {
    right: 10px;
  }

  .hogBtnLists__list a:hover {
    opacity: 1;
  }

  .hogLists__list {
    padding: 14px 10px;
  }

  .sot1 {
    padding: 40px 18px;
  }

  .sot1__title {
    margin-bottom: 20px;
  }

  .sot1__sotsugyosei {
    margin-bottom: 40px;
  }

  .sot1__sotsugyosei .t1 {
    font-size: 66px;
    font-size: 6.6rem;
  }

  .sot1__sotsugyosei .t2 {
    font-size: 25px;
    font-size: 2.5rem;
  }

  .sot2 {
    padding: 70px 18px;
  }

  .sot2__title {
    margin-bottom: 36px;
  }

  .sot2__text {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .sot2Box1 {
    margin: 0 auto;
    display: block;
    max-width: 620px;
  }

  .sot2Box1__item {
    margin: 0 auto 26px;
    padding: 58px 28px 36px;
    border-radius: 12px;
    width: auto;
  }

  .sot2Box1__item:last-child {
    margin: 0 auto;
  }

  .sot2Box1__logo {
    margin-bottom: 36px;
  }

  .sot2Box1__logo .m--koyukai,
  .sot2Box1__logo .m--setsureikai,
  .sot2Box1__logo .m--hokuyakukai,
  .sot2Box1__logo .m--teiyukai,
  .sot2Box1__logo .m--koshokai {
    max-width: 200px;
  }

  .sot2Box1__logo .m--sogodenshi {
    max-width: 225px;
  }

  .sot2Box1__btn {
    margin-top: 14px;
  }

  .sot2Box1__btn a {
    max-width: 280px;
  }

  .sot2Box1__btn a::after {
    right: 18px;
  }

  .sot2Box1__btn a:hover {
    opacity: 1;
  }

  .sot4 {
    padding: 160px 18px 78px;
    background: url(../img/contents/sotsugyosei/sot-box4-bg-sp.jpg) no-repeat center top/100% auto;
  }

  .sot4Box {
    margin: 0 auto;
    padding: 40px 28px 66px;
    background-color: white;
    border-radius: 17px;
  }

  .sot4Box__title {
    margin-bottom: 20px;
  }

  .sot4Box__text {
    margin-bottom: 38px;
  }

  .sot5 {
    padding: 102px 18px;
    background: url(../img/contents/sotsugyosei/sot-box5-bg-sp.jpg) no-repeat center center/cover;
  }

  .sot5__title {
    margin-bottom: 24px;
  }

  .sot5__title img {
    max-width: 222px;
  }

  .sot5__text {
    margin-bottom: 44px;
  }

  .sot5Box {
    display: block;
  }

  .sot5Box__item {
    display: block;
    margin-right: 0;
    margin-bottom: 52px;
    padding: 64px 26px 44px;
    border-radius: 17px;
    height: auto;
  }

  .sot5Box__item:last-child {
    margin-bottom: 0;
  }

  .sot5Box__title {
    margin-right: 0;
    margin-bottom: 14px;
    width: auto;
  }

  .sot5Box__btn {
    position: static;
    width: auto;
    margin: 34px auto 0;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .sot5Box__btn a {
    margin: 0 auto;
    max-width: 280px;
  }

  .sot5Box__btn a::after {
    right: 18px;
  }

  .sot5Box__btn a:hover {
    opacity: 1;
  }

  .news1 {
    padding: 40px 20px 76px;
  }

  .newsSelectWrap {
    margin: 0 auto 32px;
  }

  .newsLists__list {
    padding: 16px 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .newsLists__category {
    margin-right: 0;
    width: auto;
  }

  .newsLists__title {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .newsLists__title a:hover {
    text-decoration: none;
  }

  .pageNav {
    font-size: 19px;
    font-size: 1.9rem;
  }

  .news2Bnrs {
    margin: 0 auto;
    max-width: 510px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .news2Bnrs__bnr {
    margin: 0 0 10px;
    padding: 0 4px;
  }

  .news2Bnrs__bnr a:hover {
    opacity: 1;
  }

  .newsEntry1 {
    padding: 38px 20px 70px;
  }

  .newsEntry1__titleBox {
    margin-bottom: 10px;
  }

  .newsEntry1__title {
    color: #000;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .newsEntry1__annotation {
    margin-top: 8px;
    color: #e8380d;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .newsEntry1__im.m--padding {
    background-color: #f3f4eb;
    padding: 26px 12px;
  }

  .newsEntry1Lists {
    margin-bottom: 44px;
  }

  .newsEntry1Lists__list {
    margin: 0;
    padding: 32px 0 32px 68px;
  }

  .newsEntry1Lists__list::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 21px;
    font-size: 2.1rem;
    left: 12px;
  }

  .newsEntry2 {
    padding: 70px 20px 84px;
  }

  .newsEntry2__title {
    margin-bottom: 20px;
  }

  .newsEntry2__title .m--jisshinaiyo {
    max-width: 104px;
  }

  .newsEntry2__text {
    margin-bottom: 48px;
    text-align: left;
  }

  .newsEntry2Box1 {
    margin-bottom: 34px;
    padding: 36px 25px;
    display: block;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .newsEntry2Box1__time {
    margin-right: 22px;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .newsEntry2Box1__title {
    margin-right: 0;
    margin-bottom: 16px;
    width: auto;
    text-align: center;
  }

  .newsEntry2Box2 {
    display: block;
  }

  .newsEntry2Box2__im {
    width: auto;
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }

  .kob1 {
    padding: 40px 20px 66px;
  }

  .kob1__text {
    margin: 0 auto 52px;
  }

  .kob1__im {
    margin-bottom: 52px;
  }

  .kob2 {
    padding: 56px 20px 80px;
  }

  .kob2__titleBox {
    margin-bottom: 30px;
  }

  .kob2__titleBox.m--mt {
    margin-top: 80px;
  }

  .kob2__text {
    text-align: left;
  }

  .kob2Box1 {
    margin: 0 auto 40px;
    display: block;
    max-width: 335px;
  }

  .kob2Box1__item {
    margin-right: 0;
    margin-bottom: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .kob2Box1__item::after {
    width: 30px;
    height: 16px;
    background: url(../img/contents/online-kobetsumendan/kob-box2-icon-arrow-right-sp.svg) no-repeat left top/contain;
    right: 0;
    left: 0;
    bottom: -40px;
    top: auto;
    margin: auto;
  }

  .kob2Box1__item:last-child {
    margin-bottom: 0;
  }

  .kob2Box1__im {
    margin-bottom: 0;
    margin-right: 12px;
    width: 84px;
  }

  .kob2Box1__contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .kob2Box1__title {
    margin-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .kob2Box1__title .num {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .kob2Box1__text {
    text-align: left;
  }

  .kob2Box3 {
    display: block;
  }

  .kob2Box3__item {
    margin: 0 0 18px 0;
    border-radius: 16px;
    padding: 30px 18px;
  }

  .kob2Box3__item:last-child {
    margin: 0;
  }

  .kob2__annotation {
    margin-top: 26px;
  }

  .fk-mv {
    padding: 6.6rem 2rem;
  }

  .fk-mv__ttl {
    margin-bottom: 2.4rem;
  }

  .fk-mv__ttl img {
    width: 22.6rem;
  }

  .fk-mv__txt {
    line-height: 1.66;
  }

  .fk-sec {
    padding: 0 2rem 7rem;
  }

  .fk-sec__box {
    margin: 0 -2rem;
    padding: 4.6rem 1.4rem 4.4rem;
    background: url("../img/contents/kobetsumendan/fk-sec-bg-sp.jpg") no-repeat center top/cover;
  }

  .fk-sec__btns {
    margin: 3.6rem auto 0;
    display: block;
  }

  .fk-sec__btns__btn {
    margin: 0 0 1.6rem;
  }

  .fk-sec__btns__btn a:hover {
    opacity: 1;
  }

  .fk-sec__btns__btn a::after {
    right: 18px;
  }

  .hcd-sec2__gallery-wrap {
    margin: 0 -3rem;
    max-width: none;
  }

  .hcd-sec2__gallery {
    margin: 0;
    display: block;
  }

  .hcd-sec2__gallery__item {
    margin: 0 1.6rem;
    width: auto;
  }

  .hcd-sec2__gallery__item a:hover {
    opacity: 1;
  }

  .hcd-sec2__gallery__item img {
    width: 26.4rem;
    height: 22rem !important;
  }

  .hcd-sec4__btns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hcd-sec4__btns__btn {
    margin: 0 0 2rem 0;
    width: calc(50% - 1rem);
  }

  .hcd-sec4__btns__btn a {
    padding: 0 0 0 1.4rem;
    font-size: 1.8rem;
    height: 7rem;
  }

  .hcd-sec4__btns__btn a:hover {
    opacity: 1;
  }

  .hcd-sec4__btns__btn a::before {
    margin-right: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline !important;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  img.sp {
    display: inline-block;
  }

  .pcbr {
    display: inline;
  }

  .spbr {
    display: block;
  }

  .topMainImage__title img {
    width: 46vw;
  }

  .topMainImage__text {
    text-align: left;
  }

  .top1Box2__text {
    height: 178px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  .top1Box2__text::after {
    content: "";
    display: block;
    width: 100%;
    height: 110px;
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 70%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }

  .top1Box2__text.is-active {
    height: auto;
    overflow: visible;
  }

  .top1Box2__text.is-active::after {
    display: none;
  }

  .top1Box2__btnAll {
    font-size: 16px;
    font-size: 1.6rem;
    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;
    text-align: center;
    color: #fff;
    background-color: #e8380d;
    text-decoration: none;
    max-width: 280px;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
  }

  .top1Box2__btnAll::after {
    content: "";
    width: 16px;
    height: 14px;
    background: url(../img/contents/top/icon-arrow-right.svg) no-repeat center center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto;
  }

  .top1Box2__btnAll.is-active {
    display: none;
  }

  .top2Box1BnrsWrap {
    margin: auto;
    max-width: 290px;
  }

  .top2Box1Bnrs {
    margin: 0 -2px -16px;
  }

  .top2Box1Bnrs__bnr {
    padding: 0 3px 16px;
  }

  .top2Box1Bnrs__bnr.m--clm1-sp {
    width: 100%;
  }

  .top2Box1Bnrs__bnr a:hover {
    opacity: 1;
  }

  .top2Box1Bnrs__text {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 4px;
  }

  .top3Bnrs {
    margin: 0 auto 38px;
    display: block;
  }

  .top3Bnrs__bnr {
    margin-right: 0;
    margin-bottom: 18px;
    text-align: center;
  }

  .top3Bnrs__bnr:last-child {
    margin-bottom: 0;
  }

  .top3Bnrs__bnr a:hover {
    opacity: 1;
  }

  .schoolGroupBnrs {
    display: block;
  }

  .schoolGroupBnrs__bnr {
    margin-right: 0;
    margin-bottom: 18px;
    width: auto;
    text-align: center;
  }

  .schoolGroupBnrs__bnr:last-child {
    margin-bottom: 0;
  }

  .schoolGroupBnrs__bnr a:hover {
    opacity: 1;
  }

  .hog2Box3 {
    display: block;
  }

  .hog2Box3__contents {
    width: auto;
  }

  .hog2Box3__im {
    margin-left: 0;
    width: auto;
  }

  .hogBtnLists2 {
    display: block;
  }

  .hogBtnLists2__list {
    margin: 0 0 6px 0;
  }

  .hogBtnLists2__list a {
    height: 80px;
  }

  .hogBtnLists2__list a:hover {
    opacity: 1;
  }

  .sot3Bnrs {
    display: block;
  }

  .sot3Bnrs__bnr a {
    height: 232px;
  }

  .sot3Bnrs__bnr a.m--library {
    background: url(../img/contents/sotsugyosei/sot-bnr-library-bg-sp.jpg) no-repeat center center/cover;
  }

  .sot3Bnrs__bnr a:hover {
    opacity: 1;
  }

  .sot4Bnrs__bnr a {
    max-width: 280px;
  }

  .sot4Bnrs__bnr a::after {
    right: 18px;
  }

  .sot4Bnrs__bnr a:hover {
    opacity: 1;
  }

  .news2 {
    padding: 78px 20px;
    background: url(../img/contents/news/news-sot-bg-sp.jpg) no-repeat center center/cover;
  }

  .news2__title {
    margin-bottom: 24px;
  }

  .news2__title img {
    max-width: 154px;
  }

  .news2Bnrs {
    max-width: 326px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .news2Bnrs__bnr.m--clm2-sp {
    width: 50%;
  }

  .newsEntry1Btns {
    margin: 18px 0 0 0;
    display: block;
  }

  .newsEntry1Btns__btn {
    margin: 0 0 16px 0;
    width: 100%;
    max-width: 335px;
  }

  .newsEntry1Btns__btn:last-child {
    margin: 0;
  }

  .newsEntry1Btns__btn a:hover {
    opacity: 1;
  }

  .newsEntry1Btns__btn a.m--type1::after {
    right: 16px;
  }

  .newsEntry1Btns__btn a.m--type2::after {
    right: 16px;
  }

  .kob1Btns {
    display: block;
  }

  .kob1Btns__btn {
    margin: 0 auto 16px;
    width: 100%;
    max-width: 335px;
  }

  .kob1Btns__btn:last-child {
    margin: 0 auto;
  }

  .kob1Btns__btn a:hover {
    opacity: 1;
  }

  .kob1Btns__btn a.m--type1::after {
    right: 18px;
  }

  .kob1Btns__btn a.m--type2::after {
    right: 18px;
  }

  .kob2Box2 {
    border-radius: 23px;
  }

  .kob2Box2__title {
    padding: 26px 48px 26px 18px;
    text-align: left;
  }

  .kob2Box2__title::after {
    width: 18px;
    height: 10px;
    right: 24px;
  }

  .kob2Box2__contents {
    padding: 0 18px;
  }

  .kob2Box2__contentsInner {
    padding: 0 0 25px;
  }

  .kob2Box2__flow {
    margin-bottom: 68px;
  }

  .kob2Box2__flow::after {
    bottom: -44px;
  }

  .kob2Box2__text {
    text-align: left;
  }

  .kob2Box2__text a:hover {
    color: #e8380d;
  }

  .kob2Box2BtnsWrap {
    margin: 12px 0;
  }

  .kob2Box2Btns {
    margin: 0 -6px;
  }

  .kob2Box2Btns__btn {
    margin: 0 6px;
  }

  .kob2Box2Btns__btn.m--pc {
    display: none;
  }

  .kob2Box2__text3 {
    padding: 14px;
    border-radius: 8px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .hcd-sec {
    padding: 5.2rem 2rem 6rem;
  }

  .hcd-sec__ttl,
  .hcd-sec__ttl2 {
    margin-bottom: 3rem;
    font-size: 2.2rem;
    line-height: 1.63;
    text-align: left;
  }

  .hcd-sec__lists__list,
  .hcd-sec__lists2__list {
    padding: 1.4rem 0 1.4rem 2.5rem;
    font-size: 1.6rem;
    line-height: 1.87;
  }

  .hcd-sec__lists__list::before,
  .hcd-sec__lists2__list::before {
    left: 0;
    top: 2.1rem;
  }

  .hcd-sec__items {
    display: block;
  }

  .hcd-sec__items__item {
    margin: 0 0 2rem 0;
    padding: 2.8rem 3rem;
  }

  .hcd-sec__items__ttl {
    font-size: 1.6rem;
  }

  .hcd-sec__items__txt1 .m--img1 {
    width: 17.9rem;
  }

  .hcd-sec__items__txt1 .m--img2 {
    width: 22.7rem;
  }

  .hcd-sec__txt {
    margin: 4.2rem 0 2rem;
  }

  .hcd-sec__txt img {
    width: 28.4rem;
  }

  .hcd-sec__btn a {
    max-width: 33.4rem;
    height: 7rem;
  }

  .hcd-sec__btn a:hover {
    opacity: 1;
  }

  .hcd-sec__btn a::after {
    top: 2.6rem;
    right: 1.8rem;
  }

  .hcd-sec2 {
    padding: 0 2rem 5.8rem;
  }

  .hcd-sec2__ttl {
    margin: 0 -2rem;
    padding: 2.4rem 1rem;
    font-size: 1.8rem;
    line-height: 1.55;
  }

  .hcd-sec2__ttl.m--mb1 {
    margin-bottom: 4rem;
  }

  .hcd-sec2__ttl .m--deco {
    letter-spacing: 0.8rem;
  }

  .hcd-sec2__gallery-wrap {
    margin: 0 -2rem;
  }

  .hcd-sec2__img {
    margin: 0 -2rem 4rem;
    padding: 0 2rem 2rem;
  }

  .hcd-sec2__img img {
    width: 33.7rem;
  }

  .hcd-sec2__img2a {
    margin-bottom: 4rem;
  }

  .hcd-sec2__img2a img {
    width: 33.7rem;
  }

  .hcd-sec2__img2 {
    margin: 0 -2rem;
  }

  .hcd-sec2__img2 img {
    max-width: none;
    width: 64.5rem;
    height: auto;
  }

  .hcd-sec2__img2 .js-scrollable {
    padding: 0 2rem;
  }

  .hcd-sec3 {
    padding: 0 2rem 5.8rem;
  }

  .hcd-sec3__txt {
    margin-bottom: 5.2rem;
    text-align: left;
  }

  .hcd-sec3__box {
    margin-bottom: 2.6rem;
  }

  .hcd-sec3__box__btn {
    font-size: 2.2rem;
    height: 6rem;
    border: 0.3rem #000 solid;
  }

  .hcd-sec3__box__btn .m--deco {
    font-size: 1.3rem;
  }

  .hcd-sec3__box__btn::after {
    font-size: 2.2rem;
    line-height: 1.8rem;
    width: 2.2rem;
    height: 2.2rem;
    right: 0.8rem;
  }

  .hcd-sec3__box__cnt__inner {
    padding-top: 2.6rem;
  }

  .hcd-sec4 {
    padding: 0 2rem 5.8rem;
  }
}

@media screen and (max-width: 474px) {
  .top2Box1.m--type2 .top2Box1__contents1 {
    margin-left: 40px;
  }
}

@media screen and (max-width: 429px) {
  .top2Box1.m--type4 {
    margin-left: auto;
    margin-right: 0;
    padding-top: 0;
  }

  .top2Box1.m--type4 .top2Box1__bg {
    background: url(../img/contents/top/torikumi4-bg1-sp.jpg) no-repeat left 40px top/389px auto;
  }
}

@media screen and (max-width: 421px) {
  .top2Box1.m--type3 .top2Box1__bg {
    background: url(../img/contents/top/torikumi3-bg1-sp.jpg) no-repeat right 40px top/381px auto;
  }
}

@media screen and (max-width: 390px) {
  .top2Box1.m--type2 .top2Box1__bg {
    background: url(../img/contents/top/torikumi2-bg1-sp.jpg) no-repeat left 40px top/350px auto;
  }
}

@media print {
  .topNavs {
    display: none;
  }
}
/*# sourceMappingURL=maps/styles.css.map */
