@charset "UTF-8";
:root {
  --mq-sm: 480px;
  --mq-md: 768px;
  --mq-nm: 1180px;
  --mq-lg: 1280px;
  --mq-xl: 1480px;
  --mq-xxl: 1600px;
  --mq-xxxl: 2000px;
}

:root {
  --font-size-sm: 0.875rem;
  --font-size-base: clamp(0.875rem, 0.828rem + 0.23vw, 1rem);
  --font-size-md: clamp(1rem, 0.953rem + 0.23vw, 1.125rem);
  --font-size-lg: clamp(1.125rem, 1.078rem + 0.23vw, 1.25rem);
  --font-size-xl: clamp(1.25rem, 1.203rem + 0.23vw, 1.375rem);
  --font-size-xxl: clamp(1.25rem, 1.157rem + 0.47vw, 1.5rem);
  --font-size-xxxl: clamp(1.25rem, 1.017rem + 1.16vw, 1.875rem);
}

:root {
  --font-english:Roboto, serif;
  --font-gothic:Noto Sans JP, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
  --font-mincho:Noto Serif JP, YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif;
  --font-marugo:M PLUS Rounded 1c, ヒラギノ丸ゴ ProN W4, Hiragino Maru Gothic ProN, HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

:root {
  --font-weight-normal: normal;
  --font-weight-bold: bold;
  --font-weight-bolder: bolder;
  --font-weight-lighter: lighter;
  --font-weight-100: 100;
  --font-weight-200: 200;
  --font-weight-300: 300;
  --font-weight-400: 400;
  --font-weight-500: 500;
  --font-weight-600: 600;
  --font-weight-700:700;
  --font-weight-800:800;
  --font-weight-900:900;
}

:root {
  --root-padding-size:clamp(0.938rem, 0.04rem + 4.49vw, 3.125rem);
}

:root {
  --color-primary: #872434;
  --color-secondary: #ff6b77;
  --color-tertiary: #007fea;
  --color-accent: #e60012;
  --color-subtle: #f5f7ff;
  --color-contrast: #333333;
  --color-pale-orange: #fee7be;
  --color-pale-pink: #fff1f0;
  --color-cream: #ffffe7;
  --color-gray: #5d6970;
  --color-dark-gray: #434343;
  --color-medium-gray: #b6b6b6;
  --color-light-gray: #eff4fa;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-red: #e60012;
  --color-yellow: #ffe900;
  --color-link: #872434;
  --color-link-hover: #ff396b;
}

:root {
  --section-padding-top:clamp(2.5rem, 1.802rem + 3.49vw, 4.375rem);
  --section-padding-bottom:clamp(2.5rem, 1.802rem + 3.49vw, 4.375rem);
}

:root {
  --box-shadow:0 0 20px 0 rgba(0,84,172,.2);
  --box-border-radius:10px;
}

a[target=_blank]:after,
a[href$=".pdf"]:after,
a[href$=".doc"]:after,
a[href$=".docx"]:after,
a[href$=".xls"]:after,
a[href$=".xlsx"]:after,
a[href$=".zip"]:after,
a[href$=".txt"]:after,
a[href$=".ppt"]:after,
a[href$=".pptx"]:after,
a[href^="mailto:"]:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}

/* 外部リンク要素 --- */
a[target=_blank]:after {
  content: "\f35d";
}

/* pdf要素--- */
a[href$=".pdf"]:after {
  content: "\f1c1";
}

/* Word要素--- */
a[href$=".doc"]:after,
a[href$=".docx"]:after {
  content: "\f1c2";
}

/* Excel要素--- */
a[href$=".xls"]:after,
a[href$=".xlsx"]:after {
  content: "\f1c3";
}

/* zip要素--- */
a[href$=".zip"]:after {
  content: "\f1c6";
}

/* mailto要素--- */
a[href^="mailto:"]:after {
  content: "\f0e0";
}

/* txt要素--- */
a[href$=".txt"]:after {
  content: "\f15b";
}

/* PowerPoint要素--- */
a[href$=".ppt"]:after,
a[href$=".pptx"]:after {
  content: "\f1c4";
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-heading--lvl3 {
  font-size: var(--font-size-xxl);
  padding: 0.4em 0.7em !important;
}

.u-heading--lvl4 {
  padding: 0.5rem 0;
  border-top: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}

.color-primary {
  color: var(--color-primary);
}

.blocktext {
  padding: 20px;
  background-color: #f5f7ff;
  margin-top: 1em;
}
.blocktext p:first-child {
  margin-top: 0;
}

.sectionBox {
  margin-bottom: 60px;
}
.sectionBox:last-child {
  margin-bottom: 0;
}

h2,
h3,
h4 {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  margin-bottom: 0.6em;
}

p,
.pointList,
.tableBox,
.over-tableBox,
.row {
  margin-top: 0.6em;
}
p:first-child,
.pointList:first-child,
.tableBox:first-child,
.over-tableBox:first-child,
.row:first-child {
  margin-top: 0;
}

.sectionItem {
  margin-bottom: 1.4em;
}
.sectionItem:last-child {
  margin-bottom: 0;
}

.numberList ol {
  list-style-type: decimal;
  padding-left: 1.2em;
}

.pointList:first-child {
  margin-top: 0;
}
.pointList ul {
  padding-left: 1.2em;
}
.pointList ul li {
  position: relative;
  padding-left: 0.2em;
}
.pointList ul li::before {
  content: "●";
  position: absolute;
  left: -1.2em;
  display: block;
  top: 0;
}

.noteArea dl dt {
  margin-top: 0 !important;
  font-size: var(--font-size-lg);
  color: var(--color-primary);
  font-weight: bold;
}
.noteArea dl dd {
  margin: 0;
}

.noteborder {
  padding: 10px 20px;
  border: 2px solid var(--color-primary);
  margin-top: 1em;
}
.noteborder p {
  margin-top: 0;
}

.btnArea {
  margin-top: 0.6em;
}
.btnArea.btn-center ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btnArea.btn-right ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.btnArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .btnArea ul li {
    width: 100%;
  }
  .btnArea ul li a {
    margin: auto;
  }
}
.btnArea a {
  display: block;
  width: 300px;
  text-align: center;
  background-color: #ffffe7;
  color: var(--color-primary);
  font-weight: bold;
  border: 2px solid var(--color-primary);
  border-radius: 10px;
  padding: 15px;
  text-decoration: none;
}
.btnArea a:hover {
  background-color: var(--color-secondary);
  border: 2px solid var(--color-secondary);
  color: #fff;
}

.longbtn a {
  width: inherit !important;
  display: inline-block !important;
  max-width: inherit !important;
}

.pagetop-lead {
  margin-bottom: 10px;
}

.switching-img-sp {
  display: none;
}

@media (max-width: 767px) {
  .switching-img-pc {
    display: none;
  }
  .switching-img-sp {
    display: block;
  }
}
.fontRed {
  color: #ff0000;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tableBox table thead th,
.over-tableBox table thead th {
  background-color: var(--color-primary);
  color: #fff;
}

.tableBox table {
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}
.tableBox table th,
.tableBox table td {
  padding: 5px 10px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.tableBox table th {
  text-align: center;
  background-color: #f5f7ff;
}
@media (max-width: 767px) {
  .tableBox table {
    border-bottom: none;
  }
  .tableBox table th,
  .tableBox table td {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ddd;
  }
}

.over-tableBox {
  width: 100%;
  overflow-y: hidden;
}
.over-tableBox table {
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}
@media (max-width: 767px) {
  .over-tableBox table {
    min-width: 600px;
  }
}
.over-tableBox table thead th {
  text-align: center;
}
.over-tableBox table th,
.over-tableBox table td {
  padding: 5px 10px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.over-tableBox table th {
  text-align: center;
  background-color: #f5f7ff;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
@media (max-width: 767px) {
  .row {
    margin: 0;
  }
}

.col-sm-1,
.col-md-1,
.col-lg-1 {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .col-sm-1,
  .col-md-1,
  .col-lg-1 {
    padding: 0;
  }
}

.col-lg-1 {
  width: calc(100% * 1 / 12);
}

@media (max-width: 1279px) {
  .col-md-1 {
    width: calc(100% * 1 / 12);
  }
}
@media (max-width: 767px) {
  .col-sm-1 {
    width: calc(100% * 1 / 12);
  }
}
@media (max-width: 1279px) {
  .col-md-1,
  .col-lg-1 {
    margin-top: 10px;
  }
  .col-md-1:nth-child(1), .col-md-1:nth-child(2),
  .col-lg-1:nth-child(1),
  .col-lg-1:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .col-md-1,
  .col-lg-1 {
    width: 100%;
    margin-top: 10px;
  }
  .col-md-1:first-child,
  .col-lg-1:first-child {
    margin-top: 0;
  }
}
.col-sm-2,
.col-md-2,
.col-lg-2 {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .col-sm-2,
  .col-md-2,
  .col-lg-2 {
    padding: 0;
  }
}

.col-lg-2 {
  width: calc(100% * 2 / 12);
}

@media (max-width: 1279px) {
  .col-md-2 {
    width: calc(100% * 2 / 12);
  }
}
@media (max-width: 767px) {
  .col-sm-2 {
    width: calc(100% * 2 / 12);
  }
}
@media (max-width: 1279px) {
  .col-md-2,
  .col-lg-2 {
    margin-top: 10px;
  }
  .col-md-2:nth-child(1), .col-md-2:nth-child(2),
  .col-lg-2:nth-child(1),
  .col-lg-2:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .col-md-2,
  .col-lg-2 {
    width: 100%;
    margin-top: 10px;
  }
  .col-md-2:first-child,
  .col-lg-2:first-child {
    margin-top: 0;
  }
}
.col-sm-3,
.col-md-3,
.col-lg-3 {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .col-sm-3,
  .col-md-3,
  .col-lg-3 {
    padding: 0;
  }
}

.col-lg-3 {
  width: calc(100% * 3 / 12);
}

@media (max-width: 1279px) {
  .col-md-3 {
    width: calc(100% * 3 / 12);
  }
}
@media (max-width: 767px) {
  .col-sm-3 {
    width: calc(100% * 3 / 12);
  }
}
@media (max-width: 1279px) {
  .col-md-3,
  .col-lg-3 {
    margin-top: 10px;
  }
  .col-md-3:nth-child(1), .col-md-3:nth-child(2),
  .col-lg-3:nth-child(1),
  .col-lg-3:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .col-md-3,
  .col-lg-3 {
    width: 100%;
    margin-top: 10px;
  }
  .col-md-3:first-child,
  .col-lg-3:first-child {
    margin-top: 0;
  }
}
.col-sm-4,
.col-md-4,
.col-lg-4 {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .col-sm-4,
  .col-md-4,
  .col-lg-4 {
    padding: 0;
  }
}

.col-lg-4 {
  width: calc(100% * 4 / 12);
}

@media (max-width: 1279px) {
  .col-md-4 {
    width: calc(100% * 4 / 12);
  }
}
@media (max-width: 767px) {
  .col-sm-4 {
    width: calc(100% * 4 / 12);
  }
}
@media (max-width: 1279px) {
  .col-md-4,
  .col-lg-4 {
    margin-top: 10px;
  }
  .col-md-4:nth-child(1), .col-md-4:nth-child(2),
  .col-lg-4:nth-child(1),
  .col-lg-4:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .col-md-4,
  .col-lg-4 {
    width: 100%;
    margin-top: 10px;
  }
  .col-md-4:first-child,
  .col-lg-4:first-child {
    margin-top: 0;
  }
}
.col-sm-5,
.col-md-5,
.col-lg-5 {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .col-sm-5,
  .col-md-5,
  .col-lg-5 {
    padding: 0;
  }
}

.col-lg-5 {
  width: calc(100% * 5 / 12);
}

@media (max-width: 1279px) {
  .col-md-5 {
    width: calc(100% * 5 / 12);
  }
}
@media (max-width: 767px) {
  .col-sm-5 {
    width: calc(100% * 5 / 12);
  }
}
@media (max-width: 1279px) {
  .col-md-5,
  .col-lg-5 {
    margin-top: 10px;
  }
  .col-md-5:nth-child(1), .col-md-5:nth-child(2),
  .col-lg-5:nth-child(1),
  .col-lg-5:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .col-md-5,
  .col-lg-5 {
    width: 100%;
    margin-top: 10px;
  }
  .col-md-5:first-child,
  .col-lg-5:first-child {
    margin-top: 0;
  }
}
.col-sm-6,
.col-md-6,
.col-lg-6 {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .col-sm-6,
  .col-md-6,
  .col-lg-6 {
    padding: 0;
  }
}

.col-lg-6 {
  width: calc(100% * 6 / 12);
}

@media (max-width: 1279px) {
  .col-md-6 {
    width: calc(100% * 6 / 12);
  }
}
@media (max-width: 767px) {
  .col-sm-6 {
    width: calc(100% * 6 / 12);
  }
}
@media (max-width: 1279px) {
  .col-md-6,
  .col-lg-6 {
    margin-top: 10px;
  }
  .col-md-6:nth-child(1), .col-md-6:nth-child(2),
  .col-lg-6:nth-child(1),
  .col-lg-6:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .col-md-6,
  .col-lg-6 {
    width: 100%;
    margin-top: 10px;
  }
  .col-md-6:first-child,
  .col-lg-6:first-child {
    margin-top: 0;
  }
}
.col-sm-7,
.col-md-7,
.col-lg-7 {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .col-sm-7,
  .col-md-7,
  .col-lg-7 {
    padding: 0;
  }
}

.col-lg-7 {
  width: calc(100% * 7 / 12);
}

@media (max-width: 1279px) {
  .col-md-7 {
    width: calc(100% * 7 / 12);
  }
}
@media (max-width: 767px) {
  .col-sm-7 {
    width: calc(100% * 7 / 12);
  }
}
@media (max-width: 1279px) {
  .col-md-7,
  .col-lg-7 {
    margin-top: 10px;
  }
  .col-md-7:nth-child(1), .col-md-7:nth-child(2),
  .col-lg-7:nth-child(1),
  .col-lg-7:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .col-md-7,
  .col-lg-7 {
    width: 100%;
    margin-top: 10px;
  }
  .col-md-7:first-child,
  .col-lg-7:first-child {
    margin-top: 0;
  }
}
.col-sm-8,
.col-md-8,
.col-lg-8 {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .col-sm-8,
  .col-md-8,
  .col-lg-8 {
    padding: 0;
  }
}

.col-lg-8 {
  width: calc(100% * 8 / 12);
}

@media (max-width: 1279px) {
  .col-md-8 {
    width: calc(100% * 8 / 12);
  }
}
@media (max-width: 767px) {
  .col-sm-8 {
    width: calc(100% * 8 / 12);
  }
}
@media (max-width: 1279px) {
  .col-md-8,
  .col-lg-8 {
    margin-top: 10px;
  }
  .col-md-8:nth-child(1), .col-md-8:nth-child(2),
  .col-lg-8:nth-child(1),
  .col-lg-8:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .col-md-8,
  .col-lg-8 {
    width: 100%;
    margin-top: 10px;
  }
  .col-md-8:first-child,
  .col-lg-8:first-child {
    margin-top: 0;
  }
}
.col-sm-9,
.col-md-9,
.col-lg-9 {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .col-sm-9,
  .col-md-9,
  .col-lg-9 {
    padding: 0;
  }
}

.col-lg-9 {
  width: calc(100% * 9 / 12);
}

@media (max-width: 1279px) {
  .col-md-9 {
    width: calc(100% * 9 / 12);
  }
}
@media (max-width: 767px) {
  .col-sm-9 {
    width: calc(100% * 9 / 12);
  }
}
@media (max-width: 1279px) {
  .col-md-9,
  .col-lg-9 {
    margin-top: 10px;
  }
  .col-md-9:nth-child(1), .col-md-9:nth-child(2),
  .col-lg-9:nth-child(1),
  .col-lg-9:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .col-md-9,
  .col-lg-9 {
    width: 100%;
    margin-top: 10px;
  }
  .col-md-9:first-child,
  .col-lg-9:first-child {
    margin-top: 0;
  }
}
.col-sm-10,
.col-md-10,
.col-lg-10 {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .col-sm-10,
  .col-md-10,
  .col-lg-10 {
    padding: 0;
  }
}

.col-lg-10 {
  width: calc(100% * 10 / 12);
}

@media (max-width: 1279px) {
  .col-md-10 {
    width: calc(100% * 10 / 12);
  }
}
@media (max-width: 767px) {
  .col-sm-10 {
    width: calc(100% * 10 / 12);
  }
}
@media (max-width: 1279px) {
  .col-md-10,
  .col-lg-10 {
    margin-top: 10px;
  }
  .col-md-10:nth-child(1), .col-md-10:nth-child(2),
  .col-lg-10:nth-child(1),
  .col-lg-10:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .col-md-10,
  .col-lg-10 {
    width: 100%;
    margin-top: 10px;
  }
  .col-md-10:first-child,
  .col-lg-10:first-child {
    margin-top: 0;
  }
}
.col-sm-11,
.col-md-11,
.col-lg-11 {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .col-sm-11,
  .col-md-11,
  .col-lg-11 {
    padding: 0;
  }
}

.col-lg-11 {
  width: calc(100% * 11 / 12);
}

@media (max-width: 1279px) {
  .col-md-11 {
    width: calc(100% * 11 / 12);
  }
}
@media (max-width: 767px) {
  .col-sm-11 {
    width: calc(100% * 11 / 12);
  }
}
@media (max-width: 1279px) {
  .col-md-11,
  .col-lg-11 {
    margin-top: 10px;
  }
  .col-md-11:nth-child(1), .col-md-11:nth-child(2),
  .col-lg-11:nth-child(1),
  .col-lg-11:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .col-md-11,
  .col-lg-11 {
    width: 100%;
    margin-top: 10px;
  }
  .col-md-11:first-child,
  .col-lg-11:first-child {
    margin-top: 0;
  }
}
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding: 0;
  }
}

.col-lg-12 {
  width: calc(100% * 12 / 12);
}

@media (max-width: 1279px) {
  .col-md-12 {
    width: calc(100% * 12 / 12);
  }
}
@media (max-width: 767px) {
  .col-sm-12 {
    width: calc(100% * 12 / 12);
  }
}
@media (max-width: 1279px) {
  .col-md-12,
  .col-lg-12 {
    margin-top: 10px;
  }
  .col-md-12:nth-child(1), .col-md-12:nth-child(2),
  .col-lg-12:nth-child(1),
  .col-lg-12:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .col-md-12,
  .col-lg-12 {
    width: 100%;
    margin-top: 10px;
  }
  .col-md-12:first-child,
  .col-lg-12:first-child {
    margin-top: 0;
  }
}
.l-footer__logo a::after {
  content: none !important;
}

.ricesymbol.s-text li {
  padding-left: 2em;
}
.ricesymbol ul li {
  position: relative;
  padding-left: 2.5em;
}
.ricesymbol ul li span {
  position: absolute;
  left: 0;
  display: block;
  top: 0;
}

/***********************************
mic 学生証（M.I.C.）・在学確認票・通学定期券
***********************************/
.regularly_application-imgArea {
  text-align: center;
  margin: 0.6em auto;
}
.regularly_application-imgArea img {
  margin: auto;
}

/***********************************
work アルバイト
***********************************/
:root {
  --circle-size: clamp(1.2rem, 3vw, 1.5rem);
  --spacing: clamp(0.25rem, 2vw, 0.5rem);
}

.work .stepbar {
  margin: 0 auto;
  counter-reset: number 0;
}
.work .stepbar .stepbarwrap {
  position: relative;
}
.work .stepbar .stepbarwrap .steptitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.work .stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 2em;
  height: 2em;
  content: "";
  border-radius: 50%;
  background-color: var(--color-primary);
  color: #fff;
  text-align: center;
}
.work .stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
}
.work .stepbar .stepbarwrap .steptitle .steptexttitle {
  margin: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
}
.work .stepbar .stepbarwrap .steptitle .steptexttitle:before {
  counter-increment: number 1;
  content: "Step " counter(number);
}
.work .stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
}
.work .stepbar .stepbarwrap .stepline {
  width: 2px;
  height: calc(100% + 1em);
  background-color: var(--color-primary);
  position: absolute;
  top: 1.5em;
  left: 1em;
  z-index: 0;
}
.work .stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}
.work .c-stepper {
  counter-reset: number 0;
}
.work .c-stepper .c-stepper__title:before {
  counter-increment: number 1;
  /* number カウンタの増加数をセット */
  content: "Step " counter(number);
  /* 表示形式を指定 */
}
.work .c-stepper__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding-bottom: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.work .c-stepper__item:last-child {
  padding-bottom: 0;
}
.work .c-stepper__item:before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--circle-size);
          flex: 0 0 var(--circle-size);
  height: var(--circle-size);
  border-radius: 50%;
  background-color: var(--color-primary);
}
.work .c-stepper__item:not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--circle-size) + var(--spacing));
  bottom: var(--spacing);
  z-index: 0;
  -webkit-transform: translateX(calc(var(--circle-size) / 2));
          transform: translateX(calc(var(--circle-size) / 2));
  width: 2px;
  background-color: var(--color-primary);
}
.work .c-stepper__title {
  font-weight: bold;
  font-size: clamp(1rem, 4vw, 1.25rem);
  margin-bottom: 0 !important;
}
.work .c-stepper__desc {
  font-size: clamp(0.875rem, 2vmax, 1rem);
  margin-top: 0 !important;
}
.work .c-stepper__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .work .c-stepper__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}

/***********************************
precautions アルバイト
***********************************/
.precautions .reference .flexBox {
  gap: 10px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .precautions .reference .flexBox {
    gap: 10px;
  }
}
.precautions .reference .flexBox .itemBox {
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .precautions .reference .flexBox .itemBox {
    width: 100%;
  }
}
.precautions .reference .ref-title {
  font-weight: bold;
}

/***********************************
association 学友会
***********************************/
.association .ass-listArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .association .ass-listArea {
    gap: 10px;
  }
}
.association .ass-listArea .ass-item {
  width: calc(25% - 15px);
}
@media (max-width: 1279px) {
  .association .ass-listArea .ass-item {
    width: calc(33.3333333333% - 15px);
  }
}
@media (max-width: 767px) {
  .association .ass-listArea .ass-item {
    width: 100%;
  }
}
.association .ass-listArea .ass-item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.association .ass-listArea .ass-item dl dt {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.association .ass-listArea .ass-item dl dt::before {
  content: "●";
  display: inline-block;
  margin-right: 0.3em;
  font-size: 1.22rem;
  line-height: normal;
  color: var(--color-primary);
}
.association .ass-listArea .ass-item dl dd {
  margin: 0;
}
.association .ass-listArea .ass-item dl dd img {
  width: 25px;
  border-radius: 5px;
}
.association .ass-listArea .ass-item dl dd a:hover {
  opacity: 0.8;
}
.association .ass-listArea .ass-item dl dd a::after {
  content: none !important;
}
.association .btnArea a {
  max-width: 400px;
}

/***********************************
dormitory 学友会 お住まいについて
***********************************/
.dormitory .dormitoryWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dormitory .dormitoryWrap .dormitoryImg {
  text-align: center;
}
.dormitory .dormitoryWrap .dormitoryItem {
  width: 50%;
  padding: 40px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .dormitory .dormitoryWrap .dormitoryItem {
    width: 100%;
    padding: 20px 10px;
  }
}
.dormitory .dormitoryWrap .dormitoryItem:last-child {
  border-bottom: none;
}
.dormitory .dormitoryWrap .dormitoryItem:nth-child(odd) {
  border-right: 1px solid #ddd;
}
.dormitory .dormitoryWrap .dormitoryItem:nth-child(odd):last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .dormitory .dormitoryWrap .dormitoryItem:nth-child(odd) {
    border-right: none;
  }
}
.dormitory .dormitoryTable table th {
  min-width: 95px;
}
.dormitory .dormitoryTable table th span {
  display: block;
}
@media (max-width: 767px) {
  .dormitory .dormitoryTable table th span {
    display: inline-block;
    padding-left: 1em;
  }
}

.sch-jumpArea.justify-flex-start ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sch-jumpArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sch-jumpArea ul li {
  width: calc(25% - 10px);
}
@media (max-width: 1279px) {
  .sch-jumpArea ul li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .sch-jumpArea ul li {
    width: 100%;
  }
}

/***********************************
reward 褒賞制度
***********************************/
.reward .tableBox tbody th {
  width: 150px;
}
@media (max-width: 767px) {
  .reward .tableBox tbody th {
    width: 100%;
  }
}

/***********************************
academic 修学支援新制度
***********************************/
.academic .tableBox table thead th {
  text-align: left;
}
.academic .tableBox table th {
  width: 200px;
}
@media (max-width: 767px) {
  .academic .tableBox table th {
    width: 100%;
  }
}
.academic .text-right {
  text-align: right;
}
.academic .text-red {
  color: var(--color-red) !important;
}
.academic .bg-yellow {
  background-color: #ffffb4;
}
.academic .bg-blue {
  background-color: #b7deff;
}
.academic .reduction-table th,
.academic .reduction-table td {
  text-align: center;
}
.academic .reduction-table thead th {
  background-color: var(--color-pale-pink);
  color: #000;
}
.academic .reduction-table tbody th {
  text-align: left !important;
  min-width: 190px;
}
.academic .reduction-table tbody td {
  min-width: 120px;
}
.academic .link-table tr:nth-child(2n+1) th {
  border-bottom: none;
}
.academic .link-table tr:nth-child(2n) th {
  border-top: none;
}

/***********************************
jasso 日本学生支援機構
***********************************/
.jasso .jas-provision table thead th:nth-child(1) {
  width: 20%;
}
.jasso .jas-provision table thead th:nth-child(2) {
  width: 40%;
}
.jasso .jas-provision table thead th:nth-child(3) {
  width: 40%;
}
.jasso .jas-imgArea {
  margin-bottom: 0.6em;
  text-align: center;
}
.jasso .jas-standard td {
  vertical-align: top;
  width: 50%;
}
.jasso .jas-standard td .pointList {
  margin-top: 0 !important;
}
.jasso .jas-category-title {
  position: relative;
  padding: 10px 20px;
  margin-bottom: 1em;
  background-color: var(--color-cream);
  color: var(--color-primary) !important;
  font-size: var(--font-size-xxl);
  font-weight: bold;
  border: 1px solid var(--color-primary);
}
@media (max-width: 767px) {
  .jasso .jas-in-table table {
    min-width: 1000px !important;
  }
}
.jasso .jas-in-table table tbody th {
  min-width: 130px;
}
.jasso .jas-in-table table tbody td {
  min-width: 70px;
}

/***********************************
scholarship 褒賞制度
***********************************/
.scholarship .sch-lead {
  margin-bottom: 0.6em;
}
.scholarship .sch-headtable table {
  border-bottom: none !important;
}
.scholarship .sch-headtable table th,
.scholarship .sch-headtable table td {
  border-bottom: none !important;
}
.scholarship .sch-headtable table td {
  width: 35%;
}
@media (max-width: 767px) {
  .scholarship .sch-headtable table td {
    width: 100%;
  }
}
.scholarship .tableBox {
  margin-top: 0 !important;
}
.scholarship .tableBox table th {
  width: 15%;
}
@media (max-width: 767px) {
  .scholarship .tableBox table th {
    width: 100%;
  }
}
.scholarship .sch-imgArea img {
  width: 100%;
}