@charset "UTF-8";
/* setting import */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;500&text=洺喻&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes h-written {
  to {
    stroke-dashoffset: 0;
  }
}
/* 日本語用 */
/* 補助用（洺・喻など） */
/*****************************************************************
for PC
******************************************************************/
.jp {
  font-family: "Noto Sans JP", "Noto Sans SC", sans-serif;
  font-weight: 300;
  line-height: 1.7em;
}

.en {
  font-family: "Anton", sans-serif;
  line-height: 1.5em;
}

.bold {
  font-weight: bold;
}

.ref {
  width: 100%;
  padding: 100px 0;
  margin: 0 auto;
}
.ref h2 {
  display: block;
  width: 100%;
  font-size: 5.2rem;
  font-weight: 500;
  margin: 0 auto 100px;
  text-align: center;
  padding-bottom: 0;
  border-bottom: 5px #000 solid;
}
.ref h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 1.8em;
}
.ref p {
  font-size: 1.4rem;
}
.ref p.default {
  line-height: 1.8em;
  margin-bottom: 50px;
}
.ref p.narrow {
  line-height: 1.6em;
  margin-bottom: 10px;
}
.ref a {
  color: #ddd;
}
.ref .fix-width {
  max-width: 1200px;
  padding: 0 70px;
  margin: 0 auto;
}
.ref .change_lang_btn a {
  background: #000;
  padding: 5px 15px;
  font-weight: 800;
  color: #fff;
  width: 8em;
  text-align: center;
  display: inline-block;
}

#about.ref {
  text-align: center;
}
#about.ref h3 {
  font-size: 2.4rem;
}

#archive.ref {
  padding-top: 120px;
  padding-bottom: 50px;
  overflow: hidden;
}
#archive.ref h2 {
  width: 100%;
  max-width: 451px;
  margin: 0 auto;
}
#archive.ref h2 img {
  mix-blend-mode: difference;
}
#archive.ref .en p {
  font-family: "Antonio", sans-serif;
}
#archive.ref p.default {
  display: block;
  width: 94%;
  margin: 55px auto 90px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  font-weight: 300;
}
#archive.ref p.school-name {
  margin-top: 140px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#archive.ref p.address {
  text-align: center;
  line-height: 3rem;
  margin-top: 0.5rem;
}
#archive.ref ul {
  max-width: 1400px;
  padding: 0 25px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#archive.ref ul li {
  width: 21.11%;
  display: inline-block;
  text-align: center;
  margin-bottom: 80px;
  vertical-align: top;
}
#archive.ref ul li a {
  display: block;
  position: relative;
  filter: brightness(1);
  transition: all 0.6s ease;
}
#archive.ref ul li a.hover {
  filter: brightness(1.3);
}
#archive.ref ul li a .frame {
  position: absolute;
  top: -2.5%;
  width: 100%;
  scale: 1.35;
}
#archive.ref ul li p {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Noto Sans JP", "Noto Sans SC", sans-serif;
  margin-top: 27px;
}
#archive.ref ul li p.en {
  font-family: "Antonio", sans-serif;
  margin-top: 6px;
}

#movie.ref {
  padding-top: 80px;
}
#movie.ref .container {
  max-width: 840px;
  width: 94%;
  margin: 0 auto;
}
#movie.ref h3, #movie.ref h4, #movie.ref h5 {
  font-weight: bold;
}
#movie.ref p, #movie.ref ul li, #movie.ref h5 {
  font-size: 1.5rem;
}
#movie.ref p, #movie.ref ul li {
  font-weight: normal;
}
#movie.ref h2 {
  width: 100%;
  max-width: 298px;
  margin: 0 auto 50px;
}
#movie.ref h2 img {
  mix-blend-mode: difference;
}
#movie.ref h3 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-align: center;
  font-weight: 500;
}
#movie.ref h4 {
  font-size: 1.8rem;
}
#movie.ref p.comingsoon {
  text-align: center;
  line-height: 2em;
  margin: 3em auto 1em;
}
#movie.ref .mg_normal {
  margin: 2.5em auto;
}
#movie.ref .ymovie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 50px 0 100px;
}
#movie.ref .ymovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#movie.ref ul {
  font-size: 1.4rem;
  margin: 20px 0 40px;
  width: 100%;
}
#movie.ref ul li {
  display: block;
  margin: 1em 0;
}
#movie.ref .bfgufw_ttl {
  margin-top: 100px;
  text-align: center;
  border-top: 1px #666 solid;
  border-bottom: 1px #666 solid;
}
#movie.ref .fw_banner {
  display: block;
  width: 270px;
  margin: 0 auto;
}

#message.ref {
  padding-top: 120px;
}
#message.ref .change_lang_btn {
  text-align: right;
}
#message.ref h2 {
  width: 100%;
  max-width: 453px;
  margin: 0 auto;
}
#message.ref h2 img {
  mix-blend-mode: difference;
}
#message.ref .name-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#message.ref .name-wrapper .name_area {
  width: 29.55%;
  position: relative;
}
#message.ref .name-wrapper .name_area .line {
  position: absolute;
  top: 0;
  width: 100%;
  scale: 1.4;
}
#message.ref .name-wrapper .name_area p {
  text-align: center;
}
#message.ref .name-wrapper .name_area p.sholder {
  font-size: 2rem;
  line-height: 1.6em;
}
#message.ref .name-wrapper .name_area p.sholder.en {
  font-family: "Antonio", sans-serif;
  font-weight: 400;
}
#message.ref .name-wrapper .name_area p.name {
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin-top: 4.3rem;
}
#message.ref .name-wrapper .name_area p.name.en {
  font-weight: 400;
}
#message.ref .name-wrapper .name_area p.name.jp {
  font-weight: bold;
}
#message.ref .name-wrapper .text_area {
  width: 66.4%;
}
#message.ref .name-wrapper .text_area p.title {
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 40px;
}
#message.ref .name-wrapper .text_area p.title.en {
  font-weight: 400;
}
#message.ref .name-wrapper .text_area .default {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}
#message.ref .name-wrapper .text_area .default.en {
  font-family: "Antonio", sans-serif;
  font-weight: 400;
}
#message.ref ul.sub_nav {
  width: 100%;
  margin: -55px auto 0 auto;
  max-width: 370px;
  display: flex;
  align-items: baseline;
  position: relative;
  left: -22px;
  justify-content: space-between;
}
#message.ref ul.sub_nav li {
  display: inline-block;
  font-family: "Anton", sans-serif;
  font-size: 30px;
  line-height: 30px;
}
#message.ref ul.sub_nav li.center-line {
  background-color: #ddd;
  width: 5px;
  height: 30px;
}
#message.ref ul.sub_nav li a {
  display: block;
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
}
#message.ref ul.sub_nav li a.hover:before {
  width: 100%;
}
#message.ref ul.sub_nav li a:before {
  content: "";
  width: 0%;
  background-color: #fff;
  height: 2px;
  position: absolute;
  bottom: -3px;
  transform-origin: center;
  transition: all 0.3s ease;
}
#message.ref ul.sub_nav li a.active {
  pointer-events: none;
}
#message.ref ul.sub_nav li a.active:before {
  transition: all 0.3s ease;
  width: 100%;
}
#message.ref .chapter {
  max-width: 1500px;
  padding: 0 80px;
  width: 100%;
  margin: 120px auto 0 auto;
}
#message.ref .chapter .jp > p, #message.ref .chapter .en > p {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 1.6rem;
  font-weight: 400;
}
#message.ref .about {
  max-width: 860px;
  width: 94%;
  margin: 80px auto;
}
#message.ref .about .name {
  font-size: 2rem;
}
#message.ref .about .address {
  font-weight: 400;
  margin-top: 0.5em;
  font-size: 1.4rem;
  line-height: 1.6em;
}

#staff.ref {
  padding-top: 150px;
  overflow: hidden;
}
#staff.ref h2 {
  width: 100%;
  max-width: 395px;
  margin: 0 auto;
}
#staff.ref h2 img {
  mix-blend-mode: difference;
}
#staff.ref h3 {
  font-size: 24px;
  line-height: 1.6em;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  margin-bottom: 2px;
  position: relative;
}
#staff.ref h3 .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 379px;
}
#staff.ref .container {
  max-width: 1040px;
  /* padding: 0 0 0 40px; */
  margin: 80px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
#staff.ref .container .box {
  display: inline-block;
  vertical-align: top;
  width: 45.5%;
  padding-left: 50px;
}
#staff.ref .container .box:last-of-type {
  width: 44.5%;
}
#staff.ref .container .box ul {
  margin-bottom: 30px;
}
#staff.ref .container .box ul li {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
#staff.ref .container .box ul li.linker {
  margin-bottom: 2rem;
}
#staff.ref .container .box ul li.assistant {
  padding-left: 2rem;
}
#staff.ref .container .box ul li.assistant .assist-txt {
  display: block;
  margin-bottom: 1rem;
}
#staff.ref .container .box ul li .jp, #staff.ref .container .box ul li .en {
  font-family: "Noto Sans JP", "Noto Sans SC", sans-serif;
  font-weight: 300;
}
#staff.ref .container .box ul li .jp {
  margin-right: 1em;
}

#support.ref {
  padding-top: 120px;
  overflow: hidden;
}
#support.ref h2 {
  width: 100%;
  max-width: 455px;
  margin: 0 auto;
}
#support.ref h2 img {
  mix-blend-mode: difference;
}
#support.ref .fix-width {
  max-width: 1400px;
  padding: 0 25px;
  margin: 0 auto;
}
#support.ref ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 45px 0 0 0;
}
#support.ref ul:last-of-type:after {
  content: "";
  display: inline-block;
  width: 21.11%;
}
#support.ref ul li {
  width: 21.11%;
  display: inline-block;
  text-align: center;
  margin-bottom: 80px;
  vertical-align: top;
}
#support.ref ul li a.logo {
  display: inline-block;
  width: 100%;
  margin: 0 auto 27px auto;
  position: relative;
  filter: brightness(1);
  transition: all 0.6s ease;
}
#support.ref ul li a.logo .frame {
  position: absolute;
  top: -2.5%;
  width: 100%;
  scale: 1.35;
}
#support.ref ul li a.logo.hover {
  filter: brightness(1.3);
}
#support.ref ul li p {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Noto Sans JP", "Noto Sans SC", sans-serif;
}
#support.ref ul li p span {
  font-size: 90%;
}
#support.ref ul li a {
  font-size: 20px;
  line-height: 20px;
  font-family: "Antonio", sans-serif;
  margin-top: 15px;
  display: block;
}

.mb1rem {
  margin-bottom: 1rem !important;
}

.mb2rem {
  margin-bottom: 2rem !important;
}

.mb3rem {
  margin-bottom: 3rem !important;
}

@media screen and (max-width: 1435px) {
  #archive.ref ul li {
    margin-bottom: 5.5vw;
  }
  #archive.ref ul li p {
    font-size: 1.4vw;
    line-height: 1.4vw;
    font-weight: 500;
    margin-top: 1.9vw;
  }
  #archive.ref ul li p.en {
    margin-top: 0.4vw;
  }
  #archive.ref ul li p span {
    font-size: 80%;
  }
  #support.ref ul li {
    margin-bottom: 6%;
  }
  #support.ref ul li a.logo {
    display: inline-block;
    width: 100%;
    margin: 0 auto 1.9vw auto;
  }
  #support.ref ul li p {
    font-size: 1.37vw;
    line-height: 1.37vw;
    font-weight: 500;
    font-family: "Noto Sans JP", "Noto Sans SC", sans-serif;
  }
  #support.ref ul li p span {
    font-size: 80%;
  }
  #support.ref ul li a {
    margin-top: 1.05vw;
    font-size: 1.4vw;
    line-height: 1.4vw;
    display: block;
  }
}
/*****************************************************************
for SP
******************************************************************/
@media only screen and (max-width:768px) {
  .ref {
    width: 100%;
    padding: 0 0 5%;
    margin: 0 auto 0;
  }
  .ref h2 {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    margin: 0 auto 50px;
    text-align: center;
    font-weight: bold;
  }
  .ref h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 1.8em;
  }
  .ref p {
    font-size: 1.4rem;
  }
  .ref p.default {
    line-height: 1.8em;
    margin-bottom: 0;
  }
  .ref p.narrow {
    line-height: 1.6em;
    margin-bottom: 10px;
  }
  .ref .change_lang_btn a {
    background: #000;
    padding: 5px 15px;
    font-weight: 800;
    color: #fff;
    width: 8em;
    font-size: 1.2rem;
    text-align: center;
    display: inline-block;
  }
  .fix-width {
    padding: 0 3%;
    margin: 0 auto;
  }
  #about.ref {
    text-align: center;
  }
  #about.ref h3 {
    font-size: 2rem;
    line-height: 1.6em;
  }
  #archive.ref {
    padding: 0;
    margin: 16.5vw 0 0 0;
  }
  #archive.ref h2 {
    width: 100%;
    max-width: 60.13%;
    margin: 0 auto;
    padding-bottom: 3.2vw;
  }
  #archive.ref h2 img {
    mix-blend-mode: difference;
  }
  #archive.ref p.default {
    display: block;
    width: 86%;
    margin: 2vw auto 12vw;
    font-size: 3vw;
    line-height: 4.9vw;
    text-align: left;
    font-weight: 300;
  }
  #archive.ref p.school-name {
    margin-top: 4vw;
    font-size: 3.5vw;
    font-weight: bold;
    text-align: center;
  }
  #archive.ref p.address {
    text-align: center;
    line-height: 5vw;
    font-size: 3vw;
    margin-top: 0vw;
  }
  #archive.ref ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1100px;
    width: 86.66%;
  }
  #archive.ref ul li {
    width: 44%;
    display: inline-block;
    text-align: center;
    margin-bottom: 9.4vw;
    padding: 0;
  }
  #archive.ref ul li a {
    display: block;
    max-width: 100%;
    margin: 0 auto 1vw auto;
  }
  #archive.ref ul li p {
    font-size: 2.7vw;
    line-height: 2.7vw;
    font-weight: 500;
    margin-top: 3.7vw;
  }
  #archive.ref ul li p.en {
    margin-top: 0.7vw;
  }
  #archive.ref ul li p span {
    font-size: 80%;
  }
  #movie.ref {
    padding: 0;
    margin: 10.2vw 0 10% 0;
  }
  #movie.ref .container {
    max-width: 840px;
    width: 94%;
    margin: 0 auto;
  }
  #movie.ref h3, #movie.ref h4, #movie.ref h5 {
    font-weight: bold;
  }
  #movie.ref p, #movie.ref ul li, #movie.ref h5 {
    font-size: 1.5rem;
  }
  #movie.ref p, #movie.ref ul li {
    font-weight: normal;
  }
  #movie.ref h2 {
    width: 100%;
    max-width: 39.73%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  #movie.ref h2 img {
    mix-blend-mode: difference;
  }
  #movie.ref h3 {
    font-size: 3vw;
    line-height: 4.2vw;
    text-align: center;
    font-weight: 400;
    margin-top: 5vw;
  }
  #movie.ref h4 {
    font-size: 1.8rem;
  }
  #movie.ref p.comingsoon {
    line-height: 4.2vw;
    font-size: 3vw;
    margin: 7vw auto 0;
  }
  #movie.ref p.comingsoon .mg_normal {
    margin: 2.5em auto;
  }
  #movie.ref p.comingsoon .ymovie {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin: 50px 0 100px;
  }
  #movie.ref p.comingsoon .ymovie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #movie.ref p.comingsoon ul {
    font-size: 1.4rem;
    margin: 20px 0 40px;
    width: 100%;
  }
  #movie.ref p.comingsoon ul li {
    display: block;
    margin: 1em 0;
  }
  #movie.ref p.comingsoon .bfgufw_ttl {
    margin-top: 100px;
    text-align: center;
    border-top: 1px #666 solid;
    border-bottom: 1px #666 solid;
  }
  #movie.ref p.comingsoon .fw_banner {
    display: block;
    width: 270px;
    margin: 0 auto;
  }
  #message.ref {
    padding-top: 16.4%;
  }
  #message.ref .change_lang_btn {
    text-align: right;
  }
  #message.ref h2 {
    width: 100%;
    max-width: 60.4%;
    margin: 0 auto;
  }
  #message.ref h2 img {
    mix-blend-mode: difference;
  }
  #message.ref .name-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  #message.ref .name-wrapper .name_area {
    width: 60.92%;
    position: relative;
  }
  #message.ref .name-wrapper .name_area .line {
    position: absolute;
    top: 0;
    width: 100%;
    scale: 1.4;
  }
  #message.ref .name-wrapper .name_area p {
    text-align: center;
  }
  #message.ref .name-wrapper .name_area p.sholder {
    font-size: 2.8vw;
    line-height: 4.5vw;
  }
  #message.ref .name-wrapper .name_area p.sholder.en {
    font-family: "Antonio", sans-serif;
    font-weight: 400;
  }
  #message.ref .name-wrapper .name_area p.name {
    font-size: 3.4vw;
    line-height: 4.5vw;
    margin-top: 6vw;
  }
  #message.ref .name-wrapper .name_area p.name.en {
    font-weight: 400;
  }
  #message.ref .name-wrapper .name_area p.name.jp {
    font-weight: bold;
  }
  #message.ref .name-wrapper .text_area {
    width: 100%;
    margin-top: 8.5vw;
  }
  #message.ref .name-wrapper .text_area p.title {
    font-size: 5.5vw;
    line-height: 5.5vw;
    font-weight: bold;
    margin-bottom: 5vw;
    letter-spacing: -0.2vw;
  }
  #message.ref .name-wrapper .text_area p.title.en {
    font-weight: 400;
  }
  #message.ref .name-wrapper .text_area .default {
    font-size: 3.2vw;
    line-height: 5vw;
    font-weight: 300;
  }
  #message.ref .name-wrapper .text_area .default.en {
    font-family: "Antonio", sans-serif;
    font-weight: 400;
  }
  #message.ref ul.sub_nav {
    width: 100%;
    margin: -7.2% auto 0 auto;
    max-width: 46.33%;
    display: flex;
    align-items: baseline;
    position: relative;
    left: -2.7vw;
    justify-content: space-between;
  }
  #message.ref ul.sub_nav li {
    display: inline-block;
    font-family: "Anton", sans-serif;
    font-size: 3.7vw;
    line-height: 3.7vw;
  }
  #message.ref ul.sub_nav li.center-line {
    background-color: #ddd;
    width: 0.5vw;
    height: 3.7vw;
  }
  #message.ref ul.sub_nav li a {
    display: block;
    width: 100%;
    position: relative;
    transition: all 0.3s ease;
  }
  #message.ref ul.sub_nav li a.hover:before {
    width: 100%;
  }
  #message.ref ul.sub_nav li a:before {
    content: "";
    width: 0%;
    background-color: #fff;
    height: 1px;
    position: absolute;
    bottom: -0.2vw;
    transform-origin: center;
    transition: all 0.3s ease;
  }
  #message.ref ul.sub_nav li a.active {
    pointer-events: none;
  }
  #message.ref ul.sub_nav li a.active:before {
    transition: all 0.3s ease;
    width: 100%;
  }
  #message.ref .chapter {
    max-width: 1500px;
    padding: 0;
    width: 86.66%;
    margin: 16% auto 0 auto;
  }
  #message.ref .chapter .jp > p, #message.ref .chapter .en > p {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.6rem;
    font-weight: 400;
  }
  #message.ref .about {
    max-width: 860px;
    width: 94%;
    margin: 80px auto;
  }
  #message.ref .about .name {
    font-size: 2rem;
  }
  #message.ref .about .address {
    font-weight: 400;
    margin-top: 0.5em;
    font-size: 1.4rem;
    line-height: 1.6em;
  }
  #staff.ref {
    padding: 0;
    margin: 20vw 0 0 0;
  }
  #staff.ref h2 {
    width: 100%;
    max-width: 52.66%;
    margin: 0 auto;
    padding: 0;
  }
  #staff.ref h2 img {
    mix-blend-mode: difference;
  }
  #staff.ref h3 {
    font-size: 3.2vw;
    line-height: 3.2vw;
    font-weight: 400;
    margin-bottom: 1.6vw;
  }
  #staff.ref h3 .line {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    left: 0;
    width: 100%;
  }
  #staff.ref .container {
    max-width: 1000px;
    padding: 0;
    margin: 11vw auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #staff.ref .container .box {
    display: inline-block;
    vertical-align: top;
    width: 50.66%;
    margin: 0 auto;
    padding-left: 0;
  }
  #staff.ref .container .box:last-of-type {
    width: 50.66%;
  }
  #staff.ref .container .box ul {
    margin-bottom: 6vw;
  }
  #staff.ref .container .box ul li {
    font-size: 2.7vw;
    font-weight: 300;
    margin-bottom: 0;
  }
  #staff.ref .container .box ul li.linker {
    margin-bottom: 2rem;
  }
  #staff.ref .container .box ul li.assistant {
    padding-left: 2rem;
  }
  #staff.ref .container .box ul li.assistant .assist-txt {
    display: block;
    margin-bottom: 1rem;
  }
  #staff.ref .container .box ul li .jp {
    margin-right: 1em;
  }
  #support.ref {
    padding: 0;
    margin: 16.5vw 0 0 0;
  }
  #support.ref h2 {
    width: 100%;
    max-width: 60.66%;
    margin: 0 auto;
    padding: 0;
  }
  #support.ref h2 img {
    mix-blend-mode: difference;
  }
  #support.ref .fix-width {
    width: 86.66%;
    padding: 0;
  }
  #support.ref ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 5.8vw 0 0 0;
    text-align: left;
    width: 100%;
  }
  #support.ref ul li {
    width: 44%;
    display: inline-block;
    text-align: center;
    margin-bottom: 9.3vw;
    vertical-align: top;
  }
  #support.ref ul li a.logo {
    display: inline-block;
    width: 100%;
    margin: 0 auto 3.4vw auto;
  }
  #support.ref ul li p {
    font-size: 2.6vw;
    line-height: 2.6vw;
    font-weight: 500;
    font-family: "Noto Sans JP", "Noto Sans SC", sans-serif;
  }
  #support.ref ul li p span {
    font-size: 80%;
  }
  #support.ref ul li a {
    margin-top: 2.25vw;
    font-size: 2.6vw;
    line-height: 2.6vw;
    display: block;
  }
  .mb1rem {
    margin-bottom: 1rem !important;
  }
  .mb2rem {
    margin-bottom: 2rem !important;
  }
  .mb3rem {
    margin-bottom: 3rem !important;
  }
}/*# sourceMappingURL=contents.css.map */