@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --f-noto: "Noto Sans JP", serif;
  --f-mincho: "Noto Serif JP","游明朝体", "Yu Mincho", sans-serif;
  --f-roboto: "Roboto", sans-serif;
  --cl-base: #068374;
  --cl-base-b: #277488;
  --cl-base-k: #535B63;
  --cl-base-text: #031B36;
  --cl-line: #d5d5d9;
  --cl-line-lg: #d2e1d7;
  --cl-em: #E1322B;
  --cl-em-y: #f9e547;
  --cl-light:#EEF0F1;
  --cl-light-gr:#eff1f2;
  --cl-light-g: #E7F1EF;
  --cl-middle-g: #4A8594;
  --cl-link:#078EB8;
  --cl-gra-base:linear-gradient(90deg,#068374 0%, #277488 100%);
  --cl-gra-base-y:linear-gradient(0deg,#277488 0%, #068374 100%);
  --cl-gra-base-s:linear-gradient(143deg,rgba(6, 131, 116, 1) 0%, rgba(39, 116, 136, 1) 100%);
}

/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1025px) {
  .pc {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 639px) {
  .tbpc {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (max-width: 639px) {
  .tb {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 640px) {
  .sp {
    display: none !important;
  }
}
@media print, screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
@media screen and (max-width: 1024px) {
  a[href^="tel:"] {
    text-decoration: underline;
    color: var(--cl-link) !important;
  }
}

/*
@acab/reset.css+A (more) Modern CSS Reset
https://coliss.com/articles/build-websites/operation/css/a-more-modern-css-reset.html
https://coliss.com/articles/build-websites/operation/css/acab-reset-css.html
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  font-size: 62.5%;
  color-scheme: dark light;
  tab-size: 2;
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  padding: 0;
}

/*body設定*/
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  -webkit-text-size-adjust: none;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  font-size: 1.6rem;
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
  color: var(--cl-base-text);
  letter-spacing: 0.02em;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 639px) {
  body {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  box-sizing: border-box;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(ul, ol) {
  list-style: none;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
  text-decoration: none;
  color: var(--cl-base-text);
}
:where(a):hover {
  color: var(--cl-base-b);
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open])) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 1px solid var(--cl-base);
  box-shadow: 0 0 0 1px var(--cl-base);
  outline-offset: 1px;
}

:where(iframe:focus-visible) {
  outline: 0px solid var(--cl-base);
  box-shadow: 0 0 0 0px var(--cl-base);
  outline-offset: 0px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@page {
  size: A4;
  margin: 5mm;
}
/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.5s;
  -ms-transition: 0.5s;
}

p, h1, h2, h3, h4, h5, dt, dd, a {
  font-display: swap;
}

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

/*マージン*/
.mb00 {
  margin-bottom: 0px !important;
}

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

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 639px) {
  .mb10 {
    margin-bottom: 10px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 639px) {
  .mb15 {
    margin-bottom: 10px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 639px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 1024px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 639px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 639px) {
  .mb35 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1024px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 639px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 1024px) {
  .mb45 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 639px) {
  .mb45 {
    margin-bottom: 25px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 1024px) {
  .mb50 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 639px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 1024px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 639px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 1024px) {
  .mb70 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 639px) {
  .mb70 {
    margin-bottom: 40px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 639px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 1024px) {
  .mb100 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 639px) {
  .mb100 {
    margin-bottom: 40px !important;
  }
}

.mb110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 639px) {
  .mb110 {
    margin-bottom: 60px !important;
  }
}

.mb120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 639px) {
  .mb120 {
    margin-bottom: 60px !important;
  }
}

.mt05 {
  margin-top: 15px;
}
@media screen and (max-width: 639px) {
  .mt05 {
    margin-top: 5px !important;
  }
}

.mt10 {
  margin-top: 10px;
}
@media screen and (max-width: 639px) {
  .mt10 {
    margin-top: 10px !important;
  }
}

.mt15 {
  margin-top: 15px;
}
@media screen and (max-width: 639px) {
  .mt15 {
    margin-top: 10px !important;
  }
}

.mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 639px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mlr-05 {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.mlr-02 {
  margin-left: -0.2em;
  margin-right: -0.2em;
}

.ml-05 {
  margin-left: -0.5em;
}

.ml-02 {
  margin-left: -0.2em;
}

.mr-02 {
  margin-right: -0.2em;
}

.anchor {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .anchor {
    margin-top: -70px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 639px) {
  .anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}
.header {
  display: flex;
  flex-wrap: wrap;
  height: 100px;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 80px;
    position: fixed;
  }
}
@media screen and (max-width: 639px) {
  .header {
    height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .header.login {
    position: relative;
  }
}

.siteid {
  background: var(--cl-gra-base);
  width: 360px;
  text-align: center;
  padding: 20px 20px 0px 10px;
  line-height: 1;
}
@media print, screen and (max-width: 1500px) {
  .siteid {
    width: 280px;
    padding: 28px 16px 0px 16px;
  }
}
@media screen and (max-width: 1024px) {
  .siteid {
    padding: 16px 16px 0px 10px;
  }
}
@media screen and (max-width: 639px) {
  .siteid {
    width: calc(100% - 120px);
    padding: 10px 20px 0px 16px;
  }
}
.siteid img {
  max-width: 300px;
  width: 100%;
  display: inline;
}
@media screen and (max-width: 1024px) {
  .siteid img {
    max-width: 240px;
  }
}

.header-data {
  width: calc(100% - 360px);
  background-color: var(--cl-light);
  position: relative;
}
@media print, screen and (max-width: 1500px) {
  .header-data {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 639px) {
  .header-data {
    width: 120px;
  }
}

.btn-logout {
  position: absolute;
  top: calc(50% - 24px);
  right: 35px;
  width: 180px;
  background-color: #fff;
  border-radius: 25px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-family: var(--f-noto);
  font-weight: 600;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .btn-logout {
    width: 80px;
    height: 80px;
    line-height: 1;
    right: 80px;
    top: 0;
    border-radius: 0;
    border-bottom: 1px solid #eef0f1;
  }
}
@media screen and (max-width: 639px) {
  .btn-logout {
    width: 60px;
    height: 60px;
    right: 60px;
  }
}
.btn-logout__icon {
  position: relative;
  padding-left: 30px;
  font-family: var(--f-noto);
}
@media screen and (max-width: 1024px) {
  .btn-logout__icon {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 900;
    padding-left: 0;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 639px) {
  .btn-logout__icon {
    bottom: 8px;
    font-size: 1rem;
  }
}
.btn-logout__icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/icon-logout-k.svg);
  background-repeat: no-repeat;
  background-size: 22px 21px;
  width: 22px;
  height: 21px;
}
@media screen and (max-width: 1024px) {
  .btn-logout__icon::before {
    bottom: auto;
    top: -36px;
    left: 5px;
    right: 0;
    background-size: 27px 26px;
    width: 27px;
    height: 26px;
  }
}
@media screen and (max-width: 639px) {
  .btn-logout__icon::before {
    top: -28px;
    background-size: 22px 21px;
    width: 22px;
    height: 21px;
    left: 5px;
  }
}
@media (any-hover: hover) {
  .btn-logout:hover {
    color: #fff;
    background-color: var(--cl-base-k);
  }
  .btn-logout:hover .btn-logout__icon::before {
    background-image: url(../img/common/icon-logout-w.svg);
  }
}

.btn-menu {
  width: 80px;
  height: 80px;
  display: block;
  background-color: var(--cl-base-k);
  position: absolute;
  top: 0px;
  right: 0px;
}
@media screen and (max-width: 639px) {
  .btn-menu {
    width: 60px;
    height: 60px;
  }
}
@media print, screen and (min-width: 1025px) {
  .btn-menu {
    display: none;
  }
}
.btn-menu.open .btn-menu_line {
  background: transparent;
}
.btn-menu.open .btn-menu_line:before, .btn-menu.open .btn-menu_line:after {
  margin-top: 0;
  top: 0;
}
.btn-menu.open .btn-menu_line:before {
  transform: rotate(-45deg);
}
.btn-menu.open .btn-menu_line:after {
  transform: rotate(-135deg);
}

.btn-menu_line {
  display: block;
  position: absolute;
  width: 28px;
  height: 2px;
  background: #fff;
  transition: 0.2s;
  margin-top: 0px;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 639px) {
  .btn-menu_line {
    height: 2px;
    top: 36%;
    width: 22px;
  }
}
.btn-menu_line:before, .btn-menu_line:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 639px) {
  .btn-menu_line:before, .btn-menu_line:after {
    height: 2px;
  }
}
.btn-menu_line:before {
  top: -10px;
}
@media screen and (max-width: 639px) {
  .btn-menu_line:before {
    top: -8px;
  }
}
.btn-menu_line:after {
  top: 10px;
}
@media screen and (max-width: 639px) {
  .btn-menu_line:after {
    top: 8px;
  }
}

.btn-menu__text {
  color: #fff;
  font-family: var(--f-roboto);
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  margin: auto;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 639px) {
  .btn-menu__text {
    bottom: 4px;
  }
}

.footer {
  background-color: var(--cl-base-k);
  color: #fff;
  padding: 10px 20px;
  text-align: right;
  font-family: var(--f-roboto);
  font-size: 1.1rem;
  font-weight: 400;
}
@media screen and (max-width: 639px) {
  .footer {
    text-align: center;
    line-height: 1.2;
    font-size: 1rem;
  }
}

.breadcrumbs {
  margin: 20px 0 50px;
  text-align: right;
}
@media screen and (max-width: 639px) {
  .breadcrumbs {
    margin: 20px 0 20px;
  }
}
.breadcrumbs-list {
  line-height: 1.4;
}
.breadcrumbs-list__item {
  display: inline;
  color: var(--cl-base-text);
  font-family: var(--f-noto);
  font-weight: 400;
  font-size: 1.4rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .breadcrumbs-list__item {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 639px) {
  .breadcrumbs-list__item {
    font-size: 1.2rem;
  }
}
.breadcrumbs-list__item:not(:last-child) {
  padding-right: 24px;
}
.breadcrumbs-list__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 8px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #068374;
  border-right: 1px solid #068374;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumbs-list__item a {
  position: relative;
  text-decoration: none;
}
.breadcrumbs-list__item a:hover {
  color: var(--cl-base);
}

.main-wrap {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .main-wrap {
    padding-top: 80px;
  }
}
@media screen and (max-width: 639px) {
  .main-wrap {
    padding-top: 60px;
  }
}

.side {
  width: 360px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
@media print, screen and (max-width: 1500px) {
  .side {
    width: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .side {
    position: fixed;
    top: 80px;
    right: -120%;
    transition: all 0.6s;
    width: calc(100% - 280px);
  }
  .side.open {
    right: 0;
  }
}
@media screen and (max-width: 639px) {
  .side {
    width: 100%;
    top: 60px;
  }
}

.main {
  width: calc(100% - 360px);
  background-image: url(../img/common/side-gra.png);
  background-repeat: repeat-y;
  background-position: 0 0;
}
@media print, screen and (max-width: 1500px) {
  .main {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 1024px) {
  .main {
    background-image: none;
    width: 100%;
  }
}

.contents-wrap {
  max-width: 1300px;
  width: 100%;
  margin: 60px auto 120px;
  padding: 0 100px;
  container-type: inline-size;
}
@media print, screen and (max-width: 1300px) {
  .contents-wrap {
    padding: 0 60px;
  }
}
@media print, screen and (max-width: 1100px) {
  .contents-wrap {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .contents-wrap {
    margin: 40px auto 120px;
  }
}
@media screen and (max-width: 639px) {
  .contents-wrap {
    margin: 24px auto 80px;
    padding: 0 20px;
  }
}

.sec-wrap01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .sec-wrap01 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 639px) {
  .sec-wrap01 {
    margin-bottom: 30px;
  }
}

.block-wrap01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .block-wrap01 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 639px) {
  .block-wrap01 {
    margin-bottom: 25px;
  }
}

.gnav {
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .gnav {
    position: relative;
  }
}

.gnav-list {
  overflow-y: scroll;
  height: calc(100vh - 100px);
  transition: height 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .gnav-list {
    height: calc(100vh - 80px);
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 639px) {
  .gnav-list {
    height: 100vh;
  }
}
.gnav-list__item {
  border-bottom: 1px solid var(--cl-line);
  position: relative;
}
.gnav-list__link {
  display: block;
  padding: 22px 40px 22px 76px;
  line-height: 1.2;
  font-family: var(--f-noto);
  font-weight: 600;
  position: relative;
  background-repeat: no-repeat;
  background-position: left 30px top 50%;
  transition: background-color 0.3s ease;
  color: var(--cl-base-text);
}
@media print, screen and (max-width: 1500px) {
  .gnav-list__link {
    padding: 22px 40px 22px 50px;
    background-position: left 16px top 50%;
  }
}
.gnav-list__link::before, .gnav-list__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 24px;
}
.gnav-list__link::before {
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--cl-base);
  border-right: 2px solid var(--cl-base);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (any-hover: hover) {
  .gnav-list__link:hover {
    color: var(--cl-base);
    background-color: var(--cl-light-g);
  }
}
.gnav-list__link.no-link {
  background-color: #fff !important;
  pointer-events: none;
}
.gnav-list__link.no-link::before {
  display: none;
}
.gnav-list__link.acc-link::before {
  display: none;
}
.gnav-list__link.table {
  background-image: url(../img/common/icon-table-g.svg);
  background-size: 22px 22px;
}
.gnav-list__link.schedule {
  background-image: url(../img/common/icon-schedule-g.svg);
  background-size: 20px 22px;
}
.gnav-list__link.kenkai {
  background-image: url(../img/common/icon-kenkai-g.svg);
  background-size: 21px 19px;
}
.gnav-list__link.branch {
  background-image: url(../img/common/icon-branch-g.svg);
  background-size: 18px 33px;
}
.gnav-list__link.activity {
  background-image: url(../img/common/icon-activity-g.svg);
  background-size: 22px 20px;
}
.gnav-list__link.minutes {
  background-image: url(../img/common/icon-minutes-g.svg);
  background-size: 18px 22px;
}
.gnav-list__link.laws {
  background-image: url(../img/common/icon-laws-g.svg);
  background-size: 18px 22px;
}
.gnav-list__link.format {
  background-image: url(../img/common/icon-format-g.svg);
  background-size: 20px 24px;
}
.gnav-list__link.induction {
  background-image: url(../img/common/icon-induction-g.svg);
  background-position: left 26px top 50%;
  background-size: 28px 22px;
}
@media print, screen and (max-width: 1500px) {
  .gnav-list__link.induction {
    background-position: left 13px top 50%;
  }
}
.gnav-list__link.consultation {
  background-image: url(../img/common/icon-consultation-g.svg);
  background-position: left 26px top 50%;
  background-size: 28px 27px;
}
@media print, screen and (max-width: 1500px) {
  .gnav-list__link.consultation {
    background-position: left 13px top 50%;
  }
}
.gnav-list__link.link {
  background-image: url(../img/common/icon-link-g.svg);
  background-size: 19px 19px;
}
.gnav-list__link.bbs {
  background-image: url(../img/common/icon-bbs-b.svg);
  background-size: 19px 19px;
  background-color: #eef6fc;
}
.gnav-list__link.bbs::before {
  width: 10px;
  height: 10px;
  border-top: 2px solid #1F648D;
  border-right: 2px solid #1F648D;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (any-hover: hover) {
  .gnav-list__link.bbs:hover {
    color: #1f648d;
    background-color: #CCE0EF;
  }
}

.acc {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 40px;
  height: 40px;
  margin: auto;
  display: block;
}
.acc::before, .acc::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: var(--cl-base);
  border: none;
  transform: rotate(0);
  transition: 0.3s;
  top: 18px;
  left: 0;
  right: 0px;
}
.acc::after {
  transform: rotate(90deg);
}
.acc.active::after {
  transform: rotate(0deg);
}

.gnav-list__sub {
  display: none;
}
.gnav-list__sub__item {
  border-top: 1px dotted #999;
}
.gnav-list__sub__link {
  display: block;
  padding: 12px 40px 12px 50px;
  transition: background-color 0.3s ease;
  position: relative;
  background-color: #f1f8f7;
  font-size: 1.5rem;
  transition: 0.3s;
  color: var(--cl-base-text);
}
.gnav-list__sub__link::before, .gnav-list__sub__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.gnav-list__sub__link::before {
  width: 6px;
  height: 6px;
  background-color: var(--cl-base);
  border-radius: 50%;
  left: 30px;
}
.gnav-list__sub__link::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #BBD1CE;
  border-right: 2px solid #BBD1CE;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 24px;
}
@media (any-hover: hover) {
  .gnav-list__sub__link:hover {
    color: var(--cl-base);
    font-weight: bold;
    background-color: var(--cl-light-g);
  }
}

@media screen and (max-width: 1024px) {
  .menu-overlay {
    transition: all 0.6s;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
  }
  .menu-overlay.open {
    opacity: 1;
    visibility: visible;
  }
}

/* 背景固定用クラス */
@media screen and (max-width: 1024px) {
  .no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}

.page-title {
  font-size: 3.6rem;
  font-family: var(--f-noto);
  font-weight: 500;
  position: relative;
  padding-left: 40px;
  line-height: 1.6;
}
@container (max-width: 900px) {
  .page-title {
    font-size: 3.2rem;
    padding-left: 36px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) {
  .page-title {
    font-size: 2.8rem;
    padding-left: 30px;
  }
}
@media screen and (max-width: 639px) {
  .page-title {
    font-size: 2rem;
    padding-left: 20px;
  }
}
.page-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background-color: var(--cl-base);
  width: 6px;
  height: 100%;
}
@media screen and (max-width: 639px) {
  .page-title::before {
    width: 4px;
  }
}

.sec-title01 {
  font-size: 2.6rem;
  font-family: var(--f-noto);
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: var(--cl-base) 3px solid;
  margin-bottom: 40px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .sec-title01 {
    font-size: 2.2rem;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 639px) {
  .sec-title01 {
    font-size: 1.8rem;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom-width: 2px;
  }
}
.sec-title01.search {
  padding-left: 45px;
  position: relative;
}
.sec-title01.search::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background-image: url(../img/common/icon-search-g.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1024px) {
  .sec-title01.search {
    padding-left: 40px;
  }
  .sec-title01.search::before {
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 639px) {
  .sec-title01.search {
    padding-left: 34px;
  }
  .sec-title01.search::before {
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
  }
}
.sec-title01 .fz-s {
  font-size: 1.6rem;
  margin-left: 1.5em;
  padding-top: 5px;
}
@media screen and (max-width: 639px) {
  .sec-title01 .fz-s {
    margin-left: 0;
    font-size: 1.4rem;
    width: 100%;
  }
}

.sec-title02 {
  position: relative;
  padding: 0px 0px 8px 30px;
  font-family: var(--f-noto);
  font-size: 2.4rem;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .sec-title02 {
    font-size: 2rem;
    padding: 0px 0px 4px 24px;
  }
}
@media screen and (max-width: 639px) {
  .sec-title02 {
    font-size: 1.6rem;
    padding: 0px 0px 4px 18px;
    margin-bottom: 30px;
  }
}
.sec-title02::before, .sec-title02::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin: auto;
}
.sec-title02::before {
  top: 0;
  bottom: 0;
  left: 0px;
  width: 5px;
  height: 100%;
  background-color: var(--cl-base);
}
@media screen and (max-width: 639px) {
  .sec-title02::before {
    width: 4px;
  }
}
.sec-title02::after {
  width: 100%;
  height: 1px;
  background-color: var(--cl-line);
  left: 0;
  bottom: -10px;
}
.job-detail__wrap .sec-title02 {
  background-color: var(--cl-light-bg);
}

.sec-title03 {
  background-color: var(--cl-light-g);
  font-size: 2.2rem;
  font-family: var(--f-noto);
  font-weight: 500;
  padding: 14px 10px 14px 40px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .sec-title03 {
    font-size: 2rem;
    padding: 12px 10px 12px 32px;
  }
}
@media screen and (max-width: 639px) {
  .sec-title03 {
    font-size: 1.6rem;
    padding: 10px 10px 10px 28px;
    margin-bottom: 20px;
  }
}
.sec-title03::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: var(--cl-base);
}
@media screen and (max-width: 1024px) {
  .sec-title03::before {
    left: 14px;
    width: 9px;
    height: 9px;
  }
}
@media screen and (max-width: 639px) {
  .sec-title03::before {
    left: 10px;
    width: 7px;
    height: 7px;
  }
}

.sec-title04 {
  font-family: var(--f-noto);
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
  padding: 0 0 20px 24px;
  border-bottom: 1px solid var(--cl-line);
}
.sec-title04::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
  background-color: var(--cl-base);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.btn-base {
  border-radius: 5px;
  color: #fff;
  font-family: var(--f-noto);
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  text-align: center;
  line-height: 1.2;
  padding: 20px 35px 20px 20px;
  background: #535B63 linear-gradient(143deg, rgb(83, 91, 99) 0%, rgb(64, 75, 99) 100%);
  transition: background-color 0.3s ease;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .btn-base {
    font-size: 1.5rem;
    padding: 18px 35px 18px 10px;
  }
}
@media screen and (max-width: 639px) {
  .btn-base {
    font-size: 1.4rem;
    padding: 14px 24px 14px 10px;
  }
}
.btn-base::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 639px) {
  .btn-base::before {
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
  }
}
@media (any-hover: hover) {
  .btn-base:hover {
    background: var(--cl-base);
  }
}
.btn-base.prev {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 20px 35px;
}
@media screen and (max-width: 1024px) {
  .btn-base.prev {
    padding: 18px 10px 18px 10px;
  }
}
@media screen and (max-width: 639px) {
  .btn-base.prev {
    max-width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .btn-base.prev {
    padding: 14px 10px 14px 10px;
  }
}
.btn-base.prev::before {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: auto;
  left: 20px;
}
.btn-base.green {
  background: var(--cl-base);
  transition: background-color 0.3s ease;
}
@media (any-hover: hover) {
  .btn-base.green:hover {
    background-color: var(--cl-base-k);
  }
}

.btn-box {
  display: inline-block;
  min-width: 360px;
  border: 2px solid var(--cl-line-lg);
  padding: 12px 50px 12px 20px;
  border-radius: 3px;
  position: relative;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 639px) {
  .btn-box {
    min-width: auto;
    width: 100%;
  }
}
.btn-box::before, .btn-box::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-box::before {
  width: 10px;
  height: 10px;
  border-top: 2px solid #068374;
  border-right: 2px solid #068374;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 20px;
}
@media (any-hover: hover) {
  .btn-box:hover {
    background-color: var(--cl-light-g);
  }
}
.btn-box.file {
  padding: 12px 20px 12px 50px;
}
.btn-box.file::before {
  display: none;
}
.btn-box.file::after {
  left: 20px;
}
.btn-box.file.pdf::after {
  background-image: url(../img/common/icon-pdf-r.svg);
  background-size: 19px 24px;
  width: 19px;
  height: 24px;
}

.tbl-base {
  border: 1px solid var(--cl-line);
  border-collapse: collapse;
  width: 100%;
  line-height: 1.5;
}
@media screen and (max-width: 639px) {
  .tbl-base {
    font-size: 1.3rem;
  }
}
.tbl-base th,
.tbl-base td {
  border: 1px solid var(--cl-line);
  padding: 15px;
  font-weight: normal;
}
@media screen and (max-width: 639px) {
  .tbl-base th,
  .tbl-base td {
    padding: 10px 10px;
  }
}
.tbl-base .cell-green {
  background-color: var(--cl-light-g);
}
.tbl-base .cell-green-dark {
  background-color: var(--cl-middle-g);
  color: #fff;
  font-weight: bold;
}
.tbl-base .cell-gray {
  background-color: var(--cl-light-gr);
}
.tbl-base .th-title {
  padding: 10px;
  line-height: 1.2;
}
.tbl-base .cl-alternate tr:nth-child(even) {
  background-color: var(--cl-light-gr);
}
.tbl-base .t-center {
  text-align: center;
}
.tbl-base .t-left {
  text-align: left;
}
.tbl-base .t-right {
  text-align: right;
}
.tbl-base .cell-cl03 {
  width: 33.3333333333%;
}
@media screen and (max-width: 639px) {
  .tbl-base .cell-cl03 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 639px) {
  .tbl-sp-scroll table {
    width: 1000px;
  }
}

.tbl-minutes__cell01 {
  width: 70%;
}
@media screen and (max-width: 639px) {
  .tbl-minutes__cell01 {
    width: 60%;
  }
}
.tbl-minutes__cell02 {
  width: 30%;
}
@media screen and (max-width: 639px) {
  .tbl-minutes__cell02 {
    width: 40%;
  }
}

.tbl-ondemand {
  max-width: 360px;
}

.tbl-schedule__cell01 {
  width: 150px;
  background-color: var(--cl-light-g);
  text-align: center;
}
@media screen and (max-width: 639px) {
  .tbl-schedule__cell01 {
    width: 80px;
  }
}
.tbl-schedule__cell02 {
  width: calc(100% - 150px);
}
@media screen and (max-width: 639px) {
  .tbl-schedule__cell02 {
    width: calc(100% - 80px);
  }
}

.tbl-address {
  max-width: 800px;
}
.tbl-address .cell-branch {
  width: 15%;
}
@media screen and (max-width: 639px) {
  .tbl-address .cell-branch {
    width: 10%;
  }
}
.tbl-address .cell-address {
  width: 50%;
}
.tbl-address .cell-tel {
  width: 25%;
}
@media screen and (max-width: 639px) {
  .tbl-address .cell-tel {
    width: 30%;
  }
}

.list-type01__item {
  padding-left: 20px;
  position: relative;
}
.list-type01__item:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 639px) {
  .list-type01__item {
    padding-left: 14px;
  }
}
.list-type01__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background-color: var(--cl-base);
  border-radius: 50%;
}
@media screen and (max-width: 639px) {
  .list-type01__item::before {
    width: 6px;
    height: 6px;
  }
}
.list-type01.frame01 {
  border: 8px solid var(--cl-light-g);
  padding: 26px 30px;
}
@media screen and (max-width: 639px) {
  .list-type01.frame01 {
    padding: 20px;
    border: 4px solid var(--cl-light-g);
  }
}

.nav-btn {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.nav-btn.bg-green {
  background-color: var(--cl-light-g);
  padding: 30px 30px 10px;
}
@media screen and (max-width: 1024px) {
  .nav-btn.bg-green {
    padding: 20px 20px 5px;
  }
}
@media screen and (max-width: 639px) {
  .nav-btn.bg-green {
    padding: 16px 16px 10px;
  }
}
.nav-btn.bg-green .nav-btn__link {
  border: none;
}
@media (any-hover: hover) {
  .nav-btn.bg-green .nav-btn__link:hover {
    background-color: var(--cl-base);
    color: #fff;
  }
  .nav-btn.bg-green .nav-btn__link:hover .nav-btn__em {
    color: #fff;
  }
  .nav-btn.bg-green .nav-btn__link:hover::before {
    background-color: #fff;
  }
  .nav-btn.bg-green .nav-btn__link:hover::after {
    border-left-color: var(--cl-base);
  }
}

.nav-btn__item {
  width: calc((100% - 50px) / 3);
  margin-bottom: 25px;
}
.nav-btn__item:not(:nth-child(3n)) {
  margin-right: 25px;
}
@container (max-width: 1000px) {
  .nav-btn__item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 15px;
  }
  .nav-btn__item:not(:nth-child(3n)) {
    margin-right: 0px;
  }
  .nav-btn__item:not(:nth-child(2n)) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 639px) {
  .nav-btn__item {
    width: 100%;
    margin-bottom: 5px;
  }
  .nav-btn__item:not(:nth-child(2n)) {
    margin-right: 0px;
  }
}

.nav-btn__link {
  display: block;
  border: 1px solid var(--cl-line);
  border-radius: 5px;
  font-family: var(--f-noto);
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding: 30px 50px 30px 30px;
  transition: background-color 0.3s ease;
  background-color: #fff;
}
@container (max-width: 1100px) {
  .nav-btn__link {
    padding: 24px 40px 24px 10px;
    font-size: 1.8rem;
  }
}
@container (max-width: 900px) {
  .nav-btn__link {
    padding: 24px 40px 24px 20px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 639px) {
  .nav-btn__link {
    padding: 10px 32px 10px 16px;
    font-size: 1.6rem;
  }
}
.nav-btn__link::before, .nav-btn__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav-btn__link::before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: var(--cl-base-b);
  right: 20px;
}
@container (max-width: 900px) {
  .nav-btn__link::before {
    width: 20px;
    height: 20px;
    right: 16px;
  }
}
@media screen and (max-width: 639px) {
  .nav-btn__link::before {
    width: 16px;
    height: 16px;
    right: 10px;
  }
}
.nav-btn__link::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 5px solid #fff;
  border-right: 0;
  right: 28px;
}
@container (max-width: 900px) {
  .nav-btn__link::after {
    right: 22px;
  }
}
@media screen and (max-width: 639px) {
  .nav-btn__link::after {
    right: 15px;
  }
}
@media (any-hover: hover) {
  .nav-btn__link:hover {
    background-color: var(--cl-light-g);
  }
}
.nav-btn__link.ow::before {
  background-image: url(../img/common/icon-ow-g.svg);
  background-color: transparent;
  background-size: 22px 22px;
  border-radius: 0;
}
@container (max-width: 900px) {
  .nav-btn__link.ow::before {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 639px) {
  .nav-btn__link.ow::before {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
  }
}
.nav-btn__link.ow::after {
  display: none;
}
@media (any-hover: hover) {
  .nav-btn__link.ow:hover::before {
    background-image: url(../img/common/icon-ow-w.svg);
    background-color: transparent !important;
  }
}

.nav-btn__em {
  color: var(--cl-base);
}

.btn-list-type01 {
  display: flex;
  flex-wrap: wrap;
}

.btn-list-type01__item {
  width: calc((100% - 48px) / 5);
  margin-bottom: 10px;
  line-height: 1.2;
  border: 2px solid var(--cl-line-lg);
  border-radius: 5px;
  transition: 0.3s;
}
.btn-list-type01__item:not(:nth-child(5n)) {
  margin-right: 12px;
}
@container (max-width: 1200px) {
  .btn-list-type01__item {
    width: calc((100% - 36px) / 4);
  }
  .btn-list-type01__item:not(:nth-child(5n)) {
    margin-right: 0px;
  }
  .btn-list-type01__item:not(:nth-child(4n)) {
    margin-right: 12px;
  }
}
@container (max-width: 800px) {
  .btn-list-type01__item {
    width: calc((100% - 24px) / 3);
  }
  .btn-list-type01__item:not(:nth-child(4n)) {
    margin-right: 0px;
  }
  .btn-list-type01__item:not(:nth-child(3n)) {
    margin-right: 12px;
  }
}
@container (max-width: 500px) {
  .btn-list-type01__item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
  .btn-list-type01__item:not(:nth-child(3n)) {
    margin-right: 0px;
  }
  .btn-list-type01__item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}
.btn-list-type01__item:hover {
  background-color: var(--cl-base);
  border: 1px solid var(--cl-base);
}
.btn-list-type01__item:hover .btn-list-type01__link {
  color: #fff;
}
.btn-list-type01__item:hover .btn-list-type01__link::before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn-list-type01__link {
  display: block;
  padding: 20px 30px 20px 14px;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
@container (max-width: 500px) {
  .btn-list-type01__link {
    padding: 14px 22px 14px 12px;
  }
}
.btn-list-type01__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--cl-base);
  border-right: 2px solid var(--cl-base);
  transform: rotate(45deg);
}
@container (max-width: 500px) {
  .btn-list-type01__link::before {
    width: 8px;
    height: 8px;
    right: 10px;
  }
}

.anchor-link01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 639px) {
  .anchor-link01 {
    margin-bottom: 20px;
  }
}
.anchor-link01__item {
  border-left: 1px solid var(--cl-line);
  margin-bottom: 14px;
  line-height: 1.4;
  padding: 0 16px;
}
.anchor-link01__item:last-child {
  border-right: 1px solid var(--cl-line);
}

.anchor-link01__link {
  display: inline-block;
  position: relative;
  text-decoration: underline;
  color: var(--cl-link);
  transition: background-color 0.3s ease;
}
@media (any-hover: hover) {
  .anchor-link01__link:hover {
    text-decoration: none;
  }
}

.btn-file-list01 {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.btn-file-list01__item {
  width: calc((100% - 40px) / 3);
  margin-bottom: 16px;
  line-height: 1.2;
  list-style: none !important;
}
.btn-file-list01__item:not(:nth-child(3n)) {
  margin-right: 20px;
}
@container (max-width: 880px) {
  .btn-file-list01__item {
    width: calc((100% - 40px) / 2);
  }
  .btn-file-list01__item:not(:nth-child(3n)) {
    margin-right: 0px;
  }
  .btn-file-list01__item:not(:nth-child(2n)) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 639px) {
  .btn-file-list01__item {
    width: 100%;
    margin-bottom: 5px;
  }
  .btn-file-list01__item:not(:nth-child(2n)) {
    margin-right: 0px;
  }
}
.cl02 .btn-file-list01__item {
  width: calc((100% - 20px) / 2);
}
.cl02 .btn-file-list01__item:not(:nth-child(3n)) {
  margin-right: 0px;
}
.cl02 .btn-file-list01__item:not(:nth-child(2n)) {
  margin-right: 20px;
}
@media screen and (max-width: 639px) {
  .cl02 .btn-file-list01__item {
    width: 100%;
  }
  .cl02 .btn-file-list01__item:not(:nth-child(2n)) {
    margin-right: 0px;
  }
}

.btn-file-list01__link {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-items: center;
  border: 2px solid var(--cl-line-lg);
  border-radius: 5px;
  transition: background-color 0.3s ease;
  line-height: 1.2;
  padding: 20px 16px 20px 46px;
  background-position: left 20px top 50%;
  background-size: 17px auto;
  background-repeat: no-repeat;
  text-decoration: none !important;
}
.btn-file-list01__link.pdf {
  background-image: url(../img/common/icon-pdf-r.svg);
}
.btn-file-list01__link.doc {
  background-image: url(../img/common/icon-word.svg);
}
.btn-file-list01__link.xls {
  background-image: url(../img/common/icon-excel.svg);
}
.btn-file-list01__link.ppt {
  background-image: url(../img/common/icon-ppt.svg);
}
.btn-file-list01__link.zip {
  background-image: url(../img/common/icon-zip.svg);
}
.btn-file-list01__link.link {
  background-image: url(../img/common/icon-link.svg);
}
.btn-file-list01__link.ow {
  background-size: 17px auto;
  background-repeat: no-repeat;
  background-image: url(../img/common/icon-ow-g.svg);
  background-position: right 20px top 50%;
  padding: 20px 46px 20px 16px;
}
.btn-file-list01__link.ow:hover {
  background-image: url(../img/common/icon-ow-w.svg);
}
@media screen and (max-width: 639px) {
  .btn-file-list01__link {
    padding: 16px 12px 16px 36px;
    background-position: left 14px top 50%;
  }
}
@media (any-hover: hover) {
  .btn-file-list01__link:hover {
    background-color: var(--cl-base);
    border: 1px solid var(--cl-base);
    color: #fff;
  }
  .btn-file-list01__link:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
  .btn-file-list01__link:hover .btn-file-list01__notes {
    color: #fff;
  }
}

.btn-file-list01__notes {
  display: block;
  margin-top: 5px;
  font-size: 1.3rem;
  line-height: 1.3;
  width: 100%;
  color: #666;
}

.btn-file-list02 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 639px) {
  .btn-file-list02 {
    display: block;
  }
}
.btn-file-list02.mg-no .btn-file-list02__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 5px;
}

.btn-file-list02__item {
  width: 100%;
  border-bottom: 1px dotted #999;
  padding: 0px 0 20px 25px;
  position: relative;
  margin-bottom: 20px;
  background-position: left 0 top 3px;
  background-size: 17px auto;
  background-repeat: no-repeat;
}
.btn-file-list02__item.pdf {
  background-image: url(../img/common/icon-pdf-r.svg);
}
.btn-file-list02__item.doc {
  background-image: url(../img/common/icon-word.svg);
}
.btn-file-list02__item.xls {
  background-image: url(../img/common/icon-excel.svg);
}
.btn-file-list02__item.ppt {
  background-image: url(../img/common/icon-ppt.svg);
}
.btn-file-list02__item.zip {
  background-image: url(../img/common/icon-zip.svg);
}
.btn-file-list02__item.link {
  background-image: url(../img/common/icon-link.svg);
}
@media screen and (max-width: 639px) {
  .btn-file-list02__item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.btn-file-list02__item.no-icon {
  padding-left: 0;
}
.cl02 .btn-file-list02__item {
  width: calc((100% - 30px) / 2);
}
.cl02 .btn-file-list02__item:not(:nth-child(2n)) {
  margin-right: 30px;
}
@media screen and (max-width: 639px) {
  .cl02 .btn-file-list02__item {
    width: 100%;
  }
  .cl02 .btn-file-list02__item:not(:nth-child(2n)) {
    margin-right: 0px;
  }
}

.btn-file-list02__link {
  color: var(--cl-link);
  text-decoration: underline;
}
@media (any-hover: hover) {
  .btn-file-list02__link:hover {
    text-decoration: none;
  }
}

.btn-file-list02__lv02__item {
  position: relative;
  padding-left: 22px;
  background-position: left 0 top 3px;
  margin-top: 12px;
  background-size: 17px auto;
  background-repeat: no-repeat;
}
.btn-file-list02__lv02__item.pdf {
  background-image: url(../img/common/icon-pdf-r.svg);
}
.btn-file-list02__lv02__item.doc {
  background-image: url(../img/common/icon-word.svg);
}
.btn-file-list02__lv02__item.xls {
  background-image: url(../img/common/icon-excel.svg);
}
.btn-file-list02__lv02__item.ppt {
  background-image: url(../img/common/icon-ppt.svg);
}
.btn-file-list02__lv02__item.zip {
  background-image: url(../img/common/icon-zip.svg);
}
.btn-file-list02__lv02__item.link {
  background-image: url(../img/common/icon-link.svg);
}
.btn-file-list02__lv02__item.link {
  background-position: left 0 top 5px;
}
.btn-file-list02__lv02__item::before, .btn-file-list02__lv02__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  width: 12px;
  height: 2px;
  background-color: #ccc;
}
.btn-file-list02__lv02__item::before {
  top: 15px;
  left: -20px;
}
.btn-file-list02__lv02__item::after {
  left: -25px;
  top: 9px;
  transform: rotate(90deg);
}

.btn-file-list02__lv02__link {
  color: var(--cl-link);
  text-decoration: underline;
  transition: background-color 0.3s ease;
  padding: 5px 0;
}
@media (any-hover: hover) {
  .btn-file-list02__lv02__link:hover {
    text-decoration: none;
  }
}
.btn-file-list02__lv02__link.pdf {
  padding-left: 22px;
  background-image: url(../img/common/icon-pdf-r.svg);
  background-size: 17px auto;
  background-repeat: no-repeat;
  background-position: 0 5px;
}
.btn-file-list02__lv02__link.doc {
  padding-left: 22px;
  background-image: url(../img/common/icon-word.svg);
  background-size: 17px auto;
  background-repeat: no-repeat;
  background-position: 0 5px;
}
.btn-file-list02__lv02__link.xls {
  padding-left: 22px;
  background-image: url(../img/common/icon-excel.svg);
  background-size: 17px auto;
  background-repeat: no-repeat;
  background-position: 0 5px;
}

.btn-file-list02__title01 {
  font-weight: bold;
  color: var(--cl-base);
  position: relative;
  padding-left: 20px;
  margin-left: -1.5em;
}
.btn-file-list02__title01::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background-color: var(--cl-base);
}
@media screen and (max-width: 639px) {
  .btn-file-list02__title01::before {
    top: 7px;
  }
}

.btn-file-list02__title02 {
  font-weight: bold;
  margin: 15px 0 0 -1.5em;
}
@media screen and (max-width: 639px) {
  .btn-file-list02__title02 {
    margin-top: 10px;
  }
}

.btn-file-list03.line {
  border-top: 1px dotted #999;
}
.btn-file-list03.line .btn-file-list03__item {
  padding: 20px 10px;
  border-bottom: 1px dotted #999;
  margin-bottom: 0;
}

.btn-file-list03__item {
  margin-bottom: 15px;
}

.btn-file-list03__link {
  position: relative;
  padding-left: 26px;
  background-size: 17px auto;
  background-repeat: no-repeat;
  color: var(--cl-link);
  text-decoration: underline;
  transition: background-color 0.3s ease;
}
.btn-file-list03__link.pdf {
  background-image: url(../img/common/icon-pdf-r.svg);
}
.btn-file-list03__link.doc {
  background-image: url(../img/common/icon-word.svg);
}
.btn-file-list03__link.xls {
  background-image: url(../img/common/icon-excel.svg);
}
.btn-file-list03__link.ppt {
  background-image: url(../img/common/icon-ppt.svg);
}
.btn-file-list03__link.zip {
  background-image: url(../img/common/icon-zip.svg);
}
.btn-file-list03__link.link {
  background-image: url(../img/common/icon-link.svg);
}
@media (any-hover: hover) {
  .btn-file-list03__link:hover {
    text-decoration: none;
  }
}

.btn-file-list04.cl02 {
  display: flex;
  flex-wrap: wrap;
}
.btn-file-list04.cl02 .btn-file-list04__item {
  width: calc((100% - 10px) / 2);
}
.btn-file-list04.cl02 .btn-file-list04__item:not(:nth-child(2n)) {
  margin-right: 10px;
}
@media screen and (max-width: 639px) {
  .btn-file-list04.cl02 .btn-file-list04__item {
    width: 100%;
  }
  .btn-file-list04.cl02 .btn-file-list04__item:not(:nth-child(2n)) {
    margin-right: 0px;
  }
}

.btn-file-list04__item {
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.2;
  border: 2px solid var(--cl-line-lg);
  border-radius: 5px;
  padding: 26px 20px 26px 20px;
}
@media screen and (max-width: 639px) {
  .btn-file-list04__item {
    padding: 16px 16px 12px 16px;
  }
}

.btn-file-list04__link {
  border-radius: 5px;
  transition: background-color 0.3s ease;
  padding-left: 26px;
  background-position: left 0px top 50%;
  background-size: 17px auto;
  background-repeat: no-repeat;
  line-height: 1.4;
  color: var(--cl-link);
  text-decoration: underline;
  transition: background-color 0.3s ease;
}
.btn-file-list04__link.pdf {
  background-image: url(../img/common/icon-pdf-r.svg);
}
.btn-file-list04__link.doc {
  background-image: url(../img/common/icon-word.svg);
}
.btn-file-list04__link.xls {
  background-image: url(../img/common/icon-excel.svg);
}
.btn-file-list04__link.ppt {
  background-image: url(../img/common/icon-ppt.svg);
}
.btn-file-list04__link.zip {
  background-image: url(../img/common/icon-zip.svg);
}
.btn-file-list04__link.link {
  background-image: url(../img/common/icon-link.svg);
}
@media screen and (max-width: 639px) {
  .btn-file-list04__link {
    display: block;
    padding-left: 24px;
    margin-bottom: 8px;
  }
}
@media (any-hover: hover) {
  .btn-file-list04__link:hover {
    text-decoration: none;
  }
}

.btn-file-list04__lv02__item:not(:last-child) {
  border-bottom: 1px dotted #999;
  padding: 0 0 20px 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 639px) {
  .btn-file-list04__lv02__item:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}
.btn-file-list04__lv02__item:not(:first-child) {
  margin-left: 2em;
}
.btn-file-list04__lv02__item.no-margin {
  margin-left: 0;
}

.ol-list01 {
  counter-reset: number;
}
.ol-list01__item {
  position: relative;
  padding-left: 1.5em;
  counter-increment: number;
  margin-bottom: 5px;
}
.ol-list01__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: counter(number) ". ";
  font-size: 1.7rem;
}
.ol-list01.bg01 {
  background-color: var(--cl-light-g);
  padding: 26px 30px;
}
.ol-list01.frame01 {
  border: 8px solid var(--cl-light-g);
  padding: 26px 30px;
}
@media screen and (max-width: 639px) {
  .ol-list01.frame01 {
    padding: 20px;
    border: 4px solid var(--cl-light-g);
  }
}

.notes-list__item {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}

.link-list01 {
  border-top: 1px solid var(--cl-line);
  border-bottom: 1px solid var(--cl-line);
  padding: 24px 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@container (max-width: 960px) {
  .link-list01 {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 639px) {
  .link-list01 {
    padding: 15px 0px;
    justify-content: start;
  }
}

.link-list01__item {
  margin: 0 30px 8px;
}
@container (max-width: 960px) {
  .link-list01__item {
    width: calc((100% - 120px) / 2);
  }
}
@media screen and (max-width: 639px) {
  .link-list01__item {
    margin: 0 0 0 5px;
    width: 100%;
  }
  .link-list01__item:not(:last-child) {
    margin-bottom: 5px;
  }
}

.link-list01__a {
  position: relative;
  padding-left: 22px;
  transition: background-color 0.3s ease;
}
.link-list01__a::before, .link-list01__a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.link-list01__a::before {
  top: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--cl-base);
}
.link-list01__a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 4px solid #fff;
  border-right: 0;
  top: 8px;
  left: 6px;
}
@media (any-hover: hover) {
  .link-list01__a:hover {
    text-decoration: underline;
    color: var(--cl-base);
  }
}

.anchor-link02 {
  background-color: var(--cl-light-g);
  padding: 26px 20px 20px 35px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 639px) {
  .anchor-link02 {
    padding: 20px;
  }
}
.anchor-link02__item {
  width: calc((100% - 60px) / 4);
  margin-bottom: 10px;
}
.anchor-link02__item:not(:nth-child(4n)) {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .anchor-link02__item {
    width: calc((100% - 60px) / 3);
  }
  .anchor-link02__item:not(:nth-child(4n)) {
    margin-right: 0px;
  }
  .anchor-link02__item:not(:nth-child(3n)) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 639px) {
  .anchor-link02__item {
    width: 100%;
  }
  .anchor-link02__item:not(:nth-child(3n)) {
    margin-right: 0px;
  }
}
.anchor-link02__item a {
  text-decoration: underline;
  font-size: 1.5rem;
  padding-left: 26px;
  position: relative;
  display: block;
  line-height: 1.4;
  transition: 0.3s ease;
}
.anchor-link02__item a::before, .anchor-link02__item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
}
.anchor-link02__item a::before {
  width: 16px;
  height: 16px;
  background-color: var(--cl-base-b);
  left: 0;
  top: 4px;
  border-radius: 50%;
}
.anchor-link02__item a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 0;
  left: 6px;
  top: 10px;
}
@media (any-hover: hover) {
  .anchor-link02__item a:hover {
    color: var(--cl-base);
  }
}

.wysiwyg {
  /*デフォルトの処理*/
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--cl-line);
  text-align: justify;
  /*各テンプレートを囲むbox【必須】*/
  /*タイトル処理*/
  /*キャッチコピーの処理*/
  /*本文テキスト・写真回り込み処理*/
  /*ボタン*/
  /*写真の処理*/
  /*リスト*/
  /*テーブル*/
  /*youtube*/
  /*以下テンプレート外*/
}
@media screen and (max-width: 639px) {
  .wysiwyg {
    margin-bottom: 30px;
  }
}
.wysiwyg a {
  text-decoration: underline;
  color: var(--cl-link);
}
.wysiwyg a:hover {
  text-decoration: none;
}
.wysiwyg img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.wysiwyg .box {
  margin-bottom: 40px;
  *zoom: 1;
}
.wysiwyg .box:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .box {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .box {
    margin-bottom: 20px;
  }
}
.wysiwyg .title-line {
  position: relative;
  padding: 0px 0px 8px 30px;
  font-family: var(--f-noto);
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .title-line {
    font-size: 2rem;
    padding: 0px 0px 4px 24px;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .title-line {
    font-size: 1.6rem;
    padding: 0px 0px 4px 18px;
    margin-bottom: 30px;
  }
}
.wysiwyg .title-line::before, .wysiwyg .title-line::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin: auto;
}
.wysiwyg .title-line::before {
  top: 0;
  bottom: 0;
  left: 0px;
  width: 5px;
  height: 100%;
  background-color: var(--cl-base);
}
@media screen and (max-width: 639px) {
  .wysiwyg .title-line::before {
    width: 4px;
  }
}
.wysiwyg .title-line::after {
  width: 100%;
  height: 1px;
  background-color: var(--cl-line);
  left: 0;
  bottom: -10px;
}
.job-detail__wrap .wysiwyg .title-line {
  background-color: var(--cl-light-bg);
}

.wysiwyg .title-obi {
  position: relative;
  font-size: 2rem;
  font-family: var(--f-noto);
  font-weight: 600;
  background-color: var(--cl-light-g);
  padding: 10px 10px 10px 36px;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .title-obi {
    font-size: 1.8rem;
    padding: 8px 8px 8px 30px;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .title-obi {
    font-size: 1.5rem;
    padding: 6px 8px 6px 22px;
  }
}
.wysiwyg .title-obi::before, .wysiwyg .title-obi::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
}
.wysiwyg .title-obi::before {
  background-color: var(--cl-base);
  width: 18px;
  height: 5px;
  left: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .title-obi::before {
    width: 16px;
    height: 4px;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .title-obi::before {
    width: 12px;
  }
}
.wysiwyg .title-obi02 {
  background-color: var(--cl-base);
  color: #fff;
  position: relative;
  font-family: var(--f-noto);
  font-size: 2rem;
  font-weight: 600;
  padding: 6px 10px 8px 20px;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .title-obi02 {
    font-size: 1.7rem;
    padding: 5px 10px 8px 16px;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .title-obi02 {
    font-size: 1.5rem;
    padding: 4px 10px 6px 10px;
  }
}
.wysiwyg .title-icon {
  position: relative;
  font-size: 2rem;
  font-family: var(--f-noto);
  font-weight: 600;
  padding: 0 0px 0 24px;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .title-icon {
    font-size: 1.6rem;
    padding-left: 20px;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .title-icon {
    font-size: 1.5rem;
    padding-left: 16px;
  }
}
.wysiwyg .title-icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 0px;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: var(--cl-base);
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .title-icon::before {
    width: 8px;
    height: 8px;
    top: 11px;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .title-icon::before {
    width: 7px;
    height: 7px;
    top: 10px;
  }
}
.wysiwyg .copy01 {
  margin-bottom: -20px;
  font-size: 2.2rem;
  color: var(--cl-base);
  font-family: var(--f-noto);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .copy01 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .copy01 {
    font-size: 1.6rem;
  }
}
.wysiwyg .copy02 {
  margin-bottom: -20px;
  color: var(--cl-base);
  font-size: 2.2rem;
  font-family: var(--f-mincho);
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .copy02 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .copy02 {
    font-size: 1.6rem;
  }
}
.wysiwyg .text {
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .text {
    font-size: 1.4rem;
  }
}
.wysiwyg .text--mincho {
  font-family: var(--f-mincho);
}
.wysiwyg .img-right {
  margin: 7px 0 30px 30px;
  width: auto;
  max-width: 33%;
  float: right;
  display: inline-block;
}
@media screen and (max-width: 639px) {
  .wysiwyg .img-right {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}
.wysiwyg .img-left {
  margin: 7px 30px 30px 0;
  width: auto;
  max-width: 33%;
  float: left;
  display: inline-block;
}
@media screen and (max-width: 639px) {
  .wysiwyg .img-left {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}
.wysiwyg .btn-wrapper {
  text-align: center;
}
.wysiwyg .btn-wrapper a {
  border-radius: 5px;
  color: #fff;
  font-family: var(--f-noto);
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  padding: 20px 35px 20px 20px;
  background: #535B63 linear-gradient(143deg, rgb(83, 91, 99) 0%, rgb(64, 75, 99) 100%);
  transition: background-color 0.3s ease;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .btn-wrapper a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .btn-wrapper a {
    font-size: 1.4rem;
    padding: 14px 20px 14px 10px;
  }
}
.wysiwyg .btn-wrapper a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 639px) {
  .wysiwyg .btn-wrapper a::before {
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
  }
}
@media (any-hover: hover) {
  .wysiwyg .btn-wrapper a:hover {
    background: var(--cl-base);
  }
}
.wysiwyg .photo-3 {
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wysiwyg .photo-3::after {
  content: none;
}
.wysiwyg .photo-3 li {
  margin-left: 5%;
  width: 29.9666666667%;
  text-align: center;
}
.wysiwyg .photo-3 li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .photo-3 li {
    margin-left: 20px;
    width: calc((99.9% - 40px) / 3);
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .photo-3 li {
    display: block;
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  .wysiwyg .photo-3 li:first-child {
    margin-top: 0;
  }
}
.wysiwyg .photo-2 {
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wysiwyg .photo-2::after {
  content: none;
}
.wysiwyg .photo-2 li {
  margin-left: 5%;
  width: 47.45%;
  text-align: center;
}
.wysiwyg .photo-2 li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .photo-2 li {
    margin-left: 20px;
    width: calc((99.9% - 20px) / 2);
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .photo-2 li {
    margin-left: 5px;
    width: calc((100% - 5px) / 2);
  }
}
.wysiwyg .photo-1 {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.wysiwyg .caption {
  margin-top: 5px;
  line-height: 1.3em;
  text-align: center;
  display: block;
  font-size: 1.3rem;
}
.wysiwyg .list-wrapper {
  padding: 24px 24px 24px 26px;
  list-style: none;
  border: 1px solid var(--cl-line);
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .list-wrapper {
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .list-wrapper {
    padding: 16px;
  }
}
.wysiwyg .list-wrapper li {
  margin-top: 10px;
  padding-left: 1.3em;
  line-height: 1.5em;
  text-align: justify;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .list-wrapper li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .list-wrapper li {
    margin-top: 6px;
  }
}
.wysiwyg .list-wrapper li:first-child {
  margin-top: 0;
}
.wysiwyg .list-wrapper li::before {
  content: "";
  top: 8px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: var(--cl-base);
  position: absolute;
  border-radius: 50%;
}
@media screen and (max-width: 639px) {
  .wysiwyg .list-wrapper li::before {
    width: 6px;
    height: 6px;
  }
}
.wysiwyg .list-wrapper02 {
  counter-reset: num;
  padding: 24px 24px 24px 26px;
  list-style: none;
  border: 1px solid var(--cl-line);
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .list-wrapper02 {
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .list-wrapper02 {
    padding: 16px;
  }
}
.wysiwyg .list-wrapper02 li {
  margin-top: 12px;
  padding-left: 36px;
  line-height: 1.5em;
  text-align: justify;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .list-wrapper02 li {
    margin-top: 10px;
  }
}
.wysiwyg .list-wrapper02 li:first-child {
  margin-top: 0;
}
.wysiwyg .list-wrapper02 li::before {
  content: counter(num);
  counter-increment: num;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0;
  width: 26px;
  height: 26px;
  background-color: #d4f2ee;
  color: var(--cl-base);
  font-size: 1.5rem;
  border-radius: 50%;
  text-align: center;
  font-family: var(--f-noto);
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .list-wrapper02 li::before {
    top: 1px;
  }
}
@media screen and (max-width: 639px) {
  .wysiwyg .list-wrapper02 li::before {
    width: 24px;
    height: 24px;
    font-size: 1.4rem;
  }
}
.wysiwyg .table {
  width: 100%;
  border: 1px solid var(--cl-line);
  border-collapse: collapse;
  font-family: var(--f-noto);
  font-weight: 400;
  font-size: 1.3rem;
}
.wysiwyg .table thead th {
  background-color: #49998f;
  color: #fff;
}
.wysiwyg .table th {
  padding: 20px;
  background-color: var(--cl-light-g);
  border: 1px solid #ddd;
  font-weight: 400;
  line-height: 1.3em;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 639px) {
  .wysiwyg .table th {
    padding: 7px 5px 5px;
  }
}
.wysiwyg .table td {
  padding: 20px;
  border: 1px solid var(--cl-line);
  font-weight: 400;
  line-height: 1.3em;
  text-align: justify;
  vertical-align: middle;
  background-color: #fff;
}
@media screen and (max-width: 639px) {
  .wysiwyg .table td {
    padding: 7px 5px 5px;
  }
}
.wysiwyg .list-file {
  padding-left: 0 !important;
  margin: 0 !important;
}
.wysiwyg .list-file li {
  list-style: none;
}
.wysiwyg .list-file li a {
  padding: 3px 0px 3px 30px;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top 4px left 0;
  background-size: 20px auto;
}
@media screen and (max-width: 639px) {
  .wysiwyg .list-file li a {
    padding-left: 26px;
    background-size: 17px auto;
  }
}
.wysiwyg .list-file li a.pdf {
  background-image: url(../img/common/icon-pdf-r.svg);
}
.wysiwyg .list-file li a.doc {
  background-image: url(../img/common/icon-word.svg);
}
.wysiwyg .list-file li a.xls {
  background-image: url(../img/common/icon-excel.svg);
}
.wysiwyg .list-file li a.ppt {
  background-image: url(../img/common/icon-ppt.svg);
}
.wysiwyg .list-file li a.zip {
  background-image: url(../img/common/icon-zip.svg);
}
.wysiwyg .youtube-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  position: relative;
}
.wysiwyg .youtube-wrapper::before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
.wysiwyg .youtube-wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.wysiwyg .left {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.wysiwyg .center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.wysiwyg .right {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
.wysiwyg h1 {
  font-size: 240%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
}
.wysiwyg h2 {
  font-size: 180%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  border-bottom: none;
}
.wysiwyg h3 {
  font-size: 140%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
  color: #000;
}
.wysiwyg h4 {
  font-size: 120%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  color: #000;
}
.wysiwyg h5 {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
.wysiwyg h6 {
  font-size: 82%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
.wysiwyg ul {
  padding-left: 40px;
  list-style-type: disc;
}
.wysiwyg ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}
.wysiwyg blockquote {
  padding-left: 1em;
}
.wysiwyg table {
  font-size: 100%;
  border-collapse: collapse;
}
.wysiwyg hr {
  display: block;
}
.wysiwyg em {
  font-style: italic !important;
}
.wysiwyg strong {
  font-weight: bold !important;
}
.wysiwyg em strong,
.wysiwyg strong em {
  font-style: italic !important;
  font-weight: bold !important;
}

.pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination-item a,
.pagination-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
}
.pagination-item a:hover,
.pagination-item span:hover {
  text-decoration: none !important;
}
@media screen and (max-width: 639px) {
  .pagination-item {
    margin-left: 1px;
    margin-right: 1px;
  }
}
.pagination-item.dot {
  padding: 0px 8px 10px;
}
.pagination-item__number {
  font-size: 1.7rem;
  color: var(--cl-base);
  font-family: var(--f-roboto);
  text-align: center;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  background-color: var(--cl-light-g);
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  font-weight: 600;
  border-radius: 100%;
}
@media screen and (max-width: 639px) {
  .pagination-item__number {
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
    margin-left: 1px;
    margin-right: 1px;
  }
}
.pagination-item__number:hover, .pagination-item__number.active {
  background-color: var(--cl-base);
  color: #fff !important;
  transition: 0.2s;
}
.pagination-item__number::before, .pagination-item__number::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
}
.pagination-item__prev, .pagination-item__next {
  font-family: var(--f-noto);
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 639px) {
  .pagination-item__prev, .pagination-item__next {
    font-size: 1.4rem;
  }
}
.pagination-item__prev::before, .pagination-item__prev::after, .pagination-item__next::before, .pagination-item__next::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pagination-item__prev::after, .pagination-item__next::after {
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--cl-base);
  border-right: 2px solid var(--cl-base);
  border-top: 2px;
  border-right: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: var(--cl-base);
}
@media screen and (max-width: 639px) {
  .pagination-item__prev::after, .pagination-item__next::after {
    width: 10px;
    height: 10px;
  }
}
@media (any-hover: hover) {
  .pagination-item__prev:hover, .pagination-item__next:hover {
    color: var(--cl-base);
  }
}
.pagination-item__prev {
  margin-right: 1em;
  padding-left: 26px;
}
@media screen and (max-width: 639px) {
  .pagination-item__prev {
    margin-right: 5px;
  }
}
.pagination-item__prev::before {
  left: 0;
}
.pagination-item__prev::after {
  transform: rotate(225deg);
  left: 7px;
  top: 0px;
}
.pagination-item__next {
  margin-left: 1em;
  padding-right: 26px;
}
@media screen and (max-width: 639px) {
  .pagination-item__next {
    margin-left: 5px;
    padding-right: 30px;
  }
}
.pagination-item__next::before {
  right: 0;
}
.pagination-item__next::after {
  transform: rotate(45deg);
  right: 7px;
  top: 0px;
}

.pagination-type02 {
  display: flex;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .pagination-type02 {
    max-width: 80%;
  }
}

.pagination-type02__item {
  width: calc((100% - 20px) / 2);
}
.pagination-type02__item:not(:nth-child(2n)) {
  margin-right: 20px;
}
@media screen and (max-width: 639px) {
  .pagination-type02__item {
    width: calc((100% - 10px) / 2);
  }
  .pagination-type02__item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}

.pagination-type02__btn {
  background-color: var(--cl-base);
  color: #fff;
  display: block;
  border-radius: 3px;
  position: relative;
  width: 190px;
  padding: 18px 10px 18px 10px;
  text-align: center;
  font-family: var(--f-noto);
  font-weight: 500;
  line-height: 1;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 639px) {
  .pagination-type02__btn {
    width: 100%;
    padding: 14px 10px 14px 10px;
  }
}
.pagination-type02__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-color: #fff;
  border-right-color: #fff;
}
@media screen and (max-width: 639px) {
  .pagination-type02__btn::before {
    width: 8px;
    height: 8px;
  }
}
.pagination-type02__btn.prev {
  padding-left: 20px;
}
.pagination-type02__btn.prev::before {
  left: 16px;
  transform: rotate(225deg);
}
@media screen and (max-width: 639px) {
  .pagination-type02__btn.prev::before {
    left: 12px;
  }
}
.pagination-type02__btn.next {
  padding-right: 20px;
}
.pagination-type02__btn.next::before {
  right: 16px;
  transform: rotate(45deg);
}
@media screen and (max-width: 639px) {
  .pagination-type02__btn.next::before {
    right: 12px;
  }
}
@media (any-hover: hover) {
  .pagination-type02__btn:hover {
    background-color: var(--cl-base-k);
  }
}

/*iOSでのsubmit, buttonのデザインをリセットするCSS*/
button,
input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
button::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
button::focus,
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* Form */
input[type=search],
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  font-size: 100%;
  border: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  resize: vertical;
  border: 1px solid var(--cl-line);
  padding: 16px 18px 16px 18px;
  line-height: 1;
  width: 100%;
  border-radius: 3px;
  background-color: #fff;
}
@media screen and (max-width: 639px) {
  input[type=search],
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=password],
  textarea,
  select {
    padding: 10px;
  }
}

textarea {
  line-height: 1.6;
}
@media screen and (max-width: 639px) {
  textarea {
    line-height: 1.4;
  }
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  box-sizing: border-box;
  background-image: url(../img/common/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-size: 10px 7px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 639px) {
  select {
    background-position: right 15px top 50%;
    background-size: 8px 6px;
  }
}

button,
input[type=submit],
input[type=button],
input[type=radio],
input[type=checkbox],
label,
select {
  cursor: pointer;
}

/*-- radio ---*/
input[type=radio] {
  display: none;
}

label.form-radio {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1.3;
}

input[type=radio] + label.form-radio {
  width: 100%;
  color: #010101;
}
input[type=radio] + label.form-radio span {
  display: inline-block;
  position: relative;
  padding-left: 36px;
}
input[type=radio] + label.form-radio span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: var(--cl-light);
  border-radius: 50%;
  margin: auto;
}
@media screen and (max-width: 639px) {
  input[type=radio] + label.form-radio span::before {
    width: 20px;
    height: 20px;
  }
}

input[type=radio]:checked + label.form-radio span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: var(--cl-base);
  border-radius: 50%;
}
@media screen and (max-width: 639px) {
  input[type=radio]:checked + label.form-radio span::after {
    top: 0;
    left: 5px;
    width: 10px;
    height: 10px;
  }
}

/*-- checkbox ---*/
input[type=checkbox] {
  display: none;
}

label.form-checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1.3;
}

input[type=checkbox] + label.form-checkbox {
  color: #010101;
}
@media screen and (max-width: 639px) {
  input[type=checkbox] + label.form-checkbox {
    width: 100%;
  }
}
input[type=checkbox] + label.form-checkbox span {
  display: inline-block;
  position: relative;
  padding-left: 36px;
}
input[type=checkbox] + label.form-checkbox span::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 26px;
  height: 26px;
  background-color: var(--cl-light);
}
@media screen and (max-width: 639px) {
  input[type=checkbox] + label.form-checkbox span::before {
    top: 0;
    width: 20px;
    height: 20px;
  }
}

input[type=checkbox]:checked + label.form-checkbox span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  width: 10px;
  height: 10px;
  background-color: var(--cl-base);
}
@media screen and (max-width: 639px) {
  input[type=checkbox]:checked + label.form-checkbox span::after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
  }
}

/** Form Select IE 11 */
select::-ms-expand {
  display: none;
}

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

.form-btn-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.form-btn-list > li {
  margin-right: 40px;
  margin-bottom: 5px;
}

.form-input-list > li {
  line-height: 1.25;
  margin-bottom: 10px;
}
.form-input-list > li:last-child {
  margin-bottom: 0 !important;
}

.form-text-link a.icon-link__text {
  color: var(--cl-base);
  text-decoration: underline;
}
.form-text-link a.icon-link__text:hover {
  text-decoration: none;
}

.form-add {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 639px) {
  .form-add {
    margin-top: -15px;
    display: block;
  }
}
.form-add dt {
  margin-bottom: 0px;
  font-weight: bold;
  width: 6em;
  line-height: 1;
  transform: translateY(-0.4em);
}
@media screen and (max-width: 639px) {
  .form-add dt {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    transform: translateY(0);
  }
}
.form-add dd {
  width: calc(100% - 6em);
  margin-bottom: 10px;
}
@media screen and (max-width: 639px) {
  .form-add dd {
    width: 100%;
  }
}

.age__text {
  width: 90px !important;
  margin-right: 10px !important;
}

.pref-id {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .pref-id {
    max-width: 200px;
  }
}

.post {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .post {
    max-width: 200px;
  }
}

.form-agreement {
  background-color: var(--cl-light);
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .form-agreement {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 639px) {
  .form-agreement {
    font-size: 1.4rem;
    padding: 16px;
  }
}
.form-agreement__text {
  margin-bottom: 22px;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .form-agreement__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 639px) {
  .form-agreement__text {
    margin-bottom: 15px;
    word-break: break-all;
  }
}
.form-agreement input[type=checkbox] {
  display: none;
}
.form-agreement input[type=checkbox] + .form-agreement__btn {
  display: block;
  padding: 14px 10px 16px 20px;
  line-height: 1.5;
  cursor: pointer;
  transition: 0.5s;
  background-color: var(--cl-base);
  max-width: 240px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .form-agreement input[type=checkbox] + .form-agreement__btn {
    max-width: 200px;
    padding: 10px 10px 12px 25px;
  }
}
@media screen and (max-width: 639px) {
  .form-agreement input[type=checkbox] + .form-agreement__btn {
    font-size: 1.5rem;
  }
}
.form-agreement input[type=checkbox] + .form-agreement__btn::before, .form-agreement input[type=checkbox] + .form-agreement__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
}
.form-agreement input[type=checkbox] + .form-agreement__btn::before {
  left: 20px;
  width: 26px;
  height: 26px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .form-agreement input[type=checkbox] + .form-agreement__btn::before {
    width: 20px;
    height: 20px;
    left: 16px;
  }
}
.form-agreement input[type=checkbox] + .form-agreement__btn span {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  font-family: var(--f-noto);
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .form-agreement input[type=checkbox] + .form-agreement__btn span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  .form-agreement input[type=checkbox] + .form-agreement__btn span {
    font-size: 1.5rem;
  }
}
.form-agreement input[type=checkbox]:checked + .form-agreement__btn::after {
  left: 28px;
  width: 10px;
  height: 10px;
  background-color: var(--cl-base);
}
@media screen and (max-width: 1024px) {
  .form-agreement input[type=checkbox]:checked + .form-agreement__btn::after {
    left: 22px;
    width: 8px;
    height: 8px;
  }
}

.form-must {
  background-color: var(--cl-base);
  display: inline-block;
  width: 42px;
  height: 20px;
  line-height: 20px;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: center;
  margin-right: 5px;
  font-family: var(--f-noto);
  font-weight: 600;
}

.form-error-box {
  color: var(--cl-base);
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  padding: 25px;
  background-color: var(--cl-base);
}
@media screen and (max-width: 639px) {
  .form-error-box {
    font-size: 1.5rem;
  }
}

.form-error-td input[type=text],
.form-error-td input[type=email],
.form-error-td input[type=tel],
.form-error-td select,
.form-error-td textarea {
  background-color: var(--cl-bg-base) !important;
  border: 1px solid var(--cl-base) !important;
}

.form-error-text {
  color: var(--cl-red);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}

.form-complete {
  margin-bottom: 40px;
  padding: 60px 30px;
  background-color: var(--cl-base);
}
@media screen and (max-width: 639px) {
  .form-complete {
    margin-bottom: 30px;
    padding: 40px 20px;
  }
}
.form-complete__copy {
  margin-bottom: 25px;
  font-family: var(--f-noto);
  color: var(--cl-base);
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .form-complete__copy {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.form-complete__text {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.form-calendar {
  display: flex;
}

.form-calendar__input {
  width: 220px !important;
}

.ui-datepicker-trigger {
  padding: 0 !important;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 0;
  float: right;
}

.dp-form-item__form__btn-calendar {
  width: 100%;
  height: 100%;
  background-color: var(--cl-base);
  background-image: url(../img/common/icon-calendar.svg);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-size: 36% auto;
  display: block;
  cursor: pointer;
  transition: 0.5s;
}
@media print, screen and (min-width: 1025px) {
  .dp-form-item__form__btn-calendar:hover {
    background-color: var(--cl-base);
  }
}

.form-em {
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0 12px;
}

.search-box__lead {
  color: var(--cl-base);
  font-family: var(--f-noto);
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 639px) {
  .search-box__lead {
    line-height: 1.5;
  }
}

.search-box {
  background-color: var(--cl-light);
  border-radius: 5px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@container (max-width:700px) {
  .search-box {
    padding: 24px 20px 20px;
    display: block;
  }
}
.search-box.green {
  background-color: var(--cl-light-g);
}

.search-box__title {
  font-family: var(--f-noto);
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  padding-left: 40px;
  margin-right: 30px;
  line-height: 1;
}
@container (max-width:740px) {
  .search-box__title {
    font-size: 1.5rem;
    padding-left: 32px;
    margin-right: 20px;
  }
}
@container (max-width:700px) {
  .search-box__title {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 639px) {
  .search-box__title {
    margin-bottom: 16px;
    padding-left: 30px;
  }
}
.search-box__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 0;
  margin: auto;
  background-image: url(../img/common/icon-search-g.svg);
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}
@container (max-width:740px) {
  .search-box__title::before {
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    top: -4px;
  }
}
@media screen and (max-width: 639px) {
  .search-box__title::before {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    top: -2px;
  }
}

input.search-box__keyword {
  border: none;
  padding: 15px 20px;
  width: 23.42vw;
  margin-right: 8px;
}
@media screen and (max-width: 1024px) {
  input.search-box__keyword {
    width: 32vw;
    padding: 18px 10px;
  }
}
@container (max-width:700px) {
  input.search-box__keyword {
    width: calc(65% - 68px);
  }
}
@media screen and (max-width: 639px) {
  input.search-box__keyword {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 14px 10px;
  }
}

select.search-box__category {
  width: 12.5vw;
  margin-right: 8px;
  border: none;
}
@container (max-width:740px) {
  select.search-box__category {
    width: 14vw;
  }
}
@media screen and (max-width: 1024px) {
  select.search-box__category {
    width: 20vw;
  }
}
@container (max-width:700px) {
  select.search-box__category {
    width: 35%;
  }
}
@media screen and (max-width: 639px) {
  select.search-box__category {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 16px 10px;
  }
}

input.btn-submit {
  background: var(--cl-base) var(--cl-gra-base-s);
  width: 77px;
  color: #fff;
  font-family: var(--f-noto);
  font-weight: 600;
  border-radius: 3px;
  transition: background-color 0.3s ease;
  position: relative;
}
@media (any-hover: hover) {
  input.btn-submit:hover {
    background: var(--cl-base-k);
  }
}
@container (max-width:740px) {
  input.btn-submit {
    width: 60px;
  }
}
@media screen and (max-width: 1024px) {
  input.btn-submit {
    width: 68px;
  }
}
@media screen and (max-width: 639px) {
  input.btn-submit {
    width: 100%;
    padding: 8px 10px;
  }
}

.search-box__wrap01 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 639px) {
  .search-box__wrap01 {
    display: block;
  }
}

.em-text {
  color: #e1322b;
}

.f-b {
  font-weight: bold;
}

.icon-link {
  text-decoration: underline;
  transition: background-color 0.3s ease;
  position: relative;
  padding-left: 24px;
  display: inline-block;
}
@media screen and (max-width: 639px) {
  .icon-link {
    padding-left: 20px;
  }
}
.icon-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  margin: auto;
  background-image: url(../img/common/icon-pdf-r.svg);
  background-size: 15px 20px;
  width: 15px;
  height: 20px;
}
@media screen and (max-width: 639px) {
  .icon-link::before {
    top: 3px;
    left: 2px;
    background-size: 14px 19px;
    width: 14px;
    height: 19px;
  }
}
@media (any-hover: hover) {
  .icon-link:hover {
    text-decoration: none;
  }
}
.icon-link.doc:before {
  background-image: url(../img/common/icon-word.svg);
}
.icon-link.xls:before {
  background-image: url(../img/common/icon-excel.svg);
}
.icon-link.ppt:before {
  background-image: url(../img/common/icon-ppt.svg);
}
.icon-link.zip:before {
  background-image: url(../img/common/icon-zip.svg);
}
.icon-link.link:before {
  background-image: url(../img/common/icon-link.svg);
  width: 17px;
  height: 17px;
  left: 2px;
  top: 2px;
}

.text-link {
  text-decoration: underline;
  color: var(--cl-link);
  transition: background-color 0.3s ease;
}
@media (any-hover: hover) {
  .text-link:hover {
    text-decoration: none;
  }
}

.text-link__icon {
  text-decoration: underline;
  color: var(--cl-link);
  transition: background-color 0.3s ease;
  padding-left: 24px;
  position: relative;
}
.text-link__icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 3px;
  margin: auto;
  width: 15px;
  height: 20px;
}
.text-link__icon.icon-right {
  padding-left: 0;
  padding-right: 24px;
}
.text-link__icon.icon-right::before {
  left: auto;
  right: 3px;
}
@media (any-hover: hover) {
  .text-link__icon:hover {
    text-decoration: none;
  }
}
.text-link__icon.pdf::before {
  background-image: url(../img/common/icon-pdf-r.svg);
}
.text-link__icon.doc:before {
  background-image: url(../img/common/icon-word.svg);
}
.text-link__icon.xls:before {
  background-image: url(../img/common/icon-excel.svg);
}
.text-link__icon.ppt:before {
  background-image: url(../img/common/icon-ppt.svg);
}
.text-link__icon.zip:before {
  background-image: url(../img/common/icon-zip.svg);
}
.text-link__icon.link:before {
  background-image: url(../img/common/icon-link.svg);
  width: 17px;
  height: 17px;
  left: 2px;
  top: 2px;
}

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

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

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

.text-ind {
  text-indent: -1em;
  padding-left: 1em;
}

.fz18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .fz18 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 639px) {
  .fz18 {
    font-size: 1.5rem;
  }
}

.js-modal-wrap {
  display: none;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.js-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.js-modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 800px;
  max-width: 100%;
  background-color: #fff;
  height: 85vh;
  padding: 60px 20px 40px 40px;
  border-radius: 10px;
}
@media screen and (max-width: 639px) {
  .js-modal-inner {
    width: 94%;
    padding: 40px 10px 20px 20px;
  }
}
.js-modal-inner .sec-title02 {
  width: calc(100% - 20px);
}

.js-modal-cont {
  overflow-y: scroll;
  height: 68vh;
  padding-right: 20px;
  padding-bottom: 60px;
}

.js-modal-cont > * + * {
  margin-top: 10px;
}

.js-modal-inner > .js-modal-close + * {
  margin-top: 0;
}

.js-modal-close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
  transition: background-color 0.3s ease;
}
.js-modal-close::before, .js-modal-close::after {
  content: "";
  background-color: #999;
  position: absolute;
  top: 0px;
  right: 20px;
  width: 5px;
  height: 40px;
}
@media screen and (max-width: 639px) {
  .js-modal-close::before, .js-modal-close::after {
    height: 30px;
    right: 10px;
  }
}
.js-modal-close::before {
  transform: rotate(45deg);
}
.js-modal-close::after {
  transform: rotate(-45deg);
}
@media (any-hover: hover) {
  .js-modal-close:hover::before, .js-modal-close:hover::after {
    background-color: var(--cl-base-k);
  }
}

.js-modal__btn-wrap {
  margin: 40px auto 0;
}
@media screen and (max-width: 639px) {
  .js-modal__btn-wrap {
    margin-top: 20px;
  }
}

.js-modal__btn-close {
  width: 200px;
  padding: 16px 28px 16px 16px;
  margin: 0 auto;
}
.js-modal__btn-close::before, .js-modal__btn-close::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 3px;
  background-color: #fff;
}
.js-modal__btn-close::before {
  border: none;
}
.js-modal__btn-close::after {
  transform: rotate(-45deg);
}

/*==================================================================
    page index
===================================================================*/
.top-title01 {
  font-family: var(--f-noto);
  font-weight: 500;
  font-size: 3rem;
  position: relative;
  line-height: 1.2;
  padding: 5px 0 2px 28px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .top-title01 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 639px) {
  .top-title01 {
    font-size: 2rem;
    padding: 5px 0 0px 20px;
  }
}
.top-title01::before, .top-title01::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  margin: auto;
}
.top-title01::before {
  width: 6px;
  height: 100%;
  background: var(--cl-base) var(--cl-gra-base-y);
}
@media screen and (max-width: 639px) {
  .top-title01::before {
    width: 5px;
  }
}

.top-pickup {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 1400px) {
  .top-pickup {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .top-pickup {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 639px) {
  .top-pickup {
    margin-bottom: 40px;
  }
}

.top-pickup__list {
  background-color: var(--cl-light-g);
  padding: 25px;
}
@media screen and (max-width: 639px) {
  .top-pickup__list {
    padding: 16px;
  }
}
.top-pickup__list__item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 639px) {
  .top-pickup__list__item:not(:last-child) {
    margin-bottom: 5px;
  }
}

.top-pickup__list__link {
  background-color: #fff;
  display: block;
  border-radius: 5px;
  padding: 20px 60px 20px 45px;
  position: relative;
  line-height: 1.4;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 639px) {
  .top-pickup__list__link {
    padding: 12px 36px 12px 36px;
    border-radius: 3px;
  }
}
.top-pickup__list__link::before, .top-pickup__list__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top-pickup__list__link::before {
  width: 8px;
  height: 8px;
  background-color: var(--cl-base);
  border-radius: 50%;
  left: 20px;
}
@media screen and (max-width: 639px) {
  .top-pickup__list__link::before {
    width: 6px;
    height: 6px;
    left: 16px;
  }
}
.top-pickup__list__link::after {
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--cl-base);
  border-right: 2px solid var(--cl-base);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 22px;
}
@media screen and (max-width: 639px) {
  .top-pickup__list__link::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--cl-base);
    border-right: 2px solid var(--cl-base);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 16px;
  }
}
@media (any-hover: hover) {
  .top-pickup__list__link:hover {
    background-color: var(--cl-base);
    color: #fff;
  }
  .top-pickup__list__link:hover::before {
    background-color: #fff;
  }
  .top-pickup__list__link:hover::after {
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .top-pickup__list__link:hover .icon-up {
    color: var(--cl-em-y);
  }
}

.top-mokuji__btn {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 639px) {
  .top-mokuji__btn {
    display: block;
  }
}
.top-mokuji__btn__item {
  width: calc((100% - 60px) / 2);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media print, screen and (max-width: 1100px) {
  .top-mokuji__btn__item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .top-mokuji__btn__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 639px) {
  .top-mokuji__btn__item {
    width: 100%;
  }
}
.top-mokuji__btn__item:not(:nth-child(2n)) {
  margin-right: 60px;
  justify-content: flex-end;
}
@media print, screen and (max-width: 1100px) {
  .top-mokuji__btn__item:not(:nth-child(2n)) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .top-mokuji__btn__item:not(:nth-child(2n)) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 639px) {
  .top-mokuji__btn__item:not(:nth-child(2n)) {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.top-mokuji__btn__item .btn-base {
  width: 100%;
  max-width: 320px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .top-mokuji__btn__item .btn-base {
    max-width: none;
  }
}

.top-mokuji {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .top-mokuji {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 639px) {
  .top-mokuji {
    margin-bottom: 40px;
  }
}

.top-activity {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 1400px) {
  .top-activity {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .top-activity {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 639px) {
  .top-activity {
    margin-bottom: 40px;
  }
}

.top-activity__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 1400px) {
  .top-activity__wrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .top-activity__wrap {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 639px) {
  .top-activity__wrap {
    display: block;
    margin-bottom: 14px;
  }
}

.top-activity__block {
  width: calc((100% - 40px) / 2);
  border-radius: 5px;
  padding: 40px 35px 30px;
}
@media print, screen and (max-width: 1500px) {
  .top-activity__block {
    width: calc((100% - 20px) / 2);
  }
}
@media print, screen and (max-width: 1400px) {
  .top-activity__block {
    padding: 40px 20px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .top-activity__block {
    padding: 30px 20px 10px;
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 639px) {
  .top-activity__block {
    width: 100%;
    padding: 24px 16px 10px;
  }
}
.top-activity__block:not(:nth-child(2n)) {
  margin-right: 40px;
}
@media print, screen and (max-width: 1500px) {
  .top-activity__block:not(:nth-child(2n)) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top-activity__block:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 639px) {
  .top-activity__block:not(:nth-child(2n)) {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.top-activity__block.kenkai {
  background-color: #E1F2EF;
}
.top-activity__block.branch {
  background-color: #DFEDF3;
}

.top-activity__title {
  font-family: var(--f-noto);
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 28px;
}
@media screen and (max-width: 1024px) {
  .top-activity__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .top-activity__title {
    font-size: 1.8rem;
    padding-bottom: 14px;
    margin-bottom: 20px;
  }
}
.top-activity__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: var(--cl-base) var(--cl-gra-base);
  width: 60px;
  height: 4px;
}
@media screen and (max-width: 1024px) {
  .top-activity__title::before {
    width: 50px;
    height: 3px;
  }
}
@media screen and (max-width: 639px) {
  .top-activity__title::before {
    width: 40px;
    height: 2px;
  }
}
.top-activity__title.branch::before {
  background: #07576B linear-gradient(90deg, rgb(7, 87, 107) 0%, rgb(31, 100, 141) 100%);
}

.top-activity__list {
  display: flex;
  flex-wrap: wrap;
}
.top-activity__list__item {
  width: calc((100% - 10px) / 2);
  margin-bottom: 10px;
  display: flex;
  align-content: center;
}
.top-activity__list__item:not(:nth-child(2n)) {
  margin-right: 10px;
}
.top-activity__list__link {
  background-color: #fff;
  border-radius: 3px;
  display: block;
  font-family: var(--f-noto);
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  padding: 80px 10px 20px;
  background-repeat: no-repeat;
  transition: background-color 0.3s ease;
  width: 100%;
}
@media print, screen and (max-width: 1400px) {
  .top-activity__list__link {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 639px) {
  .top-activity__list__link {
    padding: 50px 10px 10px;
    font-size: 1.4rem;
  }
}
.top-activity__list__link.schedule {
  background-image: url(../img/common/icon-schedule-g.svg);
  background-size: 30px 34px;
  background-position: center top 28px;
}
@media screen and (max-width: 639px) {
  .top-activity__list__link.schedule {
    background-size: 24px 27.2px;
    background-position: center top 16px;
  }
}
.top-activity__list__link.organisation {
  background-image: url(../img/common/icon-organisation-g.svg);
  background-size: 42px 37px;
  background-position: center top 26px;
}
@media screen and (max-width: 639px) {
  .top-activity__list__link.organisation {
    background-size: 33.6px 29.6px;
    background-position: center top 16px;
  }
}
.top-activity__list__link.sokai {
  background-image: url(../img/common/icon-sokai-g.svg);
  background-size: 72px 44px;
  background-position: center top 20px;
}
@media screen and (max-width: 639px) {
  .top-activity__list__link.sokai {
    background-size: 50.4px 30.8px;
    background-position: center top 13px;
  }
}
.top-activity__list__link.magazine {
  background-image: url(../img/common/icon-magazine-g.svg);
  background-size: 37px 34px;
  background-position: center top 25px;
}
@media screen and (max-width: 639px) {
  .top-activity__list__link.magazine {
    background-size: 29.6px 27.2px;
    background-position: center top 16px;
  }
}
.top-activity__list__link.minutes {
  background-image: url(../img/common/icon-minutes-g.svg);
  background-size: 28px 34px;
  background-position: center top 27px;
}
@media screen and (max-width: 639px) {
  .top-activity__list__link.minutes {
    background-size: 22.4px 27.2px;
    background-position: center top 16px;
  }
}
@media (any-hover: hover) {
  .top-activity__list__link:hover {
    color: #fff;
    background-color: var(--cl-base);
  }
  .top-activity__list__link:hover.schedule {
    background-image: url(../img/common/icon-schedule-w.svg);
  }
  .top-activity__list__link:hover.organisation {
    background-image: url(../img/common/icon-organisation-w.svg);
  }
  .top-activity__list__link:hover.sokai {
    background-image: url(../img/common/icon-sokai-w.svg);
  }
  .top-activity__list__link:hover.magazine {
    background-image: url(../img/common/icon-magazine-w.svg);
  }
  .top-activity__list__link:hover.minutes {
    background-image: url(../img/common/icon-minutes-w.svg);
  }
}
.top-activity__list.branch .top-activity__list__link.schedule {
  background-image: url(../img/common/icon-schedule-b.svg);
  background-size: 30px 34px;
  background-position: center top 28px;
}
@media screen and (max-width: 639px) {
  .top-activity__list.branch .top-activity__list__link.schedule {
    background-size: 24px 27.2px;
    background-position: center top 16px;
  }
}
.top-activity__list.branch .top-activity__list__link.sokai {
  background-image: url(../img/common/icon-sokai-b.svg);
  background-size: 72px 44px;
  background-position: center top 20px;
}
@media screen and (max-width: 639px) {
  .top-activity__list.branch .top-activity__list__link.sokai {
    background-size: 50.4px 30.8px;
    background-position: center top 13px;
  }
}
.top-activity__list.branch .top-activity__list__link.address {
  background-image: url(../img/common/icon-address-b.svg);
  background-size: 35px 40px;
  background-position: center top 22px;
}
@media screen and (max-width: 639px) {
  .top-activity__list.branch .top-activity__list__link.address {
    background-size: 27.3px 28px;
    background-position: center top 16px;
  }
}
.top-activity__list.branch .top-activity__list__link.minutes {
  background-image: url(../img/common/icon-minutes-b.svg);
  background-size: 28px 34px;
  background-position: center top 27px;
}
@media screen and (max-width: 639px) {
  .top-activity__list.branch .top-activity__list__link.minutes {
    background-size: 22.4px 27.2px;
    background-position: center top 16px;
  }
}
@media (any-hover: hover) {
  .top-activity__list.branch .top-activity__list__link:hover {
    color: #fff;
    background-color: #32597B;
  }
  .top-activity__list.branch .top-activity__list__link:hover.schedule {
    background-image: url(../img/common/icon-schedule-w.svg);
  }
  .top-activity__list.branch .top-activity__list__link:hover.sokai {
    background-image: url(../img/common/icon-sokai-w.svg);
  }
  .top-activity__list.branch .top-activity__list__link:hover.address {
    background-image: url(../img/common/icon-address-w.svg);
  }
  .top-activity__list.branch .top-activity__list__link:hover.minutes {
    background-image: url(../img/common/icon-minutes-w.svg);
  }
}

.top-btn__list {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.top-btn__list__item {
  width: calc((100% - 48px) / 5);
  display: flex;
  justify-content: center;
}
.top-btn__list__item:not(:nth-child(5n)) {
  margin-right: 12px;
}
@media screen and (max-width: 1024px) {
  .top-btn__list__item {
    width: calc((100% - 20px) / 5);
  }
  .top-btn__list__item:not(:nth-child(5n)) {
    margin-right: 5px;
  }
}
@media screen and (max-width: 639px) {
  .top-btn__list__item {
    width: calc((100% - 5px) / 2);
    margin-bottom: 5px;
  }
  .top-btn__list__item:not(:nth-child(5n)) {
    margin-right: 0px;
  }
  .top-btn__list__item:not(:nth-child(2n)) {
    margin-right: 5px;
  }
}
.top-btn__list__link {
  border: 2px solid var(--cl-line-lg);
  border-radius: 3px;
  text-align: center;
  font-family: var(--f-noto);
  font-weight: 500;
  line-height: 1.3;
  font-size: 1.7rem;
  padding: 80px 10px 20px 10px;
  background-repeat: no-repeat;
  background-position: center 26px;
  width: 100%;
  transition: background-color 0.3s ease;
}
@media print, screen and (max-width: 1400px) {
  .top-btn__list__link {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 639px) {
  .top-btn__list__link {
    font-size: 1.4rem;
    padding: 50px 10px 10px 10px;
    font-weight: 800;
    background-position: center 15px;
  }
}
.top-btn__list__link.laws {
  background-image: url(../img/common/icon-laws-g.svg);
  background-size: 30px 36px;
}
@media screen and (max-width: 639px) {
  .top-btn__list__link.laws {
    background-size: 21px 25.2px;
  }
}
.top-btn__list__link.format {
  background-image: url(../img/common/icon-format-g.svg);
  background-size: 30px 36px;
}
@media screen and (max-width: 639px) {
  .top-btn__list__link.format {
    background-size: 21px 25.2px;
  }
}
.top-btn__list__link.link {
  background-image: url(../img/common/icon-link-g.svg);
  background-size: 36px 36px;
}
@media screen and (max-width: 639px) {
  .top-btn__list__link.link {
    background-size: 25.2px 25.2px;
  }
}
.top-btn__list__link.induction {
  background-image: url(../img/common/icon-induction-g.svg);
  background-size: 46px 36px;
}
@media screen and (max-width: 639px) {
  .top-btn__list__link.induction {
    background-size: 32.2px 25.2px;
  }
}
.top-btn__list__link.bbs {
  background-image: url(../img/common/icon-bbs-b.svg);
  background-size: 33px 33px;
}
@media screen and (max-width: 639px) {
  .top-btn__list__link.bbs {
    background-size: 23.1px 23.1px;
  }
}
.top-btn__list__link.bbs .f-s {
  font-size: 1.5rem;
}
@media screen and (max-width: 639px) {
  .top-btn__list__link.bbs .f-s {
    font-size: 1.2rem;
  }
}
@media (any-hover: hover) {
  .top-btn__list__link.bbs:hover {
    background-image: url(../img/common/icon-bbs-w.svg);
    border: 1px solid #1f648d;
    background-color: #1f648d;
  }
}
.top-btn__list__link.no-link {
  pointer-events: none;
}
@media (any-hover: hover) {
  .top-btn__list__link:hover {
    background-color: var(--cl-base);
    color: #fff;
    border: 1px solid var(--cl-base);
  }
  .top-btn__list__link:hover.laws {
    background-image: url(../img/common/icon-laws-w.svg);
    background-size: 30px 36px;
  }
  .top-btn__list__link:hover.format {
    background-image: url(../img/common/icon-format-w.svg);
    background-size: 30px 36px;
  }
  .top-btn__list__link:hover.link {
    background-image: url(../img/common/icon-link-w.svg);
    background-size: 36px 36px;
  }
  .top-btn__list__link:hover.induction {
    background-image: url(../img/common/icon-induction-w.svg);
    background-size: 46px 36px;
  }
}

.top-relevance__list {
  background-color: var(--cl-light);
  padding: 30px 40px;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 1500px) {
  .top-relevance__list {
    padding: 20px;
  }
}
@media screen and (max-width: 639px) {
  .top-relevance__list {
    display: block;
    padding: 16px;
  }
}
.top-relevance__list__item {
  width: calc((100% - 30px) / 3);
  margin-bottom: 10px;
}
.top-relevance__list__item:not(:nth-child(3n)) {
  margin-right: 15px;
}
@media screen and (max-width: 639px) {
  .top-relevance__list__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 1400px) {
  .top-relevance__list__item {
    width: calc((100% - 10px) / 2);
  }
  .top-relevance__list__item:not(:nth-child(3n)) {
    margin-right: 0px;
  }
  .top-relevance__list__item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 639px) {
  .top-relevance__list__item {
    width: 100%;
    margin-bottom: 5px;
  }
}
.top-relevance__list__link {
  background-color: #fff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px 50px 20px 20px;
  background-image: url(../img/common/icon-ow-g.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
  font-family: var(--f-noto);
  font-weight: 500;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 639px) {
  .top-relevance__list__link {
    padding: 12px 50px 12px 16px;
    background-size: 16px 16px;
    background-position: right 16px top 50%;
  }
}
@media (any-hover: hover) {
  .top-relevance__list__link:hover {
    background-color: var(--cl-base);
    color: #fff;
    background-image: url(../img/common/icon-ow-w.svg);
  }
}

.mokuji-list {
  margin-bottom: 40px;
}
@media screen and (max-width: 639px) {
  .mokuji-list {
    margin-bottom: 20px;
  }
}

.mokuji-list__item {
  margin-bottom: 10px;
  border: 2px solid var(--cl-line-lg);
  border-radius: 3px;
  line-height: 1.4;
}

.mokuji-list__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  position: relative;
  transition: background-color 0.3s ease;
  padding: 24px 60px 24px 20px;
}
@media screen and (max-width: 1024px) {
  .mokuji-list__link {
    padding: 20px 50px 20px 20px;
  }
}
@media screen and (max-width: 639px) {
  .mokuji-list__link {
    padding: 14px 30px 14px 14px;
  }
}
.mokuji-list__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-top: 2px solid var(--cl-base);
  border-right: 2px solid var(--cl-base);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .mokuji-list__link::before {
    right: 20px;
    width: 12px;
    height: 12px;
    border-top: 2px solid var(--cl-base);
    border-right: 2px solid var(--cl-base);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 639px) {
  .mokuji-list__link::before {
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--cl-base);
    border-right: 2px solid var(--cl-base);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 14px;
  }
}
@media (any-hover: hover) {
  .mokuji-list__link:hover {
    background-color: var(--cl-light-g);
  }
}

.mokuji-list__day {
  display: inline-block;
  font-weight: bold;
  margin-right: 24px;
  width: 100px;
}
@media screen and (max-width: 639px) {
  .mokuji-list__day {
    margin-bottom: 5px;
    margin-right: 5px;
    width: 80px;
  }
}

.mokuji-list__category {
  display: block;
  background-color: var(--cl-base);
  border-radius: 3px;
  width: 100px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  font-family: var(--f-noto);
  height: 26px;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 639px) {
  .mokuji-list__category {
    line-height: 18px;
    height: 20px;
    font-size: 1.1rem;
    width: 84px;
    margin-bottom: 4px;
  }
}

.mokuji-list__title {
  display: inline-block;
  margin-left: 30px;
  width: calc(100% - 100px - 24px - 100px - 30px);
}
@media screen and (max-width: 639px) {
  .mokuji-list__title {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
    line-height: 1.8;
  }
}

.icon-new,
.icon-up {
  color: var(--cl-em);
  font-family: var(--f-roboto);
  font-weight: 600;
  margin-left: 14px;
  font-size: 1.5rem;
}

.mokuji-title {
  border-bottom: 3px solid var(--cl-base);
  padding-bottom: 25px;
  margin-bottom: 50px;
}
@container (max-width: 900px) {
  .mokuji-title {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 639px) {
  .mokuji-title {
    padding-bottom: 14px;
    border-bottom: 2px solid var(--cl-base);
    margin-bottom: 40px;
  }
}

.mokuji-title__icon {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 5px;
}

.mokuji-title__day {
  font-family: var(--f-noto);
  color: var(--cl-base);
  font-weight: 600;
  margin-bottom: 8px;
}
.mokuji-title__day .icon-new {
  font-size: 1.6rem;
}

.mokuji-title__text {
  font-size: 2.3rem;
  font-family: var(--f-noto);
  font-weight: 500;
  line-height: 1.4;
}
@container (max-width: 900px) {
  .mokuji-title__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .mokuji-title__text {
    font-size: 1.6rem;
  }
}

.mokuji-sub-title {
  position: relative;
  font-family: var(--f-noto);
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 30px;
  padding-left: 32px;
}
@container (max-width: 780px) {
  .mokuji-sub-title {
    margin-bottom: 20px;
  }
}
@container (max-width: 700px) {
  .mokuji-sub-title {
    font-size: 2.2rem;
    padding-left: 28px;
  }
}
@media screen and (max-width: 639px) {
  .mokuji-sub-title {
    font-size: 1.8rem;
    padding-left: 22px;
    margin-bottom: 16px;
  }
}
.mokuji-sub-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  margin: auto;
  width: 18px;
  height: 5px;
  background-color: var(--cl-base);
}
@container (max-width: 700px) {
  .mokuji-sub-title::before {
    width: 16px;
    height: 4px;
  }
}
@media screen and (max-width: 639px) {
  .mokuji-sub-title::before {
    top: 8px;
    width: 12px;
  }
}

.magazine-list__sec {
  padding-bottom: 40px;
  border-bottom: #aaa 1px dotted;
  margin-bottom: 80px;
}
@media screen and (max-width: 639px) {
  .magazine-list__sec {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.magazine-list__title02 {
  font-size: 2rem;
  font-family: var(--f-noto);
  font-weight: 500;
  padding: 20px 20px 20px 55px;
  margin-bottom: 20px;
  background: var(--cl-light-g);
  background-repeat: no-repeat;
  background-position: 20px 50%;
  background-image: url(../img/common/icon-mokuji.svg);
  background-size: 22px 27px;
}
@media screen and (max-width: 1024px) {
  .magazine-list__title02 {
    font-size: 1.8rem;
    padding: 16px 20px 16px 55px;
  }
}
@media screen and (max-width: 639px) {
  .magazine-list__title02 {
    font-size: 1.6rem;
    background-size: 18px 22px;
    padding: 12px 15px 12px 45px;
    margin-bottom: 10px;
    background-position: 15px 48%;
  }
}
.magazine-list__item {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 639px) {
  .magazine-list__item {
    display: block;
  }
}
.magazine-list__item__img {
  width: 24%;
  text-align: center;
}
@container (max-width: 1050px) {
  .magazine-list__item__img {
    width: 30%;
  }
}
@container (max-width: 745px) {
  .magazine-list__item__img {
    width: 35%;
  }
}
@media screen and (max-width: 639px) {
  .magazine-list__item__img {
    width: 100%;
    margin-bottom: 25px;
  }
}
.magazine-list__item__img figure {
  text-align: center;
  display: flex;
  justify-content: center;
}
.magazine-list__item__img figure img {
  border: solid 1px #ddd;
}
@media screen and (max-width: 639px) {
  .magazine-list__item__img figure img {
    width: 40%;
    margin: 0 auto;
  }
}
.magazine-list__item__img data {
  font-size: 1.6rem;
  font-family: var(--f-noto);
  font-weight: 500;
  margin-bottom: 20px;
}
.magazine-list__item__pdf-btn {
  border-radius: 5px;
  color: #fff;
  font-family: var(--f-noto);
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  text-align: center;
  line-height: 1.2;
  padding: 20px 20px 20px 20px;
  background: var(--cl-base);
  transition: background-color 0.3s ease;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .magazine-list__item__pdf-btn {
    font-size: 1.4rem;
    padding: 15px 20px 15px 22px;
  }
}
@media screen and (max-width: 639px) {
  .magazine-list__item__pdf-btn {
    font-size: 1.4rem;
    padding: 14px 10px 14px 25px;
    background-size: 16px 20px;
    background-position: 16% 48%;
    width: 80%;
    margin: 0 auto;
  }
}
.magazine-list__item__pdf-btn__icon {
  position: relative;
  padding-left: 30px;
}
.magazine-list__item__pdf-btn__icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-image: url(../img/common/icon-pdf-w.svg);
  background-size: 20px 27px;
  width: 20px;
  height: 27px;
}
@media (any-hover: hover) {
  .magazine-list__item__pdf-btn:hover {
    color: var(--cl-base);
    background: var(--cl-light-g);
  }
  .magazine-list__item__pdf-btn:hover .magazine-list__item__pdf-btn__icon::before {
    background-image: url(../img/common/icon-pdf.svg);
  }
}
.magazine-list__item__text {
  width: 76%;
  padding-left: 7%;
}
@container (max-width: 1050px) {
  .magazine-list__item__text {
    width: 70%;
    padding-left: 5%;
  }
}
@container (max-width: 745px) {
  .magazine-list__item__text {
    width: 65%;
    padding-left: 5%;
  }
}
@media screen and (max-width: 639px) {
  .magazine-list__item__text {
    width: 100%;
    padding-left: 0;
  }
}
.magazine-list__item__text p {
  padding: 0 15px;
}
@media screen and (max-width: 639px) {
  .magazine-list__item__text p {
    padding: 0 10px;
  }
}

.sokai-list a {
  color: var(--cl-link);
  text-decoration: underline;
  margin-right: 5px;
}
@media screen and (max-width: 639px) {
  .sokai-list a {
    margin-right: 0px;
  }
}
.sokai-list a::before, .sokai-list a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  margin: auto;
}
.sokai-list li {
  padding: 25px;
  border: 2px solid var(--cl-line-lg);
  border-radius: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 639px) {
  .sokai-list li {
    padding: 16px;
  }
}
.sokai-list__mainlink {
  padding-left: 30px;
  position: relative;
  color: #666;
}
@media screen and (max-width: 639px) {
  .sokai-list__mainlink {
    padding-left: 25px;
  }
}
.sokai-list__mainlink a {
  font-weight: 600;
}
.sokai-list__mainlink .pdf::after {
  background-image: url(../img/common/icon-pdf-r.svg);
  background-repeat: no-repeat;
  background-size: 19px 24px;
  width: 19px;
  height: 24px;
  left: 0px;
}
@media screen and (max-width: 639px) {
  .sokai-list__mainlink .pdf::after {
    background-size: 15px;
    width: 15px;
    height: 20px;
    top: 3px;
    left: 0px;
  }
}
.sokai-list__sublink {
  padding-left: 25px;
  position: relative;
  color: #666;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 639px) {
  .sokai-list__sublink {
    padding-left: 20px;
    display: block;
  }
}
.sokai-list__sublink .pdf::after {
  background-image: url(../img/common/icon-pdf-r.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  width: 15px;
  height: 20px;
  top: 3px;
  left: 0px;
}
@media screen and (max-width: 639px) {
  .sokai-list__sublink .pdf::after {
    background-size: 12px;
    width: 12px;
    height: 15px;
    top: 5px;
  }
}
.sokai-list__detail {
  margin-top: 20px;
  border-top: dotted 2px var(--cl-line-lg);
  padding: 20px 0px 0px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 639px) {
  .sokai-list__detail {
    display: block !important;
    margin-top: 15px;
    padding: 15px 0px 0px;
  }
}
.sokai-list__detail__data {
  width: 100px;
}
@media screen and (max-width: 639px) {
  .sokai-list__detail__data {
    width: auto;
  }
}
.sokai-list__detail__data span {
  background-color: var(--cl-light);
  display: inline-block;
  padding: 5px 20px;
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .sokai-list__detail__data span {
    padding: 2px 10px;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}
.sokai-list__detail__box {
  display: flex;
  width: calc(100% - 100px);
}
@media screen and (max-width: 639px) {
  .sokai-list__detail__box {
    width: 100% !important;
    display: block !important;
  }
}
.sokai-list__detail__box__item {
  width: 50%;
  padding: 5px 25px 5px;
}
@media screen and (max-width: 639px) {
  .sokai-list__detail__box__item {
    width: 100% !important;
    padding: 5px 10px 0px;
    margin-bottom: 10px;
  }
  .sokai-list__detail__box__item:last-child {
    margin-bottom: 0px;
  }
}
.sokai-list__detail__box__item--all {
  width: 100%;
}
.sokai-list__detail__box__item dt {
  position: relative;
  padding-left: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 639px) {
  .sokai-list__detail__box__item dt {
    font-size: 1.3rem;
    padding-left: 10px;
    margin-bottom: 5px;
  }
}
.sokai-list__detail__box__item dt::before, .sokai-list__detail__box__item dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sokai-list__detail__box__item dt::before {
  width: 6px;
  height: 6px;
  left: 0;
  border-radius: 50%;
  background-color: var(--cl-base-b);
}
.sokai-list__detail__box__item dd {
  padding-left: 20px;
}
@media screen and (max-width: 639px) {
  .sokai-list__detail__box__item dd {
    padding: 0px;
  }
}

.login-wrap {
  padding: 80px 60px 100px;
}
@media screen and (max-width: 1024px) {
  .login-wrap {
    padding: 60px 40px 60px;
    min-height: 100vh;
  }
}
@media screen and (max-width: 639px) {
  .login-wrap {
    padding: 40px 20px 40px;
  }
}

.login-contents-wrap {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

.login-title {
  font-family: var(--f-noto);
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .login-title {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 639px) {
  .login-title {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
}

.login-lead {
  color: var(--cl-base);
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .login-lead {
    font-size: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .login-lead {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.login-box {
  background-color: var(--cl-light-g);
  border-radius: 5px;
  padding: 60px 30px 50px;
  margin-bottom: 76px;
}
@media screen and (max-width: 1024px) {
  .login-box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 639px) {
  .login-box {
    padding: 30px;
  }
}

.login-error__text {
  max-width: 550px;
  width: 100%;
  margin: 0 auto 20px;
  color: var(--cl-em);
  text-align: center;
  font-weight: bold;
}

.login-list {
  max-width: 550px;
  width: 100%;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: var(--f-noto);
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .login-list {
    font-size: 1.6rem;
    display: block;
  }
}

.login-list__title {
  width: 150px;
  margin-right: 15px;
  margin-bottom: 20px;
  padding-left: 34px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .login-list__title {
    width: 100%;
    margin-bottom: 10px;
  }
}
.login-list__title::before, .login-list__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.login-list__title::before {
  background-repeat: no-repeat;
}
.login-list__title.user::before {
  background-image: url(../img/common/icon-id-g.svg);
  background-size: 22px 24px;
  width: 22px;
  height: 24px;
  top: 3px;
}
@media screen and (max-width: 639px) {
  .login-list__title.user::before {
    background-size: 20px 22px;
    width: 20px;
    height: 22px;
  }
}
.login-list__title.password::before {
  background-image: url(../img/common/icon-pw-g.svg);
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  top: 4px;
}
@media screen and (max-width: 639px) {
  .login-list__title.password::before {
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
  }
}

.login-btn {
  width: 200px;
  border-radius: 5px;
  color: #fff;
  font-family: var(--f-noto);
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  text-align: center;
  line-height: 1.2;
  padding: 20px 35px 20px 20px;
  background-color: var(--cl-base);
  transition: background-color 0.3s ease;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .login-btn {
    font-size: 1.5rem;
    padding: 18px 35px 18px 10px;
  }
}
@media screen and (max-width: 639px) {
  .login-btn {
    font-size: 1.4rem;
    padding: 14px 24px 14px 10px;
  }
}
.login-btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 639px) {
  .login-btn::before {
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
  }
}
@media (any-hover: hover) {
  .login-btn:hover {
    background-color: var(--cl-base-k);
  }
}

.login-list__data {
  width: calc(100% - 165px);
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .login-list__data {
    width: 100%;
  }
}

input.input-login {
  border: none;
  font-weight: normal;
  font-size: 1.6rem;
}
input.input-login.error {
  border: 1px solid var(--cl-em);
  background-color: #fceef5;
}

.login-info__title {
  font-family: var(--f-roboto);
  font-size: 1.8rem;
  color: var(--cl-base);
  font-weight: 600;
  border-bottom: 1px solid #82C1B9;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.induction-info__schedule__info {
  background-color: var(--cl-light-g);
  border-radius: 5px;
  margin-bottom: 55px;
  padding: 20px 30px 20px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 639px) {
  .induction-info__schedule__info {
    padding: 16px 16px 16px 16px;
    margin-bottom: 30px;
  }
}

.induction-info__schedule__info__text {
  font-family: var(--f-noto);
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .induction-info__schedule__info__text {
    text-align: center;
    line-height: 1.4;
    margin-bottom: 10px;
    width: 100%;
  }
}

.induction-info__schedule__info__btn {
  max-width: 300px;
  width: 100%;
  padding: 16px 35px 16px 20px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .induction-info__schedule__info__btn {
    max-width: 240px;
  }
}
@media screen and (max-width: 639px) {
  .induction-info__schedule__info__btn {
    max-width: 80%;
    margin: 0 auto;
    padding: 14px 24px 14px 10px;
  }
}
.induction-info__schedule__info__btn::before {
  transform: rotate(135deg);
}
@media screen and (max-width: 639px) {
  .induction-info__schedule__info__btn::before {
    right: 15px;
  }
}
@media (any-hover: hover) {
  .induction-info__schedule__info__btn:hover {
    background-color: var(--cl-base-k);
  }
}

.induction-info__schedule__title {
  border-bottom: 1px solid var(--cl-line);
  font-size: 2.4rem;
  font-family: var(--f-noto);
  font-weight: 600;
  color: var(--cl-base);
  padding-bottom: 14px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .induction-info__schedule__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .induction-info__schedule__title {
    font-size: 1.8rem;
  }
}

.induction-info__schedule__title02 {
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  padding: 12px 0 12px 25px;
  line-height: 1.6;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .induction-info__schedule__title02 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 639px) {
  .induction-info__schedule__title02 {
    font-size: 1.6rem;
    padding: 5px 0 5px 25px;
    margin-bottom: 20px;
  }
}
.induction-info__schedule__title02::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background-color: var(--cl-base);
  width: 6px;
  height: 100%;
}
@media screen and (max-width: 639px) {
  .induction-info__schedule__title02::before {
    width: 5px;
  }
}

.induction-info__schedule__title__wrap {
  margin-bottom: 20px;
  position: relative;
  padding-right: 180px;
}
@media screen and (max-width: 639px) {
  .induction-info__schedule__title__wrap {
    padding-right: 0;
  }
}

.induction-info__schedule__btn {
  padding: 10px 30px 12px 10px;
  width: 100%;
  display: block;
  width: 160px;
  margin-left: 20px;
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
}
.induction-info__schedule__btn::before {
  right: 15px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 639px) {
  .induction-info__schedule__btn {
    position: relative;
    width: 140px;
    margin-left: auto;
    padding: 8px 20px 8px 10px;
  }
  .induction-info__schedule__btn::before {
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.induction-info__schedule__tbl {
  margin-bottom: 10px;
}
.induction-info__schedule__tbl th {
  width: 220px;
  font-weight: bold;
}
@container (max-width: 900px) {
  .induction-info__schedule__tbl th {
    width: 150px;
  }
}
@media screen and (max-width: 639px) {
  .induction-info__schedule__tbl th {
    width: 60px;
  }
}
.induction-info__schedule__tbl td {
  width: calc(100% - 220px);
}
@container (max-width: 900px) {
  .induction-info__schedule__tbl td {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 639px) {
  .induction-info__schedule__tbl td {
    width: calc(100% - 60px);
  }
}

.induction-info__title {
  border-bottom: 3px solid var(--cl-base);
  padding-bottom: 25px;
  margin-bottom: 50px;
}
@container (max-width: 900px) {
  .induction-info__title {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 639px) {
  .induction-info__title {
    padding-bottom: 14px;
    border-bottom: 2px solid var(--cl-base);
    margin-bottom: 40px;
  }
}

.induction-info__title__text {
  font-size: 2.4rem;
  font-family: var(--f-noto);
  font-weight: 500;
  line-height: 1.4;
}
@container (max-width: 900px) {
  .induction-info__title__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .induction-info__title__text {
    font-size: 1.6rem;
  }
}

.induction-info__schedule__tbl02 {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--cl-line);
  margin-bottom: 10px;
}
@media screen and (max-width: 639px) {
  .induction-info__schedule__tbl02 {
    display: block;
  }
}

.induction-info__schedule__tbl02__title {
  width: 220px;
  font-weight: bold;
  padding: 15px 15px 15px 15px;
  background-color: var(--cl-light-g);
  display: flex;
  align-items: center;
}
@container (max-width: 900px) {
  .induction-info__schedule__tbl02__title {
    width: 150px;
  }
}
@media screen and (max-width: 639px) {
  .induction-info__schedule__tbl02__title {
    width: 100%;
    padding: 8px 10px;
  }
}

.induction-info__schedule__tbl02__data {
  width: calc(100% - 220px);
  padding: 24px 15px 24px 15px;
  border-left: 1px solid var(--cl-line);
}
@container (max-width: 900px) {
  .induction-info__schedule__tbl02__data {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 639px) {
  .induction-info__schedule__tbl02__data {
    width: 100%;
    padding: 8px 10px 12px;
    border-top: 1px solid var(--cl-line);
    border-left: 0;
    line-height: 1.4;
  }
}
.induction-info__schedule__tbl02__data .wysiwyg {
  margin-bottom: 0px;
  padding-bottom: 0;
  border-bottom: 0;
}
.induction-info__schedule__tbl02__data .wysiwyg .box {
  margin-bottom: 24px;
}
@media screen and (max-width: 639px) {
  .induction-info__schedule__tbl02__data .wysiwyg .box {
    margin-bottom: 16px;
  }
}
.induction-info__schedule__tbl02__data .wysiwyg .box:last-child {
  margin-bottom: 0;
}

.induction-info__schedule__block__wrap {
  margin-bottom: 50px;
}
.induction-info__schedule__block__wrap:not(:last-child) {
  border-bottom: 1px solid var(--cl-line);
  padding-bottom: 40px;
}
@container (max-width: 900px) {
  .induction-info__schedule__block__wrap {
    margin-bottom: 40px;
  }
  .induction-info__schedule__block__wrap:not(:last-child) {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 639px) {
  .induction-info__schedule__block__wrap {
    margin-bottom: 20px;
  }
  .induction-info__schedule__block__wrap:not(:last-child) {
    padding-bottom: 20px;
  }
}

.activity-register__searchbox01 {
  background-color: var(--cl-light);
  border-radius: 5px;
  padding: 30px 40px 30px 30px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .activity-register__searchbox01 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 639px) {
  .activity-register__searchbox01 {
    padding: 16px 20px;
    display: block;
    margin-bottom: 20px;
  }
}

.activity-register__searchbox01__item {
  display: flex;
  align-items: center;
}
.activity-register__searchbox01__item.r-number {
  width: 50%;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .activity-register__searchbox01__item.r-number {
    margin-right: 20px;
  }
}
@media screen and (max-width: 639px) {
  .activity-register__searchbox01__item.r-number {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.activity-register__searchbox01__item.r-name {
  width: calc(50% - 40px);
}
@media screen and (max-width: 1024px) {
  .activity-register__searchbox01__item.r-name {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 639px) {
  .activity-register__searchbox01__item.r-name {
    width: 100%;
  }
}

.activity-register__searchbox01__title {
  font-family: var(--f-noto);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  margin-right: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .activity-register__searchbox01__title {
    font-size: 1.6rem;
    margin-right: 15px;
  }
}
@media screen and (max-width: 639px) {
  .activity-register__searchbox01__title {
    font-size: 1.5rem;
    margin-right: 10px;
    width: 110px;
  }
}
.activity-register__searchbox01__title__icon {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 639px) {
  .activity-register__searchbox01__title__icon {
    padding-left: 14px;
  }
}
.activity-register__searchbox01__title__icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--cl-base);
  border-radius: 50%;
  margin: auto;
}
@media screen and (max-width: 639px) {
  .activity-register__searchbox01__title__icon::before {
    width: 6px;
    height: 6px;
    top: 8px;
  }
}

input.activity-register__searchbox01__input {
  max-width: 400px;
  border: none;
  border-radius: 3px;
}

.activity-register__searchbox01__btn {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  font-size: 2rem;
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .activity-register__searchbox01__btn {
    font-size: 1.8rem;
    padding: 16px 35px 16px 30px;
  }
}
@media screen and (max-width: 639px) {
  .activity-register__searchbox01__btn {
    font-size: 1.6rem;
    padding: 12px 30px 12px 30px;
    max-width: 200px;
  }
  .activity-register__searchbox01__btn::before {
    right: 15px;
  }
}

.activity-register__searchbox02 {
  border-radius: 5px;
  background-color: var(--cl-light);
  margin-bottom: 45px;
  padding: 30px;
  display: flex;
  align-items: center;
}
@container (max-width: 940px) {
  .activity-register__searchbox02 {
    display: block;
    padding-bottom: 24px;
  }
}
@container (max-width: 720px) {
  .activity-register__searchbox02 {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 639px) {
  .activity-register__searchbox02 {
    padding: 20px 12px 20px 20px;
    margin-bottom: 20px;
  }
}

.activity-register__searchbox02__list {
  width: 79%;
  border-right: 1px solid #CCCCCC;
  padding-right: 20px;
}
@container (max-width: 940px) {
  .activity-register__searchbox02__list {
    width: 100%;
    border-right: 0;
    padding-right: 0;
  }
}
.activity-register__searchbox02__list__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 639px) {
  .activity-register__searchbox02__list__item {
    display: block;
  }
}
.activity-register__searchbox02__list__item:not(:last-child) {
  margin-bottom: 20px;
}

.activity-register__searchbox02__list__title {
  font-family: var(--f-noto);
  font-weight: 600;
  width: 180px;
  position: relative;
  padding-left: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 639px) {
  .activity-register__searchbox02__list__title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    width: 100%;
  }
}
.activity-register__searchbox02__list__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--cl-base);
  border-radius: 50%;
  margin: auto;
}

.activity-register__searchbox02__list__data {
  display: flex;
}
@media screen and (max-width: 639px) {
  .activity-register__searchbox02__list__data {
    align-items: flex-end;
  }
}
.activity-register__searchbox02__list__data.keyword {
  color: var(--cl-base);
  line-height: 1.2;
}

.activity-register__searchbox02__btn__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.activity-register__searchbox02__btn__list__item {
  margin-right: 8px;
}
@media screen and (max-width: 639px) {
  .activity-register__searchbox02__btn__list__item {
    margin-bottom: 8px;
  }
}

.activity-register__searchbox02__btn {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 1.8rem;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 639px) {
  .activity-register__searchbox02__btn {
    font-size: 1.6rem;
    width: 42px;
    height: 42px;
  }
}
.activity-register__searchbox02__btn.active {
  background-color: var(--cl-base);
  color: #fff;
}
@media (any-hover: hover) {
  .activity-register__searchbox02__btn:hover {
    background-color: var(--cl-base);
    color: #fff;
  }
}

.activity-register__searchbox02__list__btn__unit {
  font-weight: bold;
  font-size: 2rem;
  margin-left: 10px;
}
@container (max-width: 720px) {
  .activity-register__searchbox02__list__btn__unit {
    margin-left: 0;
  }
}
@media screen and (max-width: 639px) {
  .activity-register__searchbox02__list__btn__unit {
    font-size: 1.6rem;
  }
}

.activity-register__searchbox02__search-btn__wrap {
  padding-left: 46px;
}
@container (max-width: 940px) {
  .activity-register__searchbox02__search-btn__wrap {
    padding-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 639px) {
  .activity-register__searchbox02__search-btn__wrap {
    margin-bottom: 10px;
  }
}

.activity-register__searchbox02__search-btn {
  display: block;
  background-color: var(--cl-base);
  width: 160px;
  padding: 15px;
  line-height: 1;
  text-align: center;
  font-family: var(--f-noto);
  font-weight: 600;
  color: #fff;
  margin: 0 auto;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 639px) {
  .activity-register__searchbox02__search-btn {
    padding: 12px;
  }
}
@media (any-hover: hover) {
  .activity-register__searchbox02__search-btn:hover {
    background-color: var(--cl-base-k);
  }
}

.activity-register__searchbox02__search-btn__icon {
  position: relative;
  padding-left: 25px;
}
.activity-register__searchbox02__search-btn__icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/icon-search-w.svg);
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
}

.activity-register__result__number {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 639px) {
  .activity-register__result__number {
    font-size: 1.5rem;
  }
}
.activity-register__result__number__data {
  color: var(--cl-em);
  font-size: 2.8rem;
  margin: 0 3px 0 3px;
}
@media screen and (max-width: 639px) {
  .activity-register__result__number__data {
    font-size: 2.2rem;
  }
}

.activity-register__result__tbl .cell-branch {
  width: 14%;
}
.activity-register__result__tbl .cell-name {
  width: 15%;
}
.activity-register__result__tbl .cell-address {
  width: 30%;
}
.activity-register__result__tbl .cell-tel {
  width: 15%;
}
.activity-register__result__tbl .cell-number {
  width: 10%;
}
.activity-register__result__tbl .cell-ls {
  width: 8%;
}
.activity-register__result__tbl .cell-commission {
  width: 8%;
}

.activity-moving__tbl .cell-branch {
  width: 15%;
}
.activity-moving__tbl .cell-name {
  width: 15%;
}
.activity-moving__tbl .cell-office {
  width: 42%;
}
.activity-moving__tbl .cell-notes {
  width: 28%;
}

.activity-condolence__tbl .cell-branch {
  width: 20%;
}
@media screen and (max-width: 639px) {
  .activity-condolence__tbl .cell-branch {
    width: 35%;
  }
}
.activity-condolence__tbl .cell-name {
  width: 80%;
}
@media screen and (max-width: 639px) {
  .activity-condolence__tbl .cell-name {
    width: 65%;
  }
}

.ondemand-consent-box {
  background-color: var(--cl-light);
  padding: 30px 30px 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 639px) {
  .ondemand-consent-box {
    padding: 20px;
  }
}

.ondemand-consent-box__text {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  .ondemand-consent-box__text {
    margin-bottom: 20px;
  }
}

.ondemand-consent-box__btn-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.ondemand-consent-box__btn-list__item {
  width: calc((100% - 20px) / 2);
}
.ondemand-consent-box__btn-list__item:not(:nth-child(2n)) {
  margin-right: 20px;
}
@media screen and (max-width: 639px) {
  .ondemand-consent-box__btn-list__item {
    width: calc((100% - 10px) / 2);
  }
  .ondemand-consent-box__btn-list__item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}

.laws-acc {
  position: relative;
}
@media screen and (max-width: 639px) {
  .laws-acc__icon {
    display: block;
    position: relative;
  }
  .laws-acc__icon::before, .laws-acc__icon::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 2px;
    background-color: var(--cl-base);
    transition: 0.3s;
  }
  .laws-acc__icon::after {
    transform: rotate(-90deg);
  }
}
@media screen and (max-width: 639px) {
  .laws-acc.active .laws-acc__icon::after {
    transform: rotate(0deg);
  }
}

@media screen and (max-width: 639px) {
  .laws-data {
    display: none;
  }
}

.schedule-select {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 20px;
  background-color: var(--cl-light);
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .schedule-select {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 639px) {
  .schedule-select {
    display: block;
    padding: 12px 10px;
    margin-bottom: 30px;
  }
}
.schedule-select select.past-select {
  border: none;
  font-family: var(--f-noto);
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 18px 10px 10px;
  background-image: url(../img/common/select-arrow-green.svg);
  background-size: 9px 6px;
  background-position: top 50% right 10px;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .schedule-select select.past-select {
    font-size: 1.4rem;
  }
}
.schedule-select select.past-select.year {
  width: 108px;
  margin-right: 5px;
}
@media screen and (max-width: 639px) {
  .schedule-select select.past-select.year {
    width: calc((100% - 80px - 15px) / 2);
  }
}
.schedule-select select.past-select.month {
  width: 80px;
  margin-right: 10px;
}
@media screen and (max-width: 639px) {
  .schedule-select select.past-select.month {
    width: calc((100% - 80px - 15px) / 2);
  }
}

.schedule-select__now {
  width: 195px;
  margin-right: 18px;
}
@media screen and (max-width: 639px) {
  .schedule-select__now {
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.schedule-select__now__link {
  display: block;
  background-color: var(--cl-base);
  border-radius: 5px;
  color: #fff;
  width: 100%;
  line-height: 1;
  padding: 12px 5px 14px 5px;
  text-align: center;
  font-family: var(--f-noto);
  font-weight: 500;
  position: relative;
  transition: background-color 0.3s ease;
}
@media (any-hover: hover) {
  .schedule-select__now__link:hover {
    background-color: var(--cl-base-k);
  }
}

.schedule-select__past {
  border-left: 1px solid #ccc;
  padding-left: 20px;
  display: flex;
  align-items: center;
  width: calc(100% - 195px - 40px);
}
@media screen and (max-width: 639px) {
  .schedule-select__past {
    border-left: none;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
  }
}

.schedule-select__past__title {
  white-space: nowrap;
  font-family: var(--f-noto);
  font-weight: 600;
  padding-right: 14px;
}
@media screen and (max-width: 639px) {
  .schedule-select__past__title {
    width: 100%;
    margin-bottom: 8px;
    font-size: 1.5rem;
    position: relative;
    padding: 0 0 0 20px;
  }
  .schedule-select__past__title::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 2px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 8px solid var(--cl-base);
    border-bottom: 0;
  }
}

.schedule-select__past__btn {
  background-color: var(--cl-base-b);
  border-radius: 5px;
  display: block;
  width: 80px;
  color: #fff;
  padding: 10px 10px 10px 10px;
  line-height: 1;
  text-align: center;
  font-family: var(--f-noto);
  font-weight: 500;
  transition: background-color 0.3s ease;
}
@media (any-hover: hover) {
  .schedule-select__past__btn:hover {
    background-color: var(--cl-base-k);
  }
}

.schedule-month {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .schedule-month {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 639px) {
  .schedule-month {
    margin-bottom: 16px;
    align-items: center;
  }
}

.schedule-month__btn {
  width: 108px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid var(--cl-line);
  font-family: var(--f-noto);
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding: 14px 15px 16px 20px;
  position: relative;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .schedule-month__btn {
    padding: 12px 10px 14px 20px;
  }
}
@media screen and (max-width: 639px) {
  .schedule-month__btn {
    width: 80px;
    padding: 10px 10px 10px 20px;
    font-size: 1.4rem;
  }
}
.schedule-month__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--cl-base);
  border-right: 2px solid var(--cl-base);
  transform: rotate(45deg);
}
@media (any-hover: hover) {
  .schedule-month__btn:hover {
    background-color: var(--cl-base);
    color: #fff;
    border: 1px solid var(--cl-base);
  }
  .schedule-month__btn:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
.schedule-month__btn.prev {
  margin-right: 20px;
}
.schedule-month__btn.prev::before {
  transform: rotate(-135deg);
  left: 14px;
}
.schedule-month__btn.next {
  padding: 14px 20px 16px 10px;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .schedule-month__btn.next {
    padding: 12px 20px 14px 10px;
  }
}
@media screen and (max-width: 639px) {
  .schedule-month__btn.next {
    padding: 10px 20px 10px 10px;
  }
}
.schedule-month__btn.next::before {
  right: 14px;
}

.schedule-month__now {
  font-family: var(--f-roboto);
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .schedule-month__now {
    font-size: 4rem;
  }
}
@media screen and (max-width: 639px) {
  .schedule-month__now {
    font-size: 2.4rem;
  }
}
.schedule-month__now .sub-text {
  font-family: var(--f-noto);
  font-size: 2.8rem;
  font-weight: 800;
  margin: 0 5px;
}
@media screen and (max-width: 1024px) {
  .schedule-month__now .sub-text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 639px) {
  .schedule-month__now .sub-text {
    font-size: 1.8rem;
  }
}

.schedule-cale {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--cl-line);
  border-right: 1px solid var(--cl-line);
  margin-bottom: 50px;
}
@media screen and (max-width: 639px) {
  .schedule-cale {
    margin-bottom: 30px;
  }
}

.schedule-cale__box {
  width: 14.2857142857%;
  border-bottom: 1px solid var(--cl-line);
  border-left: 1px solid var(--cl-line);
  padding: 15px 8px;
}
@container (max-width: 940px) {
  .schedule-cale__box {
    padding: 10px 8px;
  }
}
@media screen and (max-width: 639px) {
  .schedule-cale__box {
    display: flex;
    width: 100%;
  }
}
.schedule-cale__box.week {
  background-color: var(--cl-middle-g);
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
}
@container (max-width: 940px) {
  .schedule-cale__box.week {
    font-size: 1.6rem;
  }
}
.schedule-cale__box.no-data {
  background-color: #f6f6f6;
}
.schedule-cale__box.holiday {
  background-color: #fef8f8;
}
.schedule-cale__box.holiday .day,
.schedule-cale__box.holiday .week {
  color: #ee4d4d;
}
.schedule-cale__box.saturday {
  background-color: #f1fbfe;
}
.schedule-cale__box.saturday .day,
.schedule-cale__box.saturday .week {
  color: #2766ac;
}
.schedule-cale__box.now {
  background-color: #fefce9;
  z-index: auto;
}
.schedule-cale__box.now .day {
  color: #fff;
  position: relative;
  z-index: 1;
}
.schedule-cale__box.now .day::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  left: -2px;
  right: 0;
  margin: auto;
  width: 29px;
  height: 29px;
  background-color: #e56421;
  border-radius: 50%;
  z-index: -1;
}
.schedule-cale__box .day {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  .schedule-cale__box .day {
    width: 30px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 639px) {
  .schedule-cale__box .week {
    line-height: 1;
    width: 40px;
    margin: 3px 10px 0 0;
    font-weight: bold;
  }
}
@media screen and (max-width: 639px) {
  .schedule-cale__box .event-list {
    width: calc(100% - 30px - 40px - 10px);
  }
}
.schedule-cale__box .event-list__item {
  line-height: 1;
}
.schedule-cale__box .event-list__item:not(:last-child) {
  border-bottom: 1px dotted #AAAAAA;
  margin-bottom: 8px;
  padding: 0 0 8px;
}
.schedule-cale__box .event-data {
  font-size: 1.4rem;
  margin-bottom: 5px;
  line-height: 1.2;
}
.schedule-cale__box .event-title {
  font-size: 1.4rem;
  color: var(--cl-link);
  font-weight: bold;
  transition: background-color 0.3s ease;
  line-height: 1.3;
}
@media (any-hover: hover) {
  .schedule-cale__box .event-title:hover {
    text-decoration: underline;
  }
}

.format-box {
  border: 2px solid var(--cl-line-lg);
  border-radius: 8px;
  padding: 30px 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .format-box {
    padding: 26px;
  }
}
@media screen and (max-width: 639px) {
  .format-box {
    padding: 20px;
    margin-bottom: 15px;
  }
}

.format-box__list {
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .format-box__list {
    margin-bottom: 14px;
  }
}
.format-box__list__item {
  border-bottom: dotted 2px #ccc;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .format-box__list__item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  .format-box__list__item {
    font-size: 1.5rem;
  }
}
.format-box__list__item:not(:first-child) {
  padding: 15px 0 15px;
}
@media screen and (max-width: 639px) {
  .format-box__list__item:not(:first-child) {
    padding: 10px 0 10px;
  }
}
.format-box__list__item:first-child {
  padding-bottom: 15px;
}
@media screen and (max-width: 639px) {
  .format-box__list__item:first-child {
    padding-bottom: 10px;
  }
}
.format-box__list__link {
  color: var(--cl-link);
  transition: 0.3s ease;
  padding: 2px 0px 2px 28px;
  display: inline-block;
  text-decoration: underline;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .format-box__list__link {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 639px) {
  .format-box__list__link {
    font-size: 1.5rem;
    background-size: 18px auto;
    padding-left: 24px;
  }
}
@media (any-hover: hover) {
  .format-box__list__link:hover {
    color: var(--cl-base);
  }
}
.format-box__list__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  margin: auto;
  background-size: 19px 24px;
  width: 19px;
  height: 24px;
}
@media screen and (max-width: 639px) {
  .format-box__list__link::before {
    background-size: 15.2px 19.2px;
    width: 15.2px;
    height: 19.2px;
    left: 1px;
  }
}
.format-box__list__link.pdf::before {
  background-image: url(../img/common/icon-pdf-r.svg);
}
.format-box__list__link.doc::before {
  background-image: url(../img/common/icon-word.svg);
}
.format-box__list__link.xls::before {
  background-image: url(../img/common/icon-excel.svg);
}
.format-box__list__link.link::before {
  background-image: url(../img/common/icon-link.svg);
}
.format-box__list__link__other::before {
  margin-left: 1em;
}
.format-box__list.one-item {
  margin-bottom: 0;
}
.format-box__list.one-item .format-box__list__item {
  border-bottom: none;
  margin-bottom: 0;
}
.format-box__list.one-item .format-box__list__item:first-child {
  padding-bottom: 0px;
}
@media screen and (max-width: 639px) {
  .format-box__list.one-item .format-box__list__item:first-child {
    padding-bottom: 0px;
  }
}

.format-box__title01 {
  color: var(--cl-base-b);
  font-weight: bold;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: var(--f-noto);
  margin-bottom: 12px;
}
@media screen and (max-width: 639px) {
  .format-box__title01 {
    margin-bottom: 8px;
  }
}

.format-box__line-box01 {
  border-top: 1px dotted #999;
  padding-top: 20px;
}

.format-box__notes {
  background-color: #f6f4dd;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  padding: 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .format-box__notes {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  .format-box__notes {
    font-size: 1.5rem;
    padding: 16px;
    text-align: left;
  }
}

.format-box__notes02 {
  background-color: #f6f4dd;
  border-radius: 10px;
  padding: 20px 26px;
}
@media screen and (max-width: 639px) {
  .format-box__notes02 {
    padding: 16px;
  }
}

.format-box__notes02__title {
  color: var(--cl-base);
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .format-box__notes02__title {
    font-size: 1.6rem;
  }
}

.format-box__contact {
  border: 1px solid var(--cl-line);
  padding: 16px 25px;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .format-box__contact {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  .format-box__contact {
    padding: 10px 16px 16px;
  }
}

.format-box__contact__title {
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 5px;
  position: relative;
  padding: 0 18px 0px 18px;
  color: var(--cl-base);
  width: 240px;
}
@media screen and (max-width: 1024px) {
  .format-box__contact__title {
    border-bottom: 1px dotted #666;
    width: 100%;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 639px) {
  .format-box__contact__title {
    font-size: 1.5rem;
  }
}
.format-box__contact__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--cl-base);
}
@media screen and (max-width: 639px) {
  .format-box__contact__title::before {
    width: 8px;
    height: 8px;
    top: 10px;
  }
}

.format-box__contact__data {
  border-left: 1px dotted #666;
  padding-left: 26px;
}
@media screen and (max-width: 1024px) {
  .format-box__contact__data {
    border-left: 0;
    padding-left: 5px;
    margin-top: 10px;
  }
}/*# sourceMappingURL=style.css.map */