@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&family=Kosugi+Maru&family=Noto+Sans&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
body {
  background: #FDF4EA;
  position: relative;
}

body ::-webkit-scrollbar {
  display: none;
}

body a {
  text-decoration: unset;
  cursor: pointer;
  color: #000;
}

@media screen and (min-width: 767px) {
  body a.btn {
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
  }
}

body a.btn {
  background: #49A7CE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  max-width: 440px;
  width: 100%;
  height: 65px;
  font-size: 18px;
  color: #fff;
  font-family: 'Kosugi Maru', sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
}

body a.btn + .btn {
  margin-top: 50px;
}

body a.btn:before {
  content: '';
  position: absolute;
  left: 36px;
  overflow: hidden;
  text-indent: -9999px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: transparent;
  border-radius: 100%;
  -webkit-box-shadow: #FCDCB7 -8px -8px 0 3px, #fff 8px -8px 0 3px, #fff 8px 8px 0 3px, #fff -8px 8px 0 3px;
          box-shadow: #FCDCB7 -8px -8px 0 3px, #fff 8px -8px 0 3px, #fff 8px 8px 0 3px, #fff -8px 8px 0 3px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

body a.btn:hover {
  background: #005071;
}

body a.btn:hover:before {
  -webkit-animation: dots-loader 5s infinite ease-in-out;
          animation: dots-loader 5s infinite ease-in-out;
}

@-webkit-keyframes dots-loader {
  0% {
    -webkit-box-shadow: #FCDCB7 -8px -8px 0 3px, #fff 8px -8px 0 3px, #fff 8px 8px 0 3px, #fff -8px 8px 0 3px;
            box-shadow: #FCDCB7 -8px -8px 0 3px, #fff 8px -8px 0 3px, #fff 8px 8px 0 3px, #fff -8px 8px 0 3px;
  }
  8.33% {
    -webkit-box-shadow: #FCDCB7 8px -8px 0 3px, #fff 8px -8px 0 3px, #fff 8px 8px 0 3px, #fff -8px 8px 0 3px;
            box-shadow: #FCDCB7 8px -8px 0 3px, #fff 8px -8px 0 3px, #fff 8px 8px 0 3px, #fff -8px 8px 0 3px;
  }
  16.67% {
    -webkit-box-shadow: #FCDCB7 8px 8px 0 3px, #fff 8px 8px 0 3px, #fff 8px 8px 0 3px, #fff -8px 8px 0 3px;
            box-shadow: #FCDCB7 8px 8px 0 3px, #fff 8px 8px 0 3px, #fff 8px 8px 0 3px, #fff -8px 8px 0 3px;
  }
  25% {
    -webkit-box-shadow: #FCDCB7 -8px 8px 0 3px, #fff -8px 8px 0 3px, #fff -8px 8px 0 3px, #fff -8px 8px 0 3px;
            box-shadow: #FCDCB7 -8px 8px 0 3px, #fff -8px 8px 0 3px, #fff -8px 8px 0 3px, #fff -8px 8px 0 3px;
  }
  33.33% {
    -webkit-box-shadow: #FCDCB7 -8px -8px 0 3px, #fff -8px 8px 0 3px, #fff -8px -8px 0 3px, #fff -8px -8px 0 3px;
            box-shadow: #FCDCB7 -8px -8px 0 3px, #fff -8px 8px 0 3px, #fff -8px -8px 0 3px, #fff -8px -8px 0 3px;
  }
  41.67% {
    -webkit-box-shadow: #FCDCB7 8px -8px 0 3px, #fff -8px 8px 0 3px, #fff -8px -8px 0 3px, #fff 8px -8px 0 3px;
            box-shadow: #FCDCB7 8px -8px 0 3px, #fff -8px 8px 0 3px, #fff -8px -8px 0 3px, #fff 8px -8px 0 3px;
  }
  50% {
    -webkit-box-shadow: #FCDCB7 8px 8px 0 3px, #fff -8px 8px 0 3px, #fff -8px -8px 0 3px, #fff 8px -8px 0 3px;
            box-shadow: #FCDCB7 8px 8px 0 3px, #fff -8px 8px 0 3px, #fff -8px -8px 0 3px, #fff 8px -8px 0 3px;
  }
  58.33% {
    -webkit-box-shadow: #FCDCB7 -8px 8px 0 3px, #fff -8px 8px 0 3px, #fff -8px -8px 0 3px, #fff 8px -8px 0 3px;
            box-shadow: #FCDCB7 -8px 8px 0 3px, #fff -8px 8px 0 3px, #fff -8px -8px 0 3px, #fff 8px -8px 0 3px;
  }
  66.67% {
    -webkit-box-shadow: #FCDCB7 -8px -8px 0 3px, #fff -8px -8px 0 3px, #fff -8px -8px 0 3px, #fff 8px -8px 0 3px;
            box-shadow: #FCDCB7 -8px -8px 0 3px, #fff -8px -8px 0 3px, #fff -8px -8px 0 3px, #fff 8px -8px 0 3px;
  }
  75% {
    -webkit-box-shadow: #FCDCB7 8px -8px 0 3px, #fff 8px -8px 0 3px, #fff 8px -8px 0 3px, #fff 8px -8px 0 3px;
            box-shadow: #FCDCB7 8px -8px 0 3px, #fff 8px -8px 0 3px, #fff 8px -8px 0 3px, #fff 8px -8px 0 3px;
  }
  83.33% {
    -webkit-box-shadow: #FCDCB7 8px 8px 0 3px, #fff 8px -8px 0 3px, #fff 8px 8px 0 3px, #fff 8px 8px 0 3px;
            box-shadow: #FCDCB7 8px 8px 0 3px, #fff 8px -8px 0 3px, #fff 8px 8px 0 3px, #fff 8px 8px 0 3px;
  }
  91.67% {
    -webkit-box-shadow: #FCDCB7 -8px 8px 0 3px, #fff 8px -8px 0 3px, #fff 8px 8px 0 3px, #fff -8px 8px 0 3px;
            box-shadow: #FCDCB7 -8px 8px 0 3px, #fff 8px -8px 0 3px, #fff 8px 8px 0 3px, #fff -8px 8px 0 3px;
  }
  100% {
    -webkit-box-shadow: #FCDCB7 -8px -8px 0 3px, #fff 8px -8px 0 3px, #fff 8px 8px 0 3px, #fff -8px 8px 0 3px;
            box-shadow: #FCDCB7 -8px -8px 0 3px, #fff 8px -8px 0 3px, #fff 8px 8px 0 3px, #fff -8px 8px 0 3px;
  }
}

@keyframes dots-loader {
  0% {
    -webkit-box-shadow: #FCDCB7 -8px -8px 0 3px, #fff 8px -8px 0 3px, #fff 8px 8px 0 3px, #fff -8px 8px 0 3px;
            box-shadow: #FCDCB7 -8px -8px 0 3px, #fff 8px -8px 0 3px, #fff 8px 8px 0 3px, #fff -8px 8px 0 3px;
  }
  8.33% {
    -webkit-box-shadow: #FCDCB7 8px -8px 0 3px, #fff 8px -8px 0 3px, #fff 8px 8px 0 3px, #fff -8px 8px 0 3px;
            box-shadow: #FCDCB7 8px -8px 0 3px, #fff 8px -8px 0 3px, #fff 8px 8px 0 3px, #fff -8px 8px 0 3px;
  }
  16.67% {
    -webkit-box-shadow: #FCDCB7 8px 8px 0 3px, #fff 8px 8px 0 3px, #fff 8px 8px 0 3px, #fff -8px 8px 0 3px;
            box-shadow: #FCDCB7 8px 8px 0 3px, #fff 8px 8px 0 3px, #fff 8px 8px 0 3px, #fff -8px 8px 0 3px;
  }
  25% {
    -webkit-box-shadow: #FCDCB7 -8px 8px 0 3px, #fff -8px 8px 0 3px, #fff -8px 8px 0 3px, #fff -8px 8px 0 3px;
            box-shadow: #FCDCB7 -8px 8px 0 3px, #fff -8px 8px 0 3px, #fff -8px 8px 0 3px, #fff -8px 8px 0 3px;
  }
  33.33% {
    -webkit-box-shadow: #FCDCB7 -8px -8px 0 3px, #fff -8px 8px 0 3px, #fff -8px -8px 0 3px, #fff -8px -8px 0 3px;
            box-shadow: #FCDCB7 -8px -8px 0 3px, #fff -8px 8px 0 3px, #fff -8px -8px 0 3px, #fff -8px -8px 0 3px;
  }
  41.67% {
    -webkit-box-shadow: #FCDCB7 8px -8px 0 3px, #fff -8px 8px 0 3px, #fff -8px -8px 0 3px, #fff 8px -8px 0 3px;
            box-shadow: #FCDCB7 8px -8px 0 3px, #fff -8px 8px 0 3px, #fff -8px -8px 0 3px, #fff 8px -8px 0 3px;
  }
  50% {
    -webkit-box-shadow: #FCDCB7 8px 8px 0 3px, #fff -8px 8px 0 3px, #fff -8px -8px 0 3px, #fff 8px -8px 0 3px;
            box-shadow: #FCDCB7 8px 8px 0 3px, #fff -8px 8px 0 3px, #fff -8px -8px 0 3px, #fff 8px -8px 0 3px;
  }
  58.33% {
    -webkit-box-shadow: #FCDCB7 -8px 8px 0 3px, #fff -8px 8px 0 3px, #fff -8px -8px 0 3px, #fff 8px -8px 0 3px;
            box-shadow: #FCDCB7 -8px 8px 0 3px, #fff -8px 8px 0 3px, #fff -8px -8px 0 3px, #fff 8px -8px 0 3px;
  }
  66.67% {
    -webkit-box-shadow: #FCDCB7 -8px -8px 0 3px, #fff -8px -8px 0 3px, #fff -8px -8px 0 3px, #fff 8px -8px 0 3px;
            box-shadow: #FCDCB7 -8px -8px 0 3px, #fff -8px -8px 0 3px, #fff -8px -8px 0 3px, #fff 8px -8px 0 3px;
  }
  75% {
    -webkit-box-shadow: #FCDCB7 8px -8px 0 3px, #fff 8px -8px 0 3px, #fff 8px -8px 0 3px, #fff 8px -8px 0 3px;
            box-shadow: #FCDCB7 8px -8px 0 3px, #fff 8px -8px 0 3px, #fff 8px -8px 0 3px, #fff 8px -8px 0 3px;
  }
  83.33% {
    -webkit-box-shadow: #FCDCB7 8px 8px 0 3px, #fff 8px -8px 0 3px, #fff 8px 8px 0 3px, #fff 8px 8px 0 3px;
            box-shadow: #FCDCB7 8px 8px 0 3px, #fff 8px -8px 0 3px, #fff 8px 8px 0 3px, #fff 8px 8px 0 3px;
  }
  91.67% {
    -webkit-box-shadow: #FCDCB7 -8px 8px 0 3px, #fff 8px -8px 0 3px, #fff 8px 8px 0 3px, #fff -8px 8px 0 3px;
            box-shadow: #FCDCB7 -8px 8px 0 3px, #fff 8px -8px 0 3px, #fff 8px 8px 0 3px, #fff -8px 8px 0 3px;
  }
  100% {
    -webkit-box-shadow: #FCDCB7 -8px -8px 0 3px, #fff 8px -8px 0 3px, #fff 8px 8px 0 3px, #fff -8px 8px 0 3px;
            box-shadow: #FCDCB7 -8px -8px 0 3px, #fff 8px -8px 0 3px, #fff 8px 8px 0 3px, #fff -8px 8px 0 3px;
  }
}

body a.btn.return {
  background: #C9C9C9;
  color: #000;
}

@media screen and (max-width: 749px) {
  body a.btn {
    height: 50px;
    width: 73.33vw;
    font-size: 14px;
    border-radius: 2.5px;
    -webkit-box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.16);
            box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.16);
  }
  body a.btn + .btn {
    margin-top: 13.33vw;
  }
  body a.btn:before {
    left: 30px;
    -webkit-box-shadow: #FCDCB7 -7px -7px 0 2px, #fff 7px -7px 0 2px, #fff 7px 7px 0 2px, #fff -7px 7px 0 2px;
            box-shadow: #FCDCB7 -7px -7px 0 2px, #fff 7px -7px 0 2px, #fff 7px 7px 0 2px, #fff -7px 7px 0 2px;
  }
  body a.btn.break {
    height: 70px;
    text-align: center;
    line-height: 1.5;
  }
}

body p {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

body ul, body li {
  list-style: none;
}

body dl, body table {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

body table {
  border-collapse: collapse;
  display: table;
}

body table tr th {
  font-weight: normal;
  width: 90px;
  padding-right: 10px;
  padding-bottom: 10px;
  position: relative;
}

body table tr th:before {
  position: absolute;
  right: 10px;
  content: '：';
}

body table tr th, body table tr td {
  vertical-align: top;
  padding-bottom: 5px;
}

body .flex {
  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;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

body img {
  display: block;
}

@media screen and (max-width: 767px) {
  body .sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  body .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  body .sp_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 768px) {
  body .sp_flex {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  body .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  body .pc {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  body .pc_flex {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  body .pc_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

body .inner {
  max-width: 1240px;
  margin: 0 auto;
}

body section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body header {
  background: #FDF4EA;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 20px 0;
}

body header ul {
  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;
}

body header > ul {
  max-width: 1240px;
  height: 60px;
  margin: 0 auto;
}

body header > ul ul {
  margin: 0 auto;
  margin-right: 60px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

body header > ul ul li a {
  color: #000;
  display: block;
  min-width: 120px;
  font-family: 'Kosugi Maru', sans-serif;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

body header > ul ul li a:hover {
  opacity: .5;
}

body header > ul > li#menu_box {
  background: #49A7CE;
  border-radius: 3px;
  width: 60px;
  height: 60px;
  padding-top: 14px;
  text-align: center;
  cursor: pointer;
}

body header > ul > li#menu_box .menus {
  width: 30px;
  height: 16px;
  margin: 0 auto 8px;
}

body header > ul > li#menu_box .menus span {
  width: 100%;
  display: block;
  border-top: 4px solid #fff;
  border-radius: 4px;
}

body header > ul > li#menu_box .menus span:not(:last-child) {
  margin-bottom: 4px;
}

body header > ul > li#menu_box .toggle {
  position: relative;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body header > ul > li#menu_box .toggle * {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  position: absolute;
}

@media screen and (max-width: 767px) {
  body header {
    padding: 15px 25px 15px 30px;
  }
  body header ul li.logo a img {
    width: 123.5px;
  }
  body header > ul {
    max-width: 100%;
    height: 40px;
  }
  body header > ul ul {
    margin-right: 0;
  }
  body header > ul ul li a {
    min-width: 120px;
  }
  body header > ul > ul {
    display: none;
  }
  body header > ul > li#menu_box {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }
  body header > ul > li#menu_box .menus {
    width: 18px;
    height: 12px;
    margin: 0 auto;
  }
  body header > ul > li#menu_box .menus span {
    border-top: 2px solid #fff;
  }
  body header > ul > li#menu_box .menus span:not(:last-child) {
    margin-bottom: 3px;
  }
  body header > ul > li#menu_box .toggle {
    height: 18px;
  }
  body header > ul > li#menu_box .toggle * {
    font-size: 10px;
    letter-spacing: -0.5px;
  }
}

body #slide_menu {
  background: #161616;
  max-width: 840px;
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 300;
  padding: 120px 80px;
  height: 100%;
  padding-right: 0;
  overflow-y: auto;
  -ms-overflow-style: none;
  -webkit-transition: 1s;
  transition: 1s;
  right: -850px;
  opacity: 0;
}

body #slide_menu * {
  color: #fff;
}

body #slide_menu #close {
  position: absolute;
  right: 135px;
  top: 35px;
  cursor: pointer;
}

body #slide_menu #close .menus {
  width: 30px;
  height: 17px;
  margin: 0 auto;
}

body #slide_menu #close .menus span {
  width: 100%;
  display: block;
  border-top: 4px solid #fff;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

body #slide_menu #close .menus span:nth-child(1) {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

body #slide_menu #close .menus span:nth-child(2) {
  -webkit-transform: rotate(155deg);
          transform: rotate(155deg);
}

body #slide_menu #close .close {
  font-size: 12px;
  font-family: 'Noto Sans', sans-serif;
}

body #slide_menu .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 25px;
}

body #slide_menu .flex ul li a {
  font-family: 'Kosugi Maru', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: .3s;
  transition: .3s;
}

body #slide_menu .flex ul li a:hover {
  opacity: .5;
}

body #slide_menu .flex ul ul {
  padding-left: 1rem;
}

body #slide_menu .flex .left {
  margin-right: 40px;
}

body #slide_menu .flex .left a {
  height: 40px;
}

body #slide_menu .flex .right {
  margin: 40px 0 0;
  padding-bottom: 45px;
  padding-left: 35px;
  position: relative;
}

body #slide_menu .flex .right:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 1px;
  height: 100%;
  background: #fff;
}

body #slide_menu .flex .right a {
  height: 37px;
}

body #slide_menu .company_date p.chokumo {
  margin-bottom: 6px;
}

body #slide_menu .company_date address, body #slide_menu .company_date .tel a {
  font-size: 14px;
  line-height: 1.71429;
}

body #slide_menu .btn {
  margin-top: 70px;
}

body #slide_menu.show {
  right: 0;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  body #slide_menu {
    max-width: 100%;
    padding: 25.33vw 25px 16vw;
    padding-right: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  body #slide_menu #close {
    right: 30px;
    top: 27px;
    width: 30px;
    height: 30px;
    text-align: center;
  }
  body #slide_menu #close .menus span {
    border-top: 2px solid #fff;
    width: calc(100% - 5px);
    left: 2.5px;
  }
  body #slide_menu #close .close {
    font-size: 10px;
    letter-spacing: -0.5px;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  body #slide_menu .flex {
    margin-bottom: 20px;
  }
  body #slide_menu .flex ul li a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body #slide_menu .flex ul ul {
    padding-left: 20px;
    font-size: 12px;
    margin-top: 30px;
  }
  body #slide_menu .flex ul ul li:not(:last-child) {
    margin-bottom: 18.5px;
  }
  body #slide_menu .flex > ul a {
    height: auto;
  }
  body #slide_menu .flex > ul > li {
    margin-bottom: 44px;
  }
  body #slide_menu .flex > ul > li:nth-child(1) {
    margin-bottom: 35px;
  }
  body #slide_menu .flex > ul > li ul {
    margin: 30px 0;
    display: none;
  }
  body #slide_menu .btn {
    margin-top: 40px;
  }
  body #slide_menu .trigger {
    position: relative;
  }
  body #slide_menu .trigger .toggle {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: -7px;
  }
  body #slide_menu .trigger .toggle:before, body #slide_menu .trigger .toggle:after {
    position: absolute;
    content: '';
    background: #fff;
  }
  body #slide_menu .trigger .toggle:before {
    width: 100%;
    height: 3px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  body #slide_menu .trigger .toggle:after {
    width: 3px;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  body #slide_menu .trigger .content {
    padding: 0 20px;
    cursor: pointer;
  }
  body #slide_menu .trigger .content.is-open {
    display: block;
  }
  body #slide_menu .trigger.is-active .toggle:after {
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}

body a#PageTop {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 120px;
  bottom: 100px;
  z-index: 100;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #49A7CE;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (max-width: 767px) {
  body a#PageTop {
    width: 40px;
    height: 40px;
    font-size: 14px;
    right: 35px;
    bottom: 138.8vw;
  }
}

body a#PageTop.show {
  opacity: 1;
  pointer-events: auto;
}

body a#PageTop.bottom {
  color: #000;
  background: #fff;
  position: absolute;
  bottom: 410px;
}

body footer {
  background: #000;
  padding: 40px 0 22px;
  position: relative;
}

body footer * {
  color: #fff;
}

body footer a {
  -webkit-transition: .3s;
  transition: .3s;
}

body footer a:hover {
  opacity: .5;
}

body footer .flex {
  max-width: 960px;
  margin: 0 auto;
}

body footer .flex .company_date > a {
  display: block;
  margin-left: -12px;
}

body footer .flex .item p.map a {
  line-height: 1.5;
  color: #71CFFF;
  text-decoration: underline;
}

body footer .flex .item ul li a {
  font-family: 'Kosugi Maru', sans-serif;
  line-height: 3.125;
  display: block;
}

body footer .flex .item.sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

body footer .flex .item.sitemap ul {
  width: 200px;
}

body footer .flex .copy {
  width: 100%;
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  line-height: 1;
  margin-top: 165px;
}

@media screen and (max-width: 767px) {
  body footer {
    padding: 16vw 25px;
  }
  body footer .flex {
    max-width: 100%;
  }
  body footer .flex .company_date {
    padding-top: 0;
    border-top: unset;
  }
  body footer .flex .company_date p.chokumo {
    margin-bottom: 20px;
  }
  body footer .flex .item p.map a {
    line-height: 1.5;
  }
  body footer .flex .item ul li a {
    line-height: 2.35714;
  }
  body footer .flex .item.sitemap {
    margin-top: 12.67vw;
  }
  body footer .flex .item.sitemap ul {
    width: 50%;
    font-size: 14px;
  }
  body footer .flex .copy {
    margin-top: 3.33vw;
    font-size: 14px;
  }
}

body .company_date p.chokumo {
  font-size: 24px;
  font-weight: bold;
  margin: 14px 0 40px;
}

body .company_date p.map a {
  line-height: 1.5;
  color: #71CFFF;
  text-decoration: underline;
}

body .company_date address {
  line-height: 1.5;
  font-style: normal;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

body .company_date .tel * {
  line-height: 1.5;
}

body .company_date ul li a {
  font-family: 'Kosugi Maru', sans-serif;
  line-height: 3.125;
  display: block;
}

body .company_date.sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .company_date.sitemap ul {
  width: 200px;
}

@media screen and (max-width: 767px) {
  body .company_date {
    padding-top: 40px;
    border-top: 1px solid #fff;
  }
  body .company_date a img {
    width: 36.27vw;
  }
  body .company_date p.chokumo {
    font-size: 16px;
    margin: 40px 0 30px;
  }
  body .company_date address, body .company_date .tel, body .company_date .tel a, body .company_date .map, body .company_date .map a {
    font-size: 12px !important;
    line-height: 1.75 !important;
  }
  body .company_date address a {
    color: #71CFFF !important;
    text-decoration: underline;
  }
}

body .copy {
  width: 100%;
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  line-height: 1;
  margin-top: 165px;
}

body #bg {
  position: fixed;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 200;
}

body #bg.show {
  opacity: 1;
  pointer-events: auto;
}

body.on {
  overflow: hidden;
}

body.on header > ul ul {
  opacity: 0;
  pointer-events: none;
}

body#top {
  padding-top: 100px;
}

body#top article {
  margin-top: 130px;
}

body#top article .sections.white {
  background: #fff;
}

body#top article .sections .inner {
  padding: 80px 0;
}

body#top article .sections .inner h1 {
  font-size: 32px;
  line-height: 1.5;
  font-family: 'Kiwi Maru', serif;
  font-weight: 300;
  margin-bottom: 25px;
}

body#top article .sections .inner .head_h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

body#top article .sections .inner .head_h2 span {
  display: block;
  font-size: 24px;
}

body#top article .sections .inner .head_h2 span.ja {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  line-height: 1.58333;
  margin-bottom: 35px;
}

body#top article .sections .inner .head_h2 span.en {
  color: #060606;
  font-weight: 100;
  font-family: 'Noto Sans', sans-serif;
  line-height: 1.375;
  margin-bottom: 25px;
}

body#top article .sections .inner .head_h2 span.Bahnschrift {
  font-size: 72px;
  font-family: Bahnschrift, sans-serif;
  line-height: 1.38889;
  color: #000;
  margin-bottom: 12px;
}

body#top article .sections .inner .head_h2.center {
  text-align: center;
}

body#top article .sections .inner .head_h2.center .ja {
  margin-bottom: 60px;
}

body#top article .sections .inner .head_h2.center + p {
  text-align: center;
  font-size: 14px;
  line-height: 2.28571;
  margin: 0 auto;
}

body#top article .sections .inner .head_h2.reverse {
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body#top article .sections .inner .head_h2.reverse span.ja {
  margin-bottom: 18px;
}

body#top article .sections .inner .head_h2.reverse span.en {
  font-size: 16px;
  margin: 0;
}

body#top article .sections .inner .bnr_box {
  max-width: 1000px;
  margin: 0 auto;
}

body#top article .sections .inner .bnr_box .flex a {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  height: 160px;
  color: #000;
  position: relative;
}

body#top article .sections .inner .bnr_box .flex a:before {
  position: absolute;
  content: '';
  background: url(../img/icon/arrow.svg) no-repeat;
  width: 10px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

body#top article .sections .inner .bnr_box .flex a .thumbnail {
  width: 202px;
  height: 160px;
  border-radius: 5px 0 0 5px;
}

body#top article .sections .inner .bnr_box .flex a .thumbnail .fitting {
  overflow: hidden;
  border-radius: inherit;
}

body#top article .sections .inner .bnr_box .flex a .thumbnail .fitting img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  border-radius: inherit;
}

body#top article .sections .inner .bnr_box .flex a:hover .thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body#top article .sections .inner .bnr_box .flex a .ttl_box {
  padding-top: 42px;
  padding-left: 20px;
}

body#top article .sections .inner .bnr_box .flex a .ttl_box * {
  display: block;
}

body#top article .sections .inner .bnr_box .flex a .ttl_box .ttl {
  font-size: 14px;
  line-height: 1.21429;
  font-family: 'Kosugi Maru', sans-serif;
  margin-bottom: 6px;
}

body#top article .sections .inner .bnr_box .flex a .ttl_box .en {
  font-size: 36px;
  line-height: 1.36111;
  font-family: 'Noto Sans', sans-serif;
}

body#top article .sections .inner > p {
  font-size: 14px;
  line-height: 2;
  max-width: 680px;
}

body#top article .sections#main .inner {
  padding: 0 0 170px;
}

body#top article .sections#main .inner p.en {
  font-family: 'Noto Sans', sans-serif;
}

body#top article .sections#main .inner p.en + p {
  margin-top: 45px;
}

body#top article .sections#works .inner {
  padding-top: 0;
}

body#top article .sections#works .inner .work_list {
  margin-top: 75px;
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: 2fr 1fr 1fr;
      grid-template-columns: 2fr 1fr 1fr;
}

body#top article .sections#works .inner .work_list li .thumbnail {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
  width: 100%;
  height: 200px;
}

body#top article .sections#works .inner .work_list li .thumbnail .fitting {
  overflow: hidden;
  height: inherit;
}

body#top article .sections#works .inner .work_list li .thumbnail .fitting img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

body#top article .sections#works .inner .work_list li:hover .thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body#top article .sections#works .inner .work_list li .txt .ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

body#top article .sections#works .inner .work_list li:first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
}

body#top article .sections#works .inner .work_list li:first-child .thumbnail {
  height: 370px;
}

body#top article .sections#works .inner .btn {
  margin-top: 50px;
}

body#top article .sections#works.new .inner {
  padding: 120px 0;
}

body#top article .sections#works.new .inner .work_list {
  margin-top: 70px;
  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;
  gap: unset;
  -ms-grid-columns: unset;
      grid-template-columns: unset;
}

body#top article .sections#works.new .inner .work_list li {
  width: 29%;
  margin-bottom: 40px;
}

body#top article .sections#works.new .inner .work_list li:first-child {
  grid-row: unset;
}

body#top article .sections#works.new .inner .work_list li .thumbnail {
  height: 240px !important;
}

body#top article .sections#works.new .inner .work_list li .thumbnail .fitting img {
  width: 100%;
}

body#top article .sections#works.new .inner .work_list li:hover .thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body#top article .sections#works.new .inner .btn {
  margin-top: 70px;
}

body#top article .sections#made .inner {
  padding: 50px 0 95px;
}

body#top article .sections#made .inner .work_list {
  margin-top: 50px;
  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;
}

body#top article .sections#made .inner .work_list li {
  width: 29.03%;
  margin-bottom: 50px;
}

body#top article .sections#made .inner .work_list li * {
  color: #000;
}

body#top article .sections#made .inner .work_list li .txt .ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

body#top article .sections#made .inner .work_list li a .thumbnail {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
  width: 100%;
  height: 240px;
}

body#top article .sections#made .inner .work_list li a .thumbnail .fitting {
  overflow: hidden;
  height: inherit;
}

body#top article .sections#made .inner .work_list li a .thumbnail .fitting img {
  height: inherit;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

body#top article .sections#made .inner .work_list li a:hover .thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body#top article .sections#made .inner .btn {
  margin-top: 45px;
}

body#top article .sections#made + #banner .inner {
  padding: 35px 0 120px;
}

body#top article .sections#about .inner .btn {
  margin-top: 95px;
}

body#top article .sections#service .inner {
  padding: 50px 0 95px;
  max-width: 1160px;
}

body#top article .sections#service .inner .head_h2.center .ja {
  margin-bottom: 90px;
}

body#top article .sections#service .inner > p {
  margin: 0 auto;
}

body#top article .sections#service .inner .flex .item {
  width: 44.82%;
}

body#top article .sections#service .inner .flex .item .thumbnail {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
  margin-bottom: 40px;
  width: 100%;
  height: 320px;
}

body#top article .sections#service .inner .flex .item .thumbnail .fitting {
  overflow: hidden;
}

body#top article .sections#service .inner .flex .item .thumbnail .fitting img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

body#top article .sections#service .inner .flex .item:hover .thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body#top article .sections#service .inner .flex .item .txt .head_h2,
body#top article .sections#service .inner .flex .item .txt .head_h3 {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 24px;
  margin-bottom: 18px;
}

body#top article .sections#service .inner .flex .item .txt p {
  font-size: 14px;
  line-height: 2;
}

body#top article .sections#service .inner .btn {
  margin-top: 110px;
}

body#top article .sections#schedule .inner .btn, body#top article .sections#cost .inner .btn {
  margin-left: 80px;
  margin-top: 50px;
}

body#top article .sections#cost .inner {
  padding: 50px 0 95px;
}

body#top article .sections#staff {
  padding-bottom: 95px;
}

body#top article .sections#staff .inner {
  padding: 60px 0 0;
}

body#top article .sections#staff .inner .head_h2 + p {
  max-width: 840px;
  font-size: 16px;
}

body#top article .sections#staff .slider {
  margin: 60px 0 80px;
}

body#top article .sections#staff .slider a {
  display: block;
  position: relative;
}

body#top article .sections#staff .slider a .date {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  background: rgba(0, 0, 0, 0.6);
}

body#top article .sections#staff .slider a .date p span {
  color: #fff;
  display: block;
  line-height: 1;
  text-align: center;
}

body#top article .sections#staff .slider a .date p span.occupation {
  font-size: 14px;
  margin-bottom: 10px;
}

body#top article .sections#staff .slider a .date p span.name {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Noto Sans', sans-serif;
}

body#top article .sections#staff .slider a img {
  width: 21.62vw !important;
  height: auto;
}

body#top article .sections#staff .slider a:hover .date {
  opacity: 1;
}

body#top article .sections#sales .inner {
  padding-bottom: 120px;
}

body#top article .sections#contact {
  background: #4B4C49;
}

body#top article .sections#contact .inner {
  padding: 80px 0;
}

body#top article .sections#contact .inner * {
  color: #fff;
}

body#top article .sections#contact .inner .head_h2 {
  text-align: center;
  margin-bottom: 65px;
}

body#top article .sections#contact .inner .flex {
  border: 1px solid #fff;
  padding: 35px 80px 40px;
  border-radius: 6px;
}

body#top article .sections#contact .inner .flex .item {
  width: 100%;
}

body#top article .sections#contact .inner .flex .item p {
  line-height: 2;
}

body#top article .sections#contact .inner .flex .item.left {
  max-width: 440px;
}

body#top article .sections#contact .inner .flex .item.left .tel {
  font-size: 48px;
  font-family: 'Noto Sans', sans-serif;
  line-height: 1.35417;
  margin-bottom: 10px;
  display: block;
}

body#top article .sections#contact .inner .flex .item.left .hours,
body#top article .sections#contact .inner .flex .item.left .caution {
  padding-left: 40px;
}

body#top article .sections#contact .inner .flex .item.left .hours {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  body#top article .sections#contact .inner .flex .item.left .hours .pc {
    display: inline-block !important;
  }
}

body#top article .sections#contact .inner .flex .item.left .caution {
  font-size: 12px;
}

body#top article .sections#contact .inner .flex .item.right {
  max-width: 600px;
}

body#top article .sections#contact .inner .flex .item.right .btn {
  margin-top: 25px;
}

body#top article .sections#banner .inner {
  padding: 130px 0 120px;
}

@media screen and (max-width: 767px) {
  body#top {
    padding-top: 70px;
  }
  body#top article {
    margin-top: 14.67vw;
  }
  body#top article .sections .inner {
    padding: 16vw 25px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  body#top article .sections .inner h1 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  body#top article .sections .inner .head_h2 span {
    font-size: 21px;
  }
  body#top article .sections .inner .head_h2 span.ja {
    line-height: 1.59375;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
  }
  body#top article .sections .inner .head_h2 span.en {
    line-height: 1.35714;
    margin-bottom: 15px;
  }
  body#top article .sections .inner .head_h2 span.Bahnschrift {
    font-size: 42px;
    line-height: 1.40476;
    margin-bottom: 0;
  }
  body#top article .sections .inner .head_h2.center {
    text-align: left;
  }
  body#top article .sections .inner .head_h2.center .ja {
    margin-bottom: 10px;
  }
  body#top article .sections .inner .head_h2.center + p {
    text-align: left;
    line-height: 2;
  }
  body#top article .sections .inner .head_h2.reverse {
    margin-bottom: 20px;
  }
  body#top article .sections .inner .head_h2.reverse span.ja {
    margin-bottom: 8.5px;
  }
  body#top article .sections .inner .head_h2.reverse span.en {
    font-size: 10px;
  }
  body#top article .sections .inner .bnr_box {
    max-width: 100%;
  }
  body#top article .sections .inner .bnr_box .flex a {
    border-radius: 5px;
    -webkit-box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.16);
            box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 31.47vw;
  }
  body#top article .sections .inner .bnr_box .flex a:before {
    width: 7.5px;
    height: 7px;
    right: 15px;
    background: url(../img/icon/arrow.svg) no-repeat;
    background-size: contain;
  }
  body#top article .sections .inner .bnr_box .flex a .thumbnail {
    width: 40.00vw;
    height: 31.47vw;
    border-radius: 5px 0 0 5px;
  }
  body#top article .sections .inner .bnr_box .flex a .thumbnail .fitting {
    height: inherit;
  }
  body#top article .sections .inner .bnr_box .flex a .thumbnail .fitting img {
    height: inherit;
  }
  body#top article .sections .inner .bnr_box .flex a .ttl_box {
    padding-top: 42px;
    padding-left: 20px;
  }
  body#top article .sections .inner .bnr_box .flex a .ttl_box .ttl {
    font-size: 11px;
    line-height: 1.18182;
    margin-bottom: 6px;
  }
  body#top article .sections .inner .bnr_box .flex a .ttl_box .en {
    font-size: 18px;
  }
  body#top article .sections .inner .bnr_box .flex a:not(:first-child) {
    margin-top: 40px;
  }
  body#top article .sections .inner > p {
    font-size: 14px;
    max-width: 100%;
  }
  body#top article .sections#main .inner {
    padding: 0 25px 24vw !important;
  }
  body#top article .sections#main .inner p {
    font-size: 10px;
    line-height: 2.11111;
    letter-spacing: -0.3px;
  }
  body#top article .sections#main .inner p.en + p {
    margin-top: 45px;
  }
  body#top article .sections#works .inner {
    padding-top: 0 !important;
  }
  body#top article .sections#works .inner .work_list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: unset;
  }
  body#top article .sections#works .inner .work_list li {
    width: 100%;
  }
  body#top article .sections#works .inner .work_list li .thumbnail {
    margin-bottom: 20px;
    width: 100%;
    height: 57.2vw;
  }
  body#top article .sections#works .inner .work_list li .txt .ttl {
    font-size: 16px;
  }
  body#top article .sections#works .inner .work_list li:first-child .thumbnail {
    height: 57.20vw;
  }
  body#top article .sections#works .inner .work_list li:not(:first-child) {
    margin-top: 20px;
  }
  body#top article .sections#works .inner .btn {
    margin-top: 35px;
  }
  body#top article .sections#works.new .inner {
    padding: 16vw 25px !important;
  }
  body#top article .sections#works.new .inner .work_list {
    margin-top: 30px;
  }
  body#top article .sections#works.new .inner .work_list li {
    width: 100%;
    margin-bottom: 0;
  }
  body#top article .sections#works.new .inner .work_list li .thumbnail {
    height: 57.2vw !important;
  }
  body#top article .sections#works.new .inner .work_list li .thumbnail .fitting {
    height: inherit;
  }
  body#top article .sections#works.new .inner .work_list li .thumbnail .fitting img {
    height: inherit;
  }
  body#top article .sections#works.new .inner .btn {
    margin-top: 35px;
  }
  body#top article .sections#made .inner .work_list {
    margin-top: 30px;
  }
  body#top article .sections#made .inner .work_list li {
    width: 100%;
    margin-bottom: 20px;
  }
  body#top article .sections#made .inner .work_list li .txt .ttl {
    font-size: 16px;
  }
  body#top article .sections#made .inner .work_list li a .thumbnail {
    margin-bottom: 17px;
    height: 57.73vw;
  }
  body#top article .sections#made .inner .btn {
    margin-top: 0;
  }
  body#top article .sections#made + #banner .inner {
    padding: 35px 0 120px;
  }
  body#top article .sections#about .inner {
    padding-bottom: 0 !important;
  }
  body#top article .sections#about .inner .btn {
    margin-top: 32.5px;
  }
  body#top article .sections#service .inner .head_h2.center .ja {
    margin-bottom: 40px;
  }
  body#top article .sections#service .inner .flex .item {
    width: 100%;
  }
  body#top article .sections#service .inner .flex .item .thumbnail {
    -webkit-box-shadow: 0px 1.5px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 1.5px 3px rgba(0, 0, 0, 0.16);
    margin-bottom: 15px;
    height: auto;
  }
  body#top article .sections#service .inner .flex .item .thumbnail .fitting img {
    height: 53.33vw;
  }
  body#top article .sections#service .inner .flex .item .txt .head_h2,
  body#top article .sections#service .inner .flex .item .txt .head_h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  body#top article .sections#service .inner .flex .item + .item {
    margin-top: 15vw;
  }
  body#top article .sections#service .inner .btn {
    margin-top: 14.67vw;
  }
  body#top article .sections#schedule .inner .btn, body#top article .sections#cost .inner .btn {
    margin-left: auto;
    margin-top: 30px;
  }
  body#top article .sections#cost .inner {
    padding: 0 25px 16vw !important;
  }
  body#top article .sections#staff {
    padding-bottom: 16vw;
  }
  body#top article .sections#staff .inner {
    padding: 12vw 25px !important;
  }
  body#top article .sections#staff .inner .head_h2 + p {
    max-width: 100%;
    font-size: 14px;
  }
  body#top article .sections#staff .slider {
    margin: 0px 0 40px;
  }
  body#top article .sections#staff .slider a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  body#top article .sections#staff .slider a .date {
    opacity: 1;
    position: static;
    background: unset;
  }
  body#top article .sections#staff .slider a .date p span {
    color: #000;
  }
  body#top article .sections#staff .slider a .date p span.occupation {
    font-size: 10px;
  }
  body#top article .sections#staff .slider a .date p span.name {
    font-size: 14px;
  }
  body#top article .sections#staff .slider a img {
    width: 42.67vw !important;
    height: auto;
    margin-bottom: 10px;
  }
  body#top article .sections#sales .inner {
    padding-bottom: 16vw !important;
  }
  body#top article .sections#contact .inner .head_h2 {
    margin-bottom: 25px;
  }
  body#top article .sections#contact .inner .flex {
    border-radius: 3px;
    padding: 20px 15px 25px;
  }
  body#top article .sections#contact .inner .flex .item {
    width: 100%;
  }
  body#top article .sections#contact .inner .flex .item p {
    font-size: 14px;
  }
  body#top article .sections#contact .inner .flex .item.left {
    max-width: 100%;
    margin-bottom: 7.5px;
  }
  body#top article .sections#contact .inner .flex .item.left .tel {
    font-size: 27px;
    text-align: center;
    margin-bottom: 20px;
  }
  body#top article .sections#contact .inner .flex .item.left .hours, body#top article .sections#contact .inner .flex .item.left .caution {
    padding-left: 0;
  }
  body#top article .sections#contact .inner .flex .item.left .hours {
    padding: 0;
    font-size: 14px;
    line-height: 1.64286;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 20px;
  }
  body#top article .sections#contact .inner .flex .item.left .caution {
    font-size: 12px;
  }
  body#top article .sections#contact .inner .flex .item.right {
    max-width: 100%;
  }
  body#top article .sections#contact .inner .flex .item.right .btn {
    margin-top: 22.5px;
  }
}

@media screen and (max-width: 767px) {
  body#top.home article .sections#made .inner {
    padding-top: 0 !important;
  }
}

body#top.subpage article {
  margin-top: 5px;
}

body#top.subpage article #BreadCrumb {
  max-width: 1240px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body#top.subpage article #BreadCrumb * {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

body#top.subpage article #BreadCrumb li a {
  color: #71CFFF;
  line-height: 2;
}

body#top.subpage article #BreadCrumb li:not(:last-child) {
  position: relative;
  padding-right: 3rem;
}

body#top.subpage article #BreadCrumb li:not(:last-child):before {
  position: absolute;
  content: '＞';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
}

body#top.subpage article #pagenation {
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body#top.subpage article #pagenation > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#top.subpage article #pagenation > li#prev a img {
  -webkit-filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.16));
}

body#top.subpage article #pagenation > li#next a img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-filter: drop-shadow(-5px -5px 2px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(-5px -5px 2px rgba(0, 0, 0, 0.16));
}

body#top.subpage article #pagenation ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 380px;
  margin: 0 30px;
}

body#top.subpage article #pagenation ol li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: #fff;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  background: #49A7CE;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
  line-height: 1;
}

body#top.subpage article #pagenation ol li.current a {
  background: #A3ADB0;
}

body#top.subpage article .sections#main .inner p.en {
  font-size: 16px;
}

body#top.subpage article .sections#main .inner > .btn {
  margin-top: 100px;
}

body#top.subpage article .sections#about .inner {
  padding: 110px 0 120px;
}

body#top.subpage article .sections#about .inner .head_h2 .ja {
  line-height: 2;
}

body#top.subpage article .sections#about .inner .head_h2 + p {
  max-width: 680px;
  font-size: 14px;
  line-height: 2;
}

body#top.subpage article .sections#about .inner .bnr_box {
  margin: 110px auto 0;
}

body#top.subpage.about article .sections#main .inner {
  padding-bottom: 105px;
}

body#top.subpage.about article .sections#sou .inner {
  padding: 0 0 120px;
}

body#top.subpage.about article .sections#sou .inner .contents {
  margin-top: 25px;
}

body#top.subpage.about article .sections#sou .inner .contents .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body#top.subpage.about article .sections#sou .inner .contents .flex:not(:last-child) {
  margin-bottom: 40px;
}

body#top.subpage.about article .sections#sou .inner .contents .flex .sou {
  border: 2px solid #F3E6D6;
  width: 320px;
  height: 320px;
  font-weight: bold;
  color: #49A7CE;
  font-size: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-style: normal;
}

body#top.subpage.about article .sections#sou .inner .contents .flex .txt {
  max-width: 680px;
  margin-left: 40px;
  margin-top: 20px;
}

body#top.subpage.about article .sections#sou .inner .contents .flex .txt * {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

body#top.subpage.about article .sections#sou .inner .contents .flex .txt .head_h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

body#top.subpage.about article .sections#sou .inner .contents .flex .txt p {
  font-size: 14px;
  line-height: 2;
}

body#top.subpage.about article .sections#sou .inner .contents .flex .txt a {
  color: #71CFFF;
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
}

body#top.subpage.about article .sections#sou .inner .contents .flex .txt a:hover {
  opacity: .7;
}

body#top.subpage.about article .sections#service .inner {
  padding: 110px 0 120px;
}

body#top.subpage.about article .sections#service .inner .head_h2 .ja {
  margin-bottom: 45px;
}

body#top.subpage.about article .sections#service .inner > p {
  line-height: 2;
}

body#top.subpage.about article .sections#service .inner .flex {
  margin-top: 80px;
}

body#top.subpage.service article .sections#main .inner {
  padding-bottom: 0;
}

body#top.subpage.service article .sections#service .inner {
  padding: 110px 0;
}

body#top.subpage.web article .sections#main .inner {
  padding-bottom: 0;
}

body#top.subpage.web article .sections#main .inner .flex {
  margin-top: 100px;
}

body#top.subpage.web article .sections#main .inner .flex .item {
  max-width: 360px;
  width: 100%;
  padding: 40px;
  background: #fff;
  margin-bottom: 80px;
}

body#top.subpage.web article .sections#main .inner .flex .item .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

body#top.subpage.web article .sections#main .inner .flex .item .img_box img {
  display: block;
  margin: 0 auto;
}

body#top.subpage.web article .sections#main .inner .flex .item .head_h2 {
  margin-bottom: 25px;
  height: 70px;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

body#top.subpage.web article .sections#main .inner .flex .item .head_h2 span {
  font-size: 24px;
  text-align: center;
  display: block;
}

body#top.subpage.web article .sections#main .inner .flex .item p {
  font-size: 14px;
  line-height: 2;
}

body#top.subpage.web article .sections#main + .sections .inner {
  padding: 35px 0 105px;
}

body#top.subpage.web article .sections#main + .sections + .sections .inner {
  padding: 0 0 120px;
}

body#top.subpage.system article .sections .inner {
  padding-bottom: 0;
}

body#top.subpage.system article .sections .inner .contents {
  max-width: 1000px;
  margin: 0 auto;
}

body#top.subpage.system article .sections#main .inner {
  padding-bottom: 0;
}

body#top.subpage.system article .sections#issues .inner, body#top.subpage.system article .sections#solution .inner {
  padding-top: 105px;
}

body#top.subpage.system article .sections#issues .inner .head_h2.reverse span.ja, body#top.subpage.system article .sections#solution .inner .head_h2.reverse span.ja {
  margin-bottom: 10px;
}

body#top.subpage.system article .sections#issues .inner .contents {
  background: #fff;
  padding: 50px 90px;
}

body#top.subpage.system article .sections#issues .inner .contents li {
  position: relative;
  padding-left: 70px;
  font-family: 'Kiwi Maru', serif;
  font-size: 20px;
  line-height: 2.5;
}

body#top.subpage.system article .sections#issues .inner .contents li:before {
  position: absolute;
  content: '';
  background: url(../img/icon/electric.svg) no-repeat;
  width: 40px;
  height: 40px;
  left: 0;
  top: 2px;
}

body#top.subpage.system article .sections#issues .inner .contents li:not(:last-child) {
  margin-bottom: 5px;
}

body#top.subpage.system article .sections#solution .inner {
  padding-bottom: 120px;
}

body#top.subpage.system article .sections#solution .inner .contents {
  margin-top: 70px;
}

body#top.subpage.system article .sections#solution .inner .contents li {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body#top.subpage.system article .sections#solution .inner .contents li:not(:last-child) {
  margin-bottom: 40px;
}

body#top.subpage.system article .sections#solution .inner .contents li * {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

body#top.subpage.system article .sections#solution .inner .contents li .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 60px 0 50px;
}

body#top.subpage.system article .sections#solution .inner .contents li .txt {
  padding: 40px 80px 50px 0;
}

body#top.subpage.system article .sections#solution .inner .contents li .txt .head_h3 {
  font-size: 24px;
  line-height: 1.58333;
  margin-bottom: 15px;
}

body#top.subpage.system article .sections#solution .inner .contents li .txt p {
  font-size: 14px;
  line-height: 2;
}

body#top.subpage.staff article .sections#main .inner {
  padding-bottom: 40px;
}

body#top.subpage.staff article .sections#main .inner .contents {
  margin-top: 115px;
}

body#top.subpage.staff article .sections#main .inner .contents .flex a {
  display: block;
  position: relative;
  margin-bottom: 80px;
  max-width: 360px;
  width: 100%;
}

body#top.subpage.staff article .sections#main .inner .contents .flex a .date {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: inherit;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  background: rgba(0, 0, 0, 0.6);
}

body#top.subpage.staff article .sections#main .inner .contents .flex a .date p span {
  color: #fff;
  display: block;
  line-height: 1;
  text-align: center;
}

body#top.subpage.staff article .sections#main .inner .contents .flex a .date p span.occupation {
  font-size: 14px;
  margin-bottom: 10px;
}

body#top.subpage.staff article .sections#main .inner .contents .flex a .date p span.name {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Noto Sans', sans-serif;
}

body#top.subpage.staff article .sections#main .inner .contents .flex a img {
  width: 100%;
  height: auto;
}

body#top.subpage.staff article .sections#main .inner .contents .flex a:hover .date {
  opacity: 1;
}

body#top.subpage.staff article .sections#staff_date .inner {
  padding: 0 0 120px;
}

body#top.subpage.staff article .sections#staff_date .inner .flex {
  margin-bottom: 70px;
}

body#top.subpage.staff article .sections#staff_date .inner .flex .txt {
  max-width: 560px;
  width: 100%;
}

body#top.subpage.staff article .sections#staff_date .inner .flex .txt .head_h1 {
  font-family: 'Kiwi Maru', serif;
  font-size: 28px;
  line-height: 1.71429;
  margin-bottom: 60px;
}

body#top.subpage.staff article .sections#staff_date .inner .flex .txt .head_h2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body#top.subpage.staff article .sections#staff_date .inner .flex .txt .head_h2 span {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 100;
  display: block;
}

body#top.subpage.staff article .sections#staff_date .inner .flex .txt .head_h2 span.occupation {
  font-size: 18px;
  line-height: 1.33333;
  margin-bottom: 16px;
}

body#top.subpage.staff article .sections#staff_date .inner .flex .txt .head_h2 span.name {
  font-size: 28px;
  line-height: 1.35714;
}

body#top.subpage.staff article .sections#staff_date .inner .flex .txt .profile {
  position: relative;
}

body#top.subpage.staff article .sections#staff_date .inner .flex .txt .profile:before {
  content: '';
  position: absolute;
  background: #707070;
  width: 1px;
  height: 100%;
  top: 0;
  left: 160px;
}

body#top.subpage.staff article .sections#staff_date .inner .flex .txt .profile dl {
  margin-top: 60px;
  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;
}

body#top.subpage.staff article .sections#staff_date .inner .flex .txt .profile dl dt,
body#top.subpage.staff article .sections#staff_date .inner .flex .txt .profile dl dd {
  width: 100%;
  line-height: 2;
}

body#top.subpage.staff article .sections#staff_date .inner .flex .txt .profile dl dt {
  max-width: 120px;
  text-align: right;
}

body#top.subpage.staff article .sections#staff_date .inner .flex .txt .profile dl dd {
  max-width: 360px;
}

body#top.subpage.staff article .sections#staff_date .inner .flex .txt .profile dl.hitokoto {
  margin-top: 1.5rem;
}

body#top.subpage.staff article .sections#service .inner {
  padding: 105px 0 115px;
}

body#top.subpage.staff article .sections#service .inner .head_h2.center .ja {
  margin-bottom: 45px;
}

body#top.subpage.staff article .sections#service .inner .flex {
  margin-top: 80px;
}

body#top.subpage.company article .sections .inner .head_h2.reverse span.ja {
  margin-bottom: 10px;
}

body#top.subpage.company article .sections#main .inner {
  padding: 0;
}

body#top.subpage.company article .sections#profile .inner {
  padding: 110px 0 30px;
}

body#top.subpage.company article .sections#profile .inner table {
  max-width: 680px;
  margin: 10px auto 0;
  width: 100%;
}

body#top.subpage.company article .sections#profile .inner table * {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

body#top.subpage.company article .sections#profile .inner table tbody {
  width: 100%;
}

body#top.subpage.company article .sections#profile .inner table tbody tr th, body#top.subpage.company article .sections#profile .inner table tbody tr td {
  padding: 10px 0;
  border-bottom: 1px solid #E2CFBA;
  vertical-align: middle;
}

body#top.subpage.company article .sections#profile .inner table tbody tr th {
  width: 180px;
  font-weight: bold;
  text-align: left;
  font-size: 16px;
}

body#top.subpage.company article .sections#profile .inner table tbody tr th:before {
  display: none;
}

body#top.subpage.company article .sections#profile .inner table tbody tr td {
  font-size: 14px;
  line-height: 2;
}

body#top.subpage.company article .sections#profile .inner table tbody tr:last-child th, body#top.subpage.company article .sections#profile .inner table tbody tr:last-child td {
  padding: 15px 0;
}

body#top.subpage.company article .sections#access .inner {
  padding: 80px 0 120px;
}

body#top.subpage.company article .sections#access .inner iframe {
  display: block;
  margin: 50px auto 0;
}

body#top.subpage.policy article .sections#main .inner {
  padding: 0;
}

body#top.subpage.policy article .sections#policy .inner {
  padding-bottom: 110px;
}

body#top.subpage.policy article .sections#policy .inner > ul {
  max-width: 680px;
}

body#top.subpage.policy article .sections#policy .inner > ul > li:not(:last-child) {
  margin-bottom: 85px;
}

body#top.subpage.policy article .sections#policy .inner > ul > li .head_h2 .ja {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 5px;
}

body#top.subpage.policy article .sections#policy .inner > ul > li p {
  font-size: 14px;
  line-height: 2;
}

body#top.subpage.policy article .sections#policy .inner > ul > li ul {
  margin-top: 10px;
}

body#top.subpage.policy article .sections#policy .inner > ul > li ul li {
  font-size: 14px;
  line-height: 2;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  position: relative;
  margin-bottom: 0;
  padding-left: 1rem;
}

body#top.subpage.policy article .sections#policy .inner > ul > li ul li:before {
  position: absolute;
  left: 0;
  content: '・';
}

body#top.subpage.schedule article .sections#main .inner {
  padding: 0;
}

body#top.subpage.schedule article .sections#schedule .inner {
  padding: 80px 0 120px;
}

body#top.subpage.schedule article .sections#schedule .inner > ul {
  max-width: 1000px;
  margin: 0 auto;
}

body#top.subpage.schedule article .sections#schedule .inner > ul > li {
  background: #fff;
  padding: 40px 80px 70px;
}

body#top.subpage.schedule article .sections#schedule .inner > ul > li:not(:last-child) {
  margin-bottom: 80px;
}

body#top.subpage.schedule article .sections#schedule .inner > ul > li .step {
  background: #656565;
  width: 120px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-family: 'Noto Sans', sans-serif;
  margin-bottom: 35px;
  color: #fff;
}

body#top.subpage.schedule article .sections#schedule .inner > ul > li .head_h2, body#top.subpage.schedule article .sections#schedule .inner > ul > li p {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

body#top.subpage.schedule article .sections#schedule .inner > ul > li .head_h2 {
  font-size: 24px;
  line-height: 1.58333;
  margin-bottom: 30px;
}

body#top.subpage.schedule article .sections#schedule .inner > ul > li p {
  font-size: 14px;
  line-height: 2;
}

body#top.subpage.schedule article .sections#schedule .inner > ul > li .btn {
  margin: 40px auto 0;
}

body#top.subpage.price article .sections#main .inner {
  padding: 0 0 30px;
}

body#top.subpage.price article .sections#cost_image .inner {
  padding-bottom: 0;
}

body#top.subpage.price article .sections#plan_list .inner {
  padding: 30px 0 0;
}

body#top.subpage.price article .sections#plan_list .inner ul {
  margin-top: 60px;
  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;
}

body#top.subpage.price article .sections#plan_list .inner ul li {
  width: 600px;
  height: 80px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body#top.subpage.price article .sections#plan_list .inner ul li * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 14px;
}

body#top.subpage.price article .sections#plan_list .inner ul li .ttl {
  background: #C9C9C9;
  width: 320px;
  padding-left: 40px;
}

body#top.subpage.price article .sections#plan_list .inner ul li .date {
  background: #fff;
  width: 280px;
  padding-right: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body#top.subpage.price article .sections#cost_image .inner .flex, body#top.subpage.price article .sections#running_cost .inner .flex {
  margin-top: 60px;
}

body#top.subpage.price article .sections#cost_image .inner .flex .item, body#top.subpage.price article .sections#running_cost .inner .flex .item {
  background: #Fff;
  max-width: 600px;
  width: 100%;
  padding: 40px 40px 80px;
  margin-bottom: 40px;
}

body#top.subpage.price article .sections#cost_image .inner .flex .item *, body#top.subpage.price article .sections#running_cost .inner .flex .item * {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

body#top.subpage.price article .sections#cost_image .inner .flex .item .case, body#top.subpage.price article .sections#running_cost .inner .flex .item .case {
  background: #656565;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 40px;
  font-family: 'Noto Sans', sans-serif;
  margin-bottom: 40px;
}

body#top.subpage.price article .sections#cost_image .inner .flex .item .head_h3, body#top.subpage.price article .sections#running_cost .inner .flex .item .head_h3 {
  font-size: 20px;
  margin-bottom: 25px;
}

body#top.subpage.price article .sections#cost_image .inner .flex .item .plan,
body#top.subpage.price article .sections#cost_image .inner .flex .item .monthly, body#top.subpage.price article .sections#running_cost .inner .flex .item .plan,
body#top.subpage.price article .sections#running_cost .inner .flex .item .monthly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-bottom: 30px;
}

body#top.subpage.price article .sections#cost_image .inner .flex .item .plan *:not(.making),
body#top.subpage.price article .sections#cost_image .inner .flex .item .monthly *:not(.making), body#top.subpage.price article .sections#running_cost .inner .flex .item .plan *:not(.making),
body#top.subpage.price article .sections#running_cost .inner .flex .item .monthly *:not(.making) {
  font-family: 'Noto Sans', sans-serif;
}

body#top.subpage.price article .sections#cost_image .inner .flex .item .plan .cost,
body#top.subpage.price article .sections#cost_image .inner .flex .item .monthly .cost, body#top.subpage.price article .sections#running_cost .inner .flex .item .plan .cost,
body#top.subpage.price article .sections#running_cost .inner .flex .item .monthly .cost {
  font-size: 24px;
  font-weight: 100;
}

body#top.subpage.price article .sections#cost_image .inner .flex .item .plan .making,
body#top.subpage.price article .sections#cost_image .inner .flex .item .monthly .making, body#top.subpage.price article .sections#running_cost .inner .flex .item .plan .making,
body#top.subpage.price article .sections#running_cost .inner .flex .item .monthly .making {
  font-size: 14px;
  line-height: 2;
}

body#top.subpage.price article .sections#cost_image .inner .flex .item .plan .month,
body#top.subpage.price article .sections#cost_image .inner .flex .item .monthly .month, body#top.subpage.price article .sections#running_cost .inner .flex .item .plan .month,
body#top.subpage.price article .sections#running_cost .inner .flex .item .monthly .month {
  font-size: 18px;
  margin-right: 1em;
}

body#top.subpage.price article .sections#cost_image .inner .flex .item .plan + p,
body#top.subpage.price article .sections#cost_image .inner .flex .item .monthly + p, body#top.subpage.price article .sections#running_cost .inner .flex .item .plan + p,
body#top.subpage.price article .sections#running_cost .inner .flex .item .monthly + p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
  padding-right: 8px;
  min-height: 60px;
}

body#top.subpage.price article .sections#cost_image .inner .flex .item .plan .cost, body#top.subpage.price article .sections#running_cost .inner .flex .item .plan .cost {
  width: 200px;
}

body#top.subpage.price article .sections#cost_image .inner .flex .item ul li, body#top.subpage.price article .sections#cost_image .inner .flex .item .caution, body#top.subpage.price article .sections#running_cost .inner .flex .item ul li, body#top.subpage.price article .sections#running_cost .inner .flex .item .caution {
  font-size: 14px;
  line-height: 2;
}

body#top.subpage.price article .sections#running_cost .inner {
  padding-top: 65px;
}

body#top.subpage.contact article .sections#main .inner {
  padding: 0 0 110px;
}

body#top.subpage.contact article .sections#form .inner {
  padding: 0 0 120px;
}

body#top.subpage.contact article .sections#form .inner .status {
  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;
  margin: 0 auto 80px;
  max-width: 570px;
}

body#top.subpage.contact article .sections#form .inner .status li .num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #C9C9C9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Noto Sans', sans-serif;
  margin: 0 auto 20px;
}

body#top.subpage.contact article .sections#form .inner .status li .situation {
  line-height: 1;
  font-size: 18px;
  text-align: center;
}

body#top.subpage.contact article .sections#form .inner .status li.current .num {
  background: #49A7CE;
  color: #fff;
}

body#top.subpage.contact article .sections#form .inner .status li:not(:first-child).current .num:before {
  background: #49A7CE;
}

body#top.subpage.contact article .sections#form .inner .status li:not(:first-child) .num {
  position: relative;
}

body#top.subpage.contact article .sections#form .inner .status li:not(:first-child) .num:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 240px;
  height: 3px;
  background: #C9C9C9;
  content: '';
  right: 30px;
  z-index: -1;
}

body#top.subpage.contact article .sections#form .inner .form_area {
  max-width: 1000px;
  margin: 0 auto;
}

body#top.subpage.contact article .sections#form .inner .form_area table tr th.require .ttl,
body#top.subpage.contact article .sections#form .inner .form_area .privacy > .ttl.require .ttl {
  position: relative;
  width: 100%;
  display: block;
}

body#top.subpage.contact article .sections#form .inner .form_area table tr th.require .ttl:after,
body#top.subpage.contact article .sections#form .inner .form_area .privacy > .ttl.require .ttl:after {
  position: absolute;
  right: 0;
  content: '必須';
  color: #E92121;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #E92121;
  width: 60px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body#top.subpage.contact article .sections#form .inner .form_area table {
  width: 100%;
}

body#top.subpage.contact article .sections#form .inner .form_area table tr th, body#top.subpage.contact article .sections#form .inner .form_area table tr td {
  padding: 30px 0;
  border-bottom: 1px solid #E2CFBA;
}

body#top.subpage.contact article .sections#form .inner .form_area table tr th {
  width: 35%;
  padding-right: 60px;
  text-align: left;
}

body#top.subpage.contact article .sections#form .inner .form_area table tr th:before {
  display: none;
}

body#top.subpage.contact article .sections#form .inner .form_area table tr th .ttl {
  font-weight: bold;
  font-size: 16px;
}

body#top.subpage.contact article .sections#form .inner .form_area table tr td > .flex {
  max-width: 540px;
  margin-bottom: -28px;
}

body#top.subpage.contact article .sections#form .inner .form_area table tr td > .flex > * {
  width: 50%;
}

body#top.subpage.contact article .sections#form .inner .form_area table tr td > .flex > *:not(:last-child), body#top.subpage.contact article .sections#form .inner .form_area table tr td > .flex > *:not(:nth-last-child(2)) {
  margin-bottom: 28px;
}

body#top.subpage.contact article .sections#form .inner .form_area .privacy {
  margin: 80px auto;
}

body#top.subpage.contact article .sections#form .inner .form_area .privacy > .ttl.require {
  text-align: center;
}

body#top.subpage.contact article .sections#form .inner .form_area .privacy > .ttl.require .ttl {
  font-weight: bold;
  display: inline;
  padding-left: 85px;
}

body#top.subpage.contact article .sections#form .inner .form_area .privacy > .ttl.require .ttl:after {
  right: unset;
  left: 0;
}

body#top.subpage.contact article .sections#form .inner .form_area .privacy .input_box {
  text-align: center;
  margin: 35px auto 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

body#top.subpage.contact article .sections#form .inner .form_area .privacy .input_box a {
  color: #49A7CE;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

body#top.subpage.contact article .sections#form .inner .form_area .privacy .input_box a:hover {
  opacity: .7;
}

body#top.subpage.contact article .sections#form .inner .form_area .error {
  display: block;
  color: #E92121;
  line-height: 1;
  font-size: 12px;
  margin: 15px 0;
}

body#top.subpage.contact article .sections#form .inner .form_area input[type="text"],
body#top.subpage.contact article .sections#form .inner .form_area select,
body#top.subpage.contact article .sections#form .inner .form_area textarea {
  background: #fff;
  border: #C9C9C9 1px solid;
  padding: 13px 20px;
  font-size: 14px;
  width: 100%;
  display: block;
}

body#top.subpage.contact article .sections#form .inner .form_area select {
  cursor: pointer;
  background: #EEEEEE;
}

body#top.subpage.contact article .sections#form .inner .form_area ::-webkit-input-placeholder {
  color: #C9C9C9;
}

body#top.subpage.contact article .sections#form .inner .form_area :-ms-input-placeholder {
  color: #C9C9C9;
}

body#top.subpage.contact article .sections#form .inner .form_area ::-ms-input-placeholder {
  color: #C9C9C9;
}

body#top.subpage.contact article .sections#form .inner .form_area ::placeholder {
  color: #C9C9C9;
}

body#top.subpage.contact article .sections#form .inner .form_area .input_box {
  max-width: 540px;
}

body#top.subpage.contact article .sections#form .inner .form_area .input_box.select {
  position: relative;
  max-width: 300px;
}

body#top.subpage.contact article .sections#form .inner .form_area .input_box.select:before {
  position: absolute;
  content: '▼';
  font-size: 10px;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body#top.subpage.contact article .sections#form .inner .form_area .input_box.select.selected:before {
  display: none;
}

body#top.subpage.contact article .sections#form .inner .form_area .input_box.select.selected select {
  background: #fff;
}

body#top.subpage.contact article .sections#form .inner .form_area .input_box + p {
  font-size: 12px;
  margin-top: 15px;
}

body#top.subpage.contact article .sections#form .inner .form_area .input_box .mwform-checkbox-field-text {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

body#top.subpage.contact article .sections#form .inner .form_area .input_box .mwform-checkbox-field-text:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: #C9C9C9 solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body#top.subpage.contact article .sections#form .inner .form_area .input_box .mwform-checkbox-field-text:after {
  position: absolute;
  left: 0;
  top: 2px;
  content: url(../img/icon/checkbox.svg);
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #34aed7;
  font-size: 1.2rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

body#top.subpage.contact article .sections#form .inner .form_area .input_box input[type="checkbox"] {
  display: none;
}

body#top.subpage.contact article .sections#form .inner .form_area .input_box input[type="checkbox"]:checked ~ .mwform-checkbox-field-text:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

body#top.subpage.contact article .sections#form .inner .form_area .input_box input[type="checkbox"]:checked ~ .mwform-checkbox-field-text:before {
  background: #49A7CE;
}

body#top.subpage.contact.thanks article .sections#main .inner {
  padding: 0 0 120px;
}

body#top.subpage.works article .sections#main .inner, body#top.subpage.house article .sections#main .inner {
  padding: 0;
}

body#top.subpage.single.works article .sections#portfolio .inner {
  max-width: 1080px;
  padding-bottom: 120px;
}

body#top.subpage.single.works article .sections#portfolio .inner .flex a {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#top.subpage.single.works article .sections#portfolio .inner .flex .image {
  width: 440px;
}

body#top.subpage.single.works article .sections#portfolio .inner .flex .image img {
  width: 100%;
  height: 660px;
  -o-object-fit: cover;
     object-fit: cover;
}

body#top.subpage.single.works article .sections#portfolio .inner .flex .image .partner_date {
  margin-top: 20px;
}

body#top.subpage.single.works article .sections#portfolio .inner .flex .image .partner_date * {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 14px;
  line-height: 1;
  height: 40px;
}

body#top.subpage.single.works article .sections#portfolio .inner .flex .image .partner_date .ttl {
  width: 200px;
  padding-left: 10px;
  background: #C9C9C9;
}

body#top.subpage.single.works article .sections#portfolio .inner .flex .image .partner_date .partner {
  width: 240px;
  padding-left: 20px;
  background: #fff;
  position: relative;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

body#top.subpage.single.works article .sections#portfolio .inner .flex .image .partner_date .partner:before {
  position: absolute;
  content: '';
  background: url(../img/icon/blank.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
}

body#top.subpage.single.works article .sections#portfolio .inner .flex .image .partner_date:hover .partner {
  opacity: .7;
}

body#top.subpage.single.works article .sections#portfolio .inner .flex .date {
  max-width: 520px;
  width: 100%;
}

body#top.subpage.single.works article .sections#portfolio .inner .flex .date .box {
  background: #fff;
  padding: 40px 40px 115px;
}

body#top.subpage.single.works article .sections#portfolio .inner .flex .date .box * {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

body#top.subpage.single.works article .sections#portfolio .inner .flex .date .box .head_h2 {
  margin-bottom: 50px;
  font-size: 20px;
}

body#top.subpage.single.works article .sections#portfolio .inner .flex .date .box dl {
  margin-bottom: 2rem;
}

body#top.subpage.single.works article .sections#portfolio .inner .flex .date .box dl dt {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}

body#top.subpage.single.works article .sections#portfolio .inner .flex .date .box dl dd {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
}

body#top.subpage.single.works article .sections#portfolio .inner .flex .date .box dl *, body#top.subpage.single.works article .sections#portfolio .inner .flex .date .box p {
  font-size: 14px;
  line-height: 2;
}

body#top.subpage.single.works article .sections#portfolio .inner .flex .date .blank {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-family: 'Kosugi Maru', sans-serif;
  background: #697E8B;
  border-radius: 5px;
  max-width: 440px;
  height: 65px;
  width: 100%;
  margin: 50px auto 0;
  position: relative;
  color: #fff;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

body#top.subpage.single.works article .sections#portfolio .inner .flex .date .blank:before {
  position: absolute;
  content: '';
  background: url(../img/icon/blank_white.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
}

body#top.subpage.single.works article .sections#portfolio .inner .flex .date .blank:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  body#top.subpage article {
    margin-top: 5px;
  }
  body#top.subpage article #BreadCrumb {
    max-width: 100%;
    margin: 0 auto 14.67vw;
    font-size: 12px;
    padding: 0 25px;
  }
  body#top.subpage article #BreadCrumb li:not(:last-child) {
    padding-right: 2rem;
  }
  body#top.subpage article #BreadCrumb li:not(:last-child):before {
    right: .6rem;
  }
  body#top.subpage article #pagenation {
    padding-top: 14vw;
  }
  body#top.subpage article #pagenation ol {
    max-width: 50.67vw;
    margin: 0 8.93vw;
  }
  body#top.subpage article #pagenation ol li a {
    font-size: 2.40vw;
    border-radius: 0.67vw;
    width: 8vw;
    height: 8vw;
  }
  body#top.subpage article .sections#main .inner {
    padding-bottom: 16vw !important;
  }
  body#top.subpage article .sections#main .inner h1 {
    margin-bottom: 15px;
  }
  body#top.subpage article .sections#main .inner p.en {
    font-size: 10px;
  }
  body#top.subpage article .sections#main .inner p.en + p {
    margin-top: 15px;
    font-size: 14px;
  }
  body#top.subpage article .sections#main .inner > .btn {
    margin-top: 100px;
  }
  body#top.subpage article .sections#about .inner .head_h2 .ja {
    line-height: 1.59375;
    margin-bottom: 20px;
  }
  body#top.subpage article .sections#about .inner .head_h2 + p {
    max-width: 100%;
  }
  body#top.subpage article .sections#about .inner .bnr_box {
    margin: 16.67vw 0 0;
  }
  body#top.subpage.about article .sections#main .inner {
    padding-bottom: 16vw !important;
  }
  body#top.subpage.about article .sections#sou .inner {
    padding-top: 0 !important;
  }
  body#top.subpage.about article .sections#sou .inner .head_h2 .en {
    font-size: 12px;
  }
  body#top.subpage.about article .sections#sou .inner .contents .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body#top.subpage.about article .sections#sou .inner .contents .flex .sou {
    width: 60vw;
    height: 60vw;
    font-size: 37.33vw;
  }
  body#top.subpage.about article .sections#sou .inner .contents .flex .txt {
    max-width: 100%;
    margin-left: 0;
  }
  body#top.subpage.about article .sections#sou .inner .contents .flex .txt .head_h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  body#top.subpage.about article .sections#sou .inner .contents .flex .txt p {
    font-size: 14px;
    line-height: 2;
  }
  body#top.subpage.about article .sections#service .inner {
    padding: 16vw 25px;
  }
  body#top.subpage.about article .sections#service .inner .head_h2 .en {
    font-size: 12px;
  }
  body#top.subpage.about article .sections#service .inner .head_h2 .ja {
    margin-bottom: 25px;
  }
  body#top.subpage.about article .sections#service .inner .flex {
    margin-top: 16vw;
  }
  body#top.subpage.about article .sections#about .inner {
    padding-bottom: 16vw !important;
  }
  body#top.subpage.service article .sections#service .inner {
    padding: 16vw 25px;
  }
  body#top.subpage.service article .sections#main .inner {
    padding-bottom: 0 !important;
  }
  body#top.subpage.web article .sections#main .inner {
    padding-bottom: 0 !important;
  }
  body#top.subpage.web article .sections#main .inner .flex {
    margin-top: 16vw;
  }
  body#top.subpage.web article .sections#main .inner .flex .item {
    max-width: 100%;
    padding: 40px 15px;
    margin-bottom: 15px;
  }
  body#top.subpage.web article .sections#main .inner .flex .item .img_box {
    margin-bottom: 30px;
  }
  body#top.subpage.web article .sections#main .inner .flex .item .img_box img {
    width: 50px;
    height: 50px;
  }
  body#top.subpage.web article .sections#main .inner .flex .item .head_h2 {
    margin-bottom: 25px;
    height: auto;
  }
  body#top.subpage.web article .sections#main .inner .flex .item .head_h2 span {
    font-size: 16px;
  }
  body#top.subpage.web article .sections#main .inner .flex .item:last-child {
    margin-bottom: 0;
  }
  body#top.subpage.web article .sections#main + .sections .inner {
    padding: 16vw 25px !important;
  }
  body#top.subpage.web article .sections#main + .sections + .sections .inner {
    padding: 0 25px 16vw !important;
  }
  body#top.subpage.system article .sections .inner .contents {
    max-width: 100%;
  }
  body#top.subpage.system article .sections#main .inner {
    padding-bottom: 0 !important;
  }
  body#top.subpage.system article .sections#issues .inner, body#top.subpage.system article .sections#solution .inner {
    padding-top: 16vw;
  }
  body#top.subpage.system article .sections#issues .inner .head_h2.reverse span.ja, body#top.subpage.system article .sections#solution .inner .head_h2.reverse span.ja {
    margin-bottom: 10px;
  }
  body#top.subpage.system article .sections#issues .inner {
    padding-bottom: 0 !important;
  }
  body#top.subpage.system article .sections#issues .inner .contents {
    padding: 30px 25px;
    width: calc(100% + 50px);
    max-width: unset;
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
  body#top.subpage.system article .sections#issues .inner .contents li {
    padding-left: 50px;
    font-size: 14px;
    line-height: 1.78571;
  }
  body#top.subpage.system article .sections#issues .inner .contents li:before {
    background: url(../img/icon/electric.svg) no-repeat;
    width: 25px;
    height: 25px;
    top: 3px;
    background-size: contain;
  }
  body#top.subpage.system article .sections#issues .inner .contents li:not(:last-child) {
    margin-bottom: 15px;
  }
  body#top.subpage.system article .sections#solution .inner {
    padding-bottom: 16vw;
  }
  body#top.subpage.system article .sections#solution .inner .contents {
    margin-top: 30px;
  }
  body#top.subpage.system article .sections#solution .inner .contents li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 15px;
  }
  body#top.subpage.system article .sections#solution .inner .contents li:not(:last-child) {
    margin-bottom: 15px;
  }
  body#top.subpage.system article .sections#solution .inner .contents li .img_box {
    padding: 0 0 30px;
  }
  body#top.subpage.system article .sections#solution .inner .contents li .txt {
    padding: 0;
  }
  body#top.subpage.system article .sections#solution .inner .contents li .txt .head_h3 {
    font-size: 16px;
    line-height: 1.59375;
    margin-bottom: 10px;
    text-align: center;
  }
  body#top.subpage.staff article .sections#main .inner {
    padding-bottom: 8vw !important;
  }
  body#top.subpage.staff article .sections#main .inner .contents {
    margin-top: 16vw;
  }
  body#top.subpage.staff article .sections#main .inner .contents .flex {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  body#top.subpage.staff article .sections#main .inner .contents .flex a {
    margin-bottom: 8.00vw;
    max-width: 100%;
    width: 40vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  body#top.subpage.staff article .sections#main .inner .contents .flex a .date {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    opacity: 1;
    background: unset;
    margin-top: 15px;
    position: static;
  }
  body#top.subpage.staff article .sections#main .inner .contents .flex a .date p span {
    text-align: center;
    color: #000;
  }
  body#top.subpage.staff article .sections#main .inner .contents .flex a .date p span.occupation {
    font-size: 10px;
    margin-bottom: 10px;
  }
  body#top.subpage.staff article .sections#main .inner .contents .flex a .date p span.name {
    font-size: 14px;
  }
  body#top.subpage.staff article .sections#staff_date .inner {
    padding: 0 25px 16vw !important;
  }
  body#top.subpage.staff article .sections#staff_date .inner .flex {
    margin-bottom: 16vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  body#top.subpage.staff article .sections#staff_date .inner .flex .head_h1 {
    margin-bottom: 35px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body#top.subpage.staff article .sections#staff_date .inner .flex .txt {
    max-width: 100%;
  }
  body#top.subpage.staff article .sections#staff_date .inner .flex .txt .head_h2 span.occupation {
    font-size: 10px;
    margin-bottom: 15px;
  }
  body#top.subpage.staff article .sections#staff_date .inner .flex .txt .head_h2 span.name {
    font-size: 21px;
    line-height: 1.35714;
  }
  body#top.subpage.staff article .sections#staff_date .inner .flex .txt .profile:before {
    left: 30.66vw;
  }
  body#top.subpage.staff article .sections#staff_date .inner .flex .txt .profile dl {
    margin-top: 30px;
    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;
  }
  body#top.subpage.staff article .sections#staff_date .inner .flex .txt .profile dl * {
    font-size: 12px;
  }
  body#top.subpage.staff article .sections#staff_date .inner .flex .txt .profile dl dt {
    max-width: 25.33vw;
  }
  body#top.subpage.staff article .sections#staff_date .inner .flex .txt .profile dl dd {
    max-width: 48vw;
  }
  body#top.subpage.staff article .sections#staff_date .inner .flex img {
    width: 100%;
    height: 86.67vw;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 30px;
  }
  body#top.subpage.staff article .sections#service .inner {
    padding: 16vw 25px;
  }
  body#top.subpage.staff article .sections#service .inner .head_h2.center .ja {
    margin-bottom: 20px;
  }
  body#top.subpage.staff article .sections#service .inner .head_h2 span.en {
    font-size: 12px;
  }
  body#top.subpage.staff article .sections#service .inner .flex {
    margin-top: 15vw;
  }
  body#top.subpage.staff article .sections#about .inner .bnr_box {
    margin: 16.67vw 0 16vw;
  }
  body#top.subpage.company article .sections .inner .head_h2.reverse span.ja {
    margin-bottom: 10px;
  }
  body#top.subpage.company article .sections#main .inner {
    padding-bottom: 0 !important;
  }
  body#top.subpage.company article .sections#profile .inner {
    padding: 13.33vw 25px 0 !important;
  }
  body#top.subpage.company article .sections#profile .inner h2.head_h2.reverse.center {
    margin-bottom: 30px;
  }
  body#top.subpage.company article .sections#profile .inner table {
    max-width: 100%;
    margin: 10px auto 0;
    width: 100%;
  }
  body#top.subpage.company article .sections#profile .inner table tbody {
    width: 100%;
  }
  body#top.subpage.company article .sections#profile .inner table tbody tr th, body#top.subpage.company article .sections#profile .inner table tbody tr td {
    padding: 10px 0 5px;
    display: block;
  }
  body#top.subpage.company article .sections#profile .inner table tbody tr th {
    border: unset;
    width: 100%;
  }
  body#top.subpage.company article .sections#profile .inner table tbody tr td {
    padding: 0 0 10px;
  }
  body#top.subpage.company article .sections#profile .inner table tbody tr:first-child td {
    opacity: 0.56;
  }
  body#top.subpage.company article .sections#profile .inner table tbody tr:last-child th, body#top.subpage.company article .sections#profile .inner table tbody tr:last-child td {
    padding: 15px 0 5px;
  }
  body#top.subpage.company article .sections#profile .inner table tbody tr:last-child td {
    padding: 0 0 10px;
  }
  body#top.subpage.company article .sections#access .inner {
    padding: 16vw 25px;
  }
  body#top.subpage.company article .sections#access .inner iframe {
    margin: 25px auto 0;
    width: 100%;
    height: 86.67vw;
  }
  body#top.subpage.policy article .sections#main .inner {
    padding-bottom: 0 !important;
  }
  body#top.subpage.policy article .sections#policy .inner > ul {
    max-width: 100%;
  }
  body#top.subpage.policy article .sections#policy .inner > ul > li:not(:last-child) {
    margin-bottom: 50px;
  }
  body#top.subpage.policy article .sections#policy .inner > ul > li .head_h2 .ja {
    font-size: 16px;
    margin-bottom: 15px;
  }
  body#top.subpage.schedule article .sections#main .inner {
    padding-bottom: 0 !important;
  }
  body#top.subpage.schedule article .sections#schedule .inner {
    width: calc(100% + 50px);
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
  body#top.subpage.schedule article .sections#schedule .inner > ul {
    max-width: 100%;
  }
  body#top.subpage.schedule article .sections#schedule .inner > ul > li {
    padding: 25px;
  }
  body#top.subpage.schedule article .sections#schedule .inner > ul > li:not(:last-child) {
    margin-bottom: 6.67vw;
  }
  body#top.subpage.schedule article .sections#schedule .inner > ul > li .step {
    width: 75px;
    height: 20px;
    font-size: 12px;
    margin-bottom: 12px;
  }
  body#top.subpage.schedule article .sections#schedule .inner > ul > li .head_h2 {
    font-size: 16px;
    line-height: 1.59375;
    margin-bottom: 18px;
  }
  body#top.subpage.schedule article .sections#schedule .inner > ul > li .btn {
    margin: 25px auto 0;
  }
  body#top.subpage.price article .sections#main .inner, body#top.subpage.price article .sections#cost_image .inner, body#top.subpage.price article .sections#plan_list .inner {
    padding-bottom: 0 !important;
  }
  body#top.subpage.price article .sections#plan_list .inner ul {
    margin-top: 8.00vw;
  }
  body#top.subpage.price article .sections#plan_list .inner ul li {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body#top.subpage.price article .sections#plan_list .inner ul li:not(:last-child) {
    margin-bottom: 4.00vw;
  }
  body#top.subpage.price article .sections#plan_list .inner ul li * {
    padding: 12.5px 15px !important;
  }
  body#top.subpage.price article .sections#plan_list .inner ul li .ttl {
    width: 100%;
  }
  body#top.subpage.price article .sections#plan_list .inner ul li .date {
    width: 100%;
    font-size: 16px;
  }
  body#top.subpage.price article .sections#cost_image .inner .flex, body#top.subpage.price article .sections#running_cost .inner .flex {
    margin-top: 35px;
  }
  body#top.subpage.price article .sections#cost_image .inner .flex .item, body#top.subpage.price article .sections#running_cost .inner .flex .item {
    max-width: 100%;
    padding: 25px 15px 20px;
    margin-bottom: 0;
  }
  body#top.subpage.price article .sections#cost_image .inner .flex .item:not(:last-child), body#top.subpage.price article .sections#running_cost .inner .flex .item:not(:last-child) {
    margin-bottom: 6.67vw;
  }
  body#top.subpage.price article .sections#cost_image .inner .flex .item .case, body#top.subpage.price article .sections#running_cost .inner .flex .item .case {
    font-size: 12px;
    width: 75px;
    height: 25px;
    margin-bottom: 10px;
  }
  body#top.subpage.price article .sections#cost_image .inner .flex .item .head_h3, body#top.subpage.price article .sections#running_cost .inner .flex .item .head_h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
  body#top.subpage.price article .sections#cost_image .inner .flex .item .plan,
  body#top.subpage.price article .sections#cost_image .inner .flex .item .monthly, body#top.subpage.price article .sections#running_cost .inner .flex .item .plan,
  body#top.subpage.price article .sections#running_cost .inner .flex .item .monthly {
    margin: 20px 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body#top.subpage.price article .sections#cost_image .inner .flex .item .plan .cost,
  body#top.subpage.price article .sections#cost_image .inner .flex .item .monthly .cost, body#top.subpage.price article .sections#running_cost .inner .flex .item .plan .cost,
  body#top.subpage.price article .sections#running_cost .inner .flex .item .monthly .cost {
    font-size: 21px;
    margin-bottom: 10px;
    width: 100%;
  }
  body#top.subpage.price article .sections#cost_image .inner .flex .item .plan .making,
  body#top.subpage.price article .sections#cost_image .inner .flex .item .monthly .making, body#top.subpage.price article .sections#running_cost .inner .flex .item .plan .making,
  body#top.subpage.price article .sections#running_cost .inner .flex .item .monthly .making {
    font-size: 12px;
  }
  body#top.subpage.price article .sections#cost_image .inner .flex .item .plan .month,
  body#top.subpage.price article .sections#cost_image .inner .flex .item .monthly .month, body#top.subpage.price article .sections#running_cost .inner .flex .item .plan .month,
  body#top.subpage.price article .sections#running_cost .inner .flex .item .monthly .month {
    font-size: 14px;
  }
  body#top.subpage.price article .sections#cost_image .inner .flex .item .plan + p,
  body#top.subpage.price article .sections#cost_image .inner .flex .item .monthly + p, body#top.subpage.price article .sections#running_cost .inner .flex .item .plan + p,
  body#top.subpage.price article .sections#running_cost .inner .flex .item .monthly + p {
    margin-bottom: 15px;
    padding-right: 0;
    min-height: unset;
  }
  body#top.subpage.price article .sections#cost_image .inner .flex .item .plan .cost, body#top.subpage.price article .sections#running_cost .inner .flex .item .plan .cost {
    width: 200px;
  }
  body#top.subpage.price article .sections#cost_image .inner .flex .item .caution, body#top.subpage.price article .sections#running_cost .inner .flex .item .caution {
    padding-left: 1em;
  }
  body#top.subpage.price article .sections#cost_image .inner .flex .item ul li, body#top.subpage.price article .sections#cost_image .inner .flex .item .caution, body#top.subpage.price article .sections#running_cost .inner .flex .item ul li, body#top.subpage.price article .sections#running_cost .inner .flex .item .caution {
    font-size: 12px;
  }
  body#top.subpage.price article .sections#running_cost .inner .flex .item .monthly {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  body#top.subpage.price article .sections#running_cost .inner .flex .item .monthly .month {
    width: 2em;
  }
  body#top.subpage.price article .sections#running_cost .inner .flex .item .monthly .cost {
    width: auto;
  }
  body#top.subpage.contact article .sections#main .inner {
    padding-bottom: 0 !important;
  }
  body#top.subpage.contact article .sections#form .inner {
    padding: 16vw 25px !important;
  }
  body#top.subpage.contact article .sections#form .inner .status {
    margin: 0 auto 10.67vw;
    max-width: 80.00vw;
  }
  body#top.subpage.contact article .sections#form .inner .status li .num {
    width: 8.00vw;
    height: 8.00vw;
    font-size: 2.67vw;
    margin: 0 auto 4.40vw;
  }
  body#top.subpage.contact article .sections#form .inner .status li .situation {
    font-size: 3.20vw;
  }
  body#top.subpage.contact article .sections#form .inner .status li:not(:first-child) .num:before {
    width: 35vw;
    height: 2px;
    right: 0;
  }
  body#top.subpage.contact article .sections#form .inner .form_area {
    max-width: 100%;
  }
  body#top.subpage.contact article .sections#form .inner .form_area table tr th.require .ttl:after,
  body#top.subpage.contact article .sections#form .inner .form_area .privacy > .ttl.require .ttl:after {
    font-size: 10px;
    border: 1px solid #E92121;
    width: 45px;
    height: 22.5px;
    line-height: 22.5px;
    text-align: center;
    right: unset;
    -webkit-transform: unset;
            transform: unset;
    top: 35px;
  }
  body#top.subpage.contact article .sections#form .inner .form_area table tr th, body#top.subpage.contact article .sections#form .inner .form_area table tr td {
    padding: 30px 0;
    display: block;
  }
  body#top.subpage.contact article .sections#form .inner .form_area table tr th {
    width: 100%;
    padding-right: 0;
    border-bottom: unset;
    padding-bottom: 0;
  }
  body#top.subpage.contact article .sections#form .inner .form_area table tr th.require {
    padding-bottom: 30px;
  }
  body#top.subpage.contact article .sections#form .inner .form_area table tr td {
    padding-top: 20px;
  }
  body#top.subpage.contact article .sections#form .inner .form_area table tr td > .flex {
    max-width: 100%;
    margin-bottom: -28px;
  }
  body#top.subpage.contact article .sections#form .inner .form_area table tr td > .flex > * {
    width: 100%;
  }
  body#top.subpage.contact article .sections#form .inner .form_area table tr td > .flex > *:not(:last-child), body#top.subpage.contact article .sections#form .inner .form_area table tr td > .flex > *:not(:nth-last-child(2)) {
    margin-bottom: 28px;
  }
  body#top.subpage.contact article .sections#form .inner .form_area .privacy {
    margin: 13.33vw auto 16vw;
  }
  body#top.subpage.contact article .sections#form .inner .form_area .privacy > .ttl.require {
    text-align: center;
  }
  body#top.subpage.contact article .sections#form .inner .form_area .privacy > .ttl.require .ttl {
    padding-left: 60px;
  }
  body#top.subpage.contact article .sections#form .inner .form_area .privacy > .ttl.require .ttl:after {
    top: -3px;
  }
  body#top.subpage.contact article .sections#form .inner .form_area .privacy .input_box {
    text-align: left;
    margin: 30px auto 0;
    font-size: 14px;
  }
  body#top.subpage.contact article .sections#form .inner .form_area .privacy .input_box .mwform-checkbox-field-text {
    width: 69vw;
  }
  body#top.subpage.contact article .sections#form .inner .form_area .privacy .input_box .mwform-checkbox-field-text:before {
    top: 0;
    -webkit-transform: unset;
            transform: unset;
  }
  body#top.subpage.contact article .sections#form .inner .form_area .privacy .error {
    margin: 15px 15px 30px;
  }
  body#top.subpage.contact article .sections#form .inner .form_area .error {
    font-size: 10px;
    margin: 25px 0 0;
  }
  body#top.subpage.contact article .sections#form .inner .form_area input[name="phone"] {
    width: 46.67vw;
  }
  body#top.subpage.contact article .sections#form .inner .form_area input[type="text"],
  body#top.subpage.contact article .sections#form .inner .form_area select,
  body#top.subpage.contact article .sections#form .inner .form_area textarea {
    padding: 8px 10px;
  }
  body#top.subpage.contact article .sections#form .inner .form_area textarea {
    height: 32vw;
  }
  body#top.subpage.contact article .sections#form .inner .form_area select {
    height: 50px;
    text-align: center;
  }
  body#top.subpage.contact article .sections#form .inner .form_area .input_box {
    max-width: 100%;
  }
  body#top.subpage.contact article .sections#form .inner .form_area .input_box.select {
    max-width: 73.33vw;
  }
  body#top.subpage.contact article .sections#form .inner .form_area .input_box.select:before {
    font-size: 10px;
    right: 30px;
  }
  body#top.subpage.contact article .sections#form .inner .form_area .input_box.select.selected select {
    text-align: left;
  }
  body#top.subpage.contact article .sections#form .inner .form_area .input_box + p {
    font-size: 10px;
  }
  body#top.subpage.contact article .sections#form .inner .form_area .input_box .mwform-checkbox-field-text {
    padding-left: 30px;
    cursor: pointer;
  }
  body#top.subpage.contact article .sections#form .inner .form_area .input_box .mwform-checkbox-field-text:before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px;
  }
  body#top.subpage.contact article .sections#form .inner .form_area .input_box .mwform-checkbox-field-text:after {
    left: 0;
    top: 2px;
    content: url(../img/icon/checkbox.svg);
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2rem;
  }
  body#top.subpage.contact.thanks article {
    padding-bottom: 53.33vw;
  }
  body#top.subpage.contact.thanks article .sections#main .inner > .btn {
    margin-top: 14.67vw;
  }
  body#top.subpage.works article .sections#main .inner, body#top.subpage.house article .sections#main .inner {
    padding-bottom: 0 !important;
  }
  body#top.subpage.works article .sections#made .inner, body#top.subpage.house article .sections#made .inner {
    padding-bottom: 8vw !important;
  }
  body#top.subpage.works article .sections#made .inner .work_list, body#top.subpage.house article .sections#made .inner .work_list {
    margin-top: 0;
  }
  body#top.subpage.single.works article .sections#portfolio .inner {
    max-width: 100%;
    padding: 13.33vw 25px 16vw !important;
  }
  body#top.subpage.single.works article .sections#portfolio .inner .flex a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body#top.subpage.single.works article .sections#portfolio .inner .flex .image {
    width: 100%;
  }
  body#top.subpage.single.works article .sections#portfolio .inner .flex .image img {
    width: 58.67vw;
    height: auto;
    margin: 0 auto;
  }
  body#top.subpage.single.works article .sections#portfolio .inner .flex .image .partner_date {
    margin: 6.67vw 0 10.67vw;
    -webkit-box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.16);
            box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.16);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body#top.subpage.single.works article .sections#portfolio .inner .flex .image .partner_date .ttl {
    width: 100%;
    padding-left: 15px;
    height: 30px;
  }
  body#top.subpage.single.works article .sections#portfolio .inner .flex .image .partner_date .partner {
    width: 100%;
    padding-left: 15px;
    font-size: 16px;
    height: 60px;
  }
  body#top.subpage.single.works article .sections#portfolio .inner .flex .image .partner_date .partner:before {
    width: 16px;
    height: 16px;
    right: 15px;
  }
  body#top.subpage.single.works article .sections#portfolio .inner .flex .date {
    max-width: unset;
    width: calc(100% + 50px);
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
  body#top.subpage.single.works article .sections#portfolio .inner .flex .date .box {
    padding: 25px 25px 20px;
  }
  body#top.subpage.single.works article .sections#portfolio .inner .flex .date .box .head_h2 {
    margin-bottom: 15px;
    font-size: 16px;
  }
  body#top.subpage.single.works article .sections#portfolio .inner .flex .date .box dl dt {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }
  body#top.subpage.single.works article .sections#portfolio .inner .flex .date .box dl dd {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
  }
  body#top.subpage.single.works article .sections#portfolio .inner .flex .date .blank {
    font-size: 14px;
    border-radius: 2.5px;
    max-width: 73.33vw;
    height: 50px;
    margin: 10.67vw auto 0;
  }
  body#top.subpage.single.works article .sections#portfolio .inner .flex .date .blank:before {
    width: 16px;
    height: 16px;
    right: 15px;
  }
}
/*# sourceMappingURL=style.css.map */