@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&display=swap");
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}
body .min {
  font-family: "Zen Old Mincho", serif;
}
body a {
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  body a {
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body a:hover {
    opacity: 0.6;
  }
}
body a:hover {
  text-decoration: none;
}
body img {
  vertical-align: bottom;
  border: 0;
  outline: none;
}
body sup, body sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 50%;
}
body sup {
  bottom: 1ex;
}
body sub {
  top: 0.5ex;
}
body input, body textarea, body select, body button {
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body input::-ms-expand, body textarea::-ms-expand, body select::-ms-expand, body button::-ms-expand {
  display: none;
}
body .word_break {
  word-wrap: break-word;
  word-break: break-all;
}
body * {
  outline: none;
}
body *:hover, body *:active, body *:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1020px;
  }
  body main article section {
    max-width: 1920px;
  }
  body main article section .inner {
    width: 920px;
    margin: auto;
  }
  body main article section .inner .title1 {
    display: block;
    width: fit-content;
    margin: 0 auto 62px;
  }
  body main article section .inner .title1 span {
    display: block;
  }
  body main article section .inner .title1 span.en {
    width: fit-content;
    height: 24px;
    margin: auto;
  }
  body main article section .inner .title1 span.en img {
    width: auto;
    height: 100%;
  }
  body main article section .inner .title1 span.jp {
    font-size: 32px;
    line-height: 46px;
    font-weight: 600;
    text-align: center;
    margin-top: 16px;
  }
  body main article section .inner .title2 {
    display: block;
    width: fit-content;
    margin: 0 auto 10px 0;
  }
  body main article section .inner .title2 span {
    display: block;
  }
  body main article section .inner .title2 span.en {
    width: fit-content;
    height: 20px;
    margin: auto auto auto 0;
  }
  body main article section .inner .title2 span.en img {
    width: auto;
    height: 100%;
  }
  body main article section .inner .title2 span.jp {
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    margin-top: 4px;
  }
  body main article section .inner p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
  }
  body main article section#fv {
    background: url("../images/fv-bg.png") repeat center/1366px;
    padding-top: 120px;
    position: relative;
  }
  body main article section#fv::before {
    content: "";
    display: block;
    width: 248px;
    height: 100%;
    background: #6E9997 url("../images/fv-en.png") no-repeat left top/179px;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: 475px;
  }
  body main article section#fv .inner {
    position: relative;
    padding-bottom: 128px;
  }
  body main article section#fv h1 {
    margin-bottom: 84px;
  }
  body main article section#fv .text {
    display: block;
    width: 730px;
    margin: auto;
    font-size: 16px;
    line-height: 42px;
  }
  body main article section#fv .text.text2 {
    margin-top: 42px;
  }
  body main article section#fv .image {
    position: absolute;
  }
  body main article section#fv .image img {
    width: 100%;
  }
  body main article section#fv .image.image1 {
    width: 258px;
    bottom: 290px;
    left: 50%;
    margin-left: 252px;
  }
  body main article section#fv .image.image2 {
    width: 293px;
    bottom: 78px;
    left: 50%;
    margin-left: 390px;
  }
  body main article section#outline {
    padding: 120px 0 75px;
  }
  body main article section#outline .inner {
    width: 1020px;
  }
  body main article section#outline h2 {
    margin-left: 50px;
  }
  body main article section#outline .outline-contents {
    width: 100%;
    padding: 55px 50px 70px;
    box-sizing: border-box;
    background-color: #6E9997;
    margin: auto;
  }
  body main article section#outline .outline-contents .content {
    width: 100%;
    background-color: #fff;
    padding: 35px 70px 45px 20px;
    box-sizing: border-box;
  }
  body main article section#outline .outline-contents .content:nth-of-type(n+2) {
    margin-top: 20px;
  }
  body main article section#outline .outline-contents .content .title {
    font-size: 32px;
    line-height: 46px;
    font-weight: 600;
    color: #115F5B;
  }
  body main article section#outline .outline-contents .content .set {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-left: 20px;
    margin-top: 20px;
  }
  body main article section#outline .outline-contents .content .set .image {
    order: 2;
    width: 300px;
  }
  body main article section#outline .outline-contents .content .set .image img {
    width: 100%;
  }
  body main article section#outline .outline-contents .content .set .text {
    display: block;
    width: calc(100% - 340px);
    line-height: 35px;
  }
  body main article section#outline .outline-contents .content .set .text small {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  body main article section#outline .outline-contents .cap {
    font-size: 13px;
    line-height: 1;
    text-align: right;
    color: #fff;
    margin-top: 18px;
  }
  body main article section#outline .outline-contents .comunity {
    width: 835px;
    margin: 55px auto 0;
    position: relative;
    color: #fff;
  }
  body main article section#outline .outline-contents .comunity .copy {
    display: block;
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 3px solid #fff;
    margin-bottom: 35px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
  }
  body main article section#outline .outline-contents .comunity .btn {
    display: block;
    width: 320px;
    border-radius: 35px;
    padding: 21px 0 20px;
    box-sizing: border-box;
    background-color: #7DCC12;
    margin: 30px auto 0;
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
    text-align: center;
  }
  body main article section#studio {
    padding-bottom: 130px;
  }
  body main article section#studio .inner {
    min-height: 516px;
    padding: 17px 0 0 500px;
    box-sizing: border-box;
    position: relative;
  }
  body main article section#studio .inner .image {
    display: block;
    width: calc(500px + (100vw - 1020px) / 2);
    height: 516px;
    background: url("../images/studio-image.jpg") no-repeat center center/cover;
    position: absolute;
    top: 0;
    right: 470px;
  }
  body main article section#studio .inner h3 {
    font-size: 32px;
    line-height: 46px;
    font-weight: 600;
    color: #115F5B;
    margin-bottom: 25px;
  }
  body main article section#studio .inner p + p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
  }
  body main article section#studio .inner .logo {
    width: 246px;
    height: 68px;
    margin-top: 40px;
  }
  body main article section#studio .inner .logo img {
    width: 100%;
  }
  body main article section#schedule {
    padding: 130px 0 100px;
  }
  body main article section#schedule .list {
    border-top: 1px solid #D8E5E4;
    color: #115F5B;
    margin-top: 30px;
  }
  body main article section#schedule .list .data {
    display: block;
    border-bottom: 1px solid #D8E5E4;
    padding: 14px;
    position: relative;
  }
  body main article section#schedule .list .data::after {
    content: "";
    display: block;
    width: 14px;
    height: 11px;
    background: url("../images/schedule-arrow.png") no-repeat center/100%;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body main article section#schedule .list .data .day, body main article section#schedule .list .data .place {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }
  body main article section#schedule .list .data .day span, body main article section#schedule .list .data .place span {
    font-weight: 700;
  }
  body main article section#schedule .list .data .name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 10px;
  }
  body main article section#schedule .list .data .place {
    margin-top: 10px;
  }
  body main article section#related {
    padding: 80px 0 110px;
    background-color: #6E9997;
    color: #fff;
  }
  body main article section#related h2 {
    margin-bottom: 50px;
  }
  body main article section#related .image {
    display: block;
    width: 100%;
  }
  body main article section#related .image img {
    width: 100%;
  }
  body main article section#related .copy {
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    margin-top: 25px;
  }
  body main article section#related .set {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 16px;
  }
  body main article section#related .set p {
    display: block;
    width: calc(100% - 334px);
  }
  body main article section#related .set .btn {
    display: block;
    width: 270px;
    padding: 19px 0;
    border-radius: 30px;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    color: #115F5B;
  }
  body main article .modal .modal_con {
    padding: 65px 80px 80px;
  }
  body main article .modal .modal_con .modal_close {
    width: 44px;
    height: 44px;
    background-color: transparent;
  }
  body main article .modal .modal_con .modal_close::before, body main article .modal .modal_con .modal_close::after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body main article .modal .modal_con .modal_close::before {
    transform: rotate(45deg);
  }
  body main article .modal .modal_con .modal_close::after {
    transform: rotate(-45deg);
  }
  body main article .modal .modal_con .title {
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
  }
  body main article .modal .modal_con h3 {
    display: block;
    width: fit-content;
    margin: 35px auto 10px 0;
    color: #115F5B;
  }
  body main article .modal .modal_con h3 span {
    display: block;
  }
  body main article .modal .modal_con h3 span.en {
    width: fit-content;
    height: 20px;
    margin: auto auto auto 0;
  }
  body main article .modal .modal_con h3 span.en img {
    width: auto;
    height: 100%;
  }
  body main article .modal .modal_con h3 span.jp {
    font-size: 32px;
    line-height: 46px;
    font-weight: 600;
  }
  body main article .modal .modal_con .flow {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 40px 0;
    flex-wrap: wrap;
  }
  body main article .modal .modal_con .flow .flow-set {
    width: calc((100% - 120px) / 3);
    max-width: 242px;
    position: relative;
  }
  body main article .modal .modal_con .flow .flow-set:nth-of-type(1)::after, body main article .modal .modal_con .flow .flow-set:nth-of-type(2)::after, body main article .modal .modal_con .flow .flow-set:nth-of-type(4)::after, body main article .modal .modal_con .flow .flow-set:nth-of-type(5)::after {
    content: "";
    display: block;
    width: 10px;
    height: 42px;
    background-color: #6E9997;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    position: absolute;
    top: 56px;
    right: -35px;
  }
  body main article .modal .modal_con .flow .flow-set .image {
    width: 100%;
  }
  body main article .modal .modal_con .flow .flow-set .image img {
    width: 100%;
  }
  body main article .modal .modal_con .flow .flow-set .num {
    width: auto;
    height: 36px;
  }
  body main article .modal .modal_con .flow .flow-set .num img {
    width: auto;
    height: 100%;
  }
  body main article .modal .modal_con .flow .flow-set .main-text {
    display: block;
    width: 100%;
    height: auto;
    min-height: 64px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
  }
  body main article .modal .modal_con .flow .flow-set .sub-text {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 10px;
  }
  body main article .modal .modal_con .flow .flow-set .sub-text a {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
  body main article section .inner {
    width: 89.3333333333%;
    margin: auto;
  }
  body main article section .inner .title1 {
    display: block;
    width: fit-content;
    margin: 0 auto 40px 0;
  }
  body main article section .inner .title1 span {
    display: block;
  }
  body main article section .inner .title1 span.en {
    width: fit-content;
    height: 17px;
    margin: auto auto auto 0;
  }
  body main article section .inner .title1 span.en img {
    width: auto;
    height: 100%;
  }
  body main article section .inner .title1 span.jp {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 13px;
  }
  body main article section .inner .title2 {
    display: block;
    width: fit-content;
    margin: 0 auto 30px 0;
  }
  body main article section .inner .title2 span {
    display: block;
  }
  body main article section .inner .title2 span.en {
    width: fit-content;
    height: 15px;
    margin: auto auto auto 0;
  }
  body main article section .inner .title2 span.en img {
    width: auto;
    height: 100%;
  }
  body main article section .inner .title2 span.jp {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
  }
  body main article section .inner p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
  }
  body main article section#fv {
    background: url("../images/fv-bg.png") repeat center/1366px;
    padding: 60px 0 100px;
    position: relative;
  }
  body main article section#fv .text {
    font-size: 14px;
    line-height: 35px;
  }
  body main article section#fv .images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 35px auto;
  }
  body main article section#fv .images .image img {
    width: 100%;
  }
  body main article section#fv .images .image.image1 {
    width: 33.3333333333vw;
  }
  body main article section#fv .images .image.image2 {
    width: 50.5333333333vw;
  }
  body main article section#outline {
    padding: 60px 0 80px;
    background-color: #6E9997;
  }
  body main article section#outline h2 {
    color: #fff;
  }
  body main article section#outline .outline-contents .content {
    width: 100%;
    background-color: #fff;
    padding: 34px 20px 29px 20px;
    box-sizing: border-box;
  }
  body main article section#outline .outline-contents .content:nth-of-type(n+2) {
    margin-top: 15px;
  }
  body main article section#outline .outline-contents .content .title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: #115F5B;
  }
  body main article section#outline .outline-contents .content .set {
    margin-top: 16px;
  }
  body main article section#outline .outline-contents .content .set .image {
    width: 100%;
  }
  body main article section#outline .outline-contents .content .set .image img {
    width: 100%;
  }
  body main article section#outline .outline-contents .content .set .text {
    margin-top: 16px;
  }
  body main article section#outline .outline-contents .content .set .text small {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 10px;
    font-size: 10px;
    line-height: 16px;
  }
  body main article section#outline .outline-contents .cap {
    font-size: 11px;
    line-height: 26px;
    color: #fff;
    margin-top: 15px;
  }
  body main article section#outline .outline-contents .comunity {
    margin: 75px auto 0;
    color: #fff;
  }
  body main article section#outline .outline-contents .comunity .copy {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 3px solid #fff;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
  }
  body main article section#outline .outline-contents .comunity .btn {
    display: block;
    width: 260px;
    border-radius: 20px;
    padding: 9px 0 8px;
    box-sizing: border-box;
    background-color: #7DCC12;
    margin: 50px auto 0;
    font-size: 14px;
    line-height: 23px;
    font-weight: 700;
    text-align: center;
  }
  body main article section#studio {
    padding: 60px 0;
  }
  body main article section#studio .inner .image {
    display: block;
    width: 94.6666666667vw;
    height: auto;
    aspect-ratio: 710/516;
    background: url("../images/studio-image-sp.jpg") no-repeat center center/100%;
    margin-left: -5.3333333333vw;
  }
  body main article section#studio .inner h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: #115F5B;
    margin-top: 29px;
    margin-bottom: 32px;
  }
  body main article section#studio .inner p + p {
    margin-top: 15px;
    font-size: 10px;
    line-height: 18px;
  }
  body main article section#studio .inner .logo {
    width: 168px;
    height: 47px;
    margin-top: 32px;
  }
  body main article section#studio .inner .logo img {
    width: 100%;
  }
  body main article section#schedule {
    padding: 60px 0;
  }
  body main article section#schedule .list {
    border-top: 1px solid #D8E5E4;
    color: #115F5B;
  }
  body main article section#schedule .list .data {
    display: block;
    border-bottom: 1px solid #D8E5E4;
    padding: 14px;
    position: relative;
  }
  body main article section#schedule .list .data::after {
    content: "";
    display: block;
    width: 14px;
    height: 11px;
    background: url("../images/schedule-arrow.png") no-repeat center/100%;
    position: absolute;
    right: 6px;
    bottom: 15px;
  }
  body main article section#schedule .list .data .day, body main article section#schedule .list .data .place {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
  }
  body main article section#schedule .list .data .day span, body main article section#schedule .list .data .place span {
    font-weight: 700;
  }
  body main article section#schedule .list .data .name {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    margin-top: 7px;
  }
  body main article section#schedule .list .data .place {
    margin-top: 7px;
  }
  body main article section#related {
    padding: 55px 0 92px;
    background-color: #6E9997;
    color: #fff;
  }
  body main article section#related h2 {
    margin-bottom: 40px;
  }
  body main article section#related .image {
    display: block;
    width: 100%;
  }
  body main article section#related .image img {
    width: 100%;
  }
  body main article section#related .copy {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 10px;
  }
  body main article section#related .set p {
    line-height: 26px;
  }
  body main article section#related .set .btn {
    display: block;
    width: 260px;
    padding: 8px 0 9px;
    border-radius: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #115F5B;
    margin: 36px auto 0;
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    text-align: center;
    color: #115F5B;
  }
  body main article .modal .modal_con {
    width: 100%;
    max-height: 100%;
    padding: 25px 20px;
  }
  body main article .modal .modal_con .modal_close {
    width: 35px;
    height: 35px;
    background-color: transparent;
  }
  body main article .modal .modal_con .modal_close::before, body main article .modal .modal_con .modal_close::after {
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body main article .modal .modal_con .modal_close::before {
    transform: rotate(45deg);
  }
  body main article .modal .modal_con .modal_close::after {
    transform: rotate(-45deg);
  }
  body main article .modal .modal_con .title {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
  }
  body main article .modal .modal_con h3 {
    display: block;
    width: fit-content;
    margin: 35px auto 10px 0;
    color: #115F5B;
  }
  body main article .modal .modal_con h3 span {
    display: block;
  }
  body main article .modal .modal_con h3 span.en {
    width: fit-content;
    height: 16px;
    margin: auto auto auto 0;
  }
  body main article .modal .modal_con h3 span.en img {
    width: auto;
    height: 100%;
  }
  body main article .modal .modal_con h3 span.jp {
    font-size: 19px;
    line-height: 32px;
    font-weight: 700;
  }
  body main article .modal .modal_con .flow {
    margin-top: 60px;
  }
  body main article .modal .modal_con .flow .flow-set {
    width: 100%;
    padding-bottom: 44px;
    margin-bottom: 60px;
    position: relative;
  }
  body main article .modal .modal_con .flow .flow-set::after {
    content: "";
    display: block;
    width: 58px;
    height: 14px;
    background-color: #6E9997;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  body main article .modal .modal_con .flow .flow-set:last-of-type {
    margin-bottom: 0;
  }
  body main article .modal .modal_con .flow .flow-set:last-of-type::after {
    display: none;
  }
  body main article .modal .modal_con .flow .flow-set .image {
    width: 100%;
  }
  body main article .modal .modal_con .flow .flow-set .image img {
    width: 100%;
  }
  body main article .modal .modal_con .flow .flow-set .num {
    width: auto;
    height: 49px;
  }
  body main article .modal .modal_con .flow .flow-set .num img {
    width: auto;
    height: 100%;
  }
  body main article .modal .modal_con .flow .flow-set .main-text {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
  }
  body main article .modal .modal_con .flow .flow-set .sub-text {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 30px;
  }
  body main article .modal .modal_con .flow .flow-set .sub-text a {
    text-decoration: underline;
  }
}
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  z-index: -1;
}
.modal.open {
  opacity: 1;
  z-index: 100;
  animation: modalOpen 0.5s linear;
}
.modal.close {
  opacity: 0;
  z-index: -1;
  animation: modalClose 0.5s linear;
}
.modal .modal_bg {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.modal .modal_con {
  width: 95%;
  max-width: 1024px;
  height: fit-content;
  max-height: 80%;
  box-sizing: border-box;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.modal .modal_con .modal_close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
}

@keyframes modalOpen {
  0% {
    z-index: -1;
    opacity: 0;
  }
  1% {
    z-index: 100;
    opacity: 0;
  }
  100% {
    z-index: 100;
    opacity: 1;
  }
}
@keyframes modalClose {
  0% {
    z-index: 100;
    opacity: 1;
  }
  99% {
    z-index: 100;
    opacity: 0;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}