@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");
}
i, em {
  font-style: normal;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.4rem;
  color: #000;
  background: #F7F7F7;
  line-height: 1.4;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  vertical-align: bottom;
  border: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

input, select {
  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;
  }
}

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

.inner {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.smenu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  display: block;
  width: 100%;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.logo img {
  height: 20px;
  transition: all 0.3s ease;
}

#nav-drawer {
  position: relative;
  padding: 20px 16px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#nav-open {
  display: inline-block;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  box-sizing: border-box;
  z-index: 10000;
  cursor: pointer;
  transition: all 0.5s ease;
  position: absolute;
  right: 0;
  top: 0;
  padding: 19px 15px;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 2px; /*線の太さ*/
  width: 30px; /*長さ*/
  border-radius: 10px;
  background: #5A3E87;
  display: block;
  content: "";
  cursor: pointer;
  transition: all 0.3s ease;
}
#nav-open span:before {
  bottom: -10px;
}
#nav-open span:after {
  bottom: -20px;
}

#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: 59px;
  right: 0;
  z-index: 9999; /*最前面に*/
  width: 100%;
  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;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  display: block;
  text-align: center;
  padding-top: 90px;
}
#nav-content a {
  text-decoration: none;
  font-size: 1.7rem;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
  font-weight: bold;
  display: block;
  padding: 10px 0;
  margin-right: 0;
  box-sizing: border-box;
  color: #5B4088;
}
#nav-content a i {
  display: block;
  font-size: 1.2rem;
}
#nav-content a:hover {
  color: #999;
}

#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;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
footer {
  position: relative;
}
footer .ft1, footer .ft2 {
  position: relative;
  z-index: 2;
}

/*------------------------------------------------------------
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;
  }
}
.menus {
  padding: 16px 0;
  background: white;
  box-sizing: border-box;
}
.menus a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
  background: white;
  font-size: 1.2rem;
  padding: 4px 0;
}

.copyright {
  font-size: 1.2rem;
  text-align: center;
  padding: 16px 0;
  background: white;
  border-top: 1px dotted #e5e5e5;
}

.modal_main {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 100;
  transition: all 0.3s ease;
}
.modal_main.md_open {
  opacity: 1;
  visibility: visible;
}
.modal_main .modal_bg {
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
}
.modal_main .modal_cont {
  width: 90%;
  height: 80%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 8px;
}
.modal_main .modal_cont .in {
  overflow: scroll;
  height: 100%;
  padding: 16px;
  box-sizing: border-box;
}
.modal_main .modal_cont .close {
  position: absolute;
  top: -30px;
  right: 0;
  color: white;
}
.modal_main .modal_cont h3 {
  text-align: center;
  margin: 16px auto 16px auto;
  font-size: 1.6rem;
}
.modal_main .modal_cont .tx {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.modal_main .modal_cont .modal_ul1, .modal_main .modal_cont .modal_ul2 {
  background: #F5F5F5;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  margin-top: 16px;
}
.modal_main .modal_cont .modal_ul1 li, .modal_main .modal_cont .modal_ul2 li {
  position: relative;
  font-size: 1.2rem;
  padding-left: 16px;
  margin-bottom: 4px;
}
.modal_main .modal_cont .modal_ul1 li:before, .modal_main .modal_cont .modal_ul2 li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 100%;
}
.modal_main .modal_cont .modal_ul1 li:last-of-type, .modal_main .modal_cont .modal_ul2 li:last-of-type {
  margin-bottom: 0;
}
.modal_main .modal_cont .modal_ul2 {
  background: none;
  padding: 0;
}
.modal_main .modal_cont .modal_ul2 li {
  position: relative;
  font-size: 1.2rem;
  padding-left: 14px;
  margin-bottom: 4px;
}
.modal_main .modal_cont .modal_ul2 li:before {
  content: "※";
  position: absolute;
  top: 2px;
  left: 0;
  width: unset;
  height: unset;
  background: none;
  border-radius: unset;
}
.modal_main .modal_cont .modal_ul2 li:last-of-type {
  margin-bottom: 0;
}
.modal_main .modal_cont .inb {
  margin-top: 24px;
}
.modal_main .modal_cont .inb2 {
  margin-top: 24px;
  background: #F5F5F5;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  font-size: 1.2rem;
}
.modal_main .modal_cont .inb2 .p1 {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 2px;
}
.modal_main .modal_cont .inb2 .p2 {
  margin-top: 8px;
}

.forms_cp3 .fct {
  text-align: center;
  font-size: 3rem;
  padding: 70px 0 50px 0;
}

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