@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

body {
  font-family: "Sawarabi Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 16px;
  font-weight: 500;
  color: #231815;
  background: #fff;
  line-height: 1.5;
}
.u-mb-xxsmall{margin-bottom: 0.5rem;}
.u-mb-xsmall{margin-bottom: 1rem;}
.u-mb-small{margin-bottom: 2rem;}
.u-mb{margin-bottom: 3rem;}
.u-mb-large{margin-bottom: 4rem;}
.u-mb-xlarge{margin-bottom: 5rem;}
.u-mb-xxlarge{margin-bottom: 6rem;}
.u-mt-xsmall{margin-top: 1rem;}
.u-mt-small{margin-top: 2rem;}
.u-mt{margin-top: 3rem;}
.u-mt-large{margin-top: 4rem;}
.u-mt-xlarge{margin-top: 5rem;}
.u-mr{margin-right: 1rem;}
.u-ml{margin-right: 1rem;}

@media screen and (max-width: 767px) {
  body {
    font-family: 'Noto Sans JP', sans-serif;
  }
}

@media screen and (max-width: 767px) {
  body.fixed {
    position: fixed;
    right: 0;
    left: 0;
  }
}

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

@media print, screen and (min-width: 769px) {
  a {
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
  }
  a:hover {
    opacity: .8;
  }
}

img {
  max-width: 100%;
}

.container {
  max-width: 1150px;
  width: 94%;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

.center {
  text-align: center;
}

.textRight {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

@media print, screen and (min-width: 1201px) {
  .br1200 {
    display: none;
  }
}

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

@media screen and (max-width: 1000px) {
  .br1001 {
    display: none;
  }
}

@media print, screen and (min-width: 1001px) {
  .br1000 {
    display: none;
  }
}

@media print, screen and (min-width: 501px) {
  .br500 {
    display: none;
  }
}

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

span.container {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .allLink {
    cursor: pointer;
  }
  .allLink:hover {
    opacity: 0.8;
  }
  .allLink a:hover {
    opacity: 1;
  }
}

.displayNone {
  display: none;
}

.breadcrumb {
  font-size: 13px;
  margin-bottom: 50px;
}

@media all and (-ms-high-contrast: none) {
  .breadcrumb li:not(:first-child) a {
    line-height: 1;
  }
}

.breadcrumb li:not(:last-child) {
  margin-right: 10px;
  padding-right: 15px;
  position: relative;
}

.breadcrumb li:not(:last-child):after {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

input[type="submit"] {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

input[type="submit"]:hover {
  opacity: .8;
}

input[type="text"], input[type="email"] {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  font-size: 16px;
  width: 100%;
  height: 220px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}

.checkbox {
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.checkbox:before, .checkbox:after {
  content: '';
  position: absolute;
}

.checkbox:before {
  width: 16px;
  height: 16px;
  border: 1px solid #c8c9ca;
  border-radius: 3px;
  z-index: 3;
  top: 0;
  left: 0;
}

.checkbox:after {
  width: 4px;
  height: 9px;
  margin-top: -6px;
  border-right: 3px solid #231815;
  border-bottom: 3px solid #231815;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  display: block;
  top: 8px;
  left: 6px;
}

.checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 41px 0px #fff;
  box-shadow: 41px 0px #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  display: block;
  position: absolute;
  left: -40px;
}

.checkbox input[type="checkbox"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.radio {
  padding-left: 22px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.radio:before, .radio:after {
  content: '';
  position: absolute;
}

.radio:before {
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 50%;
  z-index: 3;
  top: 7px;
  left: 0;
}

.radio:after {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #5876b6;
  z-index: 1;
  top: 12px;
  left: 5px;
}

.radio input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0;
  -webkit-box-shadow: 20px -1px #fff;
  box-shadow: 20px -1px #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  position: absolute;
  top: 7px;
  left: -23px;
}

.radio input[type="radio"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.radio input[type="radio"]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 20px -1px #fff;
  box-shadow: 20px -1px #fff;
}

.selectBox01 {
  border: 1px solid #ccc;
  position: relative;
}

.selectBox01:after {
  content: "";
  width: 4px;
  height: 4px;
  margin: auto 0;
  border: 4px solid transparent;
  border-top: 4px solid #231815;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 18px;
  right: 15px;
}

.selectBox01 select {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  width: 100%;
  height: 40px;
  background: none;
  padding-left: 15px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
}

@media all and (-ms-high-contrast: none) {
  .selectBox01 select {
    width: 100% !important;
  }
}

.selectBox01 select:not(:target) {
  width: 130%\9;
}

.selectBox01 select::-ms-expand {
  display: none;
}

@media screen and (max-width: 767px) {
  .headerTop {
    margin-top: -60px;
    padding-top: 60px;
  }
}

.btn01 {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.btn01 a {
  padding: 17px 0 16px;
  background: #fff;
  border: 1px solid #666;
  border-bottom: 5px solid #666;
  display: block;
}

.btn01 a:hover {
  color: #fff;
  background: #666;
  opacity: 1;
}

.verticalTop {
  vertical-align: top;
}

.fadeinUnder {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms;
}

.fadein02 {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms;
}

.fadeinUnder.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.fadein02.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
  .mainContent {
   /* margin-top: 60px; */ 
  }
}

.mainContentBorder01 {
  border-bottom: 1px solid #005bac;
}

.moreBtnArea01:hover a {
  color: #fff;
}

.moreBtn01 {
  font-size: 18px;
  width: 238px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .moreBtn01 {
    font-size: 16px;
    width: 205px;
  }
}

@media screen and (max-width: 767px) {
  .moreBtn01 {
    font-size: 13px;
    width: 130px;
  }
}

.moreBtn01:before, .moreBtn01:after {
  content: "";
  position: absolute;
}

.moreBtn01:before {
  width: 232px;
  height: 40px;
  right: 0;
  bottom: -5px;
}

@media screen and (max-width: 960px) {
  .moreBtn01:before {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .moreBtn01:before {
    width: 126px;
    height: 30px;
    bottom: -4px;
  }
}

.moreBtn01:after {
  width: 58px;
  height: 5px;
  background-repeat: no-repeat;
  background-size: 58px 5px;
  background-position: 0 0;
  display: block;
  top: 18px;
  right: -18px;
}

@media screen and (max-width: 767px) {
  .moreBtn01:after {
    width: 42px;
    height: 3px;
    background-size: 42px 3px;
    top: 15px;
    right: -15px;
  }
}

.moreBtn01 p {
  width: 234px;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .moreBtn01 p {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .moreBtn01 p {
    width: 127px;
  }
}

.moreBtn01 a {
  padding: 7px 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .moreBtn01 a {
    padding: 6px 0 5px;
  }
}

.subPage01 h2 {
  font-size: 40px;
  text-align: center;
  padding: 90px 0;
}

@media screen and (max-width: 767px) {
  .subPage01 h2 {
    font-size: 20px;
    padding: 30px 0;
  }
}

.subPage01 h2 span {
  font-size: 20px;
  color: #727171;
  display: block;
}

@media screen and (max-width: 767px) {
  .subPage01 h2 span {
    font-size: 14px;
  }
}

.subPage01 .localNav01 {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .subPage01 .localNav01 {
    margin-bottom: 40px;
  }
}

.subPage01 .localNav01 li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .subPage01 .localNav01 li {
    width: 49%;
    margin-bottom: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .subPage01 .localNav01 li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .subPage01 .localNav01 li:nth-child(2n) {
    margin-right: 0;
  }
}

.subPage01 .localNav01 li a {
  display: block;
  padding: 10px;
  border: 1px solid #dc8586;
  color: #dc8586;
  text-align: center;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 767px) {
  .subPage01 .localNav01 li a {
    font-size: 12px;
  }
}

.subPage01 .localNav01 li a:after {
  position: absolute;
  right: 10px;
  top: 13px;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .subPage01 .localNav01 li a:after {
    top: 10px;
  }
}

.subPage01 .localNav01 li.current a {
  background: #dc8586;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .subPage01 .localNav01 .twoLine01 a {
    padding: 5px 10px 4px;
    line-height: 1.2;
  }
}

@media print, screen and (min-width: 768px) {
  .subPage01 .localNav02 {
    max-width: 752px;
    margin: 0 auto 70px;
  }
}

.subPage01 .localNav02 li {
  width: 49%;
}

.subPage01 .localNav02 li:nth-child(2) {
  margin-right: 0;
}

.subPage01 .top-text {
  text-align: center;
  font-size: 18px;
  margin-bottom: 90px;
}

.subPage01 .contntBox01 {
  border-top: 1px solid #cccccc;
  padding-top: 25px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .subPage01 .contntBox01 {
    font-size: 13px;
    margin-bottom: 40px;
    padding-top: 15px;
  }
}

.subPage01 .contntBox01:last-child {
  margin-bottom: 170px;
}

@media screen and (max-width: 767px) {
  .subPage01 .contntBox01:last-child {
    margin-bottom: 80px;
  }
}

.subPage01 .contntBox01 h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
}

@media screen and (max-width: 767px) {
  .subPage01 .contntBox01 h3 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.subPage01 .contntBox01 li {
  text-indent: -1em;
  padding-left: 1em;
}

.subPage01 .contntBox01 table {
  margin-left: -8px;
  margin-top: 25px;
}

.subPage01 .contntBox01 th {
  padding-right: 10px;
}

.subPage01 .contntBox01 .text01 {
  padding-bottom: 35px;
}

.subPage01 .contntBox02 li {
  margin-bottom: 25px;
}

.subPage01 .list01 li {
  text-indent: 0;
  padding-left: 0;
}

.subPage01 .list01 li:not(:last-child) {
  margin-bottom: 25px;
}

.subPage01 .list02 {
  margin-bottom: 35px;
}

.subPage01 .list03 {
  margin-left: 20px;
}

.subPage01 .list03 li {
  text-indent: -3em;
  padding-left: 1em;
}

.subPage01 .list03 li:not(:last-child) {
  margin-bottom: 20px;
}

.subPage01 .list04 li {
  text-indent: -1.2em;
  margin-left: 4px;
  padding-left: 1em;
}

.subPage01 .list04 li:not(:last-child) {
  margin-bottom: 25px;
}

.subPage01 .list05 li {
  text-indent: -1.2em;
  margin-left: 4px;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .subPage01 .list05 li {
    text-indent: -1.1em;
    margin-left: 3px;
  }
}

.subPage01 .cookieText01 {
  margin-top: 20px;
}

.subPage01 .linkTextArea01 p {
  text-indent: -1.5em;
  padding-left: 1em;
}

.subPage01 .linkTextArea01 a {
  color: #3d6aa6;
  padding-right: 14px;
  background: url("../../our-profile/images/ico_index03.png") no-repeat 100% 70%;
  border-bottom: 1px solid #3d6aa6;
}

.subPage01 .linkTextArea01 .small {
  font-size: 13px;
}

.subPage01 .textLinkArea01 {
  margin-top: 15px;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .subPage01 .textLinkArea01 .line {
    margin-top: 15px;
    display: block;
  }
}

.redText01 {
  color: #c00;
}

.courseHead01 {
  font-size: 67px;
  margin-bottom: 25px;
  letter-spacing: -2.9px;
}

@media screen and (max-width: 1200px) {
  .courseHead01 {
    font-size: 64px;
  }
}

@media screen and (max-width: 1100px) {
  .courseHead01 {
    font-size: 58px;
  }
}

@media screen and (max-width: 1000px) {
  .courseHead01 {
    font-size: 48px;
  }
}

@media screen and (max-width: 800px) {
  .courseHead01 {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  .courseHead01 {
    font-size: 40px;
  }
}

@media screen and (max-width: 400px) {
  .courseHead01 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

.courseHead01 span {
  background: url("../../design/images/bg_index02.jpg") repeat-x 0 86%;
}

@media screen and (max-width: 400px) {
  .courseHead01 span {
    background-size: auto 8px;
  }
}

.courseHead01 span span {
  background: none;
  letter-spacing: -35px;
}

@media screen and (max-width: 1000px) {
  .courseHead01 span span {
    letter-spacing: -32px;
  }
}

@media screen and (max-width: 800px) {
  .courseHead01 span span {
    letter-spacing: -20px;
  }
}

@media screen and (max-width: 400px) {
  .courseHead01 span span {
    letter-spacing: -15px;
  }
}

.contentCopy01 {
  font-size: 19px;
  margin-left: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  .contentCopy01 {
    font-size: 18px;
    margin-left: 0;
  }
}

@media screen and (max-width: 1000px) {
  .contentCopy01 {
    font-size: 16px;
  }
}

@media screen and (max-width: 400px) {
  .contentCopy01 {
    font-size: 14px;
    line-height: 1.8;
  }
}

li.courseList {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  li.courseList {
    margin-bottom: 40px;
  }
}

li.courseList .educationList {
  padding: 12px;
  background-position: 0 0;
}

@media screen and (max-width: 767px) {
  li.courseList .educationList {
    padding: 5px;
  }
}

li.courseList .educationDetailArea01 {
  padding: 40px 0;
  background: #fff;
}

@media print, screen and (min-width: 768px) {
  li.courseList .educationDetailArea01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 1000px) {
  li.courseList .educationDetailArea01 {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  li.courseList .educationDetailArea01 {
    padding: 15px 0 20px;
  }
}

li.courseList h4 {
  font-size: 42px;
  width: 364px;
  padding: 0 20px;
}

@media screen and (max-width: 1150px) {
  li.courseList h4 {
    font-size: 36px;
    width: 300px;
  }
}

@media screen and (max-width: 1100px) {
  li.courseList h4 {
    font-size: 32px;
  }
}

@media screen and (max-width: 1000px) {
  li.courseList h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 950px) {
  li.courseList h4 {
    font-size: 28px;
  }
}

@media screen and (max-width: 900px) {
  li.courseList h4 {
    font-size: 26px;
  }
}

@media screen and (max-width: 850px) {
  li.courseList h4 {
    font-size: 24px;
  }
}

@media screen and (max-width: 800px) {
  li.courseList h4 {
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  li.courseList h4 {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  li.courseList h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  li.courseList .educationIcon01 {
    font-size: 16px;
    color: #fff;
    width: 25px;
    margin: 5px 5px 0 0;
    padding-bottom: 1px;
    border-radius: 12px;
    vertical-align: top;
    display: inline-block;
  }
}

@media screen and (max-width: 400px) {
  li.courseList .educationIcon01 {
    font-size: 14px;
    width: 20px;
    margin-top: 4px;
    padding: 3px 0;
    line-height: 1;
  }
}

li.courseList .educationTitleText01 {
  letter-spacing: 6px;
}

@media screen and (max-width: 767px) {
  li.courseList .educationTitleText01 {
    letter-spacing: 0;
  }
}

li.courseList .educationImage01 {
  width: 194px;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  li.courseList .educationImage01 {
    width: 100%;
    margin: 10px 0;
    padding: 0 15px;
  }
}

li.courseList .educationDetail01 {
  font-size: 14px;
  width: 410px;
  padding: 0 29px;
}

@media screen and (max-width: 1150px) {
  li.courseList .educationDetail01 {
    width: 465px;
  }
}

@media screen and (max-width: 900px) {
  li.courseList .educationDetail01 {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  li.courseList .educationDetail01 {
    width: 100%;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  li.courseList .educationDetail01 {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  li.courseList .educationDetail01 {
    font-size: 12px;
  }
}

li.courseList h5 {
  font-size: 27px;
  line-height: 1.3;
}

@media screen and (max-width: 1150px) {
  li.courseList h5 {
    font-size: 25px;
  }
}

@media screen and (max-width: 1100px) {
  li.courseList h5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1000px) {
  li.courseList h5 {
    font-size: 23px;
  }
}

@media screen and (max-width: 950px) {
  li.courseList h5 {
    font-size: 21px;
  }
}

@media screen and (max-width: 900px) {
  li.courseList h5 {
    font-size: 20px;
  }
}

@media screen and (max-width: 850px) {
  li.courseList h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 800px) {
  li.courseList h5 {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  li.courseList h5 {
    font-size: 20px;
  }
}

@media screen and (max-width: 400px) {
  li.courseList h5 {
    font-size: 19px;
  }
}

@media screen and (max-width: 360px) {
  li.courseList h5 {
    letter-spacing: -0.8px;
  }
}

li.courseList .educationText01 {
  margin: 10px 0 15px;
}

li.courseList .educationText02 {
  margin-right: 8px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  li.courseList .educationText02 {
    margin-right: 5px;
  }
}

li.courseList .educationBtn01 {
  font-size: 17px;
  margin-top: 15px;
}

@media screen and (max-width: 900px) {
  li.courseList .educationBtn01 {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  li.courseList .educationBtn01 {
    max-width: 320px;
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 400px) {
  li.courseList .educationBtn01 {
    font-size: 14px;
  }
}

li.courseList .educationList01 {
  background-image: url("../../design/images/bg_index03.png");
}

@media screen and (max-width: 767px) {
  li.courseList .educationList01 {
    background-image: url("../../design/images/bg_index03.svg");
  }
}

li.courseList .educationList01 .educationIcon01 {
  background: #006934;
}

li.courseList .educationList01 h5 {
  color: #006934;
}

li.courseList .educationList01 .educationText03 {
  color: #006934;
}

li.courseList .educationList01 .educationBtn01 {
  border: 1px solid #006934;
}

li.courseList .educationList01 .educationBtn01:hover {
  background: #006934;
}

li.courseList .educationList01 a {
  color: #006934;
  padding: 3px 0;
}

li.courseList .educationList01 a:hover {
  color: #fff;
}

li.courseList .educationList02 {
  background-image: url("../../design/images/bg_index04.png");
}

@media screen and (max-width: 767px) {
  li.courseList .educationList02 {
    background-image: url("../../design/images/bg_index04.svg");
  }
}

li.courseList .educationList02 .educationIcon01 {
  background: #5bb4ae;
}

li.courseList .educationList02 h5 {
  color: #5bb4ae;
}

li.courseList .educationList02 .educationText03 {
  color: #5bb4ae;
}

li.courseList .educationList02 .educationBtn01 {
  border: 1px solid #5bb4ae;
}

li.courseList .educationList02 .educationBtn01:hover {
  background: #5bb4ae;
}

li.courseList .educationList02 a {
  color: #5bb4ae;
  padding: 3px 0;
}

li.courseList .educationList02 a:hover {
  color: #fff;
}

li.courseList .educationList03 {
  background-image: url("../../design/images/bg_index05.png");
}

@media screen and (max-width: 767px) {
  li.courseList .educationList03 {
    background-image: url("../../design/images/bg_index05.svg");
  }
}

li.courseList .educationList03 .educationIcon01 {
  background: #ce002b;
}

li.courseList .educationList03 h5 {
  color: #ce002b;
}

li.courseList .educationList03 .educationText03 {
  color: #ce002b;
}

li.courseList .educationList03 .educationBtn01 {
  border: 1px solid #ce002b;
}

li.courseList .educationList03 .educationBtn01:hover {
  background: #ce002b;
}

li.courseList .educationList03 a {
  color: #ce002b;
  padding: 3px 0;
}

li.courseList .educationList03 a:hover {
  color: #fff;
}

li.courseList .educationList04 {
  background-image: url("../../design/images/bg_index06.png");
}

@media screen and (max-width: 767px) {
  li.courseList .educationList04 {
    background-image: url("../../design/images/bg_index06.svg");
  }
}

li.courseList .educationList04 .educationIcon01 {
  background: #f39800;
}

li.courseList .educationList04 h5 {
  color: #f39800;
}

li.courseList .educationList04 .educationText03 {
  color: #f39800;
}

li.courseList .educationList04 .educationBtn01 {
  border: 1px solid #f39800;
}

li.courseList .educationList04 .educationBtn01:hover {
  background: #f39800;
}

li.courseList .educationList04 a {
  color: #f39800;
  padding: 3px 0;
}

li.courseList .educationList04 a:hover {
  color: #fff;
}

li.courseList .educationList05 {
  background-image: url("../../design/images/bg_index07.png");
}

@media screen and (max-width: 767px) {
  li.courseList .educationList05 {
    background-image: url("../../design/images/bg_index07.svg");
  }
}

li.courseList .educationList05 .educationIcon01 {
  background: #f29c97;
}

li.courseList .educationList05 h5 {
  color: #f29c97;
}

li.courseList .educationList05 .educationText03 {
  color: #f29c97;
}

li.courseList .educationList05 .educationBtn01 {
  border: 1px solid #f29c97;
}

li.courseList .educationList05 .educationBtn01:hover {
  background: #f29c97;
}

li.courseList .educationList05 a {
  color: #f29c97;
  padding: 3px 0;
}

li.courseList .educationList05 a:hover {
  color: #fff;
}

.schoolHead01 {
  font-size: 42px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .schoolHead01 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 400px) {
  .schoolHead01 {
    font-size: 25px;
  }
}

.container02 {
  max-width: 995px;
  width: 94%;
  margin: 0 auto;
  display: block;
}

ul.schoolList {
  padding: 55px 0;
}

@media screen and (max-width: 767px) {
  ul.schoolList {
    padding: 40px 0;
  }
}

@media screen and (max-width: 400px) {
  ul.schoolList {
    padding: 25px 0;
  }
}

.schoolBg {
  font-size: 30px;
  padding: 13px 0 12px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .schoolBg {
    font-size: 24px;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 400px) {
  .schoolBg {
    font-size: 15px;
    padding: 7px 0 6px;
  }
}

.schoolBg .departmentTitleTxt01 {
  margin-left: 20px;
  padding: 2px 12px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .schoolBg .departmentTitleTxt01 {
    margin-left: 15px;
  }
}

@media screen and (max-width: 400px) {
  .schoolBg .departmentTitleTxt01 {
    margin-left: 10px;
    padding: 1px 5px 0;
  }
}

.schoolBg.schoolBg01 {
  background-image: url(../../design/images/bg_index08.png);
}

@media screen and (max-width: 767px) {
  .schoolBg.schoolBg01 {
    background-image: url("../../design/images/bg_index08.svg");
  }
}

.schoolBg.schoolBg02 {
  background-image: url(../../design/images/bg_index09.png);
}

@media screen and (max-width: 767px) {
  .schoolBg.schoolBg02 {
    background-image: url("../../design/images/bg_index09.svg");
  }
}

.schoolBg.schoolBg03 {
  background-image: url(../../design/images/bg_index10.png);
}

@media screen and (max-width: 767px) {
  .schoolBg.schoolBg03 {
    background-image: url("../../design/images/bg_index10.svg");
  }
}

.schoolBg.schoolBg04 {
  background-image: url(../../design/images/bg_index11.png);
}

@media screen and (max-width: 767px) {
  .schoolBg.schoolBg04 {
    background-image: url("../../design/images/bg_index11.svg");
  }
}

.schoolBg.schoolBg05 {
  background-image: url(../../design/images/bg_index12.png);
}

@media screen and (max-width: 767px) {
  .schoolBg.schoolBg05 {
    background-image: url("../../design/images/bg_index12.svg");
  }
}

.schoolType {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .schoolType {
    padding: 10px 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 400px) {
  .schoolType {
    padding: 10px 16px;
  }
}

.schoolType:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .schoolType:not(:last-child) {
    margin-bottom: 15px;
  }
}

.schoolType .departmentLogo01 {
  width: 235px;
  padding: 20px;
}

@media screen and (max-width: 1150px) {
  .schoolType .departmentLogo01 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .schoolType .departmentLogo01 {
    width: 34%;
    padding: 5px;
  }
}

.schoolType .departmentDetail01 {
  font-size: 15px;
  width: 460px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .schoolType .departmentDetail01 {
    font-size: 14px;
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .schoolType .departmentDetail01 {
    font-size: 12px;
  }
}

.schoolType h5 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .schoolType h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 8px 0 0;
  }
}

@media screen and (max-width: 400px) {
  .schoolType h5 {
    font-size: 14px;
    padding-top: 5px;
  }
}

.schoolType h5 .textTransform01 {
  width: 123%;
  margin-left: -28px;
  -webkit-transform: scale(0.9, 1);
  -ms-transform: scale(0.9, 1);
  transform: scale(0.9, 1);
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .schoolType h5 .textTransform01 {
    width: auto;
    margin-left: -5%;
  }
}

.schoolType .departmentBtn01 {
  width: 218px;
  margin-top: 5px;
  border-radius: 15px;
}

@media screen and (max-width: 767px) {
  .schoolType .departmentBtn01 {
    font-size: 11px;
    width: 200px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 400px) {
  .schoolType .departmentBtn01 {
    font-size: 11px;
    width: 145px;
  }
}

.schoolType .departmentBtn01 a {
  color: #fff;
  padding: 3px 0;
  background: url("../images/ico_index01.svg") no-repeat 95% 50%;
  background-size: 8px 10px;
  display: block;
}

@media screen and (max-width: 767px) {
  .schoolType .departmentBtn01 a {
    background-size: 6px 8px;
  }
}

@media screen and (max-width: 400px) {
  .schoolType .departmentBtn01 a {
    padding: 2px 0;
    background-size: 4px 5px;
  }
}

.schoolType .departmentImage01 {
  width: 300px;
  padding-right: 20px;
  line-height: 0;
}

@media screen and (max-width: 1150px) {
  .schoolType .departmentImage01 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .schoolType .departmentImage01 {
    width: 66%;
    margin-bottom: 10px;
    padding: 0;
  }
}

.schoolType01 {
  border-top: 5px solid #d9e2d6;
  border-bottom: 5px solid #d9e2d6;
}

@media print, screen and (min-width: 768px) {
  .schoolType01 h5 {
    border-bottom: 3px solid rgba(0, 105, 52, 0.53);
  }
}

@media screen and (max-width: 767px) {
  .schoolType01 h5 {
    border-top: 3px solid rgba(0, 105, 52, 0.53);
  }
}

.schoolType01 .departmentBtn01 {
  background: rgba(0, 105, 52, 0.53);
}

.schoolType02 {
  border-top: 5px solid #d0e6e3;
  border-bottom: 5px solid #d0e6e3;
}

@media print, screen and (min-width: 768px) {
  .schoolType02 h5 {
    border-bottom: 3px solid rgba(91, 180, 174, 0.65);
  }
}

@media screen and (max-width: 767px) {
  .schoolType02 h5 {
    border-top: 3px solid rgba(91, 180, 174, 0.65);
  }
}

.schoolType02 .departmentBtn01 {
  background: rgba(91, 180, 174, 0.65);
}

.schoolType03 {
  border-top: 5px solid #f6d4ca;
  border-bottom: 5px solid #f6d4ca;
}

@media print, screen and (min-width: 768px) {
  .schoolType03 h5 {
    border-bottom: 3px solid rgba(206, 0, 43, 0.65);
  }
}

@media screen and (max-width: 767px) {
  .schoolType03 h5 {
    border-top: 3px solid rgba(206, 0, 43, 0.65);
  }
}

.schoolType03 .departmentBtn01 {
  background: rgba(206, 0, 43, 0.65);
}

.schoolType04 {
  border-top: 5px solid #fde5c1;
  border-bottom: 5px solid #fde5c1;
}

@media print, screen and (min-width: 768px) {
  .schoolType04 h5 {
    border-bottom: 3px solid rgba(243, 152, 0, 0.65);
  }
}

@media screen and (max-width: 767px) {
  .schoolType04 h5 {
    border-top: 3px solid rgba(243, 152, 0, 0.65);
  }
}

.schoolType04 .departmentBtn01 {
  background: rgba(243, 152, 0, 0.65);
}

.schoolType05 {
  border-top: 5px solid #fce4e1;
  border-bottom: 5px solid #fce4e1;
}

.schoolType05 h5 {
  letter-spacing: -1px;
}

@media print, screen and (min-width: 768px) {
  .schoolType05 h5 {
    border-bottom: 3px solid rgba(242, 156, 151, 0.7);
  }
}

@media screen and (max-width: 767px) {
  .schoolType05 h5 {
    border-top: 3px solid rgba(242, 156, 151, 0.7);
  }
}

.schoolType05 .departmentBtn01 {
  background: rgba(242, 156, 151, 0.7);
}

/* ツナガルマナビ */
.tsunagaruMainLink {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 21px;
  width: 336px;
  margin: 0 23px 25px;
}

@media screen and (max-width: 1350px) {
  .tsunagaruMainLink {
    width: 29%;
    margin: 0 2% 25px;
  }
}

@media screen and (max-width: 1150px) {
  .tsunagaruMainLink {
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  .tsunagaruMainLink {
    font-size: 16px;
    margin: 0 15px 25px;
  }
}

@media screen and (max-width: 900px) and (min-width: 768px) {
  .tsunagaruMainLink {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .tsunagaruMainLink {
    max-width: 430px;
    width: 100%;
    margin: 0 auto 20px;
  }
}

.tsunagaruMainLink a {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .tsunagaruMainLink a:hover {
    opacity: 0.9;
  }
  .tsunagaruMainLink a:hover .studioImage01 {
    position: relative;
  }
  .tsunagaruMainLink a:hover .studioImage01:after {
    content: "";
    width: 100%;
    height: 100%;
    margin: auto;
    display: block;
    z-index: 1;
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.tsunagaruMainLink span {
  display: block;
}

.tsunagaruMainLink .studioImage01 {
  margin-bottom: 10px;
  line-height: 0;
}

@media screen and (max-width: 900px) {
  .tsunagaruMainLink .studioImage01 {
    margin-bottom: 5px;
  }
}

.tsunagaruMainLink.mainLink01 a {
  color: #93c9c4;
}

.tsunagaruMainLink.mainLink01 a:hover .studioImage01:after {
  background: rgba(147, 201, 196, 0.55);
}

.tsunagaruMainLink.mainLink02 a {
  color: #f7c0ba;
}

.tsunagaruMainLink.mainLink02 a:hover .studioImage01:after {
  background: rgba(247, 192, 186, 0.6);
}

.tsunagaruMainLink.mainLink03 a {
  color: #f8ba5b;
}

.tsunagaruMainLink.mainLink03 a:hover .studioImage01:after {
  background: rgba(248, 186, 91, 0.51);
}

.tsunagaruMainLink.mainLink04 a {
  color: #333;
}

.tsunagaruMainLink.mainLink04 a:hover .studioImage01:after {
  background: rgba(0, 0, 0, 0.5);
}

.tsunagaruStudioTitle {
  position: relative;
}

.tsunagaruStudioTitle .studioMainImage01 {
  line-height: 0;
}

.tsunagaruStudioTitle .studioDetail01 {
  width: 630px;
  padding: 20px 35px 30px;
  background: #fff;
  position: absolute;
  right: 6%;
  bottom: 45px;
}

@media screen and (max-width: 1250px) {
  .tsunagaruStudioTitle .studioDetail01 {
    padding: 20px 25px;
  }
}

@media screen and (max-width: 1100px) {
  .tsunagaruStudioTitle .studioDetail01 {
    width: 525px;
    padding: 15px 20px;
    right: 4%;
    bottom: 30px;
  }
}

@media screen and (max-width: 800px) {
  .tsunagaruStudioTitle .studioDetail01 {
    width: 475px;
  }
}

@media screen and (max-width: 767px) {
  .tsunagaruStudioTitle .studioDetail01 {
    width: 100%;
    padding: 20px 40px 30px;
    position: static;
  }
}

@media screen and (max-width: 400px) {
  .tsunagaruStudioTitle .studioDetail01 {
    padding: 20px 25px 30px;
  }
}

.tsunagaruStudioTitle .studioDetail01 p {
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 1250px) {
  .tsunagaruStudioTitle .studioDetail01 p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1100px) {
  .tsunagaruStudioTitle .studioDetail01 p {
    font-size: 14px;
  }
}

@media screen and (max-width: 900px) {
  .tsunagaruStudioTitle .studioDetail01 p {
    font-size: 13px;
  }
}

@media screen and (max-width: 800px) {
  .tsunagaruStudioTitle .studioDetail01 p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .tsunagaruStudioTitle .studioDetail01 p {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .tsunagaruStudioTitle .studioDetail01 p {
    font-size: 11px;
  }
}

.tsunagaruStudioTitle h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 1250px) {
  .tsunagaruStudioTitle h3 {
    font-size: 38px;
  }
}

@media screen and (max-width: 1100px) {
  .tsunagaruStudioTitle h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1000px) {
  .tsunagaruStudioTitle h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 800px) {
  .tsunagaruStudioTitle h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .tsunagaruStudioTitle h3 {
    line-height: 1.4;
  }
}

@media screen and (max-width: 400px) {
  .tsunagaruStudioTitle h3 {
    font-size: 25px;
  }
}

.tsunagaruEventInfo {
  padding: 65px 0 95px;
  background-image: url("../../tsunagaru/images/bg_index01.png");
  position: relative;
}

@media screen and (max-width: 767px) {
  .tsunagaruEventInfo {
    padding: 50px 0 40px;
  }
}

@media screen and (max-width: 400px) {
  .tsunagaruEventInfo {
    padding: 40px 0;
  }
}

.tsunagaruEventInfo h4 {
  width: 930px;
  height: 132px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 1300px) {
  .tsunagaruEventInfo h4 {
    width: 900px;
  }
}

@media screen and (max-width: 1150px) {
  .tsunagaruEventInfo h4 {
    width: 800px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .tsunagaruEventInfo h4 {
    width: 750px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 800px) {
  .tsunagaruEventInfo h4 {
    width: 650px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .tsunagaruEventInfo h4 {
    width: 100%;
    margin-bottom: 15px;
    height: auto;
  }
}

.tsunagaruEventInfo ul {
  max-width: 975px;
  padding: 50px 0 55px;
}

@media screen and (max-width: 1300px) {
  .tsunagaruEventInfo ul {
    width: 82%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .tsunagaruEventInfo ul {
    width: 100%;
    padding: 0;
  }
}

.tsunagaruEventInfo li {
  font-size: 20px;
}

@media screen and (max-width: 1300px) {
  .tsunagaruEventInfo li {
    font-size: 18px;
  }
}

@media screen and (max-width: 1150px) {
  .tsunagaruEventInfo li {
    font-size: 16px;
  }
}

@media screen and (max-width: 800px) {
  .tsunagaruEventInfo li {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .tsunagaruEventInfo li {
    min-height: 320px;
    padding: 20px 20px 75px;
    background: #fff;
    border-top: 4px solid #231815;
    border-bottom: 4px solid #231815;
    position: relative;
  }
}

@media screen and (max-width: 640px) {
  .tsunagaruEventInfo li {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .tsunagaruEventInfo li:before, .tsunagaruEventInfo li:after {
    content: "";
    width: 100%;
    height: 2px;
    margin: 0 auto;
    background: #231815;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .tsunagaruEventInfo li:before {
    top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .tsunagaruEventInfo li:after {
    bottom: 5px;
  }
}

.tsunagaruEventInfo li:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .tsunagaruEventInfo li:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 400px) {
  .tsunagaruEventInfo li:not(:last-child) {
    margin-bottom: 25px;
  }
}

.tsunagaruEventInfo h5 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #231815;
}

@media screen and (max-width: 1300px) {
  .tsunagaruEventInfo h5 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1150px) {
  .tsunagaruEventInfo h5 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1000px) {
  .tsunagaruEventInfo h5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 800px) {
  .tsunagaruEventInfo h5 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .tsunagaruEventInfo h5 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .tsunagaruEventInfo h5 {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .tsunagaruEventInfo .infoDate01 {
    font-size: 24px;
    margin-bottom: 5px;
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .tsunagaruEventInfo .infoDate01 {
    font-size: 19px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .tsunagaruEventInfo .infoText01 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 400px) {
  .tsunagaruEventInfo .infoText01 {
    padding: 0 15px;
  }
}

.tsunagaruEventInfo .infoArea01 {
  padding-left: 90px;
}

@media print, screen and (min-width: 768px) {
  .tsunagaruEventInfo .infoArea01 {
    background: #fff;
    border-top: 4px solid #231815;
    border-bottom: 4px solid #231815;
    position: relative;
  }
}

@media screen and (max-width: 1300px) {
  .tsunagaruEventInfo .infoArea01 {
    padding-left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .tsunagaruEventInfo .infoArea01:before, .tsunagaruEventInfo .infoArea01:after {
    content: "";
    width: 100%;
    height: 2px;
    margin: 0 auto;
    background: #231815;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .tsunagaruEventInfo .infoArea01:before {
    top: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .tsunagaruEventInfo .infoArea01:after {
    bottom: 5px;
  }
}

.tsunagaruEventInfo .linkText01 {
  text-decoration: underline;
}

.tsunagaruEventInfo .eventBtn01 {
  width: 262px;
  margin-top: 30px;
  border-radius: 18px;
}

@media screen and (max-width: 800px) {
  .tsunagaruEventInfo .eventBtn01 {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .tsunagaruEventInfo .eventBtn01 {
    font-size: 15px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;
  }
}

.tsunagaruEventInfo .eventBtn01 a {
  color: #fff;
  padding: 3px 5px 3px 0;
  background: url("../../tsunagaru/images/ico_index01.svg") no-repeat 96% 50%;
  background-size: 9px 10px;
  display: block;
}

@media screen and (max-width: 1000px) {
  .tsunagaruEventInfo .eventBtn01 a {
    padding: 4px 5px 5px 0;
  }
}

@media screen and (max-width: 767px) {
  .tsunagaruEventInfo .eventBtn01 a {
    background-size: 7px 8px;
  }
}

.tsunagaruInfoImage01 {
  line-height: 0;
  z-index: 1;
  position: absolute;
}

.tsunagaruSchoolArea {
  padding: 45px 20px 50px;
  background: #e6e6e6;
}

@media screen and (max-width: 767px) {
  .tsunagaruSchoolArea {
    padding: 35px 15px 40px;
  }
}

@media screen and (max-width: 500px) {
  .tsunagaruSchoolArea {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 360px) {
  .tsunagaruSchoolArea {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 500px) {
  .tsunagaruSchoolArea h4 {
    margin-bottom: 25px;
  }
}

.tsunagaruSchoolArea h4 img {
  width: 305px;
  height: 42px;
}

@media screen and (max-width: 1000px) {
  .tsunagaruSchoolArea h4 img {
    width: 280px;
  }
}

@media screen and (max-width: 900px) {
  .tsunagaruSchoolArea h4 img {
    width: 240px;
  }
}

@media screen and (max-width: 767px) {
  .tsunagaruSchoolArea h4 img {
    font-size: 19px;
    margin: 0;
  }
}

@media screen and (max-width: 500px) {
  .tsunagaruSchoolArea h4 img {
    width: 234px;
    height: 32px;
  }
}

.tsunagaruSchoolArea .schoolTitle01 {
  font-size: 26px;
  max-width: 750px;
  width: 80%;
  margin: 20px auto 0;
  padding: 2px 0;
  background: #fff;
  border-top: 3px solid #231815;
  border-bottom: 3px solid #231815;
  display: block;
}

@media screen and (max-width: 1000px) {
  .tsunagaruSchoolArea .schoolTitle01 {
    font-size: 24px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 900px) {
  .tsunagaruSchoolArea .schoolTitle01 {
    font-size: 20px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .tsunagaruSchoolArea .schoolTitle01 {
    font-size: 18px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 500px) {
  .tsunagaruSchoolArea .schoolTitle01 {
    font-size: 18px;
    width: 100%;
    margin-top: 15px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .tsunagaruSchoolArea .schoolTitle02 {
    font-size: 16px;
  }
}

@media screen and (max-width: 400px) {
  .tsunagaruSchoolArea .schoolTitle02 {
    letter-spacing: -0.5px;
  }
}

@media screen and (max-width: 360px) {
  .tsunagaruSchoolArea .schoolTitle02 {
    letter-spacing: -1.5px;
  }
}

@media print, screen and (min-width: 501px) {
  .tsunagaruSchoolArea ul {
    max-width: 960px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.tsunagaruSchoolArea li {
  width: 300px;
  margin: 30px 10px 0;
  background: #fff;
}

@media screen and (max-width: 1050px) {
  .tsunagaruSchoolArea li {
    width: 31%;
    margin: 30px 1% 0;
  }
}

@media screen and (max-width: 767px) {
  .tsunagaruSchoolArea li {
    margin: 25px 5px 0;
  }
}

@media screen and (max-width: 500px) {
  .tsunagaruSchoolArea li {
    width: 100%;
    margin: 20px 0 0;
  }
}

.tsunagaruSchoolArea a {
  padding: 20px 15px 15px;
  display: block;
}

@media screen and (max-width: 1150px) {
  .tsunagaruSchoolArea a {
    padding: 15px 15px 10px;
  }
}

@media screen and (max-width: 767px) {
  .tsunagaruSchoolArea a {
    padding: 9px 0;
  }
}

@media screen and (max-width: 500px) {
  .tsunagaruSchoolArea a {
    position: relative;
  }
}

@media screen and (max-width: 500px) {
  .tsunagaruSchoolArea a:after {
    content: "";
    width: 0;
    height: 0;
    margin: auto 0;
    border: 5px solid transparent;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
  }
}

.tsunagaruSchoolArea .classroomName01 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 5px;
  display: block;
}

@media screen and (max-width: 1150px) {
  .tsunagaruSchoolArea .classroomName01 {
    font-size: 18px;
    margin-top: 2px;
  }
}

@media screen and (max-width: 1000px) {
  .tsunagaruSchoolArea .classroomName01 {
    font-size: 16px;
  }
}

@media screen and (max-width: 900px) and (min-width: 768px) {
  .tsunagaruSchoolArea .classroomName01 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .tsunagaruSchoolArea .classroomName01 {
    margin: 0;
  }
}

@media screen and (max-width: 500px) {
  .tsunagaruSchoolArea .classroomName01 {
    font-size: 19px;
  }
}

.tsunagaruInfoImage01 {
  right: -6%;
  bottom: -5%;
}

@media screen and (max-width: 1400px) {
  .tsunagaruInfoImage01 {
    width: 16%;
  }
}

@media screen and (max-width: 1300px) {
  .tsunagaruInfoImage01 {
    width: 15%;
    bottom: -3%;
  }
}

.tsunagaruInfoImage02 {
  right: -2.5%;
  bottom: -9%;
}

@media screen and (max-width: 1400px) {
  .tsunagaruInfoImage02 {
    width: 14%;
  }
}

@media screen and (max-width: 1300px) {
  .tsunagaruInfoImage02 {
    width: 12%;
    bottom: -6%;
  }
}

.tsunagaruInfoImage03 {
  right: -2%;
  bottom: -6%;
}

@media screen and (max-width: 1400px) {
  .tsunagaruInfoImage03 {
    width: 17%;
    right: -8%;
  }
}

@media screen and (max-width: 1300px) {
  .tsunagaruInfoImage03 {
    width: 15%;
    right: -4%;
    bottom: -6%;
  }
}

/* アクティブ・ラーニング・スタジオ */
.tsunagaruStudioTitle01 h3 {
  font-size: 19px;
  font-weight: normal;
}

@media screen and (max-width: 1250px) {
  .tsunagaruStudioTitle01 h3 {
    font-size: 17px;
  }
}

@media screen and (max-width: 1100px) {
  .tsunagaruStudioTitle01 h3 {
    font-size: 15px;
  }
}

@media screen and (max-width: 800px) {
  .tsunagaruStudioTitle01 h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .tsunagaruStudioTitle01 h3 {
    font-size: 11px;
  }
}

.tsunagaruStudioTitle01 h3 img {
  width: 532px;
  height: 59px;
}

@media screen and (max-width: 1250px) {
  .tsunagaruStudioTitle01 h3 img {
    width: 470px;
    height: 54px;
  }
}

@media screen and (max-width: 1100px) {
  .tsunagaruStudioTitle01 h3 img {
    width: 420px;
  }
}

@media screen and (max-width: 1000px) {
  .tsunagaruStudioTitle01 h3 img {
    width: 380px;
    height: 52px;
  }
}

@media screen and (max-width: 800px) {
  .tsunagaruStudioTitle01 h3 img {
    width: 340px;
    height: 45px;
  }
}

@media screen and (max-width: 400px) {
  .tsunagaruStudioTitle01 h3 img {
    width: 240px;
    height: 35px;
  }
}

.tsunagaruEventInfo01 {
  background-color: rgba(196, 224, 221, 0.24);
}

.tsunagaruEventInfo01 .eventBtn01 {
  background: #93c9c4;
}

.tsunagaruSchoolArea01 .classroomName01 {
  color: #93c9c4;
}

.tsunagaruSchoolArea01 a:after {
  border-left: 5px solid #93c9c4;
}

/* 阪急西宮ガーデンズ ゲート館 */
.tsunagaruEventInfo02 {
  background-color: rgba(249, 209, 203, 0.35);
}

.tsunagaruEventInfo02 .eventBtn01 {
  background: #f7c0ba;
}

.tsunagaruSchoolArea02 .classroomName01 {
  color: #f7c0ba;
}

.tsunagaruSchoolArea02 a:after {
  border-left: 5px solid #f7c0ba;
}

/* アップ上本町ビル */
.tsunagaruEventInfo03 {
  background-color: rgba(252, 224, 183, 0.35);
}

.tsunagaruEventInfo03 .eventBtn01 {
  background: #f8ba5b;
}

.tsunagaruSchoolArea03 .classroomName01 {
  color: #f8ba5b;
}

.tsunagaruSchoolArea03 a:after {
  border-left: 5px solid #f8ba5b;
}

/* ダミースタジオ */
.tsunagaruEventInfo04 {
  background-color: rgba(51, 51, 51, 0.35);
}

.tsunagaruEventInfo04 .eventBtn01 {
  background: #333;
}

.tsunagaruSchoolArea04 .classroomName01 {
  color: #333;
}

.tsunagaruSchoolArea04 a:after {
  border-left: 5px solid #333;
}

.header {
  padding: 20px 0 15px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .header {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
}

.header h1 {
  width: 204px;
  height: 43px;
}

@media screen and (max-width: 1050px) {
  .header h1 {
    width: 180px;
    height: 38px;
  }
}

@media screen and (max-width: 950px) {
  .header h1 {
    width: 160px;
    height: 34px;
  }
}

@media screen and (max-width: 900px) {
  .header h1 {
    width: 140px;
    height: 29px;
  }
}

@media screen and (max-width: 800px) {
  .header h1 {
    width: 130px;
    height: 27px;
  }
}

@media screen and (max-width: 767px) {
  .header h1 {
    width: 170px;
    height: auto;
    float: left;
  }
}

@media print, screen and (min-width: 768px) {
  .spBtn01 {
    display: none !important;
  }
}

.spBtn01 p {
  width: 21px;
  height: 17px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 9999;
  position: fixed;
  top: 20px;
  right: 3%;
}

.spBtn01 p.active span {
  background: #fff;
}

.spBtn01 p.active span:first-child {
  -webkit-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.spBtn01 p.active span:nth-child(2) {
  opacity: 0;
}

.spBtn01 p.active span:last-child {
  -webkit-transform: translateY(-7px) rotate(45deg);
  -ms-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

.spBtn01 span {
  width: 21px;
  height: 3px;
  margin: 0 auto;
  background: #231815;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.spBtn01 span:first-child {
  top: 0;
}

.spBtn01 span:nth-child(2) {
  top: 7px;
}

.spBtn01 span:nth-child(3) {
  bottom: 0;
}

.spBtn01.active {
  width: 100%;
  height: 54px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .spMenuArea01 {
    margin-top: 14px;
    display: block !important;
  }
}

@media screen and (max-width: 1050px) and (min-width: 768px) {
  .spMenuArea01 {
    margin-top: 12px;
  }
}

@media screen and (max-width: 950px) and (min-width: 768px) {
  .spMenuArea01 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 900px) and (min-width: 768px) {
  .spMenuArea01 {
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .spMenuArea01 {
    font-size: 14px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-top: 54px;
    padding-bottom: 54px;
    background: rgba(0, 0, 0, 0.8);
    border: 0;
    z-index: 9998;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}

.spMenuArea01 li {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .spMenuArea01 li {
    line-height: 1;
  }
}

@media screen and (max-width: 1050px) and (min-width: 768px) {
  .spMenuArea01 li {
    font-size: 15px;
  }
}

@media screen and (max-width: 950px) and (min-width: 768px) {
  .spMenuArea01 li {
    font-size: 14px;
  }
}

@media screen and (max-width: 900px) and (min-width: 768px) {
  .spMenuArea01 li {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .spMenuArea01 li {
    font-weight: normal;
    border-top: 1px solid #fff;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .spMenuArea01 li:last-child {
    border-bottom: 1px solid #fff;
  }
}

@media print, screen and (min-width: 768px) {
  .spMenuArea01 li:not(:last-child) {
    margin-right: 35px;
  }
}

@media screen and (max-width: 1150px) and (min-width: 768px) {
  .spMenuArea01 li:not(:last-child) {
    margin-right: 25px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .spMenuArea01 li:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1050px) and (min-width: 768px) {
  .spMenuArea01 li:not(:last-child) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 950px) and (min-width: 768px) {
  .spMenuArea01 li:not(:last-child) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 800px) and (min-width: 768px) {
  .spMenuArea01 li:not(:last-child) {
    margin-right: 5px;
  }
}

.spMenuArea01 a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

@media print, screen and (min-width: 768px) {
  .spMenuArea01 a {
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .spMenuArea01 a {
    color: #fff;
    padding: 15px;
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .spMenuArea01 a:after {
    content: "";
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .spMenuArea01 a:hover {
    background: url("../images/bg_header01.jpg") repeat-x 0 90%;
  }
}

@media print, screen and (min-width: 768px) {
  .spMenuArea01 .current a {
    background: url("../images/bg_header01.jpg") repeat-x 0 90%;
  }
}

.footer.holiday {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .footer.holiday {
    margin-bottom: 80px;
  }
}

.footer .footerMenu01 {
  padding: 8px 0;
}

@media screen and (max-width: 767px) {
  .footer .footerMenu01 {
    padding-bottom: 0;
    background: #005bac;
  }
}

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

@media print, screen and (min-width: 768px) {
  .footer .footerMenu01 ul {
    max-width: inherit;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer .footerMenu01 ul {
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .footer .footerMenu01 .container {
    max-width: 650px;
    width: 94%;
  }
}

.footer .footerMenu01 li {
  margin: 0 10px;
}

@media print, screen and (min-width: 768px) {
  .footer .footerMenu01 li {
    float: none;
  }
}

@media screen and (max-width: 1200px) {
  .footer .footerMenu01 li {
    font-size: 15px;
    margin: 0 8px;
  }
}

@media screen and (max-width: 1100px) {
  .footer .footerMenu01 li {
    font-size: 14px;
    margin: 0 5px;
  }
}

@media screen and (max-width: 1000px) {
  .footer .footerMenu01 li {
    margin: 2px 6px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footerMenu01 li {
    font-size: 12px;
    margin: 5px 0;
    padding-left: 8px;
    background: url("../../common/images/ico_footer01.png") no-repeat 0 5px;
    background-size: 4px;
    letter-spacing: -0.5px;
  }
}

@media screen and (max-width: 360px) {
  .footer .footerMenu01 li {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footerMenu01 li:nth-child(2n) {
    width: 55%;
  }
}

@media screen and (max-width: 767px) {
  .footer .footerMenu01 li.clearList01 {
    clear: both;
  }
}

.footer .footerMenu01 a {
  color: #005bac;
}

@media screen and (max-width: 767px) {
  .footer .footerMenu01 a {
    color: #fff;
  }
}

.footer .footerMenu02 {
  padding: 8px 0;
  background: #005bac;
}

.footer .footerMenu02 .container {
  max-width: inherit;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .footer .footerMenu02 .container {
    max-width: 650px;
    width: 94%;
  }
}

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

@media screen and (max-width: 767px) {
  .footer .footerMenu02 ul {
    display: block;
  }
}

.footer .footerMenu02 li {
  margin: 0 10px;
}

@media print, screen and (min-width: 768px) {
  .footer .footerMenu02 li {
    float: none;
  }
}

@media screen and (max-width: 1200px) {
  .footer .footerMenu02 li {
    font-size: 15px;
    margin: 0 8px;
  }
}

@media screen and (max-width: 1100px) {
  .footer .footerMenu02 li {
    font-size: 14px;
    margin: 0 5px;
  }
}

@media screen and (max-width: 1000px) {
  .footer .footerMenu02 li {
    margin: 2px 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footerMenu02 li {
    font-size: 12px;
    margin: 5px 0;
    padding-left: 8px;
    background: url("../images/ico_footer01.png") no-repeat 0 5px;
    background-size: 4px;
    letter-spacing: -0.5px;
  }
}

@media screen and (max-width: 360px) {
  .footer .footerMenu02 li {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footerMenu02 li:nth-child(2n+1) {
    width: 55%;
    clear: both;
  }
}

.footer .footerMenu02 a {
  color: #fff;
}

.footer .footerMenu03 {
  padding: 30px 0;
  background: #005bac;
}

@media screen and (max-width: 767px) {
  .footer .footerMenu03 {
    padding: 20px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .footer .footerMenu03 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 800px) and (min-width: 768px) {
  .footer .footerMenu03 .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

@media screen and (max-width: 767px) {
  .footer .footerMenu03 .container {
    position: relative;
  }
}

.footer .footerMenu03 a {
  color: #fff;
}

@media screen and (max-width: 1050px) {
  .footer .footerMenu03 .footerMenuItem01 {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .footer .footerMenu03 .footerMenuItem01 {
    font-size: 12px;
  }
}

@media print, screen and (min-width: 801px) {
  .footer .footerMenu03 .footerMenuItem01:not(:last-child) {
    margin-right: 90px;
  }
}

@media screen and (max-width: 1250px) and (min-width: 801px) {
  .footer .footerMenu03 .footerMenuItem01:not(:last-child) {
    margin-right: 75px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 801px) {
  .footer .footerMenu03 .footerMenuItem01:not(:last-child) {
    margin-right: 60px;
  }
}

@media screen and (max-width: 1150px) and (min-width: 801px) {
  .footer .footerMenu03 .footerMenuItem01:not(:last-child) {
    margin-right: 45px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 801px) {
  .footer .footerMenu03 .footerMenuItem01:not(:last-child) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1050px) and (min-width: 801px) {
  .footer .footerMenu03 .footerMenuItem01:not(:last-child) {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footerMenu03 .footerMenuItem01:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 800px) and (min-width: 768px) {
  .footer .footerMenu03 .footerMenuItem01:nth-child(2n+1) {
    width: 50%;
  }
}

@media screen and (max-width: 800px) and (min-width: 768px) {
  .footer .footerMenu03 .footerMenuItem01:first-child {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .footer .footerMenu03 .footerMenuItem01:first-child {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .footer .footerMenu03 .footerMenuItem01:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 500px) {
  .footer .footerMenu03 .footerMenuItem01:nth-child(3) {
    width: 47%;
  }
}

@media screen and (max-width: 767px) {
  .footer .footerMenu03 .footerMenuItem01:last-child {
    padding-top: 20px;
    border-top: 1px solid #fff;
  }
}

.footer .footerMenu03 .footerList01:not(.footerList02) {
  padding-left: 10px;
  position: relative;
}

.footer .footerMenu03 .footerList01:not(.footerList02):after {
  content: "";
  width: 0;
  height: 0;
  margin: auto 0;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  position: absolute;
  top: 7px;
  left: 0;
}

@media screen and (max-width: 500px) {
  .footer .footerMenu03 .footerList01:not(.footerList02):after {
    border-left: 4px solid #fff;
    top: 6px;
  }
}

.footer .footerMenu03 .footerList01:not(:last-child) {
  margin-bottom: 15px;
}

.footer .footerMenu03 .footerList02 ul {
  margin-left: 1em;
}

.footer .footerMenu03 .footerList02 li {
  padding-left: 10px;
  position: relative;
}

.footer .footerMenu03 .footerList02 li:after {
  content: "";
  width: 0;
  height: 0;
  margin: auto 0;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  position: absolute;
  top: 7px;
  left: 0;
}

@media screen and (max-width: 500px) {
  .footer .footerMenu03 .footerList02 li:after {
    border-left: 4px solid #fff;
    top: 6px;
  }
}

.footer .footerMenu03 p {
  padding-left: 10px;
  position: relative;
}

.footer .footerMenu03 p:after {
  content: "";
  width: 0;
  height: 0;
  margin: auto 0;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  position: absolute;
  top: 7px;
  left: 0;
}

@media screen and (max-width: 500px) {
  .footer .footerMenu03 p:after {
    border-left: 4px solid #fff;
    top: 6px;
  }
}

.footer .footerArea01 {
  font-family: 'Noto Sans JP', sans-serif;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .footer .footerArea01 {
    padding: 15px 0 20px;
  }
}

.footer .footerTextArea01 {
  font-size: 10px;
  /*width: 490px;*/
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footer .footerTextArea01 {
    width: 100%;
    float: none;
  }
}

.footer .footerTextArea01 p:not(:last-child) {
  margin-bottom: 15px;
}

.footer .footerLogoArea01 {
  width: 120px;
  height: auto;
  margin: 15px 0;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .footer .footerLogoArea01 {
    width: 140px;
    height: auto;
    margin-top: 25px;
  }
}

.footer .footerLogoArea02 {
  width: 210px;
  height: auto;
  margin: 15px 0;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .footer .footerLogoArea02 {
    width: 210px;
    height: auto;
    margin-top: 25px;
  }
}

.pageTop {
  width: 40px;
  height: 32px;
  display: none;
  z-index: 1;
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.pageTop.holiday {
  bottom: 85px;
}

@media screen and (max-width: 767px) {
  .pageTop.holiday {
    bottom: 60px;
  }
}
