@charset "UTF-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Meiryo, "MS PGothic", Osaka, sans-serif;
  font-feature-settings: "palt";
  line-height: 1;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul,
ol {
  list-style-type: none;
}

.contents {
  position: relative;
  container-type: inline-size;
  z-index: 2;
  max-width: 600px;
  overflow: hidden;
  margin-inline: auto;
  background-color: #fff;
}
.contents .btn {
  --color: #e9ebee;
  position: absolute;
  left: 50%;
  bottom: 3.5cqw;
  transform: translateX(-50%);
  width: 83.3333333333cqw;
  padding-block: 1.6666666667cqw;
  background-color: var(--color);
  border-radius: 0.5cqw;
  font-size: 3.3333333333cqw;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  color: #283654;
  font-weight: 600;
  transition: all 0.3s ease;
}
.contents .btn::after {
  position: absolute;
  top: 50%;
  right: 26.6666666667cqw;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  transition: all 0.3s ease;
}
.contents .btn.--anker::after {
  content: "\f107";
}
.contents .btn.--kadomaru {
  --color: #283654;
  width: 33.3333333333cqw;
  color: #fff;
  border-radius: 100vmax;
  font-size: 3cqw;
}
.contents .btn.--kadomaru::after {
  right: 2.5cqw;
}
@media (any-hover: hover) {
  .contents .btn:hover {
    background-color: color-mix(in srgb, var(--color), #fff 30%);
  }
  .contents .btn:hover::after {
    right: 25cqw;
  }
  .contents .btn:hover.--kadomaru {
    background-color: color-mix(in srgb, var(--color), #fff 30%);
  }
  .contents .btn:hover.--kadomaru::after {
    right: 1.3333333333cqw;
  }
}
.contents header {
  position: relative;
  z-index: 2;
  background-color: #caecf3;
  padding-bottom: 4.1666666667cqw;
}
.contents header p {
  position: relative;
  padding-inline: 4.1666666667cqw;
}
.contents header .intro01 {
  margin-top: 3.3333333333cqw;
}
.contents header .intro01 a {
  --color: #64c85b;
  display: block;
  border-radius: 0.5cqw;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .contents header .intro01 a:hover {
    opacity: 0.7;
  }
}
.contents header .intro02 {
  margin-top: 3.3333333333cqw;
}
.contents header .intro02 a {
  position: relative;
  display: block;
  background-color: #fff;
  border: 0.1666666667cqw solid #005da2;
  border-radius: 0.5cqw;
  box-shadow: 0.6666666667cqw 0.6666666667cqw 0 0 #005da2;
  overflow: hidden;
  transition: all 0.3s ease;
}
.contents header .intro02 a::after {
  position: absolute;
  top: 50%;
  right: 1.6666666667cqw;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-size: 4cqw;
  font-weight: bold;
  color: #283654;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .contents header .intro02 a:hover {
    background-color: #fff999;
  }
  .contents header .intro02 a:hover::after {
    right: 0.8333333333cqw;
  }
}
.contents main {
  position: relative;
  z-index: 1;
}
.contents main [class^=feature] {
  position: relative;
}
.contents main .feature {
  padding-inline: 3.3333333333cqw;
  padding-top: 6.6666666667cqw;
  padding-bottom: 5cqw;
  background-color: #009aea;
}
.contents main .feature02 {
  margin-top: 5cqw;
}
.contents main .feature03 {
  margin-top: 5cqw;
}
.contents main .feature04 {
  margin-top: 5cqw;
}
.contents main .feature05 {
  margin-top: 5cqw;
}
.contents main .feature06 {
  margin-top: 5cqw;
}
.contents main .feature06 .youtube {
  position: absolute;
  top: 38.3333333333cqw;
  left: 50%;
  transform: translateX(-50%);
  width: 78cqw;
  aspect-ratio: 560/315;
  -o-object-fit: cover;
     object-fit: cover;
}
.contents main .feature06 .btn {
  --color: #ff5f71;
  bottom: 7.5cqw;
}
.contents main [class^=campaign] {
  position: relative;
}
.contents main .campaign {
  background-color: transparent;
}
.contents main .campaign .wrap {
  position: relative;
  padding-inline: 3.3333333333cqw;
  padding-bottom: 18.3333333333cqw;
}
.contents main .campaign .wrap h3 {
  border: 0.3333333333cqw solid #003b90;
}
.contents main .campaign .wrap h3 > * {
  mix-blend-mode: multiply;
}
.contents main .campaign .wrap h3 + div {
  position: relative;
  margin-bottom: -0.3333333333cqw;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .contents main .campaign .wrap h3 + div:hover {
    opacity: 0.7;
  }
}
.contents main .campaign .wrap h3 + div > span {
  position: absolute;
  top: 50%;
  right: 3.3333333333cqw;
  transform: translateY(-50%);
  width: 6.6666666667cqw;
  height: 6.6666666667cqw;
  color: #fff;
  line-height: 1;
  border: 0.3333333333cqw solid currentColor;
  border-radius: 100vmax;
}
.contents main .campaign .wrap h3 + div > span > span {
  width: 3.3333333333cqw;
  height: 0.3333333333cqw;
  background: currentColor;
  border-radius: 0.1em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.contents main .campaign .wrap h3 + div > span > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.contents main .campaign .wrap h3 + div > span > span:is(div.open > span > *)::before {
  transform: rotate(0);
}
.contents main .campaign .wrap p {
  overflow: hidden;
  border: 0.3333333333cqw solid #003b90;
  transition: all 0.5s ease;
  opacity: 0;
  display: grid;
  grid-template-rows: 0fr;
  padding-inline: 5cqw;
}
.contents main .campaign .wrap p.open {
  opacity: 1;
  grid-template-rows: 1fr;
}
.contents main .campaign .wrap p span {
  overflow: hidden;
}
.contents main .campaign .wrap p img {
  margin-block: 5cqw;
}
.contents main .campaign .btn {
  width: 60cqw;
  padding-block: 2.6666666667cqw;
  font-size: 4.1666666667cqw;
}
.contents main .campaign01 {
  margin-top: 3.3333333333cqw;
}
.contents main .campaign01 h3 {
  border-color: #003b90;
}
.contents main .campaign01 p {
  border-color: #003b90;
  background-color: #f2f5f9;
}
.contents main .campaign01 p img:first-child {
  margin-bottom: 5cqw;
}
.contents main .campaign01 p + div {
  position: absolute;
  top: 46.5cqw;
  left: 5.5cqw;
  width: 89.1666666667cqw;
}
.contents main .campaign01 p + div a {
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .contents main .campaign01 p + div a:hover {
    opacity: 0.7;
  }
}
.contents main .campaign01 .btn {
  --color: #003b90;
}
.contents main .campaign02 {
  margin-top: 6.6666666667cqw;
}
.contents main .campaign02 h3 {
  border-color: #00a99d !important;
}
.contents main .campaign02 p {
  border-color: #00a99d !important;
  background-color: #f5fafa;
}
.contents main .campaign02 .btn {
  --color: #00a99d;
}
.contents main .campaign03 {
  margin-top: 6.6666666667cqw;
}
.contents main .campaign03 h3 {
  border-color: #ff7d5a !important;
}
.contents main .campaign03 p {
  border-color: #ff7d5a !important;
  background-color: #fff8f8;
}
.contents main .campaign03 .btn {
  --color: #ff7d5a;
}
.contents main .campaign04 {
  margin-top: 6.6666666667cqw;
}
.contents main .campaign04 h3 {
  border-color: #ff4343 !important;
}
.contents main .campaign04 p {
  border-color: #ff4343 !important;
  background-color: #fffafa;
}
.contents main .campaign04 .btn {
  --color: #ff4343;
}
.contents main .campaign05 {
  margin-top: 6.6666666667cqw;
}
.contents main .campaign05 h3 {
  border-color: #2e5148 !important;
}
.contents main .campaign05 p {
  border-color: #2e5148 !important;
  background-color: #f5faf6;
}
.contents main .campaign05 .btn {
  --color: #2e5148;
}
.contents main [class^=voice] {
  position: relative;
}
.contents main .voice {
  margin-top: 8.3333333333cqw;
  padding-inline: 3.3333333333cqw;
  background-color: #fef2f2;
}
.contents main .voice01 {
  margin-inline: -3.3333333333cqw;
  width: calc(100% + 6.6666666667cqw);
}
.contents main .voice02 {
  margin-top: -5cqw;
}
.contents main .voice03 {
  margin-top: 5cqw;
}
.contents main .voice04 {
  margin-top: 5cqw;
}
.contents main .voice05 {
  margin-top: 5cqw;
  padding-bottom: 20cqw;
}
.contents main .voice05 .btn {
  bottom: 9.1666666667cqw;
  background-color: #ff8087;
}
@media (any-hover: hover) {
  .contents main .voice05 .btn:hover {
    background-color: #ff4343;
  }
}
.contents footer {
  position: relative;
  z-index: 1;
  padding: 4.1666666667cqw 5.8333333333cqw;
}
@media screen and (max-width: 1200px) {
  .contents footer {
    padding-bottom: 39.1666666667cqw;
  }
}
.contents footer small {
  display: block;
  margin-top: 3.3333333333cqw;
  font-size: 2.5cqw;
  text-align: center;
}
.contents footer .foot__logo {
  text-align: center;
}
.contents footer .foot__logo a {
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .contents footer .foot__logo a:hover {
    opacity: 0.7;
  }
}

.foot-link {
  position: relative;
  container-type: inline-size;
  z-index: 2;
  max-width: 600px;
  overflow: hidden;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .foot-link {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 90;
    width: 100%;
    padding-top: 5cqw;
  }
}
.foot-link__list {
  padding: 1cqw 3.5cqw;
  background-color: #f0f0f0;
  border-top: 0.1666666667cqw solid #f0f0f0;
}
@media screen and (max-width: 1200px) {
  .foot-link__list {
    box-shadow: 0 -1.1666666667cqw 1.1666666667cqw 0 rgba(40, 54, 84, 0.15);
  }
}
.foot-link__list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1cqw;
}
.foot-link__list ul li {
  width: 46cqw;
}
.foot-link__list ul li:last-child {
  width: 93cqw;
}
.foot-link__list ul li a {
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .foot-link__list ul li a:hover {
    opacity: 0.7;
  }
}
.foot-link__logo {
  display: none;
  width: 100%;
  background-color: #e10012;
}
@media screen and (max-width: 1200px) {
  .foot-link__logo {
    display: block;
  }
}

.fix-link {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100svh;
  background-image: url(../img/bg_main.png);
}
.fix-link__list {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  place-content: center;
  width: calc(50% - 300px);
  padding-block: 80px;
  gap: 20px;
}
.fix-link__list ul {
  display: contents;
}
@media screen and (max-width: 1200px) {
  .fix-link__list ul {
    display: none;
  }
}
.fix-link__list ul li {
  padding-inline: 20px;
}
.fix-link__list ul li a {
  position: relative;
  display: block;
}
.fix-link__list ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 2px 2px 0px 1px rgba(0, 0, 0, 0.2);
}
.fix-link__list ul li a.fix-link--nolink {
  pointer-events: none;
}
.fix-link__list ul li a.fix-link--nolink::before {
  box-shadow: none;
}
.fix-link__list ul li a img {
  transition: all 0.3s ease;
  border-radius: 7px;
}
@media (any-hover: hover) {
  .fix-link__list ul li a img:hover {
    opacity: 0.7;
  }
  .fix-link__list ul li a img:is(span *):hover {
    opacity: 1;
  }
}
.fix-link__logo {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  width: calc(50% - 300px);
  padding-block: 150px;
  gap: 20px;
}
.fix-link__logo ul {
  display: contents;
}
@media screen and (max-width: 1200px) {
  .fix-link__logo ul {
    display: none;
  }
}
.fix-link__logo ul li {
  padding-inline: 20px;
}
.fix-link__logo ul li a {
  position: relative;
  display: block;
}
.fix-link__logo ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 2px 2px 0px 1px rgba(0, 0, 0, 0.2);
}
.fix-link__logo ul li a.fix-link--nolink {
  pointer-events: none;
}
.fix-link__logo ul li a.fix-link--nolink::before {
  box-shadow: none;
}
.fix-link__logo ul li a img {
  transition: all 0.3s ease;
  border-radius: 7px;
}
@media (any-hover: hover) {
  .fix-link__logo ul li a img:hover {
    opacity: 0.7;
  }
  .fix-link__logo ul li a img:is(span *):hover {
    opacity: 1;
  }
}

.page-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.page-menu button {
  position: fixed;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  background-color: #d90012;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.page-menu button.hidden {
  opacity: 0;
  visibility: hidden;
}
.page-menu button.active {
  opacity: 1;
  visibility: visible;
}
.page-menu button > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 36px;
  z-index: 100;
}
.page-menu button > div .icon {
  position: relative;
  width: 24px;
  height: 18px;
}
.page-menu button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  z-index: 10;
}
.page-menu button span:nth-of-type(1) {
  top: 0px;
}
.page-menu button span:nth-of-type(1):is(.active *) {
  transform: translateY(8px) rotate(45deg);
}
.page-menu button span:nth-of-type(2) {
  top: 8px;
}
.page-menu button span:nth-of-type(2):is(.active *) {
  opacity: 0;
}
.page-menu button span:nth-of-type(3) {
  bottom: 0px;
}
.page-menu button span:nth-of-type(3):is(.active *) {
  transform: translateY(-8px) rotate(-45deg);
}
.page-menu button .txt {
  position: absolute;
  top: 25px;
  left: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  transform: translate(-50%, 0);
}
.page-menu nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.3s ease;
  visibility: hidden;
}
.page-menu nav.active {
  background-color: #d90012;
  right: 0;
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
.page-menu nav ul {
  margin-block: 60px;
}
.page-menu nav ul li {
  list-style-type: none;
}
.page-menu nav ul li a {
  display: block;
  padding-block: 15px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .page-menu nav ul li a {
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  .page-menu nav ul li a:hover {
    text-decoration: underline;
  }
}