@charset "UTF-8";
/*--------------------------------------------------------------
call color
--------------------------------------------------------------*/
/*--------------------------------------------------------------
call fontsize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
call 
--------------------------------------------------------------*/
/*--------------------------------------------------------------
call font
--------------------------------------------------------------*/
/*--------------------------------------------------------------
call hが画像の場合で無駄な余白付く場合は、hに「.h-pic」クラスをつけて以下を有効にする
--------------------------------------------------------------*/
/*--------------------------------------------------------------
call setting
--------------------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

ul,
ol {
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #333;
  line-height: 1.83;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-x: hidden;
  overflow-wrap: break-word;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size-adjust: 100%;
  text-justify: none;
}

header {
  width: 100%;
}

ul {
  list-style: none;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}

img {
  vertical-align: middle;
}

a {
  cursor: pointer;
}

/*--------------------------------------------------------------
call img width
--------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
call print
--------------------------------------------------------------*/
@media print {
  .no-print {
    display: none;
  }
}

/*--------------------------------------------------------------
call tell link sponly
--------------------------------------------------------------*/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

a {
  outline: none;
}

a {
  cursor: pointer;
}

/*--------------------------------------------------------------
call width
--------------------------------------------------------------*/
/*--------------------------------------------------------------
call mq pcfirst ver
--------------------------------------------------------------*/
/*--------------------------------------------------------------
call fontsize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
call inner
--------------------------------------------------------------*/
.inner {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1150px) {
  .inner {
    max-width: 98vw;
  }
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: 90vw;
  }
}

@media screen and (max-width: 600px) {
  .inner {
    max-width: 95vw;
  }
}

/*--------------------------------------------------------------
call fontsize
--------------------------------------------------------------*/
body {
  font-size: 1.6rem;
}

p,
li {
  font-size: 1.9rem;
}

@media screen and (max-width: 1150px) {
  body {
    font-size: 1.6rem;
  }
  p,
  li {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
  p,
  li {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  body {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  p,
  li {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/*--------------------------------------------------------------
call only
--------------------------------------------------------------*/
.forpc {
  display: block;
}

@media screen and (max-width: 1920px) {
  .forpc {
    display: block;
  }
}

@media screen and (max-width: 1150px) {
  .forpc {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .forpc {
    display: block;
  }
}

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

.forsp {
  display: none;
}

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

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

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

@media screen and (max-width: 600px) {
  .forsp {
    display: block;
  }
}

/*--------------------------------------------------------------
call ahover
--------------------------------------------------------------*/
.alpha {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.alpha:hover {
  opacity: 0.5;
}

.underline {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# call scroll spファーストかPCファーストかで変更する
--------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 0;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0.7;
}

#page-top a {
  display: block;
  /* float: right; */
  padding: 5px;
  margin-right: -100px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1920px) {
  #page-top a {
    margin-right: -30px;
  }
}

@media screen and (max-width: 1150px) {
  #page-top a {
    margin-right: -10px;
  }
}

@media screen and (max-width: 768px) {
  #page-top a {
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  #page-top a {
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  #page-top a img {
    width: 15vw;
  }
}

#page-top:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
call more
--------------------------------------------------------------*/
.miraibukanrenshoseki-list li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}

button {
  border: none;
  outline: none;
}

.miraibukanrenshoseki-list li {
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

/*--------------------------------------------------------------
call form
--------------------------------------------------------------*/
form {
  margin: 0;
  padding: 0;
}

form button {
  width: auto;
  display: inline-block;
  padding: 0.6em 2em;
  margin: 0;
  background-image: none;
  background-color: #5bade1;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 0;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

form button:hover, form button:focus {
  outline: none;
}

form button:hover {
  opacity: 0.5;
}

form button ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input,
textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #707070;
  border-radius: 0;
  background-image: none;
  font-family: inherit;
  font-size: 1.6rem;
  -webkit-appearance: none;
}

textarea:hover, textarea:focus {
  outline: none;
}

textarea:focus {
  outline: none;
  border-color: #707070;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input:focus {
  outline: none;
  border-color: #707070;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="submit"], input[type="button"] {
  width: auto;
  display: inline-block;
  padding: 0.6em 2em;
  margin: 0;
  background-image: none;
  background-color: #5bade1;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 0;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus {
  outline: none;
}

input[type="submit"]:hover, input[type="button"]:hover {
  opacity: 0.5;
}

input[type="submit"] ::-moz-focus-inner, input[type="button"] ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 16px 0 0;
  cursor: pointer;
}

input[type="radio"] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: block;
}

input[type="radio"] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

input[type="radio"]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #707070;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  opacity: 1;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 16px 0 0;
  cursor: pointer;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

input[type="checkbox"] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #707070;
  border-radius: 2px;
  width: 26px;
  height: 26px;
  display: block;
}

input[type="checkbox"] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

input[type="checkbox"]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 26px;
  height: 15.6px;
  margin-top: -0.2em;
  display: block;
  border-left: 4px solid #5bade1;
  border-bottom: 4px solid #5bade1;
  opacity: 1;
}

select {
  padding: 0.4em 2.4em 0.4em 0.8em;
  border-radius: 0;
  background-image: url(../img/arrow.svg);
  background-position: right 6px center;
  background-repeat: no-repeat;
  background-size: 24px;
  font-family: inherit;
  font-size: 1.6rem;
  color: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #707070;
}

select::-ms-expand {
  display: none;
}

select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #707070;
}

.text-center {
  text-align: center;
}

.english-word-break {
  word-break: break-all !important;
}

.header-wrap {
  background: url(../img/line_2x.jpg) repeat-x;
  background-size: 204px 7px;
  height: 7px;
}

.header-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .header-cont {
    display: none;
  }
}

.sp-header {
  display: none;
}

@media screen and (max-width: 1920px) {
  .sp-header {
    display: none;
  }
}

@media screen and (max-width: 1150px) {
  .sp-header {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp-header {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .sp-header {
    display: block;
  }
}

.sp-header-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-logo {
  width: 25%;
}

.gnav-sp {
  width: 70%;
}

.sp-header-contents {
  padding: 0.16667vw 0;
  margin-top: 0.83333vw;
}

.gnav-sp nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gnav-sp nav ul li {
  padding-left: 3vw;
}
.gnav-sp nav ul li a {
  padding: 0 0.83333vw;
}

.logo {
  width: 18%;
}

.gnav {
  width: 70%;
}

.gnav nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gnav nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gicon {
  margin-bottom: 10px;
}

.mv {
  background: url(../img/slide-bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 20px;
  margin-bottom: 100px;
}

@media screen and (max-width: 600px) {
  .mv {
    margin-bottom: 4.16667vw;
    background: none;
    padding-top: 1.66667vw;
  }
}

.inner-mv {
  margin: 0 auto;
  width: 100vw;
}

.slider-top .slide-img {
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.8));
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.8));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.8));
}

.slick-slide {
  padding-bottom: 25px;
}

@media screen and (max-width: 600px) {
  .slick-slide {
    padding-bottom: 4.16667vw;
  }
}

.slick-slide {
  outline: none;
}

.slick-slide {
  height: auto !important;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

.slide-arrow {
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .slide-arrow {
    display: none !important;
  }
}

.slide-arrow {
  position: absolute;
  z-index: 2;
  top: 40%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}

.prev-arrow {
  left: 18vw;
}

.next-arrow {
  right: 18vw;
}

.slide-dots {
  text-align: center;
}

.slide-dots li {
  display: inline-block;
  margin: 0 15px;
}

.slide-dots li button {
  position: relative;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.slide-dots li button:before {
  content: "●";
  font-size: 20px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffcc00;
  opacity: 0.5;
}

@media screen and (max-width: 600px) {
  .slide-dots li button:before {
    font-size: 15px;
  }
}

.slide-dots li.slick-active button:before {
  content: "●";
  opacity: 1;
}

.slick-slide {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
}

.slick-slider {
  margin: 0 auto;
}

.slick-slide img {
  margin: 0 auto;
}

.oshirase-ttls {
  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: 600px) {
  .oshirase-ttls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .oshirase-ttls h2 img {
    width: 35vw;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .to-oshiraselist {
    width: 30vw;
  }
}

.oshirase-content {
  padding: 20px;
}

@media screen and (max-width: 600px) {
  .oshirase-content {
    padding: 1.66667vw;
  }
}

.oshirase-content article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px dashed #a7a7a7;
  padding: 5px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1150px) {
  .oshirase-content article a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.oshirase-content article a time,
.oshirase-content article a .oshirase-cate {
  white-space: nowrap;
  width: 10%;
}

@media screen and (max-width: 1150px) {
  .oshirase-content article a time,
  .oshirase-content article a .oshirase-cate {
    width: 15%;
  }
}

@media screen and (max-width: 600px) {
  .oshirase-content article a time,
  .oshirase-content article a .oshirase-cate {
    width: 40%;
  }
}

.oshirase-content .oshirase-list-ttl {
  font-size: inherit;
  width: 75%;
}

@media screen and (max-width: 1150px) {
  .oshirase-content .oshirase-list-ttl {
    width: 100%;
  }
}

.oshirase-content .oshirase-cate {
  padding: 2px 5px;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (max-width: 600px) {
  .oshirase-content .oshirase-cate {
    border-width: 1px;
  }
}

.oshirase-content .oshirase-cate-ss {
  border-color: #ff7894;
  color: #ff7894;
}

.oshirase-content .oshirase-cate-tsukau {
  border-color: #80c900;
  color: #80c900;
}

.oshirase-content .oshirase-cate-manabu {
  border-color: #ff8811;
  color: #ff8811;
}

.oshirase-content .oshirase-cate-utau {
  border-color: #ffcc00;
  color: #ffcc00;
}

.oshirase-content article a .oshirase-list-ttl {
  font-weight: normal;
}

.oshirase-content article a time,
.oshirase-content article a .oshirase-cate,
.oshirase-content article a .oshirase-list-ttl {
  margin: 5px 10px;
}

.sec-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .sec-ttl {
    margin-bottom: 5vw;
  }
}

.sec-ttl:before,
.sec-ttl:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  opacity: 0.5;
}

@media screen and (max-width: 600px) {
  .sec-ttl:before,
  .sec-ttl:after {
    content: none;
  }
}

.sec-ttl:before {
  margin-right: 0.4em;
}

.sec-ttl:after {
  margin-left: 0.4em;
}

.sec-ttl-sub {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}

@media screen and (max-width: 600px) {
  .sec-ttl-sub {
    margin-bottom: 8.33333vw;
    margin-top: 8.33333vw;
  }
}

@media screen and (max-width: 600px) {
  .sec-ttl-sub img {
    width: 50%;
  }
}

.box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .box-wrap {
    width: 88vw;
    margin: 0 auto;
  }
}

.box-wrap .box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  position: relative;
  margin-bottom: 35px;
  text-align: center;
  border-style: solid;
  border-width: 3px;
  border-radius: 10px;
}

@media screen and (max-width: 600px) {
  .box-wrap .box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5vw;
  }
}

.box-txt {
  font-size: 1.7rem;
  line-height: 1.8;
}

@media screen and (max-width: 1920px) {
  .box-txt {
    font-size: 1.7rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 1150px) {
  .box-txt {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .box-txt {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 600px) {
  .box-txt {
    font-size: 1.1rem;
  }
}

.box-wrap .box::before {
  content: "";
  display: block;
  padding-top: 75%;
}

@media screen and (max-width: 1150px) {
  .box-wrap .box::before {
    padding-top: 80%;
  }
}

@media screen and (max-width: 768px) {
  .box-wrap .box::before {
    padding-top: 90%;
  }
}

@media screen and (max-width: 600px) {
  .box-wrap .box::before {
    padding-top: 90%;
  }
}

.box-wrap .box div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1150px) {
  .box-wrap .box div {
    padding: 5.20833vw 2.60417vw;
  }
}

@media screen and (max-width: 768px) {
  .box-wrap .box div {
    padding: 5.20833vw 2.60417vw;
  }
}

@media screen and (max-width: 600px) {
  .box-wrap .box div {
    padding: 3.90625vw 1.30208vw;
  }
}

.box-ttl {
  margin: 0 auto;
}

.sec {
  margin-bottom: 200px;
}

@media screen and (max-width: 1150px) {
  .sec {
    margin-bottom: 8.69565vw;
  }
}

@media screen and (max-width: 768px) {
  .sec {
    margin-bottom: 13.02083vw;
  }
}

@media screen and (max-width: 600px) {
  .sec {
    margin-bottom: 16.66667vw;
  }
}

.sec .inner,
#footer .inner,
.page-basic .inner {
  width: 80%;
}

@media screen and (max-width: 1920px) {
  .sec .inner,
  #footer .inner,
  .page-basic .inner {
    width: 90%;
  }
}

@media screen and (max-width: 1150px) {
  .sec .inner,
  #footer .inner,
  .page-basic .inner {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .sec .inner,
  #footer .inner,
  .page-basic .inner {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .sec .inner,
  #footer .inner,
  .page-basic .inner {
    width: 100%;
  }
}

#manabu .sec-ttl:before,
#manabu .sec-ttl:after {
  border-top: 2px dotted #ff8811;
}

#manabu .box-wrap .box {
  border-color: #ff8811;
}

#miraibunorekishi {
  background: url(../img/bg-miraibunorekishi.png) center center no-repeat;
  background-size: cover;
}

#koutoubunorekishi {
  background: url(../img/bg-koutoubunorekishi.png) center center no-repeat;
  background-size: cover;
}

#chuutoubunorekishi {
  background: url(../img/bg-chuutoubunorekishi.png) center center no-repeat;
  background-size: cover;
}

#syounensyoujobunorekishi {
  background: url(../img/bg-syounensyoujobunorekishi.png) center center no-repeat;
  background-size: cover;
}

#gassyoudannorekishi {
  background: url(../img/bg-gassyoudannorekishi.png) center center no-repeat;
  background-size: cover;
}

#kongetsunokoufushi {
  background: url(../img/bg-kongetsunokoufushi.png) center center no-repeat;
  background-size: cover;
}

#victorygosho {
  background: url(../img/bg-victorygosho.png) center center no-repeat;
  background-size: cover;
}

#shishiougosho {
  background: url(../img/bg-shishiougosho.png) center center no-repeat;
  background-size: cover;
}

#miraibukanrenshoseki {
  background: url(../img/bg-miraibukanrenshoseki.png) center center no-repeat;
  background-size: cover;
}

#tsukau .sec-ttl:before,
#tsukau .sec-ttl:after {
  border-top: 2px dotted #80c900;
}

#tsukau .box-wrap .box {
  border-color: #80c900;
}

#haikeigazou {
  background: url(../img/bg-haikeigazou.png) center center no-repeat;
  background-size: cover;
}

#gongyoshoudaichallenge {
  background: url(../img/bg-gongyoshoudaichallenge.png) center center no-repeat;
  background-size: cover;
}

#dokushochallenge {
  background: url(../img/bg-dokushochallenge.png) center center no-repeat;
  background-size: cover;
}

#himekuri {
  background: url(../img/bg-himekuri.png) center center no-repeat;
  background-size: cover;
}

#dokuryohyou {
  background: url(../img/bg-dokuryohyou.png) center center no-repeat;
  background-size: cover;
}

#kaigousankacard {
  background: url(../img/bg-kaigousankacard.png) center center no-repeat;
  background-size: cover;
}

#katsuyouitem {
  background: url(../img/bg-katsuyouitem.png) center center no-repeat;
  background-size: cover;
}

#utau .sec-ttl:before,
#utau .sec-ttl:after {
  border-top: 2px dotted #ffcc00;
}

#utau .box-wrap .box {
  border-color: #ffcc00;
}

#seigi {
  background: url(../img/bg-seigi.png) center center no-repeat;
  background-size: cover;
}

#yuuki {
  background: url(../img/bg-yuuki.png) center center no-repeat;
  background-size: cover;
}

#bebrave {
  background: url(../img/bg-bebrave.png) center center no-repeat;
  background-size: cover;
}

#ss .sec-ttl:before,
#ss .sec-ttl:after {
  border-top: 2px dotted #ff7894;
}

#ss .box-wrap .box {
  border-color: #ff7894;
}

#rensyu {
  background: url(../img/bg-rensyu.png) center center no-repeat;
  background-size: cover;
}

#shidou {
  background: url(../img/bg-shidou.png) center center no-repeat;
  background-size: cover;
}

#qa {
  background: url(../img/bg-qa.png) center center no-repeat;
  background-size: cover;
}

#suisenkyoku {
  background: url(../img/bg-suisenkyoku.png) center center no-repeat;
  background-size: cover;
}

#syoukai {
  background: url(../img/bg-syoukai.png) center center no-repeat;
  background-size: cover;
}

.box-wrap::after {
  display: block;
  content: "";
  width: 30%;
}

#footer {
  background-color: #ebebeb;
  padding-top: 40px;
}

@media screen and (max-width: 600px) {
  #footer {
    padding-top: 5vw;
  }
}

@media screen and (max-width: 1920px) {
  .footer-list li a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1150px) {
  .footer-list li a {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .footer-list li a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  .footer-list li a {
    font-size: 1.4rem;
  }
}

.footer-cont-wrap {
  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: 600px) {
  .footer-cont-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-cont {
  width: 30%;
}

@media screen and (max-width: 600px) {
  .footer-cont {
    width: 90%;
    margin: 0 auto;
  }
}

.footer-ttl {
  border-bottom: 1px dashed #a7a7a7;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .footer-ttl img {
    width: 75%;
  }
}

.footer-ttl-sub {
  margin-bottom: 10px;
}

.footer-list a {
  text-decoration: underline;
  margin: 5px 0;
}

.footer-list li:last-child {
  margin-bottom: 20px;
}

.privacy {
  text-align: right;
  border-bottom: 1px solid #a7a7a7;
  padding: 10px 0;
}

.privacy a {
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .privacy {
    text-align: center;
  }
}

.footer-wrap {
  background: url(../img/line_2x.jpg) repeat-x;
  background-size: 204px 7px;
  height: 7px;
}

.large-inner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.deco img {
  opacity: 0.2;
}

.deco {
  display: block;
}

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

#manabu {
  position: relative;
}

#manabu .side-1 {
  position: absolute;
  left: 200px;
  top: 350px;
}

@media screen and (max-width: 1920px) {
  #manabu .side-1 {
    left: 0;
  }
}

#manabu .side-2 {
  position: absolute;
  right: 350px;
  top: 100px;
}

@media screen and (max-width: 1920px) {
  #manabu .side-2 {
    right: 0;
  }
}

#manabu .side-3 {
  position: absolute;
  right: 200px;
  bottom: 0;
}

@media screen and (max-width: 1920px) {
  #manabu .side-3 {
    right: 0;
  }
}

#tsukau {
  position: relative;
}

#tsukau .side-4 {
  position: absolute;
  left: 200px;
  top: 100px;
}

@media screen and (max-width: 1920px) {
  #tsukau .side-4 {
    left: 0;
  }
}

#tsukau .side-5 {
  position: absolute;
  left: 100px;
  bottom: 0;
}

@media screen and (max-width: 1920px) {
  #tsukau .side-5 {
    left: 0;
  }
}

#tsukau .side-6 {
  position: absolute;
  right: 200px;
  top: 250px;
}

@media screen and (max-width: 1920px) {
  #tsukau .side-6 {
    right: 0;
  }
}

#utau {
  position: relative;
}

#utau .side-7 {
  position: absolute;
  left: 200px;
  top: 100px;
}

@media screen and (max-width: 1920px) {
  #utau .side-7 {
    left: 0;
  }
}

#utau .side-8 {
  position: absolute;
  right: 100px;
  bottom: 0;
}

@media screen and (max-width: 1920px) {
  #utau .side-8 {
    right: 0;
  }
}

#ss {
  position: relative;
}

#ss .side-9 {
  position: absolute;
  left: 100px;
  top: 300px;
}

@media screen and (max-width: 1920px) {
  #ss .side-9 {
    left: 0;
  }
}

#ss .side-10 {
  position: absolute;
  right: 100px;
  top: 100px;
}

@media screen and (max-width: 1920px) {
  #ss .side-10 {
    right: 0;
  }
}

/*--------------------------------------------------------------
call copy
--------------------------------------------------------------*/
.copy {
  font-size: 1.5rem;
  text-align: center;
  color: #555;
  padding: 10px 0;
}

@media screen and (max-width: 600px) {
  .copy {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------------------------
call 下層テンプレート
--------------------------------------------------------------*/
.page-basic-lead {
  margin-bottom: 80px;
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .page-basic-lead {
    margin-bottom: 6.66667vw;
    margin-top: 1.66667vw;
  }
}

.page-basic-lead p,
.page-basic-lead h3 {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
}

@media screen and (max-width: 600px) {
  .page-basic-lead p,
  .page-basic-lead h3 {
    font-size: 1.7rem;
    line-height: 1.5;
  }
}

.page-basic-ttl-h {
  margin-bottom: 50px;
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .page-basic-ttl-h {
    margin-bottom: 6.66667vw;
    margin-top: 3.33333vw;
  }
}

.page-basic-sec-block-ttl {
  font-weight: bold;
  font-size: 2.3rem;
  margin-bottom: 15px;
  border-bottom: 6px double #ff8811;
}

@media screen and (max-width: 600px) {
  .page-basic-sec-block-ttl {
    font-size: 1.8rem;
    margin-bottom: 2.5vw;
  }
}

.page-basic-sec-block-txt {
  margin-bottom: 15px;
  padding: 20px;
}

@media screen and (max-width: 600px) {
  .page-basic-sec-block-txt {
    margin-bottom: 2.5vw;
    padding: 0px;
  }
}

.page-basic-sec-block-txt p,
.page-basic-lead-detail-txt p {
  margin-bottom: 20px;
}

.page-basic-sec-block-txt p:last-child {
  margin-bottom: 40px;
}

.page-basic-sec-block-img {
  margin-bottom: 20px;
  text-align: center;
}

.page-basic-sec-block-img img {
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .page-basic-sec-block-img img {
    margin-bottom: 1.66667vw;
  }
}

.page-basic-sec-block {
  margin-bottom: 100px;
}

@media screen and (max-width: 600px) {
  .page-basic-sec-block {
    margin-bottom: 11.66667vw;
  }
}

.page-basic-sec-block-img-cap {
  color: #555;
  text-align: center;
  font-size: 1.5rem;
}

@media screen and (max-width: 600px) {
  .page-basic-sec-block-img-cap {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.page-basic-sec-block-txt-list {
  padding: 20px;
  margin-bottom: 20px;
}

.img-size-100 {
  width: 100%;
}

.img-size-50 {
  width: 50%;
}

@media screen and (max-width: 600px) {
  .img-size-50 {
    width: 100%;
  }
}

.img-size-30 {
  width: 80%;
}

@media screen and (max-width: 600px) {
  .img-size-30 {
    width: 100%;
  }
}

.img-size-30-tate {
  width: 50%;
}

@media screen and (max-width: 600px) {
  .img-size-30-tate {
    width: 50%;
  }
}

.img-size-20 {
  width: 20%;
}

.last-item-mb {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 600px) {
  .last-item-mb {
    margin-bottom: 13.33333vw !important;
  }
}

.page-basic-bottomlink-ttl {
  margin-bottom: 20px;
}

.page-basic-bottomlink-txt {
  padding: 20px;
}

@media screen and (max-width: 600px) {
  .page-basic-bottomlink-txt {
    padding: 0;
  }
}

.page-basic-bottomlink-txt ul {
  text-indent: -1em;
  margin-left: 1em;
}

.page-basic-bottomlink-txt a {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 2.3rem;
}

@media screen and (max-width: 600px) {
  .page-basic-bottomlink-txt a {
    font-size: 1.7rem;
  }
}

.page-basic-bottomlink-txt a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 4px;
  margin-left: 4px;
  border: transparent solid 5px;
  border-left-color: #ff8811;
}

.page-basic-lead-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}

@media screen and (max-width: 600px) {
  .page-basic-lead-detail {
    margin-bottom: 13.33333vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.page-basic-lead-detail-img {
  width: 30%;
}

@media screen and (max-width: 600px) {
  .page-basic-lead-detail-img {
    width: 100%;
    margin-bottom: 3.33333vw;
  }
}

.page-basic-lead-detail-txt {
  width: 65%;
}

@media screen and (max-width: 600px) {
  .page-basic-lead-detail-txt {
    width: 100%;
  }
}

.btn-01 {
  display: block;
  width: 70%;
  margin: 0 auto;
  background-color: #53caf6;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  padding: 10px;
  position: relative;
  font-size: 2.3rem;
}

@media screen and (max-width: 600px) {
  .btn-01 {
    width: 100%;
    font-size: 1.8rem;
  }
}

.btn-01::after,
.btn-02::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
}

.btn-02 {
  display: block;
  width: 50%;
  margin: 0 auto;
  background-color: #53caf6;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  padding: 10px;
  position: relative;
  font-size: 2.3rem;
}

@media screen and (max-width: 600px) {
  .btn-02 {
    font-size: 1.8rem;
    width: 100%;
  }
}

.btn-05-down {
  display: block;
  width: 50%;
  margin: 0 auto;
  background-color: #53caf6;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  padding: 10px;
  position: relative;
  font-size: 2.3rem;
}

@media screen and (max-width: 600px) {
  .btn-05-down {
    font-size: 1.8rem;
    width: 100%;
  }
}

.btn-03-link {
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #ff7894;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  position: relative;
  font-size: 2.2rem;
}
.btn-03-dl {
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #ff7894;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  position: relative;
  font-size: 2.2rem;
}

@media screen and (max-width: 1150px) {
  .btn-03-link,
  .btn-03-dl {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 600px) {
  .btn-03-link,
  .btn-03-dl {
    font-size: 1.4rem;
    padding: 1.66667vw 0;
  }
}

.btn-03-dl::after {
  position: absolute;
  top: 25%;
  right: 1em;
  width: 1em;
  height: 1em;
  content: "";
  background: url("../img/icon-dl_2x.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 600px) {
  .btn-03-dl::after {
    right: 0.3em;
  }
}

.btn-04-dl {
  display: block;
  width: 70%;
  margin: 0 auto;
  background-color: #ff7894;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  position: relative;
  font-size: 2.2rem;
}

@media screen and (max-width: 1150px) {
  .btn-04-dl {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 768px) {
  .btn-04-dl {
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .btn-04-dl {
    font-size: 1.7rem;
    width: 100%;
    padding: 1.66667vw 0;
  }
}

.btn-04-dl::after {
  position: absolute;
  top: 35%;
  right: 1em;
  width: 1em;
  height: 1em;
  content: "";
  background: url("../img/icon-dl_2x.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 600px) {
  .btn-04-dl::after {
    top: 30%;
  }
}

.btn-05-dl {
  display: block;
  width: 50%;
  margin: 0 auto;
  background-color: #ff7894;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  position: relative;
  font-size: 2.2rem;
}

@media screen and (max-width: 1150px) {
  .btn-05-dl {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 768px) {
  .btn-05-dl {
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .btn-05-dl {
    font-size: 1.7rem;
    width: 100%;
    padding: 1.66667vw 0;
  }
}

.btn-05-dl::after {
  position: absolute;
  top: 35%;
  right: 1em;
  width: 1em;
  height: 1em;
  content: "";
  background: url("../img/icon-dl_2x.png") no-repeat;
  background-size: contain;
}

.btn-06-dl {
  display: block;
  width: 50%;
  margin: 0 auto;
  background-color: #ff7894;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  position: relative;
  font-size: 2.2rem;
}

@media screen and (max-width: 1150px) {
  .btn-06-dl {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 768px) {
  .btn-06-dl {
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .btn-06-dl {
    font-size: 1.7rem;
    width: 100%;
    padding: 1.66667vw 0;
  }
}

.btn-06-dl::after {
  position: absolute;
  top: 35%;
  right: 1em;
  width: 1em;
  height: 1em;
  content: "";
  background: url("../img/icon-dl_2x.png") no-repeat;
  background-size: contain;
}

.btn-06-dl {
  background-color: #80c900;
}

.btn-span {
  font-weight: normal;
  font-size: 1.5rem;
}

.btn-base {
  line-height: 1;
  padding: 20px 0;
}

.btn-koufush-wrap {
  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;
}

.btn-koufushi {
  width: 48%;
  min-height: 100px;
  margin-bottom: 20px;
  border-radius: 10px;
  outline: none;
  position: relative;
  color: #333;
  border: 3px solid #ff8811;
  padding: 25px 60px 25px 120px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .btn-koufushi {
    width: 100%;
  }
}

.month1::before {
  background-image: url(../img/month1_2x.png);
}

.month2::before {
  background-image: url(../img/month2_2x.png);
}

.month3::before {
  background-image: url(../img/month3_2x.png);
}

.month4::before {
  background-image: url(../img/month4_2x.png);
}

.month5::before {
  background-image: url(../img/month5_2x.png);
}

.month6::before {
  background-image: url(../img/month6_2x.png);
}

.month7::before {
  background-image: url(../img/month7_2x.png);
}

.month8::before {
  background-image: url(../img/month8_2x.png);
}

.month9::before {
  background-image: url(../img/month9_2x.png);
}

.month10::before {
  background-image: url(../img/month10_2x.png);
}

.month11::before {
  background-image: url(../img/month11_2x.png);
}

.month12::before {
  background-image: url(../img/month12_2x.png);
}

.btn-koufushi::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 60px;
  background-repeat: no-repeat;
  background-color: #ff8811;
  background-size: 50%;
  background-position: center center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.monthlyttl {
  font-size: 2.5rem;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .monthlyttl {
    font-size: 2.4rem;
    text-align: left;
  }
}

.page-basic-bottomlink-dl-cap {
  font-weight: bold;
  font-size: 2.3rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .page-basic-bottomlink-dl-cap {
    font-size: 1.8rem;
    text-align: center;
  }
}

.page-basic-bottomlink-dl-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed #a7a7a7;
  padding: 10px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .page-basic-bottomlink-dl-item-wrap {
    padding: 0px;
    width: 100%;
  }
}

.page-basic-bottomlink-dl-item-month {
  width: 10%;
}

.page-basic-bottomlink-dl-item-ttl {
  width: 60%;
  font-weight: bold;
  font-size: 2.3rem;
}

@media screen and (max-width: 600px) {
  .page-basic-bottomlink-dl-item-ttl {
    font-size: 1.8rem;
    width: 50%;
  }
}

.page-basic-bottomlink-dl-item-dl {
  width: 30%;
}

@media screen and (max-width: 600px) {
  .page-basic-bottomlink-dl-item-dl {
    width: 40%;
  }
}

.page-basic-bottomlink-dl-item-dl a {
  text-decoration: underline;
  color: #53caf6;
  font-weight: bold;
}

.page-basic-bottomlink-dl {
  margin-bottom: 60px;
}

.page-basic-sec-block-book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed #a7a7a7;
  padding: 20px 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .page-basic-sec-block-book {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.page-basic-sec-block-book-img {
  width: 20%;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .page-basic-sec-block-book-img {
    width: 100%;
    margin-bottom: 1.66667vw;
  }
}

.page-basic-sec-block-book-img img {
  width: 50%;
}

.page-basic-sec-block-book-txt {
  width: 75%;
  padding: 10px;
}

@media screen and (max-width: 600px) {
  .page-basic-sec-block-book-txt {
    width: 100%;
    padding: 0;
  }
}

.page-basic-sec-block-book-ttl {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .page-basic-sec-block-book-ttl {
    font-size: 2.6rem;
  }
}

.page-basic-sec-block-book-detail-item {
  margin-bottom: 20px;
}

.page-basic-sec-block-book-detail-item-cate {
  color: #fff;
  background-color: #80c900;
  font-weight: bold;
  border-radius: 10px;
  padding: 5px 15px;
  font-size: 2.3rem;
}

@media screen and (max-width: 600px) {
  .page-basic-sec-block-book-detail-item-cate {
    font-size: 1.8rem;
  }
}

.page-basic-sec-block-book-detail-item-pub,
.page-basic-sec-block-book-detail-item-price {
  background-color: #ebebeb;
  font-weight: bold;
  border-radius: 10px;
  padding: 5px 15px;
}

.page-basic-sec-block-book-detail-item-sum {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #ff7894;
  border-radius: 8px;
}

.page-basic-sec-block-book-detail-item-sumttl {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 2.2rem;
  background: #fff;
  color: #ff7894;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .page-basic-sec-block-book-detail-item-sumttl {
    font-size: 1.7rem;
  }
}

.page-basic-sec-block-book-detail-item-sum p {
  margin: 0;
  padding: 0;
}

.itemsyu .page-basic-sec {
  margin-bottom: 80px;
}

@media screen and (max-width: 600px) {
  .itemsyu .page-basic-sec {
    margin-bottom: 6.66667vw;
  }
}

.page-tsukau-itemsyu-wrap {
  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;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page-tsukau-itemsyu-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .page-tsukau-itemsyu-wrap {
    width: 93%;
  }
}

.page-tsukau-itemsyu-wrap::after {
  display: block;
  content: "";
  width: 30%;
}

@media screen and (max-width: 1150px) {
  .page-tsukau-itemsyu-wrap::after {
    width: 32%;
  }
}

@media screen and (max-width: 768px) {
  .page-tsukau-itemsyu-wrap::after {
    width: 49%;
  }
}

@media screen and (max-width: 600px) {
  .page-tsukau-itemsyu-wrap::after {
    width: 100%;
  }
}

.page-tsukau-itemsyu-item {
  width: 30%;
  border: 3px solid #80c900;
  border-radius: 10px;
  padding: 20px 20px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1150px) {
  .page-tsukau-itemsyu-item {
    width: 32%;
    padding: 0.86957vw 1.73913vw 1.73913vw 1.73913vw;
  }
}

@media screen and (max-width: 768px) {
  .page-tsukau-itemsyu-item {
    width: 49%;
    padding: 1.30208vw 2.60417vw 2.60417vw 2.60417vw;
  }
}

@media screen and (max-width: 600px) {
  .page-tsukau-itemsyu-item {
    width: 47%;
    padding: 1.66667vw 3.33333vw 3.33333vw 3.33333vw;
    margin-bottom: 4.66667vw;
  }
}

@media screen and (max-width: 600px) {
  .page-tsukau-itemsyu-item:last-child {
    margin-bottom: 4.66667vw;
  }
}

.page-tsukau-itemsyu-item-ttl {
  text-align: center;
  margin-bottom: 10px;
  font-size: 2.3rem;
  line-height: 1.2;
}

@media screen and (max-width: 600px) {
  .page-tsukau-itemsyu-item-ttl {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}

.page-tsukau-itemsyu-item-img {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  margin: 0 auto;
}

.page-tsukau-itemsyu-item-txt {
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .page-tsukau-itemsyu-item-txt {
    margin-bottom: 3.33333vw;
  }
}

.page-tsukau-itemsyu-item-txt h3 {
  text-align: center;
}

@media screen and (max-width: 600px) {
  .page-tsukau-itemsyu-item-txt h3 {
    margin-bottom: 3.33333vw;
    margin-top: 3.33333vw;
    line-height: 1.3;
    font-size: 1.4rem;
  }
}

.page-tsukau-itemsyu-item-btn {
  margin-top: auto;
}

.page-basic-sec-block-audio {
  margin-bottom: 100px;
}

.page-basic-sec-block-audio-ttl {
  margin-bottom: 80px;
}

@media screen and (max-width: 600px) {
  .page-basic-sec-block-audio-ttl {
    margin-bottom: 8.33333vw;
  }
}

.page-basic-sec-block-audio-txt {
  margin-bottom: 80px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .page-basic-sec-block-audio-txt {
    margin-bottom: 10vw;
  }
}

.page-basic-sec-block-audio-txt p {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .page-basic-sec-block-audio-txt p {
    text-align: left;
  }
}

.page-basic-sec-block-audio-caption p {
  margin-bottom: 20px;
  font-size: 1.5rem;
}

@media screen and (max-width: 600px) {
  .page-basic-sec-block-audio-caption p {
    font-size: 1.4rem;
    margin-bottom: 1.66667vw;
  }
}

.page-basic-sec-block-audio-caption span {
  font-weight: bold;
}

.page-basic-sec-block-audio-detail-wrap {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .page-basic-sec-block-audio-detail-wrap {
    margin-bottom: 6.66667vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.page-basic-sec-block-audio-file {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .page-basic-sec-block-audio-file {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .page-basic-sec-block-audio-file {
    width: 100%;
    margin-bottom: 6.66667vw;
  }
}

.page-basic-sec-block-audio-dl {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .page-basic-sec-block-audio-dl {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .page-basic-sec-block-audio-dl {
    width: 100%;
  }
}

.page-basic-sec-block-audio-file {
  position: relative;
  padding: 20px 10px;
  border: solid 3px #ff7894;
  border-radius: 8px;
}

.page-basic-sec-block-audio-file .page-basic-sec-block-audio-filettl {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 2.2rem;
  background: #fff;
  color: #ff7894;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .page-basic-sec-block-audio-file .page-basic-sec-block-audio-filettl {
    font-size: 1.7rem;
  }
}

.page-basic-sec-block-audio-filettl-txt {
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .page-basic-sec-block-audio-filettl-txt {
    text-align: center;
  }
}

.page-basic-sec-block-audio-filettl-txt span {
  font-size: 1.5rem;
  background-color: #53caf6;
  color: #fff;
  font-weight: bold;
  padding: 5px 30px;
  border-radius: 10px;
  width: 20%;
  background: -webkit-repeating-linear-gradient(-45deg, #53caf6 0, #53caf6 5px, #5bd3f4 5px, #5bd3f4 10px);
  background: repeating-linear-gradient(-45deg, #53caf6 0, #53caf6 5px, #5bd3f4 5px, #5bd3f4 10px);
}

.page-basic-sec-block-audio-file-inner {
  padding: 0 10px;
}

.page-basic-sec-block-audio-file audio {
  width: 100%;
  margin: 0 auto;
}

.page-basic-sec-block-ttl-news {
  background: #fffee3;
  -webkit-box-shadow: 0px 0px 0px 5px #fffee3;
  box-shadow: 0px 0px 0px 5px #fffee3;
  border: dashed 2px #ffcc00;
  padding: 0.2em 0.5em;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 40px;
}

.page-basic-sec-block-ttl-itemsyu {
  background: #fffee3;
  -webkit-box-shadow: 0px 0px 0px 5px #fffee3;
  box-shadow: 0px 0px 0px 5px #fffee3;
  border: dashed 2px #ffcc00;
  padding: 0.2em 0.5em;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .page-basic-sec-block-ttl-itemsyu {
    margin-bottom: 6.66667vw;
  }
}

.news-cont .ttl1 {
  font-weight: bold;
  font-size: 2.3rem;
  margin-top: 50px;
}

@media screen and (max-width: 600px) {
  .news-cont .ttl1 {
    font-size: 1.8rem;
    margin-top: 4.16667vw;
  }
}

.news-cont .ttl2 {
  font-weight: bold;
  font-size: 2.3rem;
  color: #ff7894;
  margin-top: 50px;
}

.news-cont .ttl3 {
  font-weight: bold;
}

.news-cont p {
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .news-cont p {
    margin-bottom: 0.83333vw;
  }
}

.news-cont p:last-child {
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .news-cont .page-basic-lead p {
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .news-cont .page-basic-ttl {
    margin-bottom: 6.66667vw;
  }
}

@media screen and (max-width: 600px) {
  .news-cont .page-basic-ttl .forsp {
    margin-bottom: 3.33333vw;
  }
}

@media screen and (max-width: 600px) {
  .news-cont .page-basic-ttl-h {
    margin: 0;
    font-size: 2.4rem;
  }
}

.mb100 {
  margin-bottom: 100px;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: visible;
  border-top: 1px dotted #bbb;
  margin-top: 30px;
  margin-bottom: 30px;
}

.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  background-color: #ff7894;
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 600px) {
  .accordion-container .accordion-title {
    padding: 0.625em 0.625em 0.625em 0.625em;
  }
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
  background-color: #53caf6;
  border-bottom: 1px solid transparent;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 35px;
  right: 25px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #fff;
}

@media screen and (max-width: 600px) {
  .accordion-container .accordion-title::after {
    top: 5.83333vw;
  }
}

.accordion-container .accordion-title.open::after {
  content: "";
  position: absolute;
  top: 25px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}

@media screen and (max-width: 600px) {
  .accordion-container .accordion-title.open::after {
    top: 4.16667vw;
  }
}

.accordion-content {
  border: 4px solid #53caf6;
  padding: 40px;
  border-top: none;
}

@media screen and (max-width: 600px) {
  .accordion-content {
    padding: 3.33333vw;
  }
}

.accordion-content-inner {
  background-color: #fffee3;
  padding: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 20px;
}

@media screen and (max-width: 600px) {
  .accordion-content-inner {
    padding: 4.16667vw;
    margin-top: 4.16667vw;
    margin-bottom: 4.16667vw;
  }
}

.accordion-content-inner-ttl1 {
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .accordion-content-inner-ttl1 {
    font-size: 1.8rem;
    margin-bottom: 1.66667vw;
  }
}

.accordion-content-inner-ttl2 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .accordion-content-inner-ttl2 {
    font-size: 1.7rem;
  }
}

.accordion-content-inner-txt {
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .accordion-content-inner-txt p {
    margin-bottom: 4.16667vw;
  }
}

.accordion-content-inner-img {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.triangle1 {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #ff8811;
  margin: 0 auto;
}

.icon-q,
.icon-a {
  width: 50px;
}

@media screen and (max-width: 600px) {
  .icon-q,
  .icon-a {
    width: 8.33333vw;
  }
}

.qa-inner-block {
  margin-top: 30px;
}

.icon-a {
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .icon-a {
    margin-bottom: 0;
  }
}

.page-qa .accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  background-color: #ff8811;
  font-size: 2.3rem;
  font-weight: bold;
  cursor: pointer;
  background: #fffee3;
  -webkit-box-shadow: 0px 0px 0px 5px #fffee3;
  box-shadow: 0px 0px 0px 5px #fffee3;
  border: dashed 2px #ffcc00;
  border-radius: 10px;
  margin-bottom: 40px;
  color: #555;
}

@media screen and (max-width: 600px) {
  .page-qa .accordion-container .accordion-title {
    padding: 0.625em 0.625em 0.625em 0.625em;
    font-size: 1.7rem;
    margin-bottom: 3.33333vw;
  }
}

.page-qa .accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 35px;
  right: 25px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #ff8811;
}

@media screen and (max-width: 600px) {
  .page-qa .accordion-container .accordion-title::after {
    top: 48%;
    right: 0.83333vw;
  }
}

.page-qa .accordion-container .accordion-title.open::after {
  content: "";
  position: absolute;
  top: 28px;
  border: 8px solid transparent;
  border-bottom-color: #ff8811;
}

@media screen and (max-width: 600px) {
  .page-qa .accordion-container .accordion-title.open::after {
    top: 35%;
  }
}

.page-qa .bold {
  font-weight: bold;
}

.page-qa .accordion-content {
  padding: 40px;
  background-color: #ffeef3;
  margin-top: 10px;
  border: none;
  border-radius: 20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .page-qa .accordion-content {
    padding: 3.33333vw;
    margin-bottom: 8.33333vw;
  }
}

.page-qa .accordion-content p {
  margin-bottom: 30px;
}

.page-qa .accordion-content-inner {
  background-color: #fffee3;
  padding: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 20px;
}

.page-qa .accordion-content-inner-ttl1 {
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.page-qa .accordion-content-inner-ttl2 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

.page-qa .accordion-content-inner-txt {
  margin-bottom: 20px;
}

.page-qa .accordion-content-inner-img {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.page-qa .qa-inner {
  width: 90%;
  margin: 0 auto;
}

.group-list {
  border: 3px solid #ff7894;
  border-radius: 20px;
  margin-bottom: 50px;
}

.group-list-inner {
  padding: 20px;
}

.group-list-name {
  font-weight: bold;
  font-size: 2.3rem;
  color: #ff7894;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .group-list-name {
    font-size: 1.8rem;
  }
}

.group-list-detail {
  margin-bottom: 20px;
}

.group-list-detail p {
  margin-bottom: 20px;
}

.group-list-img {
  text-align: center;
}

.group-list-img img {
  width: 70%;
}

.page-gassyoudansyoukai .difficulty {
  font-weight: bold;
  font-size: 2.3rem;
  color: #53caf6;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .page-gassyoudansyoukai .difficulty {
    font-size: 1.8rem;
  }
}

.page-gassyoudansyoukai .accordionsong-title .subtitle {
  font-size: 1.5rem;
  font-weight: normal;
}

@media screen and (max-width: 600px) {
  .page-gassyoudansyoukai .accordionsong-title .subtitle {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}

.page-gassyoudansyoukai .accordionsong-content-inner-block ul {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .page-gassyoudansyoukai .accordionsong-content-inner-block ul {
    width: 100%;
  }
}

.page-gassyoudansyoukai .accordionsong-content-inner-block ul li {
  font-weight: bold;
  margin-bottom: 10px;
}

.page-gassyoudansyoukai .accordionsong-container .accordionsong-title {
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  background-color: #ff8811;
  font-size: 2.3rem;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  border: none;
  margin-bottom: 20px;
  background: #ffeef3;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 40px;
  color: #555;
}

@media screen and (max-width: 600px) {
  .page-gassyoudansyoukai .accordionsong-container .accordionsong-title {
    padding: 2.5vw 6.66667vw 2.5vw 2.5vw;
    margin-top: 13.33333vw;
    font-size: 1.7rem;
    margin-bottom: 1.66667vw;
  }
}

@media screen and (max-width: 600px) {
  .page-gassyoudansyoukai .accordionsong-container {
    margin-top: 15vw;
  }
}

.page-gassyoudansyoukai .accordionsong-title .subtitle {
  font-size: 1.5rem;
}

.page-gassyoudansyoukai .accordionsong-container .accordionsong-title:before {
  position: absolute;
  font-weight: 900;
  content: "Aランク";
  background: #ff7894;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 1.5rem;
}

.page-gassyoudansyoukai .accordionsong-container .accordionsong-title#b:before {
  content: "Bランク";
}

.page-gassyoudansyoukai .accordionsong-container .accordionsong-title#c:before {
  content: "Cランク";
}

.page-gassyoudansyoukai .accordionsong-container .accordionsong-title#d:before {
  content: "Dランク";
}

.page-gassyoudansyoukai .accordionsong-container .accordionsong-title::after {
  content: "";
  position: absolute;
  top: 43px;
  right: 25px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #ff7894;
}

@media screen and (max-width: 600px) {
  .page-gassyoudansyoukai .accordionsong-container .accordionsong-title::after {
    top: 48%;
    right: 0.83333vw;
  }
}

.page-gassyoudansyoukai .accordionsong-container .accordionsong-title.open::after {
  content: "";
  position: absolute;
  top: 33px;
  border: 8px solid transparent;
  border-bottom-color: #ff7894;
}

@media screen and (max-width: 600px) {
  .page-gassyoudansyoukai .accordionsong-container .accordionsong-title.open::after {
    top: 35%;
  }
}

.page-gassyoudansyoukai .bold {
  font-weight: bold;
}

.page-gassyoudansyoukai .accordionsong-content {
  padding: 40px;
  background-color: #fffee3;
  margin-top: 10px;
  border: none;
  border-radius: 20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .page-gassyoudansyoukai .accordionsong-content {
    padding: 3.33333vw;
    margin-bottom: 16.66667vw;
    margin-top: 1.66667vw;
  }
}

.page-gassyoudansyoukai .song-subtxt {
  display: inline-block;
  margin-left: 30px;
  font-size: 1.5rem;
  font-weight: normal;
}

.page-gassyouintro .accordionintro-content p {
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .page-gassyouintro .accordionintro-content p {
    margin-bottom: 4.16667vw;
  }
}

.page-gassyouintro .accordionintro-title .subtitle {
  font-size: 1.5rem;
  font-weight: normal;
}

@media screen and (max-width: 600px) {
  .page-gassyouintro .accordionintro-title .subtitle {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}

.page-gassyouintro .accordionintro-content-inner-block ul {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .page-gassyouintro .accordionintro-content-inner-block ul {
    width: 100%;
  }
}

.page-gassyouintro .accordionintro-content-inner-block ul li {
  font-weight: bold;
  margin-bottom: 10px;
}

.page-gassyouintro .accordionintro-container .accordionintro-title {
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 2.3rem;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  border: none;
  margin-bottom: 20px;
  background: #ffeef3;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 40px;
  color: #555;
}

@media screen and (max-width: 600px) {
  .page-gassyouintro .accordionintro-container .accordionintro-title {
    padding: 2.5vw 6.66667vw 2.5vw 2.5vw;
    margin-top: 13.33333vw;
    font-size: 1.7rem;
    margin-bottom: 1.66667vw;
  }
}

@media screen and (max-width: 600px) {
  .page-gassyouintro .accordionintro-container {
    margin-top: 15vw;
  }
}

.page-gassyouintro .accordionintro-title .subtitle {
  font-size: 1.5rem;
}

.page-gassyouintro .accordionintro-container .accordionintro-title:before {
  position: absolute;
  font-weight: 900;
  content: "STEP 1";
  background: #ff7894;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 1.5rem;
}

.page-gassyouintro .accordionintro-container .accordionintro-title#two:before {
  content: "STEP 2";
}

.page-gassyouintro .accordionintro-container .accordionintro-title#three:before {
  content: "STEP 3";
}

.page-gassyouintro .accordionintro-container .accordionintro-title::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 25px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #ff7894;
}

@media screen and (max-width: 600px) {
  .page-gassyouintro .accordionintro-container .accordionintro-title::after {
    top: 48%;
    right: 0.83333vw;
  }
}

.page-gassyouintro .accordionintro-container .accordionintro-title.open::after {
  content: "";
  position: absolute;
  top: 35%;
  border: 8px solid transparent;
  border-bottom-color: #ff7894;
}

@media screen and (max-width: 600px) {
  .page-gassyouintro .accordionintro-container .accordionintro-title.open::after {
    top: 35%;
  }
}

.page-gassyouintro .bold {
  font-weight: bold;
}

.page-gassyouintro .accordionintro-content {
  border: none;
  border-radius: 20px;
  margin-bottom: 100px;
}

@media screen and (max-width: 600px) {
  .page-gassyouintro .accordionintro-content {
    padding: 0;
    margin-bottom: 16.66667vw;
    margin-top: 1.66667vw;
  }
}

.page-gassyouintro .accordionintro-content-inner {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .page-gassyouintro .accordionintro-content-inner {
    width: 100%;
  }
}

.page-gassyouintro .song-subtxt {
  display: inline-block;
  margin-left: 30px;
  font-size: 1.5rem;
  font-weight: normal;
}

.page-gassyouintro .page-basic-lead-left {
  text-align: left !important;
}

.page-gassyouintro .accordionintro-content-inner-block {
  margin-bottom: 30px;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .page-gassyouintro .accordionintro-content-inner-block {
    width: 100%;
  }
}

.page-gassyouintro .accordionintro-content-inner-block {
  position: relative;
  background: #fffee3;
  -webkit-box-shadow: 0px 0px 0px 5px #fffee3;
  box-shadow: 0px 0px 0px 5px #fffee3;
  border: dashed 2px #ffcc00;
  padding: 40px;
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .page-gassyouintro .accordionintro-content-inner-block {
    padding: 3.33333vw;
    margin-bottom: 5vw;
  }
}

.page-gassyouintro .accordionintro-content-inner-block:after {
  position: absolute;
  content: "";
  right: -7px;
  top: -7px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #ffcc00 #fff #ffcc00;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.page-gassyouintro .accordionintro-content-inner-block p:last-child,
.page-gassyouintro .accordionintro-content-inner p:last-child {
  margin-bottom: 0;
}

.page-gassyouintro .icon-ex {
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.page-gassyouintro .icon-ex span {
  padding: 5px 15px;
  background-color: #ff8811;
  border-radius: 10px;
}

.page-gassyouintro .accordionintro-content-inner-block-img {
  text-align: center;
}

.page-gassyouintro .accordionintro-content-inner-section-outer {
  background-color: #fffee3;
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
}

@media screen and (max-width: 600px) {
  .page-gassyouintro .accordionintro-content-inner-section-outer {
    padding: 3.33333vw;
    margin-bottom: 6.66667vw;
  }
}

.page-gassyouintro .accordionintro-content-inner-section-inner {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
}

@media screen and (max-width: 600px) {
  .page-gassyouintro .accordionintro-content-inner-section-inner {
    padding: 6.66667vw 3.33333vw;
  }
}

.page-gassyouintro .accordionintro-content-inner-section-inner-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  color: #ff7894;
}

@media screen and (max-width: 600px) {
  .page-gassyouintro .accordionintro-content-inner-section-inner-ttl {
    font-size: 2.6rem;
  }
}

.page-gassyouintro .accordionintro-content-inner-section-inner-block {
  position: relative;
  border: solid 3px #53caf6;
  border-radius: 8px;
  padding: 40px 40px 40px 40px;
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .page-gassyouintro .accordionintro-content-inner-section-inner-block {
    padding: 3.33333vw;
  }
}

.page-gassyouintro .accordionintro-content-inner-section-inner-ttl-sub {
  text-align: center;
}

.page-gassyouintro .accordionintro-content-inner-section-inner-block span {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  background: #fff;
  color: #53caf6;
  font-weight: bold;
}

.page-gassyouintro .accordionintro-content-inner-section-inner-block p:last-child {
  margin-bottom: 0;
}

.page-gassyouintro .accordionintro-content-inner-section-inner-block-ttl {
  font-weight: bold;
  font-size: 2.3rem;
}

@media screen and (max-width: 600px) {
  .page-gassyouintro .accordionintro-content-inner-section-inner-block-ttl {
    font-size: 1.7rem;
  }
}


/*グローバルナビの固定*/
header{
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 99;
}
body{
  padding-top: 177px;
}
@media screen and (max-width: 600px) {
  body{
    padding-top: 73px;
  }
}


.sakubun-list-pdf-content {
  width: 900px;
  max-width: 100%;
  margin: 30px auto;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .sakubun-list-pdf-content {
    padding-bottom: 20px;
  }
}
.sakubun-list-pdf-content a {
  display: flex;
  justify-content: space-between;
  font-size: 1.9rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sakubun-list-pdf-content a {
    flex-direction: column;
    gap: 10px 0;
    font-size: 1.6rem;
  }
}
.sakubun-list-pdf-content .work {
  display: flex;
}
@media screen and (max-width: 768px) {
  .sakubun-list-pdf-content .work {
    flex-direction: column;
    gap: 10px 0;
  }
}
.sakubun-list-pdf-content .class {
  width: 10em;
}
.sakubun-list-pdf-content .title {
}

.sakubun-list-pdf-content .target {
  display: flex;
}
.sakubun-list-pdf-content .code {
  width: 3em;
}
.sakubun-list-pdf-content .age {
  width: 3em;
}
.sakubun-list-pdf-content .name {
  width: 8em;
}

.youtube {
  max-width: 100%;
  width: 560px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}