@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

.hide {
  display: none;
}

.block {
  display: block;
}

@media screen and (max-width: 1270px) {
  .pc-hide {
    display: none !important;
  }
  .pc-block {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tab-hide {
    display: none !important;
  }
  .tab-block {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .sp-hide {
    display: none !important;
  }
  .sp-block {
    display: block !important;
  }
}
.inner {
  padding: 0 50px;
}
@media screen and (max-width: 480px) {
  .inner {
    padding: 0 16px;
  }
}

.inner2 {
  padding: 0 10.417vw;
}
@media screen and (max-width: 1270px) {
  .inner2 {
    padding: 0 32px;
  }
}
@media screen and (max-width: 480px) {
  .inner2 {
    padding: 0 16px;
  }
}

.inner3 {
  padding: 0 50px;
}
@media screen and (max-width: 1270px) {
  .inner3 {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .inner3 {
    padding-left: 0;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #332E32;
  font-weight: 500;
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

main {
  overflow-x: clip;
}

img {
  width: 100%;
}

@keyframes text_scroll {
  100% {
    transform: translateX(-100%);
  }
}
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/* 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;
}

.header {
  top: 0;
  position: fixed;
  width: 100%;
  padding: 35px 50px 0;
  z-index: 99;
}
@media screen and (max-width: 480px) {
  .header {
    padding: 16px 16px 0;
  }
}
.header-flowt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-flowt h1 {
  width: 330px;
}
@media screen and (max-width: 480px) {
  .header-flowt h1 {
    width: 200px;
  }
}
.header-flowt_right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .header-flowt_right {
    margin-left: 3rem;
  }
}
.header-flowt_right .sns {
  display: flex;
  margin-right: 2rem;
}
@media screen and (max-width: 480px) {
  .header-flowt_right .sns {
    display: none;
  }
}
.header-flowt_right .sns li {
  margin-right: 1rem;
}

.main {
  position: relative;
  margin-top: calc(160px + 2rem);
}
@media screen and (max-width: 480px) {
  .main {
    margin-top: calc(115px + 2rem);
  }
}
.main::before {
  content: "";
  position: absolute;
  background: url(../img/circle01.png) no-repeat center;
  background-size: cover;
  width: 77.083vw;
  height: 77.083vw;
  top: -39.062vw;
  right: -23.437vw;
  z-index: -1;
}
.main .kv {
  width: 69.792vw;
  height: 35.417vw;
  background: url(../img/0033.png) no-repeat center;
  background-size: cover;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .main .kv {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .main .kv {
    background-image: url(../img/kv_sp.png);
    background-position: left 5% top 50%;
  }
}
.main .kv_txt {
  position: absolute;
  top: 50%;
  left: -23.958vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 1270px) {
  .main .kv_txt {
    left: -30px;
    bottom: 0;
    top: auto;
    transform: translateY(0);
  }
}
@media screen and (max-width: 480px) {
  .main .kv_txt {
    display: none;
  }
}
.main .kv_txt .catch {
  margin-bottom: 3rem;
  width: 700px;
}
@media screen and (max-width: 1270px) {
  .main .kv_txt .catch {
    width: 350px;
  }
}
.main .kv_txt p {
  font-size: 1.3rem;
}
.main .txt_flow {
  white-space: nowrap;
  animation: text_scroll 30s linear infinite;
  transform: translateX(0);
  width: 3700px;
  margin-top: 1rem;
}
@media screen and (max-width: 480px) {
  .main .txt_flow {
    width: 1500px;
  }
}
.main .concept {
  margin-top: 350px;
  text-align: center;
  position: relative;
  margin-bottom: 250px;
}
@media screen and (max-width: 1270px) {
  .main .concept {
    margin-top: 150px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .main .concept {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
.main .concept::before {
  content: "";
  background: url(../img/circle01.png) no-repeat center;
  background-size: contain;
  width: 62.5vw;
  height: 62.5vw;
  position: absolute;
  left: -15.625vw;
  top: -4.167vw;
  z-index: -1;
}
.main .concept::after {
  content: "";
  background: url(../img/circle02.png) no-repeat center;
  background-size: contain;
  width: 26.042vw;
  height: 26.042vw;
  position: absolute;
  right: -1.198vw;
  bottom: -0.521vw;
  z-index: -1;
}
.main .concept-ttl {
  display: inline-block;
}
.main .concept-ttl_en {
  width: 170px;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .main .concept-ttl_en {
    margin: 0 auto;
    width: 120px;
  }
}
.main .concept-ttl_ja {
  font-size: 3rem;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .main .concept-ttl_ja {
    font-size: 1.5rem;
  }
}
.main .concept-flex {
  display: flex;
  margin-top: 2.5vw;
}
@media screen and (max-width: 480px) {
  .main .concept-flex {
    flex-direction: column;
  }
}
.main .concept-flex .txt {
  width: 910px;
  margin-left: 80px;
  text-align: left;
  font-size: 1.25rem;
}
@media screen and (max-width: 480px) {
  .main .concept-flex .txt {
    width: auto;
    margin-left: 0;
    margin-top: 2rem;
    font-size: 14px;
  }
}
.main .feature {
  background: #f2f1eb;
  position: relative;
  padding-top: 100px;
  padding-bottom: calc(10vw + 70px);
}
@media screen and (max-width: 480px) {
  .main .feature {
    padding-top: 50px;
  }
}
.main .feature::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #fff;
  border-left: 100vw solid transparent;
}
.main .feature::after {
  content: "";
  position: absolute;
  bottom: -13.021vw;
  left: -6.771vw;
  background: url(../img/0123.png) no-repeat center;
  background-size: cover;
  width: 37.5vw;
  height: 37.5vw;
}
@media screen and (max-width: 480px) {
  .main .feature::after {
    width: 64.103vw;
    height: 64.103vw;
    bottom: -25.641vw;
  }
}
.main .feature_1 {
  text-align: center;
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .main .feature_1 {
    width: auto;
    padding: 0 16px;
  }
}
.main .feature_1 .logo {
  width: 300px;
  margin: 0 auto 3rem;
  padding-bottom: 2rem;
  border-bottom: solid 5px #fff;
}
.main .feature_1 p {
  font-size: 1.3rem;
}
@media screen and (max-width: 480px) {
  .main .feature_1 p {
    font-size: 14px;
  }
}
.main .feature_2 {
  margin-top: 120px;
}
.main .feature_2__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.main .feature_2__list li {
  width: calc(50% - 4.167vw);
  margin-left: 2.083vw;
  margin-right: 2.083vw;
  margin-bottom: 130px;
  position: relative;
  background-color: #fff;
  border-radius: 236px;
  padding: 80px 100px;
  text-align: center;
}
@media screen and (max-width: 1270px) {
  .main .feature_2__list li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .main .feature_2__list li {
    padding: 48px 32px 32px 32px;
    border-radius: 32px;
    margin-bottom: 80px;
  }
}
.main .feature_2__list li:nth-of-type(2n) {
  transform: translateY(5rem);
}
@media screen and (max-width: 1270px) {
  .main .feature_2__list li:nth-of-type(2n) {
    transform: none;
  }
}
.main .feature_2__list li .point {
  position: absolute;
  top: -80px;
  left: -50px;
  background-color: #f2f1eb;
  border: solid 3px #fff;
  border-radius: 226px;
  width: 235px;
  padding: 50px 0;
  font-size: 1.3rem;
  color: #E5007F;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .main .feature_2__list li .point {
    width: 150px;
    padding: 1rem 0;
    left: 0;
    top: 0;
    transform: translateY(-50%);
  }
}
.main .feature_2__list li .ttl {
  font-size: 1.3rem;
  color: #E5007F;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.main .course {
  position: relative;
  padding-top: 300px;
  padding-bottom: 150px;
  text-align: center;
}
@media screen and (max-width: 1270px) {
  .main .course {
    padding-top: 200px;
  }
}
@media screen and (max-width: 480px) {
  .main .course {
    padding-bottom: 80px;
  }
}
.main .course::before {
  content: "";
  position: absolute;
  top: -5.208vw;
  left: 31.25vw;
  width: 48.438vw;
  height: 27.24vw;
  background: url(../img/cource_line.png) no-repeat center;
  z-index: -1;
  background-size: contain;
}
.main .course::after {
  content: "";
  background: url(../img/circle03.png) no-repeat center;
  background-size: contain;
  width: 26.615vw;
  height: 29.167vw;
  position: absolute;
  top: 0;
  right: -3.802vw;
}
.main .course-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .main .course-ttl {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.main .course-ttl::before {
  content: "";
  background-color: #F2F1EB;
  bottom: 0;
  left: 50%;
  position: absolute;
  width: 230px;
  height: 5px;
  transform: translateX(-50%);
}
.main .course-ttl_en {
  width: 170px;
}
@media screen and (max-width: 480px) {
  .main .course-ttl_en {
    width: 120px;
  }
}
.main .course-ttl_ja {
  font-size: 3rem;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .main .course-ttl_ja {
    font-size: 1.5rem;
  }
}
.main .course-desc {
  width: 900px;
  font-size: 1.3rem;
  margin: 0 auto;
}
@media screen and (max-width: 1270px) {
  .main .course-desc {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .main .course-desc {
    font-size: 14px;
  }
}
.main .course2 .business {
  background-color: #F2F1EB;
  position: relative;
  padding: 100px 0 150px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .main .course2 .business {
    padding: 50px 0 100px;
  }
}
.main .course2 .business .course2-content {
  background-color: #fff;
  padding: 6.25vw 0;
  width: 53.646vw;
}
@media screen and (max-width: 1270px) {
  .main .course2 .business .course2-content {
    width: 100%;
    padding: 36.585vw 0 12.195vw;
  }
}
@media screen and (max-width: 480px) {
  .main .course2 .business .course2-content {
    padding-top: 50px;
  }
}
.main .course2 .business .course2-content_img {
  width: 42.708vw;
  position: absolute;
  right: -46.875vw;
  top: -14.062vw;
}
@media screen and (max-width: 1270px) {
  .main .course2 .business .course2-content_img {
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .main .course2 .business .course2-content_img {
    transform: none;
    position: static;
    width: 100%;
  }
}
.main .course2 .culture {
  position: relative;
  padding: 100px 0 150px;
}
@media screen and (max-width: 480px) {
  .main .course2 .culture {
    padding: 50px 0;
  }
}
.main .course2 .culture .course2-content {
  background-color: #F2F1EB;
  padding: 6.25vw 0;
  width: 53.646vw;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1270px) {
  .main .course2 .culture .course2-content {
    width: 100%;
    padding: 36.585vw 0 12.195vw;
  }
}
@media screen and (max-width: 480px) {
  .main .course2 .culture .course2-content {
    padding-top: 50px;
  }
}
.main .course2 .culture .course2-content_img {
  width: 42.708vw;
  position: absolute;
  left: -46.875vw;
  top: -14.062vw;
}
@media screen and (max-width: 1270px) {
  .main .course2 .culture .course2-content_img {
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .main .course2 .culture .course2-content_img {
    transform: none;
    position: static;
    width: 100%;
  }
}
.main .course2-content_enttl {
  font-size: 3rem;
  color: #E5007F;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .main .course2-content_enttl {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
.main .course2-content_ttl {
  font-size: 1.5rem;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 480px) {
  .main .course2-content_ttl {
    font-size: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.main .course2-content_ttl::before {
  content: "";
  background-color: #E5007F;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
}
.main .course2-content .btn {
  display: inline-block;
  font-size: 14px;
  color: #E5007F;
  font-weight: bold;
  margin-top: 80px;
  position: relative;
  padding-right: 3rem;
}
@media screen and (max-width: 480px) {
  .main .course2-content .btn {
    margin-top: 2rem;
  }
}
.main .course2-content .btn::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/course_icon.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main .course2-content_inner {
  position: relative;
}
@media screen and (max-width: 480px) {
  .main .course2-content_inner {
    display: flex;
    flex-direction: column-reverse;
  }
}
.main .schedule {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .schedule {
    padding: 0 16px;
  }
}
@media screen and (max-width: 480px) {
  .main .schedule {
    margin-bottom: 50px;
  }
}
.main .schedule_ttl {
  font-size: 2rem;
  color: #E5007F;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .main .schedule_ttl {
    font-size: 1.1rem;
  }
}
.main .schedule_txt {
  margin-top: 1rem;
}
.main .instructors {
  padding-top: 100px;
  padding-bottom: 150px;
  text-align: center;
}
@media screen and (max-width: 1270px) {
  .main .instructors {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .main .instructors {
    padding-top: 0;
  }
}
.main .instructors .slick-list {
  overflow: visible;
}
.main .instructors-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .main .instructors-ttl {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
.main .instructors-ttl::before {
  content: "";
  background-color: #F2F1EB;
  bottom: 0;
  left: 50%;
  position: absolute;
  width: 230px;
  height: 5px;
  transform: translateX(-50%);
}
.main .instructors-ttl_en {
  width: 170px;
}
@media screen and (max-width: 480px) {
  .main .instructors-ttl_en {
    width: 120px;
  }
}
.main .instructors-ttl_ja {
  font-size: 3rem;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .main .instructors-ttl_ja {
    font-size: 1.5rem;
  }
}
.main .instructors_inner {
  margin: 6.25vw 2.604vw 0;
  padding: 10.417vw 2.604vw 2.604vw;
  background-color: #F2F1EB;
  border-radius: 15px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1270px) {
  .main .instructors_inner {
    padding: 200px 16px 50px;
    margin-top: 100px;
  }
}
.main .instructors_inner .img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 15.625vw;
  height: 15.625vw;
}
@media screen and (max-width: 1270px) {
  .main .instructors_inner .img {
    width: 80%;
    transform: translate(-50%, -80%);
  }
}
@media screen and (max-width: 480px) {
  .main .instructors_inner .img {
    top: -15%;
    transform: translate(-50%, 0);
  }
}
.main .instructors_inner .img img {
  border-radius: 50%;
}
.main .instructors_inner .txt .ttl {
  font-size: 1.3rem;
  color: #E5007F;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.main .instructors_inner .txt_btm {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .instructors_inner .txt_btm .name {
  font-size: 1rem;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}
.main .instructors_inner .txt_btm .tantou {
  font-size: 14px;
}
.main .graw {
  background-color: #F2F1EB;
  border-top-left-radius: 150px;
  border-bottom-right-radius: 150px;
  padding: 150px 0;
}
@media screen and (max-width: 1270px) {
  .main .graw {
    padding: 50px 0;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
  }
}
.main .graw .about {
  position: relative;
}
.main .graw .about::before {
  content: "";
  bottom: -350px;
  right: -110px;
  position: absolute;
  width: 378px;
  height: 378px;
  background: url(../img/circle04.png) no-repeat center;
  background-size: contain;
}
.main .graw .about-ttl {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .main .graw .about-ttl {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    align-items: center;
  }
}
.main .graw .about-ttl::before {
  content: "";
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 230px;
  height: 5px;
}
@media screen and (max-width: 480px) {
  .main .graw .about-ttl::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.main .graw .about-ttl_en {
  width: 170px;
}
@media screen and (max-width: 480px) {
  .main .graw .about-ttl_en {
    width: 120px;
  }
}
.main .graw .about-ttl_ja {
  font-size: 3rem;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .main .graw .about-ttl_ja {
    font-size: 1.5rem;
  }
}
.main .graw .about-desc {
  font-size: 1.3rem;
}
@media screen and (max-width: 480px) {
  .main .graw .about-desc {
    font-size: 14px;
  }
}
.main .graw .about-list {
  display: flex;
  margin-top: 2rem;
}
@media screen and (max-width: 480px) {
  .main .graw .about-list {
    flex-direction: column;
  }
}
.main .graw .about-list_item {
  width: calc(33.33% - 2.604vw);
  margin-right: 5.208vw;
}
@media screen and (max-width: 480px) {
  .main .graw .about-list_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.main .graw .about-list_item .point {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.3rem;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 1rem;
  border-bottom: #E5007F solid 2px;
}
@media screen and (max-width: 480px) {
  .main .graw .about-list_item .point {
    font-size: 1.1rem;
  }
}
.main .graw .flow {
  position: relative;
  margin-top: 10rem;
}
.main .graw .flow::before {
  content: "";
  background: url(../img/circle05.png) no-repeat center;
  width: 725px;
  height: 725px;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -400px;
}
.main .graw .flow-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .main .graw .flow-ttl {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.main .graw .flow-ttl::before {
  content: "";
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 230px;
  height: 5px;
}
.main .graw .flow-ttl_en {
  width: 170px;
}
@media screen and (max-width: 480px) {
  .main .graw .flow-ttl_en {
    width: 120px;
  }
}
.main .graw .flow-ttl_ja {
  font-size: 3rem;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .main .graw .flow-ttl_ja {
    font-size: 1.5rem;
  }
}
.main .graw .flow-list {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1270px) {
  .main .graw .flow-list {
    flex-wrap: wrap;
  }
}
.main .graw .flow-list_item {
  width: 400px;
  margin-right: 1.3rem;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  padding: 100px 1.5rem;
  text-align: center;
}
@media screen and (max-width: 1270px) {
  .main .graw .flow-list_item {
    width: calc(50% - 2rem);
    margin-right: 1rem;
    margin-bottom: 5rem;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .main .graw .flow-list_item {
    width: 100%;
  }
}
.main .graw .flow-list_item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1270px) {
  .main .graw .flow-list_item:last-child {
    margin-right: auto;
  }
}
.main .graw .flow-list_item__num {
  display: inline-block;
  color: #E5007F;
  border: solid 3px #fff;
  border-radius: 30px;
  background-color: #F2F1EB;
  width: 160px;
  padding: 1rem 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
}
.main .graw .flow-list_item .ttl {
  font-size: 1.3rem;
  color: #E5007F;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.main .graw .flow-list_item .desc {
  text-align: left;
}
.main .graw .touroku {
  margin-top: 5rem;
}
@media screen and (max-width: 480px) {
  .main .graw .touroku {
    margin-top: 0;
    padding: 0 16px;
  }
}
.main .graw .touroku .img1 {
  width: 415px;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 480px) {
  .main .graw .touroku .img1 {
    width: auto;
  }
}
.main .graw .touroku .img2 {
  width: 424px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .main .graw .touroku .img2 {
    width: auto;
  }
}

.footer {
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  .footer {
    padding: 2rem 0;
  }
}
.footer .logo {
  width: 15.625vw;
}
@media screen and (max-width: 480px) {
  .footer .logo {
    width: 250px;
    margin: 0 auto;
  }
}
.footer-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .footer-inner {
    flex-direction: column;
  }
}
.footer-list {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  margin-left: 2rem;
}
@media screen and (max-width: 480px) {
  .footer-list {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.footer-list_item {
  width: calc(25% - 16px);
  margin-right: 16px;
  font-size: 14px;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .footer-list_item {
    width: calc(50% - 32px);
    margin-right: 32px;
    font-size: 12px;
  }
}
.footer-list_item:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .footer-list_item:nth-of-type(4n) {
    margin-right: auto;
  }
}
.footer-list_item:nth-of-type(2n) {
  margin-right: 0;
}
.footer .copyright {
  margin-top: 2rem;
  text-align: center;
}/*# sourceMappingURL=style.css.map */