@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@500&display=swap");
.zen-kaku {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
}

header {
  top: 0;
  background-color: transparent;
  position: fixed;
  z-index: 10;
}
header .inner {
  margin: 0;
  position: relative;
  margin: 10px;
}
header .inner nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.8);
}
header .inner nav ul {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  align-items: flex-start;
  width: 250px;
  margin: auto;
  right: 0;
  left: 0;
  border-top: 1px rgba(255, 255, 255, 0.602) solid;
}
header .inner nav ul li {
  border-bottom: 1px rgba(255, 255, 255, 0.606) solid;
}
header .inner nav ul li a {
  width: 100%;
  display: block;
  font-size: 17px;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 12px 0 12px 20px;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
}
header .inner nav .en {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  margin: auto;
  right: 0;
  left: 0;
  border-top: 1px #b81c22 solid;
}
header .inner nav .en li {
  border-bottom: 1px #b81c22 solid;
}
header .inner nav .en li a {
  width: 100%;
  display: block;
  font-size: 15px;
  color: #666;
  font-weight: 500;
  letter-spacing: 0px;
  padding: 15px 0 15px 20px;
  text-decoration: none;
}
header .btn-trigger {
  position: absolute;
  border-bottom: 0;
  top: 30px;
  right: 15px;
  width: 34px;
  height: 28px;
  transform: translateY(-50%);
  cursor: pointer;
}
header .btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
header .btn-trigger span:nth-of-type(1) {
  top: 0;
}
header .btn-trigger span:nth-of-type(2) {
  top: 12px;
}
header .btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
header #btn.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
  background-color: #FFF !important;
}
header #btn.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-btn-bar02 0.8s forwards;
}
@keyframes active-btn-bar02 {
  100% {
    height: 0;
  }
}
header #btn.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
  background-color: #FFF !important;
}

.top-main {
  background-image: url("/images/top_main.jpg");
  background-position: center center;
  background-size: cover;
}

.top-design {
  background-image: url("/images/top_design_bg.jpg");
  background-position: center center;
  background-size: cover;
}

#about .top-main2 {
  background-image: url("/about/images/top_main.jpg");
  background-position: center center;
  background-size: cover;
}

#renovation .top-main2 {
  background-image: url("/renovation/images/top_main.jpg");
  background-position: center center;
  background-size: cover;
}

#reform .top-main2 {
  background-image: url("/reform/images/top_main.jpg");
  background-position: center center;
  background-size: cover;
}

.makura {
  background-image: url("/renovation/images/reno_bg.jpg");
  background-position: center center;
  background-size: cover;
}

.js-fade-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.scroll-up {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

@media (min-width: 769px) {
  .forSP {
    display: none !important;
  }
  .mt100 {
    margin-top: 100px !important;
  }
  .pt100 {
    padding-top: 100px !important;
  }
  .pb100 {
    padding-bottom: 100px !important;
  }
  .w1000 {
    width: 1000px;
    margin: auto;
  }
  .re_title3 {
    width: 100%;
    margin: 0 auto 50px auto;
  }
  .re_title3 h2 {
    width: 1000px;
    margin: 80px auto 0 auto;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 45px;
  }
  .re_title3 h2 p {
    font-size: 20px;
    line-height: 20px;
    margin-top: 16px;
  }
  header {
    width: 100%;
    margin: auto;
    height: 80px;
    background: #4d4d4d;
  }
  header .nav-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 65px;
    display: block;
  }
  header .logo {
    position: absolute;
    top: 3px;
    left: 10px;
    text-align: center;
  }
  header .logo a {
    text-decoration: none;
    color: #FFF;
  }
  header .logo .main {
    font-size: 24px;
    line-height: 24px;
  }
  header .logo .sub {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  header .head-nav {
    display: flex;
    position: absolute;
    top: 18px;
    right: 70px;
  }
  header .head-nav li {
    padding: 0 20px;
  }
  header .head-nav a {
    text-decoration: none;
    color: #FFF;
  }
  .top-main {
    margin-top: 80px;
    position: relative;
    height: 620px;
    text-align: left;
  }
  .top-main .catch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 314px;
  }
  .top-main .catch .zen1 {
    font-size: 27px;
    line-height: 40px;
    color: #FFF;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
  }
  .top-main .catch h1 {
    font-size: 67px;
    font-weight: 400 !important;
    line-height: 67px;
    color: #FFF;
  }
  .top-main .catch2 {
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    padding: 30px 0 70px 0;
    background: #FFF;
  }
  .top-main .catch2 h1 {
    font-size: 50px;
    font-weight: 400 !important;
  }
  .top-main .catch2 .jp {
    font-size: 20px;
  }
  .top-main2 {
    margin-top: 80px;
    position: relative;
    height: 500px;
    text-align: left;
  }
  .top-main2 .catch {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
  .top-main2 .catch h1 {
    font-size: 60px;
    font-weight: 400 !important;
    line-height: 70px;
    color: #FFF;
    letter-spacing: -1px;
  }
  .top-main2 .catch .en {
    font-size: 20px;
    color: #FFF;
  }
  .top-main2 .catch .zen1 {
    font-size: 27px;
    line-height: 30px;
    color: #FFF;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
  }
  .top-main2 .catch2 {
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    padding: 30px 0 70px 0;
    background: #FFF;
  }
  .top-main2 .catch2 h1 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 400 !important;
  }
  .top-main2 .catch2 .jp {
    font-size: 20px;
  }
  .top-design {
    width: 100%;
    height: 460px;
    margin-bottom: 140px;
  }
  .top-design .tx {
    width: 1000px;
    margin: auto;
    color: #FFF;
    padding-top: 180px;
  }
  .top-design .tx h2 {
    font-size: 50px;
    font-weight: 400 !important;
  }
  .top-design .tx .jp {
    font-size: 20px;
  }
  .top-design .tx a {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    background: #FFF;
    color: #333;
    border-radius: 20px;
    padding: 7px 20px;
    margin-top: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
  }
  .read-box {
    width: 1000px;
    margin: 60px auto 80px auto;
  }
  .read-box h2 {
    font-size: 28px;
    font-weight: 400 !important;
    margin-bottom: 30px;
  }
  .read-box .tx {
    width: 800px;
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 50px;
  }
  .read-box .tx span {
    display: inline-block;
    transform: rotate(90deg);
    font-size: 15px;
  }
  .read-box .tx2 {
    width: 800px;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 50px;
  }
  .read-box .tx2 span {
    display: inline-block;
    transform: rotate(90deg);
    font-size: 13px;
  }
  .read-box .top-thumb {
    display: flex;
    justify-content: space-between;
  }
  .read-box .top-thumb li {
    width: 32%;
  }
  .read-box .top-thumb li img {
    width: 100%;
  }
  .wk-btn {
    width: 800px;
    margin: 0 auto 80px auto;
    padding: 30px 0 40px 0;
    border: 1px solid #333;
    text-align: center;
  }
  .wk-btn h2 {
    font-size: 50px;
    font-weight: 400 !important;
  }
  .wk-btn .jp {
    font-size: 20px;
  }
  .wk-btn a {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    background: #FFF;
    border: 1px solid #333;
    color: #333;
    border-radius: 20px;
    padding: 7px 20px;
    margin-top: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
  }
  .overview {
    border-bottom: 1px solid #999;
  }
  .overview ul {
    width: 760px;
    margin: 100px auto;
  }
  .overview ul li {
    display: flex;
    padding: 25px 20px;
    font-family: "Zen Old Mincho", serif;
  }
  .overview ul li a {
    text-decoration: none;
    color: rgb(205, 32, 32);
  }
  .overview ul .title {
    font-weight: 500;
    width: 230px;
  }
  .overview ul .item {
    font-weight: 400;
    flex: 1;
  }
  .overview ul li.bg {
    background: #f9f9f9;
  }
  .history ul {
    width: 760px;
    margin: 80px auto;
  }
  .history ul li {
    display: flex;
    padding: 25px 20px;
    font-family: "Zen Old Mincho", serif;
    border-top: 1px solid #CCC;
  }
  .history ul .year {
    font-weight: 500;
    width: 230px;
  }
  .history ul li:last-child {
    border-bottom: 1px solid #CCC;
  }
  .ceo-mes {
    margin: 100px auto 120px auto;
  }
  .ceo-mes ul {
    width: 1000px;
    margin: auto;
    display: flex;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
  }
  .ceo-mes ul img {
    width: 320px;
    margin-right: 80px;
  }
  .ceo-mes ul .name {
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
  }
  .ceo-mes ul .name span {
    display: block;
    font-size: 13px;
    line-height: 20px;
  }
  .ceo-mes ul h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .ceo-mes ul p {
    font-size: 15px;
    line-height: 27px;
  }
  .intro {
    margin: 80px auto 160px auto;
    position: relative;
  }
  .intro .tx1000 {
    width: 1000px;
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .intro .gbox {
    background: #4d4d4d;
    display: inline-block;
    color: #FFF;
    width: 500px;
    padding: 40px 50px 50px 50px;
  }
  .intro .gbox p.read {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .intro .gbox p {
    font-size: 14px;
    line-height: 25px;
  }
  .top-cor {
    display: flex;
  }
  .top-cor .img {
    width: 55%;
  }
  .top-cor .img img {
    width: 100%;
    object-fit: cover;
    height: 500px;
    vertical-align: top;
  }
  .top-cor .info {
    width: 45%;
    background: #f3f3f3;
    position: relative;
  }
  .top-cor .info .rbox {
    position: absolute;
    top: 50%;
    left: 240px;
    transform: translate(-50%, -50%);
    width: 320px;
  }
  .top-cor .info .lbox {
    position: absolute;
    top: 50%;
    right: -90px;
    transform: translate(-50%, -50%);
    width: 320px;
  }
  .top-cor .info .mei {
    font-size: 20px;
    line-height: 20px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
  }
  .top-cor .info .en {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .top-cor .info .jp {
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -1px;
    margin-bottom: 5px;
  }
  .top-cor .info .exp {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .top-cor .info .elink a {
    display: inline-block;
    text-decoration: none;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    background: #a6a6a6;
    color: #FFF;
    text-align: center;
    width: 200px;
    padding: 10px 0;
  }
  .rev {
    flex-direction: row-reverse;
  }
  .out-of-right {
    text-align: right;
    margin-left: calc((100% - 1000px) / 2 + 150px);
  }
  .out-of-right img {
    object-fit: cover;
    height: 480px;
    width: 100%;
  }
  .space-line {
    display: block;
    border-bottom: 1px solid #999;
    padding: 40px 0 0 0;
    margin-bottom: 40px;
  }
  .makura {
    width: 1000px;
    margin: 0 auto 40px auto;
    padding: 100px 0;
  }
  .makura .box {
    width: 630px;
    margin: auto;
    padding: 60px 80px 20px 80px;
    background: #FFF;
    text-align: center;
  }
  .makura .box .title {
    font-size: 38px;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #ffff54;
    text-decoration-thickness: 10px;
    text-underline-offset: 0em;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
  }
  .makura .box .script {
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  .reno-point {
    display: flex;
    background: #f3f3f3;
    padding: 40px 0;
  }
  .reno-point .img {
    width: 55%;
  }
  .reno-point .img img {
    width: 100%;
    object-fit: cover;
    height: 500px;
    vertical-align: top;
  }
  .reno-point .emp {
    width: 45%;
    position: relative;
  }
  .reno-point .tx-box-r {
    background: #fff;
    width: 500px;
    padding: 30px;
    position: absolute;
    bottom: -20px;
    right: -70px;
  }
  .reno-point .tx-box-l {
    background: #fff;
    width: 500px;
    padding: 30px;
    position: absolute;
    bottom: -20px;
    left: -70px;
  }
  .reno-point .title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 14px;
  }
  .reno-point .script {
    font-size: 14px;
    line-height: 24px;
  }
  .promiss-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .promiss-title h2 {
    font-size: 38px;
    font-weight: 400 !important;
    margin-bottom: 30px;
  }
  .promiss-title p {
    font-size: 18px;
  }
  .promiss-item {
    width: 820px;
    margin: 0 auto 60px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .promiss-item li {
    width: 46%;
    margin-block: 30px;
  }
  .promiss-item li .tbox {
    width: 100%;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #999;
    height: 30px;
  }
  .promiss-item li .bbox {
    width: 100%;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #999;
    height: 30px;
  }
  .promiss-item li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .promiss-item li .icon img {
    height: 60px;
    margin-right: 20px;
  }
  .promiss-item li .icon p {
    font-size: 20px;
  }
  .promiss-item li .script {
    font-size: 13.5px;
    line-height: 24px;
    padding: 10px 15px 20px 15px;
  }
  .rlink {
    background: #f3f3f3;
  }
  .rlink .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
  }
  .rlink .item span {
    display: block;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
  }
  .rlink .item p {
    font-size: 50px;
    line-height: 60px;
  }
  .rlink .item a img {
    width: 200px;
    margin-left: 80px;
  }
  .reform-menu {
    text-align: center;
    padding: 50px 0 0 0;
  }
  .reform-menu h2 {
    font-size: 48px;
    font-weight: 400 !important;
    margin-bottom: 40px;
  }
  .reform-menu .icon {
    width: 680px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .reform-menu .icon li {
    width: 33%;
    margin-bottom: 40px;
  }
  .reform-menu .icon li img {
    width: 70%;
  }
  footer {
    padding-top: 60px;
  }
  footer .to-offcial {
    width: 100%;
    background: #1f4d45;
    text-align: center;
    padding: 20px 0;
  }
  footer .to-offcial img {
    width: 300px;
  }
  footer .bnav {
    width: 1000px;
    margin: auto;
  }
  footer .bnav ul {
    padding: 30px 100px;
    display: flex;
    justify-content: space-between;
  }
  footer .bnav ul a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
  }
  footer .logo {
    text-align: center;
    margin: 20px auto 30px auto;
  }
  footer .logo a {
    text-decoration: none;
    color: #999;
  }
  footer .logo .main {
    font-size: 24px;
  }
  footer .btm-logo {
    text-align: center;
  }
  footer .btm-logo img {
    width: 110px;
  }
  footer .copy {
    text-align: center;
    font-size: 12px;
    color: #999;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 20px 0 50px 0;
  }
  #contact h1 {
    padding-top: 100px;
    text-align: center;
    font-weight: 400 !important;
  }
  #contact h1 span {
    font-size: 16px;
    display: block;
    color: #999;
  }
}
@media (max-width: 768px) {
  .forPC {
    display: none !important;
  }
  .sp92 {
    width: 92% !important;
    margin: auto;
  }
  .re_title3 {
    width: 100%;
    margin: 0 auto 50px auto;
  }
  .re_title3 h2 {
    width: 92%;
    margin: 40px auto 0 auto;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 35px;
  }
  .re_title3 h2 p {
    font-size: 14px;
    line-height: 14px;
    margin-top: 14px;
  }
  header {
    width: 100%;
    margin: auto;
    height: 55px !important;
    background: #4d4d4d;
  }
  header .nav-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 55px;
    display: block;
  }
  header .btn-trigger {
    position: absolute;
    border-bottom: 0;
    top: 17px;
    right: 0px;
    width: 34px;
    height: 28px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  header .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #FFF;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  header .logo {
    text-align: center;
  }
  header .logo a {
    text-decoration: none;
    color: #FFF;
  }
  header .logo .main {
    margin-top: 0px !important;
    font-size: 14px;
    line-height: 14px;
  }
  header .logo .sub {
    font-size: 10px;
    line-height: 24px;
  }
  header .head-nav {
    display: none;
  }
  .top-main {
    margin-top: 55px;
    position: relative;
    height: 420px;
    text-align: left;
  }
  .top-main .catch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
  }
  .top-main .catch .zen1 {
    font-size: 18px;
    line-height: 30px;
    color: #FFF;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
  }
  .top-main .catch h1 {
    font-size: 45px;
    font-weight: 400 !important;
    line-height: 45px;
    color: #FFF;
  }
  .top-main .catch2 {
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    padding: 30px 0 50px 0;
    background: #FFF;
  }
  .top-main .catch2 h1 {
    font-size: 30px;
    font-weight: 400 !important;
  }
  .top-main .catch2 .jp {
    font-size: 13px;
  }
  .top-main2 {
    margin-top: 55px;
    position: relative;
    height: 400px;
  }
  .top-main2 .catch {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
  .top-main2 .catch h1 {
    font-size: 30px;
    font-weight: 400 !important;
    line-height: 45px;
    color: #FFF;
    letter-spacing: -1px;
  }
  .top-main2 .catch .en {
    font-size: 20px;
    color: #FFF;
  }
  .top-main2 .catch .zen1 {
    font-size: 18px;
    line-height: 20px;
    color: #FFF;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
  }
  .top-main2 .catch2 {
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    padding: 30px 0 50px 0;
    background: #FFF;
  }
  .top-main2 .catch2 h1 {
    font-size: 30px;
    font-weight: 400 !important;
  }
  .top-main2 .catch2 .jp {
    font-size: 13px;
  }
  .read-box {
    width: 100%;
    margin: 30px auto 50px auto;
  }
  .read-box h2 {
    width: 92%;
    margin: auto;
    font-size: 22px;
    font-weight: 400 !important;
    margin-bottom: 30px;
  }
  .read-box .tx {
    width: 92%;
    margin: 0 auto 30px auto;
    font-size: 15px;
    line-height: 27px;
  }
  .read-box .tx span {
    display: inline-block;
    transform: rotate(90deg);
    font-size: 13px;
  }
  .read-box .tx2 {
    width: 92%;
    margin: 0 auto 30px auto;
    font-size: 15px;
    line-height: 27px;
  }
  .read-box .tx2 span {
    display: inline-block;
    transform: rotate(90deg);
    font-size: 13px;
  }
  .read-box .top-thumb li {
    width: 100%;
  }
  .read-box .top-thumb li img {
    width: 100%;
  }
  .top-design {
    width: 100%;
    height: 230px;
    margin-bottom: 70px;
  }
  .top-design .tx {
    width: 92%;
    margin: auto;
    color: #FFF;
    padding-top: 70px;
  }
  .top-design .tx h2 {
    font-size: 30px;
    font-weight: 400 !important;
  }
  .top-design .tx .jp {
    font-size: 14px;
  }
  .top-design .tx a {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    background: #FFF;
    color: #333;
    border-radius: 20px;
    padding: 7px 20px;
    margin-top: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
  }
  .wk-btn {
    width: 92%;
    margin: 0 auto 40px auto;
    padding: 30px 0 40px 0;
    border: 1px solid #333;
    text-align: center;
  }
  .wk-btn h2 {
    font-size: 30px;
    font-weight: 400 !important;
  }
  .wk-btn .jp {
    font-size: 14px;
  }
  .wk-btn a {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    background: #FFF;
    border: 1px solid #333;
    color: #333;
    border-radius: 20px;
    padding: 7px 20px;
    margin-top: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
  }
  .overview {
    border-bottom: 1px solid #999;
  }
  .overview ul {
    width: 92%;
    margin: 50px auto;
  }
  .overview ul li {
    display: flex;
    padding: 10px 10px;
    font-family: "Zen Old Mincho", serif;
  }
  .overview ul li a {
    text-decoration: none;
    color: rgb(205, 32, 32);
  }
  .overview ul .title {
    font-weight: 500;
    width: 110px;
    font-size: 14px;
  }
  .overview ul .item {
    font-weight: 400;
    font-size: 13px;
    flex: 1;
  }
  .overview ul li.bg {
    background: #f9f9f9;
  }
  .history ul {
    width: 92%;
    margin: 40px auto;
  }
  .history ul li {
    display: flex;
    padding: 10px;
    font-family: "Zen Old Mincho", serif;
    border-top: 1px solid #CCC;
  }
  .history ul .year {
    font-weight: 500;
    width: 100px;
    font-size: 13px;
  }
  .history ul .item {
    font-weight: 400;
    flex: 1;
    font-size: 13px;
  }
  .history ul li:last-child {
    border-bottom: 1px solid #CCC;
  }
  .ceo-mes {
    margin: 50px auto 60px auto;
  }
  .ceo-mes ul {
    width: 92%;
    margin: auto;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
  }
  .ceo-mes ul img {
    width: 100%;
  }
  .ceo-mes ul .name {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .ceo-mes ul .name span {
    display: block;
    font-size: 13px;
    line-height: 20px;
  }
  .ceo-mes ul h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .ceo-mes ul p {
    font-size: 15px;
    line-height: 27px;
  }
  .intro {
    margin: 40px auto 200px auto;
    position: relative;
  }
  .intro img {
    width: 100%;
    object-fit: cover;
    height: 240px;
  }
  .intro .tx1000 {
    width: 92%;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .intro .gbox {
    background: #4d4d4d;
    display: inline-block;
    color: #FFF;
    width: 100%;
    padding: 0 30px 30px 30px;
  }
  .intro .gbox p.read {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .intro .gbox p {
    font-size: 14px;
    line-height: 25px;
  }
  .top-cor .img {
    width: 100%;
  }
  .top-cor .img img {
    width: 100%;
    vertical-align: top;
  }
  .top-cor .info {
    width: 92%;
    margin: auto;
    background: #fff;
    position: relative;
  }
  .top-cor .info .rbox {
    margin: 20px auto;
  }
  .top-cor .info .lbox {
    margin: 20px auto;
  }
  .top-cor .info .mei {
    font-size: 16px;
    line-height: 16px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
  }
  .top-cor .info .en {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 20px;
  }
  .top-cor .info .jp {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -1px;
    margin-bottom: 5px;
  }
  .top-cor .info .exp {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .top-cor .info .elink a {
    display: inline-block;
    text-decoration: none;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    background: #a6a6a6;
    color: #FFF;
    text-align: center;
    width: 200px;
    padding: 10px 0;
  }
  .point {
    background: #efefef;
    width: 100%;
    position: relative;
    margin: -40px auto 0 auto;
    padding: 50px 0 50px 0;
  }
  .point .bg-tx {
    font-size: 65px;
    line-height: 65px;
    color: #FFF;
  }
  .point .bg-jp, .point .bg-jp2 {
    font-size: 22px;
    position: absolute;
    top: 40px;
    left: 20px;
  }
  .point .content {
    width: 100%;
    margin: auto;
    background: #FFF;
  }
  .point .content .in-content {
    padding: 30px 15px;
  }
  .point .content .in-content .pread {
    margin-bottom: 30px;
  }
  .point .content .in-content .pread .season {
    font-size: 14px;
  }
  .point .content .in-content .pread .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .point .content .in-content .pread .pread {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .point .content .in-content .pread .tx {
    font-size: 14px;
    line-height: 26px;
  }
  .point .content .in-content .point-img {
    text-align: center;
  }
  .point .content .in-content .point-img img {
    width: 100%;
  }
  .point .content .in-content .point-img2 {
    margin-bottom: 30px;
  }
  .point .content .in-content .point-img2 li {
    width: 100%;
  }
  .point .content .in-content .point-img2 li img {
    width: 100%;
  }
  .splan {
    width: 100%;
    margin: auto;
  }
  .splan .box2 {
    margin-bottom: 20px;
  }
  .splan .box2 li {
    width: 92%;
    margin: auto;
  }
  .splan .box2 li img {
    width: 100%;
  }
  .splan .box2 .area {
    display: block;
    margin-bottom: 10px;
    text-decoration: underline;
    text-decoration-color: #333;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.3em;
    text-decoration-skip-ink: none;
  }
  .splan .box2 .merit li {
    width: 100%;
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .space-line {
    display: block;
    border-bottom: 1px solid #999;
    padding: 20px 0 0 0;
    margin-bottom: 20px;
  }
  .makura {
    width: 100%;
    margin: 0 auto 40px auto;
    padding: 50px 0;
  }
  .makura .box {
    width: 92%;
    margin: auto;
    padding: 30px 30px 1px 30px;
    background: #FFF;
    text-align: center;
  }
  .makura .box .title {
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #ffff54;
    text-decoration-thickness: 10px;
    text-underline-offset: 0em;
    text-decoration-skip-ink: none;
    margin-bottom: 15px;
  }
  .makura .box .script {
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .reno-point {
    background: #f3f3f3;
    padding: 40px 0 0px 0;
  }
  .reno-point .img {
    width: 100%;
  }
  .reno-point .img img {
    width: 100%;
    object-fit: cover;
    height: 240px;
    vertical-align: top;
  }
  .reno-point .emp {
    width: 100%;
    position: relative;
  }
  .reno-point .tx-box-r {
    background: #fff;
    width: 90%;
    margin: 10px auto 10px auto;
    padding: 15px 25px;
  }
  .reno-point .tx-box-l {
    background: #fff;
    width: 90%;
    margin: 10px auto 10px auto;
    padding: 15px 25px;
  }
  .reno-point .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
  }
  .reno-point .script {
    font-size: 14px;
    line-height: 24px;
  }
  .promiss-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .promiss-title h2 {
    font-size: 24px;
    font-weight: 400 !important;
    margin-bottom: 20px;
  }
  .promiss-title p {
    font-size: 14px;
  }
  .promiss-item {
    width: 100%;
    margin: 0 auto 60px auto;
  }
  .promiss-item li {
    width: 92%;
    margin: auto;
    margin-bottom: 30px;
  }
  .promiss-item li .tbox {
    width: 100%;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #999;
    height: 30px;
  }
  .promiss-item li .bbox {
    width: 100%;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #999;
    height: 30px;
  }
  .promiss-item li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .promiss-item li .icon img {
    height: 50px;
    margin-right: 15px;
  }
  .promiss-item li .icon p {
    font-size: 18px;
  }
  .promiss-item li .script {
    font-size: 13.5px;
    line-height: 24px;
    padding: 10px 15px 20px 15px;
  }
  .rlink {
    background: #f3f3f3;
    text-align: center;
  }
  .rlink .item {
    padding: 30px 0 20px 0;
  }
  .rlink .item span {
    display: block;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
  .rlink .item p {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .rlink .item a img {
    width: 220px;
  }
  .pstyle {
    width: 92%;
    margin: auto;
  }
  .pstyle .lstyle {
    color: #48a6dc;
  }
  .pstyle .cstyle {
    color: #6fb159;
  }
  .pstyle .ostyle {
    color: #8e4b88;
  }
  .pstyle .fstyle {
    color: #999;
  }
  .pstyle .istyle {
    color: #cc9e00;
  }
  .pstyle .title {
    margin-bottom: 20px;
  }
  .pstyle .title .exp {
    font-size: 16px;
  }
  .pstyle h2 {
    font-size: 33px;
    font-weight: 400 !important;
    margin-bottom: 15px;
  }
  .pstyle h2 span {
    font-size: 16px;
    padding-left: 20px;
  }
  .pstyle .cont li {
    width: 100%;
  }
  .pstyle .cont li img {
    width: 100%;
  }
  .pstyle .cont .sread {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .pstyle .cont .area .item {
    display: block;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-color: #333;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.3em;
    text-decoration-skip-ink: none;
    margin-bottom: 10px;
  }
  .pstyle .cont .area .item2 {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .pstyle .cont .area img {
    width: 250px;
  }
  .reform-menu {
    text-align: center;
    padding: 50px 0 0 0;
  }
  .reform-menu h2 {
    font-size: 24px;
    font-weight: 400 !important;
    margin-bottom: 30px;
  }
  .reform-menu .icon {
    width: 92%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .reform-menu .icon li {
    width: 33%;
    margin-bottom: 40px;
  }
  .reform-menu .icon li img {
    width: 100%;
  }
  footer {
    padding-top: 30px;
  }
  footer .to-offcial {
    width: 100%;
    background: #1f4d45;
    text-align: center;
    padding: 18px 0;
  }
  footer .to-offcial img {
    width: 240px;
  }
  footer .bnav {
    display: none;
  }
  footer .btm-logo {
    margin-top: 30px;
    text-align: center;
  }
  footer .btm-logo img {
    width: 100px;
  }
  footer .copy {
    text-align: center;
    font-size: 10px;
    color: #999;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 20px 0 50px 0;
  }
  footer .logo {
    text-align: center;
    margin: 20px auto 30px auto;
  }
  footer .logo a {
    text-decoration: none;
    color: #999;
  }
  footer .logo .main {
    font-size: 20px;
  }
  .sp-nav {
    background: #1f4d45;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .sp-nav li {
    text-align: center;
  }
  .sp-nav a {
    text-decoration: none;
    color: #FFF;
    text-align: center;
    display: block;
  }
  .sp-nav .tx-link1 {
    width: 38%;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
    font-size: 14px;
    padding: 10px 0 8px 0;
  }
  .sp-nav .tx-link2 {
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
    font-size: 14px;
    padding: 10px 0 8px 0;
  }
  .sp-nav .img-link {
    width: 12%;
    padding: 8px 12px 0 12px;
  }
  #contact h1 {
    padding-top: 70px;
    text-align: center;
    font-weight: 400 !important;
    font-size: 24px;
  }
  #contact h1 span {
    font-size: 16px;
    display: block;
    color: #999;
  }
}

/*# sourceMappingURL=page.css.map */
