* {
  background-color: rgba(0, 0, 0, 0.0);
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
a.na {
  opacity: .6;
}
a.na h3 {
  opacity: .6;
}
.det__btn a.na {
  opacity: 1;
}

span {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}
.pc,
.hide {
  display: none !important;
}

#wrap {
  width: 100%;
  min-width: 100%;
  height: 100%;
  overflow: hidden;
}

.header_bg {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .8);
  z-index: 50;
}
.header {
  width: 345px;
  padding: 0 15px;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  color: #fff;
}
header.header {
  position: fixed;
  color: #0096D8;
  z-index: 50;
}
.header__left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header__left img {
  width: 286px;
}
.header__right {
  margin: 0;
}
.header__right .general {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 415px;
}
.header__right .general li {
  margin: 0 20px;
  font-size: 12px;
}
.header__right .general li:first-child {
  padding: 0 90px;
  margin-bottom: 35px;
}
.header__right .nav .sns {
  width: 150px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.header__right .nav li:not(:last-child) {
  width: 310px;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  height: 56px;
  padding-left: 20px;
  line-height: 56px;
  border-bottom: 1px solid #eee;
}
.header__right .nav .sns li {
  width: 17px;
  height: auto;
  line-height: 1;
  margin: 0 10px;
  padding: 0;
  border: none;
}
.header__btn {
  width: 100%;
  height: 70px;
  background: rgba(255, 255, 255, .8);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.header__btn a {
  width: 120px;
  height: 40px;
  border-radius: 4px;
  background: #F38200;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  display: block;
  margin: 15px auto;
}
.header .nav__btn {
  width: 24px;
  height: 24px;
}
.header nav {
  display: block;
  width: 100%;
  height: 100vh;
  background: #fff;
  position: absolute;
  padding-top: 90px;
  top: 0;
  right: -100%;
  z-index: -1;
  transition: ease .3s;
  visibility: hidden;
}
.header nav.active {
  right: 0;
  visibility: visible;
}

section {
  padding: 100px 0 0;
}
.sec__tit {
  font-size: 38px;
  color: #0096D8;
  text-align: center;
  position: relative;
  margin: 0 auto 100px;
  z-index: 2;
}
.sec__tit span {
  font-size: 18px;
  font-weight: normal;
  color: #F38200;
  text-align: center;
  width: 260px;
  position: absolute;
  left: calc(50% - 130px);
  bottom: -30px;
}

.point__btn,
.course__btn,
.det__btn,
.news__btn {
  width: 330px;
  height: 39px;
  margin: 0 auto;
  line-height: 39px;
  background: #0096D8;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  position: relative;
  border-radius: 4px;
}
.point__btn::after,
.course__btn::after,
.det__btn::after {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../img/arw.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 13px;
  right: 12px;
}
.point__btn a,
.course__btn a,
.det__btn a,
.news__btn a {
  width: 100%;
  height: 100%;
  display: block;
}
.det__btn {
  width: 120px;
}
.det__btn.non {
  background: #7f7f7f;
}
.det__btn.non::after {
  display: none;
}

.link__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto 100px;
}
.link__item {
  width: 163px;
  height: 300px;
  margin: 0 9px;
}
.link__item h3 {
  color: #A3C4D9;
  font-size: 18px;
  text-align: center;
  margin: 15px auto;
}
.link__item p {
  font-size: 14px;
  color: #6F7579;
  height: 70px;
  margin-bottom: 20px;
}

.banner__item {
  width: 100%;
  margin: 0 0 2px;
  position: relative;
}
.banner__item .txt {
  width: 250px;
  height: 90px;
  position: absolute;
  left: calc(50% - 125px);
  bottom: 25px;
  background: rgba(255, 255, 255, .8);
}
.banner__item .txt h3 {
  font-size: 16px;
  color: #3B4043;
  text-align: center;
  padding: 10px 0;
}

.banner__second {
  margin: 100px auto;
}
.banner__second-item {
  width: 300px;
  margin: 0 auto 20px;
}

footer {
  background: #A3C4D9;
}
.footer__sns {
  width: 325px;
  padding: 25px 25px 5px;
  background: #0096D8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sns__item {
  width: 50%;
  margin: 0 0 20px;
}
.sns__item a {
  width: 100%;
  text-align: center;
  display: block;
}
.sns__item a p {
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}
.sns__item a img {
  width: auto;
  height: 31px;
  display: inline-block;
}
.footer__map {
  width: 345px;
  margin: 0 auto;
  padding: 60px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.map__item:not(:nth-child(2n)) {
  margin-right: 70px;
}
.map__item.tit {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 60px;
}
.map__item.tit a:first-child {
  margin-right: 70px;
}
.map__item.logo {
  width: 210px;
  margin: 0 auto 60px;
}
.map__item.logo-txt {
  width: 274px;
  margin: 0 auto;
}
.map__item h3 {
  font-size: 12px;
  font-weight: normal;
  color: #003288;
  margin-bottom: 23px;
}
.map__list-item {
  font-size: 12px;
  color: #3B4043;
  margin-bottom: 10px;
}

.footer__copy {
  margin: 0 auto;
  font-size: 10px;
  color: #3B4043;
  text-align: center;
  padding: 60px 0 40px;
}