@charset "UTF-8";
#home .main_body {
  /*text-align: unset;*/
}
#home #mainv figure {
  max-width: 700px;
}
#home #sec01 .menus {
  gap: 2em;
  margin-top: 2em;
}
#home #sec01 .menus .wp-block-group p {
  margin-top: 0.5em;
}
#home #sec01 .menus .wp-block-group p a {
  display: block;
  font-size: 0.7em;
  text-decoration: none;
  color: var(--wp--preset--color--ainu-blue);
  line-height: 1.2;
}
#home #sec01 .copy {
  height: 100%;
}
#home #sec01 .copy img {
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #home #sec01 .wp-block-columns .wp-block-column:nth-child(2) {
    order: 0;
  }
  #home #sec01 .wp-block-columns .wp-block-column:nth-child(1) {
    order: 1;
  }
  #home #sec01 .menus {
    flex-wrap: wrap;
  }
  #home #sec01 .menus .wp-block-group {
    flex-basis: 20%;
  }
  #home #sec01 .copy {
    height: auto;
    width: 100%;
  }
}
#home #sec02 {
  padding: 0;
  margin: 0;
}
#home #sec02 .wp-block-columns .wp-block-column {
  overflow: hidden;
}
#home #sec02 .wp-block-columns .l_img {
  display: block;
  height: 100%;
}
#home #sec02 .wp-block-columns .l_img img {
  display: block;
  width: 100%;
}
#home #sec02 .wp-block-columns figure {
  display: block;
  margin-top: 0;
}
#home #sec02 .wp-block-columns figure img {
  display: block;
  border: 1px solid var(--wp--preset--color--white);
  width: 100%;
}
#home #sec02 .wp-block-columns .blk_lang {
  padding: 1em;
  margin-top: 0;
  border: 1px solid var(--wp--preset--color--white);
  height: 30%;
}
#home #sec02 .wp-block-columns .blk_lang h3 {
  font-weight: normal;
  border-bottom: 1px solid var(--wp--preset--color--white);
  letter-spacing: 0.2em;
}
#home #sec02 .wp-block-columns .blk_lang h4 {
  font-family: var(--wp--preset--font-family--theme-mincho-text);
  font-weight: normal;
  letter-spacing: 0.1em;
}
#home #sec02 .wp-block-columns .blk_lang p {
  font-size: 0.6em;
}
#home #sec03 {
  padding: 0;
  margin: 0;
}
#home #sec03 figure {
  display: block;
}
#home #sec03 figure img {
  display: block;
  max-width: 400px;
  width: 90%;
}
#home #sec03 h2 {
  text-shadow: 1px 1px 0.1em var(--wp--preset--color--theme-black);
}
#home #sec03 h2 + p {
  max-width: 600px;
  margin-left: max(7vw, 50% - 600px) !important;
  text-shadow: 1px 1px 0.1em var(--wp--preset--color--theme-black);
}
@media screen and (max-width: 599px) {
  #home #sec03 .wp-block-cover {
    min-height: 70vh !important;
  }
  #home #sec03 .wp-block-cover h2 + p {
    margin-left: auto !important;
  }
}
#home #sec04 .copy {
  max-width: 500px;
}
@media screen and (max-width: 599px) {
  #home #sec05 .copy {
    width: 80%;
    margin: auto;
  }
}
#home #sec06 {
  padding: 0 0 5% 0;
  margin-bottom: 0;
}
#home #sec06 .copy {
  display: block;
  height: 20em;
}
#home #sec06 .copy img {
  display: block;
  height: 100%;
  width: auto;
  margin: auto;
}
#home #sec06 .faci_blks figure {
  display: block;
  overflow: hidden;
  padding-top: 60%;
  position: relative;
}
#home #sec06 .faci_blks figure img {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
#home #sec06 .faci_blks h3 {
  font-family: var(--wp--preset--font-family--theme-mincho-text);
  font-weight: normal;
}
#home #sec06 .faci_blks h3 + p {
  font-size: 0.6em;
}
#home #sec06 .v360 {
  border-top: 1px solid var(--wp--preset--color--white);
  border-bottom: 1px solid var(--wp--preset--color--white);
}
#home #sec06 .v360 figure {
  display: block;
  width: 2em;
}
#home #sec06 .v360 figure img {
  display: block;
  width: 2em;
}
#home #sec06 .v360 .wp-block-column:nth-child(1) {
  flex-basis: 5%;
}
#home #sec06 .v360 .wp-block-column:nth-child(2) {
  flex-basis: 30%;
}
#home #sec06 .v360 .wp-block-column:nth-child(2) h3 {
  font-family: var(--wp--preset--font-family--theme-mincho-text);
  font-weight: normal;
}
#home #sec06 .v360 .wp-block-column:nth-child(3), #home #sec06 .v360 .wp-block-column:nth-child(4) {
  flex-basis: 24%;
}
#home #sec06 .gateway_blk h2 {
  font-family: var(--wp--preset--font-family--theme-mincho-text);
  font-weight: normal;
}
#home #sec06 .gateway_blk h3 {
  font-family: var(--wp--preset--font-family--theme-mincho-text);
  font-weight: normal;
}
#home #sec06 .gateway_blk .gmap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}
#home #sec06 .gateway_blk .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  #home #sec06 .wp-block-cover {
    min-height: 80vh !important;
  }
  #home #sec06 .summary .wp-block-column:nth-child(2) {
    order: 0;
  }
  #home #sec06 .summary .wp-block-column:nth-child(1) {
    order: 1;
  }
  #home #sec06 .summary .copy {
    margin-right: 0;
    margin-bottom: -10em;
  }
  #home #sec06 .summary .copy img {
    margin: 0 0 0 auto;
    height: 80%;
  }
  #home #sec06 .gateway_blk .wp-block-columns .wp-block-column:nth-child(2) {
    order: 0;
  }
  #home #sec06 .gateway_blk .wp-block-columns .wp-block-column:nth-child(1) {
    order: 1;
  }
}
#home #sec07 {
  padding: 0 0 80% 0;
  background-image: url(https://ainu-upopoy.jp/dev-en/wp-content/uploads/sites/8/2025/03/sec07_bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
}
#home #sec07 .wp-block-columns {
  gap: 3em;
  margin-top: 3em;
}
@media screen and (max-width: 599px) {
  #home #sec07 .educational .wp-block-column:nth-child(2) {
    order: 0;
  }
  #home #sec07 .educational .wp-block-column:nth-child(1) {
    order: 1;
  }
  #home #sec07 .copy {
    height: 10em;
    width: auto;
    margin-right: 2em !important;
  }
  #home #sec07 .copy img {
    height: 10em;
    width: auto;
  }
}
#home #sec08 .wp-block-columns {
  gap: 3em;
  margin-top: 3em;
}
@media screen and (max-width: 599px) {
  #home #sec08 .piece .wp-block-column:nth-child(2) {
    order: 0;
  }
  #home #sec08 .piece .wp-block-column:nth-child(1) {
    order: 1;
  }
}
#home #sec09 {
  padding-bottom: 4em;
}
#home #sec09 h2 {
  text-shadow: 1px 1px 0.1em var(--wp--preset--color--theme-black);
}
#home #sec09 p {
  max-width: 600px;
  margin-left: max(7vw, 50% - 600px) !important;
  text-shadow: 1px 1px 0.1em var(--wp--preset--color--theme-black);
}
@media screen and (max-width: 599px) {
  #home #sec09 p {
    margin-left: auto !important;
  }
}
#home #sec10 {
  padding-bottom: 4em;
}

#notice {
  z-index: 500;
  padding: 1.5rem 5%;
  background-color: var(--wp--preset--color--ainu-red);
  color: var(--wp--preset--color--white);
  font-size: 1em;
}
#notice a {
  color: inherit;
}
#notice .block_head {
  position: relative;
  background: none;
}
#notice .block_head .block_title {
  margin: 0 0 0.5em;
  font-family: var(--wp--preset--font-family--theme-gothic-text);
  font-size: var(--wp--preset--font-size--theme-small-title);
}
#notice .block_head .block_title .title_txt {
  font-style: normal;
}
#notice .notice_list {
  margin: 0;
  font-size: var(--wp--preset--font-size--theme-small-text);
}
#notice .notice_list > dt {
  font-weight: bold;
}
#notice .notice_list > dd {
  margin: 0 0 0.75em;
}
#notice .notice_list > dd:not(:last-child) {
  padding-bottom: 0.75em;
  border-bottom: dotted 1px;
}
@media (min-width:600px) {
  #notice .notice_list > dt {
    clear: both;
    float: left;
    width: 8em;
  }
  #notice .notice_list > dd {
    padding-left: 8em;
  }
}
/*# sourceMappingURL=home.css.map */