@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/*------------------------------------------------------------
    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: "IBM Plex 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: "IBM Plex Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
input,
textarea {
  font-family: "IBM Plex 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: "IBM Plex 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 + .c-nav1__item {
  margin-left: 32px;
}
.c-nav1__link {
  display: inline-block;
  padding: 11px 0 7px;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.015em;
  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;
}
.c-nav2__item {
  width: 100%;
}
.c-nav2__item + .c-nav2__item {
  margin-top: 16px;
}
.c-nav2__item:has(.c-nav2__sublist) .c-nav2__link::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.c-nav2__link {
  display: block;
  position: relative;
  width: 100%;
  padding: 13px 26px 11px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.c-nav2__link::after {
  content: "\e901";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-family: "icomoon";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-nav2__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 4px;
}
.c-nav2__subitem {
  width: 100%;
}
.c-nav2__subitem + .c-nav2__subitem {
  margin-top: 4px;
}
.c-nav2__sublink {
  display: block;
  position: relative;
  width: 100%;
  padding: 12px 16px;
  background-color: #0042c7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.c-nav3__list {
  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;
}
.c-nav3__list::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #dae1e6;
}
.c-nav3__item {
  width: 100%;
}
.c-nav3__link {
  display: block;
  position: relative;
  width: 100%;
  padding: 12px 0 12px 20px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.c-nav3__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: transparent;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
@media only screen and (min-width: 1023px) {
  .c-nav3__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    font-weight: 600;
  }
}
.c-nav3__link.is-active {
  font-weight: 600;
}
.c-nav3__link.is-active::before {
  background-color: #edf524;
}
.c-nav4__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-nav4__item {
  width: 100%;
}
.c-nav4__item + .c-nav4__item {
  margin-top: 4px;
}
.c-nav4__link {
  display: block;
  position: relative;
  width: 100%;
  padding: 12px 16px;
  background-color: #039;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 88px;
  padding-right: 88px;
  background-color: transparent;
  z-index: 20;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-header__inner {
    min-height: 80px;
    background-color: #fff;
  }
}
.c-header__inner.is-sticky {
  background-color: #fff;
}
.c-header__inner.is-top .c-nav1 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-header__inner.is-top.is-sticky .c-nav1 {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.c-header__logowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-header__logowrap {
    padding: 16px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__logowrap {
    padding: 16px;
  }
}
.c-header__logo {
  display: inline-block;
}
.c-header__logo img {
  height: 48px;
}
.c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
  padding: 6px 21px 6px 0;
}
@media only screen and (max-width: 1023px) {
  .c-header__nav {
    display: none;
  }
}
.c-header__brand {
  position: fixed;
  bottom: 12px;
  right: 12px;
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  z-index: 18;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-header__brand {
    bottom: 8px;
    right: 8px;
    width: calc(100% - 16px);
  }
}
.c-header__brand.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-header__brandbox {
  display: block;
  position: relative;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-header__brandbox {
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(10px) brightness(100%);
    backdrop-filter: blur(10px) brightness(100%);
    border-radius: 12px;
  }
}
.c-header__menubtn {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 25;
}
@media only screen and (max-width: 1023px) {
  .c-header__menubtn {
    top: 8px;
  }
}
.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;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 124px 0;
  background-color: #0049db;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 22;
  -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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
  }
}
.c-header__menuouter.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.c-header__menu {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-header__menu {
    height: 100%;
    padding: 140px 0 124px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.c-header__menuinner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .c-header__menuinner {
    padding: 0 20px;
  }
}
.c-header__menuwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .c-header__menuwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-header__menuleft {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40%;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-header__menuleft {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    margin-top: 64px;
    padding-right: 0;
  }
}
.c-header__menuheading {
  margin-top: 0.25rem;
}
@media only screen and (max-width: 1023px) {
  .c-header__menuheading {
    margin-top: 0;
  }
}
.c-header__menulabel {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.c-header__menulogo {
  display: inline-block;
  margin-top: 11px;
  padding: 0 3px;
}
.c-header__menulogo img {
  height: 56px;
}
.c-header__menubody {
  margin-top: 41px;
}
.c-header__menuname {
  color: #fff;
  font-size: 1.575rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.c-header__menuaddress {
  margin-top: 4px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.c-header__menuaddress small {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: -0.015em;
}
.c-header__menuaddress + .c-header__menuaddress {
  margin-top: 11px;
}
.c-header__menumap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 12px;
}
.c-header__menufooter {
  margin-top: 40px;
}
.c-header__menuright {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 60%;
}
@media only screen and (max-width: 1023px) {
  .c-header__menuright {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
  }
}
.c-header__menugroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 248px);
}
@media only screen and (max-width: 1023px) {
  .c-header__menugroup {
    max-height: unset;
  }
}
.c-header__menunav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 100%;
  padding-right: 40px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 1023px) {
  .c-header__menunav {
    padding-right: 0;
    overflow: unset;
  }
}
@media only screen and (min-width: 1023px) {
  .c-header__menunav::-webkit-scrollbar-track {
    background-color: #0037a6;
  }
  .c-header__menunav::-webkit-scrollbar {
    width: 4px;
    background-color: #0037a6;
  }
  .c-header__menunav::-webkit-scrollbar-thumb {
    background-color: #edf524;
  }
}
.c-header__menulinklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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: 60px 0 -6px;
}
.c-header__menulinkitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 5px 19px 6px 20px;
}
.c-header__menulinkitem:first-child {
  padding-left: 0;
}
.c-header__menulinkitem:last-child {
  padding-right: 0;
}
.c-header__menulinkitem + .c-header__menulinkitem::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 1px;
  height: calc(100% - 17px);
  background-color: #fff;
}
.c-header__menulink {
  display: inline-block;
  min-height: 20px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer {
  position: relative;
}
.c-footer__main {
  position: relative;
  background-color: #fff;
  padding: 81px 0 79px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__main {
    padding: 81px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__main {
    padding: 41px 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;
}
@media only screen and (max-width: 767px) {
  .c-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-footer__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .c-footer__left {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    padding-right: 0;
  }
}
.c-footer__label {
  color: #0037a6;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-footer__label {
    text-align: center;
  }
}
.c-footer__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 11px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__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-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 11px;
  }
}
.c-footer__groupleft {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 24px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__groupleft {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    padding-right: 0;
  }
}
.c-footer__logo {
  display: inline-block;
}
.c-footer__logo img {
  height: 56px;
}
.c-footer__groupright {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 24px;
  border-left: 1px solid #ebf1fa;
}
@media only screen and (max-width: 1023px) {
  .c-footer__groupright {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 17px;
    padding-left: 0;
    border-left: none;
  }
}
.c-footer__groupright .c-footer__address {
  margin-top: 4px;
  margin-bottom: -1px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__groupright .c-footer__address {
    margin-top: 3px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__groupright .c-footer__address {
    margin-top: 4px;
    text-align: center;
  }
}
.c-footer__name {
  margin-top: 2px;
  color: #0037a6;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-footer__name {
    margin-top: 0;
    font-size: 1.575rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__name {
    text-align: center;
  }
}
.c-footer__address {
  margin-top: 25px;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-footer__address {
    margin-top: 23px;
    font-size: 1.4rem;
  }
}
.c-footer__address small {
  display: inline-block;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-left: 9px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-footer__address small {
    display: contents;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-left: 0;
    font-size: 1.2rem;
  }
}
.c-footer__body {
  margin-top: 25px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__body {
    margin-top: 24px;
  }
}
.c-footer__linklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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: -5px 0 -6px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__linklist {
    margin: -5px 0;
  }
}
.c-footer__linkitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 5px 19px 6px 20px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__linkitem {
    padding: 5px 18px;
  }
}
.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: 6px;
  left: 0;
  width: 1px;
  height: calc(100% - 17px);
  background-color: #0037a6;
}
@media only screen and (max-width: 1023px) {
  .c-footer__linkitem + .c-footer__linkitem::before {
    top: 8px;
  }
}
.c-footer__link {
  display: inline-block;
  min-height: 20px;
  color: #0037a6;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-footer__link {
    min-height: 18px;
    font-size: 1.2rem;
  }
}
.c-footer__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .c-footer__right {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
  }
}
.c-footer__map {
  margin-top: 29px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__map {
    margin-top: 24px;
  }
}
/*------------------------------------------------------------
    Layout
------------------------------------------------------------*/
body {
  position: relative;
  background-color: #fafafa;
  font-family: "IBM Plex 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: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .l-container {
    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--w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .l-container--w1200 {
    padding: 0 20px;
  }
}
.l-content--w1040 {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-content--w1040 {
    max-width: unset;
  }
}
.l-content--w720 {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-content--w720 {
    max-width: unset;
  }
}
.l-content--w608 {
  width: 100%;
  max-width: 608px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-content--w608 {
    max-width: unset;
  }
}
.l-content--w480 {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-content--w480 {
    max-width: unset;
  }
}
.l-wrapper {
  position: relative;
}
.l-wrapper--simple .l-wrapper__side {
  top: 168px;
}
@media only screen and (max-width: 1023px) {
  .l-wrapper--simple .l-wrapper__side {
    top: unset;
  }
}
.l-wrapper--simple .l-wrapper__nav {
  padding-top: 0;
}
.l-wrapper__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 1023px) {
  .l-wrapper__inner {
    padding: 0;
  }
}
.l-wrapper__main {
  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) {
  .l-wrapper__main {
    -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;
  }
}
.l-wrapper__side {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: sticky;
  top: 40px;
  width: 33.3333333333%;
  padding-right: 40px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .l-wrapper__side {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    position: relative;
    top: unset;
    width: 100%;
    padding: 64px 0 69px;
    background-color: #ebf1fa;
  }
}
@media only screen and (max-width: 767px) {
  .l-wrapper__side {
    padding: 32px 0 37px;
  }
}
.l-wrapper__nav {
  padding: 128px 0 160px;
}
@media only screen and (max-width: 1023px) {
  .l-wrapper__nav {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-wrapper__nav {
    padding: 0 20px;
  }
}
.l-wrapper__nav .c-title3 {
  margin-top: 3px;
}
.l-wrapper__nav .c-nav3 {
  margin-top: 40px;
}
.l-wrapper__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 66.6666666667%;
}
@media only screen and (max-width: 1023px) {
  .l-wrapper__content {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-wrapper__content {
    padding: 0 20px;
  }
}
/*------------------------------------------------------------
    Mainvisual
------------------------------------------------------------*/
.c-mv {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .c-mv {
    height: auto;
  }
}
.c-mv.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.c-mv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-mv__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-mv__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 44.4444444444%;
  min-width: 590px;
  padding-left: 40px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-mv__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    min-width: unset;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 20px;
  }
}
.c-mv__leftinner {
  position: relative;
  width: 100%;
  max-width: 520px;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .c-mv__leftinner {
    max-width: unset;
  }
}
.c-mv__main {
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 88px 0 52px;
}
@media only screen and (max-width: 1023px) {
  .c-mv__main {
    padding: 40px 0 38px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__main {
    padding: 144px 0 38px;
  }
}
.c-mv__group1 {
  width: 100%;
  max-width: 257px;
  margin: 0 -40px 0 auto;
}
.c-mv__group1 .c-deco1[data-animation][data-animation-type=scaleIn]::before {
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.c-mv__group1 .c-deco1[data-animation][data-animation-type=scaleIn]::after {
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.c-mv__group1 .c-deco1[data-animation][data-animation-type=scaleIn] .c-deco1__thumb {
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.c-mv__group1 .c-deco1[data-animation=after][data-animation-type=scaleIn]::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.c-mv__group1 .c-deco1[data-animation=after][data-animation-type=scaleIn]::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.c-mv__group1 .c-deco1[data-animation=after][data-animation-type=scaleIn] .c-deco1__thumb {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.c-mv__content {
  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: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-mv__content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-mv__label {
  display: inline-block;
}
.c-mv__label img {
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .c-mv__label img {
    height: 180px;
  }
}
.c-mv__title {
  min-height: 50px;
  margin-top: 12px;
  color: #0037a6;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.015em;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .c-mv__title {
    white-space: unset;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__title {
    min-height: 33px;
    margin: 16px -20px 0;
    font-size: 2.148rem;
    text-indent: 2rem;
    text-align: center;
  }
}
@media only screen and (max-width: 374px) {
  .c-mv__title {
    text-indent: 0;
  }
}
.c-mv__title[data-animation][data-animation-type=fadeIn] {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.c-mv__group2 {
  width: 100%;
  max-width: 200px;
  margin: 54px auto 0 -39px;
}
.c-mv__group2 .c-deco2[data-animation][data-animation-type=scaleIn]::after {
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.c-mv__group2 .c-deco2[data-animation][data-animation-type=scaleIn] .c-deco2__thumb {
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.c-mv__group2 .c-deco2[data-animation=after][data-animation-type=scaleIn]::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.c-mv__group2 .c-deco2[data-animation=after][data-animation-type=scaleIn] .c-deco2__thumb {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.c-mv__right {
  position: relative;
  width: 55.5555555556%;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .c-mv__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 130vw;
  }
}
.c-mv__group3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute;
  bottom: 17.6%;
  left: 0;
  width: 100%;
  height: 82.4%;
}
@media only screen and (max-width: 1023px) {
  .c-mv__group3 {
    bottom: 0;
    left: 7.5%;
    height: 96.2962962963%;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__group3 {
    bottom: unset;
    top: 0;
    left: unset;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: 130%;
    height: auto;
  }
}
.c-mv__circle {
  position: relative;
  width: 100%;
  min-width: max(864px, 108%);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .c-mv__circle {
    min-width: max(1040px, 130%);
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__circle {
    min-width: unset;
  }
}
.c-mv__circle::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-mv__illustration1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
  height: 75%;
}
.c-mv__illustration1 img {
  width: 100%;
}
.c-mv__illustration2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: rotateCircle 36s linear infinite;
  animation: rotateCircle 36s linear infinite;
}
.c-mv__illustration2 img {
  width: 100%;
}
/*------------------------------------------------------------
    Breadcrumb
------------------------------------------------------------*/
.c-breadcrumb1 {
  text-align: right;
}
.c-breadcrumb1__item {
  display: contents;
}
.c-breadcrumb1__item + .c-breadcrumb1__item::before {
  content: "";
  display: inline-block;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  width: 1px;
  height: 14px;
  margin-left: 12px;
  margin-right: 13px;
  background-color: #0037a6;
}
.c-breadcrumb1__link {
  color: #0037a6;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: right;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// 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: 48px;
  height: 48px;
  padding: 8px;
  background-color: transparent;
  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;
}
.c-arrow1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #0049db;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1023px) {
  .c-arrow1::after {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 1023px) {
  .c-arrow1:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-arrow1:hover::after {
    width: 100%;
    height: 100%;
  }
  .c-arrow1:hover .c-arrow1__icon {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.c-arrow1__icon {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  -webkit-transform: scale(0);
  transform: scale(0);
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1023px) {
  .c-arrow1__icon {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.c-arrow1__icon::before {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.c-arrow1--white::after {
  background-color: #fff;
}
.c-arrow1--white .c-arrow1__icon::before {
  color: #0049db;
}
.c-arrow1--style1 {
  width: 40px;
  height: 40px;
  padding: 6px;
}
.c-arrow1--style1::after {
  background-color: #ebf1fa;
}
.c-arrow1--style1 .c-arrow1__icon::before {
  color: #0049db;
}
@media only screen and (min-width: 1023px) {
  .c-arrow1--style1:hover::after {
    background-color: #0049db;
  }
  .c-arrow1--style1 .c-arrow1__icon::before {
    color: #fff;
  }
}
.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: #f7fbff;
  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: #0049db;
  }
  .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: 16px;
  height: 16px;
  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: 1.6rem;
  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: #0049db;
  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-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: 48px;
  height: 48px;
  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-arrow3:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-arrow3:hover .c-arrow2__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-arrow3:hover .c-arrow2__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.c-arrow3__icon {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  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: #0049db;
  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-arrow3__icon::after {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  color: #0049db;
  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;
}
/*------------------------------------------------------------
    Banner
------------------------------------------------------------*/
.c-banner1 {
  display: block;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-banner1 {
    min-height: 310px;
    max-height: 370px;
  }
}
.c-banner1::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 19.5%;
}
@media only screen and (max-width: 767px) {
  .c-banner1::before {
    padding-top: 102.7777777778%;
  }
}
.c-banner1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 82.0512820513%;
  background-color: #fff;
  border: 2px solid #0049db;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 0 #0049db;
  box-shadow: 0 2px 0 #0049db;
  -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-banner1::after {
    height: 100%;
  }
}
@media only screen and (min-width: 1023px) {
  .c-banner1:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  .c-banner1:hover::after {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .c-banner1:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.c-banner1__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-banner1__thumb {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-banner1__thumb {
    max-width: 360px;
    margin: 0 auto;
  }
}
.c-banner1__thumb img {
  width: 100%;
}
.c-banner1__btn {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: calc(100% - 32px);
}
.c-banner1__btn .c-btn9 {
  width: 100%;
}
/*------------------------------------------------------------
    Box
------------------------------------------------------------*/
.c-box1 {
  display: block;
  position: relative;
  width: 100%;
  padding: 59px 40px 56px;
  background-color: rgba(0, 55, 166, 0.5);
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-box1 {
    padding: 60px 40px 56px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box1 {
    padding: 28px 40px;
  }
}
@media only screen and (max-width: 374px) {
  .c-box1 {
    padding: 28px 24px;
  }
}
.c-box1__inner {
  width: 100%;
  max-width: 448px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-box1__inner {
    max-width: unset;
  }
}
.c-box1__row {
  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-box1__row {
    -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-box1__row + .c-box1__row {
  margin-top: 24px;
}
.c-box1__left {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 67px;
  padding-right: 32px;
}
@media only screen and (max-width: 767px) {
  .c-box1__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding-right: 0;
    padding-bottom: 16px;
  }
}
.c-box1__title {
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-box1__title {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box1__title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.c-box1__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 67px);
  padding-left: 32px;
  border-left: 1px solid #ebf1fa;
}
@media only screen and (max-width: 767px) {
  .c-box1__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    padding-left: 0;
    padding-top: 16px;
    border-left: none;
    border-top: 1px solid #ebf1fa;
  }
}
.c-box1__rightinner {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-box1__rightinner {
    max-width: 253px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 374px) {
  .c-box1__rightinner {
    max-width: 233px;
  }
}
.c-box1__phone {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .c-box1__phone {
    margin-top: -1px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box1__phone {
    margin-top: 3px;
  }
}
@media only screen and (max-width: 374px) {
  .c-box1__phone {
    font-size: 3rem;
  }
}
.c-box1__phone small {
  display: inline-block;
  margin-right: 4px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 374px) {
  .c-box1__phone small {
    font-size: 1.4rem;
  }
}
.c-box1__time {
  margin-top: 8px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-box1__time {
    margin-top: 6px;
    margin-bottom: 1px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box1__time {
    margin-top: 7px;
    margin-bottom: 0;
  }
}
.c-box1__listbtn {
  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;
}
.c-box1__itembtn {
  width: 100%;
}
.c-box1__itembtn + .c-box1__itembtn {
  margin-top: 8px;
}
.c-box2 {
  display: block;
  position: relative;
  width: 100%;
  padding: 39px 39px 36px;
  background-color: transparent;
  border: 1px solid #dae1e6;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-box2 {
    padding: 39px 39px 37px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box2 {
    padding: 39px 19px 37px;
  }
}
.c-box2__title {
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-box2__title {
    font-size: 1.4rem;
  }
}
.c-box2__content {
  margin-top: 22px;
}
.c-box3__heading {
  position: relative;
  padding: 0 12px;
  z-index: 1;
}
.c-box3__title {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 17px 7px 16px;
  background-color: #0049db;
  border-radius: 8px 8px 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-box3__title {
    padding: 9px 16px 8px;
    font-size: 1.4rem;
  }
}
.c-box3__title::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 8px;
  height: 9px;
  background-color: #0049db;
  -webkit-clip-path: polygon(100% 0, 100% 1px, 0 100%, 0 1px, 0 0);
  clip-path: polygon(100% 0, 100% 1px, 0 100%, 0 1px, 0 0);
}
.c-box3__main {
  display: block;
  position: relative;
  margin-top: -28px;
  padding: 49px 24px 19px;
  background-color: #edf524;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-box3__main {
    padding: 49px 24px 22px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box3__main {
    padding: 49px 24px 20px;
  }
}
.c-box4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  width: 100%;
  padding: 23px 39px;
  background-color: #fff;
  border: 1px solid #ebf1fa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-box4 {
    -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: 23px;
  }
}
@media only screen and (max-width: 374px) {
  .c-box4 {
    padding: 23px 19px;
  }
}
.c-box4__left {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 67px;
  padding-right: 32px;
}
@media only screen and (max-width: 767px) {
  .c-box4__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding-right: 0;
    padding-bottom: 16px;
  }
}
.c-box4__title {
  width: 100%;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-box4__title {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box4__title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.c-box4__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 67px);
  padding-left: 32px;
  border-left: 1px solid #e6ecf0;
}
@media only screen and (max-width: 767px) {
  .c-box4__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    padding-left: 0;
    padding-top: 16px;
    border-left: none;
    border-top: 1px solid #e6ecf0;
  }
}
.c-box4__rightinner {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-box4__rightinner {
    max-width: 253px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 374px) {
  .c-box4__rightinner {
    max-width: 233px;
  }
}
.c-box4__rightinner + .c-note1 {
  margin: 17px 0 -1px;
}
@media only screen and (max-width: 1023px) {
  .c-box4__rightinner + .c-note1 {
    margin: 16px 0 3px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box4__rightinner + .c-note1 {
    margin: 16px 0 0;
  }
}
.c-box4__phone {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0037a6;
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .c-box4__phone {
    margin-top: 3px;
  }
}
@media only screen and (max-width: 374px) {
  .c-box4__phone {
    font-size: 3rem;
  }
}
.c-box4__phone small {
  display: inline-block;
  margin-right: 4px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 374px) {
  .c-box4__phone small {
    font-size: 1.4rem;
  }
}
.c-box4__time {
  margin-top: 8px;
  color: #0037a6;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-box4__time {
    margin-top: 7px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box4__time {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 7px auto 0;
  }
}
.c-box4__listbtn {
  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;
  max-width: 348px;
}
@media only screen and (max-width: 767px) {
  .c-box4__listbtn {
    max-width: unset;
  }
}
.c-box4__listbtn + .c-note1 {
  margin: 17px 0 0;
}
@media only screen and (max-width: 1023px) {
  .c-box4__listbtn + .c-note1 {
    margin: 16px 0 0;
  }
}
.c-box4__itembtn {
  width: 100%;
}
.c-box4__itembtn + .c-box4__itembtn {
  margin-top: 8px;
}
.c-box5 {
  display: block;
  position: relative;
  width: 100%;
  padding: 40px;
  background-color: #ebf1fa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-box5 {
    padding: 24px;
  }
}
.c-box5__title {
  color: #0037a6;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-box5__title {
    font-size: 1.7rem;
  }
}
.c-box5__body {
  margin-top: 21px;
}
@media only screen and (max-width: 767px) {
  .c-box5__body {
    margin-top: 22px;
  }
}
.c-box5__content p + .c-list3 {
  margin-top: 9px;
}
@media only screen and (max-width: 1023px) {
  .c-box5__content p + .c-list3 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box5__content p + .c-list3 {
    margin-top: 9px;
  }
}
.c-box5__content .c-list3 + .c-note1 {
  margin-top: 13px;
}
@media only screen and (max-width: 1023px) {
  .c-box5__content .c-list3 + .c-note1 {
    margin-top: 12px;
  }
}
.c-box6 {
  display: block;
  position: relative;
  width: 100%;
  padding: 128px 60px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-box6 {
    padding: 80px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box6 {
    padding: 40px 30px;
  }
}
.c-box7__heading {
  position: relative;
  padding: 0 12px;
  z-index: 1;
}
.c-box7__title {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 16px 7px;
  background-color: #edf524;
  border-radius: 8px 8px 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-box7__title {
    padding: 9px 16px 8px;
    font-size: 1.4rem;
  }
}
.c-box7__title::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 8px;
  height: 9px;
  background-color: #edf524;
  -webkit-clip-path: polygon(100% 0, 100% 1px, 0 100%, 0 1px, 0 0);
  clip-path: polygon(100% 0, 100% 1px, 0 100%, 0 1px, 0 0);
}
.c-box7__main {
  display: block;
  position: relative;
  margin-top: -28px;
  padding: 50px 24px 21px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-box7__main {
    padding: 50px 24px 20px;
  }
}
/*------------------------------------------------------------
    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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 320px;
  min-height: 64px;
  padding: 7px 7px 7px 31px;
  background-color: transparent;
  border: 1px solid #0049db;
  border-radius: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-btn1 {
    min-width: unset;
    width: min(320px, 100%);
  }
}
@media only screen and (min-width: 1023px) {
  .c-btn1:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-btn1:hover .c-arrow1 {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-btn1:hover .c-arrow1::after {
    width: 100%;
    height: 100%;
  }
  .c-btn1:hover .c-arrow1 .c-arrow1__icon {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.c-btn1--white {
  border-color: #ebf1fa;
}
.c-btn1--white .c-btn1__text {
  color: #fff;
}
.c-btn1--style1 {
  width: 100%;
  min-width: unset;
  min-height: 56px;
  padding: 7px 7px 7px 23px;
  background-color: #0037a6;
  border-color: #0037a6;
  border-radius: 28px;
}
.c-btn1--style1 .c-btn1__text {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: #fff;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .c-btn1--style1 .c-btn1__text {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1023px) {
  .c-btn1--style1:hover {
    background-color: #edf524;
    border-color: #edf524;
  }
  .c-btn1--style1:hover .c-btn1__text {
    color: #0037a6;
  }
  .c-btn1--style1:hover .c-arrow1::after {
    background-color: #0049db;
  }
  .c-btn1--style1:hover .c-arrow1 .c-arrow1__icon {
    color: #fff;
  }
}
.c-btn1--style2 {
  width: 100%;
  min-width: unset;
  min-height: 56px;
  padding: 8px 7px 6px 23px;
  background-color: #0037a6;
  border-color: #0037a6;
  border-radius: 28px;
}
@media only screen and (max-width: 1023px) {
  .c-btn1--style2 {
    padding: 7px 7px 7px 23px;
  }
}
.c-btn1--style2 .c-btn1__text {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: #fff;
  line-height: 1.5;
}
@media only screen and (min-width: 1023px) {
  .c-btn1--style2:hover {
    background-color: #edf524;
  }
  .c-btn1--style2:hover .c-btn1__text {
    color: #0037a6;
  }
  .c-btn1--style2:hover .c-arrow1::after {
    background-color: #0049db;
  }
  .c-btn1--style2:hover .c-arrow1 .c-arrow1__icon {
    color: #fff;
  }
}
.c-btn1__text {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.015em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-btn1__text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.c-btn1__text small {
  display: inline-block;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-left: 4px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-btn1__text small {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 374px) {
  .c-btn1__text small {
    display: block;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-left: 0;
  }
}
.c-btn1__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 12px;
}
.c-btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 96px;
  padding: 23px 19px 23px 23px;
  background-color: #fff;
  border: 1px solid #ebf1fa;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -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);
    -webkit-box-shadow: 0 3px 6px rgba(26, 34, 51, 0.16);
    box-shadow: 0 3px 6px rgba(26, 34, 51, 0.16);
  }
  .c-btn2:hover .c-arrow2 {
    background-color: #0049db;
  }
  .c-btn2:hover .c-arrow2 .c-arrow2__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-btn2:hover .c-arrow2 .c-arrow2__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.c-btn2__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-btn2__text {
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-btn2__text {
    margin-top: 1px;
    font-size: 1.4rem;
  }
}
.c-btn2__subtext {
  margin: 0 0 1px;
  color: #0037a6;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-btn2__subtext {
    margin: 2px 0 0;
    font-size: 1.2rem;
  }
}
.c-btn2__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 12px;
}
.c-btn3 {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 29px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-btn3 {
    min-height: 21px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.c-btn3::after {
  content: "\e900";
  display: inline-block;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  margin-left: 8px;
  color: #0049db;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.c-btn4 {
  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: 137px;
  min-height: 40px;
  padding: 10px 17px 8px;
  background-color: transparent;
  border: 1px solid #dae1e6;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0037a6;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-btn4 {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1023px) {
  .c-btn4:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #fff;
  }
}
.c-btn4.is-collapse .c-btn4__inner span:nth-child(1) {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.c-btn4.is-collapse .c-btn4__inner span:nth-child(2) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.c-btn4__inner {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 101px;
  height: 19px;
  overflow: hidden;
}
.c-btn4__inner span {
  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%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn4__inner span:nth-child(1) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.c-btn4__inner span:nth-child(1)::after {
  content: "\e90c";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-left: 8px;
  color: #0049db;
  font-family: "icomoon";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 1023px) {
  .c-btn4__inner span:nth-child(1)::after {
    font-size: 1.2rem;
  }
}
.c-btn4__inner span:nth-child(2) {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.c-btn4__inner span:nth-child(2)::after {
  content: "\e90d";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-left: 8px;
  color: #0049db;
  font-family: "icomoon";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 1023px) {
  .c-btn4__inner span:nth-child(2)::after {
    font-size: 1.2rem;
  }
}
.c-btn5 {
  display: block;
  position: relative;
  padding-left: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-btn5 {
    font-size: 1.4rem;
  }
}
.c-btn5::before {
  content: "\e902";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  color: #0049db;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 1023px) {
  .c-btn5::before {
    top: 2px;
  }
}
.c-btn6 {
  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;
  padding: 19px 39px;
  background-color: transparent;
  border: 1px solid #dae1e6;
  border-radius: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-btn6 {
    padding: 19px 39px 18px;
    font-size: 1.4rem;
  }
}
.c-btn6::after {
  content: "\e909";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  margin-left: 8px;
  color: #0049db;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 1023px) {
  .c-btn6::after {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
@media only screen and (min-width: 1023px) {
  .c-btn6:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #fff;
  }
}
.c-btn7 {
  display: block;
  position: relative;
  padding-left: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-btn7 {
    font-size: 1.4rem;
  }
}
.c-btn7::before {
  content: "\e902";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  color: #0049db;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 1023px) {
  .c-btn7::before {
    top: 2px;
  }
}
.c-btn7::after {
  content: "\e90e";
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 4px;
  color: #0049db;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.c-btn8 {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 320px;
  min-height: 64px;
  padding: 7px 7px 7px 31px;
  background-color: #0049db;
  border: 1px solid #0049db;
  border-radius: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-btn8 {
    min-width: unset;
    width: min(320px, 100%);
  }
}
@media only screen and (max-width: 374px) {
  .c-btn8 {
    padding: 7px 7px 7px 17px;
  }
}
@media only screen and (min-width: 1023px) {
  .c-btn8:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-btn8:hover .c-arrow3 {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-btn8:hover .c-arrow3 .c-arrow3__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-btn8:hover .c-arrow3 .c-arrow3__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.c-btn8--simple {
  padding: 7px 31px;
}
.c-btn8__text {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-btn8__text {
    font-size: 1.7rem;
  }
}
.c-btn8__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 12px;
}
.c-btn9 {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 320px;
  min-height: 64px;
  padding: 7px 7px 7px 31px;
  background-color: #edf524;
  border: 1px solid #edf524;
  border-radius: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-btn9 {
    min-width: unset;
    width: min(320px, 100%);
  }
}
@media only screen and (max-width: 374px) {
  .c-btn9 {
    padding: 7px 7px 7px 17px;
  }
}
@media only screen and (min-width: 1023px) {
  .c-btn9:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-btn9:hover .c-arrow3 {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-btn9:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-btn9:hover .c-arrow3 .c-arrow3__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-btn9:hover .c-arrow3 .c-arrow3__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.c-btn9__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-btn9__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 12px;
}
.c-btnmap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-btnmap1__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -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: 56px;
  height: 56px;
  padding: 8px;
  background-color: #f7fbff;
  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;
}
.c-btnmap1__icon::before {
  content: "\e906";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  color: #0049db;
  font-family: "icomoon";
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btnmap1__text {
  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;
  margin-left: 8px;
  padding: 7px 0 6px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.c-btnmap2 {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-btnmap2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media only screen and (min-width: 1023px) {
  .c-btnmap2:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-btnmap2:hover .c-btnmap2__icon {
    background-color: #0049db;
  }
  .c-btnmap2:hover .c-btnmap2__icon::before {
    color: #fff;
  }
}
.c-btnmap2__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -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: 80px;
  height: 80px;
  padding: 12px;
  background-color: #f7fbff;
  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 (max-width: 767px) {
  .c-btnmap2__icon {
    width: 56px;
    height: 56px;
    padding: 8px;
  }
}
.c-btnmap2__icon::before {
  content: "\e906";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  color: #0049db;
  font-family: "icomoon";
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btnmap2__text {
  width: 100%;
  margin-top: 5px;
  color: #0037a6;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-btnmap2__text {
    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;
    width: auto;
    margin-top: 0;
    margin-left: 8px;
    padding: 7px 0 6px;
    text-align: left;
  }
}
.c-btnmap3 {
  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;
  padding: 7px 12px 7px 11px;
  background-color: transparent;
  border: 1px solid #0049db;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-btnmap3 {
    padding: 7px 11px;
    font-size: 1.4rem;
  }
}
.c-btnmap3::before {
  content: "\e906";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 4px;
  color: #0037a6;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
/*------------------------------------------------------------
    Card
------------------------------------------------------------*/
.c-card1 {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ebf1fa;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-card1::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-card1__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: 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: 20px;
  overflow: hidden;
}
.c-card1__icon {
  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: 128px;
  height: 128px;
  margin-top: 6px;
}
@media only screen and (max-width: 1023px) {
  .c-card1__icon {
    margin-top: 2px;
  }
}
.c-card1__icon img {
  width: 100%;
}
.c-card1__name {
  margin-top: 16px;
  color: #0037a6;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-card1__name {
    font-size: 1.7rem;
  }
}
.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;
  width: 100%;
  height: 100%;
  padding: 23px 39px 39px;
  background-color: #fff;
  border: 1px solid #ebf1fa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-card2 {
    padding: 23px 23px 39px;
  }
}
.c-card2__icon {
  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: 96px;
  height: 96px;
  padding: 12px;
  background-color: #f3f8fd;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-card2__icon img {
  width: 64px;
}
.c-card2__content {
  width: 100%;
  margin-top: 16px;
}
.c-card2__title {
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-card2__title {
    font-size: 1.4rem;
  }
}
.c-card2__description {
  margin-top: 4px;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-card2__description {
    margin-top: 12px;
    font-size: 1.4rem;
  }
}
.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;
  width: 100%;
  height: 100%;
  padding: 23px 19px 34px;
  background-color: #fff;
  border: 1px solid #ebf1fa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-card3 {
    padding: 23px 23px 32px;
  }
}
.c-card3__icon {
  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: 136px;
  height: 136px;
  padding: 12px;
  background-color: #f3f8fd;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-card3__icon img {
  width: 80px;
}
.c-card3__content {
  width: 100%;
  margin-top: 13px;
}
.c-card3__title {
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-card3__title {
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
    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;
  position: relative;
  margin: 0 -8px -12px 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 + .c-checkbox__group {
  margin-top: 8px;
}
.c-checkbox__group .mwform-checkbox-field {
  margin: 0 8px 12px 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::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 2px solid #0049db;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.c-checkbox__group .mwform-checkbox-field label:has(input[type=checkbox]:checked)::before {
  opacity: 1;
}
.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::before {
  background-color: #0049db;
}
.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: 20px 19px 18px 51px;
  background-color: #fff;
  border: 1px solid #dae1e6;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-checkbox__group .mwform-checkbox-field label .mwform-checkbox-field-text {
    min-height: 56px;
    padding: 17px 15px 16px 47px;
    font-size: 1.4rem;
  }
}
.c-checkbox__group .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 15px;
  width: 28px;
  height: 28px;
  background-color: #e6ecf0;
  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;
}
@media only screen and (max-width: 1023px) {
  .c-checkbox__group .mwform-checkbox-field label .mwform-checkbox-field-text::before {
    top: 15px;
    left: 15px;
    width: 24px;
    height: 24px;
  }
}
.c-checkbox__group .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "\e90a";
  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: 17px;
  left: 15px;
  width: 28px;
  height: 28px;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: "icomoon";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-checkbox__group .mwform-checkbox-field label .mwform-checkbox-field-text::after {
    top: 15px;
    left: 15px;
    width: 24px;
    height: 24px;
    font-size: 1.6rem;
  }
}
.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 + .c-checkbox__group--vertical {
  margin-top: 8px;
}
.c-checkbox__group--vertical .mwform-checkbox-field {
  width: 100%;
  margin: 0;
}
.c-checkbox__group--vertical .mwform-checkbox-field + .mwform-checkbox-field {
  margin-top: 8px;
}
.c-checkbox__group--other .mwform-checkbox-field label .mwform-checkbox-field-text {
  min-height: 138px;
  padding: 20px 19px 92px 51px;
}
@media only screen and (max-width: 1023px) {
  .c-checkbox__group--other .mwform-checkbox-field label .mwform-checkbox-field-text {
    min-height: 122px;
    padding: 17px 15px 82px 47px;
  }
}
.c-checkbox__group--other .c-input__group {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 100%;
  max-width: calc(100% - 32px);
  z-index: 1;
}
/*------------------------------------------------------------
    Contact
------------------------------------------------------------*/
.c-contact1 {
  position: relative;
  background-color: #0049db;
  padding: 128px 0;
}
@media only screen and (max-width: 767px) {
  .c-contact1 {
    padding: 64px 0;
  }
}
.c-contact1__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-contact1__body {
  margin-top: 27px;
}
@media only screen and (max-width: 1023px) {
  .c-contact1__body {
    margin-top: 26px;
  }
}
.c-contact1__content {
  text-align: center;
}
.c-contact1__box {
  margin-top: 28px;
}
@media only screen and (max-width: 1023px) {
  .c-contact1__box {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact1__box {
    margin-top: 29px;
  }
}
.c-contact1__note {
  margin-top: 17px;
}
@media only screen and (max-width: 1023px) {
  .c-contact1__note {
    margin-top: 16px;
  }
}
/*------------------------------------------------------------
    Content
------------------------------------------------------------*/
.c-content1 {
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-content1 {
    font-size: 1.4rem;
  }
}
.c-content1 p + p {
  margin-top: 2.88rem;
}
@media only screen and (max-width: 1023px) {
  .c-content1 p + p {
    margin-top: 2.52rem;
  }
}
.c-content1 p + p:has(small) {
  margin-top: 17px;
}
@media only screen and (max-width: 1023px) {
  .c-content1 p + p:has(small) {
    margin-top: 16px;
  }
}
.c-content1 p + p:has(img) {
  margin-top: 2.88rem;
}
@media only screen and (max-width: 1023px) {
  .c-content1 p + p:has(img) {
    margin-top: 2.52rem;
  }
}
.c-content1 p:has(img) + p {
  margin-top: 2.88rem;
}
@media only screen and (max-width: 1023px) {
  .c-content1 p:has(img) + p {
    margin-top: 2.52rem;
  }
}
.c-content1 p + h1 {
  margin-top: 77px;
}
@media only screen and (max-width: 1023px) {
  .c-content1 p + h1 {
    margin-top: 47px;
  }
}
.c-content1 p + h2 {
  margin-top: 53px;
}
@media only screen and (max-width: 1023px) {
  .c-content1 p + h2 {
    margin-top: 38px;
  }
}
.c-content1 p small {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-content1 p small {
    font-size: 1.2rem;
  }
}
.c-content1 a {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-content1 a {
    font-size: 1.4rem;
  }
}
.c-content1 a::before {
  content: "\e902";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  color: #0049db;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 1023px) {
  .c-content1 a::before {
    top: 2px;
  }
}
.c-content1 a:has(img)::before {
  content: none;
}
.c-content1 h1 {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-content1 h1 {
    font-size: 2rem;
  }
}
.c-content1 h1 + p {
  margin-top: 10px;
}
.c-content1 h1 + p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-content1 h1 + p + p {
    margin-top: 16px;
  }
}
.c-content1 h1 + p + p:last-child {
  margin-top: 76px;
  margin-bottom: -3px;
}
@media only screen and (max-width: 1023px) {
  .c-content1 h1 + p + p:last-child {
    margin-top: 46px;
    margin-bottom: -3px;
  }
}
.c-content1 h2 {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-content1 h2 {
    font-size: 1.7rem;
  }
}
.c-content1 h2 + p {
  margin-top: 14px;
}
.c-content1 ul {
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-content1 ul {
    font-size: 1.4rem;
  }
}
.c-content1 ul li {
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-content1 ul li {
    padding-left: 18px;
  }
}
.c-content1 ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 5px;
  width: 5px;
  height: 5px;
  background-color: #0049db;
  border-radius: 50%;
}
@media only screen and (max-width: 1023px) {
  .c-content1 ul li::before {
    top: 8px;
    width: 4px;
    height: 4px;
  }
}
.c-content1 ul li + li {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .c-content1 ul li + li {
    margin-top: 8px;
  }
}
.c-content1 ol {
  counter-reset: section;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-content1 ol {
    font-size: 1.4rem;
  }
}
.c-content1 ol li {
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-content1 ol li {
    padding-left: 18px;
  }
}
.c-content1 ol li::before {
  counter-increment: section;
  content: counter(section) "．";
  position: absolute;
  top: 0;
  left: 0;
}
.c-content1 .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c-content1 .alignleft {
  display: block;
  margin-right: auto;
}
.c-content1 .alignleft {
  display: block;
  margin-left: auto;
}
.c-content1 img,
.c-content1 iframe {
  max-width: 100%;
}
/*------------------------------------------------------------
    Decoration
------------------------------------------------------------*/
.c-deco1 {
  position: relative;
  width: 100%;
  max-width: 257px;
}
.c-deco1::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 17.5%;
  right: 7.7821011673%;
  width: 24px;
  height: 24px;
  background-color: rgba(237, 245, 36, 0.5);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  border-radius: 50%;
  z-index: 1;
}
.c-deco1::after {
  content: "";
  display: block;
  position: absolute;
  top: 17.5%;
  right: 28.0155642023%;
  width: 12px;
  height: 12px;
  background-color: rgba(0, 166, 255, 0.5);
  border-radius: 50%;
  z-index: 1;
}
.c-deco1__thumb {
  position: relative;
  width: 100%;
  max-width: 160px;
  background-color: #b3b3b3;
  border-radius: 50%;
  -webkit-box-shadow: 40px 40px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 40px 40px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.c-deco1__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-deco1__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-deco2 {
  position: relative;
  width: 100%;
  max-width: 200px;
}
.c-deco2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: #edf524;
  border-radius: 50%;
  z-index: 1;
}
.c-deco2__thumb {
  position: relative;
  width: 100%;
  max-width: 200px;
  background-color: #b3b3b3;
  border-radius: 50%;
  -webkit-box-shadow: 40px 40px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 40px 40px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.c-deco2__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-deco2__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;
}
/*------------------------------------------------------------
    Error
------------------------------------------------------------*/
.contact-form__error .error,
.mw_wp_form .contact-form__error .error,
.mw_wp_form .contact-form__recaptcha .error {
  display: block;
  margin-top: 5px;
  color: #bf0000;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .contact-form__error .error,
  .mw_wp_form .contact-form__error .error,
  .mw_wp_form .contact-form__recaptcha .error {
    font-size: 1.2rem;
  }
}
/*------------------------------------------------------------
    FAQ
------------------------------------------------------------*/
.c-faq1 {
  display: block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.c-faq1__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  width: 100%;
  min-height: 53px;
  padding: 10px 24px 8px;
  background-color: #ebf1fa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-faq1__symbol {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  margin-right: 12px;
  color: #0037a6;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.c-faq1__question {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 3px 0;
  color: #0037a6;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-faq1__question {
    margin: 4px 0;
    font-size: 1.7rem;
  }
}
.c-faq1__body {
  display: block;
  position: relative;
  width: 100%;
  min-height: 72px;
  padding: 22px 40px 21px;
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .c-faq1__body {
    min-height: 69px;
  }
}
@media only screen and (max-width: 767px) {
  .c-faq1__body {
    min-height: unset;
    padding: 22px 24px 2.15rem;
  }
}
/*------------------------------------------------------------
    Fixednav
------------------------------------------------------------*/
.c-fixednav {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 19;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-fixednav.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.c-fixednav__heading {
  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;
  position: relative;
  width: 100%;
  padding: 12px 20px;
  background-color: #ebf1fa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.c-fixednav__heading.is-open .c-fixednav__btn::after {
  -webkit-transform: translateY(1px) rotate(180deg);
  transform: translateY(1px) rotate(180deg);
}
.c-fixednav__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #0049db;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.c-fixednav__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0049db;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.005em;
}
.c-fixednav__btn::after {
  content: "\e901";
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 4px;
  color: #0049db;
  font-family: "icomoon";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-fixednav__body {
  display: none;
}
.c-fixednav__main {
  display: block;
  position: relative;
  width: 100%;
  max-height: calc(100vh - 125px);
  padding: 40px;
  background-color: #0037a6;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .c-fixednav__main {
    padding: 20px 20px 24px;
  }
}
.c-fixednav__main .c-title3 {
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .c-fixednav__main .c-title3 {
    margin-top: 7px;
  }
}
.c-fixednav__main .c-nav4 {
  margin-top: 24px;
}
/*------------------------------------------------------------
    Flow
------------------------------------------------------------*/
.c-flow1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -20px;
}
@media only screen and (max-width: 1023px) {
  .c-flow1 {
    -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;
  }
}
.c-flow1__item {
  position: relative;
  width: calc(20% - 40px);
  max-width: 112px;
  margin: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .c-flow1__item {
    width: 100%;
    max-width: unset;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .c-flow1__item + .c-flow1__item {
    margin-top: 40px;
  }
}
.c-flow1__item + .c-flow1__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 16px;
  height: 32px;
  background-color: #ebf1fa;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-flow1__item + .c-flow1__item::before {
    top: -26px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 32px;
    height: 16px;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
}
.c-flow1__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;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 23px 19px 35px;
  background-color: #fff;
  border: 1px solid #ebf1fa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-flow1__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 88px;
    padding: 15px 15px 14px;
  }
}
.c-flow1__heading {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 19px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-flow1__heading {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 92px;
    padding-bottom: 0;
    padding-right: 20px;
  }
}
.c-flow1__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ebf1fa;
}
@media only screen and (max-width: 1023px) {
  .c-flow1__heading::after {
    bottom: unset;
    top: 6px;
    left: unset;
    right: 0;
    width: 4px;
    height: calc(100% - 13px);
  }
}
.c-flow1__number {
  display: block;
  width: 100%;
  color: #ebf1fa;
  font-size: 5.7rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.c-flow1__body {
  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: 100%;
  padding-top: 23px;
}
@media only screen and (max-width: 1023px) {
  .c-flow1__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -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% - 92px);
    padding-top: 0;
    padding-left: 16px;
  }
}
.c-flow1__text {
  color: #0037a6;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.055em;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .c-flow1__text {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    width: 100%;
    font-size: 1.7rem;
    line-height: 1.5;
    letter-spacing: -0.015em;
    text-align: left;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    text-orientation: unset;
    white-space: unset;
  }
}
.c-flow1__text small {
  display: inline-block;
  margin-top: 11px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media only screen and (max-width: 1023px) {
  .c-flow1__text small {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    margin-top: 0;
    margin-left: 9px;
    font-size: 1.2rem;
    letter-spacing: -0.015em;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow1__text small {
    display: block;
    margin-left: 0;
    margin-bottom: 2px;
  }
}
.c-flow2__item {
  position: relative;
}
.c-flow2__item + .c-flow2__item {
  margin-top: 56px;
}
.c-flow2__item + .c-flow2__item::before {
  content: "";
  display: block;
  position: absolute;
  top: -34px;
  left: 20px;
  width: 32px;
  height: 16px;
  background-color: #e6ecf0;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.c-flow2__label {
  position: relative;
  z-index: 1;
}
.c-flow2__labeltext {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 104px;
  min-height: 45px;
  padding: 6px 16px 4px;
  background-color: #dae1e6;
  border-radius: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.c-flow2__box {
  display: block;
  position: relative;
  width: calc(100% - 16px);
  margin-left: auto;
  margin-top: -29px;
  padding: 49px 40px 40px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-flow2__box {
    padding: 49px 24px 24px;
  }
}
.c-flow2__heading {
  position: relative;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9e1e6;
}
@media only screen and (max-width: 767px) {
  .c-flow2__heading {
    padding-bottom: 1.55rem;
  }
}
.c-flow2__title {
  min-height: 29px;
  color: #0037a6;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-flow2__title {
    min-height: 26px;
    font-size: 1.7rem;
  }
}
.c-flow2__body {
  padding-top: 14px;
}
.c-flow2__content p + .c-list4 {
  margin: 6px 0 -5px;
}
@media only screen and (max-width: 1023px) {
  .c-flow2__content p + .c-list4 {
    margin: 10px 0 0;
  }
}
.c-flow2__content p + .c-list5 {
  margin: 9px 0 0;
}
@media only screen and (max-width: 1023px) {
  .c-flow2__content p + .c-list5 {
    margin: 10px 0 0;
  }
}
/*------------------------------------------------------------
    Heading
------------------------------------------------------------*/
.c-heading1 {
  position: relative;
  padding: 88px 0 0;
}
@media only screen and (max-width: 1023px) {
  .c-heading1 {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__inner.l-container--w1280 {
    padding: 0 16px;
  }
}
.c-heading1__content {
  padding: 124px 0 86px;
}
@media only screen and (max-width: 767px) {
  .c-heading1__content {
    padding: 62px 0 38px;
  }
}
.c-heading1__en {
  display: block;
  color: #0049db;
  font-size: 8.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.005em;
}
@media only screen and (max-width: 767px) {
  .c-heading1__en {
    font-size: 4.7rem;
    letter-spacing: -0.003em;
  }
}
.c-heading1__ja {
  display: block;
  margin-top: 11px;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-heading1__ja {
    margin-top: 6px;
    font-size: 1.4rem;
  }
}
.c-heading1__breadcrumb {
  padding: 7px 0;
}
.c-heading1__bg {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__bg {
    margin: 0 -40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__bg {
    margin: 0 -20px;
  }
}
.c-heading1__thumb {
  position: relative;
  width: 100%;
  height: 480px;
  background-color: #b3b3b3;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-heading1__thumb {
    height: 240px;
  }
}
.c-heading1__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
/*------------------------------------------------------------
    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: 20px 15px 18px;
  background-color: #fff;
  border: 1px solid #dae1e6;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-input input[type=text],
  .c-input input[type=email],
  .c-input input[type=tel],
  .c-input input[type=url] {
    height: 56px;
    padding: 17px 15px 16px;
    font-size: 1.4rem;
  }
}
.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: #e6e6e6;
}
.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: #e6e6e6;
}
.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: #e6e6e6;
}
.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: #e6e6e6;
}
.c-input input[type=text]:-webkit-autofill, .c-input input[type=email]:-webkit-autofill, .c-input input[type=tel]:-webkit-autofill, .c-input input[type=url]:-webkit-autofill {
  -webkit-text-fill-color: #0037a6;
}
.c-input input[type=text]:-webkit-autofill:hover, .c-input input[type=email]:-webkit-autofill:hover, .c-input input[type=tel]:-webkit-autofill:hover, .c-input input[type=url]:-webkit-autofill:hover {
  -webkit-text-fill-color: #0037a6;
}
.c-input input[type=text]:-webkit-autofill:focus, .c-input input[type=email]:-webkit-autofill:focus, .c-input input[type=tel]:-webkit-autofill:focus, .c-input input[type=url]:-webkit-autofill:focus {
  -webkit-text-fill-color: #0037a6;
}
.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: #e6e6e6;
}
.c-input textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 320px;
  padding: 17px 15px 15px;
  background-color: #fff;
  border: 1px solid #dae1e6;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  resize: none;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-input textarea {
    height: 280px;
    padding: 17px 15px 16px;
    font-size: 1.4rem;
  }
}
.c-input textarea::-webkit-input-placeholder {
  color: #e6e6e6;
}
.c-input textarea::-moz-placeholder {
  color: #e6e6e6;
}
.c-input textarea:-ms-input-placeholder {
  color: #e6e6e6;
}
.c-input textarea::-ms-input-placeholder {
  color: #e6e6e6;
}
.c-input textarea::placeholder {
  color: #e6e6e6;
}
.c-input textarea:-webkit-autofill {
  -webkit-text-fill-color: #0037a6;
}
.c-input textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #0037a6;
}
.c-input textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #0037a6;
}
.c-input--blue input[type=text],
.c-input--blue input[type=email],
.c-input--blue input[type=tel],
.c-input--blue input[type=url] {
  background-color: #f7fbff;
}
.c-input--blue textarea {
  background-color: #f7fbff;
}
.c-input--medium {
  width: min(356px, 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: -3px;
}
.c-input__itemlabel + .c-input__iteminput {
  margin-top: 1px;
}
/*------------------------------------------------------------
    Label
------------------------------------------------------------*/
.c-label1 {
  display: inline-block;
  position: relative;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-label1 {
    font-size: 1.4rem;
  }
}
.c-label1::before {
  content: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 8px 2px;
  background-color: #e6ecf0;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0037a6;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.015em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-label1::before {
    top: -1px;
    font-size: 1.2rem;
  }
}
.c-label1.is-optional {
  padding-left: 50px;
}
.c-label1.is-optional::before {
  content: "任意";
}
.c-label1.is-required {
  padding-left: 50px;
}
.c-label1.is-required::before {
  content: "必須";
  background-color: #edf524;
}
.c-label2 {
  display: inline-block;
  min-height: 20px;
  color: #0037a6;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-label2 {
    min-height: 18px;
    font-size: 1.2rem;
  }
}
/*------------------------------------------------------------
    List
------------------------------------------------------------*/
.c-list1 {
  color: #0037a6;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-list1 {
    font-size: 1.7rem;
  }
}
.c-list1 li {
  display: block;
  position: relative;
  width: 100%;
  min-height: 60px;
  padding: 15px 19px 14px;
  background-color: #fff;
  border: 1px solid #ebf1fa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-list1 li {
    min-height: 57px;
  }
}
.c-list1 li + li {
  margin-top: 8px;
}
.c-list2 {
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-list2 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.c-list2 li {
  display: block;
  position: relative;
  width: 100%;
  min-height: 48px;
  padding: 10px 19px 7px 43px;
  background-color: #fff;
  border: 1px solid #ebf1fa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-list2 li {
    min-height: 46px;
    padding: 12px 15px 11px 37px;
  }
}
.c-list2 li::before {
  content: "\e903";
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 19px;
  color: #0049db;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 1023px) {
  .c-list2 li::before {
    left: 15px;
    font-size: 1.4rem;
  }
}
.c-list2 li + li {
  margin-top: 8px;
}
.c-list3 {
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-list3 {
    font-size: 1.4rem;
  }
}
.c-list3 li {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 19px;
  background-color: #fff;
  border: 1px solid #ebf1fa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-list3 li + li {
  margin-top: 8px;
}
.c-list3--style1 {
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .c-list3--style1 li {
    padding: 17px 19px 16px;
  }
}
.c-list4 {
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-list4 {
    font-size: 1.4rem;
  }
}
.c-list4 li {
  position: relative;
  padding-left: 24px;
}
@media only screen and (max-width: 1023px) {
  .c-list4 li {
    padding-left: 22px;
  }
}
.c-list4 li::before {
  content: "\e903";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  color: #0049db;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 1023px) {
  .c-list4 li::before {
    font-size: 1.4rem;
  }
}
.c-list4 li + li {
  margin-top: 8px;
}
@media only screen and (max-width: 1023px) {
  .c-list4 li + li {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-list4--style1 li + li {
    margin-top: 8px;
  }
}
.c-list5 {
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-list5 {
    font-size: 1.4rem;
  }
}
.c-list5 li {
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-list5 li {
    padding-left: 18px;
  }
}
.c-list5 li::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 5px;
  width: 5px;
  height: 5px;
  background-color: #0049db;
  border-radius: 50%;
}
@media only screen and (max-width: 1023px) {
  .c-list5 li::before {
    top: 8px;
    width: 4px;
    height: 4px;
  }
}
.c-list5 li + li {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .c-list5 li + li {
    margin-top: 8px;
  }
}
.c-list5--style1 {
  line-height: 1.8;
}
.c-list5--style1 li::before {
  top: 11px;
}
@media only screen and (max-width: 1023px) {
  .c-list5--style1 li::before {
    top: 10px;
  }
}
.c-list5--style1 li + li {
  margin-top: 0.02rem;
}
/*------------------------------------------------------------
    Listpost
------------------------------------------------------------*/
.c-listpost1__item + .c-listpost1__item {
  margin-top: 8px;
}
.c-listpost1__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  width: 100%;
  padding: 27px 61px 27px 23px;
  background-color: #fff;
  border: 1px solid #ebf1fa;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1__link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 23px 61px 23px 23px;
  }
}
.c-listpost1__link::after {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 31px;
  right: 19px;
  color: #0049db;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1__link::after {
    top: 40px;
    right: 23px;
  }
}
@media only screen and (min-width: 1023px) {
  .c-listpost1__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: 0 3px 6px rgba(26, 34, 51, 0.16);
    box-shadow: 0 3px 6px rgba(26, 34, 51, 0.16);
  }
}
.c-listpost1__basis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 269px;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1__basis {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
  }
}
.c-listpost1__datetime {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 108px;
  padding: 4px 16px 2px 0;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1__datetime {
    padding: 3px 4px 1px 5px;
    width: 87px;
    font-size: 1.4rem;
  }
}
.c-listpost1__taglist {
  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;
  position: relative;
  width: calc(100% - 108px);
  padding: 0 24px 0 25px;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1__taglist {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: calc(100% - 87px);
    padding: 0 0 0 9px;
  }
}
.c-listpost1__taglist::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 1px;
  height: calc(100% - 4px);
  background-color: #ebf1fa;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1__taglist::before {
    top: 2px;
    height: calc(100% - 5px);
  }
}
.c-listpost1__tagitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1__tagitem + .c-listpost1__tagitem::before {
    content: "、";
    color: #0037a6;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.015em;
  }
}
.c-listpost1__tag {
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1__tag {
    font-size: 1.4rem;
  }
}
.c-listpost1__title {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 269px);
  padding-left: 25px;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1__title {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 4px;
    padding-left: 0;
    font-size: 1.4rem;
    -webkit-line-clamp: 2;
  }
}
@media only screen and (max-width: 767px) {
  .c-listpost1__title {
    -webkit-line-clamp: 3;
  }
}
.c-listpost1__title::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 1px;
  height: calc(100% - 4px);
  background-color: #ebf1fa;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1__title::before {
    content: none;
  }
}
.c-listpost2__item + .c-listpost2__item {
  margin-top: 24px;
}
.c-listpost2__link {
  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;
  position: relative;
  width: 100%;
  padding: 32px 61px 22px 23px;
  background-color: #fff;
  border: 1px solid #ebf1fa;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .c-listpost2__link {
    padding: 23px 61px 23px 23px;
  }
}
.c-listpost2__link::after {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(calc(-50% - 1px));
  transform: translateY(calc(-50% - 1px));
  color: #0049db;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (min-width: 1023px) {
  .c-listpost2__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: 0 3px 6px rgba(26, 34, 51, 0.16);
    box-shadow: 0 3px 6px rgba(26, 34, 51, 0.16);
  }
}
.c-listpost2__basis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 23px;
}
@media only screen and (max-width: 1023px) {
  .c-listpost2__basis {
    min-height: 21px;
  }
}
.c-listpost2__datetime {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 92px;
  padding: 1px 4px 4px 0;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-listpost2__datetime {
    padding: 4px 4px 1px 5px;
    width: 87px;
    font-size: 1.4rem;
  }
}
.c-listpost2__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: calc(100% - 92px);
  padding-left: 9px;
}
@media only screen and (max-width: 1023px) {
  .c-listpost2__taglist {
    width: calc(100% - 87px);
  }
}
.c-listpost2__taglist::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 1px;
  height: calc(100% - 3px);
  background-color: #ebf1fa;
}
@media only screen and (max-width: 1023px) {
  .c-listpost2__taglist::before {
    top: 3px;
    height: calc(100% - 5px);
  }
}
.c-listpost2__tagitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-listpost2__tagitem + .c-listpost2__tagitem::before {
  content: "、";
  color: #0037a6;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-listpost2__tagitem + .c-listpost2__tagitem::before {
    font-size: 1.4rem;
  }
}
.c-listpost2__tag {
  color: #0037a6;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1023px) {
  .c-listpost2__tag {
    font-size: 1.4rem;
  }
}
.c-listpost2__title {
  width: 100%;
  margin-top: 7px;
  color: #0037a6;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1023px) {
  .c-listpost2__title {
    margin-top: 6px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-listpost2__title {
    -webkit-line-clamp: 3;
  }
}
/*------------------------------------------------------------
    Loading
------------------------------------------------------------*/
.c-loading1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
}
/*------------------------------------------------------------
    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: 64px;
  height: 64px;
  padding: 12px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  -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(0, 0.35rem) rotate(45deg);
  transform: translate(0, 0.35rem) rotate(45deg);
}
.c-menu1.is-open .c-menu1__inner span:nth-child(2) {
  -webkit-transform: translate(0, -0.35rem) rotate(-45deg);
  transform: translate(0, -0.35rem) rotate(-45deg);
}
.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;
  width: 24px;
  height: 1px;
  background-color: #0037a6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------------------------------
    Message
------------------------------------------------------------*/
.c-message1 {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 39px 10px 33px;
  background-color: #0049db;
  border-radius: 32px 32px 32px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-message1 {
    padding: 32px 10px;
    border-radius: 24px 24px 24px 0;
  }
}
.c-message1::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 16px;
  height: 17px;
  background-color: #0049db;
  -webkit-clip-path: polygon(100% 0, 100% 1px, 0 100%, 0 1px, 0 0);
  clip-path: polygon(100% 0, 100% 1px, 0 100%, 0 1px, 0 0);
}
.c-message1__text {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-message1__text {
    font-size: 1.8rem;
  }
}
/*------------------------------------------------------------
    Note
------------------------------------------------------------*/
.c-note1 {
  color: #0037a6;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-note1 {
    font-size: 1.2rem;
  }
}
.c-note1--white {
  color: #fff;
}
/*------------------------------------------------------------
    Pagination
------------------------------------------------------------*/
.c-pagi1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -4px;
}
@media only screen and (max-width: 1023px) {
  .c-pagi1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagi1 {
    margin: 0 -2px;
  }
}
.c-pagi1 li {
  margin: 0 4px;
}
@media only screen and (max-width: 767px) {
  .c-pagi1 li {
    margin: 0 2px;
  }
}
.c-pagi1 li > span,
.c-pagi1 li > a {
  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: transparent;
  border: 1px solid #dae1e6;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-pagi1 li > span,
  .c-pagi1 li > a {
    width: 48px;
    height: 48px;
    padding: 6px;
  }
}
.c-pagi1 li > span::before,
.c-pagi1 li > a::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  color: #0049db;
  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;
}
@media only screen and (max-width: 767px) {
  .c-pagi1 li > span::before,
  .c-pagi1 li > a::before {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1023px) {
  .c-pagi1 li > span:hover,
  .c-pagi1 li > a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #fff;
  }
}
.c-pagi1 li > span.prev::before,
.c-pagi1 li > a.prev::before {
  content: "\e907";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-pagi1 li > span.next::before,
.c-pagi1 li > a.next::before {
  content: "\e907";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.c-pagi1 li > span.first::before,
.c-pagi1 li > a.first::before {
  content: "\e908";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-pagi1 li > span.last::before,
.c-pagi1 li > a.last::before {
  content: "\e908";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.c-pagi1 li > span.disabled,
.c-pagi1 li > a.disabled {
  background-color: #fff;
  pointer-events: none;
}
.c-pagi1 li:has(.c-pagi1__value) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 129px;
}
@media only screen and (max-width: 767px) {
  .c-pagi1 li:has(.c-pagi1__value) {
    max-width: 106px;
  }
}
.c-pagi1__value {
  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%;
  height: 100%;
  padding: 12px 13px 11px;
  background-color: #fff;
  border: 1px solid #dae1e6;
  border-radius: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0049db;
  font-family: "Outfit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.015em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-pagi1__value {
    padding: 9px 9px 8px;
    border-radius: 24px;
    font-size: 1.4rem;
  }
}
.c-pagi1__value span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-pagi1__value span.splitter {
  margin: 0 8px;
}
@media only screen and (max-width: 767px) {
  .c-pagi1__value span.splitter {
    margin: 0 6px;
  }
}
/*------------------------------------------------------------
    Part
------------------------------------------------------------*/
.c-part1 {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ebf1fa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-part1.is-open .c-part1__heading::after {
  -webkit-transform: translateY(calc(-50% + 1px)) rotate(180deg);
  transform: translateY(calc(-50% + 1px)) rotate(180deg);
}
@media only screen and (max-width: 1023px) {
  .c-part1.is-open .c-part1__heading::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
}
.c-part1__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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-height: 85px;
  padding: 31px 75px 19px 39px;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .c-part1__heading {
    min-height: 82px;
    padding: 16px 75px 6px 39px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__heading {
    padding: 16px 47px 6px 19px;
  }
}
.c-part1__heading::after {
  content: "\e901";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(calc(-50% + 1px)) rotate(0deg);
  transform: translateY(calc(-50% + 1px)) rotate(0deg);
  color: #0049db;
  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;
}
@media only screen and (max-width: 1023px) {
  .c-part1__heading::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
}
@media only screen and (max-width: 1023px) {
  .c-part1__heading:has(.c-part1__subtitle) {
    padding: 31px 75px 21px 39px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__heading:has(.c-part1__subtitle) {
    padding: 31px 47px 21px 19px;
  }
}
.c-part1__head {
  width: 100%;
}
.c-part1__title {
  color: #0037a6;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-part1__title {
    font-size: 2rem;
  }
}
.c-part1__subtitle {
  margin-bottom: 4px;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-part1__subtitle {
    margin-top: 2px;
    margin-bottom: 3px;
    font-size: 1.4rem;
  }
}
.c-part1__body {
  display: none;
}
.c-part1__main {
  position: relative;
  padding: 1px 39px 39px;
}
@media only screen and (max-width: 767px) {
  .c-part1__main {
    padding: 1px 19px 31px;
  }
}
.c-part1__main .c-box3 + .c-part1__content {
  margin-top: 22px;
}
.c-part1__subtext + .c-part1__content {
  margin: 22px 0 -4px;
}
.c-part1__subtext + .c-point1 {
  margin-top: 24px;
}
.c-part1__subtext + .c-point1 + .c-part1__table {
  margin-top: 4px;
}
.c-part1__content {
  margin-top: -2px;
}
.c-part1__content + .c-part1__table {
  margin-top: 21px;
}
.c-part1__content + .c-part1__list {
  margin-top: 61px;
}
.c-part1__content + .c-part1__sublist {
  margin-top: 42px;
}
.c-part1__table {
  margin-top: 24px;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}
.c-part1__table + .c-note1 {
  margin-top: 13px;
}
@media only screen and (max-width: 1023px) {
  .c-part1__table + .c-note1 {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__table .c-table3--style2 {
    min-width: 538px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__table .c-table3--style3 {
    min-width: 538px;
  }
}
.c-part1__table .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 1;
}
.c-part1__table .scroll-hint-icon {
  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: absolute;
  top: calc(50% - 72px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 179px;
  height: 152px;
  padding: 24px 16px;
  background-color: rgba(0, 55, 166, 0.95);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-part1__table .scroll-hint-icon::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background-image: url("/assets/img/common/icon-scroll-hand.svg");
}
.c-part1__table .scroll-hint-icon::after {
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  margin-left: 0;
  background-image: url("/assets/img/common/icon-scroll-arrow.svg");
  background-size: contain;
  background-position: center center;
}
.c-part1__table .scroll-hint-text {
  margin: 17px 0 2px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: center;
}
.c-part1__item + .c-part1__item {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .c-part1__item + .c-part1__item {
    margin-top: 40px;
  }
}
.c-part1__subitem + .c-part1__subitem {
  margin-top: 39px;
}
.c-part1__subitem .c-point1 + .c-text1 {
  margin-top: 2px;
}
.c-part1__subitem .c-point1 + .c-part1__table {
  margin-top: 4px;
}
.c-part1__subitem .c-text1 + .c-note1 {
  margin-top: 2px;
}
.c-part1__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 33px 0 22px;
}
@media only screen and (max-width: 1023px) {
  .c-part1__btn {
    margin: 34px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__btn {
    margin: 35px 0 0;
  }
}
.c-part2__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  width: 100%;
  padding-bottom: 11px;
  border-bottom: 4px solid #e6ecf0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-part2__number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 72px;
  margin-right: 24px;
  color: #dae1e6;
  font-size: 5.7rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.c-part2__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 17px;
  color: #0037a6;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-part2__title {
    margin-top: 18px;
    font-size: 2rem;
  }
}
.c-part2__title small {
  display: inline-block;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-left: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-part2__title small {
    margin-left: 9px;
    font-size: 1.4rem;
  }
}
.c-part2__body {
  margin-top: 22px;
}
.c-part3__heading {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 11px;
  border-bottom: 4px solid #e6ecf0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-part3__title {
  color: #0037a6;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-part3__title {
    font-size: 1.7rem;
  }
}
.c-part3__body {
  margin-top: 22px;
}
/*------------------------------------------------------------
    Point
------------------------------------------------------------*/
.c-point1 {
  display: block;
  position: relative;
  padding-left: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-point1 {
    font-size: 1.4rem;
  }
}
.c-point1::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #0049db;
  border-radius: 50%;
}
@media only screen and (max-width: 1023px) {
  .c-point1::before {
    top: 5px;
  }
}
/*------------------------------------------------------------
    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;
  position: relative;
  margin: 0 -8px -12px 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 + .c-radio__group {
  margin-top: 8px;
}
.c-radio__group .mwform-radio-field {
  margin: 0 8px 12px 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::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 2px solid #0049db;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.c-radio__group .mwform-radio-field label:has(input[type=radio]:checked)::before {
  opacity: 1;
}
.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::before {
  background-color: #0049db;
}
.c-radio__group .mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.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: 20px 19px 18px 51px;
  background-color: #fff;
  border: 1px solid #dae1e6;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-radio__group .mwform-radio-field label .mwform-radio-field-text {
    min-height: 56px;
    padding: 17px 15px 16px 47px;
    font-size: 1.4rem;
  }
}
.c-radio__group .mwform-radio-field label .mwform-radio-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 15px;
  width: 28px;
  height: 28px;
  background-color: #e6ecf0;
  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;
}
@media only screen and (max-width: 1023px) {
  .c-radio__group .mwform-radio-field label .mwform-radio-field-text::before {
    top: 15px;
    left: 15px;
    width: 24px;
    height: 24px;
  }
}
.c-radio__group .mwform-radio-field label .mwform-radio-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  left: 19px;
  width: 12px;
  height: 12px;
  -webkit-transform: scale(0);
  transform: scale(0);
  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;
}
@media only screen and (max-width: 1023px) {
  .c-radio__group .mwform-radio-field label .mwform-radio-field-text::after {
    left: 21px;
  }
}
.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 + .c-radio__group--vertical {
  margin-top: 8px;
}
.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: block;
  width: 100%;
  position: relative;
}
.c-select1 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 64px;
  padding: 22px 39px 19px 15px;
  background-color: #fff;
  border: 1px solid #dae1e6;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  color: #0037a6;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-select1 select {
    height: 56px;
    padding: 19px 39px 17px 15px;
    font-size: 1.2rem;
  }
}
.c-select1 select.is-selected {
  font-weight: 600;
}
.c-select1::after {
  content: "\e90b";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0049db;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .c-select1::after {
    font-size: 1.4rem;
  }
}
.c-select1 option {
  color: #0037a6;
}
.c-select1--medium {
  width: min(356px, 100%);
}
/*------------------------------------------------------------
    Single
------------------------------------------------------------*/
.c-single1__heading {
  margin-top: 1px;
}
@media only screen and (max-width: 1023px) {
  .c-single1__heading {
    margin-top: 0;
  }
}
.c-single1__basis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 23px;
}
@media only screen and (max-width: 1023px) {
  .c-single1__basis {
    min-height: 21px;
  }
}
.c-single1__datetime {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 92px;
  padding: 1px 4px 4px 0;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-single1__datetime {
    padding: 4px 4px 1px 5px;
    width: 87px;
    font-size: 1.4rem;
  }
}
.c-single1__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: calc(100% - 92px);
  padding-left: 9px;
}
@media only screen and (max-width: 1023px) {
  .c-single1__taglist {
    width: calc(100% - 87px);
  }
}
.c-single1__taglist::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 1px;
  height: calc(100% - 3px);
  background-color: #ebf1fa;
}
@media only screen and (max-width: 1023px) {
  .c-single1__taglist::before {
    top: 3px;
    height: calc(100% - 5px);
  }
}
.c-single1__tagitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-single1__tagitem + .c-single1__tagitem::before {
  content: "、";
  color: #0037a6;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-single1__tagitem + .c-single1__tagitem::before {
    font-size: 1.4rem;
  }
}
.c-single1__tag {
  color: #0037a6;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1023px) {
  .c-single1__tag {
    font-size: 1.4rem;
  }
}
.c-single1__title {
  margin-top: 38px;
  color: #0037a6;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-single1__title {
    margin-top: 39px;
    font-size: 3.5rem;
  }
}
.c-single1__content {
  margin-top: 53px;
}
@media only screen and (max-width: 1023px) {
  .c-single1__content {
    margin-top: 26px;
  }
}
/*------------------------------------------------------------
    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__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 -6px;
}
.c-slider1__dot {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 6px;
  background-color: #ebf1fa;
  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: #0049db;
  }
}
.c-slider1__dot.is-active {
  background-color: #0049db;
  pointer-events: none;
}
.c-slider1__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -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: 20px;
  height: 20px;
  background-color: transparent;
  -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;
}
.c-slider1__btn::before {
  content: "\e901";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  color: #0049db;
  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;
}
@media only screen and (min-width: 1023px) {
  .c-slider1__btn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
.c-slider1__btn--prev {
  margin-right: 12px;
}
.c-slider1__btn--prev::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-slider1__btn--next {
  margin-left: 12px;
}
.c-slider1__btn--next::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/*------------------------------------------------------------
    Social
------------------------------------------------------------*/
.c-social1 {
  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: 0 -8px -8px 0;
}
.c-social1__item {
  margin: 0 8px 8px 0;
}
.c-social1__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;
  width: 96px;
  height: 96px;
  padding: 6px 4px 8px;
  background-color: #0049db;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-social1__box--cyan {
  background-color: #00a6ff;
}
.c-social1__box--purple {
  background-color: #80aaff;
}
.c-social1__icon {
  display: inline-block;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
}
.c-social1__text {
  width: 100%;
  margin: 2px 0 3px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.015em;
  text-align: center;
}
.c-social2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .c-social2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -4px;
  }
}
.c-social2__item {
  position: relative;
  padding-left: 12px;
}
@media only screen and (max-width: 767px) {
  .c-social2__item {
    width: calc(50% - 8px);
    margin: 0 4px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1023px) {
  .c-social2__item:hover .c-social2__chatbox {
    -webkit-transform: translateX(0) translateY(calc(-50% + 4px));
    transform: translateX(0) translateY(calc(-50% + 4px));
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
}
.c-social2__item + .c-social2__item {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .c-social2__item + .c-social2__item {
    margin-top: 0;
  }
}
.c-social2__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;
  width: 96px;
  height: 96px;
  padding: 6px 4px 8px;
  background-color: #0049db;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-social2__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 100%;
    padding: 10px 12px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 374px) {
  .c-social2__box {
    padding: 10px 8px;
  }
}
.c-social2__box--cyan {
  background-color: #00a6ff;
}
.c-social2__icon {
  display: inline-block;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-social2__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
    font-size: 2.8rem;
  }
}
.c-social2__text {
  width: 100%;
  margin: 2px 0 3px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.015em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-social2__text {
    width: auto;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 374px) {
  .c-social2__text {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.c-social2__chatbox {
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translateX(8px) translateY(calc(-50% + 4px));
  transform: translateX(8px) translateY(calc(-50% + 4px));
  width: max(354px, 100%);
  padding: 16px 15px 15px;
  background-color: #fff;
  border: 1px solid #0049db;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .c-social2__chatbox {
    display: none;
  }
}
.c-social2__chatbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 16px;
  background-color: #0049db;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.c-social2__chatboxtext {
  color: #0037a6;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
/*------------------------------------------------------------
    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;
  position: relative;
  width: 100%;
  padding: 32px 0;
  border-bottom: 1px solid #dae1e6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
@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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.c-table1__field {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 168px;
  padding-right: 40px;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .c-table1__field {
    font-size: 1.4rem;
  }
}
@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% - 168px);
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-table1__content {
    font-size: 1.4rem;
  }
}
@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: 8px;
  }
}
.c-table1__content p + .c-btnmap3 {
  margin-top: 12px;
}
.c-table1__content p + .c-note1 {
  margin-top: 5px;
}
@media only screen and (max-width: 1023px) {
  .c-table1__content p + .c-note1 {
    margin-top: 4px;
  }
}
.c-table2 {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #dae1e6;
}
@media only screen and (max-width: 1023px) {
  .c-table2 {
    max-width: 294px;
  }
}
.c-table2__body .c-table2__row:nth-child(2n) th,
.c-table2__body .c-table2__row:nth-child(2n) td {
  background-color: #fafafa;
}
.c-table2__body .c-table2__row:nth-child(2n+1) th,
.c-table2__body .c-table2__row:nth-child(2n+1) td {
  background-color: #fff;
}
.c-table2__row {
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.c-table2__row .c-table2__field,
.c-table2__row .c-table2__content {
  width: 50%;
}
.c-table2__field {
  padding: 8px 6px 0.45rem;
  background-color: #e6ecf0;
  color: #0037a6;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: center;
}
.c-table2__content {
  padding: 8px 6px;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-table2__content {
    font-size: 1.4rem;
  }
}
.c-table3 {
  width: 100%;
  max-width: 502px;
  border-collapse: collapse;
}
@media only screen and (max-width: 1023px) {
  .c-table3 {
    max-width: 399px;
  }
}
.c-table3--style1 {
  max-width: 349px;
}
@media only screen and (max-width: 1023px) {
  .c-table3--style1 {
    max-width: 285px;
  }
}
.c-table3--style1 .c-table3__row th:nth-child(1),
.c-table3--style1 .c-table3__row td:nth-child(1) {
  width: 49.2836676218%;
}
.c-table3--style1 .c-table3__row th:nth-child(2),
.c-table3--style1 .c-table3__row td:nth-child(2) {
  width: 50.7163323782%;
}
.c-table3--style1 .c-table3__row td:nth-child(2) {
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .c-table3--style1 .c-table3__row td:nth-child(2) {
    text-align: center;
  }
}
.c-table3--style2 {
  max-width: 634px;
}
@media only screen and (max-width: 1023px) {
  .c-table3--style2 {
    max-width: 538px;
  }
}
.c-table3--style2 .c-table3__row th:nth-child(1),
.c-table3--style2 .c-table3__row td:nth-child(1) {
  width: 32.8075709778%;
}
.c-table3--style2 .c-table3__row th:nth-child(2),
.c-table3--style2 .c-table3__row td:nth-child(2) {
  width: 33.5962145111%;
}
.c-table3--style2 .c-table3__row th:nth-child(3),
.c-table3--style2 .c-table3__row td:nth-child(3) {
  width: 33.5962145111%;
  border-left: 1px solid #dae1e6;
}
@media only screen and (max-width: 1023px) {
  .c-table3--style2 .c-table3__content {
    padding: 8px 6px;
    line-height: 1.5;
  }
}
.c-table3--style2 .c-table3__row td:nth-child(1) {
  padding: 8px 6px;
  text-align: center;
}
.c-table3--style2 .c-table3__row td:nth-child(2) {
  padding: 8px 6px;
  text-align: center;
}
.c-table3--style3 {
  max-width: 642px;
}
@media only screen and (max-width: 1023px) {
  .c-table3--style3 {
    max-width: 538px;
  }
}
.c-table3--style3 .c-table3__row th:nth-child(1),
.c-table3--style3 .c-table3__row td:nth-child(1) {
  width: 32.3987538941%;
}
.c-table3--style3 .c-table3__row th:nth-child(2),
.c-table3--style3 .c-table3__row td:nth-child(2) {
  width: 33.800623053%;
}
.c-table3--style3 .c-table3__row th:nth-child(3),
.c-table3--style3 .c-table3__row td:nth-child(3) {
  width: 33.8006230529%;
  border-left: 1px solid #dae1e6;
}
@media only screen and (max-width: 1023px) {
  .c-table3--style3 .c-table3__content {
    padding: 8px 6px;
    line-height: 1.5;
  }
}
.c-table3--style3 .c-table3__row td:nth-child(1) {
  padding: 8px 6px;
  text-align: center;
}
.c-table3--style3 .c-table3__row td:nth-child(2) {
  padding: 8px 6px;
  text-align: center;
}
.c-table3--style4 {
  max-width: 645px;
}
@media only screen and (max-width: 1023px) {
  .c-table3--style4 {
    max-width: 538px;
  }
}
.c-table3--style4 .c-table3__row th:nth-child(1),
.c-table3--style4 .c-table3__row td:nth-child(1) {
  width: 59.5348837209%;
}
.c-table3--style4 .c-table3__row th:nth-child(2),
.c-table3--style4 .c-table3__row td:nth-child(2) {
  width: 40.4651162791%;
}
.c-table3--style4 .c-table3__row td:nth-child(1) {
  padding: 8px 30px 8px 40px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .c-table3--style4 .c-table3__row td:nth-child(1) {
    padding: 8px 6px;
    text-align: center;
  }
}
.c-table3--style4 .c-table3__row td:nth-child(2) {
  padding: 8px 6px;
  text-align: center;
}
.c-table3__head .c-table3__row {
  border-top: 1px solid #dae1e6;
}
@media only screen and (max-width: 1023px) {
  .c-table3--style4 .c-table3__content {
    padding: 8px 6px;
    line-height: 1.5;
  }
}
.c-table3__row {
  position: relative;
  vertical-align: middle;
  width: 100%;
  border-bottom: 1px solid #dae1e6;
}
.c-table3__row th:nth-child(1),
.c-table3__row td:nth-child(1) {
  width: 30.2788844622%;
}
@media only screen and (max-width: 1023px) {
  .c-table3__row th:nth-child(1),
  .c-table3__row td:nth-child(1) {
    width: 28.0701754386%;
  }
}
@media only screen and (max-width: 767px) {
  .c-table3__row th:nth-child(1),
  .c-table3__row td:nth-child(1) {
    width: 35.3312302839%;
  }
}
.c-table3__row th:nth-child(2),
.c-table3__row td:nth-child(2) {
  width: 69.7211155378%;
  border-left: 1px solid #dae1e6;
}
@media only screen and (max-width: 1023px) {
  .c-table3__row th:nth-child(2),
  .c-table3__row td:nth-child(2) {
    width: 71.9298245614%;
  }
}
@media only screen and (max-width: 767px) {
  .c-table3__row th:nth-child(2),
  .c-table3__row td:nth-child(2) {
    width: 64.6687697161%;
  }
}
.c-table3__row td:nth-child(1) {
  padding: 8px 40px;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .c-table3__row td:nth-child(1) {
    padding: 6px;
    text-align: center;
  }
}
.c-table3__row td:nth-child(2) {
  padding: 8px 40px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .c-table3__row td:nth-child(2) {
    padding: 6px;
    text-align: center;
  }
}
.c-table3__field {
  padding: 8px 6px 0.45rem;
  background-color: #e6ecf0;
  color: #0037a6;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: center;
}
.c-table3__content {
  padding: 8px 6px;
  background-color: #fff;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-table3__content {
    padding: 6px;
    font-size: 1.4rem;
    line-height: 1.714;
  }
}
.c-table4 {
  width: 100%;
  max-width: 416px;
  border-collapse: collapse;
}
@media only screen and (max-width: 1023px) {
  .c-table4 {
    max-width: 321px;
  }
}
.c-table4--style1 {
  max-width: 392px;
}
@media only screen and (max-width: 1023px) {
  .c-table4--style1 {
    max-width: 321px;
  }
}
.c-table4--style1 .c-table4__row th:nth-child(1),
.c-table4--style1 .c-table4__row td:nth-child(1) {
  width: 44.6428571429%;
}
.c-table4--style1 .c-table4__row th:nth-child(2),
.c-table4--style1 .c-table4__row td:nth-child(2) {
  width: 55.3571428571%;
}
.c-table4--style2 {
  max-width: 409px;
}
@media only screen and (max-width: 1023px) {
  .c-table4--style2 {
    max-width: 321px;
  }
}
.c-table4--style2 .c-table4__row th:nth-child(1),
.c-table4--style2 .c-table4__row td:nth-child(1) {
  width: 39.119804401%;
}
.c-table4--style2 .c-table4__row th:nth-child(2),
.c-table4--style2 .c-table4__row td:nth-child(2) {
  width: 60.880195599%;
}
.c-table4--style3 {
  max-width: 470px;
}
@media only screen and (max-width: 1023px) {
  .c-table4--style3 {
    max-width: 351px;
  }
}
.c-table4--style3 .c-table4__row th:nth-child(1),
.c-table4--style3 .c-table4__row td:nth-child(1) {
  width: 54.4680851064%;
}
.c-table4--style3 .c-table4__row th:nth-child(2),
.c-table4--style3 .c-table4__row td:nth-child(2) {
  width: 45.5319148936%;
}
.c-table4--style4 {
  max-width: 399px;
}
@media only screen and (max-width: 1023px) {
  .c-table4--style4 {
    max-width: 321px;
  }
}
.c-table4--style4 .c-table4__row th:nth-child(1),
.c-table4--style4 .c-table4__row td:nth-child(1) {
  width: 43.8596491228%;
}
.c-table4--style4 .c-table4__row th:nth-child(2),
.c-table4--style4 .c-table4__row td:nth-child(2) {
  width: 56.1403508772%;
}
.c-table4__row {
  position: relative;
  vertical-align: middle;
  width: 100%;
  border-bottom: 1px solid #dae1e6;
}
.c-table4__row:first-child {
  border-top: 1px solid #dae1e6;
}
.c-table4__row th:nth-child(1),
.c-table4__row td:nth-child(1) {
  width: 42.0673076923%;
}
@media only screen and (max-width: 1023px) {
  .c-table4__row th:nth-child(1),
  .c-table4__row td:nth-child(1) {
    width: 41.1214953271%;
  }
}
.c-table4__row th:nth-child(2),
.c-table4__row td:nth-child(2) {
  width: 57.9326923077%;
  border-left: 1px solid #dae1e6;
}
@media only screen and (max-width: 1023px) {
  .c-table4__row th:nth-child(2),
  .c-table4__row td:nth-child(2) {
    width: 58.8785046729%;
  }
}
.c-table4__row th:nth-child(1) {
  padding: 8px 35px 8px 40px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .c-table4__row th:nth-child(1) {
    padding: 8px 6px;
    text-align: center;
  }
}
.c-table4__row td:nth-child(2) {
  padding: 8px 40px;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .c-table4__row td:nth-child(2) {
    padding: 8px 6px;
    text-align: center;
  }
}
.c-table4__field {
  padding: 8px 6px;
  background-color: #e6ecf0;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-table4__field {
    font-size: 1.4rem;
  }
}
.c-table4__content {
  padding: 8px 6px;
  background-color: #fff;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-table4__content {
    font-size: 1.4rem;
  }
}
.c-table5 {
  width: 100%;
  max-width: 767px;
  border-collapse: collapse;
}
@media only screen and (max-width: 1023px) {
  .c-table5 {
    max-width: 640px;
  }
}
.c-table5__head .c-table5__row {
  border-top: 1px solid #dae1e6;
}
.c-table5__body .c-table5__field {
  padding: 8px 6px;
  background-color: #e6ecf0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-table5__body .c-table5__field {
    font-size: 1.4rem;
  }
}
.c-table5__row {
  position: relative;
  vertical-align: middle;
  width: 100%;
  border-bottom: 1px solid #dae1e6;
}
.c-table5__row th:nth-child(1),
.c-table5__row td:nth-child(1) {
  width: 22.9465449804%;
}
.c-table5__row th:nth-child(2),
.c-table5__row td:nth-child(2) {
  width: 41.4602346806%;
}
.c-table5__row th:nth-child(3),
.c-table5__row td:nth-child(3) {
  width: 35.593220339%;
  border-left: 1px solid #dae1e6;
}
.c-table5__row td:nth-child(2) {
  padding: 8px 40px;
  border-left: 1px solid #dae1e6;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .c-table5__row td:nth-child(2) {
    padding: 8px 6px;
    text-align: center;
  }
}
.c-table5__field {
  padding: 8px 6px 0.45rem;
  background-color: #e6ecf0;
  color: #0037a6;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: center;
}
.c-table5__content {
  padding: 8px 6px;
  background-color: #fff;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-table5__content {
    font-size: 1.4rem;
  }
}
.c-table5__content small {
  color: #0037a6;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-table5__content small {
    font-size: 1.2rem;
  }
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.c-text1 {
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-text1 {
    font-size: 1.4rem;
  }
}
.c-text1--white {
  color: #fff;
}
.c-text2 {
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-text2 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.c-text2--white {
  color: #fff;
}
/*------------------------------------------------------------
    Thumbnail
------------------------------------------------------------*/
.c-thumb1 {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .c-thumb1 {
    border-radius: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .c-thumb1 {
    border-radius: 8px;
  }
}
.c-thumb1::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61.5740740741%;
}
@media only screen and (max-width: 1023px) {
  .c-thumb1::before {
    padding-top: 61.5384615385%;
  }
}
.c-thumb1 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;
}
/*------------------------------------------------------------
    Title
------------------------------------------------------------*/
.c-title1 {
  color: #0037a6;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-title1 {
    font-size: 3.5rem;
  }
}
.c-title1--white {
  color: #fff;
}
.c-title2 {
  color: #0037a6;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-title2 {
    font-size: 2rem;
  }
}
.c-title2--white {
  color: #fff;
}
.c-title3--white .c-title3__en {
  color: #fff;
}
.c-title3--white .c-title3__ja {
  color: #fff;
}
.c-title3__en {
  display: block;
  color: #0049db;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.005em;
}
.c-title3__ja {
  display: block;
  margin-top: 1px;
  color: #0049db;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.c-title4 {
  position: relative;
  padding-bottom: 43px;
}
.c-title4::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background-color: #edf524;
}
.c-title4__en {
  display: block;
  color: #0049db;
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.005em;
}
.c-title4__en + .c-title4__ja {
  margin-top: 6px;
}
.c-title4__ja {
  display: block;
  color: #0037a6;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.c-title4__officestation {
  display: inline-block;
}
.c-title4__officestation img {
  width: 422.5px;
}
.c-title4__officestation + .c-title4__ja {
  margin-top: 13px;
}
.c-title5 {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 16px;
  color: #0037a6;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-title5 {
    font-size: 2rem;
  }
}
.c-title5::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 4px;
  height: calc(100% - 3px);
  background-color: #0049db;
}
.c-title6 {
  position: relative;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 4px solid #e6ecf0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0037a6;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-title6 {
    padding-bottom: 12px;
    font-size: 2rem;
  }
}
.c-title7 {
  display: block;
  position: relative;
  width: 100%;
  min-height: 52px;
  padding-bottom: 19px;
  border-bottom: 4px solid #e6ecf0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0037a6;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-title7 {
    min-height: 41px;
    padding-bottom: 11px;
    font-size: 1.7rem;
  }
}
.c-title8 {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 50px;
  padding: 8px 24px 7px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  color: #0037a6;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-title8 {
    min-height: 45px;
    font-size: 2rem;
  }
}
.c-title8::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 24px;
  height: 13px;
  background-color: #fff;
  -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);
  z-index: -1;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    CSS of Top page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Introduction section
------------------------------------------------------------*/
.top-introduction {
  position: relative;
  padding: 115px 0 calc(247px + 13.3333333333vw);
}
@media only screen and (max-width: 1023px) {
  .top-introduction {
    padding: 138px 0 calc(144px + 13.25vw);
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction {
    padding: 137px 0 calc(144px + 13.25vw);
  }
}
.top-introduction.is-fixed {
  position: fixed;
  top: 30vh;
  left: 0;
  width: 100%;
  height: 100vh;
}
.top-introduction__title {
  color: #dae1e6;
  font-size: 14.3rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .top-introduction__title {
    font-size: min(13.34rem, 0.1852777778 * (100vw - 80px));
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__title {
    font-size: min(6.68rem, 0.1855555556 * (100vw - 40px));
  }
}
.top-introduction__subtitle {
  margin-top: 9px;
  color: #0049db;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.015em;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .top-introduction__subtitle {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__subtitle {
    margin-top: 9px;
    font-size: 3.684rem;
    white-space: unset;
  }
}
.top-introduction__subtitle span {
  margin-right: 2px;
}
@media only screen and (max-width: 767px) {
  .top-introduction__subtitle span {
    margin-right: 1px;
  }
}
.top-introduction__subtitle small {
  font-size: 3.3rem;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .top-introduction__subtitle small {
    font-size: 2.533rem;
  }
}
.top-introduction__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: 767px) {
  .top-introduction__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;
  }
}
.top-introduction__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40%;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .top-introduction__left {
    width: 38.8888888889%;
    min-width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    min-width: unset;
    padding-right: 0;
  }
}
.top-introduction__heading {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}
@media only screen and (max-width: 1023px) {
  .top-introduction__heading {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.top-introduction__leftinner {
  width: 100%;
  max-width: 360px;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .top-introduction__leftinner {
    max-width: 240px;
    margin-left: auto;
  }
}
.top-introduction__group {
  position: relative;
  width: 100%;
  margin-top: 44px;
}
@media only screen and (max-width: 1023px) {
  .top-introduction__group {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__group {
    margin-top: 26px;
  }
}
.top-introduction__group::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 121.1111111111%;
}
.top-introduction__people {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top-introduction__people img {
  width: 100%;
}
.top-introduction__dot1 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25.2777777778%;
  background-color: #edf524;
  border-radius: 50%;
}
.top-introduction__dot1::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.top-introduction__dot2 {
  display: block;
  position: absolute;
  top: 33.2568807339%;
  right: 0;
  width: 17.7777777778%;
  background-color: #edf524;
  border-radius: 50%;
}
.top-introduction__dot2::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.top-introduction__dot3 {
  display: block;
  position: absolute;
  top: 47.9357798165%;
  left: 0;
  width: 17.7777777778%;
  background-color: #edf524;
  border-radius: 50%;
}
.top-introduction__dot3::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.top-introduction__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 60%;
  margin-top: 253px;
}
@media only screen and (max-width: 1023px) {
  .top-introduction__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 61.1111111111%;
    margin-top: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    max-width: 640px;
    margin: 39px auto 0;
  }
}
.top-introduction__list {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -20px -112px;
}
@media only screen and (max-width: 1023px) {
  .top-introduction__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;
  }
}
.top-introduction__list.is-trigger {
  margin-top: 80vh;
}
@media only screen and (max-width: 767px) {
  .top-introduction__list.is-trigger {
    margin-top: 0;
  }
}
.top-introduction__list[data-animation][data-animation-type=fadeInUpGroup] .c-message1 {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(40px) scale(0.8);
  transform: translateY(40px) scale(0.8);
  opacity: 0;
}
.top-introduction__list[data-animation][data-animation-type=fadeInUpGroup] .top-introduction__item:nth-child(1) .c-message1 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.top-introduction__list[data-animation][data-animation-type=fadeInUpGroup] .top-introduction__item:nth-child(2) .c-message1 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.top-introduction__list[data-animation][data-animation-type=fadeInUpGroup] .top-introduction__item:nth-child(3) .c-message1 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.top-introduction__list[data-animation][data-animation-type=fadeInUpGroup] .top-introduction__item:nth-child(4) .c-message1 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.top-introduction__list[data-animation][data-animation-type=fadeInUpGroup] .top-introduction__item:nth-child(5) .c-message1 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.top-introduction__list[data-animation][data-animation-type=fadeInUpGroup] .top-introduction__item:nth-child(6) .c-message1 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.top-introduction__list[data-animation=after][data-animation-type=fadeInUpGroup] .c-message1 {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .top-introduction__list[data-animation][data-animation-type=fadeInUpGroupSp] .c-message1 {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transform: translateY(40px) scale(0.8);
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  .top-introduction__list[data-animation][data-animation-type=fadeInUpGroupSp] .top-introduction__item:nth-child(1) .c-message1 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .top-introduction__list[data-animation][data-animation-type=fadeInUpGroupSp] .top-introduction__item:nth-child(2) .c-message1 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .top-introduction__list[data-animation][data-animation-type=fadeInUpGroupSp] .top-introduction__item:nth-child(3) .c-message1 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .top-introduction__list[data-animation][data-animation-type=fadeInUpGroupSp] .top-introduction__item:nth-child(4) .c-message1 {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .top-introduction__list[data-animation][data-animation-type=fadeInUpGroupSp] .top-introduction__item:nth-child(5) .c-message1 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .top-introduction__list[data-animation][data-animation-type=fadeInUpGroupSp] .top-introduction__item:nth-child(6) .c-message1 {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .top-introduction__list[data-animation=after][data-animation-type=fadeInUpGroupSp] .c-message1 {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.top-introduction__item {
  width: calc(50% - 40px);
  max-width: 320px;
  margin: 0 20px 112px;
}
@media only screen and (max-width: 1023px) {
  .top-introduction__item {
    width: 100%;
    max-width: clamp(280px, 100% - 160px, 340px);
    margin: 0 auto 0 0;
  }
}
.top-introduction__item:nth-child(2n) {
  margin: 103px 20px 9px;
}
@media only screen and (max-width: 1023px) {
  .top-introduction__item:nth-child(2n) {
    margin: 0 0 0 auto;
  }
}
.top-introduction__item:nth-child(2n) .c-message1 {
  background-color: #00a6ff;
}
.top-introduction__item:nth-child(2n) .c-message1::after {
  background-color: #00a6ff;
}
@media only screen and (max-width: 1023px) {
  .top-introduction__item + .top-introduction__item {
    margin-top: 48px;
  }
}
.top-introduction__item.is-trigger {
  margin: 0 20px 192px;
}
@media only screen and (max-width: 1023px) {
  .top-introduction__item.is-trigger {
    margin: 0 auto 0 0;
  }
}
.top-introduction__item:nth-child(2n).is-trigger {
  margin: 183px 20px 9px;
}
@media only screen and (max-width: 1023px) {
  .top-introduction__item:nth-child(2n).is-trigger {
    margin: 0 0 0 auto;
  }
}
@media only screen and (max-width: 1023px) {
  .top-introduction__item.is-trigger + .top-introduction__item.is-trigger {
    margin-top: 148px;
  }
}
@media only screen and (max-width: 767px) {
  .top-introduction__item.is-trigger + .top-introduction__item.is-trigger {
    margin-top: 48px;
  }
}
/*------------------------------------------------------------
    CSS of Company section
------------------------------------------------------------*/
.top-company {
  position: relative;
  background-color: #0049db;
  padding: 80px 0 calc(160px + 13.3333333333vw);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-company {
    padding: 80px 0 calc(191px + 13.25vw);
  }
}
@media only screen and (max-width: 767px) {
  .top-company {
    padding: 80px 0 calc(80px + 13.25vw);
  }
}
.top-company__convex {
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: calc(13.4722222222vw + 1px);
  fill: #0049db;
}
@media only screen and (max-width: 1023px) {
  .top-company__convex {
    height: calc(13.5vw + 1px);
  }
}
@media only screen and (max-width: 767px) {
  .top-company__convex {
    height: calc(13.75vw + 1px);
  }
}
.top-company__heading {
  position: relative;
}
.top-company__title {
  position: relative;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-company__title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.top-company__people {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: -120px auto 0;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .top-company__people {
    margin-top: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .top-company__people {
    margin-top: 22px;
  }
}
.top-company__people img {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .top-company__body {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .top-company__body {
    margin-top: 25px;
  }
}
.top-company__subtitle {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .top-company__subtitle {
    font-size: 1.7rem;
  }
}
.top-company__content {
  margin-top: 14px;
}
.top-company__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}
@media only screen and (max-width: 1023px) {
  .top-company__btn {
    margin-top: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .top-company__btn {
    margin-top: 45px;
  }
}
/*------------------------------------------------------------
    CSS of Service section
------------------------------------------------------------*/
.top-service {
  position: relative;
  background-color: #fafafa;
  padding: 80px 0 calc(160px + 13.3333333333vw);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-service {
    padding: 80px 0 calc(160px + 13.25vw);
  }
}
@media only screen and (max-width: 767px) {
  .top-service {
    padding: 80px 0 calc(40px + 13.25vw);
  }
}
.top-service__convex {
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: calc(13.4722222222vw + 1px);
  fill: #fafafa;
}
@media only screen and (max-width: 1023px) {
  .top-service__convex {
    height: calc(13.5vw + 1px);
  }
}
@media only screen and (max-width: 767px) {
  .top-service__convex {
    height: calc(13.75vw + 1px);
  }
}
.top-service__block01 .top-service__body {
  position: relative;
  margin-top: 44px;
}
@media only screen and (max-width: 1023px) {
  .top-service__block01 .top-service__body {
    margin-top: 45px;
  }
}
.top-service__block01 .top-service__body .c-note1 {
  margin-top: 15px;
}
@media only screen and (max-width: 1023px) {
  .top-service__block01 .top-service__body .c-note1 {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .top-service__block01 .top-service__body .c-note1 {
    margin-top: 13px;
  }
}
.top-service__title {
  position: relative;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-service__title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.top-service__content {
  position: relative;
  z-index: 2;
}
.top-service__group {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: -119px auto 0;
}
@media only screen and (max-width: 1023px) {
  .top-service__group {
    margin-top: 24px;
  }
}
.top-service__group[data-animation][data-animation-type=bubbleInGroup] .top-service__chatbox1 {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.top-service__group[data-animation][data-animation-type=bubbleInGroup] .top-service__chatbox2 {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.top-service__group[data-animation][data-animation-type=bubbleInGroup] .top-service__chatbox3 {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.top-service__group[data-animation=after][data-animation-type=bubbleInGroup] .top-service__chatbox1 {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.top-service__group[data-animation=after][data-animation-type=bubbleInGroup] .top-service__chatbox2 {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.top-service__group[data-animation=after][data-animation-type=bubbleInGroup] .top-service__chatbox3 {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.top-service__people {
  position: relative;
  pointer-events: none;
}
.top-service__people img {
  width: 100%;
}
.top-service__chatbox1 {
  position: absolute;
  top: 31.6743119266%;
  left: 41.3482142857%;
  width: 9.5723214286%;
  z-index: 1;
  pointer-events: none;
}
.top-service__chatbox1 img {
  width: 100%;
}
.top-service__chatbox2 {
  position: absolute;
  top: 30.8944954128%;
  left: 60.3214285714%;
  width: 9.3607142857%;
  z-index: 1;
  pointer-events: none;
}
.top-service__chatbox2 img {
  width: 100%;
}
.top-service__chatbox3 {
  position: absolute;
  top: 63.7155963303%;
  left: 44.9732142857%;
  width: 12.5830357143%;
  z-index: 1;
  pointer-events: none;
}
.top-service__chatbox3 img {
  width: 100%;
}
.top-service__block02 {
  margin-top: 104px;
  padding-bottom: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .top-service__block02 {
    margin-top: 105px;
  }
}
.top-service__block02 .top-service__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;
}
.top-service__block02 .top-service__title {
  width: 100%;
  margin-top: 9px;
}
@media only screen and (max-width: 1023px) {
  .top-service__block02 .top-service__title {
    margin-top: 8px;
  }
}
.top-service__block02 .top-service__body {
  margin-top: 31px;
}
.top-service__brand {
  display: inline-block;
}
.top-service__brand img {
  width: 338px;
}
.top-service__slider {
  overflow: unset;
}
.top-service__slide {
  width: 320px;
}
@media only screen and (max-width: 374px) {
  .top-service__slide {
    width: 280px;
  }
}
.top-service__control {
  position: relative;
  margin-top: 32px;
  z-index: 1;
}
.top-service__block03 {
  position: relative;
  margin-top: 65px;
}
@media only screen and (max-width: 1023px) {
  .top-service__block03 {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .top-service__block03 {
    margin-top: 0;
  }
}
.top-service__block03 .top-service__heading {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .top-service__block03 .top-service__heading {
    margin-top: 40px;
  }
}
.top-service__block03 .top-service__body {
  position: relative;
  margin-top: 30px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-service__block03 .top-service__body {
    margin-top: 31px;
  }
}
@media only screen and (max-width: 767px) {
  .top-service__block03 .top-service__body {
    margin-top: 15px;
  }
}
.top-service__group1 {
  position: absolute;
  top: -84px;
  right: 0;
  width: 257px;
}
@media only screen and (max-width: 767px) {
  .top-service__group1 {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    max-width: 257px;
    margin-left: auto;
  }
}
.top-service__group2 {
  position: absolute;
  bottom: -160px;
  left: 20px;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .top-service__group2 {
    position: relative;
    bottom: unset;
    left: unset;
    width: 100%;
    max-width: 200px;
    margin-right: auto;
    margin-top: 40px;
    margin-left: 10px;
  }
}
.top-service__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;
  margin: 0 -10px -24px;
}
@media only screen and (max-width: 1023px) {
  .top-service__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;
    margin: 0;
  }
}
.top-service__item {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px 24px;
}
@media only screen and (max-width: 1023px) {
  .top-service__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .top-service__item + .top-service__item {
    margin-top: 8px;
  }
}
.top-service__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .top-service__btn {
    margin-top: 28px;
  }
}
/*------------------------------------------------------------
    CSS of Plan section
------------------------------------------------------------*/
.top-plan {
  position: relative;
  background-color: #fff;
  padding: 80px 0 160px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-plan {
    padding: 80px 0 160px;
  }
}
@media only screen and (max-width: 767px) {
  .top-plan {
    padding: 80px 0;
  }
}
.top-plan__convex {
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: calc(13.4722222222vw + 1px);
  fill: #fff;
}
@media only screen and (max-width: 1023px) {
  .top-plan__convex {
    height: calc(13.5vw + 1px);
  }
}
@media only screen and (max-width: 767px) {
  .top-plan__convex {
    height: calc(13.75vw + 1px);
  }
}
.top-plan__body {
  margin-top: 30px;
}
@media only screen and (max-width: 1023px) {
  .top-plan__body {
    margin-top: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .top-plan__body {
    margin-top: 13px;
  }
}
.top-plan__content {
  text-align: center;
}
.top-plan__flow {
  margin-top: 29px;
}
@media only screen and (max-width: 1023px) {
  .top-plan__flow {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .top-plan__flow {
    margin-top: 14px;
  }
}
.top-plan__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .top-plan__btn {
    margin-top: 28px;
  }
}
.top-plan__gallery {
  margin-top: 104px;
}
@media only screen and (max-width: 767px) {
  .top-plan__gallery {
    margin-top: 52px;
  }
}
.top-plan__slide {
  width: 432px;
}
@media only screen and (max-width: 767px) {
  .top-plan__slide {
    width: 208px;
  }
}
.top-plan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -8px;
}
@media only screen and (max-width: 1023px) {
  .top-plan__list {
    margin: 0 -4px;
  }
}
@media only screen and (max-width: 767px) {
  .top-plan__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;
    margin: 0;
  }
}
.top-plan__item {
  width: calc(33.3333333333% - 16px);
  margin: 0 8px;
}
@media only screen and (max-width: 1023px) {
  .top-plan__item {
    width: calc(33.3333333333% - 8px);
    margin: 0 4px;
  }
}
@media only screen and (max-width: 767px) {
  .top-plan__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-plan__item + .top-plan__item {
    margin-top: 8px;
  }
}
/*------------------------------------------------------------
    CSS of News section
------------------------------------------------------------*/
.top-news {
  position: relative;
  background-color: #f7fbff;
  padding: 128px 0 125px;
}
@media only screen and (max-width: 1023px) {
  .top-news {
    padding: 128px 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-news {
    padding: 64px 0;
  }
}
.top-news__body {
  margin-top: 32px;
}
@media only screen and (max-width: 1023px) {
  .top-news__body {
    margin-top: 31px;
  }
}
.top-news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 22px;
}
@media only screen and (max-width: 1023px) {
  .top-news__btn {
    margin-top: 24px;
    padding-right: 11px;
  }
}
.top-news__btn .c-btn3 {
  text-align: right;
}
/*------------------------------------------------------------
    CSS of Company page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Message section
------------------------------------------------------------*/
.company-message {
  position: relative;
  padding: 132px 0 0;
}
@media only screen and (max-width: 1023px) {
  .company-message {
    padding: 164px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .company-message {
    padding: 84px 0 0;
  }
}
.company-message__body {
  margin-top: 39px;
}
@media only screen and (max-width: 1023px) {
  .company-message__body {
    margin-top: 40px;
  }
}
.company-message__subtitle {
  color: #0037a6;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .company-message__subtitle {
    font-size: 3.5rem;
  }
}
.company-message__thumb {
  position: relative;
  width: 100%;
  height: 340px;
  margin-top: 39px;
  background-color: #ccc;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .company-message__thumb {
    height: auto;
    max-height: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .company-message__thumb::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 94.4444444444%;
  }
}
.company-message__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media only screen and (max-width: 767px) {
  .company-message__thumb img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-position: 62.5% center;
    object-position: 62.5% center;
  }
}
.company-message__content {
  margin-top: 38px;
}
.company-message__content p + p {
  margin-top: 2.88rem;
}
@media only screen and (max-width: 1023px) {
  .company-message__content p + p {
    margin-top: 2.52rem;
  }
}
.company-message__signature {
  margin-top: 61px;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .company-message__signature {
    margin-top: 37px;
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
    CSS of Philosophy section
------------------------------------------------------------*/
.company-philosophy {
  position: relative;
  padding: 162px 0 0;
}
@media only screen and (max-width: 767px) {
  .company-philosophy {
    padding: 82px 0 0;
  }
}
.company-philosophy__body {
  margin-top: 33px;
}
@media only screen and (max-width: 1023px) {
  .company-philosophy__body {
    margin-top: 34px;
  }
}
.company-philosophy__subtitle {
  color: #0037a6;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .company-philosophy__subtitle {
    font-size: 3.5rem;
  }
}
.company-philosophy__box {
  margin-top: 33px;
}
@media only screen and (max-width: 1023px) {
  .company-philosophy__box {
    margin-top: 34px;
  }
}
/*------------------------------------------------------------
    CSS of Policy section
------------------------------------------------------------*/
.company-policy {
  position: relative;
  padding: 164px 0 0;
}
@media only screen and (max-width: 767px) {
  .company-policy {
    padding: 84px 0 0;
  }
}
.company-policy__body {
  margin-top: 40px;
}
/*------------------------------------------------------------
    CSS of Strength section
------------------------------------------------------------*/
.company-strength {
  position: relative;
  padding: 164px 0 0;
}
@media only screen and (max-width: 767px) {
  .company-strength {
    padding: 84px 0 0;
  }
}
.company-strength__body {
  margin-top: 38px;
}
.company-strength__body .c-list2 {
  margin-top: 21px;
}
@media only screen and (max-width: 1023px) {
  .company-strength__body .c-list2 {
    margin-top: 22px;
  }
}
/*------------------------------------------------------------
    CSS of Profile section
------------------------------------------------------------*/
.company-profile {
  position: relative;
  padding: 164px 0 160px;
}
@media only screen and (max-width: 767px) {
  .company-profile {
    padding: 84px 0 80px;
  }
}
.company-profile__body {
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .company-profile__body {
    margin-top: 41px;
  }
}
@media only screen and (max-width: 767px) {
  .company-profile__body {
    margin-top: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Service page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Introduction section
------------------------------------------------------------*/
.service-introduction {
  position: relative;
  padding: 127px 0 0;
}
@media only screen and (max-width: 1023px) {
  .service-introduction {
    padding: 160px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-introduction {
    padding: 90px 0 0;
  }
}
.service-introduction__title {
  color: #0037a6;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .service-introduction__title {
    font-size: 3.5rem;
  }
}
.service-introduction__body {
  margin-top: 39px;
}
@media only screen and (max-width: 1023px) {
  .service-introduction__body {
    margin-top: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .service-introduction__body {
    margin-top: 39px;
  }
}
.service-introduction__thumb {
  position: relative;
  width: 100%;
  height: 340px;
  background-color: #ccc;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .service-introduction__thumb {
    height: auto;
    max-height: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .service-introduction__thumb::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 94.4444444444%;
  }
}
.service-introduction__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media only screen and (max-width: 767px) {
  .service-introduction__thumb img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.service-introduction__content {
  margin-top: 38px;
}
.service-introduction__content p + p {
  margin-top: 2.88rem;
}
@media only screen and (max-width: 1023px) {
  .service-introduction__content p + p {
    margin-top: 2.52rem;
  }
}
.service-introduction__content p + .c-list3 {
  margin-top: 10px;
}
.service-introduction__content .c-list3 + p {
  margin-top: 10px;
}
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.service-main {
  position: relative;
  padding: 160px 0 0;
}
@media only screen and (max-width: 1023px) {
  .service-main {
    padding: 162px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-main {
    padding: 82px 0 0;
  }
}
.service-main__body {
  margin-top: 41px;
}
@media only screen and (max-width: 1023px) {
  .service-main__body {
    margin-top: 40px;
  }
}
.service-main__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.service-main__list {
  margin-top: 24px;
}
.service-main__item + .service-main__item {
  margin-top: 24px;
}
/*------------------------------------------------------------
    CSS of Partnership section
------------------------------------------------------------*/
.service-partnership {
  position: relative;
  padding: 164px 0 0;
}
@media only screen and (max-width: 1023px) {
  .service-partnership {
    padding: 167px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-partnership {
    padding: 84px 0 0;
  }
}
.service-partnership__body {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .service-partnership__body {
    margin-top: 47px;
  }
}
.service-partnership__item + .service-partnership__item {
  margin-top: 48px;
}
.service-partnership__block01 {
  margin-top: 21px;
}
@media only screen and (max-width: 1023px) {
  .service-partnership__block01 {
    margin-top: 22px;
  }
}
.service-partnership__block01 .c-box4 + .c-box4 {
  margin-top: 16px;
}
.service-partnership__block02 {
  margin-top: 21px;
}
@media only screen and (max-width: 1023px) {
  .service-partnership__block02 {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .service-partnership__block02 {
    margin-top: 21px;
  }
}
.service-partnership__block02 .c-text1 {
  margin-top: 2px;
}
@media only screen and (max-width: 1023px) {
  .service-partnership__block02 .c-text1 {
    margin-top: 5px;
  }
}
.service-partnership__map {
  position: relative;
  width: 100%;
  height: 340px;
  margin-top: 10px;
  background-color: #ccc;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .service-partnership__map {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .service-partnership__map {
    margin-top: 10px;
  }
}
.service-partnership__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.service-partnership__block03 {
  margin-top: 24px;
}
.service-partnership__block04 p + .c-list3 {
  margin-top: 9px;
}
@media only screen and (max-width: 1023px) {
  .service-partnership__block04 p + .c-list3 {
    margin-top: 10px;
  }
}
.service-partnership__block04 p + .c-list4 {
  margin-top: 6px;
}
@media only screen and (max-width: 1023px) {
  .service-partnership__block04 p + .c-list4 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .service-partnership__block04 p + .c-list4 {
    margin-top: 9px;
  }
}
.service-partnership__block04 .c-list4 + p {
  margin-top: 17px;
}
@media only screen and (max-width: 767px) {
  .service-partnership__block04 .c-list4 + p {
    margin-top: 22px;
  }
}
.service-partnership__block05 {
  margin-top: 21px;
}
@media only screen and (max-width: 1023px) {
  .service-partnership__block05 {
    margin-top: 22px;
  }
}
.service-partnership__block05 .c-box5 {
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .service-partnership__block05 .c-box5 {
    margin-top: 37px;
  }
}
.service-partnership__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -12px;
}
@media only screen and (max-width: 767px) {
  .service-partnership__sublist {
    -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;
  }
}
.service-partnership__sublist + .c-text1 {
  margin-top: 22px;
}
.service-partnership__subitem {
  width: calc(50% - 24px);
  margin: 0 12px;
}
@media only screen and (max-width: 767px) {
  .service-partnership__subitem {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-partnership__subitem + .service-partnership__subitem {
    margin-top: 24px;
  }
}
.service-partnership__footer {
  position: relative;
  width: 100%;
  margin-top: 40px;
  padding-top: 38px;
  border-top: 4px solid #e6ecf0;
}
/*------------------------------------------------------------
    CSS of FAQ section
------------------------------------------------------------*/
.service-faq {
  position: relative;
  padding: 162px 0 160px;
}
@media only screen and (max-width: 1023px) {
  .service-faq {
    padding: 161px 0 163px;
  }
}
@media only screen and (max-width: 767px) {
  .service-faq {
    padding: 82px 0 104px;
  }
}
.service-faq__body {
  margin-top: 40px;
}
.service-faq__item + .service-faq__item {
  margin-top: 24px;
}
@media only screen and (max-width: 1023px) {
  .service-faq__item + .service-faq__item {
    margin-top: 27px;
  }
}
/*------------------------------------------------------------
    CSS of Plan page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Introduction section
------------------------------------------------------------*/
.plan-introduction {
  position: relative;
  padding: 127px 0 0;
}
@media only screen and (max-width: 1023px) {
  .plan-introduction {
    padding: 160px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .plan-introduction {
    padding: 90px 0 0;
  }
}
.plan-introduction__title {
  color: #0037a6;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .plan-introduction__title {
    font-size: 3.5rem;
  }
}
.plan-introduction__body {
  margin-top: 39px;
}
@media only screen and (max-width: 1023px) {
  .plan-introduction__body {
    margin-top: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .plan-introduction__body {
    margin-top: 39px;
  }
}
.plan-introduction__thumb {
  position: relative;
  width: 100%;
  height: 340px;
  background-color: #ccc;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .plan-introduction__thumb {
    height: auto;
    max-height: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .plan-introduction__thumb::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 94.4444444444%;
  }
}
.plan-introduction__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media only screen and (max-width: 767px) {
  .plan-introduction__thumb img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.plan-introduction__content {
  margin-top: 38px;
}
.plan-introduction__content p + p {
  margin-top: 2.88rem;
}
@media only screen and (max-width: 1023px) {
  .plan-introduction__content p + p {
    margin-top: 2.52rem;
  }
}
.plan-introduction__content p + .c-list3 {
  margin-top: 9px;
}
.plan-introduction__content .c-list3 + p {
  margin-top: 10px;
}
/*------------------------------------------------------------
    CSS of Features section
------------------------------------------------------------*/
.plan-features {
  position: relative;
  padding: 162px 0 0;
}
@media only screen and (max-width: 767px) {
  .plan-features {
    padding: 82px 0 0;
  }
}
.plan-features__body {
  margin-top: 40px;
}
.plan-features__item + .plan-features__item {
  margin-top: 2.45rem;
}
/*------------------------------------------------------------
    CSS of Advisory section
------------------------------------------------------------*/
.plan-advisory {
  position: relative;
  padding: 164px 0 0;
}
@media only screen and (max-width: 767px) {
  .plan-advisory {
    padding: 84px 0 0;
  }
}
.plan-advisory__body {
  margin-top: 38px;
}
.plan-advisory__main {
  margin-top: 61px;
}
.plan-advisory__item + .plan-advisory__item {
  margin-top: 64px;
}
.plan-advisory__block01 p + .c-list2 {
  margin-top: 21px;
}
.plan-advisory__block02 .c-part3__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 21px;
}
@media only screen and (max-width: 767px) {
  .plan-advisory__block02 .c-part3__table {
    -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;
  }
}
.plan-advisory__block02 .c-part3__table .c-table2 {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .plan-advisory__block02 .c-part3__table .c-table2 {
    width: 100%;
  }
}
.plan-advisory__block02 .c-part3__table .c-table2 + .c-table2 {
  border-left: 1px solid #dae1e6;
}
@media only screen and (max-width: 767px) {
  .plan-advisory__block02 .c-part3__table .c-table2 + .c-table2 {
    border-left: none;
  }
}
@media only screen and (max-width: 767px) {
  .plan-advisory__block02 .c-part3__table .c-table2:nth-child(1) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .plan-advisory__block02 .c-part3__table .c-table2:nth-child(2) .c-table2__head {
    display: none;
  }
}
.plan-advisory__block02 .c-part3__table + .c-note1 {
  margin-top: 13px;
}
@media only screen and (max-width: 1023px) {
  .plan-advisory__block02 .c-part3__table + .c-note1 {
    margin-top: 12px;
  }
}
.plan-advisory__banner {
  margin-top: 63px;
}
@media only screen and (max-width: 767px) {
  .plan-advisory__banner {
    margin-top: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Onetime section
------------------------------------------------------------*/
.plan-onetime {
  position: relative;
  padding: 164px 0 0;
}
@media only screen and (max-width: 767px) {
  .plan-onetime {
    padding: 84px 0 0;
  }
}
.plan-onetime__body {
  margin-top: 38px;
}
.plan-onetime__block01 {
  margin-top: 37px;
}
.plan-onetime__block01 .c-list2 {
  margin-top: 4px;
}
.plan-onetime__block01 .c-list2 + .c-note1 {
  margin-top: 13px;
}
@media only screen and (max-width: 1023px) {
  .plan-onetime__block01 .c-list2 + .c-note1 {
    margin-top: 12px;
  }
}
/*------------------------------------------------------------
    CSS of Fees section
------------------------------------------------------------*/
.plan-fees {
  position: relative;
  padding: 163px 0 0;
}
@media only screen and (max-width: 767px) {
  .plan-fees {
    padding: 83px 0 0;
  }
}
.plan-fees__body {
  margin-top: 41px;
}
@media only screen and (max-width: 1023px) {
  .plan-fees__body {
    margin-top: 40px;
  }
}
.plan-fees__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.plan-fees__list {
  margin-top: 24px;
}
.plan-fees__item + .plan-fees__item {
  margin-top: 24px;
}
.plan-fees__banner {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .plan-fees__banner {
    margin-top: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Office station section
------------------------------------------------------------*/
.plan-officestation {
  position: relative;
  padding: 160px 0 0;
}
@media only screen and (max-width: 767px) {
  .plan-officestation {
    padding: 80px 0 0;
  }
}
.plan-officestation__body {
  margin-top: 38px;
}
.plan-officestation__list {
  margin-top: 61px;
}
@media only screen and (max-width: 767px) {
  .plan-officestation__list {
    margin-top: 38px;
  }
}
.plan-officestation__item + .plan-officestation__item {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .plan-officestation__item + .plan-officestation__item {
    margin-top: 40px;
  }
}
.plan-officestation__table {
  margin-top: 24px;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}
.plan-officestation__table + .c-note1 {
  margin: 13px 0 -1px;
}
@media only screen and (max-width: 1023px) {
  .plan-officestation__table + .c-note1 {
    margin: 12px 0 -1px;
  }
}
@media only screen and (max-width: 767px) {
  .plan-officestation__table .c-table3--style4 {
    min-width: 538px;
  }
}
@media only screen and (max-width: 767px) {
  .plan-officestation__table .c-table5 {
    min-width: 640px;
  }
}
.plan-officestation__table .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 1;
}
.plan-officestation__table .scroll-hint-icon {
  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: absolute;
  top: calc(50% - 72px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 179px;
  height: 152px;
  padding: 24px 16px;
  background-color: rgba(0, 55, 166, 0.95);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.plan-officestation__table .scroll-hint-icon::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background-image: url("/assets/img/common/icon-scroll-hand.svg");
}
.plan-officestation__table .scroll-hint-icon::after {
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  margin-left: 0;
  background-image: url("/assets/img/common/icon-scroll-arrow.svg");
  background-size: contain;
  background-position: center center;
}
.plan-officestation__table .scroll-hint-text {
  margin: 17px 0 2px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: center;
}
/*------------------------------------------------------------
    CSS of Payment section
------------------------------------------------------------*/
.plan-payment {
  position: relative;
  padding: 164px 0 0;
}
@media only screen and (max-width: 767px) {
  .plan-payment {
    padding: 84px 0 0;
  }
}
.plan-payment__body {
  margin-top: 38px;
}
.plan-payment__main {
  margin-top: 38px;
}
.plan-payment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -12px;
}
@media only screen and (max-width: 767px) {
  .plan-payment__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;
    margin: 0;
  }
}
.plan-payment__item {
  width: calc(33.3333333333% - 24px);
  margin: 0 12px;
}
@media only screen and (max-width: 767px) {
  .plan-payment__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .plan-payment__item + .plan-payment__item {
    margin-top: 24px;
  }
}
/*------------------------------------------------------------
    CSS of FAQ section
------------------------------------------------------------*/
.plan-faq {
  position: relative;
  padding: 164px 0 165px;
}
@media only screen and (max-width: 767px) {
  .plan-faq {
    padding: 84px 0 105px;
  }
}
.plan-faq__body {
  margin-top: 41px;
}
.plan-faq__item + .plan-faq__item {
  margin-top: 24px;
}
@media only screen and (max-width: 1023px) {
  .plan-faq__item + .plan-faq__item {
    margin-top: 27px;
  }
}
.plan-faq__banner {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .plan-faq__banner {
    margin-top: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Contact page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Form section
------------------------------------------------------------*/
.contact-form {
  position: relative;
  padding: 0 0 160px;
}
@media only screen and (max-width: 767px) {
  .contact-form {
    padding: 0 0 80px;
  }
}
.contact-form__block + .contact-form__block {
  margin-top: 70px;
}
@media only screen and (max-width: 1023px) {
  .contact-form__block + .contact-form__block {
    margin-top: 54px;
  }
}
.contact-form__body {
  margin-top: 40px;
}
.contact-form__row + .contact-form__row {
  margin-top: 40px;
}
.contact-form__label .c-note1 {
  margin-top: 11px;
}
.contact-form__label + .contact-form__field {
  margin-top: 10px;
}
.contact-form__label:has(.c-note1) + .contact-form__field {
  margin-top: 1px;
}
.contact-form__accept {
  position: relative;
  width: 100%;
  margin-top: 80px;
  padding-top: 80px;
  border-top: 4px solid #e6ecf0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .contact-form__accept {
    margin-top: 64px;
    padding-top: 64px;
  }
}
.contact-form__accept .contact-form__label .c-text1 {
  margin-top: 8px;
}
.contact-form__accept .contact-form__label .c-btn7 {
  margin-top: 7px;
}
@media only screen and (max-width: 1023px) {
  .contact-form__accept .contact-form__label .c-btn7 {
    margin-top: 6px;
  }
}
.contact-form__accept .contact-form__field {
  margin-top: 19px;
}
.contact-form__footer {
  position: relative;
  width: 100%;
  margin-top: 80px;
  padding-top: 80px;
  border-top: 4px solid #e6ecf0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .contact-form__footer {
    margin-top: 64px;
    padding-top: 64px;
  }
}
.contact-form__groupbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -4px;
}
@media only screen and (max-width: 767px) {
  .contact-form__groupbtn {
    -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;
  }
}
.contact-form__groupbtn .c-btn8 {
  width: 100%;
  min-width: unset;
  max-width: 320px;
  margin: 0 4px;
}
@media only screen and (max-width: 767px) {
  .contact-form__groupbtn .c-btn8 {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form__groupbtn .c-btn8 + .c-btn8 {
    margin-top: 8px;
  }
}
.contact-form__recaptcha {
  text-align: center;
}
.contact-form__content {
  margin-top: 26px;
}
@media only screen and (max-width: 1023px) {
  .contact-form__content {
    margin-top: 28px;
  }
}
.mw_wp_form .c-radio__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 .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .c-checkbox__group .vertical-item + .vertical-item {
  margin-top: 8px;
}
.mw_wp_form_confirm .c-input,
.mw_wp_form_confirm .c-radio__group,
.mw_wp_form_confirm .c-checkbox__group,
.mw_wp_form_confirm .c-select1 {
  width: 100%;
  min-height: 24px;
  margin: 0;
  color: #0037a6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm .c-input,
  .mw_wp_form_confirm .c-radio__group,
  .mw_wp_form_confirm .c-checkbox__group,
  .mw_wp_form_confirm .c-select1 {
    min-height: 21px;
    font-size: 1.4rem;
  }
}
.mw_wp_form_confirm .c-select1::after {
  content: none;
}
.mw_wp_form_confirm .c-input__itemlabel + .c-input__iteminput {
  margin-top: 3px;
}
.mw_wp_form_confirm .contact-form__label .c-note1 {
  display: none;
}
.mw_wp_form_confirm .contact-form__accept .contact-form__field {
  margin-top: 8px;
}
.mw_wp_form_confirm .contact-form__label:has(.c-note1) + .contact-form__field {
  margin-top: 10px;
}
.mw_wp_form_confirm .contact-form__row--email .c-input__group--vertical .c-input__item:nth-child(2) {
  display: none;
}
.mw_wp_form_confirm .contact-form__row--consultation .c-checkbox__group {
  min-height: unset;
}
.mw_wp_form_confirm .c-checkbox__group--other .c-input__group {
  position: relative;
  bottom: unset;
  left: unset;
  width: 100%;
  max-width: unset;
}
.mw_wp_form_confirm .c-checkbox__group--other .c-input__group .c-input {
  min-height: unset;
}
.grecaptcha-badge {
  bottom: 234px !important;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 80px !important;
  }
}
/*------------------------------------------------------------
    CSS of News page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Archive section
------------------------------------------------------------*/
.news-archive {
  position: relative;
  padding: 0 0 160px;
}
@media only screen and (max-width: 1023px) {
  .news-archive {
    padding: 160px 0;
  }
}
@media only screen and (max-width: 767px) {
  .news-archive {
    padding: 80px 0;
  }
}
.news-archive__pagi {
  margin-top: 40px;
}
/*------------------------------------------------------------
    CSS of Single section
------------------------------------------------------------*/
.news-single {
  position: relative;
  padding: 0 0 160px;
}
@media only screen and (max-width: 767px) {
  .news-single {
    padding: 0 0 80px;
  }
}
.news-single__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 56px;
}
@media only screen and (max-width: 1023px) {
  .news-single__btn {
    margin-top: 28px;
  }
}
/*------------------------------------------------------------
    CSS of Privacy page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.privacy-main {
  position: relative;
  padding: 0 0 144px;
}
@media only screen and (max-width: 1023px) {
  .privacy-main {
    padding: 0 0 160px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-main {
    padding: 0 0 80px;
  }
}
.privacy-main__box {
  padding-bottom: 96px;
}
@media only screen and (max-width: 1023px) {
  .privacy-main__box {
    padding-bottom: 64px;
  }
}
.privacy-main__body {
  margin-top: 1px;
}
@media only screen and (max-width: 1023px) {
  .privacy-main__body {
    margin-top: 0;
  }
}
.privacy-main__row {
  position: relative;
  width: 100%;
  padding: 57px 0 54px;
  border-bottom: 1px solid #e6ecf0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .privacy-main__row {
    padding: 56px 0 54px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-main__row {
    padding: 40px 0 38px;
  }
}
.privacy-main__row:first-child {
  padding-top: 0;
}
.privacy-main__row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.privacy-main__content {
  margin-top: 26px;
}
@media only screen and (max-width: 1023px) {
  .privacy-main__content {
    margin-top: 28px;
  }
}
.privacy-main__content .c-list5 {
  margin-top: 11px;
}
.privacy-main__contact {
  margin-top: 21px;
}
.privacy-main__contact .c-text1 {
  margin: 2px 0 -2px;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Display
------------------------------------------------------------*/
.u-none {
  display: none;
}
.u-inblock {
  display: inline-block;
}
.u-hidesvg {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
/*------------------------------------------------------------
    Background
------------------------------------------------------------*/
/*------------------------------------------------------------
    Spacing
------------------------------------------------------------*/
/*------------------------------------------------------------
    Font
------------------------------------------------------------*/
.u-zen-kaku {
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.u-outfit {
  font-family: "Outfit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.u-semibold {
  font-weight: 600;
}
/*------------------------------------------------------------
    Animation
------------------------------------------------------------*/
[data-animation] {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
[data-animation][data-animation-type=fadeIn] {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
[data-animation=after][data-animation-type=fadeIn] {
  opacity: 1;
}
[data-animation][data-animation-type=fadeInUp] {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
}
[data-animation=after][data-animation-type=fadeInUp] {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
[data-animation][data-animation-type=fadeInScale] {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
}
[data-animation][data-animation-type=fadeInScale] img {
  opacity: 0;
  -webkit-transform: scale(1.04) translateY(13px);
  transform: scale(1.04) translateY(13px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
[data-animation=after][data-animation-type=fadeInScale] {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
[data-animation=after][data-animation-type=fadeInScale] img {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
@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;
  }
}