@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap");
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
html {
  background: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-size: 62.5%;
}
@media screen and (max-width: 374px) {
  html {
    font-size: 56.3%;
  }
}

body,
header,
main,
div,
ul, li,
hgroup,
h1, h2, h3, h4, h5, h6,
form, input, textarea, button,
p,
blockquote,
figure,
picture,
img {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #000;
  font-family: "秀英丸ゴシック L", "DNPShueiMGoStd-L", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  -webkit-text-size-adjust: 100% !important;
  min-width: 1100px;
}
@media screen and (max-width: 480px) {
  body {
    min-width: auto;
  }
}

img {
  border: 0;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
}

ul li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select,
button {
  *font-size: 100%;
}

@media screen and (max-width: 480px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  br.sp {
    display: inline;
  }
}

a {
  cursor: pointer;
  text-decoration: underline;
  color: #0096d2;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

.btn {
  display: inline-block;
  vertical-align: top;
  border-radius: 9999px;
  background: #000;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .btn {
    padding: 0 20px;
  }
}
.btn::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 100%;
  background-image: url("../img/arr_wh.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.btn.wh {
  background: #fff;
  color: #000;
}
.btn.wh.l::before {
  background-image: url("../img/arr1.svg");
}
.btn.wh.m::before, .btn.wh.s::before {
  background-image: url("../img/arr2.svg");
}
.btn.l {
  width: 320px;
  height: 70px;
  line-height: 70px;
  font-size: 1.8rem;
}
.btn.l::before {
  width: 8px;
  margin-right: 0.8em;
  background-image: url("../img/arr1_wh.svg");
}
@media screen and (max-width: 480px) {
  .btn.l {
    width: 300px;
    max-width: 100%;
    font-size: 1.6rem;
    height: 60px;
    line-height: 60px;
  }
  .btn.l::before {
    width: 6px;
  }
}
.btn.m, .btn.s {
  min-width: 200px;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .btn.m, .btn.s {
    min-width: 140px;
    font-size: 1.4rem;
  }
}
.btn.m::before, .btn.s::before {
  width: 6px;
  margin-right: 0.5em;
  background-image: url("../img/arr2_wh.svg");
}
.btn.m {
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 480px) {
  .btn.m {
    height: 40px;
    line-height: 40px;
  }
}
.btn.s {
  height: 40px;
  line-height: 40px;
}
@media screen and (max-width: 480px) {
  .btn.s {
    height: 30px;
    line-height: 30px;
  }
}
@media (any-hover: hover) {
  .btn:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  .btn:hover.wh {
    color: rgba(0, 0, 0, 0.6);
  }
  .btn:hover::before {
    opacity: 0.6;
  }
}

.p_wrap {
  width: 100%;
  overflow: hidden;
}

header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}
header a {
  display: block;
  text-decoration: none;
  color: inherit;
}
header .logo {
  margin: 25px auto 5px 25px;
}
@media screen and (max-width: 480px) {
  header .logo {
    margin: 10px auto 28px 10px;
  }
  header .logo img {
    width: 58px;
    height: auto;
  }
}
header nav {
  position: absolute;
  z-index: 1;
  top: 50px;
  right: 50px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  header nav {
    display: none;
  }
}
header nav a {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media (any-hover: hover) {
  header nav a:hover {
    opacity: 0.5;
  }
}
header .glo_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 30px;
  font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  header .glo_nav {
    gap: 24px;
    font-size: 1.2rem;
  }
}
header .sns_list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
}
@media screen and (max-width: 480px) {
  header .sns_list {
    margin-top: 24px;
    gap: 0 12px;
  }
  header .sns_list img {
    width: 22px;
    height: auto;
  }
}

#ham {
  position: fixed;
  background: #000;
  aspect-ratio: 1;
  border-radius: 50%;
  display: -webkit-box;
  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;
  top: 40px;
  right: 40px;
  width: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (max-width: 480px) {
  #ham {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 10px;
    right: 10px;
    width: 45px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 2;
  }
}
#ham .line {
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 9999px;
  background: #fff;
  position: relative;
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
  -webkit-transition: background-color 0.25s, -webkit-transform 0.25s;
  transition: background-color 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, background-color 0.25s;
  transition: transform 0.25s, background-color 0.25s, -webkit-transform 0.25s;
}
@media screen and (max-width: 480px) {
  #ham .line {
    width: 21px;
    height: 1.5px;
    -webkit-transform: translateX(1.5px);
    transform: translateX(1.5px);
  }
}
#ham .line::before, #ham .line::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  border-radius: 9999px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
#ham .line::before {
  -webkit-transform: translate(-4px, -9px);
  transform: translate(-4px, -9px);
}
@media screen and (max-width: 480px) {
  #ham .line::before {
    -webkit-transform: translate(-3px, -7px);
    transform: translate(-3px, -7px);
  }
}
#ham .line::after {
  -webkit-transform: translate(-3px, 9px);
  transform: translate(-3px, 9px);
}
@media screen and (max-width: 480px) {
  #ham .line::after {
    -webkit-transform: translate(-2px, 7px);
    transform: translate(-2px, 7px);
  }
}
@media (any-hover: hover) {
  #ham:hover .line {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #ham:hover .line::before {
    -webkit-transform: translate(0, -9px);
    transform: translate(0, -9px);
  }
  #ham:hover .line::after {
    -webkit-transform: translate(0, 9px);
    transform: translate(0, 9px);
  }
}

body.nav_fix #ham {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}

body.nav_open #ham .line {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: rgba(255, 255, 255, 0);
}
body.nav_open #ham .line::before {
  left: -4px;
  right: -1px;
  -webkit-transform: translate(0, 1px) rotate(-45deg);
  transform: translate(0, 1px) rotate(-45deg);
}
body.nav_open #ham .line::after {
  -webkit-transform: translate(0, 2px) rotate(45deg);
  transform: translate(0, 2px) rotate(45deg);
  left: 2px;
  right: 2px;
}
body.nav_open nav {
  position: fixed;
  top: 65px;
  right: 65px;
}
@media screen and (max-width: 480px) {
  body.nav_open nav {
    display: block;
    top: 28px;
    right: 28px;
  }
}
body.nav_open nav::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -15px;
  right: -15px;
  -webkit-clip-path: polygon(2px 5px, 100% 0, calc(100% - 4px) calc(100% - 5px), 0 100%);
  clip-path: polygon(2px 5px, 100% 0, calc(100% - 4px) calc(100% - 5px), 0 100%);
  background: url("../img/pat.png") repeat center top/4px;
}
@media screen and (max-width: 480px) {
  body.nav_open nav::before {
    background: url("../img/pat.png") repeat center top/2px;
  }
}
@media screen and (max-width: 480px) {
  body.nav_open nav::before {
    bottom: -12px;
    right: -12px;
    -webkit-clip-path: polygon(2px 4px, 100% 0, calc(100% - 3px) calc(100% - 4px), 0 100%);
    clip-path: polygon(2px 4px, 100% 0, calc(100% - 3px) calc(100% - 4px), 0 100%);
  }
}
body.nav_open nav .inr {
  position: relative;
  width: 208px;
  aspect-ratio: 416/592;
  width: 208px;
  background: url("/img/nav_bg.png") no-repeat 0 0/contain;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0 0 47px;
}
@media screen and (max-width: 480px) {
  body.nav_open nav .inr {
    width: 166px;
    padding: 40px 0 0 38px;
  }
}

footer .ft1 {
  padding: 30px;
  background: url("../img/pat.png") repeat center top/4px;
}
@media screen and (max-width: 480px) {
  footer .ft1 {
    background: url("../img/pat.png") repeat center top/2px;
  }
}
@media screen and (max-width: 480px) {
  footer .ft1 {
    padding: 10px;
  }
}
footer .ft1 .inr {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  text-align: left;
  padding: 70px 6% 80px;
}
footer .ft1 .inr > .ttl {
  margin: 50px auto 44px;
  width: 100%;
  font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
}
@media screen and (max-width: 480px) {
  footer .ft1 .inr {
    padding: 35px 7% 25px;
    display: block;
  }
  footer .ft1 .inr > .ttl {
    font-size: 1.4rem;
    margin: 30px 0 18px;
  }
}
footer .contact {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
}
footer .contact .logo {
  display: block;
  text-decoration: none;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  footer .contact {
    padding-bottom: 28px;
    gap: 20px;
  }
  footer .contact .logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  footer .contact .logo img {
    max-width: 137px;
    height: auto;
  }
  footer .contact .btn {
    min-width: 0;
    height: 30px;
    line-height: 30px;
  }
}
footer .us {
  width: 50%;
  min-width: 590px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 65px;
}
@media screen and (max-width: 480px) {
  footer .us {
    padding-right: 0;
    width: auto;
    min-width: inherit;
  }
}
footer .us .plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  footer .us .plan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
footer .us .plan .name h3 {
  font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
  footer .us .plan .name h3 {
    margin-bottom: 2px;
    font-size: 1.2rem;
  }
}
footer .us .plan .name a {
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  footer .us .plan .name a {
    font-size: 1rem;
  }
}
footer .us .plan + .txt {
  margin-top: 20px;
}
footer .us .txt {
  font-size: 1.4rem;
  line-height: 1.71;
}
@media screen and (max-width: 480px) {
  footer .us .txt {
    font-size: 1.1rem;
    line-height: 1.64;
  }
}
footer .us .link_list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 325px;
  gap: 16px;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  footer .us .link_list {
    margin-top: 15px;
    width: 100%;
    gap: 10px;
    font-size: 1rem;
  }
}
footer .us .link_list + .txt {
  margin: 20px 0 -0.355em;
}
@media screen and (max-width: 480px) {
  footer .us .link_list + .txt {
    margin: 15px 0 0;
  }
}
footer .watacafe {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #f4f4f4;
  border-radius: 10px;
  padding: 50px 50px 40px;
}
@media screen and (max-width: 480px) {
  footer .watacafe {
    margin-top: 15px;
    border-radius: 5px;
    padding: 20px;
  }
  footer .watacafe h3 img {
    width: 125px;
    height: auto;
  }
}
footer .watacafe p {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 1.71;
}
@media screen and (max-width: 480px) {
  footer .watacafe p {
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: 1.64;
  }
}
footer .watacafe .link_list {
  margin-top: 25px;
  font-size: 1.4rem;
  line-height: 1.71;
}
@media screen and (max-width: 480px) {
  footer .watacafe .link_list {
    margin-top: 5px;
    font-size: 1.1rem;
    line-height: 1.64;
  }
}
footer .watacafe .link_list li {
  position: relative;
  padding-left: 1em;
  color: #0096d2;
}
footer .watacafe .link_list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
footer .watacafe .link_list li + li {
  margin-top: 5px;
}
footer .ft2 {
  background: #000;
  color: #fff;
  padding: 32px 0;
}
@media screen and (max-width: 480px) {
  footer .ft2 {
    padding: 14px 0;
  }
  footer .ft2 .copyright {
    width: 260px;
    height: auto;
  }
}