@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1.0rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: inherit;
  font-weight: normal;
}

p {
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  height: auto;
  vertical-align: top;
}

.disp-none {
  display: none;
}

.disp-block {
  display: block;
}

.disp-flex {
  list-style: none;
  display: flex;
}

.clearfix::after {
  content: ".";
  clear: both;
  display: block;
  height: 0px;
  visibility: hidden;
}

.list-none {
  list-style: none;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.font-mgothic {
  font-family: "tbudrgothic-std";
}

.font-white {
  color: #fff;
}

.font-blue {
  color: #00a5e5;
}

.font-red {
  color: #f00;
}

.font-yellow {
  color: #ffe400;
}

.font-orange {
  color: #ff9900;
}

.font-bold {
  font-weight: bold;
}

.font-normal {
  font-weight: normal;
}

.bg-check {
  background: url(../img/bg_check.png) repeat left top;
}

.bg-cloth {
  background: url(../img/bg_cloth.png) repeat left top;
}

.bg-note {
  background: #fff url(../img/bg_note.gif) repeat left top;
}

.bg-blue {
  background: #00a5e5;
  color: #fff;
}

.bg-blue a {
  color: inherit;
}

.bg-blue a:hover {
  color: inehrit;
}

.bg-white {
  background: #fff;
  color: #333;
}

.bg-white a {
  color: inherit;
}

.bg-aqua {
  background: #5fa2eb;
  color: #fff;
}

.bg-purple {
  background: #bf5feb;
  color: #fff;
}

.bg-orange {
  background: #e1a114;
  color: #fff;
}

.bg-green {
  background: #85c80c;
  color: #fff;
}

.bg-mirai {
  background: #f0f9fe;
}

.kv .section-inner-static {
  position: relative;
  height: 0;
}

.kv .item-txt {
  position: absolute;
  background: #00a5e5;
  color: #fff;
  text-align: center;
}

.kv .catch {
  position: absolute;
}

.item-img {
  line-height: normal;
}

.item-img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.btns {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.btns li a {
  display: block;
  line-height: normal;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.btns li a:hover {
  opacity: 0.8;
}

.box-contact {
  background: #fbffdf;
}

.box-contact .section-inner-static {
  border: solid 1px #00a5e5;
  background: #fff;
}

.btn-round {
  display: inline-block;
  border: solid 1px #ccc;
  background: #fff;
  font-family: "tbudrgothic-std";
  font-weight: bold;
}

.btn-round .btn-round-inner {
  display: block;
  position: relative;
  border: solid 1px #fff;
  background: linear-gradient(to top, #eeeeee 0%, #ffffff 100%);
  color: inherit;
  text-align: center;
  text-decoration: none;
}

.btn-round .btn-round-arrow {
  position: absolute;
  display: block;
  background: #00a5e5;
}

.btn-round .btn-round-arrow::before, .btn-round .btn-round-arrow::after {
  position: absolute;
  display: block;
  content: " ";
  line-height: 1;
  border-radius: 4px 0 0 4px;
  transform: rotate(45deg);
}

.btn-round .btn-round-arrow::after {
  border-radius: 0 4px 4px 0;
  transform: rotate(135deg);
}

.btn-round.align-right {
  margin-left: auto;
}

.bg-blue .btn-round {
  color: #00a5e5;
}

a.btn-round-inner:hover {
  opacity: 0.8;
}

.btn-more {
  color: #00a5e5;
}

.hdr-lv1 {
  font-family: "tbudrgothic-std";
  font-weight: bold;
  text-align: center;
}

.bg-check .hdr-lv1,
.bg-cloth .hdr-lv1 {
  color: #00a5e5;
}

.hdr-lv2 {
  font-family: "tbudrgothic-std";
  font-weight: bold;
}

.bg-cloth .hdr-lv2 {
  color: #00a5e5;
}

.hdr-lv3 {
  font-family: "tbudrgothic-std";
  font-weight: bold;
}

#jump-to-header {
  background: #5fa2eb;
  border-radius: 100%;
}

#jump-to-header a {
  display: block;
  line-height: normal;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#jump-to-header a:hover {
  opacity: 0.8;
}

#footer a {
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../js/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../js/slick/fonts/slick.eot");
  src: url("../js/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../js/slick/fonts/slick.woff") format("woff"), url("../js/slick/fonts/slick.ttf") format("truetype"), url("../js/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@media only screen and (max-width: 700px) {
  body {
    min-width: 320px;
    line-height: 1.6;
    font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 1.2rem;
  }
  .s-none {
    display: none;
  }
  .section-inner-static {
    min-width: 300px;
    margin: 0 3.12%;
  }
  .section-inner-static.setcion-inner-static-pad, .section-inner-static.section-inner-static-pad,
  .bg-check > .section-inner-static,
  .bg-blue > .section-inner-static,
  .bg-cloth > .section-inner-static,
  .bg-white > .section-inner-static {
    padding: 25px 0;
  }
  .inner-pad-20 {
    padding: 10px;
  }
  .inner-pad-40 {
    padding: 10px;
  }
  .inner-pad-40.bg-note {
    padding: 20px 10px;
  }
  .kv .section-inner-static {
    position: relative;
    height: 0;
    padding-top: 46.8%;
  }
  .kv .item-txt {
    top: 10px;
    left: 0;
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    font-family: "tbudrgothic-std";
  }
  .kv .catch {
    position: absolute;
    width: 100%;
  }
  .kv .catch img {
    width: 100%;
    height: auto;
  }
  .box-shadow {
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.2);
  }
  .box-contact {
    padding: 15px 0;
  }
  .box-contact .section-inner-static {
    padding: 19px 9px;
  }
  .box-contact .btn-round-wrapper {
    min-width: 300px;
    margin: 0 3.12%;
  }
  .btns {
    width: 100%;
    flex-wrap: wrap;
  }
  .btns li {
    width: 48.2%;
  }
  .btns li a {
    display: block;
    line-height: normal;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 500px auto;
    height: 0;
    padding-top: 43%;
  }
  .btns li a:hover {
    opacity: 0.8;
  }
  .btns li.btn-crescendo {
    width: 100%;
    margin-bottom: 5px;
  }
  .btns li.btn-crescendo a {
    padding-top: 16%;
    background-size: 178.57143% auto;
    background-position: 0 16.10169%;
  }
  .btns li.btn-reserve a {
    background-size: 370.37037% auto;
    background-position: 0 6.06586%;
  }
  .btns li.btn-request a {
    background-size: 367.64706% auto;
    background-position: 38.46154% 6.06586%;
  }
  .btns li.btn-reserve-long {
    width: 100%;
  }
  .btns li.btn-reserve-long a {
    padding-top: 20.7%;
    background-size: 178.57143% auto;
    background-position: 0 78.85615%;
  }
  .btns li.btn-counseling-long {
    width: 100%;
  }
  .btns li.btn-counseling-long a {
    padding-top: 20.7%;
    background-size: 178.57143% auto;
    background-position: 0 89.25477%;
  }
  .btns li.btn-reserve-counseling-long {
    width: 100%;
  }
  .btns li.btn-reserve-counseling-long a {
    padding-top: 20.7%;
    background-size: 178.57143% auto;
    background-position: 0 99.65338%;
  }
  .btns.reserve li {
    width: 100%;
  }
  .btns.reserve li.btn-reserve a {
    background-size: 370.37037% auto;
    background-position: 0 6.06586%;
  }
  .btn-round {
    display: inline-block;
    height: 36px;
    padding: 1px;
    border-radius: 18px;
  }
  .btn-round .btn-round-inner {
    height: 100%;
    line-height: 24px;
    padding: 4px 34px;
    border-radius: 16px;
    color: inherit;
    font-size: 1.4rem;
  }
  .btn-round .btn-round-arrow {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 24px;
    height: 24px;
    border-radius: 12px;
  }
  .btn-round .btn-round-arrow::before, .btn-round .btn-round-arrow::after {
    top: 7px;
    right: 5px;
    width: 12px;
    height: 1px;
    border: solid 2px #fff;
  }
  .btn-round .btn-round-arrow::after {
    bottom: 7px;
    top: auto;
    width: 12px;
  }
  .btn-round .btn-round-arrow.before {
    right: auto;
    left: 2px;
  }
  .btn-round .btn-round-arrow.before::before, .btn-round .btn-round-arrow.before::after {
    right: 7px;
  }
  .btn-round-wrapper {
    text-align: right;
  }
  .box-contact .btn-round-wrapper {
    text-align: left;
  }
  .btn-tour {
    width: 241px;
    margin: 10px 0 0 0;
  }
  .btn-tour .btn-round-inner {
    color: #006600;
  }
  .btn-tour .btn-round-arrow {
    background: #006600;
  }
  .btn-request-l-wrapper {
    position: relative;
    width: 300px;
    line-height: normal;
    margin: 0 auto;
    padding: 0;
  }
  .btn-request-l {
    overflow: hidden;
    text-indent: 100%;
    text-decoration: none;
    white-space: nowrap;
    background-image: url(../img/splite2.png);
    background-repeat: no-repeat;
    background-size: 320px auto;
    display: block;
    width: 300px;
    height: 89px;
    line-height: normal;
    margin: 0 auto;
    background-position: 0 -16px;
  }

  .hdr-lv1 {
    line-height: 1.3;
    margin-bottom: 25px;
    font-size: 1.8rem;
  }
  .hdr-lv2 {
    font-size: 1.8rem;
  }
  .hdr-lv3 {
    font-size: 1.8rem;
    text-align: center;
  }
  .hdr-check {
    font-family: "tbudrgothic-std";
    font-size: 1.5rem;
    color: #00a5e5;
    font-weight: bold;
  }
  .hdr-check::before {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 500px auto;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-position: -425px -50px;
  }
  .worry .btn-round {
    position: relative;
    display: block;
    margin-bottom: 15px;
  }
  .worry .btn-round .btn-round-inner {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    padding-right: 0;
    background: url(../img/jhs_section1_txt_blue.png) no-repeat 0 0, linear-gradient(to top, #eeeeee 0%, #ffffff 100%) no-repeat 0 0;
    background-size: 215px auto, 100% 100%;
  }
  .worry .btn-round .eyecatch {
    position: absolute;
    display: block;
    content: " ";
    line-height: 1;
    bottom: -3.5px;
    left: 9px;
    width: 47.5px;
    height: 50px;
    background: url(../img/index_section3_img_01.png) no-repeat left bottom;
    background-size: 100% auto;
  }
  .worry .btn-round .eyecatch.girl01 {
    bottom: -3.5px;
    left: 9px;
    width: 47.5px;
    height: 50px;
    background: url(../img/index_section3_img_01.png) no-repeat left top;
    background-size: 100% auto;
  }
  .worry .btn-round .eyecatch.girl02 {
    left: 10px;
    bottom: -3.5px;
    width: 49.5px;
    height: 50px;
    background: url(../img/index_section3_img_02.png) no-repeat left top;
    background-size: 100% auto;
  }
  .worry .btn-round .eyecatch.girl03 {
    left: 9px;
    bottom: -2.5px;
    width: 46px;
    height: 50px;
    background: url(../img/index_section3_img_04.png) no-repeat left top;
    background-size: 100% auto;
  }
  .worry .btn-round .eyecatch.girl04 {
    bottom: -1px;
    left: 15px;
    width: 36px;
    height: 50px;
    background: url(../img/index_section3_img_05.png) no-repeat left top;
    background-size: 100% auto;
  }
  .worry .btn-round .eyecatch.girl05 {
    bottom: 0;
    left: 20px;
    width: 35.5px;
    height: 46.5px;
    background: url(../img/jhs_section1_img_02.png) no-repeat left bottom;
    background-size: 100% auto;
  }
  .worry .btn-round .eyecatch.girl06 {
    width: 37px;
    height: 56.5px;
    left: 20px;
    bottom: -7.5px;
    background: url(../img/jhs_section1_img_03.png) no-repeat left bottom;
    background-size: 100% auto;
  }
  .worry .btn-round .eyecatch.girl07 {
    width: 35.5px;
    height: 46.5px;
    right: 14px;
    left: auto;
    bottom: 0;
    background: url(../img/jhs_section1_img_04.png) no-repeat left bottom;
    background-size: 100% auto;
  }
  .worry .btn-round .eyecatch.boy01 {
    bottom: 0;
    left: 7px;
    width: 50px;
    height: 50px;
    background: url(../img/index_section3_img_03.png) no-repeat left top;
    background-size: 100% auto;
  }
  .worry .btn-round .eyecatch.boy02 {
    left: 13px;
    bottom: -0.5px;
    width: 41px;
    height: 50px;
    background: url(../img/index_section3_img_06.png) no-repeat left top;
    background-size: 100% auto;
  }
  .worry .btn-round .eyecatch.right {
    left: auto;
    right: 9px;
    bottom: -3.5px;
  }
  .worry .btn-round:last-child {
    margin-bottom: 0;
  }
  .worry .btn-round:nth-child(even) {
    margin-right: 0;
    margin-left: auto;
  }
  .worry .btn-round:nth-child(even) .eyecatch {
    left: auto;
    right: 9px;
    bottom: -3.5px;
  }
  .experience .bg-note {
    margin-bottom: 15px;
  }
  .experience .bg-note:last-child {
    margin-bottom: 0;
  }
  .experience .bg-note .hdr-lv2 {
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: center;
  }
  .experience .bg-note .item-img {
    display: block;
    float: left;
    width: 33%;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .support .hdr-lv3 {
    color: #ed414b;
    text-align: left;
  }
  .support .item-box {
    margin-bottom: 10px;
  }
  .support .item-box:last-child {
    margin-bottom: 0;
  }
  .support .box-shadow {
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.12);
  }
  .support .disp-flex {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .support .disp-flex .item-img {
    display: table-cell;
    width: 50%;
  }
  .support .disp-flex .item-txt {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  .support .disp-flex .item-txt ol {
    list-style: none;
    margin-left: 0;
    padding-left: 15px;
    line-height: 1.6;
  }
  .support .disp-flex .item-txt ol li {
    counter-increment: number;
    margin-left: 0em;
    padding-left: 15px;
    text-indent: -15px;
  }
  .support .disp-flex .item-txt ol li::before {
    content: counter(number) ".";
    padding-right: 5px;
    color: #ed414b;
  }
  #header {
    height: 50px;
  }
  #header .section-inner-static {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
  }
  #header .btns {
    width: 150px;
  }
  #header .btns li {
    width: 72px;
  }
  #header .btns li a {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 500px auto;
    height: 40px;
  }
  #header .btns li.btn-reserve a {
    background-position: -350px 0;
  }
  #header .btns li.btn-request a {
    background-position: -425px 0;
  }
  #logo {
    width: 142.5px;
    line-height: 1;
    margin-top: 6px;
  }
  #logo a {
    display: block;
    line-height: normal;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 500px auto;
    height: 27.5px;
    background-position: -285px -110px;
  }
  #logo a:hover {
    opacity: 0.8;
  }
  #jump-to-header {
    position: fixed;
    right: 10px;
    bottom: 25px;
    width: 43px;
    border: solid 1px #fff;
  }
  #jump-to-header a {
    height: 43px;
  }
  #jump-to-header a::before {
    position: absolute;
    display: block;
    content: " ";
    line-height: 1;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    margin-top: -8px;
    border-top: solid 4px #fff;
    border-left: solid 4px #fff;
    transform-origin: left top;
    transform: rotate(45deg);
  }
  #footer .section-inner-static {
    margin: 0;
  }
  #footer aside {
    height: 45px;
    line-height: 45px;
    padding: 0 3.12%;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
  #footer #copyright {
    height: 45px;
    line-height: 14px;
    padding: 10px 0;
    border-style: none;
    text-align: center;
  }
  #mv .item-txt {
    height: 25px;
    line-height: 25px;
    background: #00a5e5;
    color: #fff;
    font-family: "tbudrgothic-std";
  }
  #mv .item-txt p {
    margin: 0;
    font-size: 1.8rem;
    text-align: center;
  }
  #mv span {
    font-size: 1.3rem;
  }
  #mv .slides img {
    width: 100%;
    height: auto;
  }
  #index-section1 > .section-inner-static {
    position: relative;
    padding: 0;
  }
  #index-section1 .hdr-lv1 {
    height: 90px;
    line-height: 90px;
    margin: 0;
    background: url(../img/index_section1_img_01.png) no-repeat right bottom;
    background-size: auto 30px;
    color: #00a5e5;
    font-size: 1.8rem;
  }
  #index-section1 .pos-rel {
    position: relative;
  }
  #index-section1 .bg-aqua,
  #index-section1 .bg-purple,
  #index-section1 .bg-orange,
  #index-section1 .bg-green {
    background-repeat: no-repeat;
    background-position: center center;
  }
  #index-section1 .bg-aqua > .section-inner-static,
  #index-section1 .bg-purple > .section-inner-static,
  #index-section1 .bg-orange > .section-inner-static,
  #index-section1 .bg-green > .section-inner-static {
    width: 320px;
    margin: 0 auto;
  }
  #index-section1 .bg-aqua p,
  #index-section1 .bg-purple p,
  #index-section1 .bg-orange p,
  #index-section1 .bg-green p {
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 3.12%;
    font-family: "tbudrgothic-std";
    font-size: 1.3rem;
  }
  #index-section1 .bg-aqua {
    background-image: url(../img/index_section1_img_02.png);
    background-size: auto 50px;
    text-align: right;
  }
  #index-section1 .bg-purple {
    background-image: url(../img/index_section1_img_03.png);
    background-size: auto 50px;
  }
  #index-section1 .bg-orange {
    background-image: url(../img/index_section1_img_04.png);
    background-size: auto 50px;
    text-align: right;
  }
  #index-section1 .bg-green {
    background-image: url(../img/index_section1_img_05.png);
    background-size: auto 50px;
  }
  #index-section1 h3 {
    position: absolute;
    width: 100%;
    height: 59.5px;
    line-height: 1;
    padding-top: 31px;
    background: url(../img/bg_arrow_02.png) no-repeat center -7px;
    background-size: 108px auto;
    color: #ff9900;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "tbudrgothic-std";
    text-align: center;
  }
  #index-section1 .btns {
    padding-top: 26px;
  }
  #index-section2 > .section-inner-static > .btn-round-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #index-section2 .hdr-lv1 span {
    color: #ffe400;
    font-size: 2.2rem;
  }
  #index-section2 .inner-pad-20 h3 {
    margin-bottom: 20px;
  }
  #index-section2 .inner-pad-20 h3 img {
    width: 100%;
    height: auto;
  }
  #index-section2 .mirai {
    margin-top: 20px;
  }
  #index-section2 .mirai .disp-flex {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
  }
  #index-section2 .mirai .disp-flex .item-box {
    width: calc((100% - 5px) / 2);
    margin-top: 5px;
  }
  #index-section2 .openC {
    border: solid 3px #00a5e5;
    background: #fff;
    padding: 19px 9px;
    margin-bottom: 15px;
  }
  #index-section3 .hdr-lv1 {
    color: #003e7e;
  }
  #index-section3 .hdr-lv1 span {
    color: #ff3300;
    font-size: 2.2rem;
  }
  #index-section3 .worry .item-box {
    margin-top: 15px;
  }
  #index-section3 .worry .item-box:nth-child(1) {
    margin-top: 0;
  }
  #index-section3 .worry .item-box .btn-round {
    position: relative;
    display: block;
    height: 36px;
    margin-bottom: 0;
  }
  #index-section3 .worry .item-box .btn-round:hover {
    opacity: 0.8;
    cursor: pointer;
  }
  #index-section3 .worry .item-box .btn-round .btn-round-inner {
    overflow: hidden;
    padding-right: 0;
    background: url(../img/index_section3_txt_blue.png) no-repeat left -3px, linear-gradient(to top, #eeeeee 0%, #ffffff 100%) no-repeat 0 0;
    background-size: 242.5px auto, 100% 100%;
    text-indent: 100%;
    white-space: nowrap;
  }
  #index-section3 .worry .item-box .btn-round .btn-round-arrow {
    display: none;
    height: 32px;
    border: solid 1px #fff;
    border-radius: 16px;
    background: linear-gradient(to top, #eeeeee 0%, #ffffff 100%);
  }
  #index-section3 .worry .item-box .btn-round .btn-round-arrow::before, #index-section3 .worry .item-box .btn-round .btn-round-arrow::after {
    position: absolute;
    display: block;
    content: " ";
    line-height: 1;
    top: 50%;
    right: 15px;
    width: 12px;
    height: 1px;
    margin-top: -3px;
    border: solid 2px #003e7e;
    border-radius: 0 4px 4px 0;
    transform: rotate(-135deg);
  }
  #index-section3 .worry .item-box .btn-round .btn-round-arrow::after {
    right: 8px;
    transform: rotate(-45deg);
  }
  #index-section3 .worry .item-box .btn-round.open .btn-round-arrow::before {
    border-radius: 4px 0 0 4px;
    transform: rotate(-45deg);
  }
  #index-section3 .worry .item-box .btn-round.open .btn-round-arrow::after {
    border-radius: 4px 0 0 4px;
    transform: rotate(-135deg);
  }
  #index-section3 .worry .item-box .body {
    margin: 0;
    padding: 0 10px;
  }
  #index-section3 .worry .item-box .body .font-red {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    height: 15px;
    margin-top: 10px;
    background: url(../img/index_section3_txt_red.png) no-repeat left top;
    background-size: 145px auto;
  }
  #index-section3 .worry .item-box:nth-child(2) h3 .btn-round-inner {
    background-position: left -39px, 0 0;
  }
  #index-section3 .worry .item-box:nth-child(2) .body .font-red {
    background-position: 0 -15px;
  }
  #index-section3 .worry .item-box:nth-child(3) h3 .btn-round-inner {
    background-position: left -75px, 0 0;
  }
  #index-section3 .worry .item-box:nth-child(3) .body .font-red {
    background-position: 0 -30px;
  }
  #index-section3 .worry .item-box:nth-child(4) h3 .btn-round-inner {
    background-position: left -111px, 0 0;
  }
  #index-section3 .worry .item-box:nth-child(4) .body .font-red {
    background-position: 0 -45px;
  }
  #index-section3 .worry .item-box:nth-child(5) h3 .btn-round-inner {
    background-position: left -147px, 0 0;
  }
  #index-section3 .worry .item-box:nth-child(5) .body .font-red {
    background-position: 0 -60px;
  }
  #index-section3 .worry .item-box:nth-child(6) h3 .btn-round-inner {
    background-position: left -183px, 0 0;
  }
  #index-section3 .worry .item-box:nth-child(6) .body .font-red {
    background-position: 0 -75px;
  }
  #index-section4 {
    background: #9ac749;
  }
  #index-section4 > .section-inner-static {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #index-section4 .hdr-lv1 {
    color: #fff;
  }
  #index-section4 .hdr-lv1 span {
    color: #ff0167;
    font-size: 2.2rem;
  }
  #index-section4 .item-box {
    position: relative;
    padding: 10px;
    background: #fff;
    color: #333;
  }
  #index-section4 .item-box .clearfix {
    margin-bottom: 5px;
  }
  #index-section4 .item-box .item-img {
    float: right;
    width: 33.3%;
    margin-top: -28px;
    padding-left: 8px;
  }
  #index-section4 .item-box .hdr-lv3 {
    text-align: left;
  }
  #index-section4 .item-box:nth-child(even) .hdr-lv3 {
    padding-left: 33.3%;
  }
  #index-section4 .item-box:nth-child(even) .item-img {
    float: left;
    padding-right: 8px;
    padding-left: 0;
  }
  #index-section4 .item-box .btn-more {
    width: 100%;
  }
  #index-section4 .item-box:nth-child(1) .hdr-lv3 {
    color: #e52413;
  }
  #index-section4 .item-box:nth-child(1) a {
    color: #e52413;
  }
  #index-section4 .item-box:nth-child(1) a .btn-round-arrow {
    background: #e52413;
  }
  #index-section4 .item-box:nth-child(2) .hdr-lv3 {
    color: #009239;
  }
  #index-section4 .item-box:nth-child(2) a {
    color: #009239;
  }
  #index-section4 .item-box:nth-child(2) a .btn-round-arrow {
    background: #009239;
  }
  #index-section4 .item-box:nth-child(3) .hdr-lv3 {
    color: #7c4c9c;
  }
  #index-section4 .item-box:nth-child(3) a {
    color: #7c4c9c;
  }
  #index-section4 .item-box:nth-child(3) a .btn-round-arrow {
    background: #7c4c9c;
  }
  #jhs-kv {
    background: url(../img/jhs_kv_s.jpg) no-repeat center center;
    background-size: cover;
  }
  #jhs-kv .item-txt {
    background: #e52413;
  }
  #jhs-kv .catch {
    bottom: 20px;
  }
  #jhs-section1 .hdr-lv1 {
    color: #003e7e;
  }
  #jhs-section1 .hdr-lv1 span {
    color: #ff3300;
    font-size: 2.2rem;
  }
  #jhs-section1 p.hdr-lv1 {
    font-size: 1.4rem;
  }
  #jhs-section1 .worry .btn-round .btn-round-inner {
    background: url(../img/jhs_section1_txt_blue.png) no-repeat 0 0, linear-gradient(to top, #eeeeee 0%, #ffffff 100%) no-repeat 0 0;
    background-size: 300px auto, 100% 100%;
  }
  #jhs-section1 .worry .btn-round:nth-child(1) .btn-round-inner {
    background-position: center -3px, 0 0;
  }
  #jhs-section1 .worry .btn-round:nth-child(2) .btn-round-inner {
    background-position: center -39px, 0 0;
  }
  #jhs-section1 .worry .btn-round:nth-child(3) .btn-round-inner {
    background-position: center -75px, 0 0;
  }
  #jhs-section1 .worry .btn-round:nth-child(4) .btn-round-inner {
    background-position: center -111px, 0 0;
  }
  #jhs-section1 .bg-img {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    height: 150px;
    line-height: 1;
    margin-top: 5px;
    background: url(../img/jhs_section1_img_01_s.png) no-repeat center top;
    background-size: auto 150px;
  }
  #jhs-section2 .hdr-lv1 span {
    color: #ffe400;
    font-size: 2.2rem;
  }
  #jhs-section2 img {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
  }
  #jhs-section2 .hdr-lv2 {
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
  }
  #jhs-section2 .box-shadow .btn-more {
    margin-top: 0;
  }
  #jhs-section3 .hdr-lv1 {
    margin-bottom: 10px;
    color: #54baea;
  }
  #jhs-section3 .hdr-lv1 span {
    font-size: 2.2rem;
  }
  #jhs-section3 .hdr-lv2 {
    text-align: center;
  }
  #jhs-section3 img {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
  }
  #jhs-section3 .box-shadow .btn-more {
    margin-top: 0;
  }
  #jhs-section3 .bg-img {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 58.66%;
    height: 0;
    padding-top: 18.8%;
    line-height: 1;
    margin: 5px auto;
    background: url(../img/jhs_section3_img_02.png) no-repeat center center;
    background-size: 100% auto;
  }
  #jhs-section3 p:last-child {
    margin-top: 20px;
  }
  #hs-kv {
    background: url(../img/hs_kv_p.jpg) no-repeat center center;
    background-size: cover;
  }
  #hs-kv .item-txt {
    background: #009239;
  }
  #hs-kv .catch {
    bottom: 20px;
  }
  #hs-section1 .hdr-lv1 {
    color: #003e7e;
  }
  #hs-section1 .hdr-lv1 span {
    color: #ff3300;
    font-size: 2.2rem;
  }
  #hs-section1 .worry .btn-round .btn-round-inner {
    background: url(../img/hs_section1_txt_blue.png) no-repeat 0 0, linear-gradient(to top, #eeeeee 0%, #ffffff 100%) no-repeat 0 0;
    background-size: 300px auto, 100% 100%;
  }
  #hs-section1 .worry .btn-round:nth-child(1) .btn-round-inner {
    background-position: center 0, 0 0;
  }
  #hs-section1 .worry .btn-round:nth-child(2) .btn-round-inner {
    background-position: center -39px, 0 0;
  }
  #hs-section1 .worry .btn-round:nth-child(3) .btn-round-inner {
    background-position: center -75px, 0 0;
  }
  #hs-section1 .worry .btn-round:nth-child(4) .btn-round-inner {
    background-position: center -111px, 0 0;
  }
  #hs-section1 .worry .btn-round:nth-child(5) .btn-round-inner {
    background-position: center -147px, 0 0;
  }
  #hs-section1 .worry .btn-round:nth-child(6) .btn-round-inner {
    background-position: center -183px, 0 0;
  }
  #hs-section1 .worry .btn-round:nth-child(7) .btn-round-inner {
    background-position: center -219px, 0 0;
  }
  #hs-section2 {
    background: #ffaf00;
  }
  #hs-section2 .hdr-lv1 {
    color: #fff;
  }
  #hs-section2 .hdr-lv1 span {
    color: #5c3fd9;
    font-size: 2.2rem;
  }
  #hs-section2 .hdr-lv2 {
    color: #5c3fd9;
    text-align: left;
  }
  #hs-section2 .bg-white {
    margin-bottom: 10px;
  }
  #hs-section2 .bg-white:last-child {
    margin-bottom: 0;
  }
  #hs-section2 .bg-white:nth-of-type(2) .item-img {
    position: relative;
    margin-bottom: 10px;
  }
  #hs-section2 .bg-white:nth-of-type(2) .item-img:last-child {
    margin-bottom: 0;
  }
  #hs-section2 .bg-white:nth-of-type(2) .item-img .eyecatch {
    position: absolute;
    display: block;
    content: " ";
    line-height: 1;
    display: inline-block;
    top: 2px;
    left: 2px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    background: #ffaf00;
    color: #5c3fd9;
    text-align: center;
  }
  #truancy-kv {
    background: url(../img/truancy_kv_p.jpg) no-repeat center center;
    background-size: cover;
  }
  #truancy-kv .item-txt {
    background: #7c4c9c;
  }
  #truancy-kv .catch {
    bottom: 30px;
  }
  #truancy-section1 .hdr-lv1 {
    color: #003e7e;
  }
  #truancy-section1 .hdr-lv1 span {
    color: #ff3300;
    font-size: 2.2rem;
  }
  #truancy-section1 .worry .btn-round .btn-round-inner {
    background: url(../img/truancy_section1_txt_blue.png) no-repeat 0 0, linear-gradient(to top, #eeeeee 0%, #ffffff 100%) no-repeat 0 0;
    background-size: 300px auto, 100% 100%;
  }
  #truancy-section1 .worry .btn-round:nth-child(1) .btn-round-inner {
    background-position: center -3px, 0 0;
  }
  #truancy-section1 .worry .btn-round:nth-child(2) .btn-round-inner {
    background-position: center -39px, 0 0;
  }
  #truancy-section1 .worry .btn-round:nth-child(3) .btn-round-inner {
    background-position: center -75px, 0 0;
  }
  #truancy-section1 .worry .btn-round:nth-child(4) .btn-round-inner {
    background-position: center -111px, 0 0;
  }
  #truancy-section1 .worry .btn-round:nth-child(5) .btn-round-inner {
    background-position: center -147px, 0 0;
  }
  #truancy-section1 .worry .btn-round:nth-child(6) .btn-round-inner {
    background-position: center -183px, 0 0;
  }
  #truancy-section1 .worry .btn-round:nth-child(7) .btn-round-inner {
    background-position: center -219px, 0 0;
  }
  #truancy-section1 .worry .btn-round:nth-child(8) .btn-round-inner {
    background-position: center -255px, 0 0;
  }
  #truancy-section1 .bg-img {
    line-height: 1.4;
    margin-top: 7px;
    padding-top: 56.5px;
    background: url(../img/truancy_section1_img_01.png) no-repeat center top;
    background-size: auto 56.5px;
    color: #ff3300;
    font-family: "tbudrgothic-std";
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }
  #truancy-section1 .bg-img span {
    display: inline-block;
    padding-top: 20px;
  }
  #truancy-section2 {
    background: #ffaf00;
  }
  #truancy-section2 .hdr-lv1 {
    color: #5c3fd9;
  }
  #truancy-section2 .hdr-check {
    color: #5c3fd9;
  }
  #truancy-section2 .hdr-check::before {
    background-position: -445px -50px;
  }
  #truancy-section2 p {
    margin-bottom: 20px;
  }
  #truancy-section2 p:last-child {
    margin-bottom: 0;
  }
  #about-kv {
    background: url(../img/about_kv_s.jpg) no-repeat center center;
    background-size: cover;
  }
  #about-kv .catch {
    bottom: 20px;
  }
  #about-section1 .list-none li {
    padding-left: 17px;
    text-indent: -17px;
  }
  #about-section1 .list-none li::before {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    content: " ";
    margin-right: 5px;
    background-color: #00a5e5;
  }
  #about-section1 .bg-note {
    position: relative;
  }
  #about-section1 .bg-note::before, #about-section1 .bg-note::after {
    position: absolute;
    display: block;
    content: " ";
    line-height: 1;
  }
  #about-section1 .bg-note:nth-of-type(1) {
    background-image: url(../img/bg_note_pink.gif);
  }
  #about-section1 .bg-note:nth-of-type(1) .hdr-lv2 {
    color: #ff01a2;
  }
  #about-section1 .bg-note:nth-of-type(1) li::before {
    background-color: #ff01a2;
  }
  #about-section1 .bg-note:nth-of-type(1)::before, #about-section1 .bg-note:nth-of-type(1)::after {
    top: -11.25px;
    left: 3px;
    width: 56px;
    height: 22.5px;
    background: url(../img/bg_tape_pink_01.png) no-repeat left top;
    background-size: cover;
  }
  #about-section1 .bg-note:nth-of-type(1)::after {
    top: auto;
    left: auto;
    bottom: -11.25px;
    right: 3px;
  }
  #about-section1 .bg-note:nth-of-type(2) {
    background-image: url(../img/bg_note_blue.gif);
  }
  #about-section1 .bg-note:nth-of-type(2) .hdr-lv2 {
    color: #027586;
  }
  #about-section1 .bg-note:nth-of-type(2) li::before {
    background-color: #027586;
  }
  #about-section1 .bg-note:nth-of-type(2)::before, #about-section1 .bg-note:nth-of-type(2)::after {
    top: -9.25px;
    left: 3px;
    width: 55.5px;
    height: 18.5px;
    background: url(../img/bg_tape_blue_01.png) no-repeat left top;
    background-size: cover;
  }
  #about-section1 .bg-note:nth-of-type(2)::after {
    top: auto;
    left: auto;
    bottom: -9.25px;
    right: 3px;
  }
  #about-section1 .icn-plus {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: relative;
    display: block;
    height: 34px;
    margin-bottom: 0;
  }
  #about-section1 .icn-plus::before {
    position: absolute;
    display: block;
    content: " ";
    line-height: 1;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 24px;
    margin-top: -12px;
    margin-left: -2px;
    border-right: solid 2px #00a5e5;
    border-left: solid 2px #00a5e5;
    border-radius: 2px;
  }
  #about-section1 .icn-plus::after {
    position: absolute;
    display: block;
    content: " ";
    line-height: 1;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    margin-top: -2px;
    margin-left: -12px;
    border-top: solid 2px #00a5e5;
    border-bottom: solid 2px #00a5e5;
    border-radius: 2px;
  }
  #about-section1 .hdr-lv2 {
    margin-bottom: 15px;
    text-align: center;
  }
  #about-section1 .inner-pad-20 p {
    margin: 0;
  }
  #about-section1 .hdr-lv3 {
    margin-top: 20px;
    color: #ff3300;
    font-size: 1.8rem;
  }
  #about-section2 .hdr-lv1 {
    color: #54baea;
  }
  #about-section2 .item-box {
    margin-top: 10px;
  }
  #about-section2 .item-box:first-child {
    margin-top: 20px;
  }
  #about-section2 .item-box .item-img {
    width: 215px;
    margin-right: auto;
    margin-left: auto;
  }
  #about-section3 .hdr-lv1 span {
    color: #ffe400;
    font-size: 2.2rem;
  }
  #about-section3 p {
    margin-top: 20px;
  }
  #about-section3 p:last-of-type {
    margin-bottom: 20px;
  }
  #about-section3 .hdr-check {
    margin-bottom: 10px;
    color: inherit;
    font-size: 1.2rem;
    font-weight: normal;
    font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #about-section3 .hdr-check:last-child {
    margin-bottom: 0;
  }
  #can-kv {
    background: url(../img/can_kv_s.jpg) no-repeat center center;
    background-size: cover;
  }
  #can-kv .catch {
    bottom: 20px;
  }
  #can-section1 .hdr-lv1 {
    color: #003e7e;
  }
  #can-section1 .hdr-lv1 span {
    color: #ff3300;
    font-size: 2.2rem;
  }
  #can-section1 .worry {
    position: relative;
  }
  #can-section1 .worry .btn-round .btn-round-inner {
    background: url(../img/can_worry_txt_blue.png) no-repeat center 0, linear-gradient(to top, #eeeeee 0%, #ffffff 100%) no-repeat 0 0;
    background-size: 300px auto, 100% 100%;
  }
  #can-section1 .worry .btn-round:nth-child(1) .btn-round-inner {
    background-position: center -3px, 0 0;
  }
  #can-section1 .worry .btn-round:nth-child(2) .btn-round-inner {
    background-position: center -39px, 0 0;
  }
  #can-section1 .worry .btn-round:nth-child(3) {
    margin-bottom: 0;
  }
  #can-section1 .worry .btn-round:nth-child(3) .btn-round-inner {
    background-position: center -75px, 0 0;
  }
  #can-section1 .bg-img {
    position: absolute;
    bottom: -85px;
    width: 100%;
    height: 59.5px;
    line-height: 1;
    padding-top: 31px;
    background: url(../img/bg_arrow_02.png) no-repeat center -7px;
    background-size: 108px auto;
    color: #ff9900;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "tbudrgothic-std";
    text-align: center;
  }
  #can-section1 .btns {
    padding-top: 26px;
  }
  #can-section1 .font-orange span {
    font-size: 2.2rem;
  }
  #can-section2 {
    background: url(../img/can_section2_bg_s.png) no-repeat center center;
    background-size: cover;
  }
  #can-section2 .hdr-lv1 {
    color: #003e7e;
  }
  #can-section2 .hdr-lv1 span {
    color: #ff3300;
    font-size: 2.2rem;
  }
  #can-section2 .worry {
    position: relative;
    padding-bottom: 150px;
  }
  #can-section2 .worry .btn-round {
    height: 35px;
    border-radius: 17.5px;
  }
  #can-section2 .worry .btn-round .btn-round-inner {
    height: 100%;
    line-height: 23px;
    padding: 4px 0;
    background: #fff url(../img/can_worry_txt_blue.png) no-repeat center 0px;
    background-size: 300px auto;
  }
  #can-section2 .worry .btn-round:nth-child(1) .btn-round-inner {
    background-position: center -113px;
  }
  #can-section2 .worry .btn-round:nth-child(2) .btn-round-inner {
    background-position: center -148px;
  }
  #can-section2 .worry .btn-round:nth-child(3) {
    margin-bottom: 0;
  }
  #can-section2 .worry .btn-round:nth-child(3) .btn-round-inner {
    background-position: center -183px;
  }
  #can-section2 .worry::after {
    position: absolute;
    display: block;
    content: " ";
    line-height: 1;
    left: 50%;
    bottom: -25px;
    width: 127.5px;
    height: 165.5px;
    margin-left: -63.75px;
    background: url(../img/can_section2_img_01.png) no-repeat center bottom;
    background-size: 127.5px auto;
  }
  #can-section2 .bg-img {
    position: absolute;
    bottom: -85px;
    width: 100%;
    height: 59.5px;
    line-height: 1;
    padding-top: 31px;
    background: url(../img/bg_arrow_02.png) no-repeat center -7px;
    background-size: 108px auto;
    color: #ff9900;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "tbudrgothic-std";
    text-align: center;
  }
  #can-section2 .btns {
    padding-top: 26px;
  }
  #can-section2 .font-orange span {
    font-size: 2.2rem;
  }
  #can-section3 {
    background: #ffaf00;
  }
  #can-section3 .hdr-lv1 {
    color: #fff;
  }
  #can-section3 .hdr-lv1 span {
    color: #5c3fd9;
    font-size: 2.2rem;
  }
  #can-section3 .hdr-lv3 {
    color: #5c3fd9;
    text-align: left;
  }
  #can-section3 .item-box {
    margin-bottom: 10px;
  }
  #can-section3 .item-box:last-child {
    margin-bottom: 0;
  }
  #can-section4 .hdr-lv1 {
    line-height: 1.2;
  }
  #can-section4 .hdr-lv1 span {
    color: #ff01a2;
    font-size: 2.2rem;
  }
  #can-section4 .bg-note {
    position: relative;
    background-image: url(../img/bg_note_pink.gif);
    background-size: 5px auto;
  }
  #can-section4 .bg-note::before {
    position: absolute;
    display: block;
    content: " ";
    line-height: 1;
    top: -7px;
    left: 50%;
    width: 56px;
    height: 22.5px;
    margin-left: -28px;
    background: url(../img/bg_tape_pink_01.png) no-repeat center top;
    background-size: 56px auto;
  }
  #can-section4 .hdr-check {
    margin-bottom: 1em;
    color: #333;
    font-size: 1.4rem;
    font-weight: normal;
    padding-left: 20px;
    font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-indent: -20px;
  }
  #can-section4 .hdr-check:last-child {
    margin-bottom: 0;
  }
  #can-section4 .hdr-check::before {
    vertical-align: middle;
  }
  #can-section5 {
    position: relative;
  }
  #can-section5 .hdr-lv1 {
    margin-bottom: 20px;
  }
  #can-section5 .btn-round {
    position: relative;
    display: block;
    height: 35px;
    margin: 0 auto 27px auto;
    border-radius: 17.5px;
    font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: normal;
  }
  #can-section5 .btn-round .btn-round-inner {
    height: 100%;
    line-height: 23px;
    padding: 4px 0;
  }
  #can-section5 .btn-round::after {
    position: absolute;
    display: block;
    content: " ";
    line-height: 1;
    left: 50%;
    width: 110px;
    height: 27px;
    line-height: 1;
    margin-left: -55px;
    background: url(../img/bg_arrow_01.png) no-repeat center bottom 3px;
    background-size: auto 27px;
  }
  #can-section5 .align-center {
    margin-bottom: 0.75em;
    color: #ff3300;
    font-size: 2.2rem;
    font-family: "tbudrgothic-std";
    font-weight: bold;
  }
}



@media only screen and (min-width: 701px), print {
  html {
    min-width: 1000px;
  }
  body {
    min-width: 1000px;
    line-height: 1.8;
    font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
    font-size: 2.4rem;
  }
  .p-none {
    display: none !important;
  }
  .p-col-2,
  .p-col-3 {
    display: flex;
    flex-wrap: wrap;
  }
  .p-col-2 {
    justify-content: space-between;
  }
  .p-col-2 .item-box {
    width: 485px;
    margin-top: 40px;
  }
  .p-col-2 .item-box:nth-child(1), .p-col-2 .item-box:nth-child(2) {
    margin-top: 0;
  }
  .p-col-2 .item-box:nth-child(2n) {
    margin-right: 0;
  }
  .p-col-3 .item-box {
    width: 320px;
    margin-top: 20px;
    margin-right: 20px;
  }
  .p-col-3 .item-box:nth-child(1), .p-col-3 .item-box:nth-child(2), .p-col-3 .item-box:nth-child(3) {
    margin-top: 0;
  }
  .p-col-3 .item-box:nth-child(3n) {
    margin-right: 0;
  }
  .p-col-5 {
    display: flex;
  }
  .section {
    width: 100%;
    min-width: 1000px;
  }
  .section-inner-static {
    min-width: 1000px;
    width: 1000px;
    margin: 0 auto;
  }
  .section-inner-static.setcion-inner-static-pad, .section-inner-static.section-inner-static-pad,
  .bg-check > .section-inner-static,
  .bg-blue > .section-inner-static,
  .bg-cloth > .section-inner-static,
  .bg-white > .section-inner-static {
    padding: 50px 0;
  }
  .inner-pad-20 {
    padding: 20px;
  }
  .inner-pad-40 {
    padding: 40px;
  }
  .kv .section-inner-static {
    padding-top: 39.2%;
  }
  .kv .item-txt {
    top: 20px;
    left: 0;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-family: "tbudrgothic-std";
  }
  .box-shadow {
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.2);
  }
  .box-contact {
    padding: 50px 0;
  }
  .box-contact > .section-inner-static {
    padding: 23px 20px 49px;
  }
  .box-contact .btn-round-wrapper {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
  .btns {
    width: 960px;
  }
  .btns li {
    width: 465px;
  }
  .btns li a {
    display: block;
    line-height: normal;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    height: 116px;
  }
  .btns li a:hover {
    opacity: 0.8;
  }
  .btns li.btn-crescendo a {
    padding-top: 26px;
    background-position: 0 -420px;
  }
  .btns li.btn-reserve a {
    background-position: 0 -290px;
  }
  .jhs .btns li.btn-reserve a {
    background-position: -310px -420px;
  }
  .btns li.btn-request a {
    background-position: -480px -290px;
  }
  .jhs .btns li.btn-request a {
    background-position: -620px -420px;
  }
  .btns li.btn-reserve-long {
    width: 920px;
    margin-right: auto;
    margin-left: auto;
  }
  .btns li.btn-reserve-long a {
    background-position: 0 -550px;
  }
  .btns li.btn-counseling-long {
    width: 920px;
    margin-right: auto;
    margin-left: auto;
  }
  .btns li.btn-counseling-long a {
    background-position: 0 -670px;
  }
  .btns li.btn-reserve-counseling-long {
    width: 920px;
    margin-right: auto;
    margin-left: auto;
  }
  .btns li.btn-reserve-counseling-long a {
    background-position: 0 -790px;
  }
  .btns.jhs li {
    width: 300px;
  }
  .btns.jhs li.btn-reserve a {
    background-position: -310px -420px;
  }
  .btns.jhs li.btn-request a {
    background-position: -620px -420px;
  }
  .btns.reserve li {
    width: 920px;
  }
  .btns.reserve li.btn-reserve a {
    background-position: -310px -420px;
  }
  .btn-round {
    height: 76px;
    padding: 1px;
    border-radius: 38px;
    font-size: 2.6rem;
  }
  .btn-round .btn-round-inner {
    height: 100%;
    line-height: 56px;
    padding: 8px 72px;
    border-radius: 36px;
  }
  .btn-round .btn-round-arrow {
    top: 7px;
    right: 8px;
    width: 56px;
    height: 56px;
    border-radius: 28px;
  }
  .btn-round .btn-round-arrow.before {
    right: auto;
    left: 8px;
  }
  .btn-round .btn-round-arrow::before, .btn-round .btn-round-arrow::after {
    top: 18px;
    right: 12px;
    width: 24px;
    height: 2px;
    border: solid 3px #fff;
  }
  .btn-round .btn-round-arrow::after {
    bottom: 18px;
    top: auto;
    width: 24px;
  }
  .btn-round-wrapper {
    text-align: right;
  }
  .btn-round-wrapper.p-center {
    text-align: center;
  }
  .box-contact .btn-round-wrapper {
    text-align: left;
  }
  .btn-more {
    width: 300px;
    margin-left: auto;
  }
  .btn-tour {
    width: 320px;
    height: 40px;
    margin: 20px 0 0 0;
    font-size: 2.0rem;
  }
  .btn-tour .btn-round-inner {
    height: 100%;
    line-height: 28px;
    padding: 4px 36px;
    border-radius: 18px;
    color: #006600;
  }
  .btn-tour .btn-round-arrow {
    top: 4px;
    right: 4px;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    background: #006600;
  }
  .btn-tour .btn-round-arrow::before, .btn-tour .btn-round-arrow::after {
    top: 9px;
    right: 7px;
    width: 12px;
    height: 2px;
    border: solid 2px #fff;
  }
  .btn-tour .btn-round-arrow::after {
    bottom: 9px;
    top: auto;
    width: 12px;
  }
  .hdr-lv1 {
    line-height: 48px;
    margin-bottom: 40px;
    font-size: 5.6rem;
  }
  .btn-request-l-wrapper {
    position: relative;
    width: 960px;
    line-height: normal;
    margin: 0 auto;
    padding: 0;
  }
  .btn-request-l {
    overflow: hidden;
    text-indent: 100%;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    width: 960px;
    height: 165px;
    line-height: normal;
    margin: 0 auto;
    background: url(../img/btn_request_l.png) no-repeat center top;
  }
  .btn-request-l:hover {
    opacity: 0.8;
  }
  .hdr-lv2 {
    font-size: 3.0rem;
    text-align: center;
  }
  .hdr-lv3 {
    font-size: 2.6rem;
    text-align: center;
  }
  .hdr-check {
    font-family: "tbudrgothic-std";
    font-size: 3.0rem;
    color: #00a5e5;
    font-weight: bold;
  }
  .hdr-check::before {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-position: -850px -100px;
  }
  .worry .btn-round {
    position: relative;
    display: block;
    width: 600px;
    margin-bottom: 10px;
  }
  .worry .btn-round .btn-round-inner {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    padding-right: 0;
  }
  .worry .btn-round .eyecatch {
    position: absolute;
    display: block;
    content: " ";
    line-height: 1;
    width: 95px;
    height: 100px;
    left: 18px;
    bottom: -7px;
    background: url(../img/index_section3_img_01.png) no-repeat left bottom;
  }
  .worry .btn-round .eyecatch.girl01 {
    left: 18px;
    bottom: -7px;
    width: 95px;
    width: 95px;
    height: 100px;
    background: url(../img/index_section3_img_01.png) no-repeat left bottom;
  }
  .worry .btn-round .eyecatch.girl01.right {
    left: auto;
    right: 30px;
  }
  .worry .btn-round .eyecatch.girl02 {
    left: 20px;
    bottom: -7px;
    width: 99px;
    background: url(../img/index_section3_img_02.png) no-repeat left top;
  }
  .worry .btn-round .eyecatch.girl02.right {
    left: auto;
    right: 30px;
  }
  .worry .btn-round .eyecatch.girl03 {
    left: 18px;
    bottom: -5px;
    width: 92px;
    background: url(../img/index_section3_img_04.png) no-repeat left top;
  }
  .worry .btn-round .eyecatch.girl04 {
    bottom: -2px;
    left: 30px;
    width: 72px;
    background: url(../img/index_section3_img_05.png) no-repeat left top;
  }
  .worry .btn-round .eyecatch.girl04.right {
    left: auto;
    right: 37px;
  }
  .worry .btn-round .eyecatch.girl05 {
    width: 71px;
    height: 93px;
    left: 40px;
    bottom: 0;
    background: url(../img/jhs_section1_img_02.png) no-repeat left bottom;
  }
  .worry .btn-round .eyecatch.girl06 {
    width: 74px;
    height: 113px;
    left: 40px;
    bottom: -15px;
    background: url(../img/jhs_section1_img_03.png) no-repeat left bottom;
  }
  .worry .btn-round .eyecatch.girl07 {
    width: 71px;
    height: 93px;
    left: 28px;
    bottom: 0;
    background: url(../img/jhs_section1_img_04.png) no-repeat left bottom;
  }
  .worry .btn-round .eyecatch.girl07.right {
    left: auto;
    right: 28px;
  }
  .worry .btn-round .eyecatch.girl08 {
    width: 85px;
    height: 96px;
    left: 32px;
    bottom: 0;
    background: url(../img/item_girl_08.png) no-repeat center bottom;
  }
  .worry .btn-round .eyecatch.girl08.right {
    left: auto;
    right: 32px;
  }
  .worry .btn-round .eyecatch.boy01 {
    left: 15px;
    width: 100px;
    background: url(../img/index_section3_img_03.png) no-repeat left top;
  }
  .worry .btn-round .eyecatch.boy01.right {
    left: auto;
    right: 31px;
  }
  .worry .btn-round .eyecatch.boy02 {
    left: 26px;
    bottom: -1px;
    width: 82px;
    background: url(../img/index_section3_img_06.png) no-repeat left top;
  }
  .worry .btn-round:last-child {
    margin-bottom: 0;
  }
  .worry .btn-round:nth-child(even) {
    margin-right: 0;
    margin-left: auto;
  }
  .experience.bg-cloth {
    background-image: url(../img/bg_pencil_eraser_02.png), url(../img/bg_cloth.png);
    background-repeat: no-repeat, repeat;
    background-position: center 0, left top;
  }
  .experience .bg-note {
    margin-bottom: 30px;
  }
  .experience .bg-note:last-child {
    margin-bottom: 0;
  }
  .experience .bg-note:nth-of-type(1) {
    background: url(../img/item_clip.png) no-repeat right 65px top 10px, #fff url(../img/bg_note.gif) repeat left top;
    background-size: 182px auto, auto auto;
  }
  .experience .bg-note:nth-of-type(2) {
    background: url(../img/item_bulldog.png) no-repeat left 40px top 10px, #fff url(../img/bg_note.gif) repeat left top;
  }
  .experience .bg-note .hdr-lv2 {
    line-height: 1.2;
    margin-bottom: 30px;
    font-size: 3.6rem;
  }
  .experience .bg-note .item-img {
    display: block;
    float: left;
    width: auto;
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .experience .bg-note .item-img img {
    width: auto;
  }
  .support .hdr-lv2 {
    line-height: 1;
    margin-bottom: 10px;
  }
  .support .hdr-lv3 {
    color: #ed414b;
    text-align: left;
  }
  .support .box-shadow {
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.12);
  }
  .support ol {
    list-style: none;
    margin-left: 0;
    padding-left: 15px;
    line-height: 1.6;
  }
  .support ol li {
    counter-increment: number;
    margin-left: 0em;
    padding-left: 30px;
    text-indent: -30px;
  }
  .support ol li::before {
    content: counter(number) ".";
    padding-right: 5px;
    color: #ed414b;
  }
  #header {
    height: 100px;
  }
  #header .section-inner-static {
    display: flex;
    justify-content: space-between;
    padding: 21px 0;
  }
  #header .btns {
    width: 542px;
    margin: 0;
  }
  #header .btns li {
    width: 266px;
  }
  #header .btns li a {
    height: 58px;
  }
  #header .btns li.btn-request a {
    background-position: -570px -90px;
  }
  #header .btns li.btn-reserve a {
    background-position: -570px -160px;
  }
  #logo {
    width: 297px;
  }
  #logo a {
    display: block;
    line-height: normal;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    height: 58px;
    background-position: -590px -930px;
  }
  #logo a:hover {
    opacity: 0.8;
  }
  #jump-to-header {
    position: fixed;
    left: 50%;
    bottom: 10px;
    width: 56px;
    margin-left: 444px;
  }
  #jump-to-header a {
    height: 56px;
  }
  #jump-to-header a::before {
    position: absolute;
    display: block;
    content: " ";
    line-height: 1;
    top: 26%;
    left: 50%;
    width: 25px;
    height: 25px;
    border-top: solid 8px #fff;
    border-left: solid 8px #fff;
    transform-origin: left top;
    transform: rotate(45deg);
  }
  #footer {
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem;
  }
  #footer .section-inner-static {
    display: flex;
    justify-content: space-between;
  }
  #footer #copyright {
    padding-right: 65px;
  }
  #mv .item-txt {
    height: 60px;
    line-height: 60px;
    background: #00a5e5;
    color: #fff;
    font-family: "tbudrgothic-std";
  }
  #mv .item-txt p {
    margin: 0;
    font-size: 36px;
    text-align: center;
  }
  #mv span {
    font-size: 28px;
  }
  #index-section1 > .section-inner-static {
    position: relative;
    padding: 0;
  }
  #index-section1 .hdr-lv1 {
    height: 145px;
    line-height: 145px;
    margin: 0;
    background: url(../img/index_section1_img_01.png) no-repeat right bottom;
    color: #00a5e5;
  }
  #index-section1 .pos-rel {
    position: relative;
  }
  #index-section1 .bg-aqua,
  #index-section1 .bg-purple,
  #index-section1 .bg-orange,
  #index-section1 .bg-green {
    background-repeat: no-repeat;
    background-position: center center;
  }
  #index-section1 .bg-aqua > .section-inner-static,
  #index-section1 .bg-purple > .section-inner-static,
  #index-section1 .bg-orange > .section-inner-static,
  #index-section1 .bg-green > .section-inner-static {
    padding: 0;
  }
  #index-section1 .bg-aqua p,
  #index-section1 .bg-purple p,
  #index-section1 .bg-orange p,
  #index-section1 .bg-green p {
    height: 158px;
    line-height: 158px;
    margin: 0 auto;
    font-family: "tbudrgothic-std";
    font-size: 4.0rem;
  }
  #index-section1 .bg-aqua {
    background-image: url(../img/index_section1_img_02.png);
    text-align: right;
  }
  #index-section1 .bg-purple {
    background-image: url(../img/index_section1_img_03.png);
  }
  #index-section1 .bg-orange {
    background-image: url(../img/index_section1_img_04.png);
    text-align: right;
  }
  #index-section1 .bg-green {
    background-image: url(../img/index_section1_img_05.png);
  }
  #index-section1 h3 {
    position: absolute;
    left: 50%;
    width: 1000px;
    height: 174px;
    line-height: 1;
    margin-left: -500px;
    padding-top: 100px;
    background: url(../img/bg_arrow_02.png) no-repeat center -30px;
    font-size: 5.0rem;
    font-weight: bold;
    font-family: "tbudrgothic-std";
    text-align: center;
  }
  #index-section1 .btns {
    padding-top: 84px;
  }
  #index-section2 {
    position: relative;
    background-image: url(../img/bg_colorpencil_01.png), url(../img/bg_brush_01.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center 0, center bottom 345px;
  }
  #index-section2 > .section-inner-static > .btn-round-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #index-section2 .hdr-lv1 {
    font-size: 4.4rem;
  }
  #index-section2 .hdr-lv1 span {
    color: #ffe400;
    font-size: 5.4rem;
  }
  #index-section2 .inner-pad-20 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #index-section2 .inner-pad-20 h3 {
    margin-bottom: 40px;
  }
  #index-section2 .mirai {
    margin-top: 40px;
  }
  #index-section2 .disp-flex {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #index-section2 .openC {
    border: solid 6px #00a5e5;
    background: #f320f500;
    margin-bottom: 30px;
    padding: 23px 20px;
  }
  #index-section3 .bg-stationary {
    background-image: url(../img/bg_pencil_eraser_01.png), url(../img/index_section3_bg_02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center 30px, center bottom 30px;
  }
  #index-section3 .hdr-lv1 {
    margin-bottom: 60px;
    color: #003e7e;
    font-size: 4.4rem;
  }
  #index-section3 .hdr-lv1 span {
    color: #ff3300;
    font-size: 5.4rem;
  }
  #index-section3 .worry .item-box .btn-round {
    position: relative;
    display: block;
    width: auto;
    height: 72px;
    border-radius: 36px;
  }
  #index-section3 .worry .item-box .btn-round .btn-round-inner {
    line-height: 52px;
    border-radius: 34px;
    background: url(../img/index_section3_txt_blue.png) no-repeat 120px 0, linear-gradient(to top, #eeeeee 0%, #ffffff 100%) no-repeat 0 0;
    background-size: auto auto, 100% 100%;
  }
  #index-section3 .worry .item-box .btn-round .btn-round-inner:hover {
    opacity: 1;
  }
  #index-section3 .worry .item-box .btn-round .btn-round-inner .btn-round-arrow {
    display: none;
  }
  #index-section3 .worry .item-box .body {
    line-height: 1.5;
    padding: 10px 20px 0 20px;
  }
  #index-section3 .worry .item-box .body .font-red {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    height: 30px;
    background: url(../img/index_section3_txt_red.png) no-repeat left top;
  }
  #index-section3 .worry .item-box:nth-child(1) h3 .btn-round-inner {
    background-position: left -2px, 0 0;
  }
  #index-section3 .worry .item-box:nth-child(2) h3 .btn-round-inner {
    background-position: left -74px, 0 0;
  }
  #index-section3 .worry .item-box:nth-child(2) .body .font-red {
    background-position: 0 -30px;
  }
  #index-section3 .worry .item-box:nth-child(3) h3 .btn-round-inner {
    background-position: left -146px, 0 0;
  }
  #index-section3 .worry .item-box:nth-child(3) .body .font-red {
    background-position: 0 -60px;
  }
  #index-section3 .worry .item-box:nth-child(4) h3 .btn-round-inner {
    background-position: left -218px, 0 0;
  }
  #index-section3 .worry .item-box:nth-child(4) .body .font-red {
    background-position: 0 -90px;
  }
  #index-section3 .worry .item-box:nth-child(5) h3 .btn-round-inner {
    background-position: left -290px, 0 0;
  }
  #index-section3 .worry .item-box:nth-child(5) .body .font-red {
    background-position: 0 -120px;
  }
  #index-section3 .worry .item-box:nth-child(6) h3 .btn-round-inner {
    background-position: left -364px, 0 0;
  }
  #index-section3 .worry .item-box:nth-child(6) .body .font-red {
    background-position: 0 -150px;
  }
  #index-section4 {
    background: #9ac749;
  }
  #index-section4 > .section-inner-static {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #index-section4 .hdr-lv1 {
    color: #fff;
    font-size: 4.0rem;
    font-weight: bold;
  }
  #index-section4 .hdr-lv1 span {
    color: #ff0167;
    font-size: 5.4rem;
  }
  #index-section4 .item-box {
    position: relative;
    padding: 20px 20px 75px 20px;
    background: #fff;
    color: #333;
    font-size: 1.6rem;
  }
  #index-section4 .item-box .hdr-lv2 {
    font-weight: bold;
  }
  #index-section4 .item-box .item-img {
    float: left;
    margin-right: 8px;
  }
  #index-section4 .item-box .btn-round {
    position: absolute;
    bottom: 20px;
    width: 280px;
    height: 50px;
    font-size: 1.8rem;
  }
  #index-section4 .item-box .btn-round a {
    line-height: 38px;
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: middle;
  }
  #index-section4 .item-box .btn-round a .btn-round-arrow {
    top: 2px;
    left: 2px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  #index-section4 .item-box .btn-round a .btn-round-arrow::before, #index-section4 .item-box .btn-round a .btn-round-arrow::after {
    top: 12px;
    right: 10px;
    width: 18px;
  }
  #index-section4 .item-box .btn-round a .btn-round-arrow::after {
    top: auto;
    bottom: 12px;
  }
  #index-section4 .item-box:nth-child(1) .hdr-lv3 {
    color: #e52413;
  }
  #index-section4 .item-box:nth-child(1) a {
    color: #e52413;
  }
  #index-section4 .item-box:nth-child(1) a .btn-round-arrow {
    background: #e52413;
  }
  #index-section4 .item-box:nth-child(2) .hdr-lv3 {
    color: #009239;
  }
  #index-section4 .item-box:nth-child(2) a {
    color: #009239;
  }
  #index-section4 .item-box:nth-child(2) a .btn-round-arrow {
    background: #009239;
  }
  #index-section4 .item-box:nth-child(3) .hdr-lv3 {
    color: #7c4c9c;
  }
  #index-section4 .item-box:nth-child(3) a {
    color: #7c4c9c;
  }
  #index-section4 .item-box:nth-child(3) a .btn-round-arrow {
    background: #7c4c9c;
  }
  #jhs-kv {
    background: url(../img/jhs_kv_p.jpg) no-repeat center center;
    background-size: cover;
  }
  #jhs-kv .item-txt {
    background: #e52413;
  }
  #jhs-kv .catch {
    bottom: 40px;
    left: 0;
  }
  #jhs-section1.bg-check {
    background-image: url(../img/bg_pencil_eraser_01.png), url(../img/bg_check.png);
    background-repeat: no-repeat, repeat;
    background-position: center 30px, left top;
  }
  #jhs-section1 .bg-stationery {
    background-image: url(../img/bg_clip_01.png), url(../img/bg_bulldog_01.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom 242px, center bottom 173px;
  }
  #jhs-section1 .hdr-lv1 {
    color: #003e7e;
    font-size: 4.4rem;
  }
  #jhs-section1 .hdr-lv1 span {
    color: #ff3300;
    font-size: 5.4rem;
  }
  #jhs-section1 p.hdr-lv1 {
    font-size: 3.4rem;
  }
  #jhs-section1 .worry .btn-round .btn-round-inner {
    background: url(../img/jhs_section1_txt_blue.png) no-repeat 120px 0, linear-gradient(to top, #eeeeee 0%, #ffffff 100%) no-repeat 0 0;
    background-size: auto auto, 100% 100%;
  }
  #jhs-section1 .worry .btn-round:nth-child(1) .btn-round-inner {
    background-position: center 0, 0 0;
  }
  #jhs-section1 .worry .btn-round:nth-child(2) .btn-round-inner {
    background-position: center -72px, 0 0;
  }
  #jhs-section1 .worry .btn-round:nth-child(3) .btn-round-inner {
    background-position: center -144px, 0 0;
  }
  #jhs-section1 .worry .btn-round:nth-child(4) .btn-round-inner {
    background-position: center -216px, 0 0;
  }
  #jhs-section1 .bg-img {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    height: 414px;
    line-height: 1;
    margin-top: 7px;
    background: url(../img/jhs_section1_img_01_p.png) no-repeat center top;
  }
  #jhs-section2 .hdr-lv1 {
    font-size: 4.4rem;
  }
  #jhs-section2 .hdr-lv1 span {
    color: #ffe400;
    font-size: 5.4rem;
  }
  #jhs-section2 img {
    margin-bottom: 15px;
  }
  #jhs-section2 .hdr-lv2 {
    line-height: 1.4;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 4.3rem;
  }
  #jhs-section3 .hdr-lv1 {
    margin-bottom: 20px;
    color: #54baea;
    font-size: 4.4rem;
  }
  #jhs-section3 .hdr-lv1 span {
    font-size: 5.4rem;
  }
  #jhs-section3 .bg-white {
    margin-bottom: 40px;
  }
  #jhs-section3 .hdr-lv2 {
    margin-bottom: 15px;
    font-size: 3.4rem;
  }
  #jhs-section3 img {
    margin-bottom: 15px;
  }
  #jhs-section3 .bg-img {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 352px;
    height: 113px;
    line-height: 1;
    margin: 0 auto 20px auto;
    background: url(../img/jhs_section3_img_02.png) no-repeat center center;
  }
  #jhs-section4.bg-cloth {
    background-image: url(../img/bg_pencil_eraser_02.png), url(../img/bg_cloth.png);
    background-repeat: no-repeat, repeat;
    background-position: center 0, left top;
  }
  #hs-kv {
    background: url(../img/hs_kv_p.jpg) no-repeat center center;
    background-size: cover;
  }
  #hs-kv .item-txt {
    background: #009239;
  }
  #hs-kv .catch {
    bottom: 40px;
  }
  #hs-section1 .bg-stationary {
    background: url(../img/bg_pencil_eraser_01.png) no-repeat center top 30px, url(../img/bg_bulldog_01.png) no-repeat center bottom 50px;
  }
  #hs-section1 .hdr-lv1 {
    line-height: 1.4;
    color: #003e7e;
    font-size: 4.4rem;
  }
  #hs-section1 .hdr-lv1 span {
    color: #ff3300;
    font-size: 5.4rem;
  }
  #hs-section1 .worry .btn-round .btn-round-inner {
    background: url(../img/hs_section1_txt_blue.png) no-repeat 0 0, linear-gradient(to top, #eeeeee 0%, #ffffff 100%) no-repeat 0 0;
    background-size: auto auto, 100% 100%;
  }
  #hs-section1 .worry .btn-round:nth-child(1) .btn-round-inner {
    background-position: center 0, 0 0;
  }
  #hs-section1 .worry .btn-round:nth-child(2) .btn-round-inner {
    background-position: center -72px, 0 0;
  }
  #hs-section1 .worry .btn-round:nth-child(3) .btn-round-inner {
    background-position: center -144px, 0 0;
  }
  #hs-section1 .worry .btn-round:nth-child(4) .btn-round-inner {
    background-position: center -216px, 0 0;
  }
  #hs-section1 .worry .btn-round:nth-child(5) .btn-round-inner {
    background-position: center -288px, 0 0;
  }
  #hs-section1 .worry .btn-round:nth-child(6) .btn-round-inner {
    background-position: center -360px, 0 0;
  }
  #hs-section1 .worry .btn-round:nth-child(7) .btn-round-inner {
    background-position: center -432px, 0 0;
  }
  #hs-section1 .bg-img {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    height: 414px;
    line-height: 1;
    margin-top: 7px;
    background: url(../img/jhs_section1_img_01_p.png) no-repeat center top;
  }
  #hs-section2 {
    background: #ffaf00;
  }
  #hs-section2 .hdr-lv1 {
    font-size: 4.4rem;
    color: #fff;
  }
  #hs-section2 .hdr-lv1 span {
    color: #5c3fd9;
    font-size: 5.4rem;
  }
  #hs-section2 .hdr-lv2 {
    color: #5c3fd9;
    text-align: left;
  }
  #hs-section2 .bg-white {
    margin-bottom: 20px;
  }
  #hs-section2 .bg-white:last-child {
    margin-bottom: 0;
  }
  #hs-section2 .bg-white:nth-of-type(1) .item-txt {
    float: right;
    width: 600px;
    padding-left: 30px;
  }
  #hs-section2 .bg-white:nth-of-type(1) .item-img {
    width: 360px;
  }
  #hs-section2 .bg-white:nth-of-type(2) .item-img {
    position: relative;
  }
  #hs-section2 .bg-white:nth-of-type(2) .item-img .eyecatch {
    position: absolute;
    display: block;
    content: " ";
    line-height: 1;
    top: 4px;
    left: 4px;
    display: inline-block;
    min-width: 75px;
    height: 24px;
    line-height: 24px;
    background: #ffaf00;
    color: #5c3fd9;
    font-size: 1.4rem;
    text-align: center;
  }
  #hs-section2 .bg-white .p-col-3 .item-box {
    margin-top: 0;
    margin-right: 0;
  }
  #hs-section3.bg-cloth {
    background-image: url(../img/bg_pencil_eraser_02.png), url(../img/bg_cloth.png);
    background-repeat: no-repeat, repeat;
    background-position: center 0, left top;
  }
  #truancy-kv {
    background: url(../img/truancy_kv_p.jpg) no-repeat center center;
    background-size: cover;
  }
  #truancy-kv .item-txt {
    background: #7c4c9c;
  }
  #truancy-kv .catch {
    bottom: 40px;
  }
  #truancy-section1.bg-check {
    background: url(../img/bg_pencil_eraser_01.png) no-repeat center 30px, url(../img/bg_check.png) repeat left top;
  }
  #truancy-section1 .bg-stationary {
    background: url(../img/bg_clip_01.png) no-repeat center bottom 220px, url(../img/bg_bulldog_01.png) no-repeat center bottom 50px;
  }
  #truancy-section1 .hdr-lv1 {
    line-height: 1.4;
    color: #003e7e;
    font-size: 4.4rem;
  }
  #truancy-section1 .hdr-lv1 span {
    color: #ff3300;
    font-size: 5.4rem;
  }
  #truancy-section1 .worry .btn-round .btn-round-inner {
    background: url(../img/truancy_section1_txt_blue.png) no-repeat 0 0, linear-gradient(to top, #eeeeee 0%, #ffffff 100%) no-repeat 0 0;
    background-size: auto auto, 100% 100%;
  }
  #truancy-section1 .worry .btn-round:nth-child(1) .btn-round-inner {
    background-position: center 0, 0 0;
  }
  #truancy-section1 .worry .btn-round:nth-child(2) .btn-round-inner {
    background-position: center -72px, 0 0;
  }
  #truancy-section1 .worry .btn-round:nth-child(3) .btn-round-inner {
    background-position: center -144px, 0 0;
  }
  #truancy-section1 .worry .btn-round:nth-child(4) .btn-round-inner {
    background-position: center -216px, 0 0;
  }
  #truancy-section1 .worry .btn-round:nth-child(5) .btn-round-inner {
    background-position: center -288px, 0 0;
  }
  #truancy-section1 .worry .btn-round:nth-child(6) .btn-round-inner {
    background-position: center -360px, 0 0;
  }
  #truancy-section1 .worry .btn-round:nth-child(7) .btn-round-inner {
    background-position: center -432px, 0 0;
  }
  #truancy-section1 .worry .btn-round:nth-child(8) .btn-round-inner {
    background-position: center -504px, 0 0;
  }
  #truancy-section1 .bg-img {
    line-height: 1.4;
    margin-top: 7px;
    padding-top: 113px;
    background: url(../img/truancy_section1_img_01.png) no-repeat center top;
    color: #ff3300;
    font-family: "tbudrgothic-std";
    font-size: 4.6rem;
    font-weight: bold;
    text-align: center;
  }
  #truancy-section1 .bg-img span {
    display: inline-block;
    padding-top: 20px;
  }
  #truancy-section2 {
    background: #ffaf00;
  }
  #truancy-section2 .hdr-lv1 {
    color: #5c3fd9;
  }
  #truancy-section2 .hdr-check {
    color: #5c3fd9;
  }
  #truancy-section2 .hdr-check::before {
    background-position: -890px -100px;
  }
  #truancy-section2 p {
    margin-bottom: 40px;
  }
  #truancy-section2 p:last-child {
    margin-bottom: 0;
  }
  #about-kv {
    background: url(../img/about_kv_p.jpg) no-repeat center center;
    background-size: cover;
  }
  #about-kv .catch {
    bottom: 40px;
  }
  #about-section1.bg-check {
    background: url(../img/bg_pencil_01.png) no-repeat center 75px, url(../img/bg_check.png) repeat left top;
  }
  #about-section1 .bg-img {
    background: url(../img/bg_ballpen_01.png) no-repeat center bottom;
  }
  #about-section1 .list-none li {
    padding-left: 29px;
    text-indent: -29px;
  }
  #about-section1 .list-none li::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    content: " ";
    margin-right: 5px;
    background: #00a5e5;
  }
  #about-section1 .bg-note {
    position: relative;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
  #about-section1 .bg-note::before, #about-section1 .bg-note::after {
    position: absolute;
    display: block;
    content: " ";
    line-height: 1;
  }
  #about-section1 .bg-note:nth-of-type(1) {
    background-image: url(../img/bg_note_pink.gif);
  }
  #about-section1 .bg-note:nth-of-type(1) .hdr-lv2 {
    color: #ff01a2;
  }
  #about-section1 .bg-note:nth-of-type(1) li::before {
    background-color: #ff01a2;
  }
  #about-section1 .bg-note:nth-of-type(1)::before, #about-section1 .bg-note:nth-of-type(1)::after {
    top: -22.5px;
    left: 3px;
    width: 112px;
    height: 45px;
    background: url(../img/bg_tape_pink_01.png) no-repeat left top;
  }
  #about-section1 .bg-note:nth-of-type(1)::after {
    top: auto;
    left: auto;
    bottom: -22.5px;
    right: 3px;
  }
  #about-section1 .bg-note:nth-of-type(2) {
    background-image: url(../img/bg_note_blue.gif);
  }
  #about-section1 .bg-note:nth-of-type(2) .hdr-lv2 {
    color: #027586;
  }
  #about-section1 .bg-note:nth-of-type(2) li::before {
    background-color: #027586;
  }
  #about-section1 .bg-note:nth-of-type(2)::before, #about-section1 .bg-note:nth-of-type(2)::after {
    top: -18.5px;
    left: 3px;
    width: 111px;
    height: 37px;
    background: url(../img/bg_tape_blue_01.png) no-repeat left top;
  }
  #about-section1 .bg-note:nth-of-type(2)::after {
    top: auto;
    left: auto;
    bottom: -18.5px;
    right: 3px;
  }
  #about-section1 .icn-plus {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: relative;
    display: block;
    height: 68px;
    margin-bottom: 0;
  }
  #about-section1 .icn-plus::before {
    position: absolute;
    display: block;
    content: " ";
    line-height: 1;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 48px;
    margin-top: -24px;
    margin-left: -4px;
    border-right: solid 4px #00a5e5;
    border-left: solid 4px #00a5e5;
    border-radius: 4px;
  }
  #about-section1 .icn-plus::after {
    position: absolute;
    display: block;
    content: " ";
    line-height: 1;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 1px;
    margin-top: -4px;
    margin-left: -24px;
    border-top: solid 4px #00a5e5;
    border-bottom: solid 4px #00a5e5;
    border-radius: 4px;
  }
  #about-section1 .hdr-lv1 {
    color: #00a5e5;
    font-size: 4.6rem;
  }
  #about-section1 .inner-pad-20 {
    padding-right: 60px;
    padding-left: 60px;
  }
  #about-section1 .inner-pad-20 p {
    margin: 0;
  }
  #about-section1 .hdr-lv3 {
    line-height: 1.4;
    margin-top: 40px;
    color: #ff3300;
    font-size: 3.6rem;
  }
  #about-section1 .font-blue {
    font-size: 2.6rem;
  }
  #about-section1 .section-inner-static .list-none:last-child {
    width: 920px;
    margin-right: auto;
    margin-left: auto;
  }
  #about-section2 {
    background-image: url(../img/bg_brush_02.png);
    background-repeat: no-repeat;
    background-position: center -120px;
  }
  #about-section2 > .section-inner-static {
    background: url(../img/item_paints.png) no-repeat right 20px bottom;
  }
  #about-section2 .hdr-lv1 {
    line-height: 1.3;
    font-size: 4.6rem;
    color: #54baea;
  }
  #about-section2 .item-img.align-center {
    margin: 40px auto;
  }
  #about-section2 .item-img.align-center img {
    width: auto;
  }
  #about-section2 .bg-img {
    min-height: 539px;
    margin-bottom: 40px;
    padding-right: 465px;
    background: url(../img/about_section2_img_01.png) no-repeat right top;
  }
  #about-section2 .p-col-3 {
    content-justify: space-between;
  }
  #about-section2 .p-col-3 ::after {
    content: "";
    display: block;
    width: 320px;
  }
  #about-section2 .item-box {
    width: 320px;
  }
  #about-section2 .item-box .hdr-lv3 {
    text-align: left;
  }
  #about-section2 .item-box p {
    line-height: 1.4;
  }
  #about-section2 .item-box .item-img {
    width: auto;
  }
  #about-section2 .item-box .item-img img {
    width: 100%;
  }
  #about-section3 .hdr-lv1 {
    line-height: 1.4;
    font-size: 4.4rem;
  }
  #about-section3 .hdr-lv1 span {
    color: #ffe400;
    font-size: 5.4rem;
  }
  #about-section3 p:last-of-type {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  #about-section3 .hdr-check {
    margin-bottom: 25px;
    color: inherit;
    font-size: 2.4rem;
    font-weight: normal;
    font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
  }
  #about-section3 .hdr-check:last-child {
    margin-bottom: 0;
  }
  #can-kv {
    background: url(../img/can_kv_p.jpg) no-repeat center center;
    background-size: cover;
  }
  #can-kv .catch {
    bottom: 40px;
  }
  #can-section1.bg-check {
    background: url(../img/bg_pencil_eraser_01.png) no-repeat center 40px, url(../img/bg_check.png) repeat left top;
  }
  #can-section1 .hdr-lv1 {
    font-size: 4.4rem;
    color: #003e7e;
  }
  #can-section1 .hdr-lv1 span {
    color: #ff3300;
    font-size: 5.4rem;
  }
  #can-section1 .worry {
    position: relative;
  }
  #can-section1 .worry .btn-round .btn-round-inner {
    background: url(../img/can_worry_txt_blue.png) no-repeat center 0, linear-gradient(to top, #eeeeee 0%, #ffffff 100%) no-repeat 0 0;
    background-size: auto auto, 100% 100%;
  }
  #can-section1 .worry .btn-round:nth-child(1) .btn-round-inner {
    background-position: center 0, 0 0;
  }
  #can-section1 .worry .btn-round:nth-child(2) .btn-round-inner {
    background-position: center -72px, 0 0;
  }
  #can-section1 .worry .btn-round:nth-child(3) {
    margin-bottom: 0;
  }
  #can-section1 .worry .btn-round:nth-child(3) .btn-round-inner {
    background-position: center -144px, 0 0;
  }
  #can-section1 .bg-img {
    position: absolute;
    bottom: -224px;
    left: 50%;
    width: 1000px;
    height: 174px;
    line-height: 1;
    margin-left: -500px;
    padding-top: 100px;
    background: url(../img/bg_arrow_02.png) no-repeat center -30px;
    font-size: 5.0rem;
    font-weight: bold;
    font-family: "tbudrgothic-std";
    text-align: center;
  }
  #can-section1 .btns {
    padding-top: 94px;
  }
  #can-section1 .font-orange {
    font-size: 4.4rem;
  }
  #can-section1 .font-orange span {
    font-size: 5.4rem;
  }
  #can-section2 {
    background: url(../img/can_section2_bg_p.png) no-repeat center center;
    background-size: cover;
  }
  #can-section2 .section-inner-static {
    line-height: 1;
  }
  #can-section2 .hdr-lv1 {
    font-size: 4.4rem;
    color: #003e7e;
  }
  #can-section2 .hdr-lv1 span {
    color: #ff3300;
    font-size: 5.4rem;
  }
  #can-section2 .worry {
    position: relative;
  }
  #can-section2 .worry .btn-round {
    height: 70px;
    border-radius: 35px;
  }
  #can-section2 .worry .btn-round .btn-round-inner {
    height: 100%;
    line-height: 50px;
    padding: 8px 0;
    background: #fff url(../img/can_worry_txt_blue.png) no-repeat center 0px;
  }
  #can-section2 .worry .btn-round:nth-child(even) {
    margin-left: 0;
  }
  #can-section2 .worry .btn-round:nth-child(1) .btn-round-inner {
    background-position: center -218px, 0 0;
  }
  #can-section2 .worry .btn-round:nth-child(2) .btn-round-inner {
    background-position: center -288px, 0 0;
  }
  #can-section2 .worry .btn-round:nth-child(3) {
    margin-bottom: 0;
  }
  #can-section2 .worry .btn-round:nth-child(3) .btn-round-inner {
    background-position: center -358px, 0 0;
  }
  #can-section2 .worry::after {
    position: absolute;
    display: block;
    content: " ";
    line-height: 1;
    right: 80px;
    bottom: -50px;
    width: 255px;
    height: 331px;
    background: url(../img/can_section2_img_01.png) no-repeat center bottom;
  }
  #can-section2 .bg-img {
    position: absolute;
    bottom: -234px;
    left: 50%;
    width: 1000px;
    height: 184px;
    line-height: 1;
    margin-left: -500px;
    padding-top: 100px;
    background: url(../img/bg_arrow_02.png) no-repeat center -30px;
    font-size: 5.0rem;
    font-weight: bold;
    font-family: "tbudrgothic-std";
    text-align: center;
  }
  #can-section2 .btns {
    padding-top: 94px;
  }
  #can-section2 .font-orange {
    font-size: 4.4rem;
  }
  #can-section2 .font-orange span {
    font-size: 5.4rem;
  }
  #can-section3 {
    background: #ffaf00;
  }
  #can-section3 .hdr-lv1 {
    font-size: 4.4rem;
    color: #fff;
  }
  #can-section3 .hdr-lv1 span {
    color: #5c3fd9;
    font-size: 5.4rem;
  }
  #can-section3 .hdr-lv3 {
    color: #5c3fd9;
    text-align: left;
  }
  #can-section3 .item-img {
    text-align: center;
  }
  #can-section3 .item-img img {
    width: auto;
  }
  #can-section4 .hdr-lv1 {
    line-height: 1.2;
    font-size: 4.4rem;
  }
  #can-section4 .hdr-lv1 span {
    color: #ff01a2;
    font-size: 5.4rem;
  }
  #can-section4 .bg-note {
    position: relative;
    background-image: url(../img/bg_note_pink.gif);
  }
  #can-section4 .bg-note::before {
    position: absolute;
    display: block;
    content: " ";
    line-height: 1;
    top: -14px;
    left: 50%;
    width: 112px;
    height: 45px;
    margin-left: -56px;
    background: url(../img/bg_tape_pink_01.png) no-repeat center top;
  }
  #can-section4 .hdr-check {
    margin-bottom: 1em;
    color: #333;
    font-size: 2.2rem;
    font-weight: normal;
    padding-left: 40px;
    font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
    text-indent: -40px;
  }
  #can-section4 .hdr-check:last-child {
    margin-bottom: 0;
  }
  #can-section4 .hdr-check::before {
    vertical-align: middle;
  }
  #can-section5 {
    position: relative;
    background: url(../img/bg_pencil_eraser_02.png) no-repeat center top, url(../img/bg_cloth.png) repeat left top;
  }
  #can-section5 .bg-img {
    background: url(../img/bg_bulldog_02.png) no-repeat center 320px, url(../img/bg_clip_01.png) no-repeat center 320px;
  }
  #can-section5 .btn-round {
    position: relative;
    display: block;
    width: 600px;
    height: 70px;
    margin: 0 auto 54px auto;
    border-radius: 35px;
    font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
    font-weight: normal;
  }
  #can-section5 .btn-round .btn-round-inner {
    height: 100%;
    line-height: 50px;
    padding: 8px 0;
  }
  #can-section5 .btn-round::after {
    position: absolute;
    display: block;
    content: " ";
    line-height: 1;
    width: 600px;
    height: 54px;
    line-height: 1;
    background: url(../img/bg_arrow_01.png) no-repeat center bottom 5px;
  }
  #can-section5 .align-center {
    color: #ff3300;
    font-size: 4.6rem;
    font-family: "tbudrgothic-std";
    font-weight: bold;
  }
}

