@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  opacity: 0;
  position: relative;
  font-size: 16px;
  font-family: "Yu Gothic", "YuGothic", "yu-gothic-pr6n", sans-serif;
  -webkit-print-color-adjust: exact;
  line-height: 1.8;
  overflow: hidden;
}

header,
footer {
  line-height: 100%;
}

a {
  color: currentColor;
  text-decoration: none;
  /* FireFoxで無駄な枠線を表示しないよう追加 */
  outline: none !important;
  word-wrap: break-word;
}
a[onclick] {
  cursor: pointer;
}
a[href^=tel] {
  color: inherit;
  cursor: text;
  text-decoration: none;
}
a[href^=tel]:hover {
  opacity: 1;
}

figcaption {
  margin-top: 5px;
  line-height: 1.6;
  text-align: center;
}

button, input, textarea, select {
  background-color: transparent;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-border-radius: 0;
  appearance: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

.visually-hidden {
  border: 0px !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0px !important;
  position: absolute !important;
  width: 1px !important;
  overflow-wrap: normal !important;
}

abbr[title] {
  text-decoration: none !important;
  border-bottom: none !important;
  cursor: initial !important;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  main {
    margin: 50px 0 90px;
    display: block;
  }
  section + section {
    margin-top: 100px;
  }
  section section {
    margin-top: 60px;
  }
  a:hover,
  a:hover p {
    text-decoration: none;
  }
  a:focus {
    outline: none !important;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  body {
    border-width: 4px;
    width: 100%;
    height: 100%;
  }
  main {
    margin: 40px 0 60px;
    display: block;
  }
  section + section {
    margin-top: 70px;
  }
  section section {
    margin-top: 50px;
  }
}
/* =======================================- */
/* ▼▼　ヘッダー
/* =======================================- */
header a {
  color: inherit;
}

.header-inner {
  box-shadow: 0px 2px 4px 0px rgba(253, 242, 233, 0.6);
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .header {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.8px;
    min-height: 98px;
  }
  .header-inner {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 10;
    padding: 19px 80px 20px;
  }
  .header nav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .header ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-right: clamp(20px, 6vw, 120px);
    color: #333;
  }
  .header ul li a {
    padding: 20px 8px 21px;
    margin-bottom: 1px;
    transition: 0.3s;
    position: relative;
  }
  .header ul li a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 5px;
    left: 0;
    border-radius: 1px 1px 0 0;
    background: #e99f22;
    transition: width 0.3s ease;
  }
  .header ul li a:hover, .header ul li a:focus {
    color: #e99f22;
    transition: 0.3s;
  }
  .header ul li a:hover::after, .header ul li a:focus::after {
    width: 100%;
  }
  .header ul li.link-active a {
    position: relative;
    color: #ED7100;
    transition: 0.3s;
  }
  .header ul li.link-active a:hover, .header ul li.link-active a:focus {
    color: #ED7100;
    transition: 0.3s;
  }
  .header ul li.link-active a:hover::after, .header ul li.link-active a:focus::after {
    width: 100%;
  }
  .header-btn {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .header-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header ul {
    gap: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1165px) {
  .header ul {
    gap: 2px;
    margin-left: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1045px) and (min-width: 1001px) {
  @supports (-webkit-appearance: none) {
    .header .btn-2 {
      max-width: 260px;
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
@media screen and (max-width: 1000px) and (min-width: 981px) {
  .header .btn-2 {
    max-width: 267px;
    padding-left: 18px;
    padding-right: 18px;
  }
  @supports (-webkit-appearance: none) {
    .header .btn-2 {
      max-width: 240px;
      padding-left: 4px;
      padding-right: 4px;
    }
  }
}
@media screen and (max-width: 980px) {
  .header {
    min-height: 92px;
  }
  .header-inner {
    display: block;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    padding: 14px 16px 13px;
  }
  .header h1 {
    padding-bottom: 13px;
  }
  .header h1 a {
    display: inline-block;
    height: 53px;
  }
  .header h1 img {
    height: 100%;
  }
  .header ul {
    display: none;
  }
  .header ul li {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.8px;
    color: #333;
  }
  .header ul li a {
    display: block;
    padding: 16px 20px;
  }
  .header ul li a:hover, .header ul li a:focus {
    color: #ED7100;
    transition: 0.3s;
  }
  .header ul li a:hover::after, .header ul li a:focus::after {
    display: none;
  }
  .header ul li.link-active {
    background-color: #FFF8E6;
  }
  .header ul li.link-active a {
    background: linear-gradient(100deg, #ED7100 1.34%, #ED7604 21.26%, #EC7B08 36.91%, #EC810C 56.36%, #EB8710 75.22%, #E99F22 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .header ul li.link-active a:hover, .header ul li.link-active a:focus {
    color: #ED7100;
    transition: 0.3s;
  }
  .header ul li.link-active a:hover::after, .header ul li.link-active a:focus::after {
    display: none;
  }
  .header ul li:nth-of-type(1) {
    border-top: 1px solid #EBEBE9;
  }
  .header ul li + li {
    border-top: 1px solid #EBEBE9;
    border-bottom: 1px solid #EBEBE9;
  }
  .header nav {
    display: none;
  }
  .header-btn {
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 14px;
    right: 16px;
    background-color: #ED7100;
    border-radius: 2px;
    z-index: 9999;
  }
  .header-btn::before {
    left: 0;
    transform-origin: 0 0;
  }
  .header-btn .headerBtn {
    width: 28px;
    height: 18px;
    margin: 18px auto 0;
    padding: 0;
    display: block;
    border-radius: 25px;
  }
  .header-btn .headerBtn-icon {
    position: relative;
    transition: 0.3s opacity;
    height: 2px;
    background: #fff;
    display: block;
    border-radius: 25px;
    margin: 0 auto;
  }
  .header-btn .headerBtn-icon:last-child {
    display: block;
  }
  .menu-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .menu-open body {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .menu-open .header {
    height: 100dvh;
    z-index: 9999;
    position: relative;
    background-color: #fff;
  }
  .menu-open .header-inner {
    height: 100dvh;
  }
  .menu-open .header h1 {
    padding-left: 20px;
  }
  .menu-open .header nav {
    display: block;
  }
  .menu-open .header .btn-2 {
    margin: 0 auto;
    margin-top: 32px;
  }
  .menu-open .header-headerBtn {
    position: fixed;
  }
  .menu-open ul {
    display: block;
    margin: 0;
    margin-top: 25px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .menu-open ul li {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .menu-open ul .btn-2 {
    display: block;
    margin: 0 auto;
  }
  /* 1回目のアニメーション */
  .header-btn .headerBtn-top {
    animation: menu-top 0.5s;
    animation-fill-mode: forwards;
    top: 10px;
  }
  .header-btn .headerBtn-middle {
    transition: 0.5s opacity;
    transform: translateY(-1px);
    opacity: 1;
  }
  .header-btn .headerBtn-bottom {
    animation: menu-bottom 0.5s;
    animation-fill-mode: forwards;
    bottom: 10px;
  }
  @keyframes menu-top {
    0% {
      transform: translateY(-2px) rotate(-45deg);
    }
    50% {
      transform: translateY(-7px) rotate(0deg);
    }
    100% {
      transform: translateY(-17px) rotate(0deg);
    }
  }
  @keyframes menu-bottom {
    0% {
      transform: translateY(8px) rotate(45deg);
    }
    50% {
      transform: translateY(0px) rotate(0deg);
    }
    100% {
      transform: translateY(15px) rotate(0deg);
    }
  }
  /* 2回目のアニメーション */
  .header-btn.js-open .headerBtn-top {
    animation: menu-top-close 0.5s;
    animation-fill-mode: forwards;
  }
  .header-btn.js-open .headerBtn-middle {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .header-btn.js-open .headerBtn-bottom {
    animation: menu-bottom-close 0.5s;
    animation-fill-mode: forwards;
  }
  @keyframes menu-top-close {
    0% {
      transform: translateY(-17px) rotate(0deg);
    }
    50% {
      transform: translateY(-10px) rotate(0deg);
    }
    100% {
      transform: translateY(-10px) rotate(-32deg);
    }
  }
  @keyframes menu-bottom-close {
    0% {
      transform: translateY(15px) rotate(0deg);
    }
    50% {
      transform: translateY(0px) rotate(0deg);
    }
    100% {
      transform: translateY(5px) rotate(32deg);
    }
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .header {
    min-height: 92px;
  }
  .header-inner {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    padding: 14px 16px 13px;
  }
  .header h1 {
    padding-bottom: 13px;
  }
  .header h1 a {
    display: inline-block;
    height: 53px;
  }
  .header h1 img {
    height: 100%;
  }
  .header ul {
    display: none;
  }
  .header ul li {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.8px;
    color: #333;
  }
  .header ul li a {
    display: block;
    padding: 16px 20px;
  }
  .header ul li.link-active {
    background-color: #FFF8E6;
  }
  .header ul li.link-active a {
    background: linear-gradient(100deg, #ED7100 1.34%, #ED7604 21.26%, #EC7B08 36.91%, #EC810C 56.36%, #EB8710 75.22%, #E99F22 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .header ul li:nth-of-type(1) {
    border-top: 1px solid #EBEBE9;
  }
  .header ul li + li {
    border-top: 1px solid #EBEBE9;
    border-bottom: 1px solid #EBEBE9;
  }
  /* メニューボタン */
  .header-btn {
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 14px;
    right: 16px;
    background-color: #ED7100;
    border-radius: 2px;
    z-index: 9999;
  }
  .header-btn::before {
    left: 0;
    transform-origin: 0 0;
  }
  .header-btn .headerBtn {
    width: 28px;
    height: 18px;
    margin: 18px auto 0;
    padding: 0;
    display: block;
    border-radius: 25px;
  }
  .header-btn .headerBtn-icon {
    position: relative;
    transition: 0.3s opacity;
    height: 2px;
    background: #fff;
    display: block;
    border-radius: 25px;
    margin: 0 auto;
  }
  .header-btn .headerBtn-icon:last-child {
    display: block;
  }
  .menu-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .menu-open body {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .menu-open .header {
    height: 100dvh;
    z-index: 9999;
    position: relative;
    background-color: #fff;
  }
  .menu-open .header-inner {
    height: 100dvh;
  }
  .menu-open .header h1 {
    padding-left: 20px;
  }
  .menu-open .header-headerBtn {
    position: fixed;
  }
  .menu-open ul {
    display: block;
    margin: 0;
    margin-top: 25px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .menu-open ul li {
    width: 100%;
  }
  .menu-open .btn-2 {
    display: flex;
    margin: 0 auto;
    margin-top: 32px;
  }
  /* 1回目のアニメーション */
  .header-btn .headerBtn-top {
    animation: menu-top 0.5s;
    animation-fill-mode: forwards;
    top: 10px;
  }
  .header-btn .headerBtn-middle {
    transition: 0.5s opacity;
    transform: translateY(-1px);
    opacity: 1;
  }
  .header-btn .headerBtn-bottom {
    animation: menu-bottom 0.5s;
    animation-fill-mode: forwards;
    bottom: 10px;
  }
  @keyframes menu-top {
    0% {
      transform: translateY(-2px) rotate(-45deg);
    }
    50% {
      transform: translateY(-7px) rotate(0deg);
    }
    100% {
      transform: translateY(-17px) rotate(0deg);
    }
  }
  @keyframes menu-bottom {
    0% {
      transform: translateY(8px) rotate(45deg);
    }
    50% {
      transform: translateY(0px) rotate(0deg);
    }
    100% {
      transform: translateY(15px) rotate(0deg);
    }
  }
  /* 2回目のアニメーション */
  .header-btn.js-open .headerBtn-top {
    animation: menu-top-close 0.5s;
    animation-fill-mode: forwards;
  }
  .header-btn.js-open .headerBtn-middle {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .header-btn.js-open .headerBtn-bottom {
    animation: menu-bottom-close 0.5s;
    animation-fill-mode: forwards;
  }
  @keyframes menu-top-close {
    0% {
      transform: translateY(-17px) rotate(0deg);
    }
    50% {
      transform: translateY(-10px) rotate(0deg);
    }
    100% {
      transform: translateY(-10px) rotate(-32deg);
    }
  }
  @keyframes menu-bottom-close {
    0% {
      transform: translateY(15px) rotate(0deg);
    }
    50% {
      transform: translateY(0px) rotate(0deg);
    }
    100% {
      transform: translateY(5px) rotate(32deg);
    }
  }
}
/* =======================================- */
/* ▼▼　footer
/* =======================================- */
.footer {
  color: #FFF;
  background-color: #e99f22;
}
.footer a:not(.logo) {
  position: relative;
}
.footer a:not(.logo)::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #FFF;
  transition: width 0.3s ease;
}
.footer a:not(.logo):hover, .footer a:not(.logo):focus {
  transition: 0.3s;
}
.footer a:not(.logo):hover::after, .footer a:not(.logo):focus::after {
  width: 100%;
}
.footer small {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.7px;
}

.copyright {
  color: #fff;
  font-size: 10px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .footer-inner {
    max-width: 1607px;
    width: 100%;
    padding: 36px 20px;
    margin: 0 auto;
  }
  .footer-inner > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    padding-bottom: 40px;
  }
  .footer-inner > div + ul {
    display: flex;
    gap: 24px;
    margin-top: 24px;
  }
  .footer-inner > div + ul li {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.75px;
  }
  .footer-inner > div + ul li + li::before {
    content: "";
    display: inline-block;
    height: 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    padding-left: 24px;
  }
  .footer-info {
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0.8px;
    font-weight: 500;
    max-width: 480px;
    flex: 1;
  }
  .footer-info h1 {
    font-weight: 700;
    letter-spacing: 0.8px;
    margin: 32px 0 16px;
  }
  .footer-info p:nth-of-type(1),
  .footer-info small {
    font-family: "Montserrat", sans-serif;
  }
  .footer-nav {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
  .footer-nav li + li {
    margin-top: 16px;
  }
  .footer-nav ul {
    display: flex;
    justify-content: flex-start;
  }
  .footer-nav ul li + li {
    margin-top: 0;
    margin-left: 32px;
  }
  .footer-nav ul li:not(li:nth-of-type(1)) {
    color: rgba(255, 255, 255, 0.8);
  }
  .footer img {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
}
@media screen and (max-width: 1060px) {
  .footer-inner > div {
    flex-direction: column;
    align-items: flex-start;
    border-bottom: none;
    padding-bottom: 0;
  }
  .footer-inner > div + ul {
    margin-top: 25px;
  }
  .footer-info {
    max-width: 100% !important;
    overflow: hidden;
  }
  .footer-info::after {
    content: "";
    display: inline-block;
    width: 100dvw;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  }
  .footer-nav {
    margin-top: 24px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 47px;
  }
  .footer-inner {
    padding: 0 21px 0 20px;
  }
  .footer-inner > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer-inner > div + ul {
    display: flex;
    gap: 8px;
    margin-top: 25px;
  }
  .footer-inner > div + ul li {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.6px;
  }
  .footer-inner > div + ul li + li::before {
    content: "";
    display: inline-block;
    height: 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    padding-left: 8px;
  }
  .footer-info {
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0.8px;
    font-weight: 500;
    max-width: 480px;
    overflow-x: hidden;
    flex: 1;
  }
  .footer-info::after {
    content: "";
    display: inline-block;
    width: 100dvw;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  }
  .footer-info h1 {
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.8px;
    margin: 24px 0 8px;
  }
  .footer-info p:nth-of-type(1),
  .footer-info small {
    font-family: "Montserrat", sans-serif;
  }
  .footer-info p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.75px;
    padding-bottom: 4px;
  }
  .footer-info small {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.6px;
  }
  .footer-nav {
    font-size: 1.5rem;
    line-height: 24px;
    letter-spacing: 0.75px;
    display: grid;
    grid-template-columns: 2fr auto;
    row-gap: 8px;
    column-gap: 48px;
    max-width: 268px;
    width: 100%;
    margin-top: 24px;
  }
  .footer small {
    font-size: 1.2rem;
    line-height: 19px;
    letter-spacing: 0.6px;
  }
}
/* =======================================- */
/* ▼▼　コンテンツエリア
/* =======================================- */
/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .container {
    margin: 0 auto;
    width: 1000px;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  /* =======================================- */
  /* ▼▼　SP:コンテンツエリア
  /* =======================================- */
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
.pageHeader {
  background: #FFF8E6;
}
.pageHeader-inner {
  max-width: 1320px;
  width: 100%;
  padding: 40px 0 40px 20px;
  margin: 0 auto;
}
.pageHeader-ttl {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 77px;
  letter-spacing: 2.4px;
  color: #333;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .pageHeader-2 .pageHeader-inner {
    max-width: 2080px;
    padding: 40px 0 40px 160px;
    margin: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 1045px) and (min-width: 768px) {
  .pageHeader-ttl {
    font-size: 3.8rem;
  }
  .pageHeader-2-ttl {
    font-size: 3.8rem;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .pageHeader-inner {
    padding: 40px 0 40px 20px;
  }
  .pageHeader-ttl {
    color: #333;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 51px;
    letter-spacing: 1.6px;
  }
}
/* パンくず */
.pankuzu {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.pankuzu .container {
  margin: 0;
}
.pankuzu .pankuzu-list {
  display: flex;
}
.pankuzu .pankuzu-item {
  color: #333;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.75px;
  margin: 0;
  padding: 0;
}
.pankuzu .pankuzu-item:before {
  display: none;
}
.pankuzu .pankuzu-item:nth-child(n+2):before {
  background: none;
  content: ">";
  display: inline-block;
  height: 1em;
  margin: 0;
  padding: 0 16px 0 12px;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #616158;
}
.pankuzu .pankuzu-item .pankuzu-link {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #676565;
  transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.pankuzu .pankuzu-item .pankuzu-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  border-radius: 1px 1px 0 0;
  background: #e99f22;
  transition: width 0.3s ease;
}
.pankuzu .pankuzu-item .pankuzu-link:hover, .pankuzu .pankuzu-item .pankuzu-link:focus {
  color: #e99f22;
  transition: 0.3s;
}
.pankuzu .pankuzu-item .pankuzu-link:hover::after, .pankuzu .pankuzu-item .pankuzu-link:focus::after {
  width: 100%;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .pankuzu {
    padding: 10px 0 10px 20px;
  }
  .pankuzu-2 {
    max-width: 2080px;
    padding: 10px 0 10px 160px !important;
    margin: 0;
    margin-left: auto;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  /* パンくず */
  .pankuzu {
    margin-left: -15px;
    padding: 5px 20px;
  }
}
/* ボタン系
==================================- */
.btn {
  background-color: #ED7100;
  transition: 0.3s;
}
.btn-1 {
  position: relative;
  width: 53px;
  height: 53px;
  border-radius: 100%;
  transition: 0.2s;
}
.btn-1:hover, .btn-1:focus {
  background-color: #e99f22;
}
.btn-1::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='15' viewBox='0 0 18 15' fill='none'%3E%3Cpath d='M1 6.36401C0.447715 6.36401 0 6.81173 0 7.36401C0 7.9163 0.447715 8.36401 1 8.36401V7.36401V6.36401ZM17.7071 8.07112C18.0976 7.6806 18.0976 7.04743 17.7071 6.65691L11.3431 0.292946C10.9526 -0.0975785 10.3195 -0.0975785 9.92893 0.292946C9.53841 0.68347 9.53841 1.31664 9.92893 1.70716L15.5858 7.36401L9.92893 13.0209C9.53841 13.4114 9.53841 14.0446 9.92893 14.4351C10.3195 14.8256 10.9526 14.8256 11.3431 14.4351L17.7071 8.07112ZM1 7.36401V8.36401H17V7.36401V6.36401H1V7.36401Z' fill='white'/%3E%3C/svg%3E") center/contain no-repeat;
}
.btn-2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.8px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 305px;
  width: 100%;
  color: #fff;
  padding: 16px 32px;
}
.btn-2::after {
  content: "";
  width: 18px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='15' viewBox='0 0 18 15' fill='none'%3E%3Cpath d='M1 6.36401C0.447715 6.36401 0 6.81173 0 7.36401C0 7.9163 0.447715 8.36401 1 8.36401V7.36401V6.36401ZM17.7071 8.07112C18.0976 7.6806 18.0976 7.04743 17.7071 6.65691L11.3431 0.292946C10.9526 -0.0975785 10.3195 -0.0975785 9.92893 0.292946C9.53841 0.68347 9.53841 1.31664 9.92893 1.70716L15.5858 7.36401L9.92893 13.0209C9.53841 13.4114 9.53841 14.0446 9.92893 14.4351C10.3195 14.8256 10.9526 14.8256 11.3431 14.4351L17.7071 8.07112ZM1 7.36401V8.36401H17V7.36401V6.36401H1V7.36401Z' fill='white'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: 0.3s;
}
.btn-2:hover, .btn-2:focus {
  background-color: #e99f22;
}
.btn-2:hover::after, .btn-2:focus::after {
  transform: translateX(10px);
  transition: 0.3s;
}
.btn-2.center {
  gap: 24px;
  justify-content: center;
}

/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .btn-1 {
    width: 32px;
    height: 32px;
  }
  .btn-2 {
    letter-spacing: 0.6px;
  }
}
/* ページトップ */
.pageTop {
  opacity: 0;
  position: fixed;
  width: 48px;
  height: 48px;
  right: 40px;
  bottom: 22px;
  background-color: #ED7100;
  border-radius: 100%;
  border: 1px solid #fff;
  transition: 0.3s;
}
.pageTop:hover {
  background-color: #e99f22;
}
.pageTop-link::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='17' viewBox='0 0 15 17' fill='none'><path d='M8.07039 0.292893C7.67986 -0.0976311 7.0467 -0.0976311 6.65617 0.292893L0.292213 6.65685C-0.0983112 7.04738 -0.0983112 7.68054 0.292213 8.07107C0.682738 8.46159 1.3159 8.46159 1.70643 8.07107L7.36328 2.41421L13.0201 8.07107C13.4107 8.46159 14.0438 8.46159 14.4343 8.07107C14.8249 7.68054 14.8249 7.04738 14.4343 6.65685L8.07039 0.292893ZM7.36328 1L6.36328 1L6.36328 17L7.36328 17L8.36328 17L8.36328 1L7.36328 1Z' fill='white'/></svg>") center/contain no-repeat;
}
.pageTop.on {
  opacity: 1;
  transition: 0.3s;
}

/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .pageTop {
    right: 8px;
    bottom: 46px;
  }
}
.lead {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: center;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .lead {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.heading {
  transition: all 1s cubic-bezier(0.06, 0.59, 0.2, 0.79);
}
.heading-l {
  color: #333;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1.6px;
  position: relative;
  padding-left: 24px;
  margin-bottom: 33px;
}
.heading-l::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  flex-shrink: 0;
  background: #ED7100;
  border-radius: 2px;
}
.heading-m {
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
  line-height: 1.3;
  padding-bottom: 0.5em;
}
.heading-s {
  font-size: 16px;
  border-left: 5px solid #999;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 10px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .heading {
    transition: all 1s cubic-bezier(0.06, 0.59, 0.2, 0.79);
  }
  .heading-l {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 1.4px;
    padding-left: 24px;
    margin-bottom: 41px;
  }
  .heading-m {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .heading-s {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.media-figure + p {
  margin-top: 15px;
}
.media-row + .media-row {
  margin-top: 50px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .media-main {
    flex: 1;
  }
  .media-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  .media-row-col2 .col {
    max-width: calc(50% - 24px / 2);
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .media-main {
    flex: 1;
  }
  .media-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  .media-row-col2 .col {
    width: 100%;
    border-radius: 2px;
    overflow: hidden;
  }
}
/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .row-col2 {
    margin-left: -30px;
  }
  .row-col2 .col {
    width: calc(50% - 60px / 2);
    margin: 0 0 0 30px;
  }
  .row-col2-m {
    flex-wrap: nowrap;
  }
  .row-col2-m .col:nth-child(1) {
    flex: 1;
  }
  .row-col2-m .col:nth-child(2) {
    flex: 2;
  }
  .row-r {
    flex-direction: row-reverse;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .row .col + .col {
    margin-top: 50px;
  }
}
.list .list-item {
  position: relative;
  padding-left: 1em;
}
.list .list-item::before {
  content: "";
  top: 13px;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  background: #ED7100;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.list .list-item + .list-item {
  margin-top: 8px;
}

dl + dl {
  margin-top: 64px;
}

dt {
  color: #FFF;
  background-color: #E99F22;
  border-radius: 2px;
  padding: 16px 0 16px 28px;
}

dd strong {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.9px;
  display: block;
  margin-bottom: 16px;
}
dd ul {
  margin-bottom: 16px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  dl + dl {
    margin-top: 64px;
  }
  dt {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.3px;
  }
  dt + dd {
    margin-top: 32px;
  }
  dd {
    padding-left: 28px;
  }
  dd .media-row {
    margin-top: 32px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  dl + dl {
    margin-top: 32px;
  }
  dt {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 1.2px;
  }
  dt + dd {
    margin-top: 24px;
  }
  dd .media-row {
    margin-top: 15px;
  }
}
.definitionList-head {
  border-bottom: 1px dotted #333;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 0.5em;
  margin-bottom: 10px;
}
.definitionList-text {
  margin: 0 0 1em;
}
.definitionList-text + .definitionList-head {
  margin-top: 2em;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
.linkWrap + .linkWrap {
  margin-top: 10px;
}

.link {
  position: relative;
  padding-left: 1.2em;
  display: inline-block;
}
.link::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  width: 7px;
  height: 7px;
  transform: rotate(45deg) translateY(-50%);
  border-top: 1px solid;
  border-right: 1px solid;
}
.link-bg-gray {
  background: #e8e8e8;
  padding: 5px 25px;
}
/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
.caution {
  padding-left: 25px;
}
.caution::before {
  content: "※";
  display: inline-block;
  margin: 0 10px 0 -1.5em;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
.box {
  padding: 30px;
}
.box-bg-red {
  background: #fff9f9;
}
.box-border-red {
  border: 1px solid #f00;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
.table {
  width: 100%;
}
.table-cell, .table-head {
  line-height: 26px;
  letter-spacing: 0.8px;
  text-align: left;
  padding: 32px 24px;
}
.table-cell {
  font-weight: 500;
  border-bottom: 1px solid #D3D3D3;
}
.table-head {
  font-weight: 700;
  border-bottom: 1px solid #616158;
}
.table tr:first-of-type .table-cell {
  border-top: 1px solid #D3D3D3;
}
.table tr:first-of-type .table-head {
  border-top: 1px solid #616158;
}
.table p + p {
  margin-top: 16px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .table dl + dl {
    margin-top: 16px;
  }
  .table dl + P {
    margin-top: 16px;
  }
  .table dt {
    font-size: 1.6rem;
    line-height: initial;
    letter-spacing: inherit;
    color: #000;
    background-color: initial;
    border-radius: 0;
    padding: 0;
    margin-top: 16px;
  }
  .table dt + dd {
    margin-top: 10px;
  }
  .table dd {
    padding-left: 16px;
  }
  .table .desc + P {
    margin-top: 16px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .table-head {
    display: block;
    border-top: none;
    border-bottom: 1px solid #616158;
    padding: 24px 0 16px;
    padding-left: 24px;
  }
  .table-cell {
    display: block;
    padding: 16px 0 24px;
    padding-left: 24px;
  }
  .table tr:first-of-type .table-head,
  .table tr:first-of-type .table-cell {
    border-top: none;
  }
  .table dl + dl {
    margin-top: 16px;
  }
  .table dl + P {
    margin-top: 16px;
  }
  .table dt {
    font-size: 1.6rem;
    line-height: initial;
    letter-spacing: inherit;
    color: #000;
    background-color: initial;
    border-radius: 0;
    padding: 0;
    margin-top: 16px;
  }
  .table dt + dd {
    margin-top: 10px;
  }
  .table dd {
    padding-left: 16px;
  }
}
.form-group + .form-group {
  margin-top: -1px;
}
.form-label, .form-inputArea {
  padding: 36px 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.form-label {
  background: #e8e8e8;
  width: 200px;
}
.form-inputArea {
  flex: 1;
}
.form-input, .form-textarea, .form-select {
  background: #fff;
  box-shadow: 1px 1px 4px 1px #ccc inset;
  border: none;
}
.form-input, .form-textarea {
  padding: 10px;
  width: 100%;
  font-size: 16px;
}
.form-textarea {
  height: 100px;
  font-size: 20px;
  background: none;
}
.form-selectWrap {
  position: relative;
  display: inline-block;
}
.form-selectWrap::before, .form-selectWrap::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.form-selectWrap::before {
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  background: #666;
}
.form-selectWrap::after {
  width: 6px;
  height: 6px;
  right: 15px;
  top: 37%;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.form-select {
  width: 293px;
  height: 38px;
  padding-left: 14px;
}
.form-checkList {
  display: flex;
  flex-wrap: wrap;
}
.form-checkItem {
  width: 20%;
  position: relative;
}
.form-checkItemLabel {
  cursor: pointer;
  padding-left: 25px;
  display: block;
}
.form-checkItemLabel::before {
  box-shadow: 1px 1px 3px 1px #B3B3B3 inset;
  position: absolute;
  content: "";
  top: 15px;
  left: 0px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: #fff;
}
.form-checkItemLabel::after {
  content: "";
}
.form-checkItemInput {
  display: none;
}
.form-checkItemInput:checked + .form-checkItemLabel::after {
  position: absolute;
  display: inline-block;
  transform: rotate(45deg);
  margin-top: 2px;
  top: 5px;
  left: 5px;
  width: 4px;
  height: 12px;
  border-bottom: 3px solid #333;
  border-right: 3px solid #333;
}
.form-radio .form-checkItemLabel::before {
  border-radius: 50%;
}
.form-radio .form-checkItemInput:checked + .form-checkItemLabel::after {
  content: "";
  top: 10px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  border: none;
}
.form-btnArea {
  display: flex;
  justify-content: center;
}
.form-btn {
  font-size: 18px;
  padding: 15px 0 17px;
  color: #fff;
  background: #333;
  width: 260px;
  display: block;
  text-align: center;
}
.form-btn + .form-btn {
  margin-left: 50px;
}

.policy {
  margin-bottom: 50px;
  box-shadow: 1px 1px 4px 1px #ccc inset;
  border: none;
  padding: 27px 30px;
  height: 176px;
  overflow-y: scroll;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .form-item {
    display: flex;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .form-label {
    padding: 15px;
    width: 100%;
  }
  .form-inputArea {
    padding: 25px 15px;
  }
  .form-checkItem {
    width: 50%;
  }
}
.accordion-item + .accordion-item {
  margin-top: 40px;
}
.accordion-head {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  background: #e8e8e8;
  padding: 0 0 0 20px;
  line-height: inherit;
  border-bottom: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
.accordion-btn {
  font-size: 13px;
  background: #ccc;
  position: relative;
  right: 0;
  top: 0;
  padding: 10px 0 27px 0;
  width: 60px;
  text-align: center;
  display: block;
  margin-left: auto;
}
.accordion-btn::before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 25px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.accordion-body {
  background: #FCFCFB;
  padding: 26px 30px 38px 30px;
}
.accordion .js-open::before {
  transform: rotate(-135deg);
  bottom: 10px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .accordion-text {
    font-size: 17px;
    width: calc(100% - 60px);
    margin-right: 10px;
  }
}
.news-item + .news-item {
  margin-top: 35px;
}
.news-date {
  width: 115px;
  font-size: 14px;
}
.news-label {
  background: #333;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  width: 88px;
  color: #fff;
  margin-left: 5px;
  display: inline-block;
}
.news-title {
  flex: 1;
}
.news-btn {
  width: 260px;
  margin: 35px auto 0 auto;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .news-item {
    display: flex;
    align-items: flex-start;
  }
  .news-title {
    padding-left: 20px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
.pagenation-list {
  display: flex;
  flex-wrap: wrap;
}
.pagenation-link {
  color: #666666;
  background: #DEDEDE;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 12px;
  transition: 0.2s all;
}
.pagenation-link:hover {
  background: #333;
  color: #fff;
  opacity: 1;
}
.pagenation-active {
  background: #333;
  color: #fff;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .pagenation-list {
    justify-content: center;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .pagenation {
    margin-bottom: -20px;
  }
  .pagenation-link {
    margin-bottom: 20px;
  }
}
.contact a + a {
  margin-top: 24px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .contact {
    background-color: rgba(255, 248, 230, 0.8);
    padding: 80px 0;
    margin-left: -100%;
    margin-right: -100%;
  }
  .contact-inner {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
  }
  .contact h2 {
    color: #000;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: 1.8px;
    margin-bottom: 56px;
    text-align: center;
  }
  .contact-content {
    text-align: center;
    max-width: 760px;
    width: 100%;
    background-color: #FFF;
    border-bottom: 2px solid #ED7100;
    padding: 48px 0;
    margin: 0 auto;
  }
  .contact-content h3 {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 1.4px;
    color: #333;
    margin-bottom: 32px;
  }
  .contact-content p:nth-of-type(1) {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 1px;
    color: #616158;
    margin-bottom: 4px;
  }
  .contact-content p:nth-of-type(2) {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.9px;
    color: #333;
    margin-bottom: 23px;
  }
  .contact-content .btn-2 {
    margin-left: auto;
    margin-right: auto;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .contact {
    background-color: rgba(255, 248, 230, 0.8);
    padding: 56px 0;
    margin-top: 0 !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .contact-inner {
    padding: 0 20px;
  }
  .contact h2 {
    color: #000;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 1.2px;
    text-align: center;
    margin-bottom: 32px;
  }
  .contact-content {
    text-align: center;
    background-color: #FFF;
    border-bottom: 2px solid #ED7100;
    padding: 48px 27px;
  }
  .contact-content h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1px;
    text-align: center;
    color: #333;
    margin-bottom: 24px;
  }
  .contact-content p:nth-of-type(1) {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 1px;
    color: #616158;
  }
  .contact-content p:nth-of-type(2) {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.9px;
    max-width: 429px;
    width: 100%;
    color: #333;
    margin: 0 auto 32px;
  }
  .contact-content .btn-2 {
    margin-left: auto;
    margin-right: auto;
  }
}
.card {
  position: relative;
  width: 100%;
  background-color: rgba(255, 253, 245, 0.8);
}
.card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(to top, rgb(237, 113, 0), rgba(233, 159, 34, 0.3));
}
.card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to left, rgb(237, 113, 0), rgba(233, 159, 34, 0.3));
}

.card-nav + .contact {
  margin-top: 0 !important;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .card {
    padding: 44px 56px;
  }
  .card::after {
    width: 4px;
  }
  .card::before {
    height: 4px;
  }
  .card-2 h3, .card-3 h3 {
    color: #34486A;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1px;
    margin-bottom: 16px;
  }
  .card-2 h2, .card-3 h2 {
    font-size: 3.6rem;
    line-height: 58px;
    letter-spacing: 1.8px;
    margin-bottom: 17px;
    position: relative;
    color: #34486A;
  }
  .card-2 {
    display: flex;
    align-items: center;
    max-width: 1784px;
    margin-left: auto;
    margin-right: calc(50% - 50vw);
  }
  .card-2-l {
    flex-direction: row-reverse;
    margin-right: auto;
    margin-left: calc(50% - 50vw);
  }
  .card-2-l .card::before {
    background: linear-gradient(to left, rgb(237, 113, 0), rgba(233, 159, 34, 0.3)) !important;
  }
  .card-2-l .card::after {
    right: 0 !important;
    left: auto !important;
    background: linear-gradient(to top, rgb(237, 113, 0), rgba(233, 159, 34, 0.3)) !important;
  }
  .card-2 .card {
    max-width: 765px;
    min-height: 432px;
    width: 100%;
    background-color: initial;
  }
  .card-2 .card::before {
    background: linear-gradient(to right, rgb(237, 113, 0), rgba(233, 159, 34, 0.3));
  }
  .card-2 .card::after {
    right: auto;
    left: 0;
  }
  .card-2 .card-inner {
    max-width: 427px;
    width: 100%;
    margin: auto;
  }
  .card-2 .card p {
    color: #333;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.9px;
    padding-left: 5px;
  }
  .card-2 .card p + .btn {
    margin-top: 40px;
  }
  .card-2 .card .btn-2 {
    max-width: 338px;
    padding: 16px 32px;
  }
  .card-2 .card .btn-2::before {
    right: 32px;
  }
  .card-2 figure {
    border-radius: 8px;
    overflow: hidden;
  }
  .card-3 {
    display: flex;
    gap: 56px;
    background-color: initial;
    padding: 0 60px 24px 0;
  }
  .card-3 figure {
    flex: 1;
    max-width: 387px;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
  }
  .card-3 .card-content {
    flex: 1;
    max-width: 286px;
    width: 100%;
    margin-top: auto;
    padding-bottom: 60px;
  }
  .card-3 .btn-2 {
    max-width: 286px;
    width: 100%;
    padding: 16px 32px;
  }
  .card-nav {
    background-color: #FFEDBD;
  }
  .card-nav-inner {
    padding: 80px 0 68px;
  }
  .card-nav h2 {
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: 1.8px;
    text-align: center;
    margin-bottom: 68px;
  }
  .card-nav ul {
    display: flex;
    justify-content: center;
    gap: 37px;
    max-width: 1320px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .card-nav li {
    position: relative;
    overflow: hidden;
    box-shadow: 4px 4px 0 #ED7100;
    border-radius: 8px;
  }
  .card-nav li.active {
    position: relative;
  }
  .card-nav li.active a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(233, 159, 34, 0.5);
    border-radius: 8px;
    z-index: 3;
  }
  .card-nav li.active:hover a::before, .card-nav li.active:focus-within a::before {
    opacity: 1 !important;
  }
  .card-nav li:hover .btn-1, .card-nav li:focus-within .btn-1 {
    background-color: #e99f22;
    right: 24px !important;
  }
  .card-nav li:hover a::before, .card-nav li:focus-within a::before {
    opacity: 0;
    transition: 0.2s all;
  }
  .card-nav li:hover a::after, .card-nav li:focus-within a::after {
    top: 0;
    opacity: 1;
    transition: 0.3s all;
    transform: translateY(0%);
  }
  .card-nav li:hover img, .card-nav li:focus-within img {
    transition: 0.3s;
    transform: scale(1.1);
  }
  .card-nav li a {
    display: block;
  }
  .card-nav li a::before {
    content: "";
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 235, 202, 0) 0%, rgba(247, 179, 109, 0.53) 65.38%, rgba(237, 113, 0, 0.53) 100%);
    mix-blend-mode: multiply;
    transition: 0.2s all;
    border-radius: 8px;
    z-index: 2;
  }
  .card-nav li a::after {
    content: "";
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 30%;
    left: 0;
    background: linear-gradient(180deg, #FFEBCA 0%, #F7B36D 65.38%, #ED7100 100%);
    mix-blend-mode: multiply;
    transition: 0.3s all;
    border-radius: 8px;
    z-index: 2;
  }
  .card-nav li div {
    position: absolute;
    bottom: 24px;
    left: 22px;
  }
  .card-nav li p {
    color: #fff;
    position: relative;
    z-index: 4;
  }
  .card-nav li p:nth-of-type(1) {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1px;
    color: #ED7100;
    margin-bottom: 32px;
  }
  .card-nav li p:nth-of-type(2) {
    font-size: 2rem;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1px;
    leading-trim: both;
    text-edge: cap;
    margin-bottom: 16px;
  }
  .card-nav li p:nth-of-type(3) {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1.4px;
    leading-trim: both;
    text-edge: cap;
  }
  .card-nav li .btn-1 {
    position: absolute;
    display: block;
    bottom: 24px;
    right: 34px;
  }
  .card-nav li img {
    border-radius: 8px;
    transition: 0.3s;
  }
  .card-nav .btn {
    z-index: 4;
  }
  .card-nav.top {
    background-color: #fff;
  }
  .card-nav.top .interview-archives-inner {
    padding: 8px 0 84px;
  }
}
@media screen and (max-width: 1190px) {
  .card-3 {
    gap: 24px;
    flex-direction: column;
  }
  .card-3 figure {
    max-width: 100%;
    width: 100%;
  }
  .card-3 .card-content {
    flex: 1;
    max-width: 100%;
    max-height: 170px;
    width: 100%;
    padding-bottom: 0;
  }
  .card-3 .btn-2 {
    max-width: 286px;
    width: 100%;
    padding: 16px 32px;
  }
  .card-nav ul {
    flex-wrap: wrap;
    justify-content: initial;
  }
  .card-nav li {
    width: calc((100% - 37px) / 2);
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .card {
    padding: 32px 20px;
  }
  .card::after {
    width: 4px;
  }
  .card::before {
    height: 4px;
  }
  .card-2 h3, .card-3 h3 {
    color: #34486A;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }
  .card-2 h2, .card-3 h2 {
    font-size: 2.4rem;
    line-height: 19px;
    letter-spacing: 1.2px;
    margin-bottom: 24px;
    position: relative;
    color: #34486A;
  }
  .card-2 {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    margin-left: auto;
    margin-right: calc(50% - 50vw);
  }
  .card-2-l {
    margin-right: auto;
    margin-left: calc(50% - 50vw);
  }
  .card-2-l .card {
    padding: 25px 20px 29px;
    margin-left: 0 !important;
    margin-right: 7px;
  }
  .card-2-l .card::before {
    background: linear-gradient(to left, rgb(237, 113, 0), rgba(233, 159, 34, 0.3)) !important;
  }
  .card-2-l .card::after {
    right: 0 !important;
    left: auto !important;
    background: linear-gradient(to top, rgb(237, 113, 0), rgba(233, 159, 34, 0.3)) !important;
  }
  .card-2-l figure {
    border-radius: 0 2px 2px 0 !important;
    overflow: hidden;
  }
  .card-2 .card {
    background-color: initial;
    padding: 25px 20px 29px;
    margin-left: 8px;
  }
  .card-2 .card::before {
    background: linear-gradient(to right, rgb(237, 113, 0), rgba(233, 159, 34, 0.3));
  }
  .card-2 .card::after {
    right: auto;
    left: 0;
  }
  .card-2 .card-inner {
    max-width: 427px;
    width: 100%;
    margin: auto;
  }
  .card-2 .card p {
    color: #333;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.9px;
  }
  .card-2 .card p + .btn {
    margin-top: 24px;
  }
  .card-2 .card .btn-2 {
    max-width: 338px;
    padding: 16px 32px;
  }
  .card-2 .card .btn-2::before {
    right: 32px;
  }
  .card-2 figure {
    border-radius: 2px 0 0 2px;
    overflow: hidden;
  }
  .card-3 {
    display: flex;
    gap: 25px;
    align-items: center;
    flex-direction: column;
    background-color: initial;
    margin-top: 117px;
    padding: 0 24px 29px 21px;
  }
  .card-3 figure {
    max-width: 250px;
    width: 100%;
    overflow: hidden;
    border-radius: 2px;
    margin-top: -117px;
  }
  .card-3 .btn-2 {
    min-width: 311px;
    width: 100%;
    padding: 16px 32px;
  }
  .card-nav {
    background-color: #FFEDBD;
    margin-top: 59px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .card-nav-inner {
    padding: 40px 20px 52px;
  }
  .card-nav h2 {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 1.4px;
    text-align: center;
    margin-bottom: 24px;
  }
  .card-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 11px;
  }
  .card-nav li {
    position: relative;
    width: calc((100% - 11px) / 2);
    overflow: hidden;
    box-shadow: 3px 3px 0 #ED7100;
    border-radius: 2px;
  }
  .card-nav li.active {
    position: relative;
  }
  .card-nav li.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(233, 159, 34, 0.5);
    border-radius: 2px;
    z-index: 2;
  }
  .card-nav li div {
    position: absolute;
    bottom: 16px;
    left: 8px;
  }
  .card-nav li p {
    color: #fff;
    position: relative;
    z-index: 4;
  }
  .card-nav li p:nth-of-type(2) {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.8px;
    leading-trim: both;
    text-edge: cap;
    margin-bottom: 8px;
  }
  .card-nav li p:nth-of-type(3) {
    font-size: 2rem;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 1px;
    leading-trim: both;
    text-edge: cap;
  }
  .card-nav li .btn {
    position: absolute;
    display: block;
    bottom: 16px;
    right: 8px;
    width: 32px;
    height: 32px;
  }
  .card-nav li img {
    border-radius: 2px;
  }
  .card-nav a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 235, 202, 0) 0%, rgba(247, 179, 109, 0.53) 65.38%, rgba(237, 113, 0, 0.53) 100%);
    mix-blend-mode: multiply;
    border-radius: 2px;
    z-index: 2;
  }
  .card-nav .btn {
    z-index: 2;
  }
  .card-nav .btn:hover, .card-nav .btn:focus {
    right: 24px !important;
  }
  .card-nav.top {
    background-color: #fff;
    margin: 0;
  }
  .card-nav.top .card-nav-inner {
    padding: 20px 0 54px;
  }
}
@media screen and (max-width: 360px) {
  .card-3 .card-content {
    width: 100%;
  }
  .card-3 .btn-2 {
    min-width: 100%;
  }
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}
.align-justify-center {
  justify-content: center;
}

.display-none {
  display: none;
}

@media screen and (min-width: 768px) {
  .display-pc-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .display-sp-none {
    display: none;
  }
}
.mt-0 {
  margin-top: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

@media screen and (min-width: 768px) {
  .mt-pc-0 {
    margin-top: 0px !important;
  }
  .ml-pc-0 {
    margin-left: 0px !important;
  }
  .mr-pc-0 {
    margin-right: 0px !important;
  }
  .mb-pc-0 {
    margin-bottom: 0px !important;
  }
  .mt-pc-10 {
    margin-top: 10px !important;
  }
  .ml-pc-10 {
    margin-left: 10px !important;
  }
  .mr-pc-10 {
    margin-right: 10px !important;
  }
  .mb-pc-10 {
    margin-bottom: 10px !important;
  }
  .mt-pc-20 {
    margin-top: 20px !important;
  }
  .ml-pc-20 {
    margin-left: 20px !important;
  }
  .mr-pc-20 {
    margin-right: 20px !important;
  }
  .mb-pc-20 {
    margin-bottom: 20px !important;
  }
  .mt-pc-30 {
    margin-top: 30px !important;
  }
  .ml-pc-30 {
    margin-left: 30px !important;
  }
  .mr-pc-30 {
    margin-right: 30px !important;
  }
  .mb-pc-30 {
    margin-bottom: 30px !important;
  }
  .mt-pc-40 {
    margin-top: 40px !important;
  }
  .ml-pc-40 {
    margin-left: 40px !important;
  }
  .mr-pc-40 {
    margin-right: 40px !important;
  }
  .mb-pc-40 {
    margin-bottom: 40px !important;
  }
  .mt-pc-50 {
    margin-top: 50px !important;
  }
  .ml-pc-50 {
    margin-left: 50px !important;
  }
  .mr-pc-50 {
    margin-right: 50px !important;
  }
  .mb-pc-50 {
    margin-bottom: 50px !important;
  }
  .mt-pc-60 {
    margin-top: 60px !important;
  }
  .ml-pc-60 {
    margin-left: 60px !important;
  }
  .mr-pc-60 {
    margin-right: 60px !important;
  }
  .mb-pc-60 {
    margin-bottom: 60px !important;
  }
  .mt-pc-70 {
    margin-top: 70px !important;
  }
  .ml-pc-70 {
    margin-left: 70px !important;
  }
  .mr-pc-70 {
    margin-right: 70px !important;
  }
  .mb-pc-70 {
    margin-bottom: 70px !important;
  }
  .mt-pc-80 {
    margin-top: 80px !important;
  }
  .ml-pc-80 {
    margin-left: 80px !important;
  }
  .mr-pc-80 {
    margin-right: 80px !important;
  }
  .mb-pc-80 {
    margin-bottom: 80px !important;
  }
  .mt-pc-90 {
    margin-top: 90px !important;
  }
  .ml-pc-90 {
    margin-left: 90px !important;
  }
  .mr-pc-90 {
    margin-right: 90px !important;
  }
  .mb-pc-90 {
    margin-bottom: 90px !important;
  }
  .mt-pc-100 {
    margin-top: 100px !important;
  }
  .ml-pc-100 {
    margin-left: 100px !important;
  }
  .mr-pc-100 {
    margin-right: 100px !important;
  }
  .mb-pc-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-0 {
    margin-top: 0px !important;
  }
  .ml-sp-0 {
    margin-left: 0px !important;
  }
  .mr-sp-0 {
    margin-right: 0px !important;
  }
  .mb-sp-0 {
    margin-bottom: 0px !important;
  }
  .mt-sp-10 {
    margin-top: 10px !important;
  }
  .ml-sp-10 {
    margin-left: 10px !important;
  }
  .mr-sp-10 {
    margin-right: 10px !important;
  }
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .mt-sp-20 {
    margin-top: 20px !important;
  }
  .ml-sp-20 {
    margin-left: 20px !important;
  }
  .mr-sp-20 {
    margin-right: 20px !important;
  }
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .mt-sp-30 {
    margin-top: 30px !important;
  }
  .ml-sp-30 {
    margin-left: 30px !important;
  }
  .mr-sp-30 {
    margin-right: 30px !important;
  }
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .mt-sp-40 {
    margin-top: 40px !important;
  }
  .ml-sp-40 {
    margin-left: 40px !important;
  }
  .mr-sp-40 {
    margin-right: 40px !important;
  }
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .mt-sp-50 {
    margin-top: 50px !important;
  }
  .ml-sp-50 {
    margin-left: 50px !important;
  }
  .mr-sp-50 {
    margin-right: 50px !important;
  }
  .mb-sp-50 {
    margin-bottom: 50px !important;
  }
  .mt-sp-60 {
    margin-top: 60px !important;
  }
  .ml-sp-60 {
    margin-left: 60px !important;
  }
  .mr-sp-60 {
    margin-right: 60px !important;
  }
  .mb-sp-60 {
    margin-bottom: 60px !important;
  }
  .mt-sp-70 {
    margin-top: 70px !important;
  }
  .ml-sp-70 {
    margin-left: 70px !important;
  }
  .mr-sp-70 {
    margin-right: 70px !important;
  }
  .mb-sp-70 {
    margin-bottom: 70px !important;
  }
  .mt-sp-80 {
    margin-top: 80px !important;
  }
  .ml-sp-80 {
    margin-left: 80px !important;
  }
  .mr-sp-80 {
    margin-right: 80px !important;
  }
  .mb-sp-80 {
    margin-bottom: 80px !important;
  }
  .mt-sp-90 {
    margin-top: 90px !important;
  }
  .ml-sp-90 {
    margin-left: 90px !important;
  }
  .mr-sp-90 {
    margin-right: 90px !important;
  }
  .mb-sp-90 {
    margin-bottom: 90px !important;
  }
  .mt-sp-100 {
    margin-top: 100px !important;
  }
  .ml-sp-100 {
    margin-left: 100px !important;
  }
  .mr-sp-100 {
    margin-right: 100px !important;
  }
  .mb-sp-100 {
    margin-bottom: 100px !important;
  }
}
.pt-0 {
  padding-top: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

@media screen and (min-width: 768px) {
  .pt-pc-0 {
    padding-top: 0px !important;
  }
  .pl-pc-0 {
    padding-left: 0px !important;
  }
  .pr-pc-0 {
    padding-right: 0px !important;
  }
  .pb-pc-0 {
    padding-bottom: 0px !important;
  }
  .pt-pc-10 {
    padding-top: 10px !important;
  }
  .pl-pc-10 {
    padding-left: 10px !important;
  }
  .pr-pc-10 {
    padding-right: 10px !important;
  }
  .pb-pc-10 {
    padding-bottom: 10px !important;
  }
  .pt-pc-20 {
    padding-top: 20px !important;
  }
  .pl-pc-20 {
    padding-left: 20px !important;
  }
  .pr-pc-20 {
    padding-right: 20px !important;
  }
  .pb-pc-20 {
    padding-bottom: 20px !important;
  }
  .pt-pc-30 {
    padding-top: 30px !important;
  }
  .pl-pc-30 {
    padding-left: 30px !important;
  }
  .pr-pc-30 {
    padding-right: 30px !important;
  }
  .pb-pc-30 {
    padding-bottom: 30px !important;
  }
  .pt-pc-40 {
    padding-top: 40px !important;
  }
  .pl-pc-40 {
    padding-left: 40px !important;
  }
  .pr-pc-40 {
    padding-right: 40px !important;
  }
  .pb-pc-40 {
    padding-bottom: 40px !important;
  }
  .pt-pc-50 {
    padding-top: 50px !important;
  }
  .pl-pc-50 {
    padding-left: 50px !important;
  }
  .pr-pc-50 {
    padding-right: 50px !important;
  }
  .pb-pc-50 {
    padding-bottom: 50px !important;
  }
  .pt-pc-60 {
    padding-top: 60px !important;
  }
  .pl-pc-60 {
    padding-left: 60px !important;
  }
  .pr-pc-60 {
    padding-right: 60px !important;
  }
  .pb-pc-60 {
    padding-bottom: 60px !important;
  }
  .pt-pc-70 {
    padding-top: 70px !important;
  }
  .pl-pc-70 {
    padding-left: 70px !important;
  }
  .pr-pc-70 {
    padding-right: 70px !important;
  }
  .pb-pc-70 {
    padding-bottom: 70px !important;
  }
  .pt-pc-80 {
    padding-top: 80px !important;
  }
  .pl-pc-80 {
    padding-left: 80px !important;
  }
  .pr-pc-80 {
    padding-right: 80px !important;
  }
  .pb-pc-80 {
    padding-bottom: 80px !important;
  }
  .pt-pc-90 {
    padding-top: 90px !important;
  }
  .pl-pc-90 {
    padding-left: 90px !important;
  }
  .pr-pc-90 {
    padding-right: 90px !important;
  }
  .pb-pc-90 {
    padding-bottom: 90px !important;
  }
  .pt-pc-100 {
    padding-top: 100px !important;
  }
  .pl-pc-100 {
    padding-left: 100px !important;
  }
  .pr-pc-100 {
    padding-right: 100px !important;
  }
  .pb-pc-100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-0 {
    padding-top: 0px !important;
  }
  .pl-sp-0 {
    padding-left: 0px !important;
  }
  .pr-sp-0 {
    padding-right: 0px !important;
  }
  .pb-sp-0 {
    padding-bottom: 0px !important;
  }
  .pt-sp-10 {
    padding-top: 10px !important;
  }
  .pl-sp-10 {
    padding-left: 10px !important;
  }
  .pr-sp-10 {
    padding-right: 10px !important;
  }
  .pb-sp-10 {
    padding-bottom: 10px !important;
  }
  .pt-sp-20 {
    padding-top: 20px !important;
  }
  .pl-sp-20 {
    padding-left: 20px !important;
  }
  .pr-sp-20 {
    padding-right: 20px !important;
  }
  .pb-sp-20 {
    padding-bottom: 20px !important;
  }
  .pt-sp-30 {
    padding-top: 30px !important;
  }
  .pl-sp-30 {
    padding-left: 30px !important;
  }
  .pr-sp-30 {
    padding-right: 30px !important;
  }
  .pb-sp-30 {
    padding-bottom: 30px !important;
  }
  .pt-sp-40 {
    padding-top: 40px !important;
  }
  .pl-sp-40 {
    padding-left: 40px !important;
  }
  .pr-sp-40 {
    padding-right: 40px !important;
  }
  .pb-sp-40 {
    padding-bottom: 40px !important;
  }
  .pt-sp-50 {
    padding-top: 50px !important;
  }
  .pl-sp-50 {
    padding-left: 50px !important;
  }
  .pr-sp-50 {
    padding-right: 50px !important;
  }
  .pb-sp-50 {
    padding-bottom: 50px !important;
  }
  .pt-sp-60 {
    padding-top: 60px !important;
  }
  .pl-sp-60 {
    padding-left: 60px !important;
  }
  .pr-sp-60 {
    padding-right: 60px !important;
  }
  .pb-sp-60 {
    padding-bottom: 60px !important;
  }
  .pt-sp-70 {
    padding-top: 70px !important;
  }
  .pl-sp-70 {
    padding-left: 70px !important;
  }
  .pr-sp-70 {
    padding-right: 70px !important;
  }
  .pb-sp-70 {
    padding-bottom: 70px !important;
  }
  .pt-sp-80 {
    padding-top: 80px !important;
  }
  .pl-sp-80 {
    padding-left: 80px !important;
  }
  .pr-sp-80 {
    padding-right: 80px !important;
  }
  .pb-sp-80 {
    padding-bottom: 80px !important;
  }
  .pt-sp-90 {
    padding-top: 90px !important;
  }
  .pl-sp-90 {
    padding-left: 90px !important;
  }
  .pr-sp-90 {
    padding-right: 90px !important;
  }
  .pb-sp-90 {
    padding-bottom: 90px !important;
  }
  .pt-sp-100 {
    padding-top: 100px !important;
  }
  .pl-sp-100 {
    padding-left: 100px !important;
  }
  .pr-sp-100 {
    padding-right: 100px !important;
  }
  .pb-sp-100 {
    padding-bottom: 100px !important;
  }
}
.width-1 {
  width: 1% !important;
}

.width-2 {
  width: 2% !important;
}

.width-3 {
  width: 3% !important;
}

.width-4 {
  width: 4% !important;
}

.width-5 {
  width: 5% !important;
}

.width-6 {
  width: 6% !important;
}

.width-7 {
  width: 7% !important;
}

.width-8 {
  width: 8% !important;
}

.width-9 {
  width: 9% !important;
}

.width-10 {
  width: 10% !important;
}

.width-11 {
  width: 11% !important;
}

.width-12 {
  width: 12% !important;
}

.width-13 {
  width: 13% !important;
}

.width-14 {
  width: 14% !important;
}

.width-15 {
  width: 15% !important;
}

.width-16 {
  width: 16% !important;
}

.width-17 {
  width: 17% !important;
}

.width-18 {
  width: 18% !important;
}

.width-19 {
  width: 19% !important;
}

.width-20 {
  width: 20% !important;
}

.width-21 {
  width: 21% !important;
}

.width-22 {
  width: 22% !important;
}

.width-23 {
  width: 23% !important;
}

.width-24 {
  width: 24% !important;
}

.width-25 {
  width: 25% !important;
}

.width-26 {
  width: 26% !important;
}

.width-27 {
  width: 27% !important;
}

.width-28 {
  width: 28% !important;
}

.width-29 {
  width: 29% !important;
}

.width-30 {
  width: 30% !important;
}

.width-31 {
  width: 31% !important;
}

.width-32 {
  width: 32% !important;
}

.width-33 {
  width: 33% !important;
}

.width-34 {
  width: 34% !important;
}

.width-35 {
  width: 35% !important;
}

.width-36 {
  width: 36% !important;
}

.width-37 {
  width: 37% !important;
}

.width-38 {
  width: 38% !important;
}

.width-39 {
  width: 39% !important;
}

.width-40 {
  width: 40% !important;
}

.width-41 {
  width: 41% !important;
}

.width-42 {
  width: 42% !important;
}

.width-43 {
  width: 43% !important;
}

.width-44 {
  width: 44% !important;
}

.width-45 {
  width: 45% !important;
}

.width-46 {
  width: 46% !important;
}

.width-47 {
  width: 47% !important;
}

.width-48 {
  width: 48% !important;
}

.width-49 {
  width: 49% !important;
}

.width-50 {
  width: 50% !important;
}

.width-51 {
  width: 51% !important;
}

.width-52 {
  width: 52% !important;
}

.width-53 {
  width: 53% !important;
}

.width-54 {
  width: 54% !important;
}

.width-55 {
  width: 55% !important;
}

.width-56 {
  width: 56% !important;
}

.width-57 {
  width: 57% !important;
}

.width-58 {
  width: 58% !important;
}

.width-59 {
  width: 59% !important;
}

.width-60 {
  width: 60% !important;
}

.width-61 {
  width: 61% !important;
}

.width-62 {
  width: 62% !important;
}

.width-63 {
  width: 63% !important;
}

.width-64 {
  width: 64% !important;
}

.width-65 {
  width: 65% !important;
}

.width-66 {
  width: 66% !important;
}

.width-67 {
  width: 67% !important;
}

.width-68 {
  width: 68% !important;
}

.width-69 {
  width: 69% !important;
}

.width-70 {
  width: 70% !important;
}

.width-71 {
  width: 71% !important;
}

.width-72 {
  width: 72% !important;
}

.width-73 {
  width: 73% !important;
}

.width-74 {
  width: 74% !important;
}

.width-75 {
  width: 75% !important;
}

.width-76 {
  width: 76% !important;
}

.width-77 {
  width: 77% !important;
}

.width-78 {
  width: 78% !important;
}

.width-79 {
  width: 79% !important;
}

.width-80 {
  width: 80% !important;
}

.width-81 {
  width: 81% !important;
}

.width-82 {
  width: 82% !important;
}

.width-83 {
  width: 83% !important;
}

.width-84 {
  width: 84% !important;
}

.width-85 {
  width: 85% !important;
}

.width-86 {
  width: 86% !important;
}

.width-87 {
  width: 87% !important;
}

.width-88 {
  width: 88% !important;
}

.width-89 {
  width: 89% !important;
}

.width-90 {
  width: 90% !important;
}

.width-91 {
  width: 91% !important;
}

.width-92 {
  width: 92% !important;
}

.width-93 {
  width: 93% !important;
}

.width-94 {
  width: 94% !important;
}

.width-95 {
  width: 95% !important;
}

.width-96 {
  width: 96% !important;
}

.width-97 {
  width: 97% !important;
}

.width-98 {
  width: 98% !important;
}

.width-99 {
  width: 99% !important;
}

.width-100 {
  width: 100% !important;
}

@media screen and (min-width: 768px) {
  .width-pc-0 {
    width: 0% !important;
  }
  .width-pc-1 {
    width: 1% !important;
  }
  .width-pc-2 {
    width: 2% !important;
  }
  .width-pc-3 {
    width: 3% !important;
  }
  .width-pc-4 {
    width: 4% !important;
  }
  .width-pc-5 {
    width: 5% !important;
  }
  .width-pc-6 {
    width: 6% !important;
  }
  .width-pc-7 {
    width: 7% !important;
  }
  .width-pc-8 {
    width: 8% !important;
  }
  .width-pc-9 {
    width: 9% !important;
  }
  .width-pc-10 {
    width: 10% !important;
  }
  .width-pc-11 {
    width: 11% !important;
  }
  .width-pc-12 {
    width: 12% !important;
  }
  .width-pc-13 {
    width: 13% !important;
  }
  .width-pc-14 {
    width: 14% !important;
  }
  .width-pc-15 {
    width: 15% !important;
  }
  .width-pc-16 {
    width: 16% !important;
  }
  .width-pc-17 {
    width: 17% !important;
  }
  .width-pc-18 {
    width: 18% !important;
  }
  .width-pc-19 {
    width: 19% !important;
  }
  .width-pc-20 {
    width: 20% !important;
  }
  .width-pc-21 {
    width: 21% !important;
  }
  .width-pc-22 {
    width: 22% !important;
  }
  .width-pc-23 {
    width: 23% !important;
  }
  .width-pc-24 {
    width: 24% !important;
  }
  .width-pc-25 {
    width: 25% !important;
  }
  .width-pc-26 {
    width: 26% !important;
  }
  .width-pc-27 {
    width: 27% !important;
  }
  .width-pc-28 {
    width: 28% !important;
  }
  .width-pc-29 {
    width: 29% !important;
  }
  .width-pc-30 {
    width: 30% !important;
  }
  .width-pc-31 {
    width: 31% !important;
  }
  .width-pc-32 {
    width: 32% !important;
  }
  .width-pc-33 {
    width: 33% !important;
  }
  .width-pc-34 {
    width: 34% !important;
  }
  .width-pc-35 {
    width: 35% !important;
  }
  .width-pc-36 {
    width: 36% !important;
  }
  .width-pc-37 {
    width: 37% !important;
  }
  .width-pc-38 {
    width: 38% !important;
  }
  .width-pc-39 {
    width: 39% !important;
  }
  .width-pc-40 {
    width: 40% !important;
  }
  .width-pc-41 {
    width: 41% !important;
  }
  .width-pc-42 {
    width: 42% !important;
  }
  .width-pc-43 {
    width: 43% !important;
  }
  .width-pc-44 {
    width: 44% !important;
  }
  .width-pc-45 {
    width: 45% !important;
  }
  .width-pc-46 {
    width: 46% !important;
  }
  .width-pc-47 {
    width: 47% !important;
  }
  .width-pc-48 {
    width: 48% !important;
  }
  .width-pc-49 {
    width: 49% !important;
  }
  .width-pc-50 {
    width: 50% !important;
  }
  .width-pc-51 {
    width: 51% !important;
  }
  .width-pc-52 {
    width: 52% !important;
  }
  .width-pc-53 {
    width: 53% !important;
  }
  .width-pc-54 {
    width: 54% !important;
  }
  .width-pc-55 {
    width: 55% !important;
  }
  .width-pc-56 {
    width: 56% !important;
  }
  .width-pc-57 {
    width: 57% !important;
  }
  .width-pc-58 {
    width: 58% !important;
  }
  .width-pc-59 {
    width: 59% !important;
  }
  .width-pc-60 {
    width: 60% !important;
  }
  .width-pc-61 {
    width: 61% !important;
  }
  .width-pc-62 {
    width: 62% !important;
  }
  .width-pc-63 {
    width: 63% !important;
  }
  .width-pc-64 {
    width: 64% !important;
  }
  .width-pc-65 {
    width: 65% !important;
  }
  .width-pc-66 {
    width: 66% !important;
  }
  .width-pc-67 {
    width: 67% !important;
  }
  .width-pc-68 {
    width: 68% !important;
  }
  .width-pc-69 {
    width: 69% !important;
  }
  .width-pc-70 {
    width: 70% !important;
  }
  .width-pc-71 {
    width: 71% !important;
  }
  .width-pc-72 {
    width: 72% !important;
  }
  .width-pc-73 {
    width: 73% !important;
  }
  .width-pc-74 {
    width: 74% !important;
  }
  .width-pc-75 {
    width: 75% !important;
  }
  .width-pc-76 {
    width: 76% !important;
  }
  .width-pc-77 {
    width: 77% !important;
  }
  .width-pc-78 {
    width: 78% !important;
  }
  .width-pc-79 {
    width: 79% !important;
  }
  .width-pc-80 {
    width: 80% !important;
  }
  .width-pc-81 {
    width: 81% !important;
  }
  .width-pc-82 {
    width: 82% !important;
  }
  .width-pc-83 {
    width: 83% !important;
  }
  .width-pc-84 {
    width: 84% !important;
  }
  .width-pc-85 {
    width: 85% !important;
  }
  .width-pc-86 {
    width: 86% !important;
  }
  .width-pc-87 {
    width: 87% !important;
  }
  .width-pc-88 {
    width: 88% !important;
  }
  .width-pc-89 {
    width: 89% !important;
  }
  .width-pc-90 {
    width: 90% !important;
  }
  .width-pc-91 {
    width: 91% !important;
  }
  .width-pc-92 {
    width: 92% !important;
  }
  .width-pc-93 {
    width: 93% !important;
  }
  .width-pc-94 {
    width: 94% !important;
  }
  .width-pc-95 {
    width: 95% !important;
  }
  .width-pc-96 {
    width: 96% !important;
  }
  .width-pc-97 {
    width: 97% !important;
  }
  .width-pc-98 {
    width: 98% !important;
  }
  .width-pc-99 {
    width: 99% !important;
  }
  .width-pc-100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .width-sp-0 {
    width: 0% !important;
  }
  .width-sp-1 {
    width: 1% !important;
  }
  .width-sp-2 {
    width: 2% !important;
  }
  .width-sp-3 {
    width: 3% !important;
  }
  .width-sp-4 {
    width: 4% !important;
  }
  .width-sp-5 {
    width: 5% !important;
  }
  .width-sp-6 {
    width: 6% !important;
  }
  .width-sp-7 {
    width: 7% !important;
  }
  .width-sp-8 {
    width: 8% !important;
  }
  .width-sp-9 {
    width: 9% !important;
  }
  .width-sp-10 {
    width: 10% !important;
  }
  .width-sp-11 {
    width: 11% !important;
  }
  .width-sp-12 {
    width: 12% !important;
  }
  .width-sp-13 {
    width: 13% !important;
  }
  .width-sp-14 {
    width: 14% !important;
  }
  .width-sp-15 {
    width: 15% !important;
  }
  .width-sp-16 {
    width: 16% !important;
  }
  .width-sp-17 {
    width: 17% !important;
  }
  .width-sp-18 {
    width: 18% !important;
  }
  .width-sp-19 {
    width: 19% !important;
  }
  .width-sp-20 {
    width: 20% !important;
  }
  .width-sp-21 {
    width: 21% !important;
  }
  .width-sp-22 {
    width: 22% !important;
  }
  .width-sp-23 {
    width: 23% !important;
  }
  .width-sp-24 {
    width: 24% !important;
  }
  .width-sp-25 {
    width: 25% !important;
  }
  .width-sp-26 {
    width: 26% !important;
  }
  .width-sp-27 {
    width: 27% !important;
  }
  .width-sp-28 {
    width: 28% !important;
  }
  .width-sp-29 {
    width: 29% !important;
  }
  .width-sp-30 {
    width: 30% !important;
  }
  .width-sp-31 {
    width: 31% !important;
  }
  .width-sp-32 {
    width: 32% !important;
  }
  .width-sp-33 {
    width: 33% !important;
  }
  .width-sp-34 {
    width: 34% !important;
  }
  .width-sp-35 {
    width: 35% !important;
  }
  .width-sp-36 {
    width: 36% !important;
  }
  .width-sp-37 {
    width: 37% !important;
  }
  .width-sp-38 {
    width: 38% !important;
  }
  .width-sp-39 {
    width: 39% !important;
  }
  .width-sp-40 {
    width: 40% !important;
  }
  .width-sp-41 {
    width: 41% !important;
  }
  .width-sp-42 {
    width: 42% !important;
  }
  .width-sp-43 {
    width: 43% !important;
  }
  .width-sp-44 {
    width: 44% !important;
  }
  .width-sp-45 {
    width: 45% !important;
  }
  .width-sp-46 {
    width: 46% !important;
  }
  .width-sp-47 {
    width: 47% !important;
  }
  .width-sp-48 {
    width: 48% !important;
  }
  .width-sp-49 {
    width: 49% !important;
  }
  .width-sp-50 {
    width: 50% !important;
  }
  .width-sp-51 {
    width: 51% !important;
  }
  .width-sp-52 {
    width: 52% !important;
  }
  .width-sp-53 {
    width: 53% !important;
  }
  .width-sp-54 {
    width: 54% !important;
  }
  .width-sp-55 {
    width: 55% !important;
  }
  .width-sp-56 {
    width: 56% !important;
  }
  .width-sp-57 {
    width: 57% !important;
  }
  .width-sp-58 {
    width: 58% !important;
  }
  .width-sp-59 {
    width: 59% !important;
  }
  .width-sp-60 {
    width: 60% !important;
  }
  .width-sp-61 {
    width: 61% !important;
  }
  .width-sp-62 {
    width: 62% !important;
  }
  .width-sp-63 {
    width: 63% !important;
  }
  .width-sp-64 {
    width: 64% !important;
  }
  .width-sp-65 {
    width: 65% !important;
  }
  .width-sp-66 {
    width: 66% !important;
  }
  .width-sp-67 {
    width: 67% !important;
  }
  .width-sp-68 {
    width: 68% !important;
  }
  .width-sp-69 {
    width: 69% !important;
  }
  .width-sp-70 {
    width: 70% !important;
  }
  .width-sp-71 {
    width: 71% !important;
  }
  .width-sp-72 {
    width: 72% !important;
  }
  .width-sp-73 {
    width: 73% !important;
  }
  .width-sp-74 {
    width: 74% !important;
  }
  .width-sp-75 {
    width: 75% !important;
  }
  .width-sp-76 {
    width: 76% !important;
  }
  .width-sp-77 {
    width: 77% !important;
  }
  .width-sp-78 {
    width: 78% !important;
  }
  .width-sp-79 {
    width: 79% !important;
  }
  .width-sp-80 {
    width: 80% !important;
  }
  .width-sp-81 {
    width: 81% !important;
  }
  .width-sp-82 {
    width: 82% !important;
  }
  .width-sp-83 {
    width: 83% !important;
  }
  .width-sp-84 {
    width: 84% !important;
  }
  .width-sp-85 {
    width: 85% !important;
  }
  .width-sp-86 {
    width: 86% !important;
  }
  .width-sp-87 {
    width: 87% !important;
  }
  .width-sp-88 {
    width: 88% !important;
  }
  .width-sp-89 {
    width: 89% !important;
  }
  .width-sp-90 {
    width: 90% !important;
  }
  .width-sp-91 {
    width: 91% !important;
  }
  .width-sp-92 {
    width: 92% !important;
  }
  .width-sp-93 {
    width: 93% !important;
  }
  .width-sp-94 {
    width: 94% !important;
  }
  .width-sp-95 {
    width: 95% !important;
  }
  .width-sp-96 {
    width: 96% !important;
  }
  .width-sp-97 {
    width: 97% !important;
  }
  .width-sp-98 {
    width: 98% !important;
  }
  .width-sp-99 {
    width: 99% !important;
  }
  .width-sp-100 {
    width: 100% !important;
  }
}
@media screen and (min-width: 1920px) {
  .member-content .row {
    width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .member-content .row-l {
    margin-left: 0 !important;
  }
  .member-content .row-r {
    margin-right: 0 !important;
  }
}
/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .member {
    margin: 32px 0 0;
  }
  .member section + section {
    margin-top: 80px;
  }
  .member-inner {
    max-width: 1320px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .member-visual {
    display: flex;
    justify-content: space-between;
    margin-right: calc(50% - 50vw);
  }
  .member-visual div {
    max-width: 601px;
    width: 100%;
    padding-right: 65px;
  }
  .member-visual h2, .member-visual h3, .member-visual p {
    color: #333;
  }
  .member-visual h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1px;
    color: #ED7100;
  }
  .member-visual h3 {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 51.2px;
    letter-spacing: 1.6px;
  }
  .member-visual p {
    font-size: 2rem;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1px;
    leading-trim: both;
    text-edge: cap;
  }
  .member-visual p span {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 1.4px;
    leading-trim: both;
    text-edge: cap;
  }
  .member-visual figure {
    max-width: 1019px;
    width: 100%;
  }
  .member-visual img {
    border-radius: 16px 0 0 16px;
  }
  .member-content {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
  }
  .member-content .row + .row {
    margin-top: 80px;
  }
  .member-content .row {
    display: flex;
    flex-wrap: nowrap;
  }
  .member-content .row div {
    position: relative;
    width: 100%;
    background-color: rgba(255, 253, 245, 0.8);
    z-index: 5;
  }
  .member-content .row div::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(to left, rgb(237, 113, 0), rgba(233, 159, 34, 0.3));
  }
  .member-content .row div::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to top, rgb(237, 113, 0), rgba(233, 159, 34, 0.3));
  }
  .member-content .row div h3 {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 51px;
    letter-spacing: 1.6px;
    margin-bottom: 24px;
  }
  .member-content .row div p {
    font-feature-settings: "pwid" on;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.8px;
    color: #333;
  }
  .member-content .row div p + p {
    margin-top: 16px;
  }
  .member-content .row-l {
    align-items: flex-start;
    margin-left: calc(50% - 50vw);
  }
  .member-content .row-l div {
    max-width: 895px;
    padding: 40px 56px;
    margin-left: -1.16%;
  }
  .member-content .row-l figure {
    max-width: 941px;
    width: 100%;
    margin-top: 40px;
  }
  .member-content .row-l figure img {
    width: 100%;
    height: 100%;
    border-radius: 0 0 16px 0;
  }
  .member-content .row-r {
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-right: calc(50% - 50vw);
  }
  .member-content .row-r div {
    max-width: 895px;
    padding: 40px 56px;
    margin-right: -1.16%;
  }
  .member-content .row-r figure {
    max-width: 941px;
    width: 100%;
    margin-top: 40px;
  }
  .member-content .row-r figure img {
    width: 100%;
    height: 100%;
    border-radius: 0 0 0 16px;
  }
  .member-content .row-c {
    flex-direction: column-reverse;
    align-items: center;
    margin: 0 auto;
    max-width: 1320px;
    width: 100%;
    padding: 0 20px;
  }
  .member-content .row-c div {
    max-width: 1220px;
    width: auto;
    padding: 40px 56px;
    margin: 0 28px;
    margin-bottom: -1.16%;
  }
  .member-content .row-c figure {
    max-width: 1280px;
    width: 100%;
  }
  .member-content .row-c figure img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
  }
  .member .card-nav {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .member .card-nav.top {
    margin: 0;
  }
  .member .card-nav.top .card-nav-inner {
    padding-top: 0;
  }
  .member .card-nav.top ul {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .member-visual h3 {
    font-size: 2.8rem;
    line-height: 42px;
  }
  .member-content .row div h3 {
    font-size: 2.4rem;
    line-height: 38px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .member {
    margin: 0;
  }
  .member section + section {
    margin-top: 30px;
  }
  .member-inner {
    padding: 0 20px;
  }
  .member-visual {
    display: flex;
    flex-direction: column-reverse;
  }
  .member-visual div {
    width: 100%;
    margin-top: 40px;
  }
  .member-visual h2, .member-visual h3, .member-visual p {
    color: #333;
  }
  .member-visual h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1px;
    color: #ED7100;
    margin-bottom: 16px;
  }
  .member-visual h3 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 1.2px;
    margin-bottom: 16px;
  }
  .member-visual p {
    font-size: 1.8rem;
    line-height: 29px;
    letter-spacing: 0.9px;
    leading-trim: both;
    text-edge: cap;
  }
  .member-visual span {
    font-size: 2.3rem;
    line-height: 39px;
    letter-spacing: 1.15px;
    leading-trim: both;
    text-edge: cap;
  }
  .member-visual figure {
    margin-right: -20px;
  }
  .member-visual figure img {
    border-radius: 4px 0 0 4px;
  }
  .member-content .row + .row {
    margin-top: 47px;
  }
  .member-content .row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .member-content .row div {
    position: relative;
    background-color: rgba(255, 253, 245, 0.8);
    padding: 32px 22px;
    margin-top: 26px;
    margin-right: -4px;
  }
  .member-content .row div::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(to left, rgb(237, 113, 0), rgba(233, 159, 34, 0.3));
  }
  .member-content .row div::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to top, rgb(237, 113, 0), rgba(233, 159, 34, 0.3));
  }
  .member-content .row div h3 {
    color: #333;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 1.2px;
    margin-bottom: 24px;
  }
  .member-content .row div p {
    font-feature-settings: "pwid" on;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.8px;
    color: #333;
  }
  .member-content .row div p + p {
    margin-top: 16px;
  }
  .member-content .row div img {
    border-radius: 2px;
  }
}
/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .work {
    max-width: 1320px;
    width: 100%;
    margin: 42px auto 0;
  }
  .work-inner {
    padding: 0 20px;
  }
  .work-content {
    margin: 0 auto;
    color: #333;
  }
  .work-content div + div {
    margin-top: 63px;
  }
  .work-content .card {
    padding: 39px 56px;
  }
  .work-content .card:nth-of-type(1) figure {
    margin: 0 auto;
  }
  .work-content h2 {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 51px;
    letter-spacing: 1.6px;
    margin-bottom: 32px;
  }
  .work-content p {
    line-height: 26px;
    letter-spacing: 0.8px;
  }
  .work-content p + figure {
    margin-top: 32px !important;
  }
  .work-content figure {
    max-width: 627px;
    max-height: 522px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
  }
  .work-content .row + .row {
    margin-top: 56px;
  }
  .work-content .row-col2-m {
    gap: 46px;
  }
  .work-content .row-col2-m .col:nth-child(1) {
    max-width: 460px;
  }
  .work-content .row-col2-m .col:nth-child(2) {
    max-width: 659px;
  }
  .work-feature {
    margin: 75px auto 0;
  }
  .work-feature ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .work-feature ul li + li {
    margin-top: 45px;
  }
  .work-feature ul li {
    max-width: calc((100% - 40px) / 2);
    width: 100%;
    text-align: center;
    display: grid;
  }
  .work-feature ul li:nth-of-type(1) .row {
    gap: 49px;
    margin: 0 auto;
  }
  .work-feature ul li:nth-of-type(1) .col {
    max-width: calc((100% - 49px) / 2);
    width: 100%;
    margin: 0;
  }
  .work-feature ul li:nth-of-type(1) .col p:first-child {
    margin-bottom: 30px;
  }
  .work-feature ul li:nth-of-type(1) h3 {
    margin-bottom: 24px;
  }
  .work-feature ul li:nth-of-type(1) img {
    margin-top: 39px;
  }
  .work-feature ul li:nth-of-type(2) {
    margin-top: 0;
  }
  .work-feature h3 {
    color: #000;
    font-size: 4rem;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: 2px;
    margin-bottom: 40px;
  }
  .work-feature p {
    color: #333;
    font-size: 4rem;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 2px;
    leading-trim: both;
    text-edge: cap;
  }
  .work-feature p > span {
    padding-right: 8px;
  }
  .work-feature span {
    font-size: 8rem;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: 4px;
    leading-trim: both;
    text-edge: cap;
    color: #ED7100;
  }
  .work-feature img {
    max-width: 386px;
    width: 100%;
    margin: 66px auto 0;
  }
  .work-feature .card p {
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
  .work-feature .card:nth-of-type(1) .col p:first-child {
    padding-right: 36px;
  }
  .work-feature .card:nth-of-type(2) {
    justify-content: center;
  }
  .work-feature .card:nth-of-type(2) p {
    padding-left: 90px;
  }
  .work-feature .card:nth-of-type(3) span {
    padding-left: 9px;
  }
  .work-feature .card:nth-of-type(4) p {
    padding-right: 12px;
  }
  .work-feature br {
    display: none;
  }
  .main-visual {
    display: flex;
    justify-content: flex-end;
    max-width: 1600px;
    margin-left: auto;
    margin-right: -20px;
    margin-bottom: 56px;
  }
  .main-visual div {
    max-width: 579px;
    padding-right: 65px;
  }
  .main-visual h2, .main-visual h3, .main-visual p {
    color: #333;
  }
  .main-visual h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1px;
    color: #ED7100;
  }
  .main-visual h3 {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 51.2px;
    letter-spacing: 1.6px;
  }
  .main-visual p {
    font-size: 2rem;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1px;
  }
  .main-visual p span {
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 1.4px;
  }
  .main-visual p:has(> span:nth-of-type(4)):not(:has(> span:nth-of-type(5))) {
    display: grid;
    max-width: 179px;
  }
  .main-visual p:has(> span:nth-of-type(4)):not(:has(> span:nth-of-type(5))) span:nth-of-type(1) {
    grid-row: 1/1;
    grid-column: 1/3;
    font-size: 2rem;
    line-height: 15px;
    padding-bottom: 16px;
  }
  .main-visual p:has(> span:nth-of-type(4)):not(:has(> span:nth-of-type(5))) span:nth-of-type(2) {
    grid-row: 2/2;
    grid-column: 1/2;
    line-height: 28px;
    margin-right: 8px;
  }
  .main-visual p:has(> span:nth-of-type(4)):not(:has(> span:nth-of-type(5))) span:nth-of-type(3) {
    grid-row: 2/3;
    grid-column: 2/3;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .main-visual p:has(> span:nth-of-type(4)):not(:has(> span:nth-of-type(5))) span:nth-of-type(4) {
    grid-row: 3/4;
    grid-column: 2/3;
    line-height: 28px;
  }
  .main-visual h3 + p {
    margin-top: 24px;
  }
  .main-visual figure {
    max-width: 1019px;
  }
  .main-visual img {
    border-radius: 16px 0 0 16px;
  }
}
@media screen and (min-width: 1921px) {
  .main-visual {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 53px;
  }
}
@media screen and (min-width: 1320px) {
  .main-visual {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 1150px) {
  .work-feature br {
    display: block;
  }
}
@media screen and (max-width: 1060px) {
  .work-feature p {
    font-size: 3rem;
    font-weight: 700;
  }
  .work-feature p > span {
    padding-right: 8px;
  }
  .work-feature span {
    font-size: 6rem;
  }
  .work-feature .card:nth-of-type(2) p {
    padding-left: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual h3 {
    font-size: 2.8rem;
    line-height: 42px;
  }
}
@media screen and (max-width: 870px) {
  .work-feature .card:nth-of-type(1) .row {
    gap: 20px;
  }
  .work-feature .card:nth-of-type(1) .col {
    max-width: calc((100% - 20px) / 2);
  }
  .work-feature .card:nth-of-type(1) .col span {
    padding-right: 0;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .work {
    width: 100%;
    margin: 0 auto;
  }
  .work-inner {
    padding: 0 20px;
  }
  .work-feature {
    margin: 42px 0 58px;
  }
  .work-feature ul li + li {
    margin-top: 22px;
  }
  .work-feature ul li {
    width: 100%;
    text-align: center;
    display: grid;
  }
  .work-feature ul li:nth-of-type(1) .row {
    display: flex;
    gap: 39px;
    margin: 0 auto;
  }
  .work-feature ul li:nth-of-type(1) .col {
    max-width: calc((100% - 39px) / 2);
    width: 100%;
    margin: 0;
  }
  .work-feature ul li:nth-of-type(1) .col p:first-child {
    margin-bottom: 25px;
  }
  .work-feature .card {
    padding: 32px 14px 32px 10px;
  }
  .work-feature .card p {
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
  .work-feature .card:nth-of-type(1) .col p:first-child {
    padding-right: 18px;
  }
  .work-feature .card:nth-of-type(2) p {
    padding-left: 49px;
    margin-left: 0;
  }
  .work-feature .card:nth-of-type(3) p {
    padding-right: 20px;
  }
  .work-feature .card:nth-of-type(3) span {
    padding-left: 4px;
  }
  .work-feature .card:nth-of-type(4) p {
    padding-right: 20px;
  }
  .work-feature h3 {
    color: #000;
    font-size: 3rem;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
  }
  .work-feature p {
    color: #333;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 1.6px;
    leading-trim: both;
    text-edge: cap;
  }
  .work-feature p > span {
    padding-right: 4px;
  }
  .work-feature span {
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 3.2px;
    leading-trim: both;
    text-edge: cap;
    color: #ED7100;
  }
  .work-feature img {
    max-width: 295px;
    max-height: 124px;
    width: 100%;
    margin: 32px auto 0;
  }
  .work-content {
    color: #333;
    margin-top: 42px;
  }
  .work-content div + div {
    margin-top: 32px;
  }
  .work-content .card {
    padding: 32px 22px 32px 20px;
  }
  .work-content h2 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 1.2px;
    margin-bottom: 24px;
  }
  .work-content p {
    line-height: 26px;
    letter-spacing: 0.8px;
  }
  .work-content p + figure {
    margin-top: 50px;
  }
  .work-content figure {
    border-radius: 2px;
    overflow: hidden;
  }
  .work-content .row + .row {
    margin-top: 32px;
  }
  .work-content .row-col2-m .col {
    margin-top: 24px;
  }
  .work-content .row-col2-m .col:nth-child(1) {
    max-width: 460px;
    margin-top: 0;
  }
  .work-content .row-col2-m .col:nth-child(2) {
    max-width: 659px;
  }
  .main-visual {
    display: flex;
    flex-direction: column-reverse;
  }
  .main-visual div {
    width: 100%;
    margin-top: 50px;
  }
  .main-visual h2, .main-visual h3, .main-visual p {
    color: #333;
  }
  .main-visual h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1px;
    color: #ED7100;
    margin-bottom: 16px;
  }
  .main-visual h3 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 1.2px;
    margin-bottom: 16px;
  }
  .main-visual p {
    font-size: 1.8rem;
    line-height: 29px;
    letter-spacing: 0.9px;
  }
  .main-visual p:has(> span:nth-of-type(4)):not(:has(> span:nth-of-type(5))) {
    display: grid;
    grid-template-columns: auto 53px 53px;
    grid-template-rows: auto auto;
    max-width: 208px;
  }
  .main-visual p:has(> span:nth-of-type(4)):not(:has(> span:nth-of-type(5))) span:nth-of-type(1) {
    grid-column: 1/-1;
    grid-row: 1/2;
  }
  .main-visual p:has(> span:nth-of-type(4)):not(:has(> span:nth-of-type(5))) span:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .main-visual p:has(> span:nth-of-type(4)):not(:has(> span:nth-of-type(5))) span:nth-of-type(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .main-visual p:has(> span:nth-of-type(4)):not(:has(> span:nth-of-type(5))) span:nth-of-type(4) {
    grid-column: 3/4;
    grid-row: 2/3;
  }
  .main-visual span {
    font-size: 2.3rem;
    line-height: 39px;
    letter-spacing: 1.15px;
  }
  .main-visual figure {
    margin-right: -20px;
  }
  .main-visual figure img {
    border-radius: 4px 0 0 4px;
  }
}
.welfare h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.9px;
}
.welfare h3 + p {
  margin-top: 16px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .welfare {
    max-width: 1320px;
    width: 100%;
    margin: 32px auto 0;
  }
  .welfare-inner {
    padding: 0 20px;
  }
  .welfare h3 {
    padding-left: 28px;
  }
  .welfare h3 + p {
    padding-left: 28px;
  }
  .welfare h3 + p + dl {
    margin-top: 64px;
  }
  .welfare dl:has(dd figure):not(:has(dd figure:nth-of-type(2))) dd figure {
    max-width: 614px;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    margin-top: 32px;
  }
  .welfare dl {
    margin-top: 64px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .welfare {
    margin: 34px auto 0;
  }
  .welfare-inner {
    padding: 0 20px;
  }
  .welfare-inner section:nth-of-type(1) {
    margin-bottom: 64px;
  }
  .welfare h2 {
    margin-bottom: 41px;
  }
  .welfare h3 {
    padding-left: 8px;
  }
  .welfare h3 + p {
    padding-left: 8px;
  }
  .welfare h3 + p + dl {
    margin-top: 32px;
  }
  .welfare dl {
    margin-top: 24px;
  }
  .welfare dl:nth-of-type(1) {
    margin-top: 32px;
  }
}
/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .education {
    max-width: 1320px;
    width: 100%;
    margin: 32px auto 0;
  }
  .education-inner {
    padding: 0 20px;
  }
  .education figure {
    overflow: hidden;
    border-radius: 8px;
  }
  .education section + section {
    margin-top: 56px;
  }
  .education section:first-child p {
    padding-left: 28px;
    margin-bottom: 24px;
  }
  .education section:first-child figure {
    max-width: 846px;
    width: 100%;
    margin: 0 auto;
  }
  .education p {
    padding-left: 28px;
    margin-bottom: 32px;
  }
  .education .media-row {
    padding-left: 28px;
  }
  .education dl {
    margin-top: 56px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .education {
    width: 100%;
    margin: 34px auto 0;
  }
  .education-inner {
    padding: 0 12px 0 20px;
  }
  .education figure {
    overflow: hidden;
    border-radius: 2px;
  }
  .education section + section {
    margin-top: 50px;
  }
  .education section:first-child p {
    padding-left: 8px;
    margin-bottom: 24px;
  }
  .education section:first-child figure {
    width: 100%;
    margin: 0 auto;
  }
  .education .heading-l {
    margin-bottom: 24px;
  }
  .education p {
    padding-left: 8px;
    margin-bottom: 32px;
  }
  .education .media-row {
    padding-left: 8px;
  }
  .education .contact-inner {
    padding-right: 28px;
  }
  .education .contact-content p:nth-of-type(1) {
    margin-bottom: 0;
  }
}
.desc {
  display: block;
}
.desc::before {
  content: "※";
  font-size: inherit;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .information {
    margin-bottom: 0;
  }
  .information-inner {
    margin: 0 auto;
  }
  .information .card-nav-inner {
    padding-top: 0;
  }
  .information .card-nav li div {
    bottom: 28px;
  }
  .information .card-nav li p:nth-of-type(1) {
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1.4px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    margin: 0;
  }
  .information .card-nav .btn-1 {
    bottom: 12px;
  }
  .people .card-nav,
  .new_graduate .card-nav,
  .career .card-nav {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .people .card-nav-inner,
  .new_graduate .card-nav-inner,
  .career .card-nav-inner {
    padding-top: 40px;
  }
  .people .card-nav li div,
  .new_graduate .card-nav li div,
  .career .card-nav li div {
    bottom: 28px;
  }
  .people .card-nav li p:nth-of-type(1),
  .new_graduate .card-nav li p:nth-of-type(1),
  .career .card-nav li p:nth-of-type(1) {
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1.4px;
    margin: 0;
  }
  .people .card-nav .btn-1,
  .new_graduate .card-nav .btn-1,
  .career .card-nav .btn-1 {
    bottom: 12px;
  }
  .people {
    max-width: 1320px;
    width: 100%;
    margin: 32px auto 0;
  }
  .people-inner {
    padding: 0 20px;
  }
  .people p {
    padding-left: 28px;
  }
  .people dl:nth-of-type(1) {
    margin-top: 64px;
  }
  .people dd {
    font-size: 2rem;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1px;
  }
  .people dd p {
    padding-left: 0;
  }
  .people dd span {
    font-size: 3.2rem;
    letter-spacing: 1.6px;
  }
  .people figure {
    max-width: 846px;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .people figure img {
    border-radius: 8px;
  }
  .people figcaption {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 1.6px;
    display: grid;
    justify-items: start;
    justify-content: center;
    margin-top: 40px;
  }
  .people figcaption span:first-child {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 1.1px;
    margin-bottom: 24px;
  }
  .people figcaption span:last-child > span {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1px;
  }
  .new_graduate,
  .career {
    max-width: 1320px;
    width: 100%;
    margin: 72px auto 0;
  }
  .new_graduate-inner,
  .career-inner {
    padding: 0 20px;
  }
  .new_graduate .entry-flow,
  .career .entry-flow {
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1px;
    text-align: center;
    max-width: 901px;
    background-color: #EBEBE9;
    padding: 24px 39px;
    margin-right: auto;
  }
  .new_graduate .entry-flow > div,
  .career .entry-flow > div {
    position: relative;
    background-color: #FFFFFF;
    padding: 9px 0;
  }
  .new_graduate .entry-flow > div::after,
  .career .entry-flow > div::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 6px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 16px solid #ED7100;
  }
  .new_graduate .entry-flow > div:last-of-type::after,
  .career .entry-flow > div:last-of-type::after {
    display: none;
  }
  .new_graduate .entry-flow div + div,
  .career .entry-flow div + div {
    margin-top: 30px;
  }
  .new_graduate .entry-flow span,
  .career .entry-flow span {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
  .new_graduate .entry-flow a,
  .career .entry-flow a {
    color: #34486A;
    position: relative;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  .new_graduate .entry-flow a::after,
  .career .entry-flow a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 0;
    border-radius: 1px 1px 0 0;
    background: #e99f22;
    transition: width 0.3s ease;
  }
  .new_graduate .entry-flow a:hover, .new_graduate .entry-flow a:focus,
  .career .entry-flow a:hover,
  .career .entry-flow a:focus {
    text-decoration: none;
    color: #e99f22;
    transition: 0.3s;
  }
  .new_graduate .entry-flow a:hover::after, .new_graduate .entry-flow a:focus::after,
  .career .entry-flow a:hover::after,
  .career .entry-flow a:focus::after {
    width: 100%;
  }
  .new_graduate .table ul + p,
  .career .table ul + p {
    margin-top: 16px;
  }
  .new_graduate .table-head,
  .career .table-head {
    min-width: 270px;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .information {
    margin-bottom: 0;
  }
  .information-inner {
    padding: 0 20px;
  }
  .information .card-nav ul {
    max-width: 375px;
    margin: 0 auto;
  }
  .information .card-nav li {
    width: 100%;
  }
  .information .card-nav li div {
    bottom: 23px;
  }
  .information .card-nav li .btn-1 {
    width: 40px;
    height: 40px;
  }
  .information .card-nav li p {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    font-size: 2rem;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 1px;
  }
  .people .card-nav,
  .new_graduate .card-nav,
  .career .card-nav {
    margin-top: 79px;
  }
  .people .card-nav-inner,
  .new_graduate .card-nav-inner,
  .career .card-nav-inner {
    padding-right: 23px;
  }
  .people .card-nav ul,
  .new_graduate .card-nav ul,
  .career .card-nav ul {
    flex-direction: column;
    max-width: 375px;
    margin: 0 auto;
  }
  .people .card-nav li,
  .new_graduate .card-nav li,
  .career .card-nav li {
    width: 100%;
  }
  .people .card-nav div,
  .new_graduate .card-nav div,
  .career .card-nav div {
    bottom: 23px;
  }
  .people .card-nav p,
  .new_graduate .card-nav p,
  .career .card-nav p {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    font-size: 2rem;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 1px;
  }
  .people .card-nav .btn-1,
  .new_graduate .card-nav .btn-1,
  .career .card-nav .btn-1 {
    width: 40px;
    height: 40px;
  }
  .people {
    width: 100%;
    margin: 34px auto 0;
  }
  .people-inner {
    padding: 0 20px;
  }
  .people p {
    padding-left: 4px;
  }
  .people dl:nth-of-type(1) {
    margin-top: 108px;
  }
  .people dd {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1px;
  }
  .people dd p {
    padding-left: 0;
  }
  .people dd span {
    font-size: 2.4rem;
    letter-spacing: 1.2px;
  }
  .people figure {
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
    margin-top: 24px;
  }
  .people figure img {
    border-radius: 2px;
  }
  .people figcaption {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 1.2px;
    display: grid;
    justify-items: start;
    justify-content: center;
    margin-top: 16px;
  }
  .people figcaption span:first-child {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
  }
  .people figcaption span:last-child > span {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1px;
  }
  .new_graduate,
  .career {
    width: 100%;
    margin: 38px auto 0;
  }
  .new_graduate .entry-flow,
  .career .entry-flow {
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0.9px;
    text-align: center;
    max-width: 901px;
    background-color: #EBEBE9;
    padding: 24px 19px 24px 21px;
    margin-right: auto;
    margin-left: -24px;
  }
  .new_graduate .entry-flow > div,
  .career .entry-flow > div {
    position: relative;
    background-color: #FFFFFF;
    padding: 16px;
  }
  .new_graduate .entry-flow > div::after,
  .career .entry-flow > div::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 6px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 16px solid #ED7100;
  }
  .new_graduate .entry-flow > div:last-of-type::after,
  .career .entry-flow > div:last-of-type::after {
    display: none;
  }
  .new_graduate .entry-flow div + div,
  .career .entry-flow div + div {
    margin-top: 37px;
  }
  .new_graduate .entry-flow span,
  .career .entry-flow span {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
  .new_graduate .entry-flow a,
  .career .entry-flow a {
    color: #34486A;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  .new_graduate .entry-flow a:hover,
  .career .entry-flow a:hover {
    color: #e99f22;
  }
  .new_graduate .table ul + p,
  .career .table ul + p {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .top-member .card-2, .top-work .card-2 {
    margin-right: 0;
    margin-left: 0;
  }
}
.fade {
  opacity: 0;
}

.fade-up {
  animation-name: fade;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  aspect-ratio: 1920/727;
}
.slider-list {
  position: relative;
  width: 100%;
}
.slider-item {
  width: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 2s;
}
.slider-item.active {
  opacity: 1 !important;
}
.slider-item img {
  width: 100%;
  display: block;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 768px) {
  .top {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
  }
  .top section + section {
    margin-top: 84px;
  }
  .top-visual {
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .top-visual-inner {
    width: 100%;
    overflow: hidden;
  }
  .top-visual img {
    width: 100%;
    height: auto;
    display: block;
  }
  .top-visual-content {
    position: absolute;
    width: 40%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-left: 5.52%;
  }
  .top-visual-content h1 {
    color: #34486A;
    font-size: 4rem;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }
  .top-visual-content h1 + p {
    color: #34486A;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 1.1px;
    margin-bottom: 24px;
  }
  .top-visual-content p {
    font-size: 2rem;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 1px;
  }
  .top-work .card {
    margin-top: 18px;
  }
  .top-member .card-2, .top-work .card-2 {
    max-width: 1920px;
    padding-left: 7.1%;
  }
  .top-member .card-2 .card, .top-work .card-2 .card {
    flex: 1;
  }
  .top-member .card-2 figure, .top-work .card-2 figure {
    flex: 2;
  }
  .top-member .card-2-l, .top-work .card-2-l {
    padding-left: 0;
    padding-right: 7.1%;
  }
  .top-welfare-education {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 7.1%;
  }
  .top-welfare-education .row-col2 {
    margin-left: -64px;
  }
  .top-welfare-education .row-col2 .col {
    width: calc(50% - 64px);
    margin: 0 0 0 64px;
  }
  .top-information {
    background-color: rgba(255, 248, 230, 0.8980392157);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .top-information-inner {
    max-width: 1920px;
    width: 100%;
    padding: 72px 7.1%;
    margin: 0 auto;
  }
  .top-information .card-2 {
    margin-left: auto;
    margin-right: auto;
  }
  .top-information .card {
    flex: 1;
    max-width: 743px;
    min-height: 432px;
    width: 100%;
  }
  .top-information figure {
    flex: 2;
    max-width: 904px;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
  }
  .top-message {
    background: url("/common/recruit/img/page/top/top_img01.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 664px;
    margin-top: 0 !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: relative;
  }
  .top-message div {
    text-align: center;
    position: absolute;
    max-width: 760px;
    width: 100%;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.35);
    padding: 16px 32px;
  }
  .top-message div p {
    color: #FFF;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 1.6px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  }
  .top-message div p span {
    color: #E99F22;
  }
  .top .contact {
    margin-top: 0;
  }
}
@media screen and (max-width: 1851px) {
  .top-member .card-2 .card, .top-work .card-2 .card, .top-information .card-2 .card {
    min-height: 100%;
  }
}
@media screen and (max-width: 1281px) {
  .top-visual-content {
    width: 40.625%;
    padding-left: 3.125%;
  }
  .top-visual-content h1 {
    font-size: 3.2rem;
    line-height: 56px;
    margin-top: 0;
  }
  .top-visual-content h1 + p {
    font-size: 1.8rem;
    line-height: 29px;
  }
  .top-visual-content p {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .top-visual-content p + p {
    margin-top: 24px;
  }
  .top-member .card-2, .top-work .card-2, .top-information .card-2 {
    align-items: flex-start;
  }
  .top-welfare-education .row-col2 .card-content {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 950px) and (min-width: 767px) {
  .top-visual-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 100%;
    max-width: inherit;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
  }
  .top-visual-ttl h1 {
    color: #34486A;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 1.6px;
    margin-bottom: 8px;
  }
  .top-visual-ttl h1 + p {
    color: #34486A;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.8px;
  }
  .top-visual-ttl p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
  .top-visual-txt p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
  }
  .slider {
    position: relative;
    width: 100%;
    height: 90dvh;
    overflow: hidden;
  }
  .slider-list {
    position: absolute;
    inset: 0;
    transform: translateY(-300px);
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  .top {
    width: 100%;
    margin: 0 auto;
  }
  .top section + section {
    margin-top: 54px;
  }
  .top-visual {
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .top-visual img {
    width: 100%;
  }
  .top-visual-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 40px 20px;
  }
  .top-visual-ttl h1 {
    color: #34486A;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 1.6px;
    margin-bottom: 8px;
  }
  .top-visual-ttl h1 + p {
    color: #34486A;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.8px;
  }
  .top-visual-ttl p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
  .top-visual-txt p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
  }
  .top-work {
    margin-top: 40px !important;
  }
  .top-work .card-2 {
    padding-left: 10px;
  }
  .top-member .card-2 {
    padding-right: 10px;
  }
  .top-member .card-2 .card {
    width: calc(100% - 7px);
  }
  .top-welfare-education {
    padding: 0 17px;
    margin-left: -17px;
  }
  .top-welfare-education .row.row-col2 {
    display: flex;
    flex-direction: column;
  }
  .top-welfare-education .row .col {
    width: auto;
    margin: 0 auto;
    margin-top: 153px !important;
  }
  .top-welfare-education figure {
    margin-right: 62px;
  }
  .top-information {
    background-color: rgba(255, 248, 230, 0.8980392157);
  }
  .top-information-inner {
    max-width: 1687px;
    width: 100%;
    padding: 35px 21px 45px 17px;
    margin: 0 auto;
  }
  .top-information .card-2 {
    margin-left: auto;
    margin-right: auto;
  }
  .top-information .card {
    width: 100%;
    padding: 25px 22px 28px;
    margin-left: 0;
  }
  .top-information figure {
    width: 100%;
    overflow: hidden;
    border-radius: 2px;
    margin-left: -7px;
  }
  .top-message {
    background: url("/common/recruit/img/page/top/top_img01-sp.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 252px;
    max-height: 400px;
    width: 100%;
    margin-top: 0 !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: relative;
  }
  .top-message div {
    text-align: center;
    position: absolute;
    max-width: 335px;
    width: 100%;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.35);
    padding: 16px 20px;
  }
  .top-message div p {
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.8px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  }
  .top-message div p span {
    color: #E99F22;
  }
  .top .contact {
    margin-left: 0;
    margin-right: 0;
  }
  .slider {
    aspect-ratio: 750/1037;
  }
}
@media screen and (max-width: 375px) {
  .top-welfare-education figure {
    margin-right: auto;
  }
}