@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: top;
}

img {
  max-width: 100%;
  height: auto;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  /* フォントサイズの正確に */
  -webkit-text-size-adjust: 100%;
  /* 文字をシャープに */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(3.125%, 0.0847457627vw, 6.25%);
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  html {
    font-size: clamp(3.125%, 0.0847457627vw, 6.25%);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: clamp(3.125%, 0.1302083333vw, 6.25%);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 32rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.sp-hide {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-hide {
    display: block;
  }
}

.pc-hide {
  display: block;
}
@media screen and (min-width: 768px) {
  .pc-hide {
    display: none;
  }
}

/*header*/
.sec-header {
  width: 100%;
  height: 80rem;
  background-color: white;
}
.sec-header a {
  transition: 0.4s opacity;
}
.sec-header a:hover {
  opacity: 0.7;
}

.sec-header_box {
  padding: 16rem 32rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 16rem;
}
@media screen and (min-width: 768px) {
  .sec-header_box {
    padding: 16rem 24rem;
    column-gap: 40rem;
  }
}

.logo-top {
  width: 150rem;
}
@media screen and (min-width: 768px) {
  .logo-top {
    width: 142rem;
  }
}
.logo-top img {
  width: 100%;
}

.logo-60th {
  margin-right: auto;
  width: 54rem;
}
@media screen and (min-width: 768px) {
  .logo-60th {
    width: 50rem;
  }
}
.logo-60th img {
  width: 100%;
}

.logo-sm {
  width: 150rem;
}
@media screen and (min-width: 768px) {
  .logo-sm {
    width: 142rem;
  }
}
.logo-sm img {
  width: 100%;
}

/*footer*/
.main {
  color: #2178de;
}
.main .mv {
  height: 2214rem;
  padding: 80rem 30rem;
  background: linear-gradient(90deg, #a0ffe2 0.16%, #8cd6ff 100.23%), linear-gradient(79deg, #a0ffe2 -17.97%, #65c6fc 41.56%), linear-gradient(106deg, #8cd6ff 4.23%, #a0ffe2 63.74%);
  background-size: 200% 200%;
  animation: gradient 6s ease-out infinite;
}
@media screen and (min-width: 768px) {
  .main .mv {
    max-width: 1232rem;
    box-sizing: border-box;
    margin: auto;
    border-radius: 40rem;
    padding: 80rem 64rem;
    height: 730rem;
  }
}
.main .mv .mv-title {
  font-size: 96rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  position: relative;
  margin-bottom: 64rem;
}
@media screen and (min-width: 768px) {
  .main .mv .mv-title {
    font-size: 72rem;
    width: 1070rem;
    line-height: 1.24;
    letter-spacing: 1.44rem;
    margin-bottom: 24rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .main .mv .mv-title {
    font-size: 68rem;
  }
}
.main .mv .mv-title::after {
  content: "";
  background-image: url("../img/icon-mv_sp.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: 250rem;
  height: 204rem;
  top: -40rem;
  right: -8rem;
}
@media screen and (min-width: 768px) {
  .main .mv .mv-title::after {
    background-image: url("../img/icon-mv_pc.svg");
    width: 204rem;
    height: 237rem;
    top: -4rem;
    right: -70rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .main .mv .mv-title::after {
    right: -10rem;
  }
}
.main .mv .mv-title__text {
  font-size: 44rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.0025em;
  display: inline;
  background: linear-gradient(transparent 65%, white 65%);
}
@media screen and (min-width: 768px) {
  .main .mv .mv-title__text {
    font-size: 28rem;
    letter-spacing: 1.12rem;
  }
}
.main .mv .mv-content {
  margin-top: 128rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .main .mv .mv-content {
    margin-top: 40rem;
    display: grid;
    grid-template-columns: auto;
    column-gap: 36rem;
  }
}
.main .mv .mv-content .mv-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 6rem dotted #2178de;
  border-bottom: 6rem dotted #2178de;
  padding: 32rem 0;
  font-size: 36rem;
  order: 2;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .main .mv .mv-content .mv-subtitle {
    grid-area: 1/1/2/2;
    font-size: 22rem;
    padding: 16rem 0 16rem 10rem;
    border-top-width: 3rem;
    border-bottom-width: 3rem;
    justify-content: flex-start;
  }
}
.main .mv .mv-content .mv-subtitle::before {
  content: "";
  background-image: url("../img/icon-shiny.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: relative;
  width: 24rem;
  height: 26rem;
  margin-right: 16rem;
}
@media screen and (min-width: 768px) {
  .main .mv .mv-content .mv-subtitle::before {
    margin-right: 8rem;
    width: 28rem;
    height: 29rem;
  }
}
.main .mv .mv-content .mv-image {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48rem;
  column-gap: 16rem;
}
@media screen and (min-width: 768px) {
  .main .mv .mv-content .mv-image {
    grid-area: 1/2/3/3;
    column-gap: 19rem;
    margin-bottom: 0;
    align-items: flex-start;
    width: 437rem;
  }
}
.main .mv .mv-content .mv-content__text {
  order: 3;
  margin-top: 24rem;
  font-size: 32rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .main .mv .mv-content .mv-content__text {
    grid-area: 2/1/3/2;
    font-size: 18rem;
    letter-spacing: 0.72rem;
    margin-top: 16rem;
  }
}
.main .choice-box {
  border-radius: 48rem;
  background-color: #2178de;
  box-shadow: 0px 4px 30px 10px rgba(0, 31, 140, 0.4);
  padding: 32rem 32rem 160rem;
  margin-top: -285rem;
}
@media screen and (min-width: 768px) {
  .main .choice-box {
    margin-top: -10rem;
    max-width: 1024rem;
    margin: -80rem auto;
    padding: 24rem 40rem 64rem;
  }
}
.main .choice-box .choice-box__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main .choice-box .choice-box__arrow img {
  width: 112rem;
}
@media screen and (min-width: 768px) {
  .main .choice-box .choice-box__arrow img {
    width: 64rem;
  }
}
.main .choice-box .choice-box__arrow figcaption {
  color: white;
  font-size: 40rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 32rem;
}
@media screen and (min-width: 768px) {
  .main .choice-box .choice-box__arrow figcaption {
    font-size: 22rem;
    line-height: 1.5;
    letter-spacing: 2.2rem;
    margin-top: 16rem;
  }
}
.main .choice-box .choice-list {
  margin-top: 64rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 34rem;
  row-gap: 64rem;
}
@media screen and (min-width: 768px) {
  .main .choice-box .choice-list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 32rem;
    row-gap: 32rem;
    margin-top: 40rem;
  }
}
.main .choice-box .choice-list__item .choice-list__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  filter: drop-shadow(4px 30px 10px rgba(0, 31, 140, 0.4));
  background: white;
  border-radius: 40rem;
}
@media screen and (min-width: 768px) {
  .main .choice-box .choice-list__item .choice-list__link {
    border-radius: 20rem;
  }
}
.main .choice-box .choice-list__item .choice-list__link .choice-list__text {
  border-radius: 0 0 40rem 40rem;
  height: 160rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 32rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .main .choice-box .choice-list__item .choice-list__link .choice-list__text {
    height: 80rem;
    font-size: 18rem;
    letter-spacing: 0.72rem;
    border-radius: 0 0 20rem 20rem;
  }
}
.main .choice-box .choice-list__item .choice-list__link:hover .choice-list__text {
  background: linear-gradient(90deg, #8cd6ff 0.16%, #a0ffe2 100.23%);
}
.main .choice-box .choice-list__item .choice-list__link.blank .choice-list__text .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .choice-box .choice-list__item .choice-list__link.blank .choice-list__text .icon::after {
  content: "";
  background-image: url("../img/open_in_new.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: relative;
  width: 30rem;
  height: 30rem;
  right: -18rem;
}
@media screen and (min-width: 768px) {
  .main .choice-box .choice-list__item .choice-list__link.blank .choice-list__text .icon::after {
    width: 15rem;
    height: 15rem;
    right: -7rem;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.sec-footer {
  padding: 128rem 20rem 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sec-footer a {
  transition: 0.4s opacity;
}
.sec-footer a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .sec-footer {
    padding: 90rem 10rem 8rem;
    margin-top: 80rem;
  }
}
.sec-footer .sec-footer_logo {
  margin: auto auto 16rem;
}
@media screen and (min-width: 768px) {
  .sec-footer .sec-footer_logo {
    margin-bottom: 10rem;
  }
}
.sec-footer .sec-footer_logo img {
  width: 210rem;
}
@media screen and (min-width: 768px) {
  .sec-footer .sec-footer_logo img {
    width: 142rem;
  }
}
.sec-footer .sec-footer-small {
  color: #6e6e6e;
  text-align: center;
  font-size: 24rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .sec-footer .sec-footer-small {
    font-size: 12rem;
    letter-spacing: 0.48rem;
  }
}