@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-SemiBold";
  src: url("../fonts/NotoSansJP-SemiBold.ttf");
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url("../fonts/NotoSansJP-Medium.ttf");
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url("../fonts/NotoSansJP-Regular.ttf");
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.ttf");
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

/*--------------------------------------------------------------
 BASE
--------------------------------------------------------------*/
/* --------------------------------------------------
 COMMON
-------------------------------------------------- */
body {
  font-family: "NotoSansJP-Regular", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.03em;
  background-color: #050A14;
}

a {
  transition: 0.3s;
  text-decoration: none;
}

p {
  line-height: 1.8;
}

ul {
  padding: 0;
}

li {
  list-style-type: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.img {
  line-height: 0;
}

.tb {
  display: none;
}
@media screen and (max-width: 767px) {
  .tb {
    display: block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 500px) {
  .sp {
    display: block;
  }
}

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

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

.cf:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) {
  .br_sp {
    display: none;
  }
}

.br_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .br_pc {
    display: block;
  }
}

.null {
  display: block;
  margin-top: -200px;
  padding-top: 200px;
}

/* ----------------------------------------------------------------------
 TYPOGRAPHY
---------------------------------------------------------------------- */
.title_wrap {
  color: #fff;
}
.title_wrap .title_en {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 14px;
  position: relative;
  font-weight: 600;
  letter-spacing: 0;
}
.title_wrap .title_en:before {
  content: "- ";
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 1239px) {
  .title_wrap .title_ll {
    margin-top: -7px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .title_wrap .title_ll {
    margin-top: 10px;
  }
}

.title_ll {
  font-family: "NotoSansJP-Medium";
  font-weight: normal;
}
@media screen and (min-width: 1240px) {
  .title_ll {
    font-size: 42px;
    line-height: 1.5;
  }
  .title_ll small {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .title_ll {
    font-size: 32px;
  }
  .title_ll small {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .title_ll {
    font-size: 28px;
  }
  .title_ll small {
    font-size: 22px;
  }
}

.title_l {
  font-family: "NotoSansJP-Medium";
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .title_l {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .title_l {
    font-size: 28px;
  }
}

.title_m {
  line-height: 2;
  font-family: "NotoSansJP-Medium";
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .title_m {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .title_m {
    font-size: 20px;
  }
}

.title_s {
  font-family: "NotoSansJP-Medium";
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .title_s {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .title_s {
    font-size: 16px;
  }
}

.txt_en {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-style: normal;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .txt_en {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .txt_en {
    font-size: 12px;
  }
}

.txt_w {
  color: #fff;
}

.txt_line {
  position: relative;
}
.txt_line:after {
  content: "";
  height: 1px;
  width: calc(100% - 70px);
  position: absolute;
  right: 0;
  top: 10px;
  background: #fff;
}

.title_page_wrap:before {
  content: "";
  width: 100%;
  height: 450px;
  display: block;
  background: url(../img/common/ti_back_01.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.title_page_wrap .img {
  position: relative;
  z-index: 2;
}
.title_page_wrap .img:before, .title_page_wrap .img:after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .title_page_wrap .img:before, .title_page_wrap .img:after {
    width: 220px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .title_page_wrap .img:before, .title_page_wrap .img:after {
    width: 80px;
    height: 20px;
  }
}
.title_page_wrap .img:before {
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .title_page_wrap .img:before {
    background: url(../img/common/frame_b_ti_pc_01.svg) no-repeat top center;
  }
}
@media screen and (max-width: 767px) {
  .title_page_wrap .img:before {
    background: url(../img/common/frame_b_ti_sp_01.svg) no-repeat top center;
  }
}
.title_page_wrap .img:after {
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .title_page_wrap .img:after {
    background: url(../img/common/frame_b_ti_pc_02.svg) no-repeat top center;
  }
}
@media screen and (max-width: 767px) {
  .title_page_wrap .img:after {
    background: url(../img/common/frame_b_ti_sp_02.svg) no-repeat top center;
  }
}
.title_page_wrap .loop-wrapper {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0.2;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .title_page_wrap .loop-wrapper {
    top: 100px;
  }
}
.title_page_wrap .loop-wrapper .loop-inner {
  display: inline-block;
  animation: loop 20s linear infinite;
  font-family: "Montserrat-LightItalic", sans-serif;
  color: #fff;
  font-size: clamp(120px, 14.5vw, 180px);
}
.title_page_wrap .loop-wrapper .loop-inner.product {
  animation: loop 50s linear infinite;
}
.title_page_wrap .loop-wrapper .loop-inner.company {
  animation: loop 30s linear infinite;
}
.title_page_wrap .loop-wrapper .loop-inner.policy {
  animation: loop 40s linear infinite;
}

@media screen and (min-width: 768px) {
  .title_page .title_wrap {
    padding: 18px 0 168px;
  }
}
@media screen and (max-width: 767px) {
  .title_page .title_wrap {
    padding: 40px 0 113px;
  }
}

/* ----------------------------------------------------------------------
 LAYOUT
---------------------------------------------------------------------- */
.l_container {
  position: relative;
}
.l_container:before {
  content: "";
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-position: center;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l_container:before {
    background: url(../img/common/ti_bg_01.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .l_container:before {
    background: url(../img/common/co_bg_01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.l_inner {
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l_inner {
    max-width: 1240px;
  }
}
@media screen and (max-width: 767px) {
  .l_inner {
    max-width: 600px;
  }
}

.l_inner_s {
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l_inner_s {
    max-width: 940px;
  }
}
@media screen and (max-width: 767px) {
  .l_inner_s {
    max-width: 600px;
  }
}

@media screen and (min-width: 1240px) {
  .l_sec {
    padding: 120px 0 140px;
  }
}
@media screen and (max-width: 1239px) {
  .l_sec {
    padding: 115px 0 82px;
  }
}

@media screen and (min-width: 768px) {
  .l_flex {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .l_flex_reverse {
    flex-direction: row-reverse;
  }
}

/* ----------------------------------------------------------------------
 LINK
---------------------------------------------------------------------- */
.btn_arrow {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #0045FF;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
  overflow: hidden;
}
.btn_arrow:before, .btn_arrow:after {
  content: "";
  width: 11px;
  height: 10px;
  display: block;
  background-image: url(../img/common/icon_arrow_w.svg);
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -5px;
}
.btn_arrow:after {
  transform: translateX(-250%);
}

.btn:hover .btn_arrow,
.link:hover .btn_arrow {
  transform: translateY(-50%) scale(1.14);
}
.btn:hover .btn_arrow:before,
.link:hover .btn_arrow:before {
  transition: transform 0.3s ease-in-out;
  transform: translate(250%);
}
.btn:hover .btn_arrow:after,
.link:hover .btn_arrow:after {
  transition: transform 0.3s ease-in-out;
  transform: translate(0);
}

.btn {
  transition: 0.3s;
}

.btn_back_b {
  display: inline-block;
  background-color: #0045FF;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: 0.25s;
  color: #fff;
}
.btn_back_b:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1FAAF2;
  transform: translateY(100%);
  transition: 0.25s;
  z-index: -1;
}
.btn_back_b:hover {
  background: none;
}
.btn_back_b:hover:before {
  transform: translateY(0);
}

.btn_m {
  width: 200px;
  display: block;
  padding: 0 15px;
  position: relative;
  transition: 0.3s;
  color: #fff;
  font-family: "NotoSansJP-Medium";
}
@media screen and (min-width: 768px) {
  .btn_m {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .btn_m {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.btn_m:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: transparent;
  transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.btn_m:hover {
  color: #333;
  border: 1px solid #fff;
}
.btn_m:hover:before {
  height: 100%;
  background-color: #fff;
}
.btn_m .btn_inner {
  position: relative;
  z-index: 3;
  color: #333;
}
.btn_m .btn_arrow {
  right: 10px;
}

.btn_c_w {
  border: 1px dotted #fff;
}

.btn_c_b {
  border: 1px dotted #ccc;
  color: #333;
}

.btn_l {
  color: #fff;
  border-bottom: 1px dashed #fff;
  padding: 10px 0;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .btn_l {
    font-size: 24px;
    padding-right: 60px;
    width: 294px;
  }
}
@media screen and (max-width: 767px) {
  .btn_l {
    font-size: 18px;
    padding-right: 60px;
  }
}
.btn_l .btn_arrow_l {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0045FF;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
  overflow: hidden;
}
.btn_l .btn_arrow_l:before, .btn_l .btn_arrow_l:after {
  content: "";
  width: 14px;
  height: 13px;
  display: block;
  background-image: url(../img/common/icon_arrow_w.svg);
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -6.5px;
  background-size: contain;
}
.btn_l .btn_arrow_l:after {
  transform: translateX(-250%);
}
.btn_l:hover {
  border-bottom: 1px solid #fff;
}
.btn_l:hover .btn_arrow_l {
  transform: translateY(-50%) scale(1.14);
}
.btn_l:hover .btn_arrow_l:before {
  transition: transform 0.3s ease-in-out;
  transform: translate(250%);
}
.btn_l:hover .btn_arrow_l:after {
  transition: transform 0.3s ease-in-out;
  transform: translate(0);
}

.link_more {
  color: #fff;
  position: relative;
  padding-right: 30px;
  width: 120px;
}

#link_scroll {
  font-family: "Montserrat-Medium", sans-serif;
  color: #fff;
  writing-mode: vertical-rl;
  position: absolute;
  z-index: 5;
}
@media screen and (min-width: 1240px) {
  #link_scroll {
    font-size: 12px;
    top: 50%;
    margin-top: -40px;
    right: 10px;
  }
  #link_scroll:after {
    width: 20px;
    height: 20px;
    background-size: 10px auto;
    bottom: -30px;
  }
}
@media screen and (max-width: 1239px) {
  #link_scroll {
    font-size: 10px;
    bottom: 120px;
    margin-top: -40px;
    right: 6px;
  }
  #link_scroll:after {
    width: 16px;
    height: 16px;
    background-size: 8px auto;
    bottom: -22px;
  }
}
#link_scroll:after {
  position: absolute;
  z-index: 101;
  right: 0;
  display: block;
  content: "";
  transition: 0.3s;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../img/common/icon_arrow_b.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#link_pagetop {
  font-family: "Montserrat-Medium", sans-serif;
  color: #1FAAF2;
  writing-mode: vertical-rl;
  position: fixed;
  z-index: 5;
  display: none;
}
@media screen and (min-width: 1240px) {
  #link_pagetop {
    font-size: 12px;
    top: 50%;
    margin-top: -57px;
    right: 10px;
  }
  #link_pagetop:after {
    width: 20px;
    height: 20px;
    background-size: 10px auto;
    bottom: -30px;
  }
}
@media screen and (max-width: 1239px) {
  #link_pagetop {
    font-size: 10px;
    bottom: 105px;
    margin-top: -40px;
    right: 6px;
  }
  #link_pagetop:after {
    width: 16px;
    height: 16px;
    background-size: 8px auto;
    bottom: -22px;
  }
}
#link_pagetop:after {
  position: absolute;
  z-index: 101;
  bottom: -30px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  transition: 0.3s;
  border-radius: 50%;
  background-color: #1FAAF2;
  background-image: url(../img/common/icon_arrow_w.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 10px auto;
  transform: rotate(-90deg);
}
@media screen and (max-width: 1239px) {
  #link_pagetop:after {
    width: 16px;
    height: 16px;
    background-size: 8px auto;
    bottom: -22px;
    right: 0;
  }
}

/* ----------------------------------------------------------------------
 LIST
---------------------------------------------------------------------- */
.list_breadcrumb {
  color: #fff;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .list_breadcrumb {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .list_breadcrumb {
    padding-top: 60px;
  }
}
.list_breadcrumb li, .list_breadcrumb a {
  color: #fff;
}
.list_breadcrumb li + li:before {
  content: "—";
  color: #1FAAF2;
  margin: 0 1px;
}
@media screen and (min-width: 768px) {
  .list_breadcrumb {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .list_breadcrumb {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  .list_product {
    display: flex;
    flex-wrap: wrap;
  }
}
.list_product li p {
  font-family: "NotoSansJP-Medium";
}
@media screen and (min-width: 1240px) {
  .list_product li {
    width: calc((100% - 120px) / 4);
  }
  .list_product li:not(:nth-child(4n+1)) {
    margin-left: 40px;
  }
  .list_product li:nth-child(n+5) {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .list_product li {
    width: calc((100% - 40px) / 3);
  }
  .list_product li:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }
  .list_product li:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .list_product li p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .list_product li:nth-child(n+2) {
    margin-top: 60px;
  }
  .list_product li p {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .list_eq {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .list_eq + .list_eq {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
  }
  .list_eq + .list_eq .eq_s {
    width: 50%;
  }
  .list_eq + .list_eq .eq_s:nth-child(n+2) {
    margin-top: 0;
  }
  .list_eq + .list_eq .eq_s:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1240px) {
  .list_eq section {
    width: calc((100% - 120px) / 4);
  }
  .list_eq section:not(:nth-child(4n+1)) {
    margin-left: 40px;
  }
  .list_eq section:nth-child(n+5) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .list_eq section {
    width: calc((100% - 40px) / 3);
  }
  .list_eq section:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }
  .list_eq section:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .list_eq section:nth-child(n+2) {
    margin-top: 60px;
  }
}
.list_eq section p {
  font-size: 12px;
  margin-top: 15px;
}
.list_eq section dl {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-top: 10px;
}
.list_eq section dt {
  background: #0045FF;
  color: #fff;
  margin-right: 10px;
  padding: 0px 5px;
}
.list_eq .eq_s {
  padding-left: 15px;
  position: relative;
  border-left: 2px solid #0045FF;
}
/* ----------------------------------------------------------------------
 HEADER
---------------------------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  transition: 0.3s;
}
header .hd_logo {
  position: relative;
  z-index: 300;
  display: inline-block;
}
header .hd_logo span {
  line-height: 1;
  display: inline-block;
}
header .hd_logo a {
  display: inline-block;
}
header .btn_menu {
  display: none;
}
@media screen and (min-width: 1240px) {
  header {
    padding: 23px 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  header h1 {
    white-space: nowrap;
    display: inline-block;
  }
  header h1 img {
    width: 170px;
  }
  header .hd_nav-inner {
    position: relative;
  }
  header nav {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    right: 0;
    bottom: -6px;
  }
  header nav ul {
    display: flex;
  }
  header nav ul li {
    margin-right: 38px;
  }
}
@media screen and (min-width: 1240px) and (min-width: 1240px) {
  header nav ul li:last-child {
    display: none;
  }
  header nav ul li:nth-last-child(2) {
    display: none;
  }
}
@media screen and (min-width: 1240px) {
  header nav ul li a {
    font-family: "NotoSansJP-Medium";
  }
}
@media screen and (min-width: 1240px) and (min-width: 1240px) {
  header nav ul li a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1240px) {
  header nav a {
    color: #fff;
    position: relative;
    transition: 0.3s;
  }
  header nav a.dark-text {
    color: #333;
  }
  header nav .btn_back_b {
    width: 136px;
    line-height: 40px;
    text-align: center;
    color: #fff !important;
  }
}
@media screen and (max-width: 1239px) {
  header {
    padding: 25px 15px 10px;
  }
  header h1 {
    font-size: 10px;
    white-space: nowrap;
    display: inline-block;
  }
  header h1 span {
    margin-bottom: 7px;
    padding-top: 0;
  }
  header h1 img {
    width: 200px;
  }
  header .btn_menu {
    line-height: 0;
    position: absolute;
    z-index: 101;
    top: 5px;
    right: 5px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 11px;
    text-align: center;
    font-weight: 700;
  }
  header .btn_menu span {
    position: absolute;
    left: 12px;
    width: 24px;
    height: 1px;
    transition: 0.3s;
    border-radius: 4px;
    background: #fff;
  }
  header .btn_menu span.dark-text {
    background: #1FAAF2;
  }
  header .btn_menu span:nth-child(1) {
    top: 19px;
  }
  header .btn_menu span:nth-child(2) {
    top: 26px;
  }
  header .btn_menu span:nth-child(3) {
    bottom: 17px;
  }
  .js_open header .btn_menu {
    z-index: 1000;
  }
  .js_open header .btn_menu span {
    box-shadow: none;
  }
  .js_open header .btn_menu span:nth-child(1) {
    top: 4px;
    transform: translateY(20px) rotate(-30deg);
  }
  .js_open header .btn_menu span:nth-child(2) {
    opacity: 0;
  }
  .js_open header .btn_menu span:nth-child(3) {
    bottom: 4px;
    transform: translateY(-21px) rotate(30deg);
  }
  header .hd_nav {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    padding: 30px 0;
    background: #223362;
  }
  header .hd_nav_wrap {
    position: relative;
    display: table;
    width: calc(100% - 40px);
    max-width: 400px;
    height: 100%;
    margin: 0 auto;
  }
  header .hd_nav-inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
  }
  header nav {
    max-width: 500px;
    margin: 0 autp 20px;
  }
  header nav li {
    border-top: 1px solid #344D94;
  }
  header nav li:last-child a {
    font-size: 12px;
    color: #ccc;
  }
  header nav li a {
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: left;
    padding: 15px 10px;
  }
  header nav .btn_back_b {
    display: none;
  }
}
@media screen and (max-width: 570px) {
  header h1 span {
    display: none;
  }
  header h1 br {
    display: none;
  }
  header .btn_menu {
    top: 5px;
  }
  header .hd_nav-inner {
    vertical-align: bottom;
  }
}

.js_open {
  overflow: hidden;
}

/* ----------------------------------------------------------------------
 FOOTER
---------------------------------------------------------------------- */
footer {
  color: #fff;
}
footer .l_inner {
  position: relative;
}
footer .l_flex {
  justify-content: space-between;
  position: relative;
}
footer a {
  color: #fff;
  font-family: "NotoSansJP-Medium";
}
footer .ft_info {
  font-family: "NotoSansJP-Medium";
}
footer .ft_info .name {
  font-size: 18px;
}
footer .ft_nav {
  padding-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .ft_nav {
    display: none;
  }
}
footer .ft_nav_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1240px) {
  footer .ft_nav_list > li {
    margin-left: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  footer .ft_nav_list > li {
    margin-left: 40px;
  }
}
footer .ft_nav_list > li > a {
  font-size: 18px;
}
footer .ft_nav_list > li li {
  margin-top: 5px;
}
footer .ft_nav_list > li li a {
  font-size: 14px;
}
footer .copyright {
  font-size: 12px;
  position: absolute;
  left: 20px;
  bottom: 0;
}
footer .link_privacy {
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 80px 0 80px;
  }
  footer .ft_info .name {
    margin-top: 10px;
  }
  footer .ft_info .address {
    margin: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 80px 0;
  }
  footer .ft_info {
    padding-bottom: 100px;
  }
  footer .ft_info .name {
    margin-top: 18px;
  }
  footer .ft_info .address {
    margin: 3px 0;
  }
}/*# sourceMappingURL=style.css.map */