@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
@import url(base.css);
@import url(common.css);
.toplogo {
  text-align: center;
  margin: 0px auto;
  margin-top: 100px;
  margin-bottom: 100px;
  width: 510px;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  .toplogo {
    width: 250px;
    margin: 60px auto;
  }
}
@media screen and (max-width: 640px) {
  .toplogo {
    width: 130px;
    margin: 40px auto;
    margin-bottom: 30px;
  }
}

main {
  padding-bottom: 150px;
}
@media screen and (max-width: 1100px) {
  main {
    padding-bottom: 60px;
  }
}

body.info_detail main,
body.concert_detail main {
  padding: 100px 0;
}
@media screen and (max-width: 1100px) {
  body.info_detail main,
body.concert_detail main {
    padding: 30px;
  }
}
body.info_detail main .news_body,
body.concert_detail main .news_body {
  border: solid 1px #aaa;
  padding: 60px 80px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.info_detail main .news_body,
body.concert_detail main .news_body {
    padding: 60px 60px;
  }
}
@media screen and (max-width: 640px) {
  body.info_detail main .news_body,
body.concert_detail main .news_body {
    padding: 30px;
  }
}
body.info_detail main .news_body + p.btn03,
body.concert_detail main .news_body + p.btn03 {
  margin-top: 80px;
}
body.info_detail main .news_body p.date,
body.concert_detail main .news_body p.date {
  font-size: 13px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  body.info_detail main .news_body p.date,
body.concert_detail main .news_body p.date {
    margin-bottom: 10px;
  }
}
body.info_detail main .news_body h1,
body.concert_detail main .news_body h1 {
  font-size: 40px;
  letter-spacing: 4px;
  margin-bottom: 50px;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.info_detail main .news_body h1,
body.concert_detail main .news_body h1 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  body.info_detail main .news_body h1,
body.concert_detail main .news_body h1 {
    font-size: 5vw;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
}
body.info_detail main .news_body .text_body p,
body.concert_detail main .news_body .text_body p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 640px) {
  body.info_detail main .news_body .text_body p,
body.concert_detail main .news_body .text_body p {
    font-size: 3.3vw;
    line-height: 1.7;
    margin-bottom: 1em;
  }
}
body.info_detail main .news_body .text_body ul.list01,
body.concert_detail main .news_body .text_body ul.list01 {
  font-size: 16px;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  body.info_detail main .news_body .text_body ul.list01,
body.concert_detail main .news_body .text_body ul.list01 {
    font-size: 3.3vw;
  }
}
body.info_detail main .news_body .text_body ul.list01 li,
body.concert_detail main .news_body .text_body ul.list01 li {
  line-height: 1.5;
  margin-bottom: 7px;
}
body.info_detail main .news_body ul.photo_gallery,
body.concert_detail main .news_body ul.photo_gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
body.info_detail main .news_body ul.photo_gallery li,
body.concert_detail main .news_body ul.photo_gallery li {
  position: relative;
  flex: 1 1 calc(33.3333% - 4px);
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 4px;
}
body.info_detail main .news_body ul.photo_gallery li img,
body.concert_detail main .news_body ul.photo_gallery li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: transform 0.3s ease;
}
body.info_detail main .news_body ul.photo_gallery li:hover img,
body.concert_detail main .news_body ul.photo_gallery li:hover img {
  transform: scale(1.05);
}

body.about_index article.art_intro {
  padding: 100px;
  background: url(../img/about/intro_bg.jpg) 50% 50%/cover no-repeat;
}
@media screen and (max-width: 1100px) {
  body.about_index article.art_intro {
    padding: 50px 30px;
  }
}
body.about_index article.art_intro .tit02 {
  color: white;
}
body.about_index article.art_intro .introduce {
  width: 800px;
  margin: auto;
  background: rgba(255, 255, 255, 0.85);
  padding: 50px;
}
@media screen and (max-width: 1100px) {
  body.about_index article.art_intro .introduce {
    width: 100%;
    padding: 15px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.about_index article.art_intro .introduce {
    padding: 30px;
  }
}
body.about_index article.art_intro .introduce .text p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_intro .introduce .text p {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
body.about_index article.art_intro .introduce .prize {
  font-size: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_intro .introduce .prize {
    margin-top: 15px;
    font-size: 3.2vw;
  }
}
body.about_index article.art_intro .introduce .prize p.tit {
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_intro .introduce .prize p.tit {
    margin-bottom: 7px;
    font-size: 3.2vw;
    font-weight: bold;
  }
}
body.about_index article.art_intro .introduce .prize ul.prizelist {
  border: solid 1px #aaa;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_intro .introduce .prize ul.prizelist {
    padding: 15px 10px;
  }
}
body.about_index article.art_intro .introduce .prize ul.prizelist li {
  margin-left: 15px;
  margin-bottom: 10px;
  list-style-type: disc;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_intro .introduce .prize ul.prizelist li {
    margin-bottom: 7px;
  }
}
body.about_index article.art_intro .introduce .prize ul.prizelist li:last-child {
  margin-bottom: 0;
}
body.about_index article.art_location {
  padding: 120px 0;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.about_index article.art_location {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1100px) {
  body.about_index article.art_location {
    padding: 60px 0;
    position: relative;
    padding: 50px 20px;
    overflow: hidden;
    z-index: 0;
  }
  body.about_index article.art_location::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #f0f0f0 url(../img/about/japan_map_sp.png) no-repeat;
    background-size: cover;
    background-position: center 50px;
    background-repeat: no-repeat;
    transform: translateZ(0);
  }
}
@media screen and (max-width: 1100px) {
  body.about_index article.art_location .cont_m {
    padding: 0;
  }
}
body.about_index article.art_location .map_all {
  width: 900px;
  margin: auto;
  height: 700px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  body.about_index article.art_location .map_all {
    width: 100%;
    padding: 0;
    height: auto;
  }
}
body.about_index article.art_location .map_all figure.japan_map {
  width: 554px;
  height: 577px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  body.about_index article.art_location .map_all figure.japan_map {
    display: none;
  }
}
body.about_index article.art_location .map_all .branch {
  clear: both;
}
@media screen and (max-width: 1100px) {
  body.about_index article.art_location .map_all .branch {
    display: block;
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}
body.about_index article.art_location .map_all .branch section {
  position: absolute;
  margin-bottom: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1100px) {
  body.about_index article.art_location .map_all .branch section {
    width: 100%;
    margin-bottom: 1.3vw;
    border: solid 1px #eee;
    background: rgba(255, 255, 255, 0.85);
    padding: 10px;
    position: static !important;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  body.about_index article.art_location .map_all .branch section#hokkaido {
    -moz-column-span: all;
         column-span: all;
  }
}
body.about_index article.art_location .map_all .branch section .name {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  color: #caa851;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_location .map_all .branch section .name {
    font-size: 15px;
    letter-spacing: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    margin-bottom: 3px;
  }
}
body.about_index article.art_location .map_all .branch section .name:before, body.about_index article.art_location .map_all .branch section .name:after {
  position: absolute;
  height: 1px;
  background: #caa851;
}
@media screen and (max-width: 1100px) {
  body.about_index article.art_location .map_all .branch section .name:before, body.about_index article.art_location .map_all .branch section .name:after {
    display: none;
  }
}
body.about_index article.art_location .map_all .branch section .divide {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_location .map_all .branch section .divide {
    gap: 10px;
  }
}
body.about_index article.art_location .map_all .branch section .divide .left,
body.about_index article.art_location .map_all .branch section .divide .right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_location .map_all .branch section .divide .left,
body.about_index article.art_location .map_all .branch section .divide .right {
    width: 50%;
  }
}
body.about_index article.art_location .map_all .branch section .divide .right ul:before {
  display: none;
}
body.about_index article.art_location .map_all .branch section ul {
  position: relative;
  padding-top: 10px;
  margin-left: 2px;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_location .map_all .branch section ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 0;
  }
}
body.about_index article.art_location .map_all .branch section ul:before {
  content: "";
  width: 30px;
  height: 2px;
  border-bottom: 2px dotted black;
  position: absolute;
  top: 0;
  left: 1px;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_location .map_all .branch section ul:before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  body.about_index article.art_location .map_all .branch section ul li {
    margin-bottom: 5px;
  }
  body.about_index article.art_location .map_all .branch section ul li:last-child {
    margin-bottom: 0;
  }
}
body.about_index article.art_location .map_all .branch section ul li a {
  display: block;
  transition: 0.3s;
  text-decoration: underline;
}
body.about_index article.art_location .map_all .branch section ul li a:hover {
  transition: 0.3s;
  color: #caa851;
}
body.about_index article.art_location .map_all .branch section ul li dl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_location .map_all .branch section ul li dl {
    margin-bottom: 0;
  }
}
body.about_index article.art_location .map_all .branch section ul li dl dt {
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_location .map_all .branch section ul li dl dt:before {
    content: "";
    width: 5px;
    height: 1px;
    background: black;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    top: 0.8em;
    left: -10px;
    opacity: 0.3;
  }
}
@media screen and (max-width: 640px) {
  body.about_index article.art_location .map_all .branch section ul li dl dd {
    font-size: 10px;
  }
}
body.about_index article.art_location .map_all .branch section ul li figure {
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_location .map_all .branch section ul li figure {
    margin-top: 3px;
  }
}
body.about_index article.art_location .map_all .branch section:after {
  position: absolute;
  content: "";
  background: #caa851;
  height: 1px;
}
@media screen and (max-width: 1100px) {
  body.about_index article.art_location .map_all .branch section:after {
    display: none;
  }
}
body.about_index article.art_location .map_all .branch section#hokkaido {
  left: 0;
  top: 0;
  position: relative;
}
body.about_index article.art_location .map_all .branch section#hokkaido:after {
  right: -100px;
  top: 100px;
  width: 100px;
  transform: rotate(20deg);
}
body.about_index article.art_location .map_all .branch section#aomori {
  right: 0;
  top: 100px;
}
body.about_index article.art_location .map_all .branch section#aomori:after {
  left: -260px;
  top: 100px;
  width: 250px;
  transform: rotate(-20deg);
}
body.about_index article.art_location .map_all .branch section#miyagi {
  right: 0;
  top: 200px;
}
body.about_index article.art_location .map_all .branch section#miyagi:after {
  left: -200px;
  top: 90px;
  width: 200px;
  transform: rotate(-20deg);
}
body.about_index article.art_location .map_all .branch section#gunma {
  right: 50px;
  top: 300px;
}
body.about_index article.art_location .map_all .branch section#gunma:after {
  left: -210px;
  top: 50px;
  width: 210px;
  transform: rotate(-20deg);
}
body.about_index article.art_location .map_all .branch section#tokyo {
  right: 50px;
  top: 400px;
}
body.about_index article.art_location .map_all .branch section#tokyo:after {
  left: -210px;
  top: 14px;
  width: 200px;
  transform: rotate(0deg);
}
body.about_index article.art_location .map_all .branch section#okinawa {
  right: 400px;
  top: 650px;
}
body.about_index article.art_location .map_all .branch section#okinawa:after {
  left: 10px;
  top: -50px;
  width: 90px;
  transform: rotate(70deg);
}
body.about_index article.art_location .map_all .branch section#aichi {
  right: 250px;
  top: 550px;
}
body.about_index article.art_location .map_all .branch section#aichi:after {
  left: -110px;
  top: -50px;
  width: 130px;
  transform: rotate(60deg);
}
body.about_index article.art_location .map_all .branch section#yamagata {
  left: 250px;
  top: 200px;
}
body.about_index article.art_location .map_all .branch section#yamagata:after {
  right: -100px;
  top: 65px;
  width: 110px;
  transform: rotate(55deg);
}
body.about_index article.art_location .map_all .branch section#hyogo {
  left: 0px;
  top: 200px;
}
body.about_index article.art_location .map_all .branch section#hyogo:after {
  right: -210px;
  top: 130px;
  width: 260px;
  transform: rotate(55deg);
}
body.about_index article.art_location .map_all .branch section#kagawa {
  left: 0px;
  top: 350px;
}
body.about_index article.art_location .map_all .branch section#kagawa:after {
  right: -180px;
  top: 80px;
  width: 175px;
  transform: rotate(22deg);
}
body.about_index article.art_location .map_all .branch section#hiroshima {
  left: 0px;
  top: 450px;
}
body.about_index article.art_location .map_all .branch section#hiroshima:after {
  right: -130px;
  top: 5px;
  width: 130px;
  transform: rotate(-2deg);
}
body.about_index article.art_location .map_all .branch section#fukuoka {
  left: 0px;
  top: 550px;
}
body.about_index article.art_location .map_all .branch section#fukuoka:after {
  right: -100px;
  top: -20px;
  width: 120px;
  transform: rotate(-50deg);
}
body.about_index article.art_location .map_all .branch section#kumamoto {
  left: 0px;
  top: 650px;
}
body.about_index article.art_location .map_all .branch section#kumamoto:after {
  right: -65px;
  top: -60px;
  width: 150px;
  transform: rotate(-60deg);
}
body.about_index article.art_history .pro_ex {
  margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_history .pro_ex {
    margin-bottom: 60px;
  }
}
body.about_index article.art_history .pro_ex p {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 2.5;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_history .pro_ex p {
    font-size: 3.2vw;
    line-height: 2;
  }
}
body.about_index article.art_history .history_body {
  padding: 80px 0;
  background: #fbfafa;
  padding-bottom: 170px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  body.about_index article.art_history .history_body {
    padding-bottom: 150px !important;
  }
}
body.about_index article.art_history .history_body:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 100%;
  background: white;
  z-index: 0;
  -webkit-clip-path: polygon(100% 100%, 0 100%, 100% 0);
          clip-path: polygon(100% 100%, 0 100%, 100% 0);
  height: 250px;
}
@media screen and (max-width: 1100px) {
  body.about_index article.art_history .history_body:after {
    height: 100px;
  }
}
@media screen and (max-width: 1100px) {
  body.about_index article.art_history .history_body {
    padding: 50px 30px;
  }
}
body.about_index article.art_history .history_body ul.history_list {
  position: relative;
}
body.about_index article.art_history .history_body ul.history_list:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #caa851;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
}
body.about_index article.art_history .history_body ul.history_list li {
  width: 50%;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_history .history_body ul.history_list li {
    margin-bottom: 10px;
  }
}
body.about_index article.art_history .history_body ul.history_list li:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #caa851;
  border-radius: 999em;
  position: absolute;
  top: 3px;
}
body.about_index article.art_history .history_body ul.history_list li dl dt {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_history .history_body ul.history_list li dl dt {
    font-size: 4vw;
    margin-bottom: 8px;
  }
}
body.about_index article.art_history .history_body ul.history_list li dl dd {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_history .history_body ul.history_list li dl dd {
    font-size: 3.2vw;
  }
}
body.about_index article.art_history .history_body ul.history_list li .photo {
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_history .history_body ul.history_list li .photo {
    margin-top: 10px;
    padding: 0;
  }
}
body.about_index article.art_history .history_body ul.history_list li .photo figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
}
body.about_index article.art_history .history_body ul.history_list li .photo figure img {
  box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.2);
}
body.about_index article.art_history .history_body ul.history_list li .photo figure figcaption {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_history .history_body ul.history_list li .photo figure figcaption {
    font-size: 10px;
    margin-top: 6px;
    text-align: left;
  }
}
body.about_index article.art_history .history_body ul.history_list li:nth-child(odd) {
  text-align: left;
  margin-left: auto;
  padding-left: 30px;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_history .history_body ul.history_list li:nth-child(odd) {
    padding-left: 20px;
  }
}
body.about_index article.art_history .history_body ul.history_list li:nth-child(odd):before {
  left: -7.5px;
}
body.about_index article.art_history .history_body ul.history_list li:nth-child(odd) .photo {
  margin-right: auto;
}
body.about_index article.art_history .history_body ul.history_list li:nth-child(odd) .photo figure {
  margin-right: auto;
}
body.about_index article.art_history .history_body ul.history_list li:nth-child(even) {
  text-align: right;
  margin-right: auto;
  padding-right: 40px;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_history .history_body ul.history_list li:nth-child(even) {
    padding-right: 20px;
  }
}
body.about_index article.art_history .history_body ul.history_list li:nth-child(even):before {
  right: -7.5px;
}
body.about_index article.art_history .history_body ul.history_list li:nth-child(even) .photo {
  margin-left: auto;
}
body.about_index article.art_history .history_body ul.history_list li:nth-child(even) .photo figure {
  margin-left: auto;
}
body.about_index article.art_history .history_body .ribbon {
  margin: 0;
  margin-bottom: 50px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1100px) {
  body.about_index article.art_history .history_body .ribbon {
    margin-bottom: 15px;
  }
}
body.about_index article.art_mission {
  position: relative;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_mission h2.tit01 {
    margin-bottom: 10px;
  }
}
body.about_index article.art_mission ul.mission_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 70px 2rem;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.about_index article.art_mission ul.mission_list {
    gap: 30px 2rem;
  }
}
@media screen and (max-width: 640px) {
  body.about_index article.art_mission ul.mission_list {
    gap: 20px;
  }
}
body.about_index article.art_mission ul.mission_list li {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body.about_index article.art_mission ul.mission_list li figure {
  width: 100%;
  max-width: 278px;
  height: 154px;
  margin: 0 auto;
  position: relative;
  bottom: -20px;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_mission ul.mission_list li figure {
    height: auto;
  }
}
body.about_index article.art_mission ul.mission_list li .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: #caa851;
  padding: 45px 25px;
  padding-bottom: 25px;
  color: white;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_mission ul.mission_list li .text {
    padding: 35px 25px;
  }
}
body.about_index article.art_mission ul.mission_list li .text dl {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  min-height: auto;
  background: none;
  text-align: center;
}
body.about_index article.art_mission ul.mission_list li .text dl dt {
  font-size: 25px;
  line-height: 1;
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_mission ul.mission_list li .text dl dt {
    font-size: 5vw;
    text-align: left;
  }
}
body.about_index article.art_mission ul.mission_list li .text dl dd {
  font-size: 15px;
  font-weight: normal;
  opacity: 0.8;
  width: 100%;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_mission ul.mission_list li .text dl dd {
    font-size: 3.3vw;
    opacity: 0.7;
  }
}
body.about_index article.art_mission ul.mission_list li .text p.jp {
  font-size: 14px;
  margin-bottom: 1em;
  min-height: 90px;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_mission ul.mission_list li .text p.jp {
    font-size: 3.2vw;
    min-height: 0;
  }
}
body.about_index article.art_mission ul.mission_list li .text p.en {
  font-size: 11px;
}
@media screen and (max-width: 640px) {
  body.about_index article.art_mission ul.mission_list li .text p.en {
    font-size: 2.5vw;
  }
}
body.about_index .modal_band {
  color: #004f43;
  font-family: "Noto Sans JP", sans-serif;
}
body.about_index .modal_band .modal_inner {
  padding: 50px 60px;
}
@media screen and (max-width: 640px) {
  body.about_index .modal_band .modal_inner {
    padding: 30px;
  }
}
body.about_index .modal_band .modal_inner dl.band_name {
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  body.about_index .modal_band .modal_inner dl.band_name {
    margin-bottom: 18px;
  }
}
body.about_index .modal_band .modal_inner dl.band_name dt {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 3px;
}
@media screen and (max-width: 640px) {
  body.about_index .modal_band .modal_inner dl.band_name dt {
    font-size: 4vw;
  }
}
body.about_index .modal_band .modal_inner dl.band_name dd {
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  body.about_index .modal_band .modal_inner dl.band_name dd {
    font-size: 3.2vw;
  }
}
body.about_index .modal_band .modal_inner .text p {
  line-height: 1.8;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  body.about_index .modal_band .modal_inner .text p {
    font-size: 3.4vw;
  }
}
body.about_index .modal_band .modal_inner .text + p.btn01 {
  margin-top: 25px;
}

body.member_index article.art_member01 ul.member_list01 {
  margin-bottom: 150px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 0px;
}
@media screen and (max-width: 1100px) {
  body.member_index article.art_member01 ul.member_list01 {
    gap: 15px 0px;
    margin-bottom: 60px;
  }
}
body.member_index article.art_member01 ul.member_list01 li {
  width: 50%;
  display: flex;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.member_index article.art_member01 ul.member_list01 li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  body.member_index article.art_member01 ul.member_list01 li {
    width: 100%;
  }
}
body.member_index article.art_member01 ul.member_list01 li figure {
  width: 245px;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.member_index article.art_member01 ul.member_list01 li figure {
    width: 140px;
  }
}
body.member_index article.art_member01 ul.member_list01 li figure img {
  vertical-align: bottom;
}
body.member_index article.art_member01 ul.member_list01 li .text {
  background: #004f43;
  flex: 1;
  width: auto;
  color: white;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  body.member_index article.art_member01 ul.member_list01 li .text {
    width: 100%;
    flex: auto;
    padding: 15px;
  }
}
body.member_index article.art_member01 ul.member_list01 li .text dl {
  text-align: center;
}
body.member_index article.art_member01 ul.member_list01 li .text dl dt {
  line-height: 1.8;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.member_index article.art_member01 ul.member_list01 li .text dl dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  body.member_index article.art_member01 ul.member_list01 li .text dl dt {
    font-size: 4vw;
  }
}
body.member_index article.art_member02 {
  margin-bottom: 150px;
}
@media screen and (max-width: 640px) {
  body.member_index article.art_member02 {
    margin-bottom: 60px;
  }
}
body.member_index article.art_member02 ul.member_list02 {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}
body.member_index article.art_member02 ul.member_list02 li {
  width: 33.33%;
  padding: 50px 20px;
}
body.member_index article.art_member02 ul.member_list02 li.long {
  width: 100%;
}
@media screen and (max-width: 640px) {
  body.member_index article.art_member02 ul.member_list02 li {
    width: 100%;
    padding: 0px;
    border: none;
    margin-bottom: 20px;
  }
}
body.member_index article.art_member02 ul.member_list02 li p.inst {
  min-width: 150px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #004f43;
  padding: 2px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 36px;
  color: white;
}
body.member_index article.art_member02 ul.member_list02 li p.inst span {
  display: block;
  border: solid 1px white;
}
@media screen and (max-width: 640px) {
  body.member_index article.art_member02 ul.member_list02 li p.inst {
    margin-bottom: 0;
    font-size: 4vw;
    line-height: 30px;
    width: 100%;
    margin-bottom: 10px;
  }
}
body.member_index article.art_member02 ul.member_list02 li p.inst a {
  display: block;
  width: 100%;
  color: white;
}
body.member_index article.art_member02 ul.member_list02 li table tr td {
  font-size: 14px;
  padding: 3px;
  color: #004f43;
  vertical-align: top;
}
body.member_index article.art_member02 ul.member_list02 li table tr td.nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  body.member_index article.art_member02 ul.member_list02 + .ribbon {
    display: none;
  }
}
body.member_index .modal_body .member_detail {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  body.member_index .modal_body .member_detail {
    flex-direction: column;
    gap: 15px;
    flex-direction: column-reverse;
  }
}
body.member_index .modal_body .member_detail figure {
  width: 285px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
body.member_index .modal_body .member_detail figure img {
  display: block;
  width: 100%;
  height: auto;
}
body.member_index .modal_body .member_detail figure::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -18px;
  height: 18px;
  background: rgba(0, 0, 0, 0.35);
  filter: blur(10px);
}
@media screen and (max-width: 1100px) {
  body.member_index .modal_body .member_detail figure {
    width: 200px;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
  }
}
body.member_index .modal_body .member_detail .text {
  width: auto;
  flex: 1;
  color: #004f43;
}
body.member_index .modal_body .member_detail .text p.name {
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.member_index .modal_body .member_detail .text p.name {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  body.member_index .modal_body .member_detail .text p.name {
    font-size: 4vw;
    margin-bottom: 20px;
  }
}
body.member_index .modal_body .member_detail .text .ex > p {
  font-size: 15px;
  line-height: 1.9;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.member_index .modal_body .member_detail .text .ex > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  body.member_index .modal_body .member_detail .text .ex > p {
    font-size: 3.3vw;
  }
}

body.recruit_sub article.art_about {
  margin-bottom: 150px;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.recruit_sub article.art_about {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_about {
    margin-bottom: 60px;
  }
}
body.recruit_sub article.art_about section {
  display: flex;
  height: 500px;
  margin-bottom: 40px;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.recruit_sub article.art_about section {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_about section {
    width: calc(100% - 40px);
    margin: auto;
    flex-direction: column;
    height: auto;
    margin-bottom: 20px;
    background: #f0f0f0 !important;
  }
}
body.recruit_sub article.art_about section.commander01 {
  background: url(../img/recruit/commander/photo01.jpg) center center no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.recruit_sub article.art_about section.commander01 {
    background-position: 90% center;
    background-size: cover;
  }
}
body.recruit_sub article.art_about section.commander02 {
  background: url(../img/recruit/commander/photo02.jpg) center center/cover no-repeat;
  background-attachment: fixed;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.recruit_sub article.art_about section.commander02 {
    background-attachment: scroll;
    background-position: 25% center;
  }
}
body.recruit_sub article.art_about section.musician01 {
  background: url(../img/recruit/musician/photo01.jpg) center center/cover no-repeat;
  background-attachment: fixed;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.recruit_sub article.art_about section.musician01 {
    background-attachment: scroll;
    background-position: 25% center;
  }
}
body.recruit_sub article.art_about section.musician02 {
  background: url(../img/recruit/musician/photo02.jpg) center center/cover no-repeat;
  background-attachment: fixed;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.recruit_sub article.art_about section.musician02 {
    background-attachment: scroll;
    background-position: 25% center;
  }
}
body.recruit_sub article.art_about section.commander:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_about section.commander:nth-child(even) {
    flex-direction: column;
  }
}
body.recruit_sub article.art_about section.musician:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_about section.musician:nth-child(odd) {
    flex-direction: column;
  }
}
body.recruit_sub article.art_about section:last-child {
  margin-bottom: 0;
}
body.recruit_sub article.art_about section .text {
  width: 50%;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_about section .text {
    width: 100%;
    background: none;
    padding: 30px;
  }
}
body.recruit_sub article.art_about section .text .text_body {
  width: 400px;
  padding-bottom: 20px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_about section .text .text_body {
    width: 100%;
    padding-bottom: 0;
  }
}
body.recruit_sub article.art_about section .text .text_body h2 {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_about section .text .text_body h2 {
    font-size: 5vw;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
body.recruit_sub article.art_about section .text .text_body p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.recruit_sub article.art_about section .text .text_body p {
    line-height: 1.6;
  }
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_about section .text .text_body p {
    font-size: 3.3vw;
  }
}
body.recruit_sub article.art_about section figure {
  display: none;
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_about section figure {
    display: block;
  }
  body.recruit_sub article.art_about section figure img {
    vertical-align: bottom;
  }
}
body.recruit_sub article.art_flow ul.flow_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_flow ul.flow_list {
    display: block;
  }
}
body.recruit_sub article.art_flow ul.flow_list > li {
  width: 33.3333333333%;
  padding: 20px 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #caa851;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.recruit_sub article.art_flow ul.flow_list > li {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_flow ul.flow_list > li {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 0;
  }
}
body.recruit_sub article.art_flow ul.flow_list > li.narrow {
  width: 20%;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_flow ul.flow_list > li.narrow {
    width: 100%;
  }
}
body.recruit_sub article.art_flow ul.flow_list > li dl.step {
  color: #caa851;
  text-align: center;
  height: 100px;
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_flow ul.flow_list > li dl.step {
    height: auto;
    margin-bottom: 10px;
  }
}
body.recruit_sub article.art_flow ul.flow_list > li dl.step dt {
  font-size: 25px;
  line-height: 1;
  opacity: 0.5;
  position: relative;
  top: 5px;
  left: -50px;
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_flow ul.flow_list > li dl.step dt {
    font-size: 20px;
    top: 0;
    left: -10px;
  }
}
body.recruit_sub article.art_flow ul.flow_list > li dl.step dd {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}
body.recruit_sub article.art_flow ul.flow_list > li .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_flow ul.flow_list > li .text {
    width: 100%;
  }
}
body.recruit_sub article.art_flow ul.flow_list > li p.tit {
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_flow ul.flow_list > li p.tit {
    font-size: 4vw;
    text-align: center;
  }
}
body.recruit_sub article.art_flow ul.flow_list > li p.tit span.date {
  display: block;
  font-size: 14px;
}
body.recruit_sub article.art_flow ul.flow_list > li p.ex {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_flow ul.flow_list > li p.ex {
    font-size: 3.3vw;
  }
}
body.recruit_sub article.art_flow ul.flow_list > li p.ex span.extra {
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_flow ul.flow_list > li p.ex span.extra {
    font-size: 3vw;
  }
}
body.recruit_sub article.art_flow ul.flow_list > li ul.extralist {
  margin-left: 20px;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.recruit_sub article.art_flow ul.flow_list > li ul.extralist {
    margin-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_flow ul.flow_list > li ul.extralist {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
body.recruit_sub article.art_flow ul.flow_list > li ul.extralist li {
  font-size: 12px;
  margin-bottom: 3px;
  line-height: 1.7;
  list-style-type: circle;
}
body.recruit_sub article.art_flow ul.flow_list > li p.btn05 {
  margin-top: 20px;
}
body.recruit_sub article.art_flow ul.flow_list > li:nth-child(3):after {
  content: "▶";
  width: 100%;
  position: absolute;
  color: #caa851;
  bottom: -0.88em;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_flow ul.flow_list > li:nth-child(3):after {
    display: none;
  }
}
body.recruit_sub article.art_flow ul.flow_list > li:nth-child(4), body.recruit_sub article.art_flow ul.flow_list > li:nth-child(5), body.recruit_sub article.art_flow ul.flow_list > li:nth-child(6), body.recruit_sub article.art_flow ul.flow_list > li:nth-child(7), body.recruit_sub article.art_flow ul.flow_list > li:nth-child(8), body.recruit_sub article.art_flow ul.flow_list > li:nth-child(9) {
  border-bottom: none;
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_flow ul.flow_list > li:nth-child(4), body.recruit_sub article.art_flow ul.flow_list > li:nth-child(5), body.recruit_sub article.art_flow ul.flow_list > li:nth-child(6), body.recruit_sub article.art_flow ul.flow_list > li:nth-child(7), body.recruit_sub article.art_flow ul.flow_list > li:nth-child(8), body.recruit_sub article.art_flow ul.flow_list > li:nth-child(9) {
    border-bottom: solid 1px #caa851;
  }
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_flow ul.flow_list > li:last-child {
    border-bottom: none;
  }
}
body.recruit_sub article.art_after {
  margin-bottom: 150px;
}
@media screen and (max-width: 1100px) {
  body.recruit_sub article.art_after {
    margin-bottom: 60px;
  }
}
body.recruit_sub article.art_after .career_flow_wrapper {
  overflow-x: auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_after .career_flow_wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow {
    flex-direction: column;
    min-width: auto;
    align-items: center;
  }
}
body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.step_box {
  width: 160px;
}
body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.step_box .top_area {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.step_box .top_area {
    height: auto;
  }
}
body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.step_box .top_area .box {
  background: #caa851;
  color: white;
  width: 100%;
  padding: 15px 10px;
  font-size: 20px;
  display: flex;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.step_box .top_area .box {
    font-size: 16px;
    padding: 15px 5px;
  }
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.step_box .top_area .box {
    font-size: 4vw;
    padding: 10px;
    min-height: auto;
    margin-bottom: 15px;
  }
}
body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.step_box p.rank {
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
  color: #caa851;
}
body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.step_box p.desc {
  font-size: 15px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 15px;
  min-height: 3em;
  color: #333;
  letter-spacing: 0;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.step_box p.desc {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.step_box p.desc {
    font-size: 3.5vw;
    margin-bottom: 0;
  }
}
body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.step_vert {
  width: 60px;
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.step_vert {
    width: 100%;
  }
}
body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.step_vert .top_area {
  height: 200px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.step_vert .top_area {
    height: auto;
  }
}
body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.step_vert .top_area .vert_text {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: 22px;
  color: #004f43;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.step_vert .top_area .vert_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.step_vert .top_area .vert_text {
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    font-size: 4vw;
  }
}
body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.step_vert .top_area .vert_text.label {
  background: #004f43;
  color: white;
  padding: 10px 5px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.step_vert .top_area .vert_text.label {
    margin: 1px;
  }
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.step_vert .top_area .vert_text.label {
    width: 160px;
    text-align: center;
    margin-bottom: 2px;
  }
}
body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.step_vert .top_area .vert_text.large {
  font-size: 25px;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.step_vert .top_area .vert_text.large {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.step_vert .top_area .vert_text.large {
    font-size: 4.5vw;
  }
}
body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.step_vert .rank {
  font-size: 16px;
  color: #caa851;
  font-weight: bold;
  padding-top: 10px;
}
body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.arrow {
  width: 30px;
  height: 40px;
  margin: 10px;
  margin-top: 40px;
  background: url(../img/icon_arrow_y_r.svg) center center/contain no-repeat;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.arrow {
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_after .career_flow_wrapper ul.career_flow li.arrow {
    width: 20px;
    height: 20px;
    margin: 10px auto;
    background: url(../img/icon_arrow_y_b.svg) center center/contain no-repeat;
  }
}
body.recruit_sub article.art_after .career_flow_wrapper ul.rank {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_after .career_flow_wrapper ul.rank {
    flex-direction: column;
    background: #f0f0f0;
    height: 100%;
    padding: 5px;
  }
}
body.recruit_sub article.art_after .career_flow_wrapper ul.rank li {
  font-size: 18px;
  color: #caa851;
  padding-top: 10px;
}
@media screen and (max-width: 640px) {
  body.recruit_sub article.art_after .career_flow_wrapper ul.rank li {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
body.recruit_sub .exam_all .exam_tit {
  font-size: 18px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #004f43;
  color: white;
  padding: 5px 20px;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 640px) {
  body.recruit_sub .exam_all .exam_tit {
    font-size: 4vw;
    margin-bottom: 15px;
  }
}
body.recruit_sub .exam_all .text {
  margin-bottom: 20px;
}
body.recruit_sub .exam_all .text p.ex {
  font-size: 14px;
  line-height: 2;
  color: #004f43;
}
@media screen and (max-width: 640px) {
  body.recruit_sub .exam_all .text p.ex {
    font-size: 3.4vw;
  }
}
body.recruit_sub p.extra {
  font-size: 13px;
  line-height: 1.8;
  color: #004f43;
}
@media screen and (max-width: 640px) {
  body.recruit_sub p.extra {
    font-size: 3.2vw;
  }
}
body.recruit_sub table.exam_info tr th,
body.recruit_sub table.exam_info tr td {
  vertical-align: top;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  body.recruit_sub table.exam_info tr th,
body.recruit_sub table.exam_info tr td {
    display: block;
    padding: 0;
  }
}
body.recruit_sub table.exam_info tr th div.num {
  width: 40px;
  height: 40px;
  background: #777;
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 999em;
}
@media screen and (max-width: 640px) {
  body.recruit_sub table.exam_info tr th div.num {
    border-radius: 0;
    font-size: 14px;
    height: auto;
    padding: 2px;
  }
}
body.recruit_sub table.exam_info tr th div.kind {
  font-size: 18px;
  min-width: 160px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-weight: normal;
  background: #caa851;
  color: white;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  body.recruit_sub table.exam_info tr th div.kind {
    width: 100%;
    border-radius: 0;
    height: auto;
    padding: 5px;
    font-size: 4vw;
  }
}
body.recruit_sub table.exam_info tr td dl {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
  margin-top: 7px;
}
@media screen and (max-width: 640px) {
  body.recruit_sub table.exam_info tr td dl {
    gap: 0px;
    margin-top: 0;
    flex-direction: column;
  }
}
body.recruit_sub table.exam_info tr td dl dt div {
  padding: 5px 10px;
  min-width: 120px;
  background: #004f43;
  min-height: 0px;
  font-size: 13px;
  line-height: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: white;
  text-align: center;
}
@media screen and (max-width: 640px) {
  body.recruit_sub table.exam_info tr td dl dt div {
    font-size: 3.2vw;
    background: #999;
    margin-bottom: 10px;
  }
}
body.recruit_sub table.exam_info tr td dl dd {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  body.recruit_sub table.exam_info tr td dl dd {
    font-size: 3.4vw;
  }
}
body.recruit_sub table.exam_info tr td ul.list01 {
  margin-top: 5px;
}

body.recruit_index h1 {
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  body.recruit_index h1 {
    margin-bottom: 40px;
  }
}
body.recruit_index article.art_about {
  background: #f0f0f0;
  padding: 100px 60px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1100px) {
  body.recruit_index article.art_about {
    padding: 50px 20px;
    padding-bottom: 40px;
  }
}
body.recruit_index article.art_about section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 640px) {
  body.recruit_index article.art_about section {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }
  body.recruit_index article.art_about section:last-child {
    margin-bottom: 0;
  }
}
body.recruit_index article.art_about section .text {
  width: 440px;
  background: none;
}
@media screen and (max-width: 640px) {
  body.recruit_index article.art_about section .text {
    width: 100%;
    margin-bottom: 0;
  }
}
body.recruit_index article.art_about section .text h2 {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 26px;
  color: black;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  body.recruit_index article.art_about section .text h2 {
    font-size: 4.5vw;
    margin-bottom: 20px;
  }
}
body.recruit_index article.art_about section .text p {
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 2.2;
}
@media screen and (max-width: 640px) {
  body.recruit_index article.art_about section .text p {
    font-size: 3.2vw;
    line-height: 2;
  }
}
body.recruit_index article.art_about section figure {
  width: 450px;
}
@media screen and (max-width: 640px) {
  body.recruit_index article.art_about section figure {
    width: 100%;
  }
}
body.recruit_index article.art_about section:nth-child(1) .text {
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
  body.recruit_index article.art_about section:nth-child(1) .text {
    padding-bottom: 0;
  }
}
body.recruit_index article.art_about section:nth-child(1) figure {
  margin-right: auto;
  z-index: 2;
}
body.recruit_index article.art_about section:nth-child(2) {
  position: relative;
  top: -30px;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  body.recruit_index article.art_about section:nth-child(2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1100px) {
  body.recruit_index article.art_about section:nth-child(2) {
    top: 0;
    position: static;
  }
}
body.recruit_index article.art_about section:nth-child(2) figure {
  z-index: 1;
}
body.recruit_index .btn_list01 {
  margin: 100px auto;
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  body.recruit_index .btn_list01 {
    margin: 40px auto;
    margin-bottom: 20px;
  }
}

ul.info_body li a {
  margin-bottom: 15px;
  border: solid 1px #ccc;
  gap: 15px;
  transition: 0.3s;
  display: flex;
}
@media screen and (max-width: 640px) {
  ul.info_body li a {
    padding: 15px;
    margin-bottom: 10px;
    gap: 14px;
  }
}
ul.info_body li a figure {
  width: 180px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  ul.info_body li a figure {
    width: 80px;
  }
}
ul.info_body li a figure img {
  vertical-align: bottom;
  transform: scale(1.01);
  transition: 0.3s;
}
ul.info_body li a .text {
  display: flex;
  padding: 30px;
}
@media screen and (max-width: 640px) {
  ul.info_body li a .text {
    width: auto;
    flex: 1;
    padding: 0;
  }
}
ul.info_body li a .text p.title {
  font-size: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  ul.info_body li a .text p.title {
    font-size: 3.4vw;
  }
}
ul.info_body li a .text dl dt {
  background: black;
  font-size: 18px;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 20px;
  margin-bottom: 12px;
  border-radius: 999em;
}
@media screen and (max-width: 640px) {
  ul.info_body li a .text dl dt {
    font-size: 3vw;
    margin-bottom: 6px;
  }
}
ul.info_body li a .text dl dd {
  font-size: 24px;
  font-weight: bold;
  transition: 0.3s;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 640px) {
  ul.info_body li a .text dl dd {
    font-size: 4vw;
  }
}
ul.info_body li a:hover {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  background: rgba(202, 168, 81, 0.02);
}
ul.info_body li a:hover figure img {
  transform: scale(1.05);
  transition: 0.3s;
}
ul.info_body li a:hover .text p.title {
  color: #caa851;
  transition: 0.3s;
}
ul.info_body li a:hover .text dl dd {
  color: #caa851;
  transition: 0.3s;
}
ul.info_body.middle li a .text {
  align-items: center;
}

ul.report_past {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
ul.report_past li {
  width: calc(33.3333333333% - 10px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  ul.report_past li {
    aspect-ratio: 191/100;
    width: 100%;
  }
}
ul.report_past li figure {
  position: absolute;
  inset: 0;
  margin: 0;
  z-index: 0;
}
ul.report_past li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: transform 0.3s ease;
}
ul.report_past li a {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 190px;
  display: flex;
  background: rgba(0, 0, 0, 0.4);
  padding: 30px;
  transition: 0.3s;
  color: white;
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
  ul.report_past li a {
    height: auto;
  }
}
ul.report_past li a .text dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  ul.report_past li a .text dl dt {
    font-size: 3vw;
  }
}
ul.report_past li a .text dl dd {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  ul.report_past li a .text dl dd {
    font-size: 4vw;
  }
}
ul.report_past li a:hover {
  color: #caa851;
  transition: 0.3s;
}
ul.report_past li a:hover dl dt {
  color: white;
}
ul.report_past li:hover figure img {
  transform: scale(1.05);
}
/*# sourceMappingURL=style.css.map */