/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/css/commonpage.scss ***!
  \**************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Oxanium:wght@300;500;600&family=Manrope:wght@200..800&display=swap);
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/css/commonpage.scss (1) ***!
  \******************************************************************************************************************************************************************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.04rem;
}

@media all and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .tab {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: block;
  }
}
p, div, span, pre, code {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.04rem;
}

pre {
  white-space: pre-wrap;
}

a {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.04rem;
  color: #000;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a span {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  a:hover {
    color: #777777;
  }
  a:hover span {
    color: #777777;
  }
  a:hover::after {
    color: #000;
  }
}

input, select, button, option, textarea {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  outline: none;
  letter-spacing: 0.04rem;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.04rem;
}
input::placeholder, select::placeholder, button::placeholder, option::placeholder, textarea::placeholder {
  color: #999999;
}
@media all and (min-width: 769px) {
  input, select, button, option, textarea {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  input, select, button, option, textarea {
    font-size: 3.7333333333vw;
  }
}
input.disabled, select.disabled, button.disabled, option.disabled, textarea.disabled {
  opacity: 0.3;
  pointer-events: none;
}

select {
  border-bottom: #000 1px solid;
}
@media all and (min-width: 769px) {
  select {
    padding-left: 3px;
  }
}

input[type=checkbox] {
  border: #000 1px solid;
  border-radius: 4px;
  background: #fff;
  position: relative;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
input[type=checkbox]:checked::after, input[type=checkbox]:checked::before {
  opacity: 1;
  transform: translate(-50%, -65%) rotate(-45deg);
}
input[type=checkbox]::after {
  content: "";
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1) 0ms; /* older webkit */
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -o-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms; /* easeOutBack */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 5px;
  transform: translate(-50%, 5%) rotate(-45deg) scale(0);
}

button.disabled {
  opacity: 0.3;
  pointer-events: none;
}

@keyframes rotationHexa {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes invRotationHexa {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes centerCircle {
  0% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1.23);
  }
  60% {
    transform: scale(1.23);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes mvscroll {
  0% {
    transform: translate(0, 35%);
  }
  50.0% {
    transform: translate(0, -15%);
  }
  55.0% {
    transform: translate(0, -15%);
  }
  94.001% {
    transform: translate(0, 35%);
  }
  100% {
    transform: translate(0, 35%);
  }
}
@keyframes topscroll {
  0% {
    transform: translate(-50%, 340%);
  }
  90.0% {
    transform: translate(-50%, -120%);
  }
  90.001% {
    transform: translate(-50%, 340%);
  }
  100% {
    transform: translate(-50%, 340%);
  }
}
/*@keyframes scroll {
	0%   { transform: translate(0%, 0%);}
	50.0%  { transform: translate(0%, 100%) ;}
	100% { transform: translate(0%, 0%);}
}*/
@keyframes scroll {
  0% {
    transform: translate(-53%, -950%) rotate(45deg);
  }
  97.0% {
    transform: translate(-53%, 100%) rotate(45deg);
  }
  97.001% {
    transform: translate(-53%, -950%) rotate(45deg);
  }
  100% {
    transform: translate(-53%, -950%) rotate(45deg);
  }
}
@keyframes scrollX {
  0% {
    transform: translate(0, 0);
    transform-origin: 100% 0;
  }
  100% {
    transform: translate(-53.56%, 0);
    transform-origin: 100% 0;
  }
}
@keyframes bar1 {
  0% {
    transform: scale(1, 1);
  }
  0.01% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes light {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opac {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.8;
  }
  65% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrowBack {
  0% {
    transform: translate(0, -50%);
  }
  40% {
    transform: translate(5px, -50%);
  }
  60% {
    transform: translate(5px, -50%);
  }
  100% {
    transform: translate(0, -50%);
  }
}
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 0 0 20px;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (max-width: 1024px) {
  .l-header__inner {
    border-radius: 1.171875vw;
    width: auto;
    margin: 1.171875vw;
    position: relative;
    padding: 0;
    align-items: stretch;
  }
}
@media all and (max-width: 768px) {
  .l-header__inner {
    border-radius: 3.2vw;
    width: auto;
    margin: 2.1333333333vw;
  }
}
.l-header h1 {
  transform-origin: 0 0;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 2;
  color: #3074BA;
  line-height: 0;
}
@media all and (min-width: 769px) {
  .l-header h1 {
    width: 300px;
    margin-left: 40px;
    margin-right: 1.6666666667%;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-header h1 {
    width: 194px;
    margin-left: 24px;
    margin-right: 1.3888888889%;
  }
}
@media all and (max-width: 1024px) {
  .l-header h1 {
    width: 18.1640625vw;
    padding: 1.953125vw 0;
    margin-left: 1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .l-header h1 {
    width: 49.6vw;
    padding: 5.3333333333vw 0;
    margin-left: 3.2vw;
  }
}
.l-header h1 a {
  color: #3074BA;
  display: block;
  line-height: 0;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .l-header h1 a:hover {
    color: #004892;
  }
}
@media all and (max-width: 768px) {
  .l-header h1 a {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .l-header h1 a:active {
    color: #004892;
  }
}
.l-header h1 svg {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
}
.l-header h1 img {
  width: 100%;
}
.l-header__navibutton {
  background: #3074BA;
  z-index: 10;
}
@media all and (max-width: 1024px) {
  .l-header__navibutton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.0546875vw;
    text-align: center;
    border-top-right-radius: 1.171875vw;
    border-bottom-right-radius: 1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .l-header__navibutton {
    width: 16.5333333333vw;
    border-top-right-radius: 3.2vw;
    border-bottom-right-radius: 3.2vw;
  }
}
.l-header__navibutton span {
  position: relative;
  display: block;
}
@media all and (max-width: 1024px) {
  .l-header__navibutton span {
    height: 1.3671875vw;
    width: 3.125vw;
  }
}
@media all and (max-width: 768px) {
  .l-header__navibutton span {
    height: 3.7333333333vw;
    width: 8.5333333333vw;
  }
}
.l-header__navibutton span::before, .l-header__navibutton span::after {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  top: 50%;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (max-width: 1024px) {
  .l-header__navibutton span::before, .l-header__navibutton span::after {
    width: 3.125vw;
    height: 0.09765625vw;
  }
}
@media all and (max-width: 768px) {
  .l-header__navibutton span::before, .l-header__navibutton span::after {
    width: 8.5333333333vw;
    height: 0.2666666667vw;
  }
}
.l-header__navibutton span::before {
  top: 0;
}
.l-header__navibutton span::after {
  top: auto;
  bottom: 0;
}
.l-header__copy {
  color: #fff;
}
.l-header__copy p {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.04rem;
  line-height: 1.8;
}
@media all and (max-width: 1024px) {
  .l-header__copy p {
    font-size: 1.4322916667vw;
  }
}
@media all and (max-width: 768px) {
  .l-header__copy p {
    font-size: 2.9333333333vw;
  }
}
@media all and (min-width: 769px) {
  .l-header__copy {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .l-header__copy {
    width: 89.4307617187vw;
    display: block;
    font-size: 1.4322916667vw;
    margin-top: 3.515625vw;
    margin-bottom: 3.515625vw;
  }
}
@media all and (max-width: 768px) {
  .l-header__copy {
    width: 91.2vw;
    margin-top: 7.4666666667vw;
    margin-bottom: 7.4666666667vw;
    font-size: 2.9333333333vw;
  }
}
@media all and (min-width: 769px) {
  .l-header__navi {
    display: grid;
    grid-template-columns: 1fr 90px;
    grid-column-gap: 32px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-header__navi {
    grid-template-columns: 1fr 56px;
    grid-column-gap: 24px;
  }
}
@media all and (max-width: 1024px) {
  .l-header__navi {
    display: flex;
    flex-direction: column;
    pointer-events: none;
    overflow: scroll;
    overscroll-behavior: none;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate(0, -100%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: #fff;
    align-items: center;
    justify-content: flex-start;
    grid-column-gap: 0;
  }
}
.l-header__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
@media all and (min-width: 769px) {
  .l-header__links {
    grid-row: 1/2;
    grid-column: 1/2;
    padding-top: 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-header__links {
    padding-top: 11px;
  }
}
@media all and (max-width: 1024px) {
  .l-header__links {
    padding-top: 0;
    margin: 2.34375vw auto 0;
    width: 89.4307617187vw;
    justify-content: space-between;
    padding-bottom: 4.1015625vw;
  }
  .l-header__links > .l-header__sns, .l-header__links > .l-header__ja {
		display: none !important;
	}
}
@media all and (max-width: 768px) {
  .l-header__links {
    margin-top: 5.3333333333vw;
    width: 91.4666666667vw;
    padding-bottom: 11.2vw;
  }
}
.l-header__links > a , .l-header__ja > a {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
  text-decoration: none;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
  text-align: left;
  color: #3074BA;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .l-header__links > a, .l-header__ja > a  {
    font-size: 11px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-header__links > a, .l-header__ja > a {
    font-size: 10px;
  }
}
@media all and (max-width: 1024px) {
  .l-header__links > a, .l-header__ja > a {
    font-size: 1.6927083333vw;
  }
}
@media all and (max-width: 768px) {
  .l-header__links > a, .l-header__ja > a  {
    font-size: 3.4666666667vw;
  }
}
@media all and (max-width: 1024px) {
  .l-header__links > a {
    background: none;
  }
}
@media all and (min-width: 769px) {
  .l-header__links > a:hover {
    color: #004892;
  }
}
@media all and (max-width: 768px) {
  .l-header__links > a {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .l-header__links > a:active {
    color: #004892;
  }
}
.l-header__users, .l-header__sns, .l-header__ja {
  display: flex;
  position: relative;
  align-items: center;
}
.l-header__users::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 60%;
  background: #6CACEE;
}
.l-header__fix > .l-header__sns::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 60%;
  background: #6CACEE;
}
.l-header__sns a {
	background: #004892;
  color: #004892;
	border: 1px solid #004892;
	border-radius: 50px;
	width: 24px;
	height: 24px;
  display: grid;       /* 中央寄せが簡単 */
  place-items: center; /* 上下左右中央 */
  text-decoration: none;
}
.l-header__sns svg {
	  color: #004892;
	width: 15px;
	height: 15px;
	 display: block; 
}
.l-header__ja {
    padding-left: 2.734375vw !important;
}
.l-header__ja > a {
	background: #f4f4f4;
  color: #3074ba;;
border-radius: 50px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  text-decoration: none;
	font-size: 11px;
}
@media (min-width: 1024.98px) {
	.l-header__fix {
		display: none;
	}
}
@media (max-width: 1024px) {
  .l-header__fix {
  position: absolute;
  right: 10vw;
  display: flex;
  top: 12px;
	}
	.l-header__fix > .l-header__sns::before {
		display: none;
	}
	.l-header__fix > .l-header__sns {
    margin-right: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 769px) {
  .l-header__users {
    margin-left: 28px;
    padding-left: 24px;
  }
	.l-header__sns {
    margin-right: 28px;
    padding-right: 24px;
  }
	.l-footer__fix {
	display: none;	
	}
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-header__users {
    margin-left: 26px;
    padding-left: 22px;
  }
	  .l-header__sns {
    margin-right: 26px;
    padding-right: 22px;
  }
}
@media all and (max-width: 1024px) {
  .l-header__users {
    margin-left: 0;
    padding-left: 1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .l-header__users {
    padding-left: 3.2vw;
  }
	.l-header__fix {
display: none;
	}
	.l-footer__fix {
		  position: fixed;
  right: 10vw;
  display: flex;
  bottom: 21.8vw;
		z-index: 10;
	}
	.l-footer__fix > .l-header__sns > .l-footer__x { 
		margin-right: 2.734375vw !important;
	}
}
.l-header__users a {
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #3074BA;
}
@media all and (min-width: 769px) {
  .l-header__users a {
    font-size: 11px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-header__users a {
    font-size: 10px;
  }
}
@media all and (max-width: 1024px) {
  .l-header__users a {
    font-size: 1.4322916667vw;
  }
}
@media all and (max-width: 768px) {
  .l-header__users a {
    font-size: 2.9333333333vw;
  }
}
.l-header__users a span {
  color: #3074BA;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
}
@media all and (min-width: 769px) {
  .l-header__users a {
    border-radius: 6px;
    height: 32px;
    margin-left: 4px;
    padding: 0 20px 0 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-header__users a {
    height: 27px;
    padding: 0 12px;
  }
}
@media all and (max-width: 1024px) {
  .l-header__users a {
    height: auto;
    padding: 1.171875vw 1.5625vw;
    margin-left: 0.390625vw;
    border-radius: 0.5859375vw;
  }
}
@media all and (max-width: 768px) {
  .l-header__users a {
    padding: 3.2vw 4vw;
    margin-left: 1.0666666667vw;
    border-radius: 1.6vw;
  }
}
.l-header__users a:hover {
  background: #ADADAD;
  color: #fff;
}
.l-header__users a:hover span,
.l-header__users a:hover svg {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
}
.l-header__users a:hover::after {
  mix-blend-mode: color-dodge;
}
.l-header__users a.newuser {
  display: inline-flex;
  align-items: center;
}
.l-header__users a.newuser svg {
  /*content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDkgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGxpbmUgeDE9IjQuMzcxMTRlLTA4IiB5MT0iNSIgeDI9IjkiIHkyPSI1IiBzdHJva2U9IiM3Nzc3NzciLz48bGluZSB4MT0iNC41IiB5MT0iMC41IiB4Mj0iNC41IiB5Mj0iOS41IiBzdHJva2U9IiM3Nzc3NzciLz48L3N2Zz4=");*/
}
@media all and (min-width: 769px) {
  .l-header__users a.newuser svg {
    width: 10px;
    height: 10px;
    margin-right: 8px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-header__users a.newuser svg {
    margin-right: 4px;
  }
}
@media all and (max-width: 1024px) {
  .l-header__users a.newuser svg {
    width: 0.87890625vw;
    height: 0.87890625vw;
    margin-right: 0.390625vw;
  }
}
@media all and (max-width: 768px) {
  .l-header__users a.newuser svg {
    width: 2.4vw;
    height: 2.4vw;
    margin-right: 1.0666666667vw;
  }
}
.l-header__users a.login svg {
  transform: translate(0, 1px);
}
@media all and (min-width: 769px) {
  .l-header__users a.login svg {
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-header__users a.login svg {
    margin-right: 3px;
  }
}
@media all and (max-width: 1024px) {
  .l-header__users a.login svg {
    width: 1.171875vw;
    height: 1.171875vw;
    margin-right: 0.29296875vw;
  }
}
@media all and (max-width: 768px) {
  .l-header__users a.login svg {
    width: 3.2vw;
    height: 3.2vw;
    margin-right: 0.8vw;
  }
}
.l-header__menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-row: 2/3;
  grid-column: 1/2;
  background: #fff;
}
@media all and (min-width: 769px) {
  .l-header__menu {
    column-gap: 24px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-header__menu {
    column-gap: 16px;
  }
}
@media all and (max-width: 1024px) {
  .l-header__menu {
    column-gap: 0;
    margin: 0 auto;
    flex-direction: column;
    width: 89.4307617187vw;
    align-items: stretch;
    border-top: #3074BA 1px solid;
    margin-top: 11.62109375vw;
  }
}
@media all and (max-width: 768px) {
  .l-header__menu {
    width: 91.4666666667vw;
    margin-top: 26.4vw;
  }
}
.l-header__menu > li {
  list-style: none;
}
.l-header__menu > li::marker {
  display: none;
}
.l-header__menu > li:last-of-type {
  margin-right: 0;
}
.l-header__menu a {
  white-space: nowrap;
  text-decoration: none;
  line-height: 1;
  color: #3074BA;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .l-header__menu a {
    font-size: 14px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-header__menu a {
    font-size: 13px;
  }
}
@media all and (max-width: 1024px) {
  .l-header__menu a {
    font-size: 1.8229166667vw;
  }
}
@media all and (max-width: 768px) {
  .l-header__menu a {
    font-size: 3.7333333333vw;
  }
}
@media all and (max-width: 1024px) {
  .l-header__menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media all and (min-width: 769px) {
  .l-header__menu a::after {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .l-header__menu a::after {
    content: "";
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCAxMEwxMiA1LjE5MDQ2TDAuMDAwMjk5NTkzIDkuNTM3MTRlLTA3TDIuNzYyNyA1LjE5MDQ2TDAgMTBaIiBmaWxsPSIjMzA3NEJBIi8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.171875vw 0.9765625vw;
    width: 1.171875vw;
    height: 0.9765625vw;
    margin-right: 1.171875vw;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .l-header__menu a::after:hover {
    background-color: #3074BA;
    color: #fff;
  }
}
@media all and (max-width: 1024px) and (max-width: 768px) {
  .l-header__menu a::after {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .l-header__menu a::after:active {
    background-color: #3074BA;
    color: #fff;
  }
}
@media all and (max-width: 768px) {
  .l-header__menu a::after {
    background-size: 3.2vw 2.6666666667vw;
    width: 3.2vw;
    height: 2.6666666667vw;
    margin-right: 2.1333333333vw;
  }
}
@media all and (min-width: 769px) and (min-width: 769px) {
  .l-header__menu a:hover {
    color: #004892;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .l-header__menu a:hover {
    color: #fff;
    background: #3074BA;
  }
  .l-header__menu a:hover::after {
    mix-blend-mode: color-dodge;
    filter: invert(1) brightness(2);
  }
}
@media all and (max-width: 768px) {
  .l-header__menu a {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media all and (max-width: 768px) and (min-width: 769px) {
  .l-header__menu a:active {
    color: #004892;
  }
}
@media all and (max-width: 768px) and (max-width: 1024px) {
  .l-header__menu a:active {
    color: #fff;
    background: #3074BA;
  }
  .l-header__menu a:active::after {
    mix-blend-mode: color-dodge;
    filter: invert(1) brightness(2);
  }
}
@media all and (max-width: 1024px) {
  .l-header__menu a:hover::after {
    mix-blend-mode: color-dodge;
    filter: invert(1) brightness(2);
  }
}
.l-header .l-header__nav-block {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: auto;
}
@media all and (min-width: 769px) {
  .l-header .l-header__nav-block {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-header .l-header__nav-block {
    padding-top: 17px;
    padding-bottom: 28px;
  }
}
@media all and (max-width: 1024px) {
  .l-header .l-header__nav-block {
    padding-top: 2.734375vw;
    padding-bottom: 1.3671875vw;
    border-bottom: #3074BA 1px solid;
  }
}
@media all and (max-width: 768px) {
  .l-header .l-header__nav-block {
    padding-top: 6.4vw;
    padding-bottom: 3.2vw;
  }
}
@media all and (min-width: 769px) {
  .l-header .l-header__nav-block:hover .submenu {
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: all;
  }
}
.l-header .l-header__nav-block p {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
  white-space: nowrap;
  line-height: 1;
  color: #3074BA;
  position: relative;
  display: flex;
  align-items: center;
}
@media all and (min-width: 769px) {
  .l-header .l-header__nav-block p {
    font-size: 14px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-header .l-header__nav-block p {
    font-size: 13px;
  }
}
@media all and (max-width: 1024px) {
  .l-header .l-header__nav-block p {
    font-size: 1.8229166667vw;
  }
}
@media all and (max-width: 768px) {
  .l-header .l-header__nav-block p {
    font-size: 3.7333333333vw;
  }
}
@media all and (max-width: 1024px) {
  .l-header .l-header__nav-block p {
    padding-bottom: 1.3671875vw;
    padding-left: 1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .l-header .l-header__nav-block p {
    padding-bottom: 3.2vw;
    padding-left: 2.1333333333vw;
  }
}
.l-header .l-header__nav-block p::after {
  will-change: transform;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgOCA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik03IDNMNCA2TDEgMyIgc3Ryb2tlPSIjMzA3NEJBIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (min-width: 769px) {
  .l-header .l-header__nav-block p::after {
    width: 6px;
    height: 6px;
    margin-left: 4px;
  }
}
@media all and (max-width: 1024px) {
  .l-header .l-header__nav-block p::after {
    display: none;
  }
}
.l-header__nav-link {
  display: flex;
  line-height: 1;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .l-header__nav-link {
    font-size: 14px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-header__nav-link {
    font-size: 13px;
  }
}
@media all and (max-width: 1024px) {
  .l-header__nav-link {
    font-size: 1.8229166667vw;
  }
}
@media all and (max-width: 768px) {
  .l-header__nav-link {
    font-size: 3.7333333333vw;
  }
}
@media all and (min-width: 769px) {
  .l-header__nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-header__nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 7px;
    margin-bottom: 18px;
  }
}
@media all and (max-width: 1024px) {
  .l-header__nav-link {
    border-bottom: #3074BA 1px solid;
    margin: 0;
    padding: 2.734375vw 0 2.734375vw 1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .l-header__nav-link {
    padding: 6.4vw 0 6.4vw 2.1333333333vw;
  }
}
.l-header .submenu {
  position: absolute;
  -webkit-transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1) 0ms;
  transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1) 0ms; /* easeInOutCubic */
  opacity: 0;
  top: 100%;
  left: auto;
  transform: translate(0, -10px);
}
.l-header .submenu::before {
  content: "";
  display: block;
  position: relative;
  left: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMEwxMS4xOTYyIDlIMC44MDM4NDhMNiAwWiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media all and (min-width: 769px) {
  .l-header .submenu::before {
    transform: translate(0, 1px);
    width: 12px;
    height: 12px;
  }
}
@media all and (max-width: 1024px) {
  .l-header .submenu::before {
    display: none;
  }
}
@media all and (min-width: 769px) {
  .l-header .submenu {
    pointer-events: none;
    min-width: 188px;
  }
}
@media all and (max-width: 1024px) {
  .l-header .submenu {
    opacity: 1;
    position: relative;
    transform: translate(0, 0);
    top: auto;
  }
}
.l-header .submenu ul {
  background: #fff;
  overflow: hidden;
}
@media all and (min-width: 769px) {
  .l-header .submenu ul {
    transform: translate(0, -1px);
    border-radius: 12px;
  }
}
@media all and (max-width: 1024px) {
  .l-header .submenu ul {
    border-radius: 0;
  }
}
.l-header .submenu li {
  width: 100%;
}
@media all and (min-width: 769px) {
  .l-header .submenu li {
    border-bottom: #ADADAD 1px solid;
  }
}
@media all and (max-width: 1024px) {
  .l-header .submenu li {
    border: none;
  }
}
.l-header .submenu li:last-of-type {
  border-bottom: none;
}
.l-header .submenu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
@media all and (min-width: 769px) {
  .l-header .submenu li a {
    font-size: 12px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-header .submenu li a {
    font-size: 11px;
  }
}
@media all and (max-width: 1024px) {
  .l-header .submenu li a {
    font-size: 1.5625vw;
  }
}
@media all and (max-width: 768px) {
  .l-header .submenu li a {
    font-size: 3.2vw;
  }
}
@media all and (min-width: 769px) {
  .l-header .submenu li a {
    padding: 18px 16px;
  }
}
@media all and (max-width: 1024px) {
  .l-header .submenu li a {
    padding: 1.3671875vw 0 1.3671875vw 2.34375vw;
  }
  .l-header .submenu li a::after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCAxMEwxMiA1LjE5MDQ2TDAuMDAwMjk5NTkzIDkuNTM3MTRlLTA3TDIuNzYyNyA1LjE5MDQ2TDAgMTBaIiBmaWxsPSIjMzA3NEJBIi8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.171875vw 0.9765625vw;
    width: 1.171875vw;
    height: 0.9765625vw;
  }
}
@media all and (max-width: 768px) {
  .l-header .submenu li a {
    padding: 3.2vw 0 3.2vw 6.4vw;
  }
  .l-header .submenu li a::after {
    background-size: 3.2vw 2.6666666667vw;
    width: 3.2vw;
    height: 2.6666666667vw;
  }
}
.l-header .submenu li a:hover {
  background: #3074BA;
  color: #fff;
}
.l-header .menu__contact {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 769px) {
  .l-header .menu__contact {
    flex-direction: column-reverse;
    grid-row: 1/3;
    grid-column: 2/3;
  }
}
@media all and (max-width: 1024px) {
  .l-header .menu__contact {
    width: 89.4307617187vw;
    margin-top: 2.34375vw;
  }
}
@media all and (max-width: 768px) {
  .l-header .menu__contact {
    width: 91.2vw;
    margin-top: 5.3333333333vw;
  }
}
.l-header .menu__contact a {
  width: 100%;
  height: 100%;
  background: #3074BA;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .l-header .menu__contact a {
    flex-direction: column-reverse;
    font-size: 10px;
  }
}
@media all and (max-width: 1024px) {
  .l-header .menu__contact a {
    border-radius: 1.171875vw;
    font-size: 1.6927083333vw;
    padding: 2.34375vw 0;
    justify-content: space-between;
    flex-direction: row;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .l-header .menu__contact a {
    height: auto;
    border-radius: 3.2vw;
    font-size: 3.4666666667vw;
    padding: 6.4vw 0;
  }
}
@media all and (min-width: 769px) {
  .l-header .menu__contact a:hover {
    background: #004892;
  }
}
@media all and (max-width: 768px) {
  .l-header .menu__contact a {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .l-header .menu__contact a:active {
    background: #004892;
  }
}
@media all and (min-width: 769px) {
  .l-header .menu__contact .p-chevron::before {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .l-header .menu__contact .p-chevron::before {
    display: flex;
    margin-left: 4.6875vw;
  }
}
@media all and (max-width: 768px) {
  .l-header .menu__contact .p-chevron::before {
    margin-left: 6.4vw;
  }
}
.l-header .menu__contact .p-chevron span {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.04rem;
}
@media all and (min-width: 769px) {
  .l-header .menu__contact .p-chevron span {
    font-size: 10px;
  }
}
@media all and (max-width: 1024px) {
  .l-header .menu__contact .p-chevron span {
    font-size: 1.6927083333vw;
  }
}
@media all and (max-width: 768px) {
  .l-header .menu__contact .p-chevron span {
    font-size: 3.4666666667vw;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-header .menu__contact .p-chevron {
    display: none;
  }
}
@media all and (min-width: 769px) {
  .l-header .menu__contact svg {
    width: 22px;
    height: 16px;
    margin-bottom: 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-header .menu__contact svg {
    width: 18px;
    height: 14px;
    margin-bottom: 0;
  }
}
@media all and (max-width: 1024px) {
  .l-header .menu__contact svg {
    width: 2.34375vw;
    height: 1.7578125vw;
    margin-right: 5.078125vw;
    margin-bottom: 0;
    background-image: linear-gradient(to bottom, #fff 0%, #fff 2px, transparent 2px);
    background-repeat: repeat-y;
    background-size: 1px 7px;
    padding-left: 3.90625vw;
    padding-top: 0.68359375vw;
    padding-bottom: 0.68359375vw;
  }
}
@media all and (max-width: 768px) {
  .l-header .menu__contact svg {
    width: 6.4vw;
    height: 4.8vw;
    margin-right: 6.4vw;
    padding-left: 7.4666666667vw;
    padding-top: 1.8666666667vw;
    padding-bottom: 1.8666666667vw;
  }
}
@media all and (max-width: 1024px) {
  .l-header.nav-open .l-header__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }
}
.l-header.nav-open h1 {
  margin-left: 0;
}
.l-header.nav-open h1 a {
  color: #3074BA;
}
@media all and (max-width: 768px) {
  .l-header.nav-open h1 {
    margin-left: 2.1333333333vw;
  }
}
.l-header.nav-open .l-header__navibutton {
  background: transparent;
}
.l-header.nav-open .l-header__navibutton span::before {
  top: 50%;
  transform: rotate(-35deg);
  background: #3074BA;
}
.l-header.nav-open .l-header__navibutton span::after {
  top: 50%;
  transform: rotate(35deg);
  background: #3074BA;
}
@media all and (max-width: 1024px) {
  .l-header.nav-open .l-header__navi {
    transform: translate(0, 0);
    pointer-events: auto;
  }
}
@media all and (min-width: 769px) {
  .l-header.scrolled .l-header__inner {
    margin: 20px;
    border-radius: 12px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-header.scrolled .l-header__inner {
    margin: 16px;
  }
}
@media all and (max-width: 1024px) {
  .l-header.scrolled .l-header__inner {
    margin: 1.171875vw;
    border-radius: 1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .l-header.scrolled .l-header__inner {
    margin: 2.1333333333vw;
    border-radius: 3.2vw;
  }
}
@media all and (min-width: 769px) {
  .l-header.scrolled h1 {
    width: 245px;
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-header.scrolled h1 {
    width: 178px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media all and (max-width: 1024px) {
  .l-header.scrolled h1 {
    width: 18.1640625vw;
    padding: 1.953125vw 0;
    margin-left: 1.171875vw;
    margin-right: 0;
  }
}
@media all and (max-width: 768px) {
  .l-header.scrolled h1 {
    width: 49.6vw;
    padding: 5.3333333333vw 0;
    margin-left: 3.2vw;
    margin-right: 0;
  }
}
.l-header.scrolled .l-header__navi {
  grid-template-columns: auto auto auto;
  grid-template-rows: 1fr;
}
@media all and (min-width: 769px) {
  .l-header.scrolled .l-header__navi {
    grid-template-columns: auto auto 64px;
    grid-column-gap: 0;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-header.scrolled .l-header__navi {
    grid-template-columns: auto auto 48px;
  }
}
@media all and (min-width: 769px) {
  .l-header.scrolled .l-header__menu {
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 0;
    margin-right: 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-header.scrolled .l-header__menu {
    margin-right: 12px;
  }
}
@media all and (max-width: 1024px) {
  .l-header.scrolled .l-header__menu {
    margin: 0 auto;
    margin-top: 11.62109375vw;
  }
}
@media all and (max-width: 768px) {
  .l-header.scrolled .l-header__menu {
    margin-top: 26.4vw;
  }
}
@media all and (min-width: 769px) {
  .l-header.scrolled .l-header__links {
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 0 36px 0 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-header.scrolled .l-header__links {
    padding: 0 16px 0 12px;
  }
}
@media all and (max-width: 1024px) {
  .l-header.scrolled .l-header__links {
    padding: 0 0 4.1015625vw;
  }
}
@media all and (max-width: 768px) {
  .l-header.scrolled .l-header__links {
    padding: 0 0 11.2vw;
  }
}
.l-header.scrolled .l-header__links::before {
  content: "";
  background: #3074BA;
  width: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media all and (min-width: 769px) {
  .l-header.scrolled .l-header__links::before {
    height: 24px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-header.scrolled .l-header__links::before {
    height: 16px;
  }
}
@media all and (max-width: 1024px) {
  .l-header.scrolled .l-header__links::before {
    display: none;
  }
}
@media all and (min-width: 769px) {
  .l-header.scrolled .l-header__links .l-header__users {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .l-header.scrolled .l-header__links .l-header__users {
    display: flex;
  }
}
@media all and (min-width: 769px) {
  .l-header.scrolled .l-header__nav-block {
    padding: 33px 0;
  }
}
@media all and (max-width: 1024px) {
  .l-header.scrolled .l-header__nav-block {
    padding-top: 2.734375vw;
    padding-bottom: 1.3671875vw;
  }
}
@media all and (max-width: 768px) {
  .l-header.scrolled .l-header__nav-block {
    padding-top: 6.4vw;
    padding-bottom: 3.2vw;
  }
}
@media all and (min-width: 769px) {
  .l-header.scrolled .l-header__nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 1024px) {
  .l-header.scrolled .l-header__nav-link {
    margin-top: 0;
    margin-bottom: 0;
    padding: 2.734375vw 0;
  }
}
@media all and (max-width: 768px) {
  .l-header.scrolled .l-header__nav-link {
    padding: 6.4vw 0;
  }
}
@media all and (min-width: 769px) {
  .l-header.scrolled .menu__contact {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
@media all and (min-width: 769px) {
  .l-header.scrolled .menu__contact .p-chevron {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .l-header.scrolled .menu__contact .p-chevron {
    display: flex;
  }
}
@media all and (min-width: 769px) {
  .l-header.scrolled .menu__contact a {
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
  }
}
@media all and (max-width: 1024px) {
  .l-header.scrolled .menu__contact a {
    border-radius: 1.07421875vw;
  }
}
@media all and (max-width: 768px) {
  .l-header.scrolled .menu__contact a {
    border-radius: 2.9333333333vw;
  }
}
.l-header.scrolled .menu__contact svg {
  margin-bottom: 0;
}

.l-footer {
  width: 100%;
  position: relative;
  background: #555555;
}
.l-footer__head .l-footer__inner {
  background: #3074BA;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (min-width: 769px) {
  .l-footer__head .l-footer__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__head .l-footer__inner {
    padding: 0;
  }
}
.l-footer__head .l-footer__inner .l-footer__contactwrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  width: 100%;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .l-footer__head .l-footer__inner .l-footer__contactwrap:hover {
    background: #004892;
  }
}
@media all and (max-width: 768px) {
  .l-footer__head .l-footer__inner .l-footer__contactwrap {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .l-footer__head .l-footer__inner .l-footer__contactwrap:active {
    background: #004892;
  }
}
@media all and (min-width: 769px) {
  .l-footer__head .l-footer__inner .l-footer__contactwrap {
    max-width: none;
    padding: 24px 32px 24px 48px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__head .l-footer__inner .l-footer__contactwrap {
    padding: 2.34375vw 3.125vw 2.34375vw 4.6875vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__head .l-footer__inner .l-footer__contactwrap {
    padding: 7.2vw 0 6.9333333333vw 4.5333333333vw;
  }
}
.l-footer__contact {
  flex-grow: 1;
}
.l-footer__contact .p-chevron .p-chevron__linkicon,
.l-footer__contact .p-chevron span {
  color: #fff;
}
.l-footer__mail {
  border-left: #fff 1px dashed;
}
@media all and (min-width: 769px) {
  .l-footer__mail {
    padding: 6px 214px 6px 42px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__mail {
    padding: 0.5859375vw 20.5078125vw 0.5859375vw 4.1015625vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__mail {
    padding: 1.6vw 28.8vw 1.6vw 7.4666666667vw;
  }
}
@media all and (min-width: 769px) {
  .l-footer__mail svg {
    width: 25px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__mail svg {
    width: 2.44140625vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__mail svg {
    width: 7.4666666667vw;
  }
}
.l-footer__mail a {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .l-footer__mail a:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 768px) {
  .l-footer__mail a {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .l-footer__mail a:active {
    opacity: 0.6;
  }
}
.l-footer__pagetop {
  background: #999999;
  position: absolute;
  height: 100%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .l-footer__pagetop:hover {
    background: #555555;
  }
  .l-footer__pagetop:hover p {
    opacity: 1;
  }
  .l-footer__pagetop:hover svg {
    will-change: auto;
    color: #fff;
    transform: translateY(-2px);
  }
}
@media all and (max-width: 768px) {
  .l-footer__pagetop {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .l-footer__pagetop:active {
    background: #555555;
  }
  .l-footer__pagetop:active p {
    opacity: 1;
  }
  .l-footer__pagetop:active svg {
    will-change: auto;
    color: #fff;
    transform: translateY(-2px);
  }
}
@media all and (min-width: 769px) {
  .l-footer__pagetop {
    width: 189px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__pagetop {
    width: 18.45703125vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__pagetop {
    width: 21.3333333333vw;
  }
}
.l-footer__pagetop p {
  text-decoration: none;
  color: #fff;
  align-self: center;
  display: flex;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .l-footer__pagetop p {
    font-size: 12px;
    margin-right: 19px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__pagetop p {
    font-size: 1.5625vw;
    margin-right: 1.85546875vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__pagetop p {
    display: none;
  }
}
.l-footer__pagetop svg {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
}
@media all and (min-width: 769px) {
  .l-footer__pagetop svg {
    width: 16px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__pagetop svg {
    width: 1.5625vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__pagetop svg {
    width: 4.2666666667vw;
  }
}
.l-footer__inner {
  position: relative;
}
@media all and (min-width: 769px) {
  .l-footer__inner {
    padding: 0 48px 0 48px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__inner {
    padding: 0 4.6875vw 0 4.6875vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__inner {
    padding: 0vw 4.2666666667vw 0vw 4.2666666667vw;
  }
}
.l-footer__wrap {
  display: grid;
  justify-content: space-between;
  align-items: flex-start;
}
@media all and (min-width: 769px) {
  .l-footer__wrap {
    padding: 48px 0 80px;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-footer__wrap {
    padding: 48px 0 64px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__wrap {
    padding: 3.90625vw 0 1.171875vw;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
  }
}
@media all and (max-width: 768px) {
  .l-footer__wrap {
    padding: 10.6666666667vw 0 3.2vw;
    flex-direction: column;
    align-items: center;
  }
}
.l-footer__logo {
  line-height: 0;
}
@media all and (min-width: 769px) {
  .l-footer__logo {
    grid-column: 1/3;
    grid-row: 1/2;
    margin-bottom: 32px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__logo {
    margin-bottom: 3.125vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__logo {
    margin-bottom: 7.4666666667vw;
  }
}
.l-footer__logo a {
  display: inline-block;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .l-footer__logo a:hover {
    opacity: 0.8;
  }
}
@media all and (max-width: 768px) {
  .l-footer__logo a {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .l-footer__logo a:active {
    opacity: 0.8;
  }
}
@media all and (min-width: 769px) {
  .l-footer__logo img {
    width: 280px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__logo img {
    width: 27.34375vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__logo img {
    width: 67.7333333333vw;
  }
}
.l-footer__info {
  display: flex;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .l-footer__info {
    grid-column: 1/2;
    grid-row: 2/3;
    column-gap: 12px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-footer__info {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__info {
    grid-column: 1/3;
    flex-direction: row;
    column-gap: 1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__info {
    column-gap: 3.2vw;
  }
}
@media all and (min-width: 769px) {
  .l-footer__info:hover p {
    color: #C2C2C2;
  }
}
@media all and (max-width: 768px) {
  .l-footer__info {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .l-footer__info:active p {
    color: #C2C2C2;
  }
}
.l-footer__info img {
  display: block;
  line-height: 0;
}
@media all and (min-width: 769px) {
  .l-footer__info img {
    width: 40px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-footer__info img {
    width: 46px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__info img {
    width: 3.515625vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__info img {
    width: 9.6vw;
  }
}
.l-footer__info p {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  line-height: 1.8;
  color: #D6D6D6;
}
@media all and (min-width: 769px) {
  .l-footer__info p {
    font-size: 10px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-footer__info p {
    font-size: 10px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__info p {
    font-size: 1.3020833333vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__info p {
    font-size: 2.6666666667vw;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-footer__info p {
    margin-top: 12px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__info p {
    margin-top: 0;
  }
}
.l-footer__nav {
  display: grid;
}
@media all and (min-width: 769px) {
  .l-footer__nav {
    grid-column: 2/3;
    grid-row: 2/3;
    grid-template-columns: auto auto auto auto;
    column-gap: 24px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__nav {
    grid-column: 1/3;
    grid-row: 3/4;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    margin-top: 6.25vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__nav {
    width: 100%;
    margin-top: 13.8666666667vw;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__nav li:last-of-type {
    margin-bottom: 3.515625vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__nav li:last-of-type {
    margin-bottom: 7.4666666667vw;
  }
}
.l-footer__nav-link {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none;
  display: block;
  color: #FFF;
  letter-spacing: 0.04rem;
  line-height: 1;
  border-top: 1px solid #777777;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .l-footer__nav-link {
    font-size: 12px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-footer__nav-link {
    font-size: 11px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__nav-link {
    font-size: 1.6927083333vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__nav-link {
    font-size: 3.4666666667vw;
  }
}
@media all and (min-width: 769px) {
  .l-footer__nav-link {
    padding: 22px 0;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-footer__nav-link {
    padding: 18px 0;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__nav-link {
    padding: 2.734375vw 0;
  }
}
@media all and (max-width: 768px) {
  .l-footer__nav-link {
    display: block;
    padding: 6.4vw 0;
  }
}
@media all and (min-width: 769px) {
  .l-footer__nav-link:hover {
    color: #D6D6D6;
  }
}
@media all and (max-width: 768px) {
  .l-footer__nav-link {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .l-footer__nav-link:active {
    color: #D6D6D6;
  }
}
@media all and (min-width: 769px) {
  .l-footer__nav-list {
    width: 184px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-footer__nav-list {
    width: 168px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__nav-list {
    width: 41.65625vw;
  }
}
@media all and (max-width: 1024px) {
  .l-footer .block2 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media all and (max-width: 1024px) {
  .l-footer .block3 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media all and (max-width: 1024px) {
  .l-footer .block4 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.l-footer__nav-block {
  border-top: 1px solid #777777;
}
.l-footer__nav-block p {
  color: #ADADAD;
}
@media all and (min-width: 769px) {
  .l-footer__nav-block p {
    font-size: 9px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-footer__nav-block p {
    font-size: 9px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__nav-block p {
    font-size: 1.3020833333vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__nav-block p {
    font-size: 2.6666666667vw;
  }
}
@media all and (min-width: 769px) {
  .l-footer__nav-block p {
    padding-top: 12px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__nav-block p {
    padding-top: 1.953125vw;
    margin-bottom: 2.34375vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__nav-block p {
    padding-top: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
@media all and (min-width: 769px) {
  .l-footer__submenu li {
    margin-bottom: 16px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__submenu li {
    margin-bottom: 3.125vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__submenu li {
    margin-bottom: 8.5333333333vw;
  }
}
.l-footer__submenu a {
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.04rem;
  line-height: 1.2;
  display: block;
  width: fit-content;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .l-footer__submenu a {
    font-size: 12px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-footer__submenu a {
    font-size: 10px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__submenu a {
    font-size: 1.6927083333vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__submenu a {
    font-size: 3.4666666667vw;
  }
}
@media all and (min-width: 769px) {
  .l-footer__submenu a:hover {
    color: #D6D6D6;
  }
}
@media all and (max-width: 768px) {
  .l-footer__submenu a {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .l-footer__submenu a:active {
    color: #D6D6D6;
  }
}
@media all and (min-width: 769px) {
  .l-footer__gcmenu {
    margin-top: 16px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__gcmenu {
    margin-top: 3.125vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__gcmenu {
    margin-top: 8.5333333333vw;
  }
}
@media all and (min-width: 769px) {
  .l-footer__gcmenu li {
    padding-left: 16px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__gcmenu li {
    padding-left: 1.5625vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__gcmenu li {
    padding-left: 4.2666666667vw;
  }
}
.l-footer__gcmenu li:last-of-type {
  margin-bottom: 0;
}
@media all and (min-width: 769px) {
  .l-footer__gcmenu li a {
    font-size: 10px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-footer__gcmenu li a {
    font-size: 10px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__gcmenu li a {
    font-size: 1.4322916667vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__gcmenu li a {
    font-size: 2.9333333333vw;
  }
}
.l-footer__bottom {
  border-top: #777777 1px solid;
}
@media all and (min-width: 769px) {
  .l-footer__bottom {
    padding-top: 24px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-footer__bottom {
    padding-top: 20px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__bottom {
    padding-top: 2.34375vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__bottom {
    padding-top: 7.4666666667vw;
  }
}
.l-footer__bottomwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .l-footer__bottomwrap {
    column-gap: 10.7421875vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__bottomwrap {
    align-items: flex-start;
    column-gap: 8.5333333333vw;
  }
}
.l-footer__sns {
  display: flex;
}
@media all and (max-width: 768px) {
  .l-footer__sns {
    justify-content: center;
  }
}
.l-footer__sns a {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .l-footer__sns a:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 768px) {
  .l-footer__sns a {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .l-footer__sns a:active {
    opacity: 0.6;
  }
}
@media all and (min-width: 769px) {
  .l-footer__x {
    width: 24px;
    margin-right: 28px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-footer__x {
    margin-right: 20px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__x {
    width: 2.34375vw;
    margin-right: 2.734375vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__x {
    width: 8.2666666667vw;
    margin-right: 6.4vw;
  }
}
@media all and (min-width: 769px) {
  .l-footer__facebook {
    width: 12px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__facebook {
    width: 1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__facebook {
    width: 4.2666666667vw;
  }
}
.l-footer__otherlinks {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .l-footer__otherlinks {
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 2.34375vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__otherlinks {
    row-gap: 6.4vw;
    column-gap: 4.2666666667vw;
  }
}
.l-footer__otherlinks a {
  //white-space: nowrap;
  color: #fff;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .l-footer__otherlinks a {
    font-size: 10px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-footer__otherlinks a {
    font-size: 10px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__otherlinks a {
    font-size: 1.3020833333vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__otherlinks a {
    font-size: 2.6666666667vw;
  }
}
@media all and (min-width: 769px) {
  .l-footer__otherlinks a {
    margin-left: 24px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-footer__otherlinks a {
    margin-left: 16px;
  }
}
@media all and (max-width: 768px) {
  .l-footer__otherlinks a {
    margin-left: 0;
  }
}
@media all and (min-width: 769px) {
  .l-footer__otherlinks a:hover {
    color: #D6D6D6;
  }
}
@media all and (max-width: 768px) {
  .l-footer__otherlinks a {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .l-footer__otherlinks a:active {
    color: #D6D6D6;
  }
}
@media all and (min-width: 769px) {
  .l-footer__otherlinks .separator {
    padding-right: 24px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-footer__otherlinks .separator {
    padding-right: 16px;
  }
}
@media all and (max-width: 768px) {
  .l-footer__otherlinks .separator {
    padding-right: 4.2666666667vw;
  }
}
.l-footer__otherlinks .separator::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}
.l-footer__copy {
  text-align: right;
  color: #D6D6D6;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.04rem;
  letter-spacing: 0.04rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (min-width: 769px) {
  .l-footer__copy {
    font-size: 12px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-footer__copy {
    font-size: 12px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__copy {
    font-size: 1.4322916667vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__copy {
    font-size: 2.9333333333vw;
  }
}
@media all and (min-width: 769px) {
  .l-footer__copy {
    margin-top: 32px;
    padding-bottom: 48px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .l-footer__copy {
    margin-top: 24px;
    padding-bottom: 36px;
  }
}
@media all and (max-width: 1024px) {
  .l-footer__copy {
    text-align: left;
    margin-top: 2.34375vw;
    padding-bottom: 12.5vw;
  }
}
@media all and (max-width: 768px) {
  .l-footer__copy {
    margin-top: 6.4vw;
    padding-bottom: 28.8vw;
  }
}

.l-fixed {
  position: fixed;
  right: 0;
  /*bottom: 0;*/
	bottom: 80px;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .l-fixed {
    left: 50%;
    right: auto;
     bottom: 0; /* add */
	  transform: translate(-50%, 0);
    display: flex;
    /*width: 89.5833333333%;*/
	  width: 79.5833333333%;
    z-index: 10;
  }
}
.l-fixed a {
  pointer-events: all;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  transform: translate(100%, 0);
}
@media all and (min-width: 769px) {
  .l-fixed a {
    border-radius: 8px 0 0 8px;
    margin-bottom: 8px;
    padding: 12px 0;
    width: 100px;
  }
}
@media all and (max-width: 1024px) {
  .l-fixed a {
    border-radius: 0.78125vw 0 0 0.78125vw;
    margin-bottom: 0.78125vw;
    padding: 1.171875vw 0;
    width: 9.765625vw;
  }
}
@media all and (max-width: 768px) {
  .l-fixed a {
    margin-bottom: 0;
    transform: translate(0, 0);
    flex-direction: row;
    width: 50%;
    padding: 4.2666666667vw 0;
  }
}
.l-fixed a span {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
  letter-spacing: 0.04rem;
  line-height: 1;
  text-align: center;
}
@media all and (min-width: 769px) {
  .l-fixed a span {
    font-size: 10px;
  }
}
@media all and (max-width: 1024px) {
  .l-fixed a span {
    font-size: 1.3020833333vw;
    flex-grow: 1;
  }
}
@media all and (max-width: 768px) {
  .l-fixed a span {
    font-size: 2.9333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.l-fixed a .icon {
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 769px) {
  .l-fixed a .icon {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 1024px) {
  .l-fixed a .icon {
    width: 3.90625vw;
    height: 3.90625vw;
  }
}
@media all and (max-width: 768px) {
  .l-fixed a .icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-left: 4.8vw;
  }
}
.l-fixed__manual {
  -webkit-transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
  transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1) 0ms; /* easeInOutQuint */
  background: #49F2D3;
}
.l-fixed__manual span {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #007761;
}
@media all and (max-width: 768px) {
  .l-fixed__manual {
    border-radius: 2.1333333333vw 0 0 0 !important;
  }
}
.l-fixed__manual:hover .icon svg {
  color: #007761;
}
.l-fixed__manual .icon svg {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #49F2D3;
}
@media all and (min-width: 769px) {
  .l-fixed__manual .icon svg {
    width: 19px;
  }
}
.l-fixed__faq {
  -webkit-transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1) 100ms;
  -moz-transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1) 100ms;
  -o-transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1) 100ms;
  transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1) 100ms; /* easeInOutQuint */
  background: #49d9f2;
}
.l-fixed__faq span {
  color: #005E94;
}
@media all and (max-width: 768px) {
  .l-fixed__faq {
    border-radius: 0 2.1333333333vw 0 0 !important;
  }
}
.l-fixed__faq:hover .icon svg {
  color: #005E94;
}
.l-fixed__faq .icon svg {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #49d9f2;
}
@media all and (min-width: 769px) {
  .l-fixed__faq .icon svg {
    width: 18px;
  }
}
.l-fixed.active a {
  transform: translate(0, 0);
}
@media all and (min-width: 769px) {
  .l-fixed.hide a {
    transform: translate(100%, 0);
  }
}

.mv {
  overflow: hidden;
  background: #6CACEE;
  display: flex;
  align-items: stretch;
  position: relative;
}
@media all and (min-width: 769px) {
  .mv {
    height: 580px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .mv {
    height: 480px;
  }
}
@media all and (max-width: 1024px) {
  .mv {
    height: 46.875vw;
  }
}
@media all and (max-width: 768px) {
  .mv {
    min-height: 138.6666666667vw;
  }
}
.mv .mainvisual__noise {
  pointer-events: none;
  position: fixed;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
}
.mv .p-section__inner {
  position: relative;
  z-index: 1;
  padding: 0;
}
@media all and (min-width: 769px) {
  .mv .p-section__inner {
    width: 93.3333333333%;
    margin-top: 132px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .mv .p-section__inner {
    margin: 110px 40px 0;
  }
}
@media all and (max-width: 1024px) {
  .mv .p-section__inner {
    margin: 8.203125vw 3.90625vw 0;
  }
}
@media all and (max-width: 768px) {
  .mv .p-section__inner {
    margin: 18.6666666667vw 4.2666666667vw 0vw;
  }
}
.mv .p-section__inner > div {
  width: 100%;
  position: absolute;
  top: 46%;
  transform: translate(0, -50%);
}
.mv h1 {
  color: #004892;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1.5;
}
@media all and (min-width: 769px) {
  .mv h1 {
    margin-top: 24px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .mv h1 {
    margin-top: 20px;
  }
}
@media all and (max-width: 1024px) {
  .mv h1 {
    margin-top: 1.953125vw;
  }
}
@media all and (max-width: 768px) {
  .mv h1 {
    margin-top: 3.2vw;
  }
}
.mv h1 span {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
  position: relative;
  line-height: 1.5;
}
@media all and (min-width: 769px) {
  .mv h1 span {
    font-size: 36px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .mv h1 span {
    font-size: 34px;
  }
}
@media all and (max-width: 1024px) {
  .mv h1 span {
    font-size: 3.6458333333vw;
  }
}
@media all and (max-width: 768px) {
  .mv h1 span {
    font-size: 7.4666666667vw;
  }
}
.mv h1 .outline {
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 0;
}
@media all and (min-width: 769px) {
  .mv h1 .outline {
    font-size: 96px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .mv h1 .outline {
    font-size: 80px;
  }
}
@media all and (max-width: 1024px) {
  .mv h1 .outline {
    font-size: 7.5520833333vw;
  }
}
@media all and (max-width: 768px) {
  .mv h1 .outline {
    font-size: 15.4666666667vw;
  }
}
.mv h1 .outline img {
  width: 100%;
}
.mv__breadcrumb {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
}
@media all and (min-width: 769px) {
  .mv__breadcrumb {
    row-gap: 12px;
  }
}
@media all and (max-width: 1024px) {
  .mv__breadcrumb {
    row-gap: 1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .mv__breadcrumb {
    row-gap: 3.2vw;
  }
}
.mv__breadcrumb a,
.mv__breadcrumb span {
  white-space: nowrap;
  line-height: 1;
  text-decoration: none;
  color: #000;
  display: flex;
  align-self: center;
}
@media all and (min-width: 769px) {
  .mv__breadcrumb a,
  .mv__breadcrumb span {
    font-size: 13px;
    margin-right: 12px;
  }
}
@media all and (max-width: 1024px) {
  .mv__breadcrumb a,
  .mv__breadcrumb span {
    font-size: 13px;
    margin-right: 1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .mv__breadcrumb a,
  .mv__breadcrumb span {
    font-size: 3.4666666667vw;
    margin-right: 3.2vw;
  }
}
.mv__breadcrumb a::after,
.mv__breadcrumb span::after {
  content: ">";
  line-height: 1;
  align-self: center;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.04rem;
  color: #000;
}
@media all and (min-width: 769px) {
  .mv__breadcrumb a::after,
  .mv__breadcrumb span::after {
    width: 4px;
    margin-left: 10px;
  }
}
@media all and (max-width: 1024px) {
  .mv__breadcrumb a::after,
  .mv__breadcrumb span::after {
    transform: translate(0, 1px);
    width: 0.390625vw;
    margin-left: 0.9765625vw;
    font-size: 1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .mv__breadcrumb a::after,
  .mv__breadcrumb span::after {
    width: 1.0666666667vw;
    margin-left: 2.6666666667vw;
    font-size: 2.4vw;
  }
}
.mv__breadcrumb a:last-child::after,
.mv__breadcrumb span:last-child::after {
  display: none;
}
.mv__breadcrumb a {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .mv__breadcrumb a:hover {
    color: #777777;
  }
  .mv__breadcrumb a:hover::after {
    color: #000;
  }
}
@media all and (max-width: 768px) {
  .mv__breadcrumb a {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .mv__breadcrumb a:active {
    color: #777777;
  }
  .mv__breadcrumb a:active::after {
    color: #000;
  }
}
@media all and (min-width: 769px) {
  .mv__breadcrumb__home img {
    width: 12px;
    margin-right: 8px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .mv__breadcrumb__home img {
    width: 10px;
  }
}
@media all and (max-width: 1024px) {
  .mv__breadcrumb__home img {
    width: 0.9765625vw;
  }
}
@media all and (max-width: 768px) {
  .mv__breadcrumb__home img {
    width: 2.6666666667vw;
    margin-right: 2.1333333333vw;
  }
}
.mv__body {
  position: relative;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.04rem;
}
@media all and (min-width: 769px) {
  .mv__body {
    margin-top: 64px;
    font-size: 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .mv__body {
    margin-top: 52px;
    font-size: 15px;
  }
}
@media all and (max-width: 1024px) {
  .mv__body {
    margin-top: 5.078125vw;
    font-size: 1.8229166667vw;
  }
}
@media all and (max-width: 768px) {
  .mv__body {
    margin-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.mv canvas {
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (min-width: 769px) {
  .mv__tags .p-tag {
    margin-right: 24px;
  }
}
.mv.type-contents, .mv.type-simple {
  height: auto;
}
@media all and (max-width: 768px) {
  .mv.type-contents, .mv.type-simple {
    min-height: 0;
  }
}
.mv.type-contents .p-section__inner, .mv.type-simple .p-section__inner {
  width: 100%;
  background: #E5F2FF;
}
@media all and (min-width: 769px) {
  .mv.type-contents .p-section__inner, .mv.type-simple .p-section__inner {
    max-width: none;
    margin: 204px auto 0;
    padding: 56px 40px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .mv.type-contents .p-section__inner, .mv.type-simple .p-section__inner {
    max-width: none;
    margin: 166px auto 0;
    padding: 46px 40px;
  }
}
@media all and (max-width: 1024px) {
  .mv.type-contents .p-section__inner, .mv.type-simple .p-section__inner {
    max-width: none;
    margin: 12.6953125vw auto 0;
    padding: 4.296875vw 0;
  }
}
@media all and (max-width: 768px) {
  .mv.type-contents .p-section__inner, .mv.type-simple .p-section__inner {
    max-width: none;
    margin: 29.3333333333vw auto 0;
    padding: 9.6vw 0;
  }
}
.mv.type-contents .p-section__inner > div, .mv.type-simple .p-section__inner > div {
  position: relative;
  top: auto;
  transform: none;
}
@media all and (min-width: 769px) {
  .mv.type-contents .p-section__inner > div, .mv.type-simple .p-section__inner > div {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .mv.type-contents .p-section__inner > div, .mv.type-simple .p-section__inner > div {
    margin: 0 auto;
  }
}
@media all and (max-width: 1024px) {
  .mv.type-contents .p-section__inner > div, .mv.type-simple .p-section__inner > div {
    width: 90.4296875vw;
    margin: 0 auto;
  }
}
@media all and (max-width: 768px) {
  .mv.type-contents .p-section__inner > div, .mv.type-simple .p-section__inner > div {
    width: 91.2vw;
  }
}
.mv.type-simple .p-section__inner {
  background: #fff;
}
@media all and (min-width: 769px) {
  .mv.type-simple .p-section__inner {
    padding: 48px 40px 0;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .mv.type-simple .p-section__inner {
    padding: 36px 40px 0;
  }
}
@media all and (max-width: 1024px) {
  .mv.type-simple .p-section__inner {
    padding: 3.515625vw 0 0;
  }
}
@media all and (max-width: 768px) {
  .mv.type-simple .p-section__inner {
    padding: 7.4666666667vw 0 0;
  }
}
@media all and (min-width: 769px) {
  .mv .mv__date {
    font-size: 14px;
    margin-top: 48px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .mv .mv__date {
    font-size: 13px;
    margin-top: 36px;
  }
}
@media all and (max-width: 1024px) {
  .mv .mv__date {
    font-size: 1.6927083333vw;
    margin-top: 3.515625vw;
  }
}
@media all and (max-width: 768px) {
  .mv .mv__date {
    font-size: 3.4666666667vw;
    margin-top: 7.4666666667vw;
  }
}
@media all and (min-width: 769px) {
  .mv .p-tag__wrap {
    margin-top: 64px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .mv .p-tag__wrap {
    margin-top: 52px;
  }
}
@media all and (max-width: 1024px) {
  .mv .p-tag__wrap {
    margin-top: 5.2734375vw;
  }
}
@media all and (max-width: 768px) {
  .mv .p-tag__wrap {
    margin-top: 14.4vw;
  }
}
.mv__share {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media all and (min-width: 769px) {
  .mv__share {
    max-width: 1200px;
    width: 100%;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .mv__share {
    width: 93.3333333333%;
  }
}
@media all and (max-width: 1024px) {
  .mv__share {
    width: 92.1875vw;
  }
}
@media all and (max-width: 768px) {
  .mv__share {
    width: 91.2vw;
  }
}
.mv__sharearea {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  background: #fff;
  right: 0;
  transform: translate(0, -50%);
}
@media all and (min-width: 769px) {
  .mv__sharearea {
    border-radius: 40px;
    width: 180px;
    padding: 19px 24px;
  }
}
@media all and (max-width: 1024px) {
  .mv__sharearea {
    border-radius: 3.90625vw;
    width: 17.578125vw;
    padding: 1.85546875vw 2.34375vw;
  }
}
@media all and (max-width: 768px) {
  .mv__sharearea {
    border-radius: 10.6666666667vw;
    width: 37.3333333333vw;
    padding: 2.4vw 4.2666666667vw;
  }
}
.mv__sharearea p {
  flex-grow: 1;
  line-height: 1.2;
}
@media all and (min-width: 769px) {
  .mv__sharearea p {
    font-size: 12px;
  }
}
@media all and (max-width: 1024px) {
  .mv__sharearea p {
    font-size: 1.5625vw;
  }
}
@media all and (max-width: 768px) {
  .mv__sharearea p {
    font-size: 3.2vw;
  }
}
.mv__sharearea a {
  line-height: 0;
  flex-shrink: 0;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .mv__sharearea a {
    margin-left: 20px;
  }
}
@media all and (max-width: 1024px) {
  .mv__sharearea a {
    margin-left: 1.953125vw;
  }
}
@media all and (max-width: 768px) {
  .mv__sharearea a {
    margin-left: 5.3333333333vw;
  }
}
@media all and (min-width: 769px) {
  .mv__sharearea a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 768px) {
  .mv__sharearea a {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .mv__sharearea a:active {
    opacity: 0.7;
  }
}
.mv__sharearea a img {
  width: 100%;
}
@media all and (min-width: 769px) {
  .mv__sharearea__x {
    width: 21px;
    height: 20px;
  }
}
@media all and (max-width: 1024px) {
  .mv__sharearea__x {
    width: 2.05078125vw;
    height: 1.953125vw;
  }
}
@media all and (max-width: 768px) {
  .mv__sharearea__x {
    width: 5.6vw;
    height: 5.3333333333vw;
  }
}
@media all and (min-width: 769px) {
  .mv__sharearea__fb {
    width: 26px;
    height: 26px;
  }
}
@media all and (max-width: 1024px) {
  .mv__sharearea__fb {
    width: 2.5390625vw;
    height: 2.5390625vw;
  }
}
@media all and (max-width: 768px) {
  .mv__sharearea__fb {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}

@media all and (min-width: 1025px) and (max-width: 1200px) {
  body.faq .mv .outline {
    width: 136px;
  }
}
@media all and (max-width: 1024px) {
  body.faq .mv .outline {
    width: 13.28125vw;
  }
}
@media all and (max-width: 768px) {
  body.faq .mv .outline {
    width: 27.2vw;
  }
}

@media all and (min-width: 769px) {
  body.how_to_use .mv .outline {
    width: 397px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  body.how_to_use .mv .outline {
    width: 314px;
  }
}
@media all and (max-width: 1024px) {
  body.how_to_use .mv .outline {
    width: 30.6640625vw;
  }
}
@media all and (max-width: 768px) {
  body.how_to_use .mv .outline {
    width: 61.3333333333vw;
  }
}

@media all and (min-width: 769px) {
  body.create-organization .mv .outline,
  body.create-organizationuser .mv .outline {
    width: 616px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  body.create-organization .mv .outline,
  body.create-organizationuser .mv .outline {
    width: 487px;
  }
}
@media all and (max-width: 1024px) {
  body.create-organization .mv .outline,
  body.create-organizationuser .mv .outline {
    width: 47.55859375vw;
  }
}
@media all and (max-width: 768px) {
  body.create-organization .mv .outline,
  body.create-organizationuser .mv .outline {
    width: 69.8666666667vw;
  }
}

@media all and (min-width: 769px) {
  body.inquiry .mv .outline {
    width: 381px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  body.inquiry .mv .outline {
    width: 301px;
  }
}
@media all and (max-width: 1024px) {
  body.inquiry .mv .outline {
    width: 29.39453125vw;
  }
}
@media all and (max-width: 768px) {
  body.inquiry .mv .outline {
    width: 58.6666666667vw;
  }
}

.p-button__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  /*@include pc {
    margin-top: 32px;
  }
  @include large {
    margin-top: 24px;
  }
  @include tab {
    margin-top: tabvw(24);
  }
  @include sp {
    margin-top: spvw(20);
  }*/
}
@media all and (min-width: 769px) {
  .p-button__wrap .p-button {
    margin: 0 24px 0 0;
  }
}
@media all and (max-width: 1024px) {
  .p-button__wrap .p-button {
    margin: 0 2.34375vw 0 0;
  }
}
@media all and (max-width: 768px) {
  .p-button__wrap .p-button {
    margin: 0 0 5.3333333333vw 0;
  }
}
@media all and (max-width: 768px) {
  .p-button__wrap .p-button:last-of-type {
    margin-bottom: 0;
  }
}

.p-button {
  background: #3074BA;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  height: 56px;
  cursor: pointer;
  text-decoration: none !important;
  color: #fff;
  width: fit-content;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .p-button {
    width: fit-content;
  }
}
@media all and (max-width: 1024px) {
  .p-button {
    border-radius: 2.9296875vw;
    height: 5.2734375vw;
  }
}
@media all and (max-width: 768px) {
  .p-button {
    border-radius: 8vw;
    height: 14.4vw;
  }
}
.p-button span {
  color: #fff;
  line-height: 1;
  letter-spacing: 0.04rem;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.04rem;
}
@media all and (min-width: 769px) {
  .p-button span {
    padding: 0 64px 0 24px;
    font-size: 14px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-button span {
    font-size: 13px;
  }
}
@media all and (max-width: 1024px) {
  .p-button span {
    padding: 0 6.25vw 0 2.34375vw;
    font-size: 1.5625vw;
  }
}
@media all and (max-width: 768px) {
  .p-button span {
    padding: 0 17.0666666667vw 0 4.2666666667vw;
    font-size: 3.2vw;
  }
}
.p-button .p-button__linkicon {
  margin-right: 12px;
  color: #3074BA;
  padding: 0;
}
@media all and (min-width: 769px) {
  .p-button .p-button__linkicon {
    width: 32px;
    height: 32px;
  }
}
@media all and (max-width: 1024px) {
  .p-button .p-button__linkicon {
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media all and (max-width: 768px) {
  .p-button .p-button__linkicon {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.p-button.p-button__linkicon,
.p-button span.p-button__linkicon,
.p-button p.p-button__linkicon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMyAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIHRyYW5zZm9ybT0ibWF0cml4KDEgOC43NDIyOGUtMDggOC43NDIyOGUtMDggLTEgMC41IDMyKSIgZmlsbD0id2hpdGUiLz4gPHBhdGggZD0iTTExLjUgMjFMMjMuNSAxNi4xOTA1TDExLjUwMDMgMTFMMTQuMjYyNyAxNi4xOTA1TDExLjUgMjFaIiBmaWxsPSIjMzA3NEJBIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 0;
}
@media all and (min-width: 769px) {
  .p-button.p-button__linkicon {
    padding-right: 108px;
    background-size: 32px 32px;
    background-position: right 12px center;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-button.p-button__linkicon {
    padding-right: 96px;
    background-size: 32px 32px;
    background-position: right 12px center;
  }
}
@media all and (max-width: 1024px) {
  .p-button.p-button__linkicon {
    padding-right: 9.375vw;
    background-size: 3.125vw 3.125vw;
    background-position: right 1.171875vw center;
  }
}
@media all and (max-width: 768px) {
  .p-button.p-button__linkicon {
    padding-right: 25.6vw;
    background-size: 8.5333333333vw 8.5333333333vw;
    background-position: right 3.2vw center;
  }
}
.p-button.p-button__linkicon.type-back {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzIgMzIiPiA8ZGVmcz4gPHN0eWxlPiAuY2xzLTEgeyBmaWxsOiAjZmZmOyB9IC5jbHMtMiB7IGZpbGw6ICMzMDc0YmE7IH0gPC9zdHlsZT4gPC9kZWZzPiAgPGc+IDxnIGlkPSJf44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8XzEiPiA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjE2IiBjeT0iMTYiIHI9IjE2Ii8+IDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIxLDExbC0xMiw0LjgsMTIsNS4yLTIuOC01LjIsMi44LTQuOFoiLz4gPC9nPiA8L2c+PC9zdmc+);
}
@media all and (min-width: 769px) {
  .p-button.p-button__linkicon.type-back {
    padding-left: 108px;
    padding-right: 12px;
    background-size: 32px 32px;
    background-position: left 12px center;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-button.p-button__linkicon.type-back {
    padding-left: 96px;
    padding-right: 12px;
    background-size: 32px 32px;
    background-position: left 12px center;
  }
}
@media all and (max-width: 1024px) {
  .p-button.p-button__linkicon.type-back {
    padding-left: 9.375vw;
    background-size: 3.125vw 3.125vw;
    background-position: left 1.171875vw center;
  }
}
@media all and (max-width: 768px) {
  .p-button.p-button__linkicon.type-back {
    padding-left: 25.6vw;
    background-size: 8.5333333333vw 8.5333333333vw;
    background-position: left 3.2vw center;
  }
}
@media all and (min-width: 769px) {
  .p-button:hover {
    background-color: #004892;
  }
  .p-button:hover span {
    color: #fff;
  }
  .p-button:hover .p-button__linkicon {
    color: #004892;
  }
}
@media all and (max-width: 768px) {
  .p-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .p-button:active {
    background-color: #004892;
  }
  .p-button:active span {
    color: #fff;
  }
  .p-button:active .p-button__linkicon {
    color: #004892;
  }
}
.p-button.type2 {
  background: #004892;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .p-button.type2:hover {
    background: #132E4A;
  }
}
@media all and (max-width: 768px) {
  .p-button.type2 {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .p-button.type2:active {
    background: #132E4A;
  }
}
.p-button.type2 .p-button__linkicon {
  color: #132E4A;
}
.p-button.type2 span {
  padding: 0;
}
.p-button.type-back {
  flex-direction: row-reverse;
}
.p-button.type-back .p-button__linkicon {
  margin-right: 0;
  transform: scale(-1, 1);
}
@media all and (min-width: 769px) {
  .p-button.type-back .p-button__linkicon {
    margin-left: 12px;
  }
}
@media all and (max-width: 1024px) {
  .p-button.type-back .p-button__linkicon {
    margin-left: 1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .p-button.type-back .p-button__linkicon {
    margin-left: 3.2vw;
  }
}
.p-button.align-center {
  justify-content: center;
}
@media all and (min-width: 769px) {
  .p-button.align-center span {
    padding: 0 32px;
  }
}
@media all and (max-width: 1024px) {
  .p-button.align-center span {
    padding: 0 1.953125vw;
  }
}
@media all and (max-width: 768px) {
  .p-button.align-center span {
    padding: 0 5.3333333333vw;
  }
}
.p-button.align-left {
  justify-content: flex-start;
}
.p-button.color-gray {
  background: #555555;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .p-button.color-gray:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 768px) {
  .p-button.color-gray {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .p-button.color-gray:active {
    opacity: 0.6;
  }
}
@media all and (min-width: 769px) {
  .p-button.size-small {
    height: 44px;
  }
}
@media all and (max-width: 768px) {
  .p-button.size-small {
    height: 11.2vw;
  }
}
@media all and (min-width: 769px) {
  .p-button.size-small span {
    font-size: 12px;
  }
}
@media all and (max-width: 1024px) {
  .p-button.size-small span {
    font-size: 1.5625vw;
  }
}
@media all and (max-width: 768px) {
  .p-button.size-small span {
    font-size: 2.9333333333vw;
  }
}
@media all and (min-width: 769px) {
  .p-button.size-small .p-button__linkicon {
    width: 24px;
    height: 24px;
  }
}
@media all and (max-width: 1024px) {
  .p-button.size-small .p-button__linkicon {
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
@media all and (max-width: 768px) {
  .p-button.size-small .p-button__linkicon {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
@media all and (min-width: 769px) {
  .p-button.size-large {
    width: fit-content;
    height: 56px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-button.size-large {
    width: fit-content;
    height: 56px;
  }
}
@media all and (max-width: 1024px) {
  .p-button.size-large {
    width: fit-content;
    height: 5.46875vw;
  }
}
@media all and (max-width: 768px) {
  .p-button.size-large {
    height: 14.9333333333vw;
  }
}
.p-button.size-large span {
  /*@include pc {
    //font-size: 16px;
  }
  @include tab {
    @include tabfontsize(16px);
  }
  @include sp {
    @include spfontsize(16px);
  }*/
}
@media all and (min-width: 769px) {
  .p-button.size-large .p-button__linkicon {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 1024px) {
  .p-button.size-large .p-button__linkicon {
    width: 3.90625vw;
    height: 3.90625vw;
  }
}
@media all and (max-width: 768px) {
  .p-button.size-large .p-button__linkicon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.p-button.size-auto {
  width: auto;
  display: inline-flex;
}
@media all and (min-width: 769px) {
  .p-button.type-wide span {
    padding: 0 64px;
  }
}
@media all and (max-width: 1024px) {
  .p-button.type-wide span {
    padding: 0 6.25vw;
  }
}
@media all and (max-width: 768px) {
  .p-button.type-wide span {
    padding: 0 17.0666666667vw;
  }
}
.p-button.type-narrow {
  width: fit-content;
}
@media all and (min-width: 769px) {
  .p-button.type-narrow {
    height: 44px;
  }
}
@media all and (max-width: 1024px) {
  .p-button.type-narrow {
    height: 4.296875vw;
  }
}
@media all and (max-width: 768px) {
  .p-button.type-narrow {
    height: 11.7333333333vw;
  }
}
@media all and (min-width: 769px) {
  .p-button.type-narrow p.p-button__linkicon,
  .p-button.type-narrow span.p-button__linkicon {
    width: 24px;
    height: 24px;
  }
}
@media all and (max-width: 1024px) {
  .p-button.type-narrow p.p-button__linkicon,
  .p-button.type-narrow span.p-button__linkicon {
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
@media all and (max-width: 768px) {
  .p-button.type-narrow p.p-button__linkicon,
  .p-button.type-narrow span.p-button__linkicon {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.p-button.bold span {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
}
.p-button.disabled {
  pointer-events: none;
  background: #D6D6D6;
}
.p-button.disabled .p-button__linkicon {
  color: #D6D6D6;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNiIgY3k9IjE2IiByPSIxNiIgdHJhbnNmb3JtPSJtYXRyaXgoMSA4Ljc0MjI4ZS0wOCA4Ljc0MjI4ZS0wOCAtMSAwIDMyKSIgZmlsbD0id2hpdGUiLz48cGF0aCBkPSJNMTEgMjFMMjMgMTYuMTkwNUwxMS4wMDAzIDExTDEzLjc2MjcgMTYuMTkwNUwxMSAyMVoiIGZpbGw9IiNENkQ2RDYiLz48L3N2Zz4=);
}
.p-button.invisible {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  display: none;
}
@media all and (max-width: 768px) {
  .p-button.sp-simple {
    background: none;
    width: auto;
    height: auto;
    padding: 0;
  }
  .p-button.sp-simple span {
    display: none;
  }
  .p-button.sp-simple .p-button__linkicon {
    margin: 0;
    outline: #3074BA 1px solid;
    border-radius: 50%;
    display: block;
  }
}
@media all and (max-width: 768px) {
  .p-button.size-sp100 {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.p-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  text-decoration: none !important;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-chevron span {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.04rem;
  color: #000;
  padding: 0;
  line-height: 1;
  letter-spacing: 0.04rem;
  white-space: nowrap;
  text-decoration: none;
}
@media all and (min-width: 769px) {
  .p-chevron span {
    font-size: 14px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-chevron span {
    font-size: 13px;
  }
}
@media all and (max-width: 1024px) {
  .p-chevron span {
    font-size: 1.6927083333vw;
  }
}
@media all and (max-width: 768px) {
  .p-chevron span {
    font-size: 3.4666666667vw;
  }
}
.p-chevron::before, .p-chevron__linkicon {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzMyAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIgMjBMMjEgMTYuNjMzM0wxMi4wMDAyIDEzTDE0LjA3MiAxNi42MzMzTDEyIDIwWiIgZmlsbD0iIzMwNzRCQSIvPjxjaXJjbGUgY3g9IjE2LjUiIGN5PSIxNi41IiByPSIxNiIgc3Ryb2tlPSIjRDZENkQ2Ii8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 12px;
  color: #6CACEE;
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1) 0ms; /* older webkit */
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -o-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms; /* easeOutBack */
}
@media all and (min-width: 769px) {
  .p-chevron::before, .p-chevron__linkicon {
    width: 32px;
    height: 32px;
  }
}
@media all and (max-width: 1024px) {
  .p-chevron::before, .p-chevron__linkicon {
    width: 2.63671875vw;
    height: 2.63671875vw;
  }
}
@media all and (max-width: 768px) {
  .p-chevron::before, .p-chevron__linkicon {
    width: 7.2vw;
    height: 7.2vw;
  }
}
@media all and (min-width: 769px) {
  .p-chevron:hover span {
    color: #3074BA;
  }
  .p-chevron:hover .p-chevron__linkicon {
    transform: scale(1.1);
  }
}
@media all and (max-width: 768px) {
  .p-chevron {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .p-chevron:active span {
    color: #3074BA;
  }
  .p-chevron:active .p-chevron__linkicon {
    transform: scale(1.1);
  }
}
@media all and (min-width: 769px) {
  .p-chevron.size-small span {
    font-size: 12px;
  }
}
@media all and (max-width: 1024px) {
  .p-chevron.size-small span {
    font-size: 1.5625vw;
  }
}
@media all and (max-width: 768px) {
  .p-chevron.size-small span {
    font-size: 2.9333333333vw;
  }
}
@media all and (min-width: 769px) {
  .p-chevron.size-large span {
    font-size: 18px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-chevron.size-large span {
    font-size: 17px;
  }
}
@media all and (max-width: 1024px) {
  .p-chevron.size-large span {
    font-size: 2.2135416667vw;
  }
}
@media all and (max-width: 768px) {
  .p-chevron.size-large span {
    font-size: 4.8vw;
  }
}
.p-chevron.white {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-chevron.white::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzMyAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIgMjBMMjEgMTYuNjMzM0wxMi4wMDAyIDEzTDE0LjA3MiAxNi42MzMzTDEyIDIwWiIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIxNi41IiBjeT0iMTYuNSIgcj0iMTYiIHN0cm9rZT0id2hpdGUiLz48L3N2Zz4=);
}
.p-chevron.white span {
  color: #fff;
}
@media all and (min-width: 769px) {
  .p-chevron.white:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 768px) {
  .p-chevron.white {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .p-chevron.white:active {
    opacity: 0.6;
  }
}
.p-chevron.type-back::before, .p-chevron.type-back__linkicon {
  transform: scale(-1, 1);
}
.p-chevron.disabled {
  pointer-events: none;
}
.p-chevron.disabled span {
  color: #D6D6D6;
}
.p-chevron.disabled .p-chevron__linkicon {
  color: #D6D6D6;
}

.p-lined-button {
  border: #ADADAD 1px solid;
  border-radius: 8px;
  background: #fff;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  padding: 0 10px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .p-lined-button {
    min-width: 109px;
    height: 38px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-lined-button {
    min-width: 104px;
    height: 33px;
  }
}
@media all and (max-width: 1024px) {
  .p-lined-button {
    min-width: 9.765625vw;
    border-radius: 0.78125vw;
    height: 3.22265625vw;
  }
}
@media all and (max-width: 768px) {
  .p-lined-button {
    min-width: 27.7333333333vw;
    border-radius: 2.1333333333vw;
    height: 9.0666666667vw;
  }
}
.p-lined-button span {
  color: #777777;
  letter-spacing: 0.04rem;
  line-height: 1;
  white-space: nowrap;
}
@media all and (min-width: 769px) {
  .p-lined-button span {
    font-size: 12px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-lined-button span {
    font-size: 11px;
  }
}
@media all and (max-width: 1024px) {
  .p-lined-button span {
    font-size: 1.4322916667vw;
  }
}
@media all and (max-width: 768px) {
  .p-lined-button span {
    font-size: 2.9333333333vw;
  }
}
.p-lined-button::before, .p-lined-button::after {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (min-width: 769px) {
  .p-lined-button:hover {
    background: #ADADAD;
  }
  .p-lined-button:hover span {
    color: #EBEBEB;
  }
}
@media all and (max-width: 768px) {
  .p-lined-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .p-lined-button:active {
    background: #ADADAD;
  }
  .p-lined-button:active span {
    color: #EBEBEB;
  }
}
@media all and (min-width: 769px) {
  .p-lined-button.size-small span {
    font-size: 10px;
  }
}
@media all and (max-width: 1024px) {
  .p-lined-button.size-small span {
    font-size: 1.3020833333vw;
  }
}
@media all and (max-width: 768px) {
  .p-lined-button.size-small span {
    font-size: 2.6666666667vw;
  }
}
.p-lined-button.bold span {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
}
.p-lined-button.color-gray {
  border: #f4f4f4 1px solid;
  background: #f4f4f4;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-lined-button.color-gray span {
  color: #3074BA;
}
@media all and (min-width: 769px) {
  .p-lined-button.color-gray:hover {
    background: #ADADAD;
  }
  .p-lined-button.color-gray:hover span {
    color: #EBEBEB;
  }
}
@media all and (max-width: 768px) {
  .p-lined-button.color-gray {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .p-lined-button.color-gray:active {
    background: #ADADAD;
  }
  .p-lined-button.color-gray:active span {
    color: #EBEBEB;
  }
}
.p-lined-button.type-add {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-lined-button.type-add::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDkgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGxpbmUgeDE9IjQuMzcxMTRlLTA4IiB5MT0iNSIgeDI9IjkiIHkyPSI1IiBzdHJva2U9IiM3Nzc3NzciLz48bGluZSB4MT0iNC41IiB5MT0iMC41IiB4Mj0iNC41IiB5Mj0iOS41IiBzdHJva2U9IiM3Nzc3NzciLz48L3N2Zz4=);
  width: 9px;
  height: 9px;
  margin-right: 5px;
}
@media all and (max-width: 1024px) {
  .p-lined-button.type-add::before {
    width: 0.87890625vw;
    height: 0.87890625vw;
    margin-right: 0.48828125vw;
  }
}
@media all and (max-width: 768px) {
  .p-lined-button.type-add::before {
    width: 2.4vw;
    height: 2.4vw;
    margin-right: 1.3333333333vw;
  }
}
@media all and (min-width: 769px) {
  .p-lined-button.type-add:hover::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDkgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGxpbmUgeDE9IjQuMzcxMTRlLTA4IiB5MT0iNSIgeDI9IjkiIHkyPSI1IiBzdHJva2U9IiNmZmZmZmYiLz48bGluZSB4MT0iNC41IiB5MT0iMC41IiB4Mj0iNC41IiB5Mj0iOS41IiBzdHJva2U9IiNmZmZmZmYiLz48L3N2Zz4=);
  }
}
@media all and (max-width: 768px) {
  .p-lined-button.type-add {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .p-lined-button.type-add:active::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDkgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGxpbmUgeDE9IjQuMzcxMTRlLTA4IiB5MT0iNSIgeDI9IjkiIHkyPSI1IiBzdHJva2U9IiNmZmZmZmYiLz48bGluZSB4MT0iNC41IiB5MT0iMC41IiB4Mj0iNC41IiB5Mj0iOS41IiBzdHJva2U9IiNmZmZmZmYiLz48L3N2Zz4=);
  }
}
.p-lined-button.type-under, .p-lined-button.type-upper {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-lined-button.type-under::after, .p-lined-button.type-upper::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgOCA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik03IDNMNCA2TDEgMyIgc3Ryb2tlPSIjNzc3Nzc3Ii8+PC9zdmc+);
  width: 6px;
  height: 6px;
  margin-left: 10px;
}
@media all and (max-width: 768px) {
  .p-lined-button.type-under::after, .p-lined-button.type-upper::after {
    width: 1.6vw;
    height: 1.6vw;
    margin-left: 2.1333333333vw;
  }
}
@media all and (min-width: 769px) {
  .p-lined-button.type-under:hover::after, .p-lined-button.type-upper:hover::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgOCA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik03IDNMNCA2TDEgMyIgc3Ryb2tlPSIjZmZmZmZmIi8+PC9zdmc+);
  }
}
@media all and (max-width: 768px) {
  .p-lined-button.type-under, .p-lined-button.type-upper {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .p-lined-button.type-under:active::after, .p-lined-button.type-upper:active::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgOCA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik03IDNMNCA2TDEgMyIgc3Ryb2tlPSIjZmZmZmZmIi8+PC9zdmc+);
  }
}
.p-lined-button.type-upper::after {
  transform: rotate(180deg);
}

.p-buttonset-lcr {
  display: grid;
  justify-content: space-between;
  align-items: center;
}
@media all and (min-width: 769px) {
  .p-buttonset-lcr {
    grid-template-columns: 1fr auto 1fr;
  }
}
@media all and (max-width: 768px) {
  .p-buttonset-lcr {
    display: grid;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    grid-template-columns: 1fr;
    row-gap: 6.4vw;
  }
}
@media all and (max-width: 768px) {
  .p-buttonset-lcr > :nth-child(2) {
    grid-row: 2/3;
  }
}
@media all and (max-width: 768px) {
  .p-buttonset-lcr > :first-child {
    grid-row: 3/4;
  }
}
.p-buttonset-lcr > :last-child {
  justify-self: flex-end;
}
@media all and (max-width: 768px) {
  .p-buttonset-lcr > :last-child {
    justify-self: stretch;
    grid-row: 1/2;
  }
}

.p-tag__wrap {
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 769px) {
  .p-tag__wrap {
    row-gap: 16px;
  }
}
@media all and (max-width: 1024px) {
  .p-tag__wrap {
    row-gap: 1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .p-tag__wrap {
    row-gap: 3.2vw;
  }
}
@media all and (min-width: 769px) {
  .p-tag__wrap .p-tag {
    margin-right: 24px;
  }
}
@media all and (max-width: 1024px) {
  .p-tag__wrap .p-tag {
    margin-right: 1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .p-tag__wrap .p-tag {
    margin-right: 2.1333333333vw;
  }
}

.p-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none !important;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
  color: #3074BA !important;
  white-space: nowrap;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (max-width: 1024px) {
  .p-tag {
    font-size: 1.6927083333vw;
  }
}
@media all and (max-width: 768px) {
  .p-tag {
    font-size: 3.4666666667vw;
  }
}
.p-tag span {
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
}
@media all and (min-width: 769px) {
  .p-tag span {
    font-size: 14px;
  }
}
@media all and (max-width: 1024px) {
  .p-tag span {
    font-size: 1.6927083333vw;
  }
}
@media all and (max-width: 768px) {
  .p-tag span {
    font-size: 3.4666666667vw;
  }
}
.p-tag::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bGluZSB5MT0iNCIgeDI9IjEyIiB5Mj0iNCIgc3Ryb2tlPSJ3aGl0ZSIvPjxsaW5lIHkxPSI4LjUiIHgyPSIxMiIgeTI9IjguNSIgc3Ryb2tlPSJ3aGl0ZSIvPjxsaW5lIHgxPSIzLjUiIHkxPSIyLjE4NTU3ZS0wOCIgeDI9IjMuNSIgeTI9IjEyIiBzdHJva2U9IndoaXRlIi8+PGxpbmUgeDE9IjgiIHkxPSIyLjE4NTU3ZS0wOCIgeDI9IjgiIHkyPSIxMiIgc3Ryb2tlPSJ3aGl0ZSIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 1024px) {
  .p-tag::after {
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
@media all and (max-width: 768px) {
  .p-tag::after {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.p-tag::before {
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
  background: #3074BA;
  border-radius: 50%;
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
@media all and (max-width: 1024px) {
  .p-tag::before {
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
@media all and (max-width: 768px) {
  .p-tag::before {
    width: 6.4vw;
    height: 6.4vw;
  }
}
@media all and (min-width: 769px) {
  .p-tag:hover {
    color: #004892 !important;
  }
  .p-tag:hover span {
    color: #004892;
  }
  .p-tag:hover::before {
    background: #004892;
  }
}
@media all and (max-width: 768px) {
  .p-tag {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .p-tag:active {
    color: #004892 !important;
  }
  .p-tag:active span {
    color: #004892;
  }
  .p-tag:active::before {
    background: #004892;
  }
}
@media all and (min-width: 769px) {
  .p-tag.size-small {
    margin-right: 16px;
    font-size: 12px;
  }
}
@media all and (max-width: 1024px) {
  .p-tag.size-small {
    margin-right: 1.171875vw;
    font-size: 1.5625vw;
  }
}
@media all and (max-width: 768px) {
  .p-tag.size-small {
    margin-right: 3.2vw;
    font-size: 3.2vw;
  }
}
.p-tag.size-small::after {
  width: 16px;
  height: 16px;
  background-size: 50%;
}
@media all and (max-width: 1024px) {
  .p-tag.size-small::after {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media all and (max-width: 768px) {
  .p-tag.size-small::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.p-tag.size-small::before {
  width: 16px;
  height: 16px;
}
@media all and (max-width: 1024px) {
  .p-tag.size-small::before {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media all and (max-width: 768px) {
  .p-tag.size-small::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.p-tag.size-small-icon-only::after {
  width: 16px;
  height: 16px;
  background-size: 50%;
}
@media all and (max-width: 1024px) {
  .p-tag.size-small-icon-only::after {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media all and (max-width: 768px) {
  .p-tag.size-small-icon-only::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.p-tag.size-small-icon-only::before {
  width: 16px;
  height: 16px;
}
@media all and (max-width: 1024px) {
  .p-tag.size-small-icon-only::before {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media all and (max-width: 768px) {
  .p-tag.size-small-icon-only::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.p-tag.white {
  color: #fff !important;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-tag.white::before {
  color: #fff;
  background: #fff;
}
.p-tag.white::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bGluZSB5MT0iNCIgeDI9IjEyIiB5Mj0iNCIgc3Ryb2tlPSIjMzA3NEJBIi8+PGxpbmUgeTE9IjguNSIgeDI9IjEyIiB5Mj0iOC41IiBzdHJva2U9IiMzMDc0QkEiLz48bGluZSB4MT0iMy41IiB5MT0iMi4xODU1N2UtMDgiIHgyPSIzLjUiIHkyPSIxMiIgc3Ryb2tlPSIjMzA3NEJBIi8+PGxpbmUgeDE9IjgiIHkxPSIyLjE4NTU3ZS0wOCIgeDI9IjgiIHkyPSIxMiIgc3Ryb2tlPSIjMzA3NEJBIi8+PC9zdmc+);
}
@media all and (min-width: 769px) {
  .p-tag.white:hover {
    opacity: 0.6;
  }
  .p-tag.white:hover span {
    color: #fff;
  }
}
@media all and (max-width: 768px) {
  .p-tag.white {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .p-tag.white:active {
    opacity: 0.6;
  }
  .p-tag.white:active span {
    color: #fff;
  }
}
.p-tag.deactive span, .p-tag.unselected span {
  color: #999999;
}
.p-tag.deactive::before, .p-tag.unselected::before {
  background: #ADADAD;
}
.p-tag.disabled {
  pointer-events: none;
  color: #D6D6D6;
}
.p-tag.disabled::before {
  background: #D6D6D6;
}

.p-category__wrap {
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 769px) {
  .p-category__wrap {
    column-gap: 16px;
    row-gap: 16px;
  }
}
@media all and (max-width: 1024px) {
  .p-category__wrap {
    column-gap: 1.171875vw;
    row-gap: 1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .p-category__wrap {
    column-gap: 3.2vw;
    row-gap: 3.2vw;
  }
}
.p-category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none !important;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #3074BA;
  border: #3074BA 1px solid;
  width: fit-content;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .p-category {
    border-radius: 24px;
    padding: 12px 20px;
  }
}
@media all and (max-width: 1024px) {
  .p-category {
    border-radius: 2.34375vw;
    padding: 1.26953125vw 1.953125vw;
  }
}
@media all and (max-width: 768px) {
  .p-category {
    border-radius: 6.4vw;
    padding: 3.4666666667vw 5.3333333333vw;
    max-width: 80.5333333333vw;
  }
}
.p-category span {
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0.04rem;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .p-category span {
    font-size: 12px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-category span {
    font-size: 11px;
  }
}
@media all and (max-width: 1024px) {
  .p-category span {
    font-size: 1.4322916667vw;
  }
}
@media all and (max-width: 768px) {
  .p-category span {
    width: fit-content;
    font-size: 2.9333333333vw;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media all and (min-width: 769px) {
  .p-category:hover {
    background: #004892;
    border: #004892 1px solid;
  }
  .p-category:hover span {
    color: #fff;
  }
}
@media all and (max-width: 768px) {
  .p-category {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .p-category:active {
    background: #004892;
    border: #004892 1px solid;
  }
  .p-category:active span {
    color: #fff;
  }
}
.p-category.deactive, .p-category.unselected {
  background: #fff;
  border: #ADADAD 1px solid;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-category.deactive span, .p-category.unselected span {
  color: #265D95;
}
@media all and (min-width: 769px) {
  .p-category.deactive:hover, .p-category.unselected:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 768px) {
  .p-category.deactive, .p-category.unselected {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .p-category.deactive:active, .p-category.unselected:active {
    opacity: 0.6;
  }
}
@media all and (min-width: 769px) {
  .p-category.type-wide {
    padding: 12px 48px;
  }
}
@media all and (max-width: 1024px) {
  .p-category.type-wide {
    padding: 1.26953125vw 4.6875vw;
  }
}
@media all and (max-width: 768px) {
  .p-category.type-wide {
    padding: 3.4666666667vw 12.8vw;
  }
}
.p-category.disabled {
  pointer-events: none;
  background: #fff;
  border: #D6D6D6 1px solid;
}
.p-category.disabled span {
  color: #D6D6D6;
}
.p-category.no-link {
  pointer-events: none;
}

.p-table {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-top: #ADADAD 1px solid;
  border-right: #ADADAD 1px solid;
}
@media all and (max-width: 768px) {
  .p-table {
    table-layout: fixed;
  }
}
.p-table__group {
  display: table-row;
  width: 100%;
}
.p-table__group:last-of-type .p-table__body {
  border-bottom: #ADADAD 1px solid;
}
.p-table__head {
  display: table-cell;
  line-height: 1.25;
  border-left: #ADADAD 1px solid;
  border-bottom: #ADADAD 1px solid;
  background: #f4f4f4;
  flex-shrink: 0;
  flex-grow: 1;
  white-space: normal;
  word-break: break-word;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
}
@media all and (min-width: 769px) {
  .p-table__head {
    font-size: 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-table__head {
    font-size: 15px;
  }
}
@media all and (max-width: 1024px) {
  .p-table__head {
    font-size: 1.8229166667vw;
  }
}
@media all and (max-width: 768px) {
  .p-table__head {
    font-size: 3.7333333333vw;
  }
}
@media all and (min-width: 769px) {
  .p-table__head {
    padding: 20px;
    min-width: 17%;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-table__head {
    padding: 16px;
  }
}
@media all and (max-width: 1024px) {
  .p-table__head {
    padding: 1.5625vw;
  }
}
@media all and (max-width: 768px) {
  .p-table__head {
    padding: 3.2vw;
    min-width: 32.5333333333vw;
  }
}
.p-table__head:first-of-type {
  flex-grow: 0;
}
.p-table__head.bg-none {
  background: transparent;
}
.p-table__head.align-center {
  text-align: center;
}
.p-table__head.no-wrap {
  white-space: nowrap;
}
.p-table__head.type-normal {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.04rem;
}
.p-table__body {
  display: table-cell;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.04rem;
  letter-spacing: 0.04rem;
  line-height: 1.25;
  border-left: #ADADAD 1px solid;
  border-bottom: #ADADAD 1px solid;
  word-break: break-word;
  flex-grow: 1;
}
@media all and (min-width: 769px) {
  .p-table__body {
    font-size: 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-table__body {
    font-size: 15px;
  }
}
@media all and (max-width: 1024px) {
  .p-table__body {
    font-size: 1.8229166667vw;
  }
}
@media all and (max-width: 768px) {
  .p-table__body {
    font-size: 3.7333333333vw;
  }
}
@media all and (min-width: 769px) {
  .p-table__body {
    padding: 20px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-table__body {
    padding: 16px;
  }
}
@media all and (max-width: 1024px) {
  .p-table__body {
    padding: 1.5625vw;
  }
}
@media all and (max-width: 768px) {
  .p-table__body {
    padding: 3.2vw;
  }
}
.p-table__body.align-center {
  text-align: center;
}
.p-table__body.no-wrap {
  white-space: nowrap;
}
.p-table__body > :last-of-type {
  margin-bottom: 0;
}
.p-table__head, .p-table__body {
  line-height: 1.8;
}
.p-table__head.align-right, .p-table__body.align-right {
  text-align: right;
}
@media all and (min-width: 769px) {
  .p-table__head, .p-table__body {
    font-size: 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-table__head, .p-table__body {
    font-size: 15px;
  }
}
@media all and (max-width: 1024px) {
  .p-table__head, .p-table__body {
    font-size: 1.8229166667vw;
  }
}
@media all and (max-width: 768px) {
  .p-table__head, .p-table__body {
    font-size: 3.7333333333vw;
  }
}
.p-table__head .content-wrapper, .p-table__body .content-wrapper {
  width: 100%;
  overflow: auto;
}
.p-table.type-horizontal {
  border-right: none;
}
@media all and (max-width: 768px) {
  .p-table.type-horizontal .p-table__group {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .p-table.type-horizontal .p-table__group:has(.p-table__head) .p-table__body {
    padding: 2.1333333333vw 0 5.3333333333vw;
  }
}
.p-table.type-horizontal .p-table__head {
  border-left: none;
}
@media all and (min-width: 769px) {
  .p-table.type-horizontal .p-table__head {
    padding: 32px 0;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-table.type-horizontal .p-table__head {
    padding: 24px 0;
  }
}
@media all and (max-width: 1024px) {
  .p-table.type-horizontal .p-table__head {
    padding: 2.34375vw 0;
  }
}
@media all and (max-width: 768px) {
  .p-table.type-horizontal .p-table__head {
    display: block;
    padding: 5.3333333333vw 0 2.1333333333vw;
    border-bottom: 0;
  }
}
.p-table.type-horizontal .p-table__body {
  border-left: none;
}
@media all and (min-width: 769px) {
  .p-table.type-horizontal .p-table__body {
    padding: 32px 24px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-table.type-horizontal .p-table__body {
    padding: 24px 16px;
  }
}
@media all and (max-width: 1024px) {
  .p-table.type-horizontal .p-table__body {
    padding: 2.34375vw 1.5625vw;
  }
}
@media all and (max-width: 768px) {
  .p-table.type-horizontal .p-table__body {
    display: block;
    padding: 5.3333333333vw 0 5.3333333333vw;
  }
}

.toggle_input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  display: none;
  cursor: pointer;
}

.toggle_label {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border: #D6D6D6 1px solid;
  display: flex;
  position: relative;
  transition: 0.4s;
  border-radius: 5px;
  box-sizing: border-box;
}
@media all and (min-width: 769px) {
  .toggle_label {
    height: 26px;
  }
}
@media all and (max-width: 1024px) {
  .toggle_label {
    height: 2.5390625vw;
  }
}
@media all and (max-width: 768px) {
  .toggle_label {
    height: 6.9333333333vw;
  }
}
.toggle_label::before, .toggle_label::after {
  color: #000;
}
.toggle_label::before {
  content: "";
  position: relative;
  width: 50%;
  height: 100%;
  z-index: 1;
  background: #3074BA;
  color: #fff;
  transition: 0.4s;
}
.toggle_label::after {
  content: "";
  width: 50%;
  height: 100%;
  position: relative;
  transition: 0.4s;
  background: #fff;
  color: #000;
}

.toggle_input:checked + .toggle_label:before {
  background-color: #fff;
  color: #000;
}

.toggle_input:checked + .toggle_label:after {
  background-color: #3074BA;
  color: #fff;
}

.toggle_button {
  position: relative;
  width: 85px;
  height: 42px;
  margin: auto;
}

.p-gdpr {
  position: fixed;
  bottom: 10px;
  z-index: 10;
  width: 100%;
  display: none;
  opacity: 0;
}
.p-gdpr__inner {
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (min-width: 769px) {
  .p-gdpr__inner {
    border-radius: 12px;
    padding: 24px 32px;
    margin: 0 10px;
  }
}
@media all and (max-width: 1024px) {
  .p-gdpr__inner {
    border-radius: 1.171875vw;
    padding: 1.5625vw 2.34375vw;
    margin: 0 0.9765625vw;
  }
}
@media all and (max-width: 768px) {
  .p-gdpr__inner {
    border-radius: 3.2vw;
    padding: 4.2666666667vw 4.2666666667vw;
    margin: 0 2.6666666667vw;
    flex-direction: column;
  }
}
.p-gdpr__inner > p {
  flex-grow: 1;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.04rem;
}
@media all and (min-width: 769px) {
  .p-gdpr__inner > p {
    font-size: 12px;
  }
}
@media all and (max-width: 1024px) {
  .p-gdpr__inner > p {
    font-size: 1.5625vw;
    margin-bottom: 0vw;
  }
}
@media all and (max-width: 768px) {
  .p-gdpr__inner > p {
    font-size: 3.2vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-gdpr__buttons {
  display: flex;
}
@media all and (min-width: 769px) {
  .p-gdpr__buttons {
    margin-left: 30px;
  }
}
@media all and (max-width: 1024px) {
  .p-gdpr__buttons {
    width: 100%;
    justify-content: space-between;
  }
}
@media all and (max-width: 768px) {
  .p-gdpr__buttons {
    column-gap: 3.2vw;
  }
}
@media all and (min-width: 769px) {
  .p-gdpr__buttons a:first-of-type {
    margin-right: 8px;
  }
}
@media all and (max-width: 1024px) {
  .p-gdpr__buttons .p-button {
    width: 19.53125vw;
  }
}
@media all and (max-width: 768px) {
  .p-gdpr__buttons .p-button {
    width: 43.7333333333vw;
  }
}

.p-separator {
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, #777 0, #777 2px, transparent 2px);
  background-repeat: repeat-x;
  background-size: 9px 1px;
}
.p-separator.white {
  background-image: linear-gradient(to right, #fff 0, #fff 2px, transparent 2px);
  background-color: transparent !important;
}
.p-separator.gray {
  background-image: linear-gradient(to right, #ADADAD 0, #ADADAD 2px, transparent 2px);
  background-color: transparent !important;
}

.p-section {
  position: relative;
  background: #fff;
}
.p-section__inner {
  margin: 0 auto;
  position: relative;
}
@media all and (min-width: 769px) {
  .p-section__inner {
    max-width: 1200px;
    padding: 120px 40px;
  }
}
@media all and (max-width: 1024px) {
  .p-section__inner {
    padding: 96px 40px;
  }
}
@media all and (max-width: 1024px) {
  .p-section__inner {
    padding: 9.375vw 3.90625vw;
  }
}
@media all and (max-width: 768px) {
  .p-section__inner {
    width: 91.2vw;
    padding: 19.2vw 0;
  }
}
.p-section.type-blue {
  background: #3074BA;
}
.p-section.type-gray {
  background: #f4f4f4;
}
@media all and (min-width: 769px) {
  .p-section.type-narrow .p-section__inner {
    padding: 100px 40px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-section.type-narrow .p-section__inner {
    padding: 80px 40px;
  }
}
@media all and (max-width: 1024px) {
  .p-section.type-narrow .p-section__inner {
    padding: 7.8125vw 3.90625vw;
  }
}
@media all and (max-width: 768px) {
  .p-section.type-narrow .p-section__inner {
    padding: 16vw 0;
  }
}
@media all and (min-width: 769px) {
  .p-section.type-narrower .p-section__inner, .p-section.padding-64 .p-section__inner {
    padding: 64px 40px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-section.type-narrower .p-section__inner, .p-section.padding-64 .p-section__inner {
    padding: 52px 40px;
  }
}
@media all and (max-width: 1024px) {
  .p-section.type-narrower .p-section__inner, .p-section.padding-64 .p-section__inner {
    padding: 5.078125vw 3.90625vw;
  }
}
@media all and (max-width: 768px) {
  .p-section.type-narrower .p-section__inner, .p-section.padding-64 .p-section__inner {
    padding: 10.6666666667vw 0;
  }
}
@media all and (min-width: 769px) {
  .p-section.type-narrow80 .p-section__inner {
    padding: 80px 40px 80px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-section.type-narrow80 .p-section__inner {
    padding: 64px 40px;
  }
}
@media all and (max-width: 1024px) {
  .p-section.type-narrow80 .p-section__inner {
    padding: 6.25vw 3.90625vw;
  }
}
@media all and (max-width: 768px) {
  .p-section.type-narrow80 .p-section__inner {
    padding: 12.8vw 0;
  }
}
@media all and (min-width: 769px) {
  .p-section.type-padding-top-48 .p-section__inner {
    padding-top: 48px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-section.type-padding-top-48 .p-section__inner {
    padding-top: 36px;
  }
}
@media all and (max-width: 1024px) {
  .p-section.type-padding-top-48 .p-section__inner {
    padding-top: 3.515625vw;
  }
}
@media all and (max-width: 768px) {
  .p-section.type-padding-top-48 .p-section__inner {
    padding-top: 7.4666666667vw;
  }
}
@media all and (min-width: 769px) {
  .p-section.padding-top-80 .p-section__inner {
    padding-top: 80px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-section.padding-top-80 .p-section__inner {
    padding-top: 64px;
  }
}
@media all and (max-width: 1024px) {
  .p-section.padding-top-80 .p-section__inner {
    padding-top: 6.25vw;
  }
}
@media all and (max-width: 768px) {
  .p-section.padding-top-80 .p-section__inner {
    padding-top: 12.8vw;
  }
}
@media all and (min-width: 769px) {
  .p-section.padding-bottom-100 .p-section__inner {
    padding-bottom: 100px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-section.padding-bottom-100 .p-section__inner {
    padding-bottom: 80px;
  }
}
@media all and (max-width: 1024px) {
  .p-section.padding-bottom-100 .p-section__inner {
    padding-bottom: 7.8125vw;
  }
}
@media all and (max-width: 768px) {
  .p-section.padding-bottom-100 .p-section__inner {
    padding-bottom: 16vw;
  }
}
.p-section__titlewrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 768px) {
  .p-section__titlewrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media all and (max-width: 768px) {
  .p-section__titlewrap .p-chevron {
    margin-top: 4.2666666667vw;
  }
}
.p-section__title {
  color: #3074BA;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
}
@media all and (min-width: 769px) {
  .p-section__title {
    font-size: 36px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-section__title {
    font-size: 34px;
  }
}
@media all and (max-width: 1024px) {
  .p-section__title {
    font-size: 3.6458333333vw;
  }
}
@media all and (max-width: 768px) {
  .p-section__title {
    font-size: 7.4666666667vw;
  }
}
.p-section__title.type-outline {
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  -webkit-text-stroke-color: #3074BA;
  -webkit-text-stroke-width: 1px;
}
@media all and (min-width: 769px) {
  .p-section__title.type-outline {
    font-size: 80px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-section__title.type-outline {
    font-size: 72px;
  }
}
@media all and (max-width: 1024px) {
  .p-section__title.type-outline {
    font-size: 9.375vw;
  }
}
@media all and (max-width: 768px) {
  .p-section__title.type-outline {
    font-size: 11.2vw;
  }
}
.p-section__title.type-blue {
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  line-height: 1.2;
  color: #3074BA;
}
@media all and (min-width: 769px) {
  .p-section__title.type-blue {
    font-size: 80px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-section__title.type-blue {
    font-size: 72px;
  }
}
@media all and (max-width: 1024px) {
  .p-section__title.type-blue {
    font-size: 9.375vw;
  }
}
@media all and (max-width: 768px) {
  .p-section__title.type-blue {
    font-size: 11.2vw;
  }
}
.p-section__title.align-center {
  text-align: center;
}
.p-section__title span {
  color: #000;
  display: block;
  -webkit-text-stroke-width: 0;
}
@media all and (min-width: 769px) {
  .p-section__title span {
    font-size: 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-section__title span {
    font-size: 16px;
  }
}
@media all and (max-width: 1024px) {
  .p-section__title span {
    font-size: 2.0833333333vw;
  }
}
@media all and (max-width: 768px) {
  .p-section__title span {
    font-size: 3.2vw;
  }
}
.p-section h3.p-section__title {
  color: #3074BA;
  line-height: 1.5;
  letter-spacing: 0.02rem;
}
@media all and (min-width: 769px) {
  .p-section h3.p-section__title {
    font-size: 28px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-section h3.p-section__title {
    font-size: 25px;
  }
}
@media all and (max-width: 1024px) {
  .p-section h3.p-section__title {
    font-size: 2.6041666667vw;
  }
}
@media all and (max-width: 768px) {
  .p-section h3.p-section__title {
    font-size: 5.3333333333vw;
  }
}
.p-section__body {
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
}
.p-section__body p {
  line-height: 1.8;
}
@media all and (min-width: 769px) {
  .p-section__body p {
    font-size: 16px;
  }
}
@media all and (max-width: 1024px) {
  .p-section__body p {
    font-size: 1.8229166667vw;
  }
}
@media all and (max-width: 768px) {
  .p-section__body p {
    font-size: 3.7333333333vw;
  }
}
.p-section__body p:first-of-type {
  margin-top: 0;
}
.p-section__body p:last-of-type {
  margin-bottom: 0;
}
.p-section__body p.p-section__note {
  line-height: 1.8;
}
@media all and (min-width: 769px) {
  .p-section__body p.p-section__note {
    margin-top: 16px;
    font-size: 14px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-section__body p.p-section__note {
    margin-top: 12px;
    font-size: 13px;
  }
}
@media all and (max-width: 1024px) {
  .p-section__body p.p-section__note {
    margin-top: 1.171875vw;
    font-size: 1.5625vw;
  }
}
@media all and (max-width: 768px) {
  .p-section__body p.p-section__note {
    margin-top: 3.2vw;
    font-size: 3.2vw;
  }
}
.p-section__body p.p-section__note:first-of-type {
  margin-top: 0;
}
.p-section.type-column2 .p-section__inner, .p-section.type-column2_2-9 .p-section__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}
@media all and (min-width: 769px) {
  .p-section.type-column2 .p-section__inner, .p-section.type-column2_2-9 .p-section__inner {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-section.type-column2 .p-section__inner, .p-section.type-column2_2-9 .p-section__inner {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media all and (max-width: 1024px) {
  .p-section.type-column2 .p-section__inner, .p-section.type-column2_2-9 .p-section__inner {
    margin-top: 7.8125vw;
    margin-bottom: 7.8125vw;
  }
}
@media all and (max-width: 768px) {
  .p-section.type-column2 .p-section__inner, .p-section.type-column2_2-9 .p-section__inner {
    margin-top: 16vw;
    margin-bottom: 16vw;
    flex-direction: column;
  }
}
.p-section.type-column2.type-gray .p-section__inner, .p-section.type-column2_2-9.type-gray .p-section__inner {
  margin-top: 0;
  margin-bottom: 0;
}
@media all and (min-width: 769px) {
  .p-section.type-column2.type-gray .p-section__inner, .p-section.type-column2_2-9.type-gray .p-section__inner {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-section.type-column2.type-gray .p-section__inner, .p-section.type-column2_2-9.type-gray .p-section__inner {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
@media all and (max-width: 1024px) {
  .p-section.type-column2.type-gray .p-section__inner, .p-section.type-column2_2-9.type-gray .p-section__inner {
    padding-top: 7.8125vw;
    padding-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .p-section.type-column2.type-gray .p-section__inner, .p-section.type-column2_2-9.type-gray .p-section__inner {
    padding-top: 16vw;
    padding-bottom: 0;
  }
}
@media all and (min-width: 769px) {
  .p-section.type-column2 .p-section__title, .p-section.type-column2_2-9 .p-section__title {
    max-width: 300px;
    width: 25%;
  }
}
@media all and (min-width: 769px) {
  .p-section.type-column2 .p-section__body, .p-section.type-column2_2-9 .p-section__body {
    max-width: 790px;
    width: 65.8333333333%;
  }
}
.p-section.type-column2 .p-section__body p, .p-section.type-column2_2-9 .p-section__body p {
  line-height: 1.8;
}
@media all and (min-width: 769px) {
  .p-section.type-column2 .p-section__body p, .p-section.type-column2_2-9 .p-section__body p {
    font-size: 16px;
  }
}
@media all and (max-width: 1024px) {
  .p-section.type-column2 .p-section__body p, .p-section.type-column2_2-9 .p-section__body p {
    font-size: 1.8229166667vw;
  }
}
@media all and (max-width: 768px) {
  .p-section.type-column2 .p-section__body p, .p-section.type-column2_2-9 .p-section__body p {
    font-size: 3.7333333333vw;
  }
}
@media all and (min-width: 769px) {
  .p-section.type-column2_2-9 .p-section__title {
    max-width: 200px;
    width: 16.6666666667%;
  }
}
@media all and (min-width: 769px) {
  .p-section.type-column2_2-9 .p-section__body {
    max-width: 890px;
    width: 74.1666666667%;
  }
}
@media all and (min-width: 769px) {
  .p-section:last-of-type .p-section__inner {
    padding-bottom: 120px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-section:last-of-type .p-section__inner {
    padding-bottom: 96px;
  }
}
@media all and (max-width: 1024px) {
  .p-section:last-of-type .p-section__inner {
    padding-bottom: 9.375vw;
  }
}
@media all and (max-width: 768px) {
  .p-section:last-of-type .p-section__inner {
    padding-bottom: 19.2vw;
  }
}

.plateau-banner {
  background: #004892;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .plateau-banner {
    padding: 57px 38px;
  }
}
@media all and (max-width: 1024px) {
  .plateau-banner {
    padding: 57px 32px;
  }
}
@media all and (max-width: 768px) {
  .plateau-banner {
    padding: 4.2666666667vw;
    border-radius: 3.2vw;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media all and (min-width: 769px) {
  .plateau-banner:hover {
    background: #132E4A;
  }
}
@media all and (max-width: 768px) {
  .plateau-banner {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .plateau-banner:active {
    background: #132E4A;
  }
}
.plateau-banner .dataset__logo {
  background-image: linear-gradient(to bottom, #fff 0%, #fff 2px, transparent 2px);
  background-repeat: repeat-y;
  background-size: 1px 7px;
}
@media all and (min-width: 769px) {
  .plateau-banner .dataset__logo {
    width: 180px;
    padding-left: 42px;
  }
}
@media all and (max-width: 1024px) {
  .plateau-banner .dataset__logo {
    padding-left: 32px;
  }
}
@media all and (max-width: 768px) {
  .plateau-banner .dataset__logo {
    width: 28.8vw;
    align-self: flex-end;
    padding-left: 6.4vw;
    margin-top: 15.2vw;
  }
}
.plateau-banner .dataset__logo img {
  width: 100%;
}
.plateau-banner.type-5 {
  background: #3074BA;
}

.dl-box {
  background: #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (min-width: 769px) {
  .dl-box {
    border-radius: 12px;
    padding: 45px 48px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .dl-box {
    padding: 36px 36px;
  }
}
@media all and (max-width: 1024px) {
  .dl-box {
    padding: 3.515625vw;
    border-radius: 1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .dl-box {
    padding: 7.4666666667vw;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    border-radius: 3.2vw;
  }
}
.dl-box__title {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1.5;
}
@media all and (min-width: 769px) {
  .dl-box__title {
    font-size: 22px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .dl-box__title {
    font-size: 20px;
  }
}
@media all and (max-width: 1024px) {
  .dl-box__title {
    font-size: 2.34375vw;
  }
}
@media all and (max-width: 768px) {
  .dl-box__title {
    font-size: 4.8vw;
  }
}
.dl-box__desc {
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.04rem;
}
@media all and (min-width: 769px) {
  .dl-box__desc {
    margin-top: 12px;
    font-size: 14px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .dl-box__desc {
    font-size: 13px;
  }
}
@media all and (max-width: 1024px) {
  .dl-box__desc {
    font-size: 1.6927083333vw;
  }
}
@media all and (max-width: 768px) {
  .dl-box__desc {
    margin-top: 2.4vw;
    font-size: 3.4666666667vw;
  }
}
.dl-box .dl-link {
  display: flex;
  align-items: center;
  color: #000;
  white-space: nowrap;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .dl-box .dl-link:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 768px) {
  .dl-box .dl-link {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .dl-box .dl-link:active {
    opacity: 0.6;
  }
}
@media all and (min-width: 769px) {
  .dl-box .dl-link {
    font-size: 16px;
    line-height: 1.8;
    margin-left: 24px;
  }
}
@media all and (max-width: 1024px) {
  .dl-box .dl-link {
    font-size: 2.0833333333vw;
    margin-left: 2.34375vw;
  }
}
@media all and (max-width: 768px) {
  .dl-box .dl-link {
    font-size: 4.2666666667vw;
    margin-top: 6.4vw;
    margin-left: 0;
  }
}
.dl-box .dl-link::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIgMTQuNUwxMiA0LjVNMTIgMTQuNUMxMS4yOTk4IDE0LjUgOS45OTE1MyAxMi41MDU3IDkuNSAxMk0xMiAxNC41QzEyLjcwMDIgMTQuNSAxNC4wMDg1IDEyLjUwNTcgMTQuNSAxMiIgc3Ryb2tlPSIjMkEzNTNEIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTIwIDE2LjVDMjAgMTguOTgyIDE5LjQ4MiAxOS41IDE3IDE5LjVIN0M0LjUxOCAxOS41IDQgMTguOTgyIDQgMTYuNSIgc3Ryb2tlPSIjMkEzNTNEIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (min-width: 769px) {
  .dl-box .dl-link::after {
    width: 24px;
    height: 24px;
    margin-left: 28px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .dl-box .dl-link::after {
    margin-left: 24px;
  }
}
@media all and (max-width: 1024px) {
  .dl-box .dl-link::after {
    width: 1.7578125vw;
    height: 1.7578125vw;
    margin-left: 2.34375vw;
  }
}
@media all and (max-width: 768px) {
  .dl-box .dl-link::after {
    width: 4.8vw;
    height: 4.8vw;
    margin-left: 4.8vw;
  }
}
@media all and (max-width: 768px) {
  .dl-box .p-button {
    margin-top: 6.4vw;
  }
}

.p-accordion .p-button {
  margin: 0 0 0 auto;
}
@media all and (max-width: 768px) {
  .p-accordion .p-button {
    margin-bottom: 5.3333333333vw;
    height: 9.8666666667vw;
  }
}
.p-accordion .p-button.active .active {
  display: block;
}
.p-accordion .p-button.active .deactive {
  display: none;
}
.p-accordion .p-button .active {
  display: none;
}
.p-accordion .p-button .deactive {
  display: block;
}
.p-accordion__head {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-bottom: #D6D6D6 1px solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-top: 0;
}
@media all and (min-width: 769px) {
  .p-accordion__head {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-accordion__head {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 1024px) {
  .p-accordion__head {
    padding-bottom: 2.34375vw;
    margin-bottom: 4.6875vw;
  }
}
@media all and (max-width: 768px) {
  .p-accordion__head {
    padding-bottom: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media all and (min-width: 769px) {
  .p-accordion__head:first-of-type {
    margin-top: 40px;
  }
}
.p-accordion__head p {
  color: #3074BA;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
}
@media all and (min-width: 769px) {
  .p-accordion__head p {
    font-size: 22px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-accordion__head p {
    font-size: 20px;
  }
}
@media all and (max-width: 1024px) {
  .p-accordion__head p {
    font-size: 2.34375vw;
  }
}
@media all and (max-width: 768px) {
  .p-accordion__head p {
    font-size: 4.8vw;
  }
}
.p-accordion__head span {
  position: relative;
}
@media all and (min-width: 769px) {
  .p-accordion__head span {
    width: 24px;
    height: 24px;
  }
}
@media all and (max-width: 1024px) {
  .p-accordion__head span {
    width: 1.953125vw;
    height: 1.953125vw;
  }
}
@media all and (max-width: 768px) {
  .p-accordion__head span {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.p-accordion__head span::before, .p-accordion__head span::after {
  position: absolute;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  background: #3074BA;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (min-width: 769px) {
  .p-accordion__head span::before, .p-accordion__head span::after {
    height: 4px;
  }
}
@media all and (max-width: 1024px) {
  .p-accordion__head span::before, .p-accordion__head span::after {
    height: 0.390625vw;
  }
}
@media all and (max-width: 768px) {
  .p-accordion__head span::before, .p-accordion__head span::after {
    height: 1.0666666667vw;
  }
}
.p-accordion__head span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-accordion__head.active span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.p-accordion__title {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
  color: #3074BA;
}
@media all and (min-width: 769px) {
  .p-accordion__title {
    font-size: 36px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-accordion__title {
    font-size: 34px;
  }
}
@media all and (max-width: 1024px) {
  .p-accordion__title {
    font-size: 3.6458333333vw;
  }
}
@media all and (max-width: 768px) {
  .p-accordion__title {
    font-size: 7.4666666667vw;
  }
}
.p-accordion__body {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 0;
  overflow: hidden;
}
.p-accordion__body .pref-region {
  background: #fff;
  display: flex;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 0;
}
@media all and (min-width: 769px) {
  .p-accordion__body .pref-region {
    border-radius: 8px;
    padding: 16px 32px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-accordion__body .pref-region {
    padding: 16px 24px;
  }
}
@media all and (max-width: 1024px) {
  .p-accordion__body .pref-region {
    border-radius: 0.78125vw;
    padding: 1.3671875vw 2.34375vw;
  }
}
@media all and (max-width: 768px) {
  .p-accordion__body .pref-region {
    border-radius: 2.1333333333vw;
    padding: 6.4vw;
    margin-bottom: 2.1333333333vw;
    flex-direction: column;
  }
}
.p-accordion__body .pref-region.type-column {
  padding-top: 0;
  padding-bottom: 0;
  flex-direction: column;
}
@media all and (min-width: 769px) {
  .p-accordion__body .pref-region.type-column .pref {
    margin-top: 40px;
    margin-bottom: 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-accordion__body .pref-region.type-column .pref {
    margin-top: 32px;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 1024px) {
  .p-accordion__body .pref-region.type-column .pref {
    margin-top: 3.125vw;
    margin-bottom: 1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .p-accordion__body .pref-region.type-column .pref {
    margin-top: 6.4vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-accordion__body .pref-region.type-column:first-child .pref {
  margin-top: 0;
}
.p-accordion__body .pref {
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1.8;
}
@media all and (min-width: 769px) {
  .p-accordion__body .pref {
    font-size: 16px;
    margin-right: 52px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-accordion__body .pref {
    font-size: 15px;
    margin-right: 48px;
  }
}
@media all and (max-width: 1024px) {
  .p-accordion__body .pref {
    margin-right: 4.6875vw;
    font-size: 1.8229166667vw;
  }
}
@media all and (max-width: 768px) {
  .p-accordion__body .pref {
    margin-right: 0vw;
    margin-bottom: 6.4vw;
    font-size: 3.7333333333vw;
  }
}
.p-accordion__body .regions {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 769px) {
  .p-accordion__body .regions {
    font-size: 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-accordion__body .regions {
    font-size: 15px;
  }
}
@media all and (max-width: 1024px) {
  .p-accordion__body .regions {
    font-size: 1.8229166667vw;
  }
}
@media all and (max-width: 768px) {
  .p-accordion__body .regions {
    font-size: 3.7333333333vw;
  }
}
@media all and (min-width: 769px) {
  .p-accordion__body .regions {
    column-gap: 32px;
    row-gap: 20px;
    padding-bottom: 32px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-accordion__body .regions {
    padding-bottom: 24px;
    row-gap: 16px;
  }
}
@media all and (max-width: 1024px) {
  .p-accordion__body .regions {
    padding-bottom: 2.34375vw;
    row-gap: 1.953125vw;
  }
}
@media all and (max-width: 768px) {
  .p-accordion__body .regions {
    flex-direction: column;
    padding-bottom: 6.4vw;
    row-gap: 5.3333333333vw;
  }
}
.p-accordion__body .regions:last-of-type {
  padding-bottom: 0;
}
@media all and (min-width: 769px) {
  .p-accordion__body .regions.gap {
    column-gap: 32px;
    row-gap: 20px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-accordion__body .regions.gap {
    column-gap: 24px;
    row-gap: 16px;
  }
}
@media all and (max-width: 1024px) {
  .p-accordion__body .regions.gap {
    column-gap: 2.34375vw;
    row-gap: 1.953125vw;
  }
}
@media all and (max-width: 768px) {
  .p-accordion__body .regions.gap {
    flex-direction: row;
    column-gap: 4.2666666667vw;
    row-gap: 5.3333333333vw;
  }
}
.p-accordion__body .region {
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.04rem;
}
@media all and (min-width: 769px) {
  .p-accordion__body .region {
    font-size: 16px;
  }
}
@media all and (max-width: 1024px) {
  .p-accordion__body .region {
    margin-right: 2.34375vw;
    font-size: 1.8229166667vw;
  }
}
@media all and (max-width: 768px) {
  .p-accordion__body .region {
    margin-right: 0vw;
    font-size: 3.7333333333vw;
    display: block;
    margin-bottom: 4.2666666667vw;
  }
  .p-accordion__body .region:last-child {
    margin-bottom: 0;
  }
}
.p-accordion__body .region a {
  color: #000;
}
.p-accordion__body .region.block {
  width: 100%;
}
.p-accordion__body.active {
  height: auto;
}
@media all and (min-width: 769px) {
  .p-accordion__body.active .pref-region {
    margin-bottom: 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-accordion__body.active .pref-region {
    margin-bottom: 12px;
  }
}
@media all and (max-width: 1024px) {
  .p-accordion__body.active .pref-region {
    margin-bottom: 1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .p-accordion__body.active .pref-region {
    margin-bottom: 2.1333333333vw;
  }
}
@media all and (min-width: 769px) {
  .p-accordion__body.active {
    margin-bottom: 48px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-accordion__body.active {
    margin-bottom: 36px;
  }
}
@media all and (max-width: 1024px) {
  .p-accordion__body.active {
    margin-bottom: 3.515625vw;
  }
}
@media all and (max-width: 768px) {
  .p-accordion__body.active {
    margin-bottom: 7.4666666667vw;
  }
}
.p-accordion__body:last-of-type {
  margin-bottom: 0;
}
.p-accordion__body:last-of-type .pref-region:last-of-type {
  margin-bottom: 0;
}

.p-tabs__head {
  border-bottom: #D6D6D6 1px solid;
  display: flex;
  overflow: auto;
  scrollbar-color: #EBEBEB #fff;
  scrollbar-width: thin;
}
@media all and (min-width: 769px) {
  .p-tabs__head {
    margin-bottom: 48px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-tabs__head {
    margin-bottom: 36px;
  }
}
@media all and (max-width: 1024px) {
  .p-tabs__head {
    margin-bottom: 3.515625vw;
  }
}
@media all and (max-width: 768px) {
  .p-tabs__head {
    margin-bottom: 7.4666666667vw;
  }
}
.p-tabs__head a.p-tabs-button {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
  text-align: center;
  line-height: 1.8;
  text-decoration: none;
  color: #D6D6D6;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-bottom: transparent 2px solid;
  white-space: nowrap;
}
@media all and (min-width: 769px) {
  .p-tabs__head a.p-tabs-button {
    font-size: 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-tabs__head a.p-tabs-button {
    font-size: 15px;
  }
}
@media all and (max-width: 1024px) {
  .p-tabs__head a.p-tabs-button {
    font-size: 1.8229166667vw;
  }
}
@media all and (max-width: 768px) {
  .p-tabs__head a.p-tabs-button {
    font-size: 3.7333333333vw;
  }
}
@media all and (min-width: 769px) {
  .p-tabs__head a.p-tabs-button {
    padding: 10px 52px;
  }
}
@media all and (max-width: 1024px) {
  .p-tabs__head a.p-tabs-button {
    padding: 0.9765625vw 4.6875vw;
  }
}
@media all and (max-width: 768px) {
  .p-tabs__head a.p-tabs-button {
    padding: 2.1333333333vw 9.6vw;
  }
}
.p-tabs__head a.p-tabs-button.active {
  color: #3074BA;
  border-bottom: #3074BA 2px solid;
}
.p-tabs__content {
  display: none;
  opacity: 0;
  -webkit-transition: all 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-behavior: allow-discrete;
}
.p-tabs__content.active {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-behavior: allow-discrete;
  opacity: 1;
  display: block;
}

.p-case__wrap {
  display: grid;
}
@media all and (min-width: 769px) {
  .p-case__wrap {
    grid-template-columns: repeat(auto-fit, minmax(31.0833333333%, 31.0833333333%));
    column-gap: 3.3333333333%;
    margin-top: 48px;
  }
}
@media all and (max-width: 1024px) {
  .p-case__wrap {
    grid-template-columns: repeat(auto-fit, 44.140625vw 44.140625vw);
    justify-content: space-between;
    margin-top: 3.125vw;
    row-gap: 3.515625vw;
  }
}
@media all and (max-width: 768px) {
  .p-case__wrap {
    display: block;
    margin-top: 7.4666666667vw;
  }
}

.p-case {
  display: grid;
  grid-template-rows: subgrid;
  grid-template-columns: 1fr;
  grid-row: span 3;
  row-gap: 0;
  flex-direction: column;
  justify-content: flex-start;
  opacity: 0;
  transform: translate(0, 10px);
}
@media all and (min-width: 769px) {
  .p-case {
    max-width: 373px;
    -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    -moz-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    -ms-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    -o-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
  }
}
@media all and (max-width: 1024px) {
  .p-case {
    -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    -moz-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    -ms-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    -o-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
    max-width: 44.140625vw;
    margin-right: 0vw;
  }
}
@media all and (max-width: 768px) {
  .p-case {
    max-width: none;
    margin-right: 0vw;
    padding-bottom: 8.5333333333vw;
    margin-bottom: 8.5333333333vw;
    border-bottom: #D6D6D6 1px solid;
  }
}
.p-case.appear {
  opacity: 1;
  transform: translate(0, 0);
}
@media all and (min-width: 769px) {
  .p-case:nth-child(3n-1) {
    -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 100ms;
    -moz-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 100ms;
    -ms-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 100ms;
    -o-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 100ms;
    transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 100ms; /* easeOutQuint */
  }
}
@media all and (max-width: 1024px) {
  .p-case:nth-child(3n-1) {
    margin-right: 0;
    -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    -moz-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    -ms-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    -o-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
  }
}
@media all and (min-width: 769px) {
  .p-case:nth-child(3n) {
    margin-right: 0;
    -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
    -moz-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
    -ms-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
    -o-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
    transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms; /* easeOutQuint */
  }
}
@media all and (max-width: 1024px) {
  .p-case:nth-child(3n) {
    margin-right: 0vw;
    -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    -moz-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    -ms-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    -o-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
  }
}
@media all and (max-width: 768px) {
  .p-case:last-of-type {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.p-case__image {
  position: relative;
  display: block;
  line-height: 0;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-case__image > div {
  overflow: hidden;
  aspect-ratio: 392/260;
}
@media all and (min-width: 769px) {
  .p-case__image > div {
    border-radius: 12px 12px 0 0;
  }
}
@media all and (max-width: 1024px) {
  .p-case__image > div {
    border-radius: 1.171875vw 1.171875vw 0 0;
  }
}
@media all and (max-width: 768px) {
  .p-case__image > div {
    border-radius: 3.2vw 3.2vw 0 0;
  }
}
.p-case__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media all and (min-width: 769px) {
  .p-case__image:hover {
    opacity: 0.7;
  }
  .p-case__image:hover + div a {
    color: #265D95;
  }
}
@media all and (max-width: 768px) {
  .p-case__image {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .p-case__image:active {
    opacity: 0.7;
  }
  .p-case__image:active + div a {
    color: #265D95;
  }
}
.p-case__image:has(+ div a.p-case__title:hover) {
  opacity: 0.7;
}
.p-case__image.blank::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiByPSIxMSIgZmlsbD0id2hpdGUiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE1LjYyOTIgNi4zNzA2NEwxNS42MjkyIDkuNDg3M0wxNy4xODc1IDkuNDg3M0wxNy4xODc1IDQuODEyMzFMMTIuNTEyNSA0LjgxMjMxTDEyLjUxMjUgNi4zNzA2NEwxNS42MjkyIDYuMzcwNjRaIiBmaWxsPSIjMzA3NEJBIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi43OTc3IDYuMzcwOThMMTMuNjgxIDkuNDg3NjVMMTIuNTc5MSA4LjM4NTc0TDE1LjY5NTggNS4yNjkwOEwxNi43OTc3IDYuMzcwOThaIiBmaWxsPSIjMzA3NEJBIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy4wNjkgMTAuODg5OUgxNC44NDk0VjcuMTQ5OTFIMTEuMTA5NFY4LjkzMDg1SDcuMjgwOTVWMTQuNzE4OUgxMy4wNjlWMTAuODg5OVpNNS41IDE2LjQ5OTlWNy4xNDk5SDE0Ljg1VjE2LjQ5OTlINS41WiIgZmlsbD0iIzMwNzRCQSIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media all and (min-width: 769px) {
  .p-case__image.blank::after {
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
  }
}
@media all and (max-width: 1024px) {
  .p-case__image.blank::after {
    top: 0.78125vw;
    right: 0.78125vw;
    width: 2.1484375vw;
    height: 2.1484375vw;
  }
}
@media all and (max-width: 768px) {
  .p-case__image.blank::after {
    top: 2.1333333333vw;
    right: 2.1333333333vw;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
.p-case.blank .p-case__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiByPSIxMSIgZmlsbD0id2hpdGUiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE1LjYyOTIgNi4zNzA2NEwxNS42MjkyIDkuNDg3M0wxNy4xODc1IDkuNDg3M0wxNy4xODc1IDQuODEyMzFMMTIuNTEyNSA0LjgxMjMxTDEyLjUxMjUgNi4zNzA2NEwxNS42MjkyIDYuMzcwNjRaIiBmaWxsPSIjMzA3NEJBIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi43OTc3IDYuMzcwOThMMTMuNjgxIDkuNDg3NjVMMTIuNTc5MSA4LjM4NTc0TDE1LjY5NTggNS4yNjkwOEwxNi43OTc3IDYuMzcwOThaIiBmaWxsPSIjMzA3NEJBIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy4wNjkgMTAuODg5OUgxNC44NDk0VjcuMTQ5OTFIMTEuMTA5NFY4LjkzMDg1SDcuMjgwOTVWMTQuNzE4OUgxMy4wNjlWMTAuODg5OVpNNS41IDE2LjQ5OTlWNy4xNDk5SDE0Ljg1VjE2LjQ5OTlINS41WiIgZmlsbD0iIzMwNzRCQSIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media all and (min-width: 769px) {
  .p-case.blank .p-case__image::after {
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
  }
}
@media all and (max-width: 1024px) {
  .p-case.blank .p-case__image::after {
    top: 0.78125vw;
    right: 0.78125vw;
    width: 2.1484375vw;
    height: 2.1484375vw;
  }
}
@media all and (max-width: 768px) {
  .p-case.blank .p-case__image::after {
    top: 2.1333333333vw;
    right: 2.1333333333vw;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
.p-case .p-category {
  position: absolute;
  transform: translateY(-50%);
}
.p-case__body {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (min-width: 769px) {
  .p-case__texts {
    padding-bottom: 21.4477211796%;
  }
}
@media all and (max-width: 1024px) {
  .p-case__texts {
    padding-bottom: 7.8125vw;
  }
}
@media all and (max-width: 768px) {
  .p-case__texts {
    padding-bottom: 0;
  }
}
.p-case:nth-last-of-type(1) .p-case__texts {
  padding-bottom: 0;
}
.p-case:nth-last-of-type(2) .p-case__texts {
  padding-bottom: 0;
}
@media all and (min-width: 769px) {
  .p-case:nth-last-of-type(3) .p-case__texts {
    padding-bottom: 0;
  }
}
.p-case a.p-case__title {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  color: #3074BA;
  flex-grow: 1;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .p-case a.p-case__title:hover {
    color: #265D95;
  }
}
@media all and (max-width: 768px) {
  .p-case a.p-case__title {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .p-case a.p-case__title:active {
    color: #265D95;
  }
}
@media all and (min-width: 769px) {
  .p-case a.p-case__title {
    font-size: 24px;
    padding-top: 32px;
    margin-bottom: 24px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-case a.p-case__title {
    font-size: 22px;
  }
}
@media all and (max-width: 1024px) {
  .p-case a.p-case__title {
    font-size: 2.34375vw;
    padding-top: 3.125vw;
    margin-bottom: 3.125vw;
  }
}
@media all and (max-width: 768px) {
  .p-case a.p-case__title {
    font-size: 4.8vw;
    padding-top: 8.5333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.p-case p.p-case__text {
  line-height: 1.8;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media all and (min-width: 769px) {
  .p-case p.p-case__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-case p.p-case__text {
    font-size: 13px;
  }
}
@media all and (max-width: 1024px) {
  .p-case p.p-case__text {
    font-size: 1.8229166667vw;
    margin-bottom: 1.953125vw;
  }
}
@media all and (max-width: 768px) {
  .p-case p.p-case__text {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-case p.p-case__info {
  color: #000;
  line-height: 1.8;
}
.p-case p.p-case__info a {
  color: #000;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .p-case p.p-case__info a:hover {
    color: #777777;
  }
}
@media all and (max-width: 768px) {
  .p-case p.p-case__info a {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .p-case p.p-case__info a:active {
    color: #777777;
  }
}
@media all and (min-width: 769px) {
  .p-case p.p-case__info {
    font-size: 10px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}
@media all and (max-width: 1024px) {
  .p-case p.p-case__info {
    font-size: 1.3020833333vw;
    padding-bottom: 1.953125vw;
    margin-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .p-case p.p-case__info {
    font-size: 2.6666666667vw;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 0;
  }
}
.p-case__tags {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 769px) {
  .p-case__tags {
    column-gap: 8px;
    row-gap: 12px;
  }
}
@media all and (max-width: 1024px) {
  .p-case__tags {
    column-gap: 0.78125vw;
    row-gap: 1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .p-case__tags {
    column-gap: 2.1333333333vw;
    row-gap: 3.2vw;
  }
}
.p-case .p-tag.size-small {
  margin-right: 0;
  margin-top: 0;
}

.p-document {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.04rem;
  line-height: 1.8;
  word-break: break-word;
}
@media all and (min-width: 769px) {
  .p-document {
    font-size: 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document {
    font-size: 15px;
  }
}
@media all and (max-width: 1024px) {
  .p-document {
    font-size: 1.8229166667vw;
  }
}
@media all and (max-width: 768px) {
  .p-document {
    font-size: 3.7333333333vw;
  }
}
.p-document div.type-narrow {
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 769px) {
  .p-document div.type-narrow {
    max-width: 890px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document div.type-narrow {
    max-width: 760px;
  }
}
@media all and (max-width: 1024px) {
  .p-document div.type-narrow {
    width: 74.21875vw;
  }
}
@media all and (max-width: 768px) {
  .p-document div.type-narrow {
    width: 91.2vw;
  }
}
.p-document div.type-narrower {
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 769px) {
  .p-document div.type-narrower {
    max-width: 500px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document div.type-narrower {
    max-width: 400px;
  }
}
@media all and (max-width: 1024px) {
  .p-document div.type-narrower {
    width: 39.0625vw;
  }
}
@media all and (max-width: 768px) {
  .p-document div.type-narrower {
    width: 80vw;
  }
}
.p-document div.size-fit-content {
  width: fit-content;
}
@media all and (min-width: 769px) {
  .p-document div.size-fit-content {
    min-width: 600px;
  }
}
@media all and (max-width: 1024px) {
  .p-document div.size-fit-content {
    min-width: 58.59375vw;
  }
}
@media all and (max-width: 768px) {
  .p-document div.size-fit-content {
    min-width: fit-content;
    width: 91.2vw;
  }
}
.p-document div.align-center {
  margin-left: auto;
  margin-right: auto;
}
.p-document div.type-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-document h1,
.p-document h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1.5;
  position: relative;
}
@media all and (min-width: 769px) {
  .p-document h1,
  .p-document h2 {
    padding-bottom: 32px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document h1,
  .p-document h2 {
    padding-bottom: 24px;
  }
}
@media all and (max-width: 1024px) {
  .p-document h1,
  .p-document h2 {
    padding-bottom: 2.34375vw;
  }
}
@media all and (max-width: 768px) {
  .p-document h1,
  .p-document h2 {
    padding-bottom: 5.8666666667vw;
  }
}
.p-document h1::after, .p-document h1::before,
.p-document h2::after,
.p-document h2::before {
  content: "";
  background: #3074BA;
  position: absolute;
  bottom: 0;
}
@media all and (min-width: 769px) {
  .p-document h1::after, .p-document h1::before,
  .p-document h2::after,
  .p-document h2::before {
    width: 1.797752809%;
    height: 2px;
  }
}
@media all and (max-width: 1024px) {
  .p-document h1::after, .p-document h1::before,
  .p-document h2::after,
  .p-document h2::before {
    width: 1.5625vw;
    height: 2px;
  }
}
@media all and (max-width: 768px) {
  .p-document h1::after, .p-document h1::before,
  .p-document h2::after,
  .p-document h2::before {
    width: 4.2666666667vw;
    height: 2px;
  }
}
.p-document h1::after,
.p-document h2::after {
  background: #D6D6D6;
  height: 1px;
  width: 97.191011236%;
  right: 0;
}
@media all and (max-width: 768px) {
  .p-document h1::after,
  .p-document h2::after {
    width: 93.2748538012%;
  }
}
.p-document h1:first-child,
.p-document h2:first-child {
  margin-top: 0;
}
.p-document h1.no-border,
.p-document h2.no-border {
  padding-bottom: 0;
}
.p-document h1.no-border::after, .p-document h1.no-border::before,
.p-document h2.no-border::after,
.p-document h2.no-border::before {
  display: none;
}
@media all and (min-width: 769px) {
  .p-document h1 {
    font-size: 36px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document h1 {
    font-size: 34px;
  }
}
@media all and (max-width: 1024px) {
  .p-document h1 {
    font-size: 3.6458333333vw;
  }
}
@media all and (max-width: 768px) {
  .p-document h1 {
    font-size: 7.4666666667vw;
  }
}
.p-document h2 {
  line-height: 1.5;
}
@media all and (min-width: 769px) {
  .p-document h2 {
    font-size: 32px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document h2 {
    font-size: 30px;
  }
}
@media all and (max-width: 1024px) {
  .p-document h2 {
    font-size: 3.125vw;
  }
}
@media all and (max-width: 768px) {
  .p-document h2 {
    font-size: 6.4vw;
  }
}
.p-document h3 {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
  position: relative;
}
@media all and (min-width: 769px) {
  .p-document h3 {
    font-size: 28px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document h3 {
    font-size: 25px;
  }
}
@media all and (max-width: 1024px) {
  .p-document h3 {
    font-size: 2.6041666667vw;
  }
}
@media all and (max-width: 768px) {
  .p-document h3 {
    font-size: 5.3333333333vw;
  }
}
.p-document h3:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 3px;
  height: 70%;
  border-radius: 4px;
}
@media all and (max-width: 768px) {
  .p-document h3:before {
    border-radius: 1.0666666667vw;
    height: 70%;
  }
}
@media all and (min-width: 769px) {
  .p-document h3 {
    padding-left: 20px;
    margin-top: 80px;
    margin-bottom: 48px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document h3 {
    padding-left: 20px;
    margin-top: 60px;
    margin-bottom: 36px;
  }
}
@media all and (max-width: 1024px) {
  .p-document h3 {
    padding-left: 1.5625vw;
    margin-top: 5.859375vw;
    margin-bottom: 3.515625vw;
  }
}
@media all and (max-width: 768px) {
  .p-document h3 {
    padding-left: 4.2666666667vw;
    margin-top: 12.8vw;
    margin-bottom: 7.4666666667vw;
  }
}
.p-document h3.no-border {
  padding-left: 0;
}
.p-document h3.no-border:before {
  display: none;
}
@media all and (min-width: 769px) {
  .p-document h4 {
    font-size: 24px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document h4 {
    font-size: 22px;
  }
}
@media all and (max-width: 1024px) {
  .p-document h4 {
    font-size: 2.34375vw;
  }
}
@media all and (max-width: 768px) {
  .p-document h4 {
    font-size: 4.8vw;
  }
}
@media all and (min-width: 769px) {
  .p-document h5 {
    font-size: 20px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document h5 {
    font-size: 18px;
  }
}
@media all and (max-width: 1024px) {
  .p-document h5 {
    font-size: 2.0833333333vw;
  }
}
@media all and (max-width: 768px) {
  .p-document h5 {
    font-size: 4.2666666667vw;
  }
}
@media all and (min-width: 769px) {
  .p-document h6 {
    font-size: 18px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document h6 {
    font-size: 17px;
  }
}
@media all and (max-width: 1024px) {
  .p-document h6 {
    font-size: 1.953125vw;
  }
}
@media all and (max-width: 768px) {
  .p-document h6 {
    font-size: 4vw;
  }
}
@media all and (min-width: 769px) {
  .p-document h1,
  .p-document h2 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document h1,
  .p-document h2 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
}
@media all and (max-width: 1024px) {
  .p-document h1,
  .p-document h2 {
    margin-top: 4.296875vw;
    margin-bottom: 4.296875vw;
  }
}
@media all and (max-width: 768px) {
  .p-document h1,
  .p-document h2 {
    margin-top: 9.6vw;
    margin-bottom: 9.6vw;
  }
}
.p-document h4,
.p-document h5,
.p-document h6 {
  line-height: 1.5;
}
@media all and (min-width: 769px) {
  .p-document h4,
  .p-document h5,
  .p-document h6 {
    margin-top: 52px;
    margin-bottom: 38px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document h4,
  .p-document h5,
  .p-document h6 {
    margin-top: 44px;
    margin-bottom: 32px;
  }
}
@media all and (max-width: 1024px) {
  .p-document h4,
  .p-document h5,
  .p-document h6 {
    margin-top: 4.296875vw;
    margin-bottom: 3.125vw;
  }
}
@media all and (max-width: 768px) {
  .p-document h4,
  .p-document h5,
  .p-document h6 {
    margin-top: 8.5333333333vw;
    margin-bottom: 6.4vw;
  }
}
.p-document h4:first-child,
.p-document h5:first-child,
.p-document h6:first-child {
  margin-top: 0;
}
.p-document h4.type-flex,
.p-document h5.type-flex,
.p-document h6.type-flex {
  display: flex;
}
@media all and (min-width: 769px) {
  .p-document h4.type-flex,
  .p-document h5.type-flex,
  .p-document h6.type-flex {
    align-items: center;
  }
}
@media all and (max-width: 768px) {
  .p-document h4.type-flex,
  .p-document h5.type-flex,
  .p-document h6.type-flex {
    align-items: flex-start;
  }
}
.p-document p {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.04rem;
  line-height: 1.8;
  word-break: break-word;
}
@media all and (min-width: 769px) {
  .p-document p {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document p {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
@media all and (max-width: 1024px) {
  .p-document p {
    margin-bottom: 1.953125vw;
    font-size: 1.8229166667vw;
  }
}
@media all and (max-width: 768px) {
  .p-document p {
    margin-bottom: 3.2vw;
    font-size: 3.7333333333vw;
  }
}
.p-document p:last-child {
  margin-bottom: 0;
}
.p-document p.type-head {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
}
@media all and (min-width: 769px) {
  .p-document p.type-head {
    margin-bottom: 8px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document p.type-head {
    margin-bottom: 6px;
  }
}
@media all and (max-width: 1024px) {
  .p-document p.type-head {
    margin-bottom: 0.5859375vw;
  }
}
@media all and (max-width: 768px) {
  .p-document p.type-head {
    margin-top: 6.4vw;
    margin-bottom: 1.0666666667vw;
  }
}
.p-document p img {
  vertical-align: bottom;
}
.p-document > :last-child {
  margin-bottom: 0;
}
@media all and (min-width: 769px) {
  .p-document .note {
    font-size: 14px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .note {
    font-size: 13px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .note {
    font-size: 1.5625vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .note {
    font-size: 3.2vw;
  }
}
.p-document__imageset {
  line-height: 0;
}
@media all and (min-width: 769px) {
  .p-document__imageset {
    margin-bottom: 48px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document__imageset {
    margin-bottom: 36px;
  }
}
@media all and (max-width: 1024px) {
  .p-document__imageset {
    margin-bottom: 3.515625vw;
  }
}
@media all and (max-width: 768px) {
  .p-document__imageset {
    margin-bottom: 7.4666666667vw;
  }
}
.p-document__imageset img {
  display: block;
  width: 100%;
  will-change: transform;
  border-radius: 12px;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .p-document__imageset img {
    border-radius: 1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .p-document__imageset img {
    border-radius: 3.2vw;
  }
}
.p-document__imageset.no-radius img {
  border-radius: 0;
}
.p-document__imageset.type-auto img {
  width: auto;
  max-width: 100%;
}
.p-document__imageset p {
  line-height: 1.8;
}
@media all and (min-width: 769px) {
  .p-document__imageset p {
    font-size: 12px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document__imageset p {
    font-size: 11px;
  }
}
@media all and (max-width: 1024px) {
  .p-document__imageset p {
    font-size: 1.4322916667vw;
  }
}
@media all and (max-width: 768px) {
  .p-document__imageset p {
    font-size: 2.9333333333vw;
  }
}
@media all and (min-width: 769px) {
  .p-document__imageset p {
    margin-top: 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document__imageset p {
    margin-top: 12px;
  }
}
@media all and (max-width: 1024px) {
  .p-document__imageset p {
    margin-top: 1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .p-document__imageset p {
    margin-top: 2.1333333333vw;
  }
}
.p-document__imageset.type-narrow {
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 769px) {
  .p-document__imageset.type-narrow {
    max-width: 890px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document__imageset.type-narrow {
    max-width: 760px;
  }
}
@media all and (max-width: 1024px) {
  .p-document__imageset.type-narrow {
    width: 74.21875vw;
  }
}
@media all and (max-width: 768px) {
  .p-document__imageset.type-narrow {
    width: 78.6666666667vw;
  }
}
.p-document__imageset.type-narrower {
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 769px) {
  .p-document__imageset.type-narrower {
    max-width: 500px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document__imageset.type-narrower {
    max-width: 400px;
  }
}
@media all and (max-width: 1024px) {
  .p-document__imageset.type-narrower {
    width: 39.0625vw;
  }
}
@media all and (max-width: 768px) {
  .p-document__imageset.type-narrower {
    width: 80vw;
  }
}
@media all and (min-width: 769px) {
  .p-document .notes {
    margin-top: 100px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .notes {
    margin-top: 80px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .notes {
    margin-top: 7.8125vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .notes {
    margin-top: 16vw;
  }
}
.p-document .notes:first-of-type {
  margin-top: 0;
}
.p-document .notes h1 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1.5;
  padding-bottom: 0;
}
.p-document .notes h1:after {
  content: none;
}
.p-document .notes h1:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 3px;
  height: 60%;
}
@media all and (max-width: 768px) {
  .p-document .notes h1:before {
    height: 80%;
  }
}
@media all and (min-width: 769px) {
  .p-document .notes h1 {
    padding-left: 20px;
    margin-bottom: 48px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .notes h1 {
    padding-left: 16px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .notes h1 {
    padding-left: 1.5625vw;
    margin-bottom: 3.515625vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .notes h1 {
    padding-left: 4.2666666667vw;
    margin-bottom: 9.6vw;
  }
}
.p-document .notes h1.no-border {
  padding-left: 0;
}
.p-document .notes h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1.8;
  margin-top: 0;
  padding-bottom: 0;
}
@media all and (min-width: 769px) {
  .p-document .notes h2 {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .notes h2 {
    margin-bottom: 32px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .notes h2 {
    margin-bottom: 2.63671875vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .notes h2 {
    margin-bottom: 7.2vw;
  }
}
.p-document .notes h2::after, .p-document .notes h2::before {
  content: none;
}
.p-document .notes h3 {
  line-height: 1.8;
  margin-top: 0;
}
.p-document .notes h4 {
  margin-top: 0;
}
@media all and (min-width: 769px) {
  .p-document .notes h4 {
    margin-bottom: 24px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .notes h4 {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .notes h4 {
    margin-bottom: 1.953125vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .notes h4 {
    margin-bottom: 6.4vw;
  }
}
.p-document .notes h5 {
  margin-top: 0;
}
@media all and (min-width: 769px) {
  .p-document .notes h5 {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .notes h5 {
    margin-bottom: 16px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .notes h5 {
    margin-bottom: 1.5625vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .notes h5 {
    margin-bottom: 4.2666666667vw;
  }
}
.p-document .notes h6 {
  margin-top: 0;
}
@media all and (min-width: 769px) {
  .p-document .notes h6 {
    margin-bottom: 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .notes h6 {
    margin-bottom: 12px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .notes h6 {
    margin-bottom: 1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .notes h6 {
    margin-bottom: 3.2vw;
  }
}
.p-document ul,
.p-document ol {
  /*&:last-of-type {
    margin-bottom: 0;
  }*/
}
@media all and (min-width: 769px) {
  .p-document ul,
  .p-document ol {
    margin-bottom: 48px;
    padding-left: 24px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document ul,
  .p-document ol {
    margin-bottom: 36px;
    padding-left: 20px;
  }
}
@media all and (max-width: 1024px) {
  .p-document ul,
  .p-document ol {
    margin-bottom: 3.515625vw;
    padding-left: 2.34375vw;
  }
}
@media all and (max-width: 768px) {
  .p-document ul,
  .p-document ol {
    margin-bottom: 6.4vw;
    padding-left: 4.2666666667vw;
  }
}
.p-document ul > :last-child,
.p-document ol > :last-child {
  margin-bottom: 0;
}
.p-document ul li ul,
.p-document ul li ol,
.p-document ol li ul,
.p-document ol li ol {
  margin-bottom: 0;
}
@media all and (min-width: 769px) {
  .p-document ul.type-inserted,
  .p-document ol.type-inserted {
    padding-left: 48px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document ul.type-inserted,
  .p-document ol.type-inserted {
    padding-left: 40px;
  }
}
@media all and (max-width: 1024px) {
  .p-document ul.type-inserted,
  .p-document ol.type-inserted {
    padding-left: 3.125vw;
  }
}
@media all and (max-width: 768px) {
  .p-document ul.type-inserted,
  .p-document ol.type-inserted {
    padding-left: 6.4vw;
  }
}
.p-document ul.other-style,
.p-document ol.other-style {
  padding-left: 0;
}
.p-document ul.other-style li,
.p-document ol.other-style li {
  list-style-type: none;
}
@media all and (min-width: 769px) {
  .p-document ul.other-style li,
  .p-document ol.other-style li {
    padding-left: 15px;
    text-indent: -15px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document ul.other-style li,
  .p-document ol.other-style li {
    padding-left: 14px;
    text-indent: -14px;
  }
}
@media all and (max-width: 1024px) {
  .p-document ul.other-style li,
  .p-document ol.other-style li {
    padding-left: 1.171875vw;
    text-indent: -1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .p-document ul.other-style li,
  .p-document ol.other-style li {
    padding-left: 3.2vw;
    text-indent: -3.2vw;
  }
}
.p-document ul li,
.p-document ol li {
  line-height: 1.8;
}
@media all and (min-width: 769px) {
  .p-document ul li,
  .p-document ol li {
    font-size: 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document ul li,
  .p-document ol li {
    font-size: 15px;
  }
}
@media all and (max-width: 1024px) {
  .p-document ul li,
  .p-document ol li {
    font-size: 1.8229166667vw;
  }
}
@media all and (max-width: 768px) {
  .p-document ul li,
  .p-document ol li {
    font-size: 3.7333333333vw;
  }
}
.p-document dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media all and (min-width: 769px) {
  .p-document dl {
    row-gap: 24px;
    column-gap: 40px;
    margin-bottom: 48px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document dl {
    margin-bottom: 36px;
  }
}
@media all and (max-width: 1024px) {
  .p-document dl {
    flex-direction: column;
    margin-bottom: 3.515625vw;
    row-gap: 1.953125vw;
  }
}
@media all and (max-width: 768px) {
  .p-document dl {
    row-gap: 3.2vw;
    margin-bottom: 6.4vw;
  }
}
.p-document dt {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.04rem;
  line-height: 1.8;
  flex-grow: 0;
  flex-shrink: 0;
}
@media all and (min-width: 769px) {
  .p-document dt {
    width: 32%;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document dt {
    padding-right: 32px;
  }
}
@media all and (max-width: 1024px) {
  .p-document dt {
    width: auto;
    padding-right: 0;
  }
}
.p-document dd {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.04rem;
  flex-grow: 1;
  line-height: 1.8;
}
@media all and (min-width: 769px) {
  .p-document dd {
    width: 60%;
  }
}
@media all and (max-width: 1024px) {
  .p-document dd {
    width: auto;
  }
}
.p-document a {
  text-decoration: underline;
  color: #000;
  -webkit-transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .p-document a:hover {
    color: #777777;
    text-decoration: none;
  }
}
@media all and (max-width: 768px) {
  .p-document a {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .p-document a:active {
    color: #777777;
    text-decoration: none;
  }
}
.p-document blockquote {
  border-left: #D6D6D6 4px solid;
}
@media all and (min-width: 769px) {
  .p-document blockquote {
    padding-left: 12px;
  }
}
.p-document code {
  background: #f4f4f4;
}
@media all and (min-width: 769px) {
  .p-document code {
    font-size: 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document code {
    font-size: 15px;
  }
}
@media all and (max-width: 1024px) {
  .p-document code {
    font-size: 1.8229166667vw;
  }
}
@media all and (max-width: 768px) {
  .p-document code {
    font-size: 3.7333333333vw;
  }
}
@media all and (min-width: 769px) {
  .p-document .iframe-wrap {
    margin-bottom: 48px;
    width: auto;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .iframe-wrap {
    margin-bottom: 36px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .iframe-wrap {
    margin-bottom: 3.515625vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .iframe-wrap {
    margin-bottom: 7.4666666667vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .iframe-wrap {
    width: 100%;
  }
}
.p-document .iframe-wrap iframe {
  display: block;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .p-document .iframe-wrap iframe {
    width: 100%;
  }
}
.p-document .p-box {
  background: #f4f4f4;
  width: fit-content;
}
@media all and (min-width: 769px) {
  .p-document .p-box {
    font-size: 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .p-box {
    font-size: 15px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .p-box {
    font-size: 1.8229166667vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .p-box {
    font-size: 3.7333333333vw;
  }
}
@media all and (min-width: 769px) {
  .p-document .p-box {
    padding: 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .p-box {
    padding: 12px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .p-box {
    padding: 1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .p-box {
    padding: 2.1333333333vw;
  }
}
.p-document .p-box-code {
  background: #f4f4f4;
}
@media all and (min-width: 769px) {
  .p-document .p-box-code {
    font-size: 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .p-box-code {
    font-size: 15px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .p-box-code {
    font-size: 1.8229166667vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .p-box-code {
    font-size: 3.7333333333vw;
  }
}
@media all and (min-width: 769px) {
  .p-document .p-box-code {
    padding: 16px;
    margin-bottom: 24px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .p-box-code {
    padding: 12px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .p-box-code {
    padding: 1.171875vw;
    margin-bottom: 1.953125vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .p-box-code {
    padding: 2.1333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-document .p-box-code.type-r {
  border-radius: 4px;
}
@media all and (max-width: 1024px) {
  .p-document .p-box-code.type-r {
    border-radius: 0.390625vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .p-box-code.type-r {
    border-radius: 1.0666666667vw;
  }
}
.p-document .p-box-code:last-child {
  margin-bottom: 0;
}
.p-document .p-box-code > :last-child {
  margin-bottom: 0;
}
.p-document .p-column,
.p-document .p-largebox {
  display: block;
  background: #f4f4f4;
}
@media all and (min-width: 769px) {
  .p-document .p-column,
  .p-document .p-largebox {
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 40px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .p-column,
  .p-document .p-largebox {
    margin-top: 36px;
    margin-bottom: 36px;
    padding: 32px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .p-column,
  .p-document .p-largebox {
    margin-top: 3.515625vw;
    margin-bottom: 3.515625vw;
    padding: 3.125vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .p-column,
  .p-document .p-largebox {
    margin-top: 6.4vw;
    margin-bottom: 6.4vw;
    padding: 6.4vw;
  }
}
.p-document .p-column:last-child,
.p-document .p-largebox:last-child {
  margin-bottom: 0;
}
.p-document .p-column > :last-child,
.p-document .p-largebox > :last-child {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .p-document .p-column.type-spmax,
  .p-document .p-largebox.type-spmax {
    transform: translate(-4.2666666667vw, 0);
    width: 88.2666666667vw;
  }
}
.p-document__accordion-head {
  background: #f4f4f4;
  display: flex;
  align-self: center;
  cursor: pointer;
  justify-content: space-between;
  border: none;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .p-document__accordion-head {
    border-radius: 8px;
    padding: 24px 32px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document__accordion-head {
    padding: 20px 24px;
  }
}
@media all and (max-width: 1024px) {
  .p-document__accordion-head {
    border-radius: 0.78125vw;
    padding: 1.953125vw 2.34375vw;
  }
}
@media all and (max-width: 768px) {
  .p-document__accordion-head {
    border-radius: 2.1333333333vw;
    padding: 4.2666666667vw 5.3333333333vw;
  }
}
@media all and (min-width: 769px) {
  .p-document__accordion-head:hover {
    background: #D6D6D6;
  }
}
@media all and (max-width: 768px) {
  .p-document__accordion-head {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .p-document__accordion-head:active {
    background: #D6D6D6;
  }
}
.p-document__accordion-head p {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
  color: #000;
  margin: 0;
}
.p-document__accordion-head span {
  position: relative;
  flex-shrink: 0;
}
@media all and (min-width: 769px) {
  .p-document__accordion-head span {
    width: 24px;
    height: 24px;
    margin-left: 24px;
  }
}
@media all and (max-width: 1024px) {
  .p-document__accordion-head span {
    width: 2.34375vw;
    height: 2.34375vw;
    margin-left: 2.34375vw;
  }
}
@media all and (max-width: 768px) {
  .p-document__accordion-head span {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-left: 5.3333333333vw;
  }
}
.p-document__accordion-head span::before, .p-document__accordion-head span::after {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  background: #000;
  width: 100%;
  height: 4px;
  position: absolute;
}
.p-document .label-blue {
  background: #E5F2FF;
  color: #3074BA;
  line-height: 1.2;
  white-space: nowrap;
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
}
@media all and (min-width: 769px) {
  .p-document .label-blue {
    font-size: 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .label-blue {
    font-size: 15px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .label-blue {
    font-size: 1.5625vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .label-blue {
    font-size: 3.2vw;
  }
}
@media all and (min-width: 769px) {
  .p-document .label-blue {
    border-radius: 6px;
    padding: 4px 8px;
    margin-right: 16px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .label-blue {
    border-radius: 0.5859375vw;
    padding: 0.390625vw 0.78125vw;
    margin-right: 0.78125vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .label-blue {
    border-radius: 1.6vw;
    padding: 1.0666666667vw 2.1333333333vw;
    margin-right: 2.1333333333vw;
  }
}
@media all and (min-width: 769px) {
  .p-document .p-table,
  .p-document .p-tabs {
    margin-bottom: 48px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .p-table,
  .p-document .p-tabs {
    margin-bottom: 36px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .p-table,
  .p-document .p-tabs {
    margin-bottom: 3.515625vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .p-table,
  .p-document .p-tabs {
    margin-bottom: 6.4vw;
  }
}
.p-document .p-table:last-child,
.p-document .p-tabs:last-child {
  margin-bottom: 0;
}
.p-document .p-table > :last-child,
.p-document .p-tabs > :last-child {
  margin-bottom: 0;
}
@media all and (min-width: 769px) {
  .p-document .detachable {
    margin-top: 64px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .detachable {
    margin-top: 52px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .detachable {
    margin-top: 5.078125vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .detachable {
    margin-top: 10.6666666667vw;
  }
}
@media all and (min-width: 769px) {
  .p-document .type-inserted {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .type-inserted {
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .type-inserted {
    margin-top: 0.5859375vw;
    margin-bottom: 0.5859375vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .type-inserted {
    margin-top: 1.0666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
@media all and (min-width: 769px) {
  .p-document .margin-top-120 {
    margin-top: 120px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .margin-top-120 {
    margin-top: 96px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .margin-top-120 {
    margin-top: 9.375vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .margin-top-120 {
    margin-top: 19.2vw;
  }
}
@media all and (min-width: 769px) {
  .p-document .margin-top-100 {
    margin-top: 100px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .margin-top-100 {
    margin-top: 80px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .margin-top-100 {
    margin-top: 5.859375vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .margin-top-100 {
    margin-top: 16vw;
  }
}
@media all and (min-width: 769px) {
  .p-document .margin-top-80 {
    margin-top: 80px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .margin-top-80 {
    margin-top: 60px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .margin-top-80 {
    margin-top: 5.859375vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .margin-top-80 {
    margin-top: 12.8vw;
  }
}
@media all and (min-width: 769px) {
  .p-document .margin-top-64 {
    margin-top: 64px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .margin-top-64 {
    margin-top: 52px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .margin-top-64 {
    margin-top: 5.078125vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .margin-top-64 {
    margin-top: 10.6666666667vw;
  }
}
@media all and (min-width: 769px) {
  .p-document .margin-top-48 {
    margin-top: 48px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .margin-top-48 {
    margin-top: 36px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .margin-top-48 {
    margin-top: 3.515625vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .margin-top-48 {
    margin-top: 7.4666666667vw;
  }
}
@media all and (min-width: 769px) {
  .p-document .margin-top-40 {
    margin-top: 40px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .margin-top-40 {
    margin-top: 32px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .margin-top-40 {
    margin-top: 3.125vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .margin-top-40 {
    margin-top: 6.4vw;
  }
}
@media all and (min-width: 769px) {
  .p-document .margin-top-32 {
    margin-top: 32px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .margin-top-32 {
    margin-top: 24px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .margin-top-32 {
    margin-top: 2.34375vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .margin-top-32 {
    margin-top: 5.3333333333vw;
  }
}
@media all and (min-width: 769px) {
  .p-document .margin-top-24 {
    margin-top: 24px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .margin-top-24 {
    margin-top: 20px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .margin-top-24 {
    margin-top: 1.953125vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .margin-top-24 {
    margin-top: 4.2666666667vw;
  }
}
@media all and (min-width: 769px) {
  .p-document .margin-bottom-40 {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .margin-bottom-40 {
    margin-bottom: 32px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .margin-bottom-40 {
    margin-bottom: 3.125vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .margin-bottom-40 {
    margin-bottom: 6.4vw;
  }
}
@media all and (min-width: 769px) {
  .p-document .margin-bottom-32 {
    margin-bottom: 32px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .margin-bottom-32 {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .margin-bottom-32 {
    margin-bottom: 2.34375vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .margin-bottom-32 {
    margin-bottom: 5.3333333333vw;
  }
}
@media all and (min-width: 769px) {
  .p-document .margin-bottom-64 {
    margin-bottom: 64px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .margin-bottom-64 {
    margin-bottom: 52px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .margin-bottom-64 {
    margin-bottom: 5.078125vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .margin-bottom-64 {
    margin-bottom: 12.8vw;
  }
}
@media all and (min-width: 769px) {
  .p-document .margin-bottom-120 {
    margin-bottom: 120px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .margin-bottom-120 {
    margin-bottom: 96px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .margin-bottom-120 {
    margin-bottom: 9.375vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .margin-bottom-120 {
    margin-bottom: 19.2vw;
  }
}
@media all and (min-width: 769px) {
  .p-document .margin-bottom-24 {
    margin-bottom: 24px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .margin-bottom-24 {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .margin-bottom-24 {
    margin-bottom: 1.953125vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .margin-bottom-24 {
    margin-bottom: 4.2666666667vw;
  }
}
.p-document .emphasis {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
}
.p-document .emphasis a, .p-document .emphasis span {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
}
.p-document .underline {
  text-decoration: underline;
}
.p-document .color-red {
  color: #DC0000;
}
.p-document .color-blue {
  color: #004892;
}
.p-document .color-blue05 {
  color: #3074BA;
}
.p-document .align-center {
  text-align: center;
}
.p-document .flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-document .flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media all and (min-width: 769px) {
  .p-document .flex-start {
    column-gap: 24px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-document .flex-start {
    column-gap: 20px;
  }
}
@media all and (max-width: 1024px) {
  .p-document .flex-start {
    column-gap: 1.953125vw;
  }
}
@media all and (max-width: 768px) {
  .p-document .flex-start {
    column-gap: 4.2666666667vw;
  }
}
.p-document .flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.p-document .flex-even {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

hr {
  background-color: #D6D6D6;
  border: none;
}

.p-separator {
  width: 100%;
  height: 1px;
  border: none;
  display: block;
  border: none;
}
@media all and (min-width: 769px) {
  .p-separator {
    margin: 48px 0;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-separator {
    margin: 36px 0;
  }
}
@media all and (max-width: 1024px) {
  .p-separator {
    margin: 3.515625vw 0;
  }
}
@media all and (max-width: 768px) {
  .p-separator {
    margin: 7.4666666667vw 0;
  }
}

.p-navigator {
  display: flex;
  justify-content: space-between;
}

.p-flex {
  display: flex;
  align-items: center;
}
@media all and (min-width: 769px) {
  .p-flex > * {
    padding-right: 12px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-flex > * {
    padding-right: 8px;
  }
}
@media all and (max-width: 1024px) {
  .p-flex > * {
    padding-right: 0.78125vw;
  }
}
@media all and (max-width: 768px) {
  .p-flex > * {
    padding-right: 2.1333333333vw;
  }
}

.api-params {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media all and (min-width: 769px) {
  .api-params {
    grid-column-gap: 24px;
    row-gap: 12px;
    margin-bottom: 24px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .api-params {
    row-gap: 10px;
    margin-bottom: 16px;
  }
}
@media all and (max-width: 1024px) {
  .api-params {
    grid-column-gap: 2.34375vw;
    row-gap: 0.9765625vw;
    margin-bottom: 1.5625vw;
  }
}
@media all and (max-width: 768px) {
  .api-params {
    grid-template-columns: 1fr;
    row-gap: 2.1333333333vw;
    margin-bottom: 3.2vw;
  }
}
.api-params .params-set {
  display: flex;
  align-items: center;
}
@media all and (min-width: 769px) {
  .api-params .params-set {
    column-gap: 24px;
  }
}
@media all and (max-width: 1024px) {
  .api-params .params-set {
    column-gap: 1.5625vw;
  }
}
@media all and (min-width: 769px) {
  .api-params .params-set:nth-child(even) .params-set__head {
    min-width: 136px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .api-params .params-set:nth-child(even) .params-set__head {
    min-width: 136px;
  }
}
@media all and (max-width: 1024px) {
  .api-params .params-set:nth-child(even) .params-set__head {
    min-width: 16.6015625vw;
  }
}
@media all and (max-width: 768px) {
  .api-params .params-set:nth-child(even) .params-set__head {
    min-width: 33.0666666667vw;
  }
}
@media all and (max-width: 768px) {
  .api-params .params-set:nth-child(2) {
    grid-row: 3/4;
  }
}
@media all and (max-width: 768px) {
  .api-params .params-set:nth-child(3) {
    grid-row: 2/3;
  }
}
.api-params .params-set__head {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1.8;
  white-space: nowrap;
}
@media all and (min-width: 769px) {
  .api-params .params-set__head {
    font-size: 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .api-params .params-set__head {
    font-size: 15px;
  }
}
@media all and (max-width: 1024px) {
  .api-params .params-set__head {
    font-size: 1.8229166667vw;
  }
}
@media all and (max-width: 768px) {
  .api-params .params-set__head {
    font-size: 3.7333333333vw;
  }
}
@media all and (min-width: 769px) {
  .api-params .params-set__head {
    min-width: 130px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .api-params .params-set__head {
    min-width: 120px;
  }
}
@media all and (max-width: 1024px) {
  .api-params .params-set__head {
    min-width: 11.71875vw;
  }
}
@media all and (max-width: 768px) {
  .api-params .params-set__head {
    min-width: 33.0666666667vw;
  }
}

.api-params-text {
  display: flex;
  align-items: flex-start;
}
@media all and (min-width: 769px) {
  .api-params-text {
    column-gap: 24px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .api-params-text {
    column-gap: 12px;
  }
}
@media all and (max-width: 1024px) {
  .api-params-text {
    column-gap: 1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .api-params-text {
    row-gap: 1.0666666667vw;
    flex-direction: column;
  }
}
.api-params-text span {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.04rem;
  display: inline-block;
  background: #f4f4f4;
  white-space: nowrap;
}
@media all and (min-width: 769px) {
  .api-params-text span {
    font-size: 12px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .api-params-text span {
    font-size: 11px;
  }
}
@media all and (max-width: 1024px) {
  .api-params-text span {
    font-size: 1.4322916667vw;
  }
}
@media all and (max-width: 768px) {
  .api-params-text span {
    font-size: 2.9333333333vw;
  }
}
@media all and (min-width: 769px) {
  .api-params-text span {
    line-height: 1;
    padding: 8px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .api-params-text span {
    padding: 8px;
  }
}
@media all and (max-width: 1024px) {
  .api-params-text span {
    line-height: 1.5;
    padding: 0.5859375vw;
  }
}
@media all and (max-width: 768px) {
  .api-params-text span {
    line-height: 1;
    padding: 1.6vw;
  }
}
.api-params-text p {
  margin-bottom: 0;
}

.p-form {
  display: block;
  width: 100%;
  background: #fff;
  position: relative;
}
.p-form__table {
  display: table;
  width: 100%;
}
@media all and (min-width: 769px) {
  .p-form {
    margin-top: 64px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-form {
    margin-top: 52px;
  }
}
@media all and (max-width: 1024px) {
  .p-form {
    margin-top: 5.078125vw;
  }
}
@media all and (max-width: 768px) {
  .p-form {
    margin-top: 10.6666666667vw;
  }
}
@media all and (max-width: 768px) {
  .p-form {
    width: 100vw;
    left: -6.4vw;
  }
}
.p-form__set {
  display: table-row;
  background: #f4f4f4;
}
@media all and (max-width: 768px) {
  .p-form__set {
    display: block;
  }
}
.p-form__head {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
}
@media all and (min-width: 769px) {
  .p-form__head {
    font-size: 14px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-form__head {
    font-size: 13px;
  }
}
@media all and (max-width: 1024px) {
  .p-form__head {
    font-size: 1.6927083333vw;
  }
}
@media all and (max-width: 768px) {
  .p-form__head {
    font-size: 3.4666666667vw;
  }
}
@media all and (min-width: 769px) {
  .p-form__head {
    margin-bottom: 4px;
    padding: 32px 24px;
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-form__head {
    padding: 24px 16px;
  }
}
@media all and (max-width: 1024px) {
  .p-form__head {
    padding: 3.125vw 2.34375vw;
  }
}
@media all and (max-width: 768px) {
  .p-form__head {
    display: flex;
    align-items: center;
    padding: 5.3333333333vw 4.2666666667vw 3.4666666667vw;
    width: 95.4666666667vw;
  }
}
@media all and (max-width: 1024px) {
  .p-form__head .pc {
    display: block !important;
  }
}
@media all and (max-width: 768px) {
  .p-form__head .pc {
    display: none !important;
  }
}
.p-form__required {
  color: #49F2D3;
  line-height: 1.8;
  background: #004892;
  border-radius: 4px;
}
@media all and (min-width: 769px) {
  .p-form__required {
    font-size: 12px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-form__required {
    font-size: 11px;
  }
}
@media all and (max-width: 1024px) {
  .p-form__required {
    font-size: 1.4322916667vw;
  }
}
@media all and (max-width: 768px) {
  .p-form__required {
    font-size: 2.9333333333vw;
  }
}
@media all and (min-width: 769px) {
  .p-form__required {
    padding: 2px 8px 5px;
    margin-left: 8px;
  }
}
@media all and (max-width: 1024px) {
  .p-form__required {
    padding: 0.1953125vw 0.78125vw 0.29296875vw;
    border-radius: 0.390625vw;
    margin-left: 0.78125vw;
  }
}
@media all and (max-width: 768px) {
  .p-form__required {
    padding: 0.5333333333vw 2.1333333333vw;
    border-radius: 1.0666666667vw;
    margin-left: 2.1333333333vw;
  }
}
.p-form__body {
  display: table-cell;
  width: 100%;
}
@media all and (min-width: 769px) {
  .p-form__body {
    font-size: 14px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-form__body {
    font-size: 13px;
  }
}
@media all and (max-width: 1024px) {
  .p-form__body {
    font-size: 1.6927083333vw;
  }
}
@media all and (max-width: 768px) {
  .p-form__body {
    font-size: 3.4666666667vw;
  }
}
@media all and (min-width: 769px) {
  .p-form__body {
    margin-bottom: 4px;
    padding: 32px 24px;
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
  }
}
@media all and (max-width: 1024px) {
  .p-form__body {
    padding: 2.34375vw 1.5625vw;
  }
}
@media all and (max-width: 768px) {
  .p-form__body {
    border-top: #fff 0 solid;
    border-bottom: #fff 1.0666666667vw solid;
    display: block;
    padding: 0 4.2666666667vw 5.3333333333vw;
    width: 95.4666666667vw;
  }
}
.p-form__body p {
  margin: 0;
}
.p-form__footer {
  display: block;
  text-align: center;
}
.p-form__unitcell {
  display: block;
  width: 100%;
}
.p-form__p-form__none {
  width: 0;
}
.p-form__note {
  line-height: 1.2;
  color: #777777;
}
@media all and (min-width: 769px) {
  .p-form__note {
    font-size: 10px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-form__note {
    font-size: 10px;
  }
}
@media all and (max-width: 1024px) {
  .p-form__note {
    font-size: 1.3020833333vw;
  }
}
@media all and (max-width: 768px) {
  .p-form__note {
    font-size: 2.6666666667vw;
  }
}
.p-form .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
@media all and (min-width: 769px) {
  .p-form .wpcf7-list-item label {
    margin: 16px 0;
  }
}
@media all and (max-width: 1024px) {
  .p-form .wpcf7-list-item label {
    margin: 1.5625vw 0;
  }
}
@media all and (max-width: 768px) {
  .p-form .wpcf7-list-item label {
    margin: 4.2666666667vw 0;
  }
}
.p-form .wpcf7-list-item .first label {
  margin-top: 0;
}
.p-form .wpcf7-list-item .last label {
  margin-bottom: 0;
}
.p-form .wpcf7-list-item:first-of-type label {
  margin-top: 0;
}
.p-form .wpcf7-list-item:last-of-type label {
  margin-bottom: 0;
}
@media all and (min-width: 769px) {
  .p-form .wpcf7-list-item input {
    margin-right: 8px;
  }
}
@media all and (max-width: 1024px) {
  .p-form .wpcf7-list-item input {
    margin-right: 0.78125vw;
  }
}
@media all and (max-width: 768px) {
  .p-form .wpcf7-list-item input {
    margin-right: 2.1333333333vw;
  }
}

textarea {
  background: #fff;
  border: #ADADAD 1px solid;
  width: -webkit-fill-available;
  border-radius: 8px;
}
@media all and (min-width: 769px) {
  textarea {
    padding: 8px;
  }
}
@media all and (max-width: 1024px) {
  textarea {
    border-radius: 0.78125vw;
    padding: 0.78125vw;
  }
}
@media all and (max-width: 768px) {
  textarea {
    border-radius: 2.1333333333vw;
    padding: 2.1333333333vw;
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
input[type=search],
input[type=password] {
  background: #fff;
  border: #ADADAD 1px solid;
  width: -webkit-fill-available;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.04rem;
}
@media all and (min-width: 769px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=search],
  input[type=password] {
    font-size: 14px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=search],
  input[type=password] {
    font-size: 14px;
  }
}
@media all and (max-width: 1024px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=search],
  input[type=password] {
    font-size: 1.8229166667vw;
  }
}
@media all and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=search],
  input[type=password] {
    font-size: 4.2666666667vw;
  }
}
@media all and (min-width: 769px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=search],
  input[type=password] {
    border-radius: 8px;
    padding: 8px;
  }
}
@media all and (max-width: 1024px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=search],
  input[type=password] {
    border-radius: 0.78125vw;
    padding: 0.78125vw;
  }
}
@media all and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=search],
  input[type=password] {
    border-radius: 2.1333333333vw;
    padding: 2.1333333333vw;
  }
}

input[type=radio] {
  border: #ADADAD 1px solid;
  border-radius: 50%;
  background: #fff;
  position: relative;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  input[type=radio] {
    width: 24px;
    height: 24px;
  }
}
@media all and (max-width: 1024px) {
  input[type=radio] {
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
@media all and (max-width: 768px) {
  input[type=radio] {
    width: 6.4vw;
    height: 6.4vw;
  }
}
input[type=radio]::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  content: "";
  width: 50%;
  height: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
input[type=radio]:checked {
  border: #3074BA 1px solid;
}
input[type=radio]:checked::after {
  background: #3074BA;
  transform: translate(-50%, -50%) scale(1);
}

input[type=checkbox] {
  border: #ADADAD 1px solid;
  background: #fff;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  input[type=checkbox] {
    width: 28px;
    height: 28px;
    border-radius: 8px;
  }
}
@media all and (max-width: 1024px) {
  input[type=checkbox] {
    width: 2.734375vw;
    height: 2.734375vw;
    border-radius: 0.78125vw;
  }
}
@media all and (max-width: 768px) {
  input[type=checkbox] {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    border-radius: 2.1333333333vw;
  }
}
input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  width: 30%;
  height: 50%;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  will-change: auto;
  -webkit-transition: all 120ms cubic-bezier(0.175, 0.885, 0.32, 1) 0ms; /* older webkit */
  -webkit-transition: all 120ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -moz-transition: all 120ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -ms-transition: all 120ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -o-transition: all 120ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  transition: all 120ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms; /* easeOutBack */
}
input[type=checkbox]:checked {
  border: #3074BA 1px solid;
}
input[type=checkbox]:checked::after {
  border-right: #3074BA 2px solid;
  border-bottom: #3074BA 2px solid;
  transform: translate(-50%, -50%) rotate(45deg) scale(1);
}

input[type=submit] {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 769px) {
  input[type=submit] {
    padding-left: 24px;
    margin-top: 64px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  input[type=submit] {
    margin-top: 48px;
  }
}
@media all and (max-width: 1024px) {
  input[type=submit] {
    padding-left: 2.34375vw;
    margin-top: 4.6875vw;
  }
}
@media all and (max-width: 768px) {
  input[type=submit] {
    padding-left: 6.4vw;
    margin-top: 10.6666666667vw;
  }
}
input[type=submit].wpcf7-submit:disabled {
  pointer-events: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNiIgY3k9IjE2IiByPSIxNiIgdHJhbnNmb3JtPSJtYXRyaXgoMSA4Ljc0MjI4ZS0wOCA4Ljc0MjI4ZS0wOCAtMSAwIDMyKSIgZmlsbD0id2hpdGUiLz48cGF0aCBkPSJNMTEgMjFMMjMgMTYuMTkwNUwxMS4wMDAzIDExTDEzLjc2MjcgMTYuMTkwNUwxMSAyMVoiIGZpbGw9IiNENkQ2RDYiLz48L3N2Zz4=);
  background-color: #D6D6D6;
}

.wpcf7-list-item-label {
  color: #000;
}
@media all and (min-width: 769px) {
  .wpcf7-list-item-label {
    font-size: 16px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .wpcf7-list-item-label {
    font-size: 15px;
  }
}
@media all and (max-width: 1024px) {
  .wpcf7-list-item-label {
    font-size: 1.8229166667vw;
  }
}
@media all and (max-width: 768px) {
  .wpcf7-list-item-label {
    font-size: 3.7333333333vw;
  }
}

.wpcf7-not-valid-tip {
  color: #DC0000;
  margin-bottom: 0;
  line-height: 1;
  display: block;
}
@media all and (min-width: 769px) {
  .wpcf7-not-valid-tip {
    font-size: 12px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .wpcf7-not-valid-tip {
    font-size: 11px;
  }
}
@media all and (max-width: 1024px) {
  .wpcf7-not-valid-tip {
    font-size: 1.5625vw;
  }
}
@media all and (max-width: 768px) {
  .wpcf7-not-valid-tip {
    font-size: 2.9333333333vw;
  }
}
@media all and (min-width: 769px) {
  .wpcf7-not-valid-tip {
    margin-top: 12px;
  }
}
@media all and (max-width: 1024px) {
  .wpcf7-not-valid-tip {
    margin-top: 1.171875vw;
  }
}
@media all and (max-width: 768px) {
  .wpcf7-not-valid-tip {
    margin-top: 1.0666666667vw;
  }
}

.wpcf7-response-output {
  color: #DC0000;
}
@media all and (min-width: 769px) {
  .wpcf7-response-output {
    font-size: 12px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .wpcf7-response-output {
    font-size: 11px;
  }
}
@media all and (max-width: 1024px) {
  .wpcf7-response-output {
    font-size: 1.5625vw;
  }
}
@media all and (max-width: 768px) {
  .wpcf7-response-output {
    font-size: 2.9333333333vw;
  }
}
@media all and (min-width: 769px) {
  .wpcf7-response-output {
    margin-top: 32px;
  }
}
@media all and (max-width: 1024px) {
  .wpcf7-response-output {
    margin-top: 2.734375vw;
  }
}
@media all and (max-width: 768px) {
  .wpcf7-response-output {
    margin-top: 5.3333333333vw;
  }
}

input[type=file] {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  input[type=file] {
    font-size: 12px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  input[type=file] {
    font-size: 12px;
  }
}
@media all and (max-width: 1024px) {
  input[type=file] {
    font-size: 1.5625vw;
  }
}
@media all and (max-width: 768px) {
  input[type=file] {
    font-size: 3.2vw;
  }
}
@media all and (min-width: 769px) {
  input[type=file] {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 180px;
  }
}
@media all and (max-width: 1024px) {
  input[type=file] {
    padding-top: 0.9765625vw;
    padding-bottom: 0.9765625vw;
    padding-left: 19.53125vw;
  }
}
@media all and (max-width: 768px) {
  input[type=file] {
    width: 58.6666666667vw;
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-left: 48vw;
  }
}
input[type=file]::file-selector-button {
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.04rem;
  color: #777777;
  background: #fff;
  border: #ADADAD 1px solid;
  left: 0;
  height: 90%;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  line-height: 0;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  input[type=file]::file-selector-button {
    font-size: 12px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  input[type=file]::file-selector-button {
    font-size: 12px;
  }
}
@media all and (max-width: 1024px) {
  input[type=file]::file-selector-button {
    font-size: 1.4322916667vw;
  }
}
@media all and (max-width: 768px) {
  input[type=file]::file-selector-button {
    font-size: 3.2vw;
  }
}
@media all and (min-width: 769px) {
  input[type=file]::file-selector-button {
    padding: 0 28px 0 45px;
    width: fit-content;
    height: 40px;
    border-radius: 8px;
  }
}
@media all and (max-width: 1024px) {
  input[type=file]::file-selector-button {
    padding: 0 2.734375vw 2px 4.39453125vw;
    width: fit-content;
    height: 3.90625vw;
    border-radius: 0.78125vw;
  }
}
@media all and (max-width: 768px) {
  input[type=file]::file-selector-button {
    padding: 0 7.4666666667vw 0 12vw;
    width: fit-content;
    height: 9.0666666667vw;
    border-radius: 2.1333333333vw;
  }
}
input[type=file]::before {
  content: "";
  line-height: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.04rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDkgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGxpbmUgeDE9IjQuMzcxMTRlLTA4IiB5MT0iNSIgeDI9IjkiIHkyPSI1IiBzdHJva2U9IiM3Nzc3NzciLz48bGluZSB4MT0iNC41IiB5MT0iMC41IiB4Mj0iNC41IiB5Mj0iOS41IiBzdHJva2U9IiM3Nzc3NzciLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  color: #777777;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media all and (min-width: 769px) {
  input[type=file]::before {
    font-size: 12px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  input[type=file]::before {
    font-size: 12px;
  }
}
@media all and (max-width: 1024px) {
  input[type=file]::before {
    font-size: 1.5625vw;
  }
}
@media all and (max-width: 768px) {
  input[type=file]::before {
    font-size: 3.2vw;
  }
}
@media all and (min-width: 769px) {
  input[type=file]::before {
    left: 28px;
    width: 9px;
    height: 9px;
  }
}
@media all and (max-width: 1024px) {
  input[type=file]::before {
    left: 2.734375vw;
    width: 0.87890625vw;
    height: 0.87890625vw;
  }
}
@media all and (max-width: 768px) {
  input[type=file]::before {
    left: 7.4666666667vw;
    width: 2.4vw;
    height: 2.4vw;
  }
}
@media all and (min-width: 769px) {
  input[type=file]:hover::file-selector-button {
    background: #f4f4f4;
  }
}
@media all and (max-width: 768px) {
  input[type=file] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  input[type=file]:active::file-selector-button {
    background: #f4f4f4;
  }
}

main {
  overflow: hidden;
  background: #fff;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

@media all and (min-width: 769px) {
  body.create-organization .form-outline,
  body.create-organizationuser .form-outline,
  body.inquiry .form-outline {
    max-width: 720px;
  }
}
@media all and (max-width: 1024px) {
  body.create-organization .form-outline,
  body.create-organizationuser .form-outline,
  body.inquiry .form-outline {
    max-width: none;
  }
}

@media all and (max-width: 768px) {
  .license.p-table .p-table__head:first-of-type,
  .license.p-table .p-table__body:first-of-type {
    width: 8vw;
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  .license.p-table .p-table__head:nth-of-type(2),
  .license.p-table .p-table__body:nth-of-type(2) {
    width: 16vw;
    text-align: center;
  }
}

.validation-area {
  width: 100%;
}
@media all and (max-width: 768px) {
  .validation-area {
    overflow: auto;
    /*.p-table {
      display: grid;
      grid-template-columns: repeat(6, auto);
    }
    .p-table__group {
      display: contents;
      width: 100%;
    }
    .p-table__head,
    .p-table__body {
      display: block;
    }*/
  }
}
@media all and (max-width: 768px) {
  .validation-area .p-table__head {
    min-width: 0;
    white-space: normal;
  }
}
@media all and (max-width: 768px) {
  .validation-area .p-table__head:first-of-type,
  .validation-area .p-table__body:first-of-type {
    width: 8vw;
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  .validation-area .p-table__head:nth-of-type(2),
  .validation-area .p-table__body:nth-of-type(2) {
    width: 13.3333333333vw;
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  .validation-area .p-table__head:nth-of-type(3),
  .validation-area .p-table__body:nth-of-type(3) {
    width: 21.3333333333vw;
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  .validation-area .p-table__head:nth-of-type(4),
  .validation-area .p-table__body:nth-of-type(4) {
    width: 8vw;
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  .validation-area .p-table__head:nth-of-type(5),
  .validation-area .p-table__body:nth-of-type(5) {
    width: 18.6666666667vw;
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  .validation-area .p-table__head:nth-of-type(6),
  .validation-area .p-table__body:nth-of-type(6) {
    width: 40vw;
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  .validation-area .p-table__head,
  .validation-area .p-table__body {
    width: fit-content;
  }
}

.grecaptcha-badge { z-index: 12; }