@charset "utf-8";

/* ------------------------------------------------------------------
* GENERAL
------------------------------------------------------------------ */
body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #191919;
  font-size: 16px;
  line-height: 1.6;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.font-bold {
  font-weight: bold;
}
.font-black {
  font-weight: 900;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.txt__blue {
  color: #0176d3;
}
.txt__orange {
  color: #EB6100;
}
.en {
  font-family: "Poppins", serif;
}
/* br */
br.p-lp__bigPc {
  display: none;
}
@media screen and (max-width: 1569px) {
  br.p-lp__bigPc {
    display: inline;
  }
}
br.p-lp__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.p-lp__sp {
    display: inline;
  }
  br.u-sp__none {
    display: none !important;
  }
}

/* flex */
@media screen and (min-width: 767px) {
  .d-flex {
    display: -ms-flexbox;
    display: flex;
  }
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.d-center {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.container {
  max-width: 992px;
  margin: 0 auto;
}
.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1199px) {
  .container {
    padding: 0 28px;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

/* btn */
.btn {
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background: #0176d3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.btn:hover {
  background-color: #032d60;
}
.btn span {
  background: url(../img/ico_arrow_right_white.svg) no-repeat right center / 16px;
  display: inline-block;
  padding: 0 28px 0 0;
}
.btn__download {
  text-align: center;
}
.btn__download .btn {
  background: #fff;
  border: 2px solid #0176d3;
  border-radius: 53px;
  color: #0176d3;
}
.btn__download .btn:hover {
  background: #eaf5fe;
  border: 2px solid #032d60;
  color: #032d60;
}
.btn__download .btn span {
  /* background: url(../img/ico_arrow_right_orange.svg) no-repeat right center / 16px; */
  padding: 0;
}
@media screen and (min-width: 960px) {
  .btn:hover {
    box-shadow: 4px 4px 8px 0px rgba(51, 51, 51, 0.4);
  }
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 15px;
  }

  .btn span {
    padding-bottom: 1px;
  }
}

/* main */
#main {
  padding-top: 80px;
}

.sec__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec__title .sub {
  font-weight: 600;
  font-size: 14px;
  font-family: "Poppins", serif;
  display: inline-block;
  color: #0176d3;
  text-align: center;
  padding: 21px 26px 0;
  margin-bottom: 16px;
  position: relative;
}

.sec__title .sub::after {
  content: '';
  position: absolute;
  width: 31px;
  height: 28px;
  top: 0;
  right: 0;
  background: url(../img/ico_title.svg) no-repeat center center / 100% auto;
}

.sec__title .title {
  font-weight: 900;
  font-size: 36px;
  color: #032D60;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-align: center;
}

.sec__title .title .lrg {
  font-size: 134%;
}

.sec__title .title .sml {
  font-size: 60%;
}

.sec__cta {
  background: #0176d3;
  padding: 38px 0;
}

.sec__cta .cta__group {
  width: 94%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 22px 24px;
}

.sec__cta .cta__group .cta__block {
  background: #FFFEFE;
  border-radius: 15px;
  overflow: hidden;
  padding: 42px 26px;
  width: calc((100% - 24px) / 2);
  text-align: center;
}

.sec__cta .cta__group .cta__block .block__inner {
  max-width: 609px;
  width: 100%;
  margin: 0 auto;
}

.sec__cta .cta__group .cta__block .block__sub {
  font-weight: 600;
  line-height: 160%;
}

.sec__cta .cta__group .cta__block .block__title {
  font-size: 28px;
  font-weight: 900;
  line-height: 160%;
  margin: 12px 0 16px;
}

.sec__cta .cta__group .cta__block .block__text {
  font-size: 14px;
  font-weight: 500;
  color: #6F6F6F;
  line-height: 180%;
  letter-spacing: 0.03em;
}

.sec__cta .cta__group .cta__block .block__img {
  margin: 15px 0;
}

.sec__cta .cta__group .cta__block .block__btn {
  max-width: 349px;
  width: 100%;
  height: 74px;
  margin: 0 auto;
}

.sec__cta .cta__group .cta__block .block__btn .btn {
  border-radius: 46px;
}

.breadcrumb {
  padding: 54px 0 60px;
}

.breadcrumb .breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
}

.breadcrumb .breadcrumb__list li {
  display: flex;
}

.breadcrumb .breadcrumb__list li:not(:last-child):after {
  content: '　＞　';
  position: relative;
}

.breadcrumb .breadcrumb__list li a {
  font-size: 14px;
  font-weight: 500;
  transition: all .3s ease
}

.breadcrumb .breadcrumb__list li:last-child a {
  pointer-events: none;
}

.page__kv {
  background: #0176d3 url(../img/top/bg_dots.png) repeat-y center top / 100% auto;
  border-radius: 0 0 36px 36px;
  color: #fff;
  font-size: 14px;
  line-height: 160%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.page__kv .kv__sub {
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 24px;
}

.page__kv .kv__title {
  font-size: 42px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0.03em;
  margin-bottom: 38px;
}

.page__kv .kv__text {
  font-weight: 900;
  line-height: 160%;
  letter-spacing: 0.03em;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 31px;
  padding: 10px 16px;
}

@media screen and (min-width: 768px) {
  .breadcrumb .breadcrumb__list li a:hover {
    opacity: .8;
  }
}

@media screen and (max-width: 767px) {
  #main {
    padding-top: 70px;
  }

  .sec__title .title {
    font-size: 25px;
    line-height: 160%;
  }

  .sec__title .title .lrg {
    font-size: 140%;
  }

  .sec__cta {
    padding: 44px 0 40px;
  }

  .sec__cta .cta__group {
    width: 90%;
    gap: 22px;
  }

  .sec__cta .cta__group .cta__block {
    width: 100%;
    border-radius: 8px;
    padding: 30px 14px;
  }

  .sec__cta .cta__group .cta__block .block__sub {
    font-size: 14px;
  }

  .sec__cta .cta__group .cta__block .block__title {
    font-size: 18px;
    margin: 8px 0 22px;
  }

  .sec__cta .cta__group .cta__block .block__text {
    font-size: 13px;
  }

  .sec__cta .cta__group .cta__block .block__img {
    margin: 15px 0 22px;
  }

  .sec__cta .cta__group .cta__block .block__btn {
    max-width: 280px;
    height: 60px;
  }

  .breadcrumb {
    padding: 29px 0 27px;
  }

  .breadcrumb .breadcrumb__list li,
  .breadcrumb .breadcrumb__list li a {
    font-size: 11px;
  }

  .page__kv {
    height: 214px;
    background: #0176d3 url(../img/top/bg_dots_sp.png) repeat-y center top / 100% auto;
    border-radius: 0 0 24px 24px;
  }

  .page__kv .kv__sub {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .page__kv .kv__title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .page__kv .kv__text {
    font-size: 10px;
  }
}

/* ------------------------------------------------------------------
* HEADER
------------------------------------------------------------------ */
#header {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 11;
  padding: 0 32px;
}
.gnav .menu li a {
  font-weight: 700;
  display: block;
  letter-spacing: 1px;
}
.gnav .contact__btn {
  width: 220px;
  height: 50px;
}
.gnav .contact__btn .btn {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .gnav,
  .gnav .menu {
    display: flex;
    align-items: center;
    gap: 0 46px;
  }

  .gnav .menu li a {
    font-size: 14px;
  }

  .gnav .menu li a:hover {
    opacity: 0.7;
  }
}

@media (min-width: 960px) and (max-width: 1260px) {
  .gnav,
  .gnav .menu {
    gap: 0 30px;
  }
}

@media screen and (max-width: 960px) {
  #header {
    display: flex;
    align-items: center;
    height: 70px;
    justify-content: space-between;
    padding: 0 20px;
  }
  .gnav {
    background-color: #f1f1f1;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    padding: 54px 20px;
    z-index: 5;
    display: block;
    transform: translateY(-100%);
  }
  .menu-open .gnav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
  }
  .gnav .menu li {
    border-bottom: 1px solid #191919;
  }
  .gnav .menu li a {
    padding: 16px 0;
  }
  .gnav .contact__btn {
    text-align: center;
    margin: 20px auto 0;
  }
  .gnav .menu,
  .menu-open #header .logo,
  .hamburger {
    display: block;
    position: relative;
    z-index: 10;
  }
  .hamburger {
    width: 21px;
    height: 18px;
  }
  .hamburger span {
    background-color: #0176d3;
    width: 21px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -1px 0 0;
    transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .hamburger span::before,
  .hamburger span::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #0176d3;
    position: absolute;
    left: 0;
    top: 50%;
    transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .hamburger span::before {
    transform: translateY(-10px);
  }
  .hamburger span::after {
    transform: translateY(9px);
  }
  .menu-open .hamburger span {
    background-color: #f1f1f1;
  }
  .menu-open .hamburger span::before {
    transform: translateY(0px) rotate(135deg);
  }
  .menu-open .hamburger span::after {
    transform: translateY(0px) rotate(-135deg);
  }
}
@media screen and (max-width: 767px) {
  #header .logo img {
    width: 128px;
  }
}
/* ------------------------------------------------------------------
* FOOTER
------------------------------------------------------------------ */
#footer {
  background: #333;
  color: #fff;
}
#footer .container {
  max-width: 1078px;
}
.footer__nav {
  padding: 67px 0 43px;
  gap: 80px;
  justify-content: space-between;
}
.footer__nav .logo {
  width: 200px;
}
.f__group {
  gap: 36px;
}
.f__group li {
  margin: 0 0 15px;
}
.f__group li:last-child {
  margin: 0;
}
.f__group li a {
  font-size: 14px;
  font-weight: 500;
}
.f__group .fnav2 li a {
  padding-right: 11px;
  position: relative;
}
.f__group .fnav2 li a::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 6px;
  right: 0;
  background: url(../img/ico_link.svg) no-repeat center center / 100% auto;
}
.footer-copyright {
  border-top: 1px solid #ccc;
  padding: 27px 0;
}
.footer-copyright p {
  font-size: 14px;
}
.sns li:not(:first-child) {
  margin: 0 0 0 12px;
}
@media screen and (min-width: 769px) {
  .sns a:hover,
  .logo a:hover {
    opacity: 0.7;
  }
  .footer__nav a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav {
    display: flex;
    flex-wrap: wrap;
    padding: 52px 0 28px;
    gap: 41px;
  }
  .footer__nav .logo {
    width: 160px;
  }
  .f__group li a {
    font-size: 13px;
  }
  .f__group .fnav1 {
    margin-bottom: 33px;
  }
  .footer-copyright {
    padding: 18px 0;
  }
  .footer-copyright,
  .sns {
    display: flex;
  }
}
