@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*/
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
  outline: none !important;
}
html, body {
  font-family: var(--font-ja);
  line-height: 1.4;
  /*text-align: justify;*/
  font-size: 16px;
  /*scroll-behavior: smooth;*/
  /*-webkit-overflow-scrolling: touch;*/
  font-weight: var(--medium);
  color: var(--color-txt);
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%;
}
a {
  display: inline-block;
  color: var(--color-txt);
  cursor: pointer;
  outline: none !important;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
*:focus {
  outline: none;
  }
a, a:hover {
  text-decoration: none;
}
.flex {
  display: flex;
}
button {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0;
}
/*
p, dt, dd {
  overflow-wrap: break-word;
}
*/
body {
  margin: auto;
  /* opacity: 0;
  animation: fadeIn .7s .2s ease-out forwards; */
}
small {
  font-size: 70%;
}
main {
  overflow: hidden;
  overflow: clip;
}
li {
  list-style: none;
}
input,
textarea,
select,
option,
button {
  font-family: var(--font-ja);
  font-weight: var(--medium);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
option:focus-visible {
  outline: none;
}
input:not([type="radio"],[type="checkbox"],[type="submit"],[type="button"]),
textarea,
select {
  width: 100%;
  padding: 15px;
  border: 1px solid #CBCBCB;
  border-radius: 11px;
  background: #fff;
  font-size: 16px;
  font-weight: var(--medium);
  line-height: 1.75;
}
textarea {
  min-height: 236px;
  resize: vertical;
}
label {
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  ::-webkit-scrollbar{
    width: 0;
  }
}
.sp,
.spi {
  display: none !important;
}
.pc {
  display: block !important;
}
.pci {
  display: inline-block !important;
}
@media screen and (max-width: 1399px) {
  html, body {
    font-size: calc(16 / 1400 * 100vw);
  }
  input:not([type="radio"],[type="checkbox"],[type="submit"],[type="button"]),
  textarea,
  select {
    padding: calc(15 / 1400 * 100vw);
    border-radius: calc(11 / 1400 * 100vw);
    font-size: calc(16 / 1400 * 100vw);
  }
  textarea {
    min-height: calc(236 / 1400 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  /* input:not([type="radio"],[type="checkbox"]),
  textarea,
  select {
    padding: 1.35rem 1.5rem;
    font-size: 1.5rem;
  } */
  /* .radios {
    padding: 1rem 2rem 1.6rem;
    font-size: 1.4rem;
  }
  .checkbox {
    margin-top: 4rem;
    font-size: 1.4rem;
  } */
  html, body {
    font-size: calc(16 / 390 * 100vw);
  }
  .sp {
    display: block !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pc,
  .pci {
    display: none !important;
  }
  input:not([type="radio"],[type="checkbox"],[type="submit"],[type="button"]),
  textarea,
  select {
    padding: calc(10 / 390 * 100vw);
    border-radius: calc(5 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
  }
  textarea {
    min-height: calc(230 / 390 * 100vw);
  } 
}

/* ----------------------------------
common
---------------------------------- */
:root {
  --color-green: #288E9A;
  --color-green-rgb: 40 142 154;
  --color-purple-rgb: 121 52 224;
  --color-pink-rgb: 235 93 137;
  --color-orange-rgb: 252 137 35;
  --color-lgreen-rgb: 88 206 123;
  --color-blue-rgb: 92 146 241;
  --color-txt: #222222;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --black: 900;
  --font-en: "Inter", sans-serif;
  --font-ja: "Noto Sans JP", sans-serif;
}
.is-hide {
  display: none !important;
}
.en {
  font-family: var(--font-en);
}
.ja {
  font-family: var(--font-ja);
}
a {
  transition: .3s;
}
::placeholder {
  color: #B1B9BA;
}
body.fixed {
  /* width: 100%;
  height: 100%;
  position: fixed; */
  overflow: hidden;
}

/* ---------------------------------
header
---------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border-top: 5px solid var(--color-green);
  background: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
  z-index: 10;
}
header .in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header .list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
}
header .list a {
  font-size: 15px;
}
header .list .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 36px;
  background: #000;
  font-size: 13px;
  color: #fff;
}
header .logo {
  width: 256px;
}
main {
  padding-top: 100px;
}
header .hamburger {
  display: none;
}
@media screen and (max-width: 1399px) {
  header {
    padding: 0 calc(20 / 1400 * 100vw);
    height: calc(100 / 1400 * 100vw);
    border-top: calc(5 / 1400 * 100vw) solid var(--color-green);
    box-shadow: 0 calc(3 / 1400 * 100vw) calc(6 / 1400 * 100vw) rgb(0 0 0 / 0.16);
  }
  header .list {
    gap: calc(50 / 1400 * 100vw);
  }
  header .list a {
    font-size: calc(15 / 1400 * 100vw);
  }
  header .list .btn a {
    width: calc(140 / 1400 * 100vw);
    height: calc(36 / 1400 * 100vw);
    font-size: calc(13 / 1400 * 100vw);
  }
  header .logo {
    width: calc(256 / 1400 * 100vw);
  }
  main {
    padding-top: calc(100 / 1400 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  header {
    padding: 0;
    border-top-width: calc(5 / 390 * 100vw);
    height: calc(63 / 390 * 100vw);
    box-shadow: 0 calc(3 / 390 * 100vw) calc(6 / 390 * 100vw) rgb(0 0 0 / 0.16);
  }
  header nav {
    display: none;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    overflow-x: scroll;
    background: var(--color-green);
    padding: calc(100 / 390 * 100vw) calc(15 / 390 * 100vw) calc(60 / 390 * 100vw);
  }
  header nav::-webkit-scrollbar {
    display: none;
  }
  header .list {
    display: block;
    gap: 0;
  }
  header .list li {
    border-bottom: 1px solid rgb(203 203 203 / .4);
  }
  header .list a {
    text-align: center;
    display: block;
    color: #fff;
    font-size: calc(18 / 390 * 100vw);
    padding: calc(24 / 390 * 100vw) 0;
  }
  header .in {
    justify-content: center;
  }
  header .logo {
    width: calc(174 / 390 * 100vw);
  }
  header .hamburger {
    position: absolute;
    z-index: 5;
    right: calc(11 / 390 * 100vw);
    width: calc(40 / 390 * 100vw);
    height: calc(40 / 390 * 100vw);
    display: block;
    background: var(--color-green);
  }
  header .hamburger span,
  header .hamburger::before,
  header .hamburger::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: calc(17 / 390 * 100vw);
    height: 1px;
    background: #fff;
    transform: translate(-50%, -50%);
    transition: .3s;
  }
  header .hamburger::before {
    margin-top: calc(-7 / 390 * 100vw);
  }
  header .hamburger::after {
    margin-top: calc(7 / 390 * 100vw);
  }
  header .hamburger.open span,
  header .hamburger.open::before,
  header .hamburger.open::after {
    width: calc(32 / 390 * 100vw);
    margin: 0;
  }
  header .hamburger.open span {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header .hamburger.open::before,
  header .hamburger.open::after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header .hamburger.open::after {
    opacity: 0;
  }
  header .list li.btn {
    border: none;
    padding: calc(35 / 390 * 100vw) calc(34 / 390 * 100vw) 0;
  }
  header .list .btn a {
    width: 100%;
    height: calc(54 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
  }
  main {
    padding-top: calc(63 / 390 * 100vw);
  }
}

/* ---------------------------------
footer
---------------------------------- */
footer nav {
  padding: 72px 0;
  background: var(--color-green);
}
.footer_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.footer_list a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.04em;
}
footer .copy {
  text-align: center;
  padding: 17px 0;
  font-size: 14px;
  font-weight: var(--regular);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1399px) {
  footer nav {
    padding: calc(72 / 1400 * 100vw) 0;
  }
  .footer_list {
    gap: calc(30 / 1400 * 100vw);
  }
  .footer_list a {
    font-size: calc(16 / 1400 * 100vw);
  }
  footer .copy {
    padding: calc(17 / 1400 * 100vw) 0;
    font-size: calc(14 / 1400 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  footer nav {
    padding: calc(43 / 390 * 100vw) 0;
  }
  .footer_list {
    gap: calc(30 / 390 * 100vw);
    flex-direction: column;
  }
  .footer_list a {
    font-size: calc(16 / 390 * 100vw);
  }
  footer .copy {
    padding: calc(16 / 390 * 100vw) 0;
    font-size: calc(14 / 390 * 100vw);
  }
}



/* 
.pager {
  margin-top: 7rem;
}
.pager .nav-links {
  display: flex;
  justify-content: center;
}
.pager .nav-links > * {
  font-family: var(--font-en);
  font-weight: var(--regular);
  font-size: 1.6rem;
  line-height: 1;
}
.pager .nav-links > * {
  position: relative;
  padding: 0 1.9rem;
  padding-top: 0.7rem;
  transition: .3s;
}
.pager .nav-links > *::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background: #e4e8ea;
}
.pager .nav-links > *.current::after {
  background: var(--color-pink);
}
.pager .nav-links > *.next span,
.pager .nav-links > *.prev span {
  display: none;
}
.pager .nav-links > *.next,
.pager .nav-links > *.prev {
  display: block;
  margin-bottom: 1rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border-radius: 100%;
  background: var(--color-gr);
}
.pager .nav-links > *.next::after,
.pager .nav-links > *.prev::after {
  bottom: -1rem;
}
.pager .nav-links > *.next::before,
.pager .nav-links > *.prev::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/common/icon_arrow_nv.png) center / 0.5rem no-repeat;
  z-index: 1;
}
.pager .nav-links > *.prev::before {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .pager .nav-links > *:not(.current):hover {
    opacity: 0.68;
  }
} */










.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}
/* アニメーション */
.anime.slideUp,
.anime.slideLeft,
.anime.fadeIn {
  opacity: 0;
}
.anime.slideUp.active {
  animation: slideUp .5s .05s ease-out forwards;
}
.anime.slideLeft.active {
  animation: slideLeft .5s .05s ease-out forwards;
}
.anime.fadeIn.active {
  animation: fadeIn .5s .2s ease-out forwards;
}
.anime.scaleDown img {
  transform: scale(1.1);
}
.anime.scaleDown.active img {
  animation: img-scale 7s ease-out forwards;
}
span.anime.slideLeft {
  display: inline-block;
}
.anime.img_cr {
  z-index: 2;
  overflow: hidden;
}
.anime.img_cr::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  pointer-events: none;
}
.anime.img_cr.orange::after {
  background: #F7A544;
}
.anime.img_cr.blue::after {
  background: #648EF8;
}
.anime.img_cr.green::after {
  background: #79DD2A;
}
.anime.img_cr.red::after {
  background: #F77981;
}
.anime.active.img_cr::after {
  animation: img-cr .7s .5s ease-out forwards;
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-2rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes img-scale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes img-cr {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slideUp_tb {
  0% {
    opacity: 0;
    transform: translateY(2rem) rotate(90deg);
    transform-origin: top left;
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(90deg);
    transform-origin: top left;
  }
}

