@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
/* -------------------------------------------------------
reset
------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

input[type=text] {
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
}

textarea {
  padding: 0;
  outline: none;
  border: 0;
  background: transparent;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  outline: none;
  border: none;
}

html,
body {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #222;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
body.menuOpen {
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
  body.menuOpen {
    overflow: auto;
  }
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: #222;
}
@media screen and (min-width: 1025px) {
  a:hover {
    opacity: 0.7;
  }
}

.main {
  overflow: hidden;
  padding-top: 60px;
}
@media screen and (min-width: 1025px) {
  .main {
    padding-top: 120px;
  }
}

.preload * {
  transition: none !important;
}

/* 001 */
#loading {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
#loading.completion {
  opacity: 0;
  transition: 1s all linear;
}

.loader001,
.loader001:before,
.loader001:after {
  background: #19336F;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader001 {
  color: #19336F;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader001:before,
.loader001:after {
  position: absolute;
  top: 0;
  content: "";
}

.loader001:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader001:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.mgb10 {
  margin-bottom: 10px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

img {
  max-width: 100%;
}

.sp {
  display: block;
}
@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .pc {
    display: block;
  }
}

.txtBold {
  font-weight: bold;
}

.txtCenter {
  text-align: center;
}

.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.pageTop {
  z-index: 100;
  opacity: 0;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #19336F;
  position: fixed;
  right: 15px;
  bottom: 15px;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .pageTop {
    width: 60px;
    height: 60px;
  }
}
.pageTop.active {
  opacity: 1;
}
.pageTop a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 200;
  transition: all 0.5s;
  box-shadow: none;
  color: #222;
  background: #fff;
}
.header .header__inner {
  padding: 0 20px;
  height: 60px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .header .header__inner {
    height: 120px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1600px) {
  .header .header__inner {
    padding: 0 50px;
  }
}
.header .header__inner h1, .header .header__inner .logo {
  display: inline-block;
  height: 100%;
  z-index: 2;
  transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .header .header__inner h1, .header .header__inner .logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header .header__inner h1 a, .header .header__inner .logo a {
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all 0.2s;
}
.header .header__inner h1 a img, .header .header__inner .logo a img {
  height: 70%;
  max-height: 60px;
}
@media screen and (min-width: 1025px) {
  .header .header__inner h1 a img:hover, .header .header__inner .logo a img:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1200px) {
  .header .header__inner h1 a img, .header .header__inner .logo a img {
    height: 100%;
    transition: all 0.2s;
  }
}
.header .header__inner .header__box {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .header .header__inner .header__box {
    width: auto;
  }
}
.header .header__inner .header__box .header__cont {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .header .header__inner .header__box .header__cont {
    height: 100%;
  }
}
.header .header__inner .header__box .header__cont .header__cont-box {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 55px;
  left: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  overflow-y: scroll;
  z-index: 200;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .header .header__inner .header__box .header__cont .header__cont-box {
    top: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .header .header__inner .header__box .header__cont .header__cont-box {
    transition: none;
    padding: 0;
    position: static;
    opacity: 1 !important;
    pointer-events: all;
    width: auto;
    height: auto;
    background: none;
    overflow-y: inherit;
  }
}
.header .header__inner .header__box .header__cont .header__cont-box.open {
  pointer-events: all;
  opacity: 1;
}
.header .header__inner .header__box .header__cont .header__cont-box .header__nav {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .header .header__inner .header__box .header__cont .header__cont-box .header__nav {
    display: flex;
    justify-content: space-between;
  }
}
.header .header__inner .header__box .header__cont .header__cont-box .header__nav .header__nav-list {
  width: 80%;
  margin: 40px auto 0;
}
@media screen and (min-width: 1200px) {
  .header .header__inner .header__box .header__cont .header__cont-box .header__nav .header__nav-list {
    justify-content: flex-end;
    display: flex;
    flex-wrap: nowrap;
    gap: 25px;
    margin: 0;
    width: 100%;
    padding-left: 220px;
  }
}
@media screen and (min-width: 1600px) {
  .header .header__inner .header__box .header__cont .header__cont-box .header__nav .header__nav-list {
    gap: 50px;
    padding-left: 300px;
  }
}
.header .header__inner .header__box .header__cont .header__cont-box .header__nav .header__nav-list .header__nav-list-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
  .header .header__inner .header__box .header__cont .header__cont-box .header__nav .header__nav-list .header__nav-list-btn {
    margin-bottom: 0;
    height: 120px;
  }
}
.header .header__inner .header__box .header__cont .header__cont-box .header__nav .header__nav-list .header__nav-list-btn a {
  font-size: 1.4rem;
  position: relative;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
  color: #222;
}
@media screen and (min-width: 1025px) {
  .header .header__inner .header__box .header__cont .header__cont-box .header__nav .header__nav-list .header__nav-list-btn a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .header .header__inner .header__box .header__cont .header__cont-box .header__nav .header__nav-list .header__nav-list-btn a {
    position: relative;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1700px) {
  .header .header__inner .header__box .header__cont .header__cont-box .header__nav .header__nav-list .header__nav-list-btn a {
    font-size: 1.6rem;
  }
}
.header .header__inner .header__box .header__cont .header__cont-box .header__nav .header__nav-list .header__nav-list-btn.header__nav-contact {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .header .header__inner .header__box .header__cont .header__cont-box .header__nav .header__nav-list .header__nav-list-btn.header__nav-contact {
    width: auto;
    margin-top: 0;
  }
}
.header .header__inner .header__box .header__cont .header__cont-box .header__nav .header__nav-list .header__nav-list-btn.header__nav-contact a {
  color: #fff;
  width: 100%;
  max-width: 250px;
  position: relative;
  z-index: 1;
  padding: 13px 30px;
  outline: 0;
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 80px;
  background: #19336F;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header__inner .header__box .header__cont .header__cont-box .header__nav .header__nav-list .header__nav-list-btn.header__nav-contact a img {
  vertical-align: middle;
  transition: all 0.3s;
  margin-left: 10px;
}
@media screen and (min-width: 1025px) {
  .header .header__inner .header__box .header__cont .header__cont-box .header__nav .header__nav-list .header__nav-list-btn.header__nav-contact a {
    width: 220px;
  }
  .header .header__inner .header__box .header__cont .header__cont-box .header__nav .header__nav-list .header__nav-list-btn.header__nav-contact a:hover {
    letter-spacing: 0.2em;
    opacity: 1;
  }
  .header .header__inner .header__box .header__cont .header__cont-box .header__nav .header__nav-list .header__nav-list-btn.header__nav-contact a:hover img {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 1600px) {
  .header .header__inner .header__box .header__cont .header__cont-box .header__nav .header__nav-list .header__nav-list-btn.header__nav-contact a {
    width: 250px;
  }
}
.header .header__inner .header__box .header__cont .header__cont-box .header__nav .header__close-btn {
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-align: center;
  color: #707070;
}
@media screen and (min-width: 1200px) {
  .header .header__inner .header__box .header__cont .header__cont-box .header__nav .header__close-btn {
    display: none;
  }
}
.header a {
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .header a:hover {
    opacity: 0.7;
  }
}

.header__trrigger-btn {
  position: absolute;
  top: 0px;
  right: 5px;
  width: 57px;
  height: 57px;
  cursor: pointer;
  z-index: 100;
}
@media screen and (min-width: 1025px) {
  .header__trrigger-btn {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .header__trrigger-btn {
    display: none;
  }
}

.header__trrigger-btn span {
  position: absolute;
  left: 50%;
  width: 100%;
  width: 18px;
  height: 1.5px;
  background-color: #19336F;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .header__trrigger-btn span {
    width: 35px;
  }
}

.header__trrigger-btn span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.header__trrigger-btn span:nth-of-type(1) {
  top: 22px;
}
@media screen and (min-width: 1025px) {
  .header__trrigger-btn span:nth-of-type(1) {
    top: 19px;
  }
}

.header__trrigger-btn span:nth-of-type(2) {
  top: 27px;
}

.header__trrigger-btn span:nth-of-type(3) {
  bottom: 24px;
}
@media screen and (min-width: 1025px) {
  .header__trrigger-btn span:nth-of-type(3) {
    bottom: 21px;
  }
}

.header__trrigger-btn.active span:nth-of-type(1) {
  transform: translate(-7px, 5px) rotate(-315deg);
}
@media screen and (min-width: 1025px) {
  .header__trrigger-btn.active span:nth-of-type(1) {
    transform: translate(-19px, 8px) rotate(-315deg);
  }
}

.header__trrigger-btn.active span:nth-of-type(2) {
  opacity: 0;
}

.header__trrigger-btn.active span:nth-of-type(3) {
  transform: translate(-7px, -5px) rotate(315deg);
}
@media screen and (min-width: 1025px) {
  .header__trrigger-btn.active span:nth-of-type(3) {
    transform: translate(-19px, -8px) rotate(315deg);
  }
}

.header__overlay {
  pointer-events: none;
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 125;
  opacity: 0;
  transition: all 0.2s;
}
.header__overlay.active {
  opacity: 0.8;
}

main {
  position: relative;
}

.sec__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.secMv {
  background: #EDEFF4;
  position: relative;
  padding: 40px 0 80px 0;
}
@media screen and (min-width: 1025px) {
  .secMv {
    padding: 80px 0 188px 0;
  }
}
.secMv .common__ttl {
  line-height: 2.2;
}

.common__ttl {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .common__ttl {
    font-size: 2rem;
    line-height: 1;
  }
}
.common__ttl span {
  font-size: 4.4rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #19336F;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .common__ttl span {
    font-size: 10rem;
  }
}

.topicPath {
  font-size: 1.2rem;
  width: 90%;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
}
@media screen and (min-width: 1025px) {
  .topicPath {
    width: 100%;
    font-size: 1.6rem;
    bottom: 0;
    transform: translateY(0%);
  }
}
.topicPath::before {
  content: "";
  background: #fff;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.topicPath ul {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .topicPath ul {
    flex-wrap: nowrap;
    padding: 40px 20px;
    gap: 50px;
  }
}
.topicPath ul li {
  position: relative;
}
.topicPath ul li::after {
  content: "-";
  position: absolute;
  top: 50%;
  right: -17px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .topicPath ul li::after {
    right: -27px;
  }
}
.topicPath ul li:last-of-type::after {
  content: none;
}

.common__btn {
  width: 100%;
  max-width: 230px;
}
.common__btn.sp {
  margin: 0 auto;
}
.common__btn a {
  font-size: 1.4rem;
  background: #19336F;
  color: #fff;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 10px 18px 10px 30px;
  border-radius: 30px;
  transition: all 0.3s;
  position: relative;
}
.common__btn a img {
  width: 34px;
  height: 34px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
@media screen and (min-width: 1025px) {
  .common__btn a:hover {
    letter-spacing: 0.2em;
    opacity: 1;
  }
  .common__btn a:hover img {
    transform: translateY(-50%) rotate(360deg);
  }
}

.footerContact {
  padding: 60px 0;
  position: relative;
  background: #EDEFF4;
}
@media screen and (min-width: 1025px) {
  .footerContact {
    padding: 100px 0;
  }
}
.footerContact .contact__inner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1025px) {
  .footerContact .contact__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footerContact .contact__inner .contact__ttl {
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .footerContact .contact__inner .contact__ttl {
    line-height: 1;
    font-size: 2.6rem;
    margin-bottom: 50px;
  }
}
.footerContact .contact__inner .contact__ttl span {
  font-size: 4.4rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #19336F;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .footerContact .contact__inner .contact__ttl span {
    font-size: 10rem;
  }
}
.footerContact .contact__inner .contact__txt {
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .footerContact .contact__inner .contact__txt {
    margin-bottom: 0;
  }
}
.footerContact .contact__inner div {
  width: 100%;
}
.footerContact .contact__inner .common__btn {
  width: 100%;
}
.footerContact .contact__inner .common__btn.contactBtn {
  max-width: 330px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .footerContact .contact__inner .common__btn.contactBtn {
    max-width: 430px;
    margin: 0;
  }
}
.footerContact .contact__inner .common__btn.contactBtn a {
  font-size: 1.4rem;
  height: 70px;
  border-radius: 80px;
  max-width: 250px;
  position: relative;
  z-index: 1;
  padding: 13px 30px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .footerContact .contact__inner .common__btn.contactBtn a {
    font-size: 1.6rem;
    max-width: 310px;
    margin-left: auto;
    height: 80px;
  }
}
.footerContact .contact__inner .common__btn.contactBtn a img {
  width: 34px;
  height: 34px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .footerContact .contact__inner .common__btn.contactBtn a img {
    right: 30px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .footerContact .contact__inner .common__btn.contactBtn a:hover {
    letter-spacing: 0.2em;
    opacity: 1;
  }
  .footerContact .contact__inner .common__btn.contactBtn a:hover img {
    transform: translateY(-50%) rotate(360deg);
  }
}

.footer__loop {
  overflow: hidden;
}
.footer__loop .loop__box {
  display: flex;
  width: 100vw;
  min-width: 2560px;
}
.footer__loop .loop__box img {
  min-width: 100vw;
  -webkit-animation: loop 20s linear infinite;
          animation: loop 20s linear infinite;
}
.footer__loop .loop__box img:first-child {
  -webkit-animation: loop3 60s -30s linear infinite;
          animation: loop3 60s -30s linear infinite;
}
.footer__loop .loop__box img:last-child {
  -webkit-animation: loop4 60s linear infinite;
          animation: loop4 60s linear infinite;
}
@-webkit-keyframes loop3 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes loop3 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@-webkit-keyframes loop4 {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes loop4 {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0%);
  }
}

.footer {
  background: #19336F;
  color: #fff;
  padding: 50px 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .footer {
    padding: 100px 0;
  }
}
.footer .footerInner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1025px) {
  .footer .footer__nav {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 100px;
  }
}
.footer .footer__nav .leftCont {
  text-align: center;
}
.footer .footer__nav .leftCont .footer__logo {
  text-align: center;
  margin-bottom: 15px;
}
.footer .footer__nav .leftCont .footer__logo img {
  max-width: 230px;
}
@media screen and (min-width: 1025px) {
  .footer .footer__nav .leftCont .footer__logo img {
    max-width: 260px;
  }
}
.footer .footer__nav .leftCont .name {
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .footer .footer__nav .leftCont .name {
    margin-bottom: 60px;
  }
}
.footer .footer__nav .rightCont {
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .footer .footer__nav .rightCont {
    font-size: 1.6rem;
  }
}
.footer .footer__nav .rightCont ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  width: 100%;
  max-width: 560px;
  justify-content: center;
  margin: 0 auto 40px;
}
@media screen and (min-width: 769px) {
  .footer .footer__nav .rightCont ul {
    gap: 20px 40px;
  }
}
@media screen and (min-width: 1025px) {
  .footer .footer__nav .rightCont ul {
    gap: 50px;
    max-width: 820px;
    justify-content: flex-start;
    margin: 0;
  }
}
.footer .footer__nav .rightCont ul li a {
  color: #fff;
}
.footer .copyright {
  text-align: center;
  font-size: 1rem;
  color: #c8c8c8;
}
@media screen and (min-width: 1025px) {
  .footer .copyright {
    font-size: 1.2rem;
  }
}

/* 250520更新 */
@media screen and (min-width: 1200px) {
  .header .header__inner .header__box .header__cont .header__cont-box .header__nav .header__nav-list {
    justify-content: flex-end;
    display: flex;
    flex-wrap: nowrap;
    gap: 28px;
    margin: 0;
    width: 100%;
    padding-left: 220px;
  }
}
@media screen and (min-width: 1300px) {
  .header .header__inner .header__box .header__cont .header__cont-box .header__nav .header__nav-list {
    justify-content: flex-end;
    display: flex;
    flex-wrap: nowrap;
    gap: 25px;
    margin: 0;
    width: 100%;
    padding-left: 220px;
  }
}
.header-sp {
  display: block;
}
@media screen and (min-width: 1500px) {
  .header-sp {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .header-sp {
    display: none;
  }
}