@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/css?family=Marcellus);
@import url("https://fonts.googleapis.com/css?family=Russo+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:700,700i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,500;1,700&display=swap");
@font-face {
  font-family: "logotype";
  src: url("../font/logotypejp_mp_b_1.1.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*---------------------*/
section.main {
  background: url("../images/main.jpg") no-repeat center center/cover;
}

.sns {
  max-width: 1280px;
}

.sns_flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
@media all and (max-width: 1025px) {
  .sns_flex {
    gap: 5px;
  }
}
.sns_flex > div {
  width: calc(25% - 10px);
}
@media all and (max-width: 1025px) {
  .sns_flex > div {
    width: calc(50% - 5px);
  }
}
.sns_flex > div:first-child {
  width: calc(50% - 20px);
}
@media all and (max-width: 1025px) {
  .sns_flex > div:first-child {
    width: 100%;
  }
}

@media all and (max-width: 668px) {
  .area_sns_load ul li {
    margin: 10px;
  }
}
.area_sns_load ul li a {
  display: block;
  aspect-ratio: 1/1;
}
.area_sns_load ul li a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.area_sns_load ul li .block_txt {
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  font-size: 10px;
  color: #000;
  text-align: left;
  border-radius: 0 0 10px 10px;
}
.area_sns_load ul li .block_txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.area_sns_load ul li .block_txt span {
  color: #999;
  display: block;
  margin-bottom: 5px;
}

div.subject {
  margin: 50px 0 0;
}
div.subject > h3 {
  line-height: 120%;
  color: #fff;
  border: none;
  font-size: 1.5rem;
}
div.subject > h3.il {
  background: #E71F19;
}
div.subject > h3.bt {
  background: #E189A4;
}
div.subject > h3.hd {
  background: #46BBD1;
}
@media all and (max-width: 1025px) {
  div.subject {
    margin: 30px 0 0 0;
  }
}
div.subject > div {
  display: flex;
  justify-content: space-between;
}
div.subject > div > div {
  background-color: #eee;
  padding: 20px 20px 100px 20px;
  box-sizing: border-box;
  position: relative;
  width: calc(50% - 10px);
}
@media all and (max-width: 668px) {
  div.subject > div > div {
    width: calc(50% - 5px);
    padding: 20px 0 70px 0;
  }
}
div.subject > div > div.w100 {
  width: 100%;
}
div.subject > div > div h4 {
  margin-bottom: 30px;
}
@media all and (max-width: 1025px) {
  div.subject > div > div h4 {
    font-size: 1.5rem;
  }
}
div.subject > div > div .pixiv_img img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1025px) {
  div.subject > div > div.tw_height > iframe {
    height: 330px !important;
    overflow: hidden;
  }
}
div.subject > div > div .sec_sns {
  display: flex;
  flex-wrap: wrap;
}
div.subject > div > div .sec_sns li {
  margin: 5px;
}
div.subject .click_btn {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
}
@media all and (max-width: 668px) {
  div.subject .click_btn {
    margin: 20px auto 0 auto;
    bottom: 5px;
  }
  div.subject .click_btn li a {
    text-align: left;
    padding-left: 20px;
  }
}

.sbi_photo_wrap {
  aspect-ratio: 1/1;
}

.child-iframe {
  width: 100%;
  height: 500px !important;
  border: none;
}
@media screen and (max-width: 1130px) {
  .child-iframe {
    height: 44vw !important;
  }
}
.child-iframe html, .child-iframe body {
  height: 100%;
}

.school_sns {
  padding-top: 50px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.school_sns .block_title {
  margin: 0;
}

div.school > ul li span {
  text-align: center;
  margin: 0 0 10px;
  display: block;
  font-size: 88%;
}
div.school > ul li a:before {
  font-family: "Font Awesome 5 Brands";
  padding-right: 5px;
  font-size: 2em;
  vertical-align: middle;
  font-weight: normal;
}
div.school > ul li a.icon_line:before {
  content: "\f3c0";
  color: #00b730;
}
div.school > ul li a.icon_fb:before {
  content: "\f082";
  color: #3d6aae;
}