@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
/*	共通部分
-------------------------------	*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  background-color: #fef5f1;
  background-image: url(../images/pattern.svg);
  background-size: 800px;
  background-repeat: repeat;
  background-position: 50% 50%;
}

img {
  width: 100%;
  height: auto;
}

h2 {
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}
h2.heading {
  margin-bottom: 3rem;
}
h2.heading img {
  width: 100%;
  max-width: 450px;
}

p {
  margin-bottom: 1rem;
}

.small {
  font-size: 1.2rem;
}

.sp {
  display: none;
}
@media screen and (min-width: 500px) {
  .sp {
    display: block;
  }
}

@media screen and (min-width: 500px) {
  .pc {
    display: none;
  }
}
.btn {
  display: block;
  margin: 2rem auto;
  padding: 1rem;
  width: 100%;
  max-width: 320px;
  text-align: center;
  border-radius: 30px;
  text-decoration: none !important;
}
@media screen and (min-width: 767px) {
  .btn {
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
}

#global {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}

.wrap {
  position: relative;
  margin: 0 auto;
  padding: 3rem 6%;
  width: 100%;
  max-width: 767px;
}
@media screen and (min-width: 767px) {
  .wrap {
    padding: 4rem;
  }
}

.perm {
  margin: 0 auto;
  width: 100%;
  max-width: 767px;
}

/*	HEADER
-------------------------------	*/
header {
  position: relative;
  padding: 8rem 5% 0;
  text-align: center;
}
@media screen and (min-width: 767px) {
  header {
    padding: 8rem 5% 0;
  }
}
header .logo {
  margin-bottom: 20px;
}
header .logo img {
  width: 100%;
  max-width: 890px;
}

/*	FOOTER
-------------------------------	*/
footer {
  margin: 0 auto;
  width: 100%;
  color: #ffffff;
  background-color: #ee883c;
  text-align: center;
}
footer h3 {
  font-size: 2rem;
  font-weight: normal;
}

#intro {
  margin-top: -8rem;
  margin-bottom: 8rem;
}
@media screen and (min-width: 767px) {
  #intro {
    margin-top: -25rem;
    margin-bottom: 5rem;
  }
}
#intro .intro__block {
  padding: 8rem 0 5rem 0;
  background-image: url(../images/intro_bg.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 700px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  #intro .intro__block {
    padding: 25rem 0 18rem;
  }
  #intro .intro__block .wrap {
    max-width: 609px;
  }
}

#about,
#program,
#link {
  margin: 4.8rem 2.4rem 8rem 2.4rem;
}

#about .wrap::before,
#program .wrap::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: 0 0;
  background-size: 4px 4px;
  background-repeat: repeat;
  border-radius: inherit;
  transform: translate3d(20px, 20px, 0) scale(1);
}

#about .wrap {
  background-color: #ee883c;
  color: #ffffff;
  border-radius: 30px;
}
#about .wrap:before {
  background-image: radial-gradient(circle, #ee883c 1px, transparent 1px);
}
#about .date {
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#about .date:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  #about .date {
    font-size: 4.2rem;
    text-align: left;
  }
}
#about .date span {
  font-size: 1.8rem;
}
@media screen and (min-width: 767px) {
  #about .date span {
    font-size: 2.8rem;
  }
}
#about .date .era-name {
  display: block;
  margin-bottom: 10px;
  font-size: 2rem;
}
@media screen and (min-width: 767px) {
  #about .date .era-name {
    display: inline-block;
  }
}
#about .date p {
  margin: 1rem 0;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  #about .date p {
    margin-bottom: 0.1rem;
    font-size: 1.6rem;
  }
}

#program .wrap {
  background-color: #ffffff;
  border-width: 8px;
  border-style: solid;
  border-radius: 30px;
}
#program h3 {
  margin-bottom: 1rem;
  font-size: 2.6rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 767px) {
  #program h3 {
    margin-bottom: 3rem;
    font-size: 3.6rem;
    line-height: 1.5;
    text-align: left;
  }
}
#program h3 .time {
  display: block;
}
@media screen and (min-width: 767px) {
  #program h3 .time {
    display: inline-block;
    margin-right: 15px;
  }
}

[id^=program-] {
  position: relative;
  margin-top: 10rem;
  margin-bottom: 12rem;
}
[id^=program-] .h_num {
  z-index: -1;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 150px;
}
@media screen and (min-width: 767px) {
  [id^=program-] .h_num {
    top: -85px;
    left: 40px;
  }
}

.name {
  font-size: 2.4rem;
  line-height: 1.4;
}
.name span {
  display: block;
  padding: 0.5rem 0;
  font-size: 1.4rem;
  line-height: 1.4;
}
.name .iro {
  color: #ea625c;
}
.name .iro2 {
  color: #4e89c3;
}
@media screen and (min-width: 767px) {
  .name {
    line-height: 1.4;
  }
}

.floor {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  font-size: 1.6rem;
  text-align: center;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .floor {
    margin: 0;
  }
}

#program-1.wrap {
  border-color: #4e89c3;
}
#program-1:before {
  background-image: radial-gradient(circle, #4e89c3 1px, transparent 1px);
}
#program-1 h3 {
  color: #4e89c3;
  overflow-wrap: break-word;
}
#program-1 .name {
  border-bottom-color: #4e89c3;
}
#program-1 .floor {
  color: #ffffff;
  background-color: #4e89c3;
}
#program-1 .program__block {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background-color: #edf3f9;
}
#program-1 .program__box_text {
  order: 2;
}
#program-1 .program__box_text .bio {
  padding-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.6;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #4e89c3;
}
#program-1 .program__box_img {
  order: 1;
}
@media screen and (min-width: 767px) {
  #program-1 .program__block {
    flex-direction: row;
    justify-content: space-between;
  }
  #program-1 .program__box_text {
    order: 1;
    width: 58%;
  }
  #program-1 .program__box_img {
    order: 2;
    width: 38%;
  }
}

#program-2 .floor {
  color: #ffffff;
  background-color: #ea625c;
}
#program-2 .program__block {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  padding: 2rem;
  background-color: #fcefee;
}
#program-2 .program__box_text {
  order: 2;
}
#program-2 .program__box_text .bio {
  margin-bottom: 0;
  padding: 1rem 0;
  font-size: 1.2rem;
  line-height: 1.6;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ea625c;
}
#program-2 .program__box_img {
  order: 1;
}
@media screen and (min-width: 767px) {
  #program-2 .program__block {
    flex-direction: row;
    justify-content: space-between;
  }
  #program-2 .program__block .program__wrap {
    width: 48%;
  }
  #program-2 .program__box_text {
    order: 1;
    width: 60%;
  }
  #program-2 .program__box_img {
    order: 2;
    width: 35%;
  }
}

#program-2.wrap,
#program-4.wrap {
  border-color: #ea625c;
}
#program-2.wrap h3,
#program-4.wrap h3 {
  color: #ea625c;
}
#program-2.wrap:before,
#program-4.wrap:before {
  background-image: radial-gradient(circle, #ea625c 1px, transparent 1px);
}
#program-2 .cafe_img,
#program-4 .cafe_img {
  position: absolute;
  right: 0;
  top: -85px;
  width: 100px;
}
@media screen and (min-width: 767px) {
  #program-2 .cafe_img,
  #program-4 .cafe_img {
    top: -50px;
  }
}

#program-3.wrap {
  border-color: #ee883c;
}
#program-3.wrap h3 {
  color: #ee883c;
}
#program-3.wrap:before {
  background-image: radial-gradient(circle, #ee883c 1px, transparent 1px);
}
#program-3 .teiin {
  width: 150px;
}
#program-3 .floor {
  color: #ffffff;
  background-color: #ee883c;
}
#program-3 .program-3__block {
  display: flex;
  flex-direction: column;
}
#program-3 .program-3__box_text {
  order: 2;
}
#program-3 .program-3__box_text .name {
  font-size: 2.6rem;
}
#program-3 .program-3__box_text .bio {
  font-size: 1.2rem;
  line-height: 1.6;
}
#program-3 .program-3__box_img {
  order: 1;
}
#program-3 .btn {
  color: #ee883c;
  border: 2px solid #ee883c;
}
#program-3 .btn:hover {
  background-color: #ee883c;
  color: #ffffff;
}
@media screen and (min-width: 767px) {
  #program-3 .program-3__block {
    flex-direction: row;
    justify-content: space-between;
  }
  #program-3 .program-3__box_text {
    width: 56%;
  }
  #program-3 .program-3__box_img {
    width: 40%;
  }
}

#program-5.wrap,
#program-6.wrap {
  border-color: #00a493;
}
#program-5.wrap:before,
#program-6.wrap:before {
  background-image: radial-gradient(circle, #00a493 1px, transparent 1px);
}
#program-5 h3,
#program-6 h3 {
  margin-bottom: 0;
  color: #00a493;
  text-align: center;
  font-size: 2.8rem;
}

@media screen and (min-width: 767px) {
  .perm {
    display: flex;
  }
  .perm #program-5 {
    width: 45%;
  }
  .perm #program-6 {
    width: 45%;
  }
}
#program-7.wrap {
  border-color: #00a493;
}
#program-7.wrap h3 {
  color: #00a493;
  font-size: 2.6rem;
}
#program-7.wrap h3 span {
  display: block;
  margin-bottom: 1rem;
  padding: 1rem 0;
  font-size: 1.8rem;
  border-top: 1px solid #00a493;
  border-bottom: 1px solid #00a493;
}
#program-7.wrap:before {
  background-image: radial-gradient(circle, #00a493 1px, transparent 1px);
}
#program-7 .program__block {
  display: flex;
  flex-direction: column;
  margin-bottom: 6rem;
}
#program-7 .program__block:last-child {
  margin-bottom: 0;
}
#program-7 .program__block dl {
  margin-top: 2rem;
  line-height: 1.2;
}
#program-7 .program__block dl dt {
  margin-bottom: 0.5rem;
  font-weight: bold;
}
#program-7 .program__block dl dd {
  padding-left: 2rem;
}
#program-7 .program__box_text {
  order: 2;
}
#program-7 .program__box_text .name {
  font-size: 2.6rem;
}
#program-7 .program__box_text .bio {
  font-size: 1.2rem;
  line-height: 1.6;
}
#program-7 .program__box_img {
  order: 1;
}
@media screen and (min-width: 767px) {
  #program-7 .program__block {
    flex-direction: row;
    justify-content: space-between;
  }
  #program-7 .program__box_text {
    width: 56%;
  }
  #program-7 .program__box_img {
    width: 40%;
  }
}
#program-7 .btn {
  color: #00a493;
  border: 2px solid #00a493;
}
#program-7 .btn:hover {
  background-color: #00a493;
  color: #ffffff;
}

#links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#links ul li {
  width: 49%;
}
@media screen and (min-width: 767px) {
  #links ul li {
    width: 19%;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */