@charset "UTF-8";
@-webkit-keyframes figure1 {
  7.5% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  10%, 15% {
    -webkit-transform: rotate(-8deg) scale(1.1);
    transform: rotate(-8deg) scale(1.1);
  }
  12.5% {
    -webkit-transform: rotate(8deg) scale(1.1);
    transform: rotate(8deg) scale(1.1);
  }
  17.5% {
    -webkit-transform: rotate(0deg) scale(1.1);
    transform: rotate(0deg) scale(1.1);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes figure1 {
  7.5% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  10%, 15% {
    -webkit-transform: rotate(-8deg) scale(1.1);
    transform: rotate(-8deg) scale(1.1);
  }
  12.5% {
    -webkit-transform: rotate(8deg) scale(1.1);
    transform: rotate(8deg) scale(1.1);
  }
  17.5% {
    -webkit-transform: rotate(0deg) scale(1.1);
    transform: rotate(0deg) scale(1.1);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes figure2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  3.75% {
    -webkit-transform: translateX(-10px) rotate(-5deg);
    transform: translateX(-10px) rotate(-5deg);
  }
  7.5% {
    -webkit-transform: translateX(8px) rotate(3deg);
    transform: translateX(8px) rotate(3deg);
  }
  11.25% {
    -webkit-transform: translateX(-6px) rotate(-3deg);
    transform: translateX(-6px) rotate(-3deg);
  }
  15% {
    -webkit-transform: translateX(4px) rotate(2deg);
    transform: translateX(4px) rotate(2deg);
  }
  18.75% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  25% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  37.5% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  62.5% {
    -webkit-transform: translateX(8px) rotate(3deg);
    transform: translateX(8px) rotate(3deg);
  }
  87.5% {
    -webkit-transform: translateX(-6px) rotate(-3deg);
    transform: translateX(-6px) rotate(-3deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes figure2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  3.75% {
    -webkit-transform: translateX(-10px) rotate(-5deg);
    transform: translateX(-10px) rotate(-5deg);
  }
  7.5% {
    -webkit-transform: translateX(8px) rotate(3deg);
    transform: translateX(8px) rotate(3deg);
  }
  11.25% {
    -webkit-transform: translateX(-6px) rotate(-3deg);
    transform: translateX(-6px) rotate(-3deg);
  }
  15% {
    -webkit-transform: translateX(4px) rotate(2deg);
    transform: translateX(4px) rotate(2deg);
  }
  18.75% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  25% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  37.5% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  62.5% {
    -webkit-transform: translateX(8px) rotate(3deg);
    transform: translateX(8px) rotate(3deg);
  }
  87.5% {
    -webkit-transform: translateX(-6px) rotate(-3deg);
    transform: translateX(-6px) rotate(-3deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/*------------------------------------------------------------
    Reset
------------------------------------------------------------*/
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,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
select {
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
input,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 1023px) {
  a:hover, a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
button {
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
img {
  max-width: 100%;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Navigation
------------------------------------------------------------*/
.c-nav1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav1__item {
  position: relative;
}
.c-nav1__item + .c-nav1__item {
  margin-left: 24px;
}
.c-nav1__link {
  display: inline-block;
  position: relative;
  color: #002766;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
  text-align: center;
}
.c-nav2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav2__item {
  position: relative;
  width: 100%;
}
.c-nav2__item::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1c5abd;
}
.c-nav2__item + .c-nav2__item {
  margin-top: 17px;
}
.c-nav2__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  min-height: 56px;
  padding: 12px 30px 14px 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-nav2__link::after {
  content: "\e903";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #e1e9f5;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.c-nav3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-nav3__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 36px;
}
.c-nav3__list:last-child {
  -ms-flex-negative: unset;
  flex-shrink: unset;
  padding-right: 0;
}
.c-nav3__item {
  width: 100%;
}
.c-nav3__link {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-nav3__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 5px;
}
.c-nav3__subitem {
  width: 100%;
}
.c-nav3__sublink {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.02em;
}
.c-nav3__sublink::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 4px;
  width: 8px;
  height: 1px;
  background-color: #fff;
}
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header {
  position: relative;
}
.c-header__inner {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-header__inner::before {
  content: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 104px;
  background-color: rgba(230, 245, 255, 0.1);
  -webkit-backdrop-filter: blur(10px) brightness(98%);
  backdrop-filter: blur(10px) brightness(98%);
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-header__inner::before {
    content: "";
    min-height: 80px;
  }
}
.c-header__inner.is-default .c-header__logo img.is-default {
  opacity: 1;
}
.c-header__inner.is-default .c-header__logo img.is-white {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .c-header__inner.is-sticky::before {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__inner.is-sticky + .c-header__menubtn::before {
    opacity: 0;
  }
}
.c-header__logowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 80px;
  padding: 14px 8px;
  z-index: 12;
}
@media only screen and (max-width: 767px) {
  .c-header__logowrap {
    padding: 2px 8px;
  }
}
@media only screen and (max-width: 374px) {
  .c-header__logowrap {
    padding: 2px 4px;
  }
}
.c-header__logo {
  display: block;
  position: relative;
  width: 299px;
  height: 76px;
}
@media only screen and (max-width: 374px) {
  .c-header__logo {
    width: 252px;
    height: 64px;
  }
}
.c-header__logo img {
  position: absolute;
  top: 0;
  left: 0;
  height: 76px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 374px) {
  .c-header__logo img {
    height: 64px;
  }
}
.c-header__logo img.is-default {
  opacity: 0;
}
.c-header__logo img.is-white {
  opacity: 1;
}
.c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 8px;
  border-radius: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 12;
}
@media only screen and (max-width: 1023px) {
  .c-header__nav {
    padding: 8px 64px 8px 8px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__nav {
    display: none;
  }
}
.c-header__nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(230, 245, 255, 0.1);
  -webkit-backdrop-filter: blur(10px) brightness(98%);
  backdrop-filter: blur(10px) brightness(98%);
  border-radius: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-header__nav .c-nav1 {
  margin-left: 32px;
  margin-right: 25px;
}
@media only screen and (max-width: 1199px) {
  .c-header__nav--spc {
    padding: 8px 64px 8px 8px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__nav--spc {
    display: none;
  }
}
.c-header__listbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-header__itembtn {
  position: relative;
}
.c-header__itembtn + .c-header__itembtn {
  margin-left: 8px;
}
.c-header__menubtn {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 8px;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .c-header__menubtn {
    top: 8px;
    right: 8px;
  }
}
.c-header__menubtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(230, 245, 255, 0.1);
  -webkit-backdrop-filter: blur(10px) brightness(98%);
  backdrop-filter: blur(10px) brightness(98%);
  border-radius: 50%;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-header__menubtn::before {
    opacity: 1;
  }
}
.c-header__menubtn:has(.c-menu1.is-open)::before {
  opacity: 1;
}
.c-header__menuouter {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 15;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-header__menuouter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.c-header__menuouter.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
@media only screen and (max-width: 1199px) {
  .c-header__menuouter--spc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.c-header__menu {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #0044b1;
}
.c-header__menu::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #002766;
}
.c-header__menuinner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1;
}
.c-header__menulogowrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 80px;
  padding: 14px 8px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-header__menulogowrap1 {
    padding: 2px 8px;
  }
}
@media only screen and (max-width: 374px) {
  .c-header__menulogowrap1 {
    padding: 2px 4px;
  }
}
.c-header__menulogo1 {
  display: inline-block;
}
.c-header__menulogo1 img {
  height: 76px;
}
@media only screen and (max-width: 374px) {
  .c-header__menulogo1 img {
    height: 64px;
  }
}
.c-header__menuwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-header__menuleft {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 100%;
  padding: 120px 40px 61px;
  background-color: #0044b1;
}
@media only screen and (max-width: 767px) {
  .c-header__menuleft {
    padding: 120px 20px 61px;
  }
}
.c-header__linklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 46px;
}
.c-header__linkitem {
  position: relative;
}
.c-header__linkitem + .c-header__linkitem {
  margin-top: 14px;
}
.c-header__link {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-header__menuright {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  background-color: #002766;
}
.c-header__menucontact {
  position: relative;
  padding: 56px 40px;
}
@media only screen and (max-width: 767px) {
  .c-header__menucontact {
    padding: 56px 20px;
  }
}
.c-header__menulast {
  position: relative;
  padding: 0 51px 120px;
}
@media only screen and (max-width: 374px) {
  .c-header__menulast {
    padding: 0 30px 120px;
  }
}
.c-header__menulogowrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-header__menulogo2 {
  display: inline-block;
}
.c-header__menulogo2 img {
  height: 76px;
}
.c-header__menuaddress {
  padding: 0 12px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer {
  position: relative;
  background-color: #002766;
}
.c-footer__top {
  position: relative;
  z-index: 1;
}
.c-footer__contact {
  position: relative;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .c-footer__contact {
    padding: 56px 0;
  }
}
.c-footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  min-height: 240px;
  padding: 60px 88px 60px 64px;
  background-color: #0044b1;
  border-radius: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-footer__box {
    min-height: 160px;
    padding: 24px 48px 24px 64px;
    border-radius: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__box {
    min-height: 80px;
    padding: 8px 8px 8px 40px;
    border-radius: 40px;
  }
}
@media only screen and (min-width: 1023px) {
  .c-footer__box:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-footer__box:hover .c-arrow1 {
    background-color: #fff;
  }
  .c-footer__box:hover .c-arrow1 .c-arrow1__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-footer__box:hover .c-arrow1 .c-arrow1__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.c-footer__box--gradient {
  background: transparent -webkit-gradient(linear, right top, left top, from(#74a8ff), to(#2162cc)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(right, #74a8ff 0%, #2162cc 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #74a8ff 0%, #2162cc 100%) 0% 0% no-repeat padding-box;
}
.c-footer__heading {
  position: absolute;
  top: 50%;
  left: 64px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-footer__title {
  color: rgba(255, 255, 255, 0.35);
  font-size: 8.3rem;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.02em;
}
.c-footer__btn {
  position: relative;
  margin-left: auto;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-footer__btn {
    width: 100%;
    margin-left: 0;
  }
}
.c-footer__btn .c-arrow1 .c-arrow1__icon::before {
  color: #0044b1;
}
.c-footer__bottom {
  position: relative;
  padding: 0 0 40px;
}
.c-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-footer__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding-right: 0;
  }
}
.c-footer__logowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-footer__logo {
  display: inline-block;
}
.c-footer__logo img {
  height: 76px;
}
.c-footer__address {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-footer__linklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 61px 0 0;
}
.c-footer__linkitem {
  position: relative;
  padding: 0 22px;
}
.c-footer__linkitem:first-child {
  padding-left: 0;
}
.c-footer__linkitem:last-child {
  padding-right: 0;
}
.c-footer__linkitem + .c-footer__linkitem::before {
  content: "｜";
  position: absolute;
  top: 0;
  left: -8px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-footer__link {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-footer__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 758px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    max-width: unset;
  }
}
.c-footer__nav {
  margin-top: 74px;
}
.c-footer__copyright {
  margin-top: 75px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1023px) {
  .c-footer__copyright {
    margin-top: 77px;
  }
}
/*------------------------------------------------------------
    Layout
------------------------------------------------------------*/
body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: break-word;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
/*------------------------------------------------------------
    Container
------------------------------------------------------------*/
.l-container {
  width: 100%;
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 20px;
  }
}
.l-container--w1360 {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .l-container--w1360 {
    padding: 0 20px;
  }
}
.l-container--w1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .l-container--w1280 {
    padding: 0 20px;
  }
}
.l-container--w816 {
  width: 100%;
  max-width: 816px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .l-container--w816 {
    max-width: unset;
    padding: 0 20px;
  }
}
.l-container--w800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .l-container--w800 {
    max-width: unset;
    padding: 0 20px;
  }
}
.l-container--w640 {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .l-container--w640 {
    max-width: unset;
    padding: 0 20px;
  }
}
.l-container--w630 {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .l-container--w630 {
    padding: 0 20px;
  }
}
.l-content--w408 {
  width: 100%;
  max-width: 408px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-content--w408 {
    max-width: unset;
  }
}
/*------------------------------------------------------------
    Mainvisual
------------------------------------------------------------*/
.c-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.c-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 104px 40px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-mv__content {
    padding: 80px 20px;
  }
}
.c-mv__box {
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-mv__box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-mv__box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(64, 167, 255, 0.1);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
  backdrop-filter: blur(10px) brightness(100%);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-mv__boxinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .c-mv__boxinner {
    padding: 16px;
  }
}
.c-mv__title {
  display: inline-block;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.c-mv__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
}
.c-mv__bg img {
  min-width: 1440px;
}
@media only screen and (max-width: 767px) {
  .c-mv__bg img {
    min-width: 720px;
  }
}
/*------------------------------------------------------------
    Breadcrumb
------------------------------------------------------------*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Arrow
------------------------------------------------------------*/
.c-arrow1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 64px;
  height: 64px;
  padding: 8px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-arrow1:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #0044b1;
  }
  .c-arrow1:hover .c-arrow1__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-arrow1:hover .c-arrow1__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media only screen and (min-width: 1023px) {
  .c-arrow1--style1:hover {
    background-color: #fff;
  }
}
.c-arrow1--outline {
  background-color: transparent;
  border: 1px solid #fff;
}
@media only screen and (min-width: 1023px) {
  .c-arrow1--outline:hover {
    background-color: transparent;
  }
}
.c-arrow1--outline .c-arrow1__icon::after {
  color: #fff;
}
.c-arrow1__icon {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.c-arrow1__icon::before {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  color: #fff;
  font-family: "icomoon";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-arrow1__icon::after {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  color: #0044b1;
  font-family: "icomoon";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-arrow2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 48px;
  height: 48px;
  padding: 8px;
  background-color: #f0f9ff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-arrow2:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #0044b1;
  }
  .c-arrow2:hover .c-arrow2__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-arrow2:hover .c-arrow2__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.c-arrow2__icon {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.c-arrow2__icon::before {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  color: #fff;
  font-family: "icomoon";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-arrow2__icon::after {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  color: #0044b1;
  font-family: "icomoon";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-arrow3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 52px;
  height: 28px;
  padding: 4px 8px;
  background-color: #e3f0fc;
  border-radius: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-arrow3:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #0044b1;
  }
  .c-arrow3:hover .c-arrow3__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-arrow3:hover .c-arrow3__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media only screen and (min-width: 1023px) {
  .c-arrow3--reverse:hover .c-arrow3__icon::before {
    -webkit-transform: translateX(0) rotate(180deg);
    transform: translateX(0) rotate(180deg);
  }
  .c-arrow3--reverse:hover .c-arrow3__icon::after {
    -webkit-transform: translateX(100%) rotate(180deg);
    transform: translateX(100%) rotate(180deg);
  }
}
.c-arrow3--reverse .c-arrow3__icon::before {
  -webkit-transform: translateX(-100%) rotate(180deg);
  transform: translateX(-100%) rotate(180deg);
}
.c-arrow3--reverse .c-arrow3__icon::after {
  -webkit-transform: translateX(0) rotate(180deg);
  transform: translateX(0) rotate(180deg);
}
.c-arrow3__icon {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.c-arrow3__icon::before {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  color: #fff;
  font-family: "icomoon";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-arrow3__icon::after {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  color: #0044b1;
  font-family: "icomoon";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------------------------------
    Box
------------------------------------------------------------*/
.c-box1 {
  position: relative;
}
.c-box1__row + .c-box1__row {
  margin-top: 40px;
}
.c-box1__label {
  margin-top: -2px;
}
.c-box1__field {
  margin-top: 9px;
}
.c-box1__accept {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e9f5;
}
.c-box1__accept .c-box1__field .c-text1 {
  margin-top: -2px;
}
.c-box1__accept .c-box1__field .c-link1 {
  margin-top: 3px;
}
.c-box1__accept .c-box1__field .c-checkbox__group {
  margin-top: 22px;
}
.c-box1__groupbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 56px 0 0;
}
.c-box1__groupbtn .c-btn3 {
  width: 100%;
  max-width: 360px;
}
.c-box1__groupbtn .c-btn3 + .c-btn3 {
  margin-top: 8px;
}
.c-box1__recaptcha {
  text-align: center;
}
.c-box2 {
  position: relative;
  width: 100%;
  padding: 30px 39px 37px;
  background-color: transparent;
  border: 1px solid #e1e9f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-box2 {
    padding: 21px 23px;
  }
}
.c-box2__row + .c-box2__row {
  margin-top: 18px;
}
.c-box2__name {
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
/*------------------------------------------------------------
    Button
------------------------------------------------------------*/
.c-btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 48px;
  padding: 9px 24px 10px;
  background-color: #002766;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
  text-align: center;
}
@media only screen and (min-width: 1023px) {
  .c-btn1:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #0044b1;
  }
  .c-btn1:hover::after {
    opacity: 0;
  }
}
.c-btn1--gradient {
  background-color: #0044b1;
}
.c-btn1--gradient::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: transparent -webkit-gradient(linear, right top, left top, from(#74a8ff), to(#2162cc)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(right, #74a8ff 0%, #2162cc 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #74a8ff 0%, #2162cc 100%) 0% 0% no-repeat padding-box;
  border-radius: 24px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn1__text {
  position: relative;
  z-index: 1;
}
.c-btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-btn2:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-btn2:hover .c-arrow1 {
    background-color: #0044b1;
  }
  .c-btn2:hover .c-arrow1 .c-arrow1__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-btn2:hover .c-arrow1 .c-arrow1__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media only screen and (max-width: 767px) {
  .c-btn2--style1 {
    width: 100%;
  }
}
@media only screen and (min-width: 1023px) {
  .c-btn2--style1:hover .c-arrow1 {
    background-color: #fff;
  }
}
.c-btn2--style1 .c-btn2__text {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  color: #fff;
  font-size: 2.3rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-btn2--style1 .c-btn2__text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 1.9rem;
  }
}
.c-btn2--style1 .c-btn2__arrow {
  margin-left: 32px;
}
@media only screen and (max-width: 767px) {
  .c-btn2--style1 .c-btn2__arrow {
    margin-left: 16px;
  }
}
.c-btn2__text {
  color: #002766;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-btn2__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 16px;
}
.c-btn3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 100%;
  padding: 8px 8px 8px 40px;
  background-color: #0044b1;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-btn3:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-btn3:hover .c-arrow1 .c-arrow1__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-btn3:hover .c-arrow1 .c-arrow1__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media only screen and (max-width: 374px) {
  .c-btn3 {
    padding: 8px 8px 8px 20px;
  }
}
.c-btn3--gradient {
  background: transparent -webkit-gradient(linear, right top, left top, from(#74a8ff), to(#2162cc)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(right, #74a8ff 0%, #2162cc 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #74a8ff 0%, #2162cc 100%) 0% 0% no-repeat padding-box;
}
.c-btn3__text {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-btn3__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 16px;
}
.c-btn3__arrow.c-arrow1 .c-arrow1__icon::before {
  color: #0044b1;
}
.c-btn4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 100%;
  padding: 15px 7px 15px 31px;
  background-color: #fff;
  border: 1px solid #e1e9f5;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-btn4:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-btn4:hover .c-arrow2 {
    background-color: #0044b1;
  }
  .c-btn4:hover .c-arrow2 .c-arrow2__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-btn4:hover .c-arrow2 .c-arrow2__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.c-btn4__text {
  color: #334766;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-btn4__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 16px;
}
/*------------------------------------------------------------
    Card
------------------------------------------------------------*/
.c-card1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 40px 40px 37px;
  background-color: #0044b1;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-card1 {
    padding: 20px 20px 17px;
  }
}
.c-card1__thumb {
  position: relative;
  width: 100%;
  background-color: #ccc;
  overflow: hidden;
}
.c-card1__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61.875%;
}
.c-card1__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-card1__content {
  width: 100%;
  margin-top: 24px;
}
.c-card1__title {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
}
.c-card1__description {
  margin-top: 22px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-card1__listcheck {
  position: relative;
  width: 100%;
  margin-top: 21px;
  padding-top: 22px;
  border-top: 1px solid #6b94d6;
}
.c-card2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 39px 39px 37px;
  background-color: #fff;
  border: 1px solid #e1e9f5;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-card2 {
    padding: 19px 19px 17px;
  }
}
.c-card2__thumb {
  position: relative;
  width: 100%;
  background-color: #ccc;
  overflow: hidden;
}
.c-card2__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61.875%;
}
.c-card2__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-card2__content {
  width: 100%;
  margin-top: 24px;
}
.c-card2__title {
  color: #0044b1;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
}
.c-card2__description {
  margin-top: 21px;
  color: #334766;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-card3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-card3__title {
  margin-top: -1px;
  color: #0044b1;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
}
.c-card3__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin-top: 23px;
}
.c-card3__groupleft {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 136px;
}
.c-card3__avatar {
  position: relative;
  width: 100%;
  background-color: #f0f9ff;
  border-radius: 50%;
  overflow: hidden;
}
.c-card3__avatar::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-card3__avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-card3__groupright {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 136px);
  padding-left: 16px;
}
.c-card3__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}
.c-card3__name span:nth-child(1) {
  display: inline-block;
  margin-right: 13px;
  color: #334766;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
}
.c-card3__name span:nth-child(2) {
  display: inline-block;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  color: #334766;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-card3__label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 11px;
  padding: 3px 4px;
  background-color: #6b94d6;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.23;
  letter-spacing: -0.02em;
}
.c-card3__role {
  margin-top: 2px;
  color: #334766;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-card3__content {
  width: 100%;
  margin: 22px 0 -3px;
  color: #334766;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
/*------------------------------------------------------------
    Checkbox
------------------------------------------------------------*/
.c-checkbox__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -8px -8px 0;
}
@media only screen and (max-width: 767px) {
  .c-checkbox__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
  }
}
.c-checkbox__group .mwform-checkbox-field {
  margin: 0 8px 8px 0;
}
@media only screen and (max-width: 767px) {
  .c-checkbox__group .mwform-checkbox-field {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-checkbox__group .mwform-checkbox-field + .mwform-checkbox-field {
    margin-top: 8px;
  }
}
.c-checkbox__group .mwform-checkbox-field label {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-checkbox__group .mwform-checkbox-field label input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  cursor: pointer;
}
.c-checkbox__group .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text {
  background-color: #0062ff;
  color: #fff;
}
.c-checkbox__group .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background-color: #fff;
}
.c-checkbox__group .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.c-checkbox__group .mwform-checkbox-field label .mwform-checkbox-field-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 64px;
  padding: 16px 23px 17px 43px;
  background-color: #fff;
  border: 1px solid #e1e9f5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-checkbox__group .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  left: 15px;
  width: 24px;
  height: 24px;
  background-color: #e1e9f5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-checkbox__group .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "\e904";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 19px;
  left: 15px;
  width: 24px;
  height: 24px;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0062ff;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-checkbox__group--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
}
.c-checkbox__group--vertical .mwform-checkbox-field {
  width: 100%;
  margin: 0;
}
.c-checkbox__group--vertical .mwform-checkbox-field + .mwform-checkbox-field {
  margin-top: 8px;
}
/*------------------------------------------------------------
    Circle
------------------------------------------------------------*/
.c-circle1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 1800px;
  height: 1800px;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .c-circle1 {
    width: 900px;
    height: 900px;
  }
}
.c-circle1::before {
  --c-0: hsla(150.8823529411765, 52%, 83%, 1);
  --y-0: 80%;
  --x-0: 85%;
  --x-1: 60%;
  --y-1: 24%;
  --c-1: hsla(219.99999999999997, 100%, 82%, 1);
  --c-2: hsla(297.7941176470588, 100%, 65%, 0.49);
  --x-2: 13%;
  --y-2: 82%;
  --y-3: 7%;
  --x-3: 24%;
  --c-3: hsla(182, 72%, 68%, 1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: hsl(358, 0%, 100%);
  background-image: -webkit-radial-gradient(var(--x-0) var(--y-0), circle, var(--c-0) var(--s-start-0), transparent var(--s-end-0)), -webkit-radial-gradient(var(--x-1) var(--y-1), circle, var(--c-1) var(--s-start-1), transparent var(--s-end-1)), -webkit-radial-gradient(var(--x-2) var(--y-2), circle, var(--c-2) var(--s-start-2), transparent var(--s-end-2)), -webkit-radial-gradient(var(--x-3) var(--y-3), circle, var(--c-3) var(--s-start-3), transparent var(--s-end-3));
  background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3));
  background-blend-mode: normal, normal, normal, normal;
  -webkit-animation: hero-gradient-animation 10s linear infinite alternate;
  animation: hero-gradient-animation 10s linear infinite alternate;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-circle1::after {
  content: "";
  position: absolute;
  top: 300px;
  left: 300px;
  width: 1200px;
  height: 1200px;
  background-color: #f0f9ff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-circle1::after {
    top: 150px;
    left: 150px;
    width: 600px;
    height: 600px;
  }
}
/*------------------------------------------------------------
    Contact
------------------------------------------------------------*/
.c-contact1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 1023px) {
  .c-contact1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-contact1__item {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .c-contact1__item {
    width: 100%;
  }
}
.c-contact1__box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 444px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-contact1__box:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-contact1__box:hover .c-contact1__thumb::after {
    -webkit-backdrop-filter: blur(0) brightness(50%);
    backdrop-filter: blur(0) brightness(50%);
  }
  .c-contact1__box:hover .c-contact1__thumb img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  .c-contact1__box:hover .c-arrow1 .c-arrow1__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-contact1__box:hover .c-arrow1 .c-arrow1__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.c-contact1__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-contact1__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(0) brightness(90%);
  backdrop-filter: blur(0) brightness(90%);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-contact1__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-contact1__content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 43px 40px 120px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-contact1__content {
    padding: 38px 20px 120px;
  }
}
.c-contact1__titleen {
  display: block;
  color: #fff;
  font-size: 8.3rem;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .c-contact1__titleen {
    font-size: 4.8rem;
  }
}
.c-contact1__titleja {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-contact1__titleja {
    margin-top: 2px;
  }
}
.c-contact1__arrow {
  position: absolute;
  bottom: 32px;
  right: 32px;
  z-index: 1;
}
/*------------------------------------------------------------
    Datepicker
------------------------------------------------------------*/
.c-datepicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: min(174px, 100%);
}
.c-datepicker input[type=text],
.c-datepicker input[type=email],
.c-datepicker input[type=tel],
.c-datepicker input[type=url] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 64px;
  padding: 15px 15px 17px;
  background-color: #fff;
  border: 1px solid #e1e9f5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-datepicker input[type=text]::-webkit-input-placeholder, .c-datepicker input[type=email]::-webkit-input-placeholder, .c-datepicker input[type=tel]::-webkit-input-placeholder, .c-datepicker input[type=url]::-webkit-input-placeholder {
  color: #b3b3b3;
}
.c-datepicker input[type=text]::-moz-placeholder, .c-datepicker input[type=email]::-moz-placeholder, .c-datepicker input[type=tel]::-moz-placeholder, .c-datepicker input[type=url]::-moz-placeholder {
  color: #b3b3b3;
}
.c-datepicker input[type=text]:-ms-input-placeholder, .c-datepicker input[type=email]:-ms-input-placeholder, .c-datepicker input[type=tel]:-ms-input-placeholder, .c-datepicker input[type=url]:-ms-input-placeholder {
  color: #b3b3b3;
}
.c-datepicker input[type=text]::-ms-input-placeholder, .c-datepicker input[type=email]::-ms-input-placeholder, .c-datepicker input[type=tel]::-ms-input-placeholder, .c-datepicker input[type=url]::-ms-input-placeholder {
  color: #b3b3b3;
}
.c-datepicker input[type=text]::placeholder,
.c-datepicker input[type=email]::placeholder,
.c-datepicker input[type=tel]::placeholder,
.c-datepicker input[type=url]::placeholder {
  color: #b3b3b3;
}
.c-datepicker input[type=text]:not(:-moz-placeholder) + .placeholder, .c-datepicker input[type=email]:not(:-moz-placeholder) + .placeholder, .c-datepicker input[type=tel]:not(:-moz-placeholder) + .placeholder, .c-datepicker input[type=url]:not(:-moz-placeholder) + .placeholder {
  display: none;
}
.c-datepicker input[type=text]:not(:-ms-input-placeholder) + .placeholder, .c-datepicker input[type=email]:not(:-ms-input-placeholder) + .placeholder, .c-datepicker input[type=tel]:not(:-ms-input-placeholder) + .placeholder, .c-datepicker input[type=url]:not(:-ms-input-placeholder) + .placeholder {
  display: none;
}
.c-datepicker input[type=text]:not(:placeholder-shown) + .placeholder,
.c-datepicker input[type=email]:not(:placeholder-shown) + .placeholder,
.c-datepicker input[type=tel]:not(:placeholder-shown) + .placeholder,
.c-datepicker input[type=url]:not(:placeholder-shown) + .placeholder {
  display: none;
}
.c-datepicker input[type=text]:not(:placeholder-shown) + script + .placeholder,
.c-datepicker input[type=email]:not(:placeholder-shown) + script + .placeholder,
.c-datepicker input[type=tel]:not(:placeholder-shown) + script + .placeholder,
.c-datepicker input[type=url]:not(:placeholder-shown) + script + .placeholder {
  display: none;
}
.c-datepicker .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 17px 16px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  pointer-events: none;
  color: #b3b3b3;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-datepicker .placeholder span {
  display: inline-block;
  margin: 0 0.45rem;
  color: #333;
}
#ui-datepicker-div.ui-datepicker {
  width: min(332px, 100vw - 40px - var(--scrollbar-width));
  background-color: #fff;
  border: 1px solid #e1e9f5;
  border-radius: 4px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: #e9e9e9;
  border: 1px solid #e1e9f5;
  border-radius: 4px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #002766;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-year,
#ui-datepicker-div.ui-datepicker .ui-datepicker-month {
  display: block;
  height: 34px;
  padding: 5px 3px;
  background-color: #fff;
  border: 1px solid #e1e9f5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  color: #002766;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.286;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-year {
  margin-right: 4px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-month {
  margin-left: 4px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev {
  top: 6px;
  cursor: pointer;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next {
  top: 6px;
  cursor: pointer;
}
#ui-datepicker-div.ui-datepicker th {
  padding: 7px 3px;
  color: #002766;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.286;
}
#ui-datepicker-div.ui-datepicker td > * {
  padding: 4px 3px;
}
#ui-datepicker-div.ui-datepicker .ui-state-default {
  padding: 4px 3px;
  background: #f5f5f7;
  border: 1px solid #e1e9f5;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.286;
}
@media only screen and (min-width: 1023px) {
  #ui-datepicker-div.ui-datepicker .ui-state-default:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #0062ff;
    color: #fff;
  }
}
#ui-datepicker-div.ui-datepicker .ui-state-highlight {
  background: #ffff47;
}
#ui-datepicker-div.ui-datepicker .ui-state-active {
  background: #0062ff;
  color: #fff;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-month-col {
  width: 24%;
}
/*------------------------------------------------------------
    Error
------------------------------------------------------------*/
.c-box1__error .error,
.mw_wp_form .c-box1__error .error,
.mw_wp_form .c-box1__recaptcha .error {
  display: block;
  margin-top: 5px;
  color: #bf0000;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
/*------------------------------------------------------------
    Group
------------------------------------------------------------*/
.c-group1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .c-group1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-group1__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16.6666666667%;
  min-width: 100px;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-group1__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    min-width: unset;
    padding-right: 0;
  }
}
.c-group1__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
}
@media only screen and (max-width: 1023px) {
  .c-group1__heading {
    display: block;
    width: 100%;
  }
}
.c-group1__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 83.3333333333%;
}
@media only screen and (max-width: 1023px) {
  .c-group1__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 54px;
  }
}
/*------------------------------------------------------------
    Heading
------------------------------------------------------------*/
.c-heading1 {
  position: relative;
  padding: 104px 0 152px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .c-heading1 {
    padding: 104px 0 108px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1 {
    padding: 80px 0 59px;
  }
}
.c-heading1--style1 {
  padding: 104px 0 40px;
}
@media only screen and (max-width: 1023px) {
  .c-heading1--style1 {
    padding: 104px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1--style1 {
    padding: 80px 0 20px;
  }
}
.c-heading1__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 325px;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__content {
    min-height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__content {
    min-height: 200px;
  }
}
.c-heading1__title {
  display: block;
  position: relative;
  width: 100%;
}
.c-heading1__title--style1 .c-heading1__ja {
  letter-spacing: 0;
}
.c-heading1__en {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  min-height: 176px;
  color: #f2f7fa;
  font-size: 14.4rem;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__en {
    -webkit-transform: translate(-40px, -50%);
    transform: translate(-40px, -50%);
    width: calc(100% + 80px);
    min-height: 112px;
    font-size: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__en {
    -webkit-transform: translate(-21px, -50%);
    transform: translate(-21px, -50%);
    width: calc(100% + 40px);
    min-height: 70px;
    font-size: 6.9rem;
  }
}
.c-heading1__ja {
  display: block;
  position: relative;
  padding: 40px 0 72px 40px;
  z-index: 1;
  color: #002766;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.25em;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__ja {
    padding: 40px 0 52px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__ja {
    padding: 20px 0;
    font-size: 2.8rem;
  }
}
.c-heading2 {
  position: relative;
  padding: 184px 0 0;
}
@media only screen and (max-width: 767px) {
  .c-heading2 {
    padding: 140px 0 0;
  }
}
/*------------------------------------------------------------
    Iconic
------------------------------------------------------------*/
.c-iconic1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .c-iconic1 {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .c-iconic1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: unset;
  }
}
.c-iconic1__item {
  position: relative;
  width: 37.5%;
  max-width: 300px;
}
@media only screen and (max-width: 1023px) {
  .c-iconic1__item {
    width: 37.7777777778%;
    max-width: 272px;
  }
}
@media only screen and (max-width: 767px) {
  .c-iconic1__item {
    width: 100%;
    max-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .c-iconic1__item:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .c-iconic1__item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 20px;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .c-iconic1__item:nth-child(2) .c-iconic1__box {
    min-height: 200px;
  }
}
.c-iconic1__item:nth-child(3) {
  margin: -101px auto 0;
}
@media only screen and (max-width: 1023px) {
  .c-iconic1__item:nth-child(3) {
    margin: -80px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-iconic1__item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto;
  }
}
.c-iconic1__item:nth-child(3) .c-iconic1__box {
  min-height: 226px;
  padding: 32px 20px 30px;
}
@media only screen and (max-width: 1023px) {
  .c-iconic1__item:nth-child(3) .c-iconic1__box {
    min-height: 205px;
    padding: 28px 20px 29px;
  }
}
@media only screen and (max-width: 767px) {
  .c-iconic1__item:nth-child(3) .c-iconic1__box {
    min-height: 226px;
    padding: 32px 20px 31px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-iconic1__item:nth-child(3) .c-iconic1__box::after {
    top: 48.2926829268%;
  }
}
.c-iconic1__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 100%;
  min-height: 200px;
  padding: 32px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-iconic1__box {
    min-height: 181px;
    padding: 30px 20px 29px;
  }
}
@media only screen and (max-width: 767px) {
  .c-iconic1__box {
    min-height: 226px;
    padding: 32px 20px 31px;
  }
}
.c-iconic1__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent -webkit-linear-gradient(330deg, #fff 0%, #d6dce6 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(120deg, #fff 0%, #d6dce6 100%) 0% 0% no-repeat padding-box;
  -webkit-mask-image: url("/assets/img/common/shape-hexagon.png");
  mask-image: url("/assets/img/common/shape-hexagon.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
  z-index: -1;
}
.c-iconic1__box::after {
  content: "";
  position: absolute;
  top: 48.5%;
  left: 0;
  width: 100%;
  height: 119.5%;
  background-image: url("/assets/img/common/shadow-hexagon.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .c-iconic1__box::after {
    top: 48.6187845304%;
  }
}
@media only screen and (max-width: 767px) {
  .c-iconic1__box::after {
    top: 48.5%;
  }
}
.c-iconic1__title {
  width: 100%;
  max-width: 158px;
  margin: 0 auto;
  color: #002766;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
}
.c-iconic1__description {
  width: 100%;
  max-width: 132px;
  margin: 6px auto 0;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-iconic2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .c-iconic2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-iconic2__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 320px;
}
@media only screen and (max-width: 767px) {
  .c-iconic2__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: min(320px, 100%);
  }
}
.c-iconic2__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 214px;
  padding: 32px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.c-iconic2__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent -webkit-linear-gradient(330deg, #fff 0%, #d6dce6 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(120deg, #fff 0%, #d6dce6 100%) 0% 0% no-repeat padding-box;
  -webkit-mask-image: url("/assets/img/common/shape-hexagon2.png");
  mask-image: url("/assets/img/common/shape-hexagon2.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
  z-index: -1;
}
.c-iconic2__box::after {
  content: "";
  position: absolute;
  top: 48.5981308411%;
  left: 0;
  width: 100%;
  height: 55.1401869159%;
  background-image: url("/assets/img/common/shadow-hexagon2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  z-index: -1;
}
.c-iconic2__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 320px);
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-iconic2__right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .c-iconic2__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 32px;
    padding-left: 0;
  }
}
.c-iconic2__title {
  width: 100%;
  margin-bottom: 5px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1023px) {
  .c-iconic2__title {
    margin-top: -1px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-iconic2__title {
    text-align: center;
  }
}
.c-iconic2__description {
  width: 100%;
  margin: 16px 0 -10px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1023px) {
  .c-iconic2__description {
    margin: 21px 0 0;
  }
}
/*------------------------------------------------------------
    Input
------------------------------------------------------------*/
.c-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.c-input input[type=text],
.c-input input[type=email],
.c-input input[type=tel],
.c-input input[type=url] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 64px;
  padding: 15px 15px 17px;
  background-color: #fff;
  border: 1px solid #e1e9f5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-input input[type=text]::-webkit-input-placeholder, .c-input input[type=email]::-webkit-input-placeholder, .c-input input[type=tel]::-webkit-input-placeholder, .c-input input[type=url]::-webkit-input-placeholder {
  color: #b3b3b3;
}
.c-input input[type=text]::-moz-placeholder, .c-input input[type=email]::-moz-placeholder, .c-input input[type=tel]::-moz-placeholder, .c-input input[type=url]::-moz-placeholder {
  color: #b3b3b3;
}
.c-input input[type=text]:-ms-input-placeholder, .c-input input[type=email]:-ms-input-placeholder, .c-input input[type=tel]:-ms-input-placeholder, .c-input input[type=url]:-ms-input-placeholder {
  color: #b3b3b3;
}
.c-input input[type=text]::-ms-input-placeholder, .c-input input[type=email]::-ms-input-placeholder, .c-input input[type=tel]::-ms-input-placeholder, .c-input input[type=url]::-ms-input-placeholder {
  color: #b3b3b3;
}
.c-input input[type=text]::placeholder,
.c-input input[type=email]::placeholder,
.c-input input[type=tel]::placeholder,
.c-input input[type=url]::placeholder {
  color: #b3b3b3;
}
.c-input textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 320px;
  padding: 15px 15px 17px;
  background-color: #fff;
  border: 1px solid #e1e9f5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  resize: none;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-input textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}
.c-input textarea::-moz-placeholder {
  color: #b3b3b3;
}
.c-input textarea:-ms-input-placeholder {
  color: #b3b3b3;
}
.c-input textarea::-ms-input-placeholder {
  color: #b3b3b3;
}
.c-input textarea::placeholder {
  color: #b3b3b3;
}
.c-input--medium {
  width: min(356px, 100%);
}
.c-input--short {
  width: min(234px, 100%);
}
.c-input--tiny {
  width: min(174px, 100%);
}
.c-input__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -4px;
}
.c-input__group .c-input__item {
  width: calc(100% - 8px);
  margin: 0 4px;
}
.c-input__group .c-input__item--tiny {
  width: calc(50% - 8px);
  max-width: 174px;
}
.c-input__group--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
.c-input__group--vertical .c-input__item {
  width: 100%;
  margin: 0;
}
.c-input__group--vertical .c-input__item + .c-input__item {
  margin-top: 12px;
}
.c-input__itemlabel {
  margin-top: -4px;
}
.c-input__itemlabel + .c-input__iteminput {
  margin-top: 3px;
}
/*------------------------------------------------------------
    Label
------------------------------------------------------------*/
.c-label1 {
  display: inline-block;
  position: relative;
  min-height: 29px;
  padding-left: 0;
  color: #002766;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-label1::before {
  content: none;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  padding: 1px 4px 2px 3px;
  background-color: transparent;
  border: 1px solid #002766;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #002766;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.154;
  letter-spacing: -0.02em;
  text-align: center;
}
.c-label1.is-optional {
  padding-left: 38px;
}
.c-label1.is-optional::before {
  content: "任意";
}
.c-label1.is-required {
  padding-left: 38px;
}
.c-label1.is-required::before {
  content: "必須";
  color: #fff;
  background-color: #0062ff;
  border-color: #0062ff;
}
.c-label2 {
  display: inline-block;
  color: #333;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
/*------------------------------------------------------------
    Link
------------------------------------------------------------*/
.c-link1 {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  color: #002766;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-link1::before {
  content: "\e903";
  position: absolute;
  top: 7px;
  left: 0;
  color: #002766;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.c-link1::after {
  content: "\e906";
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 4px;
  color: #0062ff;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
/*------------------------------------------------------------
    List
------------------------------------------------------------*/
.c-list1 {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-list1 li {
  position: relative;
  padding-left: 20px;
}
.c-list1 li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  width: 6px;
  height: 6px;
  background-color: #0044b1;
  border-radius: 50%;
}
.c-list1 li + li {
  margin-top: 0.23rem;
}
.c-list1--style1 li + li {
  margin-top: 0;
}
/*------------------------------------------------------------
    Listcheck
------------------------------------------------------------*/
.c-listcheck1 {
  color: #002766;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-listcheck1 li {
  display: block;
  position: relative;
  width: 100%;
  min-height: 48px;
  padding: 9px 16px 10px 40px;
  background-color: #f0f9ff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-listcheck1 li::before {
  content: "\e901";
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 16px;
  color: #0062ff;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.c-listcheck1 li + li {
  margin-top: 8px;
}
.c-listcheck2 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-listcheck2 li {
  position: relative;
  padding-left: 20px;
}
.c-listcheck2 li::before {
  content: "\e901";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  color: #fff;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
/*------------------------------------------------------------
    Marquee
------------------------------------------------------------*/
.c-marquee1__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.c-marquee1__slide {
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
  width: auto;
}
@media only screen and (max-width: 1023px) {
  .c-marquee1__slide {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }
}
@media only screen and (max-width: 767px) {
  .c-marquee1__slide {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.c-marquee1__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-marquee1__content {
  margin-right: 62px;
}
.c-marquee1__title {
  display: inline-block;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  color: #fff;
  font-size: 12rem;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .c-marquee1__title {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    font-size: 11.952rem;
  }
}
.c-marquee1__thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 240px;
  border-radius: 4px;
  overflow: hidden;
}
.c-marquee1__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 53.3333333333%;
}
.c-marquee1__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
/*------------------------------------------------------------
    Menu
------------------------------------------------------------*/
.c-menu1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 48px;
  height: 48px;
  padding: 8px;
  background-color: #002766;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-menu1.is-open .c-menu1__inner span:nth-child(1) {
  -webkit-transform: translate(4px, 0.35rem) rotate(45deg);
  transform: translate(4px, 0.35rem) rotate(45deg);
  width: 16px;
}
.c-menu1.is-open .c-menu1__inner span:nth-child(2) {
  -webkit-transform: translate(4px, -0.35rem) rotate(-45deg);
  transform: translate(4px, -0.35rem) rotate(-45deg);
  width: 16px;
}
.c-menu1__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 24px;
  height: 8px;
}
.c-menu1__inner span {
  display: block;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-menu1__inner span:nth-child(1) {
  width: 24px;
}
.c-menu1__inner span:nth-child(2) {
  width: 16px;
}
/*------------------------------------------------------------
    Message
------------------------------------------------------------*/
.c-message1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-message1__item {
  position: relative;
  width: 100%;
}
.c-message1__item + .c-message1__item {
  margin-top: 26px;
}
@media only screen and (max-width: 767px) {
  .c-message1__item + .c-message1__item {
    margin-top: 34px;
  }
}
.c-message1__item:nth-child(2n) .c-message1__box::after {
  left: unset;
  right: 40px;
}
.c-message1__item:nth-child(2n+1) .c-message1__box::after {
  left: 40px;
  right: unset;
}
.c-message1__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  min-height: 64px;
  padding: 18px 24px 17px;
  background-color: #f0f9ff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-message1__box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  width: 20px;
  height: 11px;
  background-color: #f0f9ff;
  -webkit-clip-path: polygon(100% 0, 100% 1px, 50% 100%, 0 1px, 0 0);
  clip-path: polygon(100% 0, 100% 1px, 50% 100%, 0 1px, 0 0);
}
.c-message1__box--style1 {
  padding: 18px 23px 17px 24px;
}
.c-message1__text {
  color: #334766;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
/*------------------------------------------------------------
    Monthpicker
------------------------------------------------------------*/
.c-monthpicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: min(174px, 100%);
}
.c-monthpicker input[type=text],
.c-monthpicker input[type=email],
.c-monthpicker input[type=tel],
.c-monthpicker input[type=url] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 64px;
  padding: 15px 15px 17px;
  background-color: #fff;
  border: 1px solid #e1e9f5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-monthpicker input[type=text]::-webkit-input-placeholder, .c-monthpicker input[type=email]::-webkit-input-placeholder, .c-monthpicker input[type=tel]::-webkit-input-placeholder, .c-monthpicker input[type=url]::-webkit-input-placeholder {
  color: #b3b3b3;
}
.c-monthpicker input[type=text]::-moz-placeholder, .c-monthpicker input[type=email]::-moz-placeholder, .c-monthpicker input[type=tel]::-moz-placeholder, .c-monthpicker input[type=url]::-moz-placeholder {
  color: #b3b3b3;
}
.c-monthpicker input[type=text]:-ms-input-placeholder, .c-monthpicker input[type=email]:-ms-input-placeholder, .c-monthpicker input[type=tel]:-ms-input-placeholder, .c-monthpicker input[type=url]:-ms-input-placeholder {
  color: #b3b3b3;
}
.c-monthpicker input[type=text]::-ms-input-placeholder, .c-monthpicker input[type=email]::-ms-input-placeholder, .c-monthpicker input[type=tel]::-ms-input-placeholder, .c-monthpicker input[type=url]::-ms-input-placeholder {
  color: #b3b3b3;
}
.c-monthpicker input[type=text]::placeholder,
.c-monthpicker input[type=email]::placeholder,
.c-monthpicker input[type=tel]::placeholder,
.c-monthpicker input[type=url]::placeholder {
  color: #b3b3b3;
}
.c-monthpicker input[type=text]:not(:-moz-placeholder) + .placeholder, .c-monthpicker input[type=email]:not(:-moz-placeholder) + .placeholder, .c-monthpicker input[type=tel]:not(:-moz-placeholder) + .placeholder, .c-monthpicker input[type=url]:not(:-moz-placeholder) + .placeholder {
  display: none;
}
.c-monthpicker input[type=text]:not(:-ms-input-placeholder) + .placeholder, .c-monthpicker input[type=email]:not(:-ms-input-placeholder) + .placeholder, .c-monthpicker input[type=tel]:not(:-ms-input-placeholder) + .placeholder, .c-monthpicker input[type=url]:not(:-ms-input-placeholder) + .placeholder {
  display: none;
}
.c-monthpicker input[type=text]:not(:placeholder-shown) + .placeholder,
.c-monthpicker input[type=email]:not(:placeholder-shown) + .placeholder,
.c-monthpicker input[type=tel]:not(:placeholder-shown) + .placeholder,
.c-monthpicker input[type=url]:not(:placeholder-shown) + .placeholder {
  display: none;
}
.c-monthpicker input[type=text]:not(:placeholder-shown) + script + .placeholder,
.c-monthpicker input[type=email]:not(:placeholder-shown) + script + .placeholder,
.c-monthpicker input[type=tel]:not(:placeholder-shown) + script + .placeholder,
.c-monthpicker input[type=url]:not(:placeholder-shown) + script + .placeholder {
  display: none;
}
.c-monthpicker .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 17px 16px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  pointer-events: none;
  color: #b3b3b3;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-monthpicker .placeholder span {
  display: inline-block;
  margin: 0 0.45rem;
  color: #333;
}
/*------------------------------------------------------------
    Part
------------------------------------------------------------*/
.c-part1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  min-height: 160px;
  padding: 26px 31px 27px;
  background-color: transparent;
  border: 1px solid #dfe9f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-part1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 292px;
    padding: 26px 19px 31px;
  }
}
@media only screen and (min-width: 1023px) {
  .c-part1:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-part1:hover .c-arrow1 {
    background-color: #0044b1;
  }
  .c-part1:hover .c-arrow1 .c-arrow1__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-part1:hover .c-arrow1 .c-arrow1__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.c-part1__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 64px);
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .c-part1__left {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    padding-right: 0;
  }
}
.c-part1__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .c-part1__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-part1__groupleft {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 140px;
  padding-right: 32px;
}
@media only screen and (max-width: 767px) {
  .c-part1__groupleft {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding-right: 0;
  }
}
.c-part1__number {
  display: block;
  color: #c6dbf5;
  font-size: 8.3rem;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}
.c-part1__groupright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 140px);
}
@media only screen and (max-width: 767px) {
  .c-part1__groupright {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 11px;
  }
}
.c-part1__title {
  width: 100%;
  margin-top: 1px;
  color: #002766;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-part1__title {
    margin-top: 0;
    font-size: 2.4rem;
    text-align: center;
  }
}
.c-part1__description {
  width: 100%;
  margin: -1px 0;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-part1__description {
    margin: 1px 0 -1px;
    text-align: center;
  }
}
.c-part1__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 64px;
}
@media only screen and (max-width: 767px) {
  .c-part1__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }
}
.c-part2 {
  position: relative;
  width: 100%;
}
.c-part2__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: calc((100% - 168px) / 2 + 56px);
  padding-top: 11px;
}
@media only screen and (max-width: 1023px) {
  .c-part2__group {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-part2__group {
    padding-top: 7px;
  }
}
.c-part2__groupleft {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 132px;
  padding-right: 24px;
}
@media only screen and (max-width: 767px) {
  .c-part2__groupleft {
    width: 76px;
    padding-right: 12px;
  }
}
.c-part2__number {
  display: block;
  width: 100%;
  color: #c6dbf5;
  font-size: 8.3rem;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-part2__number {
    font-size: 4.8rem;
  }
}
.c-part2__groupright {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 132px);
}
@media only screen and (max-width: 767px) {
  .c-part2__groupright {
    width: calc(100% - 76px);
  }
}
.c-part2__title {
  width: 100%;
  margin: 21px 0 -14px;
  color: #002766;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-part2__title {
    margin: 3px 0 -7px;
  }
}
.c-part2__thumbpc {
  position: absolute;
  top: 0;
  right: 56px;
  width: calc((100% - 168px) / 2);
  z-index: 1;
}
.c-part2__box {
  display: block;
  position: relative;
  width: 100%;
  min-height: 343px;
  margin-top: 35px;
  padding: 56px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-part2__box {
    min-height: unset;
  }
}
@media only screen and (max-width: 767px) {
  .c-part2__box {
    margin-top: 30px;
    padding: 40px 24px 24px;
  }
}
.c-part2__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -28px;
}
@media only screen and (max-width: 1023px) {
  .c-part2__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
}
.c-part2__left {
  width: calc(50% - 56px);
  margin: 0 28px;
}
@media only screen and (max-width: 1023px) {
  .c-part2__left {
    width: 100%;
    margin: 0;
  }
}
.c-part2__description {
  margin: -2px 0 -3px;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-part2__example {
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .c-part2__example {
    margin-top: 22px;
  }
}
.c-part2__example .c-listcheck1 {
  margin-top: 6px;
}
.c-part2__right {
  width: calc(50% - 56px);
  margin: 0 28px;
}
@media only screen and (max-width: 1023px) {
  .c-part2__right {
    width: 100%;
    margin: 56px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-part2__right {
    margin: 40px 0 0;
  }
}
.c-part2__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-part2__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-part2__thumb::before {
    padding-top: 68.4210526316%;
  }
}
@media only screen and (max-width: 767px) {
  .c-part2__thumb::before {
    padding-top: 100%;
  }
}
.c-part2__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-part3__heading {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #6b94d6;
}
.c-part3__title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-part3__list {
  margin-top: 24px;
}
.c-part3__item + .c-part3__item {
  margin-top: 24px;
}
.c-part3__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.c-part3__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 96px;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .c-part3__left {
    width: 72px;
    padding-right: 24px;
  }
}
.c-part3__symbol {
  display: block;
}
.c-part3__symbol img {
  width: 56px;
}
@media only screen and (max-width: 767px) {
  .c-part3__symbol img {
    width: 48px;
  }
}
.c-part3__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 96px);
}
@media only screen and (max-width: 767px) {
  .c-part3__right {
    width: calc(100% - 72px);
  }
}
.c-part3__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 6px;
}
@media only screen and (max-width: 767px) {
  .c-part3__subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 5px;
  }
}
.c-part3__en {
  margin-right: 7px;
  color: #fff;
  font-size: 4.8rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .c-part3__en {
    margin-right: 0;
    font-size: 3.5rem;
  }
}
.c-part3__ja {
  position: relative;
  margin: 9px 0 10px;
  padding-left: 48px;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-part3__ja {
    margin: 4px 0 0;
    padding-left: 0;
  }
}
.c-part3__ja::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #6b94d6;
}
@media only screen and (max-width: 767px) {
  .c-part3__ja::before {
    content: none;
  }
}
.c-part3__description {
  min-height: 29px;
  margin: 4px 0 -3px;
}
@media only screen and (max-width: 767px) {
  .c-part3__description {
    min-height: unset;
    margin: 13px 0 -3px;
  }
}
.c-part3__last {
  margin-top: 38px;
}
.c-part4 {
  display: block;
  position: relative;
  width: 1080px;
  height: 100%;
  min-height: 1080px;
  padding: 183px 0 80px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-part4 {
    padding: 183px 0 80px;
  }
}
.c-part4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
}
.c-part4__inner {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .c-part4__inner {
    width: calc(100vw - var(--scrollbar-width));
    max-width: unset;
    padding: 0 20px;
  }
}
.c-part4__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-part4__body {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .c-part4__body .c-part4__slider {
    padding: 0 20px;
  }
}
.c-part4__body .c-part4__control {
  margin-top: 50px;
}
.c-part4__people {
  margin-top: 34px;
}
.c-part4__people .c-part4__control {
  margin-top: 44px;
}
.c-part4__slideinner {
  width: calc(100vw - var(--scrollbar-width));
  max-width: 840px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .c-part4__slideinner {
    max-width: unset;
    padding: 0;
  }
}
.c-part4__slider {
  overflow: unset;
}
.c-part4__slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.c-part4__slide {
  width: 360px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .c-part4__slide {
    width: 100%;
  }
}
.c-part4__control {
  position: relative;
  z-index: 1;
}
.c-part5 {
  display: block;
  position: relative;
}
.c-part5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #e1e9f5;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-part5.is-open .c-part5__heading::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.c-part5.is-open:not(:has(.c-table2__row)) .c-part5__heading {
  pointer-events: none;
}
.c-part5.is-open:not(:has(.c-table2__row)) .c-part5__content {
  display: none !important;
}
.c-part5__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  min-height: 64px;
  padding: 17px 49px 16px 23px;
  background-color: #0044b1;
  border: 1px solid #e1e9f5;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  cursor: pointer;
}
.c-part5__heading::after {
  content: "\e902";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-part5__title {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-part5__content {
  display: none;
}
.c-part5__main {
  display: block;
  position: relative;
  padding: 39px 40px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-part5__main {
    padding: 19px 20px 20px;
  }
}
.c-part5__subtitle {
  color: #0044b1;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
}
.c-part5__table {
  margin-top: 23px;
}
/*------------------------------------------------------------
    Point
------------------------------------------------------------*/
.c-point1 {
  position: relative;
  padding-left: 20px;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-point1::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 5px;
  width: 6px;
  height: 6px;
  background-color: #0044b1;
  border-radius: 50%;
}
/*------------------------------------------------------------
    Phone
------------------------------------------------------------*/
.c-phone1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  width: 100%;
  padding: 39px;
  background-color: #fff;
  border: 1px solid #e1e9f5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-phone1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 37px 19px 36px;
  }
}
@media only screen and (max-width: 374px) {
  .c-phone1 {
    padding: 37px 14px 36px;
  }
}
.c-phone1__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 200px;
  padding: 13px 40px 12px 0;
}
@media only screen and (max-width: 767px) {
  .c-phone1__left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: unset;
    padding: 0 0 21px;
  }
}
.c-phone1__title {
  display: block;
  color: #002766;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-phone1__title {
    text-align: center;
  }
}
.c-phone1__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 16px 0 1px 44px;
}
@media only screen and (max-width: 767px) {
  .c-phone1__right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 32px 0 0;
  }
}
.c-phone1__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #e1e9f5;
}
@media only screen and (max-width: 767px) {
  .c-phone1__right::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
  }
}
.c-phone1__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #002766;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.c-phone1__tel span + span {
  margin-left: 8px;
}
.c-phone1__time {
  margin-top: 6px;
  color: #002766;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-phone1__time {
    text-align: center;
  }
}
/*------------------------------------------------------------
    Radio
------------------------------------------------------------*/
.c-radio__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -8px -8px 0;
}
@media only screen and (max-width: 767px) {
  .c-radio__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
  }
}
.c-radio__group .mwform-radio-field {
  margin: 0 8px 8px 0;
}
@media only screen and (max-width: 767px) {
  .c-radio__group .mwform-radio-field {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-radio__group .mwform-radio-field + .mwform-radio-field {
    margin-top: 8px;
  }
}
.c-radio__group .mwform-radio-field label {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-radio__group .mwform-radio-field label input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  cursor: pointer;
}
.c-radio__group .mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text {
  background-color: #0062ff;
  color: #fff;
}
.c-radio__group .mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::before {
  background-color: #fff;
}
.c-radio__group .mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::after {
  background-color: #0062ff;
}
.c-radio__group .mwform-radio-field label .mwform-radio-field-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 64px;
  padding: 17px 19px 16px 47px;
  background-color: #fff;
  border: 1px solid #e1e9f5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-radio__group .mwform-radio-field label .mwform-radio-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  left: 15px;
  width: 24px;
  height: 24px;
  background-color: #e1e9f5;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-radio__group .mwform-radio-field label .mwform-radio-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 27px;
  left: 23px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-radio__group--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
}
.c-radio__group--vertical .mwform-radio-field {
  width: 100%;
  margin: 0;
}
.c-radio__group--vertical .mwform-radio-field + .mwform-radio-field {
  margin-top: 8px;
}
/*------------------------------------------------------------
    Select
------------------------------------------------------------*/
.c-select1 {
  display: inline-block;
  position: relative;
  width: min(174px, 100%);
}
.c-select1::after {
  content: "\e905";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
  font-family: "icomoon";
  color: #0044b1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.c-select1 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 64px;
  padding: 15px 29px 16px 15px;
  background-color: #fff;
  border: 1px solid #e1e9f5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  color: #b3b3b3;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-select1 select.is-selected {
  color: #333;
}
.c-select1 select.is-selected option {
  color: #333;
}
.c-select1 select option {
  color: #333;
}
/*------------------------------------------------------------
    Slider
------------------------------------------------------------*/
.c-slider1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-slider1__btn--prev {
  margin-right: 16px;
}
.c-slider1__btn--next {
  margin-left: 16px;
}
.c-slider1__pagi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto !important;
  margin: 0 -4px;
  color: #334766;
  font-family: "Outfit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
.c-slider1__pagi.pagination-fraction {
  width: 58px !important;
}
.c-slider1__pagi .swiper-pagination-current {
  margin-right: 4px;
}
.c-slider1__pagi .swiper-pagination-total {
  margin-left: 4px;
}
.c-slider1__dot {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0 4px;
  background-color: transparent;
  border: 1px solid #6b94d6;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-slider1__dot:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #0062ff;
    border-color: #0062ff;
  }
}
.c-slider1__dot.is-active {
  background-color: #0062ff;
  border-color: #0062ff;
  pointer-events: none;
}
/*------------------------------------------------------------
    Table
------------------------------------------------------------*/
.c-table1 {
  width: 100%;
  border-collapse: collapse;
}
.c-table1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  vertical-align: top;
  position: relative;
  width: 100%;
  min-height: 73px;
  padding: 21px 0 22px;
  border-bottom: 1px solid #e1e9f5;
}
@media only screen and (max-width: 767px) {
  .c-table1__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: unset;
    padding: 2.15rem 0 21px;
  }
}
.c-table1__row:first-child {
  min-height: 52px;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .c-table1__row:first-child {
    min-height: unset;
  }
}
.c-table1__field {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 128px;
  padding-right: 40px;
  color: #002766;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-table1__field {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding-right: 0;
  }
}
.c-table1__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 128px);
}
@media only screen and (max-width: 767px) {
  .c-table1__content {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 4px;
  }
}
.c-table2 {
  width: 100%;
  border-collapse: collapse;
}
.c-table2__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.c-table2__row + .c-table2__row {
  margin-top: 2px;
}
.c-table2__field {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 112px;
  padding: 24px;
  background-color: #e1eefa;
  color: #334766;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-table2__field {
    width: 96px;
    padding: 16px;
  }
}
.c-table2__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 113px);
  margin-left: 1px;
  padding: 24px;
  background-color: #f0f9ff;
  color: #334766;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-table2__content {
    width: calc(100% - 97px);
    padding: 16px;
  }
}
.c-table2__content p + p {
  margin-top: 24px;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.c-text1 {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-text1--white {
  color: #fff;
}
.c-text2 {
  color: #333;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-text2--white {
  color: #fff;
}
.c-text3 {
  color: #334766;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
/*------------------------------------------------------------
    Title
------------------------------------------------------------*/
.c-title1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 19px;
  padding: 28px 0 0;
}
@media only screen and (max-width: 1023px) {
  .c-title1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 0 0 0 24px;
  }
}
.c-title1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 1px));
  transform: translateX(calc(-50% + 1px));
  width: 4px;
  height: 16px;
  background-color: #0062ff;
}
@media only screen and (max-width: 1023px) {
  .c-title1::before {
    top: 12px;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 16px;
    height: 4px;
  }
}
.c-title1--white .c-title1__text {
  color: #fff;
}
.c-title1--white::before {
  background-color: #fff;
}
.c-title1__text {
  color: #002766;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.053;
  letter-spacing: -0.02em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-title1__text {
    line-height: 1.5;
    text-align: left;
  }
}
.c-title1__textimg {
  margin-top: -4px;
}
.c-title2 {
  color: #002766;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-title3 {
  position: relative;
  width: 100%;
  padding-bottom: 23px;
  border-bottom: 4px solid #e1e9f5;
  color: #002766;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-title3--style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-title3--style1::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
}
.c-title4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 255px;
  height: 255px;
  margin: 0 auto;
  background-image: url("/assets/img/common/circle-gradient-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-title4::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 32px;
  width: 191px;
  height: 191px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-title4__text {
  position: relative;
  z-index: 1;
  color: #334766;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
}
.c-title5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 360px;
  min-height: 75px;
  background-color: #0044b1;
  padding: 2.35rem 24px 23px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
}
.c-title5::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 11px;
  background-color: #0044b1;
  -webkit-clip-path: polygon(100% 0, 100% 1px, 50% 100%, 0 1px, 0 0);
  clip-path: polygon(100% 0, 100% 1px, 50% 100%, 0 1px, 0 0);
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    CSS of Top page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of About section
------------------------------------------------------------*/
.top-about {
  position: relative;
  padding: 0 0 565px;
  background-color: #0075ae;
}
@media only screen and (max-width: 1023px) {
  .top-about {
    padding: 0 0 406px;
  }
}
@media only screen and (max-width: 767px) {
  .top-about {
    padding: 257px 0 325px;
  }
}
.top-about::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 320px;
  background-color: #bce5ff;
  opacity: 0.55;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  pointer-events: none;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-about::after {
    height: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .top-about::after {
    height: 80px;
  }
}
.top-about__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.top-about__logo {
  display: inline-block;
}
.top-about__logo:has(img.u-figure) {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}
.top-about__logo img {
  height: 136px;
}
.top-about__logo3d {
  position: relative;
  width: 300px;
  height: 220px;
  margin-top: -43px;
}
.top-about__logo3d iframe {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
  width: 100%;
  height: 100%;
}
.top-about__title {
  margin-top: 51px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: center;
  text-shadow: 0 4px 8px rgba(0, 27, 70, 0.25);
}
.top-about__title--style1 {
  margin-top: 10px;
}
.top-about__body {
  position: relative;
  margin-top: 30px;
  z-index: 1;
}
.top-about__content {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 8px rgba(0, 27, 70, 0.25);
}
/*------------------------------------------------------------
    CSS of Service section
------------------------------------------------------------*/
.top-service {
  position: relative;
  background-color: #f0f9ff;
  z-index: 1;
}
.top-service::before {
  content: "";
  position: absolute;
  top: -240px;
  right: 0;
  width: 100%;
  height: 240px;
  background-color: #f0f9ff;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  pointer-events: none;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-service::before {
    top: -120px;
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .top-service::before {
    top: -60px;
    height: 60px;
  }
}
.top-service__marquee {
  position: relative;
  padding: 44px 0 0;
}
.top-service__main {
  position: relative;
  padding: 77px 0 0;
}
@media only screen and (max-width: 1023px) {
  .top-service__main {
    padding: 37px 0 0;
  }
}
.top-service__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .top-service__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-service__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30.5555555556%;
  min-width: 288px;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .top-service__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    min-width: unset;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .top-service__title {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@media only screen and (max-width: 767px) {
  .top-service__title {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.top-service__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 69.4444444444%;
}
@media only screen and (max-width: 1023px) {
  .top-service__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 40px;
  }
}
.top-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.top-service__item {
  width: 100%;
}
.top-service__item + .top-service__item {
  margin-top: 16px;
}
/*------------------------------------------------------------
    CSS of Strength section
------------------------------------------------------------*/
.top-strength {
  position: relative;
  padding: 128px 0 200px;
  background-color: #f0f9ff;
}
@media only screen and (max-width: 1023px) {
  .top-strength {
    padding: 128px 0 160px;
  }
}
.top-strength__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .top-strength__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-strength__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30.5555555556%;
  min-width: 288px;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .top-strength__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    min-width: unset;
    padding-right: 0;
  }
}
.top-strength__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .top-strength__heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.top-strength__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 69.4444444444%;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-strength__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: -21px;
  }
}
@media only screen and (max-width: 767px) {
  .top-strength__right {
    margin-top: 39px;
  }
}
.top-strength__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  margin-top: 155px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-strength__btn {
    margin-top: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .top-strength__btn {
    margin-top: 72px;
  }
}
/*------------------------------------------------------------
    CSS of Service page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Strength section
------------------------------------------------------------*/
.service-strength {
  position: relative;
  background-color: #0044b1;
  padding: 128px 0 136px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .service-strength {
    padding: 80px 0 78px;
  }
}
@media only screen and (max-width: 767px) {
  .service-strength {
    padding: 80px 0 76px;
  }
}
.service-strength::before {
  content: "";
  position: absolute;
  top: -240px;
  right: 0;
  width: 100%;
  height: 240px;
  background-color: #0044b1;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  pointer-events: none;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .service-strength::before {
    top: -120px;
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .service-strength::before {
    top: -60px;
    height: 60px;
  }
}
.service-strength::after {
  content: "";
  position: absolute;
  bottom: -240px;
  left: 0;
  width: 100%;
  height: 241px;
  background-color: #0044b1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 1px, 0 100%, 0 1px);
  clip-path: polygon(0 0, 100% 0, 100% 1px, 0 100%, 0 1px);
  pointer-events: none;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .service-strength::after {
    bottom: -120px;
    height: 121px;
  }
}
@media only screen and (max-width: 767px) {
  .service-strength::after {
    bottom: -60px;
    height: 61px;
  }
}
.service-strength__item + .service-strength__item {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .service-strength__item + .service-strength__item {
    margin-top: 5.35rem;
  }
}
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.service-main {
  position: relative;
  padding: 368px 0 240px;
  background-color: #f0f9ff;
}
@media only screen and (max-width: 1023px) {
  .service-main {
    padding: 200px 0 160px;
  }
}
@media only screen and (max-width: 767px) {
  .service-main {
    padding: 140px 0 160px;
  }
}
.service-main__item + .service-main__item {
  margin-top: 104px;
}
@media only screen and (max-width: 1023px) {
  .service-main__item + .service-main__item {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .service-main__item + .service-main__item {
    margin-top: 3.85rem;
  }
}
/*------------------------------------------------------------
    CSS of Company page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Philosophy section
------------------------------------------------------------*/
.company-philosophy {
  position: relative;
  background-color: #0044b1;
  padding: 128px 0 125px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .company-philosophy {
    padding: 80px 0 77px;
  }
}
.company-philosophy::before {
  content: "";
  position: absolute;
  top: -240px;
  right: 0;
  width: 100%;
  height: 240px;
  background-color: #0044b1;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  pointer-events: none;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .company-philosophy::before {
    top: -120px;
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .company-philosophy::before {
    top: -60px;
    height: 60px;
  }
}
.company-philosophy::after {
  content: "";
  position: absolute;
  bottom: -240px;
  left: 0;
  width: 100%;
  height: 241px;
  background-color: #0044b1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 1px, 0 100%, 0 1px);
  clip-path: polygon(0 0, 100% 0, 100% 1px, 0 100%, 0 1px);
  pointer-events: none;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .company-philosophy::after {
    bottom: -120px;
    height: 121px;
  }
}
@media only screen and (max-width: 767px) {
  .company-philosophy::after {
    bottom: -60px;
    height: 61px;
  }
}
.company-philosophy__subtitle {
  margin-top: -1px;
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .company-philosophy__subtitle {
    font-size: 2.8rem;
  }
}
.company-philosophy__description {
  margin-top: 36px;
}
.company-philosophy__body {
  margin-top: 124px;
}
@media only screen and (max-width: 1023px) {
  .company-philosophy__body {
    margin-top: 77px;
  }
}
@media only screen and (max-width: 767px) {
  .company-philosophy__body {
    margin-top: 76px;
  }
}
/*------------------------------------------------------------
    CSS of Message section
------------------------------------------------------------*/
.company-message {
  position: relative;
  padding: 368px 0 366px;
  background-color: #f0f9ff;
}
@media only screen and (max-width: 1023px) {
  .company-message {
    padding: 200px 0 197px;
  }
}
@media only screen and (max-width: 767px) {
  .company-message {
    padding: 140px 0 137px;
  }
}
.company-message__content {
  margin-top: -1px;
}
.company-message__content p + p {
  margin-top: 2.88rem;
}
.company-message__info {
  margin-top: 51px;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
/*------------------------------------------------------------
    CSS of Outline section
------------------------------------------------------------*/
.company-outline {
  position: relative;
  background-color: #fff;
  padding: 127px 0 0;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .company-outline {
    padding: 80px 0 0;
  }
}
.company-outline::before {
  content: "";
  position: absolute;
  top: -240px;
  right: 0;
  width: 100%;
  height: 240px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  pointer-events: none;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .company-outline::before {
    top: -120px;
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .company-outline::before {
    top: -60px;
    height: 60px;
  }
}
.company-outline__body {
  margin-top: -2px;
}
/*------------------------------------------------------------
    CSS of History section
------------------------------------------------------------*/
.company-history {
  position: relative;
  padding: 128px 0 240px;
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .company-history {
    padding: 80px 0 160px;
  }
}
.company-history__body {
  margin-top: -2px;
}
/*------------------------------------------------------------
    CSS of Recruit page
------------------------------------------------------------*/
.recruit {
  position: relative;
}
.recruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(15px) brightness(100%);
  backdrop-filter: blur(15px) brightness(100%);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.recruit.is-blur::before {
  opacity: 1;
}
/*------------------------------------------------------------
    CSS of Message section
------------------------------------------------------------*/
.recruit-message {
  position: relative;
  padding: 144px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .recruit-message {
    padding: 120px 0 0;
  }
}
.recruit-message .c-circle1 {
  position: fixed;
  top: -760px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .recruit-message .c-circle1 {
    top: -280px;
  }
}
.recruit-message__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .recruit-message__heading {
    margin: 0 -20px;
  }
}
.recruit-message__title {
  display: block;
  width: min(496px, 100%);
}
@media only screen and (max-width: 1023px) {
  .recruit-message__title {
    width: min(400px, 100%);
  }
}
.recruit-message__content {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 75px auto 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .recruit-message__content {
    margin: 135px auto 0;
  }
}
.recruit-message__text {
  color: #334766;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.02em;
}
.recruit-message__text + .recruit-message__text--big {
  margin-top: 16px;
}
.recruit-message__text + .recruit-message__text--large {
  margin-top: 11px;
}
.recruit-message__text--big {
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1;
}
.recruit-message__text--big + .recruit-message__text--large {
  margin-top: 16px;
}
.recruit-message__text--large {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.8;
}
.recruit-message__text--large + .recruit-message__text {
  margin-top: 9px;
}
/*------------------------------------------------------------
    CSS of Personality section
------------------------------------------------------------*/
.recruit-personality {
  position: relative;
  padding: 122px 0 0;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .recruit-personality {
    padding: 74px 0 0;
  }
}
.recruit-personality__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.recruit-personality__body {
  margin-top: 38px;
}
.recruit-personality__content {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .recruit-personality__content {
    text-align: left;
  }
}
.recruit-personality__content p + p {
  margin-top: 2.88rem;
}
/*------------------------------------------------------------
    CSS of Job section
------------------------------------------------------------*/
.recruit-job {
  position: relative;
  padding: 125px 0 81px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .recruit-job {
    padding: 77px 0 81px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-job {
    min-height: 1249px;
    padding: 77px 0 72px;
  }
}
.recruit-job::before {
  content: "";
  position: absolute;
  top: 237px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 1080px;
  height: calc(100% - 237px);
  min-height: 1080px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .recruit-job::before {
    top: 189px;
    height: calc(100% - 189px);
  }
}
@media only screen and (max-width: 767px) {
  .recruit-job::before {
    top: 169px;
    height: calc(100% - 169px);
  }
}
.recruit-job__body {
  position: relative;
  margin-top: 38px;
  z-index: 1;
}
.recruit-job__description {
  text-align: center;
}
.recruit-job__slideinner {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .recruit-job__slideinner {
    max-width: unset;
    padding: 0 20px;
  }
}
.recruit-job__slider {
  margin-top: 37px;
  overflow: unset;
}
@media only screen and (max-width: 767px) {
  .recruit-job__slider {
    margin-top: 38px;
  }
}
.recruit-job__slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.recruit-job__slide {
  width: 400px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .recruit-job__slide {
    width: 100%;
  }
}
.recruit-job__control {
  position: relative;
  margin-top: 36px;
  z-index: 1;
}
/*------------------------------------------------------------
    CSS of Workplace section
------------------------------------------------------------*/
.recruit-workplace {
  position: relative;
  padding: 128px 0 0;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .recruit-workplace {
    padding: 80px 0 0;
  }
}
.recruit-workplace__body {
  margin-top: 38px;
}
.recruit-workplace__description {
  text-align: center;
}
.recruit-workplace__slideinner {
  width: 100%;
  max-width: 2096px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .recruit-workplace__slideinner {
    max-width: unset;
    padding: 0 20px;
  }
}
.recruit-workplace__slider {
  margin-top: 38px;
  overflow: unset;
}
.recruit-workplace__slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.recruit-workplace__slide {
  width: 400px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .recruit-workplace__slide {
    width: 100%;
  }
}
.recruit-workplace__control {
  position: relative;
  margin-top: 36px;
  z-index: 1;
}
/*------------------------------------------------------------
    CSS of Voice section
------------------------------------------------------------*/
.recruit-voice {
  position: relative;
  padding: 124px 0 0;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .recruit-voice {
    padding: 76px 0 0;
  }
}
.recruit-voice__heading {
  position: relative;
  z-index: 2;
}
.recruit-voice__body {
  margin-top: -143px;
}
.recruit-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.recruit-voice__slider > .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .recruit-voice__slider > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.recruit-voice__slide {
  position: relative;
  width: 1080px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .recruit-voice__slide + .recruit-voice__slide {
    margin-top: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Jobdesc section
------------------------------------------------------------*/
.recruit-jobdesc {
  position: relative;
  padding: 128px 0 240px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .recruit-jobdesc {
    padding: 80px 0 208px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-jobdesc {
    padding: 80px 0 160px;
  }
}
.recruit-jobdesc__body {
  margin-top: 40px;
}
.recruit-jobdesc__subtitle {
  color: #334766;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
}
.recruit-jobdesc__description {
  margin-top: 5px;
  text-align: center;
}
.recruit-jobdesc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -8px -20px;
}
@media only screen and (max-width: 767px) {
  .recruit-jobdesc__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
  }
}
.recruit-jobdesc__item {
  width: calc(50% - 16px);
  margin: 0 8px 20px;
}
@media only screen and (max-width: 767px) {
  .recruit-jobdesc__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-jobdesc__item + .recruit-jobdesc__item {
    margin-top: 20px;
  }
}
/*------------------------------------------------------------
    CSS of Job page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.job-main {
  position: relative;
  padding: 40px 0 240px;
}
@media only screen and (max-width: 1023px) {
  .job-main {
    padding: 40px 0 160px;
  }
}
.job-main__title {
  color: #334766;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
}
.job-main__description {
  margin-top: 5px;
  text-align: center;
}
.job-main__item + .job-main__item {
  margin-top: 24px;
}
/*------------------------------------------------------------
    CSS of Contact page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Form section
------------------------------------------------------------*/
.contact-form {
  position: relative;
  background-color: #f0f9ff;
  padding: 128px 0 240px;
}
@media only screen and (max-width: 1023px) {
  .contact-form {
    padding: 80px 0 160px;
  }
}
.contact-form__heading {
  margin-top: -2px;
}
.contact-form__phone {
  margin-top: 53px;
}
@media only screen and (max-width: 767px) {
  .contact-form__phone {
    margin-top: 36px;
  }
}
.contact-form__body {
  margin-top: 127px;
}
@media only screen and (max-width: 767px) {
  .contact-form__body {
    margin-top: 79px;
  }
}
.contact-form__box {
  margin-top: 40px;
}
.mw_wp_form .c-radio__group .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .c-checkbox__group .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .c-radio__group .vertical-item + .vertical-item {
  margin-top: 8px;
}
.mw_wp_form .c-checkbox__group .vertical-item + .vertical-item {
  margin-top: 8px;
}
.mw_wp_form_confirm .c-input,
.mw_wp_form_confirm .c-datepicker,
.mw_wp_form_confirm .c-monthpicker,
.mw_wp_form_confirm .c-select1,
.mw_wp_form_confirm .c-radio__group,
.mw_wp_form_confirm .c-checkbox__group {
  width: 100%;
  min-height: 32px;
  margin: 0;
  padding: 1px 0 2px;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.mw_wp_form_confirm .c-datepicker .placeholder {
  display: none;
}
.mw_wp_form_confirm .c-monthpicker .placeholder {
  display: none;
}
.mw_wp_form_confirm .c-select1::after {
  content: none;
}
.mw_wp_form_confirm .c-box1__row[data-id="メールアドレス"] .c-input__group .c-input__item:nth-child(2) {
  display: none;
}
.mw_wp_form_confirm .c-box1__accept .c-box1__field .c-checkbox__group {
  margin-top: 2px;
}
.grecaptcha-badge {
  z-index: 2;
}
/*------------------------------------------------------------
    CSS of Privacy page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.privacy-main {
  position: relative;
  background-color: #f0f9ff;
  padding: 128px 0 240px;
}
@media only screen and (max-width: 1023px) {
  .privacy-main {
    padding: 80px 0 160px;
  }
}
.privacy-main__body {
  counter-reset: row;
}
.privacy-main__row {
  counter-increment: row;
}
.privacy-main__row + .privacy-main__row {
  margin-top: 7.95rem;
}
@media only screen and (max-width: 767px) {
  .privacy-main__row + .privacy-main__row {
    margin-top: 64px;
  }
}
.privacy-main__row .c-title3::before {
  content: counter(row) "．";
}
.privacy-main__content {
  margin-top: 22px;
}
.privacy-main__content > p {
  margin-bottom: -3px;
}
.privacy-main__content .c-box2 {
  margin-top: 16px;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Display
------------------------------------------------------------*/
.u-inblock {
  display: inline-block;
}
.u-none {
  display: none;
}
/*------------------------------------------------------------
    Background
------------------------------------------------------------*/
.u-bg__cyan300 {
  background-color: #f0f9ff;
}
/*------------------------------------------------------------
    Spacing
------------------------------------------------------------*/
/*------------------------------------------------------------
    Font
------------------------------------------------------------*/
.u-outfit {
  font-family: "Outfit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
/*------------------------------------------------------------
    Animation
------------------------------------------------------------*/
.u-figure {
  -webkit-animation: figure2 6s ease infinite;
  animation: figure2 6s ease infinite;
}
/*------------------------------------------------------------
    Gradient
------------------------------------------------------------*/
@-webkit-keyframes hero-gradient-animation {
  0% {
    --c-0: hsla(150.8823529411765, 52%, 83%, 1);
    --y-0: 80%;
    --x-0: 85%;
    --s-start-0: 9%;
    --s-end-0: 55%;
    --x-1: 60%;
    --y-1: 24%;
    --s-start-1: 5%;
    --s-end-1: 72%;
    --c-1: hsla(219.99999999999997, 100%, 82%, 1);
    --c-2: hsla(297.7941176470588, 100%, 65%, 0.49);
    --x-2: 13%;
    --y-2: 82%;
    --s-start-2: 5%;
    --s-end-2: 52%;
    --s-start-3: 13%;
    --s-end-3: 68%;
    --y-3: 7%;
    --x-3: 24%;
    --c-3: hsla(182, 72%, 68%, 1);
  }
  100% {
    --c-0: hsla(150.8823529411765, 52%, 83%, 1);
    --y-0: 94%;
    --x-0: 31%;
    --s-start-0: 9%;
    --s-end-0: 55%;
    --x-1: 2%;
    --y-1: 25%;
    --s-start-1: 5%;
    --s-end-1: 72%;
    --c-1: hsla(220, 82%, 95%, 1);
    --c-2: hsla(297.7941176470588, 100%, 65%, 0.49);
    --x-2: 98%;
    --y-2: 20%;
    --s-start-2: 5%;
    --s-end-2: 52%;
    --s-start-3: 13%;
    --s-end-3: 68%;
    --y-3: 92%;
    --x-3: 95%;
    --c-3: hsla(182, 72%, 68%, 1);
  }
}
@keyframes hero-gradient-animation {
  0% {
    --c-0: hsla(150.8823529411765, 52%, 83%, 1);
    --y-0: 80%;
    --x-0: 85%;
    --s-start-0: 9%;
    --s-end-0: 55%;
    --x-1: 60%;
    --y-1: 24%;
    --s-start-1: 5%;
    --s-end-1: 72%;
    --c-1: hsla(219.99999999999997, 100%, 82%, 1);
    --c-2: hsla(297.7941176470588, 100%, 65%, 0.49);
    --x-2: 13%;
    --y-2: 82%;
    --s-start-2: 5%;
    --s-end-2: 52%;
    --s-start-3: 13%;
    --s-end-3: 68%;
    --y-3: 7%;
    --x-3: 24%;
    --c-3: hsla(182, 72%, 68%, 1);
  }
  100% {
    --c-0: hsla(150.8823529411765, 52%, 83%, 1);
    --y-0: 94%;
    --x-0: 31%;
    --s-start-0: 9%;
    --s-end-0: 55%;
    --x-1: 2%;
    --y-1: 25%;
    --s-start-1: 5%;
    --s-end-1: 72%;
    --c-1: hsla(220, 82%, 95%, 1);
    --c-2: hsla(297.7941176470588, 100%, 65%, 0.49);
    --x-2: 98%;
    --y-2: 20%;
    --s-start-2: 5%;
    --s-end-2: 52%;
    --s-start-3: 13%;
    --s-end-3: 68%;
    --y-3: 92%;
    --x-3: 95%;
    --c-3: hsla(182, 72%, 68%, 1);
  }
}
@property --c-0 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(150.8823529412, 52%, 83%);
}
@property --y-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 80%;
}
@property --x-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 85%;
}
@property --s-start-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 9%;
}
@property --s-end-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 55%;
}
@property --x-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 60%;
}
@property --y-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 24%;
}
@property --s-start-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 5%;
}
@property --s-end-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 72%;
}
@property --c-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(220, 100%, 82%);
}
@property --c-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsla(297.7941176471, 100%, 65%, 0.49);
}
@property --x-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 13%;
}
@property --y-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 82%;
}
@property --s-start-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 5%;
}
@property --s-end-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 52%;
}
@property --s-start-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 13%;
}
@property --s-end-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 68%;
}
@property --y-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 7%;
}
@property --x-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 24%;
}
@property --c-3 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(182, 72%, 68%);
}
@media only screen and (max-width: 1199px) {
  .is-spc {
    display: none;
  }
}
.is-notspc {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .is-notspc {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .is-pc {
    display: none;
  }
}
.is-notpc {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .is-notpc {
    display: block;
  }
}
.is-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .is-notsp {
    display: none;
  }
}
.is-xsp {
  display: none;
}
@media only screen and (max-width: 374px) {
  .is-xsp {
    display: block;
  }
}
@media only screen and (max-width: 374px) {
  .is-notxsp {
    display: none;
  }
}
.is-phone {
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .is-phone {
    pointer-events: unset;
  }
}

.is-accessible {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
