@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* Break Point */
/* Color */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body {
  font-weight: 400;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
body main {
  overflow: hidden;
}

a {
  color: #222222;
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

* {
  box-sizing: border-box;
}

sup,
sub {
  font-size: 0.6em;
}

h2,
h3,
h4 {
  line-height: 1.3;
}

#header #menu span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4c4948;
  position: absolute;
  left: 0;
  transition: 0.4s;
}
#header nav {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
#header nav.active {
  opacity: 1;
  visibility: visible;
}
#header nav .globalLink ul li a {
  display: block;
  position: relative;
}
#header nav .globalLink ul li a span {
  display: block;
}
#header nav .globalLink ul li a span.en {
  color: #4c4948;
  font-weight: bold;
}
#header nav .globalLink ul li a span.jp {
  font-weight: bold;
}
#header nav .gMenuLink {
  width: 100%;
  display: flex;
  margin-top: 70px;
  justify-content: center;
  gap: 40px;
}
#header nav .gMenuLink a {
  background-color: #1f6360;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  text-decoration: none;
}
#header nav .gMenuLink li + li a {
  background-color: #fff;
  border: solid 2px #1f6360;
  border-radius: 50px;
  color: #1f6360;
  display: block;
  font-weight: bold;
  padding: 18px;
  text-align: center;
  text-decoration: none;
}
#header nav .gMenuLink .academyBtn:hover {
  opacity: 0.7;
  transition: 0.3s all;
}

#mv h1 .sub {
  display: inline-block;
  color: #fff;
  background-color: #000;
  font-weight: 300;
  align-self: flex-start;
  letter-spacing: 0.1em;
  position: relative;
}
#mv h1 .catch {
  display: inline-block;
  background-color: #fff;
  color: #4c4948;
  font-weight: 400;
  position: relative;
}
#mv .circleText p:first-of-type {
  color: #4c4948;
}
#role {
  background-color: #efefef;
  position: relative;
  display: block;
}
#role .titleBlock {
  position: relative;
}
#role .titleBlock .deco {
  display: inline-block;
  position: relative;
}
#role .titleBlock ::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
#role .titleBlock .deco1 {
  background-color: #4c4948;
}
#role .titleBlock ::before {
  background-color: #4c4948;
}
#role .titleBlock .deco2 {
  background-color: #4c4948;
}
#role .titleBlock .deco3 {
  background-color: #4c4948;
}
#role .titleBlock ::before {
  background-color: #4c4948;
}
#role .titleBlock .deco img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
#role .col2Reverse {
  display: flex;
  flex-flow: wrap;
}
#role .col2ReverseItem {
  display: flex;
  align-items: center;
}
#role .textArea {
  background-color: #fff;
  box-shadow: 10px 10px rgba(76, 73, 72, 0.7);
  position: relative;
}
#role .imgArea img {
  width: auto;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

#about .aboutList li {
  background-color: #efefef;
}
#about .aboutList li .title {
  font-weight: 500;
  color: #4c4948;
  transform: skewX(7deg);
}
#about .aboutList li .text {
  transform: skewX(7deg);
  line-height: 1.7;
}
#future .futureCont h4 {
  text-align: center;
  color: #000000;
  font-weight: bold;
}
#future .futureCont .futureList ul li {
  font-weight: bold;
  position: relative;
}
#learning h2 {
  color: #000;
  text-align: center;
  line-height: 1;
  position: relative;
}
#learning h2.en_title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  color: #000;
  font-style: italic;
  text-align: center;
  line-height: 1;
  position: relative;
}
#learning .catch {
  font-weight: bold;
}
#learning .lessonWrap {
  background-color: #fff;
  position: relative;
}
#learning .lessonWrap h3 {
  color: #fff;
  font-weight: bold;
  background-color: #4c4948;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#learning .lessonBox ul {
  display: flex;
  flex-wrap: wrap;
}
#learning .lessonBox ul li {
  background-color: #fff;
  text-align: center;
  position: relative;
}
#learning .lessonBox ul li span {
  color: #000000;
}
#learning .lessonBox .course_point {
  position: absolute;
  font-weight: bold;
}
#learning .fee {
  background-color: #efefef;
  text-align: center;
}
#learning .fee ul li {
  background-color: #fff;
}
#learning .lessonCont h4 {
  text-align: center;
  color: #000000;
  font-weight: bold;
}
#learning .lessonCont .lessonContList ul li {
  font-weight: bold;
  position: relative;
}
#learning .lessonCont_st h4 {
  text-align: center;
  color: #000000;
  font-weight: bold;
}
#learning .lessonCont_st .lessonContList ul li {
  font-weight: bold;
  position: relative;
}
#learning .lessonCont_st li .text .num {
  border: 1px solid #4c4948;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  color: #4c4948;
}
#learning .lessonCont_st li .text p {
  font-weight: bold;
}
#learning .welcomelesson_Txt {
  text-align: center;
  font-weight: bold;
}
#learning .btnWrap {
  text-align: center;
}
#learning .btnWrap_c {
  text-align: center;
}
#learning .nextlesson .en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-weight: 500;
}
#learning .nextlesson .jp {
  font-weight: 500;
}
#learning .next {
  text-align: center;
  position: relative;
  z-index: 2;
}
#learning .next .saitan {
  display: inline-block;
}
#learning .courseInfo h4 {
  font-weight: bold;
  color: #000000;
  text-align: center;
}
#learning .courseInfo ul li figure {
  position: relative;
  text-align: center;
}
#learning .courseInfo ul li figure img {
  width: 100%;
}
#learning .courseInfo ul li .text .num {
  border: 1px solid #4c4948;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  color: #4c4948;
}
#learning .courseInfo ul li .text p {
  font-weight: bold;
}
#learning .start {
  position: relative;
  z-index: 2;
}
.calendarBtn {
  position: relative;
  display: block;
  margin: 0 auto;
}
.calendarBtn span {
  text-align: center;
  background-color: #4c4948;
  color: #fff;
  font-weight: bold;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#course h2 {
  text-align: center;
}
#course h2.course {
  text-align: center;
}
#course h2.course > div {
  display: inline-block;
  position: relative;
}
#course h2.course > div .sub {
  font-weight: 400;
}
#course h2.course > div .main {
  font-weight: bold;
}
#course h2.course > div .main span {
  background: linear-gradient(transparent 70%, #efefef 50%);
}
#course .courseDl > div dt {
  font-weight: bold;
  background-color: #333333;
  color: #fff;
  position: relative;
}
#course .courseDl > div dt.active:after {
  background: url(../images/minus.png) no-repeat center/cover;
}
#course .courseDl > div dd {
  display: none;
}
#course .courseDl2 > div dt {
  font-weight: bold;
  background-color: #333333;
  color: #fff;
  position: relative;
}
#course .courseDl2 > div dt.active:after {
  background: url(../images/minus.png) no-repeat center/cover;
}
#course .courseDl2 > div dd {
  display: none;
}
#course .courseList li {
  text-align: center;
  font-weight: bold;
  position: relative;
}
#course .fee {
  background-color: #efefef;
  text-align: center;
}
#course .fee ul li {
  background-color: #fff;
}
#course .spot1col {
  background-color: #efefef;
  text-align: center;
}
#course .spot1col ul li {
  background-color: #fff;
}
#course .spot2col {
  background-color: #efefef;
  text-align: center;
}
#course .spot2col ul li {
  background-color: #fff;
}
#course .spot0col {
  background-color: #efefef;
}
#course .spot0col .bold {
  font-weight: bold;
  margin-bottom: 10px;
}
#course .tobe {
  text-align: center;
}
#course .tobe p {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  display: inline-block;
  text-align: left;
  line-height: 1.3;
  font-weight: 600;
}
#course .titleList h4 {
  color: #4c4948;
  text-align: center;
  border-top: 1px solid #4c4948;
  border-bottom: 1px solid #4c4948;
  font-weight: 400;
}
#course .titleList ul li {
  position: relative;
  font-weight: 500;
}
#course .titleList ul li + li {
  border-top: 1px solid #d0d0d0;
}
#course .titleList ul li span {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
  position: absolute;
  color: #4c4948;
}
#course .cours_system {
  text-align: center;
}
#course .nextlesson .en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-weight: 500;
}
#course .nextlesson .jp {
  font-weight: 500;
}
#course .mcTest h2 {
  color: #000;
  text-align: center;
  line-height: 1;
  position: relative;
}
#course .mcTest .assciationBnr {
  text-align: center;
}
#course .mcTest .businessBnr {
  text-align: center;
}

.courseBtn {
  position: relative;
  display: block;
  margin: 0 auto;
}
.courseBtn span {
  text-align: center;
  background-color: #4c4948;
  color: #fff;
  font-weight: bold;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#calendar {
  border: 2px solid #4c4948;
}
#calendar h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  color: #000;
  font-style: italic;
  text-align: center;
  line-height: 1;
  position: relative;
}
#calendar .calendarList .calendarItem {
  margin: 0 10px;
}
#calendar .calendarList .calendarItem img {
  width: 100%;
}
#calendar .calendarList .slide-arrow {
  background-color: #333333;
  position: absolute;
  cursor: pointer;
  z-index: 10;
}
.torokuWrap .tourokuList li h3 {
  color: #fff;
  font-weight: bold;
  background-color: #4c4948;
}
.torokuWrap .tourokuList li p {
  font-weight: bold;
}

#goods {
  background-color: #f2f2f2;
}
#goods h3 {
  text-align: center;
}
#profile .profileWrap {
  background-color: #fff;
}
#profile h2 {
  text-align: center;
  font-weight: bold;
  position: relative;
}
#profile .profileBox .profileText h3 {
  font-weight: bold;
  position: relative;
  line-height: 1.5;
}
#profile .profileBox .profileText .name {
  font-weight: bold;
}
#profile .profileBox .profileText .name .en {
  display: inline-block;
}
#profile .profileBox .profileText .name .jp {
  display: inline-block;
}
#profile .profileBox .profileText .text {
  line-height: 1.8;
}
#profile .profileBox figure {
  text-align: center;
}
#profile .sotsugyouWrap {
  background-color: #fff;
}
#profile .sotsugyouWrap h3 {
  text-align: center;
}
#profile .sotsugyounokoe {
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
#profile .snsList a {
  display: inline-block;
}
#profile .textLink {
  color: #222222;
  text-decoration: underline;
  text-underline-offset: 10px;
  word-break: break-word;
  transition: 0.3s opacity;
}
#vision {
  background: url(../images/vision_img01.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#mission {
  background: url(../images/mission_img01.jpg);
  background-size: cover;
}
.secCol2 {
  text-align: center;
}
.secCol2 .visionCatch {
  color: #fff;
  font-weight: bold;
}
.secCol2 .missionCatch {
  color: #fff;
  font-weight: bold;
}

#credo .credoHeadArea {
  background: url(../images/bg_credo.png);
  background-size: cover;
}
#credo .titleBlock {
  position: relative;
  text-align: center;
  color: #fff;
}
#credo .desc {
  color: #fff;
}

#faq h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  color: #000;
  font-style: italic;
  text-align: center;
  line-height: 1;
  position: relative;
}
#faq .faqList > div {
  border: 1px solid #4c4948;
}
#faq .faqList > div dt {
  position: relative;
  font-weight: bold;
}
#faq .faqList > div dt.active:after {
  background: url(../images/minus_g.png) no-repeat center/cover;
}
#faq .faqList > div dd {
  display: none;
}
#faq h3 {
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-weight: 500;
}
#faq .partnersList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#footer {
  text-align: center;
  background-color: #fff;
}
#footer .copyright {
  color: #000000;
}

#pageTop {
  position: fixed;
  z-index: 90;
  background: url(../images/totop.png) no-repeat center/cover;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
#pageTop.active {
  opacity: 1;
  visibility: visible;
}

/* fadeUp */
.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ココから下には記入禁止 */
.modaal-video-container {
  max-width: 1300px !important;
  max-height: unset !important;
}

.google-cal {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 14px;
    max-width: 480px;
    margin: 0 auto;
    background-color: #efefef;
  }
  body main {
    background-color: #fff;
  }
  .tel {
    color: #4c4948;
    text-decoration: underline;
  }
  h2,
  h3,
  h4 {
    line-height: 1.3;
  }
  #header .headerContact {
    margin-top: 40px;
    width: 100%;
    height: 40px;
    border: 1px solid #4c4948;
    color: #4c4948;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100svh;
    font-size: 19px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
  }
  #header #menu {
    width: 33px;
    height: 33px;
    position: fixed;
    right: 25px;
    top: 10px;
    transition: 0.4s;
    z-index: 999;
  }
  #header #menu.active span:nth-of-type(1) {
    transform: translateY(4px) rotate(-30deg);
  }
  #header #menu.active span:nth-of-type(2) {
    transform: translateY(-4px) rotate(30deg);
  }
  #header #menu span:nth-of-type(1) {
    top: calc(50% - 4px);
  }
  #header #menu span:nth-of-type(2) {
    top: calc(50% + 4px);
  }
  #header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100svh;
    z-index: 998;
    display: flex;
    background-color: #fff;
  }
  #header nav .logo {
    width: 100%;
    height: 150px;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
  }
  #header nav .logo img {
    max-height: 70%;
  }
  #header nav .globalLinkWrap {
    width: 100%;
    height: 100vh;
    padding: 30px 50px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #header nav .globalLink {
    width: 224px;
  }
  #header nav .globalLink ul + ul {
    margin-top: 20px;
  }
  #header nav .globalLink ul li + li {
    margin-top: 20px;
  }
  #header nav .globalLink ul li a {
    padding-right: 70px;
  }
  #header nav .globalLink ul li a:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow.png) no-repeat center/cover;
    width: 52px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 10px;
  }
  #header nav .globalLink ul li a span.en {
    font-size: 18px;
  }
  #header nav .globalLink ul li a span.jp {
    font-size: 13px;
  }
  #header nav .gMenuLink {
    margin-top: 40px;
    flex-direction: column;
    gap: 20px;
  }
  #header nav .gMenuLink a {
    width: 100%;
  }
  #header nav .gMenuLink li + li a {
    width: 100%;
  }
  #mv .mvInner {
    background: url(../images/mv_sp.jpg) no-repeat center/cover;
    width: 100%;
    height: 500px;
    position: relative;
  }
  #mv .mvInner:after {
    content: "";
    display: block;
    width: 90%;
    height: 60px;
    background-color: #4c4948;
    transform: skewX(-10deg);
    position: absolute;
    right: -5px;
    bottom: -60px;
  }
  #mv .mvLogo {
    text-align: center;
    padding-top: 120px;
  }
  #mv .mvLogo img {
    max-width: 172px;
  }
  #mv h1 {
    position: absolute;
    bottom: -37px;
    left: -10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 2;
  }
  #mv h1 > div {
    display: flex;
    flex-direction: column;
    max-width: 330px;
  }
  #mv h1 .sub {
    font-size: 17px;
    padding: 7px 15px 7px 30px;
    transform: skewX(-10deg);
  }
  #mv h1 .sub span {
    transform: skewX(10deg);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  #mv h1 .sub span img {
    max-width: 175px;
  }
  #mv h1 .catch {
    transform: skewX(-10deg);
    font-size: 30px;
    padding: 13px 15px 13px 30px;
    line-height: 1.3;
  }
  #mv h1 .catch span {
    transform: skewX(10deg);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  #mv h1 .catch span img {
    max-width: 283px;
  }
  #mv .circleText {
    margin-top: 120px;
    padding-left: 25%;
  }
  #mv .circleText p:first-of-type {
    font-size: 20px;
  }
  #mv .circleText p:first-of-type span {
    font-weight: 600;
    font-size: 27px;
  }
  #mv .circleText p:last-of-type {
    font-size: 14px;
  }
  #role {
    padding: 0 0 75px;
  }
  #role .titleBlock .deco {
    padding: 0 20px;
  }
  #role .titleBlock .deco1 {
    width: 70%;
  }
  #role .titleBlock .deco3 {
    width: 64%;
  }
  #role .col2Reverse {
    margin-top: 30px;
  }
  #role .col2ReverseItem {
    flex-direction: column-reverse;
  }
  #role .textArea {
    top: -50px;
    padding: 30px 20px;
    margin: 0 20px;
  }
  #role .col2ReverseTitle {
    font-size: 20px;
  }
  #role p {
    margin-top: 16px;
  }
  #role .imgArea img {
    width: auto;
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
  }
  #about {
    padding-bottom: 50px;
  }
  #about .aboutList {
    margin-top: 20px;
    position: relative;
  }
  #about .aboutList:first-of-type li:nth-of-type(odd) {
    margin-left: auto;
  }
  #about .aboutList:first-of-type:before {
    content: "";
    display: inline-block;
    background: url(../images/about_1.png) no-repeat center/cover;
    width: 80px;
    height: 127px;
    position: absolute;
    left: 0;
    top: -55px;
  }
  #about .aboutList:first-of-type li:nth-of-type(2):before {
    content: "";
    display: inline-block;
    background: url(../images/about_2.png) no-repeat center/cover;
    width: 51px;
    height: 53px;
    position: absolute;
    right: -19%;
    top: calc(50% - 25px);
    transform: skewX(7deg);
  }
  #about .aboutList:first-of-type li:nth-of-type(3):before {
    content: "";
    display: inline-block;
    background: url(../images/about_3.png) no-repeat center/cover;
    width: 65px;
    height: 53px;
    position: absolute;
    left: -19%;
    top: calc(50% - 25px);
    transform: skewX(7deg);
  }
  #about .aboutList:last-of-type {
    margin-top: 10px;
  }
  #about .aboutList:last-of-type li:nth-of-type(even) {
    margin-left: auto;
  }
  #about .aboutList:last-of-type:after {
    content: "";
    display: inline-block;
    background: url(../images/about_4.png) no-repeat center/cover;
    width: 90px;
    height: 117px;
    position: absolute;
    right: 0;
    bottom: -51px;
  }
  #about .aboutList li {
    width: 85%;
    padding: 20px;
    transform: skewX(-7deg);
    box-shadow: 4px 4px 0px 0px #4c4948;
    position: relative;
    z-index: 2;
  }
  #about .aboutList li + li {
    margin-top: 10px;
  }
  #about .aboutList li .title {
    font-size: 17px;
  }
  #about .aboutList li .text {
    font-size: 14px;
    margin-top: 5px;
    padding-left: 5px;
  }
  #about .assciationBnr {
    margin-top: 100px;
    text-align: center;
    padding: 0 10px;
  }
  #book {
    background: url(../images/murao_bg_sp.png) no-repeat center/cover;
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
  }
  #book .commonInner {
    display: flex;
    align-items: center;
  }
  #book .commonInner figure {
    flex: none;
    width: 145px;
  }
  #book .commonInner .textWrap {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }
  #book .commonInner .textWrap .text {
    font-size: 15px;
    font-weight: 500;
  }
  #book .commonInner .textWrap .name {
    font-size: 10px;
    margin-top: 20px;
  }
  #future {
    padding: 45px 20px 20px;
  }
  #future .futureCont {
    margin-top: 20px;
  }
  #future .futureCont h4 {
    font-size: 16px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
  }
  #future .futureCont .futureList {
    margin-top: 20px;
  }
  #future .futureCont .futureList ul + ul {
    margin-top: 15px;
  }
  #future .futureCont .futureList ul li {
    font-size: 14px;
    padding-left: 30px;
  }
  #future .futureCont .futureList ul li + li {
    margin-top: 15px;
  }
  #future .futureCont .futureList ul li:before {
    content: "";
    display: inline-block;
    background: url(../images/check.png) no-repeat center/cover;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 4px;
  }
  #future .futureCont .futureList ul li.kome {
    font-size: 10px;
    font-weight: 400;
    padding-left: 0;
  }
  #future .futureCont .futureList ul li.kome:before {
    content: none;
  }
  #future .assciationBnr {
    margin-top: 15px;
    text-align: center;
    padding: 0 10px;
  }
  #future h4 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  #future .conclusion {
    text-align: center;
    margin-top: 55px;
  }
  #future .scene {
    text-align: center;
    margin-top: 40px;
    transform: translateX(-20px);
  }
  #learning {
    background-color: #efefef;
    padding: 40px 10px 20px;
    background-image: url(../images/learning_left_sp.png), url(../images/learning_right_sp.png);
    background-size: 76px 54px, 56px 108px;
    background-repeat: no-repeat;
    background-position: top 0px left, top 0px right;
  }
  #learning h2 {
    font-size: 40px;
    padding-bottom: 25px;
  }
  #learning h2:after {
    content: "";
    display: inline-block;
    width: 140px;
    height: 6px;
    background-color: #4c4948;
    position: absolute;
    bottom: 4px;
    left: calc(50% - 90px);
    transform: skewX(-35deg);
  }
  #learning h2:before {
    content: "";
    display: inline-block;
    width: 130px;
    height: 6px;
    background-color: #efefef;
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
    transform: skewX(-35deg);
  }
  #learning h2.jp {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
  }
  #learning .catch {
    font-size: 17px;
    text-align: center;
    margin-top: 30px;
  }
  #learning .catch_s {
    text-align: center;
    margin-top: 10px;
  }
  #learning .catch_sl {
    margin-top: 20px;
  }
  #learning .lessonWrap {
    margin-top: 30px;
    padding: 0px 10px 45px;
  }
  #learning .lessonWrap h3 {
    height: 70px;
    font-size: 19px;
    padding-left: 10px;
    width: calc(100% + 20px);
    transform: translateX(-10px);
    margin-bottom: 15px;
  }
  #learning .lessonWrap h3 span {
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #888;
    padding-left: 30px;
    padding-right: 10px;
    font-size: 10px;
    font-weight: 400;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    justify-content: flex-end;
    width: 40%;
  }
  #learning .lessonWrap p.sup_Txt {
    margin-top: 20px;
  }
  #learning .lessonBox ul {
    margin-top: 13px;
    gap: 10px;
  }
  #learning .lessonBox ul li {
    width: calc(50% - 5px);
    border: 1px solid #4c4948;
    font-size: 16px;
    font-weight: bold;
    padding: 40px 15px 15px;
  }
  #learning .lessonBox ul li:before {
    content: "";
    display: inline-block;
    background: url(../images/check.png) no-repeat center/cover;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 18px;
    left: calc(50% - 7px);
  }
  #learning .lessonBox ul li small {
    font-size: 12px;
  }
  #learning .lessonBox .course_point {
    font-size: 12px;
  }
  #learning .fee {
    margin-top: 20px;
    padding: 15px 15px 15px;
  }
  #learning .fee h4 {
    font-size: 14px;
    font-weight: 500;
  }
  #learning .fee ul {
    margin-top: 10px;
  }
  #learning .fee ul li {
    font-size: 14px;
    padding: 10px 10px;
  }
  #learning .fee ul li + li {
    margin-top: 5px;
  }
  #learning .fee ul li span {
    font-size: 25px;
    color: #4c4948;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    display: inline-block;
    margin: 0 5px;
  }
  #learning .fee ul li small {
    font-size: 12px;
  }
  #learning .lessonCont {
    margin-top: 20px;
  }
  #learning .lessonCont h4 {
    font-size: 16px;
    border-bottom: 1px solid #4c4948;
    padding-bottom: 10px;
  }
  #learning .lessonCont .lessonContList {
    margin-top: 20px;
  }
  #learning .lessonCont .lessonContList ul + ul {
    margin-top: 15px;
  }
  #learning .lessonCont .lessonContList ul li {
    font-size: 14px;
    padding-left: 30px;
  }
  #learning .lessonCont .lessonContList ul li + li {
    margin-top: 15px;
  }
  #learning .lessonCont .lessonContList ul li:before {
    content: "";
    display: inline-block;
    background: url(../images/check.png) no-repeat center/cover;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 4px;
  }
  #learning .lessonCont .lessonContList ul li.kome {
    font-size: 10px;
    font-weight: 400;
    padding-left: 0;
  }
  #learning .lessonCont .lessonContList ul li.kome:before {
    content: none;
  }
  #learning .lessonCont_st {
    margin-top: 20px;
  }
  #learning .lessonCont_st h4 {
    font-size: 16px;
    border-bottom: 1px solid #4c4948;
    padding-bottom: 10px;
  }
  #learning .lessonCont_st .lessonContList {
    margin-top: 20px;
  }
  #learning .lessonCont_st .lessonContList ul + ul {
    margin-top: 15px;
  }
  #learning .lessonCont_st .lessonContList ul li {
    font-size: 14px;
    padding-left: 30px;
  }
  #learning .lessonCont_st .lessonContList ul li + li {
    margin-top: 15px;
  }
  #learning .lessonCont_st .lessonContList ul li:before {
    content: "";
    display: inline-block;
    background: url(../images/check.png) no-repeat center/cover;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 4px;
  }
  #learning .lessonCont_st .lessonContList ul li.kome {
    font-size: 10px;
    font-weight: 400;
    padding-left: 0;
  }
  #learning .lessonCont_st .lessonContList ul li.kome:before {
    content: none;
  }
  #learning .lessonCont_st li .text {
    margin-top: 15px;
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #learning .lessonCont_st li .text .num {
    width: 24px;
    height: 24px;
  }
  #learning .lessonCont_st li .text p {
    font-size: 14px;
  }
  #learning .lessonCont_st p.hosoku {
    margin-top: 20px;
    line-height: 1.8;
  }
  #learning .lessonImg {
    margin-top: 30px;
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #learning .lessonImg > div {
    width: calc(50% - 5px);
  }
  #learning .lessonImg > div span {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
  }
  #learning .welcomelesson_Txt {
    font-size: 10px;
    margin-top: 5px;
  }
  #learning .btnWrap {
    margin-top: 50px;
    padding: 0 10px;
  }
  #learning .btnWrap_c {
    margin-top: 30px;
    padding: 0 10px;
  }
  #learning .nextlesson {
    background: url(../images/nextlesson_bg.png) no-repeat center/cover;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 166px;
    text-align: center;
    color: #fff;
    font-style: italic;
    margin-top: 45px;
    padding-top: 60px;
    transform: translateX(-10px);
  }
  #learning .nextlesson .en {
    font-size: 14px;
  }
  #learning .nextlesson .jp {
    font-size: 22px;
  }
  #learning .nextlesson .jp span {
    font-size: 13px;
  }
  #learning .nextlesson .jp .mini_Txt {
    font-size: 11px;
  }
  #learning .bg2 {
    background: url(../images/nextlesson_bg2.png);
    width: 100vw;
    height: 166px;
  }
  #learning .bg3 {
    background: url(../images/nextlesson_bg3.png);
    width: 100vw;
    height: 190px;
  }
  #learning .bg4 {
    background: url(../images/nextlesson_bg4.png);
    width: 100vw;
    height: 200px;
  }
  #learning .next {
    margin-top: 30px;
  }
  #learning .next .arrow {
    width: 42px;
    display: inline-block;
  }
  #learning .next .arrowSmall {
    width: 42px;
    display: inline-block;
  }
  #learning .next .saitan {
    max-width: 250px;
    position: absolute;
    right: 0;
    bottom: -64px;
    z-index: 2;
  }
  #learning .courseInfo {
    margin-top: 25px;
  }
  #learning .courseInfo h4 {
    font-size: 18px;
  }
  #learning .courseInfo ul {
    margin-top: 20px;
  }
  #learning .courseInfo ul + .kekka {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding-top: 70px;
    padding-bottom: 20px;
    position: relative;
  }
  #learning .courseInfo ul + .kekka:before {
    content: "";
    display: inline-block;
    background: url(../images/next.png) no-repeat center/cover;
    width: 40px;
    height: 20px;
    position: absolute;
    top: 25px;
    left: calc(50% - 20px);
  }
  #learning .courseInfo ul li + li {
    margin-top: 30px;
  }
  #learning .courseInfo ul li figure span {
    display: inline-block;
    color: #fff;
    background-color: #4c4948;
    font-weight: bold;
    font-size: 14px;
    padding: 8px 30px;
    border-radius: 18px;
    position: absolute;
    bottom: 15px;
    right: 20px;
  }
  #learning .courseInfo ul li .text {
    margin-top: 15px;
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #learning .courseInfo ul li .text .num {
    width: 24px;
    height: 24px;
  }
  #learning .courseInfo ul li .text p {
    font-size: 14px;
  }
  #learning .runto {
    margin-top: 30px;
    text-align: center;
    position: relative;
    padding-top: 30px;
  }
  #learning .runto::after {
    position: absolute;
    content: "";
    background: #fff;
    top: 0;
    left: 50%;
    height: 110%;
    width: calc(100% + 20px);
    z-index: -1;
    transform: translateX(-50%);
  }
  #learning .start .saitan {
    max-width: 140px;
    position: absolute;
    left: -5px;
    bottom: -46px;
  }
  .calendarBtn:before {
    content: "";
    display: inline-block;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border-radius: 50px;
    background-color: #efefef;
    position: absolute;
    top: -4px;
    left: -4px;
  }
  .calendarBtn span {
    border-radius: 40px;
    padding: 20px 30px;
    font-size: 16px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .calendarBtn span img {
    width: 20px;
  }
  .calendarBtn span:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 6px);
    right: 20px;
  }
  .contactWrap {
    background: url(../images/contact_bg_sp.png) no-repeat center/cover;
    width: 100%;
    height: 238px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .contactWrap > div {
    width: 100%;
  }
  .contactWrap p {
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
  }
  .contactWrap .btn {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    background-color: #fff;
    max-width: 85%;
    height: 50px;
    border-radius: 25px;
    margin: 0 auto;
    position: relative;
    padding: 0 50px;
  }
  .contactWrap .btn:after {
    content: "";
    display: inline-block;
    background: url(../images/btn_arrow.png) no-repeat center/cover;
    width: 16px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: calc(50% - 8px);
  }
  .contactWrap.type2 {
    margin-top: 0;
  }
  .contactWrap .en {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 25px;
  }
  #course {
    padding-top: 40px;
  }
  #course .commonInner {
    padding: 0 10px;
  }
  #course h2.course {
    font-size: 18px;
  }
  #course h2.course > div {
    padding: 0 20px;
  }
  #course h2.course > div:before {
    content: "";
    display: inline-block;
    background-color: #3c5f7c;
    width: 2px;
    height: 40px;
    transform: skewX(30deg);
    position: absolute;
    bottom: 0px;
    left: -10px;
  }
  #course h2.course > div:after {
    content: "";
    display: inline-block;
    background-color: #3c5f7c;
    width: 2px;
    height: 40px;
    transform: skewX(-30deg);
    position: absolute;
    bottom: 0px;
    right: -10px;
  }
  #course h2.course > div .sub {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #course .courseDl {
    margin-top: 30px;
  }
  #course .courseDl > div + div {
    margin-top: 10px;
  }
  #course .courseDl > div dt {
    font-size: 19px;
    padding: 10px 50px 10px 20px;
  }
  #course .courseDl > div dt:after {
    content: "";
    display: inline-block;
    background: url(../images/plus.png) no-repeat center/cover;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: calc(50% - 9px);
  }
  #course .courseDl > div dt h3 {
    font-size: 19px;
  }
  #course .courseDl > div dd {
    padding: 20px 10px 40px;
  }
  #course .courseDl > div dd .btnWrap {
    margin-top: 30px;
  }
  #course .courseDl2 {
    margin-top: 20px;
  }
  #course .courseDl2 > div + div {
    margin-top: 10px;
  }
  #course .courseDl2 > div dt {
    font-size: 19px;
    padding: 10px 50px 10px 20px;
  }
  #course .courseDl2 > div dt:after {
    content: "";
    display: inline-block;
    background: url(../images/plus.png) no-repeat center/cover;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: calc(50% - 9px);
  }
  #course .courseDl2 > div dt h3 {
    font-size: 19px;
  }
  #course .courseDl2 > div dd {
    padding: 20px 10px 30px;
  }
  #course .courseDl2 > div dd .btnWrap {
    margin-top: 30px;
  }
  #course .courseList {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
  }
  #course .courseList li {
    width: 50%;
    border-left: 1px solid #4c4948;
    padding: 40px 10px 10px;
    font-size: 14px;
  }
  #course .courseList li:nth-of-type(even) {
    border-right: 1px solid #4c4948;
  }
  #course .courseList li.line-r {
    position: relative;
  }
  #course .courseList li.line-r::after {
    content: "";
    background: #4c4948;
    width: 1px;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    left: auto;
  }
  #course .courseList li:before {
    content: "";
    display: inline-block;
    background: url(../images/check.png) no-repeat center/cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: calc(50% - 10px);
  }
  #course .fee {
    margin-top: 20px;
    padding: 15px 15px 15px;
  }
  #course .fee h4 {
    font-size: 14px;
    font-weight: 500;
  }
  #course .fee ul {
    margin-top: 10px;
  }
  #course .fee ul li {
    font-size: 14px;
    padding: 10px 10px;
  }
  #course .fee ul li + li {
    margin-top: 5px;
  }
  #course .fee ul li span {
    font-size: 25px;
    color: #4c4948;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    display: inline-block;
    margin: 0 5px;
  }
  #course .fee ul li small {
    font-size: 12px;
  }
  #course .spot1col h4 {
    font-size: 14px;
    font-weight: 500;
  }
  #course .spot1col ul li {
    font-size: 14px;
    padding: 10px 10px;
  }
  #course .spot1col ul li + li {
    margin-top: 5px;
  }
  #course .spot1col ul li span {
    font-size: 25px;
    color: #4c4948;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    display: inline-block;
    margin: 0 5px;
  }
  #course .spot1col ul li small {
    font-size: 12px;
  }
  #course .spot1col h4 {
    margin-bottom: 10px;
  }
  #course .spot1col span {
    font-size: 10px;
  }
  #course .spot2col h4 {
    font-size: 14px;
    font-weight: 500;
  }
  #course .spot2col ul li {
    font-size: 14px;
    padding: 10px 10px;
  }
  #course .spot2col ul li + li {
    margin-top: 5px;
  }
  #course .spot2col ul li span {
    font-size: 25px;
    color: #4c4948;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    display: inline-block;
    margin: 0 5px;
  }
  #course .spot2col ul li small {
    font-size: 12px;
  }
  #course .spot0col p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #course .spot0col .bold {
    margin-bottom: 5px;
  }
  #course .tobe {
    margin-top: 30px;
  }
  #course .tobe p {
    font-size: 20px;
  }
  #course .titleList {
    margin-top: 25px;
  }
  #course .titleList h4 {
    font-size: 16px;
    padding: 10px;
  }
  #course .titleList ul {
    margin-top: 10px;
  }
  #course .titleList ul li {
    padding: 10px 0px 10px 40px;
    font-size: 14px;
  }
  #course .titleList ul li span {
    font-size: 18px;
    left: 5px;
    top: 5px;
  }
  #course .cours_system {
    margin: 20px 0 40px;
  }
  #course .cours_system h3 {
    font-size: 19px;
    background-color: #fff;
    padding-top: 20px;
  }
  #course .cours_system img {
    background-color: #fff;
    padding: 10px;
  }
  #course .spot {
    padding-top: 50px;
  }
  #course .nextlesson {
    background: url(../images/nextlesson_bg.png) no-repeat center/cover;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 150px;
    text-align: center;
    color: #fff;
    font-style: italic;
    margin-top: 45px;
    padding-top: 54px;
    transform: translateX(-10px);
  }
  #course .nextlesson .en {
    font-size: 14px;
  }
  #course .nextlesson .jp {
    font-size: 22px;
  }
  #course .nextlesson .jp span {
    font-size: 13px;
  }
  #course .nextlesson .jp .mini_Txt {
    font-size: 11px;
  }
  #course .bg4 {
    background: url(../images/nextlesson_bg4.png);
    width: 100vw;
    height: 160px;
  }
  #course .mcTest {
    margin-top: 40px;
  }
  #course .mcTest p {
    margin-top: 20px;
  }
  #course .mcTest h2 {
    font-size: 20px;
    padding-bottom: 25px;
  }
  #course .mcTest h2:after {
    content: "";
    display: inline-block;
    width: 140px;
    height: 6px;
    background-color: #4c4948;
    position: absolute;
    bottom: 4px;
    left: calc(50% - 90px);
    transform: skewX(-35deg);
  }
  #course .mcTest h2:before {
    content: "";
    display: inline-block;
    width: 130px;
    height: 6px;
    background-color: #efefef;
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
    transform: skewX(-35deg);
  }
  #course .mcTest .assciationBnr {
    padding: 30px 0 50px;
  }
  #course .mcTest .assciationBnr a {
    display: block;
  }
  #course .mcTest .assciationBnr p {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  #course .mcTest .businessBnr {
    padding: 40px 0 50px;
  }
  #course .mcTest .businessBnr a {
    display: block;
  }
  .courseBtn:before {
    content: "";
    display: inline-block;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border-radius: 50px;
    background-color: #efefef;
    position: absolute;
    top: -4px;
    left: -4px;
  }
  .courseBtn span {
    border-radius: 40px;
    padding: 20px 30px;
    font-size: 16px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .courseBtn span img {
    width: 20px;
  }
  .courseBtn span:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 6px);
    right: 20px;
  }
  #calendar {
    margin-top: 50px;
    padding: 20px 20px 30px;
  }
  #calendar h3 {
    font-size: 25px;
    padding-bottom: 20px;
  }
  #calendar h3:after {
    content: "";
    display: inline-block;
    width: 140px;
    height: 6px;
    background-color: #4c4948;
    position: absolute;
    bottom: 4px;
    left: calc(50% - 80px);
    transform: skewX(-35deg);
  }
  #calendar h3:before {
    content: "";
    display: inline-block;
    width: 130px;
    height: 6px;
    background-color: #efefef;
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
    transform: skewX(-35deg);
  }
  #calendar h3 + p {
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    font-size: 14px;
  }
  #calendar .calendarList {
    margin-top: 20px;
    padding: 0 10px;
  }
  #calendar .calendarList .slide-arrow {
    width: 20px;
    height: 60px;
  }
  #calendar .calendarList .prev-arrow {
    left: -10px;
    top: calc(50% - 30px);
  }
  #calendar .calendarList .prev-arrow:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    left: 7px;
  }
  #calendar .calendarList .next-arrow {
    right: -10px;
    top: calc(50% - 30px);
  }
  #calendar .calendarList .next-arrow:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 7px;
  }
  .torokuWrap {
    margin-top: 60px;
  }
  .torokuWrap figure {
    margin-top: 25px;
  }
  .torokuWrap .tourokuList {
    margin-top: 25px;
  }
  .torokuWrap .tourokuList li + li {
    margin-top: 15px;
  }
  .torokuWrap .tourokuList li h3 {
    font-size: 14px;
    padding: 10px 10px;
  }
  .torokuWrap .tourokuList li p {
    padding: 10px 10px;
  }
  #goods {
    margin-top: 50px;
    padding: 40px 0 40px;
  }
  #goods h3 {
    font-size: 18px;
  }
  #goods h3 span {
    display: inline-block;
    position: relative;
  }
  #goods h3 span:before {
    content: "";
    display: inline-block;
    background: url(../images/goods.png) no-repeat center/cover;
    width: 102px;
    height: 36px;
    position: absolute;
    left: -20px;
    top: -47px;
  }
  #goods ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
  }
  #goods ul li {
    width: calc(50% - 5px);
  }
  #goods ul li p {
    margin-top: 10px;
    font-size: 13px;
  }
  #profile {
    background: url(../images/profile_bg_sp.png) no-repeat top center #efefef;
    padding: 60px 10px;
  }
  #profile .profileWrap {
    padding: 35px 25px;
  }
  #profile .profileWrap > div + div {
    margin-top: 40px;
  }
  #profile h2 {
    font-size: 20px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  #profile h2:after {
    content: "";
    display: inline-block;
    width: 140px;
    height: 6px;
    background-color: #4c4948;
    position: absolute;
    bottom: 4px;
    left: calc(50% - 90px);
    transform: skewX(-35deg);
  }
  #profile h2:before {
    content: "";
    display: inline-block;
    width: 130px;
    height: 6px;
    background-color: #efefef;
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
    transform: skewX(-35deg);
  }
  #profile .profileBox .profileText h3 {
    font-size: 16px;
    padding-bottom: 15px;
    text-align: center;
  }
  #profile .profileBox .profileText h3:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #4c4948;
    position: absolute;
    bottom: 0;
    left: 45%;
  }
  #profile .profileBox .profileText .name {
    margin-top: 20px;
  }
  #profile .profileBox .profileText .name .en {
    font-size: 15px;
    margin-right: 10px;
  }
  #profile .profileBox .profileText .name .jp {
    font-size: 12px;
  }
  #profile .profileBox .profileText .text {
    margin-top: 20px;
  }
  #profile .profileBox figure {
    margin-top: 30px;
  }
  #profile .profileBox figure img {
    max-width: 200px;
  }
  #profile .sotsugyouWrap {
    padding: 35px 25px;
    margin-top: 60px;
  }
  #profile .sotsugyouWrap h3 {
    font-size: 18px;
  }
  #profile .sotsugyouWrap h3 span {
    display: inline-block;
    position: relative;
  }
  #profile .sotsugyouWrap h3 span:before {
    content: "";
    display: inline-block;
    width: 102px;
    height: 36px;
    position: absolute;
    left: -20px;
    top: -47px;
  }
  #profile .sotsugyounokoe {
    margin-top: 0;
  }
  #profile .advisors {
    margin-top: 25px;
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  #profile .advisors li {
    width: 100%;
  }
  #profile .advisors li p {
    margin-top: 10px;
    font-size: 13px;
  }
  #profile .graduate {
    margin-top: 25px;
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  #profile .graduate li {
    width: 100%;
  }
  #profile .graduate li p {
    font-size: 13px;
    margin-top: 10px;
  }
  #profile .graduate li img {
    max-width: 100%;
    margin-bottom: 10px;
  }
  #profile .bold {
    font-weight: 600;
  }
  #profile .snsList {
    display: flex;
    justify-content: center;
    -moz-column-gap: 25px;
         column-gap: 25px;
    margin-top: 30px;
  }
  #profile .snsList a {
    width: 25px;
  }
  #vision {
    background-position: left 0px;
  }
  #vision .enTitle img {
    width: 110px;
  }
  #mission {
    background-position: left 0px;
  }
  #mission .enTitle img {
    width: 138px;
  }
  .secCol2 {
    padding: 70px 20px;
  }
  .secCol2 .titleBlock {
    margin-bottom: 2%;
  }
  .secCol2 .visionCatch {
    margin-top: 12px;
  }
  .secCol2 .missionCatch {
    margin-top: 20px;
  }
  #credo .credoHeadArea {
    padding: 70px 20px;
  }
  #credo .enTitle img {
    width: 158px;
  }
  #credo .jaTitle {
    font-size: 17px;
    margin-top: 10px;
  }
  #credo .desc {
    font-size: 15px;
    line-height: 1.67;
    margin-top: 30px;
  }
  #faq {
    padding: 35px 10px 50px;
  }
  #faq h2 {
    font-size: 25px;
    padding-bottom: 20px;
  }
  #faq h2:after {
    content: "";
    display: inline-block;
    width: 140px;
    height: 6px;
    background-color: #4c4948;
    position: absolute;
    bottom: 4px;
    left: calc(50% - 80px);
    transform: skewX(-35deg);
  }
  #faq h2:before {
    content: "";
    display: inline-block;
    width: 130px;
    height: 6px;
    background-color: #efefef;
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
    transform: skewX(-35deg);
  }
  #faq h2 + p {
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    font-size: 14px;
  }
  #faq .faqList {
    margin-top: 20px;
  }
  #faq .faqList > div + div {
    margin-top: 10px;
  }
  #faq .faqList > div dt {
    padding: 15px 60px 15px 50px;
    font-size: 14px;
  }
  #faq .faqList > div dt span {
    position: absolute;
    top: 15px;
    left: 13px;
  }
  #faq .faqList > div dt:after {
    content: "";
    display: inline-block;
    background: url(../images/plus_g.png) no-repeat center/cover;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: calc(50% - 9px);
  }
  #faq .faqList > div dd {
    padding: 0px 20px 15px 50px;
    font-size: 14px;
  }
  #faq h3 {
    margin-top: 45px;
    font-size: 24px;
  }
  #faq .partnersList {
    margin-top: 20px;
    gap: 10px;
  }
  #faq .partnersList li {
    width: calc(50% - 5px);
  }
  #footer {
    padding: 35px 0 20px;
  }
  #footer .footerLogo img {
    max-width: 140px;
  }
  #footer .footerLogosupport img {
    max-width: 140px;
  }
  #footer .copyright {
    font-size: 12px;
    margin-top: 45px;
  }
  #pageTop {
    background-size: 2.5px 26px;
    width: 26px;
    height: 26px;
    bottom: 20px;
    right: 10px;
  }
  /* fadeUp */
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
  .modaal-video-container {
    max-width: 1300px !important;
    max-height: unset !important;
  }
  .google-cal {
    text-align: center;
    margin-top: 20px;
  }
  .google-cal iframe {
    width: 100%;
    height: 400px;
  }
}
@media print, screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
  .tel {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
  }
  h2,
  h3,
  h4 {
    line-height: 1.3;
  }
  #header .headerContact {
    width: 158px;
    height: 33px;
    border: 1px solid #4c4948;
    color: #4c4948;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 17px;
    font-size: 19px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    position: fixed;
    top: 40px;
    right: 155px;
    transition: 0.4s;
    z-index: 997;
  }
  #header .headerContact:hover {
    background-color: #4c4948;
    color: #fff;
  }
  #header #menu {
    width: 75px;
    height: 33px;
    position: fixed;
    right: 50px;
    top: 40px;
    cursor: pointer;
    transition: 0.4s;
    z-index: 999;
  }
  #header #menu:hover {
    opacity: 0.7;
  }
  #header #menu.active span:nth-of-type(1) {
    transform: translateY(6px) rotate(-30deg);
  }
  #header #menu.active span:nth-of-type(2) {
    transform: translateY(-4px) rotate(30deg);
  }
  #header #menu span:nth-of-type(1) {
    top: calc(50% - 5px);
  }
  #header #menu span:nth-of-type(2) {
    top: calc(50% + 5px);
  }
  #header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 998;
    display: flex;
    background-color: #fff;
  }
  #header nav .logo {
    width: 23%;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header nav .logo img {
    max-width: 80%;
  }
  #header nav .globalLinkWrap {
    width: 77%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10%;
    flex-direction: column;
  }
  #header nav .globalLink {
    display: flex;
    -moz-column-gap: 4.5vw;
         column-gap: 4.5vw;
  }
  #header nav .globalLink ul li + li {
    margin-top: 40px;
  }
  #header nav .globalLink ul li a {
    padding-right: 70px;
    min-width: 300px;
  }
  #header nav .globalLink ul li a:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow.png) no-repeat center/cover;
    width: 52px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 17px;
    transition: 0.4s;
  }
  #header nav .globalLink ul li a:hover:after {
    right: -15px;
  }
  #header nav .globalLink ul li a span.en {
    font-size: 26px;
  }
  #header nav .globalLink ul li a span.jp {
    font-size: 18px;
  }
  #header nav .gMenuLink a {
    width: 400px;
  }
  #header nav .gMenuLink li + li a {
    width: 400px;
  }
  .commonInner {
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
  }
  #mv {
    background: url(../images/mv_pc.jpg) no-repeat center/cover;
    width: 100%;
    height: 739px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  #mv:before {
    content: "";
    display: inline-block;
    background: url(../images/mv_left.png) no-repeat;
    width: 98px;
    height: 310px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #mv:after {
    content: "";
    display: inline-block;
    background: url(../images/mv_right.png) no-repeat;
    width: 98px;
    height: 331px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #mv .circleWrap {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  #mv .circleInner {
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
  }
  #mv .mvLogo {
    padding-bottom: 60px;
  }
  #mv h1 {
    position: absolute;
    bottom: -40px;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #mv h1 > div {
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  #mv h1:before {
    content: "";
    width: calc((100% - 800px) / 2);
    height: 50px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  #mv h1:after {
    content: "";
    width: calc((100% - 800px) / 2);
    height: 94px;
    background-color: #fff;
    position: absolute;
    top: 50px;
    left: 0;
  }
  #mv h1 .sub {
    font-size: 33px;
    padding-right: 20px;
    height: 50px;
    transform: skewX(-15deg);
  }
  #mv h1 .sub span {
    transform: skewX(15deg);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  #mv h1 .sub:before {
    content: "";
    display: inline-block;
    width: 30%;
    height: 100%;
    background-color: #4c4948;
    position: absolute;
    top: 0;
    left: calc((-100% - 1140px) / 2);
  }
  #mv h1 .catch {
    transform: skewX(-15deg);
    height: 94px;
    font-size: 62px;
    padding-right: 30px;
  }
  #mv h1 .catch span {
    transform: skewX(15deg);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  #mv .circleText {
    border-radius: 50%;
    width: 246px;
    height: 246px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  #mv .circleText p:first-of-type {
    font-size: 21px;
    text-align: center;
    line-height: 1.2;
    transform: translateY(-5px);
  }
  #mv .circleText p:first-of-type span {
    font-weight: 600;
    font-size: 26px;
  }
  #mv .circleText p:last-of-type {
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.7;
  }
  #role:before {
    content: "";
    display: block;
    width: 70%;
    height: 80px;
    background-color: #4c4948;
    transform: skewX(-15deg);
    position: absolute;
    right: -10px;
    top: -180px;
  }
  #role .inner {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #role .titleBlock {
    max-width: 1140px;
    margin: 180px auto 0;
  }
  #role .titleBlock .deco {
    padding-right: 40px;
  }
  #role .titleBlock .deco2 {
    left: 120px;
  }
  #role .col2Reverse {
    padding-top: 130px;
  }
  #role .textArea {
    top: 60px;
    left: 80px;
    padding: 60px 80px 60px;
    width: 47.6%;
  }
  #role .col2ReverseTitle {
    font-size: 28px;
  }
  #role p {
    font-size: 16px;
    margin-top: 14px;
    line-height: 2.13;
  }
  #role .imgArea {
    width: 52.4%;
  }
  #role .imgArea img {
    width: auto;
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
  }
  #about {
    position: relative;
    padding: 165px 0 120px;
    background-image: url(../images/about_left.png), url(../images/about_right.png);
    background-repeat: no-repeat;
    background-position: top 200px left, top 245px right;
  }
  #about .aboutList {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 38px;
  }
  #about .aboutList:first-of-type {
    padding: 0 60px;
  }
  #about .aboutList:last-of-type {
    margin-top: 60px;
    padding: 0 22px;
  }
  #about .aboutList:last-of-type li {
    width: calc(33.3333333333% - 51px);
  }
  #about .aboutList li {
    width: calc(33.3333333333% - 26px);
    transform: skewX(-7deg);
    padding: 40px 40px;
    box-shadow: 8px 8px 0px 0px #4c4948;
  }
  #about .aboutList li:nth-of-type(2) {
    transform: skewX(-7deg) translateY(45px);
  }
  #about .aboutList li .title {
    text-align: center;
    font-size: 24px;
  }
  #about .aboutList li .text {
    font-size: 15px;
    margin-top: 15px;
  }
  #about .assciationBnr {
    margin-top: 170px;
    text-align: center;
  }
  #about .assciationBnr a {
    transition: 0.4s;
  }
  #about .assciationBnr a:hover {
    opacity: 0.7;
  }
  #book {
    width: 100%;
    height: 300px;
  }
  #book .commonInner {
    display: flex;
    align-items: center;
    background: url(../images/murao_bg.png) no-repeat center/cover;
  }
  #book .commonInner figure {
    flex: none;
  }
  #book .commonInner .textWrap {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }
  #book .commonInner .textWrap .text {
    font-size: 29px;
    font-weight: 500;
  }
  #book .commonInner .textWrap .name {
    font-size: 14px;
    margin-top: 20px;
    text-align: right;
  }
  #future {
    margin: 100px auto 0;
    width: 90%;
  }
  #future .futureCont {
    margin-top: 40px;
    padding: 0 10px;
  }
  #future .futureCont h4 {
    font-size: 24px;
    border-bottom: 2px solid #000;
    padding-bottom: 20px;
  }
  #future .futureCont .futureList {
    margin-top: 40px;
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  #future .futureCont .futureList ul {
    width: calc(50% - 20px);
  }
  #future .futureCont .futureList ul li {
    font-size: 20px;
    padding-left: 50px;
  }
  #future .futureCont .futureList ul li + li {
    margin-top: 25px;
  }
  #future .futureCont .futureList ul li:before {
    content: "";
    display: inline-block;
    background: url(../images/check.png) no-repeat center/cover;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 3px;
    left: 4px;
  }
  #future .futureCont .futureList ul li.kome {
    font-size: 15px;
    font-weight: 400;
    text-align: right;
    padding-left: 0;
  }
  #future .futureCont .futureList ul li.kome:before {
    content: none;
  }
  #future .assciationBnr {
    margin-top: 40px;
    text-align: center;
  }
  #future .assciationBnr a {
    transition: 0.4s;
  }
  #future .assciationBnr a:hover {
    opacity: 0.7;
  }
  #future h4 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  #future .conclusion {
    text-align: center;
    margin-top: 80px;
  }
  #future .scene {
    text-align: center;
    margin-top: 90px;
    position: relative;
    padding: 30px 30px 40px;
  }
  #future .scene .video-open {
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: 0.4s;
  }
  #future .scene .video-open:hover {
    opacity: 0.7;
  }
  #learning .learningWrap {
    background-color: #efefef;
    padding: 80px 0 100px;
    margin: 120px auto 0;
    width: 90%;
    background-image: url(../images/learning_left.png), url(../images/learning_right.png);
    background-repeat: no-repeat;
    background-position: top 100px left, top 30px right;
  }
  #learning .learningWrap.type2 {
    background: #efefef;
  }
  #learning .learningWrap2 {
    background-color: #efefef;
    padding: 80px 0 100px;
    margin: 0 auto;
    width: 90%;
    background-image: url(../images/learning_left.png), url(../images/learning_right.png);
    background-repeat: no-repeat;
    background-position: top 100px left, top 30px right;
  }
  #learning .learningWrap2.type2 {
    background: #efefef;
  }
  #learning h2 {
    font-size: 80px;
    padding-bottom: 50px;
  }
  #learning h2:after {
    content: "";
    display: inline-block;
    width: 280px;
    height: 12px;
    background-color: #4c4948;
    position: absolute;
    bottom: 8px;
    left: calc(50% - 180px);
    transform: skewX(-35deg);
  }
  #learning h2:before {
    content: "";
    display: inline-block;
    width: 260px;
    height: 12px;
    background-color: #888;
    position: absolute;
    bottom: 0;
    left: calc(50% - 80px);
    transform: skewX(-35deg);
  }
  #learning h2.jp {
    font-size: 34px;
    font-weight: bold;
  }
  #learning .catch {
    font-size: 34px;
    text-align: center;
    margin-top: 30px;
  }
  #learning .catch_s {
    text-align: center;
    margin-top: 10px;
  }
  #learning .catch_sl {
    text-align: center;
    margin-top: 30px;
  }
  #learning .lessonWrap {
    border: 1px solid #4c4948;
    margin-top: 100px;
    padding: 80px 70px 60px;
  }
  #learning .lessonWrap h3 {
    width: 85%;
    height: 92px;
    font-size: 32px;
    padding-left: 70px;
    position: absolute;
    top: -41px;
    left: -1px;
  }
  #learning .lessonWrap h3 span {
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #888;
    padding-left: 60px;
    padding-right: 18%;
    font-size: 16px;
    font-weight: 400;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  #learning .lessonWrap p.sup_Txt {
    margin-top: 40px;
  }
  #learning .lessonBox {
    background: url(../images/welcomelesson_img_1.png) no-repeat right center/cover;
    width: 100%;
    height: 407px;
    position: relative;
  }
  #learning .lessonBox figure {
    display: none;
  }
  #learning .lessonBox.express {
    background: url(../images/expresscourse_img_1.png) no-repeat right center/cover;
  }
  #learning .lessonBox.srandard {
    background: url(../images/srandardcourse_img_1.png) no-repeat right center/cover;
  }
  #learning .lessonBox.pro {
    background: url(../images/procourse_img_1.png) no-repeat right center/cover;
  }
  #learning .lessonBox ul {
    gap: 20px;
    max-width: 550px;
    position: absolute;
    right: 10px;
    bottom: -30px;
  }
  #learning .lessonBox ul li {
    border: 1px solid #4c4948;
    width: 240px;
    padding: 60px 20px 30px;
    font-size: 22px;
    font-weight: bold;
    transform: skewX(-10deg);
  }
  #learning .lessonBox ul li:first-of-type {
    margin-left: 30px;
  }
  #learning .lessonBox ul li:before {
    content: "";
    display: inline-block;
    background: url(../images/check.png) no-repeat center/cover;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 24px;
    left: calc(50% - 14px);
    transform: skewX(10deg);
  }
  #learning .lessonBox ul li p {
    transform: skewX(10deg);
  }
  #learning .lessonBox ul li small {
    font-size: 16px;
  }
  #learning .lessonBox .course_point {
    font-size: 24px;
    right: 120px;
    top: 50px;
  }
  #learning .fee {
    margin-top: 70px;
    padding: 20px 40px 30px;
  }
  #learning .fee h4 {
    font-size: 18px;
    font-weight: 500;
  }
  #learning .fee ul {
    margin-top: 20px;
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #learning .fee ul li {
    width: 100%;
    font-size: 20px;
    padding: 10px 15px;
  }
  #learning .fee ul li span {
    font-size: 40px;
    color: #000000;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    display: inline-block;
    margin: 0 5px;
  }
  #learning .fee ul li small {
    font-size: 18px;
  }
  #learning .lessonCont {
    margin-top: 40px;
    padding: 0 10px;
  }
  #learning .lessonCont h4 {
    font-size: 24px;
    border-bottom: 2px solid #4c4948;
    padding-bottom: 20px;
  }
  #learning .lessonCont .lessonContList {
    margin-top: 40px;
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  #learning .lessonCont .lessonContList ul {
    width: calc(50% - 20px);
  }
  #learning .lessonCont .lessonContList ul li {
    font-size: 20px;
    padding-left: 50px;
  }
  #learning .lessonCont .lessonContList ul li + li {
    margin-top: 25px;
  }
  #learning .lessonCont .lessonContList ul li:before {
    content: "";
    display: inline-block;
    background: url(../images/check.png) no-repeat center/cover;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 3px;
    left: 4px;
  }
  #learning .lessonCont .lessonContList ul li.kome {
    font-size: 15px;
    font-weight: 400;
    text-align: right;
    padding-left: 0;
  }
  #learning .lessonCont .lessonContList ul li.kome:before {
    content: none;
  }
  #learning .lessonCont_st {
    margin-top: 40px;
    padding: 0 10px;
  }
  #learning .lessonCont_st h4 {
    font-size: 24px;
    border-bottom: 2px solid #4c4948;
    padding-bottom: 20px;
  }
  #learning .lessonCont_st .lessonContList {
    margin-top: 40px;
  }
  #learning .lessonCont_st .lessonContList ul {
    width: calc(50% - 20px);
  }
  #learning .lessonCont_st .lessonContList ul li {
    font-size: 20px;
    padding-left: 50px;
  }
  #learning .lessonCont_st .lessonContList ul li + li {
    margin-top: 25px;
  }
  #learning .lessonCont_st .lessonContList ul li:before {
    content: "";
    display: inline-block;
    background: url(../images/check.png) no-repeat center/cover;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 3px;
    left: 4px;
  }
  #learning .lessonCont_st .lessonContList ul li.kome {
    font-size: 15px;
    font-weight: 400;
    text-align: right;
    padding-left: 0;
  }
  #learning .lessonCont_st .lessonContList ul li.kome:before {
    content: none;
  }
  #learning .lessonCont_st li .text {
    margin-top: 15px;
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #learning .lessonCont_st li .text .num {
    width: 34px;
    height: 34px;
  }
  #learning .lessonCont_st li .text p {
    font-size: 20px;
    margin-top: 4px;
  }
  #learning .lessonCont_st p.hosoku {
    margin-top: 30px;
    line-height: 1.8;
  }
  #learning .lessonImg {
    margin-top: 60px;
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  #learning .lessonImg > div {
    width: calc(50% - 20px);
  }
  #learning .lessonImg > div span {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-top: 10px;
  }
  #learning .welcomelesson_Txt {
    font-size: 16px;
    margin-top: 10px;
  }
  #learning .btnWrap {
    margin: 60px auto 0;
  }
  #learning .btnWrap_c {
    margin: 40px auto 0;
  }
  #learning .nextlesson {
    background: url(../images/nextlesson_bg.png) no-repeat center/cover;
    width: 100%;
    height: 300px;
    text-align: center;
    color: #fff;
    font-style: italic;
    margin-top: 90px;
    padding-top: 110px;
  }
  #learning .nextlesson .en {
    font-size: 24px;
  }
  #learning .nextlesson .jp {
    font-size: 42px;
  }
  #learning .nextlesson .jp span {
    font-size: 25px;
  }
  #learning .nextlesson .jp .mini_Txt {
    font-size: 15px;
  }
  #learning .bg2 {
    background: url(../images/nextlesson_bg2.png);
    width: 100%;
    height: 300px;
  }
  #learning .bg3 {
    background: url(../images/nextlesson_bg3.png);
    width: 100%;
    height: 300px;
  }
  #learning .bg4 {
    background: url(../images/nextlesson_bg4.png);
    width: 100%;
    height: 300px;
  }
  #learning .next .arrowSmall {
    margin: 30px 0;
    width: 54px;
    height: 26px;
    display: inline-block;
  }
  #learning .next .saitan {
    position: absolute;
    right: 0;
    bottom: -76px;
    z-index: 2;
  }
  #learning .courseInfo {
    margin-top: 50px;
  }
  #learning .courseInfo h4 {
    font-size: 24px;
  }
  #learning .courseInfo ul {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 0 40px;
  }
  #learning .courseInfo ul + .kekka {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding-top: 70px;
    position: relative;
  }
  #learning .courseInfo ul + .kekka:before {
    content: "";
    display: inline-block;
    background: url(../images/next.png) no-repeat center/cover;
    width: 54px;
    height: 26px;
    position: absolute;
    top: 25px;
    left: calc(50% - 27px);
  }
  #learning .courseInfo ul li {
    width: calc(50% - 20px);
  }
  #learning .courseInfo ul li figure span {
    display: inline-block;
    color: #fff;
    background-color: #4c4948;
    font-weight: bold;
    font-size: 15px;
    padding: 8px 30px;
    border-radius: 18px;
    position: absolute;
    bottom: 15px;
    right: 20px;
  }
  #learning .courseInfo ul li figure.video-open {
    cursor: pointer;
    transition: 0.4s;
  }
  #learning .courseInfo ul li figure.video-open:hover {
    opacity: 0.7;
  }
  #learning .courseInfo ul li .text {
    margin-top: 15px;
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #learning .courseInfo ul li .text .num {
    width: 34px;
    height: 34px;
  }
  #learning .courseInfo ul li .text p {
    font-size: 16px;
  }
  #learning .runto {
    margin: 90px auto 0;
    text-align: center;
    width: 90%;
  }
  #learning .start .saitan {
    position: absolute;
    left: -70px;
    bottom: -86px;
    z-index: 2;
  }
  .calendarBtn {
    max-width: 630px;
  }
  .calendarBtn:before {
    content: "";
    display: inline-block;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 50px;
    background-color: #efefef;
    position: absolute;
    top: -5px;
    left: -5px;
  }
  .calendarBtn span {
    border-radius: 45px;
    padding: 25px 60px;
    font-size: 28px;
    transition: 0.4s;
  }
  .calendarBtn span:after {
    content: "";
    width: 16px;
    height: 16px;
    border: 0px;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 12px);
    right: 35px;
  }
  .calendarBtn span:hover {
    background-color: #888;
  }
  .contactWrap {
    background: url(../images/contact_bg.png) no-repeat center/cover;
    width: 100%;
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 75px;
  }
  .contactWrap > div {
    width: 100%;
  }
  .contactWrap.type2 {
    margin-top: 0;
    height: 380px;
  }
  .contactWrap p {
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 35px;
  }
  .contactWrap .btn {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    background-color: #fff;
    max-width: 630px;
    height: 72px;
    border-radius: 36px;
    margin: 0 auto;
    position: relative;
    padding: 0 70px;
    transition: 0.4s;
    width: 100%;
  }
  .contactWrap .btn:after {
    content: "";
    display: inline-block;
    background: url(../images/btn_arrow.png) no-repeat center/cover;
    width: 32px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: calc(50% - 15px);
    transition: 0.4s;
  }
  .contactWrap .btn:hover {
    background-color: #888;
    color: #fff;
  }
  .contactWrap .btn:hover:after {
    background: url(../images/btn_arrow_w.png) no-repeat center/cover;
  }
  .contactWrap .en {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 50px;
  }
  #course {
    padding-top: 80px;
    background-image: url(../images/kazari.png), url(../images/kazari.png), url(../images/kazari.png), url(../images/kazari.png), url(../images/kazari.png), url(../images/kazari.png);
    background-repeat: no-repeat;
    background-size: 133px 149px;
    background-position: top 160px left 35px, top 17% right 20px, top 31% left 35px, top 42% right 20px, top 52% left 35px, top 64% right 20px;
  }
  #course h2.course {
    font-size: 34px;
  }
  #course h2.course > div {
    padding: 0 40px;
  }
  #course h2.course > div:before {
    content: "";
    display: inline-block;
    background-color: #3c5f7c;
    width: 2px;
    height: 80px;
    transform: skewX(30deg);
    position: absolute;
    bottom: -5px;
    left: -10px;
  }
  #course h2.course > div:after {
    content: "";
    display: inline-block;
    background-color: #3c5f7c;
    width: 2px;
    height: 80px;
    transform: skewX(-30deg);
    position: absolute;
    bottom: -5px;
    right: -10px;
  }
  #course h2.course > div .sub {
    margin-bottom: 10px;
  }
  #course .courseDl {
    margin-top: 60px;
  }
  #course .courseDl > div + div {
    margin-top: 15px;
  }
  #course .courseDl > div dt {
    font-size: 28px;
    padding: 20px 80px 20px 60px;
    cursor: pointer;
    transition: 0.3s;
  }
  #course .courseDl > div dt:hover {
    opacity: 0.7;
  }
  #course .courseDl > div dt:after {
    content: "";
    display: inline-block;
    background: url(../images/plus.png) no-repeat center/cover;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 40px;
    top: calc(50% - 14px);
  }
  #course .courseDl > div dt h3 {
    font-size: 32px;
  }
  #course .courseDl > div dd {
    padding: 40px 40px 90px;
  }
  #course .courseDl > div dd .btnWrap {
    margin-top: 30px;
  }
  #course .courseDl2 {
    margin-top: 30px;
  }
  #course .courseDl2 > div + div {
    margin-top: 15px;
  }
  #course .courseDl2 > div dt {
    font-size: 28px;
    padding: 20px 80px 20px 60px;
    cursor: pointer;
    transition: 0.3s;
  }
  #course .courseDl2 > div dt:hover {
    opacity: 0.7;
  }
  #course .courseDl2 > div dt:after {
    content: "";
    display: inline-block;
    background: url(../images/plus.png) no-repeat center/cover;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 40px;
    top: calc(50% - 14px);
  }
  #course .courseDl2 > div dt h3 {
    font-size: 32px;
  }
  #course .courseDl2 > div dd {
    padding-bottom: 30px;
  }
  #course .courseDl2 > div dd .btnWrap {
    margin-top: 30px;
  }
  #course .courseList {
    display: flex;
    justify-content: center;
  }
  #course .courseList li {
    width: 25%;
    border-left: 1px solid #4c4948;
    padding: 55px 30px 10px;
    font-size: 22px;
  }
  #course .courseList li:last-of-type {
    border-right: 1px solid #4c4948;
  }
  #course .courseList li:before {
    content: "";
    display: inline-block;
    background: url(../images/check.png) no-repeat center/cover;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 10px;
    left: calc(50% - 14px);
  }
  #course .fee {
    margin-top: 40px;
    padding: 20px 40px 30px;
  }
  #course .fee h4 {
    font-size: 18px;
    font-weight: 500;
  }
  #course .fee ul {
    margin-top: 20px;
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #course .fee ul li {
    width: 100%;
    font-size: 20px;
    padding: 10px 15px;
  }
  #course .fee ul li span {
    font-size: 40px;
    color: #4c4948;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    display: inline-block;
    margin: 0 5px;
  }
  #course .fee ul li small {
    font-size: 18px;
  }
  #course .spot1col {
    padding: 30px 40px 40px;
  }
  #course .spot1col h4 {
    font-size: 18px;
    font-weight: 500;
  }
  #course .spot1col ul {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #course .spot1col ul li {
    width: 100%;
    font-size: 20px;
    padding: 10px 15px;
  }
  #course .spot1col ul li span {
    font-size: 40px;
    color: #4c4948;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    display: inline-block;
    margin: 0 5px;
  }
  #course .spot1col ul li small {
    font-size: 18px;
  }
  #course .spot1col h4 {
    margin-bottom: 20px;
  }
  #course .spot1col span {
    font-size: 14px;
  }
  #course .spot2col {
    padding: 30px 40px 40px;
  }
  #course .spot2col h4 {
    font-size: 18px;
    font-weight: 500;
  }
  #course .spot2col ul {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #course .spot2col ul li {
    width: 100%;
    font-size: 20px;
    padding: 10px 15px;
  }
  #course .spot2col ul li span {
    font-size: 40px;
    color: #4c4948;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    display: inline-block;
    margin: 0 5px;
  }
  #course .spot2col ul li small {
    font-size: 18px;
  }
  #course .spot0col {
    padding: 30px 40px 40px;
  }
  #course .spot0col p {
    margin-bottom: 20px;
  }
  #course .tobe {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  #course .tobe p {
    font-size: 34px;
  }
  #course .titleList {
    margin-top: 50px;
  }
  #course .titleList h4 {
    font-size: 22px;
    padding: 15px;
  }
  #course .titleList ul {
    margin-top: 20px;
  }
  #course .titleList ul li {
    padding: 15px 15px 15px 60px;
    font-size: 17px;
  }
  #course .titleList ul li span {
    font-size: 24px;
    left: 10px;
    top: 10px;
  }
  #course .cours_system {
    margin: 30px 0 60px;
  }
  #course .cours_system h3 {
    font-size: 32px;
  }
  #course .spot {
    padding-top: 100px;
  }
  #course .nextlesson {
    background: url(../images/nextlesson_bg.png) no-repeat center/cover;
    width: 100%;
    height: 300px;
    text-align: center;
    color: #fff;
    font-style: italic;
    margin-top: 90px;
    padding-top: 90px;
  }
  #course .nextlesson .en {
    font-size: 24px;
  }
  #course .nextlesson .jp {
    font-size: 42px;
  }
  #course .nextlesson .jp span {
    font-size: 25px;
  }
  #course .nextlesson .jp .mini_Txt {
    font-size: 15px;
  }
  #course .bg4 {
    background: url(../images/nextlesson_bg4.png);
    width: 100%;
    height: 300px;
  }
  #course .mcTest {
    margin-top: 80px;
  }
  #course .mcTest p {
    margin-top: 30px;
  }
  #course .mcTest h2 {
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 50px;
  }
  #course .mcTest h2:after {
    content: "";
    display: inline-block;
    width: 280px;
    height: 12px;
    background-color: #4c4948;
    position: absolute;
    bottom: 8px;
    left: calc(50% - 180px);
    transform: skewX(-35deg);
  }
  #course .mcTest h2:before {
    content: "";
    display: inline-block;
    width: 260px;
    height: 12px;
    background-color: #efefef;
    position: absolute;
    bottom: 0;
    left: calc(50% - 80px);
    transform: skewX(-35deg);
  }
  #course .mcTest .assciationBnr {
    padding: 40px 0 100px;
  }
  #course .mcTest .assciationBnr a {
    transition: 0.4s;
    display: block;
  }
  #course .mcTest .assciationBnr a:hover {
    opacity: 0.7;
  }
  #course .mcTest .assciationBnr p {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  #course .mcTest .businessBnr {
    padding: 40px 0 100px;
  }
  #course .mcTest .businessBnr a {
    transition: 0.4s;
    display: block;
  }
  #course .mcTest .businessBnr a:hover {
    opacity: 0.7;
  }
  #course .mcTest .businessBnr p {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .courseBtn {
    max-width: 780px;
  }
  .courseBtn:before {
    content: "";
    display: inline-block;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 50px;
    background-color: #efefef;
    position: absolute;
    top: -5px;
    left: -5px;
  }
  .courseBtn span {
    border-radius: 45px;
    padding: 25px 60px;
    font-size: 28px;
    transition: 0.4s;
  }
  .courseBtn span:after {
    content: "";
    width: 16px;
    height: 16px;
    border: 0px;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 12px);
    right: 35px;
  }
  .courseBtn span:hover {
    background-color: #888;
  }
  #calendar {
    margin-top: 100px;
    padding: 45px 10% 70px;
  }
  #calendar h3 {
    font-size: 50px;
    padding-bottom: 30px;
  }
  #calendar h3:after {
    content: "";
    display: inline-block;
    width: 280px;
    height: 12px;
    background-color: #4c4948;
    position: absolute;
    bottom: 8px;
    left: calc(50% - 170px);
    transform: skewX(-35deg);
  }
  #calendar h3:before {
    content: "";
    display: inline-block;
    width: 260px;
    height: 12px;
    background-color: #efefef;
    position: absolute;
    bottom: 0;
    left: calc(50% - 70px);
    transform: skewX(-35deg);
  }
  #calendar h3 + p {
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    font-size: 20px;
  }
  #calendar .calendarList {
    margin-top: 20px;
    padding: 0 80px;
  }
  #calendar .calendarList .slide-arrow {
    width: 42px;
    height: 92px;
    transition: 0.4s;
  }
  #calendar .calendarList .slide-arrow:hover {
    opacity: 0.7;
  }
  #calendar .calendarList .prev-arrow {
    left: 0;
    top: calc(50% - 46px);
  }
  #calendar .calendarList .prev-arrow:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 7px);
    left: 15px;
  }
  #calendar .calendarList .next-arrow {
    right: 0;
    top: calc(50% - 46px);
  }
  #calendar .calendarList .next-arrow:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 7px);
    right: 15px;
  }
  .torokuWrap {
    margin-top: 120px;
  }
  .torokuWrap figure {
    margin-top: 55px;
  }
  .torokuWrap .tourokuList {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
  }
  .torokuWrap .tourokuList li {
    width: calc(50% - 10px);
  }
  .torokuWrap .tourokuList li h3 {
    font-size: 20px;
    padding: 15px 30px;
  }
  .torokuWrap .tourokuList li p {
    padding: 25px 10px;
  }
  #goods {
    margin-top: 100px;
    padding: 80px 0 70px;
  }
  #goods h3 {
    font-size: 24px;
  }
  #goods h3 span {
    display: inline-block;
    position: relative;
  }
  #goods h3 span:before {
    content: "";
    display: inline-block;
    background: url(../images/goods.png) no-repeat center/cover;
    width: 204px;
    height: 73px;
    position: absolute;
    left: -100px;
    top: -97px;
  }
  #goods ul {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 35px 20px;
  }
  #goods ul li {
    width: calc(25% - 15px);
  }
  #goods ul li p {
    margin-top: 10px;
  }
  #profile {
    background: url(../images/profile_bg.png) no-repeat top center #efefef;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #profile .commonInner {
    padding: 0 45px;
  }
  #profile .profileWrap {
    padding: 80px 80px 60px;
  }
  #profile .profileWrap > div + div {
    margin-top: 80px;
  }
  #profile h2 {
    font-size: 34px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  #profile h2:after {
    content: "";
    display: inline-block;
    width: 280px;
    height: 12px;
    background-color: #4c4948;
    position: absolute;
    bottom: 8px;
    left: calc(50% - 180px);
    transform: skewX(-35deg);
  }
  #profile h2:before {
    content: "";
    display: inline-block;
    width: 260px;
    height: 12px;
    background-color: #888;
    position: absolute;
    bottom: 0;
    left: calc(50% - 80px);
    transform: skewX(-35deg);
  }
  #profile .profileBox {
    display: flex;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  #profile .profileBox .profileText {
    width: 60%;
  }
  #profile .profileBox .profileText h3 {
    font-size: 32px;
    padding-bottom: 30px;
  }
  #profile .profileBox .profileText h3:before {
    content: "";
    display: inline-block;
    width: 55px;
    height: 1px;
    background-color: #4c4948;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #profile .profileBox .profileText .name {
    margin-top: 40px;
  }
  #profile .profileBox .profileText .name .en {
    font-size: 20px;
    margin-right: 10px;
  }
  #profile .profileBox .profileText .name .jp {
    font-size: 16px;
  }
  #profile .profileBox .profileText .text {
    margin-top: 20px;
    font-size: 16px;
  }
  #profile .profileBox figure {
    width: 40%;
  }
  #profile .sotsugyouWrap {
    padding: 80px 80px 60px;
    margin-top: 100px;
  }
  #profile .sotsugyouWrap h3 {
    margin-top: 0;
    font-size: 24px;
  }
  #profile .advisors {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
  }
  #profile .advisors li {
    width: 100%;
  }
  #profile .advisors li p {
    margin-top: 20px;
  }
  #profile .graduate {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  #profile .graduate .img_name {
    display: flex;
    align-items: flex-end;
    gap: 16px;
  }
  #profile .graduate li {
    gap: 20px;
    width: 100%;
  }
  #profile .graduate li p {
    font-size: 16px;
    margin-top: 16px;
  }
  #profile .graduate li img {
    max-width: 160px;
    height: 200px;
  }
  #profile .bold {
    font-weight: 600;
  }
  #profile .snsList {
    display: flex;
    justify-content: center;
    -moz-column-gap: 45px;
         column-gap: 45px;
    margin-top: 50px;
  }
  #profile .snsList a {
    transition: 0.4s;
  }
  #profile .snsList a:hover {
    opacity: 0.7;
  }
  #profile .textLink:hover {
    opacity: 0.6;
  }
  .vm {
    display: flex;
  }
  #vision .enTitle img {
    width: 172px;
  }
  #mission .enTitle img {
    width: 215px;
  }
  .secCol2 {
    width: 50%;
    padding: 60px 4%;
  }
  .secCol2 .visionCatch {
    font-size: 30px;
    margin-top: 30px;
  }
  .secCol2 .missionCatch {
    font-size: 30px;
    margin-top: 30px;
  }
  #credo .credoHeadArea {
    padding: 60px 20px;
  }
  #credo .enTitle img {
    width: 228px;
  }
  #credo .jaTitle {
    font-size: 24px;
    margin-top: 20px;
  }
  #credo .desc {
    font-size: 18px;
    text-align: center;
    line-height: 2.05;
    margin-top: 20px;
  }
  #faq {
    padding: 70px 0 100px;
  }
  #faq h2 {
    font-size: 58px;
    padding-bottom: 40px;
  }
  #faq h2:after {
    content: "";
    display: inline-block;
    width: 280px;
    height: 12px;
    background-color: #4c4948;
    position: absolute;
    bottom: 8px;
    left: calc(50% - 170px);
    transform: skewX(-35deg);
  }
  #faq h2:before {
    content: "";
    display: inline-block;
    width: 260px;
    height: 12px;
    background-color: #efefef;
    position: absolute;
    bottom: 0;
    left: calc(50% - 70px);
    transform: skewX(-35deg);
  }
  #faq h2 + p {
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    font-size: 20px;
  }
  #faq .faqList {
    margin-top: 35px;
  }
  #faq .faqList > div + div {
    margin-top: 20px;
  }
  #faq .faqList > div dt {
    padding: 25px 80px 25px 110px;
    font-size: 20px;
    cursor: pointer;
  }
  #faq .faqList > div dt span {
    position: absolute;
    top: 25px;
    left: 50px;
  }
  #faq .faqList > div dt:hover {
    opacity: 0.7;
  }
  #faq .faqList > div dt:after {
    content: "";
    display: inline-block;
    background: url(../images/plus_g.png) no-repeat center/cover;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 40px;
    top: calc(50% - 14px);
  }
  #faq .faqList > div dd {
    padding: 0px 20px 25px 110px;
    font-size: 18px;
  }
  #faq h3 {
    margin-top: 90px;
    font-size: 38px;
  }
  #faq .partnersList {
    margin-top: 45px;
    gap: 20px;
  }
  #faq .partnersList li {
    width: calc(25% - 15px);
  }
  #footer {
    padding: 70px 0 35px;
  }
  #footer .footerLogo img {
    max-width: 166px;
  }
  #footer .footerLogosupport img {
    max-width: 166px;
  }
  #footer .copyright {
    font-size: 13px;
    margin-top: 90px;
  }
  #pageTop {
    background-size: 5px 52px;
    width: 52px;
    height: 52px;
    bottom: 30px;
    right: 20px;
    cursor: pointer;
  }
  /* fadeUp */
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
  .modaal-video-container {
    max-width: 1300px !important;
    max-height: unset !important;
  }
  .google-cal {
    text-align: center;
    margin-top: 20px;
  }
  .google-cal iframe {
    width: 100%;
    max-width: 800px;
    height: 480px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  h2,
  h3,
  h4 {
    line-height: 1.3;
  }
  #role .imgArea img {
    width: auto;
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
  }
  /* fadeUp */
  /* ココから下には記入禁止 */
  .modaal-video-container {
    max-width: 1300px !important;
    max-height: unset !important;
  }
  .google-cal {
    text-align: center;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=map/styles.css.map */
