html:not(.responsive) {
  min-width: 100%;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  background: #fff;
  color: #333;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  letter-spacing: 0;
  line-height: 25px;
  text-align: left;
}
:root {
  --color1: #018d80;
}
.fnt-m-plus-1p {
  font-family: "M PLUS 1p", sans-seri;
}
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  padding: 0 20px;
  width: 100%;
  max-width: 920px;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.tac {
  text-align: center;
}
.taj {
  text-align: justify;
}
.tar {
  text-align: right;
}
.ta {
  text-align: left;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.txt-br {
  word-break: break-all;
}
.txt-nowrap {
  white-space: nowrap;
}
.sl {
  display: block !important;
}
.txt-link {
  color: #00e;
}
.txt-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  .btn {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }
  .over-img img:hover,
  img.over:hover,
  a:hover img:not(.btn):not(.non-over),
  button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  .img-parallax img {
    height: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
.pc {
  display: none;
}
.d-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.ft-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  overflow: hidden;
  display: flex;
  opacity: 0;
  visibility: hidden;
}
.has_nav .ft-fixed {
  opacity: 1;
  visibility: visible;
}
.txt-vertical-v2 {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}
.txt-latin {
  cursor: vertical-text;
  direction: rtl;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
  letter-spacing: 0.25em;
}
#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
}
#header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 95px;
  max-width: 1040px;
}
#header .logo {
  width: 30.2%;
}
#header .hd-btn {
  display: flex;
  width: 65.2%;
}
#header .hd-btn li:not(:last-child) {
  margin-right: 14px;
}
#footer {
  text-align: center;
  padding: 78px 0 30px;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
}
#footer .txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #003c37;
}
#footer .nav {
  display: flex;
  justify-content: center;
  margin: 6px 0 47px;
}
#footer .nav li:not(:last-child) {
  margin-right: 20px;
}
#footer .nav li a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mv-btn {
  display: flex;
  justify-content: space-between;
}
.mv-btn li:not(:last-child) {
  margin-right: 10px;
}
.box-shared {
  position: relative;
  text-align: center;
  /* padding: 0 30px 22px; */
}

.box-shared::before {
  content: "";
  /* background: #ceffbc; */
  border-radius: 21px;
  position: absolute;
  top: 35px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.box-shared h2 {
  width: 470px;
  margin: 0 auto;
}
.box-shared h3 {
  width: 310px;
  margin: -18px auto 0;
  position: relative;
  left: 6px;
}
.box-shared .ai {
  width: 101px;
  margin: -79px auto -36px;
}
.box-shared .note {
  font-size: 14px;
  color: var(--color1);
  font-weight: 500;
  line-height: 16px;
  position: relative;
  z-index: 1;
}
.box-shared .txt {
  font-weight: 500;
  line-height: 25px;
  background: #fff;
  color: #212121;
  padding: 20px 20px 20px;
  border-radius: 14px;
  margin: 9px auto 0;
  width: 543px;
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }
  .wrap {
    padding: 0 15px;
  }
  #header {
    position: absolute;
  }
  #header .wrap {
    height: 69px;
    padding: 0;
  }
  #header .logo {
    width: auto;
    flex: 1;
  }
  #header .logo .inner {
    padding: 0 7%;
    margin-top: -1vw;
  }
  #header .hd-btn {
    width: 46.9230769231%;
  }
  #header .hd-btn li:not(:last-child) {
    margin-right: 0;
  }
  #footer {
    padding: 59px 0 26vw;
    font-size: 12px;
    line-height: 16px;
  }
  #footer .txt {
    font-size: 16px;
  }
  #footer .nav {
    margin: 11px 0 20px;
  }
  #footer .nav li:not(:last-child) {
    margin-right: 16px;
  }
  .mv-btn li:not(:last-child) {
    margin-right: 5px;
  }
  .cv {
    display: block;
  }
  .cv li:not(:last-child) {
    margin: 0 0 15px;
  }
  .box-shared {
    padding: 22px 5% 22px;
  }
  .box-shared h2 {
    width: auto;
    margin: 0;
  }
  .box-shared h3 {
    width: auto;
    margin: 1vw -4% 0;
  }
  .box-shared .ai {
    width: 37%;
    margin: -25vw auto -11.7vw;
  }
  .box-shared .note {
    font-size: 12px;
  }
  .box-shared .txt {
    line-height: 20px;
    padding: 18px 10px 18px;
    margin: 7px auto 0;
    width: 100%;
  }
}
