@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@600&display=swap");
main {
  padding: 60px 0 110px;
  background: #AACE5E url(../re_img/kanri-eiyoshi/bg.png) center bottom/100% no-repeat;
}
@media screen and (min-width: 769px) {
  main {
    padding: 100px 0 200px;
  }
}
@media screen and (min-width: 1024px) {
  main {
    padding: 120px 0 228px;
  }
}

.serif {
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
}

.intro {
  margin-bottom: 35px;
}
.intro > .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 24px;
}
.intro__img {
  width: 150px;
  flex-shrink: 0;
}
.intro__img img {
  width: 100%;
  border-radius: 50%;
  display: block;
}
.intro__txtWrap {
  width: 100%;
}
.intro .ttl {
  margin-bottom: 0.33em;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}
.intro .ttl span {
  margin-bottom: 0.5em;
  font-size: 55.55%;
  display: block;
}
.intro .ttl small {
  font-size: 77.77%;
}
.intro .txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.7778;
  text-shadow: 0px 0px 16px rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 769px) {
  .intro {
    margin-bottom: 45px;
  }
  .intro > .inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    grid-gap: 32px;
  }
  .intro__img {
    width: 200px;
    flex-shrink: 0;
  }
  .intro .ttl {
    font-size: 48px;
    text-align: left;
  }
  .intro .txt {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1024px) {
  .intro {
    margin-bottom: 55px;
  }
  .intro > .inner {
    grid-gap: 64px;
  }
  .intro__img {
    width: 288px;
  }
  .intro .ttl {
    font-size: 55px;
  }
  .intro .txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .intro .ttl {
    font-size: 72px;
  }
}

.torikumi {
  margin-bottom: 24px;
}
.torikumi > .inner {
  padding: 25px 20px;
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
.torikumi__header {
  display: flex;
  flex-direction: column;
}
.torikumi__header .ttl {
  margin-bottom: 5px;
  color: #0080CB;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.torikumi__header .img {
  width: 100%;
  margin-bottom: 15px;
  display: block;
  order: -1;
}
.torikumi__header .txtWrap {
  width: 100%;
}
.torikumi__header .txtWrap p {
  font-size: 14px;
  letter-spacing: 0.04em;
line-height:1.6;
}
.torikumi__header .txtWrap p:not(:last-of-type) {
  margin-bottom: 10px;
}
.torikumi__header .txtWrap p strong {
  font-size: 18px;
  line-height: 1.4545;
}
.torikumi__body--list {
  display: grid;
  grid-gap: 20px;
}
.torikumi__body--list img {
  width: 100%;
  margin-bottom: 12px;
  display: block;
}
.torikumi__body--list p {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 24px;
}
.torikumi__body--list p:not(:last-of-type) {
  margin-bottom: 8px;
}
.torikumi__body--list p.ttl {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.torikumi__body--txt {
  padding: 20px;
  background-color: #E9EDEF;
  border-radius: 16px;
}
.torikumi__body--txt p {
  letter-spacing: 0.04em;
  line-height: 1.75;
}
.torikumi__body--txt p.ttl {
  margin-bottom: 0.5em;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
line-height: 1.3;
}
.torikumi__body--txt p.ttl small {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.torikumi__body--txt figure {
  margin-top: 20px;
}
.torikumi__body--txt figure img {
  width: 100%;
  display: block;
}
.torikumi__btn {
  background-color: #fff;
  border: 2px solid #1480CB;
  color: #0080CB;
}
.torikumi__btn:hover {
  background-color: rgba(20, 128, 203, 0.2);
  opacity: 1;
}
.torikumi__btn.disabled {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .torikumi > .inner {
    padding: 36px;
    grid-gap: 28px;
  }
  .torikumi__header {
    display: flex;
    flex-direction: row;
    grid-gap: 32px;
  }
  .torikumi__header .img {
    width: 250px;
    margin-bottom: 0;
    flex-shrink: 0;
    order: 0;
  }
  .torikumi__header .ttl {
    font-size: 30px;
  }
  .torikumi__header p strong {
    font-size: 137.5%;
  }
  .torikumi__body--list--col3 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
  .torikumi__body--list--col4 {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
  }
  .torikumi__body--list--col4 p.ttl {
    font-size: 16px;
  }
  .torikumi__body--txt {
    padding: 20px;
  }
  .torikumi__body--txt p small {
    padding-left: 2em;
    font-size: 16px;
  }
  .torikumi__btn {
    max-width: 352px;
    height: 48px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .torikumi__header .img {
    width: 352px;
  }
  .torikumi__header .ttl {
    font-size: 38px;
  }
  .torikumi__header p {
    font-size: 16px;
  }
  .torikumi__body--list--col3 {
    grid-gap: 80px;
  }
  .torikumi__body--list--col4 p.ttl {
    font-size: 18px;
  }
  .torikumi__body--txt {
    padding: 56px 64px;
  }
}
@media screen and (min-width: 1200px) {
  .torikumi > .inner {
    padding: 56px 96px;
    grid-gap: 40px;
  }
  .torikumi__body--list--col4 {
    grid-gap: 20px;
  }
}

.info__ttl {
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
.info__ttl strong {
  color: #0080CB;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.info__ttl .dummy {
  width: 100%;
  display: block;
}
.info__instagram {
  padding: 32px 0;
  background-color: #fff;
}
.info__link {
  margin-top: 80px;
}
.info__link a {
  width: 100%;
  padding: 20px 20px 0;
  background-color: #0080CB;
  border-radius: 16px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.16);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.info__link a span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.info__link a span span {
  font-size: 125%;
  letter-spacing: 0.04em;
}
.info__link a .img01 {
  width: 120px;
  margin-bottom: 15px;
  display: block;
}
.info__link a .img02 {
  width: 160px;
  margin-bottom: -60px;
  border: 18px solid #0080CB;
  border-radius: 50%;
  overflow: hidden;
}
.info__link a .img02 img {
  width: 100%;
  display: block;
}
.info__link a:hover span {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .info__ttl {
    font-size: 24px;
  }
  .info__ttl strong {
    font-size: 32px;
  }
  .info__instagram {
    padding: 56px 0;
  }
  .info__link a {
    height: 120px;
    padding: 0 30px;
    flex-direction: row;
    justify-content: space-between;
  }
  .info__link a span {
    font-size: 20px;
  }
  .info__link a .img01, .info__link a .img02 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .info__link a {
    height: 160px;
  }
  .info__link a span {
    font-size: 28px;
    letter-spacing: 0.04em;
  }
  .info__link a .img01 {
    width: 170px;
  }
  .info__link a .img02 {
    width: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .info__link a {
    padding: 0 60px;
  }
  .info__link a span {
    font-size: 32px;
    letter-spacing: 0.04em;
  }
  .info__link a .img02 {
    width: 230px;
  }
}