@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

/* colour */
.black {
  color: #000;
}
.sumi {
  color: #333333;
}
.gray {
  color: #707070;
}
.light-gray {
  color: #cccccc;
}
.light-blue {
  color: #cee0f4;
}
.bg-black {
  background-color: #000;
}
.bg-sumi {
  background-color: #333333;
}
.bg-gray {
  background-color: #707070;
}
.bg-light-gray {
  background-color: #cccccc;
}
.bg-light-light-gray {
  background-color: #f7f7f7;
}
.bg-light-blue {
  background-color: #cee0f4;
}

html,
body,
div,
span,
applet,
object,
iframe,
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
html {
  font-size: 10px;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  background: #F3F4F6;
}

* {
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 768px) {
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

img[src$=".svg"] {
  width: 100%;
  height: 100%;
}

video {
  display: block;
  max-width: 100%;
  width: 100%;
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

input[type=submit],
input[type=checkbox] {
  appearance: none;
  border-radius: 0;
}

b {
  font-weight: 800 !important;
}

.forPc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .forPc {
    display: none !important;
  }
}

.forSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .forSp {
    display: inline-block;
  }
}

.u-mt-1 {
  margin-top: 1%;
}

.u-mr-1 {
  margin-right: 1%;
}

.u-mb-1 {
  margin-bottom: 1%;
}

.u-ml-1 {
  margin-left: 1%;
}

.u-pt-1 {
  padding-top: 1%;
}

.u-pr-1 {
  padding-right: 1%;
}

.u-pb-1 {
  padding-bottom: 1%;
}

.u-pl-1 {
  padding-left: 1%;
}

.u-mt-2 {
  margin-top: 2%;
}

.u-mr-2 {
  margin-right: 2%;
}

.u-mb-2 {
  margin-bottom: 2%;
}

.u-ml-2 {
  margin-left: 2%;
}

.u-pt-2 {
  padding-top: 2%;
}

.u-pr-2 {
  padding-right: 2%;
}

.u-pb-2 {
  padding-bottom: 2%;
}

.u-pl-2 {
  padding-left: 2%;
}

.u-mt-3 {
  margin-top: 3%;
}

.u-mr-3 {
  margin-right: 3%;
}

.u-mb-3 {
  margin-bottom: 3%;
}

.u-ml-3 {
  margin-left: 3%;
}

.u-pt-3 {
  padding-top: 3%;
}

.u-pr-3 {
  padding-right: 3%;
}

.u-pb-3 {
  padding-bottom: 3%;
}

.u-pl-3 {
  padding-left: 3%;
}

.u-mt-4 {
  margin-top: 4%;
}

.u-mr-4 {
  margin-right: 4%;
}

.u-mb-4 {
  margin-bottom: 4%;
}

.u-ml-4 {
  margin-left: 4%;
}

.u-pt-4 {
  padding-top: 4%;
}

.u-pr-4 {
  padding-right: 4%;
}

.u-pb-4 {
  padding-bottom: 4%;
}

.u-pl-4 {
  padding-left: 4%;
}

.u-mt-5 {
  margin-top: 5%;
}

.u-mr-5 {
  margin-right: 5%;
}

.u-mb-5 {
  margin-bottom: 5%;
}

.u-ml-5 {
  margin-left: 5%;
}

.u-pt-5 {
  padding-top: 5%;
}

.u-pr-5 {
  padding-right: 5%;
}

.u-pb-5 {
  padding-bottom: 5%;
}

.u-pl-5 {
  padding-left: 5%;
}

.u-mt-6 {
  margin-top: 6%;
}

.u-mr-6 {
  margin-right: 6%;
}

.u-mb-6 {
  margin-bottom: 6%;
}

.u-ml-6 {
  margin-left: 6%;
}

.u-pt-6 {
  padding-top: 6%;
}

.u-pr-6 {
  padding-right: 6%;
}

.u-pb-6 {
  padding-bottom: 6%;
}

.u-pl-6 {
  padding-left: 6%;
}

.u-mt-7 {
  margin-top: 7%;
}

.u-mr-7 {
  margin-right: 7%;
}

.u-mb-7 {
  margin-bottom: 7%;
}

.u-ml-7 {
  margin-left: 7%;
}

.u-pt-7 {
  padding-top: 7%;
}

.u-pr-7 {
  padding-right: 7%;
}

.u-pb-7 {
  padding-bottom: 7%;
}

.u-pl-7 {
  padding-left: 7%;
}

.u-mt-8 {
  margin-top: 8%;
}

.u-mr-8 {
  margin-right: 8%;
}

.u-mb-8 {
  margin-bottom: 8%;
}

.u-ml-8 {
  margin-left: 8%;
}

.u-pt-8 {
  padding-top: 8%;
}

.u-pr-8 {
  padding-right: 8%;
}

.u-pb-8 {
  padding-bottom: 8%;
}

.u-pl-8 {
  padding-left: 8%;
}

.u-mt-9 {
  margin-top: 9%;
}

.u-mr-9 {
  margin-right: 9%;
}

.u-mb-9 {
  margin-bottom: 9%;
}

.u-ml-9 {
  margin-left: 9%;
}

.u-pt-9 {
  padding-top: 9%;
}

.u-pr-9 {
  padding-right: 9%;
}

.u-pb-9 {
  padding-bottom: 9%;
}

.u-pl-9 {
  padding-left: 9%;
}

.u-mt-10 {
  margin-top: 10%;
}

.u-mr-10 {
  margin-right: 10%;
}

.u-mb-10 {
  margin-bottom: 10%;
}

.u-ml-10 {
  margin-left: 10%;
}

.u-pt-10 {
  padding-top: 10%;
}

.u-pr-10 {
  padding-right: 10%;
}

.u-pb-10 {
  padding-bottom: 10%;
}

.u-pl-10 {
  padding-left: 10%;
}

.u-mt-11 {
  margin-top: 11%;
}

.u-mr-11 {
  margin-right: 11%;
}

.u-mb-11 {
  margin-bottom: 11%;
}

.u-ml-11 {
  margin-left: 11%;
}

.u-pt-11 {
  padding-top: 11%;
}

.u-pr-11 {
  padding-right: 11%;
}

.u-pb-11 {
  padding-bottom: 11%;
}

.u-pl-11 {
  padding-left: 11%;
}

.u-mt-12 {
  margin-top: 12%;
}

.u-mr-12 {
  margin-right: 12%;
}

.u-mb-12 {
  margin-bottom: 12%;
}

.u-ml-12 {
  margin-left: 12%;
}

.u-pt-12 {
  padding-top: 12%;
}

.u-pr-12 {
  padding-right: 12%;
}

.u-pb-12 {
  padding-bottom: 12%;
}

.u-pl-12 {
  padding-left: 12%;
}

.u-mt-13 {
  margin-top: 13%;
}

.u-mr-13 {
  margin-right: 13%;
}

.u-mb-13 {
  margin-bottom: 13%;
}

.u-ml-13 {
  margin-left: 13%;
}

.u-pt-13 {
  padding-top: 13%;
}

.u-pr-13 {
  padding-right: 13%;
}

.u-pb-13 {
  padding-bottom: 13%;
}

.u-pl-13 {
  padding-left: 13%;
}

.u-mt-14 {
  margin-top: 14%;
}

.u-mr-14 {
  margin-right: 14%;
}

.u-mb-14 {
  margin-bottom: 14%;
}

.u-ml-14 {
  margin-left: 14%;
}

.u-pt-14 {
  padding-top: 14%;
}

.u-pr-14 {
  padding-right: 14%;
}

.u-pb-14 {
  padding-bottom: 14%;
}

.u-pl-14 {
  padding-left: 14%;
}

.u-mt-15 {
  margin-top: 15%;
}

.u-mr-15 {
  margin-right: 15%;
}

.u-mb-15 {
  margin-bottom: 15%;
}

.u-ml-15 {
  margin-left: 15%;
}

.u-pt-15 {
  padding-top: 15%;
}

.u-pr-15 {
  padding-right: 15%;
}

.u-pb-15 {
  padding-bottom: 15%;
}

.u-pl-15 {
  padding-left: 15%;
}

.u-mt-16 {
  margin-top: 16%;
}

.u-mr-16 {
  margin-right: 16%;
}

.u-mb-16 {
  margin-bottom: 16%;
}

.u-ml-16 {
  margin-left: 16%;
}

.u-pt-16 {
  padding-top: 16%;
}

.u-pr-16 {
  padding-right: 16%;
}

.u-pb-16 {
  padding-bottom: 16%;
}

.u-pl-16 {
  padding-left: 16%;
}

.u-mt-17 {
  margin-top: 17%;
}

.u-mr-17 {
  margin-right: 17%;
}

.u-mb-17 {
  margin-bottom: 17%;
}

.u-ml-17 {
  margin-left: 17%;
}

.u-pt-17 {
  padding-top: 17%;
}

.u-pr-17 {
  padding-right: 17%;
}

.u-pb-17 {
  padding-bottom: 17%;
}

.u-pl-17 {
  padding-left: 17%;
}

.u-mt-18 {
  margin-top: 18%;
}

.u-mr-18 {
  margin-right: 18%;
}

.u-mb-18 {
  margin-bottom: 18%;
}

.u-ml-18 {
  margin-left: 18%;
}

.u-pt-18 {
  padding-top: 18%;
}

.u-pr-18 {
  padding-right: 18%;
}

.u-pb-18 {
  padding-bottom: 18%;
}

.u-pl-18 {
  padding-left: 18%;
}

.u-mt-19 {
  margin-top: 19%;
}

.u-mr-19 {
  margin-right: 19%;
}

.u-mb-19 {
  margin-bottom: 19%;
}

.u-ml-19 {
  margin-left: 19%;
}

.u-pt-19 {
  padding-top: 19%;
}

.u-pr-19 {
  padding-right: 19%;
}

.u-pb-19 {
  padding-bottom: 19%;
}

.u-pl-19 {
  padding-left: 19%;
}

.u-mt-20 {
  margin-top: 20%;
}

.u-mr-20 {
  margin-right: 20%;
}

.u-mb-20 {
  margin-bottom: 20%;
}

.u-ml-20 {
  margin-left: 20%;
}

.u-pt-20 {
  padding-top: 20%;
}

.u-pr-20 {
  padding-right: 20%;
}

.u-pb-20 {
  padding-bottom: 20%;
}

.u-pl-20 {
  padding-left: 20%;
}


/* ---------------------------------------------------------
*
* GMO AI最適化ブースト
*
--------------------------------------------------------- */
html {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 64px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-family: "Noto Sans Japanese", "Noto Sans JP", "Noto Sans", sans-serif;
  background-color: #fff;
  font-feature-settings: "palt";
}

section {
  width: 100%;
  padding: 0 calc((100% - 1160px) / 2);
}
@media screen and (max-width: 768px){
  section {
    padding: 0;
  }
}

p {
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.1em;
  word-break: normal;
}
@media screen and (min-width: 769px) {
  p {
    /* line-height: 2; */
  }
}

img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: contain;
  pointer-events: none;
}
img[src*="/sp/"] {
  display: none;
}
@media screen and (max-width: 768px) {
  img[src*="/sp/"] {
    display: inline-block;
  }
}

ul {
  padding: 0;
}

li {
  list-style: none;
  line-height: 1.5;
}

.fade {
  opacity: 0;
}

.fadeIn {
  opacity: 0;
  animation: fade_in 0.6s ease 0.2s 1 forwards;
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes float {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slidein {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideup {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slidedown {
  0% {
    opacity: 0;
    transform: translateY(-30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* #inc_header {
  position: sticky;
  top: 28px;
} */

.header {
  width: calc(100% - 80px);
  max-width: 1360px;
  height: 80px;
  position: sticky;
  top: 46px;
  background: #fff;
  /* backdrop-filter: blur(10px); */
  z-index: 2000;
  border-radius: 10px;
  filter: drop-shadow(0 5px 10px #0000001a);
  margin: 0 auto;
}
@media screen and (max-width: 1048px) {
  .header {
    height: 64px;
    top: 29px;
    overflow: hidden;
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px){
  .header {
    top: 0;
  }
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 16px 16px 16px 32px;
}
@media screen and (max-width: 768px) {
  .header_inner {
    /* width: calc(100% - 30px); */
    padding: 24px 16px;
  }
}
.header_logo {
  width: fit-content;
  height: 26px;
}
.header_logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header_logo a img {
  object-position: left;
}
@media (max-width: 768px) {
  .header_logo {
    height: 16px;
  }
}
.header-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}
@media screen and (max-width: 1048px) {
  .header-nav {
    display: none;
  }
}
.header-nav a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  width: 180px;
  padding: 16px;
  border-radius: 50px;
  border: 1px solid #0F2E7C;
  color: #0F2E7C;
  background-color: #fff;
  transition: .2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.header-nav a:hover {
  color: #fff;
  background-color: #0F2E7C;
}

.header-nav .header-nav_btns li:first-of-type a {
  color: #fff;
  background-color: #0F2E7C;
}
.header-nav .header-nav_btns li:first-of-type a:hover {
  color: #0F2E7C;
  background-color: #fff;
}

.header-nav .header-nav_btns a[target="_blank"]:after {
  content: "";
  background: url(img/icon_link.png) no-repeat center/contain;
  width: 16px;
  aspect-ratio: 1;
}
.header-nav .header-nav_btns a[target="_blank"]:hover:after {
  background: url(img/icon_link-w.png) no-repeat center/contain;
}
.header-nav .header-nav_btns a[target="_blank"][href*="trial"]:after {
  background: url(img/icon_link-w.png) no-repeat center/contain;
}
.header-nav .header-nav_btns a[target="_blank"][href*="trial"]:hover:after {
  background: url(img/icon_link.png) no-repeat center/contain;
}

.header-nav .header-nav_btns li:last-of-type a:after {
  content: "";
  background: url(img/icon_login.png) no-repeat center/contain;
  width: 16px;
  aspect-ratio: 1;
}
.header-nav .header-nav_btns li:last-of-type a:hover:after {
  background: url(img/icon_login-w.png) no-repeat center/contain;
}

/* ---------------------------------------------------------
  hamburger
--------------------------------------------------------- */
.side {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3000;
}
@media screen and (min-width: 1049px) {
  .side {
    display: none;
  }
}

.hamburger-menu #menu__toggle {
  opacity: 0;
}
.hamburger-menu #menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
.hamburger-menu #menu__toggle:checked + .menu__btn > span:before {
  top: 0;
  transform: rotate(0deg);
}
.hamburger-menu #menu__toggle:checked + .menu__btn > span:after {
  top: 0;
  transform: rotate(90deg);
}
.hamburger-menu #menu__toggle:checked + .menu__btn > img {
  opacity: 0;
}
.hamburger-menu #menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.hamburger-menu .menu__btn {
  position: fixed;
  top: 29px;
  right: 0;
  width: 18px;
  height: 64px;
  padding: 0 23px;
  box-sizing: content-box;
  cursor: pointer;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hamburger-menu .menu__btn {
    top: 0;
  }
}
.hamburger-menu .menu__btn > span {
  display: block;
  position: absolute;
  width: 18px;
  height: 1px;
  background-color: #001222;
  transition-duration: 0.15s;
}
.hamburger-menu .menu__btn > span:before,
.hamburger-menu .menu__btn > span:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 1px;
  background-color: #001222;
  transition-duration: 0.15s;
}
.hamburger-menu .menu__btn > span:before {
  top: -6px;
}
.hamburger-menu .menu__btn > span:after {
  top: 6px;
}
.hamburger-menu .menu__btn > img {
  padding-top: 15px;
  transition-duration: 0.25s;
}
.hamburger-menu .menu__box {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 64px;
  left: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 100px 33px 37px;
  list-style: none;
  transition-duration: 0.2s;
  overflow: scroll;
  background-color: #212E4D;
  /* backdrop-filter: blur(10px); */
}
@media screen and (max-width: 800px) {
  .hamburger-menu .menu__box {
    padding: 93px 33px 37px;
  }
}
@media (min-width: 769px) and (max-width: 1048px) {
  .hamburger-menu .menu__box {
    top: 93px;
  }
}
@media screen and (max-width: 768px) {
  .hamburger-menu .menu__box {
    padding: 48px 40px;
  }
}
.hamburger-menu .menu__box img {
  display: inline-block;
  height: 35px;
  margin-bottom: 40px;
}
.hamburger-menu .menu__box li {
  font-size: 18px;
  margin-bottom: 32px;
  color: #fff;
}
.hamburger-menu .menu__item {
  display: block;
  padding: 6px;
  text-align: center;
  transition-duration: 0.4s;
}
.hamburger-menu .menu__item img {
  height: 40px;
}
.hamburger-menu .menu__item:hover {
  opacity: 0.8;
}
.hamburger-menu .menu__item-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.hamburger-menu .menu__item-btns {
  margin-top: 16px;
}

@media screen and (max-width: 1250px) {
  .inner {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
}
.inner h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .inner h2 {
    font-size: 30px;
  }
}
.inner h2 p {
  margin-top: 30px;
  color: #0F2E7C;
  line-height: 1;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .inner h2 p {
    margin-top: 20px;
    line-height: 1.6;
  }
}
.inner h2 span {
  /* font-size: 1.15em; */
  font-size: .5em;
  color: #F22E2E;
  letter-spacing: .1em;
}
.inner h2 img {
  display: block;
  height: 71px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .inner h2 img {
    height: 36px;
    margin-bottom: 10px;
  }
}
.inner h2 ~ div[class*=__note] {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  color: #000;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .inner h2 ~ div[class*=__note] {
    font-size: 15px;
    text-align: left;
    margin-top: 35px;
  }
}
.inner .ttl {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .inner .ttl {
    margin-bottom: 20px;
  }
}
.inner .fadeIn .ttl span {
  animation: marker_span .6s linear(0 0%, 1 0%) 0s 1 normal forwards;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  /* color: #fff; */
  color: transparent;
  /* background-color: #F22E2E; */
  padding: 8px;
  display: inline-block;
  margin-bottom: 8px;
  white-space: nowrap;
  position: relative;
  z-index: 0;
}
.inner .fadeIn .ttl span:nth-of-type(2),
.inner .fadeIn .ttl span:nth-of-type(2):before,
.inner .fadeIn .ttl span:nth-of-type(2):after {
  animation-delay: .4s;
}
.inner .fadeIn .ttl span:nth-of-type(3),
.inner .fadeIn .ttl span:nth-of-type(3):before,
.inner .fadeIn .ttl span:nth-of-type(3):after {
  animation-delay: 1s;
}

@media screen and (max-width: 768px){
  .inner .fadeIn .ttl span {
    font-size: 22px;
  }
}
.inner .ttl span:before,
.inner .ttl span:after {
  content: "";
  background-color: #F22E2E;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.inner .fadeIn .ttl span:before {
  animation: marker_before .6s cubic-bezier(.455,.03,.515,.955) 0s 1 normal forwards;
  z-index: -1;
}
.inner .fadeIn .ttl span:after {
  animation: marker_after .6s cubic-bezier(.455,.03,.515,.955) 0s 1 normal forwards;
  z-index: 4;
}

@keyframes marker_span {
  0%, 50% {
		color: transparent;
	}
	51%, 100% {
    color: #fff;
	}
	/* 51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	} */
}
@keyframes marker_before {
  0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50%, 100% {
		left: 0;
		right: auto;
		width: 100%;
	}
	/* 51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	} */
}
@keyframes marker_after {
  0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}
.inner [class*="__ttl"] h2~p {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  line-height: 2;
  color: #0F2E7C;
}
@media screen and (max-width: 768px){
  .inner [class*="__ttl"] h2~p {
    margin-top: 20px;
    font-size: 15px;
  }
}

.main {
  background-color: #f6f7fa;
  margin-top: -80px;
  overflow: hidden;
}

.btn {
  padding: 32px 40px;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 200px;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .btn {
    gap: 6px;
    padding: 24px;
    font-size: 15px;
  }
}
.btn[target="_blank"]:after {
  content: "";
  background: url(img/icon_link-w.png) no-repeat center/contain;
  width: 24px;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  .btn[target="_blank"]:after {
    width: 16px;
  }
}
/* :after {
  content: "";
  width: 13px;
  height: auto;
  aspect-ratio: 1;
  border-top: 3px solid;
  border-right: 3px solid;
  transform: rotate(45deg);
  transition: 0.2s ease;
  position: absolute;
  right: 23px;
}
@media screen and (max-width: 768px) {
  .btn:after {
    width: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
  }
} */

@media screen and (min-width: 769px){
  .btn:hover {
    filter: none !important;
    transform: translateY(8px);
  }
}
/* .btn:hover:after {
  right: 18px;
}
.btn.yellow {
  background: #fbbc05;
  color: #172051;
  border-color: #172051;
}
.btn.blue {
  background: #1a73e8;
  color: #fff;
  border-color: #fff;
}
.btn.white {
  background: #fff;
  color: #1a73e8;
  border: 1px solid #005bac;
}
.btn.white:after {
  border-color: #005bac;
} */
.btn.red {
  background: #F22E2E;
  filter: drop-shadow(0 8px 0 #AB271B);
}
.btn.blue {
  background: #0064E0;
  filter: drop-shadow(0 8px 0 #194172);
}

.fv {
  /* display: flex;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap; */
  position: relative;
  gap: 48px 0;
  aspect-ratio: 1440/900;
  max-height: 900px;
  background: url(img/bg/fv_bg.png) no-repeat center/cover;
  padding: 185px calc((100% - 1200px) / 2) 52px;
}
@media screen and (max-width: 1300px) {
  .fv {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .fv {
    max-height: unset;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    background: url(img/sp/bg/fv_bg.png) no-repeat center/cover;
    /* max-height: unset; */
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 90px calc((100vw - 375px + 64px) / 2) 66px;
    gap: 23px;
  }
}
.fv__wrapper {
  /* padding-top: 185px; */
  display: flex;
  align-items: center;
}
.fv__left {
  width: 100%;
  color: #fff;
  /* padding-left: 80px; */
  z-index: 5;
  opacity: 0;
  animation: fade_in 0.6s ease 0.2s 1 forwards;
  animation-delay: 0.6s;
}
@media screen and (max-width: 1200px) {
  .fv__left {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .fv__left {
    width: 100%;
    order: 2;
    padding-left: 0;
    text-align: center;
  }
}
/* .fv__left a.btn {
  width: fit-content;
  gap: 28px;
  padding: 22px 62px;
}
@media screen and (max-width: 1040px) {
  .fv__left a.btn {
    font-size: 18px;
    padding: 20px 36px;
  }
  .fv__left a.btn:after {
    width: 10px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .fv__left a.btn {
    margin: 0 auto;
    width: calc(100% - 32px);
  }
} */
.fv_ttl-main {
  font-size: 46px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 0 32px;
  letter-spacing: .1em;
}
@media screen and (max-width: 1200px) {
  .fv_ttl-main {
    font-size: 38px;
  }
}
@media screen and (max-width: 900px) {
  .fv_ttl-main {
    font-size: 32px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .fv_ttl-main {
    font-size: 26px;
    margin: -20px 0 20px;
    text-align: left;
  }
}
.fv_ttl-sub {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  position: relative;
  letter-spacing: .1em;
}

@media screen and (max-width: 1200px) {
  .fv_ttl-sub {
    /* font-size: 26px; */
  }
}
@media screen and (max-width: 768px) {
  .fv_ttl-sub {
    font-size: 15px;
    /* padding: 7px 9px 8px 13px; */
    text-align: left;
  }
  .fv_ttl-sub:after {
    font-size: 10px;
  }
}
.fv__right {
  width: calc(100vw * 851/1440);
  max-width: 851px;
  /* max-width: calc(100vw - ((100% - 1200px) / 2) - (46px * 12)); */
  z-index: 0;
  opacity: 0;
  transform: translateX(30%);
  animation: slideup 0.4s ease both;
  animation-delay: 1s;
  position: absolute;
  right: 0;
  max-height: 680px;
}
@media screen and (min-width: 1441px) {
  .fv__right {
    right: auto;
    left: calc(50vw - 126px);
  }
}
@media screen and (max-width: 1200px) {
  .fv__right {
    width: calc(100vw * 851/1440);
    margin-right: calc(-100vw * 60 / 1440);
  }
}
@media screen and (max-width: 768px) {
  .fv__right {
    order: 1;
    width: calc(100vw * 395 / 375);
    max-width: 395px;
    padding-right: 0;
    transform: translateY(-30%);
    animation: slidedown 0.4s ease both;
    animation-delay: 0.6s;
    position: relative;
    margin-left: -40px;
  }
}
.fv__btns {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding-top: 88px;
  text-align: center;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px){
  .fv__btns {
    padding-top: 58px;
  }
}
@media screen and (max-width: 768px){
  .fv__btns {
    padding-top: 40px;
  }
}

.fv__btns p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 18px;
}
.fv__notice {
  width: 100%;
  font-size: 10px;
  color: #fff;
  padding-left: 25px;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .fv__notice {
    order: 3;
    padding-left: 0;
    margin-top: 5px;
  }
}
.fv__scroll {
  height: 150px;
  position: absolute;
  left: 40px;
  bottom: 0;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px){
  .fv__scroll {
    left: 8px;
    font-size: 11px;
  }
}
.fv__scroll span {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  margin-left: 17px;
}
.fv__scroll:before,
.fv__scroll:after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
}
.fv__scroll:before {
  animation: scroll 2s infinite;
  height: 150px;
  left: 4.5px;
  margin: auto;
  /* right: 0; */
  width: 1px;
}
.fv__scroll:after {
  animation: ball 2s infinite;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 10px;
  left: 0;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes ball {
  0%, 50% {
    top: 0;
  }
  100% {
    top: 100%;
  }

}

.about {
  background-color: #061630;
  color: #fff;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .about {
    overflow: hidden;
    padding: 0;
  }
}
.about__ttl {
  display: flex;
  align-items: center;
  height: 600px;
  padding: 0 calc(100vw * 100/1440) 0 0;
}
@media screen and (max-width: 768px) {
  .about__ttl {
    flex-direction: column;
    height: auto;
    padding: 0;
  }
}
.about__ttl_left {
  /* position: absolute;
  left: 0; */
  width: calc(100vw * 867 / 1440);
  flex: 0 0 auto;
  margin: 0 0 0 calc(-100vw * 67 / 1440);
}
@media screen and (max-width: 768px) {
  .about__ttl_left {
    width: 100vw;
    margin: 0;
    padding-left: 32px;
  }
}

.about__ttl_left img {
  max-height: 600px;
}
@media screen and (max-width: 768px){
  .about__ttl_left img {
    width: calc(100vw * 498 / 375);
    max-width: unset;
  }
}
.about__ttl_right {
  /* margin-left: calc(100vw * -34/1440); */
}
@media screen and (max-width: 768px){
  .about__ttl_right {
    margin-left: 0;
  }
}
.about__ttl_right h2 {
  text-align: left;
}
.inner .about__ttl_right p,
.inner .about__ttl_right > h2~p {
  color: #fff;
  text-align: left;
}
.fadeIn .about__ttl_right > p span {
  /* background-color: #F22E2E; */
  animation: marker_span .6s linear(0 0%, 1 0%) 0s 1 normal forwards;
  padding: 6px;
  white-space: nowrap;
  margin: 0 3px;
  position: relative;
}
.about__ttl_right > p span:before,
.about__ttl_right > p span:after {
  content: "";
  background-color: #F22E2E;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fadeIn .about__ttl_right > p span:before {
  animation: marker_before .6s cubic-bezier(.455,.03,.515,.955) 0s 1 normal forwards;
  z-index: -1;
}
.fadeIn .about__ttl_right > p span:after {
  animation: marker_after .6s cubic-bezier(.455,.03,.515,.955) 0s 1 normal forwards;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .fadeIn .about__ttl_right > p span {
    padding: 2px 4px;
  }
}
.about__main {
  text-align: center;
  padding: 120px 0;
  color: #172051;
  padding: 0 calc((100% - 1020px) / 2) 100px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .about__main {
    text-align: left;
    padding: 80px 0 0;
    margin-top: 0;
  }
}
.about__main_list li {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-bottom: 64px;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .about__main_list li {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 56px;
  }
}

.about__main_list-text .desc {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px){
  .about__main_list-text .desc {
    font-size: 13px;
  }
}

.about__main_list-img {
  flex: 0 0 auto;
  width: calc(100% * 580 / 1020);
  max-width: 580px;
}
@media screen and (max-width: 768px){
  .about__main_list-img {
    width: 100%;
  }
}
.about__other {
  background-color: #212E4D;
  padding-top: 80px;
  padding-bottom: 86px;
}
@media screen and (max-width: 768px){
  .about__other {
    padding-top: 64px;
    padding-bottom: 74px;
  }
}
.about__other h3 {
  width: 100%;
  margin: 0 auto 56px;
  text-align: center;
}
@media screen and (max-width: 830px){
  .about__other h3.forPc {
    display: none !important;
  }
  .about__other h3.forSp {
    display: flex !important;
  }
}
@media screen and (max-width: 830px){
  .about__other h3 {
    margin: 0 auto 32px;
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: center;
  }
}

.about__other .fadeIn h3 span {
  color: #fff;
  /* background: #F22E2E; */
  animation: marker_span .6s linear(0 0%, 1 0%) 0s 1 normal forwards;
  padding: 8px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  letter-spacing: .1em;
}
.about__other h3 span:before,
.about__other h3 span:after {
  content: "";
  background-color: #F22E2E;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.about__other .fadeIn h3 span:before {
  animation: marker_before .6s cubic-bezier(.455,.03,.515,.955) 0s 1 normal forwards;
  z-index: -1;
}
.about__other .fadeIn h3 span:after {
  animation: marker_after .6s cubic-bezier(.455,.03,.515,.955) 0s 1 normal forwards;
  z-index: 4;
}

@media screen and (max-width: 768px){
  .about__other .fadeIn h3 span {
    font-size: 22px;
    display: inline-block;
  }
}

.about__other ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px){
  .about__other ul {
    flex-direction: column;
    gap: 16px;
  }
}
.about__other ul li {
  width: calc((100% - 20px) / 2);
  background: #F5F5F5;
  border-radius: 10px;
  color: #0F2E7C;
  filter: drop-shadow(0 5px 0 #808080);
  padding: 20px 20px 16px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 768px){
  .about__other ul li {
    width: 100%;
    padding: 18px 18px 14px;
  }
}
.about__other ul li span {
  font-size: 14px;
}
@media screen and (max-width: 768px){
  .about__other ul li span {
    font-size: 11px;
  }
}
.about__other ul li p {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px){
  .about__other ul li p {
    font-size: 18px;
  }
}

.about__other ul li p:before {
  content: "『";
}
.about__other ul li p:after {
  content: "』";
}
.about__other span.mini_note {
  color: #fff;
  font-size: 13px;
  display: block;
  margin-top: 20px;
  text-align: right;
  letter-spacing: .03em;
}

.boost {
  background: url(img/bg_boost.png) no-repeat center/cover;
}
.boost .inner {
  padding: 170px 0;
}
@media screen and (max-width: 768px){
  .boost .inner {
    padding: 58px 0;
  }
}
.boost .inner p {
  font-size: 40px;
  line-height: 2;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px){
  .boost .inner p {
    font-size: 22px;
    line-height: 1.8;
  }
}
.community {
  padding: 0;
  background: #fff;
}
.community .inner {
  display: flex;
}
@media screen and (max-width: 1250px) {
  .community .inner {
    padding: 0 !important;
  }
}
@media screen and (max-width: 768px){
  .community .inner {
    flex-direction: column;
  }
}
.community__left {
  margin-right: -80px;
  width: 50vw;
  max-width: 724px;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px){
  .community__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: -80px;
  }
}
.community__right {
  background-color: #0064E00d;
  background-repeat: no-repeat;
  background-image: url(img/bg/community_bg.png);
  background-position: top -303px right -40px;
  background-size: calc(100vw * 580/1440) auto;
  width: calc(50vw + 80px);
  padding: 200px 50px 100px 140px;
}
@media screen and (min-width: 1440px){
  .community__right {
    width: 100%;
  }
}
@media screen and (max-width: 768px){
  .community__right {
    width: 100%;
    padding: 76px 32px 64px;
    background-image: url(img/sp/bg/community_bg.png);
    background-position: bottom -24px right 0;
    background-size: calc(100vw * 240/375) auto;
  }
}
.community__right.fadeIn .ttl span {
  /* background-color: #0064E0; */
  animation: marker_span .6s linear(0 0%, 1 0%) 0s 1 normal forwards;
  letter-spacing: .1em;
  position: relative;
}
.community__right.fadeIn .ttl span:before,
.community__right.fadeIn .ttl span:after {
  content: "";
  background-color: #0064E0;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.community__right.fadeIn .ttl span:before {
  animation: marker_before .6s cubic-bezier(.455,.03,.515,.955) 0s 1 normal forwards;
  z-index: -1;
}
.community__right.fadeIn .ttl span:after {
  animation: marker_after .6s cubic-bezier(.455,.03,.515,.955) 0s 1 normal forwards;
  z-index: 4;
}

.community__right p.desc {
  color: #0F2E7C;
  max-width: 460px;
  font-size: 20px;
  letter-spacing: .03em;
  line-height: 1.8;
  margin-bottom: 32px;
}
@media screen and (min-width: 1440px){
  .community__right p.desc {
    max-width: 80%;
  }
}
@media screen and (max-width: 768px){
  .community__right p.desc {
    width: auto;
    font-size: 15px;
  }

}
.community__list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.community__list li {
  padding: 12px;
  line-height: 1;
  font-size: 16px;
  letter-spacing: .03em;
  color: #0F2E7C;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #0F2E7C;
}
@media screen and (max-width: 768px){
  .community__list li {
    font-size: 13px;
  }
}
.community__right a {
  /* display: inline-block; */
  display: flex;
  align-items: center;
  margin-top: 80px;
  color: #0064E0;
  font-size: 16px;
  letter-spacing: .03em;
}
@media screen and (max-width: 768px){
  .community__right a {
    font-size: 15px;
    margin-top: 40px;
  }
}
.community__right a:after {
  content: "";
  background: url(img/icon_link-b.png) no-repeat center/contain;
  width: 16px;
  aspect-ratio: 1;
  display: inline-block;
  margin-left: 8px;
}

.plan {
  background: #fff;
}
.plan .inner {
  padding: 80px 40px 100px !important;
}

@media screen and (max-width: 768px){
  .plan .inner {
    padding: 64px 32px;
  }
}
.plan__list {
  display: flex;
  gap: 25px;
  margin-top: 116px;
}
@media screen and (max-width: 768px){
  .plan__list {
    gap: 41px;
    flex-direction: column;
    margin-top: 32px;
  }
}
.plan__list:first-of-type {
  padding: 0 50px;
}
@media screen and (max-width: 768px){
  .plan__list:first-of-type {
    padding: 0;
  }
}
.plan__list li {
  width: 100%;
  border-radius: 10px;
  border: 3px solid #F2861233;
  padding: 56px 40px 32px;
  background: #F286120d;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px){
  .plan__list li {
    padding: 42px 32px 32px;
  }
}
.plan__list li:has(div.standard) {
  border-color: #F22E2A33;
  background: #F22E2A0d;
  /* box-shadow: 0 8px 0 #ccc;
  transform: translateY(-16px); */
}
.plan__list li:has(div.standard):before {
  content: "おすすめ";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  border-radius: 10px;
  background: #F22E2A;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px){
  .plan__list li:has(div.standard):before {
    z-index: 5;
    top: -25px;
    border-radius: 50px;
    padding: 8px 12px;
    font-size: 13px;
    filter: drop-shadow(0 4px 4px #0000001a);
  }
}

.plan__list li:has(div.standard):after {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 20px;
  height: 20px;
  background: #F22E2A;
}
@media screen and (max-width: 768px){
  .plan__list li:has(div.standard):after {
    display: none;
  }
}
.plan__list li:has(div.option) {
  border-color: #0F2E7C33;
  background: #0F2E7C0d;
  width: 650px;
}
@media screen and (max-width: 1180px){
  .plan__list li:has(div.option) {
    width: calc(100vw * 650 / 1440);
  }
}
@media screen and (max-width: 768px){
  .plan__list ul:has(div.option),
  .plan__list li:has(div.option) {
    width: 100%;
  }
}

.plan__list_name {
  color: #F28612;
  padding-bottom: 32px;
  margin-bottom: 24px;
  border-bottom: 3px solid #F2861233;
}
@media screen and (max-width: 768px){
  .plan__list_name {
    padding-bottom: 24px;
  }
}
.plan__list li:has(div.standard) .plan__list_name {
  color: #F22E2A;
  border-bottom: 3px solid #F22E2A33;
}
.plan__list li:has(div.option) .plan__list_name {
  color: #0F2E7C;
  border-bottom: 3px solid #0F2E7C33;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px){
  .plan__list li:has(div.option) .plan__list_name {
    flex-direction: column;
    gap: 8px;
  }
}
.plan__list li:has(div.option) .plan__list_name p {
  margin-bottom: 0;
}
.plan__list li:has(div.standard) .plan__list_name p:before {
  background-color: #F22E2A;
}

.plan__list li:has(div.option) .plan__list_name p:before {
  background-color: #0F2E7C;
}

.plan__list_name p {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px){
  .plan__list_name p {
    font-size: 28px;
    margin-bottom: 8px;
  }
}
.plan__list_name p:before {
  content: "";
  width: calc(100% + 6px);
  height: 24px;
  background-color: #F28612;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 3;
  border-radius: 10px 10px 0 0;
}

.plan__list_about {
  color: #0F2E7C;
}

.plan__list li:has(div.option) .plan__list_about {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 1180px){
  .plan__list li:has(div.option) .plan__list_about {
    display: block;
  }
}
.plan__list_about p.price {
  font-size: 64px;
  margin-bottom: 28px;
  letter-spacing: .03em;
}
@media screen and (max-width: 768px){
  .plan__list_about p.price {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}



.plan__list li:has(div.option) .plan__list_about p.price {
  flex: 0 0 auto;
}

.plan__list_about p.price span {
  font-size: .625em;
}
.plan__list_about p.desc {
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 768px){
  .plan__list_about p.desc {
    font-size: 13px;
    line-height: 1.6;
  }
}

.plan__list:has(div.option) {
  gap: 56px;
  align-items: center;
}
@media screen and (max-width: 768px){
  .plan__list:has(div.option) {
    gap: 32px;
    margin-top: 56px;
    flex-direction: column;
  }
}
.plan__list .option_about .desc {
  font-size: 20px;
  font-weight: 400;
  color: #0F2E7C;
  line-height: 1.8;
}
@media screen and (max-width: 768px){
  .plan__list .option_about .desc {
    font-size: 15px;
  }
}
.cvarea {
  padding: 0;
}
.cvarea .inner {
  display: flex;
  padding: 52px calc((100% - 1160px) / 2) 20px;
  background-color: #212E4D;
  align-items: center;
}
@media screen and (max-width: 768px){
  .cvarea .inner {
    flex-direction: column;
    padding: 48px 32px 58px !important;
  }
}
.cvarea .inner:first-of-type {
  background: url(img/bg_trial.png) no-repeat right/cover;
  padding: 52px calc(100vw * 56/1440) 90px calc((100% - 1160px) / 2)
}
@media screen and (max-width: 1250px){
  .cvarea .inner:first-of-type {
    padding: 52px 0 90px 40px !important;
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px){
  .cvarea .inner:first-of-type {
    background: url(img/sp/bg/bg_trial.png) no-repeat center/cover;
    padding: 64px 32px !important;
  }
}
.cvarea__trial {
  width: calc(100% * 560 / 1160);
  color: #fff;
}
@media screen and (max-width: 768px){
  .cvarea__trial {
    width: 100%;
  }
}
.cvarea__trial_ttl {
  font-size: 48px;
  font-weight: 600;
  line-height: 74px;
  margin: 24px 0 32px;
  white-space: nowrap;
}
@media screen and (max-width: 768px){
  .cvarea__trial_ttl {
    font-size: 24px;
    text-align: center;
    margin: 0;
    line-height: unset;
  }
  .cvarea__trial_ttl ~ img {
    width: 100vw;
    max-width: 100vw;
    margin-left: -32px;
  }
}
.cvarea__trial_ttl > span {
  font-size: 28px;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px){
  .cvarea__trial_ttl > span {
    font-size: 15px;
  }
}
.cvarea__trial_ttl p span:nth-of-type(1) {
  font-size: 1.54em;
}
.cvarea__trial_ttl p span:nth-of-type(2) {
  font-size: 1.3em;
}
.cvarea__trial_desc {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: .1em;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px){
  .cvarea__trial_desc {
    margin-top: -22px;
    font-size: 13px;
  }
}
.cvarea__trial_btn {
  display: block;
  padding: 24px;
  text-align: center;
  background: #F22E2E;
  border-radius: 60px;
  filter: drop-shadow(0 8px 0 #AB271B);
  max-width: 420px;
}
@media screen and (max-width: 768px){
  .cvarea__trial_btn {
    padding: 20px;
  }
}
@media screen and (min-width: 769px){
  .cvarea__trial_btn:hover {
    filter: none !important;
    transform: translateY(8px);
  }
}
.cvarea__trial_btn span {
  font-size: 18px;
  letter-spacing: .03em;
}
@media screen and (max-width: 768px){
  .cvarea__trial_btn span {
    font-size: 13px;
  }
}
.cvarea__trial_btn p {
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 28px;
  margin-top: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px){
  .cvarea__trial_btn p {
    font-size: 18px;
    margin-top: 12px;
  }
}
.cvarea__trial_btn p:after {
  content: "";
  background: url(img/icon_link-w.png) no-repeat center/contain;
  width: 32px;
  aspect-ratio: 1;
  /* margin-left: 8px; */
}
@media screen and (max-width: 768px){
  .cvarea__trial_btn p:after {
    width: 16px;
  }
}
.cvarea__trial_img {
  max-width: 680px;
}
.fadeIn ~ .cvarea__trial_img {
  animation: slideup 0.4s ease both;
  animation-delay: .8s;
}
.cvarea .inner:has(.cvarea__contact) {
  justify-content: center;
}
.cvarea__contact {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 768px){
  .cvarea__contact {
    width: 100%;
    padding: 0;
  }
}
.cvarea__contact p {
  font-size: 32px;
  text-align: center;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px){
  .cvarea__contact p {
    font-size: 18px;
    line-height: 1.6;
  }
}
.cvarea__contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 420px;
  margin: 32px auto 0;
  padding: 32px;
  text-align: center;
  background: #0064E0;
  border-radius: 60px;
  filter: drop-shadow(0 8px 0 #194172);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px){
  .cvarea__contact a {
    width: 100%;
    max-width: 420px;
    padding: 20px;
    font-size: 18px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px){
  .cvarea__contact a:hover {
    filter: none !important;
    transform: translateY(8px);
  }
}
.cvarea__contact a:after {
  content: "";
  background: url(img/icon_link-w.png) no-repeat center/contain;
  width: 24px;
  aspect-ratio: 1;
  /* margin-left: 8px; */
}
@media screen and (max-width: 768px){
  .cvarea__contact a:after {
    width: 16px;
  }
}
.flow {
  background-color: #091739;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px){
  .flow {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .flow .inner {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
.flow__ttl p {
  color: #fff !important;
}

.flow .flow__list {
  display: flex;
  margin-top: 56px;
}
@media screen and (max-width: 768px){
  .flow .flow__list {
    flex-direction: column;
  }
}
.flow .flow__list li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}
@media screen and (max-width: 768px){
  .flow .flow__list li {
    flex-direction: row;
  }
}
.flow .flow__list li:nth-of-type(-n+2):before,
.flow .flow__list li:nth-of-type(-n+2):after {
  content: "";
  aspect-ratio: 1;
  position: absolute;
  bottom: calc((100% - 108px) / 2);
  transform: translateY(50%) rotate(45deg);
  z-index: 200;
}
@media screen and (max-width: 768px){
  .flow .flow__list li:nth-of-type(-n+2):before,
  .flow .flow__list li:nth-of-type(-n+2):after {
    right: calc((100% - 48px) / 2);
    bottom: -10px;
    transform: translateX(50%) rotate(135deg);
  }
}
.flow .flow__list li:before {
  width: 56px;
  border-radius: 50px;
  background: #fff;
  right: -23px;
  filter: drop-shadow(0 4px 10px #0000001a);
}
@media screen and (max-width: 768px){
  .flow .flow__list li:before {
    width: 32px;
  }
}
.flow .flow__list li:after {
  width: 14px;
  border-top: 1px solid #0f2e7c;
  border-right: 1px solid #0f2e7c;
  right: 0;
}
@media screen and (max-width: 768px){
  .flow .flow__list li:after {
    width: 8px;
    bottom: 3px !important;
  }
}
.flow .flow__list_step {
  width: 100%;
  padding: 24px;
  margin-bottom: 16px;
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 50%, calc(100% - 28px) 100%, 0 100%);
  color: #fff;
  background-color: #F28612;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: unset;
}
@media screen and (max-width: 768px){
  .flow .flow__list_step {
    padding: 16px 6px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), 50% 100%, 0 calc(100% - 16px));
    margin-right: 8px;
    margin-bottom: 8px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: fit-content;
  }
}
.flow li:nth-of-type(2) .flow__list_step {
  background-color: #F24B25;
}
.flow li:nth-of-type(3) .flow__list_step {
  background-color: #F22E2E;
}
.flow .flow__list_step:before {
  content: "STEP";
  font-size: 28px;
}
@media screen and (max-width: 768px){
  .flow .flow__list_step:before {
    font-size: 11px;
    display: inline-block;
  }
}

.flow .flow__list_desc {
  height: 100%;
  padding: 40px;
  background-color: #fff;
  margin-right: 9px;
  color: #0F2E7C;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .03em;
}
@media screen and (max-width: 768px){
  .flow .flow__list_desc {
    margin-right: 0;
    margin-bottom: 8px;
    padding: 24px;
  }
}
.flow .flow__list_desc p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px){
  .flow .flow__list_desc p {
    font-size: 15px;
  }
  .flow .flow__list_desc span {
    font-size: 13px;
  }
}


.faq {
  background: #F5F5F5;
  padding: 80px calc((100% - 800px) / 2) 100px;
}
@media screen and (max-width: 768px){
  .faq {
    padding: 64px 16px;
  }
  .faq .inner {
    padding: 0 !important;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 64px;
}
@media screen and (max-width: 768px){
  .faq__list {
    margin-top: 40px;
  }
}
.faq__list li {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  padding: 32px;
  color: #0F2E7C;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 768px){
  .faq__list li {
    padding: 20px 16px;
  }
}
.faq__list li.is-open::after {
  transform: translateY(-50%) rotate(0);
}
.faq__list li.is-open dt {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px){
  .faq__list li.is-open dt {
    margin-bottom: 20px;
  }
}
.faq__list li.is-open dd {
  max-height: calc(var(--max-height) * 2);
}
@media screen and (max-width: 768px){
  .faq__list li.is-open dd {
    max-height: calc(var(--max-height) * 1.8)
  }
}

.faq__list li::before,
.faq__list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 44px;
  right: 32px;
  width: 24px;
  height: 2px;
  background: #0f2e7c33;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .faq__list li::before,
  .faq__list li::after {
    top: 30px;
    right: 16px;
    width: 20px;
    height: 3px;
  }
}
.faq__list li::after {
  transform: translateY(-50%) rotate(-90deg);
}

.faq__list li dt,
.faq__list li dd {
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px){
  .faq__list li dt,
  .faq__list li dd {
    align-items: flex-start;
  }
}
.faq__list li dt {
  font-size: 24px;
  font-weight: 600;
  /* margin-bottom: 10px; */
}
@media screen and (max-width: 768px){
  .faq__list li dt {
    font-size: 15px;
    max-width: calc(100% - 30px);
  }
}
.faq__list li dt:before {
  content: "Q. ";
  font-size: 24px;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 768px){
  .faq__list li dt:before {
    font-size: 15px;
  }
}
.faq__list li dd {
  font-size: 16px;
  line-height: 1.8;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px){
  .faq__list li dd {
    font-size: 13px;
  }
}
.faq__list li dd:before {
  content: "A. ";
  font-size: 24px;
  font-weight: 600;
  color: #F22E2E;
  white-space: nowrap;
}
@media screen and (max-width: 768px){
  .faq__list li dd:before {
    font-size: 15px;
  }
}
.faq__list li dd p {
  line-height: 2;
}





#footer .footer__nav {
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #footer .footer__nav {
    margin-bottom: 50px;
  }
}
#footer .footer__nav li {
  padding: 0 0 0 1em;
}
#footer .footer__nav li:not(:last-of-type) {
  padding: 0 1em 0 0;
  border-right: 1px solid #fff;
}
#footer .footer__nav_wrapper {
  background: #005bac;
  color: #fff;
  text-align: center;
  padding: 40px 0 20px;
}
#footer .footer__nav_wrapper .page_share {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 25px;
}
#footer .footer__nav_wrapper .page_share p {
  font-weight: bold;
  line-height: 32px;
  font-size: 14px;
}
#footer .footer__nav_wrapper .page_share li {
  height: 32px;
}
#footer .footer__nav_wrapper .page_share li a, #footer .footer__nav_wrapper .page_share li div {
  display: block;
  width: 32px;
  height: 100%;
  cursor: pointer;
}
#footer .footer__nav_wrapper .page_share li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#footer .footer__nav_wrapper p.copy {
  font-size: 11px;
  padding: 0;
}

.policy {
  padding-top: 78px;
  padding-bottom: 78px;
}
@media screen and (max-width: 1200px) {
  .policy {
    padding: 78px 20px;
  }
}
@media screen and (max-width: 768px) {
  .policy {
    padding: 40px 15px;
  }
}
.policy h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .policy h1 {
    font-size: 22px;
  }
}
.policy h4 {
  font-size: 24px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 768px) {
  .policy h4 {
    font-size: 18px;
  }
}
.policy h4:nth-of-type(n+2) {
  margin-top: 1em;
}
.policy p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .policy p {
    font-size: 14px;
  }
}
.policy dl.date {
  display: flex;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .policy dl.date {
    font-size: 14px;
  }
}
.policy dl.date dt:nth-of-type(n+2) {
  width: 2.5em;
  text-align: right;
}
.policy dl.date dt:nth-of-type(3) {
  /* width: 2.5em; */
}
.policy dl.date dd {
  padding-left: 0.3em;
}

/*--------------------------------------------------------------------
  セキュリティフッター対応
--------------------------------------------------------------------*/
.sns_inner {
  display: flex;
  gap: 20px;
  height: 58px;
  margin: 0 auto;
  max-width: 1040px;
  padding: 20px 10px;
  box-sizing: border-box;
  color: white;
}
.sns_inner ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 10px;
}
.sns_inner img[src*=log] {
  height: 18px;
}
.sns_inner img[src*=icon_] {
  width: 18px;
  aspect-ratio: 1;
  object-fit: contain;
  overflow: hidden;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .sns_inner {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}

/* --------------------------
  お問い合わせ
-------------------------- */
.contact {
  padding: 50px 0;
}
.contact .inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px){
  .contact .inner {
    width: 50%;
    min-width: 700px;
  }
}

.contact .inner h2 {
  margin: 50px 0 60px;
  font-size: 30px;
}
@media screen and (min-width: 769px){
  .contact .inner h2 span {
    width: 1.1em;
    display: inline-block;
  }
}
@media screen and (max-width: 768px){
  .contact .inner h2 {
    line-height: 1.3;
    margin: 0 0 40px;
    font-size: 30px;
  }
}
