@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

:focus,
:active,
button:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.bold,
b,
strong {
  font-weight: bold;
  font-weight: 700;
}

nav ul {
  margin-bottom: 0;
}
nav ul li a {
  display: block;
}

p, li, dt, dd {
  margin-bottom: 30px;
  word-break: auto-phrase;
}

p:last-child {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
}

th, td {
  padding: 10px;
  border: 1px solid #ddd;
}

th {
  white-space: nowrap;
  font-weight: normal;
}

.content a:not(.btn) {
  outline: none;
  transition: 0.3s ease-out;
}
@media (hover: hover) {
  .content a:not(.btn):has(img):not(.nh):hover {
    opacity: 0.7;
  }
}
.content a:not(.btn):not([href]):not([tabindex]):hover {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 30px;
  word-break: auto-phrase;
  font-weight: normal;
  font-weight: 400;
  color: #254488;
  font-family: "Noto Serif JP", "Kozuka Mincho Pr6N", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", kozuka-mincho-pro, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

img {
  border: none;
  line-height: 1em;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/*img.alignleft {float: none; text-align:left; margin-right: auto;}
img.alignright {float: none; text-align:right; display: block; margin-left:auto;}*/
img.alignleft {
  float: left;
}

img.alignright {
  float: right;
}

img.aligncenter {
  clear: both;
  display: block;
  margin: auto;
}

input,
textarea {
  box-sizing: border-box;
  max-width: 100%;
}

textarea.notes {
  width: 100%;
}

.list-none {
  list-style: none;
}

.nm {
  margin: 0 !important;
}

.nm-t {
  margin-top: 0 !important;
}

.nm-r {
  margin-right: 0 !important;
}

.nm-b {
  margin-bottom: 0 !important;
}

.nm-l {
  margin-left: 0 !important;
}

.np-t {
  padding-top: 0 !important;
}

.np-r {
  padding-right: 0 !important;
}

.np-b {
  padding-bottom: 0 !important;
}

.np-l {
  padding-left: 0 !important;
}

.clear {
  clear: both;
}

.m-0a {
  margin: 0 auto;
}

header img,
footer img,
a img {
  line-height: 1em;
  vertical-align: bottom;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.d-grid {
  display: grid;
}

.place-items-center {
  place-items: center;
}

@media print, screen and (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .d-md-grid {
    display: grid !important;
  }
}
.guide-bdr {
  display: none;
}
.guide-bdr:before, .guide-bdr:after {
  width: 1px;
  height: 100vh;
  content: "";
  display: block;
  background: #ccc;
  position: fixed;
  top: 0;
  z-index: 999;
}

@media screen and (max-width: 1999px) {
  .guide-bdr1 {
    display: block;
  }
  .guide-bdr1:before {
    left: 15px;
  }
  .guide-bdr1:after {
    right: 15px;
  }

  .guide-bdr2 {
    display: block;
  }
  .guide-bdr2:before {
    left: 30px;
  }
  .guide-bdr2:after {
    right: 30px;
  }

  .guide-bdr3 {
    display: block;
  }
  .guide-bdr3:before {
    left: 45px;
  }
  .guide-bdr3:after {
    right: 45px;
  }

  .guide-bdr4 {
    display: block;
  }
  .guide-bdr4:before {
    left: 50%;
  }
}
@media print, screen and (min-width: 1400px) {
  .guide-bdr1,
.guide-bdr2,
.guide-bdr3,
.guide-bdr4 {
    display: block;
  }
  .guide-bdr1:before,
.guide-bdr2:before,
.guide-bdr3:before,
.guide-bdr4:before {
    left: 50%;
  }
  .guide-bdr1:after,
.guide-bdr2:after,
.guide-bdr3:after,
.guide-bdr4:after {
    right: 50%;
  }

  .guide-bdr1:after {
    top: 50%;
    left: 0;
    width: 100vw;
    height: 1px;
  }

  .guide-bdr2:before {
    transform: translateX(-550px);
  }
  .guide-bdr2:after {
    transform: translateX(550px);
  }

  .guide-bdr3:before {
    transform: translateX(-590px);
  }
  .guide-bdr3:after {
    transform: translateX(590px);
  }

  .guide-bdr4:before {
    transform: translateX(-480px);
  }
  .guide-bdr4:after {
    transform: translateX(480px);
  }
}
body {
  color: #232323;
}

.bg-blue {
  background: #3662D0;
}

.bg-red {
  background: #FF0000;
}

.bg-green {
  background: #118218;
}

.bg-yellow {
  background: #ffff00;
}

.bg-maincolor {
  background: #254488;
}

.c-black,
.c-black:hover,
.c-black:focus,
.c-black:active {
  color: #000000;
}

.c-white:active,
.c-white:focus,
.c-white:hover,
.c-white {
  color: #FFFFFF;
}

.c-red:active,
.c-red:focus,
.c-red:hover,
.c-red {
  color: #FF0000;
}

.c-green:active,
.c-green:focus,
.c-green:hover,
.c-green {
  color: #118218;
}

.c-blue:active,
.c-blue:focus,
.c-blue:hover,
.c-blue {
  color: #3662D0;
}

.c-maincolor:active,
.c-maincolor:focus,
.c-maincolor:hover,
.c-maincolor {
  color: #254488;
}

body {
  font: 13px "Noto Sans JP", "Noto Sans", "Segoe UI", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

html.large {
  font: 16px "Noto Sans JP", "Noto Sans", "Segoe UI", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.125rem;
  }

  html.large {
    font-size: 20px;
  }
}
.mincho {
  font-family: "Noto Serif JP", "Kozuka Mincho Pr6N", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", kozuka-mincho-pro, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "Noto Sans", "Segoe UI", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.fw-n {
  font-weight: normal;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

p {
  font-weight: normal;
  font-weight: 400;
}

.f8 {
  font-size: 0.5rem;
}

.f9 {
  font-size: 0.5625rem;
}

.f10 {
  font-size: 0.625rem;
}

.f11 {
  font-size: 0.6875rem;
}

.f12 {
  font-size: 0.75rem;
}

.f13 {
  font-size: 0.8125rem;
}

.f14 {
  font-size: 0.875rem;
}

.f15 {
  font-size: 0.9375rem;
}

.f16 {
  font-size: 1rem;
}

.f17 {
  font-size: 1.0625rem;
}

.f18 {
  font-size: 1.125rem;
}

.f19 {
  font-size: 1.1875rem;
}

.f20 {
  font-size: 1.25rem;
}

.f21 {
  font-size: 1.3125rem;
}

.f22 {
  font-size: 1.375rem;
}

.f23 {
  font-size: 1.4375rem;
}

.f24 {
  font-size: 1.5rem;
}

.f25 {
  font-size: 1.5625rem;
}

.f26 {
  font-size: 1.625rem;
}

.f27 {
  font-size: 1.6875rem;
}

.f28 {
  font-size: 1.75rem;
}

.f29 {
  font-size: 1.8125rem;
}

.f30 {
  font-size: 1.875rem;
}

.f31 {
  font-size: 1.938rem;
}

.f32 {
  font-size: 2rem;
}

.f33 {
  font-size: 2.0625rem;
}

.f36 {
  font-size: 2.25rem;
}

.f37 {
  font-size: 2.313rem;
}

.f38 {
  font-size: 2.38rem;
}

.f34 {
  font-size: 2.125rem;
}

.f35 {
  font-size: 2.1875rem;
}

.f38 {
  font-size: 2.38rem;
}

.f39 {
  font-size: 2.438rem;
}

.f40 {
  font-size: 2.5rem;
}

.f41 {
  font-size: 2.563rem;
}

.f42 {
  font-size: 2.625rem;
}

.f43 {
  font-size: 2.688rem;
}

.f44 {
  font-size: 2.75rem;
}

.f45 {
  font-size: 2.8125rem;
}

.f47 {
  font-size: 2.9375rem;
}

.f50 {
  font-size: 3.125rem;
}

.f55 {
  font-size: 3.438rem;
}

.f56 {
  font-size: 3.5rem;
}

.f58 {
  font-size: 3.625rem;
}

.f60 {
  font-size: 3.75rem;
}

.f64 {
  font-size: 4rem;
}

.f67 {
  font-size: 4.1875rem;
}

.f70 {
  font-size: 4.375rem;
}

.f74 {
  font-size: 4.625rem;
}

.f78 {
  font-size: 4.875rem;
}

.f80 {
  font-size: 5rem;
}

.f90 {
  font-size: 5.625rem;
}

.f100 {
  font-size: 6.25rem;
}

.f110 {
  font-size: 6.875rem;
}

.f117 {
  font-size: 7.312rem;
}

.f120 {
  font-size: 7.5rem;
}

.f130 {
  font-size: 8.125rem;
}

.f140 {
  font-size: 8.75rem;
}

.f150 {
  font-size: 9.375rem;
}

@media (min-width: 768px) {
  .fpc8 {
    font-size: 0.5rem !important;
  }

  .fpc9 {
    font-size: 0.5625rem !important;
  }

  .fpc10 {
    font-size: 0.625rem !important;
  }

  .fpc11 {
    font-size: 0.6875rem !important;
  }

  .fpc12 {
    font-size: 0.75rem !important;
  }

  .fpc13 {
    font-size: 0.8125rem !important;
  }

  .fpc14 {
    font-size: 0.875rem !important;
  }

  .fpc15 {
    font-size: 0.9375rem !important;
  }

  .fpc16 {
    font-size: 1rem !important;
  }

  .fpc17 {
    font-size: 1.0625rem !important;
  }

  .fpc18 {
    font-size: 1.125rem !important;
  }

  .fpc19 {
    font-size: 1.1875rem !important;
  }

  .fpc20 {
    font-size: 1.25rem !important;
  }

  .fpc21 {
    font-size: 1.3125rem !important;
  }

  .fpc22 {
    font-size: 1.375rem !important;
  }

  .fpc23 {
    font-size: 1.4375rem !important;
  }

  .fpc24 {
    font-size: 1.5rem !important;
  }

  .fpc25 {
    font-size: 1.5625rem !important;
  }

  .fpc26 {
    font-size: 1.625rem !important;
  }

  .fpc27 {
    font-size: 1.6875rem !important;
  }

  .fpc28 {
    font-size: 1.75rem !important;
  }

  .fpc29 {
    font-size: 1.8125rem !important;
  }

  .fpc30 {
    font-size: 1.875rem !important;
  }

  .fpc31 {
    font-size: 1.938rem !important;
  }

  .fpc32 {
    font-size: 2rem !important;
  }

  .fpc33 {
    font-size: 2.0625rem !important;
  }

  .fpc35 {
    font-size: 2.1875rem !important;
  }

  .fpc36 {
    font-size: 2.25rem !important;
  }

  .fpc37 {
    font-size: 2.313rem !important;
  }

  .fpc38 {
    font-size: 2.38rem !important;
  }

  .fpc39 {
    font-size: 2.438rem !important;
  }

  .fpc34 {
    font-size: 2.125rem !important;
  }

  .fpc40 {
    font-size: 2.5rem !important;
  }

  .fpc41 {
    font-size: 2.563rem !important;
  }

  .fpc42 {
    font-size: 2.625rem !important;
  }

  .fpc43 {
    font-size: 2.688rem !important;
  }

  .fpc44 {
    font-size: 2.75rem !important;
  }

  .fpc45 {
    font-size: 2.8125rem !important;
  }

  .fpc47 {
    font-size: 2.9375rem !important;
  }

  .fpc48 {
    font-size: 3rem !important;
  }

  .fpc50 {
    font-size: 3.125rem !important;
  }

  .fpc55 {
    font-size: 3.438rem !important;
  }

  .fpc56 {
    font-size: 3.5rem !important;
  }

  .fpc58 {
    font-size: 3.625rem !important;
  }

  .fpc60 {
    font-size: 3.75rem !important;
  }

  .fpc67 {
    font-size: 4.1875rem !important;
  }

  .fpc70 {
    font-size: 4.375rem !important;
  }

  .fpc78 {
    font-size: 4.875rem !important;
  }

  .fpc80 {
    font-size: 5rem !important;
  }

  .fpc90 {
    font-size: 5.625rem !important;
  }

  .fpc100 {
    font-size: 6.25rem !important;
  }

  .fpc120 {
    font-size: 7.5rem !important;
  }

  .fpc130 {
    font-size: 8.125rem !important;
  }

  .fpc140 {
    font-size: 8.75rem !important;
  }

  .fpc150 {
    font-size: 9.375rem !important;
  }
}
.accordion_tree {
  display: none;
}

.link-box {
  display: grid;
  place-items: center;
  width: 285px;
  max-width: 100%;
  height: 54px;
  margin: 0 auto;
  border: 1px solid #254488;
  text-decoration: none;
  padding: 0 35px 0 20px;
  background: #fff url(../image/common/arrow.svg) no-repeat right 20px top 50%;
  color: #254488;
  transition: 0.5s ease-in;
}
.link-box span {
  line-height: 1;
}
.link-box:active, .link-box:focus, .link-box:hover {
  background-color: #254488;
  color: #fff;
  background-image: url(../image/common/arrow-white.svg);
}

.page-title {
  width: 100%;
  height: 150px;
  display: grid;
  place-items: center;
  background: transparent url(../image/common/header-sp-min.jpg) no-repeat 50% 50%/cover;
}
.page-title h2 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .page-title {
    height: 250px;
    background-image: url(../image/common/header-pc-min.jpg);
  }
  .page-title h2 {
    font-size: 50px;
  }
}
.wpcf7 input[type=submit] {
  display: grid;
  place-items: center;
  width: 285px;
  height: 54px;
  border: 1px solid #254488;
  background: #fff url(../image/common/arrow.svg) no-repeat right 20px top 50%;
  margin: 0 auto;
  color: #254488;
  font-size: 18px;
  transition: 0.5s ease-in;
  cursor: pointer;
}
.wpcf7 input[type=submit]:not([disabled]):active, .wpcf7 input[type=submit]:not([disabled]):focus, .wpcf7 input[type=submit]:not([disabled]):hover {
  background-color: #254488;
  color: #fff;
  background-image: url(../image/common/arrow-white.svg);
}
.wpcf7 .wpcf7-spinner {
  margin: 10px auto 0;
  display: block;
}

body {
  margin-top: 60px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 200;
}
.header nav {
  display: none;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header h1 {
  margin: 0;
}
.header h1 a {
  padding-left: 15px;
  display: grid;
  align-items: center;
}
.header h1 img {
  width: 253px;
}
.header-btn {
  background: #254488;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
}
.header-btn-inner {
  width: 26px;
  height: 18px;
  position: relative;
}
.header-btn span {
  display: block;
  background: #fff;
  width: 26px;
  height: 2px;
  position: absolute;
  transition: 0.5s;
}
.header-btn span:nth-of-type(1) {
  top: 0;
}
.header-btn span:nth-of-type(2) {
  top: 50%;
  translate: 0 -50%;
}
.header-btn span:nth-of-type(3) {
  bottom: 0;
}
.header-btn.active span:nth-of-type(1) {
  top: 8px;
  rotate: 225deg;
}
.header-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.header-btn.active span:nth-of-type(3) {
  bottom: 8px;
  rotate: -225deg;
}

@media print, screen and (min-width: 1000px) {
  body {
    margin-top: 100px;
  }

  .header-btn {
    display: none;
  }
  .header h1 a {
    padding-left: 10px;
  }
}
@media print, screen and (min-width: 1000px) and (min-width: 1300px) {
  .header h1 a {
    padding-left: 32px;
  }
}
@media print, screen and (min-width: 1000px) and (min-width: 1300px) {
  .header h1 img {
    width: 411px;
  }
}
@media print, screen and (min-width: 1000px) {
  .header nav {
    display: block;
  }
  .header nav ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .header nav ul li {
    margin-bottom: 0;
  }
  .header nav ul li a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding: 10px 5px;
  }
}
@media print, screen and (min-width: 1000px) and (min-width: 1025px) {
  .header nav ul li a {
    padding: 10px 15px;
  }
}
@media print, screen and (min-width: 1000px) and (min-width: 1445px) {
  .header nav ul li a {
    padding: 10px 35px;
  }
}
@media print, screen and (min-width: 1000px) {
  .header nav ul li:nth-last-of-type(2) a {
    color: #254488;
  }
}
@media print, screen and (min-width: 1000px) and (min-width: 1445px) {
  .header nav ul li:nth-last-of-type(2) a {
    padding-right: 50px;
  }
}
@media print, screen and (min-width: 1000px) {
  .header nav ul li:nth-last-of-type(2) a span {
    padding-left: 25px;
    background: url(../image/common/tel-blue.png) no-repeat 0 50%/21px auto;
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 3px;
    font-size: 1.5625rem;
  }
}
@media print, screen and (min-width: 1000px) and (min-width: 1084px) {
  .header nav ul li:nth-last-of-type(2) a span {
    font-size: 1.875rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .header nav ul li:last-of-type {
    background: #254488;
  }
  .header nav ul li:last-of-type a {
    color: #fff;
    width: 100px;
    height: 100px;
    display: grid;
    place-items: center;
    padding: 0;
  }
  .header nav ul li:last-of-type a span {
    padding-top: 44px;
    background: url(../image/common/mail-white.png) no-repeat 50% 0/auto 34px;
    line-height: 1;
  }
}
.footer-contact {
  background: #0F1B36;
  max-width: 780px;
  margin: 0 auto;
}
.footer-contact a {
  color: #fff;
  text-decoration: none;
  display: grid;
  place-items: center;
  min-height: 110px;
}
.footer-contact div:nth-of-type(1) span {
  background: url(../image/common/tel-white.png) no-repeat 0 0/22px 30px;
  padding-left: 28px;
  line-height: 28px;
  padding-bottom: 2px;
}
.footer-contact div:nth-of-type(2) {
  border-top: 1px solid #fff;
}
.footer-contact div:nth-of-type(2) span {
  background: url(../image/common/mail-white.png) no-repeat 0 50%/38px 26px;
  padding-left: 48px;
  line-height: 28px;
}
.footer-contact div:nth-of-type(3) {
  border-top: 1px solid #fff;
}
.footer-contact div:nth-of-type(3) span {
  background: url(../image/common/car-white.png) no-repeat 0 50%/55px 30px;
  padding-left: 65px;
  line-height: 28px;
}

.footer {
  background: #FBFBFB;
}
.footer-inner nav {
  background: #254488;
  padding: 20px 25px;
}
.footer-inner nav li {
  margin: 0;
}
.footer-inner nav li a {
  text-decoration: none;
  color: #fff;
  padding: 20px 25px;
}
.footer-info {
  padding: 40px 15px 50px;
}
.footer-info h3 {
  width: 100%;
  text-align: center;
  margin: 0 0 36px;
}
.footer-info h3 img {
  width: 332px;
}
.footer-info-main {
  display: grid;
  justify-content: center;
}
.footer-info-main p {
  margin: 0;
}
.footer-info-main p a {
  text-decoration: none;
  color: #000;
}
.footer-info-main p:last-child {
  margin-top: 20px;
}
.footer-copy {
  background: #254488;
  color: #fff;
  padding: 10px;
}
.footer-copy p {
  margin: 0;
  text-align: center;
}

@media print, screen and (min-width: 1040px) {
  .footer-contact {
    max-width: 1424px;
    display: flex;
    justify-content: stretch;
    margin-bottom: -138px;
    z-index: 2;
    position: relative;
  }
  .footer-contact a {
    min-height: 276px;
    padding: 0 10px;
  }
  .footer-contact div {
    width: 33%;
  }
  .footer-contact div:nth-of-type(1) span {
    background-size: 36px 49px;
    background-position: 0 50%;
    padding-left: 57px;
    line-height: 75px;
    padding-bottom: 0;
  }
  .footer-contact div:nth-of-type(2) {
    border-top: none;
    border-left: 1px solid #fff;
  }
  .footer-contact div:nth-of-type(2) span {
    background-size: 75px 50px;
    padding-left: 96px;
    line-height: 75px;
  }
  .footer-contact div:nth-of-type(3) {
    border-top: none;
    border-left: 1px solid #fff;
  }
  .footer-contact div:nth-of-type(3) span {
    background-size: 80px 44px;
    padding-left: 101px;
    line-height: 75px;
  }
  .footer-contact div:nth-of-type(3n) {
    flex-grow: 1;
  }

  .footer {
    z-index: 1;
    position: relative;
  }
  .footer-inner {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-inner nav {
    padding: 215px 30px 70px;
    display: flex;
    gap: 30px;
  }
}
@media print, screen and (min-width: 1040px) and (min-width: 1060px) {
  .footer-inner nav {
    padding: 215px 90px 70px;
    gap: 61px;
  }
}
@media print, screen and (min-width: 1040px) and (min-width: 1060px) {
  .footer-inner nav ul:nth-child(1) {
    width: 160px;
  }
}
@media print, screen and (min-width: 1040px) and (min-width: 1060px) {
  .footer-inner nav ul:nth-child(2) {
    width: calc(100% - 221px);
  }
}
@media print, screen and (min-width: 1040px) {
  .footer-inner nav li + li {
    margin-top: 40px;
  }
  .footer-inner nav li a {
    padding: 0;
  }
}
@media print, screen and (min-width: 1040px) {
  .footer-info {
    padding: 237px 15px 99px 30px;
  }
}
@media print, screen and (min-width: 1040px) and (min-width: 1060px) and (max-width: 1259px) {
  .footer-info {
    padding-left: 50px;
  }
}
@media print, screen and (min-width: 1040px) and (min-width: 1260px) {
  .footer-info {
    padding-left: 151px;
  }
}
@media print, screen and (min-width: 1040px) {
  .footer-info h3 {
    width: auto;
    text-align: left;
  }
  .footer-info h3 img {
    width: 410px;
  }
}
@media print, screen and (min-width: 1040px) {
  .footer-info-main {
    display: block;
  }
}
@media print, screen and (min-width: 1040px) {
  .footer-copy {
    width: 100%;
  }
}
.sp-menu {
  position: fixed;
  top: 60px;
  left: 100%;
  width: 100%;
  height: calc(100vh - 60px);
  padding: 40px 0 60px;
  overflow-y: scroll;
  transition: 0.8s;
  z-index: 9999;
  background: #254488;
}
.sp-menu a {
  text-decoration: none;
}
.sp-menu.active {
  transform: translateX(-100%);
}
.sp-menu .sp-menu-inner {
  max-width: 356px;
  margin: 0 auto;
}
.sp-menu-contact {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 10px;
}
.sp-menu-contact li {
  width: calc(50% - 8px);
  margin-bottom: 0;
}
.sp-menu-contact li a {
  display: grid;
  place-items: center;
  background: #fff;
  color: #254488;
  height: 52px;
}
.sp-menu-contact li a span {
  display: inline-block;
}
.sp-menu-contact li:nth-of-type(1) a span {
  background: url(../image/common/tel-blue.png) no-repeat 0 50%/16px auto;
  line-height: 22px;
  padding-left: 26px;
}
.sp-menu-contact li:nth-of-type(2) a span {
  background: url(../image/common/mail-blue.png) no-repeat 0 50%/30px auto;
  line-height: 22px;
  padding-left: 40px;
}
.sp-menu-nav li {
  margin: 0;
}
.sp-menu-nav li a {
  color: #fff;
  padding: 20px 25px;
}

/*# sourceMappingURL=style.css.map */
