@charset "UTF-8";
/*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;
$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*/
/*
@include mq(){}
*/
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "sans-serif", "fot-tsukuardgothic-std", "メイリオ", "Meiryo", "verdana";
  color: #2A2F44;
  background-color: #fbf7f2;
  background-image: url(../img/groovepaper.png);
  background-repeat: repeat;
  background-size: auto;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

a {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0;
  padding: 0;
}

.font_f {
  font-family: futura-pt, sans-serif;
}

.inner {
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .inner {
    width: 90%;
    margin: auto;
  }
}

.link {
  text-align: center;
}
.link a img {
  max-width: 780px;
  width: 100%;
  transition: 0.5s;
  opacity: 1;
  margin: auto;
}
.link a img:hover {
  opacity: 0.5;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

.sp_only {
  display: none;
}
@media screen and (max-width: 598px) {
  .sp_only {
    display: inline;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 598px) {
  .pc_only {
    display: none;
  }
}

#header .banner {
  background-image: url(../img/top_banner.png);
  background-position: center;
  background-size: cover;
  width: 220px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  margin-left: 2rem;
}
@media screen and (max-width: 598px) {
  #header .banner {
    background-image: none;
    background-color: #2A2F44;
    width: 90%;
    margin: auto;
    height: auto;
  }
  #header .banner br {
    display: none;
  }
}
#header .banner a {
  display: inline;
  padding: 1em 0;
}
#header .banner .title {
  letter-spacing: 0.8px;
  font-size: 1.25rem;
}
@media screen and (max-width: 598px) {
  #header .banner .title {
    font-size: 4.2vw;
  }
}
#header .banner .sub {
  font-size: 0.875rem;
}
@media screen and (max-width: 598px) {
  #header .banner .sub {
    font-size: 3.7vw;
  }
}

#mv {
  max-width: 1580px;
  margin: auto;
  background-image: url(../img/mv_bg1.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 55%;
  position: relative;
}
@media screen and (max-width: 598px) {
  #mv {
    width: 100%;
    background-image: none;
  }
}
#mv .content {
  z-index: 1;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 598px) {
  #mv .content {
    background-image: url(../img/mv_bg1.png);
    background-position: right 50vw;
    background-repeat: no-repeat;
    background-size: 85%;
    flex-direction: column-reverse;
  }
}
#mv .content .text {
  width: 420px; /*TODO レスポンシブ注意 */
}
@media screen and (max-width: 598px) {
  #mv .content .text {
    width: 100%;
  }
}
#mv .content .text h1 {
  font-weight: 500;
}
#mv .content .text h1 .title {
  font-size: 3rem;
}
@media screen and (max-width: 598px) {
  #mv .content .text h1 .title {
    font-size: 9.6vw;
  }
}
#mv .content .text h1 .sub {
  font-size: 2.25rem;
}
@media screen and (max-width: 598px) {
  #mv .content .text h1 .sub {
    font-size: 6.4vw;
  }
}
#mv .content .text h2 {
  color: #fff;
  background-image: url(../img/bg_flag_1.png);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 1rem;
  margin: 2.5rem 0;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 598px) {
  #mv .content .text h2 {
    font-size: 4.2vw;
    margin: 0.25rem 0;
  }
}
#mv .content .text h3 {
  font-size: 1.75rem;
}
@media screen and (max-width: 598px) {
  #mv .content .text h3 {
    font-size: 4.8vw;
  }
}
#mv .content .text h4 {
  margin: 1.5rem auto 0.5rem;
  position: relative;
}
@media screen and (max-width: 598px) {
  #mv .content .text h4 {
    margin: 0.5rem;
  }
}
#mv .content .text h4 > span {
  font-size: 2.6875rem;
  border-bottom: #db5f5a dotted 7px;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 598px) {
  #mv .content .text h4 > span {
    font-size: 8.53vw;
  }
}
#mv .content .text h4 ::after {
  content: "";
  display: inline-block;
  width: 55px;
  height: 45px;
  background-image: url(../img/accent.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -1.5rem;
  right: 0.5rem;
}
@media screen and (max-width: 598px) {
  #mv .content .text h4 ::after {
    width: 8vw;
    height: 8vw;
    top: -2vw;
    right: 5vw;
  }
}
#mv .content figure {
  z-index: 2;
  width: 60%;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -6.5rem;
}
@media screen and (max-width: 598px) {
  #mv .content figure {
    position: static;
    width: 100%;
  }
}
#mv .content figure img {
  width: 100%;
}
#mv .points {
  position: relative;
  z-index: 3;
  padding: 4.25rem 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 598px) {
  #mv .points {
    padding: 5vw 0;
    flex-direction: column;
  }
}
#mv .points .sticky {
  width: 280px;
  height: 242px;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  #mv .points .sticky {
    width: 30%;
    max-width: 280px;
    background-size: 100%;
  }
}
@media screen and (max-width: 598px) {
  #mv .points .sticky {
    width: 100%;
  }
}
#mv .points .sticky > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: inherit;
  margin: auto;
  position: relative;
  font-size: 18px;
}
#mv .points .sticky > div p.point {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
#mv .points .sticky > div p.line {
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
#mv .points .sticky > div p.line > span {
  background: linear-gradient(transparent 60%, #fff 60%);
}
#mv .points .sticky:nth-child(1) {
  background-image: url(../img/sticky_1.png);
}
#mv .points .sticky:nth-child(2) {
  background-image: url(../img/sticky_2.png);
}
#mv .points .sticky:nth-child(3) {
  background-image: url(../img/sticky_3.png);
}

#balloon div.balloon {
  height: 4rem;
  width: -moz-max-content;
  width: max-content;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 900px) {
  #balloon div.balloon {
    width: 95%;
    box-sizing: border-box;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 598px) {
  #balloon div.balloon {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
}
#balloon div.balloon p {
  display: inline-block;
  font-size: 1.25rem;
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  #balloon div.balloon p {
    font-size: 1rem;
  }
}
#balloon div.balloon:nth-child(1) {
  background-image: url(../img/balloon_1.png);
  margin-right: auto;
}
#balloon div.balloon:nth-child(2) {
  background-image: url(../img/balloon_2.png);
  margin-left: auto;
}
#balloon div.balloon:nth-child(3) {
  background-image: url(../img/balloon_3.png);
  margin: auto;
}

#problem {
  padding-bottom: 0;
  background-image: url(../img/session_bg1.png);
  background-position: 105% center;
  background-repeat: no-repeat;
  background-size: 20%;
}
@media screen and (max-width: 598px) {
  #problem {
    background-size: 40vw;
    background-position: right center;
  }
}
#problem h3 {
  font-size: 1.5rem;
  background-image: url(../img/bg_circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 110px;
  box-sizing: border-box;
  padding: 2rem 0;
  margin: 3rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 598px) {
  #problem h3 {
    width: 100%;
    text-align: center;
    font-size: 5.33vw;
  }
}
#problem h3 br {
  display: none;
}
@media screen and (max-width: 598px) {
  #problem h3 br {
    display: block;
  }
}
#problem .horizon {
  display: flex;
  justify-content: center;
  align-items: center;
}
#problem .horizon hr {
  width: 80px;
  margin: 1rem;
  height: 1px;
  background-color: #2A2F44;
}
@media screen and (max-width: 598px) {
  #problem .horizon hr {
    display: none;
  }
}
#problem .horizon p {
  font-size: 1.125rem;
}
#problem figure {
  width: 40px;
  height: 78px;
  margin: 2rem auto;
}
#problem figure img {
  width: 100%;
  height: auto;
}
#problem .tags {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #problem .tags {
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
}
#problem .tags .tag {
  width: 31%;
  height: 151px;
  background: #fff;
  border: 3px solid #2A2F44;
  position: relative;
}
@media screen and (max-width: 900px) {
  #problem .tags .tag {
    width: 100%;
    max-width: 300px;
    margin-top: 1.5rem;
  }
}
#problem .tags .tag .sub_inner {
  width: 250px;
  height: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#problem .tags .tag .sub_inner h2 {
  font-size: 1rem;
  font-weight: normal;
}
#problem .tags .tag .sub_inner h1 {
  font-size: 22px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#problem .tags .tag .sub_inner div.angle {
  width: 100%;
  height: 1rem;
  -webkit-clip-path: polygon(0 0, calc(50% - 1rem) 0, 50% 1rem, 50% 0, 100% 0, 100% 1px, calc(50% + 1px) 1px, calc(50% + 1px) calc(1rem + 1px), 50% calc(1rem + 1px), calc(50% - 1rem) 1px, 0 1px);
          clip-path: polygon(0 0, calc(50% - 1rem) 0, 50% 1rem, 50% 0, 100% 0, 100% 1px, calc(50% + 1px) 1px, calc(50% + 1px) calc(1rem + 1px), 50% calc(1rem + 1px), calc(50% - 1rem) 1px, 0 1px);
  background-color: #2A2F44;
}
#problem .tags .tag:nth-child(1) h1 {
  color: #1E7690;
}
#problem .tags .tag:nth-child(2) h1 {
  color: #B2564A;
}
#problem .tags .tag:nth-child(3) h1 {
  color: #3D9129;
}
#problem .tags .tag::before {
  content: "";
  position: absolute;
  background-image: url(../img/tag_before.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 100%;
  display: block;
}

#main_content {
  padding: 7rem 0 5rem;
  background-image: url(../img/session_bg2.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 20%;
}
@media screen and (max-width: 598px) {
  #main_content {
    background-size: 40vw;
    padding: 5vw 0;
  }
}
#main_content .box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
}
@media screen and (max-width: 1100px) {
  #main_content .box {
    flex-wrap: wrap;
  }
}
#main_content .box figure {
  width: 25%;
  flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  #main_content .box figure {
    width: 33%;
  }
}
@media screen and (max-width: 598px) {
  #main_content .box figure {
    width: 100%;
  }
}
#main_content .box figure img {
  width: 100%;
  transform: scale(1.7);
  transform-origin: left;
}
@media screen and (max-width: 1100px) {
  #main_content .box figure img {
    transform: scale(1.2);
    transition: 0.1s;
  }
}
@media screen and (max-width: 598px) {
  #main_content .box figure img {
    transform: scale(1);
  }
}
#main_content .box div {
  flex-shrink: 0;
  width: 75%;
}
@media screen and (max-width: 598px) {
  #main_content .box div {
    width: 100%;
    margin: 0;
    line-height: 1.5;
  }
}
#main_content .box div h2 {
  max-width: 510px;
  margin: 1.5rem 0 1.5rem auto;
  color: #1E7690;
}
@media screen and (max-width: 598px) {
  #main_content .box div h2 {
    margin: 0;
    font-size: 5.33vw;
  }
}
#main_content .box div .dotted {
  width: 100%;
  border-top: dotted #1E7690 4px;
  margin: 1rem 0;
}
@media screen and (max-width: 598px) {
  #main_content .box div .dotted {
    margin: 0.5rem;
  }
}
#main_content .box div p {
  max-width: 510px;
  margin: 0 0 0 auto;
}
#main_content .box div p span {
  line-height: 1.8;
}
@media screen and (max-width: 598px) {
  #main_content .box div p span {
    line-height: 1.5;
  }
}
#main_content .box:nth-child(2) {
  flex-direction: row-reverse;
}
#main_content .box:nth-child(2) figure img {
  width: 100%;
  transform-origin: right;
}
#main_content .box:nth-child(2) div h2 {
  margin: 1.5rem auto 1.5rem 0;
  color: #B2564A;
}
@media screen and (max-width: 598px) {
  #main_content .box:nth-child(2) div h2 {
    margin: 0;
    font-size: 5.33vw;
  }
}
#main_content .box:nth-child(2) div .dotted {
  width: 100%;
  border-top: dotted #B2564A 4px;
  margin: 1rem 0;
}
@media screen and (max-width: 598px) {
  #main_content .box:nth-child(2) div .dotted {
    margin: 0.5rem;
  }
}
#main_content .box:nth-child(2) div p {
  margin: 0 auto 0 0;
}
#main_content .box:nth-child(3) div h2 {
  color: #3D9129;
}
#main_content .box:nth-child(3) div .dotted {
  width: 100%;
  border-top: dotted #3D9129 4px;
  margin: 1rem 0;
}

#voice {
  background-image: url(../img/session_bg4.png);
  background-repeat: no-repeat;
  background-position: -5% top;
  background-size: 30%;
}
@media screen and (max-width: 598px) {
  #voice {
    background-size: 38%;
  }
  #voice .link {
    display: none;
  }
}
#voice .voice {
  background-image: url(../img/session_bg3.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 45%;
  margin-top: 5rem;
  max-width: 1440px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  #voice .voice {
    background-size: 40vw;
  }
}
@media screen and (max-width: 598px) {
  #voice .voice {
    background-position: top right;
    background-size: 55%;
  }
}
@media screen and (max-width: 598px) {
  #voice .voice .content .title {
    height: 80vw;
    display: table-cell;
    vertical-align: middle;
  }
}
#voice .voice .content .title h1 {
  font-size: 38px;
  background-image: url(../img/voice_bg.svg);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: -moz-max-content;
  width: max-content;
  padding: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 598px) {
  #voice .voice .content .title h1 {
    font-size: 7.46vw;
  }
}
#voice .voice .content .wrap {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 598px) {
  #voice .voice .content .wrap {
    display: block;
  }
}
#voice .voice .content .wrap .scroll {
  max-width: 605px;
  width: 100%;
  box-sizing: border-box;
  height: 650px;
  overflow: hidden;
  margin-bottom: 5rem;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1100px) {
  #voice .voice .content .wrap .scroll {
    width: 55vw;
  }
}
@media screen and (max-width: 598px) {
  #voice .voice .content .wrap .scroll {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    scroll-snap-type: x mandatory;
    margin: 0;
  }
}
#voice .voice .content .wrap .scroll .box_wrap {
  margin: 0 0 3rem 0;
  position: relative;
  top: 15px;
  left: 15px;
  max-width: 595px;
  width: calc(100% - 1rem);
  border-right: 2px solid #2A2F44;
  border-bottom: 2px solid #2A2F44;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  #voice .voice .content .wrap .scroll .box_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 598px) {
  #voice .voice .content .wrap .scroll .box_wrap {
    width: calc(100% - 15px);
    margin: 0 15px 15px 0;
    flex-shrink: 0;
  }
}
#voice .voice .content .wrap .scroll .box {
  scroll-snap-align: start;
  position: relative;
  top: -15px;
  left: -15px;
  max-width: 595px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #2A2F44;
  padding: 40px;
}
@media screen and (max-width: 598px) {
  #voice .voice .content .wrap .scroll .box {
    top: -7px;
    left: -7px;
    padding: 5vw;
  }
}
#voice .voice .content .wrap .scroll .box .head_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 598px) {
  #voice .voice .content .wrap .scroll .box .head_row {
    margin: 0;
  }
}
#voice .voice .content .wrap .scroll .box .head_row h4 {
  font-size: 18px;
}
#voice .voice .content .wrap .scroll .box .head_row p {
  font-size: 30px;
  margin: 0;
}
#voice .voice .content .wrap .scroll .box p {
  line-height: 1.8;
}
#voice .voice .content .wrap .btns {
  width: 56px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 598px) {
  #voice .voice .content .wrap .btns {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 598px) {
  #voice .voice .content .wrap .btns .page_nation {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  }
}
#voice .voice .content .wrap .btns .page_nation .current, #voice .voice .content .wrap .btns .page_nation .maxim {
  margin: 0.5rem;
}
#voice .voice .content .wrap .btns .page_nation .horizon {
  width: 15px;
  border-bottom: 1px solid #2A2F44;
  margin: 5px;
}
@media screen and (max-width: 598px) {
  #voice .voice .content .wrap .btns .page_nation .horizon {
    transform: rotate(-45deg);
  }
}
#voice .voice .content .wrap .btns .prev > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #2A2F44;
  border-left: 1px solid #2A2F44;
  transform: rotate(45deg);
}
@media screen and (max-width: 598px) {
  #voice .voice .content .wrap .btns .prev > span {
    width: 12px;
    height: 12px;
    transform: rotate(-45deg);
    border-color: #fff;
    position: relative;
    left: 2px;
  }
}
#voice .voice .content .wrap .btns .next > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #2A2F44;
  border-bottom: 1px solid #2A2F44;
  transform: rotate(45deg);
}
@media screen and (max-width: 598px) {
  #voice .voice .content .wrap .btns .next > span {
    width: 12px;
    height: 12px;
    transform: rotate(-45deg);
    border-color: #fff;
    position: relative;
    left: -2px;
  }
}
@media screen and (max-width: 598px) {
  #voice .voice .content .wrap .btns .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.25rem;
    height: 3.25rem;
    background-color: #2A2F44;
    border-radius: 50%;
  }
}
#voice .voice .content .wrap .btns .btn:hover {
  cursor: pointer;
}
#voice .voice .content .wrap .btns .btn.deactive > span {
  border-color: #A8B2DB;
}
@media screen and (max-width: 598px) {
  #voice .voice .content .wrap .btns .btn.deactive {
    background-color: #D9DAE0;
  }
}

#service {
  background-image: url(../img/session_bg5.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 220px;
  padding-top: 3rem;
}
@media screen and (max-width: 598px) {
  #service {
    background-size: 40%;
    background-position: top -8vw;
  }
}
#service h1 {
  font-size: 38px;
  background-image: url(../img/service_bg.svg);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: -moz-max-content;
  width: max-content;
  padding: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 598px) {
  #service h1 {
    font-size: 7.46vw;
  }
}
#service .menu {
  background-color: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  margin-left: 15px;
  padding: 2rem 3rem;
}
@media screen and (max-width: 598px) {
  #service .menu {
    margin: auto;
    padding: 0 5% 5vw;
  }
}
#service .menu .time {
  background: #F2DA24;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 400;
  padding: 0.5rem 1rem;
  margin: 1rem;
}
#service .menu .price {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}
#service .menu .price > span {
  font-size: 12px;
  font-weight: 200;
}
#service .menu .divide {
  margin: 0;
  font-size: 14px;
}
#service .menu .divide > span {
  font-size: 12px;
}
#service .menu h2 {
  display: inline-block;
  position: relative;
  left: calc(-15px - 3rem);
  color: #fff;
  background-color: #2A2F44;
  width: -moz-max-content;
  width: max-content;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 50%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 50%, 100% 100%, 0 100%);
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0.5rem 3rem 0.5rem 1.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 598px) {
  #service .menu h2 {
    font-size: 4vw;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 4vw) 50%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 4vw) 50%, 100% 100%, 0 100%);
    padding: 1vw 6vw 1vw 3vw;
    left: -5%;
  }
}
#service .menu .online .lesson {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.5rem 0;
}
@media screen and (max-width: 900px) {
  #service .menu .online .lesson {
    flex-wrap: wrap;
  }
}
#service .menu .online .lesson .course {
  background-color: #FDEEEA;
  box-sizing: border-box;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 230px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  #service .menu .online .lesson .course {
    width: 24%;
  }
}
@media screen and (max-width: 900px) {
  #service .menu .online .lesson .course {
    width: 49%;
    margin-bottom: 1rem;
  }
}
#service .menu .online .lesson .course h3 {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 44px;
}
@media screen and (max-width: 598px) {
  #service .menu .online .lesson .course {
    display: none;
  }
  #service .menu .online .lesson .course:first-child {
    display: flex;
    width: 100%;
  }
}
#service .menu .meeting .school {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 2rem;
}
@media screen and (max-width: 900px) {
  #service .menu .meeting .school {
    flex-direction: column;
  }
}
#service .menu .meeting .school > div {
  width: 470px;
  box-sizing: border-box;
  background-color: #DFF5F0;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  #service .menu .meeting .school > div {
    width: 49%;
  }
}
@media screen and (max-width: 900px) {
  #service .menu .meeting .school > div {
    width: 100%;
    margin-top: 1rem;
  }
}
#service .menu .meeting .school > div .type {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 598px) {
  #service .menu .meeting .school > div .type {
    flex-direction: column;
  }
  #service .menu .meeting .school > div .type .time {
    width: 66%;
    margin: auto;
  }
}
#service .menu .meeting .school > div .type > div {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 598px) {
  #service .menu .meeting .school > div .type > div {
    width: 100%;
    margin: 3.5vw auto 3.5vw;
  }
}
@media screen and (max-width: 598px) {
  #service .menu .meeting .school > div {
    display: none;
  }
  #service .menu .meeting .school > div:first-child {
    display: flex;
  }
}
#service .menu .meeting .cafe {
  margin-top: 1rem;
  background-color: #DFF5F0;
}
@media screen and (max-width: 598px) {
  #service .menu .meeting .cafe {
    display: none;
  }
}
#service .menu .meeting .cafe > div {
  padding: 1.75rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
#service .menu .meeting .cafe > div h3 {
  margin: auto 1rem;
}
#service .menu .meeting .cafe > div h4 {
  margin: auto 1rem;
}
#service .menu .meeting .cafe > div p {
  margin: auto 1rem;
}
#service .menu .info {
  width: 100%;
  text-align: center;
  padding: 1rem;
  border: 1px solid #69B2A0;
  box-sizing: border-box;
  margin: 1rem auto;
}
@media screen and (max-width: 598px) {
  #service .menu .info {
    text-align: left;
    padding: 3vw;
    margin: 3vw auto;
  }
  #service .menu .info p {
    margin: 0;
  }
}
#service .menu .annotation {
  font-size: 14px;
}

#link_banner {
  padding: 5rem 0;
}
@media screen and (max-width: 598px) {
  #link_banner {
    display: none;
  }
}

#about {
  padding-top: 3rem;
  padding-bottom: 6rem;
}
#about h1 {
  font-size: 38px;
  background-image: url(../img/about_bg.svg);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: -moz-max-content;
  width: max-content;
  padding: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 598px) {
  #about h1 {
    font-size: 7.46vw;
  }
}
#about .wrap {
  background-image: url(../img/session_bg6.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 350px;
  position: relative;
}
@media screen and (max-width: 598px) {
  #about .wrap {
    background-position: right 20%;
    background-size: 70vw;
  }
}
#about .wrap .content {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 598px) {
  #about .wrap .content {
    flex-direction: column;
  }
}
#about .wrap .content figure {
  width: 480px;
}
@media screen and (max-width: 598px) {
  #about .wrap .content figure {
    width: 100%;
  }
}
#about .wrap .content figure img {
  width: 100%;
}
#about .wrap .content .description {
  width: 590px;
  position: relative;
  z-index: -1;
  border: 3px solid #2A2F44;
  margin-top: 3rem;
}
@media screen and (max-width: 598px) {
  #about .wrap .content .description {
    width: 100%;
  }
}
#about .wrap .content .description .box .degree {
  position: relative;
  left: -3px;
  top: -1rem;
  background-image: url(../img/groovepaper.png);
  display: inline-block;
  padding: 0.5rem 1rem 3rem 0;
}
#about .wrap .content .description .box .degree h3 {
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
}
#about .wrap .content .description .box .degree h2 {
  font-size: 30px;
  margin: 0;
}
#about .wrap .content .description .box p {
  margin: 0 auto;
  padding: 0 2.5rem;
  position: relative;
  top: -3rem;
  line-height: 1.8;
}
@media screen and (max-width: 598px) {
  #about .wrap .content .description .box p {
    padding: 0 3vw;
  }
}
#about .wrap .biography {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 598px) {
  #about .wrap .biography {
    padding: 3vw;
  }
}
#about .wrap .biography ul {
  list-style: none;
  padding: 0.5rem;
  margin: auto;
}
#about .wrap .biography ul li {
  padding-left: 1rem;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: 0.64px;
  margin-right: 1rem;
}
@media screen and (max-width: 598px) {
  #about .wrap .biography ul li {
    font-size: 4.26vw;
    padding-left: 1vw;
  }
}
#about .wrap .biography ul li::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  background: #FBE63E;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-right: 0.5rem;
}
#about .wrap::after {
  background-image: url(../img/session_bg7.svg);
  background-repeat: no-repeat;
  background-size: 306px;
  background-position: left bottom;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -6rem;
  left: -1rem;
  z-index: 0;
  box-sizing: border-box;
}

footer {
  background: #2A2F44;
  padding-top: 5rem;
}
@media screen and (max-width: 598px) {
  footer {
    padding-top: 10vw;
  }
}
footer .inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 598px) {
  footer .inner {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
footer .inner > div {
  color: #fff;
}
footer .inner > div h1 {
  font-size: 34px;
  font-weight: 400;
  margin: 0 0 1rem 0;
}
footer .inner > div h2 {
  font-size: 23px;
  font-weight: 400;
  margin: 0 0 0.75rem 0;
}
footer .inner > div h2 .tel {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 598px) {
  footer .inner > div h2 {
    margin-bottom: 8vw;
  }
}
footer .inner > div .btn {
  width: 253px;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 1rem 1.5rem;
  text-align: center;
  display: inline-block;
  margin-top: 2rem;
}
footer .inner figure {
  width: 171px;
}
@media screen and (max-width: 598px) {
  footer .inner figure {
    display: none;
  }
}
footer .inner figure a {
  width: 100%;
}
footer .inner figure a img {
  width: 100%;
}
footer .inner figure a:hover {
  transition: 0.5s;
  opacity: 0.5;
}
footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin: 0;
  padding: 2.5rem 0 1.5rem;
}
@media screen and (max-width: 598px) {
  footer .copyright {
    padding: 5vw 0 15vw;
  }
}

#fixed_banner {
  position: fixed;
  right: 3rem;
  top: 1.5rem;
  width: 221px;
  z-index: 100;
}
@media screen and (max-width: 1100px) {
  #fixed_banner {
    width: 20vw;
    min-width: 150px;
    right: 1rem;
  }
}
@media screen and (max-width: 598px) {
  #fixed_banner {
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
  }
}
#fixed_banner a {
  width: 100%;
}
#fixed_banner a img {
  width: 100%;
}
#fixed_banner a:hover {
  transition: 0.5s;
  opacity: 0.5;
}
@media screen and (max-width: 598px) {
  #fixed_banner .sp_only {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background-color: #F1D925;
    transform: translateY(100px);
    transition: 1s;
  }
  #fixed_banner .sp_only > span {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex-shrink: 0;
    padding: 2vw 0 2vw;
  }
  #fixed_banner .sp_only .left {
    font-size: 4vw;
    background-color: #2A2F44;
    color: #F1D925;
    width: 55%;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 3vw) 50%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 3vw) 50%, 100% 100%, 0 100%);
  }
  #fixed_banner .sp_only .right {
    font-size: 3.4vw;
    width: 45%;
  }
  #fixed_banner .sp_only .right img {
    margin-left: 1.5vw;
    width: 7vw;
  }
}
#fixed_banner .sp_only.show {
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */