@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;
  /*
  &: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: #FF9328;
  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 {
    width: 15vw;
    top: auto;
    bottom: 5%;
  }
}
#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 {
  padding-top: 8.125rem;
  padding-bottom: 11.25rem;
  font-feature-settings: "palt";
  letter-spacing: .06em;
  line-height: 1;
  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: 2rem;
  font-weight: normal;
  border-bottom: 2px solid #707070;
	padding: 0 0 1rem 0;
	margin-bottom: 2rem;
}

@media screen and (max-width: 750px) {
  h2 {
    font-size: 1.875rem;
    line-height: 1.6;
  }
}

h3 {
  font-size: 2.125rem;
  font-weight: bold;
  letter-spacing: .1em;
  color: #EA5550;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 750px) {
  h3 {
    font-size: 1rem;
    margin-bottom: 1.75rem;
  }
}

h4 {
  font-size: 2.125rem;
  font-weight: bold;
  letter-spacing: .1em;
  color: #20B2AA;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 750px) {
  h4 {
    font-size: 2.188rem;
    line-height: 1.4;
    margin-bottom: 2.5rem;
  }
}

.anav_wrapper {
  position: relative;
  width: 81rem;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .anav_wrapper {
    width: auto;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

#anav {
  margin-bottom: 6rem;
}

@media screen and (max-width: 750px) {
  #anav {
    margin-bottom: 3.5rem;
  }
}

#anav ul {
	display: flex;  
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 70%;
	margin: 0 auto;
	gap:3%;
}

@media screen and (max-width: 750px) {
  #anav ul {
    display: block;
	width: 100%;
  }
}

#anav ul li {
  width: 47%;
	margin: 0 0 1em 0 ;
}

@media screen and (max-width: 750px) {
  #anav ul li {
    width: auto;
  }
}

@media screen and (max-width: 750px) {
  #anav ul li + li {
    margin-top: 1.5rem;
  }
}

#anav ul li a {
  display: block;
  padding: 1rem 2.75rem 1rem 1.5rem;
  color: #fff;
  text-decoration: none;
  background-image: url(../img/common/triangle_white.png);
  background-position: center right 1rem;
  background-repeat: no-repeat;
  background-color: #ccc;
  border-radius: 1.625rem;
  font-size: 1.25rem;
  font-weight: bold;
}
#anav ul li.scr_seminar a {
  background-color: #0091BF;
}

#anav ul li.scr_vod a {
  background-color: #E66F89;
}

#anav ul li.scr_book a {
  background-color: #FF9328;
}

#anav ul li.scr_apps a {
  background-color: #00ADE3;
}

@media screen and (max-width: 750px) {
  #anav ul li a {
    font-size: 1.063rem;
  }
}

@media screen and (max-width: 750px) {
  .heading {
    width: auto;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

section {
  margin: 0 auto;
	width: 80.875rem;
}

@media screen and (max-width: 750px) {
	section {
		width: auto;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
	}
}


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

.button a {
  display: grid;
  grid-template-columns: 11fr 1fr;
	padding: 1rem 1rem 1rem 3rem;
	margin-top: 2rem;
	max-width: 35.125rem;
	border-radius: 1.75rem;
	color: #fff;
	font-weight: bold;
	font-size: 1.563rem;
	text-decoration: none;
	letter-spacing: .1em;
	box-shadow: 4px 4px 8px rgba(43, 43, 43, 0.2);
  text-align: center !important;
}

@media screen and (max-width: 750px) {
   .button a{
    grid-template-columns: 6fr 1fr;
    padding: 1.5rem 1rem 1.5rem 3rem;
    border-radius: 3rem;
    font-size: 1.125rem;
    margin: 0 auto;
    margin-top: 2rem;
  }
}

/* 矢印 */
.arrow_right {
  position: relative;
}

.arrow_right::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
}

.arrow_right::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #333;
}


/* VOD講座・セミナー *******************************************************************************************************************************/


.contents {
  display: flex;
  width: 80.875rem;
  margin: 0 auto;
  margin-bottom: 6.5rem;
}
.contents figure {
  width: 27rem;
}
.contents span {
	font-size: 60%;
}
@media screen and (max-width: 750px) {
	.contents {
		display: block;
		width: 100%;
		margin-bottom: 2rem;
  }

	.contents figure {
		width: 100%;
  }
}

.vod_txt, .seminar_txt {
  flex: 1;
  color: #fff;
  padding: 2.5rem 3rem 1.5rem;
  text-align: left;
  margin: 0 auto;
}
.vod_txt{  background-color: #E66F89;}
.seminar_txt {  background-color: #0091BF;}

.contents p{
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.contents dl dt {
  font-size: 1.375rem;
  letter-spacing: .1em;
  margin-bottom: 1rem;
}
#seminar dl dt {
	color: #FFFF00;
	font-weight: bold;
	line-height: 1.2em
}

.contents dl dd {
  font-size: 1.063rem;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.4;
}

.contents dl dd:not(:last-child) {
  margin-bottom: 0.5rem;
}

.contents dl dd::before {
  content: '■ ';
}

@media screen and (max-width: 750px) {
	.vod_txt, .seminar_txt {
		padding: 2rem;
		margin-top: -2px;
	}

	.contents p{
		font-size: 2.25rem;
		line-height: 1.2;
		text-align: center;
		padding-bottom: 1rem;
		margin-bottom: 1.5rem;
	}

	.contents dl dt {
		 font-size: 0.938rem;
		 margin-bottom: 1rem;
	  }
  
	.contents dl dd {
		font-size: 0.875rem;
		line-height: 1.6;
	  }
}

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

.vod_wrapper {
  margin-bottom: 9.75rem;
}

@media screen and (max-width: 750px) {
  .vod_wrapper {
    margin-bottom: 6rem;
  }
}

.vod_wrapper .item {
  display: flex;
  margin-bottom: 6rem;
}

.vod_wrapper .left{
  flex: 1;
  margin-right: 3.5rem;
}

.vod_wrapper .right{
	width: 39rem;
  text-align: left;
}

.vod_wrapper h2 {
  display: flex;
  align-items: center;
  font-family: 'Noto Serif JP', serif;
}

.vod_wrapper h2 .icn_vod {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.938rem;
  color: #fff;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
}

.vod_wrapper h2 .icn_gakka {
  background-color: #E66F89;
}

.vod_wrapper h2 .icn_jitsugi {
  background-color: #EA5050;
}

.vod_wrapper .detail {
  display: flex;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.vod_wrapper .detail dt {
  width: 4rem;
}

.vod_wrapper .detail dd{
  flex: 1;
  font-size: 1.063rem;
}

.vod_wrapper .note {
  font-size: 0.938rem;
  color: #F72459;
}

.vod_wrapper .price {
	margin-top: 3rem;
  display: flex;
  align-items: center;
}

.vod_wrapper .price dt {
  width: 6.5rem;
  transform: translateY(2px);
}

.vod_wrapper .price dd {
  font-family: 'Noto Serif JP', serif;
	font-size: 1.75rem;
  flex: 1;
}

.vod_wrapper .price dd span {
	font-size: 1.125rem;
	margin: 0 0 0 0.25rem;
}

@media screen and (max-width: 750px) {
  .vod_wrapper .item {
    display: block;
		margin-bottom : 4rem;
	}

  .vod_wrapper .left{
    max-width: 460px;
    margin: 0 auto;
	}

  .vod_wrapper .comingsoon{
    margin-bottom: 2.5rem;
  }

  .vod_wrapper .right{
    width: 100%;
    padding: 0 1rem;
  }

	.vod_wrapper h2{
		display: block;
    text-align: center;
	}

  .vod_wrapper h2 .icn_vod {
    display: block;
    width: 11.625rem;
    margin: 0 auto;
    margin-bottom: 1rem;
  }

  .vod_wrapper .detail {
    display: block;
    line-height: 1.6;
  }

  .vod_wrapper .detail dt {
    width: 100%;
  }

  .vod_wrapper .note {
    line-height: 1.6;
  }

  .vod_wrapper .price {
		margin-top: 2rem;
    justify-content: center;
	}

	.vod_wrapper .price dd{
    flex: inherit;
	}
}

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

.seminar_wrapper {
	width: 798px;
	text-align: left;
	margin: 0 auto 8em auto;
}
.seminar_wrapper h2 {
	color: #0091BF;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #0091BF;
}

.seminar_wrapper dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
	gap:5%;
}

.seminar_wrapper dt {
	width: 25%;
	height: 2em;
	text-align:center;
	color: #fff;
	background-color: #0091BF;
	padding: 0.5em 0 0 0;
	margin: 0 0 40px 0 ;
}
.seminar_wrapper .set {
	width: 25%;
	height: 5em;
	color: #3D3D3D;
	background-color: #fff;
	padding: 0.5em 0;
	border: 1px solid #0091BF;
}
.seminar_wrapper .set p {
	font-size: 80%;
	margin: 1em 0 0  0 ;
}
.seminar_wrapper dd {
	width: 70%;
	font-size: 110%;
	margin: 0 0 40px  0 ;	
	line-height: 1.5em;
}
.seminar_wrapper .day{
	font-size: 200%;
	padding: 0;
	line-height:inherit;
}

.seminar_wrapper .access01{
	margin: 0.5em 0 2em 0 ;
}
.seminar_wrapper .access01 span{
	font-size: 80%;
}
.course01{
	border-bottom: 2px dotted #0091BF;
	padding: 1.5em 0 ;
	margin:  0 0 2em 0 ;
}
/* ボタン */
#seminar_access  {
  background: #fff;
	width: 70%;
	color: #0091BF;
	font-weight: normal;
	font-size: 100%;
	border: 1px solid #0091BF;
}

#seminar_access > .arrow_right::after {
	left: 12px;
	border-left: 10px solid #fff;
}
#seminar_access .arrow_right::before {
	width: 30px; 
	height: 30px; 
	background: #0091BF;
	border: 1px solid #0091BF;
}

.seminar_wrapper .price01 strong{
	font-size: 140%; 
	font-family: 'Noto Serif JP', serif;
}
.seminar_wrapper .price02{
	margin: 0.5em 0 0 0 ;
	font-size: 90%;
}
.seminar_wrapper .price02 strong{
	color: #0091BF;
	font-weight: bold;
}
.seminar_wrapper .price span{
	font-size: 80%;
}

.seminar_attention{
	line-height: 1.5em;
}
.seminar_attention h3{
	font-size: 120%;
	color: #0091BF;
	padding: 2em 0 0.5em 0;
	border-bottom: 2px solid #0091BF;
	margin: 0 0 1em 0 ;
}
/* ボタン */

#seminar_app  {
	margin: 3em auto 1em auto;
  background: #0091BF;
}
#seminar_app  > .arrow_right::after {
  border-left: 10px solid #0091BF;
}

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

	.seminar_wrapper {
		text-align: center;
		width: 90%;
	}
	.seminar_wrapper dl {
	  display: block;
	}
	.seminar_wrapper .set {
	width: 100%;
	height: auto;
	}
	.seminar_wrapper .set p {
		font-size: 100%;
		margin: 1em 0 0  0 ;
		padding:  0.2em;
		line-height:1.4em;
	}
	.seminar_wrapper .day{
		font-size: 5.8vw;
		white-space: nowrap;
		padding: 0;
		line-height:1.4em;
	}
	.seminar_wrapper dt {	
		margin: 0 0 3vw 0 ;
		width: 100%;
	}
	.seminar_wrapper .set {
		width: 100%;
		padding: 1em 0;
	}
	.seminar_wrapper dd {
		margin: 0 0 10vw 0 ;
		width: 100%;
	}
	#seminar_access  {
		width: 100%;
	}
	.seminar_wrapper .price01{
		white-space: nowrap;
	}
	.seminar_wrapper .price02{
		text-align: left;
		line-height: 1.4em;
	}
	.seminar_attention{
		text-align: left;
	}
	.seminar_attention h3{
		text-align: center;
	}
	.seminar_wrapper .price span{
		font-size: 80%;	
		
	}

	#seminar_app  {
		line-height: 1.4em;
	}
	
}


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



@media screen and (max-width: 750px) {
  .vod_wrapper {
    margin-bottom: 6rem;
  }
}

.vod_wrapper .item {
  display: flex;
  margin-bottom: 6rem;
}

.vod_wrapper .left{
  flex: 1;
  margin-right: 3.5rem;
}

.vod_wrapper .right{
	width: 39rem;
  text-align: left;
}

.vod_wrapper h2 {
  display: flex;
  align-items: center;
  font-family: 'Noto Serif JP', serif;
}

.vod_wrapper h2 .icn_vod {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.938rem;
  color: #fff;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
}

.vod_wrapper h2 .icn_gakka {
  background-color: #E66F89;
}

.vod_wrapper h2 .icn_jitsugi {
  background-color: #EA5050;
}

.vod_wrapper .detail {
  display: flex;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.vod_wrapper .detail dt {
  width: 4rem;
}

.vod_wrapper .detail dd{
  flex: 1;
  font-size: 1.063rem;
}

.vod_wrapper .note {
  font-size: 0.938rem;
  color: #F72459;
}

.vod_wrapper .price {
	margin-top: 3rem;
  display: flex;
  align-items: center;
}

.vod_wrapper .price dt {
  width: 6.5rem;
  transform: translateY(2px);
}

.vod_wrapper .price dd {
  font-family: 'Noto Serif JP', serif;
	font-size: 1.75rem;
  flex: 1;
}

.vod_wrapper .price dd span {
	font-size: 1.125rem;
	margin: 0 0 0 0.25rem;
}

@media screen and (max-width: 750px) {
  .vod_wrapper .item {
    display: block;
		margin-bottom : 4rem;
	}

  .vod_wrapper .left{
    max-width: 460px;
    margin: 0 auto;
	}

  .vod_wrapper .comingsoon{
    margin-bottom: 2.5rem;
  }

  .vod_wrapper .right{
    width: 100%;
    padding: 0 1rem;
  }

	.vod_wrapper h2{
		display: block;
    text-align: center;
	}

  .vod_wrapper h2 .icn_vod {
    display: block;
    width: 11.625rem;
    margin: 0 auto;
    margin-bottom: 1rem;
  }

  .vod_wrapper .detail {
    display: block;
    line-height: 1.6;
  }

  .vod_wrapper .detail dt {
    width: 100%;
  }

  .vod_wrapper .note {
    line-height: 1.6;
  }

  .vod_wrapper .price {
		margin-top: 2rem;
    justify-content: center;
	}

	.vod_wrapper .price dd{
    flex: inherit;
	}
}


/* ボタン */
#vod_gakka {
  background: #E66F89;
}

#vod_gakka > .arrow_right::after {
  border-left: 10px solid #E66F89;
}

#vod_jitsugi {
  background: #EA5050;
}

#vod_jitsugi > .arrow_right::after {
  border-left: 10px solid #EA5050;
}

#vod02_comingsoon {
  background: #A29E9E;
  line-height: 1.2;
}

#vod02_comingsoon > .arrow_right::after {
  border-left: 10px solid #A29E9E;
}


/* 冊子版 *******************************************************************************************************************************/

#book {
  margin-bottom: 6.5rem;
}

@media screen and (max-width: 750px) {
  #book {
    margin-bottom: 2rem;
  }
}

.book_wrapper {
  margin-bottom: 9.75rem;
}

@media screen and (max-width: 750px) {
  .book_wrapper {
    margin-bottom: 6rem;
  }
}

.book_wrapper .item {
  display: flex;
  margin-bottom: 6rem;
}

.book_wrapper .left{
	flex: 1;
  margin-right: 3.5rem;
  text-align: right;
}

.book_wrapper .right{
	width: 39rem;
  text-align: left;
}

.book_wrapper h2 {
	font-family: 'Noto Serif JP', serif;
}

.book_wrapper .price {
	margin: 5rem 0 0 0;
  display: flex;
  align-items: center;
}

.book_wrapper .price dt {
  width: 3rem;
  transform: translateY(2px);
}

.book_wrapper .price dd {
	font-size: 1.75rem;
  flex: 1;
	font-family: 'Noto Serif JP', serif;
}

.book_wrapper .price dd span {
	font-size: 1.125rem;
	margin: 0 0 0 0.25rem;
}

@media screen and (max-width: 750px) {
  .book_wrapper .item {
    display: block;
		margin-bottom : 4rem;
	}

  .book_wrapper .left{
		margin-right: 0;
    text-align: center;
	}

  .book_wrapper .right{
    width: 100%;
    padding: 0 1rem;
    text-align: center;
  }

	.book_wrapper h2{
		display: block;
	}

  .book_wrapper .title {
    font-size: 1.125rem;
  }

  .book_wrapper .price {
		margin-top: 2rem;
    justify-content: center;
	}

	.book_wrapper .price dd{
    flex: inherit;
	}

  .delivery {
    display: block;
    padding-top: 1rem;
  }
}

/* ボタン */
#book_grade01{
  background: #FF9328;
}

#book_grade01 > .arrow_right::after {
  border-left: 10px solid #FF9328;
}

#book_grade02{
  background: #FF6E2E;
}

#book_grade02 > .arrow_right::after {
  border-left: 10px solid #FF6E2E;
}


/* アプリ版 *******************************************************************************************************************************/

#apps {
  margin-bottom: 3rem;
}

@media screen and (max-width: 750px) {
  #apps {
    margin-bottom: 2rem;
  }
}

.apps_wrapper {
  margin-bottom: 9.75rem;
}

@media screen and (max-width: 750px) {
  .apps_wrapper {
    margin-bottom: 6rem;
  }
}

.apps_wrapper .intro {
  margin-bottom: 7.25rem;
}

.apps_wrapper .intro .introtext {
  line-height: 2.8;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

.apps_wrapper .intro .point {
  max-width: 49.875rem;
  margin: 0 auto;
  margin-bottom: 3.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
}

.apps_wrapper .intro .point li {
  border-bottom: 2px dashed #20B2AA;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
}

@media screen and (max-width: 750px) {
  .apps_wrapper .intro {
    margin-bottom: 5rem;
    padding: 0 1rem;
  }
  
  .apps_wrapper .intro .introtext {
    line-height: 1.8;
  }
  
  .apps_wrapper .intro .point li {
    margin-bottom: 2.4rem;
    padding-bottom: 1rem;
  }
}

.apps_wrapper .item {
  display: flex;
	margin-bottom: 6rem;
}

.apps_wrapper .left{
  flex: 1;
  margin-right: 6.5rem;
  text-align: right;
}

.apps_wrapper .right{
  width: 39rem;
  text-align: left;
}

.apps_wrapper h2 {
	font-family: 'Noto Serif JP', serif;
}

.apps_wrapper .detail {
  display: flex;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.apps_wrapper .detail dt {
  width: 4rem;
}

.apps_wrapper .detail dd{
  flex: 1;
  font-size: 1.063rem;
}

.apps_wrapper .price {
	margin: 5rem 0 0 0;
  display: flex;
  align-items: center;
}

.apps_wrapper .price dt {
  width: 3rem;
  transform: translateY(2px);
}

.apps_wrapper .price dd {
  font-family: 'Noto Serif JP', serif;
	font-size: 1.75rem;
  flex: 1;
}

.apps_wrapper .price dd span {
	font-size: 1.125rem;
	margin: 0 0 0 0.25rem;
}

@media screen and (max-width: 750px) {
  .apps_wrapper .item {
    display: block;
		margin-bottom : 4rem;
	}

  .apps_wrapper .left{
		margin-right: 0;
    margin-bottom: 2rem;
    text-align: center;
	}

  .apps_wrapper .right{
    width: 100%;
    padding: 0 1rem;
  }

	.apps_wrapper h2{
		display: block;
    text-align: center;
	}

  .apps_wrapper .detail {
    display: block;
    line-height: 1.6;
  }

  .apps_wrapper .detail dt {
    width: 100%;
  }

	.apps_wrapper .detail dd{
	}

  .apps_wrapper .price {
		margin-top: 2rem;
    justify-content: center;
	}

	.apps_wrapper .price dd{
    flex: inherit;
	}
}

/* ボタン */
#apps_try {
  margin: 0 auto;
  color: #20B2AA;
  background: #FFF263;
}

@media screen and (max-width: 750px) {
  #apps_try {
    line-height: 1.2;
  }
}

#apps_try > .arrow_right::before {
  background: #20B2AA;
}

#apps_try > .arrow_right::after {
  border-left: 10px solid #FFF263;
}

#apps_grade01{
  background: #00ADE3;
}

#apps_grade01 > .arrow_right::after {
  border-left: 10px solid #00ADE3;
}

#apps_grade02{
  background: #598DCA;
}

#apps_grade02 > .arrow_right::after {
  border-left: 10px solid #598DCA;
}


/* バナー *******************************************************************************************************************************/

.megane_banner{
  margin-bottom: 5.5rem;
}

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

	}
}

.intro_banner{

}

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

    }
  }


/* その他 *******************************************************************************************************************************/

.attention{
    color: #F72459;
     font-weight: bold;
}