@charset "utf-8";

/* -----------------------------------------------------------------------
## Reset #################################################################
----------------------------------------------------------------------- */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 62.5%;
}

/* 10px */
/*html {font-size: calc(100vw / 32); }*/
html {
  overflow: auto;
  height: 100%;
}

body {
  color: #323232;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.05em;
  overflow: hidden;
}

fieldset,
img {
  border: 0;
  vertical-align: bottom;
}

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

ul {
  list-style: none;
}

ol li {
  list-style-position: outside;
  list-style: decimal;
  margin-left: 25px;
  margin-bottom: 5px;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

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

a {
  color: #333333;
  text-decoration: none;
}

img {
  min-width: 0;
  max-width: 75%;
  height: auto;
  padding: 0;
  margin: 0;
}

*:focus {
  outline: none;
}

button,
input,
select,
textarea {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

input[type=text],
select {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  /*-webkit-appearance: none;*/
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ma_b5 {
  margin-bottom: 5px;
}

.ma_b10 {
  margin-bottom: 10px;
}

.ma_b15 {
  margin-bottom: 15px;
}

.ma_b20 {
  margin-bottom: 20px;
}

.ma_b21 {
  margin-bottom: 21px;
}

.ma_b25 {
  margin-bottom: 25px;
}

.ma_b30 {
  margin-bottom: 30px;
}

.ma_r10 {
  margin-right: 10px;
}

.pdt0 {
  padding-top: 0 !important;
}

table,
tr,
th,
td {
  border-collapse: collapse;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  word-wrap: break-word;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.sp_412 {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  body {
    color: #000;
    font-size: 1.3rem;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.05em;
    line-height: 160% !important;

  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  input {
    font-size: 16px;
    /* transform: scale(0.9); */
  }

}

@media only screen and (max-width: 412px) {
  .sp_412 {
    display: block !important;
  }
}



.yu-mincho {
  font-family: "Times New Roman", Times, "游明朝体", "Yu Mincho", YuMincho, "HG明朝B", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
}

.hind {
  font-family: 'Hind', sans-serif;
}

.oswa {
  font-family: 'Oswald', sans-serif;
}

.robo {
  font-family: 'Roboto', sans-serif;
}

.plus {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}


.alpha {
  display: inline-block;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.alpha:hover {
  opacity: 0.6;
}



.wrap {
  position: relative;
  z-index: 0;
}

.innWrap {
  max-width: 1000px;
  margin: 0px auto;
  padding: 10px;
}

.innWrap.news {
  padding-top: 40px;
  padding-bottom: 60px;
}

.innWrap.news p {
  margin-bottom: 60px;
}

.innWrap.news .title {
  font-size: 120%;
  font-weight: 600;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .wrap {}

  .innWrap {
    margin: 0px 5%;
    padding: 0 0;
  }

  .innWrap.news {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .innWrap.news p {
    margin-bottom: 40px;
  }

  .innWrap.news .title {
    margin-bottom: 30px;
  }

}


/****************************************

HEADER

*****************************************/
header {
  z-index: 999;
  width: 100%;
  position: relative;
}

.triggerBtn {
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}

.menu-trigger {
  display: none;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  background: #005fd5;
}

.menu-trigger.active:after {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 13px;
  height: 21px;
  background: url(../images/common/mega_tandai_arrow.jpg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 25px;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  transition: all .5s .2s;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.menu-trigger.active span {}

.menu-trigger span:nth-of-type(1) {
  top: 28px;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

.menu-trigger span:nth-of-type(2) {
  top: 38px;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger span:nth-of-type(3) {
  top: 47px;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

.search-btn {
  width: 3.09%;
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 3.6%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 1000px) {
  .triggerBtn {
    width: 60px;
    height: 60px;
  }

  .menu-trigger span {
    left: 15px;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 18px;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 28px;
  }

  .menu-trigger span:nth-of-type(3) {
    top: 37px;
  }
}

@media only screen and (max-width: 768px) {
  header {
    margin: 0;
    height: 75px;
  }

  .search-btn {
    width: 6%;
    right: 3%;
    top: 25%;
  }

  .menu-trigger.active:after {
    display: none;
  }

  .menu-trigger span {
    left: 15px;
    width: 30px;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 18px;
  }

  .menu-trigger.active span:nth-of-type(1) {
    top: 16px;
    transform: translateY(12px) rotate(-45deg);
  }

  .menu-trigger span:nth-of-type(2) {
    top: 28px;
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger span:nth-of-type(3) {
    top: 38px;
  }

  .menu-trigger.active span:nth-of-type(3) {
    top: 40px;
    transform: translateY(-12px) rotate(45deg);
  }

  .triggerBtn {
    display: block;
    width: 60px;
    height: 60px;
    right: 10px;
    top: 8px;
  }

  .mega-nav {
    display: block;
  }
}

/**/
.g_nav_wrapper {
  /*  position: relative;*/
}

.g_nav_wrapper:before {
  height: 100vh;
  content: '';
  display: block;
  z-index: 1000;
  position: absolute;
  top: -100vh;
  right: 0;
  left: 0;
  background-color: #fff;
}

.g_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 0;
  list-style: none;
}

.g_nav li {
  display: block;
  margin: auto;
  width: 200px;
  padding: 0px;
  text-align: center;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
}

.g_nav li+.g_nav li {
  margin-left: 10px;
}

.g_nav li.active::after {
  opacity: 0.25;
}

.g_nav li:hover::after {
  opacity: 0.25;
}

@media only screen and (max-width: 768px) {
  .g_nav {
    display: none;
  }
}

/*カレントメニュー*/
.g_nav li a {
  display: inline-block;
  padding: 5px 5px 20px;
  position: relative;
  text-decoration: none;
}

.g_nav li a::before,
.g_nav li a::after {
  border-bottom: solid 3px #005fd5;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}

.g_nav li a::before {
  left: 50%;
}

.g_nav li a::after {
  right: 50%;
}

.g_nav li a:hover::before,
.g_nav li a:hover::after {
  width: 50%;
}

.g_nav li.current a::before,
.g_nav li.current a::after {
  border-bottom: solid 3px #005fd5;
  bottom: 0;
  content: "";
  display: inline-block;
  position: absolute;
  width: 50%;
}

/* ----------------------------------------
 *  ページトップ
 * ---------------------------------------- */
#pagetop {
  position: absolute;
  top: -23px;
  right: 5%;
  width: 50px;
  height: 50px;
  background: #bbb;
  border-radius: 50%;
  opacity: 0.8;
}

#pagetop a {
  /*
	background: #bbbbbb url(../images/common/pagetop_arrow.png) no-repeat center center;
	background-size: 25px 15px;
	text-decoration: none;
	width: 45px;
	height: 45px;
	text-align: center;
	display: block;
	vertical-align: middle;
	box-sizing: border-box;
	line-height: 1.3;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
*/

  /*
  margin: 0px 0px 0 15px;
  display: inline-block;
  vertical-align: middle;
  content: '\e5ce';
  font-family: 'Material Icons';
  font-size: 30px;
  color: #fff;
  line-height: 1;
  background-color: #bbbbbb;
  border-radius: 50%;
  padding: 7px;
  transition: all .3s ease;
*/

}

#pagetop a {
  /*  position: relative;*/
  /*  display: block;*/
  /*  width: 50px;*/
  height: 50px;
  text-decoration: none;
}

#pagetop a::before {
  font-family: 'Material Icons';
  content: '\e5ce';
  font-size: 40px;
  color: #fff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -38%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  transition: all .3s ease;
}


#pagetop a:hover {
  opacity: 0.7;
}

#pagetop a:hover::before {
  transform: translateY(-7px);
}


@media only screen and (max-width: 768px) {
  #pagetop {
    /* position: relative; */
    /* display: block; */
    /* width: 50px; */
    /* height: 50px; */
    text-decoration: none;
  }

  #pagetop img {}

  #pagetop a {
    /* position: relative; */
    /* display: block; */
    /* width: 50px; */
    /* height: 50px; */
    /* text-decoration: none; */
  }

  #pagetop a::before {
    font-family: 'Material Icons';
    content: '\e5ce';
    font-size: 40px;
    color: #fff;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 35%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    transition: all .3s ease;
  }
}





/*========================================
common
========================================*/

body {
  font-family: 'Noto Sans JP', sans-serif;
}

.innwrap1020 {
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1050px) {
  .innwrap1020 {
    max-width: 1020px;
    margin-right: 3%;
    margin-left: 3%;
    margin-top: 31px;
  }
}

@media only screen and (max-width: 640px) {
  .innwrap1020 {
    max-width: 1020px;
    margin-right: 4%;
    margin-left: 4%;
  }
}

.innwrap810 {
  max-width: 810px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 850px) {
  .innwrap810 {
    max-width: 810px;
    margin-right: 4%;
    margin-left: 4%;
  }
}

.innwrap600 {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 640px) {
  .innwrap600 {
    max-width: 600px;
    margin-right: 4%;
    margin-left: 4%;
  }
}

/*========================================
ヘッダー
========================================*/
.header .hd_innar {
  margin: 0;
  position: relative;
  height: 100px;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
}

.header .hd_innar .logo {
  position: absolute;
  top: 50%;
  left: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  max-width: 315px;
}

.header .hd_innar .logo a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

.header .hd_innar .logo a:hover {
  opacity: 0.6;
}

.header .hd_innar .hd_nav {}

.header .hd_innar .nav {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.3rem;
}

.header .hd_innar .nav1 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: end;
}

.header .hd_innar .nav1 li {
  padding: 5px 0;
}

.header .hd_innar .nav1 li a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  padding: 0 10px;
  text-align: center;
  position: relative;
}

.header .hd_innar .nav1 li:not(:last-of-type) a {
  padding: 10px 20px;
  background-color: #c6f2f3;
  color: #000;
  margin-right: 10px;
}

.header .hd_innar .nav1 li:nth-of-type(3) a {
  padding: 10px 20px;
  background-color: #005fd5;
  color: #fff;
  margin-right: 10px;
}

.header .hd_innar .nav1 li:nth-of-type(3) a::before {
  margin: 0px 8px 0 0;
  display: inline-block;
  vertical-align: middle;
  content: '\e0e1';
  font-family: 'Material Icons';
  font-size: 18px;
  color: #fff;
  line-height: 1;
}

.header .hd_innar .nav1 li a:hover {
  opacity: 0.6;
}

.header .hd_innar .nav1 li:not(:last-of-type) a::before {
  content: "●";
  margin: 0px 5px 0px 0px;
  font-size: 10px;
  color: #005fd5;
  vertical-align: baseline;
}

.header .hd_innar .nav2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.header .hd_innar .nav2 li {
  padding: 0 25px 0 0;
}

.header .hd_innar .nav2 li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

.header .hd_innar .nav2 li a:hover {
  opacity: 0.6;
}

.header .hd_innar .nav2 li:nth-of-type(4) {
  padding: 0;
}

@media only screen and (max-width: 1000px) {
  .header .hd_innar .logo {
    width: 30%;
  }

  .header .hd_innar .nav {
    width: 65%;
    right: 80px;
  }

  .header .hd_innar .nav1 li a {
    font-size: 10px;
  }

  .header .hd_innar .nav1 li:nth-of-type(1) a {
    padding: 10px 20px;
  }

  .header .hd_innar .nav1 li:nth-of-type(3) a {
    /* padding: 0 0 0 5px; */
  }

  .header .hd_innar .nav1 li a:after {
    margin: 0 0 0 5px;
  }

  .header .hd_innar .nav2 li {
    padding: 0 15px 0 0;
  }

  .header .hd_innar .nav2 li a {
    font-size: 11px;
  }
}

@media only screen and (max-width: 768px) {
  .header .hd_innar {
    margin: 0px auto;
    max-width: 970px;
    position: relative;
    height: 75px;
  }

  .header .hd_innar .logo {
    left: 3%;
    max-width: 240px;
    min-width: 170px;
    width: 48%;
  }

  .header .hd_innar .nav {
    display: none;
  }

  /*.header .hd_innar .sns {display: none;}*/
  .header .hd_innar .nav li a {
    font-weight: 500;
    font-size: 12px;
  }

  .header .hd_innar .nav li:nth-of-type(1) a,
  .header .hd_innar .nav li:nth-of-type(2) a {}

  .header .hd_innar .nav li:nth-of-type(3) a {}

  .header .hd_innar .nav li:nth-of-type(1) a:before {
    width: 6px;
    height: 9px;
  }

  .header .hd_innar .nav li:nth-of-type(3) a:after {
    width: 8px;
    height: 7px;
  }

}

@media only screen and (max-width: 320px) {
  .header .hd_innar .nav li a {
    font-size: 10px;
  }

  .header .hd_innar .nav li:nth-of-type(1) a:before {
    margin: 0 2px 0 0;
  }

  .header .hd_innar .nav li:nth-of-type(3) a:after {
    margin: 0 0 0 2px;
  }

}


/*========================================
メガメニュー
========================================*/
.mega-nav {
  display: none;
  width: 100%;
  margin: 0 auto;
  background: #fce6eb;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
}

.mega-nav .innar {
  max-width: 980px;
  margin: 0 auto;
  padding: 45px 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.mega-nav .innar .nav:nth-child(1) {
  width: 200px;
}

.mega-nav .innar .nav:nth-child(2) {
  width: 750px;
}

.mega-nav .innar .ttl {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px dotted #dacebb;
  margin: 0px 0px 10px;
  padding: 0px 0px 5px;
}

.mega-nav .innar .ttl a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

.mega-nav .innar .ttl a:hover {
  opacity: 0.6;
}

.mega-nav .innar .sttl {
  font-size: 15px;
  font-weight: bold;
  margin: 0px 0px 8px;
  padding: 0 0 0 5px;
  border-left: solid 3px #ee577a;
}

.mega-nav .innar .nav li {
  margin: 0 0 7px;
}

.mega-nav .innar .nav li a {
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

.mega-nav .innar .nav li a:hover {
  opacity: 0.6;
}

.mega-nav .innar .nav .nav1 li a:before,
.mega-nav .innar .nav .nav2 li a:before {
  background: none;
  content: ">";
  margin: 0 5px 0 0;
  font-size: 12px;
  color: #ee577a;
}

.mega-nav .innar .nav1 {
  margin: 0 0 30px;
}

.mega-nav .innar .nav1:last-child {
  margin: 0;
}

.mega-nav .innar .nav3 {
  position: absolute;
  bottom: 45px;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.mega-nav .innar .nav3 li {
  margin: 0 20px 0 0;
}

.mega-nav .innar .nav3 li:last-child {
  margin: 0;
}

.mega-nav .innar .nav3 li a {
  font-size: 11px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

.mega-nav .innar .nav3 li a:hover {
  opacity: 0.6;
}

.mega-nav .innar .nav:nth-child(2) .ttl.icon a:after {
  margin: 0 0 0 5px;
  content: " ";
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../images/common/icon_link.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.mega-nav .innar .nav:nth-child(2) .inn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-self: flex-start;
}

.mega-nav .innar .nav:nth-child(2) .inn .nav1 {
  width: 200px;
  margin: 0;
}

.mega-nav .innar .nav:nth-child(2) .inn .nav2 {
  width: 650px;
}

.mega-nav .innar .nav:nth-child(2) .inn .nav2 .ssttl {
  font-size: 11px;
  color: #ee577b;
  font-weight: bold;
  line-height: 1.2;
}

.mega-nav .innar .nav:nth-child(2) .inn .nav1 ul:nth-child(1) {
  margin: 0 0 110px;
}

.mega-nav .innar .nav:nth-child(2) .inn .nav2 ul:nth-child(1) {
  position: relative;
  padding: 0 0 0 22px;
  width: 160px;
}

.mega-nav .innar .nav:nth-child(2) .inn .nav2 ul:nth-child(2) {
  position: relative;
  padding: 0 0 0 22px;
  width: 160px;
}

.mega-nav .innar .nav:nth-child(2) .inn .nav2 ul:nth-child(3) {
  position: relative;
  padding: 0 0 0 22px;
  width: 160px;
}

.mega-nav .innar .nav:nth-child(2) .inn .nav2 ul:nth-child(1):before {
  content: "ライフデザインコース";
  font-size: 11px;
  display: inline-block;
  width: 15px;
  height: 62%;
  background: #FFF;
  color: #ee577a;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 0 0 0;
}

.mega-nav .innar .nav:nth-child(2) .inn .nav2 ul:nth-child(2):before {
  content: "調理製菓デザインコース";
  font-size: 11px;
  display: inline-block;
  width: 15px;
  height: 97%;
  background: #FFF;
  color: #ee577a;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 0 0 0;
}

.mega-nav .innar .nav:nth-child(2) .inn .nav2 ul:nth-child(3):before {
  content: "スポーツ・福祉コース";
  font-size: 11px;
  display: inline-block;
  width: 15px;
  height: 62%;
  background: #FFF;
  color: #ee577a;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 0 0 0;
}

.mega-nav .innar .nav:nth-child(2) .inn .nav1 ul:nth-child(2) {
  margin: 0 0 20px;
}

.mega-nav .innar .nav:nth-child(2) .inn .nav1 ul:nth-child(3) .ttl {
  margin: 0 0 20px;
}

.mega-nav .innar .nav:nth-child(2) .inn .nav1 ul:nth-child(3) .ttl a {
  font-size: 16px;
}

.mega-nav .innar .nav:nth-child(2) .inn .nav1 ul:nth-child(3) .ttl a:before {
  display: none;
}

.mega-nav .innar .nav:nth-child(2) .inn .nav1 ul:nth-child(3) .ttl a:after {
  margin: 0 0 0 5px;
  content: " ";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/common/icon_link2.png) no-repeat;
  background-size: contain;
  vertical-align: baseline;
}

@media only screen and (max-width: 950px) {
  .mega-nav .innar {
    margin: 0 5%;
    display: block;
    display: block;
  }

  .mega-nav .innar .nav:nth-child(1) {
    width: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .mega-nav .innar .nav:nth-child(1) .nav1 {
    width: 30%;
  }

  .mega-nav .innar .nav:nth-child(2) {
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .mega-nav .innar {
    padding: 0;
    margin: 0;
    display: block;
    display: block;
  }

  .mega-nav .innar .nav {
    position: relative;
    width: 100% !important;
    display: block !important;
  }

  .mega-nav .innar .sp-nav1 {
    background: #005fd5;
    padding: 15px 3%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .mega-nav .innar .sp-nav1 li {
    width: 33.333%;
    margin: 0 0 10px 0;
    text-align: center;
  }

  .mega-nav .innar .sp-nav1 li:nth-child(3) {
    margin: 0 0 10px 0;
  }

  .mega-nav .innar .sp-nav1 li:nth-last-child(-n+2) {
    margin: 0 0 0 0;
  }

  .mega-nav .innar .sp-nav1 li a {
    color: #fff;
    display: block;
    position: relative;
    font-weight: bold;
  }

  .mega-nav .innar .sp-nav1 li a:after {
    content: " ";
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #FFF;
    position: absolute;
    top: 0;
    right: 0;
  }

  .mega-nav .innar .sp-nav1 li:nth-child(3) a:after,
  .mega-nav .innar .sp-nav1 li:nth-child(5) a:after {
    display: none;
  }


  .mega-nav .innar .sp-nav2 {
    background: #fff;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .mega-nav .innar .sp-nav2 li {
    width: 50%;
    margin: 0;
  }

  .mega-nav .innar .sp-nav2 li a {
    display: flex;
    padding: 0.8em 1em;
    font-size: 12px;
  }

  .mega-nav .innar .sp-nav2 li:nth-child(1) a {
    border-right: solid 1px #9d9d9d;
    border-bottom: solid 1px #9d9d9d;
  }

  .mega-nav .innar .sp-nav2 li:nth-child(2) a {
    border-bottom: solid 1px #9d9d9d;
  }

  .mega-nav .innar .sp-nav2 li:nth-child(3) a {
    border-right: solid 1px #9d9d9d;
  }

  .mega-nav .innar .sp-nav2 li a:before {
    margin: 0px 3px 0 0;
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    font-family: 'Material Icons';
    font-size: 19px;
    color: #005fd5;
    line-height: 1;

  }

  .mega-nav .innar .sp-nav2 li:nth-child(1) a:before {
    content: '\e7f0';
  }

  .mega-nav .innar .sp-nav2 li:nth-child(2) a:before {
    content: '\e0af';
  }

  .mega-nav .innar .sp-nav2 li:nth-child(3) a:before {
    content: '\e0e1';
  }

  /*
.mega-nav .innar .sp-nav2 li:nth-child(4) a:before{
	background: url(../images/common/sp_icon04.png) no-repeat;
	background-size: contain;
}
*/
  .header .hd_innar .nav1 li:nth-of-type(3) a {
    padding: 10px 20px;
    background-color: #005fd5;
    color: #fff;
    margin-right: 10px;
  }

  .header .hd_innar .nav1 li:nth-of-type(3) a::before {
    margin: 0px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
    content: '\e0e1';
    font-family: 'Material Icons';
    font-size: 18px;
    color: #fff;
    line-height: 1;
  }

  .mega-nav .innar .sp-nav3 {
    padding: 0;
    display: block;
    display: block;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: static;
  }

  .mega-nav .sp-nav3 label {
    display: block;
    margin: 0 5%;
    cursor: pointer;
    transition: all 0.5s;
    border-bottom: 1px solid #cec7bb;
    position: relative;
    height: 40px;
  }

  .mega-nav .sp-nav3 .fac label {
    margin: 0;
    background: #fef6f8;
    color: #ED5676;
    border-bottom: none;
  }

  .mega-nav .sp-nav3 .fac label:before {
    position: absolute;
    content: ' ';
    background: #cec7bb;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    height: 1px;
  }

  .mega-nav .sp-nav3 label p {
    position: absolute;
    top: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .mega-nav .sp-nav3 .fac label p {
    margin: 0;
    left: 5%;
  }

  .mega-nav .sp-nav3 label:after {
    color: #9d9d9d;
    position: absolute;
    content: '\f078';
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 100;
    top: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }

  .mega-nav .sp-nav3 .fac label:after {
    right: 5%;
  }

  .mega-nav .sp-nav3 input {
    display: none;
  }

  .mega-nav .sp-nav3 .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
  }

  .cssacc:checked+label+.accshow {
    height: auto;
    padding: 0 5%;
    background: #fff;
    opacity: 1;
  }

  .cssacc:checked+label+.accshow.fac {
    padding: 0;
  }

  .cssacc:checked+label+.accshow.fac .sp-nav3_1 li {
    margin: 0 5%;
  }

  .cssacc:checked+label+.accshow.fac .sp-nav3_1 li.ssttl {
    padding: 0.3em 5%;
    margin: 0;
    border-bottom: none;
    background: #a2a2a2;
    color: #fff;
  }

  .fac .cssacc:checked+label+.accshow {
    padding: 0;
  }

  .cssacc:checked+label+.accshow.side_no {
    padding: 0;
  }

  .cssacc:checked+label+.accshow ul li {
    border-bottom: 1px dotted #858585;
  }

  .cssacc:checked+label+.accshow ul li:last-child {
    border-bottom: none;
  }

  .cssacc:checked+label+.accshow ul li a {
    display: block;
    padding: 0.8em 0.2em;
  }

  .cssacc:checked+label+.accshow ul li {
    margin: 0;
  }

  .cssacc:checked+label+.accshow ul li a:before {
    background: none;
    content: ">";
    margin: 0 5px 0 0;
    font-size: 12px;
    color: #ee577b;
  }

  .cssacc:checked+label+.accshow ul li.sttl {
    background: #ee577b;
    color: #fff;
    font-size: 14px;
    padding: 0.3em 5%;
    border-bottom: none;
    border-left: none;
    font-weight: normal;
    margin: 0 !important;
  }

  .cssacc:checked+label+.accshow.side_no ul li {
    margin: 0 5%;
  }

  .mega-nav .sp-nav3 .accshow p {
    margin: 15px 10px;
  }

  .cssacc:checked+label:after {
    color: #9d9d9d;
    position: absolute;
    content: '\f077';
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 100;
    top: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .fac .cssacc:checked+label:after {
    right: 5%;
  }

  .mega-nav .sp-nav3 .btn {
    display: block;
    margin: 0 5%;
    cursor: pointer;
    transition: all 0.5s;
    border-bottom: 1px solid #cec7bb;
    position: relative;
    height: 40px;
  }

  .mega-nav .sp-nav3 .btn p {
    position: absolute;
    top: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }

  .mega-nav .sp-nav3 .btn a {
    display: block;
  }

  .mega-nav .sp-nav3 .btn.blank a p:after {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url(../images/common/icon_link3.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .mega-nav .innar .sp-nav4 {
    margin: 0 5%;
    padding: 20px 0 25px;
  }

  .mega-nav .innar .sp-nav4 li {
    margin: 0 0 10px;
  }

  .mega-nav .innar .sp-nav4 li a {
    text-decoration: underline;
  }



  /*
.mega-nav .innar .sns {
	position: absolute;
	bottom: 10px;
	right: 5%;
}
.mega-nav .innar .sns ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	letter-spacing: -0.4em;
}
.mega-nav .innar .sns:before{
	display:block;
	content: "follow me!";
	margin: 0 0 10px;
	font-size: 12px;
	color: #ee577b;
}
.mega-nav .innar .sns ul li {
	width: 28px;
	letter-spacing: normal;
}
.mega-nav .innar .sns ul li.line {
	margin: 0 10px 0 0;
}
*/

}





/* ===============================================
フッター
=============================================== */
#footer {
  position: relative;
  margin: 50px 0px 0px;
}

#footer .ft_logo {
  max-width: 415px;
  min-width: 200px;
  width: calc(100% * (415 / 1400));
  margin: 0 auto 30px;
}

#footer .bg_blue {
  background: #005fd5;
}

#footer .innWrap {
  max-width: 660px;
  padding: 35px 10px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

#footer .innWrap .copyright {
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#footer .innWrap .btn {
  width: 41.53%;
}

#footer .innWrap .btn li {
  margin: 0px 0px 20px;
  background: -moz-linear-gradient(left, #ff77b3, #ee577b);
  background: -webkit-gradient(linear, left center, right center, from(#ff77b3), to(#ee577b));
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 4px;
}

#footer .innWrap .btn li:last-child {
  margin: 0;
}

#footer .innWrap .btn li a {
  background: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 0.5em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

#footer .innWrap .btn li a:hover {
  opacity: 0.8;
}

#footer .innWrap .info {
  width: 51%;
  margin-left: auto;
}

#footer .innWrap .info ul .logo {
  margin: 0px 0px 15px;
}

#footer .innWrap .info ul .address {
  font-size: 14px;
  margin: 0px 0px 25px;
}

#footer .innWrap .info .nav {
  display: -webkit-flex;
  display: flex;
}

#footer .innWrap .info .nav li {
  margin: 0 12px 0 0;
}

#footer .innWrap .info .nav li:before {
  background: none;
  content: ">";
  margin: 0 3px 0 0;
  font-size: 10px;
  color: #ee577a;
}

#footer .innWrap .info .nav a {
  font-size: 10px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

#footer .innWrap .info .nav a:hover {
  text-decoration: none;
  opacity: 0.6;
}

#footer .ft_gakuen {
  background: #FFF;
}

#footer .ft_gakuen .innWrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#footer .ft_gakuen .innWrap .logo {
  width: 205px;
}

#footer .ft_gakuen .innWrap .nav {
  width: 700px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 10px;
}

#footer .ft_gakuen .innWrap .nav li a {
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

#footer .ft_gakuen .innWrap .nav li a:hover {
  opacity: 0.6;
}

#footer .ft_gakuen .innWrap .nav li a:after {
  background: none;
  content: " ";
  margin: 0 15px;
  border-right: solid 1px #9e9e9e;
}

#footer .ft_gakuen .innWrap .nav li:nth-child(1) a:before,
#footer .ft_gakuen .innWrap .nav li:nth-child(5) a:before {
  background: none;
  content: " ";
  margin: 0 15px 0 0;
  border-left: solid 1px #9e9e9e;
}

#footer .ft_gakuen .copyright {
  padding: 15px 0px;
  margin: 0px auto;
  max-width: 1000px;
  font-size: 11px;
}

@media only screen and (max-width: 768px) {
  #footer {
    margin: 30px 0 0;
  }

  #footer .ft_logo {
    max-width: 100%;
    min-width: auto;
    width: 65%;
    margin: 0 auto 30px;
  }

  #footer .innWrap {
    padding: 20px 0;
    display: block;
  }

  #footer .innWrap .btn {
    width: 70%;
    margin: 0 auto 25px;
  }

  #footer .innWrap .btn li {
    margin: 0px 0px 10px;
    padding: 3px;
  }

  #footer .innWrap .btn li:last-child {
    margin: 0;
  }

  #footer .innWrap .btn li a {
    font-size: 14px;
    padding: 0.8em;
  }

  #footer .innWrap .info {
    width: auto;
    text-align: center;
  }

  #footer .innWrap .info ul .logo {
    width: 49%;
    margin: 0px auto 10px;
  }

  #footer .innWrap .info ul .address {
    font-size: 12px;
    margin: 0px 0px 10px;
  }

  #footer .innWrap .info .nav {
    -webkit-justify-content: center;
    justify-content: center;
  }

  #footer .innWrap .info .nav li {
    margin: 0 8px 0 0;
  }

  #footer .innWrap .info .nav li:before {}

  #footer .innWrap .info .nav a {}

  #footer .ft_gakuen {}

  #footer .ft_gakuen .innWrap {
    margin: 0 5%;
    padding: 20px 0 0;
    display: block;
    display: block;
  }

  #footer .ft_gakuen .innWrap .logo {
    width: 61%;
    margin: 0 auto 15px;
    text-align: center;
  }

  #footer .ft_gakuen .innWrap .nav {
    width: auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  #footer .ft_gakuen .innWrap .nav li {
    width: 49%;
    margin: 0 0 5px;
  }

  #footer .ft_gakuen .innWrap .nav li a {}

  #footer .ft_gakuen .innWrap .nav li a:after {
    margin: 0 15px;
    border-right: none;
  }

  #footer .ft_gakuen .innWrap .nav li:nth-child(1) a:before,
  #footer .ft_gakuen .innWrap .nav li:nth-child(5) a:before {
    margin: auto;
    border-left: none;
  }

  #footer .ft_gakuen .copyright {
    padding: 20px 1em;
    font-size: 10px;
    text-align: center;
    line-height: 1.2;
  }
}



/* ===============================================
タイトル
=============================================== */
h1 {}

h2 {}

h3 {}

h4 {}

h5 {}



@media only screen and (max-width: 768px) {
  h1 {}

  h2 {}

  h3 {}

  h4 {}

  h5 {}

}









/* ===============================================
SP用 カテゴリ内ナビ
=============================================== */
.sp_snav {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sp_snav {
    display: block;
  }

  .sp_snav .ttl {
    color: #FFF;
    background: #ee5779;
    text-align: center;
    font-weight: bold;
    padding: 0.3em 0.5em 0.5em;
  }

  .sp_snav .inn {
    background: #fce6eb;
    padding: 15px 0px 20px;
  }

  .sp_snav .inn ul {
    margin: 0px 5%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .sp_snav .inn ul li {
    width: 48%;
    margin: 0 2% 10px 0;
    position: relative;
    /*list-style: disc inside;*/
  }

  .sp_snav .inn ul li:nth-last-child(-n+2) {
    margin: 0;
  }

  .sp_snav .inn ul li:after {
    content: "●";
    margin: 0 5px 0 0;
    font-size: 10px;
    color: #ee5779;
    vertical-align: baseline;
    position: absolute;
    top: 0;
    left: 0;
  }

  .sp_snav .inn ul li a {
    text-decoration: underline;
    margin: 0 0 0 15px;
    display: block;
  }
}




/* ==================================
MV
==================================== */
.mv_area {
  width: 100%;
  background: url('../images/mv.jpg') no-repeat 0 0;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 80px;
  position: relative;
  height: 530px;
}

.mv_area .title {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.mv_area .mv_ttr {
  display: inline-block;
  font-size: 25px;
  color: #0d3f62;
  padding: 10px;
  line-height: 3;
  text-align: left;
}

.mv_area .txt_bg_w {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 15px;
}

.mv_area .title {}

@media only screen and (max-width: 1000px) {
  .mv_area .mv_ttr {
    display: inline-block;
    font-size: 25px;
    color: #0d3f62;
    padding: 10px;
    line-height: 3;
    text-align: left;
  }

  .mv_area .txt_bg_w {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 768px) {
  .mv_area {
    height: 480px;
    margin-bottom: 40px;
  }

  .mv_area .title {
    text-align: center;
    background-color: rgba(0, 0, 0, 0)
  }

  .mv_area .mv_ttr {
    display: inline-block;
    font-size: calc(14px + 7 * (100vw - 300px)/468);
    color: #0d3f62;
    padding: 0;
    line-height: 3.5;
    text-align: left;
  }

  .mv_area .txt_bg_w {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 1em 0.5em;
  }
}

@media only screen and (max-width: 640px) {
  .mv_area {
    height: 275px;
  }
}


/* ==================================
レイアウト
==================================== */
.txt_blue {
  color: #005fd5 !important;
}

.txt_read {
  line-height: 1.8;
}

.mincho {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

@media only screen and (max-width: 768px) {
  .txt_read {
    line-height: 1.8;
    font-size: 12px;
  }
}

/* ==================================
ボタン
==================================== */

.button {
  position: relative;
  z-index: 2;
  background-color: #005fd5;
  border: 2px solid #005fd5;
  color: #fff;
  line-height: 1.5;
  padding: 1.5em 0.5em;
  display: block;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  text-align: center;
  overflow: hidden;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

.button:hover {
  background-color: #fff;
  border-color: #005fd5;
  color: #005fd5;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #005fd5;
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button::before {
  right: 0;
}

.button::after {
  left: 0;
}

.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #005fd5;
}

.button.pdf p {
  position: relative;
}

.button.pdf p:after {
  content: '\e415';
  display: inline-block;
  vertical-align: middle;
  font-family: 'Material Icons';
  font-size: 25px;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 0 0 10px;
}

.button.pdf:hover p:after {
  color: #005fd5;
}

.button.arrow p::after {
  margin: 0px 0px 0 11px;
  content: '\e5e1';
  display: inline-block;
  vertical-align: middle;
  font-family: 'Material Icons';
  font-size: 15px;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button.arrow:hover p:after {
  color: #005fd5;
}


@media all and (max-width: 1023px) {
  a.btn_detail_blue {
    font-size: 13px;
    width: auto;
    max-width: 100%;
    padding: 1em 0.5em;
  }
}

@media only screen and (max-width: 768px) {
  .button {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }

}


.btn_detail_blue.pdf,
.btn_detail_blue.arrow {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}






/* ==================================
main_about
====================================*/
/*flex*/
.column2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0px 0px 110px;
}

.column2 .column {
  width: 48%;
}

.column2 .column .btn {
  max-width: 256px;
}

/*タイトル*/
h3.sub_title {
  font-size: 30px;
  line-height: 28px;
  font-weight: 500;
  margin: 15px 0 10px;
  padding: 0em 0em 0.3em 0px;
  position: relative;
}

.sub_title_en {
  font-size: 19px;
  line-height: 19px;
  font-weight: 500;
  margin: 0px 0 30px;
  padding: 0em 0em 0.3em 0px;
  position: relative;
  color: #005fd5;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.txt_read {
  line-height: 1.8;
  margin: 0 0 30px;
}

.txt_read a {
  color: #005fd5;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {

  .column2 h3,
  .column3 h3 {
    font-size: 15px;
  }

  .column2 {
    display: block;
    margin: 0 0 80px;
  }

  .column2 .column:nth-of-type(1) {
    margin-bottom: 25px;
  }

  .column2 .column {
    width: auto;
    margin: 0;
  }

  .column2 h3,
  .column3 h3 {
    font-size: 15px;
  }

  .txt_read {
    line-height: 1.8;
    font-size: 12px;
  }

  .column2 .column .btn {
    max-width: 100%;
  }

}

/* ==================================
sub_V
====================================*/
.sec-attempt {
  width: 100%;
  padding: 100px 0;
  background: url('../images/bg_01.jpg') no-repeat 0 0;
  /*  background-size:100% auto;*/
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 30px;
}

.sec-attempt .lotas {
  margin: 30px auto 0;
  width: 65px;
  height: auto;
}

.sec-attempt .title {
  text-align: center;
  background-color: rgba(0, 0, 0, 0)
}

.sec-attempt .mv_ttr {
  display: inline-block;
  font-size: 25px;
  color: #000;
  padding: 10px;
  line-height: 1.8;
  text-align: center;
}

.sec-attempt .btn {
  max-width: 256px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .sec-attempt {
    width: 100%;
    padding: 100px 0;
    background: url('../images/bg_01_sp.jpg') no-repeat 0 0;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 30px;
  }

  .sec-attempt .lotas {
    margin: 30px auto 0;
    width: 65px;
    height: auto;
  }

  .sec-attempt .title {
    text-align: center;
    background-color: rgba(0, 0, 0, 0)
  }

  .sec-attempt .mv_ttr {
    display: inline-block;
    font-size: 25px;
    color: #000;
    padding: 10px;
    line-height: 1.8;
    text-align: center;
  }
}

/* ==================================
NEWS
====================================*/
.sec-news {
  background-color: #fff;
}

.sec-news .innWrap {
  padding: 85px 10px 120px;
}

.sec-news .innWrap .ttl {
  margin: 0 0 30px;
}

.sec-news .innWrap .ttl .mid_ttr_en {
  font-size: 28px;
  color: #000;
  text-align: center;
  line-height: 1;
  font-weight: 400;
  margin: 20px 0 0;
}

.sec-news .innWrap .ttl .mid_ttr_ja {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  letter-spacing: 4px;
  color: #5363d7;
  opacity: .8;
  line-height: 1;
  margin: 20px 0 0;
}

.sec-news .innWrap .news_area {
  margin: 0 0 50px;
}

.sec-news .news {
  border-bottom: 1px solid #cbcbcb;
}

.sec-news .news a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
}

.sec-news .news a:hover {
  background: #eee;
}

.sec-news .news dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

.sec-news dl dt,
.news_area dl dd {
  margin: 0 10px;
}

.sec-news dl .day {
  width: 90px;
  text-align: center;
  font-weight: bold;
}

.sec-news dl .icon {
  width: 100px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
}

.icon span {
  display: block;
  padding: 0.3em 0 0.3em;
  font-size: 12px;
}

.icon .ne {
  background-color: #005fd5;
}

.icon .ev {
  background-color: #977cad;
}

.sec-news dl .cont {
  width: 640px;
}

.sec-news .news .img {
  width: 18%;
}

.sec-news .btn {
  max-width: 256px;
  margin: 0 auto;
}

@media all and (max-width: 768px) {

  /*NEWS
==================*/

  .sec-pro .title .mid_ttr_en {
    font-size: 20px;
  }

  .sec-pro .title .mid_ttr_ja {
    font-size: 13px;
    line-height: 1.2;
    bottom: 0;
  }

  /*NEWS
==================*/
  .sec-news {
    background-color: #fff;
  }

  .sec-news .innWrap {
    padding: 45px 10px 60px;
  }

  .sec-news .innWrap .ttl {
    margin: 0 0 30px;
  }

  .sec-news .innWrap .ttl .mid_ttr_en {
    font-size: 22px;
  }

  .sec-news .innWrap .ttl .mid_ttr_ja {
    font-size: 16px;
  }

  .sec-news .innWrap .news_area {
    margin: 0 0 30px;
  }

  .news_area .news {}

  .news_area .news a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    align-items: center;
    padding: 0;
  }

  .news_area .news a:hover {
    background: #eee;
  }

  .news_area .news dl {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px 0;
    width: 100%;
  }

  .news_area dl dt,
  .news_area dl dd {
    margin: 0;
  }

  .news_area dl .day {
    width: 30%;
    text-align: left;
  }

  .news_area dl .icon {
    width: 30%;
    padding: 0;
  }

  .icon span {
    display: block;
    padding: 0.3em 0 0.2em;
    font-size: 12px;
  }

  .icon .bl {}

  .news_area dl .cont {
    width: 100%;
    margin: 10px 0 0;
  }

  .news_area .news .img {
    width: 18%;
  }

  /*NEWS
==================*/
  .sec-menu {
    padding: 50px 0 60px;
  }

  .sec-menu li {
    margin: 0 0 20px;
  }

  .sec-menu li:last-child {
    margin: 0;
  }
}

/* ==================================
sub navi
====================================*/
.innwrap_subnav {
  max-width: 860px;
  margin: 0 auto;
}

.sub_nav {
  width: 100%;
  padding: 100px 0;
  background: url('../images/bg_02.jpg') no-repeat 0 0;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 30px;
}

.sub_nav ul {
  text-align: center;
  letter-spacing: -0.04em;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-between;
  justify-content: -webkit-space-between;
  justify-content: -ms-space-between;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  flex-wrap: -ms-wrap;
}

.sub_nav ul .sub_nav_item {
  display: inline-block;
  width: 45%;
  letter-spacing: normal;
}

.sub_nav ul .sub_nav_item:nth-of-type(-n+2) {
  margin-bottom: 50px;
}

.sub_nav ul .sub_nav_item .img {
  position: relative;
  margin: 0 0 10px;
}

.sub_nav ul .sub_nav_item .img p {
  position: absolute;
  color: #fff;
  font-weight: bold;
  /* 画面幅1500pxのとき:22px 
    画面幅1000pxのとき:15px */
  font-size: calc(13px + 5 * (100vw - 860px)/600);
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  letter-spacing: 0.1em;
  padding: 0;
  margin: 0px 0 0;
}

.sub_nav ul .sub_nav_item .img img {
  width: 100%;
}

.read_more_arrow {
  text-align: center;
}

.read_more_arrow::after {
  margin: 0px 0px 0 15px;
  display: inline-block;
  vertical-align: middle;
  content: '\e5c8';
  font-family: 'Material Icons';
  font-size: 14px;
  color: #fff;
  line-height: 1;
  background-color: #005fd5;
  border-radius: 50%;
  padding: 7px;
  transition: all .3s ease;
}

.sub_nav ul .sub_nav_item a:hover>.read_more_arrow::after {
  transform: translateX(5px);
}

@media only screen and (max-width: 1024px) {

  .innwrap_subnav {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 24px;
  }

  .sub_nav {
    width: 100%;
    padding: 100px 0;
    background: url('../images/bg_02.jpg') no-repeat 0 0;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 30px;
  }

}

@media only screen and (max-width: 768px) {

  .innwrap_subnav {
    padding: 0;
    margin: 0 5%;
  }

  .sub_nav {
    padding: 50px 0;
    margin-bottom: 0;
  }

  .sub_nav ul {
    display: block;
  }

  .sub_nav ul .sub_nav_item {
    width: auto;
    letter-spacing: normal;
    margin-bottom: 30px;
  }

  .sub_nav ul .sub_nav_item:nth-of-type(-n+2) {
    margin-bottom: 30px;
  }

  .sub_nav ul .sub_nav_item:nth-last-of-type(-n+3) {
    margin-bottom: 30px;
  }

  .sub_nav ul .sub_nav_item:last-child {
    margin-bottom: 0;
  }

  .sub_nav ul .sub_nav_item .img {
    position: relative;
  }

  .sub_nav ul .sub_nav_item .img p {

    /* 画面幅1500pxのとき:22px 
    画面幅1000pxのとき:15px */
    font-size: 16px;
  }

  .sub_nav ul .sub_nav_item .img img {
    width: 100%;
  }

  .read_more_arrow {
    text-align: center;
  }

  .read_more_arrow::after {
    margin: 0px 0px 0 10px;
    font-size: 12px;
    padding: 5px;
  }

  .sub_nav ul .sub_nav_item a:hover>.read_more_arrow::after {
    transform: translateX(5px);
  }

}

@media only screen and (max-width: 412px) {

  .innwrap_subnav {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 24px;
  }

  .sub_nav {
    width: 100%;
    padding: 50px 0;
    background: url('../images/bg_02_sp.jpg') no-repeat 0 0;
    background-size: cover auto;
    background-position: 50% 50%;
    margin-bottom: 30px;
  }

  .sub_nav ul {
    text-align: center;
    letter-spacing: -0.04em;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: space-around;
    justify-content: -webkit-space-around;
    justify-content: -ms-space-around;
    flex-wrap: wrap;
    flex-wrap: -webkit-wrap;
    flex-wrap: -ms-wrap;
  }

  .sub_nav ul .sub_nav_item {
    display: inline-block;
    width: 80%;
    letter-spacing: normal;
  }

  .sub_nav ul .sub_nav_item:nth-of-type(-n+2) {
    margin-bottom: 0px;
  }

  .sub_nav ul .sub_nav_item:not(:last-of-type) {
    margin-bottom: 50px;
  }

  .sub_nav ul .sub_nav_item .img {
    position: relative;
  }

  .sub_nav ul .sub_nav_item .img p {
    position: absolute;
    color: #fff;
    font-weight: bold;
    /* 画面幅1500pxのとき:22px 
    画面幅1000pxのとき:15px */
    font-size: 15px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    letter-spacing: 0.17em;
    margin: 0;
    padding: 0;
  }

  .sub_nav ul .sub_nav_item .img img {
    width: 100%;
  }

  .read_more_arrow {
    text-align: center;
  }

  .read_more_arrow::after {
    margin: 0px 0px 0 15px;
    display: inline-block;
    vertical-align: middle;
    content: '\e5c8';
    font-family: 'Material Icons';
    font-size: 14px;
    color: #fff;
    line-height: 1;
    background-color: #005fd5;
    border-radius: 50%;
    padding: 7px;
    transition: all .3s ease;
  }

  .sub_nav ul .sub_nav_item a:hover>.read_more_arrow::after {
    transform: translateX(5px);
  }

}

/* ==================================
contact ボタン
====================================*/
.btn_contact {
  margin: 60px auto;
}

.btn_contact a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  padding: 3em 2em;
  width: calc(100% * (750 / 1400));
  max-width: 750px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #005fd5;
  transition: all 0.3s ease;
  border-radius: .3em;
}

.btn_contact a::after {
  position: absolute;
  right: 2%;
  -webkit-transform: translateY(-0%) translateX(-50%);
  -ms-transform: translateY(-0%) translateX(-50%);
  transform: translateY(-0%) translateX(-50%);
  display: inline-block;
  vertical-align: middle;
  content: " ";
  width: 18px;
  height: 18px;
  background: url("../images/common/icon_blank2.png") no-repeat;
  background-size: contain;
}

.btn_contact a:hover {
  opacity: 0.8;
}

.btn_contact a .txt {
  text-align: center;
}

.btn_contact a .txt .en {
  margin: 0 0 0 15px;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .btn_contact {
    margin: 30px 5%;
  }

  .btn_contact a {
    padding: 1em 2em;
    width: auto;
    max-width: 100%;
    font-size: inherit;
    font-weight: 500;
  }

  .btn_contact a::after {
    right: 3%;
    width: 13px;
    height: 13px;
  }

  .btn_contact a:hover {
    opacity: 0.8;
  }

  .btn_contact a:hover::after {
    transform: translateX(0.1em);
  }

  .btn_contact a .txt {}

  .btn_contact a .txt .en {
    margin: 0;
    font-weight: normal;
    font-size: 12px;
    display: block;
  }
}


/*大見出し*/
/*見出し青線*/
.big_copy {
  margin-bottom: 30px;
  font-size: 22px;
  color: #000;
  font-weight: 400;
  padding: 14px 0px;
  position: relative;
  border-bottom: solid 3px #cfd8e8;
}

.big_copy::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #005fd5;
  bottom: -3px;
  width: 30%;
}

.sec_member {
  padding: 30px 3%;
  background-color: #f0f6fd;
}

/*大見出し*/
.big_copy02 {
  margin-bottom: 20px;
  font-size: 22px;
  color: #000;
  font-weight: bold;
  padding: 14px 11px;
  position: relative;
  padding-left: 30px;
}

.big_copy02::before {
  position: absolute;
  left: 14px;
  top: 30%;
  content: '';
  width: 5px;
  height: 45%;
  background-color: #005fd5;
}

@media only screen and (max-width: 768px) {

  /*大見出し*/
  /*見出し青線*/
  .big_copy {
    margin-bottom: 20px;
    font-size: 17px;
    color: #000;
    font-weight: 400;
    padding: 12px 0px;
    position: relative;
    border-bottom: solid 3px #cfd8e8;
  }

  .big_copy::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #005fd5;
    bottom: -3px;
    width: 30%;
  }

  /*大見出し*/
  .big_copy02 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding: 14px 11px;
    position: relative;
    padding-left: 30px;
  }

  .big_copy02::before {
    position: absolute;
    left: 14px;
    top: 30%;
    content: '';
    width: 5px;
    height: 45%;
    background-color: #005fd5;
  }

}








/*ぱんくず CSS*/
#pankuzu {
  line-height: 40px;
  margin: 0 0 60px;
}

#pankuzu ul {
  max-width: 1020px;
  margin: 0 auto;
  text-align: right;
}

#pankuzu ul li {
  margin: -1px 8px 0px 0px;
  display: inline-block;
}

#pankuzu ul li:last-child {}

#pankuzu ul li a {
  color: #005fd5;
}

#pankuzu ul li:after {
  content: ">";
  padding: 0 0 0 10px;
}

#pankuzu ul li:last-of-type:after {
  content: none;
}

#pankuzu ul li a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  #pankuzu {
    margin: 0px 0px 30px;
    padding: 10px 5% 0;
    line-height: 1.5;
  }

  #pankuzu ul li {
    margin: 0px 5px 0px 0px;
    font-size: 1.1rem;
  }

  #pankuzu ul li:last-child {
    margin: 0;
  }

  #pankuzu ul li a {}

  #pankuzu ul li:after {
    padding: 0 0 0 5px;
  }

  #pankuzu ul li:last-of-type:after {
    content: none;
  }

  #pankuzu ul li a:hover {
    text-decoration: none;
  }

}

.pager {
  text-align: center;
  letter-spacing: -0.4em;
}

.pager li {
  display: inline-block;
  letter-spacing: normal;
  font-size: 22px;
  margin: 0 2%;
  color: #0c36af;
}

.pager li a {
  color: #0c36af;
}

.pager li.active a {
  color: #a2b9fd;
}

.youtube {
  max-width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

/*----movie----*/

@media only screen and (min-width: 768px) {
  .movieTitle {
    margin: 0 0 30px;
  }

  .moviewarp {
    padding: 10px 10px 40px;
    max-width: 1024px;
    margin: 0 auto;
  }

  .mT_test {
    font-size: 28px;
    color: #000;
    text-align: center;
    line-height: 1;
    font-weight: 400;
    margin: 20px 0 0;
  }

  .mT_test_en {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    letter-spacing: 4px;
    color: #5363d7;
    opacity: .8;
    line-height: 1;
    margin: 20px 0 0;
  }

  .movieSpace {
    margin: 0 0 50px;
  }

  .movieList {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
  }

  .moviebox {
    width: 22.9%;
    aspect-ratio: 16 / 9;
    margin: 0 1.05% 40px 1.05%;
  }

  .moviebox iframe {
    width: 100%;
  }

  .youtubeTitle {
    text-align: center;
  }

  .kyaChannel {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
  }

  .kyaChannel .banner {
    width: 100%;
    max-width: 560px;
    margin: 10px auto 30px; /* 追加されたスペース */
  }

  .kyaChannel .banner img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    transition: opacity 0.3s ease; /* ホバーエフェクトの追加 */
  }

  .kyaChannel .banner img:hover {
    opacity: 0.8; /* 透過 */
  }

  .bannerTitle {
    margin-top: 5px;
    font-size: 16px;
    color: #333;
    text-align: center;
  }

  .kyaText {
    width: 80%;
    margin: 20px auto;
    text-align: center;
    font-size: 1em;
    line-height: 1.8;
  }
}

@media only screen and (max-width: 767px) {
  .movieTitle {
    margin: 0 0 30px;
  }

  .moviewarp {
    padding: 20px 0px 40px;
    margin: 0 5%;
  }

  .mT_test {
    font-size: 22px;
    color: #000;
    text-align: center;
    line-height: 1;
    font-weight: 400;
    margin: 20px 0 0;
  }

  .mT_test_en {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    letter-spacing: 4px;
    color: #5363d7;
    opacity: .8;
    line-height: 1;
    margin: 20px 0 0;
  }

  .movieSpace {
    margin: 0 0 50px;
  }

  .movieList {
    width: 95%;
    margin: 0 auto;
  }

  .moviebox {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 40px;
  }

  .moviebox iframe {
    width: 100%;
  }

  .youtubeTitle {
    text-align: center;
  }

  .kyaChannel {
    width: 95%;
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
  }

  .kyaChannel .banner {
    width: 100%;
    max-width: 560px;
    margin: 10px auto 30px; /* 追加されたスペース */
  }

  .kyaChannel .banner img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    transition: opacity 0.3s ease; /* ホバーエフェクトの追加 */
  }

  .kyaChannel .banner img:hover {
    opacity: 0.8; /* 透過 */
  }

  .bannerTitle {
    margin-top: 5px;
    font-size: 14px;
    color: #333;
    text-align: center;
  }

  .kyaText {
    width: 99%;
    margin: 20px auto;
    text-align: center;
    font-size: 1em;
    line-height: 1.8;
  }
}





.btn2 {
    display: block;
    margin: 30px auto;
    cursor: pointer;
    transition: all 0.5s;
    border-bottom: 1px solid #cec7bb;
    position: relative;
	max-width: 256px;
    height: 40px;
  }


