@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

* {
  min-height: 0vw;
  /* Safari clamp関数対策 */
}

@font-face {
  font-family: "Zen Maru Gothic";
  src: url(../font/ZenMaruGothic-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url(../font/ZenMaruGothic-Medium.ttf) format("truetype");
}
html {
  font-size: 62.5%;
  background-color: #ffffff;
  font-family: "Zen Maru Gothic", sans-serif;
}

body {
  text-align: center;
}

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

section::after {
  clear: both;
}

.delta {
  margin-bottom: -50px;
  width: 100%;
}

.delta1 {
  background-color: #fff;
  margin-bottom: -3px;
  width: 100%;
}

.hrR {
  margin-top: -7px;
  width: 100%;
}

.backgrowndText {
  width: 400px;
  position: absolute;
  left: -100px;
}

/* ぶどう */
.backgrowndText2 {
  position: absolute;
  width: 400px;
  left: 285px;
  z-index: 1;
}

/* すっぽん */
.backgrowndText3 {
  position: absolute;
  width: 400px;
  left: 0px;
  z-index: 1;
}

/*color*/
/*** color ***/
/*** size ***/
p {
  font-size: 1.4rem;
}

a {
  transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.only-pc {
  display: inline;
}

.only-sp {
  display: none;
}

/* ================================================================================================
Header
================================================================================================ */
#top {
  position: relative;
  z-index: 10;
  height: auto;
}
#top .logo_title {
  position: fixed;
  top: 0;
  left: 0;
  height: 225px;
  padding: 0 0 0 0;
  padding: 5px;
  background-color: #d40055;
  color: #fff;
  writing-mode: vertical-rl;
  text-align: left;
}
#top .logo_title a {
  display: block;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 40px;
  height: auto;
  text-decoration: none;
  color: #fff;
}
#top .logo_title img.hlogo {
  display: block;
  float: left;
  width: 40px;
  margin: 5px 0 10px;
}
#top .logo_title h1 {
  margin: 0 0 0 0;
  display: inline-block;
  font-size: 1.3rem;
}
#top .logo_title p {
  display: inline;
}

/* ================================================================================================
main_visual
================================================================================================ */
#main_visual {
  display: block;
  position: relative;
  height: 100vh;
  min-height: 820px;
  width: 100%;
  background-image: url(../img/mv_bg.jpg);
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
}
#main_visual .flex_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 0;
}
#main_visual .flex_wrap .copy {
  text-align: center;
  writing-mode: vertical-rl;
  font-size: 3.6rem;
  letter-spacing: 5px;
  height: 52%;
  max-width: 800px;
  color: #fff;
}
#main_visual .flex_wrap .title {
  height: 25%;
  max-width: 700px;
  width: 70%;
}
#main_visual .flex_wrap .mv_lead {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  height: 24%;
  background-color: #fff;
  width: 100%;
}
#main_visual .flex_wrap .mv_lead .lead_logo {
  width: 20%;
  position: relative;
}
#main_visual .flex_wrap .mv_lead .lead_logo .lead_logo_img {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
}
#main_visual .flex_wrap .mv_lead .lead_txt {
  width: 70%;
}
#main_visual .flex_wrap .mv_lead .lead_txt h1 {
  font-size: 3vw;
  margin: 50px 0 0 0;
  color: #d40055;
}

/* ================================================================================================
1 Message
================================================================================================ */
#message {
  padding-top: 100px;
  text-align: left;
}
#message h2 {
  font-size: 5vh;
}
#message h1 {
  font-size: calc(30px + 26 * (100vw - 375px) / 800);
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
#message p {
  margin-bottom: 20px;
}
#message .content {
  height: 90vh;
  padding: 0 0 0 0;
  padding-bottom: 50px;
  background-image: url(../img/img_ajimuschool.jpg);
  background-size: cover;
  margin: 0 auto;
  position: relative;
}
#message .msg {
  color: white;
  position: absolute;
  display: block;
  width: 40%;
  padding: 30px;
  height: auto;
  top: -50px;
  right: 5%;
  background-color: rgba(0, 164, 154, 0.85);
}
#message .msg::before {
  content: "Message";
  display: inline-block;
  position: absolute;
  top: -45px;
  left: 0;
  color: #00a49a;
  font-size: 4rem;
}
#message .msg h1 {
  font-size: 2rem;
}
#message .msg p {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

/* ================================================================================================
2 AJIMU
================================================================================================ */
.content_warp {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.content_warp .left_content {
  width: 48%;
  height: auto;
  margin: 0 1% 0;
}
.content_warp .left_content p {
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.8;
}
.content_warp .right_content {
  width: 48%;
  height: auto;
  margin: 0 1% 0;
}
.content_warp .full_content {
  width: 98%;
  height: auto;
  margin: 0 1% 0;
}
.content_warp .full_content .ajimuYellow {
  text-align: center;
  font-size: 3.6rem;
  background-color: yellow;
  display: inline-block;
  margin: 50px 0 20px;
}
.content_warp .full_content p {
  font-size: 1.8rem;
  line-height: 1.6;
}

#ajimu {
  padding: 100px 0;
  margin: 0;
  background-color: white;
  text-align: center;
  background-image: url(../img/section01.png);
  background-repeat: no-repeat;
  background-position: -80px;
}
#ajimu h1 {
  font-size: 4rem;
  color: #d40055;
  margin-bottom: 60px;
}

#ajimu .content {
  text-align: left;
  width: 48%;
  margin: 0 auto;
  display: block;
}

#example {
  position: absolute;
}

.human {
  background-image: url(../img/mezasu_f.png);
  text-align: center;
  background-color: white;
}
.human h2 {
  color: black;
  padding-bottom: 60px;
}

#example2 {
  text-align: center;
}

.mezasu img {
  width: 30%;
}

.mezasu-p p {
  z-index: 120;
  font-size: 20px;
  color: black;
  line-height: 1.5;
  margin-bottom: 20px;
}

.sentence2 {
  z-index: 20;
  font-size: 30px;
  color: black;
  margin-bottom: 30px;
}
.sentence2 span {
  z-index: 20;
  font-size: 40px;
  background-color: #ffee6f;
}

#ajimu .flex {
  display: block;
  padding: 60px;
  justify-content: center;
  display: flex;
  text-align: left;
  gap: 30px;
}

.ajimubox li {
  display: block;
  margin: auto;
  list-style: none;
  font-size: 2.8rem;
  color: black;
  line-height: 1.5;
  height: 50px;
}
.ajimubox li::first-letter {
  color: #f4736a;
}

.ajimubox1 li {
  display: block;
  height: 50px;
  line-height: 40px;
  list-style: none;
  font-size: 2.4rem;
  color: black;
  width: 20%;
}

.ajimubox2 li {
  display: block;
  height: 50px;
  margin: auto;
  list-style: none;
  font-size: 2.4rem;
  color: black;
}

.humantexst p {
  font-size: 20px;
  color: black;
  line-height: 1.5;
}

.test-icon {
  width: 100%;
  z-index: 10;
}

/* ================================================================================================
3　Curriculum
================================================================================================ */
#curriculum {
  text-align: center;
  background-color: #b1e8e5;
  padding: 100px 0 100px;
  background-image: url(../img/section02.png);
  background-position: left;
  background-repeat: no-repeat;
  background-position: -120px;
}
#curriculum h1 {
  font-size: 4rem;
  color: #d40055;
  margin-bottom: 60px;
}
#curriculum .content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
#curriculum .content .img_set {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
}
#curriculum .content .textBox {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  max-width: 900px;
  padding: 30px 0 50px;
  text-align: left;
}
#curriculum .content p {
  font-size: 1.6rem;
  line-height: 1.6;
}
#curriculum .content .cur_program {
  display: flex;
  width: 96%;
  margin: 0 auto;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}
#curriculum .content .cur_program .program_cource {
  background-color: #ff0;
  padding: 15px 0;
  position: relative;
  overflow: hidden;
}
#curriculum .content .cur_program .program_cource::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #b1e8e5;
  top: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(-45deg);
}
#curriculum .content .cur_program .program_cource p {
  font-size: 2rem;
  line-height: 1.4;
}
#curriculum .content .cur_program .program_cource p .small {
  font-size: 1.3rem;
  letter-spacing: 1px;
}
#curriculum .content .cur_program .program_img {
  padding: 0 0 0 0;
}
#curriculum .content .cur_program .program_img img {
  vertical-align: bottom;
}
#curriculum .content .cur_program .program_info {
  background-color: #fff;
  padding: 15px;
}
#curriculum .content .cur_program .program_info p.p-info {
  font-size: 1.4rem;
  text-align: left;
  padding-bottom: 15px;
  line-height: 1.4;
}
#curriculum .content .cur_program .program_info ul.program_list {
  display: block;
  border-top: dashed #333 1px;
  padding: 15px 0;
  text-align: left;
}
#curriculum .content .cur_program .program_info ul.program_list li {
  list-style-position: inside;
  list-style-type: disc;
  margin-bottom: 5px;
  font-size: 1.3rem;
}
#curriculum .text-yellow {
  background-color: yellow;
}

.img04 {
  width: 45%;
}

/* ================================================================================================
Curriculumbox
================================================================================================ */
.study1 {
  background-color: white;
  padding: 10px;
  width: 45%;
  margin: 0 auto 50px;
  min-width: 200px;
  position: relative;
}
.study1::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  position: absolute;
  bottom: -15px;
  z-index: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  background-color: #fff;
}
.study1 dl {
  position: relative;
  z-index: 2;
}
.study1 dt {
  font-size: 2.2vw;
  padding: 10px 0 0;
}
.study1 dd {
  background-color: white;
  font-size: 2rem;
  padding: 10px;
  font-weight: 500;
}

.js-fade1,
.js-fade2 {
  padding: 0;
  width: 23%;
  margin: 10px 0;
  min-width: 200px;
}
.js-fade1 dt,
.js-fade2 dt {
  font-size: calc(18px + 2 * (100vw - 375px) / 800);
  border-bottom: solid 2px;
  padding: 10px 0;
}
.js-fade1 dd,
.js-fade2 dd {
  font-size: calc(12px + 2 * (100vw - 375px) / 800);
}

.js-fade3 {
  background-color: white;
  padding: 20px;
  width: 15%;
  margin: 10px;
  min-width: 200px;
}
.js-fade3 dt {
  font-size: calc(17px + 2 * (100vw - 375px) / 800);
  border-bottom: solid 2px;
  padding: 10px 0;
}
.js-fade3 dd {
  font-size: calc(11px + 2 * (100vw - 375px) / 800);
}

.js-fade4 {
  background-color: white;
  padding: 20px;
  width: 15%;
  margin: 10px;
  min-width: 200px;
}
.js-fade4 span {
  font-size: 1.4vw;
}
.js-fade4 dt {
  font-size: calc(18px + 2 * (100vw - 375px) / 800);
  border-bottom: solid 2px;
  padding: 10px 0;
}
.js-fade4 dd {
  font-size: calc(13px + 2 * (100vw - 375px) / 800);
  padding: 0px;
}

.whitebox {
  justify-content: center;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.whitebox p {
  margin-bottom: 15px;
  padding-left: 1em;
  text-indent: -1em;
}

/* ================================================================================================
4 course
================================================================================================ */
#course {
  text-align: center;
  background-color: white;
  background-image: url(../img/section03.png);
  background-repeat: no-repeat;
  background-position: -124px 10px;
}
#course h2 {
  font-size: 4rem;
  color: #111;
  margin-bottom: 60px;
  line-height: 1.4;
  letter-spacing: 2px;
}
#course h2 .small {
  font-size: 1.8rem;
  letter-spacing: 1px;
}
#course h2 .yelw {
  background-color: yellow;
  padding: 0 0 0 0;
}

.course_flx {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 90%;
  margin: 0 auto;
  justify-content: space-around;
  text-align: left;
}
.course_flx .course_flxL {
  width: 45%;
  height: auto;
}
.course_flx .course_flxL p {
  font-size: 1.6rem;
  margin: 0 0 30px 0;
}
.course_flx .course_flxR {
  width: 45%;
  height: auto;
}
.course_flx .course_flxR .yelw {
  background-color: #ff0;
}
.course_flx .course_flxR .list h3 {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.6vw;
}
.course_flx .course_flxR .list ol {
  border: solid 4px #b9d9d6;
  border-radius: 20px;
  padding: 20px 30px 15px;
  margin-bottom: 20px;
}
.course_flx .course_flxR .list li {
  text-align: left;
  list-style: none;
  font-size: calc(18px + 2 * (100vw - 375px) / 800);
  padding-bottom: 10px;
}

.future {
  padding-bottom: 10px;
}
.future p {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: left;
  font-size: calc(18px + 2 * (100vw - 375px) / 800);
}

.course h2 {
  padding-bottom: 0;
}
.course h3 {
  font-size: 60px;
  font-family: sans-serif;
}

.course_img {
  width: 100%;
}

.futureP {
  margin: 0 auto;
  padding: 10px;
  display: block;
  text-align: left;
  margin-bottom: 60px;
  max-width: 600px;
  min-width: 360px;
}
.futureP span {
  background-color: yellow;
}

.listbox {
  display: inline-block;
  border-radius: 30px;
  background-color: #ffee6f;
  padding: 20px;
  margin: 0 5%;
}

/* ================================================================================================
surround
================================================================================================ */
.surround {
  margin: 0 auto;
  margin-top: 100px;
  width: 100%;
}

.chart {
  margin: 0 auto;
}

.chart_top {
  display: block;
  width: 96%;
  margin: 0 auto;
  margin-bottom: 50px;
  border-bottom: solid black 2px;
}
.chart_top dl {
  font-size: 3rem;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
}
.chart_top dl dt {
  display: inline-block;
}
.chart_top dl dd {
  display: inline-block;
}
.chart_top dl dd.right {
  display: block;
  float: right;
  padding-top: 10px;
  text-align: right;
  font-size: 1.4rem;
}

.sp {
  margin: 0 5px 0 5px;
}

.course_table_set {
  width: 96%;
  padding: 0 2% 50px;
  /**/
}
.course_table_set .flex_table {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  height: auto;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 10px;
}
.course_table_set .flex_table .column_flex {
  width: 20%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.course_table_set .flex_table .column_flex .box_set {
  box-sizing: border-box;
  border: 1px solid #fff;
}
.course_table_set .flex_table .column_flex .step_box {
  background-color: #2ea29b;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #fff;
  height: 45%;
  padding: 15px 15px;
}
.course_table_set .flex_table .column_flex .title_box {
  display: flex;
  justify-content: center;
  background-color: #f8e459;
  text-align: center;
  font-size: 1.8rem;
  min-height: 100px;
  height: 45%;
  align-items: center;
  padding: 15px 15px;
}
.course_table_set .flex_table .column_flex .info_box {
  min-height: 30%;
  background-color: #b9d9d6;
  text-align: left;
  font-size: 1.6rem;
  padding: 15px 15px 30px;
  height: 70%;
}

/* ================================================================================================
 hakkou
================================================================================================ */
.about_hakkoku {
  padding-top: 50px;
  text-align: center;
  background-image: url(../img/bg_hakkou.png);
  background-repeat: no-repeat;
  background-position: 0 20%;
  background-size: 25%;
  width: 90%;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}
.about_hakkoku h3.sub {
  font-size: 4rem;
  color: #111;
  margin-bottom: 30px;
  line-height: 1.4;
  letter-spacing: 2px;
}
.about_hakkoku h3.sub .purple {
  background-color: none;
  color: #7e308d;
}
.about_hakkoku .about_hakkoku_txt {
  width: 680px;
  height: auto;
  text-align: left;
  margin-bottom: 50px;
}
.about_hakkoku .about_hakkoku_txt p {
  font-size: 1.6rem;
}
.about_hakkoku .hakkoku_flow {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}
.about_hakkoku .hakkoku_flow img {
  width: 30%;
}
.about_hakkoku .flow-text {
  width: 100%;
  height: auto;
  margin: 15px 10px 30px;
  text-align: left;
}
.about_hakkoku .flow-text p {
  font-size: 1.6rem;
}

.pickup_cafe {
  width: 90%;
  max-width: 1100px;
  margin: 30px auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pickup_cafe .pickup_title {
  height: 330px;
  width: 330px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #eed5e2;
  border-radius: 100%;
  margin-bottom: 15px;
}
.pickup_cafe .pickup_title h4 {
  display: block;
  color: #7e308d;
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.pickup_cafe .pickup_title p {
  text-align: left;
  font-size: 1.6rem;
  padding: 0 5px 0;
}
.pickup_cafe .pickup_img {
  width: 65%;
}

/* ================================================================================================
5 achievement
================================================================================================ */
#achievement {
  background-color: #b1e8e5;
  /*
    background-image: url(../img/section04.png);
    background-position: left;
    background-repeat: no-repeat;
    background-position: top;
    background-position: -120px;
  */
}
#achievement h2 {
  font-size: 4rem;
  color: #d40055;
  margin-bottom: 60px;
  line-height: 1.4;
  letter-spacing: 2px;
}
#achievement .containerFlex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#achievement .containerFlex .containerFlexL {
  width: 46%;
  height: auto;
}
#achievement .containerFlex .containerFlexR {
  width: 46%;
  height: auto;
}
#achievement .containerFlex h3.title_achiev {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
  background-color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 3rem;
}
#achievement .containerFlex h3.title_achiev .grad {
  font-size: 1.6rem;
}
#achievement .containerFlex dl.achiev_list {
  width: 100%;
  text-align: left;
}
#achievement .containerFlex dl.achiev_list dt {
  background-color: #ff0;
  font-size: 1.8rem;
  margin-bottom: 5px;
  width: auto;
  display: inline-block;
}
#achievement .containerFlex dl.achiev_list dd {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

/*
================================================================================================
6 キャンパスライフ
campusLife
================================================================================================ */
#campusLife {
  background-color: #fff;
  /*background-image: url(../img/section06.png);
  background-position: left;
  background-repeat: no-repeat;
  background-position: -110px top;
  */
  padding-top: 100px;
}
#campusLife h2 {
  font-size: 4rem;
  color: #d40055;
  margin: 0 auto 0;
  padding: 100px 0 30px;
  background-color: #fff;
  line-height: 1.2;
  letter-spacing: 2px;
}
#campusLife h2 .lead {
  font-size: 1.8rem;
  color: #000;
}
#campusLife p iframe {
  width: 90%;
  margin-top: 40px;
  max-width: 560px;
}
#campusLife .containerFlex {
  justify-content: space-around;
  align-items: top;
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto 50px;
  width: 90%;
}
#campusLife .containerFlex.mw1000 {
  max-width: 1000px;
  margin-bottom: 100px;
}
#campusLife .containerFlex h3.title_years {
  width: 100%;
  margin: 0 auto 15px;
  text-align: left;
  font-size: 2.8rem;
}
#campusLife .containerFlex .flex30 {
  width: 30%;
  height: auto;
  display: flex;
  flex-flow: column wrap;
}
#campusLife .containerFlex .flex30 .campusImg {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}
#campusLife .containerFlex .flex30 h3 {
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 0;
  font-size: 2.8rem;
  background-color: #ff0;
  margin-bottom: 20px;
}
#campusLife .containerFlex .flex30 p.campusDesc {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.6;
}
#campusLife .containerFlex .flex30.second_box {
  padding-top: 5%;
}
#campusLife .containerFlex .flex45 {
  width: 45%;
  height: auto;
  display: flex;
  flex-flow: column wrap;
}
#campusLife .containerFlex .flex45 h5 {
  width: 100%;
  padding: 15px 0;
  background-color: #008982;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
}
#campusLife .containerFlex .flex45 ul.bukatsu-list-01 {
  width: 100%;
  padding: 15px 0;
  text-align: left;
}
#campusLife .containerFlex .flex45 ul.bukatsu-list-01 li {
  width: 50%;
  list-style-type: none;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
#campusLife .containerFlex .flex45 ul.bukatsu-list-01 li::before {
  content: "・";
  display: inline-block;
}
#campusLife .containerFlex .flex45 ul.bukatsu-list-02 {
  width: 100%;
  padding: 15px 0;
  text-align: left;
}
#campusLife .containerFlex .flex45 ul.bukatsu-list-02 li {
  display: inline-block;
  width: 48%;
  list-style-type: none;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
#campusLife .containerFlex .flex45 ul.bukatsu-list-02 li::before {
  content: "・";
  display: inline-block;
}
#campusLife .containerFlex .flex100 {
  width: 100%;
  padding: 20px;
  height: auto;
  display: flex;
  flex-flow: column wrap;
}
#campusLife .containerFlex .year_flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 30px;
  border-top: 2px solid #000;
  padding: 15px 0;
}
#campusLife .containerFlex .year_flex .flex20 {
  width: 15%;
  height: auto;
}
#campusLife .containerFlex .year_flex .flex80 {
  width: 80%;
  height: auto;
}
#campusLife .containerFlex .year_flex h4.years {
  font-size: 3rem;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 2px;
  border-left: 6px solid #ff0;
  padding-left: 10px;
}
#campusLife .containerFlex .year_flex h4.years .month {
  font-size: 1.8rem;
}
#campusLife .containerFlex .year_flex ul.event_list {
  font-size: 1.8rem;
  text-align: left;
}
#campusLife .containerFlex .year_flex ul.event_list li {
  display: inline-block;
  width: 200px;
  margin: 0 0 5px 0;
}
#campusLife .containerFlex .year_flex ul.event_list li::before {
  content: "・";
  display: inline;
}
#campusLife .containerFlexR {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#campusLife .campusLeft {
  text-align: center;
}
#campusLife .campusRight {
  text-align: center;
  width: 375px;
}

/*
================================================================================================
7 環境説明
location
================================================================================================ */
#location {
  /*background-image: url(../img/kankyo.png);
  background-position: center;*/
  background-color: #fae3ee;
  color: white;
  text-align: center;
  padding: 50px 5%;
  padding-bottom: 100px;
}
#location h2 {
  font-size: 4rem;
  color: #d40055;
  margin: 50px auto 100px;
  line-height: 1.2;
  letter-spacing: 2px;
}
#location iframe {
  width: 100%;
  max-width: 560px;
}
#location .layer1 {
  justify-content: space-around;
  align-items: left;
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 100px;
}
#location .layer1 .loc_Img {
  width: 45%;
}
#location .layer1 .loc_txt {
  width: 45%;
  text-align: left;
}
#location .layer1 .loc_txt p {
  font-size: 1.8rem;
  color: #333;
  line-height: 2.1;
}
#location .ajimu_guide {
  width: 86%;
  margin: 0 auto;
}
#location .ajimu_guide h3 {
  text-align: left;
  font-size: 3rem;
  letter-spacing: 2px;
  color: #d40055;
}

/*
================================================================================================
8 
stay_info
================================================================================================ */
#stay_info {
  background-color: #ffc8df;
  color: white;
  text-align: center;
  padding: 50px 5%;
  padding-bottom: 100px;
}
#stay_info h2 {
  font-size: 4rem;
  color: #000;
  margin: 50px auto 30px;
  line-height: 1.2;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  width: auto;
}
#stay_info h2::before {
  content: "・・・・・";
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 0;
}
#stay_info h3.lead {
  display: inline-block;
  width: auto;
  padding: 15px 40px;
  background-color: #fff;
  font-size: 1.8rem;
  letter-spacing: 1px;
  color: #d40055;
  border-radius: 30px;
  position: relative;
}
#stay_info h3.lead .front {
  position: relative;
  z-index: 1;
}
#stay_info h3.lead::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 50px;
  top: -5px;
  z-index: 0;
}
#stay_info .flex_area {
  display: flex;
  width: 90%;
  max-width: 1100px;
  padding: 30px 30px;
  margin: 50px auto 0px;
  height: auto;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: row wrap;
  justify-content: space-between;
}
#stay_info .flex_area .home_stay {
  text-align: left;
  width: 46%;
}
#stay_info .flex_area .line {
  width: 1px;
  background-color: #000;
}
#stay_info .flex_area .apart_stay {
  text-align: left;
  width: 46%;
}
#stay_info .flex_area h4.title_stay {
  display: inline-block;
  color: #d40055;
  font-size: 2.2rem;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
#stay_info .flex_area h4.title_stay .right_txt {
  display: inline-block;
  position: absolute;
  right: 0;
  letter-spacing: 0;
  top: 7px;
  color: #000;
  font-size: 1.6rem;
}
#stay_info .flex_area h5.copy_stay {
  box-sizing: border-box;
  line-height: 1.8;
  font-size: 1.8rem;
  color: #000;
  display: inline-block;
  width: 100%;
  padding: 20px 50px;
  margin: 0 auto;
}
#stay_info .flex_area p {
  font-size: 1.4rem;
  color: #000;
}
#stay_info .flex_area_nocolor {
  display: flex;
  width: 90%;
  max-width: 1100px;
  padding: 30px 15px;
  margin: 0px auto 50px;
  height: auto;
  flex-flow: row wrap;
  justify-content: space-between;
  color: #000;
}
#stay_info .flex_area_nocolor .hojo_stay {
  text-align: left;
  width: 46%;
}
#stay_info .flex_area_nocolor .contact_stay {
  text-align: left;
  width: 46%;
}
#stay_info .flex_area_nocolor h6 {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
#stay_info .flex_area_nocolor ul li {
  margin-left: 1em;
  font-size: 1.3rem;
}
#stay_info .flex_area_nocolor p.tocontact {
  font-size: 1.8rem;
}
#stay_info .flex_area_nocolor p.tocontacttel {
  font-size: 3rem;
}
#stay_info .flex_area_nocolor p.tocontactmail {
  font-size: 2.4rem;
}

/*
================================================================================================
9 説明会
explanation
================================================================================================ */
#explanation {
  text-align: center;
  background-color: #fff;
}
#explanation .ex-title {
  margin: 0 auto;
  width: 100%;
  background-color: #00a49a;
}
#explanation .ex-title h2 {
  font-size: 3rem;
  color: #fff;
  margin: 50px auto 50px;
  line-height: 1.2;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  width: 90%;
}
#explanation .event_info {
  width: 100%;
  height: auto;
  display: block;
  padding-top: 30px;
}
#explanation .event_info a.event_link {
  text-decoration: none;
  font-size: 2.4rem;
  color: #00a49a;
  font-weight: bold;
  display: inline-block;
  padding: 15px 45px;
  border: solid #00a49a 4px;
  position: relative;
}
#explanation .event_info a.event_link::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #00a49a;
  border-right: solid 2px #00a49a;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
#explanation .event_info a.event_link:hover {
  background-color: #00a49a;
  color: #fff;
}
#explanation .event_info a.event_link:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
#explanation .containerFlex {
  justify-content: space-around;
  align-items: top;
  display: flex;
  flex-flow: row wrap;
  margin: 50px auto 50px;
  width: 90%;
  max-width: 1000px;
}
#explanation .containerFlex .ex_txt {
  width: 55%;
  height: auto;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 30px;
}
#explanation .containerFlex .ex_txt h3 {
  font-size: 2.6rem;
  margin-bottom: 10px;
}
#explanation .containerFlex .ex_txt h4 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
#explanation .containerFlex .ex_txt p {
  font-size: 1.6rem;
}
#explanation .containerFlex .ex_txt a.seikyu {
  margin: 30px 0;
  text-decoration: none;
  display: inline-block;
  padding: 15px 50px;
  font-size: 1.8rem;
  letter-spacing: 1px;
  background-color: #008982;
  color: #fff;
  border-radius: 30px;
}
#explanation .containerFlex .ex_txt a.seikyu:hover {
  background-color: #111;
}
#explanation .containerFlex .ex_img {
  height: auto;
  width: 38%;
}
#explanation .containerFlex .ex_map {
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
  position: relative;
}
#explanation .containerFlex .ex_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#explanation .containerFlex .moreInfo_banner {
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  color: #2ea29b;
}
#explanation .containerFlex .moreInfo_banner .instgram_link {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-size: 1.8rem;
}
#explanation .containerFlex .moreInfo_banner .instgram_link .thumb {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
#explanation .containerFlex .moreInfo_banner .instgram_link img {
  margin: 0 10px 10px 0;
}
#explanation .containerFlex .moreInfo_banner .instgram_link a {
  color: #2ea29b;
}
#explanation .containerFlex .moreInfo_banner .banner_inner {
  box-sizing: border-box;
  width: 30%;
  padding: 0 0 0;
  margin-bottom: 20px;
}
#explanation .containerFlex .moreInfo_banner .banner_inner p {
  margin: 0 auto;
  text-align: left;
}

.schedule {
  line-height: 5vh;
  font-size: 2.8vh;
  margin: 20px auto;
}

.phones {
  margin: 20px;
  font-size: 2.4vh;
}

.moreInfo {
  margin: 0 auto;
  padding: 10px;
  display: inline-block;
  background-color: #c3ddd8;
  border-radius: 38px;
}

/* ================================================================================================
10 動画で紹介
movies
================================================================================================ */
#movies {
  background-color: #b4e8e6;
}
#movies h2 {
  font-size: 4rem;
  color: #000;
  margin: 50px auto 50px;
  line-height: 1.2;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  width: auto;
}
#movies .containerFlex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
}
#movies .containerFlex .movie_flex {
  width: 30%;
  margin-bottom: 50px;
  height: auto;
}
#movies .containerFlex .movie_flex .youtube_blk {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#movies .containerFlex .movie_flex .youtube_blk iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#movies iframe {
  width: 90%;
  max-width: 560px;
}
#movies hr {
  width: 80%;
  margin: 0 auto;
  margin-top: 60px;
  background-color: #fff;
  border-top: 4px dashed #8c8b8b;
}
#movies p {
  font-size: calc(20px + 2 * (100vw - 375px) / 800);
  margin-bottom: 20px;
}

/* ================================================================================================
11 VR
================================================================================================ */
#vr {
  background-color: #fff;
  padding: 50px 0 100px;
}
#vr h2 {
  font-size: 4rem;
  color: #000;
  margin: 50px auto 20px;
  line-height: 1.2;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  width: auto;
}
#vr .vr_img {
  width: 70%;
  max-width: 800px;
}
#vr p {
  font-size: 1.8rem;
  margin-bottom: 40px;
}

/*
================================================================================================
footer
================================================================================================ */
.footer-container {
  text-align: center;
  background-color: #e2e2e2;
  padding: 30px;
}
.footer-container .links {
  padding: 0 0 20px;
}
.footer-container .links p {
  letter-spacing: 1px;
}
.footer-container .links a {
  color: #000;
  display: inline-block;
}
.footer-container p.copyright {
  margin-top: 10px;
}

/*
================================================================================================
animation
================================================================================================ */
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/*
================================================================================================
media query
================================================================================================ */
@media (min-width: 1241px) {
  .only-pc {
    display: none;
  }
}
@media (max-width: 768px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: inline;
  }
  /* ================================================================================================
  Header
  ================================================================================================ */
  #top {
    position: relative;
    z-index: 10;
    height: auto;
  }
  #top .logo_title {
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    padding: 0 0 0 0;
    padding: 5px;
    background-color: #d40055;
    color: #fff;
    writing-mode: vertical-rl;
    text-align: left;
  }
  #top .logo_title a {
    display: block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 40px;
    height: auto;
    height: auto;
    text-decoration: none;
    color: #fff;
  }
  #top .logo_title img.hlogo {
    display: block;
    float: left;
    width: 40px;
    margin: 5px 0 10px;
  }
  #top .logo_title h1 {
    margin: 0 0px 0 0;
    display: none;
    font-size: 1.3rem;
  }
  #top .logo_title p {
    display: none;
  }
  /* ================================================================================================
  main_visual
  ================================================================================================ */
  #main_visual {
    background-image: none;
  }
  #main_visual::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url(../img/mv_bg_sp.jpg);
    background-size: cover;
  }
  #main_visual .flex_wrap .copy {
    font-size: 4rem;
  }
  #main_visual .flex_wrap .mv_lead {
    flex-direction: column;
    justify-content: center;
  }
  #main_visual .flex_wrap .mv_lead .lead_logo {
    width: 100%;
    position: relative;
  }
  #main_visual .flex_wrap .mv_lead .lead_logo .lead_logo_img {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
  }
  #main_visual .flex_wrap .mv_lead .lead_txt {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
  }
  #main_visual .flex_wrap .mv_lead .lead_txt h1 {
    font-size: 3vh;
    margin: 80px 0 0 0;
    color: #d40055;
  }
  /* ================================================================================================
  1 Message
  ================================================================================================ */
  #message {
    background: #fff;
    padding-top: 100px;
    text-align: left;
  }
  #message h2 {
    font-size: 5vh;
  }
  #message h1 {
    font-size: calc(30px + 26 * (100vw - 375px) / 800);
    letter-spacing: 0.05em;
    margin-bottom: 40px;
  }
  #message p {
    margin-bottom: 20px;
  }
  #message .content {
    height: 100vh;
    background-image: url(../img/img_ajimuschool_sp.jpg);
  }
  #message .msg {
    width: 80%;
    padding: 30px;
    height: auto;
    top: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  #message .msg h1 {
    font-size: 2rem;
  }
  #message .msg p {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  /* ================================================================================================
  2 AJIMU
  ================================================================================================ */
  .content_warp {
    margin: 0 auto;
    flex-direction: column;
  }
  .content_warp .left_content {
    width: 80%;
    margin: 0 auto 0;
  }
  .content_warp .left_content p {
    text-align: left;
    font-size: 2rem;
  }
  .content_warp .right_content {
    width: 80%;
    height: auto;
    margin: 0 auto 0;
  }
  .content_warp .full_content {
    width: 80%;
    height: auto;
    margin: 0 auto 0;
  }
  .content_warp .full_content .ajimuYellow {
    font-size: 2.8rem;
    margin: 50px 0 20px;
  }
  .content_warp .full_content p {
    text-align: left;
    font-size: 2rem;
    line-height: 1.6;
  }
  #ajimu h1 {
    font-size: 4rem;
    color: #d40055;
    margin-bottom: 60px;
  }
  #ajimu .content {
    text-align: left;
    width: 48%;
    margin: 0 auto;
    display: block;
  }
  #example {
    position: absolute;
  }
  .human {
    background-image: url(../img/mezasu_f.png);
    text-align: center;
    background-color: white;
  }
  .human h2 {
    color: black;
    padding-bottom: 60px;
  }
  #example2 {
    text-align: center;
  }
  .mezasu img {
    width: 30%;
  }
  .mezasu-p p {
    z-index: 120;
    font-size: 20px;
    color: black;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .sentence2 {
    z-index: 20;
    font-size: 30px;
    color: black;
    margin-bottom: 30px;
  }
  .sentence2 span {
    z-index: 20;
    font-size: 40px;
    background-color: #ffee6f;
  }
  #ajimu .flex {
    display: block;
    padding: 60px 0;
    justify-content: center;
    display: flex;
    text-align: left;
    gap: 0;
  }
  .ajimubox li {
    display: block;
    margin: auto;
    list-style: none;
    font-size: 3rem;
    color: black;
    line-height: 1.5;
    height: 50px;
  }
  .ajimubox li::first-letter {
    color: #f4736a;
  }
  .ajimubox1 li {
    display: block;
    height: 50px;
    line-height: 40px;
    list-style: none;
    font-size: 3rem;
    color: black;
    width: 25%;
  }
  .ajimubox2 li {
    display: block;
    height: 50px;
    margin: auto;
    list-style: none;
    font-size: 3rem;
    color: black;
  }
  /* ================================================================================================
  3　Curriculum
  ================================================================================================ */
  #curriculum {
    text-align: center;
    background-color: #b1e8e5;
    padding: 100px 0 100px;
    background-image: none;
  }
  #curriculum h1 {
    font-size: 4rem;
  }
  #curriculum .content {
    width: 80%;
    margin: 0 auto;
    justify-content: center;
  }
  #curriculum .content .img_set {
    text-align: center;
    width: 100%;
  }
  #curriculum .content .textBox {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 900px;
    padding: 30px 0 50px;
    text-align: left;
  }
  #curriculum .content p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #curriculum .content .cur_program {
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-bottom: 30px;
  }
  #curriculum .content .cur_program .program_cource {
    background-color: #ff0;
    padding: 15px 0;
    position: relative;
    overflow: hidden;
  }
  #curriculum .content .cur_program .program_cource::before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #b1e8e5;
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(-45deg);
  }
  #curriculum .content .cur_program .program_cource p {
    font-size: 2rem;
    line-height: 1.4;
  }
  #curriculum .content .cur_program .program_cource p .small {
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
  #curriculum .content .cur_program .program_img {
    padding: 0 0 0 0;
  }
  #curriculum .content .cur_program .program_img img {
    vertical-align: bottom;
  }
  #curriculum .content .cur_program .program_info {
    background-color: #fff;
    padding: 15px;
  }
  #curriculum .content .cur_program .program_info p.p-info {
    font-size: 1.4rem;
    text-align: left;
    padding-bottom: 15px;
    line-height: 1.4;
  }
  #curriculum .content .cur_program .program_info ul.program_list {
    display: block;
    border-top: dashed #333 1px;
    padding: 15px 0;
    text-align: left;
  }
  #curriculum .content .cur_program .program_info ul.program_list li {
    list-style-position: inside;
    list-style-type: disc;
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
  #curriculum .text-yellow {
    background-color: yellow;
  }
  .img04 {
    width: 50%;
  }
  /* ================================================================================================
  3-1 Curriculumbox
  ================================================================================================ */
  .study1 {
    width: 80%;
    margin: 0 auto 50px;
    min-width: 200px;
    position: relative;
  }
  .study1::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    position: absolute;
    bottom: -15px;
    z-index: 0;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    background-color: #fff;
  }
  .study1 dl {
    position: relative;
    z-index: 2;
  }
  .study1 dt {
    font-size: 2.2vw;
    padding: 10px 0 0;
  }
  .study1 dd {
    background-color: white;
    font-size: 2rem;
    padding: 10px;
    font-weight: 500;
  }
  .js-fade1,
  .js-fade2 {
    padding: 0;
    width: 48%;
    margin: 10px 0;
    min-width: 200px;
  }
  .js-fade1 dt,
  .js-fade2 dt {
    font-size: calc(18px + 2 * (100vw - 375px) / 800);
    border-bottom: solid 2px;
    padding: 10px 0;
  }
  .js-fade1 dd,
  .js-fade2 dd {
    font-size: calc(12px + 2 * (100vw - 375px) / 800);
  }
  .js-fade3 {
    background-color: white;
    padding: 20px;
    width: 15%;
    margin: 10px;
    min-width: 200px;
  }
  .js-fade3 dt {
    font-size: calc(17px + 2 * (100vw - 375px) / 800);
    border-bottom: solid 2px;
    padding: 10px 0;
  }
  .js-fade3 dd {
    font-size: calc(11px + 2 * (100vw - 375px) / 800);
  }
  .js-fade4 {
    background-color: white;
    padding: 20px;
    width: 15%;
    margin: 10px;
    min-width: 200px;
  }
  .js-fade4 span {
    font-size: 1.4vw;
  }
  .js-fade4 dt {
    font-size: calc(18px + 2 * (100vw - 375px) / 800);
    border-bottom: solid 2px;
    padding: 10px 0;
  }
  .js-fade4 dd {
    font-size: calc(13px + 2 * (100vw - 375px) / 800);
    padding: 0px;
  }
  .whitebox {
    justify-content: center;
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  .whitebox p {
    margin-bottom: 15px;
    padding-left: 1em;
    text-indent: -1em;
  }
  /* ================================================================================================
  4 course
  ================================================================================================ */
  #course {
    text-align: center;
  }
  #course h2 {
    font-size: 4rem;
    color: #111;
    margin-bottom: 0px;
    line-height: 1.4;
    letter-spacing: 2px;
  }
  #course h2 .small {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  #course h2 .yelw {
    background-color: yellow;
    padding: 0 0 0 0;
  }
  .course_flx {
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    justify-content: space-around;
    text-align: left;
  }
  .course_flx .course_flxL {
    width: 100%;
    height: auto;
  }
  .course_flx .course_flxR {
    width: 100%;
    height: auto;
  }
  .course_flx .course_flxR .yelw {
    background-color: #ff0;
  }
  .course_flx .course_flxR .list h3 {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .course_flx .course_flxR .list ol {
    border: solid 4px #b9d9d6;
    border-radius: 20px;
    padding: 20px 30px 15px;
    margin-bottom: 20px;
  }
  .course_flx .course_flxR .list li {
    text-align: left;
    list-style: none;
    font-size: calc(18px + 2 * (100vw - 375px) / 800);
    padding-bottom: 10px;
  }
  .future {
    padding-bottom: 10px;
  }
  .future p {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: left;
    font-size: calc(18px + 2 * (100vw - 375px) / 800);
  }
  .course h2 {
    padding-bottom: 0;
  }
  .course h3 {
    font-size: 60px;
    font-family: sans-serif;
  }
  .course_img {
    width: 100%;
  }
  .futureP {
    margin: 0 auto;
    padding: 10px;
    display: block;
    text-align: left;
    margin-bottom: 60px;
    max-width: 600px;
    min-width: 360px;
  }
  .futureP span {
    background-color: yellow;
  }
  .listbox {
    display: inline-block;
    border-radius: 30px;
    background-color: #ffee6f;
    padding: 20px;
    margin: 0 5%;
  }
  /* ================================================================================================
  4-1 surround
  ================================================================================================ */
  .chart_top {
    border-bottom: none;
    margin-bottom: 20px;
  }
  .chart_top dl {
    font-size: 3rem;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .chart_top dl dt {
    display: inline-block;
  }
  .chart_top dl dd {
    display: inline-block;
  }
  .chart_top dl dd.right {
    display: inline-block;
    float: none;
    padding-top: 15px;
    text-align: left;
    font-size: 1.6rem;
  }
  .course_table_set {
    /**/
  }
  .course_table_set .flex_table {
    display: flex;
    width: 100%;
    flex-flow: column;
    height: auto;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 10px;
  }
  .course_table_set .flex_table .column_flex {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }
  .course_table_set .flex_table .column_flex .box_set {
    box-sizing: border-box;
    border: 1px solid #fff;
  }
  .course_table_set .flex_table .column_flex .step_box {
    background-color: #2ea29b;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 2px;
    color: #fff;
    height: 45%;
    padding: 15px 15px;
  }
  .course_table_set .flex_table .column_flex .title_box {
    display: flex;
    justify-content: center;
    background-color: #f8e459;
    text-align: center;
    font-size: 1.8rem;
    min-height: 100px;
    height: 45%;
    align-items: center;
    padding: 15px 15px;
  }
  .course_table_set .flex_table .column_flex .info_box {
    min-height: 30%;
    background-color: #b9d9d6;
    text-align: left;
    font-size: 1.6rem;
    padding: 15px 15px 30px;
    height: 70%;
  }
  /* ================================================================================================
   hakkou
  ================================================================================================ */
  .about_hakkoku {
    padding-top: 50px;
    width: 90%;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 auto 0;
  }
  .about_hakkoku h3.sub {
    text-align: left;
  }
  .about_hakkoku h3.sub .purple {
    background-color: none;
    color: #7e308d;
  }
  .about_hakkoku .about_hakkoku_txt {
    width: 680px;
    height: auto;
    text-align: left;
    margin-bottom: 50px;
  }
  .about_hakkoku .hakkoku_flow {
    flex-direction: row;
    justify-content: space-around;
  }
  .about_hakkoku .hakkoku_flow img {
    width: 48%;
    margin-bottom: 15px;
  }
  .pickup_cafe {
    justify-content: center;
  }
  .pickup_cafe .pickup_title {
    height: 330px;
    width: 330px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #eed5e2;
    border-radius: 100%;
    margin-bottom: 20px;
  }
  .pickup_cafe .pickup_title h4 {
    display: block;
    color: #7e308d;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .pickup_cafe .pickup_title p {
    text-align: left;
    font-size: 1.6rem;
    padding: 0 5px 0;
  }
  .pickup_cafe .pickup_img {
    width: 100%;
  }
  /* ================================================================================================
  5 achievement
  ================================================================================================ */
  #achievement {
    background-color: #b1e8e5;
    padding-bottom: 50px;
  }
  #achievement h2 {
    font-size: 4rem;
    color: #d40055;
    margin-bottom: 60px;
    line-height: 1.4;
    letter-spacing: 2px;
  }
  #achievement .containerFlex {
    flex-direction: column;
    width: 80%;
  }
  #achievement .containerFlex .containerFlexL {
    width: 100%;
  }
  #achievement .containerFlex .containerFlexR {
    width: 100%;
  }
  #achievement .containerFlex h3.title_achiev {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 30px;
    color: #000;
    background-color: #fff;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-size: 3rem;
  }
  #achievement .containerFlex h3.title_achiev .grad {
    font-size: 1.6rem;
  }
  #achievement .containerFlex dl.achiev_list {
    width: 100%;
    text-align: left;
  }
  #achievement .containerFlex dl.achiev_list dt {
    background-color: #ff0;
    font-size: 1.8rem;
    margin-bottom: 5px;
    width: auto;
    display: inline-block;
  }
  #achievement .containerFlex dl.achiev_list dd {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  /*
  ================================================================================================
  6 キャンパスライフ
  campusLife
  ================================================================================================ */
  #campusLife {
    padding-top: 0;
  }
  #campusLife h2 .lead {
    font-size: 1.8rem;
    color: #000;
  }
  #campusLife p iframe {
    width: 90%;
    margin-top: 40px;
    max-width: 560px;
  }
  #campusLife .containerFlex {
    margin: 0 auto 50px;
    width: 80%;
  }
  #campusLife .containerFlex.mw1000 {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  #campusLife .containerFlex h3.title_years {
    width: 100%;
    margin: 0 auto 15px;
    text-align: left;
    font-size: 2.8rem;
  }
  #campusLife .containerFlex .flex30 {
    width: 45%;
    height: auto;
    display: flex;
    flex-flow: column wrap;
  }
  #campusLife .containerFlex .flex30 .campusImg {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #campusLife .containerFlex .flex30 h3 {
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 0;
    font-size: 2.8rem;
    background-color: #ff0;
    margin-bottom: 20px;
  }
  #campusLife .containerFlex .flex30 p.campusDesc {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #campusLife .containerFlex .flex30.second_box {
    padding-top: 0;
  }
  #campusLife .containerFlex .flex45 {
    width: 45%;
    height: auto;
    display: flex;
    flex-flow: column wrap;
  }
  #campusLife .containerFlex .flex45 h5 {
    width: 100%;
    padding: 15px 0;
    font-size: 2rem;
    letter-spacing: 1px;
  }
  #campusLife .containerFlex .flex45 ul.bukatsu-list-01 {
    width: 100%;
    padding: 15px 0;
    text-align: left;
  }
  #campusLife .containerFlex .flex45 ul.bukatsu-list-01 li {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  #campusLife .containerFlex .flex45 ul.bukatsu-list-02 {
    width: 100%;
    padding: 15px 0;
  }
  #campusLife .containerFlex .flex45 ul.bukatsu-list-02 li {
    width: 100%;
    font-size: 1.46rem;
    margin-bottom: 5px;
  }
  #campusLife .containerFlex .year_flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 30px;
    border-top: 2px solid #000;
    padding: 15px 0;
  }
  #campusLife .containerFlex .year_flex .flex20 {
    width: 20%;
    height: auto;
  }
  #campusLife .containerFlex .year_flex .flex80 {
    width: 70%;
    height: auto;
  }
  #campusLife .containerFlex .year_flex h4.years {
    font-size: 2.6rem;
    text-align: center;
  }
  #campusLife .containerFlex .year_flex h4.years .month {
    font-size: 1.8rem;
  }
  #campusLife .containerFlex .year_flex ul.event_list {
    font-size: 1.8rem;
    text-align: left;
  }
  #campusLife .containerFlex .year_flex ul.event_list li {
    display: inline-block;
    vertical-align: top;
    width: 43%;
    margin: 0 0 5px 0;
    padding-left: 1em;
    text-indent: -1em;
  }
  #campusLife .containerFlex .year_flex ul.event_list li::before {
    content: "・";
    display: inline;
  }
  #campusLife .containerFlexR {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  #campusLife .campusLeft {
    text-align: center;
  }
  #campusLife .campusRight {
    text-align: center;
    width: 375px;
  }
  /*
  ================================================================================================
  7 環境説明
  location
  ================================================================================================ */
  #location h2 {
    font-size: 4rem;
    margin: 50px auto 100px;
    line-height: 1.2;
    letter-spacing: 2px;
  }
  #location .layer1 {
    justify-content: space-around;
    align-items: left;
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 100px;
  }
  #location .layer1 .loc_Img {
    width: 80%;
    margin-bottom: 30px;
  }
  #location .layer1 .loc_txt {
    width: 80%;
    text-align: left;
  }
  #location .layer1 .loc_txt p {
    font-size: 1.8rem;
    line-height: 2.1;
  }
  #location .ajimu_guide {
    width: 90%;
    margin: 0 auto;
  }
  #location .ajimu_guide h3 {
    text-align: left;
    font-size: 3rem;
    letter-spacing: 2px;
  }
  /*
  ================================================================================================
  8 
  stay_info
  ================================================================================================ */
  #stay_info h2 {
    font-size: 4rem;
    color: #000;
    margin: 50px auto 30px;
    line-height: 1.2;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    width: auto;
  }
  #stay_info h2::before {
    content: "・・・・・";
    display: inline-block;
    position: absolute;
    top: -40px;
    left: 0;
  }
  #stay_info h3.lead {
    display: inline-block;
    width: auto;
    padding: 15px 40px;
    background-color: #fff;
    font-size: 1.8rem;
    letter-spacing: 1px;
    color: #d40055;
    border-radius: 30px;
    position: relative;
  }
  #stay_info h3.lead .front {
    position: relative;
    z-index: 1;
  }
  #stay_info h3.lead::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 50px;
    top: -5px;
    z-index: 0;
  }
  #stay_info .flex_area {
    display: flex;
    width: 80%;
    max-width: 1100px;
    padding: 30px 30px;
    margin: 50px auto 0px;
    height: auto;
    background-color: #fff;
    border-radius: 30px;
    flex-flow: column wrap;
    justify-content: space-between;
  }
  #stay_info .flex_area .home_stay {
    text-align: left;
    width: 100%;
  }
  #stay_info .flex_area .line {
    width: 100%;
    height: 1px;
    margin: 50px auto 20px;
    background-color: #000;
  }
  #stay_info .flex_area .apart_stay {
    text-align: left;
    width: 100%;
  }
  #stay_info .flex_area h4.title_stay {
    display: inline-block;
    color: #d40055;
    font-size: 2.2rem;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
  }
  #stay_info .flex_area h4.title_stay .right_txt {
    display: inline-block;
    position: relative;
    right: 0;
    letter-spacing: 0;
    top: 0;
    color: #000;
    font-size: 1.6rem;
  }
  #stay_info .flex_area h5.copy_stay {
    box-sizing: border-box;
    line-height: 1.8;
    font-size: 1.8rem;
    color: #000;
    display: inline-block;
    width: 100%;
    padding: 20px 50px;
    margin: 0 auto;
  }
  #stay_info .flex_area p {
    font-size: 1.4rem;
    color: #000;
  }
  #stay_info .flex_area_nocolor {
    display: flex;
    width: 90%;
    flex-flow: column wrap;
    margin: 0px auto 0;
  }
  #stay_info .flex_area_nocolor .hojo_stay {
    text-align: left;
    width: 100%;
  }
  #stay_info .flex_area_nocolor .contact_stay {
    text-align: center;
    margin-top: 30px;
    width: 100%;
  }
  #stay_info .flex_area_nocolor h6 {
    font-size: 1.6rem;
    background-color: #fff;
    border-radius: 30px;
    padding: 5px;
    margin-bottom: 15px;
    text-align: center;
  }
  #stay_info .flex_area_nocolor ul li {
    margin-left: 1em;
    font-size: 1.3rem;
  }
  #stay_info .flex_area_nocolor p.tocontact {
    font-size: 1.8rem;
  }
  #stay_info .flex_area_nocolor p.tocontacttel {
    font-size: 3rem;
  }
  #stay_info .flex_area_nocolor p.tocontactmail {
    font-size: 2.4rem;
  }
  /*
  ================================================================================================
  9 説明会
  explanation
  ================================================================================================ */
  #explanation .ex-title {
    margin: 0 auto;
    width: 100%;
    background-color: #00a49a;
  }
  #explanation .ex-title h2 {
    font-size: 2.4rem;
    color: #fff;
    margin: 40px auto 50px;
    line-height: 1.2;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    width: 80%;
  }
  #explanation .containerFlex {
    flex-flow: column wrap;
    margin: 50px auto 0;
    width: 80%;
    padding-bottom: 50px;
  }
  #explanation .containerFlex .ex_txt {
    width: 100%;
    height: auto;
    text-align: left;
    padding-top: 20px;
  }
  #explanation .containerFlex .ex_txt h3 {
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
  #explanation .containerFlex .ex_txt h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  #explanation .containerFlex .ex_txt p {
    font-size: 1.6rem;
  }
  #explanation .containerFlex .ex_txt a.seikyu {
    margin: 30px 0;
    text-decoration: none;
    display: inline-block;
    padding: 15px 50px;
    font-size: 1.8rem;
    letter-spacing: 1px;
    background-color: #008982;
    color: #fff;
    border-radius: 30px;
  }
  #explanation .containerFlex .ex_txt a.seikyu:hover {
    background-color: #111;
  }
  #explanation .containerFlex .ex_img {
    height: auto;
    width: 100%;
  }
  #explanation .containerFlex .ex_map {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
    position: relative;
  }
  #explanation .containerFlex .ex_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #explanation .containerFlex .moreInfo_banner {
    flex-flow: row wrap;
    justify-content: space-around;
    width: 100%;
    text-align: center;
  }
  #explanation .containerFlex .moreInfo_banner .banner_inner {
    width: 45%;
  }
  #explanation .containerFlex .moreInfo_banner .banner_inner p {
    margin: 0 auto;
    text-align: left;
  }
  .schedule {
    line-height: 5vh;
    font-size: 2.8vh;
    margin: 20px auto;
  }
  .phones {
    margin: 20px;
    font-size: 2.4vh;
  }
  .moreInfo {
    margin: 0 auto;
    padding: 10px;
    display: inline-block;
    background-color: #c3ddd8;
    border-radius: 38px;
  }
  /* ================================================================================================
  10 動画で紹介
  movies
  ================================================================================================ */
  #movies {
    background-color: #b4e8e6;
  }
  #movies h2 {
    font-size: 4rem;
    color: #000;
    margin: 50px auto 50px;
  }
  #movies .containerFlex {
    flex-flow: column wrap;
    width: 80%;
    margin: 0 auto;
  }
  #movies .containerFlex .movie_flex {
    width: 100%;
    margin-bottom: 50px;
    height: auto;
  }
  #movies .containerFlex .movie_flex .youtube_blk {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #movies .containerFlex .movie_flex .youtube_blk iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #movies iframe {
    width: 90%;
    max-width: 560px;
  }
  #movies hr {
    width: 80%;
    margin: 0 auto;
    margin-top: 60px;
    background-color: #fff;
    border-top: 4px dashed #8c8b8b;
  }
  #movies p {
    font-size: calc(20px + 2 * (100vw - 375px) / 800);
    margin-bottom: 20px;
  }
  /* ================================================================================================
  11 VR
  ================================================================================================ */
  #vr {
    background-color: #fff;
    padding: 50px 0 100px;
  }
  #vr h2 {
    font-size: 4rem;
    color: #000;
    margin: 50px auto 20px;
    line-height: 1.2;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    width: auto;
  }
  #vr .vr_img {
    width: 70%;
    max-width: 800px;
  }
  #vr p {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  /* ================================================================================================
  Header
  ================================================================================================ */
  #top .logo_title {
    height: auto;
  }
  #top .logo_title h1 {
    display: none;
  }
  #top .logo_title p {
    display: none;
  }
  /* ================================================================================================
  main_visual
  ================================================================================================ */
  #main_visual {
    background-image: none;
    min-height: auto;
  }
  #main_visual .flex_wrap {
    justify-content: space-between;
  }
  #main_visual .flex_wrap .copy {
    font-size: 2.8rem;
    height: 450px;
  }
  #main_visual .flex_wrap .title {
    height: auto;
    max-width: 700px;
    width: 80%;
    margin-bottom: 40px;
  }
  #main_visual .flex_wrap .mv_lead {
    flex-direction: column;
    justify-content: center;
  }
  #main_visual .flex_wrap .mv_lead .lead_logo {
    width: 100%;
    position: relative;
    height: 90px;
  }
  #main_visual .flex_wrap .mv_lead .lead_logo .lead_logo_img {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
  }
  #main_visual .flex_wrap .mv_lead .lead_txt {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 0;
    text-align: center;
  }
  #main_visual .flex_wrap .mv_lead .lead_txt h1 {
    font-size: 2.4rem;
    margin: 0 0 0 0;
    color: #d40055;
  }
  /* ================================================================================================
  1 Message
  ================================================================================================ */
  #message h2 {
    font-size: 5vh;
  }
  #message h1 {
    font-size: calc(30px + 26 * (100vw - 375px) / 800);
    letter-spacing: 0.05em;
    margin-bottom: 40px;
  }
  #message p {
    margin-bottom: 20px;
  }
  #message .content {
    height: auto;
    background-image: url(../img/img_ajimuschool_sp.jpg);
  }
  #message .msg {
    position: relative;
    display: block;
    width: 80%;
    box-sizing: border-box;
    margin: 0 auto 0;
    left: 0;
    right: 0;
    top: -10px;
    padding: 15px;
  }
  #message .msg h1 {
    font-size: 2rem;
  }
  #message .msg p {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  /* ================================================================================================
  2 AJIMU
  ================================================================================================ */
  .content_warp {
    margin: 0 auto;
    flex-direction: column;
  }
  .content_warp .left_content {
    width: 80%;
    margin: 0 auto 0;
  }
  .content_warp .left_content p {
    text-align: left;
    font-size: 1.8rem;
  }
  .content_warp .right_content {
    width: 80%;
    height: auto;
    margin: 0 auto 0;
  }
  .content_warp .full_content {
    width: 80%;
    height: auto;
    margin: 0 auto 0;
  }
  .content_warp .full_content .ajimuYellow {
    font-size: 2rem;
    margin: 50px 0 20px;
  }
  .content_warp .full_content p {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #ajimu h1 {
    font-size: 3rem;
    color: #d40055;
    margin-bottom: 60px;
  }
  #ajimu .content {
    text-align: left;
    width: 48%;
    margin: 0 auto;
    display: block;
  }
  #example {
    position: absolute;
  }
  .human {
    background-image: url(../img/mezasu_f.png);
    text-align: center;
    background-color: white;
  }
  .human h2 {
    color: black;
    padding-bottom: 60px;
  }
  #example2 {
    text-align: center;
  }
  .mezasu img {
    width: 30%;
  }
  .mezasu-p p {
    z-index: 120;
    font-size: 20px;
    color: black;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .sentence2 {
    z-index: 20;
    font-size: 30px;
    color: black;
    margin-bottom: 30px;
  }
  .sentence2 span {
    z-index: 20;
    font-size: 40px;
    background-color: #ffee6f;
  }
  #ajimu .flex {
    padding: 60px 0;
  }
  .ajimubox li {
    font-size: 2.4rem;
  }
  .ajimubox li::first-letter {
    color: #f4736a;
  }
  .ajimubox1 li {
    font-size: 2.4rem;
  }
  .ajimubox2 li {
    font-size: 2.4rem;
  }
  /* ================================================================================================
  3　Curriculum
  ================================================================================================ */
  #curriculum {
    padding: 50px 0 50px;
  }
  #curriculum h1 {
    font-size: 3rem;
  }
  #curriculum .content {
    width: 80%;
    margin: 0 auto;
    justify-content: center;
  }
  #curriculum .content .img_set {
    text-align: center;
    width: 100%;
  }
  #curriculum .content .textBox {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 900px;
    padding: 30px 0 50px;
    text-align: left;
  }
  #curriculum .content p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #curriculum .content .cur_program {
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-bottom: 30px;
  }
  #curriculum .content .cur_program .program_cource {
    background-color: #ff0;
    padding: 15px 0;
    position: relative;
    overflow: hidden;
  }
  #curriculum .content .cur_program .program_cource::before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #b1e8e5;
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(-45deg);
  }
  #curriculum .content .cur_program .program_cource p {
    font-size: 2rem;
    line-height: 1.4;
  }
  #curriculum .content .cur_program .program_cource p .small {
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
  #curriculum .content .cur_program .program_img {
    padding: 0 0 0 0;
  }
  #curriculum .content .cur_program .program_img img {
    vertical-align: bottom;
  }
  #curriculum .content .cur_program .program_info {
    background-color: #fff;
    padding: 15px;
  }
  #curriculum .content .cur_program .program_info p.p-info {
    font-size: 1.4rem;
    text-align: left;
    padding-bottom: 15px;
    line-height: 1.4;
  }
  #curriculum .content .cur_program .program_info ul.program_list {
    display: block;
    border-top: dashed #333 1px;
    padding: 15px 0;
    text-align: left;
  }
  #curriculum .content .cur_program .program_info ul.program_list li {
    list-style-position: inside;
    list-style-type: disc;
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
  #curriculum .text-yellow {
    background-color: yellow;
  }
  .img04 {
    width: 50%;
  }
  /* ================================================================================================
  3-1 Curriculumbox
  ================================================================================================ */
  .boxtexst {
    width: 100%;
  }
  .study1 {
    width: 90%;
    margin: 0 auto 50px;
    min-width: 200px;
    position: relative;
  }
  .study1::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    position: absolute;
    bottom: -15px;
    z-index: 0;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    background-color: #fff;
  }
  .study1 dl {
    position: relative;
    z-index: 2;
  }
  .study1 dt {
    font-size: 1.6rem;
    padding: 10px 0 0;
  }
  .study1 dd {
    background-color: white;
    font-size: 2rem;
    padding: 10px;
    font-weight: 500;
  }
  .js-fade1,
  .js-fade2 {
    padding: 0;
    width: 99%;
    margin: 10px auto;
    min-width: 200px;
  }
  .js-fade1 dt,
  .js-fade2 dt {
    font-size: calc(18px + 2 * (100vw - 375px) / 800);
    border-bottom: solid 2px;
    padding: 10px 0;
  }
  .js-fade1 dd,
  .js-fade2 dd {
    font-size: calc(12px + 2 * (100vw - 375px) / 800);
  }
  .js-fade3 {
    background-color: white;
    padding: 20px;
    width: 15%;
    margin: 10px;
    min-width: 200px;
  }
  .js-fade3 dt {
    font-size: calc(17px + 2 * (100vw - 375px) / 800);
    border-bottom: solid 2px;
    padding: 10px 0;
  }
  .js-fade3 dd {
    font-size: calc(11px + 2 * (100vw - 375px) / 800);
  }
  .js-fade4 {
    background-color: white;
    padding: 20px;
    width: 15%;
    margin: 10px;
    min-width: 200px;
  }
  .js-fade4 span {
    font-size: 1.4vw;
  }
  .js-fade4 dt {
    font-size: calc(18px + 2 * (100vw - 375px) / 800);
    border-bottom: solid 2px;
    padding: 10px 0;
  }
  .js-fade4 dd {
    font-size: calc(13px + 2 * (100vw - 375px) / 800);
    padding: 0px;
  }
  .whitebox {
    justify-content: center;
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  .whitebox p {
    margin-bottom: 15px;
    padding-left: 1em;
    text-indent: -1em;
  }
  /* ================================================================================================
  4 course
  ================================================================================================ */
  #course {
    text-align: center;
  }
  #course h2 {
    font-size: 3rem;
    color: #111;
    margin-bottom: 0px;
    line-height: 1.4;
    letter-spacing: 2px;
  }
  #course h2 .small {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  #course h2 .yelw {
    background-color: yellow;
    padding: 0 0 0 0;
  }
  .course_flx {
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    justify-content: space-around;
    text-align: left;
  }
  .course_flx .course_flxL {
    width: 100%;
    height: auto;
  }
  .course_flx .course_flxR {
    width: 100%;
    height: auto;
  }
  .course_flx .course_flxR .yelw {
    background-color: #ff0;
  }
  .course_flx .course_flxR .list h3 {
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px;
    font-size: 1.8rem;
  }
  .course_flx .course_flxR .list ol {
    border: solid 4px #b9d9d6;
    border-radius: 20px;
    padding: 20px 30px 15px;
    margin-bottom: 20px;
  }
  .course_flx .course_flxR .list li {
    text-align: left;
    list-style: none;
    font-size: calc(18px + 2 * (100vw - 375px) / 800);
    padding-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .future {
    padding-bottom: 10px;
  }
  .future p {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: left;
    font-size: calc(18px + 2 * (100vw - 375px) / 800);
  }
  .course h2 {
    padding-bottom: 0;
  }
  .course h3 {
    font-size: 60px;
    font-family: sans-serif;
  }
  .course_img {
    width: 100%;
  }
  .futureP {
    margin: 0 auto;
    padding: 10px;
    display: block;
    text-align: left;
    margin-bottom: 60px;
    max-width: 600px;
    min-width: 360px;
  }
  .futureP span {
    background-color: yellow;
  }
  .listbox {
    display: inline-block;
    border-radius: 30px;
    background-color: #ffee6f;
    padding: 20px;
    margin: 0 5%;
  }
  /* ================================================================================================
  4-1 surround
  ================================================================================================ */
  .chart {
    margin: 0 auto 0;
  }
  .chart_top {
    display: block;
    width: 96%;
    margin: 0 auto;
    margin-bottom: 70px;
  }
  .chart_top dl {
    font-size: 3rem;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .chart_top dl dt {
    display: inline-block;
  }
  .chart_top dl dd {
    display: inline-block;
  }
  .chart_top dl dd.right {
    display: block;
    float: left;
    padding-top: 20px;
    text-align: left;
    font-size: 1.4rem;
  }
  .course_table_set {
    width: 100%;
    padding: 0 0 50px;
  }
  .course_table_set .course_table {
    width: 96%;
  }
  .course_table_set .course_table tr {
    display: block;
    float: left;
  }
  .course_table_set .course_table tr td,
  .course_table_set .course_table tr th {
    border: none;
    display: block;
    height: auto;
  }
  .course_table_set .course_table thead {
    display: block;
    float: left;
    width: 30%;
  }
  .course_table_set .course_table thead tr {
    width: 100%;
  }
  .course_table_set .course_table tbody {
    display: block;
    float: left;
    width: 70%;
  }
  .course_table_set .course_table tbody tr {
    width: 50%;
  }
  .course_table_set .course_table tr td + td {
    border-left: none;
  }
  .course_table_set .course_table tbody td:last-child {
    border-bottom: solid 1px #ccc;
  }
  /* ================================================================================================
   hakkou
  ================================================================================================ */
  .about_hakkoku {
    padding-top: 50px;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 auto 0;
  }
  .about_hakkoku h3.sub {
    text-align: left;
    font-size: 2.4rem;
  }
  .about_hakkoku h3.sub .purple {
    background-color: none;
    color: #7e308d;
  }
  .about_hakkoku .about_hakkoku_txt {
    width: 680px;
    height: auto;
    text-align: left;
    margin-bottom: 50px;
  }
  .about_hakkoku .hakkoku_flow {
    flex-direction: column;
    justify-content: center;
  }
  .about_hakkoku .hakkoku_flow img {
    width: 100%;
    margin-bottom: 10px;
  }
  /* ================================================================================================
  5 achievement
  ================================================================================================ */
  #achievement h2 {
    font-size: 3rem;
  }
  #achievement .containerFlex {
    flex-direction: column;
    width: 80%;
  }
  #achievement .containerFlex .containerFlexL {
    width: 100%;
  }
  #achievement .containerFlex .containerFlexR {
    width: 100%;
  }
  #achievement .containerFlex h3.title_achiev {
    width: 100%;
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
  #achievement .containerFlex h3.title_achiev .grad {
    font-size: 1.6rem;
  }
  #achievement .containerFlex dl.achiev_list dt {
    font-size: 1.6rem;
  }
  #achievement .containerFlex dl.achiev_list dd {
    font-size: 1.4rem;
  }
  /*
  ================================================================================================
  6 キャンパスライフ
  campusLife
  ================================================================================================ */
  #campusLife {
    padding-top: 0;
  }
  #campusLife h2 {
    font-size: 3rem;
    padding: 50px 0 30px;
  }
  #campusLife h2 .lead {
    font-size: 1.6rem;
    color: #000;
  }
  #campusLife .containerFlex {
    margin: 0 auto 50px;
    width: 80%;
  }
  #campusLife .containerFlex h3.title_years {
    width: 100%;
    margin: 0 auto 15px;
    text-align: left;
    font-size: 2.4rem;
  }
  #campusLife .containerFlex .flex30 {
    width: 100%;
    margin-bottom: 30px;
  }
  #campusLife .containerFlex .flex30 .campusImg {
    width: 80%;
  }
  #campusLife .containerFlex .flex30 h3 {
    font-size: 2rem;
  }
  #campusLife .containerFlex .flex30 p.campusDesc {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #campusLife .containerFlex .flex30.second_box {
    padding-top: 0;
  }
  #campusLife .containerFlex .flex45 {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column wrap;
  }
  #campusLife .containerFlex .flex45 h5 {
    width: 100%;
    padding: 15px 0;
    font-size: 2rem;
    letter-spacing: 1px;
  }
  #campusLife .containerFlex .flex45 ul.bukatsu-list-01 {
    width: 100%;
    padding: 15px 0;
    text-align: left;
  }
  #campusLife .containerFlex .flex45 ul.bukatsu-list-01 li {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  #campusLife .containerFlex .flex45 ul.bukatsu-list-02 {
    width: 100%;
    padding: 15px 0;
  }
  #campusLife .containerFlex .flex45 ul.bukatsu-list-02 li {
    width: 100%;
    font-size: 1.46rem;
    margin-bottom: 5px;
  }
  #campusLife .containerFlex .year_flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 30px;
    border-top: 2px solid #000;
    padding: 15px 0;
  }
  #campusLife .containerFlex .year_flex .flex20 {
    width: 20%;
    height: auto;
  }
  #campusLife .containerFlex .year_flex .flex80 {
    width: 70%;
    height: auto;
  }
  #campusLife .containerFlex .year_flex h4.years {
    font-size: 2.6rem;
    text-align: center;
  }
  #campusLife .containerFlex .year_flex h4.years .month {
    font-size: 1.8rem;
  }
  #campusLife .containerFlex .year_flex ul.event_list {
    font-size: 1.6rem;
    text-align: left;
  }
  #campusLife .containerFlex .year_flex ul.event_list li {
    display: inline-block;
    width: 100%;
    margin: 0 0 5px 0;
  }
  #campusLife .containerFlex .year_flex ul.event_list li::before {
    content: "・";
    display: inline;
  }
  #campusLife .containerFlexR {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  #campusLife .campusLeft {
    text-align: center;
  }
  #campusLife .campusRight {
    text-align: center;
    width: 375px;
  }
  /*
  ================================================================================================
  7 環境説明
  location
  ================================================================================================ */
  #location {
    padding: 50px 5%;
    padding-bottom: 100px;
  }
  #location h2 {
    font-size: 3rem;
    margin: 50px auto 30px;
    line-height: 1.2;
    letter-spacing: 2px;
  }
  #location .layer1 {
    justify-content: space-around;
    align-items: left;
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 100px;
  }
  #location .layer1 .loc_Img {
    width: 80%;
    margin-bottom: 30px;
  }
  #location .layer1 .loc_txt {
    width: 80%;
    text-align: left;
  }
  #location .layer1 .loc_txt p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #location .ajimu_guide {
    width: 100%;
    margin: 0 auto;
  }
  #location .ajimu_guide h3 {
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  /*
  ================================================================================================
  8 
  stay_info
  ================================================================================================ */
  #stay_info h2 {
    font-size: 3rem;
    color: #000;
    margin: 50px auto 30px;
  }
  #stay_info h2::before {
    top: -30px;
    left: 10px;
  }
  #stay_info h3.lead {
    padding: 15px 40px;
    font-size: 1.8rem;
  }
  #stay_info .flex_area {
    width: 80%;
    padding: 30px 30px;
    margin: 50px auto 0px;
    flex-flow: column wrap;
  }
  #stay_info .flex_area .home_stay {
    text-align: left;
    width: 100%;
  }
  #stay_info .flex_area .line {
    width: 100%;
    height: 1px;
    margin: 50px auto 20px;
    background-color: #000;
  }
  #stay_info .flex_area .apart_stay {
    text-align: left;
    width: 100%;
  }
  #stay_info .flex_area h4.title_stay {
    font-size: 2.2rem;
    margin-bottom: 10px;
    width: 100%;
  }
  #stay_info .flex_area h4.title_stay .right_txt {
    display: inline-block;
    position: relative;
    right: 0;
    letter-spacing: 0;
    top: 0;
    color: #000;
    font-size: 1.6rem;
  }
  #stay_info .flex_area h5.copy_stay {
    box-sizing: border-box;
    line-height: 1.8;
    font-size: 1.6rem;
    color: #000;
    width: 100%;
    padding: 20px 10px;
    margin: 0 auto;
  }
  #stay_info .flex_area p {
    font-size: 1.4rem;
    color: #000;
  }
  #stay_info .flex_area_nocolor {
    display: flex;
    width: 90%;
    flex-flow: column wrap;
    margin: 0px auto 0;
  }
  #stay_info .flex_area_nocolor .hojo_stay {
    text-align: left;
    width: 100%;
  }
  #stay_info .flex_area_nocolor .contact_stay {
    text-align: center;
    margin-top: 30px;
    width: 100%;
  }
  #stay_info .flex_area_nocolor h6 {
    font-size: 1.6rem;
    background-color: #fff;
    border-radius: 30px;
    padding: 5px 35px;
    margin-bottom: 15px;
    text-align: center;
  }
  #stay_info .flex_area_nocolor ul li {
    margin-left: 1em;
    font-size: 1.3rem;
  }
  /*
  ================================================================================================
  9 説明会
  explanation
  ================================================================================================ */
  #explanation .ex-title h2 {
    font-size: 2rem;
    margin: 30px auto 30px;
    width: 80%;
  }
  #explanation .containerFlex {
    margin: 20px auto 0;
    width: 80%;
    padding-bottom: 50px;
  }
  #explanation .containerFlex .ex_txt {
    width: 100%;
    height: auto;
    text-align: left;
    padding-top: 20px;
  }
  #explanation .containerFlex .ex_txt h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  #explanation .containerFlex .ex_txt h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  #explanation .containerFlex .ex_txt p {
    font-size: 1.6rem;
  }
  #explanation .containerFlex .ex_txt a.seikyu {
    margin: 30px 0;
    box-sizing: border-box;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    padding: 15px 50px;
    font-size: 1.8rem;
    letter-spacing: 1px;
    background-color: #008982;
    text-align: center;
    color: #fff;
    border-radius: 30px;
  }
  #explanation .containerFlex .ex_txt a.seikyu:hover {
    background-color: #111;
  }
  #explanation .containerFlex .ex_img {
    height: auto;
    width: 100%;
  }
  #explanation .containerFlex .ex_map {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 80%;
    height: 0;
    overflow: hidden;
    position: relative;
  }
  #explanation .containerFlex .ex_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #explanation .containerFlex .moreInfo_banner {
    flex-flow: row wrap;
    justify-content: space-around;
    width: 100%;
    text-align: center;
  }
  #explanation .containerFlex .moreInfo_banner .banner_inner {
    width: 100%;
    margin-bottom: 20px;
  }
  #explanation .containerFlex .moreInfo_banner .banner_inner p {
    margin: 0 auto;
    text-align: left;
  }
  .schedule {
    line-height: 5vh;
    font-size: 2.8vh;
    margin: 20px auto;
  }
  .phones {
    margin: 20px;
    font-size: 2.4vh;
  }
  .moreInfo {
    margin: 0 auto;
    padding: 10px;
    display: inline-block;
    background-color: #c3ddd8;
    border-radius: 38px;
  }
  /* ================================================================================================
  10 動画で紹介
  movies
  ================================================================================================ */
  #movies h2 {
    font-size: 3rem;
    margin: 50px auto 50px;
  }
  /* ================================================================================================
  11 VR
  ================================================================================================ */
  #vr {
    padding: 50px 0 50px;
  }
  #vr h2 {
    font-size: 3rem;
  }
  #vr .vr_img {
    width: 80%;
    max-width: 800px;
  }
  #vr p {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}