@charset "UTF-8";
/*
ブレイクポイント
------------------------------------*/
/*
px → vw
------------------------------------*/
/*
カラー
------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #3C3C3D;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 124px !important;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 15.625vw !important;
  }
}

body {
  overflow-x: hidden;
}

picture source,
picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

ul li,
ol li {
  list-style: none;
}

a {
  color: #3C3C3D;
  text-decoration: none;
}

p {
  margin: 0;
}

.u-pc-dp-n {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-pc-dp-n {
    display: block !important;
  }
}

.u-sp-dp-n {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .u-sp-dp-n {
    display: none !important;
  }
}

/*
font
------------------------------------*/
/*
padding
margin
------------------------------------*/
.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pr-85 {
  padding-right: 85px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-pr-95 {
  padding-right: 95px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-pl-85 {
  padding-left: 85px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-pl-95 {
  padding-left: 95px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

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

.u-mb-25 {
  margin-bottom: 25px !important;
}

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

.u-mb-35 {
  margin-bottom: 35px !important;
}

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

.u-mb-45 {
  margin-bottom: 45px !important;
}

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

.u-mb-55 {
  margin-bottom: 55px !important;
}

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

.u-mb-65 {
  margin-bottom: 65px !important;
}

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

.u-mb-75 {
  margin-bottom: 75px !important;
}

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

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-pt-0 {
    padding-top: 0 !important;
  }
  .u-pc-pt-5 {
    padding-top: 5px !important;
  }
  .u-pc-pt-10 {
    padding-top: 10px !important;
  }
  .u-pc-pt-15 {
    padding-top: 15px !important;
  }
  .u-pc-pt-20 {
    padding-top: 20px !important;
  }
  .u-pc-pt-25 {
    padding-top: 25px !important;
  }
  .u-pc-pt-30 {
    padding-top: 30px !important;
  }
  .u-pc-pt-35 {
    padding-top: 35px !important;
  }
  .u-pc-pt-40 {
    padding-top: 40px !important;
  }
  .u-pc-pt-45 {
    padding-top: 45px !important;
  }
  .u-pc-pt-50 {
    padding-top: 50px !important;
  }
  .u-pc-pt-55 {
    padding-top: 55px !important;
  }
  .u-pc-pt-60 {
    padding-top: 60px !important;
  }
  .u-pc-pt-65 {
    padding-top: 65px !important;
  }
  .u-pc-pt-70 {
    padding-top: 70px !important;
  }
  .u-pc-pt-75 {
    padding-top: 75px !important;
  }
  .u-pc-pt-80 {
    padding-top: 80px !important;
  }
  .u-pc-pt-85 {
    padding-top: 85px !important;
  }
  .u-pc-pt-90 {
    padding-top: 90px !important;
  }
  .u-pc-pt-95 {
    padding-top: 95px !important;
  }
  .u-pc-pt-100 {
    padding-top: 100px !important;
  }
  .u-pc-pb-0 {
    padding-bottom: 0 !important;
  }
  .u-pc-pb-5 {
    padding-bottom: 5px !important;
  }
  .u-pc-pb-10 {
    padding-bottom: 10px !important;
  }
  .u-pc-pb-15 {
    padding-bottom: 15px !important;
  }
  .u-pc-pb-20 {
    padding-bottom: 20px !important;
  }
  .u-pc-pb-25 {
    padding-bottom: 25px !important;
  }
  .u-pc-pb-30 {
    padding-bottom: 30px !important;
  }
  .u-pc-pb-35 {
    padding-bottom: 35px !important;
  }
  .u-pc-pb-40 {
    padding-bottom: 40px !important;
  }
  .u-pc-pb-45 {
    padding-bottom: 45px !important;
  }
  .u-pc-pb-50 {
    padding-bottom: 50px !important;
  }
  .u-pc-pb-55 {
    padding-bottom: 55px !important;
  }
  .u-pc-pb-60 {
    padding-bottom: 60px !important;
  }
  .u-pc-pb-65 {
    padding-bottom: 65px !important;
  }
  .u-pc-pb-70 {
    padding-bottom: 70px !important;
  }
  .u-pc-pb-75 {
    padding-bottom: 75px !important;
  }
  .u-pc-pb-80 {
    padding-bottom: 80px !important;
  }
  .u-pc-pb-85 {
    padding-bottom: 85px !important;
  }
  .u-pc-pb-90 {
    padding-bottom: 90px !important;
  }
  .u-pc-pb-95 {
    padding-bottom: 95px !important;
  }
  .u-pc-pb-100 {
    padding-bottom: 100px !important;
  }
  .u-pc-pr-0 {
    padding-right: 0 !important;
  }
  .u-pc-pr-5 {
    padding-right: 5px !important;
  }
  .u-pc-pr-10 {
    padding-right: 10px !important;
  }
  .u-pc-pr-15 {
    padding-right: 15px !important;
  }
  .u-pc-pr-20 {
    padding-right: 20px !important;
  }
  .u-pc-pr-25 {
    padding-right: 25px !important;
  }
  .u-pc-pr-30 {
    padding-right: 30px !important;
  }
  .u-pc-pr-35 {
    padding-right: 35px !important;
  }
  .u-pc-pr-40 {
    padding-right: 40px !important;
  }
  .u-pc-pr-45 {
    padding-right: 45px !important;
  }
  .u-pc-pr-50 {
    padding-right: 50px !important;
  }
  .u-pc-pr-55 {
    padding-right: 55px !important;
  }
  .u-pc-pr-60 {
    padding-right: 60px !important;
  }
  .u-pc-pr-65 {
    padding-right: 65px !important;
  }
  .u-pc-pr-70 {
    padding-right: 70px !important;
  }
  .u-pc-pr-75 {
    padding-right: 75px !important;
  }
  .u-pc-pr-80 {
    padding-right: 80px !important;
  }
  .u-pc-pr-85 {
    padding-right: 85px !important;
  }
  .u-pc-pr-90 {
    padding-right: 90px !important;
  }
  .u-pc-pr-95 {
    padding-right: 95px !important;
  }
  .u-pc-pr-100 {
    padding-right: 100px !important;
  }
  .u-pc-pl-0 {
    padding-left: 0 !important;
  }
  .u-pc-pl-5 {
    padding-left: 5px !important;
  }
  .u-pc-pl-10 {
    padding-left: 10px !important;
  }
  .u-pc-pl-15 {
    padding-left: 15px !important;
  }
  .u-pc-pl-20 {
    padding-left: 20px !important;
  }
  .u-pc-pl-25 {
    padding-left: 25px !important;
  }
  .u-pc-pl-30 {
    padding-left: 30px !important;
  }
  .u-pc-pl-35 {
    padding-left: 35px !important;
  }
  .u-pc-pl-40 {
    padding-left: 40px !important;
  }
  .u-pc-pl-45 {
    padding-left: 45px !important;
  }
  .u-pc-pl-50 {
    padding-left: 50px !important;
  }
  .u-pc-pl-55 {
    padding-left: 55px !important;
  }
  .u-pc-pl-60 {
    padding-left: 60px !important;
  }
  .u-pc-pl-65 {
    padding-left: 65px !important;
  }
  .u-pc-pl-70 {
    padding-left: 70px !important;
  }
  .u-pc-pl-75 {
    padding-left: 75px !important;
  }
  .u-pc-pl-80 {
    padding-left: 80px !important;
  }
  .u-pc-pl-85 {
    padding-left: 85px !important;
  }
  .u-pc-pl-90 {
    padding-left: 90px !important;
  }
  .u-pc-pl-95 {
    padding-left: 95px !important;
  }
  .u-pc-pl-100 {
    padding-left: 100px !important;
  }
  .u-pc-mt-0 {
    margin-top: 0 !important;
  }
  .u-pc-mt-5 {
    margin-top: 5px !important;
  }
  .u-pc-mt-10 {
    margin-top: 10px !important;
  }
  .u-pc-mt-15 {
    margin-top: 15px !important;
  }
  .u-pc-mt-20 {
    margin-top: 20px !important;
  }
  .u-pc-mt-25 {
    margin-top: 25px !important;
  }
  .u-pc-mt-30 {
    margin-top: 30px !important;
  }
  .u-pc-mt-35 {
    margin-top: 35px !important;
  }
  .u-pc-mt-40 {
    margin-top: 40px !important;
  }
  .u-pc-mt-45 {
    margin-top: 45px !important;
  }
  .u-pc-mt-50 {
    margin-top: 50px !important;
  }
  .u-pc-mt-55 {
    margin-top: 55px !important;
  }
  .u-pc-mt-60 {
    margin-top: 60px !important;
  }
  .u-pc-mt-65 {
    margin-top: 65px !important;
  }
  .u-pc-mt-70 {
    margin-top: 70px !important;
  }
  .u-pc-mt-75 {
    margin-top: 75px !important;
  }
  .u-pc-mt-80 {
    margin-top: 80px !important;
  }
  .u-pc-mt-85 {
    margin-top: 85px !important;
  }
  .u-pc-mt-90 {
    margin-top: 90px !important;
  }
  .u-pc-mt-95 {
    margin-top: 95px !important;
  }
  .u-pc-mt-100 {
    margin-top: 100px !important;
  }
  .u-pc-mb-0 {
    margin-bottom: 0 !important;
  }
  .u-pc-mb-5 {
    margin-bottom: 5px !important;
  }
  .u-pc-mb-10 {
    margin-bottom: 10px !important;
  }
  .u-pc-mb-15 {
    margin-bottom: 15px !important;
  }
  .u-pc-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-pc-mb-25 {
    margin-bottom: 25px !important;
  }
  .u-pc-mb-30 {
    margin-bottom: 30px !important;
  }
  .u-pc-mb-35 {
    margin-bottom: 35px !important;
  }
  .u-pc-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-pc-mb-45 {
    margin-bottom: 45px !important;
  }
  .u-pc-mb-50 {
    margin-bottom: 50px !important;
  }
  .u-pc-mb-55 {
    margin-bottom: 55px !important;
  }
  .u-pc-mb-60 {
    margin-bottom: 60px !important;
  }
  .u-pc-mb-65 {
    margin-bottom: 65px !important;
  }
  .u-pc-mb-70 {
    margin-bottom: 70px !important;
  }
  .u-pc-mb-75 {
    margin-bottom: 75px !important;
  }
  .u-pc-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-pc-mb-85 {
    margin-bottom: 85px !important;
  }
  .u-pc-mb-90 {
    margin-bottom: 90px !important;
  }
  .u-pc-mb-95 {
    margin-bottom: 95px !important;
  }
  .u-pc-mb-100 {
    margin-bottom: 100px !important;
  }
  .u-pc-mr-0 {
    margin-right: 0 !important;
  }
  .u-pc-mr-5 {
    margin-right: 5px !important;
  }
  .u-pc-mr-10 {
    margin-right: 10px !important;
  }
  .u-pc-mr-15 {
    margin-right: 15px !important;
  }
  .u-pc-mr-20 {
    margin-right: 20px !important;
  }
  .u-pc-mr-25 {
    margin-right: 25px !important;
  }
  .u-pc-mr-30 {
    margin-right: 30px !important;
  }
  .u-pc-mr-35 {
    margin-right: 35px !important;
  }
  .u-pc-mr-40 {
    margin-right: 40px !important;
  }
  .u-pc-mr-45 {
    margin-right: 45px !important;
  }
  .u-pc-mr-50 {
    margin-right: 50px !important;
  }
  .u-pc-mr-55 {
    margin-right: 55px !important;
  }
  .u-pc-mr-60 {
    margin-right: 60px !important;
  }
  .u-pc-mr-65 {
    margin-right: 65px !important;
  }
  .u-pc-mr-70 {
    margin-right: 70px !important;
  }
  .u-pc-mr-75 {
    margin-right: 75px !important;
  }
  .u-pc-mr-80 {
    margin-right: 80px !important;
  }
  .u-pc-mr-85 {
    margin-right: 85px !important;
  }
  .u-pc-mr-90 {
    margin-right: 90px !important;
  }
  .u-pc-mr-95 {
    margin-right: 95px !important;
  }
  .u-pc-mr-100 {
    margin-right: 100px !important;
  }
  .u-pc-ml-0 {
    margin-left: 0 !important;
  }
  .u-pc-ml-5 {
    margin-left: 5px !important;
  }
  .u-pc-ml-10 {
    margin-left: 10px !important;
  }
  .u-pc-ml-15 {
    margin-left: 15px !important;
  }
  .u-pc-ml-20 {
    margin-left: 20px !important;
  }
  .u-pc-ml-25 {
    margin-left: 25px !important;
  }
  .u-pc-ml-30 {
    margin-left: 30px !important;
  }
  .u-pc-ml-35 {
    margin-left: 35px !important;
  }
  .u-pc-ml-40 {
    margin-left: 40px !important;
  }
  .u-pc-ml-45 {
    margin-left: 45px !important;
  }
  .u-pc-ml-50 {
    margin-left: 50px !important;
  }
  .u-pc-ml-55 {
    margin-left: 55px !important;
  }
  .u-pc-ml-60 {
    margin-left: 60px !important;
  }
  .u-pc-ml-65 {
    margin-left: 65px !important;
  }
  .u-pc-ml-70 {
    margin-left: 70px !important;
  }
  .u-pc-ml-75 {
    margin-left: 75px !important;
  }
  .u-pc-ml-80 {
    margin-left: 80px !important;
  }
  .u-pc-ml-85 {
    margin-left: 85px !important;
  }
  .u-pc-ml-90 {
    margin-left: 90px !important;
  }
  .u-pc-ml-95 {
    margin-left: 95px !important;
  }
  .u-pc-ml-100 {
    margin-left: 100px !important;
  }
  .u-section-1100 {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
  .u-section-1000 {
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px;
  }
  .u-section-900 {
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px;
  }
  .u-title-h3-en {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    color: #2575B5;
    letter-spacing: 0.055em;
  }
  .u-title-h3-en:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    height: 130%;
    width: 7px;
    background: #2575B5;
  }
  .u-title-h3 {
    font-size: 28px;
    color: #2575B5;
    margin-top: 25px;
    line-height: 1.55;
    letter-spacing: 0.055em;
    font-weight: 500;
  }
  .u-title-h2 {
    margin-top: -20px;
    text-align: center;
    font-weight: bold;
    text-align: center;
    line-height: 1.9;
    letter-spacing: 0.055em;
  }
  .u-title-h2-en {
    font-size: 75px;
    color: #E8EFF6;
    font-family: "Poppins", sans-serif;
    display: block;
  }
  .u-title-h2-ja {
    display: block;
    font-size: 28px;
    letter-spacing: 0.055em;
    margin-top: -23px;
  }
  .u-title-h2-lead-text {
    font-size: 18px;
    margin: 14px auto 0;
    text-align: center;
    max-width: 1020px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .u-sp-pt-0 {
    padding-top: 0 !important;
  }
  .u-sp-pt-5 {
    padding-top: 1.5625vw !important;
  }
  .u-sp-pt-10 {
    padding-top: 3.125vw !important;
  }
  .u-sp-pt-15 {
    padding-top: 4.6875vw !important;
  }
  .u-sp-pt-20 {
    padding-top: 6.25vw !important;
  }
  .u-sp-pt-25 {
    padding-top: 7.8125vw !important;
  }
  .u-sp-pt-30 {
    padding-top: 9.375vw !important;
  }
  .u-sp-pt-35 {
    padding-top: 10.9375vw !important;
  }
  .u-sp-pt-40 {
    padding-top: 12.5vw !important;
  }
  .u-sp-pt-45 {
    padding-top: 14.0625vw !important;
  }
  .u-sp-pt-50 {
    padding-top: 15.625vw !important;
  }
  .u-sp-pt-55 {
    padding-top: 17.1875vw !important;
  }
  .u-sp-pt-60 {
    padding-top: 18.75vw !important;
  }
  .u-sp-pt-65 {
    padding-top: 20.3125vw !important;
  }
  .u-sp-pt-70 {
    padding-top: 21.875vw !important;
  }
  .u-sp-pt-75 {
    padding-top: 23.4375vw !important;
  }
  .u-sp-pt-80 {
    padding-top: 25vw !important;
  }
  .u-sp-pt-85 {
    padding-top: 26.5625vw !important;
  }
  .u-sp-pt-90 {
    padding-top: 28.125vw !important;
  }
  .u-sp-pt-95 {
    padding-top: 29.6875vw !important;
  }
  .u-sp-pt-100 {
    padding-top: 31.25vw !important;
  }
  .u-sp-pb-0 {
    padding-bottom: 0 !important;
  }
  .u-sp-pb-5 {
    padding-bottom: 1.5625vw !important;
  }
  .u-sp-pb-10 {
    padding-bottom: 3.125vw !important;
  }
  .u-sp-pb-15 {
    padding-bottom: 4.6875vw !important;
  }
  .u-sp-pb-20 {
    padding-bottom: 6.25vw !important;
  }
  .u-sp-pb-25 {
    padding-bottom: 7.8125vw !important;
  }
  .u-sp-pb-30 {
    padding-bottom: 9.375vw !important;
  }
  .u-sp-pb-35 {
    padding-bottom: 10.9375vw !important;
  }
  .u-sp-pb-40 {
    padding-bottom: 12.5vw !important;
  }
  .u-sp-pb-45 {
    padding-bottom: 14.0625vw !important;
  }
  .u-sp-pb-50 {
    padding-bottom: 15.625vw !important;
  }
  .u-sp-pb-55 {
    padding-bottom: 17.1875vw !important;
  }
  .u-sp-pb-60 {
    padding-bottom: 18.75vw !important;
  }
  .u-sp-pb-65 {
    padding-bottom: 20.3125vw !important;
  }
  .u-sp-pb-70 {
    padding-bottom: 21.875vw !important;
  }
  .u-sp-pb-75 {
    padding-bottom: 23.4375vw !important;
  }
  .u-sp-pb-80 {
    padding-bottom: 25vw !important;
  }
  .u-sp-pb-85 {
    padding-bottom: 26.5625vw !important;
  }
  .u-sp-pb-90 {
    padding-bottom: 28.125vw !important;
  }
  .u-sp-pb-95 {
    padding-bottom: 29.6875vw !important;
  }
  .u-sp-pb-100 {
    padding-bottom: 31.25vw !important;
  }
  .u-sp-pl-0 {
    padding-left: 0 !important;
  }
  .u-sp-pl-5 {
    padding-left: 1.5625vw !important;
  }
  .u-sp-pl-10 {
    padding-left: 3.125vw !important;
  }
  .u-sp-pl-15 {
    padding-left: 4.6875vw !important;
  }
  .u-sp-pl-20 {
    padding-left: 6.25vw !important;
  }
  .u-sp-pl-25 {
    padding-left: 7.8125vw !important;
  }
  .u-sp-pl-30 {
    padding-left: 9.375vw !important;
  }
  .u-sp-pl-35 {
    padding-left: 10.9375vw !important;
  }
  .u-sp-pl-40 {
    padding-left: 12.5vw !important;
  }
  .u-sp-pl-45 {
    padding-left: 14.0625vw !important;
  }
  .u-sp-pl-50 {
    padding-left: 15.625vw !important;
  }
  .u-sp-pl-55 {
    padding-left: 17.1875vw !important;
  }
  .u-sp-pl-60 {
    padding-left: 18.75vw !important;
  }
  .u-sp-pl-65 {
    padding-left: 20.3125vw !important;
  }
  .u-sp-pl-70 {
    padding-left: 21.875vw !important;
  }
  .u-sp-pl-75 {
    padding-left: 23.4375vw !important;
  }
  .u-sp-pl-80 {
    padding-left: 25vw !important;
  }
  .u-sp-pl-85 {
    padding-left: 26.5625vw !important;
  }
  .u-sp-pl-90 {
    padding-left: 28.125vw !important;
  }
  .u-sp-pl-95 {
    padding-left: 29.6875vw !important;
  }
  .u-sp-pl-100 {
    padding-left: 31.25vw !important;
  }
  .u-sp-pr-0 {
    padding-right: 0 !important;
  }
  .u-sp-pr-5 {
    padding-right: 1.5625vw !important;
  }
  .u-sp-pr-10 {
    padding-right: 3.125vw !important;
  }
  .u-sp-pr-15 {
    padding-right: 4.6875vw !important;
  }
  .u-sp-pr-20 {
    padding-right: 6.25vw !important;
  }
  .u-sp-pr-25 {
    padding-right: 7.8125vw !important;
  }
  .u-sp-pr-30 {
    padding-right: 9.375vw !important;
  }
  .u-sp-pr-35 {
    padding-right: 10.9375vw !important;
  }
  .u-sp-pr-40 {
    padding-right: 12.5vw !important;
  }
  .u-sp-pr-45 {
    padding-right: 14.0625vw !important;
  }
  .u-sp-pr-50 {
    padding-right: 15.625vw !important;
  }
  .u-sp-pr-55 {
    padding-right: 17.1875vw !important;
  }
  .u-sp-pr-60 {
    padding-right: 18.75vw !important;
  }
  .u-sp-pr-65 {
    padding-right: 20.3125vw !important;
  }
  .u-sp-pr-70 {
    padding-right: 21.875vw !important;
  }
  .u-sp-pr-75 {
    padding-right: 23.4375vw !important;
  }
  .u-sp-pr-80 {
    padding-right: 25vw !important;
  }
  .u-sp-pr-85 {
    padding-right: 26.5625vw !important;
  }
  .u-sp-pr-90 {
    padding-right: 28.125vw !important;
  }
  .u-sp-pr-95 {
    padding-right: 29.6875vw !important;
  }
  .u-sp-pr-100 {
    padding-right: 31.25vw !important;
  }
  .u-sp-mt-0 {
    margin-top: 0 !important;
  }
  .u-sp-mt-5 {
    margin-top: 1.5625vw !important;
  }
  .u-sp-mt-10 {
    margin-top: 3.125vw !important;
  }
  .u-sp-mt-15 {
    margin-top: 4.6875vw !important;
  }
  .u-sp-mt-20 {
    margin-top: 6.25vw !important;
  }
  .u-sp-mt-25 {
    margin-top: 7.8125vw !important;
  }
  .u-sp-mt-30 {
    margin-top: 9.375vw !important;
  }
  .u-sp-mt-35 {
    margin-top: 10.9375vw !important;
  }
  .u-sp-mt-40 {
    margin-top: 12.5vw !important;
  }
  .u-sp-mt-45 {
    margin-top: 14.0625vw !important;
  }
  .u-sp-mt-50 {
    margin-top: 15.625vw !important;
  }
  .u-sp-mt-55 {
    margin-top: 17.1875vw !important;
  }
  .u-sp-mt-60 {
    margin-top: 18.75vw !important;
  }
  .u-sp-mt-65 {
    margin-top: 20.3125vw !important;
  }
  .u-sp-mt-70 {
    margin-top: 21.875vw !important;
  }
  .u-sp-mt-75 {
    margin-top: 23.4375vw !important;
  }
  .u-sp-mt-80 {
    margin-top: 25vw !important;
  }
  .u-sp-mt-85 {
    margin-top: 26.5625vw !important;
  }
  .u-sp-mt-90 {
    margin-top: 28.125vw !important;
  }
  .u-sp-mt-95 {
    margin-top: 29.6875vw !important;
  }
  .u-sp-mt-100 {
    margin-top: 31.25vw !important;
  }
  .u-sp-mb-0 {
    margin-bottom: 0 !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 1.5625vw !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 3.125vw !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 4.6875vw !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 6.25vw !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 7.8125vw !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 9.375vw !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 10.9375vw !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 12.5vw !important;
  }
  .u-sp-mb-45 {
    margin-bottom: 14.0625vw !important;
  }
  .u-sp-mb-50 {
    margin-bottom: 15.625vw !important;
  }
  .u-sp-mb-55 {
    margin-bottom: 17.1875vw !important;
  }
  .u-sp-mb-60 {
    margin-bottom: 18.75vw !important;
  }
  .u-sp-mb-65 {
    margin-bottom: 20.3125vw !important;
  }
  .u-sp-mb-70 {
    margin-bottom: 21.875vw !important;
  }
  .u-sp-mb-75 {
    margin-bottom: 23.4375vw !important;
  }
  .u-sp-mb-80 {
    margin-bottom: 25vw !important;
  }
  .u-sp-mb-85 {
    margin-bottom: 26.5625vw !important;
  }
  .u-sp-mb-90 {
    margin-bottom: 28.125vw !important;
  }
  .u-sp-mb-95 {
    margin-bottom: 29.6875vw !important;
  }
  .u-sp-mb-100 {
    margin-bottom: 31.25vw !important;
  }
  .u-sp-ml-0 {
    margin-left: 0 !important;
  }
  .u-sp-ml-5 {
    margin-left: 1.5625vw !important;
  }
  .u-sp-ml-10 {
    margin-left: 3.125vw !important;
  }
  .u-sp-ml-15 {
    margin-left: 4.6875vw !important;
  }
  .u-sp-ml-20 {
    margin-left: 6.25vw !important;
  }
  .u-sp-ml-25 {
    margin-left: 7.8125vw !important;
  }
  .u-sp-ml-30 {
    margin-left: 9.375vw !important;
  }
  .u-sp-ml-35 {
    margin-left: 10.9375vw !important;
  }
  .u-sp-ml-40 {
    margin-left: 12.5vw !important;
  }
  .u-sp-ml-45 {
    margin-left: 14.0625vw !important;
  }
  .u-sp-ml-50 {
    margin-left: 15.625vw !important;
  }
  .u-sp-ml-55 {
    margin-left: 17.1875vw !important;
  }
  .u-sp-ml-60 {
    margin-left: 18.75vw !important;
  }
  .u-sp-ml-65 {
    margin-left: 20.3125vw !important;
  }
  .u-sp-ml-70 {
    margin-left: 21.875vw !important;
  }
  .u-sp-ml-75 {
    margin-left: 23.4375vw !important;
  }
  .u-sp-ml-80 {
    margin-left: 25vw !important;
  }
  .u-sp-ml-85 {
    margin-left: 26.5625vw !important;
  }
  .u-sp-ml-90 {
    margin-left: 28.125vw !important;
  }
  .u-sp-ml-95 {
    margin-left: 29.6875vw !important;
  }
  .u-sp-ml-100 {
    margin-left: 31.25vw !important;
  }
  .u-sp-mr-0 {
    margin-right: 0 !important;
  }
  .u-sp-mr-5 {
    margin-right: 1.5625vw !important;
  }
  .u-sp-mr-10 {
    margin-right: 3.125vw !important;
  }
  .u-sp-mr-15 {
    margin-right: 4.6875vw !important;
  }
  .u-sp-mr-20 {
    margin-right: 6.25vw !important;
  }
  .u-sp-mr-25 {
    margin-right: 7.8125vw !important;
  }
  .u-sp-mr-30 {
    margin-right: 9.375vw !important;
  }
  .u-sp-mr-35 {
    margin-right: 10.9375vw !important;
  }
  .u-sp-mr-40 {
    margin-right: 12.5vw !important;
  }
  .u-sp-mr-45 {
    margin-right: 14.0625vw !important;
  }
  .u-sp-mr-50 {
    margin-right: 15.625vw !important;
  }
  .u-sp-mr-55 {
    margin-right: 17.1875vw !important;
  }
  .u-sp-mr-60 {
    margin-right: 18.75vw !important;
  }
  .u-sp-mr-65 {
    margin-right: 20.3125vw !important;
  }
  .u-sp-mr-70 {
    margin-right: 21.875vw !important;
  }
  .u-sp-mr-75 {
    margin-right: 23.4375vw !important;
  }
  .u-sp-mr-80 {
    margin-right: 25vw !important;
  }
  .u-sp-mr-85 {
    margin-right: 26.5625vw !important;
  }
  .u-sp-mr-90 {
    margin-right: 28.125vw !important;
  }
  .u-sp-mr-95 {
    margin-right: 29.6875vw !important;
  }
  .u-sp-mr-100 {
    margin-right: 31.25vw !important;
  }
  .u-title-h3-en {
    font-family: "Poppins", sans-serif;
    font-size: 5vw;
    position: relative;
    padding-left: 6.25vw;
    color: #2575B5;
    letter-spacing: 0.055em;
    font-weight: bold;
  }
  .u-title-h3-en:before {
    content: "";
    position: absolute;
    top: -1.25vw;
    left: 0;
    height: 130%;
    width: 2.1875vw;
    background: #2575B5;
    min-height: 9.0625vw;
  }
  .u-title-h3 {
    font-size: 5.625vw;
    color: #2575B5;
    margin-top: 7.8125vw;
    line-height: 1.55;
    letter-spacing: 0.055em;
    font-weight: 500;
  }
  .u-title-h2 {
    margin-top: -3.4375vw;
    text-align: center;
    font-weight: bold;
    text-align: center;
    line-height: 1.9;
  }
  .u-title-h2-en {
    font-size: 13.125vw;
    color: #E8EFF6;
    font-family: "Poppins", sans-serif;
    display: block;
  }
  .u-title-h2-ja {
    display: block;
    font-size: 5.625vw;
    letter-spacing: 0.055em;
    margin-top: -4.375vw;
  }
  .u-title-h2-lead-text {
    font-size: 4.375vw;
    margin: 3.75vw auto 0;
    text-align: center;
    line-height: 2;
    padding: 0 5vw;
  }
}
@media (min-width: 768px) {
  .u-header {
    width: 100%;
    min-height: 123px;
  }
  .u-header-inner {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
  }
  .u-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 10px;
    max-width: 1220px;
    margin: 0 auto;
  }
  .u-header-logo {
    width: 192px;
    min-width: 192px;
  }
  .u-header-nav {
    padding: 0 10px;
  }
  .u-header-nav ul {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
  }
  .u-header-nav ul li a {
    font-size: 14px;
    font-weight: bold;
    padding-right: 21px;
    position: relative;
  }
  .u-header-nav ul li a::after {
    content: "";
    background: url(../../common/img/parts/header/p/u-header-icon-right.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
  }
  .u-header-nav ul li a[data-u-header-nav-icon=bottom]::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .u-header-nav ul li a:hover {
    color: #2575B5;
  }
  .u-header-nav ul li a:hover[data-u-header-nav-icon=bottom]::after {
    top: 13px;
  }
  .u-header-contact {
    min-width: 172px;
  }
  .u-header-contact-tel {
    border: 1px solid #2575B5;
    padding: 8px 2px 5px;
    text-align: center;
  }
  .u-header-contact-tel-link {
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    display: flex;
    text-align: center;
  }
  .u-header-contact-tel-link a {
    color: #2575B5;
    font-size: 20px;
    line-height: 0.8;
  }
  .u-header-contact-tel-link-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    display: block;
  }
  .u-header-contact-time {
    margin-top: 5px;
    font-size: 12px;
  }
  .u-header-contact-btn {
    margin-top: 3px;
    background-color: #2575B5;
    text-align: center;
  }
  .u-header-contact-btn:hover {
    background-color: #404040;
  }
  .u-header-contact-btn a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    display: block;
  }
}
@media (max-width: 768px) {
  html.active {
    overflow: hidden;
    height: 100%;
  }
  html.active main {
    background-color: #404040;
  }
  .u-header {
    height: 15.625vw;
  }
  .u-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 5.3125vw;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
  }
  .u-header-logo {
    padding: 2.5vw 0;
    position: relative;
    z-index: 9999;
  }
  .u-header-logo img {
    display: block;
    width: 27.1875vw;
  }
  .u-header-nav {
    background-color: rgba(60, 60, 61, 0.8);
    width: 100%;
    position: absolute;
    right: 0;
    top: 15.625vw;
    height: 100%;
    min-height: 100vh;
    transform: translateX(100%);
    transition: ease 0;
    align-items: center;
  }
  .u-header-nav.active {
    transform: translateX(0);
    z-index: 9999;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .u-header-nav.active::-webkit-scrollbar {
    display: none;
  }
  .u-header-nav.active .u-header-nav-inner {
    transform: translateX(0);
  }
  .u-header-nav-inner {
    background-color: #E8EFF6;
    width: 75vw;
    min-height: 100vh;
    padding: 14.375vw 0;
    transition: ease 0.4s;
    position: absolute;
    right: 0;
    transform: translateX(100%);
  }
  .u-header-nav-inner nav {
    padding: 0 3.125vw 0 9.375vw;
  }
  .u-header-nav-inner nav ul {
    display: grid;
    gap: 4.375vw 0;
  }
  .u-header-nav-inner nav ul li a {
    font-size: 4.375vw;
    font-weight: bold;
    padding-right: 6.875vw;
    position: relative;
  }
  .u-header-nav-inner nav ul li a::after {
    content: "";
    background: url(../../common/img/parts/header/s/u-header-icon-right.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3.4375vw;
    height: 3.4375vw;
  }
  .u-header-nav-inner nav ul li a[data-u-header-nav-icon=bottom]::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .u-header-contact {
    width: 53.75vw;
    margin-top: 12.5vw;
    margin-left: 9.375vw;
    padding-bottom: 9.375vw;
  }
  .u-header-contact-tel {
    border: 0.3125vw solid #2575B5;
    padding: 2.5vw 0.625vw 1.5625vw;
    text-align: center;
  }
  .u-header-contact-tel-link {
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    display: flex;
    text-align: center;
  }
  .u-header-contact-tel-link a {
    color: #2575B5;
    font-size: 6.25vw;
    line-height: 0.8;
  }
  .u-header-contact-tel-link-icon {
    width: 5vw;
    height: 5vw;
    margin-right: 0.625vw;
    display: block;
  }
  .u-header-contact-time {
    margin-top: 0.625vw;
    font-size: 3.75vw;
  }
  .u-header-contact-btn {
    margin-top: 6.25vw;
    background-color: #2575B5;
    text-align: center;
  }
  .u-header-contact-btn:hover {
    background-color: #404040;
  }
  .u-header-contact-btn a {
    color: #fff;
    font-size: 4.375vw;
    font-weight: bold;
    padding: 4.6875vw 0;
    display: block;
  }
  .header__hamburger {
    width: 15.625vw;
    height: 15.625vw;
  }
  .hamburger {
    background-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
    border-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
    z-index: 9999;
    background-color: #2575B5;
  }
  .hamburger span {
    width: 6.25vw;
    height: 0.625vw;
    background-color: #ffffff;
    position: relative;
    transition: ease 0.4s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
    display: block;
    left: 50%;
    transform: translateX(-50%);
  }
  .hamburger span:nth-child(1) {
    top: 0;
  }
  .hamburger span:nth-child(2) {
    margin: 1.875vw 0;
  }
  .hamburger span:nth-child(3) {
    top: 0;
  }
  .hamburger.active span:nth-child(1) {
    top: 2.1875vw;
    transform: translateX(-50%) rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    top: -2.8125vw;
    transform: translateX(-50%) rotate(-45deg);
  }
}
@media (min-width: 768px) {
  .u-footer-wrap {
    display: flex;
    max-width: 1020px;
    margin: 0 auto;
    padding: 50px 10px 0;
  }
  .u-footer-logo {
    width: 200px;
    display: block;
  }
  .u-footer-nav-list {
    padding-top: 17px;
    margin-left: 69px;
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    font-size: 16px;
    font-weight: bold;
  }
  .u-footer-nav-list-sub {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
    margin-top: 12px;
  }
  .u-footer-nav-list-sub li {
    padding-left: 26px;
    position: relative;
  }
  .u-footer-nav-list-sub li:before {
    content: "ー";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 16px;
    font-weight: 400;
  }
  .u-footer-nav-list-sub li a {
    color: #000;
  }
  .u-footer-contact-box {
    min-width: 221px;
    margin: 0 0 0 auto;
    padding-top: 15px;
  }
  .u-footer-contact-tel {
    border: 1px solid #2575B5;
    padding: 8px 2px 5px;
    text-align: center;
    margin-top: 14px;
  }
  .u-footer-contact-tel-link {
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .u-footer-contact-tel-link a {
    color: #2575B5;
    font-size: 20px;
    line-height: 0.8;
  }
  .u-footer-contact-tel-link-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    display: block;
  }
  .u-footer-contact-time {
    margin-top: 5px;
    font-size: 12px;
  }
  .u-footer-contact-btn {
    background-color: #2575B5;
    text-align: center;
  }
  .u-footer-contact-btn:hover {
    background-color: #404040;
  }
  .u-footer-contact-btn a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 0;
    display: block;
  }
  .u-footer-contact-sns {
    margin-top: 13px;
    display: flex;
    gap: 0 18px;
  }
  .u-footer-contact-sns-instagram {
    width: 28px;
    display: block;
  }
  .u-footer-contact-sns-youtube {
    width: 40px;
    display: block;
  }
  .u-footer-copy {
    background-color: #2575B5;
    padding: 30px 0 103px;
    margin-top: 66px;
  }
  .u-footer-copy-wrap {
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .u-footer-copy-wrap a {
    color: #fff;
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  .u-footer-wrap {
    display: flex;
    display: block;
    width: 100%;
    padding: 30px 5vw 0;
  }
  .u-footer-logo {
    width: 46.875vw;
    margin: 0 auto;
    display: block;
  }
  .u-footer-nav-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 14.0625vw;
    margin-left: 5vw;
    gap: 10.3125vw;
    font-size: 4.375vw;
    font-weight: bold;
  }
  .u-footer-nav-list-sub {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw 10.3125vw;
    margin-top: 5.625vw;
  }
  .u-footer-nav-list-sub li {
    padding-left: 8.125vw;
    position: relative;
  }
  .u-footer-nav-list-sub li:before {
    content: "ー";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 5vw;
    font-weight: 400;
  }
  .u-footer-nav-list-sub li a {
    color: #000;
  }
  .u-footer-contact-box {
    max-width: 68.75vw;
    margin: 0 auto;
    padding-top: 15.3125vw;
  }
  .u-footer-contact-tel {
    border: 1px solid #2575B5;
    text-align: center;
    padding: 2.5vw 0.625vw 1.5625vw;
    margin-top: 4.375vw;
  }
  .u-footer-contact-tel-link {
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .u-footer-contact-tel-link a {
    color: #2575B5;
    font-size: 6.25vw;
    line-height: 0.8;
  }
  .u-footer-contact-tel-link-icon {
    width: 4.6875vw;
    height: 4.6875vw;
    margin-right: 1.5625vw;
    display: block;
  }
  .u-footer-contact-time {
    font-size: 3.75vw;
    margin-top: 1.5625vw;
  }
  .u-footer-contact-btn {
    background-color: #2575B5;
    text-align: center;
  }
  .u-footer-contact-btn:hover {
    background-color: #404040;
  }
  .u-footer-contact-btn a {
    color: #fff;
    font-size: 4.375vw;
    padding: 6.25vw 0;
    font-weight: bold;
    display: block;
  }
  .u-footer-contact-sns {
    display: flex;
    margin-top: 14.0625vw;
    gap: 0 5.625vw;
    justify-content: center;
  }
  .u-footer-contact-sns-instagram {
    width: 8.75vw;
    display: block;
  }
  .u-footer-contact-sns-youtube {
    width: 12.5vw;
    display: block;
  }
  .u-footer-copy {
    background-color: #2575B5;
    padding: 12.5vw 0 25vw;
    margin-top: 18.4375vw;
  }
  .u-footer-copy-wrap {
    color: #fff;
    display: flex;
    justify-content: space-between;
    display: block;
    text-align: center;
    font-size: 3.75vw;
    padding: 0 5vw;
  }
  .u-footer-copy-wrap a {
    color: #fff;
    text-decoration: underline;
    font-size: 3.75vw;
  }
  .u-footer-copy-text {
    margin-top: 9.0625vw;
  }
}
@media (min-width: 768px) {
  .u-contact-bg {
    position: relative;
    background: url("../../common/img/parts/link-contact/p/u-contact-bg.png") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 450px;
  }
}
@media (min-width: 768px) and (min-width: 1401px) {
  .u-contact-bg {
    background-size: contain;
    height: 32vw;
  }
}
@media (min-width: 768px) {
  .u-contact-btn {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 6px;
    text-align: center;
  }
  .u-contact-btn:hover {
    background-color: #E8EFF6;
  }
  .u-contact-btn picture {
    width: 33px;
    position: relative;
    top: 18px;
  }
  .u-contact-btn a {
    display: flex;
    padding: 0px 20px;
  }
  .u-contact-btn-text {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #2575B5;
    width: 100%;
    text-align: center;
    letter-spacing: 0.055em;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .u-contact-bg {
    position: relative;
    background: url("../../common/img/parts/link-contact/s/u-contact-bg.png") no-repeat center;
    background-size: contain;
    width: 100%;
    height: 96.875vw;
  }
  .u-contact-btn {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    width: 80vw;
    height: 17.5vw;
    background-color: #ffffff;
    border-radius: 1.875vw;
    text-align: center;
  }
  .u-contact-btn:hover {
    background-color: #E8EFF6;
  }
  .u-contact-btn picture {
    width: 10.9375vw;
    position: relative;
    top: 5.625vw;
  }
  .u-contact-btn a {
    display: flex;
    padding: 0 6.25vw;
  }
  .u-contact-btn-text {
    display: block;
    font-size: 5.625vw;
    font-weight: bold;
    color: #2575B5;
    width: 100%;
    text-align: center;
    letter-spacing: 0.055em;
    line-height: 17.5vw;
  }
}
@media (min-width: 768px) {
  .u-btn-top {
    width: 240px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #2575B5;
    border-radius: 6px;
    margin-right: auto;
    margin-left: auto;
  }
  .u-btn-top a {
    width: 100%;
    height: 100%;
    color: #2575B5;
  }
  .u-btn-top:hover {
    background-color: #E8EFF6;
  }
}
@media (max-width: 768px) {
  .u-btn-top {
    width: 62.5vw;
    height: 15vw;
    line-height: 15vw;
    text-align: center;
    font-size: 4.375vw;
    font-weight: bold;
    border: 0.3125vw solid #2575B5;
    border-radius: 1.875vw;
    margin-right: auto;
    margin-left: auto;
  }
  .u-btn-top a {
    width: 100%;
    height: 100%;
    color: #2575B5;
  }
  .u-btn-top:hover {
    background-color: #E8EFF6;
  }
}/*# sourceMappingURL=style.css.map */