@charset "UTF-8";
/* --------------------------------
	定義
-------------------------------- */
/* --------------------------------
	レスポンシブ
-------------------------------- */
/* --------------------------------
	フォント
-------------------------------- */
@font-face {
  font-family: montserrat;
  src: url(../fonts/montserrat/montserrat-thin.woff2);
  font-weight: 100;
}

@font-face {
  font-family: montserrat;
  src: url(../fonts/montserrat/montserrat-extraLight.woff2);
  font-weight: 200;
}

@font-face {
  font-family: montserrat;
  src: url(../fonts/montserrat/montserrat-light.woff2);
  font-weight: 300;
}

@font-face {
  font-family: montserrat;
  src: url(../fonts/montserrat/montserrat-regular.woff2);
  font-weight: 400;
}

@font-face {
  font-family: montserrat;
  src: url(../fonts/montserrat/montserrat-medium.woff2);
  font-weight: 500;
}

@font-face {
  font-family: montserrat;
  src: url(../fonts/montserrat/montserrat-semibold.woff2);
  font-weight: 600;
}

@font-face {
  font-family: montserrat;
  src: url(../fonts/montserrat/montserrat-bold.woff2);
  font-weight: 700;
}

@font-face {
  font-family: montserrat;
  src: url(../fonts/montserrat/montserrat-extrabold.woff2);
  font-weight: 800;
}

@font-face {
  font-family: montserrat;
  src: url(../fonts/montserrat/montserrat-black.woff2);
  font-weight: 900;
}

/* --------------------------------
	アニメーション
-------------------------------- */
@keyframes anime-beside-slide {
  0%, 100% {
    transform: translateX(-100%);
    opacity: 0;
  }
  1% {
    transform: translateX(-100%);
    opacity: 1;
  }
  5% {
    transform: translateX(0);
  }
  94% {
    transform: translateX(0);
  }
  98% {
    transform: translateX(100%);
    opacity: 1;
  }
  99% {
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes slideshow {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes dayToNight {
  0% {
    -webkit-filter: hue-rotate(0deg) brightness(1);
    filter: hue-rotate(0deg) brightness(1);
  }
  50% {
    -webkit-filter: hue-rotate(180deg) brightness(0.1);
    filter: hue-rotate(180deg) brightness(0.1);
  }
  100% {
    -webkit-filter: hue-rotate(0deg) brightness(1);
    filter: hue-rotate(0deg) brightness(1);
  }
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-10px);
  }
  66.66667% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes marker-slide_in {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

.purun {
  animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards, purun 1s linear 0s 1;
}

@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 0;
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.anime .anime-scroll:nth-of-type(1) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 0.2s, opacity 1s ease 0.2s;
}

.anime .anime-scroll:nth-of-type(2) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 0.4s, opacity 1s ease 0.4s;
}

.anime .anime-scroll:nth-of-type(3) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 0.6s, opacity 1s ease 0.6s;
}

.anime .anime-scroll:nth-of-type(4) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 0.8s, opacity 1s ease 0.8s;
}

.anime .anime-scroll:nth-of-type(5) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 1s, opacity 1s ease 1s;
}

.anime .anime-scroll:nth-of-type(6) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 1.2s, opacity 1s ease 1.2s;
}

.anime .anime-scroll:nth-of-type(7) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 1.4s, opacity 1s ease 1.4s;
}

.anime .anime-scroll:nth-of-type(8) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 1.6s, opacity 1s ease 1.6s;
}

.anime .anime-scroll:nth-of-type(9) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 1.8s, opacity 1s ease 1.8s;
}

.anime .anime-scroll:nth-of-type(10) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 2s, opacity 1s ease 2s;
}

.anime .anime-scroll:nth-of-type(11) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 2.2s, opacity 1s ease 2.2s;
}

.anime .anime-scroll:nth-of-type(12) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 2.4s, opacity 1s ease 2.4s;
}

.anime .anime-scroll:nth-of-type(13) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 2.6s, opacity 1s ease 2.6s;
}

.anime .anime-scroll:nth-of-type(14) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 2.8s, opacity 1s ease 2.8s;
}

.anime .anime-scroll:nth-of-type(15) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 3s, opacity 1s ease 3s;
}

.anime .anime-scroll:nth-of-type(16) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 3.2s, opacity 1s ease 3.2s;
}

.anime .anime-scroll:nth-of-type(17) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 3.4s, opacity 1s ease 3.4s;
}

.anime .anime-scroll:nth-of-type(18) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 3.6s, opacity 1s ease 3.6s;
}

.anime .anime-scroll:nth-of-type(19) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 3.8s, opacity 1s ease 3.8s;
}

.anime .anime-scroll:nth-of-type(20) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 4s, opacity 1s ease 4s;
}

.anime.anime_active .anime-scroll {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.anime_hover-up:hover {
  transition-duration: .2s;
  transform: translateY(-5px) !important;
}

.splashbg {
  display: none;
}

body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleY(0);
  background-color: #09224c;
  /*伸びる背景色の設定*/
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}

#app_func {
  opacity: 0;
}

body.appear #app_func {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.zoomIn:hover {
  cursor: pointer;
}

.zoomIn img {
  transform: scale(1);
  transition: .3s ease-in-out;
}

.zoomIn a:hover img {
  transform: scale(1.2);
}

.mask {
  display: block;
  line-height: 0;
  overflow: hidden;
}

.delayScroll-box {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

button {
  border: 0;
  background: none;
}

.modal_box {
  display: none;
}

.modal_bg {
  background-color: rgba(30, 30, 30, 0.65);
  height: 100%;
  width: 100%;
}

.modal_inner {
  background-color: #fff;
  padding: 3rem;
  position: absolute;
  width: 75%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 75%;
}

@media (max-width: 769px) {
  .modal_inner {
    width: 85%;
    max-height: 85%;
  }
}

@media (max-width: 577px) {
  .modal_inner {
    width: 90%;
    padding: 25px;
  }
}

.modal_block {
  max-height: calc(100% - 1.5rem);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 3rem;
}

@media (max-width: 577px) {
  .modal_block {
    max-height: calc(100% - 2.5rem);
  }
}

.modal_block::-webkit-scrollbar {
  display: none;
}

.modal_block::after {
  display: block;
  position: absolute;
  bottom: 3.5rem;
  left: 0;
  content: "";
  width: 100%;
  height: 60px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}

#site-container {
  position: relative;
  min-height: 100vh;
}

html, body, div {
  font-size: .95rem;
  letter-spacing: .1rem;
  font-weight: 600;
}

body {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  min-height: 100vh;
  padding: 0 2rem;
  width: 85%;
  float: right;
}

body #content {
  flex: 1;
}

h1 {
  font-size: 1.8rem;
  letter-spacing: .1rem;
  line-height: 2rem;
}

h1:before {
  display: none !important;
}

h2 {
  font-size: 1.5rem;
}

h2:before {
  display: none;
}

a {
  color: black;
  text-decoration: none;
  width: 100%;
  outline: none;
}

a:hover {
  color: #b3b3b3;
  cursor: pointer;
}

a:visited {
  color: black;
}

a:focus {
  text-decoration: none;
  outline: none;
}

*:focus {
  outline: none;
}

p {
  letter-spacing: .1rem;
  font-weight: normal;
}

header {
  z-index: 1000;
}

header .site_logo {
  width: 20vw;
  padding-right: 1rem;
}

@media (max-width: 993px) {
  header .site_logo {
    width: 30vw;
    margin: 0 auto;
  }
}

@media (max-width: 769px) {
  header .site_logo {
    width: auto;
  }
}

@media (max-width: 577px) {
  header .site_logo {
    width: 100%;
  }
}

@media (max-width: 993px) {
  header .site_logo .logo_img {
    max-width: 240px;
    margin: 0 auto;
  }
}

header .header_sub_nav .header_sub_nav_item {
  font-size: .8rem;
  padding-right: .75rem;
  font-weight: normal;
}

header .header_sub_nav .header_sub_nav_item a {
  color: black;
}

header .header_sub_nav .header_sub_nav_item a:hover {
  color: #b3b3b3;
}

@media (max-width: 993px) {
  header .site-function-menu {
    width: 20%;
  }
}

@media (max-width: 577px) {
  header .site-function-menu {
    width: 45%;
  }
}

header .site-function-menu .function-list {
  height: 100%;
  padding: 0.5rem 10rem 0.5rem 1rem;
}

@media (max-width: 993px) {
  header .site-function-menu .function-list {
    padding-right: 1rem;
  }
}

header .site-function-menu .function-list__button {
  background: none;
  font-size: .8rem;
}

header .site-function-menu .function-list__button:hover {
  background-color: transparent !important;
}

header .site-function-menu .function-list__button span {
  color: #0D3576;
  letter-spacing: 0;
}

@media (max-width: 577px) {
  header .site-function-menu .function-list__button span {
    font-size: .8rem;
  }
}

header .site-function-menu .function-list__button svg {
  fill: #0D3576;
  width: 2rem;
  padding-right: .25rem;
}

.site-header {
  padding: 0;
  width: 16vw;
  min-width: 200px;
}

@media (max-width: 993px) {
  .site-header {
    position: fixed;
    z-index: 1000;
  }
}

.site-header .site-title {
  padding: 2rem 2rem 0;
  text-align: center;
}

@media (max-width: 993px) {
  .site-header .site-title {
    padding: 1rem;
    text-align: left;
  }
}

.site-header .site-title .site-logo span {
  line-height: 2rem;
  font-size: .8rem;
}

.site-header .menu-wrapper {
  margin-top: 1rem;
}

.site-header .menu-wrapper .main-menu {
  padding-left: 0;
}

.site-header .menu-wrapper .main-menu ul {
  margin-left: 0;
  padding-left: 0;
  border-top: solid 1px #ececec;
}

.site-header .menu-wrapper .main-menu ul .menu-item {
  margin: 0;
  padding: .75rem 1rem;
  border-bottom: solid 1px #ececec;
  font-size: .8rem;
}

.site-header .menu-wrapper .main-menu ul .menu-item a {
  text-decoration: none;
}

.site-header .menu-wrapper .main-menu ul .menu-item a.current {
  text-decoration: none;
}

.site-header .menu-wrapper .main-menu ul .menu-item .sub-menu {
  padding-left: 0;
}

.sub-nav-menu {
  background: white;
  padding-left: 3rem;
}

@media (max-width: 993px) {
  .sub-nav-menu {
    width: 100%;
    display: block !important;
    padding: .75rem 0;
  }
}

.news-date {
  color: gray;
  font-weight: bold;
  padding-right: .5rem;
  font-size: .85rem;
  letter-spacing: 0rem;
}

.news-category {
  font-size: .75rem;
  color: white;
  font-weight: bold;
  background-color: darkgrey;
  padding: .1rem .5rem;
  margin-right: 1rem;
  width: 105px;
  text-align: center;
}

.news-category p {
  font-weight: bold;
}

.news-body p {
  font-size: .9rem;
}

.new {
  font-weight: bold;
  color: white;
  background-color: #C1454A;
  font-size: .8rem;
  padding: 0 .5rem;
}

.page-numbers {
  list-style: none;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 2rem;
}

.page-numbers li {
  margin: 0 .25rem;
}

.page-numbers li a,
.page-numbers li span.page-numbers {
  padding: .25rem .5rem;
  border: solid 1px #0D3576;
  color: #0D3576;
  font-size: .8rem;
}

.page-numbers li span.page-numbers.current {
  border: solid 1px transparent;
  color: white !important;
  background-color: #0D3576;
}

.page-numbers li span.page-numbers.dots {
  border: 0 !important;
}

.page-numbers li a.next.page-numbers,
.page-numbers li a.prev.page-numbers {
  border: 0;
}

.site-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 3rem;
}

.widget_type_breadcrumb {
  width: 100%;
  position: absolute;
  z-index: 1;
}

#breadcrumb {
  padding: .25rem 0;
  font-size: .75rem;
  font-weight: normal;
  flex-wrap: wrap;
  color: #8aa3d4;
}

@media (max-width: 577px) {
  #breadcrumb {
    font-size: .7rem;
  }
}

#breadcrumb li a:visited {
  color: #8aa3d4;
}

#breadcrumb li br {
  display: none;
}

#breadcrumb li:after {
  content: "\03e";
  padding: 0 .4rem;
}

#breadcrumb li:last-child {
  font-weight: bold;
  color: #b6b6b6;
}

#breadcrumb li:last-child:after {
  content: none;
  padding-right: 0;
}

.footer-link_content {
  background-image: url(../image/common/footer_bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 6rem;
}

@media (max-width: 993px) {
  .footer-link_content {
    background-position: bottom;
  }
}

@media (max-width: 769px) {
  .footer-link_content {
    padding-top: 0rem;
  }
}

.footer-link_content .widget_content h3 {
  font-size: 1rem;
}

.footer-link_content .widget_content .link-item {
  width: 25%;
  padding-top: .5rem;
}

@media (max-width: 993px) {
  .footer-link_content .widget_content .link-item {
    width: 30%;
  }
}

@media (max-width: 577px) {
  .footer-link_content .widget_content .link-item {
    width: 50%;
  }
}

footer {
  font-size: .85rem;
}

footer .widget_content .footer-link_list .other-menu {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

@media (max-width: 993px) {
  footer .widget_content .footer-link_list .other-menu {
    display: block;
    margin-top: 1rem;
  }
}

footer .widget_content .footer-link_list .other-menu li a {
  color: white;
}

footer .widget_content .footer-link_list .other-menu li a:hover {
  opacity: .7;
}

footer .widget_content .footer-link_list .other-menu li p {
  font-size: .8rem;
  font-weight: bold;
}

footer .widget_content .footer-link_list .other-menu .link-content {
  padding: 0 .5rem;
}

@media (max-width: 993px) {
  footer .widget_content .footer-link_list .other-menu .link-content {
    margin: .5rem 0;
  }
}

footer .widget_content .footer-nav .footer-navigation .menu-footernavigation-container ul {
  display: block;
  text-align: center;
  font-size: .9rem;
}

footer .widget_content .footer-nav .footer-navigation .menu-footernavigation-container ul li {
  white-space: nowrap;
}

footer .widget_content .footer-nav .footer-navigation .menu-footernavigation-container ul li:hover {
  transition-duration: .2s;
  transform: translateY(-5px) !important;
}

footer .widget_content .footer-nav .footer-navigation .menu-footernavigation-container ul li a {
  color: white !important;
}

@media (max-width: 769px) {
  footer .widget_content .footer-nav .footer-navigation .menu-footernavigation-container ul li a {
    padding: .5rem;
  }
}

@media (max-width: 577px) {
  footer .widget_content .footer-nav .footer-navigation .menu-footernavigation-container ul li a {
    font-size: .85rem;
  }
}

footer .widget_content .copylight {
  font-size: .6rem;
}

.site-footer {
  max-width: 100%;
  padding-top: 1rem;
}

.site-footer p {
  text-align: center;
  width: 100%;
  font-size: .8rem;
}

.site-footer.section-inner {
  width: 100%;
}

.modal_trigger {
  cursor: pointer;
}

.modal_box {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.modal_bg {
  background-color: rgba(30, 30, 30, 0.65);
  height: 100%;
  width: 100%;
}

.modal_inner {
  background-color: #fff;
  padding: 3rem;
  position: absolute;
  width: 75%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 75%;
}

@media (max-width: 769px) {
  .modal_inner {
    width: 85%;
    max-height: 85%;
  }
}

@media (max-width: 577px) {
  .modal_inner {
    width: 90%;
    padding: 25px;
  }
}

.modal_block {
  max-height: calc(100% - 1.5rem);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 3rem;
}

@media (max-width: 577px) {
  .modal_block {
    max-height: calc(100% - 2.5rem);
  }
}

.modal_block::-webkit-scrollbar {
  display: none;
}

.modal_block::after {
  display: block;
  position: absolute;
  bottom: 3.5rem;
  left: 0;
  content: "";
  width: 100%;
  height: 60px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}

.modal_close {
  margin: 1rem auto 0;
  width: 20%;
}

.modal_close:hover {
  cursor: pointer;
}

.modal_close div {
  border: solid 1px black;
  padding: 0.25rem 1rem;
}

.modal_close div:hover {
  border: solid 1px transparent;
  color: white;
  background-color: #0D3576;
}

.slick-dots {
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 .25rem;
  max-width: 10px;
  padding: 0;
  border: 1px solid #CCB89C;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  cursor: pointer;
}

.slick-dots li button {
  display: none;
}

.slick-dots .slick-active {
  background-color: #CCB89C;
}

.ac-list {
  padding: .5rem .75rem;
}

.ac-list:hover {
  cursor: pointer;
}

.ac-parent {
  position: relative;
  padding-right: 8rem;
  line-height: 2rem;
}

@media (max-width: 577px) {
  .ac-parent {
    padding-right: 3rem;
  }
}

.ac-parent p {
  text-indent: -1.8rem;
  padding-left: 2rem;
}

.ac-parent:before, .ac-parent:after {
  position: absolute;
  display: inline-block;
}

.ac-parent:before {
  color: #0D3576;
  font-size: .9rem;
  top: -7px;
  right: 2rem;
  bottom: 0;
  background: none;
  text-align: right;
  width: 10%;
}

@media (max-width: 993px) {
  .ac-parent:before {
    display: none;
  }
}

.ac-parent:after {
  content: '';
  background-image: url(../images/common/icon/open-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 1rem;
  height: 1rem;
  top: 0;
  right: 1rem;
  bottom: 0;
  margin: auto;
}

@media (max-width: 993px) {
  .ac-parent:after {
    right: 9px;
  }
}

.ac-parent.open:before {
  right: 2rem;
}

@media (max-width: 769px) {
  .ac-parent.open:before {
    display: none;
  }
}

.ac-parent.open:after {
  background-image: url(../images/common/icon/close-icon.png);
}

.ac-child {
  display: none;
}

.ac-child p {
  text-indent: -1.8rem;
  padding-left: 2rem;
}

.ac-child__content {
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.ac-child__content:last-child {
  margin-bottom: 0;
}

.ac-child__content h3 {
  font-size: 1.1rem;
  border-left: solid 4px #0D3576;
  padding-left: 0.5rem;
}

.ac-child__content__detail {
  padding-left: 0.75rem;
  font-size: .9rem;
  line-height: 1.6rem;
}

.fs-8rem {
  font-size: .8rem;
}

.menu-wrapper {
  border-top: 1px solid #ececec;
  overflow: scroll;
}

.menu-wrapper .menu-content {
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 0;
}

.menu-wrapper .menu-content li {
  margin: 0;
}

.menu-wrapper .menu-content section {
  border-bottom: 1px solid #ececec;
}

.menu-wrapper .menu-content a {
  text-decoration: none;
}

.menu-wrapper .menu-content a p {
  transition: all .2s ease;
}

.menu-wrapper .menu-content a:hover p {
  transform: translate(0.2rem);
}

.menu-wrapper .menu-content .open-button {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0;
}

.menu-wrapper .menu-content .open-button::before, .menu-wrapper .menu-content .open-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  /* 棒の幅（太さ） */
  height: 10px;
  /* 棒の高さ */
  background-color: #333;
  transition: all .2s ease;
}

.menu-wrapper .menu-content .open-button::before {
  transform: translate(-50%, -50%);
}

.menu-wrapper .menu-content .open-button::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.menu-wrapper .menu-content .open-button:hover::before, .menu-wrapper .menu-content .open-button:hover::after {
  background-color: #999999;
}

.menu-wrapper .menu-content .open-button.active::before, .menu-wrapper .menu-content .open-button.active-child::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-wrapper .menu-content .open-button.active::after, .menu-wrapper .menu-content .open-button.active-child::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-wrapper .menu-content .title {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: .5rem 1rem;
}

.menu-wrapper .menu-content .box {
  background: #f3f3f3;
  margin: 0;
  padding-left: 1rem;
  list-style: none;
}

.menu-wrapper .menu-content .js-box {
  display: none;
}

.menu-wrapper .menu-content .js-box.active {
  display: block;
}

.menu-wrapper .menu-content .js-box-child {
  display: none;
}

.menu-wrapper .menu-content .js-box-child.active-child {
  display: block;
}

.widget_content {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 993px) {
  .widget_content {
    width: 90%;
  }
}

@media (max-width: 769px) {
  .widget_content {
    width: 95%;
  }
}

.slide-content {
  margin-inline: auto;
  overflow: hidden;
}

.slide-content .slide-item .slick-img img {
  width: 100%;
}

.slide-content .slide-item .slide_catch {
  bottom: 8rem;
  left: 5rem;
  color: white;
}

@media (max-width: 769px) {
  .slide-content .slide-item .slide_catch {
    top: 8rem;
    right: 5rem;
    left: auto;
  }
}

@media (max-width: 577px) {
  .slide-content .slide-item .slide_catch {
    top: 3rem;
    right: 1rem;
  }
}

.slide-content .slide-item .slide_catch h2, .slide-content .slide-item .slide_catch p {
  font-family: 'BIZ UDPMincho' , 'Noto Serif JP' , sans-serif;
  letter-spacing: .01rem;
}

.slide-content .slide-item .slide_catch h2 {
  font-size: 3rem;
}

@media (max-width: 577px) {
  .slide-content .slide-item .slide_catch h2 {
    font-size: 1.5rem;
  }
}

.slide-content .slide-item .slide_catch p {
  font-size: 1.7rem;
  line-height: 2.5rem;
}

@media (max-width: 577px) {
  .slide-content .slide-item .slide_catch p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.slide-content .slide-item .slide_catch p small {
  font-size: .85rem;
}

@media (max-width: 577px) {
  .slide-content .slide-item .slide_catch p small {
    letter-spacing: .05rem;
    font-size: .5rem;
  }
}

.more-link {
  text-align: right;
}

.more-link button {
  color: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  background: #7ba7e3;
  background: linear-gradient(114deg, #7ba7e3 0%, #80d1e6 39%, #84eae8 64%, #86fcea 92%, #97e5cb 100%) !important;
  padding: .25rem 1rem;
  min-width: 20vw;
}

.more-link button:hover {
  box-shadow: none;
  transition-duration: .2s;
}

.more-link button p {
  font-weight: bold;
}

@media (max-width: 769px) {
  .more-link button p {
    font-size: .85rem;
  }
}

@media (max-width: 769px) {
  .more-link button p {
    font-size: .7rem;
  }
}

.more-link button p i {
  padding-left: .5rem;
}

.app_func main {
  padding: 0 2rem;
}

.app_func_screen_top .widget_type_page_title {
  display: none;
}

.app_func_screen_top #wpmem_login {
  margin: auto;
}

.app_func_screen_top #wpmem_login legend {
  display: none;
}

.app_func_screen_top #wpmem_login .button_div {
  text-align: center;
}

.app_func_screen_top #wpmem_login input.buttons {
  display: block;
  margin: 2rem auto 0 !important;
}

.app_func_screen_top #wpmem_login label {
  font-size: .9rem;
  font-weight: bold;
}

h2.login-form_tit {
  text-align: center;
  margin-top: 3rem;
  font-weight: bold;
}

.widget_type_login .widget_content .widget_header {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

.widget_type_login .widget_content .widget_header .site-logo span {
  margin-top: 0.5rem;
}

.widget_type_login .widget_content legend {
  display: none;
}

.widget_type_login .widget_content .login_status {
  text-align: center;
  margin-top: 3rem;
  line-height: 1.7rem;
}

.widget_type_login .widget_content .widget_body .login-comment {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 4rem;
  font-weight: bold;
}

.widget_type_page_title .page-tit_content h1 {
  font-size: 1.3rem;
  background-color: #f1f1f1;
  padding: 0.25rem 1rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.widget_type_document {
  padding: 0 1rem;
}

.widget_type_document__about ul {
  margin-left: 0;
  padding-left: 1rem;
}

.widget_type_document__about ul li {
  margin: 0 0 .5rem;
  font-weight: normal;
}

.widget_type_document__about ul li a {
  color: #0ba490;
}

.widget_type_document__about ul li a:hover {
  opacity: .5;
}

.widget_type_document__about__content {
  margin-bottom: 4rem;
  line-height: 1.5rem;
}

.widget_type_document__about__content h3 {
  line-height: 1.8rem;
  font-size: 1.2rem;
}

.widget_type_document__about__content .table-list {
  margin-top: 4rem;
}

.widget_type_document__about__content .table-list h2 {
  font-size: 1.2rem;
  border-bottom: solid 1px #bcbcbc;
  padding-left: .5rem;
  padding-bottom: .5rem;
}

.widget_type_document__about__content .table-list ul {
  padding: 0;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.widget_type_document__about__content .table-list ul li {
  width: calc(100% / 3 - .5rem);
  margin: .25rem;
}

.widget_type_document__about__content .table-list ul li button {
  background-color: white;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #6e5b3b;
  padding: .5rem 1.5rem;
  box-shadow: 0 4px 0 #196a99;
  transition: .4s;
  border: solid 1px #196a99;
  line-height: 1.3rem;
}

.widget_type_document__about__content .table-list ul li button:hover {
  transform: translateY(3px);
  box-shadow: 0 0 0 #196a99;
  opacity: 1;
}

.widget_type_document__about__content .table-list ul li button p {
  margin-bottom: 0;
  color: black;
}

.widget_type_document__about__content .table-list ul li button p span {
  display: block;
  font-size: .9rem;
  color: #196a99;
  font-weight: bold;
}

.widget_type_document .widget_body section {
  margin-bottom: 3.5rem;
}

.widget_type_document .widget_body .widget_title {
  margin-bottom: .75rem;
}

.widget_type_document .widget_body .widget_title h2 {
  font-size: 1.2rem;
  border-left: solid 5px #ff9801;
  border-bottom: solid 1px #ff9801;
  padding-left: .75rem;
  line-height: 1.7rem;
  padding-bottom: .25rem;
}

.widget_type_document .widget_body .widget_title h2 span {
  display: block;
  font-size: 1rem;
  color: #ff9800;
  font-weight: bold;
}

.widget_type_document .widget_body .widget_about,
.widget_type_document .widget_body .widget_img,
.widget_type_document .widget_body .step_detail {
  padding: 0 1.25rem;
}

.widget_type_document .widget_body .widget_about a {
  color: #0ba490 !important;
}

.widget_type_document .widget_body .widget_about a:hover {
  opacity: .5 !important;
}

.widget_type_document .widget_body .widget_img {
  margin-bottom: 2rem;
}

.widget_type_document .widget_body .step_detail:first-child {
  margin-top: 4rem;
}

.widget_type_document .widget_body .step_detail h3 {
  font-size: 1.1rem;
  border-left: solid 4px #e0e0e0;
  padding-left: .5rem;
  line-height: 1.6rem;
  margin-top: 3rem;
}

.widget_type_document .widget_body .step_detail h3 span {
  font-size: .9rem;
  display: block;
  font-weight: bold;
}

.widget_type_document .widget_body .step_detail__about, .widget_type_document .widget_body .step_detail__img {
  padding: 0 .9rem;
  margin-bottom: 2rem;
}
