@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&subset=japanese");
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
}

a[href], label[for], button, input[type="button"], input[type="submit"], input[type="reset"], input[type="image"], input[type="radio"], input[type="checkbox"], select {
  cursor: pointer;
}

a[href^="tel:"] {
  cursor: default;
}

input[type="text"], input[type="tel"], input[type="email"] {
  outline: none;
  width: 100%;
  height: 40px;
  background: none;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 5px;
}

select {
  outline: none;
  background: transparent;
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  outline: none;
  width: 100%;
  height: 100px;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 5px;
}

.form button, .form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  text-shadow: none;
}

.form button:hover, .form input[type="submit"]:hover {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

label {
  cursor: pointer;
}

input[type="radio"], input[type="checkbox"] {
  display: none;
}

input[type="radio"]:checked + span:after, input[type="radio"]:checked + input + span:after, input[type="checkbox"]:checked + span:after, input[type="checkbox"]:checked + input + span:after {
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

label span {
  position: relative;
  padding: 0 0 0 22px;
}

label span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid #ccc;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin: auto 0;
}

label span:after {
  content: '';
  opacity: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  display: block;
  margin: auto;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

label input[type="radio"] + span:before, label input[type="radio"] + input + span:before, label input[type="radio"] + span:after, label input[type="radio"] + input + span:after {
  border-radius: 50%;
}

label input[type="radio"] + span:after, label input[type="radio"] + input + span:after {
  left: 4px;
  width: 8px;
  height: 8px;
  background: #ccc;
}

label input[type="checkbox"] + span:after, label input[type="checkbox"] + input + span:after {
  top: 0;
  bottom: 2px;
  left: 5px;
  width: 6px;
  height: 10px;
  background: none;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

@media only screen and (max-width: 767px) {
  .custombtn label span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0;
  }
  .custombtn label span:before, .custombtn label span:after {
    z-index: -1;
  }
  .custombtn label span:after {
    display: none;
  }
  .custombtn label input[type="radio"] + span:before, .custombtn label input[type="radio"] + input + span:before, .custombtn label input[type="radio"] + span:after, .custombtn label input[type="radio"] + input + span:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    border-radius: 5px;
  }
  .custombtn label input[type="checkbox"] + span:before, .custombtn label input[type="checkbox"] + input + span:before, .custombtn label input[type="checkbox"] + span:after, .custombtn label input[type="checkbox"] + input + span:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    border-radius: 5px;
  }
  .custombtn label input[type="checkbox"] + span:after, .custombtn label input[type="checkbox"] + input + span:after {
    border: none;
    background: #ccc;
    -webkit-transform: none;
    transform: none;
  }
  label input[type="radio"]:checked + span:before, label input[type="radio"]:checked + input + span:before, .custombtn label input[type="checkbox"]:checked + span:before, .custombtn label input[type="checkbox"]:checked + input + span:before {
    background-color: #ccc;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: white;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  color: #292929;
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  min-width: 1100px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
    font-size: 1.3rem;
  }
}

/*-------------------------
  innerWrap/
-------------------------*/
.innerWrap {
  width: 1100px;
  margin: 0 auto;
}

@media only screen and (max-width: 1140px) {
  .innerWrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  container
-------------------------*/
#container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
}

/*-------------------------
  ROLL OVER
-------------------------*/
.ro {
  transition: all 0.25s linear;
}

.ro:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

.ro:hover img {
  opacity: 1;
}

.ro a:hover, .ro a:hover img {
  transition: none;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .ro:hover,
  .ro a:hover,
  .ro a:hover img {
    opacity: 1;
  }
}

/*-------------------------
  pcCont/spCont
-------------------------*/
img.pcCont {
  display: inline-block;
}

.sp, .spCont {
  display: none;
}

#spMenuOverlay, #spMenu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc, .pcCont, img.pcCont {
    display: none;
  }
  .sp, .spCont {
    display: block;
  }
}

/*-------------------------
  COMMONS
-------------------------*/
.bold, strong {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  clear: both;
}

button {
  cursor: pointer;
  outline: none;
}

.fBox {
  display: flex;
}

svg {
  fill: currentColor;
}

.preload * {
  transition: none !important;
}

.ofi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

img {
  -webkit-backface-visibility: hidden;
}

.slider {
  opacity: 0;
  transition: opacity .3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■parts
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  hd
-------------------------*/
.hd01 {
  text-align: center;
  position: relative;
  font-size: 0;
  margin-bottom: 68px;
}

.hd01 h3 {
  display: inline-block;
  position: relative;
  padding: 0 120px;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  z-index: 0;
}

.hd01 h3 .en {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -107px;
  z-index: -1;
}

.hd01 .balloon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -73px 0 0 122px;
}

@media only screen and (max-width: 767px) {
  .hd01 {
    padding-top: 110px;
    margin-bottom: 42px;
  }
  .hd01 h3 {
    padding: 0 !important;
    font-size: 2.1rem;
  }
  .hd01 h3 .en {
    margin-top: 0 !important;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .hd01 h3 .en img {
    width: auto;
    height: 122px;
  }
  .hd01 .balloon {
    padding-left: 10px;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/*-------------------------
  btn
-------------------------*/
.btn01 {
  margin: 0 auto;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.44444;
  letter-spacing: 0.075em;
  max-width: 420px;
}

.btn01 .wrap {
  overflow: hidden;
  position: relative;
  background: #000;
  display: block;
  z-index: 0;
  padding: 24px 10px;
  min-width: 420px;
}

.btn01 .wrap:before, .btn01 .wrap:after {
  content: "";
  display: block;
  position: absolute;
}

.btn01 .wrap:before {
  transition: all 0.25s linear;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.25;
  z-index: 1;
}

.btn01 .wrap:after {
  width: 28px;
  height: 10px;
  background: url(../img/prospective/ico_arrow02.png) no-repeat;
  background-size: auto 10px;
  right: 12px;
  top: 50%;
  margin-top: -5px;
  z-index: 2;
}

.btn01 .wrap:hover:before {
  left: 0;
}

.btn01 .wrap.green {
  background: #9ede5a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#9ede5a), to(#7ac253));
  background: linear-gradient(to right, #9ede5a 0%, #7ac253 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ede5a', endColorstr='#7ac253',GradientType=1 );
  /* IE6-9 */
  color: #fff;
}

.btn01 .wrap.green:after {
  background-image: url(../img/prospective/ico_arrow01.png);
}

.btn01 .wrap.blue {
  background: #53a8ff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#53a8ff), color-stop(44%, #1683f3));
  background: linear-gradient(to right, #53a8ff 0%, #1683f3 44%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53a8ff', endColorstr='#1683f3',GradientType=1 );
  /* IE6-9 */
  color: #fff;
}

.btn01 .wrap.blue:after {
  background-image: url(../img/prospective/ico_arrow01.png);
}

.btn01 .wrap.purple {
  background: #a270d4;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#a270d4), to(#8359bd));
  background: linear-gradient(to right, #a270d4 0%, #8359bd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a270d4', endColorstr='#8359bd',GradientType=1 );
  /* IE6-9 */
  color: #fff;
}

.btn01 .wrap.purple:after {
  background-image: url(../img/prospective/ico_arrow01.png);
}

.btn01 .wrap.green02 {
  background: #cbf5b5;
  /* Old browsers */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#cbf5b5), color-stop(44%, #afe9b3));
  background: linear-gradient(to right, #cbf5b5 0%, #afe9b3 44%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbf5b5', endColorstr='#afe9b3',GradientType=1 );
  /* IE6-9 */
}

.btn01 .wrap.blue02 {
  background: #cde6ff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#cde6ff), color-stop(44%, #b0c8ff));
  background: linear-gradient(to right, #cde6ff 0%, #b0c8ff 44%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde6ff', endColorstr='#b0c8ff',GradientType=1 );
  /* IE6-9 */
}

@media only screen and (max-width: 767px) {
  .btn01 {
    font-size: 1.4rem;
    max-width: inherit;
  }
  .btn01 .wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    min-width: inherit;
  }
  .btn01 .wrap:before {
    content: none;
  }
  .btn01 .wrap:after {
    width: 15px;
    height: 6px;
    background-size: 15px auto;
    right: 10px;
    margin-top: -2.5px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding: 20px 32px 20px 38px;
  height: 74px;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
    #header {
    padding: 0 10px 0 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 52px;
  }
}

#header p{
  width: 236px;
}
@media only screen and (max-width: 767px) {
   #header p{
    width: 143px;
  }
}
#header p a{
  display: block;
  width: 100%;
}
#header p a img{
  display: block;
  width: 100%;
  height: auto  ;
} 

.header_sns{
  display: flex;
  column-gap: 19px;
}
@media only screen and (max-width: 767px) {
  .header_sns{
    column-gap: 14px;
  }
}
.header_sns li{
  width: 36px;
}
@media only screen and (max-width: 767px) {
  .header_sns li{
    width: 28px;
  }
}
.header_sns li a{
  width: 100%;
}
.header_sns li a img{
  display: block;
  width: 100%;
  height: auto;
}





/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer .fix_btn {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 500;
}

#footer .fix_btn .wrap {
  font-size: 2.1rem;
  min-width: 310px;
  height: 86px;
  padding-top: 29px;
  border-radius: 4px 0 0 0;
}

#footer .fix_btn .wrap:after {
  content: none;
}

#footer .inner {
  text-align: center;
  padding: 73px 20px 50px;
}

#footer .inner .logo {
  margin-bottom: 30px;
}

#footer .inner .address {
  margin-bottom: 26px;
  letter-spacing: 0.05em;
}

#footer .inner .btn a {
  border: 1px solid #000;
  border-radius: 4px;
  max-width: 490px;
  margin: 0 auto;
  padding: 15px;
  display: block;
  letter-spacing: 0.075em;
  font-weight: bold;
}

#footer .bottom {
  background: #2b3433;
  padding: 20px 50px;
  color: #fff;
  overflow: hidden;
  letter-spacing: 0.05em;
}

#footer .bottom p {
  float: left;
}

#footer .bottom .link {
  margin-right: 40px;
  font-size: 1.4rem;
}

#footer .bottom .copyright {
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  #footer .fix_btn {
    width: 100%;
    border-radius: 0;
  }
  #footer .fix_btn .wrap {
    font-size: 1.8rem;
    min-width: inherit;
    /*height: 70px;
    padding-top: 25px;*/
    height:50px;
    padding-top: 12px;
    border-radius: 0;
  }
  #footer .inner {
    padding: 60px 25px 36px;
  }
  #footer .inner .logo img {
    width: auto;
    height: 30px;
  }
  #footer .inner .address {
    margin-bottom: 24px;
  }
  #footer .inner .btn a {
    padding: 12px;
  }
  #footer .bottom {
    padding: 20px 20px 85px;
  }
  #footer .bottom p {
    float: none;
  }
  #footer .bottom .link {
    margin: 0 0 5px 0;
    font-size: 1.2rem;
  }
  #footer .bottom .copyright {
    font-size: 1rem;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■content
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.content {
  position: relative;
}

.read_txt {
  text-align: center;
  margin-bottom: 67px;
}

@media only screen and (max-width: 767px) {
  .read_txt {
    margin-bottom: 23px;
  }
}

/*-------------------------
youtube
-------------------------*/
.youtube {
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /*background: #000;*/
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

ul.movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.movie li {
  width: 455px;
  margin: 0 25px 66px;
  text-align: center;
}

ul.movie li .txt {
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-top: 16px;
}

ul.movie li .txt .sub,
#experience_sec .faci .sub{
  display: inline-block;
  font-weight: bold;
  background: #afe9b3;
  padding: 5px 15px 5px;
  vertical-align: middle;
  margin-right: 17px;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 3px;
}
#experience_sec .faci .sub {
	color:#274573;
}

ul.movie li .txt .sub.sub02,
#experience_sec .faci .sub02{
  background: #b0c8ff;
}

ul.movie li .txt span.desc{
  font-size: 1.4rem;
  line-height: 1.875 !important;
  display:block;
}


@media only screen and (max-width: 767px) {
  ul.movie {
    margin-left: -6px;
    margin-right: -6px;
  }
  ul.movie li {
    width: 50%;
    padding: 0 6px;
    margin: 0 0 20px;
  }
  ul.movie li .txt {
    font-size: 1.2rem;
    margin-top: 8px;
  }
  ul.movie li .txt .sub{
    margin: 0 0 2px 0;
    font-size: 1.1rem;
    padding: 4px 10px;
  }
  #experience_sec .faci .sub{
    margin: 0 5px 0 0;
    font-size: 1.3rem;
    padding: 4px 10px;
  }
  ul.movie li .txt span.desc{
  font-size: 1.0rem;
}

}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■top_txt
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.top_txt{
  text-align: center;
  padding: 26px 10px 21px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 768px) {
  .top_txt{
      text-align: center;
      padding: 16px 10px 12px;
  }
}
.top_txt h1{
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top_txt h1{
    font-size: 2rem;
  }
}
.top_txt p{
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .top_txt p{
    font-size: 1.2rem;
    margin-top: 0px;
  }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■main_vs
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_vs {
  height: 578px;
  background-size: cover;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main_vs {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .mv_inner {
    height: 390px;
  }
}

#main_vs img {
  width: 100%;
  height: 578px;
  vertical-align: bottom;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  #main_vs img {
    height: 390px;
  }
}

.slider {
    margin: 0;
    padding: 0;
}
.slick-slide {
    height: auto; 
}
.slick-slide img {
    transition: none !important;
    transform: none !important;
}

.pc_slide {
    display: block;
}
.sp_slide {
    display: none;
}
@media screen and (max-width: 768px) {
    .pc_slide {
      display: none;
    }
    .sp_slide {
      display: block; 
    }
}

/* mv中のリンク */
.mv_link{
  display: flex;
  column-gap: 40px;
  max-width: 1060px;
  padding: 0 40px;
  position: absolute;
  bottom: 43px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .mv_link{
    margin-top: 20px;
    margin-bottom: 30px;
    row-gap: 12px;
    flex-direction: column;
    padding: 0 25px;
    position: static;
    transform: translateX(0%);
  }
}

.mv_link a{
  min-width: 470px;
  min-height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  padding: 4px 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv_link a{
    width: 100%;
    min-width: auto;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    padding: 4px 10px;
  }
}

.mv_link a::after{
  content: "";
  display: block;
  width: 29px;
  height: 10px;
  background: url(../img/prospective/arrow_white.png) no-repeat center;
  background-size: cover; 
  position: absolute;
  top: 54%;
  right: 24px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .mv_link a::after{
    width: 20px;
    height: 7px;
    top: 54%;
    right: 13px;
  }
}

.mv_link a.color_blue{
  background-image: -moz-linear-gradient( 0deg, rgb(148,111,217) 0%, rgb(122,83,194) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(148,111,217) 0%, rgb(122,83,194) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(148,111,217) 0%, rgb(122,83,194) 100%);
}

.mv_link a.color_green{
  background-image: -moz-linear-gradient( 0deg, rgb(134,195,69) 0%, rgb(91,174,46) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(134,195,69) 0%, rgb(91,174,46) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(134,195,69) 0%, rgb(91,174,46) 100%);
}

.mv_link a span{
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  transition: opacity 0.25s linear;
}
@media screen and (max-width: 768px) {
    .mv_link a span{
      font-size: 1.6rem;
  }
}

.mv_link a:hover span{
    opacity: .8;
    transition: all 0.25s linear;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■nav
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
nav.anchor {
  border-bottom: 1px solid #a5d2a7;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  nav.anchor {
    border-bottom: none;
    line-height: 1.30769;
  }
}

nav.anchor ul {
  max-width: 1066px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #a5d2a7;
}
@media only screen and (max-width: 767px) {
  nav.anchor ul {
    border-right: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}


nav.anchor ul li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-left: 1px solid #a5d2a7;
  width: 200px;
}


nav.anchor ul li:nth-of-type(1){
  width: 210px;
}
@media only screen and (max-width: 767px) {
  nav.anchor ul li:nth-of-type(1){
     width: 50%;
  }
}

nav.anchor ul li:nth-of-type(2){
  width: 250px;
}
@media only screen and (max-width: 767px) {
  nav.anchor ul li:nth-of-type(2){
    width: 50%;
  }
}

nav.anchor ul li:nth-of-type(1) a img{
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  nav.anchor ul li:nth-of-type(1) a img{
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  nav.anchor ul li {
    width: 50%;
    border-left: none;
    border-bottom: 1px solid #a5d2a7;
  }
  nav.anchor ul li:nth-of-type(2n) {
    border-left: 1px solid #a5d2a7;
  }
}


nav.anchor ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 13px 10px 30px;
  background: url(../img/prospective/ico_anchor01.png) no-repeat center bottom 7px;
  background-size: auto 9px;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
@media only screen and (max-width: 767px) {
  nav.anchor ul li a {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      align-items: center;
      text-align: left;
      padding: 5px 35px 5px 11px;
      min-height: 50px;
      background-position: right 9px center;
      background-size: 12px auto;
      flex-direction: row;
  }

}

nav.anchor ul li a:hover {
  background-position: center bottom 7px;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
@media only screen and (max-width: 767px) {
  nav.anchor ul li a:hover {
    background-position: right 20px center;
  }
}

nav.anchor ul li a img{
  width: 48px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  nav.anchor ul li a img{
    width: 37px;
  }
}

nav.anchor ul li a span{
  display: inline-block;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  nav.anchor ul li a span{
    display: inline-block;
    margin-top: 0;
    margin-left: 8px;
  }
}


@media only screen and (min-width: 768px) {
  #nav_wrap .anchor {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  #nav_wrap {
    background: #fff;
  }
  #nav_wrap .hd {
    text-align: center;
    font-weight: bold;
    padding: 19px;
    border-top: 1px solid #a5d2a7;
    border-bottom: 1px solid #a5d2a7;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    line-height: 1;
    color: #2f6458;
    background: url(../img/prospective/sp/ico_plus.png) no-repeat right 20px center;
    background-size: 16px auto;
    height: 54px;
  }
  #nav_wrap .hd.active {
    background-image: url(../img/prospective/sp/ico_minus.png);
  }
  #nav_wrap .anchor {
    display: none;
  }
  #nav_wrap.fix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 300;
  }
  #container.pt {
    padding-top: 54px;
  }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■intro_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#intro_sec {
  text-align: center;
  padding: 92px 0 115px;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
  position: relative;
  z-index: 0;
}
#intro_sec a {
	font-weight: bold;
	color: #325a96;
	text-decoration: underline;
}

/*#intro_sec:before {
  content: "";
  display: block;
  background: url(../img/mes_en.png) no-repeat;
  width: 439px;
  height: 213px;
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: 113px;
  z-index: -1;
}

#intro_sec .movie {
  margin: 165px auto 0;
  max-width: 1240px;
  padding: 0 20px;
}

#intro_sec .movie .inner {
  border: 1px solid #255a4e;
  padding: 0 50px 50px;
  z-index: 0;
  position: relative;
}

#intro_sec .movie .inner:before {
  content: "";
  display: block;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border: 1px solid #255a4e;
  z-index: -1;
  position: absolute;
  top: 12px;
  left: 12px;
}

#intro_sec .movie .ttl {
  position: relative;
  top: -26px;
  text-align: center;
  font-size: 0;
  margin-bottom: 17px;
}

#intro_sec .movie .ttl span {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: inline-block;
  background: #fff;
  padding: 0 125px;
}

#intro_sec .movie .youtube {
  border: 1px solid #dbdbdb;
  max-width: 966px;
  margin: 0 auto;
}*/

@media only screen and (max-width: 767px) {
  #intro_sec {
    padding: 60px 0 55px;
    font-size: 1.5rem;
  }
  /*#intro_sec:before {
    background-size: 200px auto;
    width: 200px;
    top: 4px;
    margin-left: 10px;
  }
  #intro_sec .movie {
    margin-top: 60px;
  }
  #intro_sec .movie .inner {
    padding: 0 25px 30px;
  }
  #intro_sec .movie .inner:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
  }
  #intro_sec .movie .ttl {
    top: -19px;
    margin-bottom: 0;
  }
  #intro_sec .movie .ttl span {
    font-size: 2rem;
    padding: 0 25px;
  }*/
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■about_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#about_sec {
  margin-top: 73px;
}
@media only screen and (max-width: 767px) {
    #about_sec {
      margin-top: 36px;
  }
}

@media only screen and (max-width: 767px) {
  #about_sec .sec_title .img{
    width: 44px;
  }
}

@media only screen and (max-width: 767px) {
  #about_sec .sec_title .jp{
    margin-top: 1px;
  }
}

#about_sec .sec_title .en{
  color: #934cc7;
}
@media only screen and (max-width: 767px) {
  #about_sec .sec_title .en{
    margin-bottom: 0;
  }
}

.about_sec_inner{
    margin-top: 18px;
    background: #2F6458 url(../img/prospective/about_bg.png) center top;
    padding: 100px 0 76px;
}
@media only screen and (max-width: 767px) {
  .about_sec_inner{
    margin-top: 17px;
    padding: 45px 0 47px;
  }
}

#about_sec .hd01 {
  color: #fff;
  margin-bottom: 40px;
}

#about_sec .hd01 h3 {
  padding: 0 100px;
}

#about_sec .hd01 .en {
  margin-top: -87px;
}

#about_sec .hd01 .balloon {
  margin-left: 178px;
}

#about_sec .youtube {
  max-width: 960px;
  margin: 0 auto;
}
#about_sec .movie li p {color:#fff;}


@media only screen and (max-width: 767px) {
  #about_sec .hd01 {
    padding-top: 120px;
    margin-bottom: 34px;
  }
  #about_sec ul.movie li img {
    width: 100%;
    height: auto;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■prof_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#prof_sec {
  text-align: center;
  /*padding: 92px 0 115px;*/
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
  position: relative;
  z-index: 0;
}
#prof_sec .movie_cont {
  margin: 120px auto 0;
  max-width: 1240px;
  padding: 0 20px;
}

#prof_sec .movie_cont .inner {
  border: 1px solid #255a4e;
  /*padding: 0 50px 50px;*/
  padding:70px 0 10px 0;
  z-index: 0;
  position: relative;
}

#prof_sec .movie_cont .inner:before {
  content: "";
  display: block;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border: 1px solid #255a4e;
  z-index: -1;
  position: absolute;
  top: 12px;
  left: 12px;
}
#prof_sec .movie_cont .hd01 {
	margin-bottom:20px;
}
#prof_sec .movie_cont .youtube {
  border: 1px solid #dbdbdb;
  max-width: 966px;
  margin: 0 auto;
}
#prof_sec ul.movie li{
	margin: 0 20px 60px;
}
#prof_sec ul.movie li p.txt {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  font-weight: 800;
  color:#255a4e;
}
#prof_sec ul.movie li p.txt:before,
#prof_sec ul.movie li p.txt:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: #255a4e;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
#prof_sec ul.movie li p.txt:before {
  left:0;
}
#prof_sec ul.movie li p.txt:after {
  right: 0;
}

@media only screen and (max-width: 767px) {
  #prof_sec {
    padding: 0 0 20px;
    font-size: 1.5rem;
  }
  #prof_sec .movie_cont {
    margin-top: 60px;
    padding: 0;
  }
  #prof_sec .movie_cont .inner {
    /*padding: 0 25px 30px;*/
    padding: 30px 25px 10px;
  }
  #prof_sec .movie_cont .inner:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
  }
  #prof_sec .movie_cont .hd01 {
	padding-top:20px;
	margin-bottom:42px;
  }
  #prof_sec ul.movie li{
	margin: 0 0 20px;
	width:80%;
  }
  #prof_sec ul.movie li p.txt{
  margin-top:16px;
  }
  #prof_sec ul.movie li p.txt:before,
  #prof_sec ul.movie li p.txt:after {
  width: 30px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■faculty_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#faculty_sec {
  /*padding-top: 170px;*/
  background:#36588B url(../img/prospective/fac_bg.png) center top;
  /*background: #e6f1fd;*/
  padding: 115px 0 25px;
}
#faculty_sec h3 {
	color:#fff;
}
#faculty_sec ul.movie li {
  margin-bottom: 45px;
}
#faculty_sec ul.movie li .txt {
	color:#fff;
}
#faculty_sec ul.movie li .txt .sub {
	color:#274573;
}
#faculty_sec ul.movie li img{
  width: 100%;
  height: auto;
}

#faculty_sec ul.movie li .keyword {
  margin-top: 4px;
  font-size: 1.3rem;
  color: #fff;
}
#faculty_sec ul.movie + .btn01 {
  margin-bottom: 100px;
}

#faculty_sec ul.movie + .btn01.mb0 {
  margin-bottom: 0;
}
#faculty_sec .hd01 h3 {
	padding: 0 200px;
}

@media only screen and (max-width: 767px) {
  #faculty_sec {
    margin-top: 0;
   /* padding-top: 50px;*/
   padding-top: 32px;
    margin-bottom: 0 !important;
  }
  #faculty_sec ul.movie li {
    margin-bottom: 30px;
  }
  #faculty_sec ul.movie li .keyword {
    font-size: 1.1rem;
    line-height: 1.6;
  }  
  #faculty_sec ul.movie + .btn01 {
    margin-bottom: 50px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■facility_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#facility_sec {
  padding: 100px 0 50px;
  text-align: center;
  background: #a6d296;
}

#facility_sec .map_area {
  position: relative;
}

/*#facility_sec .img {
  padding-left: 20px;
}*/

#facility_sec .link li {
  position: absolute;
  height: 65px;
  left: 50%;
  bottom: 0;
}

#facility_sec .link .facility01 {
  bottom: 220px;
  margin-left: 150px;
}

#facility_sec .link .facility02 {
  top: 180px;
  margin-left: -220px;
}

#facility_sec .link .facility03 {
  top: 80px;
  margin-left: 260px;
}

#facility_sec .link .facility04 {
  top: 367px;
  margin-left: -259px;
}

#facility_sec .link .facility05 {
  top: 160px;
  margin-left: -60px;
}

#facility_sec .link .facility06 {
  bottom: 330px;
  margin-left: 280px;
}

#facility_sec .link .facility07 {
  top: 170px;
  margin-left: 110px;
}

#facility_sec .link .facility08 {
  top: 30px;
 margin-left: 170px;
}

#facility_sec .hidden {
  display: none;
}

@media only screen and (max-width: 767px) {
  #facility_sec {
    padding-top: 35px;
    margin-bottom: 10px;
  }
  #facility_sec .map_area {
    position: static;
  }
  #facility_sec .img {
    padding-left: 0;
    margin: 0 -10px;
  }
  #facility_sec .img img {
    width: 100%;
    height: auto;
  }
  #facility_sec .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 32px;
  }
  #facility_sec .link li {
    height: auto;
    position: static;
    margin: 0 0 5px 0 !important;
    width: calc(50% - 2.5px);
  }
  #facility_sec .link li a {
    display: block;
    background: url(../img/prospective/ico_arrow05.png) no-repeat right 14px center #cff2d1;
    background-size: 6px auto;
    height: 100%;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.025em;
    padding: 10px 20px 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-height: 48px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■institute_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#institute_sec {
  padding: 100px 0 70px;
  /*background: url(../img/inst_bg.png) center top;*/
  background: #fffde8;
}

#institute_sec .hd01 {
  margin-bottom: 39px;
}

@media only screen and (max-width: 767px) {
  #institute_sec {
    padding: 32px 0 45px;
    /*margin-bottom: 25px;*/
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■experience_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#experience_sec {
  background:#E1F3DB url(../img/prospective/exp_bg.png) center top;
  /*background: #f0fcec;*/
  padding: 115px 0 25px;
}

#experience_sec .hd01 {
  margin-bottom: 36px;
}

#experience_sec .hd01 h3 {
  padding: 0 150px;
  font-size: 3rem;
}

#experience_sec .hd01 h3 .en {
  margin-top: -88px;
}

#experience_sec .read_txt{
	margin-bottom: 30px;
}

#experience_sec .list {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#experience_sec .list:after {
  content: "";
  display: block;
  width: 300px;
}

#experience_sec .list li {
  width: 300px;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 48px;
}

#experience_sec .list li .img {
  line-height: 1;
  margin-bottom: 17px;
}
#experience_sec .list li .youtube {
  margin-bottom: 17px;
}

#experience_sec .list li .img img {
  width: 100%;
  height: auto;
}
#experience_sec .list li .ro:hover .img img {
  opacity: .8;
}

#experience_sec .list li .catch {
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.41176;
  margin-bottom: 6px;
}
#experience_sec .list li .txt span {
  font-size: 1.3rem;
}

/* 並び変更2022/10 */

#experience_sec .hd_ttl {
	max-width: 960px;
	margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;	
}
#experience_sec .hd_ttl .dept{
	font-weight: bold;
	color:#274573;
}
#experience_sec .block {
	background:rgba(255,255,255,0.45);
	margin-bottom:40px;
	padding-top:48px;
}

@media only screen and (max-width: 767px) {
  #experience_sec {
    padding: 32px 0 25px;
  }
  #experience_sec .hd01 h3 {
    font-size: 2.3rem;
  }
  #experience_sec .list {
    margin-top: -0px;
  }
  #experience_sec .list:after {
    content: none;
  }
  #experience_sec .list li {
    width: calc(50% - 3px);
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  #experience_sec .list li .img {
    margin-bottom: 8px;
  }
  #experience_sec .list li .catch {
    font-size: 1.4rem;
    margin-bottom: 3px;
  }
  #experience_sec .list li .txt span {
  font-size: 1.0rem;
  }
  #experience_sec .list li:nth-child(4),
  #experience_sec .list li:nth-child(9){
  	margin-left:0;
  }
  #experience_sec .list li:nth-child(5),
  #experience_sec .list li:nth-child(10){
  	margin-right:0;
  }
	#experience_sec .innerWrap{
	padding-left: 0;
	padding-right: 0;
	}
	#experience_sec .block {
	padding: 20px 20px 0 20px;	
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■library_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#library_sec {
  padding: 56px 0 0;
}

#library_sec .bnr {
  text-align: center;
  line-height: 1;
  margin-bottom: 98px;
}

#library_sec .bnr span {
  display:block;
  padding-top:20px;
}

#library_sec ul li {
	margin-bottom:0;
}

@media only screen and (max-width: 767px) {
  #library_sec {
    /*padding: 33px 0 0;*/
    padding: 45px 0 0;
  }
  #library_sec .bnr {
    margin-bottom: 45px;
  }
  #library_sec .bnr img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■applicants_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#applicants_sec {
  padding: 119px 0 14px;
  /*margin-bottom: 101px;*/
  margin-bottom: 0;
 background:#F8F8F8 url(../img/prospective/apl_bg.png) center top;
  /*background: #fef8fa;*/
}
#applicants_sec .hd01 {
margin-bottom:14px;
}
#applicants_sec .hd01 h3 {
  font-size: 3.6rem;
  padding: 0 175px;
}

#applicants_sec ul.movie li {
  /*margin: 0;
  width: 594px;*/
  
}

#applicants_sec .txt {
  font-size: 2rem;
  margin-top: 17px;
}

@media only screen and (max-width: 767px) {
  #applicants_sec {
    padding-top: 68px;
  }
  #applicants_sec .hd01 {
    padding-top: 0;
  }
  #applicants_sec .hd01 h3 {
    font-size: 2.4rem;
  }
  #applicants_sec ul.movie li {
    /*width: 100%;*/
  }
  #applicants_sec .txt {
    font-size: 1.6rem;
    margin-top: 13px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■news_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#news_sec {
  padding-bottom: 78px;
  background:#F8F8F8 url(../img/prospective/apl_bg.png) center top;

}

#news_sec h3 {
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  padding-top: 48px;
  background: url(../img/prospective/news_ico_ttl.png) no-repeat center top;
  background-size: 34px auto;
  margin-bottom: 63px;
}

#news_sec .news_wrap {
  margin-bottom: 75px;
}

#news_sec .news_wrap .btn01 {
  margin-top: 45px;
  width: 360px;
  letter-spacing: 0.05em;
}

#news_sec .news_wrap .btn01 .wrap {
  border: 1px solid #292929;
  background: none;
  font-size: 1.6rem;
  min-width: inherit;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: normal;
}

#news_sec .news_wrap .btn01 .wrap:after {
  background-image: url(../img/prospective/ico_arrow03.png);
}

#news_sec .newsblock {
  border-top: 1px solid #292929;
  max-width: 960px;
  margin: 0 auto;
}

#news_sec .newsblock li {
  border-bottom: 1px solid #292929;
}

#news_sec .newsblock li a {
  display: block;
  background: url(../img/prospective/ico_arrow04.png) no-repeat right 26px center;
  background-size: 7px auto;
  padding: 18px 45px 18px 0;
  transition: all 0.25s linear;
}

#news_sec .newsblock li a:hover {
  transition: all 0.25s linear;
  opacity: 0.75;
}

#news_sec .newsblock li.important a {
  padding-left: 40px;
  position: relative;
}

#news_sec .newsblock li.important a:before {
  content: "";
  display: block;
  background: url(../../../img/prospective/news/ico_important.png) no-repeat;
  background-size: 32px auto;
  width: 32px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 24px;
}

#news_sec ul.btn01 {
  max-width: 887px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#news_sec h4 {
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	margin: 50px 0 25px;
}
@media only screen and (max-width: 767px) {
  #news_sec {
    /*margin-bottom: 50px;*/
    padding-bottom:45px;
  }
  #news_sec h3 {
    font-size: 1.8rem;
    padding-top: 36px;
    background-size: 30px auto;
    margin-bottom: 25px;
  }
  #news_sec .news_wrap {
    margin-bottom: 45px;
  }
  #news_sec .news_wrap .btn01 {
    margin-top: 25px;
    width: 70%;
  }
  #news_sec .news_wrap .btn01 .wrap {
    font-size: 1.4rem;
  }
  #news_sec .newsblock {
    font-size: 1.2rem;
  }
  #news_sec .newsblock li a {
    background-position: right 5px center;
    background-size: 6px auto;
    padding: 10px 23px 10px 0;
  }
  #news_sec .newsblock li.important a:before {
    top: 12px;
  }
  #news_sec ul.btn01 {
    margin: 0;
    display: block;
  }
  #news_sec ul.btn01 li {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  #news_sec ul.btn01 li:last-of-type {
    margin-bottom: 0;
  }
  #news_sec h4 {
	font-size: 1.6rem;
}

}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■campus_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#campus_sec {
  padding: 68px 0 80px;
  background: url(../img/prospective/cam_bg.png) center top;
  color: #fff;
  position: relative;
  z-index: 0;
}

#campus_sec:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/prospective/cam_img.jpg) no-repeat;
  background-size: cover;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#campus_sec .btn01 .wrap {
  padding-top: 19px;
  padding-bottom: 19px;
}

#campus_sec .innerWrap {
  max-width: 855px;
}

#campus_sec h3 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

#campus_sec .read_txt {
  margin-bottom: 28px;
}

#campus_sec h4 {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 5px;
}

#campus_sec .box {
  border: 1px solid #fff;
  padding: 15px 25px;
}

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

#campus_sec .box .reservation dt {
  text-align: center;
  width: 52px;
  font-size: 1.5rem;
  line-height: 1.1;
  background: #61a9ca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  padding: 0 20px;
}

#campus_sec .box .reservation dd {
  width: calc(100% - 52px);
  padding-left: 18px;
  font-size: 2.4rem;
  line-height: 1.41667;
}

#campus_sec .box .reservation dd span {
  font-size: 80%;
}

#campus_sec .left {
    margin-bottom: 27px;
}

#campus_sec .left .box .reservation dt{
    width: 73px;
    padding-left: 10px;
    padding-right: 10px;
}

#campus_sec .right .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  padding-right: 0px;
  font-size: 1.5rem;
  line-height: 1.86667;
}

#campus_sec .right ul {
  width: 100%;
  padding: 0 25px;
  border-right: 1px solid #fff;
}

#campus_sec .right ul:last-of-type {
  border-right: none;
}

#campus_sec .right ul ul {
  width: 100%;
  border: none;
  padding: 0;
  font-size: 90%;
    padding-left: 1.5em;
}

#campus_sec .right ul ul li
{
	margin-bottom: 2px;
}

#campus_sec .right ul ul li:last-of-type {
  margin-bottom: 0;
}
#campus_sec .right ul ul li a {
  text-decoration: underline;
}

#campus_sec .note_box {
  margin: 25px 0 28px;
  background: rgba(255, 255, 255, 0.12);
  padding: 25px 33px;
}

#campus_sec .note_box dl {
  overflow: hidden;
}

#campus_sec .note_box dl dt {
  font-size: 1.8rem;
  float: left;
}

#campus_sec .note_box dl dd {
  padding-top: 3px;
  padding-left: 103px;
  font-size: 1.4rem;
  line-height: 1.85714;
}

#campus_sec .web_area {
  margin-top: 57px;
}

#campus_sec .web_area h4 {
  text-align: center;
}

#campus_sec .web_area .box {
  margin: -10px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
}

#campus_sec .web_area .reservation {
  width: 320px;
}

#campus_sec .web_area .reservation dd {
  font-size: 2rem;
  line-height: 1.5;
  padding-left: 31px;
}

#campus_sec .web_area .terms {
  width: calc(100% - 320px);
  line-height: 1.4375;
  overflow: hidden;
  margin-top: 7px;
}

#campus_sec .web_area .terms dt {
  float: left;
}

#campus_sec .web_area .terms dd {
  padding-left: 5.5em;
}

#campus_sec .web_area .kome {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 24px;
}

#campus_sec .web_area .btn01 .wrap {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  #campus_sec {
    padding: 30px 0 40px;
  }
  #campus_sec:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/prospective/cam_img.jpg) no-repeat;
    background-size: cover;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  #campus_sec .btn01 .wrap {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  #campus_sec h3 {
    font-size: 2.2rem;
    margin-bottom: 6px;
  }
  #campus_sec h4 {
    font-size: 1.7rem;
    margin-bottom: 5px;
    text-align: center;
  }
  #campus_sec .inner {
    display: block;
  }
  #campus_sec .box {
    padding-left: 20px;
    padding-right: 20px;
  }
  #campus_sec .box .reservation dt {
    width: 46px !important;
    font-size: 1.3rem;
  }
  #campus_sec .box .reservation dd {
    width: calc(100% - 46px);
    font-size: 2rem;
  }
  #campus_sec .left {
    width: 100%;
    margin-bottom: 15px;
  }
  #campus_sec .right {
    width: 100%;
  }
  #campus_sec .right .box {
    font-size: 1.3rem;
    line-height: 1.86667;
  }
  #campus_sec .right ul {
    padding: 0 15px;
  }
  #campus_sec .right ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
    #campus_sec .right ul ul{
        padding-left: 0.3em;
    }
  #campus_sec .right ul ul li {
    text-indent: 0;
    padding-left: 0;
  }
  #campus_sec .note_box {
    padding: 17px 25px 20px 25px;
      margin-top: 15px;
  }
  #campus_sec .note_box dl dt {
    font-size: 1.5rem;
    float: none;
    font-weight: bold;
    text-align: center;
  }
  #campus_sec .note_box dl dd {
    padding-top: 3px;
    padding-left: 0;
    font-size: 1.2rem;
  }
  #campus_sec .note_box dl dd li,
  #campus_sec .right ul ul li{
    text-indent: -1em;
    padding-left: 1em;
  }
  #campus_sec .web_area {
    margin-top: 47px;
  }
  #campus_sec .web_area .box {
    margin: -6px 0 10px;
    display: block;
    padding-left: 20px;
  }
  #campus_sec .web_area .reservation {
    width: 100%;
  }
  #campus_sec .web_area .reservation dd {
    font-size: 2rem !important;
    line-height: 1.5 !important;
    padding-left: 25px !important;
  }
  #campus_sec .web_area .terms {
    width: 100%;
    line-height: 1.4375;
    margin-top: 20px;
  }
  #campus_sec .web_area .terms dd {
    font-size: 1.2rem;
  }
  #campus_sec .web_area .kome {
    font-size: 1.2rem;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 24px;
    line-height: 1.4;
  }
  #campus_sec .web_area .btn01 .wrap {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■popup_box
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.popup_box {
  background: #fff;
  max-width: 1000px;
  padding: 40px 100px 35px;
  display: none;
}

.popup_box .img {
  line-height: 1;
  margin-bottom: 18px;
  text-align: center;
}

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

.popup_box .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 9px;
}

.popup_box .txt {
  font-size: 1.5rem;
  line-height: 2;
}

.fancybox-skin {
  padding: 0 !important;
}

.fancybox-close {
  background-image: url(../img/prospective/btn_close.png);
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  top: 30px;
  right: 30px;
}

.fancybox-nav {
  width: 100px;
  height: 80%;
  top: 10%;
}

.fancybox-nav span {
  visibility: visible;
  width: 14px;
  height: 24px;
  margin-top: -12px;
  background: no-repeat left top;
  background-size: 14px auto;
}

.fancybox-next {
  right: 18px;
}

.fancybox-prev {
  left: 18px;
}

.fancybox-next span {
  background-image: url(../img/prospective/btn_right.png);
  right: 16px;
}

.fancybox-prev span {
  background-image: url(../img/prospective/btn_left.png);
  left: 16px;
}

@media only screen and (max-width: 767px) {
  .popup_box {
    padding: 45px 25px 20px;
  }
  .popup_box .img {
    margin-bottom: 10px;
  }
  .popup_box .ttl {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .popup_box .txt {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .fancybox-close {
    top: 10px;
    right: 10px;
  }
  .fancybox-nav {
    width: 50px;
  }
  .fancybox-next {
    right: 5px;
  }
  .fancybox-prev {
    left: 5px;
  }
  .fancybox-next span {
    right: 0;
  }
  .fancybox-prev span {
    left: 0;
  }
  .profile_box .fancybox-close {
    top: 25px;
    right: 25px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■注釈
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.notice {
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.44444;
  letter-spacing: 0.050em;
  max-width: 670px;
  color:red;
  background: #fff;
	padding: 20px 10px;
}
@media only screen and (max-width: 767px) {
.notice{
	font-size: 1.3rem !important;
	max-width: 310px;
}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■学生インタビュー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#interview_sec {
	padding:115px 0 40px 0;
	/*background: url(../img/itv_bg.png) center top;*/
	background: #fdf3eb;
}
	#interview_sec .hd01 {
	margin-bottom: 39px;
	}

#interview_sec .list {
	max-width: 960px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
	-webkit-box-pack: center;
	-ms-flex-pack: center;	
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#interview_sec .list li {
	width: 300px;
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 48px;
	margin-right:20px;
}
#interview_sec .list li:last-child{
	margin-right:0;
}
/*#interview_sec  .list:after {
  content: "";
  display: block;
  width: 300px;
}*/
#interview_sec  .list li .img {
  line-height: 1;
  margin-bottom: 17px;
}
#interview_sec  .list li .youtube {
  margin-bottom: 17px;
}

#interview_sec  .list li .img img {
  width: 100%;
  height: auto;
}
#interview_sec  .list li .ro:hover .img img {
  opacity: .8;
}

#interview_sec  .list li .catch {
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.41176;
  margin-bottom: 6px;
}
#interview_sec  .list li .txt span {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  #interview_sec {
    padding: 68px 0 25px;
  }
	#interview_sec .hd01 {
	padding-top: 0;
	}
  #interview_sec .list {
    margin-top: 0px;
  }
  #interview_sec .list:after {
    content: none;
  }
  #interview_sec .list li {
    width: calc(50% - 3px);
    font-size: 1.2rem;
    margin-bottom: 20px;
    margin-right:6px;
  }
  #interview_sec .list li:nth-child(2n){
  	margin-right:0;
  }
  #interview_sec .list li .img {
    margin-bottom: 8px;
  }
  #interview_sec .list li .catch {
    font-size: 1.4rem;
    margin-bottom: 3px;
  }
  #interview_sec .list li .txt span {
  font-size: 1.0rem;
}

}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■TOUCH!福公大
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#touch_sec {
	padding:100px 0 40px 0;
	background: #fdf3fb;
}
#touch_sec h3{
  margin: 0 auto 40px;
  text-align: center;
}
#touch_sec ul.movie li .txt{
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  #touch_sec {
    padding:40px 0 30px 0;
  }
  #touch_sec h3{
    width: 200px;
    margin: 0 auto 24px;
  }
  #touch_sec h3 img{
    width: 100%;
    height: auto;
  }
  #touch_sec .movie img{
    width: 100%;
    height: auto;
  }
  #touch_sec ul.movie li .txt{
    font-size: 12px;
  }
}  


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■sec_title
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sec_title{
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec_title .img{
    width: 47px;
    height: auto;
  }
}

.sec_title .jp{
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #333333;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .sec_title .jp{
    font-size: 2rem;
    margin-top: 4px;
  }
}

.sec_title .en{
  font-size: 2rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  display: block;
  margin-top: -4px;
}
@media only screen and (max-width: 767px) {
  .sec_title .en{
    font-size: 1.2rem;
    margin-top: -4px;
    margin-bottom: 18px;
  }
}

.sec_title .sec_btn_area.flex{
  display: flex;
  column-gap: 40px;
}
@media only screen and (max-width: 767px) {
  
  .sec_title .sec_btn_area.flex{
    flex-direction: column;
    row-gap: 13px;
  }
}

.sec_title .sec_btn_area a{
  min-width: 460px;
  min-height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  padding: 4px 10px;
  position: relative;
  margin-top: 27px;
}
@media only screen and (max-width: 767px) {
  .sec_title .sec_btn_area a{
    min-width: auto;
    width: 100%;
    min-height: 50px;
    padding: 4px 10px;
    margin-top: 0px;
  }
}

.sec_title .sec_btn_area a::after{
  content: "";
  display: block;
  width: 29px;
  height: 10px;
  background: url(../img/prospective/arrow_white.png) no-repeat center;
  background-size: cover; 
  position: absolute;
  top: 53%;
  right: 30px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .sec_title .sec_btn_area a::after{
    width: 19px;
    height: 7px;
    top: 59%;
    right: 14px;
  }
}

.sec_title .sec_btn_area a span{
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.075em;
}

@media only screen and (max-width: 767px) {
  .sec_title .sec_btn_area a span{
    font-size: 1.6rem;
    letter-spacing: normal;
  }
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■entrance_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.entrance_sec{
  background: #F8F8F8 url(../img/prospective/apl_bg.png) center top;
  padding: 64px 0 97px;
}
@media only screen and (max-width: 767px) {
  .entrance_sec{
    padding: 45px 0 58px;
  }
}

.entrance_sec .inner_block{
  max-width: 540px;
  padding: 0 40px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .entrance_sec .inner_block{
    max-width: none;
    margin: 0;
    padding: 0 25px;
  }
}

.entrance_sec .note_btn_area{
  margin-bottom: 52px;
}
@media only screen and (max-width: 767px) {
  .entrance_sec .note_btn_area{
    margin-bottom: 43px;
    padding: 0 20px 0 21px;
  }
}
 
.entrance_sec .note_btn_area a{
  width: 100%;
  border: 1px solid #4d4d4d;
  min-height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 4px 10px;
  background-color: #fff;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .entrance_sec .note_btn_area a{
    min-height: 44px;
    margin: auto;
  }
}

.entrance_sec .note_btn_area a::after{
    content: "";
    display: block;
    width: 15px;
    height: 6px;
    background: url(../img/prospective/arrow_black.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 54%;
    right: 24px;
    transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .entrance_sec .note_btn_area a::after{
      width: 15px;
      height: 6px;
      top: 55%;
      right: 11px;
  }
}

.entrance_sec .note_btn_area a span{
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .entrance_sec .note_btn_area a span{
    font-size: 1.4rem;
  }
}
.entrance_sec .note_btn_area a span::before{
  content: "";
  display: block;
  width: 27px;
  height: 24px;
  background: url(../img/prospective/note_icon.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -38px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .entrance_sec .note_btn_area a span::before{
    width: 17px;
    height: 15px;
    background: url(../img/prospective/note_icon.png) no-repeat center;
    background-size: cover;
    top: 43%;
    left: -23px;
  }
}
.entrance_sec .entrance_area{
  
}
.entrance_sec .entrance_area .jp{
  margin-top: 1px;
}
.entrance_sec .entrance_area .en{
  color: #5aaa2f;
}

.entrance_sec .entrance_area .sec_title .img{
    display: inline-block;
    margin-left: 12px;
}
@media only screen and (max-width: 767px) {
  .entrance_sec .entrance_area .sec_title .img{
      width: 48px;
      margin-left: 9px;
  }
}

.entrance_sec .entrance_area .entrance_btn_area a{
  background-image: -moz-linear-gradient( 0deg, rgb(134,195,69) 0%, rgb(91,174,46) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(134,195,69) 0%, rgb(91,174,46) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(134,195,69) 0%, rgb(91,174,46) 100%);
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■event
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.event{
  margin-top: 88px;
}
@media only screen and (max-width: 767px) {
  .event{
    margin-top: 36px;
  }
}

.event .inner_block{
  max-width: 960px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .event .inner_block{
    width: 100%;
    margin: 0;
    padding: 0 25px;
  }
}

.event .sec_title .en{
  color: #dda817;
}
.event .sec_title .event_btn_area a{
  background-image: -moz-linear-gradient( 0deg, rgb(232,175,39) 0%, rgb(213,151,1) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(232,175,39) 0%, rgb(213,151,1) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(232,175,39) 0%, rgb(213,151,1) 100%);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■consultations
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.consultations{
  margin-top: 86px;
  background: #eaf4fa url(../img/prospective/consultations_bg.png) center top;
  padding: 72px 0 90px;
}
@media only screen and (max-width: 767px) {
  .consultations{
    margin-top: 50px;
    background: #eaf4fa url(../img/prospective/consultations_bg.png) center top;
    padding: 44px 0 56px;
  }
}

.consultations .inner_block{
  max-width: 960px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .consultations .inner_block{
    width: 100%;
    margin: 0;
    padding: 0 25px;
  }
}

.consultations .sec_title .jp{
    margin-top: 6px;
}
@media only screen and (max-width: 767px) {
  .consultations .sec_title .jp{
      margin-top: 6px;
  }
}

.consultations .sec_title .en{
  color: #4971d8;
}
.consultations .sec_title .consultations_btn_area a{
  margin-top: 41px;
  background-image: -moz-linear-gradient( 0deg, rgb(89,143,232) 1%, rgb(64,94,205) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(89,143,232) 1%, rgb(64,94,205) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(89,143,232) 1%, rgb(64,94,205) 100%);
}

@media only screen and (max-width: 767px) {
  .consultations .sec_title .consultations_btn_area a{
    margin-top: 0px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■teachers
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.teachers{
  margin-top: 68px;
}
@media only screen and (max-width: 767px) {
  .teachers{
    margin-top: 37px;
  }
}
.teachers .inner_block{
  max-width: 960px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .teachers .inner_block{
    width: 100%;
    margin: 0;
    padding: 0 25px;
  }
}

.teachers .sec_title .en{
  color: #49beb0;
}
.teachers .sec_title .teachers_btn_area a{
  background-image: -moz-linear-gradient( 0deg, rgb(74,191,176) 0%, rgb(20,161,156) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(74,191,176) 0%, rgb(20,161,156) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(74,191,176) 0%, rgb(20,161,156) 100%);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■snsと資料請求
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.bottom_area{
  max-width: 540px;
  padding: 0 40px;
  margin: 190px auto 0;
}
@media only screen and (max-width: 767px) {
  .bottom_area{
    max-width: none;
    padding: 0 25px;
     margin: 80px auto 0;
  }
}

.bottom_area .bottom_sns{
  max-width: 270px;
  display: flex;
  column-gap: 26px;
  margin: 0 auto 64px;
}
  @media only screen and (max-width: 767px) {
    .bottom_area .bottom_sns{
      max-width: none;
      width: 100%;
      column-gap: 20px;
      margin: 0 auto 35px;
      justify-content: center;
  }
}

.bottom_area .bottom_sns li{
  width: 48px;
}
@media only screen and (max-width: 767px) {
  .bottom_area .bottom_sns li{
    width: 40px;
  }
}

.bottom_area .bottom_sns li a{
  width: 100%;
  display: block;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .bottom_area .bottom_sns li a{
    width: 100%;
    display: block;
    height: auto;
  }
}

.bottom_area .bottom_sns li a img{
  width: 100%;
  display: block;
  height: auto;
}

.bottom_area .request_btn_area a{
  min-width: 470px;
  background-image: -moz-linear-gradient( 0deg, rgb(134,195,69) 0%, rgb(91,174,46) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(134,195,69) 0%, rgb(91,174,46) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(134,195,69) 0%, rgb(91,174,46) 100%);
}
@media only screen and (max-width: 767px) {
    .bottom_area .request_btn_area a{
    min-width: auto;
    width: 100%;
  }
}

.bottom_area .request_btn_area a{

}
.bottom_area .request_btn_area a span{

}