@charset "UTF-8";
/*------------------------------------------------------------
    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%;
  scroll-behavior: smooth;
  overflow-x: visible;
}
body {
  color: #231916;
  overflow-x: hidden;
}
html.c-active {
  overflow-y: hidden;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
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;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}
img {
  max-width: 100%;
  display: inline-block;
  height: auto;
}
.sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-header__fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.c-header__burger {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.menu-toggle span {
  height: 3px;
  background-color: #fff;
  -webkit-transition: width 200ms ease;
  transition: width 200ms ease;
  transition: width 200ms ease;
  transition: width 200ms ease;
}
.menu-toggle span:nth-child(1) {
  width: 80%;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
}
.menu-toggle span:nth-child(2) {
  width: 100%;
}
.menu-toggle span:nth-child(3) {
  width: 60%;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
}
.menu-toggle span:nth-child(4) {
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 3px;
  height: 0;
  -webkit-transition: height 400ms;
  transition: height 400ms;
  transition: height 400ms;
  transition: height 400ms;
}
.menu-toggle.c-active {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
}
.menu-toggle.c-active span:nth-child(1) {
  width: 0;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
}
.menu-toggle.c-active span:nth-child(3) {
  width: 0;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
  transition-delay: 150ms;
  transition-delay: 150ms;
}
.menu-toggle.c-active span:nth-child(4) {
  height: 28px;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
  transition: height 200ms ease;
  transition: height 200ms ease;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
}
.c-header__burger {
  display: none;
  width: 51px;
  height: 52px;
  border-radius: 50%;
  background-color: #fff;
  position: fixed;
  right: 11px;
  top: 15px;
  z-index: 999;
  -webkit-box-shadow: 0 0 6px #d1cfcf;
  box-shadow: 0 0 6px #d1cfcf;
}
@media only screen and (max-width: 872px) {
  .c-header__burger {
    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;
  }
}
.menu-toggle {
  height: 23px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
  transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.menu-toggle span {
  height: 3px;
  background-color: #fff;
  -webkit-transition: width 200ms ease;
  transition: width 200ms ease;
  transition: width 200ms ease;
  transition: width 200ms ease;
  transition: width 200ms ease;
}
.menu-toggle span:nth-child(1) {
  width: 100%;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
}
.menu-toggle span:nth-child(2) {
  width: 100%;
}
.menu-toggle span:nth-child(3) {
  width: 80%;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
}
.menu-toggle span:nth-child(4) {
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 3px;
  height: 0;
  -webkit-transition: height 400ms;
  transition: height 400ms;
  transition: height 400ms;
  transition: height 400ms;
  transition: height 400ms;
}
.menu-toggle.c-active {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
}
.menu-toggle.c-active span:nth-child(1) {
  width: 0;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
}
.menu-toggle.c-active span:nth-child(3) {
  width: 0;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
  transition-delay: 150ms;
  transition-delay: 150ms;
  transition-delay: 150ms;
}
.menu-toggle.c-active span:nth-child(4) {
  height: 28px;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
  transition: height 200ms ease;
  transition: height 200ms ease;
  transition: height 200ms ease;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
}
.c-modal__menu {
  background-color: #cad4e9;
  width: 100%;
  height: 150vh;
  overflow-y: auto;
  padding: 100px 5% 150px;
  display: none;
  right: 100%;
  position: absolute;
  z-index: 500;
  -webkit-transition: right 1s cubic-bezier(0.42, 0, 0.05, 1.04);
  transition: right 1s cubic-bezier(0.42, 0, 0.05, 1.04);
  transition: right 1s cubic-bezier(0.42, 0, 0.05, 1.04);
  transition: right 1s cubic-bezier(0.42, 0, 0.05, 1.04);
  transition: right 1s cubic-bezier(0.42, 0, 0.05, 1.04);
}
@media only screen and (max-width: 767px) {
  .c-modal__menu {
    display: block;
  }
}
.c-modal__menu.c-active {
  right: 0;
}
.c-modal__menu .c-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}
.c-modal__iconlogo {
  width: 46px;
}
.c-modal__menu .c-modal__links .c-modal__link {
  background-color: #002a89;
  color: #fff;
  padding: 14px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-modal__menu .c-modal__links .c-modal__link i {
  width: 22px;
  font-size: 2.4rem;
}
.c-modal__menu .c-modal__links .c-modal__link span {
  margin-left: 20px;
  letter-spacing: 2.5px;
  font-size: 1.6rem;
  font-weight: 500;
}
.c-modal__menu .c-modal__links .c-modal__link + .c-modal__link {
  margin-top: 13px;
}
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  background-color: #002a89;
  padding: 113px 0;
}
@media only screen and (max-width: 767px) {
  .c-footer {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 580px) {
  .c-footer {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 414px) {
  .c-footer {
    padding: 18px 0 22px;
  }
}
.c-footer .l-container {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 414px) {
  .c-footer .l-container {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
.l-container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 25px;
}
@media only screen and (max-width: 1023px) {
  .l-container {
    padding: 0 3%;
  }
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 20px;
  }
}
.l-container2 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.9% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.9% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    top: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    top: calc(100% - 10px);
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    top: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    top: calc(100% - 10px);
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 247px;
  height: 66px;
  background-color: #002a89;
  color: #fff;
  font-weight: 700;
  border-radius: 35px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #002a89;
  font-weight: 700;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .c-btn1 {
    width: 176px;
    height: 54px;
    padding-bottom: 2px;
  }
}
.c-btn1:hover {
  background-color: #fff;
  color: #002a89;
}
/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-menu__icon {
  width: 30px;
  height: 21px;
  cursor: pointer;
  z-index: 9999;
}
.c-menu__icon .line-1,
.c-menu__icon .line-2,
.c-menu__icon .line-3 {
  height: 3px;
  width: 100%;
  background-color: #231916;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.c-menu__icon .line-1 {
  -webkit-animation: animate-line-1-rev 0.7s ease-in-out;
  animation: animate-line-1-rev 0.7s ease-in-out;
}
.c-menu__icon .line-2 {
  margin: 6px 0;
  -webkit-animation: animate-line-2-rev 0.7s ease-in-out;
  animation: animate-line-2-rev 0.7s ease-in-out;
}
.c-menu__icon .line-3 {
  -webkit-animation: animate-line-3-rev 0.7s ease-in-out;
  animation: animate-line-3-rev 0.7s ease-in-out;
}
.c-menu__icon:hover .line-1,
.c-menu__icon:hover .line-2,
.c-menu__icon:hover .line-3 {
  background-color: #231916;
}
.c-menu__icon.c-active .line-1,
.c-menu__icon.c-active .line-2,
.c-menu__icon.c-active .line-3 {
  background-color: #231916;
}
.c-menu__icon.c-active .line-1 {
  -webkit-animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
  animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.c-menu__icon.c-active .line-2 {
  -webkit-animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
  animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.c-menu__icon.c-active .line-3 {
  -webkit-animation: animate-line-3 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
  animation: animate-line-3 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.no-animation {
  -webkit-animation: none !important;
  animation: none !important;
  animation: none !important;
}
@-webkit-keyframes animate-line-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(0);
    transform: translate3d(0, 9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
  }
}
@keyframes animate-line-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(0);
    transform: translate3d(0, 9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
  }
}
@-webkit-keyframes animate-line-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes animate-line-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes animate-line-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
    transform: translate3d(0, -9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(135deg);
    transform: translate3d(0, -9px, 0) rotate(135deg);
  }
}
@keyframes animate-line-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
    transform: translate3d(0, -9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(135deg);
    transform: translate3d(0, -9px, 0) rotate(135deg);
  }
}
@-webkit-keyframes animate-line-1-rev {
  0% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(0);
    transform: translate3d(0, 9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
@keyframes animate-line-1-rev {
  0% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(0);
    transform: translate3d(0, 9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
@-webkit-keyframes animate-line-2-rev {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes animate-line-2-rev {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes animate-line-3-rev {
  0% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(135deg);
    transform: translate3d(0, -9px, 0) rotate(135deg);
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
    transform: translate3d(0, -9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
@keyframes animate-line-3-rev {
  0% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(135deg);
    transform: translate3d(0, -9px, 0) rotate(135deg);
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
    transform: translate3d(0, -9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
.c-header__burger {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.menu-toggle {
  height: 23px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.menu-toggle span {
  height: 3px;
  background-color: #002a89;
  -webkit-transition: width 200ms ease;
  transition: width 200ms ease;
  transition: width 200ms ease;
}
.menu-toggle span:nth-child(1) {
  width: 80%;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
}
.menu-toggle span:nth-child(2) {
  width: 100%;
}
.menu-toggle span:nth-child(3) {
  width: 60%;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
}
.menu-toggle span:nth-child(4) {
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 3px;
  height: 0;
  -webkit-transition: height 400ms;
  transition: height 400ms;
  transition: height 400ms;
}
.menu-toggle.c-active {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
}
.menu-toggle.c-active span:nth-child(1) {
  width: 0;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
}
.menu-toggle.c-active span:nth-child(3) {
  width: 0;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
  transition-delay: 150ms;
}
.menu-toggle.c-active span:nth-child(4) {
  height: 35px;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
  transition: height 200ms ease;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
}
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-show--up,
.c-show--up2,
.c-show--up3,
.c-show--up4,
.c-show--up5 {
  opacity: 0;
  -webkit-transition: 700ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 700ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 700ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 700ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: scale(0) translate3d(0, 1rem, 0) rotate(0.00001deg);
  transform: scale(0) translate3d(0, 1rem, 0) rotate(0.00001deg);
  transform: scale(0) translate3d(0, 1rem, 0) rotate(0.00001deg);
  transform: scale(0) translate3d(0, 1rem, 0) rotate(0.00001deg);
}
.c-show--up.show,
.c-show--up2.show,
.c-show--up3.show,
.c-show--up4.show,
.c-show--up5.show {
  opacity: 1;
  -webkit-transform: scale(1) translate3d(0, 0, 0) rotate(0.001deg);
  transform: scale(1) translate3d(0, 0, 0) rotate(0.001deg);
  transform: scale(1) translate3d(0, 0, 0) rotate(0.001deg);
  transform: scale(1) translate3d(0, 0, 0) rotate(0.001deg);
}
.fadetxt {
  opacity: 0;
}
.fadetxt span {
  opacity: 0;
}
.cover,
.cover_gray {
  position: relative;
}
.cover::after,
.cover_gray::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 103%;
  top: -1%;
  left: 0;
  -webkit-transition-property: width;
  transition-property: width;
  transition-property: width;
  transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 1.4s;
  transition-duration: 1.4s;
  transition-duration: 1.4s;
  transition-duration: 1.4s;
  transition-duration: 1.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  transition-delay: 0.4s;
  transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.cover_gray::after {
  background: #f7f8f9;
}
.cover.show::after,
.cover_gray.show::after {
  width: 0;
}
.fade_list li,
.fade {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  transition-property: opacity;
  transition-property: opacity;
  transition-property: opacity;
}
.fade_list li.show,
.fade.show {
  opacity: 1;
}
.fade-up,
.fade-up11,
.fade-up23,
.fade-up2 {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  transform: translate(0, 50px);
  transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  transition-duration: 1.5s;
  transition-duration: 1.5s;
  transition-duration: 1.5s;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fade-up22 {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
  transform: translate(0, -50px);
  transform: translate(0, -50px);
  transform: translate(0, -50px);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  transition-duration: 1.5s;
  transition-duration: 1.5s;
  transition-duration: 1.5s;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fade-up3,
.fade-up4,
.fade-up5 {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  transform: translate(0, 10px);
  transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fade-up.show,
.fade-up11.show,
.fade-up22.show,
.fade-up2.show,
.fade-up3.show,
.fade-up4.show,
.fade-up5.show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transform: translate(0, 0);
  transform: translate(0, 0);
  transform: translate(0, 0);
}
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.c-index1 {
  height: 100vh;
  background-color: #002a89;
  padding-top: 3%;
  padding-left: 9%;
  padding-right: 9%;
}
@media only screen and (max-width: 1100px) {
  .c-index1 {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media only screen and (max-width: 1023px) {
  .c-index1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-index1 {
    height: auto;
    padding-right: 4%;
    padding-left: 4%;
    padding-top: 30px;
  }
}
.c-index1 .l-container {
  padding: 0;
  max-width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-index1 .l-container {
    position: unset;
  }
}
.c-index1 .c-index1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (max-width: 1366px) and (max-height: 650px) {
  .c-index1 .c-index1__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 3%;
  }
}
@media only screen and (max-width: 767px) {
  .c-index1 .c-index1__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-index1 .c-index1__row .c-index1__left {
  padding-top: 2.2%;
  width: 43.5%;
}
@media only screen and (max-width: 1366px) and (max-height: 650px) {
  .c-index1 .c-index1__row .c-index1__left {
    width: 34%;
  }
}
@media only screen and (max-width: 1023px) {
  .c-index1 .c-index1__row .c-index1__left {
    width: 35%;
    padding-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .c-index1 .c-index1__row .c-index1__left {
    width: 100%;
    padding-top: 0;
  }
}
.c-index1 .c-index1__row .c-index1__left .c-index1__logo {
  max-width: 400px;
  width: 86%;
  margin: 0 auto;
}
@media only screen and (max-width: 1366px) and (max-height: 650px) {
  .c-index1 .c-index1__row .c-index1__left .c-index1__logo {
    width: 74%;
  }
}
@media only screen and (max-width: 767px) {
  .c-index1 .c-index1__row .c-index1__left .c-index1__logo {
    width: 45%;
  }
}
@media only screen and (max-width: 580px) {
  .c-index1 .c-index1__row .c-index1__left .c-index1__logo {
    width: 50%;
  }
}
.c-index1 .c-index1__row .c-index1__left ul {
  margin-top: 7%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 580px) {
  .c-index1 .c-index1__row .c-index1__left ul {
    margin-top: 20px;
    padding: 0 12%;
  }
}
.c-index1 .c-index1__row .c-index1__left ul li + li {
  margin-top: 4.8%;
}
@media only screen and (max-width: 580px) {
  .c-index1 .c-index1__row .c-index1__left ul li + li {
    margin-top: 10px;
  }
}
.c-index1 .c-index1__row .c-index1__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 53.6%;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
@media only screen and (max-width: 1023px) {
  .c-index1 .c-index1__row .c-index1__right {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .c-index1 .c-index1__row .c-index1__right {
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .c-index1 .c-index1__row .c-index1__right {
    margin-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.c-index1 .c-index1__row .c-index1__right .c-index1__ceo {
  width: 85.7%;
  text-align: center;
}
@media only screen and (max-width: 580px) {
  .c-index1 .c-index1__row .c-index1__right .c-index1__ceo {
    width: 70%;
  }
}
.c-index1 .c-index1__row .c-index1__right .c-index1__ceo img {
  height: 100%;
}
@media only screen and (max-width: 580px) {
  .c-index1 .c-index1__row .c-index1__right .c-index1__ceo img {
    height: auto;
  }
}
.c-index1 .c-index1__row .c-index1__right h1 {
  width: 9%;
  padding-top: 5.3%;
  padding-bottom: 9.2%;
}
@media only screen and (max-width: 580px) {
  .c-index1 .c-index1__row .c-index1__right h1 {
    width: 6%;
    position: absolute;
    right: 2%;
    top: 5px;
  }
}
.c-index1 .c-index1__row .c-index1__right h1 img {
  height: 100%;
}
@media only screen and (max-width: 580px) {
  .c-index1 .c-index1__row .c-index1__right h1 img {
    height: auto;
  }
}
.c-index2 {
  padding-top: 53px;
  padding-bottom: 3px;
  background-image: url(./../img/index2_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media only screen and (max-width: 1100px) {
  .c-index2 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 580px) {
  .c-index2 {
    padding-top: 35px;
  }
}
.c-index2 .l-container {
  max-width: 836px;
}
@media only screen and (max-width: 1100px) {
  .c-index2 .l-container {
    max-width: 1000px;
  }
}
.c-index2 .c-index2__h2 {
  font-weight: 900;
  font-size: 5.686rem;
  color: #002a89;
  text-align: center;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1100px) {
  .c-index2 .c-index2__h2 {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-index2 .c-index2__h2 {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-index2 .c-index2__h2 {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 414px) {
  .c-index2 .c-index2__h2 {
    font-size: 2.45rem;
  }
}
.c-index2 .c-index2__row {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-index2 .c-index2__row .c-index2__left {
  width: 83%;
}
@media only screen and (max-width: 767px) {
  .c-index2 .c-index2__row .c-index2__left {
    width: 100%;
  }
}
.c-index2 .c-index2__row .c-index2__left .c-index2left__p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #002a89;
  text-align: justify;
  letter-spacing: 0.2px;
  line-height: 1.3888888889;
}
@media only screen and (max-width: 580px) {
  .c-index2 .c-index2__row .c-index2__left .c-index2left__p {
    font-size: 1.45rem;
  }
}
.c-index2 .c-index2__row .c-index2__left .c-index2left__sign {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: right;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.c-sign__img{
  width: 140px;
  margin-left: auto;
    -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

@media only screen and (max-width: 1100px) {
  .c-index2 .c-index2__row .c-index2__left .c-index2left__sign {
    -webkit-transform: unset;
    transform: unset;
  }
  .c-sign__img{
    -webkit-transform: unset;
    transform: unset;
}

}
@media only screen and (max-width: 767px) {
  .c-index2 .c-index2__row .c-index2__left .c-index2left__sign {
    text-align: justify;
    font-size: 2.7rem;
    margin-top: 35px;

  }
    .c-sign__img{
        width: 110px;
    margin-right: 82px;
    margin-top: 28px;
}
}
.c-index2 .c-index2__row .c-index2__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33%;
  position: absolute;
  bottom: 3.6%;
  right: -15.2%;
}
@media only screen and (max-width: 1100px) {
  .c-index2 .c-index2__row .c-index2__right {
    right: 0;
    width: 20%;
  }
}
@media only screen and (max-width: 580px) {
  .c-index2 .c-index2__row .c-index2__right {
    width: 24%;
    bottom: -5%;
    right: -10px;
  }
}
.c-index3 {
  padding-bottom: 71px;
}
.c-index3 .c-index3__h2 {
  background-color: #002a89;
  text-align: center;
  padding-top: 29.5px;
  padding-bottom: 29.5px;
}
@media only screen and (max-width: 1023px) {
  .c-index3 .c-index3__h2 {
    padding: 20px 0 22px;
  }
}
.c-index3 .c-index3__h2 h2 {
  font-size: 3.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1.5px;
}
@media only screen and (max-width: 1023px) {
  .c-index3 .c-index3__h2 h2 {
    letter-spacing: 0;
    font-size: 2.65rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-index3 .c-index3__h2 h2 {
    font-size: 2.2rem;
  }
}
.c-index3 .c-index3__h2 h2 span {
  color: #fff100;
}
.c-index3 .l-container {
  max-width: 890px;
  padding-top: 114px;
}
@media only screen and (max-width: 767px) {
  .c-index3 .l-container {
    padding-top: 55px;
  }
}
.c-index3 .l-container .c-index3__h3 {
  font-size: 4rem;
  font-weight: 500;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  letter-spacing: 0.7px;
}
@media only screen and (max-width: 767px) {
  .c-index3 .l-container .c-index3__h3 {
    font-size: 2.5rem;
    font-weight: 700;
  }
}
.c-index3 .l-container .c-index3__h3 span {
  white-space: nowrap;
  position: absolute;
  font-size: 2.146rem;
  bottom: 81%;
  left: 2%;
}
@media only screen and (max-width: 767px) {
  .c-index3 .l-container .c-index3__h3 span {
    font-size: 1.65rem;
    bottom: 90%;
  }
}
.c-index3 .l-container .c-index3__ul {
  margin-top: 68px;
}
@media only screen and (max-width: 580px) {
  .c-index3 .l-container .c-index3__ul {
    margin-top: 35px;
  }
}
.c-index3 .l-container .c-index3__ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #231916;
  padding-bottom: 13px;
  padding-top: 13px;
}
.c-index3 .l-container .c-index3__ul li h4 {
  font-size: 2.217rem;
  font-size: 500;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .c-index3 .l-container .c-index3__ul li h4 {
    font-size: 1.75rem;
    font-weight: 700;
  }
}
@media only screen and (max-width: 580px) {
  .c-index3 .l-container .c-index3__ul li h4 {
    font-size: 1.6rem;
  }
}
.c-index3 .l-container .c-index3__ul li p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10.2%;
  font-size: 2.217rem;
  font-size: 400;
}
@media only screen and (max-width: 767px) {
  .c-index3 .l-container .c-index3__ul li p {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-index3 .l-container .c-index3__ul li p {
    padding-left: 5%;
    font-size: 1.6rem;
  }
}
.c-index3__list {
  margin-top: 103px;
}
.c-index3__list .c-index3__item + .c-index3__item {
  margin-top: 50px;
}
.c-index3__list .c-index3__item .c-index3item__h3 {
  font-size: 3.93rem;
  font-weight: 700;
  color: #002a89;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .c-index3__list .c-index3__item .c-index3item__h3 {
    font-size: 3rem;
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .c-index3__list .c-index3__item .c-index3item__h3 {
    padding-left: 24px;
    font-size: 2.4rem;
  }
}
.c-index3__list .c-index3__item .c-index3item__h3 .c-dotblue {
  position: absolute;
  aspect-ratio: 1/1;
  width: 24px;
  border-radius: 50%;
  background-color: #002a89;
  left: -33px;
  top: 55.5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .c-index3__list .c-index3__item .c-index3item__h3 .c-dotblue {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-index3__list .c-index3__item .c-index3item__h3 .c-dotblue {
    width: 18px;
  }
}
@media only screen and (max-width: 580px) {
  .c-index3__list .c-index3__item .c-index3item__h3 .c-dotblue {
    -webkit-transform: unset;
    transform: unset;
    top: 10px;
  }
}
.c-index3__list .c-index3__item .c-index3item__h3 .c-dotblue span {
  position: absolute;
  background-color: #fff100;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-index3__list .c-index3__item .c-index3item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-index3__list .c-index3__item .c-index3item__row .c-index3item__left {
  width: 48.5%;
}
@media only screen and (max-width: 767px) {
  .c-index3__list .c-index3__item .c-index3item__row .c-index3item__left {
    width: 100%;
  }
}
.c-index3__list .c-index3__item .c-index3item__row .c-index3item__left .c-index3item__p {
  font-size: 1.7rem;
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .c-index3__list .c-index3__item .c-index3item__row .c-index3item__left .c-index3item__p {
    font-size: 1.5rem;
  }
}
.c-index3__list .c-index3__item .c-index3item__row .c-index3item__left .c-index3item__underpimg--pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .c-index3__list .c-index3__item .c-index3item__row .c-index3item__left .c-index3item__underpimg--pc {
    display: none;
  }
}
.c-index3__list .c-index3__item .c-index3item__row .c-index3item__left .c-index3item__underpimg {
  margin-top: 60px;
}
.c-index3__list .c-index3__item .c-index3item__row .c-index3item__left .c-index3item__underpimg.c-index3item__underpimg2 {
  margin-top: 30px;
}
.c-index3__list .c-index3__item .c-index3item__row .c-index3item__right {
  width: 48.5%;
}
@media only screen and (max-width: 767px) {
  .c-index3__list .c-index3__item .c-index3item__row .c-index3item__right {
    width: 100%;
    margin-top: 10px;
  }
}
.c-index3__list .c-index3__item .c-index3item__row .c-index3item__right .c-index3right__img.c-index3right__img--sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-index3__list .c-index3__item .c-index3item__row .c-index3item__right .c-index3right__img.c-index3right__img--sp {
    display: block;
  }
}
.c-index3__list .c-index3__item .c-index3item__row .c-index3item__right .c-index3right__img + .c-index3right__img {
  margin-top: 33px;
}
@media only screen and (max-width: 767px) {
  .c-index3__list .c-index3__item .c-index3item__row .c-index3item__right .c-index3right__img + .c-index3right__img {
    margin-top: 14px;
  }
}
.c-index3__bottomlabel {
  margin-top: 58px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 2.6rem;
  font-weight: 700;
  color: #002a89;
  border: 1px solid #002a89;
  padding: 7px 33.5px;
}
@media only screen and (max-width: 580px) {
  .c-index3__bottomlabel {
    font-size: 2.1rem;
    padding: 6px 15px;
    letter-spacing: 2px;
  }
}
.c-index3__bottomlist {
  margin-top: 20px;
}
.c-index3__bottomlist .c-index3__bottomitem + .c-index3__bottomitem {
  margin-top: 30px;
}
.c-index3__bottomlist .c-index3__bottomitem .c-index3__bottomp {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .c-index3__bottomlist .c-index3__bottomitem .c-index3__bottomp {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-index3__bottomlist .c-index3__bottomitem .c-index3__bottomp {
    font-size: 1.45rem;
    font-weight: 500;
  }
}
.c-index3__bottomlist .c-index3__bottomrow1 {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .c-index3__bottomlist .c-index3__bottomrow1 {
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-index3__bottomlist .c-index3__bottomrow1 .c-bottom3__row1img1 {
  width: 27.6%;
}
@media only screen and (max-width: 767px) {
  .c-index3__bottomlist .c-index3__bottomrow1 .c-bottom3__row1img1 {
    width: 100%;
  }
}
.c-index3__bottomlist .c-index3__bottomrow1 .c-bottom3__row1img2 {
  width: 48.7%;
}
@media only screen and (max-width: 767px) {
  .c-index3__bottomlist .c-index3__bottomrow1 .c-bottom3__row1img2 {
    width: 100%;
  }
}
.c-index3__bottomlist .c-index3__bottomrow1 .c-bottom3__row1img3 {
  width: 46%;
}
@media only screen and (max-width: 767px) {
  .c-index3__bottomlist .c-index3__bottomrow1 .c-bottom3__row1img3 {
    width: 100%;
  }
}
.c-index3__bottomlist .c-index3__bottomrow1 .c-bottom3__row1img4 {
  width: 24.4%;
}
@media only screen and (max-width: 767px) {
  .c-index3__bottomlist .c-index3__bottomrow1 .c-bottom3__row1img4 {
    width: 100%;
  }
}
.c-index3__bottomlist .c-index3__bottomrow1 .c-bottom3__row1img5 {
  width: 25.8%;
}
@media only screen and (max-width: 767px) {
  .c-index3__bottomlist .c-index3__bottomrow1 .c-bottom3__row1img5 {
    width: 100%;
  }
}
.c-index4 {
  border-top: 1px solid #002a89;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-index4 .l-container {
  max-width: 872px;
  padding-right: 15px;
  margin-left: auto;
  width: 100%;
  padding-top: 123px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 1023px) {
  .c-index4 .l-container {
    padding-top: 85px;
  }
}
@media only screen and (max-width: 875px) {
  .c-index4 .l-container {
    padding-top: 40px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-index4 .l-container {
    padding-top: 25px;
  }
}
.c-index4 .c-index4__bluebg {
  background-color: #002a89;
  width: 215px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 80px;
}
@media only screen and (max-width: 1023px) {
  .c-index4 .c-index4__bluebg {
    width: 120px;
    padding-top: 45px;
  }
}
@media only screen and (max-width: 875px) {
  .c-index4 .c-index4__bluebg {
    width: 100px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-index4 .c-index4__bluebg {
    width: 74px;
    padding-top: 24px;
  }
}
.c-index4 .c-index4__bluebg .c-index4__stickytitle {
  width: 60%;
  margin: 0 auto;
  position: sticky;
  z-index: 10;
  top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1023px) {
  .c-index4 .c-index4__bluebg .c-index4__stickytitle {
    top: 45px;
  }
}
@media only screen and (max-width: 875px) {
  .c-index4 .c-index4__bluebg .c-index4__stickytitle {
    top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-index4 .c-index4__bluebg .c-index4__stickytitle {
    top: 86px;
  }
}
.c-index4__list1 .c-index4__item1 + .c-index4__item1 {
  margin-top: 110px;
}
.c-index4__list1 .c-index4__item1 .c-index4__h4label1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #002a89;
  border-radius: 35px;
  padding: 12.5px 20px 16.5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .c-index4__list1 .c-index4__item1 .c-index4__h4label1 {
    gap: 12px;
    padding: 9px 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-index4__list1 .c-index4__item1 .c-index4__h4label1 .c-index4__spanicon1 {
  width: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .c-index4__list1 .c-index4__item1 .c-index4__h4label1 .c-index4__spanicon1 {
    margin-top: 0;
  }
}
.c-index4__list1 .c-index4__item1 .c-index4__h4label1 .c-index4__itemtitle1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .c-index4__list1 .c-index4__item1 .c-index4__h4label1 .c-index4__itemtitle1 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-index4__list1 .c-index4__item1 .c-index4__h4label1 .c-index4__itemtitle1 {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 414px) {
  .c-index4__list1 .c-index4__item1 .c-index4__h4label1 .c-index4__itemtitle1 {
    font-size: 1.5rem;
  }
}
.c-index4__list1 .c-index4__item1 .c-index4__h4label1 .c-index4__itemtitle1 span {
  color: #fff100;
}
.c-index4__list1 .c-index4__item1 .c-index4__list2 {
  margin-top: 50px;
}
.c-index4__list1 .c-index4__item1 .c-index4__list2 .c-index4__item2 + .c-index4__item2 {
  margin-top: 65px;
}
.c-index4__list1 .c-index4__item1 .c-index4__list2 .c-index4__item2 .c-index4__item2title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .c-index4__list1 .c-index4__item1 .c-index4__list2 .c-index4__item2 .c-index4__item2title {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
.c-index4__list1 .c-index4__item1 .c-index4__list2 .c-index4__item2 .c-index4__item2title .c-index4__item2number {
  font-family: "acumin-pro", sans-serif;
  color: #fff;
  width: 55px;
  aspect-ratio: 1/1;
  background-color: #002a89;
  font-size: 3.349rem;
  font-weight: 700;
  border-radius: 50%;
  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;
  padding-bottom: 3px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 767px) {
  .c-index4__list1 .c-index4__item1 .c-index4__list2 .c-index4__item2 .c-index4__item2title .c-index4__item2number {
    font-size: 2rem;
    width: 35px;
    padding-bottom: 3px;
  }
}
.c-index4__list1 .c-index4__item1 .c-index4__list2 .c-index4__item2 .c-index4__item2title h5 {
  font-weight: 900;
  font-size: 3.2rem;
  color: #002a89;
  padding: 0 26px;
  letter-spacing: -1.5px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .c-index4__list1 .c-index4__item1 .c-index4__list2 .c-index4__item2 .c-index4__item2title h5 {
    padding-right: 0;
    padding-left: 10px;
    font-size: 2.4rem;
    text-align: justify;
  }
}
@media only screen and (max-width: 580px) {
  .c-index4__list1 .c-index4__item1 .c-index4__list2 .c-index4__item2 .c-index4__item2title h5 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 414px) {
  .c-index4__list1 .c-index4__item1 .c-index4__list2 .c-index4__item2 .c-index4__item2title h5 {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.c-index4__list1 .c-index4__item1 .c-index4__list2 .c-index4__item2 .c-index4__item2title h5::after {
  content: "";
  position: absolute;
  height: 29px;
  z-index: -1;
  left: -27.5px;
  width: calc(100% + 27.5px);
  background-image: url(./../img/index4_bg.png);
  background-repeat: repeat-x;
  bottom: 0;
}
@media only screen and (max-width: 875px) {
  .c-index4__list1 .c-index4__item1 .c-index4__list2 .c-index4__item2 .c-index4__item2title h5::after {
    content: unset;
  }
}
.c-index4__list1 .c-index4__item1 .c-index4__list2 .c-index4__item2 .c-index4__list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 81px;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .c-index4__list1 .c-index4__item1 .c-index4__list2 .c-index4__item2 .c-index4__list3 {
    margin-left: 45px;
  }
}
.c-index4__list1 .c-index4__item1 .c-index4__list2 .c-index4__item2 .c-index4__list3 li {
  border: 1px solid #231916;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 1.2px;
  padding: 7px 10px 8px;
  line-height: 1;
  border-radius: 17px;
}
@media only screen and (max-width: 767px) {
  .c-index4__list1 .c-index4__item1 .c-index4__list2 .c-index4__item2 .c-index4__list3 li {
    font-size: 1.6rem;
    padding: 7px 13px 9px;
    text-align: justify;
  }
}
.c-blog {
  padding-bottom: 100px;
}
.c-blog__top {
  background-color: #002a89;
  padding: 56px 0;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .c-blog__top {
    padding: 34px 0;
  }
}
.c-blog__top .l-container {
  max-width: 1100px;
}
.c-blog__top h2 {
  color: #fff;
  font-weight: 900;
  font-size: 5.668rem;
  letter-spacing: 11px;
}
@media only screen and (max-width: 1100px) {
  .c-blog__top h2 {
    font-size: 4rem;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .c-blog__top h2 {
    font-size: 2.4rem;
  }
}
.c-blog__top .c-blog__imgicon {
  width: 268px;
  position: absolute;
  top: -40px;
  right: 80px;
}
@media only screen and (max-width: 1100px) {
  .c-blog__top .c-blog__imgicon {
    width: 200px;
    right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .c-blog__top .c-blog__imgicon {
    width: 130px;
    top: -13px;
    right: 13px;
  }
}
.c-blog > .l-container {
  max-width: 1082px;
  padding-top: 93px;
}
@media only screen and (max-width: 767px) {
  .c-blog > .l-container {
    padding-top: 45px;
  }
}
.c-blog .c-btn1 {
  margin-top: 93px;
}
@media only screen and (max-width: 767px) {
  .c-blog .c-btn1 {
    margin-top: 45px;
  }
}
.c-blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 29px 3.2%;
}
@media only screen and (max-width: 767px) {
  .c-blog__list {
    gap: 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-blog__list .c-blog__item {
  width: 31.2%;
}
@media only screen and (max-width: 767px) {
  .c-blog__list .c-blog__item {
    width: 48%;
  }
}
.c-blog__list .c-blog__item a:hover {
  opacity: 1;
}
.c-blog__list .c-blog__item a:hover .c-blogitem__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-blog__list .c-blog__item a:hover .c-blogitem__content {
  color: #fff100;
}
.c-blog__list .c-blog__item a:hover .c-blogitem__content::before {
  background-color: #fff;
}
.c-blog__list .c-blog__item a .c-blogitem__img {
  overflow: hidden;
}
.c-blog__list .c-blog__item a .c-blogitem__img img {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 320/217;
}
.c-blog__list .c-blog__item a .c-blogitem__content {
  background-color: #002a89;
  color: #fff;
  padding: 12px 15px 11px;
  position: relative;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-blog__list .c-blog__item a .c-blogitem__content::before {
  content: "";
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff100;
  height: 15px;
  width: 35px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.c-blog__list .c-blog__item a .c-blogitem__content .c-blogitem__date {
  font-size: 1.3rem;
  letter-spacing: 1px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-blog__list .c-blog__item a .c-blogitem__content .c-blogitem__date {
    letter-spacing: 0;
  }
}
.c-blog__list .c-blog__item a .c-blogitem__content .c-blogitem__h4 {
  font-weight: 700;
  font-size: 1.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  .c-blog__list .c-blog__item a .c-blogitem__content .c-blogitem__h4 {
    font-size: 1.6rem;
  }
}
.c-line__container {
  padding-top: 88px;
}
@media only screen and (max-width: 767px) {
  .c-line__container {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 580px) {
  .c-line__container {
    padding-top: 30px;
  }
}
.c-line__container.c-line__container2 {
  padding-top: 20px;
}
.c-line__container .l-container {
  max-width: 620px;
  z-index: 10;
  position: relative;
}
.c-line__container .c-line__wrapper1 {
  background-color: #002a89;
  border-radius: 16px;
  padding: 58px 30px 27px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-line__container .c-line__wrapper1 {
    padding: 24px;
  }
}
.c-line__container .c-line__wrapper1 > div {
  position: relative;
  z-index: 1;
}
.c-line__container .c-line__wrapper1::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(./../img/line_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  top: -13px;
  right: -17px;
  border-radius: 20px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .c-line__container .c-line__wrapper1::after {
    right: -8px;
    top: -7px;
  }
}
.c-line__container .c-line__wrapper1 .c-linewwrapper__title1 {
  color: #fff;
  font-weight: 700;
  line-height: 1.3054755043;
  text-align: center;
  font-size: 5.552rem;
  letter-spacing: -1.5px;
}
@media only screen and (max-width: 767px) {
  .c-line__container .c-line__wrapper1 .c-linewwrapper__title1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-line__container .c-line__wrapper1 .c-linewwrapper__title1 {
    font-size: 2.7rem;
  }
}
.c-line__container .c-line__wrapper1 .c-linewwrapper__title2 {
  color: #fff100;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.3125;
  margin-top: 34px;
  letter-spacing: -0.8px;
}
@media only screen and (max-width: 580px) {
  .c-line__container .c-line__wrapper1 .c-linewwrapper__title2 {
    margin-top: 24px;
    letter-spacing: 0;
  }
}
.c-line__container .c-line__wrapper1 .c-linewwrapper__title3 {
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 23px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 580px) {
  .c-line__container .c-line__wrapper1 .c-linewwrapper__title3 {
    margin-top: 15px;
    text-wrap: balance;
  }
}
.c-line__container .c-line__wrapper1 .c-linewrapper__white {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 7.2%;
}
@media only screen and (max-width: 767px) {
  .c-line__container .c-line__wrapper1 .c-linewrapper__white {
    border-radius: 12px;
    padding: 14px;
  }
}
.c-line__container .c-line__wrapper1 .c-linewrapper__white .c-linewrapper__line1 {
  width: 106px;
}
@media only screen and (max-width: 767px) {
  .c-line__container .c-line__wrapper1 .c-linewrapper__white .c-linewrapper__line1 {
    width: 75px;
  }
}
.c-line__container .c-line__wrapper1 .c-linewrapper__white .c-linewrapper__txtline {
  color: #00a73c;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.32;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-line__container .c-line__wrapper1 .c-linewrapper__white .c-linewrapper__txtline {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-line__container .c-line__wrapper1 .c-linewrapper__white .c-linewrapper__txtline {
    font-size: 1.7rem;
  }
}
.c-line__container .c-line__wrapper1 .c-linewrapper__white .c-linewrapper__qr {
  width: 106px;
}
@media only screen and (max-width: 767px) {
  .c-line__container .c-line__wrapper1 .c-linewrapper__white .c-linewrapper__qr {
    width: 75px;
  }
}
.c-line__container .c-contact__wrapper1 {
  margin-top: 37px;
  background-color: #002a89;
  border-radius: 16px;
  padding: 58px 30px 42px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-line__container .c-contact__wrapper1 {
    padding: 24px;
  }
}
.c-line__container .c-contact__wrapper1:hover {
  opacity: 1;
  background-color: #1c4bbb;
}
.c-line__container .c-contact__wrapper1 div {
  position: relative;
  z-index: 1;
}
.c-line__container .c-contact__wrapper1::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(./../img/line_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  top: -13px;
  right: -17px;
  border-radius: 20px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .c-line__container .c-contact__wrapper1::after {
    right: -8px;
    top: -7px;
  }
}
.c-line__container .c-contact__wrapper1 .c-contactwrapper1__h4 {
  color: #fff;
  font-size: 4.428rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .c-line__container .c-contact__wrapper1 .c-contactwrapper1__h4 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-line__container .c-contact__wrapper1 .c-contactwrapper1__h4 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
.c-line__container .c-contact__wrapper1 .c-contactwrapper1__link {
  width: 84px;
  height: 84px;
  background-color: #fff;
  border: 2px solid #002a89;
  margin: 0 auto;
  border-radius: 50%;
  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;
}
@media only screen and (max-width: 767px) {
  .c-line__container .c-contact__wrapper1 .c-contactwrapper1__link {
    width: 60px;
    height: 60px;
  }
}
.c-line__container .c-contact__wrapper1 .c-contactwrapper1__link span {
  width: 42px;
}
@media only screen and (max-width: 767px) {
  .c-line__container .c-contact__wrapper1 .c-contactwrapper1__link span {
    width: 30px;
  }
}
.c-contact__snstitle {
  text-align: center;
  font-weight: 700;
  font-size: 2.6rem;
  margin-top: 109px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .c-contact__snstitle {
    font-size: 2rem;
    margin-top: 65px;
  }
}
@media only screen and (max-width: 580px) {
  .c-contact__snstitle {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.c-contact__snstitle2 {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: 65px;
  letter-spacing: 0;
}
.c-sns__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 36px;
  margin-top: 53px;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .c-sns__links {
    gap: 24px;
  }
}
.c-sns__links a {
  width: 49px;
}
@media only screen and (max-width: 767px) {
  .c-sns__links a {
    width: 40px;
  }
}
.c-sns__links a:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.c-city__img {
  margin-top: -10%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-city__img {
    margin-top: 25px;
  }
}
.c-city__img img {
  z-index: -5;
  position: relative;
}
.c-city__img .c-btn__totop {
  position: absolute;
  width: 97px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  border: 3px solid #002a89;
  top: 20%;
  right: 2%;
  background-color: #002a89;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 2px;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .c-city__img .c-btn__totop {
    width: 54px;
    top: 0;
    right: 4%;
  }
}
.c-city__img .c-btn__totop:hover {
  background-color: #fff;
}
.c-city__img .c-btn__totop:hover span {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  border-bottom: 28px solid #c4a000;
}
@media only screen and (max-width: 767px) {
  .c-city__img .c-btn__totop:hover span {
    border-bottom: 15px solid #c4a000;
  }
}
.c-city__img .c-btn__totop span {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 28px solid #fff100;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 767px) {
  .c-city__img .c-btn__totop span {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid #fff100;
  }
}
.c-banner__container {
  background-color: #002a89;
  padding-top: 44px;
  padding-bottom: 54px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-banner__container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.c-banner__container .l-container {
  max-width: 770px;
}
.c-banner__container .c-banner__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 5%;
}
@media only screen and (max-width: 767px) {
  .c-banner__container .c-banner__links {
    gap: 12px;
  }
}
.c-banner__container .c-banner__links .c-banner__link {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .c-banner__container .c-banner__links .c-banner__link {
    width: 100%;
  }
}
.c-banner__container .c-banner__title1 {
  text-align: center;
  font-weight: 700;
  font-size: 2.6rem;
  margin-top: 53px;
}
@media only screen and (max-width: 767px) {
  .c-banner__container .c-banner__title1 {
    margin-top: 22px;
    font-size: 2rem;
  }
}
.c-banner__container .c-banner__address {
  text-align: center;
  font-size: 1.625rem;
  line-height: 1.7501538462;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .c-banner__container .c-banner__address {
    margin-top: 10px;
    font-size: 1.45rem;
  }
}
.c-banner__container .c-banner__phonenumber {
  font-weight: 700;
  font-size: 3.6rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-banner__container .c-banner__phonenumber {
    font-size: 2.8rem;
  }
}
.c-banner__container .c-banner__fax {
  text-align: center;
  font-size: 1.625rem;
  margin-top: 7px;
}
.c-googlemap {
  background-color: #002a89;
}
.c-googlemap iframe {
  width: 100%;
  height: 444px;
}
@media only screen and (max-width: 767px) {
  .c-googlemap iframe {
    height: 340px;
  }
}
@media only screen and (max-width: 580px) {
  .c-googlemap iframe {
    height: 280px;
  }
}
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-about {
  line-height: 2;
}
.c-pagechild__top {
  padding-top: 69px;
  padding-bottom: 61px;
  background-color: #002a89;
}
@media only screen and (max-width: 580px) {
  .c-pagechild__top {
    padding-bottom: 35px;
  }
}
.c-pagechild__top .c-pagechild__logo {
  width: 183px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-pagechild__top .c-pagechild__logo {
    width: 150px;
  }
}
@media only screen and (max-width: 580px) {
  .c-pagechild__top .c-pagechild__logo {
    width: 42%;
  }
}
.c-contact__container {
  background-color: #002a89;
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .c-contact__container {
    padding-bottom: 120px;
  }
}
.c-contact__container .l-container {
  max-width: 974px;
}
.c-contact__container .c-contact__formwrapper {
  background-color: #fff;
  border-radius: 14px;
  padding-top: 34px;
  padding-left: 10.5%;
  padding-right: 10.5%;
  padding-bottom: 170px;
}
@media only screen and (max-width: 1023px) {
  .c-contact__container .c-contact__formwrapper {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact__container .c-contact__formwrapper {
    padding-top: 30px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 75px;
  }
}
.c-contact__container .c-contact__formwrapper .c-contact__formh1 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-contact__container .c-contact__formwrapper .c-contact__formh1 {
    font-size: 2.7rem;
  }
}
.c-contact__container .c-contact__formwrapper .c-contact__formnote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1.75;
  margin-top: 130px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  .c-contact__container .c-contact__formwrapper .c-contact__formnote {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact__container .c-contact__formwrapper .c-contact__formnote {
    margin-top: 55px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-contact__container .c-contact__formwrapper .c-contact__formnote {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: justify;
  }
}
.c-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-form__row + .c-form__row {
  margin-top: 21px;
}
@media only screen and (max-width: 580px) {
  .c-form__row + .c-form__row {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 580px) {
  .c-form__2dates {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.c-form__2dates li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}
.c-form__2dates li + li {
  margin-top: 25px;
}
.c-form__2dates li .c-form__date {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 3px;
}
@media only screen and (max-width: 580px) {
  .c-form__2dates li .c-form__date {
    letter-spacing: 0;
    font-size: 1.45rem;
  }
}
.c-form__2dates li .c-form__inputdate {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-form__2dates li .c-form__inputdate input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 16px;
  background-color: #fff;
  height: 50px;
  border: 1px solid #231916;
  border-radius: 0;
  font-size: 1.6rem;
  letter-spacing: 2px;
  color: #412210;
  font-weight: 500;
}
@media only screen and (max-width: 580px) {
  .c-form__2dates li .c-form__inputdate input {
    font-size: 1.4rem;
    height: 45px;
  }
}
.c-form__row {
  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: 767px) {
  .c-form__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-form__row .c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 170px;
  gap: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .c-form__row .c-form__label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px;
    width: 250px;
  }
}
.c-form__row .c-form__label.c-form__label2 {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-top: 7px;
}
.c-form__row .c-form__label .c-label {
  font-weight: 500;
  font-size: 1.6rem;
  margin-right: 15px;
  font-weight: 700;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
@media only screen and (max-width: 580px) {
  .c-form__row .c-form__label .c-label {
    font-size: 1.8rem;
  }
}
.c-form__row .c-form__label .c-require {
  color: #fff;
  background-color: #e60013;
  font-size: 1.1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
  font-weight: 700;
  letter-spacing: 1px;
  width: 30px;
  height: 21px;
}
.c-form__row .c-form__label .c-require.c-require--invi {
  opacity: 0;
}
.c-form__row .c-form__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 7.4%;
}
@media only screen and (max-width: 767px) {
  .c-form__row .c-form__input {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    padding-left: 0;
    width: 100%;
    margin-top: 7px;
  }
}
.c-form__row .c-form__input.c-form__input1 {
  padding-right: 30%;
}
@media only screen and (max-width: 767px) {
  .c-form__row .c-form__input.c-form__input1 {
    padding-right: 0;
  }
}
.c-form__row .c-form__input  input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 16px;
  background-color: #fff;
  height: 50px;
  border: 1px solid #231916;
  border-radius: 0;
  font-size: 1.6rem;
  letter-spacing: 2px;
  color: #412210;
  font-weight: 500;
}
@media only screen and (max-width: 580px) {
  .c-form__row .c-form__input  input {
    font-size: 1.4rem;
    height: 45px;
  }
}
.c-form__row .c-form__input textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Noto Sans JP, sans-serif;
  padding: 10px 16px;
  height: 200px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #231916;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}
@media only screen and (max-width: 1023px) {
  .c-form__row .c-form__input textarea {
    height: 250px;
  }
}
@media only screen and (max-width: 580px) {
  .c-form__row .c-form__input textarea {
    height: 230px;
  }
}
.c-form__checkboxes {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 4px;
  padding-right: 15%;
  padding-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .c-form__checkboxes {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    flex: unset;
    max-width: 100%;
    padding-left: 5%;
    width: 100%;
    margin-top: 15px;
  }
}
.c-form__checkboxes input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  min-height: 29px;
  min-width: 29px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #efefef;
}
@media only screen and (max-width: 580px) {
  .c-form__checkboxes input {
    min-height: 25px;
    min-width: 25px;
  }
}
.c-form__checkboxes .wpcf7-form-control-wrap label > span {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-wrap: nowrap;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  transform: translateY(-1px);
}
@media only screen and (max-width: 1023px) {
  .c-form__checkboxes .wpcf7-form-control-wrap label > span {
    font-size: 1.4rem;
    margin-left: 4px;
  }
}
.c-form__checkboxes .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-form__checkboxes .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 4%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 580px) {
  .c-form__checkboxes .wpcf7-checkbox {
    gap: 12px 0;
  }
}
.c-form__checkboxes .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0 !important;
  width: 48%;
}
@media only screen and (max-width: 580px) {
  .c-form__checkboxes .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
.c-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  margin-top: 115px;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .c-agree {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-agree {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 872px) {
  .c-agree {
    margin-top: 45px;
  }
}
.wpcf7-form-control-wrap {
  height: 22px;
}
.c-agree input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
}
.c-agree .wpcf7-list-item-label {
  display: none;
}
.c-agree .wpcf7-not-valid-tip {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  -webkit-transform: translateX(21px);
  transform: translateX(21px);
  transform: translateX(21px);
  transform: translateX(21px);
}
.c-agree .c-policy {
  margin-left: 7px;
  color: #044977;
}
.c-agree .c-policy:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.c-submit__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 37px;
}
@media only screen and (max-width: 767px) {
  .c-submit__container {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 580px) {
  .c-submit__container {
    margin-top: 35px;
  }
}
.c-submit__container .c-submit__button {
  cursor: pointer;
  position: relative;
}
.c-submit__container input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  appearance: none;
  appearance: none;
  appearance: none;
}
.c-submit__button {
  width: 100%;
  max-width: 218px;
  height: 50px;
  border: 2px solid #231916;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #231916;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #fff;
  align-items: center;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 580px) {
  .c-submit__button {
    max-width: 140px;
    height: 50px;
  }
}
.c-submit__button:hover {
  opacity: 1;
  background-color: #fff;
}
.c-submit__button:hover span {
  color: #056fb8;
}
.wpcf7-spinner {
  position: absolute !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -53px;
  margin: 0 !important;
  padding: 0 !important;
}
.c-btn__sumbit {
  position: relative;
  background-color: #e50012;
  width: 260px;
  height: 50px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  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;
  border: 2px solid #e50012;
  gap: 6px;
  border-radius: 12px;
  padding-left: 2px;
}
.c-btn__sumbit:hover {
  background-color: #056fb8;
  border-color: #056fb8;
}
.c-btn__sumbit:hover .c-span__arrow {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.c-btn__sumbit:hover .c-span__arrow i {
  color: #fff;
}
.c-btn__sumbit .c-span__txt {
  color: #fff;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 1.8rem;
}
.c-news__container {
  background-color: #002a89;
  padding-bottom: 160px;
}
.c-news__container .l-container {
  max-width: 1154px;
}
.c-news__container .c-newscontainer__white {
  background-color: #fff;
  border-radius: 26px;
  padding-top: 40px;
  padding-bottom: 120px;
  padding-left: 3.3%;
  padding-right: 3.3%;
}
@media only screen and (max-width: 767px) {
  .c-news__container .c-newscontainer__white {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 580px) {
  .c-news__container .c-newscontainer__white {
    padding-bottom: 40px;
  }
}
.c-news__container .c-newscontainer__white.c-newscontainer__white2 {
  padding-top: 25px;
  padding-left: 10%;
  padding-right: 10%;
}
@media only screen and (max-width: 767px) {
  .c-news__container .c-newscontainer__white.c-newscontainer__white2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-news__container .c-newscontainer__white .c-news__containerh2 {
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 31px;
}
@media only screen and (max-width: 767px) {
  .c-news__container .c-newscontainer__white .c-news__containerh2 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 580px) {
  .c-news__container .c-newscontainer__white .c-news__containerh2 {
    font-size: 2.4rem;
  }
}
.c-single__title {
  text-align: center;
  font-size: 5.668rem;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 82px;
}
@media only screen and (max-width: 1023px) {
  .c-single__title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-single__title {
    font-size: 3rem;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .c-single__title {
    margin-bottom: 30px;
  }
}
.c-single__wrapper .c-single__date {
  font-size: 2.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-single__wrapper .c-single__date {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-single__wrapper .c-single__date {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-single__wrapper .c-single__date {
    font-size: 1.3rem;
  }
}
.c-single__wrapper .c-single__title2 {
  font-weight: 700;
  font-size: 4.3rem;
  letter-spacing: 3px;
  margin-top: 6px;
}
@media only screen and (max-width: 767px) {
  .c-single__wrapper .c-single__title2 {
    font-size: 3rem;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 580px) {
  .c-single__wrapper .c-single__title2 {
    font-size: 2.4rem;
    letter-spacing: 1px;
  }
}
.c-single__wrapper .c-single__content {
  margin-top: 25px;
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: justify;
}
.c-single__wrapper .c-single__content > * {
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: justify;
}
@media only screen and (max-width: 580px) {
  .c-single__wrapper .c-single__content > * {
    font-size: 1.4rem;
  }
}
.c-single__wrapper .c-btn1 {
  margin-top: 150px;
}
@media only screen and (max-width: 1023px) {
  .c-single__wrapper .c-btn1 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .c-single__wrapper .c-btn1 {
    margin-top: 65px;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/



.c-pnav__news {
  margin-top: 80px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .c-pnav__news {
    margin-top: 30px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
}
.c-pnav__news a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid transparent;
  text-align: center;
  color: #002a89;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  font-size: 2rem;
  border: 1px solid #002a89;
  padding-bottom: 2px;


}
.c-pnav__news.c-pnav__news2 a {
  color: #9FA0A0;

  border: none;
}

.c-pnav__news a:hover, .c-pnav__news a.current {
  background-color: #8a8284;
  color: #fff;
}
.c-pnav__news.c-pnav__news2 a:hover, .c-pnav__news.c-pnav__news2 a.current {
  background-color: #00706B;
  color: #fff;
}

.c-pnav__news .prev.page-numbers, .c-pnav__news .next.page-numbers {
  background-color: transparent;
  border: none;
  color: #002a89;
  font-size: 25px;
  display: none;
}

.c-pnav__news .prev.page-numbers:hover, .c-pnav__news .next.page-numbers:hover {
  background-color: transparent;
  border: none;
  color: #002a89
}

.c-pnav__news .page-numbers.current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background-color: #002a89;
  color: #fff;
  font-size: 2.2rem;


}
.c-pnav__news.c-pnav__news2 .page-numbers.current {
  background-color: #00706B;
}

.page-numbers.dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.c-privacy__content{
  font-size: 1.6rem;
  text-align: justify;
  line-height: calc(28/16);
  margin-top: 55px;
}

.u-show--mobile img:nth-child(1){
    display: block;
}
.u-show--mobile img:nth-child(2){
    display: none;
}

@media only screen and (max-width: 767px) {
  .u-show--mobile img:nth-child(1){
    display: none;
  }
  .u-show--mobile img:nth-child(2){
    display: block;
  }
}










.c-indexmobile {
  padding-top: 50px;
  padding-bottom: 40px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-index1 .c-index1__row {
    display: none;
  }
  .c-indexmobile {
  display: block;
}
}
.c-indexmobile .c-inmo__logo {
  margin: 0 auto;
  width: 78%;
}
.c-indexmobile .c-inmohim__wrapper {
  position: relative;
  z-index: 4;
}
.c-indexmobile .c-inmohim__wrapper::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: calc(100% + 32px);
  height: 115%;
  -webkit-clip-path: polygon(0 33%, 100% 0%, 100% 67%, 0% 100%);
  clip-path: polygon(0 33%, 100% 0%, 100% 67%, 0% 100%);
  background-color: rgba(255, 255, 255, 0.06);
  left: -16px;
}
.c-indexmobile .c-inmo__him {
  width: 66%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.c-indexmobile .c-inmo__him .c-inmohim__belowtxt {
  position: absolute;
  width: 120%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.c-indexmobile ul {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
}
.c-indexmobile ul li + li {
  margin-top: 12px;
}