@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: "deg_t";
  font-display: swap;
  src: url("../fonts/deg_t.woff2") format("woff2");
}
@font-face {
  font-family: "deg_b";
  font-display: swap;
  src: url("../fonts/deg_b.woff2") format("woff2");
}
@font-face {
  font-family: "deg_sb";
  font-display: swap;
  src: url("../fonts/deg_sb.woff2") format("woff2");
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #111;
  line-height: 1.8;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (max-width: 767px) {
  body {
    font-size: 1.3rem;
    line-height: 2;
  }
}

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

li {
  list-style: none;
}

i, em {
  font-style: normal;
}

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

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

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

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.smenu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  display: block;
  width: 100%;
  padding: 20px;
  opacity: 0;
  transition: all 0.3s ease;
}
.smenu .logo_tx {
  opacity: 0;
}
.smenu .logo_main {
  opacity: 0;
}
@media all and (max-width: 1120px) {
  .smenu {
    padding: 20px;
  }
}
@media all and (max-width: 767px) {
  .smenu {
    padding: 10px;
  }
}

.logo {
  position: relative;
  z-index: 110;
  transition: all 0.3s ease;
}
.logo .ln {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.logo img {
  height: 50px;
  transition: all 0.3s ease;
}
@media all and (max-width: 767px) {
  .logo {
    height: 35px;
    padding-left: 5px;
  }
}

#nav-drawer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: all 0.3s ease;
}
@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: #333;
  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: 1120px) {
  #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 5.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.8rem;
  color: white;
  margin-right: 30px;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
  font-weight: bold;
  font-family: "deg_b", sans-serif;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#nav-content a:hover {
  color: #999;
}
#nav-content .contact {
  width: 200px;
  margin-right: 0;
  padding: 3px;
  box-sizing: border-box;
  background: #223061;
  display: block;
  font-weight: bold;
  border-radius: 100px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}
#nav-content .contact i {
  display: inline-block;
  padding: 7px 30px 7px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  transition: all 0.3s ease;
}
#nav-content .contact em {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 46px;
  height: calc(100% - 6px);
  aspect-ratio: 1/1;
  border-radius: 100px;
  background: #D8BA54;
  transition: all 0.3s ease;
}
#nav-content .contact em img {
  width: 16px;
  position: absolute;
  top: 17px;
  right: 14px;
  transition: all 0.3s ease;
}
#nav-content .contact:hover {
  color: white;
}
#nav-content .contact:hover i {
  padding: 7px 10px 7px 0;
}
#nav-content .contact:hover em {
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  aspect-ratio: unset;
}
#nav-content .contact:hover em img {
  top: 20px;
  right: 10px;
}
@media all and (max-width: 1120px) {
  #nav-content {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 100;
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 130px;
    background: radial-gradient(#223061, #152250);
  }
  #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: 70px;
  }
  #nav-content #nav-input:checked ~ #nav-open span {
    top: 21px;
  }
  #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;
}

.gpt {
  display: block;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 100;
  transition: all 0.3s ease;
}
.gpt:hover {
  bottom: 30px;
}
.gpt img {
  width: 45px;
  height: auto;
}
@media all and (max-width: 767px) {
  .gpt {
    right: 5px;
    bottom: 5px;
  }
  .gpt:hover {
    bottom: 10px;
  }
  .gpt img {
    width: 55px;
    min-width: 55px;
    height: auto;
  }
}

.opens .logo_tx {
  opacity: 1;
}
.opens .logo_main {
  opacity: 1;
}
.opens .logo {
  padding-left: 0;
  height: 45px;
  box-sizing: border-box;
}
.opens .logo path, .opens .logo rect {
  fill: white;
}
.opens .logo svg {
  height: 100%;
  width: auto;
}
.opens #nav-input:checked ~ #nav-open span {
  transform: rotate(40deg);
  top: 28px;
  background: white;
}
.opens #nav-input:checked ~ #nav-open span:before {
  background: white;
}
.opens #nav-content .contact {
  margin: 10px auto 0 auto;
  width: 250px;
  background: #000;
}
@media all and (max-width: 767px) {
  .opens .logo {
    height: 35px;
    padding-left: 5px;
  }
  .opens #nav-open {
    padding: 13px 9.5px;
  }
  .opens #nav-input:checked ~ #nav-open span {
    top: 23px;
  }
}

.unders {
  opacity: 1;
}
.unders .logo_tx {
  opacity: 1;
}
.unders .logo_main {
  opacity: 1;
}
.unders .logo {
  padding-left: 0px;
  height: 45px;
  box-sizing: border-box;
}
.unders .logo svg {
  height: 100%;
  width: auto;
}
.unders #nav-content a {
  color: #333;
  text-shadow: none;
}
.unders #nav-content .contact {
  color: white;
}
.unders #nav-open span, .unders #nav-open span:before, .unders #nav-open span:after {
  background: #000;
}
@media all and (max-width: 767px) {
  .unders .logo {
    height: 35px;
    padding-left: 5px;
  }
  .unders #nav-content a {
    color: #333;
  }
  .unders #nav-content .contact {
    color: white;
    margin: 0 auto;
  }
}

.act {
  padding: 20px;
}
.act .logo_tx {
  opacity: 1;
}
.act .logo_main {
  opacity: 1;
}
.act .logo {
  padding-left: 30px;
  height: 45px;
  box-sizing: border-box;
}
.act .logo svg {
  height: 100%;
  width: auto;
}
.act #nav-drawer {
  align-items: center;
  background: #FDFDFD;
  padding: 12px 10px 12px 0px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.act #nav-content a {
  color: #333;
}
.act #nav-content .contact {
  color: white;
}
@media all and (max-width: 1120px) {
  .act #nav-content a {
    color: white;
  }
  .act #nav-content .contact {
    color: white;
    margin: 10px auto;
  }
  .act #nav-open span, .act #nav-open span:before, .act #nav-open span:after {
    background: #333;
  }
  .act #nav-input:checked ~ #nav-open span {
    background: white;
    top: 41px;
  }
  .act #nav-input:checked ~ #nav-open span:before {
    background: white;
  }
  .act #nav-input:checked ~ #nav-open span:after {
    background: white;
  }
}
@media all and (max-width: 767px) {
  .act {
    padding: 10px;
  }
  .act #nav-drawer {
    padding: 10px;
  }
  .act .logo {
    padding-left: 0;
    height: 35px;
  }
  .act #nav-open {
    padding: 13px 10.5px;
  }
  .act #nav-input:checked ~ #nav-open span {
    top: 30px;
  }
}

@media all and (max-width: 1280px) {
  .unders.opens #nav-content a {
    color: white;
  }
  .unders.opens #nav-content .contact {
    color: white;
    margin-top: 20px;
  }
  .unders.opens #nav-open span, .unders.opens #nav-open span:before, .unders.opens #nav-open span:after {
    background: white;
  }
  .unders.opens #nav-input:checked ~ #nav-open span {
    transform: rotate(40deg);
    top: 21px;
  }
}

@media all and (max-width: 1280px) {
  .unders.opens.act #nav-input:checked ~ #nav-open span {
    top: 41px;
  }
}
@media all and (max-width: 767px) {
  .unders.opens.act #nav-input:checked ~ #nav-open span {
    top: 31px;
  }
}

.ttl_h2 .sub {
  font-family: "pref", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
}
.ttl_h2 h2 {
  font-weight: bold;
  font-size: 3.5rem;
  color: #254272;
  line-height: 1;
  margin: 10px 0;
}
@media all and (max-width: 767px) {
  .ttl_h2 .sub {
    font-size: 1rem;
  }
  .ttl_h2 h2 {
    font-size: 2.3rem;
    margin: 10px 0;
  }
}

.under_mv {
  padding: 250px 0 200px 0;
  box-sizing: border-box;
  text-align: center;
}
.under_mv .sub {
  font-family: "deg_sb", sans-serif;
  font-size: 6rem;
  line-height: 1.1;
  color: #223061;
}
.under_mv h1 {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: serif;
}
@media all and (max-width: 767px) {
  .under_mv {
    padding: 150px 0 100px 0;
  }
  .under_mv .sub {
    font-size: 4rem;
  }
  .under_mv h1 {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}

.bread {
  margin: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 20px;
  align-items: center;
  font-size: 1.4rem;
  font-family: serif;
  color: #333;
  position: relative;
}
.bread:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 1px;
  background: #DDDDDD;
}
.bread a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #333;
}
.bread a:before {
  content: "<";
  position: absolute;
  top: 0;
  right: -14px;
}
@media all and (max-width: 767px) {
  .bread {
    margin: 0 20px;
    font-size: 1.2rem;
  }
  .bread:before {
    top: -10px;
  }
  .bread a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #333;
  }
  .bread a:before {
    content: "<";
    position: absolute;
    top: 0;
    right: -14px;
  }
}

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

.btn_cm {
  width: 300px;
  margin: 0 auto;
  padding: 3px;
  box-sizing: border-box;
  background: #000;
  display: block;
  font-weight: bold;
  border-radius: 100px;
  text-align: center;
  position: relative;
  color: white;
  font-size: 2rem;
  transition: all 0.3s ease;
  font-family: "deg_b", sans-serif;
}
.btn_cm i {
  display: inline-block;
  padding: 10px 10px 10px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  transition: all 0.3s ease;
}
.btn_cm em {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 56px;
  height: calc(100% - 6px);
  aspect-ratio: 1/1;
  border-radius: 100px;
  background: #D8BA54;
  transition: all 0.3s ease;
}
.btn_cm em img {
  width: 16px;
  position: absolute;
  top: 23px;
  right: 19px;
  transition: all 0.3s ease;
}
.btn_cm:hover {
  color: white;
}
.btn_cm:hover em {
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  aspect-ratio: unset;
}
.btn_cm:hover em img {
  top: 26px;
  right: 15px;
}
.btn_cm.v2 {
  background: #223061;
}
@media all and (max-width: 767px) {
  .btn_cm {
    font-size: 1.6rem;
  }
  .btn_cm i {
    padding: 8px 10px 8px 0;
  }
  .btn_cm em {
    width: 48px;
  }
  .btn_cm em img {
    width: 16px;
    top: 18px;
    right: 16px;
  }
  .btn_cm:hover em {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    aspect-ratio: unset;
  }
  .btn_cm:hover em img {
    top: 21px;
    right: 14px;
  }
}

.ft_wrap {
  padding: 100px 0;
  box-sizing: border-box;
}
.ft_wrap .ftl {
  display: block;
  width: 300px;
  margin: 0 auto;
}
.ft_wrap .ftl img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 767px) {
  .ft_wrap {
    padding: 50px 0;
  }
  .ft_wrap .ftl {
    width: 200px;
  }
}

.menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 20px;
  width: 460px;
  margin: 50px auto 0 auto;
}
.menus a {
  display: block;
  color: #000;
  font-family: "deg_b", sans-serif;
  font-size: 1.6rem;
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 20px;
    width: 90%;
    margin: 30px auto 0 auto;
  }
  .menus a {
    font-size: 1.4rem;
  }
}

.copyright {
  text-align: center;
  font-family: "deg_t", sans-serif;
  position: relative;
  color: #333;
  padding: 40px 0;
  box-sizing: border-box;
}
.copyright:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  margin-top: 0;
  margin-left: 0;
  width: 90%;
  height: 1px;
  background: #EAEAEA;
}
@media all and (max-width: 767px) {
  .copyright {
    padding: 10px 0;
    font-size: 1.2rem;
  }
}

/*------------------------------------------------------------
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 */
