@charset "UTF-8";
/*
  reset
--------------------------------------------- */

@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans");
@import url("https://fonts.googleapis.com/css?family=Merienda");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

.none {
  text-decoration: none !important;
  color: inherit !important;
}

table.no-border {
  width: 100%;
  table-layout: fixed;
}

table.no-border td {
  border: 0px !important;
  padding: 3px !important;
}

table.no-border td:first-child {
  width: 30%;
}

/*
  icon
--------------------------------------------- */

@font-face {
  font-family: "liva-font";
  src: url("../fonts/liva-font.eot?vx5ebw");
  src: url("../fonts/liva-font.eot?vx5ebw#iefix") format("embedded-opentype"),
    url("../fonts/liva-font.ttf?vx5ebw") format("truetype"),
    url("../fonts/liva-font.woff?vx5ebw") format("woff"),
    url("../fonts/liva-font.svg?vx5ebw#liva-font") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="i-"],
[class*=" i-"] {
  font-family: "liva-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.i-login:before {
  content: "\e900";
}
.i-inquiry:before {
  content: "\e901";
}
.i-blank:before {
  content: "\e902";
}
.i-pdf:before {
  content: "\e903";
}
.i-arw:before {
  content: "\e904";
}
.i-close:before {
  content: "\e905";
}
.i-arw--l:before {
  content: "\e906";
}
.i-arw--r:before {
  content: "\e907";
}
.i-company:before {
  content: "\e908";
}
.i-service:before {
  content: "\e909";
}
.i-info:before {
  content: "\e90a";
}
.i-magazine:before {
  content: "\e90b";
}
.i-voice:before {
  content: "\e90c";
}
.i-recruit:before {
  content: "\e90d";
}
.i-privacy:before {
  content: "\e90e";
}
.i-contact:before {
  content: "\e90f";
}
.i-plus:before {
  content: "\e910";
}
.i-minus:before {
  content: "\e911";
}
/*
  base
--------------------------------------------- */

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  border-style: none;
  display: block;
  vertical-align: bottom;
}
a,
a img,
button {
  transition: 0.4s;
}
a img:hover {
  opacity: 0.7;
}
a:link {
  color: #4d418c;
  text-decoration: underline;
}
a:visited {
  color: #4d418c;
}
a:hover {
  color: #4d418c;
  text-decoration: none;
}
a:active {
  color: #4d418c;
}
.fa {
  padding-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.center {
  text-align: center;
}
@media (min-width: 768px) {
  /*
  layout
--------------------------------------------- */

  body {
    line-height: 1.7;
    font-size: 16px;
    height: 100%;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
      "游明朝体", YuMincho, "Yu Mincho", "ＭＳ 明朝", "MS Mincho",
      HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar",
      "Droid Sans Japanese", serif;
    position: relative;
    font-weight: 500;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    box-sizing: border-box;
    background: #ffffff;
    min-width: 1200px;
  }
  html {
    height: 100%;
  }
  .sp_only {
    display: none !important;
  }
  .pc_only {
    display: block;
  }
  .wrapper2 {
    max-width: 1200px;
    margin: 0 auto;
  }
  .inner-max {
    padding: 0 10px;
    box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
  }
  .inner {
    padding: 0 10px;
    box-sizing: content-box;
    max-width: 1150px;
    margin: 0 auto;
  }
  .inner-min {
    max-width: 800px;
    margin: 0 auto;
  }
  section .inner {
    max-width: 1150px;
  }
  .left {
    float: left;
    width: 20%;
  }
  .right {
    float: right;
    width: 78%;
  }
  .clearfix {
    clear: both;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  img {
    max-width: 100%;
  }
  .elegant {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
      "游明朝体", YuMincho, "Yu Mincho", "ＭＳ 明朝", "MS Mincho",
      HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar",
      "Droid Sans Japanese", serif;
  }
  .reg {
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
      "MS P Gothic", Helvetica, Arial, Verdana, sans-serif;
  }
  /* flexcroll */

  .flexcroll {
    height: 500px;
    overflow-y: scroll;
    scrollbar-face-color: #4d418c;
    scrollbar-shadow-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
  }
  /* Let's get this party started */

  .flexcroll::-webkit-scrollbar {
    width: 5px;
  }
  /* Track */

  .flexcroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
  }
  /* Handle */

  .flexcroll::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #585f62;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  .schl-box {
    margin: 0 auto;
    width: 70%;
    padding: 20px !important;
  }
  .schl-box .btn {
    margin: 0 auto;
    width: 250px;
  }
  .schl-box .btn a {
    line-height: 40px;
    background: #f27787;
    box-shadow: 1px 1px 2px #8a2431;
  }
  .schl-box .btn a:hover {
    background: #8a2431;
  }
  .schl-box .culum {
    width: 100%;
    padding-bottom: 0px;
  }
  .schl-box .tit_box {
    color: #f27787;
    padding: 0px;
    margin-bottom: 20px;
  }
  /* cats */

  .cat {
    font-size: 0.71em;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    float: right;
    line-height: 1;
    clear: both;
    margin-top: 2px;
  }
  .cat.cat1 {
    background: #f27787;
  }
  .cat.cat2 {
    background: #ff233f;
  }
  .cat.cat3 {
    background: #ff8dc1;
  }
  /*
  header
--------------------------------------------- */

  .branding {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background: #fff;
  }
  .header {
    width: 100%;
    margin: 0 auto;
    display: table;
    background: #fff;
    max-width: 1200px;
  }
  .header .header_logo {
    min-width: 40%;
    display: table-cell;
    background: #fff;
    padding: 15px 3%;
    border: 0px;
  }
  .header .header_logo img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 120%;
    border: 0px;
  }
  .header .brand {
    width: auto;
    display: table-cell;
    vertical-align: middle;
    width: 60%;
  }
  .header .header_btn {
    /*min-width: 170px;*/
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 10px;
  }
  .header .header_btn .login {
    padding: 4px 0;
    text-align: center;
  }
  .header .header_btn .login .i-login {
    font-size: 1.42em;
  }
  .header .header_btn .login a {
    font-size: 0.92em;
    line-height: 20px;
    color: #181717;
  }
  .header .header_btn .login a:hover {
    color: #4d418c;
  }
  .header .header_btn .inquiry a {
    font-size: 0.92em;
    text-align: center;
    font-weight: bold;
    display: block;
    line-height: 55px;
    border-radius: 6px;
    background: #ffe7f2;
    text-decoration: none;
    color: #181717;
  }
  .header .header_btn .inquiry a .i-inquiry {
    font-size: 1.42em;
  }
  .header .header_btn .inquiry a:hover {
    color: #fff;
    text-decoration: none;
    background: #4d418c;
  }
  .header_nav {
    width: auto;
    display: block;
    background: #8c83bd;
  }
  .header_nav ul {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  .header_nav ul li {
    display: inline-block;
  }
  .header_nav ul li a {
    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
  }
  .header_nav ul li a:hover {
    color: yellow;
  }
  .header_nav ul li:last-child a {
    border-right: none;
  }
  main {
    padding-top: 117px;
  }
  /* footer section */

  .footer-section1 {
    margin-top: 80px;
  }
  .footer-section1 h3 {
    font-size: 1.28em !important;
    font-weight: bold;
  }
  .footer-section1 p {
    text-align: center;
    font-size: 1.14em !important;
  }
  .footer-section2 {
    font-size: 18px;
    padding-top: 37px;
    padding-bottom: 45px;
  }
  .footer-section2 .inner {
    max-width: 1200px;
  }
  .footer-section2 .box_frame-bg {
    *zoom: 1;
    box-sizing: border-box;
    position: relative;
    padding: 20px;
    border: 1px #dddddd solid;
  }
  .footer-section2 .box_frame-bg:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .footer-section2 .btn-holder {
    width: 100%;
    padding-bottom: 0px;
    display: block;
    text-align: center;
  }
  .footer-section2 .btn-holder .btn {
    display: inline-block;
    width: 27%;
    padding: 0px;
    padding-left: 25px;
    vertical-align: top;
  }
  .footer-section2 .btn-holder .btn a {
    font-size: 1.14em;
  }
  .footer-section2 .btn-holder .btn:first-child a {
    box-shadow: 1px 1px 2px #857c6a;
    background: #f3a434;
  }
  .footer-section2 .btn-holder .btn:nth-child(2) a {
    box-shadow: 1px 1px 2px #857c6a;
    background: #f3a434;
  }
  .footer-section2 .btn-holder .btn:first-child:hover a,
  .footer-section2 .btn-holder .btn:nth-child(2):hover a {
    background: #2509af;
  }
  .footer-section2 .btn-holder .btnpink a {
    background: #f99fb1;
    box-shadow: 1px 1px 2px #905560;
    line-height: 1.5;
    height: 60px;
  }
  .footer-section2 .btn-holder .btnpink a:hover {
    background: #ff4969;
  }
  .footer-section3 {
    background: #fff;
    padding: 30px 0;
  }
  .footer-section3 .items {
    padding: 28px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-section3 .items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px #ddd solid;
    border-radius: 5px;
    width: 50%;
    margin: 0px 6px;
    background: #fff;
    text-decoration: none;
    height: 114px;
  }
  .footer-section3 .items .item .img-holder {
    width: 50%;
    background-size: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: 0.4s;
  }
  .footer-section3 .items .item .text {
    width: 50%;
    line-height: 114px;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    color: #000;
    transition: 0.4s;
    font-size: 1.28em;
  }
  .footer-section3 .items .item .text i {
    color: #4d418c;
  }
  .footer-section3 .items .item:hover .img-holder {
    opacity: 0.75;
  }
  .footer-section3 .items .item:hover .text {
    color: #fff;
    text-decoration: none;
    background: #24195f;
    box-shadow: 1px 1px 2px #983600;
  }
  /*
  footer
--------------------------------------------- */

  .footer {
    color: #000;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
  }
  .footer .inner-max {
    width: 100%;
    width: calc(100% - 20px);
    padding: 36px 10px;
    display: table;
  }
  .footer .footer_cont {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
  }
  .footer .footer_cont .footer_corp {
    font-size: 0.85em;
    font-weight: bold;
    letter-spacing: 0.075em;
    padding: 10px 0 18px;
  }
  .footer .footer_cont .footer_txt {
    font-size: 0.92em;
  }
  .footer .footer_nav_other {
    width: 80%;
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
  }
  .footer .footer_nav_other ul li {
    margin: 0px 20px;
    display: inline-block;
    padding-bottom: 10px;
  }
  .footer .footer_nav_other ul li a {
    color: #4d418c;
    font-size: 0.92em;
    font-weight: bold;
    text-decoration: none;
  }
  .footer .footer_nav_other ul li a:hover {
    text-decoration: underline;
  }
  .copyright {
    width: 100%;
    background: #fff;
    overflow: hidden;
  }
  .copyright .inner-max {
    width: 100%;
    box-sizing: border-box;
  }
  .copyright .inner-max .copyright_txt {
    font-weight: bold;
    float: left;
    line-height: 82px;
    vertical-align: middle;
  }
  .copyright .inner-max .link {
    float: right;
  }
  .copyright .inner-max .link .login {
    display: table-cell;
    vertical-align: middle;
  }
  .copyright .inner-max .link .login a {
    color: #4d418c;
    text-decoration: none;
  }
  .copyright .inner-max .link .login a:hover {
    text-decoration: underline;
  }
  .copyright .inner-max .link .btn_sns {
    display: table-cell;
  }
  .copyright .inner-max .link .btn_sns li {
    padding: 22px 0 22px 10px;
    display: table-cell;
  }

  /*
  page
--------------------------------------------- */
  .topic-path {
    padding-top: 30px;
  }

  .topic-path ul li {
    display: inline-block;
  }
  .topic-path ul li i {
    font-size: 0.71em;
    display: inline-block;
    padding: 2px 4px 2px 10px;
    color: #4d418c;
  }
  .fixed-bottom {
    width: 100%;
    max-width: 1200px;
    position: fixed;
    bottom: 0;
    padding: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.7) !important;
  }
  .fixed-bottom .box_frame-bg {
    background: none;
    border: none;
    margin-bottom: 0;
  }
  body.no-scroll {
    overflow: hidden;
  }
  .modal_window {
    position: fixed;
    background: rgba(0, 0, 0, 0.7) !important;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    overflow: auto;
    padding: 110px 0 0;
  }
  .modal_window_cont {
    width: 100%;
    text-align: center;
    height: calc(100% - 110px);
    display: table;
    margin: 0 auto 110px;
    vertical-align: middle;
    box-sizing: content-box;
  }
  .modal_window_cont_wrap {
    display: table-cell;
    vertical-align: middle;
  }
  .modal_window_cont_inner {
    border: 3px #4d418c solid;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    padding: 40px;
    border-radius: 8px;
    width: 86%;
    max-width: 800px;
    margin: 0 auto;
  }
  .breadcrumbs {
    padding: 10px 0px;
    background: #ffe7f2;
    font-size: 0.85em;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
      "MS P Gothic", Helvetica, Arial, Verdana, sans-serif;
  }
  .breadcrumbs a {
    color: #4d418c;
  }
  .inline {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /* PC Subpages */

  #getFixed {
    transition: all 2s ease-out;
  }

  .subpage .hero {
    margin: 0 auto;
    position: relative;
    color: #fff;
  }
  .subpage .hero .inner {
    position: relative;
  }
  .subpage .hero .main_img {
    margin: 0 auto;
  }
  .subpage .hero .main_img img {
    max-height: 60vh;
    margin: 0 auto;
  }
  .subpage .hero .to_form {
    display: inline-block;
    position: absolute;
    right: 0%;
    top: 30%;
  }
  .subpage .hero .hero_wrap {
    display: inline-block;
    background: rgba(210, 85, 10, 0.5);
    padding: 20px;
    left: 0%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .recommended,
  .uncategorized {
    display: none;
  }
  .subpage .hero .hero_wrap .hero_copy {
    font-weight: bold;
    font-size: 2em;
    line-height: 1.2;
    margin-bottom: 24px;
  }
  .subpage .hero .hero_wrap .hero_txt {
    font-weight: bold;
    letter-spacing: 0.075em;
    margin-bottom: 1.2em;
  }
  .subpage .hero .hero_wrap .hero_txt:last-child {
    margin-bottom: 0;
  }
  .subpage .hero .hero_wrap .hero_btn a {
    position: relative;
    font-size: 1.28em;
    display: block;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #fff;
    background: #4d418c;
    box-shadow: 1px 1px 2px #24195f;
    border-radius: 6px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
  }
  .subpage .hero .hero_wrap .hero_btn a .fa {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
  }
  .subpage .hero .hero_wrap .hero_btn a:hover {
    text-decoration: none;
    background: #24195f;
    box-shadow: 1px 1px 2px #170e48;
  }
  .page_sub.experience .s4 {
    background: #ffe3e8;
  }
  .page_sub.experience .s4 .img_holder {
    position: relative;
  }
  .page_sub.experience .s4 .txt {
    position: absolute;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
      "MS P Gothic", Helvetica, Arial, Verdana, sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 1.4em;
  }
  .page_sub.experience .s4 .txt1 {
    top: 255px;
    left: 390px;
    transform: rotate(-8deg);
  }
  .page_sub.experience .s4 .txt1s {
    top: 50px;
    left: 400px;
    transform: rotate(-8deg);
    font-size: 1em;
  }
  .page_sub.experience .s4 .txt2 {
    top: 255px;
    right: 180px;
    transform: rotate(1deg);
  }
  .page_sub.experience .s4 .txt2s {
    top: 30px;
    right: 95px;
    transform: rotate(1deg);
    font-size: 1em;
    text-align: left;
  }
  .page_sub.experience .s4 .txt3 {
    top: 618px;
    right: 150px;
    transform: rotate(12deg);
  }
  .page_sub.experience .s4 .txt3s {
    top: 520px;
    right: 50px;
    transform: rotate(13deg);
    font-size: 1em;
    text-align: left;
  }
  .page_sub.experience .s4 .txt4 {
    top: 558px;
    right: 470px;
    transform: rotate(-5deg);
  }
  .page_sub.experience .s4 .txt4s {
    top: 355px;
    right: 400px;
    transform: rotate(-6deg);
    font-size: 1em;
    text-align: left;
  }
  .page_sub.experience .s4 .txt5 {
    top: 618px;
    left: 85px;
    transform: rotate(5deg);
  }
  .page_sub.experience .s4 .txt5s {
    top: 455px;
    left: 285px;
    transform: rotate(-5deg);
    font-size: 1em;
    text-align: left;
  }
  .page_sub.experience .s4 .txt6 {
    bottom: 80px;
    left: 80px;
    transform: rotate(-1deg);
  }
  .page_sub.experience .s4 .txt7 {
    bottom: 220px;
    left: 540px;
    transform: rotate(1deg);
  }
  .page_sub.experience .s4 .txt8 {
    bottom: 40px;
    right: 130px;
    transform: rotate(12deg);
  }

  .page_sub.event .tribe-events-day .tribe-events-day-time-slot h5 {
    color: #4d418c;
  }
  .tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
    padding: 20px;
    margin: 0px;
    border-bottom: 1px solid #ebebeb;
  }
  .tribe-events-day .tribe-events-day-time-slot h5 {
    margin: 0px;
  }
  #tribe-events .tribe-events-button,
  #tribe-events .tribe-events-button:hover,
  #tribe_events_filters_wrapper input[type="submit"],
  .tribe-events-button,
  .tribe-events-button.tribe-active:hover,
  .tribe-events-button.tribe-inactive,
  .tribe-events-button:hover,
  .tribe-events-calendar
    td.tribe-events-present
    div[id*="tribe-events-daynum-"],
  .tribe-events-calendar
    td.tribe-events-present
    div[id*="tribe-events-daynum-"]
    > a {
    background-color: #4d418c;
  }
  .tribe-events-calendar thead th {
    background-color: #4d418c;
  }
  #tribe-events-content .tribe-events-tooltip h4,
  #tribe_events_filters_wrapper .tribe_events_slider_val,
  .single-tribe_events a.tribe-events-gcal,
  .single-tribe_events a.tribe-events-ical {
    color: #4d418c;
  }
  .page_sub.event .tribe-events-present {
    background-color: #eeedf7;
  }
  .page_school table {
    width: 100%;
  }
  #tribe-events-content th {
    padding: 20px 16px;
    border: 1px #ddd solid;
  }
  .tribe-events-list .type-tribe_events {
    padding: 20px;
    background: #fff;
  }
  .tribe-event-date-start,
  .tribe-event-time {
    font-size: 1.5em;
  }
  .tribe-events-venue-details {
    font-size: 1.3em;
    background: #e1dcff;
    padding: 5px;
    font-style: initial !important;
    text-align: center;
  }
  .page_school #tribe-events-content th {
    color: #fff;
  }
  .page_school #tribe-events-content td {
  }
  #tribe-events-content table td {
    background-color: #fff;
  }
  .events-archive.events-gridview
    #tribe-events-content
    table
    .type-tribe_events {
    background: #fff4fc;
    padding: 0px;
    margin-bottom: 5px;
    border-radius: 5px;
  }
  #tribe-events-content
    .tribe-events-calendar
    div[id*="tribe-events-event-"]
    h3.tribe-events-month-event-title {
    font-size: 12px;
  }
  .tribe-events-list-separator-month span {
    background-color: #f1e6d1;
  }

  /*
    kitsuke
    --------------------------------------------- */

  .kitsuke .s3 {
    background: #fff !important;
  }

  .kitsuke table td {
    vertical-align: top;
  }

  .kitsuke table td:first-child {
    width: 25%;
  }

  /*campaign*/

  .campaign .s4 .img-hldr {
    width: 40%;
  }
  .campaign .s4 .desc {
    padding: 0px 20px;
    width: 60%;
  }

  .campaign .s4 iframe {
    width: 100%;
  }

  .campaign .s6 {
    background: #fff;
    padding-bottom: 50px;
  }

  .campaign .s6 .img-hldr {
    width: 30%;
  }
  .campaign .s6 .desc {
    padding: 0px 20px;
    width: 70%;
  }

  .campaign .s6 .desc span {
    float: right;
    clear: both;
    margin-top: 50px;
    display: inline-block;
  }

  .campaign .s7 .tit_large {
    background: #f6f4ec;
  }

  .campaign .s7 .inline {
    margin: 0 auto;
    max-width: 900px;
  }

  .campaign .s7 .item {
    border: 2px dashed #4d418c;
    padding: 20px;
    background: #fff;
    width: 48%;
    margin-bottom: 30px;
  }

  .campaign .s7 .item img {
    display: block;
    margin: 0 auto;
  }

  .campaign .s8 {
    background: #fff;
  }

  .campaign .s8 .inline .item {
    width: calc(100% / 3.3);
  }

  .campaign .btn-hldr {
    margin: 0 auto;
    max-width: 800px;
  }

  .campaign2 .inner {
    padding: 0px;
    padding-bottom: 30px;
    background: #eaa552; /* Old browsers */
    background: -moz-linear-gradient(
      left,
      #eaa552 1%,
      #f6e6b4 73%,
      #f6e6b4 73%,
      #f6e6b4 73%,
      #f4dc95 100%,
      #f6e6b4 100%,
      #f6e6b4 100%,
      #ed9017 100%,
      #ea9b3a 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      left,
      #eaa552 1%,
      #f6e6b4 73%,
      #f6e6b4 73%,
      #f6e6b4 73%,
      #f4dc95 100%,
      #f6e6b4 100%,
      #f6e6b4 100%,
      #ed9017 100%,
      #ea9b3a 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to right,
      #eaa552 1%,
      #f6e6b4 73%,
      #f6e6b4 73%,
      #f6e6b4 73%,
      #f4dc95 100%,
      #f6e6b4 100%,
      #f6e6b4 100%,
      #ed9017 100%,
      #ea9b3a 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa552', endColorstr='#ea9b3a',GradientType=1 ); /* IE6-9 */
  }

  .campaign2 .inline {
    padding-top: 0px;
  }

  .campaign2 .f1 {
    background: #9c9582;
  }

  .campaign2 .inline .item {
    width: 50%;
    height: 400px;
    background-size: cover;
    background-position: center;
  }

  .campaign2 .inline .item h2 {
    text-align: center;
    background: #fff;
    font-size: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    color: red;
    transform: translate(-50%, -50%);
    padding: 5px;
  }

  .campaign2 .inline .item h2 span {
    border: 1px solid red;
    display: block;
  }

  .campaign2 .txt {
    width: 50% !important;
    position: relative;
  }

  .campaign2 .circular {
    border: 5px dotted red;
    border-radius: 50%;
    padding: 30px 30px 50px 30px;
    margin: 0px auto;
    max-width: 540px;
    text-align: center;
    font-size: 1.6em;
    background: #fff;
    margin-top: 50px;
  }

  .campaign2 .circular .big {
    font-size: 2.3em;
    color: red;
  }

  .campaign2 .person {
    margin: 0 auto;
    width: 300px;
    font-size: 2em;
    border-bottom: 2px solid red;
  }

  .campaign2 .person .big {
    font-size: 2.3em;
    color: red;
  }

  .campaign2 .btns {
    width: 800px;
    margin: 50px auto;
  }

  .campaign2 .btns .btn a {
    background: red;
  }
  .pc-on {
    display: block;
  }
  .sp-on {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .subpage .hero .hero_wrap .hero_btn a {
    font-size: 14px;
    line-height: 45px;
  }
  .subpage .hero .hero_wrap .hero_btn a .fa {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
  }
}
@media (min-width: 768px) {
  .subpage .inner2 {
    margin: 0 auto;
    max-width: 880px;
  }
  .subpage .contents {
    padding: 30px 0px;
  }
  .subpage p {
    /*margin-bottom: 10px;*/
  }
  .subpage .center-in {
    text-align: center;
  }
  .subpage .center-in * {
    /*display: inline-block;*/
  }
  .subpage .center-in .btn {
    display: block;
    margin: 0 auto;
  }
  .subpage .center-in .btn a {
    display: block;
  }
  .subpage .qlinks a.btn {
    padding: 10px;
    width: 50%;
    background: #f27787;
    color: #fff;
    font-size: 1.07em;
    display: block;
    text-decoration: none;
    border: 1px solid #f27787;
    position: relative;
    margin-bottom: 0px;
  }
  .subpage .qlinks a.btn .fa {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
  }
  .subpage .qlinks a.btn:hover,
  .subpage .qlinks a.btn.active {
    background: #fff;
    color: #f27787;
  }
  .subpage .footer-section1 {
    margin-top: 30px;
  }
  /*
  parts
--------------------------------------------- */

  .key {
    position: relative;
    height: 150px;
    background: #f6f4ec;
    margin-bottom: 40px;
  }
  .key .key_cont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .key .key_cont .key_tit {
    font-size: 2em;
    font-weight: bold;
  }
  .key .key_cont .key_tit-en {
    font-size: 0.92em;
    color: #4d418c;
  }
  .key:after {
    content: "";
    width: 50%;
    height: 100%;
    background: url(http://placehold.jp/700x150.png) center no-repeat;
    background-position: cover;
    position: absolute;
    right: 0;
  }
  /* ---------- title ---------- */

  .subtitle {
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 2.28em;
    margin-bottom: 30px;
  }
  .s_small {
    text-align: center;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
      "游明朝体", YuMincho, "Yu Mincho", "ＭＳ 明朝", "MS Mincho",
      HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar",
      "Droid Sans Japanese", serif;
    font-size: 14px;
  }
  .tit_page {
    padding: 40px 0;
    text-align: center;
    font-size: 2.28em;
    font-weight: bold;
  }
  .tit_page span {
    display: block;
    font-weight: normal;
    font-size: 13px;
    color: #4d418c;
  }
  .tit_large_cont {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .tit_large_cont:after {
    width: 100%;
    content: "";
    border-top: 1px #ddd solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .tit_large_cont {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .tit_large_cont .tit_large {
    display: inline-block;
    text-align: center;
    padding: 20px 30px;
    background: #ffffff;
    position: relative;
    z-index: 10;
    font-size: 2.28em;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .tit_large_cont .tit_large {
    padding: 10px 4%;
  }
}
@media (min-width: 768px) {
  .tit_medium {
    font-weight: bold;
    font-size: 1.42em;
    padding: 20px 0;
    margin: 30px 0px;
    padding: 5px 0px;
    line-height: 1;
    background-image: url(../images/pro/pattern1.png);
    background-position: right;
    font-size: 1.5em;
    background-size: cover;
  }
  .tit_medium:after {
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 10px;
    content: "";
    background: #4d418c;
  }
  .tit_medium.center:after {
    margin: 10px auto 0;
  }
  .tit_gr_med {
    color: #adc192;
    font-weight: bold;
    font-size: 1.28em;
    margin: 20px 0;
    padding-left: 10px;
    border-left: 5px solid #adc192;
  }
  .tit_yl_med {
    color: #000;
    font-weight: bold;
    font-size: 1.28em;
    margin: 20px 0;
    padding-left: 10px;
    border-left: 5px solid #ed9f00;
  }
  .tit_small {
    font-weight: bold;
    font-size: 1.28em;
    padding: 20px 0;
  }
  .tit_min {
    font-weight: bold;
    font-size: 1.14em;
    padding: 10px 0;
  }
  .tit_box {
    font-weight: bold;
    font-size: 1.42em;
    color: #4d418c;
    padding: 20px 0 40px;
  }
  .tit_line {
    width: 800px;
    position: relative;
    color: #4d418c;
    font-size: 1.28em;
    font-weight: bold;
    padding-left: 58px;
    margin-bottom: 40px;
  }
  .tit_line:before {
    content: "";
    width: 40px;
    height: 3px;
    background: #4d418c;
    position: absolute;
    left: 0;
    top: 12px;
  }
  .tit_bg {
    background: #4d418c;
    color: #fff;
    font-size: 1.07em;
    margin: 10px 0px;
    padding: 10px;
    line-height: 1;
  }
  strong {
    font-weight: 700;
  }
  /* ---------- text ---------- */

  .txt_normal {
    padding-bottom: 50px;
  }
  .txt_caption {
    font-size: 0.85em;
    color: #666;
    margin-bottom: 50px;
  }
  .txt_sub {
    margin-bottom: 120px;
    width: 700px;
  }
  /* ---------- box ---------- */

  .box_frame,
  .box_frame-bold,
  .box_frame-bg {
    border-radius: 12px;
    border: 1px #f6f4ec solid;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .box_frame,
  .box_frame-bold,
  .box_frame-bg {
    padding: 20px 16px;
    margin-bottom: 10px;
    border-radius: 8px;
  }
}
@media (min-width: 768px) {
  .box_frame-bold,
  .box_frame-bold-bold,
  .box_frame-bg-bold {
    border: 5px #f6f4ec solid;
  }
  .box_frame-bg,
  .box_frame-bold-bg,
  .box_frame-bg-bg {
    background: #f6f4ec;
  }
  /* ---------- btn ---------- */

  .cont_btn {
    display: table;
    padding-bottom: 40px;
  }
  .cont_btn .btn,
  .cont_btn .btn_min,
  .cont_btn .btn_wh {
    display: table-cell;
    padding-right: 25px;
  }
  .btn {
    width: 385px;
  }
  .btn a {
    position: relative;
    font-size: 1.28em;
    display: block;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #fff;
    background: #4d418c;
    box-shadow: 1px 1px 2px #24195f;
    border-radius: 6px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
  }
  .btn a .fa {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
  }
  .btn a:hover {
    text-decoration: none;
    background: #24195f;
    box-shadow: 1px 1px 2px #170e48;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .btn a {
    font-size: 14px;
    line-height: 45px;
  }
  .btn a .fa {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
  }
}
@media (min-width: 768px) {
  .btn_min a {
    position: relative;
    display: inline-block;
    padding: 0 50px;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #fff;
    background: #4d418c;
    box-shadow: 1px 1px 2px #24195f;
    border-radius: 4px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
  }
  .btn_min a:hover {
    text-decoration: none;
    background: #24195f;
    box-shadow: 1px 1px 2px #2c0633;
  }

  .article_cont .cat {
    float: none;
  }

  .recommended,
  .uncategorized {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .btn_min a {
    min-width: 150px;
    line-height: 45px;
  }
}
@media (min-width: 768px) {
  .btn_wh_cont {
    display: inherit;
  }
  .btn_wh a {
    position: relative;
    display: inline-block;
    padding: 0 48px;
    font-size: 1.14em;
    letter-spacing: 0.075em;
    color: #4d418c;
    background: #fff;
    border-radius: 4px;
    border: 1px #4d418c solid;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
  }
  .btn_wh a:hover {
    text-decoration: none;
    background: #4d418c;
    color: #fff;
  }
  .btn_wh a i {
    font-size: 0.71em;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .btn_wh {
    width: 48%;
    float: right;
  }
  .btn_wh a {
    width: 100%;
    padding: 0 20px;
    font-size: 0.92em;
    line-height: 45px;
  }
}
@media (min-width: 768px) {
  .btn_wh-r a {
    position: relative;
    display: inline-block;
    padding: 0 48px;
    font-size: 1.14em;
    letter-spacing: 0.075em;
    color: #4d418c;
    background: #fff;
    border-radius: 4px;
    border: 1px #4d418c solid;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
  }
  .btn_wh-r a:hover {
    text-decoration: none;
    background: #4d418c;
    color: #fff;
  }
  .btn_wh-r a i {
    font-size: 0.71em;
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -6px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .btn_wh-r {
    width: 48%;
    float: left;
  }
  .btn_wh-r a {
    width: 100%;
    padding: 0 20px;
    font-size: 0.92em;
    line-height: 45px;
  }
}
@media (min-width: 768px) {
  /* ---------- link ---------- */

  .cont_link {
    padding-bottom: 40px;
    font-size: 1.14em;
  }
  .cont_link a {
    padding-right: 40px;
  }
  /* ---------- list ---------- */

  .list_circle {
    padding-bottom: 40px;
  }
  .list_circle li {
    position: relative;
    padding-left: 20px;
  }
  .list_circle li:before {
    position: absolute;
    content: "〇";
    font-weight: bold;
    color: #4d418c;
    left: 0;
  }
  .list_dot {
    padding-bottom: 40px;
  }
  .list_dot li {
    position: relative;
    padding-left: 20px;
  }
  .list_dot li:before {
    position: absolute;
    content: "・";
    font-weight: bold;
    color: #181717;
    left: 0;
  }
  .list_border {
    padding-bottom: 40px;
  }
  .list_border li {
    padding: 10px 0;
    border-bottom: 1px #ddd solid;
  }
  .list_number {
    padding-bottom: 40px;
  }
  .list_number li {
    position: relative;
    padding-left: 45px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .list_number li:nth-child(1):before {
    position: absolute;
    content: url(../images/common/ico-1.png);
    left: 0;
  }
  .list_number li:nth-child(2):before {
    position: absolute;
    content: url(../images/common/ico-2.png);
    left: 0;
  }
  .list_number li:nth-child(3):before {
    position: absolute;
    content: url(../images/common/ico-3.png);
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .list_number li {
    padding-left: 32px;
    line-height: 22px;
    padding-bottom: 10px;
  }
  .list_number li:nth-child(1):before {
    content: "";
    background: url(../images/common/ico-1.png) no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
  }
  .list_number li:nth-child(2):before {
    content: "";
    background: url(../images/common/ico-2.png) no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
  }
  .list_number li:nth-child(3):before {
    content: "";
    background: url(../images/common/ico-3.png) no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 768px) {
  /* ---------- culum ---------- */

  .culum_line {
    padding-bottom: 40px;
    display: table;
  }
  .culum_line_cont {
    display: table-cell;
    padding: 10px 0;
  }
  .culum_line_cont:first-child {
    border-right: 1px #ddd solid;
    padding-right: 36px;
  }
  .culum_line_cont:last-child {
    padding-left: 36px;
  }
  .culum {
    padding-bottom: 40px;
    display: table;
    table-layout: fixed;
  }
  .culum_cont {
    padding-right: 3%;
    display: table-cell;
  }
  .culum_cont:last-child {
    padding: 0;
  }
  /* ---------- table ---------- */

  .tbl_normal {
    margin-bottom: 40px;
    width: 100%;
  }
  .tbl_normal th,
  .tbl_normal td {
    padding: 20px 16px;
    border: 1px #ddd solid;
  }
  .tbl_normal th {
    text-align: center;
    width: 230px;
    background: #f9effb;
  }
  .tbl_normal td {
    background: #fff;
  }
  .tbl_normal .tit {
    background: #f6f0e1;
    padding: 10px 16px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .tbl_normal th,
  .tbl_normal td {
    text-align: left;
    padding: 8px 16px;
    width: 100%;
    display: block;
  }
  .tbl_normal .tit {
    padding: 8px 16px;
  }
}
@media (min-width: 768px) {
  .tbl_line {
    margin-bottom: 40px;
    width: 100%;
  }
  .tbl_line th,
  .tbl_line td {
    padding: 20px 16px;
  }
  .tbl_line th {
    text-align: center;
    width: 230px;
    border-bottom: 2px #4d418c solid;
  }
  .tbl_line td {
    border-bottom: 2px #ddd solid;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .tbl_line th,
  .tbl_line td {
    text-align: left;
    padding: 8px 16px;
    width: 100%;
    display: block;
  }
  .tbl_line td {
    border-bottom: 1px #ddd solid;
  }
}
@media (min-width: 768px) {
  /* ---------- form ---------- */

  .form_cont table,
  .tbl_form table {
    width: 100%;
  }
  .form_cont th,
  .form_cont td,
  .tbl_form th,
  .tbl_form td {
    border: 1px #ddd solid;
  }
  .form_cont th,
  .tbl_form th {
    width: 230px;
    padding: 20px 16px;
    background: #f6f4ec;
  }
  .form_cont td,
  .tbl_form td {
    background: #fff;
    padding: 10px;
  }
  .form_cont .tit,
  .tbl_form .tit {
    background: #f6f0e1;
    padding: 10px 16px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .form_cont th,
  .form_cont td,
  .tbl_form th,
  .tbl_form td {
    text-align: left;
    padding: 8px 4%;
    width: 100%;
    display: block;
    border-right: none;
    border-left: none;
  }
  .form_cont th,
  .tbl_form th {
    padding-bottom: 0;
    font-weight: bold;
    border-bottom: none;
  }
  .form_cont td,
  .tbl_form td {
    background: #f6f4ec;
    border-top: none;
  }
  .form_cont .tit,
  .tbl_form .tit {
    padding: 8px 4%;
  }
}
@media (min-width: 768px) {
  .form_cont .detail_left,
  .form_cont .detail_left2,
  .tbl_form .detail_left,
  .tbl_form .detail_left2 {
    width: 330px;
    padding: 20px 16px;
    background: #f6f4ec;
  }
  .form_cont .detail_right,
  .form_cont .detail_right2,
  .tbl_form .detail_right,
  .tbl_form .detail_right2 {
    padding: 20px 16px;
  }
  .form_cont .error_coution,
  .tbl_form .error_coution {
    color: #cd1212;
    font-size: 0.92em;
  }
  .form_cont .ex,
  .tbl_form .ex {
    color: #666;
    font-size: 0.92em;
  }
  .form_cont .req,
  .tbl_form .req {
    vertical-align: middle;
    display: inline-block;
    float: right;
    padding: 3px 14px;
    font-size: 0.71em;
    color: #fff;
    background: #cd1212;
    border-radius: 6px;
  }
  .form_cont .sei,
  .form_cont .mei,
  .tbl_form .sei,
  .tbl_form .mei {
    display: block;
  }
  .form_cont .sei,
  .tbl_form .sei {
    margin-bottom: 10px;
  }
  .form_cont input[type="text"],
  .form_cont textarea,
  .tbl_form input[type="text"],
  .tbl_form textarea,
  select {
    width: 100%;
    border: 1px #ddd solid;
    border-radius: 4px;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
      "MS P Gothic", Helvetica, Arial, Verdana, sans-serif;
    padding: 10px 16px;
  }
  select {
    width: 230px;
  }
  .form_cont input[type="text"].m_r10,
  .form_cont textarea.m_r10,
  .tbl_form input[type="text"].m_r10,
  .tbl_form textarea.m_r10 {
    width: 80%;
    margin-left: 10px;
  }
  .form_cont input[type="checkbox"],
  .form_cont input[type="radio"],
  .tbl_form input[type="checkbox"],
  .tbl_form input[type="radio"] {
    display: none;
  }
  .form_cont input[type="checkbox"] + span,
  .form_cont input[type="radio"] + span,
  .tbl_form input[type="checkbox"] + span,
  .tbl_form input[type="radio"] + span {
    margin-right: 20px;
    margin-bottom: 1em;
    padding-left: 35px;
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }
  .form_cont input[type="checkbox"] + span:before,
  .form_cont input[type="radio"] + span:before,
  .tbl_form input[type="checkbox"] + span:before,
  .tbl_form input[type="radio"] + span:before {
    content: "";
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: #d7d7d7 1px solid;
    background: #fff;
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    box-sizing: border-box;
  }
  .form_cont input[type="checkbox"] + span:after,
  .form_cont input[type="radio"] + span:after,
  .tbl_form input[type="checkbox"] + span:after,
  .tbl_form input[type="radio"] + span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1;
    box-sizing: border-box;
  }
  .form_cont input[type="radio"] + span:before,
  .tbl_form input[type="radio"] + span:before {
    border-radius: 100%;
  }
  .form_cont input[type="checkbox"]:checked + span:after,
  .tbl_form input[type="checkbox"]:checked + span:after {
    content: "\2713";
    font-size: 2.1rem;
    color: #4d418c;
    top: -0.25em;
    left: -0.1em;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .form_cont input[type="radio"]:checked + span:after,
  .tbl_form input[type="radio"]:checked + span:after {
    width: 12px;
    height: 12px;
    margin: -6px 0 0 0;
    background: #4d418c;
    left: 4px;
    border-radius: 100%;
  }
  .form_cont .doui_bt,
  .tbl_form .doui_bt {
    text-align: center;
  }
  .form_cont .doui,
  .tbl_form .doui {
    margin: 30px auto;
    background: #fff;
    width: 100%;
    height: 200px;
    padding: 30px;
    border: 1px #ddd solid;
    overflow-y: scroll;
  }
  .form_detail_bt {
    padding: 50px 0;
    text-align: center;
    margin: 0 auto;
  }
  .form_detail_bt input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 385px;
    display: block;
    border-radius: 6px;
    border: 0;
    background: #f3a434;
    color: #181717;
    font-weight: bold;
    font-size: 1.28em;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    margin: 0 auto;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
      "MS P Gothic", Helvetica, Arial, Verdana, sans-serif;
    letter-spacing: 0.075em;
  }
  .form_detail_bt input[type="button"]:hover {
    background: #ffed76;
    color: #000;
  }
  /* ---------- faq ---------- */

  .faq_cont {
    border-radius: 12px;
  }
  .faq_cont .box_question {
    *zoom: 1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #ddd solid;
  }
  .faq_cont .box_question:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .faq_cont .box_question .question_ico {
    float: left;
    width: 40px;
    line-height: 40px;
    font-size: 1.42em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #4d418c;
    border-radius: 4px;
    margin-right: 20px;
  }
  .faq_cont .box_question .question_txt {
    color: #4d418c;
    padding-left: 60px;
  }
  .faq_cont .box_question .question_img {
    float: right;
  }
  .faq_cont .box_answer {
    *zoom: 1;
    margin-bottom: 20px;
  }
  .faq_cont .box_answer:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .faq_cont .box_answer .answer_ico {
    float: left;
    width: 40px;
    line-height: 36px;
    font-size: 1.42em;
    font-weight: bold;
    text-align: center;
    color: #4d418c;
    background: #fff;
    border: 2px #4d418c solid;
    border-radius: 4px;
    margin-right: 20px;
  }
  .faq_cont .box_answer .answer_txt {
    padding-left: 60px;
  }
  .faq_holder {
    margin: 0 auto;
    /*float: left;*/
    width: 70%;
  }
  .sidebox {
    width: 27%;
    float: right;
    background: #fff;
    border-radius: 12px;
  }
  .sidebox ul li {
    border-bottom: 1px solid #ebebeb;
    padding: 10px;
  }
  .sidebox ul li a {
    text-decoration: none;
  }
  /*
  index common
--------------------------------------------- */

  .page_index {
    /*
  hero
--------------------------------------------- */
  }
  .page_index .cont_tit {
    font-size: 1.42em;
    font-weight: bold;
    text-align: center;
    letter-spacing: normal;
    padding: 50px 0 40px;
  }
  .page_index .bx-wrapper {
    max-width: 100%;
    border: 0px;
    box-shadow: none;
    margin-bottom: 0px;
  }
  .page_index .bx-wrapper .copy {
    padding-top: 25%;
  }
  .page_index .bx-wrapper .copy h2 {
    font-size: 4.286em;
    font-weight: 700;
  }
  .page_index .bx-wrapper .copy h3 {
    font-size: 2.38em;
    font-weight: 600;
  }
  .page_index .bx-wrapper li.li-2 .copy {
    float: right;
    clear: both;
  }
  .copy-2 {
    margin-top: 10%;
    float: left;
    width: 30%;
    text-align: center;
    /*border: 4px solid black;*/
    padding: 0px 0px 0px 0px;
  }
  .copy-2 img {
    max-width: 100%;
  }
  .copy-2 h3 {
    font-size: 2.38em;
    font-weight: 600;
  }
  .copy-2 h3 .line1 {
    background: #d685b0;
    color: #fff;
    line-height: 1;
    padding: 0px 10px;
  }
  .copy-2 h3 .smaller {
    background: #d685b0;
    color: #fff;
    line-height: 1;
    padding: 0px 10px;
  }
  .copy-2 h3 .line2 {
    margin-top: 20px;
    display: block;
    background: #a51a4d;
    color: #fff;
  }
  .copy-2 h3 .right-pulled {
    display: block;
    background: #e4cec6;
    color: #a51a4d;
  }
  .page_index .bx-wrapper li.li-2 .copy {
    width: 35%;
    clear: none !important;
  }
  .page_index .bx-wrapper li.li-3 .copy {
    padding-top: 15%;
    margin-left: -80px;
  }
  .page_index .bx-wrapper li.li-4 {
    background-position: 60% center !important;
  }
  .page_index .bx-wrapper li.li-4 .copy {
    padding-top: 30px;
  }
  .page_index .bx-wrapper li.li-4 .copy .rect {
    display: inline-block;
    margin-top: 100px;
    width: 200px;
    height: 200px;
    position: relative;
  }
  .page_index .bx-wrapper li.li-4 .copy .rect h3 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
    font-size: 1.71em;
    letter-spacing: 3px;
    width: 150px;
  }
  .page_index .bx-wrapper li.li-4 .copy .rect h3 span {
    letter-spacing: 1px;
    display: block;
    font-size: 10px;
  }
  .page_index .bx-wrapper li.li-4 .copy .rect2 {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
  }
  .page_index .bx-wrapper li.li-4 .copy .rect2 h3 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
    font-size: 0.7em;
    letter-spacing: 3px;
    width: 75px;
    margin-left: 2px;
  }
  .page_index .bx-wrapper li.li-4 .copy .rect2 h3 span {
    letter-spacing: 1px;
    display: block;
    font-size: 10px;
  }
  .page_index .bx-wrapper li.li-4 .copy .r-bg {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ea2525;
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 3px #ea2525;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%) rotate(45deg);
  }
  .page_index .bx-wrapper li.li-4 .copy .p-bg {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #828282;
    width: 75px;
    height: 75px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 3px #828282;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%) rotate(45deg);
  }
  .page_index .bx-wrapper .bx-controls-direction a {
    z-index: 999 !important;
  }
  .page_index .bx-wrapper .bx-controls-auto,
  .page_index .bx-wrapper .bx-pager {
    bottom: 30px !important;
  }
  .page_index .hero {
    margin: 0 auto;
    background: #d3eaf5;
    position: relative;
    color: #000000;
  }
  .page_index .hero ul li {
    background-color: #fff;
    background-size: cover;
    background-position: 40% 10%;
    background-repeat: no-repeat;
    height: 700px;
  }
  .page_index .hero ul li.li-5 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .page_index .hero ul li.li-4 {
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .page_index .hero .inner {
    min-height: calc(60vh - 100px);
    position: relative;
  }
  .page_index .hero .main_img {
    margin: 0 auto;
  }
  .page_index .hero .main_img img {
    max-height: 60vh;
    margin: 0 auto;
  }
  .page_index .hero .to_form {
    display: inline-block;
    position: absolute;
    right: 0%;
    top: 30%;
  }
  .page_index .hero .hero_wrap {
    display: inline-block;
    background: rgba(210, 85, 10, 0.5);
    padding: 20px;
    left: 0%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .page_index .hero .hero_wrap .hero_copy {
    font-weight: bold;
    font-size: 2em;
    line-height: 1.2;
    margin-bottom: 24px;
  }
  .page_index .hero .hero_wrap .hero_txt {
    font-weight: bold;
    letter-spacing: 0.075em;
    margin-bottom: 1.2em;
  }
  .page_index .hero .hero_wrap .hero_txt:last-child {
    margin-bottom: 0;
  }
  .page_index .hero .hero_wrap .hero_btn a {
    position: relative;
    font-size: 1.28em;
    display: block;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #fff;
    background: #4d418c;
    box-shadow: 1px 1px 2px #24195f;
    border-radius: 6px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
  }
  .page_index .hero .hero_wrap .hero_btn a .fa {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
  }
  .page_index .hero .hero_wrap .hero_btn a:hover {
    text-decoration: none;
    background: #24195f;
    box-shadow: 1px 1px 2px #170e48;
  }

  .privacy p {
    margin-bottom: 30px;
  }

  .privacy .tit_line {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .page_index .hero .hero_wrap .hero_btn a {
    font-size: 14px;
    line-height: 45px;
  }
  .page_index .hero .hero_wrap .hero_btn a .fa {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
  }
}
@media (min-width: 768px) {
  .mw {
    max-width: 1400px;
    margin: 0 auto;
  }
  .application .inline .txthldr {
    width: 68%;
  }
  .application .inline .imghldr {
    width: 30%;
  }
  .application .mb20 {
    margin-bottom: 20px;
  }
  .page_index .hero .inner {
    position: relative;
  }
  .page_index .subcopy {
    color: #572261;
  }
  .page_index .subcopy h2 {
    font-size: 1.71em;
  }
  .page_index .subcopy h3 {
    font-size: 14px;
  }
  .page_index a.subcopy {
    text-decoration: none;
  }
  .page_index a.subcopy:hover {
    opacity: 0.7;
  }
  .page_index .sub1 {
    padding-top: 25%;
  }
  .page_index .sub2 {
    position: absolute;
    top: 45%;
    left: 0px;
    width: 345px;
  }
  .page_index .sub3 {
    text-align: center;
    width: 300px;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .page_index .subhero {
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: top right;
    height: 700px;
    position: relative;
    color: #fff;
  }
  /*
  index area_information
--------------------------------------------- */

  .area_information {
    position: relative;
    margin-bottom: 30px;
    font-size: 14px;
  }
  .area_information .information_cont {
    margin-bottom: 55px;
    background: #fff;
  }
  .area_information .information_cont li {
    padding: 10px 0;
    border-bottom: 1px #ddd solid;
  }
  .area_information .information_cont li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .area_information .information_cont .info_category {
    color: #fff;
    font-size: 0.92em;
    border-radius: 4px;
    display: inline-block;
    width: 100px;
    text-align: center;
    line-height: 30px;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
      "MS P Gothic", Helvetica, Arial, Verdana, sans-serif;
  }
  .area_information .information_cont .info_category.category_news {
    background: #62ba54;
  }
  .area_information .information_cont .info_category.category_release {
    background: #54a6ba;
  }
  .area_information .information_cont .info_category.category_media {
    background: #516ea9;
  }
  .area_information .information_cont .info_date {
    float: right;
    display: inline-block;
    padding: 0 20px 0 30px;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
      "MS P Gothic", Helvetica, Arial, Verdana, sans-serif;
  }
  .area_information .information_cont .info_txt {
    clear: both;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
      "MS P Gothic", Helvetica, Arial, Verdana, sans-serif;
    display: block;
  }
  .area_information .information_cont .info_txt a {
    color: #181717;
    text-decoration: none;
  }
  .area_information .information_cont .info_txt a:hover {
    color: #4d418c;
    text-decoration: underline;
  }
  .area_information .btn_andmore {
    position: relative;
    bottom: -16px;
    text-align: center;
  }
  .area_information .btn_andmore a {
    position: relative;
    display: inline-block;
    padding: 0 50px;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #fff;
    background: #4d418c;
    box-shadow: 1px 1px 2px #24195f;
    border-radius: 4px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
  }
  .area_information .btn_andmore a:hover {
    text-decoration: none;
    background: #24195f;
    box-shadow: 1px 1px 2px #2c0633;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .area_information .btn_andmore a {
    min-width: 150px;
    line-height: 45px;
  }
}
@media (min-width: 768px) {
  .campaignbox {
    text-align: center;
    background: #fff;
    position: absolute;
    position: absolute;
    top: 10%;
    left: 30px;
    color: red;
    padding: 5px;
    width: 450px;
  }
  .campaignbox h2 {
    border: 1px solid red;
  }
  .area_information .btn_andmore a {
    padding: 0 20px;
  }
  .raku .tit_box {
    padding: 0px;
  }

  .raku .txtbox {
    width: 52%;
  }
  .raku .img-hldr {
    width: 45%;
  }
  /* sections */

  .sec .copy {
    padding-top: 25%;
  }
  .sec .copy h2 {
    font-size: 3.8em;
    font-weight: 700;
  }
  .sec .copy h3 {
    font-size: 2.28em;
  }
  .copy .btnpink a {
    max-width: 230px;
    background: #f99fb1;
    box-shadow: 1px 1px 2px #905560;
    line-height: 60px;
    height: 60px;
    text-align: left;
    padding: 0px 20px;
    font-size: 25px !important;
  }
  .copy .btnpink a .fa {
    right: 10px;
    top: 45%;
  }
  .copy .btnpink a:hover {
    background: #ff4969;
  }
  .section1 p {
    font-size: 26px;
    font-weight: 700;
    display: inline-block;
  }
  .section1 {
    /*background-color: #d3c098;*/
    background: #78272d;
    /* padding: 30px;*/
    background-position: center center !important;
    background-repeat: no-repeat;
    /*height: 700px;*/
  }

  .section1 img {
    margin: 0 auto;
    display: block;
  }
  .section1 .copy {
    padding-top: 30px;
  }
  .section2 {
    background-position: 80% top !important;
    background-repeat: no-repeat;
    height: 80vh;
  }
  .section2 .copy {
    padding-top: 30px;
  }
  .section2 .copy .rect {
    display: inline-block;
    margin-top: 100px;
    width: 200px;
    height: 50px;
    position: relative;
  }
  .section2 .copy .rect h3 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
    font-size: 1.71em;
    letter-spacing: 3px;
    width: 150px;
  }
  .section2 .copy .rect h3 span {
    letter-spacing: 1px;
    display: block;
    font-size: 10px;
  }
  .section2 .copy .rect2 {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
  }
  .section2 .copy .rect2 h3 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
    font-size: 0.7em;
    letter-spacing: 3px;
    width: 75px;
    margin-left: 2px;
  }
  .section2 .copy .rect2 h3 span {
    letter-spacing: 1px;
    display: block;
    font-size: 10px;
  }
  .section2 .copy .r-bg {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ea2525;
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 3px #ea2525;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%) rotate(45deg);
  }
  .section2 .copy .p-bg {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #828282;
    width: 75px;
    height: 75px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 3px #828282;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%) rotate(45deg);
  }
  .section3 img {
    display: block;
    margin: 20px auto 0px auto;
    /* height: 700px;
          background-size: contain;
           background-repeat: no-repeat;
          background-position:center center;
          background-image: url("../images/common/kimono3.png");*/
  }
  .section3 .inline {
    padding-top: 0px;
  }
  .section3 .sc {
    position: relative;
    width: calc(100% / 3);
    height: 77vh;
  }
  .section3 .sec1 {
    padding: 0px 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url("../images/index/sec3-a.png");
  }
  .section3 .sec1 .copy {
    padding-top: 0;
    display: inline-block;
    vertical-align: top;
  }
  .section3 .sec1 .copy h2 {
    font-size: 60px;
  }
  .section3 .sec1 .copy p.sub {
    font-size: 32px;
    line-height: 1.2;
  }
  .section3 .sec1 .rect {
    left: 50%;
    bottom: 20%;
    position: absolute;
    width: 200px;
  }
  .section3 .sec1 .rect h3 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
    font-size: 1.71em;
    letter-spacing: 3px;
    width: 150px;
  }
  .section3 .sec1 .rect h3 span {
    letter-spacing: 1px;
    display: block;
    font-size: 10px;
  }
  .section3 .sec1 .r-bg {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #808fda;
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 3px #808fda;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%) rotate(45deg);
  }
  .section3 .sec2 {
    padding: 0px 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    background-image: url("../images/index/sec3-b.png");
  }
  .section3 .sec2 .copy {
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    clear: both;
  }
  .section3 .sec2 .copy h2 {
    font-size: 60px;
  }
  .section3 .sec2 .copy p.sub {
    font-size: 32px;
    line-height: 1.2;
  }
  .section3 .sec2 .rect {
    left: 50%;
    bottom: 20%;
    position: absolute;
    width: 200px;
  }
  .section3 .sec2 .rect h3 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
    font-size: 1.71em;
    letter-spacing: 3px;
    width: 150px;
  }
  .section3 .sec2 .rect h3 span {
    letter-spacing: 1px;
    display: block;
    font-size: 10px;
  }
  .section3 .sec2 .r-bg {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #442056;
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 3px #442056;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%) rotate(45deg);
  }
  .section3 .sec3 {
    padding: 0px 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url("../images/index/sec3-c.png");
  }
  .section3 .sec3 .copy {
    padding-top: 0px;
    display: inline-block;
    vertical-align: top;
  }
  .section3 .sec3 .copy h2 {
    font-size: 60px;
  }
  .section3 .sec3 .copy p.sub {
    font-size: 32px;
    line-height: 1.2;
  }
  .section3 .sec3 .rect {
    left: 50%;
    bottom: 20%;
    position: absolute;
    width: 200px;
  }
  .section3 .sec3 .rect h3 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
    font-size: 1.71em;
    letter-spacing: 3px;
    width: 150px;
  }
  .section3 .sec3 .rect h3 span {
    letter-spacing: 1px;
    display: block;
    font-size: 10px;
  }
  .section3 .sec3 .r-bg {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #f27787;
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 3px #f27787;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%) rotate(45deg);
  }
  /*
  index area_recruit
--------------------------------------------- */

  .area_links {
    background-color: #f6f4ec;
    font-size: 0;
    padding: 60px 0px 0px 0px;
    font-size: 14px;
  }
  .area_links .inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .area_links .inline.fl {
    margin: 0 auto;
  }
  .area_links .inline a {
    display: block;
    width: calc(100% / 2.1);
    height: 280px;
    margin-bottom: 60px;
    background-position: center center;
    position: relative;
    text-decoration: none !important;
  }
  .area_links .inline a .title {
    color: #fff;
    font-size: 1.71em;
  }
  .area_links .inline a .txt {
    color: #fff;
    font-size: 14px;
  }
  .area_links .inline a:hover {
    opacity: 0.7;
  }
  /*
  index area_media
--------------------------------------------- */

  .area_media {
    background-color: #f6f4ec;
    font-size: 0;
    padding: 20px 0px;
  }
  .area_media .news {
    font-size: 14px;
  }
  .area_media .news .center-in {
    text-align: center;
    padding: 20px 0px 40px 0px;
  }
  .area_media .news ul {
    text-align: center;
  }
  .area_media .news li {
    width: calc(100% / 4.6);
    font-size: 1.14em;
    display: inline-block;
    text-align: left;
    margin: 0px 1%;
    margin-bottom: 30px;
  }
  .area_media .news li a {
    display: block;
    text-decoration: none;
    text-align: left;
    color: #000;
  }
  .area_media .news .inline {
    justify-content: center;
  }
  .area_media .news li a:hover {
    opacity: 0.7;
  }
  .area_media .news li p.date {
    font-family: "Raleway";
    color: grey;
  }
  .area_media .news li p.title {
    margin: 0px;
    /* line-height: 1;*/
  }
  .area_media .news li p.desc {
    line-height: 1;
    margin: 0px;
  }
  .area_media .news li .imgHolder {
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center center;
  }
  .area_media .feat {
    width: calc(100% / 2.2);
    margin: 0px 2%;
  }
  .area_media .feat a {
    display: block;
    text-decoration: none;
    text-align: left;
    color: #000;
  }
  .area_media .feat a:hover {
    opacity: 0.7;
  }
  .area_media .feat p.date {
    font-family: "Raleway";
    color: grey;
  }
  .area_media .feat p.title {
    margin: 0px;
    line-height: 1;
  }
  .area_media .feat p.desc {
    line-height: 1;
    margin: 0px;
  }
  .area_media .feat .imgHolder {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center center;
  }
  /*
  index area_recruit
--------------------------------------------- */

  .area_recruit .cont_tit {
    padding-bottom: 30px;
  }
  .area_recruit .btn_recruit {
    width: 380px;
    margin: 40px auto 0;
  }
  .area_recruit .btn_recruit a {
    position: relative;
    font-size: 1.28em;
    display: block;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #fff;
    background: #4d418c;
    box-shadow: 1px 1px 2px #24195f;
    border-radius: 6px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
  }
  .area_recruit .btn_recruit a .fa {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
  }
  .area_recruit .btn_recruit a:hover {
    text-decoration: none;
    background: #24195f;
    box-shadow: 1px 1px 2px #170e48;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .area_recruit .btn_recruit a {
    font-size: 14px;
    line-height: 45px;
  }
  .area_recruit .btn_recruit a .fa {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
  }
}
@media (min-width: 768px) {
  /* PC Beginner */

  .page_beginner .qlinks a.btn {
    width: calc(100% / 2);
  }
  .page_beginner .inline a {
    margin-bottom: 30px;
  }
  .page_beginner .point {
    width: 48%;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    padding: 15px;
    background: #f6f4ec;
  }
  .page_beginner .point .point-heading {
    height: 70px;
    position: relative;
  }
  .page_beginner .point .point-heading .point-hldr {
    position: absolute;
    top: -20px;
    left: -30px;
    padding-top: 15px;
    text-align: center;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f27787;
    color: #ffe7f2;
    line-height: 1.2;
  }
  .page_beginner .point .point-heading .point-hldr span {
    font-size: 1.5em;
  }
  .page_beginner .point .point-heading h4 {
    padding: 0px;
    margin: 0px;
    margin-left: 60px;
    font-size: 1.5em;
    color: #f27787;
    background: none;
  }
  .page_beginner .point p .img-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    clear: both;
  }
  .page_beginner .btn-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    clear: both;
  }
  .page_beginner h4 {
    margin: 30px 0px;
    padding: 5px 0px;
    line-height: 1;
    background-image: url(../images/pro/pattern1.png);
    background-position: right;
    font-size: 1.5em;
    background-size: cover;
  }
  .page_beginner .steps {
    width: 48%;
  }
  .page_beginner .steps .img-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    clear: both;
  }
  .page_beginner .steps.box_frame-bold {
    padding: 20px;
  }
  .page_beginner .steps.box_frame-bold h5 {
    margin-top: 0px;
  }
  /* PC Pro */
  /* pro common */

  .page_pro .inline a {
    margin-bottom: 30px;
  }
  .page_pro .img-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    clear: both;
  }
  .page_pro h4 {
    margin: 30px 0px;
    padding: 5px 0px;
    line-height: 1;
    background-image: url(../images/pro/pattern1.png);
    background-position: right;
    font-size: 1.5em;
    background-size: cover;
  }
  /* license */

  .license .inline {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .license a img {
    display: inline-block;
  }
  /* accredited */

  .accredited .schools h5 {
    margin-bottom: 20px;
  }
  .accredited .schools p {
    margin-bottom: 30px;
  }
  .accredited .list_circle {
    padding-bottom: 20px;
  }
  .accredited .red {
    color: #bb1901;
  }
  /* activity */

  .activity .tit_line {
    font-size: 1.14em;
    margin-bottom: 10px;
  }
  .activity p.reg {
    margin-bottom: 30px;
  }
  /* PC Experience */

  .page_experience .inline a {
    margin-bottom: 30px;
  }
  .page_experience .btn-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    clear: both;
  }
  .page_experience h4 {
    margin: 30px 0px;
    padding: 5px 0px;
    line-height: 1;
    background-image: url(../images/pro/pattern1.png);
    background-position: right;
    font-size: 1.5em;
    background-size: cover;
  }
  .page_experience .steps {
    width: 48%;
  }
  .page_experience .steps .img-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    clear: both;
  }
  .page_experience .steps.box_frame-bold {
    padding: 20px;
  }
  .page_experience .steps.box_frame-bold h5 {
    margin-top: 0px;
  }
  /* PC Course */
  /* course common */

  .page_course .inline {
    padding: 0px;
  }

  .page_course .data_2 {
    margin-top: 20px;
  }

  .page_course .center-in .btns {
    max-width: 800px;
    margin: 0 auto;
  }
  .page_course .center-in .btn a {
    background: #80405d;
  }

  .page_course .box_frame-bg .tit_box {
    padding-top: 0px;
  }

  .page_course .inline a {
    margin-bottom: 30px;
  }
  .page_course .img-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    clear: both;
  }
  .page_course .qlinks a.btn {
    background: #4d418c;
    width: calc(100% / 2.1);
    border: 1px solid #4d418c;
    color: #fff;
    text-decoration: none;
  }
  .page_course .qlinks a.btn:hover,
  .page_course .qlinks a.btn.active {
    color: #4d418c;
  }
  .page_course .data .left {
    width: 35%;
  }
  .page_course .data .right {
    width: 65%;
  }
  .page_course .data ul li {
    padding-left: 1em;
    text-indent: -1em;
    list-style: none;
  }
  .page_course .data ul li:before {
    content: "◼";
    text-indent: 20px;
  }
  .page_course .data table {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #181717;
    background: #fff;
  }
  .page_course .data table td,
  .page_course .data table th {
    padding: 3px;
  }
  .page_course .data_1 td {
    text-align: center;
  }
  .page_course .data_1 td:nth-child(1),
  .page_course .data_3 td:nth-child(1) {
    width: 20%;
  }
  .page_course .data_1 td:nth-child(3),
  .page_course .data_3 td:nth-child(3) {
    text-align: left;
  }
  .page_course .data_2 th,
  .page_course .data_4 th {
    color: #fff;
    background: grey;
    border-right: 1px solid #181717;
  }
  .page_course .data_2 tr,
  .page_course .data_4 tr {
    border-bottom: 1px solid #181717;
  }
  .page_course .data_2 tr:last-child,
  .page_course .data_4 tr:last-child {
    border-bottom: 0px;
  }
  .page_course .data_3 th,
  .page_course .data_4 th {
    width: 20%;
  }
  .page_course .data_3 td:nth-child(1),
  .page_course .data_4 td:nth-child(1) {
    width: 20%;
  }
  .page_course .data .img-hldr {
    margin-top: 10px;
  }
  .page_course .bg {
    background: #181717;
    color: #fff;
  }
  .page_course .center-in .btn {
    margin-top: 30px;
  }
  .page_course table.bl th {
    background: #e5eaff;
  }
  .page_course .steplinks .holder {
    position: relative;
  }
  .page_course .steplinks .step {
    width: calc(100% / 3.3);
    border: 1px solid #ccc;
    position: relative;
    padding: 30px 10px;
  }
  .page_course .steplinks .step .title {
    font-size: 1.5em;
  }
  .page_course .steplinks .step .txt {
    text-align: left;
    font-size: 1.2em;
  }
  .page_course .steplinks .step .cir {
    padding: 8px 15px;
    color: #fff;
    background: #ef7388;
    border-radius: 50%;
  }
  .page_course .steplinks .step .sub {
    color: #ef7388;
    font-size: 1.3em;
    text-align: center;
    margin: 10px 0px;
  }
  .page_course .steplinks .step:after {
    content: url("../images/course/arrow-sm.png");
    display: block;
    position: absolute;
    right: -50px;
    top: 30%;
  }
  .page_course .steplinks .step:last-child:after {
    content: "";
  }
  .page_course .steplinks a {
    position: absolute;
    bottom: 10px;
    z-index: 999;
    margin-bottom: 0px;
  }
  .page_course .steplinks .step1 {
    right: 30px;
  }
  .page_course .steplinks .step2 {
    right: 30px;
  }
  .page_course .steplinks .step3 {
    right: 30px;
  }
  /* basic */
  .page_course #basic {
    background: #eef1ff;
  }
  .page_course #basic .data {
    width: 100%;
  }
  .page_course #basic .data .d1 {
    width: 59%;
  }
  .page_course #basic .data .d2 {
    width: 39%;
  }
  .page_course #basic p.sub {
    font-size: 30px;
  }
  .page_course .contents {
    background: transparent !important;
  }
  .page_course.basic .c-box {
    /*width: 48%;*/
    margin-bottom: 30px;
  }
  .page_course.basic .c-box .heading {
    margin-bottom: 30px;
    position: relative;
  }
  .page_course.basic .c-box .heading .img-hldr {
    position: relative;
  }
  .page_course.basic .c-box .heading .img-hldr .text {
    position: absolute;
    top: 0px;
    left: 30px;
  }
  .page_course.basic .c-box .heading h2 {
    font-size: 50px;
  }
  .page_course.basic .c-box .heading p.sub {
    font-size: 1.42em;
  }
  .page_course.basic .c-box.box1 .rect {
    left: 30px;
    bottom: 150px;
    position: absolute;
    width: 200px;
  }
  .page_course.basic .c-box.box1 .rect h3 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
    font-size: 1.71em;
    letter-spacing: 3px;
    width: 150px;
  }
  .page_course.basic .c-box.box1 .rect h3 span {
    letter-spacing: 1px;
    display: block;
    font-size: 10px;
  }
  .page_course.basic .c-box.box1 .r-bg {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #808fda;
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 3px #808fda;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%) rotate(45deg);
  }

  /*major*/

  .page_course #major {
    background: #fbf3ff;
  }
  .page_course #major .c-box.box2 .data .left {
    width: 50%;
  }
  .page_course #major .c-box.box2 .data .right {
    width: 50%;
  }
  .page_course #major .c-box.box2 .heading {
    width: 49%;
    position: relative;
  }
  .page_course #major .data {
    width: 49%;
  }
  .page_course #major .c-box.box2 .heading .text {
    margin-top: 20px;
    display: inline-block;
    width: 60%;
    clear: both;
  }
  .page_course #major .c-box.box2 .heading .text .inline {
    padding-top: 0px;
  }
  .page_course #major .c-box.box2 .heading .text .inline div.s {
    width: 60%;
  }
  .page_course #major .c-box.box2 .heading .text .inline div.s .sub {
    text-align: left;
  }
  .page_course #major .c-box.box2 .heading .text .inline div.tit {
    width: 40%;
  }
  /*.page_course #major .c-box.box2 .heading h2 {
        font-size: 40px;
        line-height: 1;
    }
    .page_course #major .c-box.box2 .heading p.sub {
        font-size: 1.42em;
        line-height: 1;
    }*/
  .page_course #major .c-box.box2 .rect {
    left: 30px;
    bottom: 150px;
    position: absolute;
    width: 200px;
  }
  .page_course #major .c-box.box2 .rect h3 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
    font-size: 1.71em;
    letter-spacing: 3px;
    width: 150px;
  }
  .page_course #major .c-box.box2 .rect h3 span {
    letter-spacing: 1px;
    display: block;
    font-size: 10px;
  }
  .page_course #major .c-box.box2 .r-bg {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #442056;
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 3px #442056;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%) rotate(45deg);
  }
  .page_course #major .c-box.box2 .data_3,
  .page_course #major .c-box.box2 .data_4 {
    width: 100% !important;
  }
  .page_course #major .c-box.box2 .data_3 th,
  .page_course #major .c-box.box2 .data_4 th {
    width: 20%;
  }
  .page_course #major .c-box.box2 .data_3 td:nth-child(1),
  .page_course #major .c-box.box2 .data_4 td:nth-child(1) {
    width: 20%;
  }
  /* master */
  .page_course #master {
    background: #ffeaea;
  }
  .page_course .master .heading {
    position: relative;
    width: 49%;
  }
  .page_course .master .data {
    width: 49%;
  }
  .page_course .master .heading .text {
    margin-left: 30px;
    margin-top: 20px;
    display: inline-block;
    width: 60%;
    clear: both;
  }
  .page_course .master .heading .text .inline {
    padding-top: 0px;
  }
  .page_course .master .heading .text .inline div.s {
    width: 60%;
  }
  .page_course .master .heading .text .inline div.s .sub {
    text-align: left;
  }
  .page_course .master .heading .text .inline div.tit {
    width: 40%;
  }
  .page_course .master .heading h2 {
    font-size: 40px;
  }
  .page_course .master .heading p.sub {
    font-size: 1.42em;
  }
  .page_course .master .rect {
    left: 30px;
    top: 75%;
    position: absolute;
    width: 200px;
  }
  .addedtxt {
    font-weight: normal;
    display: inline-block;
    font-size: 16px;
    float: right;
    clear: both;
  }
  .page_course .master .rect h3 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
    font-size: 1.71em;
    letter-spacing: 3px;
    width: 150px;
  }
  .page_course .master .rect h3 span {
    letter-spacing: 1px;
    display: block;
    font-size: 10px;
  }
  .page_course #master .r-bg {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #d47070;
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 3px #d47070;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%) rotate(45deg);
  }
  .page_course .master .mb {
    margin-bottom: 20px;
  }
  .page_course .master .data .left,
  .page_course .master .data .right {
    width: 50%;
  }
  .page_course .master .data_1 td,
  .page_course .master .data_3 td {
    text-align: center;
  }
  .page_course .master .data_1 td:nth-child(1),
  .page_course .master .data_1 td:nth-child(2),
  .page_course .master .data_3 td:nth-child(1),
  .page_course .master .data_3 td:nth-child(2) {
    width: 20%;
  }
  .page_course .master .data_1 td:nth-child(3),
  .page_course .master .data_3 td:nth-child(3) {
    text-align: left;
  }
  .page_course .master .data_4 {
    margin-bottom: 0px;
  }
  /* personal */
  .page_course .personal .inner {
    position: relative;
  }
  .page_course .personal .heading {
    width: 49%;
    position: relative;
  }
  .page_course .data {
    width: 49%;
  }
  .page_course #personal {
    background: #fff3e1;
  }
  .page_course #personal #private,
  .page_course #personal #quick {
    font-size: 30px;
    text-align: center;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
      "游明朝体", YuMincho, "Yu Mincho", "ＭＳ 明朝", "MS Mincho",
      HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar",
      "Droid Sans Japanese", serif;
  }
  .page_course #personal .txt_caption {
    margin-bottom: 0px;
  }
  .page_course #personal .c-box.box1 .rect {
    left: auto;
    bottom: auto;
    right: 30px;
    top: 150px;
    position: absolute;
    width: 200px;
  }
  .page_course #personal .rect h3 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
    font-size: 1.3em;
    letter-spacing: 3px;
    width: 150px;
  }
  .page_course .personal .rect h3 span {
    letter-spacing: 1px;
    display: block;
    font-size: 10px;
  }
  .page_course #personal .r-bg {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #f19c18;
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 3px #f19c18;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%) rotate(45deg);
  }

  .page_course #personal .cir {
    /* padding: 5px 10px;
        background: #f19c18;
        border-radius: 50%;*/
    margin-right: 5px;
  }

  .page_course #personal .data table th {
    width: 20%;
  }

  .page_course.personal .contents {
    position: relative;
  }
  .page_course.personal .box1 {
    float: left;
    width: 610px;
  }
  .page_course.personal .sidebox {
    float: right;
    width: 250px;
  }
  .page_course.personal .sidebox .link {
    border-bottom: 2px dotted #ccc;
    margin-bottom: 20px;
  }
  .page_course.personal table td,
  .page_course.personal table th {
    vertical-align: top;
  }
  .page_course.personal table th {
    width: 20%;
  }
  .page_course.personal ol {
    margin-left: 40px;
    counter-reset: list;
    list-style: none;
    list-style-position: inside;
  }
  .page_course.personal ol li {
    counter-increment: list;
    position: relative;
  }
  .page_course.personal ol li:before {
    content: "【" counter(list) "】";
    margin-right: 5px;
    position: absolute;
    right: 100%;
  }

  /* PC School */
  /* school common */
  .page_school .qlinks a.btn {
    background: #4d418c;
    width: calc(100% / 2.1);
    border: 1px solid #4d418c;
  }
  .page_school .desc table td {
    vertical-align: top;
  }
  .page_school .s4 .tit_page {
    margin: 0px auto;
    display: block;
  }
  .page_school .tit_page {
    display: inline-block;
    margin: 0px;
  }
  .page_school .qlinks a.btn:hover,
  .page_school .qlinks a.btn.active {
    color: #4d418c;
  }
  .page_school .inline .img-hldr {
    width: 40%;
  }
  .page_school .inline .desc {
    width: 58%;
  }
  .page_school .center {
    text-align: center !important;
  }
  .page_school iframe {
    width: 100%;
  }
  /*.page_school table td,
    .page_school table th {
        width: auto !important;
    }*/
  .page_school table td.first-child,
  .page_school table th.first-child {
    width: 150px;
  }
  .page_school table td div {
    text-align: center;
  }
  .page_school table td:first-child,
  .page_school table td:nth-child(2) {
    text-align: left;
  }
  .page_school .tb2 table th {
    background: #e5eaff;
  }
  .page_school .history {
    background: #fff;
  }
  .page_school .history th {
    text-align: right;
  }
  .page_school .data td {
    text-align: left !important;
  }

  /*subpage faq*/

  .faq .faq_cont {
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
  }
  /*archive

    --------------------------------------------*/

  /*
  archive
--------------------------------------------- */
  /* ---------- layout ---------- */
  .container {
    *zoom: 1;
    margin-bottom: 90px;
  }
  .container:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .container .article_cont {
    width: 850px;
    margin: 0 auto;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
      "MS P Gothic", Helvetica, Arial, Verdana, sans-serif;
  }
  .container .article_sidebar {
    width: 330px;
    float: right;
  }
  .container .article_sidebar .archive_tit {
    font-size: 1.14em;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
  }
  /* ---------- article_box ---------- */
  .article_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .article_box {
    max-width: 250px;
    text-align: left;
    margin: 0 2% 30px;
  }
  .article_box:hover .article_tit {
    color: #4d418c;
  }
  .article_box .article_img {
    padding-bottom: 15px;
  }
  .article_box .article_img img {
    width: 100%;
  }
  .article_box a {
    color: #181717;
    text-decoration: none;
  }
  .article_box .article_tit {
    padding: 0 20px;
    line-height: 1.5;
    font-weight: bold;
  }
  .article_box .article_date {
    padding: 0 20px;
    color: #666;
  }
  .article_box .article_category {
    padding: 0 20px;
  }
  .article_box .article_category a {
    display: inline-block;
    text-decoration: none;
    background: #fff;
    border-radius: 4px;
    border: 1px #4d418c solid;
    font-size: 0.71em;
    font-weight: bold;
    padding: 0 16px;
    line-height: 1.6;
    color: #4d418c;
  }
  /*
  single
--------------------------------------------- */
  .single_cont {
    border-top: 1px #ddd solid;
  }
  .single_cont_date {
    font-size: 1.28em;
    padding: 30px 0;
    color: #4d418c;
  }
  .single_cont_tit {
    font-size: 1.71em;
    font-weight: bold;
    padding-bottom: 50px;
  }
  .single_cont_sub {
    *zoom: 1;
    margin-bottom: 70px;
  }
  .single_cont_sub:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .single_cont_tag {
    float: left;
    padding: 5px 0;
  }
  .single_cont_tag a {
    display: inline-block;
    font-size: 0.92em;
    line-height: 30px;
    border-radius: 3px;
    padding: 0 15px;
    color: #fff;
    margin-right: 5px;
    background: #f6f4ec;
  }
  .single_cont_sns {
    float: right;
  }
  .single_cont_sns ul li {
    display: inline-block;
    margin-left: 4px;
  }
  .single_cont_sns ul li iframe,
  .single_cont_sns-bot ul li iframe {
    vertical-align: bottom;
  }
  .single_cont_img {
    margin-bottom: 80px;
  }
  .single_cont_img img {
    max-width: 100%;
  }
  .single_cont_inner p {
    padding-bottom: 55px;
  }
  .single_cont_sns-bot {
    text-align: center;
  }
  .single_cont_sns-bot ul li {
    display: inline-block;
    margin-left: 4px;
  }
  .single_cont_auther {
    border-radius: 12px;
    border: 1px #f6f4ec solid;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 60px;
    border: 5px #f6f4ec solid;
    display: table;
    width: 100%;
  }
  .single_cont h4 {
    color: #4d418c;
    font-size: 1.2em;
    margin: 20px 0px;
    font-weight: 700;
  }
  .single_cont img {
    display: inline-block;
  }
  .nav-links {
    text-align: center;
  }
  .pagination {
    padding: 50px 0px 20px 0px;
  }
  .nav-links .page-numbers {
    font-size: 1.5em;
    padding: 10px 20px;
    border: 1px solid #4d418c;
    background: #fff;
    color: #4d418c;
    text-decoration: none;
    border-radius: 3px;
  }
  .screen-reader-text {
    display: none;
  }
  .nav-links a.page-numbers:hover {
    background: #c8c1e8;
  }
  .nav-links .current {
    background: #4d418c;
    color: #fff;
  }
  /*
  subpage common
--------------------------------------------- */
  .beginner .s1 .s1a {
    position: absolute;
    top: 30%;
    left: 0px !important;
    right: auto !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
  }
  .beginner .s1 .s1b {
    position: absolute;
    bottom: 0;
    left: auto !important;
    right: 11% !important;
  }
  .pro .title_holder .title {
    left: 40% !important;
  }
  .page_sub section {
    padding: 20px 0px;
  }
  .page_sub .hero {
    height: 50vh;
    background-image: url("../images/common/top2.png");
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
  }
  .page_sub .contents {
    background-color: #f6f4ec;
    padding: 0px 0px;
  }
  .page_sub .title_holder {
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: rgba(0, 0, 0, 0.4);*/
  }
  .page_sub .title_holder .title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    /*background: rgba(0, 0, 0, 0.5);*/
  }
  .pro .title_holder .title,
  .experience .title_holder .title,
  .page_course .title_holder .title {
    color: #000;
  }

  .kitsuke .title_holder .title {
    color: #000 !important;
    /* background: rgba(0, 0, 0, 0.5);*/
  }

  /* .pro .title_holder{
        background: rgba(0, 0, 0, 0.4 );
    }*/
  .page_sub .title_holder .title p.eng {
    font-style: italic;
  }
  .page_sub .title_holder .title h1 {
    font-size: 2.28em;
  }
  .page_sub .catch {
    display: inline !important;
    font-size: 1.71em;
    border-bottom: 1px solid #000;
    line-height: 60px;
  }
  .page_sub .center-in {
    text-align: center;
  }
  .page_sub .s1 {
    position: relative;
    background: #f1e6d1;
  }
  .page_sub .s1 .video {
    margin: 50px;
  }
  .page_sub .s1 .video iframe {
    width: 100%;
  }
  .page_sub .s1 .text p {
    letter-spacing: 0.1em;
    line-height: 2.714285714;
    margin-bottom: 30px;
    z-index: 99;
    position: relative;
  }
  .page_sub .s1 .s1a {
    position: absolute;
    top: 30%;
    right: 50px;
    -webkit-transform: rotate(160deg);
    transform: rotate(160deg);
  }
  .page_sub .s1 .s1b {
    position: absolute;
    bottom: 0;
    left: 11%;
  }
  .page_sub .s2 {
    height: 80vh;
    background-image: url("../images/common/top1_shorten.png");
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
  }
  .page_sub .s3 {
    background: #f1e6d1;
  }
  .page_sub .s3 .item {
    margin-bottom: 30px;
    text-decoration: none;
    color: #000;
  }

  .page_sub .s3 a.item:hover .txt_holder {
    background: #4d418c;
    color: #fff;
    transition: all 1s ease-in-out;
  }
  .page_sub .s3 .item .img_holder {
    width: 30%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
  .page_sub.beginner .s3 .item .img_holder {
    width: 10%;
  }
  .page_sub .s3 .item .img_holder .tri {
    display: inline-block;
    width: 200px;
    height: 200px;
    float: right;
    margin-top: 0px;
    margin-right: -100px;
    position: relative;
  }
  .page_sub .s3 .item .img_holder .tri p {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
    font-size: 1.7em;
    letter-spacing: 3px;
    width: 75px;
    margin-left: 2px;
    font-family: "Merienda", cursive;
  }
  .page_sub .s3 .item .img_holder .tri p span {
    display: block;
    font-size: 3em;
    line-height: 1;
  }
  .page_sub .s3 .item .img_holder .tri .p-bg {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #e96594;
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 3px #e96594;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%) rotate(45deg);
  }
  .page_sub .s3 .item .txt_holder {
    padding: 45px 45px 45px 120px;
    background: #fff;
    width: 70%;
  }
  .page_sub.kitsuke .s3 .item .txt_holder {
    padding: 45px 45px 45px 120px;
    background: #fff0f5;
    width: 100% !important;
  }
  .page_sub.beginner .s3 .item .txt_holder {
    padding: 45px 45px 45px 120px;
    background: #fff0f5;
    width: 90%;
  }
  .page_sub .s3 .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .page_sub .s3 .item:nth-child(even) .img_holder .tri {
    display: inline-block;
    width: 200px;
    height: 200px;
    float: left;
    margin-top: 0px;
    margin-left: -100px;
    position: relative;
  }
  .page_sub .s3 .item:nth-child(even) .txt_holder {
    padding: 45px 120px 45px 45px;
  }
  .page_sub .s4 {
    background: #fff;
  }
  .page_sub .s5 .item {
    text-align: center;
    width: calc(100% / 3);
  }
  .page_sub.beginner .s5 .item {
    text-align: center;
    width: calc(100% / 2.1);
    text-align: left;
    margin-bottom: 30px;
  }
  .page_sub .s5 .item img {
    max-width: 100%;
  }
  .page_sub .s5 .item h3 {
    margin: 30px 0px;
    font-size: 1.42em;
  }
  /*voice pro*/
  .page_sub.pro .s5 {
    background: #f1e6d1;
  }
  .page_sub.pro .s5 .item {
    text-align: center;
    width: calc(100% / 2.1);
    text-align: left;
    margin-bottom: 30px;
  }
  .page_sub.pro .s5 .inline {
    justify-content: space-between;
  }
  .page_sub.pro .s5 .item img {
    max-width: 100%;
  }
  .page_sub.pro .s5 .item h3 {
    margin: 30px 0px;
    font-size: 1.42em;
  }
  .page_sub.pro .s3 .inline {
    justify-content: space-between;
  }
  /*license*/
  .page_sub.license .s4 {
    background-image: url("../images/pro/license_bg.png");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
  }
  .page_sub.license .s4 p {
    text-align: center;
  }
  .page_sub.license .s4 .inner {
    padding: 50px 0px;
  }
  .page_sub.license .s4 .img_holder {
    margin: 50px auto;
    max-width: 700px;
  }
  .page_sub.license .s4 .box {
    background: #fff;
    width: 760px;
    margin: 0 auto;
    border: 1px solid #ca5463;
    padding: 20px;
    /*margin-top: 240px;*/
    position: relative;
  }
  .page_sub.license .s4 .box p {
    text-align: left;
  }
  .page_sub.license .s4 .box h3 {
    color: #ca5463;
    font-size: 1.7em;
  }
  .page_sub.license .s4 .box .img_holder2 {
    max-width: 250px;
    position: absolute;
    right: 20px;
    top: -50px;
  }
  .page_course .with-h {
    height: 133px;
  }
  /*support*/
  .page_sub.support .s3 {
    background: #f6f4ec;
  }
  .page_sub.support .s3 .inner {
    padding: 50px 0px;
  }
  .page_sub.support .s3 .main_box,
  .page_sub.support .s3 .main_img {
    width: calc(100% / 2.1);
    /* font-size: 1.3em;*/
  }
  .page_sub.support .s3 .main_text {
    position: relative;
  }
  /* .page_sub.support .s3 .main_text p{
        position: absolute;
        bottom: 0px;
        left: 0px;
    }*/
  .page_sub.support .s3 .box .item {
    background: #ffd8d8;
    width: calc(100% / 2.1);
    padding: 20px;
    margin-bottom: 30px;
  }
  .page_sub.support .s3 .box .inline {
    padding-top: 0px;
  }
  .page_sub.support .s3 .box p {
    text-align: left;
    color: #000;
  }
  .page_sub.support .s3 .box h3 {
    color: #ca5463;
    font-size: 1.7em;
  }
}
@media (max-width: 767px) {
  /*
  layout
--------------------------------------------- */

  body {
    line-height: 1.7;
    font-size: 14px;
    height: 100%;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
      "游明朝体", YuMincho, "Yu Mincho", "ＭＳ 明朝", "MS Mincho",
      HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar",
      "Droid Sans Japanese", serif;
    position: relative;
    font-weight: 500;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    box-sizing: border-box;
    background: #ffffff;
  }
  html {
    height: 100%;
  }
  img {
    max-width: 100%;
  }
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block;
  }
  .wrapper {
    margin: 0 auto;
    background: #fff;
  }
  .inner-max {
    width: 92%;
    margin: 0 auto;
  }
  .inner-max-end {
    width: 100%;
  }
  .inner {
    width: 92%;
    margin: 0 auto;
  }
  .inner-min {
    width: 92%;
    margin: 0 auto;
  }
  .center-in {
    text-align: center;
  }
  .center-in * {
    display: inline-block;
  }
  .center-in .btn {
    display: block;
    margin: 0 auto;
  }
  .center-in .btn a {
    display: block;
  }
  .side_menu {
    padding-top: 57px;
    background: #4d418c;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: 0px;
    transition: all 0.5s ease;
    visibility: hidden;
  }
  .side_menu ul li {
    border-bottom: 1px solid #fff;
  }
  .side_menu ul li a {
    display: block;
    color: #fff;
    padding: 10px;
    text-decoration: none;
  }
  .side_menu.active {
    visibility: visible;
  }
  .wrapper {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    transition: all 0.5s ease;
  }
  .wrapper.active {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    position: relative;
  }
  /* cats */

  .cat {
    font-size: 0.71em;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    float: right;
    line-height: 1;
    clear: both;
    margin-top: 2px;
  }
  .cat.cat1 {
    background: #f27787;
  }
  .cat.cat2 {
    background: #ff233f;
  }
  .cat.cat3 {
    background: #ff8dc1;
  }
  /*
  header
--------------------------------------------- */

  .header {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-bottom: 1px #ddd solid;
    *zoom: 1;
  }
  .header:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .header .header_logo {
    width: 200px;
    float: left;
  }
  .header .header_logo a {
    background: #fff;
    display: block;
    line-height: 50px;
    padding: 0px 5%;
  }
  .header .header_logo a img {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
  }
  .header .header_btn {
    width: 30%;
    text-align: right;
    float: right;
    vertical-align: middle;
  }
  .header .header_btn .menuhldr {
    display: inline-block;
    /* active state, i.e. menu open */
  }
  .header .header_btn .menuhldr .menu {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    text-align: center;
  }
  .header .header_btn .menuhldr .menu:focus {
    outline: none;
  }
  .header .header_btn .menuhldr .menu span {
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 5px;
    right: 5px;
    height: 5px;
    background: #4d418c;
    width: 80%;
    border-radius: 3px;
  }
  .header .header_btn .menuhldr .menu span::before,
  .header .header_btn .menuhldr .menu span::after {
    position: absolute;
    border-radius: 3px;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #4d418c;
    content: "";
  }
  .header .header_btn .menuhldr .menu span::before {
    top: -10px;
  }
  .header .header_btn .menuhldr .menu span::after {
    bottom: -10px;
  }
  .header .header_btn .menuhldr .menu--htx span {
    transition: background 0s 0.3s;
  }
  .header .header_btn .menuhldr .menu--htx span::before,
  .header .header_btn .menuhldr .menu--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
  }
  .header .header_btn .menuhldr .menu--htx span::before {
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
  }
  .header .header_btn .menuhldr .menu--htx span::after {
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
  }
  .header .header_btn .menuhldr .menu--htx.is-active {
    background-color: transparent;
  }
  .header .header_btn .menuhldr .menu--htx.is-active span {
    background: none;
  }
  .header .header_btn .menuhldr .menu--htx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .header_btn .menuhldr .menu--htx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header .header_btn .menuhldr .menu--htx.is-active span::before,
  .header .header_btn .menuhldr .menu--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
  }
  .header_nav ul {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .header_nav ul li {
    display: table-cell;
    border-bottom: 1px #ddd solid;
    border-right: 1px #ddd solid;
    text-align: center;
  }
  .header_nav ul li a {
    display: block;
    line-height: 40px;
    font-size: 0.85em;
    font-weight: bold;
    text-decoration: none;
    color: #181717;
    background: #fff;
  }
  .header_nav ul li:last-child {
    border-right: none;
  }
  /* flexcroll */

  .flexcroll {
    height: 300px;
    overflow-y: scroll;
    scrollbar-face-color: #4d418c;
    scrollbar-shadow-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
  }
  /* Let's get this party started */

  .flexcroll::-webkit-scrollbar {
    width: 5px;
  }
  /* Track */

  .flexcroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
  }
  /* Handle */

  .flexcroll::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #585f62;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  .left a {
    display: block;
    margin-bottom: 10px;
  }
  .left a img {
    display: block;
    margin: 0 auto;
  }
  /* footer section */

  .footer-section1 {
    padding-top: 20px;
  }
  .footer-section1 h3 {
    font-size: 1.14em !important;
    font-weight: bold;
  }
  .footer-section1 p {
    text-align: center;
    padding-bottom: 20px;
  }
  .footer-section2 .box_frame-bg {
    padding: 15px 4%;
    border: 1px #dddddd solid;
  }
  .footer-section2 .btn-holder {
    padding-bottom: 0px;
  }
  .footer-section2 .btn-holder .btn {
    padding-bottom: 14px;
  }
  .footer-section2 .btn-holder .btn:first-child {
    padding-bottom: 14px;
  }
  .footer-section2 .btn-holder .btn:first-child a {
    box-shadow: 1px 1px 2px #857c6a;
    background: #f3a434;
  }
  .footer-section2 .btn-holder .btn:nth-child(2) a {
    box-shadow: 1px 1px 2px #857c6a;
    background: #f3a434;
  }
  .footer-section2 .btn-holder .btn:first-child:hover a,
  .footer-section2 .btn-holder .btn:nth-child(2):hover a {
    background: #2509af;
  }
  .footer-section2 .btn-holder .btnpink a {
    background: #f99fb1;
    box-shadow: 1px 1px 2px #905560;
    line-height: 2;
    height: 60px;
  }
  .footer-section2 .btn-holder .btnpink a:hover {
    background: #ff4969;
  }
  /*
  footer
--------------------------------------------- */

  .footer {
    color: #000;
    background: #fff;
  }
  .footer .inner-max {
    padding: 30px 4% 20px;
  }
  .footer .footer_cont {
    vertical-align: middle;
    text-align: center;
    width: 100%;
  }
  .footer .footer_cont .logo {
    width: 40%;
    text-align: center;
    margin: 0 auto;
  }
  .footer .footer_cont .footer_corp {
    font-size: 0.71em;
    font-weight: bold;
    padding: 5px 0;
  }
  .footer .footer_cont .footer_txt {
    font-size: 0.85em;
    padding-bottom: 25px;
  }
  .footer .footer_nav .footer_nav_inner {
    width: 100%;
    border-top: 1px #4d418c solid;
    border-right: 1px #4d418c solid;
    border-left: 1px #4d418c solid;
    padding: 0 4%;
    background: #e37e47;
  }
  .footer .footer_nav .footer_nav_inner p {
    display: block;
    color: #4d418c;
    text-decoration: none;
    line-height: 50px;
  }
  .footer .footer_nav .footer_nav_inner ul {
    padding-bottom: 16px;
  }
  .footer .footer_nav .footer_nav_inner ul li a {
    background: #4d418c;
    display: block;
    line-height: 40px;
    color: #fff;
    padding: 0 4%;
    text-decoration: none;
    border-top: 1px #fff solid;
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
  }
  .footer .footer_nav .footer_nav_inner ul li:last-child a {
    border-bottom: 1px #fff solid;
  }
  .footer .footer_nav .footer_nav_inner:last-child {
    border-bottom: 1px #fff solid;
  }
  .footer .footer_nav_other {
    width: 100%;
    margin-top: 16px;
  }
  .footer .footer_nav_other ul {
    border: 1px #4d418c solid;
  }
  .footer .footer_nav_other ul li a {
    display: block;
    color: #4d418c;
    line-height: 40px;
    padding: 0 4%;
    text-decoration: none;
    border-bottom: 1px #4d418c solid;
  }
  .footer .footer_nav_other ul li:last-child a {
    border-bottom: none;
  }
  .footer .ac_btn {
    background: url(../images/common/ico-plus.png) no-repeat right center;
  }
  .footer .active {
    background: url(../images/common/ico-minus.png) no-repeat right center;
  }
  .footer .ac_cont {
    display: none;
  }
  .copyright {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 20px 4%;
  }
  .copyright .inner-max .copyright_txt {
    font-size: 0.71em;
    font-weight: bold;
    vertical-align: middle;
  }
  .copyright .inner-max .link .login a {
    font-size: 0.92em;
    color: #4d418c;
    text-decoration: none;
  }
  .copyright .inner-max .link .btn_sns {
    text-align: center;
  }
  .copyright .inner-max .link .btn_sns li {
    padding: 10px 5px;
    display: inline-block;
  }
  /*
  page
--------------------------------------------- */

  .topic-path {
    display: none;
  }
  .fixed-bottom {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.7);
  }
  .fixed-bottom .box_frame-bg {
    background: none;
    border: none;
    margin-bottom: 0;
  }
  body.no-scroll {
    overflow: hidden;
  }
  .modal_window {
    position: fixed;
    background: rgba(0, 0, 0, 0.7) !important;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    overflow: auto;
    padding: 20px 0 0;
  }
  .modal_window_cont {
    width: 100%;
    text-align: center;
    height: calc(100% - 20px);
    display: table;
    margin: 0 auto 20px;
    vertical-align: middle;
    box-sizing: content-box;
  }
  .modal_window_cont_wrap {
    display: table-cell;
    vertical-align: middle;
  }
  .modal_window_cont_inner {
    border: 3px #4d418c solid;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    padding: 4%;
    border-radius: 8px;
    width: 92%;
    margin: 0 auto;
  }
  /*
  parts
--------------------------------------------- */

  .key {
    position: relative;
    background: #f6f4ec;
    margin-bottom: 30px;
  }
  .key .key_cont {
    padding: 20px 0;
    text-align: center;
  }
  .key .key_cont .key_tit {
    font-size: 1.14em;
    font-weight: bold;
    line-height: 1.2;
  }
  .key .key_cont .key_tit-en {
    font-size: 0.71em;
    color: #4d418c;
  }
  /* ---------- title ---------- */

  .subtitle {
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 2.28em;
    margin-bottom: 30px;
  }
  .s_small {
    text-align: center;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
      "游明朝体", YuMincho, "Yu Mincho", "ＭＳ 明朝", "MS Mincho",
      HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar",
      "Droid Sans Japanese", serif;
    font-size: 14px;
  }
  .tit_page {
    padding-bottom: 30px;
    text-align: center;
    font-size: 1.42em;
    font-weight: bold;
  }
  .tit_page span {
    display: block;
    font-weight: normal;
    font-size: 10px;
    color: #4d418c;
  }
  .tit_large_cont {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .tit_large_cont:after {
    width: 100%;
    content: "";
    border-top: 1px #ddd solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    z-index: 1;
  }
  .pc-on {
    display: none;
  }
  .sp-on {
    display: block;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .tit_large_cont {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .tit_large_cont .tit_large {
    display: inline-block;
    text-align: center;
    padding: 20px 30px;
    background: #ffffff;
    position: relative;
    z-index: 10;
    font-size: 1.28em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .tit_large_cont .tit_large {
    padding: 10px 4%;
  }
}
@media (max-width: 767px) {
  .tit_medium {
    font-weight: bold;
    font-size: 1.07em;
    padding: 10px 0;
  }
  .tit_medium:after {
    display: block;
    width: 30px;
    height: 2.25px;
    margin-top: 10px;
    content: "";
    background: #4d418c;
  }
  .tit_medium.center:after {
    margin: 10px auto 0;
  }
  .tit_gr_med {
    color: #adc192;
    font-weight: bold;
    font-size: 1.28em;
    margin: 20px 0;
    padding-left: 10px;
    border-left: 5px solid #adc192;
  }
  .tit_small {
    font-weight: bold;
    font-size: 1.07em;
    padding: 20px 0;
  }
  .tit_min {
    font-weight: bold;
    padding: 0;
  }
  .tit_box {
    font-weight: bold;
    font-size: 1.07em;
    color: #4d418c;
    padding: 10px 0 20px;
  }
  .tit_line {
    width: 100%;
    position: relative;
    color: #4d418c;
    font-size: 1.07em;
    font-weight: bold;
    padding-left: 26px;
    margin-bottom: 25px;
  }
  .tit_line:before {
    content: "";
    width: 20px;
    height: 1.5px;
    background: #4d418c;
    position: absolute;
    left: 0;
    top: 12px;
  }
  /* ---------- text ---------- */

  .txt_normal {
    padding-bottom: 30px;
  }
  .txt_caption {
    font-size: 0.85em;
    color: #666;
    margin-bottom: 30px;
  }
  .txt_sub {
    margin-bottom: 30px;
    width: 100%;
  }
  /* ---------- box ---------- */

  .box_frame,
  .box_frame-bold,
  .box_frame-bg {
    border-radius: 12px;
    border: 1px #f6f4ec solid;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .box_frame,
  .box_frame-bold,
  .box_frame-bg {
    padding: 20px 16px;
    margin-bottom: 10px;
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .box_frame-bold,
  .box_frame-bold-bold,
  .box_frame-bg-bold {
    border: 5px #f6f4ec solid;
  }
  .box_frame-bg,
  .box_frame-bold-bg,
  .box_frame-bg-bg {
    background: #f6f4ec;
  }
  /* ---------- btn ---------- */

  .btn a {
    position: relative;
    font-size: 1.28em;
    display: block;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #fff;
    background: #4d418c;
    box-shadow: 1px 1px 2px #24195f;
    border-radius: 6px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
  }
  .btn a .fa {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
  }
  .btn a:hover {
    text-decoration: none;
    background: #24195f;
    box-shadow: 1px 1px 2px #170e48;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .btn a {
    font-size: 14px;
    line-height: 45px;
  }
  .btn a .fa {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
  }
}
@media (max-width: 767px) {
  .btn_min {
    text-align: center;
    margin-bottom: 20px;
  }
  .btn_min a {
    position: relative;
    display: inline-block;
    padding: 0 50px;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #fff;
    background: #4d418c;
    box-shadow: 1px 1px 2px #24195f;
    border-radius: 4px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
  }
  .btn_min a:hover {
    text-decoration: none;
    background: #24195f;
    box-shadow: 1px 1px 2px #2c0633;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .btn_min a {
    min-width: 150px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .btn_wh_cont {
    *zoom: 1;
    margin-bottom: 20px;
  }
  .btn_wh_cont:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .btn_wh a {
    position: relative;
    display: inline-block;
    padding: 0 48px;
    font-size: 1.14em;
    letter-spacing: 0.075em;
    color: #4d418c;
    background: #fff;
    border-radius: 4px;
    border: 1px #4d418c solid;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
  }
  .btn_wh a:hover {
    text-decoration: none;
    background: #4d418c;
    color: #fff;
  }
  .btn_wh a i {
    font-size: 0.71em;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .btn_wh {
    width: 48%;
    float: right;
  }
  .btn_wh a {
    width: 100%;
    padding: 0 20px;
    font-size: 0.92em;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .btn_wh-r a {
    position: relative;
    display: inline-block;
    padding: 0 48px;
    font-size: 1.14em;
    letter-spacing: 0.075em;
    color: #4d418c;
    background: #fff;
    border-radius: 4px;
    border: 1px #4d418c solid;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
  }
  .btn_wh-r a:hover {
    text-decoration: none;
    background: #4d418c;
    color: #fff;
  }
  .btn_wh-r a i {
    font-size: 0.71em;
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -6px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .btn_wh-r {
    width: 48%;
    float: left;
  }
  .btn_wh-r a {
    width: 100%;
    padding: 0 20px;
    font-size: 0.92em;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .addedtxt {
    display: block;
    font-weight: normal;
    font-size: 16px;
  }
  /* ---------- link ---------- */

  .cont_link {
    padding-bottom: 40px;
  }
  .cont_link a {
    display: block;
    padding-bottom: 10px;
  }
  /* ---------- list ---------- */

  .list_circle {
    padding-bottom: 20px;
  }
  .list_circle li {
    position: relative;
    padding-left: 20px;
  }
  .list_circle li:before {
    position: absolute;
    content: "〇";
    font-weight: bold;
    color: #4d418c;
    left: 0;
  }
  .list_dot {
    padding-bottom: 20px;
  }
  .list_dot li {
    position: relative;
    padding-left: 20px;
  }
  .list_dot li:before {
    position: absolute;
    content: "・";
    font-weight: bold;
    color: #181717;
    left: 0;
  }
  .list_border {
    padding-bottom: 20px;
  }
  .list_border li {
    padding: 10px 0;
    border-bottom: 1px #ddd solid;
  }
  .list_number {
    padding-bottom: 20px;
  }
  .list_number li {
    position: relative;
    padding-left: 45px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .list_number li:nth-child(1):before {
    position: absolute;
    content: url(../images/common/ico-1.png);
    left: 0;
  }
  .list_number li:nth-child(2):before {
    position: absolute;
    content: url(../images/common/ico-2.png);
    left: 0;
  }
  .list_number li:nth-child(3):before {
    position: absolute;
    content: url(../images/common/ico-3.png);
    left: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .list_number li {
    padding-left: 32px;
    line-height: 22px;
    padding-bottom: 10px;
  }
  .list_number li:nth-child(1):before {
    content: "";
    background: url(../images/common/ico-1.png) no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
  }
  .list_number li:nth-child(2):before {
    content: "";
    background: url(../images/common/ico-2.png) no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
  }
  .list_number li:nth-child(3):before {
    content: "";
    background: url(../images/common/ico-3.png) no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 767px) {
  /* ---------- culum ---------- */

  .culum_line {
    display: none;
  }
  .culum {
    display: none;
  }
  /* ---------- table ---------- */

  .tbl_normal {
    margin-bottom: 40px;
    width: 100%;
  }
  .tbl_normal th,
  .tbl_normal td {
    padding: 20px 16px;
    border: 1px #ddd solid;
  }
  .tbl_normal th {
    text-align: center;
    /*width: 230px;*/
    background: #f9effb;
  }
  .tbl_normal td {
    background: #fff;
  }
  .tbl_normal .tit {
    background: #f6f0e1;
    padding: 10px 16px;
  }

  .kitsuke table td:first-child {
    width: 25%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .tbl_normal th,
  .tbl_normal td {
    text-align: left;
    padding: 8px;
    /*width: 100%;*/
    /* display: block;*/
  }
  .tbl_normal .tit {
    padding: 8px 16px;
  }
  .kitsuke table td {
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  .tbl_line {
    margin-bottom: 40px;
    width: 100%;
  }
  .tbl_line th,
  .tbl_line td {
    padding: 20px 16px;
  }
  .tbl_line th {
    text-align: center;
    /*width: 230px;*/
    border-bottom: 2px #4d418c solid;
  }
  .tbl_line td {
    border-bottom: 2px #ddd solid;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .tbl_line th,
  .tbl_line td {
    text-align: left;
    padding: 8px;
    /*width: 100%;
        display: block;*/
  }
  .tbl_line td {
    border-bottom: 1px #ddd solid;
  }
}
@media (max-width: 767px) {
  /* ---------- form ---------- */

  .form_cont table {
    width: 100%;
  }
  .form_cont th,
  .form_cont td {
    border: 1px #ddd solid;
  }
  .form_cont th {
    width: 230px;
    padding: 20px 16px;
    background: #f6f4ec;
  }
  .form_cont td {
    background: #fff;
    padding: 10px;
  }
  .form_cont .tit {
    background: #f6f0e1;
    padding: 10px 16px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .form_cont th,
  .form_cont td {
    text-align: left;
    padding: 8px 4%;
    width: 100%;
    display: block;
    border-right: none;
    border-left: none;
  }
  .form_cont th {
    padding-bottom: 0;
    font-weight: bold;
    border-bottom: none;
  }
  .form_cont td {
    background: #f6f4ec;
    border-top: none;
  }
  .form_cont .tit {
    padding: 8px 4%;
  }
}
@media (max-width: 767px) {
  .page_sub .hero {
    height: 30vh;
    background-image: url(../images/common/top2.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .page_sub .title_holder {
    width: 100%;
    height: 100%;
    position: absolute;
    /*background: rgba(0, 0, 0, 0.4);*/
  }
  .page_sub .title_holder .title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    /* background: rgba(0, 0, 0, 0.5);*/
  }

  .pro .title_holder .title,
  .experience .title_holder .title,
  .page_course .title_holder .title {
    color: #000;
  }

  .kitsuke .title_holder .title {
    color: #000 !important;
    /* background: rgba(0, 0, 0, 0.5);*/
  }

  /*.kitsuke .title_holder{
         background: rgba(0, 0, 0, 0.4 );
    }*/

  /* .pro .title_holder{
        background: rgba(0, 0, 0, 0.4 );
    }*/

  .map iframe {
    width: 100%;
  }
  .tribe-events-calendar thead th {
    background: #4d418c;
    padding: 2px;
  }
  .tribe-events-day .tribe-events-day-time-slot h5 {
    background: #4d418c;
  }
  .form_cont .detail_left,
  .form_cont .detail_left2 {
    width: 100%;
    padding: 10px 4% 0;
    height: inherit;
    border-bottom: none;
  }
  .form_cont .error_coution {
    color: #cd1212;
    font-size: 0.92em;
  }
  .form_cont .ex {
    color: #666;
    font-size: 0.92em;
  }
  .form_cont .req {
    display: inline-block;
    float: right;
    padding: 3px 14px;
    font-size: 0.71em;
    color: #fff;
    background: #cd1212;
    border-radius: 6px;
  }
  .form_cont .sei,
  .form_cont .mei {
    display: block;
  }
  .form_cont .sei {
    margin-bottom: 10px;
  }
  .form_cont input[type="text"],
  select,
  .form_cont textarea {
    width: 100%;
    border: 1px #ddd solid;
    border-radius: 4px;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
      "MS P Gothic", Helvetica, Arial, Verdana, sans-serif;
    padding: 10px 16px;
  }
  select {
    width: 100% !important;
  }
  .form_cont input[type="text"].m_r10,
  .form_cont textarea.m_r10 {
    width: 90%;
    margin-left: 10px;
  }
  .form_cont input[type="checkbox"],
  .form_cont input[type="radio"] {
    display: none;
  }
  .form_cont input[type="checkbox"] + span,
  .form_cont input[type="radio"] + span {
    margin-right: 20px;
    margin-bottom: 0.6em;
    padding-left: 35px;
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }
  .form_cont input[type="checkbox"] + span:before,
  .form_cont input[type="radio"] + span:before {
    content: "";
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: #d7d7d7 1px solid;
    background: #fff;
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    box-sizing: border-box;
  }
  .form_cont input[type="checkbox"] + span:after,
  .form_cont input[type="radio"] + span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1;
    box-sizing: border-box;
  }
  .form_cont input[type="radio"] + span:before {
    border-radius: 100%;
  }
  .form_cont input[type="checkbox"]:checked + span:after {
    content: "\2713";
    font-size: 2.1rem;
    color: #4d418c;
    top: -0.25em;
    left: -0.1em;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .form_cont input[type="radio"]:checked + span:after {
    width: 12px;
    height: 12px;
    margin: -6px 0 0 0;
    background: #4d418c;
    left: 4px;
    border-radius: 100%;
  }
  .form_cont .doui_bt {
    text-align: center;
  }
  .form_cont .doui {
    margin: 20px auto;
    background: #fff;
    width: 100%;
    height: 200px;
    padding: 10px 4%;
    font-size: 0.85em;
    border: 1px #ddd solid;
    overflow-y: scroll;
  }
  .form_detail_bt {
    padding: 10px 0 30px;
    text-align: center;
    margin: 0 auto;
  }
  input[type="submit"],
  input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px;
  }
  .form_detail_bt input[type="button"] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
    display: block;
    -webkit-border-radius: 0px;
    /*border-radius: 6px;*/
    border: 0;
    background: #f3a434;
    color: #181717;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
    margin: 0 auto;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
      "MS P Gothic", Helvetica, Arial, Verdana, sans-serif;
    letter-spacing: 0.075em;
  }
  .form_detail_bt input[type="button"]:hover {
    background: #ffed76;
    color: #fff;
  }
  /* ---------- faq ---------- */

  .faq_cont {
    max-width: 100%;
  }
  .faq_cont .box_question {
    *zoom: 1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #ddd solid;
  }
  .faq_cont .box_question:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .faq_cont .box_question .question_ico {
    float: left;
    width: 30px;
    line-height: 30px;
    font-size: 1.07em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #4d418c;
    border-radius: 4px;
    margin-right: 18px;
  }
  .faq_cont .box_question .question_txt {
    color: #4d418c;
    width: 80%;
    float: left;
  }
  .faq_cont .box_question .question_img {
    display: none;
  }
  .faq_cont .box_answer {
    *zoom: 1;
    margin-bottom: 30px;
  }
  .faq_cont .box_answer:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .faq_cont .box_answer .answer_ico {
    float: left;
    width: 30px;
    line-height: 26px;
    font-size: 1.07em;
    font-weight: bold;
    text-align: center;
    color: #4d418c;
    background: #fff;
    border: 2px #4d418c solid;
    border-radius: 4px;
    margin-right: 18px;
  }
  .faq_cont .box_answer .answer_txt {
    padding-left: 48px;
  }
  /*
  hero
--------------------------------------------- */

  .bx-wrapper {
    max-width: 100%;
    border: 0px !important;
    box-shadow: none;
    margin-bottom: 0px !important;
  }
  .bx-wrapper .copy {
    padding-top: 30%;
  }
  .bx-wrapper .copy h2 {
    font-size: 1.71em;
  }
  .bx-wrapper .copy h3 {
    font-size: 14px;
  }
  .hero {
    margin: 0 auto;
    position: relative;
    /*background: #d3eaf5;*/
  }
  .bx-controls-direction {
    display: none;
  }
  .hero ul li {
    background-color: #fff;
    background-size: cover;
    background-position: 40% 10%;
    background-repeat: no-repeat;
    /* height: 80vh;*/
  }
  .hero ul li:nth-child(3) {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .hero .inner-max {
    width: 100%;
  }
  .hero .to_form {
    position: absolute;
    left: 10px;
    top: 10%;
    width: 100px;
  }
  .hero .hero_wrap {
    width: 88%;
    margin: 0 auto;
    background: rgba(210, 85, 10, 0.5);
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .hero .hero_wrap .hero_copy {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
      "游明朝体", YuMincho, "Yu Mincho", "ＭＳ 明朝", "MS Mincho",
      HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar",
      "Droid Sans Japanese", serif;
    padding-top: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 1.71em;
    line-height: 1.2;
    color: #fff;
  }
  .hero .hero_wrap .hero_btn {
    width: 80%;
    margin: 10px auto;
  }
  .hero .hero_wrap .hero_btn a {
    position: relative;
    font-size: 1.28em;
    display: block;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #fff;
    background: #4d418c;
    box-shadow: 1px 1px 2px #24195f;
    border-radius: 6px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
  }
  .hero .hero_wrap .hero_btn a .fa {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
  }
  .hero .hero_wrap .hero_btn a:hover {
    text-decoration: none;
    background: #24195f;
    box-shadow: 1px 1px 2px #170e48;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .hero .hero_wrap .hero_btn a {
    font-size: 14px;
    line-height: 45px;
  }
  .hero .hero_wrap .hero_btn a .fa {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
  }
}
@media (max-width: 767px) {
  .subcopy {
    color: #572261;
  }
  .subcopy h2 {
    font-size: 1.71em;
  }
  .subcopy h3 {
    font-size: 14px;
  }
  a.subcopy {
    display: block;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px 0px;
    text-decoration: none;
  }
  a.subcopy:hover {
    opacity: 0.7;
  }
  .sub1 {
    padding-top: 350px;
    padding-bottom: 30px;
  }
  .sub3 {
    text-align: center;
    width: 300px;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px 0px;
    margin: 0 auto;
  }
  .subhero {
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    color: #fff;
  }
  .subhero.bg {
    padding: 30px 0px;
  }
  /*
  index common
--------------------------------------------- */

  .page_index .cont_tit {
    font-size: 1.14em;
    font-weight: bold;
    text-align: center;
    letter-spacing: normal;
    padding: 30px 0 20px;
  }
  /*
  index area_information
--------------------------------------------- */

  .area_information {
    background: #f6f4ec;
    position: relative;
    padding: 10px 0px;
  }
  .area_information a {
    text-decoration: none;
  }
  .area_information .information_cont {
    margin-bottom: 16px;
    background: #fff;
    padding: 0 4%;
    border: 1px #ddd solid;
    text-align: left;
  }
  .area_information .information_cont li {
    padding: 10px 0;
    border-bottom: 1px #ddd solid;
  }
  .area_information .information_cont li:last-child {
    border-bottom: none;
  }
  .area_information .information_cont .info_category {
    display: inline-block;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
      "MS P Gothic", Helvetica, Arial, Verdana, sans-serif;
    color: #fff;
    font-size: 0.71em;
    border-radius: 4px;
    width: 75px;
    text-align: center;
    line-height: 22.5px;
    margin: 5px 0;
  }
  .area_information .information_cont .info_category.category_news {
    background: #62ba54;
  }
  .area_information .information_cont .info_category.category_release {
    background: #54a6ba;
  }
  .area_information .information_cont .info_category.category_media {
    background: #516ea9;
  }
  .area_information .information_cont .info_date {
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
      "MS P Gothic", Helvetica, Arial, Verdana, sans-serif;
    padding-right: 18px;
    display: inline-block;
  }
  .area_information .information_cont .info_txt {
    display: block;
    text-align: left !important;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
      "MS P Gothic", Helvetica, Arial, Verdana, sans-serif;
  }
  .area_information .information_cont .info_txt a {
    color: #181717;
    text-decoration: none;
  }
  .area_information .btn_andmore {
    position: relative;
    text-align: center;
    padding-bottom: 0px;
    margin-top: 20px;
  }
  .area_information .btn_andmore a {
    position: relative;
    display: inline-block;
    padding: 0 50px;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #fff;
    background: #4d418c;
    box-shadow: 1px 1px 2px #24195f;
    border-radius: 4px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
  }
  .area_information .btn_andmore a:hover {
    text-decoration: none;
    background: #24195f;
    box-shadow: 1px 1px 2px #2c0633;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .area_information .btn_andmore a {
    min-width: 150px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  /* sections */

  .sec .copy {
    padding-top: 25%;
  }
  .sec .copy h2 {
    font-size: 4.286em;
    font-weight: 700;
  }
  .sec .copy h3 {
    font-size: 2.28em;
  }
  .section2 {
    background-image: url("../images/index/sec2-sp.png") !important;
    background-position: center bottom !important;
    background-repeat: no-repeat;
    height: 80vh;
  }
  .section2 .copy {
    padding-top: 30px;
  }
  .section2 .copy .rect {
    display: inline-block;
    margin-top: 100px;
    width: 200px;
    height: 200px;
    position: relative;
  }
  .section2 .copy .rect h3 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
    font-size: 1.71em;
    letter-spacing: 3px;
    width: 150px;
  }
  .section2 .copy .rect h3 span {
    letter-spacing: 1px;
    display: block;
    font-size: 10px;
  }
  .section2 .copy .rect2 {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
  }
  .section2 .copy .rect2 h3 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
    font-size: 0.85em;
    letter-spacing: 3px;
    width: 75px;
    margin-left: 2px;
  }
  .section2 .copy .rect2 h3 span {
    letter-spacing: 1px;
    display: block;
    font-size: 10px;
  }
  .section2 .copy .r-bg {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ea2525;
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 3px #ea2525;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%) rotate(45deg);
  }
  .section2 .copy .p-bg {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #828282;
    width: 75px;
    height: 75px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 3px #828282;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%) rotate(45deg);
  }
  .section3 .copy h2 {
    font-size: 3em;
  }
  .section3 .inline {
    padding-top: 0px;
  }
  .section3 .sc {
    position: relative;
    width: 100%;
    height: 90vh;
  }
  .section3 .sec1 {
    padding: 0px 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url("../images/index/sec3-a-sp.png");
  }
  .section3 .sec1 .copy {
    padding-top: 0;
    display: inline-block;
    vertical-align: top;
  }
  .section3 .sec1 .copy p.sub {
    font-size: 1.8em;
    line-height: 1.2;
  }
  .section3 .sec1 .rect {
    left: 10%;
    bottom: 20%;
    position: absolute;
    width: 200px;
  }
  .section3 .sec1 .rect h3 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
    font-size: 1.71em;
    letter-spacing: 3px;
    width: 150px;
  }
  .section3 .sec1 .rect h3 span {
    letter-spacing: 1px;
    display: block;
    font-size: 10px;
  }
  .section3 .sec1 .r-bg {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #808fda;
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 3px #808fda;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%) rotate(45deg);
  }
  .section3 .sec2 {
    padding: 20px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url("../images/index/sec3-b-sp.png");
  }
  .section3 .sec2 .copy {
    float: right;
    display: inline-block;
    vertical-align: top;
    width: 320px;
    padding: 0px;
    clear: both;
  }
  .section3 .sec2 .copy h2 {
    line-height: 1;
  }
  .section3 .sec2 .copy p.sub {
    font-size: 1.8em;
    line-height: 1.2;
  }
  .section3 .sec2 .rect {
    left: 10%;
    bottom: 20%;
    position: absolute;
    width: 200px;
  }
  .section3 .sec2 .rect h3 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
    font-size: 1.71em;
    letter-spacing: 3px;
    width: 150px;
  }
  .section3 .sec2 .rect h3 span {
    letter-spacing: 1px;
    display: block;
    font-size: 10px;
  }
  .section3 .sec2 .r-bg {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #442056;
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 3px #442056;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%) rotate(45deg);
  }
  .section3 .sec3 {
    padding: 20px;
    background-position: top center;
    background-image: url("../images/index/sec3-c-sp.png");
  }
  .section3 .sec3 .copy {
    padding-top: 60px;
    display: inline-block;
    vertical-align: top;
  }
  .section3 .sec3 .copy p.sub {
    font-size: 1.8em;
    line-height: 1.2;
  }
  .section3 .sec3 .rect {
    left: 10%;
    bottom: 20%;
    position: absolute;
    width: 200px;
  }
  .section3 .sec3 .rect h3 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
    font-size: 1.71em;
    letter-spacing: 3px;
    width: 150px;
  }
  .section3 .sec3 .rect h3 span {
    letter-spacing: 1px;
    display: block;
    font-size: 10px;
  }
  .section3 .sec3 .r-bg {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #f27787;
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 3px #f27787;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%) rotate(45deg);
  }
  /*
  index area_recruit
--------------------------------------------- */
  .footer-section2 {
    margin-top: 20px;
  }
  .bx-wrapper li:nth-child(3) .copy {
    padding-top: 0px;
  }
  .hero .bx-wrapper li:nth-child(3) {
    background-position: bottom !important;
  }
  .area_links {
    background-color: #f6f4ec;
    font-size: 0;
    padding: 20px 0px 20px 0px;
    font-size: 14px;
  }
  .area_links .inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .area_links .inline a {
    display: block;
    width: 48%;
    margin-bottom: 10px;
    background-position: center center;
    position: relative;
    color: #572261;
    text-decoration: none !important;
  }
  .area_links .inline a .title {
    color: #fff;
    font-size: 1.42em;
  }
  .area_links .inline a .txt {
    color: #fff;
    font-size: 0.85em;
  }
  /*
  index area_media
--------------------------------------------- */
  .area_media {
    margin-bottom: 0px !important;
  }
  .area_media {
    background-color: #f6f4ec;
    font-size: 0;
    margin-bottom: 30px;
    padding: 60px 0px 20px 0px;
  }
  .area_media .news {
    font-size: 14px;
  }
  .area_media .news .center-in {
    text-align: center;
    padding: 20px 0px;
  }
  .area_media .news ul {
    text-align: center;
  }
  .area_media .news li {
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
  }
  .area_media .news li a {
    color: #000;
    display: block;
    text-decoration: none;
    text-align: left;
  }
  .area_media .news li p.date {
    font-family: "Raleway";
    color: grey;
  }
  .area_media .news li .imgHolder {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
  }
  .area_media .news li p.title {
    margin: 0px;
    line-height: 1;
  }
  .area_media .news li p.excerpt {
    margin: 0px;
    line-height: 1;
  }
  .area_media .feat {
    margin-bottom: 20px;
  }
  .area_media .feat a {
    display: block;
    text-decoration: none;
    text-align: left;
    color: #000;
  }
  .area_media .feat a:hover {
    opacity: 0.7;
  }
  .area_media .feat p.date {
    font-family: "Raleway";
    color: grey;
  }
  .area_media .feat p.title {
    margin: 0px;
    line-height: 1;
  }
  .area_media .feat p.desc {
    line-height: 1;
    margin: 0px;
  }
  .area_media .feat .imgHolder {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
  }

  .page_course .with-h {
    height: 66px;
  }

  .steplinks a {
    z-index: 9999;
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .single_cont_auther {
    padding: 20px 16px;
    margin-bottom: 10px;
    border-radius: 8px;
  }
}

@media (min-width: 768px) {
  .single_cont_auther .auther_img {
    width: 80px;
    display: table-cell;
    vertical-align: middle;
  }
  .single_cont_auther .auther_img img {
    border-radius: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .single_cont_auther .auther_img {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-right: 30px;
    width: 100%;
  }
  .single_cont_auther .auther_img img {
    text-align: center;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .single_cont_auther .auther_cont {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
  }
  .single_cont_auther .auther_cont_name {
    font-size: 1.57em;
    padding-top: 8px;
    font-weight: bold;
    color: #4d418c;
  }
  .single_cont_auther .auther_cont_name span {
    padding-left: 13px;
    font-size: 13px;
    color: #181717;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .single_cont_auther .auther_cont {
    display: block;
    text-align: center;
    padding: 10px 30px 0 0;
  }
  .single_cont_auther .auther_cont_name {
    padding: 0;
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  .single_cont_auther .auther_txt {
    width: 410px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    border-left: 1px #ddd solid;
  }
  .single_cont .single_page-nation {
    margin-top: 50px;
  }
  .single_cont .single_page-nation .prev,
  .single_cont .single_page-nation .next {
    display: inline-block;
    margin-right: 30px;
  }
  .single_cont .single_page-nation .prev a {
    position: relative;
    display: inline-block;
    padding: 0 48px;
    font-size: 1.14em;
    letter-spacing: 0.075em;
    color: #4d418c;
    background: #fff;
    border-radius: 4px;
    border: 1px #4d418c solid;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
  }
  .single_cont .single_page-nation .prev a:hover {
    text-decoration: none;
    background: #4d418c;
    color: #fff;
  }
  .single_cont .single_page-nation .prev a i {
    font-size: 0.71em;
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -6px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .single_cont .single_page-nation .prev {
    width: 48%;
    float: left;
  }
  .single_cont .single_page-nation .prev a {
    width: 100%;
    padding: 0 20px;
    font-size: 0.92em;
    line-height: 45px;
  }
}

@media (min-width: 768px) {
  .single_cont .single_page-nation .next a {
    position: relative;
    display: inline-block;
    padding: 0 48px;
    font-size: 1.14em;
    letter-spacing: 0.075em;
    color: #4d418c;
    background: #fff;
    border-radius: 4px;
    border: 1px #4d418c solid;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
  }
  .single_cont .single_page-nation .next a:hover {
    text-decoration: none;
    background: #4d418c;
    color: #fff;
  }
  .single_cont .single_page-nation .next a i {
    font-size: 0.71em;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .single_cont .single_page-nation .next {
    width: 48%;
    float: right;
  }
  .single_cont .single_page-nation .next a {
    width: 100%;
    padding: 0 20px;
    font-size: 0.92em;
    line-height: 45px;
  }
}

@media (min-width: 768px) {
  /*
  single_bottom
--------------------------------------------- */
  .tit_relation_cont {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .tit_relation_cont:after {
    width: 100%;
    content: "";
    border-top: 1px #ddd solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .tit_relation_cont {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .tit_relation_cont .tit_relation {
    display: inline-block;
    text-align: center;
    padding: 20px 30px;
    background: #fffdf0;
    position: relative;
    z-index: 10;
    font-size: 1.28em;
    font-weight: bold;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .tit_relation_cont .tit_relation {
    padding: 10px 4%;
  }
}

@media (min-width: 768px) {
  .relation_article {
    max-width: 1200px;
    margin: 0 auto 80px;
    text-align: center;
  }
}
/*sp style*/
@media (max-width: 767px) {
  .copy .btnpink a {
    width: 100% !important;
    background: #f99fb1;
    box-shadow: 1px 1px 2px #905560;
    line-height: 40px;
    height: 40px;
    text-align: left;
    padding: 0px 10px;
    font-size: 14px !important;
    display: block;
    border-radius: 0px;
  }
  .smbtn,
  .smbtn a {
    display: none !important;
  }
  .section3 .copy h2 {
    font-size: 2em;
  }

  header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999 !important;
  }

  .feat {
    width: 100%;
  }

  .recommended {
    display: none;
  }

  #content {
    padding-top: 57.8px;
  }

  .page_sub .s1 {
    position: relative;
    background: #f1e6d1;
  }
  .page_sub .catch {
    display: inline !important;
    font-size: 1.3em;
    border-bottom: 1px solid #000;
    line-height: 30px;
  }
  .page_sub .s1 .s1a {
    display: none;
  }
  .page_sub .contents .text {
    margin-top: 20px;
  }
  .page_sub .s1 .s1b {
    display: none;
  }
  .page_sub .inner {
    padding: 20px 0px;
  }
  /*beginner*/
  .page_sub .s3 .item {
    margin-bottom: 30px;
    text-decoration: none;
    color: #000;
  }

  .page_sub .s3 a.item:hover .txt_holder {
    background: #4d418c;
    color: #fff;
    transition: all 1s ease-in-out;
  }
  .page_sub .s3 .item .img_holder {
    /*width: 30%;*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
  .page_sub.beginner .s3 .item .img_holder {
    width: 100%;
  }
  .page_sub .s3 .item .img_holder .tri {
    display: inline-block;
    width: 75px;
    height: 75px;
    float: right;
    margin-top: 0px;
    /* margin-right: -100px;*/
    position: relative;
    margin: 0px 5px;
  }
  .page_sub .s3 .item .img_holder .tri p {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
    font-size: 12px;
    letter-spacing: 3px;
    width: 50px;
    margin-left: 2px;
    font-family: "Merienda", cursive;
  }
  .page_sub .s3 .item .img_holder .tri p span {
    display: block;
    font-size: 25px;
    line-height: 1;
  }
  .page_sub .s3 .item .img_holder .tri .p-bg {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #e96594;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 3px #e96594;
    /* IE 9 */

    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    /* Chrome, Safari, Opera */

    transform: translate(-50%, -50%) rotate(45deg);
  }
  .page_sub .s3 .item .txt_holder {
    padding: 20px;
    background: #fff;
    width: 100%;
  }
  .page_sub.kitsuke .s3 .item .txt_holder {
    padding: 20px;
    background: #fff0f5;
    width: 100% !important;
  }
  .page_sub.beginner .s3 .item .txt_holder {
    padding: 20px;
    background: #fff0f5;
    /*width: 90%;*/
  }
  .page_sub .s3 .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .page_sub .s3 .item:nth-child(even) .img_holder .tri {
    display: inline-block;
    width: 75px;
    height: 75px;
    float: left;
    margin-top: 0px;
    /* margin-left: -20px;*/
    position: relative;
  }
  .page_sub .s3 .item:nth-child(even) .txt_holder {
    padding: 20px;
  }

  .page_sub .s3 .item .txt_holder h2 {
    font-size: 20px !important;
  }
  .page_sub .s3 .item .txt_holder img {
    float: none !important;
  }
  .page_sub .contents {
    background-color: #f6f4ec;
  }
  .page_sub .s5 .item {
    margin-bottom: 20px;
  }
  .page_sub .s5 .item h3 {
    margin: 20px 0px;
    font-size: 1.3em;
  }
  /*pro*/
  .page_sub.license .s4 {
    background-image: url(../images/pro/license_bg.png);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
  }
  .page_sub.license .s4 .box {
    margin: 20px auto;
    background: #fff;
    border: 1px solid #ca5463;
    padding: 20px;
    position: relative;
  }
  .page_sub.license .s4 .box h3 {
    color: #ca5463;
    font-size: 1.3em;
    margin: 10px 0px;
  }
  .page_sub.pro .s5 {
    background: #f1e6d1;
  }
  .page_sub.support .s3 .box .item {
    background: #ffd8d8;
    padding: 10px;
    margin-bottom: 20px;
  }
  .page_sub.support .s3 .box h3 {
    color: #ca5463;
    font-size: 1.3em;
  }
  .page_sub.support .s3 .main_img {
    margin-bottom: 20px;
  }

  .page_sub.support .s3 .center-in {
    margin-bottom: 20px;
  }

  /*course*/
  .inline {
    padding-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .subpage .qlinks a.btn {
    padding: 10px;
    display: block;
    position: relative;
    margin-bottom: 0px;
    background: #4d418c;
    width: calc(100% / 2.1);
    border: 1px solid #4d418c;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
  }

  .page_course .qlinks a.btn {
    background: #4d418c;
    width: calc(100% / 2.1);
    border: 1px solid #4d418c;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
  }
  .page_course .qlinks a.btn:hover,
  .page_course .qlinks a.btn.active {
    color: #4d418c;
  }

  .page_course .s4 #getFixed {
    padding: 10px !important;
  }

  .page_course .s4 #getFixed .inner {
    width: 100%;
    padding: 0px;
  }

  .page_course .s4 #getFixed .inner .fa {
    display: none;
  }

  /*schedule*/

  .cal {
    overflow: scroll;
    width: 100% !important;
  }

  .faq .faq_cont {
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 6px;
  }
  /*experience*/
  .page_sub.experience .s4 {
    background: #ffe3e8;
  }
  .experience .txt {
    background: #fff;
    display: block;
    border-bottom: 1px solid #ebebeb;
    text-align: left;
    padding: 5px;
    margin-bottom: 10px;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
      "MS P Gothic", Helvetica, Arial, Verdana, sans-serif;
  }
  .experience .ws {
    border: 1px dashed #9e0039;
    background: transparent;
  }
  .experience .txt1:before {
    content: "1";
    background: #9e0039;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .experience .txt2:before {
    content: "2";
    background: #9e0039;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .experience .txt3:before {
    content: "3";
    background: #9e0039;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .experience .txt4:before {
    content: "4";
    background: #9e0039;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .experience .txt5:before {
    content: "5";
    background: #9e0039;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .experience .txt6:before {
    content: "6";
    background: #9e0039;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .experience .txt7:before {
    content: "7";
    background: #9e0039;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .experience .txt8:before {
    content: "8";
    background: #9e0039;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50%;
    margin-right: 10px;
  }

  .page_sub .s4 {
    background: #fff;
  }
  .tit_medium {
    font-weight: bold;
    font-size: 1.42em;
    padding: 20px 0;
    margin: 30px 0px;
    padding: 5px 0px;
    line-height: 1;
    background-image: url(../images/pro/pattern1.png);
    background-position: right;
    font-size: 1.3em;
    background-size: cover;
  }
  .tit_medium:after {
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 10px;
    content: "";
    background: #4d418c;
  }
  .page_course .steplinks .step {
    width: 100%;
    border: 1px solid #ccc;
    position: relative;
    padding: 30px 10px;
    margin-bottom: 30px;
  }
  .page_course .steplinks .step:after {
    content: url(../images/course/arrow-sm.png);
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -50px;
    transform: rotate(90deg);
  }
  .page_course .steplinks .step:last-child:after {
    content: "";
  }
  .page_course .steplinks .step .title {
    font-size: 1.5em;
  }
  .page_course .steplinks .step .txt {
    text-align: left;
    font-size: 1.2em;
  }
  .page_course .steplinks .step .cir {
    padding: 4px 15px;
    color: #fff;
    background: #ef7388;
    border-radius: 50%;
  }
  .page_course .steplinks .step .sub {
    color: #ef7388;
    font-size: 1.3em;
    text-align: center;
    margin: 10px 0px;
    display: block;
  }

  .page_course #basic {
    background: #eef1ff;
  }

  .page_course #major {
    background: #fbf3ff;
  }

  .page_course #master {
    background: #ffeaea;
  }

  .page_course #personal {
    background: #fff3e1;
  }

  .page_course .data table {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #181717;
    background: #fff;
  }
  .page_course .data table td,
  .page_course .data table th {
    padding: 3px;
  }
  .page_course .data_1 td {
    text-align: center;
  }
  .page_course .data_1 td:nth-child(1),
  .page_course .data_3 td:nth-child(1) {
    width: 20%;
  }
  .page_course .data_1 td:nth-child(3),
  .page_course .data_3 td:nth-child(3) {
    text-align: left;
  }
  .page_course .data_2 th,
  .page_course .data_4 th {
    color: #fff;
    background: grey;
    border-right: 1px solid #181717;
  }
  .page_course .data_2 tr,
  .page_course .data_4 tr {
    border-bottom: 1px solid #181717;
  }
  .page_course .data_2 tr:last-child,
  .page_course .data_4 tr:last-child {
    border-bottom: 0px;
  }
  .page_course .data_3 th,
  .page_course .data_4 th {
    width: 20%;
  }
  .page_course .data_3 td:nth-child(1),
  .page_course .data_4 td:nth-child(1) {
    width: 20%;
  }

  .page_course .contents {
    background: transparent;
  }
  .page_course .data .right {
    margin-top: 20px;
  }

  .page_course .data ul li {
    padding-left: 1em;
    text-indent: -1em;
    list-style: none;
  }
  .page_course .data ul li:before {
    content: "◼";
    text-indent: 20px;
  }
  .text {
    display: none;
  }

  .page_course .data_2 {
    margin-top: 20px;
  }

  .page_course .bg {
    background: #181717;
    color: #fff;
  }

  .page_course .rect {
    display: none;
  }

  .reg {
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
      "MS P Gothic", Helvetica, Arial, Verdana, sans-serif;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .page_course #personal #private,
  .page_course #personal #quick {
    font-size: 20px;
    text-align: center;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
      "游明朝体", YuMincho, "Yu Mincho", "ＭＳ 明朝", "MS Mincho",
      HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar",
      "Droid Sans Japanese", serif;
  }
  .page_course .center-in .btn a {
    background: #80405d;
    font-size: 11px;
    padding: 0px 10px;
  }

  .page_course .btn a .fa {
    display: none;
  }

  .center-in .text {
    display: block;
  }

  .overflw {
    overflow: scroll;
  }

  .overflw .tbl_normal {
    width: 530px;
  }

  .page_school #getFixed {
    padding: 10px 0px;
  }

  .page_school #getFixed .fa {
    display: none;
  }

  .tit_bg {
    background: #4d418c;
    color: #fff;
    font-size: 1em;
    margin: 10px 0px;
    padding: 10px;
    line-height: 1;
  }

  .map iframe {
    height: 200px;
  }

  .page_school .history th {
    text-align: right;
  }
  .page_school .history {
    background: #fff;
  }

  .nav-links {
    text-align: center;
  }
  .pagination {
    padding: 50px 0px 20px 0px;
  }
  .nav-links .page-numbers {
    font-size: 1em;
    padding: 5px 10px;
    border: 1px solid #4d418c;
    background: #fff;
    color: #4d418c;
    text-decoration: none;
    border-radius: 3px;
  }
  .screen-reader-text {
    display: none;
  }
  .nav-links a.page-numbers:hover {
    background: #c8c1e8;
  }
  .nav-links .current {
    background: #4d418c;
    color: #fff;
  }

  .container .article_cont {
    margin: 0 auto;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
      "MS P Gothic", Helvetica, Arial, Verdana, sans-serif;
  }

  .single_cont {
    border-top: 1px #ddd solid;
  }
  .single_cont_date {
    font-size: 1.28em;
    padding: 30px 0;
    color: #4d418c;
  }
  .single_cont_tit {
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: 50px;
  }
  .single_cont_sub {
    *zoom: 1;
    margin-bottom: 70px;
  }
  .single_cont_sub:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .single_cont_tag {
    float: left;
    padding: 5px 0;
  }
  .single_cont_sns ul li {
    display: inline-block;
    margin-left: 4px;
  }

  .single_cont_inner img {
    height: auto !important;
  }

  .single_cont_sns-bot ul {
    text-align: center;
  }
  .single_cont_auther {
    border-radius: 12px;
    border: 1px #f6f4ec solid;
    background: #fff;
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 60px;
    border: 5px #f6f4ec solid;
    display: table;
    width: 100%;
  }

  .single_cont_sns-bot ul li {
    display: inline-block;
    margin-left: 4px;
  }

  .single_cont_auther .auther_img {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
  .single_cont_auther .auther_img img {
    text-align: center;
    border-radius: 40px;
    margin: 0 auto;
  }

  .single_cont_auther .auther_cont {
    display: block;
    text-align: center;
    padding: 10px 0px 0 0;
  }

  .single_cont_auther .auther_cont_name {
    font-size: 1.57em;
    padding-top: 8px;
    font-weight: bold;
    color: #4d418c;
  }

  .auther_txt {
    display: none;
  }
}

/* 20250531追記 */

html {
  font-size: 62.5%;
}
@media screen and (max-width: 999px) {
  html {
    font-size: 57.5%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}
body img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
body .d-n {
  display: none;
}
@media screen and (max-width: 767px) {
  body .pc {
    display: none;
  }
}
body .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  body .sp {
    display: block;
  }
}
body a {
  transition: 0.3s;
  text-decoration: none;
}

body a:hover {
  opacity: 0.7;
}
#header-2,
#footer-2 {
  font-family: "Noto Sans JP", sans-serif;
}
#header-2 a,
#header-2 a:link,
#header-2 a:visited,
#header-2 a:hover,
#header-2 a:active,
#footer-2 a,
#footer-2 a:link,
#footer-2 a:visited,
#footer-2 a:hover,
#footer-2 a:active {
  text-decoration: none !important;
  color: inherit;
}

#header-2 {
  border-bottom: 0.9rem solid #ffccc9;
}

@media screen and (max-width: 767px) {
  #header-2 {
    border: none;
    height: 5.5rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
  }
}
#header-2 .header-container01 {
  max-width: 100rem;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #header-2 .header-container01 {
    height: 5.5rem;
  }
}
#header-2 .header-container01 .box01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #header-2 .header-container01 .box01 {
    height: 5.5rem;
    margin: 0;
  }
}
#header-2 .header-container01 .box01 a {
  display: block;
}
@media screen and (max-width: 767px) {
  #header-2 .header-container01 .box01 a {
    display: flex;
  }
}
#header-2 .header-container01 .box01 a img {
  width: auto;
  height: 5rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  #header-2 .header-container01 .box01 a img {
    height: 2.8rem;
  }
}
#header-2 .header-container01 .box01 .btn {
  background: #ed6c69;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23.6rem;
  height: 4.7rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  #header-2 .header-container01 .box01 .btn {
    display: none;
  }
}
#header-2 .header-container02 {
  max-width: 114rem;
  width: 95%;
  margin: 0 auto;
}
#header-2 .header-container02 nav {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#header-2 .header-container02 nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header-2 .header-container02 nav ul li {
  padding: 0.5rem 3.5rem;
  position: relative;
}
@media screen and (max-width: 1279px) {
  #header-2 .header-container02 nav ul li {
    padding: 0.5rem 2.5rem;
  }
}
@media screen and (max-width: 999px) {
  #header-2 .header-container02 nav ul li {
    padding: 0.5rem 1.5rem;
  }
}
#header-2 .header-container02 nav ul li a {
  font-size: 1.7rem;
  font-weight: 500;
}
#header-2 .header-container02 nav ul li:after {
  content: "";
  display: flex;
  width: 1px;
  height: 2.5rem;
  background: #171717;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#header-2 .header-container02 nav ul li:last-child:after {
  content: none;
}

@media screen and (max-width: 767px) {
  #hamburger {
    display: block;
    width: 5rem;
    height: 5rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #hamburger span {
    display: block;
    position: relative;
    width: 2.2rem;
    height: 0.2rem;
    background-color: #e85552;
    border-radius: 2px;
    transition: 0.3s;
  }
  #hamburger span:nth-child(1) {
    top: -0.8rem;
  }
  #hamburger span:nth-child(2) {
    top: 0rem;
  }
  #hamburger span:nth-child(3) {
    top: 0.8rem;
  }
  #gloval_nav {
    background: #fff;
    color: #171717;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: 100;
    visibility: hidden;
    font-size: 1.6rem;
    opacity: 0;
    width: 100%;
    padding-top: 7.5rem;
    transition: 0.3s;
    overflow: scroll;
    padding-bottom: 60px;
  }
  #gloval_nav nav {
    flex-direction: column;
  }
  #gloval_nav nav ul {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  #gloval_nav nav ul li {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #e85552;
  }
  #gloval_nav nav ul li a {
    padding: 12px;
    transition: color 0.6s ease;
    font-size: 1.8rem;
    position: relative;
  }
  #gloval_nav nav ul li a:after {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    border: 0;
    border-top: solid 2px #e85552;
    border-right: solid 2px #e85552;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: auto;
    right: 2rem;
    bottom: 0;
    margin: auto;
  }
  #gloval_nav nav ul li ul.ul-child {
    margin-bottom: 12px;
  }
  #gloval_nav nav ul li ul.ul-child li {
    border-bottom: none;
    margin: 0;
    width: 100%;
  }
  #gloval_nav nav ul li ul.ul-child li a {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
  }
  #gloval_nav nav ul li ul.ul-child li a:before {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background: #e85552;
    margin-right: 10px;
  }
  #gloval_nav nav ul.box-menu li {
    border-bottom: 1px solid #ccc;
  }
  #gloval_nav nav ul.box-menu li a {
    display: block;
  }
  #gloval_nav nav ul.box-btn {
    margin: 8px 0;
    gap: 1rem;
  }
  body.open {
    overflow: hidden;
  }
  body.open .header-container01 #gloval_nav {
    visibility: visible;
    opacity: 0.98;
  }
  body.open .header-container01 #hamburger {
    z-index: 99999;
  }
  body.open .header-container01 #hamburger span:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
  }
  body.open .header-container01 #hamburger span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
    display: none;
  }
  body.open .header-container01 #hamburger span:nth-child(3) {
    top: 5px;
    transform: rotate(-45deg);
  }
}
@media (min-width: 768px) {
  main {
    padding-top: 0;
  }
}

#footer-2 {
  padding: 11rem 0 6rem;
}
@media screen and (max-width: 767px) {
  #footer-2 {
    padding: 6rem 0 6rem;
  }
}
#footer-2 .container {
  display: flex;
  gap: 0 12rem;
}
@media screen and (max-width: 767px) {
  #footer-2 .container {
    flex-direction: column;
  }
}
#footer-2 .container .box01 {
  width: 23.4rem;
}
@media screen and (max-width: 767px) {
  #footer-2 .container .box01 {
    width: 100%;
    max-width: 27.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
  }
}
#footer-2 .container .box01 a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #footer-2 .container .box01 a img {
    display: block;
    width: 28rem;
    margin: 0 auto;
  }
}
#footer-2 .container .box02 {
  width: 60%;
  flex-grow: 1;
  display: flex;
  gap: 0 11rem;
}
@media screen and (max-width: 767px) {
  #footer-2 .container .box02 {
    width: 100%;
    flex-direction: column;
    max-width: 27.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#footer-2 .container .box02 div ul li {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #footer-2 .container .box02 div ul li {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  #footer-2 .container .box02 .nav01 {
    margin-bottom: 2rem;
  }
}
#footer-2 .container .box02 .nav01 ul li a {
  font-weight: 500;
}
#footer-2 .container .box02 .nav01 ul li.child {
  margin-left: 2rem;
}
#footer-2 .container .box02 .nav01 ul li.child a {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
#footer-2 .container .box02 .nav01 ul li.child a:before {
  content: "-";
  margin-right: 0.5rem;
}
#footer-2 .container .box02 .nav02 .box-sns-icon {
  margin: 3rem 0 0;
  display: flex;
  align-items: center;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  #footer-2 .container .box02 .nav02 .box-sns-icon {
    justify-content: center;
    gap: 0 6rem;
    margin: 4.5rem 0 0;
  }
}
#footer-2 .container .box02 .nav02 .box-sns-icon a {
  display: block;
}
.container {
  max-width: 100rem;
  width: 95%;
  margin: 0 auto;
}

/* ーーーーーーーーーーーーーーーーーー */
/* 既存ページ */
/* ーーーーーーーーーーーーーーーーーー */
.page_sub .box-h1 h1 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin: 4rem auto;
}
@media screen and (max-width: 767px) {
  .page_sub .box-h1 h1 {
    font-size: 2.2rem;
  }
}
.page_sub.page_school .box-h1 h1 {
  margin-bottom: 0;
}
.page_sub.pro .s4 .box h3 {
  text-align: center;
}
.page_sub.pro .s4 .box p {
  text-align: center;
}
.page_index .box-h1 h1 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin: 4rem auto;
}
@media screen and (max-width: 767px) {
  .page_index .box-h1 h1 {
    font-size: 2.2rem;
  }
}
.page_index p.lead {
  font-size: 2rem;
  text-align: center;
  margin: 6rem auto 0;
}

.box-btn-tel {
  margin: 4rem auto;
}
.box-btn-tel .container {
  display: flex;
  gap: 2rem 5rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .box-btn-tel .container {
    flex-direction: column;
  }
}
.box-btn-tel .container a {
  display: block;
  background: #e85552;
  width: 100%;
  padding: 1rem;
  max-width: 34.5rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .box-btn-tel .container a {
    flex-direction: column;
    max-width: 25rem;
  }
}
.box-btn-tel .container a span {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
.box-btn-tel .container a .school-name {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .box-btn-tel .container a .school-name {
    font-size: 1.9rem;
  }
}
.box-btn-tel .container a .number {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .box-btn-tel .container a .number {
    font-size: 2.2rem;
  }
}

.box-btn-tel a,
.box-btn-tel a:link,
.box-btn-tel a:visited,
.box-btn-tel a:hover,
.box-btn-tel a:active {
  text-decoration: none !important;
  color: inherit;
}

.box-btn-tel .container:after {
  content: none;
}

/* ---------------------------- */
/* ---------------------------- */
/* ---------------------------- */
@media screen and (max-width: 767px) {
  .page_school #getFixed {
    padding: 10px 10px !important;
  }
}
.page_school #getFixed a.btn {
  background: #e95553;
  border: 1px solid #e95553;
  border-radius: 0.8rem;
  margin: 0 5px;
}
.page-template-template-school footer {
  padding-bottom: 160px !important;
}
@media screen and (max-width: 767px) {
  .page-template-template-school footer {
    padding-bottom: 80px !important;
  }
}
