body {
  font-family: "Shimanami JIS2004", sans-serif, "M PLUS Rounded 1c", "Sawarabi Gothic", serif;
  word-wrap: break-word;
  font-size: 1.2em;
  line-height: 2.1em;
}
@media screen and (min-width: 768px) {
  .pc-dsp {
    display: block;
  }
  .sp-dsp {
    display: none;
  }
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc-dsp {
    display: none;
  }
  .sp-dsp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
.breadcrumbs {
  font-size: 0.8em;
}
.breadcrumbs ul {
  display: flex;
  padding-left: 0px;
}
.breadcrumbs ul li {
  list-style: none;
  margin-left: 0px;
}
#page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0px;
  bottom: 65px;
  color: white;
  background: rgba(52, 58, 64, 0.9);
  border-radius: 10%;
  z-index: 1000;
}
#page-top span {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}
#page-top span::before {
  font-family: 'bootstrap-icons';
  font-weight: 900;
  content: '\F281';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -12px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.header {
  width: 100%;
  min-height: 8vh;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation-name: fadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fadeInAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
.top-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.top-sticky2 {
  position: -webkit-sticky;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header-area {
    background-color: #ffffff;
  }
  .logo-area {
    width: "180px";
  }
  .logo {
    width: 180px;
    margin-left: 2em;
  }
  .main-menu {
    width: calc(100% - 180px);
  }
  .NavMenu {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .menu {
    font-size: 1.0em;
  }
  .menu ul {
    height: 20px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 0;
  }
  .menu li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
  }
  .menu ul li a {
    text-decoration: none;
    /*color: #000000;*/
  }
}
@media screen and (min-width: 768px) {
  .header-area {
    font-size: 0.8em;
    line-height: 1em;
    display: flex;
  }
  .menu .btn2 {
    padding: 0 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .header-area {
    font-size: 0.9em;
    display: flex;
  }
  .menu .btn2 {
    padding: 0 1.0rem;
  }
}
@media screen and (min-width: 768px) {
  .btn2 a {
    position: relative;
    color: #000000;
  }
  .current a, .blog a, .example a {
    color: #D97500;
  }
}
.btn2 a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000000;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.btn2 a:hover::after {
  transform: scale(1, 1);
}
@media (min-width: 768px) and (max-width: 980px) {
  .header-menu {
    background-color: #ffffff;
  }
  .logo-area {
    width: 100%;
  }
  .logo {
    padding: 0 10px;
  }
  .main-menu {
    z-index: 10;
  }
  .NavMenu {
    position: fixed;
    z-index: 107;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .3s linear;
    background-color: #ffffff;
    height: 100%;
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
  }
  .NavMenu.active {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .NavMenu ul {
    background: #ffffff;
    width: 50%;
    margin: 0 auto;
    padding: 0;
  }
  .NavMenu ul li {
    line-height: 2.0em;
    font-size: 0.8em;
    text-align: center;
    list-style-type: none;
    padding-left: 10px;
    width: 100%;
  }
  .NavMenu ul li:last-child {
    padding-bottom: 0.5em;
  }
  .NavMenu ul li a {
    text-decoration: none;
    display: block;
    padding: 0.5em 0;
  }
}
@media screen and (max-width: 768px) {
  .header-menu {
    background-color: #ffffff;
  }
  .logo-area {
    width: 100%;
  }
  .logo {
    padding: 0 10px;
  }
  .main-menu {
    z-index: 8;
  }
  .NavMenu {
    position: fixed;
    z-index: 107;
    top: 78px;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    background-color: #ffffff;
    height: 100%;
  }
  .NavMenu.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .NavMenu ul {
    background: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-top: 1px dotted #333;
  }
  .NavMenu ul li {
    padding: 0px;
    text-align: left;
    font-size: 0.8em;
    list-style-type: none;
    padding-left: 15px;
    width: 100%;
    border-bottom: 1px dotted #333;
  }
  .NavMenu ul li:last-child {
    padding-bottom: 0.5em;
  }
  .NavMenu ul li a {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 0.5em 0;
  }
}
@media screen and (min-width: 768px) {
  .Toggle2 {
    display: block;
    position: fixed;
    top: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    cursor: pointer;
    z-index: 150;
    background-color: #57a2c7;
    border-radius: 12em;
  }
  .Toggle2 span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    padding-bottom: 2px;
    border-bottom: solid 2px #ffffff;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    margin-top: 65px;
    margin-right: 80px;
  }
  .Toggle2:after {
    position: absolute;
    content: "Menu";
    color: #fff;
    font-size: 0.9em;
    top: 105px;
    right: 80px;
    margin-top: 8px;
  }
  .Toggle2 span:nth-child(1) {
    top: 10px;
  }
  .Toggle2 span:nth-child(2) {
    top: 19px;
  }
  .Toggle2 span:nth-child(3) {
    top: 28px;
  }
  .Toggle2.active span:nth-child(1) {
    top: 19px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .Toggle2.active span:nth-child(2), .Toggle2.active span:nth-child(3) {
    top: 19px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .Toggle2 {
    display: block;
    position: fixed;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 150;
    background-color: #57a2c7;
    border-radius: 6em;
  }
  .Toggle2 span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    padding-bottom: 2px;
    border-bottom: solid 2px #ffffff;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    margin-top: 30px;
    margin-right: 40px;
  }
  .Toggle2:after {
    position: absolute;
    content: "Menu";
    color: #fff;
    font-size: 0.8em;
    top: 60px;
    right: 35px;
    margin-top: 5px;
  }
  .Toggle2 span:nth-child(1) {
    top: 10px;
  }
  .Toggle2 span:nth-child(2) {
    top: 19px;
  }
  .Toggle2 span:nth-child(3) {
    top: 28px;
  }
  .Toggle2.active span:nth-child(1) {
    top: 19px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .Toggle2.active span:nth-child(2), .Toggle2.active span:nth-child(3) {
    top: 19px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  .swiper-slide img {
    width: 100%;
    min-height: 100vh;
    object-fit: cover;
  }
  .header {
    width: 100%;
    min-height: 10vh;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .swiper-slide img {
    width: 100%;
    min-height: 70vh;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
}
@media screen and (min-width: 768px) {
  .topmain-text {
    min-height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .topmain-text {
    margin-top: 15vh;
    min-height: 10vh;
  }
}
.bt2 {
  border-top: 1px solid #dcdcdc;
}
.bb2 {
  border-bottom: 1px solid #dcdcdc;
}
.bt2 {
  border-top: 1px solid #dcdcdc;
}
@media screen and (min-width: 768px) {
  .bl2 {
    border-left: 1px solid #dcdcdc;
  }
  .br2 {
    border-right: 1px solid #dcdcdc;
  }
}
@media screen and (min-width: 768px) {
  .phototh {
    width: 100%;
    height: 600px;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .phototh {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
}