@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700;800&amp;family=M+PLUS+Rounded+1c:wght@300;500;800&amp;display=swap");
/*
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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* 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 {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select,
textarea {
  -webkit-appearance: none;
  vertical-align: middle;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

/*box-sizingを全ブラウザに対応*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* フォームスタイルのリセット */
input[type=text],
input[type=number],
input[type=password] {
  font-size: 16px;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
}

input[type=radio] {
  opacity: 0;
}

input[type=checkbox] {
  opacity: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
  margin: 0;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}

a:any-link:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex="0"]:focus {
  outline: none;
}
a:any-link:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex="0"]:focus-visible {
  outline: revert;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes underline-sp {
  0% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
* {
  background: none;
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  word-wrap: break-word;
}

html {
  color: #000;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  height: 100%;
  height: -webkit-fill-available;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
}

body {
  background-color: #fff;
  box-sizing: border-box;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 19px;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 1.8;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

button {
  cursor: pointer;
}

button:hover {
  opacity: 0.7;
  transition: all 1s;
}

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

a {
  text-decoration: none;
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (any-hover: hover) {
  :where(a):any-link:hover {
    opacity: 0.8;
  }
}

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
address {
  font-style: normal;
}

header,
section,
footer {
  transform: rotate(0.05deg);
}

.wrapper {
  position: relative;
}

body.fixed {
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  width: 100%;
}

@keyframes bar_before {
  0% {
    top: calc(50% - 5px);
  }
  25% {
    top: 50%;
  }
  50% {
    top: 50%;
    transform: rotate(0deg);
  }
  100% {
    top: 50%;
    transform: rotate(-45deg);
  }
}
@keyframes bar_after {
  0% {
    top: calc(50% + 5px);
  }
  25% {
    top: 50%;
  }
  50% {
    top: 50%;
    transform: rotate(0deg);
  }
  100% {
    top: 50%;
    transform: rotate(45deg);
  }
}
.header {
  background-color: #fff;
  height: 50px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media (min-width: 769px) {
  .header {
    height: 61px;
    top: -1px;
  }
}
.header .inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: initial;
  padding: 0 20px;
  position: relative;
}
@media (min-width: 769px) {
  .header .inner {
    padding: 0;
  }
}
.header__siteinfo {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-start;
}
@media (max-width: 768.98px) {
  .header__siteinfo {
    position: relative;
    width: 100%;
  }
}
.header__contentsinfo {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-end;
}
@media (max-width: 768.98px) {
  .header__contentsinfo {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.header__logo {
  display: inline-block;
  margin: 0 auto 0 0;
  width: 100px;
}
@media (max-width: 768.98px) {
  .header__logo {
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
  }
}
.header__logo > a {
  align-items: center;
  display: flex;
  font-size: 0.1em;
  height: 50px;
  justify-content: center;
  padding-top: 3px;
}
.header__logo > a > img {
  height: auto;
  width: 56px;
}
@media (min-width: 769px) {
  .header__logo > a > img {
    width: 68px;
  }
}
.header__sitename {
  align-items: center;
  display: flex;
  font-size: 0.1em;
  height: 100%;
  justify-content: flex-start;
  margin-left: 15px;
}
@media (max-width: 768.98px) {
  .header__sitename {
    margin: 0 auto;
    text-align: center;
  }
}
.header__sitename > a {
  color: #0994e1;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media (min-width: 769px) {
  .header__sitename > a {
    text-align: left;
  }
}
.header__sitename > a > span {
  display: block;
  font-size: 15px;
  padding-bottom: 5px;
  text-align: left;
}
.header__entry {
  display: flex;
  font-size: 0;
  height: 100%;
  margin: 0 0 0 auto;
}
@media (max-width: 768.98px) {
  .header__entry {
    display: none;
  }
}
.header__entry > a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 800;
  height: 100%;
  justify-content: center;
  line-height: 1;
  padding: 0 30px;
}
@media (min-width: 769px) {
  .header__entry > a {
    padding: 0 40px;
  }
}
.header__entry-newgraduate {
  background-color: #58d8ff;
}
.header__entry-midcareer {
  background-color: #58c4ff;
}
.header .nav-button {
  background-color: #0994e1;
  cursor: pointer;
  display: block;
  height: 50px;
  position: relative;
  width: 50px;
}
@media (min-width: 769px) {
  .header .nav-button {
    height: 61px;
    width: 60px;
  }
}
.header .nav-button__inner {
  display: block;
  font-size: 0;
  height: 3px;
  left: 10px;
  position: absolute;
  top: calc(50% - 1.5px);
  width: 30px;
}
@media (min-width: 769px) {
  .header .nav-button__inner {
    left: 15px;
  }
}
.header .nav-button__inner::before, .header .nav-button__inner::after {
  animation-delay: 0s;
  animation-direction: normal;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  background-color: #fff;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
}
.header .nav-button__inner::before {
  top: -5px;
}
.header .nav-button__inner::after {
  top: 5px;
}
.header .nav-button__text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.header .nav-button.open > span::before {
  animation-name: bar_before;
}
.header .nav-button.open > span::after {
  animation-name: bar_after;
}

.main {
  background-color: #e5f6fd;
  overflow: hidden;
  padding: 50px 0 0;
  position: relative;
}
@media (min-width: 769px) {
  .main {
    padding: 60px 0 0;
  }
}

.nav {
  align-items: center;
  display: none;
  height: calc(100% - 50px);
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow-x: hidden;
  position: fixed;
  top: 100%;
  width: 100%;
  z-index: 9;
}
@media (min-width: 769px) {
  .nav {
    height: calc(100% - 60px);
    padding-bottom: 50px;
  }
}
.nav::before {
  animation: gradient 6s ease infinite;
  background: linear-gradient(45deg, #a8e0ff 0%, #29a3e7 20%, #0994e1 40%, #0994e1 50%, #29a3e7 60%, #a8e0ff 80%);
  background-size: 240% 240%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 200%;
  z-index: -1;
}
.nav.open {
  animation: fadein 0.3s ease-out 0s 1 normal forwards;
  display: flex;
  opacity: 1;
  top: 50px;
}
@media (min-width: 769px) {
  .nav.open {
    top: 60px;
  }
}
.nav .inner {
  height: 100%;
  padding: 20px 20px 70px;
  width: auto;
}
@media (max-width: 768.98px) {
  .nav .inner {
    overflow-y: auto;
    overscroll-behavior-y: none;
  }
}
@media (min-width: 769px) {
  .nav .inner {
    height: auto;
    padding: 0 50px;
  }
}

.nav-menu__item {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 50px 0 20px;
}
@media (max-width: 768.98px) {
  .nav-menu__item {
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .nav-menu__item {
    padding: 50px 0 0;
  }
}
.nav-menu__item > dt,
.nav-menu__item > dd {
  text-align: left;
}
.nav-menu__item > dt {
  padding-top: 0;
  width: 100%;
}
@media (min-width: 769px) {
  .nav-menu__item > dt {
    padding-top: 12px;
    width: 240px;
  }
}
@media (min-width: 1025px) {
  .nav-menu__item > dt {
    padding-top: 7px;
    width: 300px;
  }
}
.nav-menu__item > dt > img {
  height: 24px;
  width: auto;
}
@media (min-width: 769px) {
  .nav-menu__item > dt > img {
    height: 19px;
  }
}
@media (min-width: 1025px) {
  .nav-menu__item > dt > img {
    height: 24px;
  }
}
.nav-menu__item > dd {
  width: 100%;
}
@media (max-width: 768.98px) {
  .nav-menu__item > dd {
    padding-top: 15px;
  }
}
@media (min-width: 769px) {
  .nav-menu__item > dd {
    width: calc(100% - 240px);
  }
}
@media (min-width: 1025px) {
  .nav-menu__item > dd {
    width: calc(100% - 300px);
  }
}
.nav-menu__text {
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}

.nav-menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .nav-menu-list {
    margin-top: 30px;
  }
}
@media (min-width: 1025px) {
  .nav-menu-list {
    gap: 20px 40px;
    margin-top: 0;
  }
}
.nav-menu-list__inner {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  position: relative;
}
@media (min-width: 769px) {
  .nav-menu-list__inner {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .nav-menu-list__inner {
    font-size: 20px;
  }
}
.nav-menu-list__inner:not(:any-link) {
  opacity: 0.5;
}
.nav-menu-list__inner::before {
  background-color: #fff;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (any-hover: hover) {
  .nav-menu-list__inner:any-link:hover::before {
    animation: 1s ease-out 0s 1 normal forwards underline;
  }
}

.section {
  padding: 70px 0;
}
@media (min-width: 769px) {
  .section {
    padding: 100px 0;
  }
}

.container {
  align-items: flex-start;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (min-width: 769px) {
  .container {
    column-gap: 25px;
  }
}
.container:not(:has(> .container__decotext)) {
  justify-content: center;
}
@media (min-width: 769px) {
  .container:not(.container--reverse-decotext) {
    flex-direction: row-reverse;
  }
}
.container__decotext {
  text-align: left;
}
@media (max-width: 768.98px) {
  .container__decotext {
    display: none;
  }
}
.container__decotext > img {
  height: auto;
  width: 60px;
}
.container__content {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 20px;
  width: 100%;
}
@media (min-width: 769px) {
  .container__content {
    border-radius: 25px;
    padding: 40px 50px;
    width: calc(100% - 170px);
  }
}
@media (min-width: 1025px) {
  .container__content {
    padding: 50px 60px;
  }
}
.container__content > *:first-child {
  margin-top: 0;
}
.container + .container {
  margin-top: 70px;
}
@media (min-width: 769px) {
  .container + .container {
    margin-top: 100px;
  }
}

.inner {
  height: 100%;
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 769px) {
  .inner {
    padding: 0 100px;
  }
}
@media (min-width: 769px) {
  .inner:has(> .container) {
    padding: 0 30px;
  }
}
@media (min-width: 1025px) {
  .inner:has(> .container) {
    padding: 0 100px;
  }
}

.title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: flex-start;
  margin: 0 0 0 auto;
  width: 100%;
}
@media (max-width: 768.98px) {
  .title {
    padding: 70px 0;
  }
}
@media (min-width: 769px) {
  .title {
    min-height: 250px;
    padding: 30px 0;
  }
}
@media (min-width: 1025px) {
  .title {
    height: calc(50vh - 30px);
  }
}
.title__inner {
  height: auto;
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .title__inner {
    padding: 0 100px;
  }
}
.title__inner > p {
  color: #05459b;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 0 0;
  text-align: justify;
}
@media (min-width: 769px) {
  .title__inner > p {
    font-size: 16px;
    padding: 15px 15px 0;
  }
}
@media (min-width: 1025px) {
  .title__inner > p {
    font-size: 20px;
    padding: 20px 85px 0;
  }
}
@media (max-width: 768.98px) {
  .title__head {
    display: flex;
    flex-direction: column-reverse;
  }
}
.title__head > h1 {
  color: #05459b;
  font-size: 20px;
  font-weight: 800;
  padding: 30px 0 0;
  text-align: center;
}
@media (min-width: 769px) {
  .title__head > h1 {
    padding: 0 15px;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .title__head > h1 {
    font-size: 25px;
    padding: 0 85px;
  }
}
.title__decotext {
  position: static;
  text-align: center;
  z-index: -1;
}
@media (max-width: 768.98px) {
  .title__decotext {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .title__decotext {
    position: absolute;
    right: 50px;
    top: -10px;
  }
}
@media (min-width: 1025px) {
  .title__decotext {
    right: 100px;
    top: -20px;
  }
}
.title__decotext > img {
  height: 30px;
  width: auto;
}
@media (min-width: 769px) {
  .title__decotext > img {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .title__decotext > img {
    height: 60px;
  }
}

.info {
  background-color: #fff;
  padding-top: 70px;
}
@media (min-width: 769px) {
  .info {
    padding-top: 100px;
  }
}
.info__content {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 768.98px) {
  .info__content {
    flex-wrap: wrap;
  }
}
.info__block {
  background-color: #58d8ff;
  padding: 30px 0 40px;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .info__block {
    padding: 30px 0 50px;
    width: 50%;
  }
}
@media (any-hover: hover) {
  .info__block:any-link:hover {
    opacity: 0.8 !important;
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media (any-hover: hover) and (min-width: 769px) {
  .info__block:any-link:hover .info__title::before {
    animation: 1s ease-out 0s 1 normal forwards underline;
  }
}
.info__block:nth-child(2) {
  background-color: #58c4ff;
}
.info__en {
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
  padding-bottom: 10px;
}
@media (min-width: 1025px) {
  .info__en {
    font-size: 50px;
  }
}
.info__title {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  position: relative;
}
@media (min-width: 769px) {
  .info__title {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .info__title {
    font-size: 20px;
  }
}
.info__title::before {
  background-color: #fff;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.about {
  margin-top: -1px;
  padding: 80px 0;
  position: relative;
}
@media (min-width: 769px) {
  .about {
    padding: 100px 0;
  }
}
.about::before {
  animation: gradient 7s ease infinite;
  background: linear-gradient(20deg, #d5eefc 20%, #88dbfc 30%, #00b9ff 40%, #00b9ff 60%, #88dbfc 70%, #d5eefc 80%);
  background-size: 270% 270%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.about__nav {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}
@media (min-width: 769px) {
  .about__nav {
    justify-content: flex-start;
    padding-top: 30px;
  }
}
@media (max-width: 768.98px) {
  .about__nav > li {
    display: block;
    margin-top: 20px;
    text-align: left;
    width: 300px;
  }
}
@media (min-width: 769px) {
  .about__nav > li:not(:last-of-type) {
    margin-right: 30px;
  }
}
@media (min-width: 1025px) {
  .about__nav > li:not(:last-of-type) {
    margin-right: 35px;
  }
}
.about__nav > li > a {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  position: relative;
}
@media (min-width: 769px) {
  .about__nav > li > a {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .about__nav > li > a {
    font-size: 20px;
  }
}
.about__nav > li > a::before {
  background-color: #fff;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (any-hover: hover) and (min-width: 769px) {
  .about__nav > li > a:any-link:hover::before {
    animation: 1s ease-out 0s 1 normal forwards underline;
  }
}
.about__nav > li > a .icon-window {
  margin-left: 12px;
  transform: translateY(-2px);
  vertical-align: middle;
  width: 15px;
}
@media (min-width: 769px) {
  .about__nav > li > a .icon-window {
    width: 12px;
  }
}
@media (min-width: 1025px) {
  .about__nav > li > a .icon-window {
    width: 15px;
  }
}

.gradient {
  position: relative;
  width: 100%;
  z-index: 1;
}
.gradient::before {
  animation: gradient 6s ease infinite;
  background: linear-gradient(45deg, #d5eefc 15%, #00b9ff 40%, #00b9ff 60%, #d5eefc 85%);
  background-size: 270% 270%;
  border-top-right-radius: 50px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 768.98px) {
  .gradient::before {
    border-top-right-radius: 25px;
  }
}
.gradient--top::before {
  background: linear-gradient(45deg, #d5eefc 20%, #00b9ff 40%, #00b9ff 60%, #d5eefc 80%);
  background-size: 240% 240%;
}
@media (max-width: 768.98px) {
  .gradient--top::before {
    border-top-right-radius: 0;
  }
}
@media (min-width: 769px) {
  .gradient--top::before {
    height: calc(100% + 250px);
    top: -250px;
  }
}
@media (min-width: 1025px) {
  .gradient--top::before {
    height: calc(100% + 50vh - 30px);
    top: calc(-50vh + 30px);
  }
}

.footer {
  padding: 30px 0 0;
}
@media (min-width: 769px) {
  .footer {
    padding: 40px 0;
  }
}
@media (max-width: 768.98px) {
  .footer .inner {
    padding: 0;
  }
}
@media (min-width: 769px) {
  .footer .inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
  }
}
@media (min-width: 1025px) {
  .footer .inner {
    padding: 0 100px;
  }
}
@media (max-width: 768.98px) {
  .footer__nav {
    padding: 0 20px;
  }
}
.footer__nav-list {
  display: flex;
}
@media (max-width: 768.98px) {
  .footer__nav-list {
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .footer__nav-list {
    gap: 0 30px;
  }
}
@media (min-width: 1025px) {
  .footer__nav-list {
    gap: 0 35px;
  }
}
@media (max-width: 768.98px) {
  .footer__nav-list > li {
    margin: 0 auto;
    text-align: left;
    width: 300px;
  }
}
@media (max-width: 768.98px) {
  .footer__nav-list > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.footer__nav-list > li > a {
  color: #58c4ff;
  font-size: 20px;
  font-weight: 800;
  overflow: visible;
  position: relative;
}
@media (min-width: 769px) {
  .footer__nav-list > li > a {
    background-position: right 20%;
    font-size: 10px;
  }
}
@media (min-width: 1025px) {
  .footer__nav-list > li > a {
    font-size: 12px;
  }
}
.footer__nav-list > li > a::before {
  background-color: #58c4ff;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (any-hover: hover) {
  .footer__nav-list > li > a:any-link:hover::before {
    animation: 1s ease-out 0s 1 normal forwards underline;
  }
}
.footer__nav-list > li > a .icon-window {
  margin-left: 12px;
  transform: translateY(-2px);
  vertical-align: middle;
  width: 15px;
}
@media (min-width: 769px) {
  .footer__nav-list > li > a .icon-window {
    width: 10px;
  }
}
@media (min-width: 1025px) {
  .footer__nav-list > li > a .icon-window {
    width: 13px;
  }
}
.footer__copyright {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768.98px) {
  .footer__copyright {
    background-color: #58c4ff;
    margin-top: 40px;
    padding: 25px 0;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .footer__copyright {
    color: #caecff;
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  .footer__copyright {
    font-size: 15px;
    text-align: right;
  }
}

.l-cookiePolicy {
  background-color: #d9d9d9;
  bottom: 0;
  color: #141414;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}
@media (min-width: 768px) {
  .l-cookiePolicy {
    padding: 0 16px;
  }
}
.l-cookiePolicy.is-hide {
  display: none;
}
.l-cookiePolicy__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1280px;
  padding: 3.50467vw 1.40187vw 3.97196vw;
}
@media (max-width: 767.98px) {
  .l-cookiePolicy__inner {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .l-cookiePolicy__inner {
    padding: 19px 0;
  }
}
.l-cookiePolicy__text {
  color: #141414;
  font-size: 3.27103vw;
  line-height: 1.85714;
  text-align: left;
}
@media (min-width: 768px) {
  .l-cookiePolicy__text {
    font-size: 1rem;
    line-height: 1.625;
  }
}
@media (max-width: 767.98px) {
  .l-cookiePolicy__text .sp-hidden {
    display: none;
  }
}
.l-cookiePolicy__text a {
  color: #141414;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .l-cookiePolicy__text a:hover {
    color: #141414;
    text-decoration: none;
  }
}
.l-cookiePolicy__text strong {
  font-family: "Noto Sans Medium", sans-serif;
  font-weight: 700;
}
.l-cookiePolicy__button {
  appearance: none;
  background-color: #fff;
  border: 1px solid #000;
  color: #141414;
  cursor: pointer;
  font-size: 3.27103vw;
  font-weight: 700;
  margin: 3.97196vw 0 0;
  padding: 1.63551vw 10.98131vw;
}
@media (min-width: 768px) {
  .l-cookiePolicy__button {
    flex: 0 0 auto;
    font-size: 0.875rem;
    line-height: 1.42857;
    margin: 0 0 0 28px;
    padding: 10px 46px;
  }
}
.l-cookiePolicy__close {
  cursor: pointer;
  height: 3.36682vw;
  position: relative;
  width: 3.36682vw;
}
@media (max-width: 767.98px) {
  .l-cookiePolicy__close {
    bottom: 6.26168vw;
    position: absolute;
    right: 4.20561vw;
  }
}
@media (min-width: 768px) {
  .l-cookiePolicy__close {
    flex: 0 0 auto;
    height: 14px;
    margin-left: 34px;
    width: 14px;
  }
}
.l-cookiePolicy__close::before, .l-cookiePolicy__close::after {
  background-color: #000;
  content: "";
  height: 4.20561vw;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 0.46729vw;
}
@media (min-width: 768px) {
  .l-cookiePolicy__close::before, .l-cookiePolicy__close::after {
    height: 19px;
    width: 2px;
  }
}
.l-cookiePolicy__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-cookiePolicy__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-cookiePolicy__close-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.head-with-en {
  color: #05459b;
  position: relative;
  z-index: 1;
}
.head-with-en h2 {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}
@media (min-width: 769px) {
  .head-with-en h2 {
    font-size: 11px;
  }
}
@media (min-width: 1025px) {
  .head-with-en h2 {
    font-size: 13px;
  }
}
.head-with-en p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 39px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 769px) {
  .head-with-en p {
    font-size: 50px;
  }
}
@media (min-width: 1025px) {
  .head-with-en p {
    font-size: 60px;
  }
}
.head-with-en--ta-c h2,
.head-with-en--ta-c p {
  text-align: center;
}
@media (max-width: 768.98px) {
  .head-with-en--ta-c-sp h2,
  .head-with-en--ta-c-sp p {
    text-align: center;
  }
}
.head-with-en--white {
  color: #fff;
}

.head-type2 {
  color: #05459b;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}
@media (min-width: 769px) {
  .head-type2 {
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .head-type2 {
    font-size: 25px;
  }
}
.head-type2--center {
  text-align: center;
}

.text {
  color: #05459b;
  font-size: 15px;
  font-weight: 500;
  padding-top: 20px;
  text-align: justify;
}
@media (min-width: 769px) {
  .text {
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  .text {
    font-size: 15px;
  }
}

.link-entry {
  color: #05459b;
  display: inline-block;
  font-size: 24px;
  font-weight: 800;
  margin: 40px auto 10px;
  position: relative;
}
@media (min-width: 1025px) {
  .link-entry {
    font-size: 28px;
    margin: 50px auto 20px;
  }
}
.link-entry::before {
  background-color: #05459b;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (any-hover: hover) and (min-width: 769px) {
  .link-entry:any-link:hover::before {
    animation: 1s ease-out 0s 1 normal forwards underline;
  }
}

.list-description-table {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  row-gap: 10px;
}
.list-description-table__item {
  border: solid 1px #58c4ff;
}
@media (min-width: 769px) {
  .list-description-table__item {
    display: flex;
    justify-content: space-between;
  }
}
.list-description-table__item > dt {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 800;
  padding: 15px 0;
  width: 100%;
}
@media (min-width: 769px) {
  .list-description-table__item > dt {
    font-size: 18px;
    padding: 50px 0;
    width: 230px;
  }
}
.list-description-table__item > dt span {
  display: block;
  font-size: 11px;
}
@media (min-width: 769px) {
  .list-description-table__item > dt span {
    font-size: 12px;
  }
}
.list-description-table__item > dd {
  align-items: center;
  color: #05459b;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  justify-content: flex-start;
  padding: 20px 20px;
  text-align: justify;
  width: 100%;
}
@media (min-width: 769px) {
  .list-description-table__item > dd {
    font-size: 12px;
    padding: 0 25px;
    width: calc(100% - 230px);
  }
}
.list-description-table__item > dd ul li {
  padding-left: 1.1em;
  text-align: justify;
  text-indent: -1.1em;
}
.list-description-table__item:nth-child(odd) > dt {
  background-color: #0994e1;
}
.list-description-table__item:nth-child(even) > dt {
  background-color: #50b6ef;
}

.list-description-table-round {
  margin-top: 25px;
}
@media (min-width: 769px) {
  .list-description-table-round {
    margin-top: 40px;
  }
}
.list-description-table-round__title {
  background-color: #58c4ff;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0;
}
@media (min-width: 769px) {
  .list-description-table-round__title {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .list-description-table-round__title {
    font-size: 18px;
  }
}
.list-description-table-round__content {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  row-gap: 10px;
}
@media (min-width: 769px) {
  .list-description-table-round__content {
    margin-top: 20px;
    row-gap: 20px;
  }
}
@media (min-width: 769px) {
  .list-description-table-round__item {
    display: flex;
  }
}
.list-description-table-round__item > dt {
  align-items: center;
  background-color: #58c4ff;
  border-bottom-left-radius: 0;
  border-top-left-radius: 12px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768.98px) {
  .list-description-table-round__item > dt {
    border-top-right-radius: 12px;
    padding: 10px 0;
  }
}
@media (min-width: 769px) {
  .list-description-table-round__item > dt {
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    font-size: 12px;
    width: 180px;
  }
}
.list-description-table-round__item > dd {
  background-color: #fff;
  border: solid 1px #58c4ff;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 0;
  color: #05459b;
  font-size: 15px;
  font-weight: 800;
  padding: 20px 20px;
  text-align: left;
  width: 100%;
}
@media (max-width: 768.98px) {
  .list-description-table-round__item > dd {
    border-bottom-left-radius: 12px;
  }
}
@media (min-width: 769px) {
  .list-description-table-round__item > dd {
    border-top-right-radius: 12px;
    font-size: 12px;
    padding: 15px 20px;
    width: calc(100% - 180px);
  }
}
.list-description-table-round__item > dd span {
  display: block;
  font-weight: 500;
  text-align: left;
}
.list-description-table-round__item > dd ul li {
  font-weight: 500;
  padding-left: 1.1em;
  text-align: justify;
  text-indent: -1.1em;
}
.list-description-table-round__item > dd .button {
  border: solid 1px #0994e1;
  border-radius: 50px;
  color: #05459b;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  padding: 9px 30px;
}
@media (min-width: 769px) {
  .list-description-table-round__item > dd .button {
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .list-description-table-round__item > dd .button:any-link:hover {
    background-color: #0994e1;
    color: #fff;
  }
}

.list-description-area {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  row-gap: 30px;
}
@media (min-width: 769px) {
  .list-description-area {
    margin-top: 40px;
  }
}
.list-description-area__item {
  display: flex;
  gap: 15px 0;
}
@media (max-width: 768.98px) {
  .list-description-area__item {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .list-description-area__item {
    align-items: flex-start;
    gap: 30px 20px;
  }
}
.list-description-area__item > dt {
  background-color: #0994e1;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 6px 3px;
  width: 100%;
}
@media (min-width: 769px) {
  .list-description-area__item > dt {
    flex: 0 0 auto;
    font-size: 13px;
    width: 60px;
  }
}
@media (min-width: 1025px) {
  .list-description-area__item > dt {
    font-size: 15px;
  }
}
.list-description-area__item > dd {
  color: #05459b;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
}
@media (min-width: 769px) {
  .list-description-area__item > dd {
    font-size: 13px;
    width: calc(100% - 80px);
  }
}
@media (min-width: 1025px) {
  .list-description-area__item > dd {
    font-size: 15px;
  }
}
.list-description-area__item > dd > p {
  text-align: left;
}
.list-description-area__item > dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.list-description-area__item > dd ul > li {
  text-align: left;
}
.list-description-area__item > dd ul > li:not(:last-of-type)::after {
  content: "｜";
  padding: 0 7px;
}
.list-description-area__item > dd ul > li > a {
  color: #0994e1;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .list-description-area__item > dd ul > li > a:any-link:hover {
    text-decoration: none;
  }
}
.list-description-area + .list-description-table-round {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .list-description-area + .list-description-table-round {
    margin-top: 50px;
  }
}

.list-description-media {
  margin-top: 40px;
}
.list-description-media__media {
  width: 100%;
}
.list-description-media__media > img {
  border-radius: 10px 10px 0 0;
  height: auto;
  width: 100%;
}
.list-description-media__content {
  background-color: #fff;
  border: solid 1px #58c4ff;
  border-radius: 0 0 10px 10px;
  border-top: none;
  padding: 0 20px 20px;
}
@media (min-width: 1025px) {
  .list-description-media__content {
    padding: 0 30px 20px;
  }
}
.list-description-media__item {
  align-items: center;
  border-bottom: solid 1px #58c4ff;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
@media (max-width: 768.98px) {
  .list-description-media__item {
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .list-description-media__item {
    column-gap: 20px;
  }
}
.list-description-media__item:first-child {
  padding-top: 25px;
}
.list-description-media__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.list-description-media__item > dt {
  color: #05459b;
  font-size: 18px;
  font-weight: 800;
  text-align: left;
  width: 100%;
}
@media (min-width: 769px) {
  .list-description-media__item > dt {
    font-size: 16px;
    width: 180px;
  }
}
@media (min-width: 1025px) {
  .list-description-media__item > dt {
    font-size: 20px;
    width: 250px;
  }
}
.list-description-media__item > dd {
  color: #05459b;
  font-size: 15px;
  letter-spacing: 0.025em;
  padding-top: 15px;
  text-align: justify;
  width: 100%;
}
@media (min-width: 769px) {
  .list-description-media__item > dd {
    font-size: 11px;
    width: calc(100% - 200px);
  }
}
@media (min-width: 1025px) {
  .list-description-media__item > dd {
    font-size: 12px;
    padding-top: 0;
    width: calc(100% - 270px);
  }
}

.panel-round-media {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 10px;
}
.panel-round-media__title {
  align-items: center;
  color: #05459b;
  display: flex;
  font-size: 18px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.5;
  min-height: auto;
}
@media (min-width: 769px) {
  .panel-round-media__title {
    font-size: 16px;
    min-height: 63px;
  }
}
@media (min-width: 1025px) {
  .panel-round-media__title {
    font-size: 20px;
    min-height: 67px;
  }
}
.panel-round-media__text {
  color: #05459b;
  font-size: 15px;
  letter-spacing: 0.025em;
  padding-top: 20px;
  text-align: justify;
}
@media (min-width: 769px) {
  .panel-round-media__text {
    font-size: 11px;
    padding-top: 12px;
  }
}
@media (min-width: 1025px) {
  .panel-round-media__text {
    font-size: 12px;
  }
}
.panel-round-media__img {
  display: inline-block;
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
}
.panel-round-media__img > img {
  height: auto;
  width: 100%;
}
.panel-round-media--color-light-blue .panel-round-media__title,
.panel-round-media--color-light-blue .panel-round-media__text {
  color: #0994e1;
}

.panel {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 769px) {
  .panel {
    height: 100%;
  }
}
.panel__img {
  width: 100%;
}
.panel__img > img {
  border-radius: 10px 10px 0 0;
  height: auto;
  width: 100%;
}
.panel__content {
  background-color: #fff;
  border: solid 1px #58c4ff;
  border-radius: 0 0 10px 10px;
  border-top: none;
  padding: 20px 20px 20px;
}
@media (min-width: 769px) {
  .panel__content {
    height: 100%;
    padding: 20px 30px 20px;
  }
}
@media (min-width: 1025px) {
  .panel__content {
    padding: 15px 30px 20px;
  }
}
.panel__title {
  color: #05459b;
  font-size: 18px;
  font-weight: 800;
}
@media (max-width: 768.98px) {
  .panel__title {
    text-align: left;
  }
}
@media (min-width: 769px) {
  .panel__title {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .panel__title {
    font-size: 20px;
  }
}
.panel__text {
  color: #05459b;
  font-size: 15px;
  letter-spacing: 0.025em;
  padding-top: 15px;
  text-align: justify;
}
@media (min-width: 769px) {
  .panel__text {
    font-size: 11px;
  }
}
@media (min-width: 1025px) {
  .panel__text {
    font-size: 12px;
  }
}

.layout {
  display: grid;
  margin-top: 50px;
}
.layout > * {
  height: 100%;
}
.layout[data-column-pc="3"] {
  gap: 40px 30px;
}
@media (min-width: 769px) {
  .layout[data-column-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
.layout[data-column-pc="2"] {
  gap: 30px 20px;
}
@media (min-width: 769px) {
  .layout[data-column-pc="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}

.media-iframe {
  aspect-ratio: 16/9;
  margin: 40px auto 0;
  max-width: 805px;
  position: relative;
}
.media-iframe > iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.media-message {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.media-message__img > img {
  border-radius: 10px;
  height: auto;
  width: 100%;
}
.media-message__content > *:first-child {
  margin-top: 0;
}
.media-message__content > p {
  color: #05459b;
  font-size: 15px;
  letter-spacing: 0.025em;
  margin-top: 30px;
  text-align: justify;
}
@media (min-width: 769px) {
  .media-message__content > p {
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  .media-message__content > p {
    font-size: 15px;
  }
}
.media-message__content > p.media-message__sign {
  margin-top: 50px;
  text-align: right;
}

.modal {
  background-color: #fff;
  display: none;
  height: calc(100% + 1px);
  left: 0;
  opacity: 0;
  overflow-x: hidden;
  position: fixed;
  top: calc(100% + 1px);
  width: 100%;
  z-index: 10;
}
@media (max-width: 768.98px) {
  .modal {
    padding-bottom: 0;
  }
}
.modal.open {
  animation-delay: 0s;
  animation-direction: normal;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: fadein;
  animation-timing-function: ease-out;
  display: flex;
  opacity: 1;
  top: -1px;
}
.modal__content {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  position: relative;
  width: 100%;
  z-index: 15;
}
@media (min-width: 769px) {
  .modal__content {
    height: 100%;
  }
}
.modal__close {
  display: inline-block;
  font-size: 0;
  height: 42px;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 42px;
  z-index: 20;
}
@media (min-width: 769px) {
  .modal__close {
    height: 36px;
    width: 36px;
  }
}
@media (min-width: 1025px) {
  .modal__close {
    right: 50px;
    top: 50px;
  }
}
.modal__close > img {
  height: auto;
  width: 100%;
}
.modal .inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  max-width: 920px;
}
@media (max-width: 768.98px) {
  .modal .inner {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
}

.modal-entry {
  padding-bottom: 70px;
  padding-top: 50px;
}
@media (min-width: 769px) {
  .modal-entry {
    padding-bottom: 70px;
    padding-top: 70px;
    width: 100%;
  }
}
.modal-entry__lyt-row {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  row-gap: 50px;
}
@media (min-width: 769px) {
  .modal-entry__lyt-row {
    margin-top: 70px;
    row-gap: 70px;
  }
}
.modal-entry__lyt-row-title {
  border-bottom: solid 1px #58c4ff;
  color: #05459b;
  font-size: 15px;
  font-weight: 800;
  padding-bottom: 8px;
  text-align: left;
}
.modal-entry__btn-list {
  display: grid;
  gap: 20px 15px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
  max-width: 520px;
}
.modal-entry__btn-list--center {
  margin-inline: auto;
}
@media (min-width: 769px) {
  .modal-entry__btn-list {
    gap: 30px 40px;
  }
}

.modal-entry-btn {
  background-color: #05459b;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  overflow: hidden;
  padding: 10px 3px;
}
@media (max-width: 768.98px) {
  .modal-entry-btn {
    border-radius: 7px;
  }
}
@media (min-width: 769px) {
  .modal-entry-btn {
    font-size: 20px;
    padding: 10px 5px;
  }
}
.modal-entry-btn--intern {
  background-color: #3281eb;
}
.modal-entry-btn:has(> img) {
  background-color: transparent;
  border: solid 1px #707070;
  padding: 0;
}
.modal-entry-btn:has(> img) > img {
  height: auto;
  width: 100%;
}
.modal-entry-btn + .modal-entry-btn {
  margin-top: 20px;
}

.faq {
  margin-top: 20px;
}
.faq__item {
  border-top: solid 1px #0994e1;
}
.faq__item:last-child {
  border-bottom: solid 1px #0994e1;
}
.faq__q {
  background-image: url("../png/icon-plus.png");
  background-position: right 21px;
  background-repeat: no-repeat;
  background-size: 21px;
  color: #05459b;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 20px 40px;
  position: relative;
  text-align: left;
}
@media (min-width: 769px) {
  .faq__q {
    background-position: right center;
    padding: 25px 50px;
  }
}
@media (any-hover: hover) {
  .faq__q:hover {
    opacity: 0.8 !important;
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.faq__q.open {
  background-image: url("../png/icon-minus.png");
}
.faq__a {
  background-size: 21px;
  color: #05459b;
  cursor: pointer;
  display: none;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  opacity: 0;
  padding: 0 0 25px 40px;
  position: relative;
  text-align: justify;
}
@media (min-width: 769px) {
  .faq__a {
    padding: 0 50px 25px;
  }
}
.faq__a.open {
  animation-delay: 0s;
  animation-direction: normal;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: fadein;
  animation-timing-function: ease-out;
  display: block;
}
.faq__a a {
  color: #05459b;
  display: inline-block;
  position: static;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .faq__a a:any-link:hover {
    text-decoration: none;
  }
}
.faq__icon {
  align-items: center;
  background-color: #05459b;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 18px;
  width: 30px;
}
@media (min-width: 769px) {
  .faq__icon {
    top: 25px;
  }
}
.faq__a .faq__icon {
  background-color: #58c4ff;
  top: 0;
}

.pc {
  display: none !important;
}
@media (min-width: 769px) {
  .pc {
    display: block !important;
  }
}

.sp {
  display: block !important;
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

.fade {
  opacity: 0;
}

.in {
  animation-delay: 0.4s;
  animation-direction: normal;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: fadein;
  animation-timing-function: ease-in-out;
  opacity: 0;
}

@keyframes scroll_arrow {
  0% {
    opacity: 0;
    top: -110px;
  }
  10% {
    opacity: 1;
    top: -110px;
  }
  80% {
    opacity: 1;
    top: -10px;
  }
  100% {
    opacity: 0;
    top: -10px;
  }
}
@keyframes scroll_arrow--sp {
  0% {
    opacity: 0;
    top: -106px;
  }
  10% {
    opacity: 1;
    top: -106px;
  }
  80% {
    opacity: 1;
    top: -8px;
  }
  100% {
    opacity: 0;
    top: -8px;
  }
}
.top-mv {
  height: 250px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (min-width: 769px) {
  .top-mv {
    height: 500px;
    margin: 0 0 0 auto;
    width: calc(100% - 100px);
  }
}
@media (min-width: 1025px) {
  .top-mv {
    height: calc(100vh - 60px);
  }
}
.top-mv__picture {
  height: 100%;
  position: relative;
  width: 100%;
}
.top-mv__picture img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.top-mv__title {
  bottom: 30px;
  left: 20px;
  position: absolute;
  width: calc(100% - 40px);
  z-index: 1;
}
@media (min-width: 769px) {
  .top-mv__title {
    bottom: 40px;
    left: 50px;
    width: calc(100% - 100px);
  }
}
.top-mv__title img {
  height: auto;
  width: 100%;
}
.top-mv__scroll {
  animation-delay: 0s;
  animation-direction: normal;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: fadein;
  animation-timing-function: ease-out;
  bottom: 15px;
  height: 156px;
  left: -60px;
  opacity: 0;
  position: absolute;
  right: 11px;
  width: 16px;
  z-index: 2;
}
@media (min-width: 769px) {
  .top-mv__scroll {
    bottom: 10px;
    height: 180px;
    right: 29px;
    width: 19px;
  }
}
@media (min-width: 1025px) {
  .top-mv__scroll {
    right: auto;
  }
}
.top-mv__scroll.scrolled {
  animation-name: fadeout;
}
.top-mv__scroll img {
  height: 44px;
  width: 14px;
}
@media (min-width: 769px) {
  .top-mv__scroll img {
    height: 56px;
    width: 18px;
  }
}
.top-mv__scroll__arrow {
  bottom: 0;
  height: 106px;
  left: 8px;
  overflow: hidden;
  position: absolute;
  width: 6px;
}
@media (min-width: 769px) {
  .top-mv__scroll__arrow {
    height: 110px;
    left: 10px;
    width: 9px;
  }
}
.top-mv__scroll__arrow > img {
  animation-delay: 0s;
  animation-direction: normal;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: scroll_arrow--sp;
  animation-timing-function: ease-out;
  height: 106px;
  left: 0;
  position: absolute;
  width: 6px;
}
@media (min-width: 769px) {
  .top-mv__scroll__arrow > img {
    animation-name: scroll_arrow;
    height: 110px;
    width: 10px;
  }
}

.top-intro {
  padding-top: 50px;
}
@media (min-width: 769px) {
  .top-intro {
    padding-top: 70px;
  }
}

.top-intro-message > *:first-child {
  margin-top: 0;
}
.top-intro-message p {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  margin-top: 30px;
  text-align: left;
}
@media (min-width: 1025px) {
  .top-intro-message p {
    font-size: 24px;
    margin-top: 40px;
  }
}

.top-workstyle {
  padding-bottom: 60px;
  padding-top: 100px;
}
@media (min-width: 769px) {
  .top-workstyle {
    padding-bottom: 70px;
  }
}
.top-workstyle__block {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 30px;
  width: 100%;
}
@media (max-width: 768.98px) {
  .top-workstyle__block {
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .top-workstyle__block {
    padding-top: 20px;
  }
}
@media (any-hover: hover) {
  .top-workstyle__block:any-link:hover {
    opacity: 0.8 !important;
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media (any-hover: hover) and (min-width: 769px) {
  .top-workstyle__block:any-link:hover .top-workstyle__text > h3::before {
    animation: 1s ease-out 0s 1 normal forwards underline;
  }
}
.top-workstyle__img {
  width: 100%;
}
@media (min-width: 769px) {
  .top-workstyle__img {
    width: 55%;
  }
}
.top-workstyle__img > img {
  border-radius: 10px;
  height: auto;
  width: 100%;
}
.top-workstyle__text {
  text-align: justify;
  width: 100%;
}
@media (min-width: 769px) {
  .top-workstyle__text {
    padding-left: 30px;
    width: 45%;
  }
}
@media (max-width: 768.98px) {
  .top-workstyle__text {
    padding-top: 20px;
  }
}
.top-workstyle__text > h3 {
  color: #05459b;
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  position: relative;
  text-align: left;
}
@media (min-width: 769px) {
  .top-workstyle__text > h3 {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .top-workstyle__text > h3 {
    font-size: 20px;
  }
}
.top-workstyle__text > h3::before {
  background-color: #05459b;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.top-workstyle__text > p {
  color: #05459b;
  font-size: 15px;
  font-weight: 500;
  padding-top: 15px;
  text-align: left;
}
@media (min-width: 769px) {
  .top-workstyle__text > p {
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  .top-workstyle__text > p {
    font-size: 15px;
  }
}

.top-environment {
  padding: 100px 0;
  position: relative;
}
.top-environment .head {
  position: relative;
  z-index: 1;
}
.top-environment__content {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768.98px) {
  .top-environment__content {
    flex-wrap: wrap;
  }
}
.top-environment__block {
  border-radius: 10px;
  display: inline-block;
  overflow: hidden;
  padding: 25px;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .top-environment__block {
    width: calc(50% - 10px);
  }
}
@media (max-width: 768.98px) {
  .top-environment__block {
    margin-top: 30px;
  }
}
@media (any-hover: hover) {
  .top-environment__block:any-link:hover {
    opacity: 0.8 !important;
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media (any-hover: hover) and (min-width: 769px) {
  .top-environment__block:any-link:hover > h3::before {
    animation: 1s ease-out 0s 1 normal forwards underline;
  }
}
.top-environment__block::before {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.top-environment__block > h3 {
  color: #05459b;
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  position: relative;
  text-align: left;
}
@media (min-width: 769px) {
  .top-environment__block > h3 {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .top-environment__block > h3 {
    font-size: 20px;
  }
}
.top-environment__block > h3::before {
  background-color: #05459b;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.top-environment__block > p {
  color: #05459b;
  font-size: 15px;
  font-weight: 500;
  padding-top: 15px;
  text-align: justify;
}
@media (min-width: 769px) {
  .top-environment__block > p {
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  .top-environment__block > p {
    font-size: 15px;
  }
}
.top-environment__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.top-environment__bg img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.top-link {
  padding: 50px 0 80px;
  position: relative;
}
@media (min-width: 769px) {
  .top-link {
    padding: 100px 0;
  }
}
.top-link::before {
  animation: gradient 7s ease infinite;
  background: linear-gradient(20deg, #d5eefc 15%, #00b9ff 40%, #00b9ff 60%, #d5eefc 85%);
  background-size: 240% 240%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.top-link .inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768.98px) {
  .top-link .inner {
    flex-wrap: wrap;
  }
}
.top-link__block {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column-reverse;
  padding: 20px 0 30px;
  width: 100%;
}
@media (max-width: 768.98px) {
  .top-link__block {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  .top-link__block {
    padding: 50px 0;
    width: calc(50% - 10px);
  }
}
@media (any-hover: hover) {
  .top-link__block:any-link:hover {
    opacity: 0.8 !important;
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media (any-hover: hover) and (min-width: 769px) {
  .top-link__block:any-link:hover > h3::before {
    animation: 1s ease-out 0s 1 normal forwards underline;
  }
}
.top-link__block > h3 {
  color: #05459b;
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  position: relative;
}
@media (min-width: 769px) {
  .top-link__block > h3 {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .top-link__block > h3 {
    font-size: 20px;
  }
}
.top-link__block > h3::before {
  background-color: #05459b;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.top-link__block > p {
  color: #05459b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 40px;
  font-weight: 800;
}
@media (min-width: 1025px) {
  .top-link__block > p {
    font-size: 50px;
  }
}

/*# sourceMappingURL=style.css.map */
