@charset "utf-8";
/*
Theme Name: 株式会社エー・アンド・デイ--ネクストハイスクール
Version: 1.0.0
*/

/* ========================================================
  RESET
========================================================= */
* {
	padding: 0px;
	margin: 0px;
	outline: none;
}

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

html {
	border: 0px;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}

body {
	color: #1e1e1e;
	cursor: default;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 19px; font-size: 1.9rem;
	line-height: 1.8;
	word-wrap: break-word;
  letter-spacing: .02em;
  width: 100%;
}

img {
	max-width:100%;
	height:auto;
	vertical-align: bottom;
	border: 0;
}

a {
	color: #0045b6;
  text-decoration: none;

}
a:hover,
a:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
}

a img {
  transition: all .3s;
}

/* ========================================================
  LAYOUT
========================================================= */
/*  header ------------------  */
.header {
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all .3s;
}
.header__inner {
  width: 90%;
  max-width: 1480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0 auto;
  align-items: center;
  height: 130px;
  padding: 20px 0 20px;
  transition: all .3s;
}
.logo {
  width: 150px;
  line-height: 1;
}

.logo a {
  color: #fff;
}


.header.fixed {
  background-color: rgba(255, 255, 255, 0.6);
}
.header.fixed .header__inner {
  height: 85px;
}
@media only screen and (max-width: 1180px) {
.logo {
  width: 120px;
}
}
@media only screen and (max-width: 960px) {
.header__inner {
  align-items: inherit;
  height: auto;
  padding: 0;
}
.header.fixed .header__inner {
  height: inherit;
}
}

@media only screen and (max-width: 960px) {
.header {
  z-index: 999;
  top: 0;
}
.header__inner {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.logo {
  padding: 10px 15px 10px;
}
html.fixed {
  height: 100%;
  overflow: hidden;
}

}

/*  Page Home ------------------------  */
.mainvisual {
  background-image: url(images/main_bg_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.mainvisual .mainvisual__inenr {
  width: 90%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 145px 0 0;
  position: relative;
  display: flex;
  align-items: center;
}
.mainvisual .mainvisual__catch {
  width: 50%;
}
.mainvisual .mainvisual__img {
  width: 50%;
}
.mainvisual .mainvisual__img .main-catalog {
  margin-bottom: -35px;
}
.mainvisual .mainvisual__img .head-message {
  position: absolute;
  right: 0;
  top: 50px;
  font-size: 20px;
  font-weight: 700;
  color: #0066b3;
}
.mainvisual .mainvisual__img .head-message::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #0541bb;
}
.catch-copy {
  font-size: clamp(38px, 3.6vw, 60px);
  font-weight: 700;
  line-height: 1.2;
  color: #0066b3;
  text-align: left;
  word-break: break-word;
  margin-bottom: 1em;
}
.catch-copy-sub {
  font-size: clamp(17px, 3.6vw, 30px);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 3em;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 900px) {
.mainvisual {
  background-image: url(images/main_bg_sp.png);
}
.mainvisual .mainvisual__inenr {
  flex-direction: column;
}
.mainvisual .mainvisual__catch {
  width: 100%;
}
.mainvisual .mainvisual__img {
  width: 100%;
}
.main-catalog {
  max-width: 380px;
  margin: 0 auto;
  display: flex;
}
.catch-copy {
  font-size: 50px; font-size: 5.0rem;
}

.mainvisual .mainvisual__img .head-message {
  top: 70px;
  font-size: 16px;
}
.link-set {
  max-width: 90%;
  margin: 0 auto 2.5em;
  text-align: center;
}
.link-set .btnlink {
  margin-left: auto;
  margin-right: auto;
}
}
@media only screen and (max-width: 680px) {
.main-catalog {
  max-width: 280px;
}
.catch-copy {
  font-size: 38px; font-size: 3.8rem;
}
}
@media only screen and (max-width: 480px) {
.catch-copy {
  font-size: 27px; font-size: 2.7rem;
  margin-bottom: .5em;
}
.catch-copy-sub {
  margin-bottom: 2em;
}
}
.sp-show {
  display: none;
}
@media screen and (max-width: 900px) {
.pc-show {
  display: none;
}
.sp-show {
  display: block;
}
}

.section-understand .col-2 .col__item.col-understand { 
  display: flex;
  align-items: flex-start;
  width: 50%;
  padding: 5px 5vw;
  gap: 3vw;
}
.section-understand .col-2 .col__item.col-understand .col-understand__img { 
  width: 25%;
}
.section-understand .col-2 .col__item.col-understand .col-understand__txt { 
  flex: 1;
}

.col-line {
  border-right: 2px solid #d8d6d7;
}

.section-understand .col-wrap p,
.section-reason .col-wrap p {
  font-size: 23px; font-size: 2.3rem;
  line-height: 1.4;
  color: #0045b6;
}

@media only screen and (max-width: 1200px) {
.section-understand .col-2 .col__item.col-understand { 
  padding: 5px 20px;
}
.section-understand .col-wrap p,
.section-reason .col-wrap p {
  font-size: 21px; font-size: 2.1rem;
}
}
@media only screen and (max-width: 900px) {
.section-understand .col-wrap.col-2 { 
  flex-direction: column;
  align-items: center;
}
.section-understand .col-2 .col__item.col-understand { 
  width: auto;
}
.section-understand .col-2 .col__item.col-understand .col-understand__img {
  width: 90px;
}
.col-line {
  border-right: none;
}
}
@media only screen and (max-width: 768px) {
.section-understand .col-2 .col__item.col-understand { 
  padding: 5px;
}
.section-understand .col-wrap p,
.section-reason .col-wrap p {
  font-size: 18px; font-size: 1.8rem;
}
}

.section-reason {
  background-color: #e7f6ff;
}
.section-reason .col__item img {
  height: 110px;
  display: flex;
  margin: 0 auto 2em;
}
.section-reason .col-4 .col__item {
  gap: 0;
}
.section-reason .col-4 .col__item {
  width: 25%;
  padding: 15px 2vw;
}
@media only screen and (max-width: 900px) {
.section-reason .col-wrap.col-4 {
  flex-direction: column;
  align-items: center;
}
.section-reason .col-4 .col__item {
  width: 70%;
}
}

.section--btn {
  background:repeating-linear-gradient(
  -45deg,
  #ffe79c,
  #ffe79c 3px,
  #fff7dc 0,
  #fff7dc 14px
  );
}
.section--btn .btnlink {
  margin: 0 auto;
  background-color: #ed8104;
}
.section--btn .btnlink:hover {
  background-color: #ffae2a;
}
.arrow-link {
  background-image: url(images/common/icon_link.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  text-align: center;
  display: table;
  margin: 0 auto;
  padding-left: 1.2em;
  font-size: 36px; font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.2;
  color: #113c59;
  text-decoration: none;
}
@media only screen and (max-width: 1080px) { 
.arrow-link {
  font-size: 26px; font-size: 2.6rem;
}
}
@media only screen and (max-width: 900px) { 
.btn-wrap {
  width: 90%;
  margin: 0 auto;
}
}
@media only screen and (max-width: 768px) { 
.arrow-link {
  font-size: 24px; font-size: 2.4rem;
}
.arrow-link {
  background-size: 22px;
}
}

.link-blank {
  font-size: 28px;
  background-image: url(images/icon_blank.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: right 7px;
  padding-right: 35px;
}
/*  btnlink ------------------  */
.btnlink {
  background-color: #0541bb;
  border-radius: 10px;
  color: #fff;
  font-size: 35px; font-size: 3.5rem;
  font-weight: 400;
  text-decoration: none;
  margin: 1em auto 1em 0;
  padding: .5em .8em;
  opacity: 1;
  display: flex;
  align-items: center;
  max-width: 520px;
  width: auto;
  gap: 20px;
  transition: all .5s;
  opacity: 1;
}
.btnlink::before {
  content: "";
  background-image: url(images/icon_material.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 65px;
  height: 93px;
}
.btnlink::after {
  content: "";
  background-image: url(images/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 36px;
}
.btnlink.btnlink--center {
  margin: 1em auto 1em 0;
}
.btnlink:hover {
  background-color: #0091ff;
  opacity: 1;
}
@media only screen and (max-width: 1120px) {
.link-blank {
  font-size: 21px;
  background-size: 18px;
  padding-right: 25px;
}
.btnlink {
  background-color: #0541bb;
  border-radius: 10px;
  color: #fff;
  font-size: 35px; font-size: 3.5rem;
}
.btnlink {
  font-size: 25px; font-size: 2.5rem;
  max-width: 460px;
  justify-content: center;
}
.btnlink::before {
  width: 50px;
  height: 69px;
}
.btnlink::after {
  width: 15px;
  height: 26px;
}
}
@media only screen and (max-width: 600px) {
.link-blank {
  font-size: 18px;
}
.btnlink {
  font-size: 20px; font-size: 2.0rem;
  gap: 10px;
}
.btnlink::before {
  width: 40px;
  height: 54px;
}
.btnlink::after {
  width: 10px;
  height: 17px;
}
}

/*  heading ------------------  */
.heading-lv2 {
  word-break: break-word;
  font-size: 40px; font-size: 4.0rem;
  font-weight: 600;
  margin-bottom: 1.5em;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0;
  color: #711a77;
  position: relative;
}
.heading-lv2::before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #ed8104;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.heading-lv3 {
  font-size: 30px; font-size: 3.0rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1em;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 12000px) {
.heading-lv3 {
  font-size: 26px; font-size: 2.6rem;
}
}
@media only screen and (max-width: 1080px) {
.heading-lv2 {
  font-size: 35px; font-size: 3.5rem;
}
.heading-lv3 {
  font-size: 24px; font-size: 2.4rem;
}
}
@media only screen and (max-width: 768px) {
.heading-lv2 {
  font-size: 25px; font-size: 2.5rem;
  margin-bottom: 2em;
}
.heading-lv3 {
  font-size: 21px; font-size: 2.1rem;
  margin-bottom: .5em;
}
}


/*  footer ------------------  */
.footer {
  padding: 3em 0;
  position: relative;
  background-color: #0541bb;
  color: #fff;
}
.footer__inner {
  max-width: 1480px;
  width: 95%;
  margin: 0 auto 3.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.footer-message {
  width: 55%;
}
.footer-message h2 {
  font-size: 30px; font-size: 3.0rem;
  font-weight: 600;
  margin-bottom: .5em;
  letter-spacing: 0;
}
.footer-message p {
  font-size: 24px; font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: .01em;
}
.footer-icon {
  width: 45%;
  display: flex;
  justify-content: space-between;
  padding: 0 3vw;
}
.footer-icon img {
  height: 95px;
}
.copyright {
  font-size: 24px; font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 1080px) {
.footer-icon img {
  height: 65px;
}
}
@media only screen and (max-width: 900px) {
.footer__inner {
  flex-direction: column;
}
.footer-message {
  width: 95%;
}
.footer-message h2 {
  font-size: 25px; font-size: 2.5rem;
}
.footer-message p {
  font-size: 20px; font-size: 2.0rem;
}
.footer-icon {
  width: 85%;
  margin-top: 2em;
}
}
@media only screen and (max-width: 768px) {
.footer-message h2 {
  font-size: 16px; font-size: 1.6rem;
}
.footer-message p {
  font-size: 15px; font-size: 1.5rem;
}
}

.footer-page-top {
  position: absolute;
  top: 50px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
	opacity: 1;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 16px; font-size: 1.6rem;
  text-decoration: none;
}
.footer-page-top .arrow {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 2px;
  margin-bottom: 40px;
  background-color: #fff;
  transform: rotate(270deg);
  transition: all .3s;
  bottom: 0;
}
.footer-page-top .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0px);
  right: 0;
  width: 25px;
  height: 2px;
  background-color: #fff;;
  transform: rotate(-35deg);
  transform-origin: calc(100% - 2px) 50%;
}
.footer-page-top:hover .arrow {
  bottom: 5px;
}
@media only screen and (max-width: 1080px) {
.footer-page-top {
  font-size: 14px; font-size: 1.4rem;
  top: 60%;
  right: 0;
}
}
@media only screen and (max-width: 600px) {
.footer-page-top .arrow {
  width: 50px;
  margin-bottom: 35px;
}
.footer-page-top .arrow::before {
  width: 20px;
}
.footer-page-top:hover .arrow {
  bottom: 0;
}
}

/*  common ------------------  */
.section {
  position: relative;
  padding: 3.5em 0;
}
.section__inner {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 900px) {
.section__inner {
  width: 90%;
}
}

.section p {
  margin-bottom: 1em;
}
.section p:last-of-type {
  margin-bottom: 0;
}

.col-wrap {
  display : flex;
  flex-wrap : wrap;
  justify-content:space-between;
  gap: 25px 0;
}
/* 子要素 */
.col-2 .col__item { 
  width: 48%;
}
.col-3 .col__item { 
  width: 31%;
}
.col-4 .col__item { 
  width: 23%;
}
.col-wrap.col-3::after {
  content: "";
  display: block;
  width: 31%;
}
.col-wide__item { 
  flex: 1;
}
.col-narrow__item { 
  width: 33%;
}
.col-reverse {
  flex-direction: row-reverse;
}
.col-align-items--center {
  align-items: center;
}

.col-banner {
  max-width: 1080px;
  width: 80%;
  margin: 3em auto;
  align-items: center;
  gap: 0;
}

@media screen and (max-width: 768px) {
.col-wrap { 
  gap: 25px 0;
}
.col-2 .col__item,
.col-3 .col__item,
.col-4 .col__item,
.col-narrow__item { 
  width: 100%;
}
}

ul {
  margin-left: 1em;
}
ol {
  margin-left: 1.5em;
}
ul li,
ol li {
  margin-bottom: 0;
}
ul ul {
  list-style: '-';
  margin-left: .5em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;
}

.br-sp {
  display: none;
}

.text-s {
  font-size: 14px;
  line-height: 1.6;
}
.text-l {
  font-size: 18px;
  line-height: 1.6;
}
.text-l2 {
  font-size: 21px;
  line-height: 1.6;
}
.text-b {
  font-weight: 600;
}

.red {
  color: #ff0007;
}

.white {
  color: #fff;
}

.annotation {
  padding-left: 1em;
  text-indent: -1em;
}

.center {
  text-align: center;
}

.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
}

.m-t-0 {margin-top: 0!important;}
.m-t-10 {margin-top: 10px!important;}
.m-t-20 {margin-top: 20px!important;}
.m-t-30 {margin-top: 30px!important;}
.m-t-40 {margin-top: 40px!important;}
.m-t-50 {margin-top: 50px!important;}
.m-t-60 {margin-top: 60px!important;}
.m-t-70 {margin-top: 70px!important;}
.m-t-80 {margin-top: 80px!important;}
.m-b-0 {margin-bottom: 0!important;}
.m-b-10 {margin-bottom: 10px!important;}
.m-b-20 {margin-bottom: 20px!important;}
.m-b-30 {margin-bottom: 30px!important;}
.m-b-40 {margin-bottom: 40px!important;}
.m-b-50 {margin-bottom: 50px!important;}
.m-b-60 {margin-bottom: 60px!important;}
.m-b-70 {margin-bottom: 70px!important;}
.m-b-80 {margin-bottom: 80px!important;}


/*  animation ------------------  */
.fadeUpTrigger,
.fadeDownTrigger,
.fadeInTrigger,
.fadeRightTrigger {
  opacity: 0;
}
.fadeIn {
animation-name: fadeInAnime;
animation-duration: 1.5s;
animation-fill-mode: forwards;
opacity: 0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeUp {
animation-name: fadeUpAnime;
animation-duration: 1.0s;
animation-fill-mode: forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
  opacity: 0;
  transform: translateY(60px);
  }

  to {
  opacity: 1;
  transform: translateY(0);
  }
}
.fadeDown {
animation-name: fadeDownAnime;
animation-duration: 1.0s;
animation-fill-mode: forwards;
opacity: 0;
}
@keyframes fadeDownAnime{
  from {
  opacity: 0;
  transform: translateY(-60px);
  }

  to {
  opacity: 1;
  transform: translateY(0);
  }
}
.fadeLeft {
animation-name: fadeLeftAnime;
animation-duration: 1.0s;
animation-fill-mode: forwards;
opacity: 0;
}
@keyframes fadeLeftAnime{
  from {
  opacity: 0;
  transform: translateX(-30px);
  }

  to {
  opacity: 1;
  transform: translateY(0);
  }
}
.fadeBlur {
	animation-name: blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}
.fadeBlur2 {
	animation-name: blurAnime;
	animation-duration:1.4s;
	animation-fill-mode:forwards;
}
@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
  }

  to {
	filter: blur(0);
	transform: scale(1);
  }
}
.fadeRight {
animation-name: fadeRightAnime;
animation-duration: 1.0s;
animation-fill-mode: forwards;
opacity: 0;
}
@keyframes fadeRightAnime{
  from {
  opacity: 0;
  transform: translateX(30px);
  }

  to {
  opacity: 1;
  transform: translateY(0);
  }
}
.fadeBlur {
	animation-name: blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}
.fadeBlur2 {
	animation-name: blurAnime;
	animation-duration:1.4s;
	animation-fill-mode:forwards;
}
@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
  }

  to {
	filter: blur(0);
	transform: scale(1);
  }
}


@media only screen and (max-width: 1080px) {
body  {
  font-size: 18px;
  font-size: 1.8rem;
}
}
@media only screen and (max-width: 768px) {
body  {
  font-size: 16px;
  font-size: 1.6rem;
}
.copyright {
  font-size: 16px;
  font-size: 1.6rem;
}
.br-sp {
  display: block;
}
}