@charset "UTF-8";
/*
Theme Name: blackflamingo
*/
/*font-face*/
/*
@font-face {
  font-family: "NotoSana";
  src: url("../fonts/NotoSansCJKjp-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NotoSana";
  src: url("../fonts/NotoSansCJKjp-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: "ProductSans-Thin";
  src: url("../fonts/ProductSans-Thin.ttf");
  font-weight: normal;
  font-style: normal;
}
*/
/*sass 変数*/
/*
$font: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
$goshic: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
$noto: "NotoSana", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
$yugo: "游ゴシック", YuGoshic,  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
$thin: "ProductSans-Thin", "游ゴシック", YuGoshic,  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
*/
/*sass function*/
/*sass function*/
/*
@include mq(){}
*/
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

.font_t {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font_f {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

figure {
  margin: 0;
}

figure img {
  width: 100%;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

p {
  font-family: fot-tsukuardgothic-std, sans-serif;
}

/*
.sns {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
*/
.sns figure {
  margin: 0.5rem;
}

.sns figure img {
  width: 35px;
  height: 35px;
}

.marker {
  background: linear-gradient(transparent 60%, #F4D3CA 60%);
}

@media screen and (max-width: 698px) {
  .comment {
    margin: auto;
  }
}
.comment .marker {
  background: linear-gradient(transparent 60%, #FFF 60%);
}

@media screen and (max-width: 698px) {
  .comment .marker {
    background: linear-gradient(transparent 60%, #2a2f44 60%);
  }
}
.inner {
  max-width: 980px;
  margin: auto;
  width: 90%;
}

.btn {
  display: block;
  width: 250px;
  margin: auto;
  background: #de755b;
  color: #fff;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: 0.5s;
  border: 3px solid #de755b;
  text-align: center;
  letter-spacing: 2px;
  font-family: futura-pt, sans-serif;
  font-size: 1.5rem;
}

@media screen and (max-width: 698px) {
  .btn {
    font-size: 4.2vw;
  }
}
.btn:visited {
  color: #fff;
  text-decoration: none;
}

h2.headline {
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
}

@media screen and (max-width: 698px) {
  h2.headline {
    font-size: 6vw;
    margin: 3vw;
  }
}
h2.headline:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #de755b;
  border-radius: 50%;
  margin: 2rem;
}

@media screen and (max-width: 698px) {
  h2.headline:before {
    margin: 3vw;
  }
}
h2.headline:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #de755b;
  border-radius: 50%;
  margin: 2rem;
}

@media screen and (max-width: 698px) {
  h2.headline:after {
    margin: 3vw;
  }
}
h3.headline {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
}

@media screen and (max-width: 698px) {
  h3.headline {
    font-size: 5vw;
    margin: 3vw;
  }
}
.fixed_banner {
  display: none;
}

@media screen and (max-width: 698px) {
  .fixed_banner {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 900;
  }
  .fixed_banner a {
    width: 100%;
  }
  .fixed_banner a img {
    width: inherit;
  }
}
.btn:hover {
  display: block;
  width: 250px;
  background: #fff;
  color: #de755b;
  border: 3px solid #de755b;
  transition: 0.5s;
}

header {
  background: #2a2f44;
  color: #fff;
  position: fixed;
  height: 80px;
  width: 100%;
  z-index: 1000;
}

@media screen and (max-width: 1024px) {
  header {
    padding: 1rem 0;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    height: auto;
  }
}
header a {
  color: #fff;
  text-decoration: none;
}

header a:visited {
  color: #fff;
  text-decoration: none;
}

header article {
  width: 98%;
  margin-left: 2%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  header article {
    width: 90%;
    max-width: 100vw;
    height: auto;
  }
}
header .logo {
  margin-right: auto;
}

header .logo figure {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

header .logo figure img {
  width: 250px;
  height: 46px;
}

header .logo figure figcaption {
  letter-spacing: 2px;
  margin-left: 0.5rem;
  font-size: 1.25rem;
  white-space: nowrap;
}

@media screen and (max-width: 698px) {
  header .logo figure figcaption {
    font-size: 5vw;
  }
}
header .logo figure figcaption span {
  font-size: 1rem;
}

@media screen and (max-width: 698px) {
  header .logo figure figcaption span {
    font-size: 4.5vw;
  }
}
header .navi {
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  header .navi {
    width: 90%;
    max-width: 460px;
    position: absolute;
    height: auto;
    top: 0;
    left: auto;
    right: 0;
    background: inherit;
    max-height: 90vh;
    transform: translateY(-180vw);
    background: rgba(221, 117, 91, 0.9);
    overflow-y: scroll;
    transition: 0.5s;
    z-index: 10;
    display: flex;
    flex-flow: column;
    padding-bottom: 10vw;
    z-index: 1000;
  }
}
header .navi ul {
  font-size: 1rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  header .navi ul {
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 10vw;
  }
}
header .navi ul li {
  margin: 1em;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  header .navi ul li {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 1024px) {
  header .navi ul li dl {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin: 3vw;
  }
}
header .navi ul li dl dt {
  padding-bottom: 0.1rem;
  white-space: nowrap;
}

header .navi ul li dl dd {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 0.8rem;
  margin-top: 0.1rem;
  white-space: nowrap;
  border-top: 2px solid #de755b;
  transition: 0.5s;
  transform-origin: left;
  transform: scaleX(0);
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  header .navi ul li dl dd {
    opacity: 1;
    transform: scaleX(1);
    border-top: none;
  }
}
header .navi ul li dl:hover > dd {
  transform: scaleX(1);
  transition: 0.5s;
  opacity: 1;
}

header .navi ul li dl.active > dd {
  transform: scaleX(1);
  transition: 0.5s;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  header .navi ul li:first-child {
    visibility: hidden;
  }
}
header .navi ul li.sp_only {
  display: none;
}

@media screen and (max-width: 1024px) {
  header .navi ul li.sp_only {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  header .sns {
    width: 90%;
    margin: auto;
    justify-content: space-between;
  }
}
header .sns .sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  header .sns .sp {
    display: inline-block;
    width: 60%;
    text-align: center;
    margin-right: auto;
    padding: 3vw;
  }
  header .sns .sp a {
    background: #fff;
    color: #de755b;
    width: 100%;
    display: block;
  }
}
header .contact_btn {
  width: 100px;
  background: #DE755B;
  height: 100%;
  padding: 3px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1280px) {
  header .contact_btn {
    display: none;
    height: auto;
  }
}
header .contact_btn figure {
  text-align: center;
}

header .contact_btn figure img {
  height: 20px;
  width: auto;
}

#hum_btn {
  display: none;
  z-index: 1001;
}

@media screen and (max-width: 1024px) {
  #hum_btn {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 5vw;
    height: 5vw;
    max-width: 40px;
    max-height: 40px;
    min-width: 30px;
    min-height: 30px;
    position: relative;
  }
  #hum_btn span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.5s;
  }
  #hum_btn span:nth-child(1) {
    transform: translateY(-1.8vw);
  }
  #hum_btn span:nth-child(2) {
    transform: translateY(1.8vw);
  }
}
footer {
  font-family: futura-pt, sans-serif;
  background: #2a2f44;
  color: #fff;
}
footer .privacy_link {
  text-align: center;
  width: 100%;
}
footer .privacy_link > a {
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
footer .privacy_link > a::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-left: 0.5rem;
}

footer a {
  width: 460px;
  color: #fff;
  text-decoration: none;
  font-family: futura-pt, sans-serif;
}

footer a:visited {
  color: #fff;
  text-decoration: none;
}

footer article .footer_banner {
  background: #fff;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 3.5rem 0;
}
@media screen and (max-width: 768px) {
  footer article .footer_banner {
    padding: 0;
  }
}

@media screen and (max-width: 698px) {
  footer article .footer_banner {
    flex-flow: row wrap;
  }
}
footer article .footer_banner > a {
  margin: 2rem;
}

@media screen and (max-width: 698px) {
  footer article .footer_banner > a {
    margin: 3vw auto;
    width: 90%;
  }
}
footer article .footer_menu {
  padding: 3.5rem 0;
  background: #2a2f44;
}

@media screen and (max-width: 698px) {
  footer article .footer_menu {
    padding: 5vw 0 25vw;
  }
}
footer article .footer_menu .logo {
  text-align: center;
}

footer article .footer_menu .logo figure {
  margin: auto;
}

footer article .footer_menu .logo figure img {
  width: 116px;
  height: 118px;
}

footer article .footer_menu .logo figure figcaption {
  margin-top: 1.5rem;
}

footer article .footer_menu .sns {
  margin: 2rem auto;
}

footer article .footer_menu .sns a {
  width: auto;
}

@media screen and (max-width: 698px) {
  footer article .footer_menu .sns {
    display: none;
  }
}
footer article .footer_menu .navi {
  display: flex;
  flex-flow: row nowrap;
}

footer article .footer_menu .navi nav {
  width: 100%;
}

footer article .footer_menu .navi ul {
  font-size: 1rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

footer article .footer_menu .navi ul li {
  margin: 1em;
  text-align: center;
}

footer article .footer_menu .navi ul li dl dt {
  padding-bottom: 0.1rem;
  white-space: nowrap;
}

footer article .footer_menu .navi ul li dl dd {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 0.8rem;
  margin-top: 0.1rem;
  white-space: nowrap;
  border-top: 2px solid #de755b;
  transition: 0.5s;
  transform-origin: left;
  transform: scaleX(0);
  opacity: 0;
}

footer article .footer_menu .navi ul li dl:hover > dd {
  transform: scaleX(1);
  transition: 0.5s;
  opacity: 1;
}

@media screen and (max-width: 698px) {
  footer article .footer_menu .navi {
    display: none;
  }
}
footer .copyright {
  margin-top: 1.5rem;
  text-align: center;
}

main article {
  position: relative;
}
main article .sns {
  position: fixed;
  z-index: 999;
  top: 45%;
  right: 2%;
}
@media screen and (max-width: 698px) {
  main article .sns {
    display: none;
    width: 50%;
    top: inherit;
    bottom: 10%;
  }
  main article .sns > div {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  }
}
main article .sns div figure {
  margin-top: 15px;
}

#mv {
  background-image: url(../img/bkfg_mainbg_pc.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 590px;
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 698px) {
  #mv {
    height: 510px;
  }
}
#mv .course_anc {
  position: absolute;
  bottom: -5%;
  left: 5%;
  width: 250px;
}
@media screen and (max-width: 698px) {
  #mv .course_anc {
    position: relative;
    display: inline-block;
    margin: auto;
    text-align: center;
    width: 100%;
    bottom: -490px;
    left: 0;
    padding-top: 1rem;
  }
  #mv .course_anc > a {
    display: inline-block;
    width: 80%;
    margin: auto;
    text-align: center;
  }
}
#mv .course_anc img {
  width: 100%;
}

@media screen and (max-width: 698px) {
  #mv {
    background-image: url(../img/bkfg_mainbg_sp.jpg);
    position: relative;
    margin-bottom: 85%;
  }
}
#mv .inner > div {
  position: relative;
  width: 45%;
  height: 100%;
  margin-left: auto;
  padding: 3rem 0 0;
  /*
         figure:hover{
            opacity: 0.7;
            transition: 0.5s;
         }
         */
}

@media screen and (max-width: 980px) {
  #mv .inner > div {
    width: 66%;
  }
}
@media screen and (max-width: 698px) {
  #mv .inner > div {
    width: 90%;
    height: auto;
    background: #de755b;
    padding: 3vw 0;
    color: #fff;
    margin: auto;
    position: relative;
    bottom: -490px;
    left: auto;
    right: auto;
  }
}
#mv .inner > div h1 {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 4px;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
}

#mv .inner > div h1 small {
  font-size: 36px;
  letter-spacing: 2px;
}

@media screen and (max-width: 698px) {
  #mv .inner > div h1 {
    width: 90%;
    margin: auto;
    font-size: 9vw;
    font-weight: 400;
    text-align: center;
    padding: 5vw 0;
    letter-spacing: 0;
    border-bottom: 1px solid #fff;
  }
  #mv .inner > div h1 small {
    font-size: 6vw;
    letter-spacing: 0;
  }
}
#mv .inner > div h1 .font_t {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (max-width: 698px) {
  #mv .inner > div h1 .font_t {
    font-size: 5vw;
    font-weight: 400;
  }
}
#mv .inner > div hr {
  height: 1px;
  border: none;
  border-bottom: 2px solid #888;
}

@media screen and (max-width: 698px) {
  #mv .inner > div hr {
    border-bottom: 1px solid #fff;
    display: none;
  }
}
#mv .inner > div div {
  display: flex;
  flex-flow: column wrap;
  margin-top: 1rem;
}

@media screen and (max-width: 698px) {
  #mv .inner > div div {
    width: 90%;
    margin: auto;
    border-bottom: 1px solid #fff;
    padding: 1rem 0;
  }
}
#mv .inner > div div > p {
  width: 100%;
  max-width: 360px;
  box-sizing: border-box;
  background: #fff;
  color: #de755b;
  margin: 0 1rem 1rem 0;
  border-radius: 5px;
  padding: 0.5rem;
  text-align: center;
}

@media screen and (max-width: 698px) {
  #mv .inner > div div > p {
    width: 100%;
    margin: auto;
    background: #de755b;
    color: #fff;
    font-size: 0.9rem;
    padding: 0;
  }
  #mv .inner > div div > p br {
    display: none;
  }
}
#mv .inner > div > p {
  margin-top: 0;
  text-align: center;
  max-width: 360px;
}

#mv .inner > div > p br {
  display: block;
}

#mv .inner > div > p span {
  font-size: 18px;
}

@media screen and (max-width: 698px) {
  #mv .inner > div > p {
    text-align: center;
  }
  #mv .inner > div > p br {
    display: block;
  }
}
#mv .inner > div figure.fixed {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  width: 230px;
  z-index: 999;
}

@media screen and (max-width: 698px) {
  #mv .inner > div figure.fixed {
    display: none;
  }
}
#mv .inner > div figure.fixed a {
  opacity: 1;
  transition: 0.5s;
}

#mv .inner > div figure.fixed a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

#intro {
  padding: 5rem 0;
}

@media screen and (max-width: 698px) {
  #intro {
    padding: 50vw 0 10vw;
  }
}
#intro .inner {
  text-align: center;
  line-height: 2;
  font-size: 18px;
  width: 95%;
}

#intro .inner h2 {
  font-size: 20px;
}

#intro .inner h2 br.sp_only {
  display: none;
}

@media screen and (max-width: 698px) {
  #intro .inner h2 br.sp_only {
    display: block;
  }
}
#intro .inner h3 {
  font-size: 1rem;
}

#intro .inner p {
  font-size: 18px;
}

#intro .inner p span {
  color: #DE755B;
}

#intro .inner p br.sp_only {
  display: none;
}

#intro .inner figure {
  width: 35%;
  max-width: 400px;
  margin: auto;
}

#intro .inner .pillar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
}

#intro .inner .pillar h4 {
  color: #fff;
  background: #DA766B;
  border-radius: 10px;
  padding: 1rem;
  min-width: 25%;
}

@media screen and (max-width: 698px) {
  #intro .inner figure {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  #intro .inner .pillar h4 {
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 698px) {
  #intro .inner p {
    font-size: 4vw;
    text-align: center;
  }
  #intro .inner p br {
    display: none;
  }
  #intro .inner p br.sp_only {
    display: block;
  }
  #intro .inner .pillar {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  #intro .inner .pillar h4 {
    width: 95%;
  }
}
@media screen and (max-width: 322px) {
  #intro .inner .pillar h4 {
    font-size: 4.5vw;
  }
  #intro .inner .pillar h4 big {
    font-size: 5vw;
  }
}
#top_description {
  background: linear-gradient(#fff, #fff 30%, #ffe5e0 30%, #ffe5e0 95%, #fff 95%);
}

#top_description a {
  color: #fff;
  text-decoration: none;
  background: #DE755B;
  font-size: 14px;
  padding: 0 2rem 0 1rem;
  position: relative;
  border-radius: 50px;
  padding-right: 3rem;
  transition: 0.5s;
  opacity: 1;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}

@media screen and (max-width: 698px) {
  #top_description a {
    font-size: 4vw;
  }
}
#top_description a span {
  font-size: 18px;
  margin: 0.5rem;
}

@media screen and (max-width: 698px) {
  #top_description a span {
    font-size: 5vw;
  }
}
#top_description a:after {
  content: "";
  background-image: url(../img/button_arrow.png);
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 7px);
  right: 18px;
  display: inline-block;
  margin-left: 1rem;
}

#top_description a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

#top_description .inner {
  max-width: 1600px;
  width: 100%;
  margin: auto;
}

#top_description article {
  background-size: 1024px 470px;
  background-repeat: no-repeat;
  margin-bottom: 5rem;
  height: 580px;
  display: flex;
  padding-bottom: 5rem;
  position: relative;
}

#top_description article:last-child {
  height: 780px;
}

@media screen and (max-width: 768px) {
  #top_description article {
    height: 750px;
  }
}
@media screen and (max-width: 698px) {
  #top_description article {
    background-size: 100% 46vw;
    background-position: top center;
    height: auto;
    padding-top: 38vw;
  }
  #top_description article:last-child {
    height: auto;
  }
}
#top_description article > h2 {
  color: #de755b;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 55px;
  white-space: nowrap;
  position: absolute;
  right: 5%;
  top: -50px;
  margin: 0;
}

@media screen and (max-width: 698px) {
  #top_description article > h2 {
    font-size: 7vw;
    top: -9vw;
    left: 0;
  }
}
#top_description article div {
  max-width: 1000px;
  width: 90%;
  height: 500px;
  display: flex;
  flex-flow: column;
  height: auto;
  /*align-items: flex-end;*/
  margin: auto auto 0 auto;
  box-sizing: border-box;
}

#top_description article div .box {
  width: 560px;
  margin-left: auto;
  margin-right: 0;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem;
  box-shadow: 0px 0px 10px 1px #333;
  letter-spacing: 1px;
}

@media screen and (max-width: 698px) {
  #top_description article div .box {
    width: 100%;
    padding: 4vw;
    font-size: 4vw;
  }
}
#top_description article div .box h5 {
  font-size: 14px;
  font-family: futura-pt, sans-serif;
  display: flex;
  align-items: center;
  font-weight: 400;
}

#top_description article div .box h5 span {
  width: 30px;
  background: #555;
  height: 1px;
  display: inline-block;
  margin: 0 1rem;
}

#top_description article div .box h4 {
  margin-top: 0;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 698px) {
  #top_description article div .box h4 {
    font-size: 5.5vw;
  }
}
#top_description article div .box h4 br {
  display: none;
}

@media screen and (max-width: 698px) {
  #top_description article div .box h4 br {
    display: block;
  }
}
#top_description article:nth-child(1) {
  background-image: url(../img/sv_1.jpg);
}

@media screen and (max-width: 698px) {
  #top_description article:nth-child(1) {
    background-image: url(../img/sv_sp_1.jpg);
  }
}
#top_description article:nth-child(1) .box p {
  margin-bottom: 3rem;
}

#top_description article:nth-child(2) {
  background-image: url(../img/sv_2.jpg);
}

@media screen and (max-width: 698px) {
  #top_description article:nth-child(2) {
    background-image: url(../img/sv_sp_2.jpg);
  }
}
#top_description article:nth-child(3) {
  background-image: url(../img/sv_3.jpg);
}

@media screen and (max-width: 698px) {
  #top_description article:nth-child(3) {
    background-image: url(../img/sv_sp_3.jpg);
  }
}
#top_description article:nth-child(4) {
  background-image: url(../img/sv_4.jpg);
  /*
      @include mq(sm){
         background-image: url(../img/sv_sp_4.jpg);
      }
      */
}

#top_description article:nth-child(2n) {
  background-position: top right;
}

#top_description article:nth-child(2n) .box {
  margin-right: auto;
  margin-left: 0;
}

#profiles {
  padding: 5rem 0;
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #fcf1ef 10px, #fcf1ef 19px);
}

@media screen and (max-width: 698px) {
  #profiles {
    padding: 10vw 0;
  }
}
#profiles .box {
  width: 900px;
  margin: 5rem auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  background: #fff;
  box-shadow: 0px 0px 10px #aaa;
  height: 330px;
}

@media screen and (max-width: 980px) {
  #profiles .box {
    width: 90%;
    height: 40vw;
    margin: 10vw auto;
  }
  #profiles .box br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #profiles .box {
    flex-flow: column nowrap;
    width: 75%;
    height: 150vw;
  }
}
#profiles .box figure {
  width: 300px;
  height: 100%;
  background-image: url(../img/bkfg_topsachi_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  #profiles .box figure {
    width: 100%;
    height: 50%;
  }
}
@media screen and (max-width: 768px) {
  #profiles .box figure {
    background-image: url(../img/bkfg_topsachi_sp.jpg);
  }
}
#profiles .box .message {
  margin: auto 2rem;
  width: 65%;
}

@media screen and (max-width: 768px) {
  #profiles .box .message {
    width: auto;
    margin: 3vw;
  }
}
#profiles .box figure {
  margin-right: auto;
}

#profiles .box p {
  padding: 0.5rem;
  letter-spacing: 2px;
  line-height: 2;
  font-size: 18px;
  margin: 0;
}

@media screen and (max-width: 980px) {
  #profiles .box p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #profiles .box p {
    font-size: 3vw;
  }
}
#profiles .box p:last-child {
  border-top: 1px solid #000;
  padding-top: 1rem;
}

@media screen and (max-width: 768px) {
  #profiles .box p:last-child {
    font-size: 3.5vw;
  }
}
#profiles .box p:last-child span {
  color: #de755b;
}

#profiles .box:last-child {
  flex-flow: row-reverse nowrap;
}

@media screen and (max-width: 768px) {
  #profiles .box:last-child {
    flex-flow: column nowrap;
  }
}
#profiles .box:last-child figure {
  background-image: url(../img/bkfg_david_pc.jpg);
}

@media screen and (max-width: 768px) {
  #profiles .box:last-child figure {
    background-image: url(../img/bkfg_topdavid_sp.jpg);
  }
}
#profiles .btn {
  width: 400px;
}

@media screen and (max-width: 768px) {
  #profiles .btn {
    width: 65%;
    padding: 3vw 6vw;
  }
}
#benefites {
  border-top: 10px solid #de755b;
  border-bottom: 10px solid #de755b;
  padding: 5rem 0;
}

#benefites .row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
}

@media screen and (max-width: 698px) {
  #benefites .row {
    flex-flow: row wrap;
    justify-content: center;
  }
}
#benefites .row .box {
  box-sizing: border-box;
  background: #de755b;
  width: 30%;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 1.5rem 1.3rem;
  height: 420px;
}

@media screen and (max-width: 698px) {
  #benefites .row .box {
    width: 90%;
    margin: 8vw auto;
    height: auto;
  }
}
#benefites .row .box > div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#benefites .row .box .point {
  font-size: 1.2rem;
  height: 120px;
  /*height: 35%;*/
  border-bottom: 2px solid #fff;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 698px) {
  #benefites .row .box .point {
    height: auto;
  }
}
#benefites .row .box .point p {
  margin: 0;
}

#benefites .row .box .description {
  font-size: 1rem;
  height: 65%;
  margin: 0;
  padding-top: 1rem;
  /*letter-spacing: 2px;*/
}

@media screen and (max-width: 698px) {
  #benefites .row .box .description {
    height: auto;
  }
}
#benefites .row .box .description p {
  margin: 0;
  /*height: 100%;*/
  height: auto;
  padding-bottom: 2rem;
}

@media screen and (max-width: 698px) {
  #benefites .row .box .description p {
    font-size: 4vw;
    text-align: left;
    height: auto;
  }
  #benefites .row .box .description p br {
    display: none;
  }
}
#course {
  padding: 5rem 0;
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #fcf1ef 10px, #fcf1ef 19px);
  /*
   .row{
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      align-items: center;
      .box{
         width: 30% ;
         text-align: center;
         padding: 3rem 0;
         box-sizing: border-box;
         margin: 1rem;
         @include mq(md){
            width: 45%;
         }
         @include mq(sm){
            width: 90%;
         }
         .icon{
            width: 100%;
            height: 10px;
            background: $color;
            margin-bottom: 3rem;
            display: flex;
            justify-content: center;
            align-items: center;
            img{
               width: 60px;
               height: 60px;
            }
         }
         h4{
            font-size: 1.3rem;
            color: $color;
         }
         p{
            display: flex;
            flex-flow: column nowrap;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
            line-height: 2;
            span{
               background: linear-gradient(transparent 50%, #f6f6b2 50%);
               white-space: nowrap;
               margin-bottom: 0.5rem;
            }
            span:last-child{
               background: #fff;
            }
         }
      }
   }
   .btn{
      width: 100%;
      box-sizing: border-box;
      padding: 0.5rem;
   }
   .__btn{
      width: 600px;
      margin: auto;
      @include mq(sm){
         width: 90%;
      }
      a{
         width: 100%;
         img{
            width: 100%;
         }
      }
   }
   */
}

#course .inner {
  max-width: 680px;
}

#course h4 {
  color: #fff;
  background-image: url(../img/label_bg1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 2rem;
  box-sizing: border-box;
  align-items: center;
  box-shadow: 2px 2px #914B3D;
  margin-bottom: 0;
}

#course .add_p {
  text-align: center;
}

@media screen and (max-width: 698px) {
  #course h4 {
    height: 12.5vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  #course h4 span {
    font-size: 4vw;
  }
  #course .add_p {
    text-align: left;
  }
  #course .add_p > br {
    display: none;
  }
}
#course h4 > span:first-child {
  font-size: 22px;
}

@media screen and (max-width: 698px) {
  #course h4 > span:first-child {
    font-size: 5vw;
  }
}
#course h4:hover {
  cursor: pointer;
}

#course .tri {
  transition: 0.5s;
  display: inline-block;
}

#course .accordion.open {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 698px) {
  #course .accordion.open {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
#course .accordion {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  overflow: hidden;
  transition: 0.5s;
  padding: 0 40px;
}

@media screen and (max-width: 698px) {
  #course .accordion {
    justify-content: center;
    padding-top: 0 5%;
  }
}
#course .accordion .btns {
  padding: 1rem 0.75rem 0 1rem;
  width: 280px;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 2rem;
  transition: 0.5s;
  opacity: 1;
}

#course .accordion .btns a {
  text-decoration: none;
  color: #000;
}

#course .accordion .btns figure {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 70px;
}

#course .accordion .btns figure figcaption {
  margin-left: 1rem;
  line-height: 1.5;
}

#course .accordion .btns .icon {
  width: 50px;
  height: 50px;
}

#course .accordion .btns p {
  margin-bottom: 0;
  margin-top: 0.5rem;
  text-align: right;
  font-size: 14px;
  display: inline-block;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

#course .accordion .btns p:after {
  content: "";
  background-image: url(../img/button_arrow.png);
  width: 18px;
  height: 18px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.5rem;
}

#course .accordion .btns:hover {
  transition: 0.5s;
  opacity: 0.5;
}

#course .online {
  background: #fff;
}

#course .online h4 {
  background-image: url(../img/label_bg1.jpg);
}

#course .online .btns {
  background: #F7DBD7;
  box-shadow: 2px 2px #A89694;
}

#course .interview {
  margin-top: 3rem;
  background: #fff;
}

#course .interview h4 {
  background-image: url(../img/label_bg2.jpg);
  box-shadow: 2px 2px #3B6359;
}

#course .interview .btns {
  background: #C7F2E6;
  box-shadow: 2px 2px #79A89F;
}

#course .course_type {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 698px) {
  #course .course_type {
    flex-direction: column;
  }
}
#course .course_type .box {
  background: #fff;
  border: 1px solid rgba(221, 117, 91, 0.9);
  width: 210px;
  height: 223px;
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 1rem 0.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#course .course_type .box p {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
#course .course_type .box a {
  font-size: 14px;
  width: 93px;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  text-decoration: none;
  color: #000;
}
#course .course_type .box a img {
  width: 14px;
  height: 14px;
}
#course .course_type .box a:visited {
  color: #000;
}
#course .course_type .box figure {
  width: 50px;
  height: 50px;
}
#course .btn {
  color: #fff;
  text-decoration: none;
  background: #DE755B;
  font-size: 18px;
  padding: 0 2rem 0 1rem;
  position: relative;
  border-radius: 50px;
  padding-right: 3rem;
  transition: 0.5s;
  opacity: 1;
  width: 280px;
  padding: 0.5rem;
  margin: 2rem auto 0 auto;
}
#course .btn span {
  font-size: 18px;
  margin: 0.5rem;
}
#course .btn:after {
  content: "";
  background-image: url(../img/button_arrow.png);
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 7px);
  display: inline-block;
  margin-left: 1rem;
}
#course .btn:hover {
  opacity: 0.7;
  transition: 0.5s;
}

#catch {
  padding: 7rem 0;
}

#catch .inner {
  max-width: 1020px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
}

#catch .inner h2.headline {
  margin-bottom: 0;
}

#catch .inner h3.headline {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  #catch .inner {
    flex-flow: column;
    align-items: center;
  }
}
#catch .inner > div {
  max-width: 480px;
  width: 48%;
  padding: 30px;
  box-sizing: border-box;
  border: solid 3px #2A2F44;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  background-image: linear-gradient(45deg, #2A2F44 20px, transparent 0), linear-gradient(-45deg, #fff 10px, transparent 0), linear-gradient(135deg, #fff 10px, transparent 0), linear-gradient(-135deg, #2A2F44 20px, transparent 0);
}

@media screen and (max-width: 768px) {
  #catch .inner > div {
    width: 90%;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 698px) {
  #catch .inner > div {
    padding: 6vw 3vw;
    font-size: 4.5vw;
  }
}
#catch .inner > div .figures {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
}

#catch .inner > div .figures figure {
  width: 50%;
  margin: auto;
}

#catch .inner > div .box {
  display: flex;
  flex-flow: column nowrap;
  height: 444px;
}

@media screen and (max-width: 698px) {
  #catch .inner > div .box {
    height: auto;
  }
  #catch .inner > div .figures figure {
    width: 100% !important;
    margin: auto;
  }
}
@media screen and (max-width: 698px) {
  #catch .inner > div .box .trial_p {
    font-size: 4vw;
    height: auto;
    justify-content: space-between;
  }
}
#catch .inner > div .box figure {
  margin: auto;
  text-align: center;
}

#catch .inner > div .box figure img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
}

#catch .inner > div .center {
  text-align: center;
}

@media screen and (max-width: 698px) {
  #catch .inner > div .center {
    font-size: 4vw;
    white-space: nowrap;
  }
}
#catch .inner > div a {
  color: #fff;
  text-decoration: none;
  background: #DE755B;
  font-size: 18px;
  padding: 0 2rem 0 1rem;
  position: relative;
  border-radius: 50px;
  padding-right: 3rem;
  transition: 0.5s;
  opacity: 1;
  width: -moz-max-content;
  width: max-content;
  margin: 2rem auto 0 auto;
}

#catch .inner > div a span {
  font-size: 18px;
  margin: 0.5rem;
}

#catch .inner > div a:after {
  content: "";
  background-image: url(../img/button_arrow.png);
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 7px);
  display: inline-block;
  margin-left: 1rem;
}

#catch .inner > div a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

#catch .inner > div .date {
  font-size: 12px;
  margin-bottom: 0.5rem;
}

#catch .inner > div .title {
  font-size: 17px;
  margin: 0.5rem 0;
}

#catch .inner > div .content {
  font-size: 15px;
}

@media screen and (max-width: 698px) {
  #catch .inner > div .content {
    font-size: 4vw;
  }
}
#voice {
  background: #2a2f44;
  padding: 5rem 0;
  /*
   ul{
      width: 90%;
      margin: auto;
      li{
         margin: 2rem 0;
         dt{
            background: $color;
            color: #fff;
            padding: 1rem 2rem;
            font-size: 1.1rem;
            display: flex;
            flex-flow: row nowrap;
            justify-content: space-between;
            align-items: center;
            @include mq(sm){
               padding: 2vw 3vw;
            }
            span{
               display: inline-block;
               margin-left: auto;
               font-size: 1.3rem;
               transition: 0.5s;
               @include mq(sm){
                  font-size: 5vw;
               }
            }
            span:hover{
               cursor: pointer;
            }
            span.open{
               transform: rotate(180deg);
               transition: 0.5s;
            }
         }
         dd{
            padding: 0rem 2rem;
            background: #fff;
            font-size: 0.9rem;
            overflow: hidden;
            line-height: 0;
            height: 0;
            transition: 0.5s;
            color: #fff;
            @include mq(sm){
               padding: 0vw 5vw;
            }
            p{
               margin: 0;
            }
         }
         dd.open{
            padding: 1rem 2rem;
            line-height: 2;
            transition: 0.5s;
            color: #111;
            height: auto;
            @include mq(sm){
               padding: 3vw 5vw;
            }
         }
      }
   }
   */
}

#voice .headline {
  color: #fff;
}

#voice .inner {
  max-width: 680px;
}

#voice article {
  margin-top: 3rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 698px) {
  #voice article {
    justify-content: center;
    flex-flow: column nowrap;
  }
}
#voice article ul {
  width: 47%;
}

@media screen and (max-width: 698px) {
  #voice article ul {
    width: 100%;
  }
}
#voice article li {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 1rem;
  border-radius: 7px;
  margin-bottom: 3.5rem;
  position: relative;
}

#voice article li p {
  margin: 0;
}

#voice article li:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 100%;
}

#voice article li.left:after {
  left: 20%;
  border-top: 16px #fff solid;
  border-right: 16px transparent solid;
  border-bottom: 16px transparent solid;
  border-left: 16px #fff solid;
}

#voice article li.right:after {
  right: 20%;
  border-top: 16px #fff solid;
  border-right: 16px #fff solid;
  border-bottom: 16px transparent solid;
  border-left: 16px transparent solid;
}

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

#voice .rep {
  text-align: center;
  color: #fff;
}

#voice .rep br {
  display: none;
}

@media screen and (max-width: 698px) {
  #voice .rep br {
    display: inline-block;
  }
}
#voice .btn {
  color: #fff;
  text-decoration: none;
  background: #DE755B;
  font-size: 18px;
  padding: 0 2rem 0 1rem;
  position: relative;
  border-radius: 50px;
  padding-right: 3rem;
  transition: 0.5s;
  opacity: 1;
  width: 280px;
  padding: 0.5rem;
  margin: 2rem auto 0 auto;
}
#voice .btn span {
  font-size: 18px;
  margin: 0.5rem;
}
#voice .btn:after {
  content: "";
  background-image: url(../img/button_arrow.png);
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 7px);
  display: inline-block;
  margin-left: 1rem;
}
#voice .btn:hover {
  opacity: 0.7;
  transition: 0.5s;
}

#infomation {
  padding: 5rem 0;
}

#infomation a {
  color: #000;
  text-decoration: none;
}

#infomation a:visited {
  color: #000;
  text-decoration: none;
}

#infomation .output {
  width: 100%;
  border: 2px solid #de755b;
  border-radius: 20px;
  padding: 2rem 3rem;
  padding-bottom: 3rem;
  box-sizing: border-box;
}

@media screen and (max-width: 698px) {
  #infomation .output {
    padding: 3vw 5vw;
  }
}
#infomation .output ul {
  width: 100%;
  margin: auto;
}

#infomation .output ul li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 2px solid #de755b;
  padding: 1rem 0;
}

@media screen and (max-width: 768px) {
  #infomation .output ul li {
    flex-flow: row wrap;
  }
}
#infomation .output ul li .date {
  margin-right: 1.5rem;
}

@media screen and (max-width: 698px) {
  #infomation .output ul li .date {
    font-size: 4vw;
    width: 100%;
  }
}
#infomation .output ul li .title {
  font-size: 1.2rem;
}

@media screen and (max-width: 698px) {
  #infomation .output ul li .title {
    font-size: 4vw;
  }
  #infomation .output pre {
    white-space: normal;
  }
}
#infomation .to_list {
  position: relative;
  width: 100%;
  text-align: right;
  padding-top: 1rem;
}

#infomation .to_list a {
  position: absolute;
  top: 5rem;
  right: 0;
  margin: 1rem 0;
  color: #111;
  text-decoration: none;
}

@media screen and (max-width: 698px) {
  #infomation .to_list a {
    top: 0;
    position: relative;
  }
}
#infomation.info_archive {
  background: #FBF1F0;
}

#infomation.info_archive .output {
  background: #fff;
  border: none;
}

#infomation.info_archive .output .title h4 {
  text-align: left;
  font-size: 1.1rem;
  border-bottom: 2px solid #de755b;
}

#infomation.info_archive .output .title .date {
  text-align: right;
}

#infomation.info_archive .output .content {
  margin: 1.5rem auto;
  padding: 1.5rem 0;
}

#infomation.info_archive .output .navigator {
  border-top: 2px solid #de755b;
  padding-top: 1.5rem;
}

#infomation.info_archive .output .pagenation ul {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}

#infomation.info_archive .output .pagenation ul li {
  border: none;
  margin: 1rem;
  width: 38px;
  height: 38px;
}

#infomation.info_archive .output .pagenation ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
}

#infomation.info_archive .output .pagenation ul li.paged a {
  color: #fff;
  background: #de755b;
  border-radius: 50%;
}

.navigator {
  font-family: futura-pt, sans-serif;
  display: flex;
  justify-content: space-between;
}

#sidebar {
  width: 280px;
}

@media screen and (max-width: 768px) {
  #sidebar {
    width: 100%;
  }
}
#sidebar h3 {
  background: #de755b;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  padding: 0.5rem;
}

#blog {
  background: #FBEDEA;
  padding: 5rem 0;
  /*
   @include mq(sm){
      >.btn{
         display: none;
      }
   }
   */
}

@media screen and (max-width: 698px) {
  #blog {
    padding: 8vw 0;
  }
}
#blog a {
  color: #000;
  text-decoration: none;
}

#blog a:visited {
  color: #000;
  text-decoration: none;
}

#blog a.btn {
  color: #fff;
  text-decoration: none;
}

#blog a.btn:visited {
  color: #fff;
  text-decoration: none;
}

#blog a.btn {
  color: #fff;
  text-decoration: none;
  background: #DE755B;
  font-size: 14px;
  padding: 0 2rem 0 1rem;
  position: relative;
  border-radius: 50px;
  padding-right: 3rem;
  transition: 0.5s;
  opacity: 1;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: 0;
  margin-top: 2rem;
  width: 300px;
  padding: 0.5rem;
}

@media screen and (max-width: 698px) {
  #blog a.btn {
    width: 250px;
    margin: auto;
  }
  #blog a {
    word-break: break-word;
  }
}
#blog a.btn span {
  font-size: 18px;
  margin: 0.5rem;
}

#blog a.btn:after {
  content: "";
  background-image: url(../img/button_arrow.png);
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 7px);
  display: inline-block;
  margin-left: 1rem;
}

#blog a.btn:hover {
  opacity: 0.7;
  transition: 0.5s;
}

#blog h3 {
  margin-top: 0;
}

#blog .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#blog .wp-pagenavi span {
  border: none;
  color: #DA766B;
  width: 30px;
  height: 30px;
  margin: 0 0.5rem;
}

#blog .wp-pagenavi a {
  border: none;
  color: #DA766B;
  width: 30px;
  height: 30px;
}

#blog .wp-pagenavi .current {
  color: #fff;
  background: #DA766B;
  border-radius: 50%;
}

#blog .wp-pagenavi .pages {
  display: none;
}

#blog .wp-pagenavi .previouspostslink {
  padding: 0;
  width: 10px;
  height: 10px;
  border-left: 2px solid #DA766B;
  border-top: 2px solid #DA766B;
  transform: rotate(-45deg);
}

#blog .wp-pagenavi .nextpostslink {
  padding: 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid #DA766B;
  border-top: 2px solid #DA766B;
  transform: rotate(45deg);
}

#blog .blog_area {
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  #blog .blog_area {
    flex-flow: column-reverse;
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
#blog .blog_area dl {
  margin: 1.5rem 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
}

#blog .blog_area dl dt {
  background: #fff;
  /*color: $color;*/
  border-left: 3px solid #de755b;
  width: auto;
  padding: 0.5rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

#blog .blog_area dl dt img {
  width: 25px;
}

#blog .blog_area dl dt:hover {
  cursor: pointer;
}

#blog .blog_area dl dd {
  padding: 0.5rem;
}

#blog .blog_area dl dd ul {
  overflow: hidden;
  transition: 0.5s;
}

#blog .blog_area dl dd li {
  margin-bottom: 0.5rem;
}

#blog .blog_area .blog_new {
  width: calc(100% - 310px);
  /*
         >.btn{
            display: none;
            @include mq(sm){
               display: block;
               margin-top: 5vw;
               padding: 2vw 5vw;;
            }
         }
         */
}

@media screen and (max-width: 768px) {
  #blog .blog_area .blog_new {
    width: 100%;
    margin-bottom: 10vw;
  }
}
#blog .blog_area .blog_new ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

#blog .blog_area .blog_new ul li {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 2rem;
  opacity: 1;
  transition: 0.5s;
  /*max-width: 280px;*/
  /*margin-right: 30px;*/
}

@media screen and (max-width: 768px) {
  #blog .blog_area .blog_new ul li {
    width: 100%;
    max-width: 100%;
    align-items: stretch;
  }
}
#blog .blog_area .blog_new ul li figure {
  width: 170px;
  height: 170px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #aaa;
}

@media screen and (max-width: 698px) {
  #blog .blog_area .blog_new ul li figure {
    width: 24vw;
    height: 100%;
    min-height: 24vw;
  }
}
#blog .blog_area .blog_new ul li a.text {
  width: calc(100% - 170px);
  background: #fff;
  margin: 0;
  padding: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 698px) {
  #blog .blog_area .blog_new ul li a.text {
    width: calc(100% - 24vw);
    padding: 2vw;
    font-size: 3.5vw;
  }
}
#blog .blog_area .blog_new ul li a.text .title {
  font-size: 1.1rem;
}

@media screen and (max-width: 698px) {
  #blog .blog_area .blog_new ul li a.text .title {
    font-size: 4vw;
  }
}
#blog .blog_area .blog_new ul li:hover {
  opacity: 0.5;
  transition: 0.5s;
}

#blog.blog_archive .output {
  width: calc(100% - 310px);
  background: #fff;
  border-radius: 20px;
  padding: 2rem 3rem;
  padding-bottom: 3rem;
  box-sizing: border-box;
}

@media screen and (max-width: 698px) {
  #blog.blog_archive .output {
    width: 100%;
    padding: 3vw 5vw;
    margin: 10vw auto;
  }
}
#blog.blog_archive .output .title h4 {
  text-align: left;
  font-size: 1.1rem;
  border-bottom: 2px solid #de755b;
  padding: 0.5rem;
  margin-bottom: 0;
}

#blog.blog_archive .output .title .date {
  text-align: right;
}

#blog.blog_archive .output .title .cate {
  padding: 0 0.5rem;
  color: #fff;
  background: #de755b;
}

#blog.blog_archive .output .title > div {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

#blog.blog_archive .output .content {
  /*margin: 1.5rem auto;*/
  padding: 0.5rem 0;
  /* 2021-11-27 youtube挿入 スマホ崩れ対応 T.Maehara */
}

#blog.blog_archive .output .content h2 {
  padding: 0 0.5rem;
  color: #fff;
  background: #de755b;
}

#blog.blog_archive .output .content h3 {
  border-left: 0.5rem solid #de755b;
  padding-left: 0.5rem;
}

#blog.blog_archive .output .content h4:before {
  content: "●";
  color: #de755b;
}

#blog.blog_archive .output .content h5 {
  color: #de755b;
  border-bottom: 1px solid #000;
}

#blog.blog_archive .output .content h6 {
  color: #de755b;
}

#blog.blog_archive .output .content img {
  height: auto;
  max-width: 100%;
}

#blog.blog_archive .output .content .wp-block-image {
  margin: auto;
}

#blog.blog_archive .output .content iframe {
  max-width: 100%;
  height: auto;
}

#blog.blog_archive .output .content p {
  overflow-wrap: break-word;
}

#blog.blog_archive .output .content blockquote {
  margin: auto;
  padding: 2% 5%;
  background: #FCF4F2;
  position: relative;
  color: #DE755B;
}

#blog.blog_archive .output .content blockquote:before {
  content: "“";
  position: absolute;
  top: 2%;
  left: 2%;
  font-size: 2rem;
}

#blog.blog_archive .output .content blockquote:after {
  content: "”";
  position: absolute;
  bottom: 2%;
  right: 2%;
  font-size: 2rem;
}

#blog.blog_archive .output .content ul {
  list-style: disc;
  padding-left: 1.5rem;
}

#blog.blog_archive .output .content ul li {
  list-style: disc;
}

#blog.blog_archive .output .content ol {
  padding-left: 0;
  counter-reset: list;
}

#blog.blog_archive .output .content ol li {
  display: flex;
  justify-content: left;
  align-items: center;
}

#blog.blog_archive .output .content ol li:before {
  margin-right: 5px;
  counter-reset: auto;
  counter-increment: list;
  content: counter(list);
  color: orange;
  border: 1px solid orange;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 0.9rem;
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

#blog.blog_archive .output .navigator {
  border-top: 2px solid #de755b;
  padding-top: 1.5rem;
}

#blog.blog_archive .pagenation ul {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}

#blog.blog_archive .pagenation ul li {
  border: none;
  margin: 1rem;
  width: 38px;
  height: 38px;
}

#blog.blog_archive .pagenation ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
}

#blog.blog_archive .pagenation ul li.paged a {
  color: #fff;
  background: #de755b;
  border-radius: 50%;
}

#booking .inner > .head_title {
  padding-bottom: 2rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 5rem auto 3rem;
}

#booking .inner > .head_title hr {
  width: 100%;
  z-index: -1;
}

#booking .inner > .head_title p {
  position: absolute;
  left: auto;
  top: auto;
  background: #fff;
  font-size: 1.1rem;
  padding: 0 1rem;
}

#booking .inner h4 {
  text-align: center;
  color: #de755b;
}

#booking .box {
  border-bottom: 6px solid #de755b;
  padding-bottom: 3rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 698px) {
  #booking .box {
    padding-bottom: 5vw;
    margin-bottom: 15vw;
  }
}
#booking .box .first_row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}

@media screen and (max-width: 698px) {
  #booking .box .first_row {
    flex-flow: row wrap;
    height: auto;
  }
}
#booking .box .first_row .left_content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, #fcf1ef 5px, #fcf1ef 9px);
  border-radius: 60px 0 0 60px;
  width: 70%;
  box-sizing: border-box;
  height: inherit;
}

@media screen and (max-width: 698px) {
  #booking .box .first_row .left_content {
    width: 100%;
    height: 50px;
  }
}
#booking .box .first_row .left_content .interval {
  background: #de755b;
  color: #fff;
  width: 80px;
  height: 80px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 14px;
  /*font-size: 1.3rem;*/
  flex-shrink: 0;
}

@media screen and (max-width: 698px) {
  #booking .box .first_row .left_content .interval {
    width: 18vw;
    height: 18vw;
    font-size: 3vw;
  }
}
#booking .box .first_row .left_content .lesson_type {
  color: #de755b;
  padding-left: 2.5rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 698px) {
  #booking .box .first_row .left_content .lesson_type {
    font-size: 5vw;
  }
}
#booking .box .first_row .right_content {
  display: flex;
  align-items: stretch;
  height: 50px;
}

@media screen and (max-width: 698px) {
  #booking .box .first_row .right_content {
    flex-flow: column;
    width: 100%;
    margin: 10vw auto;
  }
}
#booking .box .first_row .right_content select {
  border: 1px solid #de755b;
  color: #de755b;
  max-width: 170px;
}

@media screen and (max-width: 698px) {
  #booking .box .first_row .right_content select {
    border-radius: 5px;
    padding: 3vw;
    margin-bottom: 3vw;
  }
}
#booking .box .first_row .right_content .btn {
  width: 200px;
  box-sizing: border-box;
  height: 100%;
  font-size: 1.2rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 698px) {
  #booking .box .first_row .right_content .btn {
    width: 100%;
    height: auto;
    border-radius: 50px;
    font-size: 5vw;
  }
}
#booking .box .first_row .right_content .btn.trial {
  width: 400px;
}

@media screen and (max-width: 698px) {
  #booking .box .first_row .right_content .btn.trial {
    width: 100%;
  }
}
#booking .box .second_row {
  padding: 1rem 0;
  margin: 3rem;
}

@media screen and (max-width: 698px) {
  #booking .box .second_row {
    margin: auto;
    padding: 0;
  }
}
#booking .box .second_row .contents {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 95%;
}

@media screen and (max-width: 698px) {
  #booking .box .second_row .contents {
    flex-flow: row wrap;
    width: 100%;
  }
}
#booking .box .second_row .contents ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 698px) {
  #booking .box .second_row .contents ul {
    width: 90%;
    margin: auto;
    flex-flow: column;
  }
}
#booking .box .second_row .contents ul li {
  font-size: 1.3rem;
  letter-spacing: 2px;
  margin: 1rem 2.5rem 1rem 0;
  color: #de755b;
  background-size: 50% 50%;
  background-color: white;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, #fff59f 5px, #fff59f 9px);
  /*background-repeat-y: no-repeat;*/
  background-position: bottom;
}

@media screen and (max-width: 698px) {
  #booking .box .second_row .contents ul li {
    margin: 2vw auto;
    font-size: 4.2vw;
    background: none;
  }
}
#booking .box .second_row .contents ul li > span {
  margin-left: 3rem;
  color: #000;
}

@media screen and (max-width: 698px) {
  #booking .box .second_row .contents ul li > span {
    margin-left: auto;
  }
}
#booking .box .second_row .contents .first_free {
  width: 20%;
}

@media screen and (max-width: 698px) {
  #booking .box .second_row .contents .first_free {
    width: 100%;
  }
}
#booking .box .second_row .contents .first_free > p {
  width: 70px;
  height: 70px;
  background: #de755b;
  font-size: 1.2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem;
}

@media screen and (max-width: 698px) {
  #booking .box .second_row .contents .first_free > p {
    width: 100%;
    height: auto;
    padding: 3vw 0;
  }
  #booking .box .second_row .contents .first_free > p br {
    display: none;
  }
}
#booking .box.interview .first_row .left_content {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, #C2F2E6 5px, #fcf1ef 9px);
}

#booking .box.interview .first_row .left_content .interval {
  background: #69B2A1;
}

#booking .box.interview .first_row .left_content .lesson_type {
  color: #69B2A1;
}

#booking .box.interview .first_row .right_content select {
  border: 1px solid #69B2A1;
  color: #69B2A1;
}

#booking .box.interview .first_row .right_content .btn {
  background: #69B2A1;
  border: 3px solid #69B2A1;
}

#booking .box.interview .first_row .right_content .btn:hover {
  background: #fff;
  color: #69B2A1;
  border: 3px solid #69B2A1;
}

#booking .box.interview .second_row .contents ul li {
  color: #69B2A1;
}

@media screen and (max-width: 698px) {
  #booking .box:nth-child(2) .contents ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #booking .box:nth-child(3) .contents ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
#contact {
  padding-top: 7rem;
}

#contact a {
  color: #000;
  text-decoration: none;
}

#contact a:visited {
  color: #000;
}

#contact .inner {
  max-width: 800px;
}

#contact .inner > .head_title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 5rem auto 3rem;
}

#contact .inner > .head_title hr {
  width: 100%;
  z-index: -1;
}

#contact .inner > .head_title p {
  position: absolute;
  left: auto;
  top: auto;
  background: #fff;
  font-size: 1.1rem;
  padding: 0 1rem;
}

#contact .inner .info {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #contact .inner .info {
    flex-flow: row wrap;
  }
}
#contact .inner .info div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}

@media screen and (max-width: 768px) {
  #contact .inner .info div {
    margin-bottom: 1rem;
  }
}
#contact .inner .info div a {
  font-size: 1.1rem;
  margin-left: 1rem;
  letter-spacing: 1px;
  white-space: nowrap;
}

@media screen and (max-width: 698px) {
  #contact .inner .info div a {
    font-size: 4vw;
  }
}
#contact .inner .info div .line_icon {
  background: #00b900;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 698px) {
  #contact .inner .info div .line_icon {
    width: 30px;
    height: 30px;
  }
}
#contact .inner .info div .line_icon img {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 698px) {
  #contact .inner .info div .line_icon img {
    width: 20px;
    height: 20px;
  }
}
#contact .inner .info div .line_qr {
  width: 65px;
  height: 65px;
  flex-shrink: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 698px) {
  #contact .inner .info div .line_qr {
    display: none;
  }
}
#contact .inner .info div .line_qr img {
  height: 100%;
}

#contact .inner .info div img {
  height: 45px;
}

@media screen and (max-width: 698px) {
  #contact .inner .info div img {
    height: 30px;
  }
}
#contact .inner form ul li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 698px) {
  #contact .inner form ul li {
    flex-flow: row wrap;
  }
}
#contact .inner form ul li label {
  width: 25%;
  text-align: center;
  background: #de755b;
  color: #fff;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 698px) {
  #contact .inner form ul li label {
    width: 100%;
  }
}
#contact .inner form ul li input {
  width: 75%;
  line-height: 3;
  border: 1px solid #de755b;
  padding: 0 1rem;
  margin: 0;
  border-radius: 0;
  font-size: 1.1rem;
}

@media screen and (max-width: 698px) {
  #contact .inner form ul li input {
    width: 100%;
  }
}
#contact .inner form ul li textarea {
  width: 75%;
  line-height: 3;
  border: 1px solid #de755b;
  border-radius: 0;
  padding: 0 1rem;
  margin: 0;
  font-size: 1.1rem;
}

@media screen and (max-width: 698px) {
  #contact .inner form ul li textarea {
    width: 100%;
  }
}
#contact .inner form .btn {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-size: 1.1rem;
  width: 280px;
  padding: 0.5rem 2rem;
  margin: 5rem auto;
}

#trial {
  padding-bottom: 5rem;
}

@media screen and (max-width: 698px) {
  #trial {
    padding-bottom: 5vw;
  }
}
#trial a {
  text-decoration: none;
  color: #000;
}

#trial a:visited {
  color: #000;
}

#trial h2.headline {
  margin-bottom: 0;
}

#trial h3.headline {
  margin-top: 0;
  margin-bottom: 5rem;
}

@media screen and (max-width: 698px) {
  #trial h3.headline {
    margin: 10vw 0;
  }
}
#trial .detaile {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #trial .detaile {
    flex-flow: column-reverse;
  }
}
#trial .detaile > div {
  width: 48%;
}

@media screen and (max-width: 768px) {
  #trial .detaile > div {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 698px) {
  #trial .detaile > div {
    width: 100%;
  }
}
#trial .detaile .left h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 20px;
}

#trial .detaile .left p {
  line-height: 1.5;
  font-size: 15px;
}

#trial .detaile .left a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  background-color: white;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #FFF100 3px, #fcf1ef 6px);
}

#trial .detaile .left a > img {
  height: 25px;
  width: auto;
}

#trial .movie {
  width: 75%;
  margin: 4rem auto;
}

@media screen and (max-width: 768px) {
  #trial .movie {
    width: 100%;
  }
}
#trial .movie video {
  width: 100%;
}

#event {
  padding: 5rem 0;
  background: #FBEDEA;
}

#event a {
  text-decoration: none;
  color: #000;
}

#event a:visited {
  color: #000;
}

#event h2.headline {
  margin-bottom: 0;
}

#event h3.headline {
  margin-top: 0;
  margin-bottom: 5rem;
}

@media screen and (max-width: 698px) {
  #event h3.headline {
    margin-bottom: 10vw;
  }
}
#event .icons {
  margin: 5rem 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #event .icons {
    flex-flow: column nowrap;
  }
}
@media screen and (max-width: 698px) {
  #event .icons {
    margin: 5vw 0;
  }
}
#event .icons figure {
  width: 210px;
  height: 210px;
  background: #DE755B;
  border-radius: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  #event .icons figure {
    width: 21vw;
    height: 21vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #event .icons figure {
    max-width: 380px;
    width: 100%;
    height: auto;
    border-radius: 7px;
    flex-flow: row nowrap;
    margin-bottom: 2rem;
  }
}
#event .icons figure img {
  height: 50px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  #event .icons figure img {
    margin-bottom: 0;
    width: 10%;
  }
}
#event .icons figure figcaption {
  color: #fff;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #event .icons figure figcaption {
    width: 80%;
  }
  #event .icons figure figcaption br {
    display: none;
  }
}
@media screen and (max-width: 698px) {
  #event .icons figure figcaption {
    font-size: 4vw;
    text-align: left;
    margin-left: 0.5rem;
  }
}
#event .description {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #event .description {
    flex-flow: column-reverse;
  }
}
#event .description > div {
  width: 48%;
}

@media screen and (max-width: 768px) {
  #event .description > div {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 698px) {
  #event .description > div {
    width: 100%;
  }
}
#event .description h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 20px;
}

#event .description h5 {
  font-size: 18px;
  background: linear-gradient(transparent 60%, #FFF 60%);
  display: inline-block;
  margin: 0.5rem 0;
}

@media screen and (max-width: 698px) {
  #event .description h5 {
    font-size: 4.5vw;
  }
}
#event .description p {
  font-size: 15px;
  margin-bottom: 0;
}

#event .event_info {
  box-sizing: border-box;
  padding: 2rem;
  background: #fff;
}

@media screen and (max-width: 698px) {
  #event .event_info {
    padding: 3vw;
  }
}
#event .event_info .detaile {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #event .event_info .detaile {
    flex-flow: column-reverse;
  }
}
#event .event_info .detaile > div {
  width: 48%;
}

@media screen and (max-width: 698px) {
  #event .event_info .detaile > div {
    width: 100%;
  }
}
#event .event_info .label {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

#event .event_info .label h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 20px;
  white-space: nowrap;
}

#event .event_info .label span {
  margin-left: 1rem;
  display: inline-block;
  background: #DE755B;
  height: 2px;
  width: 81%;
  width: -webkit-fill-available;
}

#event .event_info p {
  line-height: 1.5;
  font-size: 15px;
  margin-top: 1.5rem;
}

#event .event_info .date {
  margin-bottom: 0.5rem;
}

#event .event_info .title {
  display: inline-block;
  font-size: 18px;
  background: linear-gradient(transparent 60%, #fff 60%);
  margin: 0.5rem 0;
}

#event .event_info a.btn {
  color: #fff;
  text-decoration: none;
  background: #DE755B;
  font-size: 18px;
  padding: 0 2rem 0 1rem;
  position: relative;
  border-radius: 50px;
  padding-right: 3rem;
  transition: 0.5s;
  opacity: 1;
  width: -moz-max-content;
  width: max-content;
  margin: 2rem auto 2rem auto;
}

#event .event_info a.btn span {
  font-size: 18px;
  margin: 0.5rem;
}

#event .event_info a.btn:after {
  content: "";
  background-image: url(../img/button_arrow.png);
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 7px);
  display: inline-block;
  margin-left: 1rem;
}

#event .event_info a.btn:hover {
  opacity: 0.7;
  transition: 0.5s;
}

#event .event_info .line {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1rem;
}

@media screen and (max-width: 698px) {
  #event .event_info .line {
    justify-content: left;
    padding: 1.5vw;
  }
}
#event .event_info .line p {
  margin: 0;
}

@media screen and (max-width: 698px) {
  #event .event_info .line p {
    margin-left: 5vw;
  }
}
#event .event_info .line img {
  height: 50px;
  width: auto;
}

@media screen and (max-width: 698px) {
  #event .event_info figure.pc_only {
    display: none;
  }
}
#event .archive {
  margin-top: 5rem;
}

#event .archive .unit {
  margin-bottom: 5rem;
}

/*
#event .archive .unit br {
  display: none;
}
*/
/*
@media screen and (max-width: 698px) {
  #event .archive .unit br {
    display: inline-block;
  }
}
*/
#event .archive .unit .title_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 698px) {
  #event .archive .unit .title_wrap {
    flex-flow: column-reverse;
  }
}
#event .archive .unit h4 .year {
  background: #DE755B;
  color: #fff;
  margin-right: 0.5rem;
  padding: 0 0.5rem;
}

#event .archive .unit h4 .title {
  font-size: 27px;
}

#event .archive .unit .images {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
}

@media screen and (max-width: 698px) {
  #event .archive .unit .images {
    flex-flow: column;
  }
}
#event .archive .unit .images > figure {
  width: 47%;
}

@media screen and (max-width: 698px) {
  #event .archive .unit .images > figure {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#service .inner a {
  text-decoration: none;
}

#service .inner p.headline {
  font-size: 20px;
  border-bottom: 2px solid #DE755B;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 698px) {
  #service .inner p.headline {
    display: block;
    border: none;
  }
}
@media screen and (max-width: 698px) {
  #service .inner p.headline span {
    display: block;
  }
}
#service .inner p.headline span small {
  font-size: 14px;
}

@media screen and (max-width: 698px) {
  #service .inner p.headline .b {
    border-bottom: 2px solid #DE755B;
  }
}
#service .inner p.headline.interview {
  border-color: #69B2A1;
}

@media screen and (max-width: 698px) {
  #service .inner p.headline.interview .b {
    border-bottom: 2px solid #69B2A1;
  }
}
#service .inner .heading {
  max-width: 820px;
  width: 90%;
  margin: auto;
  padding-top: 5rem;
}

@media screen and (max-width: 698px) {
  #service .inner .heading {
    width: 100%;
  }
}
#service .inner .heading h4 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

#service .inner .heading h4 span {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
}

#service .inner .heading h4 span.border {
  width: 100%;
  height: 2px;
  background: #DE755B;
  margin-left: 1rem;
  box-sizing: border-box;
}

#service .inner .heading h4 span.border.interview {
  background: #69B2A1;
}

#service .inner .heading .box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}

#service .inner .heading .box .grade {
  display: inline-block;
  width: 397px;
  box-sizing: border-box;
  text-align: center;
  background: #FBF1F0;
  box-shadow: 2px 2px #DE755B;
  margin-bottom: 1rem;
  color: #000;
}

@media screen and (max-width: 1024px) {
  #service .inner .heading .box .grade {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #service .inner .heading .box .grade small {
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  #service .inner .heading .box .grade {
    width: 100%;
  }
}
#service .inner .heading .box .grade:visited {
  color: #000;
}

#service .inner .heading .box.interview .grade {
  background: #C2F2E6;
  box-shadow: 2px 2px #84A39A;
}

#service .inner .heading .campaign h5 {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #FFF100 3px, #fcf1ef 6px);
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
  padding: 1rem 0;
  position: relative;
}

#service .inner .heading .campaign h5 > img {
  height: 20px;
  width: auto;
  position: absolute;
  bottom: -10px;
  left: 50%;
  right: 50%;
}

#service .inner .heading .campaign h5:hover {
  cursor: pointer;
}

#service .inner .heading .campaign ul {
  box-sizing: border-box;
  margin-top: 0;
  padding: 2rem 0;
  border: 1px solid #000;
  border-top: none;
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  align-items: center;
  width: 100%;
  overflow: hidden;
  transition: 0.5s;
}

#service .inner .heading .campaign ul li {
  width: 540px;
  max-width: 100%;
  padding: 1rem 0;
}

#service .inner .heading .campaign ul li dl {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3vw;
}

@media screen and (max-width: 698px) {
  #service .inner .heading .campaign ul li dl {
    flex-direction: column;
    align-items: flex-start;
  }
}
#service .inner .heading .campaign ul li dl dt {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #FFF100 3px, #fcf1ef 6px);
  width: 100px;
  text-align: center;
  margin-right: 1rem;
}

#service .inner .heading .campaign ul li dl dd span {
  margin-right: 1rem;
}

@media screen and (max-width: 698px) {
  #service .inner .heading .campaign ul li dl dd span {
    display: block;
  }
}
#service .inner .trial {
  margin: 3rem 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #service .inner .trial {
    flex-flow: column;
    border: 1px solid #DE755B;
    padding: 3vw;
  }
}
#service .inner .trial p {
  border: 1px solid #DE755B;
  border-right: none;
  border-radius: 50px 0 0 50px;
  padding: 0.5rem 1.8rem 0.5rem 2rem;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #service .inner .trial p {
    border: none;
    padding: 3vw;
    white-space: normal;
  }
}
#service .inner .trial a {
  color: #fff;
  border: 1px solid #DE755B;
  background: #DE755B;
  border-radius: 0 50px 50px 0;
  padding: 0.5rem 2rem 0.5rem 1.8rem;
  transition: 0.5s;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #service .inner .trial a {
    border-radius: 50px;
  }
}
#service .inner .trial a img {
  width: auto;
  height: 15px;
  vertical-align: middle;
  margin-left: 0.5rem;
}

#service .inner .trial a:visited {
  color: #fff;
}

#service .inner .trial a:hover {
  background: #fff;
  color: #DE755B;
  transition: 0.5s;
}

#service .inner article {
  background-image: linear-gradient(45deg, #2A2F44 20px, transparent 0), linear-gradient(-45deg, #fff 10px, transparent 0), linear-gradient(135deg, #fff 10px, transparent 0), linear-gradient(-135deg, #2A2F44 20px, transparent 0);
  border: solid 3px #2A2F44;
  padding: 25px;
  margin-bottom: 3rem;
}

@media screen and (max-width: 698px) {
  #service .inner article {
    padding: 3vw;
  }
}
#service .inner article div.ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 698px) {
  #service .inner article div.ttl {
    align-items: flex-start;
  }
}

@media screen and (max-width: 698px) {
  #service .inner article div.ttl {
    flex-direction: column;
  }
}
#service .inner article div.ttl .btn {
  margin: 0;
  font-size: 17px;
  padding: 0.5rem;
  border-radius: 50px;
  width: 180px;
}
@media screen and (max-width: 698px) {
  #service .inner article div.ttl .btn {
    display: inline-block;
    margin: auto;
  }
}

@media screen and (max-width: 698px) {
  #service .inner article div.ttl .btn {
    margin-top: 5vw;
    width: 90%;
    max-width: 230px;
    box-shadow: 2px 2px #914B3D;
  }
}
#service .inner article div.ttl h4 {
  font-size: 26px;
  color: #DE755B;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  margin: 1rem;
}

@media screen and (max-width: 698px) {
  #service .inner article div.ttl h4 {
    font-size: 4.8vw;
    flex-flow: row wrap;
    margin: 2vw;
  }
}
#service .inner article div.ttl h4 span {
  font-size: 16px;
  color: #000;
  padding: 0 1rem;
  margin-left: 1rem;
  background-color: #FAD432;
  font-weight: 600;
}

#service .inner article div.ttl > div {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}

#service .inner article div.ttl > div .icon {
  width: 45px;
  height: 45px;
}

#service .inner article .nav-course {
  border: none;
  background: none;
  margin-top: 0;
}

#service .inner article .course-service {
  padding-left: 0;
}

#service .inner article .course-service ul li .content span {
  white-space: normal;
}

#service .inner article .course-price {
  position: relative;
  /*display: none;*/
}

#service .inner article .course-price ul li {
  text-align: left;
  padding-left: 1rem;
}

#service .inner article .course-price ul li .period {
  text-align: center;
  width: 80px;
}

@media screen and (max-width: 698px) {
  #service .inner article .course-price ul li.add_li {
    text-align: center;
    padding: 0;
  }
}
#service .inner article .course-price ul li.add_li > p {
  font-weight: 400;
  white-space: nowrap;
}

#service .inner article .course-price ul li.add_li > p.devide {
  width: 100%;
  margin-top: 0;
  text-align: right;
}

@media screen and (max-width: 698px) {
  #service .inner article .course-price ul li.add_li > p.devide {
    text-align: center;
  }
}
#service .inner article .course-price ul li.add_li h5 {
  color: #DE755B;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-align: left;
}

#service .inner article .course-price span.font_t {
  background: none;
}

#service .inner article .course-price small {
  font-size: 15px;
}

#service .inner article .remarks {
  font-size: 14px;
  font-weight: 300;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding-left: 1rem;
}

@media screen and (max-width: 698px) {
  #service .inner article .remarks {
    position: static;
    font-size: 3vw;
  }
}
#service .inner #online_5 .ttl:nth-child(2) .ttl h4 {
  font-size: 20px;
}

@media screen and (max-width: 698px) {
  #service .inner #online_5 h4 {
    margin-bottom: 5vw;
  }
  #service .inner #online_5 .btn {
    margin-top: 3vw;
    margin-bottom: 5vw;
  }
}
#service .inner #interview_1 .ttl h4,
#service .inner #interview_2 .ttl h4,
#service .inner #interview_3 .ttl h4 {
  color: #69B2A1;
}

#service .inner #interview_1 .ttl h4 span,
#service .inner #interview_2 .ttl h4 span,
#service .inner #interview_3 .ttl h4 span {
  border-color: #69B2A1;
  color: #69B2A1;
}

#service .inner #interview_1 .course-service ul li .ttl:before,
#service .inner #interview_2 .course-service ul li .ttl:before,
#service .inner #interview_3 .course-service ul li .ttl:before {
  background: #69B2A1;
}

#service .inner #interview_1 .course-price ul li .period,
#service .inner #interview_2 .course-price ul li .period,
#service .inner #interview_3 .course-price ul li .period {
  background: #69B2A1;
}

#service .inner #interview_1 .btn,
#service .inner #interview_2 .btn,
#service .inner #interview_3 .btn {
  background: #69B2A1;
  border-color: #69B2A1;
  box-shadow: 2px 2px #3B6359;
}

#service .inner #interview_1 .btn:hover,
#service .inner #interview_2 .btn:hover,
#service .inner #interview_3 .btn:hover {
  color: #69B2A1;
  background: #fff;
}

#service, #voice_page, #booking, #recruit, #trial, #about {
  padding-top: 82px;
}

#service > .inner .option_desc {
  padding-bottom: 2rem;
}
#service > .inner .option_desc > div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 980px) {
  #service > .inner .option_desc > div {
    flex-direction: column;
  }
}
#service > .inner .option_desc > div > figure {
  display: inline-block;
  width: 67px;
  height: 72px;
  background-image: url(../img/option_pc.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 698px) {
  #service > .inner .option_desc > div > figure {
    background-image: url(../img/option_sp.png);
  }
}
#service > .inner .option_desc > div h4 {
  background: rgba(221, 117, 91, 0.9);
  color: #FFF;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 980px) {
  #service > .inner .option_desc > div h4 {
    width: 80%;
    max-width: 250px;
    text-align: center;
    margin: 0.5rem;
  }
}
#service > .inner .option_desc > div > * {
  display: inline;
  flex-shrink: 0;
}
#service > .inner .option_desc > p {
  text-align: right;
}
#service > .inner .delimate {
  display: block;
  padding-bottom: 80px;
}
#service > .inner .mate {
  text-align: right;
}
@media screen and (max-width: 698px) {
  #service > .inner .course-service .title {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 2px solid #aaa;
    padding-bottom: 0.5rem;
    margin: 2rem 0 1rem;
  }
}
@media screen and (max-width: 698px) and (max-width: 698px) {
  #service > .inner .course-service .title p.ttl {
    margin-top: 0;
  }
}
@media screen and (max-width: 698px) {
  #service > .inner .course-service .title p.ttl::before {
    flex-shrink: 0;
  }
}
#service > .inner .course-service .content {
  overflow: hidden;
}
#service > .inner .course-service .content .bold {
  font-weight: 600;
}
#service > .inner .course-service .voice dt {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 698px) {
  #service > .inner .course-service .voice dd {
    overflow: hidden;
  }
}
#service > .inner .course-service li .arrow {
  display: none;
}
@media screen and (max-width: 698px) {
  #service > .inner .course-service li .arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #2A2F44;
    border-bottom: 2px solid #2A2F44;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: 0.5s;
    flex-shrink: 0;
  }
}
#service > .inner .voice_link {
  display: inline-block;
  width: 95%;
  text-align: right;
  padding: 0.5rem;
}
#service > .inner .voice_link a {
  color: #2A2F44;
  display: inline-flex;
  flex-flow: row nowrap;
  font-size: 14px;
  transition: 0.3s;
}
#service > .inner .voice_link a img {
  width: 22px;
  height: 22px;
  margin-left: 0.5rem;
}
#service > .inner .voice_link a:visited {
  color: #2A2F44;
}
#service > .inner .voice_link a:hover {
  color: #DE755B;
}
#service > .inner .nav-course .course-price {
  border-left: 1px solid #2A2F44;
  justify-content: flex-start;
  width: 280px;
}
@media screen and (max-width: 698px) {
  #service > .inner .nav-course .course-price {
    width: 100%;
    border: none;
  }
}
#service > .inner .nav-course .course-price p {
  margin: 0;
}
#service > .inner .nav-course .course-price ul li {
  width: 100%;
  display: inline-block;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 698px) {
  #service > .inner .nav-course .course-price ul li {
    padding: 0;
  }
}
#service > .inner .nav-course .course-price ul li .label {
  color: #fff;
  padding: 0 0.25rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 698px) {
  #service > .inner .nav-course .course-price ul li .label {
    padding: 0.5rem;
  }
}
#service > .inner .nav-course .course-price ul li dl {
  margin-bottom: 0.5rem;
}
#service > .inner .nav-course .course-price ul li dl dt {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
#service > .inner .nav-course .course-price ul li dl dt span.line {
  height: 1px;
  width: 40%;
  display: inline-block;
}
@media screen and (max-width: 698px) {
  #service > .inner .nav-course .course-price ul li dl dd .price {
    margin-bottom: 2rem;
  }
}
#service > .inner .nav-course .course-price ul li dl dd .price span {
  display: block;
  text-align: right;
  font-size: 28px;
  font-weight: 600;
  margin-left: auto;
}
#service > .inner .nav-course .course-price ul li dl dd .price span > b {
  border-radius: 25px;
  font-size: 20px;
  margin-right: 0.5rem;
}
#service > .inner .nav-course .course-price ul li dl dd .price span > b.len {
  margin-right: 1.5rem;
}
#service > .inner .nav-course .course-price ul li dl dd .price span > b.green {
  color: #69B2A1;
}
#service > .inner .nav-course .course-price ul li dl dd .price span > b.blue {
  color: #6985B2;
}
@media screen and (max-width: 698px) {
  #service > .inner .nav-course .course-price ul li dl dd .price span {
    margin-bottom: 1rem;
  }
}
#service > .inner .nav-course .course-price ul li dl dd .price span small {
  font-size: 15px;
}
#service > .inner .nav-course .course-price ul li dl dd .price span.devide {
  font-size: 15px;
}
#service > .inner .nav-course .course-price ul li dl dd .price.deactive {
  color: #B2B2B2;
}
#service > .inner .nav-course .course-price ul li dl dd .price.deactive .font_t {
  position: relative;
}
#service > .inner .nav-course .course-price ul li dl dd .price.deactive .font_t::before {
  content: "";
  display: block;
  width: 9rem;
  height: 2px;
  background: #B2B2B2;
  position: absolute;
  right: 0;
  top: 50%;
}
#service > .inner .nav-course .course-price ul li dl dd .price.campaign .font_t {
  color: #DE755A;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#service > .inner .nav-course .course-price ul li dl dd .price.campaign .font_t small {
  margin-right: 0.5rem;
}
#service > .inner .nav-course .course-price ul li.meeting .label {
  background-color: #69B2A1;
}
#service > .inner .nav-course .course-price ul li.meeting dt span {
  color: #69B2A1;
  font-weight: bold;
}
#service > .inner .nav-course .course-price ul li.meeting span.line {
  background-color: #69B2A1;
}
#service > .inner .nav-course .course-price ul li.online .label {
  background-color: #6985B2;
}
#service > .inner .nav-course .course-price ul li.online dt span {
  color: #6985B2;
  font-weight: bold;
}
#service > .inner .nav-course .course-price ul li.online span.line {
  background-color: #6985B2;
}
#service > .inner .nav-course .course-price ul li.study_abroad .label {
  background-color: #C78C3B;
}
#service > .inner .nav-course .course-price ul li.study_abroad dt span {
  color: #C78C3B;
  font-weight: bold;
}
#service > .inner .nav-course .course-price ul li.study_abroad span.line {
  background-color: #C78C3B;
}
#service > .inner .nav-course .course-price ul li.study_abroad .link {
  text-align: center;
  margin: 0.5rem auto;
}
#service > .inner .nav-course .course-price ul li.study_abroad .link a {
  display: inline-block;
  margin: auto;
  font-size: 17px;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  background-color: #FAD432;
  border: 2px solid #FAD432;
  width: 100%;
  box-sizing: border-box;
  font-weight: 600;
  color: #000;
  box-shadow: 2px 2px #C78C3B;
  transition: 0.5s;
}
#service > .inner .nav-course .course-price ul li.study_abroad .link a:visited {
  color: #000;
}
#service > .inner .nav-course .course-price ul li.study_abroad .link a:hover {
  color: #C78C3B;
  background: #fff;
  opacity: 0.7;
}
#service > .inner .nav-course .course-price ul li.unit .label {
  background-color: #B269AA;
}
#service > .inner .nav-course .course-price ul li.unit dt span {
  color: #B269AA;
  font-weight: bold;
}
#service > .inner .nav-course .course-price ul li.unit span.line {
  background-color: #B269AA;
}
#service > .inner .nav-course .course-price ul li.unit .link {
  text-align: center;
  margin: 0.5rem auto;
}
#service > .inner .nav-course .course-price ul li.unit .link a {
  display: inline-block;
  margin: auto;
  font-size: 17px;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  background-color: #FAD432;
  border: 2px solid #FAD432;
  width: 100%;
  box-sizing: border-box;
  font-weight: 600;
  color: #000;
  box-shadow: 2px 2px #C78C3B;
  transition: 0.5s;
}
#service > .inner .nav-course .course-price ul li.unit .link a:visited {
  color: #000;
}
#service > .inner .nav-course .course-price ul li.unit .link a:hover {
  color: #C78C3B;
  background: #fff;
  opacity: 0.7;
}

#booking #flow {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #fcf1ef 10px, #fcf1ef 19px);
  padding: 1rem;
  border-radius: 1rem;
  margin: 2rem auto;
  /*max-width: 758px;*/
  max-width: 980px;
}
#booking #flow > div {
  background-color: #fff;
  padding: 2rem 1.5rem;
}
#booking #flow > div h2 {
  margin: 0;
  text-align: center;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 698px) {
  #booking #flow > div h2 {
    font-size: 4vw;
  }
}
#booking #flow > div h2 .arrow {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
  border-right: #2A2F44 2px solid;
  border-bottom: #2A2F44 2px solid;
  transition: 0.5s;
}
#booking #flow > div h2:hover {
  cursor: pointer;
}
#booking #flow > div ul {
  overflow: hidden;
}
#booking #flow > div ul li {
  background-color: #fcf1ef;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row nowrap;
  padding: 0.25rem 0.5rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 698px) {
  #booking #flow > div ul li {
    flex-direction: column;
  }
}
#booking #flow > div ul li h3 {
  background-color: #de755b;
  margin: 0.5rem;
  padding: 0 0.25rem;
  color: #fff;
  font-size: 12px;
}
#booking #flow > div ul li h3 span {
  font-size: 16px;
}
#booking #flow > div ul li p {
  margin: 0;
}
#booking #flow > div ul li:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 3rem;
  height: 1.5rem;
  left: calc(50% - 1.5rem);
  bottom: -1rem;
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#booking #flow > div ul li:last-child:after {
  display: none;
}

#service .campaign h4 {
  text-align: center;
  font-size: 1.5rem;
  margin: 0;
}
@media screen and (max-width: 698px) {
  #service .campaign h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    text-align: left;
  }
}
#service .campaign h4 .limit {
  background: #F9EBE9;
  font-size: 18px;
  color: #DE755A;
  padding: 0.5rem 2rem 0.5rem 1rem;
  margin-right: 0.5rem;
  clip-path: polygon(0 0, calc(100% - 1rem) 0, calc(100% - 1rem) 42%, 100% 50%, calc(100% - 1rem) 58%, calc(100% - 1rem) 100%, 0 100%);
}
@media screen and (max-width: 698px) {
  #service .campaign h4 .limit {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 0.5rem 1rem 1.5rem 1rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1rem), 53% calc(100% - 1rem), 50% 100%, 47% calc(100% - 1rem), 0 calc(100% - 1rem));
  }
}
#service .campaign h4::after {
  content: "";
  display: inline-block;
  width: 33px;
  height: 22px;
  background-image: url(../img/tail_decoration.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 698px) {
  #service .campaign h4::after {
    display: none;
  }
}
#service .campaign p {
  font-size: 1.2rem;
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 698px) {
  #service .campaign p {
    font-size: 1rem;
    text-align: left;
    color: #DE755A;
    font-weight: bold;
  }
}
#service .campaign p::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 2px;
  background: #000;
  border-radius: 1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 698px) {
  #service .campaign p::before {
    display: none;
  }
}
#service .campaign p::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 2px;
  background: #000;
  border-radius: 1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 698px) {
  #service .campaign p::after {
    display: none;
  }
}

#contact .inner .mw_wp_form li {
  position: relative;
}

#contact .inner .mw_wp_form li .error {
  position: absolute;
  right: 1%;
}
@media screen and (max-width: 698px) {
  #contact .inner .mw_wp_form li .error {
    position: relative;
  }
}

#contact .inner .mw_wp_form li.radio .error {
  position: relative;
}

#trial .inner .trial {
  margin: 3rem 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #trial .inner .trial {
    flex-flow: column;
    border: 1px solid #DE755B;
    padding: 3vw;
  }
}
#trial .inner .trial p {
  border: 1px solid #DE755B;
  border-right: none;
  border-radius: 50px 0 0 50px;
  padding: 0.5rem 1.8rem 0.5rem 2rem;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #trial .inner .trial p {
    border: none;
    padding: 3vw;
    white-space: normal;
  }
}
#trial .inner .trial a {
  color: #fff;
  border: 1px solid #DE755B;
  background: #DE755B;
  border-radius: 0 50px 50px 0;
  padding: 0.5rem 2rem 0.5rem 1.8rem;
  transition: 0.5s;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #trial .inner .trial a {
    border-radius: 50px;
  }
}
#trial .inner .trial a img {
  width: auto;
  height: 15px;
  vertical-align: middle;
  margin-left: 0.5rem;
}

#trial .inner .trial a:visited {
  color: #fff;
}

#trial .inner .trial a:hover {
  background: #fff;
  color: #DE755B;
  transition: 0.5s;
}

#business {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #fcf1ef 10px, #fcf1ef 19px);
  padding: 1rem;
  border-radius: 1rem;
  margin: 2rem auto;
  /*max-width: 758px;*/
}
#business > div {
  background-color: #fff;
  padding: 0.5rem 1.5rem;
}
#business > div h2 {
  margin: 0;
  text-align: center;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 698px) {
  #business > div h2 {
    font-size: 4vw;
  }
}
#business > div h2 .arrow {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
  border-right: #2A2F44 2px solid;
  border-bottom: #2A2F44 2px solid;
  transition: 0.5s;
}
#business > div h2:hover {
  cursor: pointer;
}
#business > div ul {
  overflow: hidden;
}
#business > div ul h3 {
  color: #de755b;
  text-align: center;
  font-weight: bold;
}
#business > div ul li {
  background-color: #fcf1ef;
  display: block;
  padding: 0.25rem 0.5rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 698px) {
  #business > div ul li {
    flex-direction: column;
  }
}
#business > div ul li h4 {
  background-color: #de755b;
  margin: 0.5rem;
  padding: 0 0.25rem;
  color: #fff;
  font-size: 16px;
  min-width: 8rem;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}
@media screen and (max-width: 698px) {
  #business > div ul li h4 {
    margin-left: auto;
    margin-right: auto;
  }
}
#business > div ul li h4 span {
  font-size: 16px;
}
#business > div ul li p {
  margin: 0;
}

#service .inner .chips {
  display: none;
  text-align: right;
  font-size: 0.75rem;
}
@media screen and (max-width: 980px) {
  #service .inner .chips {
    display: block;
  }
}
#service .inner .service_table {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  #service .inner .service_table {
    width: auto;
    overflow-x: scroll;
  }
}
#service .inner .service_table p {
  margin: 0;
}
#service .inner .service_table table {
  border-collapse: collapse;
  box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  #service .inner .service_table table {
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 698px) {
  #service .inner .service_table table {
    font-size: 0.75rem;
  }
}
#service .inner .service_table table th {
  background-color: #FFFBB8;
  border: 1px solid #aaa;
  box-sizing: border-box;
  padding: 0.5rem;
}
@media screen and (max-width: 980px) {
  #service .inner .service_table table th {
    position: sticky;
    left: 0;
  }
}
#service .inner .service_table table th a {
  color: #2a2f44;
}
#service .inner .service_table table th a img {
  margin-left: 0.5rem;
  width: 10px;
}
#service .inner .service_table table th a:visited {
  color: #2a2f44;
}
#service .inner .service_table table td {
  border: 1px solid #aaa;
  padding: 0.5rem;
}
#service .inner .service_table table thead td {
  width: 20%;
  text-align: center;
  background-color: #FBF1F0;
}
@media screen and (max-width: 980px) {
  #service .inner .service_table table thead td p {
    white-space: nowrap;
  }
}
#service .inner .service_table table thead td .meet {
  background-color: #69B2A1;
  margin: 0 1rem;
  color: #fff;
  border-radius: 30px;
  padding: 0 0.5rem;
  font-size: 14px;
}
@media screen and (max-width: 698px) {
  #service .inner .service_table table thead td .meet {
    font-size: 0.75rem;
  }
}
#service .inner .service_table table thead td .online {
  background-color: #6985B2;
  margin: 0 1rem;
  color: #fff;
  border-radius: 30px;
  padding: 0 0.5rem;
  font-size: 14px;
}
@media screen and (max-width: 698px) {
  #service .inner .service_table table thead td .online {
    font-size: 0.75rem;
  }
}
#service .inner .service_table table tbody th {
  text-align: left;
}
#service .inner .service_table table tbody th a {
  font-size: 12px;
}
#service .inner .service_table table tbody td {
  text-align: right;
}
@media screen and (max-width: 698px) {
  #service .inner .service_table table tbody td {
    font-size: 1rem;
  }
}
#service .inner .table_link {
  text-align: center;
}
#service .inner .table_link .btn {
  margin: auto;
  font-size: 17px;
  padding: 0.5rem;
  border-radius: 50px;
  width: 180px;
}

article .add_banner {
  padding-top: 3rem;
  background: #fff;
  width: 100%;
}
article .add_banner figure {
  max-width: 920px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article .add_banner figure {
    width: 90%;
    padding-bottom: 0.5rem;
  }
}
article .add_banner figure img {
  width: 100%;
}

#faq {
  background-color: #FBF1F0;
  padding: 5rem 0;
}
#faq #toggle_boxes {
  margin-top: 5rem;
}
#faq #toggle_boxes .toggle_box {
  width: 100%;
  margin: 2rem auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #faq #toggle_boxes .toggle_box {
    width: 90%;
  }
}
#faq #toggle_boxes .toggle_box .gradation_layer {
  background: #fff;
  border-radius: 11px;
  padding: 6px;
}
#faq #toggle_boxes .toggle_box .gradation_layer .content_layer {
  background: #fff;
  border-radius: 9px;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  #faq #toggle_boxes .toggle_box .gradation_layer .content_layer {
    padding: 3vw;
  }
}
#faq #toggle_boxes .toggle_box .gradation_layer .content_layer .header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
#faq #toggle_boxes .toggle_box .gradation_layer .content_layer .header h4 {
  font-size: 18px;
  color: #EF7B63;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 698px) {
  #faq #toggle_boxes .toggle_box .gradation_layer .content_layer .header h4 {
    font-size: 4.1vw;
  }
}
#faq #toggle_boxes .toggle_box .gradation_layer .content_layer .header h4 span {
  border: 1px solid #EF7B63;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  flex-shrink: 0;
}
@media screen and (max-width: 698px) {
  #faq #toggle_boxes .toggle_box .gradation_layer .content_layer .header h4 span {
    width: 9vw;
    height: 9vw;
  }
}
#faq #toggle_boxes .toggle_box .gradation_layer .content_layer .header h4:hover {
  cursor: pointer;
}
#faq #toggle_boxes .toggle_box .gradation_layer .content_layer .header .toggle_button {
  width: 25px;
  height: 25px;
  position: relative;
  box-sizing: border-box;
  transform-origin: center center;
  background: #DE755B;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#faq #toggle_boxes .toggle_box .gradation_layer .content_layer .header .toggle_button > div {
  width: 7px;
  height: 7px;
  border-top: 1.5px solid #2A2F44;
  border-left: 1.5px solid #2A2F44;
  transition: 0.5s;
  transform: rotate(225deg);
  transform-origin: center center;
  display: inline-block;
}
#faq #toggle_boxes .toggle_box .gradation_layer .content_layer .header .toggle_button.is_closed > div {
  transform: rotate(45deg);
}
#faq #toggle_boxes .toggle_box .gradation_layer .content_layer .answer {
  margin: 1rem auto;
  transition: 0.5s;
}
@media screen and (max-width: 698px) {
  #faq #toggle_boxes .toggle_box .gradation_layer .content_layer .answer {
    font-size: 4.1vw;
  }
}
#faq #toggle_boxes .toggle_box .gradation_layer .content_layer .answer.is_closed {
  margin: 0 auto;
  min-height: 0;
  overflow: hidden;
  height: 0;
  transition: 0.5s;
}

#contact .inner .janp {
  margin-top: 1rem;
  margin-bottom: 4rem;
  text-align: right;
}
@media screen and (max-width: 698px) {
  #contact .inner .janp {
    text-align: center;
  }
}
#contact .inner .janp a {
  width: 220px;
  height: 32px;
  box-sizing: border-box;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  color: #DE755B;
  border-bottom: 1px solid #DE755B;
  position: relative;
}
#contact .inner .janp a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #DE755B;
  border-left: 2px solid #DE755B;
  transform: rotate(-45deg);
  margin-left: 1rem;
  transition: 0.5s;
}
#contact .inner .janp a:hover {
  background: #FBF1F0;
}

#service .inner article .course-price ul li.lp2_banner {
  display: block;
  padding: 0;
  text-align: right;
}
#service .inner article .course-price ul li.lp2_banner a {
  font-size: 14px;
  color: #000;
}

#privacy {
  padding-top: 5rem;
}
#privacy .body h4 {
  font-size: 24px;
  border-bottom: #EF7B63 2px solid;
  margin-bottom: 5px;
}
#privacy .body ul li > ul {
  padding-left: 20px;
}
#privacy .body ul li > ul li {
  list-style: decimal !important;
}
#privacy .policy {
  margin-top: 3rem;
  background: #F2F2F2;
  padding: 16px 4.5%;
}
#privacy .policy h5 {
  font-size: 24px;
  margin: 0 auto 1rem;
}
#privacy .policy ul {
  padding-left: 24px;
}
#privacy .policy ul li {
  list-style: decimal;
}

#access {
  padding: 5rem 0;
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #fcf1ef 10px, #fcf1ef 19px);
}
#access .inner {
  padding: 1rem;
  background: white;
}
#access .inner h2.headline, #access .inner h3.headline {
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  #access .inner {
    padding: 0;
  }
}
#access .inner article {
  padding: 1.5rem;
}
@media screen and (max-width: 980px) {
  #access .inner article {
    padding: 5%;
  }
}
#access .inner article > div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 980px) {
  #access .inner article > div {
    flex-flow: column;
  }
}
@media screen and (max-width: 360px) {
  #access .inner article > div {
    align-items: start;
  }
}
#access .inner article > div .left {
  width: 300px;
}
@media screen and (max-width: 980px) {
  #access .inner article > div .left {
    margin-bottom: 2rem;
  }
}
#access .inner article > div .left figure {
  width: 253px;
}
#access .inner article > div .left figure img {
  width: 100%;
}
#access .inner article > div .left a {
  transition: 0.5s;
  border: 1px solid #000;
  color: #000;
  border-radius: 50px;
  width: 300px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 360px) {
  #access .inner article > div .left a {
    width: 250px;
  }
}
#access .inner article > div .left a:visited {
  color: #000;
}
#access .inner article > div .left a:hover {
  background: #282E43;
  transition: 0.5s;
  color: #fff;
}
#access .inner article > div .right {
  width: 510px;
}
@media screen and (max-width: 980px) {
  #access .inner article > div .right {
    width: 95%;
  }
}
#access .inner article > div .right iframe {
  width: 100%;
  height: 215px;
}
#access .inner article .announcement {
  background-color: #FFF2EF;
  margin-top: 2rem;
  padding: 0.5rem 1rem;
}
#access .inner article .announcement ul {
  display: block;
}
#access .inner article .announcement ul li {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
}
@media screen and (max-width: 980px) {
  #access .inner article .announcement ul li {
    width: 100%;
    box-sizing: border-box;
  }
}
#access .inner article .announcement ul li figure {
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
}
@media screen and (max-width: 980px) {
  #access .inner article .announcement ul li figure {
    flex-shrink: 0;
  }
}
#access .inner article .announcement ul li figure img {
  width: 100%;
  height: 100%;
}

#overview .inner {
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #fcf1ef 10px, #fcf1ef 19px);
  padding: 1rem;
}
@media screen and (max-width: 698px) {
  #overview .inner #table {
    overflow-x: scroll;
  }
}
#overview .inner #table > div {
  background-color: #fff;
  padding: 1.5rem;
}
@media screen and (max-width: 698px) {
  #overview .inner #table > div {
    overflow-x: scroll;
  }
}
#overview .inner #table > div table {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-collapse: collapse;
}
@media screen and (max-width: 698px) {
  #overview .inner #table > div table {
    width: -moz-max-content;
    width: max-content;
  }
}
#overview .inner #table > div table th {
  background-color: #FBF1EF;
  font-weight: 500;
  border: 1px solid #fff;
  text-align: left;
  padding: 0.5rem;
  width: 18%;
}
#overview .inner #table > div table td {
  border: 1px solid #FBF1EF;
  padding: 0.5rem;
  width: 82%;
}
#overview .inner #prof {
  background-color: #fff;
  padding: 1.5rem;
  margin-top: 1.5rem;
}
#overview .inner #prof h3 {
  margin: auto;
  font-size: 22px;
  font-weight: normal;
}
#overview .inner #prof h4 {
  font-size: 18px;
  font-weight: bold;
}
#overview .inner #prof h4 small {
  font-size: 14px;
  font-weight: 400;
}
#overview .inner #prof .position {
  font-size: 14px;
  margin-bottom: 1rem;
}
#overview .inner #philosophy {
  background-color: #FFF2F0;
  padding: 1.5rem;
}
#overview .inner #philosophy > div {
  margin-bottom: 1.5rem;
}
#overview .inner #philosophy > div div.header {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
#overview .inner #philosophy > div div.header h5 {
  font-size: 18px;
  white-space: nowrap;
  padding-right: 1rem;
  margin: 0;
}
#overview .inner #philosophy > div div.header hr {
  height: 1px;
  display: block;
  background: #fff;
  border: none;
  background-color: #EF7B63;
  width: 100%;
}
#overview .inner #access {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #fff;
}
#overview .inner #access .inner {
  background: #fff;
}
@media screen and (max-width: 698px) {
  #overview .inner #access .inner .left {
    max-width: 300px;
    width: 90%;
  }
}

#anchor_2,
#anchor_3 {
  padding-top: 3rem;
}

#about nav ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 980px) {
  #about nav ul {
    flex-direction: column;
  }
}
#about nav ul li a {
  padding: 0.5rem;
  display: inline-block;
  width: 310px;
  box-sizing: border-box;
  text-align: center;
  background: #FBF1F0;
  box-shadow: 2px 2px #DE755B;
  margin-bottom: 1rem;
  color: #000;
}

#booking_detaile_box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #booking_detaile_box {
    flex-flow: column;
  }
}
#booking_detaile_box .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2a2f44;
  color: white;
  width: 47.5%;
  height: 72px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #booking_detaile_box .contact {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#booking_detaile_box .line {
  display: flex;
  border: 1px solid #aaa;
  align-items: center;
  justify-content: space-around;
  width: 47.5%;
  height: 72px;
  color: black;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #booking_detaile_box .line {
    width: 100%;
  }
}
#booking_detaile_box .line img {
  width: 58px;
  height: 58px;
}/*# sourceMappingURL=style.css.map */