@charset "UTF-8";
/*
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
/* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
/* iOS 8+ */
  font-size: 62.5%;
}
*,
::before,
::after {
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
/* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
/* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
/* Reset `padding` and `margin` of all elements */
  margin: 0;
  color: #181818;
  font-style: normal;
  font: 16px/180% "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  font-feature-settings: "palt";
}
/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
/* Show the overflow in Edge and IE */
}
/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item;
/* Add the correct display in all browsers */
}
small {
  font-size: 80%;
/* Set font-size to 80% in `small` elements */
}
[hidden],
template {
  display: none;
/* Add the correct display in IE */
}
abbr[title] {
  border-bottom: 1px dotted;
/* Add a bordered underline effect in all browsers */
  text-decoration: none;
/* Remove text decoration in Firefox 40+ */
}
a {
  background-color: transparent;
/* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
/* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active,
a:hover {
  outline-width: 0;
/* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
/* Specify the font family of code elements */
}
b,
strong {
  font-weight: bolder;
/* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}
dfn {
  font-style: italic;
/* Address styling not present in Safari and Chrome */
}
/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
li {
  list-style-type: none;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto;
/* Firefox 36+ */
}
[type="search"] {
  -webkit-appearance: textfield;
/* Safari 8+ */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
/* Safari 8 */
}
textarea {
  overflow: auto;
/* Internet Explorer 11+ */
  resize: vertical;
/* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
/* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold;
/* Restore the font weight unset by the previous rule. */
}
button {
  overflow: visible;
/* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
/* Correct the inability to style clickable types in iOS */
}
button,
select {
  text-transform: none;
/* Firefox 40+, Internet Explorer 11- */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
/* Style select like a standard input */
select {
  -moz-appearance: none;
/* Firefox 36+ */
  -webkit-appearance: none;
/* Chrome 41+ */
}
select::-ms-expand {
  display: none;
/* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
/* Internet Explorer 11+ */
}
legend {
  border: 0;
/* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
/* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
/* Correct the text wrapping in Edge and IE */
  max-width: 100%;
/* Correct the text wrapping in Edge and IE */
  white-space: normal;
/* Correct the text wrapping in Edge and IE */
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
/* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
/* Change font properties to `inherit` in Chrome and Safari */
}
[type="search"] {
  -webkit-appearance: textfield;
/* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
/* Correct the outline style in Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
/* Remove border when inside `a` element in IE 8/9/10 */
  max-width: 100%;
  height: auto;
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
/* Internet Explorer 11- */
}
audio,
canvas,
progress,
video {
  display: inline-block;
/* Internet Explorer 11+, Windows Phone 8.1+ */
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
/* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
/* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
.u__section {
  background: url("../img/separator.png") repeat-x 0 0;
  position: relative;
  padding-top: 45px;
}
.u__sub {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 600;
  background: #d00c3c;
  width: 305px;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  padding: 5px 0;
}
.u__sub.-orange {
  background: #feaf05;
}
.u__title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 45px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .u__section {
    padding-top: 5.85938vw;
  }
  .u__sub {
    top: -2.21354vw;
    width: 39.71354vw;
    font-size: 1.30208rem;
    line-height: 1;
    padding: 0.65104vw 0;
  }
  .u__title {
    font-size: 2.60417rem;
    margin-bottom: 5.85938vw;
  }
}
.application__flow {
  margin: 0 25px 75px;
}
.application__flow h5 {
  background: #2e2624;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  padding: 8px;
  position: relative;
}
.application__flow h5::after {
  content: '';
  background: url("../img/arrow.png") no-repeat;
  width: 28px;
  display: block;
  height: 14px;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  transform: rotate(180deg);
}
.application__flow h5.-on::after {
  transform: rotate(0);
}
.application__accordion {
  margin-bottom: 10px;
}
.application__accordionInner {
  display: none;
  margin-bottom: 70px;
  padding: 30px 20px 0;
}
.application__accordionInner p {
  font-size: 26px;
}
.application__accordionInner ol {
  background: #e4f2f4;
  margin: 30px 0;
  padding: 25px 20px;
}
.application__accordionInner ol li {
  font-size: 26px;
  text-indent: -1em;
  margin-left: 1em;
}
.application__accordionInner dl {
  margin-bottom: 40px;
}
.application__accordionInner dl dt {
  color: #d00c3c;
  font-weight: bold;
  font-size: 26px;
}
.application__accordionInner dl dt:before {
  content: '▼';
}
.application__accordionInner dl dd.title {
  font-weight: bold;
  font-size: 30px;
}
.application__accordionInner dl dd.txt {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .application__flow {
    margin: 0 25px 75px;
  }
  .application__flow h5 {
    font-size: 1.5rem;
  }
  .application__flow h5::after {
    width: 14px;
    height: 7px;
    top: calc(50% - 3px);
    background-size: contain;
  }
  .application__flow h5.-on::after {
    transform: rotate(0);
  }
  .application__accordion {
    margin-bottom: 10px;
  }
  .application__accordionInner {
    display: none;
    margin-bottom: 35px;
    padding: 15px 10px 0;
  }
  .application__accordionInner p {
    font-size: 1.5rem;
  }
  .application__accordionInner ol {
    background: #e4f2f4;
    margin: 15px 0;
    padding: 15px 10px;
  }
  .application__accordionInner ol li {
    font-size: 1.5rem;
  }
  .application__accordionInner dl {
    margin-bottom: 20px;
  }
  .application__accordionInner dl dt {
    font-size: 1.5rem;
  }
  .application__accordionInner dl dt:before {
    content: '▼';
  }
  .application__accordionInner dl dd.title {
    font-size: 1.8rem;
  }
  .application__accordionInner dl dd.txt {
    font-size: 1.5rem;
  }
}
.application {
  margin-top: 50px;
  margin-bottom: 120px;
}
.application__box {
  padding: 0 45px 40px;
}
.application__box p {
  margin-bottom: 45px;
  font-size: 22px;
}
.application__box p img {
  vertical-align: middle;
  display: inline-block;
  margin: 0 5px;
}
.application__box p a {
  color: #d00c3c;
  font-size: inherit;
  font-weight: bold;
}
.application__box p span {
  font-size: inherit;
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.application__box dl {
  text-align: center;
  margin-bottom: 45px;
}
.application__box dl dt,
.application__box dl dd {
  color: #d62020;
  font-weight: bold;
}
.application__box dl dt {
  background: #f7ee12;
  font-size: 30px;
}
.application__box dl dd {
  font-size: 24px;
}
.application__how {
  position: relative;
}
.application__how h4 {
  margin: 0 auto;
  position: relative;
  top: -25px;
  width: 490px;
  border: #d00c3c 2px solid;
  background: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 5px;
  z-index: 200;
}
.application__how h4::after,
.application__how h4::before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}
.application__how h4::after {
  border-color: rgba(249,255,247,0);
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 23px;
  border-right-width: 23px;
  margin-left: -23px;
  border-top-color: #f9fff7; /* 三角の塗り */
}
.application__how h4::before {
  border-color: rgba(0,153,255,0);
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 24px;
  border-right-width: 24px;
  margin-left: -24px;
  margin-top: 2px;
  border-top-color: #d00c3c; /* 三角の線の色 */
}
.application__qrBox {
  display: block;
  background: #faece8;
  position: relative;
}
.application__qrBoxCont {
  padding: 70px 15px 40px;
}
.application__qrBoxCont > ul > li {
  font-size: 22px;
  line-height: 1.4;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 35px;
}
.application__qrBoxCont > ul > li p {
  font-size: 22px;
  line-height: 1.4;
}
.application__qrBoxCont > ul > li p img {
  margin: 0 5px 0 0;
}
.application__qrBoxCont > ul > li ul.course {
  margin-left: 1.5em;
}
.application__qrBoxCont > ul > li ul.course li img {
  position: relative;
  top: 5px;
  margin-left: 5px;
}
.application__qrBoxCont > ul > li ul.course li a {
  font-size: 17px;
}
.application__qrBoxCont > ul > li ul.btn {
  margin-left: 1em;
  display: flex;
  margin-top: 20px;
}
.application__qrBoxCont > ul > li ul.btn li:first-child {
  margin-right: 20px;
}
.application__qrBoxCont > ul > li a {
  font-size: 22px;
  color: #d00c3c;
}
.-app .application__mailInner {
  margin-bottom: 50px;
}
.application__mailInner {
  background: #faece8;
  position: relative;
  top: -50px;
  padding: 70px 45px 40px;
}
.application__mailInner ol li {
  font-size: 22px;
  margin-bottom: 30px;
}
.application__mailInner ol li img {
  margin: 0 5px;
  position: relative;
  top: 4px;
}
.application__mailInner ol li:last-child {
  margin-bottom: 0;
}
.application__mailInner ol li a {
  font-size: inherit;
  color: #d00c3c;
}
.application__mailInner ol li .sub {
  background: #fff;
  margin-left: 1.5em;
  margin-top: 10px;
  padding: 25px 45px;
  font-size: 20px;
}
.application__mailInner ol li .sub p,
.application__mailInner ol li .sub dl,
.application__mailInner ol li .sub dt,
.application__mailInner ol li .sub dl dd {
  font-size: 20px;
}
.application__mailInner ol li .sub dl {
  display: flex;
}
.application__mailInner ol li .sub dl dt {
  white-space: nowrap;
}
.application__mailInner ol li .sub dl dd {
  margin-left: 10px;
}
.application__shopInner {
  background: #faece8;
  position: relative;
  top: -50px;
  padding: 70px 45px 40px;
}
.application__shopInner > ol > li {
  font-size: 22px;
  margin-bottom: 30px;
}
.application__shopInner > ol > li img {
  margin: 0 5px;
  position: relative;
  top: 5px;
}
.application__shopInner > ol > li ul {
  text-align: center;
  margin-top: 10px;
}
.application__shopInner > ol > li ul li {
  display: inline-block;
  font-size: 20px;
  margin-right: 20px;
}
.application__shopInner > ol > li ul li:last-child {
  margin-right: 0;
}
.application__shopInner > ol > li a {
  font-size: inherit;
  color: #d00c3c;
}
.application__btn {
  max-width: 400px;
  margin: 0 auto 25px;
}
.application__btn a {
  background: #1cb4a4;
  color: #fff;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 22px;
  padding: 10px 0;
}
.application__btn a img {
  margin-left: 5px;
  position: relative;
  top: 5px;
}
.application__cancel {
  text-align: center;
  font-size: 22px;
}
.application__cancel img {
  margin: 0 5px;
  position: relative;
  top: 3px;
}
.application__cancel a {
  font-size: inherit;
  color: #1093f0;
}
@media screen and (max-width: 768px) {
  .application {
    margin-bottom: 15.625vw;
  }
  .application__box {
    padding: 0 5.85938vw 5.20833vw;
  }
  .application__box p {
    margin-bottom: 5.85938vw;
    font-size: 1.6rem;
  }
  .application__box p img {
    margin: 0 vm(5);
    width: 2.60417vw;
  }
  .application__box dl {
    margin-bottom: 5.85938vw;
  }
  .application__box dl dt {
    font-size: 1.95313rem;
  }
  .application__box dl dd {
    font-size: 1.5625rem;
  }
  .application__how h4 {
    top: -3.25521vw;
    width: 63.80208vw;
    font-size: 1.5625rem;
    padding-bottom: 0.65104vw;
  }
  .application__how h4 img {
    width: 17.96875vw;
  }
  .application__how h4::after {
    border-top-width: 1.69271vw;
    border-bottom-width: 1.69271vw;
    border-left-width: 2.99479vw;
    border-right-width: 2.99479vw;
    margin-left: -2.99479vw;
  }
  .application__how h4::before {
    border-top-width: 1.69271vw;
    border-bottom-width: 1.69271vw;
    border-left-width: 3.125vw;
    border-right-width: 3.125vw;
    margin-left: -3.125vw;
    margin-top: 0.26042vw;
  }
  .application__qrBox {
    top: 0;
  }
  .application__qrBoxCont {
    width: 60.67708vw;
    padding: 9.11458vw 1.95313vw 5.20833vw 5.85938vw;
  }
  .application__qrBoxCont > ul > li {
    font-size: 1.30208rem;
    line-height: 1.4;
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 4.55729vw;
  }
  .application__qrBoxCont > ul > li p {
    font-size: 1.30208rem;
    line-height: 1.4;
  }
  .application__qrBoxCont > ul > li p img {
    width: 2.86458vw;
  }
  .application__qrBoxCont > ul > li ul.course {
    margin-left: 1em;
  }
  .application__qrBoxCont > ul > li ul.course li img {
    width: 2.86458vw;
  }
  .application__qrBoxCont > ul > li ul.course li a {
    font-size: 0.91146rem;
  }
  .application__qrBoxCont > ul > li ul.btn {
    margin-left: 1em;
    display: flex;
    margin-top: 2.60417vw;
  }
  .application__qrBoxCont > ul > li ul.btn li:first-child {
    margin-right: 2.60417vw;
  }
  .application__qrBoxCont > ul > li a {
    font-size: 1.30208rem;
  }
  .application__qr {
    width: 36.97917vw;
  }
  .application__qr img {
    width: 26.82292vw;
  }
  .application__mailInner {
    top: -6.51042vw;
    padding: 9.11458vw 5.85938vw 5.20833vw;
  }
  .application__mailInner ol li {
    font-size: 1.6rem;
    margin-bottom: 3.90625vw;
  }
  .application__mailInner ol li img {
    margin: 0 vm(5);
    width: 2.60417vw;
  }
  .application__mailInner ol li .sub {
    background: #fff;
    margin-left: 1.5em;
    margin-top: 1.30208vw;
    padding: 3.25521vw 5.85938vw;
    font-size: 1.17188rem;
  }
  .application__mailInner ol li .sub p,
  .application__mailInner ol li .sub dl,
  .application__mailInner ol li .sub dt,
  .application__mailInner ol li .sub dl dd {
    font-size: 1.17188rem;
  }
  .application__mailInner ol li .sub dl dd {
    margin-left: 1.30208vw;
  }
  .application__shopInner {
    background: #faece8;
    position: relative;
    top: -6.51042vw;
    padding: 9.11458vw 5.85938vw 5.20833vw;
  }
  .application__shopInner > ol > li {
    font-size: 1.6rem;
  }
  .application__shopInner > ol > li img {
    width: 2.60417vw;
    margin: 0 vm(5);
    top: 0.39063vw;
  }
  .application__shopInner > ol > li ul {
    text-align: center;
    margin-top: 1.30208vw;
  }
  .application__shopInner > ol > li ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin-right: 1.30208vw;
  }
  .application__shopInner > ol > li ul li img {
    width: 2.86458vw;
  }
  .application__btn {
    max-width: 52.08333vw;
    margin: 0 auto 3.25521vw;
  }
  .application__btn a {
    font-size: 1.30208rem;
    padding: 1.30208vw 0;
  }
  .application__btn a img {
    margin-left: 0.65104vw;
    top: 0.65104vw;
    width: 2.60417vw;
  }
  .application__cancel {
    font-size: 1.43229rem;
  }
  .application__cancel img {
    width: 2.60417vw;
    margin: 0 vm(5);
    top: 0.39063vw;
  }
}
.caution .u__title {
  margin-bottom: 35px;
}
.caution__inner {
  padding: 0 0 0;
}
.caution__note {
  color: #c00;
  background: #f7ee12;
  font-size: 30px;
  text-align: center;
  margin-bottom: 55px;
}
.caution dl dt,
.caution dl dd {
  font-size: 20px;
}
.caution dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.caution dl dd {
  margin-left: 1em;
  margin-bottom: 30px;
}
.caution dl dd p {
  font-size: 20px;
  text-indent: -1em;
  margin-left: 1em;
}
.caution dl dd ul {
  margin-top: 20px;
}
.caution dl dd ul li {
  font-size: 20px;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .caution .u__title {
    margin-bottom: 4.55729vw;
  }
  .caution__inner {
    padding: 0;
  }
  .caution__note {
    font-size: 1.95313rem;
    margin-bottom: 7.16146vw;
  }
  .caution dl dt,
  .caution dl dd {
    font-size: 1.6rem;
  }
  .caution dl dt {
    margin-bottom: 1.30208vw;
  }
  .caution dl dd {
    margin-left: 1em;
    margin-bottom: 3.90625vw;
  }
  .caution dl dd p {
    font-size: 1.6rem;
    text-indent: -1em;
    margin-left: 1em;
  }
  .caution dl dd ul {
    margin-top: 2.60417vw;
  }
  .caution dl dd ul li {
    font-size: 1.6rem;
    text-indent: -1em;
    margin-left: 1em;
  }
}
.contact {
  text-align: center;
  background: #fff;
  padding: 90px 0 185px;
}
.contact h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 45px;
  font-weight: bold;
}
.contact dl dt {
  font-size: 28px;
  font-weight: bold;
}
.contact dl dt img {
  margin-left: 15px;
}
.contact dl dt a {
  font-weight: bold;
  font-size: 28px;
  text-decoration: none;
}
.contact dl dd {
  font-size: 20px;
}
.contact dl dd a {
  font-size: 20px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .contact {
    text-align: center;
    background: #fff;
    padding: 11.71875vw 0 24.08854vw;
  }
  .contact h2 {
    font-size: 2.60417rem;
    margin-bottom: 5.85938vw;
  }
  .contact dl dt {
    font-size: 1.82292rem;
  }
  .contact dl dt img {
    width: 2.86458vw;
  }
  .contact dl dt a {
    font-size: 1.82292rem;
  }
  .contact dl dd {
    font-size: 1.30208rem;
  }
  .contact dl dd a {
    font-size: 1.30208rem;
  }
}
.course .u__title {
  margin-bottom: 80px;
}
.course__tab {
  display: flex;
}
.course__tab li {
  width: 50%;
}
.course__tab li a.on {
  background-position: 0 0 !important;
}
.course__tab li:first-child a {
  background: url("../img/tab01.png") no-repeat 0 -95px;
}
.course__tab li:last-child a {
  background: url("../img/tab02.png") no-repeat 0 -95px;
}
.course__tab li a {
  display: block;
  height: 95px;
  overflow: hidden;
  text-indent: -9999px;
}
.course__tabContents {
  padding: 54px 43px 67px;
}
.course__tabContents {
  display: none;
}
.course__tabTitle {
  text-align: center;
  font-size: 26px;
  margin-bottom: 28px;
  font-weight: bold;
}
.course__tabTxt {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.2;
}
.course figure {
  margin-bottom: 45px;
}
.course .swiper {
  margin-bottom: 45px;
}
.course .courseTab01,
.course .courseTab02,
.course .courseTab03,
.course .courseTab04 {
  margin-bottom: 10px;
}
.course .courseThumb01 .swiper-wrapper div,
.course .courseThumb02 .swiper-wrapper div,
.course .courseThumb03 .swiper-wrapper div,
.course .courseThumb04 .swiper-wrapper div {
  padding: 0 2px;
}
.course__btn {
  max-width: 305px;
  margin: 0 auto 60px;
}
.course__btn a {
  background: #d00c3c;
  color: #fff;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 22px;
  padding: 10px 0;
}
.course__btn a img {
  margin-left: 5px;
}
.course__table {
  border-collapse: collapse;
  table-layout: fixed;
}
.course__table tr:first-child th {
  width: 20%;
}
.course__table tr:last-child td {
  text-align: left;
}
.course__table tr th {
  background: #f5d8d2;
  color: #231815;
  font-size: 22px;
  font-weight: bold;
}
.course__table tr td span {
  display: block;
  background: #eee;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 5px;
}
.course__table tr td.l {
  text-align: left;
}
.course__table tr th,
.course__table tr td {
  border: 1px solid #faece8;
  text-align: center;
  padding: 15px 5px;
  font-size: 20px;
  line-height: 1.4;
}
.courseBtmText {
	font-size: 18px;
	margin-top: 20px;
}
.course__about,
.course__about2 {
  padding: 65px 45px 40px;
}
.course__about h5,
.course__about2 h5 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 45px;
}
.course__about p,
.course__about2 p {
  margin-bottom: 45px;
  font-size: 22px;
}
.course__about2 p {
	text-align: center;
	font-weight: bold;
	font-size: 200%;
}
@media screen and (max-width: 768px) {
	.course__about2 p {
	  margin-bottom: 0;
	  font-size: 160%;
	}
	.courseBtmText {
		font-size: 14px;
		line-height: 1.2;
	}
}
.cycling hr {
  border: none;
  background: url("../img/separator.png") repeat-x 0 0;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .course .u__title {
    margin-bottom: 10.41667vw;
  }
  .course__tab li:first-child a {
    background: url("../img/tab01.png") no-repeat 0 -12.36979vw;
  }
  .course__tab li:last-child a {
    background: url("../img/tab02.png") no-repeat 0 -12.36979vw;
  }
  .course__tab li a.on {
    background-position: 0 0 !important;
  }
  .course__tab li a {
    background-size: 100% auto !important;
    background-position: 0;
    height: 12.36979vw;
  }
  .course__tabContents {
    padding: 7.03125vw 5.59896vw 8.72396vw;
  }
  .course__tabTitle {
    font-size: 1.43229rem;
    margin-bottom: 3.64583vw;
  }
  .course__tabTxt {
    font-size: 1.6rem;
    margin-bottom: 3.90625vw;
    line-height: 1.2;
  }
  .course figure {
    margin-bottom: 5.85938vw;
  }
  .course .swiper-container {
    margin-bottom: 5.85938vw;
  }
  .course__btn {
    max-width: 55vw;
    margin: 0 auto 7.8125vw;
  }
  .course__btn a {
    font-size: 1.7rem;
    padding: 1.30208vw 0;
  }
  .course__btn a img {
    width: 2.86458vw;
    margin-left: 0.65104vw;
  }
  .course__table tr th {
    font-size: 1.43229rem;
  }
  .course__table tr td span {
    display: block;
    background: #eee;
    font-size: 1.30208rem;
    margin-top: vm(5);
  }
  .course__table tr th,
  .course__table tr td {
    padding: 1.95313vw 0.65104vw;
    font-size: 1.30208rem;
  }
  .course__about {
    padding: 8.46354vw 5.85938vw 10.41667vw;
  }
  .course__about h5 {
    font-size: 1.82292rem;
    margin-bottom: 5.85938vw;
  }
  .course__about p {
    margin-bottom: 5.85938vw;
    font-size: 1.6rem;
  }
}
.cycling {
  background: url("../img/bg_sn.png") no-repeat 0 0 #fff;
  border-bottom: 1px solid #fff;
  padding-top: 102px;
}
.cycling__title {
  text-align: center;
  font-size: 46px;
  line-height: 1.1;
  margin-bottom: 30px;
  font-weight: bold;
  color: #000;
}
.cycling__title span {
  font-size: 32px;
  display: block;
  font-weight: bold;
  color: inherit;
}
.cycling__lead {
  font-size: 28px;
  text-align: center;
  text-decoration: underline;
  margin: 50px 0 80px;
  color: inherit;
}
.cycling__sns {
  text-align: center;
  margin-bottom: 80px;
}
.cycling__sns dt {
  font-size: 28px;
}
.cycling__sns dt.cycling__sub {
  color: #f00;
  margin-bottom: 25px;
  font-size: 26px;
}
.cycling__sns dd ul {
  display: flex;
  justify-content: center;
}
.cycling__sns dd ul li:first-child {
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .cycling {
    background-size: 100% auto;
    padding-top: 13.28125vw;
  }
  .cycling__title {
    font-size: 2.60417rem;
    line-height: 1;
    margin-bottom: 3.64583vw;
  }
  .cycling__title span {
    font-size: 1.82292rem;
  }
  .cycling__lead {
	width: 80%;
    font-size: 22px;
    margin: 50px auto;
  }
  .cycling__sns {
    margin-bottom: 10.41667vw;
  }
  .cycling__sns dt {
    font-size: 2rem;
    margin-bottom: 3.25521vw;
  }
  .cycling__sns dt.cycling__sub {
    margin-bottom: ve(25);
    font-size: 1.6rem;
  }
  .cycling__sns dd ul li img {
    width: 8.07292vw;
  }
  .cycling__sns dd ul li:first-child {
    margin-right: 4.55729vw;
  }
}
.footer {
  background: #d00c3c;
  text-align: center;
  padding: 38px 0;
}
.footer__top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 8000;
  display: none;
}
.footer__copy {
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 4.94792vw 0;
  }
  .footer__top {
    right: 2.60417vw;
    bottom: 10.41667vw;
  }
  .footer__top img {
    width: 15.36458vw;
  }
  .footer__copy {
    font-size: 1.5rem;
  }
}
.header {
  height: 90px;
  background: #fff;
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10000;
  padding: 0 0 0 20px;
}
.header__title {
  font-size: 14px;
  background: url("../img/icon_cycle.png") no-repeat;
  line-height: 1;
  padding-left: 70px;
}
.header__title span {
  font-weight: bold;
  font-size: 24px;
  display: block;
}
.header__nav img {
  display: block;
}
#menu {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  padding: 10px;
  background: #d00c3c;
}
#menu .close {
  text-align: right;
}
#menu > ul {
  max-width: 900px;
  margin: 0 auto;
}
#menu > ul > li br {
  display: none;
}
#menu > ul > li ul {
  margin-left: 20px;
}
#menu > ul > li ul li img.pc {
  margin-left: 10px;
  position: relative;
  top: 3px;
}
#menu > ul > li ul li img.smp {
  display: none;
}
#menu > ul > li ul li a {
  font-size: 20px;
}
#menu > ul > li a {
  text-decoration: none;
  font-size: 28px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header {
    height: 11.71875vw;
    padding: 0 0 0 2.60417vw;
  }
  .header__title {
    font-size: 0.91146rem;
    background: url("../img/icon_cycle.png") no-repeat 0 50%;
    padding-left: 9.11458vw;
    padding-top: 1.30208vw;
    background-size: 8.33333vw 4.94792vw;
  }
  .header__title span {
    font-size: 1.3rem;
  }
  .header__nav img {
    display: block;
    width: 11.71875vw;
  }
  #menu {
    top: 11.71875vw;
    background: #fff;
    padding: 0;
  }
  #menu .close {
    display: none;
  }
  #menu > ul > li {
    border-bottom: 2px solid #fff;
  }
  #menu > ul > li br {
    display: block;
  }
  #menu > ul > li ul {
    margin-left: 0;
    padding-left: 7.8125vw;
    padding-top: 2.60417vw;
    padding-bottom: 2.60417vw;
    background: url("../img/bg_menu.png") repeat-y;
    background-size: 21px 10px;
  }
  #menu > ul > li ul li img.pc {
    display: none;
  }
  #menu > ul > li ul li img.smp {
    display: inline;
    margin-left: 1.30208vw;
    position: relative;
    width: 3.38542vw;
    top: 3px;
  }
  #menu > ul > li ul li a {
    font-size: 1.5625rem;
    color: #d00b3c;
  }
  #menu > ul > li > a {
    display: block;
    background: #d00b3c;
    font-size: 1.82292rem;
    padding: 4.55729vw 8.46354vw;
    line-height: 1.2;
  }
}
.intro {
  background: url("../img/bg_intro.png") no-repeat;
  padding: 46px 43px 70px;
  height: 1064px;
  position: relative;
}
.intro__lead {
  text-align: center;
  line-height: 4;
}
.intro__lead span {
  background: #d00c3c;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 1px 55px;
}
.intro__logo {
  text-align: center;
  margin-bottom: 30px;
}
.intro__logo img {
  display: block;
  margin: 0 auto;
}
.intro__txt li span {
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  font-size: 20px;
  margin-bottom: 12px;
}
.intro__txt li span a,
.intro__txt li span span {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.intro__txt li:nth-child(1) > span {
  font-size: 22px;
  color: #d00c3c;
  background: #f7ee12;
}
.intro__txt li:nth-child(2) > span {
  color: #d00c3c;
  background: #f5d8d2;
  text-align: center;
}
.intro__txt li:nth-child(3) > span {
  background: #2e2624;
}
.intro__txt li span b {
  font-weight: bold;
}
.intro__txt li:nth-child(1) > span b {
  font-size: 21px;
  color: #d00c3c;
}
.intro__txt li:nth-child(2) > span b {
  font-size: 21px;
  color: #d00c3c;
}
.intro__txt li:nth-child(3) > span b {
  font-size: 21px;
  color: #fff;
}
.intro__badge {
  position: absolute;
  right: 6px;
  bottom: -56px;
}
.intro__badge img {
  display: block;
}
@media screen and (max-width: 768px) {
  .intro {
    background-size: 100% auto;
    padding: 2.60417vw 5.59896vw 9.11458vw;
    height: 163.33333vw;
  }
  .intro__lead {
    line-height: 2.5;
  }
  .intro__lead span {
    font-size: 1.6rem;
    padding: 0.13021vw 5.30208vw;
  }
  .intro__lead span br {
    display: block;
  }
  .intro__logo {
    text-align: center;
    margin-bottom: 3.90625vw;
  }
  .intro__logo img {
    width: 100vw;
  }
  .intro__txt li span {
    padding: 0.65104vw 1.30208vw;
    font-size: 1.6rem;
    margin-bottom: 1.5625vw;
  }
  .intro__txt li:nth-child(1) span {
    font-size: 1.6rem;
  }
	.intro__txt li:nth-child(1) > span b {
	  font-size: 1.6rem;
	  color: #d00c3c;
	}
	.intro__txt li:nth-child(2) > span b {
	  font-size: 1.6rem;
	  color: #d00c3c;
	}
	.intro__txt li:nth-child(3) > span b,
	.intro__txt li:nth-child(3) > span .area {
	  font-size: 1.6rem;
	  color: #fff;
	}
	.intro__txt li:nth-child(3) > span {
	  font-size: 1.4rem;
	}
  .intro__badge {
    right: 0.78125vw;
    bottom: -7.29167vw;
  }
  .intro__badge img {
    width: 40.10417vw;
  }
}
body {
  background: #62ddec;
}
body main {
  padding-top: 90px;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body main {
    padding-top: 11.71875vw;
  }
}
.loading {
  text-align: center;
  margin-bottom: 110px;
}
.loading p {
  font-size: 20px;
  margin-bottom: 25px;
}
.loading dl {
  margin-bottom: 40px;
}
.loading dl .last {
  margin-bottom: 0;
}
.loading dl dt {
  font-size: 24px;
  font-weight: bold;
}
.loading dl dd {
  max-width: 305px;
  margin: 0 auto;
}
.loading dl dd a {
  background: #312927;
  color: #fff;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 22px;
  padding: 10px 0;
}
.loading dl dd a img {
  margin-left: 5px;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .loading {
    margin-bottom: 14.32292vw;
  }
  .loading p {
    font-size: 1.6rem;
    margin-bottom: 2.5vw;
  }
  .loading dl {
	margin-top: 5vw;
    margin-bottom: 5.20833vw;
  }
  .loading dl .last {
    margin-bottom: 0;
  }
  .loading dl dt {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .loading dl dd {
    max-width: 39.71354vw;
    margin: 0 auto;
  }
  .loading dl dd a {
    display: block;
    text-decoration: none;
    font-size: 1.6rem;
    padding: 1.30208vw 0;
  }
  .loading dl dd a img {
    margin-left: 0.65104vw;
    position: relative;
    top: 0.13021vw;
    width: 2.86458vw;
  }
}
.rantal {
  margin-bottom: 115px;
}
.rantal ul {
  margin-left: 100px;
  margin-bottom: 50px;
}
.rantal ul li {
  font-size: 20px;
}
.rantal__btn {
  max-width: 305px;
  margin: 0 auto 25px;
}
.rantal__btn a {
  background: #312927;
  color: #fff;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 22px;
  padding: 10px 0;
}
.rantal__btn a img {
  margin-left: 5px;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .rantal {
    margin-bottom: 14.97396vw;
  }
  .rantal ul {
    margin-left: 6.51042vw;
    margin-bottom: 6.51042vw;
  }
  .rantal ul li {
    font-size: 1.6rem;
  }
  .rantal__btn {
    max-width: 39.71354vw;
    margin: 0 auto 3.25521vw;
  }
  .rantal__btn a {
    font-size: 1.6rem;
    padding: 1.30208vw 0;
  }
  .rantal__btn a img {
    margin-left: 0.65104vw;
    position: relative;
    top: 0.13021vw;
    width: 2.86458vw;
  }
}
.rules__inner,
.caution__inner {
  margin-bottom: 80px;
}
.rules__box {
  position: relative;
  padding: 0 45px 40px;
  overflow: hidden;
  height: 250px;
  transition: all 0.5s;
}
.rules__box > ol > li {
  font-size: 20px;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: .5rem;
}
.rules__box > ol > li ul {
  margin-left: 1em;
}
.rules__box > ol > li ul li {
  font-size: 20px;
}
.selfCaution label,
.rules label,
.caution label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 140px;
  cursor: pointer;
  text-align: center;
  background: linear-gradient(to bottom, rgba(250,252,252,0) 0%, #fff 90%);
}
.selfCaution label::after,
.rules label::after,
.caution label::after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 305px;
  content: '続きをよむ';
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  background: #f5d8d2;
  color: #d00b3c;
  font-size: 22px;
  padding: 10px 0;
}
.selfCaution input,
.rules input,
.caution input {
  display: none;
}
.selfCaution input:checked + label,
.rules input:checked + label,
.caution input:checked + label {
  background: inherit;
}
.selfCaution input:checked + label::after,
.rules input:checked + label::after,
.caution input:checked + label::after {
  content: '閉じる';
}
.selfCaution input:checked ~ .rules__box,
.rules input:checked ~ .rules__box,
.caution input:checked ~ .rules__box {
  height: auto;
  padding-bottom: 100px;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .rules__inner {
    margin-bottom: 10.41667vw;
  }
  .rules__box {
    padding: 0 5.85938vw 5.20833vw;
    overflow: hidden;
  }
  .rules__box > ol > li {
    font-size: 1.6rem;
  }
  .rules__box > ol > li ul li {
    font-size: 1.6rem;
  }
  .selfCaution label,
  .caution label,
  .rules label {
    height: 18.22917vw;
  }
  .selfCaution label::after,
  .caution label::after,
  .rules label::after {
    bottom: 2.60417vw;
    width: 39.71354vw;
    content: '続きをよむ';
    font-size: 1.43229rem;
    padding: 1.30208vw 0;
  }
  .rules input:checked ~ .rules__box {
    padding-bottom: 13.02083vw;
  }
}
.self {
  background: #fff url("../img/bg_self.png") no-repeat;
  padding-bottom: 50px;
}
.self__intro {
  padding-top: 80px;
  margin-bottom: 105px;
}
.self__intro h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}
.self__intro figure {
  margin-bottom: 35px;
}
.self__intro dl {
  padding: 0 45px;
}
.self__intro dl dt {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.self__intro dl dd {
  font-size: 20px;
}
.self__introDate {
  text-align: center;
  color: #feaf50;
  font-size: 48px;
  font-weight: bold;
}
.self__introDate span {
  font-weight: inherit;
  color: inherit;
  font-size: 36px;
}
.entry {
  margin-bottom: 100px;
}
.entry__box {
  display: flex;
  justify-content: space-between;
  padding: 0 70px 0 20px;
}
.entry__box figure {
  width: 230px;
}
.entry__cont {
  width: 400px;
}
.entry__cont > ul > li {
  font-size: 22px;
  line-height: 1.4;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 35px;
}
.entry__cont > ul > li p {
  font-size: 22px;
  line-height: 1.4;
}
.entry__cont > ul > li div {
  font-size: 22px;
  text-indent: 0;
}
.entry__cont > ul > li span {
  font-size: 22px;
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.entry__cont > ul > li ul {
  margin-left: 1em;
  text-indent: -0.5em;
}
.entry__cont > ul > li ul.btns {
  display: flex;
  margin-top: 10px;
}
.entry__cont > ul > li ul.btns li:first-child {
  margin-right: 20px;
}
.entry__cont > ul > li ul li {
  font-size: 22px;
}
.entry__cont > ul > li a {
  font-size: 22px;
  color: #1093f0;
}
.entry dl {
  margin-left: auto;
  width: 395px;
}
.entry dl dt {
  background: #feaf05;
  color: #fff;
  font-size: 22px;
  width: 167px;
  text-align: center;
  position: relative;
  left: -50px;
  z-index: 200;
  white-space: nowrap;
}
.entry dl dd {
  width: 395px;
  background: #61ddeb;
  color: #fff;
  font-size: 36px;
  position: relative;
  white-space: nowrap;
  top: -10px;
  padding: 10px 35px;
  line-height: 1.2;
}
.entry dl dd span {
  display: block;
  color: #fff;
  font-size: 16px;
}
.quli {
  margin-bottom: 86px;
}
.quli__list {
  margin: 0 45px;
}
.quli__list li {
  font-size: 20px;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 50px;
}
.quli__list li img {
  margin: 0 5px;
  position: relative;
  top: 5px;
}
.quli__list li a {
  font-size: inherit;
  color: #1093f0;
}
.quli__special {
  background: url("../img/bg_rule.png") no-repeat;
  padding-top: 28px;
}
.quli__special dl {
  width: 637px;
  margin: 0 auto;
}
.quli__special dl dt {
  background: #feaf05;
  color: #fff;
  font-size: 22px;
  width: 167px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 200;
}
.quli__special dl dd {
  background: #e4f2f4;
  padding: 45px 35px;
  position: relative;
  top: -15px;
}
.quli__special dl dd p {
  font-size: 20px;
}
.bring {
  margin-bottom: 100px;
}
.bring__inner {
  padding: 0 45px;
}
.bring__inner dl {
  margin-bottom: 50px;
  background: url("../img/icon_bring.png") no-repeat 0 5px;
  padding-left: 45px;
}
.bring__inner dl dt {
  font-size: 24px;
  font-weight: bold;
}
.bring__inner dl dd {
  font-size: 20px;
}
.bring__inner dl dd a {
  font-size: 20px;
}
.selfCaution {
  background: none;
  padding-bottom: 50px;
}
.selfCaution__inner {
  margin-bottom: 60px;
  position: relative;
  padding: 0 45px;
}
.selfCaution__inner > ul {
  margin-bottom: 50px;
}
.selfCaution__inner > ul > li {
  font-size: 20px;
  text-indent: -0.6em;
  margin-left: 0.2em;
  margin-bottom: 15px;
}
.selfCaution__inner > ul > li::before {
  content: '・';
}
.selfCaution__inner dl {
  margin-bottom: 50px;
}
.selfCaution__inner dl dt {
  font-size: 24px;
  font-weight: bold;
}
.selfCaution__inner dl dt::before {
  content: '■';
}
.selfCaution__inner dl dd {
  margin-left: 1em;
  font-size: 20px;
}
.selfCaution__inner dl dd ul:last-child li::before {
  content: '※';
}
.selfCaution__inner dl dd ul li {
  font-size: 20px;
  text-indent: -0.6em;
  margin-left: 0.2em;
}
.selfCaution__inner dl dd ul li::before {
  content: '・';
}
@media screen and (max-width: 768px) {
  .self {
    background-size: 100% auto;
  }
  .self__intro {
    padding-top: 10.41667vw;
    margin-bottom: 13.67188vw;
  }
  .self__intro h2 {
    font-size: 2.60417rem;
    margin-bottom: 2.60417vw;
  }
  .self__intro figure {
    margin-bottom: 4.55729vw;
  }
  .self__intro dl {
    padding: 0 5.85938vw;
  }
  .self__intro dl dt {
    font-size: 1.5625rem;
    margin-bottom: 2.60417vw;
  }
  .self__intro dl dd {
    font-size: 1.30208rem;
  }
  .self__introDate {
    font-size: 2.47396rem;
  }
  .self__introDate span {
    font-size: 2.21354rem;
  }
  .entry {
    margin-bottom: 13.02083vw;
  }
  .entry__box {
    padding: 0 9.11458vw 0 2.60417vw;
  }
  .entry__box figure {
    width: 29.94792vw;
  }
  .entry__cont {
    width: 52.08333vw;
  }
  .entry__cont > ul > li {
    font-size: 1.17188rem;
    margin-bottom: 4.55729vw;
  }
  .entry__cont > ul > li img {
    width: 2.86458vw;
  }
  .entry__cont > ul > li p {
    font-size: 1.17188rem;
    line-height: 1.4;
  }
  .entry__cont > ul > li div {
    font-size: 1.17188rem;
    text-indent: 0;
  }
  .entry__cont > ul > li span {
    font-size: 1.17188rem;
  }
  .entry__cont > ul > li ul.btns {
    margin-top: 1.30208vw;
  }
  .entry__cont > ul > li ul.btns img {
    width: auto;
  }
  .entry__cont > ul > li ul.btns li:first-child {
    margin-right: 2.60417vw;
  }
  .entry__cont > ul > li ul li {
    font-size: 1.17188rem;
  }
  .entry__cont > ul > li a {
    font-size: 1.17188rem;
  }
  .entry dl {
    width: 51.43229vw;
  }
  .entry dl dt {
    font-size: 1.30208rem;
    width: 21.74479vw;
    left: -6.51042vw;
  }
  .entry dl dd {
    width: 51.43229vw;
    font-size: 1.82292rem;
    top: -1.30208vw;
    padding: 1.30208vw 4.55729vw;
  }
  .entry dl dd span {
    font-size: 1.30208rem;
  }
  .quli {
    margin-bottom: 11.19792vw;
  }
  .quli__list {
    margin: 0 5.85938vw;
  }
  .quli__list li {
    font-size: 1.30208rem;
    margin-bottom: 6.51042vw;
  }
  .quli__list li img {
    width: 2.60417vw;
    margin: 0 vm(5);
    top: 0.39063vw;
  }
  .quli__special {
    background: url("../img/bg_rule.png") no-repeat;
    background-size: 66.27604vw 28.90625vw;
    padding-top: 3.64583vw;
  }
  .quli__special dl {
    width: 82.94271vw;
  }
  .quli__special dl dt {
    font-size: 1.43229rem;
    width: 21.74479vw;
  }
  .quli__special dl dd {
    padding: 5.85938vw 4.55729vw;
    top: -1.95313vw;
  }
  .quli__special dl dd p {
    font-size: 1.30208rem;
  }
  .bring {
    margin-bottom: 13.02083vw;
  }
  .bring__inner {
    padding: 0 5.85938vw;
  }
  .bring__inner dl {
    margin-bottom: 6.51042vw;
    background: url("../img/icon_bring.png") no-repeat 0 5px;
    background-size: 3.90625vw 3.90625vw;
    padding-left: 5.85938vw;
  }
  .bring__inner dl dt {
    font-size: 1.5625rem;
  }
  .bring__inner dl dd {
    font-size: 1.30208rem;
  }
  .bring__inner dl dd a {
    font-size: 1.30208rem;
  }
  .selfCaution {
    padding-bottom: 6.51042vw;
  }
  .selfCaution__inner {
    padding: 0 5.85938vw;
  }
  .selfCaution__inner > ul {
    margin-bottom: 6.51042vw;
  }
  .selfCaution__inner > ul > li {
    font-size: 1.30208rem;
    text-indent: -0.6em;
    margin-left: 0.2em;
    margin-bottom: 1.95313vw;
  }
  .selfCaution__inner > ul > li::before {
    content: '・';
  }
  .selfCaution__inner dl {
    margin-bottom: 6.51042vw;
  }
  .selfCaution__inner dl dt {
    font-size: 1.5625rem;
  }
  .selfCaution__inner dl dd {
    font-size: 1.30208rem;
  }
  .selfCaution__inner dl dd ul:last-child {
    margin-top: 5.20833vw;
  }
  .selfCaution__inner dl dd ul li {
    font-size: 1.30208rem;
  }
}
@media screen and (max-width: 500px) {
  .self .entry dl {
    width: 65.10417vw;
  }
  .self .entry dl dt {
    font-size: 1.30208rem;
    width: 32.55208vw;
    left: -6.51042vw;
  }
  .self .entry dl dd {
    width: 65.10417vw;
  }
  .self .entry dl dd span {
    font-size: 1.04167rem;
  }
}
.support {
  background: #edf4d9;
  padding: 70px 0 55px;
}
.support h2 {
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 50px;
  font-weight: bold;
}
.support h2 span {
  font-size: 30px;
  font-weight: bold;
}
.support__lead {
  text-align: center;
  margin-bottom: 70px;
}
.support__lead li {
  font-size: 20px;
  font-weight: bold;
}
.support__lead li img {
  margin-left: 10px;
}
.support__lead li a {
  font-size: 20px;
  font-weight: inherit;
  text-decoration: none;
}
.support__lead dt a {
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
}
.support__lead dd {
  font-size: 20px;
}
.support__lead dd a {
  font-size: 20px;
  text-decoration: none;
}
.support__box {
  width: 660px;
  margin: 0 auto;
}
.support__box dt {
  background: #afd151;
  color: #fff;
  font-size: 22px;
  width: 167px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 200;
}
.support__box.kyousan dt {
  background: #f8b62b;
  font-size: 20px;
  margin: 30px auto 0;
}
.support__box dd {
  background: #fff;
  padding: 45px 35px 0;
  position: relative;
  top: -15px;
}
.support__box dd img {
  display: block;
}
.support__box dd > ul {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}
.support__box dd > ul li {
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .support {
    padding: 9.11458vw 0 7.16146vw;
  }
  .support h2 {
    font-size: 2.60417rem;
    margin-bottom: 6.51042vw;
  }
  .support h2 span {
    font-size: 1.95313rem;
  }
  .support__lead {
    margin-bottom: 9.11458vw;
  }
  .support__lead li {
    font-size: 1.6rem;
	padding: 0 10vw;
  }
  .support__lead li img {
    width: 2.86458vw;
  }
  .support__lead li a {
    font-size: 1.30208rem;
  }
  .support__lead dt a {
    font-size: 1.82292rem;
  }
  .support__lead dd,
  .support__lead dd a {
    font-size: 1.30208rem;
  }
  .support__box {
    width: 85.9375vw;
    margin: 0 auto;
  }
  .support__box dt,  
  .support__box.kyousan dt {
    font-size: 1.43229rem;
    width: 21.74479vw;
  }
  .support__box.kyousan dt {
    font-size: 1.23229rem;
  }
  .support__box dd {
    padding: 3.85938vw auto -4vw;
    top: -2.85313vw;
  }
  .support__box dd > ul {
	display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .support__box dd > ul li {
	width: 120%;
	padding: 0 10px 0 4px;
  }
  .support__box dd > ul li img {
	width: 100%;
  }
}
body {
  width: auto;
  background: url(../img/bg.png) repeat;
}
.course__gallery {
  margin: 0 40px 130px;
}
.course__gallery h2 {
  text-align: center;
  margin-bottom: 30px;
}
.course__galleryMovie {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 56.25%;
}
.course__galleryMovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.course__gallery ul {
  display: flex;
  flex-wrap: wrap;
}
.course__gallery ul li {
  width: 33%;
}
.course__gallery ul li a img {
  display: block;
}
.lb-data .lb-close {
  background-size: contain;
}
.course__caption {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .course__caption {
    font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
  }
}
.course .swiper-container {
  overflow: hidden;
}
.course_accordion a {
  display: flex;
  align-items: center;
  padding: 30px;
  color: #fff;
  font-size: 36px;
  text-decoration: none;
	line-height: 1.2;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .course_accordion a {
    padding: calc(30 / 750 * 100vw);
    font-size: calc(42 / 750 * 100vw);
  }
}
.course_accordion a.on::after {
  transform: rotate(-180deg);
}
.course_accordion a::after {
  content: '';
  width: 40px;
  height: 20px;
  background: url("../img/arrow.svg") no-repeat;
  position: absolute;
  right: 40px;
  transition-duration: 400ms;
  transition-property: transform;
}
@media screen and (max-width: 768px) {
  .course_accordion a::after {
    width: calc(30 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
    background-size: contain;
    right: calc(40 / 750 * 100vw);
  }
}
.course_accordion.tab01 a {
  background: #ee86b4;
}
.course_accordion.tab01 a::before {
  content: '';
  display: block;
  width: 46px;
  height: 46px;
  background: url("../img/accordion01.png") no-repeat;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .course_accordion.tab01 a::before {
    width: calc(46 / 750 * 100vw);
    height: calc(46 / 750 * 100vw);
    background-size: contain;
    margin-right: calc(20 / 750 * 100vw);
  }
}
.course_accordion.tab02 a {
  background: #7b5aa3;
}
.course_accordion.tab02 a::before {
  content: '';
  display: block;
  width: 51px;
  height: 52px;
  background: url("../img/accordion03.png") no-repeat;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .course_accordion.tab02 a::before {
    width: calc(51 / 750 * 100vw);
    height: calc(52 / 750 * 100vw);
    background-size: contain;
    margin-right: calc(15 / 750 * 100vw);
  }
}
.course_accordion.tab03 a {
  background: #28a7e1;
}
.course_accordion.tab03 a::before {
  content: '';
  display: block;
  width: 46px;
  height: 46px;
  background: url("../img/accordion02.png") no-repeat;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .course_accordion.tab03 a::before {
    width: calc(46 / 750 * 100vw);
    height: calc(46 / 750 * 100vw);
    background-size: contain;
    margin-right: calc(20 / 750 * 100vw);
  }
}
.course_accordion.tab04 a {
  background: #90c31f;
}
.course_accordion.tab04 a::before {
  content: '';
  display: block;
  width: 51px;
  height: 52px;
  background: url("../img/accordion04.png") no-repeat;
  margin-right: 15px;
}
.course_accordion.tab04 a em {
  color: #fff;
  font-size: 60%;
}
@media screen and (max-width: 768px) {
  .course_accordion.tab04 a::before {
    width: calc(51 / 750 * 100vw);
    height: calc(52 / 750 * 100vw);
    background-size: contain;
    margin-right: calc(15 / 750 * 100vw);
  }
}
.course_accordion.tab05 a {
  background: #f8b62b;
}
.course_accordion.tab05 a::before {
  content: '';
  display: block;
  width: 51px;
  height: 52px;
  background: url("../img/accordion05.png") no-repeat;
  margin-right: 15px;
}
.course_accordion.tab05 a em {
	color: #fff;
  font-size: 60%;
}
@media screen and (max-width: 768px) {
  .course_accordion.tab05 a::before {
    width: calc(51 / 750 * 100vw);
    height: calc(52 / 750 * 100vw);
    background-size: contain;
    margin-right: calc(15 / 750 * 100vw);
  }
}/*
.support__box dd > ul ul li {
  margin-bottom: 40px;
}
.support__box dd > ul ul li:last-child {
  margin-bottom: 0;
}
.support__box dd > ul ul li img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .support__box dd > ul li:first-child ul li:first-child img {
    width: calc(143 / 750 * 100vw);
  }
  .support__box dd > ul li:first-child ul li:nth-child(2) img {
    width: calc(132 / 750 * 100vw);
  }
  .support__box dd > ul li:first-child ul li:nth-child(3) img {
    width: calc(141 / 750 * 100vw);
  }
  .support__box dd > ul li:nth-child(2) ul li:first-child img {
    width: calc(62 / 750 * 100vw);
  }
  .support__box dd > ul li:nth-child(2) ul li:nth-child(2) img {
    width: calc(58 / 750 * 100vw);
  }
  .support__box dd > ul li:nth-child(3) ul li:first-child img {
    width: calc(224 / 750 * 100vw);
  }
  .support__box dd > ul li:nth-child(3) ul li:nth-child(2) img {
    width: calc(157 / 750 * 100vw);
  }
  .support__box dd > ul li:nth-child(3) ul li:nth-child(3) img {
    width: calc(132 / 750 * 100vw);
  }
}*/
