@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Overpass:ital@0;1&display=swap");
:root {
  /* color */
  --color-primary: #2D2D2D;
  --color-whi: #fff;
  --color-whi-rgb: 255,255,255;
  --color-pale-gold-rgb: 254,245,200;
  --color-very-pale-azure-rgb: 216,239,255;
  --color-pale-cornflower-blue-rgb: 200,233,251;
  --color-very-pale-crimson2-rgb: 254,234,238;
  --color-moderate-phthalo-blue: #384dbe;
  --color-brilliant-crimson: #f25a6e;
  --color-brilliant-gold: #f3db4c;
  --color-brilliant-gold2: #F1C30F;
  --color-brilliant-gold3: #FBDB32;
  --color-pale-gray: #e0e0e0;
  --color-pale-gray2: #E4E4E4;
  --color-pale-gray3: #DEDEDE;
  --color-pale-gray4: #A1A1A1;
  --color-brilliant-cobalt-blue: #3880db;
  --color-brilliant-phthalo-blue: #1D60CC;
  --color-gray: #707070;
  --color-deep-gray: #545454;
  --color-light-gray: #BEBEBE;
  --color-vivid-azure: #0075CB;
  --color-vivid-azure2: #076DD9;
  --color-strong-azure: #1351B5;
  --color-pale-cornflower-blue: #C8E9FB;
  --color-light-brilliant-azure: #34AEFF;
  --color-light-brilliant-azure2: #48B6FF;
  --color-brilliant-azure: #209AEB;
  --color-light-brilliant-gold: #F9E36E;
  --color-brilliant-amaranth: #D63C5A;
  --color-light-brilliant-amaranth: #F55B79;
  --color-very-pale-cerulean: #EBF7FF;
  --color-very-pale-cerulean2: #EBF7FE;
  --color-very-pale-cerulean3: #ECF8FF;
  --color-very-pale-crimson: #FEE4E9;
  --color-very-pale-crimson2: #FEEAEE;
  --color-very-pale-crimson3: #FFE3E9;
  --color-pale-azure: #B1DFFF;
  --color-very-pale-gray: #F5F5F5;
  --color-very-pale-gray2: #F4F4F4;
  --color-light-orange: #F2BAA3;
  --color-brilliant-red: #CD3351;
  --color-brilliant-lime-green: #BED660;
  --color-very-pale-yellow: #FFFDE5;
  --color-pinkish-white: #FEEFF2;
  --color-pinkish-white2: #FEF0F3;
  --color-pinkish-white3: #fffbfc;
  --color-pinkish-white4: #FDF1F4;
  --color-very-pale-amber: #FFF9DE;
  --color-very-pale-amber2: #FEFAE7;
  --color-vivid-cornflower-blue: #1492E6;
  --color-very-light-cornflower-blue: #97D5FF;
  --color-Pale-grayish-olive: #F4F8E3;
  --color-strong-lime-green: #799600;
  --color-moderate-olive: #ACC935;
  --color-cyanish-black: #22282C;
  --color-very-pale-gray: #F1F1F1;
  --color-brilliant-cornflower-blue: #58A5D6;
  --color-light-greenish-gray: #F6FBF6;
  --color-light-greenish-gray2: #FBFDFB;
  --color-cyanish-white: #F6FCFF;
  --color-light-grayish-lime-green: #dee9ae;
  --color-very-light-amaranth: #F89AAD;
  --color-light-grayish-olive: #E8F0C7;
  --color-light-grayish-cerulean: #EDF2FB;
  --color-strong-apple-green: #8FAC16;
  --color-very-pale-lime-green: #F2F9D6;
  /* font family */
  --font-meiryo: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  --font-sans: "Noto Sans JP", "ヒラギノ角ゴシック", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Hiragino Sans, "メイリオ", Meiryo, sans-serif;
  --font-serif: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* resset.dev • v5.0.2 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

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

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

* {
  padding: 0;
  margin: 0;
}

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

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

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

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

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: bottom;
}

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

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

fieldset {
  border: 0;
}

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

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
  vertical-align: bottom;
}

progress {
  vertical-align: baseline;
}

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

[aria-controls] {
  cursor: pointer;
}

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

li {
  list-style: none;
}

i {
  font-style: normal;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); /* 古いブラウザ用 */
  border: 0;
}

@media screen and (min-width: 798px) {
  /* キーボード操作時にフォーカス表示 */
  button:focus-visible,
  a:focus-visible,
  input:focus-visible,
  textarea:focus-visible {
    outline: 2px solid #000;
  }
  /* フォールバック: フォーカス時に表示（サポートしていないブラウザ用） */
  button:focus:not(:focus-visible),
  a:focus:not(:focus-visible),
  input:focus:not(:focus-visible),
  textarea:focus:not(:focus-visible) {
    outline: none;
  }
  /* スキップリンクの初期状態 - 画面外に隠す */
  .skip-link {
    left: 0;
    position: absolute;
    text-decoration: none;
    top: -60px; /* 初期状態は画面外 */
    transition: top 0.3s ease;
    width: 100%;
    z-index: 100;
  }
  .skip-link a {
    background-color: #FFF;
    display: block;
    padding: 10px;
    text-align: center;
    color: black; /* 見やすさのために追加 */
    text-decoration: none;
  }
  .noneFocusable:focus {
    outline: none; /* フォーカス時のアウトラインを消す */
  }
}
@media screen and (max-width: 797px) {
  .skip-link {
    display: none;
  }
}
html {
  background-color: var(--color-whi);
  font-size: 62.5%;
  width: 100%;
}

body {
  color: var(--color-primary);
  font-family: var(--font-meiryo);
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 798px) {
  body {
    background-image: url(/assets/images/map.svg);
    background-repeat: no-repeat;
    background-position: center top 184px;
    background-size: 1071px auto;
    background-attachment: fixed;
    padding-top: 136px;
    position: relative;
    min-width: 1200px;
  }
}
@media screen and (max-width: 797px) {
  body {
    padding-top: 70px;
    font-size: 1.4rem;
    overflow-x: hidden;
  }
}

a {
  color: var(--color-strong-azure);
  text-decoration: underline;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
}

.l-main {
  padding-left: 15px;
  padding-right: 15px;
}

.modaal-overlay {
  mix-blend-mode: multiply;
}

@media screen and (max-width: 797px) {
  img {
    height: auto;
    width: 100%;
  }
}
@media screen and (min-width: 798px) {
  .contents {
    margin-inline: auto;
    max-width: 1192px;
    width: 100%;
  }
  .l-backtotop {
    cursor: pointer;
  }
}
.c-inner {
  margin-inline: auto;
  max-width: 1129px;
  width: 100%;
}

header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
header .l-header__license {
  color: var(--color-gray);
  font-size: 1.2rem;
  margin-bottom: 9px;
  padding-left: 5px;
}
header .l-header--upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
  padding-left: 5px;
}
@media screen and (min-width: 798px) {
  header::before {
    background-color: var(--color-whi);
    content: "";
    height: calc(100% - 35px);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  header .l-header__inner {
    margin-inline: auto;
    padding-top: 4px;
    position: relative;
    max-width: 1404px;
    width: 100%;
    min-width: 1200px;
  }
  header .l-header__license {
    height: 20px;
    opacity: 1;
    transition: opacity 0.2s ease, height 0.2s ease;
  }
  header .l-header__license.scrolled {
    height: 0;
    opacity: 0;
  }
}
@media screen and (max-width: 797px) {
  header {
    background-color: rgba(var(--color-whi-rgb), 1);
    min-height: 70px;
    padding-bottom: 7px;
    padding-left: 13px;
    padding-top: 8px;
  }
  header .l-header__license {
    display: none;
  }
  header .l-header--upper {
    margin-bottom: 0;
    padding-left: 0;
  }
  header .l-header--upper .l-header--buttonGroup {
    display: none;
  }
}
header .l-roots {
  position: relative;
}
header .l-roots__siteroot {
  padding-left: 56px;
}
header .l-roots__siteroot:before {
  background-image: url(/assets/images/logo.svg);
  background-size: cover;
  content: "";
  height: 44px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 50px;
}
header .l-roots__siteroot a {
  color: var(--color-primary);
  display: flex;
  align-items: center;
  font-size: 3.4rem;
  text-decoration: none;
}
header .l-roots__siteroot a i {
  color: var(--color-deep-gray);
  font-size: 1.6rem;
  margin-left: 15px;
}
header .l-roots__siteroot a b {
  line-height: 1.3;
}
header .l-roots__siteroot a b i {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 6px;
  margin-left: 0;
  text-align: center;
  transform: translateX(2px);
}
@media screen and (max-width: 797px) {
  header .l-roots__siteroot {
    padding-left: 39px;
  }
  header .l-roots__siteroot:before {
    height: 28px;
    top: 0;
    width: 33px;
  }
  header .l-roots__siteroot a {
    display: block;
    font-size: 2.1rem;
  }
  header .l-roots__siteroot a i {
    display: block;
    font-size: 1rem;
    margin-left: -39px;
    margin-top: 3px;
  }
  header .l-roots__siteroot a b {
    line-height: 1;
  }
  header .l-roots__siteroot a b i {
    font-size: 0.7rem;
    letter-spacing: 2.5px;
    margin-top: -3px;
    text-align: left;
    transform: translateX(0px);
  }
}
header .l-header--buttonGroup {
  display: flex;
  justify-content: flex-end;
  max-width: 564px;
  width: 100%;
}
header .l-header--buttonGroup .c-button__newMember {
  margin-left: 10px;
}
header .l-header--buttonGroup .c-button__mail {
  margin-left: 20px;
  max-width: 214px;
}
header .l-primary-nav {
  background-color: var(--color-whi);
}
header .l-primary-nav__items {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header .l-primary-nav .l-primary-nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
}
header .l-primary-nav .l-primary-nav__item:not(:first-child) {
  margin-left: 1px;
}
header .l-primary-nav .l-primary-nav__item a {
  background-color: var(--color-strong-azure);
  color: var(--color-whi);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.4rem, 1.3vw, 1.8rem);
  height: 70px;
  padding: 0 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
header .l-primary-nav .l-primary-nav__item a::before {
  background-color: var(--color-brilliant-gold);
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  transition: height 0.3s;
}
header .l-primary-nav .l-primary-nav__item a:hover::before {
  height: 5px;
}
@media screen and (min-width: 798px) {
  header .l-primary-nav .l-primary-nav__item a.is-current::before {
    background-color: var(--color-brilliant-gold);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
header .l-primary-nav .l-primary-nav__item:last-child a {
  background-color: var(--color-brilliant-gold);
  color: var(--color-strong-azure);
  font-weight: 700;
}
header .l-primary-nav .l-primary-nav__item:last-child a:before {
  background-color: var(--color-strong-azure);
}
header .l-primary-nav .l-primary-nav__item:last-child a i {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 797px) {
  header .l-primary-nav {
    display: none;
  }
}
header .l-header--buttonGroup__sp {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
header .l-header--buttonGroup__sp .l-login {
  background-color: var(--color-brilliant-gold3);
  color: var(--color-vivid-azure2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  height: 70px;
  padding-top: 35px;
  position: relative;
  width: 70px;
}
header .l-header--buttonGroup__sp .l-login::before {
  background-image: url(/assets/images/icon_login.svg);
  background-size: cover;
  content: "";
  display: block;
  height: 17px;
  left: calc(50% - 7px);
  position: absolute;
  top: calc(50% - 17px);
  width: 14px;
}
header .l-header--buttonGroup__sp .l-primary-nav__toggle {
  background-color: var(--color-strong-azure);
  color: var(--color-whi);
  font-size: 0.9rem;
  height: 70px;
  padding-top: 35px;
  position: relative;
  width: 70px;
}
header .l-header--buttonGroup__sp .l-primary-nav__toggle::before {
  background-image: url(/assets/images/icon_menu.svg);
  background-size: cover;
  content: "";
  display: block;
  height: 19px;
  left: calc(50% - 12px);
  position: absolute;
  top: calc(50% - 19px);
  width: 24px;
}
header .l-header--buttonGroup__sp .l-primary-nav__toggle.is-open::before {
  background-image: url(/assets/images/icon_menu_close.svg);
  height: 20px;
  left: calc(50% - 10px);
  width: 20px;
}
header .l-header--buttonGroup__sp .l-primary-nav__toggle i {
  display: inline;
}
header .l-header--buttonGroup__sp .l-primary-nav__toggle span {
  display: none;
}
header .l-header--buttonGroup__sp .l-primary-nav__toggle.is-open i {
  display: none;
}
header .l-header--buttonGroup__sp .l-primary-nav__toggle.is-open span {
  display: inline;
}
@media screen and (min-width: 798px) {
  header .l-header--buttonGroup__sp {
    display: none;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  header .l-primary-nav .l-primary-nav__item a {
    font-size: 1.4rem;
  }
}

.l-menu {
  display: none;
}
@media screen and (max-width: 797px) {
  .l-menu.is-block {
    display: block;
    height: 100%;
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 10;
  }
  .l-menu .l-menu__inner {
    background-color: var(--color-strong-azure);
    height: 100%;
    padding-bottom: 52px;
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 40px;
  }
  .l-menu a {
    text-decoration: none;
  }
  .l-menu .l-primary-nav__item {
    font-size: 1.6rem;
  }
  .l-menu .l-primary-nav__item:not(:first-child) {
    margin-top: 24px;
  }
  .l-menu .l-primary-nav__item:last-child a {
    /*color: rgba(var(--color-whi-rgb), .39);*/
  }
  .l-menu .l-primary-nav__item:last-child a i {
    display: block;
    font-weight: 400;
  }
  .l-menu .l-primary-nav__item a {
    color: var(--color-whi);
    font-weight: 700;
  }
  .l-menu .l-menu__newMember,
  .l-menu .l-menu__login {
    margin-top: 24px;
  }
  .l-menu .l-menu__newMember a,
  .l-menu .l-menu__login a {
    /*color: rgba(var(--color-whi-rgb), .39);*/
    color: var(--color-whi);
    font-weight: 700;
  }
  .l-menu .l-menu__newMember a i {
    display: block;
    font-weight: 400;
  }
  .l-menu .l-menu__login a i {
    display: none;
  }
  .l-menu .l-sns {
    color: var(--color-whi);
    font-size: 1.3rem;
    margin-top: 57px;
  }
  .l-menu .l-otherInfo__link {
    display: flex;
    margin-top: 47px;
  }
  .l-menu .l-otherInfo__link li:nth-child(2) {
    border-left: 1px solid rgba(var(--color-whi-rgb), 0.39);
    margin-left: 20px;
    padding-left: 20px;
  }
  .l-menu .l-otherInfo__link li a {
    color: var(--color-whi);
    font-size: 1.3rem;
  }
}

.l-footer--upper {
  background-color: var(--color-vivid-azure);
}
.l-footer--upper .c-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 55px;
  margin-inline: auto;
  max-width: 1404px;
  width: 100%;
}
.l-footer--breadcrumb {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.l-footer--breadcrumb li {
  color: var(--color-whi);
  font-size: 1.5rem;
  margin-right: 30px;
  position: relative;
}
.l-footer--breadcrumb li a {
  color: var(--color-whi);
  text-decoration: none;
}
.l-footer--breadcrumb li:first-child {
  padding-left: 23px;
  position: relative;
}
.l-footer--breadcrumb li:first-child::before {
  background-image: url(/assets/images/icon_home.svg);
  background-size: cover;
  content: "";
  height: 13.5px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 15px;
}
.l-footer--breadcrumb li::after {
  border-right: 1px solid var(--color-whi);
  border-top: 1px solid var(--color-whi);
  content: "";
  height: 10px;
  right: -15px;
  position: absolute;
  top: 5px;
  width: 10px;
  transform: rotate(45deg);
}
.l-footer--breadcrumb li:last-child {
  margin-right: initial;
}
.l-footer--breadcrumb li:last-child::after {
  content: none;
}
.l-footer .pageTop {
  background-color: var(--color-strong-azure);
  color: var(--color-whi);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  min-height: 55px;
  width: 200px;
}
.l-footer--body {
  background-color: var(--color-strong-azure);
  color: var(--color-whi);
}
.l-footer--body a {
  color: var(--color-whi);
  text-decoration: none;
}
.l-footer--body a:hover {
  text-decoration: underline;
}
.l-footer--body .c-inner {
  padding: 90px 5vw;
  margin-inline: auto;
  max-width: 1404px;
  width: 100%;
}
.l-footer--body .l-footer__items {
  display: flex;
}
.l-footer--body .l-footer__item:nth-child(1) {
  padding-right: 70px;
  min-width: 615px;
}
.l-footer--body .l-footer__item:nth-child(2) {
  border-left: 1px solid rgba(var(--color-whi-rgb), 0.5);
  padding-left: 75px;
  width: 100%;
}
.l-footer--body .l-footer__item:nth-child(2) .c-footerLink-items {
  display: flex;
}
.l-footer--body .l-footer__item:nth-child(2) .c-footerLink-item:nth-child(1) {
  margin-right: 4.64vw;
}
.l-footer--body .l-footer__item:nth-child(2) .c-footerLink-item ul li {
  font-size: 1.5rem;
  font-weight: 700;
}
.l-footer--body .l-footer__item:nth-child(2) .c-footerLink-item ul li:not(:first-child) {
  margin-top: 15px;
}
.l-footer--body .l-footer__item:nth-child(2) .c-footerLink-item ul li a.noneEvent {
  color: rgba(var(--color-whi-rgb), 0.5);
  pointer-events: none;
}
.l-footer--body .l-footer__item:nth-child(2) .c-footerLink-item ul li a i {
  display: block;
  font-weight: 400;
}
.l-footer--body .l-footer__roots {
  display: flex;
  justify-content: space-between;
}
.l-footer--body .l-footer__roots .l-roots {
  position: relative;
}
.l-footer--body .l-footer__roots .l-roots__siteroot {
  padding-left: 66px;
}
.l-footer--body .l-footer__roots .l-roots__siteroot:before {
  background-image: url(/assets/images/logo_whi.svg);
  background-size: cover;
  content: "";
  height: 42px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 48px;
}
.l-footer--body .l-footer__roots .l-roots__siteroot a {
  color: var(--color-whi);
  display: flex;
  align-items: center;
  font-size: 3.8rem;
  text-decoration: none;
}
.l-footer--body .l-footer__roots .l-footer__access {
  display: flex;
  align-items: center;
  flex-basis: 265px;
  flex-wrap: wrap;
}
.l-footer--body .l-footer__roots .l-footer__access .c-button {
  font-weight: 700;
}
.l-footer--body .l-footer__roots .l-footer__access .c-button.c-button__ms {
  margin-right: 10px;
  max-width: 150px;
  width: 100%;
}
.l-footer--body .l-footer__roots .l-footer__access .c-button.c-button__s {
  max-width: 105px;
  width: 100%;
}
.l-footer--body .l-footer__roots .l-footer__access .c-button a:hover {
  text-decoration: none;
}
.l-footer--body .l-footer__license {
  margin-top: 25px;
}
.l-footer--body .l-footer__license .text_s {
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.l-footer--body .l-footer__license .text_name {
  font-size: 2.2rem;
}
.l-footer--body .l-footer__address {
  margin-top: 18px;
}
.l-footer--body .l-footer__address ul li {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
.l-footer--body .l-footer__address ul li span {
  display: block;
  margin-right: 5px;
  position: relative;
  width: 120px;
}
.l-footer--body .l-footer__address ul li span::after {
  content: "：";
  position: absolute;
  right: -5px;
  top: -1px;
}
.l-footer--body .l-footer__address ul li b {
  font-size: 1.9rem;
}
.l-footer--body .l-footer__address ul li.u-disSp-v {
  display: none;
}
.l-footer--body .l-footer__address ul li a {
  text-decoration: underline;
}
.l-footer--body .l-footer__address ul li a:hover {
  text-decoration: none;
}
.l-footer--body .l-otherInfo__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 20px;
}
.l-footer--body .l-otherInfo__bottom .l-sns {
  font-size: 1.3rem;
}
.l-footer--body .l-otherInfo__bottom small {
  color: rgba(var(--color-whi-rgb), 0.5);
  font-size: 1.3rem;
}
.l-footer--body .l-otherInfo__linkGroup {
  display: flex;
  flex-direction: column;
}
.l-footer--body .l-otherInfo__link {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 23px;
}
.l-footer--body .l-otherInfo__link li:not(:first-child) {
  border-left: 1px solid rgba(var(--color-whi-rgb), 0.5);
  margin-left: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .l-footer--body .c-inner {
    padding: 90px 60px;
  }
  .l-footer--body .l-footer__item:nth-child(2) .c-footerLink-item:nth-child(1) {
    margin-right: 55.68px;
  }
}
@media screen and (max-width: 797px) {
  .l-footer {
    margin-top: 105px;
  }
  .l-footer--upper .c-inner {
    position: relative;
  }
  .l-footer--breadcrumbWrap {
    margin-right: 10px;
    overflow-x: scroll;
  }
  .l-footer--breadcrumb li {
    white-space: nowrap;
  }
  .l-footer .pageTop {
    background-color: var(--color-whi);
    color: var(--color-strong-azure);
    min-height: 105px;
    position: absolute;
    text-decoration: underline;
    top: -105px;
    width: 100%;
  }
  .l-footer--body .c-inner {
    padding: 75px 35px 105px;
  }
  .l-footer--body .l-footer__items {
    display: block;
  }
  .l-footer--body .l-footer__item:nth-child(1) {
    padding-bottom: 38px;
    padding-right: initial;
    min-width: initial;
  }
  .l-footer--body .l-footer__item:nth-child(2) {
    border-left: none;
    border-top: 1px solid rgba(var(--color-whi-rgb), 0.5);
    padding-left: 0;
    padding-top: 37px;
  }
  .l-footer--body .l-footer__item:nth-child(2) .c-footerLink-items {
    display: block;
  }
  .l-footer--body .l-footer__item:nth-child(2) .c-footerLink-item:nth-child(2) {
    margin-top: 15px;
  }
  .l-footer--body .l-footer__roots {
    display: block;
  }
  .l-footer--body .l-footer__roots .l-footer__access {
    margin-top: 27px;
  }
  .l-footer--body .l-footer__license {
    margin-top: 33px;
  }
  .l-footer--body .l-footer__license .text_s {
    margin-bottom: 0;
  }
  .l-footer--body .l-footer__license .text_name {
    font-size: 1.6rem;
    margin-top: 15px;
  }
  .l-footer--body .l-footer__address {
    margin-top: 32px;
  }
  .l-footer--body .l-footer__address ul li {
    display: flex;
    align-items: flex-start;
    font-size: 1.4rem;
  }
  .l-footer--body .l-footer__address ul li b {
    font-size: 1.4rem;
  }
  .l-footer--body .l-footer__address ul li.u-disSp-v {
    display: flex;
  }
  .l-footer--body .l-footer__address ul li a:hover {
    text-decoration: underline;
  }
  .l-footer--body .l-otherInfo {
    margin-top: 65px;
  }
  .l-footer--body .l-otherInfo__bottom {
    display: block;
    margin-top: 0;
  }
  .l-footer--body .l-otherInfo__bottom small {
    display: block;
    font-size: 0.9rem;
    text-align: center;
  }
  .l-footer--body .l-otherInfo__linkGroup {
    display: block;
    margin-top: 65px;
  }
  .l-footer--body .l-otherInfo__link {
    justify-content: flex-start;
    margin-bottom: 19px;
  }
  .l-footer--body .l-otherInfo__link li:not(:first-child) {
    margin-left: 30px;
    padding-left: 30px;
  }
}

.p-pageLowerGroup {
  margin-top: 155px;
}
@media screen and (max-width: 797px) {
  .p-pageLowerGroup {
    margin-top: 72px;
  }
}

.p-joiningGroup {
  background-color: var(--color-light-brilliant-gold);
}
.p-joiningGroup .inner {
  background-image: url(/assets/images/illust_01.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  min-height: 379px;
  padding-left: 104px;
  padding-top: 87px;
  margin-inline: auto;
  max-width: 1192px;
  width: 100%;
}
.p-joiningGroup .c-button__type1 {
  margin-top: 30px;
}
.p-joiningGroup .c-button__type1 a {
  height: 68px;
}

.p-joiningGroup__heding {
  font-size: 4rem;
  font-weight: 700;
}

.p-joiningGroup__text {
  font-size: 1.7rem;
  margin-top: 11px;
}

@media screen and (max-width: 797px) {
  .p-joiningGroup .inner {
    background-image: url(/assets/images/illust_01_sp.svg);
    background-position: center bottom;
    background-size: 345px auto;
    padding-bottom: 360px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 69px;
  }
  .p-joiningGroup .c-button__type1 {
    margin-inline: auto;
    max-width: 305px;
  }
  .p-joiningGroup .c-button__type1 a {
    font-size: 1.5rem;
    height: 60px;
  }
  .p-joiningGroup__heding {
    font-size: 2.8rem;
  }
  .p-joiningGroup__text {
    font-size: 1.5rem;
    margin-top: 22px;
  }
}
.p-pageLowerGroup-second {
  background-color: var(--color-very-pale-cerulean);
  padding-bottom: 119px;
  padding-top: 98px;
}
.p-pageLowerGroup-second .inner {
  margin-inline: auto;
  max-width: 1150px;
  width: 100%;
}

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

.p-pageLowerGroup-second__item {
  max-width: 557px;
  width: 100%;
}
.p-pageLowerGroup-second__item:nth-child(1) .p-pageLowerGroup-second__img {
  background-color: var(--color-very-pale-crimson);
}
.p-pageLowerGroup-second__item:nth-child(1) .p-pageLowerGroup-second__img img {
  width: 252px;
  transform: translateX(35px);
}
.p-pageLowerGroup-second__item:nth-child(2) .p-pageLowerGroup-second__img {
  background-color: var(--color-pale-azure);
}
@media screen and (min-width: 798px) {
  .p-pageLowerGroup-second__item:hover {
    opacity: 0.7;
  }
}

.p-pageLowerGroup-second__heading {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}

.p-pageLowerGroup-second__img {
  border-radius: 30px 30px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
}

.p-pageLowerGroup-second__textBox {
  background-color: var(--color-strong-azure);
  border-radius: 0px 0px 30px 30px;
  color: var(--color-whi);
  padding: 23px 36px 27px;
}
.p-pageLowerGroup-second__textBox.icon-arw_r_large::after {
  right: 20px;
  top: 31px;
}

.p-pageLowerGroup-second__txt1 {
  font-size: 2.2rem;
  font-weight: 700;
}

.p-pageLowerGroup-second__txt2 {
  margin-top: 6px;
}

@media screen and (max-width: 797px) {
  .p-pageLowerGroup-second {
    padding: 0;
  }
  .p-pageLowerGroup-second .inner {
    padding-bottom: 76px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 107px;
  }
  .p-pageLowerGroup-second__items {
    display: block;
  }
  .p-pageLowerGroup-second__item {
    max-width: initial;
  }
  .p-pageLowerGroup-second__item a {
    text-decoration: none;
  }
  .p-pageLowerGroup-second__item:nth-child(1) .p-pageLowerGroup-second__img img {
    width: 162px;
    transform: translateX(35px);
  }
  .p-pageLowerGroup-second__item:nth-child(2) {
    margin-top: 79px;
  }
  .p-pageLowerGroup-second__item:nth-child(2) .p-pageLowerGroup-second__img {
    padding-top: 10px;
  }
  .p-pageLowerGroup-second__heading {
    font-size: 1.8rem;
    margin-bottom: 19px;
  }
  .p-pageLowerGroup-second__img {
    height: 199px;
  }
  .p-pageLowerGroup-second__textBox {
    padding: 26px 22px 34px;
  }
  .p-pageLowerGroup-second__textBox.icon-arw_r_large {
    padding-right: 22px;
  }
  .p-pageLowerGroup-second__txt1 {
    font-size: 1.8rem;
  }
  .p-pageLowerGroup-second__txt2 {
    font-size: 1.5rem;
    margin-top: 11px;
  }
}
.p-pageLowerGroup-tertiary {
  background-color: var(--color-whi);
  padding-bottom: 80px;
  padding-top: 100px;
}
.p-pageLowerGroup-tertiary .inner {
  margin-inline: auto;
  max-width: 1380px;
  width: 100%;
}

.p-pageLowerGroup-tertiary__items {
  display: flex;
  justify-content: center;
}

.p-pageLowerGroup-tertiary__item {
  max-width: 460px;
  width: 100%;
  padding: 34px 10px;
  text-align: center;
}
.p-pageLowerGroup-tertiary__item:not(:first-child) {
  border-left: 1px solid var(--color-pale-gray2);
}

.p-pageLowerGroup-tertiary__img {
  height: 102px;
}

.p-pageLowerGroup-tertiary__textGroup {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 192px;
}
.p-pageLowerGroup-tertiary__textGroup .c-button {
  margin-inline: auto;
}

.p-pageLowerGroup-tertiary__heading {
  font-size: 2.4rem;
  font-weight: 700;
}

.p-pageLowerGroup-tertiary__txt2 {
  margin-top: 24px;
}

@media screen and (max-width: 797px) {
  .p-pageLowerGroup-tertiary {
    padding: 0;
  }
  .p-pageLowerGroup-tertiary .inner {
    padding-bottom: 65px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .p-pageLowerGroup-tertiary__items {
    display: block;
  }
  .p-pageLowerGroup-tertiary__item {
    padding: 50px 0;
    position: relative;
    max-width: initial;
  }
  .p-pageLowerGroup-tertiary__item:not(:first-child) {
    border-left: none;
  }
  .p-pageLowerGroup-tertiary__item::before {
    background-color: var(--color-pale-gray2);
    content: "";
    height: 1px;
    left: -20px;
    position: absolute;
    top: 0;
    width: calc(100% + 40px);
  }
  .p-pageLowerGroup-tertiary__item:nth-child(1) .p-pageLowerGroup-tertiary__img img {
    width: 102px;
  }
  .p-pageLowerGroup-tertiary__item:nth-child(1)::before {
    height: initial;
    position: initial;
  }
  .p-pageLowerGroup-tertiary__item:nth-child(2) .p-pageLowerGroup-tertiary__img img {
    width: 68px;
  }
  .p-pageLowerGroup-tertiary__item:nth-child(3) .p-pageLowerGroup-tertiary__img img {
    width: 89px;
  }
  .p-pageLowerGroup-tertiary__textGroup {
    display: block;
  }
  .p-pageLowerGroup-tertiary__textGroup .c-button {
    margin-top: 27px;
  }
  .p-pageLowerGroup-tertiary__textGroup .c-button a {
    font-size: 1.5rem;
  }
  .p-pageLowerGroup-tertiary__heading {
    font-size: 2rem;
  }
  .p-pageLowerGroup-tertiary__txt {
    margin-top: 17px;
  }
}
.p-bunnerGroup {
  background-color: var(--color-very-pale-gray);
  padding: 148px 0;
}

.p-bunnerGroup__items {
  display: flex;
  flex-direction: row-reverse;
  margin-inline: auto;
  max-width: 1144px;
  width: 100%;
}

.p-bunnerGroup__item:nth-child(2) {
  background-color: var(--color-whi);
  border: 1px solid var(--color-pale-gray2);
  border-right: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 160px;
  padding-left: 43px;
  padding-right: 56px;
  width: 416px;
}

.p-bunnerGroup__heading {
  background: linear-gradient(transparent 60%, var(--color-light-orange) 0%);
  display: inline;
  padding: 0 1px 0px;
  font-size: 2.4rem;
  font-weight: 700;
}

.p-bunnerGroup__txt {
  font-size: 1.5rem;
  margin-top: 10px;
}

@media screen and (max-width: 797px) {
  .p-bunnerGroup {
    padding: 50px 35px;
  }
  .p-bunnerGroup__items {
    display: block;
  }
  .p-bunnerGroup__item:nth-child(2) {
    border: 1px solid var(--color-pale-gray2);
    border-top: none;
    height: auto;
    padding: 25px 29px;
    width: auto;
  }
  .p-bunnerGroup__heading {
    font-size: 1.7rem;
  }
}
/*----------
	margin
----------*/
/* 規定マージン（SP/PCでマージン幅が変わる） regular */
/* SP-PC 倍マージン double */
/* 固定マージン */
/* 10px倍数 */
/* 汎用マージン */
/* パーツ用マージン */
/*----------
	display
----------*/
@media screen and (max-width: 797px) {
  .u-disPc-v {
    display: none;
  }
}

@media screen and (min-width: 798px) {
  .u-disSp-v {
    display: none;
  }
}

/*----------
	text
----------*/
.u-txt-center {
  text-align: center;
}

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

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

.u-txt-normal {
  font-weight: normal;
}

.u-txt-medium {
  font-weight: 500;
}

.u-txt-bold {
  font-weight: 700;
}

.u-txt-lineThrough {
  text-decoration: line-through;
}

.u-txt-border {
  text-decoration: underline;
}

/*----------
	event
----------*/
.noneEvent {
  opacity: 0.5;
  pointer-events: none;
}
.noneEvent > * {
  opacity: 0.5;
  pointer-events: none;
}