@charset "UTF-8";
.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #4695EB;
}

.bg-orange {
  background-color: #F39C13;
}

.bg-black {
  background-color: #454545;
}

.c-white {
  color: #fff;
}

.c-blue {
  color: #4695EB;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  word-break: break-all;
}

body {
  transition: 1.4s;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a {
  color: unset;
  text-decoration: none;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p, li, div, span {
  font-size: 100%;
  line-height: 1.6;
}

.flex {
  display: flex;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

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

.loading {
  opacity: 0;
}

.scroll {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 2s, opacity 2s, visibility 2s;
}

.scroll-left {
  transform: translateX(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 2s, opacity 2s, visibility 2s;
}

.scroll-right {
  transform: translateX(-30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 2s, opacity 2s, visibility 2s;
}

.fadein {
  transform: translateX(0);
  opacity: 2;
  visibility: visible;
}

.bl_floatingBanner {
  position: fixed;
  bottom: 1%;
  right: 1%;
  width: 310px;
  z-index: 9999;
  max-width: 100%;
}

.bl_floatingBanner.js_close {
  display: none;
}

.bl_floatingBanner_img {
  transition: 0.3s;
}

.bl_floatingBanner_img:hover {
  opacity: 0.6;
}

.bl_floatingBanner_close {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: -15px;
  cursor: pointer;
  background-color: #fff;
}

.bl_floatingBanner_close span:nth-of-type(1) {
  position: absolute;
  top: 7px;
  right: 0;
  width: 15px;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
}

.bl_floatingBanner_close span:nth-of-type(2) {
  position: absolute;
  top: 0;
  right: 7px;
  width: 1px;
  height: 15px;
  background-color: #000;
  transform: rotate(45deg);
}

/**  PC 共通
****************************************************************************/
.contents-wrap {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

h2.sec-title_head {
  display: inline-block;
  font-weight: bold;
  font-size: 30px;
}

p.sec-title_sub {
  font-size: 16px;
  margin-top: 20px;
}

p.sec-contents_message {
  font-size: 18px;
  margin-top: 40px;
}

.scroll-top {
  max-width: 100px;
  position: fixed;
  bottom: 1%;
  right: 1%;
  z-index: 9999;
  transition: 0.3s;
}
.scroll-top img {
  width: 100%;
}
.scroll-top:hover {
  opacity: 0.8;
  transform: translateY(-10px);
}

.floating-bnr {
  position: fixed;
  bottom: 1%;
  right: 1%;
  width: 310px;
  z-index: 9990;
}
.floating-bnr img {
  width: 100%;
}

/**  ヘッダー
****************************************************************************/
#header {
  width: 100%;
  height: 90px;
}

.header-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding-top: 10px;
}

ul.menu-list_area {
  gap: 20px;
}

li.menu-list {
  width: 240px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
}
li.menu-list a {
  font-size: 16px;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
}

/**  フッター
****************************************************************************/
#footer {
  padding-bottom: 30px;
}

.footer-last_container {
  padding: 70px 0;
  background-color: #5A5A5A;
}

.footer-info_container {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
  justify-content: space-between;
}

.footer-logo_area {
  max-width: 420px;
}
.footer-logo_area img {
  width: 100%;
}

ul.footer-nav_area {
  width: 60%;
  flex-wrap: wrap;
  justify-content: end;
  gap: 20px;
  row-gap: 10px;
}

li.footer-nav {
  font-size: 14px;
}

p.copyright {
  font-size: 12px;
  margin-top: 40px;
  padding-right: 3%;
}

/**      PC　以上      **/
@media screen and (min-width: 1201px) {
  .sp_part {
    display: none;
  }
}
/**      Tab　以上      **/
@media screen and (min-width: 781px) {
  .sp_part {
    display: none;
  }
}
/**      Tab　以下      **/
@media screen and (max-width: 980px) {
  .pc_part {
    display: none;
  }
  .scroll-top {
    max-width: 80px;
  }
  /**  SP 共通
  ****************************************************************************/
  .contents-wrap {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
  }
  h2.sec-title_head {
    font-size: 20px;
  }
  p.sec-title_sub {
    font-size: 14px;
  }
  p.sec-contents_message {
    font-size: 16px;
    margin-top: 30px;
  }
  /**  ヘッダー
  ****************************************************************************/
  #header {
    height: 70px;
  }
  .main-logo {
    max-width: 280px;
    padding: 15px 0 0 10px;
  }
  .main-logo img {
    width: 100%;
  }
  .menu-icon {
    width: 32px;
    height: 20px;
    position: fixed;
    top: 25px;
    right: 20px;
    z-index: 9999;
  }
  .menu-icon span {
    position: relative;
    width: 32px;
    height: 1px;
    background-color: #000;
    transition: 0.4s;
  }
  .menu-icon span:first-child {
    top: 0;
    left: 0;
    position: absolute;
  }
  .menu-icon span:nth-child(2) {
    top: 10px;
    left: 0;
    position: absolute;
  }
  .menu-icon span:last-child {
    top: 20px;
    left: 0;
    position: absolute;
  }
  .menu-icon_open span:first-child {
    top: 10px;
    transform: rotate(225deg);
  }
  .menu-icon_open span:nth-child(2) {
    top: 10px;
    left: 10px;
    opacity: 0;
  }
  .menu-icon_open span:last-child {
    top: 10px;
    transform: rotate(-225deg);
  }
  .nav-menu_list {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    background: linear-gradient(to right, #4695EB, #2664a7);
    z-index: 9995;
    transition: 0.4s;
  }
  .menu-list_open {
    right: 0;
  }
  nav {
    width: 100%;
    height: 100%;
    position: relative;
  }
  ul.menu-list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  ul.menu-list li {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 30px;
  }
  /**  フッター
  ****************************************************************************/
  #footer {
    padding-bottom: 30px;
  }
  .footer-last_container {
    padding: 40px 0;
  }
  .footer-info_container {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    display: block;
  }
  ul.footer-nav_area {
    width: 100%;
    display: block;
    margin-top: 40px;
  }
  li.footer-nav {
    font-size: 14px;
    margin-bottom: 10px;
  }
  p.copyright {
    font-size: 12px;
    margin-top: 40px;
    padding-right: 3%;
  }
}
/**      SP　以下      **/