@charset "UTF-8";
body.ai2020 {
  background-color: #f9f5eb;
  font-size: 14px;
  padding-top: 0;
}

a.zoom img {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
a.zoom img:hover {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

strong {
  font-family: "A1ゴシック M", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.innerL {
  width: 1200px;
  max-width: calc(100% - 2em);
  margin-left: auto;
  margin-right: auto;
}

.innerM {
  width: 1000px;
  max-width: calc(100% - 2em);
  margin-left: auto;
  margin-right: auto;
}

.ai2020 > header {
  font-family: "A1ゴシック M", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  background-color: #fff;
  position: fixed;
  width: 100vw;
  z-index: 799;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.ai2020 > header > .innerL {
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  width: 1200px;
  max-width: calc(100% - 2em);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5em 0;
}
.ai2020 > header > .innerL > #gnav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ai2020 > header > .innerL > #gnav > ul > li {
  border-right: solid 1px #595757;
}
.ai2020 > header > .innerL > #gnav > ul > li:last-child {
  border-right: none;
  border-left: solid 1px #595757;
  margin-left: 0.3em;
}
.ai2020 > header > .innerL > #gnav > ul > li > a {
  display: block;
  font-size: 1em;
  padding: 0.2em 2.6em;
}
.ai2020 > header.scrolled:hover {
  opacity: 1;
}
.ai2020 > header.scrolled > .innerL {
  padding: 0.5em 0;
}

.ai2020 > header > .innerL > #btn_gnav {
  z-index: 999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 70px;
  height: 77px;
  text-decoration: none;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 910;
}
.ai2020 > header > .innerL > #btn_gnav span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -11px;
  width: 22px;
  height: 1px;
  background: #000;
  -webkit-box-shadow: 0px 0px 3px 1px #fff;
  -ms-box-shadow: 0px 0px 3px 1px #fff;
  -o-box-shadow: 0px 0px 3px 1px #fff;
  box-shadow: 0px 0px 3px 1px #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ai2020 > header > .innerL > #btn_gnav span:before, .ai2020 > header > .innerL > #btn_gnav span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 1px;
  background: #000;
  -webkit-box-shadow: 0px 0px 3px 1px #fff;
  -ms-box-shadow: 0px 0px 3px 1px #fff;
  -o-box-shadow: 0px 0px 3px 1px #fff;
  box-shadow: 0px 0px 3px 1px #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.ai2020 > header > .innerL > #btn_gnav span:before {
  top: -7px;
}
.ai2020 > header > .innerL > #btn_gnav span:after {
  top: 7px;
}
.ai2020 > header > .innerL > #btn_gnav {
  /* btn_gnav.active */
}
.ai2020 > header > .innerL > #btn_gnav.active span {
  background: transparent;
}
.ai2020 > header > .innerL > #btn_gnav.active span:before {
  top: 0;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.ai2020 > header > .innerL > #btn_gnav.active span:after {
  top: 0;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.ai2020 > header > .innerL > #btn_gnav {
  /* btn_gnav */
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  /* hover */
}
.ai2020 > header > .innerL > #btn_gnav:hover span, .ai2020 > header > .innerL > #btn_gnav:hover span:before, .ai2020 > header > .innerL > #btn_gnav:hover span:after {
  -webkit-animation: 0;
  animation: 0;
}

.gnav-off {
  left: -50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.gnav-on {
  left: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

@media screen and (max-width: 1200px) {
  .ai2020 > header > .innerL > h1 {
    max-width: 20vw;
  }
  .ai2020 > header > .innerL > #gnav > ul > li > a {
    font-size: 1vw;
    padding: 0.2em 3.2vw;
  }
}
@media screen and (max-width: 781px) {
  .ai2020 > header {
    position: fixed;
  }
  .ai2020 > header > .innerL > h1 {
    max-width: 60%;
    margin: auto;
  }
  .ai2020 > header > .innerL > #gnav {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    z-index: 899;
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 100px;
  }
  .ai2020 > header > .innerL > #gnav > ul {
    display: block;
  }
  .ai2020 > header > .innerL > #gnav > ul > li {
    border-right: none;
  }
  .ai2020 > header > .innerL > #gnav > ul > li:last-child {
    border-left: none;
    margin-left: 0;
  }
  .ai2020 > header > .innerL > #gnav > ul > li > a {
    display: block;
    width: 100%;
    font-size: 1.8em;
    padding: 0.5em 0.5em 0.5em 1.5em;
  }
  .ai2020 > header > .innerL > #btn_gnav {
    display: block;
  }
  .ai2020 > header > .innerL > #btn_gnav.with-adminbar {
    top: 46px;
  }
  .ai2020 > header.scrolled > .innerL > #btn_gnav {
    height: 49px;
  }
}
@media screen and (max-width: 480px) {
  .ai2020 > header.with-adminbar {
    position: relative;
  }
  .ai2020 > header.with-adminbar.scrolled {
    position: fixed;
    top: 0;
  }
  .ai2020 > header.scrolled > .innerL > #btn_gnav {
    height: 49px;
  }
  .ai2020 > header.scrolled > .innerL > #btn_gnav.with-adminbar {
    top: 0;
  }
}
.ai2020 > .main-visual > .innerM {
  padding-bottom: 4em;
}
.ai2020 > .main-visual > .innerM > .main-slide {
  margin: 0 auto 3.5em;
  max-width: 80vw;
}
.ai2020 > .main-visual > .innerM > .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ai2020 > .main-visual > .innerM > .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ai2020 > .main-visual > .innerM > .social > li {
  margin: 0 0.7em;
}

@media screen and (max-width: 480px) {
  .ai2020 > .main-visual.with-adminbar {
    padding-top: 0 !important;
  }
  .ai2020 > .main-visual > .innerM {
    width: 100%;
    max-width: 100%;
    padding-bottom: 2em;
  }
  .ai2020 > .main-visual > .innerM > .main-slide {
    margin: 0 auto 2em;
    max-width: 100%;
  }
  .ai2020 > .main-visual > .innerM > .logo {
    display: none;
  }
  .ai2020 > .main-visual > .innerM > .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ai2020 > .main-visual > .innerM > .social > li {
    margin: 0 0.5em;
  }
  .ai2020 > .main-visual > .innerM > .social > li img {
    width: 30px;
  }
  .content-page2021 {
    margin: 0;
  }
}
.top-block {
  padding: 6em 0 6em;
  font-size: 15px;
  line-height: 1.8;
  font-family: "A1ゴシック L", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.top-block h2,
.top-block h3 {
  background: none !important;
}
.top-block > .wp-block-group__inner-container {
  width: 1000px;
  max-width: 80vw;
  margin: auto;
}
.top-block > .wp-block-group__inner-container > .header-group {
  position: relative;
}
.top-block > .wp-block-group__inner-container > .header-group::after {
  content: "";
  display: block;
  width: 100%;
  margin: 2em auto;
  border-bottom: solid 1px #000;
}
.top-block > .wp-block-group__inner-container > .header-group h2 {
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.top-block > .wp-block-group__inner-container > .header-group h2:not(.sub) {
  font-family: "A1ゴシック B", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 2em;
}
.top-block > .wp-block-group__inner-container > .header-group h2.sub {
  font-family: "A1ゴシック R", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin: 0.5em auto 2em;
}
.top-block > .wp-block-group__inner-container > .header-group h3 {
  font-family: "A1ゴシック M", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1.5em;
  padding: 0;
}
.top-block > .wp-block-group__inner-container > .header-group h3 br {
  display: none;
}

@media screen and (max-width: 781px) {
  .top-block {
    padding: 4em 0 4em;
  }
  .top-block > .wp-block-group__inner-container > .header-group {
    font-size: 0.8em;
  }
  .top-block > .wp-block-group__inner-container > .content {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 480px) {
  .top-block {
    padding: 3em 0 3em;
    font-size: 16px;
    line-height: 1.6;
  }
  .top-block > .wp-block-group__inner-container {
    max-width: 85vw;
  }
  .top-block > .wp-block-group__inner-container > .header-group::after {
    margin: 2em auto;
  }
  .top-block > .wp-block-group__inner-container > .header-group h2.sub {
    font-size: 1.2em;
    margin: 0 auto 0.5em;
  }
  .top-block > .wp-block-group__inner-container > .header-group h3 {
    margin: 0.5em 0;
  }
  .top-block > .wp-block-group__inner-container > .header-group h3 br {
    display: block;
  }
  .top-block > .wp-block-group__inner-container > .content {
    font-size: 1em;
  }
}
.btnMore {
  font-family: "A1ゴシック M", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 0.8em;
  line-height: 1;
}
.btnMore a {
  display: inline-block;
  background-color: #f6ac00;
  padding: 0.4em 3em 0.4em 1.5em;
  color: #fff !important;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btnMore a::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.5em;
  top: 1.1em;
  right: 1em;
  border-top: 1px solid #fff;
  margin: 0 0 0 0.5em;
}
.btnMore a::after {
  content: "";
  position: absolute;
  display: block;
  right: 1em;
  top: 0.9em;
  width: 0.5em;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btnMore a:hover {
  background-color: #ff9900;
  border-bottom-color: #444444 !important;
}
.btnMore a:hover::before {
  right: 0.5em;
}
.btnMore a:hover::after {
  right: 0.5em;
}

.btnMore.btnMoreL {
  font-size: 1.2em;
}
.btnMore.btnMoreL a {
  background-color: #fff;
  padding: 0.6em 4em 0.6em 2.5em;
  color: #444 !important;
  border: solid 2px #444;
  border-radius: 5px !important;
  width: 14em;
}
.btnMore.btnMoreL a::before {
  border-top: 1px solid #444;
  right: 2em;
}
.btnMore.btnMoreL a::after {
  border-top: 1px solid #444;
  right: 2em;
}
.btnMore.btnMoreL a:hover {
  background-color: #fff;
}
.btnMore.btnMoreL a:hover::before {
  right: 1.5em;
}
.btnMore.btnMoreL a:hover::after {
  right: 1.5em;
}

@media screen and (max-width: 781px) {
  .btnMore.btnMoreL {
    font-size: 0.8em;
  }
}
#message.top-block .wp-block-group__inner-container > .header-group::after {
  width: 12em;
  border-bottom: solid 2px #000;
}
#message.top-block .wp-block-group__inner-container > .content {
  width: 820px;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}
#message.top-block .wp-block-group__inner-container > .content p {
  font-size: 1.1em;
}
#message.top-block .wp-block-group__inner-container > .content p.has-text-align-right img {
  display: inline-block;
}
#message.top-block .wp-block-group__inner-container > .content .moreMessage {
  display: none;
}
#message.top-block .wp-block-group__inner-container .btnMessage {
  font-family: "A1ゴシック M", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 0.8em;
  line-height: 1;
}
#message.top-block .wp-block-group__inner-container .btnMessage a {
  display: inline-block;
  background-color: #f6ac00;
  width: 10em;
  padding: 0.5em 1.5em 0.4em;
  color: #fff !important;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#message.top-block .wp-block-group__inner-container .btnMessage a::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  left: calc(50% - 5.3041018388px);
  bottom: -0.8em;
  border-top: solid 1px #f6ac00;
  border-right: solid 1px #f6ac00;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#message.top-block .wp-block-group__inner-container .btnMessage a:hover {
  background-color: #ff9900;
}
#message.top-block .wp-block-group__inner-container .btnMessage a:hover::after {
  bottom: -1.2em;
}
#message.top-block .wp-block-group__inner-container .btnMessage.opened a {
  margin-top: 1em;
}
#message.top-block .wp-block-group__inner-container .btnMessage.opened a::after {
  bottom: auto;
  top: -0.8em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#message.top-block .wp-block-group__inner-container .btnMessage.opened a:hover::after {
  bottom: auto;
  top: -1.2em;
}

@media screen and (max-width: 480px) {
  #message.top-block .wp-block-group__inner-container > .header-group::after {
    width: 9em;
    border-bottom: solid 1px #000;
  }
  #message.top-block .wp-block-group__inner-container > .content p {
    font-size: 1em;
  }
}
#service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > .wp-block-columns {
  margin-bottom: 7em;
}
#service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column > .wp-block-image {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 2rem;
  font-size: 0;
  line-height: 1;
}
#service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column > .wp-block-image > a > img {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column > .wp-block-image > a > img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column > .main h2 {
  font-family: "A1ゴシック B", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1.2em;
  border-bottom: solid 1px rgb(89, 55, 1);
  padding-bottom: 0.5em;
  margin: 0 auto 0.5em;
  width: 15em;
  max-width: 100%;
}
#service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column > .main h2 > a {
  border: none;
  color: rgb(89, 55, 1);
}
#service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column > .main h2 > a:hover {
  color: #de9a00;
}
#service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column > .main p {
  font-family: "A1ゴシック M", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin: 0;
}
#service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > h3 {
  font-family: "A1ゴシック M", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 300;
  margin-bottom: 2em;
  padding: 0;
}
#service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > p {
  margin-bottom: 0;
}
#service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > p br {
  display: none;
}

@media screen and (max-width: 781px) {
  #service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > .wp-block-columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 3em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column {
    width: calc((100% - 3em) / 3) !important;
    -ms-flex-preferred-size: calc((100% - 3em) / 3) !important;
        flex-basis: calc((100% - 3em) / 3) !important;
  }
  #service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(2) {
    margin: 0;
  }
  #service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column > .wp-block-image {
    margin-bottom: 1em;
  }
  #service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column > .main h2 {
    padding-bottom: 0.5em;
    margin: 0 auto 0.5em;
    width: 100%;
  }
  #service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column > .main p {
    font-family: "A1ゴシック M", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  #service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > .wp-block-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column {
    width: 100%;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    border-bottom: solid 1px #ccc;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  #service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(2) {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  #service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(3) {
    padding-bottom: 1em;
    margin-bottom: 0;
  }
  #service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column > .wp-block-image {
    width: 60vw;
    margin: 0 auto 0.5em;
  }
  #service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column > .main h2 {
    border: none;
    padding-bottom: 0;
    margin: 0.5em auto 0;
  }
  #service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column > .main p {
    font-family: "A1ゴシック M", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    margin: 0;
  }
  #service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > h3 {
    font-size: 1.4em;
    line-height: 1.5;
  }
  #service.top-block .wp-block-group__inner-container > .content > .wp-block-group__inner-container > p br {
    display: block;
  }
}
.gal-image > .gal-image-inner {
  width: 100%;
  padding-top: 40%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.gal-image > .gal-image-inner img {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gal-image > .gal-image-inner img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.gal-image > .gal-image-inner:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.gal-image > .gal-image-inner > .gal-label {
  position: absolute;
  top: calc(50% - 5.5em);
  left: 5em;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #999;
  border-radius: 50%;
  text-align: center;
  width: 11em;
  height: 11em;
}
.gal-image > .gal-image-inner > .gal-label.store {
  background-color: #0099cc;
}
.gal-image > .gal-image-inner > .gal-label.clinic {
  background-color: #80cee2;
}
.gal-image > .gal-image-inner > .gal-label.seikotsuin {
  background-color: #a8b9ca;
}
.gal-image > .gal-image-inner > .gal-label.hairsalon {
  background-color: #d0934a;
}
.gal-image > .gal-image-inner > .gal-label.food-service {
  background-color: #f08575;
}
.gal-image > .gal-image-inner > .gal-label.office {
  background-color: #848181;
}
.gal-image > .gal-image-inner > .gal-label.other {
  background-color: #c9aab8;
}
.gal-image > .gal-image-inner > .gal-label.new {
  background-color: #bcbc79;
}
.gal-image > .gal-image-inner > .gal-label.house {
  background-color: #607e65;
}
.gal-image > .gal-image-inner > .gal-label.ikea {
  background-color: #e9d76b;
}
.gal-image > .gal-image-inner > .gal-label.branding {
  background-color: #006600;
}
.gal-image > .gal-image-inner > .gal-label > li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  line-height: 1;
}
.gal-image > .gal-image-inner > .gal-label > li.num {
  font-family: "A1ゴシック M", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 2.4em;
  position: relative;
  margin-bottom: 0.2em;
}
.gal-image > .gal-image-inner > .gal-label > li.num::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.6em;
  width: 1.5em;
  height: 1em;
  background-image: url(../images/top/wk-number.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.gal-image > .gal-image-inner > .gal-label > li.ttl {
  font-family: "A1ゴシック L", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 0.5em;
  margin-bottom: 0.5em;
}
.gal-image > .gal-image-inner > .gal-label > li.trm {
  border-top: solid 1px #fff;
  font-family: "A1ゴシック M", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 0.5em;
  padding-top: 1em;
  width: 15em;
}
.gal-image > .gal-image-inner > a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.gal-image > .gal-image-inner > a:hover {
  border-bottom: none;
}

@media screen and (max-width: 781px) {
  .gal-image > .gal-image-inner > .gal-label {
    top: calc(50% - 4em);
    left: 1.5em;
    width: 8em;
    height: 8em;
    padding-top: 0.4em;
  }
  .gal-image > .gal-image-inner > .gal-label > li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    line-height: 1;
  }
  .gal-image > .gal-image-inner > .gal-label > li.num {
    margin-bottom: 0;
  }
  .gal-image > .gal-image-inner > .gal-label > li.num::before {
    top: -0.4em;
  }
  .gal-image > .gal-image-inner > .gal-label > li.ttl {
    margin-bottom: 0.3em;
  }
  .gal-image > .gal-image-inner > .gal-label > li.trm {
    padding-top: 0.7em;
    width: 13em;
  }
}
@media screen and (max-width: 480px) {
  .gal-image > .gal-image-inner {
    padding-top: 60%;
  }
  .gal-image > .gal-image-inner > .gal-label {
    top: calc(50% - 2.5em);
    left: 10px;
    width: 5em;
    height: 5em;
  }
  .gal-image > .gal-image-inner > .gal-label > li.num {
    font-size: 1.8em;
    margin-bottom: 0;
    padding-top: 0.3em;
  }
  .gal-image > .gal-image-inner > .gal-label > li.num::before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    width: 2em;
  }
  .gal-image > .gal-image-inner > .gal-label > li.ttl {
    display: none;
  }
  .gal-image > .gal-image-inner > .gal-label > li.trm {
    display: none;
  }
}
#gal-stage {
  margin-top: 3em;
  margin-bottom: 2em;
  width: 100%;
  padding-top: 40%;
  position: relative;
}
#gal-stage #gal-stage-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#gal-stage #gal-stage-main .gal-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#gal-stage #gal-stage-main .gal-image::after {
  position: absolute;
  top: -2em;
  left: -1.8em;
  content: "";
  display: block;
  width: 210px;
  height: 86px;
  background-image: url(../images/top/wk-feature.png);
  background-repeat: no-repeat;
}
#gal-stage > #gal-nav {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#gal-stage > #gal-nav > li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.6em;
  width: 3.5em;
  position: relative;
  top: 0;
  margin: 0;
  border-bottom: solid 1px #444;
  cursor: pointer;
}
#gal-stage > #gal-nav > li:hover {
  width: 4em;
}
#gal-stage > #gal-nav > li::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0.2em;
  width: 0.8em;
  border-top: 1px solid #444;
}
#gal-stage > #gal-nav > li.back {
  left: -4.5em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#gal-stage > #gal-nav > li.back:hover {
  left: -5em;
}
#gal-stage > #gal-nav > li.back::after {
  left: -0.1em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#gal-stage > #gal-nav > li.next {
  right: -4.5em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#gal-stage > #gal-nav > li.next:hover {
  right: -5em;
}
#gal-stage > #gal-nav > li.next::after {
  right: -0.1em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 480px) {
  #gal-stage {
    margin-bottom: 0.5em;
    width: 100%;
    padding-top: 60%;
    position: relative;
  }
  #gal-stage #gal-stage-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #gal-stage #gal-stage-main .gal-image::after {
    top: -2.2em;
    left: -1.2em;
    width: 100px;
    background-size: contain;
  }
  #gal-stage > #gal-nav {
    color: rgba(0, 0, 0, 0);
  }
  #gal-stage > #gal-nav > li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 1.5em;
    position: relative;
    top: 0;
    margin: 0;
    border-bottom: none;
    cursor: pointer;
  }
  #gal-stage > #gal-nav > li:hover {
    width: 4em;
  }
  #gal-stage > #gal-nav > li::after {
    display: none;
  }
  #gal-stage > #gal-nav > li.back {
    left: -1.5em;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: block;
    width: 30px;
    height: 30px;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    -webkit-transform: rotate(-135deg) skew(30deg, 30deg); /* calc((90deg - 欲しい角度) / 2) */
    transform: rotate(-135deg) skew(30deg, 30deg); /* calc((90deg - 欲しい角度) / 2) */
  }
  #gal-stage > #gal-nav > li.back:hover {
    left: -1.5em;
  }
  #gal-stage > #gal-nav > li.next {
    right: -1.5em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: block;
    width: 30px;
    height: 30px;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    -webkit-transform: rotate(45deg) skew(30deg, 30deg); /* calc((90deg - 欲しい角度) / 2) */
    transform: rotate(45deg) skew(30deg, 30deg); /* calc((90deg - 欲しい角度) / 2) */
  }
  #gal-stage > #gal-nav > li.next:hover {
    right: -1.5em;
  }
}
#gal-thumb {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#gal-thumb > li {
  list-style: none;
  width: calc((100% - 4em) / 3);
  margin: 1em 0;
}
#gal-thumb > li .gal-image > .gal-image-inner {
  padding-top: 55%;
}
#gal-thumb > li .gal-image > .gal-image-inner > .gal-label {
  left: 2em;
  font-size: 0.75em;
}
#gal-thumb > li .gal-image > .gal-image-inner > .gal-label > li.ttl {
  display: none;
}
#gal-thumb > li > .heading {
  width: 22em;
  max-width: 100%;
  margin: 0 auto;
}
#gal-thumb > li > .heading > h3 {
  font-family: "A1ゴシック R", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1.2em;
  text-align: right;
  border-bottom: solid 1px #999;
  padding-bottom: 0.3em;
  margin: 1em 0 0.2em;
}
#gal-thumb > li > .heading > .trm {
  font-family: "A1ゴシック R", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1.2em;
  text-align: right;
}

@media screen and (max-width: 1200px) {
  #gal-thumb > li .gal-image > .gal-image-inner > .gal-label {
    left: 1em;
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 781px) {
  #gal-thumb > li {
    margin: 0.5em 0 0;
  }
}
@media screen and (max-width: 781px) {
  #gal-thumb > li {
    width: calc((100% - 1em) / 3);
  }
  #gal-thumb > li .gal-image::after {
    display: none;
  }
  #gal-thumb > li .gal-image > .gal-image-inner {
    padding-top: 60%;
    overflow: visible;
  }
  #gal-thumb > li .gal-image > .gal-image-inner > img {
    border-radius: 6px;
    overflow: hidden;
  }
  #gal-thumb > li .gal-image > .gal-image-inner > .gal-label {
    font-size: 2.5vw;
    top: auto;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    background: none;
  }
  #gal-thumb > li .gal-image > .gal-image-inner > .gal-label > li.num {
    font-size: 1.8em;
    margin-bottom: 0;
    padding-top: 0.3em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  }
  #gal-thumb > li .gal-image > .gal-image-inner > .gal-label > li.num::before {
    display: none;
  }
  #gal-thumb > li .gal-image > .gal-image-inner > .gal-label > li.ttl {
    display: none;
  }
  #gal-thumb > li .gal-image > .gal-image-inner > .gal-label > li.trm {
    display: none;
  }
  #gal-thumb > li > .heading {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #works.top-block .content {
    margin-bottom: 2.5em;
  }
}
#policy.top-block .wp-block-group__inner-container > .content ol {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#policy.top-block .wp-block-group__inner-container > .content ol > li {
  font-family: "A1ゴシック M", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 2em;
  list-style: none;
  position: relative;
  line-height: 1.2;
  margin: 1.5em 0 0 0;
}
#policy.top-block .wp-block-group__inner-container > .content ol > li > a {
  color: #444;
  border-bottom: none;
  padding-right: 4em;
  display: inline-block;
}
#policy.top-block .wp-block-group__inner-container > .content ol > li > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.5em;
  height: 1em;
  bottom: 0.8em;
  right: 0;
  border-bottom: solid 1px #444;
}
#policy.top-block .wp-block-group__inner-container > .content ol > li > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.5em;
  right: 0;
  bottom: 1em;
  border-bottom: solid 1px #444;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#policy.top-block .wp-block-group__inner-container > .content ol > li > a:hover::before, #policy.top-block .wp-block-group__inner-container > .content ol > li > a:hover::after {
  right: -0.5em;
}

@media screen and (max-width: 480px) {
  #policy.top-block .wp-block-group__inner-container > .content ol > li {
    font-size: 1em;
  }
  #policy.top-block .wp-block-group__inner-container > .content ol > li > a {
    padding-right: 2em;
  }
  #policy.top-block .wp-block-group__inner-container > .content ol > li > a::before {
    width: 1.2em;
    bottom: 0.5em;
  }
  #policy.top-block .wp-block-group__inner-container > .content ol > li > a::after {
    bottom: 0.7em;
  }
}
#news.top-block .wp-block-group__inner-container > .header-group {
  margin-bottom: 1em;
}
#news.top-block .wp-block-group__inner-container > .header-group::after {
  display: none;
}
#news.top-block .wp-block-group__inner-container > .content .news-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit {
  width: calc((100% - 6em) / 3);
  margin: 2em 1em 0;
}
#news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a .image {
  width: 100%;
  padding-top: 60%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
#news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a .image img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a .image ul {
  position: absolute;
  top: 1.5em;
  left: 0;
  margin: 0;
  padding: 0;
}
#news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a .image ul li {
  list-style: none;
  font-family: "A1ゴシック M", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 0.8em;
  color: #fff;
  background-color: #f6ac00;
  padding: 0.4em 0.8em 0.25em;
  line-height: 1;
  margin: 0;
}
#news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a .image ul li:last-child {
  background-color: #848181;
}
#news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a .image ul li.gallery {
  background-color: #80cee2;
}
#news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a .image ul li.post {
  background-color: #607e65;
}
#news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a .image ul li.news {
  background-color: #848181;
}
#news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a .image ul li.newsWkNew {
  background-color: #e60012;
  background: url(../images/top/news-new.png) no-repeat #e60012 0.8em center;
  height: calc(11px + 0.4em + 0.25em);
  min-width: 4.5em;
}
#news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a .summery > ul {
  display: none;
}
#news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a .summery > h3 {
  font-family: "A1ゴシック M", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1em;
  margin: 1em 0;
  padding: 0;
  color: #444;
}
#news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a .summery > h3 > .wkno {
  font-size: 0.8em;
  display: inline-block;
  margin-left: 1em;
}
#news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a .summery > p {
  font-size: 0.8em;
  line-height: 1.5;
  color: #444;
}
#news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (max-width: 480px) {
  #news.top-block .wp-block-group__inner-container > .content .news-outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    border-top: solid 1px #ccc;
    padding-top: 0.5em;
  }
  #news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit {
    width: 100%;
    margin: 0;
  }
  #news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: solid 1px #ccc;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
  #news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a .image {
    width: 30vw;
    height: 30vw;
    padding-top: 0;
    border-radius: 10px;
  }
  #news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a .image img {
    width: auto;
    height: 100% !important;
    position: relative;
  }
  #news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a .image ul {
    display: none;
  }
  #news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a .summery {
    width: calc(55vw - 1em);
  }
  #news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a .summery ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a .summery ul li {
    list-style: none;
    font-family: "A1ゴシック M", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 0.7em;
    color: #fff;
    background-color: #f6ac00;
    padding: 0.4em 0.6em 0.25em;
    line-height: 1;
    margin: 0;
  }
  #news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a .summery ul li.gallery {
    background-color: #80cee2;
  }
  #news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a .summery ul li.post {
    background-color: #607e65;
  }
  #news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a .summery ul li.news {
    background-color: #848181;
  }
  #news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a .summery ul li.newsWkNew {
    background-color: #e60012;
    background: url(../images/top/news-new.png) no-repeat #e60012 0.4em center;
    background-size: 3.5em;
    height: calc(11px + 0.4em + 0.25em);
    min-width: 4.5em;
  }
  #news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a .summery > h3 {
    margin: 0.5em 0;
    font-size: 1em;
  }
  #news.top-block .wp-block-group__inner-container > .content .news-outer > .news-unit > a .summery > p {
    margin: 0;
  }
}
#contact.top-block .wp-block-group__inner-container .form-outer dl.form-group {
  width: 860px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.3em;
}
#contact.top-block .wp-block-group__inner-container .form-outer dl.form-group dt {
  font-family: "A1ゴシック R", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  width: 16em;
  padding-top: 0.5em;
}
#contact.top-block .wp-block-group__inner-container .form-outer dl.form-group dt span {
  font-family: "A1ゴシック L", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  float: right;
  background-color: #444;
  color: #fff;
  line-height: 1;
  margin-top: 0.3em;
  padding: 0.5em 0.5em 0.3em;
  border-radius: 0.2em;
  font-size: 0.7em;
}
#contact.top-block .wp-block-group__inner-container .form-outer dl.form-group dd {
  width: calc(100% - 19em);
}
#contact.top-block .wp-block-group__inner-container .form-outer dl.form-group dd.list .wpcf7-list-item {
  width: calc(50% - 2em);
  display: inline-block;
  margin: 0 0 0 1em;
}
#contact.top-block .wp-block-group__inner-container .form-outer dl.form-group dd input[type=text],
#contact.top-block .wp-block-group__inner-container .form-outer dl.form-group dd input[type=tel],
#contact.top-block .wp-block-group__inner-container .form-outer dl.form-group dd input[type=email] {
  border: none;
  background-color: rgb(240, 240, 240);
  width: 100%;
  border-radius: 0.3em;
  padding: 0.5em 1em;
}
#contact.top-block .wp-block-group__inner-container .form-outer dl.form-group dd textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border: none;
  background-color: rgb(240, 240, 240);
  min-height: 12em;
  padding: 0.5em 1em;
}
#contact.top-block .wp-block-group__inner-container .formBtm > .plivacy {
  text-align: center;
  width: 32em;
  max-width: 100%;
  padding: 1em 1em;
  margin: 4em auto 2em;
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}
#contact.top-block .wp-block-group__inner-container .formBtm > .plivacy > dt {
  font-family: "A1ゴシック R", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1em;
  margin-bottom: 1em;
}
#contact.top-block .wp-block-group__inner-container .formBtm > .btnSubmit-outer {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact.top-block .wp-block-group__inner-container .formBtm > .btnSubmit-outer > .btnSubmit {
  font-family: "A1ゴシック M", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1em;
  background-color: #444;
  color: #fff;
  outline: none;
  border-radius: 3px;
  padding: 1.5em 4em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#contact.top-block .wp-block-group__inner-container .formBtm > .btnSubmit-outer > .btnSubmit:hover {
  background-color: #000;
}
#contact.top-block .wp-block-group__inner-container .formBtm > .btnSubmit-outer > .ajax-loader {
  display: block;
  margin: 0.5em auto 0;
}
#contact.top-block .wp-block-group__inner-container .formBtm > .btnSubmit-outer > .wpcf7-spinner {
  display: block;
}

.sales-mail {
  text-align: center;
  margin-bottom: 2em !important;
}

@media screen and (max-width: 480px) {
  #contact.top-block .wp-block-group__inner-container .form-outer dl.form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact.top-block .wp-block-group__inner-container .form-outer dl.form-group dt {
    width: 100%;
  }
  #contact.top-block .wp-block-group__inner-container .form-outer dl.form-group dt span {
    float: left;
    margin-top: 0.1em;
    margin-right: 0.3em;
  }
  #contact.top-block .wp-block-group__inner-container .form-outer dl.form-group dd {
    width: 100%;
    border-bottom: solid 1px #ccc;
    padding-bottom: 0.5em;
  }
  #contact.top-block .wp-block-group__inner-container .form-outer dl.form-group dd.list .wpcf7-list-item {
    width: 100%;
    display: inline-block;
    margin: 0 0 0 1em;
  }
  #contact.top-block .wp-block-group__inner-container .form-outer dl.form-group dd p {
    margin: 0;
  }
  #contact.top-block .wp-block-group__inner-container .form-outer dl.form-group:last-of-type dd {
    border-bottom: none;
    padding-bottom: 0;
  }
  #contact.top-block .wp-block-group__inner-container .formBtm > .plivacy {
    margin: 2em auto;
  }
  #contact.top-block .wp-block-group__inner-container .formBtm > .plivacy > dt {
    font-family: "A1ゴシック R", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 1em;
    margin-bottom: 1em;
  }
  #contact.top-block .wp-block-group__inner-container .formBtm > .btnSubmit-outer {
    text-align: center;
  }
  #contact.top-block .wp-block-group__inner-container .formBtm > .btnSubmit-outer > .btnSubmit {
    font-family: "A1ゴシック M", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 1em;
    background-color: #444;
    color: #fff;
    outline: none;
    border-radius: 3px;
    padding: 1.5em 4em;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #contact.top-block .wp-block-group__inner-container .formBtm > .btnSubmit-outer > .btnSubmit:hover {
    background-color: #000;
  }
}
#aboutus.top-block .wp-block-group__inner-container .wp-block-media-text {
  margin-bottom: 5em;
}
#aboutus.top-block .wp-block-group__inner-container .wp-block-media-text .wp-block-media-text__media {
  border-radius: 15px;
  overflow: hidden;
}
#aboutus.top-block .wp-block-group__inner-container .wp-block-media-text .summery-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: solid 1px #999;
}
#aboutus.top-block .wp-block-group__inner-container .wp-block-media-text .summery-box > dt {
  font-family: "A1ゴシック R", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  width: 6em;
  font-size: 0.9em;
  border-bottom: solid 1px #999;
  padding: 0.5em 0 0 0.5em;
}
#aboutus.top-block .wp-block-group__inner-container .wp-block-media-text .summery-box > dd {
  width: calc(100% - 6em);
  font-size: 0.9em;
  border-bottom: solid 1px #999;
  padding: 0.5em 0;
}
#aboutus.top-block .wp-block-group__inner-container > .wp-block-buttons {
  margin-bottom: 5em;
}
#aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members {
  position: relative;
}
#aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members.members-upper {
  margin-bottom: 2em;
}
#aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members.members-upper::after {
  position: absolute;
  top: -3em;
  left: -3em;
  width: 10em;
  height: 3em;
  content: "";
  display: block;
  background-image: url(../images/top/member.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members > .wp-block-column > .wp-block-image {
  margin-bottom: 2em;
}
#aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members > .wp-block-column > .wp-block-image > figure {
  width: 100%;
  padding-top: 66%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
#aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members > .wp-block-column > .wp-block-image > figure img {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members > .wp-block-column > .main {
  width: 16em;
  max-width: 100%;
  margin: 0 auto 1em;
}
#aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members > .wp-block-column > .main h3 {
  font-family: "A1ゴシック M", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1em;
  padding: 0 0 0.5em;
  margin: 0 0 0.5em;
  border-bottom: solid 1px #444;
}
#aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members > .wp-block-column > .main p {
  margin: 0;
  line-height: 1.2;
  font-size: 0.8em;
}

@media screen and (max-width: 781px) {
  #aboutus.top-block .wp-block-group__inner-container .wp-block-media-text {
    margin-bottom: 4em;
  }
  #aboutus.top-block .wp-block-group__inner-container .wp-block-media-text .wp-block-media-text__content {
    padding: 0 0 0 1em;
  }
  #aboutus.top-block .wp-block-group__inner-container .wp-block-media-text .summery-box > dt {
    font-family: "A1ゴシック R", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    width: 4em;
    padding: 1em 0 0 0.5em;
  }
  #aboutus.top-block .wp-block-group__inner-container .wp-block-media-text .summery-box > dd {
    width: calc(100% - 4em);
  }
  #aboutus.top-block .wp-block-group__inner-container > .wp-block-buttons {
    margin-bottom: 4em;
  }
  #aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members > .wp-block-column {
    width: calc((100% - 3em) / 3);
    -ms-flex-preferred-size: calc((100% - 3em) / 3) !important;
        flex-basis: calc((100% - 3em) / 3) !important;
  }
  #aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members > .wp-block-column:nth-child(2) {
    margin: 0;
  }
  #aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members > .wp-block-column > .wp-block-image {
    margin-bottom: 2em;
  }
  #aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members > .wp-block-column > .wp-block-image > figure {
    width: 100%;
    padding-top: 66%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
  }
  #aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members > .wp-block-column > .wp-block-image > figure img {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members > .wp-block-column > .main {
    width: 16em;
    max-width: 100%;
    margin: 0 auto 1em;
  }
  #aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members > .wp-block-column > .main h3 {
    font-family: "A1ゴシック M", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 1em;
    padding: 0 0 0.5em;
    margin: 0 0 0.5em;
    border-bottom: solid 1px #444;
  }
  #aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members > .wp-block-column > .main p {
    margin: 0;
    line-height: 1.2;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 480px) {
  #aboutus.top-block {
    padding-bottom: 0;
  }
  #aboutus.top-block .wp-block-group__inner-container .wp-block-media-text {
    margin-bottom: 2em;
  }
  #aboutus.top-block .wp-block-group__inner-container .wp-block-media-text .wp-block-media-text__media {
    width: 60vw;
    margin: 0 auto 1em;
  }
  #aboutus.top-block .wp-block-group__inner-container .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
  #aboutus.top-block .wp-block-group__inner-container .wp-block-media-text .summery-box > dt {
    padding: 0.5em 0 0 0;
  }
  #aboutus.top-block .wp-block-group__inner-container .wp-block-media-text .summery-box > dd {
    padding: 0.5em 0;
  }
  #aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members {
    position: relative;
  }
  #aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members::after {
    top: -1em;
    left: 0em;
  }
  #aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members > .wp-block-column {
    width: 100%;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    border-bottom: solid 1px #ccc;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  #aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members > .wp-block-column:nth-child(2) {
    margin-bottom: 1em;
  }
  #aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members > .wp-block-column.no-bottom-border {
    border-bottom: none;
  }
  #aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members > .wp-block-column > .wp-block-image {
    margin-bottom: 0.5em;
  }
  #aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members > .wp-block-column > .wp-block-image > figure {
    width: 60vw;
    padding-top: 50vw;
  }
  #aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members > .wp-block-column > .main {
    margin: 0 auto 0.5em;
  }
  #aboutus.top-block .wp-block-group__inner-container > .wp-block-columns.members > .wp-block-column > .main h3 {
    padding: 0;
    margin: 0 0 0.5em;
    border-bottom: none;
  }
}
.btn.btnMore a {
  display: inline-block;
  background-color: #f6ac00;
  padding: 0.5em 3em 0.5em 1.5em;
  color: #fff;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn.btnMore a span.arrow {
  position: absolute;
  display: inline-block;
  width: 1.5em;
  top: 1.1em;
  border-top: 1px solid #fff;
  margin: 0 0 0 0.5em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn.btnMore a span.arrow::after {
  position: absolute;
  content: "";
  right: 0;
  top: -0.25em;
  width: 0.5em;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn.btnMore a:hover {
  background-color: #ff9900;
}
.btn.btnMore a:hover span.arrow {
  margin: 0 0 0 1em;
}
.btn.btnMore.btnMoreSmall a {
  font-size: x-small;
}
.btn.btnMore.btnMoreLerge a {
  background-color: #fff;
  padding: 0.5em 4em 0.5em 2.5em;
  color: #000;
  font-size: 1.6em;
  border: 3px solid #000;
  min-width: 12em;
}
.btn.btnMore.btnMoreLerge a span.arrow {
  width: 1.5em;
  border-top: 1px solid #000;
  margin: 0 0 0 0.5em;
}
.btn.btnMore.btnMoreLerge a span.arrow::after {
  border-top: 1px solid #000;
}
.btn.btnMore.btnMoreLerge a:hover {
  background-color: none;
}
.btn.btnMore.btnMoreLerge a:hover span.arrow {
  margin: 0 0 0 1em;
}
.btn.btnSubmit button:active,
.btn.btnSubmit button {
  border: none;
  outline: none;
  background-color: #444;
  border-radius: 0.3em;
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1;
  padding: 1.8em 4em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn.btnSubmit button:active:hover,
.btn.btnSubmit button:hover {
  background-color: #000;
}

.ai2020 > #top-message {
  background-color: #ede3d3;
}
.ai2020 > #top-message > .innerM {
  padding: 8em 0;
}
.ai2020 > #top-message > .innerM hr {
  border: none;
  background-color: #666;
  height: 2px;
  width: 13em;
  margin: 2.2em auto 2.8em;
}
.ai2020 > #top-message > .innerM p {
  text-align: center;
  font-size: 1.1em;
  line-height: 1.8;
}

@media screen and (max-width: 1000px) {
  .ai2020 > #top-message > .innerM {
    padding: 5vw 5vw;
  }
  .ai2020 > #top-message > .innerM hr {
    width: 20vw;
    margin: 2vw auto 3vw;
  }
  .ai2020 > #top-message > .innerM p {
    text-align: center;
    font-size: 1.5vw;
    line-height: 1.8;
  }
}
@media screen and (max-width: 480px) {
  .ai2020 > #top-message > .innerM {
    padding: 4em 1em;
  }
  .ai2020 > #top-message > .innerM hr {
    width: 20vw;
    margin: 1.5em auto 1.5em;
  }
  .ai2020 > #top-message > .innerM p {
    font-size: 1em;
  }
}
.ai2020 > #top-service {
  background-color: #f9f5eb;
}
.ai2020 > #top-service > .innerM > hr {
  margin-bottom: 3em;
}
.ai2020 > #top-service > .innerM > .content > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 8em 0;
}
.ai2020 > #top-service > .innerM > .content > ul > li {
  width: calc((100% - 6em) / 3);
  list-style: none;
  text-align: center;
}
.ai2020 > #top-service > .innerM > .content > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
}
.ai2020 > #top-service > .innerM > .content > ul > li > a > .wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.ai2020 > #top-service > .innerM > .content > ul > li > a > .wrapper > h2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 1.3em;
  border-bottom: solid 1px #666;
  padding-bottom: 0.5em;
  margin: 0 1.5em 0.5em;
}
.ai2020 > #top-service > .innerM > .content > ul > li > a > .wrapper > p {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-bottom: 1em;
}
.ai2020 > #top-service > .innerM > .content > ul > li > a > .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  border: solid 1px #eee;
  position: relative;
  border-radius: 1em;
  margin-bottom: 2em;
  overflow: hidden;
}
.ai2020 > #top-service > .innerM > .content > ul > li > a > .image > img {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.ai2020 > #top-service > .innerM > .content > ul > li:hover .image > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.ai2020 > #top-service > .innerM > .content > .catch {
  text-align: center;
}
.ai2020 > #top-service > .innerM > .content > .catch > h2 {
  margin-bottom: 2em;
}
.ai2020 > #top-service > .innerM > .content > .catch > p {
  font-size: 1.2em;
}

@media screen and (max-width: 1000px) {
  .ai2020 > #top-service {
    background-color: #f9f5eb;
  }
  .ai2020 > #top-service > .innerM > hr {
    margin-bottom: 3vw;
  }
  .ai2020 > #top-service > .innerM > .content > ul {
    margin: 0 0 4vw 0;
  }
  .ai2020 > #top-service > .innerM > .content > ul > li {
    width: calc((100% - 4vw) / 3);
  }
  .ai2020 > #top-service > .innerM > .content > ul > li > a > .wrapper > h2 {
    font-size: 2.2vw;
    padding-bottom: 0.2em;
    margin: 0 1em 0.2em;
  }
  .ai2020 > #top-service > .innerM > .content > ul > li > a > .wrapper > p {
    font-size: 1.6vw;
    margin-bottom: 0;
  }
  .ai2020 > #top-service > .innerM > .content > ul > li > a > .image {
    margin-bottom: 2vw;
  }
  .ai2020 > #top-service > .innerM > .content > .catch {
    text-align: center;
  }
  .ai2020 > #top-service > .innerM > .content > .catch > h2 {
    margin-bottom: 2vw;
  }
  .ai2020 > #top-service > .innerM > .content > .catch > p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .ai2020 > #top-service {
    background-color: #f9f5eb;
  }
  .ai2020 > #top-service > .innerM > .content > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 1.5em 0;
  }
  .ai2020 > #top-service > .innerM > .content > ul > li {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .ai2020 > #top-service > .innerM > .content > ul > li:last-child {
    margin-bottom: 0;
  }
  .ai2020 > #top-service > .innerM > .content > ul > li > a {
    -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;
    font-size: 1em;
    background-color: #fff;
    border: solid 1px #eee;
    border-radius: 1em;
  }
  .ai2020 > #top-service > .innerM > .content > ul > li > a:hover {
    border: solid 1px #f7ac00;
  }
  .ai2020 > #top-service > .innerM > .content > ul > li > a > .wrapper {
    width: 60%;
  }
  .ai2020 > #top-service > .innerM > .content > ul > li > a > .wrapper > h2 {
    font-size: 1.5em;
    text-align: left;
    padding-bottom: 3px;
    margin: 0 10px 0;
    border-bottom: none;
  }
  .ai2020 > #top-service > .innerM > .content > ul > li > a > .wrapper > p {
    font-size: 1em;
    margin: 0 10px 0;
    text-align: left;
  }
  .ai2020 > #top-service > .innerM > .content > ul > li > a > .image {
    width: 40%;
    margin-bottom: 0;
    border: none;
  }
  .ai2020 > #top-service > .innerM > .content > .catch {
    text-align: center;
  }
  .ai2020 > #top-service > .innerM > .content > .catch > h2 {
    font-size: 1.5em;
    margin-bottom: 1em;
    line-height: 1.3;
  }
  .ai2020 > #top-service > .innerM > .content > .catch > p {
    font-size: 1em;
  }
}
.ai2020 > #top-works {
  background-color: #bbdad3;
}
.ai2020 > #top-works > .innerM > hr {
  margin-bottom: 3em;
}
#top-works-gallery {
  position: relative;
  margin-bottom: 3em;
}
#top-works-gallery .twgal-main {
  margin: 0;
}
#top-works-gallery .twgal-main li {
  list-style: none;
  position: relative;
}
#top-works-gallery .twgal-main li .description {
  position: absolute;
  top: calc(50% - 2.8em);
  left: 2.5em;
  color: #fff;
  background-color: #607e65;
  border-radius: 50%;
  width: 5.6em;
  height: 5.6em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-size: 2em;
  margin: 0;
}
#top-works-gallery .twgal-main li .description .num {
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
#top-works-gallery .twgal-main li .description .num span {
  display: block;
  font-size: xx-small;
  margin-bottom: 0.5em;
}
#top-works-gallery .twgal-main li .description .ttl {
  font-size: xx-small;
  width: 70%;
  margin: 0 auto 0.5em;
}
#top-works-gallery .twgal-main li .description .cat {
  width: 70%;
  margin: 0 auto 0.5em;
  padding: 0.1em 0 0 0;
  border-top: solid 1px #fff;
}
#top-works-gallery .twgal-main li .description .cat label {
  font-size: xx-small;
  display: block;
}
#top-works-gallery .twgal-label {
  position: absolute;
  top: -0.5em;
  left: -1.5em;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  font-size: 2.5em;
}
#top-works-gallery .twgal-nav {
  position: absolute;
  top: calc(50% - 1em);
  margin: 0;
  width: 100%;
}
#top-works-gallery .twgal-nav li {
  position: absolute;
  list-style: none;
  margin: 0;
  cursor: pointer;
}
#top-works-gallery .twgal-nav li span {
  position: absolute;
  display: inline-block;
  width: 4.5em;
  top: 100%;
  left: 0;
  border-top: 1px solid #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#top-works-gallery .twgal-nav li span::after {
  position: absolute;
  content: "";
  left: 0;
  top: -0.3em;
  width: 1em;
  border-top: 1px solid #000;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
#top-works-gallery .twgal-nav li.back {
  left: -6em;
  padding-left: 2em;
}
#top-works-gallery .twgal-nav li.next {
  right: -6em;
  padding-right: 2em;
}
#top-works-gallery .twgal-nav li.next span {
  left: 0;
}
#top-works-gallery .twgal-nav li.next span::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  top: -0.3em;
  width: 1em;
  border-top: 1px solid #000;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

@media screen and (max-width: 1000px) {
  #top-works-gallery {
    padding-bottom: 2.2em;
    margin-bottom: 2em;
  }
  #top-works-gallery .twgal-main li .description {
    top: calc(50% - 2.3em);
    left: 5vw;
    width: 4.6em;
    height: 4.6em;
    font-size: 2.2em;
  }
  #top-works-gallery .twgal-main li .description .num {
    font-size: 1.3em;
    margin-bottom: 0.1em;
  }
  #top-works-gallery .twgal-main li .description .num span {
    margin-bottom: 0.1em;
  }
  #top-works-gallery .twgal-main li .description .ttl {
    font-size: xx-small;
    width: 70%;
    margin: 0 auto 0.5em;
  }
  #top-works-gallery .twgal-label {
    position: absolute;
    top: -0.5em;
    left: -1.5em;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    font-size: 2.5em;
  }
  #top-works-gallery .twgal-nav {
    position: absolute;
    top: auto;
    bottom: 2em;
    margin: 0;
    width: 100%;
  }
  #top-works-gallery .twgal-nav li {
    position: absolute;
    list-style: none;
    cursor: pointer;
  }
  #top-works-gallery .twgal-nav li span {
    position: absolute;
    display: inline-block;
    width: 4.5em;
    top: 100%;
    left: 0;
    border-top: 1px solid #000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #top-works-gallery .twgal-nav li span::after {
    position: absolute;
    content: "";
    left: 0;
    top: -0.3em;
    width: 1em;
    border-top: 1px solid #000;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  #top-works-gallery .twgal-nav li.back {
    left: calc(50% - 63px - 1vw);
    padding-left: 2em;
  }
  #top-works-gallery .twgal-nav li.next {
    right: calc(50% - 63px - 1vw);
    padding-right: 2em;
  }
  #top-works-gallery .twgal-nav li.next span {
    left: 0;
  }
  #top-works-gallery .twgal-nav li.next span::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    top: -0.3em;
    width: 1em;
    border-top: 1px solid #000;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
#top-works-thumbnail {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#top-works-thumbnail li {
  list-style: none;
  position: relative;
  margin-right: 3em;
}
#top-works-thumbnail li:last-child {
  margin-right: 0;
}
#top-works-thumbnail li .image {
  position: relative;
  width: 100%;
  height: auto;
}
#top-works-thumbnail li .image .description {
  position: absolute;
  top: calc(50% - 2.3em);
  left: 1.2em;
  color: #fff;
  background-color: #607e65;
  border-radius: 50%;
  width: 4.6em;
  height: 4.6em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-size: 2em;
  margin: 0;
}
#top-works-thumbnail li .image .description .num {
  font-size: xx-large;
  margin: 0 auto 0.3em;
}
#top-works-thumbnail li .image .description .num span {
  display: block;
  font-size: xx-small;
  margin-bottom: 0.5em;
}
#top-works-thumbnail li .image .description .cat {
  width: 70%;
  margin: 0 auto 0.5em;
  padding: 0.1em 0 0 0;
  border-top: solid 1px #fff;
}
#top-works-thumbnail li .image .description .cat label {
  font-size: xx-small;
  display: block;
}
#top-works-thumbnail li .image .new-label {
  position: absolute;
  top: -1.4em;
  left: -1em;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  font-size: 1.8em;
}
#top-works-thumbnail li h2 {
  font-size: 1em;
  text-align: right;
  width: 100%;
  max-width: 17em;
  margin: 1.5em auto 0;
}
#top-works-thumbnail li h2 span {
  display: block;
  border-top: solid 1px #666;
  margin-top: 0.5em;
  padding-top: 0.5em;
}

@media screen and (max-width: 1000px) {
  #top-works-thumbnail li .image .description {
    position: absolute;
    top: calc(50% - 2.3em);
    left: 2vw;
    color: #fff;
    background-color: #607e65;
    border-radius: 50%;
    width: 4.6em;
    height: 4.6em;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    font-size: 1.6em;
    margin: 0;
  }
  #top-works-thumbnail li .image .description .num {
    font-size: xx-large;
    margin: 0 auto 0.3em;
  }
  #top-works-thumbnail li .image .description .num span {
    display: block;
    font-size: xx-small;
    margin-bottom: 0.5em;
  }
  #top-works-thumbnail li .image .description .cat {
    width: 70%;
    margin: 0 auto 0.5em;
    padding: 0.1em 0 0 0;
    border-top: solid 1px #fff;
  }
  #top-works-thumbnail li .image .description .cat label {
    font-size: xx-small;
    display: block;
  }
  #top-works-thumbnail li .image .new-label {
    position: absolute;
    top: -1.4em;
    left: -1em;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    font-size: 1.8em;
  }
  #top-works-thumbnail li h2 {
    font-size: 1em;
    text-align: right;
    width: 100%;
    max-width: 17em;
    margin: 1.5em auto 0;
  }
  #top-works-thumbnail li h2 span {
    display: block;
    border-top: solid 1px #666;
    margin-top: 0.5em;
    padding-top: 0.5em;
  }
}
.ai2020 > #top-policy {
  background-color: #f9f5eb;
}
.ai2020 > #top-policy > .innerM > hr {
  margin-bottom: 3em;
}
.ai2020 > #top-policy > .innerM > .content {
  font-size: 2.2em;
}
.ai2020 > #top-policy > .innerM > .content > ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.ai2020 > #top-policy > .innerM > .content > ul > li {
  list-style: none;
  margin: 0 0 1em 0;
}
.ai2020 > #top-policy > .innerM > .content > ul > li:last-child {
  margin: 0;
}
.ai2020 > #top-policy > .innerM > .content > ul > li a {
  display: block;
  padding-right: 3em;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: none;
}
.ai2020 > #top-policy > .innerM > .content > ul > li a span.arrow {
  position: absolute;
  display: inline-block;
  width: 1.5em;
  top: 50%;
  border-top: 1px solid #000;
  margin: 0 0 0 1.5em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ai2020 > #top-policy > .innerM > .content > ul > li a span.arrow::after {
  position: absolute;
  content: "";
  right: 0;
  top: -0.25em;
  width: 0.5em;
  border-top: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ai2020 > #top-policy > .innerM > .content > ul > li a:hover span.arrow {
  position: absolute;
  display: inline-block;
  width: 1.5em;
  top: 50%;
  border-top: 1px solid #000;
  margin: 0 0 0 2em;
}
.ai2020 > #top-policy > .innerM > .content > ul > li a:hover span.arrow::after {
  position: absolute;
  content: "";
  right: 0;
  top: -0.25em;
  width: 0.5em;
  border-top: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1000px) {
  .ai2020 > #top-policy {
    background-color: #f9f5eb;
  }
  .ai2020 > #top-policy > .innerM > hr {
    margin-bottom: 3vw;
  }
  .ai2020 > #top-policy > .innerM > .content {
    font-size: 3vw;
  }
  .ai2020 > #top-policy > .innerM > .content > ul > li {
    margin: 0 0 1.2vw 0;
  }
  .ai2020 > #top-policy > .innerM > .content > ul > li:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .ai2020 > #top-policy {
    background-color: #f9f5eb;
  }
  .ai2020 > #top-policy > .innerM > hr {
    margin-bottom: 1em;
  }
  .ai2020 > #top-policy > .innerM > .content {
    font-size: 1.2em;
  }
  .ai2020 > #top-policy > .innerM > .content > ul > li {
    margin: 0 0 1.2vw 0;
  }
  .ai2020 > #top-policy > .innerM > .content > ul > li:last-child {
    margin: 0;
  }
}
.ai2020 > #top-news {
  background-color: #ede3d3;
}
.ai2020 > #top-news > .innerM > hr {
  margin-bottom: 3em;
}
.ai2020 > #top-news > .innerM > .content > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.ai2020 > #top-news > .innerM > .content > ul > li {
  width: calc((100% - 6em) / 3);
  list-style: none;
  margin: 0 3em 1em 0;
}
.ai2020 > #top-news > .innerM > .content > ul > li:nth-child(3n) {
  margin: 0;
}
.ai2020 > #top-news > .innerM > .content > ul > li .image {
  position: relative;
  overflow: hidden;
  border-radius: 0.8em;
  border: solid 1px #eee;
}
.ai2020 > #top-news > .innerM > .content > ul > li .image > img {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.ai2020 > #top-news > .innerM > .content > ul > li .image > ul {
  position: absolute;
  top: 1.5em;
  left: 0;
  margin: 0;
  font-size: 0.9em;
  color: #fff;
}
.ai2020 > #top-news > .innerM > .content > ul > li .image > ul > li {
  list-style: none;
  margin: 0;
  width: 9em;
  line-height: 1;
}
.ai2020 > #top-news > .innerM > .content > ul > li .image > ul > li.dat {
  background-color: #f6ac00;
  padding: 0.6em 0.8em 0.5em;
}
.ai2020 > #top-news > .innerM > .content > ul > li .image > ul > li.cat {
  background-color: #80cee2;
  padding: 0.4em 0.8em 0.3em;
}
.ai2020 > #top-news > .innerM > .content > ul > li p {
  font-size: 0.8em;
  padding: 1.5em 2em;
}
.ai2020 > #top-news > .innerM > .content > ul > li:hover .image > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (max-width: 1000px) {
  .ai2020 > #top-news > .innerM > .content > ul > li {
    width: calc((100% - 6vw) / 3);
    margin: 0 3vw 1em 0;
  }
  .ai2020 > #top-news > .innerM > .content > ul > li:nth-child(3n) {
    margin: 0;
  }
  .ai2020 > #top-news > .innerM > .content > ul > li p {
    font-size: 0.8em;
    padding: 1em;
  }
}
@media screen and (max-width: 480px) {
  .ai2020 > #top-news > .innerM > .content > ul > li {
    width: calc((100% - 1em) / 2);
    margin: 0 1em 1em 0;
  }
  .ai2020 > #top-news > .innerM > .content > ul > li:nth-child(3n) {
    margin: 0 1em 1em 0;
  }
  .ai2020 > #top-news > .innerM > .content > ul > li:nth-child(2n) {
    margin: 0;
  }
  .ai2020 > #top-news > .innerM > .content > ul > li .image ul li {
    width: 7em;
  }
  .ai2020 > #top-news > .innerM > .content > ul > li p {
    font-size: 0.8em;
    padding: 0.3em 1em 0 1em;
    margin-bottom: 0;
  }
}
.ai2020 > #top-contact {
  background-color: #fff;
}
.ai2020 > #top-contact > .innerM > hr {
  margin-bottom: 3em;
}
.ai2020 > #top-contact > .innerM > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ai2020 > #top-contact > .innerM > .content dl.form-group {
  width: 860px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
}
.ai2020 > #top-contact > .innerM > .content dl.form-group dt {
  width: 16em;
  padding-top: 0.5em;
}
.ai2020 > #top-contact > .innerM > .content dl.form-group dt span {
  float: right;
  background-color: #444;
  color: #fff;
  line-height: 1;
  padding: 0.3em 0.5em;
  border-radius: 0.2em;
  font-size: 0.7em;
}
.ai2020 > #top-contact > .innerM > .content dl.form-group dd {
  width: calc(100% - 19em);
}
.ai2020 > #top-contact > .innerM > .content dl.form-group dd.list {
  padding-top: 0.5em;
}
.ai2020 > #top-contact > .innerM > .content dl.form-group dd.list > span {
  display: inline-block;
  margin-left: 4em;
  margin-bottom: 0.3em;
  width: 12em;
}
.ai2020 > #top-contact > .innerM > .content dl.form-group dd input[type=text] {
  border: none;
  background-color: rgb(240, 240, 240);
  width: 100%;
  border-radius: 0.3em;
  padding: 0.5em 1em;
}
.ai2020 > #top-contact > .innerM > .content dl.form-group dd textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border: none;
  background-color: rgb(240, 240, 240);
  min-height: 12em;
  padding: 0.5em 1em;
}
.ai2020 > #top-contact > .innerM > .contBtm > .plivacy {
  width: 32em;
  max-width: 100%;
  padding: 1.5em 1em;
  margin: 4em auto;
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}
.ai2020 > #top-contact > .innerM > .contBtm > .plivacy > dt {
  font-size: 1.2em;
  margin-bottom: 1em;
}

@media screen and (max-width: 480px) {
  .ai2020 > #top-contact > .innerM > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .ai2020 > #top-contact > .innerM > .content dl.form-group {
    width: 860px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1em;
  }
  .ai2020 > #top-contact > .innerM > .content dl.form-group dt {
    width: 100%;
    padding-top: 0;
    margin-bottom: 0.5em;
    font-weight: bold;
  }
  .ai2020 > #top-contact > .innerM > .content dl.form-group dt span {
    float: none;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
    font-weight: normal;
  }
  .ai2020 > #top-contact > .innerM > .content dl.form-group dd {
    width: 100%;
  }
  .ai2020 > #top-contact > .innerM > .content dl.form-group dd.list {
    padding-top: 0.5em;
  }
  .ai2020 > #top-contact > .innerM > .content dl.form-group dd.list > span {
    display: inline-block;
    margin-left: 4em;
    margin-bottom: 0.3em;
    width: 12em;
  }
  .ai2020 > #top-contact > .innerM > .content dl.form-group dd input[type=text] {
    border: none;
    background-color: rgb(240, 240, 240);
    width: 100%;
    border-radius: 0.3em;
    padding: 0.5em 1em;
  }
  .ai2020 > #top-contact > .innerM > .content dl.form-group dd textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border: none;
    background-color: rgb(240, 240, 240);
    min-height: 12em;
    padding: 0.5em 1em;
  }
  .ai2020 > #top-contact > .innerM > .contBtm > .plivacy {
    width: 75vw;
    max-width: 100%;
    padding: 1.5em 1em;
    margin: 3em auto;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
  }
  .ai2020 > #top-contact > .innerM > .contBtm > .plivacy > dt {
    font-size: 1.2em;
    margin-bottom: 1em;
  }
}
.ai2020 > #top-aboutus {
  background-color: #ececed;
}
.ai2020 > #top-aboutus > .innerM > hr {
  margin-bottom: 3em;
}
.ai2020 > #top-aboutus > .innerM > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5em;
}
.ai2020 > #top-aboutus > .innerM > .content > .image {
  width: calc(50% - 2em);
}
.ai2020 > #top-aboutus > .innerM > .content > .image img {
  border-radius: 0.8em;
}
.ai2020 > #top-aboutus > .innerM > .content > .summery {
  width: calc(50% - 2em);
}
.ai2020 > #top-aboutus > .innerM > .content > .summery dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: solid 1px #ccc;
}
.ai2020 > #top-aboutus > .innerM > .content > .summery dl dt {
  width: 6em;
  padding: 0.8em;
  border-bottom: solid 1px #ccc;
}
.ai2020 > #top-aboutus > .innerM > .content > .summery dl dd {
  width: calc(100% - 6em);
  padding: 0.8em;
  border-bottom: solid 1px #ccc;
}
.ai2020 > #top-aboutus > .innerM > .contMembers {
  margin-top: 8em;
  position: relative;
}
.ai2020 > #top-aboutus > .innerM > .contMembers > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ai2020 > #top-aboutus > .innerM > .contMembers > ul > li {
  margin-right: 1em;
}
.ai2020 > #top-aboutus > .innerM > .contMembers > ul > li:last-child {
  margin-right: 0;
}
.ai2020 > #top-aboutus > .innerM > .contMembers > ul > li > .image {
  margin-bottom: 1em;
}
.ai2020 > #top-aboutus > .innerM > .contMembers > ul > li > .image img {
  border-radius: 0.8em;
}
.ai2020 > #top-aboutus > .innerM > .contMembers > ul > li > dl {
  width: 100%;
  max-width: 14em;
  text-align: center;
  margin: 0 auto 0.8em;
}
.ai2020 > #top-aboutus > .innerM > .contMembers > ul > li > dl dt {
  border-bottom: solid 1px #999;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
}
.ai2020 > #top-aboutus > .innerM > .contMembers > ul > li > dl dd span {
  font-size: 0.8em;
  display: block;
}
.ai2020 > #top-aboutus > .innerM > .contMembers > .label {
  position: absolute;
  top: -1.8em;
  left: -1.5em;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  font-size: 2em;
}

@media screen and (max-width: 1000px) {
  .ai2020 > #top-aboutus > .innerM > .contMembers > .label {
    position: absolute;
    top: -1.2em;
    left: 0.1em;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    font-size: 2em;
  }
}
@media screen and (max-width: 480px) {
  .ai2020 > #top-aboutus > .innerM > .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ai2020 > #top-aboutus > .innerM > .content > .image {
    width: 100%;
    margin-bottom: 1em;
  }
  .ai2020 > #top-aboutus > .innerM > .content > .summery {
    width: 100%;
  }
  .ai2020 > #top-aboutus > .innerM > .content > .summery dl dt {
    width: 5em;
  }
  .ai2020 > #top-aboutus > .innerM > .content > .summery dl dd {
    width: calc(100% - 5em);
    padding: 0.8em 0.8em 0.8em 0;
  }
  .ai2020 > #top-aboutus > .innerM > .contMembers > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ai2020 > #top-aboutus > .innerM > .contMembers > ul > li {
    margin-right: 0;
    margin-bottom: 2em;
  }
  .ai2020 > #top-aboutus > .innerM > .contMembers > ul > li:last-child {
    margin-bottom: 0;
  }
  .ai2020 > #top-aboutus > .innerM > .contMembers > ul > li > .image {
    margin: 0 auto 0.5em;
    max-width: 250px;
  }
  .ai2020 > #top-aboutus > .innerM > .contMembers > ul > li > dl {
    margin-bottom: 0.5em;
  }
  .ai2020 > #top-aboutus > .innerM > .contMembers > .label {
    position: absolute;
    top: -1.2em;
    left: 0.1em;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    font-size: 2em;
  }
}
.ai2020 > footer {
  border: none;
  font-size: 1em;
}
.ai2020 > footer > .innerFtr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 5em;
  text-align: left;
}
.ai2020 > footer > .innerFtr .ftr-about {
  width: 260px;
}
.ai2020 > footer > .innerFtr .ftr-about h2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background: none;
}
.ai2020 > footer > .innerFtr .ftr-about .address {
  width: 100%;
  margin: 0;
}
.ai2020 > footer > .innerFtr .ftr-about .address li {
  margin-bottom: 0.2em;
}
.ai2020 > footer > .innerFtr .ftr-about .address li h1 {
  font-family: "A1ゴシック R", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1.45em;
  font-weight: 500;
}
.ai2020 > footer > .innerFtr .ftr-about .contact {
  margin-top: 1.2em;
}
.ai2020 > footer > .innerFtr .ftr-about .contact li.heading {
  font-family: "A1ゴシック M", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1.45em;
  margin-bottom: 0;
}
.ai2020 > footer > .innerFtr .ftr-about .contact li.ctabtn {
  font-family: "A1ゴシック B", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin-bottom: 0.5em;
}
.ai2020 > footer > .innerFtr .ftr-about .contact li.ctabtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.1em;
  background-color: #666;
  color: #fff;
  line-height: 1;
  padding: 0.6em 0 0.4em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ai2020 > footer > .innerFtr .ftr-about .contact li.ctabtn a:hover {
  background-color: #000;
}
.ai2020 > footer > .innerFtr .ftr-about .contact li.email {
  font-family: "A1ゴシック R", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 2.1em;
  line-height: 1;
  white-space: nowrap;
}
.ai2020 > footer > .innerFtr .ftr-about .contact li.email.email-estate {
  font-size: 1.9em;
}
.ai2020 > footer > .innerFtr .ftr-about .contact li.telfax {
  line-height: 1;
}
.ai2020 > footer > .innerFtr .ftr-about .contact li.note {
  font-family: "A1ゴシック R", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 0.8em;
}
.ai2020 > footer > .innerFtr .ftr-nav {
  width: calc(100% - 260px - 5%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.ai2020 > footer > .innerFtr .ftr-nav dl {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ai2020 > footer > .innerFtr .ftr-nav dl dt {
  font-family: "A1ゴシック M", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  border-bottom: solid 1px #666;
  padding-bottom: 0.5em;
  letter-spacing: 0.1em;
}
.ai2020 > footer > .innerFtr .ftr-nav dl dt a {
  display: block;
}
.ai2020 > footer > .innerFtr .ftr-nav dl dd {
  margin-top: 0.8em;
  font-size: 0.9em;
}
.ai2020 > footer > .innerFtr .ftr-nav dl dd a {
  display: block;
}
.ai2020 > footer > .innerFtr .ftr-nav dl:nth-of-type(1) {
  width: 30%;
}
.ai2020 > footer > .innerFtr .ftr-nav dl:nth-of-type(2) {
  width: 30%;
}
.ai2020 > footer > .innerFtr .ftr-nav dl:nth-of-type(3) {
  width: 40%;
}
.ai2020 > footer > .innerFtr .ftr-nav .navset1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
}
.ai2020 > footer > .innerFtr .ftr-nav .navset2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
}
.ai2020 > footer > .innerFtr > .social {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3em 0 1.5em;
  margin-bottom: 1.5em;
}
.ai2020 > footer > .innerFtr > .social > li {
  margin: 0 0.7em;
}
@media screen and (max-width: 1024px) {
  .ai2020 > footer {
    font-size: 1vw;
  }
  .ai2020 > footer > .innerFtr {
    padding-top: 2em;
  }
  .ai2020 > footer > .innerFtr .ftr-about {
    width: 23vw;
  }
  .ai2020 > footer > .innerFtr .ftr-about h2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background: none;
    margin-bottom: 0.8em;
  }
  .ai2020 > footer > .innerFtr .ftr-about .address {
    margin-bottom: 1.6em;
    font-size: 1.3vw;
  }
  .ai2020 > footer > .innerFtr .ftr-about .contact {
    font-size: 1.3vw;
  }
  .ai2020 > footer > .innerFtr .ftr-nav {
    width: calc(100% - 23vw - 2em);
  }
}
@media screen and (max-width: 781px) {
  .ai2020 > footer {
    font-size: 1.3vw;
  }
  .ai2020 > footer > .innerFtr {
    padding-top: 2em;
  }
  .ai2020 > footer > .innerFtr .ftr-about {
    width: 27vw;
  }
  .ai2020 > footer > .innerFtr .ftr-about .address {
    font-size: 1.4vw;
  }
  .ai2020 > footer > .innerFtr .ftr-about .contact {
    font-size: 1.4vw;
  }
  .ai2020 > footer > .innerFtr .ftr-nav {
    width: calc(100% - 27vw - 1.5em);
  }
  .ai2020 > footer > .innerFtr .ftr-nav dl:nth-of-type(1) {
    width: 29%;
  }
  .ai2020 > footer > .innerFtr .ftr-nav dl:nth-of-type(2) {
    width: 29%;
  }
  .ai2020 > footer > .innerFtr .ftr-nav dl:nth-of-type(3) {
    width: 42%;
  }
  .ai2020 > footer > .innerFtr .ftr-nav .navset1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 83%;
  }
  .ai2020 > footer > .innerFtr .ftr-nav .navset2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 17%;
  }
  .ai2020 > footer > .innerFtr .ftr-nav .navset2 dl {
    width: 100%;
  }
  .ai2020 > footer > .innerFtr .ftr-nav .navset2 dl:first-of-type {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 480px) {
  .ai2020 > footer {
    font-size: 1em;
  }
  .ai2020 > footer > .innerFtr {
    max-width: 85vw;
    padding-top: 4em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ai2020 > footer > .innerFtr .ftr-about {
    font-size: 1em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 1em;
  }
  .ai2020 > footer > .innerFtr .ftr-about h2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background: none;
    margin: 0 auto 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
  }
  .ai2020 > footer > .innerFtr .ftr-about h2 img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .ai2020 > footer > .innerFtr .ftr-about .address {
    font-size: 1em;
    margin-bottom: 1em;
  }
  .ai2020 > footer > .innerFtr .ftr-about .address li {
    -moz-text-align-last: inherit;
    text-align-last: inherit;
    text-justify: inherit;
    text-align: center;
  }
  .ai2020 > footer > .innerFtr .ftr-about .address li h1 {
    font-size: 1.5em;
  }
  .ai2020 > footer > .innerFtr .ftr-about .contact {
    font-size: 1em;
    margin: 0 auto 1em;
  }
  .ai2020 > footer > .innerFtr .ftr-about .contact li:nth-child(1) a {
    font-size: 1.8em;
    padding: 0.6em 0px 0.4em;
  }
  .ai2020 > footer > .innerFtr .ftr-about .contact li:nth-child(2) {
    font-size: 2.1em;
  }
  .ai2020 > footer > .innerFtr .ftr-about .contact li:nth-child(3) {
    font-size: 0.9em;
  }
  .ai2020 > footer > .innerFtr .ftr-nav {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: solid 1px #ccc;
    padding-top: 1em;
  }
  .ai2020 > footer > .innerFtr .ftr-nav dl {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: solid 1px #ccc;
  }
  .ai2020 > footer > .innerFtr .ftr-nav dl dt {
    font-weight: bold;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0.5em;
    border-bottom: solid 1px #ccc;
    padding: 0.5em 1em;
  }
  .ai2020 > footer > .innerFtr .ftr-nav dl dd {
    margin-top: 0.5em;
    text-align: center;
  }
  .ai2020 > footer > .innerFtr .ftr-nav .navset1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .ai2020 > footer > .innerFtr .ftr-nav .navset1 dl {
    width: 100%;
  }
  .ai2020 > footer > .innerFtr .ftr-nav .navset2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .ai2020 > footer > .innerFtr .ftr-nav .navset2 dl {
    width: 100%;
  }
  .ai2020 > footer > .innerFtr .ftr-nav .navset2 dl:first-of-type {
    margin-bottom: 0;
  }
  .ai2020 > footer > .innerFtr > .social {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto 2em;
  }
  .ai2020 > footer > .innerFtr > .social > li {
    margin: 0 0.5em;
  }
  .ai2020 > footer > .innerFtr > .social > li img {
    width: 30px;
  }
}
.top-faq-body {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.5em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  text-spacing-trim: trim-start;
}

.top-flow-list {
  position: relative;
  padding-left: 70px;
  width: 640px;
  max-width: 100%;
  margin: 0 auto !important;
}
.top-flow-list::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 40px;
  height: calc(100% - 5px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 194, 129, 0)), to(#95C281));
  background: linear-gradient(to bottom, rgba(149, 194, 129, 0) 0%, #95C281 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px));
}
.top-flow-list::after {
  content: "無料";
  position: absolute;
  left: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  color: #fff;
  font-family: "A1ゴシック M", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.1em;
  z-index: 1;
}
.top-flow-list > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5em;
  line-height: 1.2;
  margin-top: 0.5em;
}
.top-flow-list > li + li {
  margin-top: 0.5em;
}
.top-flow-list > li a {
  color: #5A5757;
  text-decoration: none;
  border-bottom: none !important;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 3em;
  position: relative;
  text-align: left;
  gap: 0.8em;
  cursor: pointer;
}
.top-flow-list > li a:hover {
  text-decoration: none;
  border-bottom: none !important;
}
.top-flow-list > li a::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.2em;
  height: 0;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-0.5px);
          transform: translateY(-0.5px);
  border-bottom: solid 1px #444;
}
.top-flow-list > li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.4em;
  height: 0;
  right: 1em;
  top: 50%;
  border-bottom: solid 1px #444;
  -webkit-transform: translateY(-0.5px) rotate(45deg);
          transform: translateY(-0.5px) rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.top-flow-list > li em {
  background-color: #95C281;
  color: #fff;
  margin-right: 10px;
  padding: 0.7em 1.2em 0.5em;
  font-style: normal;
  font-family: "A1ゴシック M", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  line-height: 1;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.5em;
  display: inline-block;
  vertical-align: middle;
}
.top-flow-list > li:hover > a::before,
.top-flow-list > li:hover > a::after {
  right: 0.6em;
}

.top-flow-list.blue::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(129, 167, 194, 0)), to(#81A7C2));
  background: linear-gradient(to bottom, rgba(129, 167, 194, 0) 0%, #81A7C2 100%);
}
.top-flow-list.blue::after {
  content: "契約";
}
.top-flow-list.blue > li a {
  text-decoration: none;
  border-bottom: none !important;
  cursor: pointer;
}
.top-flow-list.blue > li a:hover {
  text-decoration: none;
  border-bottom: none;
}
.top-flow-list.blue > li em {
  background-color: #81A7C2;
  font-size: 0.5em;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .top-faq-body {
    font-size: 1em;
  }
  .top-flow-list {
    padding-left: 30px;
  }
  .top-flow-list::before {
    left: 0;
    width: 24px;
    height: calc(100% - 5px);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), 50% 100%, 0 calc(100% - 12px));
  }
  .top-flow-list::after {
    left: 12px;
    bottom: 20px;
    font-size: 0.9em;
  }
  .top-flow-list > li {
    font-size: 0.9em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .top-flow-list > li > a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 2em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.6em;
    text-align: left;
  }
  .top-flow-list > li > a::before {
    width: 1em;
    right: 0.5em;
  }
  .top-flow-list > li > a::after {
    width: 0.35em;
    right: 0.5em;
  }
  .top-flow-list > li em {
    position: relative;
    top: 0.5em;
    padding: 0.5em 0.8em 0.4em;
    margin-right: 8px;
  }
  .top-flow-list > li:hover > a::before,
  .top-flow-list > li:hover > a::after {
    right: 0.2em;
  }
}