@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

.pc-inline {
  display: none !important;
}

.sp-inline {
  display: inline !important;
}

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

*,
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
}

body.menu-open {
  height: 100vh;
  overflow-y: hidden;
}

html {
  height: -webkit-fill-available;
}
html body > header.top {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
html body > header .inner {
  padding: 1.3rem 1rem;
  min-width: 100%;
}
html body > header .inner .logo {
  margin: 0;
  margin-right: auto;
}
html body > header .inner .logo a {
  display: block;
}
html body > header .inner .logo a img {
  margin-right: 1rem;
  height: 1.6rem;
}
html body > header .inner .menu-wrapper {
  margin-right: 4.8rem;
}
html body > header .inner .menu-wrapper .gnav {
  display: block;
  position: fixed;
  top: 0;
  right: -310px;
  bottom: 0;
  width: 310px;
  padding: 6.5rem 1rem;
  background: #070E14;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
  margin-right: 0;
}
html body > header .inner .menu-wrapper .gnav .menu-container {
  width: 100%;
}
html body > header .inner .menu-wrapper .gnav .menu-container .menu {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
html body > header .inner .menu-wrapper .gnav .menu-container .menu > .menu-item {
  position: static;
  width: 100%;
  height: auto;
}
html body > header .inner .menu-wrapper .gnav .menu-container .menu > .menu-item:nth-child(n+1) {
  margin-left: auto;
  border-top: 1px solid #333b79;
}
html body > header .inner .menu-wrapper .gnav .menu-container .menu > .menu-item:last-child {
  margin-left: auto;
  border-bottom: 1px solid #333b79;
}
html body > header .inner .menu-wrapper .gnav .menu-container .menu li a {
  position: relative;
  display: block;
  padding: 2rem 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
}
html body > header .inner .menu-wrapper .gnav .menu-container .menu li a > span {
  display: block;
  font-weight: normal;
  color: white;
}
html body > header .inner .menu-wrapper .gnav .menu-container .menu li.button {
  padding: 2rem 0;
}
html body > header .inner .menu-wrapper .gnav .menu-container .menu li.button a {
  color: white;
  font-weight: 600;
  border-radius: 100rem;
  padding: 1.3rem 0;
  font-size: 1.1rem;
  text-align: center;
}
html body > header .inner .menu-wrapper .toggle-btn {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
  background-color: #070E14;
}
html body > header .inner .menu-wrapper .toggle-btn span {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 2px;
  background-color: white;
  transition: all 0.5s;
}
html body > header .inner .menu-wrapper .toggle-btn span:nth-child(1) {
  top: 15px;
}
html body > header .inner .menu-wrapper .toggle-btn span:nth-child(2) {
  top: 25px;
}
html body > header .inner .menu-wrapper .toggle-btn span:nth-child(3) {
  bottom: 33px;
}
html body > header .inner .menu-wrapper .toggle-btn span.scrolled {
  background-color: black;
}
html body > header .inner .menu-wrapper .toggle-btn > p {
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
}
html body > header .inner .menu-wrapper.menu-open .gnav {
  right: 0;
  opacity: 1;
}
html body > header .inner .menu-wrapper.menu-open .toggle-btn {
  top: 0;
  margin-top: 0;
}
html body > header .inner .menu-wrapper.menu-open .toggle-btn span {
  left: 25%;
  background-color: #fff;
}
html body > header .inner .menu-wrapper.menu-open .toggle-btn span:nth-child(1) {
  -webkit-transform: translateY(17px) rotate(-315deg);
  transform: translateY(9px) rotate(-315deg);
}
html body > header .inner .menu-wrapper.menu-open .toggle-btn span:nth-child(2) {
  opacity: 0;
}
html body > header .inner .menu-wrapper.menu-open .toggle-btn span:nth-child(3) {
  -webkit-transform: translateY(-17px) rotate(315deg);
  transform: translateY(-11px) rotate(315deg);
}
html body > header .inner .menu-wrapper.menu-open .toggle-btn span.scroll {
  background-color: white;
}
html body > header .inner .menu-wrapper.menu-open .toggle-btn p {
  color: #fff;
}
html body > header .inner .menu-wrapper.menu-open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 2;
  cursor: pointer;
}
html body > header .inner .menu-wrapper #mask {
  display: none;
  transition: all 0.3s;
}
html body > header .mainvi .copy {
  align-items: flex-end;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: auto;
  width: auto;
}
html body > header .mainvi .copy h1 {
  width: 100%;
  padding: 0 1.5rem;
}
html body > header .mainvi .copy h1 span {
  font-size: 7vw;
  font-weight: bold;
  line-height: 1.6;
}
html body > header .mainvi.oku .header-title-wrap h1 {
  text-align: center;
  font-size: 7vw;
  max-width: 100%;
  letter-spacing: 0;
}
html body > header .mainvi.oku .header-title-wrap h1 span {
  font-size: 4vw;
}
html body .content-wrap .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
html body .content-wrap .inner-m {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
html body .content-wrap .inner-s {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
html body .content-wrap .content-header {
  padding: 1rem 0;
}
html body .content-wrap .content-header .title h2 {
  font-size: 2.3rem;
}
html body .content-wrap .content-header .title h3 {
  font-size: 1.3rem;
}
html body .content-wrap .content-header .title h3 > span.red {
  font-size: 1.3rem;
}
html body .content-wrap .content-header .title p {
  text-align: left;
}
html body .content-wrap .content-header .copy {
  margin-left: auto;
}
html body .content-wrap .content-header .copy p {
  margin: 0;
  font-size: 3rem;
  padding: 0 0.3em;
}
html body .content-wrap .company-wrap {
  margin-top: -30%;
}
html body .content-wrap .company-wrap .thumb img {
  display: block;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
}
html body .content-wrap .company-wrap .text {
  background: white;
  padding: 2rem 1.5rem;
}
html body .content-wrap .thumb-news-wrap {
  display: block;
}
html body .content-wrap .thumb-news-wrap a {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 2rem;
}
html body .content-wrap .thumb-news-wrap a .thumb {
  overflow: hidden;
}
html body .content-wrap .thumb-news-wrap a .thumb img {
  display: block;
  object-fit: cover;
  aspect-ratio: 16/12;
  transition: all 0.6s;
}
html body .content-wrap .thumb-news-wrap a .thumb img:hover {
  transform: scale(1.1, 1.1);
}
html body .content-wrap .thumb-news-wrap a .txt {
  padding-top: 0.5rem;
}
html body .content-wrap .thumb-news-wrap a .txt p.data {
  padding-bottom: 0.5rem;
}
html body .content-wrap .thumb-news-wrap a .txt p.title {
  font-size: 1rem;
  font-weight: 500;
}
html body .content-wrap .article-detail .ttl h2 {
  font-size: 1.3rem;
}
html body .content-wrap .article-detail .artcle h3 {
  padding-left: 1.2rem;
  border-left: 2px solid #00396D;
}
html body .content-wrap .table th,
html body .content-wrap .table td {
  display: block;
  width: 100%;
}
html body .content-wrap .table th {
  border-bottom: none;
  padding: 1rem;
}
html body .content-wrap .table td {
  border: none;
  padding: 0 1rem 1rem 1rem;
}
html body .content-wrap .btn-wrap a {
  width: 100%;
}
html body .content-wrap .btn-wrap.blue a {
  font-size: 0.9rem;
}
html body .content-wrap .btn-wrap.white a {
  color: white;
}
html body .content-wrap .btn-wrap.center {
  text-align: center;
}
html body .content-wrap .btn-wrap.right {
  text-align: right;
}
html body .content-wrap form {
  padding: 0 2rem;
}
html body .content-wrap form .row {
  border-bottom: 1px solid #eef3f1;
}
html body .content-wrap form .row:first-child {
  border-top: 1px solid #eef3f1;
}
html body .content-wrap form .row .col-12 {
  display: block;
  flex-wrap: wrap;
  padding: 1rem 0;
}
html body .content-wrap form .row .col-12 label {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}
html body .content-wrap form .row .col-12 label.reqire::after {
  content: "*";
  color: red;
  font-size: 1.2rem;
}
html body .content-wrap form .row .col-12 select,
html body .content-wrap form .row .col-12 input,
html body .content-wrap form .row .col-12 textarea {
  width: 100%;
  font-size: 16px;
}
html body .content-wrap form .btn-wrap input[type=submit] {
  width: 100%;
}
html body > footer .inner {
  width: 100%;
  margin: 0 auto;
  padding: 2.5rem 2rem;
}
html body > footer .inner .address {
  text-align: center;
}
html body > footer .inner .address a {
  display: block;
}
html body > footer .inner .address a img {
  padding-bottom: 0.5rem;
}
html body > footer .copyright {
  display: block;
  text-align: center;
  padding: 1.2rem 1rem;
  background-color: #F4F3F6;
}