@charset "utf-8";
/* Reset
----------------------------------------------------------------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0
}
ul[role='list'], ol[role='list'] {
  list-style: none
}
body {
  min-height: 100vh;
  line-height: 1.5
}
h1, h2, h3, h4, button, input, label {
  line-height: 1.1
}
h1, h2, h3, h4 {
  text-wrap: balance
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor
}
img, picture {
  max-width: 100%;
  display: block
}
input, button, textarea, select {
  font: inherit
}
textarea:not([rows]) {
  min-height: 10em
}
:target {
  scroll-margin-block: 5ex
}
/* Break Point
----------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  /*16px * 62.5% = 10px*/
}
body {
  font-size: 1.6rem;
  /*10px * 1.6 = 16px*/
}
.vpc1367_in {
  display: inline !important;
}
.vsp1367 {
  display: none !important;
}
.vsp1367_in {
  display: none !important;
}
@media screen and (max-width: 1367px) {
  .vsp1367 {
    display: block !important;
  }
  .vsp1367_in {
    display: inline !important;
  }
  .vpc1367, .vpc1367_in {
    display: none !important;
  }
}
.vpc1023_in {
  display: inline !important;
}
.vsp1023 {
  display: none !important;
}
.vsp1023_in {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .vsp1023 {
    display: block !important;
  }
  .vsp1023_in {
    display: inline !important;
  }
  .vpc1023, .vpc1023_in {
    display: none !important;
  }
}
.vpc767_in {
  display: inline !important;
}
.vsp767 {
  display: none !important;
}
.vsp767_in {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .vsp767 {
    display: block !important;
  }
  .vsp767_in {
    display: inline !important;
  }
  .vpc767, .vpc767_in {
    display: none !important;
  }
}
/* Common
----------------------------------------------------------------------------------------------------*/
body {
  background-color: #FFF;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt"1;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    color: inherit; /* 必要に応じて色も調整 */
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  html {
    min-height: 100%;
    position: relative;
  }
  body {
    margin: 0;
    padding: 0;
  }
}
/* リンクカラー */
a {
  color: #0a0a0a; /* default #0a0a0a */
}
/* テキストカラー */
.color-primary {
  color: #0080CB; /* default #1779ba */
}
.color-secondary {
  color: #003775; /* default #767676 */
}
.color-success {
  color: #009245; /* default #00913A */
}
.color-warning {
  color: #F15A24; /* default #f29600 */
}
.color-alert {
  color: #C1272D; /* default #cc4b37 */
}
/* ボタンカラー */
.button {
  padding: 1rem;
  background-color: #666666; /* default #666666 */
  border: none;
  border-radius: 1rem;
  font-weight: bold;
  color: #fefefe;
  transition: 0.5s;
}
.button:hover, .button:focus {
  background-color: #333333; /* default #333333 */
  color: #fefefe;
}
.button.primary {
  background-color: #0080CB; /* default #1779ba */
  color: #FFF;
}
.button.primary:hover, .button.primary:focus {
  background-color: #14679e; /* default #14679e */
  color: #fefefe;
}
.button.secondary {
  background-color: #003775; /* default #767676 */
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e; /* default #5e5e5e */
  color: #fefefe;
}
.button.success {
  background-color: #009245; /* default #00913A */
  color: #fefefe;
}
.button.success:hover, .button.success:focus {
  background-color: #006934; /* default #006934 */
  color: #fefefe;
}
.button.warning {
  background-color: #F15A24; /* default #f29600 */
  color: #fefefe;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00; /* default #cc8b00 */
  color: #fefefe;
}
.button.alert {
  background-color: #FF181D; /* default #cc4b37 */
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #009245; /* default #a53b2a */
  color: #fefefe;
}
a.button {
  text-decoration: none;
}
/* ラベルカラー */
.label {
  display: inline-block;
  padding: 0;
  border-radius: 5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  white-space: nowrap;
  cursor: default;
  background: #666666;
  color: #fefefe;
}
.label.primary {
  background: #255938; /* default #1779ba */
  color: #fefefe;
}
.label.secondary {
  background: #998675; /* default #767676 */
  color: #fefefe;
}
.label.success {
  background: #8BBF73; /* default #00913A */
  color: #fefefe;
}
.label.warning {
  background: #F15A24; /* default #f29600 */
  color: #fefefe;
}
.label.alert {
  background: #FF181D; /* default #cc4b37 */
  color: #fefefe;
}
/* Text Decoration */
sup {
  font-size: 1rem;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-center img {
  margin-left: auto;
  margin-right: auto;
}
/* Text Marker */
.marker {
  text-decoration: underline;
  text-decoration-thickness: 2rem;
  text-decoration-color: rgba(255, 255, 0, 0.8);
  text-underline-offset: -1rem;
  text-decoration-skip-ink: none;
}
/* Anker Link */
.jump_point {
  display: block;
  padding-top: 15rem;
  margin-top: -15rem;
}

@media screen and (max-width: 1367px) {
  .jump_point {
    display: block;
    padding-top: 10rem;
    margin-top: -10rem;
  }
}

@media screen and (max-width: 767px) {
  .jump_point {
    display: block;
    padding-top: 8.5rem;
    margin-top: -8.5rem;
  }
}

/* Header
----------------------------------------------------------------------------------------------------*/
.header {
  position: fixed;
  inset: 0 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  z-index: 100;
  width: 100%;
  height: 15rem;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.header__logo {
  margin-left: 4rem;
}
.header__logo img {
  width: 48.6rem;
}
.header-inner__nav nav {
  margin-bottom: 2rem;
}
.header-inner__nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 4.5rem;
  margin: 0;
}
.header-inner__nav li {
  padding: 0;
  list-style: none;
}
.header-inner__nav li a {
  display: block;
  width: 100%;
  min-width: 16rem;
  padding: 2rem;
  color: #000;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  transition: 0.5s;
}
.header-inner__nav li a:hover {
  background-color: #13579d;
  color: #FFF;
}
.header-inner__nav li a img {
  width: 3rem;
}
@media screen and (max-width: 1580px) {
  .header__logo img {
    width: 35rem;
  }
  .header-inner__nav ul {
    padding: 4.5rem 1rem;
  }
  .header-inner__nav li a {
    min-width: 14rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1367px) {
  .header {
    height: 10rem;
  }
  .header-inner__nav ul {
    padding: 2.5rem 1rem;
  }
  .header-inner__nav li a {
    min-width: inherit;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header-inner__nav li:last-child a {
    min-width: 4rem;
    padding-left: 2rem;
    /* padding-right: 0;  可変の際にボタンが崩れていたため触りました　2025.5.30*/
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .header {
    z-index: 1000;
    padding: 0 0 0 2rem;
  }
  .header__logo {
    z-index: 999;
    margin-left: 0;
  }
  .header__logo.panelactive {
    width: 100%;
    z-index: 999;
  }
  .header__item {
    width: 100%;
  }
  .header-inner__nav {
    position: fixed;
    top: -1300%;
    left: 0;
    z-index: 0;
    height: 100dvh;
    width: 100%;
    background: #FFF;
    padding-top: 12rem;
    transition: all 0.6s;
  }
  .header-inner__nav.panelactive {
    display: flex;
    top: 0;
    opacity: 1;
  }
  .header-inner__nav.panelactive .header-inner__nav-list {
    position: absolute;
    -webkit-overflow-scrolling: touch;
    z-index: 999;
    width: 100%;
    overflow: auto;
  }
  .header-inner__nav li a {
    display: flex;
    flex-direction: column;
    width: 33rem;
    padding: 1.6rem 2.2rem;
    margin: 0 auto;
    border-left: none;
    color: #000;
    text-align: left;
  }
  .header-inner__nav.panelactive ul {
    display: block;
    padding: 0 2rem /*30rem*/ ;
  }
  .header-inner__nav.panelactive ul li {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 8.5rem;
  }
  .header__logo img {
    width: 27.3rem;
  }
}
/* Header Open Button
----------------------------------------------------------------------------------------------------*/
.header-inner__openbtn {
  position: relative;
  top: 0;
  right: 1.3rem;
  z-index: 9999;
  height: 5.4rem;
  width: 5.4rem;
  background-color: #006CB8;
  border-radius: 10rem;
  cursor: pointer;
}
.header-inner__openbtn.active {
  background-color: #006CB8;
}
.header-inner__openbtn span {
  position: absolute;
  left: 1.2rem;
  top: 0;
  height: 0.18rem;
  display: inline-block;
  width: 3rem;
  background: #FFF;
  border-radius: 5rem;
  transition: all .4s;
}
.header-inner__openbtn.active span {
  background: #FFF;
}
.header-inner__openbtn span:nth-of-type(1) {
  top: 1.7rem;
}
.header-inner__openbtn span:nth-of-type(2) {
  top: 2.7rem;
}
.header-inner__openbtn span:nth-of-type(3) {
  top: 3.7rem;
}
.header-inner__openbtn.active span:nth-of-type(1) {
  top: 2.6rem;
  left: 1.2rem;
  width: 3rem;
  transform: translateY(0.01rem) rotate(-45deg);
}
.header-inner__openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.header-inner__openbtn.active span:nth-of-type(3) {
  top: 2.6rem;
  left: 1.3rem;
  width: 3rem;
  transform: translateY(-0.01rem) rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .header-inner__openbtn {
    position: inherit;
    display: none;
  }
}
/* Header scroll
----------------------------------------------------------------------------------------------------*/
/*　上に上がる動き　*/
.header.UpMove {
  animation: UpAnime 1s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    transform: translateY(-250px);
  }
}
/*　下に下がる動き　*/
.header.DownMove {
  animation: DownAnime 1s;
  /*animation: DownAnime 1s forwards;*/
}
@keyframes DownAnime {
  from {
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Footer
----------------------------------------------------------------------------------------------------*/
.footer {
  width: 100%;
  padding: 10rem 0 0;
}
.footer__item {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  text-align: left;
}
.footer__item-left {
  width: calc(1102 / 1920 * 100%);
  background: url("../img/bg_footer.png") no-repeat top right;
  padding: 10rem 0 0 5rem;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.75;
}
.footer__item-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(818 / 1920 * 100%);
  height: 68rem;
  padding: 3rem 3rem 1rem;
  background: #006CB8;
}
.footer__item-center {
  display: block;
  width: 100%;
  text-align: right;
}
.footer__item-center a {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 1580px) {
  .footer__item-left, .footer__item-right {
    width: calc(100% / 2);
  }
  .footer__item-left {
    padding: 3rem 0 0 2rem;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 1367px) {
  .footer__item-left {
    width: 40%;
  }
  .footer__item-right {
    width: 60%;
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .footer__item {
    flex-direction: column;
    gap: 0;
    max-width: inherit;
  }
  .footer__item-left {
    width: calc(100% - 4rem);
    padding: 2rem;
    margin: 0 auto 5rem;
    background: none;
  }
  .footer__item-right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__item {
    flex-direction: column;
  }
  .footer__item-left, .footer__item-right {
    width: 100%;
  }
  .footer__item-left {
    width: 100%;
    min-width: 33rem;
    margin: 0 auto 4rem;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .footer__item-right {
    height: auto;
    padding: 1rem 3rem 1rem;
  }
}
/* Footer Address
----------------------------------------------------------------------------------------------------*/
.footer-logo {
  width: 71rem;
  margin-bottom: 10rem;
}
.footer__item__address dl {
  display: flex;
  margin-bottom: 0.7rem
}
.footer__item__address dt {
  width: 11.5rem;
}
.footer__item__address dd.add {
  width: min(50%, 360px);
}
.footer__item__address dd.tel {
  width: min(50%, 300px);
}
@media screen and (max-width: 1580px) {
  .footer-logo {
    width: 80%;
    margin-bottom: 2rem;
  }
  .footer__item__address dl {
    flex-wrap: wrap;
  }
  .footer__item__address dd.tel {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 1367px) {
  .footer__item__address dd.add {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.25;
  }
  .footer__item__address dd.tel {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 1023px) {
  .footer-logo {
    width: 100%;
    margin-bottom: 2rem;
  }
  .footer__item__address {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .footer__item__address dl {
    width: 50%;
    flex-direction: column;
    line-height: 1.5;
  }
  .footer__item__address dt {
    width: 100%;
    margin-bottom: 1rem;
  }
  .footer__item__address dd.add {
    margin-bottom: 1rem;
  }
  .footer__item__address dd.tel {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin-bottom: 5rem;
  }
  .footer__item__address {
    display: block;
    justify-content: center;
    margin-bottom: 0;
  }
  .footer__item__address dl {
    display: block;
    width: 100%;
  }
  .footer__item__address dt {
    width: 100%;
    margin-bottom: 0;
  }
  .footer__item__address dd.add {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .footer__item__address dd.tel {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
  }
}
/* Footer Nav
----------------------------------------------------------------------------------------------------*/
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  /*gap: 1rem;*/
  width: 100%;
  max-width: 76rem;
}
.footer__nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer__nav ul ul {
  width: 100%;
}
.footer__nav li {
  padding: 0.4rem 0;
  list-style-type: none;
}
.footer__nav li li {
  margin-top: 1rem;
}
.footer__nav li a {
  padding: 0 0 0 1rem;
  border-left: 0.8rem solid #FFF;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.5s;
}
.footer__nav li a:hover {
  /*background-color: #E0ECCE;*/
}
.footer__nav li li a {
  padding: 0;
}
.footer__nav .footer__nav-list {
  width: calc(96% / 4);
  margin-top: 4rem;
}
.footer__nav .footer__sublist {
  width: 13.5rem;
}
.footer__nav .footer__sublist a {
  border-left: none;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 1367px) {
  .footer__nav {
    margin-bottom: 3rem;
  }
  .footer__nav li a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .footer__nav {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 5rem;
  }
  .footer__nav .footer__nav-list {
    width: calc(96% / 2);
    margin-top: 3rem;
  }
  .footer__nav li {
    padding: 0.4rem 0.3rem;
    list-style-type: none;
  }
  .footer__nav .footer__sublist {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav .footer__sublist {
    width: 100%;
  }
}
/* Footer Copy
----------------------------------------------------------------------------------------------------*/
.footer-copy {
  width: 100%;
  padding: 0;
  color: #FFF;
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 1367px) {
  .footer-copy {
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 1.1rem;
  }
}
/* Container
----------------------------------------------------------------------------------------------------*/
.container {
  width: 100%;
}
.contents {
  width: 100%;
  margin: 0 auto;
}
.main {
  background-color: #FFF;
  text-align: left;
}