@charset "UTF-8";
/**
 * 変数
 */
/**
 * color
 * ---------------------------
 */
/**
 * コンテンツ幅
 * ---------------------------
 */
/**
 * font famiry
 * ---------------------------
 */
/*
mainVisual
---------------------------*/
#mainVisual .inner {
  width: 100%;
}
#mainVisual .imgWrap {
  position: relative;
}
#mainVisual .imgWrap img {
  width: 100%;
}
#mainVisual .imgWrap img + a {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  max-width: 225px;
  height: auto;
  aspect-ratio: 25/14;
}
@media (min-width: 769px) {
  #mainVisual .imgWrap img + a {
    width: 25%;
    max-width: 280px;
    aspect-ratio: 7/4;
  }
}

/*
about
---------------------------*/
#about {
  position: relative;
  overflow: hidden;
}
#about::before {
  content: "";
  position: absolute;
  bottom: 86px;
  right: 0;
  width: 137px;
  height: 1px;
  background: #08091B;
}
#about::after {
  content: "";
  position: absolute;
  bottom: 70px;
  right: 0;
  width: 96px;
  height: 1px;
  background: #08091B;
}
#about .wrap {
  padding: 100px 0 152px;
  background: #F8F9FA;
}
#about .inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
#about hgroup {
  position: relative;
}
#about hgroup h1 {
  font-size: min(15vw, 58px);
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  color: #E1E2E4;
}
#about hgroup p {
  margin-top: 10px;
  margin-left: 5%;
  font-size: min(4vw, 15px);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  color: #08091B;
}
#about .main {
  position: relative;
}
#about .main .textWrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 48px 10px 22px;
}
#about .main .textWrap p {
  font-size: min(4.4vw, 22px);
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.06em;
  line-height: 2;
  color: #08091B;
}
#about .main .vennDiagram {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  padding: 29px 30px 21px;
}
#about .main .vennDiagram::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 20px);
  height: auto;
  aspect-ratio: 1/1;
  background: url("/img/top/back-circle.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#about .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 32px;
}
#about .sub .imgWrap {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-top: 56px;
  padding: 0 20px 47px 10px;
}
#about .sub .imgWrap .content:nth-of-type(1) {
  position: relative;
  width: 67%;
  aspect-ratio: 81/100;
  border-radius: 8px;
}
#about .sub .imgWrap .content:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: 36px;
  right: -34%;
  width: 200px;
  height: 1px;
  background: #08091B;
}
#about .sub .imgWrap .content:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 57px;
  right: -10%;
  width: 200px;
  height: 1px;
  background: #08091B;
}
#about .sub .imgWrap .content:nth-of-type(1) img {
  position: relative;
  border-radius: 8px;
  z-index: 2;
}
#about .sub .imgWrap .content:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 25%;
  height: auto;
  border-radius: 8px;
}
#about .sub .imgWrap .content:nth-of-type(2) img {
  border-radius: 8px;
}
#about .sub .textWrap {
  position: relative;
  width: 95%;
  margin: 0 auto;
}
#about .sub .textWrap p {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  font-size: min(4vw, 14px);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 2;
}
#about .sub .textWrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto 0;
  padding: 8px 21px 9px;
  width: 80%;
  max-width: 200px;
  background: #986D41;
  border-radius: 33px;
}
#about .sub .textWrap a .jp {
  font-size: 15px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 2.2;
  color: #FFFFFF;
}
#about .sub .textWrap a .en {
  font-size: 14px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
#about .img {
  position: absolute;
  bottom: 20px;
  left: 11%;
  max-width: 174px;
  height: auto;
  border-radius: 8px;
}
@media (min-width: 769px) {
  #about::before {
    bottom: 64px;
    left: 0;
    right: auto;
    width: 200px;
  }
  #about::after {
    bottom: 48px;
    left: 41px;
    right: auto;
    width: 200px;
  }
  #about .wrap {
    padding: 125px 0 152px;
  }
  #about .inner {
    position: relative;
  }
  #about .inner::before {
    content: "";
    position: absolute;
    top: 25px;
    left: auto;
    right: -1%;
    width: 75%;
    max-width: 1154px;
    height: auto;
    aspect-ratio: 1/1;
    background: url("/img/top/back-circle.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  #about hgroup h1 {
    font-size: min(9.4vw, 151px);
  }
  #about hgroup p {
    margin-top: 23px;
    margin-left: 10%;
    font-size: clamp(14px, 1.9vw, 22px);
  }
  #about .main .textWrap {
    width: 100%;
    padding: 9vw 0 clamp(0px, 11vw, 179px) 5%;
  }
  #about .main .textWrap p {
    font-size: min(2.2vw, 30px);
    letter-spacing: 0.1em;
    line-height: 2.2;
  }
  #about .main .vennDiagram {
    position: absolute;
    top: -17px;
    left: 42%;
    right: 0;
    margin: auto;
    padding: 0;
    width: 40%;
    max-width: 605px;
  }
  #about .main .vennDiagram::before {
    content: none;
  }
  #about .sub {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
    margin-left: 20px;
  }
  #about .sub .imgWrap {
    width: 49%;
    max-width: initial;
    margin-top: 0;
    margin-right: 2%;
    padding: 0 0 67px 0;
  }
  #about .sub .imgWrap .content:nth-of-type(1) {
    aspect-ratio: 13/16;
  }
  #about .sub .imgWrap .content:nth-of-type(1)::before {
    top: 23px;
    right: -242px;
  }
  #about .sub .imgWrap .content:nth-of-type(1)::after {
    top: 44px;
    right: -183px;
  }
  #about .sub .imgWrap .content:nth-of-type(2) {
    right: 0;
    width: 27%;
  }
  #about .sub .textWrap {
    width: 49%;
    max-width: initial;
    margin: 8% 0 0 0;
    padding: 0 3% 0 0;
  }
  #about .sub .textWrap p {
    max-width: 425px;
    margin: 0;
    font-size: 16px;
  }
  #about .sub .textWrap a {
    margin: 80px 0 0 0;
    padding: 20px 35px;
    width: 100%;
    max-width: 300px;
  }
  #about .sub .textWrap a .jp {
    font-size: 18px;
    line-height: 1.3;
  }
  #about .sub .textWrap a .en {
    font-size: 15px;
  }
  #about .img {
    bottom: -143px;
    left: auto;
    right: 6.7%;
    width: 35%;
    max-width: 383px;
  }
}
@media (min-width: 1000px) {
  #about::before {
    content: none;
  }
  #about::after {
    content: none;
  }
  #about .main .textWrap {
    padding: 105px 0 clamp(0px, 11vw, 179px) 8%;
  }
  #about .main .textWrap p {
    font-size: min(2vw, 30px);
  }
  #about .sub .textWrap {
    margin: 7vw 0 0 0;
  }
  #about .sub .textWrap::before {
    content: "";
    position: absolute;
    bottom: 155px;
    right: 41px;
    width: 200px;
    height: 1px;
    background: #08091B;
  }
  #about .sub .textWrap::after {
    content: "";
    position: absolute;
    bottom: 137px;
    right: 0;
    width: 200px;
    height: 1px;
    background: #08091B;
  }
  #about .backDesign {
    position: relative;
  }
  #about .backDesign::before {
    content: "";
    position: absolute;
    bottom: -94px;
    left: 0;
    width: 200px;
    height: 1px;
    background: #08091B;
  }
  #about .backDesign::after {
    content: "";
    position: absolute;
    bottom: -110px;
    left: 41px;
    width: 200px;
    height: 1px;
    background: #08091B;
  }
}
@media (min-width: 1400px) {
  #about .sub .textWrap {
    padding: 0 0 0 8.5%;
  }
}
@media (min-width: 1600px) {
  #about .sub .textWrap {
    margin: 148px 0 0 0;
  }
}

/*
newsTopics
---------------------------*/
#newsTopics .wrap {
  padding: 55px 0;
}
#newsTopics .inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
#newsTopics hgroup h1 {
  font-size: min(14vw, 50px);
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  color: #E1E2E4;
}
#newsTopics hgroup p {
  margin-top: 22px;
  font-size: min(4vw, 15px);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  color: #08091B;
}
#newsTopics .btnWrap {
  width: 100%;
  max-width: 250px;
  margin: 30px auto 0;
}
#newsTopics .btnWrap a {
  display: block;
  width: 100%;
  padding: 8px 10px 9px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 2.2;
  text-align: center;
  color: #986D41;
  background: #FFFFFF;
  border-radius: 33px;
  border: 1px solid #986D41;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#newsTopics .btnWrap a:hover {
  background: #7b4712;
  color: #FFFFFF;
}
#newsTopics ul {
  margin-top: 56px;
  border-top: 1px solid #D7D8D9;
  border-bottom: 1px solid #D7D8D9;
}
#newsTopics ul li + li {
  border-top: 1px solid #D7D8D9;
}
#newsTopics ul li > a, #newsTopics ul li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 24px 0 25px;
}
#newsTopics ul li > a .date, #newsTopics ul li > div .date {
  width: 66px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  color: #B1B1B2;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#newsTopics ul li > a .text, #newsTopics ul li > div .text {
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #08091B;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#newsTopics ul li > a .text a, #newsTopics ul li > div .text a {
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  color: #08091B;
  text-decoration: underline;
}
#newsTopics ul li > a .label, #newsTopics ul li > div .label {
  width: 70px;
  margin-left: 27px;
  font-size: 13px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-align: center;
  background: #08091B;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 769px) {
  #newsTopics .wrap {
    padding: 96px 0 80px;
  }
  #newsTopics .inner {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
  }
  #newsTopics hgroup h1 {
    font-size: min(8vw, 88px);
  }
  #newsTopics hgroup p {
    font-size: 16px;
  }
  #newsTopics .btnWrap {
    max-width: 300px;
    margin: 50px auto 0;
  }
  #newsTopics .btnWrap a {
    padding: 10px 10px 11px;
    font-size: min(2vw, 18px);
    line-height: 1.8;
  }
  #newsTopics ul {
    margin-top: 80px;
  }
  #newsTopics ul li > a, #newsTopics ul li > div {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 29px 0 32px;
  }
  #newsTopics ul li > a .text, #newsTopics ul li > div .text {
    width: calc(100% - 65px);
    margin-top: 0;
    padding-left: 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #newsTopics ul li > a .label, #newsTopics ul li > div .label {
    width: 79px;
    margin-left: 15px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 900px) {
  #newsTopics .btnWrap a {
    padding: 15px 10px 16px;
  }
}

/*
register
---------------------------*/
#register {
  position: relative;
  overflow: hidden;
}
#register .wrap {
  position: relative;
  padding: 136px 0 105px;
  background: #F8F9FA;
}
#register .wrap::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 50%;
  width: auto;
  height: 100%;
  max-height: 695px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 1/1;
  background: url("/img/top/back-circle.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
#register .inner {
  width: 80%;
  max-width: 830px;
  margin: 0 auto;
}
#register .textWrap {
  position: relative;
  z-index: 1;
}
#register .textWrap hgroup h1 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  color: #08091B;
}
#register .textWrap hgroup p {
  font-size: 13px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  line-height: 3.3;
  text-align: center;
  color: #08091B;
}
#register .textWrap > p {
  margin-top: 11px;
  font-size: min(4vw, 15px);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  color: #08091B;
}
#register .textWrap > p.attention {
  font-size: 14px;
}
#register .textWrap > p + p {
  margin-top: 15px;
}
#register .textWrap a {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 24px auto 0;
  padding: 8px 10px 9px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 2.2;
  text-align: center;
  color: #FFFFFF;
  background: #986D41;
  border-radius: 33px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#register .textWrap a:hover {
  background: #7b4712;
}
#register .imgWrap .content {
  position: absolute;
  background: #FFFFFF;
  border-radius: 4px;
  z-index: 2;
}
#register .imgWrap .content img {
  border-radius: 4px;
}
#register .imgWrap .content.topLeft {
  top: 0;
  left: 11px;
  width: 33%;
  min-width: 176px;
  height: auto;
  aspect-ratio: 11/6;
}
#register .imgWrap .content.topLeft img {
  opacity: 0.9;
}
#register .imgWrap .content.topRight {
  top: 41px;
  right: -16px;
  width: 25%;
  min-width: 131px;
  height: 73px;
}
#register .imgWrap .content.topRight img {
  opacity: 0.6;
}
#register .imgWrap .content.bottomLeft {
  bottom: 27px;
  left: 10px;
  width: 15%;
  min-width: 75px;
  height: 75px;
}
#register .imgWrap .content.bottomLeft img {
  opacity: 0.6;
}
#register .imgWrap .content.bottomRight {
  bottom: -10px;
  right: 10px;
  width: 27%;
  min-width: 137px;
  height: 96px;
}
#register .imgWrap .content.bottomRight img {
  opacity: 0.9;
}
#register > .attention {
  position: relative;
  padding: 30px 5% 40px;
  background: #F8F9FA;
  z-index: -1;
}
#register > .attention p {
  font-size: min(3.2vw, 14px);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  color: #08091B;
}
#register > .attention p + p {
  margin-top: 10px;
}
@media (min-width: 390px) {
  #register .imgWrap .content.bottomLeft {
    bottom: 67px;
  }
  #register .imgWrap .content.bottomRight {
    bottom: 0;
  }
}
@media (min-width: 769px) {
  #register .wrap {
    padding: 230px 0 210px;
  }
  #register .wrap::before {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    max-height: initial;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #register .textWrap {
    position: relative;
  }
  #register .textWrap hgroup h1 {
    font-size: 50px;
  }
  #register .textWrap hgroup p {
    margin-top: 22px;
    font-size: 22px;
    line-height: 1.5;
  }
  #register .textWrap > p {
    margin-top: 50px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
    color: #08091B;
  }
  #register .textWrap > p.attention {
    font-size: 16px;
  }
  #register .textWrap > p + p {
    margin-top: 30px;
  }
  #register .textWrap a {
    max-width: 300px;
    margin: 41px auto 0;
    padding: 15px 10px 16px;
    font-size: 18px;
    line-height: 1.8;
  }
  #register .imgWrap .content {
    border-radius: 8px;
  }
  #register .imgWrap .content img {
    border-radius: 8px;
  }
  #register .imgWrap .content.topLeft {
    left: 20px;
    width: 33%;
    max-width: 498px;
    min-width: 320px;
    height: auto;
    aspect-ratio: 83/53;
  }
  #register .imgWrap .content.topRight {
    top: 107px;
    right: 20px;
    width: 23%;
    max-width: 288px;
    min-width: 210px;
    height: auto;
    aspect-ratio: 288/161;
  }
  #register .imgWrap .content.bottomLeft {
    bottom: 37px;
    left: 5%;
    width: 20%;
    max-width: 200px;
    height: auto;
    aspect-ratio: 1/1;
  }
  #register .imgWrap .content.bottomRight {
    bottom: -20px;
    right: 5%;
    width: 30%;
    max-width: 367px;
    min-width: 300px;
    height: auto;
    aspect-ratio: 367/255;
  }
  #register > .attention {
    padding: 30px 5% 80px;
    z-index: 2;
  }
  #register > .attention p {
    font-size: min(1.7vw, 16px);
  }
  #register > .attention p + p {
    margin-top: 10px;
  }
}
@media (min-width: 1000px) {
  #register .imgWrap .content.bottomLeft {
    left: 10%;
  }
}
@media (min-width: 1400px) {
  #register .wrap::before {
    top: -105px;
    width: 95vw;
    max-width: 1154px;
    height: auto;
  }
  #register .imgWrap .content.bottomLeft {
    left: 23%;
  }
  #register .imgWrap .content.bottomRight {
    right: 90px;
  }
}
@media (min-width: 1600px) {
  #register .wrap {
    padding: 0;
  }
  #register .inner {
    position: relative;
    max-width: 1600px;
    padding: 230px 0 210px;
  }
}

/*
introduction
---------------------------*/
#introduction .wrap {
  padding: 56px 0;
}
#introduction .inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
#introduction ul li + li {
  margin-top: 24px;
}
#introduction ul li a:hover .imgWrap img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#introduction ul li a,
#introduction ul li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 8px;
}
#introduction ul li a .imgWrap,
#introduction ul li > div .imgWrap {
  width: 140px;
  padding: 17px 0;
  background: #FFFFFF;
  border-radius: 4px;
}
#introduction ul li a .imgWrap img,
#introduction ul li > div .imgWrap img {
  display: block;
  width: 95%;
  max-width: 125px;
  margin: 0 auto;
  aspect-ratio: 29/16;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
#introduction ul li a .textWrap,
#introduction ul li > div .textWrap {
  width: calc(100% - 140px);
  padding-left: 24px;
}
#introduction ul li a .textWrap .name,
#introduction ul li > div .textWrap .name {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #08091B;
}
#introduction ul li a .textWrap .detail,
#introduction ul li > div .textWrap .detail {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #363636;
}
@media (min-width: 769px) {
  #introduction .wrap {
    padding: 80px 0;
  }
  #introduction ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #introduction ul li {
    width: calc((100% - 80px) / 3);
  }
  #introduction ul li + li {
    margin-top: 0;
    margin-left: 40px;
  }
  #introduction ul li a,
  #introduction ul li div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  #introduction ul li a .imgWrap,
  #introduction ul li div .imgWrap {
    width: 100%;
    padding: 17px 10px;
    border-radius: 8px;
  }
  #introduction ul li a .imgWrap img,
  #introduction ul li div .imgWrap img {
    max-width: 230px;
  }
  #introduction ul li a .textWrap,
  #introduction ul li div .textWrap {
    width: 100%;
    padding-left: 0;
  }
  #introduction ul li a .textWrap .name,
  #introduction ul li div .textWrap .name {
    margin-top: 24px;
    font-size: min(2vw, 16px);
    text-align: center;
  }
  #introduction ul li a .textWrap .detail,
  #introduction ul li div .textWrap .detail {
    font-size: min(1.7vw, 14px);
    text-align: center;
  }
}

/*
message
---------------------------*/
#message .wrap {
  position: relative;
  padding: 84px 0;
  background: #F8F9FA;
}
#message .wrap::before {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 43px;
  height: 1px;
  background: #08091B;
}
#message .wrap::after {
  content: "";
  position: absolute;
  bottom: 34px;
  left: 0;
  width: 84px;
  height: 1px;
  background: #08091B;
}
#message .inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
#message .frame {
  position: relative;
  padding: 8px 0;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
#message .frame .frameInner {
  position: relative;
  padding-bottom: 58px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
#message .frame .frameInner::before {
  content: "";
  position: absolute;
  top: 75px;
  right: 0;
  width: 100px;
  height: 1px;
  background: #08091B;
}
#message .frame .frameInner::after {
  content: "";
  position: absolute;
  top: 90px;
  right: 0;
  width: 56px;
  height: 1px;
  background: #08091B;
}
#message .frame hgroup {
  position: absolute;
  top: -33px;
  left: 20px;
  width: 182px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #F8F9FA;
}
#message .frame hgroup h1 {
  padding: 0 10px;
  font-size: 50px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  color: #08091B;
}
#message .frame hgroup p {
  padding: 15px 10px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  color: #08091B;
}
#message .frame ul {
  width: 85%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 96px 0 0;
}
#message .frame ul li {
  width: 100%;
}
#message .frame ul li + li {
  margin-top: 24px;
}
#message .frame ul li.superintendent .imgWrap .imgText p {
  background: #1979A0;
}
#message .frame ul li.superintendent .textWrap .position-en {
  color: #1979A0;
}
#message .frame ul li.accelerator .imgWrap .imgText p {
  background: #4E5C5A;
}
#message .frame ul li.accelerator .textWrap .position-en {
  color: #4E5C5A;
}
#message .frame ul li .imgWrap {
  position: relative;
  width: 100%;
  max-width: 300px;
}
#message .frame ul li .imgWrap .imgContent {
  width: 90%;
  max-width: 221px;
  margin: 0 0 0 auto;
}
#message .frame ul li .imgWrap .imgText {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#message .frame ul li .imgWrap .imgText p {
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(5vw, 18px);
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #FFFFFF;
}
#message .frame ul li .imgWrap .imgText p + p {
  margin-top: 12px;
}
#message .frame ul li .textWrap {
  margin-top: 10px;
}
#message .frame ul li .textWrap .position-en {
  font-size: 22px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1;
}
#message .frame ul li .textWrap .position-jp {
  margin-top: 14px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #08091B;
}
#message .frame ul li .textWrap .name {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  color: #08091B;
}
#message .frame ul li .textWrap .name span {
  margin-left: 12px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #08091B;
}
#message .frame ul li .textWrap .detail {
  margin-top: 9px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #08091B;
}
#message .frame ul li .textWrap .btnWrap {
  position: relative;
  width: 100%;
  max-width: 200px;
  margin-top: 16px;
  background: #FFFFFF;
  border-radius: 33px;
  overflow: hidden;
  z-index: 1;
}
#message .frame ul li .textWrap .btnWrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #08091B;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: -1;
}
#message .frame ul li .textWrap .btnWrap:has(a:hover)::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#message .frame ul li .textWrap .btnWrap:has(a:hover) a {
  color: #FFFFFF;
}
#message .frame ul li .textWrap .btnWrap:has(a:hover) a::before {
  background: #FFFFFF;
}
#message .frame ul li .textWrap .btnWrap a {
  display: block;
  width: 100%;
  padding: 13px 10px 15px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #08091B;
  border: 1px solid #363636;
  border-radius: 33px;
}
#message .frame ul li .textWrap .btnWrap a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 1px;
  background: #363636;
}
@media (min-width: 390px) {
  #message .frame ul li .imgWrap .imgText p {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  #message .wrap {
    padding: 120px 0;
  }
  #message .wrap::before {
    top: 250px;
    bottom: auto;
    left: auto;
    right: 41px;
    width: 199px;
  }
  #message .wrap::after {
    top: 266px;
    bottom: auto;
    left: auto;
    right: 0;
    width: 199px;
  }
  #message .inner {
    width: 95%;
  }
  #message .frame {
    padding: 10px;
    border: 2px solid #000000;
  }
  #message .frame::before {
    content: "";
    position: absolute;
    bottom: 64px;
    left: -80px;
    width: 200px;
    height: 1px;
    background: #08091B;
  }
  #message .frame::after {
    content: "";
    position: absolute;
    bottom: 49px;
    left: -40px;
    width: 200px;
    height: 1px;
    background: #08091B;
  }
  #message .frame .frameInner {
    position: static;
    padding-bottom: 80px;
    border: 1px solid #000000;
  }
  #message .frame .frameInner::before {
    content: none;
  }
  #message .frame .frameInner::after {
    content: none;
  }
  #message .frame hgroup {
    top: -41px;
    left: 37px;
    width: 390px;
  }
  #message .frame hgroup h1 {
    padding: 0 36px;
    font-size: 88px;
  }
  #message .frame hgroup p {
    padding: 32px 36px;
    font-size: 22px;
  }
  #message .frame ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 90%;
    padding: 133px 0 0;
  }
  #message .frame ul li {
    width: calc((100% - 40px) / 3);
  }
  #message .frame ul li + li {
    margin-top: 0;
    margin-left: 20px;
  }
  #message .frame ul li .imgWrap {
    max-width: initial;
    padding-bottom: 25px;
  }
  #message .frame ul li .imgWrap .imgContent {
    max-width: 265px;
    margin: 0 11% 0 auto;
  }
  #message .frame ul li .imgWrap .imgText {
    bottom: 0;
  }
  #message .frame ul li .imgWrap .imgText p {
    font-size: 1.5vw;
  }
  #message .frame ul li .imgWrap .imgText p + p {
    margin-top: 16px;
  }
  #message .frame ul li .textWrap {
    margin-top: 32px;
  }
  #message .frame ul li .textWrap .position-en {
    font-size: min(2.2vw, 22px);
  }
  #message .frame ul li .textWrap .position-jp {
    margin-top: 22px;
    font-size: min(1.8vw, 16px);
  }
  #message .frame ul li .textWrap .name {
    margin-top: 18px;
    font-size: min(3.8vw, 34px);
  }
  #message .frame ul li .textWrap .name span {
    margin-left: 13px;
    font-size: min(1.8vw, 16px);
  }
}
@media (min-width: 1400px) {
  #message .frame ul li {
    width: calc((100% - 112px) / 3);
  }
  #message .frame ul li + li {
    margin-left: 56px;
  }
  #message .frame ul li .imgWrap .imgText p {
    font-size: min(1.3vw, 20px);
  }
}
@media (min-width: 1600px) {
  #message .wrap {
    padding: 0;
  }
  #message .wrap::before {
    content: none;
  }
  #message .wrap::after {
    content: none;
  }
  #message .inner {
    position: relative;
    padding: 120px 0;
  }
  #message .inner::before {
    content: "";
    position: absolute;
    top: 250px;
    right: -39px;
    width: 199px;
    height: 1px;
    background: #08091B;
  }
  #message .inner::after {
    content: "";
    position: absolute;
    top: 266px;
    right: -80px;
    width: 199px;
    height: 1px;
    background: #08091B;
  }
}/*# sourceMappingURL=top.css.map */