@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
/* CSS Document */
body {
  background-color: #fff !important;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
}

body .bg-img-wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.on .bg-img-wrap .bg-img {
  display: none;
}

body .bg-img-wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.on .bg-img-wrap .bg-img {
  display: none;
}

a {
  display: inline-block;
  transition: ease 0.3s;
}

a:hover {
  opacity: 0.5;
}

a p,
a {
  color: #ffffff;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-black {
  font-weight: 900;
}

.loader {
  display: none;
}

.main-wrap {
  overflow: hidden;
}

.pd_wrap {
  padding: 150px 100px 0;
}

.pd_wrap_all {
  padding: 150px 100px 150px;
}

.pd_wrap_side {
  padding-left: 100px;
  padding-right: 100px;
}

/* ---------- common ---------- */
.pagetitle .txt-box {
  width: 30%;
}

.pagetitle .img-box {
  height: 450px;
  width: 70%;
}

.link-wrap {
  gap: 30px 50px;
  padding-top: 10px;
}

.link-wrap a {
  padding-left: 50px;
  position: relative;
}

.link-wrap a:hover {
  opacity: 1;
}

.link-wrap a .icon {
  background-color: #f0f0f0;
  border-radius: 50%;
  height: 30px;
  left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: ease 0.3s;
  width: 30px;
}

.link-wrap a .icon i {
  color: #001d3b;
  font-size: 12px;
  opacity: 0.6;
}

.link-wrap a:hover .icon {
  background-color: #001d3b;
  height: 40px;
  left: 0;
  width: 40px;
}

.link-wrap a:hover .icon i {
  color: #fff;
  opacity: 1;
}

.more-wrap {
  gap: 20px 40px;
}

.more {
  text-align: center;
}

.more a {
  border-radius: 100px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 15px 60px;
  position: relative;
}

.more a::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transition: ease 0.4s;
  width: 100%;
  z-index: 1;
}

.more a:hover::after {
  transform: translateX(0);
}

.more a:hover {
  opacity: 1 !important;
}

.more a i,
.more a p {
  transition: ease 0.3s;
}

.more a i {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.more a p {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.more1 a {
  background-color: #fff;
}

.more1 a::after {
  background-color: #ed1b24;
}

.more1 a p,
.more1 a i {
  color: #ed1b24;
}

.more1 a:hover p,
.more1:hover a i {
  color: #fff;
}

/* ---------- header ---------- */
/* ANIME */
.sc-anime.topin.on {
  opacity: 0;
  transform: translateY(-50px);
}

.sc-anime.topin.on.active {
  -webkit-animation-name: topin;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: topin;
  animation-timing-function: ease;
}

.sc-anime.bottomin.on {
  opacity: 0;
  transform: translateY(50px);
}

.sc-anime.bottomin.on.active {
  -webkit-animation-name: bottomin;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: bottomin;
  animation-timing-function: ease;
}

.sc-anime.leftin.on {
  opacity: 0;
  transform: translateX(-50px);
}

.sc-anime.leftin.on.active {
  -webkit-animation-name: leftin;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: leftin;
  animation-timing-function: ease;
}

.sc-anime.rightin.on {
  opacity: 0;
  transform: translateX(50px);
}

.sc-anime.rightin.on.active {
  -webkit-animation-name: rightin;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: rightin;
  animation-timing-function: ease;
}

.sc-anime.fadein.on {
  opacity: 0;
}

.sc-anime.fadein.on.active {
  -webkit-animation-name: fadein;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: fadein;
  animation-timing-function: ease;
}

.sc-anime.blurin.on {
  -ms-filter: blur(6px);
  filter: blur(6px);
  opacity: 0;
}

.sc-anime.blurin.on.active {
  -webkit-animation-name: blurin;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: blurin;
  animation-timing-function: ease;
}

@-webkit-keyframes topin {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes topin {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-webkit-keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-webkit-keyframes upin {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes upin {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blurin {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    opacity: 0;
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes blurin {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    opacity: 0;
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
/* color */
.txt-color-normal {
  color: #666666;
}

.txt-white {
  color: #ffffff;
}

.txt-red {
  color: red;
}

.txt-color1 {
  color: #009045;
}

.txt-color2 {
  color: #f5911e;
}

.txt-color3 {
  color: #ed1b24;
}

.txt-color4 {
  color: #001d3b;
}

.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: black;
}

.bg-color1 {
  background-color: #009045;
}

.bg-color2 {
  background-color: #f5911e;
}

.bg-color3 {
  background-color: #ed1b24;
}

.bg-color4 {
  background-color: #001d3b;
}

.border-color1 {
  border-color: #009045;
}

.border-color2 {
  border-color: #f5911e;
}

.border-color3 {
  border-color: #ed1b24;
}

.border-color4 {
  border-color: #001d3b;
}

.hvr-txt-color-normal:hover {
  color: #666666;
}

.hvr-txt-white:hover {
  color: #ffffff;
}

.hvr-txt-red:hover {
  color: red;
}

.hvr-txt-color1:hover {
  color: #009045;
}

.hvr-txt-color2:hover {
  color: #f5911e;
}

.hvr-txt-color3:hover {
  color: #ed1b24;
}

.hvr-txt-color4:hover {
  color: #001d3b;
}

.hvr-bg-white:hover {
  background-color: #ffffff;
}

.hvr-bg-black:hover {
  background-color: black;
}

.hvr-bg-color1:hover {
  background-color: #009045;
}

.hvr-bg-color2:hover {
  background-color: #f5911e;
}

.hvr-bg-color3:hover {
  background-color: #ed1b24;
}

.hvr-bg-color4:hover {
  background-color: #001d3b;
}

.hvr-border-color1:hover {
  border-color: #009045;
}

.hvr-border-color2:hover {
  border-color: #f5911e;
}

.hvr-border-color3:hover {
  border-color: #ed1b24;
}

.hvr-border-color4:hover {
  border-color: #001d3b;
}

/* ---------- IEのみ ---------- */
/* ---------- 1280px ~ ---------- */
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 50px 0;
  }

  .pd_wrap_all {
    padding: 150px 50px 150px;
  }

  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }

  /* ---------- common ---------- */
  .pagetitle .img-box {
    height: 400px;
  }

  .more a {
    padding: 15px 60px;
  }

  .more a p {
    font-size: 16px;
  }

  /* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }

  .pd_wrap_all {
    padding: 100px 50px 100px;
  }

  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@-webkit-keyframes menuin {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes menuin {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    transform: translateY(0);
  }
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 5% 0;
  }

  .pd_wrap_all {
    padding: 80px 5% 80px;
  }

  .pd_wrap_side {
    padding-left: 5%;
    padding-right: 5%;
  }

  /* ---------- common ---------- */
  .link-wrap {
    gap: 30px 30px;
  }

  .link-wrap a {
    padding-left: 45px;
  }

  .link-wrap a .icon {
    height: 25px;
    width: 25px;
  }

  .link-wrap a .icon i {
    font-size: 10px;
  }

  .link-wrap a:hover .icon {
    height: 35px;
    width: 35px;
  }

  .pagetitle .txt-box {
    padding: 40px 10px;
    width: 100%;
  }

  .pagetitle .img-box {
    height: 200px;
    width: 100%;
  }

  .more a {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px 50px;
  }

  .more a p {
    font-size: 14px;
  }

  .more a i {
    font-size: 14px;
  }
}
/* ---------- 350px ~ ---------- */
/*----------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
.header {
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s;
  width: 100%;
  z-index: 999;
}

/* ーーーーーーーーーーーー'ヘッダー上部'ーーーーーーーーーーーーーー*/
.header-top {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-top: 15px;
}
@media screen and (max-width: 1080px) {
  .header-top {
    padding-bottom: 0;
    padding-left: 30px;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .header-top {
    padding-left: 20px;
  }
}
@media screen and (max-width: 576px) {
  .header-top {
    padding-left: 15px;
  }
}
.header-top .contact-bt {
  align-items: center;
  background-color: #033792;
  border-radius: 2px;
  display: flex;
  gap: 5px;
  padding: 6px 20px;
}
.header-top .contact-bt img {
  display: block;
  width: 13px;
}
.header-top .contact-bt p {
  color: #fff !important;
}

.header.on .header-top {
  background-color: transparent;
}

/* ーーーーーーーーーーーー'ヘッダー下部'ーーーーーーーーーーーーーー*/
.header-bottom {
  background-color: #033792;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1080px) {
  .header-bottom {
    display: none !important;
  }
}
.header-bottom .wrap {
  display: flex;
  gap: 180px;
  justify-content: center;
}
.header-bottom .wrap a {
  display: block;
}
.header-bottom .wrap p {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* ーーーーーーーーーーーー'サブメニュー'ーーーーーーーーーーーーーー*/
.header-bottom a {
  display: block;
  padding-bottom: 11px;
  padding-top: 11px;
}
.header-bottom p {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.header-bottom .submenu {
  background-color: #033792;
  left: 0;
  left: 50%;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  /* 初期状態では非表示 */
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header-bottom .submenu a {
  border-top: 1px solid #fff;
  display: block;
  padding: 10px 0px;
  padding: 13px 20px;
  text-align: center;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 230px;
}
.header-bottom .submenu p {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.header-bottom .sub-a:hover > .submenu {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.header-bottom .sub-a {
  position: relative;
}
.header-bottom .sub-a > a {
  align-items: center;
  display: flex;
  gap: 20px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header-bottom .sub-a > a:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

.header.on {
  background-color: transparent !important;
}

.header .logo {
  max-width: 230px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .header .logo {
    width: 36%;
  }
}
@media screen and (max-width: 576px) {
  .header .logo {
    width: 46%;
  }
}
.header .logo a {
  display: block;
}
.header .logo img {
  display: block;
}

.header .head_nav {
  align-items: center;
  flex-grow: 1;
  flex-wrap: nowrap;
  gap: 40px;
  justify-content: flex-end;
  padding-left: 40px;
  padding-right: 60px;
}
@media screen and (max-width: 1500px) {
  .header .head_nav {
    gap: 30px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .header .head_nav {
    display: none !important;
  }
}
.header .head_nav a p {
  color: #222222;
  font-size: 15px;
  font-weight: 500;
}

.header .menu-bt {
  cursor: pointer;
  display: block;
  flex-shrink: 0;
  height: 130px;
  position: relative;
  width: 120px;
}
@media screen and (min-width: 1081px) {
  .header .menu-bt {
    display: none !important;
  }
}
@media screen and (max-width: 1080px) {
  .header .menu-bt {
    height: 90px;
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .header .menu-bt {
    height: 70px;
    width: 70px;
  }
}

.header .menu-bt .line {
  height: 29%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36.3%;
}
@media screen and (max-width: 1080px) {
  .header .menu-bt .line {
    height: 38%;
    width: 50.3%;
  }
}
.header .menu-bt .line .txt {
  bottom: -7px;
  color: #222222;
  font-size: 12px;
  font-weight: 700;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .header .menu-bt .line .txt {
    font-size: 10px;
  }
}

.header .menu-bt .line .line-item {
  background-color: #222222;
  border-radius: 1.48px;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transition: ease 0.3s;
  width: 78%;
}

.header .menu-bt .line .line-item:first-of-type {
  top: 0;
}
.header .menu-bt .line .line-item:nth-of-type(2) {
  top: 27%;
}

.header .menu-bt .line .line-item:nth-of-type(3) {
  top: 54%;
}

.header .menu-bt.active .line .line-item:first-of-type {
  left: 0;
  margin: auto;
  right: 0;
  top: -3%;
  transform: translateY(-50%) rotate(45deg);
  width: 80%;
}
@media screen and (max-width: 768px) {
  .header .menu-bt.active .line .line-item:first-of-type {
    top: 0;
    width: 71%;
  }
}

.header .menu-bt.active .line-item {
  background-color: #fff;
}
.header .menu-bt.active .txt {
  color: #fff;
}

.header .menu-bt.active .line .line-item:nth-of-type(2) {
  opacity: 0;
}

.header .menu-bt.active .line .line-item:nth-of-type(3) {
  left: 0;
  margin: auto;
  opacity: 1;
  right: 0;
  top: -8%;
  transform: translateY(50%) rotate(-45deg);
  width: 80%;
}
@media screen and (max-width: 768px) {
  .header .menu-bt.active .line .line-item:nth-of-type(3) {
    width: 71%;
  }
}

@media screen and (max-width: 1080px) {
  .head_nav-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header.on .head_nav {
  opacity: 0;
  pointer-events: none;
}

/* ーーーーーーーーーーーー'オープン時メニュー'ーーーーーーーーーーーーーー*/
.menu-wrap {
  background-color: #fff;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
}

.menu-wrap > div {
  height: 100%;
  left: 0;
  overflow: auto;
  padding: 280px 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .menu-wrap > div {
    padding: 190px 0;
  }
}
@media screen and (max-width: 768px) {
  .menu-wrap > div {
    padding: 120px 0 50px;
  }
}
@media screen and (max-width: 576px) {
  .menu-wrap > div {
    padding: 50px 0 50px;
  }
}

.menu-wrap > div .ul {
  align-items: flex-start;
  gap: 60px 30px;
  justify-content: center;
  max-width: 1280px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .menu-wrap > div .ul {
    gap: 30px 20px;
    justify-content: center;
    padding-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .menu-wrap > div .ul {
    padding-bottom: 50px;
    padding-top: 60px;
  }
}

.menu-wrap > div .ul .li {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-filter: blur(6px);
  align-items: center;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  filter: blur(6px);
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  transform: translateY(50%);
  width: calc(100% / 3 - 60px / 3);
}

@media screen and (max-width: 768px) {
  .menu-wrap > div .ul .li {
    width: calc(100% / 2 - 20px / 2);
  }
}
.menu-wrap.active > div .ul .li {
  -webkit-animation-name: menuin;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: menuin;
  animation-timing-function: ease;
}

.menu-wrap.active > div .ul .li:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.menu-wrap.active > div .ul .li:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.menu-wrap.active > div .ul .li:nth-of-type(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.menu-wrap.active > div .ul .li:nth-of-type(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.menu-wrap.active > div .ul .li:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.menu-wrap.active > div .ul .li:nth-of-type(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.menu-wrap.active > div .ul .li:nth-of-type(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.menu-wrap.active > div .ul .li:nth-of-type(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.menu-wrap.active > div .ul .li:nth-of-type(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.menu-wrap.active > div .ul .li:nth-of-type(11) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.menu-wrap.active > div .ul .li:nth-of-type(12) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.menu-wrap.active > div .ul .li:nth-of-type(13) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.menu-wrap.active > div .ul .li:nth-of-type(14) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.menu-wrap.active > div .ul .li:nth-of-type(15) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.menu-wrap.active > div .ul .li a {
  background-color: #fff;
  border: 2px solid #bbbbbb;
  border-radius: 100px;
  box-sizing: border-box;
  display: block;
  padding: 20px 5px;
  transition: ease 0.3s;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .menu-wrap.active > div .ul .li a {
    padding: 10px 5px;
  }
}
.menu-wrap > div .ul .li a p {
  text-align: center;
}

.menu-wrap > div .ul .li a p.jp {
  color: #666666;
  font-size: 20px;
}

@media screen and (max-width: 576px) {
  .menu-wrap > div .ul .li a p.jp {
    font-size: 16px;
    margin-top: 5px;
  }
}
.menu-wrap > div .ul .li a p.en {
  color: #033792;
  font-family: "Crimson Text", serif;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .menu-wrap > div .ul .li a p.en {
    font-size: 20px;
    line-height: 1;
  }
}

/* ーーーーーーーーーーーー 管理画面側'ーーーーーーーーーーーーーー*/
body:not(.on) .menu-wrap > div .ul .li a p.en,
body:not(.on) .menu-wrap > div .ul .li a p.jp {
  color: #222 !important;
}

/*----------------------------------------------------------
footer
------------------------------------------------------------*/
.footer {
  padding-bottom: 75px;
  padding-top: 80px;
}
@media screen and (max-width: 1080px) {
  .footer {
    padding-bottom: 55px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 35px;
    padding-top: 40px;
  }
}
.footer .inner {
  align-items: flex-start;
  border-bottom: 1px solid #8d8d8d;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-bottom: 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer .inner {
    flex-direction: column;
    gap: 30px;
  }
}
.footer .logos {
  flex-shrink: 0;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .footer .logos {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .footer .logos {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .logos .logo {
  display: block;
  width: 100%;
}
.footer .logos .logo img {
  display: block;
}
.footer .logos .txt {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-top: 10px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .footer .logos .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .footer .logos .txt {
    font-size: 12px;
  }
}
.footer .txts {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer .txts {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .txts .box {
  width: calc((100% - 20px * 2) / 3);
}
.footer .txts .bold {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer .txts .bold {
    margin-bottom: 15px;
  }
}
.footer .txts .bold p {
  color: #222;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8;
  line-height: 1.2;
  text-align: justify;
}
@media screen and (max-width: 1080px) {
  .footer .txts .bold p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .footer .txts .bold p {
    font-size: 13px;
  }
}
@media screen and (max-width: 576px) {
  .footer .txts .bold p {
    font-size: 12px;
  }
}
.footer .txts .txt {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer .txts .txt {
    margin-bottom: 7px;
  }
}
.footer .txts .txt p {
  color: #222;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8;
  line-height: 1.2;
  text-align: justify;
}
@media screen and (max-width: 1080px) {
  .footer .txts .txt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .footer .txts .txt p {
    font-size: 13px;
  }
}
@media screen and (max-width: 576px) {
  .footer .txts .txt p {
    font-size: 10px;
  }
}
.footer .txts .txt::before {
  background-color: #033792;
  content: "";
  height: 2px;
  position: relative;
  width: 10px;
}
/* ーーーーーーーーーーーー'コピーライト'ーーーーーーーーーーーーーー*/
.copyright {
  color: #8d8d8d;
  font-size: 12px;
  letter-spacing: 0.02em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 1200px;
  width: 100%;
}

/*----------------------------------------------------------
footer-contact
------------------------------------------------------------*/
.f-contact {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .f-contact {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.f-contact .flex {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .f-contact .flex {
    flex-direction: column;
  }
}
.f-contact .txts {
  flex-shrink: 0;
}
.f-contact .txts .en {
  color: #fff;
  font-family: "Crimson Text", serif;
  font-size: 16px;
}
@media screen and (max-width: 1080px) {
  .f-contact .txts .en {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .f-contact .txts .en {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .f-contact .txts .en {
    font-size: 12px;
  }
}
.f-contact .txts .ttl {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .f-contact .txts .ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .f-contact .txts .ttl {
    font-size: 18px;
  }
}
.f-contact .box {
  max-width: 820px;
  width: 100%;
}
.f-contact .btns {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.f-contact .btns a {
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  gap: 15px;
  height: 80px;
  justify-content: space-between;
  max-width: 400px;
  padding-left: 30px;
  padding-right: 20px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .f-contact .btns a {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .f-contact .btns a {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .f-contact .btns a {
    height: 50px;
  }
}
.f-contact .btns a:nth-of-type(1) img:nth-of-type(1) {
  flex-shrink: 0;
  max-width: 27px;
}
@media screen and (max-width: 768px) {
  .f-contact .btns a:nth-of-type(1) img:nth-of-type(1) {
    max-width: 25px;
  }
}
@media screen and (max-width: 576px) {
  .f-contact .btns a:nth-of-type(1) img:nth-of-type(1) {
    max-width: 23px;
  }
}
.f-contact .btns a:nth-of-type(1) img:nth-of-type(2) {
  flex-shrink: 0;
  max-width: 26px;
}
@media screen and (max-width: 768px) {
  .f-contact .btns a:nth-of-type(1) img:nth-of-type(2) {
    max-width: 24px;
  }
}
@media screen and (max-width: 576px) {
  .f-contact .btns a:nth-of-type(1) img:nth-of-type(2) {
    max-width: 22px;
  }
}
.f-contact .btns a:nth-of-type(2) img:nth-of-type(1) {
  flex-shrink: 0;
  max-width: 35px;
}
@media screen and (max-width: 768px) {
  .f-contact .btns a:nth-of-type(2) img:nth-of-type(1) {
    max-width: 32px;
  }
}
@media screen and (max-width: 576px) {
  .f-contact .btns a:nth-of-type(2) img:nth-of-type(1) {
    max-width: 30px;
  }
}
.f-contact .btns a:nth-of-type(2) img:nth-of-type(2) {
  flex-shrink: 0;
  max-width: 26px;
}
@media screen and (max-width: 768px) {
  .f-contact .btns a:nth-of-type(2) img:nth-of-type(2) {
    max-width: 24px;
  }
}
@media screen and (max-width: 576px) {
  .f-contact .btns a:nth-of-type(2) img:nth-of-type(2) {
    max-width: 22px;
  }
}
.f-contact .btns a p {
  color: #033792;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  .f-contact .btns a p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .f-contact .btns a p {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .f-contact .btns a p {
    font-size: 16px;
  }
}
.f-contact .btns a img {
  display: block;
}
.f-contact .txt {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-top: 15px;
  text-align: justify;
}
@media screen and (max-width: 1080px) {
  .f-contact .txt {
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .f-contact .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .f-contact .txt {
    font-size: 12px;
  }
}

/* ーーーーーーーーーーーー'sec03 管理画面側'ーーーーーーーーーーーーーー*/
body:not(.on) .f-contact .bg-img {
  max-width: 400px !important;
  width: 100%;
}

/* ーーーーーーーーーーーー'sec03 サイト表示側'ーーーーーーーーーーーーーー*/
body.on .f-contact {
  position: relative;
}
body.on .f-contact::before {
  background-color: rgba(3, 55, 146, 0.85);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
/*# sourceMappingURL=sourcemaps/style.css.map */