@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "YuGothic-M";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular"); }

@font-face {
  font-family: "YuGothic-M";
  font-weight: bold;
  src: local("YoGothic-Bold"), local("Yu Gothic Bold"), local("Yu Gothic"); }

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: normal; }

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: bold; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  word-wrap: break-word;
  word-break: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

article,
aside,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

img {
  vertical-align: bottom; }

input,
select,
textarea {
  vertical-align: middle;
  font-size: 100%; }

ol,
ul {
  list-style-type: none; }

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-size: 1.6rem;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

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

html {
  font-size: 10px; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 9px; } }

body {
  color: #333;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans Japanese", "Hiragino Sans", "Hiragino Kaku Gothic ProN", YuGothic-M, YuGothic, "游ゴシック", sans-serif;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%; }

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a img {
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
  a:hover img,
  a :active img {
    opacity: 0.8; }

input[type="button"], input[type="submit"] {
  background-color: rgba(255, 255, 255, 0); }

.l-container-lg {
  margin: 0 auto;
  max-width: 1200px; }
  .l-container-lg > *:last-child {
    margin-bottom: 0; }
  .l-container-lg:after {
    display: block;
    clear: both;
    content: ''; }
  @media screen and (max-width: 1230px) {
    .l-container-lg {
      margin-left: 15px;
      margin-right: 15px; } }
  @media screen and (max-width: 1230px) {
    .l-container-lg.margin-none {
      margin-left: auto;
      margin-right: auto; } }

.l-container-mid {
  margin: 0 auto;
  max-width: 1080px; }
  .l-container-mid > *:last-child {
    margin-bottom: 0; }
  .l-container-mid:after {
    display: block;
    clear: both;
    content: ''; }
  @media screen and (max-width: 1110px) {
    .l-container-mid {
      margin-left: 15px;
      margin-right: 15px; } }
  @media screen and (max-width: 1110px) {
    .l-container-mid.margin-none {
      margin-left: auto;
      margin-right: auto; } }

.l-container-min {
  margin: 0 auto;
  max-width: 980px; }
  .l-container-min > *:last-child {
    margin-bottom: 0; }
  .l-container-min:after {
    display: block;
    clear: both;
    content: ''; }
  @media screen and (max-width: 1010px) {
    .l-container-min {
      margin-left: 15px;
      margin-right: 15px; } }
  @media screen and (max-width: 1010px) {
    .l-container-min.margin-none {
      margin-left: auto;
      margin-right: auto; } }

.l-section-lg {
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .l-section-lg {
      padding: 40px 0 60px; } }

.l-section-mid {
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .l-section-mid {
      padding: 30px 0; } }

.l-section-min {
  padding: 40px 0; }
  @media screen and (max-width: 767px) {
    .l-section-min {
      padding: 20px 0; } }

.l-wrap-0p {
  width: 0%; }
  @media screen and (max-width: 767px) {
    .l-wrap-0p {
      width: 100%; } }

.l-wrap-5p {
  width: 5%; }
  @media screen and (max-width: 767px) {
    .l-wrap-5p {
      width: 100%; } }

.l-wrap-10p {
  width: 10%; }
  @media screen and (max-width: 767px) {
    .l-wrap-10p {
      width: 100%; } }

.l-wrap-15p {
  width: 15%; }
  @media screen and (max-width: 767px) {
    .l-wrap-15p {
      width: 100%; } }

.l-wrap-20p {
  width: 20%; }
  @media screen and (max-width: 767px) {
    .l-wrap-20p {
      width: 100%; } }

.l-wrap-25p {
  width: 25%; }
  @media screen and (max-width: 767px) {
    .l-wrap-25p {
      width: 100%; } }

.l-wrap-30p {
  width: 30%; }
  @media screen and (max-width: 767px) {
    .l-wrap-30p {
      width: 100%; } }

.l-wrap-35p {
  width: 35%; }
  @media screen and (max-width: 767px) {
    .l-wrap-35p {
      width: 100%; } }

.l-wrap-40p {
  width: 40%; }
  @media screen and (max-width: 767px) {
    .l-wrap-40p {
      width: 100%; } }

.l-wrap-45p {
  width: 45%; }
  @media screen and (max-width: 767px) {
    .l-wrap-45p {
      width: 100%; } }

.l-wrap-50p {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .l-wrap-50p {
      width: 100%; } }

.l-wrap-55p {
  width: 55%; }
  @media screen and (max-width: 767px) {
    .l-wrap-55p {
      width: 100%; } }

.l-wrap-60p {
  width: 60%; }
  @media screen and (max-width: 767px) {
    .l-wrap-60p {
      width: 100%; } }

.l-wrap-65p {
  width: 65%; }
  @media screen and (max-width: 767px) {
    .l-wrap-65p {
      width: 100%; } }

.l-wrap-70p {
  width: 70%; }
  @media screen and (max-width: 767px) {
    .l-wrap-70p {
      width: 100%; } }

.l-wrap-75p {
  width: 75%; }
  @media screen and (max-width: 767px) {
    .l-wrap-75p {
      width: 100%; } }

.l-wrap-80p {
  width: 80%; }
  @media screen and (max-width: 767px) {
    .l-wrap-80p {
      width: 100%; } }

.l-wrap-85p {
  width: 85%; }
  @media screen and (max-width: 767px) {
    .l-wrap-85p {
      width: 100%; } }

.l-wrap-90p {
  width: 90%; }
  @media screen and (max-width: 767px) {
    .l-wrap-90p {
      width: 100%; } }

.l-wrap-95p {
  width: 95%; }
  @media screen and (max-width: 767px) {
    .l-wrap-95p {
      width: 100%; } }

.l-wrap-100p {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .l-wrap-100p {
      width: 100%; } }

.l-flex-wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.l-flex-jc-fs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.l-flex-jc-fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.l-flex-jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.l-flex-jc-sa {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.l-flex-jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.l-flex-ai-st {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.l-flex-ai-fs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.l-flex-ai-fe {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.l-flex-ai-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.l-flex-ai-bl {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.l-flex-fd-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.l-flex-fd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.l-flex-fd-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.l-flex-fd-cr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.l-flex-wrap-w {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.l-flex-wrap-wr {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.l-flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.l-flex-col-2 {
  margin-bottom: 20px;
  width: 48%; }
  @media screen and (max-width: 767px) {
    .l-flex-col-2 {
      width: 100%; } }

.l-flex-parent-3:after {
  display: block;
  width: 30%;
  content: ''; }

.l-flex-col-3 {
  margin-bottom: 20px;
  width: 30%; }
  @media screen and (max-width: 767px) {
    .l-flex-col-3 {
      width: 100%; } }

.l-flex-parent-4:before {
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 23%;
  content: ''; }

.l-flex-parent-4:after {
  display: block;
  width: 23%;
  content: ''; }

.l-flex-col-4 {
  margin-bottom: 20px;
  width: 23%; }
  @media screen and (max-width: 767px) {
    .l-flex-col-4 {
      width: 48%; } }

.m0 {
  margin: 0px !important; }
  @media screen and (max-width: 767px) {
    .m0 {
      margin: calc(0px / 2) !important; } }

.mt0 {
  margin-top: 0px !important; }
  @media screen and (max-width: 767px) {
    .mt0 {
      margin-top: calc(0px / 2) !important; } }

.mb0 {
  margin-bottom: 0px !important; }
  @media screen and (max-width: 767px) {
    .mb0 {
      margin-bottom: calc(0px / 2) !important; } }

.ml0 {
  margin-left: 0px !important; }
  @media screen and (max-width: 767px) {
    .ml0 {
      margin-left: calc(0px / 2) !important; } }

.mr0 {
  margin-right: 0px !important; }
  @media screen and (max-width: 767px) {
    .mr0 {
      margin-right: calc(0px / 2) !important; } }

.p0 {
  padding: 0px !important; }
  @media screen and (max-width: 767px) {
    .p0 {
      padding: calc(0px / 2) !important; } }

.pt0 {
  padding-top: 0px !important; }
  @media screen and (max-width: 767px) {
    .pt0 {
      padding-top: calc(0px / 2) !important; } }

.pb0 {
  padding-bottom: 0px !important; }
  @media screen and (max-width: 767px) {
    .pb0 {
      padding-bottom: calc(0px / 2) !important; } }

.pl0 {
  padding-left: 0px !important; }
  @media screen and (max-width: 767px) {
    .pl0 {
      padding-left: calc(0px / 2) !important; } }

.pr0 {
  padding-right: 0px !important; }
  @media screen and (max-width: 767px) {
    .pr0 {
      padding-right: calc(0px / 2) !important; } }

.m5 {
  margin: 5px !important; }
  @media screen and (max-width: 767px) {
    .m5 {
      margin: calc(5px / 2) !important; } }

.mt5 {
  margin-top: 5px !important; }
  @media screen and (max-width: 767px) {
    .mt5 {
      margin-top: calc(5px / 2) !important; } }

.mb5 {
  margin-bottom: 5px !important; }
  @media screen and (max-width: 767px) {
    .mb5 {
      margin-bottom: calc(5px / 2) !important; } }

.ml5 {
  margin-left: 5px !important; }
  @media screen and (max-width: 767px) {
    .ml5 {
      margin-left: calc(5px / 2) !important; } }

.mr5 {
  margin-right: 5px !important; }
  @media screen and (max-width: 767px) {
    .mr5 {
      margin-right: calc(5px / 2) !important; } }

.p5 {
  padding: 5px !important; }
  @media screen and (max-width: 767px) {
    .p5 {
      padding: calc(5px / 2) !important; } }

.pt5 {
  padding-top: 5px !important; }
  @media screen and (max-width: 767px) {
    .pt5 {
      padding-top: calc(5px / 2) !important; } }

.pb5 {
  padding-bottom: 5px !important; }
  @media screen and (max-width: 767px) {
    .pb5 {
      padding-bottom: calc(5px / 2) !important; } }

.pl5 {
  padding-left: 5px !important; }
  @media screen and (max-width: 767px) {
    .pl5 {
      padding-left: calc(5px / 2) !important; } }

.pr5 {
  padding-right: 5px !important; }
  @media screen and (max-width: 767px) {
    .pr5 {
      padding-right: calc(5px / 2) !important; } }

.m10 {
  margin: 10px !important; }
  @media screen and (max-width: 767px) {
    .m10 {
      margin: calc(10px / 2) !important; } }

.mt10 {
  margin-top: 10px !important; }
  @media screen and (max-width: 767px) {
    .mt10 {
      margin-top: calc(10px / 2) !important; } }

.mb10 {
  margin-bottom: 10px !important; }
  @media screen and (max-width: 767px) {
    .mb10 {
      margin-bottom: calc(10px / 2) !important; } }

.ml10 {
  margin-left: 10px !important; }
  @media screen and (max-width: 767px) {
    .ml10 {
      margin-left: calc(10px / 2) !important; } }

.mr10 {
  margin-right: 10px !important; }
  @media screen and (max-width: 767px) {
    .mr10 {
      margin-right: calc(10px / 2) !important; } }

.p10 {
  padding: 10px !important; }
  @media screen and (max-width: 767px) {
    .p10 {
      padding: calc(10px / 2) !important; } }

.pt10 {
  padding-top: 10px !important; }
  @media screen and (max-width: 767px) {
    .pt10 {
      padding-top: calc(10px / 2) !important; } }

.pb10 {
  padding-bottom: 10px !important; }
  @media screen and (max-width: 767px) {
    .pb10 {
      padding-bottom: calc(10px / 2) !important; } }

.pl10 {
  padding-left: 10px !important; }
  @media screen and (max-width: 767px) {
    .pl10 {
      padding-left: calc(10px / 2) !important; } }

.pr10 {
  padding-right: 10px !important; }
  @media screen and (max-width: 767px) {
    .pr10 {
      padding-right: calc(10px / 2) !important; } }

.m15 {
  margin: 15px !important; }
  @media screen and (max-width: 767px) {
    .m15 {
      margin: calc(15px / 2) !important; } }

.mt15 {
  margin-top: 15px !important; }
  @media screen and (max-width: 767px) {
    .mt15 {
      margin-top: calc(15px / 2) !important; } }

.mb15 {
  margin-bottom: 15px !important; }
  @media screen and (max-width: 767px) {
    .mb15 {
      margin-bottom: calc(15px / 2) !important; } }

.ml15 {
  margin-left: 15px !important; }
  @media screen and (max-width: 767px) {
    .ml15 {
      margin-left: calc(15px / 2) !important; } }

.mr15 {
  margin-right: 15px !important; }
  @media screen and (max-width: 767px) {
    .mr15 {
      margin-right: calc(15px / 2) !important; } }

.p15 {
  padding: 15px !important; }
  @media screen and (max-width: 767px) {
    .p15 {
      padding: calc(15px / 2) !important; } }

.pt15 {
  padding-top: 15px !important; }
  @media screen and (max-width: 767px) {
    .pt15 {
      padding-top: calc(15px / 2) !important; } }

.pb15 {
  padding-bottom: 15px !important; }
  @media screen and (max-width: 767px) {
    .pb15 {
      padding-bottom: calc(15px / 2) !important; } }

.pl15 {
  padding-left: 15px !important; }
  @media screen and (max-width: 767px) {
    .pl15 {
      padding-left: calc(15px / 2) !important; } }

.pr15 {
  padding-right: 15px !important; }
  @media screen and (max-width: 767px) {
    .pr15 {
      padding-right: calc(15px / 2) !important; } }

.m20 {
  margin: 20px !important; }
  @media screen and (max-width: 767px) {
    .m20 {
      margin: calc(20px / 2) !important; } }

.mt20 {
  margin-top: 20px !important; }
  @media screen and (max-width: 767px) {
    .mt20 {
      margin-top: calc(20px / 2) !important; } }

.mb20 {
  margin-bottom: 20px !important; }
  @media screen and (max-width: 767px) {
    .mb20 {
      margin-bottom: calc(20px / 2) !important; } }

.ml20 {
  margin-left: 20px !important; }
  @media screen and (max-width: 767px) {
    .ml20 {
      margin-left: calc(20px / 2) !important; } }

.mr20 {
  margin-right: 20px !important; }
  @media screen and (max-width: 767px) {
    .mr20 {
      margin-right: calc(20px / 2) !important; } }

.p20 {
  padding: 20px !important; }
  @media screen and (max-width: 767px) {
    .p20 {
      padding: calc(20px / 2) !important; } }

.pt20 {
  padding-top: 20px !important; }
  @media screen and (max-width: 767px) {
    .pt20 {
      padding-top: calc(20px / 2) !important; } }

.pb20 {
  padding-bottom: 20px !important; }
  @media screen and (max-width: 767px) {
    .pb20 {
      padding-bottom: calc(20px / 2) !important; } }

.pl20 {
  padding-left: 20px !important; }
  @media screen and (max-width: 767px) {
    .pl20 {
      padding-left: calc(20px / 2) !important; } }

.pr20 {
  padding-right: 20px !important; }
  @media screen and (max-width: 767px) {
    .pr20 {
      padding-right: calc(20px / 2) !important; } }

.m25 {
  margin: 25px !important; }
  @media screen and (max-width: 767px) {
    .m25 {
      margin: calc(25px / 2) !important; } }

.mt25 {
  margin-top: 25px !important; }
  @media screen and (max-width: 767px) {
    .mt25 {
      margin-top: calc(25px / 2) !important; } }

.mb25 {
  margin-bottom: 25px !important; }
  @media screen and (max-width: 767px) {
    .mb25 {
      margin-bottom: calc(25px / 2) !important; } }

.ml25 {
  margin-left: 25px !important; }
  @media screen and (max-width: 767px) {
    .ml25 {
      margin-left: calc(25px / 2) !important; } }

.mr25 {
  margin-right: 25px !important; }
  @media screen and (max-width: 767px) {
    .mr25 {
      margin-right: calc(25px / 2) !important; } }

.p25 {
  padding: 25px !important; }
  @media screen and (max-width: 767px) {
    .p25 {
      padding: calc(25px / 2) !important; } }

.pt25 {
  padding-top: 25px !important; }
  @media screen and (max-width: 767px) {
    .pt25 {
      padding-top: calc(25px / 2) !important; } }

.pb25 {
  padding-bottom: 25px !important; }
  @media screen and (max-width: 767px) {
    .pb25 {
      padding-bottom: calc(25px / 2) !important; } }

.pl25 {
  padding-left: 25px !important; }
  @media screen and (max-width: 767px) {
    .pl25 {
      padding-left: calc(25px / 2) !important; } }

.pr25 {
  padding-right: 25px !important; }
  @media screen and (max-width: 767px) {
    .pr25 {
      padding-right: calc(25px / 2) !important; } }

.m30 {
  margin: 30px !important; }
  @media screen and (max-width: 767px) {
    .m30 {
      margin: calc(30px / 2) !important; } }

.mt30 {
  margin-top: 30px !important; }
  @media screen and (max-width: 767px) {
    .mt30 {
      margin-top: calc(30px / 2) !important; } }

.mb30 {
  margin-bottom: 30px !important; }
  @media screen and (max-width: 767px) {
    .mb30 {
      margin-bottom: calc(30px / 2) !important; } }

.ml30 {
  margin-left: 30px !important; }
  @media screen and (max-width: 767px) {
    .ml30 {
      margin-left: calc(30px / 2) !important; } }

.mr30 {
  margin-right: 30px !important; }
  @media screen and (max-width: 767px) {
    .mr30 {
      margin-right: calc(30px / 2) !important; } }

.p30 {
  padding: 30px !important; }
  @media screen and (max-width: 767px) {
    .p30 {
      padding: calc(30px / 2) !important; } }

.pt30 {
  padding-top: 30px !important; }
  @media screen and (max-width: 767px) {
    .pt30 {
      padding-top: calc(30px / 2) !important; } }

.pb30 {
  padding-bottom: 30px !important; }
  @media screen and (max-width: 767px) {
    .pb30 {
      padding-bottom: calc(30px / 2) !important; } }

.pl30 {
  padding-left: 30px !important; }
  @media screen and (max-width: 767px) {
    .pl30 {
      padding-left: calc(30px / 2) !important; } }

.pr30 {
  padding-right: 30px !important; }
  @media screen and (max-width: 767px) {
    .pr30 {
      padding-right: calc(30px / 2) !important; } }

.m35 {
  margin: 35px !important; }
  @media screen and (max-width: 767px) {
    .m35 {
      margin: calc(35px / 2) !important; } }

.mt35 {
  margin-top: 35px !important; }
  @media screen and (max-width: 767px) {
    .mt35 {
      margin-top: calc(35px / 2) !important; } }

.mb35 {
  margin-bottom: 35px !important; }
  @media screen and (max-width: 767px) {
    .mb35 {
      margin-bottom: calc(35px / 2) !important; } }

.ml35 {
  margin-left: 35px !important; }
  @media screen and (max-width: 767px) {
    .ml35 {
      margin-left: calc(35px / 2) !important; } }

.mr35 {
  margin-right: 35px !important; }
  @media screen and (max-width: 767px) {
    .mr35 {
      margin-right: calc(35px / 2) !important; } }

.p35 {
  padding: 35px !important; }
  @media screen and (max-width: 767px) {
    .p35 {
      padding: calc(35px / 2) !important; } }

.pt35 {
  padding-top: 35px !important; }
  @media screen and (max-width: 767px) {
    .pt35 {
      padding-top: calc(35px / 2) !important; } }

.pb35 {
  padding-bottom: 35px !important; }
  @media screen and (max-width: 767px) {
    .pb35 {
      padding-bottom: calc(35px / 2) !important; } }

.pl35 {
  padding-left: 35px !important; }
  @media screen and (max-width: 767px) {
    .pl35 {
      padding-left: calc(35px / 2) !important; } }

.pr35 {
  padding-right: 35px !important; }
  @media screen and (max-width: 767px) {
    .pr35 {
      padding-right: calc(35px / 2) !important; } }

.m40 {
  margin: 40px !important; }
  @media screen and (max-width: 767px) {
    .m40 {
      margin: calc(40px / 2) !important; } }

.mt40 {
  margin-top: 40px !important; }
  @media screen and (max-width: 767px) {
    .mt40 {
      margin-top: calc(40px / 2) !important; } }

.mb40 {
  margin-bottom: 40px !important; }
  @media screen and (max-width: 767px) {
    .mb40 {
      margin-bottom: calc(40px / 2) !important; } }

.ml40 {
  margin-left: 40px !important; }
  @media screen and (max-width: 767px) {
    .ml40 {
      margin-left: calc(40px / 2) !important; } }

.mr40 {
  margin-right: 40px !important; }
  @media screen and (max-width: 767px) {
    .mr40 {
      margin-right: calc(40px / 2) !important; } }

.p40 {
  padding: 40px !important; }
  @media screen and (max-width: 767px) {
    .p40 {
      padding: calc(40px / 2) !important; } }

.pt40 {
  padding-top: 40px !important; }
  @media screen and (max-width: 767px) {
    .pt40 {
      padding-top: calc(40px / 2) !important; } }

.pb40 {
  padding-bottom: 40px !important; }
  @media screen and (max-width: 767px) {
    .pb40 {
      padding-bottom: calc(40px / 2) !important; } }

.pl40 {
  padding-left: 40px !important; }
  @media screen and (max-width: 767px) {
    .pl40 {
      padding-left: calc(40px / 2) !important; } }

.pr40 {
  padding-right: 40px !important; }
  @media screen and (max-width: 767px) {
    .pr40 {
      padding-right: calc(40px / 2) !important; } }

.m45 {
  margin: 45px !important; }
  @media screen and (max-width: 767px) {
    .m45 {
      margin: calc(45px / 2) !important; } }

.mt45 {
  margin-top: 45px !important; }
  @media screen and (max-width: 767px) {
    .mt45 {
      margin-top: calc(45px / 2) !important; } }

.mb45 {
  margin-bottom: 45px !important; }
  @media screen and (max-width: 767px) {
    .mb45 {
      margin-bottom: calc(45px / 2) !important; } }

.ml45 {
  margin-left: 45px !important; }
  @media screen and (max-width: 767px) {
    .ml45 {
      margin-left: calc(45px / 2) !important; } }

.mr45 {
  margin-right: 45px !important; }
  @media screen and (max-width: 767px) {
    .mr45 {
      margin-right: calc(45px / 2) !important; } }

.p45 {
  padding: 45px !important; }
  @media screen and (max-width: 767px) {
    .p45 {
      padding: calc(45px / 2) !important; } }

.pt45 {
  padding-top: 45px !important; }
  @media screen and (max-width: 767px) {
    .pt45 {
      padding-top: calc(45px / 2) !important; } }

.pb45 {
  padding-bottom: 45px !important; }
  @media screen and (max-width: 767px) {
    .pb45 {
      padding-bottom: calc(45px / 2) !important; } }

.pl45 {
  padding-left: 45px !important; }
  @media screen and (max-width: 767px) {
    .pl45 {
      padding-left: calc(45px / 2) !important; } }

.pr45 {
  padding-right: 45px !important; }
  @media screen and (max-width: 767px) {
    .pr45 {
      padding-right: calc(45px / 2) !important; } }

.m50 {
  margin: 50px !important; }
  @media screen and (max-width: 767px) {
    .m50 {
      margin: calc(50px / 2) !important; } }

.mt50 {
  margin-top: 50px !important; }
  @media screen and (max-width: 767px) {
    .mt50 {
      margin-top: calc(50px / 2) !important; } }

.mb50 {
  margin-bottom: 50px !important; }
  @media screen and (max-width: 767px) {
    .mb50 {
      margin-bottom: calc(50px / 2) !important; } }

.ml50 {
  margin-left: 50px !important; }
  @media screen and (max-width: 767px) {
    .ml50 {
      margin-left: calc(50px / 2) !important; } }

.mr50 {
  margin-right: 50px !important; }
  @media screen and (max-width: 767px) {
    .mr50 {
      margin-right: calc(50px / 2) !important; } }

.p50 {
  padding: 50px !important; }
  @media screen and (max-width: 767px) {
    .p50 {
      padding: calc(50px / 2) !important; } }

.pt50 {
  padding-top: 50px !important; }
  @media screen and (max-width: 767px) {
    .pt50 {
      padding-top: calc(50px / 2) !important; } }

.pb50 {
  padding-bottom: 50px !important; }
  @media screen and (max-width: 767px) {
    .pb50 {
      padding-bottom: calc(50px / 2) !important; } }

.pl50 {
  padding-left: 50px !important; }
  @media screen and (max-width: 767px) {
    .pl50 {
      padding-left: calc(50px / 2) !important; } }

.pr50 {
  padding-right: 50px !important; }
  @media screen and (max-width: 767px) {
    .pr50 {
      padding-right: calc(50px / 2) !important; } }

.m55 {
  margin: 55px !important; }
  @media screen and (max-width: 767px) {
    .m55 {
      margin: calc(55px / 2) !important; } }

.mt55 {
  margin-top: 55px !important; }
  @media screen and (max-width: 767px) {
    .mt55 {
      margin-top: calc(55px / 2) !important; } }

.mb55 {
  margin-bottom: 55px !important; }
  @media screen and (max-width: 767px) {
    .mb55 {
      margin-bottom: calc(55px / 2) !important; } }

.ml55 {
  margin-left: 55px !important; }
  @media screen and (max-width: 767px) {
    .ml55 {
      margin-left: calc(55px / 2) !important; } }

.mr55 {
  margin-right: 55px !important; }
  @media screen and (max-width: 767px) {
    .mr55 {
      margin-right: calc(55px / 2) !important; } }

.p55 {
  padding: 55px !important; }
  @media screen and (max-width: 767px) {
    .p55 {
      padding: calc(55px / 2) !important; } }

.pt55 {
  padding-top: 55px !important; }
  @media screen and (max-width: 767px) {
    .pt55 {
      padding-top: calc(55px / 2) !important; } }

.pb55 {
  padding-bottom: 55px !important; }
  @media screen and (max-width: 767px) {
    .pb55 {
      padding-bottom: calc(55px / 2) !important; } }

.pl55 {
  padding-left: 55px !important; }
  @media screen and (max-width: 767px) {
    .pl55 {
      padding-left: calc(55px / 2) !important; } }

.pr55 {
  padding-right: 55px !important; }
  @media screen and (max-width: 767px) {
    .pr55 {
      padding-right: calc(55px / 2) !important; } }

.m60 {
  margin: 60px !important; }
  @media screen and (max-width: 767px) {
    .m60 {
      margin: calc(60px / 2) !important; } }

.mt60 {
  margin-top: 60px !important; }
  @media screen and (max-width: 767px) {
    .mt60 {
      margin-top: calc(60px / 2) !important; } }

.mb60 {
  margin-bottom: 60px !important; }
  @media screen and (max-width: 767px) {
    .mb60 {
      margin-bottom: calc(60px / 2) !important; } }

.ml60 {
  margin-left: 60px !important; }
  @media screen and (max-width: 767px) {
    .ml60 {
      margin-left: calc(60px / 2) !important; } }

.mr60 {
  margin-right: 60px !important; }
  @media screen and (max-width: 767px) {
    .mr60 {
      margin-right: calc(60px / 2) !important; } }

.p60 {
  padding: 60px !important; }
  @media screen and (max-width: 767px) {
    .p60 {
      padding: calc(60px / 2) !important; } }

.pt60 {
  padding-top: 60px !important; }
  @media screen and (max-width: 767px) {
    .pt60 {
      padding-top: calc(60px / 2) !important; } }

.pb60 {
  padding-bottom: 60px !important; }
  @media screen and (max-width: 767px) {
    .pb60 {
      padding-bottom: calc(60px / 2) !important; } }

.pl60 {
  padding-left: 60px !important; }
  @media screen and (max-width: 767px) {
    .pl60 {
      padding-left: calc(60px / 2) !important; } }

.pr60 {
  padding-right: 60px !important; }
  @media screen and (max-width: 767px) {
    .pr60 {
      padding-right: calc(60px / 2) !important; } }

.m65 {
  margin: 65px !important; }
  @media screen and (max-width: 767px) {
    .m65 {
      margin: calc(65px / 2) !important; } }

.mt65 {
  margin-top: 65px !important; }
  @media screen and (max-width: 767px) {
    .mt65 {
      margin-top: calc(65px / 2) !important; } }

.mb65 {
  margin-bottom: 65px !important; }
  @media screen and (max-width: 767px) {
    .mb65 {
      margin-bottom: calc(65px / 2) !important; } }

.ml65 {
  margin-left: 65px !important; }
  @media screen and (max-width: 767px) {
    .ml65 {
      margin-left: calc(65px / 2) !important; } }

.mr65 {
  margin-right: 65px !important; }
  @media screen and (max-width: 767px) {
    .mr65 {
      margin-right: calc(65px / 2) !important; } }

.p65 {
  padding: 65px !important; }
  @media screen and (max-width: 767px) {
    .p65 {
      padding: calc(65px / 2) !important; } }

.pt65 {
  padding-top: 65px !important; }
  @media screen and (max-width: 767px) {
    .pt65 {
      padding-top: calc(65px / 2) !important; } }

.pb65 {
  padding-bottom: 65px !important; }
  @media screen and (max-width: 767px) {
    .pb65 {
      padding-bottom: calc(65px / 2) !important; } }

.pl65 {
  padding-left: 65px !important; }
  @media screen and (max-width: 767px) {
    .pl65 {
      padding-left: calc(65px / 2) !important; } }

.pr65 {
  padding-right: 65px !important; }
  @media screen and (max-width: 767px) {
    .pr65 {
      padding-right: calc(65px / 2) !important; } }

.m70 {
  margin: 70px !important; }
  @media screen and (max-width: 767px) {
    .m70 {
      margin: calc(70px / 2) !important; } }

.mt70 {
  margin-top: 70px !important; }
  @media screen and (max-width: 767px) {
    .mt70 {
      margin-top: calc(70px / 2) !important; } }

.mb70 {
  margin-bottom: 70px !important; }
  @media screen and (max-width: 767px) {
    .mb70 {
      margin-bottom: calc(70px / 2) !important; } }

.ml70 {
  margin-left: 70px !important; }
  @media screen and (max-width: 767px) {
    .ml70 {
      margin-left: calc(70px / 2) !important; } }

.mr70 {
  margin-right: 70px !important; }
  @media screen and (max-width: 767px) {
    .mr70 {
      margin-right: calc(70px / 2) !important; } }

.p70 {
  padding: 70px !important; }
  @media screen and (max-width: 767px) {
    .p70 {
      padding: calc(70px / 2) !important; } }

.pt70 {
  padding-top: 70px !important; }
  @media screen and (max-width: 767px) {
    .pt70 {
      padding-top: calc(70px / 2) !important; } }

.pb70 {
  padding-bottom: 70px !important; }
  @media screen and (max-width: 767px) {
    .pb70 {
      padding-bottom: calc(70px / 2) !important; } }

.pl70 {
  padding-left: 70px !important; }
  @media screen and (max-width: 767px) {
    .pl70 {
      padding-left: calc(70px / 2) !important; } }

.pr70 {
  padding-right: 70px !important; }
  @media screen and (max-width: 767px) {
    .pr70 {
      padding-right: calc(70px / 2) !important; } }

.m75 {
  margin: 75px !important; }
  @media screen and (max-width: 767px) {
    .m75 {
      margin: calc(75px / 2) !important; } }

.mt75 {
  margin-top: 75px !important; }
  @media screen and (max-width: 767px) {
    .mt75 {
      margin-top: calc(75px / 2) !important; } }

.mb75 {
  margin-bottom: 75px !important; }
  @media screen and (max-width: 767px) {
    .mb75 {
      margin-bottom: calc(75px / 2) !important; } }

.ml75 {
  margin-left: 75px !important; }
  @media screen and (max-width: 767px) {
    .ml75 {
      margin-left: calc(75px / 2) !important; } }

.mr75 {
  margin-right: 75px !important; }
  @media screen and (max-width: 767px) {
    .mr75 {
      margin-right: calc(75px / 2) !important; } }

.p75 {
  padding: 75px !important; }
  @media screen and (max-width: 767px) {
    .p75 {
      padding: calc(75px / 2) !important; } }

.pt75 {
  padding-top: 75px !important; }
  @media screen and (max-width: 767px) {
    .pt75 {
      padding-top: calc(75px / 2) !important; } }

.pb75 {
  padding-bottom: 75px !important; }
  @media screen and (max-width: 767px) {
    .pb75 {
      padding-bottom: calc(75px / 2) !important; } }

.pl75 {
  padding-left: 75px !important; }
  @media screen and (max-width: 767px) {
    .pl75 {
      padding-left: calc(75px / 2) !important; } }

.pr75 {
  padding-right: 75px !important; }
  @media screen and (max-width: 767px) {
    .pr75 {
      padding-right: calc(75px / 2) !important; } }

.m80 {
  margin: 80px !important; }
  @media screen and (max-width: 767px) {
    .m80 {
      margin: calc(80px / 2) !important; } }

.mt80 {
  margin-top: 80px !important; }
  @media screen and (max-width: 767px) {
    .mt80 {
      margin-top: calc(80px / 2) !important; } }

.mb80 {
  margin-bottom: 80px !important; }
  @media screen and (max-width: 767px) {
    .mb80 {
      margin-bottom: calc(80px / 2) !important; } }

.ml80 {
  margin-left: 80px !important; }
  @media screen and (max-width: 767px) {
    .ml80 {
      margin-left: calc(80px / 2) !important; } }

.mr80 {
  margin-right: 80px !important; }
  @media screen and (max-width: 767px) {
    .mr80 {
      margin-right: calc(80px / 2) !important; } }

.p80 {
  padding: 80px !important; }
  @media screen and (max-width: 767px) {
    .p80 {
      padding: calc(80px / 2) !important; } }

.pt80 {
  padding-top: 80px !important; }
  @media screen and (max-width: 767px) {
    .pt80 {
      padding-top: calc(80px / 2) !important; } }

.pb80 {
  padding-bottom: 80px !important; }
  @media screen and (max-width: 767px) {
    .pb80 {
      padding-bottom: calc(80px / 2) !important; } }

.pl80 {
  padding-left: 80px !important; }
  @media screen and (max-width: 767px) {
    .pl80 {
      padding-left: calc(80px / 2) !important; } }

.pr80 {
  padding-right: 80px !important; }
  @media screen and (max-width: 767px) {
    .pr80 {
      padding-right: calc(80px / 2) !important; } }

.m85 {
  margin: 85px !important; }
  @media screen and (max-width: 767px) {
    .m85 {
      margin: calc(85px / 2) !important; } }

.mt85 {
  margin-top: 85px !important; }
  @media screen and (max-width: 767px) {
    .mt85 {
      margin-top: calc(85px / 2) !important; } }

.mb85 {
  margin-bottom: 85px !important; }
  @media screen and (max-width: 767px) {
    .mb85 {
      margin-bottom: calc(85px / 2) !important; } }

.ml85 {
  margin-left: 85px !important; }
  @media screen and (max-width: 767px) {
    .ml85 {
      margin-left: calc(85px / 2) !important; } }

.mr85 {
  margin-right: 85px !important; }
  @media screen and (max-width: 767px) {
    .mr85 {
      margin-right: calc(85px / 2) !important; } }

.p85 {
  padding: 85px !important; }
  @media screen and (max-width: 767px) {
    .p85 {
      padding: calc(85px / 2) !important; } }

.pt85 {
  padding-top: 85px !important; }
  @media screen and (max-width: 767px) {
    .pt85 {
      padding-top: calc(85px / 2) !important; } }

.pb85 {
  padding-bottom: 85px !important; }
  @media screen and (max-width: 767px) {
    .pb85 {
      padding-bottom: calc(85px / 2) !important; } }

.pl85 {
  padding-left: 85px !important; }
  @media screen and (max-width: 767px) {
    .pl85 {
      padding-left: calc(85px / 2) !important; } }

.pr85 {
  padding-right: 85px !important; }
  @media screen and (max-width: 767px) {
    .pr85 {
      padding-right: calc(85px / 2) !important; } }

.m90 {
  margin: 90px !important; }
  @media screen and (max-width: 767px) {
    .m90 {
      margin: calc(90px / 2) !important; } }

.mt90 {
  margin-top: 90px !important; }
  @media screen and (max-width: 767px) {
    .mt90 {
      margin-top: calc(90px / 2) !important; } }

.mb90 {
  margin-bottom: 90px !important; }
  @media screen and (max-width: 767px) {
    .mb90 {
      margin-bottom: calc(90px / 2) !important; } }

.ml90 {
  margin-left: 90px !important; }
  @media screen and (max-width: 767px) {
    .ml90 {
      margin-left: calc(90px / 2) !important; } }

.mr90 {
  margin-right: 90px !important; }
  @media screen and (max-width: 767px) {
    .mr90 {
      margin-right: calc(90px / 2) !important; } }

.p90 {
  padding: 90px !important; }
  @media screen and (max-width: 767px) {
    .p90 {
      padding: calc(90px / 2) !important; } }

.pt90 {
  padding-top: 90px !important; }
  @media screen and (max-width: 767px) {
    .pt90 {
      padding-top: calc(90px / 2) !important; } }

.pb90 {
  padding-bottom: 90px !important; }
  @media screen and (max-width: 767px) {
    .pb90 {
      padding-bottom: calc(90px / 2) !important; } }

.pl90 {
  padding-left: 90px !important; }
  @media screen and (max-width: 767px) {
    .pl90 {
      padding-left: calc(90px / 2) !important; } }

.pr90 {
  padding-right: 90px !important; }
  @media screen and (max-width: 767px) {
    .pr90 {
      padding-right: calc(90px / 2) !important; } }

.m95 {
  margin: 95px !important; }
  @media screen and (max-width: 767px) {
    .m95 {
      margin: calc(95px / 2) !important; } }

.mt95 {
  margin-top: 95px !important; }
  @media screen and (max-width: 767px) {
    .mt95 {
      margin-top: calc(95px / 2) !important; } }

.mb95 {
  margin-bottom: 95px !important; }
  @media screen and (max-width: 767px) {
    .mb95 {
      margin-bottom: calc(95px / 2) !important; } }

.ml95 {
  margin-left: 95px !important; }
  @media screen and (max-width: 767px) {
    .ml95 {
      margin-left: calc(95px / 2) !important; } }

.mr95 {
  margin-right: 95px !important; }
  @media screen and (max-width: 767px) {
    .mr95 {
      margin-right: calc(95px / 2) !important; } }

.p95 {
  padding: 95px !important; }
  @media screen and (max-width: 767px) {
    .p95 {
      padding: calc(95px / 2) !important; } }

.pt95 {
  padding-top: 95px !important; }
  @media screen and (max-width: 767px) {
    .pt95 {
      padding-top: calc(95px / 2) !important; } }

.pb95 {
  padding-bottom: 95px !important; }
  @media screen and (max-width: 767px) {
    .pb95 {
      padding-bottom: calc(95px / 2) !important; } }

.pl95 {
  padding-left: 95px !important; }
  @media screen and (max-width: 767px) {
    .pl95 {
      padding-left: calc(95px / 2) !important; } }

.pr95 {
  padding-right: 95px !important; }
  @media screen and (max-width: 767px) {
    .pr95 {
      padding-right: calc(95px / 2) !important; } }

.m100 {
  margin: 100px !important; }
  @media screen and (max-width: 767px) {
    .m100 {
      margin: calc(100px / 2) !important; } }

.mt100 {
  margin-top: 100px !important; }
  @media screen and (max-width: 767px) {
    .mt100 {
      margin-top: calc(100px / 2) !important; } }

.mb100 {
  margin-bottom: 100px !important; }
  @media screen and (max-width: 767px) {
    .mb100 {
      margin-bottom: calc(100px / 2) !important; } }

.ml100 {
  margin-left: 100px !important; }
  @media screen and (max-width: 767px) {
    .ml100 {
      margin-left: calc(100px / 2) !important; } }

.mr100 {
  margin-right: 100px !important; }
  @media screen and (max-width: 767px) {
    .mr100 {
      margin-right: calc(100px / 2) !important; } }

.p100 {
  padding: 100px !important; }
  @media screen and (max-width: 767px) {
    .p100 {
      padding: calc(100px / 2) !important; } }

.pt100 {
  padding-top: 100px !important; }
  @media screen and (max-width: 767px) {
    .pt100 {
      padding-top: calc(100px / 2) !important; } }

.pb100 {
  padding-bottom: 100px !important; }
  @media screen and (max-width: 767px) {
    .pb100 {
      padding-bottom: calc(100px / 2) !important; } }

.pl100 {
  padding-left: 100px !important; }
  @media screen and (max-width: 767px) {
    .pl100 {
      padding-left: calc(100px / 2) !important; } }

.pr100 {
  padding-right: 100px !important; }
  @media screen and (max-width: 767px) {
    .pr100 {
      padding-right: calc(100px / 2) !important; } }

.fz12 {
  font-size: 1.2rem; }

.fz14 {
  font-size: 1.4rem; }

.fz16 {
  font-size: 1.6rem; }

.fz18 {
  font-size: 1.8rem; }

.fz20 {
  font-size: 2rem; }

.fz22 {
  font-size: 2.2rem; }

.fz24 {
  font-size: 2.4rem; }

.fz26 {
  font-size: 2.6rem; }

.fz28 {
  font-size: 2.8rem; }

.fz30 {
  font-size: 3rem; }

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

@media screen and (min-width: 500px) {
  .sps-only {
    display: none; } }

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

@media screen and (min-width: 1025px) {
  .tab-only {
    display: none; } }

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

@media screen and (max-width: 1024px) {
  .pc-big-only {
    display: none; } }

.tac {
  text-align: center; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

.w-white {
  color: #fff; }

.w-black {
  color: #333; }

.w-bold {
  font-weight: bold; }

.bg-white {
  background-color: #fff; }

.bg-black {
  background-color: #333; }

.bg-gray {
  background-color: #FCFBFA; }

.bg-gra01 {
  background: -webkit-gradient(linear, left top, right top, from(#20e7ae), to(#1f3aec));
  background: -webkit-linear-gradient(left, #20e7ae 0%, #1f3aec 100%);
  background: -o-linear-gradient(left, #20e7ae 0%, #1f3aec 100%);
  background: linear-gradient(to right, #20e7ae 0%, #1f3aec 100%); }

.fontawesome-check::before, .fontawesome-pdf::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

.fontawesome-check::before {
  content: "\f00c"; }

.fontawesome-pdf::after {
  content: "\f15c"; }

table {
  width: 100%;
  border: 1px solid #FCFBFA; }
  table th {
    padding: 20px;
    background: #FCFBFA;
    border: 1px solid #FCFBFA; }
    @media screen and (max-width: 767px) {
      table th {
        display: block;
        width: 100%;
        padding: 10px;
        border: none; } }
  table td {
    padding: 20px;
    border: 1px solid #FCFBFA; }
    @media screen and (max-width: 767px) {
      table td {
        display: block;
        width: 100%;
        padding: 10px 20px; } }

@media screen and (max-width: 767px) {
  .table02 tr:first-child {
    display: none; }
  .table02 tr::before {
    content: attr(data-label);
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #FCFBFA;
    font-weight: bold; } }

@media screen and (max-width: 767px) {
  .table03 tr:first-child {
    display: none; }
  .table03 td:first-child {
    background-color: #FCFBFA;
    text-align: center;
    font-weight: bold; }
  .table03 td::before {
    content: attr(data-label);
    display: block;
    font-size: 1.4rem;
    font-weight: bold; } }

header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  header .header-title {
    width: 100%;
    padding: 20px;
    font-family: "Hannari", serif;
    font-size: 4rem;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  header.index-header {
    padding-bottom: 42%;
    background-image: url(../img/main.jpg); 
    margin-bottom: 12px; }
    @media screen and (max-width: 767px) {
      header.index-header {
        padding-bottom: 50vh; } }
    header.index-header .header-title {
      color: #fff;
      background-color: rgba(182, 41, 90, 0.5); }
      header.index-header .header-title span {
        display: block;
        font-size: 2rem; }
      @media screen and (max-width: 767px) {
        header.index-header .header-title {
          font-size: 3rem; }
          header.index-header .header-title span {
            margin-top: 10px;
            font-size: 1.6rem;
            line-height: 1.5; } }
  header.course-header {
    padding-bottom: 20%;
    background-image: url(../img/course-header.jpg); }
    @media screen and (max-width: 767px) {
      header.course-header {
        padding-bottom: 20vh; } }
    header.course-header .header-title {
      font-weight: bold;
      letter-spacing: 0.2em;
      text-shadow: 1px 0 5px rgba(255, 255, 255, 0.3), -1px 0 5px rgba(255, 255, 255, 0.3), 0 1px 5px rgba(255, 255, 255, 0.3), 0 -1px 5px rgba(255, 255, 255, 0.3); }
  header .nav-btn {
    width: 40px;
    height: 22px;
    position: fixed;
    top: 20px;
    right: 10px;
    z-index: 100; }
    header .nav-btn span {
      display: block;
      width: 30px;
      height: 4px;
      background-color: #b6295a;
      position: absolute;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      header .nav-btn span:first-child {
        top: 0; }
      header .nav-btn span:nth-child(2) {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      header .nav-btn span:last-child {
        bottom: 0; }
    header .nav-btn.active span:first-child {
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
      transform: translateY(-50%) rotate(135deg); }
    header .nav-btn.active span:nth-child(2) {
      opacity: 0; }
    header .nav-btn.active span:last-child {
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(-135deg);
      -ms-transform: translateY(-50%) rotate(-135deg);
      transform: translateY(-50%) rotate(-135deg); }

nav {
  padding: 30px; }
  @media screen and (min-width: 768px) {
    nav.fixed {
      width: 100%;
      padding: 10px 30px;
      background-color: #fff;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100; } }
  @media screen and (max-width: 767px) {
    nav {
      position: fixed;
      width: 250px;
      height: 100vh;
      padding: 60px 0 0;
      background-color: #ffccde;
      top: 0;
      right: 0;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      z-index: 90;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; } }
  nav .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      nav .gnav {
        display: block; } }
    nav .gnav li {
      padding: 10px 30px; }
      @media screen and (max-width: 767px) {
        nav .gnav li {
          padding: 0; } }
      nav .gnav li a {
        letter-spacing: 0.1em; }
        @media screen and (max-width: 767px) {
          nav .gnav li a {
            display: block;
            padding: 10px 20px;
            color: #b6295a;
            letter-spacing: 0.1em; } }
        nav .gnav li a:hover, nav .gnav li a:active {
          color: #4dc156;
          text-decoration: underline; }
  nav.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.title-index {
  text-align: center;
  font-size: 4rem;
  color: #b6295a;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 60px; }
  .title-index span {
    display: block;
    color: #333;
    font-size: 1.8rem;
    letter-spacing: 0.2em; }
.title-course {
  margin-top: 80px;
}
#course01 .title-course {
  font-family: "Hannari", serif;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #course01 .title-course {
      font-size: 2.4rem; } }
  #course01 .title-course span {
    padding: 5px 10px;
    border-bottom: 5px double #b6295a;
    position: relative; }
    #course01 .title-course span::before {
      content: '';
      display: block;
      width: 180px;
      height: 100px;
      border-bottom: none;
      background-image: url(../img/course06.svg);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: -60px;
      left: -110px; }
      @media screen and (max-width: 767px) {
        #course01 .title-course span::before {
          width: 120px;
          height: 60px;
          top: -50px;
          left: -50px; } }

#course02 .title-course {
  font-family: "Hannari", serif;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #course02 .title-course {
      font-size: 2.4rem; } }
  #course02 .title-course span {
    padding: 5px 10px;
    border-bottom: 5px double #b6295a;
    position: relative; }
    #course02 .title-course span::before {
      content: '';
      display: block;
      width: 180px;
      height: 100px;
      border-bottom: none;
      background-image: url(../img/course02.svg);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: -60px;
      left: -110px; }
      @media screen and (max-width: 767px) {
        #course02 .title-course span::before {
          width: 120px;
          height: 60px;
          top: -50px;
          left: -50px; } }

#course03 .title-course {
  font-family: "Hannari", serif;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #course03 .title-course {
      font-size: 2.4rem; } }
  #course03 .title-course span {
    padding: 5px 10px;
    border-bottom: 5px double #b6295a;
    position: relative; }
    #course03 .title-course span::before {
      content: '';
      display: block;
      width: 180px;
      height: 100px;
      border-bottom: none;
      background-image: url(../img/course03.svg);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: -60px;
      left: -110px; }
      @media screen and (max-width: 767px) {
        #course03 .title-course span::before {
          width: 120px;
          height: 60px;
          top: -50px;
          left: -50px; } }

#course04 .title-course {
  font-family: "Hannari", serif;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #course04 .title-course {
      font-size: 2.4rem; } }
  #course04 .title-course span {
    padding: 5px 10px;
    border-bottom: 5px double #b6295a;
    position: relative; }
    #course04 .title-course span::before {
      content: '';
      display: block;
      width: 180px;
      height: 100px;
      border-bottom: none;
      background-image: url(../img/course04.svg);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: -60px;
      left: -110px; }
      @media screen and (max-width: 767px) {
        #course04 .title-course span::before {
          width: 120px;
          height: 60px;
          top: -50px;
          left: -50px; } }

#course05 .title-course {
  font-family: "Hannari", serif;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #course05 .title-course {
      font-size: 2.4rem; } }
  #course05 .title-course span {
    padding: 5px 10px;
    border-bottom: 5px double #b6295a;
    position: relative; }
    #course05 .title-course span::before {
      content: '';
      display: block;
      width: 180px;
      height: 100px;
      border-bottom: none;
      background-image: url(../img/course05.svg);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: -60px;
      left: -110px; }
      @media screen and (max-width: 767px) {
        #course05 .title-course span::before {
          width: 120px;
          height: 60px;
          top: -50px;
          left: -50px; } }

.news {
  max-width: 500px;
  width: 95%;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  color: #b6295a;
  font-size: 26px;
  font-weight: bold;
  border: 3px double #b6295a; }

.course-list li {
  width: 300px;
  margin: 0 10px 20px;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .course-list li {
      width: 250px; } }
  @media screen and (max-width: 767px) {
    .course-list li {
      width: 100%; } }
  .course-list li::after {
    content: '';
    display: block;
    width: 60%;
    height: 10%;
    border-radius: 100%;
    background: -webkit-radial-gradient(#ccc 0%, #fff 70%);
    background: -o-radial-gradient(#ccc 0%, #fff 70%);
    background: radial-gradient(#ccc 0%, #fff 70%);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s; }
  .course-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 300px;
    -webkit-box-shadow: 0 5px 5px rgba(51, 51, 51, 0.3);
    box-shadow: 0 5px 5px rgba(51, 51, 51, 0.3);
    position: relative;
    background-position: center;
    background-color: gray;
    background-size: cover;
    border-radius: 100%;
    -webkit-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    z-index: 2; }
    @media screen and (max-width: 1024px) {
      .course-list li a {
        height: 250px; } }
    @media screen and (max-width: 767px) {
      .course-list li a {
        height: 80px;
        border-radius: 15px; } }
    .course-list li a::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 3;
      -webkit-transition: ease-in-out 0.5s;
      -o-transition: ease-in-out 0.5s;
      transition: ease-in-out 0.5s; }
      @media screen and (max-width: 767px) {
        .course-list li a::before {
          border-radius: 15px; } }
    .course-list li a p {
      color: #fff;
      font-size: 2rem;
      font-weight: bold;
      letter-spacing: 0.1em;
      text-align: center;
      text-shadow: 3px 0 3px rgba(51, 51, 51, 0.3), -3px 0 3px rgba(51, 51, 51, 0.3), 0 3px 3px rgba(51, 51, 51, 0.3), 0 -3px 3px rgba(51, 51, 51, 0.3);
      position: relative;
      z-index: 4; }
      @media screen and (max-width: 1024px) {
        .course-list li a p {
          font-size: 1.8rem; } }
  .course-list li.list01 a {
    background-image: url(../img/list01.jpg); }
  .course-list li.list02 a {
    background-image: url(../img/list02.jpg); }
  .course-list li.list03 a {
    background-image: url(../img/list03.jpg); }
  .course-list li.list04 a {
    background-image: url(../img/list04.jpg); }
  .course-list li.list05 a {
    background-image: url(../img/list05.jpg); }
  @media screen and (min-width: 1024px) {
    .course-list li:hover::after, .course-list li:active::after {
      opacity: 1; }
    .course-list li:hover a, .course-list li:active a {
      text-decoration: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      transform: translateY(-30px); }
      .course-list li:hover a::before, .course-list li:active a::before {
        background: rgba(51, 51, 51, 0.3); } }

.profile-img {
  width: 30%;
  padding: 0 20px; }
  @media screen and (max-width: 767px) {
    .profile-img {
      width: 80%;
      max-width: 250px;
      margin-bottom: 30px; } }
  .profile-img img {
    width: 100%;
    height: auto; }

.profile-txt {
  width: 50%;
  padding: 0 20px; }
  @media screen and (max-width: 767px) {
    .profile-txt {
      width: 100%;
      padding: 0; } }
  .profile-txt h3 {
    font-size: 2.4rem;
    font-weight: bold; }
  .profile-txt dl dt {
    font-size: 1.8rem;
    font-weight: bold; }

.perf {
  max-width: 600px;
  margin: 0 auto; }
  .perf .perf-title {
    text-align: center;
    margin-bottom: 30px; }
    .perf .perf-title span {
      font-size: 2.5rem;
      font-weight: bold;
      letter-spacing: 0.1em;
      padding: 0 10px;
      border-bottom: 5px double #b6295a; }
 .perf dt {font-weight: nomal;}
/* 
    .perf dl dt {
      font-weight: nomal; } */

    .perf dd {
      font-weight: nomal; }
.contact-list li {
  width: 48%;
  margin: 0 auto 20px !important;
  max-width: 350px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffccde;
  text-align: center;
  border-radius: 10px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .contact-list li {
      width: 100%; } }
  .contact-list li.tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1; }
    .contact-list li.tel::before {
      content: '';
      display: inline-block;
      width: 30px;
      height: 30px;
      padding-right: 10px;
      background-image: url(../img/phone.svg);
      background-size: contain;
      background-repeat: no-repeat; }
  .contact-list li.mail-box {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0; }
    .contact-list li.mail-box::before {
      content: '';
      display: inline-block;
      width: 40px;
      height: 30px;
      padding-right: 10px;
      background-image: url(../img/mail.svg);
      background-size: contain;
      background-repeat: no-repeat; }

.mail-list {
  border: 3px solid #4dc156;
  border-radius: 10px;
  padding: 25px; }
  .mail-list > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 599px) {
      .mail-list > li > ul {
        display: block; } }
    .mail-list > li > ul > li {
      margin: 10px 20px;
      font-weight: bold; }

.twitter {
  width: 100%;
  max-width: 400px;
  height: 500px;
  overflow-y: scroll;
  margin: 0 auto; }

footer {
  background-color: #b6295a;
  color: #fff; }
  footer .footer-title {
    margin-bottom: 10px; }
    footer .footer-title a {
      color: #fff;
      font-size: 2.6rem;
      letter-spacing: 0.05em;
      font-family: "Hannari", serif; }

#page_top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 300; }
  @media screen and (max-width: 767px) {
    #page_top {
      bottom: 20px;
      right: 20px; } }
  #page_top a {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #b6295a;
    border-radius: 100%; }
    @media screen and (max-width: 767px) {
      #page_top a {
        width: 50px;
        height: 50px; } }
    #page_top a::before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      border-top: 2px solid #fff;
      border-left: 2px solid #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -40%) rotate(45deg);
      -ms-transform: translate(-50%, -40%) rotate(45deg);
      transform: translate(-50%, -40%) rotate(45deg); }

.course-nav {
  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; }
  @media screen and (max-width: 850px) {
    .course-nav::after {
      content: '';
      display: block;
      width: 30%; } }
  .course-nav li {
    width: 18%;
    text-align: center; }
    @media screen and (max-width: 850px) {
      .course-nav li {
        width: 30%;
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .course-nav li {
        width: 100%; } }
    .course-nav li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 100%;
      padding: 10px;
      color: #b6295a;
      line-height: 1.5;
      border: 1px solid #b6295a;
      border-radius: 10px;
      position: relative; }
      .course-nav li a::before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        position: absolute;
        top: 101%;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        z-index: 3;
        opacity: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .course-nav li a::after {
        content: '';
        display: block;
        width: 100%;
        height: 0;
        background-color: #b6295a;
        border-top: none;
        border-bottom: none;
        border-left: 1px solid #b6295a;
        border-right: 1px solid #b6295a;
        position: absolute;
        top: 100%;
        left: -1px;
        z-index: 2;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      @media screen and (min-width: 1025px) {
        .course-nav li a:hover {
          border-radius: 0; }
          .course-nav li a:hover::before {
            opacity: 1; }
          .course-nav li a:hover::after {
            height: 20px;
            border: 1px solid #b6295a; } }

.list-course-title {
  font-size: 2rem;
  padding-left: 10px;
  border-left: 10px solid #b6295a; }

.list-course-category {
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em; }

.list-course-list {
  padding-left: 20px; }
  .list-course-list > li {
    padding: 0 0 20px 25px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .list-course-list > li {
        padding: 0 0 10px 20px; } }
    .list-course-list > li::before {
      content: '';
      display: block;
      width: 14px;
      height: 14px;
      background-color: #b6295a;
      border-radius: 5px;
      position: absolute;
      top: 7px;
      left: 0; }
      @media screen and (max-width: 767px) {
        .list-course-list > li::before {
          width: 10px;
          height: 10px;
          border-radius: 3px; } }

.course-attention .astarisk {
  padding-left: 20px;
  position: relative; }
  .course-attention .astarisk::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0; }

.course-attention ul li {
  font-size: 1.8rem; }
  @media screen and (max-width: 767px) {
    .course-attention ul li {
      font-size: 1.6rem; } }
  .course-attention ul li span {
    font-weight: bold; }

.course-contact-btn {
  text-align: center; }
  .course-contact-btn a {
    display: inline-block;
    width: 90%;
    max-width: 500px;
    padding: 20px;
    font-size: 2rem;
    text-align: center;
    border: 1px solid #b6295a;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px rgba(51, 51, 51, 0.2);
    box-shadow: 0 5px 10px rgba(51, 51, 51, 0.2);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 499px) {
      .course-contact-btn a {
        font-size: 1.8rem;
        padding: 10px; } }
    .course-contact-btn a::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 60px;
      height: 45px;
      padding-right: 10px;
      background-image: url(../img/mail.svg);
      background-size: contain;
      background-repeat: no-repeat; }
      @media screen and (max-width: 499px) {
        .course-contact-btn a::before {
          display: block;
          width: 40px;
          height: 30px;
          margin: 0 auto 10px; } }
    .course-contact-btn a:hover {
      background-color: #ffccde;
      border: 1px solid #ffccde; }


/*プライバシーポリシー*/

.privacy h3{
  font-size: 2rem;
  font-weight: bold;
  margin: 15px 0;
}
.privacy p{
  font-size: 1.7rem;
  text-indent: 1.7rem;
}
.privacy ol{
  margin: 1rem 0 2rem 4rem;
  list-style: decimal;
}
.privacy dl{
  margin: 1rem;
}
.privacy dt,.privacy dd {
  display: inline-block;
}
/* 実績 */
.perf {
/* PC版で幅を変える時はここ */
  max-width: 600px;
 /* PC版で幅を変える時はここ */
  margin: 0 auto;
}
.perf .perf-title {
    text-align: center;
    margin-bottom: 30px;
  }
.perf  .perf-title  span {
      font-size: 2.5rem;
      font-weight: bold;
      letter-spacing: 0.1em;
      padding: 0 10px;
      border-bottom: 5px double #b6295a;
}


.course-img img{
	width: 65%;
	padding: 5%;
}

 @media screen and (max-width: 1024px) {
	.course-img img{
	width: 85%;
}
}

@media screen and (max-width: 767px) {
		.course-img img{
	width: 50%;
    display: block;
    margin: 0 auto;
	padding: 2%;
}
	}

@media screen and (max-width: 499px) {
		.course-img img{
	width: 70%;
}
	}

.mt30 li{
	padding-left:5em;
	text-indent:-5em;
}
