@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

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

@font-face {
  font-family: "pref";
  font-display: swap;
  src: url("../fonts/pres.woff2") format("woff2");
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #333;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  vertical-align: bottom;
  border: none;
}

li {
  list-style: none;
}

input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media all and (max-width: 750px) {
  .pcbr {
    display: none;
  }
}

.spbr {
  display: none;
}
@media all and (max-width: 750px) {
  .spbr {
    display: block;
  }
}

i, em {
  font-style: normal;
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .inner {
    width: 88.7%;
  }
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.smenu {
  width: 100%;
  padding: 15px 30px;
  background: white;
}
@media all and (max-width: 767px) {
  .smenu {
    padding: 18px 15px;
  }
}

.logo {
  position: relative;
  z-index: 110;
}
.logo img {
  height: 33px;
  width: auto;
}
@media all and (max-width: 767px) {
  .logo img {
    height: 23px;
    width: auto;
  }
}

#nav-drawer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  #nav-drawer {
    align-items: center;
  }
}

#nav-open {
  display: none;
  width: 55px;
  height: 55px;
  vertical-align: middle;
  padding: 46px 31.5px;
  box-sizing: border-box;
  z-index: 10000;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-left: 50px;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 2px; /*線の太さ*/
  width: 35px; /*長さ*/
  border-radius: 10px;
  background: #000;
  display: block;
  content: "";
  cursor: pointer;
  transition: all 0.3s ease;
}
#nav-open span:before {
  bottom: -10px;
}
#nav-open span:after {
  bottom: -20px;
}
@media all and (max-width: 1280px) {
  #nav-open {
    display: inline-block;
    padding: 17px 10.5px;
    margin-left: 8px;
  }
}
@media all and (max-width: 767px) {
  #nav-open {
    margin-left: 0;
    width: 45px;
    height: 45px;
    padding: 13px 10.5px;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    width: 25px; /*長さ*/
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
}

#nav-close {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0; /*全体に広がるように*/
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

#nav-content {
  overflow: auto;
  top: 0;
  right: 0;
  z-index: 9999; /*最前面に*/
  width: auto; /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: none; /*最大幅（調整してください）*/
  height: 100%;
  transition: 0.3s ease-in-out; /*滑らかに表示*/
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#nav-content a {
  text-decoration: none;
  font-size: 1.4rem;
  margin-right: 50px;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
  font-weight: bold;
}
#nav-content a:hover {
  color: #999;
}
#nav-content .contact {
  font-size: 1.6rem;
  margin-right: 0;
  padding: 10px 25px;
  box-sizing: border-box;
  background: #DC3A86;
  border-radius: 5px;
  display: block;
  font-weight: bold;
  font-family: "pref", sans-serif;
}
#nav-content .contact:hover {
  color: white;
  background: #AD1D61;
}
@media all and (max-width: 1280px) {
  #nav-content {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 100;
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 130px;
    background: #254272;
  }
  #nav-content p {
    width: 90%;
    margin: 0 auto;
  }
  #nav-content a {
    display: block;
    font-size: 1.8rem;
    padding: 14px 0;
    margin-right: 0;
    box-sizing: border-box;
  }
}
@media all and (max-width: 767px) {
  #nav-content {
    padding-top: 160px;
  }
  #nav-content a {
    font-size: 1.6rem;
    padding: 10px 0;
  }
  #nav-content .contact {
    margin-top: 20px;
  }
}

#nav-input:checked ~ #nav-close {
  visibility: visible;
  opacity: 1;
}
#nav-input:checked ~ #nav-content {
  opacity: 1;
  visibility: visible;
}
#nav-input:checked ~ #nav-open span {
  transform: rotate(40deg);
  top: 41px;
}
@media all and (max-width: 767px) {
  #nav-input:checked ~ #nav-open span {
    top: 24px;
  }
}
#nav-input:checked ~ #nav-open span:before {
  bottom: 0;
  transform: rotate(100deg);
}
#nav-input:checked ~ #nav-open span:after {
  right: -100px;
  opacity: 0;
}

.nav-unshown {
  display: none;
}

.btn_cm {
  display: block;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  font-size: 2.8rem;
  font-weight: bold;
  color: white;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  background: url("../images2/arw1.png") center right 24px no-repeat, #0087E6;
  background-size: 42px auto;
  padding: 20px 0;
  border-radius: 100px;
  transition: all 0.3s ease;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.16);
}
.btn_cm:hover {
  background: url("../images2/arw1.png") center right 24px no-repeat, #66B7F0;
  background-size: 42px auto;
}
@media all and (max-width: 767px) {
  .btn_cm {
    font-size: 1.8rem;
    padding: 18px 0;
    background: url("../images2/arw1.png") center right 16px no-repeat, #0087E6;
    background-size: 30px auto;
  }
  .btn_cm:hover {
    background: url("../images2/arw1.png") center right 10px no-repeat, #0087E6;
    background-size: 30px auto;
  }
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
footer {
  position: relative;
}
footer .numbers {
  display: block;
  text-align: center;
  margin: 30px auto;
  transition: all 0.3s ease;
}
footer .numbers img {
  width: 100%;
  max-width: 706px;
  display: inline-block;
}
footer .foot1 {
  padding: 60px 0;
  box-sizing: border-box;
}
footer .foot1 .tx {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
footer .foot2 {
  background: #001d57;
  padding: 25px 0;
  text-align: center;
}
footer .foot2 .inner {
  display: inline-block;
  max-width: unset;
  width: auto;
}
footer .foot2 .menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
}
footer .foot2 a {
  text-decoration: none;
  color: white;
  font-size: 1.4rem;
  padding: 0 1em;
  line-height: 1;
  display: block;
  border-left: solid 1px #fff;
  transition: all 0.3s ease;
}
footer .foot2 a:hover {
  opacity: 0.7;
}
footer .foot2 a:nth-of-type(1) {
  border-left: none;
}
@media all and (max-width: 960px) {
  footer .foot2 {
    display: none;
  }
}
@media all and (max-width: 767px) {
  footer .foot1 .tx {
    margin-bottom: 50px;
  }
}

.copyright {
  font-size: 1.2rem;
  padding: 25px 0;
  position: relative;
  text-align: center;
}
.copyright a {
  display: none;
}
@media all and (max-width: 960px) {
  .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
  }
  .copyright a {
    display: block;
  }
  .copyright a img {
    height: 15px;
    width: auto;
  }
}
@media all and (max-width: 767px) {
  .copyright {
    width: 93%;
  }
  .copyright p {
    font-size: 1rem;
    transform-origin: top right;
    transform: scale(0.9);
  }
}

.btn_v2 {
  font-size: 1.8rem;
  border: 2px solid #34519D;
  box-shadow: 2px 2px 0px #34519D;
  text-decoration: none;
  font-weight: 700;
  color: #34519D;
  border-radius: 5px;
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
  padding: 9px 0;
  top: 0;
}
.btn_v2 i {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #34519D;
  border-width: 0 1px 1px 0;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  transform: rotate(-45deg);
}
.btn_v2:hover {
  top: 2px;
  box-shadow: none;
}
@media all and (max-width: 767px) {
  .btn_v2 {
    font-size: 1.6rem;
  }
}

.stic_side {
  position: fixed;
  left: 0;
  top: 90px;
  width: 130px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.stic_side a {
  display: block;
  margin-top: 10px;
  border-radius: 0 10px 10px 0;
  border: 2px solid white;
  overflow: hidden;
  border-left: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.stic_side a:hover {
  opacity: 0.7;
}
.stic_side img {
  width: 100%;
}
.stic_side.dis1 {
  opacity: 1;
  visibility: visible;
}
.stic_side.is-hidden {
  opacity: 0;
  visibility: hidden;
}
@media all and (max-width: 1280px) {
  .stic_side {
    width: 90px;
  }
}
@media all and (max-width: 767px) {
  .stic_side {
    width: 350px;
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -175px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 8px;
  }
  .stic_side a {
    margin-top: 0;
    border-radius: 10px 10px 0 0;
    border: 2px solid white;
    border-left: 2px solid white;
    border-bottom: none;
  }
  .stic_side img {
    width: 100%;
  }
}

/*------------------------------------------------------------
parts
------------------------------------------------------------*/
/*-----accordion-------*/
.acd_wrap {
  margin-top: 100px;
}

.acd_bx {
  border: 1px solid #ccc;
  margin-top: 20px;
}
.acd_bx:first-of-type {
  margin-top: 0;
}
.acd_bx .q {
  cursor: pointer;
  padding: 20px;
  position: relative;
}
.acd_bx .a {
  padding: 20px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}
.acd_bx .plus {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  transition: all 0.3s ease;
}
.acd_bx .plus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #ccc;
}
.acd_bx .plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: #ccc;
  transition: all 0.3s ease;
}
.acd_bx .open .plus {
  transform: rotate(90deg);
}
.acd_bx .open .plus:before {
  opacity: 0;
  bottom: -30px;
}

/*-----layout-------*/
.photo_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.photo_text .img {
  width: 50%;
  margin-left: calc(42% - 50vw);
  flex: 1;
}
.photo_text .img img {
  width: 100%;
  object-fit: cover;
}
.photo_text .txt {
  width: 50%;
}
@media all and (max-width: 767px) {
  .photo_text {
    flex-wrap: wrap;
  }
  .photo_text .img {
    width: 100%;
    margin-left: 0;
    flex: unset;
  }
  .photo_text .txt {
    width: 100%;
  }
}

.photo_text_rev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.photo_text_rev .img {
  width: 50%;
  margin-right: calc(42% - 50vw);
  flex: 1;
}
.photo_text_rev .img img {
  width: 100%;
  object-fit: cover;
}
.photo_text_rev .txt {
  width: 50%;
}
@media all and (max-width: 767px) {
  .photo_text_rev {
    flex-wrap: wrap;
  }
  .photo_text_rev .img {
    width: 100%;
    margin-right: 0;
    flex: unset;
  }
  .photo_text_rev .txt {
    width: 100%;
  }
}

.list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 20px;
}
.list .img:nth-of-type(1) {
  grid-row: 1/3;
  grid-column: 1/4;
}

/*-----btns-------*/
.under_btn {
  position: relative;
}
.under_btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0481A2;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.under_btn:hover:after {
  transform: scale(1, 1);
}
@media all and (max-width: 767px) {
  .under_btn:after {
    content: none;
  }
}

.grad_btn {
  display: block;
  color: #fff;
  padding: 18px 60px;
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}

.grad_btn:hover {
  color: #fff;
  background-position: 99% 50%;
}

/*------------------------------------------------------------
inview css
------------------------------------------------------------*/
.anm {
  opacity: 0;
}

.anm_all.trigger {
  opacity: 1;
}
.anm_all .item {
  opacity: 0;
}
.anm_all .item.up {
  animation: up 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s 1 normal forwards;
}

.trigger {
  opacity: 0;
}
.trigger.up {
  animation: up 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s 1 normal forwards;
}
.trigger.delay0 {
  animation-delay: 0ms;
}
.trigger.delay1 {
  animation-delay: 100ms;
}
.trigger.delay2 {
  animation-delay: 200ms;
}
.trigger.delay3 {
  animation-delay: 300ms;
}
.trigger.delay4 {
  animation-delay: 400ms;
}
.trigger.delay5 {
  animation-delay: 500ms;
}
.trigger.delay6 {
  animation-delay: 600ms;
}
.trigger.delay7 {
  animation-delay: 700ms;
}
.trigger.delay8 {
  animation-delay: 800ms;
}
.trigger.delay9 {
  animation-delay: 900ms;
}
.trigger.delay10 {
  animation-delay: 1000ms;
}

@keyframes up {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/*# sourceMappingURL=base.css.map */
