@charset "UTF-8";

@import url("reset.css");
/* @import url("contents.css"); */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
general
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sp {
  display: none !important;
}
.sp-line {
  display: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: block;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

html,
body {
  height: 100%;
  -webkit-text-size-adjust: none;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
}
#wrapper {
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-height: 100%;
}
#wrapper {
  position: relative;
}
@media only screen and (min-width: 717px) {
}

a:hover > img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.button {
  position: fixed;
  right: 20px;
  bottom: 80px;
  cursor: pointer;
  transition: 0.3s;

  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
  z-index: 9998;
}
.button a {
  line-height: 0;
  display: block;
}
.button a + a {
  margin-top: 10px;
}

/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
}
/*このクラスが付与されると固定する*/
.fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

#wrapper .line {
  display: flex;
  position: fixed;
  width: 1000px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  opacity: 0.1;
  z-index: 9000;
}
#wrapper .line div {
  width: 250px;
  height: 100%;
  border-right: 1px solid #000;
}

header.full {
  position: relative;
  height: 900px;
}
header.full::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 900px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/main.jpg);
}

header .logo {
  position: absolute;
  top: 10vw;
  left: 10vw;
  margin: auto;
  z-index: 9001;
}
header .logo .logo_img {
  width: 222px;
  height: 214px;
  margin-bottom: 35px;
}
header .logo_sub {
  color: #fff;
  font-size: 20px;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

header .scroll {
  position: absolute;
  bottom: 0;
  left: 16px;
  margin: auto;
  height: 168px;
}
header .scroll::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 168px;
  left: 10px;
}
header .scroll::after {
  content: "";
  width: 31px;
  height: 12px;
  background: url(../images/scroll_drone.png) no-repeat;
  position: absolute;
  top: 50%;
  left: -5px;
  -o-animation: 2.3s small-dot-move infinite running ease-out;
  animation: 2.3s small-dot-move infinite running ease-out;
}
header .scroll img {
  position: absolute;
  left: 40px;
  bottom: 30px;
}
@keyframes small-dot-move {
  from {
    top: 0%;
  }
  to {
    top: 93%;
  }
}
@-webkit-keyframes small-dot-move {
  from {
    top: 0%;
  }
  to {
    top: 93%;
  }
}

/* menu */

.nav_con {
  display: inline-block;
  position: fixed;
  top: 0;
  right: 80px;
  margin: auto;
  width: 80px;
  height: 80px;
  background-color: #000950;
  text-align: center;
  padding-top: 28px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  z-index: 9999;
}

.nvn {
  display: none !important;
}
.nvo {
  display: block !important;
}
img.nvo {
  display: inline-block !important;
}

.navToggle {
  right: 0;
  background-color: #008a87;
}

.nav_con img {
  height: 25px;
}
.navToggle img {
  height: 17px;
}
.navToggle .clmn {
  padding-top: 23px;
  position: relative;
}
.navToggle .clmn::before,
.navToggle .clmn::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px; /* 棒の幅（太さ） */
  height: 30px; /* 棒の高さ */
  background: #fff;
}

.navToggle .clmn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.navToggle .clmn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.navToggle.active p:nth-of-type(1),
.navToggle p:nth-of-type(2) {
  display: none;
}
.navToggle.active p:nth-of-type(2) {
  display: block;
}
.globalMenuSp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9998;
}

#globalmenu {
	width: 500px;
	margin: 100px auto 0;
	text-align: center;
}
#globalmenu li {
    color: #FFF;
	padding: 20px 0;
	border-bottom: 1px solid #36bdef;
    letter-spacing: 0.2em;
    font-size: 23px;
}
#globalmenu li a {
	color: #FFF;
	font-size: 23px;
}

.globalMenuSp.active {
	display: block !important;
}



#globalmenu .menu_subpage {
    margin: 5px 0 0;
    letter-spacing: 0.02em;
}
#globalmenu .menu_subpage a {
    font-size: 18px;
}






/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
top contents
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#inner {
  position: relative;
  display: flow-root;
  background-color: #fff;
}

#news {
  display: flex;
  margin: -55px auto 0;
  width: 1000px;
  background-color: #fff;
  font-size: 13px;
  z-index: 9001;
  box-shadow: 0 0 20px gray;
  position: relative;
}
#news .news_tt {
  width: 125px;
  font-size: 14px;
  position: relative;
  padding: 25px 0 0 30px;
  background-color: #f3f3f3;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#news .news_tt a {
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  position: absolute;
  color: #fff;
  font-size: 12px;
  line-height: 3em;
  font-weight: bold;
  text-align: center;
  background: #008a87;
}
#news .news_tt a:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.2em;
  margin-left: 0.5em;
  display: inline-block;
  vertical-align: middle;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#news ul {
  width: 875px;
  padding: 25px 55px 10px 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#news ul li {
  display: flex;
  margin-bottom: 20px;
}
#news li .time {
  width: 100px;
}
#news li .cate {
  width: 85px;
  height: 16px;
  font-size: 10px;
  padding: 1px 0;
  margin-right: 30px;
  background-color: #008a87;
  text-align: center;
}
#news li .cate a {
  color: #fff;
}
#news li .more {
  width: calc(100% - 195px);
}
#news li .more a {
  color: #000;
}
#news li .more a:hover {
  color: #ccc;
}
#news li.sticky_icon {
  position: relative;
}
#news li.sticky_icon::before {
  content: url(../images/news_icon.png);
  display: inline-block;
  position: absolute;
  top: 0;
  left: -30px;
  margin: auto;
}

/* 共通 */

h2 {
  line-height: 0.8em;
  position: relative;
  z-index: 9001;
}
h3 {
  color: #000950;
  font-size: 32px;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin-left: -4px;
}
.sec_tt {
  width: 1000px;
  margin: 0 auto;
}

/* about */

#about {
  margin-top: 80px;
}
#about .about_box {
  width: 1000px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin: 0 auto;
}
#about .about_box .about_img {
  width: 52%;
  top: 92px;
  position: relative;
}
#about .about_box .about_img span {
  display: block;
  margin-left: calc((50vw - 100%) * -1);
}
#about .about_box .about_img span img {
  width: 100%;
  min-height: 517px;
  max-height: 570px;
}
#about .about_box .school {
  position: relative;
  width: 542px;
  background-color: #008a87;
  margin-top: 20px;
  padding: 50px 40px;
  border-radius: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0 0 20px gray;
}
#about .about_box .school .sc_tt {
  margin-bottom: 45px;
  color: #fbff99;
  font-size: 24px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
#about .about_box .school .sc_txt {
  color: #fff;
  line-height: 1.8em;
}
#about .about_box .tokuten {
  position: absolute;
  display: flex;
  bottom: -160px;
  right: 97%;
  width: 590px;
  z-index: 9001;
}
#about .about_box .tokuten .tk_box {
  width: 190px;
  padding: 50px 20px 38px;
  font-size: 13px;
  line-height: 1.6em;
  background-color: #fff;
  box-shadow: 0 0 20px gray;
  position: relative;
}
#about .about_box .tokuten .tk_box:before {
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 51px;
  height: 74px;
}
#about .about_box .tokuten .box01:before {
  content: url(../images/tokuten01.png);
}
#about .about_box .tokuten .box02:before {
  content: url(../images/tokuten02.png);
}
#about .about_box .tokuten .box03:before {
  content: url(../images/tokuten03.png);
}

#about .about_box .tokuten .box01 {
  z-index: 9003;
}
#about .about_box .tokuten .box02 {
  z-index: 9002;
}
#about .about_box .tokuten .box03 {
  z-index: 9001;
}
#about .about_box .tokuten .tk_box.box01 {
  width: 210px;
}
#about .about_box .tokuten .tk_box p {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2em;
  color: #5e55dc;
  text-align: center;
  margin-bottom: 15px;
  flex-wrap: nowrap;
}

#about .qualification {
  width: 1000px;
  margin: 280px auto 0;
  padding: 9px;
  border: 1px solid #b1971f;
  background-color: #e2d69e;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
#about .qualification:before {
  position: absolute;
  content: "";
  background: url(../images/sikaku_icon.png) no-repeat;
  background-size: 54px 65px;
  display: inline-block;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 54px;
  height: 65px;
}
#about .qualification .quali_inner {
  padding: 90px 50px 65px;
  background-color: #fff;
}
#about .qualification h4 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 15px;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
#about .qualification .sub_tt {
  text-align: center;
}
#about .qualification .qua_box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
#about .qualification .qua_box .left {
  width: 485px;
}
#about .qualification .qua_box .left dt {
  background-color: #e2d69e;
  color: #705e0c;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0 5px 15px;
}
#about .qualification .qua_box .left dd {
  padding: 20px 0 25px 15px;
}
#about .qualification .qua_box .left dd .list {
  position: relative;
  padding-left: 17px;
}
#about .qualification .qua_box .left dd .list:before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 12px;
  color: #e2d69e;
}
#about .qualification .qua_box .right {
  z-index: 9001;
}

/* facilities */

#facilities {
  height: 1092px;
  background: url(../images/facilities_photo.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#facilities .faci_tt {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  padding-top: 100px;
}
#facilities .faci_tt h3 {
  margin-left: -2px;
}
#facilities .faci_tt .right {
  width: 470px;
  color: #fff;
  line-height: 1.8em;
}
#facilities .faci_tt .right p {
  width: 470px;
  color: #fff;
  font-size: 28px;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 20px;
}

#facilities .faci_box {
  position: absolute;
  bottom: -626px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1000px;
}
#facilities .flight {
  display: flex;
}
#facilities .flight .flight_box {
  width: calc(100% / 2);
  padding: 70px 50px 60px;
  color: #fff;
  position: relative;
}
#facilities .flight .box01 {
  background-color: #008a87;
}
#facilities .flight .box02 {
  background-color: #005bac;
}

#facilities .flight .flight_box .icon {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 72px;
  height: 72px;
  padding-top: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0 0 10px #525252;
  z-index: 9002;
}
#facilities .faci_box h4 {
  position: relative;
  font-size: 36px;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
  z-index: 9002;
}
#facilities .faci_box .flight_box h4 {
  text-align: center;
}
#facilities .faci_box img {
  position: relative;
  z-index: 9002;
}
#facilities .faci_box p {
  margin-top: 30px;
  line-height: 1.8em;
}

#facilities .faci_box .flight_box02 {
  width: 100%;
  height: 350px;
  padding: 40px 50px;
  background-color: #d9d9d9;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
#facilities .faci_box .flight_box02 .icon {
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
  padding-top: 23px;
  text-align: center;
  background-color: #fff;
  border-radius: 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0 0 10px #525252;
  z-index: 9002;
}
#facilities .faci_box .flight_box02 .box_pt {
  position: absolute;
  top: 40px;
  right: 50px;
  margin: auto;
}
#facilities .faci_box .flight_box02 h4 {
  margin-bottom: 15px;
}
#facilities .faci_box .flight_box02 p {
  margin-top: 15px;
}

/* program */

#program {
  margin-top: 100px;
}
#program h3 {
  margin-left: -4px;
  margin-bottom: 60px;
}


#program .program_course_block {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#program .program_course_block .top_pro_course_box {
    width: calc( 100%/2 - 20px );
    background-color: #f3f3f3;
}
#program .program_course_block .top_pro_course_box .tt {
    padding: 25px 0;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    background-color: #008a87;
}
#program .program_course_block .top_pro_course_box .image img {
    width: 100%;
}
#program .program_course_block .top_pro_course_box .pro_course_txt {
    padding: 25px 0;
    color: #008a87;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
}
#program .program_course_block .top_pro_course_box .pro_course_btn {

}
#program .program_course_block .top_pro_course_box .pro_course_btn a {
    display: block;
    width: 100%;
    max-width: 340px;
    margin: 0 auto 35px;
    padding: 25px 0;
    color: #fff;
    background-color: #000950;
    text-align: center;
    font-weight: bold;
    align-items: flex-end;
    position: relative;
}
#program .program_course_block .top_pro_course_box .pro_course_btn a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 11px;
    height: 11px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#program .program_course_block .top_pro_course_box .pro_course_btn a:hover {
    opacity: 0.8;
}
 








/* instructor */

#instructor {
  margin-top: 150px;
}
#instructor h2 {
  width: 1003px;
  margin: 0 auto;
  line-height: 0.6em;
}
#instructor .inst_inner {
  background-color: #d9d9d9;
  padding-bottom: 70px;
    background: #d9d9d9 url(../images/workforse_bg.jpg) no-repeat;
    background-position: top right;
}
#instructor .inst_inner h3 {
  width: 1004px;
  margin: 0 auto;
  padding-top: 20px;
}
#instructor .inst_box {
    width: 1000px;
    margin: 80px auto 0;
}
#instructor .inst_box .inst_box_txt {
    text-align: center;
    line-height: 1.8em;
}

#instructor .inst_box .btn_more a {
    display: block;
    width: 100%;
    max-width: 340px;
    margin: 80px auto 100px;
    padding: 20px 0;
    color: #fff;
    background-color: #000950;
    text-align: center;
    font-weight: bold;
    align-items: flex-end;
    position: relative;
}
#instructor .inst_box .btn_more a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 11px;
    height: 11px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#instructor .inst_box .btn_more a:hover {
    opacity: 0.8;
}
 





/* Q & A */

#qa {
  height: 360px;
  margin-top: 700px;
  display: block;
  background-color: #d9d9d9;

  display: flex;
  align-items: center;
  justify-content: center;
}
#qa a {
  padding: 0 5%;
  box-sizing: border-box;
}
#qa img {
  width: 100%;
  box-shadow: 0px 0px 36.8px 3.2px rgba(0, 0, 0, 0.19);
}
#qa .sp_link {
  display: none;
}
/* sodan */

#sodan {
  width: 100%;
  height: 850px;
  background: url(../images/sodan_photo.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#sodan::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 70%;
  height: 100%;
  background-color: #000950;
  transform: skewX(151deg);
  transform-origin: top left;
  pointer-events: none;
}

#sodan .sodan_inner {
  width: 1000px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 9001;
}
#sodan .sodan_inner::before {
  position: absolute;
  content: "";
  background: url(../images/hane02.png) no-repeat;
  display: inline-block;
  bottom: 20px;
  left: -100px;
  margin: auto;
  width: 84px;
  height: 125px;
}
#sodan .sodan_inner::after {
  position: absolute;
  content: "";
  background: url(../images/hane01.png) no-repeat;
  display: inline-block;
  top: 40px;
  right: 220px;
  margin: auto;
  width: 264px;
  height: 286px;
}
#sodan .sodan_inner .sodan_box {
  width: 490px;
  padding-top: 100px;
}
#sodan .sodan_inner .sodan_box h4 {
  font-size: 30px;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  padding-bottom: 40px;
}
#sodan .sodan_inner .sodan_box p {
  line-height: 1.8em;
  margin-bottom: 60px;
}
#sodan .sodan_inner .sodan_box .sodan_btn a {
  display: block;
  width: 415px;
  height: 100px;
  margin-top: 30px;
  padding: 30px 0 0 30px;
  border: 4px solid #008a87;
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0 0 20px #525252;
  position: relative;
}
#sodan .sodan_inner .sodan_box .sodan_btn a::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 9px;
  height: 9px;
  border-top: 2px solid #008a87;
  border-right: 2px solid #008a87;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sodan .sodan_inner .sodan_box .sodan_btn.btn02 a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#sodan .sodan_inner .sodan_box .btn01 a {
  color: #005e5c;
}
#sodan .sodan_inner .sodan_box .btn02 a {
  background-color: #008a87;
  color: #fff;
}
#sodan .sodan_inner .sodan_box .btn01 a:before {
  position: absolute;
  content: "";
  background: url(../images/sodan_contact.png) no-repeat;
  background-size: 47px 47px;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 36px;
  margin: auto;
  width: 47px;
  height: 47px;
}
#sodan .sodan_inner .sodan_box .btn02 a:before {
  position: absolute;
  content: "";
  background: url(../images/sodan_reserve.png) no-repeat;
  background-size: 47px 47px;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 36px;
  margin: auto;
  width: 47px;
  height: 47px;
}
#sodan .sodan_inner .sodan_box .sodan_btn a:hover {
  opacity: 0.8;
}
#sodan .sodan_image {
  margin-top: 30px;

  box-shadow: 0px 0px 23.49px 3.51px rgb(0 0 0 / 36%);
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #806ab6 50%, #806ab6 100%);
  border-radius: 18px;
}

/* access */

#access {
  margin-top: 100px;
}
#access p {
  width: 1000px;
  margin: 80px auto 60px;
}
#access .ac_map {
  width: 1000px;
  height: 400px;
  margin: 0 auto;
  position: relative;
  z-index: 9001;
}
#access .ac_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* sns */

#sns {
  margin-top: 65px;
}
#sns h2 {
  line-height: 0.6em;
  text-align: center;
}
#sns .sns_inner {
  background-color: #d9d9d9;
  padding: 100px 0;
}
#sns .sns_box {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 9001;
}
#sns .sns_box .box {
  width: 480px;
  background-color: #fff;
  padding: 15px 30px 37px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
#sns .sns_box .box .icon a {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  color: #000;
}
#sns .sns_box .box .icon p {
  font-size: 10px;
  padding: 8px 10px 0 0;
}
#sns .sns_box .box h4 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
  font-family: "Myriad Pro", sans-serif;
  font-weight: bold;
}

#sns .sns_box .box .facebook {
  background-color: #d9d9d9;
  width: 100%;
  height: 300px;
}
#sns .sns_box .box .insta {
  background-color: #d9d9d9;
  width: 100%;
  height: 300px;
}

/* link */

#link {
  width: 100%;
  /*height: 360px;*/
  background: url(../images/link_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  margin-top: 65px;
  padding-bottom: 50px;
}
#link h2 {
  color: #fff;
}
#link h3 {
  color: #fff;
  font-size: 20px;
}
#link .link_inner {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  padding-top: 60px;
  position: relative;
  z-index: 9001;
  flex-wrap: wrap;
}
#link .link_inner .link_inner-item {
  width: 490px;
  height: 126px;
  margin-bottom: 20px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
top #about
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 1410px) {
  #about .about_box {
    width: 1100px;
    max-width: inherit;
    background-size: inherit;
    min-height: inherit;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
iPad(7・8・9)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 1080px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img.sp {
    display: inline-block !important;
  }
  .sp-line {
    display: block;
  }
  .button {
    bottom: 20px;
  }
  .button img {
    width: 60px;
    height: 60px;
  }

  #wrapper .line {
    width: 250px;
  }
  #wrapper .line div {
    display: none;
  }

  header.full {
    height: 700px;
  }
  header.full::before {
    height: 700px;
    background-image: url(../images/main_sp.jpg);
  }

  header .logo {
    top: 140px;
  }
  header .logo_img img {
    width: 111px !important;
    height: 111px !important;
  }
  header .logo .logo_img {
    width: 111px;
    height: 111px;
    margin-bottom: 10px;
  }
  header h1 {
    margin-top: 20px;
  }
  header h1 img {
    width: 226px;
    height: auto;
  }
  header .logo_sub {
    font-size: 13px;
  }

  header .scroll {
    bottom: 100px;
    right: 70px;
    left: auto;
    height: 217px;
  }
  header .scroll img {
    width: 8px;
    position: absolute;
    left: -37px;
    bottom: 80px;
  }

  header .scroll::before {
    left: -10px;
    bottom: 40px;
  }
  header .scroll::after {
    content: "";
    width: 31px;
    height: 12px;
    background: url(../images/scroll_drone.png) no-repeat;
    position: absolute;
    top: 0;
    left: -25px;
    z-index: 999;
    -o-animation: 2.3s small-dot-move infinite running ease-out;
    animation: 2.3s small-dot-move infinite running ease-out;
  }

  @keyframes small-dot-move {
    from {
      top: 3%;
    }
    to {
      top: 75%;
      opacity: 1;
    }
  }
  @-webkit-keyframes small-dot-move {
    from {
      top: 3%;
    }
    to {
      top: 75%;
      opacity: 1;
    }
  }

   /* menu */
	#globalmenu {
		margin: 0;
		width: auto;
		overflow: scroll;
		max-height: 100vh;
		padding: 80px 30px;
		box-sizing: border-box;
	}
	#globalmenu li {
		padding: 15px 0;
        font-size: 16px;
	}
	#globalmenu li a {
		font-size: 16px;
	}

  /* ++++++
top contentsF
+++++++++++ */

  #news {
    position: static;
    display: block;
    width: 85%;
    margin: -140px auto;
  }
  #news .news_tt {
    width: 100%;
    padding: 20px 0 20px 20px;
  }
  #news .news_tt img {
    width: 180px;
    height: 19px;
  }
  #news .news_tt a {
    top: 0;
    left: auto;
    right: 0;
    width: 90px;
    font-size: 10px;
    padding: 20px 0;
    line-height: 19px;
  }
  #news ul {
    width: auto;
    padding: 25px 25px 10px 25px;
  }
  #news ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #news li .cate {
    padding: 4px 0 0;
  }
  #news li .more {
    width: 100%;
    margin-top: 10px;
  }
  #news li.sticky_icon::before {
    top: 0;
    left: -18px;
  }

  /* 共通 */

  h2 {
    font-size: 65px;
  }
  h3 {
    font-size: 22px;
    margin-left: 0;
  }
  .sec_tt {
    width: 80%;
    margin: 0 auto 40px;
  }

  /* about */

  #about {
    margin-top: 80px;
  }
  #about h2 img {
    width: 300px;
    height: auto;
  }
  #about .about_box {
    width: 100%;
    display: block;
    position: relative;
    background: url(../images/about_photo.jpg) no-repeat;
    background-position: center 0;
    background-size: 100% auto;
    padding: 330px 30px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-height: inherit;
  }
  #about .about_box .school {
    width: 90%;
    padding: 30px 30px;
    min-width: inherit;
    min-height: inherit;
    margin: 0 auto;
    top: 13vh;
  }
  #about .about_box .about_img {
    display: none;
  }
  #about .about_box .about_img span {
    display: none;
  }
  #about .about_box .about_img span img {
    display: none;
  }
  #about .about_box .school .sc_tt {
    margin-bottom: 30px;
    letter-spacing: 0.01em;
    font-size: 18px;
  }
  #about .about_box .school .sc_txt {
    font-size: 16px;
  }
  #about .about_box .tokuten {
    position: static;
    display: block;
    margin-top: 60px;
    width: auto;
  }
  #about .about_box .tokuten .tk_box {
    width: auto;
    padding: 30px 20px 38px;
  }
  #about .about_box .tokuten .tk_box:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: -25px;
    left: 15px;
    right: auto;
    margin: auto;
    width: 65px;
    height: 94px;
  }
  #about .about_box .tokuten .box01:before {
    background: url(../images/tokuten01_sp.png) no-repeat;
    background-size: 65px 94px;
  }
  #about .about_box .tokuten .box02:before {
    background: url(../images/tokuten02_sp.png) no-repeat;
    background-size: 65px 94px;
  }
  #about .about_box .tokuten .box03:before {
    background: url(../images/tokuten03_sp.png) no-repeat;
    background-size: 65px 94px;
  }

  #about .about_box .tokuten .box01 {
    z-index: 9001;
  }
  #about .about_box .tokuten .box02 {
    z-index: 9002;
  }
  #about .about_box .tokuten .box03 {
    z-index: 9003;
  }
  #about .about_box .tokuten .tk_box p {
    text-align: left;
    padding-left: 70px;
    font-size: 16px;
  }
  #about .about_box .tokuten .tk_box.box01 {
    width: auto;
  }
  #about .qualification h4 {
    font-size: 20px;
  }

  #about .qualification {
    width: 85%;
    margin: 240px auto 0;
  }
  #about .qualification .sub_tt {
    line-height: 1.8em;
    font-size: 16px;
  }
  #about .qualification .quali_inner {
    padding: 90px 20px 30px;
  }
  #about .qualification .qua_box {
    display: block;
  }
  #about .qualification .qua_box .left {
    width: auto;
  }
  #about .qualification .qua_box .left dt {
    padding: 8px 0 8px 15px;
    font-size: 16px;
  }
  #about .qualification .qua_box .left dd {
    font-size: 15px;
  }
  #about .qualification .qua_box .right img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }

  /* facilities */

  #facilities {
    height: auto;
    background: url(../images/facilities_photo_sp.jpg) no-repeat;
    background-size: 100%;
    background-position: 0 -11%;
  }
  #facilities .faci_tt {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding-top: 60px;
  }
  #facilities .faci_tt h2 {
    margin-left: 0;
  }
  #facilities .faci_tt h2 img {
    width: 200px;
    height: auto;
  }
  #facilities .faci_tt h3 {
    margin-left: 0;
  }
  #facilities .faci_tt .right {
    width: auto;
    margin-top: 20px;
    font-size: 16px;
  }
  #facilities .faci_tt .right p {
    width: auto;
    font-size: 16px;
    margin-bottom: 20px;
  }

  #facilities .faci_box .flight_box h4 {
    text-align: left;
    font-size: 18px;
  }

  #facilities .faci_box {
    position: static;
    padding: 55% 0 0;
    width: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #facilities .flight {
    display: block;
  }
  #facilities .flight .flight_box {
    width: 85%;
    padding: 49px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #facilities .flight .flight_box .icon {
    position: absolute;
    top: 6%;
    left: 10%;
    right: auto;
    width: 50px;
    height: 50px;
    padding-top: 17px;
  }
  #facilities .flight .flight_box.box01 .icon img {
    width: 30px;
    height: auto;
    top: -2px;
  }
  #facilities .flight .flight_box.box02 .icon img {
    width: 30px;
    height: auto;
    top: -2px;
  }
  #facilities .flight_box02 .icon img {
    width: 30px;
    height: 24px;
    top: -4px;
  }
  #facilities .faci_box h4 {
    font-size: 30px;
    margin-bottom: 25px;
    padding-left: 20%;
    text-align: left;
  }
  #facilities .faci_box .flight_box02 h4 {
    margin-bottom: 25px;
    font-size: 18px;
  }
  #facilities .faci_box img {
    width: 100%;
  }
  #facilities .faci_box p {
    margin: 10px 0 20px;
    font-size: 16px;
  }

  #facilities .faci_box .flight_box02 {
    width: 85%;
    height: auto;
    padding: 40px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #facilities .faci_box .flight_box02 .icon {
    position: absolute;
    top: 5%;
    left: 10%;
    width: 50px;
    height: 50px;
    padding-top: 17px;
  }
  #facilities .faci_box .flight_box02 .box_pt {
    position: static;
  }

  /* program */

  #program {
    margin-top: 180px;
  }
  #program h2 img {
    width: 200px;
    height: auto;
  }
  #program h3 {
    margin-bottom: 30px;
  }
    
    
    
    
    #program .program_course_block {
        width: auto;
        margin: 0 20px;
    }
    #program .program_course_block .top_pro_course_box {
        width: calc( 100%/2 - 1% );
    }
    

    

  /* instructor */

  #instructor {
    margin-top: 80px;
  }
  #instructor h2 {
    width: auto;
    margin: 0 0 0 80px;
  }
  #instructor h2 img {
    width: 280px;
    height: auto;
  }
  #instructor .inst_inner h3 {
    width: auto;
    margin: 0 0 0 80px;
  }
  #instructor .inst_box {
    width: 85%;
    margin: 30px auto 0;
  }
  #instructor .inst_box h4 {
    font-size: 18px;
    margin: 0 0 30px 20px;
  }
  #instructor .inst_box .inst_pt {
    position: static;
  }
  #instructor .inst_box .inst_pt img {
    width: 100%;
  }
  #instructor .inst_box .inst_txt {
    width: auto;
    margin: -30px 20px 0;
    padding: 30px;
    font-size: 16px;
  }
  #instructor .inst_box .btn_more {
    position: static;
    text-align: right;
    margin: 30px 20px 0 0;
  }
  #instructor .inst_box .inst_box_txt {
    font-size: 14px;
  }
    
    
  .btn_more a {
    padding: 0 35px 10px 0;
    font-size: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  /* Q & A */

  #qa {
    height: auto;
    display: block;
    background-color: #d9d9d9;

    margin-top: 80px;

    display: flex;
    align-items: center;
    justify-content: center;
  }
  #qa .pc_link {
    display: none;
  }
  #qa .sp_link {
    display: block;
    padding: 11.25%;
  }
  /* sodan */

  #sodan {
    height: auto;
    background: url(../images/sodan_photo_sp.jpg) no-repeat;
    background-size: 100% auto;
    background-position: 0 94%;
    padding: 0 30px 450px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    margin-top: 0;
  }
  #sodan::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    transform: skewY(-13deg);
    transform-origin: top left;
  }

  #sodan .sodan_inner {
    width: auto;
    margin: 0 auto;
  }
  #sodan .sodan_inner::before {
    background-size: 50%;
    bottom: -120px;
    left: -20px;
    margin: auto;
  }
  #sodan .sodan_inner::after {
    top: -10px;
    right: -50px;
    background-size: 132px 143px;
    width: 132px;
    height: 143px;
  }
  #sodan .sodan_inner .sodan_box {
    width: 85%;
    padding-top: 60px;
    margin: 0 auto;
  }
  #sodan .sodan_inner .sodan_box h4 {
    font-size: 22px;
    padding-bottom: 30px;
    padding-left: 5px;
  }
  #sodan .sodan_inner .sodan_box p {
    margin-bottom: 40px;
    font-size: 16px;
    padding-left: 5px;
  }
  #sodan .sodan_inner .sodan_box .sodan_btn a {
    width: 100%;
    font-size: 16px;
    line-height: 1.9;
  }
  #sodan .sodan_image {
    width: 100%;
    border-radius: 30px;
  }
  /* access */

  #access {
    margin-top: 80px;
  }
  #access h2 img {
    width: 180px;
    height: auto;
  }
  #access p {
    width: 80%;
    margin: 30px auto 60px;
    line-height: 1.8em;
    font-size: 16px;
  }
  #access .ac_map {
    width: 90%;
    height: 340px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  /* sns */

  #sns {
    margin-top: 80px;
  }
  #sns h2 img {
    width: 105px;
    height: 42px;
  }
  #sns .sns_inner {
    padding: 80px 0 50px;
  }
  #sns .sns_box {
    display: block;
    width: auto;
    margin: 0 20px;
  }
  #sns .sns_box .box {
    width: auto;
    margin-bottom: 30px;
  }

  /* link */

  #link {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    margin-top: 80px;
  }
  #link h2 {
    line-height: 0.2em;
  }
  #link h2 img {
    width: 100px;
    height: auto;
  }
  #link h3 {
    font-size: 20px;
    color: #fff;
  }
  #link .link_inner {
    display: block;
    width: 60%;
    margin: 0 auto;
    padding-top: 30px;
  }
  #link .link_inner .link_inner-item {
    width: 100%;
    margin-bottom: 15px;
    height: auto;
  }
  #link .link_inner .link_inner-item img {
    width: 100%;
  }

}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (max-width: 716px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img.sp {
    display: inline-block !important;
  }
  .sp-line {
    display: none;
  }
  #wrapper .line {
    width: 250px;
  }
  #wrapper .line div {
    display: none;
  }

  header.full {
    height: 700px;
  }
  header.full::before {
    height: 700px;
    background-image: url(../images/main_sp.jpg);
  }

  header .logo {
    top: 140px;
  }
  header .logo_img img {
    width: 111px !important;
    height: 111px !important;
  }
  header .logo .logo_img {
    width: 111px;
    height: 111px;
    margin-bottom: 10px;
  }
  header h1 {
    margin-top: 20px;
  }
  header h1 img {
    width: 226px;
    height: auto;
  }
  header .logo_sub {
    font-size: 13px;
  }

  header .scroll {
    bottom: 100px;
    right: 16px;
    left: auto;
    height: 217px;
  }
  header .scroll img {
    width: 8px;
    position: absolute;
    left: -37px;
    bottom: 80px;
  }

  header .scroll::before {
    left: -10px;
    bottom: 40px;
  }
  header .scroll::after {
    content: "";
    width: 31px;
    height: 12px;
    background: url(../images/scroll_drone.png) no-repeat;
    position: absolute;
    top: 0;
    left: -25px;
    z-index: 999;
    -o-animation: 2.3s small-dot-move infinite running ease-out;
    animation: 2.3s small-dot-move infinite running ease-out;
  }

  @keyframes small-dot-move {
    from {
      top: 3%;
    }
    to {
      top: 75%;
      opacity: 1;
    }
  }
  @-webkit-keyframes small-dot-move {
    from {
      top: 3%;
    }
    to {
      top: 75%;
      opacity: 1;
    }
  }

 /* menu */
    #globalmenu li {
		font-size: 16px;
	}
	#globalmenu li a {
		font-size: 16px;
	}

  /* ++++++
top contents
+++++++++++ */

  #news {
    position: static;
    display: block;
    width: 93%;
    margin: -140px auto;
  }
  #news .news_tt {
    width: 100%;
    padding: 20px 0 20px 20px;
  }
  #news .news_tt img {
    width: 180px;
    height: 19px;
  }
  #news ul {
    width: auto;
    padding: 25px 24px 10px 24px;
  }
  #news ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #news li .cate {
    padding: 4px 0 0;
  }
  #news li .more {
    width: 100%;
    margin-top: 10px;
  }

  /* 共通 */

  h2 {
    font-size: 65px;
  }
  h3 {
    font-size: 20px;
    margin-left: 0;
  }
  .sec_tt {
    width: 80%;
    margin: 0 auto 40px;
  }

  /* about */

  #about {
    margin-top: 80px;
  }
  #about h2 img {
    width: 300px;
    height: auto;
  }
  #about .about_box {
    width: 100%;
    display: block;
    position: relative;
    background: url(../images/about_photo.jpg) no-repeat;
    background-position: center 0;
    background-size: auto 385px;
    padding: 330px 30px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-height: inherit;
  }
  #about .about_box .school {
    width: 100%;
    padding: 30px 20px;
    min-width: inherit;
    min-height: inherit;
  }
  #about .about_box .about_img {
    display: none;
  }
  #about .about_box .about_img span {
    display: none;
  }
  #about .about_box .about_img span img {
    display: none;
  }
  #about .about_box .school .sc_tt {
    margin-bottom: 30px;
    letter-spacing: 0.01em;
    font-size: 18px;
  }
  #about .about_box .school .sc_txt {
    font-size: 16px;
  }
  #about .about_box .tokuten {
    position: static;
    display: block;
    margin-top: 60px;
    width: auto;
  }
  #about .about_box .tokuten .tk_box {
    width: auto;
    padding: 30px 20px 38px;
  }
  #about .about_box .tokuten .tk_box:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: -25px;
    left: 15px;
    right: auto;
    margin: auto;
    width: 65px;
    height: 94px;
  }
  #about .about_box .tokuten .box01:before {
    background: url(../images/tokuten01_sp.png) no-repeat;
    background-size: 65px 94px;
  }
  #about .about_box .tokuten .box02:before {
    background: url(../images/tokuten02_sp.png) no-repeat;
    background-size: 65px 94px;
  }
  #about .about_box .tokuten .box03:before {
    background: url(../images/tokuten03_sp.png) no-repeat;
    background-size: 65px 94px;
  }

  #about .about_box .tokuten .box01 {
    z-index: 9001;
  }
  #about .about_box .tokuten .box02 {
    z-index: 9002;
  }
  #about .about_box .tokuten .box03 {
    z-index: 9003;
  }
  #about .about_box .tokuten .tk_box p {
    text-align: left;
    padding-left: 70px;
    font-size: 14px;
  }
  #about .about_box .tokuten .tk_box.box01 {
    width: auto;
  }
  #about .qualification h4 {
    font-size: 18px;
  }

  #about .qualification {
    width: auto;
    margin: 140px 20px 0;
  }
  #about .qualification .sub_tt {
    line-height: 1.8em;
    font-size: 15px;
  }
  #about .qualification .quali_inner {
    padding: 90px 20px 30px;
  }
  #about .qualification .qua_box {
    display: block;
  }
  #about .qualification .qua_box .left {
    width: auto;
  }
  #about .qualification .qua_box .left dt {
    padding: 8px 0 8px 15px;
    font-size: 16px;
  }
  #about .qualification .qua_box .left dd {
    font-size: 15px;
  }
  #about .qualification .qua_box .right img {
    width: 100%;
  }

  /* facilities */

  #facilities {
    height: auto;
    background: url(../images/facilities_photo_sp.jpg) no-repeat;
    background-size: 100% 560px;
    background-position: top center;
  }
  #facilities .faci_tt {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding-top: 25px;
  }
  #facilities .faci_tt h2 {
    margin-left: 0;
  }
  #facilities .faci_tt h2 img {
    width: 200px;
    height: auto;
  }
  #facilities .faci_tt h3 {
    margin-left: 0;
  }
  #facilities .faci_tt .right {
    width: auto;
    margin-top: 15px;
    font-size: 14px;
  }
  #facilities .faci_tt .right p {
    width: auto;
    font-size: 15px;
    margin-bottom: 10px;
  }

  #facilities .faci_box .flight_box h4 {
    text-align: left;
    font-size: 18px;
  }

  #facilities .faci_box {
    position: static;
    padding: 210px 30px 0;
    width: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #facilities .flight {
    display: block;
  }
  #facilities .flight .flight_box {
    width: auto;
    padding: 30px;
  }
  #facilities .flight .flight_box .icon {
    position: absolute;
    top: 3%;
    left: 10%;
    right: auto;
    width: 50px;
    height: 50px;
    padding-top: 17px;
  }
  #facilities .flight .flight_box.box01 .icon img {
    width: 30px;
    height: auto;
    top: -2px;
  }
  #facilities .flight .flight_box.box02 .icon img {
    width: 30px;
    height: auto;
    top: -2px;
  }
  #facilities .flight_box02 .icon img {
    width: 30px;
    height: 24px;
    top: -4px;
  }
  #facilities .faci_box h4 {
    font-size: 30px;
    margin-bottom: 25px;
    padding-left: 30%;
    text-align: left;
  }
  #facilities .faci_box .flight_box02 h4 {
    margin-bottom: 25px;
    font-size: 18px;
  }
  #facilities .faci_box img {
    width: 100%;
  }
  #facilities .faci_box p {
    margin: 10px 0 20px;
    font-size: 14px;
  }

  #facilities .faci_box .flight_box02 {
    width: 100%;
    height: auto;
    padding: 30px;
  }
  #facilities .faci_box .flight_box02 .icon {
    position: absolute;
    top: 3%;
    left: 10%;
    width: 50px;
    height: 50px;
    padding-top: 17px;
  }
  #facilities .faci_box .flight_box02 .box_pt {
    position: static;
  }

  /* program */

  #program {
    margin-top: 180px;
  }
  #program h2 img {
    width: 200px;
    height: auto;
  }
  #program h3 {
    margin-bottom: 30px;
  }
    
    
    
    
    
    #program .program_course_block {
        display: block;
        margin: 0 20px;
    }
    #program .program_course_block .top_pro_course_box {
        width: auto;
        padding-bottom: 5%;
        margin-bottom: 20px;
    }
    #program .program_course_block .top_pro_course_box .tt {
        padding: 6% 0;
        font-size: 18px;
    }
    #program .program_course_block .top_pro_course_box .pro_course_txt {
        padding: 6% 0;
        font-size: 14px;
    }
    #program .program_course_block .top_pro_course_box .pro_course_btn a {
        width: 90%;
        margin: 0 auto;
        padding: 3% 0;
    }
    
    
    


  /* instructor */

  #instructor {
    margin-top: 80px;
  }
  #instructor h2 {
    width: auto;
    margin: 0 0 0 8px;
  }
  #instructor h2 img {
    width: 360px;
    height: auto;
  }
  #instructor .inst_inner {
    background-position: top 20% right 20%;
    padding-bottom: 40px;
}
  #instructor .inst_inner h3 {
    width: auto;
    margin: 0 0 0 36px;
  }
  #instructor .inst_box {
    width: auto;
    margin: 30px 20px 0;
  }
    
    #instructor .inst_box .btn_more a {
        margin: 30px auto 0;
    }
    
    

  /* sodan */

  #sodan {
    height: auto;
    background: url(../images/sodan_photo_sp.jpg) no-repeat;
    background-size: 100% auto;
    background-position: 0 94%;
    padding: 0 30px 300px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    margin-top: 0;
  }
  #sodan::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    transform: skewY(-13deg);
    transform-origin: top left;
  }

  #sodan .sodan_inner {
    width: auto;
    margin: 0 auto;
  }
  #sodan .sodan_inner::before {
    background-size: 50%;
    bottom: -120px;
    left: -20px;
    margin: auto;
  }
  #sodan .sodan_inner::after {
    top: -10px;
    right: -50px;
    background-size: 132px 143px;
    width: 132px;
    height: 143px;
  }
  #sodan .sodan_inner .sodan_box {
    width: auto;
    padding-top: 60px;
  }
  #sodan .sodan_inner .sodan_box h4 {
    font-size: 20px;
    padding-bottom: 30px;
    padding-left: 5px;
  }
  #sodan .sodan_inner .sodan_box p {
    margin-bottom: 40px;
    font-size: 16px;
    padding-left: 5px;
  }
  #sodan .sodan_inner .sodan_box .sodan_btn a {
    width: 100%;
    font-size: 16px;
    line-height: 1.9;
    box-sizing: border-box;
  }
  /* Q & A */

  #qa {
    height: auto;
    display: block;
    background-color: #d9d9d9;

    margin-top: 80px;

    display: flex;
    align-items: center;
    justify-content: center;
  }
  #qa .pc_link {
    display: none;
  }
  #qa .sp_link {
    display: block;
    padding: 5.625% 11.25%;
  }
  /* access */

  #access {
    margin-top: 80px;
  }
  #access h2 img {
    width: 180px;
    height: auto;
  }
  #access p {
    width: 80%;
    margin: 30px auto 60px;
    line-height: 1.8em;
    font-size: 16px;
  }
  #access .ac_map {
    width: 92%;
    height: 340px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  /* sns */

  #sns {
    margin-top: 80px;
  }
  #sns h2 img {
    width: 105px;
    height: 42px;
  }
  #sns .sns_inner {
    padding: 80px 0 50px;
  }
  #sns .sns_box {
    display: block;
    width: auto;
    margin: 0 20px;
  }
  #sns .sns_box .box {
    width: auto;
    margin-bottom: 30px;
  }

  /* link */

  #link {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    margin-top: 80px;
  }
  #link h2 {
    line-height: 0.2em;
  }
  #link h2 img {
    width: 100px;
    height: auto;
  }
  #link h3 {
    font-size: 20px;
    color: #fff;
  }
  #link .link_inner {
    display: block;
    width: auto;
    margin: 0 20px;
    padding-top: 30px;
  }
  #link .link_inner .link_inner-item {
    width: 100%;
    margin-bottom: 15px;
    height: auto;
  }
  #link .link_inner .link_inner-item img {
    width: 100%;
  }

}
