@charset "UTF-8";
@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
}
@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
}
/*------------------------------------------------------------
    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: "Zen Antique", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
select {
  cursor: pointer;
  font-family: "Zen Antique", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
input,
textarea {
  font-family: "Zen Antique", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", 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: "Zen Antique", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
img {
  max-width: 100%;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Navigation
------------------------------------------------------------*/
.c-nav1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav1__item {
  position: relative;
}
.c-nav1__item + .c-nav1__item {
  margin-left: 30px;
}
@media only screen and (max-width: 1199px) {
  .c-nav1__item + .c-nav1__item {
    margin-left: 24px;
  }
}
.c-nav1__link {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .c-nav1__link {
    font-size: 1.4rem;
    line-height: 1.571;
  }
}
.c-nav2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav2__item + .c-nav2__item {
  margin-top: 32px;
}
.c-nav2__link {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header {
  position: relative;
  z-index: 12;
}
@media only screen and (max-width: 1023px) {
  .c-header.is-default .c-header__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-header__logowrap {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .c-header__logowrap {
    top: 40px;
    left: 40px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (max-width: 767px) {
  .c-header__logowrap {
    top: 20px;
    left: 20px;
  }
}
.c-header__logo {
  display: inline-block;
}
.c-header__logo img {
  width: 180px;
}
@media only screen and (max-width: 1199px) {
  .c-header__logo img {
    width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__logo img {
    width: 120px;
  }
}
.c-header__brand {
  position: absolute;
  top: 42px;
  left: 40px;
  max-width: 390px;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .c-header__brand {
    left: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-header__brand {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: unset;
    top: 0;
    right: 37px;
    max-width: unset;
    height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__brand {
    right: 17px;
  }
}
.c-header__brandtext {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.304;
}
@media only screen and (max-width: 1199px) {
  .c-header__brandtext {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1023px) {
  .c-header__brandtext {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-orientation: upright;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__brandtext {
    font-size: 1.6rem;
  }
}
.c-header__inner {
  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: absolute;
  top: 0;
  right: 0;
  max-width: 600px;
  padding: 38px 40px;
  background-color: transparent;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .c-header__inner {
    padding: 38px 28px 39px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-header__inner {
    padding: 38px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__inner {
    display: none;
  }
}
.c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}
.c-header__groupbtn {
  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;
  margin-left: 30px;
}
@media only screen and (max-width: 1199px) {
  .c-header__groupbtn {
    margin-left: 24px;
  }
}
.c-header__itembtn {
  position: relative;
}
.c-header__itembtn + .c-header__itembtn {
  margin-left: 24px;
}
@media only screen and (max-width: 1199px) {
  .c-header__itembtn + .c-header__itembtn {
    margin-left: 18px;
  }
}
.c-header__btn {
  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;
  padding: 1px 16px;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .c-header__btn {
    padding: 1px 12px;
    font-size: 1.4rem;
  }
}
.c-header__menubtn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}
.c-header__menuouter {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000a55;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 19;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-header__menuouter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-header__menuouter.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.c-header__menu {
  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: 100%;
}
.c-header__menuinner {
  width: 100%;
  max-height: 100vh;
  padding: 120px 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer__top {
  position: relative;
  padding: 70px 0 0;
}
@media only screen and (max-width: 767px) {
  .c-footer__top {
    padding: 45px 0 0;
  }
}
.c-footer__bottom {
  position: relative;
  padding: 70px 0 90px;
}
@media only screen and (max-width: 767px) {
  .c-footer__bottom {
    padding: 46px 0 56px;
  }
}
.c-footer__logowrap {
  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-footer__logo {
  display: inline-block;
}
.c-footer__logo img {
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .c-footer__logo img {
    width: 120px;
  }
}
.c-footer__brand {
  margin-top: 23px;
  color: #000a55;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.667;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-footer__brand {
    margin-top: 24px;
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.c-footer__address {
  margin-top: 23px;
  color: #000a55;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.143;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-footer__address {
    margin-top: 16px;
    line-height: 1.571;
  }
}
.c-footer__copyright {
  margin-top: 60px;
  color: #000a55;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.167;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-footer__copyright {
    margin-top: 33px;
    font-size: 1rem;
    line-height: 2.2;
  }
}
/*------------------------------------------------------------
    Layout
------------------------------------------------------------*/
body {
  position: relative;
  font-family: "Zen Antique", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", 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;
  }
}
main {
  position: relative;
}
/*------------------------------------------------------------
    Container
------------------------------------------------------------*/
.l-container {
  width: 100%;
  max-width: 510px;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .l-container {
    max-width: unset;
    padding: 0 20px;
  }
}
.l-container--w600 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .l-container--w600 {
    max-width: unset;
    padding: 0 20px;
  }
}
.l-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-wrapper {
    max-width: unset;
  }
}
/*------------------------------------------------------------
    Mainvisual
------------------------------------------------------------*/
.c-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.c-mv__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px 64px 32px 40px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-mv__content {
    padding: 20px 54px 20px 20px;
  }
}
.c-mv__title {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.714;
}
@media only screen and (max-width: 767px) {
  .c-mv__title {
    font-size: 2.3rem;
    line-height: 1.739;
  }
}
@media only screen and (max-width: 374px) {
  .c-mv__title {
    font-size: 2rem;
    line-height: 1.75;
  }
}
.c-mv__scroll {
  position: absolute;
  bottom: 0;
  right: 28px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-mv__scroll {
    right: 26px;
  }
}
/*------------------------------------------------------------
    Breadcrumb
------------------------------------------------------------*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Backtotop
------------------------------------------------------------*/
.c-backtotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  z-index: 5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-backtotop {
    bottom: 8px;
    right: 8px;
  }
}
.c-backtotop.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-backtotop__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 53px;
  height: 53px;
  padding: 8px;
  background-color: rgba(0, 10, 85, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-backtotop__box {
    width: 46px;
    height: 46px;
    padding: 6px;
    background-color: #000a55;
    border: 1px solid #fff;
  }
}
.c-backtotop__box::after {
  content: "\e902";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 1px)) rotate(-90deg);
  transform: translate(-50%, calc(-50% - 1px)) rotate(-90deg);
  color: #fff;
  font-family: "icomoon";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------------------------------
    Banner
------------------------------------------------------------*/
.c-banner1 {
  display: block;
  position: relative;
  width: 100%;
  padding: 41px 0 40px;
  background-color: #000a55;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-banner1 {
    padding: 27px 0 26px;
  }
}
.c-banner1__content {
  display: block;
  width: 100%;
  padding: 14px 30px;
  background-color: #000f7b;
}
@media only screen and (max-width: 767px) {
  .c-banner1__content {
    padding: 9px 20px 11px;
  }
}
.c-banner1__title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.333;
}
@media only screen and (max-width: 767px) {
  .c-banner1__title {
    font-size: 1.9rem;
    line-height: 1.316;
  }
}
.c-banner1__item {
  position: absolute;
  top: -23px;
  right: 19px;
  width: 56.1111111111%;
  max-width: 303px;
}
@media only screen and (max-width: 767px) {
  .c-banner1__item {
    top: -14px;
    right: 12px;
    width: 56.2857142857%;
    max-width: 197px;
  }
}
.c-banner1__item img {
  width: 100%;
}
/*------------------------------------------------------------
    Box
------------------------------------------------------------*/
.c-box1 {
  position: relative;
  width: 100%;
  height: 218px;
  padding: 25px 29px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  color: #555;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.692;
}
@media only screen and (min-width: 1023px) {
  .c-box1::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .c-box1::-webkit-scrollbar {
    width: 19px;
    background-color: transparent;
  }
  .c-box1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px 10px #ddd;
    box-shadow: inset 0 0 10px 10px #ddd;
    border-width: 6px 5px;
    border-style: solid;
    border-color: transparent;
    cursor: default;
  }
  .c-box1::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 10px 10px #a7a7a7;
    box-shadow: inset 0 0 10px 10px #a7a7a7;
  }
}
.c-box1 p + p {
  margin-top: 22px;
}
.c-box1__inner {
  margin-right: -10px;
}
@media only screen and (max-width: 1023px) {
  .c-box1__inner {
    margin-right: 0;
  }
}
/*------------------------------------------------------------
    Button
------------------------------------------------------------*/
.c-btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-bottom: 4px;
  border-bottom: 1px solid #000a55;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-btn1--white {
  border-bottom-color: #fff;
}
.c-btn1--white .c-btn1__text {
  color: #fff;
}
.c-btn1--white .c-btn1__arrow {
  border-bottom-color: #fff;
}
.c-btn1--white .c-btn1__arrow::after {
  background-color: #fff;
}
.c-btn1__text {
  color: #000a55;
  font-family: "Cinzel", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-btn1__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  position: relative;
  width: 28px;
  height: 10px;
  margin-left: 7px;
  border-bottom: 1px solid #000a55;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn1__arrow::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 15px;
  height: 1px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  background-color: #000a55;
}
.c-btn2 {
  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%;
  padding: 25px 40px;
  background-color: #000a55;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.304;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-btn2 {
    padding: 15px 24px 14px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-btn3 {
  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%;
  padding: 17px 40px;
  background-color: #000f7b;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.444;
  text-align: center;
}
/*------------------------------------------------------------
    Card
------------------------------------------------------------*/
.c-card1 {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-card1:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.c-card1__inner {
  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: 300px;
  padding: 90px 30px 90px 0;
}
@media only screen and (max-width: 767px) {
  .c-card1__inner {
    min-height: 194px;
    padding: 64px 20px 63px 0;
  }
}
.c-card1__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a7a7a7;
  overflow: hidden;
}
.c-card1__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 117, 169, 0.25);
  z-index: 1;
}
.c-card1__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-card1__content {
  position: relative;
  height: 100%;
  z-index: 2;
}
.c-card1__title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 26px 13px 25px;
  background-color: #000a55;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.435;
}
@media only screen and (max-width: 767px) {
  .c-card1__title {
    padding: 9px 12px 10px 16px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.c-card1__title--style1 {
  padding: 21px 26px 19px 25px;
}
@media only screen and (max-width: 767px) {
  .c-card1__title--style1 {
    padding: 13px 8px 16px 16px;
  }
}
.c-card1__btn {
  position: absolute;
  bottom: 40px;
  right: 30px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .c-card1__btn {
    bottom: 23px;
    right: 20px;
  }
}
/*------------------------------------------------------------
    Checkbox
------------------------------------------------------------*/
.c-checkbox__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -26px -12px 0;
}
.c-checkbox__group .mwform-checkbox-field {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 26px 12px 0;
}
.c-checkbox__group .mwform-checkbox-field label {
  position: relative;
}
.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;
  background-color: transparent;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
}
.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: block;
  position: relative;
  padding-left: 29px;
  cursor: pointer;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.57;
}
.c-checkbox__group .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-checkbox__group .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "\e901";
  position: absolute;
  top: 6px;
  left: 4px;
  color: #000f7b;
  font-family: "icomoon";
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1;
  text-indent: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------------------------------
    Content
------------------------------------------------------------*/
.c-content {
  color: #000f7b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-content {
    font-size: 1.4rem;
  }
}
.c-content p + p {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .c-content p + p {
    margin-top: 28px;
  }
}
.c-content p + p:has(img) {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .c-content p + p:has(img) {
    margin-top: 26px;
  }
}
.c-content p:has(img) + p {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .c-content p:has(img) + p {
    margin-top: 26px;
  }
}
.c-content a {
  color: #9a9a9a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
@media only screen and (max-width: 767px) {
  .c-content a {
    font-size: 1.4rem;
  }
}
.c-content ul {
  color: #000f7b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-content ul {
    font-size: 1.4rem;
  }
}
.c-content ul li {
  position: relative;
  padding-left: 18px;
}
@media only screen and (max-width: 767px) {
  .c-content ul li {
    padding-left: 16px;
  }
}
.c-content ul li::before {
  content: "▪";
  position: absolute;
  top: 0;
  left: 0;
}
.c-content ol {
  counter-reset: section;
  color: #000f7b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-content ol {
    font-size: 1.4rem;
  }
}
.c-content ol li {
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .c-content ol li {
    padding-left: 18px;
  }
}
.c-content ol li::before {
  counter-increment: section;
  content: counter(section) "．";
  position: absolute;
  top: 0;
  left: 0;
}
.c-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c-content .alignleft {
  display: block;
  margin-right: auto;
}
.c-content .alignleft {
  display: block;
  margin-left: auto;
}
.c-content img,
.c-content iframe {
  max-width: 100%;
}
/*------------------------------------------------------------
    Error
------------------------------------------------------------*/
.contact-form__row label.error,
.contact-form__accept label.error,
.mw_wp_form .contact-form__row .error,
.mw_wp_form .contact-form__accept .error,
.mw_wp_form .contact-form__recaptcha .error {
  display: block;
  margin-top: 5px;
  color: #bf0000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.57;
}
/*------------------------------------------------------------
    Filter
------------------------------------------------------------*/
.c-filter1 {
  display: block;
  position: relative;
  padding: 30px 40px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-filter1 {
    padding: 0;
  }
}
.c-filter1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .c-filter1__list {
    margin: 0 -5px;
  }
}
.c-filter1__item {
  width: calc(100% - 20px);
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .c-filter1__item {
    width: calc(100% - 10px);
    margin: 0 5px;
  }
}
.c-filter1__select {
  display: block;
  width: 100%;
  position: relative;
}
.c-filter1__select::after {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  font-family: "icomoon";
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
}
.c-filter1__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  padding: 5px 31px 5px 9px;
  background-color: #fff;
  border: 1px solid #000f7b;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  color: #000a55;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------------------------------
    Heading
------------------------------------------------------------*/
.c-heading1 {
  position: relative;
  padding: 337px 0 78px;
}
@media only screen and (max-width: 767px) {
  .c-heading1 {
    padding: 217px 0 56px;
  }
}
.c-heading1__ja {
  display: block;
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}
.c-heading1__en {
  display: block;
  margin-top: 21px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
/*------------------------------------------------------------
    Input
------------------------------------------------------------*/
.c-input {
  display: block;
  position: relative;
  width: 100%;
  line-height: 1;
}
.c-input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 60px;
  padding: 13px 14px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.c-input input::-webkit-input-placeholder {
  color: #818181;
}
.c-input input::-moz-placeholder {
  color: #818181;
}
.c-input input:-ms-input-placeholder {
  color: #818181;
}
.c-input input::-ms-input-placeholder {
  color: #818181;
}
.c-input input::placeholder {
  color: #818181;
}
.c-input textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 300px;
  padding: 13px 14px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.c-input textarea::-webkit-input-placeholder {
  color: #818181;
}
.c-input textarea::-moz-placeholder {
  color: #818181;
}
.c-input textarea:-ms-input-placeholder {
  color: #818181;
}
.c-input textarea::-ms-input-placeholder {
  color: #818181;
}
.c-input textarea::placeholder {
  color: #818181;
}
.c-input--half {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .c-input--half {
    width: 100%;
  }
}
.c-input__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-input__group .c-input + .c-input {
  margin-left: 10px;
}
.c-input__zip .mwform-zip-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #555;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-input__zip .mwform-zip-field input[type=text] {
  width: min(100px, 100%);
  margin: 0 9px;
}
.c-input__tel .mwform-tel-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -9px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #555;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-input__tel .mwform-tel-field input[type=text] {
  width: min(100px, 100%);
  margin: 0 9px;
}
/*------------------------------------------------------------
    Label
------------------------------------------------------------*/
.c-label1 {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.c-label1.is-required::after {
  content: "＜必須＞";
  display: inline-block;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-left: 9px;
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
}
/*------------------------------------------------------------
    List
------------------------------------------------------------*/
.c-list1 {
  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-list1 li {
  display: block;
  width: 100%;
  padding: 15px 20px;
  background-color: #000f7b;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.667;
  text-align: center;
}
.c-list1 li + li {
  margin-top: 5px;
}
/*------------------------------------------------------------
    Listpost
------------------------------------------------------------*/
.c-listpost1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-listpost1__item {
  position: relative;
  width: 100%;
}
.c-listpost1__item + .c-listpost1__item {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .c-listpost1__item + .c-listpost1__item {
    margin-top: 5px;
  }
}
.c-listpost1__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding: 18px 26px 17px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-listpost1__link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f7f7f7;
  }
}
.c-listpost1__datetime {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 104px;
  padding-right: 12px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-listpost1__datetime {
    width: 89px;
    padding-right: 4px;
  }
}
.c-listpost1__taglist {
  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%;
  max-width: 120px;
}
@media only screen and (max-width: 767px) {
  .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;
    max-width: calc(100% - 89px);
    margin: 0 -4px -6px 0;
  }
}
.c-listpost1__taglist + .c-listpost1__title {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .c-listpost1__taglist + .c-listpost1__title {
    margin-left: 0;
  }
}
.c-listpost1__tagitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-listpost1__tagitem {
    margin: 0 4px 6px 0;
  }
}
.c-listpost1__tagitem + .c-listpost1__tagitem {
  margin-top: 6px;
}
@media only screen and (max-width: 767px) {
  .c-listpost1__tagitem + .c-listpost1__tagitem {
    margin-top: 0;
  }
}
.c-listpost1__title {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-listpost1__title {
    width: 100%;
    margin-top: 6px;
  }
}
/*------------------------------------------------------------
    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: 80px;
  height: 65px;
  padding: 8px 12px;
  background-color: transparent;
  -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, 12px) rotate(45deg);
  transform: translate(0, 12px) rotate(45deg);
}
.c-menu1.is-open .c-menu1__inner span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.c-menu1.is-open .c-menu1__inner span:nth-child(3) {
  -webkit-transform: translate(0, -12px) rotate(-45deg);
  transform: translate(0, -12px) 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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 40px;
  height: 25px;
}
.c-menu1__inner span {
  display: block;
  width: 40px;
  height: 1px;
  opacity: 1;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------------------------------
    Pagination
------------------------------------------------------------*/
.c-pagi1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  color: #000a55;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.c-pagi1 li {
  margin: 0 10px;
}
.c-pagi1 li a,
.c-pagi1 li span {
  display: inline-block;
  position: relative;
}
.c-pagi1 li a::after,
.c-pagi1 li span::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000a55;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-pagi1 li a:hover,
  .c-pagi1 li span:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #9a9a9a;
  }
  .c-pagi1 li a:hover::after,
  .c-pagi1 li span:hover::after {
    opacity: 0;
  }
}
.c-pagi1 li a.current,
.c-pagi1 li span.current {
  color: #9a9a9a;
  pointer-events: none;
}
.c-pagi1 li a.current::after,
.c-pagi1 li span.current::after {
  opacity: 0;
}
/*------------------------------------------------------------
    Part
------------------------------------------------------------*/
.c-part1 {
  position: relative;
}
.c-part1__thumb {
  position: relative;
  width: 100%;
  background-color: #b2b2b2;
  overflow: hidden;
}
.c-part1__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.6666666667%;
}
.c-part1__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-part1__main {
  position: relative;
  width: 100%;
  padding: 84px 0 66px;
}
@media only screen and (max-width: 767px) {
  .c-part1__main {
    padding: 61px 0 50px;
  }
}
.c-part1__en {
  display: block;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-part1__en {
    font-size: 4rem;
    line-height: 1.25;
  }
}
.c-part1__ja {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-part1__ja {
    margin-top: 2px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-part1__content {
  margin-top: 16px;
}
/*------------------------------------------------------------
    Relate
------------------------------------------------------------*/
.c-relate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000a55;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.c-relate__item {
  margin: 0 17px;
}
.c-relate__item.is-hide .c-relate__link {
  opacity: 0;
  pointer-events: none;
}
.c-relate__link {
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
@media only screen and (min-width: 1023px) {
  .c-relate__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #9a9a9a;
  }
}
/*------------------------------------------------------------
    Scene
------------------------------------------------------------*/
.c-scene {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .c-scene {
    position: absolute;
    height: 100%;
  }
}
.c-scene::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(235, 235, 235, 0.9);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-scene::before {
    content: none;
  }
}
.c-scene.is-blur::before {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .c-scene.is-top {
    height: 100vh;
  }
}
.c-scene__bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  overflow: hidden;
}
.c-scene__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 15, 123, 0.1);
  z-index: 1;
}
.c-scene__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-scene__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
/*------------------------------------------------------------
    Scroll
------------------------------------------------------------*/
.c-scroll {
  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: 4px;
}
.c-scroll__bar {
  display: block;
  position: relative;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 150px;
  background-color: rgba(0, 15, 123, 0.3);
  overflow-y: hidden;
}
.c-scroll__bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #000f7b;
  z-index: 1;
  -webkit-animation: scrolldown 3s linear infinite;
  animation: scrolldown 3s linear infinite;
}
/*------------------------------------------------------------
    Single
------------------------------------------------------------*/
.c-single1__heading {
  position: relative;
  padding-bottom: 17px;
  border-bottom: 1px solid #000f7b;
}
.c-single1__datetime {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.c-single1__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 13px -4px -6px 0;
}
.c-single1__tagitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 0 4px 6px 0;
}
.c-single1__title {
  margin-top: 15px;
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-single1__content {
  position: relative;
  padding: 25px 0;
}
.c-single1__content.is-temp {
  min-height: 739px;
}
@media only screen and (max-width: 767px) {
  .c-single1__content.is-temp {
    min-height: 520px;
  }
}
.c-single1__footer {
  position: relative;
  padding-top: 32px;
  border-top: 1px solid #000f7b;
}
/*------------------------------------------------------------
    Table
------------------------------------------------------------*/
.c-table1 {
  width: 100%;
  border-collapse: collapse;
}
.c-table1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  vertical-align: top;
  width: 100%;
}
.c-table1__row + .c-table1__row {
  margin-top: 28px;
}
.c-table1__field {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33.7777777778%;
  max-width: 152px;
  padding-right: 20px;
  color: #000f7b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
}
.c-table1__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 66.2222222222%;
  color: #000f7b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
/*------------------------------------------------------------
    Tag
------------------------------------------------------------*/
.c-tag1 {
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  padding: 2px 9px 3px;
  background-color: #000a55;
  border-radius: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.c-text1 {
  color: #000f7b;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.778;
}
@media only screen and (max-width: 767px) {
  .c-text1 {
    font-size: 1.6rem;
    line-height: 2.25;
  }
}
.c-text1--white {
  color: #fff;
}
.c-text2 {
  color: #000f7b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-text2 {
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
    Thumbnail
------------------------------------------------------------*/
.c-thumb1 {
  position: relative;
  width: 100%;
  background-color: #b2b2b2;
  overflow: hidden;
}
.c-thumb1::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.6666666667%;
}
.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--white .c-title1__en {
  color: #fff;
}
.c-title1--white .c-title1__ja {
  color: #fff;
}
.c-title1__en {
  display: block;
  color: #000a55;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title1__en {
    font-size: 4rem;
    line-height: 1.25;
  }
}
.c-title1__ja {
  display: block;
  margin-top: 6px;
  color: #000a55;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.304;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title1__ja {
    margin-top: 2px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-title2__en {
  display: block;
  color: #000f7b;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title2__en {
    font-size: 4rem;
    line-height: 1.25;
  }
}
.c-title2__ja {
  display: block;
  margin-top: 12px;
  color: #000f7b;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title2__ja {
    margin-top: 2px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-title3 {
  display: block;
  width: 100%;
  padding-bottom: 14px;
  border-bottom: 1px solid #000f7b;
  color: #000f7b;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-title3 {
    padding-bottom: 12px;
    font-size: 1.6rem;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    CSS of Home page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of News section
------------------------------------------------------------*/
.home-news {
  position: relative;
  margin-top: 160px;
  padding: 104px 0 105px;
}
@media only screen and (max-width: 767px) {
  .home-news {
    margin-top: 0;
    padding: 52px 0 57px;
  }
}
.home-news__body {
  margin-top: 42px;
}
@media only screen and (max-width: 767px) {
  .home-news__body {
    margin-top: 23px;
  }
}
.home-news__body .c-text1.u-nopost {
  text-align: center;
}
.home-news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 19px;
}
/*------------------------------------------------------------
    CSS of Brand section
------------------------------------------------------------*/
.home-brand {
  position: relative;
}
.home-brand__top {
  position: relative;
  padding: 104px 0 88px;
}
@media only screen and (max-width: 767px) {
  .home-brand__top {
    padding: 61px 0 50px;
  }
}
.home-brand__content {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .home-brand__content {
    margin-top: 17px;
  }
}
/*------------------------------------------------------------
    CSS of Recruit section
------------------------------------------------------------*/
.home-recruit {
  position: relative;
}
.home-recruit__inner {
  position: relative;
}
.home-recruit__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  pointer-events: none;
  overflow: hidden;
}
.home-recruit__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.home-recruit__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  min-height: 700px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .home-recruit__content {
    min-height: 455px;
  }
}
.home-recruit__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 138px;
  padding: 120px 20px;
  background-color: rgba(255, 255, 255, 0.35);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .home-recruit__box {
    width: 90px;
    padding: 70px 17px 70px 12px;
  }
}
.home-recruit__box--left {
  padding: 130px 30px 130px 20px;
}
@media only screen and (max-width: 767px) {
  .home-recruit__box--left {
    padding: 70px 17px 70px 12px;
  }
}
.home-recruit__titleen {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  color: #000f7b;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .home-recruit__titleen {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    font-size: 5.1rem;
  }
}
.home-recruit__titleja {
  -webkit-transform: translateY(19px);
  transform: translateY(19px);
  color: #000f7b;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.07em;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .home-recruit__titleja {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    font-size: 4.5rem;
  }
}
.home-recruit__titleja .u-dot {
  display: inline-block;
  -webkit-transform: translate(-3px, 12px);
  transform: translate(-3px, 12px);
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .home-recruit__titleja .u-dot {
    -webkit-transform: translate(-2px, 7px);
    transform: translate(-2px, 7px);
  }
}
.home-recruit__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  padding: 0 30px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .home-recruit__btn {
    bottom: 25px;
    padding: 0 20px;
  }
}
.home-recruit__btn .c-btn2 {
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  .home-recruit__btn .c-btn2 {
    max-width: 260px;
  }
}
/*------------------------------------------------------------
    CSS of Reason page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.reason-main {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .reason-main {
    background-color: #000a55;
    padding: 50px 0 0;
  }
}
/*------------------------------------------------------------
    CSS of Quality section
------------------------------------------------------------*/
.reason-quality {
  position: relative;
}
.reason-quality__top {
  position: relative;
  padding: 84px 0 71px;
}
@media only screen and (max-width: 767px) {
  .reason-quality__top {
    padding: 61px 0 55px;
  }
}
.reason-quality__body {
  margin-top: 16px;
}
.reason-quality__body .c-list1 {
  margin-top: 30px;
}
.reason-quality__body .c-text2 {
  margin-top: 36px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .reason-quality__body .c-text2 {
    margin-top: 25px;
  }
}
/*------------------------------------------------------------
    CSS of Company page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Message section
------------------------------------------------------------*/
.company-message {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .company-message {
    padding: 50px 0 0;
  }
}
.company-message__top {
  position: relative;
  padding: 84px 0 66px;
}
@media only screen and (max-width: 767px) {
  .company-message__top {
    padding: 61px 0 50px;
  }
}
.company-message__body {
  margin-top: 26px;
}
@media only screen and (max-width: 767px) {
  .company-message__body {
    margin-top: 17px;
  }
}
.company-message__info {
  margin-top: 25px;
}
.company-message__inforole {
  color: #000f7b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  text-align: right;
}
.company-message__infoname {
  margin-top: -2px;
  color: #000f7b;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.818;
  text-align: right;
}
/*------------------------------------------------------------
    CSS of Outline section
------------------------------------------------------------*/
.company-outline {
  position: relative;
}
.company-outline__top {
  position: relative;
  padding: 84px 0 96px;
}
@media only screen and (max-width: 767px) {
  .company-outline__top {
    padding: 61px 0 80px;
  }
}
.company-outline__body {
  margin-top: 47px;
}
@media only screen and (max-width: 767px) {
  .company-outline__body {
    margin-top: 25px;
  }
}
.company-outline__part + .company-outline__part {
  margin-top: 59px;
}
.company-outline__part .c-table1 {
  margin-top: 42px;
}
.company-outline__map {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #b2b2b2;
  overflow: hidden;
}
.company-outline__map iframe {
  width: 100%;
  height: 100%;
  border: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
/*------------------------------------------------------------
    CSS of Recruit section
------------------------------------------------------------*/
.company-recruit {
  position: relative;
  padding: 84px 0 96px;
}
@media only screen and (max-width: 767px) {
  .company-recruit {
    padding: 61px 0 80px;
  }
}
.company-recruit__body {
  margin-top: 57px;
}
@media only screen and (max-width: 767px) {
  .company-recruit__body {
    margin-top: 35px;
  }
}
.company-recruit__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.company-recruit__btn .c-btn2 {
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  .company-recruit__btn .c-btn2 {
    max-width: 260px;
  }
}
/*------------------------------------------------------------
    CSS of News page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Archive section
------------------------------------------------------------*/
.news-archive {
  position: relative;
  padding: 32px 0 54px;
}
@media only screen and (max-width: 767px) {
  .news-archive {
    padding: 61px 0 54px;
  }
}
.news-archive__body {
  margin-top: 20px;
}
.news-archive__body .c-text1.u-nopost {
  text-align: center;
}
.news-archive__pagi {
  margin-top: 35px;
}
/*------------------------------------------------------------
    CSS of Single section
------------------------------------------------------------*/
.news-single {
  position: relative;
  padding: 74px 0 98px;
}
@media only screen and (max-width: 767px) {
  .news-single {
    padding: 61px 0 80px;
  }
}
/*------------------------------------------------------------
    CSS of Contact page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Form section
------------------------------------------------------------*/
.contact-form {
  position: relative;
  padding: 71px 0 94px;
}
@media only screen and (max-width: 767px) {
  .contact-form {
    padding: 61px 0 80px;
  }
}
.contact-form__row + .contact-form__row {
  margin-top: 42px;
}
.contact-form__row + .contact-form__row.contact-form__row--message {
  margin-top: 46px;
}
.contact-form__field {
  margin-top: 13px;
}
.contact-form__privacy {
  margin-top: 39px;
}
.contact-form__accept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 46px;
  text-align: center;
}
.contact-form__groupbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 38px;
}
.contact-form__groupbtn .c-btn3 {
  max-width: 350px;
}
.contact-form__groupbtn .c-btn3 + .c-btn3 {
  margin-top: 8px;
}
.contact-form__recaptcha {
  text-align: center;
}
.mw_wp_form .c-radio__group .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .c-checkbox__group .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form_confirm .contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.mw_wp_form_confirm .contact-form__row + .contact-form__row {
  margin-top: 28px;
}
.mw_wp_form_confirm .contact-form__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33.7777777778%;
  max-width: 152px;
  padding-right: 20px;
}
.mw_wp_form_confirm .contact-form__label .c-label1 {
  color: #000f7b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
.mw_wp_form_confirm .contact-form__label .c-label1::after {
  content: none;
}
.mw_wp_form_confirm .contact-form__field {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 66.2222222222%;
  margin-top: 0;
}
.mw_wp_form_confirm .contact-form__field .c-input,
.mw_wp_form_confirm .contact-form__field .c-radio__group,
.mw_wp_form_confirm .contact-form__field .c-c-checkbox__group {
  display: contents;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000f7b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
.mw_wp_form_confirm .contact-form__privacy {
  display: none;
}
.mw_wp_form_confirm .contact-form__accept {
  display: none;
}
.grecaptcha-badge {
  bottom: 92px !important;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 75px !important;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Display
------------------------------------------------------------*/
.u-none {
  display: none;
}
/*------------------------------------------------------------
    Background
------------------------------------------------------------*/
.u-bg__white {
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 767px) {
  .u-bg__white {
    background-color: #fff;
  }
}
.u-bg__blue {
  background-color: rgba(0, 10, 85, 0.9);
}
@media only screen and (max-width: 767px) {
  .u-bg__blue {
    background-color: #000a55;
  }
}
/*------------------------------------------------------------
    Spacing
------------------------------------------------------------*/
/*------------------------------------------------------------
    Font
------------------------------------------------------------*/
.u-zen-antique {
  font-family: "Zen Antique", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.u-zen-kaku {
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.u-cinzel {
  font-family: "Cinzel", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.u-shuei-mincho {
  font-family: "dnp-shuei-mincho-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.u-serif {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
@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;
  }
}
@media only screen and (max-width: 1199px) {
  .is-spc {
    display: none;
  }
}
.is-notspc {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .is-notspc {
    display: block;
  }
}
.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-phone {
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .is-phone {
    pointer-events: unset;
  }
}