@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");

ul,
ol,
li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}

img {
  max-width: 100%;
}

h2 {
  font-size: 32px;
}
h3 {
  font-size: 24px;
}

/* ヘッダー */
header.bl_header {
  position: fixed;
  width: 100%;
  height: 100px;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: 0.3s;
  background: #fff;
}
header.scroll {
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.ly_header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 85px;
  height: 100%;
  position: relative;
  transition: 0.3s;
  max-width: 1400px;
  margin: 0 auto;
}
header.scroll .ly_header_inner {
  padding: 0px 100px;
}
.bl_logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
}
.bl_logo span:first-child {
  font-size: 18px;
  margin-bottom: 0.5rem;
}
.bl_logo span:nth-child(2) {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
}
.bl_nav {
  height: 100%;
}

ul.bl_nav_items {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 100%;
  height: 100%;
}
.bl_header .bl_nav_item {
  position: relative;
  width: 120px;
  border-right: 1px solid #0071b9;
  text-align: center;
}
.bl_nav_item:last-of-type {
  width: 130px;
}
.bl_header .bl_nav_item:first-child {
  border-left: 1px solid #0071b9;
}

.bl_nav_item a {
  display: block;
  line-height: 1;
  z-index: 1;
  padding: 0.5em 0;
  text-align: center;
}
.bl_hamburger_nav,
.bl_headder_btnWrap,
.bl_header_hamburger,
.bl_mail_btn {
  display: none;
}

/* サブメニュー */
.bl_sub {
  overflow: hidden;
  position: absolute;
  left: -25%;
  top: 3em;
  width: 150px;
  min-height: 0;
  height: 0;
  z-index: 3;
  transition: min-height 0.5s;
}
.bl_sub > li > a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 1.75;
  width: 200px;
  background-color: #0ba46a;
}
.bl_sub > li > a:hover {
  background-color: #065537;
  opacity: 1;
}
.bl_sub.active {
  min-height: 220px;
  width: 200px;
}

/* フッター */
.bl_footer {
  background-color: #40a037;
  color: #fff;
}
.ly_footer_inner {
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4rem 0;
}
.footer_logo {
  display: flex;
  flex-direction: column;
  font-size: 30px;
}
.footer_logo span:first-child {
  font-size: 18px;
  margin-bottom: 0.5rem;
}
.footer_access {
  line-height: 1.8;
  margin-top: 4rem;
}
.bl_footer_nav_item {
  margin-bottom: 3rem;
}
.bl_footer_nav_item:last-child {
  margin-bottom: 0;
}
.bl_footer_copy {
  border-top: solid 1px #fff;
}
.ly_copyright_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.bl_copyright {
  padding: 1.5rem 0;
}

/* ly_inner */
.ly_inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* h2wrap */
.bl_h2_wrap {
  padding-top: 15rem;
  text-align: center;
  line-height: 1.8;
}

/* h2_headding */
.bl_h2_heading {
  font-size: 32px;
  font-weight: bold;
}

/* flex */
.bl_flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.bl_flex_item img {
  width: 350px;
}

/* 見出し下線 */
.underbar {
  position: relative;
  margin-bottom: 1em;
}
.underbar:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0ba46a;
  border-radius: 2px;
}

.hp_pc {
  display: block;
}
.hp_sp {
  display: none;
}

@media (max-width: 1024px) {
  /* ヘッダー */
  .bl_nav {
    display: none;
  }
  .bl_logo {
    margin-left: 3rem;
  }
  /* .bl_logo span {
  display: none;
} */
  .bl_logo span:first-child {
    font-size: 12px;
    margin-bottom: 0.3rem;
  }
  .bl_logo span:nth-child(2) {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
  }
  header.bl_header {
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: 0.3s;
  }
  header.scroll {
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .ly_header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 5px;
    height: 100%;
    position: relative;
    transition: 0.3s;
  }
  header.scroll .ly_header_inner {
    padding: 0 0 0 20px;
  }

  /* ヘッダー　メールボタン */
  .bl_mail_btn {
    background-color: #FA8900;
  }
  .material-icons {
    font-family: "Material Icons";
  }
  .material-icons.md-48 {
    font-size: 48px;
  }
  .material-icons.md-light {
    color: rgba(255, 255, 255, 1);
  }

  /* ハンバーガーメニュー */
  .bl_hamburger_nav,
  .bl_headder_btnWrap,
  .bl_header_hamburger,
  .bl_mail_btn {
    display: block;
  }
  .bl_headder_btnWrap {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .bl_hamburger_nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #0ba46a; /*ハンバーガーメニュークリック時のナビゲーションメニュー背景色*/
    transition: ease 0.4s; /*ハンバーガーメニュークリック時のナビゲーションメニュー出現を遅延*/
  }
  .bl_header_hamburger,
  .bl_mail_btn {
    width: 60px;
    height: 100%;
  }

  .bl_hamburger {
    background-color: #0ba46a;
    z-index: 9999;
  }
  .bl_hamburger_nav.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* ハンバーガーメニューの線 */
  .bl_hamburger span {
    width: 100%;
    height: 1px;
    background-color: #000;
    position: relative;
    transition: ease 0.4s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
    display: block;
  }
  .bl_hamburger span:nth-child(1) {
    background-color: #fff;
    top: 0;
    width: 32px;
    margin: 0 auto;
  }
  .bl_hamburger span:nth-child(2) {
    background-color: #fff;
    width: 32px;
    margin: 8px auto;
  }
  .bl_hamburger span:nth-child(3) {
    background-color: #fff;
    top: 0;
    width: 32px;
    margin: 0 auto;
  }
  /* ハンバーガーメニュークリック後のスタイル */
  .bl_header_nav.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .bl_hamburger.active span:nth-child(1) {
    top: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .bl_hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .bl_hamburger.active span:nth-child(3) {
    top: -13px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .bl_hamburger_nav_items {
    padding: 0;
    position: absolute;
    top: 42%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
  }
  /* ナビのリンク */
  .bl_hamburger_nav_item a {
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 35px;
  }
  .bl_hamburger_nav_item:last-child a {
    margin-bottom: 0;
  }

  .material-symbols-outlined {
    color: #fff !important;
    font-size: 40px;
    display: block;
  }
  /*  フッター */
  .bl_footer {
    height: auto;
  }
  .ly_footer_inner {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 5px 2rem;
  }
  .bl_footer_nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .bl_footer_nav:first-child {
    border-bottom: solid 1px #fff;
  }

  .bl_footer_nav:nth-child(3) {
    padding-top: 0;
  }
  .bl_footer_nav .bl_nav_item {
    margin: 0;
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid;
  }
  .bl_copyright {
    padding: 10px 2rem;
  }
.footer_access {
  margin-top: 2rem;
}

  /* ly_inner */
  .ly_inner {
    padding: 0 2rem;
  }
  /* h2 */
  h2 {
    font-size: 24px;
  }
  .bl_h2_wrap {
    padding-top: 8rem;
    text-align: center;
    line-height: 1.8;
  }
}

@media (max-width: 600px) {
  .hp_pc {
    display: none;
  }
  .hp_sp {
    display: block;
  }
  .bl_logo {
    margin-left: 0;
  }
  .bl_h2_wrap {
    padding-top: 6rem;
  }
  .bl_feature_items {
    flex-direction: column;
  }
  .bl_btn_wrap {
    padding: 4rem 0;
    text-align: center;
  }
}
