@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
@import url(//use.fontawesome.com/releases/v5.8.2/css/all.css);
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section,
picture {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
}

/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
* Add the correct margin in IE 8.
*/
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
  font-weight: inherit;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
  font-style: italic;
}

/**
* Add the correct background and color in IE 9-.
*/
mark {
  background-color: #ff0;
  color: #000;
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
  display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Remove the border on images inside links in IE 10-.
*/
img {
  border-style: none;
}

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Forms
========================================================================== */
/**
* Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
  display: inline-block;
}

/**
* Add the correct display in IE.
*/
template {
  display: none;
}

/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {  display: none;}

@media screen and (max-width: 750px) {
  html {
    font-size: 0.9em;
    line-height: 1.6em;
  }
}

body {
  color: #3D3D3D;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
	background-color: #FBFBFB;
  /*
  &:before{
  	@include mq(l){
  		content: "L";
  		background-color: #00f !important;
  	}
  }
  */
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  max-height: 100%;
}

li {  list-style: none;}

a {
  color:inherit;
  text-decoration: underline;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
a:hover {  opacity: 0.5;}

::-moz-selection {
  background: #FF9328;
  color: #fff;
}

::selection {
  background: #FF9328;
  color: #fff;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 2.5rem;
  padding: 1.25rem 2.8% 0.9375rem 2.8%;
  background-color: #fff;
  z-index: 1000;
}@media screen and (max-width: 750px) {
  header {    padding: 0.7rem 1rem 0.4rem 1rem;  }
}

@media screen and (max-width: 750px) {
  header .logo {    max-width: 70%;  }
}

header #gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  header #gnav {    display: none;  }
}

header #gnav > * {  width: 100%;}

header #gnav a {
  color: #3D3D3D;
  text-decoration: none;
}
header #gnav .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
header #gnav .main li {
  position: relative;
  padding: 0 1.5em;
  border-right: solid 1px #707070;
}
header #gnav .main li a {
  font-size: 0.9375rem;
  font-weight: 500;
}
header #gnav .main li > ul {
  position: absolute;
  top: 2rem;
  left: 0;
  text-align: center;
  background: #fff;
  border: solid 1px #707070;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}
header #gnav .main li > ul:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.8rem;
  left: 0.5rem;
  border-left: solid 0.8rem transparent;
  border-right: solid 0.8rem transparent;
  border-bottom: solid 0.8rem #707070;
}
header #gnav .main li > ul:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(-0.8rem + 1px);
  left: 0.5rem;
  border-left: solid 0.8rem transparent;
  border-right: solid 0.8rem transparent;
  border-bottom: solid 0.8rem #fff;
}
header #gnav .main li > ul li {
  display: block;
  margin: 0;
  padding: 0;
  border-right: none;
  border-bottom: solid 1px #707070;
}
header #gnav .main li > ul li:last-of-type {  border-bottom: none;}

header #gnav .main li > ul li a {
  display: block;
  padding: 0.8rem 2rem;
  font-size: 0.9rem;
  line-height: 1em;
  word-break: keep-all;
  white-space: nowrap;
}
header #gnav .main li > ul li a:hover {
  background-color: #E0FFFF;
  opacity: 1;
}
header #gnav .main li:hover > ul {
  visibility: visible;
  opacity: 1;
}
header #gnav .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0.9375rem;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
header #gnav .sub li + li {  margin-left: 0.8em;}
header #gnav .sub li a {
  display: block;
  min-width: 10em;
  padding: 0.25em 0.8em;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2em;
  text-align: center;
  border: solid 1px #707070;
}
header #gnav .sub li.reversal a {
  color: #fff;
  background-color: #20B2AA;
  border-color: #20B2AA;
}
header #gnav .sub li.accent a {
  color: #20B2AA;
  background-color: #ff0;
  border-color: #20B2AA;
}

@media screen and (min-width: 751px) {
  header .spnav_button {    display: none;  }
}

header .spnav_button a {
  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;
  position: absolute;
  top: 0;
  right: 0;
  width: 16%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  background-color: #00A89C;
}
header .spnav_button a:before {
  display: block;
  content: "\f00d";
  float: right;
  font-family: "Font Awesome 5 Free";
  font-size: 1.8rem;
  font-weight: bold;
}
header .spnav_button a span {  display: none;}
header .spnav_button.open a:before {  content: "\f0c9";}

body.under header {  margin-bottom: 7.5rem;}

#snav {
  position: fixed;
  top: 15%;
  left: 0;
  width: 6.875rem;
  z-index: 999;
}
@media screen and (max-width: 750px) {
  #snav { display: none;  }
}

#snav ul {  line-height: 1em;}
#snav ul li + li {  margin-top: 0.9375rem;}
#snav ul li a {
  display: block;
  margin: 0 auto;
}
  #snav ul li.sns {    display: block;  }
  #snav ul li.pc {    display: none;   }
  #snav ul li.sp {    display: block;  }
  #snav ul li.pc {    display: none;   }

@media screen and (max-width: 750px) {
  #snav ul li.sp {    display: none;  }
  #snav ul li.pc {    display: block;  }	
}

#snav ul li.sns a{  width: 2.9375rem;}

#snav .interactive {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
}
@media screen and (max-width: 750px) {
  #snav .interactive {    display: none;  }
}

#snav .interactive img {
	-webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.9));
	filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.9));
}

#spnav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4.5rem 1.5rem 1rem 1.5rem;
  font-size: 0.9rem;
  background-color: #52B298;
  z-index: 999;
}
@media screen and (min-width: 751px) {
  #spnav {    display: none;  }
}

#spnav .main {  margin-bottom: 1.5rem;}

#spnav .main > li {
  margin-bottom: 0.4em;
  padding-bottom: 0.4em;
  text-align: center;
  border-bottom: dashed 1px #fff;
}
#spnav .main > li a {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}
#spnav .main > li a:after {
  content: "\f078";
  float: right;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
#spnav .main > li a.open:after {  content: "\f077" !important;}
#spnav .main > li ul li {  margin-top: 0.25em;}
#spnav .main > li ul li a {  font-size: 0.9rem;}
#spnav .main > li ul li a:after {
  content: none;
  display: none;
}
#spnav .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}
#spnav .sub li {
  width: 48%;
  margin-bottom: 0.5rem;
}
#spnav .sub li a {
  display: block;
  padding: 0.5em 0 0.7em 0;
  color: #fff;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  text-align: center;
  border: solid 1px #fff;
}
#spnav .sub li.tel a, #spnav .sub li.inquiry a {
  color: #52B298;
  background-color: #fff;
}
#spnav .sub li.accent {  width: 100%;}

#spnav .sub li.accent a {
  color: #20B2AA;
  background-color: #ff0;
  border-color: #20B2AA;
}
#spnav .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#spnav .sns li {
  width: 15%;
  margin: 0 0.5rem;
}

main {  padding-top: 12.5rem;}

@media screen and (max-width: 750px) {
  main {    padding-top: 3.125rem;  }
}

#opencampus {  margin-bottom: 5rem;}

#opencampus .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 0.9375rem;
  text-align: center;
  line-height: 0;
  overflow-x: hidden;
}
@media screen and (max-width: 750px) {
  #opencampus .main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0;
  }
}
#opencampus .main > a {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media screen and (max-width: 750px) {
  #opencampus .main > a img {
    display: block;
    width: 100vw;
    height: 67.07vw;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
#opencampus .main:before {
  display: inline;
  content: url(../img/index/image_deco_left.jpg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  #opencampus .main:before {
    content: "";
    margin-top: -1px;
    background-image: url(../img/index/image_deco_left.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 50vw;
    height: 50vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#opencampus .main:after {
  display: inline;
  content: url(../img/index/image_deco_right.jpg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  #opencampus .main:after {
    content: "";
    margin-top: -1px;
    background-image: url(../img/index/image_deco_right.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 50vw;
    height: 50vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#opencampus .calendar {
  position: relative;
  max-width: 50rem;
  margin: 0 auto 2.5rem auto;
}
#opencampus .calendar .slick-prev,
#opencampus .calendar .slick-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1.25rem;
  color: #fff;
  background-color: #FF9328;
  border: none;
  border-radius: 50%;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  #opencampus .calendar .slick-prev,
#opencampus .calendar .slick-next {
    display: none !important;
  }
}
#opencampus .calendar .slick-prev:hover,
#opencampus .calendar .slick-next:hover {
  cursor: pointer;
}
#opencampus .calendar .slick-prev {
  left: -3.125rem;
}
#opencampus .calendar .slick-next {
  right: -3.125rem;
}
#opencampus .calendar .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: -1.5625rem;
  width: 100%;
}
#opencampus .calendar .slick-dots li {
  margin: 0.5em;
}
#opencampus .calendar .slick-dots li button {
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  text-indent: -20000em;
  background-color: #ccc;
  border: none;
  border-radius: 50%;
}
#opencampus .calendar .slick-dots li.slick-active button {
  background-color: #3E3E3E;
}
#opencampus .description {
  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;
  margin-bottom: 3.125rem;
  line-height: 1em;
}
@media screen and (max-width: 750px) {
  #opencampus .description {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 750px) {
  #opencampus .description dt {
    width: 25%;
    text-align: right;
  }
}
#opencampus .description dd {
  position: relative;
  font-size: 1.25rem;
}
@media screen and (max-width: 750px) {
  #opencampus .description dd {
    width: 75%;
    font-size: 1rem;
  }
}
#opencampus .description dd:before {
  content: "＝";
  margin: 0 0.25em;
}
#opencampus .description dd + dt {
  margin-left: 3em;
}
@media screen and (max-width: 750px) {
  #opencampus .description dd + dt {
    margin-left: 0;
  }
}
#opencampus .description dd a {
  display: block;
  position: absolute;
  bottom: -1.8em;
  width: 100%;
  color: #399D26;
  font-size: 1rem;
  text-align: center;
}
#opencampus + .unav {
  margin-bottom: 7.5rem;
}
#opencampus > p {
  margin-top: 2.5rem;
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #opencampus > p {
    margin: 0 1.5rem;
    font-size: 1.125rem;
  }
}
#opencampus > p a {
  color: #EA5550;
}

.officialline {
  position: relative;
  max-width: 63.75rem;
  margin: 3.125rem auto 2.5rem auto;
}
.officialline .image {
  position: relative;
}
@media screen and (max-width: 750px) {
  .officialline .image {
    text-align: center;
  }
}
.officialline .image a {
  display: block;
  position: absolute;
  top: 86%;
  right: 5%;
  max-width: 19%;
}
@media screen and (max-width: 750px) {
  .officialline .image a {
    position: static;
    margin: 1.5rem auto auto auto;
    max-width: 30%;
  }
}
.officialline .guide {
  margin-top: 1.25rem;
  text-align: center;
}
.officialline .guide a, .officialline .guide button {
  color: #399D26;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.125rem;
  text-decoration: underline;
  background: none;
  border: none;
}
.officialline .guide a:hover, .officialline .guide button:hover {
  cursor: pointer;
}
.officialline + p {
  margin-bottom: 8.75rem;
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .officialline + p {
    margin: 3rem 1.5rem;
    font-size: 1.125rem;
  }
}
.officialline + p a {
  color: #EA5550;
}

#modal_lineguide {
  position: relative;
  max-width: 37.5rem;
  margin: 5rem auto;
  padding: 3rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  #modal_lineguide {
    max-width: 94%;
  }
}
#modal_lineguide .close {
  position: absolute;
  top: -2.5rem;
  right: 0;
  width: 1.875rem;
  height: 1.875rem;
}
#modal_lineguide .close a:hover {
  cursor: pointer;
}

footer {
  padding: 5rem 0 1.875rem 0;
  color: #fff;
  background-color: #20B2AA;
  background-image: url(../img/common/bg_footer.png);
  background-position: top;
  background-repeat: repeat-x;
}
footer .wrapper {
  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: 750px) {
  footer .wrapper {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  footer .wrapper .logo {
    margin: 0 2rem 1rem 2rem;
    text-align: center;
  }
}
footer .wrapper .fnav {
  margin-bottom: 0.9375rem;
}
footer .wrapper .fnav .inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 750px) {
  footer .wrapper .fnav .inquiry {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .wrapper .fnav .inquiry li + li {
  margin-left: 0.5rem;
}
@media screen and (max-width: 750px) {
  footer .wrapper .fnav .inquiry li + li {
    margin-left: 1rem;
  }
}
footer .wrapper .fnav .inquiry li a {
  display: block;
  padding: 0.1em 1.5em 0.25em 2em;
  color: #20B2AA;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.2em;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  footer .wrapper .fnav .inquiry li a {
    padding: 0.1em 1em 0.25em 1.5em;
    font-size: 1rem;
  }
}
footer .wrapper .fnav .inquiry li a:before {
  content: "";
  display: inline-block;
  position: relative;
  bottom: -0.1875rem;
  width: 1.5rem;
  height: 1.375rem;
  margin-right: 0.25em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
footer .wrapper .fnav .inquiry li.tel a:before {
  background-image: url(../img/common/icon_tel.png);
}
footer .wrapper .fnav .inquiry li.mail a:before {
  background-image: url(../img/common/icon_mail.png);
}
footer .wrapper .fnav .access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 750px) {
  footer .wrapper .fnav .access {
    display: block;
    text-align: center;
  }
}
footer .wrapper .fnav .access p + p {
  margin-left: 1rem;
}
footer .wrapper .fnav .access p.map a {
  color: #fff;
  text-decoration: none;
}
footer .wrapper .fnav .access p.map a:before {
  content: "";
  display: inline-block;
  position: relative;
  bottom: -0.1875rem;
  width: 0.75rem;
  height: 0.9375rem;
  margin-right: 0.25em;
  background-image: url(../img/common/icon_mappin.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
footer .wrapper .fnav .privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  footer .wrapper .fnav .privacy {
    display: block;
    margin: 0 10%;
  }
}
@media screen and (max-width: 750px) {
  footer .wrapper .fnav .privacy li {
    display: inline-block;
    margin-right: 1.5em;
  }
}
footer .wrapper .fnav .privacy li + li {
  margin-left: 1.5em;
}
@media screen and (max-width: 750px) {
  footer .wrapper .fnav .privacy li + li {
    margin-left: 0;
  }
}
footer .wrapper .fnav .privacy li a {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.2em;
  text-decoration: none;
}
footer .wrapper .fnav .privacy li a:before {
  content: "＞";
}
footer .copyright {
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer .copyright {
    font-size: 0.85rem;
  }
}

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

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

.wrapper {
  position: relative;
  width: 64rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .wrapper {
    width: auto;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.head_pagetitle {
  display: inline-block;
  position: absolute;
  top: -1.1em;
  left: 2em;
  padding: 0.5em 2em;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2em;
  background-color: #572A06;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .head_pagetitle {
    display: block;
    position: static;
  }
}

.head_img_center {
  margin-bottom: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .head_img_center {
    margin: 0 28% 1rem 28%;
  }
}

.head_brown_center {
  margin-bottom: 2.5rem;
  padding-bottom: 0.5em;
  color: #572A06;
  font-size: 2rem;
  line-height: 1.2em;
  text-align: center;
  border-bottom: solid 5px #572A06;
}
@media screen and (max-width: 750px) {
  .head_brown_center {
    font-size: 1.25rem;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.head_brown_center img {
  margin: 0 -0.5em 0 0.5em;
}
@media screen and (max-width: 750px) {
  .head_brown_center img {
    display: inline-block;
    width: 1em;
    margin-right: 0.25em;
  }
}

.button_link {
  text-align: center;
}
.button_link a {
  display: inline-block;
  padding: 0.5em 3em 0.7em 3em;
  color: #33B3CB;
  line-height: 1.2em;
  text-decoration: none;
  border: solid 2px #33B3CB;
  border-radius: 2em;
}
@media screen and (max-width: 750px) {
  .button_link a {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 750px) {
  .button_claim {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.button_claim li {
  text-align: center;
}
.button_claim li + li {
  margin-top: 1.25rem;
}
@media screen and (max-width: 750px) {
  .button_claim li + li {
    margin-top: 0.8rem;
  }
}
.button_claim li:last-of-type {
  margin-top: 3.125rem;
}
@media screen and (max-width: 750px) {
  .button_claim li:last-of-type {
    margin-top: 2rem;
  }
}
.button_claim li a {
  display: inline-block;
  width: 34.375rem;
  padding: 0.4em 0 0.6em 0;
  color: #572A06;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
  border: solid 0.125rem #707070;
  border-radius: 2em;
}
@media screen and (max-width: 750px) {
  .button_claim li a {
    width: 100%;
    font-size: 1rem;
  }
}
.button_claim li.questions a {
  color: #fff;
  background-color: #572A06;
  border-color: #572A06;
}
.button_claim li.materials a {
  color: #fff;
  background-color: #CD853F;
  border-color: #CD853F;
}


/* ファーストビュー *******************************************************************************************************************************/

main {
	color: #707070;
	padding-top: 8.125rem;
	padding-bottom: 11.25rem;
	font-feature-settings: "palt";
	letter-spacing: .06em;
	line-height: 1.5em;
	text-align: center;
}

@media screen and (max-width: 750px) {
  main {
    padding-top: 3.125rem;
    padding-bottom: 5.5rem;
    overflow: hidden;
  }
}

#fv > figure {
  width: 100vw;
  margin-bottom: 4rem;
}

@media screen and (max-width: 750px) {
  #fv > figure {
    margin-bottom: 2.5rem;
  }
}

h1 {	display: none;}

h2 {
  font-size: 200%;
  font-weight: normal;
	padding: 0 0 1rem 0;
	margin-bottom: 2rem;
}

h3 {
	font-size: 130%;
	font-weight: bold;
	color: #4bbcef;
	text-align: left;
	letter-spacing: 0.1em;
	padding: 0 0 0.5em 0;
	margin: 0 0 1em 0;
	border-bottom: 2px solid #707070;	
}

h4 {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .1em;
	color: #4bbcef;
	margin: 0 0 1em 0;	
}

h5{	
	font-size: 100%;
	font-weight: bold;
	color: #4bbcef;
	margin: 0 0 0.3em 0;
}

section {  margin: 0 auto;}


@media screen and (max-width: 750px) {
	h3 {
		font-size: 180%;
		text-align: center;
		line-height: 1.2em;
	}
	h4 {	font-size: 150%;  }
	h5{		margin: 2em 0 0.5em 0;}
	
	section {
		width: auto;
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}	
}

/**********************************/

.pc{}
.sp{display: none;}
@media screen and (max-width: 750px) {
	.pc{display: none;}
	.sp{display: block;}
}


/* 流用ボタン *******************************************************************************************************************************/

.button a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto 1em auto;
	padding: 1em  4em 1em 1em;
	width: fit-content;
	background-color: #4bbcef;
	border-radius:50em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.button a {	
		width: 100%;  
		margin: 3em auto 1em auto;
	}
}


/* 矢印 *******************************************************************************************************************************/

.arrow_right::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 2em;
  height: 2em;
  margin: auto;
  border-radius:50em;
  background-color: #fff;
}

.arrow_right::after {
  content: '';
  position: absolute;
  top: calc(61% - 0.9em);
  bottom: 0;
  right: 1.6em;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 0.8em solid #4bbcef;
  border-right: 0;
}


@media screen and (max-width: 750px) {
	.arrow_right::after {
	  top: calc(61% - 1em);
	}

	
}	


/***************************************************************************************************************************************************/

#anchorlink  {	width: 60%;}
#anchorlink p  {margin: 0 0 0.5em 0 ;}
#anchorlink .anchor_flex{
	display: flex;
	margin: 0 auto;	
}

@media screen and (max-width: 750px) {
	
	#anchorlink  {	width: 100%;}	
	#anchorlink .anchor_sp01{
		border: 1px solid #EA5050;	
		margin: 1em 0 0 0 ;
	}
	#anchorlink .anchor_sp01 div{		padding: 1em;	}	
	#anchorlink .anchor_sp01 div p{			margin:  0 0 1em 0 ;}	
	#anchorlink p  {	margin: 0 ;}

}

/***************************************************************************************************************************************************/

#attractive {
	width: 100vw;
	margin: 5em 0;
	font-size: 110%;
	line-height: 2vw;
}
#attractive h2{
	padding: 0 0 1em 0;
	margin: 0 auto 1em auto;
	color: #3D3D3D;
	width: 60%;
	background-image: url("../img/onlinestudy/attractive_h2.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}
#attractive img {
	width: 100%;
	height: 100%;
}
#attractive figure{	width: 60%;}

#attractive .point1 {
	display: flex;
	align-items:flex-end;
	text-align: left;
	width: 80%;
	margin:0 0 4rem 0;
	padding:  0 0 2em 0 ;
	background-image: url("../img/onlinestudy/attractive_point01.png");
	background-position: right bottom;
	background-size:contain;
	background-repeat: no-repeat;	
}
#attractive .point2 {
	display: flex; 
	justify-content: flex-end;
	align-items:flex-end;
	text-align: right;	
	width: 80%;
	margin:0 0 4rem 20%;
	padding:  0 0 2em 0 ;
	background-image: url("../img/onlinestudy/attractive_point02.png");
	background-position: left bottom;
	background-size:contain;
	background-repeat: no-repeat;
}
#attractive .point3 {
	display: flex;
	align-items:flex-end;
	text-align: left;
	width: 80%;
	margin:0 0 4rem 0;
	padding:  0 0 2em 0 ;
	background-image: url("../img/onlinestudy/attractive_point03.png");
	background-position: right bottom;
	background-size:contain;
	background-repeat: no-repeat;	
}

#attractive .attractive_txt{font-size: 1vw;}
#attractive .point1 .attractive_txt,#attractive .point3 .attractive_txt{	margin: 0 0 0 1em  ;}
#attractive .point2 .attractive_txt{	margin: 0 1em 0  0;}



@media screen and (max-width: 750px) {
	
	#attractive {	line-height:8vw;}
	#attractive h2{
		width: 100%;
		font-size:200%;
		line-height: 1.2em;
		background-image: url("../img/onlinestudy/sp/attractive_h2.png");
	}	
	#attractive figure{	width: auto;}
	#attractive .point1 {
		display: block; 
		text-align: left;
		width: 100%;
		background-image: url("../img/onlinestudy/sp/attractive_point01.png");
		background-size: 24%;
		background-color: #F0F1F2;
		background-position: 5% 58vw;
	}
	#attractive .point1 p {		margin: 0 0 0 35%;}
	#attractive .point2 {
		display: block; 
		text-align: right;
		width: 100%;
		margin: 0 auto 4rem auto;
		background-image: url("../img/onlinestudy/sp/attractive_point02.png");
		background-size: 24%;
		background-color: #F0F1F2;
		background-position: 94% 58vw;
	}
	#attractive .point2 p {		margin: 0 35% 0 0 ;}
	#attractive .point3 {
		display: block; 
		text-align: left;
		width: 100%;
		background-image: url("../img/onlinestudy/sp/attractive_point03.png");
		background-size: 24%;
		background-color: #F0F1F2;
		background-position: 5% 58vw;
	}
	#attractive .point3 p {		margin: 0 0 0 35%;}
	#attractive .attractive_txt{font-size: 4vw;}
}

/***************************************************************************************************************************************************/

#course{
	width: 60%;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	#course{		width: 100%;	}
}

/************************/

.curriculum{	margin: 4em 0 ;}
.curriculum_flex{
	display: flex;
	gap:5%;
	margin: 0 0 2em 0;
	text-align: left;
}
.curriculum_flex .left{	width: 70%;}
.curriculum_flex div p{	margin: 0 0 2em 0 ;}

@media screen and (max-width: 750px) {
	.curriculum{
		width: 100%;
		margin: 4em 0 ;
		text-align: left;
	}
	.curriculum p{	margin: 0 0 2em 0 ;}
	.curriculum figure{margin: 2em 0 ;}		
}

/************************/

.nagare .flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.nagare .flow li {  width: 15%;}
.nagare .flow dl { 
	position: relative;
	line-height: 1.2em;
}
.nagare .flow > li:not(:first-child) dl::before {
	content: "";
	display: inline-block;
	border-top: 0.5em solid transparent;
	border-bottom: 0.5em solid transparent;
	border-left: 0.8em solid #00a1e9;
	border-right: 0;
	position: absolute;
	left: -2.2em;	
	top:2em;	
}
.nagare .flow dt {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #00a1e9;
	height: 5em;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
.nagare .flow dd {	font-size: 90%;}

@media screen and (max-width: 750px) {
	
	.nagare {		margin: 5em 0 0 0  ;}
	.nagare .flow_sp li { 
		margin: 0 auto;
		width: 90%;
	}
	.nagare .flow_sp dl { 
		position: relative;
		height: auto;
		padding: 0 0 3.5em 0;
	}
	.nagare .flow_sp dl::after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 1em solid transparent;
		border-left: 1em solid transparent;
		border-top: 1.5em solid #00a1e9;
		border-bottom: 0; 
		position: absolute;
		bottom: 10%;
		left: 45%;
		right: 0;
	}
	.nagare .flow_sp .end::after{
		border: none;
		position:inherit;
	}
	.nagare .flow_sp dt {
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #00a1e9;
		height: 3em;
		color: #fff;
		font-size: 110%;
		font-weight: bold;
		margin: 0 0 0.5em 0;
	}
}
	
	
/************************/


.course_h2{	margin: 7em 0 0 0 ;}
.course_flex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 5em 0 0 0 ;
}
.course_flex .gakuhi,.course_flex .left{	width: 45%;}
.course_flex .gakuhi dl{
	display: flex;
	width: 100%;
	margin: 0 0 0.5em 0 ;
}
.course_flex .gakuhi dt,.course_flex .gakuhi dd{
	padding: 0.5em;
	width: 50%;
}
.course_flex .gakuhi dt{
	background-color: #00a1e9;	
	color: #fff;
}
.course_flex .gakuhi dd{	border: 1px solid #00a1e9;}

.course_flex .gakuhi .total dt{
	background-color: #ebf0f9;	
	color: #00a1e9;	
}
.course_flex .gakuhi .total dd{	border: 1px solid #ebf0f9;}
.course_flex .left{	text-align: left;}
.course_flex .left .kikan p{
	font-size: 120%;
	margin: 0 0 2em 0 ;
}
.course_flex .left .nintei p{
	font-size: 120%;
	color: #4bbcef;	
}
.counterplan{
	display: flex;
	width: 100%;
	margin:  0 0 3em 0 ;
}
.counterplan .left{	
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 130%;
	width: 45%;
	background-color: #00a1e9;	
	color: #fff;
	vertical-align: middle;	
	gap:2%;
}
.counterplan .left p{	
	display: flex;
	align-items: center;
}
.counterplan .right{
	width: 55%;
	border: 1px solid #00a1e9;
	text-align: left;
	padding: 1em;
}
 .curriculum_flex02{
	display: flex;
	 justify-content: space-between;
	gap:5%;
	 text-align: left;
}
.curriculum_flex02 div{	 width: 100%;}
.curriculum_flex02 dl{	display: flex;}
.curriculum_flex02 dt{	width: 6em;}



@media screen and (max-width: 750px) {
	.course_flex{	
		width: 100%;
		display: block;	
	}
	.course_flex .gakuhi{	
		width: 100%;
		margin: 0 0 3em 0 ;
		text-align: left;
	}
	.course_flex .gakuhi dt,.course_flex .gakuhi dd{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.course_flex .kikan, .course_flex .nintei{ 
		text-align: center;	
		margin: 2em  0 3em 0 ;
	}
	.course_flex .kikan p, .course_flex .nintei p{ font-size: 120%;	}	
	.course_flex .nintei p{	
		font-weight: bold;
		color: #4bbcef;	}
	.counterplan_sp .counterplan{
		display: block;
		width: 100%;
	}
	.counterplan .left{	
		display: block;
		width: 100%;
		padding: 1em;
	}
	.counterplan .left p{
		display: block;
		font-size: 160%;
		line-height: 1.2em;
		font-weight: bold;
	}
	.counterplan_sp .right{
		width: 100%;
		padding: 1em;
	}
	.curriculum_flex02sp {		text-align: left;	}	
	.curriculum_flex02sp p{ font-size: 120%;	}
	.curriculum_flex02sp div{margin: 0 0 4em 0 ;}
	
	.curriculum .curriculum_flex02sp dl{ 
		display: flex;
		font-size: 120%;
		margin: 0 0 1em 0 ;}		
	.curriculum .curriculum_flex02sp dt{	width: 6em;}
	
}


/***************************************************************************************************************************************************/

#basic{	width: 60%;}
.basic_h2{	margin: 7em 0 0 0;}
#basic h3,#basic h4{	color:#20b2aa;}
#basic .button a {	background-color: #20b2aa;  /*******リンク先の有無********/pointer-events: none/***************/}
#basic .arrow_right::after {  border-left: 10px solid #20b2aa;}
#basic strong{ color:#20b2aa;}

@media screen and (max-width: 750px) {
	#basic{	width: 100%;}
	.basic_h2{	margin: 5em 0 0 0;}
}

/***************************************************************************************************************************************************/

.schedule .flow{
	display: flex;
	flex-wrap: nowrap;
	justify-content:flex-start;
	width: 100%;
	gap:2.5em;
}
.schedule .flow dl {  position: relative;}

.schedule .flow > li:not(:first-child) dl::before {
	content: "";
	display: inline-block;
	border-top: 0.5em solid transparent;
	border-bottom: 0.5em solid transparent;
	border-left: 0.8em solid #00a1e9;
	border-right: 0;
	position: absolute;
	left: -1.5em;
	top: 0.5em;
}
.schedule  .f01  > li:not(:first-child) dl::before {	border-left: 0.8em solid #20b2aa;}
.schedule  .f02  > li:not(:first-child) dl::before {	border-left: 0.8em solid #20b27a;}
.schedule  .f03  > li:not(:first-child) dl::before {	border-left: 0.8em solid #84be27;}

.schedule  .f01 li  {  width: 13%;}

.schedule  .f02 li,.schedule  .f03 li {  width: 30%;}
.schedule  li:last-child {  width: 0;}

.schedule .f02 {width: 50%;}
.schedule .f03 {width: 100%;}

.schedule .flow dt {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	padding: 0.5em 0;
	margin: 0 0 0.5em 0;
}
.schedule .f01 dt {	background-color: #20b2aa;}
.schedule .f02 dt {	background-color: #20b27a;}
.schedule .f03 dt {	background-color: #84be27;}

.schedule .f01_flex,.schedule .f02_flex,.schedule .f03_flex{	display: flex;	}

.schedule .step{ margin: 0 0 3em 0;}	
.schedule .step .left{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 0.5em;
	width: 10%;
}
.schedule .step .right{
	width: 90%;
	padding: 1em;
	text-align: left;
}
.schedule .f01_flex .left{	background-color: #20b2aa;}
.schedule .f02_flex .left{	background-color: #20b27a;}
.schedule .f03_flex .left{	background-color: #84be27;}

.schedule .f01_flex .right{	border: 1px solid #20b2aa;}
.schedule .f02_flex .right{	border: 1px solid #20b27a;}
.schedule .f03_flex .right{	border: 1px solid #84be27;}


@media screen and (max-width: 750px) {

	.schedule_sp .flow{
		display: block;
		width: 100%;
	}
	.schedule_sp .flow dl {  position: relative;}
	.schedule_sp .flow dl::after{
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-right: 0.5em solid transparent;
			border-left: 0.5em solid transparent;
			border-bottom: 0; 
			position: absolute;
			bottom: -1.5em;
			left: 47%;
			right: 0;
		}
	.schedule_sp  .f01  dl::after{border-top: 1em  solid #20b2aa;}
	.schedule_sp  .f02  dl::after{border-top: 1em  solid #20b27a;}
	.schedule_sp  .f03  dl::after{border-top: 1em  solid #84be27;}
	.schedule_sp  .flow dt {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: 110%;
		font-weight: bold;
		padding: 0.5em 0;
		margin: 0 0 2em 0;
	}
	.schedule_sp  .f01 dt {	background-color: #20b2aa;}
	.schedule_sp  .f02 dt {	background-color: #20b27a;}
	.schedule_sp  .f03 dt {	background-color: #84be27;}
	.schedule .f01_flex,.schedule .f02_flex,.schedule .f03_flex{	display: flex;	}
	.schedule_sp  .step{ margin: 0 0 3em 0;}	
	.schedule_sp  .step .left{
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		padding: 0.5em;
	}
	.schedule_sp  .step .right{
		padding: 1em 0 1em 3em;
		font-size: 120%;
		text-align: left;
	}
	.schedule_sp .f01_flex .left{	background-color: #20b2aa;}
	.schedule_sp  .f02_flex .left{	background-color: #20b27a;}
	.schedule_sp  .f03_flex .left{	background-color: #84be27;}

	.schedule_sp  .f01_flex .right{	border: 1px solid #20b2aa;}
	.schedule_sp  .f02_flex .right{	border: 1px solid #20b27a;}
	.schedule_sp  .f03_flex .right{	border: 1px solid #84be27;}
}

/************************/

.schedule .s03{
	display: flex;
	gap:5%;
}
.schedule .s03 .left{		width: 50%;}
.schedule .s03 .left .f03_flex .left {	width: 22%;}

.schedule .s03 .comment {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 45%;
	height: 5em;
	padding: 1em;	
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	background-color: #00a1e9;
	border-radius: 20px;
}

.schedule .s03 .comment:before {
	content: "";
	position: absolute;
	top: 35%;
	left: -2em;
	border: 20px solid transparent;
	border-right: 30px solid #00a1e9;
}
.schedule .attention{
	font-size: 90%;
	text-align: left;
	margin: -2em 0 2em 0 ;}


@media screen and (max-width: 750px) {
	.schedule_sp .comment {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		height: 5em;
		padding: 1em;	
		font-size: 130%;
		font-weight: bold;
		color: #fff;
		background-color: #00a1e9;
		border-radius: 20px;
	}
	.schedule_sp .comment::before {
		content: "";
		position: absolute;
		top: -1em;
		left: 45%;
		border-style: solid;
		border-right: 1em solid transparent;
		border-left: 1em solid transparent;
		border-bottom: 1.5em solid #00a1e9;
		border-top: 0;
	}	
	.schedule_sp .attention{
		font-size: 90%;
		text-align: left;
		margin: -2.5em 0 3em 0 ;
	}
}


/***************************************************************************************************************************************************/


#advance01{	width: 60%;}
.advance_h2{	margin: 7em 0 0 0 ;}
#advance01 h3,#advance01 h4{	color:#9184e2;}
#advance01 .curriculum_flex02 dl{	display: flex;}
#advance01 .curriculum_flex02 dt{	width: 3em;}
#advance01 strong{	color:#9184e2;}
#advance01 .notes{
	font-size: 90%;
	margin: 0.5em 0;
}

@media screen and (max-width: 750px) {
	#advance01{	width: 100%;}
	.advance_h2{	margin: 5em 0 0 0;}	
	#advance01 .curriculum_flex02sp dl{	display: flex;}
	#advance01 .curriculum_flex02sp dt{	width: 3em;}	
}

/***************************************************************************************************************************************************/

#advance02{
	margin: 5em auto 0 auto;
	width: 60%;	
	text-align: left;
}
#advance02 h3,#advance02 h4{	color:#9184e2;}
#advance02 .courselist01 dl{display: flex;}
#advance02 .courselist01 dt{
	width: 6.5em;
	font-size: 120%;
}
#advance02 h2{
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 0.5em;
	margin: 0 0 1em 0;
	border-bottom:none;
	background-color: #9184e2;
}
#advance02 .h2_p{
	font-size: 110%;
	font-weight: bold;
	color: #9184e2;
	text-align: center;
	padding: 1em;
	border-top:2px solid #9184e2;
	border-bottom:2px solid #9184e2;
}

#advance02 h3{
	padding: 0;
	color: #9184e2;
	border-bottom:none;
}
#advance02 h3 span{
	font-size: 80%;
	font-weight: normal;
	letter-spacing: 0;
	color: #707070;
}
#advance02 .attention{	color: #EA5550;}


@media screen and (max-width: 750px) {
	#advance02{		width: 100%;	}
	#advance02 .courselist01 dl{display: block;}
	#advance02 h3 span{	
		font-size: 60%;
		line-height: 0;
	}	
}

/*************************/

.courselist01{
	margin: 3em 0;
	text-align: left;
}
.courselist01 .courselist_flex{
	display: flex;
	gap:5%;
}
.courselist01 .courselist_flex .left{	width: 50%;}
.courselist01 .courselist_flex .right{	text-align: center;}
.courselist01 .button a {
	background-color: #9184e2;
	/*******リンク先の有無********/pointer-events: none/***************/
}
.courselist01 .arrow_right::after {  border-left: 10px solid #9184e2;}

@media screen and (max-width: 750px) {
	.courselist01 .courselist_flex{	display: block;}
	.courselist01 .courselist_flex .left{width: 100%;}
}

/*************************/

.courselist02{
	position: relative;
	width: 100%;	
	height: auto;
	margin: 0  0 3em 0;
	padding: 2em 0 0 0;
	border-top:2px solid #9184e2;
}

/*************************/

.courselist03{
	display: flex;
	gap:1%;
	width: 100%;	
	font-size: 0.8vw;
	margin: 0 0 1em 0 ;
}
.courselist03 dl{
	display: flex;	
	gap:1%;
}
.courselist03 dl dt{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #9184e2;
	color: #fff;
	font-weight:bold;
	width: 1.5vw;
	height: 5em;
}
.courselist03 .modalBtn a {
	text-decoration: none;
	width: 17.5vw;
	height: 5em;
	line-height: 1.2em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.courselist03 .modalBtn {
	position: relative;
	width: 17.5vw;
	height: 5em;
	margin: 0 0 0 0.5em;
	background-color: #fff;
	border: 1px solid #9184e2;
	color: #9184e2;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	cursor: pointer;
	border-radius: 1em;	
	z-index: 2;
}
.courselist03 .modalBtn:hover {  color: #fff;}
.courselist03 .modalBtn::after,
.courselist03 .modalBtn::before {
  position: absolute;
  display: block;
  content: "";
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.courselist03 .modalBtn:hover::after {
  top: 0;
  left: 0;
  background-color: #9184e2;
}
.courselist03 .modalBtn::after {
  top: 0;
  left: -20em;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {

.courselist03{
	display: block;
	width: 100%;	
	font-size: 1em;
	margin: 0 0 1em 0 ;
}
.courselist03 dl{
	display: flex;	
	gap:1%;
	margin: 0 0 1em 0 ;
}
.courselist03 dl dt{	width: 10%;}
.courselist03 .modalBtn a {	width: 90%;}
.courselist03 .modalBtn {	width: 90%;}

}


/***************************************************************************************************************************************************/


.modalWrap {
  display: none;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modalBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.modalContInner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    padding: 5em 0 2em 0;
    width: 40%;
	z-index: 1010;
}
/* 閉じるボタン */
.modalClose {
    position: absolute;
    top: 0;
	right: 0;
    background-color: #9184e2; 
	border: 2px solid #fff;
    border-radius: 50px;
    width: 4em;
    height: 4em;
    margin: 1em 2em 0 auto;
    cursor: pointer;
	z-index: 1020;
}
.modalClose::before {
    content: '';
    position: absolute;
    top: 1.8em;
    left: 1.8em;
    transform: translate(-50%,-50%) rotate(45deg);
    background-color: #fff;
    border-radius: 50px;
    width: 4px;
    height: 2em;
}
.modalClose::after {
    content: '';
    position: absolute;
    top: 1.8em;
    left: 1.8em;
    transform: translate(-50%,-50%) rotate(-45deg);
    background-color: #fff;
    border-radius: 50px;
    width: 4px;
    height: 2em;
}
.modalContInner h4{
	position: absolute;
	top: 0;
	left: 0;
	padding: 1em;
	width: 100%;
	background-color:#DEDAF6;
	color:#9184e2; 
}
.modalContInner h5{
	color: #9184e2; 
	font-size: 150%;
	line-height: 1.2em;
}
.modalContInner h5 .small{	font-size: 80%;}

.modalContInner .h5_flex{
	display: flex;
	width: 100%;
	gap:2%;
	margin: 1em 0 ;
	border-bottom: 2px solid #9184e2; 
}
.modalContInner .h5_flex .number{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #9184e2; 
	color: #fff;
	padding: 0 0.5em 0.1em 0.5em ;	
}
.modalContInner .modalcontents{
	margin: 0 auto;
	width: 90%;
}
.modalContInner .courselist_button01{	text-align: center;}
.modalContInner .courselist_button a{
	padding: 1em;
	margin: 1em auto;
	width:fit-content;
	display: block;
	white-space: nowrap;	
	border-radius: 3em;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
	background-color: #9184e2; 
	/*******リンク先の有無********/pointer-events: none/***************/
}


@media screen and (max-width: 750px) {

	.modalContInner {    width: 90%;}
	/* 閉じるボタン */
	.modalClose {  
		width: 11vw;
		height:  11vw;
		margin: 1.5em 1em 0 auto;}
	.modalClose::before {
		top: 5vw;
		left: 5vw;
		height: 5vw;
	}
	.modalClose::after {
		top: 5vw;
		left: 5vw;
		 height: 5vw;
	}	
	.modalContInner h4{	font-size: 5vw;}
	.modalContInner h5{
		margin: 0.5em 0 ;
		padding: 0 0  0.5em 0 ;}
}

/***************************************************************************************************************************************************/

.backtop {
  position: fixed;
  right: 2%;
  bottom: 2%;
  z-index: 999;
}

@media screen and (max-width: 750px) {
	.backtop {
	  right: -2%;
	  bottom: 1%;
	}
	.backtop img {		width: 70%;	}
}
