@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
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(255, 255, 255, 0.9);
}
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 #1d4293 solid;
}
header .inner nav ul li {
  border-bottom: 1px #1d4293 solid;
}
header .inner nav ul li a {
  width: 100%;
  display: block;
  font-size: 17px;
  color: #666;
  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: #333;
  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: #333 !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: #333 !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-main {
  background-image: url("/about/images/top_main.jpg");
  background-position: center center;
  background-size: cover;
}

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

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

#package .top-main {
  background-image: url("/package/images/top_main.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;
  }
  .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: 10px;
  }
  header {
    width: 100%;
    margin: auto;
    height: 80px;
    background: #FFF;
  }
  header .nav-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 65px;
    display: block;
  }
  header .logo {
    text-align: center;
  }
  header .logo a {
    text-decoration: none;
    color: #333;
  }
  header .logo .main {
    font-size: 27px;
    line-height: 27px;
    text-decoration: underline;
    text-decoration-color: #000;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.3em;
    text-decoration-skip-ink: none;
  }
  header .logo .sub {
    font-size: 17px;
    line-height: 40px;
  }
  .top-main {
    margin-top: 80px;
    position: relative;
    height: 620px;
    text-align: center;
  }
  .top-main .catch {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .top-main .catch p {
    font-size: 38px;
    line-height: 38px;
    color: #FFF;
  }
  .top-main .catch h1 {
    font-size: 80px;
    font-weight: 400 !important;
    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;
  }
  .read {
    width: 1000px;
    margin: 60px auto 80px auto;
  }
  .read h2 {
    font-size: 28px;
    font-weight: 400 !important;
    margin-bottom: 30px;
  }
  .read .tx {
    width: 800px;
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 50px;
  }
  .read .tx span {
    display: inline-block;
    transform: rotate(90deg);
    font-size: 15px;
  }
  .read .tx2 {
    width: 800px;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 50px;
  }
  .read .tx2 span {
    display: inline-block;
    transform: rotate(90deg);
    font-size: 13px;
  }
  .read .top-thumb {
    display: flex;
    justify-content: space-between;
  }
  .read .top-thumb li {
    width: 32%;
  }
  .read .top-thumb li img {
    width: 100%;
  }
  .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: 45px;
    font-weight: 400 !important;
    letter-spacing: -1px;
  }
  .top-design .tx .en {
    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;
  }
  .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: 45px;
    font-weight: 400 !important;
    letter-spacing: -1px;
  }
  .wk-btn .en {
    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;
  }
  .point {
    background: #efefef;
    width: 100%;
    position: relative;
    margin: 0px auto 0 auto;
    padding: 0 0 50px 0;
  }
  .point .bg-tx {
    font-size: 127px;
    line-height: 127px;
    color: #FFF;
  }
  .point .bg-jp {
    font-size: 30px;
    width: 1000px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .point .bg-jp2 {
    font-size: 30px;
    width: 1000px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .point .content {
    width: 1000px;
    margin: auto;
    background: #FFF;
  }
  .point .content .in-content {
    padding: 50px 90px;
  }
  .point .content .in-content .pread {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .point .content .in-content .pread .lbox {
    width: 280px;
  }
  .point .content .in-content .pread .rbox {
    flex: 1;
  }
  .point .content .in-content .pread .season {
    font-size: 20px;
  }
  .point .content .in-content .pread .title {
    font-size: 30px;
  }
  .point .content .in-content .pread .pread {
    font-size: 19px;
    margin-bottom: 20px;
  }
  .point .content .in-content .pread .tx {
    font-size: 14px;
    line-height: 26px;
  }
  .point .content .in-content .pread .mr280 {
    margin-right: 280px !important;
  }
  .point .content .in-content .point-img {
    text-align: center;
  }
  .point .content .in-content .point-img img {
    width: 600px;
  }
  .point .content .in-content .point-img2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .point .content .in-content .point-img2 li {
    width: 48%;
  }
  .point .content .in-content .point-img2 li img {
    width: 100%;
  }
  .splan {
    width: 1000px;
    margin: auto;
  }
  .splan .box2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .splan .box2 li {
    width: 48%;
  }
  .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: 40px 0 0 0;
    margin-bottom: 40px;
  }
  .pstyle {
    width: 1000px;
    margin: auto;
  }
  .pstyle .lstyle {
    color: #48a6dc;
  }
  .pstyle .cstyle {
    color: #6fb159;
  }
  .pstyle .ostyle {
    color: #8e4b88;
  }
  .pstyle .fstyle {
    color: #999;
  }
  .pstyle .istyle {
    color: #cc9e00;
  }
  .pstyle .title {
    display: flex;
    align-items: end;
    margin-bottom: 20px;
  }
  .pstyle .title .exp {
    font-size: 20px;
    margin-left: 30px;
  }
  .pstyle h2 {
    font-size: 50px;
    font-weight: 400 !important;
  }
  .pstyle h2 span {
    font-size: 16px;
    padding-left: 20px;
  }
  .pstyle .cont {
    display: flex;
    justify-content: space-between;
  }
  .pstyle .cont li {
    width: 48%;
  }
  .pstyle .cont li img {
    width: 100%;
  }
  .pstyle .cont .sread {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .pstyle .cont .area {
    display: flex;
    justify-content: space-between;
  }
  .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;
  }
  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 .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: #FFF;
  }
  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: #333;
    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: #000;
  }
  header .logo .main {
    margin-top: -3px !important;
    font-size: 17px;
    line-height: 17px;
    text-decoration: underline;
    text-decoration-color: #000;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.3em;
    text-decoration-skip-ink: none;
  }
  header .logo .sub {
    font-size: 11px;
    line-height: 30px;
  }
  .top-main {
    margin-top: 55px;
    position: relative;
    height: 420px;
    text-align: center;
    margin-bottom: 25px;
  }
  .top-main .catch {
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .top-main .catch p {
    font-size: 22px;
    line-height: 36px;
    color: #FFF;
  }
  .top-main .catch h1 {
    font-size: 40px;
    font-weight: 400 !important;
    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;
  }
  .read {
    width: 100%;
    margin: 30px auto 80px auto;
  }
  .read h2 {
    width: 92%;
    margin: auto;
    font-size: 22px;
    font-weight: 400 !important;
    margin-bottom: 30px;
  }
  .read .tx {
    width: 92%;
    margin: 0 auto 30px auto;
    font-size: 15px;
    line-height: 27px;
  }
  .read .tx span {
    display: inline-block;
    transform: rotate(90deg);
    font-size: 13px;
  }
  .read .tx2 {
    width: 92%;
    margin: 0 auto 30px auto;
    font-size: 15px;
    line-height: 27px;
  }
  .read .tx2 span {
    display: inline-block;
    transform: rotate(90deg);
    font-size: 13px;
  }
  .read .top-thumb li {
    width: 100%;
  }
  .read .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: 26px;
    font-weight: 400 !important;
    letter-spacing: -1px;
  }
  .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;
  }
  .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: 26px;
    font-weight: 400 !important;
    letter-spacing: -1px;
  }
  .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: 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;
  }
  .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;
  }
  .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;
  }
  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;
  }
  .sp-nav {
    background: #000;
    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 */
