@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*------------------------------------------------------
 BASE
------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: 'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

@media print, screen and (min-width: 568px) {
  body {
    min-width: 1160px;
  }
}

@media screen and (max-width: 567px) {
  body {
    font-size: 1.4rem;
  }
}

body * {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:after,
*:before {
  background-repeat: no-repeat;
}

em {
  font-style: normal;
}

p, li {
  line-height: 1.5;
}

i {
  font-style: italic;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

a:hover {
  color: inherit;
  opacity: 0.7;
  text-decoration: none;
}

a:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

input.btn {
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

input.btn:hover {
  opacity: 0.8;
}

td, th {
  vertical-align: top;
}

img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
  width: auto;
}

ul ul,
ol ul {
  margin: 0;
}

ul li {
  list-style-type: none;
}

table {
  max-width: 100%;
  border-collapse: collapse;
}

iframe {
  overflow: hidden;
  width: 100%;
}

@media print, screen and (min-width: 568px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

/*------------------------------------------------------
 COMMON
------------------------------------------------------*/
@media screen and (max-width: 567px) {
  .pcbr {
    display: none;
  }
}

@media print, screen and (min-width: 568px) {
  .spbr {
    display: none;
  }
}

.att {
  display: inline-block;
  font-size: 1.4rem;
  text-align: left;
}

@media screen and (max-width: 567px) {
  .att {
    font-size: 1.2rem;
  }
}

.att li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.att li:before {
  content: '※';
  margin-right: .5em;
}

.att li + li {
  margin-top: .2em;
}

.headline {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.headline-blue {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00556d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin-bottom: 20px;
  height: 125px;
  text-align: center;
  padding: 23px 0;
}

@media screen and (max-width: 567px) {
  .headline-blue {
    height: 55px;
    padding: 0 12px;
  }
  .headline-blue img {
    height: 4.8vw;
  }
}

.headline-blue .att {
  color: #fff;
  margin-top: auto;
  position: relative;
  top: 5px;
}

@media screen and (max-width: 567px) {
  .headline-blue .att {
    font-size: .8rem;
    line-height: 1.2;
    margin-top: 2px;
  }
}

.headline-blue-expand {
  height: auto;
}

@media screen and (max-width: 567px) {
  .headline-blue-expand {
    padding: 12px 0;
  }
}

.bgn55-section {
  text-align: center;
}

@media screen and (max-width: 567px) {
  .bgn55-section__conductor {
    font-size: 1.3rem;
    padding: 0 12px;
  }
}

.bgn55-section__conductor .tel {
  margin-top: 20px;
}

.bgn55-section__conductor .tel__number {
  margin: 12px 0 15px;
}

@media screen and (max-width: 567px) {
  .bgn55-section__conductor .tel__number {
    margin: 20px 0;
  }
}

.bgn55-section__conductor .tel p {
  line-height: 1.6;
}

@media screen and (max-width: 567px) {
  .bgn55-section__conductor .tel p {
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------
 HEADER
------------------------------------------------------*/
.bgn55-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #c0c0c0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 568px) {
  .bgn55-header {
    height: 90px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 567px) {
  .bgn55-header {
    height: 32px;
    padding: 0 12px;
  }
}

@media screen and (max-width: 567px) {
  .bgn55-header .logo img {
    height: 18px;
  }
}

@media screen and (max-width: 567px) {
  .bgn55-header .skip {
    display: none;
  }
}

/*
  bottom menu
*/
.bottom-menu {
  position: fixed;
  z-index: 3000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  bottom: 0;
}

@media print, screen and (min-width: 568px) {
  .bottom-menu {
    right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .bottom-menu.is-open {
    bottom: 20px;
  }
}

@media screen and (max-width: 567px) {
  .bottom-menu {
    background-color: rgba(0, 0, 0, 0.2);
    right: 0;
    left: 0;
    min-height: 50px;
    height: 9vh;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (min-width: 568px) {
  .bottom-menu .btn {
    margin-top: 20px;
    width: 300px;
  }
}

@media screen and (max-width: 567px) {
  .bottom-menu .btn {
    width: calc(100% - 12vh);
  }
}

.bottom-menu .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  background-color: #c80000;
  color: #fff;
  line-height: 1;
  font-size: 2.4rem;
  height: 80px;
}

@media screen and (max-width: 567px) {
  .bottom-menu .btn a {
    height: 7vh;
    border-radius: 8px;
    font-size: 1.8rem;
  }
}

.bottom-menu .btn a span {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 567px) {
  .bottom-menu .btn a span {
    margin-bottom: 4px;
    font-size: 1.1rem;
  }
}

.bottom-menu.is-open {
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* pagetop */
.bottom-menu__pagetop {
  font-size: 1.4rem;
}

@media screen and (max-width: 567px) {
  .bottom-menu__pagetop {
    font-size: 1.1rem;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    position: absolute;
    top: 8vh;
    right: 12px;
  }
}

.bottom-menu__pagetop a {
  position: relative;
  padding-top: 20px;
  background-color: #666;
  border-radius: 8px;
  border: 2px solid #fff;
  height: 60px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  letter-spacing: .1em;
  font-weight: bold;
}

@media screen and (max-width: 567px) {
  .bottom-menu__pagetop a {
    letter-spacing: .2em;
    height: 7vh;
    width: 9vh;
  }
}

.bottom-menu__pagetop a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 14px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

@media screen and (max-width: 567px) {
  .bottom-menu__pagetop a:after {
    top: 10px;
  }
}

.bottom-menu__pagetop a:hover {
  opacity: 1;
}

.bottom-menu__pagetop a:hover:before {
  bottom: 0px;
  top: 0px;
  right: 0px;
  left: 0px;
}

/*------------------------------------------------------
 CONTENTS
------------------------------------------------------*/
.bgn55-main {
  background: #f8f9fa;
}

/*
  hero
*/
@media print, screen and (min-width: 568px) {
  .section-hero {
    background-image: url(../img/bg-hero.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 20px 0 50px;
  }
}

.bgn55-kv-pcsp {
  text-align: center;
}

@media screen and (max-width: 567px) {
  .bgn55-kv-pcsp {
    display: none;
  }
}

.section-message {
  background: #eef8e4;
  padding: 30px 0 45px;
}

@media screen and (max-width: 567px) {
  .section-message {
    background: #e7f5dd;
    padding: 4px 12px 12px;
  }
}

.section-message .message-title {
  font-size: 6.2rem;
  font-weight: bold;
}

@media screen and (max-width: 567px) {
  .section-message .message-title {
    font-size: 4.8vw;
  }
}

.section-message .message-title .c-name {
  color: #50822d;
}

.section-message .message-title .c-red {
  color: #c80000;
}

.section-message .label-title {
  background-color: #00556d;
  color: #fff;
  font-weight: bold;
}

@media print, screen and (min-width: 568px) {
  .section-message .label-title {
    font-size: 3rem;
    width: 1160px;
    margin: 20px auto 0;
    padding: 14px;
  }
}

@media screen and (max-width: 567px) {
  .section-message .label-title {
    font-size: 4.5vw;
    padding: 7px 0;
    margin-top: 4px;
  }
}

.section-message .label-title span {
  color: #f6fb18;
}

.section-message .point-list {
  text-align: left;
}

@media print, screen and (min-width: 568px) {
  .section-message .point-list {
    width: 1160px;
    margin: 25px auto 0;
  }
}

.section-message .point-list li {
  font-size: 2.6rem;
  margin-top: 15px;
  padding: 0 0 10px 40px;
  position: relative;
  font-weight: bold;
}

@media print, screen and (min-width: 568px) {
  .section-message .point-list li {
    border-bottom: 2px solid #ccc;
  }
}

@media screen and (max-width: 567px) {
  .section-message .point-list li {
    font-size: 3.8vw;
    margin-top: 4px;
    padding: 0 0 0 15px;
  }
}

.section-message .point-list li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 20px;
  border-color: transparent transparent transparent #00556d;
}

@media screen and (max-width: 567px) {
  .section-message .point-list li::before {
    border-width: 6px 0 6px 10px;
  }
}

.section-want {
  margin-top: 60px;
}

@media screen and (max-width: 567px) {
  .section-want {
    margin-top: 30px;
  }
}

.section-want .want-title {
  position: relative;
}

@media screen and (max-width: 567px) {
  .section-want .want-title {
    width: 90%;
    margin: 0 auto;
  }
}

.section-want .want-title:after {
  background-image: url(../img/icon_01-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -40px;
  content: '';
  height: 80px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 116px;
}

@media screen and (max-width: 567px) {
  .section-want .want-title:after {
    height: 30px;
    width: 43px;
  }
}

@media screen and (max-width: 567px) {
  .section-want .want-title:after {
    bottom: -14px;
  }
}

.section-want__item {
  background-color: #eff2f4;
  padding: 60px 0 40px;
}

@media screen and (max-width: 567px) {
  .section-want__item {
    padding: 30px 12px;
  }
}

@media screen and (max-width: 567px) {
  .section-want__item img {
    width: 95%;
  }
}

/*
  class
*/
.section-class {
  text-align: center;
}

.section-class .skip {
  margin-top: 30px;
}

@media screen and (max-width: 567px) {
  .section-class .skip {
    margin-top: 20px;
  }
  .section-class .skip img {
    height: 6vw;
  }
}

.section-class .description {
  margin-top: 60px;
}

@media screen and (max-width: 567px) {
  .section-class .description {
    padding: 0 12px;
    margin-top: 30px;
  }
}

.section-class .description__catch {
  font-size: 3.1rem;
  background-image: url(../img/icon-class-level.png);
  padding-top: 200px;
  background-repeat: no-repeat;
  background-position: center top;
}

@media screen and (max-width: 567px) {
  .section-class .description__catch {
    background-image: url(../img/icon-class-level-sp.png);
    background-size: 80%;
    padding-top: 29%;
  }
}

@media screen and (max-width: 567px) {
  .section-class .description__catch {
    font-size: 1.5rem;
  }
  .section-class .description__catch img {
    width: 100%;
  }
}

.section-class .description h2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 567px) {
  .section-class .description h2 {
    margin-bottom: 15px;
  }
}

.section-class .description .btn {
  margin-top: 45px;
}

@media screen and (max-width: 567px) {
  .section-class .description .btn {
    margin-top: 30px;
  }
  .section-class .description .btn img {
    width: 90%;
  }
}

.section-class .description .message {
  font-size: 1.8rem;
  margin-top: 20px;
}

.section-class .description .message em {
  font-weight: bold;
  font-size: 3.4rem;
}

@media screen and (max-width: 567px) {
  .section-class .description .message {
    font-size: 1.4rem;
  }
  .section-class .description .message em {
    font-size: 2rem;
  }
}

.section-class .description .att {
  font-size: 1.4rem;
  margin-top: 25px;
}

@media screen and (max-width: 567px) {
  .section-class .description .att {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}

/*
  request
*/
.section-request {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/bg_01.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.section-request:after {
  background-image: url(../img/icon_01-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -40px;
  content: '';
  height: 80px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 116px;
}

@media screen and (max-width: 567px) {
  .section-request:after {
    height: 30px;
    width: 43px;
  }
}

@media print, screen and (min-width: 568px) {
  .section-request {
    height: 610px;
    margin-top: 80px;
  }
}

@media screen and (max-width: 567px) {
  .section-request {
    background-image: url(../img/bg_01_sp.jpg);
    background-size: cover;
    background-position: left center;
    margin-top: 50px;
    height: 89vw;
    padding: 0 12px;
  }
  .section-request:after {
    bottom: -15px;
  }
}

@media print, screen and (min-width: 568px) {
  .section-request .headline {
    margin-bottom: 70px;
    margin-top: -20px;
  }
}

@media screen and (max-width: 567px) {
  .section-request .headline {
    margin-bottom: 15px;
    padding-left: 12%;
  }
}

@media screen and (max-width: 567px) {
  .section-request .description {
    padding-left: 12%;
    text-align: right;
  }
}

/*
  point
*/
.section-point {
  margin-top: 70px;
  text-align: center;
}

@media screen and (max-width: 567px) {
  .section-point {
    margin-top: 40px;
  }
}

.section-point .headline {
  margin-bottom: 35px;
}

@media screen and (max-width: 567px) {
  .section-point .headline {
    margin-bottom: 20px;
  }
  .section-point .headline img {
    height: 9vw;
  }
}

@media print, screen and (min-width: 568px) {
  .section-point .bgn55-point {
    display: inline-block;
    text-align: left;
  }
}

@media screen and (max-width: 567px) {
  .section-point .bgn55-point {
    padding: 0 12px;
    text-align: left;
  }
}

.section-point .bgn55-point .item {
  background-repeat: no-repeat;
  min-height: 135px;
  padding-left: 175px;
  padding-top: 15px;
}

@media screen and (max-width: 567px) {
  .section-point .bgn55-point .item {
    background-size: 18vw auto;
    padding-left: 22vw;
    padding-top: 10px;
  }
}

.section-point .bgn55-point .item + .item {
  margin-top: 25px;
}

@media screen and (max-width: 567px) {
  .section-point .bgn55-point .item + .item {
    margin-top: 20px;
  }
}

.section-point .bgn55-point .item:nth-child(1) {
  background-image: url(../img/icon_02-point1.png);
}

.section-point .bgn55-point .item:nth-child(2) {
  background-image: url(../img/icon_02-point2.png);
}

.section-point .bgn55-point .item:nth-child(3) {
  background-image: url(../img/icon_02-point3.png);
}

.section-point .bgn55-point .item:nth-child(4) {
  background-image: url(../img/icon_02-point4.png);
}

.section-point .bgn55-point .item:nth-child(5) {
  background-image: url(../img/icon_02-point5.png);
}

.section-point .bgn55-point .item:nth-child(6) {
  background-image: url(../img/icon_02-point6.png);
}

.section-point .bgn55-point .title {
  margin-bottom: 18px;
}

@media screen and (max-width: 567px) {
  .section-point .bgn55-point .title {
    margin-bottom: 15px;
  }
}

.section-point .bgn55-point .title span {
  display: inline-block;
  vertical-align: bottom;
}

@media screen and (max-width: 567px) {
  .section-point .bgn55-point .title span {
    display: block;
  }
}

.section-point .bgn55-point .title span + span {
  margin-left: 10px;
}

@media screen and (max-width: 567px) {
  .section-point .bgn55-point .title span + span {
    margin: 7px 0 0 0;
  }
}

@media screen and (max-width: 567px) {
  .section-point .bgn55-point .title span:nth-child(1) img {
    height: 7vw;
  }
  .section-point .bgn55-point .title span:nth-child(2) img {
    height: 4vw;
    max-width: 70vw;
  }
}

@media screen and (max-width: 567px) {
  .section-point .bgn55-point .item:nth-child(6) .title span:nth-child(1) img {
    height: 4vw;
    max-width: 70vw;
  }
  .section-point .bgn55-point .item:nth-child(6) .title span:nth-child(2) img {
    height: 7vw;
  }
}

.section-point .bgn55-point .description {
  font-size: 1.8rem;
  min-height: 4em;
}

@media screen and (max-width: 567px) {
  .section-point .bgn55-point .description {
    font-size: 1.3rem;
    margin-left: -22vw;
  }
}

.section-point .bgn55-point ol.att {
  margin-top: 35px;
  padding-left: 175px;
}

@media screen and (max-width: 567px) {
  .section-point .bgn55-point ol.att {
    margin-top: 30px;
    padding-left: 0;
  }
}

.section-point .bgn55-point ol.att li {
  list-style-type: none;
}

.section-point .bgn55-point ol.att li:nth-child(1) {
  margin-left: 2em;
  text-indent: -2em;
}

.section-point .bgn55-point ol.att li:nth-child(1):before {
  content: '※1';
}

.section-point .bgn55-section__conductor {
  background-color: #eff2f4;
  margin-top: 60px;
}

@media print, screen and (min-width: 568px) {
  .section-point .bgn55-section__conductor {
    padding: 30px 0 40px;
  }
}

@media screen and (max-width: 567px) {
  .section-point .bgn55-section__conductor {
    margin-top: 40px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 567px) {
  .section-point .bgn55-section__conductor .lead img {
    width: 90%;
  }
}

.section-point .bgn55-section__conductor .btn {
  margin-top: 40px;
}

@media screen and (max-width: 567px) {
  .section-point .bgn55-section__conductor .btn {
    margin-top: 30px;
  }
}

/*
  case
*/
@media screen and (max-width: 567px) {
  .section-case {
    padding: 0 12px;
  }
}

@media screen and (max-width: 567px) {
  .section-case .headline {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.section-case .lead {
  font-size: 2rem;
}

@media screen and (max-width: 567px) {
  .section-case .lead {
    font-size: 1.4rem;
  }
}

.section-case .description {
  font-size: 2.8rem;
  margin-top: 44px;
  position: relative;
}

.section-case .description:after {
  background-image: url(../img/icon_01-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -40px;
  content: '';
  height: 80px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 116px;
}

@media screen and (max-width: 567px) {
  .section-case .description:after {
    height: 30px;
    width: 43px;
  }
}

@media screen and (max-width: 567px) {
  .section-case .description {
    font-size: 1.6rem;
    margin-top: 25px;
  }
}

.section-case .description:after {
  bottom: -20px;
}

@media screen and (max-width: 567px) {
  .section-case .description:after {
    bottom: -12px;
  }
}

.section-case .description h3 {
  margin-bottom: 32px;
}

.section-case .description .description_illustration {
  margin-top: 44px;
}

@media screen and (max-width: 567px) {
  .section-case .description .description_illustration {
    margin-top: 25px;
  }
  .section-case .description .description_illustration img {
    max-width: 340px;
    width: 100%;
  }
}

.section-case .bgn55-section__conductor {
  background-color: #eff2f4;
  padding: 44px 0 36px;
}

@media screen and (max-width: 567px) {
  .section-case .bgn55-section__conductor {
    margin-left: -12px;
    margin-right: -12px;
    padding: 30px 12px;
  }
}

@media screen and (max-width: 567px) {
  .section-case .bgn55-section__conductor .lead img {
    width: 90%;
  }
}

.section-case .bgn55-section__conductor .btn {
  margin-top: 44px;
}

@media screen and (max-width: 567px) {
  .section-case .bgn55-section__conductor .btn {
    margin-top: 30px;
  }
}

/*
  course
*/
.section-course .lead {
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 567px) {
  .section-course .lead {
    font-size: 2rem;
    padding: 0 12px;
  }
}

.section-course .lead ul.att {
  font-weight: normal;
  font-size: 1.8rem;
  margin-top: 12px;
}

@media screen and (max-width: 567px) {
  .section-course .lead ul.att {
    font-size: 1.3rem;
  }
}

.section-course .bgn55-course {
  margin: 50px auto 0 auto;
  text-align: left;
  max-width: 1140px;
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-course {
    margin-top: 30px;
    padding: 0 12px;
  }
}

.section-course .bgn55-course .block {
  background-color: #fff;
  border: 1px solid #999;
  border-bottom: none;
  padding: 0 28px 60px 28px;
  position: relative;
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-course .block {
    padding: 10px 10px 40px 10px;
  }
}

.section-course .bgn55-course .block:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f8f9fa));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f8f9fa 100%);
  bottom: 0;
  content: '';
  height: 200px;
  left: -3px;
  right: -3px;
  position: absolute;
  z-index: 100;
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-course .block:after {
    height: 100px;
  }
}

.section-course .bgn55-course .block .label {
  margin-bottom: 20px;
  margin-top: -80px;
  text-align: center;
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-course .block .label {
    margin-bottom: 5px;
    margin-top: -45px;
  }
  .section-course .bgn55-course .block .label img {
    width: 70px;
  }
}

.section-course .bgn55-course .block .title {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-course .block .title {
    font-size: 1.9rem;
  }
}

.section-course .bgn55-course .block .title span {
  border-bottom: 2px solid #333;
  padding: 0 12px;
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-course .block .title span {
    line-height: 1.7;
    padding: 0;
  }
}

.section-course .bgn55-course .block .instructors-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  position: relative;
  z-index: 500;
}

@media print, screen and (min-width: 568px) {
  .section-course .bgn55-course .block .instructors-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-course .block .instructors-list {
    margin-top: 10px;
  }
}

.section-course .bgn55-course .block .instructors-list .instructor {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "image name"
 "summary summary"
 "description description";
  -ms-grid-columns: 166px auto;
      grid-template-columns: 166px auto;
  -ms-grid-rows: auto auto auto 1fr;
      grid-template-rows: auto auto auto 1fr;
  grid-gap: 0;
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-course .block .instructors-list .instructor {
    -ms-grid-columns: 120px auto;
        grid-template-columns: 120px auto;
    -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
  }
}

@media print, screen and (min-width: 568px) {
  .section-course .bgn55-course .block .instructors-list .instructor:nth-child(3) ~ .instructor {
    margin-top: 45px;
  }
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-course .block .instructors-list .instructor + .instructor {
    margin-top: 40px;
  }
}

.section-course .bgn55-course .block .instructors-list .job {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #1ac71e;
  font-size: 1.6rem;
  font-weight: bold;
  grid-area: job;
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-course .block .instructors-list .job {
    font-size: 1.4rem;
  }
}

.section-course .bgn55-course .block .instructors-list .name {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 2.8rem;
  font-weight: bold;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: name;
  margin-top: 5px;
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-course .block .instructors-list .name {
    font-size: 1.9rem;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
}

.section-course .bgn55-course .block .instructors-list .name span {
  line-height: 1;
}

.section-course .bgn55-course .block .instructors-list .name span + span {
  margin-left: .7em;
}

.section-course .bgn55-course .block .instructors-list .name rt {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: .1em;
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-course .block .instructors-list .name rt {
    font-size: 1rem;
  }
}

.section-course .bgn55-course .block .instructors-list .image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
  margin-right: 16px;
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-course .block .instructors-list .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
}

@media print, screen and (min-width: 568px) {
  .section-course .bgn55-course .block .instructors-list .image img {
    width: 150px;
  }
}

.section-course .bgn55-course .block .instructors-list .summary {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: summary;
  margin-top: 24px;
}

@media print, screen and (min-width: 568px) {
  .section-course .bgn55-course .block .instructors-list .summary {
    border-top: 1px solid #999;
    padding-top: 16px;
  }
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-course .block .instructors-list .summary {
    margin-top: 10px;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
}

.section-course .bgn55-course .block .instructors-list .summary dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 4px;
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-course .block .instructors-list .summary dt {
    font-size: 1.5rem;
    display: none;
  }
}

.section-course .bgn55-course .block .instructors-list .summary dd {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-course .block .instructors-list .summary dd {
    font-size: 1.4rem;
  }
}

.section-course .bgn55-course .block .instructors-list .summary dd:before {
  background-color: #1ac71e;
  border-radius: 50%;
  content: '';
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: .85em;
  margin-right: .5em;
  margin-top: .3em;
  width: .85em;
}

.section-course .bgn55-course .block .instructors-list .description {
  font-size: 1.4rem;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: description;
  margin-top: 12px;
  /*3行目以降隠す*/
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-course .block .instructors-list .description {
    font-size: 1.2rem;
  }
}

.section-course .bgn55-course .block .instructors-list .description p {
  line-height: 1.8;
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-course .block .instructors-list .description p {
    line-height: 1.5;
  }
}

.section-course .bgn55-course .block .instructors-list .description .lisence-list {
  margin-bottom: 10px;
}

.section-course .bgn55-course .block .instructors-list .description .lisence-list dt {
  font-weight: bold;
  color: #00556d;
  font-size: 1.5rem;
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-course .block .instructors-list .description .lisence-list dt {
    font-size: 1.4rem;
  }
}

.section-course .bgn55-course .block .instructors-list .description .lisence-list dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #3d3d3d;
}

@media print, screen and (min-width: 568px) {
  .section-course .bgn55-course .block .instructors-list .description .lisence-list dd ul {
    font-size: 1.2rem;
  }
}

.section-course .bgn55-course .block .instructors-list .description .lisence-list dd ul li:not(:last-of-type)::after {
  content: "/";
  padding: 0 5px;
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-course .block .instructors-list .description.contenedor {
    display: table;
    position: relative;
    margin-bottom: 45px;
  }
}

.section-course .bgn55-course .block .instructors-list .description.contenedor input {
  /*input要素は隠しておく*/
  visibility: hidden;
  position: absolute;
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-course .block .instructors-list .description.contenedor input:checked + label:before {
    /*開いているときは:checked状態なので、その際はボタンテキストを変える*/
    content: "閉じる";
  }
  .section-course .bgn55-course .block .instructors-list .description.contenedor input:checked + label span:before {
    /*開いているときは:checked状態なので、その際はボタンテキストを変える*/
    top: 58%;
    right: -56px;
    border-top: 2px solid #00556d;
    border-left: 2px solid #00556d;
    border-bottom: none;
    border-right: none;
  }
  .section-course .bgn55-course .block .instructors-list .description.contenedor input[type=checkbox]:checked ~ .expand {
    overflow-y: scroll;
    max-height: 60vh;
  }
  .section-course .bgn55-course .block .instructors-list .description.contenedor input[type=checkbox]:checked ~ .expand:before {
    opacity: 0;
  }
}

.section-course .bgn55-course .block .instructors-list .description.contenedor label {
  /*ボタン部分のスタイル*/
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-course .block .instructors-list .description.contenedor label {
    position: absolute;
    bottom: -45px;
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
    padding: 10px 20px;
    right: 0;
    background: #f8f8f8;
    border: 2px solid #00556d;
    border-radius: 30px;
    -webkit-box-shadow: -5px 0 #fff;
            box-shadow: -5px 0 #fff;
    color: #00556d;
    z-index: 999;
    cursor: pointer;
    text-transform: uppercase;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 200px;
    text-align: center;
  }
  .section-course .bgn55-course .block .instructors-list .description.contenedor label:before {
    /*閉じている際のボタンのテキスト*/
    content: "続きを読む";
  }
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-course .block .instructors-list .description.contenedor label span {
    position: relative;
  }
  .section-course .bgn55-course .block .instructors-list .description.contenedor label span::before {
    content: "";
    display: block;
    position: absolute;
    top: 35%;
    right: -41px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #00556d;
    border-right: 2px solid #00556d;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}

.section-course .bgn55-course .block .instructors-list .description .expand {
  /*全体*/
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-course .block .instructors-list .description .expand {
    padding-bottom: 10px;
    max-height: 50px;
    overflow: hidden;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: 1.7;
  }
  .section-course .bgn55-course .block .instructors-list .description .expand::before {
    /*グラデーション部分*/
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    pointer-events: none;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

@media print, screen and (min-width: 568px) {
  .section-course .bgn55-course .block .instructors-list--split3 .instructor {
    margin-left: 28px;
    width: calc((100% - 56px) / 3);
  }
  .section-course .bgn55-course .block .instructors-list--split3 .instructor:nth-child(3n+1) {
    margin-left: 0;
  }
  .section-course .bgn55-course .block .instructors-list--split3 .summary {
    width: 342px;
  }
  .section-course .bgn55-course .block .instructors-list--split2 {
    padding: 0 32px;
  }
  .section-course .bgn55-course .block .instructors-list--split2 .instructor {
    margin-left: 58px;
    width: calc((100% - 58px) / 2);
  }
  .section-course .bgn55-course .block .instructors-list--split2 .instructor:nth-child(odd) {
    margin-left: 0;
  }
  .section-course .bgn55-course .block .instructors-list--split2 .summary {
    width: 480px;
  }
}

.section-course .bgn55-course .block + .block {
  margin-top: 90px;
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-course .block + .block {
    margin-top: 50px;
  }
}

.section-course .bgn55-course .block--beginner .job {
  color: #1ac71e;
}

.section-course .bgn55-course .block--beginner .summary dd:before {
  background-color: #1ac71e;
}

.section-course .bgn55-course .block--intermediate .job {
  color: #eba000;
}

.section-course .bgn55-course .block--intermediate .summary dd:before {
  background-color: #eba000;
}

.section-course .bgn55-course .block--advanced .job {
  color: #1171de;
}

.section-course .bgn55-course .block--advanced .summary dd:before {
  background-color: #1171de;
}

.section-course .bgn55-section__conductor {
  background-color: #eff2f4;
  margin-top: 44px;
  padding: 60px 0 40px;
}

@media screen and (max-width: 567px) {
  .section-course .bgn55-section__conductor {
    margin-top: 20px;
    padding: 30px 12px;
  }
}

/*
  check
*/
.section-check {
  background-color: #fff;
  background-image: url(../img/bg_02.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 68px;
}

@media screen and (max-width: 567px) {
  .section-check {
    background-image: url(../img/bg_02_sp.jpg);
    background-position: center top 70vw;
    background-size: 100% auto;
    padding: 0 12px 40px;
  }
}

@media screen and (max-width: 567px) {
  .section-check .headline {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.section-check .lead {
  font-size: 2.8rem;
}

@media screen and (max-width: 567px) {
  .section-check .lead {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.section-check .description {
  margin-top: 40px;
}

@media screen and (max-width: 567px) {
  .section-check .description {
    margin-top: 20px;
  }
}

.section-check .column {
  margin-top: 48px;
}

@media screen and (max-width: 567px) {
  .section-check .column {
    margin-top: 30px;
  }
}

.section-check .btn {
  margin-top: 44px;
}

@media screen and (max-width: 567px) {
  .section-check .btn {
    margin-top: 30px;
  }
}

/*
  results
*/
.section-results {
  padding-bottom: 76px;
}

@media screen and (max-width: 567px) {
  .section-results {
    padding: 0 12px 40px;
  }
}

.section-results .headline {
  margin-bottom: 28px;
}

@media screen and (max-width: 567px) {
  .section-results .headline {
    margin-bottom: 20px;
    margin-left: -12px;
    margin-right: -12px;
  }
}

.section-results .description {
  margin-top: 36px;
}

@media screen and (max-width: 567px) {
  .section-results .description {
    margin-top: 20px;
  }
}

/*
  schedule
*/
.section-schedule {
  padding-bottom: 60px;
}

.section-schedule .headline {
  background-color: #00556d;
  height: 100px;
  margin-bottom: 36px;
}

@media screen and (max-width: 567px) {
  .section-schedule .headline {
    height: 55px;
    margin-bottom: 20px;
  }
  .section-schedule .headline img {
    height: 4.8vw;
  }
}

.section-schedule .lead {
  font-size: 1.6rem;
}

@media screen and (max-width: 567px) {
  .section-schedule .lead {
    font-size: 1.5rem;
    padding: 0 12px;
  }
}

.section-schedule .lead em {
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 567px) {
  .section-schedule .lead em {
    font-size: 1.8rem;
  }
}

.section-schedule .lead p + p {
  margin-top: 1em;
}

.section-schedule .lead .att {
  margin-top: 8px;
}

@media screen and (max-width: 567px) {
  .section-schedule .lead .att {
    margin-top: 15px;
  }
}

.section-schedule .btn {
  margin-top: 30px;
}

@media screen and (max-width: 567px) {
  .section-schedule .btn img {
    width: 90%;
  }
}

.section-schedule .schedule-utility {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-utility {
    display: block;
    margin-top: 30px;
    padding: 0 12px;
  }
}

.section-schedule .schedule-message {
  /* 講座がないときに表示するメッセージ */
  color: #c80000;
  font-weight: bold;
  font-size: 2.4rem;
  margin-top: 30px;
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-message {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

.section-schedule .schedule-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-down {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-down li {
    width: 31%;
  }
}

@media print, screen and (min-width: 568px) {
  .section-schedule .schedule-down li + li {
    margin-left: 20px;
  }
}

.section-schedule .schedule-down button {
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 12px 0;
  width: 180px;
  -webkit-appearance: none;
  opacity: 1;
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-down button {
    font-size: 1.5rem;
    width: 100%;
  }
}

.section-schedule .schedule-down button.active {
  opacity: .5;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}

.section-schedule .schedule-down button:focus {
  border: none;
  outline: none;
}

.section-schedule .schedule-down button.beginner {
  background-color: #1ac71e;
}

.section-schedule .schedule-down button.intermediate {
  background-color: #eba000;
}

.section-schedule .schedule-down button.advanced {
  background-color: #1171de;
}

.section-schedule button.schedule-down-cancel {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  margin-left: 30px;
  text-decoration: underline;
  -webkit-appearance: none;
  opacity: 1;
}

.section-schedule button.schedule-down-cancel:focus {
  border: none;
  outline: none;
}

.section-schedule button.schedule-down-cancel:hover {
  opacity: 0.7;
}

@media screen and (max-width: 567px) {
  .section-schedule button.schedule-down-cancel {
    font-size: 1.4rem;
    margin: 20px 0 0;
  }
}

.section-schedule .schedule-body {
  margin: 25px auto 0 auto;
  max-width: 900px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-body {
    margin-top: 30px;
  }
}

.section-schedule .schedule-list__conceal-upper {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.7)), to(white));
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, white 100%);
  content: '';
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  right: 50px;
  top: 0;
  z-index: 100;
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-list__conceal-upper {
    right: 20px;
  }
}

.section-schedule .schedule-list__conceal-bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.7)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, white 100%);
  bottom: 1px;
  content: '';
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  right: 50px;
  z-index: 100;
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-list__conceal-bottom {
    right: 20px;
  }
}

.section-schedule .schedule-title {
  background-color: #eee;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 12px 0;
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-title {
    font-size: 2rem;
    padding: 15px 0;
  }
}

.section-schedule .schedule-list {
  background-color: #fff;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-list {
    padding: 0 20px;
  }
}

.section-schedule .schedule-list .schedule-list__inner {
  border-bottom: 1px solid #eee;
  position: relative;
  height: 410px;
  overflow: auto;
  padding: 36px 36px 0 36px;
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-list .schedule-list__inner {
    height: 400px;
    padding: 35px 10px 45px 10px;
  }
}

@media print, screen and (min-width: 568px) {
  .section-schedule .schedule-list .schedule-list__inner:after {
    content: '';
    display: block;
    height: 36px;
  }
}

@media print, screen and (min-width: 568px) {
  .section-schedule .schedule-list .day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section-schedule .schedule-list .day.hidden {
  display: none;
}

.section-schedule .schedule-list .day .date {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2.4rem;
  padding-top: .15em;
  width: 8em;
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-list .day .date {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 10px;
    width: auto;
  }
}

.section-schedule .schedule-list .day .date .sat {
  color: #1171de;
}

.section-schedule .schedule-list .day .date .sun {
  color: #de1111;
}

.section-schedule .schedule-list .day .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 568px) {
  .section-schedule .schedule-list .day .item-list {
    margin: -18px 0 0 -45px;
  }
}

.section-schedule .schedule-list .day .item-list .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #b2b2b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 40px;
  margin-top: 18px;
  width: 292px;
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-list .day .item-list .item {
    height: 50px;
    margin: 0;
    width: 100%;
  }
}

.section-schedule .schedule-list .day .item-list .item.hidden {
  display: none;
}

.section-schedule .schedule-list .day .item-list .item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
}

.section-schedule .schedule-list .day .item-list .item .label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0px;
  color: #fff;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% + 2px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: relative;
  top: 0px;
  left: -1px;
  width: 50px;
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-list .day .item-list .item .label {
    font-size: 4.5vw;
    width: 12vw;
  }
}

.section-schedule .schedule-list .day .item-list .item .name {
  margin-left: 12px;
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-list .day .item-list .item .name {
    font-size: 4vw;
  }
}

.section-schedule .schedule-list .day .item-list .item .time {
  margin-left: 16px;
  margin-right: auto;
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-list .day .item-list .item .time {
    font-size: 4vw;
  }
}

.section-schedule .schedule-list .day .item-list .item .full-label {
  background-color: #ff0000;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 5px;
  margin-right: 5px;
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-list .day .item-list .item .full-label {
    font-size: 3.5vw;
    padding: .4em;
  }
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-list .day .item-list .item:not(.hidden) + .item {
    margin-top: 20px;
  }
}

.section-schedule .schedule-list .day .item-list .item--beginner .label {
  background-color: #1ac71e;
}

.section-schedule .schedule-list .day .item-list .item--intermediate .label {
  background-color: #eba000;
}

.section-schedule .schedule-list .day .item-list .item--advanced .label {
  background-color: #1171de;
}

.section-schedule .schedule-list .day .item-list .item--full {
  border-color: rgba(178, 178, 178, 0.4);
}

.section-schedule .schedule-list .day .item-list .item--full .label {
  background-color: #9d9d9d;
}

.section-schedule .schedule-list .day .item-list .item--full .label,
.section-schedule .schedule-list .day .item-list .item--full .name,
.section-schedule .schedule-list .day .item-list .item--full .time {
  opacity: 0.4;
}

.section-schedule .schedule-list .day:not(.hidden) ~ .day {
  margin-top: 18px;
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-list .day:not(.hidden) ~ .day {
    margin-top: 30px;
  }
}

.section-schedule .schedule-att {
  color: #ff0000;
  font-size: 1.8rem;
  margin-top: 16px;
  text-align: left;
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-att {
    font-size: 1.3rem;
    margin-top: 30px;
    padding: 0 12px;
  }
}

.section-schedule .schedule-att__title {
  font-weight: bold;
  margin-bottom: 6px;
}

.section-schedule .schedule-att li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-schedule .schedule-att li:before {
  background-color: #ff0000;
  border-radius: 50%;
  content: '';
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: .7em;
  margin-top: .35em;
  margin-right: .35em;
  width: .7em;
}

.section-schedule .schedule-att li + li {
  margin-top: 4px;
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-att li + li {
    margin-top: 8px;
  }
}

.section-schedule .schedule-tel {
  margin-top: 40px;
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-tel {
    margin-top: 30px;
    padding: 0 12px;
  }
}

.section-schedule .schedule-tel .title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-tel .title {
    font-size: 1.9rem;
  }
}

.section-schedule .schedule-tel .title:before {
  background-image: url(../img/icon_02-tel.png);
  background-size: contain;
  content: '';
  display: inline-block;
  height: 39px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 44px;
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-tel .title:before {
    height: 30px;
    width: 32px;
  }
}

.section-schedule .schedule-tel .tel {
  margin: 30px 0 25px;
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-tel .tel {
    font-size: 1.4rem;
    margin: 20px 0;
  }
  .section-schedule .schedule-tel .tel img {
    width: 75%;
  }
}

.section-schedule .schedule-tel .btn {
  margin-top: 20px;
}

@media screen and (max-width: 567px) {
  .section-schedule .schedule-tel .btn {
    margin-top: 30px;
  }
  .section-schedule .schedule-tel .btn img {
    width: 70%;
  }
}

/*
  access
*/
.section-access {
  padding-bottom: 76px;
}

@media screen and (max-width: 567px) {
  .section-access {
    padding-bottom: 40px;
  }
}

.section-access .headline {
  margin-bottom: 40px;
}

@media screen and (max-width: 567px) {
  .section-access .headline {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 567px) {
  .section-access .headline img {
    height: 4.2vw;
  }
}

@media screen and (max-width: 567px) {
  .section-access .lead {
    padding: 0 12px;
  }
}

.section-access .access-map {
  margin: 60px auto 0;
  max-width: 1140px;
  text-align: left;
}

@media print, screen and (min-width: 568px) {
  .section-access .access-map {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "title title"
 "map info"
 "map link";
    -ms-grid-columns: max-content auto;
        grid-template-columns: -webkit-max-content auto;
        grid-template-columns: max-content auto;
    -ms-grid-rows: auto 1fr auto;
        grid-template-rows: auto 1fr auto;
    grid-column-gap: 36px;
  }
}

@media screen and (max-width: 567px) {
  .section-access .access-map {
    margin-top: 40px;
    padding: 0 12px;
  }
}

.section-access .access-map__title {
  background: #fff;
  border: 1px solid #00556d;
  grid-area: title;
  margin-bottom: 32px;
  padding: 10px 0;
  text-align: center;
}

@media screen and (max-width: 567px) {
  .section-access .access-map__title {
    margin-bottom: 20px;
  }
  .section-access .access-map__title img {
    height: 4.8vw;
  }
}

.section-access .access-map__map {
  grid-area: map;
}

.section-access .access-map__info {
  grid-area: info;
}

@media screen and (max-width: 567px) {
  .section-access .access-map__info {
    margin-top: 20px;
  }
}

.section-access .access-map__info dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00556d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

@media screen and (max-width: 567px) {
  .section-access .access-map__info dt {
    font-size: 1.8rem;
  }
}

.section-access .access-map__info dt:before {
  background-color: #00556d;
  content: '';
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: .6em;
  margin-right: .3em;
  margin-top: -.15em;
  width: .6em;
}

.section-access .access-map__info dt ~ dt {
  margin-top: 12px;
}

@media screen and (max-width: 567px) {
  .section-access .access-map__info dt ~ dt {
    margin-top: 15px;
  }
}

.section-access .access-map__info dd {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 567px) {
  .section-access .access-map__info dd {
    font-size: 1.4rem;
  }
}

.section-access .access-map__link {
  grid-area: link;
}

@media screen and (max-width: 567px) {
  .section-access .access-map__link {
    margin-top: 20px;
    text-align: center;
  }
  .section-access .access-map__link img {
    width: 200px;
  }
}

/*
  concieria
*/
.section-concieria {
  overflow: hidden;
}

.section-concieria .headline {
  margin-bottom: 56px;
}

@media screen and (max-width: 567px) {
  .section-concieria .headline {
    margin-bottom: 30px;
  }
  .section-concieria .headline img {
    height: 4.6vw;
  }
}

.section-concieria .lead {
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 567px) {
  .section-concieria .lead {
    font-size: 1.7rem;
  }
}

.section-concieria .logo {
  margin-top: 20px;
}

@media screen and (max-width: 567px) {
  .section-concieria .logo {
    text-align: center;
    margin-top: 5px;
  }
  .section-concieria .logo img {
    width: 60%;
  }
}

.section-concieria .btn {
  margin-top: 60px;
}

@media screen and (max-width: 567px) {
  .section-concieria .btn {
    margin-top: 40px;
  }
  .section-concieria .btn img {
    width: 90%;
  }
}

.bukken-index {
  max-width: 1090px;
  margin: 36px auto 0 auto;
}

@media screen and (max-width: 567px) {
  .bukken-index {
    margin-top: 20px;
  }
}

.bukken-index__header {
  text-align: center;
}

@media screen and (max-width: 567px) {
  .bukken-index__header {
    margin-bottom: 20px;
  }
}

.bukken-index__title {
  display: inline-block;
  font-size: 4.5rem;
  position: relative;
}

@media print, screen and (min-width: 568px) {
  .bukken-index__title {
    margin-bottom: 45px;
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 567px) {
  .bukken-index__title {
    font-size: 2.6rem;
  }
}

.bukken-index__title span {
  display: block;
  font-size: 2.8rem;
  margin-bottom: 12px;
}

@media screen and (max-width: 567px) {
  .bukken-index__title span {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}

@media print, screen and (min-width: 568px) {
  .bukken-index__title:after {
    background-color: #333;
    bottom: 0;
    content: '';
    height: 1px;
    position: absolute;
    left: 1.2em;
    right: 1.2em;
  }
}

.slick-track {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-track:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.bukken-index__links {
  position: relative;
}

@media screen and (max-width: 567px) {
  .bukken-index__links {
    padding: 0;
  }
}

.bukken-index__links .slick-slide {
  background-color: #fff;
  height: auto;
  width: 352px;
  margin: 0 8px;
  float: none;
}

@media screen and (max-width: 567px) {
  .bukken-index__links .slick-slide {
    width: 72.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bukken-index__links .slick-slide > div {
  border: 1px solid #aaa;
  height: 100%;
}

@media screen and (max-width: 567px) {
  .bukken-index__links .slick-slide > div {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.bukken-index__links .links__item {
  text-align: left;
  line-height: 1.5;
  height: 100%;
  position: relative;
}

.bukken-index__links .links__item:after {
  background-image: url(../img/icon_03-blank.png);
  background-size: contain;
  bottom: 12px;
  content: '';
  display: inline-block;
  height: 15px;
  right: 12px;
  width: 16px;
  position: absolute;
}

@media screen and (max-width: 567px) {
  .bukken-index__links .links__item:after {
    bottom: 10px;
    right: 10px;
  }
}

.bukken-index__links .links__item span {
  display: inline-block;
}

.bukken-index__links .links__item a {
  display: block;
  height: 100%;
  padding: 10px 10px 32px 10px;
  position: relative;
}

@media screen and (max-width: 567px) {
  .bukken-index__links .links__item a {
    padding: 5px 5px 25px 5px;
  }
}

.bukken-index__links .item__image {
  margin-bottom: 12px;
  line-height: 1;
}

@media print, screen and (min-width: 568px) {
  .bukken-index__links .item__image img {
    width: 330px;
  }
}

@media screen and (max-width: 567px) {
  .bukken-index__links .item__image {
    margin-bottom: 7px;
  }
}

.bukken-index__links .item__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 567px) {
  .bukken-index__links .item__title {
    font-size: 1.4rem;
    margin-bottom: .2em;
  }
}

.bukken-index__links .item__description {
  font-size: 1.4rem;
  margin-bottom: .3em;
}

@media screen and (max-width: 567px) {
  .bukken-index__links .item__description {
    font-size: 1.1rem;
  }
}

.bukken-index__links .item__copy {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 12px;
}

@media screen and (max-width: 567px) {
  .bukken-index__links .item__copy {
    font-size: 1.2rem;
  }
}

.bukken-index__links .slick-arrow {
  background: none;
  background-image: url(../img/icon_04-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  cursor: pointer;
  height: 65px;
  width: 43px;
  text-indent: -9999px;
  -webkit-appearance: none;
  position: absolute;
  z-index: 1000;
  top: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  margin-top: -32px;
}

.bukken-index__links .slick-arrow:active, .bukken-index__links .slick-arrow:focus {
  border: none;
  outline: none;
}

.bukken-index__links .slick-prev {
  left: -52px;
}

.bukken-index__links .slick-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: -52px;
}

@media print, screen and (min-width: 568px) {
  .bukken-index__links.slide-few .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -4px;
    margin-right: -4px;
  }
}

.bukken-index__links.slide-few .slick-slide {
  float: none;
}

@media print, screen and (min-width: 568px) {
  .bukken-index__links.slide-few .slick-track {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bukken-index__links.slide-few .slick-list:before, .bukken-index__links.slide-few .slick-list:after {
  content: none;
}

/*
  outline
*/
.section-outline {
  margin: 60px auto 0 auto;
  max-width: 1060px;
  padding-bottom: 40px;
  text-align: left;
}

@media screen and (max-width: 567px) {
  .section-outline {
    margin-top: 50px;
    padding: 0 12px 40px;
  }
}

.section-outline .title {
  margin-bottom: 12px;
}

@media screen and (max-width: 567px) {
  .section-outline .title img {
    height: 10vw;
  }
}

.section-outline table {
  background-color: #f2f3f4;
  font-size: 1.5rem;
}

.section-outline th, .section-outline td {
  border: 1px solid #dadbdc;
  line-height: 1.5;
  padding: 10px;
}

@media print, screen and (min-width: 568px) {
  .section-outline th {
    width: 200px;
  }
  .section-outline td {
    width: 330px;
  }
}

@media screen and (max-width: 567px) {
  .section-outline table {
    font-size: 1.4rem;
  }
  .section-outline tr {
    display: block;
  }
  .section-outline th, .section-outline td {
    display: block;
    padding: 5px;
    width: auto;
  }
  .section-outline td:nth-child(2),
  .section-outline td:nth-child(4) {
    background-color: #fff;
    padding-bottom: 15px;
  }
}

/*------------------------------------------------------
 FOOTER
------------------------------------------------------*/
.bgn55-footer {
  background-color: #f8f9fa;
  border-top: 1px solid #999;
  padding-top: 40px;
}

@media screen and (max-width: 567px) {
  .bgn55-footer {
    padding-top: 20px;
    margin-bottom: 9vh;
  }
}

.bgn55-footer__head {
  font-size: 1.4rem;
  margin: 0 auto;
  max-width: 1060px;
}

@media print, screen and (min-width: 568px) {
  .bgn55-footer__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 567px) {
  .bgn55-footer__head {
    font-size: 1.2rem;
    text-align: center;
  }
}

@media screen and (max-width: 567px) {
  .bgn55-footer__head .logo {
    margin-bottom: 15px;
    text-align: center;
  }
  .bgn55-footer__head .logo img {
    width: 60%;
  }
}

.bgn55-footer__sitemap {
  font-size: 1.3rem;
  margin: 40px 0 0 0;
}

@media print, screen and (min-width: 568px) {
  .bgn55-footer__sitemap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 567px) {
  .bgn55-footer__sitemap {
    font-size: 1.2rem;
    margin-top: 30px;
    text-align: center;
  }
}

.bgn55-footer__sitemap li {
  padding: 0 15px;
}

@media screen and (max-width: 567px) {
  .bgn55-footer__sitemap li a {
    text-decoration: underline;
  }
}

.bgn55-footer__sitemap li + li {
  border-left: 1px solid #333;
}

@media screen and (max-width: 567px) {
  .bgn55-footer__sitemap li + li {
    border: none;
    margin-top: 10px;
  }
}

.bgn55-footer__bottom {
  background-color: #000;
  color: #6d6d6d;
  font-size: 1.2rem;
  margin-top: 16px;
  padding: 12px 0;
  text-align: center;
}

@media screen and (max-width: 567px) {
  .bgn55-footer__bottom {
    font-size: 1rem;
    margin-top: 30px;
  }
}
/*# sourceMappingURL=beginner55.css.map */